@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-weight: bold;
	font-style: normal;
}

.icon-tags:before {
    content: "\e7e5";
}

.icon-left:before {
    content: "\e628";
}

.icon-right:before {
    content: "\e642";
}

.icon-phone1:before {
    content: "\e634";
}

.icon-calender:before {
    content: "\e600";
}

.icon-googleplus:before {
    content: "\e87b";
}

.icon-Youtube:before {
    content: "\e880";
}

.icon-facebook:before {
    content: "\e630";
}

.icon-address:before {
    content: "\e636";
}

.icon-user:before {
    content: "\e645";
}

.icon-email:before {
    content: "\e66f";
}

.icon-search:before {
    content: "\e6c8";
}

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

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

footer,
header,
nav,
section {
    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,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

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

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

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

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

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

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
}

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

button,
input {
    overflow: visible
}

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

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h6 {
    font-size: 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: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

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

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

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

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

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

@media(min-width:992px) {
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .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%
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }
}

@media(min-width:1200px) {
    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

.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)
}

.d-none {
    display: none !important
}

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

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

* {
	margin: 0;
	padding: 0
}

body {
	font-family: Lora;
	overflow-x: hidden !important;
	font-size: 15px;
	line-height: 24px;
	color: #777
}

.main {
	width: 100%;
	overflow-x: hidden !important
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: 0
}

input,
input:focus,
input:hover,
button,
button:hover,
button:focus {
	outline: 0
}

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

p {
	font-size: 15px;
	line-height: 24px;
	color: #777;
	font-weight: normal;
	margin-bottom: 12px
}

.sub-title {
	display: block;
	font-size: 22px;
	line-height: 28px;
	color: #ffe550;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px
}

.h2-title {
	font-size: 65px;
	line-height: 75px;
	font-weight: bold;
	color: #010f2e;
	margin-bottom: 30px;
	position: relative
}

.h3-title {
	font-size: 25px;
	line-height: 35px;
	color: #010f2e;
	font-weight: bold;
	margin-bottom: 12px
}

.black-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #000;
	opacity: .75;
	z-index: 90;
	display: none
}

.back-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.form-box {
	display: block;
	position: relative;
	font-size: 0;
	line-height: 1;
	margin-bottom: 20px
}

.form-input {
	width: 100%;
	height: 60px;
	background: #fff;
	font-size: 15px;
	line-height: 24px;
	color: #777;
	border: 0;
	outline: 0;
	padding: 12px 30px;
	border: 1px solid #b7b7b7;
	border-radius: 4px;
	box-shadow: none
}

textarea.form-input {
	height: 106px;
	resize: none;
	padding: 18px 30px;
	margin-bottom: 0
}

.toggle-button {
	position: fixed;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background: linear-gradient(to right, #ffe550, #fc9d44);
	text-align: center;
	border: 0;
	outline: 0;
	display: none;
	z-index: 9999
}

.toggle-button span {
	width: 30px;
	height: 3px;
	background: #fff;
	display: block;
	margin: 0 auto 6px auto;
	position: relative;
	top: 0;
	opacity: 1;
	transition: .3s
}

.toggle-button span:last-child {
	margin-bottom: 0
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 30px 0;
	transition: .3s;
	z-index: 100
}

.header-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.site-branding {
	display: inline-block
}

.site-branding a {
	display: inline-block;
	width: 204px
}

.header-menu {
	display: inline-block;
	text-align: center
}

.main-navigation ul {
	font-size: 0;
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0
}

.main-navigation ul li {
	font-size: 16px;
	line-height: 26px;
	display: inline-block;
	position: relative;
	margin: 0 20px
}

.main-navigation ul li:last-child {
	margin-right: 0
}

.main-navigation ul li a {
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #010f2e;
	font-weight: 600;
	position: relative;
	transition: .3s
}

.main-navigation ul li a:hover {
	color: #ffe550
}

.main-navigation ul li a:hover:before {
	color: #ffe550
}

.main-navigation ul li a:hover:before {
	transform: translate(0, -50%) rotate(-180deg)
}

.header-search {
	display: inline-block;
	text-align: right;
	font-size: 0;
	line-height: 1
}

.search-box {
	display: inline-block;
	position: relative;
	vertical-align: middle
}

.search-icon a {
	display: inline-block;
	font-size: 20px;
	color: #777;
	transition: .3s
}

.search-icon a:hover {
	color: #ffe550
}

.search-input {
	position: relative;
	margin: 30px 0
}

.search-input .form-input {
	height: 60px;
	padding: 12px 20px;
	border-radius: 4px;
	box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.1)
}

