/*===================== TABLE OF CONTENT =======================
1: Google Fonts
2: General Styling 
3: Header 
4: Responsive Header
5: Banner
6: Section Heading
7: Features Section 
8: Video Section 
9: Features Slider
10: Cool Features
11: Testimonial
12: Pricing Table 
13: Team 
14: Subscription
15: FAQs
16: Download App Section
17: News Section 
18: Contact Us Section
19: Footer
20: Blog Grid page
21: Pagination
22: Blog Classic page
23: Sidebar
24: Blog Detail page
25: Coming Soon page
=============================================================*/

/*==== Fonts ====*/
@import url('https://fonts.googleapis.com/css?family=Arimo|Montserrat:400,400i,500,600,700|Raleway:700');

/*==== General Styling ====*/
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #222222;
	overflow-x: hidden;
}
a,
a:hover {
	outline: none;
	text-decoration: none;
}
.container {
    max-width: 1100px;
}
h1, h2, h3, h4, h5, h6 {
	color: #222222;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
p {
	color: #777777;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 30px;
}
nav ul li > a,
.header-btn,
ul.social-media-icons li > a,
ul.social-media-icons li > a i,
.theme-btn,
.member-overlay,
.faq-no,
.news-content h4,
.news-meta li,
.footer-social-media > li,
.links-widget > li,
.latest-app-widget > li,
#top-page,
.testi-navigation li span,
.page-link,
.search-here button,
.category-widget ul li,
.popular-post-item h5,
.tags-widget ul li > a,
.blog-content h4,
.post-tags li > a,
.author-social-media li a,
.post-btn,
.responsive-menu ul li,
.submenu,
.responsive-menu ul ul > li {
	transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
}
.theme-btn {
	display: inline-block;
	padding: 18px 38px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #fff;
	border-radius: 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.theme-btn:hover {
	color: #fff;
	background-color: #222222;
}
.block {
	/* padding: 90px 0; */
	float: left;
	width: 100%;
	position: relative;
}
.no-top-pd {
	padding-top: 0 !important;
}
.no-bottom-pd {
	padding-bottom: 0 !important;
}
.block.p-120 {
	padding: 120px 0;
}
.block.p-130 {
	padding: 130px 0;
}
.block.p-140 {
	padding: 90px 0;
}
.pt-10 {
	padding-top: 10px;
}
.pt-20 {
	padding-top: 20px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-100 {
	padding-bottom: 100px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-90 {
	margin-top: 90px;
}
.mt-100 {
	margin-top: 100px;
}
.blue-bg {
	background-color: #3f7dfb;
}
.bg-img {
	background-image: url("../images/resource/bg-img.jpg");
	background-size: cover;
	background-position: center;
}
.parallax {
	position: relative;
	background-attachment: fixed !important;
	background-size: cover !important;
	background-position: center !important;
	padding: 150px 0px;
}
.parallax::before {
	content: "";
	display: block;
	opacity: 0.7;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*==== Header =====*/
#header {
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 1;
}
.logo {
    float: left;
    padding: 4px 0;
}

.logo h2{
	font-family: inherit;
	font-weight: 700;
	margin-left: -48px;
}


#primary-menu {
    float: right;
}
nav ul {
	padding: 0;
	margin: 0;
	float: left;
}
nav ul li {
	list-style: none;
	float: left;
	color: #222222;
	font-size: 16px;
	position: relative;
}
nav ul li > a {
	color: inherit;
	padding: 17px;
	display: block;
}
.submenu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.20);
    padding: 12px 15px;
}
nav ul li ul > li {
	float: none;
	display: block;
	padding: 0 5px;
	margin: 3px 0;
	border-bottom: 1px solid #dddddd;
	font-size: 15px;
}
nav ul li ul > li:last-child {
	border-bottom: none;
}
nav ul li ul > li > a {
	padding: 9px 15px;
}
nav > ul li:hover .submenu{
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.header-btn {
    padding: 13px 39px;
    border: 1px solid;
    border-radius: 8px;
    display: inline-block;
    font-size: 15px;
    margin-left: 27px;
    margin-top: 3px;
}
.header-btn:hover {
	color: #fff;
}
#header.sticky {
    position: fixed;
    background-color: #fff;
    top: 0;
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.4);
    padding: 0px 0;
}
/*==== Responsive Header ====*/
#responsive-header {
	display: none;
	float: left;
	width: 100%;
	padding: 20px 0;
}
.responsviemenu-btn {
    color: #fff;
    cursor: pointer;
    float: right;
    height: 38px;
    line-height: 38px;
    margin-right: 5px;
    margin-top: 5px;
    position: relative;
    text-align: center;
    width: 38px;
    border-radius: 3px;
}
.responsive-menu {
    background: #f9f9f9 none repeat scroll 0 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    padding: 35px 22px 10px 22px;
    position: fixed;
    visibility: hidden;
    text-align: center;
    top: -100%;
    z-index: 999;
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-ms-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275)
}
.close-btn {
    cursor: pointer;
    font-size: 15px;
    height: 30px;
    right: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 4px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
}
.responsive-menu.slidein {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.responsive-menu ul {
	padding: 0;
	margin: 0;
}
.responsive-menu ul li {
	list-style: none;
	margin: 5px 0;
}
.responsive-menu ul li a {
	color: inherit;
	padding: 5px 0;
	display: block;
}
#responsive-header .header-btn {
    padding: 10px 22px;
    margin-left: 0;
}
#responsive-header.sticky {
    position: fixed;
    background-color: #fff;
    top: 0;
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.4);
    padding: 20px 0 5px 0;
}
.responsive-menu ul ul {
    display: none;
}
/*==== Banner =====*/
.banner-bg {
	margin-top:-15px;
	background-image: linear-gradient(to right, #0749c4 , #00aef5);
	padding: 230px 0 0px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 50vh;
}
.banner-text {
    width: 94%;
}
.banner-tagline {
	font-size: 15px;
	line-height: 30px;
}
.banner-text h1 {
	font-size: 44px;
	font-weight: 500;
	line-height: 72px;
	margin-bottom: 16px;
}
.banner-text p {
	color: #666666;
	font-size: 16px;
	margin-bottom: 34px;
}
.banner-btns a {
	height: 80px;
	width: 220px;
	display: inline-block;
	border-radius: 11px;
	color: #fff;
	font-size: 18px;
	padding: 16px 40px;
	margin-right: 28px;
}
.banner-btns .small-text {
	font-size: 14px;
	display: block;
}
.banner-btns i {
	font-size: 40px;
	margin-right: 15px;
	float: left;
	line-height: 44px;
}
.banner-btns .apple-store {
	background-color: #222222;
}
.banner-btns .apple-store:hover {
	background-color:#1461ff;
}
.banner-btns .play-store:hover {
    background-color: #000;
}
/*==== Section Heading =====*/
.sec-heading {
	/* margin-bottom: 30px; */
}
.sec-heading h2 {
	font-size: 30px;
	line-height: 1.4em;
	position: relative;
	padding-bottom: 25px;
	/* margin-bottom: 0; */
	/* text-transform: capitalize; */
	font-family: -webkit-body;
	margin-top: 20px;
}
.sec-heading h2::before {
	content: "";
	display: block;
	height: 3px;
	width: 50px;
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.sec-heading.style1 {
	text-align: center;
}
.sec-heading.style2 {
	text-align: left;
}
.sec-heading.style2 h2::before {
    left: 0;
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
}
/*==== Features Section =====*/
.feature-box {
	text-align: center;
	padding: 55px 35px;
}
.feature-box:hover {
	box-shadow: 0px 0px 29px rgba(0,0,0,0.16);
}
.feature-box h4 {
	font-size: 24px;
	line-height: 35px;
	font-weight: 600;
	margin-top: 0px;
}
.feature-meta > a {
	font-family: 'Arimo', sans-serif; 
	font-size: 18px;
	line-height: 60px;
	color: #222222;
	padding: 0px 38px;
	display: inline-block;
	box-shadow: 0px 0px 29px rgba(0,0,0,0.16);
	text-transform: uppercase;
	margin-right: 28px;
}
.feature {
    width: 84%;
}
.feature-meta {
    margin-top: 52px;
}
.social-media-integration {
    float: right;
    padding-right: 60px;
}
ul.social-media-icons {
	padding: 0;
	margin: 0;
}
ul.social-media-icons li {
	list-style: none;
}
ul.social-media-icons li.facebook > a {
	color: #3b5999;
	position: absolute;
	top: 50px;
	left: -55px;
	line-height: 78px;
	height: 78px;
	width: 78px;
}
ul.social-media-icons li.twitter > a {
	color: #55acee;
	position: absolute;
	top: 30%;
	left: -30%;
}
ul.social-media-icons li.pinterest > a {
	color: #bd081c;
	position: absolute;
	bottom: 20%;
    left: -40px;
}
ul.social-media-icons li.skype > a {
	color: #00AFF0;
	position: absolute;
	bottom: 48%;
	right: 8px;
	line-height: 78px;
	height: 78px;
	width: 78px;
}
ul.social-media-icons li.drible > a {
	color: #ea4c89;
	position: absolute;
    right: 105px;
    bottom: 8%;
}
ul.social-media-icons li > a  {
	color: inherit;
	line-height: 53px;
	height: 53px;
	width: 53px;
	border-radius: 5px;
	font-size: 24px;
	text-align: center;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	background: -moz-linear-gradient(174deg, rgba(246,246,246,1) 0%, rgba(254,254,254,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(246,246,246,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(174deg, rgba(246,246,246,1) 0%, rgba(254,254,254,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(174deg, rgba(246,246,246,1) 0%, rgba(254,254,254,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(174deg, rgba(246,246,246,1) 0%, rgba(254,254,254,1) 100%); /* ie10+ */
    background: linear-gradient(276deg, rgba(246,246,246,1) 0%, rgba(254,254,254,1) 100%); /* w3c */ 
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    border: 1px solid #fff;
}
ul.social-media-icons li > a i {
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.social-media-integration {
	position: relative;
}
ul.social-media-icons li:hover > a {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}
ul.social-media-icons li:hover > a i{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}
.sec-feature-content {
	margin-top: 110px;
}
.sec-feature-img img {
    display: block;
    max-width: 100%;
}


/* banner text */
.bnr_text{
    position: absolute;
    z-index: 1;
    top: 150px;
    padding: 0 100px;
}
.bnr_text h2{
	font-family: fantasy;
    color: mintcream;
    font-style: normal;
}
.bnr_text p{
	color: cornsilk;
    font-size: 20px;
    font-family: inherit;
}
/*==== Video Section =====*/
.video-sec {
	text-align: center;
	position: relative;
}
.video-icon {
	height: 98px;
	width: 98px;
	border-radius: 50%;
	line-height: 120px;
	background-color: #fff;
	text-align: center;
	display: block;
	margin: 0 auto;
	color: #3d7bf9;
}
.video-icon:hover {
	color: #3d7bf9;
}
.video-icon i {
    font-size: 40px;
}
.video-sec-content > span {
	font-size: 48px;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #fff;
	margin-top: 50px;
	display: block;
}
.video-img {
    position: relative;
}
.video-img > span {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
}
.video-img > img {
    display: block;
    width: 100%;
}
.video-sec-img {
    position: absolute;
    top: 134%;
    left: 0;
}
/*==== Features Slider =====*/
.feature-slider {
	padding: 0 0 0 7%;
}
.feature-slider li {
	float: left;
	width: 28%;
}
.feature-slider img {
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.22);
}
.feature-slider .col-lg-3{
	padding: 0 10px;
}
.slick-list {
	padding: 10px 0;
}
.slider-navigation {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 30%;
	left: 3%;
}
.slider-section {
	position: relative;
}
.slider-navigation li {
	list-style: none;
	cursor: pointer;
}
.feature-slider .slick-track {
	margin-top: 20px;
	margin-bottom: 20px;
}
.prev-arrow.slick-arrow {
    margin-bottom: 45px;
}
/*==== Cool Features =====*/
.feature-item {
	text-align: center;
	box-shadow: 0px 0px 29px rgba(0,0,0,0.13);
	padding: 60px 20px 22px 20px;
}
.feature-item h4 {
	font-size: 20px;
	line-height: 72px;
}
.feature-item > img {
	margin-bottom: 22px;
	margin-right: auto;
	margin-left: auto;
	width: 100px;
}
.cool-feaures {
	position: relative;
	padding-bottom: 50px;
}
.cool-feaures::before {
	content: "";
	background-color: #222222;
	height: 5px;
	width: 50px;
	display: block;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.cool-feaures > div {
	position: relative;
}
.cool-feaures > div::before {
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	bottom: -57px;
	left: 46%;
}
.cool-feaures > div::after {
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	bottom: -57px;
	right: 46%;
}
.cool-features-slider .slick-track {
    margin-top: 20px;
    margin-bottom: 20px;
}
.cool-features-slider .slick-list {
    padding: 10px 15px 10px 15px !important;
}
/*==== Testimonial =====*/
.testi-item {
    float: left;
    width: 47%;
    margin: 0 15px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
    background-color: #fff;
    position: relative;
    padding: 85px 35px 35px 45px;
    margin-top: 42px;
}
.testimonial-slider {
    margin: 0 -15px;
    float: left;
	width: 100%;
}
.testi-item img {
    border-radius: 50%;
    border: 2px solid;
}
.testi-item > span {
    position: absolute;
    top: -52px;
    left: 35px;
}
.testi-item p {
	color: #888888;
	line-height: 36px;
	margin-bottom: 6px;
}
.testi-person h5 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 5px;
}
.testi-person span {
	font-size: 14px;
}
.testi-person {
    float: right;
}
.client-reviews {
	position: relative;
}
.testi-navigation {
	padding: 0;
	margin: 0;
	position: absolute;
	top: -92px;
	right: 29px;
}
.testi-navigation li {
	list-style: none;
	cursor: pointer;
	float: left;
	margin-left: 10px;
}
.testi-navigation li span {
	height: 40px;
	width: 40px;
	border: 1px solid #222222;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #222222;
	display: inline-block;
}

/*==== Pricing Table =====*/
.price-table {
	text-align: center;
	box-shadow: 0px 0px 32px rgba(0,0,0,0.14);
	position: relative;
}
.table-name {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
    padding: 30px 0;
}
.price-value {
	background-color: #ebebeb;
	text-align: center;
	padding: 17px 0;
}
.price-box {
    display: inline-block;
}
.price-value h1 {
	font-size: 72px;
	font-weight: 600;
	float: left;
}
.price-value h1 > span {
    font-size: 39px;
    position: relative;
    top: -25px;
    font-weight: 700;
    margin-bottom: 0;
}
.price-value .lower-text {
    font-weight: 700;
    font-size: 16px;
    margin-top: 50px;
    display: inline-block;
    margin-left: -61px;
}
.price-value .upper-text {
    font-weight: 700;
    font-size: 24px;
    float: left;
    margin-top: 5px;
	margin-right: 5px;
}
.table-list {
	padding: 0;
	margin: 0;
}
.table-list li {
	list-style: none;
	color: #777777;
	font-size: 15px;
	border-bottom: 1px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
    padding: 20px 0;
}
.table-list li:last-child {
	border-bottom: none;
}
.table-list {
	background-image: url("../images/resource/table-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 25px 50px 55px 50px;
}
.price-table a.theme-btn {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
/*==== Team =====*/
.member-name {
  font-size: 20px;
  line-height: 30px;
  color: inherit;
  margin-bottom: 3px;
}
.member-designation {
  font-size: 14px;
  line-height: 30px;
}
.team-item {
  color: #fff;
  text-align: center;
}
.member-overlay {
    position: absolute;
    height: 0;
    width: 92%;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    border-radius: 10px;
    background-color: rgba(0, 92, 255, 0.7);
}
.member-img {
	position: relative;
}
.member-img > img {
    display: block;
    width: 100%;
    border-radius: 10px;
}
.member-info {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    opacity: 0;
    width: 100%;
}
.team-item:hover .member-overlay {
    height: 92%;
}
.team-item:hover .member-info {
	opacity: 1;
    bottom: 30px;
    transition: all 0.8s ease-in;
	-moz-transition: all 0.8s ease-in;
	-webkit-transition: all 0.8s ease-in;
}
/*==== Subscription =====*/
.sub-text {
    padding-right: 44px;
}
.sub-text p {
	font-size: 18px;
	margin-bottom: 0;
}
#subscription-form input {
	height: 56px;
	border: 2px solid #dddddd;
	border-radius: 10px;
	font-size: 16px;
	color: #bbbbbb;
	font-family: 'Montserrat', sans-serif;
	padding: 15px 30px;
	margin-bottom: 20px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bbbbbb !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bbbbbb !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #bbbbbb !important;
}
#subscription-form .theme-btn {
	border: none;
	margin-top: 10px;
}
.sub-form {
    margin-top: 20px;
}
/*==== FAQs =====*/
.faq-item {
	margin-bottom: 40px;
}
.faq-no {
  border-radius: 50%;
  height: 64px;
  width: 64px;
  display: inline-block;
  float: left;
  box-shadow: -2px 4px 2px 0px #777777;
  line-height: 64px;
  text-align: center;
  font-size: 20px;
}
.faq-content > h4 {
  font-size: 19px;
  margin-bottom: 15px;
}
.faq-content {
  padding-left: 90px;
}
/*==== Download App Section =====*/
.blue-bg .sec-heading h2 {
	color: #fff;
}
.blue-bg .sec-heading h2::before {
	background-color: #fff;
}
.download-app-sec p {
	color: #fff;
	width: 40%;
	margin: 0 auto;
}
.download-app-sec {
    text-align: center;
}
.download-app-sec .banner-btns .play-store {
	background-color: #fff;
}
.download-app-sec .banner-btns .apple-store {
	color: #fff;
}
.download-app-sec .banner-btns {
    margin-top: 55px;
}
/*==== News Section =====*/

.news-item {
	float: left;
	width: 100%;
}

.news-item:hover{
	box-shadow: 0 8px 8px 0 rgba(2, 53, 192, 0.623);

	text-align: center;
    margin-right: 5px;
	margin-left: 5px;
}

.news-img  img {
    width: 100%;
    display: block;
	height: 18vh;
}
.news-content h4 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}
.news-content h4 > a {
	color: inherit;
}
.news-meta {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}
.news-meta li {
	list-style: none;
	float: left;
	color: #777777;
	font-size: 15px;
	margin-right: 20px;
}
.news-meta li > a {
	color: inherit;
}
.news-meta li i {
	margin-right: 10px;
}
/*==== Contact Us Section =====*/
#contact-us .form-control {
	height: 50px;
	border: 1px solid #b9b9b9;
	font-size: 14px; 
	color: #999999;
	padding: 15px 20px;
	margin-bottom: 20px;
	border-radius: 3px;
}
#contact-us textarea.form-control {
	height: 250px;
}
#contact-us .row > div {
	position: relative;
}
#contact-us i {
	position: absolute;
    right: 42px;
    font-size: 16px;
    color: #dddddd;
    top: 18px;
}
#contact-us input.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999 !important;
    opacity: 1; /* Firefox */
}

#contact-us input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999 !important;
}

#contact-us input.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #999999 !important;
}
#contact-us .theme-btn {
	border: none;
	margin: 10px auto 0 auto;
	display: block;
}
/*==== Footer =====*/
footer {
  float: left;
  width: 100%;
}
.upper-footer {
    padding-top: 90px;
    padding-bottom: 20px;
    border-bottom: 2px solid #bebebe;
}
.about-widget p {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 35px;
}
.footer-social-media li.social-heading {
  font-size: 18px;
  margin-bottom: 15px;
  float: none;
}
.footer-social-media > li {
  list-style: none;
  float: left;
  margin-right: 20px;
  font-size: 18px;
  color: #222222;
}
.footer-social-media > li a {
  color: inherit;
}
.footer-social-media {
  margin: 0;
  padding: 0;
}
.widget-title {
	font-size: 18px;
	line-height: 38px;
	margin-bottom: 20px;
}
.links-widget {
	margin: 0;
	padding: 0;
}
.links-widget > li {
	font-size: 16px;
	line-height: 36px;
	color: #777777;
	list-style: none;
	margin-bottom: 2px;
}
.links-widget > li a {
	color: inherit;
}
.latest-app-widget {
	margin: 0;
	padding: 0;
}
.latest-app-widget > li {
	list-style: none;
	color: #777777;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 2px;
}
.latest-app-widget > li a {
	color: inherit;
	padding-left: 22px;
}
.contact-widget {
	margin: 0;
	padding: 0;	
}
.contact-widget > li {
	list-style: none;
	color: #777777;
	font-size: 16px;
	line-height: 36px;
}
.contact-widget > li span {
	color: inherit;
	padding-left: 15px;
	width: 90%;
	display: inline-block;
}
.contact-widget li i {
    float: left;
    width: 5%;
    line-height: 34px;
}
.copy-right p {
	font-size: 16px;
	line-height: 27px;
	font-weight: 500;
	color: #222222;
	text-align: center;
	margin-bottom: 0;
}
.copy-right p a {
	color: inherit;
}
.lower-footer {
	padding:30px 0;
}
#top-page {
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	text-align: center;
	position: fixed;
	bottom: 63px;
	right: 127px;
	display: none;
}
#top-page:hover {
	background-color: #222222;
}
/*==== Blog Grid page =====*/
.page-banner {
	position: relative;
}
.page-banner::before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 0;
	left: 0;
}
.bread-crumb {
	text-align: center;
	padding: 220px 0 150px 0;
}
.page-title {
	text-transform: uppercase;
	font-size: 36px;
	line-height: 30px;
	color: #222222;
	margin-bottom: 17px;
	position: relative;
}
.bread-crumb ul {
	padding: 0;
	margin: 0;
}
.bread-crumb ul li {
	list-style: none;
	font-size: 16px;
	color: #222222;
	display: inline-block;
	position: relative;
	padding: 0 10px;
}
.bread-crumb ul li > a {
	color: inherit;
}
.bread-crumb ul li span {
	text-transform: uppercase;
}
.bread-crumb ul li::before {
	content: "";
	height: 2px;
	width: 5px;
	display: block;
	background-color: #222222;
	position: absolute;
	top: 50%;
	right: -3px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.bread-crumb ul li:last-child::before {
	display: none;
}
/*==== Pagination =====*/
.pagination {
	display: block;
	text-align: center;
	margin-bottom: 0;
}
.pagination li {
	font-size: 14px;
	color: #666666;
	margin-right: 10px;
	display: inline-block;
}
.pagination li > a {
	color: inherit;
	border: 1px solid #cccccc;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 0;
	padding: 0;
	text-align: center;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
	width: 100px;
	border-radius: 0;
}
.page-item:first-child .page-link i {
	margin-right: 8px;
}
.page-item:last-child .page-link i {
	margin-left: 8px;
}
.page-link:hover {
	color: #fff;
}
/*==== Blog Classic page =====*/
.news-content p {
    margin-top: 25px;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.news-list .news-item {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.news-list .news-content h4 {
	font-size: 24px;
	line-height: 48px;
	margin-bottom: 15px;
	margin-top: 24px;
}
/*==== Sidebar =====*/
.sidebar {
    padding-left: 20px;
}
.search-here input {
	height: 60px;
	border: 1px solid #dddddd;
	padding: 12px 20px;
	font-size: 14px;
	color: #888888;
	width: 100%;
}
.search-here button {
    background-color: transparent;
    border: none;
    color: #888888;
    position: absolute;
	right: 22px;
	top: 19px
}
.search-here form {
	position: relative;
}
.search-here input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888888 !important;
    opacity: 1; /* Firefox */
}

.search-here input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #888888 !important;
}

.search-here input::-ms-input-placeholder { /* Microsoft Edge */
    color: #888888 !important;
}
.search-here input::-webkit-input-placeholder {
	color: #888888 !important;
}
.sidebar-widget-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 40px;
}
.widget {
	margin-bottom: 70px;
	float: left;
	width: 100%;
}
.category-widget ul{
	padding: 0;
	margin: 0;
}
.category-widget ul li {
	list-style: none;
	font-size: 16px;
	padding: 18px 0;
	color: #888888;
	border-bottom: 1px solid #dddddd;
	width: 100%;
	float: left;
}
.category-widget ul li:last-child {
	border-bottom: none;
}
.category-widget ul li > a {
	color: inherit;
	float: left;
}
.category-widget ul li span {
	float: right;
}
.popular-post-item h5 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0;
}
.popular-post-item h5 a{
	color: inherit;
}
.popular-post-item span {
	font-size: 14px;
	line-height: 28px;
	color: #888888;
	display: block;
}
.popular-img {
    float: left;
}
.popular-text {
    padding-left: 100px;
}
.popular-post-item {
    float: left;
    width: 100%;
    padding-bottom: 35px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 35px;
}
.popular-post-item:last-child {
	border-bottom: none;
}
.widget > span {
	font-size: 16px;
	float: right;
	color: #888888;
	margin-top: -65px;
}
.insta-images {
	padding: 0;
	margin: 0;
}
.insta-images li {
	list-style: none;
	float: left;
	margin-right: 10px;
	width: 30%;
	margin-bottom: 10px;
}
.insta-images img {
    width: 100%;
    display: block;
}
.tags-widget ul {
	margin: 0;
	padding: 0;
}
.tags-widget ul li {
	list-style: none;
	float: left;
	color: #888888;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.tags-widget ul li a {
	border: 1px solid #dddddd;
	display: inline-block;
	color: inherit;
	padding: 10px 20px;
	background-color: #fff;
}
.tags-widget ul li:hover a {
	color: #fff;
}



