<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ************************************************************
:: Template name: Blue - Ultimate Product Landing Page
:: Template URI: http://designing-world.com
:: Description: Blue - Ultimate Product Landing Page
:: Template author name: MD NAZRUL ISLAM
:: Template author url: http://designing-world.com
:: Version: 1.0.0
************************************************************
*
*
****************** :: Index of CSS :: ******************

:: 1.0 Fonts
:: 2.0 Common CSS
:: 3.0 Preloader Css
:: 4.0 Header area css
:: 5.0 slider area css
:: 6.0 About Product Area CSS
:: 7.0 More Features Area
:: 8.0 speciality area css
:: 9.0 Price Plan Area CSS
:: 10.0 our advisor area css
:: 11.0 testimonial area css
:: 12.0 Key Features Area CSS
:: 13.0 our product area css
:: 14.0 Newsletter Area CSS
:: 15.0 FAQ area CSS
:: 16.0 Download App Area CSS
:: 17.0 blog area css
:: 18.0 footer area css
:: 19.0 bredcumb area css
:: 20.0 blog area css
:: 21.0 gallery area css
:: 22.0 contact us area css
:: 23.0 Sidebar Area CSS
:: 24.0 RTL Version CSS

****************************** */

/* *************************
:: 2.0 Common CSS
************************* */

* {
    margin: 0;
    padding: 0;
}

.autok {
	margin-top: 40px;
}

.page-template-one-page-template  .floatleft {
    float: left
}

.page-template-one-page-template  .floatright {
    float: right
}

.page-template-one-page-template  .alignleft {
    float: left;
/*     margin-right: 15px; */
}

.page-template-one-page-template  .alignright {
    float: right;
    margin-left: 15px;
}

.page-template-one-page-template  .aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

.btn {
    font-weight: 500;
	-webkit-box-shadow: 10px 9px 11px -4px rgba(97,96,97,0.4);
	-moz-box-shadow: 10px 9px 11px -4px rgba(97,96,97,0.4);
	box-shadow: 10px 9px 11px -4px rgba(97,96,97,0.4);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
}

p {
    color: #888;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

body {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
}

body.boxed_version {
    width: 1170px;
    margin: 0 auto;
    background-image: url(images/bg-pattern/symphony.png);
    background-repeat: repeat;
    background-attachment: fixed;
}

 .page-template-one-page-template  a,
 .page-template-one-page-template  a:hover,
 .page-template-one-page-template  a:focus {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    text-decoration: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.page-template-one-page-template ol li,
.page-template-one-page-template ul li {
    list-style: outside none none;
}

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

.table {
    display: table;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.table_cell {
    display: table-cell;
    vertical-align: middle;
}

.margin_top_30 {
    margin-top: 30px;
}

.section_padding_150 {
    padding: 150px 0;
}

.section_padding_100 {
    padding: 100px 0;
}

.section_padding_100_0 {
    padding: 100px 0 0 0;
}

.section_padding_0_100 {
    padding: 0 0 100px 0;
}

.section_padding_60 {
    padding: 60px 0;
}

.section_padding_100_50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section_padding_100_70 {
    padding-top: 40px;
    padding-bottom: 25px;
}

.section_heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.section_heading &gt; h2 {
    color: #363636;
    margin-top: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.section_heading &gt; h2 &gt; span {
    color: #2196f3;
}

.section_heading &gt; p {
    color: #888;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 32px;
}

.divider {
    margin-top: 15px;
}

.shortcode_area:nth-child(2n+1) {
    background-color: #f6f6f6;
}
/* *************************
:: 3.0 Preloader Css
************************* */

#preloader {
    overflow: hidden;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999;
    background-color: #fff;
}

.cssload-loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 3em;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background: #2196f3;
    z-index: 9;
    top: 50%;
    margin-top: -24px;
    left: 50%;
    margin-left: -24px;
}

.cssload-loader,
.cssload-loader:before,
.cssload-loader:after {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
}

.cssload-loader:before,
.cssload-loader:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.cssload-loader {
    animation-name: cssload-loader;
    -o-animation-name: cssload-loader;
    -ms-animation-name: cssload-loader;
    -webkit-animation-name: cssload-loader;
    -moz-animation-name: cssload-loader;
}

@keyframes cssload-loader {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@-webkit-keyframes cssload-loader {
    from {
        -webkit-transform: scale(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: scale(1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

#scrollUp {
    background-color: #2196f3;
    border-radius: 3px;
    bottom: 20px;
    color: #fff;
    font-size: 22px;
    padding: 5px;
    right: 20px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
/* ******************************
:: 4.0 Header area css
****************************** */

header {
    height: auto;
    position: absolute;
    width: 100%;
    z-index: 99;
    background-color: transparent;
}

body.boxed_version header {
    width: 1170px;
}

.logo_area {
    padding: 32px 0;
}

.main_header_area {
    height: 90px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.default-version .main_header_area {
    border-bottom: 2px solid #fff;
}

.main_header_area.sticky {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    z-index: 999 !important;
    background-color: #fff;
    width: 100%;
    position: fixed;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.sticky .mainmenu ul#nav li a:hover,
.sticky .mainmenu ul#nav li.current_page_item a {
    color: #2196F3;
}

.default-version .mainmenu ul#nav li a:hover,
.default-version .mainmenu ul#nav li.current_page_item a {
    color: #2196F3;
}

body.boxed_version .is-sticky .main_header_area {
    width: 100%;
    left: 50%;
    margin-left: -585px;
}

.main_menu_area {
    float: right;
    position: relative;
    z-index: 1;
}

.mainmenu {
    display: inline-block;
    text-align: right;
}

.mainmenu ul#nav li {
    display: inline-block;
    position: relative;
}

.mainmenu ul#nav li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 34px 0px 34px 25px;
    text-transform: uppercase;
}

.default-version .mainmenu ul#nav li a {
    color: #888;
}

.sticky .mainmenu ul#nav li a {
    color: #888;
}

.mainmenu ul#nav li ul {
    text-align: left;
}

.sticky .mainmenu ul#nav li.active a,
.sticky .mainmenu ul#nav li:hover a {
    color: #2196F3;
}

.mainmenu ul#nav li.active a,
.mainmenu ul#nav li:hover a {
    color: rgba(255, 255, 255, 0.95);
}

