
/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.pricing {
	background-color: #f7f7f7;
	padding-top: 70px;
	padding-bottom: 70px;
}
.price_box {
	box-shadow: 0px 3px 5px 0px rgba(53, 60, 78, 0.05);
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	transition: all ease 0.5s 0s;
	background-color: #fff;
	position: relative;
}
.price_img {
	position: absolute;
	opacity: 1;
	transition: all ease 0.5s 0s;
	text-align: center;
	width: 100%;
	padding-top: 55px;
}
.price_title {
	text-align: center;
	background-color: #24647F;
	padding-top: 10px;
	padding-bottom: 25px;
	transition: all ease 0.5s 0s;
	min-height: 110px;
}
.price_title h2 {
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.price_title h3 {
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 0px;
}
ul.detail_plan {
	margin: 0;
	padding-left: 35px;
	margin-top: 60px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
ul.detail_plan li {
	list-style: none;
	line-height: 35px;
	color: #777777;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	list-style-image: url(../images/arrow.png);
}
.plan_btn {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 40px;
}
a.sign_up {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 12px 20px;
	border-radius: 0px;
	font-weight: 600;
	transition: all ease 0.5s 0s;
	background-color: #0F7890;
	border-radius: 5px;
}
a.sign_up:hover {
	background-color: #00aec2;
	color: #fff;
	transition: all ease 0.5s 0s;
}
.price_img h2 {
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	position: relative;
	margin-top: -67px;
}
.price_box:hover .price_title {
	background-color: #0F7890;
	transition: all ease 0.5s 0s;
}
.price_box:hover .price-img-2 {
	display: block;
	margin: auto;
}
.price_box:hover .price-img-1 {
	display: none;
}
img.img-fluid.price-img-2 {
	display: none;
}
/* 
---------------------------------------------
partners
--------------------------------------------- 
*/

.partners {
	background: #24647F;
	padding-top: 45px;
	padding-bottom: 20px;
}
#slider1 .owl-stage-outer {
	padding: 0px;
}
#slider1 .item img {
	width: 83%;
	margin: auto;
	opacity: 0.5;
}
#slider1 .item img:hover {
	width: 83%;
	margin: auto;
	opacity: 1;
}
#slider1 .owl-nav {
	display: none;
}
/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.news {
	margin-top: 60px;
	margin-bottom: 130px;
}
.blog_box {
	background-color: #24647F;
	transition: all ease 0.5s 0s;
	padding: 45px;
	overflow: hidden;
}
.blog_detail h2 {
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.5px;
	line-height: 28px;
	font-weight: 400;
}
.border_blog {
	border-bottom: 2px solid #494f5f;
	margin-top: 15px;
}
.user_name p {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.5px;
	float: left;
	margin: 20px 20px 20px 0px;
}
.user_name i.fa.fa-user {
	color: #0F7890;
	margin-right: 5px;
	font-size: 16px;
}
.user_name i.fa.fa-calendar {
	color: #0F7890;
	margin-right: 5px;
	font-size: 16px;
}
.user_name i.fa.fa-commenting {
	color: #0F7890;
	margin-right: 5px;
	font-size: 16px;
}
.blog_detail h5 {
	color: #fff;
	letter-spacing: 0.5px;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
	width: 100%;
}
.user_name {
	width: 100%;
	overflow: hidden;
}
.blog_read {
	background-color: #0F7890;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
	transition: all ease 0.5s 0s;
}
.blog_read:hover {
	background-color: #00aec2;
	color: #fff;
	transition: all ease 0.5s 0s;
}
.blog_btn {
	margin-top: 30px;
}
.news_date {
	background-color: #0F7890;
	height: 60px;
	width: 70px;
	text-align: center;
	color: #fff;
	position: relative;
	float: right;
	left: -20px;
	margin-left: -70px;
}
.news_date p {
	font-size: 24px;
	font-weight: 500;
	line-height: 21px;
	margin-top: 9px;
}
.news_date span {
	font-size: 14px;
}
#slider2 .owl-prev {
	position: absolute;
	bottom: -15%;
	left: 46%;
	top: 107%;
}
#slider2 .owl-next {
	position: absolute;
	bottom: -15%;
	right: 46%;
	top: 107%;
}
#slider2 i.fa.fa-angle-left {
	border: 2px solid #24647F;
	width: 40px;
	height: 40px;
	font-size: 23px;
	color: #24647F;
	line-height: 34px;
	font-weight: 600;
}
#slider2 i.fa.fa-angle-left:hover {
	background-color: #0F7890;
	border: 2px solid #0F7890;
	color: #fff;
	transition: all ease 0.5s 0s;
}
#slider2 i.fa.fa-angle-right {
	border: 2px solid #24647F;
	width: 40px;
	height: 40px;
	font-size: 23px;
	color: #24647F;
	line-height: 34px;
	font-weight: 600;
}
#slider2 i.fa.fa-angle-right:hover {
	background-color: #0F7890;
	border: 2px solid #0F7890;
	color: #fff;
	transition: all ease 0.5s 0s;
}
.news_hover:hover .blog_box {
	background-color: #0F7890;
	transition: all ease 0.5s 0s;
}
.news_hover:hover .news_date {
	background-color: #24647F;
}
.news_hover:hover .border_blog {
	border-bottom: 2px solid #fff;
}
.news_hover:hover .user_name i.fa.fa-user {
	color: #fff;
}
.news_hover:hover .user_name i.fa.fa-calendar {
	color: #fff;
}
.news_hover:hover .user_name i.fa.fa-commenting {
	color: #fff;
}
.news_hover:hover .blog_read {
	background-color: #24647F;
}
.blog_bg {
	background-color: #f7f7f7;
	height: 15px;
	width: 80%;
	margin: auto;
}
.blog_bg1 {
	background-color: #f7f7f7;
	height: 15px;
	width: 80%;
	margin: auto;
}
/* 
---------------------------------------------
contact form
--------------------------------------------- 
*/
.contact-content {
	background-color: #f7f7f7;
	padding: 60px 0;
	position: relative;
}
.contact-image {
	height: 100%;
	position: absolute;
	left: 360px;
	top: 5px;
	width: 50%;
}
.contact-bg {
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-size: unset;
}
.section_title p {
	color: #666666;
	font-size: 14px;
	margin-top: 5px;
}
.contact_title h2 {
	font-size: 30px;
	color: #222222;
	font-weight: 600;
	margin-bottom: 0;
}
.contact_title p {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	letter-spacing: 0.5px;
}
.contact_form form {
	margin-top: 15px;
}
.contact_form_detail {
	width: 100%;
	height: 45px;
	padding-left: 15px;
	box-shadow: 0px 3px 5px 0px rgba(53, 60, 78, 0.05);
	background-color: #fff;
	color: #777777;
	margin-bottom: 20px;
	border: none;
	border: 1px solid #fff;
}
.contact_form_detail:hover {
	border: 1px solid #0F7890;
	outline: none;
}
.contact_form_detail:focus {
	border: 1px solid #0F7890;
	outline: none;
}
.contact_form_detail:focus::-webkit-input-placeholder {
 color: #0F7890;
}
.contact_form_detail:hover::-webkit-input-placeholder {
 color: #0F7890;
}
.contact_form_detail1 {
	width: 100%;
	height: 125px;
	padding-left: 15px;
	padding-top: 15px;
	box-shadow: 0px 3px 5px 0px rgba(53, 60, 78, 0.05);
	background-color: #fff;
	color: #777777;
	border: none;
	border: 1px solid #fff;
	margin-top: 0px;
}
.contact_form_detail1:hover {
	border: 1px solid #0F7890;
	outline: none;
}
.contact_form_detail1:focus {
	border: 1px solid #0F7890;
	outline: none;
}
.contact_form_detail1:hover::-webkit-input-placeholder {
 color: #0F7890;
}
.submit_btn {
	color: #fff;
	background: #0F7890;
	padding: 11px 18px;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
	transition: all ease 0.5s 0s;
}
.submit_btn_box {
	margin-top: 30px;
}
 
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0F7890;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #09c6dc;
	-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #13d2e8;
	-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
@keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}

#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #fff;
	z-index: 1000;
	-webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(0);  /* IE 9 */
	transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
	left: 0;
}

#loader-wrapper .loader-section.section-right {
	right: 0;
}

    /* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(0%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(0%);  /* IE 9 */
	transform: translateX(0%);  /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	transition: all 0s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(0%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(0%);  /* IE 9 */
	transform: translateX(0%);  /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	transition: all 0s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0s ease-out;  
	transition: all 0s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(0%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateY(0%);  /* IE 9 */
	transform: translateY(0%);  /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0s 0s ease-out;  
	transition: all 0s 0s ease-out;
}...
/* 
---------------------------------------------
blog page
--------------------------------------------- 
*/
.blog_pages {
	margin-top: 60px;
	margin-bottom: 60px;
}
.carousel-caption1 {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #222222;
	text-align: center;
}
.carousel-caption1 h2 {
	font-size: 36px;
	color: #222222;
}
.carousel-caption1 {
	top: 35%;
}
ul#breadcrumbs_menu {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
#breadcrumbs_menu li {
	display: inline;
	margin: 2px;
	padding: 5px;
}
#breadcrumbs_menu a {
	text-decoration: none;
	font-weight: normal;
	color: #222222;
}
.blog_padding {
	margin-bottom: 60px;
}
.blog_page {
	padding-top: 60px;
	padding-bottom: 60px;
}
.categories_box {
	border: 1px solid #dddddd;
	margin-bottom: 25px;
}
.sidebar_title {
	padding: 25px 25px 0px 25px;
}
.sidebar_title h5 {
	font-size: 18px;
	color: #222222;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.sidebar-info {
	margin-top: 15px;
}
.sidebar-item.category ul {
	margin: 0;
	padding: 0;
}
.sidebar-item.category ul li {
	display: block;
	margin: 0px 15px 0px 25px;
}
.sidebar-item.category ul li a {
	display: inline-block;
	padding: 12px 0;
	text-transform: capitalize;
	color: #777777;
	font-size: 14px;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	width: 100%;
}
.sidebar-item i.fa.fa-circle {
	font-size: 6px;
	margin-right: 10px;
	position: relative;
	top: -1px;
	color: #0F7890;
}
.sidebar-item.category ul li a:hover {
	color: #0F7890;
	transition: all ease 0.5s 0s;
}
.recent_post {
	border: 1px solid #dddddd;
	margin-bottom: 25px;
}
.sidebar-item.recent-post {
	margin-top: 20px;
}
.sidebar-item.recent-post ul {
	margin: 0px;
	padding: 0px;
}
.sidebar-item.recent-post li {
	margin-bottom: 10px;
	padding-bottom: 15px;
	list-style: none;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 1px solid #eeeeee;
}
.sidebar-item.recent-post li .thumb {
	display: table-cell;
	padding-top: 5px;
	vertical-align: top;
	width: 80px;
}
.sidebar-item.recent-post li a:last-child {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
}
.sidebar-item.recent-post li .info {
	color: #837f7e;
	display: table-cell;
	line-height: 26px;
	padding: 0 0 0 5px !important;
	vertical-align: middle;
}
.sidebar-item.recent-post li a {
	color: #222222;
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.sidebar-item.recent-post li span {
	display: inline-block;
	margin-top: 0px;
	font-size: 14px;
}
.archives_box {
	border: 1px solid #dddddd;
	margin-bottom: 25px;
}
.sidebar-item.category ul li span.categories_left {
	float: none;
	width: 40px;
	text-align: center;
	height: 26px;
	border-radius: 30px;
	line-height: 27px;
	position: relative;
	top: 2px;
	transition: all ease 0.5s 0s;
	padding-left: 10px;
}
.sidebar-info ul {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
}
.sidebar-item.tags ul li {
	display: inline-block;
}
.sidebar-item.tags ul li a {
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 10px;
	padding: 7px 20px;
	text-transform: capitalize;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0px;
	color: #777;
	font-size: 14px;
	background-color: #f5f5f5;
}
.sidebar-item.tags ul li a:hover {
	background: #0F7890;
	color: #ffffff;
	transition: all ease 0.5s 0s;
}
.pagination {
	text-align: center;
	padding: 0px 0;
}
.pagination ul {
	text-align: center;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.pagination ul li {
	display: inline;
	list-style: none;
}
.pagination a {
	font-size: 1.08em;
	width: 40px;
	height: 40px;
	background: none;
	color: #24647F;
	display: inline-block;
	vertical-align: middle;
	line-height: 39px;
	text-decoration: none;
	font-weight: 700;
	margin: 4px;
	transition: all 0.2s linear;
	border: 1px solid #24647F;
}
.pagination a:hover, .pagination a.selected {
	color: #fff;
	background: #24647F;
}
.pagination ul li:first-child {
	float: left;
}
.pagination ul li:last-child {
	float: right;
}
/* 
---------------------------------------------
blog detail page
--------------------------------------------- 
*/
.blog-detail .news-block {
	margin-bottom: 0;
}
.news-block .inner-box {
	position: relative;
}
.news-block .image-box {
	position: relative;
	overflow: hidden;
}
.news-block .image-box img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.blog-detail .news-block .date {
	right: 30px;
	bottom: 30px;
}
.news-block .image-box .date {
	position: absolute;
	right: 10px;
	bottom: 10px;
	line-height: 15px;
	padding: 10px 20px;
	font-size: 14px;
	color: #ffffff;
	background-color: #0F7890;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.blog-detail .news-block h3 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #36404b;
	font-weight: 700;
	margin-bottom: 10px;
}
.blog-detail .news-block .content-box {
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	margin-top: 30px;
}
.blog-detail .news-block h3 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #36404b;
	font-weight: 700;
	margin-bottom: 10px;
}
.blog-detail .news-block .content-box .info {
	margin-bottom: 20px;
	padding: 0;
}
.news-block .content-box .info li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #0F7890;
	line-height: 24px;
	font-weight: 400;
	font-style: italic;
}
.news-block .content-box .info li a {
	color: #0F7890;
}
.blog-detail p {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 30px;
}
.blog-detail blockquote {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
	padding: 40px 40px;
	padding-left: 100px;
	background-color: #f5f5f5;
	max-width: 670px;
	margin: 0 auto 30px;
	border: 0;
}
.blog-detail blockquote:before {
	position: absolute;
	left: 40px;
	top: 50%;
	margin-top: -15px;
	content: "\f10d";
	font-size: 24px;
	line-height: 30px;
	color: #0F7890;
	font-family: "FontAwesome";
}
.blog-detail .post-share-options {
	position: relative;
	display: block;
	padding: 30px 0;
}
.blog-detail .post-share-options .social-links {
	position: relative;
	float: left;
}
.post-share-options h4 {
	position: relative;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	color: #222222;
	display: inline-block;
	margin-right: 30px;
	padding: 5px 0;
}
.post-share-options .social-links ul {
	position: relative;
	display: inline-block;
}
.post-share-options .social-links li {
	position: relative;
	display: inline-block;
	margin-right: 17px;
}
.post-share-options .social-links li a {
	position: relative;
	display: block;
	font-size: 15px;
	color: #222222;
	font-weight: 400;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #ebebeb;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.comments-area {
	position: relative;
	margin-top: 50px;
}
.group-title {
	position: relative;
	display: block;
	margin-bottom: 60px;
}
.group-title h2 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	padding-bottom: 25px;
}
.group-title h2:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 50px;
	background-color: #0F7890;
	content: "";
}
.comments-area .comment-box {
	position: relative;
	background-color: #f7f7f7;
	margin-bottom: 70px;
}
.comments-area .comment {
	position: relative;
	min-width: 120px;
	padding: 30px 30px 30px 185px;
}
.comments-area .comment-box .author-thumb {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 120px;
	overflow: hidden;
	margin-bottom: 20px;
}
.comments-area .comment-box .author-thumb img {
	display: block;
}
.comments-area .comment .comment-inner {
	position: relative;
}
.comments-area .comment-info {
	position: relative;
	display: block;
}
.comments-area .comment-info h4 {
	color: #222222;
	line-height: 22px;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
}
.comments-area .comment-info span {
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	line-height: 28px;
	color: #36404b;
	margin-left: 15px;
	font-family: "Montserrat", sans-serif;
}
.comments-area .comment-box .text {
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	margin-top: 5px;
	font-weight: 500;
	margin-bottom: 5px;
}
.comments-area .comment .comment-reply {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #0F7890;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="password"], .comment-form input[type="tel"], .comment-form select, .comment-form textarea {
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	color: #aaaaaa;
	font-weight: 400;
	line-height: 20px;
	padding: 14px 24px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.comment-form .form-group textarea {
	height: 190px;
	resize: none;
	padding: 18px 22px;
	margin-bottom: 10px;
}
.btn-style-two {
	position: relative;
	font-size: 15px;
	color: #fff;
	padding: 11px 20px;
	line-height: 20px;
	font-weight: 600;
	background: #0F7890;
	border: 2px solid #0F7890;
	text-transform: uppercase;
}
.btn-style-two:hover {
	background-color: #00aec2;
	color: #fff;
	transition: all ease 0.5s 0s;
}
.post-share-options span.fa.fa.fa-facebook {
	color: #222222;
	background: none;
}
.social-links li a:hover span.fa.fa.fa-facebook {
	color: #fff;
}
.social-links li a span.fa.fa-twitter {
	color: #222222;
}
.social-links li a:hover span.fa.fa-twitter {
	color: #fff;
}
.post-share-options .social-links li a:hover {
	color: #ffffff;
	background-color: #0F7890;
}
.post-share-options span.fa.fa.fa-twitter:hover {
	background: none;
	border-radius: 0px;
}
/* 
---------------------------------------------
404 error
--------------------------------------------- 
*/
.wrapper1 {
	position: relative;
	background: url(../images/error.png) no-repeat center center/cover;
}
.wrapper1:before {
	background: rgba(0,0,0,0.7);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.content1 {
	top: 50%;
	left: 50%;
	text-align: center;
	color: #fff;
	transform: translate(-50%, 0%);
}
.error_con h1 {
	font-size: 50px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-top: 60px;
}
.error_con p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 45px;
	margin-bottom: 45px;
	opacity: 0.8;
}
a.back_to_home {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 30px;
	background-color: #0F7890;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	margin: 15px;
	border: 2px solid #0F7890;
	transition: all ease 0.5s 0s;
}
header, .content1 {
	position: relative;
}
.error_con {
	padding-top: 130px;
	padding-bottom: 130px;
}
.error_footer {
	background-color: #fff;
}
.error_detail p {
	text-align: center;
	color: #343a40;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
}
.error_detail p a {
	color: #343a40;
	transition: all ease 0.5s 0s;
}
.error_detail p a {
	color: #343a40;
	transition: all ease 0.5s 0s;
}
.error_detailp a:hover {
	color: #0F7890;
	transition: all ease 0.5s 0s;
}
/* 
---------------------------------------------
Coming soon
--------------------------------------------- 
*/

.come_img_bg {
	background-image: url(../images/cooming_bg.png);
	background-size: cover;
	height: 100vh;
	box-sizing: border-box;
	margin: 0;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.comeing_soon {
    z-index: 9999;
}
.coming_icon {
    z-index: 9999;
}
.come_img_bg:before{
    background: rgba(0,0,0,0.7);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
#js-clock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.box {
	margin: 0 5px;
	text-align: center;
}
.box {
	display: block;
	margin-bottom: 10px;
	border: 2px solid #fff;
	color: #0F7890;
	width: 145px;
	height: 145px;
	border-radius: 50%;
	padding-top: 30px;
	margin: 15px;
}
 @media (min-width: 768px) {
.box span {
	width: 120px;
	line-height: 50px;
	font-size: 45px;
	color: #fff;
}
}
 @media (min-width: 480px) and (max-width: 767px) {
.box span {
	width: 90px;
	line-height: 90px;
	font-size: 48px;
}
}
 @media (max-width: 479px) {
.box {
	font-size: 10px;
}
.box span {
	width: 60px;
	line-height: 60px;
	font-size: 36px;
}
}
.comeing_soon h1 {
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 25px;
}
.comeing_soon p {
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}
.content form {
	margin: auto;
	display: table;
	min-width: 400px;
}
.input-group.cooming {
	box-shadow: none;
	border-radius: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
input.form-control.cooming_soon.input-lg {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 50px !important;
}
.input-group-btn:not(:first-child)>.btn-group:first-child, .input-group-btn:not(:first-child)>.btn:first-child {
	margin-left: -45px;
}
i.fa.fa-paper-plane {
	font-size: 16px;
	color: #fff;
	padding-right: 5px;
}
.form-subscribe .btn {
	background: #0F7890;
	border: none;
	width: 46.5px;
}
.form-subscribe .btn:hover {
	background-color: #fff;
	color: #0F7890 !important;
}
.form-subscribe .btn:hover i.fa.fa-paper-plane {
	color: #0F7890 !important;
}
.cooming_soon::placeholder {
 color:#fff;
}
ul#coming_social {
	margin: 0;
	padding: 0;
}
#coming_social {
	text-align: center;
	list-style: none;
}
#coming_social li {
	display: inline;
	margin: 0px;
	padding: 3px;
}
#coming_social a {
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
	color: #fff;
	font-variant: small-caps;
}
.coming_icon i.fa.fa-facebook {
	height: 35px;
	width: 35px;
	line-height: 35px;
	border-radius: 50%;
	transition: all ease 0.5s 0s;
	color: #fff;
	opacity: 1;
	background: none;
}
.coming_icon i.fa.fa-facebook:hover {
	height: 35px;
	width: 35px;
	background: #fff;
	color: #0F7890;
	opacity: 1;
	border-radius: 50%;
	line-height: 35px;
	transition: all ease 0.5s 0s;
}
.coming_icon i.fa.fa-twitter {
	height: 35px;
	width: 35px;
	line-height: 35px;
	border-radius: 50%;
	transition: all ease 0.5s 0s;
	color: #fff;
	opacity: 1;
	background: none;
}
.coming_icon i.fa.fa-twitter:hover {
	height: 35px;
	width: 35px;
	background: #fff;
	color: #0F7890;
	opacity: 1;
	border-radius: 50%;
	line-height: 35px;
	transition: all ease 0.5s 0s;
}
.coming_icon i.fa.fa-google-plus {
	height: 35px;
	width: 35px;
	line-height: 35px;
	transition: all ease 0.5s 0s;
	border-radius: 50%;
	color: #fff;
	opacity: 1;
	background: none;
}
.coming_icon i.fa.fa-google-plus:hover {
	height: 35px;
	width: 35px;
	background: #fff;
	color: #0F7890;
	opacity: 1;
	border-radius: 50%;
	line-height: 35px;
	transition: all ease 0.5s 0s;
}
.coming_icon i.fa.fa-linkedin:hover {
	height: 35px;
	width: 35px;
	background: #fff;
	color: #0F7890;
	opacity: 1;
	border-radius: 50%;
	line-height: 35px;
	transition: all ease 0.5s 0s;
}
.coming_icon i.fa.fa-linkedin {
	height: 35px;
	width: 35px;
	line-height: 35px;
	transition: all ease 0.5s 0s;
	border-radius: 50%;
	color: #fff;
	opacity: 1;
	background: none;
}
.cooming button.btn.btn-success.btn-lg1 {
	border-radius: 50px;
}

