/* #Table of Contents

1.  Site Styles
    1.1. Page Styles
    1.2. Site Elements Basic
    1.3. List Style for Why US
    1.4. Post Heading
2.  Header
    2.1. Navigation
    2.2. Header Content
3.  Main
    3.1. Wrap Background
    3.2. Service
    3.3. Feature
    3.4. Counter
    3.5. Testimonial
    3.6. Gallery Slider
    3.7. Contact
    3.8. Blog
    3.9. Newsletter
    3.10. Icon Socials
    3.11. Pricing
    3.12. Home Slider
4.  Footer
5.  CSS Hacks
6.  Media Queries
    6.1. Normal Screen v1 -> (max-width: 1024px)
    6.2. Normal Screen v2 -> (min-width: 992px) and (max-width: 1199px)
    6.3. Laptop -> (min-width: 768px) and (max-width: 991px)
    6.4. Tablet -> (max-width: 767px)
    6.5. Small Tablet -> (max-width: 640px)
    6.6. Mobile v1 -> (max-width: 480px)
    6.7. Mobile v2 -> (max-width: 300px)
    6.8. If Height is to Small

================================================== */


/* 1. ========================= Site Styles ========================= */

/* 1.1. ========================= Page Styles ========================= */

html {
    overflow-x: hidden;
}

body {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6em;
    color: #56576e;
}

b, strong {
    font-weight: 800 !important;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 1.4em;
    color: #22233b;
}

h1 {
    font-size: 48px;
    font-weight: 700;
}

a {
    color: #7887e6;
    -webkit-transition: background .2s ease, background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
    -moz-transition: background .2s ease, background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
    -ms-transition: background .2s ease, background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
    -o-transition: background .2s ease, background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
    transition: background .2s ease, background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
}

a:hover {
    text-decoration: none;
    color: #4a4a4a;
}

a:focus {
    text-decoration: none;
}

ul li {
    line-height: inherit;
}

figure {
    margin: 0px;
}

figure img {
    width: 100%;
}

figure iframe {
    overflow: hidden;
    width: 100% !important;
    background-color: #f4f4f4;
    border: 2px solid #e9e9e9;
}

video {
    width: 100%;
    height: auto;
}

