@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}


div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lexend", serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

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

h3 {
    font-size: 24px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 400;

}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}




/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small {
    font-size: 18px;
    color: #014397;
}

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #014397;
    position: absolute;
    bottom: 0;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #014397;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #b3b6b8;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #763500 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    background: #fff;
    color: #333;
    border: none;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background: #ffbf05;

}

.btn-secondry {
    background: rgb(250, 96, 1);
    background: linear-gradient(180deg, rgba(250, 96, 1, 1) 30%, rgba(250, 175, 1, 1) 95%);
    color: #fff;
    border: none;
    border-color: transparent;
}

.btn-secondry:hover,
.btn-secondry:focus,
.btn-secondry:active {
    color: #000;
    background: #b3b6b8 !important
}

.btn-rounded {
    border-radius: 50px !important;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}

/**********My css**********/


/*navigationBarWrapper*/

.navigationBarWrapper {
    display: block;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: auto;
    background: #fff;
}

.tophead {
    display: block;
    width: 100%;
    height: auto;
    /* padding: 8px 0; */
    background: #763500;
    border-bottom: solid 1px #eee;
}

.tophead-menu-left {
    padding: 8px 0;
}

.facebook {
    background: #3a559f;
}

.twitter {
    background: #1c9deb;
}

.linkedin {
    background: #0077b5;
}

.googleplus {
    background: #d54d40;
}

.tophead .tophead-menu-left,
.tophead .tophead-menu-right,
.tophead-menu-social {
    display: block;
}

.tophead .tophead-menu-left ul,
.tophead .tophead-menu-right ul,
.tophead-menu-social ul {
    display: block;
    margin: 0;
    padding: 0;
}

.tophead .tophead-menu-left ul li,
.tophead .tophead-menu-right ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
    font-size: 12px;
    color: #fff;
}

.tophead .tophead-menu-left ul li:last-child,
.tophead .tophead-menu-right ul li:last-child,
.tophead-menu-social ul li:last-child {
    margin-right: 0;
}

.tophead .tophead-menu-left ul li i,
.tophead .tophead-menu-right ul li i {
    padding-right: 3px;
    color: #fff;
}

.tophead .tophead-menu-left ul li a,
.tophead .tophead-menu-right ul li a {
    font-size: inherit;
    color: #fff;
}

.tophead .tophead-menu-left ul li a:hover,
.tophead .tophead-menu-right ul li a:hover {
    text-decoration: underline;
    color: #000;
}

/*tophead-menu-social*/

.tophead-menu-social {
    margin-right: 20px;
}

.tophead-menu-social ul li:first-child {
    border-left: solid 1px #fff;
}

.tophead-menu-social ul li {
    display: inline-block;
    list-style-type: none;
    padding: 8px 5px;
    border-right: solid 1px #fff;
    float: left;
}

.tophead-menu-social ul li a {
    display: inline-block;
}

.tophead-menu-social ul li a i {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

.tophead-menu-social ul li a:hover i {
    background: #ff6700;
    color: #fff;
    border-color: transparent;
}

/*navigationBar*/

.navigationBar {
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}


/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 10px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
}

.navbar-brand img {
    height: 80px;
    position: relative;
}

.navbar-nav {
    margin-top: 0;
    margin-right: 190px;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0;
    color: #555;
    height: 100px;
    line-height: 100px;
    padding: 0;
    position: relative;

}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 10px;
    margin: 0 0;
    height: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size: 16px;

}



.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {

    background: transparent !important;
    color: #ff6700 !important;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}

/*drop down menu*/

.navbar-collapse>ul>li>ul {

    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background-color: #fff;
    z-index: 10;
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0;
    border: none;
}

@media (min-width: 767px) {
    .navbar-collapse>ul>li:hover>ul {
        display: block;
    }
}

.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
    white-space: normal;

}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 10px 15px;
    color: #222;
    font-size: inherit;
    height: auto;
    line-height: normal;
    text-transform: capitalize;
    white-space: normal;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #ffbf05;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
    background: transparent;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

.navbar-collapse>ul>li>ul>li:last-child {
    border-bottom: none;
}

/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background-color: #ff6700;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #ffffff;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #ff6700;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}

