/*
@File: Colugo Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Banner Area CSS
** - Fun Facts Area CSS
** - About Area CSS
** - Features Area CSS
** - Screenshot Area CSS
** - Testimonial Area CSS
** - Overview Area CSS
** - Pricing Area CSS
** - Faq Area CSS
** - Team Area CSS
** - App Download Area CSS
** - Blog Area CSS
** - Contact Area CSS
** - Subscribe Area CSS
** - Banner Area Two CSS
** - Video Area CSS
** - Page Title Area CSS
** - Pagination Area CSS
** - Blog Details Area CSS
** - Sidebar Widget Area CSS
** - Footer Area CSS
** - Copy Right CSS
** - Go Top CSS

*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,423;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,423;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");

/* FF Meta Variable Demo Font */
@font-face {
  font-family: 'Avenir Next Variable';
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/2729/AvenirNext_Variable.ttf') format('truetype');
}


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
  color: #646464;
  /*font-family: "Josefin Sans", sans-serif;*/
  font-family: "Avenir Next Variable", sans-serif !important;
   /*font-family: "Nunito", sans-serif */
  /*font-family:"Avenir next";*/
 /* font-family:"barlow-cufonfonts";*/
  
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}


a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000000;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #000;
  outline: 0;
}

button:focus, input:focus {
  outline: 0;
}

p {
	text-align: justify;
  color:#000;
  line-height: 1.6;
  margin-bottom: 12px;
  font-size: 14px;
    /*font-family:"Avenir next";*/
  font-family: "Avenir Next Variable", sans-serif !important;
}
.default-shape {z-index: 99999999;
    position: relative;
}

p:last-child {
  margin-bottom: 0;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
/*background-color:#eaf4ff;*/
  vertical-align: middle;
}

img {
  max-width: 80%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 400;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.logo {
    text-align: left !important;
}

.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
    z-index: 1;
    color: #ffffff;
    text-transform: capitalize;
    background: rgb(255,150,0);
background: linear-gradient(90deg, rgba(255,150,0,1) 0%, rgba(255,139,0,1) 100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50px;
    font-weight: 400;
    font-size: 18px;
    padding: 7px 40px;
}

.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #000000;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.default-btn:hover {
color: #ffffff !important;
}

.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}

.default-btn i {
  font-size: 14px;
  line-height: normal;
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
    font-weight: 500 !important;
    font-size: 40px !important;
    margin: 0 0 0 0;
    position: relative;
    line-height: 1;
    font-family: 'Poppins', sans-serif !important;
}

.home-title p {
    color: #000;
    font-size: 26px !important;
    /* font-weight: 600; */
    max-width: 800px !important;
    /* letter-spacing: 1px; */
    text-align: center !important;
    margin: auto;
    line-height: 1.7 !important;
}

.section-title p {
    max-width: 760px;
    text-align: center;
    margin: auto;
    line-height: 1.6;
}

