@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre&amp;family=Gideon+Roman&amp;display=swap');
/*----------------------------------------
General Styles
----------------------------------------*/
html{
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}
body{
    font-size: 1.6rem;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 400;
    line-height: 100%;
    background-color: #ffffff;
    color: #484747;
    line-height: 1.75;
    position: relative;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.33;
    color: #040404;
    text-transform: uppercase;
    
    letter-spacing: 0.3px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
    display: block;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b{
    font-weight: 800;
}
h1{
    font-size: 3.2rem;
}
h2{
    font-size: 3rem;
}
h3{
    font-size: 2.4rem;
}
h4{
    font-size: 2rem;
}
h5{
    font-size: 1.6rem;
}
h6{
    font-size: 1.2rem;
}
a{
    transition: all 0.4s ease;
}
a, a:focus, a:visited{
    color: #0a0a0a;
}
a:hover {
    color: #aaa;
    text-decoration: none;
}
a.newlink {
	color: #818181;
}
a.newlink:hover {
	color: #000;
}
.section-bg h1{
    color: white;
    font-weight: 500;
    font-size: 2rem;
    text-shadow: 1px 1px 0px #fff;
}
.section-bg h4{
    color: rgb(208 43 42);
    font-weight: 500;
    font-size: 2.5rem;
    text-shadow: 1px 1px 0px #fff;
}
.section-bg h1 b, .section-bg h2 b, .section-bg h3 b, .section-bg h4 b, .section-bg h5 b, .section-bg h6 b, .section-bg p{
    color: #ffffff;
}
.new-one {
	color: #fff!important;
}
p{
    margin: 0 0 10px 0;
}
p:last-child, p:only-child{
    margin-bottom: 10px;
}
ul, ol{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
ul li{
    position: relative;
    line-height: 2.25;
    vertical-align: middle;
}
ul li:before{
    position: relative;
    content: "\f058";
    font-family: "FontAwesome";
    font-size: 1.8rem;
    vertical-align: middle;
    color: #f1af1c;
    margin-right: 12px;
}
img{
    max-width: 100%;
    height: auto;
}
.mb-20
{
   padding-bottom: 30px;
    float: left;
}
.section, header, footer{
    position: relative;
    background-position: center center;
    background-size: cover;
}
.border-sep{
    border-bottom: 1px solid #999999;
}
.section-padding{
    padding: 90px 0;
}
.section-padding-extra{
    padding: 20px 0;
}
.form-btn {
	padding: 10px 30px;
}
.section-bg > div{
    z-index: 1;
}
.verticle-center {
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.display-flex {
    display: flex;
    align-items: center;
}
.section-heading{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.section-heading:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200px;
    height: 1px;
    background-color: #aeaeae;
    margin-left: -100px;
}
.section-bg .section-heading:before{
    background-color: #d02b2a;
}
.space {
	margin-bottom: 30px;
}
.section-heading:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 1px;
    background-color: #d02b2a;
    margin-left: -25px;
    transition: all 0.3s ease;
}
.section-bg .section-heading:after{
    background-color: #ffffff;
}
.section-heading:hover:after{
    width: 200px;
    margin-left: -100px;
}
.section-heading.no-sep:before, .section-heading.no-sep:after{
    content: none;
}
.section-title{
    font-size: 2.5rem;
    margin: 0;
    letter-spacing: 0;
    padding-top: 10px;
	text-align: center;
}
.section-subtitle{
    color: #818181;
    letter-spacing: 0.3px;
}
.section-bg .section-subtitle{
    color: #f3f3f3;
}
.mock-group{
    position: relative;
}
.mock-group .front-mock{
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
}
.mock-group .back-mock{
    z-index: 1;
    position: relative;
}

/*** Buttons ***/
.btn{
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: inline-block;
    font-size: 1.8rem;
    color: #ffffff;
    background-color: #1c9cd1;
    border-radius: 4px;
    padding: 10px 5px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}
.btn:focus, .btn:visited{
    color: #ffffff;
}
.btn:before{
    transition: all 0.4s ease;
    z-index: -1;
}
.btn:hover, .btn:focus:hover, .btn:visited:hover{
    background-color: #1578aa;
    color: #ffffff;
}
.btn-white, .btn-white:focus, .btn-white:visited{
    color: #d02b2a;
    background-color: #ffffff;
}
.btn-white:hover, .btn-white:focus:hover, .btn-white:visited:hover, .btn-orange:hover, .btn-orange:focus:hover, .btn-orange:visited:hover{
    background-color: #bbb;
	 color: #333;
}
.btn-white:before{
    content: "";
    position: absolute;
    background-color: #bbb;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
}
.btn-white:hover:before{
    transform: scale(1);
}
.btn-orange, .btn-orange:focus, .btn-orange:visited{
    background-color: #ff7f66;
}
.button-group {
    margin-top: 45px;
    float: left;
    width: 100%;
}
.button-group .btn{
    float: left;
}
.button-group .btn + .btn{
    margin-left: 30px;
}

/*** Form and Input ***/
input, select, textarea{
    width: 100%;
    font-size: 1.4rem;
    color: #333333;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: transparent;
    line-height: 24px;
    padding: 10px 15px;
    letter-spacing: 0.3px;
}

.form-group .form-control {
	background-color: #333;
	color: #fff;
	width: 300px;
}
input.form-group::-webkit-input-placeholder { 
  color: #4a4a4a;
}

::-webkit-input-placeholder { 
  color: #4a4a4a;
}
::-moz-placeholder { 
  color: #4a4a4a;
}
:-ms-input-placeholder { 
  color: #4a4a4a;
}
:-moz-placeholder { 
  color: #4a4a4a;
}
.section-bg input, .section-bg select, .section-bg textarea{
    border: 1px solid #ffffff;
    color: #ffffff;
}
.section-bg ::-webkit-input-placeholder { 
  color: #000;
}
.section-bg ::-moz-placeholder { 
  color: rgba(255, 255, 255, 0.55);
}
.section-bg :-ms-input-placeholder { 
  color: rgba(255, 255, 255, 0.55);
}
.section-bg :-moz-placeholder { 
  color: rgba(255, 255, 255, 0.55);
}
[class*=col] > input, [class*=col] > select, [class*=col] > textarea{
    /*margin-bottom: 30px;*/
}
input:focus, select:focus, textarea:focus{
    outline: none;
}
button.btn {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 8px 56px;
}

/*----------------------------------------
Pre Loader
----------------------------------------*/
#faceoff {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#preloader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #2B8B90;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#preloader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #356F66;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#preloader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #92E0D4;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#faceoff .preloader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

/* Loaded */
.loaded #faceoff .preloader-section {
    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #preloader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.loaded #faceoff {
    visibility: hidden;
    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
            transition: all 0.3s 1s ease-out;
}

/*----------------------------------------
Navigation
----------------------------------------*/
.navbar-default{
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #f6f7f9;
    box-shadow: 0 0 9px -5px #000000;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
}
.navbar-default.affix{
    transform: translateY(0);
}
.navbar-default .navbar-brand{
 
    padding: 0;
}
p.dark {
	color: #333;
}
h4.price-heading {
	color: #333;
}
.nav li:before{
    content: none;
}
.navbar-nav>li>a {
    padding: 20px;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
    font-size: 1.6rem;
    
    font-weight: 400;
    text-transform: capitalize;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: #1c9cd1;
}
.navbar-default .navbar-right > li > a{
    color: #040404;
}
.navbar-default .navbar-right > li > a:hover{
    color: #416467;
}
.nav-download a {
    background-color: #d02b2a;
    color: #ffffff !important;
    border-radius: 4px;
    padding: 12px 20px !important;
    margin: 8px 0 8px 20px;
}
.nav-download a:hover{
    background-color: #1578aa !important;
}


/*----------------------------------------
Header
----------------------------------------*/
.top-header{
    background-image: url(../img/stellar-one-phase-2.jpg);
    height: 600px;
}
.logo{
    display: inline-block;
}
.top-header h1, .flex_text {
    /*margin-top: 40px;*/
    letter-spacing: 0;
}
.flex_text li{
    font-size: 3.6rem;
    color: #f5f5f5;
    font-weight: 700;
    
    line-height: 1.33;
}
.flex_text li:before{
    content: none;
}
.top-header p{
    margin-top: 36px;
    margin-bottom: 0;
    letter-spacing: 0.3px;
}
.device-download{
    margin-top: 40px;
}
.device-download a{
    font-size: 3.6rem;
    display: inline-block;
    line-height: 100%;
}
.device-download a + a{
    margin-left: 30px;
}
.section-bg .device-download a{
    color: #ffffff;
}
.device-download a:hover{
    color: #416467;
}
.top-header.style-2 .button-group {
    float: none;
    margin: 45px auto 0 auto;
    text-align: center;
}
.top-header.banner-v2 .button-group .btn{
    float: none;
}

/*** Header Image Slider ***/
.bg-slider-v1{
    background-image: none;
}
.header-bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1 !important;
}
.bg-item{
    height: 850px;
    background-size: cover;
    background-position: center center;
}
.bg-item.item-1{
    background-image: url(../img/stellar-one.jpg);
}
.bg-item.item-2{
    background-image: url(../img/stellar-one.jpg);
}
.bg-item.item-3{
    background-image: url(../img/stellar-one.jpg);
}

