/* --------------------------------------------
:: Template Name: Pride - Product Landing Page Template
:: Template Author: Designing-world
:: Template Author URI: https://designing-world.com
:: Description: Pride is a One Page based Product Landing Template. It's very clean, creative & beautiful. It's super responsive & ultra light.
:: Tags: Pride, Product Landing, Product, Responsive Product Landing, Bootstrap 4, HTML Template, HTML5 Template.
:: Version: v1.1.0
:: Last Updated: Feb 01, 2018
-------------------------------------------- */

/* ----------- [Master Stylesheet] ---------

:: 1.0 Base CSS Start
:: 2.0 Header Area CSS
:: 3.0 Welcome Area CSS 
:: 4.0 Welcome Slider Area CSS 
:: 5.0 Welcome Form Area CSS 
:: 6.0 Welcome Video Area CSS 
:: 7.0 About Product Area CSS 
:: 8.0 Product Area CSS 
:: 9.0 Opportunity Area CSS 
:: 10.0 More feature Area CSS  
:: 11.0 Work Process Area CSS  
:: 12.0 Product Details Area CSS  
:: 13.0 Our Collection Area CSS  
:: 14.0 Testimonial  Area CSS 
:: 15.0 Our Team Area CSS  
:: 16.0 Subscribe Area Area CSS  
:: 17.0 Frequently Asked Question Area CSS 
:: 18.0 Call To Action Area CSS
:: 19.0 Footer Area CSS  
:: 20.0 Breadcumb Area CSS  
:: 21.0 Blog Area CSS  
:: 22.0 Dark Version Area CSS   
:: 23.0 Left Side Menu Area CSS   
:: 24.0 Close - open Area CSS   
:: 25.0 Header Subscribe Area CSS   
:: 26.0 Transparent Menu CSS  
:: 27.0 Coming Soon Area CSS 

-------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700');
@import 'css/bootstrap.min.css';
@import 'css/animate.css';
@import 'css/magnific-popup.css';
@import 'css/owl.carousel.min.css';
@import 'css/font-awesome.min.css';
@import 'css/pe-icon-7-stroke.css';

/* ----------------------
:: 1.0 Base CSS Start
---------------------- */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Rubik', sans-serif;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #131617;
    line-height: 1.3;
}

.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_50_20 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.section_padding_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section_padding_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

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

.section_padding_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

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

.section_padding_100_60 {
    padding-top: 100px;
    padding-bottom: 60px;
}

.section_padding_60_80 {
    padding-top: 60px;
    padding-bottom: 80px;
}

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

.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;
}

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

#scrollUp {
    bottom: 30px;
    font-size: 24px;
    right: 30px;
    width: 40px;
    background-color: #be202e;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 37px;
    border-radius: 6px;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, .2);
}

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


li {
    list-style: none;
}

p {
    color: #131617;
    font-size: 18px;
    font-weight: 300;
}

.heading-text > p {
    font-size: 16px;
}

.section-heading > h2 {
    color: #131617;
    font-size: 36px;
    text-transform: capitalize;
    line-height: 1.4;
    margin-bottom: 20px;
}

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

.section-heading > p {
    max-width: 950px;
    margin: 0 auto;
}

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

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

.bg-gray {
    background-color: #f6f7f9;
}

.background-pattern {
    position: relative;
    z-index: 1;
}

.background-pattern:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/core-img/pattern.png);
    background-repeat: repeat;
    content: '';
    z-index: -1;
}

#success_fail_info .success,
#success_fail_info .error {
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 30px;
}

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

.boast-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running boast-load;
    animation: 2000ms linear 0s normal none infinite running boast-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #be202e;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}

@-webkit-keyframes boast-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes boast-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* -------------------
:: 2.0 Header Area CSS
------------------- */

.header_area {
    left: 0;
    width: 100%;
    background-color: #f7f7f9;
    top: 0;
    position: fixed;
    height: 90px;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    z-index: 9999;
}

.menu_area .navbar-brand {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 1;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

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

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

.menu_area #nav ul li > a:hover {
    color: #f6f6f6;
}

.dropdown-item {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #222;
}

.dropdown-item:hover {
    color: #be202e;
    background-color: #f7f7f9;
}

/* Sticky CSS */