/* 
---------------------------------------------
Contact Page
--------------------------------------------- 
*/
section.contact_page {
    margin-top: 60px;
    margin-bottom: 50px;
}
.contact_page h2 {
    font-size: 32px;
    color: #222;
}
.get_title1 {
    margin-top: 20px;
}
.get_title1 p {
    font-size: 14px;
    color: #777777;
    line-height: 26px;
    text-align: justify;
}
.address_box {
    overflow: hidden;
}
.add_box {
    margin-top: 25px;
}
i.fa.fa-map-marker {
    float: left;
    height: 60px;
    font-size: 22px;
    padding-right: 10px;
    color: #0F7890;
}
.address_box h4 {
    color: #343e43;
    font-size: 18px;
}
.get_title1 p {
    font-size: 14px;
    color: #777777;
    line-height: 26px;
    text-align: justify;
}
.call_box {
    margin-bottom: 26px;
}
i.fa.fa-envelope {
    float: left;
    height: 50px;
    font-size: 17px;
    padding-right: 10px;
    color: #0F7890;
    margin-top: 1px;
}
.call_box h4 {
    color: #343e43;
    font-size: 18px;
}
.get_title1 p {
    font-size: 14px;
    color: #777777;
    line-height: 26px;
    text-align: justify;
}
i.fa.fa-phone {
    float: left;
    height: 50px;
    font-size: 22px;
    padding-right: 10px;
    color: #0F7890;
}
i.fa.fa-fax {
    float: left;
    height: 50px;
    font-size: 17px;
    padding-right: 10px;
    color: #0F7890;
    margin-top: 1px;
}
.contact_form_detail {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    border: 1px solid #cccccc;
    background-color: #fff;
    color: #777777;
    margin-bottom: 20px;
}
.contact_form_detail:hover {
    border: 1px solid #0F7890;
    outline: none;
}
.contact_form_detail:focus {
    border: 1px solid #0F7890;
    outline: none;
}
.contact_form_detail1 {
    width: 100%;
    height: 125px;
    padding-left: 15px;
    padding-top: 15px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #777777;
    margin-top: 0px;
}
.contact_form_detail1:hover {
    border: 1px solid #0F7890;
    outline: none;
}
.contact_form_detail1:focus {
    border: 1px solid #0F7890;
    outline: none;
}
.submit_btn_box_page {
    margin-top: 25px;
}
.submit_btn {
    color: #fff;
    background: #0F7890;
    padding: 11px 18px;
    border: none;
    text-transform: uppercase;
    transition: all ease 0.5s 0s;
    border: 2px solid #0F7890;
}
.submit_btn:hover {
    background: none;
    border: 2px solid #0F7890;
    color: #0F7890;
    transition: all ease 0.5s 0s;
}
.call_box a {
    font-size: 14px;
    color: #777777;
    line-height: 25px;
}
.contact_page_from {
    margin-top: 26px;
}
.map{
   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
section.map_con {
    margin-top: 60px;
}
