/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
.email-already-exits, .domain-already-exits, .phone-already-exits {
    background-color: #ffe5e5 !important;
    border-color: #ffcece !important;
    color: #ff5b5c !important;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 0.25rem !important;
}


.light-style .menu .app-brand.demo {
  height: 62px;
}

.dark-style .menu .app-brand.demo {
  height: 62px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
}

.app-brand-logo.demo svg {
  width: 1.7rem;
  height: 1.7rem;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.45px;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

body{
  overflow-x: hidden;
}

.orange{
	color:#fd723b !important;
}

.orange-bg{
	background:#fd723b !important;
}
.bg-dark {
    background-color: #0b163f !important;
}

/*=======================================
      header
=========================================*/
.main-header .navbar a.navbar-brand {
    width: 110px;
}

.main-header .navbar > .container{
  z-index:9
}

/* Section Title */

.section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section-title {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 130px;
  position: relative;
  z-index: 5;
}

.section-title h3 {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
  color: #3080E3;
  border: 2px solid #3080E3;
  border-radius: 30px;
  padding: 8px 30px;
  text-transform: capitalize;
}

.section-title h2 {
  font-size: 34px;
  margin-bottom: 25px;
  line-height: 42px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
}

.section-title p {
  font-size: 15px;
  line-height: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    padding: 0px 200px;
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    padding: 0px 20px;
    margin-bottom: 50px;
  }
  .section-title h3 {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .section-title p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .section-title {
    padding: 0px 10px;
    margin-bottom: 40px;
  }
  .section-title h3 {
    font-size: 13px;
  }
  .section-title h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
  }
  .section-title p {
    font-size: 15px;
  }
}

.section-title.align-right {
  padding: 0;
  padding-left: 600px;
}

.section-title.align-right h2:before {
  display: none;
}

.section-title.align-right h2:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 2px;
  width: 50px;
  background: #3080E3;
  content: "";
}

.section-title.align-left {
  padding: 0;
  padding-right: 600px;
}

.section-title.align-left h2:before {
  left: 0;
  margin-left: 0;
}


/*======================================
    Button CSS
========================================*/
.button .signin {
  color: #fff;
  font-weight: 500;
  margin-right: 20px;
}

.button .signin:hover {
  text-decoration: underline;
}

.button .signup {
  background-color: #fff;
  color: #151515;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 500;
}

.button .signup:not(.home){
  background-color: #3080E3;
  color: #ffffff;
}

.button .signup:hover {
  color: #fff;
  background-color: #fd723b;
}

.affix .button .signin {
  color: #151515;
}

.affix .button .signin:hover {
  color: #3080E3;
}

.affix .button .signup {
  background-color: #3080E3;
  color: #fff;
}

.affix .button .signup:hover {
  background-color: #fd723b;
  color: #fff;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 130px;
  position: relative;
  z-index: 5;
}

.section-title h3 {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
  color: #3080E3;
  border: 2px solid #3080E3;
  border-radius: 30px;
  padding: 8px 30px;
  text-transform: capitalize;
}

.section-title h2 {
  font-size: 34px;
  margin-bottom: 25px;
  line-height: 42px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
}

.section-title p {
  font-size: 15px;
  line-height: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    padding: 0px 200px;
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    padding: 0px 20px;
    margin-bottom: 50px;
  }
  .section-title h3 {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .section-title p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .section-title {
    padding: 0px 10px;
    margin-bottom: 40px;
  }
  .section-title h3 {
    font-size: 13px;
  }
  .section-title h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
  }
  .section-title p {
    font-size: 15px;
  }
}

.section-title.align-right {
  padding: 0;
  padding-left: 600px;
}

.section-title.align-right h2:before {
  display: none;
}

.section-title.align-right h2:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 2px;
  width: 50px;
  background: #3080E3;
  content: "";
}

.section-title.align-left {
  padding: 0;
  padding-right: 600px;
}

.section-title.align-left h2:before {
  left: 0;
  margin-left: 0;
}

/* One Click Scrool Top Button*/
.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #3080E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff !important;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 5px;
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: #fd723b;
}

/* Overlay */
.overlay {
  position: relative;
  z-index: 1;
}

.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #151515;
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

/* Pagination CSS */
.pagination {
  text-align: left;
  margin: 60px 0 0 0;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pagination {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .pagination {
    margin-top: 40px;
  }
}

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

.pagination.right {
  text-align: right;
}

.pagination.left {
  text-align: left;
}

.pagination .pagination-list {
  display: inline-block;
  overflow: hidden;
}

.pagination .pagination-list li {
  margin-right: 5px;
  display: inline-block;
  margin-top: 10px;
}

.pagination .pagination-list li:last-child {
  margin-right: 0px;
}

.pagination .pagination-list li a {
  background: #fff;
  color: #081828;
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px;
  padding: 8px 20px;
  text-align: center;
  border: 1px solid #eee;
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
  background: #3080E3;
  color: #fff;
  border-color: transparent;
}

.pagination .pagination-list li a i {
  font-size: 13px;
}

.blog-grids.pagination {
  margin-top: 50px;
  text-align: center;
}

.button .btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 16px 30px;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  margin-right: 7px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .button .btn {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

.button .btn i {
  display: inline-block;
  margin-right: 5px;
}

.button .btn:last-child {
  margin: 0;
}

.button .btn:hover {
  color: #fff;
  background-color: #fd723b;
}

.button {
  margin-left: 0 !important;
}

.button .btn-alt {
  background-color: #fd723b !important;
  color: #fff !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn-alt {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .button .btn-alt {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

.button .btn-alt:hover {
  background-color: #3080E3 !important;
  color: #fff !important;
}

.align-left {
  text-align: left;
}

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

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

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #3080E3;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*======================================
	01. Start Header CSS
========================================*/
.header {
  width: 100%;
  background: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    padding: 18px 0 !important;
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: #151515;
  }
  .header .button {
    margin: 0 !important;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 61px !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 8px;
  }
  .header .navbar .navbar-nav .nav-item a:hover {
    color: #3080E3 !important;
  }
  .header .navbar .navbar-nav .nav-item a.active {
    color: #3080E3 !important;
  }
  .header .navbar-nav .nav-item {
    margin: 0;
  }
  .header .navbar-nav .nav-item:hover a {
    color: #3080E3;
  }
  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
  }
  .header .navbar-nav .nav-item a::before {
    display: none;
  }
  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #3080E3 !important;
  }
  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }
  .header .navbar-nav .nav-item .sub-menu li.active {
    background: #fff !important;
    color: #3080E3 !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }
  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: #fff !important;
    color: #3080E3 !important;
  }
  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }
  .header .navbar-nav .nav-item a:hover {
    color: #3080E3;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 18px 0 !important;
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: #151515;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 60px !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 8px;
  }
  .header .navbar .navbar-nav .nav-item a:hover {
    color: #3080E3 !important;
  }
  .header .navbar .navbar-nav .nav-item a.active {
    color: #3080E3 !important;
  }
  .header .navbar-nav .nav-item {
    margin: 0;
  }
  .header .navbar-nav .nav-item:hover a {
    color: #3080E3;
  }
  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
  }
  .header .navbar-nav .nav-item a::before {
    display: none;
  }
  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #3080E3 !important;
  }
  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }
  .header .navbar-nav .nav-item .sub-menu li.active {
    background: #fff !important;
    color: #3080E3 !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }
  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: #fff !important;
    color: #3080E3 !important;
  }
  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }
  .header .navbar-nav .nav-item a:hover {
    color: #3080E3;
  }
}