.extra-menu {
	display: inline-block;
	margin-left: 40px;
	vertical-align: middle
}

.extra-menu-icon a {
	width: 60px;
	height: 60px;
	background: linear-gradient(to right, #ffe550, #fc9d44, #fc9d44, #ffe550);
	background-size: 400% 100%;
	background-position: left center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	box-shadow: 2px 2px 30px rgba(255, 80, 102, 0.25);
	transition: .3s
}

.extra-menu-icon a:hover {
	background-position: right center
}

.extra-menu-icon a img {
	width: auto
}

.extra-menu-info {
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100%;
	background: #fff;
	padding: 40px;
	text-align: left;
	overflow: auto;
	opacity: 0;
	z-index: 150;
	transition: .5s
}

.close-extra-menu {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 5
}

.close-extra-menu:before,
.close-extra-menu:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 30px;
	height: 3px;
	background: #010f2e;
	transition: .3s
}

.close-extra-menu:after {
	transform: translate(-50%, -50%) rotate(-45deg)
}

.close-extra-menu:hover:before,
.close-extra-menu:hover:after {
	background: #fc9d44
}

.extra-info-text {
	margin-bottom: 30px
}

.extra-info-text:last-child {
	margin-bottom: 0
}

.extra-info-logo {
	margin-bottom: 20px
}

.extra-info-text ul {
	padding-left: 0;
	list-style: none
}

.extra-info-text ul li {
	font-size: 15px;
	line-height: 25px;
	padding-left: 20px;
	position: relative
}

.extra-info-text ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #fc9d44;
	border-radius: 50%
}

.extra-info-text .footer-contact-link a {
	color: #777
}

.extra-info-text .social-icon a {
	background: #fff;
	color: #fc9d44;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	border: 1px solid #fc9d44
}

.extra-info-text .social-icon a:hover {
	color: #fff
}

.blog-img-box {
	width: 100%;
	height: 370px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	margin-bottom: 22px
}

.blog-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
	z-index: 0
}

.blog-date {
	position: static;
	font-size: 0;
	line-height: 1;
	z-index: 1;
    font-size: 0;
    line-height: 1;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
	margin-bottom: 10px;
}

.blog-date a {
	display: inline-block;
	padding: 5px 20px;
	height: 35px;
	background: linear-gradient(to right, #ffe550, #fc9d44, #fc9d44, #ffe550);
	background-size: 400% 100%;
	background-position: left center;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	transition: .3s
}

.blog-date a:hover {
	background-position: right center
}

.blog-date a i {
	margin-right: 10px;
	vertical-align: text-top
}

.contact-form .row {
	margin-left: -10px;
	margin-right: -10px
}

.contact-form .row .col-md-6,
.contact-form .row .col-12 {
	padding: 0 10px
}

.site-footer {
	position: relative;
	background: #1c233d;
	padding: 120px 0 101px 0
}

.footer-logo a {
	display: inline-block;
	width: 204px;
	margin-bottom: 25px
}

.footer-info p {
	color: #a9aebe;
	margin-bottom: 17px
}

.social-icon {
	font-size: 0;
	line-height: 1
}

.social-icon a {
	width: 41px;
	height: 41px;
	background: rgba(255, 255, 255, 0.3);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #fff;
	border-radius: 50%;
	margin-right: 14px;
	position: relative;
	transition: .3s
}

.social-icon a:last-child {
	margin-right: 0
}

.social-icon a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #ffe550, #fc9d44);
	border-radius: 50%;
	opacity: 0;
	transition: .3s
}

.social-icon a:hover:before {
	opacity: 1
}

.h3-title.footer-title {
	color: #fff;
	position: relative;
	padding-bottom: 2px;
	margin-bottom: 26px
}

.h3-title.footer-title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 1px;
	background: linear-gradient(to right, #ffe550, #fc9d44)
}

.footer-contact-box {
	min-height: 40px;
	margin-bottom: 12px
}

.footer-contact-box:last-child {
	margin-bottom: 0
}

.footer-contact-link {
	display: inline-block;
	position: relative
}

