body{

    background-image: url(../images/shape-15.png);
}
.toHeader p, .list-inline-item a {
	font-weight: 600;
}
/* ===============header================== */
header button{
    cursor: pointer;
    color: #600c8e;
    border: 1px solid #600c8e;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
	box-shadow: none !important;
}
.playIcon {
	float: right;
	position: relative;
	right: 0;
	top: -1px;
	z-index: 999;
	height: 95px;
	width: 49px;
	background-color: #a7ce3e;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.playIcon #play img {
	top: 0;
}
.playIcon #play, .playIcon #pause {
	border: none;
	background: transparent;
	display: block;
}
    .playIcon img {
        width: 48px !important;
        background-color: #a7ce3e;
        cursor: pointer;
        transition: .5s;
        border-radius: 35px;
        position: absolute;
        bottom: 0;
        right:0;
    }

.playIcon img:hover{background: linear-gradient(45deg, #a7ce3f, #ffffff);transition: .5s;}
#elementID{transition: .5s;box-shadow: 0px 3px 17px #b78dcf; background:#fff; }
.fixed-header {
	position: relative;
	top: 0;
	z-index: 99999;
	width: 100%;
}
.visible-title {
    position: fixed;
}
header p {
margin-bottom:0;
}
nav {
    background-color: #fff;
}

header img{width: 325px !important;}
.topHeaderWrp {
    position: absolute;
    left: auto;
    right: 0;
    margin: 9px auto;
    width:fit-content;
    color: #fff;
    text-align: center;
    z-index: 9999;
}
.topheader .clsStrong{
    color: #fbe862;
    font-weight: 600;
}
.toHeader {
    background: #3b0b55;
    color: #fff;
    padding: 12px 0 12px;
}
.btn-custom {
    background-color: #a7ce3e;
    color: #ffffff;
    padding: 8px 18px;
    border: 1px solid #ddd;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    transition: .5s;
}
.btn-custom:hover{
    background-color: #fff;
    color: #a7ce3e;
    transition: .5s;
}
.topheader span a{color:#fff;text-decoration: none;}
nav .active {
    color: #a7ce3e !important;
    border-bottom: 1px solid #a7ce3e;
}
nav li.nav-item {
    padding-right: 10px;
}
.nav li a {
    color: #a7ce3e;
    border-bottom: 1;
    border-bottom: 1px solid #a7ce3e;
}
.topHeaderWrp .topheader{
    background-color: #600c8e;
    margin-right: 16px;
    padding: 10px 36px;
    border-radius: 50px;
    float: left;
}
    .topHeaderWrp .topheader:nth-child(2) {
        background-color: #a7ce3e;
        color: #ffffff;
        padding: 14px 10px;
    }
        .topHeaderWrp .topheader:nth-child(2) span {
            border: 1px solid #fff;
            border-radius: 30px;
            padding: 6px 18px;
        }
header a.nav-link {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size:13.5px !important;
}

body header a.nav-link {
	font-size: 13px !important;
}
header .navbar-brand {
    margin-top: 5px;
}
.fixed-header {
	transition: opacity .15s linear !important;
}
/* =================banner===================== */
.banner {
position:relative;
padding:0px 0;
}
.banner img{height: 700px;}
.carousel-caption.d-none.d-md-block {
	position: absolute;
	left: 128px;
	top: 0;
	text-align: left;
	display: flex !important;
	justify-content: center;
	flex-direction: column;
	max-width: 575px;
	font-weight: 600;
}
    .carousel-caption.d-none.d-md-block h5 {
        font-weight: normal;
        color: #fbe862;
        position: relative;
        margin-left: 93px;
        text-shadow: none;
        font-style: italic;
    }

.carousel-caption h5::before{
    position: absolute;
    content: '';
    width: 78px;
    height: 3px;
    background-color: #fbe862;
    left: -84px;
    top: 11px;    
}

.carousel-caption p {
	letter-spacing: -2px;
	font-size: 54px;
	line-height: 65px;
	text-transform: none;
	font-family: 'Source Sans Pro', sans-serif;
}
/*======================About================== */
.about {
    background-color: #f7f7f7;
    padding: 4rem 0px;
}
.about .img1{
    border-bottom-left-radius: 50px;
    width: 70% !important;
    border-top-right-radius: 50px;
    padding: 10px;
    /*background: linear-gradient(45deg, #600c8e, #b3d453);*/
}

.about .img2{
    width: 60% !important;
    position: absolute;
    top: 308px;
    right: 0;
    z-index: 9999;
    /*background: linear-gradient(45deg, #600c8e, #b3d453);*/
    padding: 10px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.sectionHeader h5 {
    font-weight: normal;
    color: #d1c570;
    position: relative;
    margin-left: 93px;
    text-shadow: none;
}
[data-color="purple"] {
    color: #600c8e;
}
[data-color="green"] {
    color: #b5d558;
}

.sectionHeader h5::before{
    position: absolute;
    content: '';
    width: 78px;
    height: 3px;
    background-color: #c5b64c;
    left: -84px;
    top: 11px;    
}
.sectionHeader h4{
    letter-spacing: -2px;
    font-size: 54px;
    line-height: 74px;
    text-transform: capitalize;
}

.about h6{font-size: 26px;color: #838383;
}
.about h6 span{
   color: #a7ce3f;
}
.testimonial-box p {
	min-height: 100px;
}
.testimonial-box p.name {
	min-height: 10px;
}
/* =======================Services====================== */
.services {
    background-color: #f7f7f7;
    padding: 4rem 0px;
}
.servHead {
    width: 100%;
    height: 95px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.servHead img{width: 40px !important;margin-bottom: 10px;}
.servHead h4{
    font-size: 13px !important;
    letter-spacing: 0px;
    margin: 0;
    line-height: 16px !important;
}
.servHeadWrp {
    border: 1px solid #a7ce3f26;
    padding: 5px;
    text-align: center;
}

.servHeadWrp span{font-weight: 600;color: #600c8e;}
.services .col-sm-4{padding: 0px;}
.srvRightSect{justify-content: center;
    align-items: center;
    display: flex;}
.row.srvIconSection {
	background-color: rgba(255,255,255,.5);
	padding: 25px;
	width: 42%;
	position: absolute;
	left: 130px;
	box-shadow: 0px 20px 79px -53px #000;
}
    .srvIconSection::after{
        content: '';
        position: absolute;
        width: 40px;
        height: 4px;
        background-color:  #681892;
        top: -5px;
        left: -1px;
    }
    .srvIconSection::before{
        content: '';
        position: absolute;
        width: 4px;
        height:40px;
        background-color: #681892;
        top: -5px;
        left: -5px;
    }

    .mailImg{
    margin-bottom: 20px;
    border-radius: 5px;
    width:100%;
    }
    .headerEmailadd {
        filter: drop-shadow(2px 4px 6px black);
        width: 182px !important;
        object-fit: scale-down;
    }
    .hdrconnmbr ul.list-unstyled.list-inline {
        display: inline-grid;
    }


/* ============================ Blog Section ======================= */
.blog_section {
    margin-top: 60px;
    margin-bottom: 80px;
}


.blog_section .blog_box .box_inner{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius:7px;
    overflow: hidden;
    background-color: #f7f7f7;
    margin-bottom: 20px;
}

.blog_section .blog_box .box_inner .image{
 width:100%;
 height:250px;
 overflow: hidden;
}

.blog_section .blog_box .box_inner .image img{
    height:100%;
    width:100%;
    object-fit: cover;
    transition:0.3s ease-in-out;
}

.blog_section .blog_box .box_inner:hover .image img{
    transform:scale(1.1);
}


.blog_section .blog_box .box_inner .text{
    padding-top: 10px;
    padding: 14px 10px;
}

.blog_section .blog_box .box_inner .text h4{
    font-size: 22px;
    line-height: 25px;
    
}


.blog_section .blog_box .box_inner .text .readmore_btn{
    padding-bottom: 5px;
   
}


/* blog_detail */

.blog_detail_section{
    margin-top: 60px;
    margin-bottom: 80px;
}

.blog_detail_section .detail_inner_area .banner_img{
    height: 617px;
    width: 100%;
}
.blog_detail_section .detail_inner_area .banner_img img{
    height:100%;
    width:100%;
    object-fit: cover;
}

.blog_detail_section .detail_inner_area h3{
    padding-top: 22px;
    padding-bottom: 5px;
    font-size: 28px;
}

.blog_detail_section .detail_inner_area h4{
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 8px;
}

.blog_detail_section .detail_inner_area h4 i.rotate{
    transform: rotate(90deg);
    font-size: 18px;
    padding-right: 8px;
}

.blog_detail_section .detail_inner_area p{
    margin-bottom: 12px;
}





@media screen and (max-width: 768px){
    .blog_section .blog_box .box_inner .text h4{
        font-size: 20px;
    }

    .blog_detail_section .detail_inner_area .banner_img{
        height: 477px;
    }
    .blog_detail_section .detail_inner_area h3{
        font-size: 23px;
    }
    .blog_detail_section .detail_inner_area h4{
        font-size: 22px;
        line-height: 28px;
    }
}


@media screen and (max-width: 667px){
    .blog_detail_section .detail_inner_area .banner_img{
        height: 380px;
    }
    .blog_detail_section .detail_inner_area h3{
        font-size: 22px;
    }
    .blog_detail_section .detail_inner_area h4{
        font-size: 22px;
        line-height: 30px;
    }
}


@media screen and (max-width: 576px){
    .blog_section .blog_box .box_inner .text h4{
        font-size: 19px;
    }
    .blog_detail_section .detail_inner_area .banner_img{
        height: 307px;
    }
    .blog_detail_section .detail_inner_area h3{
        font-size: 22px;
    }
    .blog_detail_section .detail_inner_area h4{
        font-size: 22px;
        line-height: 30px;
    }
}

/* ==================Testimonial================= */

.testimonial {
padding: 6rem 0px 0;
}

.heading-section {
    text-align: center;
}
.sub-heading {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    display: block;
    font-weight: 600;
    color: #c5b64c;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.heading-section h2 {
    font-size: 28px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 15px;
}
.testimonial-box {
    display: block;
    position: relative;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.03);
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}
.user-img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;
	min-width: 80px;
	background-size: 100%;
	margin-right: 10px
}
.carousel-testimonial .item {
    padding: 30px 10px;
}
.quote {
    position: absolute;
    top: -23px;
    color: #a7ce3f;
    font-size: 27px;
}
.name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
    color: #adadad;
    font-size: 14px;
}
.carousel-testimonial .owl-nav {
    text-align: center;
}
.carousel-testimonial .owl-nav button.owl-next, 
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}
.carousel-testimonial .owl-nav button {
    outline: none;
    padding: 0;
}
.carousel-testimonial .owl-nav button.owl-next span, 
.carousel-testimonial .owl-nav button.owl-prev span {
    display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
}
.carousel-testimonial .owl-nav button.owl-next.disabled, 
.carousel-testimonial .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
}


/* ==================Contact us================ */

.contactUs{background-color: #f7f7f7;padding: 6rem 0px;}
.contactUs .form-group{margin-bottom: 26px;}
.form-control {
border-radius:0;
padding:10px;
}
.formbtn button, .formbtn input {
    padding: 8px 17px;
    width: 124px;
    background-color: #a7ce3f;
    border: none;
    border-radius: 3px;
    color: #fff;
    box-shadow: 3px 0px 15px -7px #000;
}
.contactDetail {
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

/*.contactDetailIcon {
    width: 50px;
    height: 50px;
    background-color: #a7ce3f;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -10px;
    left: -10px;
}*/
.contactUsInner {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0px 0px 51px -19px #000;
}
.contactDetailIcon i{
    color: #600c8e;
    float: left;
    font-size: 29px;
    margin: 2px 10px 20px 4px;
}
.contactUsInner .cntLeft{
    padding: 20px 10px 10px;
    /*background-color: #f5f5f5;*/
    background-color: #600c8e;
    position: relative;
}
.contactUsInner .cntLeft:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 200px;
    background: #ffffff40;
    height: 200px;
    border-radius: 50%;
}
.contactUsInner .cntLeft:after {
    content: '';
    position: absolute;
    top: 17%;
    left: auto;
    right: 50px;
    width: 150px;
    background: #ffffff40;
    height: 150px;
    border-radius: 50%;
}

.contactUsInner .cntRight{padding: 44px !important;}

/*====================Footer=====================*/

footer{padding: 3rem 0px 0;background-color: #2c1538;color: #fff;}
footer p{color:#fff;}
footer .bottomFoo img{width: 50px !important;}
footer .bottomFoo li{float: left; list-style: none; margin-right: 5px;}
.bottomFoo {
    background-color: #220d2e;
    color: #fff;
    padding: 12px 0px;
}
.fooService span{font-weight: 600;font-size: 18px;color: #f9e862;}
.fooService ul li {
    position: relative;
    display: block;
    margin-bottom: 6px;
    padding-left: 26px;
}
.fooService ul li:before {
    position: absolute;
    content: "\f00c";
    font-family: 'FontAwesome';
    font-weight: 700;
    left: 0px;
    top: 0px;
    font-size: 14px;
}
.fooService ul li:hover{color: #a7ce3f;cursor: pointer;}
.fooService {
    border-left: 1px solid #dddddd5c;
    /* border-right: 1px solid #dddddd5c; */
}
.srvLestSect img{border: 2px solid #abd046;min-height: 656px;}


/*===================About Us=======================*/

.about-banner {
    position: relative;
}
    .about-banner .headingAbout {
        text-align: center;
        margin-top: -45px;
    }
    .about-banner span {
        background: #fff;
        display: inline-block;
        box-shadow: 1px 2px 3px #eeee;
        font-size: 31px;
        padding: 10px 34px;
        border-radius: 5px;
    }
.ndis figure {
    border-radius: 4px;
    padding: 14px;
    border: 1px solid #eee;
    width: 100%;
    margin: auto;
    position:relative;
}
.ndis {
    position:relative;
}
    .ndis .carousel-item {
        background-repeat: no-repeat;
        background-size:cover;
        background-position:100%;
        padding:8em 0;
        background-attachment:fixed;
    }
    .ndis .carousel-caption {
        padding: 19px 0;
        position: relative;
        z-index: 2;
        text-align: center;
        left: inherit;
        right: inherit;
        bottom: inherit;
        font-size: 27px;
        text-transform: uppercase;
    }
    .ndis .carousel-caption a {
        background: #fff;
        padding: 9px 21px;
        color: #000;
        text-decoration:none;
        border:0;
    }
    .ndis .carousel-item:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: rgb(4 4 4 / 43%);
    }
    .ndis h2 {
        position: absolute;
        top: 0;
        z-index: 999;
      text-align:center;
        left: 0;
        right: 0;
        font-size: 43px;
        bottom: 0;
        color: #a7ce3e;
        margin: auto auto;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        font-weight: bold;
    }
.content p {
padding:10px 0;
font-size:15px;
line-height:24px;
}
.content .card-header-tabs .active {
    background: #2c1538;
    color: #fff;
}
.content .nav-link {
    background: #b2afaf;
    color: #fff;
}
.content .card {
border:0 !important;
}

.content .card-header {
    background-color: transparent;
    border-bottom: 0;
}

 /*=====================book page css=====================*/
.abutprsnhdg h4 {
	color: #a7ce3e !important;
}
.bookappoiment-section font {
	color: red;
}
.iloveinds img {
	width: 50px !important;
}
.nav-item.bokbtnapmnt {
	margin-top: 7px;
}
.modal {
	top: 28% !important;
	z-index: 9999 !important
}
.servHeadWrp .btn-primary {
	color: #000 !important;
	background-color: transparent !important;
	border-color: transparent !important;
}
.modal-content {
	border: 10px solid #a7ce3e;
}
.modal-header h4 {
	font-size: 24px !important;
	line-height: 30px !important;
	font-weight: 600;
}
.indis img {
	max-width: 55px;
}
html {
  scroll-behavior: smooth;
}
.aboutcontent p {
	margin-bottom: 0;
	padding-bottom: 0;
}
.rowbox-value {
	width: 100%;
	float: left;
	margin: 30px 0 0;
}
.box-value:nth-child(3n) {
	margin-right: 0;
}
.box-value h4 {
	color: #251352;
	font-size: 22px;
}
.box-value img {
	max-width: 100%;
}
.box-value {
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-bottom: 10px;
	text-align: center;

}
.box-value p{
	margin-bottom: 0px;

}
.valusec {
	text-align: center;
}
.fixed-header{
	transition: all .4s ease !important;
	-webkit-transition: all .4s ease !important;
}
.indislogomob{
display:none
}
.testimonial-box .user-img {
	display: none;
}
.bokbtnapmnt .btn-custom {
	position: static;
}
 /*=====================book page css=====================*/



    /*=====================media query=====================*/
    @media screen and (max-width: 1400px) {
        .banner img {
            height: auto;
        }
    }
    @media screen and (max-width: 1250px) {
        .nav-item.indis {
	        position: fixed;
	        top: 14%;
	        right: 10px;
        }
    }
    @media screen and (max-width: 992px) {
   .carousel-caption p {
        letter-spacing: -2px;
        font-size: 38px;
        line-height: 60px;
    }
    .about img, .about .img1, .about .img2 {
            width: 47% !important;
            float: left;
            top: 0;
            position: relative;
            margin-right: 2%;
            height: 300px;
        }
		.bokbtnapmnt .btn-custom {
	display: inline-block;
	margin-bottom: 10px;
}
.indislogomob{
display:block
}
.nav-item.indis{
display:none
}
    }

    @media screen and (max-width: 768px) {
        .carousel-caption p {
            font-size: 28px;
            line-height: 35px;
        }
        .row.srvIconSection {
            width: 100%;
            position: relative;
            left: 0;
        }
        .srvLestSect img {
            min-height: auto;
        }
		.box-value {
	width: 50%;
	float: left;
	margin-right: 0;
	margin-bottom: 30px;
	text-align: center;
	padding: 0 20px;
	min-height: 10px;
}
.indislogomob img {
	max-width: 50px;
}

.testimonial-box p {
	min-height: 10px;
}
    }

@media screen and (max-width: 576px) {
    .fixed-header{
        display:none;
    }
    
    .F9yp7e.ikZYwf.LgNcQe b{
        font-size:18px!important;
    }
    
    
    header img {
        width: 220px !important;
    }
    header .btn-custom {
        position: absolute;
        right: 0;
        top: 118px;
        z-index: 999;
    }

    .carousel-caption h5, .carousel-caption p {
        display: none;
    }
    .about img, .about .img1, .about .img2 {
        width: 100% !important;
        float: none;
        top: 0;
        position: relative;
        margin-right: 0px;
        height: 300px;
        margin-bottom: 15px;
    }
    .about .container, .contactUs {
        padding: 3rem 1rem;
    }
    .contactUsInner .cntRight {
        padding: 28px 3px 0px !important;
    }
    .sectionHeader h4 {
        font-size: 38px;
        line-height: 46px;
    }
    .sectionHeader h5 {
        margin-left: 52px;
    }
    .sectionHeader h5::before {
        width: 57px;
        left: -62px;
    }
    .services.sectionHeader h5 {
        margin-left: 42px;
    }
    .services.sectionHeader h5::before {
        width: 45px;
        left: -54px;
    }	
	.box-value {
    	width: 100%;
    	float: left;
    	margin-right: 0;
    	margin-bottom: 30px;
    	text-align: center;
    	min-height: 10px;
    	padding:0;
    }

}

ul.space-y-2 {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.space-y-2 li a {
    text-decoration: none;
    color: black; /* Forces the text color to be black */
}

.location-box{
    border:1px solid #e5e5e5;
    border-radius:12px;
    padding:30px;
    background:#fff;
    transition:.3s;
}

.location-box:hover{
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transform:translateY(-4px);
}

.location-box h4{
    color:#223b68;
    font-weight:700;
    margin-bottom:15px;
}

.location-box p{
    color:#555;
    line-height:1.8;
    margin-bottom:0;
}