.section-title .bar {
  height: 4px;
  width: 85px;
  background: #EE7738;
  margin: 20px auto 20px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.section-title .bar::before {
	display:none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
          animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(85px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(85px);
            transform: translateX(85px);
  }
}

.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 30px;
  display: none;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  -webkit-box-shadow: 0 1px 20px 1px #82b440;
          box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buy-now-btn:hover {
  background-color: #3f6eaa;
  color: #ffffff;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 999999;
}

.preloader .preloader {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader .preloader span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #3f6eaa !important;
  -webkit-animation: preloader 1.3s linear infinite;
          animation: preloader 1.3s linear infinite;
}

.preloader .preloader span:last-child {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@keyframes preloader {
  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 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*================================================
Navbar Area CSS
=================================================*/
.navbar {
  position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar .container-fluid {
  max-width: 1400px;
  margin: auto;
}

.navbar-light {
  background-color: transparent !important;
}

.navbar-light .logo h3 {
  font-size: 35px;
  margin-bottom: 0;
}

.navbar-light .navbar-nav {
  margin: auto;
}

.navbar-light .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}

.navbar-light .navbar-nav .nav-item span {
  display: block;
  font-size: 12px;
}

.navbar-light .navbar-nav .nav-item a {
    font-size: 15px;
	font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 0;
    font-weight: 500;
  margin-left: 14px;
  margin-right: 30px;
}

.navbar-light .navbar-nav .nav-item a:hover, .navbar-light .navbar-nav .nav-item a:focus{
  color: #3f6eaa;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom:3px solid #3f6eaa;
}
 .navbar-light .navbar-nav .nav-item a.active {
    margin-top: 10px;
    border-bottom: none;
    color: #fff !important;
    background: #3f6eaa;
    border-radius: 50px;
    padding: 9px 21px;
 }

.navbar-light .navbar-nav .nav-item a i {
  font-size: 16px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: -4px;
  margin-right: -4px;
}

.navbar-light .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.navbar-light .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.navbar-light .navbar-nav .nav-item.active a {
    margin-top: 10px;
    border-bottom: none;
    color: #fff !important;
    background: #3f6eaa;
    border-radius: 50px;
    padding: 9px 21px;
}

.navbar-light .others-option .option-item {
  color: #000000;
  display: inline-block;
  position: relative;
  line-height: 1;
}

.navbar-light .others-option .option-item .search-btn {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.navbar-light .others-option .option-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 20px;
  color: #000000;
  font-size: 18px;
}

.navbar-light .others-option .option-item .close-btn.active {
  display: block;
}

/*================================================
Banner Area CSS
=================================================*/
.main-banner {
  position: relative;
  height: 587px;
  /*background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/main-banner.jpg);
  background-attachment: fixed;*/
  background: rgb(28,27,205);
background: #101c3d;
  overflow: hidden;
  z-index: 1;
}

.main-banner .container-fluid {
  max-width: 1400px;
  margin: auto;
}

.main-banner .banner-content h1 {
    font-size: 50px;
    color:#ffffff;
	font-family: 'Poppins', sans-serif;
    margin: 0 0 10px 0;
    line-height: 1.1;
}

.main-banner .banner-content p {
  margin-bottom: 0;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  line-height: 1.8;
  font-size: 18px;
}

.main-banner .banner-content .banner-holder {
  margin-top: 30px;
}

.main-banner .banner-content .banner-holder a {
  margin-right: 10px;
}

.main-banner .banner-content .banner-holder a:last-child {
  margin-right: 0;
}

.main-banner .banner-content .banner-btn {
  margin-top: 30px;
}

.main-banner .banner-image {
  text-align: right;
}

.main-banner .banner-form {
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
  padding: 40px;
}

.main-banner .banner-form h3 {
  margin-bottom: 8px;
  font-size: 26px;
  text-align: center;
}

.main-banner .banner-form p {
  margin-bottom: 30px;
  text-align: center;
}

.main-banner .banner-form form .form-group {
  margin-bottom: 15px;
}

.main-banner .banner-form form .form-control {
  height: 55px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #333333;
  background-color: transparent;
  border: 1px solid #e5e0e0;
  border-radius: 0;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 400;
}

.main-banner .banner-form form .form-control:focus {
  border-color: #3f6eaa;
}

.main-banner .banner-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.main-banner .banner-form form button {
  display: block;
  width: 100%;
  margin-top: 20px;
  color: #ffffff;
  background-color: #3f6eaa;
  padding: 14px 25px;
  border: 1px solid #3f6eaa;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.main-banner .banner-form form button:hover {
  border-color: #3f6eaa;
  color: #3f6eaa;
  background-color: transparent;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
}

.default-shape {
    display: none;
}

.default-shape .shape-1 {
  position: absolute;
  right: 2%;
  bottom: 5%;
  z-index: -1;
  -webkit-animation: moveBounce 10s linear infinite;
          animation: moveBounce 10s linear infinite;
}

.default-shape .shape-2 {
  position: absolute;
  left: 10%;
  top: 16%;
  z-index: -1;
}

.default-shape .shape-2 img {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.default-shape .shape-3 {
  position: absolute;
  left: 35%;
  bottom: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 30s infinite linear;
          animation: animationFramesOne 30s infinite linear;
}

.default-shape .shape-4 {
  display: none;
  position: absolute;
  right: 10%;
  top: 10%;
  z-index: -1;
  -webkit-animation: animationFramesOne 30s infinite linear;
          animation: animationFramesOne 30s infinite linear;
}

.default-shape .shape-5 {
  position: absolute;
  left: 50%;
  top: 10%;
  z-index: -1;
  -webkit-animation: animationFramesOne 30s infinite linear;
          animation: animationFramesOne 30s infinite linear;
}

@-webkit-keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
            transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
            transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
            transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
            transform: translate(40px, -72px) rotate(-144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
            transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
            transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
            transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
            transform: translate(40px, -72px) rotate(-144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@-webkit-keyframes moveScale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@keyframes moveScale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@-webkit-keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*================================================
Fun Facts Area CSS
=================================================*/
.single-fun-fact {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    padding: 0px 0px 15px 0px;
    z-index: 1;
	box-shadow: 0 0 1rem 3px rgb(0 0 0 / 10%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-fun-fact .icon i {
  font-size: 50px;
  color: #3f6eaa;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-fun-fact h3 {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  margin: 15px 0 5px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-fun-fact p {
  line-height: initial;
      text-align: center;
  margin: 0 0 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  font-weight: 500;
  padding-top: 11px;
  color:#000;
}

.single-fun-fact::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  background: #101c3d;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-fun-fact:hover {
  border: 1px solid #101c3d;
}

.single-fun-fact:hover::before {
  height: 100%;
}

.single-fun-fact:hover .icon i {
  color: #ffffff;
}

.single-fun-fact:hover h3 {
  color: #ffffff;
}

.single-fun-fact:hover h3 .sign-icon {
  color: #ffffff;
}

.single-fun-fact:hover p {
  color: #ffffff;
}

/*================================================
About Area CSS
=================================================*/
.about-area {
	background-color: #f3f3f3;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-content h3 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: -10px;
}
.about-image img{
	width:80% !important;
}

.about-content p {
    font-size: 21px !important;
    font-weight: 100 !important;
}

.about-content .bar {
    height: 1px;
    width: 100%;
    background: #3f6eaa;
    margin: 20px auto 20px 0;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.about-content .bar::before {
	display:none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
          animation-name: MOVE-BG;
}

.about-content .about-btn {
  margin-top: 25px;
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
	background-color: #f3f3f3;
    padding: 50px 0px 40px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.single-features {
  height: 350px;
    margin-top: 10px;
    margin-bottom: 15px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding:20px;
  background-color: #f3f3f3;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.single-features .icon i {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #3f6eaa;
  color: #ffffff;
  font-size: 25px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features h3 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features p {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features::before {
  top: 50%;
  left: 50%;
  width: 0%;
  z-index: -1;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #3f6eaa;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
}

.single-features:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-features:hover::before {
  width: 100%;
}

.single-features:hover .icon i {
  background-color: #ffffff;
  color: #3f6eaa;
}

.single-features:hover h3 {
  color: #ffffff;
}

.single-features:hover p {
  color: #ffffff;
}

/*================================================
Screenshot Area CSS
=================================================*/
.screenshot-area {

 /* background-image: url(../../assets/img/logo-banner.jpg) !important; url(../../assets/img/screenshot.jpg);*/
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  position: relative !important;
  z-index: 1 !important;
}

.screenshot-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .77;
}

.screenshot-area .section-title h2 {
  color: #000;
}

.screenshot-area .section-title p {
  color: #000;
}

.screenshot-area .section-title .bar {
  background: #ffffff;
}

.screenshot-area .section-title .bar::before {
  background: #3f6eaa;
}

.screenshot-slider.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #3f6eaa;
  position: relative;
}

.screenshot-slider.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #3f6eaa;
  border-radius: 50%;
  margin: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.screenshot-slider.owl-theme .owl-dots .owl-dot:hover span::before, .screenshot-slider.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.screenshot-slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

/*================================================
Testimonial Area CSS
=================================================*/
/*.testimonial-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonial-slides {
  position: relative;
}

.testimonial-slides .client-feedback {
  position: relative;
}

.testimonial-slides .client-feedback .single-feedback {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}

.testimonial-slides .client-feedback .single-feedback p {
  position: relative;
  max-width: 750px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  font-weight: normal;
  font-style: italic;
}

.testimonial-slides .client-feedback .single-feedback .icon i {
  font-size: 65px;
  color: #3f6eaa;
  margin-bottom: 20px;
}

.testimonial-slides .client-thumbnails {
  position: relative;
  max-width: 450px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slides .client-thumbnails .item .img-fill {
  cursor: pointer;
  position: relative;
  text-align: center;
}

.testimonial-slides .client-thumbnails .item .img-fill img {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 85px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.testimonial-slides .client-thumbnails .item .title {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 20px -100px 0;
  text-align: center;
}

.testimonial-slides .client-thumbnails .item .title h3 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 22px;
}

.testimonial-slides .client-thumbnails .item .title span {
  display: block;
  color: #3f6eaa;
  font-size: 14px;
  margin-top: 8px;
}

.testimonial-slides .client-thumbnails .item.slick-center .title {
  opacity: 1;
  visibility: visible;
}

.testimonial-slides .client-thumbnails .item.slick-center .img-fill img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.testimonial-slides .next-arrow, .testimonial-slides .prev-arrow {
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #bcbcbc;
  z-index: 1;
  border-radius: 50%;
  outline: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  font-size: 25px;
  visibility: hidden;
}

.testimonial-slides .next-arrow:hover, .testimonial-slides .prev-arrow:hover {
  color: #3f6eaa;
}

.testimonial-slides .next-arrow {
  right: -20px;
}

.testimonial-slides .prev-arrow {
  left: -20px;
}

.testimonial-slides:hover .next-arrow, .testimonial-slides:hover .prev-arrow {
  opacity: 1;
  visibility: visible;
}

.testimonial-slides .slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.slick-slide {
  outline: 0;
}
*/
/*================================================
Overview Area CSS  #e1f2ff
=================================================*/
.overview-area {
   
    background-color: #101c3d;
}

.overview-content h3 {
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1.4;
}

.overview-content p {
    margin-bottom: 16px;
}



.overview-content .bar {
    height: 1px;
    width: 100%;
    background: #3f6eaa;
    margin: 20px auto 20px 0;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.overview-content .bar::before {
	display:none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
          animation-name: MOVE-BG;
}

.overview-content .overview-btn {
  margin-top: 25px;
}

.overview-content .overview-btn .default-btn {
  padding: 12px 25px;
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-area {
  background-color: #fafafa;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-pricing-table {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  padding-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing-table .pricing-header {
  padding-top: 25px;
  padding-bottom: 20px;
}

.single-pricing-table .pricing-header h3 {
  font-size: 25px;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing-table .price {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 8px;
  padding-bottom: 5px;
  border-top: 1px dashed #f3f3f3;
  border-bottom: 1px dashed #f3f3f3;
  font-size: 50px;
  font-weight: bold;
  color: #000000;
  transition: 0.5s;
}

.single-pricing-table .price sup {
  top: -18px;
  font-size: 30px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000000;
}

.single-pricing-table .price sub {
  bottom: 2px;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing-table .pricing-features {
  padding-left: 0;
  text-align: center;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 50px;
  margin-right: 50px;
}

.single-pricing-table .pricing-features li {
  margin-bottom: 10px;
  position: relative;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Nunito", sans-serif;
}

.single-pricing-table .pricing-features li:last-child {
  margin-bottom: 0;
}

.single-pricing-table .pricing-features li i {
  font-size: 14px;
  margin-right: 2px;
}

.single-pricing-table .pricing-btn {
  margin-top: 30px;
}

.single-pricing-table .pricing-btn .default-btn {
  padding: 10px 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing-table:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  background-color: #3f6eaa;
}

.single-pricing-table:hover .pricing-header h3 {
  color: #ffffff;
}

.single-pricing-table:hover .price {
  color: #ffffff;
}

.single-pricing-table:hover .price sup {
  color: #ffffff;
}

.single-pricing-table:hover .price sub {
  color: #ffffff;
}

.single-pricing-table:hover .pricing-features li {
  color: #ffffff;
}

.single-pricing-table:hover .pricing-btn .default-btn {
  background-color: #ffffff;
  color: #3f6eaa;
}

.pricing-list-tab .tabs {
  text-align: center;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 40px;
}

.pricing-list-tab .tabs li {
  display: inline-block;
}

.pricing-list-tab .tabs li a {
  display: block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  color: #000000;
  padding: 14px 30px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}

.pricing-list-tab .tabs li.current a {
  color: #ffffff;
  background-color: #3f6eaa;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

/*================================================
Faq Area CSS
=================================================*/
.faq-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.faq-accordion-content .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion-content .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 10px;
}

.faq-accordion-content .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion-content .accordion .accordion-title {
  padding: 18px 20px 18px 55px;
  color: #000000;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: block;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
}

.faq-accordion-content .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #3f6eaa;
  color: #ffffff;
}

.faq-accordion-content .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
}

.faq-accordion-content .accordion .accordion-title.active {
  border-bottom-color: #eeeeee;
}

.faq-accordion-content .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-accordion-content .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px;
  font-size: 15px;
}

.faq-accordion-content .accordion .accordion-content.show {
  display: block;
}

/*================================================
Team Area CSS
=================================================*/
.team-area {
  background-color: #fafafa;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-team {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.single-team .image {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .image .social {
  position: absolute;
  top: 50px;
  right: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-team .image .social li {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: perspective(1000px) rotateY(90deg);
          transform: perspective(1000px) rotateY(90deg);
  margin-bottom: 8px;
}

.single-team .image .social li:last-child {
  margin-bottom: 0;
}

.single-team .image .social li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #3f6eaa;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.single-team .image .social li a:hover {
  color: #ffffff;
  background-color: #3f6eaa;
}

.single-team .image .social li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.single-team .image .social li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.single-team .image .social li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.single-team .image .social li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.single-team .image .content {
  background: #ffffff;
  -webkit-box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.single-team .image .content h3 {
  margin-bottom: 5px;
  font-size: 28px;
  color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .image .content p {
  font-size: 16px;
  margin-top: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team:hover .image .social li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.single-team:hover .image .content {
  background-color: #3f6eaa;
}

.single-team:hover .image .content h3 {
  color: #ffffff;
}

.single-team:hover .image .content p {
  color: #ffffff;
}

/*================================================
App Download Area CSS
=================================================*/
.app-download {
  background-image: url(../../assets/img/download-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding-top: 113px;
  padding-bottom: 225px;

}

.app-download::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background:#85a3c5;
  opacity: .77;
}

.app-download-content {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.app-download-content h3 {
  font-size: 50px;
  margin-bottom: 0;
  color: #ffffff;
}

.app-download-content .bar {
  height: 4px;
  width: 85px;
  background: #ffffff;
  margin: 20px auto 20px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.app-download-content .bar::before {
	display:none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #3f6eaa;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
          animation-name: MOVE-BG;
}

.app-download-content p {
  text-align: center;
  margin-bottom: 0;
  color: #ffffff;
}

.app-download-content .app-holder {
  margin-top: 30px;
}

.app-download-content .app-holder a {
  margin-right: 10px;
}

.app-download-content .app-holder a:last-child {
  margin-right: 0;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-area {
  background-color: #fafafa;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-blog {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  margin-bottom: 30px;
}

.single-blog .image {
  position: relative;
}

.single-blog .image .btn {
  background-color: #3f6eaa;
  display: inline-block;
  position: absolute;
  right: 14px;
  bottom: 0;
  border-radius: 0;
  padding: 8px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
}

.single-blog .image .btn a {
  color: #ffffff;
}

.single-blog .content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  padding: 25px;
}

.single-blog .content h3 {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog .content h3 a {
  color: #000000;
}

.single-blog .content p {
  margin-bottom: 0;
}

.single-blog .content .read-more {
  font-size: 16px;
  display: inline-block;
  color: #3f6eaa;
  font-weight: 500;
  margin-top: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog .content .read-more i {
  font-size: 14px;
  margin-left: 5px;
}

.single-blog .content .post-meta {
  padding-left: 0;
  margin-bottom: 10px;
}

.single-blog .content .post-meta li {
  list-style-type: none;
  display: inline-block;
  font-size: 16px;
  color: #767676;
  margin-right: 20px;
  font-weight: 400;
}

.single-blog .content .post-meta li:last-child {
  margin-right: 0;
}

.single-blog .content .post-meta a {
  color: #767676;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog .content .post-meta i {
  color: #3f6eaa;
  margin-right: 5px;
}

.single-blog:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-blog:hover .content h3 a {
  color: #3f6eaa;
}

.single-blog:hover .content .read-more {
  color: #3f6eaa;
  letter-spacing: 1px;
}

.single-blog:hover .image .btn {
  right: 0;
  background-color: #ffffff;
}

.single-blog:hover .image .btn a {
  color: #3f6eaa;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-area {
  background-color: #f3f3f3;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-form form .form-group {
  margin-bottom: 15px;
}

.contact-form form .form-control {
  height: 55px;
  padding: 0 15px;
  line-height: initial;
  color: #000000;
  background-color: transparent;
  border: 1px solid #cecfdf;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  font-size: 15px;
  font-weight: 500;
}

.contact-form form .form-control:focus {
  border-color: #3f6eaa;
}

.contact-form form .form-control::-webkit-input-placeholder {
  color: #999999;
}

.contact-form form .form-control:-ms-input-placeholder {
  color: #999999;
}

.contact-form form .form-control::-ms-input-placeholder {
  color: #999999;
}

.contact-form form .form-control::placeholder {
  color: #999999;
}

.contact-form form textarea.form-control {
  height: auto !important;
  padding-top: 15px;
}

.contact-form .send-btn {
  margin-top: 10px;
}

.contact-form .send-btn .default-btn {
  padding: 12px 25px;
}

.contact-form .with-errors ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}

.contact-form .with-errors ul li {
  color: red;
}

.contact-form #msgSubmit {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.contact-form #msgSubmit.text-danger {
  margin-top: 20px !important;
}

.contact-info .contact-info-content h3 {
    margin-bottom: 15px;
    font-size: 38px;
    text-align: center;
    line-height: 1.5;
}
.contact-info .contact-info-content h2 {
  margin-bottom: 20px;
}

.contact-info .contact-info-content h2 a {
  display: inline-block;
  color: #3f6eaa;
  text-transform: lowercase;
  font-size: 20px;
}

.contact-info .contact-info-content h2 a:hover {
  color: #000000;
}

.contact-info .contact-info-content h2 a:not(:first-child) {
  color: #000000;
}

.contact-info .contact-info-content h2 a:not(:first-child):hover {
  color: #3f6eaa;
}

.contact-info .contact-info-content h2 span {
  display: block;
  color: #646464;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.contact-info .contact-info-content .social {
  padding-left: 0;
  list-style-type: none;
}

.contact-info .contact-info-content .social li {
  display: inline-block;
  margin: 0 2px;
}

.contact-info .contact-info-content .social li a {
  width: 40px;
  display: block;
  height: 40px;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: #646464;
  font-size: 15px;
  position: relative;
  text-align: center;
}

.contact-info .contact-info-content .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.contact-info .contact-info-content .social li a:hover {
  color: #ffffff;
  border-color: #3f6eaa;
  background-color: #3f6eaa;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/subscribe-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.subscribe-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .77;
}

.subscribe-content h2 {
  font-size: 40px;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.4;
}

.newsletter-form {
  max-width: 580px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: none;
  height: 70px;
  padding-left: 25px;
  border-radius: 5px;
  outline: 0;
  color: #000000;
}

.newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #646464;
}

.newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #646464;
}

.newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #646464;
}

.newsletter-form .input-newsletter::placeholder {
  color: #646464;
}

.newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #3f6eaa;
  color: #ffffff;
  border: none;
  height: 62px;
  padding: 0 30px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 50px;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

.newsletter-form button:hover {
  background-color: #000000;
  color: #ffffff;
}

.newsletter-form #validator-newsletter {
  color: red;
  position: relative;
  top: 8px;
  font-size: 16px;
  font-weight: 500;
}

/*================================================
Banner Area Two CSS
=================================================*/
.main-banner-two {
  position: relative;
  height: 850px;
  z-index: 1;
  background-image: url(../../assets/img/main-banner2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.main-banner-two::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .77;
}

.main-banner-two .banner-content {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.main-banner-two .banner-content h1 {
  font-size: 65px;
  color: #ffffff;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.main-banner-two .banner-content p {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.8;
  font-size: 18px;
}

.main-banner-two .banner-content .banner-form {
  position: relative;
  margin-top: 30px;
}

.main-banner-two .banner-content .banner-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: none;
  height: 70px;
  padding-left: 25px;
  border-radius: 5px;
  outline: 0;
  color: #000000;
}

.main-banner-two .banner-content .banner-form .input-newsletter::-webkit-input-placeholder {
  color: #646464;
}

.main-banner-two .banner-content .banner-form .input-newsletter:-ms-input-placeholder {
  color: #646464;
}

.main-banner-two .banner-content .banner-form .input-newsletter::-ms-input-placeholder {
  color: #646464;
}

.main-banner-two .banner-content .banner-form .input-newsletter::placeholder {
  color: #646464;
}

.main-banner-two .banner-content .banner-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #3f6eaa;
  color: #ffffff;
  border: none;
  height: 62px;
  padding: 0 30px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 50px;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

.main-banner-two .banner-content .banner-form button:hover {
  background-color: #000000;
  color: #ffffff;
}

.main-banner-two .banner-content .banner-form #validator-newsletter {
  color: red;
  position: relative;
  top: 8px;
  font-size: 16px;
  font-weight: 500;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/*================================================
Video Area CSS
=================================================*/
.video-content {
  text-align: center;
  background-image: url(../../assets/img/subscribe-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}

.video-content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
}

.video-content h3 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
}

.video-content .video-btn {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #3f6eaa;
  position: relative;
  z-index: 1;
}

.video-content .video-btn i {
  font-size: 30px;
  position: relative;
  top: 2px;
  left: 4px;
}

.video-content .video-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.video-content .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.video-content .video-btn:hover, .video-content .video-btn .video-content .video-btn:focus {
  background-color: #3f6eaa;
  color: #ffffff;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  background-attachment: fixed;
  background-image: url(../../assets/img/main-banner.jpg);
  overflow: hidden;
}

.page-title-content {
  text-align: center;
  margin-top: 0;
}

.page-title-content h2 {
  margin-bottom: 0;
  color: #000000;
  font-size: 50px;
}

.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 0;
}

.page-title-content ul li {
  color: #000000;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  margin-left: 10px;
  margin-right: 10px;
}

.page-title-content ul li a {
  display: inline-block;
  color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-title-content ul li a:hover {
  color: #3f6eaa;
}

.page-title-content ul li::before {
  content: '';
  position: absolute;
  right: -15px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3f6eaa;
}

.page-title-content ul li:last-child::before {
  display: none;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  text-align: center;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 48px;
  color: #000000;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 18px;
  font-weight: 700;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: #3f6eaa;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
  margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #000000;
  margin-right: 21px;
  font-family: "Nunito", sans-serif;
}

.blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: #000000;
  font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #646464;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #3f6eaa;
}

.blog-details-desc .article-content .entry-meta ul li i {
  color: #3f6eaa;
  margin-right: 2px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #3f6eaa;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}

.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
  color: #646464;
  font-family: "Nunito", sans-serif;
}

.blog-details-desc .article-content .features-list li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 40px;
  background-color: #faf5f5;
  color: #3f6eaa;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}

.blog-details-desc .article-content .features-list li:hover i {
  background-color: #3f6eaa;
  color: #ffffff;
}

.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .article-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  color: #646464;
}

.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #000000;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #646464;
  font-family: "Nunito", sans-serif;
}

.blog-details-desc .article-footer .article-tags a:hover {
  color: #3f6eaa;
}

.blog-details-desc .article-footer .article-share {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #646464;
  font-family: "Nunito", sans-serif;
}

.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  color: #3f6eaa;
  width: 30px;
  height: 30px;
  line-height: 34px;
  border-radius: 50%;
  background-color: #eeeef0;
  text-align: center;
  font-size: 12px;
}

.blog-details-desc .article-footer .article-share .social li a:hover {
  color: #ffffff;
  background-color: #3f6eaa;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p, .blockquote p {
  color: #000000;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 24px !important;
}

blockquote cite, .blockquote cite {
  display: none;
}

blockquote::after, .blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #3f6eaa;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-navigation {
  margin-top: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.post-navigation .navigation-links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-navigation .navigation-links .nav-previous {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.post-navigation .navigation-links .nav-previous a i {
  margin-right: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.post-navigation .navigation-links .nav-previous a:hover i {
  margin-right: 0;
}

.post-navigation .navigation-links .nav-next {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.post-navigation .navigation-links .nav-next a i {
  margin-left: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.post-navigation .navigation-links .nav-next a:hover i {
  margin-left: 0;
}

.post-navigation .navigation-links div a {
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}

.comments-area {
  padding: 25px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
  background-color: #ffffff;
}

.comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  line-height: initial;
  font-size: 30px;
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 115px;
  color: #000000;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: #000000;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #3f6eaa;
  border-color: #3f6eaa;
}

.comments-area .comment-author {
  font-size: 18px;
  margin-bottom: 0.1em;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 100px;
  left: -115px;
  position: absolute;
  width: 100px;
  border-radius: 50px;
}

.comments-area .comment-author .fn {
  font-size: 20px;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  margin-bottom: .8em;
  color: #646464;
  letter-spacing: 0.01em;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.comments-area .comment-metadata a {
  color: #646464;
}

.comments-area .comment-metadata a:hover {
  color: #3f6eaa;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  position: relative;
  font-size: 30px;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  margin-bottom: 0;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: block;
  font-weight: 400;
  color: #000000;
  margin-bottom: 5px;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
  border-color: #3f6eaa;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 4px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #646464;
  font-weight: normal;
  position: relative;
  top: -2px;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: #3f6eaa;
  border: none;
  color: #ffffff;
  padding: 15px 30px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 16px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #000000;
}

/*================================================
Sidebar Widget Area CSS
=================================================*/
.widget-area .widget {
  margin-top: 35px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-transform: capitalize;
  position: relative;
  font-size: 25px;
}

.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  background: #3f6eaa;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.widget-area .widget_search {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 15px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #3f6eaa;
}

.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: #3f6eaa;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form button:hover {
  background-color: #000000;
  color: #ffffff;
}

.widget-area .widget_colugo_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_colugo_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_colugo_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_colugo_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget_colugo_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_colugo_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../../assets/img/blog/image4.jpg);
}

.widget-area .widget_colugo_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../../assets/img/blog/image5.jpg);
}

.widget-area .widget_colugo_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../../assets/img/blog/image6.jpg);
}

.widget-area .widget_colugo_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_colugo_posts_thumb .item .info time {
  display: block;
  color: #646464;
  text-transform: capitalize;
  font-family: "Nunito", sans-serif;
  margin-top: -2px;
  margin-bottom: 3px;
  font-size: 14px;
}

.widget-area .widget_colugo_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 18px;
}

.widget-area .widget_colugo_posts_thumb .item .info .title a {
  display: inline-block;
  font-family: "Nunito", sans-serif;
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #646464;
  padding-left: 14px;
  font-family: "Nunito", sans-serif;
  font-size: 15.5px;
  font-weight: 400;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: #3f6eaa;
  height: 8px;
  width: 8px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
  border-radius: 30px;
}

.widget-area .widget_categories ul li a {
  color: #000000;
  display: block;
}

.widget-area .widget_categories ul li a:hover {
  color: #3f6eaa;
}

.widget-area .widget_categories ul li .post-count {
  float: right;
}

.widget-area .widget_recent_comments ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_comments ul li {
  position: relative;
  margin-bottom: 12px;
  color: #646464;
  padding-left: 14px;
  line-height: 1.5;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 15.5px;
}

.widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_comments ul li::before {
  background: #3f6eaa;
  position: absolute;
  height: 8px;
  width: 8px;
  content: '';
  left: 0;
  top: 8px;
  border-radius: 30px;
}

.widget-area .widget_recent_comments ul li a {
  display: inline-block;
  color: #000000;
}

.widget-area .widget_recent_comments ul li a:hover {
  color: #3f6eaa;
}

.widget-area .widget_recent_entries ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #646464;
  padding-left: 14px;
  font-family: "Nunito", sans-serif;
  font-size: 15.5px;
  font-weight: 400;
}

.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
  background: #3f6eaa;
  height: 8px;
  width: 8px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
  border-radius: 30px;
}

