/*
 Theme Name:   Confer
 Description:  Consulting & Finance WordPress Theme
 Author:       HasTech
 Author URI:   http://bootexperts.com/
 Version:      1.0.0
 Tags:         slider, site-builder, page-builder, responsive-layout, fixed-layout, fluid-layout, charity, non-profit, one-column, two-column, three-column, four-column, custom-colors, custom-header, custom-menu, editor-style, featured-images, translation-ready, full-width-template, theme-options
 License:      GPL 2.0
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Template:     layerswp
 
*--------------------
	#Main CSS
---------------------*
 [Table of contents]
 
***Common Classes
** Header Area
** Slider Area
** Advertise Area
** Class Area
** Register Area
** Service Area
** Fun Factor Area
** Testimonial Area
** Gallery Area
** Blog Area
** Newsletter Area
** Map Area
** Footer Area

/*------------------------------*/
/*- 1. THEME DEFAULT CSS -------*/
/*------------------------------*/

html {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: calc(100%) !important;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-weight: 400;
}
a:focus,
:focus {
    outline: 0px solid;
}
a:hover {
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0 none;
}
body {
    color: #333333;
}
.container {
    margin: auto;
    max-width: 1200px;
    padding: 0 20px;
}
.container.list-masonry {
    max-width: 1200px;
}
[class*="column"] {
    margin-bottom: 0px;
}
.content-vertical-massive {
    padding-top: 90px;
    padding-bottom: 90px;
}
.fix {
    overflow: hidden;
}
.clear {
    clear: both;
}
/*------------------------------*/
/*- Write your code here ---------*/
/*------------------------------*/

p {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 15px;
}
/*------------------------------*/
/*- 1. BREADCRUMB AREA ---------*/
/*------------------------------*/

.breadcrumb-area {
    background-color: #888888;
    background-size: cover;
    padding: 67px 0 70px;
}
.breadcrumb-area.single-page {
    padding: 92px 0 90px;
}
.breadcrumb-title h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.bread-crumbs li,
.bread-crumbs li a,
.bread-crumbs a {
    color: #ffffff;
}
.bread-crumbs {
    margin: 0;
}
.breadcrumb-list {} .bread-crumbs li,
.bread-crumbs li a {
    color: ;
    font-size: 14px;
}
.bread-crumbs li a:hover,
.bread-crumbs li .current > a {
    text-decoration: none;
}
.breadcrumb-padding.pages-p {
    text-align: center;
}
.breadcrumb-list > ul li a {
    color: #ffffff;
}
.bread-crumbs a:hover {
    color: #18bdf6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.breadcrumb-list > ul li {
    display: inline-block;
    padding: 0 5px;
}
.breadcrumb-list > ul li:last-child {
    padding-right: 0;
}
.breadcrumb-list > ul li:first-child {
    padding-left: 0;
}
.breadcrumb-list > ul {
    color: #ffffff;
}
.breadcrumb-list > ul li a:hover {
    color: #18bdf6;
}
/*------------------------------*/
/*-  Sidebar AREA ---------*/
/*------------------------------*/

.sidebar .content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
}
.sidebar .content+.content {
    margin-top: 20px
}
.push-bottom-large {
    margin-bottom: 0;
}
.pull-right.sidebar h5.section-nav-title,
.pull-left.sidebar h5.section-nav-title {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
}
.pull-right.sidebar h5.section-nav-title,
.pull-left.sidebar h5.section-nav-title {
    border-bottom: 1px solid #e5e5e5;
    bottom: -1px;
    display: block;
    font-size: 20px;
    line-height: 17px;
    padding-bottom: 13px;
    position: relative;
    text-transform: capitalize;
    color: #333;
    font-weight: 500;
}
.pull-right.sidebar h5.section-nav-title:before,
.pull-left.sidebar h5.section-nav-title:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50%;
    height: 1px;
    background: #18bdf6;
    content: "";
}
/* tag */

.tagcloud a {
    display: inline-block;
}
.tagcloud a {
    border: 1px solid #e8e8e8;
    color: #333333;
    display: inline-block;
    font-size: 12px !important;
    margin: 0 6px 10px 0;
    padding: 8px 17px;
    text-align: center;
}
.tagcloud a:hover {
    background: #18bdf6 none repeat scroll 0 0;
    border-color: #18bdf6;
    color: #ffffff;
}
/* textwidget */

.textwidget {} .textwidget img {
    margin-top: 10px;
}
.textwidget form {
    margin-top: 5px;
}
/*------------------------------*/
/*- BLOG AREA ---------*/
/*------------------------------*/