.no-margin-top {
    margin-top: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin-right {
    margin-right: 0px !important;
}

.no-margin-left {
    margin-left: 0px !important;
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

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

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

.margin-top10 {
    margin-top: 10px !important;
}

.margin-top20 {
    margin-top: 20px !important;
}

.margin-top30 {
    margin-top: 30px !important;
}

.margin-top40 {
    margin-top: 40px !important;
}

.margin-top50 {
    margin-top: 50px !important;
}

.margin-top60 {
    margin-top: 60px !important;
}

.margin-bottom10 {
    margin-bottom: 10px !important;
}

.margin-bottom20 {
    margin-bottom: 20px !important;
}

.margin-bottom30 {
    margin-bottom: 30px !important;
}

.margin-bottom40 {
    margin-bottom: 40px !important;
}

.margin-bottom50 {
    margin-bottom: 50px !important;
}

.margin-bottom60 {
    margin-bottom: 60px !important;
}

.padding-top10 {
    padding-top: 10px !important;
}

.padding-top20 {
    padding-top: 20px !important;
}

.padding-top30 {
    padding-top: 30px !important;
}

.padding-top40 {
    padding-top: 40px !important;
}

.padding-top50 {
    padding-top: 50px !important;
}

.padding-top60 {
    padding-top: 60px !important;
}

.padding-bottom10 {
    padding-bottom: 10px !important;
}

.padding-bottom20 {
    padding-bottom: 20px !important;
}

.padding-bottom30 {
    padding-bottom: 30px !important;
}

.padding-bottom40 {
    padding-bottom: 40px !important;
}

.padding-bottom50 {
    padding-bottom: 50px !important;
}

.padding-bottom60 {
    padding-bottom: 60px !important;
}

.padding-bottom150 {
    padding-bottom: 150px !important;
}

.required {
    color: #f9331e;
}

.animation {
    visibility: hidden;
}

.animated {
    visibility: visible;
}

/* 1.2. Site Elements Basic*/

input[type="text"], input[type="password"], input[type="email"], textarea {
    height: 52px;
    color: #b3bcc6;
    font-size: 15px;
    padding: 0px 20px;
    border: 2px solid #dadee2;
    outline: none !important;
}

textarea {
    height: auto;
    padding: 13px 20px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    color: #000000;
    border: 2px solid #d0d0d0;
}

input[type="text"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled, textarea:disabled {
    color: #b9b9b9;
    background-color: #f0f0f0;
    border: 2px solid #f0f0f0;
}

.btn-custom, input[type="button"], input[type="submit"], input[type="reset"], button {
    line-height: 50px;
    font-weight: 700;
    padding: 16px 30px 15px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    outline: none !important;
    -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease;
    -moz-transition: background-color .2s ease, border .2s ease, color .2s ease;
    -ms-transition: background-color .2s ease, border .2s ease, color .2s ease;
    -o-transition: background-color .2s ease, border .2s ease, color .2s ease;
    transition: background-color .2s ease, border .2s ease, color .2s ease;
}

input[type="button"], input[type="submit"], input[type="reset"], button {
    line-height: 1;
    padding-top: 16px;
    padding-bottom: 16px;
}

.btn-custom:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    outline: none !important;
    background: #4d61de;
}

.btn-custom:disabled, input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, button:disabled {
    color: #707070 !important;
    background-color: #bababa;
    border-bottom: 3px solid #bababa;
    outline: none !important;
}

.btn-custom.btn-icon {
    position: relative;
    padding-left: 70px;
}

.btn-custom.btn-icon .fa {
    position: absolute;
    top: 9px;
    left: 30px;
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    border: 2px solid #FFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

button.close {
    font-family: Arial, Helvetica, sans-serif;
    color: #404040 !important;
    font-size: 20px;
    margin: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

button.close:hover {
    color: #1a1a1a;
    background: none;
    border: 0px;
}

select {
    height: auto;
    font-weight: 400;
    padding: 8px 12px;
    border: 2px solid #EEE;
    outline: none;
}

select:focus {
    outline: none;
}

.aligncenter {
    display: block;
    margin: 0px auto 20px auto;
}

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

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

.left {
    float: left;
}

.right {
    float: right;
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.textleft {
    text-align: left;
}

.alert h4 {
    margin-bottom: 10px;
}

.tooltip {
    font-family: Muli, Arial, sans-serif;
    text-transform: lowercase;
}

.tooltip-inner {
    padding: 6px 12px 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


/* 1.3. ========================= List Style for Why US ========================= */
.list-style ul li {
    list-style: none;
    margin-bottom: 5px;
}

.list-style.list-arrow ul li {
    list-style-image: url("../images/list-arrow.png");
}

.list-style.list-arrow-bold ul li {
    list-style-image: url("../images/list-arrow-bold.png");
}

.list-style.list-arrow-circle ul li {
    list-style-image: url("../images/list-arrow-circle.png");
}

.list-style.list-icon ul {
    padding-left: 0px;
}

.list-style.list-icon ul li {
    position: relative;
    line-height: 22px;
    min-height: 26px;
    padding: 2px 0px 2px 38px;
    margin-bottom: 10px;
}

.list-style.list-icon ul li .fa {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 26px;
    height: 26px;
    color: #FFF;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    background: #7887e6;
}

/* 1.4. ========================= Post Heading ========================= */
.post-heading-center {
    text-align: center;
    margin-bottom: 60px;
}

.post-heading-center p {
    max-width: 650px;
    margin: 0px auto;
}

.post-heading-left {
    margin-bottom: 25px;
}

h2 {
    font-weight: 700;
    font-size: 36px;
}

.sep-border {
    height: 1px;
    background-color: #e4e4e4;
}


/* 2. ========================= Header ========================= */


/* 2.1. ========================= Navigation ========================= */
#header .navbar, #header .navbar-brand, #header .navbar-brand img {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#header .navbar {
    position: fixed;
    width: 100%;
    height: 60px;
    margin-bottom: 0px;
    z-index: 1000;
}

#header .navbar-default {
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#header .navbar-brand {
    height: auto;
}


#header .ml-auto {
    left: auto !important;
    right: 0px;

}

#header .active {
    color: #7887e6 !important;
}

.navbar-toggler,
.navbar-toggler:hover {
    border: 0px;
    background: #fff !important;
}

#header .navbar-brand img {
    height: 40px;
}

#header .navbar-default .navbar-collapse {
    border: 0px;
}

#header .nav {
    overflow: hidden;
    height: 60px;
}

#header .nav > li > a {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    padding: 17px 0px 18px;
    margin: 0px 20px;
}

#header .nav > li:first-child > a {
    margin-left: 0px;
}