.widget-area .widget_recent_entries ul li a {
  color: #000000;
  display: block;
}

.widget-area .widget_recent_entries ul li a:hover {
  color: #3f6eaa;
}

.widget-area .widget_recent_entries ul li .post-count {
  float: right;
}

.widget-area .widget_meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: #646464;
  padding-left: 14px;
  font-family: "Nunito", sans-serif;
  font-size: 15.5px;
  font-weight: 400;
}

.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
  background: #3f6eaa;
  height: 8px;
  width: 8px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
  border-radius: 30px;
}

.widget-area .widget_meta ul li a {
  color: #000000;
  display: block;
}

.widget-area .widget_meta ul li a:hover {
  color: #3f6eaa;
}

.widget-area .widget_meta ul li .post-count {
  float: right;
}

.widget-area .widget_archive ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  color: #646464;
  padding-left: 14px;
  font-family: "Nunito", sans-serif;
  font-size: 15.5px;
  font-weight: 400;
}

.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
  background: #3f6eaa;
  height: 8px;
  width: 8px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
  border-radius: 30px;
}

.widget-area .widget_archive ul li a {
  color: #000000;
  display: block;
}

.widget-area .widget_archive ul li a:hover {
  color: #3f6eaa;
}

.widget-area .widget_archive ul li .post-count {
  float: right;
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}