/*navigationBarScroll*/

.navigationBarScroll {
    height: 60px;
}

.navigationBarScroll .navbar-brand {
    margin-top: 13px;
}

.navigationBarScroll .navbar-brand img {
    height: 35px;
}

.navigationBarScroll .navbar-collapse>ul>li {
    height: 60px;
    line-height: 60px;
}

.btn-fix {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 16px;
}

.btn-fix:hover {
    background: #ffbf05 !important;
}

@media (max-width: 768px) {
    .btn-fix {
        display: none;
    }
}

.bannerSectionImg {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    background: #1f0100;
    padding: 5px;
}

.callactionSec {
    display: block;
    padding: 0px 30px;
}

.callactionSec .col-xs-4 {
    padding: 5px;
}

.bannerSectionImg .callactblock {
    background: #fff;
    border-radius: 25px;
    padding: 15px 15px;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
}

.bannerSectionImg .callactblock i {
    font-size: 32px;
    background: rgb(250, 96, 1);
    background: linear-gradient(180deg, rgba(250, 96, 1, 1) 30%, rgba(250, 175, 1, 1) 95%);
    color: #fff;
    border-radius: 100px;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    margin-bottom: 10px;
}

/* ----------------------featuresection-------------------------------- */

.featuresection {
    width: 100%;
    background: url(../images/tour-background.jpg);
    color: #000;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 50px 0px 80px;
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    width: 100%;
}

.featuresection::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 3%);
}

.feature {
    text-align: center;
    background-color: #fff;
    padding: 36px 0px;
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    transition: all 300ms ease-in-out;
    border-radius: 25px;
}

.feature:hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}


.feature img {
    width: 40%;
    position: relative;
}

.feature-head h2 {
    color: #000;

    font-size: 40px;
    font-weight: 900;
    margin-bottom: 0;
}

.feature-head h4 {
    color: #000;

    font-size: 40px;
    font-weight: 300
}

.feature h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding-top: 28px;
}

.feature p {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    display: none;
}

.feature-head {
    text-align: center;
}

/* testimonialsSection */
.testimonialsSection {
    position: relative;
    clear: both;
    padding: 50px 0;
    text-align: center;
}

