<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================
:: Template Name: classy - Bitcoin Cryptourrency Template
:: Template Author: ClassyFort
:: Template Author URI: https://themeforest.net/user/classyfort/portfolio
:: Description: classy is based Cryptourrency Template. It's very clean, creative &amp; beautiful. It's super responsive &amp; ultra light.
:: Version: v1.0.0
:: Last Updated: 11 Feb, 2018
========================== */

/* =========== [Master Stylesheet] ============
:: 01.0 Base CSS
:: 02.0 Header Area CSS
:: 03.0 Wellcome Area CSS 
:: 04.0 Buy And Sell Bitcoins Area CSS
:: 05.0 Why Choose us Area CSS
:: 06.0 About Bitcoin Area CSS
:: 07.0 How it Works Area CSS
:: 08.0 It is Safe Area CSS
:: 09.0 Call to Action Area CSS
:: 10.0 Cool Facts Area CSS
:: 11.0 Get Quote Form Area CSS 
:: 12.0 Video Area CSS 
:: 13.0 Team Area CSS
:: 14.0 Price Area CSS 
:: 15.0 Blog Area CSS 
:: 16.0 Partner Area Area CSS
:: 17.0 Contact Us Area CSS 
:: 18.0 Footer Contact Area CSS 
:: 19.0 Breadcumb Area
:: 20.0 Service Area
:: 21.0 Single Blog
:: 22.0 Contact Area CSS
:: 23.0 Blog Sidebar CSS
========================================= */

/* Import Fonts */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

/* Import All CSS Plugins */

@import 'css/bootstrap/bootstrap.min.css';
@import 'css/plugins/owl.carousel.min.css';
@import 'css/plugins/animate.css';
@import 'css/plugins/font-awesome.min.css';
@import 'css/plugins/pe-icon-7-stroke.css';
@import 'css/plugins/magnific-popup.css';
@import 'css/plugins/animated-headline.css';

/* ==================
:: 1.0 Base CSS
================== */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #606060;
    font-weight: 400;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3a3a3a;
    line-height: 1.3;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 600;
    color: #3a3a3a;
}

li {
    list-style: none;
}

p {
    line-height: 2;
    font-family: 'Open Sans', sans-serif;
    color: #7b7b7b;
    font-weight: 600;
}

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

ul,
ol {
    margin: 0;
    padding: 0;
}

#preloader {
    overflow: hidden;
    background-color: #222;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nicescroll-rails {
    z-index: 9999 !important;
}

.spinner {
    width: 70px;
    text-align: center;
}

.spinner &gt; div {
    width: 18px;
    height: 18px;
    background-color: #f39c12;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

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

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

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

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

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

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

.section_padding_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_padding_100_0 {
    padding-top: 100px;
    padding-bottom: 0px;
}

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

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_padding_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_0_50 {
    padding-top: 0px;
    padding-bottom: 50px;
}

.section-heading &gt; h2 {
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.section-heading {
    margin-bottom: 50px;
}

.section-heading &gt; p {
    max-width: 550px;
    margin-bottom: 0;
    margin: auto;
    line-height: 1.9;
}

.btn {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.classy-btn {
    height: 51px;
    min-width: 170px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    text-transform: uppercase;
    border-radius: 70px;
    border: 2px solid #f39c12;
    font-size: 14px;
    padding: 0 15px;
    color: #fff;
    background-color: #f39c12;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 600;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.classy-btn:hover {
    background-color: #f39c12;
    border-color: #f39c12;
    color: #fff;
}

.welcome-btn {
    height: 60px;
    min-width: 200px;
    border: 2px solid #fff;
    background-color: transparent;
    line-height: 56px;
    letter-spacing: 1px;
}

.welcome-btn:hover {
    border: 2px solid #f39c12;
    color: #fff;
    background-color: #f39c12;
}

.classy-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

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

#scrollUp {
    bottom: 130px;
    font-size: 24px;
    line-height: 48px;
    right: 0;
    width: 35px;
    background-color: #f39c12;
    color: #fff;
    text-align: center;
    height: 50px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 2px 0 0 2px;
}

#scrollUp:hover {
    background-color: #222;
    color: #fff;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay:after {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

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

.container-fluid {
    padding-right: 5%;
    padding-left: 5%;
}

/* ===================
:: 2.0 Header Area CSS
=================== */

.header_area {
    width: 100%;
    position: absolute;
    z-index: 999;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    top: 0;
    left: 0;
}

.top-header-area {
    position: relative;
    z-index: 99;
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-info-area &gt; a,
.login-language-area &gt; a {
    color: #fff;
    font-size: 13px;
    margin-right: 30px;
    display: inline-block;
}

.top-info-area &gt; a:hover,
.login-language-area &gt; a:hover {
    color: #f39c12;
}

.dropdown-item {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #7b7b7b;
}

.dropdown-item:hover {
    font-weight: 600;
    font-size: 13px;
}

#lang-btn {
    background-color: #454545;
    color: #fff;
    font-size: 14px;
    height: 50px;
    border-radius: 0;
    cursor: pointer;
}

#lang-btn:hover,
#lang-btn:focus {
    box-shadow: none;
}

.dropdown-menu.show {
    border: none;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
}

.main-header-area {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 90px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.menu_area .navbar-brand {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    border: 3px solid #f39c12;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
    border-radius: 2px;
    color: #f39c12;
}

.menu_area #nav .nav-link {
    display: block;
    font-size: 14px;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 5px 15px;
    color: #fff
}

.menu_area #nav .nav-link:hover,
.menu_area #nav .nav-link:focus {
    color: #f39c12;
}