.blog_page .main_header_area {
    background-color: #fff;
}

.mainmenu ul#nav &gt; li &gt; ul.sub-menu {
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top: 85px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    visibility: hidden;
    width: 250px;
    z-index: 999;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background-color: #fff;
    border-top: 5px solid #2196F3;
    box-shadow: 0 0 12px 0 rgba(17, 17, 17, 0.2);
}

.mainmenu ul#nav &gt; li:hover &gt; ul.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.mainmenu ul#nav &gt; li ul.sub-menu li {
    border-bottom: 1px solid #ddd !important;
    display: block;
    position: relative;
}

.mainmenu ul#nav &gt; li ul.sub-menu li:last-child {
    border-bottom: 0px solid #fff!important;
}

.mainmenu ul#nav &gt; li ul.sub-menu li a {
    color: #888;
    display: block;
    padding: 10px 15px;
    position: relative;
}

.mainmenu ul#nav &gt; li ul.sub-menu li a:hover {
    color: #2196F3;
}
/* ******************************
:: 5.0 slider area css
****************************** */

.welcome_area {
    position: relative;
    z-index: 1;
    height: 700px;
}

.default-version .welcome_area {
    background-color: #f6f6f6;
    overflow: hidden;
}

.default-version .welcome_area::after {
    background: #2196f3 none repeat scroll 0 0;
    content: "";
    height: calc(100% - 90px);
    position: absolute;
    right: -30%;
    top: 90px;
    transform: skewX(-35deg);
    width: 75%;
    z-index: -1;
}