@media (max-width: 767px) {
  .header .button {
    display: none;
  }
}

.header .navbar-brand img {
  width: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-brand img {
    width: 110px;
  }
}

@media (max-width: 767px) {
  .header .navbar-brand img {
    width: 100px;
  }
}

.header.sticky .button .btn {
  background-color: #3080E3;
  color: #fff;
}

.header.sticky .button .btn:hover {
  background-color: #fd723b;
  color: #fff;
}

.sticky {
  position: fixed;
  z-index: 99;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 0;
  background-color: #fff;
}

.navbar-expand-lg .navbar-nav {
  margin: 0;
  margin-left: auto !important;
  margin-right: auto !important;
}

.header .navbar .navbar-nav .nav-item a.active {
  color: #3080E3;
}

.sticky .navbar .navbar-nav .nav-item a.active {
  color: #3080E3;
}

.sticky .navbar .navbar-nav .nav-item a {
  color: #151515;
}

.header .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: #fff;
}

.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: #fff;
}

.sticky .navbar .mobile-menu-btn .toggler-icon {
  background: #333;
}

/*===== NAVBAR =====*/
.navbar-area {
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0;
}

.navbar-area.sticky {
  position: fixed;
  z-index: 99;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0px 0;
}

.navbar-brand {
  padding-left: 0;
  border-radius: 0;
}

.mobile-menu-btn {
  padding: 0px;
}

.mobile-menu-btn:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mobile-menu-btn .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: -7px;
}

.navbar-nav .nav-item {
  z-index: 1;
  position: relative;
  margin-right: 40px;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}

.navbar-nav .nav-item:hover a {
  color: #3080E3;
}

.sticky .navbar-nav .nav-item:hover a {
  color: #3080E3;
}

.navbar-nav .nav-item a {
  font-size: 15px;
  color: #151515;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 35px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  transition: all 0.3s ease-out 0s;
  position: relative;
  text-transform: capitalize;
}

.navbar-nav .nav-item a::after {
  opacity: 0;
  visibility: hidden;
}

.navbar-nav .nav-item:hover a:before {
  width: 100%;
}

.navbar-nav .nav-item a.active {
  color: #fff;
}

.navbar-nav .nav-item a.dd-menu::after {
  content: "\ea5e";
  font: normal normal normal 1em/1 "LineIcons";
  position: absolute;
  right: 17px;
  font-size: 10px;
  top: 50%;
  margin-left: 5px;
  margin-top: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a.dd-menu::after {
    top: 18px;
    right: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a.collapsed::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.navbar-nav .nav-item:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.navbar-nav .nav-item .sub-menu {
  padding: 30px;
  min-width: 240px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px #0000001a;
          box-shadow: 0px 5px 20px #0000001a;
  position: absolute;
  top: 110% !important;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0 0 4px 4px;
  border-radius: 5px;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100% !important;
}

.navbar-nav .nav-item .sub-menu .nav-item {
  width: 100%;
  margin-bottom: 15px;
}

.navbar-nav .nav-item .sub-menu .nav-item:last-child {
  margin: 0;
}

.navbar-nav .nav-item .sub-menu .nav-item a {
  padding: 0;
  color: #888;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.navbar-nav .nav-item .sub-menu .nav-item a:hover {
  color: #3080E3;
}

.navbar-nav .nav-item .sub-menu.left-menu {
  left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}

.navbar-nav .nav-item .sub-menu > li {
  display: block;
  margin-left: 0;
}

.navbar-nav .nav-item .sub-menu > li:last-child {
  border: none;
}

.navbar-nav .nav-item .sub-menu > li.active > a {
  color: #3080E3 !important;
}

.navbar-nav .nav-item .sub-menu > li > a {
  font-weight: 400;
  display: block;
  padding: 12px 15px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
}

.navbar-nav .nav-item .sub-menu > li:first-child a {
  border: none;
}

.button {
  display: inline-block;
  margin-left: 10px;
}

.button .signin {
  color: #fff;
  font-weight: 500;
  margin-right: 20px;
}

.button .signin:hover {
  text-decoration: underline;
}

.button .signup {
  background-color: #fff;
  color: #151515;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 500;
}

.button .signup:hover {
  color: #fff;
  background-color: #fd723b;
}

.sticky .button .signin {
  color: #151515;
}

.sticky .button .signin:hover {
  color: #3080E3;
}

.sticky .button .signup {
  background-color: #3080E3;
  color: #fff;
}

.sticky .button .signup:hover {
  background-color: #fd723b;
  color: #fff;
}

.others-pages {
  background-color: #fff;
}

.others-pages .button .signin {
  color: #151515;
}

.others-pages .button .signin:hover {
  color: #3080E3;
}

.others-pages .button .signup {
  background-color: #3080E3;
  color: #fff;
}

.others-pages .button .signup:hover {
  background-color: #fd723b;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header .button .signin {
    color: #151515;
  }
  .header .button .signin:hover {
    color: #3080E3;
  }
  .header .button .signup {
    background-color: #3080E3;
    color: #fff;
  }
  .header .button .signup:hover {
    background-color: #fd723b;
    color: #fff;
  }
}

/*======================================
     End Header CSS
  ========================================*/
/*======================================
    Hero Area CSS
========================================*/
.hero-area {
  position: relative;
  background-color: #fff;
  padding: 110px 0 90px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    padding: 130px 0 70px 0;
  }
}

@media (max-width: 767px) {
  .hero-area {
    padding: 10px 0 30px 0;
  }
}

.hero-area .main__circle {
  top: -200px;
  right: calc(50% - 1180px);
  width: 1000px;
  height: 1000px;
  background: #3080E3;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .main__circle {
    display: none;
  }
}

.hero-area .main__circle2 {
  right: calc(50% - 270px);
  bottom: -75px;
  z-index: 2;
  width: 150px;
  height: 150px;
  background: #FAB8C4;
  position: absolute;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-area .main__circle2 {
    display: none;
  }
}

.hero-area .main__circle3 {
  top: -180px;
  left: -180px;
  width: 350px;
  height: 350px;
  background: #fd723b;
  position: absolute;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-area .main__circle3 {
    display: none;
  }
}

.hero-area .main__circle4 {
  top: 44%;
  left: 30px;
  width: 48px;
  height: 48px;
  background: #FAB8C4;
  position: absolute;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-area .main__circle4 {
    display: none;
  }
}