.footer-contact-link .icon {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 40px;
	height: 40px;
	background: linear-gradient(to right, #ffe550, #fc9d44);
	border-radius: 50%;
	color: #fff;
	font-size: 20px
}

.footer-contact-link a {
	display: block;
	color: #a9aebe;
	font-size: 15px;
	line-height: 25px;
	transition: .3s
}

.footer-contact-link a:hover {
	color: #fc9d44
}

.our-links {
	padding-left: 60px
}

.our-links ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	line-height: 1;
}

.our-links ul li {
	display: block;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 6px
}

.our-links ul li:last-child {
	margin-bottom: 0
}

.our-links ul li a {
	font-size: 15px;
	line-height: 25px;
	color: #a9aebe;
	transition: .3s
}

.our-links ul li a:hover {
	color: #fc9d44
}

.footer-last {
	background: #10152a;
	padding: 22px 0
}

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

.footer-last-link {
	text-align: right
}

.footer-last-link ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 1
}

.footer-last-link ul li {
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
	padding-left: 20px;
	position: relative;
	margin-left: 33px
}

.footer-last-link ul li:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 8px;
	height: 8px;
	background: #fc9d44;
	border-radius: 50%
}

.footer-last-link ul li:first-child {
	margin-left: 0
}

.footer-last-link ul li a {
	font-size: 15px;
	color: #fff;
	transition: .3s
}

.footer-last-link ul li a:hover {
	color: #fc9d44
}

.bubbles_wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 990;
	overflow: hidden;
	pointer-events: none
}

@keyframes animateBubble {
	0% {
		margin-top: 20%
	}

	to {
		margin-top: -30%
	}
}

@keyframes sideWays {
	0% {
		margin-left: 0
	}

	to {
		margin-left: 25px
	}
}

.x1 {
	animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 6%;
	top: 45%;
	background: #ffe550
}

.x2 {
	animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
	left: 5%;
	top: 80%;
	background: #fc9d44
}

.x3 {
	animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 10%;
	top: 40%;
	background: #ffe550
}

.x4 {
	animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
	left: 20%;
	top: 0;
	background: #fc9d44
}

.x5 {
	animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
	left: 30%;
	top: 50%;
	background: #ffe550
}

.x6 {
	animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 50%;
	top: 0;
	background: #fc9d44
}

.x7 {
	animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 65%;
	top: 70%;
	background: #ffe550
}

.x8 {
	animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
	left: 80%;
	top: 10%;
	background: #fc9d44
}

.x9 {
	animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
	left: 90%;
	top: 50%;
	background: #ffe550
}

.x10 {
	animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 80%;
	top: 80%;
	background: #fc9d44
}

.bubble {
	position: absolute;
	border-radius: 50%;
	box-shadow: none;
	width: 5px;
	height: 5px
}

.contact-page-content {
	position: relative;
	padding: 93px 0 120px 0
}

.contact-page-img img {
	float: right;
	position: relative;
	right: -20px;
	width: 645px;
	max-width: unset;
	height: auto
}

.contact-page-link {
	padding-top: 46px
}

.contact-link-box {
	position: relative;
	width: 100%;
	padding: 35px 25px;
	text-align: center;
	background: #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.08);
	overflow: hidden
}

.contact-link-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	width: 100%;
	height: 0;
	background: linear-gradient(to right, #ffe550, #fc9d44);
	border-radius: 4px;
	transition: .5s;
	z-index: 0
}

.contact-link-box:hover:before {
	height: 100%;
	top: auto;
	bottom: 0
}

.contact-link-text {
	position: relative;
	z-index: 1
}

.contact-link-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	background: #fff;
	border: 2px solid #ffc3cb;
	border-radius: 4px;
	margin-bottom: 25px;
	transition: .3s
}

.contact-link-box:hover .contact-link-icon {
	border-color: #fff;
	animation: zoomin2 .8s linear infinite alternate
}

@keyframes zoomin2 {
	from {
		transform: scale(1)
	}

	to {
		transform: scale(0.9)
	}
}

.contact-link-icon img {
	width: auto
}

.contact-link-text .h3-title {
	transition: .3s
}

.contact-link-text p {
	margin-bottom: 0;
	transition: .3s
}

.contact-link-text p a {
	display: inline-block;
	color: #777;
	transition: .3s
}

.contact-link-text p a span {
	display: block
}

