      * {
          margin: 0;
          padding: 0;
      }

      body {
          font-family: 'Barlow', sans-serif, 'outfit';
          overflow-x: hidden;
      }

      a {
          font-size: 12px;
      }

      img {
          max-width: 100%;
      }

      p {
          font-size: 14px;
          color: #666;
      }

      /* Header Start */

      .sticky-top {
          background-color: #fff;
          box-shadow: 0 1px 5px 1px #d5ddea;
      }

      .sticky {
          position: fixed !important;
          padding: 2px 0 !important;
          box-shadow: 0px 3px 9px #f5f7fc;
          z-index: 2 !important;
      }

      .signup {
        text-transform: lowercase !important;
      }
      
      /* @keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
} */


      /* .main-header {
    position: relative;
    width: 100%;
    left: 0; 
    right: 0;
    top: 0px;
    padding: 10px 0;
}
.main-header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 4px 0;
    z-index: 111;
    background-color: #fff;
    transition: all ease-in-out .3s;
    box-shadow: 0px 1px 17px 0px white;
} */

      .main-header .navbar {
          box-shadow: none;
      }
      .signup {
        text-transform: lowercase !important;
      }
      .main-header nav {
          width: 100%;
      }

      .main-header ul.navbar-nav li {
          padding: 5px 15px;
      }

      .site-logo {
          width: 258px;
      }

      .main-header span.navbar-text a {
          background-color: #000 !important;
          border-radius: 3px;
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
          transition: all ease-in-out .3s;
          padding: 10px 24px;
          text-transform: capitalize;
          color: #ffffff;
          margin: 0 10px;
          font-size: 16px;
          99 border: 1px solid #000 !important;
          font-weight: 600;
          text-transform: uppercase;
      }

      .main-header span.navbar-text a:nth-child(1) {
          background-color: #db241d !important;
          color: #fff;
          border: 1px solid #db241d !important;
          text-transform: uppercase;
      }

      .main-header span.navbar-text a:hover {
          background-color: #db241d !important;
          color: #fff;
      }

      .main-header ul.navbar-nav li a {
          position: relative;
          color: #000 !important;
          font-size: 16px;
          font-weight: 400;
          text-transform: capitalize;
      }

      .modal-open .sticky-top {
          padding-right: 0px !important;
          margin-right: 17px !important;
      }

      .signup-frm .btn {
          background-color: #1bb6f7 !important;
      }

      .signup-frm button.btn-secondary {
          background-color: #2cd791 !important;
          border-radius: 30px;
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
          transition: all ease-in-out .3s;
          padding: 10px 24px;
          /* text-transform: capitalize; */
      }

      .signup-frm button.btn-primary {
          background-color: aliceblue;
          background-color: #000000 !important;
          border-radius: 30px;
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
          transition: all ease-in-out .3s;
          padding: 10px 24px;
          /* text-transform: capitalize; */
          float: right;
      }

      .main-header ul.navbar-nav li.active > a:before {
          width: 100%;
          height: 2px;
          bottom: 0;
          left: 0px;
          background-color: #035088;
      }

      .main-header .navbar ul li > a:before {
          content: "";
          position: absolute;
          width: 0;
          height: 2px;
          bottom: 0;
          left: 0px;
          background-color: #db241d;
          -webkit-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
      }

      .main-header ul.navbar-nav li.active > a:before,
      .main-header .navbar ul li:hover > a:before {
          width: 100%;
      }

      .main-header ul.navbar-nav li.active > a {
          background-color: transparent !important;
          font-weight: 500;
      }

      .main-header nav {
          width: 100%;
      }

      .main-header ul.navbar-nav li .dropdown-menu a {
          color: #000 !important;
      }

      .main-header .dropdown .dropdown-menu .dropdown-item:hover {
          background-color: #db241d;
          color: #fff !important;
      }

      /* Header End */

      .footer {
          position: relative;
          background: #fafbfc;
      }

      .approved-btn {
          background-color: white;
          padding: 15px;
          border-radius: 3px;
          width: fit-content;
      }

      .ft-top {
          display: flex;
          vertical-align: middle;
          margin: 0 auto;
          align-items: center;
          border: 1px solid rgba(255, 255, 255, 0.51);
          border-radius: 5px;
          padding: 30px 20px;
      }

      .ft-icon i {
          width: 60px;
          height: 60px;
          line-height: 60px;
          color: #000;
          background-color: #fff;
          text-align: center;
          border-radius: 50%;
          font-size: 20px;
      }

      .ft-icon {
          margin-right: 20px;
          border: 5px solid rgba(255, 255, 255, 0.28);
          border-radius: 50%;
      }

      .ft-address p {
          margin-bottom: 5px;
          word-wrap: anywhere;
      }

      .ft-address a {
          color: #fff;
          text-decoration: underline;
          font-size: 14px;
      }

      .ft-address {
          color: #fff;
          font-family: 'Barlow', sans-serif;
      }

      .ft-address h3 {
          font-size: 18px;
          font-weight: 400;
          font-family: 'Barlow', sans-serif;
      }

      .ft-middle p {
          color: #fff;
          font-size: 15px;
          font-family: 'Barlow', sans-serif;
          transition: all ease-in-out .3s;
          cursor: pointer;
      }

      .ft-middle p:hover {
          margin-top: -5px;
      }

      .ft-middle h4 {
          font-size: 18px;
          font-weight: 600;
          font-family: 'Barlow', sans-serif;
          color: #333333;
          margin-bottom: 25px;
          margin-top: 0 !important;
      }

      .ft-social ul li a i {
          color: #7e90b8;
      }

      .ft-social ul li a:hover i {
          color: #1955aa;
      }

      .ft-social ul li:hover {
          margin-left: 0px !important;
      }

      .ft-middle ul li:hover {
          margin-left: 5px;
      }

      .ft-middle ul li a {
          font-size: 15px;
          color: #333333;
          padding: 0 0 10px 0;
          font-weight: 400;
      }

      .ft-middle ul li {
          transition: all ease-in-out 0.3s;
          padding: 0px 5px;
      }

      .ft-middle .line {
          margin-bottom: 20px;
      }

      .ft-btm p {
          font-size: 13px;
          color: #4d5b7c;
          font-family: 'Barlow', sans-serif;
          margin-bottom: 0px;
          font-weight: 500;
      }

      .ft-btm ul.list-inline li a {
          font-size: 13px;
          color: #4d5b7c;
          font-family: 'Barlow', sans-serif;
          margin-bottom: 0px;
          font-weight: 500;
          position: relative;
      }

      .ft-btm {
          border-top: 2px solid rgba(53, 64, 89, 0.3);
          padding: 15px 0;
          background: #fafbfc;
      }

      .ft-btm ul.list-inline li a:after {
          background: rgba(77, 91, 124, 0.53);
          position: absolute;
          content: "";
          width: 2px;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          top: 0;
          right: -8px;
      }

      .ft-btm ul.list-inline li:last-child a:after {
          display: none;
      }

      .ft-btm ul {
          margin-bottom: 0;
      }

      .news-box {
          border-bottom: 1px solid #fff;
      }

      .news-box input {
          background-color: #eff0f2;
          border: none;
          box-shadow: none;
          border-radius: 50px;
          border-top-right-radius: 50px !important;
          border-bottom-right-radius: 50px !important;
      }

      .news-box button.news-btn {
          background-color: transparent;
          border: none;
          color: #fff;
          font-size: 20px;
      }

      .news-box span.input-group-btn {
          background-color: #000;
          border-radius: 50px;
          width: 33px;
          height: 33px;
          line-height: 33px;
          margin: 0 auto;
          text-align: center;
          position: relative;
          left: -37px;
          top: 2px;
      }

      ::placeholder {
          color: #000 !important;
      }

      :focus {
          outline: none;
      }


      /* Footer Css End */


      /* Banner */

      .banner-text h2 {
          color: #4d4d4d;
          font-size: 48px;
          font-weight: 400;
      }

      .banner-text span {
          font-weight: 700;
      }

      .banner-text p {
          color: #888888;
          font-size: 18px;
          margin-bottom: 23px;
      }

      .banner-text a.all-btn {
          background-color: #000;
          color: #fff;
          font-size: 16px;
          font-weight: 700;
          margin: 10px;
          padding: 10px 43px;
          border-radius: 3px;
          border: 1px solid #000;
          text-transform: uppercase;
      }

      .banner-text a.btn-all {
          background-color: #db241d;
          color: #fff;
          font-size: 16px;
          font-weight: 700;
          margin: 10px;
          padding: 10px 20px;
          border-radius: 3px;
          border: 1px solid #db241d;
          text-transform: uppercase;
      }

      .banner-text a:hover {
          background-color: #035088;
          color: #fff;
          border: 1px solid #035088;
      }

      .features .hr-box h3 {
          font-size: 20px;
          font-weight: 600;
          line-height: 27px;
          color: #666;
      }

      .hr-box h3 {
          font-size: 20px;
          font-weight: 600;
          line-height: 27px;
          color: #1955aa;
      }

      .features .hr-box {
          margin-bottom: 40px;
          box-shadow: 0 0.5rem 0.5rem rgba(25, 28, 30, .08);
          padding: 20px;
          border: 1px solid #f2f2f2;
          min-height: 333px;
          background: #fff;

      }



      .hr-box img {
          margin-bottom: 15px;
      }

      .business-box {
          padding: 10px;
          margin-bottom: 20px;
      }


      /* Testimonials */

      .testimonial-section2 {
          /* height: 600px; */
          position: relative;
          padding: 0px 0;
          padding-bottom: 40px;
      }

      .testim .wrap {
          position: relative;
          width: 100%;
          max-width: 1020px;
          padding: 0 0 40px 0px;
          margin: auto;
      }

      .testim .arrow {
          display: block;
          position: absolute;
          color: #eee;
          cursor: pointer;
          font-size: 2em;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all .3s ease-in-out;
          -ms-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;
          z-index: 1;
          border-radius: 50%;
          width: 50px;
          height: 50px;
          box-shadow: 0px 6px 8px 3px #f1ecf1;
          line-height: 50px;
          text-align: center;
      }

      .testim .arrow:before {

          cursor: pointer;
          color: #000;
          font-size: 22px;
          right: 1px;
          position: relative;
          top: -1px;
      }

      .testim .arrow:hover {
          color: #1955aa;
      }

      .testim .arrow.left {
          left: 10px;
      }

      .testim .arrow.right {
          right: 10px;
      }

      .testim .dots {
          text-align: center;
          position: absolute;
          width: 100%;
          bottom: 0px;
          left: 0;
          display: block;
          z-index: 1;
          height: 12px;
          opacity: 0;
      }

      .testim .dots .dot {
          list-style-type: none;
          display: inline-block;
          width: 12px;
          height: 12px;
          border-radius: 50%;
          border: 1px solid #eee;
          margin: 0 10px;
          cursor: pointer;
          -webkit-transition: all .5s ease-in-out;
          -ms-transition: all .5s ease-in-out;
          -moz-transition: all .5s ease-in-out;
          -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
          position: relative;
      }

      .testim .dots .dot.active,
      .testim .dots .dot:hover {
          background: #1955aa;
          border-color: #1955aa;
      }

      .testim .dots .dot.active {
          -webkit-animation: testim-scale .5s ease-in-out forwards;
          -moz-animation: testim-scale .5s ease-in-out forwards;
          -ms-animation: testim-scale .5s ease-in-out forwards;
          -o-animation: testim-scale .5s ease-in-out forwards;
          animation: testim-scale .5s ease-in-out forwards;
      }

      .testim .cont {
          position: relative;
          overflow: hidden;
          background-color: #fffdff;
          margin-left: 10%;
          margin-right: 10%;
          box-shadow: -2px 5px 9px 4px #ece9ec;
      }

      .testim .cont > div {
          text-align: center;
          position: absolute;
          top: 0;
          left: 0;
          padding: 20px;
          opacity: 0;
      }

      .testim .cont > div.inactive {
          opacity: 1;
      }

      .testim .cont > div.inactive .t-img img {
          opacity: 0;
      }

      .testim .cont > div.active .t-img img {
          opacity: 1;
      }

      .testim .cont > div.active {
          position: relative;
          opacity: 1;
      }

      .testim .cont div .img img {
          display: block;
          width: 100px;
          height: 100px;
          margin: auto;
          border-radius: 50%;
          border: 5px solid #f06e00;
          object-fit: cover;
      }

      .testim .cont div .h4 {
          color: #000;
          font-size: 18px;
          margin: 15px 0;
          font-weight: 700;
      }

      .testim .cont div p {
          font-size: 1.15em;
          color: #eee;
          width: 80%;
          margin: auto;
          color: #6e6e6e;
      }

      .testim .cont div.active .img img {
          -webkit-animation: testim-show .5s ease-in-out forwards;
          -moz-animation: testim-show .5s ease-in-out forwards;
          -ms-animation: testim-show .5s ease-in-out forwards;
          -o-animation: testim-show .5s ease-in-out forwards;
          animation: testim-show .5s ease-in-out forwards;
      }

      .testim .cont div.active .h4 {
          -webkit-animation: testim-content-in .4s ease-in-out forwards;
          -moz-animation: testim-content-in .4s ease-in-out forwards;
          -ms-animation: testim-content-in .4s ease-in-out forwards;
          -o-animation: testim-content-in .4s ease-in-out forwards;
          animation: testim-content-in .4s ease-in-out forwards;
      }

      .testim .cont div.active p {
          -webkit-animation: testim-content-in .5s ease-in-out forwards;
          -moz-animation: testim-content-in .5s ease-in-out forwards;
          -ms-animation: testim-content-in .5s ease-in-out forwards;
          -o-animation: testim-content-in .5s ease-in-out forwards;
          animation: testim-content-in .5s ease-in-out forwards;
          padding: 10px 0;
      }

      .testim .cont div.inactive .img img {
          -webkit-animation: testim-hide .5s ease-in-out forwards;
          -moz-animation: testim-hide .5s ease-in-out forwards;
          -ms-animation: testim-hide .5s ease-in-out forwards;
          -o-animation: testim-hide .5s ease-in-out forwards;
          animation: testim-hide .5s ease-in-out forwards;
      }

      .testim .cont div.inactive .h4 {
          -webkit-animation: testim-content-out .4s ease-in-out forwards;
          -moz-animation: testim-content-out .4s ease-in-out forwards;
          -ms-animation: testim-content-out .4s ease-in-out forwards;
          -o-animation: testim-content-out .4s ease-in-out forwards;
          animation: testim-content-out .4s ease-in-out forwards;
      }

      .testim .cont div.inactive p {
          -webkit-animation: testim-content-out .5s ease-in-out forwards;
          -moz-animation: testim-content-out .5s ease-in-out forwards;
          -ms-animation: testim-content-out .5s ease-in-out forwards;
          -o-animation: testim-content-out .5s ease-in-out forwards;
          animation: testim-content-out .5s ease-in-out forwards;
          padding: 10px 0;
      }

      @-webkit-keyframes testim-scale {
          0% {
              -webkit-box-shadow: 0px 0px 0px 0px #eee;
              box-shadow: 0px 0px 0px 0px #eee;
          }

          35% {
              -webkit-box-shadow: 0px 0px 10px 5px #eee;
              box-shadow: 0px 0px 10px 5px #eee;
          }

          70% {
              -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
              box-shadow: 0px 0px 10px 5px #ea830e;
          }

          100% {
              -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
              box-shadow: 0px 0px 0px 0px #ea830e;
          }
      }

      @-moz-keyframes testim-scale {
          0% {
              -moz-box-shadow: 0px 0px 0px 0px #eee;
              box-shadow: 0px 0px 0px 0px #eee;
          }

          35% {
              -moz-box-shadow: 0px 0px 10px 5px #eee;
              box-shadow: 0px 0px 10px 5px #eee;
          }

          70% {
              -moz-box-shadow: 0px 0px 10px 5px #ea830e;
              box-shadow: 0px 0px 10px 5px #ea830e;
          }

          100% {
              -moz-box-shadow: 0px 0px 0px 0px #ea830e;
              box-shadow: 0px 0px 0px 0px #ea830e;
          }
      }

      @-ms-keyframes testim-scale {
          0% {
              -ms-box-shadow: 0px 0px 0px 0px #eee;
              box-shadow: 0px 0px 0px 0px #eee;
          }

          35% {
              -ms-box-shadow: 0px 0px 10px 5px #eee;
              box-shadow: 0px 0px 10px 5px #eee;
          }

          70% {
              -ms-box-shadow: 0px 0px 10px 5px #ea830e;
              box-shadow: 0px 0px 10px 5px #ea830e;
          }

          100% {
              -ms-box-shadow: 0px 0px 0px 0px #ea830e;
              box-shadow: 0px 0px 0px 0px #ea830e;
          }
      }

      @-o-keyframes testim-scale {
          0% {
              -o-box-shadow: 0px 0px 0px 0px #eee;
              box-shadow: 0px 0px 0px 0px #eee;
          }

          35% {
              -o-box-shadow: 0px 0px 10px 5px #eee;
              box-shadow: 0px 0px 10px 5px #eee;
          }

          70% {
              -o-box-shadow: 0px 0px 10px 5px #ea830e;
              box-shadow: 0px 0px 10px 5px #ea830e;
          }

          100% {
              -o-box-shadow: 0px 0px 0px 0px #ea830e;
              box-shadow: 0px 0px 0px 0px #ea830e;
          }
      }

      @keyframes testim-scale {
          0% {
              box-shadow: 0px 0px 0px 0px #eee;
          }

          35% {
              box-shadow: 0px 0px 10px 5px #eee;
          }

          70% {
              box-shadow: 0px 0px 10px 5px #ea830e;
          }

          100% {
              box-shadow: 0px 0px 0px 0px #ea830e;
          }
      }

      @-webkit-keyframes testim-content-in {
          from {
              opacity: 0;
              -webkit-transform: translateY(100%);
              transform: translateY(100%);
          }

          to {
              opacity: 1;
              -webkit-transform: translateY(0);
              transform: translateY(0);
          }
      }

      @-moz-keyframes testim-content-in {
          from {
              opacity: 0;
              -moz-transform: translateY(100%);
              transform: translateY(100%);
          }

          to {
              opacity: 1;
              -moz-transform: translateY(0);
              transform: translateY(0);
          }
      }

      @-ms-keyframes testim-content-in {
          from {
              opacity: 0;
              -ms-transform: translateY(100%);
              transform: translateY(100%);
          }

          to {
              opacity: 1;
              -ms-transform: translateY(0);
              transform: translateY(0);
          }
      }

      @-o-keyframes testim-content-in {
          from {
              opacity: 0;
              -o-transform: translateY(100%);
              transform: translateY(100%);
          }

          to {
              opacity: 1;
              -o-transform: translateY(0);
              transform: translateY(0);
          }
      }

      @keyframes testim-content-in {
          from {
              opacity: 0;
              transform: translateY(100%);
          }

          to {
              opacity: 1;
              transform: translateY(0);
          }
      }

      @-webkit-keyframes testim-content-out {
          from {
              opacity: 1;
              -webkit-transform: translateY(0);
              transform: translateY(0);
          }

          to {
              opacity: 0;
              -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
          }
      }

      @-moz-keyframes testim-content-out {
          from {
              opacity: 1;
              -moz-transform: translateY(0);
              transform: translateY(0);
          }

          to {
              opacity: 0;
              -moz-transform: translateY(-100%);
              transform: translateY(-100%);
          }
      }

      @-ms-keyframes testim-content-out {
          from {
              opacity: 1;
              -ms-transform: translateY(0);
              transform: translateY(0);
          }

          to {
              opacity: 0;
              -ms-transform: translateY(-100%);
              transform: translateY(-100%);
          }
      }

      @-o-keyframes testim-content-out {
          from {
              opacity: 1;
              -o-transform: translateY(0);
              transform: translateY(0);
          }

          to {
              opacity: 0;
              transform: translateY(-100%);
              transform: translateY(-100%);
          }
      }

      @keyframes testim-content-out {
          from {
              opacity: 1;
              transform: translateY(0);
          }

          to {
              opacity: 0;
              transform: translateY(-100%);
          }
      }

      @-webkit-keyframes testim-show {
          from {
              opacity: 0;
              -webkit-transform: scale(0);
              transform: scale(0);
          }

          to {
              opacity: 1;
              -webkit-transform: scale(1);
              transform: scale(1);
          }
      }

      @-moz-keyframes testim-show {
          from {
              opacity: 0;
              -moz-transform: scale(0);
              transform: scale(0);
          }

          to {
              opacity: 1;
              -moz-transform: scale(1);
              transform: scale(1);
          }
      }

      @-ms-keyframes testim-show {
          from {
              opacity: 0;
              -ms-transform: scale(0);
              transform: scale(0);
          }

          to {
              opacity: 1;
              -ms-transform: scale(1);
              transform: scale(1);
          }
      }

      @-o-keyframes testim-show {
          from {
              opacity: 0;
              -o-transform: scale(0);
              transform: scale(0);
          }

          to {
              opacity: 1;
              -o-transform: scale(1);
              transform: scale(1);
          }
      }

      @keyframes testim-show {
          from {
              opacity: 0;
              transform: scale(0);
          }

          to {
              opacity: 1;
              transform: scale(1);
          }
      }

      @-webkit-keyframes testim-hide {
          from {
              opacity: 1;
              -webkit-transform: scale(1);
              transform: scale(1);
          }

          to {
              opacity: 0;
              -webkit-transform: scale(0);
              transform: scale(0);
          }
      }

      @-moz-keyframes testim-hide {
          from {
              opacity: 1;
              -moz-transform: scale(1);
              transform: scale(1);
          }

          to {
              opacity: 0;
              -moz-transform: scale(0);
              transform: scale(0);
          }
      }

      @-ms-keyframes testim-hide {
          from {
              opacity: 1;
              -ms-transform: scale(1);
              transform: scale(1);
          }

          to {
              opacity: 0;
              -ms-transform: scale(0);
              transform: scale(0);
          }
      }

      @-o-keyframes testim-hide {
          from {
              opacity: 1;
              -o-transform: scale(1);
              transform: scale(1);
          }

          to {
              opacity: 0;
              -o-transform: scale(0);
              transform: scale(0);
          }
      }

      @keyframes testim-hide {
          from {
              opacity: 1;
              transform: scale(1);
          }

          to {
              opacity: 0;
              transform: scale(0);
          }
      }

      @media all and (max-width: 300px) {
          body {
              font-size: 14px;
          }
      }

      @media all and (max-width: 500px) {
          .testim .arrow {
              font-size: 1.5em;
          }

          .testim .cont div p {
              line-height: 25px;
          }
      }

      .star-rating i {
          color: #ffc662;
          font-size: 18px;
      }

      .t-img {
          width: 100%;
          max-width: 80px;
          display: flex;
          margin: 15px auto;
      }

      .testim .cont div .h4 {
          position: relative;
          width: 100%;
          max-width: 200px;
          margin: 0 auto;
          padding: 20px 0;
          text-align: left;
          left: 23px;
      }

      .testim .cont div .h4:before {
          position: absolute;
          content: "";
          width: 100%;
          max-width: 41px;
          background-color: #2290ff;
          height: 3px;
          bottom: 6px;
          left: 0px;
          opacity: 0;
      }

      .testim .cont div .h4:after {
          position: absolute;
          content: "";
          width: 100%;
          max-width: 41px;
          background-color: #2290ff;
          height: 3px;
          bottom: 0;
          right: 46px;
          opacity: 0;
      }


      .h4 span {
          font-weight: 300;
      }


      /* Cash */

      .cash-box {
          width: 100%;
          max-width: 270px;
          margin: 0 auto;
          padding: 30px;
          background: #2290ff;
          color: #fff;
          z-index: 1;
          border-radius: 50%;
          height: 100%;
          min-height: 270px;
          align-items: center;
          display: flex;
          flex-direction: column;
          justify-content: center;
      }

      .cash .col-12:nth-child(3) .cash-box {
          background: #78cc63;
      }

      .cash .col-12:nth-child(4) .cash-box {
          background: #fd7e8e;
      }

      .cash .col-12:nth-child(5) .cash-box {
          background: #ffaf3e;
      }

      .cash-box h3 {
          font-weight: 600;
          margin-top: 10px;
          font-size: 20px;
      }


      /* About */

      .top-brands ul li a {
          font-size: 24px;
          font-weight: 700;
          color: #002d4b;
      }

      /*
.top-box {
	width: 184px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.top-box:after {
	position: absolute;
	content: "";
	background-color: #002d4b70;
	width: 2px;
	height: 58px;
	top: 10px;
	bottom: 0;
	right: -30px;
	transform: rotate(91deg);
}
*/
      .video-btn {
          padding: 30px 0;
          display: flex;
          align-items: center;
          justify-content: center;
      }

      .video-btn i {
          color: #888888;
          border: 1px solid #888888;
          padding: 8px;
          border-radius: 50px;
          font-size: 9px;
          margin-right: 5px;
      }

      .video-btn {
          padding: 30px 0;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #888888;
      }

      .video-btn span {
          color: #888888;
          text-decoration: underline;
          font-size: 18px;
      }



      .about-text h2,
      .cutomer-text h2 {
          font-size: 48px;
          font-weight: 700;
          color: #4d4d4d;
      }

      .about-text h2 {
          font-weight: 400;
      }

      .about-text h2 span {
          font-weight: 700;
      }

      .com-line h2 {
          line-height: 44.7px;
          margin-top: 20px;
          margin-bottom: 16px;
      }



