@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
html,body
{
    margin:0%;
    box-sizing: border-box;
    overflow-x: hidden;
  padding: 0;
   font-family: 'Josefin Sans', sans-serif;
  }
  .body1
  {
    height: 100%;
    line-height: 100%;
    text-align: center;
  }
/* *************Global Classes************* */
a{
  text-decoration: none;
  color: #fff;
}
.flex-row
{
display: flex;
flex-direction: row;
flex-wrap: wrap;
color: #fff;
}
ul{
  list-style-type: none;
}
/* ******X******Global Classes******X****** */
/* *********Navbar*************** */
.nav{
  padding: 0 2rem;
  height: 0rem;
  min-height: 10vh;
  overflow: hidden;
  transition: height 1s ease-in-out;
  padding-left: 15px;
  padding-right: 15px;
}

.nav .nav-menu
{
  justify-content: space-between;
}

.nav .toggle-collapse{
  position: absolute;
  top: 0;
  width: 90%;
  cursor: pointer;
  display: none;
}

.nav .toggle-collapse .toggle-icons{
  display: flex;
  justify-content: flex-end;
  padding: 1.7rem 0;
}

.nav .toggle-collapse .toggle-icons i{
  font-size: 1.4rem;
  color: black;
}
.collapse{
  height: 30rem;
}

.nav .nav-items{
  display: flex;
  margin: 0;
}

.nav .nav-items .nav-link{
  padding: 1.6rem 1rem;
  font-size: 1.1rem;
  position: relative;
  text-transform: uppercase;
  border-radius: 3px;
}

.nav .social{
  padding: 1.4rem 3rem;
  letter-spacing: 5px;
}
.nav .nav-brand a
{
  font-size: 1.6rem;
  padding: 1rem 0;
  display: block;
  font-size: 1.6rem;
} 
.nav .nav-bar .nav-items .nav-link a:hover{
background: #BFAFB2;
padding: 10px 10px;
border-radius: 3px;
transition: .5s;
}