.contact-link-box:hover .contact-link-text .h3-title,
.contact-link-box:hover .contact-link-text p,
.contact-link-box:hover .contact-link-text p a {
	color: #fff
}

.contact-link-box:hover .contact-link-text p a:hover {
	color: #010f2e
}

.main-blog-content {
	position: relative;
	padding: 120px 0
}

.main-blog-content .container {
	position: relative;
	z-index: 5
}

.page-blog-post {
	margin-bottom: 70px
}

.page-blog-post:last-child {
	margin-bottom: 0
}

.page-blog-post .blog-img-box {
	height: 400px;
    overflow: visible;
}

.page-blog-post:hover .blog-img {
	transform: scale(1.1)
}

.page-blog-text {
	margin-bottom: 23px;
	font-size: 16px;
	line-height: 1.8;
}

.page-blog-text p{
	font-size: inherit;
	line-height: inherit;
}

.page-blog-text p:last-child {
	margin-bottom: 0
}

.page-blog-post .h3-title a {
	display: inline-block;
	color: #010f2e;
	transition: .3s
}

.page-blog-post .h3-title a:hover {
	color: #ffe550
}

.blog-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1, 15, 46, 0.2);
	z-index: 0
}

.video-play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background: linear-gradient(to right, #ffe550, #fc9d44, #fc9d44, #ffe550);
	background-size: 200% 100%;
	background-position: left center;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #fff;
	padding-left: 5px;
	transition: .3s;
	z-index: 1
}

.video-play-icon:hover {
	color: #fff;
	background-position: right center
}

.video-play-icon:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: 50%;
	pointer-events: none;
	animation: waveBtn 2.5s infinite;
	z-index: -1
}

@keyframes waveBtn {
	0% {
		box-shadow: 0 0 0 0 rgba(252, 157, 68, 1)
	}

	50% {
		box-shadow: 0 0 0 40px transparent
	}

	100% {
		box-shadow: 0 0 0 0 transparent
	}
}

.video-play-icon:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 142px;
	height: 142px;
	background: transparent;
	border: 2px solid #ffe550;
	border-radius: 50%;
	opacity: .5;
	pointer-events: none;
	z-index: -1
}

.page-blog-post-bottom {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.blog-share {
	display: inline-block;
	background: unset !important;
	padding-right: 0 !important;
}

.blog-search-from .sec-btn {
    width: 50px;
    height: 50px;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
}

.sec-btn {
    height: 60px;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 32px;
    background: linear-gradient(to right, #ffe550, #fc9d44, #fc9d44, #ffe550);
    background-size: 400% 100%;
    background-position: left center;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    border: 0;
    outline: 0;
    transition: .3s;
}

.page-blog-post-bottom .blog-share {
	width: auto;
	height: auto
}

.blog-pagination {
	display: block;
	text-align: center;
	margin-top: 70px
}

.pagination-arrow {
	color: #ffe550;
	font-size: 35px;
	display: inline-block;
	margin: 0 18px;
	vertical-align: middle;
	transition: .3s
}

.pagination-arrow:hover {
	color: #fc9d44
}

.blog-pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 0
}

.blog-pagination ul li {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	background: transparent;
	border: 1px solid #777;
	border-radius: 4px;
	color: #777;
	font-size: 20px;
	margin: 0 7px;
	cursor: pointer;
	transition: .3s
}

.blog-pagination ul li:hover {
	background: #ffe550;
	border-color: #ffe550;
	color: #fff
}

.blog-pagination ul li.active,
.blog-pagination ul li.active:hover {
	background: #d7d7d7;
	border-color: #d7d7d7;
	color: #777;
	cursor: default
}

.blog-sidebar {
	position: relative
}

.blog-search-from {
	margin-bottom: 63px
}

.sidebar-title {
	font-size: 30px;
	line-height: 35px;
	color: #010f2e;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 4px
}

.sidebar-title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 1px;
	background: linear-gradient(to right, #ffe550, #fc9d44)
}

.blog-search-from input {
	width: 100%;
	height: 60px;
	border: 0;
	outline: 0;
	background: #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.1);
	color: #777;
	font-size: 16px;
	padding: 10px 60px 10px 30px
}

.recent-post {
	margin-bottom: 63px
}

.recent-post-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px
}

.recent-post-text {
	width: calc(100% - 110px);
	display: inline-block;
}