.menu_area .navbar {
    padding: 8px 0;
    padding: 8px 0;
    padding: 8px 0;
    padding: .5rem 0;
}

/* Sticky CSS */

.is-sticky .main-header-area {
    background-color: #222;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}

/* Marquee Area CSS */

#closeMarquee {
    width: 30px;
    background-color: #f4f6f8;
    height: 30px;
    position: absolute;
    line-height: 30px;
    z-index: 500;
    color: #222;
    top: -25px;
    right: 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

#closeMarquee:hover {
    background-color: #ff0000;
    color: #fff;
}

.currency-marquee-area {
    width: 100%;
    background: #f39c12;
    height: 60px;
    position: fixed;
    cursor: pointer;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1900;
}

.marquee,
*[class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
}

.marquee-content-items {
    display: inline-block;
    padding: 10px 15px;
    margin: 0;
    height: 60px;
    position: relative;
}

.marquee-content-items li {
    display: inline-block;
    line-height: 40px;
    color: #fff;
}

.marquee-content-items li:after {
    content: "|";
    margin: 0 1em;
}

/* =====================
:: 3.0 Wellcome Area CSS 
===================== */

.hero-single-slide {
    position: relative;
    z-index: 1;
    height: 950px;
}

.wellcome_slides_area {
    overflow: hidden;
}

