@charset "UTF-8";
/*
 *-----------------------------------------------
 *Theme: Max - WordPress Theme
 *Version 1.0
 *Author: Oleko
 *-----------------------------------------------
 *1) Global CSS
 *2) Top Navigation Bar
 *3) Home Section
 *4) About us section
 *5) Work Section
 *6) Customer Say Section / Testimonials
 *7) Numbers Section
 *8) Meet The Team Section
 *9) Skills or Experties Section
 *10) Packages or Purchases Section
 *11) Slider Section
 *12) Blog Section
 *13) MAP Section
 *14) Contact Section
 *15) Footer Section
 *16) Creative Works/Portfolio Section
 *17) Post Page
 *18) Search Page
 *19) Responsive
 *----------------------------------------------- */
/*
 *-----------------------------------------------
 *	1) Global CSS
 *----------------------------------------------- */
.center {
    color: #000;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ccc no-repeat fixed;
    background-size: cover;
    font-family: 'Roboto';
}

a {
    text-decoration: none;
    list-style: none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    list-style: none;
}

p {
    margin: 0;
}

body input:focus:required:invalid, body textarea:focus:required:invalid, body input:required:valid, body textarea:required:valid {
    color: #666;
}

html, body {
    height: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 1.2;
}

h1 {
    font-size: 75px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 400;
}

h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.5;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.row {
    margin: 0 auto;
}

.row [class*="col-"] {
    margin: 0 auto;
    padding: 0;
}

.center {
    text-align: center;
}

.sub-title {
    max-width: 670px;
    margin: 0 auto;
}

.max-section-title {
    text-align: center;
    text-transform: uppercase;
    color: #363636;
    border-bottom: 1px solid #363636;
    font-size: 18px;
    padding-top: 50px;
}

.center-it {
    display: block;
    text-align: -webkit-center;
}

.center-it img {
    margin: 0 auto;
    display: block;
}

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

.block {
    display: block;
}

.none {
    display: none !important;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
}

.preloader img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.preloader img.default_loaders {
    width: 120px;
    height: 131px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.back--top__up {
    position: fixed;
    z-index: 666;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    display: table;
    text-align: center;
    cursor: pointer;
}

.back--top__up:hover i {
    opacity: 0.7;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.back--top__up i {
    display: table-cell;
    vertical-align: middle;
    color: #1ab4f0;
    font-size: 30px;
    top: 0;
    border: 2px solid #1ab4f0;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (max-width: 1366px) {
    .back--top__up {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width: 992px) {
    .back--top__up {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
    }
}

.fw-col-xs-1, .fw-col-sm-1, .fw-col-md-1, .fw-col-lg-1, .fw-col-xs-2, .fw-col-sm-2, .fw-col-md-2, .fw-col-lg-2, .fw-col-xs-3, .fw-col-sm-3, .fw-col-md-3, .fw-col-lg-3, .fw-col-xs-4, .fw-col-sm-4, .fw-col-md-4, .fw-col-lg-4, .fw-col-xs-5, .fw-col-sm-5, .fw-col-md-5, .fw-col-lg-5, .fw-col-xs-6, .fw-col-sm-6, .fw-col-md-6, .fw-col-lg-6, .fw-col-xs-7, .fw-col-sm-7, .fw-col-md-7, .fw-col-lg-7, .fw-col-xs-8, .fw-col-sm-8, .fw-col-md-8, .fw-col-lg-8, .fw-col-xs-9, .fw-col-sm-9, .fw-col-md-9, .fw-col-lg-9, .fw-col-xs-10, .fw-col-sm-10, .fw-col-md-10, .fw-col-lg-10, .fw-col-xs-11, .fw-col-sm-11, .fw-col-md-11, .fw-col-lg-11, .fw-col-xs-12, .fw-col-sm-12, .fw-col-md-12, .fw-col-lg-12, .fw-col-xs-15, .fw-col-sm-15, .fw-col-md-15, .fw-col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
 *-----------------------------------------------
 *	2) Top Navigation bar
 *----------------------------------------------- */
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-brand img{
    max-height: 34px;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-size: 24px;
}

.navbar-default.black {
    color: #000000;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px;
    font-family: inherit;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
}

header.sticky .navbar-default .navbar-nav > li > a {
    background-color: transparent;
}

.navbar-brand img {
    margin-top: -7px;
}

.nav > li > a {
    padding: 0;
}

.navbar-collapse.collapse.in li > a {
    color: #fff !important;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 999;
}

#header .container {
    display: table;
    height: 100%;
}

#header .navbar.navbar-default {
    display: table-cell;
    vertical-align: middle;
}

#header .navbar-right {
    margin-right: 0;
}

#header.sticky {
    background: #fff;
    width: 100%;
    color: #363636;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

#header.sticky .navbar-default .navbar-nav > li > a {
    color: #363636 !important;
}

#header.sticky .navbar-default .navbar-brand {
    color: #363636;
}

#header .navbar-default .navbar-toggle {
    background-color: rgba(0, 0, 0, 0.8);
}

#header .navbar-default .navbar-toggle:focus, #header .navbar-default .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

#header .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

#header .navbar-default .navbar-nav > .active > a {
    background-color: transparent;
}

#header .navbar-default .navbar-nav > .active > a:focus, #header .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}

#header.sticky {
    border-bottom: 1px #ccc solid;
}

#header ul, #header li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
}

.navbar-header {
    margin-top: 9px;
}

.admin-bar #header {
    top: 32px;
}

header .main--menu > li {
    position: relative;
}

header .main--menu > li > a:before {
    content: '';
    position: absolute;
    width: 0;
    top: 93%;
    left: 0;
    height: 2px;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    background-color: #1ab4f0;
}

header .main--menu > li > a:hover:before {
    width: 100%;
}

header .main--menu > li.active a:before {
    width: 100%;
}

header .main--menu > li ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 105%;
    right: 0;
    min-width: 200px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

header .main--menu > li ul li {
    position: relative;
    padding: 10px !important;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    background-color: #fff;
}

header .main--menu > li ul li:hover > a {
    color: #1ab4f0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

header .main--menu > li ul li a {
    font-size: 15px;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
    font-family: inherit;
    content: none;
}

header .main--menu > li ul li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    border-right: 1px solid #ececec;
    right: 105%;
    left: auto;
}

header .main--menu > li:hover > ul {
    opacity: 1;
    top: -webkit-calc(100% + 1px);
    top: calc(100% + 1px);
    visibility: visible;
}

header .main--menu > li ul li:hover ul {
    opacity: 1;
    visibility: visible;
    right: -webkit-calc(100% + 1px);
    right: calc(100% + 1px);
    top: -2px;
    top: 0;
}

.navbar-default .navbar-nav > li > a {
    padding: 0;
    margin: 24px 13px;
    background-color: transparent;
}

#top {
    height: 100vh;
    min-height: 500px;
    overflow: hidden;
    width: 100%;
    background: #ccc no-repeat fixed;
    background-size: cover;
}