.hero-area .app-image {
  z-index: 99;
  position: relative;
  border-radius: 20px;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px #0000000f;
          box-shadow: 0px 0px 30px #0000000f;
  z-index: 4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .app-image {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .hero-area .app-image {
    margin-top: 20px;
  }
  .single-service{
    padding: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .hero-area .app-image {
    margin-left: 20px;
  }
}

.hero-area .app-image .image-bg-shape {
  top: -45px;
  left: -45px;
  width: 110px;
  height: 110px;
  background: #FAB8C4;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-area .app-image .image-bg-shape {
    display: none;
  }
}

.hero-area .shape-1 {
  position: absolute;
  width: 520px;
  height: 520px;
  left: -184.03px;
  top: -1.4px;
}

.hero-area .shape-1 img {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-area .shape-2 {
  position: absolute;
  width: 665px;
  height: 665px;
  right: -126px;
  top: -66px;
}

.hero-area .shape-2 img {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-area .shape-3 {
  position: absolute;
  width: 600px;
  height: 600px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50%;
}

.hero-area .shape-3 img {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-area .hero-content {
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    padding: 0px 140px;
  }
}

.hero-area .hero-content h1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 53px;
  color: #151515;
  margin: 0px 0 18px;
  text-transform: capitalize;
  overflow: hidden;
}

.hero-area .hero-content h1 span.color2 {
  color: #fd723b;
}

.hero-area .hero-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #313131;
  margin: 28px 0;
}

.hero-area .hero-content .button {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content .button {
    margin-top: 10px !important;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content .button {
    margin-top: 10px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content .button .btn {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-content h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    text-align: center;
  }
  .hero-area .hero-content h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
  }
  .hero-area .hero-content p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content {
    padding: 0 10px;
    text-align: center;
  }
  .hero-area .hero-content h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .hero-area .hero-content p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
  }
  .hero-area .hero-content .button .btn {
    width: 60%;
    margin: 0;
    margin-bottom: 7px;
  }
  .hero-area .hero-content .button .btn:last-child {
    margin: 0;
  }
}

.hero-area.style2 {
  padding: 200px 0 120px 0;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F7FA), to(transparent));
  background: linear-gradient(#F4F7FA, transparent);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area.style2 {
    padding: 130px 0 70px 0;
  }
}

@media (max-width: 767px) {
  .hero-area.style2 {
    padding: 110px 0 60px 0;
  }
}

.hero-area.style2 .main__circle {
  top: -98px;
  right: calc(50% - 1145px);
  width: 1000px;
  height: 1000px;
  background: #3080E3;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .hero-area.style2 .hero-content {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area.style2 .hero-content {
    padding: 0px 110px;
  }
}

.hero-area.style2 .hero-content h4 {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
  color: #727272;
}

.hero-area.style2 .hero-content h1 {
  text-transform: capitalize;
  font-size: 38px;
  line-height: 53px;
  overflow: hidden;
}

.hero-area.style2 .hero-content h1 .secondary-color {
  color: #fd723b;
}

.hero-area.style2 .hero-content p {
  font-family: poppins;
  color: #727272;
  font-size: 15px;
}

@media (max-width: 767px) {
  .hero-area.style2 .hero-content p {
    font-size: 14px !important;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .hero-area.style2 .hero-content p {
    padding-right: 60px;
  }
}

.hero-area.style2 .hero-content .button {
  margin-top: 20px;
}

.hero-area.style2 .hero-content .button .btn {
  padding: 17px 45px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .hero-area.style2 .hero-content .video {
    display: block;
    margin-top: 15px;
  }
}

.hero-area.style2 .hero-content .video .video-text {
  color: #727272;
  display: inline-block;
  margin-left: 15px;
}

.hero-area.style2 .hero-content .video .video-icon {
  height: 55px;
  width: 55px;
  line-height: 54px;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  color: #3080E3;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
}

.hero-area.style2 .hero-content .video:hover .video-icon {
  background-color: #3080E3;
  color: #fff;
  border-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area.style2 .hero-content {
    text-align: center;
  }
  .hero-area.style2 .hero-content h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
  }
  .hero-area.style2 .hero-content p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .hero-area.style2 .hero-content {
    padding: 0 10px;
    text-align: center;
  }
  .hero-area.style2 .hero-content h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .hero-area.style2 .hero-content p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
  }
  .hero-area.style2 .hero-content .button .btn {
    width: 70%;
    margin: 0;
    padding: 14px 30px;
    margin-bottom: 7px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .hero-area.style2 .hero-content .button .btn {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .hero-area.style2 .hero-content .button .btn:last-child {
    margin: 0;
  }
}

.hero-area.style2 .hero-image {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  bottom: -32px;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-area.style2 .hero-image {
    display: none;
  }
}

.hero-area.style2 .hero-image img {
  width: 640px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .hero-area.style2 .hero-image {
    margin-left: 40px;
  }
}

.hero-area.style2 .hero-image .image-bg-shape {
  top: 40px;
  left: 44px;
  width: 110px;
  height: 110px;
  background: #FAB8C4;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-area.style2 .hero-image .image-bg-shape {
    display: none;
  }
}

/*======================================
    Process Area CSS
========================================*/
.process img {
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .process .content {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1400px) {
  .process .content {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process .content {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .process .content {
    margin-top: 30px;
  }
}

.process .content h4 {
  color: #3080E3;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

.process .content h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process .content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .process .content h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }
}

.process .content p {
  font-size: 16px;
  margin-top: 25px;
}

.process .content .list .single-list {
  position: relative;
  padding-left: 80px;
  margin-top: 50px;
  display: inline-block;
}

.process .content .list .single-list .list-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  border-radius: 15px;
  color: #3080E3;
  font-size: 22px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0px 7px 10px #0000000a;
          box-shadow: 0px 7px 10px #0000000a;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.process .content .list .single-list:hover .list-icon {
  background-color: #3080E3;
  color: #fff;
}

.process .content .list .single-list h4 {
  color: #151515;
  font-size: 15px;
  margin-bottom: 8px;
}

.process .content .list .single-list p {
  margin: 0;
}

/*=============================
	About App CSS
===============================*/
@media (max-width: 767px) {
  .achievement .single-achievement {
    padding: 20px 0;
  }
}

.achievement .single-achievement h3 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  z-index: 0;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .achievement .single-achievement h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .achievement .single-achievement h3 {
    font-size: 26px;
  }
}

.achievement .single-achievement h3 .shape {
  position: absolute;
  left: -20px;
  top: -15px;
  z-index: -1;
  height: 55px;
  width: 55px;
}

.achievement .single-achievement p {
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .achievement .single-achievement p {
    margin-top: 10px;
  }
}

/*======================================
    About Us CSS
========================================*/
.about {
  position: relative;
  background-color: #151515;
  z-index: 0;
}

.about .shape-1 {
  position: absolute;
  width: 520px;
  height: 520px;
  left: -184.03px;
  top: 0;
  z-index: -1;
}

.about .shape-1 img {
  width: 100%;
  height: 100%;
  display: block;
}

.about .shape-2 {
  position: absolute;
  width: 665px;
  height: 665px;
  right: -126px;
  bottom: -66px;
  z-index: -1;
}

.about .shape-2 img {
  width: 100%;
  height: 100%;
  display: block;
}