/*** Header Banner Signup ***/
.banner-signup{
    background-color: rgba(0, 0, 0, 0.11);
    padding: 40px 25px;
    border-radius: 4px;
    position: relative;
}
.banner-signup:before, .banner-signup:after{
    content: "";
    position: absolute;
    width: 75%;
    height: 6px;
    background-color: #d02b2a;
    opacity: 0.11;
    left: 50%;
    transform: translateX(-50%);
}
.banner-signup:before{
    top: 0;
}
.banner-signup:after{
    bottom: 0;
}
.signup-title{
    margin-bottom: 25px;
}
.banner-signup input {
    border: 1px solid #d02b2a;
    border-radius: 4px;
    text-align: center;
}
.banner-signup input + input, .banner-signup input + button{
    margin-top: 20px;
}

/*** Header Books ***/
.bookv2{
    background-image: url(../img/bg/8.html);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right center;
}
.mock-group-book1 .back-mock {
    margin-bottom: 135px;
}
.bookv2 h1{
    margin-top: 0;
}

/*----------------------------------------
CTA / Free Trial
----------------------------------------*/
.cta-section{
    background-color: #d02b2a;
    padding: 40px 0;
}
.cta-heading{
    color: #ffffff;
    text-transform: none;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 2rem;
    margin: 0;
}
.trial-form{
    text-align: right;
    float: left;
    width: 100%;
}
.trial-form input {
    border-radius: 3px;
    width: calc(100% - 245px);
    max-width: 300px;
    margin-right: 40px;
    padding: 7px 15px;
}
.trial-form .btn{
    float: right;
    letter-spacing: 0.6px;
}