#top .row {
    height: 100%;
}

#top .row > div {
    height: 100%;
}

div#hero-section {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin-top: 0;
    padding-bottom: 0;
}

/* Mobile menu */
.hidden--menu.mobile {
    position: fixed;
    background-color: #000;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.hidden--menu.mobile .logo {
    position: absolute;
    display: block;
    top: 15px;
    left: 15px;
    line-height: 1;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    z-index: 666;
}

.hidden--menu.mobile.show--menu {
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    visibility: visible;
}

.hidden--menu.mobile .hidden--menu__in {
    position: absolute;
    top: 10%;
    bottom: 10%;
    height: 80%;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.hidden--menu.mobile .menu {
    position: relative;
    display: block;
    -webkit-transition: left 1000ms ease;
    transition: left 1000ms ease;
}

.hidden--menu.mobile .menu .hidden--menu__social li:hover i {
    display: inline-block;
    color: #000;
    background: none;
}

.hidden--menu.mobile .menu li {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    float: none;
    outline: none;
}

.hidden--menu.mobile .menu li:first-child {
    top: 1px;
}

.hidden--menu.mobile .menu li a {
    color: #fff;
    font-size: 16pt;
    height: 30px;
    line-height: 40px;
    outline: none;
    padding: 10px 10px;
}

.hidden--menu.mobile .menu li .social {
    text-align: center;
}

.hidden--menu.mobile .menu li .social li {
    display: inline-block;
}

.hidden--menu.mobile .menu li .social li a:hover i {
    color: #1ab4f0;
}

.hidden--menu.mobile .menu > li:hover {
    background: none;
}

.hidden--menu.mobile .menu > li > a:hover {
    color: #1ab4f0;
    border: 1px #fff solid;
}

.hidden--menu.mobile .menu > li > a:hover + i {
    color: #1ab4f0;
    border: 1px #fff solid;
}

.hidden--menu.mobile .menu > li > ul {
    padding: 15px 0;
}

.hidden--menu.mobile .menu > li > ul li a {
    font-size: 30px;
}

.hidden--menu.mobile .menu i {
    color: #fff;
    font-size: 17px;
}

.hidden--menu.mobile .menu .sub-menu {
    display: none;
}

.hidden--menu.mobile .menu .sub-menu a {
    font-size: 21px;
}

.hidden--menu.mobile .menu .sub-menu > li > ul.disable {
    display: none;
}

.hidden--menu.mobile .menu .sub-menu i {
    color: #fff;
    font-size: 17px;
}

.rotate--icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

#social-menu {
    text-align: center;
    margin: 0 auto;
}

#social-menu li {
    display: inline-block;
}

#social-menu i {
    color: #fff;
    font-size: 21px;
}

.navTrigger {
    visibility: hidden;
    right: 0;
    top: 3px;
    cursor: pointer;
    height: 2.75rem;
    position: absolute;
    width: 2.75rem;
    z-index: 993;
    background-color: #fff;
}

.navTrigger.close {
    background-color: transparent;
    opacity: 1;
}

.navTrigger.close div {
    background-color: #fff;
}

.navTrigger.show--trigger {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
    right: 10px;
    top: 10px;
    width: 5.75rem;
    height: 5.75rem;
}

.navTrigger div {
    background-color: #000;
    height: 2px;
    position: absolute;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.navTrigger div:first-of-type {
    left: 50%;
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px);
    width: 20px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.navTrigger div:first-of-type + div {
    left: 50%;
    top: 50%;
    width: 17px;
    -webkit-transform: translateX(-80%) translateY(-50%);
    -ms-transform: translateX(-80%) translateY(-50%);
    transform: translateX(-80%) translateY(-50%);
}

.navTrigger div:first-of-type + div + div {
    left: 50%;
    top: -webkit-calc(50% + 5px);
    top: calc(50% + 5px);
    width: 14px;
    -webkit-transform: translateX(-20%) translateY(-50%);
    -ms-transform: translateX(-20%) translateY(-50%);
    transform: translateX(-20%) translateY(-50%);
}

.navTrigger:hover div:nth-child(2), .navTrigger:hover div:nth-child(3) {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    left: 50%;
}

.navTrigger.close {
    left: -webkit-calc(100% - 40px);
    left: calc(100% - 40px);
}

.navTrigger.close.show--trigger {
    background-color: transparent;
    right: 10px;
    cursor: pointer;
    height: 4.75rem;
    position: absolute;
    top: 10px;
    width: 4.75rem;
    z-index: 993;
    left: -webkit-calc(100% - 40px);
    left: calc(100% - 40px);
}

.navTrigger.close div:first-of-type {
    opacity: 0;
}

.navTrigger.close div:first-of-type + div {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 20px;
    top: 50%;
}

.navTrigger.close div:first-of-type + div + div {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 20px;
    top: 50%;
}

/*
 *-----------------------------------------------
 *	3) Home Section
 *----------------------------------------------- */
div#max-title {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

#max-title span {
    color: #00b3e4;
    font-weight: bold;
}

#max-paragraph {
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', 'Arial';
    font-size: 18px;
    line-height: 24px;
    padding-top: 5px;
}

div#max-top-buttons {
    text-align: center;
    padding-top: 30px;
}

div#max-top-buttons .btn {
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.btn {
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #dbd9d7;
    text-transform: uppercase;
    font-size: 15px;
}

.btn-primary:hover {
    color: #fff;
    border-color: #00b3e4;
    background-color: #00b3e4;
}

/*
 *-----------------------------------------------
 *	4) About us Section
 *----------------------------------------------- */
#max-aboutus-section {
    background: #ffffff;
}

#aboutus-section {
    background: #ffffff;
    padding-bottom: 30px;
}

#aboutus-section p {
    color: #363636;
    font-size: 15px;
    line-height: 24px;
}

.subheading {
    font-family: 'Montserrat', 'Arial';
    text-transform: uppercase;
    color: #5e5e5e;
    font-size: 28px;
}

div#about-para {
    padding: 10px 15px 30px;
    font-size: 15px;
    line-height: 24px;
}

p#para-big {
    font-size: 15px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 20px;
}

div#about-right {
    padding-top: 20px;
    padding-left: 50px;
}

#box {
    background: #f6f6f6;
    width: 100%;
    padding-top: 115px;
    padding-bottom: 115px;
}

#box p {
    font-size: 15px;
    color: #363636;
    line-height: 24px;
}

h2.box-title {
    text-transform: uppercase;
    font-size: 25px;
    color: #363636;
}

#max-featured-section {
    background: #fff;
    width: 100%;
}

#max-feature-section {
    background: #fff;
    text-align: center;
    padding-bottom: 50px;
}

div#max-feature-para {
    padding-bottom: 30px;
    padding-top: 10px;
    padding: 10px 15px 30px;
    font-size: 15px;
    line-height: 24px;
    color: #363636;
}