.about img {
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about .content {
    padding-right: 80px;
  }
}

@media only screen and (min-width: 1400px) {
  .about .content {
    padding-right: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about .content {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .about .content {
    margin-bottom: 50px;
  }
}

.about .content h4 {
  color: #3080E3;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

.about .content h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about .content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .about .content h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }
}

.about .content p {
  font-size: 16px;
  margin-top: 25px;
  color: #fff;
}

.about .content .action-button {
  margin-top: 50px;
  display: block;
}

.about .content .action-button .btn-icon {
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background-color: #3080E3;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
  font-size: 20px;
}

.about .content .action-button h4 {
  display: inline-block;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  font-family: roboto;
  color: #fff;
}

.about .content .action-button h4 a {
  color: #3080E3;
  display: block;
  font-size: 15px;
  margin-top: 3px;
}

.about .content .action-button h4 a:hover {
  letter-spacing: 1px;
}

.about .content .action-button h4 a i {
  display: inline-block;
  margin-left: 8px;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.about .why-choose-list {
  margin-top: 60px;
}

.about .why-choose-list li {
  position: relative;
  margin-bottom: 45px;
}

.about .why-choose-list li:hover .number {
  background-color: #fd723b;
}

.about .why-choose-list li:last-child {
  margin: 0;
}

.about .why-choose-list li .number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3080E3;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
}

.about .why-choose-list li .list-content {
  display: inline-block;
  padding: 0;
  padding-left: 80px;
}

.about .why-choose-list li .list-content h3 {
  font-size: 19px;
  font-weight: 600;
  display: block;
  color: #fff;
}

.about .why-choose-list li .list-content p {
  margin: 0;
  margin-top: 15px;
  color: #cecece;
}

/*======================================
    Testimonial CSS
========================================*/
.testimonials {
  background-color: #F4F7FA;
  position: relative;
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials {
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .testimonials {
    padding-bottom: 120px;
  }
}

.testimonials.style2 .single-testimonial .shape1 {
  top: 0;
  left: -30px;
  height: 90px;
  width: 90px;
}

.testimonials.style2 .single-testimonial .shape2 {
  right: 20px;
  bottom: 20px;
}

.testimonials .testimonial-slider {
  margin: 0;
}

.testimonials .tns-nav {
  text-align: center;
  position: absolute;
  bottom: 90px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  left: 50%;
  z-index: 9;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials .tns-nav {
    bottom: 55px;
  }
}

@media (max-width: 767px) {
  .testimonials .tns-nav {
    bottom: 55px;
  }
}

.testimonials .tns-nav button {
  height: 6px;
  width: 14px;
  background-color: #D0CCCC;
  border-radius: 5px;
  display: inline-block;
  border: none;
  margin: 0px 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.testimonials .tns-nav button.tns-nav-active {
  width: 25px;
  background-color: #3080E3;
}

.testimonials .single-testimonial {
  background-color: #fff;
  padding: 70px 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .testimonials .single-testimonial {
    padding: 50px 40px;
  }
}

.testimonials .single-testimonial .shape1 {
  position: absolute;
  left: 40px;
  top: 0;
}

.testimonials .single-testimonial .shape2 {
  position: absolute;
  right: -20px;
  bottom: -20px;
}

.testimonials .single-testimonial .inner-content {
  position: relative;
  z-index: 0;
}

.testimonials .single-testimonial .qote-icon {
  font-size: 70px;
  color: #3333331a;
  position: absolute;
  opacity: 0.2;
  right: 0;
  top: 0;
  z-index: -1;
}

.testimonials .single-testimonial .text h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials .single-testimonial .text h4 {
    bottom: 55px;
  }
}

@media (max-width: 767px) {
  .testimonials .single-testimonial .text h4 {
    font-size: 15px;
    line-height: 28px;
  }
}

.testimonials .single-testimonial .author {
  position: relative;
  padding-left: 70px;
  margin-top: 40px;
}

.testimonials .single-testimonial .author img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.testimonials .single-testimonial .author h4 {
  font-size: 17px;
  font-weight: 600;
}

.testimonials .single-testimonial .author h4 span {
  color: #3080E3;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}

/*=============================
	Pricing Table CSS
===============================*/
/*.pricing-table {
  background-color: #F4F7FA;
}*/

.pricing-table .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-table .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .pricing-table .section-title {
    margin-bottom: 20px;
  }
}

.pricing-table .single-table {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-top: 40px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 50px 35px;
  /*text-align: center;*/
  z-index: 0;
  transition: all 0.4s ease;
}

ul.pricing-feature-list li {
    font-size: 15px;
    padding: 5px 0;
}

.pricing-table .single-table:hover {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
}

.pricing-table .single-table.middle .table-head .title {
  border-color: #fd723b;
  color: #fd723b;
}

.pricing-table .single-table .table-head .title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #3080e3;
  padding: 8px 20px;
  border: 2px solid #033450;
  display: inline-block;
  border-radius: 30px;
}

.pricing-table .single-table .table-head p {
  font-weight: 400;
}

.pricing-table .single-table .table-head .price {
  padding-top: 10px;
  margin-bottom: 20px;
}

.pricing-table .single-table .table-head .price .amount {
  font-size: 45px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

.pricing-table .single-table .table-head .price .amount .currency {
  font-weight: 400;
  color: #888;
  font-size: 17px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing-table .single-table .table-head .price .amount .duration {
  display: inline-block;
  font-size: 14px;
  color: #888;
  font-weight: 400;
  margin-left: 3px;
}

.pricing-table .single-table .button {
  margin: 0;
  margin-top: 20px;
}

.pricing-table .single-table .button .btn {
  text-transform: none;
  padding: 14px 35px;
}

.pricing-table.style2 .single-table .table-list li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\ea5a";
    font-family: lineIcons;
    color: #68D585;
    font-size: 15px;
}

.pricing-table .single-table .table-content .table-list li {
  position: relative;
  font-size: 15px;
  margin-bottom: 10px;
}

.pricing-table .single-table .table-content .table-list li:last-child {
  margin: 0;
}

.pricing-table .single-table .table-content .table-list li i {
  color: #3080E3;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}

.pricing-table.style2 .single-table {
  text-align: left;
  padding: 40px;
}

.pricing-table.style2 .single-table.middle .table-head .title {
  color: #fd723b;
}

.pricing-table.style2 .single-table .table-head .title {
  color: #000;
  text-transform: uppercase;
}

.pricing-table.style2 .single-table .table-head .price {
  padding-top: 0;
}

.pricing-table.style2 .single-table .table-head .price .amount {
  font-size: 45px;
  font-weight: 600;
}

.pricing-table.style2 .single-table .table-head .price .amount .currency {
  font-weight: 500;
  color: #151515;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 9px;
}

.pricing-table.style2 .single-table .table-head .price .amount .duration {
  color: #151515;
}

.pricing-table.style2 .single-table .table-list {
  margin-top: 10px;
}

.pricing-table.style2 .single-table .table-list li {
  font-size: 15px;
  margin-bottom: 7px;
  padding-left: 25px;
  font-weight: 400;
  position: relative;
}

.pricing-table.style2 .single-table .table-list li::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "\ea5a";
  font-family: lineIcons;
  color: #68D585;
  font-size: 15px;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
}

.pricing-table.style2 .single-table .table-list li.disable {
  color: #727272;
}

.pricing-table.style2 .single-table .table-list li.disable::before {
  color: #727272;
  content: "\ea87";
}

.pricing-table.style2 .single-table .button {
  margin: 0;
  margin-top: 50px;
}

.pricing-table.style2 .single-table .button .btn i {
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.pricing-table.style2 .single-table .no-card {
  display: block;
  margin-top: 15px;
}

/*======================================
    Call To Action CSS
========================================*/
.call-action {
  background-color: #fff;
}

.call-action.style2 {
  background-color: #3080E3;
  padding: 0;
}

.call-action.style2 .inner-content {
  padding: 60px 0;
}

.call-action .inner-content {
  position: relative;
  padding: 50px;
  border-radius: 10px;
  background-color: #3080E3;
  z-index: 0;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .inner-content {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .call-action .inner-content {
    padding: 30px;
    text-align: center;
  }
}

.call-action .inner-content .bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.call-action .text h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .text h2 {
    font-size: 25px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .call-action .text h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

.call-action .text h2 span {
  display: block;
  color: #3080E3;
}

.call-action .button {
  float: right;
}

.call-action .button .btn {
  background-color: #fff;
  color: #151515;
}

.call-action .button .btn:hover {
  background-color: #fd723b;
  color: #fff;
}

.call-action .button .btn.btn-alt:hover {
  background-color: #151515 !important;
}

@media (max-width: 767px) {
  .call-action .button {
    float: none;
    margin-top: 20px;
  }
}

/*======================================
    Blog CSS
========================================*/
.blog-section {
  background-color: #fff;
}

.blog-section .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-section .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .blog-section .section-title {
    margin-bottom: 20px;
  }
}

/* Single Blog Grid*/
.single-blog-grid {
  margin-top: 30px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px #00000013;
          box-shadow: 0px 0px 10px #00000013;
  border-radius: 18px;
  padding: 12px;
}

.single-blog-grid .blog-img {
  overflow: hidden;
  border-radius: 12px;
}

.single-blog-grid .blog-img a {
  width: 100%;
}

.single-blog-grid .blog-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-blog-grid:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

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

.single-blog-grid .blog-content .category {
  font-size: 14px;
  color: #3080E3;
  display: inline-block;
  font-weight: 500;
}

.single-blog-grid .blog-content h4 {
  display: block;
  margin-top: 10px;
  line-height: 28px;
}

.single-blog-grid .blog-content h4 a {
  font-size: 18px;
  color: #151515;
  display: inline-block;
}

.single-blog-grid .blog-content h4 a:hover {
  color: #3080E3;
}

.single-blog-grid .blog-content p {
  display: block;
  margin-top: 20px;
}

.single-blog-grid .blog-content .more-btn {
  display: inline-block;
  margin-top: 20px;
  color: #888;
  font-weight: 500;
}

.single-blog-grid .blog-content .more-btn:hover {
  color: #3080E3;
  letter-spacing: 1px;
}

.single-blog-grid .blog-content .more-btn i {
  font-size: 20px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 3px;
}

.blog-list {
  background: #F4F7FA;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .blog-list .pagination {
    margin-top: 20px;
  }
}

.blog-list .single-blog {
  margin: 0;
}

.blog-list .single-blog {
  margin-bottom: 30px;
}

/* News Details */
.blog-single {
  background: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .blog-single .main-content-head {
    padding-right: 30px;
  }
}

.blog-single .meta-info {
  margin-top: 25px;
}

.blog-single .meta-info li {
  font-size: 15px;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single .meta-info li {
    margin-bottom: 8px;
  }
}

.blog-single .meta-info li::before {
  position: absolute;
  content: "";
  right: -5px;
  top: 50%;
  background-color: #d2d2d2;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-single .meta-info li:last-child {
  margin: 0;
  padding: 0;
}

.blog-single .meta-info li:last-child::before {
  display: none;
}

.blog-single .meta-info li a {
  color: #888;
  font-size: 15px;
  font-weight: 400;
}

.blog-single .meta-info li a i {
  display: inline-block;
  margin-right: 2px;
}

.blog-single .meta-info li a:hover {
  color: #3080E3;
}

.blog-single .meta-info li a img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
}

.blog-single .post-thumbnils {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin: 50px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single .post-thumbnils {
    margin: 40px 0;
  }
}

@media (max-width: 767px) {
  .blog-single .post-thumbnils {
    margin: 30px 0;
  }
}

.blog-single .post-thumbnils img {
  width: 100%;
}

.blog-single .post-title {
  margin-bottom: 10px;
  line-height: 40px;
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
}

@media (max-width: 767px) {
  .blog-single .post-title {
    line-height: 32px;
    font-size: 22px;
  }
}

.blog-single p {
  font-size: 15px;
  margin: 30px 0;
  line-height: 26px;
}

.blog-single p:first-child {
  margin-top: 0;
}

.blog-single p:last-child {
  margin-bottom: 0;
}

.blog-single h3 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 28px;
}

blockquote {
  position: relative;
  color: #fff;
  font-weight: 400;
  clear: both;
  z-index: 1;
  margin: 40px 0;
  text-align: center;
  padding: 40px;
  background-color: #3080E3;
  border-radius: 0;
  overflow: hidden;
  border-radius: 8px;
}

@media (max-width: 767px) {
  blockquote {
    padding: 20px;
  }
}

blockquote .icon i {
  font-size: 32px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  blockquote .icon i {
    margin-bottom: 15px;
  }
}

blockquote h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

@media (max-width: 767px) {
  blockquote h4 {
    font-size: 14px;
  }
}

blockquote span {
  font-size: 13px;
  display: block;
  margin-top: 20px;
  color: #fff;
}

/*comments*/
.post-comments {
  margin-top: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .post-comments {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-comments {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .post-comments {
    margin-top: 40px;
  }
}

.comment-title {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 30px !important;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

.post-comments .comments-list li {
  padding: 60px 30px;
  padding-left: 140px;
  position: relative;
  font-size: 15px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #eee;
  margin-bottom: 40px;
  background-color: #F4F7FA;
}

.post-comments .comments-list li:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  .post-comments .comments-list li {
    padding-left: 0;
    padding: 25px;
  }
}

.post-comments .comments-list li .comment-img {
  position: absolute;
  left: 30px;
  width: 80px;
  height: 80px;
}

@media (max-width: 767px) {
  .post-comments .comments-list li .comment-img {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 18px;
  }
}

.post-comments .comments-list li .comment-img img {
  max-width: 80px;
  max-height: 80px;
  border-radius: 50%;
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 0px 10px #0000001c;
          box-shadow: 0px 0px 10px #0000001c;
}

.post-comments .comments-list li .comment-desc .desc-top {
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.post-comments .comments-list li .comment-desc .desc-top h6 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 500;
}

.post-comments .comments-list li .comment-desc .desc-top span.date {
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .post-comments .comments-list li .comment-desc .desc-top span.date {
    display: block;
  }
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  z-index: 2;
  background-color: transparent;
  border-radius: 5px;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  background-color: #3080E3;
}

@media (max-width: 767px) {
  .post-comments .comments-list li .comment-desc .desc-top .reply-link {
    position: relative;
    display: inline-block;
    margin-top: 15px;
  }
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link:hover {
  color: #fff;
  background-color: #fd723b;
  border-color: transparent;
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link i {
  margin-right: 5px;
}

.post-comments .comments-list li .comment-desc p {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 15px;
}

.post-comments .comments-list li.children {
  margin-left: 130px;
}

@media (max-width: 767px) {
  .post-comments .comments-list li.children {
    margin: 0;
  }
}

/*Comment form*/
.comment-form {
  margin-top: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .comment-form {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-form {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .comment-form {
    margin-top: 40px;
  }
}

.comment-reply-title {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 30px !important;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

.comment-form form .form-box {
  position: relative;
}

.comment-form form .form-box label {
  color: #151515;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
}

.comment-form form .form-box .icon {
  position: absolute;
  top: 17px;
  right: 25px;
  font-size: 16px;
}

.comment-form form .form-box .form-control-custom {
  border: none;
  background: #fff;
  font-size: 15px;
  color: #151515;
  padding: 0 25px;
  font-weight: 500;
  height: 55px;
  border: 1px solid #eee;
  margin-bottom: 30px;
  font-weight: 400;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #F4F7FA;
}

@media (max-width: 767px) {
  .comment-form form .form-box .form-control-custom {
    margin-bottom: 20px;
  }
}

.comment-form form .form-box .form-control-custom:focus {
  border-color: #3080E3;
}

.comment-form form .form-box textarea.form-control-custom {
  height: 200px;
  padding: 25px;
}

.comment-form form .form-box .form-control-custom::-webkit-input-placeholder {
  font-size: 15px;
  color: #888;
  font-weight: 400;
}

.comment-form form .form-box .form-control-custom:-ms-input-placeholder {
  font-size: 15px;
  color: #888;
  font-weight: 400;
}

.comment-form form .form-box .form-control-custom::-ms-input-placeholder {
  font-size: 15px;
  color: #888;
  font-weight: 400;
}

.comment-form form .form-box .form-control-custom::placeholder {
  font-size: 15px;
  color: #888;
  font-weight: 400;
}

/* News sidebar */
.sidebar .widget {
  margin-bottom: 40px;
  overflow: hidden;
  padding: 40px;
  border-radius: 8px;
  background-color: #413E65;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar .widget:first-child {
    margin-top: 50px;
  }
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget .widget-title {
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 600;
  line-height: 28px;
  z-index: 1;
  color: #fff;
}

.sidebar .widget.search-widget form {
  position: relative;
}

.sidebar .widget.search-widget form input {
  width: 100%;
  background-color: transparent;
  height: 55px;
  border: none;
  padding: 0 70px 0 30px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 30px;
  background-color: #fff;
}

.sidebar .widget.search-widget form input::-webkit-input-placeholder {
  color: #333;
}

.sidebar .widget.search-widget form input:-ms-input-placeholder {
  color: #333;
}

.sidebar .widget.search-widget form input::-ms-input-placeholder {
  color: #333;
}

.sidebar .widget.search-widget form input::placeholder {
  color: #333;
}

.sidebar .widget.search-widget form button {
  border: none;
  position: absolute;
  right: 7px;
  top: 6px;
  width: 42px;
  height: 42px;
  z-index: 1;
  color: #fff !important;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #fff;
  border-radius: 50%;
  padding: 0 !important;
  border: none;
  background: #3080E3;
}

.sidebar .widget.search-widget form button:hover {
  background-color: #fd723b;
  color: #fff;
}

.sidebar .widget.popular-feeds .single-popular-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(238, 238, 238, 0.295);
}

.sidebar .widget.popular-feeds .single-popular-feed:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc {
  position: relative;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .cetagory {
  font-size: 15px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #dfdfdf;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .cetagory:hover {
  color: #fff;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title {
  margin-bottom: 12px;
  line-height: 1.5;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a:hover {
  text-decoration: underline;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
  font-weight: 400;
  font-size: 14px;
  color: #dfdfdf;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time i {
  margin-right: 4px;
}

.sidebar .widget.categories-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget.categories-widget ul li:first-child a {
  padding-top: 0;
}

.sidebar .widget.categories-widget ul li:last-child a {
  padding-bottom: 0;
  border: none;
}

.sidebar .widget.categories-widget ul li a {
  font-size: 15px;
  padding: 10px 0;
  font-weight: 400;
  display: block;
  color: #e0e0e0;
}

.sidebar .widget.categories-widget ul li a:hover {
  color: #fff;
  padding-left: 10px;
}

.sidebar .widget.popular-tag-widget {
  padding-bottom: 35px;
}

.popular-tag-widget .tags > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 20px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  background: #3080E3;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #fff;
  border: 1px solid #eeeeee3d;
  background: transparent;
  border-radius: 30px;
}

.popular-tag-widget .tags > a:hover {
  background-color: #fff;
  color: #151515;
  border-color: transparent;
}

/* Blog Grid Page */
.blog-grid-page {
  padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-grid-page {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .blog-grid-page {
    padding-top: 30px;
  }
}

.blog-grid-page .sidebar {
  margin-top: 30px;
}

/*======================================
   Clients Logo CSS
========================================*/
.client-logo {
  background-color: #F4F7FA;
  padding: 60px 0;
}

.client-logo .single-logo {
  padding: 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-logo .single-logo {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .client-logo .single-logo {
    padding: 15px 30px;
    border: 1px solid #eee;
    background: #fff;
  }
}

@media (max-width: 767px) {
  .client-logo .single-logo img {
    width: 75%;
  }
}

/*======================================
    Services CSS
========================================*/
.services {
  background-color: #F4F7FA;
}

.services .section-title {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services .section-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .services .section-title {
    margin-bottom: 30px;
  }
}

.services.style2 .single-service {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #eaeaea;
}

.services.style2 .single-service h3 {
  font-size: 20px;
}

.services.style2 .single-service:hover {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
  background-color: #fff;
}

.single-service {
  padding: 35px;
  border-radius: 18px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
  background-color: #fff;
  margin-top: 30px;
}

.single-service .service-icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  border-radius: 15px;
  color: #fff;
  background-color: #3080E3;
  text-align: center;
  font-size: 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(48, 128, 227, 0.18);
          box-shadow: 0px 10px 30px rgba(48, 128, 227, 0.18);
}

.single-service h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
}

.single-service p {
  font-size: 16px;
}

.single-service a {
  color: #3080E3;
  margin-top: 40px;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
}

.single-service a i {
  font-size: 22px;
  margin-left: 12px;
  position: relative;
  top: 3px;
}

.single-service a:hover {
  letter-spacing: 1px;
}

.single-service.two .service-icon {
  background-color: #fd723b;
  -webkit-box-shadow: 0px 10px 30px rgba(253, 114, 59, 0.25);
          box-shadow: 0px 10px 30px rgba(253, 114, 59, 0.25);
}

.single-service.two a {
  color: #fd723b;
}

.single-service.three .service-icon {
  background-color: #FFA842;
  -webkit-box-shadow: 0px 10px 30px rgba(255, 168, 66, 0.26);
          box-shadow: 0px 10px 30px rgba(255, 168, 66, 0.26);
}

.single-service.three a {
  color: #FFA842;
}

#overview-section .single-service .service-icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
}

#overview-section .single-service .service-icon i{
  font-size: 25px;
}

#overview-section .single-service p {
  font-size: 14px;
  line-height: 22px;
}

.app-image > img{max-width: 100%;}
.swiper{border-radius: 15px;}
.swiper-wrapper .single-service{ 
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.048);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.048);
  background-color: #fff;
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 5px;
}
.swiper-wrapper .single-service .service-icon{width:50px; height: 50px;}
.swiper-wrapper .single-service .service-icon > i{font-size:18px;}

/*======================================
    Team CSS
========================================*/
.team .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .team .section-title {
    margin-bottom: 30px;
  }
}

.team .single-team {
  margin-top: 30px;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team .single-team:hover {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
}

.team .single-team img {
  width: 100%;
}

.team .single-team .content {
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .team .single-team .content {
    display: block;
    text-align: center;
    padding: 30px;
  }
}

.team .single-team .content h4 {
  font-size: 17px;
  font-weight: 500;
}

.team .single-team .content h4 span {
  color: #727272;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .team .single-team .content .social {
    margin-top: 20px;
  }
}

.team .single-team .content .social li {
  display: inline-block;
  margin-right: 5px;
}

.team .single-team .content .social li a {
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 50%;
  font-size: 14px;
  color: #151515;
}

.team .single-team .content .social li a:hover {
  border-color: transparent;
  color: #fff;
  background-color: #3080E3;
}

.team .single-team .content .social li:last-child {
  margin-right: 0;
}

/*======================================
	Account Login CSS
========================================*/
.account-login {
  background-color: #F4F7FA;
}

.account-login .inner-content {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.075);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.075);
}