.header_area.sticky {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.dark-version .header_area.sticky {
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
}

.header_area.sticky .menu_area .navbar-brand {
    font-size: 24px;
}

/* -------------------
:: 3.0 Welcome Area CSS 
------------------- */

.welcome_area {
    position: relative;
    z-index: 1;
    height: 800px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.welcome-text {
    margin-top: 190px;
}

.welcome-subpage {
	margin-top: 90px;
}

.welcome-text h2 {
    font-size: 40px;
    font-weight: 300;
}

.welcome-thumb img {
    height: auto;
    width: 100%;
}

.welcome-content {
    position: relative;
    z-index: 1;
}

.boast-btn {
    display: inline-block;
    height: 50px;
    min-width: 150px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-weight: 500;
    padding: 0 30px;
    font-size: 14px;
    border-radius: 70px;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 2px solid #be202e;
}

.boast-btn:hover {
    border-color: #be202e;
    color: #be202e;
}

.boast-btn:after {
    height: 100%;
    left: -35%;
    top: 0;
    -webkit-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 135%;
    background-color: #be202e;
    position: absolute;
    content: "";
    z-index: -1;
}

.boast-btn:hover:after {
    left: -35%;
    width: 0;
}

.boast-btn.white-btn {
    color: #be202e;
    border: 2px solid #fff;
}

.boast-btn.white-btn:hover {
    border-color: #fff;
    color: #fff;
}

.boast-btn.white-btn:after {
    background-color: #fff;
}

.welcome-text.youtube > h2,
.welcome-text.youtube > p,
.welcome-text.local > h2,
.welcome-text.local > p {
    color: #fff;
}

.sonar-first-circle {
    width: 300px;
    height: 300px;
    border: 60px solid #aad2ed;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin: auto;
}

.sonar-first-circle:after {
    width: 100px;
    height: 100px;
    border: 3px solid #6eb5e4;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    content: '';
    left: 40px;
    top: 40px;
}

/* Sonar CSS */

.sonar-first-circle:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: calc(100% + 120px);
    height: calc(100% + 120px);
    border-radius: 50%;
    top: -60px;
    left: -60px;
    -webkit-animation: sonar-effect 1s ease-in-out .1s infinite;
    animation: sonar-effect 1s ease-in-out .1s infinite;
    z-index: -1
}


@-webkit-keyframes sonar-effect {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        box-shadow: 0 0 0 3px #a8d0ed, 0 0 5px 5px #a8d0ed, 0 0 0 5px #a8d0ed;
    }
    100% {
        box-shadow: 0 0 0 3px #a8d0ed, 0 0 5px 5px #a8d0ed, 0 0 0 5px #a8d0ed;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


@keyframes sonar-effect {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        box-shadow: 0 0 0 3px #a8d0ed, 0 0 5px 5px #a8d0ed, 0 0 0 5px #a8d0ed;
    }
    100% {
        box-shadow: 0 0 0 3px #a8d0ed, 0 0 5px 5px #a8d0ed, 0 0 0 5px #a8d0ed;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.welcome-thumb {
    position: absolute;
    bottom: 0;
    width: 590px;
    right: 0;
    z-index: 9;
}

/* Signup form area CSS */

.signup_form_area h5 {
    margin-bottom: 30px;
    padding: 0 5px;
    line-height: 1.5;
    font-size: 36px;
}

.signup_form_area input {
    height: 50px;
    border-radius: 30px;
    border: none;
    padding: 0 30px;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.1);
}

/* ---------------------------
:: 4.0 Welcome Slider Area CSS 
--------------------------- */

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

.wellcome_area {
    background-position: center center;
    background-size: cover;
    height: 800px;
    position: relative;
    width: 100%;
    z-index: 1;
}

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

.welcome_slides_area .welcome-text > h2,
.welcome_slides_area .welcome-text > p {
    color: #fff;
}

.welcome-text.vimeo > h2,
.welcome-text.vimeo > p {
    color: #fff;
}

.welcome-text.h-landing > h2,
.welcome-text.h-landing > p {
    color: #fff;
}

.welcome_slides_area {
    overflow: hidden;
}

.welcome_slides_area .owl-prev,
.welcome_slides_area .owl-next {
    color: #fff;
    font-size: 120px;
    left: -100px;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 99;
}

.welcome_slides_area .owl-next {
    right: -100px;
    left: auto
}

.welcome_slides_area:hover .owl-prev {
    left: 15px;
}

.welcome_slides_area:hover .owl-next {
    right: 15px;
}

/* --------------------------
:: 5.0 Welcome Form Area CSS 
------------------------ */

.header-form-area {
    height: 750px;
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: #f7f7f9;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.wellcome_area .subscribe_content > h2 {
    font-size: 52px;
}

.wellcome_area .email {
    height: 50px;
    width: 52%;
    padding: 0px 0px 0px 15px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    border: none;
}

.wellcome_area .submit {
    height: 50px;
    min-width: 130px;
    background: #be202e;
    border: none;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 43%;
    z-index: 4;
}

#emailHelp {
    padding: 0 30px;
}

