@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Raleway:100,200,300,400,500,600');

/* :: 1.0 Import All CSS */

@import 'bootstrap.min.css';
@import 'magnific-popup.css';
@import 'animate.css';
@import 'meanmenu.css';
@import 'font-awesome.min.css';
@import 'owl.carousel.css';
@import 'YTPlayer.css';
@import 'pe-icon-7-stroke.css';
@import 'animated-headline.css';
@import 'bootsnav.css';
@import 'boot-snav.css';

/* :: 2.0 Common CSS */

* {
    margin: 0;
    padding: 0;
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 300;
    line-height: 1.2;
    font-family: 'Raleway', sans-serif;
    color: #151515;
}

h1,
.h1 {
    font-size: 42px;
}

h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 30px;
}

h4,
.h4 {
    font-size: 24px;
}

h5,
.h5 {
    font-size: 18px;
}

.h6,
.h6 {
    font-size: 16px;
}

p {
    color: #333333;
    line-height: 1.7;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    color: #111;
}

.btn {
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
}

.btn:hover {
    box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.15);
}

ul {
    margin: 0;
}

ol li,
ul li {
    list-style: outside none none;
}

img {
    height: auto;
    max-width: 100%;
}

.background-overlay {
    position: relative;
    z-index: 3;
    background-size: cover;
}

.background-overlay:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
}

.background-gradients {
    position: relative;
    z-index: 3;
    background-size: cover;
}

.background-gradients:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #DC2424;
    background: -webkit-linear-gradient(to right, #4A569D, #DC2424);
    background: -webkit-linear-gradient(left, #4A569D, #DC2424);
    background: linear-gradient(to right, #4A569D, #DC2424);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.table {
    display: table;
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
}

.table_cell {
    display: table-cell;
    vertical-align: middle;
}

.margin_top_30 {
    margin-top: 30px;
}

.mt_50 {
    margin-top: 50px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.section_padding_50 {
    padding: 50px 0;
}

.section_padding_50_20 {
    padding: 50px 0 20px 0;
}

.section_padding_150 {
    padding: 150px 0;
}

.section_padding_0 {
    padding: 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_0_70 {
    padding: 0 0 70px 0;
}

.section_padding_50_150 {
    padding: 50px 0 88px;
}

.section_padding_50_100 {
    padding: 50px 0 100px 0;
}

.section_padding_100_50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_padding_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section_padding_200_100 {
    padding-top: 200px;
    padding-bottom: 100px;
}

.section_padding_200_70 {
    padding-top: 200px;
    padding-bottom: 70px;
}

.section_padding_200_170 {
    padding-top: 200px;
    padding-bottom: 170px;
}

.section_padding_200_0 {
    padding-top: 200px;
    padding-bottom: 0;
}

.slidea-control-thumbnail {
    width: 150px;
}

.bg-white {
    background-color: #fff !important;
}

.bg-dark {
    background-color: #000 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-transparent-dark {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-transparent-light {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 30px 0;
}

.btn-xlg {
    padding: 12px 20px;
    font-size: 21px;
    line-height: 1.3333333;
}

.box-shadow-with-bg-gray {
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background-color: #f6f6f6 !important;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.box-shadow-with-bg-gray:hover {
    box-shadow: 5px 5px 24px rgba(0, 0, 0, 0.15);
}

.box-shadow-with-bg-white {
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #fff !important;
}

.box-shadow-with-bg-white:hover {
    box-shadow: 5px 5px 24px rgba(0, 0, 0, 0.15);
}

.blue-bg:hover {
    background-color: #3498db !important;
    color: #fff !important;
}

.bg-gray {
    background-color: #f6f6f6 !important;
}

.contact-btn {
    border: 1px solid #ddd !important;
    text-transform: capitalize !important;
}

.w50 {
    width: 50% !important;
}

.w25 {
    width: 25% !important;
}

.royal-btn {
    background: #009688 none repeat scroll 0 0;
    border: 2px solid transparent;
    border-radius: 25px;
    color: #fff;
    font-size: 15px;
    margin-top: 15px;
    min-width: 150px;
    padding: 10px 30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.royal-btn:hover,
.royal-btn:focus {
    color: #009688;
    background-color: #fff;
}

#btn-one-1,
#btn-two-1,
#btn-three-1 {
    margin-right: 15px;
}

#btn-1 {
    margin-right: 15px;
}

.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.welcome_area.small_size {
    height: 600px !important;
    width: 100%;
}


/* :: 3.0 Preloader CSS */

#preloader {
    overflow: hidden;
    background-color: #151515;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.preloader {
    height: 100%;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 9;
    margin-top: 0;
    margin-left: -44px;
}

#cssload-loader {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 88px;
}

#cssload-loader ul {
    margin: 0;
    list-style: none;
    width: 88px;
    height: 63px;
    position: relative;
    padding: 0;
    height: 10px;
}

#cssload-loader ul li {
    position: absolute;
    width: 2px;
    height: 0;
    background-color: rgb(255, 255, 255);
    bottom: 0;
}

