@font-face {
	font-family: Lora;
	src: url(../fonts/Lora-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
  }
  
  @font-face {
	font-family: "iconfont";
	src: url('../fonts/iconfont.woff') format('woff');
  }
  
  .iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
  }
  
  .icon-right1:before {
	content: "\e670";
  }
  
  .icon-left1:before {
	content: "\e661";
  }
  
  .icon-time:before {
	content: "\e627";
  }
  
  .icon-mobile:before {
	content: "\e62a";
  }
  
  .icon-phone1:before {
	content: "\e634";
  }
  
  .icon-linkedin:before {
	content: "\e6ce";
  }
  
  .icon-twitter:before {
	content: "\e87a";
  }
  
  .icon-googleplus:before {
	content: "\e87b";
  }
  
  .icon-Youtube:before {
	content: "\e880";
  }
  
  .icon-comment:before {
	content: "\e8e8";
  }
  
  .icon-facebook:before {
	content: "\e630";
  }
  
  .icon-address:before {
	content: "\e636";
  }
  
  .icon-user:before {
	content: "\e645";
  }
  
  .icon-search:before {
	content: "\e6c8";
  }

*,
::after,
::before {
  box-sizing: border-box
}

html {
  font-family: Lora;
  line-height: 1.15;
}

article,
footer,
nav {
  display: block
}

body {
  margin: 0;
  font-family: Lora;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

ul {
  margin-top: 0;
  margin-bottom: 1rem
}

blockquote {
  margin: 0 0 1rem
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

img {
  vertical-align: middle;
  border-style: none
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
}

button,
input,
textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}


.h3,
h2,
h3,
h4 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

h2 {
  font-size: 22px
}

.h3,
h3 {
  font-size: 1.75rem
}

h4 {
  font-size: 1.5rem
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}

.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;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.col-6,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-5,
.col-lg-4,
.col-lg-6,
.col-lg-8,
.col-md-12,
.col-md-6,
.col-sm-12,
.col-sm-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

@media (min-width:576px) {
  .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }

  .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%
  }
}

@media (min-width:768px) {
  .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%
  }

  .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%
  }
}

@media (min-width:992px) {

  .col-lg-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }

  .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%
  }

  .col-lg-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }

  .col-lg-5 {
	flex: 0 0 41%;
	max-width: 41%
}

  .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%
  }

  .col-lg-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%
  }

  .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

textarea.form-control {
  height: auto
}

.form-group {
  margin-bottom: 1rem
}

.collapse:not(.show) {
  display: none
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

@media (min-width:768px) {
  .navbar-expand-md {
      flex-flow: row nowrap;
      justify-content: flex-start
  }

  .navbar-expand-md .navbar-nav {
      flex-direction: row;
      display: flex;
      flex-direction: row;
  }

  .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto
  }
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9)
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: .75
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.justify-content-center {
  justify-content: center !important
}

.align-items-center {
  align-items: center !important
}

.m-auto {
  margin: auto !important
}

.text-center {
  text-align: center !important
}


.bx {
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
}

.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: fixed;
	background: 0 0;
	padding: 20px 0 0;
	z-index: 999;
	border-bottom: 1px solid rgba(0,0,0,.03);
	height: 48px
}

.mean-container a.meanmenu-reveal {
	width: 35px;
	height: 30px;
	padding: 12px 15px 0 0;
	position: absolute;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-weight: 700
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 50px
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	list-style-type: none
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #677294;
	border-top: 1px solid #dbeefd;
	text-decoration: none
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,.1)
}

.mean-container .mean-bar,.mean-container .mean-bar * {
	box-sizing: content-box
}

.mobile-nav {
	display: none
}

.main-nav {
	background: #000;
	top: 0;
	left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	z-index: 999;
	height: auto
}

.navbar-light .navbar-brand,.navbar-light .navbar-brand:hover {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1
}

.main-nav nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.main-nav nav .navbar-nav .nav-item {
	position: relative;
	padding: 15px 0
}