div#image-block {
    max-width: 870px;
    margin: 0 auto;
}

#max-feature-section p {
    font-size: 15px;
    color: #363636;
    line-height: 24px;
}

.max-below {
    padding-top: 60px;
}

.feature--box {
    padding: 50px 50px;
    min-height: 400px;
}

#box {
    padding-top: 15px;
    padding-bottom: 15px;
}

.aboutus--box__wrapp {
    padding: 100px 0;
    overflow: hidden;
}

#max-aboutus-section #box .row > div .aboutus--box {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: default;
    padding: 100px 50px;
}

#max-aboutus-section #box .row > div .aboutus--box .icon {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 0ms ease;
    transition: all 0ms ease;
    font-family: icomoon;
}

#max-aboutus-section #box .row > div .aboutus--box:hover .icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

#max-aboutus-section #box .row > div:nth-child(4) .aboutus--box,
#max-aboutus-section #box .row > div:nth-child(5) .aboutus--box,
#max-aboutus-section #box .row > div:nth-child(6) .aboutus--box {
    padding-top: 0;
}

#max-feature-section .row > div .feature--box .icon {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 0ms ease;
    transition: all 0ms ease;
}

#max-feature-section .row > div .feature--box:hover {
    cursor: default;
}

#max-feature-section .row > div .feature--box:hover .icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

span.number, #max-numberbox p {
    color: #fff !important;
}

/*
 *-----------------------------------------------
 *	5) Work Section
 *----------------------------------------------- */
#max-work-section {
    background: #f6f6f6;
}

#max-work-container {
    background: #f6f6f6;
    width: 100%;
}

div#max-work-para {
    padding-bottom: 30px;
    padding-top: 10px;
    font-size: 15px;
    color: #363636;
    line-height: 24px;
}

.portfolio-menu.center {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.portfolio-menu a {
    padding: 10px;
}

div#portfolio-box {
    background: #f6f6f6;
    position: relative;
}

div#portfolio-box img {
    height: auto;
    width: 100%;
}

/*
 *-----------------------------------------------
 *	6) Customer Say Section / Testimonials
 *----------------------------------------------- */
#max-testimonial-section {
    width: 100%;
    background: no-repeat center center fixed;
    background-size: cover;
}

/* Carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-control.left {
    left: -60px;
}

#quote-carousel .carousel-control.right {
    right: -60px;
}

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 400px;
    margin-right: -19px;
}

h2.name {
    text-transform: uppercase;
    font-size: 20px;
}

span.skill {
    font-size: 17px;
    color: #00b3e4;
    font-weight: bold;
    letter-spacing: 1px;
}

p.testimonial-quote {
    font-size: 15px;
    padding-top: 20px;
    color: #363636;
    line-height: 24px;
}

.row .testimonial-box {
    background: #f6f6f6;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    float: none;
}

#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #ccc;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border-color: #04b4e4;
    opacity: 1;
    overflow: hidden;
}

.carousel-inner {
    min-height: 300px;
    margin-top: 300px;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

h2.name {
    color: #000;
}

/*
 *-----------------------------------------------
 *	7) Numbers Section
 *----------------------------------------------- */
#max-numberbox {
    background: #00b3e4;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 50px;
    text-align: center;
}

#max-numberbox .icon {
    color: #fff;
}

span.number {
    font-size: 50px;
    color: #fff;
}

#max-numberbox p {
    color: #fff;
    font-size: 20px;
}

/*
 *-----------------------------------------------
 *	8) Meet The Team Section
 *----------------------------------------------- */
#max-team-section {
    width: 100%;
    background: #f6f6f6;
    padding-bottom: 50px;
}

#max-team-section .row:nth-child(2) {
    background: #fff;
}

div#max-team {
    background: #f6f6f6;
    padding-bottom: 50px;
}

div#max-team-para {
    padding: 10px 15px 30px;
    font-size: 15px;
    line-height: 24px;
}

.member-box {
    background: #fff;
    padding: 10px;
    padding-bottom: 30px;
}

.member-profile {
    text-align: center;
    padding-top: 15px;
}

.member-profile h2 {
    text-transform: uppercase;
    color: #363636;
    font-size: 20px;
    line-height: 2;
}

.member-profile span {
    color: #00b3e4;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
}

.member-profile:hover .social-icons {
    display: block !important;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.member-profile:hover img {
    opacity: .50;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.member-profile img {
    position: relative;
}

.social-icons {
    position: absolute;
    width: 100%;
    font-size: 30px;
    height: 269px;
    padding: 30px;
    left: 0;
    bottom: 0;
    display: none;
}

.social-icons a {
    color: #363636;
    text-decoration: none;
}

.social-icons a:hover {
    color: #00b3e4;
}

#max-team-section .col-md-4 {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: default;
}

/*
 *-----------------------------------------------
 *	9) Skills or Experties Section
 *----------------------------------------------- */
#max-experties-section {
    background: #fff;
}

div#max-skills {
    background: #fff;
    padding-bottom: 50px;
}

#doughnut, #doughnut2, #doughnut3, #doughnut4 {
    position: absolute;
}

#skill1, #skill2, #skill3, #skill4 {
    position: relative;
}

div#max-skillbar {
    margin-top: 50px;
}

div#max-skillbar h2 {
    font-size: 20px;
    line-height: 3;
}

.doughnut {
    position: relative;
}

.doughnut canvas {
    display: table;
    margin: 0 auto;
}

.doughnut strong {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 26px;
    font-weight: 400;
    color: #000;
}

.doughnut h2 {
    color: #000;
}

/*
 *-----------------------------------------------
 *	10) Packages or Purchases Section
 *----------------------------------------------- */
#max-purchase-section {
    width: 100%;
    background: no-repeat center center fixed;
    background-size: cover;
}

#max-packages-section {
    padding-bottom: 100px;
    text-align: center;
}

div#max-packages-para {
    padding: 10px 15px 30px;
    font-size: 15px;
    line-height: 24px;
    color: #363636;
}

.plan-box {
    background: #fff;
    padding-bottom: 30px;
    margin: 5px auto 0;
    max-width: 300px;
}

.plan-box .btn-primary {
    color: #00b3e4;
    background-color: transparent;
    border-color: #00b3e4;
    text-transform: uppercase;
    margin-top: 30px;
    margin-right: 10px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.plan-box .btn-primary:hover {
    color: #fff;
    background-color: #00b3e4;
}

h3.plan-title {
    font-size: 20px;
    padding: 20px;
    margin: 0;
}

.price {
    padding: 20px;
    background: #e0e0e0;
}

#classic-price {
    padding: 20px;
    background: #00b3e4;
}

span.small-text {
    font-size: 24px;
    color: #5e5e5e;
}

span.big {
    font-size: 70px;
    font-weight: bold;
    color: #5e5e5e;
}