.welcome_area.static-image-version {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.welcome_area.static-image-version:before {
    position: absolute;
    z-index: 9;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #34495e;
    background: -webkit-linear-gradient(to left, #43cea2, #185a9d);
    background: -webkit-linear-gradient(right, #43cea2, #185a9d);
    background: linear-gradient(to left, #43cea2, #185a9d);
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.single_slide {
    position: relative;
    z-index: 9;
    height: 700px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

.single_slide:before {
    position: absolute;
    z-index: 9;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background: rgba(17, 17, 17, 0.5);
}

.welcome_text_area {
    margin-top: 35px;
}

.welcome_text_area h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.default-version .welcome_text_area h2 {
    color: #363636;
}

.default-version .welcome_text_area p {
    color: #888;
}

.welcome_text_area p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.welcome_text_area h3.price {
    color: #2196f3;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 25px;
}

.welcome_area .welcome_text_area a {
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 25px;
    padding: 15px 30px 12px 70px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.welcome_text_area a.paypal {
    padding: 15px 30px 12px;
}

.welcome_text_area &gt; a &gt; i {
    font-size: 30px;
    left: 30px;
    position: absolute;
    top: 12px;
}

.welcome_text_area a:hover,
.welcome_text_area a:focus {
    color: #2196F3;
    background-color: #fff;
}

.welcome_area_thumb {
    padding-top: 150px;
    text-align: center;
	height: 100px;
	width: 800px;
    margin-left: -100px;
}

.default-version .welcome_area_thumb {
    text-align: right;
}

.welcome_slider {
    overflow: hidden;
}

.welcome_slider .welcome_slides .owl-nav {
    height: auto;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}

.welcome_slider .welcome_slides .owl-nav .owl-prev,
.welcome_slider .welcome_slides .owl-nav .owl-next {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    height: 40px;
    position: absolute;
    text-align: center;
    top: -20px;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    width: 40px;
    z-index: 999;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.welcome_slider .welcome_slides .owl-nav .owl-prev {
    left: -45px;
}

.welcome_slider .welcome_slides .owl-nav .owl-next {
    right: -45px;
}

.welcome_slider .welcome_slides .owl-nav .owl-prev:hover,
.welcome_slider .welcome_slides .owl-nav .owl-next:hover {
    background-color: #2196F3;
    color: #fff;
    border: 2px solid #2196F3;
}

.welcome_slider .welcome_slides:hover .owl-nav .owl-prev {
    left: 15px;
}

.welcome_slider .welcome_slides:hover .owl-nav .owl-next {
    right: 15px;
}

.welcome_slider .welcome_slides .owl-nav .owl-prev &gt; i,
.welcome_slider .welcome_slides .owl-nav .owl-next &gt; i {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
}
/* ***************************
:: 6.0 About Product Area CSS
*************************** */

.about_product_thumb &gt; img {
    max-width: 360px;
}

.single_about_part {
    border-color: #f6f6f6;
    border-style: solid;
    border-width: 3px;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_about_part h3 {
    font-size: 18px;
    font-weight: 500;
}

.single_about_part:hover {
    border-color: #2196F3;
}

.single_about_part &gt; p {
    margin-bottom: 0;
}

.single_about_part &gt; i {
    color: #2196F3;
    display: block;
    font-size: 36px;
    margin-bottom: 15px;
}
/* ***********************
:: 7.0 More Features Area
*********************** */

.more_features_area {
    background-color: #f6f6f6;
}

.single_benifits {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 15px 15px 15px 65px;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_benifits.active {
    border: 1px solid #2196F3;
}

.single_benifits .icon_box {
    background-color: #f6f6f6;
    border-radius: 3px 0 0 3px;
    border-right: 1px solid #ddd;
    color: #888;
    display: block;
    font-size: 24px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition-duration: 500ms;
    width: 50px;
    z-index: 9;
}

.icon_box &gt; i {
    height: auto;
    left: 50%;
    margin-left: -10px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: auto;
    z-index: 9;
}

.single_benifits.active .icon_box {
    color: #fff;
    background-color: #2196F3;
    border-right: 1px solid #2196F3;
}

.single_benifits h4 {
    font-weight: 500;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_benifits p {
    margin: 0;
}

.single_benifits.active h4 {
    color: #2196F3;
}
/* **************************
:: 8.0 speciality area css
************************** */

.our_speciality_area {
    background-color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.container-fluid {
    padding: 0;
}

.special_area_description {
    background-color: #2196F3;
    color: #fff;
}

.special_area_description p {
    color: #fff;
}

.special_area_description a {
    color: #888;
    margin-top: 10px;
}

.special_area_description a.buy {
    color: #fff;
    background-color: transparent;
    border: none;
}

.special_area_description a:hover,
.special_area_description a:focus {
    color: #2196F3;
    background-color: #fff;
}

.special_area_description a.buy:hover,
.special_area_description a.buy:focus {
    color: #fff;
    background-color: transparent;
}

.special_text {
    padding-left: 30px;
    width: 540px;
}
/* *************************
:: 9.0 Price Plan Area CSS
************************* */

.price_plan_area {
    background-color: #f6f6f6;
}

.single_price_plan {
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 30px;
}

.single_price_plan .title {
    color: #363636;
    padding: 30px 0 15px 0;
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_price_plan .title h3 {
    margin: 0;
}

.single_price_plan .price h4 {
    background-color: #fff;
    border: 1px solid #2196f3;
    border-radius: 4px;
    color: #2196f3;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    margin: 15px 30px 0;
    padding: 10px 15px;
}

.single_price_plan .description {
    padding: 10px 15px 0 15px;
}

.single_price_plan .description &gt; p {
    margin: 0;
    padding: 5px 0;
}

.price span {
    font-size: 16px;
}

.single_price_plan .button {
    padding: 15px 0 30px 0;
}

.single_price_plan .button &gt; a {
    background-color: #2196F3;
    border: 2px solid #2196F3;
    border-radius: 6px;
    color: #fff;
    letter-spacing: 3px;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 16px;
}

.single_price_plan .button &gt; a:hover,
.single_price_plan .button &gt; a:focus {
    color: #2196F3;
    border: 2px solid #2196F3;
    background-color: transparent;
}

.single_price_plan:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.price_plan_area.price .single_price_plan {
    margin-bottom: 30px;
}
/* ******************************
:: 10.0 our advisor area css
****************************** */

.single_advisor_profile {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    padding: 10px 15px;
    text-align: center;
}

.single_advisor_details_info &gt; h4 {
    color: #2196F3;
    margin-bottom: 5px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.single_advisor_details_info &gt; p {
    margin-bottom: 0;
}

.advisor_thumb {
    margin: 0 auto;
}

.advisor_thumb &gt; img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    padding: 3px;
    border: 3px solid #ddd;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_advisor_profile:hover .advisor_thumb &gt; img {
    border: 3px solid #2196F3;
}
/* ******************************
:: 11.0 testimonial area css
****************************** */

.testimonial_area {
    position: relative;
    z-index: 1;
}

.single_testimonial_area {
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 30px;
}

.testimonial_area .testimonial_text {
    padding-left: 115px;
    position: relative;
    z-index: 1;
}

.testimonial_text &gt; p {
    color: #888;
    margin: 0;
}

.testimonial_author_name {
    margin-top: 15px;
}

.testimonial_author_name &gt; h4 {
    color: #363636;
    font-weight: 500;
    margin-bottom: 5px;
}

.testimonial_author_name &gt; h5 {
    margin-bottom: 0;
    color: #2196F3;
    font-weight: 300;
}

.testimonial_author_thumb {
    border: 3px solid #ddd;
    border-radius: 50%;
    height: 100px;
    left: 0;
    margin: 0 auto;
    padding: 3px;
    position: absolute;
    width: 100px;
    top: 0;
    z-index: 9;
}

.testimonial_author_thumb .rating {
    margin: 15px 0 0;
    text-align: center;
}

.testimonial_author_thumb .rating &gt; i {
    font-size: 13px;
    color: #FF9800
}

.testimonial_author_thumb img {
    border-radius: 50%;
}

.testimonial_author_name &gt; h6 {
    color: #2196F3;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0;
}

.testimonial_area .owl-dot {
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 0 3px;
    width: 15px;
}

.testimonial_area .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.testimonial_area .owl-dot.active {
    background-color: #2196F3;
}
/* ****************************
:: 12.0 Key Features Area CSS
**************************** */

.key_features_text &gt; h4 {
    color: #363636;
    font-weight: 500;
    position: relative;
    z-index: 1;
    padding-left: 25px;
}

.key_features_text &gt; h4:before {
    color: #FF9800;
    position: absolute;
    z-index: 9;
    font-family: 'icofont';
    content: '\f0e6';
    top: -1px;
    left: 0;
}

.key_features_img {
    max-width: 260px;
    margin: 0 auto;
}
/* ***************************
:: 13.0 our product area css
*************************** */

.our_product_area {
    background-color: #f6f6f6;
    overflow: hidden;
}

.single_product {
    background-color: #fff;
    border-radius: 3px;
    padding: 15px;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_product:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.single_product .product_thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 3px;
    padding: 30px;
}

.single_product .product_thumb img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_product:hover .product_thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single_product .product_thumb:before {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(54, 54, 54, 0.8);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.single_product_info {
    padding: 15px 0 0;
}

.single_product_info h4 {
    color: #2196f3;
    margin-bottom: 5px;
    font-weight: 400;
}

.single_product_info p {
    margin-bottom: 0;
    color: #888;
    font-size: 20px;
    font-weight: 500;
}

.compare,
.add_to_cart_button,
.favourite {
    display: inline-block;
    float: left;
    height: 30px;
}

.compare &gt; a {
    border-radius: 3px 0 0 3px;
}

.favourite &gt; a {
    border-radius: 0 3px 3px 0;
}

.add_to_cart_button {
    margin: 0 2px;
}

.compare &gt; a,
.add_to_cart_button &gt; a,
.favourite &gt; a {
    display: inline-block;
    color: #2196F3;
    height: 30px;
    text-align: center;
    background-color: #fff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.compare &gt; a,
.favourite &gt; a {
    width: 30px;
}

.compare &gt; a &gt; i,
.favourite &gt; a &gt; i {
    line-height: 30px;
}

.add_to_cart_button &gt; a {
    width: 120px;
    line-height: 30px;
}

.compare &gt; a:focus,
.add_to_cart_button &gt; a:focus,
.favourite &gt; a:focus,
.compare &gt; a:hover,
.favourite &gt; a:hover,
.add_to_cart_button &gt; a:hover {
    color: #fff;
    background-color: #2196F3;
}

.add_to_cart_info {
    left: 50%;
    margin-left: -92px;
    position: absolute;
    bottom: 10%;
    z-index: 999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_product:hover .product_thumb:before,
.single_product:hover .add_to_cart_info {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.our_product_area .owl-dot {
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 30px 5px 0;
    width: 15px;
}

.our_product_area .owl-dots {
    text-align: center;
}

.our_product_area .owl-dot.active {
    background-color: #2196F3;
}
/* **************************
:: 14.0 Newsletter Area CSS
************************** */

.newsletter_area {
    background-color: #f6f6f6;
}

#mc_embed_signup {
    background-color: transparent;
    clear: left;
    width: 100%;
}

#mc_embed_signup form {
    padding: 0;
}

#mc_embed_signup input.email {
    background-color: #fff;
    border: 2px solid #ddd;
    font-size: 16px;
    height: 60px;
    padding: 15px;
    width: 70%;
}

#mc_embed_signup .button {
    background-color: #2196f3;
    border: medium none;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 60px;
    letter-spacing: 2px;
    line-height: 60px;
    margin: 0;
    -webkit-transition: all 0.23s ease-in-out 0s;
    transition: all 0.23s ease-in-out 0s;
}
/* ==================
:: 15.0 FAQ area CSS
================== */

.faq_area {
    background-color: #f6f6f6;
}

.single-accordion {
    margin-bottom: 15px;
}

.single-accordion:last-of-type {
    margin-bottom: 0px;
}

.single-accordion h5 a {
    background-color: #2196f3;
    border: 2px solid #2196f3;
    color: #fff;
    display: block;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 20px 20px 20px 45px;
    position: relative;
    font-size: 16px;
}

.single-accordion h5 a.collapsed {
    background-color: #f6f6f6;
    color: #888;
    border: 2px solid #ddd;
}

.single-accordion h5 a span {
    font-size: 30px;
    height: 58px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -1px;
    width: 50px;
}

.single-accordion h5 a span &gt; i {
    line-height: 58px;
}

.single-accordion h5 a.collapsed span.accor-close {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

span.accor-open {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h5 a.collapsed span.accor-open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.single-accordion h5 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.single-accordion .accordion-content {
    border: 2px solid #2196f3;
    border-top: 0 solid transparent;
    box-shadow: none;
}

.single-accordion .accordion-content p {
    padding: 20px 20px 10px;
    color: #888;
    letter-spacing: 1px;
    font-weight: 300;
}
/* ==========================
:: 16.0 Download App Area CSS
========================== */

.download_app_area {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.download_app {
    background-color: #2196f3;
}

.download_app_text {
    float: right !important;
    max-width: 100%;
    width: 585px;
    color: #fff
}

.download_app_text &gt; p {
    margin-bottom: 20px;
    color: #fff;
}
/* ******************************
:: 17.0 blog area css
****************************** */

.blog_area {
    background-color: #fff;
}

.single_latest_news_area {
    margin-bottom: 30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #f6f6f6;
}

.single_latest_news_area:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.single_latest_news_img_area {
    text-align: center;
}

.single_latest_news_area .single_latest_news_img_area .published_date {
    left: 15px;
    bottom: 15px;
}

.single_latest_news_text_area {
    padding: 15px;
}

.single_latest_news_text_area .news_title h4 {
    color: #2196F3;
    font-size: 16px;
    line-height: 30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 400;
}

.single_latest_news_area:hover .single_latest_news_text_area .news_title h4 {
    color: #2196F3;
}

.news_content &gt; p {
    line-height: 27px;
    color: #888;
}

.single_latest_news_area .author,
.single_latest_news_area .date {
    display: inline-block;
    margin-right: 15px;
}

.single_latest_news_area .author &gt; i,
.single_latest_news_area .author &gt; p,
.single_latest_news_area .date &gt; i,
.single_latest_news_area .date &gt; p {
    display: inline-block;
}

.single_latest_news_area .author &gt; i,
.single_latest_news_area .date &gt; i {
    color: #2196F3;
    font-size: 20px;
    padding-right: 5px;
}

.single_latest_news_area .author &gt; p,
.single_latest_news_area .date &gt; p {
    color: #888;
    font-size: 13px;
}

.learn_more_button &gt; a {
    background-color: #2196F3;
    border: 2px solid #2196F3;
    color: #fff;
    width: 100%;
}

.learn_more_button &gt; a:hover,
.learn_more_button &gt; a:focus {
    background-color: transparent;
    border: 2px solid #2196F3;
    color: #2196F3;
}
/* ********************
:: 18.0 footer area css
******************** */

.footer_bottom_area {
    background-color: #f6f6f6;
    padding: 50px 0 0;
    display: block;
    position: relative;
}

.single_footer_area &gt; h4 {
    color: #888;
    font-weight: 500;
}

.single_footer_area a {
    color: #888;
    font-weight: 300;
}

.single_footer_area a:hover {
    color: #2196f3
}

.footer_copywrite_area {
    display: block;
    padding: 30px 0;
}

.footer_social_area a {
    border-radius: 50%;
    height: 40px;
    text-align: center;
    width: 40px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #fff;
}

.footer_social_area a:hover {
    background-color: #2196f3;
    border-color: #2196f3;
    color: #fff;
}

.footer_social_area a i {
    line-height: 40px;
}

.footer_bottom_area .item {
    margin-bottom: 50px;
}

.footer_bottom p i {
    color: #2196f3;
}

.footer_bottom &gt; p {
    margin: 0;
}
/* **********************
:: 19.0 bredcumb area css
********************** */

.breadcumb_area {
    height: 300px;
    width: 100%;
    position: relative;
    z-index: 1;
    background-image: url(images/bg-pattern/slider-2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.breadcumb_area:before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.5);
    content: "";
    z-index: -5;
}

.breadcumb_section {
    position: relative;
    margin-top: 140px;
    width: 100%;
    height: 160px;
}

ol.breadcrumb {
    background-color: transparent;
    text-align: center;
}

.breadcrumb &gt; li,
.breadcrumb &gt; li.active {
    color: #fff;
}

.breadcrumb li &gt; a {
    color: #2196F3;
    letter-spacing: 1px;
}

.breadcrumb li &gt; a:hover {
    color: #2196F3;
}

.page_title {
    position: relative;
    text-align: center;
    z-index: 99;
}

.page_title &gt; h3 {
    color: #2196F3;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
/* ******************
:: 20.0 blog area css
****************** */

.latest_blog_news_area.blog .single_latest_news_area {
    margin-bottom: 50px;
}

.blog-img {
    border: 1px solid #f6f6f6;
    padding: 5px;
}

.singl-blog-top-bg-area p {
    color: #2196F3;
    padding: 40px 0;
    font-weight: 500;
    font-size: 18px;
}

.singl-blog-top-bg-area p a {
    color: #2196F3;
}

#blog-carousel {
    padding: 5px;
    border: 1px solid #ededed;
    margin: 100px 0;
}

.singl-blog-title h3 {
    color: #2196F3;
    font-weight: 400;
    padding: 30px 0 10px;
}

.singl-blog-status-bar {
    background: #f6f6f6 none repeat scroll 0 0;
    border-left: 10px solid #2196F3;
    margin-bottom: 30px;
    position: relative;
}

.singl-blog-status-bar span {
    display: inline-block;
    padding: 20px;
    font-size: 14px;
}

.singl-blog-status-bar span i {
    color: #2196F3;
    font-size: 16px;
    margin-right: 10px;
}

.singl-blog-status-bar span &gt; a {
    color: #888;
}

.singl-blog-details p {
    color: #888;
    font-size: 14px;
    margin: 0;
    padding-bottom: 25px;
    letter-spacing: .5px;
}

.share-links {
    padding: 15px 0;
}

.tag-share {
    overflow: hidden;
}

.blog-tag span {
    color: #888;
    font-size: 14px;
    padding: 0 10px;
}

.blog-tag button {
    background: #2196F3;
    border: medium none transparent;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 4px;
    padding: 0 20px;
}

.blog-tag {
    padding: 9px 0;
}

.blog-share button {
    margin: 0 5px;
}

.blog-share button.like {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 25px;
    color: #888;
    font-size: 10px;
    padding: 10px 0;
}

.blog-share button.like i {
    color: #2196F3;
    font-size: 14px;
    margin: 0 20px;
}

.blog-share button.like span {
    background: #999 none repeat scroll 0 0;
    font-size: 10px;
    margin: 0 20px;
}

.media-body p {
    margin: 0;
}

.media-bottom {
    margin-top: 17px;
}

.media-bottom p {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    text-align: justify;
}

.border-left {
    border-left: 1px solid #e5e5e5;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.border-bottom-1 {
    margin-top: 70px;
    border-bottom: 1px solid #ececec;
}

.singl-blog-post figure {
    margin: 0;
}

.blog-details {
    text-align: left;
}

.singl-blog-status-bar &gt; span:nth-child(4) {
    float: right;
}

.social-links {
    display: inline-block;
    padding-left: 14px;
    margin: 0;
}

.social-links li {
    display: inline-block;
    list-style: none;
}

.social-links li &gt; a {
    border: 2px solid #2196F3;
    background-color: #2196F3;
    display: block;
    height: 30px;
    text-align: center;
    width: 30px;
    color: #fff;
    border-radius: 50%;
}

.social-links a:hover {
    background-color: transparent;
    border: 2px solid #2196F3;
    color: #2196F3;
}

.social-links li &gt; a &gt; i {
    line-height: 30px;
}

.share-promt {
    color: #888;
    font-size: 14px;
    line-height: 16px;
}
/* *********************
:: 21.0 gallery area css
********************* */

.single_gallery_item {
    display: inline-block;
    float: left;
    width: 25%;
    position: relative;
    z-index: 1;
}

.single_gallery_item:before {
    width: 50%;
    height: 51%;
    content: "";
    background-color: #2196F3;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    -webkit-transform: translate(0px, 0px) scale(0);
    transform: translate(0px, 0px) scale(0);
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.single_gallery_item:after {
    width: 50%;
    height: 51%;
    content: "";
    background-color: #2196F3;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    -webkit-transform: translate(0px, 0px) scale(0);
    transform: translate(0px, 0px) scale(0);
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.sg_hover_effects {
    height: 100%;
    width: 100%;
}

.sg_hover_effects:before {
    width: 50%;
    height: 51%;
    content: "";
    background-color: #2196F3;
    position: absolute;
    z-index: 5;
    bottom: 0;
    -webkit-transform: translate(0px, 0px) scale(0);
    transform: translate(0px, 0px) scale(0);
    left: 0;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.sg_hover_effects:after {
    width: 50%;
    height: 51%;
    content: "";
    background-color: #2196F3;
    position: absolute;
    z-index: 5;
    bottom: 0;
    -webkit-transform: translate(0px, 0px) scale(0);
    transform: translate(0px, 0px) scale(0);
    right: 0;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.single_gallery_item:hover:before,
.single_gallery_item:hover:after,
.single_gallery_item:hover .sg_hover_effects:after,
.single_gallery_item:hover .sg_hover_effects:before {
    -webkit-transform: translate(0px, 0px) scale(1);
    transform: translate(0px, 0px) scale(1);
}

.single_gallery_item &gt; a &gt; img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_gallery_item .gallery_info {
    height: auto;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: center;
    top: 35%;
    width: 100%;
    z-index: 99;
}

.single_gallery_item:hover .gallery_info {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.gallery_info h5 {
    border-bottom: 1px dashed #fff;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 5px;
    padding: 10px 0;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    display: inline-block;
}

.gallery_info p {
    letter-spacing: 0.5px;
    color: #fff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_gallery_item_info {
    background-color: #f6f6f6;
    padding: 5px 15px;
}

.single_gallery_item_info .headline &gt; h4 {
    color: #2c3e50;
    line-height: 27px;
}

.single_gallery_item_info .description &gt; p {
    font-size: 14px;
    color: #888;
    letter-spacing: 0.5px;
}
/* *************************
:: 22.0 contact us area css
************************** */

.message_now_area {
    position: relative;
    z-index: 1;
}

.contact_input_area .form-group input,
.contact_input_area .form-group textarea {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #ddd;
    border-radius: 6px;
    height: 50px;
 Â&nbsp; Â&nbsp;margin-bottom: 30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    letter-spacing: 1px;
    box-shadow: none;
    font-weight: 300;
}

.contact_input_area .form-group input:focus,
.contact_input_area .form-group textarea:focus {
    border: 2px solid #2196f3;
}

.contact_input_area .form-group textarea {
    height: 250px;
}

.message_title {
    margin-bottom: 60px;
    text-align: center;
}

.contact_input_area button {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #ddd;
    border-radius: 6px;
    color: #888;
    display: block;
    font-weight: 700;
    height: 50px;
    letter-spacing: 3px;
    line-height: 50px;
    margin: 0 auto 30px;
    padding: 0;
    transition-duration: 500ms;
    width: 200px;
}

.contact_input_area button:hover {
    background-color: #2196f3;
    color: #fff;
    border: 2px solid #2196f3;
}

.success,
.error {
    padding: 1em;
    margin-bottom: 12px;
    margin-bottom: 12px;
    margin-bottom: 12px;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}

.success {
    color: #fff;
    background-color: #2ecc71
}

.error {
    color: #fff;
    background-color: #c0392b;
}

.map_area {
    width: 100%;
    height: 400px;
}
/* *********************
:: 23.0 Sidebar Area CSS
********************* */

.event_location,
.latest_post,
.catagory_section,
.achive_section {
    margin-bottom: 30px;
}

.search_post &gt; h4,
.event_location &gt; h4,
.latest_post &gt; h4,
.catagory_section &gt; h4,
.tag_section &gt; h4,
.achive_section &gt; h4 {
    color: #2196F3;
    font-weight: 400;
}

.achive_section ul li &gt; a,
.catagory_section ul li &gt; a {
    border-bottom: 1px dashed #dadada;
    color: #888;
    display: block;
    padding: 5px 0 5px 10px;
    letter-spacing: 1px;
}

.achive_section ul li &gt; a:hover,
.catagory_section ul li &gt; a:hover {
    border-bottom: 1px dashed transparent;
    color: #2196F3;
    padding: 5px 0 5px 15px;
}

.achive_section ul li &gt; a &gt; i,
.catagory_section ul li &gt; a &gt; i {
    padding-right: 10px;
}

.latest_post .single_latest_post {
    border-bottom: 1px dashed #dadada;
    position: relative;
    z-index: 1;
    padding-left: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.latest_post .single_latest_post &gt; a &gt; h5 {
    margin: 0;
    color: #2196F3;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 400;
}

.latest_post .single_latest_post &gt; a &gt; h5:hover {
    color: #2196F3;
}

.latest_post .single_latest_post &gt; p {
    margin: 0;
    color: #888;
}

.latest_post .single_latest_post &gt; img {
    left: 0;
    position: absolute;
    top: 15px;
    width: 90px;
    height: auto;
    z-index: 9;
}

.tag_section ul &gt; li {
    display: inline-block;
    margin: 2px;
}

.tag_section ul &gt; li &gt; a {
    border: 2px solid #ddd;
    border-radius: 6px;
    color: #888;
    display: inline-block;
    padding: 5px 10px;
    width: auto;
}

.tag_section ul &gt; li &gt; a:hover {
    background-color: #2196F3;
    border: 2px solid transparent;
    color: #fff;
}

.search_post &gt; form input {
    border: 1px solid #ddd;
    height: 40px;
    margin-bottom: 30px;
    padding: 5px 15px;
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.search_post &gt; form input:focus {
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
}
/* ::::::::::::::::::::
:: 24.0 CTA CSS
:::::::::::::::::::: */

.call_to_action {
    padding: 50px 0;
}

.call_to_action_text {
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.call_to_action_text .text &gt; h3 {
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase;
}

.call_to_action_text .text &gt; p {
    margin-bottom: 0;
}

.call_to_action_text .like {
    background-color: #2196f3;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    height: 55px;
    left: 30px;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 55px;
    z-index: 9;
}

.call_to_action_text .like &gt; i {
    line-height: 55px;
}

.call_to_action_text .text {
    padding-left: 80px;
}

.call_to_action_text &gt; a {
    margin-top: -22px;
    position: absolute;
    right: 30px;
    top: 50%;
    width: auto;
    z-index: 9;
    background-color: #2196f3;
    border: 2px solid transparent;
    color: #fff;
}

.call_to_action_text &gt; a:hover {
    background-color: #fff;
    border: 2px solid #2196f3;
}
</pre></body></html>