/* ---------------------------
:: 6.0 Welcome Video Area CSS 
--------------------------- */

.welcome_video_area {
	position: relative;
	z-index: 1;
	margin-top: 90px;
}

.welcome_video_area > img {
    border-radius: 8px;
    width: 100%;
}

.video_play_btn {
    border-radius: 50%;
    height: 120px;
    left: 50%;
    line-height: 135px;
    margin-left: -60px;
    margin-top: -60px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 120px;
}

.video_btn > i {
    color: #000;
    font-size: 30px;
    background: #fff;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-weight: 800;
    box-shadow: 4px 5px 50px rgba(0, 0, 0, 0.15);
}

/* ---------------
:: Border Area CSS
--------------- */

.border-area {
    position: relative;
    z-index: 1;
    height: 20px;
}

/* --------- Animated Colors --------- */

.animated-colors {
    background: -webkit-linear-gradient(right, #3498db, #be202e, #3F51B5, #be202e, #00BCD4, #009688);
    background: -webkit-linear-gradient(bottom, #3498db, #be202e, #3F51B5, #be202e, #00BCD4, #009688);
    background: linear-gradient(0deg, #3498db, #be202e, #3F51B5, #be202e, #00BCD4, #009688);
    background-size: 350% 350%;
    -webkit-animation: animated-colors 15s ease infinite;
    animation: animated-colors 15s ease infinite;
}

@-webkit-keyframes animated-colors {
    0% {
        background-position: 0% 90%;
    }
    50% {
        background-position: 100% 11%;
    }
    100% {
        background-position: 0% 90%;
    }
}

@keyframes animated-colors {
    0% {
        background-position: 0% 90%;
    }
    50% {
        background-position: 100% 11%;
    }
    100% {
        background-position: 0% 90%;
    }
}

.animated-img {
    -webkit-animation: animated-image 10s ease infinite;
    animation: animated-image 10s ease infinite;
}

@-webkit-keyframes animated-image {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 20%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes animated-image {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 20%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.first_border,
.second_border,
.third_border,
.forth_border,
.fifth_border,
.sixth_border {
    width: 16.66666666666667%;
    height: 20px;
    display: inline-block;
    float: left;
}

.first_border {
    background: #3498db;
}

.second_border {
    background: #48a2df;
}

.third_border {
    background: #5dade2;
}

.forth_border {
    background: #71b7e6;
}

.fifth_border {
    background: #85c1e9;
}

.sixth_border {
    background: #99cbed;
}

/* ---------------------------
:: 7.0 About Product Area CSS 
--------------------------- */

.about-product-content h2 {
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.about-product-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-product-thumb > img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    padding: 2.5px;
    position: relative;
    z-index: 2;
    border-radius: 6px;
    max-height: 175px;
}

.about-product-thumb > img:first-child,
.about-product-thumb > img:nth-child(3) {
    top: -30px;
}

.about-product-content {
    padding-left: 50px;
}

/* ---------------------
:: 8.0 Product Area CSS 
-------------------- */

.product-content-area,
.product-thumbnail-area {
    width: calc(50% - 15px);
    display: inline-block;
    float: left;
}

.product-content-area {
    margin-right: 15px;
}

.product-thumbnail-area {
    background-size: cover;
    background-position: center center;
    margin-left: 15px;
}

.product-details-meta {
    width: 100%;
    max-width: 555px;
    float: right;
    padding-left: 15px;
    padding-right: 70px;
}

.single_feature {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single_feature .feature_icon {
    margin-right: 30px;
}

.single_feature .single_feature_text {
    position: relative;
    z-index: 1;
}

.single_feature .single_feature_text > h2 {
    font-size: 70px;
    color: #be202e;
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    position: absolute;
    bottom: -15px;
    content: "";
    left: -20px;
}

.single_feature_text > p {
    font-size: 16px;
}

.feature_icon > i {
    background-color: #2c3e50;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    color: #ffffff;
    font-size: 50px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_feature:hover .feature_icon > i {
    background-color: #be202e;
}

.single-feature-area > i {
    font-size: 50px;
    margin-bottom: 15px;
    color: #be202e;
}

.product-features-area {
    position: relative;
    z-index: 1;
}

.product-feature-thumb {
    position: absolute;
    right: 0;
    width: 50%;
    top: 50%;
    text-align: right;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ------------------------
:: 9.0 Opportunity Area CSS 
------------------------ */

.opportunity-area {
    background: #f6f7f9;
}

.single-opportunity {
    margin-bottom: 50px;
}

.opportunity-area .section-heading > p {
    margin: auto;
}

.single-opportunity > p {
    font-size: 16px;
}

.single-opportunity i {
    font-size: 60px;
    color: #2c3e50;
    margin-bottom: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-opportunity:hover i {
    color: #be202e;

}

/* --------------------------
:: 10.0 More feature Area CSS  
------------------------- */

.feature-content-area,
.feature-thumbnail-area {
    width: calc(50% - 15px);
    display: inline-block;
    float: left;
}

.feature-content-area {
    margin-right: 15px;
}

.feature-thumbnail-area {
    background-size: cover;
    background-position: center center;
    margin-right: 15px;
}

.product-details {
    width: 100%;
    max-width: 555px;
    float: left;
    padding-left: 85px;
}

.single_feature:last-child {
    margin-bottom: 0;
}

.single_feature {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single_feature .feature_icon {
    margin-right: 30px;
}

.single_feature .single_feature_text {
    position: relative;
    z-index: 1;
}

.single_feature .single_feature_text > h2 {
    font-size: 70px;
    color: #be202e;
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    position: absolute;
    bottom: 8px;
    content: "";
    left: -20px;
}

.single_feature_text > p {
    font-size: 16px;
}

/* --------------------------
:: 11.0 Work Process Area CSS  
------------------------- */

.work-process-area {
    background: #f6f7f9;
}

.work-process-area .section-heading > p {
    max-width: 950px;
    margin: auto;
}

.single-content > img {
    margin-bottom: 30px;
}

/* -----------------------------
:: 12.0 Product Details Area CSS  
--------------------------- */

.product-details-area {
    overflow-x: hidden
}

.video-text-icon > a > i {
    color: #fff;
    font-size: 80px;
}

.video_area {
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 2;
}

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

.video-text-icon > p {
    font-size: 18px;
    color: #fff;
}

.content-section-text > h2 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
}

.content-section-text > p {
    color: #fff;
}

.content-area {
    background: #322d29;
}

.product-details-area .video_area,
.product-details-area .content-area {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    position: relative;
    z-index: 1;
}

.product-details-area .video_area .video-text-icon {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
}

.content-details {
    max-width: 600px;
    padding-left: 100px;
}

/* ----------------------------
:: 13.0 Our Collection Area CSS  
--------------------------- */

.collection_area {
    background: #f9f9f9;
}

.new-collection > h5 {
    font-size: 14px;
    font-weight: 500;
}

.new-collection > a {
    background: #be202e;
    height: 30px;
    min-width: 130px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    border-radius: 15px;
}

.new-collection > a:hover {
    background-color: #fff;
    color: #be202e;
}

.product_image {
    height: 200px;
    width: 200px;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 30px;
    border: 1px solid #f6f6f6;
    margin: 0 auto 30px;
    box-shadow: 4px 7px 15px rgba(0, 0, 0, 0.1);
}

.product_image > img {
    padding: 30px;
}

.collection_area .section-heading > p {
    margin: auto;
}

.collection_area .owl-dot {
    height: 10px;
    width: 10px;
    border: 2px solid #777777;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -40px;
}

.collection_area .owl-dots {
    width: 100%;
    height: auto;
    text-align: center;
}

.collection_area .owl-dot.active {
    background: #be202e;
    border-color: transparent;
}

/* ---------------------------
:: 14.0 Testimonial  Area CSS 
------------------------- */

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

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

.testimonial-description {
    position: relative;
    z-index: 2;
    background: rgba(122, 86, 66, .4);
    padding: 70px 30px 30px 50px;
    border-radius: 2px;
}

.center .testimonial-description {
    background: rgba(122, 86, 66, 1);
}


.testimonials-area .section-heading > h2,
.testimonials-area .section-heading > p {
    color: #fff;
}

.testimonial_image {
    height: 90px;
    width: 90px;
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 9;
}

.single-testimonial {
    padding-top: 45px;
}

.testimonial_image > img {
    border-radius: 50%;
    padding: 5px;
    background-color: #f7f7f9;
}

.testimonial-description > p {
    color: #ffffff;
    font-size: 16px;
}

.star-icon > i {
    color: #ff9800;
    font-size: 18px;
}

.star-icon span {
    color: #fff;
    font-size: 12px;
}

.testimonial-description > h5 {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.star-icon {
    margin-bottom: 10px;
}

.testimonials-area .section-heading > p {
    margin: auto;
}

.testimonials-area {
    position: relative;
    z-index: 3;
    padding: 100px 5%;
}

.testimonials-area .owl-dot {
    height: 10px;
    width: 10px;
    border: 2px solid #be202e;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -40px;
}

.testimonials-area .owl-dots {
    width: 100%;
    height: auto;
    text-align: center;
}

.testimonials-area .owl-dot.active {
    background: #ffffff;
    border-color: transparent;
}

.partners-slides.owl-carousel .owl-item > img {
    border-radius: 6px;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
}

/* ----------------------
:: 15.0 Our Team Area CSS  
--------------------- */

.our-team-area {
    background: #f6f6f6;
}

.our-team-area .section-heading > p {
    margin: auto;
}

.member-image {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.member-text > h4 {
    font-size: 18px;
    margin-bottom: 0;
}

.member-image > img {
    border-radius: 30px;
    width: 200px;
}

.team-overlay-effect {
    position: absolute;
    top: 0;
    background-color: #be202e;
    width: 200px;
    height: 100%;
    border-radius: 30px;
    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;
    color: #fff;
    font-size: 50px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.team-overlay-effect > a {
    color: #fff;
}

.single-team-member:hover .team-overlay-effect {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
}

.member-text {
    border-left: 4px solid #ddd;
    padding: 0px 10px;
}

.member-text p {
    margin-bottom: 0;
    font-size: 14px;
}

/* ----------------------------
:: 16.0 Subscribe Area Area CSS  
--------------------------- */

.subscribe_content,
.download_apps_content {
    margin-bottom: 30px;
}

.subscribe-area,
.download-apps-area {
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.subscribe-area:after,
.download-apps-area:after {
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.subscribe_content > h2,
.download_apps_content > h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 18px;
    line-height: 1.5;
    text-transform: capitalize;
}

.subscribe_content > p,
.download_apps_content > p {
    color: #fff;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
}

.subscribe-area .email {
    height: 50px;
    width: 100%;
    padding: 0px 0px 0px 15px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    border: none;
    padding: 0 30px;
    font-size: 14px;
}

.subscribe-area .submit {
    margin-top: 15px;
}

.subscribe-area .download_app > a {
    padding: 10px;
}

.subscribe-area .download_app {
    margin-top: 30px;
}

.subscribe-form {
    position: relative;
    z-index: 1;
}

/* ---------------------------------------
:: 17.0 Frequently Asked Question Area CSS 
------------------------------------- */

.frequently_asked_question {
    background: #f6f6f6;
}

.frequently_asked_question .section-heading > p {
    margin: auto;
}

.single_faq > h5 {
    font-size: 18px;
}

.single_faq > p {
    font-size: 15px;
    color: #555555;
    margin-bottom: 0;
}

.single_faq {
    margin-bottom: 50px;
}

.support_text > h4 {
    color: #be202e;
    font-size: 18px;
    font-weight: 400;
}

.support_text > h4 > a {
    height: 40px;
    min-width: 130px;
    background: #be202e;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 20px;
    margin-left: 15px;
    font-size: 16px;
}

.support_text > h4 > a:hover {
    background-color: #fff;
    color: #be202e;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
}

.support_text {
    margin-top: 20px;
}

/* ----------------------------
:: 18.0 Call To Action Area CSS  
--------------------------- */

.call-to-action-area {
    background: #be202e;
}

.at-cpro-area {
    background: #000000;
}

.call-section-heading > h2 {
    color: #fff;
    font-size: 50px;
    line-height: 1.5;
    margin-bottom: 0;
}

/* --------------------
:: 19.0 Footer Area CSS  
------------------- */

.footer-area {
    background-color: #151719;
    position: relative;
    z-index: 1;
}

.single_bottom_area h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.single_bottom_area p {
    color: #fff;
    font-size: 16px;
}

.form-control {
    font-size: 14px;
}

.contact_address_area .section_heading > h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.contact_address_area .section_heading > p {
    font-size: 16px;
}

.single_contact_area > p > i {
    margin-right: 10px;
    color: #be202e;
    width: 15px;
}

.single_contact_area > p {
    font-size: 14px;
}

.social_links_area {
    margin-top: 15px;
}

.single_bottom_area > a {
    color: #fff;
    margin-bottom: 5px;
}

.single_bottom_area > a > i {
    width: 20px;
}

.copywrite_text {
    margin-top: 50px;
}

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

.copywrite_text p a {
    color: #fff
}

.social_links_area > a {
    width: 30px;
    margin: 0;
    color: #fff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    display: inline-block;
}

.social_links_area > a:hover {
    color: #be202e;
}

.contact_input_area .form-group input,
.contact_input_area .form-group select,
.contact_input_area .form-group textarea {
    border-radius: 0;
    height: 50px;
    margin-bottom: 15px;
    padding: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
}

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

.form-group {
    margin-bottom: 15px;
}

.contact_section_heading > h2 {
    font-size: 22px;
    margin-bottom: 25px;
}

#googleMap {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
}

.made_by_text > p > i {
    color: #be202e;
}

.made_by_text > p,
.made_by_text > p > a {
    color: #fff;
}

/* -----------------------
:: 20.0 Breadcumb Area CSS  
---------------------- */

.breadcumb_area {
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 205px 5% 115px;
    height: 400px;
}

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

.page_title > h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 36px;
}

.page_title > p {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
}

.breadcrumb > li {
    display: inline-block;
}

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

.breadcrumb > li,
.breadcrumb li > a {
    color: #fff;
}

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

/* ------------------
:: 21.0 Blog Area CSS  
----------------- */

.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 > a,
.single-blog-post .post-favourite > a {
    color: #838383;
    font-size: 14px;
    margin-right: 15px;
}

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

.single-blog-post .post-author > a:hover,
.single-blog-post .post-favourite > a:hover,
.single-blog-post .post-date > a:hover,
.single-blog-post .post-comments > a:hover {
    color: #be202e;
}

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

.single-blog-post .post-headline > a:hover {
    color: #be202e;
}

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


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

.pager .prev > a,
.pager .next > a {
    width: 100px;
    height: 40px;
    background-color: #be202e;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    border-radius: 30px;
    line-height: 36px;
    text-align: center;
    border: 2px solid #be202e;
}

.pager .prev > a:hover,
.pager .next > a:hover {
    border: 2px solid #be202e;
    background-color: transparent;
    color: #be202e;
}

/* --------------------------
:: 22.0 Dark Version Area CSS   
------------------------- */

.dark-version .header_area,
.dark-version .header-form-area,
.dark-version .subscribe--area,
.dark-version .coming-soon-area,
.dark-version .blog-area,
.dark-version .message_now_area,
.dark-version .product-area,
.dark-version .more-feature-area,
.dark-version .product-details-area,
.dark-version .opportunity-area,
.dark-version .work-process-area,
.dark-version .collection_area,
.dark-version .our-team-area,
.dark-version .frequently_asked_question,
.dark-version .footer-contact-area,
.dark-version .welcome_area,
.dark-version .about-product-area,
.dark-version .product-area,
.dark-version .product-features-area,
.dark-version .bg-white,
.dark-version .dropdown-menu {
    background-color: #131517!important;
}

.dark-version .background-pattern:after {
    display: none;
}

.dark-version .dropdown-item:hover {
    color: #000;
}

.dark-version .welcome_area {
    border-top: 1px solid #888;
}

.dark-version .header_area .menu_area .navbar-brand,
.dark-version .header_area .menu_area #nav .nav-link,
.dark-version h1,
.dark-version h2,
.dark-version h3,
.dark-version h4,
.dark-version h5,
.dark-version h6,
.dark-version .single-opportunity i {
    color: #fff;
}

.dark-version p,
.dark-version a {
    color: #dddddd;
}

.dark-version .single-blog-post blockquote {
    background-color: #131517;
}

.dark-version .single-blog-post .post-headline > a {
    color: #ffffff;
}

/* ----------------------------
:: 23.0 Left Side Menu Area CSS   
--------------------------- */

.left-side-menu {
    position: fixed;
    width: 320px;
    height: 100%;
    background-color: #be202e;
    z-index: 999;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.left-side-content {
    margin-left: 320px;
    position: relative;
    z-index: 1;
    width: calc(100% - 320px);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.left-side-logo > a {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
    display: block;
    line-height: 1;
}

.left-side-menu .navbar-nav .nav-link {
    color: #fff;
}

/* --------------------------
:: 24.0 close - open Area CSS   
------------------------- */

.left-side-menu-hide-open > img {
    position: absolute;
    top: 20px;
    width: 60px;
    right: 20px;
    cursor: pointer;
    z-index: 999;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.left-side-menu .left-side-nav {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.left-side-menu-close .left-side-nav {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.left-side-menu-hide-open > .right-arrow-btn {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1
}

.left-side-menu-close .left-side-menu {
    margin-left: -220px;
}

.left-side-menu-close .left-side-content {
    margin-left: 100px;
    position: relative;
    z-index: 1;
    width: calc(100% - 100px);
}

.left-side-menu-close .left-side-menu-hide-open > .right-arrow-btn {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.left-side-menu-close .left-side-menu-hide-open > .left-arrow-btn {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* ------------------------------
:: 25.0 Header Subscribe Area CSS   
----------------------------- */

.subscribe--area {
    height: 800px;
    background-color: #f6f7f9;
    border-top: 1px solid #fff;
}

.subscribe--content h2 {
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: 300;
}

.subscribe--content p {
    font-size: 24px;
    margin-bottom: 20px;
}

.subscribe--area form {
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

.subscribe--area form > input {
    width: 80%;
    height: 70px;
    border: none;
    padding: 0 50px;
    border-radius: 80px;
    color: #838383;
    box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.1);
}

.subscribe--area form > button {
    width: 150px;
    background-color: #be202e;
    height: 70px;
    border: none;
    border-radius: 80px;
    font-size: 70px;
    color: #fff;
    line-height: 70px;
    position: absolute;
    right: 10%;
    cursor: pointer;
}

.welcome--video-area {
    height: 850px;
}

/* -------------------------
:: 26.0 Transparent Menu CSS  
------------------------ */

.header_area.transparent-menu {
    width: 100%;
    position: absolute;
    z-index: 999;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header_area.transparent-menu.sticky {
    width: 100%;
    position: fixed;
    z-index: 999;
    background-color: #f6f7f9 !important;
}

.header_area.transparent-menu .navbar-brand,
.header_area.transparent-menu .menu_area #nav .nav-link {
    color: #fff;
}

.header_area.transparent-menu.sticky .navbar-brand,
.header_area.transparent-menu.sticky .menu_area #nav .nav-link {
    color: #000;
}

.dark-version .header_area.transparent-menu {
    background-color: transparent !important;
}

.dark-version .header_area.transparent-menu.sticky {
    background-color: #131517 !important;
}

.dark-version .header_area.transparent-menu.sticky .navbar-brand,
.dark-version .header_area.transparent-menu.sticky .menu_area #nav .nav-link {
    color: #fff;
}

/* -------------------------
:: 27.0 Coming Soon Area CSS 
------------------------ */

.coming-soon-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #f6f7f9;
}

.coming-soon-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.coming-soon-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.coming-soon-area ul > li {
    width: 90px;
    display: inline-block;
    height: 90px;
    background-color: #fff;
    margin-right: 15px;
    box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.075);
    border-radius: 30px 6px;
    font-size: 16px;
    line-height: 90px;
    margin-bottom: 30px;
}

.coming-soon-area ul > li:last-of-type {
    margin-right: 0;
}

.coming-soon-area .subscribe_bar p {
    font-size: 16px;
    font-weight: 500;
}

.coming-soon-area .subscribe_bar form {
    position: relative;
    z-index: 1;
}

.coming-soon-area .subscribe_bar input {
    width: 70%;
    height: 50px;
    border: none;
    border-radius: 65px;
    padding: 0 20px;
    font-size: 13px;
    color: #888;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.075);
}

.coming-soon-area .subscribe_bar button {
    width: 120px;
    height: 50px;
    border: none;
    background-color: #be202e;
    color: #fff;
    border-radius: 65px;
    position: absolute;
    right: 15%;
}

.coming-soon-area .social_share_area > a {
    font-size: 14px;
    display: inline-block;
    background-color: #fff;
    width: 30px;
    color: #be202e;
    height: 30px;
    line-height: 30px;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 8px 4px;
    margin: 40px 2.5px 0;
}

.coming-soon-area .social_share_area > a:hover {
    background-color: #be202e;
    color: #fff;
}

/* RTL Version */

.rtl-version .collapse.navbar-collapse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.rtl-version .header_area .navbar .navbar-nav.ml-auto {
    margin-left: 0!important;
}

.rtl-version .header_area .navbar,
.rtl-version .row,
.rtl-version .single_feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.rtl-version .welcome-thumb {
    width: 520px;
    right: auto;
    left: 0;
}

.rtl-version .header_area .sing-up-button.ml-50 {
    margin-left: 0!important;
    margin-right: 50px;
}

.rtl-version .single_feature .feature_icon {
    margin-right: 0;
    margin-left: 30px;
}

.rtl-version .about-product-thumb {
    padding-right: 0;
    padding-left: 50px;
}

.rtl-version .product-thumbnail-area {
    margin-left: 0;
}

.rtl-version .product-details-meta {
    float: left;
    padding-left: 70px;
    padding-right: 15px;
}

.rtl-version .product-details {
    float: right;
    padding-left: 0;
    padding-right: 85px;
}

.rtl-version .made_by_text,
.rtl-version .single_bottom_area,
.rtl-version .product-features-content,
.rtl-version .content-section-text,
.rtl-version .subscribe-area,
.rtl-version .download-apps-area,
.rtl-version .welcome-text,
.rtl-version .about-product-content,
.rtl-version .testimonial-description,
.rtl-version .product-details-meta .single_feature_text,
.rtl-version .product-details .single_feature_text,
.rtl-version .product-details-meta .section-heading,
.rtl-version .product-details .section-heading,
.rtl-version .single_faq {
    text-align: right;
}

.rtl-version .product-features-content .section-heading > p {
    max-width: 950px;
    margin-bottom: 0;
}

.rtl-version .content-details {
    max-width: 550px;
    padding-left: 0;
    padding-right: 50px;
    float: right;
}

.rtl-version .testimonial_image {
    left: auto;
    right: 50px;
}

.rtl-version .product-feature-thumb {
    right: auto;
    text-align: left;
    left: 0;
}

/* Demo Page Area CSS */

.all-demo-pages {
    padding: 100px 5% 50px;
    position: relative;
    z-index: 1;
}

.single_demo_page_content {
    box-shadow: 3px 7px 30px 20px rgba(0, 0, 0, 0.1);
}

.single_demo_page_content img {
    border-radius: 2px;
}

.demo_page_title {
    margin-bottom: 50px;
}

.demo_page_title > h4 {
    padding: 30px 0 0 0;
    margin: 0;
}

.redbklgtext {
	color: #FFFFFF;
	font-size: 26px;
	line-height: 32px;
}

.redbklgh2 {
	padding: 32px;
	color: #FFFFFF;
	font-size: 48px;
}

.whitepgtoph2 {
	color: #FFFFFF;
	font-size: 30px;
}

.whitepgtoptext {
	color: #FFFFFF;
	font-size: 21px;
	line-height: 24px;
}

.subpagevs {
    width: 100%;
	margin-left: 20px;
	text-align: left;
}
.subpagevsbox {
    width: 265px;
    float: left;
	text-align: left;
}

.subpagevsbox2 {
    width: 360px;
    float: left;
	text-align: left;
	padding-left: 15px;
}

.subpagevsbox3 {
    width: 265px;
    float: left;
	text-align: left;
}

.subpagevsbuffer {
    width: 28px;
    float: left;	
}

.subpagevsbuffer2 {
    width: 300px;
    float: left;	
}

.spacer45px {
	height: 45px;
}

.imgfloatright {
	float: right;
}

.compboxoutline {
	width: 275px;
	background-color: #dadada;
	padding: 10px;
}

.compboxinner {
	background-color: #FFFFFF;
}

