<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*===================== 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%7CMontserrat:400,400i,500,600,700%7CRaleway:700');
::-webkit-scrollbar {
    display: none;
}
/*==== 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: 1170px;
}
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 &gt; a,
.header-btn,
ul.social-media-icons li &gt; a,
ul.social-media-icons li &gt; a i,
.theme-btn,
.member-overlay,
.faq-no,
.news-content h4,
.news-meta li,
.footer-social-media &gt; li,
.links-widget &gt; li,
.latest-app-widget &gt; li,
#top-page,
.testi-navigation li span,
.page-link,
.search-here button,
.category-widget ul li,
.popular-post-item h5,
.tags-widget ul li &gt; a,
.blog-content h4,
.post-tags li &gt; a,
.author-social-media li a,
.post-btn,
.responsive-menu ul li,
.submenu,
.responsive-menu ul ul &gt; li {
	transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
}
#responsive-header {
	background-color: #340C54 !important;
	text-align: center;
}
.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 {
	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;
}
.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;
	background: #340C54;
	top: 0;
	z-index: 1;
}
.logo {
    padding: 10px 0;
    text-align: center;
}
#primary-menu {
    float: right;
}
nav ul {
	padding: 0;
	margin: 0;
}
nav ul li {
	list-style: none;
	color: #222222;
	font-size: 16px;
	position: relative;
}
nav ul li &gt; 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 &gt; li {
	float: none;
	display: block;
	padding: 0 5px;
	margin: 3px 0;
	border-bottom: 1px solid #dddddd;
	font-size: 15px;
}
nav ul li ul &gt; li:last-child {
	border-bottom: none;
}
nav ul li ul &gt; li &gt; a {
	padding: 9px 15px;
}
nav &gt; 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: #340C54;
    top: 0;
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.4);
    padding: 10px 0;
}
/*==== Responsive Header ====*/
#responsive-header {
	display: none;
	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: #340C54;
    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 {
	background-image: url("../images/banner-bg.jpg");
	padding: 150px 0 0px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.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: 120px;
	width: 130px;
	display: inline-block;
	border-radius: 11px;
	color: #fff;
	font-size: 18px;
	padding: 16px 40px;
	margin-right: 28px;
	text-align: center;
}
.banner-btns .small-text {
	font-size: 14px;
	display: block;
}
.banner-btns i {
	font-size: 40px;
	line-height: 44px;
}
.banner-btns .apple-store {
	background-color: #222222;
}
.banner-btns .apple-store:hover {
	background-color: #340c54;
}
.banner-btns .play-store:hover {
    background-color: #000;
}
/*==== Section Heading =====*/
.sec-heading {
	margin-bottom: 30px;
}
.sec-heading h2 {
	font-size: 36px;
	line-height: 1.4em;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.sec-heading h2::before {
	content: "";
	display: block;
	height: 3px;
	width: 50px;
	position: absolute;
	bottom: 0;
	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: 0;
	border: 1px solid #dedede;
	margin-bottom: 5px;
}
.feature-box p {
	margin-bottom: 0px !important;
    min-height: 90px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-box:hover {
	box-shadow: 0px 0px 29px rgba(0,0,0,0.16);
}
.feature-box h4 {
	font-size: 24px;
	line-height: 72px;
	font-weight: 600;
	margin-bottom: 0px;
}
.feature-meta &gt; 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: 140px;
}
ul.social-media-icons {
	padding: 0;
	margin: 0;
}
ul.social-media-icons li {
	list-style: none;
}
ul.social-media-icons li.facebook &gt; a {
	color: #3b5999;
	position: absolute;
	top: 50px;
	left: -55px;
	line-height: 78px;
	height: 78px;
	width: 78px;
}
ul.social-media-icons li.twitter &gt; a {
	color: #55acee;
	position: absolute;
	top: 30%;
	left: -30%;
}
ul.social-media-icons li.pinterest &gt; a {
	color: #bd081c;
	position: absolute;
	bottom: 20%;
    left: -40px;
}
ul.social-media-icons li.skype &gt; a {
	color: #00AFF0;
	position: absolute;
	bottom: 48%;
	right: 8px;
	line-height: 78px;
	height: 78px;
	width: 78px;
}
ul.social-media-icons li.drible &gt; a {
	color: #ea4c89;
	position: absolute;
    right: 105px;
    bottom: 8%;
}
ul.social-media-icons li &gt; 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 &gt; a i {
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.social-media-integration {
	position: relative;
}
ul.social-media-icons li:hover &gt; a {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}
ul.social-media-icons li:hover &gt; 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%;
}
/*==== 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: #340c54;
}
.video-icon:hover {
	color: #3d7bf9;
}
.video-icon i {
    font-size: 40px;
}
.video-sec-content &gt; span {
	font-size: 48px;
	line-height: 60px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #fff;
	margin-top: 50px;
	display: block;
}
.video-img {
    position: relative;
}
.video-img &gt; span {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
}
.video-img &gt; 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 {
	
	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 &gt; img {
	margin-bottom: 22px;
	margin-right: auto;
	margin-left: auto;
}
.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 &gt; div {
	position: relative;
}
.cool-feaures &gt; div::before {
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	bottom: -57px;
	left: 46%;
}
.cool-feaures &gt; 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 {
    
    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;
    
	width: 100%;
}
.testi-item img {
    border-radius: 50%;
    border: 2px solid;
}
.testi-item &gt; 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;
	
	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;
	
}
.price-value h1 &gt; 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;
    
    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/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 &gt; 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;
  
  box-shadow: -2px 4px 2px 0px #777777;
  line-height: 64px;
  text-align: center;
  font-size: 20px;
}
.faq-content &gt; 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 {
	
	width: 100%;
}
.news-img &gt; img {
    width: 100%;
    display: block;
}
.news-content h4 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.news-content h4 &gt; a {
	color: inherit;
}
.news-meta {
	padding: 0;
	margin: 0;
	
	width: 100%;
}
.news-meta li {
	list-style: none;
	
	color: #777777;
	font-size: 15px;
	margin-right: 20px;
}
.news-meta li &gt; 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 &gt; 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 {
	background-color: #340C54;
	
	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 &gt; li {
  list-style: none;
  
  margin-right: 20px;
  font-size: 18px;
  color: #222222;
}
.footer-social-media &gt; 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 &gt; li {
	font-size: 16px;
	line-height: 36px;
	color: #777777;
	list-style: none;
	margin-bottom: 2px;
}
.links-widget &gt; li a {
	color: inherit;
}
.latest-app-widget {
	margin: 0;
	padding: 0;
}
.latest-app-widget &gt; li {
	list-style: none;
	color: #777777;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 2px;
}
.latest-app-widget &gt; li a {
	color: inherit;
	padding-left: 22px;
}
.contact-widget {
	margin: 0;
	padding: 0;	
}
.contact-widget &gt; li {
	list-style: none;
	color: #777777;
	font-size: 16px;
	line-height: 36px;
}
.contact-widget &gt; li span {
	color: inherit;
	padding-left: 15px;
	width: 90%;
	display: inline-block;
}
.contact-widget li i {
    
    width: 5%;
    line-height: 34px;
}
.copy-right p {
	font-size: 16px;
	line-height: 27px;
	font-weight: 500;
	color: #ffffff;
	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 &gt; 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 &gt; 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;
    
    width: 100%;
    margin-bottom: 0;
}
.news-list .news-item {
	margin-bottom: 30px;
	
	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;
	
	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%;
	
}
.category-widget ul li:last-child {
	border-bottom: none;
}
.category-widget ul li &gt; a {
	color: inherit;
	
}
.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 {
    
}
.popular-text {
    padding-left: 100px;
}
.popular-post-item {
    
    width: 100%;
    padding-bottom: 35px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 35px;
}
.popular-post-item:last-child {
	border-bottom: none;
}
.widget &gt; span {
	font-size: 16px;
	float: right;
	color: #888888;
	margin-top: -65px;
}
.insta-images {
	padding: 0;
	margin: 0;
}
.insta-images li {
	list-style: none;
	
	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;
	
	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;
}
/*==== Blog Detail page =====*/
.blog-content &gt; h4 a{
	color: inherit;
}
.blog-content &gt; h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 48px;
}
.blog-content .news-meta {
	margin-bottom: 20px;
}
blockquote {
	margin: 0;
	
	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;
	
	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 &gt; a {
	background-color: #222222;
	padding: 10px 18px;
	color: inherit;
	display: inline-block;
}
.about-author {
  
  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 {
  
  width: 75%;
  text-align: right;
  padding-right: 35px;
  padding-top: 16px;
}
.author-img {
  
  width: 25%;
}
.author-content &gt; p {
  margin-top: 15px;
  margin-bottom: 0;
}
.comments-thread {
	
	width: 100%;
	margin-bottom: 20px;
}
.comments-thread &gt; h3 {
	font-size: 30px;
	line-height: 29px;
	margin-bottom: 55px;
}
.comments-thread &gt; ul {
	margin: 0;
	padding: 0;
}
.comments-thread &gt; ul &gt; li &gt; ul {
    padding: 0 0 0 70px;
    margin: 0;
}
.comments-thread &gt; ul &gt; li &gt; ul .comment-content {
	padding: 30px 18px 30px 55px;
}
.comments-thread ul li {
	list-style: none;
}
.comment &gt; img {
	
	margin-top: 30px;
}
.comment {
    
    width: 100%;
    margin-bottom: 60px;
}
.comment-content {
	padding: 30px 40px 30px 55px;
	margin-left: 100px;
	background-color: #f7f7f7;
}
.comment-content &gt; h4  {
	font-size: 16px;
	
	margin-bottom: 0;
	line-height: 28px;
}
.comment-content &gt; 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 &gt; a {
	font-size: 14px;
	font-weight: 500;
}
.leave-comment &gt; 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 &gt; div {
    display: inline-block;
    font-size: 100px;
    color: #fff;
    font-weight: 700;
    padding: 0 60px;
    line-height: 70px;
}
#timer &gt; div &gt; span {
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
}
#timer {
    text-align: center;
    
	width: 100%;
	margin-top: 100px;
}
.coming-soon-page .lower-text {
	
	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;	
}</pre></body></html>