#header .nav > li:last-child > a {
    margin-right: 0px;
}

#header .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
}


#header .navbar-default .navbar-nav > li > a {
    background: none;
    font-weight: 600;
    font-size: 16px;
    color: #56576e;
}

#header .navbar-nav > li > a:hover, #header .navbar-default .navbar-nav > li > a:hover {
    border-color: #FFF;
}

#header .navbar-nav > .active > a, #header .navbar-default .navbar-nav > .active > a {
    background-color: transparent;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
    filter: none;
    border-color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#header .navbar-toggle {
    margin-top: 13px;
    border: 0px;
}

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

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}


#header .navbar-default .navbar-toggle:hover {
    background-color: #007cd6;
}


/* 2.2. ========================= Header Content ========================= */
#header .header-content {
    padding: 150px 0px 50px 0px;
    position: relative;
    height: 100%;
    width: 100%;
    background: url('../images/header-circle.jpg') no-repeat scroll right bottom / 100% auto;
}

#header .header-content.page-header-content {
    border-bottom: 0px;
}

#header .header-content .header-text {
    padding-top: 80px;
    max-width: 600px;
}

#header .header-content .header-text .btn-section {
    margin-top: 60px;
}

#header .header-content .header-slider {
    background: url("../images/base-header-slider.png") no-repeat;
    background-size: 100%;
    padding: 23.9% 7.1% 30% 6.6%;
    margin-bottom: -40px;
}

#header .header-content .carousel-slider.header-slider .slick-dots {
    bottom: 16%;
}

#header .header-content.page-header-content .page-header-text {
    text-align: center;
    background-color: #0375af;
    padding: 15px 0px 20px;
    border-top: 1px solid #2e4357;
    border-bottom: 1px solid #2e4357;
}

#header .header-content.page-header-content .page-header-text h1, #header .header-content.page-header-content .page-header-text h2, #header .header-content.page-header-content .page-header-text h3, #header .header-content.page-header-content .page-header-text h4, #header .header-content.page-header-content .page-header-text h5, #header .header-content.page-header-content .page-header-text h6 {
    color: #7887e6;
    margin: 0px;
}

#header .header-content.page-header-content .page-header-text h1 {
    font-size: 30px;
    line-height: 36px;
}

#header .header-content.page-header-content .page-header-text p {
    color: #FFF;
    font-size: 15px;
    margin: 5px 0px 0px;
}

#header .header-content .btn-section .btn-custom {
    margin: 0px 15px 10px 0px;
    display: inline-block;
    padding: 0px 30px;
}


/* 3. ========================= Main ========================= */

/* 3.1. ========================= Wrap Background ========================= */
.wrap-bg {
    padding: 90px 0px;
}

.wrap-bg.wrap-bg-parallax {
    color: #FFFFFF
}

.wrap-bg.wrap-bg-dark {
    background-color: #fafafa;
}

.wrap-bg.wrap-bg-orange {
    background-color: #7887e6;
}

.wrap-bg.wrap-bg-grey {
    background-color: #ffffff;
}

.wrap-bg.wrap-bg-parallax {
    background-color: #333;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 0px;
}

.wrap-bg.wrap-bg-parallax .wrap-bg-overlay {
    background: url("../images/base-wrap-bg-parallax.png") repeat;
    padding: 150px 0px;
}

.wrap-bg.wrap-bg-parallax .socialfooter.wrap-bg-overlay {
    padding: 150px 0px 150px 0px;
}

.wrap-bg.wrap-bg-dark h1, .wrap-bg.wrap-bg-orange h1, .wrap-bg.wrap-bg-parallax h1, .wrap-bg.wrap-bg-dark h2, .wrap-bg.wrap-bg-orange h2, .wrap-bg.wrap-bg-parallax h2, .wrap-bg.wrap-bg-dark h3, .wrap-bg.wrap-bg-orange h3, .wrap-bg.wrap-bg-parallax h3, .wrap-bg.wrap-bg-orange h4, .wrap-bg.wrap-bg-parallax h4, .wrap-bg.wrap-bg-dark h5, .wrap-bg.wrap-bg-orange h5, .wrap-bg.wrap-bg-parallax h5, .wrap-bg.wrap-bg-dark h6, .wrap-bg.wrap-bg-orange h6, .wrap-bg.wrap-bg-parallax h6 {
    color: #ffffff;
}

.wrap-bg.wrap-bg-dark .post-heading-center h2 {
    color: #2B2F3E;
}