/*----------------------------------------
Intro
----------------------------------------*/
.intros{
    float: left;
    width: 100%;
    margin-bottom: -30px;
}

.table-content tr{
    color: black;
}
.table-content tr:hover{
    color: #000;
    background-color: #fff;
}


.intro{
    background-color: #f7f7f7;
    padding: 10px 25px 50px 25px;
    margin-top: 41px;
    margin-bottom: 30px;
    transition: all 0.4s ease;
}
.intro:hover{
    background-color: #d02b2a;
}
.intro-heading {
    font-size: 1.8rem;
    font-family: 'Frank Ruhl Libre', serif;
    margin-bottom: 20px;
    transition: all 0.4s ease;
	color: #333!important;
	margin-top: 20px;
}
.intro:hover {
    color: #fff;
}
.intro-heading:hover {
	color: #fff!important;
}
.intro p{
    transition: all 0.4s ease;
}
.intro:hover p{
    color: #f6f6f6;
}

/*----------------------------------------
Features
----------------------------------------*/
.features-area{
    background-color: #2c2c2c;
}
.feature + .feature{
    margin-top: 128px;
}
.feature:hover .feature-icon{
    background-color: #ffffff;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    color: #d02b2a;
}
.feature-title{
    font-size: 1.8rem;
    font-family: 'Frank Ruhl Libre', serif;
    margin: 25px 0 15px 0;
}