.main-nav nav .navbar-nav .nav-item a {
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 15px;
	margin-right: 15px
}

.main-nav nav .navbar-nav .nav-item a:focus,.main-nav nav .navbar-nav .nav-item a:hover {
	color: #ff2d55
}

.main-nav nav .navbar-nav .nav-item:hover a {
	color: #ff2d55
}

@media only screen and (max-width:991px) {
	.blog-article .blog-article-title {
		margin-bottom: 20px;
	}

	.contact-form {
		padding: 20px !important;
	}
	.mobile-nav {
		display: block;
		position: relative
	}

	.mobile-nav .logo {
		text-decoration: none;
		position: fixed;
		top: 5px;
		z-index: 999;
		left: 15px;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 20px
	}

	.mean-container .mean-bar {
		background-color: #693fe8;
		padding: 0
	}

	.mean-container a.meanmenu-reveal {
		padding: 18px 15px 0 0;
		margin-top: -5px
	}

	.mobile-nav nav .navbar-nav {
		height: 300px;
		overflow-y: scroll
	}

	.main-nav {
		display: none!important
	}
}

body {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	font-weight: 400
}

.navbar-brand {
	color: #555!important;
	font-size: 20px
}

p {
	color: #555
}

a {
	display: inline-block;
	transition: all .5s
}

a:focus,a:hover {
	text-decoration: none
}

button {
	margin: 0;
	padding: 0;
	outline: 0
}

button:focus {
	outline: 0;
	border: 0
}

h2,h3,h4 {
	font-weight: 700;
	color: #10142d;
	line-height: 1.4
}

h3 {
	font-size: 22px;
	font-weight: 600
}

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

.pt-100 {
	padding-top: 120px
}

.pb-70 {
	padding-bottom: 70px
}

.pt-45 {
	padding-top: 45px
}

.default-btn {
	display: inline-block;
	padding: 12px 42px;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.default-btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	height: 100%;
	left: -36%;
	top: 0;
	transform: skew(50deg);
	transition-duration: .6s;
	transform-origin: top left;
	width: 0
}

.default-btn:hover {
	color: #fff!important
}

.default-btn:hover:before {
	height: 100%;
	width: 135%;
	background-color: #10142d
}

.btn-bg-three {
	background-color: #693fe8
}

.section-title h2 {
	font-size: 35px;
	font-weight: 600;
	margin-top: 0;
	line-height: 1;
	color: #10142d;
	margin-bottom: 0
}

.main-nav {
	background-color: #693fe8;
	top: 0;
	position: inherit;
	left: 0;
	padding: 0;
	width: 100%;
	height: auto;
	position: fixed
}

.main-nav .navbar {
	padding-left: 0;
	padding-right: 0
}

.main-nav nav .navbar-nav .nav-item:hover a {
	color: #fff!important
}

.footer-logo a {
	color: #fff;
	font-weight: 700;
	font-size: 20px
}

.main-nav nav .navbar-nav .nav-item a {
	text-transform: capitalize;
	color: #dedede;
	font-weight: 500;
	margin-left: 24px;
	margin-right: 24px
}

.main-nav nav .navbar-nav .nav-item a :focus,.main-nav nav .navbar-nav .nav-item a:hover {
	color: #fff!important
}

.nav-three {
	background-color: transparent;
	position: fixed;
	background-color: #fff
}

.nav-three nav .navbar-nav .nav-item:hover a {
	color: #693fe8!important
}

.nav-three nav .navbar-nav .nav-item a {
	color: #10142d
}

.nav-three nav .navbar-nav .nav-item a :focus,.nav-three nav .navbar-nav .nav-item a:hover {
	color: #693fe8!important
}

.side-nav-responsive {
	display: none
}

.side-nav-responsive .container {
	position: relative;
	display: flex
}