#classic-price span.big {
    font-size: 70px;
    font-weight: bold;
    color: #ffffff;
}

#classic-price span.small-text {
    font-size: 24px;
    color: #ffffff;
}

.features {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
}

/*
 *-----------------------------------------------
 *	11) Blue Slider Section
 *----------------------------------------------- */
#max-slider-section {
    width: 100%;
    background: #00b3e4;
    padding-top: 50px;
    padding-bottom: 30px;
}

#owl-demo .item {
    margin: 3px;
}

#owl-demo .item img {
    display: block;
    height: auto;
    margin: 0 auto;
}

.owl-theme .owl-controls .owl-page span {
    background-color: transparent;
    opacity: 1;
    width: 12px;
    height: 12px;
    border: 2px #fff solid;
}

.owl-theme .owl-controls .owl-page.active span {
    background-color: #fff;
}

/*
 *-----------------------------------------------
 *	12) Blog Section
 *----------------------------------------------- */
#max-blogger-section {
    background: #fff;
    width: 100%;
}

div#max-blog-section {
    background: #fff;
    padding-bottom: 100px;
}

#max-blog-para {
    padding-bottom: 30px;
    color: #363636;
    padding-top: 10px;
    font-size: 15px;
    line-height: 24px;
}

.post-box {
    padding-right: 13%;
}

.post-box h2 a {
    color: #00b3e4;
    font-size: 25px;
    text-decoration: none;
    font-weight: bold;
}

.post-box a:hover {
    color: #337ab7;
}

.meta {
    font-size: 14px;
    color: #363636;
    line-height: 24px;
}

.post-box span {
    color: #4c4c4c;
    font-weight: bold;
    font-size: 15px;
}

.post-box p {
    padding-top: 10px;
    font-size: 15px;
    line-height: 24px;
    color: #363636;
}

#max-blog-section .btn-primary {
    color: #fff;
    background-color: #363636;
    border-color: #dbd9d7;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
}

#max-blog-section .btn-primary:hover {
    color: #fff !important;
    background-color: #00b3e4;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

#max-blog-section .btn {
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 30px;
    font-size: 15px;
    font-family: 'Montserrat', 'Arial';
}

.bypostauthor {
    display: block;
}

/*
 *-----------------------------------------------
 *	13) MAP Section
 *----------------------------------------------- */
#max-mapsection {
    width: 100%;
}

#max-mapsection > div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#map {
    width: 100%;
    height: 543px;
}

/*
 *-----------------------------------------------
 *	14) Contact Section
 *----------------------------------------------- */
#contact-section {
    background: #f6f6f6;
    width: 100%;
}

div#max-contact-section {
    background: #f6f6f6;
}

#max-contact-section > div:nth-child(3) {
    margin-top: -100px;
    height: 160px;
}

#max-contact-section .row {
    text-align: center;
}

#max-contact-para {
    padding-bottom: 30px;
    padding-top: 10px;
    font-size: 15px;
    line-height: 24px;
    color: #363636;
}

.detail-block p {
    font-size: 15px;
    line-height: 1.7;
    color: #363636;
}

.contact-block-wrapp {
    display: table;
    margin: 0 auto;
}

.icon-block {
    display: inline-block;
    float: left;
    padding-top: 10px;
}

.detail-block {
    display: inline-block;
    margin-left: 10px;
    float: left;
}

.get-in-touch {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 200px;
    padding: 30px;
}

.contact-form .form-field {
    margin: 20px 0;
}

form.contact-form.row {
    padding-top: 50px;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    color: #363636;
    padding: 0 0 0 10px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
}

textarea#message {
    height: 150px !important;
    padding: 5px 0 0 10px;
}

.contact-form .input-text:focus {
    outline: none;
}

.contact-form .input-text:focus + .label {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
}

.contact-form .input-text.not-empty + .label {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
}

.contact-form .label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #888;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.contact-form .btn-primary {
    color: #383838;
    background-color: transparent;
    border-color: #383838;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 15px;
    padding-right: 20px;
    padding-left: 20px;
    outline: none !important;
}

.contact-form .btn-primary:hover {
    color: #fff;
    background-color: #00b3e4;
    border-color: #00b3e4;
}

.contact-form input, .contact-form textarea {
    background: #f6f6f6;
    border: 1px solid #363636;
}

.note {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-family: Lusitana, serif;
    font-size: 16px;
    line-height: 21px;
}

.note .link {
    color: #888;
    text-decoration: none;
}

.note .link:hover {
    text-decoration: underline;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #1ab4f0;
}

/*
 *-----------------------------------------------
 *	15) Footer Section
 *----------------------------------------------- */
#max-footer {
    width: 100%;
    background: #fff;
    padding-top: 15px;
}

div#footer-social {
    padding: 30px 0;
}

#footer-social a {
    padding: 10px;
    color: #363636;
}

#footer-social a:hover {
    color: #00b3e4;
}

div#footer-copyrights {
    padding: 30px 0;
    color: #363636;
    font-size: 15px;
    line-height: 1;
    text-align: right;
}

/*
 *-----------------------------------------------
 *	16) Creative Works/Portfolio Section
 *----------------------------------------------- */
.features ul li {
    list-style: none;
    padding-top: 10px;
}

.filter-container {
    text-align: center;
    padding: 20px;
}

ul.filter > li > a {
    color: #5e5e5e;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Montserrat', 'Arial';
    padding: 5px;
}