/*----------------------------------------
More Features
----------------------------------------*/
.mock-group-2 .front-mock{
    top: 0;
    right: 30px;
    bottom: auto;
}
.more-features{
    float: left;
    width: 100%;
    margin-bottom: -25px;
}
.more-feature{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.more-feature-icon{
    display: inline-block;
    font-size: 2.4rem;
    color: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #d02b2a;
    border-radius: 50%;
    float: left;
    margin-right: 18px;
    transition: all 0.3s ease;
}
.more-feature:hover .more-feature-icon {
    box-shadow: 0 0 0 10px rgba(0, 168, 224, 0.2);
    color: #d02b2a;
    background-color: #ffffff;
}
.more-feature-content{
    float: left;
    width: calc(100% - 78px);
    display: inline-block;
}
.more-feature-title{
    font-size: 1.8rem;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 500;
    margin-bottom: 5px;
}

/*----------------------------------------
Fun Fact
----------------------------------------*/
#fun-fact-area{
    background-color: #2c2c2c;
}
.fun-facts{
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.fun-fact{
    margin-bottom: 30px;
}
.fact-icon{
    display: block;
    margin: 0 auto;
    font-size: 3rem;
    width: 65px;
    height: 65px;
    color: #ffffff;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    line-height: 63px;
    text-align: center;
    transition: all 0.3s ease;
}
.fun-fact:hover .fact-icon{
    background-color: #ffffff;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    color: #d02b2a;
}
.fact-count{
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 4rem;
    margin: 20px auto 0 auto;
    letter-spacing: 0;
}
.fact-count span{
    display: inline-block;
}
.fact-name{
    font-weight: 500;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 0;
}

/*----------------------------------------
Description
----------------------------------------*/
.description-tab{
    float: left;
    width: 100%;
}
.description-tab .nav-tabs {
    float: left;
    display: inline-block;
    width: 120px;
    border: none;
    margin: -15px 70px -15px 0;
}
.description-tab .nav-tabs>li {
    float: left;
    margin-bottom: 0;
    display: block;
    margin: 15px 0;
}
.nav-tabs>li:before{
    content: none;
}
.description-tab .nav-tabs>li>a{
    display: block;
    height: 80px;
    width: 80px;
    border: 3px solid #d02b2a;
    border-radius: 50%;
    font-size: 3rem;
    color: #d02b2a;
    line-height: 77px;
    padding: 0;
    text-align: center;
    position: relative;
}
.description-tab .nav-tabs>li>a:focus, .description-tab .nav-tabs>li>a:hover {
    background-color: #d02b2a;
    color: #ffffff;
}
.description-tab .nav-tabs>li>a:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -61px;
    top: 50%;
    transform: translate(-20px, -50%);
    border-width: 15px 25px 15px 25px;
    border-style: solid;
    border-color: transparent transparent transparent #d02b2a;
    opacity: 0;
    transition: none;
}
.description-tab .nav-tabs>li.active>a, .description-tab .nav-tabs>li.active>a:focus, .description-tab .nav-tabs>li.active>a:hover{
    background-color: #d02b2a;
    border: 3px solid #d02b2a;
    box-shadow: 0 0 0 10px #d02b2a;
    color: #ffffff;
}
.description-tab .nav-tabs>li.active>a:after, .description-tab .nav-tabs>li.active>a:focus:after, .description-tab .nav-tabs>li.active>a:hover:after{
    opacity: 1;
    transform: translate(0, -50%);
    transition: all 0.5s ease 0.2s;
}
.description-tab .tab-content{
    float: left;
    display: inline-block;
    width: calc(100% - 190px);
}
.description-title{
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.description-tab .tab-content p{
    margin-bottom: 15px;
}
.mock-group-3{
    max-width: 345px;
    float: right;
}
.mock-group-3 .front-mock{
    position: relative;
}
.mock-group-3 .back-mock {
    position: absolute;
    right: 0;
    top: 0;
}

/*----------------------------------------
How it works
----------------------------------------*/
.how-it-works{
    background-image: url(../img/bg/4.html);
    padding: 200px 0;
}
.video-play-icon{
    display: block;
    margin: 0 auto;
    width: 116px;
    height: 116px;
    line-height: 116px;
    font-size: 6rem;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}
.how-it-works .video-play-icon{
    margin-top: 50px;
}
.video-play-icon i{
    margin-left: 12px;
}

/*----------------------------------------
Screenshots
----------------------------------------*/
.screenshots{
    overflow: hidden;
    padding: 0 40px 12px 40px;
    position: relative;
    margin: 0 -40px;
}
.screenshot-carousel .owl-wrapper-outer{
    overflow: visible;
}
.screenshot{
    padding: 0 15px; 
    opacity: 0;
    transition: all 0.2s ease;
}
.active .screenshot{
    opacity: 1;
}
.active .screenshot img{
    box-shadow: -7px 5px 16px 0px rgba(0, 0, 0, 0.09); 
}
.screenshot-carousel .owl-controls .owl-buttons > div {
    position: absolute;
    color: #d9d6d0;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    font-size: 5rem;
    margin: 0;
    padding: 0;
    opacity: 1;
}
.screenshot-carousel .owl-controls .owl-buttons > div:hover{
    color: #d02b2a;
}
.screenshot-carousel .owl-controls .owl-buttons .owl-prev{
    left: -40px;
}
.screenshot-carousel .owl-controls .owl-buttons .owl-next{
    right: -40px;
}

/*----------------------------------------
Reviews
----------------------------------------*/
.review-area{
    background-color: #2c2c2c;
}

.mt-15
{
    margin-top: 15px;
}
.reviews {
    padding: 0 148px 0 148px;
    margin: 0 -148px;
}
.thin-space.reviews{
    padding: 0 40px;
}
.reviewer-mock{
    width: 164px;
    height: 164px;
    overflow: hidden;
    border-radius: 50%;
    margin: 8px auto;
    box-shadow: 0 0 0 8px #b1c9d1;
}
.review-comment {
    margin: 45px 0 30px 0;
}
.commenter-name{
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 500;
    text-transform: none;
    margin: 0;
}
.commenter-profession{
    font-size: 1.4rem;
}
.designation{
    text-transform: uppercase;
}
.review-carousel .owl-controls .owl-buttons > div {
    position: absolute;
    color: #d9d6d0;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    font-size: 5rem;
    margin: 0;
    padding: 0;
    opacity: 1;
}
.review-carousel .owl-controls .owl-buttons > div:hover{
    color: #ffffff;
}
.review-carousel .owl-controls .owl-buttons .owl-prev{
    left: -148px;
}
.thin-space .review-carousel .owl-controls .owl-buttons .owl-prev{
    left: -40px;
}
.review-carousel .owl-controls .owl-buttons .owl-next{
    right: -148px;
}
.thin-space .review-carousel .owl-controls .owl-buttons .owl-next{
    right: -40px;
}

/*----------------------------------------
Price Table
----------------------------------------*/
.price-tables{
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.price-table{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.price-heading{
    background: #84cce3;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.price-table:hover .price-heading, .price-table.active .price-heading{
    background-color: #1293d5;
}
.price-plan {
    font-weight: 800;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.11);
    margin: 0;
    padding: 33px 20px;
}
.plan-price {
    font-size: 3rem;
    font-family: 'Frank Ruhl Libre', serif;
    color: #ffffff;
    margin: 0;
    padding: 19px 20px;
}
.price-ammount{
    display: inline-block;
    vertical-align: baseline;
}
.price-cycle{
    display: inline-block;
    vertical-align: baseline;
    font-size: 2.4rem;
    font-weight: 400;
    text-transform: lowercase;
}
.plan-features {
    color: #878686;
    padding: 21px 0;
}
.plan-feature {
    line-height: 3.2;
    margin: 19px 0;
    padding: 0 20px;
}
.plan-feature:before{
    content: none;
}
.plan-feature:nth-child(2n+1){
    background: #f7f7f7;
}
.btn-get-plan {
    border: 1px solid #d02b2a;
    background-color: transparent;
    color: #d02b2a;
    padding: 12px 46px;
}
.btn-get-plan:focus, .btn-get-plan:visited{
    background-color: transparent;
    color: #d02b2a;
}
.price-table.active .btn-get-plan, .btn-get-plan:hover{
    background-color: #1578aa;
    color: #ffffff;
}

/*----------------------------------------
Download
----------------------------------------*/
.download-area{
    background-color: #2c2c2c;
    padding: 60px 0 100px 0;
}
.download-area .section-heading{
    margin-bottom: 50px;
}
.download-area .button-group{
    margin: 0;
}
.download-area .button-group .btn{
    float: none;
    font-size: 2rem;
    border: 1px solid #ffffff;
    background-color: transparent;
    padding: 16px 56px;
}
.download-area .button-group .btn:hover{
    background-color: #ffffff;
    color: #d02b2a;
}
.download-area .button-group .btn + .btn {
    margin-left: 50px;
}
.space {
	margin-top: 50px;
	margin-bottom: 50px;
}

/*----------------------------------------
Team Members
----------------------------------------*/
.team-members{
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.team-member{
    background-color: #f5f5f5;
    padding: 0 10px 20px 10px;
    margin-top: 62px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
.team-member:hover{
    background-color: #d02b2a;;
}
.member-mock{
    border-radius: 50%;
    width: 105px;
    height: 105px;
    overflow: hidden;
    box-shadow: 0 0 0 10px rgba(17, 147, 212, 0.2);
    margin: 10px auto;
    position: relative;
    transform: translateY(-52px);
    margin-bottom: -42px;
}
.member-name{
    font-family: 'Frank Ruhl Libre', serif;
    margin-top: 15px;
    margin-bottom: 0;
    transition: all 0.3s ease;
}
.team-member:hover .member-name{
    color: #ffffff;
}
.member-work{
    color: #6c6c6c;
    transition: all 0.3s ease;
}
.team-member:hover .member-work{
    color: #ffffff;
}
.team-member p {
    font-size: 1.4rem;
    color: #6c6c6c;
    margin: 15px auto;
    transition: all 0.3s ease;
}
.team-member:hover p{
    color: #ffffff;
}
.member-connections{
    padding-top: 10px;
}
.member-connections a{
    font-size: 2rem;
    color: #ffffff;
    background-color: #d02b2a;
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.member-connections a + a{
    margin-left: 16px;
}
.team-member:hover a{
    background-color: #ffffff;
    color: #d02b2a;
}
.member-connections a:hover{
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
}

/*----------------------------------------
CTA / Purchase
----------------------------------------*/
.cta-2 .cta-heading{
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    margin-right: 50px;
}

/*----------------------------------------
Faq
----------------------------------------*/
.panel-group .panel{
    border-radius: 0;
}
.panel-default{
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.panel-group .panel+.panel {
    margin-top: 10px;
}
.panel-default>.panel-heading {
    border: 1px solid #d7d7d7;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 10px 20px;
    transition: all 0.3s ease;
}
.panel-default>.panel-heading.active{
    background-color: #d02b2a;
}
.panel-title{
    color: #d02b2a;
    text-transform: none;
    font-family: 'Frank Ruhl Libre', serif;
}
.panel-title a{
    color: #d02b2a;
    position: relative;
    display: block;
    transition: all 0.3s ease;
}
.panel-title a:focus{
    text-decoration: none;
}
.active .panel-title a{
    color: #ffffff;
}
.panel-title a:after{
    content: "\f107";
    font-family: "FontAwesome";
    right: 0;
    position: absolute;
}
.active .panel-title a:after{
    content: "\f106";
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
    border: none;
    background-color: #f7f7f7;
    padding: 25px 40px 25px 20px;
}
.panel-body p{
    border-left: 4px solid #d02b2a;
    padding-left: 18px;
    margin: 0;
}
.panel-body p + p{
    margin-top: 25px;
}

/*----------------------------------------
Bootstrap Form
----------------------------------------*/
.input-group{
    width: 100%;
}
.input-group + .input-group{
    margin-top: 10px;
}
.input-group-addon {
    font-size: 1.6rem;
    width: 44px;
    color: #d02b2a;
    background-color: transparent;
    border: 1px solid #d02b2a;
    border-radius: 0;
}
.form-control {
    height: 44px;
    font-size: 1.4rem;
    color: #fff;
    /* background-color: transparent; */
    border: 1px solid #f8e8e9;
    box-shadow: none;
    border-radius: 0;
    transition: all 0.3s ease;
}
button.form-control {
    background-color: #d02b2a;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.8rem;
}
.input-group .btn {
    width: 100%;
}
.form-control ::-webkit-input-placeholder { 
  color: #000;
}
.form-control ::-moz-placeholder { 
  color: #000;
}
.form-control :-ms-input-placeholder { 
  color: #000;
}
.form-control :-moz-placeholder { 
  color: #000;
}

/*----------------------------------------
Subscribe
----------------------------------------*/
.subscribe-area{
    background-image: url(../img/bg/7.html);
}
.subscribe-area .section-heading{
    margin-bottom: 40px;
}
.subscribe-form input[type="email"] {
    padding: 10px 20px;
    border-radius: 4px 0 0 4px;
    max-width: 300px;
    vertical-align: middle;
}
.subscribe-form button[type="submit"]{
    padding: 10px 45px;
    border-radius: 0 4px 4px 0;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    color: #d02b2a;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    vertical-align: middle;
}
.newsletter-success, .newsletter-error {
    margin-bottom: 0;
    margin-top: 15px;
    display: none;
}

/*----------------------------------------
Contact Area
----------------------------------------*/
.contact-form button.btn {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 12px 43px;
}
.input-success, .input-error {
    margin-bottom: 0;
    margin-top: 10px;
    border-radius: 4px;
    display: none;
}
.input-success{
    border: 1px solid #d02b2a;
}
.input-error{
    border: 1px solid #ff0000;
}
.contact-infos {
    float: left;
    width: 100%;
    margin-top: 90px;
    margin-bottom: -30px;
}
.contact-item{
    margin-bottom: 30px;
}
.contact-icon{
    font-size: 2.4rem;
    color: #d02b2a;
    margin-bottom: 10px;
    display: inline-block;
}
.contact-detail{
    font-size: 1.4rem;
    color: #6c6c6c;
}

/*----------------------------------------
Footer
----------------------------------------*/
footer{
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 20px;
}
.logo-footer{
    display: inline-block;
    opacity: 0.22;
}
.logo-footer:hover{
    opacity: 1;
}
footer .socials{
    margin-top: 20px;
}
footer .social{
    font-size: 2.5rem;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
    color: #d02b2a;
}
footer .social + .social{
    margin-left: 16px;
}
footer .social:hover{
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}
.copyright{
    line-height: 24px;
    color: #ffffff;
    margin-top: 30px;
}
.to-top {
    position: fixed;
    right: 20px;
    bottom: 52px;
    height: 50px;
    width: 50px;
    font-size: 2rem;
    background-color: #1c9cd1;
    text-align: center;
    color: #ffffff;
    line-height: 46px;
    border-radius: 4px;
    display: none;
}

/*----------------------------------------
Extra Pages
----------------------------------------*/
.page .navbar-default {
    position: relative;
    transform: translateY(0);
}
.page .navbar-default.affix{
    position: fixed;
}
.page-header {
    margin: 0;
    border-bottom: 1px solid #d02b2a;
    padding: 80px 0;
    position: relative;
    background-position: center center;
    background-size: cover;
}
.page-header:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: #d02b2a;
    opacity: 0.8;
}

/*----------------------------------------
Blog Page
----------------------------------------*/
.blog-page-header{
    background-image: url(../img/bg/8-2.html);
}
.blog-listing-wrap{
    float: left;
    width: 100%;
    margin-bottom: -40px;
}
article{
    padding-bottom: 40px;
    float: left;
    width: 100%;
}
article + article{
    margin-top: 40px;
}
.post-thumbnail-link img{
    width: 100%;
}
.post-title{
    margin-bottom: 0;
}
.post-metas {
    font-size: 1.4rem;
    color: #6a6a6a;
}
.read-post {
    padding: 5px 25px;
    font-size: 1.4rem;
    margin-top: 20px;
}
.page-link, .page-link:focus, .page-link:visited {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #d02b2a;
    color: #ffffff;
}
.page-link:hover{
    background-color: #1578aa;
    color: #ffffff;
}
.current-page, .current-page:hover {
    background-color: #999;
    cursor: not-allowed;
}
.page-link + .page-link{
    margin-left: 10px;
}

/*** Sidebar ***/
.sidebar-widget:last-child{
    margin-bottom: 60px;
}
.sidebar-widget + .sidebar-widget{
    margin-top: 60px;
}
aside, .widget-content{
    float: left;
    width: 100%;
    clear: both;
}
.widget-title{
    margin-bottom: 20px;
}
.searchform{
    position: relative;
}
.searchform input[type=search] {
    border: 1px solid #d02b2a;
    padding: 10px 35px 10px 20px;
    box-shadow: none;
    margin: 0;
    border-radius: 4px;
}
.searchform button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.55);
    background-color: transparent;
    border: none;
    height: 46px;
    line-height: 44px;
    padding: 0 15px;
}
.cat{
    color: #6a6a6a;
}
.cat:hover{
    color: #d02b2a;
}
.cat a{
    color: inherit;
}
.latest-list, .latest-post{
    float: left;
    width: 100%;
    clear: both;
}
.latest-post:before{
    content: none;
}
.latest-post + .latest-post{
    margin-top: 30px;
}
.s-thumb {
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.s-content {
    float: left;
    width: calc(100% - 90px);
    margin-top: -8px;
}
.s-title {
    margin-bottom: 5px;
    display: inline-block;
    line-height: 1.7;
}
.s-date {
    font-size: 1.2rem;
    color: #6a6a6a;
}
.widget-tag {
    float: left;
    width: 100%;
    margin-bottom: -10px;
}
.widget-tag .tag {
    border: 1px solid #d02b2a;
    border-radius: 4px;
    display: inline-block;
    float: left;
    padding: 8px 12px;
    margin-right: 9px;
    margin-bottom: 10px;
    color: #6a6a6a;
    line-height: 100%;
}
.widget-tag .tag:hover{
    color: #ffffff;
    background-color: #d02b2a;
}

/*----------------------------------------
Blog Page Single
----------------------------------------*/
.blog-single-wrap{
    float: left;
    width: 100%;
    margin-bottom: -60px;
}
.blog-single-wrap article{
    border-bottom: none;
}
.blog-single-wrap .post-metas {
    margin-top: 20px;
}
/*** Share on socials ***/
.share-block {
    border-top: 1px solid #d02b2a;
    border-bottom: 1px solid #d02b2a;
    margin: 60px 0;
    padding: 15px 0;
}
.share-intro {
    display: inline-block;
    vertical-align: middle;
}
.share-buttons {
    display: inline-block;
    vertical-align: middle;
}
.share-btn{
    font-size: 2rem;
    color: #6a6a6a;
    margin: 0 15px;
}
.share-btn:hover{
    color: #d02b2a;
}

/*** Comments ***/
.given-comment {
    float: left;
    width: 100%;
}
.comment-list {
    float: left;
    width: 100%;
}
.blog-single-wrap .comment {
    padding: 0;
    clear: both;
    float: left;
    width: 100%;
    margin: 0;
}
.blog-single-wrap .comment:before{
    content: none;
}
.blog-single-wrap .comment:only-child{
    border: none;
}
.blog-single-wrap .comment + .comment{
    margin-top: 60px;
    padding-top: 60px;
}
.child-comments{
    border-top: 1px solid #dddddd;
    padding-left: 135px;
    padding-top: 60px;
    margin-top: 60px;
    float: left;
    width: 100%;
}
.client-mock {
    float: left;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
}
.comment-body {
    float: left;
    width: calc(100% - 135px);
    line-height: 1.75;
}
.comment-title{
    margin-bottom: 10px;
}
.comment-title span{
    display: inline-block;
    vertical-align: baseline;
}
.comment-date{
    color: #6a6a6a;
    font-weight: 400;
}
.reply-btn {
    font-size: 1.4rem;
    font-weight: 400;
}

/*** Comment Form ***/
.commenting-wrap {
    float: left;
    width: 100%;
    margin-top: 120px;
}
.commentform-title{
    margin-bottom: 15px;
}
.commentform-sub{
    margin-bottom: 40px;
}

table {
	width: 100%;
}
th {
	background-color: #1c9cd1;
	color: white!important;
}
table, th, td {
   border: 1px solid #ccc;
   /*color: #fff;*/
   text-align: center;
}
th, td {
	height: 50px;
	vertical-align: center;
	/*padding: 15px;*/
}



.down_enquiry {
    background-color: #27ae60;
    bottom: 0;
    position: fixed;
    display: none;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.down_enquiry p {
    float: left;
    text-align: center;
    width: 50%;
    border-right: 2px solid #fff;
}

.down_enquiry a {
    line-height: .5;
    color: #fff;
    display: block;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 0;
}

.down_enquiry i {
    display: block;
    padding-bottom: 7px;
    font-size: 25px;
	color: #fff;
}
.down_enquiry img {
	width: 27px;
}
.down_enquiry p:last-child {
    border-right: 0;
	margin-top: 5px;
}

@media (max-width:767px) {
 .down_enquiry {
        display: block;
    }
}
@media (max-width:480px) {
	.navbar-default .navbar-brand{
		font-size: 2.3rem;
	}
	#description-area img {
		margin: 20px ! important;

	}

.txt-ameni h4 {
    font-size: 16px ! important;
    color: #464646 ! important;
    margin-right: 55px;
}

	footer {
		padding-top: 10px!important;
		padding-bottom: 100px ! important;
	}
	#fun-fact-area .btn {
		margin-bottom: 20px;
	}
	.club-feat img {
	margin-top: 30px;
	}
	.club-feat {
	margin-bottom: 1px!important;
	}
}
.loc-img {
	margin-bottom: 50px;
}
#review-area ul li {
	color: #fff;
}

#review-area .table td{
    text-align: center;
}

#features-area ul li {
	color: #fff;
}
.club-feat {
	margin-bottom: 50px;
}
.club-feat img {
	margin: 0 0 10px 120px !important;
}
.club-feat p {
	font-size: 18px;
}
.col-md-4.form-box-modal {
    background-color: #020201c7;
    text-align: center;
    padding: 30px;
    margin: 0 auto;
    border: 2px solid #fff;
}

