@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body, h1, h2, h3, h4, h5, h6, p{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}



{
    padding: 0;
}
.header-top{
    background-color:#29009c; 
}
.header-top a{
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding-right: 10px;
}
.header-top .social-icon{
    width: 22px;
    height: 22px;
    font-size: 12px;
    margin-right: 0;
    background-color:#29009c; 
    border:2px solid  #fff;
}
header{
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.logo{
    width: 130px;
    height: 90px;
    margin-right: 25px;
}
.navbar-brand{
    border-right: 1px solid #e5e3e9; 
}
.navbar-collapse {
    flex-grow:1;
}
.nav-item a{
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
.nav-item a:hover{
    color: #2270ca !important;
}
.book-appointment-btn, #myBtn{
    color: #000;
    font-weight: 500;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 5px;
    transition: .5s;
    font-size: 15px;
}

#myBtnone{
    color: #000;
    font-weight: 500;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 5px;
    transition: .5s;
    font-size: 15px;
}
#myBtntwo{
    color: #000;
    font-weight: 500;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 5px;
    transition: .5s;
    font-size: 15px;
}
.book-appointment-btn:hover{
    background-color: #ff6f00;
    color: #fff;
    border: 2px solid #ff6f00;
}
.collapse .active {
    color: #e2480c !important;
  }

/* hero */
.hero{
    /* background: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), url(../image/hero-bg.jpg); */
    /* background: linear-gradient(rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20)), url('https://images.unsplash.com/photo-1620458738323-4148c6093433?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80'); */
    background:  url(../image/hero-bg.avif);
    background: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url('https://images.unsplash.com/39/lIZrwvbeRuuzqOoWJUEn_Photoaday_CSD%20%281%20of%201%29-5.jpg?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 230px 0 230px;
    /* background-attachment: fixed; */
    
}
.hero h1{
    font-size: 100px;
    font-weight: 800;
    letter-spacing: 7px;
    color: #ff6f00;
    font-family: 'Roboto', sans-serif;

}
.hero h3{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.hero-bottom{
    margin-top:-50px;
    background-color: #161515;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 800;
    border: 1px solid #fff;
}
.title{
    color: #29009c;
    font-size: 40px;
    font-weight: 700;
}
.about p, .services p, .why-us p, .Purpose p{
    color: #151515;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
.bttn{
    font-size: 20px;
}
/* about */
.about-img1{
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    /* height: 400px; */
    border: 10px solid  #fff;

}
.about-img2{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top:175px;
    right: 0;
    border: 10px solid  #fff;
    position: absolute;
}
.about-img3{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top:320px;
    left: 50px;
    border: 10px solid  #fff;
    position: absolute;
}

/* read more */
#more {display: none;}
#myBtn{
    margin: 15px 0;
    padding: 7px 10px;
}

/* read more */
#moreone {display: none;
    

}


#myBtnone{
    margin: 15px 0;
    padding: 7px 10px;
}

#moretwo {display: none;}
#myBtntwo{
    margin: 15px 0;
    padding: 7px 10px;
}


