/*	################################################################
	File Name: style.css
	Template Name: Beauty Spa
	Created By: Shah Zobayer Ahmed
	http://zobayer.com

	1) GENERAL STRUCTURES
	2) HEADER SECTION
	3) ABOUT SECTION
	4) NEWS LATTER SECTION
	5) CONTACT SECTION
	6) FOOTER SECTION
	7) RESPONSIVE STRUCTURES
################################################################# */
/* *******************
 * 1. GENERAL SECTION
 ******************* */

* {
    margin: 0;
    padding: 0px;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    background: #fff;
    padding: 0;
    margin: 0;
    overflow: visible;
}

div.body {
    height: 100%;
    width: 100%;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

/*::-moz-selection {
    color: #ccc;
    text-shadow: none;
    background: #ccc;
}*/

::-webkit-input-placeholder {
    color: #fff !important;
}

:-moz-placeholder {
    color: #fff !important;
}

::-moz-placeholder {
    color: #000 !important;
}

:-ms-input-placeholder {
    color: #000 !important;
}

.subscribe::-webkit-input-placeholder {
    color: #000 !important;
}

.subscribe:-moz-placeholder {
    color: #000 !important;
}

.subscribe::-moz-placeholder {
    color: #000 !important;
}

.subscribe:-ms-input-placeholder {
    color: #000 !important;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    /* color: #f3392f; */
    padding: 0;
    margin: 0;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #01090C;
}

a img {
    border: none;
    vertical-align: bottom;
}

a.remove {
    display: block;
    height: 18px;
    width: 18px;
    margin: 10px;
    padding-left: 0 !important;
    text-indent: -9999px;
    background: #01090C;
    border-radius: 100px;
    border-style: solid;
    border-width: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0px;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    font-family: 'Srisakdi', cursive;
    line-height: 140% !important;
    color: #c158dc;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

.lead {
    font-family: 'Raleway', Arial, sans-serif !important;
    font-size: 18px;
    margin: 15px 0;
    padding: 0;
}

/*audio,
video {
    max-width: 100%;
    height: auto;
}*/

iframe,
embed,
object {
    max-width: 100%;
}

/*input,
textarea {
    color: #8F8F8F !important;
    box-shadow: none;
    outline: none
}*/

.left {
    float: left;
    display: block;
}

.center {
    margin: 0 auto;
    display: block;
    clear: both;
    display: block;
    text-align: center;
}

.right {
    float: right;
    display: block;
}


body .fixed {
    position: fixed;
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

/*
    HEADER SECTION
*/
/* Home Banner Area css
============================================================================================ */
.open .side_menu {
    right: 0px;
}

.open .canvus_menu .toggle_icon span {
    background: transparent !important;
}

.open .canvus_menu .toggle_icon span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.open .canvus_menu .toggle_icon span:after {
    width: 30px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    bottom: 0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.canvus_menu {
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.canvus_menu .float-right {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 15px;
    background: #5c007a;
    display: inline-block;
}

@media (max-width: 1200px) {
    .canvus_menu .float-right {
        width: 70px;
        height: 70px;
    }
}

.canvus_menu .toggle_icon {
    cursor: pointer;
    position: fixed;
    height: 20px;
    width: 30px;
    top: 27px;
    right: 32px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    background: transparent;
    padding: 20px;
    z-index: 9999;
}

@media (max-width: 1200px) {
    .canvus_menu .toggle_icon {
        top: 13px;
        right: 20px;
    }
}

.canvus_menu .toggle_icon span {
    height: 2px;
    width: 20px;
    display: block;
    background: #000000;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 50%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.canvus_menu .toggle_icon span:before {
    content: "";
    height: 2px;
    width: 30px;
    display: block;
    background: #000000;
    right: 0px;
    top: -10px;
    position: absolute;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.canvus_menu .toggle_icon span:after {
    content: "";
    height: 2px;
    width: 25px;
    display: block;
    background: #000000;
    right: 0px;
    bottom: -10px;
    position: absolute;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.canvus_menu .toggle_icon.blog span {
    background: #ffffff;
}

.canvus_menu .toggle_icon.blog span:after,
.canvus_menu .toggle_icon.blog span:before {
    background: #ffffff;
}

.side_menu {
    position: fixed;
    right: -29%;
    top: 0px;
    height: 100%;
    background: #262533;
    width: 100%;
    max-width: 29%;
    text-align: center;
    padding-left: 20px;
    z-index: 2;
    padding-right: 20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    opacity: .95;
}

@media (max-width: 575px) {
    .side_menu {
        max-width: 75%;
        right: -75%;
    }
}

.side_menu .input-group {
    display: block;
    position: relative;
}

.side_menu .input-group input {
    width: 100%;
    border: none;
    border-radius: 0px;
    height: 40px;
    padding: 0px 28px 0px 15px;
    background: #c158dc;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    font-family: #8f8f8f;
    outline: none;
    box-shadow: none;
}

.side_menu .input-group input.placeholder {
    font-size: 12px;
    color: #fff;
    font-family: #8f8f8f;
}

.side_menu .input-group input:-moz-placeholder {
    font-size: 12px;
    color: #fff;
    font-family: #8f8f8f;
}

.side_menu .input-group input::-moz-placeholder {
    font-size: 12px;
    color: #fff;
    font-family: #8f8f8f;
}

.side_menu .input-group input::-webkit-input-placeholder {
    font-size: 12px;
    color: #fff;
    font-family: #8f8f8f;
}

.side_menu .input-group .input-group-append {
    position: absolute;
    right: 10px;
    top: 47%;
    transform: translateY(-50%);
    z-index: 4;
}

.side_menu .input-group .input-group-append .btn-outline-secondary {
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 0px;
}

.side_menu .menu_right {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-height: 420px;
}

.side_menu .menu_right li {
    margin-bottom: 25px;
}

@media (max-width: 1440px) {
    .side_menu .menu_right li {
        margin-bottom: 15px;
    }
}

.side_menu .menu_right li:last-child {
    margin-bottom: 0px;
}

.side_menu .menu_right li a {
    font-size: 28px;
    /*font-weight: bold;*/
    color: #fff;
    /*text-transform: capitalize;*/
    font-family: 'Philosopher', sans-serif;
}

.side_menu .menu_right li a.active {
    color: #8e24aa;
}

@media (max-width: 575px) {
    .side_menu .menu_right li a {
        font-size: 15px;
    }
}

.side_menu .menu_right li a:hover {
    color: #c158dc;
}

.side_menu .menu_right li ul {
    display: none;
}

.side_menu .menu_right li ul li {
    text-align: left;
    margin-bottom: 10px;
    margin-left: 60px;
}

.side_menu .menu_right li ul li a {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.side_menu .menu_right li ul li:first-child {
    margin-top: 10px;
}

.side_menu .menu_right li ul li:hover a {
    color: #f9cc41;
}

.header-section {
    position: absolute;
    top: 0;
    width: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    min-height: auto;
    z-index: 9;
}

.navbar-brand {
    height: auto;
    padding-left: 0;
    padding-right: 0;
}

.cover-section {
    background: url(../image/slider/slider-1.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 150px 0;
    background-position: center;
    position: relative;
}

.slider-item > h2 {
    font-size: 3.2rem;
    font-family: 'Great Vibes', cursive;
    color: #fff;
    margin: 0;
    text-shadow: -1px -1px 0 #8e24aa, 1px -1px 0 #8e24aa, -1px 1px 0 #8e24aa, 1px 1px 0 #8e24aa;
}

.slider-item > h3 {
    font-family: 'Philosopher', sans-serif;
    font-size: 2.6rem;
    color: #c158dc;
    margin-bottom: 30px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/* menu css end */

/*
Purilfy section
 */
.purilfy-section {
    color: #fff;
    /*background: #cb5d9e;*/
    display: block;
    text-align: center;
    padding: 105px 0;
}

.purifliy-item {}

.purifliy-item > h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
    font-family: 'Philosopher', sans-serif;
    font-size: 40px;
    margin-bottom: 15px;
}

.purifliy-item > p {
    font-family: 'ProximaNovaA-Regular';
    font-size: 15px;
    line-height: 24px;
}


/*
OFFER SECTION
 */
.offer-section {
    padding: 110px 0;
    display: block;
    text-align: center;
    background-size: cover;
}

.offer-section h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
    font-family: 'Philosopher', sans-serif;
    font-size: 26px;
    margin-bottom: 15px;
}

.offer-section h4 {
    font-size: 28px;
    color: #fff;
    display: block;
    font-family: 'Great Vibes', cursive;
    margin: 0;
    padding: 0;
}

.offer-section a, .theme-btn {
    background: #c158dc;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Philosopher', sans-serif;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px;
    transition: all 0.5s;
    border: 1px solid #c158dc;
}

.offer-section a:hover, .theme-btn:hover {
    background-color: transparent;
    border: 1px dashed #c158dc;
}

.benefit-section {
    text-align: center;
}

.section-title {
    color: #5c007a;
    font-family: 'Great Vibes', cursive;
    /*font-weight: 600;*/
    font-size: 36px;
}

.benefit-item {
    text-align: center;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 0;
    transition: .3s all ease;
}

.benefit-item:last-child {
    border-right: 1px solid #e2e2e2;
}

.benefit-item > h3 {
    color: #474747;
    font-family: 'Philosopher', sans-serif;
    font-weight: 600;
}

.benefit-item > a > img {
    margin: 0;
    padding: 0;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    display: inline-block;
    width: 200px;
    height: 200px;
    transition: .3s all ease;
}

.benefit-item > h2 {
    color: #5c007a;
    font-family: 'Philosopher', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.benefit-item > p {
    font-family: 'Philosopher', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #5e5e5e;
    padding: 0 10px;
    margin: 0;
    min-height: 65px;
}

.benefit-item:hover {
    background: #5c007a;
    color: #5c007a
}

.benefit-item:hover p a {
    color: #aaa;
}

.benefit-item:hover h2 {
    color: #fff;
}

.benefit-item:hover img {
    border: 5px solid #c158dc;
}

.benefit-item:hover h3 {
    color: #fff;
}


/*
MESSAGE SECTION
 */
.message-section {
    padding: 75px 0;
    text-align: center;
    background: #fbf8fb;
    display: block;
}

.message-section h2 {
    font-size: 30px;
    font-family: 'ProximaNovaA-Bold';
    font-weight: 700;
    text-align: center;
    color: #5c007a
}

.message-section p {
    font-family: 'ProximaNovaA-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #474747
}

.news-section {
    display: block;
    background: url(../image/news-bg.jpg) no-repeat;
    background-size: cover;
    padding: 75px 0;
}

.col-md-6 {}

.news-item {}

.news-deatils {
    background: #fff;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.thumbnail {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

.thumbnail > img {
    margin: 0;
    width: 100%;
    padding: 0;
    border: none;
}

.content {
    padding-top: 13%
}

.content > span {
    font-size: 20px;
    color: #777777;
    font-family: 'ProximaNovaA-Regular';
    font-weight: 400;

}

.content_info > span {
    font-size: 18px;
    color: #777777;
    font-family: 'Philosopher', sans-serif;
    font-weight: 300;
}

.content_info {
    padding: 15px;
}

.content > p {
    font-size: 30px;
    font-family: 'Great Vibes', cursive;
    /*font-weight: 700;*/
    text-align: center;
    color: #8e24aa;
    line-height: 40px;
}

/*
CLIENT SECTION
 */
.client-section,
.contact-section {
    text-align: center;
    display: block;
    background: #fbf8fb;
    padding-top: 82px
}

.client-section .section-title {
    color: #8e24aa;
    font-weight: 700;
    font-size: 34px;
    font-family: 'Great Vibes', cursive;
    margin: 0;
    padding: 0;
}

.client-section .title-cap {
    font-size: 16px;
    color: #474747;
    font-family: 'Philosopher', sans-serif;
    font-weight: 400;
    display: block;
    margin-bottom: 30px;
}

i.fa.fa-quote-left {
    display: block;
    color: #8e24aa;
    margin-bottom: 15px;
}

.client-item {
    display: block;
}

.client-item .client-content {
    background: #fff;
    padding: 20px;
    padding-bottom: 60px;
    box-shadow: 0 1px 10px 1px #E8E8E8;
}

.client-item {
    display: block;
}

.client-item .client-content {
    background: #fff;
    padding: 20px;
    padding-bottom: 60px;
}

.client-item p {
    font-size: 14px;
    color: #474747;
    font-family: 'Philosopher', sans-serif;
    font-weight: 400;
}

.client-item > img {}

.client-item > h3 {
    color: #5c007a;
    font-weight: 600;
    font-family: 'Philosopher', sans-serif;
    font-size: 16px;
    position: relative;
    top: -40px;

}

/*.client-item a {
    height: 80px;
    width: 80px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    position: relative;
    margin: 0 auto;
    top: -40px;
}*/

/*
    BLOG SECTION
*/
.blog-section {
    background: #fff;
    display: block;
    text-align: center;
    padding: 80px 0;
}

.blog-section .title-section {
    color: #8e24aa;
    font-weight: 700;
    font-size: 34px;
    font-family: 'ProximaNovaA-Bold';
    margin: 0;
    padding: 0;
}

.blog-section .title-cap {
    font-size: 16px;
    color: #474747;
    font-family: 'ProximaNovaA-Regular';
    font-weight: 400;
    display: block;
    margin-bottom: 30px;
}

.blog-thumb {}

.blog-thumb a {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}


.blog-thumb > img {}


.blog-content {
    text-align: left;
}

.blog-content > h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #8e24aa;
    font-family: 'ProximaNovaA-Bold';
    margin-bottom: 10px;
}

.blog-content > p {
    font-size: 14px;
    color: #474747;
    font-family: 'ProximaNovaA-Regular';
    font-weight: 400;
    line-height: 24px;
    display: block;
    margin-right: 20%
}

.blog-content > a {
    color: #8e24aa
}


/*
TABLE SECTION
*/
.table-section {
    background: url(../image/slider/slider-2.jpg) no-repeat;
    background-size: cover;
    display: block;
    text-align: center;
    padding: 80px 0 105px;
}

.table-section .section-title {
    color: #fff;
    /*font-weight: 700;*/
    font-size: 3.2rem;
    font-family: 'Great Vibes', cursive;
    margin: 0;
    padding: 0;
    text-shadow: -1px -1px 0 #8e24aa, 1px -1px 0 #8e24aa, -1px 1px 0 #8e24aa, 1px 1px 0 #8e24aa;
}

.table-section .section-cap {
    font-size: 16px;
    color: #fff;
    font-family: 'ProximaNovaA-Regular';
    font-weight: 400;
    display: block;
    margin-bottom: 30px;
}

.table-content {
    padding: 0 50px;
    display: block;
}

.table-item {
    background: #fff;
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.sliver {}

.table-item > h2 {
    font-size: 50px;
    font-weight: 600;
    color: #303030;
    font-family: 'ProximaNovaA-Semibold';
    margin: 0;
    padding: 0;
}

.table-item > h2 > sup {
    color: #303030;
    font-family: 'ProximaNovaA-Regular';
    font-weight: 400;
}

.table-item > h3 {
    font-size: 20px;
    font-weight: 700;
    color: #303030;
    font-family: 'ProximaNovaA-Bold';
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.table-item > a {
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    padding: 10px 30px;
    font-size: 17px;
    position: relative;
    top: 18px;
}

.sliver > h3,
.sliver ul li span {
    color: #45c9eb
}

.table-item > ul {
    display: block;
    margin-top: 0px;
}

.table-item > ul > li {
    font-size: 16px;
    line-height: 30px;
    color: #5e5e5e;
    font-family: 'ProximaNovaA-Regular';
    list-style: none
}

.sliver > a {
    background: #45c9eb
}

.gold > h3,
.gold ul li span {
    color: #8e24aa;
}


.gold > a {
    background: #8e24aa;
    transition: all 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
}

.gold > a:hover {
    background: #C158DC;
    transition: all 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
}

.platinum h3,
.platinum ul li span {
    color: #ffae00
}

.platinum > a {
    background: #ffae00
}

/*
FOOTER SECTION
*/
.footer-section {
    text-align: center;
    padding: 30px 0;
    background-image: url('../image/home/crystal-light-bed-bg.jpg');
    background-size: cover;

}

.col-md-3 > h3 {}

.col-md-3 > a {}

.col-md-3 > a > img {}

.col-md-3 > h2 {}

.col-md-3 > p {}

.social-media {
    margin-top: 24px;
    padding-bottom: 20px;
}

.social-media > li {
    /*float: left;*/
    list-style: none;
    margin: 5px;
    display: inline-block;

}

.social-media > li > a {
    background: #e2e2e2;
    border-radius: 50%;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #919191;
    -webkit-box-shadow: 10px 10px 6px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 6px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 6px 0px rgba(0, 0, 0, 0.75);
}

.social-media > li > a:hover,
.social-media > li > a:hover a {
    background: #8e24aa;
    color: #fff !important;
    -webkit-box-shadow: 15px 15px 16px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 15px 15px 16px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 15px 15px 16px 0px rgba(0, 0, 0, 0.75);
}

.social-media > li > a i {
    color: #919191;
    margin-top: 10px;
    font-size: 18px;
}

.social-media > li > a:hover,
.social-media > li > a:hover i {
    background: #8e24aa;
    color: #fff !important;
}


.copyright {}

.copyright ul {}

.copyright ul li {}

.copyright ul li a {
    color: #474747 !important;
}

.copyright ul li a:hover {
    background: transparent !important
}

.copyright > p,
.copyright > p a {
    color: #c158dc;
    font-weight: 600;
    font-family: 'Philosopher', sans-serif;
    font-size: 16px;
}

.copyright > p a:hover {
    color: #fff;
}

.top-button a {
    height: 40px;
    width: 40px;
    display: block;
    background: url(../image/arrow.bg.png) #ea59ad no-repeat;
    background-size: auto;
    background-position: center;
    border-radius: 50%;
    float: right;
    margin-top: 30px;
    display: block;
}

/*
RESPONSIVE
*/

@media (max-width: 1200px) {
    .navbar-nav {
        margin-left: 30px;
    }

    .navbar-nav > li > a {
        font-size: 12px;
    }
    .carousel-caption {
        font-size: 40px;
    }

}

@media (max-width: 992px) {
    .navbar-header {
        width: 100%;
        text-align: center;
    }

    ul.nav.navbar-nav {
        margin: 0;
    }

    .navbar-brand {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        float: none;
        margin: 0 auto;
        display: inline-block;
    }

    .news-item {
        margin: 20px 0;
    }

    .table-content {
        padding: 0 50px;
        display: block;
        margin: 40px 0;
    }

    .social-media {
        margin-top: 24px;
        display: block;
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

    .social-media > li {
        float: none;
        list-style: none;
        margin: 5px;
        display: inline-block;
    }

    a.scroll {
        margin: 10px auto;
        float: none;
    }

    .blog-thumb a {
        margin: 0 auto;
    }

    .blog-content {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .carousel-caption {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        float: left;
        margin: 0 auto;
        display: inline-block;
        margin-left: 15px;
    }

    button.navbar-toggle.collapsed {
        margin-top: 25px;
        margin-top: 25px;
    }

    .news-item {
        margin: 20px 0;
    }

    .table-content {
        padding: 0 50px;
        display: block;
        margin: 40px 0;
    }

    .social-media {
        margin-top: 24px;
        display: block;
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

    .social-media > li {
        float: none;
        list-style: none;
        margin: 5px;
        display: inline-block;
    }

    a.scroll {
        margin: 10px auto;
        float: none;
    }

    .blog-thumb a {
        margin: 0 auto;
    }

    .blog-content {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .carousel-caption, .carousel-control {
        display: none !important;
    }


}

/*about page */

.about-section {
    padding: 30px 0px;

    /*background-image: linear-gradient(to left top, #8e44ad, #9d45bc, #ad44ca, #be43d8, #cf40e6, #ca39dd, #c532d4, #c02acb, #a420ab, #88168c, #6c0d6e, #520552);*/
}

.img-radius {
    border-radius: 50%;
}

.about-content {
    padding: 20px;
    border-radius: 0px 50px 50px 50px;
    -moz-border-radius: 0px 50px 50px 50px;
    -webkit-border-radius: 0px 50px 50px 50px;

    background-color: rgba(255, 255, 255, 0.5);
    color: black;
    -webkit-box-shadow: 10px 10px 19px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 19px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 19px -4px rgba(0, 0, 0, 0.75);
    transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
}

.about-content-right {
    border-radius: 0px 50px 50px 50px;
    -moz-border-radius: 0px 50px 50px 50px;
    -webkit-border-radius: 0px 50px 50px 50px;
}

.about-content-left {
    border-radius: 50px 0px 50px 50px;
    -moz-border-radius: 50px 0px 50px 50px;
    -webkit-border-radius: 50px 0px 50px 50px;
}

.about-content:hover {
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 20px 20px 19px 4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 20px 20px 19px 4px rgba(0, 0, 0, 0.75);
    box-shadow: 20px 20px 19px 4px rgba(0, 0, 0, 0.75);
    transition: ease-in 0.5s;
    -moz-transition: ease-in 0.5s;
    -webkit-transition: ease-in 0.5s;
}

.about-content p {
    font-size: 18px;
    font-family: 'Philosopher', sans-serif;
    line-height: 18px;
}

.about-content h3 {
    font-family: 'Great Vibes', cursive;
    font-size: 28px;
    color: #000;
}

.center-content {
    display: block;
    margin: 0 auto;
    float: none;
}

.pola {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.2);
}

.pola:hover,
.contact-info:hover {
    background-color: rgba(255, 255, 255, 1);
    transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
}

/* services */

.space-bg {
    background-image: url('../image/home/space.jpg');
}

/* new */
.mg-top-20 {
    margin-top: 20px;
}

.mg-top-30 {
    margin-top: 30px;
}

.parallax {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.align-left {
    text-align: left;
}

.contact-info-grid {
    padding: 10px;
    padding-left: 15px;

}

.contact-info {
    margin: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    border-radius: 10px;
}

.pad-bt-20 {
    padding-bottom: 20px;
}

.footer-logo {
    height: 150px;
}

.footer-nav {
    list-style: none;
    font-size: 16px;
    line-height: 25px;
}

.border-bottom {
    border-bottom: 1px solid #666666;
    margin: 0 auto;
}

.footer-section {
    font-family: 'Philosopher', sans-serif;
    font-size: 18px;
}

.footer-section h3 {
    font-size: 30px;
    font-family: 'Great Vibes', cursive;
    line-height: 30px;
    padding: 5px;
}

.footer-section ul,
.footer-section p,
.footer-fa {
    font-size: 18px;
    color: #bbb;
    line-height: 20px;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.contact-section .section-title {
    color: #fff;
    /*font-weight: 700;*/
    font-size: 34px;
    font-family: 'Great Vibes', cursive;
    margin: 0;
    padding: 0;
}

.contact-info-grid h3 {
    font-family: 'Philosopher', sans-serif;
    color: #000;
    font-size: 24px;
}

.contact-info-grid p {
    font-family: 'Philosopher', sans-serif;
}

.footer-list {
    padding-bottom: 3px;
}
.pad-btm{
    padding-bottom: 4px;
}

.testimonial-img {
    height: 80px;
    width: 80px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    position: relative;
    margin: 0 auto;
    top: -40px;
}
.mg-top-10{
    margin-top: 10px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    /* background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2)); */
}

@media(min-width:768px) {
    .copyright-item {
        text-align: left;
    }
}

.payment-icons .fa {
    color: #fff;
}
/*light : #c158dc;
dark : #5c007a;
primary #8e24aa;*/