.col-md-3.form-box-modal {
    background-color: #020201c7;
    text-align: center;
    /* padding: 10px 0px; */
    margin: 0 auto;
    /* border: 2px solid #fff; */
    border-radius: 3px;
}

.top-submit-button{
    background-color: #1c9cd1;
    color: #fff;
}
.top-submit-button:hover{
    background-color: #fff;
    color: #d02b2a;
}
.form-box {
    background-color: #d02b2a;
    padding: 40px;
    text-align: center;
    color: #fff;
}
.form-box h4{
    color: #fff;
}

.form-box .form-group
{
    margin-bottom: 0px;
}
.form-box .form-group .form-control{
    background-color: transparent;
    color: #fff;
    width: 300px;
    border: 1px solid #fff;
}
.form-box-modal .form-group .form-control{
    background-color: transparent;
    color: #fff;
    width: 253px;
    border: 1px solid #fff;
}
.popup-btn{
    background-color: #d02b2a;
    padding: 8px 18px;
    color: #fff;
}
.popup-btn:hover{
    background-color: #d02b2a;
    color: #fff;
}

.form-box-modal .form-group .form-control::placeholder {
  color: #fff;
}

.form-box .form-group .form-control::placeholder {
  color: #fff;
}


.down-enquiry {
    background-color: #27ae60;
    bottom: 0;
    position: fixed;
    display: none;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.down-enquiry-text{
	padding: 0 22px;
    text-align: center;
    
}
.down-enquiry-text img {
    width: 27px;
}
.down-enquiry-text .fa{
	    display: block;
    padding-bottom: 7px;
    font-size: 25px;
    color: #fff;
}
.down-enquiry-text ul{
	list-style-type:none
}
.down-enquiry-text ul li{
	display:inline-block;
	   list-style-type: none;
}
.down-enquiry-text ul li:before{
	display:none;
}
.down-enquiry-text ul li a{
	    line-height: .5;
    color: #76b51b;
    display: block;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
    padding: 15px 50px;
    list-style-type: none;
    color: #fff;
        text-align: center;
}


.footer-enquiry
		{
			background-color:#27ae60;
			padding:10px 0;
			position: fixed;
			bottom:0;
			z-index:9999;
			text-align: center;
			width:100%;
		}
		.footer-enquiry .footer-list
		{
			list-style-type:none;
			margin:0px;
			padding:0px;
		}
		
		.footer-enquiry .footer-list li{
			display: inline-block;
   			list-style-type: none;
			    padding: 0 5px;
		}
		.footer-enquiry .footer-list li:before
		{
			display:none;
		}
		.footer-enquiry .footer-list li a
		{
			    line-height: .5;
				/* color: #76b51b; */
				display: block;
				font-size: 15px;
				text-decoration: none;
				font-weight: 700;
				padding: 15px 20px;
				list-style-type: none;
				color: #fff;
				text-align: center;
		}
		.footer-enquiry .footer-list li a .fa {
			display: block;
			padding-bottom: 7px;
			font-size: 25px;
			color: #fff;
		}
        .features-one
        {
            padding-bottom: 30px;
        }
        .features-two
        {
             border-top: 1px solid #e5e5e5;
            padding-top: 30px;
        }   
        .about-text-left
        {
            
            border-top: 1px solid brown;
       
        }
        .about-left
        {
            padding:30px 0;
        }

        .about-right
        {
            padding:30px 0;
        }


		.footlink {
    background-color: #e20f1a;
    padding-top: 30px;
    padding-bottom: 4px;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    height:40px;font-size:20px;width:100%;
    right:0%;
    text-align:center;
	margin-bottom: 0px;
}
.footlink td{border:1px solid #fff;width:50%;text-align:center;background-color: #1c9cd1;}
.footlink a{color: #fff;text-align:center;}
@media screen and (min-width: 1169px){
#footlink_hide {
    width:20%;
    clear: both;
    float: right;
    right:0%;
    text-align:center;
}
}	



.div-bor h4{
padding:5px;
background:#000;
color:#fff;
text-align:center;
}

.img-bor img{
padding:5px;
border:1px solid #000;
}

.font-size tbody>tr>td
{
font-size:14px !important;
}


.div-bor1 h4{
padding:5px;
background:#e20f1a;
color:#fff;
text-align:center;
}


.footer1 {
    background: #595f5c;
    padding: 40px 0;
}

.footer1 h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    line-height: 22px;
    letter-spacing: 3px;
    padding: 5px 0px;
}

.frm1 {
    color: #000;
    border-radius: 0px;
    background: transparent;
    margin-top: 10px;
    padding: 8px 4px 4px;
}


.formdiv h2 {
    background: #1c9cd1;
    text-align: center;
    padding: 5px 5px;
    margin-bottom: 17px;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.formdiv
{
    margin-top:50px;
}



@media (max-width:767px) {
 .mrg {
         margin-left: 20%;
    }
}
@media (max-width:480px) {
	.mrg{
		 margin-left: 20%;
	}	
	
}



section.about_us.ghyyy {
    padding: 50px 0;
}
section.about_us {
    margin: 50px 0;
}


img.img-responsive.adur {
    margin: 0 auto 50px;
}


.headline
 {
    background: #d02b2a;
    padding: 7px 12px;
    color: #fff;
    font-size: 16px;
    margin-top: 35px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}


.logo
{
    margin-top: 2px;
}

.txt
{
font-size:16px;
color:#fff;
padding-top: 10px;
}

.txt-ameni h4
{
font-size:16px;
color:#464646;
text-align:center;
text-transform:unset;
}

.bgtxt
{
    background: #00000094;
    padding: 20px 5px;
}

.float12 {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 55px;
    left: 5px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    z-index: 100;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 50%);
}

.card{
    display: flex;
    flex-wrap: wrap;
}

.card img {
    padding: 25px;
    background: #f1f1f1;
    border: 1px solid rgba(0 0 0 / 5%);
    border-radius: 0;
    box-shadow: 10px 10px 40px rgb(0 0 0 / 6%);
    overflow: hidden;
    margin: 15px 0;
    transition: all 200ms ease-in-out;
    border-radius: 6px;
}