.welcome_slides_area .owl-prev,
.welcome_slides_area .owl-next {
    color: rgba(255, 255, 255, 0.2);
    font-size: 50px;
    right: auto;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 1px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.welcome_slides_area:hover .owl-prev,
.welcome_slides_area:hover .owl-next {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.welcome_slides_area .owl-next {
    right: 0;
}

.welcome_slides_area .owl-prev:hover,
.welcome_slides_area .owl-next:hover {
    color: rgba(255, 255, 255, 1);
    background-color: #f39c12;
}

.welcome_slides_area .owl-dots {
    position: absolute;
    bottom: 80px;
    left: 0;
    z-index: 99;
    width: 100%;
    text-align: center;
}

.welcome_slides_area .owl-dot {
    width: 40px;
    height: 7px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 5px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 30px;
    display: inline-block;
}

.welcome_slides_area .owl-dot.active {
    background-color: #f39c12;
}

.wellcome_heading_text &gt; h2 {
    font-size: 100px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.wellcome_heading_text &gt; p {
    font-size: 18px;
    color: #fff;
}

.wellcome_heading_text &gt; h5 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
}

/* ==================================
:: 4.0 Buy And Sell Bitcoins Area CSS
================================= */

.about_bitcoin {
    background-color: #222;
}

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

.about_bitcoin_sell_image,
.bitcoin_sell_text {
    width: 50%;
    display: inline-block;
    float: left;
}

.about-side-border {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0%;
}

.about-side-border .first-border {
    width: 100%;
    height: 33.3333333%;
    position: absolute;
    top: 0;
    z-index: 15;
    background-color: #f2f4f8;
}

.about-side-border .second-border {
    width: 100%;
    height: 33.33333334%;
    position: absolute;
    top: 33.33333334%;
    z-index: 15;
    background-color: #f2f4f8;
}

.about-side-border .third-border {
    width: 100%;
    height: 33.3333333%;
    position: absolute;
    top: 66.6666666667%;
    z-index: 15;
    background-color: #f2f4f8;
}

.about_bitcoin_image img {
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.bitcoin_sell_text {
    padding: 100px 50px;
    background-color: #222;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.bitcoin_sell_heading_text &gt; h2 {
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #fff;
}

.bitcoin_sell_heading_text &gt; p {
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.7);
}

.bitcoin_sell_heading_text &gt; h6 {
    font-size: 18px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    padding: 15px 30px;
    border-radius: 2px;
}

/* ==========================
:: 5.0 Why Choose us Area CSS
========================= */

.why_choose_bitcoin_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.why_choose_bitcoin_area {
    background-color: #f2f4f8;
}

.why_chosse_img &gt; img {
    max-width: 70px;
    margin-bottom: 30px;
}

.why_choose_single_content &gt; h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.why_choose_single_content &gt; p {
    margin: 0;
}

.why_choose_single_content {
    padding: 50px 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.why_choose_single_content.active,
.why_choose_single_content:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* ==========================
:: 6.0 About Bitcoin Area CSS
========================= */

.bitcoin_heading_text &gt; h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.bitcoin_heading_text &gt; p {
    margin-bottom: 20px;
}

.bitcoin_services &gt; p {
    margin-bottom: 7px;
}

.bitcoin_services &gt; p &gt; i {
    color: #f39c12;
    margin-right: 5px;
}

.bitcoin_heading_text &gt; a {
    margin-top: 17px;
}

/* =========================
:: 7.0 How it Works Area CSS
======================== */

.how_it_works_area {
    background-color: #f9f9f9;
    position: relative;
    z-index: 1;
}

.how_it_works_area .nav-tabs {
    border-bottom: 0 solid #ddd;
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 50px;
}

.how-it-works-content {
    position: relative;
    z-index: 1;
    top: -100px;
}

.how_it_works_area .nav-tabs .nav-item {
    width: 33.333%;
}

.how_it_works_area .nav-tabs .nav-link {
    border: 1px solid transparent;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #222;
    color: #fff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 50%;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.how_it_works_area .nav-tabs .nav-link span {
    font-size: 40px;
    display: block;
    font-weight: 700;
    line-height: 1;
}

.how_it_works_area .nav-tabs .nav-link.active,
.how_it_works_area .nav-tabs .nav-link:hover {
    background-color: #f39c12;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

.tab-content-image img {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.tab-content-text &gt; p {
    margin-bottom: 0;
    font-size: 16px;
}

.tab-content-text h4 {
    margin-bottom: 17px;
}

.tab-content-text .load_more_button {
    text-align: left;
}

.nav-link &gt; i {
    font-size: 24px;
}

.tab-content-text &gt; p {
    font-size: 15px;
    margin-bottom: 20px;
}

.tab-first-image {
    border-radius: 6px;
    position: relative;
    z-index: 1;
}

.tab-content-text h4 &gt; span {
    color: #f39c12;
}

/* =======================
:: 8.0 It is Safe Area CSS
======================= */

.it_is_safe_content {
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 25px 15px 10px 15px;
    margin-bottom: 30px;
}

.it_is_safe_content:hover,
.it_is_safe_content.active {
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}

.it_is_safe_icon &gt; i {
    font-size: 56px;
    color: #f39c12;
    font-weight: 500 !important;
    line-height: 148px;
}

.it_is_safe_icon {
    border: 2px dashed rgba(0, 0, 0, 0.1);
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: auto;
}

.it_is_safe_content &gt; h5 {
    font-size: 22x;
    text-transform: capitalize;
    margin-top: 16px;
    font-weight: 500;
}

/* ===========================
:: 9.0 Call to action Area CSS
=========================== */

.call-to-action {
    background: #f39c12;
    background: -webkit-linear-gradient(to left, #ce6910, #f39c12);
    background: -webkit-linear-gradient(right, #ce6910, #f39c12);
    background: linear-gradient(to left, #ce6910, #f39c12);
}

.call_to_action_text &gt; h3 {
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.call_to_action_text &gt; a {
    margin-top: 30px;
}

.call_to_action_text &gt; p {
    color: #fff;
    font-size: 18px;
    max-width: 600px;
    margin: auto;
}

.call_to_action_text &gt; a {
    color: #666;
    background: #fff;
    border-color: transparent;
}


/* ========================
:: 10.0 Cool Facts Area CSS
======================== */

.cool_facts_area {
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.single_cool_fact {
    margin-bottom: 50px;
}

.countup-section .icon-box {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border: 2px solid #f39c12;
}

.single_cool_fact .cool_fact_icon {
    margin: 0 auto 13px;
}

.cool_fact_detail &gt; h3 {
    font-size: 48px;
    color: #fff;
}

.cool_fact_detail &gt; h5 {
    color: #f39c12;
    font-size: 20px;
    margin-bottom: 0;
}

/* ============================
:: 11.0 Get Quote Form Area CSS 
============================ */

.get_quote_section {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.get-quote-form {
    background-color: #f2f4f8;
    padding: 0px 0px 30px;
    margin-bottom: 100px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.get-quote-form .quote-form-heading {
    position: relative;
    background: #f39c12;
    padding: 30px;
    margin: 0 0 50px 0;
    z-index: 2;
}

.get-quote-form .quote-form-heading &gt; h3 {
    clear: both;
    overflow: hidden;
    font-size: 24px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.get-quote-form .appoinment-form {
    padding: 0 15px;
}

.appoinment-form input,
.appoinment-form textarea {
    color: #aec6c2;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 20px;
}

.appoinment-form textarea {
    height: 200px;
}

.get-quote-form #btn_submit {
    margin-top: 30px;
}

.appoinment-person {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.get-quote-form .appoinment-form i {
    position: absolute;
    top: 12px;
    right: 32px;
    font-size: 17px;
    color: #ebebeb;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/* ====================
:: 12.0 Video Area CSS 
==================== */

.video_area {
    background-position: center center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
    width: 100%;
    height: 600px;
}

.video_play_area a.video_btn &gt; i {
    color: #fff;
    font-size: 50px;
    line-height: 100px;
    padding-left: 5px;
}

.video_play_area a.video_btn {
    background-color: #f39c12;
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    margin-top: 30px;
    width: 100px;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
}

.video_play_area &gt; h3 {
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
}

.video_play_area &gt; p {
    color: rgba(255, 255, 255, 0.7);
    max-width: 550px;
    margin: auto;
    font-size: 16px;
}

/* ==================
:: 13.0 Team Area CSS 
================= */

.advisor_image &gt; img {
    width: 100%;
}

.our_advisor_area {
    background-color: #f7f7f7;
}

.single_advisor_profile {
    text-align: center;
}

.single_advisor_details {
    background-color: #f39c12;
    padding: 50px 15px;
}

.single_advisor_details &gt; h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px;
}

.single_advisor_details &gt; p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
}

.footer_social_area &gt; a &gt; i {
    height: 30px;
    width: 30px;
    margin: 0 5px;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    font-size: 14px;
    background-color: #ffffff;
    color: #555555;
}

.our_advisor_area .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 9;
}

.our_advisor_area .owl-prev,
.our_advisor_area .owl-next {
    color: #f39c12;
    font-size: 24px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 40px;
    width: 40px;
    border: 2px solid #f39c12;
    text-align: center;
    margin-left: 15px;
    display: inline-block;
    line-height: 36px;
}

/* ====================
:: 14.0 Price Area CSS 
================== */

.prices .table {
    margin-bottom: 0;
}

.table.table-striped {
    border: 1px solid #ddd;
}

.prices .currency-icon {
    max-width: 25px;
    margin-right: 15px;
}

.prices .table thead,
.prices .table tbody {
    display: block;
}

.prices .table thead {
    background-color: #f39c12;
}

.prices thead tr,
.prices tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prices thead tr th,
.prices tbody tr td {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.table thead th {
    color: #fff;
}

.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table &gt; tbody &gt; tr &gt; td,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
    padding: 12px 10px;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 15px;
}

.table &gt; tbody &gt; tr &gt; td.up:before {
    content: "\f0d8";
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #27ae60;
    left: 0px;
    top: 2px;
    margin-right: 5px;
}

.table &gt; tbody &gt; tr &gt; td.down:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #ff0000;
    left: 0px;
    top: 2px;
    margin-right: 5px;
}

/* ===================
:: 15.0 Blog Area CSS 
================= */

.single-latest-news-item {
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #ebebeb;
    margin: 10px;
}

.single-latest-news-item &gt; img {
    width: 100%;
}

.latest-news .single-latest-news-item .date {
    height: 60px;
    width: 70px;
    background: #f39c12;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    position: absolute;
    top: 20px;
}

.latest-news .single-latest-news-item .date h5 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0px;
}

.latest-news .single-latest-news-item .date p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
}

.latest-news .single-latest-news-item .admin-comments li i {
    color: #f39c12;
    margin: 0;
    padding: 0px 10px 0px 0px;
    font-size: 14px;
    margin-right: -3px;
}

.admin-comments &gt; li {
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
}

.post-content &gt; h4 &gt; a {
    font-size: 22px;
    color: #555;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-top: 22px;
}

.post-content &gt; h4 &gt; a:hover {
    color: #f39c12;
}

.post-content &gt; h4 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.latest-news-details {
    padding: 30px 20px;
}

.latest-news-details &gt; a {
    font-size: 15px;
    color: #555555;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.latest-news-details &gt; a:hover {
    color: #f39c12;
}

.latest-news-details &gt; a &gt; i {
    margin-left: 4px;
}

.post-content &gt; p {
    margin-bottom: 15px;
}

/* ==========================
:: 16.0 Partner Area Area CSS 
========================= */

.partner_area {
    background: #f2f4f8;
    padding: 40px 0;
}

.client-logo {
    padding: 1em;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    margin: 10px;
}

/* ========================
:: 17.0 Contact Us Area CSS 
======================= */

.contact_us {
    background-color: #f2f4f8;
}

.contact_input_area .form-group input,
.contact_input_area .form-group select,
.contact_input_area .form-group textarea {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 13px;
    border-radius: 0;
}

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

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

.contact_input_area button {
    display: block;
    margin: 0 auto 30px;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* ============================
:: 18.0 Footer Contact Area CSS 
=========================== */

.main-footer {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.main-footer.footer-marquee-close {
    margin-bottom: 0;
}

.top-footer-area {
    background-color: #232323;
}

.main-footer p {
    color: #ccc;
    margin-bottom: 0;
}

.footer-title h5 {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px;
    font-size: 20px;
    margin-bottom: 36px;
}

.footer-title h5:before {
    position: absolute;
    content: '';
    background: #f39c12;
    width: 50px;
    height: 2px;
    left: 0px;
    bottom: -5px;
}

.service-detail .list li a {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 15px;
    margin-bottom: 15px;
}

.service-detail .list li a:before {
    position: absolute;
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    left: 0;
    top: 0;
}

.service-detail .list li a:hover:before {
    color: #f39c12;
}

.service_image {
    padding: 5px;
    border: 1px solid #ebebeb;
}

.post-widget {
    position: relative;
}

.post-widget .single-item {
    position: relative;
    padding: 0px 0px 0px 103px;
    margin-bottom: 36px;
}

.post-widget .footer-title h5 {
    margin-bottom: 44px;
}

.post-widget .single-item .img-box {
    position: absolute;
    left: 0px;
    top: -4px;
}

.post-widget .single-item .text {
    position: relative;
    font-size: 11px;
    font-weight: 500;
    line-height: 22px;
    color: #ccc;
    margin-bottom: 6px;
}

.social-list &gt; li {
    display: inline-block;
    margin-right: 5px;
}

.social-list li &gt; a &gt; i {
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 30px;
    width: 30px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.social-list li &gt; a &gt; i:hover {
    background-color: #f39c12;
    border-color: transparent;
}

.copywrite_text {
    padding: 30px 0;
    background-color: #333;
}

.copywrite_text p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

.copywrite_text p a {
    color: #f39c12;
}

/* --------------------
:: 19.0 Breadcumb Area
-------------------- */

.breadcumb_section {
    margin-top: 140px;
}

.breadcumb_area {
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 500px;
}

.breadcumb_area:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: -1;
}

.page_title &gt; h3 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 36px;
}

.breadcrumb &gt; li {
    display: inline-block;
}

ol.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb &gt; li,
.breadcrumb li &gt; a {
    color: #fff;
    font-size: 16px;
}

.breadcrumb &gt; li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/";
}


/* --------------------
:: 20.0 Service area
-------------------- */

.services_area {
    background-color: #f2f4f8;
}

.single-service-area {
    margin-bottom: 50px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.single-service-content {
    padding: 20px 15px 20px 20px;
}

.single-service-content &gt; a &gt; h5 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #333;
}

.single-service-content &gt; a &gt; h5:hover {
    color: #f39c12;
}

.single-service-content &gt; a {
    height: 40px;
    min-width: 130px;
    line-height: 36px;
    font-size: 13px;
}

.service_content &gt; a &gt; h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.section-heading-text &gt; h2 {
    font-size: 36px;
}

/* ------------------
:: 21.0 Single Blog
------------------ */

.blog-page .single-latest-news-item {
    margin: 0 0 50px 0;
}

.single-blog-post {
    margin-bottom: 50px;
}

.single-blog-post .post-thumb {
    margin-bottom: 15px;
}

.single-blog-post img {
    border-radius: 30px;
    margin-bottom: 15px;
}

.single-blog-post .post-author &gt; a,
.single-blog-post .post-favourite &gt; a {
    color: #838383;
    font-size: 14px;
    margin-right: 15px;
}

.single-blog-post .post-date &gt; a,
.single-blog-post .post-comments &gt; a {
    color: #838383;
    font-size: 14px;
}

.single-blog-post .post-author &gt; a:hover,
.single-blog-post .post-favourite &gt; a:hover,
.single-blog-post .post-date &gt; a:hover,
.single-blog-post .post-comments &gt; a:hover {
    color: #f39c12;
}

.single-blog-post .post-headline &gt; a {
    color: #151719;
}

.single-blog-post .post-headline &gt; a:hover {
    color: #f39c12;
}

.single-blog-post blockquote {
    background-color: #f6f6f6;
    border-radius: 3px;
    padding: 30px;
    border-left: 5px solid #f39c12;
}

.single-blog-post blockquote h5 {
    margin-bottom: 0;
    line-height: 1.5;
}

.pagination li a {
    font-size: 14px;
    border: none;
    height: 40px;
    width: 40px;
    background-color: #fff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    line-height: 40px;
    padding: 0;
    color: #3a3a3a;
}

.pagination li {
    display: inline-block;
    margin: 10px 4px 0;
}

.page-link.active,
.pagination li a:hover {
    background-color: #f39c12;
    color: #fff;
}


/* -----------------------
:: 22.0 Contact Area CSS
----------------------- */

.information_content {
    box-shadow: 48px 39px 31px 27px rgba(0, 0, 0, 0.15);
}

.information_area {
    background-color: #f9f9f9;
}

.address_area,
.phone_area,
.email_area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.address_area {
    background-color: #f39c12;
    padding: 30px 20px;
}

.phone_area {
    background-color: #f39c12;
    padding: 30px 20px;
}

.email_area {
    background-color: #f39c12;
    padding: 30px;
}

.address_area &gt; i,
.phone_area &gt; i,
.email_area &gt; i {
    font-size: 32px;
    color: #fff;
    margin-bottom: 15px;
}

.address_area &gt; h6,
.phone_area &gt; h6,
.email_area &gt; h6 {
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
}

.address_area &gt; p,
.phone_area &gt; p,
.email_area &gt; p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}

.contact_form_area {
    background-color: #f9f9f9;
}

.contact_from .btn.submit-btn {
    background-color: #f39c12;
    height: 45px;
    min-width: 150px;
    border-radius: 22.5px;
    line-height: 23px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 700;
}

.contact_from .btn.submit-btn:hover {
    background-color: #f39c12;
}

.contact_from #name,
.contact_from #email,
.contact_from #subject,
.contact_from #message {
    font-size: 12px;
}

#googleMap {
    height: 600px;
    width: 100%;
}

.contact_form_area .error,
.contact_form_area .success {
    padding: 15px 30px;
    color: #fff;
    margin-bottom: 30px;
}

/* ---- Erroe Page ------ */

.iq-error h4 {
    font-size: 36px;
    margin-bottom: 20px;
}

.iq-error a {
    color: #f39c12;
    font-size: 24px;
}

/* -------------------
:: 23.0 Blog Sidebar
------------------- */

.search_post &gt; h4,
.latest_post &gt; h4,
.tag_section &gt; h4,
.single_sidebar &gt; h4 {
    color: #222;
}

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

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

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

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

.single_latest_post &gt; a &gt; h5 {
    margin: 0;
    color: #2c3e50;
    font-size: 16px;
}

.tag_section ul &gt; li &gt; a {
    background-color: #f39c12;
    display: inline-block;
    padding: 5px 10px;
    width: auto;
    color: #fff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 14px;
}

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

.tag_section ul &gt; li &gt; a:hover {
    background-color: #f39c12;
    color: #fff;
}</pre></body></html>