.wrap-bg.wrap-bg-dark .post-heading-left h2, .wrap-bg.wrap-bg-orange .post-heading-center h2, .wrap-bg.wrap-bg-orange .post-heading-left h2, .wrap-bg.wrap-bg-parallax .post-heading-center h2, .wrap-bg.wrap-bg-parallax .post-heading-left h2 {
    color: #ffffff;
}

.wrap-bg.wrap-bg-dark .post-heading-center p {
    color: #56576e;
}

.wrap-bg.wrap-bg-dark i {
    color: #7887e6;
}

.wrap-bg.wrap-bg-dark .post-heading-left p, .wrap-bg.wrap-bg-orange .post-heading-center p, .wrap-bg.wrap-bg-orange .post-heading-left p, .wrap-bg.wrap-bg-parallax .post-heading-center p, .wrap-bg.wrap-bg-parallax .post-heading-left p {
    color: #f0f0f0;
}

.wrap-bg .carousel-slider {
    margin-bottom: 20px;
}

.wrap-bg .btn-section .btn-custom {
    margin: 0px 10px;
}

.wrap-page {
    padding: 100px 0px 60px;
    border-bottom: 1px solid #f0f0f0;
}

.col-text .list-style {
    padding-top: 10px;
}

.row-custom .col-left, .row-custom .col-center, .row-custom .col-right {
    float: left;
    padding: 0px 15px;
}

.row-custom .col-left, .row-custom .col-right {
    width: 38%;
    padding-top: 40px;
}

.row-custom .col-center {
    width: 24%;
}

.row-custom .col-center img {
    width: 100%;
}

.row-custom .col-right {
    text-align: right;
}

/* 3.2. ========================= Service ========================= */
.themeioan_service {
    text-align: center;
    margin-bottom: 40px;
    padding: 60px 30px;
    margin: 0 0 30px 0;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 30px -12px #c9c9c9;
    box-shadow: 0 0 30px -12px #c9c9c9;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.themeioan_service i {
    margin-bottom: 20px;
}

.themeioan_service h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}

/* 3.3. ========================= Feature ========================= */
.themeioan_feature {
    position: relative;
    float: left;
    width: 100%;
    min-height: 90px;
    margin-bottom: 40px;
}

.themeioan_feature i {
    position: absolute;
    width: 80px;
    top: 5px;
    left: 0px;
}

.themeioan_feature .feature-text {
    padding-left: 100px;
}

.themeioan_feature .feature-text h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

.row-custom .col-right .themeioan_feature i {
    left: auto;
    right: 0px;
}

.row-custom .col-right .themeioan_feature .feature-text {
    padding: 0px 100px 0px 0px;
}

/* 3.4. ========================= Counter ========================= */
.themeioan_counter {
    text-align: center;
    margin-bottom: 40px;
}

.themeioan_counter h4 {
    font-size: 42px;
    line-height: 48px;
    margin: 20px 0px 0px;
}

.themeioan_counter p {
    color: #FFF;
    margin: 0px;
}

/* 3.5. ========================= Testimonial =========================*/
.themeioan_testimonial {
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 30px -12px #c9c9c9;
    box-shadow: 0 0 30px -12px #c9c9c9;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.themeioan_testimonial .testimonial-text {
    color: #ffffff;
    background-color: #7887e6;
    padding: 25px 30px 60px;
    border-radius: 6px 6px 0px 0px;
}

.themeioan_testimonial .testimonial-text p {
    margin: 0px;
}

.themeioan_testimonial .testimonial-author {
    position: relative;
    background-color: #FFF;
    padding: 20px 30px 20px 30px;
    text-align: right;
    border-radius: 0px 0px 6px 6px;
}

.themeioan_testimonial .testimonial-author h4 {
    color: #7887e6;
    font-size: 18px;
    line-height: 24px;
    margin: 0px;
}

.themeioan_testimonial .testimonial-author p {
    color: #2B2F3E;
    font-weight: 500;
    margin: 2px 0px 0px;
}

.themeioan_testimonial .testimonial-author img {
    position: absolute;
    top: -45px;
    left: 30px;
    width: 90px;
    height: 90px;
    border-radius: 100px;
    border: 2px solid #ffffff;
}

/* 3.6. ========================= Gallery Slider ========================= */
.gallery-slider, .carousel-slider.gallery-slider {
    padding-bottom: 50px;
}