.side-nav-responsive .container .container {
	position: absolute;
	top: 55px;
	right: 0;
	max-width: 320px;
	margin-left: auto;
	opacity: 0;
	visibility: hidden;
	transition: .7s;
	transform: scaleX(0);
	z-index: 2;
	padding-left: 15px;
	padding-right: 15px
}


.contact-card {
	margin-top: 35px;
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 30px;
	border: 1px solid #e2e2e2;
	padding-bottom: 20px;
	position: relative
}

.contact-card i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	font-size: 24px;
	color: #693fe8;
	border-radius: 50px;
	border: 1px solid #e2e2e2;
	position: relative;
	top: -35px;
	left: 0;
	right: 0;
	margin: 0 auto
}

.contact-card h3 {
	font-size: 24px;
	margin-top: -20px;
	margin-bottom: 10px
}

.contact-card span {
	color: #10142d;
	font-weight: 500;
	font-size: 17px
}

.contact-card span a {
	color: #10142d;
	display: block
}

.contact-card span a:hover {
	color: #693fe8
}

.contact-form {
	padding: 40px 30px 30px;
	max-width: 800px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f6f6f6
}

.contact-form h2 {
	color: #10142d;
	margin-bottom: 20px;
	font-weight: 400
}

.contact-form .form-group {
	margin-bottom: 20px;
	position: relative
}

.contact-form .form-group label {
	color: #10142d;
	font-size: 16px;
	margin-bottom: 15px
}

.contact-form .form-group.checkbox-option {
	position: relative
}

.contact-form .form-group.checkbox-option #chb2 {
	position: absolute;
	top: 6px;
	left: 0
}

.contact-form .form-group.checkbox-option p {
	padding-left: 25px;
	font-size: 15px
}

.contact-form .form-group .form-control {
	height: 50px;
	color: #10142d;
	border: 1px solid #693fe8;
	background-color: #f1f1f1;
	font-size: 14px;
	padding: 10px 20px;
	width: 100%;
	font-weight: 500;
	border-radius: 0
}

.contact-form .form-group .form-control:focus {
	outline: 0;
	border-color: #10142d;
	box-shadow: none
}

.contact-form .form-group textarea.form-control {
	height: auto
}

.contact-form .agree-label {
	margin-bottom: 15px;
	position: relative
}

.contact-form .agree-label #chb1 {
	position: absolute;
	top: 7px;
	left: 0
}

.contact-form .agree-label label {
	font-weight: 500;
	color: #10142d;
	margin-left: 25px
}

.contact-form .agree-label label a {
	color: #693fe8
}

.contact-form .agree-label label a:hover {
	color: #e83f33
}

.contact-form .default-btn {
	width: 100%
}

.contact-form .with-errors {
	float: left;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0;
	color: red;
	font-weight: 400;
	display: block
}

.contact-form .default-btn {
	border: 0;
	outline: 0
}

.contact-img {
	margin-bottom: 30px
}

.blog-card {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.05);
	border-radius: 10px;
	margin-bottom: 30px;
	transition: .7s
}

.blog-card:hover {
	transform: translateY(-10px)
}

.blog-card:hover .blog-img .blog-date {
	padding: 4px 15px 4px 40px;
	background-color: #f26667;
	color: #fff;
	left: auto;
	right: 0;
	clip-path: polygon(100% 0,100% 50%,100% 100%,0 100%,18% 50%,0 0)
}

.blog-card:hover .content .read-btn {
	color: #f26667
}

.blog-card .blog-img {
	position: relative
}

.blog-card .blog-img a {
	display: block
}

.blog-card .blog-img a img {
	border-radius: 10px
}

.blog-card .blog-img .blog-date {
	position: absolute;
	bottom: -40px;
	left: 0;
	font-size: 16px;
	color: #555;
	padding: 4px 40px 4px 15px;
	background-color: #fff;
	clip-path: polygon(100% 0,83% 48%,100% 100%,0 100%,0 50%,0 0);
	transition: .9s
}

.blog-card .content {
	padding: 40px 20px 20px
}

