* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
  }
  
  @font-face {
	font-family: 'lora';
	src: url(../font/Lora-Regular.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
  }
  
  html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
  }
  
  body {
	font-family: 'lora';
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #777777;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
  }
  
  ol,
  ul {
	padding-left: 2rem;
  }
  
  dl,
  ol,
  ul {
	margin-top: 0;
	margin-bottom: 1rem;
  }
  
  .container{
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
  }
  
  @media(min-width: 576px) {
  
	.container {
	  max-width: 540px
	}
  }
  
  @media(min-width: 768px) {
  
	.container {
	  max-width: 720px
	}
  }
  
  @media(min-width: 992px) {
  
	.container {
	  max-width: 960px
	}
  }
  
  @media(min-width: 1200px) {
  
	.container {
	  max-width: 1140px
	}
  }
  
  .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
  }
  
  article,
  aside,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section {
	display: block;
  }
  
  a {
	color: #012549;
	text-decoration: none;
  }
  
  a, i, cite, em, var, address, dfn, ol, li, ul {
	font-style: normal;
	font-weight: 400;
	list-style: none;
  }
  
  a, a:focus, a:hover {
	text-decoration: none;
  }
  
  [role=button] {
	cursor: pointer;
  }
  
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
  }
  
  @media (min-width: 576px) {
	.col-sm-6 {
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
  }
	
  }
  
  @media (min-width: 768px) {
	.col-md-6 {
	  flex: 0 0 50%;
	  width: 50%;
	}
  
  }
  
  @media (min-width: 992px) {
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
  
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
  
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
  
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
  
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
  }
  
  @media (min-width: 1200px) {
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
  
	.col-xl-2 {
	  flex: 0 0 auto;
	  width: 16.66666667%;
  }
  
  .col-xl-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
  }
  }
  
  img {
	max-width: 100%;
	vertical-align: middle;
	border-style: none;
  }
  
  .form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .375rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  
  .form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  }
  
  button {
	border-radius: 0
  }
  
  button:focus:not(:focus-visible) {
	outline: 0
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
  }
  
  textarea {
	overflow: auto;
	resize: vertical;
  }
  
  button, input {
	overflow: visible;
  }
  
  button,
  select {
	text-transform: none
  }
  
  [type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
  }
  
  [type=button],
  [type=reset],
  [type=submit],
  button {
	-webkit-appearance: button;
  }
  
  [type=button]:not(:disabled),
  [type=reset]:not(:disabled),
  [type=submit]:not(:disabled),
  button:not(:disabled) {
	cursor: pointer;
  }
  
  .list-unstyled {
	padding-left: 0;
	list-style: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
	margin-top: 0;
	margin-bottom: .5rem;
  }
  
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
  }
  
  p {
	margin-top: 0;
	margin-bottom: 1rem;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.4em;
	color: #292929;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 15px;
  }
  
  .main-header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 99;
  }
  
  .main-header__inner {
  display: flex;
  align-items: center;
  position: relative;
  }
  
  a, a:hover, a:focus, a:visited {
  text-decoration: none;
  }
  
  .main-header__logo{
  padding: 15px 0;
  }
  
  .main-header__logo a{
  color: #30cfd0;
  font-size: 25px;
  font-weight: 700;
  }
  
  .main-header__nav {
  margin-left: auto;
  }
  
  .main-menu .main-menu__list, .main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  }
  
  @media (min-width: 1200px) {
  .main-menu .main-menu__list, .main-menu .main-menu__list ul {
	  display: flex;
  }
  }
  
  .main-menu .main-menu__list>li {
  padding: 10px 15px;
  position: relative;
  }
  
  .main-menu .main-menu__list>li>a {
  display: flex;
  align-items: center;
  color: #222;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
  position: relative;
  font-size: 16px;
  transition: all 500ms ease;
  }
  
  .main-menu .main-menu__list>li.current>a, .main-menu .main-menu__list>li:hover>a {
  color: #fb9a33;
  }
  
  .thm-btn {
  position: relative;
  background: #fb9a33;
  font-size: 14px;
  line-height: 42px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 26px;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
  margin-left: 30px;
  border-radius: 50px;
  }
  
  .main-header__right {
  display: flex;
  align-items: center;
  padding: 9.5px 0;
  }
  
  .mobile-nav__btn {
  width: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
  }
  
  @media (min-width: 1200px) {
  .mobile-nav__btn {
	  display: none;
  }
  }
  
  .mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--alefox-black, #122f2a);
  }
  
  .mobile-nav__btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
  }
  
  .blog-one {
  padding: 60px 0 120px;
  position: relative;
  }
  
  .blog-card__image {
  position: relative;
  }
  
  .blog-card {
  position: relative;
  margin-bottom: 30px;
  background-color: white;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  transition: all 0.35s;
  }
  
  .blog-card__image a{
  display: block; 
  }
  
  .blog-card__image img {
  transition: .5s;
  background-size: cover;
  width: 100%;
  }
  
  .social-share-area {
  position: absolute;
  bottom: -22px;
  right: 30px;
  z-index: 10;
  }
  
  .social-share-area .share-btn {
  background-image: linear-gradient(40deg, #330867, #30cfd0);
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  position: relative;
  text-align: center;
  width: 45px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  }
  
  .social-share-area .social-media {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 100%;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  width: 100%;
  height: auto;
  background-color: white;
  }
  
  .social-share-area .social-media >a {
  color: #777777;
  display: block;
  font-size: 14px;
  padding: 0 5px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: 35px;
  }
  
  .social-share-area .share-btn:hover {
  background-image: -webkit-linear-gradient(320deg, #30cfd0, #330867);
  background-image: linear-gradient(130deg, #30cfd0, #330867);
  }
  
  .social-share-area .share-btn:hover .social-media {
  visibility: visible;
  opacity: 1;
  }
  
  .social-share-area .social-media >a:hover {
  color: #30cfd0;
  }
  
  .blog-card__content {
  padding: 30px 30px 25px;
  }
  
  a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  }
  
  .entry-user {
  margin-bottom: 20px;
  }
  
  .entry-user .author-name {
  font-weight: 700;
  color: #292929;
  margin-bottom: 0;
  }
  
  .entry-user .author-name a{
  font-weight: 700;
  }
  
  .entry-user .author-name a:hover {
  color: #30cfd0;
  }
  
  .entry-user .entry-time {
  font-size: 14px;
  margin-top: -2px;
  }
  
  .blog-card__title {
  font-size: 22px;
  line-height: 1.25em;
  margin-bottom: 15px;
  color: #181d31;
  }
  
  .blog-card__title a {
  font-weight: 700;
  }
  
  .blog-card__title a:hover {
  color: #30cfd0;
  }
  
  .blog-card__title + p {
  margin-bottom: 0;
  }
  
  .blog-card:hover{
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  
  .blog-card:hover .blog-card__image img{
  opacity: 0.9;
  }
  
  .post-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
  }
  
  .post-pagination a {
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  transition: 500ms ease;
  }
  
  .post-pagination a.current, .post-pagination a:hover {
  background: linear-gradient(40deg, #330867, #30cfd0);;
  color: #fff;
  }
  
  .sidebar {
  position: relative;
  }
  
  .sidebar .sidebar__single {
  margin-bottom: 60px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 30px;
  }
  
  .sidebar__title {
  font-size: 22px;
	font-weight: 600;
	margin-bottom: 40px;
	text-transform: capitalize;
	position: relative;
  }
  
  .sidebar__title:before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  height: 2px;
  width: 30px;
  background-color: #30cfd0;
  }
  
  input, textarea {
  display: block;
  font-size: 16px;
  line-height: 28px;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  }
  
  .sidebar__search{
  position: relative;
  }
  
  .sidebar__search input {
  width: 100%;
	height: 50px;
	border: none;
	border-bottom: 1px solid #f1f1f1;
	padding: 0 56px 0 12px;
	color: #9e9e9e;
  }
  
  button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  background: transparent;
  }
  
  .sidebar__search button[type=submit] {
  width: 54px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	color: #B2B3B5;
  }
  
  .sidebar__search button[type=submit]:hover{
  color: #30cfd0;
  }
  
  .sidebar__search input:focus{
  border-color: #30cfd0;
  }
  
  .sidebar__categories li {
  font-size: 16px;
	text-transform: capitalize;
	display: block;
	font-weight: 700;
	padding: 12px 0px;
	-webkit-transition: all 0.25s ease-in 0s;
	transition: all 0.25s ease-in 0s;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
  }
  
  .sidebar__categories li a {
  display: block;
  overflow: hidden;
  }
  .sidebar__categories li:hover,
  .sidebar__categories li:hover a {
  color: #30cfd0;
  }
  
  .sidebar__posts {
  margin-bottom: 0;
  }
  
  .sidebar__posts__item:not(:last-of-type) {
  margin-bottom: 30px;
  }
  
  .sidebar__posts__title {
  font-size: 18px;
	line-height: 1.35em;
	margin-bottom: 12px;
	color: #181d31;
  }
  
  .sidebar__posts__title a {
  color: inherit;
  font-weight: inherit;
  }
  
  .sidebar__posts__title a:hover {
  color: #30cfd0;
  }
  
  .main-footer {
  position: relative;
  background: #161c2a;
  }
  
  .main-footer__bottom {
  padding: 32px 0;
  text-align: center;
  }
  
  .main-footer__copyright {
  margin: 0;
  color: #adadad;
  }
  
  .main-footer__copyright a{
  color: #30cfd0;
  }
  
  .main-footer__copyright a:hover{
  color: #fb9a33;
  }
  
  
  .blog-container {
  position: relative;
  padding: 0px 0px;
  margin-bottom: 20px;
  }
  
  .leave-comment{
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	overflow: hidden;
	background-color: white;
	transition: all 0.3s;
	padding: 30px 30px 40px;
  }
  
  .leave-comment:hover{
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
  }
  
  .leave-comment .section-title h3 {
  color: #292929;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
  }
  
  .leave-comment [class*="col-"] {
  margin-bottom: 25px;
  }
  
  textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 120px;
  }
  
  .leave-comment textarea {
  min-height: 160px;
  max-width: 100%;
  }
  
  .form-controller {
  border-radius: 40px;
  border: 0px solid #e5e5e5;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 50px;
  outline: none;
  padding: 5px 25px;
  color: black;
  }
  
  .leave-comment .form-controller {
  display: table-cell;
	padding: 0px 15px 5px;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 0px;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
  }
  
  .leave-comment .form-controller:focus {
  border-color: #30cfd0;
  }
  
  .leave-comment .form-submit {
  margin-bottom: 0;
  padding: 5px 15px 0;
  width: 100%;
  }
  
  .btn-default {
  border-radius: 40px;
  padding: 12px 35px 12px;
  letter-spacing: 0.015em;
  color: #30cfd0;
  border: 1px solid #30cfd0;
  background-color: white;
  position: relative;
  z-index: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
  font-weight: 700;
  }
  
  .btn-primary {
  background-color: #783dd5;
  color: white;
  border-color: #783dd5;
  }
  
  .btn-white:before, .btn-primary:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  background-color: rgba(0, 0, 0, 0.05);
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: inherit;
  }
  
  .btn-primary:focus:before, .btn-primary:hover:before {
  width: 100%;
  right: auto;
  left: 0;
  }
  
  
  .contact-info-content {
  background-color: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  }
  
  .text-white {
  color: #fff !important;
  }
  
  .text-white h2, .text-white h3, .text-white h4, .text-white h5 {
  color: white !important;
  }
  
  .contact-info-content .contact-info-area {
  background: linear-gradient(65deg, #003dbe, #30cfd0);
  flex: 0 0 40%;
  max-width: 40%;
  padding: 60px;
  color: #fff;
  }
  
  .section-heading {
  font-size: 30px;
  padding-bottom: 25px;
  margin-bottom: 40px;
  position: relative;
  }
  
  .contact-info-block .section-heading:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background-color: #fb9a33;
  }
  
  .contact-info-block .contact-info .info .title {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: -2px;
  }
  
  .contact-info-block .contact-info .info p {
  line-height: 1.7em;
  }
  
  .contact-info-content .contact-form-area {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 60px;
  }
  
  .form-group {
  margin-bottom: 20px;
  }
  
  @media (max-width:992px) {
  .main-header__inner{
	padding: 0;
  }
  
  .link_btn{
	display: none;
  }
  
  .main-header__logo a{
	white-space: nowrap;
  }
  
  .main-header__nav{
	margin: 0;
  }
  
  .main-header__right{
	margin-left: auto;
  }
  
  .main-header__logo{
	padding: 0;
  }
  
  .blog-one{
	padding: 20px 0 60px;
  }
  
  .post-pagination{
	margin-bottom: 30px;
  }
  
  .main-menu .main-menu__list{
	position: fixed;
	width: 80%;
	top: 37px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(40deg, #330867, #30cfd0);
	padding: 30px 0;
	display: none;
	border-radius: 8px;
  }
  
  .main-menu .main-menu__list>li{
	padding: 10px 0;
  }
  
  .main-menu .main-menu__list>li>a{
	color: #fff;
	justify-content: center;
  }
  
  .main-menu .main-menu__list>li+li{
	margin: 0;
	width: 100%;
	text-align: center;
  }
  
  .contact-info-content {
	display: block;
  }
  
  .contact-info-content .contact-info-area {
	padding: 50px 20px;
	max-width: 100%;
  }
  
  .contact-info-content .contact-form-area {
	max-width: 100%;
	padding: 50px 20px;
  }
  }
  
  
  .positionFixed {
  bottom: 0px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 100%;
  background-color: #e4e4e4;
  display: flex;
  justify-content: center;
  }
  
  .ad-div {
  margin-bottom: 50px;
  width: 100%
  }
  
  .t_de {
  height: 0.2rem;
  max-width: 100%;
  line-height: 0.3rem;
  font-size: 0.6rem;
  padding: 0.5rem 0 1rem 0;
  box-sizing: border-box;
  color: #707070;
  text-align: center;
  }
  
  .grecaptcha-badge {
  visibility: hidden;
  }