.recent-post-text h6 {
	font-size: 18px;
	line-height: 24px;
	color: #010f2e;
	font-weight: bold;
	margin-bottom: 8px
}

.recent-post-text h6 a {
	display: inline-block;
	color: #010f2e;
	transition: .3s
}

.recent-post-text h6 a:hover {
	color: #ffe550
}

.recent-post-text p {
	color: #ffe550;
	margin-bottom: 0
}

.recent-post-text p i {
	margin-right: 5px
}

.categories {
	margin-bottom: 70px
}

.categories ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.categories ul li {
	display: block;
	position: relative;
	margin-bottom: 10px
}

.categories ul li a {
	display: flex;
	align-items: center;
	position: relative;
	height: 45px;
	background: transparent;
	border-radius: 4px;
	color: #777;
	padding: 5px 45px 5px 25px;
	transition: .3s
}

.categories ul li a:hover {
	color: #ffe550;
	background: #fff;
	box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.1)
}

.categories ul li a .categories-text {
	position: relative;
	padding-left: 15px;
	display: inline-block
}

.categories ul li a .categories-text:before {
	content: "\e642";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	font-family: 'iconfont';
	font-size: 15px;
	line-height: 8px
}

/* .categories ul li a span:last-child {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 35px;
	height: 35px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #e1e1e1;
	border-radius: 4px;
	color: #777;
	transition: .3s
}

.categories ul li a:hover span:last-child {
	background: linear-gradient(to right, #ffe550, #fc9d44);
	color: #fff
} */

.tag {
	margin-bottom: 50px
}

.tag ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0
}

.tag ul li {
	display: inline-block
}

.tag ul li a {
	display: inline-block;
	padding: 5px 25px;
	background: transparent;
	border: 1px solid #777;
	border-radius: 4px;
	font-size: 15px;
	line-height: 20px;
	color: #777;
	text-align: center;
	margin-bottom: 15px;
	margin-right: 15px;
	transition: .3s
}

.tag ul li a:hover {
	background: #fc9d44;
	border-color: #fc9d44;
	color: #fff
}

.blog-post-detail .blog-img {
	transform: none !important
}

.blog-date .by-admin {
	margin-left: 20px
}

.post-comment-box {
	padding: 33px 40px 32px 40px;
	position: relative;
	background: #fff;
	box-shadow: 2px 2px 60px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	overflow: hidden;
	margin: 22px 0
}

.post-comment-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(to top, #ffe550, #fc9d44)
}

.post-comment-box .h3-title {
	font-style: italic;
	margin-bottom: 0
}

.post-comment-box img {
	width: 42px;
	height: 38px;
	float: right;
	margin-top: -20px;
	margin-right: -20px;
	margin-bottom: -38px
}

.blog-post-img {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 23px;
	margin-bottom: 23px
}

.post-img-box {
	width: 50%;
	padding: 0 15px
}

.post-img {
	width: 100%;
	height: 370px;
	border-radius: 4px;
	display: inline-block;
	position: relative
}

.blog-post-text-list {
	list-style: none;
	margin-bottom: 23px
}

.blog-post-text-list li {
	position: relative;
	padding-left: 50px;
	color: #010f2e;
	margin-bottom: 17px
}

.blog-post-text-list li:before {
	content: "\e614";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 35px;
	height: 35px;
	background: linear-gradient(to right, #ffe550, #fc9d44);
	border-radius: 50%;
	font-size: 15px;
	color: #fff;
	font-family: 'iconfont';
	display: flex;
	justify-content: center;
	align-items: center
}

.blog-post-footer {
	border-top: 1px dashed #777;
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.blog-post-footer .tag {
	margin-bottom: -15px
}

.blog-post-footer .tag p {
	display: inline-block;
	color: #010f2e;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 15px
}

.blog-post-footer .tag p i {
	margin-right: 5px;
	transform: rotateY(180deg)
}

.blog-post-footer .tag ul {
	display: inline-block;
	vertical-align: middle
}

.social-icon {
	font-size: 0;
	line-height: 1
}

.blog-post-social a {
	width: 41px;
	height: 41px;
	background: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #ffe550;
	border-radius: 50%;
	margin-left: 14px;
	position: relative;
	transition: .3s
}

.blog-post-social a:first-child {
	margin-left: 0
}

.blog-post-social a:last-child {
	margin-right: 0
}

.blog-post-social a:hover {
	color: #fff
}

.blog-post-social a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #ffe550, #fc9d44);
	border-radius: 50%;
	opacity: .3;
	transition: .3s
}

.blog-post-social a:hover:before {
	opacity: 1
}

.leave-review {
	margin-top: 113px
}

.leave-review .sub-title {
	margin-bottom: 11px
}

.leave-review-form {
	margin-bottom: -20px
}

.leave-review-form .row {
	margin-right: -10px;
	margin-left: -10px
}

.leave-review-form .row .col-lg-6,
.leave-review-form .row .col-lg-12 {
	padding: 0 10px
}

.leave-review-form textarea.form-input {
	height: 120px
}

@media screen and (min-width:1280px) {
	.container {
		max-width: 1200px
	}
}

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

	.contact-page-content:before {
		left: auto;
		right: 50%;
		transform: translate(-365px) rotateX(180deg)
	}

	.blog-content-shape {
		left: 50%;
		right: auto;
		transform: translate(300px) rotateY(180deg)
	}
}

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

	.post-comment-box {
		padding: 33px 30px 32px 20px
	}

	.post-comment-box img {
		margin-right: -10px
	}
}