n      .cutomer-text p {
          color: #888888;
          font-size: 18px;
      }

      .about-text {
          margin-left: 20%;
      }

      .about .container-fluid {
          padding-right: 0px !important;
          padding-left: 0px !important;
      }

      .about:after {
          position: absolute;
          background: #d9e7f6;
          content: "";
          width: 100%;
          height: 100%;
          z-index: -1;
          border-radius: 50% 50% 11% 0;
          max-width: 38%;
          right: 0;
          top: -135px;
          display: none;
      }

      .about-img {
          text-align: right;
      }

      .about {
          position: relative;
          padding-bottom: 45px !important;
      }

      .cash-box h2 {
          margin-bottom: 0;
          margin-top: 10px;
      }

      .cash-box span {
          margin-bottom: 0;
          margin-top: 10px;
          font-size: 22px;
          font-weight: 600;
      }

      .rewards .owl-dots {
          display: none;
      }

      .features {
          padding-bottom: 40px;
      }

      .rewards .owl-prev,
      .rewards .owl-next {
          position: absolute;
          display: flex !important;
          align-items: center;
          justify-content: center;
          top: 0;
          bottom: 0;
      }

      .rewards button.owl-next {
          right: -10px;
      }

      .rewards button.owl-prev {
          left: -10px;
      }

      .owl-theme .owl-nav [class*=owl-]:hover {
          background: transparent;
          color: #f06e00;
      }

      .main-header span.navbar-text a:nth-child(2) {
          margin-right: 0;
      }

      button:focus {
          outline: 0px !important;
      }


      /* .rewards .owl-stage-outer {
    margin-left: 20px;
    margin-right: 20px;
} */


      /* Login Form */

      .login-form .form-control {
          min-height: 41px;
          background: #fff;
          box-shadow: none !important;
          border-color: #e3e3e3;
      }

      .login-form .form-control:focus {
          border-color: #70c5c0;
      }

      .login-form .form-control,
      .btn {
          border-radius: 2px;
      }

      .login-form {
          width: 100%;
          margin: 0 auto;
          padding: 100px 0 30px;
          background: #f5f5f5;
      }

      .login-form form {
          width: 100%;
          color: #7a7a7a;
          border-radius: 2px;
          margin-bottom: 15px;
          font-size: 13px;
          background: #ececec;
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
          padding: 30px;
          position: relative;
      }


      .login-form h2 {
          font-size: 22px;
          margin: 35px 0 25px;
      }

      .login-form .avatar {
          position: absolute;
          margin: 0 auto;
          left: 0;
          right: 0;
          top: -50px;
          width: 95px;
          height: 95px;
          border-radius: 50%;
          z-index: 1;
          background: #1955aa;
          padding: 15px;
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
      }

      .login-form .avatar img {
          width: 100%;
      }

      .login-form input[type="checkbox"] {
          margin-top: 2px;
      }

      .login-form .btn {
          font-size: 16px;
          font-weight: bold;
          background: #1955aa;
          border: none;
          margin-bottom: 20px;
      }

      .login-form .btn:hover,
      .login-form .btn:focus {
          background: #1955aa;
          outline: none !important;
      }

      .login-form a {
          color: #1955aa;
          text-decoration: underline;
      }

      .login-form a:hover {
          text-decoration: none;
      }

      .login-form form a {
          color: #7a7a7a;
          text-decoration: none;
      }

      .login-form form a:hover {
          text-decoration: underline;
      }

      .login-form p {
          color: #1955aa;
      }

      .login-form form,
      .signup-form form {
          -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
      }


      .top-intergation .top-box img {
          height: 73px;
          text-align: center;
          margin: 0 auto;
          display: block;
      }

      /**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */

      @-webkit-keyframes scale-up-center {
          0% {
              -webkit-transform: scale(0.5);
              transform: scale(0.5);
          }

          100% {
              -webkit-transform: scale(1);
              transform: scale(1);
          }
      }

      @keyframes scale-up-center {
          0% {
              -webkit-transform: scale(0.5);
              transform: scale(0.5);
          }

          100% {
              -webkit-transform: scale(1);
              transform: scale(1);
          }
      }

      height: 40px;
      background: #fff;
      box-shadow: none;
      border: 1px solid #d5ddea;
      font-size: 12px;
      }





      /*Sign up css starts */


      .signup-form .form-control:focus {
          background: #fff;
          box-shadow: 0 4px 26px 3px #d5ddea;
      }

      .signup-form .form-control,
      .btn {
          border-radius: 3px;

      }





      select option {
          display: list-item;
          font-size: 16px;
          color: #838e95;
          padding: .5em 1em;
          user-select: none;
          font-weight: 500;
          border-bottom: solid 1px #e4c865;
      }


      .low-space span {
          line-height: 61px;
          color: #7f7f7f;
      }


      select {
          position: relative;
      }


      .signup-form select {
          display: list-item;
          font-size: 16px;
          color: #838e95;
          padding: .5em 1em;
          user-select: none;
          font-weight: 500;
          border-bottom: solid 1px #e4c865;
      }


      }

      .signup-form {
          /* width: 390px; */
          margin: 30px auto;
          background: #f2f2f2;
          margin-top: 0;
      }

      .signup-form form {
          color: #999;
          border: 1px solid #efe9e9;
          border-radius: 3px;
          margin-bottom: 15px;
          background: #fff;
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
          padding: 30px;

      }

      .signup-form h2 {
          color: #333;
          font-weight: 500;
          margin-top: 0;
          text-align: center;
          margin-bottom: 23px;
          font-size: 22px;
      }

      .signup-form p {
          text-align: center;
      }

      .signup-form hr {
          margin: 0 -30px 20px;
      }

      .signup-form .form-group {
          margin-bottom: 20px;
      }

      .signup-form input[type="checkbox"] {
          margin-top: 3px;
      }

      .signup-form .btn {
          font-size: 16px;
          font-weight: bold;
          background: #db241d;
          border: none;
          min-width: 100%;
          margin-top: 10px;
          text-transform: uppercase;
      }

      .signup-form .btn:hover,
      .signup-form .btn:focus {
          background: #db241d !important;
          outline: none;
      }

      .signup-form a {
          color: #1955aa;
          text-decoration: underline;
      }

      .signup-form a:hover {
          text-decoration: none;
      }

      .signup-form form a {
          color: #3598dc;
          text-decoration: none;
      }

      .signup-form form a:hover {
          text-decoration: underline;
      }

      .signup-form .hint-text {
          padding-bottom: 15px;
          text-align: center;
          color: #1955aa;
      }


      .signup-form {
          background: #f5f5f5;
      }



      .flex-form label {
          margin-bottom: 0;
      }




      .flex-form p {
          text-align: left;
          margin-bottom: 0;
      }


      .flex-form .col-sm-12 {
          margin-bottom: 10px;
      }


      .flex-form .avatar {
          color: #fff;
          margin: -58px auto 30px;
          text-align: center;
          width: 175px;
          height: 55px;
          border-radius: 0%;
          z-index: 9;
          background: #fff;
          padding: 15px;
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px 1px #d5ddea;
      }

      /*Sign up css Ends */


      /* About Us Page */

      .title-box {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          color: #fff;
      }

      .title-sub {
          font-size: 15px;
          line-height: 18px;
          color: #999a9b;
          letter-spacing: 1.5px;
      }

      @media (max-width: 767px) {
          .title-sub {
              font-size: 13px;
              line-height: 16px;
          }
      }

      .title-wrap * + h1,
      .title-wrap * + h2 {
          margin-top: 25px;
          margin-bottom: 0;
      }

      @media (max-width: 767px) {

          .title-wrap * + h1,
          .title-wrap * + h2 {
              margin-top: 15px;
          }
      }

      .h1-style {
          font-size: 60px;
          line-height: 60px;
          font-weight: bold;
          margin-bottom: 0;
      }

      .title-wrap h2 + .title-decor {
          margin-top: 24px;
      }

      .title-decor {
          height: 3px;
          width: 54px;
          background-color: #f06e00;
      }

      .title-wrap + * {
          margin-top: 40px;
      }

      .block-about-text p {
          font-size: 18px;
          line-height: 28px;
          margin-top: 20px;
          color: #999a9b;
      }

      .breadcrumb-sec {
          position: relative;
          height: 17rem;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 60px;
          background-image: url(http://amrsof.tech/design/CashPundit/images/desktop.png);
      }

      .news-page .breadcrumb-sec {
          margin-bottom: 25px;
      }

      .breadcrumb-sec:before {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(219, 36, 29, 1);
      }

      .breadcrumb-sec .page-title-heading h1 {
          color: #fff;
          font-size: 50px;
          font-weight: 600;
      }

      .breadcrumb-wrapper span a {
          font-size: 18px;
          color: #fff;
          font-weight: 600;
      }


      /* Timeline */

      .main-timeline {
          position: relative
      }

      .main-timeline:before {
          content: "";
          width: 5px;
          height: 100%;
          border-radius: 20px;
          margin: 0 auto;
          background: #242922;
          position: absolute;
          top: 0;
          left: 0;
          right: 0
      }

      .main-timeline .timeline {
          display: inline-block;
          margin-bottom: 50px;
          position: relative
      }

      .main-timeline .timeline:before {
          content: "";
          width: 20px;
          height: 20px;
          border-radius: 50%;
          border: 4px solid #fff;
          background: #ec496e;
          position: absolute;
          top: 50%;
          left: 50%;
          z-index: 1;
          transform: translate(-50%, -50%)
      }

      .main-timeline .timeline-icon {
          display: inline-block;
          width: 130px;
          height: 130px;
          border-radius: 50%;
          border: 3px solid #ec496e;
          padding: 13px;
          text-align: center;
          position: absolute;
          top: 50%;
          left: 30%;
          transform: translateY(-50%)
      }

      .main-timeline .timeline-icon i {
          display: block;
          border-radius: 50%;
          background: #ec496e;
          font-size: 64px;
          color: #fff;
          line-height: 100px;
          z-index: 1;
          position: relative
      }

      .main-timeline .timeline-icon:after,
      .main-timeline .timeline-icon:before {
          content: "";
          width: 100px;
          height: 4px;
          background: #ec496e;
          position: absolute;
          top: 50%;
          right: -100px;
          transform: translateY(-50%)
      }

      .main-timeline .timeline-icon:after {
          width: 70px;
          height: 50px;
          background: #fff;
          top: 89px;
          right: -30px
      }

      .main-timeline .timeline-content {
          width: 50%;
          padding: 0 50px;
          margin: 52px 0 0;
          float: right;
          position: relative
      }

      .main-timeline .timeline-content:before {
          content: "";
          width: 70%;
          height: 100%;
          border: 3px solid #ec496e;
          border-top: none;
          border-right: none;
          position: absolute;
          bottom: -13px;
          left: 35px
      }

      .main-timeline .timeline-content:after {
          content: "";
          width: 37px;
          height: 3px;
          background: #ec496e;
          position: absolute;
          top: 13px;
          left: 0
      }

      .main-timeline .title {
          font-size: 20px;
          font-weight: 600;
          color: #ec496e;
          text-transform: uppercase;
          margin: 0 0 5px
      }

      .main-timeline .description {
          display: inline-block;
          font-size: 16px;
          color: #404040;
          line-height: 20px;
          letter-spacing: 1px;
          margin: 0
      }

      .main-timeline .timeline:nth-child(even) .timeline-icon {
          left: auto;
          right: 30%
      }

      .main-timeline .timeline:nth-child(even) .timeline-icon:before {
          right: auto;
          left: -100px
      }

      .main-timeline .timeline:nth-child(even) .timeline-icon:after {
          right: auto;
          left: -30px
      }

      .main-timeline .timeline:nth-child(even) .timeline-content {
          float: left
      }

      .main-timeline .timeline:nth-child(even) .timeline-content:before {
          left: auto;
          right: 35px;
          transform: rotateY(180deg)
      }

      .main-timeline .timeline:nth-child(even) .timeline-content:after {
          left: auto;
          right: 0
      }

      .main-timeline .timeline:nth-child(2n) .timeline-content:after,
      .main-timeline .timeline:nth-child(2n) .timeline-icon i,
      .main-timeline .timeline:nth-child(2n) .timeline-icon:before,
      .main-timeline .timeline:nth-child(2n):before {
          background: #f9850f
      }

      .main-timeline .timeline:nth-child(2n) .timeline-icon {
          border-color: #f9850f
      }

      .main-timeline .timeline:nth-child(2n) .title {
          color: #f9850f
      }

      .main-timeline .timeline:nth-child(2n) .timeline-content:before {
          border-left-color: #f9850f;
          border-bottom-color: #f9850f
      }

      .main-timeline .timeline:nth-child(3n) .timeline-content:after,
      .main-timeline .timeline:nth-child(3n) .timeline-icon i,
      .main-timeline .timeline:nth-child(3n) .timeline-icon:before,
      .main-timeline .timeline:nth-child(3n):before {
          background: #8fb800
      }

      .main-timeline .timeline:nth-child(3n) .timeline-icon {
          border-color: #8fb800
      }

      .main-timeline .timeline:nth-child(3n) .title {
          color: #8fb800
      }

      .main-timeline .timeline:nth-child(3n) .timeline-content:before {
          border-left-color: #8fb800;
          border-bottom-color: #8fb800
      }

      .main-timeline .timeline:nth-child(4n) .timeline-content:after,
      .main-timeline .timeline:nth-child(4n) .timeline-icon i,
      .main-timeline .timeline:nth-child(4n) .timeline-icon:before,
      .main-timeline .timeline:nth-child(4n):before {
          background: #2fcea5
      }

      .main-timeline .timeline:nth-child(4n) .timeline-icon {
          border-color: #2fcea5
      }

      .main-timeline .timeline:nth-child(4n) .title {
          color: #2fcea5
      }

      .main-timeline .timeline:nth-child(4n) .timeline-content:before {
          border-left-color: #2fcea5;
          border-bottom-color: #2fcea5
      }

      @media only screen and (max-width:1200px) {
          .main-timeline .timeline-icon:before {
              width: 50px;
              right: -50px
          }

          .main-timeline .timeline:nth-child(even) .timeline-icon:before {
              right: auto;
              left: -50px
          }

          .main-timeline .timeline-content {
              margin-top: 75px
          }
      }

      @media only screen and (max-width:990px) {
          .main-timeline .timeline {
              margin: 0 0 10px
          }

          .main-timeline .timeline-icon {
              left: 25%
          }

          .main-timeline .timeline:nth-child(even) .timeline-icon {
              right: 25%
          }

          .main-timeline .timeline-content {
              margin-top: 115px
          }
      }

      @media only screen and (max-width:767px) {
          .main-timeline {
              padding-top: 50px
          }

          .main-timeline:before {
              left: 80px;
              right: 0;
              margin: 0
          }

          .main-timeline .timeline {
              margin-bottom: 70px
          }

          .main-timeline .timeline:before {
              top: 0;
              left: 83px;
              right: 0;
              margin: 0
          }

          .main-timeline .timeline-icon {
              width: 60px;
              height: 60px;
              line-height: 40px;
              padding: 5px;
              top: 0;
              left: 0
          }

          .main-timeline .timeline:nth-child(even) .timeline-icon {
              left: 0;
              right: auto
          }

          .main-timeline .timeline-icon:before,
          .main-timeline .timeline:nth-child(even) .timeline-icon:before {
              width: 25px;
              left: auto;
              right: -25px
          }

          .main-timeline .timeline-icon:after,
          .main-timeline .timeline:nth-child(even) .timeline-icon:after {
              width: 25px;
              height: 30px;
              top: 44px;
              left: auto;
              right: -5px
          }

          .main-timeline .timeline-icon i {
              font-size: 30px;
              line-height: 45px
          }

          .main-timeline .timeline-content,
          .main-timeline .timeline:nth-child(even) .timeline-content {
              width: 100%;
              margin-top: -15px;
              padding-left: 130px;
              padding-right: 5px
          }

          .main-timeline .timeline:nth-child(even) .timeline-content {
              float: right
          }

          .main-timeline .timeline-content:before,
          .main-timeline .timeline:nth-child(even) .timeline-content:before {
              width: 50%;
              left: 120px
          }

          .main-timeline .timeline:nth-child(even) .timeline-content:before {
              right: auto;
              transform: rotateY(0)
          }

          .main-timeline .timeline-content:after,
          .main-timeline .timeline:nth-child(even) .timeline-content:after {
              left: 85px
          }
      }

      @media only screen and (max-width:479px) {

          .main-timeline .timeline-content,
          .main-timeline .timeline:nth-child(2n) .timeline-content {
              padding-left: 110px
          }

          .main-timeline .timeline-content:before,
          .main-timeline .timeline:nth-child(2n) .timeline-content:before {
              left: 99px
          }

          .main-timeline .timeline-content:after,
          .main-timeline .timeline:nth-child(2n) .timeline-content:after {
              left: 65px
          }
      }


      /******************* Timeline Demo - 4 *****************/

      .main-timeline4 {
          overflow: hidden;
          position: relative
      }

      .main-timeline4:before {
          content: "";
          width: 5px;
          height: 70%;
          background: #333;
          position: absolute;
          top: 70px;
          left: 50%;
          transform: translateX(-50%)
      }

      .main-timeline4 .timeline-content:before,
      .main-timeline4 .timeline:before {
          top: 50%;
          transform: translateY(-50%);
          content: ""
      }

      .main-timeline4 .timeline {
          width: 50%;
          padding-left: 100px;
          float: right;
          position: relative
      }

      .main-timeline4 .timeline:before {
          width: 20px;
          height: 20px;
          border-radius: 50%;
          background: #fff;
          border: 5px solid #333;
          position: absolute;
          left: -10px
      }

      .main-timeline4 .timeline-content {
          display: block;
          padding-left: 150px;
          position: relative;
          text-decoration: none;
          pointer-events: none;
      }

      .main-timeline4 .timeline-content:before {
          width: 90px;
          height: 10px;
          border-top: 7px dotted #333;
          position: absolute;
          left: -92px
      }

      .main-timeline4 .year {
          display: inline-block;
          width: 120px;
          height: 120px;
          line-height: 100px;
          border-radius: 50%;
          border: 10px solid #f06e00;
          font-size: 30px;
          color: #f06e00;
          text-align: center;
          box-shadow: inset 0 0 10px rgba(0, 0, 0, .4);
          position: absolute;
          top: 0;
          left: 0
      }

      .main-timeline4 .year:before {
          content: "";
          border-left: 20px solid #f06e00;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          position: absolute;
          bottom: -13px;
          right: 0;
          transform: rotate(45deg)
      }

      .main-timeline4 .inner-content {
          padding: 20px 0
      }

      .main-timeline4 .title {
          font-size: 24px;
          font-weight: 600;
          color: #f06e00;
          text-transform: uppercase;
          margin: 0 0 5px
      }

      .main-timeline4 .description {
          font-size: 14px;
          color: #6f6f6f;
          margin: 0 0 5px
      }

      .main-timeline4 .timeline:nth-child(2n) {
          padding: 0 100px 0 0
      }

      .main-timeline4 .timeline:nth-child(2n) .timeline-content:before,
      .main-timeline4 .timeline:nth-child(2n) .year,
      .main-timeline4 .timeline:nth-child(2n):before {
          left: auto;
          right: -10px
      }

      .main-timeline4 .timeline:nth-child(2n) .timeline-content {
          padding: 0 150px 0 0
      }

      .main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
          right: -92px
      }

      .main-timeline4 .timeline:nth-child(2n) .year {
          right: 0
      }

      .main-timeline4 .timeline:nth-child(2n) .year:before {
          right: auto;
          left: 0;
          border-left: none;
          border-right: 20px solid #f54957;
          transform: rotate(-45deg)
      }

      .main-timeline4 .timeline:nth-child(2) {
          margin-top: 110px
      }

      .main-timeline4 .timeline:nth-child(odd) {
          margin: -110px 0 0
      }

      .main-timeline4 .timeline:nth-child(even) {
          margin-bottom: 80px
      }

      .main-timeline4 .timeline:first-child,
      .main-timeline4 .timeline:last-child:nth-child(even) {
          margin: 0
      }

      .main-timeline4 .timeline:nth-child(2n) .year {
          border-color: #1ebad0;
          color: #1ebad0
      }

      .main-timeline4 .timeline:nth-child(2) .year:before {
          border-right-color: #1ebad0
      }

      .main-timeline4 .timeline:nth-child(2n) .title {
          color: #1ebad0
      }

      .main-timeline4 .timeline:nth-child(3n) .year {
          border-color: #7cba01;
          color: #7cba01
      }

      .main-timeline4 .timeline:nth-child(3) .year:before {
          border-left-color: #7cba01
      }

      .main-timeline4 .timeline:nth-child(3n) .title {
          color: #7cba01
      }

      .main-timeline4 .timeline:nth-child(4n) .year {
          border-color: #f8781f;
          color: #f8781f
      }

      .main-timeline4 .timeline:nth-child(4) .year:before {
          border-right-color: #f8781f
      }

      .main-timeline4 .timeline:nth-child(4n) .title {
          color: #f8781f
      }

      @media only screen and (max-width:1200px) {
          .main-timeline4 .year {
              top: 50%;
              transform: translateY(-50%)
          }
      }

      @media only screen and (max-width:990px) {
          .main-timeline4 .timeline {
              padding-left: 75px
          }

          .main-timeline4 .timeline:nth-child(2n) {
              padding: 0 75px 0 0
          }

          .main-timeline4 .timeline-content {
              padding-left: 130px
          }

          .main-timeline4 .timeline:nth-child(2n) .timeline-content {
              padding: 0 130px 0 0
          }

          .main-timeline4 .timeline-content:before {
              width: 68px;
              left: -68px
          }

          .main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
              right: -68px
          }
      }

      @media only screen and (max-width:767px) {
          .main-timeline4 {
              overflow: visible
          }

          .main-timeline4:before {
              height: 100%;
              top: 0;
              left: 0;
              transform: translateX(0)
          }

          .main-timeline4 .timeline:before,
          .main-timeline4 .timeline:nth-child(2n):before {
              top: 60px;
              left: -9px;
              transform: translateX(0)
          }

          .main-timeline4 .timeline,
          .main-timeline4 .timeline:nth-child(even),
          .main-timeline4 .timeline:nth-child(odd) {
              width: 100%;
              float: none;
              text-align: center;
              padding: 0;
              margin: 0 0 10px
          }

          .main-timeline4 .timeline-content,
          .main-timeline4 .timeline:nth-child(2n) .timeline-content {
              padding: 0
          }

          .main-timeline4 .timeline-content:before,
          .main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
              display: none
          }

          .main-timeline4 .timeline:nth-child(2n) .year,
          .main-timeline4 .year {
              position: relative;
              transform: translateY(0)
          }

          .main-timeline4 .timeline:nth-child(2n) .year:before,
          .main-timeline4 .year:before {
              border: none;
              border-right: 20px solid #f54957;
              border-top: 10px solid transparent;
              border-bottom: 10px solid transparent;
              top: 50%;
              left: -23px;
              bottom: auto;
              right: auto;
              transform: rotate(0)
          }

          .main-timeline4 .timeline:nth-child(2n) .year:before {
              border-right-color: #1ebad0
          }

          .main-timeline4 .timeline:nth-child(3n) .year:before {
              border-right-color: #7cba01
          }

          .main-timeline4 .timeline:nth-child(4n) .year:before {
              border-right-color: #f8781f
          }

          .main-timeline4 .inner-content {
              padding: 10px
          }
      }


      /* Pricing */

      #pricing-table {
          margin: 100px auto;
          text-align: center;
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
      }

      #pricing-table .plan {
          width: 100%;

          text-shadow: 0 1px rgba(255, 255, 255, .8);
          background: #fff;
          border: 1px solid #ddd;
          color: #333;
          padding: 20px;
          float: left;
          position: relative;
      }

      #pricing-table #most-popular {
          z-index: 1;
          top: -13px;
          border-width: 3px;
          padding: 30px 20px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
          -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
          box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
      }

      #pricing-table .plan:nth-child(1) {
          -moz-border-radius: 5px 0 0 5px;
          -webkit-border-radius: 5px 0 0 5px;
          border-radius: 5px 0 0 5px;
      }

      #pricing-table .plan:nth-child(4) {
          -moz-border-radius: 0 5px 5px 0;
          -webkit-border-radius: 0 5px 5px 0;
          border-radius: 0 5px 5px 0;
      }


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

      #pricing-table h3 {
          font-size: 20px;
          font-weight: normal;
          padding: 20px;
          margin: -20px -20px 50px -20px;
          background-color: #eee;
          background-image: -moz-linear-gradient(#fff, #eee);
          background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
          background-image: -webkit-linear-gradient(#fff, #eee);
          background-image: -o-linear-gradient(#fff, #eee);
          background-image: -ms-linear-gradient(#fff, #eee);
          background-image: linear-gradient(#fff, #eee);
          font-weight: 700;
      }

      #pricing-table #most-popular h3 {
          background-color: #ddd;
          background-image: -moz-linear-gradient(#eee, #ddd);
          background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
          background-image: -webkit-linear-gradient(#eee, #ddd);
          background-image: -o-linear-gradient(#eee, #ddd);
          background-image: -ms-linear-gradient(#eee, #ddd);
          background-image: linear-gradient(#eee, #ddd);
          margin-top: -30px;
          padding-top: 30px;
          -moz-border-radius: 5px 5px 0 0;
          -webkit-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
      }

      #pricing-table .plan:nth-child(1) h3 {
          -moz-border-radius: 5px 0 0 0;
          -webkit-border-radius: 5px 0 0 0;
          border-radius: 5px 0 0 0;
      }

      #pricing-table .plan:nth-child(4) h3 {
          -moz-border-radius: 0 5px 0 0;
          -webkit-border-radius: 0 5px 0 0;
          border-radius: 0 5px 0 0;
      }

      #pricing-table h3 span {
          display: block;
          color: #777;
          background: #fff;
          border: 5px solid #fff;
          height: 100px;
          width: 100px;
          margin: 10px auto -65px;
          -moz-border-radius: 100px;
          -webkit-border-radius: 100px;
          border-radius: 100px;
          -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
          -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
          box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
          line-height: 100px;
          letter-spacing: 1px;
      }


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

      #pricing-table ul {
          margin: 20px 0 0 0;
          padding: 0;
          list-style: none;
      }

      #pricing-table li {
          border-top: 1px solid #ddd;
          padding: 10px 0;
      }


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

      #pricing-table .signup {
          position: relative;
          padding: 8px 20px;
          margin: 20px 0 0 0;
          color: #fff;
          font: bold 14px Arial, Helvetica;
          text-transform: uppercase;
          text-decoration: none;
          display: inline-block;
          background-color: #72ce3f;
          background-image: -moz-linear-gradient(#72ce3f, #62bc30);
          background-image: -webkit-gradient(linear, left top, left bottom, from(#72ce3f), to(#62bc30));
          background-image: -webkit-linear-gradient(#72ce3f, #62bc30);
          background-image: -o-linear-gradient(#72ce3f, #62bc30);
          background-image: -ms-linear-gradient(#72ce3f, #62bc30);
          background-image: linear-gradient(#72ce3f, #62bc30);
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
          -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
          -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
          box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
      }

      #pricing-table .signup:hover {
          background-color: #62bc30;
          background-image: -moz-linear-gradient(#62bc30, #72ce3f);
          background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));
          background-image: -webkit-linear-gradient(#62bc30, #72ce3f);
          background-image: -o-linear-gradient(#62bc30, #72ce3f);
          background-image: -ms-linear-gradient(#62bc30, #72ce3f);
          background-image: linear-gradient(#62bc30, #72ce3f);
      }

      #pricing-table .signup:active,
      #pricing-table .signup:focus {
          background: #62bc30;
          top: 2px;
          -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
          -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
          box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
      }


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

      .clear:before,
      .clear:after {
          content: "";
          display: table
      }

      .clear:after {
          clear: both
      }

      .clear {
          zoom: 1
      }

      span.free-try {
          background: #db241d;
          /* width: 150px; */
          display: inline-block;
          /* height: 100%; */
          cursor: pointer;
          margin-top: 15px;
          border: 1px solid #db241d !important;
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
          border-radius: 3px;
          padding: 9px 18px;
          text-transform: uppercase;
          font-weight: 600;
          text-shadow: none;
      }

      .free-try a {
          text-shadow: none;
          color: #fff;
          display: inherit;
          font-size: 15px;
          cursor: pointer;

      }


      /*Pricing end */


      /* Team */

      .btn-primary:hover,
      .btn-primary:focus {
          background-color: #108d6f;
          border-color: #108d6f;
          box-shadow: none;
          outline: none;
      }

      .btn-primary {
          color: #fff;
          background-color: #f06e00;
          border-color: #f06e00;
      }

      section .section-title {
          text-align: center;
          color: #f06e00;
          margin-bottom: 50px;
          text-transform: uppercase;
      }

      #team .card {
          border: none;
          border: 1px solid #f2f2f2;
          box-shadow: 0 0.5rem 0.5rem rgba(25, 28, 30, .08);
          background: #fff;
      }

      .image-flip:hover .backside,
      .image-flip.hover .backside {
          -webkit-transform: rotateY(0deg);
          -moz-transform: rotateY(0deg);
          -o-transform: rotateY(0deg);
          -ms-transform: rotateY(0deg);
          transform: rotateY(0deg);
          border-radius: .25rem;
      }

      #team {
          background: #f7f7f7;
      }

      .image-flip:hover .frontside,
      .image-flip.hover .frontside {
          -webkit-transform: rotateY(180deg);
          -moz-transform: rotateY(180deg);
          -o-transform: rotateY(180deg);
          transform: rotateY(180deg);
      }

      .mainflip {
          -webkit-transition: 1s;
          -webkit-transform-style: preserve-3d;
          -ms-transition: 1s;
          -moz-transition: 1s;
          -moz-transform: perspective(1000px);
          -moz-transform-style: preserve-3d;
          -ms-transform-style: preserve-3d;
          transition: 1s;
          transform-style: preserve-3d;
          position: relative;
      }

      .frontside {
          position: relative;
          -webkit-transform: rotateY(0deg);
          -ms-transform: rotateY(0deg);
          z-index: 2;
          margin-bottom: 30px;
      }

      .backside {
          position: absolute;
          top: 0;
          left: 0;
          background: white;
          -webkit-transform: rotateY(-180deg);
          -moz-transform: rotateY(-180deg);
          -o-transform: rotateY(-180deg);
          -ms-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
          -webkit-box-shadow: 0 0.5rem 0.5rem rgba(25, 28, 30, .08);
          -moz-box-shadow: 0 0.5rem 0.5rem rgba(25, 28, 30, .08);
          box-shadow: 0 0.5rem 0.5rem rgba(25, 28, 30, .08);
          box-shadow: 0 0.5rem 0.5rem rgba(25, 28, 30, .08);
      }

      .frontside,
      .backside {
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          -ms-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-transition: 1s;
          -webkit-transform-style: preserve-3d;
          -moz-transition: 1s;
          -moz-transform-style: preserve-3d;
          -o-transition: 1s;
          -o-transform-style: preserve-3d;
          -ms-transition: 1s;
          -ms-transform-style: preserve-3d;
          transition: 1s;
          transform-style: preserve-3d;
      }

      .frontside .card,
      .backside .card {
          min-height: 312px;
      }

      .backside .card a {
          font-size: 18px;
          color: #f06e00 !important;
      }

      .frontside .card .card-title,
      .backside .card .card-title {
          color: #4d4d4d !important;
      }

      .frontside .card .card-body img {
          width: 120px;
          height: 120px;
          border-radius: 50%;
      }


      /* Feature Section */

      .feature-section .title {
          color: #3c4858;
          text-decoration: none;
          margin-top: 30px;
          margin-bottom: 25px;
          min-height: 32px;
      }

      .feature-section .title h3 {
          font-size: 25px;
          font-weight: 300;
      }

      .feature-section .card {
          border: 0;
          margin-bottom: 30px;
          margin-top: 30px;
          border-radius: 6px;
          color: rgba(0, 0, 0, .87);
          background: #fff;
          width: 100%;
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
      }

      .feature-section .card.card-plain {
          background: transparent;
          box-shadow: none;
      }

      .feature-section .card .card-header {
          border-radius: 3px;
          padding: 1rem 15px;
          margin-left: 15px;
          margin-right: 15px;
          margin-top: -30px;
          border: 0;
          background: linear-gradient(60deg, #eee, #bdbdbd);
      }

      .card-plain .card-header:not(.card-avatar) {
          margin-left: 0;
          margin-right: 0;
      }

      .div.card .card-body {
          padding: 15px 30px;
      }

      .feature-section .card .card-header-primary {
          background: linear-gradient(60deg, #f06e00, #b55300);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 13px 24px -11px rgba(240, 110, 0, 0.6)
      }

      .feature-section .card .card-header-danger {
          background: linear-gradient(60deg, #ef5350, #d32f2f);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 13px 24px -11px rgba(244, 67, 54, .6);
      }

      .feature-section .card-nav-tabs .card-header {
          margin-top: -30px !important;
      }

      .feature-section .card .card-header .nav-tabs {
          padding: 0;
      }

      .feature-section .nav-tabs {
          border: 0;
          border-radius: 3px;
          padding: 0 15px;
      }

      .feature-section .nav {
          display: flex;
          flex-wrap: wrap;
          padding-left: 0;
          margin-bottom: 0;
          list-style: none;
      }

      .feature-section .nav-tabs .nav-item {
          margin-bottom: -1px;
      }

      .feature-section .nav-tabs .nav-item .nav-link.active {
          background-color: hsla(0, 0%, 100%, .2);
          transition: background-color .3s .2s;
      }

      .feature-section .nav-tabs .nav-item .nav-link {
          border: 0 !important;
          color: #fff !important;
          font-weight: 500;
      }

      .feature-section .nav-tabs .nav-item .nav-link {
          color: #fff;
          border: 0;
          margin: 0;
          border-radius: 3px;
          line-height: 24px;
          text-transform: uppercase;
          font-size: 12px;
          padding: 10px 15px;
          background-color: transparent;
          transition: background-color .3s 0s;
      }

      .feature-section .nav-link {
          display: block;
      }

      .feature-section .nav-tabs .nav-item .material-icons {
          margin: -1px 5px 0 0;
          vertical-align: middle;
      }

      .feature-section .nav .nav-item {
          position: relative;
      }

      .feature-section ul.nav.nav-tabs li a {
          font-size: 22px !important;
          font-style: inherit;
      }

      .feature-section .card .tab-pane p {
          font-size: 18px;
          color: #888888;
      }


      /* Service */

      .service {
          margin: 0 auto;
          text-align: center;
          max-width: 291px;
          margin-left: auto;
          margin-right: auto;
          padding: 50px 15px 20px;
          background-color: #fff;
          transition: .3s ease-out background-color, .3s ease-out color
      }

      .service h4 a {
          font-size: 20px;
          font-weight: 700;
          color: #4d4d4d;
      }

      .service-icon-svg {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 85px;
          height: 85px;
          fill: #fff;
          border-radius: 50%;
          transform: translateY(0);
          transition: .3s ease-out all
      }

      .service-icon-shadow {
          line-height: 0
      }

      .service-icon-shadow:before {
          content: '';
          width: 75px;
          height: 7px;
          border-radius: 50%;
          display: inline-block;
          background-color: #f4f3f2;
          transition: .3s ease-out background-color
      }

      .service-text {
          font-weight: 400;
          line-height: 1.875
      }

      .service-divider {
          font-size: 0;
          line-height: 0
      }

      .service-divider:before {
          content: '';
          display: inline-block;
          width: 100%;
          border-top: 1px solid #f4f3f2;
          opacity: 1;
          transition: .3s ease-out opacity
      }

      .service-link {
          display: inline-block;
          font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
          font-size: 12px;
          font-weight: 600;
          letter-spacing: .2em;
          color: #f9b32c;
          text-transform: uppercase
      }

      .service:hover .service-icon-svg {
          fill: #517bc0;
          background-color: #fff;
          transform: translateY(-10px)
      }

      .service1 .service-icon-svg {
          background-color: #fff;
      }

      .service:hover .service-divider:before,
      .service1 .service-divider:before {
          opacity: .15
      }

      .service h4.service-title {
          margin: 20px 0;
      }

      .single-service * + .single-service-title {
          margin-top: 25px
      }

      .single-service * + .row {
          margin-top: 25px
      }

      .single-service * .button {
          margin-top: 25px
      }

      .single-service .single-service-title + * {
          margin-top: 25px
      }

      .single-service .row + * {
          margin-top: 25px
      }

      .single-service-aside {
          padding: 30px;
          background-color: #f5f5f5
      }

      .single-service-banner {
          display: block;
          max-width: 310px;
          position: relative;
          text-align: center;
          overflow: hidden
      }

      .single-service-banner img {
          transform: scale(1);
          transition: .3s ease-out transform
      }

      .single-service-banner:hover img {
          transform: scale(1.05)
      }

      .single-service-banner-content {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 30px
      }

      .single-service-banner-title {
          font-size: 30px;
          line-height: 1.2;
          color: #fff
      }

      .single-service-list {
          max-width: 310px;
          font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
          line-height: 1.2;
          color: #7c7a78
      }

      .single-service-list .icon {
          font-size: 16px;
          margin-right: 20px;
          transition: .3s ease-out all
      }

      .single-service-list a {
          position: relative;
          z-index: 1;
          display: block;
          padding: 22px 20px;
          background-color: #fff
      }

      .single-service-list a,
      .single-service-list a:active,
      .single-service-list a:focus {
          color: inherit
      }

      .single-service-list a:hover {
          color: #2d2c2b
      }

      .single-service-list a:before {
          content: '';
          position: absolute;
          z-index: 2;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          box-shadow: 0 0 30px 10px rgba(0, 0, 0, .05);
          opacity: 0;
          pointer-events: none;
          transition: .33s ease-out all
      }


      .login-forms .form-group {
          margin-bottom: 8px;
      }

      .single-service-list a:hover {
          z-index: 2
      }

      .single-service-list a:hover:before {
          opacity: 1
      }

      .single-service-list a:hover .icon {
          color: #517bc0
      }

      .single-service-list > li + li {
          margin-top: 2px
      }

      .service-icon-svg .icon.icon-lg i {
          font-size: 60px;
          color: #db241d;
      }

      .service:hover .service-icon-svg .icon.icon-lg i,
      .service1 .service-icon-svg .icon.icon-lg i {
          color: #db241d;
      }


      /* Blog Page */

      .blog-me.pb-100 {
          padding-bottom: 100px;
      }

      .blog-me.pt-100 {
          padding-top: 100px;
      }

      .blog-me .mb-100 {
          margin-bottom: 100px;
      }

      .blog-me a {
          text-decoration: none;
          color: #333;
          -webkit-transition: .4s;
          transition: .4s;
      }

      .blog-me .section-title {
          position: relative;
      }

      .blog-me .section-title p {
          font-size: 16px;
          margin-bottom: 5px;
          font-weight: 400;
      }

      .blog-me .section-title h4 {
          font-size: 40px;
          font-weight: 600;
          text-transform: capitalize;
          position: relative;
          padding-bottom: 20px;
          display: inline-block;
      }

      .blog-me .section-title h4::before {
          position: absolute;
          content: "";
          width: 80px;
          height: 2px;
          background-color: #d8d8d8;
          bottom: 0;
          left: 50%;
          margin-left: -40px;
      }

      .blog-me .section-title h4::after {
          position: absolute;
          content: "";
          width: 50px;
          height: 2px;
          background-color: #FF7200;
          left: 0;
          bottom: 0;
          left: 50%;
          margin-left: -25px;
      }

      .blog-img {
          position: relative;
      }

      .blog-img img {
          width: 100%;
      }




      .full-img-single {
          clear: both;
          height: 90vh;
          overflow: hidden;
      }


      .full-blog .blog-img img {
          height: 100%;
          object-fit: cover;
          width: 100%;

      }


      .full-img-single img {
          height: 100%;
          object-fit: cover;
      }

      .full-img-single .blog-img {
          height: 100%;
      }


      .post-category a {
          display: inline-block;
          background-color: #FF7200;
          color: #fff;
          font-size: 15px;
          padding: 5px 20px;
      }

      .single-blog:hover img {
          opacity: .85;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"
      }

      .post-category {
          position: absolute;
          left: 0;
          bottom: 0;
      }

      .blog-content {
          padding: 30px 20px;
      }

      .single-blog {
          border: 1px solid #eee;
          margin-bottom: 20px;
      }

      .blog-title h4 {
          font-size: 20px;
          font-weight: 500;
          margin-bottom: 5px;
      }

      .blog-me .meta ul {
          margin: 0;
          padding: 0;
          list-style: none;
      }

      .blog-me .meta {
          margin-bottom: 20px;
          opacity: .85;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
      }

      .blog-content a.box_btn {
          display: inline-block;
          background-color: #db241d;
          padding: 9px 15px;
          color: #fff;
          text-transform: uppercase;
          margin-top: 20px;
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
          border-radius: 5px;
      }

      .blog-me a.box_btn::before {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          background-color: #CC5B00;
          left: -100%;
          top: 0;
          -webkit-transition: .5s;
          transition: .5s;
          z-index: -1;
      }

      .blog-me a.box_btn {
          overflow: hidden;
          z-index: 2;
          -webkit-transition: .5s;
          transition: .5s;
          position: relative;
          text-decoration: none;
      }

      .blog-me a.box_btn:hover::before {
          left: 0;
          z-index: -1;
      }


      .blog-title a {
          font-size: 23px;
          font-weight: 700;
          color: #1955aa;
          margin-bottom: 30px !important;
          display: inherit;
      }

      .single-title-inner-blog .blog-title h4 {
          font-size: 49px;
          font-weight: 700;
          color: #1955aa;
          display: inherit;
          width: 100%;
          line-height: 45.7px;
          margin-bottom: 30px;
      }



      /* Blog Page Ends  */


      /*Full blog single */
      .single-title-inner-blog .blog-title a {
          font-size: 46px;
          font-weight: 700;
          color: #1955aa;
          display: inherit;
          width: 100%;
          line-height: 45.7px;
          margin-bottom: 30px;
      }


      .full-blog {
          background: #f1f1f1;
          margin: 0;
          padding-top: 26px;
      }

      .single-title-inner-blog .container {
          width: 60%;
          max-width: 100%;
      }

      .single-content .content-section {
          width: 100%;
          margin: 0 auto;
      }

      .single-content .container-fluid,
      .single-content .col-12 {
          padding: 0;
      }

     section.single-content {
    margin-top: 14px;
    margin-bottom: 20px;
}


      .blog-img {
          position: relative;
          width: 100%;
          margin: 0 auto;
      }

      section.full-img-singles {
          background: #f1f1f1;
      }

      /*Full blog single /*


/*Blog sidebar*/


      /*
.content-section {
  min-height: 2000px;
}*/

      .sidebar-section {
          position: absolute;
          height: 100%;
          width: 100%;
      }

      .sidebar-item {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          text-align: center;
          /* Position the items */
      }

      .make-me-sticky {
          position: -webkit-sticky;
          position: sticky;
          top: 0;
          padding: 0 15px;
      }

      .widget-btn {
          box-shadow: 0 1px 5px 1px #d5ddea;
          background: #fff;
          max-width: 100%;
          margin: 0 auto;
          padding: 22px 0 100px;
          border-bottom: solid 1px #fff;
          margin-bottom: 10px;
      }


      .widget-btn ul {
          list-style: none;
          padding-left: 40px;
          padding-top: 4px;
      }

      .widget-btn li {
          position: relative;
          text-align: left;
      }


      .widget-btn li:before {
          position: absolute;
          content: "";
          border: 1px solid;
          width: 7px;
          height: 7px;
          background: #000;
          left: -21px;
          top: 9px;
          border-radius: 0;
      }

      .widget-btn a {
          color: #333;
          -webkit-transition: .4s;
          transition: .4s;
          font-size: 16px;
      }

      /* Ignore This, just coloring */
      body {
          background: #fff;
      }

      article {
          background: #f1f1f1;
          border-radius: 0px;
          padding: 25px 0 600px;
          padding-bottom: 25px;
      }

      .title-section,
      .content-section,
      .sidebar-section {
          background: #fff;
      }

      .title-section {
          text-align: center;
          padding: 50px 15px;
          margin-bottom: 30px;
      }

      .content-section h2 {
          text-align: left;
          margin: 0;
          font-weight: 700;
          color: #1955aa;
      }

     



      .blog-content p {
          font-size: 18px;
          line-height: 28px;
          margin-top: 20px;
          color: #999a9b;
      }


      .list-check--item {
          list-style: none;
          margin-bottom: 21px;
          padding-left: 60px;
          position: relative;
          font-size: 16px;
      }

      .list-check--item a {
          list-style: none;
          margin-bottom: 21px;
          padding-left: 0px;
          position: relative;
          font-size: 16px;
      }



      .list-check--item::before {
          align-items: center;
          background: #ffffff none repeat scroll 0 0;
          border-radius: 50%;
          box-shadow: 0 10px 15px rgba(47, 91, 231, 0.1);
          color: #2f5be7;
          content: "\f00c";
          display: flex;
          font-family: "FontAwesome";
          height: 32px;
          justify-content: center;
          left: 0;
          position: absolute;
          width: 32px;
      }

      ul.list-check {
          margin-top: 30px;
          margin-bottom: 35px;
      }

      .content-blog .blog-img {
          height: 230px;
      }

      .content-blog .blog-img img {
          height: 100%;
          object-fit: cover;
          width: 100%
      }

      .widget-btn .input-group.news-box.mt-5 {
          padding-left: 17px;
      }


      /*Blog sidebar Ends*/




      /* News Section */

      .b-0 {
          bottom: 0;
      }

      .bg-shadow {
          background: rgba(76, 76, 76, 0);
          background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.9)), color-stop(100%, rgba(19, 19, 19, 0.8)));
          background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.91) 49%, rgba(19, 19, 19, 1) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
      }

      .top-indicator {
          right: 0;
          top: 1rem;
          bottom: inherit;
          left: inherit;
          margin-right: 1rem;
      }

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

      .zoom img {
          transition: all 0.2s linear;
      }

      .zoom:hover img {
          -webkit-transform: scale(1.1);
          transform: scale(1.1);
      }

      .blog-me .badge-primary {
          color: #fff;
          background-color: #f06e00;
      }

      .inner-page ul li {
          list-style: none;
      }

      .inner-page ul.chil-menu li {
          list-style: inside;
      }

      .inner-page ul li strong {
          line-height: 30px;
          font-size: 20px;
      }

      .rewards .owl-nav i {
          color: #1955aa;
      }

      .all-btn a {
          background-color: white;
          color: #000;
          border: 1px solid #000 !important;
          padding: 10px 24px;
          border-radius: 3px;
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
          margin: 0 10px;
          font-size: 16px;
          font-weight: 600;
          text-decoration: none;
      }

      .heding-text h5 {
          color: #fff;
      }

      .all-btn a:hover {
          color: #fff;
      }

      .hvr-rectangle-out {
          display: inline-block;
          vertical-align: middle;
          -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          position: relative;
          background: #e1e1e1;
          border-radius: 3px;
          -webkit-transition-property: color;
          transition-property: color;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
      }

      .hvr-rectangle-out:hover:before {
          -webkit-transform: scale(1);
          transform: scale(1);
      }

      .hvr-rectangle-out:before {
          content: "";
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          border-radius: 3px;
          background: #f06e00;
          -webkit-transform: scale(0);
          transform: scale(0);
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
      }

      input.prtner-btn {
          background-color: #db241d;
          border: none;
          padding: 5px 30px;
          font-size: 20px;
          color: #fff;
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
          border-radius: 2px;
      }

      input.prtner-btn:hover {
          background-color: #db241d;
      }

      .partner-form form,
      .contact-us form {
          /*border: 5px dashed #1955aa*/
          border: 5px dashed #4d4d4d;
          padding: 30px;
      }


      /* Faq Page Css */

      #accordion .panel {
          border: none;
          border-radius: 0;
          box-shadow: none;
          margin-bottom: 15px;
          position: relative;
      }

      #accordion .panel:before {
          content: "";
          display: block;
          width: 1px;
          height: 100%;
          border: 1px dashed #6e8898;
          position: absolute;
          top: 25px;
          left: 18px;
      }

      #accordion .panel:last-child:before {
          display: none;
      }

      #accordion .panel-heading {
          padding: 0;
          border: none;
          border-radius: 0;
          position: relative;
      }

      #accordion .panel-title a {
          display: block;
          padding: 10px 30px 10px 60px;
          margin: 0;
          background: #fff;
          font-size: 18px;
          font-weight: 700;
          letter-spacing: 1px;
          color: #1d3557;
          border-radius: 0;
          position: relative;
          background-color: rgba(228, 223, 218, 0.4);
          border-radius: 10px;
      }

      #accordion .panel-body p {
          font-size: 16px;
      }

      .collapse.in {
          display: block;
      }

      #accordion .panel-title a:before,
      #accordion .panel-title a.collapsed:before {
          content: "\f107";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          width: 40px;
          height: 100%;
          line-height: 40px;
          background: #f06e00;
          border: 1px solid #f06e00;
          border-radius: 3px;
          font-size: 17px;
          color: #fff;
          text-align: center;
          position: absolute;
          top: 0;
          left: 0;
          transition: all 0.3s ease 0s;
          display: flex;
          align-items: center;
          justify-content: center;
      }

      #accordion .panel-title a.collapsed:before {
          content: "\f105";
          background: #fff;
          border: 1px solid #6e8898;
          color: #000;
      }

      #accordion .panel-body {
          padding: 10px 30px 10px 30px;
          margin-left: 40px;
          background: #fff;
          border-top: none;
          font-size: 15px;
          color: #6f6f6f;
          line-height: 28px;
          letter-spacing: 1px;
      }

      .rewards .owl-carousel .owl-item .item {
          margin: 5px;
          padding: 5px;
      }

      .rewards .owl-carousel .owl-item img {
          display: block;
          width: 100%;
          box-shadow: 0 1px 5px 1px #d5ddea;
          padding: 10px;
          background: #fff;
      }


      /*27.3.2020*/

      .no-pad {
          padding-top: 0px !important;
      }

      .no-pad-bottom {
          padding-bottom: 0 !important;
      }

      .top-intergation .list-inline-item {
          display: inline-block;
          width: 20%;
          margin-bottom: 20px;
          cursor: pointer;
      }

      .top-intergation {
          background: #f7f7f7;
          margin-top: 30px;
          margin-bottom: 0;
          padding-bottom: 25px !important;
      }

      .top-box {
          position: relative;
          box-shadow: 0 0.5rem 0.5rem rgba(25, 28, 30, .08);
          font-size: 14px;
          line-height: 1.32;
          text-align: left;
          background: #fff;
          padding: 10px;
          border-radius: 4px;
      }

      .top-box:before {
          background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
          content: "";
          height: 10px;
          left: 5%;
          opacity: 0;
          pointer-events: none;
          position: absolute;
          top: 98%;
          transition-duration: .3s;
          transition-property: opacity, -webkit-transform;
          transition-property: transform, opacity;
          transition-property: transform, opacity, -webkit-transform;
          width: 90%;
          z-index: -1
      }

      .top-box:hover:before {
          opacity: 1;
          -webkit-transform: translateY(5px);
          transform: translateY(5px)
      }


      .list-inline-item:not(:last-child) {
          margin-right: 0px;
          border: 1px solid #f2f2f2;
          border-radius: 0;
      }

      .top-box :last-child::after {
          opacity: 0;
          background: #fff !important;
          display: none;
      }

      .center {
          text-align: center;
      }




      .skew-tool a {
          color: #000;
          font-size: 1rem;

      }


      .skew-tool li {
          background: #f5f7fb;
          position: relative;
          padding: 13px !important;
          margin-bottom: 5px;
          border-bottom: 1px solid #ffff;
          border-top: 0 !important;
          font-size: 1rem;
      }


      #pricing-table .first-point {
          width: 30% !important;

      }

      span.month {
          margin-bottom: 10px;
          display: inherit;
          text-transform: capitalize;
      }

      .flip-images {
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          display: inline-block;
          position: relative;
          transform: translateZ(0px);
          transition-duration: 0.3s;
          transition-property: transform;
          transition: all ease-in-out 0.3s;
          -webkit-transition: all ease-in-out 0.3s;
          margin-bottom: 40px;
          box-shadow: 0 0.5rem 0.5rem rgba(25, 28, 30, .08);
          padding: 20px;
          border: 1px solid #f2f2f2;
          background: #fff;
          padding: 0;
          height: 333px;
      }

      .flip-images:hover {
          margin-top: -12px;
      }

      .flip-images:hover::before {
          opacity: 1;
          transform: translateY(5px);
      }

      .flip-images::before {
          background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
          content: "";
          height: 10px;
          left: 5%;
          opacity: 0;
          pointer-events: none;
          position: absolute;
          top: 107%;
          transition-duration: 0.3s;
          transition-property: transform, opacity;
          width: 90%;
          z-index: -1;
      }

      .heding-text span {
          font-size: 48px;
          font-weight: 700;
          color: #4d4d4d;
      }


      /*27.3.2020*/



      /*30.3.2020*/
      .about-timeline h2.h1-style {
          text-align: center;
          text-transform: uppercase;
          margin: 0 auto 23px;
          font-size: 40px;
          line-height: normal;
      }

      .center-des {
          text-align: center;
      }

      h2.small-txt {
          font-size: 24px;
          margin-bottom: 30px;
          text-transform: uppercase;
      }

      h3.small-txt {
          text-transform: uppercase;
      }

      .no-mar {
          margin-left: 0px;
          margin-bottom: 0px !important;
      }



      .redu-txt {
          font-size: 36px !important;

      }


      .upper-case-txt {
          text-transform: uppercase;

      }

      .section-mar section {
          margin-bottom: 25px;
      }


      .darks-bg {
          padding-top: 30px;
          padding-bottom: 30px;
          margin-bottom: 30px;
          margin-top: 30px;
          background: #f4f6f8;
      }

      .skew-tool i {
          font-size: 17px;
          margin-left: 10px;
          color: #ddd;
          font-weight: 800;
      }

      .small-txt {
          text-transform: uppercase;
          font-size: 20px;
      }

      .top-ma {
          margin-top: 30px;
          margin-bottom: 30px !important;
      }

      .cutomer-text h3 {
          text-transform: uppercase;
      }

      /*Pricing css */
      .note-txt {
          text-align: left;
          margin-top: 20px;
          margin-left: 19px;
      }

      .note-txt span {
          font-weight: bold;
          font-size: 17px;
          text-transform: uppercase;
      }

      #pricing-table .note-txt li {
          border: 0;
          padding-bottom: 0;
      }

      .com-tt p {
          font-size: 18px;
          line-height: 28px;
          margin-top: 20px;
          color: #999a9b;

      }

      .flx-pop {
          display: inline-block;
          width: 56%;
          margin-top: 26px;
          margin-bottom: 6px;
      }

      .flx-pop img {
          float: left;

      }

      .terms-conditions .inner-page ul li {
          margin-bottom: 22px;
          line-height: 27.7px;
      }

      .sidebar {
          background-color: orange;
          height: 250px;
          padding: 15px;
      }

      .stick {
          position: fixed;
          width: 26.7%;
          top: 00px;
      }

      .abs {
          position: absolute;
          bottom: 0px;
          width: 92.5%;
      }

      /*Pricing css */


      /*Faq*/
      /* -----------------> can start accordion style copy from here ------------------------*/

      .accordion-started.accordion-bral {
          min-height: 0;
          min-width: 220px;
          width: 100%;
          background-color: #FFF;
          margin: 0px !important;
          color: #484848;
      }

      .accordion-started.accordion-bral img {
          width: 100%;
          height: 100%;
      }

      .accordion-started.accordion-bral .ac-label {
          display: block;
          padding: 10px 30px 10px 42px;
          margin: 0;
          background: #fff;
          font-size: 18px;
          font-weight: 700;
          letter-spacing: 1px;
          color: #1d3557;
          border-radius: 0;
          position: relative;
          background-color: rgba(228, 223, 218, 0.4);
          border-radius: 0px;


      }


      .accordion-started.accordion-bral .ac-label:hover {}

      .accordion-started.accordion-bral input + .ac-label {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
      }

      .accordion-started.accordion-bral input:checked + .ac-label,
      .accordion-started.accordion-bral input:checked + .ac-label:active {}

      .accordion-started.accordion-bral input.ac-input {
          display: none;
      }

      .accordion-started.accordion-bral .article {
          overflow: hidden;
          height: 0px;
          max-height: auto;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
      }

      .accordion-started.accordion-bral .article p {
          line-height: 23px;
          padding-left: 25px;
          padding-top: 20px;
          padding-right: 20px;
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
          padding: 14px;
          display: inline-block;
          border-left: 2px dashed #6e8898;
          border-right: 2px dashed #6e8898;
          font-size: 16px;
          margin-top: 0px;
          color: #999a9b;




      }

      .accordion-started.accordion-bral input:checked ~ .article i {
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
      }

      .accordion-started.accordion-bral input:checked ~ .article.ac-content {
          height: auto;
      }

      .accordion-started.accordion-bral i {
          position: absolute;
          transform: translate(3px, 0);
          margin-top: 9px;
          left: 20px;
      }

      .accordion-started.accordion-bral input:checked ~ .ac-label i:before {
          transform: translate(2px, 0) rotate(-45deg);
      }

      .accordion-started.accordion-bral input:checked ~ .ac-label i:after {
          transform: translate(-2px, 0) rotate(45deg);
      }

      .accordion-started.accordion-bral i:before,
      .accordion-bral i:after {
          content: "";
          position: absolute;
          background-color: #173B6B;
          width: 3px;
          height: 9px;
      }

      .accordion-started.accordion-bral i:before {
          transform: translate(-2px, 0) rotate(-45deg);
      }

      .accordion-started.accordion-bral i:after {
          transform: translate(2px, 0) rotate(45deg);
      }

      .accordion-started ul.ac-list {
          padding-left: 40px;
          list-style-type: disc;
      }

      label.ac-label {
          cursor: pointer;
      }

      #accordion .col-lg-12 {
          margin-bottom: 11px;
      }


      #accordion .col-lg-12 {
          margin-bottom: 11px;
          position: relative;
          padding: 0;
      }



      .accordion-started.accordion-bral i {
          position: relative;
          transform: translate(3px, 0);
          left: -19px;
          top: 10px;
      }



      .ac-content a {
          font-size: 16px;
      }

      /* ---------- accordion style end --------------------------------------- */

      /*Faq*/

      /*Blog catergoies tabs */


      .btn-vertical-tabs .nav-link {
          color: #393f4f;
          font-weight: 700;
          font-size: 18px;
          background-color: #f2f2f2;
          color: #393f4f;
          -webkit-border-radius: 13.5px;
          border-radius: 7.5px;
          transition: all .5s ease-out;
          -webkit-transition: all .5s ease-out;
          -moz-transition: all .5s ease-out;
          -ms-transition: all .5s ease-out;
          padding: 5px 8px;
          margin-right: 11px;
          margin-bottom: 9px;
      }

      .btn-vertical-tabs .nav-tabs .nav-item.show .nav-link,
      .nav-tabs .nav-link.active {
          color: #fff;
          background-color: #035088;
          border-color: #035088;
      }

      /*Blog catergoies tabs */


      /*Scrool to top */
      .back-to-top {
          position: fixed;
          bottom: 25px;
          right: 25px;
          display: none;
      }

      .fancybox-content {
          width: 70% !important;
      }

      .rewards {
          background: #f7f7f7;
          padding-bottom: 55px;
      }

      .flex-form {
          width: 364px;
          margin: 0 auto;
          padding: 65px 0 30px 0;
      }

      .signup-form .form-group {
          margin-bottom: 0;
      }




      .signup-form .col-md-5.col-sm-12 {
          margin: 0 auto;
      }

      .flex-form p.mb-0 {
          padding-left: 2px;
          margin-bottom: 8px !important;
          margin-top: 4px;
          text-align: left;
      }

      .text-right li.list-inline-item,
      .ft-social li.list-inline-item {
          border: 0;
      }




      /*Scrool to top */


      /*Load More css starts */


      .flex {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
      }

      .contents {
          display: none;
      }

      .contentss {
          display: none;
      }

      .contents1,
      .contents2,
      .contents3,
      .contents4,
      .contents5,
      .contents6,
      .contents7,
      .contents8 {
          display: none
      }


      #loadMore {
          display: block;
          text-align: center;
          margin: 0px auto 30px;
          padding: 10px 24px;
          border-radius: 3px;
          transition: .3s;
          background-color: #db241d;
          color: #fff;
          border: 1px solid #db241d !important;
          font-weight: 600;
          text-transform: uppercase;
          font-size: 15px;
          width: 150px;
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
      }


      #loadMore1 {
          display: block;
          text-align: center;
          margin: 0px auto 30px;
          padding: 10px 24px;
          border-radius: 3px;
          transition: .3s;
          background-color: #db241d;
          color: #fff;
          border: 1px solid #db241d !important;
          font-weight: 600;
          text-transform: uppercase;
          font-size: 15px;
          width: 150px;
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
      }

      #loadMore2 {
          display: block;
          text-align: center;
          margin: 0px auto 30px;
          padding: 10px 24px;
          border-radius: 3px;
          transition: .3s;
          background-color: #db241d;
          color: #fff;
          border: 1px solid #db241d !important;
          font-weight: 600;
          text-transform: uppercase;
          font-size: 15px;
          width: 150px;
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);

      }

      #loadMore3 {
          display: block;
          text-align: center;
          margin: 0px auto 30px;
          padding: 10px 24px;
          border-radius: 3px;
          transition: .3s;
          background-color: #db241d;
          color: #fff;
          border: 1px solid #db241d !important;
          font-weight: 600;
          text-transform: uppercase;
          font-size: 15px;
          width: 150px;
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);

      }

      #loadMore4 {
          display: block;
          text-align: center;
          margin: 0px auto 30px;
          padding: 10px 24px;
          border-radius: 3px;
          transition: .3s;
          background-color: #db241d;
          color: #fff;
          border: 1px solid #db241d !important;
          font-weight: 600;
          text-transform: uppercase;
          font-size: 15px;
          width: 150px;
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);

      }

      #loadMore5 {
          display: block;
          text-align: center;
          margin: 0px auto 30px;
          padding: 10px 24px;
          border-radius: 3px;
          transition: .3s;
          background-color: #db241d;
          color: #fff;
          border: 1px solid #db241d !important;
          font-weight: 600;
          text-transform: uppercase;
          font-size: 15px;
          width: 150px;
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);

      }


      #loadMore6 {
          display: block;
          text-align: center;
          margin: 0px auto 30px;
          padding: 10px 24px;
          border-radius: 3px;
          transition: .3s;
          background-color: #db241d;
          color: #fff;
          border: 1px solid #db241d !important;
          font-weight: 600;
          text-transform: uppercase;
          font-size: 15px;
          width: 150px;
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);

      }


      #loadMore7 {
          display: block;
          text-align: center;
          margin: 0px auto 30px;
          padding: 10px 24px;
          border-radius: 3px;
          transition: .3s;
          background-color: #db241d;
          color: #fff;
          border: 1px solid #db241d !important;
          font-weight: 600;
          text-transform: uppercase;
          font-size: 15px;
          width: 150px;
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);

      }



      #loadMore8 {
          display: block;
          text-align: center;
          margin: 0px auto 30px;
          padding: 10px 24px;
          border-radius: 3px;
          transition: .3s;
          background-color: #db241d;
          color: #fff;
          border: 1px solid #db241d !important;
          font-weight: 600;
          text-transform: uppercase;
          font-size: 15px;
          width: 150px;
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);

      }


      .loadmore {
          display: block;
          text-align: center;
          margin: 0px auto 30px;
          padding: 10px 24px;
          border-radius: 3px;
          transition: .3s;
          background-color: #db241d;
          color: #fff;
          border: 1px solid #db241d !important;
          font-weight: 600;
          text-transform: uppercase;
          font-size: 15px;
          width: 150px;
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);

      }


      #loadMore:hover {
          color: fff;
          background-color: #db241d;
          text-decoration: none;
      }

      .noContent {
          color: #fff !important;
          background-color: transparent !important;
          pointer-events: none;
      }


      #blog a#loadMore {
          width: 180px;
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
      }


      /*Load More css Ends  */


      /*New Button */

      .button4 {
          color: rgba(255, 255, 255, 1);
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s;
          position: relative;
          border: 1px solid rgba(255, 255, 255, 0.5);
          overflow: hidden;
      }

      .button4 a {
          color: rgba(51, 51, 51, 1);
          text-decoration: none;
          display: block;
      }

      .button4 > span {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
      }

      .button4:hover {
          background-color: rgba(255, 255, 255, 0.2);
      }

      .button4:hover > span {
          opacity: 0;
          -webkit-transform: translate(0px, 40px);
          transform: translate(0px, 40px);
      }

      .button4::after {
          content: attr(data-text);
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          opacity: 0;
          -webkit-transform: translate(-30%, -50%) rotate(-30deg);
          transform: translate(-30%, -50%) rotate(-30deg);
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;

      }

      .button4:hover::after {
          opacity: 1;
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
      }

      @-webkit-keyframes jello {

          from,
          11.1%,
          to {
              -webkit-transform: none;
              transform: none;
          }

          22.2% {
              -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
              transform: skewX(-12.5deg) skewY(-12.5deg);
          }

          33.3% {
              -webkit-transform: skewX(6.25deg) skewY(6.25deg);
              transform: skewX(6.25deg) skewY(6.25deg);
          }

          44.4% {
              -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
              transform: skewX(-3.125deg) skewY(-3.125deg);
          }

          55.5% {
              -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
              transform: skewX(1.5625deg) skewY(1.5625deg);
          }

          66.6% {
              -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
              transform: skewX(-0.78125deg) skewY(-0.78125deg);
          }

          77.7% {
              -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
              transform: skewX(0.390625deg) skewY(0.390625deg);
          }

          88.8% {
              -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
              transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
          }
      }

      @keyframes jello {

          from,
          11.1%,
          to {
              -webkit-transform: none;
              transform: none;
          }

          22.2% {
              -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
              transform: skewX(-12.5deg) skewY(-12.5deg);
          }

          33.3% {
              -webkit-transform: skewX(6.25deg) skewY(6.25deg);
              transform: skewX(6.25deg) skewY(6.25deg);
          }

          44.4% {
              -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
              transform: skewX(-3.125deg) skewY(-3.125deg);
          }

          55.5% {
              -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
              transform: skewX(1.5625deg) skewY(1.5625deg);
          }

          66.6% {
              -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
              transform: skewX(-0.78125deg) skewY(-0.78125deg);
          }

          77.7% {
              -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
              transform: skewX(0.390625deg) skewY(0.390625deg);
          }

          88.8% {
              -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
              transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
          }
      }


      .sim-button {
          line-height: 50px;
          height: 50px;
          text-align: center;
          margin-right: auto;
          margin-left: auto;
          margin-top: 125px;
          width: 60%;
          cursor: pointer;
      }


      .noContent {
          color: #000 !important;
      }

      /*New Button Ends


/*News css */

      .card .position-relative {
          position: relative !important;
          height: 100% !important;
      }

      .card {
          height: 311px;
      }


      .single-blog img {
          width: 300px;
      }


      p.card-text {
          font-size: 13px;
      }

      .bold-title h2.redu-txt {
          font-weight: 700;
      }


.sidebar-item h3 {
    font-size: 17px;
}

.blog-content h3 {
    line-height: 25px;
    margin-top: 20px;
    font-size: 22px;
}


      /*News css */
