body{font-family: 'Poppins', sans-serif;}
img{max-width: 100%;}
h1, h2, h3, h4{font-family: "Playfair Display", serif;}

/*18-03-25*/

.social-link {
    position: fixed;
    bottom: 20px;
    left: 9px;
    z-index: 999;
}
.social-link a {
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
}

.social-link a i {
    background: #131029;
    padding: 12px 8px;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    color: #fff;
    border: solid 2px #ffffff;
    font-size: 18px;
    box-shadow: 3px 5px 12px #000;
}
/*Start Top Bar*/
li.nav-item {
    padding: 0 10px;
}
li.nav-item a{
	padding: 10px 10px !important;
}
a.navbar-brand img {
    width: 350px;
}
nav.navbar.navbar-expand-lg {
    padding: 0;
}
li.nav-item a:hover {
    background-image: linear-gradient(to right, #ef7f1a, #f8af0a);
    color: #fff !important;
    transition: 0.5s !important;
}
.btn-outline-success a {
    color: #fff;
    text-decoration: none;
}
.btn-outline-success {
    border: none;
    color: #fff;
    background-image: linear-gradient(to right, #ef7f1a, #f8af0a);
    padding: 10px 20px;
    margin-left: 10px;
}
/*End Top Bar*/

/*Start Banner-part*/
.banner-part {
    background-image: url(../images/back-top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
h1 {
    color: #fff;
    text-align: center;
    font-size: 55px;
    margin-bottom: 15px;
}
.banner-part p {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
}
.top-btn {
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 9;
}

.top-btn a {
    text-decoration: none;
    color: #ffff;
    padding: 10px 15px;
    border-radius: 50px;
    background-image: linear-gradient(to right, #ef7f1a, #f8af0a);
    transition: 0.5s !important;
}

.top-btn a:hover{
	background: #fff;
	color: #000;
}
/*End Banner-part*/

/*Start Top Services*/
.top-ser-part {
    padding: 70px 0;
    background-image: url(../images/white-back.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.main-head {
    text-align: center;
    font-size: 35px;
    margin: 0;
    font-weight: 600;
}
.sub-title {
    text-align: center;
    margin: 10px 0;
}
.s-box {
    margin-top: 15px;
    border: solid 1px #000;
    padding: 10px;
    position: relative;
}
.s-box h3 {
    padding: 4px 0 6px 0;
    margin: 5px -20px;
    background-image: linear-gradient(to right, #ef7f1a, #f8af0a);
    color: #fff;
}
.s-box .top-btn a {
    left: 50px;
    bottom: -25px;
    position: absolute;
    background: #000;
}

.s-box .top-btn a:hover{
	background-image: linear-gradient(to right, #ef7f1a, #f8af0a);
	color: #fff;
}
.s-box .top-btn a i {
    margin-right: 5px;
}
/*End Top Services*/

/*Start Fa-spin*/
.fa-spin {
    animation-name: fa-spin;
    animation-duration: var(--fa-animation-duration,5s) !important;
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,linear);
}
/*End Fa-spin*/

/*Start About US*/
.about-part {
    padding: 70px 0;
    background-image: url(../images/white-back.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
p.left-line.b {
    background: linear-gradient(to right, #ef7f1a, #f8af0a);
    color: #fff;
    font-weight: 500;
}
.about-part h2{
	text-align: left !important;
}
.about-part p{
	text-align: left;	
}
.left-line {
    border-left: solid 2px #ee831c;
    box-shadow: 2px 5px 6px #e7e7e7;
    padding: 15px;
}
ul.about-links {
    margin: 0;
    padding: 0;
}
ul.about-links li {
    list-style: none;
    margin: 5px 0;
}
ul.about-links li i {
    margin-right: 5px;
    color: #ee831c;
}
/*End About US*/

/*up Down Css Start*/
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
/*Up Down Css End*/

/*Start Services-part*/
.ser-part {
    padding: 70px 0;
    background-image: url(../images/orange-back.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.ser-part h2{
	color: #fff;
}
.ser-part p{
	color: #fff;
}
.ser-box {
    background: #fff;
    border-radius: 5px;
    border: solid 1px #f18717;
    margin: 10px 0;
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
}
.ser-box img {
    width: 90px;
}
.ser-box h4 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 700;
}
a.ser-bt {
    text-decoration: none;
    color: #ef811c;
    font-weight: 700;
}
.why-box {
    border: dashed 1px #fff;
    text-align: center;
    margin: 10px;
    padding: 10px 0;
}

.why-box h3 {
    color: #fff;
    font-size: 40px;
    margin: 0;
}

.why-box h4 {
    color: #f7aa0b;
    font-size: 30px;
}	
/*End Services-part*/

/*Start Testimonial*/
.testimonial{ margin: 0 20px 50px; }
.testimonial .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .testimonial-profile{
    display: inline-block;
    position: relative;
    top: 15px;
}
.testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}
.testimonial .post {
    display: block;
    font-size: 14px;
    color: #ef8119;
}
.testimonial .description {
    padding: 20px 22px;
    background: linear-gradient(to right, #ef7f1a, #f8af0a);
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:before, .testimonial .description:after {
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #ef801a transparent #ef801a;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}
.owl-theme .owl-controls{
    margin-top: 10px;
    margin-left: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    opacity: 0.8;
    background: #fff;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 20px;
    color: #1f487e;
}
.owl-next:before{ content: "\f054"; }

.testimonial-part{
    background-image:url(../images/white-back.jpg) !important ;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
}
.owl-theme .owl-controls .owl-buttons div {
    background: none !important;

}
/*End Testimonial*/

/*Start Contact Us*/
.contact-us{
    background-image: url(../images/orange-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 70px 0;
}

.contact-us h2 {
    color: #fff;
}

.contact-us p {
    color: #fff;
    margin-bottom: 25px;
}

.contact-part {
    width: 100%;
    background: linear-gradient(to right, #ef7f1a, #f8af0a);
    padding: 15px;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
}
p.form-title {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ffffff;
}
.contact-part label {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 20px;
    color: #fff;
}
.contact-part input {
    padding: 10px;
}
.contact-part  .btn-default.submit {
    background: #000000;
    display: inline-block;
    text-align: center;
    padding: 15px 35px;
    border: none;
    border-radius: 50px;
    max-width: 220px;
    transition: .3s;
    font-size: 17px;
    color: #fff;
    margin-top: 30px;
}
/*End Contact Us*/

/*Start Zodiac*/
.zodiac {
    text-align: center;
    margin: 0;
    color: #fff;
    padding: 70px 0;
    background-image: url(../images/new-orange.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.zodiac h2 {
    font-size: 35px;
    margin: 0;
    padding: 0;
}
.z-signs {
    margin-top: 20px;
    padding: 5px;
    text-align: center;
    box-shadow: 0 0 3px #808080a6;
    transition: 0.5s;
    background: #fff;
    border-radius: 10px;
    transition: 0.5s;
}
.z-signs img {
    margin-top: 10px;
}

.z-signs p {
    font-weight: 600;
    color: #000;
}
/*End Zodiac*/

/*Start Zoom Css*/
.zoom-in-zoom-out { 
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
/*End Zoom Css*/

/*Start best Services*/
.best-ser-part {
    background-image: url(../images/best-back.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 70px 0 70px 0px;
}

.best-ser-part h2 {
    color: #fff;
    text-align: center;
    font-size: 35px;
}
.b-ser-box {
    background: linear-gradient(to right, #ef7f1a, #f8af0a);
    text-align: center;
    border-radius: 5px;
    padding: 0px 0 25px 0;
    border: solid 2px #fff;
    margin: 5px;
}
.b-ser-box .top-btn a {
    background: #fff;
    color: #000;
}
.b-ser-box h3 {
    margin-top: 10px;
    background: #ffffff;
    padding: 10px 0;
    font-weight: 600;
    color: #ef7f19;
}
/*End best Services*/

/*Start Faculties*/
.faculties {
    margin: 0;
    padding: 3% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/white-back.jpg) !important;
}

.fac-1 {
    margin: 0;
    border-right: dashed 1px grey;
    padding: 0 5px;
}
.fac-1 img {
    background: linear-gradient(to right, #ef7f1a, #f8af0a);
    border-radius: 41px;
    padding: 10px 10px;
    margin-bottom: 11px;
}
.fac-1 h3 {
    margin: 5px;
    padding: 0;
    font-size: 20px;
    color: #124a6f;
}
.fac-1 p {
    color: #181717;
    font-family: 'Roboto Condensed';
    font-size: 18px;
}
/*End Faculties*/

/*Start Info*/
.info-content {
    text-align: center;
    margin: 0;
    padding: 40px 0;
    background-image: url(../images/new-orange.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.info-box h3 {
    color: #133b6e;
    font-weight: 800;
    font-size: 35px;
}
.info-content .top-btn a {
    background: #43c051;
    color: #ffffff;
    border: solid 2px #fff;
}
/*End Info*/


/*Start Call*/
.call-part ul li {
    position: fixed;
    z-index: 999;
    right: -166px;
    width: 220px;
    list-style: none;
    transition: 1.7s;
    bottom: 30px;
}

.call-part ul li a {
    background: #000000;
    padding: 0 0 6px 0;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border: solid 1px #88888852;
}
.call-part ul li a i {
    width: 45px;
    height: 50px;
    background: linear-gradient(to right, #ef7f1a, #f8af0a);
    padding: 12px 11px;
    font-size: 25px;
    margin-top: 5px;
    margin-left: 5px;
}
.call-part ul li.whats {
    bottom: 100px;
}
.call-part ul li.whats i {
    background: #01a559;
}
.call-part ul li:hover {
    right: 0;
}
/*End Call*/

/*Start Footer*/
.footer-part {
    background-image: url(../images/footer.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0 15px 0;
}
.disc {
    text-align: center;
}
.disc p {
    color: #fff;
    border-bottom: solid 1px #fff;
    padding: 0 0 15px 0;
}
p.copy {
    margin: 0;
    color: #fff;
}
ul.pri {
    margin: 0;
    padding: 0;
}
ul.pri li {
    display: inline-block;
    padding: 0 8px;
}


ul.pri li a {
    background: linear-gradient(to right, #ef7f1a, #f8af0a);
    color: #fff;
    text-decoration: none;
    padding: 5px 5px;
    border-radius: 2px;
}
/*End Footer*/

/*Start Responsive*/
@media(max-width:1199px){
.s-box .top-btn a {
    left: 30px;
}

}

@media(max-width:991px){
    .btn-outline-success {
    margin-bottom: 20px;
}

.s-box {
    margin-bottom: 35px;
}
.s-box .top-btn a {
    left: 70px;
}
.about-part {
    padding: 0 0 40px 0;
}

.why-box h3 {
    font-size: 28px;
}
.why-box h4 {
    font-size: 18px;
}
.testimonial {
    text-align: center;
}

.contact-us img {
    margin-top: 35px;
}

}


@media(max-width:767px){
.fac-1 {
    border-right: none;
    border-bottom: dashed 1px grey;
    padding: 10px 0px;
}
ul.pri li {
    margin-bottom: 5px;
    margin-top: 10px;
}
ul.pri {
    text-align: center;
}
 a.navbar-brand img {
    width: 270px;
}
h1 {
    font-size: 35px;
}
.s-box .top-btn a {
    left: 85px;
}
.main-head {
    font-size: 30px;
}
.about-part {
    padding: 40px 0 40px 0;
}
.top-ser-part {
    padding: 70px 0 0 0;
}
a.navbar-brand {
    width: 70% !important;
}
.testimonial-part {
    padding: 70px 0 40px 0;
}
.zodiac h2 {
    font-size: 30px;
}
p.form-title {
    font-size: 30px;
}
.contact-us {
    padding: 40px 0 70px 0;
}
}

@media(max-width:350px){
    a.navbar-brand img {
    width: 220px;
}
h1 {
    font-size: 29px;
}
.s-box .top-btn a {
    left: 60px;
}
.main-head {
    font-size: 27px;
}
p.form-title {
    font-size: 27px;
}
}

/*End Responsive*/

.context {
    width: 100%;
  /*  position: absolute;
    top:50vh;*/
    
}


.area{
/*    background: #4e54c8;  */
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
/*    width: 100%;
    height:100vh;*/
    
   
}
.header-part{
    overflow: hidden !important;
}
.context {
    position: relative;
    z-index: 9;
}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgb(247 168 12 / 15%);
    animation: animate 4s linear infinite;
    bottom: -150px;
}
.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 1s;
    animation-duration: 6s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 8s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 2s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 4s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 8s;
    animation-duration: 13s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 15s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 6s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}