ul.filter > li > a:hover {
    text-decoration: none;
    color: #fff;
    outline: none;
    background: #00b3e4;
    padding: 5px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

ul.filter > li.active a {
    color: #fff;
    background: #00b3e4;
    padding: 5px;
}

ul.filter > li span {
    color: #ddd;
    font-size: 20px;
    display: inline-block;
    margin: 0 5px;
}

.filter-section .filter-container .filter > li {
    padding-left: 20px;
    margin: 0;
}

.filter-section h2 {
    text-align: center;
}

.portfolio-section.port-col figure .overlay-background {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

.kill-padding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.portfolio-section figure {
    float: left;
    width: 100%;
    position: relative;
}

.portfolio-section figure img {
    width: 100%;
    height: auto;
}

.portfolio-section .article-title {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0 30px 0;
}

.portfolio-section .article-title a {
    color: #aaa;
}

.portfolio-section figure:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.portfolio-section figure:hover .overlay-background {
    opacity: .8;
    visibility: visible;
}

.portfolio-section figure .overlay-background {
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.portfolio-section figure .overlay-background .inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #595957;
}

.portfolio-section figure .overlay {
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.portfolio-section figure .inner-overlay {
    display: table;
    width: 100%;
    height: 100%;
}

.portfolio-section figure .inner-overlay-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 20px 40px;
}

.portfolio-section figure .inner-overlay-content.with-icons {
    text-align: center;
}

.portfolio-section figure .inner-overlay-content.with-icons h2 {
    text-transform: uppercase;
    font-family: 'Montserrat', 'Arial';
    font-size: 28px;
    color: #fff;
    padding-bottom: 10px;
}

.portfolio-section figure .inner-overlay-content.with-icons a {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    line-height: 42px;
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
}

.portfolio-section figure .inner-overlay-content.with-icons a:hover {
    color: #00b3e4;
    border-color: #00b3e4;
}

.isotopeSelector img {
    -webkit-transition: all .4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.isotopeSelector:hover img {
    -webkit-transform: scale(1.5) rotate(2deg);
    -ms-transform: scale(1.5) rotate(2deg);
    transform: scale(1.5) rotate(2deg);
    -webkit-transition: all .8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.isotopeSelector figure {
    overflow: hidden;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

#max-contact-section > div:nth-child(3) {
    height: auto;
    margin-top: 0;
}

.get-in-touch {
    margin: 0 auto;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 0;
    padding: 30px;
}

form.contact-form.row {
    padding-top: 0;
}

form [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/*
 *-----------------------------------------------
 *	17) Single Page
 *----------------------------------------------- */
.post_page_content {
    background-color: #fff;
    padding: 100px 0;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 15px 10px;
}

.alignnone {
    margin: 10px 0;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

.post_image img {
    display: block;
    margin: 0 auto 10px;
}

.post_blog {
    overflow: hidden;
}

.post_blog article:last-child .post_wrapp {
    margin-bottom: 0;
    border: none;
}

.post_content section:last-child .post_wrapp {
    border: none;
}

.post_more a {
    color: #00b3e4;
    display: table;
    background-color: transparent;
    border: 1px #00b3e4 solid;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.post_more a:hover {
    background-color: #00b3e4;
    color: #fff;
}

.post_wrapp {
    position: relative;
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid #ccc;
}

.post_wrapp ul, .post_wrapp ol {
    -webkit-padding-start: 15px;
}

.post_wrapp ol {
    list-style: decimal;
}

.post_wrapp .post_image {
    margin-bottom: 30px;
}

.post_wrapp .post_image img {
    height: auto;
}

.post_wrapp a {
    color: #000000;
}

.post_wrapp .post_info {
    overflow: hidden;
}

.post_wrapp .post_info a {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    line-height: 1.7;
}

.post_wrapp .post_info a:hover {
    color: #1ab4f0;
}

.post_wrapp .post_info > div {
    display: inline;
    overflow: hidden;
    padding-right: 10px;
}

.post_wrapp .post_info > div:before {
    color: #1ab4f0;
    display: inline;
    position: relative;
    margin-right: 9px;
    font-size: 14px;
    font-family: "FontAwesome";
}

.post_wrapp .cats {
    padding-right: 5px !important;
}

.post_wrapp .authInfo:before, .post_wrapp .post_info_author:before {
    content: "\f007";
}

.post_wrapp .singleInfos:before, .post_wrapp .post_info_time:before {
    content: "\f017";
}

.post_wrapp .post_info div:nth-child(3):before, .post_wrapp .post_info_cats:before {
    content: "\f07c";
    margin-right: 5px;
}

.post_wrapp .post_tags a {
    padding-right: 5px;
    line-height: 1.7;
    display: inline-block;
}

.post_wrapp .post_tags a:hover {
    color: #1ab4f0;
}

.post_wrapp .post_tags a:first-child {
    padding-left: 0;
}

.post_wrapp .post_tags:before {
    content: "\f02b";
    position: relative;
    top: -1px;
    padding-right: 10px;
    color: #1ab4f0;
    font-family: 'FontAwesome';
}

.post_wrapp .post_title {
    clear: both;
    width: 100%;
}

.post_wrapp .post_title h2 {
    margin: 0;
    line-height: 1;
    font-size: 21px;
    font-weight: bold;
}

.post_wrapp .page_links {
    line-height: 1.7;
    padding: 20px 0 30px 0;
}

.post_wrapp .page_links > span {
    padding: 7px 10px;
    border: 1px solid #1ab4f0;
}

.post_wrapp .page_links .page_links_title {
    padding: 0 10px 0 0;
    border: 0;
}

.post_wrapp .page_links a {
    padding: 7px 10px;
    background: #1ab4f0;
    font-weight: bold;
    color: #fff;
}

.post_wrapp .post_descriptions_details {
    color: #fff;
}

.post_wrapp .post_descriptions_details p {
    margin-bottom: 10px;
    display: block;
    line-height: 1.7;
    font-size: 18px;
}

.post_wrapp .post_descriptions_details p a {
    color: #1ab4f0;
}

.post_wrapp .post_descriptions_details p strong {
    font-weight: bold;
    margin: 10px 0;
}

.post_wrapp .post_descriptions_details h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.7;
}

.post_wrapp .post_descriptions_details h2 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.7;
}

.post_wrapp .post_descriptions_details h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
}

.post_wrapp .post_descriptions_details h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
}

.post_wrapp .post_descriptions_details h5 {
    font-weight: bold;
    line-height: 1.7;
}

.post_wrapp .post_descriptions_details h6 {
    font-weight: bold;
    line-height: 1.7;
}

.post_wrapp .post_descriptions_details blockquote {
    border-left: 3px solid #1ab4f0;
    margin: 10px 0;
}

.post_wrapp .post_descriptions_details table {
    margin: 10px 0;
}

.post_wrapp .post_descriptions_details table tr {
    line-height: 2;
    border-bottom: 0;
}

.post_wrapp .post_descriptions_details table tr th {
    padding-right: 20px;
}

.post_wrapp .post_descriptions_details table tbody tr th a {
    color: #1ab4f0;
}

.post_wrapp .post_descriptions_details dl {
    margin: 10px 0;
    line-height: 1.7px;
}

.post_wrapp .post_descriptions_details dl dd {
    padding-left: 10px;
    margin-bottom: 20px;
}

.post_wrapp .post_descriptions_details ul li {
    line-height: 1.7;
    list-style: disc;
}

.post_wrapp .post_descriptions_details ol li {
    line-height: 1.7;
}

.post_wrapp .post_descriptions_details address {
    margin: 10px 0;
    font-style: italic;
}

.post_wrapp .post_descriptions_details input {
    border: 2px solid #d4d0ba;
    font-family: inherit;
}

.post_wrapp .post_descriptions_details input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #1ab4f0;
    color: #fff;
    border: none;
    font-weight: bold;
    padding: 3px 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.post_wrapp table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

.post_wrapp caption,
.post_wrapp th,
.post_wrapp td {
    font-weight: normal;
    text-align: left;
}

.post_wrapp caption {
    font-size: 16px;
    margin: 20px 0;
}

.post_wrapp th {
    font-weight: bold;
    text-transform: uppercase;
}

.post_wrapp td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

.post_wrapp del {
    color: #333;
}

.post_wrapp ins {
    background: #fff9c0;
    text-decoration: none;
}

.post_wrapp hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-item figcaption {
    padding: 15px 5px 0 5px;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-item a {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.gallery-item a:hover {
    opacity: 0.6;
}

.format-gallery .post-thumb {
    margin-bottom: 0;
}

.comment-list {
    list-style: none;
}

.no-comments {
    text-align: center;
    font-style: italic;
    font-weight: bold;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*
 *-----------------------------------------------
 *	18) Bloge Page
 *----------------------------------------------- */
 .page-template-default #header{}
.post-template-default #header,  .archive #header, .search #header {
    background: #fff;
    border-bottom: 1px #ccc solid;
}

.post-template-default #header .navbar-brand #logo-black, .page-template-default #header .navbar-brand #logo-black, .archive #header .navbar-brand #logo-black, .search #header .navbar-brand #logo-black {
    display: block;
}

.post-template-default #header .navbar-brand #logo, .page-template-default #header .navbar-brand #logo, .archive #header .navbar-brand #logo, .search #header .navbar-brand #logo {
    /*display: none;*/
}

.home #header .navbar-brand #logo{
    display: block;
}