#cssload-loader li:nth-child(1) {
    left: 0;
    animation: cssload-sequence1 1.15s ease infinite 0;
    -o-animation: cssload-sequence1 1.15s ease infinite 0;
    -ms-animation: cssload-sequence1 1.15s ease infinite 0;
    -webkit-animation: cssload-sequence1 1.15s ease infinite 0;
    -moz-animation: cssload-sequence1 1.15s ease infinite 0;
}

#cssload-loader li:nth-child(2) {
    left: 15px;
    animation: cssload-sequence2 1.15s ease infinite 0.12s;
    -o-animation: cssload-sequence2 1.15s ease infinite 0.12s;
    -ms-animation: cssload-sequence2 1.15s ease infinite 0.12s;
    -webkit-animation: cssload-sequence2 1.15s ease infinite 0.12s;
    -moz-animation: cssload-sequence2 1.15s ease infinite 0.12s;
}

#cssload-loader li:nth-child(3) {
    left: 29px;
    animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
    -o-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
    -ms-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
    -webkit-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
    -moz-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
}

#cssload-loader li:nth-child(4) {
    left: 44px;
    animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
    -o-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
    -ms-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
    -webkit-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
    -moz-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
}

#cssload-loader li:nth-child(5) {
    left: 58px;
    animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
    -o-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
    -ms-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
    -webkit-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
    -moz-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
}

#cssload-loader li:nth-child(6) {
    left: 73px;
    animation: cssload-sequence2 1.15s ease infinite 0.58s;
    -o-animation: cssload-sequence2 1.15s ease infinite 0.58s;
    -ms-animation: cssload-sequence2 1.15s ease infinite 0.58s;
    -webkit-animation: cssload-sequence2 1.15s ease infinite 0.58s;
    -moz-animation: cssload-sequence2 1.15s ease infinite 0.58s;
}

@keyframes cssload-sequence1 {
    0% {
        height: 10px;
    }
    50% {
        height: 49px;
    }
    100% {
        height: 10px;
    }
}

@-webkit-keyframes cssload-sequence1 {
    0% {
        height: 10px;
    }
    50% {
        height: 49px;
    }
    100% {
        height: 10px;
    }
}

@keyframes cssload-sequence2 {
    0% {
        height: 19px;
    }
    50% {
        height: 63px;
    }
    100% {
        height: 19px;
    }
}

@-webkit-keyframes cssload-sequence2 {
    0% {
        height: 19px;
    }
    50% {
        height: 63px;
    }
    100% {
        height: 19px;
    }
}

#scrollUp {
    background-color: #009688;
    border-radius: 2px 2px 0 0;
    bottom: 0;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 45px;
    right: 30px;
    text-align: center;
    width: 40px;
    padding: 7px 0;
}


/* :: 4.0 Section Heading CSS */

.section_heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.section_heading>h2 {
    font-size: 36px;
    text-transform: capitalize;
}

.section_heading>p {
    font-size: 18px;
    margin: 0 auto;
    max-width: 550px;
}

.section_heading.text-left {
    text-align: left !important;
}

.section_heading.text-right {
    text-align: right !important;
}


/* :: 5.0 Header Area CSS */

header {
    height: auto;
    position: absolute;
    width: 100%;
    z-index: 99999;
}

.logo_area {
    padding: 20px 0;
}

.main_header_area {
    height: 70px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.main_header_area.sticky {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    z-index: 999999;
}

.menu-open .main_header_area.sticky {
    width: calc(100% - 280px);
}

.headerfull.sticky {
    background-color: #111;
}

.main_menu_area {
    float: right;
    position: relative;
    z-index: 1;
}

.mainmenu {
    display: inline-block;
}

.mainmenu {
    text-align: right;
}

.mainmenu ul#nav li {
    display: inline-block;
    float: left;
    position: relative;
}

.mainmenu ul#nav li a {
    color: #fff;
    display: block;
    line-height: 1;
    padding: 27px 15px;
    text-transform: capitalize;
}

.main_header_area.sticky .mainmenu ul#nav li a {
    color: #333;
}

.main_header_area.sticky .mainmenu ul#nav li.current_page_item a,
.main_header_area.sticky .mainmenu ul#nav li.current_page_item a:focus {
    color: #111;
    background-color: #f6f6f6;
}

.main_header_area .mainmenu ul#nav li.current_page_item a {
    background-color: transparent;
}

.mainmenu ul#nav li a i,
.mean-container .mean-nav ul li a i {
    padding-left: 5px;
}

.mainmenu ul#nav li ul {
    text-align: left;
}

.mainmenu ul#nav li ul li a {
    padding-left: 15px;
    text-align: left;
}

.main_header_area.sticky .mainmenu ul#nav li.active a,
.main_header_area.sticky .mainmenu ul#nav li:hover a,
.mainmenu ul#nav li.active a,
.mainmenu ul#nav li:hover a {
    color: #009688;
}

.blog_page .main_header_area {
    background-color: #fff;
}


/* :: 6.0 Welcome Area Slider CSS */

.default-title h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 200;
    line-height: 1.2;
}

.default-title h2 span {
    color: #009688;
}

.default-description>p,
h2.default-description {
    color: #fff;
    font-size: 18px;
}