.page-blog-post .blog-img-box {
    margin-bottom: 20px;
	overflow: hidden;
}

@media screen and (max-width:1199px) {
	.extra-menu {
		margin-left: 30px
	}

	.main-navigation ul li {
		margin: 0 18px
	}

	.h2-title {
		font-size: 52px;
		line-height: 62px
	}

	.our-links {
		padding-left: 30px
	}

	.contact-page-img img {
		width: 550px
	}

	.page-blog-post .blog-img-box {
		height: 370px;
	}

	.recent-post-text {
		width: calc(100% - 80px);
		padding-left: 15px
	}
}

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

	.extra-menu,
	.search-box {
		display: none
	}

	.site-header {
		background: #fff;
		height: 48px;
		padding: 0;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
	}

	.site-header .container {
		max-width: 100%;
		padding: 0 30px
	}

	.toggle-button {
		display: block
	}

	.site-branding {
		position: fixed;
		top: 0;
		left: 30px;
		width: 200px;
		height: 48px;
		display: flex;
		align-items: center
	}

	.site-branding a {
		width: 100%
	}

	.main-navigation ul {
		position: fixed;
		top: 0;
		right: 0;
		width: 320px;
		height: 100vh;
		max-height: 100vh;
		overflow: auto;
		background: #fff;
		text-align: center;
		padding: 80px 0 30px;
		box-shadow: -30px 0 30px rgba(0, 0, 0, 0.1);
		transition: .5s;
		opacity: 1;
		z-index: 100;
		display: none;
	}

	.main-navigation ul li {
		text-align: left;
		display: block;
		margin: 10px;
		padding-left: 20px;
		/* margin: -50px 0 10px 0;
		padding: 0 30px;
		padding-bottom: 10px;
		opacity: 0; */
		transition: .5s
	}

	.main-navigation ul li:last-child {
		border-bottom: 0
	}

	.main-navigation ul li:last-child a {
		display: inline-block;
		margin: 0 auto
	}

	.main-navigation ul li a {
		font-size: 18px;
		line-height: 28px;
		display: inline-block;
		width: 100%;
	}

	.main-navigation ul li a:hover:before {
		transform: translate(0, -50%) rotate(0deg)
	}

	.h2-title {
		font-size: 48px;
		line-height: 58px
	}

	.contact-link-box {
		padding: 35px 30px
	}

	.site-footer {
		padding: 80px 0
	}

	.footer-info,
	.footer-contact {
		margin-bottom: 40px
	}

	.our-links {
		padding-left: 0
	}

	.copy-right {
		text-align: center;
		margin-bottom: 10px
	}

	.footer-last {
		padding: 30px 0
	}

	.footer-last-link {
		text-align: center
	}

	.footer-last-link ul li {
		padding-left: 15px;
		margin-left: 20px
	}

	.contact-page-content {
		padding: 68px 0 80px 0
	}

	.contact-page-content:before {
		transform: translate(-105px) rotateX(180deg);
		top: 20px;
		width: 403px;
		height: 630px
	}

	.contact-page-img img {
		width: 500px;
		max-width: 100%;
		float: none;
		margin: auto;
		display: block;
		right: 0
	}

	.contact-page-link {
		padding-top: 0;
		margin-bottom: -30px
	}

	.contact-link-box {
		margin-bottom: 30px
	}

	.main-blog-content {
		padding: 68px 0 80px 0
	}

	.blog-sidebar {
		margin-top: 75px
	}

	.recent-post-text {
		width: calc(100% - 100px);
		padding-left: 0
	}

	.categories ul li a{
		padding-left: 0;
	}

	.leave-review {
		margin-top: 73px
	}
}

