@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
a:focus,
a:hover {
    outline: 0 solid;
    text-decoration: none;
}
button:focus {
    outline: 0;
}
img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: inherit;
    margin: 0 0 15px;
    line-height: 1.4em;
}
html,
body {
    height: 100%;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 400;
    color: #000000;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.fix {
    overflow: hidden;
}
.relative {
    position: relative;
    overflow: hidden;
}
.absulute {
    position: absolute;
}
.v-center {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 9;
}
.h-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.h-center-reverse {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.content-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.flex-v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.member-details-content{
    margin-top: 35px;
}
.about-area{
    /* background-color: #951b2f29; */
    background-image: url("../images/bgbuilng.png");
    background-position: top;
    background-size: contain;
    background-blend-mode: soft-light;
}
.contact-title,
.section-title {
    position: relative;
}
.contact-title h2 {
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}
.contact-title .icon-and-border {
    color: #fff;
}
.contact-title h2 span {
    color: #fff;
}
.contact-title .icon-and-border::before {
    border-bottom: 2px dashed #fff;
    bottom: -8px;
    content: "";
    position: relative;
    transform: translateX(-100%);
    width: 100px;
    display: block;
}
.contact-title .icon-and-border::after {
    border-bottom: 2px dashed #fff;
    bottom: 7px;
    content: "";
    position: relative;
    transform: translateX(31%);
    width: 100px;
    display: block;
}
.icon-and-border::before {
    border-bottom: 2px dashed #000;
    bottom: -12px;
    content: "";
    position: relative;
    transform: translateX(-100%);
    width: 100px;
    display: block;
}
.icon-and-border::after {
    border-bottom: 2px dashed #000;
    bottom: 12px;
    content: "";
    position: relative;
    transform: translateX(31%);
    width: 100px;
    display: block;
}
.about-area .contact-title .icon-and-border {
    background: #fff;
}
.about-area p{
    color: #000;
}
.about-area ul li{
    color: #000;
}
.about-area img{
    max-width: 70%;
}
ul.social-bookmark{
    display: flex;
    padding-left: 0;
    margin:0;
}
.social-bookmark li {
    display: inline;
    padding-right: 10px;
}
.social-bookmark li a {
    display: inline-block;
    margin: 0 2px;
    text-align: center;
    color: #fff;
}
.work-area{
    color: #000;
}
.work-area{
    /* background-color: #951b2f29; */
    background-image: url("../images/bgbuilng.png");
    background-position: top;
    background-size: cover;
    background-blend-mode: soft-light;
}
.inline li {
    display: inline;
}
.inline-block li {
    display: inline-block;
    padding: 5px 15px;
}
.inline-block {
    display: inline-block;
}
.area-title,
.section-title {
    position: relative;
}
.area-title h2 {
    color: #1a264a;
    line-height: 1;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}
.area-title h2 span {
    color: #7f0a1d;
}
.icon-and-border {
    border-radius: 50%;
    color: #7f0a1d;
    display: inline-block;
    height: 40px;
    left: 0;
    margin: auto;
    padding-top: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 42px;
    width: 40px;
}
.read-more {
    background: #fff none repeat scroll 0 0;
    border: 2px solid;
    border-radius: 5px;
    color: #7f0a1d;
    display: inline-block;
    font-weight: 700;
    margin-top: 10px;
    padding: 10px 29px;
    text-transform: uppercase;
}
.read-more:hover {
    background: #7f0a1d none repeat scroll 0 0;
    border-color: #7f0a1d;
    color: #fff;
}
.no-padding {
    padding: 0;
}

.padding-20 {
    padding: 20px;
}
.padding-30 {
    padding: 30px;
}
.padding-50 {
    padding: 50px;
}
.padding-top {
    padding-top: 100px;
}
.padding-bottom {
    padding-bottom: 100px;
}
@media (max-width: 768px) {
    .section-padding {
        padding: 30px 0 0;
    }
}
@media (min-width: 768px) {
    .section-padding {
        padding: 30px 0 30px;
    }
    .padding-lr-0{
        padding-left: 0px;
        padding-right: 0px;
    }
    .padding-lr-5{
        padding-left: 5px;
        padding-right: 5px;
    }
    .padding-l0r5{
        padding-left: 0px;
        padding-right: 5px;
    }
    .padding-l5r0{
        padding-left: 5px;
        padding-right: 0px;
    }
    .padding-l-5{
        padding-left: 5px;
    }
    .padding-r-5{
        padding-right: 5px;
    }
}
.padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}
.padding-100-50 {
    padding-top: 20px;
    padding-bottom: 0;
}
.padding-100-40 {
    padding-top: 100px;
    padding-bottom: 40px;
}
.padding-100-30 {
    padding-top: 100px;
    padding-bottom: 30px;
}
.padding-50-50 {
    padding: 50px 0;
}
.padding-150-150 {
    padding: 150px 0;
}
.no-margin {
    margin: 0;
}
.mt100 {
    margin-top: 100px;
}
.mt70 {
    margin-top: 70px;
}
.mt50 {
    margin-top: 50px;
}
.mt30 {
    margin-top: 30px;
}
.mt20 {
    margin-top: 20px;
}
.mb100 {
    margin-bottom: 100px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb0 {
    margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
    .lg-mb0 {
        margin-bottom: 0px;
    }
    .lg-mb20 {
        margin-bottom: 20px;
    }
    .lg-mb30 {
        margin-bottom: 30px;
    }
    .lg-mb40 {
        margin-bottom: 40px;
    }
    .lg-mb50 {
        margin-bottom: 50px;
    }
    .lg-mb70 {
        margin-bottom: 70px;
    }
    .lg-mb100 {
        margin-bottom: 100px;
    }
    .lg-mt0 {
        margin-top: 0px;
    }
    .lg-mt20 {
        margin-top: 20px;
    }
    .lg-mt30 {
        margin-top: 30px;
    }
    .lg-mt40 {
        margin-top: 40px;
    }
    .lg-mt50 {
        margin-top: 50px;
    }
    .lg-mt70 {
        margin-top: 70px;
    }
    .lg-mt100 {
        margin-top: 100px;
    }
    .lg-padding20 {
        padding: 20px;
    }
    .lg-padding30 {
        padding: 30px;
    }
    .lg-padding40 {
        padding: 40px;
    }
    .lg-padding50 {
        padding: 50px;
    }
    .lg-padding70 {
        padding: 70px;
    }
    .lg-padding100 {
        padding: 100px;
    }
    .lg-center {
        text-align: center;
    }
    .lg-font h1 {
        font-size: 32px;
    }
    .lg-font h2 {
        font-size: 26px;
    }
    .lg-font h3 {
        font-size: 24px;
    }
    .lg-font h4 {
        font-size: 18px;
    }
    .lg-font h5 {
        font-size: 16px;
    }
    .lg-font h6 {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .md-mb0 {
        margin-bottom: 0px;
    }
    .md-mb20 {
        margin-bottom: 20px;
    }
    .md-mb30 {
        margin-bottom: 30px;
    }
    .md-mb40 {
        margin-bottom: 40px;
    }
    .md-mb50 {
        margin-bottom: 50px;
    }
    .md-mb70 {
        margin-bottom: 70px;
    }
    .md-mb100 {
        margin-bottom: 100px;
    }
    .md-mt0 {
        margin-top: 0px;
    }
    .md-mt20 {
        margin-top: 20px;
    }
    .md-mt30 {
        margin-top: 30px;
    }
    .md-mt40 {
        margin-top: 40px;
    }
    .md-mt50 {
        margin-top: 50px;
    }
    .md-mt70 {
        margin-top: 70px;
    }
    .md-mt100 {
        margin-top: 100px;
    }
    .md-padding20 {
        padding: 20px;
    }
    .md-padding30 {
        padding: 30px;
    }
    .md-padding40 {
        padding: 40px;
    }
    .md-padding50 {
        padding: 50px;
    }
    .md-padding70 {
        padding: 70px;
    }
    .md-padding100 {
        padding: 100px;
    }
    .md-center {
        text-align: center;
    }
    .md-font h1 {
        font-size: 28px;
    }
    .md-font h2 {
        font-size: 24px;
    }
    .md-font h3 {
        font-size: 20px;
    }
    .md-font h4 {
        font-size: 16px;
    }
    .md-font h5 {
        font-size: 14px;
    }
    .md-font h6 {
        font-size: 12px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sm-mb0 {
        margin-bottom: 0px;
    }
    .sm-mb20 {
        margin-bottom: 20px;
    }
    .sm-mb30 {
        margin-bottom: 30px;
    }
    .sm-mb40 {
        margin-bottom: 40px;
    }
    .sm-mb50 {
        margin-bottom: 50px;
    }
    .sm-mb70 {
        margin-bottom: 70px;
    }
    .sm-mb100 {
        margin-bottom: 100px;
    }
    .sm-mt0 {
        margin-top: 0px;
    }
    .sm-mt20 {
        margin-top: 20px;
    }
    .sm-mt30 {
        margin-top: 30px;
    }
    .sm-mt40 {
        margin-top: 40px;
    }
    .sm-mt50 {
        margin-top: 50px;
    }
    .sm-mt70 {
        margin-top: 70px;
    }
    .sm-mt100 {
        margin-top: 100px;
    }
    .sm-padding20 {
        padding: 20px;
    }
    .sm-padding30 {
        padding: 30px;
    }
    .sm-padding40 {
        padding: 40px;
    }
    .sm-padding50 {
        padding: 50px;
    }
    .sm-padding70 {
        padding: 70px;
    }
    .sm-padding100 {
        padding: 100px;
    }
    .sm-center {
        text-align: center;
    }
    .sm-font h1 {
        font-size: 28px;
    }
    .sm-font h2 {
        font-size: 24px;
    }
    .sm-font h3 {
        font-size: 20px;
    }
    .sm-font h4 {
        font-size: 16px;
    }
    .sm-font h5 {
        font-size: 14px;
    }
    .sm-font h6 {
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .xs-mb0 {
        margin-bottom: 0px;
    }
    .xs-mb20 {
        margin-bottom: 20px;
    }
    .xs-mb30 {
        margin-bottom: 30px;
    }
    .xs-mb40 {
        margin-bottom: 40px;
    }
    .xs-mb50 {
        margin-bottom: 50px;
    }
    .xs-mb70 {
        margin-bottom: 70px;
    }
    .xs-mb100 {
        margin-bottom: 100px;
    }
    .xs-mt0 {
        margin-top: 0px;
    }
    .xs-mt20 {
        margin-top: 20px;
    }
    .xs-mt30 {
        margin-top: 30px;
    }
    .xs-mt40 {
        margin-top: 40px;
    }
    .xs-mt50 {
        margin-top: 50px;
    }
    .xs-mt70 {
        margin-top: 70px;
    }
    .xs-mt100 {
        margin-top: 100px;
    }
    .xs-padding20 {
        padding: 20px;
    }
    .xs-padding30 {
        padding: 30px;
    }
    .xs-padding40 {
        padding: 40px;
    }
    .xs-padding50 {
        padding: 50px;
    }
    .xs-padding70 {
        padding: 70px;
    }
    .xs-padding100 {
        padding: 100px;
    }
    .xs-center {
        text-align: center;
    }
    .xs-font h1 {
        font-size: 26px;
    }
    .xs-font h2 {
        font-size: 22px;
    }
    .xs-font h3 {
        font-size: 18px;
    }
    .xs-font h4 {
        font-size: 14px;
    }
    .xs-font h5 {
        font-size: 12px;
    }
    .xs-font h6 {
        font-size: 10px;
    }
}
.width100,
.width100 img {
    width: 100%;
}
.left,
.right,
.center {
    position: relative;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white a,
.white small {
    color: #fff;
}
.green-bg {
    background: #f6fafb;
}
.bg-light-gray {
    background-color: #f7f7f7;
}
.gray-bg {
    background: #efefef;
}
.sky-gray-bg {
    background: #FFF;
    padding-top: 35px;
    padding-bottom: 35px;
}
.blue-bg {
    background: url("../images/download-app-bg.jpg") no-repeat scroll center center/cover;
}
.dark-blue-bg {
    background: #1291ca;
}
.dark-bg {
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
}
.deep-dark-bg {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
}

.area-bg::after,
.area-bg::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.area-bg::before {
    background: rgba(0, 0, 0, 0) url("../images/mainbg.png") no-repeat scroll center center/cover;
    background-attachment: fixed;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.video-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-bg::after,
.video-bg::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-bg::before {
    background: #7f0a1d;
    background-attachment: fixed;
}
.shadow {
    -webkit-box-shadow: 0 0 3px #ddd;
    box-shadow: 0 0 3px #ddd;
}
.shadow10 {
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 3px #ddd;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.shadow10:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.border {
    border: 1px solid #ddd;
}
.border-left {
    border-left: 1px solid #ddd;
}
.border-right {
    border-right: 1px solid #ddd;
}
.border-bottom {
    border-bottom: 1px solid #ddd;
}
.border-top {
    border-top: 1px solid #ddd;
}
.border-righ-bottom {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.border-xs {
    border: 1px solid #ddd;
}
.b-radious-10 {
    border-radius: 10px;
}
.b-radious-20 {
    border-radius: 20px;
}
.b-radious-50 {
    border-radius: 50px;
}
.page-area{
    padding: 50px 0px;
}
.welcome-text-area {
    height: 100%;
    overflow: hidden;
    padding-top: 150px;
    width: 100%;
    padding-bottom: 150px;
    background: rgba(0, 0, 0, 0) url("../images/mainbg.png") no-repeat scroll center center/cover;
    background-attachment: scroll;
    background-size: cover;
  background-attachment: fixed;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.is-sticky .search-and-signup-button {
    padding: 16px 34px;
    padding-right: 0;
}
.header-top-area {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.nav-logo{
    width: 80px;
    float: left;
}
.nav-log img{
    max-width: 100%;
}

.mainmenu-area {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9999;
    background: rgba(255,255,255,0.8);
}
.navbar-header {
    margin-top: 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 80px;
    display: flex;
    align-items: center;
}
.is-sticky .mainmenu-area .navbar-header{
    width: 58px;
}
.navbar {
    border-bottom: 0 none;
    border-top: 0 none;
    margin-bottom: 0;
    padding: 0% 10%;
    height: 80px;
    transition: all 0.3s ease 0s;
}
.is-sticky .mainmenu-area .navbar {
    height: 58px;
    transition: all 0.3s ease 0s;
}
.navbar-brand > img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.is-sticky .navbar-brand > img {
    max-width: 80%;
}
.stellarnav.dark {
    background: rgba(0, 0, 0, 0);
}
.navbar-header {
    position: relative;
    z-index: 9999;
}
ul#nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 30px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
ul#nav li a:hover,
ul#nav li.active a {
    text-decoration: #000;
}
ul#nav li a.active{
    color: #800000;
}
.is-sticky ul#nav li a {
    padding: 20px 10px;
}
.is-sticky .navbar-header {
    margin-top: 0px;
    height: 58px;
    transition: all 0.3s ease 0s;
}
.is-sticky .mainmenu-area {
    background: #FFF;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    z-index: 99999;
}
.menu-toggle.full {
    border: 1px solid;
    height: 40px;
    letter-spacing: 2px;
    padding-top: 8px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 20px;
    width: 110px;
    z-index: 9999;
}
.is-sticky .menu-toggle.full {
    top: 8px;
}
.home-three .search-and-signup-button {
    padding: 38px 0 34px 34px;
}
.home-three .is-sticky .search-and-signup-button {
    padding: 20px 0 16px 34px;
}
.welcome-slider-area {
    color: #fff;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.welcome-single-slide {
    height: 750px;
    width: 100%;
}
.slide-bg-overlay {
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.slide-bg-overlay::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}
.slide-bg-one {
    background: rgba(0, 0, 0, 0) url("../images/slider/slide-1.jpg") no-repeat scroll center center/cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.slide-bg-two {
    background: rgba(0, 0, 0, 0) url("../images/slider/slide_1.jpg") no-repeat scroll center center/cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.slide-bg-three {
    background: rgba(0, 0, 0, 0) url("../images/slider/slide_2.jpg") no-repeat scroll center center/cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.owl-item.active .welcome-single-slide .welcome-text h4 {
    -webkit-animation: 1s ease 1s normal both 1 running fadeInUp;
    animation: 1s ease 1s normal both 1 running fadeInUp;
}
.owl-item.active .welcome-single-slide .welcome-text h1 {
    -webkit-animation: 1s ease 1.5s normal both 1 running fadeInUp;
    animation: 1s ease 1.5s normal both 1 running fadeInUp;
}
.owl-item.active .welcome-single-slide .welcome-text p {
    -webkit-animation: 1s ease 2s normal both 1 running fadeInUp;
    animation: 1s ease 2s normal both 1 running fadeInUp;
}
.owl-item.active .welcome-single-slide .home-button {
    -webkit-animation: 1s ease 2.5s normal both 1 running fadeInUp;
    animation: 1s ease 2.5s normal both 1 running fadeInUp;
}
.welcome-slider-area .owl-nav {
    bottom: -100px;
    position: absolute;
    right: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.welcome-slider-area:hover .owl-nav {
    bottom: 20px;
}
.welcome-slider-area .owl-nav > div {
    background: #7f0a1d none repeat scroll 0 0;
    bottom: 0;
    display: inline-block;
    font-size: 35px;
    height: 50px;
    margin-left: 10px;
    padding-top: 5px;
    right: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
}
.welcome-slider-area .owl-nav > div:hover {
    background: #fff none repeat scroll 0 0;
    color: #7f0a1d;
}
.title-center{
    text-align: center;
}
.title-text-area {
    height: 20%;
    overflow: hidden;
    padding-top: 150px;
    width: 100%;
    padding-bottom: 60px;
    background: rgba(0, 0, 0, 0) url("../images/mainbg.png") no-repeat scroll bottom/cover;
      background-attachment: scroll;
      background-size: cover;
    background-attachment: scroll;
    background-size: cover;
    background-attachment: fixed;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.title-area {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.welcome-area {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.welcome-mockup img {
    width: 75%;
    height: 100%;
    max-width: 100%;
}
.welcome-text h4 {
    font-size: 20px;
}
.welcome-text h1 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #ec9a38;
}
.home-button {
    padding-top: 50px;
}
.home-button a {
    border: 2px solid;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-right: 15px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
}
.home-button a:hover,
.sign-up:hover {
    background: #fff none repeat scroll 0 0;
    border-color: #fff;
    color: #ec9a38;
}
.qs-box {
    position: relative;
}
.qs-box ul {
    padding-left: 25px;
}
#whyraacabservice .qs-box ul li {
    text-align: center;
    list-style-type: circle;
    list-style: none;
}
#.qs-box ul li {
    text-align: left;
    list-style-type: circle;
}
.qs-box-icon {
    display: flex;
    justify-content: center;
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.qs-box-icon .i-span{
    border: 1px solid #7f0a1d;
    color: #7f0a1d;
    fill: #7f0a1d;
    font-size: 25px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 60px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 20%;
}
.qs-box:hover .qs-box-icon .i-span {
    background: #7f0a1d none repeat scroll 0 0;
    border-color: #7f0a1d;
    
    border-radius: 50%;
    color: #FFF;
}
@media (min-width: 320px) and (max-width: 992px) {
    .qs-box-icon {
        text-align: center;
    }
}
.features-top-area .qs-box h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    color: #800000;
}
.features-top-area {
    padding-top: 30px;
    padding-bottom: 30px;
}
.features-top-area p {
    padding-bottom: 15px;
    text-align: center;
}
.features-top-area .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
}
.qs-box.pos-icon-left {
    padding-left: 80px;
    text-align: left;
}
.qs-box.pos-icon-left .qs-box-icon {
    left: 0;
    position: absolute;
    top: 0;
}
.qs-box.pos-icon-right {
    padding-right: 80px;
    text-align: right;
}
.qs-box.pos-icon-right .qs-box-icon {
    right: 0;
    position: absolute;
    top: 0;
}
.high-light {
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
}
.app-area .qs-box-icon i {
    border-radius: 50%;
    color: #7f0a1d;
}
.line-border {
    border-bottom: 1px solid #7f0a1d;
    border-left: 1px solid #7f0a1d;
    border-right: 1px solid #7f0a1d;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
}
.line-border::before {
    border-right: 1px solid #7f0a1d;
    border-top: 1px solid #7f0a1d;
    content: "";
    height: 10px;
    left: -9px;
    position: absolute;
    top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
    width: 10px;
}
.line-border::after {
    -webkit-animation: 1s ease 0s normal none infinite running dot_animation;
    animation: 1s ease 0s normal none infinite running dot_animation;
    background: #7f0a1d none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 25px;
    position: absolute;
    right: -13px;
    top: -15px;
    width: 25px;
}
.left .line-border {
    left: auto;
    right: 50%;
}
.left .line-border::before {
    left: auto;
    right: -2px;
}
.left .line-border::after {
    left: -13px;
    right: auto;
}
@-webkit-keyframes dot_animation {
    0% {
        -webkit-box-shadow: 0 0 0 0px #7f0a1d;
        box-shadow: 0 0 0 0px #7f0a1d;
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(17, 147, 212, 0);
        box-shadow: 0 0 0 10px rgba(17, 147, 212, 0);
    }
}
@keyframes dot_animation {
    0% {
        -webkit-box-shadow: 0 0 0 0px #7f0a1d;
        box-shadow: 0 0 0 0px #7f0a1d;
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(17, 147, 212, 0);
        box-shadow: 0 0 0 10px rgba(17, 147, 212, 0);
    }
}
@media (min-width: 768px) {
    .screenshot-area {
        padding: 30px 0;
    }
}
.screenshot-area .single-screenshot {
    margin: 5px 0 5px;
}
.screenshot-area .screenshot-slider-2 .single-screenshot {
    margin: 40px 16px 50px 0;
}
.screenshot-area .owl-carousel .owl-item img {
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}
.download-area .area-bg::after {
    background: rgba(0, 0, 0, 0) url("../images/download.png") no-repeat scroll right 106% / auto 80%;
}
.download-area.section-padding {
    padding: 200px 0;
}
.raavideo video{
    line-height: 0 !important;
    border-top: 5px dashed #800000;
    border-bottom: 5px dashed #800000;
}
#asdriver{
    border-top: 5px dashed #800000;
}
#screenshot{
    border-top: 5px dashed #800000;
}
#support{
    border-top: 5px dashed #800000;
}
#whyraacabservice{
    border-top: 5px dashed #800000;
}
.page-area #whyraacabservice{
    border-top: 0px dashed #800000;
}
.download-area{
    border-top: 5px dashed #800000;
}
#contact{
    border-top: 5px dashed #FFFFFF;
}
@media (min-width: 769px) {
    .download-area.section-padding {
        padding: 100px 200px;
    }
}
@media (min-width: 767px) {
    .icon-and-border {
        height: 30px;
        padding-top: 2px;
        width: 30px;
    }
}
.download-button {
    border: 1px solid;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 5px 0 5px 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: 210px;
}
.download-button i {
    font-size: 30px;
    left: 14px;
    position: absolute;
    top: 16px;
    width: 0;
}
.download-button span {
    display: block;
    font-size: 16px;
    line-height: 1.5;
}
.download-button:hover {
    background: #fff none repeat scroll 0 0;
    border-color: #fff;
    color: #7f0a1d;
}
.member-thumb img {
    display: block;
    margin: 0 auto;
    width: 80%;
}
.member-name-and-designation h3 {
    font-size: 30px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.member-name-and-designation h3::after {
    border-bottom: 4px double #7f0a1d;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 150px;
}
.member-name-and-designation h3 span {
    display: block;
    font-size: 15px;
}
.social-bookmark {
    text-align: left;
}
@media (min-width: 320px) and (max-width: 992px) {
    .social-bookmark {
        text-align: center;
    }
}
.member-details-content .social-bookmark li a {
    border-radius: 50%;
    border: 3px solid #fff;
    color: #fff;
    font-size: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.member-details-content .social-bookmark li a:hover {
    border: 3px solid  #7f0a1d;
    color: #7f0a1d;
    background-color: #fff;
}
.info-area .read-more {
    margin-top: 30px;
}
.author-designation {
    margin-bottom: 30px;
}
.author-designation h4 {
    margin-bottom: 5px;
}
.testmonial-author-details {
    font-style: italic;
}
.author-image {
    border-radius: 50%;
    height: 120px;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 120px;
}
.testmonial-area .owl-controls {
    height: 20px;
    margin-top: 30px;
    position: relative;
}
.testmonial-area .owl-dots {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.testmonial-area .owl-dots > div {
    border: 1px solid #9d9f9f;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 15px;
}
.testmonial-area .owl-dots > div.active {
    background: #7f0a1d none repeat scroll 0 0;
    border-color: #7f0a1d;
}
.single-price {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 10px #dddfe0;
    box-shadow: 0 0 10px #dddfe0;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.price-hidding {
    padding: 30px 30px 15px;
}
.price-rate {
    background: #f8fafc none repeat scroll 0 0;
    padding: 25px 0;
}
.price-rate h2 {
    color: #7f0a1d;
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    margin-bottom: 0;
}
.price-rate h2 sub {
    font-size: 18px;
}
.price-details {
    padding: 30px 0 20px;
}
.price-details li {
    padding: 10px;
}
.buy-now-button {
    padding: 25px 0 50px;
}
.buy-now-button a {
    border-radius: 50px;
    letter-spacing: 2px;
}
.single-price:hover {
    -webkit-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.single-blog {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-blog:hover {
    -webkit-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.blog-details h4 a {
    color: #000000;
}
.single-blog a:hover {
    color: #7f0a1d;
}
.blog-details h4 a:hover {
    color: #7f0a1d;
}
.blog-meta {
    margin-bottom: 20px;
}
.blog-meta a {
    color: #000000;
    margin-right: 15px;
}
.blog-meta i {
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.blog-details a.readmore {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 15px;
    color: #7f0a1d;
}
.blog-details a.readmore:hover {
    text-decoration: underline;
}
.contact-area .area-bg::before {
    background: #ec9a38 none repeat scroll 0 0;
    width: 50%;
}
.contact-area{
    background: url("../images/download-app-bg.jpg") no-repeat scroll center center/cover;
}
.contact-area .area-bg::after {
    background: rgba(0, 0, 0, 0) url("../images/screenshot/featu-image.png") no-repeat;
    left: 10%;
}
.contact-area h3 {
    margin-bottom: 30px;
}
.contact-form input,
.contact-form textarea {
    border-radius: 0;
    margin-bottom: 10px;
    min-height: 40px;
    padding: 10px;
}
.contact-form button {
    background: #ec9a38 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    letter-spacing: 1px;
    padding: 15px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.contact-form button:hover {
    background: #ec9a3826 none repeat scroll 0 0;
    color: #fff;
    letter-spacing: 2px;
}
.subscriber-form {
    background: #fff none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 50px;
    font-size: 13px;
    height: 45px;
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
    color: #fff;
    margin-top: 30px;
}
.subscriber-form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #800000;
    border-radius: 50px;
    color: #000;
    height: 100%;
    left: 0;
    letter-spacing: 1px;
    padding: 10px 11% 10px 30px;
    position: absolute;
    top: 0;
    width: 80%;
}
.or-line{
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.or-line::after {
    border-bottom: 2px dashed #1a264a;
    top: 50%;
    content: "";
    height: 0px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 50%;
}
.or-line span{
    background-color: #fff;
    z-index: 999;
    position: relative;
    padding: 0px 10px;
}
@media (max-width: 768px) {
    .subscriber-form input {
        font-size: 11px;
        padding: 10px 11px 10px 15px;
    }
}
.subscriber-form button.loaderDJ{
    background: #e9e9ed none repeat scroll 0 0;
    border: 1px solid #800000;
}
.subscriber-form button {
    background: #7f0a1d none repeat scroll 0 0;
    border: 1px solid #800000;
    border-radius: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30%;
}
.subscriber-form button:hover {
    background: #ec9a38 none repeat scroll 0 0;
    letter-spacing: 2px;
}
label.mt10 {
    bottom: -62px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
label.mt10.valid {
    bottom: 18px;
    color: #2abaef;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.footer-social-bookmark .social-bookmark li a {
    border-radius: 5px;
    font-size: 20px;
    height: 40px;
    margin: 0 5px;
    padding-top: 8px;
    text-align: center;
    width: 40px;
}
.footer-social-bookmark .social-bookmark li a.facebook {
    background: #677fb5;
}
.footer-social-bookmark .social-bookmark li a.twitter {
    background: #70c2e9;
}
.footer-social-bookmark .social-bookmark li a.instagram {
    background: #895a4d;
}
.footer-social-bookmark .social-bookmark li a.google-plus {
    background: #d34836;
}
.footer-social-bookmark .social-bookmark li a.linkedin {
    background: #007ab9;
}
.footer-social-bookmark .social-bookmark li a.dribble {
    background: #e299c2;
}
.footer-social-bookmark .social-bookmark li a.flickr {
    background: #ff3ba4;
}
.footer-social-bookmark .social-bookmark li a.pinterest {
    background: #d8545d;
}
.footer-social-bookmark .social-bookmark li a:hover {
    background: #ffeedb;
    color: #7f0a1d;
}
.footer-copyright {
    padding: 0;
}
.footer-copyright p {
    margin: 0;
}
.footer-copyright a:hover {
    color: #7f0a1d;
}
.blue-bg1 {
    padding: 10px 0;
}
.scrolltotop {
    background: #fff none repeat scroll 0 0;
    bottom: 50%;
    color: #333;
    display: none;
    font-size: 20px;
    height: 40px;
    padding-top: 8px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 111;
}
.scrolltotop:hover {
    background: #7f0a1d;
    color: #fff;
}
.home-two .scrolltotop:hover {
    background: #ef494d none repeat scroll 0 0;
    color: #fff;
}
.home-three .scrolltotop:hover {
    background: #00e2d9;
    background-image: -webkit-gradient(linear, right top, left top, from(#81ee8e), color-stop(#2deab6), color-stop(#00e2d9), color-stop(#00d7f2), to(#00c9fd));
    background-image: linear-gradient(to left, #81ee8e, #2deab6, #00e2d9, #00d7f2, #00c9fd);
    color: #fff;
}
.home-two .welcome-mockup img {
    display: block;
    margin: 0 auto;
    width: 40%;
}
.home-two .is-sticky .mainmenu-area {
    background: #ef494d none repeat scroll 0 0;
}
.home-three .is-sticky .mainmenu-area {
    background: #00e2d9;
    background-image: -webkit-gradient(linear, right top, left top, from(#81ee8e), color-stop(#2deab6), color-stop(#00e2d9), color-stop(#00d7f2), to(#00c9fd));
    background-image: linear-gradient(to left, #81ee8e, #2deab6, #00e2d9, #00d7f2, #00c9fd);
}
.welcome-text {
    padding-bottom: 25%;
}
.home-two .welcome-text {
    font-size: 16px;
}
.home-two .home-button a,
.home-three .home-button a {
    border: 0 none;
    padding: 0;
}
.home-two .top-area .area-bg::after,
.home-three .top-area .area-bg::after {
    display: none;
}
.home-two .top-area .area-bg::before {
    background: rgba(0, 0, 0, 0) url("../images/home/red-bg.png") no-repeat scroll center center/cover;
}
.home-three .top-area .area-bg::before {
    background: #00e2d9;
    background-image: -webkit-gradient(linear, right top, left top, from(#81ee8e), color-stop(#2deab6), color-stop(#00e2d9), color-stop(#00d7f2), to(#00c9fd));
    background-image: linear-gradient(to left, #81ee8e, #2deab6, #00e2d9, #00d7f2, #00c9fd);
}
.home-two .features-top-area .area-title h2,
.home-three .features-top-area .area-title h2 {
    margin-bottom: 30px;
    padding: 0;
    text-transform: capitalize;
}
@media (min-width: 320px) and (max-width: 992px) {
    .home-two .features-top-area .area-title h2,
    .home-three .features-top-area .area-title h2 {
        text-align: center;
    }
}
.home-two .area-title h2,
.home-three .area-title h2 {
    margin-bottom: 30px;
    padding: 0;
}
.home-two .area-title h2::after,
.home-three .area-title h2::after {
    display: none;
}
.home-two .icon-and-border,
.home-three .icon-and-border {
    display: none;
}
.intro-area .area-bg::after {
    background: #ef494d none repeat scroll 0 0;
    opacity: 0.9;
}
.home-three .intro-area .area-bg::after {
    background: #00e2d9;
    background-image: -webkit-gradient(linear, right top, left top, from(#81ee8e), color-stop(#2deab6), color-stop(#00e2d9), color-stop(#00d7f2), to(#00c9fd));
    background-image: linear-gradient(to left, #81ee8e, #2deab6, #00e2d9, #00d7f2, #00c9fd);
    opacity: 0.9;
}
.intro-area .area-bg::before {
    background: rgba(0, 0, 0, 0) url("../images/intro-bg.png") repeat scroll center center/cover;
}
.home-three .welcome-mockup img {
    width: 75%;
}
.video-promo-slider .owl-item img {
    width: auto;
}
@media (max-width: 769px) {
    .video-area {
        padding: 30px 30px;
    }
}
.video-area .video-promo-slider .owl-controls .owl-dots > div {
    display: inline-block;
    height: 50px;
    width: 50px;
}
.video-promo-slider .owl-controls {
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.video-promo-slider .owl-controls .owl-dots > div {
    background: #ef494d none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -40px;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 15px;
}
.video-promo-slider .owl-controls .owl-dots > div.active {
    background: #fff none repeat scroll 0 0;
}
.subscriber-area .area-bg::before {
    background: #000 none repeat scroll 0 0;
    opacity: 0.5;
}
.subscriber-area .area-bg {
    background: rgba(0, 0, 0, 0) url("../images/subscriber/subscriber-area-bg.jpg") no-repeat scroll center center/cover;
}
.subscriber-area .subscriber-form {
    background: transparent none repeat scroll 0 0;
    border: 1px solid;
    color: #fff;
}
.subscriber-area .subscriber-form input {
    color: #fff;
}
.subscriber-area .subscriber-form button {
    background: #ef494d;
}
.subscriber-area .subscriber-form button:hover {
    background: #fff none repeat scroll 0 0;
    color: #ef494d;
}
.video-area-content h2 {
    color: #ec9a38;
}
.home-two .video-area-content .video-area-popup,
.home-three .video-area-content .video-area-popup {
    -webkit-animation: 1s ease 0s normal none infinite running button_animation;
    animation: 1s ease 0s normal none infinite running button_animation;
    background: #ef494d none repeat scroll 0 0;
    border: 0 none;
    bottom: 0;
    font-size: 40px;
    height: 80px;
    left: 0;
    margin: auto;
    padding-left: 15px;
    right: 0;
    top: 0;
    width: 80px;
}
.home-two .video-area-content .video-area-popup:hover {
    background: #fff none repeat scroll 0 0;
    color: #ef494d;
}
.home-three .video-area-content .video-area-popup {
    -webkit-animation: button_animation_2 1s infinite;
    animation: button_animation_2 1s infinite;
    background: #00e2d9;
    background-image: -webkit-gradient(linear, right top, left top, from(#81ee8e), color-stop(#2deab6), color-stop(#00e2d9), color-stop(#00d7f2), to(#00c9fd));
    background-image: linear-gradient(to left, #81ee8e, #2deab6, #00e2d9, #00d7f2, #00c9fd);
}
.home-three .video-area-content .video-area-popup:hover {
    background: #fff none repeat scroll 0 0;
    color: #00e2d9;
}
.video-area-content ul {
    padding-left: 15px;
}
@media (max-width: 768px) {
    .video-area-content ul {
        text-align: left;
    }
}
@-webkit-keyframes button_animation {
    0% {
        -webkit-box-shadow: 0 0 0 0px #ef494d;
        box-shadow: 0 0 0 0px #ef494d;
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(239, 73, 77, 0);
        box-shadow: 0 0 0 10px rgba(239, 73, 77, 0);
    }
}
@keyframes button_animation {
    0% {
        -webkit-box-shadow: 0 0 0 0px #ef494d;
        box-shadow: 0 0 0 0px #ef494d;
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(239, 73, 77, 0);
        box-shadow: 0 0 0 10px rgba(239, 73, 77, 0);
    }
}
@-webkit-keyframes button_animation_2 {
    0% {
        -webkit-box-shadow: 0 0 0 0px #00e2d9;
        box-shadow: 0 0 0 0px #00e2d9;
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 226, 217, 0);
        box-shadow: 0 0 0 10px rgba(0, 226, 217, 0);
    }
}
@keyframes button_animation_2 {
    0% {
        -webkit-box-shadow: 0 0 0 0px #00e2d9;
        box-shadow: 0 0 0 0px #00e2d9;
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 226, 217, 0);
        box-shadow: 0 0 0 10px rgba(0, 226, 217, 0);
    }
}
.footer-area .area-bg::before {
    background: rgba(0, 0, 0, 0) url("../images/footer/footer-red-bg.jpg") no-repeat scroll center center/cover;
}
.home-three .footer-area .area-bg::before {
    background: rgba(0, 0, 0, 0) url("../images/footer/footer-green-bg.jpg") no-repeat scroll center center/cover;
}
.style-two .single-team {
    padding: 10px 40px 10px 140px;
    position: relative;
}
.style-two .member-image {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.style-two .member-image img {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 50%;
    padding: 5px;
    width: 120px;
}
.name-and-designation h4 {
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}
.name-and-designation p {
    font-style: italic;
}
.name-and-designation {
    margin-bottom: 20px;
}
.home-two .qs-box-icon i,
.home-three .qs-box-icon i {
    border: 2px solid #ef494d;
    border-radius: 50%;
    padding-top: 12px;
}
.home-three .qs-box-icon i {
    border: 2px solid #00e2d9;
}
.home-two .qs-box:hover .qs-box-icon i {
    background: #ef494d none repeat scroll 0 0;
    border-color: #ef494d;
}
.home-three .qs-box:hover .qs-box-icon i {
    background: #00e2d9;
    background-image: -webkit-gradient(linear, right top, left top, from(#81ee8e), color-stop(#2deab6), color-stop(#00e2d9), color-stop(#00d7f2), to(#00c9fd));
    background-image: linear-gradient(to left, #81ee8e, #2deab6, #00e2d9, #00d7f2, #00c9fd);
    border-color: #00e2d9;
}
.video-button {
    background: #ef494d none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 15px 20px;
    text-transform: uppercase;
}
.home-three .video-button {
    background: #00e2d9;
    background-image: -webkit-gradient(linear, right top, left top, from(#81ee8e), color-stop(#2deab6), color-stop(#00e2d9), color-stop(#00d7f2), to(#00c9fd));
    background-image: linear-gradient(to left, #81ee8e, #2deab6, #00e2d9, #00d7f2, #00c9fd);
}
.video-button:hover {
    background: #000000 none repeat scroll 0 0;
    color: #fff;
}
.home-two .blog-details a.readmore {
    color: #000000;
}
.home-two .single-blog a:hover {
    color: #ef494d;
}
.home-two .contact-form button {
    background: transparent none repeat scroll 0 0;
    border: 2px solid;
    border-radius: 50px;
    color: #ef494d;
}
.home-two .contact-form button:hover {
    background: #ef494d none repeat scroll 0 0;
    border-color: #ef494d;
    color: #fff;
}
.home-three .contact-form button {
    background: transparent none repeat scroll 0 0;
    border: 2px solid;
    border-radius: 50px;
    color: #00e2d9;
}
.home-three .contact-form button:hover {
    background: #00e2d9;
    background-image: -webkit-gradient(linear, right top, left top, from(#81ee8e), color-stop(#2deab6), color-stop(#00e2d9), color-stop(#00d7f2), to(#00c9fd));
    background-image: linear-gradient(to left, #81ee8e, #2deab6, #00e2d9, #00d7f2, #00c9fd);
    color: #fff;
    border-color: #00e2d9;
}
.home-two .footer-copyright,
.home-three .footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
a.raa-darbar {
    color: #ec9a38;
}
.faqs-content img {
    display: block;
    margin: 0 auto;
    width: 50%;
}
.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #00e2d9;
    background-image: -webkit-gradient(linear, right top, left top, from(#81ee8e), color-stop(#2deab6), color-stop(#00e2d9), color-stop(#00d7f2), to(#00c9fd));
    background-image: linear-gradient(to left, #81ee8e, #2deab6, #00e2d9, #00d7f2, #00c9fd);
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a::after,
#accordion .panel-title a.collapsed::after {
    background: #00e2d9;
    background-image: -webkit-gradient(linear, right top, left top, from(#81ee8e), color-stop(#2deab6), color-stop(#00e2d9), color-stop(#00d7f2), to(#00c9fd));
    background-image: linear-gradient(to left, #81ee8e, #2deab6, #00e2d9, #00d7f2, #00c9fd);
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    content: "";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #ddd;
    padding-left: 25px;
}
.top-area.single-page {
    height: 400px;
}
.page-barner-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 80px;
    text-align: center;
}
.page-barner-area .area-bg {
    background: rgba(0, 0, 0, 0) url("../images/blog/blog-page-bg.jpg") no-repeat scroll center center/cover;
}
.single-page .page-barner-area .area-bg::before {
    opacity: 0.8;
}
.page-location li {
    display: inline-block;
    margin: 0 5px;
}
.single-page .single-blog h3 a {
    color: #000000;
}
.single-page .single-blog a:hover {
    color: #00e2d9;
}
.single-page .single-blog:hover {
    -webkit-transform: inherit;
    transform: inherit;
}
.pagination > li > a,
.pagination > li > span {
    color: #00e2d9;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #00e2d9;
    border-color: #00e2d9;
    color: #fff;
}
.single-widget {
    overflow: hidden;
}
.single-widget h3 {
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}
.single-widget h3::after {
    background: rgba(0, 0, 0, 0) url("../images/widgets-line.png") no-repeat scroll left bottom;
    bottom: 0;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 100px;
}
.single-widget a {
    border-color: #ddd;
    color: #676767;
}
.single-widget a:hover {
    border-color: #00e2d9;
    color: #00e2d9;
}
.single-widget.about-widget img {
    border-radius: 9px;
    margin-bottom: 20px;
}
.single-widget.post-widget li {
    margin-bottom: 20px;
}
.single-widget.post-widget li:last-child {
    margin-bottom: 0;
}
.single-widget.post-widget li img {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
.post-widget .post-meta a {
    color: #676767;
    margin-right: 10px;
}
.post-widget .post-meta a:hover {
    color: #00e2d9;
}
.tagcloud a {
    border: 1px solid #ddd;
    color: #676767;
    display: inline-block;
    margin: 5px 3px;
    padding: 10px 20px;
}
.tagcloud a:hover {
    border-color: #00e2d9;
    color: #00e2d9;
}
.single-widget.categories li {
    display: block;
    position: relative;
}
.single-widget.categories li::before {
    background: #676767 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: relative;
    top: -3px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 10px;
}
.single-widget.categories li a {
    color: #676767;
    display: inline-block;
    padding: 10px;
}
.single-widget.categories li:hover::before {
    background: #00e2d9 none repeat scroll 0 0;
    width: 20px;
}
.single-widget.categories li a:hover {
    color: #00e2d9;
}
.single-widget.twitter-feed li {
    margin-bottom: 20px;
}
.single-widget.twitter-feed li:last-child {
    margin-bottom: 0;
}
.widget-subscriber-form input,
.widget-subscriber-form button {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #282828;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.widget-subscriber-form {
    background: #00e2d9;
    background-image: -webkit-gradient(linear, right top, left top, from(#81ee8e), color-stop(#2deab6), color-stop(#00e2d9), color-stop(#00d7f2), to(#00c9fd));
    background-image: linear-gradient(to left, #81ee8e, #2deab6, #00e2d9, #00d7f2, #00c9fd);
    padding: 20px;
}
.widget-subscriber-form button {
    margin-bottom: 0;
}
.widget-subscriber-form button:hover {
    background: #282828;
    color: #fff;
}
.single-widget.instafeed li {
    float: left;
    width: 33.33%;
}
.loader {
    float: right;
    margin-right: 20px;
    margin-top: 3px;
}
#mc-email-error {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 50px;
    color: red;
    margin-left: 20px;
}
.loader2 {
    margin-right: 15px;
}
.pros-cons {
    list-style: disc;
    line-height: 35px;
    font-size: 15px;
}
.screenshotstyle .slidebckimg {
    text-align: center;
    transform: scale(0.65);
    z-index: 11;
    position: absolute;
    width: 100%;
    top: -30%;
    left: 0;
}
.download-buttons{
    display: flex;
    margin-top: 35px;
}
.download-buttons a{
    width: 150px;
    border: 1px solid #fff;
    border-radius: 8px;
    margin-right: 10px;
    margin-left: 0px;
}
.area-text{
    margin-bottom: 20px;
}
.contact-form p{
    display: flex;
    align-items: center;
}
.contact-form p i{
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
}
.contact-form p b{
    display: contents;
}
@media (min-width: 1751px) and (max-width: 1920px) {
    .screenshotstyle .slidebckimg {
        top: -11%;
        transform: scale(0.82);
    }
}
@media (min-width: 1555px) and (max-width: 1750px) {
    .screenshotstyle .slidebckimg {
        top: -11%;
        transform: scale(0.83);
    }
}
@media (min-width: 900px) and (max-width: 1440px) {
    .screenshotstyle .slidebckimg {
        top: -20%;
        transform: scale(0.73);
    }
}
@media (min-width: 1280px) and (max-width: 1365px) {
    .screenshotstyle .slidebckimg {
        top: -30%;
        transform: scale(0.65);
    }
}
@media (max-width: 1200px) {
    .screenshotstyle .slidebckimg {
        top: -20%;
        transform: scale(0.6);
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .screenshotstyle .slidebckimg {
        top: 20px;
        transform: scale(0.98);
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .screenshotstyle .slidebckimg {
        top: -15px;
        transform: scale(0.98);
    }
}
@media (min-width: 600px) and (max-width: 766px) {
    .screenshotstyle .slidebckimg {
        top: 38px;
        transform: scale(0.97);
    }
}
@media (min-width: 480px) and (max-width: 599px) {
    .screenshotstyle .slidebckimg {
        top: 38px;
        transform: scale(0.96);
    }
}
@media (min-width: 411px) and (max-width: 479px) {
    .screenshotstyle .slidebckimg {
        top: 34px;
        transform: scale(0.9);
    }
}
@media (min-width: 320px) and (max-width: 410px) {
    .screenshotstyle .slidebckimg {
        top: 0%;
        transform: scale(0.85);
    }
}
.screenshotstyle .screenshot-slider-area {
    position: relative;
    top: 0;
    z-index: 0;
}
@media (min-width: 769px) and (max-width: 1920px) {
    .pb-2 {
        padding-bottom: 20px;
    }
}
.text-left {
    text-align: left;
}
.fa-circle {
    font-size: 6px;
    padding: 5px;
    color: #7f0a1d;
}
.contact-form .error {
    color: red;
}
.contact-form input.error {
    border: 2px solid red;
}
@media (min-width: 768px) {
    .contform-space {
        padding-top: 20%;
    }
}
.float {
    position: fixed;
    bottom: 40%;
    right: 1%;
    color: #fff;
    text-align: center;
    z-index: 111;
    padding: 8px;
    font-size: 13px;
    width: 120px;
    height: 50px;
    background-image: url("../images/en_badge.png");
    background-size: cover;
}