.account-login .login-form {
  padding: 70px;
  background-color: #fff;
  border: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .account-login .login-form {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .account-login .login-form {
    padding: 35px;
  }
}

.account-login .login-form .card-body {
  padding: 0;
}

.account-login .login-form .title {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .account-login .login-form .title {
    margin-bottom: 30px;
  }
}

.account-login .login-form .title h3 {
  font-size: 25px;
  font-weight: 700;
  color: #151515;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .account-login .login-form .title h3 {
    font-size: 22px;
  }
}

.account-login .bottom-content {
  margin-top: 25px;
}

.account-login .form-group {
  margin-bottom: 15px;
  position: relative;
}

.account-login .form-group label {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.account-login .form-group .form-control {
  padding: 0 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #eee;
  background-color: #fff;
  color: #505050;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 52px;
  border-radius: 8px !important;
  overflow: hidden;
  width: 100%;
  padding-left: 55px;
}

.account-login .form-group .form-control:focus {
  border-color: #3080E3;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.233);
          box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.233);
}

.account-login .lost-pass {
  color: #888;
}

.account-login .lost-pass:hover {
  color: #3080E3;
}

.account-login .button {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .account-login .button {
    display: block;
    margin-top: 30px;
  }
  .account-login .button .btn {
    margin-bottom: 13px;
  }
  .account-login .button .btn:last-child {
    margin: 0;
  }
}