@media screen and (max-width:767px) {
	.site-branding {
		width: 220px
	}

	.sub-title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px
	}

	.h2-title {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 30px
	}

	.h3-title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px
	}

	.contact-link-box {
		padding: 35px 15px
	}

	.form-input {
		height: 45px;
		padding: 12px 20px
	}

	textarea.form-input {
		padding: 12px 20px
	}

	.site-footer {
		padding: 30px 0 0
	}

	.our-links {
		margin-bottom: 40px
	}

	.contact-page-content {
		padding: 58px 0 60px 0
	}

	.main-blog-content {
		padding: 65px 0 40px 0
	}

	.page-blog-post .blog-img-box {
		height: 320px;
		margin-bottom: 10px;
	}

	.page-blog-post,
	.categories {
		margin-bottom: 50px
	}

	.blog-pagination {
		margin-top: 50px
	}

	.blog-sidebar {
		margin-top: 55px
	}

	.blog-search-from,
	.recent-post {
		margin-bottom: 43px
	}

	.tag {
		margin-bottom: 30px
	}

	.blog-search-from input {
		padding: 10px 60px 10px 20px
	}

	.post-comment-box .h3-title {
		font-size: 20px;
		line-height: 30px
	}

	.post-img {
		height: 320px
	}

	.blog-post-footer {
		display: block
	}

	.blog-post-footer .tag {
		margin-bottom: 5px
	}

	.leave-review {
		margin-top: 53px
	}
}

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

	.container {
		padding: 0 20px
	}

	.sidebar-title {
		font-size: 22px;
	}

	.h2-title {
		font-size: 20px;
		line-height: 24px
	}

	.blog-img-box {
		height: 300px
	}

	.contact-link-box {
		padding: 35px 30px
	}

	.pagination-arrow {
		font-size: 28px;
		margin: 0 10px
	}

	.blog-pagination ul li {
		width: 35px;
		height: 35px;
		font-size: 16px;
		margin: 0 5px
	}

	.tag ul li a {
		padding: 5px 20px
	}

	.blog-post-img {
		display: block;
		margin: 23px 0;
		font-size: 0;
		line-height: 1
	}

	.post-img-box {
		width: 100%;
		padding: 0;
		margin-bottom: 30px
	}

	.post-img-box:last-child {
		margin-bottom: 0
	}

	.blog-date .by-admin {
		margin-left: 0;
		display: block;
		width: max-content
	}
}

.detail-date{
    display: flex;justify-content: space-between;align-items: center;width: 100%;
}

@media screen and (max-width:375px) {
	.container {
		padding: 0 15px
	}

	.site-branding {
		left: 15px
	}

	.sub-title {
		font-size: 16px;
		line-height: 26px
	}

	.h2-title {
		font-size: 32px;
		line-height: 42px
	}

	.contact-link-box {
		padding: 35px 15px
	}

	.footer-logo a {
		width: 180px
	}

	.page-blog-post .blog-img-box {
		height: 280px
	}

	.video-play-icon {
		width: 60px;
		height: 60px
	}

	.video-play-icon:after {
		width: 120px;
		height: 120px
	}

	.recent-post-text {
		padding-left: 15px
	}

	.categories ul li a {
		padding: 5px 45px 5px 15px
	}

	.tag ul li a {
		padding: 5px 15px
	}

	.recent-post-text h6 {
		font-size: 16px
	}

	.post-comment-box {
		padding: 21px 15px 20px 20px
	}

	.post-comment-box .h3-title {
		font-size: 18px;
		line-height: 28px
	}

	.post-comment-box img {
		width: 30px;
		height: 27px;
		margin-right: 0
	}

	.post-img {
		height: 280px
	}
}

.home-link{
	font-size: 20px;
	font-weight: bold;
	color: #010101;
}
.home-link:hover{
	color: #ffe550
}

.site-branding .home-link{
	display: inline-block;
	width: 250px;
}

footer .home-link{
	color: #fff;
}



@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;
}