.blog-card .content h3 {
	margin-bottom: 10px
}

.blog-card .content h3 a {
	color: #10142d;
}

.blog-card .content p {
	margin-bottom: 10px
}

.blog-card .content .read-btn {
	color: #10142d;
	font-weight: 600
}

.blog-card .content .read-btn:hover {
	color: #f26667
}

.blog-card-bg2 {
	background-color: #f6f6f6;
	box-shadow: none
}

.blog-card-bg2:hover {
	background-color: #fff;
	transform: translateY(-10px);
	box-shadow: 0 0 15px rgba(0,0,0,.05)
}

.blog-card-bg2:hover .content .read-btn {
	color: #693fe8
}

.blog-card-bg2:hover .blog-img .blog-date {
	background-color: #10142d
}

.blog-card-bg2 .blog-img .blog-date {
	color: #fff;
	background-color: #693fe8
}

.search-widget {
	margin-bottom: 30px;
	background-color: #fff
}

.search-widget .search-form {
	position: relative;
	border: 1px solid #e2e2e2
}

.search-widget .search-form .form-control {
	height: 50px;
	border: none;
	background-color: #fff;
	padding: 10px 20px;
	width: 100%;
	color: #10142d
}

.search-widget .search-form .form-control:focus {
	box-shadow: none;
	outline: 0
}

.search-widget .search-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	transition: all .5s;
	border: none;
	outline: 0;
	background-color: transparent;
	line-height: 55px
}

.search-widget .search-form button i {
	color: #693fe8;
	font-size: 24px;
	border-left: 1px solid #e2e2e2;
	padding-left: 10px
}

.search-widget .search-form button:hover i {
	color: #e83f33
}

.side-bar-widget {
	margin-bottom: 30px;
	background-color: #fff
}

.side-bar-widget .title {
	font-size: 20px;
	color: #10142d;
	padding: 12px 20px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	background-color: #eaedf2;
	width: 100%
}

.side-bar-widget .widget-popular-post {
	position: relative;
	overflow: hidden;
	padding: 0
}

.side-bar-widget .widget-popular-post .item {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e2e2
}

.side-bar-widget .widget-popular-post .item:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}

.side-bar-widget .widget-popular-post .item .info {
	overflow: hidden;
	padding: 10px 0
}

.side-bar-widget .widget-popular-post .item .info .title-text {
	margin-bottom: 5px;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 500;
	max-width: 245px
}

.side-bar-widget .widget-popular-post .item .info .title-text a {
	display: inline-block;
	color: #10142d
}

.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
	color: #693fe8
}

.side-bar-widget .widget-popular-post .item .info p {
	font-size: 14px;
	margin-bottom: 0;
	max-width: 180px
}

.side-bar-widget .side-bar-categories ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.side-bar-widget .side-bar-categories ul li {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	border-bottom: 1px solid #eaedf2
}

.side-bar-widget .side-bar-categories ul li::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	width: 10px;
	height: 10px;
	background-color: transparent;
	border: 1px solid #555
}

.side-bar-widget .side-bar-categories ul li:last-child {
	border-bottom: none
}

.side-bar-widget .side-bar-categories ul li a {
	display: inline-block;
	color: #555;
	font-weight: 400;
	padding: 10px 45px;
	font-weight: 600;
	position: relative;
	width: 100%
}

.side-bar-widget .side-bar-categories ul li a span {
	right: 30px;
	position: absolute;
	top: 10px;
	color: #555
}

.side-bar-widget .side-bar-categories ul li a:hover {
	color: #693fe8
}

.side-bar-widget .side-bar-categories ul li a:hover span {
	color: #693fe8
}

.side-bar-widget .side-bar-categories ul li a:hover::before {
	background-color: #693fe8;
	border-color: #693fe8
}

.side-bar-widget .side-bar-categories ul li:hover::before {
	background-color: #693fe8;
	border-color: #693fe8
}