.carousel-slider.gallery-slider .slick-dots {
    bottom: 0px;
    line-height: 0px;
}

.carousel-slider.gallery-slider .slick-dots li {
    width: auto;
    height: auto;
}

.carousel-slider.gallery-slider .slick-dots li button {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #f2f3f7;
    padding: 0px;
    margin: 0px 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.carousel-slider.gallery-slider .slick-dots li button:before {
    display: none;
}

.carousel-slider.gallery-slider .slick-dots li.slick-active button {
    background: #7887e6;
}

.carousel-slider {
    display: block !important;
}

.color-one {
    color: #7887e6;
    border: 2px solid #7887e6;
    background: none;
}

.color-one:hover {
    color: #fff;
    border: 2px solid #4d61de;
    background: #4d61de;
}

.color-two {
    color: #fff;
    border: 2px solid #7887e6;
    background: #7887e6;
}

.color-two:hover {
    color: #fff;
    border: 2px solid #4d61de;
}

/* 3.7. ========================= Contact ========================= */
.themeioan-form-contact {
    max-width: 750px;
    text-align: center;
    margin: 0px auto;
}

.themeioan-form-contact input[type="text"], .themeioan-form-contact input[type="email"], .themeioan-form-contact textarea {
    width: 100%;
    margin-bottom: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #000;
}

.themeioan-form-contact textarea {
    height: 200px;
}

.themeioan-form-contact .alert {
    text-align: left;
    padding: 14px 15px;
    margin-bottom: 20px;
}

.themeioan-form-contact .alert.alert-danger {
    color: #c54e4e;
    background: #ffd3d3;
    border: 2px solid #fdbbbb;
}

.themeioan-form-contact .alert.alert-success {
    color: #6a9e6a;
    background: #caf4ca;
    border: 2px solid #aae6aa;
}

.themeioan-form-contact .alert button.close {
    margin-top: 1px;
}

.themeioan-form-contact .button {
    width: 100%;
    max-width: 200px;
    cursor: pointer;
}

.error-msg {
    clear: both;
    margin-top: -10px;
    padding-bottom: 10px;
}

.error-msg {
    color: #ef4c4d;
    text-align: left;
}

.success-msg {
    background: #6ac48e;
    color: #fff;
    padding: 20px 0px;
    margin: 20px 0px;
}

.form .not-valid,
.form .not-valid:focus {
    color: #000;
    border: 1px solid #ef4c4d;
}


.tbl-prc-list .fa.fa-close {
    color: #D24D57;
}


/* 3.8. ========================= Blog ========================= */
.themeioan_blog {
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 0 20px 0 #f2f2f2;
    box-shadow: 0 0 20px 0 #f2f2f2;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

.themeioan_blog .blog-content {
    padding: 30px 15px;
}

.themeioan_blog .blog-content .title {
    font-size: 16px;
}

.themeioan_blog .blog-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

.themeioan_blog .blog-meta li {
    display: inline-block;
    margin-right: 10px;
}

.themeioan_blog .blog-meta li:last-child {
    margin-right: 0;
}

.themeioan_blog .read-more {
    font-size: 12px;
}

.blog-photo img {
    width: 100%;
    height: auto;
}


/* 3.9. ========================= Newsletter ========================= */
.newslleter-call {
    position: relative;
}

#newsletter input {
    border-radius: 100px;
}

#newsletter .newsletter-submit {
    top: 0%;
    z-index: 1;
    right: 0px;
    position: absolute;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px !important;
    max-width: 120px;
    cursor: pointer;
}


/* 3.10. ========================= Icon Socials ========================= */
.icon-socials {
    text-align: center;
    margin-bottom: 30px;
}

.icon-socials a {
    display: inline-block;
    width: 54px;
    height: 54px;
    color: #ffffff;
    font-size: 24px;
    line-height: 52px;
    margin: 0px 5px 10px;
    border: 2px solid #ffffff;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.icon-socials a:hover {
    border: 2px solid #7887e6;
}


/* 3.11. ========================= Pricing ========================= */
.tbl-pricing {
    margin-bottom: 40px;
}