#morethree {display: none;}
#myBtnthree{
    margin: 15px 0;
    padding: 7px 10px;
}
/* services */
.services{
    background: linear-gradient(rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.90));
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 150px 0;
}
.services-item{
    background: radial-gradient(at top center, #15495780 0%, #154957 100%);
    border-radius: 10px;
}

.services-item h3{
    color:#ff6f00;
    font-weight:700;
    font-size: 25px;
}
.services-item img{
    width: 50px;
    filter: invert(98%) sepia(3%) saturate(437%) hue-rotate(70deg) brightness(119%) contrast(100%);
}
.hover-img img{
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.why-us {
    text-align: justify;
    padding: 70px 0;
}
/* Shine */
.why-us figure {
	background: #fff;
	overflow: hidden;
}
.hover-img figure {
	position: relative;
}
.hover-img figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover-img figure:hover::before {
	-webkit-animation: shine 2s;
	animation: shine 2s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/*  */
.contact-us{
    padding: 100px 0;
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), url(../image/happy-student-in-paris-532854948-266abdb9e9b1449b918eb8fc0c96bde1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.contact-us input, .contact-us textarea{
    background-color: #fff;
    border: 1px solid rgb(143, 139, 139);
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 500;
    color: #303030;
}
.contact-us .item{
    background-color:#eeeee6;
    border-radius: 15px; 
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contact-us .item h3{
    color:#000; 
}
.head-address{
    color: #fff;
    line-height: 30px;
}
.head-address p a{
    display: flex;
    font-weight: 500;
    margin-bottom: 25px;
    color: #29009c;
}
.head-address i{
    margin-right: 10px;
}
.send{
    background-color: #ff6f00;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #ff6f00;
}
.modal-title{
    font-size: 20px;
}
.modal-body ul li{
    font-size: 13px;
    line-height: 27px;
    list-style: disc;
}
.close{
    padding-right: 10px;
    padding-left: 10px;
}
.close span{
    font-size: 30px;
}

/* footer */
footer{
    font-family: 'Montserrat', sans-serif;
    background-color: #080218;
}
.social-icon{
    background-color: #ff6f00;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 20px;
}
.social-icon:hover{
    background-color: #29009c;
}
footer ul li a, .footer-contact p{
    line-height: 35px;
    color: #fff;
    font-size: 15px;
}
.reg-details p{
    font-size: 13px;
    line-height: 33px;
}
.footer-contact p a{
    color: #fff;
}
.footer-contact p{
    display: flex;
}
.footer-contact i{
    margin-right: 10px;
}
footer ul li a:hover{
    margin-left: 10px;
    transition: .3s;
}
footer h4{
    font-weight: 800;
}
.footer-bottom{
    background-color: #000;
    font-size: 12px;
}
.hero-bottom p{
    font-weight: 300;
}
/* whatsapp */
  .btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 70px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
 /* Style the list */
.breadcrumb-wrapper{
    background-color: #eee;
}
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
} 
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
ul.breadcrumb li a {
    
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;color: #29009c
}
ul.breadcrumb li a:hover {
    color: #0275d8 !important;
} 
.breadcrumb .active{
    color: #e2480c !important;
}
/* blog */
.blog{
    /*background-image: linear-gradient(to right, #fecccc , #d4d1d1);*/
    background-color: #292d33;
}
.blog .item{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.blog h6{
    color: #cc6565;
    font-size: 13px;
}
.blog h6 span{
    color: #181616;
    font-size: 10px;
}
.blog h3{
    color: #000;
    font-size: 20px;
    padding: 15px 0 10px;
    font-weight: 600;
}
.blog p{
    color: #131212;
    font-size: 14px;
}
/* business-solutions */
.business-solutions{
    background-color: #201f1f;
    padding-bottom: 100px;
}
.business-solutions .item{
    background-color: #fff;
    border-radius: 10px;
}
.business-solutions .row{
    margin-top: -150px;
}
.business-solutions .item img{
    height: 170px;
    margin-top: 15px;
}
.business-solutions .item p, .professional-solution-wrapper p{
    color: #4e4d4d;
    font-size: 15px;
}
.business-solutions .item h5, .professional-solution-wrapper h5{
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* professional-solution-wrapper */
.professional-solution-wrapper{
    padding: 150px 100px;
    background: radial-gradient(at top center, #15495780 0%, #154957 100%), url('https://hindi.cdn.zeenews.com/hindi/sites/default/files/2023/06/04/1850693-business.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.professional-solution-wrapper .item{
    background-color: #fff;
}




@media (max-width:720px){
    .header-top{
        display: none;
    }
    #navbarSupportedContent{
        padding: 0px 0 20px;
    }
    .hero{
        padding: 100px 0;
    }
    .navbar-brand{
        border-right: none; 
    }
    .hero h1{
        font-size: 60px;
    } 
    .title {
        font-size: 30px;
    }
    .about p, .services p, .why-us p, .Purpose p{
        font-size: 14px;
    }
    .why-us, .services, .about{
        text-align: center;
    }
    .about-img2, .about-img3{
        display: none;
    }
    .about-img1{
        height: 300px;
    }
    .hero-bottom p{
        font-size: 14px;
        font-weight: 100;
    }
    .business-solutions .row{
        margin-top: 0px;
    }
    .business-solutions .item img{
        height: 200px;
    }
    .professional-solution-wrapper{
        padding: 50px 20px;
    }
    #gallery-img{
        width: 278px !important;
    }
}
.gallery-img{
    height: 200px;
    width: 328px;
}

textarea{
    resize: none;
}


/* -------------book appointment--------------- */
textarea{
    resize: none;
}
.bk-apponitment-wrapper{
    background-color: #ecf1f8;
    overflow: hidden;
}
.book-appointment{
    background-color: #fff;
}
.book-appointment h3{
    color:  #ff6f00;
    font-weight: 600;
}
.book-appointment h4{
    color:#000;
    font-weight: 600;
    font-size: 19px;
}
.duration{
    font-size: 12px;
    padding: 20px 0;
}
.book-appointment p{
    color:#0d6efd;
    font-weight: 600;
    font-size: 17px;
}
.book-appointment label{
    color:#000;
    font-weight: 600;
    font-size: 14px;
}
.addguests{
    color:#0d6efd;
    background-color: #fff;
    border-radius: 20px;
    border: 1.5px solid #0d6efd;
    font-weight: 500;
}
.social-media{
    font-size: 14px !important;
    font-weight: 400 !important;
}
.btn-appointment{
    background-color: #ff6f00;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
    border: 1px solid #ff6f00;
}
.book-appointment select{
    background-color: #fff;
    border: none;
    font-size: 12px;
}
.book-appointment select option{
    font-size: 12px;
}


li.a {
  list-style: circle;
}

.read-more-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #3498db;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }

  .read-more-link:hover {
    background-color: #2980b9;
  }
  /* Style for responsive image */
  .responsive-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* Center the image */
  }

  /* Style for thumbnail image */
  .thumbnail {
    max-width: 80%;
    height: 200px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
    margin: 0 auto; /* Center the thumbnail */
  }