.side-bar-widget .side-bar-widget-tag {
	list-style: none;
	margin: 0;
	padding: 0
}

.side-bar-widget .side-bar-widget-tag li {
	display: inline-block;
	padding: 7px 15px;
	margin: 5px;
	transition: .7s;
	color: #10142d;
	font-size: 14px;
	font-weight: 600;
	background-color: #f6f6f6
}

.side-bar-widget .side-bar-widget-tag li:hover {
	background-color: #f26667
}

.side-bar-widget .side-bar-widget-tag li a {
	color: #555
}

.side-bar-widget .side-bar-widget-tag li:hover a {
	color: #fff
}

.blog-article {
	margin-bottom: 30px
}

.blog-article .blog-article-img {
	margin-bottom: 30px
}

.blog-article .blog-article-title {
	margin-bottom: 20px
}

.blog-article .blog-article-title h2, .cate {
	margin-top: 0;
	font-size: 20px;
	line-height: 24px;
	max-width: 650px;
	margin-bottom: 15px
}

.blog-article .blog-article-title ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.blog-article .blog-article-title ul li {
	display: inline-block;
	font-size: 15px;
	color: #693fe8;
	margin-right: 30px
}

.blog-article .blog-article-title ul li:last-child {
	margin-right: 0
}

.blog-article .blog-article-title ul li i {
	font-size: 20px;
	margin-right: 5px;
	position: relative;
	top: 3px
}

.blog-article .article-content {
	padding-bottom: 10px
}

.blog-article .article-content p {
	margin-bottom: 20px
}

.blog-article .article-content .blockquote {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	margin-top: 30px;
	background-color: #f6f6f6;
	padding: 10px 20px
}

.blog-article .article-content .blockquote::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #693fe8
}

.blog-article .article-content .blockquote p {
	font-size: 16px;
	color: #555;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0
}

.blog-article .another-content p {
	margin-bottom: 20px
}

.blog-article .another-content .content-img {
	margin-bottom: 20px
}

.blog-article .comments-wrap .comment-title {
	position: relative;
	margin-bottom: 30px
}

.blog-article .comments-wrap .comment-title .social-icon {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	right: 0
}

.blog-article .comments-wrap .comment-title .social-icon li {
	display: inline-block;
	margin-right: 7px;
	font-size: 16px
}

.blog-article .comments-wrap .comment-title .social-icon li a {
	border-radius: 50px;
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	color: #693fe8;
	border: 1px solid #693fe8
}

.blog-article .comments-wrap .comment-title .social-icon li a:hover {
	background-color: #693fe8;
	color: #fff
}

.blog-article .comments-form {
	margin-top: 30px;
	margin-bottom: 30px
}

.blog-article .comments-form .title {
	font-size: 22px;
	margin-bottom: 20px;
	color: #10142d
}

.blog-article .comments-form .contact-form {
	box-shadow: none;
	padding: 0;
	background-color: #fff
}

.blog-article .comments-form .default-btn {
	width: unset
}

.pagination-area {
	margin-top: 10px;
	margin-bottom: 30px
}

.pagination-area .page-numbers {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #10142d;
	background-color: #f6f6f6;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 18px;
	border-radius: 0
}

.pagination-area .page-numbers:hover {
	background-color: #693fe8;
	color: #fff
}

.pagination-area .page-numbers i {
	position: relative;
	font-size: 25px;
	top: 5px
}

.pagination-area .page-numbers.current {
	background-color: #693fe8;
	color: #fff
}

.footer-bg {
	background-color: #10142d
}

.footer-widget {
	margin-bottom: 30px
}

.footer-widget .footer-logo {
	margin-bottom: 20px;
	position: relative;
	top: -5px
}

.footer-widget h3 {
	margin-top: 0;
	font-size: 24px;
	margin-bottom: 30px;
	color: #fff;
	line-height: 1.2
}

.footer-widget p {
	margin-bottom: 20px;
	color: #fff;
	max-width: 290px
}