.widget-area .tagcloud a {
  display: inline-block;
  color: #000000;
  font-weight: 400;
  font-size: 14.5px !important;
  font-family: "Nunito", sans-serif;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #3f6eaa;
  border-color: #3f6eaa;
}
#1{
    margin-top: 10px;
    border-bottom: none;
    color: #fff !important;
    background: #3f6eaa;
    border-radius: 50px;
    padding: 9px 21px;
}
.navbar-light .navbar-nav .1:a {
    margin-top: 10px;
    border-bottom: none;
    color: #fff !important;
    background: #3f6eaa;
    border-radius: 50px;
    padding: 9px 21px;
} 

/*================================================
Footer Area CSS
=================================================*/
.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget img {
  margin-bottom: 30px;
}

.single-footer-widget .logo {
  display: block;
  margin-bottom: 25px;
}

.single-footer-widget .logo h2 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  COLOR: #000000;
}

.single-footer-widget p {
  margin-bottom: 0;
  color: #ffffff;
}

.single-footer-widget .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 16px;
}

.single-footer-widget .social-list li {
  display: inline-block;
  list-style-type: none;
  margin-right: 1px;
}

.single-footer-widget .social-list li:last-child {
  margin-right: 0;
}

.single-footer-widget .social-list a {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #3f6eaa;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  border-radius: 50px;
  border: 1px solid #3f6eaa;
}