.ind_1{
	margin: 9px 0px -43px 0px;

}
.ind_1 h2{
	font-size: 25px;
    font-weight: 800;
}

/* bannertext */

.bannertext{
	text-align: center;
	margin-top: -100px;
}
.bannertext h1{
	font-size: 25px;
    font-weight: 800;
    font-family: fangsong;
    color: ghostwhite;
}
.bannertext h2{
	font-size: 36px;
	font-weight: 600;
	color: lightcyan;
	font-family: inherit;
}
.bannertext p{
	font-weight: 500;
    color: lightcyan;
    font-style: revert;
}


/*==== Blog Detail page =====*/
.blog-content > h4 a{
	color: inherit;
}
.blog-content > h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 48px;
}
.blog-content .news-meta {
	margin-bottom: 20px;
}
blockquote {
	margin: 0;
	float: left;
	width: 100%;
	position: relative;
	padding: 55px 36px;
	margin-top: 35px;
	margin-bottom: 45px;
	background-position: center !important;
	background-size: cover !important;
}
blockquote::before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
blockquote p {
	font-size: 17px;
	color: #fff;
	font-style: italic;
	line-height: 36px;
	position: relative;
	margin-bottom: 0;
	padding-left: 30px;
}
blockquote p::before {
	content: "";
	display: block;
	width: 3px;
	height: 74px;
	position: absolute;
	top: 0;
	left: 0;
}
.post-tags {
	margin: 25px 0 60px 0;
	padding: 0;
	float: left;
	width: 100%;
	background-color: #f5f5f5;
	padding: 22px 45px;
}
.post-tags li {
	list-style: none;
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	display: inline-block;
}
.post-tags span {
	font-size: 16px;
	margin-right: 42px;
	margin-bottom: 0;
	line-height: 40px;
	color: #222;
	font-weight: 500;
}
.post-tags li > a {
	background-color: #222222;
	padding: 10px 18px;
	color: inherit;
	display: inline-block;
}
.about-author {
  float: left;
  width: 100%;
  background-color: #f5f5f5;
  padding: 35px 65px;
  margin-bottom: 80px;
}
.author-social-media {
  margin: 0;
  padding: 0;
}
.author-social-media li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.author-social-media li a {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 1px solid;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  background-color: transparent;
}
.author-social-media li a:hover {
	color: #fff;
}
.author-social-media h4 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 36px;
  display: inline-block;
}
.author-content {
  float: left;
  width: 75%;
  text-align: right;
  padding-right: 35px;
  padding-top: 16px;
}
.author-img {
  float: left;
  width: 25%;
}
.author-content > p {
  margin-top: 15px;
  margin-bottom: 0;
}
.comments-thread {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.comments-thread > h3 {
	font-size: 30px;
	line-height: 29px;
	margin-bottom: 55px;
}
.comments-thread > ul {
	margin: 0;
	padding: 0;
}
.comments-thread > ul > li > ul {
    padding: 0 0 0 70px;
    margin: 0;
}
.comments-thread > ul > li > ul .comment-content {
	padding: 30px 18px 30px 55px;
}
.comments-thread ul li {
	list-style: none;
}
.comment > img {
	float: left;
	margin-top: 30px;
}
.comment {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.comment-content {
	padding: 30px 40px 30px 55px;
	margin-left: 100px;
	background-color: #f7f7f7;
}
.comment-content > h4  {
	font-size: 16px;
	float: left;
	margin-bottom: 0;
	line-height: 28px;
}
.comment-content > span {
	font-size: 12px;
	color: #888888;
	line-height: 30px;
	margin-left: 15px;
}
.comment-content p {
	font-size: 14px;
	color: #888888;
	line-height: 24px;
	margin-top: 9px;
	margin-bottom: 10px;
}
.comment-content > a {
	font-size: 14px;
	font-weight: 500;
}
.leave-comment > h3 {
	font-size: 30px;
	margin-bottom: 50px;
}
#comment-form .form-control {
	height: 50px;
	border-radius: 0;
	border: 2px solid #dddddd;
	margin-bottom: 30px;
	padding: 12px 25px;
	font-size: 14px;
	color: #aaaaaa;
}
#comment-form textarea.form-control {
	height: 190px;
}
#comment-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dddddd !important;
    opacity: 1; /* Firefox */
}