.footer-widget .footer-list-contact {
	list-style: none;
	margin: 0;
	padding: 0
}

.footer-widget .footer-list-contact li {
	display: block;
	color: #fff;
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px
}

.footer-widget .footer-list-contact li:last-child {
	margin-bottom: 0
}

.footer-widget .footer-list-contact li i {
	color: #fff;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: -3px;
	font-size: 20px
}

.footer-widget .footer-list-contact li a {
	color: #fff
}

.footer-widget .footer-list-contact li:hover i {
	color: #f26667
}

.footer-widget .footer-list-contact li:hover a {
	color: #f26667
}

.footer-widget .social-link {
	margin: 30px 0 0;
	padding: 0;
	list-style: none
}

.footer-widget .social-link li {
	display: inline-block;
	margin-right: 5px
}

.footer-widget .social-link li a {
	border-radius: 50px;
	width: 35px;
	height: 35px;
	line-height: 37px;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	border: 1px solid #fff
}

.footer-widget .social-link li:hover a {
	background-color: #fff;
	border-color: #fff;
	border-radius: 50px;
	color: #f26667
}

.footer-widget .footer-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.footer-widget .footer-list li {
	display: block;
	margin-bottom: 10px;
	font-weight: 500
}

.footer-widget .footer-list li:last-child {
	margin-bottom: 0
}

.footer-widget .footer-list li a {
	color: #fff;
	font-weight: 500
}

.footer-widget .footer-list li a:hover {
	color: #f26667
}

.footer-widget .footer-work-hour-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.footer-widget .footer-work-hour-list li {
	display: block;
	margin-bottom: 10px;
	font-weight: 400;
	color: #fff
}

.footer-widget .footer-work-hour-list li span {
	font-weight: 600
}

.copy-right-area {
	padding: 15px 0;
	border-top: 1px solid #ffffff63
}

.copy-right-text {
	text-align: center
}

.copy-right-text p {
	color: #fff;
	margin-bottom: 0
}

.navbar-nav {
	display: none
}

.navbar-nav.show {
	display: block
}

@media only screen and (max-width:767px) {
	.blog-article .blog-article-img {
		margin-bottom: 15px;
	}
	body {
		font-size: 14px
	}

	.pt-100 {
		padding-top: 60px
	}

	footer.pt-100 {
		padding-top: 40px
	}

	.blog-article {
		margin-bottom: 5px !important;
	}

	.pb-70 {
		padding-bottom: 0px
	}

	.pt-45 {
		padding-top: 30px
	}

	.default-btn {
		padding: 10px 30px
	}

	.section-title h2 {
		font-size: 22px;
		margin-top: 0
	}

	h3 {
		font-size: 20px
	}

	.blog-article .comments-wrap .comment-title .social-icon {
		position: inherit;
		top: 0;
		right: 0
	}

	.blog-article .another-content .content-img .row .col-6 {
		padding-left: 7px!important;
		padding-right: 7px!important
	}

	.footer-bg {
		margin-top: 0
	}

	.footer-widget h3 {
		margin-bottom: 10px
	}

	.footer-widget p {
		margin-bottom: 10px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	body {
		font-size: 14px
	}

	.pt-100 {
		padding-top: 50px
	}

	.pb-70 {
		padding-bottom: 20px
	}

	.pt-45 {
		padding-top: 30px
	}

	.default-btn {
		padding: 10px 30px
	}

	.section-title h2 {
		font-size: 22px;
		margin-top: 0
	}

	h3 {
		font-size: 20px
	}

	.footer-bg {
		margin-top: 0
	}

	.footer-widget h3 {
		margin-bottom: 10px
	}

	.footer-widget p {
		margin-bottom: 10px
	}
}



@media (min-width:1024px) {
  .phoneCont{
    display: none !important;
  }
}

.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: 20px;
    width: 100%;
	min-height: 250px;
	clear: both;
}

.t_de {
  clear: both;
    height: 0.2rem;
	width: 100%;
    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;
}