.nav .social i{
  padding: 0.2rem;
}
.nav .social i:hover{
  color: #BFAFB2;
}
.sticky
{
position: fixed;
  top: 0;
  width: 100%;
  background: rgba(1, 1, 1, 0.815);
  z-index: 9999;
  transition: all 1.5s ease;
}
@media only screen and (min-width: 650px) and (max-width: 938px)
{
  .sticky{
    width: 100%;
    height: 10vh;
    background:  rgba(0, 0, 0, 0.815);
    overflow: hidden;
  }
  .nav .toggle-collapse .toggle-icons i
  {
    margin-top: -5px;
    font-size: 1.4rem;
    color: white;
  }
  .nav .nav-items .nav-link
  {
    margin-top: 0px;
  }
  .collapse
  {
    height: 30rem;
    background: rgba(0, 0, 0, 0.815);
    overflow: hidden;
  }
}
@media only screen and (min-width: 400px) and (max-width: 648px)
{
  .sticky
  {
    width: 95%;
    height: 10vh;
    background:  rgba(0, 0, 0, 0.815);
    overflow: hidden;
  }
  .nav .toggle-collapse .toggle-icons i
  {
    margin-top: -5px;
    font-size: 1.4rem;
    color: white;
  }
  .nav 
  {
    min-height: 10vh;
  }
  .collapse
  {
    height: 30rem;
    background: rgba(0, 0, 0, 0.815);
    overflow: hidden;
  }
}
@media only screen and (min-width: 640px) and (max-height: 360px)
{
  .sticky
  {
    width: 95%;
    height: 10vh;
    background:  rgba(0, 0, 0, 0.815);
    overflow: hidden;
  }
  .nav .toggle-collapse .toggle-icons i
  {
    margin-top: -5px;
    font-size: 1.4rem;
    color: white;
  }
  .nav 
  {
    min-height: 15vh;
    overflow: hidden;
  }
  .collapse
  {
    height: 30rem;
    background: rgba(0, 0, 0, 0.815);
    overflow: hidden;
  }
}
@media only screen and (min-width: 320px) and (max-width: 399px)
{
  .sticky{
    width: 95%;
    height: 10vh;
    background:  rgba(0, 0, 0, 0.815);
    overflow: hidden;
  }
  .nav .toggle-collapse .toggle-icons i
  {
    margin-top: -5px;
    font-size: 1.4rem;
    color: white;
  }
  .collapse
  {
    height: 30rem;
    background: rgba(0, 0, 0, 0.815);
    overflow: hidden;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1440px)
{
  .sticky
  {
    width: 100%;
    background:  rgba(0, 0, 0, 0.815);
    height: 10vh;
    overflow: hidden;
  }
  .nav
  {
    min-height: 10vh;
  }
  .collapse
  {
    height: 30rem;
    background: rgba(0, 0, 0, 0.815);
    overflow: hidden;
  }
}
@media only screen and (min-width: 667px) and (max-height: 375px)
{
  .sticky
  {
    width: 100%;
    background:  rgba(0, 0, 0, 0.815);
    height: 15vh;
    overflow: hidden;
  }
  .nav
  {
    min-height: 12vh;
  }
  .collapse
  {
    height: 30rem;
    background: rgba(0, 0, 0, 0.815);
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-height: 1024px)
{
  .sticky
  {
    width: 100%;
    overflow: hidden;
  }
  .nav{
      min-height: 10vh;
      overflow: hidden;
  }
  .collapse
  {
    height: 30rem;
    background: rgba(0, 0, 0, 0.815);
    overflow: hidden;
  }
}
/********X********** Nav bar *********X*******/
/*  *********viewport lessthan or equal to 750px************ */
@media only screen and (max-width: 938px){
    .nav .nav-menu, .nav .nav-items{
    flex-direction: column;
    }
    .nav .toggle-collapse{
        display: initial;
    }
}
/*  ******X***viewport lessthan or equal to 750px******X****** */

.animation-area{
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../assets/ab1.jpg');
width: 100%;
top: 0;
height: 100vh;
background-position: center center;
background-size: 1300px;
overflow: hidden;
}

/* about us animation*/
.p  p{
  margin: 0;
  padding-top: 20px;
  height: 50%;
  position: relative;
  text-transform: uppercase;
  font-size: 5em;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, white, black);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 5s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
0% {
  background-position: -500%;
}
100% {
  background-position: 500%;
}
}

.animation-area p {
  color: #805533;
  text-align: center;
  line-height: 1.4em;
}
@media only screen and (min-width: 320px) and (max-width: 575px){
  .animation-area  p
     {
      height: 27%;
      font-size: 30px;
 }

}
@media only screen and (min-width: 640px) and (max-height: 360px){
  .animation-area  p
     {
      padding-top: 60px;
      height: 27%;
      font-size: 50px;
 }
}

@media only screen and (min-width:992px) and (max-width:1240px){
 .p  p{

padding-top: 110px;
height: 130%;

font-size: 5em;
}
}
@media only screen and (min-width:768px) and (max-width: 991px){
.p  p{

padding-top: 120px;
height: 130%;

font-size: 5em;
}
}

@media only screen and (min-width:576px) and (max-width: 767px){
   .p  p{

padding-top: 140px;
height: 130%;

font-size: 5em;
}

}
@media only screen and (min-width: 320px) and (max-width: 575px){
  .p  p{

padding-top: 60px;
height: 60%;

font-size: 2em;
}
}

@media only screen and (max-width: 319px){
    .p  p{

padding-top: 150px;
height: 80%;

font-size: 5em;
}
}


/* about parallax*/
.parallax1{
background-image:linear-gradient(rgba(1,1,1,0.6),rgba(1,1,1,0.1)),url('../assets/bc2.jpg');
min-height: 50vh;
}
.parallax2{
 background-image:linear-gradient(rgba(1,1,1,0.6),rgba(1,1,1,0.1)),url('../assets/bc1.jpg');
min-height: 60vh;
}
.parallax3{
background:url('../assets/bc2.jpg');
min-height: 40%;
}
.parallax4{
background-image:url('../assets/bc5.jpg');
min-height: 100%;
}
.parallax1,.parallax2,.parallax3,.parallax4{
position: relative;
opacity: .75;
background-position: center center;
background-size: cover;
background-attachment: fixed;
}
.heading{
position: absolute;
color: #fff;
font-size: 550%;
top: 38%;
width: 100%;
text-transform: uppercase;
letter-spacing: 8px;
text-shadow: 0 0 10px #000;
}
.heading-sm{
position: absolute;
top:45%;
width: 100%;
color: #fff;
font-size: 250%;
text-transform: uppercase;
letter-spacing: 5px;
text-shadow: 0 0 10px #000;


}
/* gradient animation in parralax */
section{
overflow: auto;
padding: 50px 80px;

background-size: 400%;
animation: bganimation 5s infinite;
}
@keyframes bganimation{
0%{
  background-position: 0% 50%;
}
50%{
  background-position: 100% 50%;
}
100%{
  background-position: 0% 50%;
}
}
.dark{
overflow: auto;
padding: 50px 80px;
background-image: linear-gradient(25deg, #b271ff, #d695d7, #eeb9ad, #ffde7e);
background-size: 400%;
overflow: hidden;
animation: bganimation 5s infinite;
color: white;
}
.font{
color: black;
font-size: 1rem;
}
.font2{
 background-color: #310e68;
background-image: linear-gradient(316deg, #310e68 0%, #5f0f40 74%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
font-size: 1rem;
}
.font3{
color: black;
}
.fa.icon1{
color: black;

font-size: 3rem;
}
.fa.icon2{
color: black;

font-size: 3rem;
}
.fa.icon3{
color: black;

font-size: 3rem;
}
.fa.icon4{
color: black;

font-size: 3rem;
}
.fa.icon5{
color: black;

font-size: 3rem;
}
.fa.icon6{
color: black;

font-size: 3rem;
}
@media (max-width: 768px){
.heading{
  font-size: 250%;
}
.heading-sm{
font-size: 180%;
}
}
/*@media only screen and (min-width:576px) and (max-width: 700px){
.parallax1{
width: auto;
}
}*/
/*team*/
.team-section{
overflow: hidden;
text-align: center;

padding:60px;
}

.team-section h1{
text-transform: uppercase;
margin-bottom: 60px;
color: grey;
font-size: 3rem;


}
.border0{
display: block;
margin: auto;
width: 160px;
height: 3px;
background-color: #3498db;

margin-bottom: 40px;
}
.ps{
margin-bottom: 40px;
}
.ps a{
display: inline-block;
margin:0 30px;
width: 160px;
height: 160px;
overflow:hidden;
border-radius:50%;
}
.ps a img{
width: 100%;
filter:grayscale(100%);
transition: 0.4s all;
}
.ps a:hover > img{
filter:none;
}
.section0{
width: 600px;
margin: auto;
font-size: 20px;
color: white;
text-align: justify;
height: 0;
overflow: hidden;

}
.section0:target {
height: auto;
}
.name1{
display: block;
margin-bottom: 30px;
text-align: center;
text-transform: uppercase;
font-size: 22px;
background: -webkit-linear-gradient(rgba(100,0,233,0.94) , rgba(166,0,188,0.66)  );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
font-weight: bold;
}
.p1{
background: -webkit-linear-gradient(rgba(100,0,233,0.94) , rgba(166,0,188,0.66)  );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
font-size: 20px;
text-align: center;

}
.name2{
display: block;
margin-bottom: 30px;
text-align: center;
text-transform: uppercase;
font-size: 22px;
background-color: #2a2a72;
background-image: linear-gradient(180deg, #2a2a72 0%, #009ffd 74%);    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
font-weight: bold;
}
.p2{
background-image: linear-gradient(180deg, #2a2a72 0%, #009ffd 74%);    -webkit-background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
font-size: 20px;
text-align: center;
}
.name3{
display: block;
margin-bottom: 30px;
text-align: center;
text-transform: uppercase;
font-size: 22px;
background: -webkit-linear-gradient( rgba(241,115,30,1) , rgba(231,29,54,1)  );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
font-weight: bold;
}
.p3{
  background: -webkit-linear-gradient( rgba(241,115,30,1) , rgba(231,29,54,1)  );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
font-size: 20px;
text-align: center;
}
.name4{
display: block;
margin-bottom: 30px;
text-align: center;
text-transform: uppercase;
font-size: 22px;
background: -webkit-linear-gradient(#E61D8C,#0D324D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

font-weight: bold;
}
.p4{
  background: -webkit-linear-gradient(#E61D8C,#0D324D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

font-size: 20px;
text-align: center;
}
.name5{
display: block;
margin-bottom: 30px;
text-align: center;
text-transform: uppercase;
font-size: 22px;
/*background-color: #f2cf43;
background-image: linear-gradient(180deg, #f2cf43 0%, #19a186 74%);*/
 background: -webkit-linear-gradient(#5AFF15,green);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

font-weight: bold;
}
.p5{
  background: -webkit-linear-gradient(#5AFF15,green);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

font-size: 20px;
text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 575px)
{
  .border0
  {
    margin-left: 10px;
    text-align: unset;
  }
  .name1
  {
    margin-left: 10px;
    text-align: unset;
  }
  .p1
  {
      margin-left: 10px;
      text-align: unset;
  }
  .name2
  {
    margin-left: 10px;
    text-align: unset;
  }
  .p2
  {
      margin-left: 10px;
      text-align: unset;
  }
  .name3
  {
    margin-left: 10px;
    text-align: unset;
  }
  .p3
  {
      margin-left: 10px;
      text-align: unset;
  }
  .name4
  {
    margin-left: 10px;
    text-align: unset;
  }
  .p4
  {
      margin-left: 10px;
      text-align: unset;
  }
  .name5
  {
    margin-left: 10px;
    text-align: unset;
  }
  .p5
  {
      margin-left: 10px;
      text-align: unset;
  }
}




/* footer*/
/* **********footer************* */
a{
  text-decoration: none!important;
  outline: none!important;
}
img{
  border: none;
}
.mainfooter{
  width: 100%;
  height: auto;
  justify-content: space-between;
  display: flex;
   background-image: linear-gradient(0deg, #534b5b, #6d6d7c, #88919e, #a3b6c2);
  /*background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: 50% 0%;*/
  padding: 80px 0;
  position: relative;
}
.footerbox{
  width: 100%;
  height: auto;
  margin-right: 15px;
  margin-left: 50px;
}
.footerbox img{
  width: 180px;
  height: auto;
  margin-bottom:20px;
}
.footerbox h2{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: black;
  text-align: left;
}
.footerbox hr{
  background:gold;
  width: 80px;
  height: 3px;
  border:none;
  margin: 5px 0px 15px 0px;
}
.footerbox p{
  font-size: 14px;
  color:white;
  margin-bottom: 20px;
  line-height: 24px;
  text-align: justify;
}
.footerbox ul{
  margin: 0px;
  padding: 0px;
}
.footerbox ul li{
  list-style-type: none;
}
.footerbox ul li a{
  font-size: 13px;
  color: white;
  display: block;
  padding: 8px 0px;
  line-height: 24px;
  border-bottom: 1px solid gold;
  transition: .5s;
  text-align: left;
}
.footerbox ul li a:hover{
  padding-left: 5px;
  color: gold;
}
.footeraddress{
  width: 100%;
  height: auto;
  margin-top: 45px;
}
.footeraddress h6{
  font-size: 14px;
  font-weight: 500;
  color: white;
  margin: 0px;
  margin-top: 20px;
}
.footeraddress h6 a{
  color: white;
  display: block;
  text-align: left;
}
.footeraddress h6 a p
  {
    margin-top: -35px;
    margin-left: 50px;
    text-align: left;
  }
.footeraddress h6 a i{
  font-size: 14px;
  width: 30px;
  height: 30px;
  color: white;
  border-radius: 5px;
  border:1px solid white;
  text-align: center;
  line-height: 26px;
  margin-right: 10px;
}
.footeraddress h6 a:hover{
  color: gold;
}
.footeraddress h6 a p:hover{
  color: gold;
}
.footericons{
  width: 100%;
  height: auto;
  margin-left: 0px;
}
.footericons ul{
  margin: 0px;
  padding: 0px;
}
.footericons ul li{
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
}
.footericons ul li a{
  width: 30px;
  height: 30px;
  display: block;
  background:gold;
  color: #fff;
  text-align: center;
  border:none;
  padding: 0px;
}
.footericons ul li a i{
  font-size: 14px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: block;
  -moz-transition:all 0.8s;
  -o-transition:all 0.8s;
  -ms-transition:all 0.8s;
  transition: all 0.8s;
}
.footericons ul li a:hover i{
   -moz-transform:rotate(360deg);
   -o-transform:rotate(360deg);
   -ms-transform:rotate(360deg);
   transform: rotate(360deg);
   color: #fff;
}
.footericons ul li a:hover{
  background:black;
}
.footerbottom{
  width: 100%;
  height: 2vh;
  background:black;
  padding: 25px 0px;
}
.footerbottom p{
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
  margin-left: 10%;
}
.footerbottom p a{
  font-size: 13px;
  font-weight: 500;
  color:gold;
}
.footerbottom .left,.footerbottom .right
{
  justify-content: space-between;
}
.footerbottom .text-right
{
  margin-left: 50%;
}
.footerposition{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.footerposition h1{
  font-size: 40px;
  text-align: center;
  color: #232323;
  padding-bottom: 55px;
  text-transform: uppercase;
  font-weight: 800;
}
.footerposition h1 em{
  font-style: normal;
  color: #01bea2;
}
@media only screen and (min-width:992px) and (max-width:1199px){
   .footerposition{
    position: relative;
  }
  .footerposition h1{
    font-size: 50px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .mainfooter{
    padding: 40px 0px;
  }
}
@media only screen and (min-width:769px) and (max-width: 992px){
   .footerposition{
    position: relative;
  }
  .footerposition h1{
    font-size: 40px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .mainfooter{
    padding: 40px 0px;
  }
  .footerbox{
    text-align: center;
  }
  .footerbox p{
    font-size: 13px;
    margin-bottom: 0px;
  }
  .footerbox h2{
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
  }
  .footerbox ul li{
    text-align: left;
  }
  .footeraddress h6{
    text-align: left;
    font-size: 13px;
  }
}
@media only screen and (min-width:576px) and (max-width: 768px){
  .footerposition{
    position: relative;
  }
  .footerposition h1{
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .mainfooter{
    padding: 40px 0px;
    width: 100%;
    height: auto;
    display: block;
  }
  .footerbox h2{
    padding-top: 20px;
  }
  .footerbox p 
  {
    width: 70%;
    text-align: justify;

  }
  .footerbox ul li a 
  {
    width: 70%;
  }
  .footerbox ul li a i
  {
    width: 70%;
  }
  .footerbox .footericons ul li a
  {
    width: 100%;
    padding: 5px 0px 0px 5px;
  }
  .footerbox hr{
    width: 50px;
  }
  .footeraddress{
    margin-top: 30px;
  }
  .footerbottom p{
    text-align: center;
    font-size: 12px;
  }
  .footerbottom p .textryt{
    text-align: center!important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 575px){
  .footerposition{
    position: relative;
  }
  .footerposition h1{
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .mainfooter{
    padding: 40px 0px;
    width: 100%;
    height: auto;
    display: block;
  }
  .footerbox h2{
    padding-top: 20px;
  }
  .footerbox p 
  {
    width: 70%;
    text-align: justify;

  }
  .footerbox ul li a 
  {
    width: 70%;
  }
  .footerbox ul li a i
  {
    width: 70%;
  }
  .footerbox .footericons ul li a
  {
    width: 100%;
    padding: 5px 0px 0px 5px;
  }
  .footerbox hr{
    width: 50px;
  }
  .footeraddress{
    margin-top: 30px;
  }
  .footerbottom p{
    text-align: center;
    font-size: 12px;
  }
  .footerbottom p .textryt{
    text-align: center!important;
  }
}
@media only screen and (max-width: 319px){

  .footerposition{
    position: relative;
  }
  .footerposition h1{
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .mainfooter{
    padding: 40px 0px;
  }
  .footerbox h2{
    padding-top: 20px;
  }
  .footerbox hr{
    width: 50px;
  }
  .footeraddress{
    margin-top: 30px;
  }
  .footerbottom p{
    text-align: center;
    font-size: 12px;
  }
  .footerbottom p .textryt{
    text-align: center!important;
  }
}
/* *****X*****footer*******X****** */