#comment-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dddddd !important;
}

#comment-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #dddddd !important;
}
.post-btn {
	background-color: #222222;
	font-size: 15px;
	color: #fff;
	text-transform: capitalize;
	padding: 13px 28px;
	display: inline-block;
	margin-top: 10px;
}
.post-btn:hover {
	color: #fff;
}
/*==== Coming Soon page =====*/
.coming-soon-page {
	background-size: cover !important;
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
	padding: 15% 10%;
}
.banner-name h3 {
	font-size: 60px;
	line-height: 72px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}
.banner-name {
	display: inline-block;
	padding-left: 95px;
	vertical-align: middle;
}
.coming-soon-logo {
	display: inline-block;
	padding: 58px 115px 58px 0;
	position: relative;
	vertical-align: middle;
}
.coming-soon-logo::before {
	height: 200px;
	width: 3px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.upper-text {
	text-align: center;
}
#timer > div {
    display: inline-block;
    font-size: 100px;
    color: #fff;
    font-weight: 700;
    padding: 0 60px;
    line-height: 70px;
}
#timer > div > span {
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
}
#timer {
    text-align: center;
    float: left;
	width: 100%;
	margin-top: 100px;
}
.coming-soon-page .lower-text {
	float: left;
	width: 100%;
	text-align: center;
}
.coming-soon-page .lower-text p {
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	padding: 0 55px;
    margin-top: 60px;
    margin-bottom: 70px;
}
#comming-sub-form input {
	height: 80px;
	font-size: 18px;
	color: #777777;
	padding: 12px 45px;
	border-radius: 60px;
}
#comming-sub-form {
	position: relative;
}
#comming-sub-form button {
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px 65px;
	cursor: pointer;
	padding: 25px 65px;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	height: 80px;
}
#comming-sub-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777777 !important;
    opacity: 1; /* Firefox */
}