.blog-pages {
    padding-top: 75px;
    padding-bottom: 90px;
}
.tempate-blog-page {
    padding-top: 75px;
    padding-bottom: 90px;
}
.blog-heading-title a {
    font-size: 22px;
    font-weight: 400;
}
.blog-heading-title .heading {
    margin-bottom: 7px;
}
.sk {
    margin-bottom: 20px;
}
.sk .sticky,
.sk .tag-sticky-2 {
    border: 1px solid #ddd;
    padding: 0px 10px 10px;
}
.extra-pagination .pagination {
    padding-top: 30px;
}
.meta-info {
    line-height: 1;
    margin-bottom: 13px;
}
.meta-item {
    display: inline-block;
    font-size: 14px;
}
.button {
    padding: 8px 15px;
}
.fa.fa-link {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
/*------------------------------*/
/*- PAGE AREA ---------*/
/*------------------------------*/

.page-area {
    padding-top: 75px;
    padding-bottom: 90px;
}
/*------------------------------*/
/*- PAGE AREA ---------*/
/*------------------------------*/

.page-area {
    padding-top: 75px;
    padding-bottom: 70px;
}
/*------------------------------*/
/*-  single page AREA ---------*/
/*------------------------------*/

.single-blog-page {
    padding-top: 75px;
    padding-bottom: 90px;
}
.single-post-title {} .single-title-heading {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 20px;
}
.single-page-style .section-title {
    margin-bottom: 0;
}
.single-page-style .section-title .heading:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.single-page-style .section-title .heading {
    font-size: 30px;
    line-height: 32px;
}
pre {
    overflow-x: scroll;
}
table th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
table {
    border: 1px solid rgba(0, 0, 0, 0.08);
}
#wp-calendar caption {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
td#today {
    background: #18bdf6 none repeat scroll 0 0;
    color: #ffffff;
}
td#today a {
    color: #fff;
}
#wp-calendar th,
#wp-calendar td {
    text-align: center;
}
.single-page-style {
    padding-bottom: 90px;
    padding-top: 90px;
}
textarea,
input,
select,
button {
    border: 1px solid #eeeeee;
    width: 100%;
    max-width: 100%;
}
input[type="email"],
input[type="text"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="date"] {
    height: 40px;
    max-width: 100%;
}
.sidebar .search-submit {
    height: 40px;
}
label {
    font-weight: 300;
}
/*------------------------------*/
/*-  404 AREA ---------*/
/*------------------------------*/

.page-404 {
    padding-top: 75px;
    padding-bottom: 90px;
}
.search-form .search-field {
    float: left;
    width: 75%;
}
.search-form .search-submit {
    height: 40px;
    width: 25%;
}
.not-found-area {} .not-found-title {} .not-found-title h1 {
    font-size: 24px;
    text-transform: uppercase;
}
.not-found-subtitle {} .not-found-subtitle p {}
/*------------------------------*/
/*- search AREA ---------*/
/*------------------------------*/

.search-page-area {
    padding-top: 75px;
    padding-bottom: 90px;
}
.not-found-form {} .not-found-form h2 {
    text-transform: uppercase;
}
/*------------------------------*/
/*- SHOP AREA ---------*/
/*------------------------------*/

.product-pages {
    padding-top: 75px;
    padding-bottom: 90px;
}
/*------------------------------*/
/*- SINGLE SHOP AREA ---------*/
/*------------------------------*/

.single-product-page {
    padding-top: 75px;
    padding-bottom: 90px;
}
.comment-form .form-submit input[type="submit"] {
    padding: 0 20px;
}
/*------------------------------*/
/*- comment area ---------*/
/*------------------------------*/

.grid.comments-nested.push-top {
    border-top: 0px solid #ddd;
}
.push-top-large .children {
    margin-left: 20px;
}
.comment.even.content.well,
.comment-list .even.content.well {
    display: block;
    width: 100%;
    background-color: #f5f5f5;
}
.comment.odd.content.well,
.comment-list .odd.content.well {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
}
.comment-respond {
    width: 100%;
}
.push-top-large {
    margin-top: 0;
}
.form-submit input[type="submit"] {
    padding: 10px 14px;
}
.sidebar input[type="submit"] {
    border-radius: 0;
    padding: 0
}
.not-found-form input[type="submit"] {
    border-radius: 0;
    padding: 0
}
.not-found-area input[type="submit"] {
    border-radius: 0;
    padding: 0
}
/* page image aligment */

.alignleft {
    margin-right: 15px;
}
.wp-caption {
    background: transparent;
}
.avatar .avatar-body .avatar-name {
    display: block;
    font-size: 20px;
    font-weight: 500;
}
.post-password-form input[type="password"] {
    display: block;
    margin: 10px 0;
    width: 35%;
}
.post-password-form input[type="submit"] {
    line-height: 1;
    padding: 7px 20px;
}
.conmment-title_quick .heading.comment-title {
    font-size: 43.2px;
    font-size: 2.7rem;
    font-weight: 700;
    margin: 20px 0 13px 0;
}
.copy blockquote {
    font-size: 24px;
    font-size: 1.5rem;
}
/*Section Title*/

.widget .section-title .heading {
    display: block;
    font-size: 36px;
    line-height: 28px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
}
.widget .section-title .heading:before {
    background: #e0e0e0 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 115px;
}
.widget .section-title.text-right .heading:before {
    right: 0;
    -webkit-transform: translateX(400%);
            transform: translateX(400%);
}
.widget .section-title.text-left .heading:before {
    left: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
}
.widget .section-title {
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}
/**! 9. Background overlay **/