.tbl-pricing .tbl-prc-col {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tbl-pricing .tbl-prc-col .tbl-prc-wrap {
    padding: 50px;
    text-align: center;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.tbl-pricing .tbl-prc-col .tbl-prc-heading {
    color: #404040;
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 15px;
    margin: 0px;
}

.tbl-pricing .tbl-prc-col .tbl-prc-heading h4 {
    font-weight: 400;
    color: #2B2F3E;
    font-size: 26px;
    line-height: 36px;
    margin: 0px;
}

.tbl-pricing .tbl-prc-col .tbl-prc-heading p {
    margin: 5px 0px 0px;
}

.tbl-pricing .tbl-prc-col .tbl-prc-price {
    display: inline-block;
    width: 120px;
    height: 120px;
    color: #FFF;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    background-color: #7887e6;
    margin: 15px 0px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.tbl-pricing .tbl-prc-col .tbl-prc-price h5 {
    color: #FFF;
    font-size: 42px;
    line-height: 44px;
    margin: 26px 0px 0px;
}

.tbl-pricing .tbl-prc-col .tbl-prc-price h5 sup {
    font-size: 22px;
}

.tbl-pricing .tbl-prc-col .tbl-prc-price p {
    margin: 0px;
}

.tbl-pricing .tbl-prc-col .tbl-prc-list {
    color: #56576e;
    padding: 0px;
    margin: 0px;
}

.tbl-pricing .tbl-prc-col .tbl-prc-list li {
    list-style-type: none;
    padding: 15px 0px;
    border-bottom: 1px solid #c3c9d0;
}

.tbl-pricing .tbl-prc-col .tbl-prc-list li:last-child {
    border-bottom: 0px;
}

.tbl-pricing .tbl-prc-col .tbl-prc-footer {
    padding-top: 15px;
}

.tbl-pricing .tbl-prc-col .tbl-prc-footer .btn-custom {
    display: block;
    padding: 0px 10px;
}

.tbl-pricing .tbl-prc-col.tbl-prc-recommended {
    padding-top: 0px;
    padding-bottom: 0px;
}

.tbl-pricing .tbl-prc-col .tbl-prc-list i {
    margin-right: 5px;
}

.tbl-pricing .tbl-prc-col.tbl-prc-recommended .tbl-prc-wrap {
    border: 0px;
}

.tbl-pricing .tbl-prc-col.tbl-prc-recommended .tbl-prc-heading {
    padding-top: 10px;
}

.tbl-pricing .tbl-prc-col.tbl-prc-recommended .tbl-prc-list li:last-child {
    border-bottom: 0px;
}

.tbl-pricing .tbl-prc-col.tbl-prc-recommended .tbl-prc-footer {
    padding-bottom: 10px;
}


/* 3.12. ========================= Home Slider ========================= */
.carousel-slider.slick-slider {
    margin-bottom: 0px;
}

.carousel-slider .slick-prev, .carousel-slider .slick-next {
    width: 40px;
    height: 40px;
    background-color: #d0d0d0;
    margin-top: -20px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.carousel-slider .slick-prev:hover, .carousel-slider .slick-next:hover {
    background-color: #eb6042;
}

.carousel-slider .slick-prev {
    left: 20px;
    background: #d0d0d0 url("../images/carousel-slider-arrow-prev.png") no-repeat center center;
}

.carousel-slider .slick-prev:hover {
    background: #eb6042 url("../images/carousel-slider-arrow-prev-hover.png") no-repeat center center;
}

.carousel-slider .slick-next {
    right: 20px;
    background: #d0d0d0 url("../images/carousel-slider-arrow-next.png") no-repeat center center;
}

.carousel-slider .slick-next:hover {
    background: #eb6042 url("../images/carousel-slider-arrow-next-hover.png") no-repeat center center;
}

.carousel-slider .slick-prev:before, .carousel-slider .slick-next:before {
    display: none;
}

.carousel-slider .slick-dots {
    left: 0px;
    right: 0px;
    bottom: 20px;
    margin-bottom: 0px;
}

.carousel-slider .slick-dots li {
    margin: 0px;
}

.carousel-slider img {
    width: 100%;
}

/* 4. ========================= Footer ========================= */

#footer {
    background: #fafafa;
    padding-top: 20px;
}

#footer a {
    color: #7887e6;
}

#footer a:hover {
    text-decoration: underline;
}

/* 5. ========================= CSS Hacks ========================= */

.ie input[type="text"], .ie input[type="password"], .ie input[type="email"] {
    line-height: 48px;
}

.ie .animation {
    visibility: visible;
}

.ie #header .navbar.affix {
    background-color: transparent;
    background: url("../images/base-navigation-overlay.png") repeat;
}

.ie #header .header-content .header-slider {
    background-image: url("../images/base-header-slider-ie.png");
}