.account-login .button .btn {
  padding: 14px 40px;
  margin-right: 20px;
  width: 100%;
}

.account-login .button .btn:last-child {
  margin: 0;
}

.account-login .button .btn.alt {
  background-color: #fff;
  color: #151515;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.055);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.055);
}

.account-login .button .btn.alt:hover {
  background-color: #fd723b;
  color: #fff;
}

.account-login .alt-option {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .account-login .alt-option {
    margin-top: 35px;
  }
}

.account-login .alt-option li {
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .account-login .alt-option li {
    margin-top: 5px;
  }
}

.account-login .alt-option li span {
  color: #727272;
  display: inline-block;
}

.account-login .alt-option li:last-child {
  margin: 0;
}

.account-login .alt-option li a {
  color: #3080E3;
}

.account-login .alt-option li a:hover {
  color: #fd723b;
}

/*======================================
	Contact CSS
========================================*/
.contact-us {
  position: relative;
  background-color: #F4F7FA;
}

.contact-us .form-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-bottom: 30px;
}

.contact-us .contact-form form {
  padding: 50px;
  -webkit-box-shadow: 0px 0px 35px #00000012;
          box-shadow: 0px 0px 35px #00000012;
  border-radius: 12px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .contact-form form {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .contact-us .contact-form form {
    padding: 35px;
  }
}

.contact-us .contact-form .form-group {
  margin-top: 25px;
}

.contact-us .contact-form .form-group:first-child {
  margin: 0;
}

.contact-us .contact-form .form-group label {
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.contact-us .contact-form .form-group input {
  height: 55px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 0px 20px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contact-us .contact-form .form-group input:focus {
  border-color: #3080E3;
}

.contact-us .contact-form .form-group textarea {
  height: 200px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  resize: none;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contact-us .contact-form .form-group textarea:focus {
  border-color: #3080E3;
}

.contact-us .contact-form .button {
  margin-top: 30px;
  width: 100%;
}

.contact-us .contact-form .button .btn {
  width: 100%;
}

.contact-us .contact-widget-wrapper {
  padding-left: 60px;
  padding-right: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .contact-widget-wrapper {
    padding: 0;
    padding-right: 200px;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .contact-us .contact-widget-wrapper {
    padding: 0;
    margin-top: 40px;
  }
}

.contact-us .contact-widget-wrapper .main-title {
  margin-bottom: 40px;
}

.contact-us .contact-widget-wrapper .main-title h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 40px;
}

@media (max-width: 767px) {
  .contact-us .contact-widget-wrapper .main-title h2 {
    font-size: 22px;
    line-height: 35px;
  }
}

.contact-us .contact-widget-wrapper .main-title p {
  font-size: 16px;
}

.contact-us .contact-widget-wrapper .contact-widget-block {
  margin-bottom: 30px;
}

.contact-us .contact-widget-wrapper .contact-widget-block:last-child {
  margin: 0;
}

.contact-us .contact-widget-wrapper .contact-widget-block h3 {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

.contact-us .contact-widget-wrapper .contact-widget-block p {
  margin-bottom: 5px;
}

.contact-us .contact-widget-wrapper .contact-widget-block p:last-child {
  margin: 0;
}

/*======================================
	Error 404 CSS
========================================*/
.error-area {
  height: 100vh;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.error-area::before {
  position: absolute;
  content: "";
  left: -150px;
  top: -150px;
  height: 300px;
  width: 300px;
  background-color: #3080E3;
  border-radius: 50%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}

.error-area::after {
  position: absolute;
  content: "";
  right: -150px;
  bottom: -150px;
  height: 300px;
  width: 300px;
  background-color: #fd723b;
  border-radius: 50%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  vertical-align: middle;
}

.d-table-cell {
  display: table-cell !important;
}

.error-area .error-content h1 {
  font-size: 100px;
  color: #3080E3;
  margin-bottom: 25px;
  font-weight: 800;
  line-height: 100px;
}

.error-area .error-content h1 span {
  color: #fd723b;
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content h1 {
    font-size: 60px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content h1 {
    font-size: 45px;
    line-height: 30px;
  }
}

.error-area .error-content h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #151515;
  font-weight: 700;
  line-height: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content h2 {
    font-size: 18px;
  }
}

.error-area .error-content p {
  font-weight: 400;
  margin-bottom: 40px;
  color: #888;
}

/*======================================
	Mail Success CSS
========================================*/
.maill-success {
  height: 100vh;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.maill-success::before {
  position: absolute;
  content: "";
  left: -150px;
  top: -150px;
  height: 300px;
  width: 300px;
  background-color: #3080E3;
  border-radius: 50%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}

.maill-success::after {
  position: absolute;
  content: "";
  right: -150px;
  bottom: -150px;
  height: 300px;
  width: 300px;
  background-color: #fd723b;
  border-radius: 50%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  vertical-align: middle;
}

.d-table-cell {
  display: table-cell !important;
}

.maill-success .success-content i {
  font-size: 40px;
  margin-bottom: 20px;
  color: #3080E3;
}

.maill-success .success-content h1 {
  font-size: 40px;
  color: #3080E3;
  margin-bottom: 20px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maill-success .success-content h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .maill-success .success-content h1 {
    font-size: 22px;
  }
}

.maill-success .success-content h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #151515;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maill-success .success-content h2 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .maill-success .success-content h2 {
    font-size: 15px;
  }
}

.maill-success .success-content p {
  font-weight: 400;
  margin-bottom: 30px;
  color: #727272;
  font-style: italic;
  font-size: 17px;
}

/*======================================
	Footer CSS
========================================*/
.footer {
  background-color: #fff;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer {
    margin-top: 20px;
    text-align: center;
  }
  .footer .single-footer > h3 {
    margin-bottom: 15px;
  }
}

.footer .single-footer.f-about {
  padding-right: 30px;
}

@media (max-width: 767px) {
  .footer .single-footer.f-about {
    padding: 0;
  }
}

.footer .single-footer.f-about .logo img {
  width: 110px;
}

.footer .single-footer.f-about p {
  color: #727272;
  margin-top: 20px;
  font-size: 15px;
}

.footer .single-footer.f-about .copyright-text {
  color: #727272;
  font-size: 15px;
  margin-top: 40px;
}

.footer .single-footer.f-about .copyright-text span {
  display: block;
}

@media (max-width: 767px) {
  .footer .single-footer.f-about .copyright-text {
    margin-top: 20px;
  }
}

.footer .single-footer.f-about .copyright-text a {
  color: #3080E3;
}

.footer .single-footer.f-about .copyright-text a:hover {
  color: #fd723b;
}

.footer .single-footer.f-link li {
  display: block;
  margin-bottom: 12px;
}

.footer .single-footer.f-link li:last-child {
  margin: 0;
}

.footer .single-footer.f-link li a {
  font-size: 15px;
  font-weight: 400;
  color: #727272;
}

.footer .single-footer.f-link li a:hover {
  color: #3080E3;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .footer .single-footer.newsletter {
    padding-left: 80px;
  }
}

.footer .single-footer h3 {
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-bottom: 35px;
  color: #151515;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer h3 {
    margin-bottom: 10px;
  }
  .footer .single-footer.f-link li{
    margin-bottom: 5px;
  }
}

.footer .newsletter-form {
  margin-top: 30px;
  position: relative;
}

.footer .newsletter-form input {
  height: 55px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  padding-left: 18px;
  padding-right: 65px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer .newsletter-form input:hover {
  border-color: #3080E3;
}

.footer .newsletter-form input:focus {
  border-color: #3080E3;
}

.footer .newsletter-form .button {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer .newsletter-form .button .sub-btn {
  height: 42px;
  width: 42px;
  border-radius: 6px;
  background-color: #3080E3;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  font-size: 17px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer .newsletter-form .button .sub-btn:hover {
  color: #fff;
  background-color: #fd723b;
}

.service-icon i {
    font-size: 29px;
}

.list-two-col li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 12px;
}

.help-you{
	background:#0b163f !important;
}

.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-button-next:after {
  color: white;
}

.footer .single-footer.f-about .logo img {
  width: 110px;
}

.newsletter-form button i{
  font-size: 18px;
  justify-content: center;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .hero-area .main__circle {
    display: none;
  }
  .offcanvas-header .brand-logo > img {
    width: 150px;
  }
  .money-back-wrapper{
    text-align: left;
  }
}

.highlight{
  min-width: 95px;
  height: 44px;
  border-radius: 10px;
  text-align: center;
  padding: 4px;
  position: relative;
  z-index: 9;
  font-size: 25px;

}
.notification-container{
  position: relative;
  top: -75px;
}
.notification-wrapper {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  z-index: 8;
  overflow: hidden;
}

.notification-text ul > li {margin-right: 50px;color: #fd723b;}


.box{
position: absolute;
top: 0; left: 0;
right: 0; bottom: 0;
display: flex;
justify-content: start;
align-items: center;
padding: 0 10px;

}
.box span{
position: relative;
top: 5px;
color: #fff !important;
font-weight: 700;
display: inline-block;
animation: bounce 0.3s ease infinite alternate;
}

.box:hover span {
  animation-play-state: paused;
}

.box {

  font: 700 1em/1 "Oswald", sans-serif;
  letter-spacing: 3px;
  padding-left: 15px;

  display: flex;
  justify-content: center;
  align-items: center;

  background: url(/assets/front/img/animated-text-fill.png) repeat-y;

  -webkit-animation: aitf 80s linear infinite;

  -webkit-transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes aitf {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

@keyframes bounce{
100%{
  top: -5px;
  text-shadow: 0 1px #cccccc,
              0 2px #cccccc,
              0 3px #cccccc,
              0 4px #cccccc,
              0 5px #cccccc,
              0 6px #cccccc,
              0 7px #cccccc,
              0 8px #cccccc,
              0 9px #cccccc,
              0 10px 5px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px #ccc, 0 2px #ccc, 0 3px #ccc, 0 4px #ccc, 0 5px #ccc, 0 6px 0 transparent, 0 7px transparent, 0 8px transparent, 0 9px transparent, 0 10px 10px rgba(0, 0, 0, 0.2);
}
}
.box span:nth-child(2){
animation-delay:0.1s;
}
.box span:nth-child(3){
animation-delay:0.2s;
}
.box span:nth-child(4){
animation-delay:0.3s;
}
.process .content .list .single-list div.list-icon,
.single-service .service-icon {
display: flex;
justify-content: center;
align-items: center;
}
button.close{
  border: none;
  background: transparent;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

#delete-entry{
  border-radius: 20px !important;
}