[data-overlay] {
    position: relative;
}
[data-overlay]:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay] *:not(.background-image-holder):not(.instafeed--background) {
    z-index: 2;
}
[data-overlay].image--light:before {
    background: #fff;
}
[data-overlay].bg--primary:before {
    background: #425cbb;
}
[data-overlay="1"]:before {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
[data-overlay="2"]:before {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
[data-overlay="3"]:before {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
[data-overlay="4"]:before {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
[data-overlay="5"]:before {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
[data-overlay="6"]:before {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
[data-overlay="7"]:before {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
[data-overlay="8"]:before {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
[data-overlay="9"]:before {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
[data-overlay="10"]:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
[data-overlay="0"]:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
[data-overlay] .section-title h2.heading {
    color: #fff;
}
/*-------------
04. About css here
-----------------*/

.fg-about-area p {
    margin: 0;
}
.fg-about-area {
    padding: 100px 0;
}
.fg-about-area .media h3.heading {
    color: #363636;
    font-size: 36px;
    line-height: 28px;
    margin-bottom: 23px;
    text-transform: capitalize;
}
.fg-about-area .media .media-body .button {
    background: #18bdf6 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 32px;
    text-transform: uppercase;
}
.fg-about-area .media .media-body .button:hover {
    background: #555555 none repeat scroll 0 0;
}
.fg-about-area .grid div[class*="span-"] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.fg-about-area .grid div.has-image[class*="span-"] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 10px;
}
.fg-about-area h5.heading a {
    font-size: 48px;
    font-size: 3rem;
}
/* Feature Classes */

.fg-feature-area .content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.fg-feature-area .media-image {
    border-top: 6px solid #18bdf6;
    overflow: hidden;
}
.fg-feature-area .media-image img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.fg-feature-area .media-image:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
/*--------------
    09. Fun fact css here
------------------*/

.funt-fact {
    position: relative;
}
.funt-fact.overlay:before {
    z-index: inherit;
}
.opacity-icon span i {
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single-fun-fact.middle-margin-left {
    float: right;
    margin-right: 70px;
}
.single-fun-fact.middle-margin {
    float: right;
    margin-right: 32px;
}
.fun-fact-desc h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 35px;
}
.fun-fact-desc .excerpt p,
.fun-fact-desc .excerpt {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}
.fun-fact-desc {
    position: relative;
}
/*------------------------
  Our team css here
--------------------------*/

.member-img {
    overflow: hidden;
    position: relative;
}
.member-img:before {
    background: #f1f1f1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
.member-img:after {
    background: #18bdf6 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 222px;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}
.single-team:hover .member-img:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    visibility: visible;
}
.single-team:hover .member-img:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.member-title > h3 {
    color: #535353;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
    text-transform: capitalize;
}
.member-hover-icon {
    background: #ffffff none repeat scroll 0 0;
    bottom: -20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}
.single-team:hover .member-hover-icon {
    bottom: -5px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.single-team:hover .member-title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.single-team {
    margin: 10px 0;
    position: relative;
}
.single-team:hover .member-hover-icon > a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    margin-top: 0;
}
.member-hover-icon > a {
    border: 1px solid #18bdf6;
    border-radius: 50%;
    color: #383838;
    display: inline-block;
    height: 30px;
    line-height: 27px;
    margin-left: 16px;
    margin-top: 20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    width: 30px;
}
.member-hover-icon > a:first-child {
    margin-left: 0;
}
.member-hover-icon > a:hover {
    background: #18bdf6 none repeat scroll 0 0;
    color: #ffffff;
}
.member-img {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.member-img img {
    margin: auto;
    text-align: center;
}
/*-------------
    07. Class schedule css here
------------*/

.class-schedule-section {
    position: relative;
}
.class-schedule-section.overlay:before {
    z-index: inherit;
}
.class-schedule {
    background: #18bdf6;
    color: #ffffff;
}
.schedule-tab ul li a {
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding: 19px 22px;
    text-transform: capitalize;
}
.schedule-tab ul li {
    display: inline-block;
}
.schedule-tab li a:hover,
.schedule-tab ul li.active a {
    background: #ffffff none repeat scroll 0 0;
    color: #666666;
}
.schedule-tab {
    padding: 0 135px;
    background: #e55522;
}
.schedule-desc {
    overflow: hidden;
    padding: 60px 0;
}
.single-schedule-list ul li {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    overflow: hidden;
    padding-top: 20px;
    text-align: center;
    text-transform: capitalize;
    width: 24%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.single-schedule-list a {
    background: #18bdf6 none repeat scroll 0 0;
    border-radius: 20px;
    color: #ffffff;
    display: inline-block !important;
    font-weight: 400;
    padding: 0 24px;
}
.single-schedule-list > ul {
    background: #e55522 none repeat scroll 0 0;
    height: 76px;
    padding: 0 75px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-schedule-list {
    margin-bottom: 30px;
}
.schedule-desc .tab-pane .single-schedule-list:last-child {
    margin-bottom: 0;
}
.tab-content .tab-pane:not(.active) {
    display: none;
}
.single-schedule-list > ul {
    position: relative;
    z-index: 55;
}
.single-schedule-list > ul:before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
.single-schedule-list:hover > ul:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.class-schedule-section {
    position: relative;
    z-index: 5;
}
.class-schedule-section:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.class-schedule-section .section-title h2.heading,
.section-title h2.heading {
    position: relative;
    z-index: 5;
}
/* Pricing Table Style */

.single-pricing-table {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-pricing-table-head {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 2px 2px 1px;
    padding: 40px 0 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-pricing-table-head > h4,
.single-pricing-table-head > h5 {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-pricing-table-head > h5 {
    color: #303030;
    font-size: 18px;
}
.single-pricing-table-head h5 span b {
    font-size: 30px;
}
.monthly {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}
.single-pricing-table-head > h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.single-pricing-table-body {
    border-bottom: 2px solid #e5e5e5;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    padding: 35px 0 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-pricing-table-body li {
    color: #565656;
    font-size: 14px;
    margin-bottom: 20px;
}
.single-pricing-table-body .order {
    border: 1px solid #e5e5e5;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    margin-top: 15px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
}
.single-pricing-table:hover .single-pricing-table-head {
    background: #03a9f4 none repeat scroll 0 0;
}
.single-pricing-table:hover .single-pricing-table-head h4,
.single-pricing-table:hover .single-pricing-table-head h5 {
    color: #ffffff;
}
.single-pricing-table:hover .single-pricing-table-body .order {
    background: #03a9f4 none repeat scroll 0 0;
    border: 1px solid #03a9f4;
    color: #ffffff;
}
.single-pricing-table:hover .single-pricing-table-head {
    border-color: rgba(0, 0, 0, 0);
}
.single-pricing-table:hover .single-pricing-table-body {
    border-color: rgba(0, 0, 0, 0);
}
.active .single-pricing-table-head {
    background: #03a9f4 none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0);
}
.active .single-pricing-table-head h4,
.active .single-pricing-table-head h5 {
    color: #ffffff;
}
.active .single-pricing-table-body {
    border-color: rgba(0, 0, 0, 0);
}
.active .single-pricing-table-body .order {
    background: #03a9f4 none repeat scroll 0 0;
    border: 1px solid #03a9f4;
    color: #ffffff;
}
.active .single-pricing-table:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.active:hover .single-pricing-table-head {
    background: #0095d9 none repeat scroll 0 0;
}
.pricing-table {
    overflow: hidden;
    position: relative;
}
.pricing-table.active:before {
    background: #464646 none repeat scroll 0 0;
    content: "";
    height: 100px;
    left: -50px;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 100px;
}
.pricing-table.active:after {
    color: #ffffff;
    content: "";
    font-family: fontawesome;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 5px;
}
/*--------------
    12. pricing table css here
---------------*/

.pricing-title h3 {
    border-bottom: 1px solid #eeeeee;
    color: #535353;
    font-size: 22px;
    line-height: 18px;
    margin: 0;
    padding: 30px 0;
    text-transform: uppercase;
}
.pricing-table {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.pricing-desc > h2 {
    border-bottom: 1px solid #eeeeee;
    color: #363636;
    font-family: "Lato", sans-serif;
    font-size: 50px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 0;
    padding-bottom: 32px;
    padding-top: 42px;
}
.pricing-desc > h2 span {
    font-size: 20px;
}
.pricing-desc > h2 span.currency {
    position: relative;
    top: -20px;
}
.pricing-desc ul li {
    border-bottom: 1px solid #eeeeee;
    color: #666666;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0;
}
.pricing-desc ul li i {
    margin-right: 15px;
}
.sign-up > a {
    border: 1px solid #eeeeee;
    color: #535353;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 37px;
    line-height: 35px;
    margin: 40px 0;
    padding: 0 50px;
    text-transform: uppercase;
}
.sign-up > a:hover {
    background: #18bdf6 none repeat scroll 0 0;
    border-color: #18bdf6;
    color: #ffffff;
}
/*--------------------------------*/
/*========= BLOG AREA -------------*/
/*--------------------------------*/

.blog .pdall-100 {
    padding: 30px 0 80px;
}
/* blog main area */

.ht-blog {
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
/* blog image css*/

.ht-blog-thumb {
    position: relative;
    overflow: hidden
}
.ht-blog:hover .ht-blog-thumb img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    z-index: -9;
}
.ht-blog-thumb:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.ht-blog:hover .ht-blog-thumb:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ht-blog-thumb a {} .ht-blog-thumb img {
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
/* blog post meta css*/

.ht-blog-thumb span.post_dates a {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 0;
    color: #464646;
    font-size: 14px;
    height: 35px;
    left: 0;
    line-height: 35px;
    margin: auto;
    -webkit-transform: scale(0);
            transform: scale(0);
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 35px;
}
.ht-blog:hover .ht-blog-thumb span.post_dates a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1);
}
.ht-blog-thumb span.post_dates a:hover {
    background: #18bdf6;
    color: #fff;
}
.ht-blog-thumb span.post_dateslb {
    top: auto;
    bottom: 0;
}
.ht-blog-thumb span.post_datesr {
    left: auto;
    right: 0;
}
.ht-blog-thumb span.post_datesrb {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
}
.ht-blog-thumb span.post_datescenter {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/* blog content area */

.ht-single-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}
.ht-blog-button a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #464646;
    color: #464646;
    text-transform: uppercase;
}
/* blog post meta */

.ht-post-meta {} .ht-blog-date {
    margin-top: 20px;
}
.ht-blog-date span {
    font-size: 14px;
    margin-right: 10px;
    position: relative;
    color: #888;
}
.ht-blog-date span + span:before {
    content: "/";
    left: -10px;
    position: absolute;
    top: -1px;
}
.ht-blog-date a {
    color: #888;
}
.ht-blog-date i {
    margin-right: 5px;
    color: #888;
}
.ht-blog-date span a:hover {
    color: #464646;
}
/* blog text area */

.ht-content-text {}
/* blog title css */

.ht-content-text h2 {
    color: #1b1b1b;
    font-weight: 500;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 25px 0 0;
    text-overflow: ellipsis;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    white-space: nowrap;
}
.ht-content-text h2 {
    color: #1b1b1b;
}
.ht-content-text h2 a:hover {
    color: #0aaaa0;
}
/* blog paragraph css */

.ht-content-text p {
    color: #333333;
}
/* blog button css*/

.btn_middle {
    text-align: center;
}
.btn_right {
    text-align: right;
}
a.ht-read-more {
    color: #888888;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    padding: 5px 0;
}
.ht-read-more:hover {
    color: #0aaac0;
    border-color: #0aaac0;
}
/* carousel style */

.blog-carousel [class*="span-"] {
    width: 100%;
}
.carousel-style-one.owl-theme .owl-controls .owl-buttons div,
.blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0px solid #eaeaea;
    border-radius: 50%;
    color: #464646;
    display: inline-block;
    font-size: 20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding: 0;
    height: 48px;
    left: -50px;
    line-height: 48px;
    margin: -24px 0 0 0;
    width: 48px;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next,
.blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: -50px;
}
.carousel-style-one.owl-theme .owl-controls .owl-buttons div:hover,
.blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div:hover {
    background: #18bdf6 none repeat scroll 0 0;
    border-color: #464646;
    color: #ffffff;
}
.carsoule_btn_hide .owl-buttons {
    display: none;
}
/*-------------
    our serivce css here
-----------------*/

.our-services {
    position: relative;
}
.our-services.overlay:before {
    z-index: inherit;
}
.section-title h1 {
    display: inline-block;
    font-size: 36px;
    line-height: 28px;
    margin-bottom: 0;
    padding-bottom: 15px;
    position: relative;
    text-transform: capitalize;
}
.section-title h1:before {
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -57.5px;
    position: absolute;
    width: 115px;
}
.section-title.text-center.white h1 {
    color: #ffffff;
}
.section-title.white h1:before {
    background: #ffffff none repeat scroll 0 0;
}
.services-title h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.services-head {
    margin-bottom: 10px;
}
.services-text > p {
    color: #ffffff;
    margin-bottom: 0;
}
.title-img,
.services-title {
    display: inline-block;
}
.title-img {
    position: relative;
    bottom: -6px;
}
.title-img.left {
    margin-right: 5px;
}
.title-img.right {
    margin-left: 5px;
}
.services-details .single-services + .single-services {
    margin-top: 70px;
}
.services-img {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.content-vertical-massive.our-services {
    padding-bottom: 0 !important;
}
.our-services {
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.our-services:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.our-services .section-title h2.heading,
.section-title h2.heading {
    position: relative;
    z-index: 5;
}
/*-------------
Testmonial css here
---------------*/

.testimonial-area {
    overflow: hidden;
    padding: 93px 0 100px;
    position: relative;
}
.testimonial-area.overlay:before {
    z-index: inherit;
}
.single-testmonial > p {
    color: #cccccc;
}
.testmonial-title > h3 {
    color: #ffffff;
    font-size: 20px;
    text-transform: capitalize;
}
.testmonial-list.owl-carousel .owl-buttons > div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #18bdf6;
    border-radius: 50%;
    font-size: 24px;
    height: 30px;
    line-height: 26px;
    margin: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.testmonial-list.owl-theme .owl-controls {
    margin: 0;
    text-align: center;
}
.testmonial-list.owl-carousel .owl-buttons > div:hover {
    background: #18bdf6 none repeat scroll 0 0;
}
.testmonial-list.owl-carousel .owl-buttons .owl-next {
    margin-left: 10px;
}
.testmonial-list.owl-carousel .owl-buttons .owl-prev {
    margin-right: 10px;
}
.single-testmonial {
    padding: 40px 0;
    position: relative;
}
.single-testmonial:before {
    bottom: -69px;
    color: #18bdf6;
    content: "";
    font-family: material-design-iconic-font;
    font-size: 300px;
    left: 50%;
    margin-left: -83px;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    position: absolute;
    z-index: -1;
}
.owl-pagination {
    bottom: -65px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.testimonial-area {
    z-index: 5;
}
.testimonial-area:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.testimonial-area .section-title h2.heading,
.section-title h2.heading {
    position: relative;
    z-index: 5;
}
/* gallery style */

.ht-gallery-thumb img {
    width: 100%;
    display: block
}
.gallery-effect {
    position: relative
}
.gallery-hover-effect {
    background: rgba(24, 189, 246, 0.6) none repeat scroll 0 0;
    bottom: 14px;
    left: 14px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 14px;
    top: 14px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.gallery-effect:hover .gallery-hover-effect {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.gallery-hover-effect a.gallery-icon {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 0;
    color: #464646;
    font-size: 14px;
    height: 35px;
    left: 0;
    line-height: 33px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 35px;
}
.gallery-hover-effect a.gallery-icon:hover {
    background: #e55522;
    border: 1px solid #e55522;
}
.gallery-effect:hover .gallery-hover-effect a.gallery-icon {
    -webkit-transform: scale(1);
            transform: scale(1);
}
.grid-item {
    margin-bottom: 20px;
}
.portfolio-menu li {
    display: inline-block;
}
.portfolio-menu li:first-child {
    margin-left: 0 !important;
}
/* footer style */

.copyright .site-text {
    margin: 15px 0;
}
.form-top {
    overflow: hidden;
}
.form-top .input-type {
    overflow: hidden;
    width: 50%;
    float: left
}
.form-top .input-type:first-child {
    padding-right: 10px;
}
.form-top .input-type:last-child {
    padding-left: 10px;
}
.input-type input[type="text"],
.input-type input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    color: #ffffff;
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
}
.form-bottom textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    color: #ffffff;
    height: 90px;
    margin: 20px 0;
    padding-left: 20px;
    resize: none;
}
input[type="submit"] {
    background: #18bdf6 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    height: 34px;
    line-height: 32px;
    padding: 0 74px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.form-bottom input[type="submit"]:hover {
    background: #555555 none repeat scroll 0 0;
}
div.wpcf7 .ajax-loader {
    display: none;
}
.footer-site .widget .section-nav-title {
    color: #fefefe;
    font-size: 18px;
    line-height: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer-site .textwidget > p {
    color: #ffffff;
}
/*-----------------
slider css here
-----------------*/

.slider-container {
    position: relative;
}
.nivo-caption {
    z-index: 99;
}
.nivo-directionNav a {
    color: #ffffff;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9999;
}
.nivo-prevNav {
    left: 5%;
    margin-left: 2px;
}
.nivo-nextNav {
    right: 5%;
    margin-right: 2px;
}
.slide1-text .title-1 h1 {
    color: #ffffff;
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 12px;
}
.middle-text .desc p {
    color: inherit;
    font-size: 16px;
}
.contact-us a {
    background: #ffffff none repeat scroll 0 0;
    color: #18bdf6;
    display: inline-block !important;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    padding: 0 32px;
    text-transform: uppercase;
}
.contact-us a:hover {
    color: #fff;
    background: #18bdf6;
}
/* Feature Classes */

.nivo-caption:before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position: absolute;
    top: 0;
    width: 100%;
}
.slider-container {
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.slider-container:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
.slider-container .section-title h2.heading,
.section-title h2.heading {
    position: relative;
    z-index: 5;
}
.nivo-caption .container,
.nivo-caption .container .grid,
.nivo-caption .container .grid .column,
.nivo-caption .container .grid .column .slide1-text {
    height: 100%;
}
.nivo-caption .container .grid .column .slide1-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.nivo-caption .container .grid .column .slide1-text.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.nivo-caption .container .grid .column .slide1-text.right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
}
.nivo-caption .container .grid .column .slide1-text .middle-text {
    width: 80%
}
.nivo-directionNav a {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.nivo-directionNav a:hover {
    color: #18bdf6;
}
.nivo-prevNav {
    left: 4%;
    margin-left: 2px;
}
.nivo-nextNav {
    margin-right: 2px;
    right: 4%;
}
.slider-container:hover .nivo-directionNav a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slider-container:hover .nivo-nextNav {
    right: 2%;
}
.slider-container:hover .nivo-prevNav {
    left: 2%;
}
/* header style */

.nav .menu li a {
    color: #464646;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.nav .menu li ul li a {
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.nav .menu li .sub-menu li ul.sub-menu {
    left: 181px;
}
.nav .menu li .sub-menu li {
    border-top: 1px solid rgba(0, 0, 0, 0.03)
}
.nav .menu li ul li:hover > a {
    background: #f5f5f5 none repeat scroll 0 0;
}
.main-menu ul li ul li:first-child {
    border-top: medium none;
}
.sub-menu,
.nav .children {
    border: none;
}
.sub-menu li,
.nav .children li {
    border-width: 0;
}
.menu ul.sub-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    top: 60px
}
.nav li:hover > .sub-menu,
.nav li:hover .children {
    top: 75px;
}
.header-site .nav ul li > .sub-menu > li {
    -webkit-transform: none;
            transform: none;
}
.header-site .nav-horizontal > ul > li > a {
    padding: 17px 15px;
}
.header-sticky.is_stuck.is_stuck_show {
    box-shadow: 0 2px 5px #ccc;
}
.header-site .container {
    padding: 10px;
}
.wrapper-site .header-site,
.wrapper-site .header-site.header-sticky {
    background-color: #fbfbfb;
}
.wrapper-site .header-site .nav-horizontal > ul > li > a {
    color: #464646;
}
.wrapper-site .header-site .sub-menu li a:hover {
    background-color: #f1f1f1;
    color: #18bdf6;
}
.wrapper-site .header-site .nav-horizontal > ul > li:hover > a,
.wrapper-site .header-site .children li a:hover {
    color: #18bdf6;
}
.wrapper-site .header-site .nav-horizontal > ul > li:hover > a,
.wrapper-site .header-site .children li a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #18bdf6;
}
.wrapper-site .header-site .children li ul.children {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.wrapper-site .header-site .children li:hover ul.children {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* ======Brand Slider======= */

.single-brand img {
    -webkit-transition: .3s;
    transition: .3s
}
.single-brand img:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.5" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: opacity(50%);
            filter: opacity(50%);
}
.total-brand-area {
    position: relative;
}
.total-brand-area:before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
}
/*----------------
 Scrollup css here
-----------------*/

#scrollUp {
    background: #18bdf6 none repeat scroll 0 0;
    bottom: 45px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 28px;
    height: 40px;
    line-height: 37px;
    position: fixed;
    right: 30px;
    text-align: center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 40px;
    z-index: 9999;
}
#scrollUp:hover {
    background: #555 none repeat scroll 0 0;
}
#scrollUp i {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    line-height: 35px;
}
.pagination a,
.pagination span {
    background-color: #f5f5f5;
    color: #454545;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    min-width: 38px;
    padding: 0 10px;
    text-align: center;
    width: auto;
}
.total-brand-area {
    background-image: url("images/brand.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.our-services {
    background-image: url("images/service.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.form.content {
    border: 1px solid #eeeeee;
}
.contact-area .container {
    padding: 0;
}
.contact-area input[type="submit"] {
    border-radius: 0;
    height: 40px;
    line-height: 38px;
}
.nav-mobile .nav .menu li a {
    color: #ffffff;
}
#search-2 .search-form .search-submit {
    border-radius: 0;
    width: 100%;
}
#search-2 .search-form .search-field {
    width: 100%;
}
div[class*=" off-canvas-"] .section-nav-title {
    color: #ffffff;
    font-size: 18px;
}
.nav-mobile .menu li:hover > a {
    color: #18bdf6;
}
.archive-page .post {
    margin-bottom: 40px;
}
.form-bottom [placeholder],
.form-top [placeholder] {
    text-transform: capitalize;
}
/* service */

.single-service-box {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 60px 30px;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.single-service-box:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
}
.confer-icon-box i {
    font-size: 35px;
    margin-bottom: 5px;
}
.single-service-box .excerpt p {
    letter-spacing: 0.5px;
}
/* slider2 */

.static-slide .section-title .heading {
    color: #ffffff;
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 12px;
}
.static-slide .excerpt > p {
    color: #ffffff;
    font-size: 16px;
}
.static-slide .section-title .button {
    background: #ffffff none repeat scroll 0 0;
    color: #18bdf6;
    display: inline-block;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    padding: 0 32px;
    text-transform: uppercase;
}
.static-slide .section-title .button:hover {
    background: #18bdf6 none repeat scroll 0 0;
    color: #ffffff;
}
.static-slide .section-title .heading:before {
    background: none
}
/* animate slider */

.single-slider {
    background-position: center center;
    background-size: cover;
    height: 700px;
}
.slider-title {
    color: #ffffff;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
}
.slider-active.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #18bdf6;
    border-radius: 0;
    color: #18bdf6;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    left: 0;
    line-height: 36px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.slider-active.owl-theme .owl-controls .owl-buttons div {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.slider-active.owl-theme .owl-controls .owl-buttons .owl-next {
    left: auto;
    right: 0;
}
.slider-active:hover.owl-theme .owl-controls.clickable .owl-buttons div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    background: #18bdf6 none repeat scroll 0 0;
    color: #ffffff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
h3.middle-text,
h3.middle-text span {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}
.cd-headline.clip .cd-words-wrapper:after {
    height: 80%;
    top: 5px;
    background-color: #18bdf6;
}
.cd-words-wrapper b {
    color: #18bdf6;
}
.slider-title h2 {
    color: #fff;
}
.single-blog-item:last-child .ht-blog {
    margin-bottom: 0;
}
/* =========================Responsive========================== */

@media (min-width: 992px) and (max-width: 1169px) {
    .carousel-style-one.owl-theme .owl-controls .owl-buttons div,
    .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
        left: 0;
    }
    .carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next,
    .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
        right: 0;
    }
    .calendar_wrap {
        display: block;
        overflow-x: scroll;
    }
    .widget_calendar {
        display: block;
        overflow-x: scroll;
    }
    .slide1-text .title-1 h1 {
        font-size: 60px;
    }
    .schedule-tab ul li a {
        font-size: 18px;
        padding: 19px 12px;
    }
    .slide1-text .title-1 h1 {
        font-size: 40px;
        margin-bottom: 0;
    }
    .contact-us a {
        margin-top: 20px;
    }
    .nivo-directionNav a {
        bottom: 0;
        top: auto;
    }
    .fg-about-area [class*="span-"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .fg-about-area img {
        width: 100%;
    }
    .fg-about-area .grid div[class*="span-"] {
        display: block;
    }
    .fg-about-area [class*="span-"] .excerpt {
        max-width: 100% !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-style-one.owl-theme .owl-controls .owl-buttons div,
    .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
        left: 0;
    }
    .carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next,
    .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
        right: 0;
    }
    .services-details .single-services + .single-services {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .slide1-text .title-1 h1 {
        font-size: 40px;
        margin-bottom: 0;
    }
    .contact-us a {
        margin-top: 20px;
    }
    .schedule-tab {
        padding: 0 50px;
    }
    .schedule-tab ul li a {
        font-size: 16px;
        padding: 15px 12px;
    }
    .single-schedule-list > ul {
        padding: 0;
    }
    .textwidget span {
        display: block;
    }
    .header-site.invert .responsive-nav .l-menu {
        color: #464646;
    }
    .pull-left.sidebar {
        margin-bottom: 30px;
    }
    .pull-right.sidebar {
        margin-top: 30px;
    }
    /* login dashboard header */
    
    .logged-in .header-site .container {
        margin-top: 44px;
    }
    .logged-in .header-site.header-sticky.is_stuck .container {
        margin-top: 0px;
    }
    .logged-in.admin-bar div[class*=" off-canvas-"] {
        margin-top: 90px;
        padding-top: 47px;
    }
    /* login dashboard end */
    
    .nivo-directionNav a {
        bottom: 0;
        top: auto;
    }
    .confer-services-widget [class*="span-"] {
        width: calc(100% / 12 * 6 - 20px);
    }
    .single-fun-fact {
        padding: 10px 0;
    }
    .fg-about-area [class*="span-"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .fg-about-area img {
        width: 100%;
    }
    .fg-about-area .grid div[class*="span-"] {
        display: block;
    }
    .fg-about-area [class*="span-"] .excerpt {
        max-width: 100% !important;
    }
    .slider-title {
        left: 5%;
        right: 5%;
        width: 90%;
    }
}
@media (max-width: 767px) {
    .container {
        width: 300px
    }
    .carousel-style-one.owl-theme .owl-controls .owl-buttons div,
    .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
        left: 0;
    }
    .carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next,
    .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
        right: 0;
    }
    .fg-about-area .media h3.heading {
        font-size: 26px;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .services-details .single-services + .single-services {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .services-img {
        padding-bottom: 20px;
    }
    .contact-us a {
        display: none !important;
    }
    .slide1-text .title-1 h1 {
        font-size: 18px;
    }
    .middle-text .desc p {
        display: none;
    }
    .nivo-directionNav a {
        font-size: 16px;
    }
    .section-title .heading {
        font-size: 26px;
    }
    .single-testmonial {
        padding: 0;
    }
    .pricing-table {
        margin: 10px 0;
    }
    .footer-site .widget .section-nav-title {
        margin-top: 20px;
    }
    .footer-site.invert .grid.footer-top-grid {
        padding-bottom: 50px;
    }
    .footer-site.invert .grid.footer-top-grid {
        padding-top: 40px;
    }
    .single-team {
        margin-bottom: 20px;
    }
    .schedule-tab {
        padding: 0;
    }
    .schedule-tab ul li a {
        font-size: 18px;
        padding: 15px;
    }
    .single-schedule-list ul li {
        width: 100%;
    }
    .single-schedule-list > ul {
        padding: 10px 0 20px;
        height: auto
    }
    .schedual-single-post {
        text-align: center;
        width: 100%;
    }
    .header-site.invert .responsive-nav .l-menu {
        color: #464646;
    }
    input[type="button"],
    input[type="submit"],
    button {
        width: 100%;
    }
    .grid.services-details {
        margin-bottom: 50px;
    }
    .breadcrumb-title h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .bread-crumbs li,
    .bread-crumbs li a {
        font-size: 12px;
    }
    .column.sidebar .widget {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% / 12 * 12 - 20px);
                flex: 0 0 calc(100% / 12 * 12 - 20px);
    }
    .search-form .search-submit {
        width: 100%;
    }
    .search-form .search-field {
        width: 100%;
    }
    .pull-right.sidebar {
        margin-top: 30px;
    }
    .breadcrumb-area.single-page {
        padding: 52px 0 50px;
    }
    /* login dashboard header */
    
    .logged-in .header-site .container {
        margin-top: 44px;
    }
    .logged-in .header-site.header-sticky.is_stuck .container {
        margin-top: 0px;
    }
    .logged-in.admin-bar div[class*=" off-canvas-"] {
        margin-top: 90px;
        padding-top: 47px;
    }
    /* login dashboard end */
    
    .single-fun-fact {
        padding: 10px 0;
    }
    .testmonial-list.owl-theme .owl-controls {
        margin-top: 15px;
    }
    .single-slider {
        height: 500px;
    }
    h3.middle-text,
    h3.middle-text span {
        font-size: 20px;
    }
    .single-slider .contact-us a {
        display: inline-block !important;
    }
    .layers-map {
        height: 300px !important;
    }
    .portfolio-menu li {
        margin: 5px !important;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .portfolio-menu {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }
    .contact-us a {
        display: inline-block !important;
        font-size: 12px;
        margin: 0;
        padding: 0 20px;
    }
    .fg-about-area .grid div[class*="span-"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .services-details [class*="span-"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .fg-feature-area [class*="span-"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .new-portfolio [class*="span-"] {
        width: calc(100% / 12 * 6 - 20px);
    }
    .team-area [class*="span-"] {
        width: calc(100% / 12 * 6 - 20px);
    }
    .fiends-pricing-widget [class*="span-"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .blog-area [class*="span-"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .footer-top-grid [class*="span-"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .grid.services-details {
        margin-bottom: 50px;
    }
    .how-can-area [class*="span-"] {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% / 12 * 12 - 20px);
                flex: 0 0 calc(100% / 12 * 12 - 20px);
    }
    .confer-services-widget [class*="span-"] {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% / 12 * 12 - 20px);
                flex: 0 0 calc(100% / 12 * 12 - 20px);
    }
    .single-slider .contact-us a {
        margin-top: 20px;
    }
    h3.middle-text,
    h3.middle-text span {
        font-size: 26px;
    }
    .slider-title {
        left: 10%;
        right: 10%;
        width: 80%;
    }
}
.footer-site {
    padding-bottom: 0;
    padding-top: 0;
}
.footer-site .grid.footer-top-grid {
    padding-bottom: 0;
    padding-top: 0;
}