#comming-sub-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #777777 !important;
}

#comming-sub-form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #777777 !important;
}

.mb-50{
	margin-bottom:50px;
}

.form-control.error,
.form-control.error,
.form-control.error{
	border-color:#ff0000 !important;	
}

.form-control.error label{
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}
.contact-upper{
	list-style: none;
	font-size: xx-large;
	font-family: 'Font Awesome 5 Free';
	padding: 110px 50px;
	color: blue;
}

/* Float four columns side by side */
.column {
	float: left;
	width: 160px;
	padding: 0px 10px;
	}
  
  /* Remove extra left and right margins, due to padding */
  .row {margin: 0 -10px;}
  
  /* Clear floats after the columns */
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  
  /* Responsive columns */
  @media screen and (max-width: 600px) {
	.column {
	  width: 100%;
	  display: block;
	  margin-bottom: 20px;
	}

	
  }
  
  /* Style the counter cards */
  .card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 16px;
	text-align: center;
	background-color: #f1f1f1;
	margin-left: 13px;
	}

 .card h3{
	padding-top: 13px;
	height: 30px;
	font-size: 14px;
	font-weight: 700;
	font-family: auto;
	}


.card img{
	margin: -16px -16px 0 -16px;
	height: 95px;
}

/* Full-width input fields */
input[type=text], input[type=password] {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
  }
  
  /* Set a style for all buttons */
  button {
	background-color: #2669e3;
	color: white;
	padding: 7px 15px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
	}
  
  button:hover {
	opacity: 0.8;
  }
  
  /* Extra styles for the cancel button */
  .cancelbtn {
	width: auto;
	padding: 10px 18px;
	background-color: #f44336;
  }
  
  /* Center the image and position the close button */
  .imgcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
	position: relative;
  }
  
  img.avatar {
	width: 40%;
	border-radius: 50%;
  }
  
  .container {
	/* padding: 16px; */
	}
  
  span.psw {
	float: right;
	padding-top: 16px;
  }
  
  /* The Modal (background) */
  .modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	padding-top: 60px;
  }
  
  /* Modal Content/Box */
  .modal-content {
	background-color: #fefefe;
	margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	width: 40%; /* Could be more or less, depending on screen size */
	}
  
  /* The Close Button (x) */
  .close {
	position: absolute;
	right: 25px;
	top: 0;
	color: #000;
	font-size: 35px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: red;
	cursor: pointer;
  }


  /* hover */
  .card:hover{
    box-shadow: 0 4px 8px 0 rgba(2, 53, 192, 0.623);
	padding: 13px 13px 13px 13px;
	text-align: center;
	background-color: #f1f1f1;
	margin-left: 13px;

  }
  
  /* Add Zoom Animation */
  .animate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s
  }
  
  @-webkit-keyframes animatezoom {
	from {-webkit-transform: scale(0)} 
	to {-webkit-transform: scale(1)}
  }
	
  @keyframes animatezoom {
	from {transform: scale(0)} 
	to {transform: scale(1)}
  }
  
  /* Change styles for span and cancel button on extra small screens */
  @media screen and (max-width: 300px) {
	span.psw {
	   display: block;
	   float: none;
	}
	.cancelbtn {
	   width: 100%;
	}

	.logo h2{
		font-family: inherit;
		font-weight: 700;

	}
  }