/* 6. ========================= Media Queries ========================= */

/* 6.1. ========================= Media Queries Normal Screen v1 ========================= */
@media (max-width: 1024px) {
    #download, #counter, #header {
        background-attachment: scroll !important;
        background-position: center top !important;
    }
}

/* 6.2. ========================= Media Queries Normal Screen v2  ========================= */
@media (min-width: 992px) and (max-width: 1199px) {

    .tbl-pricing .tbl-prc-col .tbl-prc-wrap {
        padding: 15px 18px;
    }

    #header .navbar-brand {
        padding-left: 18px;
        padding-right: 18px;
    }

    #header .nav > li > a {
        margin: 0px 10px;
    }

    #header .header-content .header-text {
        padding-top: 20px;
    }

    .col-text.padding-top10, .col-text.padding-top20, .col-text.padding-top30, .col-text.padding-top40, .col-text.padding-top50, .col-text.padding-top60 {
        padding-top: 0px !important;
    }

    .row-custom .col-left, .row-custom .col-right {
        padding-top: 0px;
    }

    .themeioan_testimonial .testimonial-text {
        padding: 15px 20px 55px;
    }

    .themeioan_testimonial .testimonial-author {
        padding: 15px 30px 15px 20px;
    }

    .themeioan_testimonial .testimonial-author img {
        right: 20px;
    }

    .icon-socials a {
        margin: 0px 14px 10px;
    }

    .ie #header .header-content .header-slider {
        background-image: url("../images/base-header-slider-ie-992.png");
    }

}

/* 6.3. ========================= Media Queries Laptop ========================= */
@media (min-width: 768px) and (max-width: 991px) {

    h1 {
        font-size: 26px;
    }

    .tbl-pricing .tbl-prc-col .tbl-prc-wrap {
        padding: 10px;
    }

    #header .navbar-brand {
        padding-left: 10px;
        padding-right: 10px;
    }

    #header .nav > li > a {
        margin: 0px 5px;
        font-size: 14px !important;
    }


    .col-text.padding-top10, .col-text.padding-top20, .col-text.padding-top30, .col-text.padding-top40, .col-text.padding-top50, .col-text.padding-top60 {
        padding-top: 0px !important;
    }

    .row-custom .col-left, .row-custom .col-right {
        padding-top: 0px;
    }

    .themeioan_testimonial .testimonial-text {
        padding: 10px 15px 50px;
    }

    .themeioan_testimonial .testimonial-author {
        padding: 10px 20px 10px 15px;
    }

    .themeioan_testimonial .testimonial-author img {
        right: 15px;
    }

    .icon-socials a {
        margin: 0px 8px 10px;
    }

    .ie #header .header-content .header-slider {
        background-image: url("../images/base-header-slider-ie-768.png");
    }

}


/* 6.4. ========================= Media Queries Tablet ========================= */
@media (max-width: 767px) {
    .carousel-slider {
        display: none;
    }

    #header .header-content .header-slider {
        margin: 0 60px;
        padding: 16.9% 6.1% 30% 5.6%;
    }

    #features .col-center {
        margin: 0 60px;
    }

    #screenshots .slick-list {
        margin: 0 60px;
    }

    .themeioan-form-contact {
        width: auto;
    }

    .tbl-pricing .tbl-prc-col {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .tbl-pricing .tbl-prc-col.tbl-prc-recommended .tbl-prc-heading {
        padding-top: 0px;
    }

    .tbl-pricing .tbl-prc-col.tbl-prc-recommended .tbl-prc-footer {
        padding-bottom: 0px;
    }

    #header .navbar, #header .navbar-brand, #header .navbar-brand img {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    #header .navbar, #header .nav {
        height: auto;
    }

    #header .container > .navbar-header, #header .container-fluid > .navbar-header {
        height: 60px;
    }

    #header .navbar-brand, #header .navbar.affix .navbar-brand {
        background-color: transparent;
        padding: 13px 0px 13px 15px;
    }

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

    #header .nav > li > a {
        background-color: #7887e6;
        padding: 10px 15px;
        margin: 0px;
        border-top: 0px;
        text-align: center;
    }

    #header .header-content .header-text {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 60px;
    }

    #header .header-content .col-xs-offset-1 {
        padding: 0px 120px;
        margin: 0px;
    }

    .wrap-bg .col-xs-offset-1, .wrap-page .col-xs-offset-1 {
        margin: 0px;
    }

    .wrap-bg .btn-section .btn-custom {
        display: inline-block;
        line-height: 24px;
        padding-top: 12px;
        padding-bottom: 13px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .col-text.padding-top10, .col-text.padding-top20, .col-text.padding-top30, .col-text.padding-top40, .col-text.padding-top50, .col-text.padding-top60 {
        padding-top: 0px !important;
    }

    .row-custom .col-left, .row-custom .col-center, .row-custom .col-right {
        display: block;
        width: auto;
        padding-top: 0px;
    }

    .row-custom .col-right {
        text-align: left;
    }

    .row-custom .col-right .themeioan_feature i {
        left: 0px;
        right: auto;
    }

    .row-custom .col-right .themeioan_feature .feature-text {
        padding: 0px 0px 0px 100px;
    }

    .icon-socials a {
        margin: 0px 5px 10px;
    }

    .ie #header .navbar.affix {
        background: #7887e6;
    }

    .ie #header .header-content .header-slider {
        background: #202020;
        padding: 80px 30px 60px;
        border: 2px solid #FFF;
    }

    .ie #header .header-content .carousel-slider.header-slider .slick-dots {
        bottom: 70px;
    }

    .wrap-bg {
        padding: 40px 0px;
    }

    #download a {
        display: block;
        max-width: 250px;
        margin: 20px auto;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 26px;
    }

}