.single-footer-widget .social-list a:hover {
  background-color: transparent;
  color: #646161;
}

.single-footer-widget h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}

.single-footer-widget .list {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget .list li {
  margin-bottom: 8px;
  list-style-type: none;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
}

.single-footer-widget .list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .list li a {
  display: block;
    color: #ffffff;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .list li a:hover {
  color: #3f6eaa;
  letter-spacing: 1px;
}

.single-footer-widget .footer-holder {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget .footer-holder li {
  list-style-type: none;
  margin-bottom: 10px;
}

.single-footer-widget .footer-holder li:last-child {
  margin-bottom: 0;
}

/*================================================
Copy Right CSS
=================================================*/
.copy-right {
    background-color:#3f6eaa;
    padding-top: 15px;
    padding-bottom: 15px;
}

.copy-right-content {
  text-align: center;
}

.copy-right-content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #ffffff;
    }

.copy-right-content p a {
    font-size: 18px;
    color: #3f6eaa;
    font-weight: bold;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  color: #ffffff;
  background-color: #3f6eaa;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
  border-radius: 50%;
  border: 1px solid #3f6eaa;
}

.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}

.go-top:hover, .go-top:focus {
  color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
/*# sourceMappingURL=style.css.map */


.logins {
    /* background: #3f6eaa26; */
    padding: 0px 20px;
    margin: 0px 0px;
}

.login-p{
 background: #3f6eaa26; 
  padding: 50px 20px;
}

.footer-area{ background: #101c3d !important;
}

.switch-box{display:none !important;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
.testimonial {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3d5a80;
}
 .testimonial-slide {
	 padding: 40px 20px;
}
 .testimonial_box-top {
	 background-color: #101c3d;
	 padding: 30px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 flex-direction: column;
	 text-align: center;
	
}
 .testimonial_box-icon {
	 padding: 10px 0;
}
 .testimonial_box-icon i {
	 font-size: 25px;
     color: #ffffff;
}
 .testimonial_box-text {
	 padding: 10px 0;
}
.testimonial_box-text p {
    text-align: center;
     color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}
 .testimonial_box-img {
	 padding: 20px 0 10px;
	 display: flex;
	 justify-content: center;
}
 .testimonial_box-img img {
	 width: 70px;
	 height: 70px;
	 border-radius: 50px;
	 border: 2px solid #e5e5e5;
}
 .testimonial_box-name {
	 padding-top: 10px;
}
 .testimonial_box-name h4 {
	 font-size: 20px;
	 line-height: 25px;
	 color: #ffffff;
	 margin-bottom: 0;
}
 .testimonial_box-job p {
	 color: #ffffff;
	 font-size: 14px;
	 text-transform: uppercase;
	 letter-spacing: 3px;
	 line-height: 20px;
	 font-weight: 300;
	 margin-bottom: 0;
}
.w{
}

.w h2{
	color:#fff;
}
.w p{
	color:#fff;
}










































#team .card {
    border: none;
    background: #ffffff;
}

.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;
}