.navbar-brand .none, .page-template-default #header .navbar-brand #logo-black.none{
    display: none !important;
}

.page-template-default #header .navbar-default .navbar-nav > li > a{}
.post-template-default #header .navbar-default .navbar-nav > li > a,  .archive #header .navbar-default .navbar-nav > li > a, .search #header .navbar-default .navbar-nav > li > a {
    color: #000 !important;
}

.post-template-default .navbar-brand, .archive .navbar-brand, .search .navbar-brand{
    color: #000;
}

.blog {
    background-attachment: fixed;
}

.mybreadcrumb {
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-size: 36px;
}

.mybreadcrumb a {
    color: #ffffff;
    font-size: inherit;
}

.page_header {
    margin-top: 70px;
    padding-top: 120px;
    padding-bottom: 120px;
}

.page_header h1 {
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
}

.page_header .Title_404 {
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #1ab4f0;
}

.page_header p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1.7;
}

.page_header.smaller {
    padding-top: 120px;
    padding-bottom: 120px;
}

.post_page_header h1 {
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
}

.post_page_header p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.navigation.pagination {
    background-color: #1ab4f0;
    display: block;
    text-align: center;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.navigation.pagination .nav-links {
    display: block;
}

.navigation.pagination h2 {
    display: none;
}

.navigation.pagination a, .navigation.pagination span {
    padding: 20px;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
}

.navigation.pagination .current {
    background-color: rgba(0, 0, 0, 0.7);
}

.blog {
    background-color: #bbbbbb;
}

.blog footer, .archive footer, .single footer, .search footer, .error404 footer, .page footer {
    border-top: 1px #ccc solid;
}

.post_descriptions_details {
    color: #000000 !important;
}

.post_descriptions_details h1, .post_descriptions_details h2, .post_descriptions_details h3, .post_descriptions_details h4, .post_descriptions_details h5, .post_descriptions_details h6, .post_descriptions_details p {
    color: #000000;
    margin: 0;
}

.post_descriptions_details em {
    font-style: italic;
}

.post_descriptions_details h1 {
    font-size: 30px;
}

.post_descriptions_details h2 {
    font-size: 20px;
}

.post_descriptions_details h3 {
    font-size: 18px;
}

.post_descriptions_details h4 {
    font-style: 16px;
}

.post_info, .post_descriptions, .post_more {
    padding: 30px 0 0 0;
}

.post_blog .sticky, .post_blog .tag-sticky-2 {
    margin-bottom: 70px;
    position: relative;
}

.post_blog .sticky .post_wrapp, .post_blog .tag-sticky-2 .post_wrapp {
    border-bottom: 0;
    margin-bottom: 0;
    background: #f6f6f6;
}

.post_blog .sticky .post_info, .post_blog .sticky .post_title, .post_blog .sticky .post_descriptions, .post_blog .sticky .post_more, .post_blog .tag-sticky-2 .post_info, .post_blog .tag-sticky-2 .post_title, .post_blog .tag-sticky-2 .post_descriptions, .post_blog .tag-sticky-2 .post_more {
    padding: 30px 20px 0 20px;
}

.post_blog .sticky:before, .post_blog .tag-sticky-2:before {
    content: "\f0e7";
    position: absolute;
    color: #fff;
    z-index: 1;
    top: 7px;
    right: 10px;
    font-size: 14px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.post_blog .sticky:after, .post_blog .tag-sticky-2:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #1ab4f0 transparent transparent;
}

/*Coments Style*/
.comment {
    overflow: hidden;
    margin-bottom: 40px;
}

.comment .comment_image {
    margin-right: 20px;
    width: 100px;
    float: left;
}

.comment .comment_content {
    float: left;
    text-align: justify;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
}

.comment .comment_content .comment_info {
    overflow: hidden;
    margin-bottom: 10px;
}

.comment .comment_content .comment_info > div {
    float: left;
}

.comment .comment_content .comment_info > div:after {
    content: "";
    color: #1ab4f0;
    display: inline-block;
    position: relative;
    margin-right: 9px;
    margin-left: 9px;
    font-size: 12px;
    font-family: "FontAwesome";
}

.comment .comment_content .comment_info > div:last-child:after {
    content: none;
}

.comment .comment_content .comment_text {
    margin-bottom: 10px;
    color: #000000;
}

.comment .comment_content .comment_text h1, .comment .comment_content .comment_text h2, .comment .comment_content .comment_text h3 {
    color: #000000;
    margin: 0;
}

.comment .comment_content .comment_retly a {
    color: #1ab4f0;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.comment .comment_content .comment_retly a:hover {
    color: #000;
}

.children .comment {
    padding-top: 40px;
    border-top: 1px #1ab4f0 solid;
}

.no-results .page-content {
    padding: 20px;
    border: 1px #1ab4f0 solid;
}

.no-results .page-content h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
}

.post_comment {
    margin-top: 50px;
}

#comments ol, #comments ul, #comments li, #comments .comment-list {
    list-style: none;
}

.comments-title {
    font-size: 18px;
    margin: 20px 0;
    font-weight: bold;
}

.comment-list li article {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.comment-list .children {
    padding-left: 40px;
}

.comment-author {
    padding-bottom: 10px;
}

.comment-author a {
    color: #000;
}

.comment-metadata {
    padding-bottom: 10px;
}

.comment-metadata a {
    color: #000;
}

.comment-respond {
    padding: 40px 0 70px;
}

#reply-title {
    font-size: 18px;
}

.com_textarea {
    display: block;
    width: 100%;
    padding: 10px;
}

