
body{
    height:900px;
    background-image: url("imge/main-background.png");
}

.container1{
    padding:20px;
    margin:auto;
    width:100%;
    overflow-x: hidden;
}

.frst_img{
    animation: zoom-in-zoom-out 6s ease infinite;
    position:absolute; 
    margin-top:70px;
    z-index:-1; width:90%;
    margin-left:3%;
    margin-right:20%;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.03, 1.03);
  }
  100% {
    transform: scale(1, 1);
  }
}
.cont{
   height:0px;
  width:1px;
  border-bottom:1px solid #B03A2E;
  animation: mod 8s infinite;
  
}

@keyframes mod {
    50%{width: 100%;}
    100%{width: 0%;}
}


.above_part{
  max-width:80%;
  margin:auto;
  margin-top: 20px;
  font-family: 'Rubik';
  font-size: 16px;
  color:black;
  
}

.caroblock{
    display: inline-block;
    background-color: #ffffff;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-bottom: 8%;
    border: 2px solid #DDDDDD;
    border-radius: 10px;
    padding:1%;
    padding-bottom: 1%;
    max-width: 100%;
   }
   .caroblock:hover{
        border-color:  rgb(255,165,0,1);
   }



.carbutton{
    float:left;
    font-size: 1vw;
    width:5vw;
    height:10vh;
    margin-top: 80px;
    background-color: white;
    border: 2px solid  rgb(255,165,0,1);
    border-radius: 100px;
    color: #F53838;
    font-size: 200%;
}
.carbutton:hover{
    background-color:  rgb(255,165,0,1);
    color: #FFFFFF;
}

.newbtn{
    font-family: 'Marcellus', serif;
    font-size: 2vw;
    padding: 10px 70px;
    background-color: #0B0449;
    color: #ffffff;
    border-radius: 0px;
    border-color: #0B0449; 
    margin-bottom: 20px;
    transition: background-color 1s;
}
.newbtn:hover{
    background-color: #fff;
    color: #0B0449;
}

.newbtnabtme{
    font-family: 'Marcellus', serif;
    font-size: 20px;
    padding: 10px 70px;
    background-color: #0B0449;
    color: #ffffff;
    border-radius: 0px;
    border-color: #0B0449; 
    margin-bottom: 20px;
    transition: background-color 1s;
}
.newbtnabtme:hover{
    background-color: #fff;
    color: #0B0449;
}

.abtuspara{
    font-family: 'Marcellus', serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color: #0b0449;
    margin: 11px 0 0;
}
.gaptext{
    font-family: Lato,sans-serif; 
    font-size: 11px; 
    color: #847e9f; 
    line-height: 1.45455em; 
    font-weight: 700;
    letter-spacing: .7em;
    text-transform: uppercase;
}

.boxofImgCont{
    background-image: url('imge/h4-img-17.png'); margin-top: 10px; margin-bottom: 10px;
}
.boxofImgCont:hover{
    animation: zoomout 1s;
}
@keyframes zoomout{
    0%{
        transform: scale(1,1);
    }
    100%{
        transform: scale(1.1,1.1);
    }
}

.boxofImgContabt{
    background-image: url('imge/h4-img-17.png'); margin-top: 10px; margin-bottom: 10px;
}

.servPara{
    font-family: 'Marcellus', serif; font-size: 18px;
}

.servHead{
    font-family: 'Marcellus', serif; font-size: 30px;
}


.nav_content{
    color: #000000; 
    float:right; 
    font-family: 'Marcellus', serif;
}
@media only screen and (max-width: 600px) {
    .nav_content{
        color: #000000; 
        width: 100%;
        font-family: 'Marcellus', serif;
        text-align: center;
    }
    .imgnav{
    background-color: #FCF9F5;
    background-image: url("imge/p1-img-03.png");
    }
}

.aboutme{
   font-family: Lato,sans-serif;
    font-size: 11px;
    color: #847e9f;
    line-height: 1.45455em;
    font-weight: 700;
    letter-spacing: .7em;
    text-transform: uppercase;
    margin: 0;
}

.title_supper{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 15px;
    margin-bottom: 15px;
    padding-left: 60px;
}

.title_head{
    font-family: Marcellus,serif;
    font-weight: 400;
    text-transform: initial;
    color: #0b0449;
    font-size: 58px;
    line-height: 1.10345em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.title_subhead{
    font-family: Marcellus,serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color: #0b0449;
    margin: 11px 0 0;
}

.title_about{
    font-family: Lato,sans-serif;
    font-size: 16px;
    line-height: 1.5625em;
    font-weight: 400;
    color: #8c8ba4;
}

.aboutme_img{
    background-image: url('imge/h4-img-16.png')
}


/* Counselling padding: 0.5% 100%;
    font-size: 20px;
    border: 1px solid;
    border-radius: 0px; */

.btn_counsel{
    font-family: Lato,sans-serif;
    font-size: 11px;
    color: #000;
    line-height: 1.45455em;
    font-weight: 700;
    letter-spacing: .7em;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-radius: 0;
    transition: background-color 0.3s;
    padding: 15px 50px;
    background-color: #dfbec3;
    border: 1px solid;
    border-color: #dfbec3;
}
.btn_counsel:hover{
    background-color: #fff;
}


.input_counsel{
  width: 100%;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: inherit;
  line-height: 24px;
  margin: 0 0 10px;
  outline: 0;
  padding: 11px 21px;
}

.headingform{
    font-family: Marcellus,serif;
    font-weight: 400;
    text-transform: initial;
    color: #0b0449;
    font-size: 46px;
    line-height: 1.17391em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.chkbxx_coun{
    height: 30px;
    width: 50px;
}


/* Gallery CSS  */

.img-gallery{
	width:80%;
	margin: 100px auto 50px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 30px;
}

.img-gallery img{
	width:100%;
	cursor: pointer;
}

.img-gallery img:hover{
    animation: imganm 2s;
    
}
@keyframes imganm{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(0.9) rotate(-10deg);
        border-radius: 20px;
        box-shadow: 0 32px 75px rgba(68, 77, 136, 0.2);
    }
}

.full-img{
    width:100%;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
.full-img img{
    width: 90%;
    max-width: 500px;
}

.full-img span{
    position: absolute;
    top: 10%;
    right: 5%;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}