/* 6.5. ========================= Media Queries Small Tablet ========================= */
@media (max-width: 640px) {

    .tbl-pricing .tbl-prc-col .tbl-prc-wrap {
        padding: 15px 20px;
    }

    #header .header-content .col-xs-offset-1 {
        padding: 0px 70px;
    }

    .themeioan_testimonial .testimonial-text {
        padding: 15px 20px 55px;
    }

    .themeioan_testimonial .testimonial-author {
        padding: 15px 30px 15px 20px;
    }

    .themeioan_testimonial .testimonial-author img {
        right: 20px;
    }

    .ie #header .header-content .header-slider {
        padding: 70px 24px 50px;
    }

    .ie #header .header-content .carousel-slider.header-slider .slick-dots {
        bottom: 60px;
    }

}

/* 6..6 ========================= Media Queries Mobile v1 ========================= */
@media (max-width: 480px) {

    .tbl-pricing .tbl-prc-col .tbl-prc-wrap {
        padding: 15px;
    }

    #header .header-content .col-xs-offset-1 {
        padding: 0px 20px;
    }

    .themeioan_feature {
        position: static;
        float: none;
        width: auto;
        text-align: center;
        min-height: 0px;
    }

    .themeioan_feature i {
        position: static;
        top: auto;
        left: auto;
    }

    .themeioan_feature .feature-text, .row-custom .col-right .themeioan_feature .feature-text {
        padding: 15px 0px 0px;
    }

    .themeioan_testimonial .testimonial-text {
        padding: 10px 15px 50px;
    }

    .themeioan_testimonial .testimonial-author {
        padding: 10px 20px 10px 15px;
    }

    .themeioan_testimonial .testimonial-author img {
        right: 15px;
    }

    .ie #header .header-content .header-slider {
        padding: 60px 18px 35px;
    }

    .ie #header .header-content .carousel-slider.header-slider .slick-dots {
        bottom: 45px;
    }

}

/* 6.7. ========================= Media Queries Mobile v2 ========================= */
@media (max-width: 300px) {

    .tbl-pricing .tbl-prc-col .tbl-prc-wrap {
        padding: 10px;
    }

    #header .navbar-header {
        text-align: center;
        padding: 20px 0px 5px;
    }

    #header .container > .navbar-header, #header .container-fluid > .navbar-header {
        height: auto;
    }

    #header .navbar-brand, #header .navbar.affix .navbar-brand {
        float: none;
        padding: 0px;
        margin-bottom: 15px;
    }

    #header .navbar-brand img, #header .navbar.affix .navbar-brand img {
        height: auto;
        max-height: 40px;
    }

    #header .nav > li > a {
        text-align: center;
    }

    #header .navbar-toggle {
        float: none;
        margin: 0px 0px 15px 0px;
    }

    .ie #header .header-content .header-slider {
        padding: 40px 12px 25px;
    }

    .ie #header .header-content .carousel-slider.header-slider .slick-dots {
        bottom: 35px;
    }

}

/* 6.8 ========================= Media Queries If Height is to Small ========================= */
@media (max-height: 750px) {
    .header-content {
        min-height: 750px !important;
    }
}