.slidea .slidea-overlay {
    background: rgba(0, 0, 0, 0.23) none repeat scroll 0 0;
}


/* :: 7.0 Top Feature Area CSS */

.single_feature {
    margin-bottom: 30px;
    padding: 0;
    position: relative;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 1;
    text-align: center;
}

.single_feature .feature_img {
    margin: 0 auto 20px;
    max-width: 65px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.feature_img>i {
    color: #009688;
    font-size: 70px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_feature .feature_text h4 {
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_feature .feature_text p {
    margin: 0;
}


/* :: 8.0 About Us Area CSS */

.about_us_text>h2 {
    font-size: 32px;
    text-transform: capitalize;
}

.about_image {
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 2;
}

.video_btn {
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    height: 60px;
    margin: 0 auto;
    width: 60px;
}

.video_play_area a.video_btn>i {
    color: #fff;
    font-size: 30px;
    line-height: 56px;
    text-align: center;
}


/* :: 9.0 Call to action Area Start */

.cta_area {
    position: relative;
    z-index: 1;
}

.cta_area h2,
.cta_area p {
    color: #fff;
}

.cta_content>h2 {
    font-size: 50px;
}

.cool_facts_area.raindrops {
    background-color: #009688;
}


/* :: 10.0 Services Area CSS */

.single_service {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.single_service_img img {
    border-radius: 1px;
}

.single_service_img {
    position: relative;
    z-index: 1;
}

.single_service_title {
    background-color: #009688;
    border-left: 3px solid #fff;
    border-radius: 0;
    bottom: 10px;
    color: #fff;
    left: 10px;
    padding: 5px 10px 3px;
    position: absolute;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_service_title h4 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.single_service_content {
    margin-top: 30px;
}


/* :: 11.0 Speciality Area CSS */

.our_speciality_area {
    position: relative;
    z-index: 1;
}

.single_speciality {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 1;
}

.single_speciality_text {
    margin-left: 100px;
    position: relative;
    z-index: 1;
}

.single_speciality_text p {
    margin: 0;
    color: #fff;
}

.single_speciality_icon {
    left: 15px;
    position: absolute;
    top: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_speciality_icon i {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    color: #009688;
    font-size: 36px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}

.single_speciality_text>h4 {
    color: #fff;
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}


/* :: 12.0 Service Details Area CSS */

.single_service_title>a {
    border: 1px solid #ddd;
    border-bottom: none;
    color: #2c3e50;
    display: block;
    padding: 15px;
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 700;
}

.single_service_title>a>i {
    padding-right: 5px;
}

.single_service_title:nth-child(odd):hover>a {
    color: #fff;
    background-color: #2c3e50;
}

.single_service_title:nth-child(even):hover>a,
.single_service_title>a.active {
    color: #fff;
    background-color: #009688;
}

.single_service_title:last-child>a {
    border-bottom: 1px solid #ddd;
}

.service_data_dl {
    border: 1px solid #ddd;
    margin-top: 30px;
    padding: 15px;
    border-radius: 20px;
}

.service_data_dl>p {
    text-align: center;
}

.service_data_dl>a {
    background-color: #009688;
    color: #fff;
    display: block;
    width: 50%;
    margin: 0 auto;
}

.service_data_dl>a:hover {
    background-color: #34495e;
}

.service_details_thumb {
    border: 1px solid #f6f6f6;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 2px;
    text-align: center;
}

.single_part_content {
    padding: 30px 0 0;
}

.single_part_content h3 {
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #009688;
    margin-bottom: 15px;
    text-align: center;
}

.single_part_content h3>span {
    color: #34495e;
}

.call_to_action.service .call_to>h3 {
    padding-left: 30px;
}

#cta-raindrops .cool_fact_text {
    margin-bottom: 0;
}


/* :: 13.0 Top CTA Area CSS */

.top_cta_area h3 {
    color: #fff;
    margin: 0;
}

.top_cta_area p {
    color: #fff;
    margin: 15px 0;
}

.top_cta_area.raindrops {
    background-color: #009688;
}

.twitter_icon>i {
    color: #2196f3;
    font-size: 50px;
}

#twitter-raindrops .royal-btn {
    background-color: #fff;
    color: #111;
}

#twitter-raindrops .twitter_icon>i {
    color: #fff;
}

.twitter_feed_slides .owl-dot {
    background-color: #fff;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
}

.twitter_feed_slides .owl-dot.active {
    background-color: #009688;
}

.single_feed a {
    color: #2196f3;
}

#twitter-raindrops .single_feed a {
    color: #111;
}


/* :: 14.0 Price Plan Area CSS */

.single_price_plan {
    background-color: #f6f6f6;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    padding: 30px 0;
    text-align: center;
}

.single_price_plan .title {
    padding: 30px;
}

.single_price_plan .title h3 {
    margin: 0;
    text-transform: capitalize;
}

.single_price_plan .price h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.single_price_plan .price {
    margin-bottom: 20px;
    margin-top: 30px;
}

.single_price_plan .price span {
    display: block;
    font-size: 16px;
    margin-top: 15px;
}

.single_price_plan .description {
    padding-bottom: 30px;
}

.single_price_plan .description>p {
    line-height: 2;
    margin: 0;
}

.single_price_plan .buy_now {
    padding: 0 0 30px;
}

.single_price_plan .buy_now>a {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin: 0;
}

.single_price_plan .title>p {
    margin: 0;
}

.single_price_plan .p_icon {
    margin: 30px 0;
}

.p_icon>i {
    font-size: 70px;
}

.single_price_plan.active {
    box-shadow: 5px 5px 24px rgba(0, 0, 0, 0.15);
    background-color: #009688;
    border-radius: 5px;
}

.single_price_plan.active .p_icon>i,
.single_price_plan.active .title h3,
.single_price_plan.active .price h2,
.single_price_plan.active .description>p,
.single_price_plan.active .title>p {
    color: #fff;
}

.single_price_plan.active .buy_now>a {
    background-color: #fff;
    color: #009688;
}


/* :: 15.0 Our Advisor Area CSS */

.single_advisor {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.single_advisor_details_info {
    padding: 15px 0 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_advisor_details_info>h4 {
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: capitalize;
}

.about_advisor {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.single_advisor_details_info>p {
    margin-bottom: 0;
}

.advisor_thumb {
    text-align: center;
}

.advisor_thumb>img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
}

.social_icon>a {
    display: inline-block;
    margin: 5px 5px 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.social_icon>a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.advisor_social_info {
    bottom: 15px;
    position: absolute;
    right: 15px;
    z-index: 9999;
}

.advisor_social_info .social_icon>a:hover {
    background-color: #009688;
    color: #fff;
}

.single_team_advisor_info {
    margin-top: 50px;
}

.single_team_advisor_info .team_name>h4 {
    margin-bottom: 5px;
}

.single_team_advisor_info .description {
    margin-top: 15px;
}

.our_advisor_area.raindrops {
    background-color: #009688;
}

.raindrops .single_advisor_details_info>h4,
.raindrops .single_advisor_details_info>p,
.raindrops .section_heading>h2,
.raindrops .section_heading>p,
.raindrops .social_icon>a {
    color: #fff;
}


/* :: 16.0 Testimonial Area CSS */

.testimonial_area {
    position: relative;
    z-index: 1;
}

.testimonial_text {
    margin-bottom: 30px;
    text-align: center;
}

.testimonial_text>p {
    margin-bottom: 0;
}

.testimonial_author_name {
    text-align: center;
}

.testimonial_author_name>h4 {
    margin-bottom: 5px;
    color: #fff;
}

.testimonial_author_name>h5 {
    margin: 0;
    color: #fff;
}

.testimonials {
    position: relative;
    z-index: 1;
}

.owl-prev,
.owl-next {
    font-size: 35px;
    height: 50px;
    position: absolute;
    text-align: center;
    top: 35%;
    width: 50px;
    margin-top: -40px;
    color: #fff;
}

.owl-prev {
    left: -120px;
}

.owl-next {
    right: -120px;
}

.testimonial_text h2,
.testimonial_area .section_heading>p,
.testimonial_area .section_heading>h2 {
    color: #fff;
}

.testimonial_text>h2 {
    font-size: 18px;
    line-height: 1.5;
}

.testimonial_area.raindrops {
    background-color: #009688;
}


/* :: 17.0 Partner Company Area CSS */

.partner_slides .owl-item a>img {
    padding: 30px;
}

.partner_slides .owl-nav {
    display: none;
}


/* :: 18.0 Cool Facts Area CSS */

.cool_facts_area {
    position: relative;
    z-index: 1;
}

.cool_fact_text {
    float: left;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    width: 20%;
    z-index: 1;
    display: inline-block;
}

.cool_fact_text>p {
    color: #fff;
    margin: 0;
}

.cool_fact_text>h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.cool_fact_text>i {
    color: #fff;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 15px;
}


/* :: 19.0 Blog Area CSS */

.single_latest_news_area {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.single_latest_news_text_area {
    padding: 23px 0 0;
}

.single_latest_news_img_area {
    position: relative;
    z-index: 1;
}

.single_latest_news_img_area>img {
    border-radius: 1px;
}

.date_tag {
    background-color: #009688;
    border-left: 3px solid #fff;
    bottom: 15px;
    color: #fff;
    display: inline;
    left: 15px;
    margin-bottom: 0;
    padding: 5px 10px;
    position: absolute;
}

.date_tag .date,
.date_tag .tag {
    display: inline-block;
}

.date_tag .date a {
    margin: 0;
}

.date_tag .date a,
.date_tag .tag a {
    color: #fff;
    margin: 0;
}

.date_tag .tag {
    padding-left: 10px;
}

.partner_area {
    padding: 20px 0;
}


/* :: 20.0 Footer Area CSS */

.footer_area {
    position: relative;
    z-index: 1;
}

.footer_bottom_area {
    background-color: #151515;
}

.footer_bottom {
    padding: 25px 0;
    text-align: center;
}

.footer_bottom p {
    margin: 0;
    color: #fff;
}

.footer_bottom p>a {
    color: #fff;
}

.footer_bottom p>i,
.footer_bottom p>a:hover {
    color: #009688;
}


/* :: 21.0 Blog Area CSS */

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6,
blockquote p {
    margin: 0;
}

.blog_embed_video iframe {
    width: 100%;
}

.blog_post_slider .owl-dot {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 2px;
    width: 12px;
}

.blog_post_slider .owl-dot.active {
    background-color: #2c3e50;
}

.blog_post_slider .owl-controls {
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.blog_post_slider .owl-dots {
    position: absolute;
    right: 15px;
    top: 15px;
}

.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: #3498db;
    padding: 40px 0;
    font-size: 18px;
}

.singl-blog-top-bg-area p a {
    color: #3498db;
}

#blog-carousel {
    padding: 5px;
    border: 1px solid #ededed;
    margin: 100px 0;
}

.singl-blog-title h3 {
    color: #2c3e50;
    margin: 0;
    padding: 30px 0;
}

.singl-blog-status-bar {
    background: #f6f6f6 none repeat scroll 0 0;
    border-left: 10px solid #009688;
    margin-bottom: 30px;
    position: relative;
}

.singl-blog-status-bar span {
    display: inline-block;
    padding: 20px;
}

.singl-blog-status-bar span i {
    color: #354b60;
    font-size: 16px;
    margin-right: 10px;
}

.singl-blog-status-bar span>a {
    color: #333;
}

.singl-blog-details p {
    margin: 0;
    padding-bottom: 25px;
}

.share-links {
    padding: 15px 0;
}

.tag-share {
    overflow: hidden;
}

.blog-tag span {
    color: #333;
    padding: 0 10px;
}

.blog-tag button {
    background: #3498db;
    border: medium none transparent;
    border-radius: 30px;
    color: #fff;
    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: #333;
    font-size: 10px;
    padding: 10px 0;
}

.blog-share button.like i {
    color: #3498db;
    margin: 0 20px;
}

.blog-share button.like span {
    background: #888 none repeat scroll 0 0;
    font-size: 10px;
    margin: 0 20px;
}

.media-body p {
    margin: 0;
}

.media-body a.reply {
    color: #333;
    line-height: 24px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 0 18px;
    float: right;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.media-body a.reply:hover {
    background-color: #3498db;
    color: #fff;
    border: 1px solid #3498db;
}

.media-bottom {
    margin-top: 17px;
}

.media-bottom p {
    color: #333;
    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;
}

.contact-form-title h4 {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 18px;
    margin-bottom: 35px;
}

.blog_comment_form #message {
    height: 238px;
    border-radius: 0;
    padding: 20px 0 0 12px;
}

.singl-blog-post figure {
    margin: 0;
}

.blog-details {
    text-align: left;
}

.singl-blog-status-bar>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>a {
    display: block;
}

.social-links li>a>i {
    background-color: #34495e;
    border-radius: 50%;
    box-shadow: 3px 2px 3px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    height: 30px;
    line-height: 20px;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    width: 30px;
}

.social-links a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.share-promt {
    color: #333;
    line-height: 16px;
}

.post_admin_area {
    padding: 15px;
    position: relative;
}

.post_admin_thumb {
    height: 100px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 100px;
    z-index: 9;
}

.post_admin_content {
    padding: 0 0 0 115px;
}

.single_related_post_area {
    padding: 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.related_post_thumb {
    left: 15px;
    position: absolute;
    top: 15px;
    width: 150px;
    z-index: 5;
}

.related_post_content {
    padding-left: 165px;
}

.related_post_content h4 a {
    color: #2c3e50;
}

.related_post_content h4 a:hover {
    color: #009688;
}

.related_post_content span a {
    color: #333;
    font-size: 12px;
}

.related_post_content span a:hover {
    color: #009688;
}

.related_post_content>p {
    margin: 10px 0 0;
}

.comment-wrapper {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
    z-index: 1;
}

.comment-meta {
    border-radius: 50%;
    height: 100px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 100px;
    z-index: 9;
}

.comment-content {
    padding: 0 0 0 115px;
}

.comment-reply {
    color: #009688;
    position: absolute;
    right: 15px;
    top: 15px;
}

.comment-author a {
    color: #333;
    font-size: 70%;
}

ul.children li {
    margin-left: 5%;
}

ul.children .comment-meta {
    height: 80px;
    width: 80px;
}

ul.children .comment-content {
    padding: 0 0 0 95px;
}

.comment_form_area .form-control {
    height: 45px;
}

.comment_form_area .form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.15);
    border: 1px solid #2c3e50;
}

.comment_form_area textarea.form-control {
    height: 150px;
}

.comment_form_area button {
    background-color: #2c3e50;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    height: 45px;
    padding: 0 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.comment_form_area button:hover {
    background-color: #009688;
    color: #fff;
}


/* :: 22.0 Gallery Area CSS */

.gallery_menu .portfolio-menu button {
    background-color: transparent;
    box-shadow: none;
    color: #777;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 1;
}

.gallery_menu .portfolio-menu button:hover,
.gallery_menu .portfolio-menu button:active,
.gallery_menu .portfolio-menu button:focus {
    background-color: transparent;
    color: #111;
}

.gallery_menu .portfolio-menu button.active {
    color: #111;
}

.gallery_menu .portfolio-menu button.active:before {
    background-color: #111;
    width: 100%;
    height: 3px;
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.portfolio-menu {
    margin-bottom: 30px;
}

.single_gallery_content {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.single_gallery_content img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
}

.single_gallery_content:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.single_gallery_content .hover_overlay {
    background: #009688;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_gallery_content:hover .hover_overlay {
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.single_gallery_content .gallery_info {
    text-align: center;
}

.gallery_info h4 {
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.gallery_info p {
    color: #fff;
    margin: 0 auto;
    max-width: 300px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.image_zoom_in {
    position: absolute;
    /* right: 50%; */
    z-index: 999;

    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-left: auto;
}

.image_zoom_in>a {
    background-color: #fff;
    border-radius: 50%;
    color: #008699;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
        padding: 11px 0;
}

.image_zoom_in>a:hover {
    color: #2c3e50;
}

.single_gallery_item {
    display: inline-block;
    float: left;
    width: 25%;
}

.gallery_area .load_more {
    margin-top: 35px;
}


/* :: 23.0 Contact Us Area CSS */

.contact_input_area .form-group input,
.contact_input_area .form-group select,
.contact_input_area .form-group textarea {
    border-radius: 0;
    height: 36px;
    margin-bottom: 0px;
    padding: 0 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
}

.contact_input_area .form-group input:focus,
.contact_input_area .form-group select:focus,
.contact_input_area .form-group textarea:focus {
    border: 1px solid #009688;
    box-shadow: none;
}

.contact_input_area .form-group textarea {
    height: 100px;
}

.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 {
    height: 300px;
    width: 100%;
}

.message_now_area {
    position: relative;
    z-index: 1;
}

.message_now_area .section_heading>p {
    max-width: 100%;
}

.message_now_area .section_heading {
    margin-bottom: 0;
}

.single_contact_area>p>i {
    color: #009688;
    margin-right: 10px;
}

.social_links_area {
    padding: 15px 0;
    position: relative;
    z-index: 1;
    text-align: left;
}

.social_links_area>a {
    border: 1px solid #009688;
    border-radius: 50%;
    color: #009688;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    margin: 0 2px;
    text-align: center;
    width: 30px;
}

.social_links_area>a>i {
    line-height: 28px;
}

.social_links_area>a:hover {
    background-color: #009688;
    color: #fff;
    border: 2px solid transparent;
}


/* :: 24.0 Sidebar Area CSS */

.event_location,
.latest_post,
.catagory_section,
.achive_section {
    margin-bottom: 30px;
}

.search_post>h4,
.event_location>h4,
.latest_post>h4,
.catagory_section>h4,
.tag_section>h4,
.achive_section>h4 {
    color: #2c3e50;
}

.achive_section ul li>a,
.catagory_section ul li>a {
    border-bottom: 1px dashed #dadada;
    color: #333;
    display: block;
    padding: 5px 0 5px 10px;
}

.achive_section ul li>a:hover,
.catagory_section ul li>a:hover {
    border-bottom: 1px dashed transparent;
    color: #009688;
    padding: 5px 0 5px 15px;
}

.achive_section ul li>a>i,
.catagory_section ul li>a>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>a>h5 {
    margin: 0;
    color: #2c3e50;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.latest_post .single_latest_post>a>h5:hover {
    color: #009688;
}

.latest_post .single_latest_post>p {
    margin: 0;
    color: #6f6f6f;
}

.latest_post .single_latest_post>img {
    left: 0;
    position: absolute;
    top: 15px;
    width: 90px;
    height: auto;
    z-index: 9;
}

.tag_section ul>li {
    display: inline-block;
    margin: 2px 0;
}

.tag_section ul>li>a {
    border: 2px solid #009688;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    width: auto;
    background-color: #009688;
}

.tag_section ul>li>a:hover {
    background-color: transparent;
    border: 2px solid #ddd;
    color: #009688;
}

.search_post>form input {
    border: 1px solid #dadada;
    height: 40px;
    margin-bottom: 30px;
    padding: 5px 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
}

.search_post>form input:focus {
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
}


/* :: 25.0 Why Choose Us Area CSS */

.why_choose_us_area {
    overflow: hidden;
}

.why_choose_us_area .container-fluid {
    padding: 0;
}

.single_choose_us {
    position: relative;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 33.3333%;
    display: inline-block;
    float: left;
    padding: 100px 30px;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.single_choose_us:before {
    background-color: rgba(52, 73, 94, 0.8);
    content: "";
    height: 100%;
    left: -25%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    z-index: -1;
    border-right: 5px solid #009688;
}

.single_choose_us:hover:after {
    border: 1px solid rgba(255, 255, 255, 0.3);
    content: "";
    height: calc(100% - 30px);
    left: 15px;
    position: absolute;
    top: 15px;
    border-radius: 3px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: calc(100% - 30px);
}

.single_choose_us:hover:before {
    background-color: rgba(52, 73, 94, 0.9);
    width: 150%;
}

.choose_us_icon_title {
    width: 75%;
    text-align: center;
}

.single_choose_us .choose_us_icon_title h4,
.choose_us_overlay_text h4 {
    color: #fff;
    margin-bottom: 10px;
}

.choose_us_icon {
    background-color: #009688;
    border-radius: 50%;
    color: #fff;
    height: 70px;
    margin: 0 auto 15px;
    width: 70px;
    display: block;
}

.choose_us_icon>i {
    font-size: 30px;
    line-height: 70px;
}

.choose_us_overlay_text {
    left: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: calc(100% - 60px);
    height: 100%;
}

.choose_us_overlay_text p {
    color: #fff;
}

.single_choose_us:hover .choose_us_icon_title {
    visibility: hidden;
}

.single_choose_us:hover .choose_us_overlay_text {
    visibility: visible;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.choose_us_overlay_text .table {
    margin-bottom: 0;
}


/* 26.0 Background Video Version CSS */

.welcome_area.yt_video_background {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
}

.welcome_area.yt_video_background:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../img/core-img/pattern-1.png);
    background-repeat: repeat;
    z-index: 5;
}

.yt_video_background #btn-1 {
    margin-right: 15px;
}


/* :: 27.0 special area css */

.special_area_text {
    padding-top: 15px;
}

.special_area_text>h3 {
    color: #2c3e50;
    line-height: 36px;
}

.special_area_text>p {
    color: #333;
    margin-bottom: 30px;
}

.special_area_text>h5 {
    color: #2c3e50;
    position: relative;
    z-index: 1;
    padding-left: 30px;
}

.special_area_text>h5:before {
    position: absolute;
    z-index: 5;
    content: "\f00c";
    font-family: 'fontawesome';
    top: 0;
    left: 0;
    font-size: 18px;
    color: #2c3e50;
}


/* :: 28.0 Owl Carousel Slider CSS */

.welcome_area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single_slide {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
}

.single_slide:before {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}

.single_slide .slide_text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 999;
    text-align: center;
}

.single_slide .slide_text h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.single_slide .slide_text h2>span {
    color: #e67e22;
}

.single_slide .slide_text h3 {
    font-size: 20px;
    color: #fff;
}

.single_slide .slide_text a {
    background-color: #354b60;
    border-radius: 6px;
    color: #fff;
    border: none;
    display: inline-block;
    font-size: 18px;
    margin: 15px auto 0;
    overflow: hidden;
    padding: 12px 20px;
    width: auto;
}

.single_slide .slide_text a:hover {
    background-color: #e67e22;
    color: #fff;
}

.welcome_area .welcome_slides .owl-nav {
    height: auto;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}

.welcome_area .welcome_slides .owl-nav .owl-prev,
.welcome_area .welcome_slides .owl-nav .owl-next {
    background-color: #fff;
    color: #e67e22;
    cursor: pointer;
    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);
    border-radius: 3px;
}

.welcome_area .welcome_slides .owl-nav .owl-prev {
    left: -45px;
}

.welcome_area .welcome_slides .owl-nav .owl-next {
    right: -45px;
}

.welcome_area .welcome_slides .owl-nav .owl-prev:hover,
.welcome_area .welcome_slides .owl-nav .owl-next:hover {
    background-color: #e67e22;
    color: #fff
}

.welcome_area .welcome_slides:hover .owl-nav .owl-prev {
    left: 15px;
}

.welcome_area .welcome_slides:hover .owl-nav .owl-next {
    right: 15px;
}

.welcome_area .welcome_slides .owl-nav .owl-prev>i,
.welcome_area .welcome_slides .owl-nav .owl-next>i {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.single_sitemap_area ul li {
    padding: 0 0 5px 15px;
    position: relative;
    z-index: 1;
}

.single_sitemap_area ul li:before {
    position: absolute;
    left: 0;
    content: "\f192";
    top: 0;
    z-index: 2;
    font-family: "FontAwesome";
    color: #333;
}

.single_sitemap_area ul li ul li {
    padding: 0 0 5px 30px;
    position: relative;
    z-index: 1;
}

.single_sitemap_area ul li ul li:before {
    position: absolute;
    left: 13px;
    content: "\f192";
    top: 0;
    z-index: 2;
    font-family: "FontAwesome";
    color: #333;
}

.mt30 {
    margin-top: 30px;
}


/* :: 29.0 Barfiller CSS */

.barfiller {
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 1px 4px 9px -6px rgba(0, 0, 0, 0.3) inset;
    height: 15px;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.barfiller .fill {
    background: #008699 !important;
    display: block;
    height: 100%;
    position: relative;
    width: 0;
    z-index: 1;
    border-radius: 3px;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    background: transparent none repeat scroll 0 0;
    left: 0;
    margin-top: -30px;
    padding: 2px 4px;
    position: absolute;
    z-index: 2;
    color: #fff;
}

.barfiller .tip:after {
    display: none;
}

.skrill_title {
    color: #151515;
    margin-bottom: 3px;
}


/* :: 30.0 Animated Headline CSS */

.default-title h2.cd-headline span {
    color: #fff;
}

.cd-headline.clip .cd-words-wrapper:after {
    background-color: #fff;
}

.cd-headline.clip b {
    font-weight: 400;
}

.text-typed .cd-intro {
    margin: 0 auto;
}

.text-typed .cd-headline {
    font-size: 50px;
}

.cd-headline.clip b {
    color: #009688;
}

.text-typed .cd-headline {
    font-size: 50px;
    color: #fff;
}

.text-typed .welcome_text>p {
    color: #fff;
}


/* :: 31.0 Fullscreen Menu Area CSS */

.full_screen_menu .navbar-toggle>i {
    color: #fff;
}

.full_screen_menu .sticky .navbar-toggle>i {
    color: #151515;
}

.full_screen_menu nav.navbar.bootsnav {
    background-color: transparent;
    border-color: transparent;
}

.full_screen_menu nav.navbar.bootsnav .navbar-toggle {
    background-color: transparent;
}

.full_screen_menu nav.bootsnav.navbar-full {
    padding-bottom: 5px;
    padding-top: 5px;
}

.full_screen_menu nav.bootsnav.navbar-full .navbar-collapse .wrap-full-menu {
    background-color: rgba(0, 0, 0, 0.8);
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav>li>a {
    color: #fff;
    display: table;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    margin: auto;
    padding: 5px 0;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav>li.current_page_item>a {
    color: #009688;
}

.full_screen_menu .navbar-toggle>i {
    font-size: 18px;
}

#fullscreen-menu li.close-full-menu a:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* :: 32.0 Right Side Menu Area CSS */

.menu_open_close {
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: auto;
    margin: 23px 0;
    position: relative;
    width: 28px;
}

.menu_open_close span {
    background-color: #fff;
    display: inline-block;
    height: 2px;
    margin-left: 6px;
    margin-top: 1px;
    position: relative;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    -webkit-transition-duration: 0.5s, 0.3s;
    transition-duration: 0.5s, 0.3s;
    vertical-align: middle;
    width: 20px;
}

.menu_open_close span:after,
.menu_open_close span:before {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    -webkit-transition-duration: 0.5s, 0.3s;
    transition-duration: 0.5s, 0.3s;
    width: 20px;
}

.menu_open_close span:before {
    top: -6px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
}

.menu_open_close span:after {
    bottom: -6px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}

.menu-open .menu_open_close span:before {
    background: #fff;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-open .menu_open_close span:after,
.menu-open .menu_open_close span:before {
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.menu-open .menu_open_close span:after {
    background: #fff;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-open .menu_open_close span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.sidebar_menu_area {
    background-color: #f6f6f6;
    height: 100%;
    padding: 50px;
    position: fixed;
    right: -280px;
    top: 0;
    width: 280px;
    z-index: 999999;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.menu-open .sidebar_menu_area {
    right: 0;
}

.sticky .menu_open_close span,
.sticky .menu_open_close span:after,
.sticky .menu_open_close span:before,
.menu-open .sticky .menu_open_close span:before,
.menu-open .sticky .menu_open_close span:after {
    background-color: #111;
}

.menu-open .sticky .menu_open_close>span {
    background-color: transparent;
}

body.menu-open {
    margin-left: -280px;
}

.sidebar_menu_area #nav li a {
    display: block;
    padding: 5px 0;
    position: relative;
    z-index: 1;
}

.sidebar_menu_area #nav li a {
    display: block;
    padding: 5px 0;
    position: relative;
    z-index: 1;
}

.sidebar_menu_area #nav li a:before {
    background-color: #009688;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 0;
    z-index: 2;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.sidebar_menu_area #nav li a:hover:before {
    width: 10px;
}

.sidebar_menu_area #nav li a:hover {
    color: #009688;
    padding-left: 15px
}

.sidebar_menu_close {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 9;
}

#particle {
    background-color: #000;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

#video-background {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}


/* Preview Area CSS */

.all_pages .single_page {
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 30px;
    transition-duration: 500ms;
    box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.15);
}

.all_pages .single_page:hover {
    transform: translateY(-10px);
}

.all_pages .single_page h4 {
    font-size: 20px;
    margin: 15px 0;
    text-align: center;
}

.all_pages {
    padding: 100px 15px;
}


/* ================== End Core Stylesheet ================== */

.carousel-wrap {
    padding: 0 1%;
    width: 100%;
    position: relative;
  }
  
  /* fix blank or flashing items on carousel */
  .owl-carousel .item {
    position: relative;
    z-index: 100; 
    -webkit-backface-visibility: hidden; 
  }
  
  /* end fix */
  .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #ffffff;
    background: #009688;
    border-radius: 5px;
  }
  
  .owl-nav i {
    font-size: 52px;
  }
  
  .owl-nav .owl-prev {
    left: -80px;
  }
  
  .owl-nav .owl-next {
    right: -80px;
  }
  .contact-table table tr td {
    margin-bottom: 10px;
    vertical-align: text-bottom;
    padding-bottom: 8px;
    line-height: 26px;
}
.contact-table table tr td i {
    margin-right: 12px;
}
.parellax h4{
    text-align: center;
    color: #fff;
    font-size: 40px;
}
.gallery_area{
    padding: 50px 0 0px !important;
}