.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 {
	border:none;
    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);

}

.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: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
  color: #000000 !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}



.sec-p5{
	padding: 50px 0px;
}

.bg-w{
	background:#fff;
}

.bg-b{
	background:#f3f3f3;
}

.fl-l{
	float:left;
	clear:none;
}

.d1 {
	border:1px solid #000 !important;
	color:#000 !important;
	 background: transparent !important;
}


.events-height{
    height: 133px;
}

.section-title {
    margin-bottom: 40px;
}

.events-box h2{
      text-align: center !important; 
}


.events-box .section-title .bar {
    /* height: 2px; */
    /* width: 216px; */
    /* text-align: left; */
    /* background: #EE7738; */
    /* margin: 17px 0px 26px; */
    height: 4px !important;
    width: 85px !important;
    background: #EE7738;
    margin: 20px auto 20px !important;
    position: relative;
    border-radius: 5px !important;
    overflow: hidden !important;
}

.mr-10{margin-right: 39px;
}
	
	
	
.events-box .section-title .bar {
    height: 2px;
    width: 216px;
    text-align: left;
    background: #EE7738;
    margin: 17px 0px 26px;
}
.overview-btn{
	text-align:center;
}


.events-box .content{
	margin-bottom:30px;
}













.how-it-works-area {
	 position: relative;
	 z-index: 1;
	 background-color:#efefef;
}
 .how-it-works-area ::before {
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 z-index: -1;
	 b/*ackground-image: url(../img/white_line.svg);*/
	 background-position: center center;
	 background-size: cover;
	 background-repeat: no-repeat;
}
 .how-it-works-area .section-title .sub-title {
	 color: white-color;
}
 .how-it-works-area .section-title h2 {
	 color: white-color;
}
 .single-work-process {
	 text-align: center;
	 position: relative;
	 z-index: 1;
	 padding-left: 30px;
	 padding-right: 30px;
}
 .single-work-process .icon {
	 width: 90px;
	 height: 90px;
	 position: relative;
	 margin-bottom: 30px;
	 font-size: 50px;
	 color: rgb(16 28 61);
	 transition: transition;
	 border-width: 2px;
	 border-style: dashed;
	 border-color: rgb(16 28 61);
	 border-radius: 50%;
	 margin-left: auto;
	 margin-right: auto;
}
.single-work-process .icon i {
    position: absolute;
    top: 4%;
    transform: translateY(-50%);
    left: -9px;
    right: 0;
}`
 .single-work-process h3 {
	 color: white-color;
	 margin-bottom: 12px;
	 font-size: 22px;
	 font-weight: 700;
}
 .single-work-process p {
	 text-align: center;
	 color: white-color;
	 opacity: 0.95;
}
/* .single-work-process ::before {
	 content: '';
	 position: absolute;
	 right: -55px;
	 top: 15px;
	 width: 110px;
	 height: 75px;
	 transform: rotate(-15deg);
	 background-position: center center;
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-image: url(../img/white-arrow.png);
}
 .single-work-process :hover .icon {
	 background-color: white-color;
	 color: main-color;
	 border-color: white-color;
}*/
 .col-lg-4 :nth-child(2) .single-work-process :hover .icon {
	 color: optional-color;
}
 .col-lg-4 :nth-child(2) .single-work-process ::before {
	 transform: rotate(-10deg);
}
 .col-lg-4 :nth-child(3) .single-work-process :hover .icon {
	 color: #fea116;
}
 .col-lg-4 :nth-child(3) .single-work-process ::before {
	 display: none;
}
 





.become-instructor-partner-area .container-fluid {
	 padding-left: 0;
	 padding-right: 0;
}
 .become-instructor-partner-area .container-fluid .row {
	 margin-left: 0;
	 margin-right: 0;
}
 .become-instructor-partner-area .container-fluid .row .col-lg-6 {
	 padding-left: 0;
	 padding-right: 0;
}
 .become-instructor-partner-content {
	 position: relative;
	 z-index: 1;
	 padding: 100px;
	 background-image: url(../../assets/img/pattern.png);
	 background-position: center center;
	 background-size: contain;
	 background-repeat: repeat;
}
 .become-instructor-partner-content h2 {
	 margin-bottom: 14px;
	 font-size: 37px;
	 font-weight: 700;
}
 .become-instructor-partner-content p {
	 margin-bottom: 25px;
	 max-width: 540px;
}
 .become-instructor-partner-content .default-btn {
	 border-radius: 30px;
}
 .become-instructor-partner-content .bg-color {
	 background-color: main-color;
	 background-image: unset !important;
}
 .become-instructor-partner-content .bg-color h2 {
	 color: white-color;
}
 .become-instructor-partner-content .bg-color p {
	 color: white-color;
	 opacity: 0.97;
}
 .become-instructor-partner-content .bg-color .default-btn {
	 background-color: white-color;
	 color: black-color;
}
 .become-instructor-partner-content .bg-color .default-btn .icon-arrow {
	 color: black-color;
	 transition: transition;
}
 .become-instructor-partner-content .bg-color .default-btn :focus, .become-instructor-partner-content .bg-color .default-btn:hover {
	 color: white-color;
	 background-color: black-color;
	 border-color: black-color;
}
 .become-instructor-partner-content .bg-color .default-btn :focus .icon-arrow, .become-instructor-partner-content .bg-color .default-btn:hover .icon-arrow {
	 color: white-color;
}
 .become-instructor-partner-content .bg-color ::before {
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 z-index: -1;
	 background-image: url(../../assets/img/bg-lines.svg);
	 background-position: center center;
	 background-size: cover;
	 background-repeat: no-repeat;
}
 .become-instructor-partner-image {
	 width: 100%;
	 height: 100%;
	 background-position: center center;
	 background-size: cover;
	 background-repeat: no-repeat;
}
 .become-instructor-partner-image .bg-image1 {
	 background-image: url(../../assets/img/become-instructor.jpg);
}
 .become-instructor-partner-image .bg-image2 {
	 background-image: url(../../assets/img/become-partner.jpg);
}
 .become-instructor-partner-image img {
	 display: none;
}
 

































 .why-choose-us-area {
	 position: relative;
	 z-index: 1;
}
 .why-choose-us-area .container-fluid {
	 padding-left: 0;
	 padding-right: 0;
}
 .why-choose-us-area .container-fluid .row {
	 margin-left: 0;
	 margin-right: 0;
}
 .why-choose-us-area .container-fluid .row .col-lg-6 {
	 padding-left: 0;
	 padding-right: 0;
}
 .why-choose-us-image {
	 height: 80%;
	 background-image: url(../img/illustrations/7.svg);
	 background-position: center center;
	 background-repeat: no-repeat;
}
 .why-choose-us-image img {
	 display: none;
}
 .why-choose-us-content {
	 padding-top: 120px;
	 padding-bottom: 120px;
	 padding-left: 100px;
	 padding-right: 30px;
}
 .why-choose-us-content .content {
	 max-width: 455px;
}
 .why-choose-us-content .content .sub-title {
	 display: block;
	 text-transform: uppercase;
	 color: main-color;
	 margin-bottom: 12px;
	 font-weight: 500;
}
 .why-choose-us-content .content h2 {
	 margin-bottom: 20px;
	 font-size: 37px;
	 font-weight: 700;
}
 .why-choose-us-content .content .features-list {
	 padding-left: 0;
	 list-style-type: none;
	 display: flex;
	 flex-wrap: wrap;
	 margin-bottom: 0;
	 margin-top: 0px;
	 margin-left: -8px;
	 margin-right: -8px;
}
 .why-choose-us-content .content .features-list li {
	 flex: 0 0 50%;
	 max-width: 50%;
	 padding-left: 8px;
	 padding-right: 8px;
	 padding-top: 16px;
}
 .why-choose-us-content .content .features-list li span {
	 display: block;
	 position: relative;
	 color: black-color;
	 font-size: 16px;
	 font-weight: 700;
	 padding-left: 50px;
	 padding-top: 5px;
	 padding-bottom: 5px;
}
 .why-choose-us-content .content .features-list li span i {
	 position: absolute;
	 left: 0;
	 top: -2px;
	 width: 40px;
	 height: 40px;
	 overflow: hidden;
	 text-align: center;
	 font-weight: 500;
	 line-height: 40px;
	 color: main-color;
	 font-size: 25px;
	 background-image: url(../img/logo-banner.jpg)  ;
	 background-position: center center;
	 background-size: cover;
	 background-repeat: no-repeat;
}
 .why-choose-us-content .content .default-btn {
	 margin-top: 35px;
}
 
 
 
 
 
 
.health-coaching-bg-image {
  position: relative;
  background-image: linear-gradient(#101c3d 55%, white) !IMPORTANT;
  z-index: 1;
}

/*.health-coaching-bg-image::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100.5%;
  z-index: -1;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/bg-image.jpg);
  background-repeat: no-repeat;
}*/
 



.featured-area { /*background: #101c3d;*/  margin-bottom: 40px;}

.featured-area .single-featured-box {height: 100%; /* padding:20px; margin-top: 10px;*/ margin-bottom: 30px;position: relative;z-index: 1;text-align: center; background-color: #ffffff;-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);-webkit-transition: 0.5s;transition: 0.5s;border-radius: 5px;border: 0;cursor: default;}
 
.featured-area .single-featured-box::before { top: 50%; left: 50%; width: 0%; z-index: -1; height: 100%; content: ""; position: absolute; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; background-color: #3f6eaa; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 5px;}

.featured-area .single-featured-box:hover { -webkit-transform: translateY(-10px); transform: translateY(-10px);}

.featured-area .single-featured-box:hover::before { width: 100%;}

.featured-area .single-featured-box h3 { text-align: center;}

.featured-area .single-featured-box p { text-align: center;}


 

.health-coaching-shape1 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: -1;
}
.health-coaching-shape1 img {
  animation: movebounce 8s linear infinite;
}
.health-coaching-shape2 {
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: -1;
}
.health-coaching-shape2 img {
  animation: movebounce2 8s linear infinite;
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes movebounce2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}



.premium-access-area {
  position: relative;
  z-index: 1;
}
.premium-access-content {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.premium-access-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: #ccc;
  font-weight: 500;
  margin-bottom: 10px;
}
.premium-access-content h2 {
  max-width: 615px;
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.premium-access-content p {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
.premium-access-content .default-btn {
  margin-top: 10px;
}














.featured-area1 { background: #efefef;  margin-bottom: 40px;}
.featured-area1 .single-featured-box {
    height: 100%;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: #efefef;
    /* -webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%); */
    /* box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%); */
    /* -webkit-transition: 0.5s; */
    /* transition: 0.5s; */
    /* border-radius: 5px; */
    border: 0;
    cursor: default;
}
.featured-area1 .single-featured-box p::before{
	color:#000;
}
.featured-area1 .single-featured-box p:hover {
	color:#000;
}
 
.featured-area1 .single-featured-box h3::before{
	color:#000;
}
.featured-area1 .single-featured-box:hover h3 {
    color: #000;
}
  
.featured-area1 .single-featured-box::before {
    /* top: 50%; */
    /* left: 50%; */
    width: 0%;
    z-index: -1;
    /* height: 100%; */
    color: #000;
    content: "";
    position: absolute;
    /* background-color: #efefef; */
    /* border-radius: 5px; */
}

.single-featured-box:hover p {
    color: #000;
}
.featured-area1 single-featured-box:hover p {
    color:#000 !important;
}
.featured-area1 .single-featured-box:hover { -webkit-transform: translateY(-10px); transform: translateY(-10px);}

.featured-area1 .single-featured-box:hover::before { width: 100%;}

.featured-area1 .single-featured-box h3 { text-align: center;}

.featured-area1 .single-featured-box p { text-align: center;}


 

























.featured-area .section-title h2 {
  color: #ffffff;
}

.featured-area .section-title p {
  color: #ffffff;
  opacity: 0.95;
}

.single-featured-box {
    background-color: #ffffff;
    border-color: #ffffff;
	margin-bottom: 30px;
  text-align: center;
  border: 1px dashed #6ba292;
  border-radius: 5px;
  padding: 40px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-featured-box .icon {
	    color: #ffffff;
    background-color: #3f6eaa;
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-size: 65px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  margin-left: auto;
  margin-bottom: 25px;
  margin-right: auto;
}

.single-featured-box h3 {
  margin-bottom: 15px;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  font-weight: 700;
}

.single-featured-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000;
}

.single-featured-box .link-btn {
  display: inline-block;
  color: #000;
  font-weight: 600;
  margin-top: 5px;
}

.single-featured-box:hover {
background: #ccc0;
}

.single-featured-box:hover .icon {
     background-color: #ffffff;
    color: #3f6eaa;
}

.single-featured-box:hover h3 {
  color: #fff;
}

.single-featured-box:hover p {
  color: #fff;
}


.image-flip{
    border: 4px solid #3f6eaa;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.card-text p {
    font-size: 17px !important;
}
p {
    font-size: 17px !important;
}










.become-box-area .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.become-box-item {
    background: linear-gradient(283.99deg, #3f6eaa 0.51%, #07367c 32.63%, #212529 100%);
  border-radius: 15px;
  padding: 15px 55px 15px 0px;
}

.become-box-item.with-gradient-color {
background: linear-gradient(247.7deg, #1e2734 0%, #094fb4 70.91%);
 /* padding: 18.5px 55px 18.5px 0px; */
}

.become-box-item .become-box-content {
  padding-left: 15px;
}

.become-box-item .become-box-content h3 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: bold;
}

.become-box-item .become-box-content p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 14px;
}

.become-box-item .become-box-content .btn-box {
  margin-top: 25px;
}
















/*================================================
Events CSS
=================================================*/
.single-events-box {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  border-radius: 5px;
}

.single-events-box .events-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 5px;
}

.single-events-box .events-box .events-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  border-radius: 5px 0 0 5px;
}

.single-events-box .events-box .events-image .image {
  height: 80%;
  width:80%;
  border-radius: 5px 0 0 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-events-box .events-box .events-image .image img {
  display: none;
}

.single-events-box .events-box .events-image .image.bg1 {
  background-image: url(../img/client/Kai-300x300.png);
}

.single-events-box .events-box .events-image .image.bg2 {
  background-image: url(../img/client/Andrea-300x300.png);
}

.single-events-box .events-box .events-image .image.bg3 {
  background-image: url(../img/client/Graham-300x300.png) ;
}

.single-events-box .events-box .events-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}

.single-events-box .events-box .events-content .content {
  padding: 30px;
}

.single-events-box .events-box .events-content .content h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.single-events-box .events-box .events-content .content h3 a {
  display: inline-block;
}

.single-events-box .events-box .events-content .content .location {
  display: block;
  color: #727695;
  margin-top: 15px;
}

.single-events-box .events-box .events-content .content .location i {
  color: #ff1949;
  margin-right: 2px;
  position: relative;
  top: 1px;
}

.single-events-box .events-box .events-content .content .join-now-btn {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 3px;
}

.single-events-box .events-box .events-content .content .join-now-btn::before {
  width: 100%;
  height: 1px;
  background: #ff1949;
  content: '';
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  bottom: 0;
}

.single-events-box .events-box .events-content .content .join-now-btn:hover::before {
  width: 0;
}

.single-events-box .events-box .events-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  border-radius: 0 5px 5px 0;
}

.single-events-box .events-box .events-date .date {
  width: 100%;
  height: 100%;
  background-color: #ff1949;
  text-align: center;
  color: #ffffff;
  position: relative;
  border-radius: 0 5px 5px 0;
  z-index: 1;
  font-size: 22px;
  font-weight: 600;
}

.single-events-box .events-box .events-date .date span {
  display: inline-block;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.single-events-box .events-box .events-date .date span::before {
  content: '';
  position: absolute;
  right: 5px;
  top: 4px;
  background: #ffffff;
  width: 1px;
  height: 30px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.single-events-box .events-box .events-date .date h3 {
  color: #ffffff;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}

.single-events-box .events-box .events-date .date p {
  color: #ffffff;
  line-height: initial;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}

.single-events-box .events-box .events-date .date i {
  display: inline-block;
  font-size: 200px;
  color: #ffffff;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: .20;
}




.block {
    float: left;
    width: 100%;
    height: 125px;
}
.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
.hovicon.small {
    font-size: 20px;
    line-height:45px;
    width:45px;
    height:45px;
    margin:7px;
}
.hovicon.mini {
    font-size: 15px;
    line-height:32px;
    width:30px;
    height:30px;
    margin:7px;
}
.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
/*.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}*/
/* Effect 1 */
 .hovicon.effect-1 {
   background:rgb(99 167 243) ;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.hovicon.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px rgb(73 125 182);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
/* Effect 1a */
.hovicon.effect-1.sub-a:hover {
    background:rgb(73 125 182);
    color: #fff;
}
.hovicon.effect-1.sub-a:hover i {
    color: rgb(253 254 255);
}
.hovicon.effect-1.sub-a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/* Effect 1b */
 .hovicon.effect-1.sub-b:hover {
    background: rgb(73 125 182);
    color: #41ab6b;
}
.hovicon.effect-1.sub-b:hover i {
    color: #41ab6b;
}
.hovicon.effect-1.sub-b:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.hovicon.effect-1.sub-b:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}



.footer-curve { width: 100%; position: relative; margin: 0 0 0; display: block; background: #101c3d; overflow: hidden; z-index: 1; padding-top: 90px;}



 


 @media(max-width:991px){

.featured-area .single-featured-box { height: auto;}

}

.become-box-content{
    height: 211px;
}






