form.comForms [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

form.comForms [class*="col-"] input {
    padding: 10px;
    margin: 20px 0;
    max-width: 90%;
}

form.comForms [class*="col-"]:nth-child(2) {
    text-align: left;
}

form.comForms [class*="col-"]:nth-child(3) {
    text-align: center;
}

form.comForms [class*="col-"]:nth-child(4) {
    text-align: right;
}

.comForms {
    overflow: hidden;
}

.comForms input[name=submit] {
    color: #00b3e4;
    display: table;
    background-color: transparent;
    border: 1px #00b3e4 solid;
    text-transform: uppercase;
    margin: 20px 0 0;
    font-size: 15px;
    padding: 10px 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    float: right;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.comForms input[name=submit]:hover {
    background-color: #00b3e4;
    color: #fff;
}

.reply {
    margin-top: 20px;
}

.reply a {
    color: #00b3e4;
    display: table;
    border: 1px #00b3e4 solid;
    text-transform: uppercase;
    padding: 5px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.reply a:hover {
    background-color: #00b3e4;
    color: #fff;
}

/*Sidebar Styles*/
.sidebar {
    margin-left: 30px;
    padding: 30px;
    background: #f6f6f6;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar section {
    margin-bottom: 40px;
}

.sidebar_left {
    margin-left: 0;
    margin-right: 30px;
}

.sidebar select {
    border: 1px solid #1ab4f0;
    background: transparent;
    padding: 5px;
    margin-top: 5px;
    display: block;
}

.search-form label {
    width: 90%;
    position: relative;
}

.search-form label:before {
    content: '\f002';
    font-family: "FontAwesome";
    color: #1ab4f0;
    position: absolute;
    font-size: 20px;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-form .screen-reader-text {
    display: none;
}

.search-field {
    width: 100%;
    height: 50px;
    border: 1px solid #1ab4f0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
    padding-left: 15px;
    outline: none;
}

.search-form .search-submit {
    display: none;
}

form select {
    max-width: 100%;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

/*Widgets Styles*/
.widget h2 {
    font-size: 24px;
    margin: 0 0 20px;
}

.widget a {
    color: #000000;
    line-height: 1.5;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.widget a:hover {
    color: #1ab4f0;
}

.widget_calendar .calendar_wrap table#wp-calendar {
    width: 100%;
    text-align: center;
}

.widget_calendar .calendar_wrap table#wp-calendar caption {
    text-align: center;
    color: #1ab4f0;
    font-weight: bold;
}

.widget_calendar .calendar_wrap table#wp-calendar tbody {
    padding-top: 10px;
}

.widget_calendar .calendar_wrap table#wp-calendar th {
    text-align: center;
}

.widget_calendar .calendar_wrap table#wp-calendar tr {
    padding: 10px;
    line-height: 2em;
}

.widget_calendar .calendar_wrap table#wp-calendar #today {
    background: #1ab4f0;
    color: #fff;
    font-weight: bold;
}

.widget_calendar .calendar_wrap table#wp-calendar #prev {
    text-align: left;
}

.widget_calendar .calendar_wrap table#wp-calendar #next {
    text-align: right;
}

.widget_tag_cloud .tagcloud a {
    background: #1ab4f0;
    color: #fff;
    display: inline-block;
    margin: 5px;
    padding: 10px;
    font-size: 14px !important;
}

.widget li:before {
    content: "";
    color: #1ab4f0;
    display: inline-block;
    position: relative;
    margin-right: 9px;
    font-size: 12px;
    font-family: "FontAwesome";
}

.textwidget strong {
    line-height: 2;
    font-weight: bold;
}

.wp-caption .wp-caption-text {
    margin: 10px 0;
}

.widget_rss .rssSummary {
    margin-top: 15px;
}

.widget_rss li {
    margin-top: 15px;
}

.widget ul {
    -webkit-padding-start: 10px;
}

.widget ul li {
    list-style: none;
}

/*
 *-----------------------------------------------
 *	18) Page 404
 *----------------------------------------------- */
.button_404 a {
    margin: 20px auto 0;
    color: #fff;
    font-weight: bold;
    border: 2px #fff solid;
}

.error404 {
    height: 100vh;
}

.error404 footer {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}

.error404.admin-bar footer {
    bottom: -32px;
}

/*
 *-----------------------------------------------
 *	18) Search Page
 *----------------------------------------------- */
#primary {
    margin-top: 100px;
}

.page_searh header h2.post_title {
    line-height: 1.5;
    font-size: 24px;
}

.page_searh {
    margin-bottom: 50px;
}

.search .post_descriptions_details {
    margin-bottom: 10px;
    line-height: 1.6;
}

.search .post_image {
    margin-bottom: 20px;
}

.page_searh {
    border: none;
}

.search #primary {
    padding: 120px 0;
}

/*
 *-----------------------------------------------
 *	19) Responsive
 *----------------------------------------------- */