.testimonialsSection h3 {
    color: #000;

    font-size: 30px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.testimonialsSection .owl-theme .owl-controls .owl-page span {
    background: #fa6001;
}

/* ---------------about-section------------ */

.aboutsection {
    position: relative;
    width: 100%;
    clear: both;
    background-color: #fafafa;
    padding: 50px 0px;
}

.aboutimg {
    position: relative;
    left: 30px;
    top: 50px;
    /* filter: drop-shadow(2px 4px 6px black); */
}

.aboutimg img {
    border-radius: 20px;
}

.abouttxt {
    padding: 20px 20px;
    text-align: left;
}

.abouttxt h2 {
    color: #ff6700;

    font-size: 42px;
    font-weight: 700;
}


.abouttxt h3 {
    color: #000;

    font-size: 26px;
    font-weight: 300;
    line-height: 1.3em;
}

.abouttxt h6 {
    color: #494848;

    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}

.abouttxt p {
    color: #494848;

    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
    text-align: justify;
}


.CallSection {
    width: 100%;
    position: relative;
    text-align: center;
}

.CallSectionBlock {
    background: rgb(250, 96, 1);
    background: linear-gradient(180deg, rgba(250, 96, 1, 1) 30%, rgba(250, 175, 1, 1) 95%);
    border-radius: 20px;
    color: #fff;
    padding: 50px 20px;
    margin-top: 20px;
}

.CallSectionBlock h3 {
    font-weight: 600;
    margin-bottom: 30px;
}

/* ============ blogsection ============== */
.blogsection {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 50px 00px 70px;
    background-color: #f8f8f8;
}

.blog-txt {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 0px 71px 0px 0px;
}

.blog-txt h2 {
    color: #000;

    font-size: 45px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.blog-txt h3 {
    color: #000;

    font-size: 35px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 1.5em !important;
}

.blog-txt p {
    color: #494848;

    font-size: 17px;
    font-weight: 300;
    line-height: 1.6em
}

.blog-txt a {

    font-size: 21px;
    font-weight: 500;
    fill: #fff;
    color: #fff;
    background-color: #ff6700;
    border-radius: 0 0 0 0;
    position: relative;
    top: 25px;
}

.blog-txt a:hover {
    color: #fff;
    background-color: #b3b6b8;
}

.post-txt {
    padding-top: 26px;
}

.blog-post .txt1 {

    font-size: 22px;
    font-weight: 600;
    color: #282828;
    padding-bottom: 5px;
}

.blog-post .txt2 {
    color: #595959;
    font-size: 17px;
    --widgets-spacing: 20px;
    position: relative;
    top: 10px;
}



/* ============ tesstimonial ============== */

.tesstimonial {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 50px 00px 70px;
}

.testimonial-head {
    text-align: center;
    line-height: 1 !important;
}

.testimonial-head h2 {
    color: #000;

    font-size: 60px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.testimonial-head h3 {
    color: #000;

    font-size: 40px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.test-img {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    border-radius: 50px;
    position: relative;
    top: 46px;
}

.test-img img {
    border-radius: 100px;
}

.tesstimonial-box {
    width: 100%;
    padding: 0px 70px;
    position: relative;
    float: left;
    background-color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    border-radius: 30px;

}

.tesstimonial .centertext,
.center {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #878787;
}

.tesstimonial p span,
p strong {
    font-weight: 600;
    color: #878787;
}

.tesstimonial p span,
p strong:hover {
    color: #f77156;
}

.test-txt img {
    margin-bottom: 30px;
}

.advisor-logo {
    position: absolute;
    top: 0;
    right: 0;
}

.advisor-logo img {
    border-radius: 100px;
    width: 30px;
}

.test-txt {
    text-align: center;
}

.test-txt p {
    color: #2d2d2d;

    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.test-txt h3 {
    color: #2d2d2d;

    font-weight: 600;
    margin: 10px 0px;
    font-size: 20px;
    text-transform: capitalize;
}

.tesstimonial-box .owl-pagination {
    margin-top: 0;
    text-align: right;
    position: relative;
    left: 0;
    bottom: 0;
}


.rating {
    display: inline-block;
}

.rating li {
    display: inline-block;
}

.rating li i {
    color: #ffd102;
}

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

/* ============ footer-section ============== */

.footer-section {
    background: url(../images/footer-background.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 60px 0px 20px;
    position: relative;
    width: 100%;
}

.footer-img {
    display: flex;
}

.footer-img img {
    width: 80%;
}

.footer-top {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
}

.socialLinks {
    display: block;
    clear: both;
    padding-top: 10px;
    position: relative;
    top: -15px;
    text-align: right;
}

.socialLinks ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.socialLinks li {
    display: inline-block;
}

.socialLinks ul li a i {
    display: inline-block;
    height: inherit;
    line-height: inherit;
    width: inherit;
    font-size: inherit;
}

.socialLinks ul li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 47px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    margin: 0 5px;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.socialLinks ul li a .fa {
    border-radius: 50%;
    background: #ff6700;
}

.socialLinks ul li a .fa:hover {
    border-radius: 50%;
    background: #ffffff;
    color: black;
}

.footer h2 {
    margin: 45px 0 30px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer p {
    text-align: left;
    float: left;
    margin: 0 0 2.6%;
    padding: 0 0px;
    color: #ffffff;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
}

.footer1 {
    width: 100%;
}



.footer1 h2 {
    margin: 45px 0 30px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer1 ul a {
    line-height: 35px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.footer1 ul a:hover {
    color: #fa6001;
    font-weight: 600;
}

.footer1 p {
    text-align: justify;
    border-bottom-left-radius: 0px 43px;
    padding: 0px 0px;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
}

.footer2 {
    position: relative;
    left: 0px;
    color: #fff;
}

.footer2 h2 {
    margin: 45px 0 30px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer2 ul a {
    line-height: 35px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.footer2 ul a:hover {
    color: #fa6001;
    font-weight: 600;
}

.footer3 {
    color: #fff;
}

.footer3 h2 {
    margin: 45px 0 30px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer3 p {
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    line-height: 1.75;
    font-size: 16px;
    font-weight: 400;
}

.footer3 p a {
    font-weight: 400;
    line-height: 25px;
    font-size: 13px;
    color: #fff;
}


.footerstrip {
    position: relative;
}

.strip-txt-1 h3 {
    float: left;
    text-align: left;
    color: #ffffff;

    font-size: 15px;
}

.strip-txt-1 {
    text-align: left;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: start;
    justify-items: start;
    text-align: right;
}

.strip-txt-2 {
    text-align: right;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: end;
    justify-items: end;
    text-align: right;
    color: #ffffff;
}

.strip-txt-2 a {
    color: #ffffff;
}

.strip-txt-2 a:hover {
    color: #ff6700;
}

.strip-txt-2 h4 {
    float: left;
    text-align: right;
    color: #ffffff;

    font-size: 15px;
}
/* kundalipage */


/* -------------------------firstSection----------------------------- */

/* bookbtn-sect */
.firstSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 60px 0;
    /* min-height: 400px; */
    position: relative;
    overflow: hidden;
    background: url(../images/banner-bg3.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}



/* .firstSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: orangered;
    opacity: 0.2;
} */

.firstSection h2 {
    color: #6e0000;
    text-align: center;
    font-weight: 600;
}

.pointlist {
    list-style: none;
    padding: 0;
    margin: 5px 0 20px;
    position: relative;
    color: #000;
}

.pointlist li {
    list-style: none;
    padding: 8px 0px;
    text-align: left;
    padding-left: 35px;
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
}

.pointlist li::before {
    content: "\f058";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f20000;
    font-size: 18px;
    position: absolute;
    display: inline-block;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 10px;
}

.KundaliImage img {
    width: 100%;
    margin: 0 auto;
}

.Kundliprice img {
    width: 90%;
    margin: 0 auto;
}

.kayicon {
    margin-top: 20px;
    display: block;
    /* background: #fff200; */
    border-radius: 100px;
    padding: 8px 20px;
    border: 2px dashed #8f0007;
}

.kayicon i {
    font-size: 34px;
    color: #fff;
    position: absolute;
    top: 35px;

}

.kayicon p {
    font-size: 18px;
    color: #000;
    padding-left: 50px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: normal;
}

.buybtn {
    background: #fff !important;
    color: #000 !important;
    font-size: 18px;

}

.buybtn:hover {
    background: #821b3b !important;
    color: #fff !important;
}

.buybtn2 {
    font-size: 18px;
}

.KundaliText {
    display: block;
    clear: both;
}


.fixbutoonsSection {
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    display: none;

}

.fixbutoonsSection .fixbtn1 {
    width: 100%;
    background: #6e0000;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    float: left;
    text-align: center;
}

.fixbutoonsSection .fixbtn2 {
    width: 50%;
    background: #f9c45d;
    color: #000;
    font-size: 14px;
    float: left;
    padding: 10px;
    float: left;
}

/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #fa6001;
    z-index: 200;
}

.scrollup:hover {
    background: #4d4d4d;
    opacity: 1;
    color: #fff;
}



/* ============ media query ============== */
@media (max-width: 1050px) {
    .navigationBar {
        height: auto;
    }

    .navbar-brand {
        margin-bottom: 12px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: solid 1px rgba(0, 0, 0, 0.3);
    }

    .navbar-collapse>ul>li {
        height: 50px;
        line-height: 50px;
    }



    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 32px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 850px) {
    .navbar-collapse>ul>li>a {
        padding: 0 6px;
        font-size: 14px;
    }

    .tophead-menu-social {
        margin-bottom: 5px;
        margin-right: 0;
    }

    .tophead-menu-social,
    .tophead .tophead-menu-right {
        float: none !important;
        clear: both;
    }

}

@media (max-width: 767px) {
    .navigationBar {
        position: relative;
    }

    .tophead {
        text-align: center;
    }

    .tophead-menu-social {
        clear: none;
        text-align: center;
    }

    .tophead .tophead-menu-right {
        clear: none;
        float: right !important;
    }

    .tophead .col-md-4.col-sm-4>.pull-right {
        float: none !important;
        width: 100%;
        clear: both;
        text-align: center;
        padding-top: 15px;
    }

    .tophead-menu-social {
        margin-bottom: 0;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 30px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li {
        border-bottom: solid 1px #ddd;
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li>a {
        padding: 10px;
    }

    .container {
        padding: 0 20px;
    }

    .bannerSection .bannerSectionContainer {
        top: 0;
    }

    .bannerSection {
        height: 280px;
    }

}

@media (max-width: 768px) {
    .bannerSectionImg .callactblock i {
        font-size: 23px;
        color: #fff;
        border-radius: 100px;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .bannerSectionImg .callactblock {
        background: #eee;
        border-radius: 15px;
        font-size: 14px;
        height: 120px;
    }

    .callactionSec {
        display: block;
        padding: 0px 10px;
    }

    .feature img {
        width: 55%;
    }
    .feature h3 {
        text-align: center;
        font-size: 16px;
    }
    /* ------------feature------------ */
    .featuresection {

        padding: 10px 0px;

    }

    .feature-head h2 {
        color: #000;

        font-size: 40px;
        font-weight: 900;
        margin-bottom: 0;
        padding: 0;
    }

    .feature {
        text-align: center;
        background-color: #fff;
        padding: 20px 10px;
        display: grid;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
        margin-bottom: 40px;
    }


    /* ------------about------------ */
    .aboutsection {
        position: relative;
        width: 100%;
        clear: both;
        padding: 50px 17px 10px;
    }

    .aboutimg {
        position: relative;
        left: 0;
        top: 30px;
        width: 100%;
    }



    .abouttxt h1 {
        color: #000;

        font-size: 43px;
        font-weight: 300;
        line-height: 1.2em !important;
    }

    .abouttxt {
        padding: 0;
        text-align: center;
        margin-top: 53px;
    }

    .abouttxt p {
        color: #494848;

        font-size: 17px;
        font-weight: 300;
        line-height: 1.6em;
        position: relative;
        left: 0;
        text-align: justify;
    }


    .CallSectionBlock a {
        margin-bottom: 15px;
    }

    .tesstimonial-box {
        width: 100%;
        padding: 0px 20px
    }

    .testimonial-head h3 {
        font-size: 30px;
        font-weight: 600;
    }

    .CallSectionBlock {
        padding: 50px 5px;
        margin: 20px 0px 0px;
    }

    .scrollup {
        width: 40px;
        height: 40px;
        line-height: 36px;
        text-align: center;
        opacity: 0.9;
        position: fixed;
        bottom: 6px;
        right: 6px;
        color: #fff;
        font-size: 26px;
        display: none;
        background: #fa6001;
        z-index: 200;
        border-radius: 100px;
    }

    /* ------------footer-section------------ */
    .footer-section {
        background: url(../images/footer-background.jpg);
        background-attachment: fixed;
        background-size: cover;
        position: relative;
        padding: 50px 20px;
        position: relative;
        width: 100%;
    }

    .socialLinks ul li a {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        font-size: 15px;
        text-align: center;
        margin: 0 5px;
        color: #fff;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    }

    .socialLinks ul {
        display: flex;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .socialLinks {
        display: block;
        clear: both;
        padding-top: 0;
        position: relative;
        top: 0;
        text-align: right;
    }

    .footer h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer p {
        text-align: left;
        float: left;
        margin: 0;
        padding: 0 0px;
        color: #ffffff;
        line-height: 1.5;
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 22px;
    }

    .footer1 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer2 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer3 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .strip-txt-1 {
        text-align: center;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .strip-txt-1 h3 {
        text-align: center;
        color: #ffffff;

        font-size: 15px;
        margin: 0;
    }

    .strip-txt-2 {
        text-align: right;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .strip-txt-2 h4 {
        text-align: center;
        color: #ffffff;

        font-size: 15px;
    }

    .vaastu1 {
        background-color: white;
        border-radius: 20px;
        padding-bottom: 0px;
        margin: 0;
        height: auto;
        margin-bottom: 24px;
    }

    .abouttxt h2 {
        font-size: 36px;
    }
    .abouttxt h3 {
        color: #000;
        font-size: 24px;
    }
    .fixbutoonsSection {
        display: block;
    
    }
        .kayicon i {
          top: 20px;
    }
}