@media only screen and (max-width: 1024px) {
    .navbar-default .navbar-nav > li > a {
        margin: 24px 10px;
    }

    .max-section-title {
        padding-top: 30px;
    }

    #max-aboutus-section #box .row > div .aboutus--box {
        padding: 30px 25px;
        max-width: 400px;
        min-height: 330px;
        margin: 0 auto;
    }

    #about-right img {
        margin: 0 auto;
        display: block;
    }

    .feature--box {
        padding: 25px 15px;
        min-height: 0;
        max-width: 400px;
        margin: 0 auto;
    }

    .feature--box h2 {
        line-height: 2;
    }

    div#image-block, #max-feature-section {
        padding-bottom: 25px;
    }

    div#portfolio-box {
        padding-top: 0;
    }

    .carousel-inner {
        margin-top: 250px;
    }

    #quote-carousel {
        padding: 0 10px;
    }

    #quote-carousel .carousel-indicators {
        bottom: 350px;
    }

    .subheading, p#para-big, #aboutus-section p {
        text-align: center;
    }

    #max-team-section {
        padding-bottom: 10px;
    }

    span.big, #classic-price span.big {
        font-size: 50px;
    }

    span.small-text {
        font-size: 16px;
    }

    .features ul li {
        font-size: 16px;
        line-height: 1.2;
    }

    .post-box {
        padding-bottom: 25px;
        min-height: 450px;
    }

    #max-blog-section .btn {
        margin-top: 10px;
    }

    div#max-blog-section {
        padding-bottom: 50px;
    }

    .post_image img {
        width: 90%;
        height: auto;
    }

    .icon-block {
        display: block;
        float: left;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

    .detail-block {
        display: block;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .contact-form .btn-primary {
        margin-top: 0;
    }

    .plan-box {
        max-width: 230px;
    }

    .mybreadcrumb {
        font-size: 32px;
    }

    .mybreadcrumb a {
        font-size: inherit;
    }
}

@media only screen and (max-width: 1000px) {
    .navbar-nav {
        display: none;
    }

    .navTrigger {
        visibility: visible;
    }
}

@media only screen and (max-width: 800px) {
    /* Main */
    .col-sm-7, .col-sm-5 {
        width: 100%;
    }

    #top {
        height: 100vh;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 28px;
    }

    /* Header */
    .admin-bar header {
        top: 46px !important;
    }

    #header {
        height: 50px;
    }

    #header .container {
        display: block;
    }

    #header .navbar.navbar-default {
        display: block;
    }

    .navbar-collapse.collapse.in {
        background-color: rgba(0, 0, 0, 0.8);
        margin: 0 -15px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .navbar-header {
        margin-top: 0;
    }

    .nav > li {
        display: table;
        margin: 0 auto;
    }

    header.sticky .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    #max-paragraph p {
        font-size: 16px;
        width: 70%;
        margin: 0 auto;
    }

    div#max-top-buttons {
        padding-top: 50px;
    }

    div#max-top-buttons .btn {
        font-size: 16px;
    }

    /* About */
    p#para-small {
        text-align: justify;
        text-indent: 15px;
        padding: 0 15px;
    }

    #max-aboutus-section .container {
        padding-left: 0;
        padding-right: 0;
    }

    h2.box-title {
        line-height: 2;
    }

    div#about-right {
        padding-top: 30px;
    }

    /* Slider */
    #quote-carousel .carousel-indicators .active {
        width: 100px;
        height: 100px;
    }

    /* Count */
    .icon {
        font-size: 40px;
    }

    span.number {
        font-size: 30px;
        line-height: 2;
    }

    #max-numberbox p {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .plan-box {
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
        max-width: 230px;
    }

    #max-packages-section {
        padding-bottom: 30px;
    }

    #max-packages-section > .row:nth-child(2) > div:last-child .plan-box:last-child {
        margin-bottom: 0;
    }

    /* Skill */
    div#max-skills {
        padding-bottom: 30px;
    }

    /* Pricing */
    #max-packages-section {
        padding-left: 0;
        padding-right: 0;
    }

    .plan-box {
        max-width: 300px;
    }

    /* Blog */
    div#max-blog-section {
        padding-bottom: 30px;
    }

    /* Contacts */
    .icon-block {
        display: block;
    }

    #footer-social, div#footer-copyrights {
        text-align: center;
    }

    /* Blog Page */
    .post_page_content {
        padding: 50px 0;
    }

    .post_wrapp {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .comment-respond {
        padding: 0 0 40px;
    }

    .post_image img {
        width: 100%;
    }

    .post_blog article:last-child .post_wrapp {
        padding-bottom: 0;
    }

    form.comForms [class*="col-"] {
        width: 100%;
    }

    form.comForms [class*="col-"] input {
        width: 100%;
        max-width: 100%;
        margin: 20px 0 0;
        display: block;
    }

    .comment-list {
        font-size: 14px;
    }

    .comment-list .children {
        padding-left: 0;
    }

    .comment .comment_content .comment_info > div:after {
        margin: 0 5px;
    }

    .comment .comment_image {
        width: 70px;
    }

    .comments-title {
        margin: 0 0 20px;
    }

    .comment .comment_content {
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px);
    }

    .mybreadcrumb {
        font-size: 28px;
    }

    .mybreadcrumb a {
        font-size: inherit;
    }

    /* Sidebar */
    .sidebar {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .sidebar_left {
        margin-top: 0;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 20px;
    }

    .search-form label {
        max-width: 300px;
    }

    .calendar_wrap {
        max-width: 300px;
    }

    .error404.admin-bar footer {
        bottom: -32px;
    }
}

@media only screen and (max-width: 560px) {
    /* Main */
    h1 {
        font-size: 30px;
    }

    .post_descriptions_details h1, .post_descriptions_details h2, .post_descriptions_details h3, .post_descriptions_details h4, .post_descriptions_details h5, .post_descriptions_details h6 {
        color: #000000;
        margin: 0;
    }

    .post_descriptions_details h1 {
        font-size: 30px;
    }

    .post_descriptions_details h2 {
        font-size: 20px;
    }

    .post_descriptions_details h3 {
        font-size: 18px;
    }

    .post_descriptions_details h4 {
        font-style: 16px;
    }

    .subheading {
        width: 80%;
        margin: 0 auto;
    }

    p#para-big {
        padding: 0 15px;
    }

    p#para-big {
        font-size: 15px;
        margin-bottom: 20px;
    }

    div#max-packages-para {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* Header */
    .admin-bar header {
        top: 46px !important;
    }

    .admin-bar #header.sticky {
        top: 0 !important;
    }

    #max-paragraph p {
        font-size: 14px;
    }

    div#max-top-buttons {
        padding-top: 30px;
    }

    div#max-top-buttons .btn {
        font-size: 14px;
        padding: 5px 20px;
    }

    div#about-right {
        padding-left: 0;
    }

    div#about-right img {
        width: 80%;
    }

    /* Works */
    .filter-container {
        padding: 20px 0;
    }

    .filter-section .filter-container .filter > li {
        padding: 0 5px;
    }

    .filter-section .filter-container .filter > li a {
        font-size: 14px;
    }

    /* Slider */
    .carousel-indicators {
        width: 100%;
        margin-left: -50%;
        margin-bottom: 30px;
    }

    .carousel-inner {
        margin-bottom: 30px;
    }

    #quote-carousel .carousel-indicators .active {
        width: 80px;
        height: 80px;
    }

    /* Count */
    #max-numberbox .row > div {
        margin-bottom: 30px;
    }

    #max-numberbox .row > div:last-child {
        margin-bottom: 0;
    }

    #max-numberbox p {
        padding-bottom: 0;
    }

    span.number {
        line-height: 1.5;
    }

    #max-skillbar > div {
        width: 100%;
    }

    .plan-box {
        max-width: 230px;
    }

    /* Blog */
    #owl-blog .owl-pagination {
        display: none;
    }

    .post-box {
        margin-bottom: 0;
        padding-right: 0;
        min-height: 380px;
        padding-bottom: 0;
    }

    .post-box p {
        text-align: justify;
    }

    .post-box img {
        margin: 0 auto;
        max-width: 300px;
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .post-box h2, .post-box .meta {
        text-align: center;
    }

    #max-blog-section .row:nth-child(2) > div:last-child .post-box {
        margin-bottom: 0;
    }

    .mybreadcrumb {
        font-size: 24px;
    }

    .mybreadcrumb a {
        font-size: inherit;
    }

    /* Contacts */
    .get-in-touch {
        padding: 0;
    }

    /* Footer */
    #max-footer .row > div {
        width: 100%;
    }

    #footer-social, div#footer-copyrights {
        text-align: center;
        padding-top: 0;
    }

    /* Sidebar */
    .sidebar {
        margin-left: 0;
        margin-right: 0;
    }

    #max-purchase-section {
        background: #f6f6f6 no-repeat center center fixed !important;
    }

    #max-testimonial-section {
        background: #f6f6f6 no-repeat center center fixed;
    }
}

@media only screen and (max-width: 375px) {
    .carousel-inner {
        margin-top: 200px;
    }

    #quote-carousel .carousel-indicators {
        bottom: 400px;
    }

    #max-numberbox [class*="col-"] {
        width: 100%;
    }
}
