
html,body{
    margin: 0;
    padding: 0;
    overflow-x:hidden;
	
}

/*@media only screen and (max-width: 600px) {*/
/*.body{*/
   
/*    overflow:hidden;*/
/*}*/


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #e4e2e2;
}
ul li a{
    color:white !important;
}

.med{
    margin-left:0px !important;
}
.icon{
	position: relative;
    /* right: -7px; */
    float: right;
    left: -70px;
    font-size: 18px;
	
	color: #666;
	margin-top: -55px;
	margin-left: 2px;

}
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    margin: 4px;
    color:black !important;
}
@media only screen and (max-width: 600px) {
.icon {
    position: relative;
    /* right: -7px; */
    float: right;
    left: -6px;
    font-size: 18px;
    margin-top: -49px;
    color: #666;
}
 
}


@media only screen and (max-width: 600px) {
	.menu {
	width:100% !important;
	 
	}
	}
.opps{
	margin-top: 72px;
	opacity: 0.8;

}

.menu {
    text-align: right;
    position: fixed;
    width: 100%;
    z-index: 200;
	background-color: white;

	box-shadow: 2px 2px 2px 2px rgb(187, 187, 187);
}
.ic1{
	border:3px solid #2e2d62; 
	border-radius:50%; padding:2px;   
	  padding-left: -3px;
       padding-right: 8PX;
}
.ic1:hover{
	color:black;
}
.ic{
	border:3px solid #2e2d62; border-radius:50%; 
	padding:3px;

}
.ic:hover{
	color: black;
}
.icon:hover{
	color:black;
}
 .alt-lang a {
    text-decoration: none;
    color: #fff;
    padding: 4px;
}

 .alt-lang {
    background: #333;
    color: #fff;
    padding: 1px 4px 3px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 12%;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    z-index: 99;


}
@media only screen and (max-width: 600px) {
	.alt-lang {
		right:9%;
	}
	}
.top{
	
	border-top: solid px black;
}







/* I hide the checkbox because I only need the label */
#check{
    display: none;
}

.button{
    width: 48px;
    height: 48px;

    padding: 12px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s ease-in;
    padding-top: 8px;
    line-height: 6px;
    text-align: left;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 201;
}

.button span{
    height: 3px;
    width: 100%;
    background: rgb(3, 3, 3);
    display: inline-block;
    transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
}


/* toggle icon animation */
#check:checked ~ .button span:nth-child(1){
    width: 100%;
    transform: rotate(45deg) translateY(6px) translateX(6px);
}
#check:checked ~ .button span:nth-child(2){
    width: 0;
}

#check:checked ~ .button span:nth-child(3){
    width: 100%;
    transform: rotate(-45deg) translateY(-7px) translateX(7px);
}


/* the nav height is set to 0 when the navbar is closed */

nav{
    text-align: left;
    overflow: hidden;
    transition: all 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
   
    height: 0;

}
nav a{
    text-decoration: none;
    color: white;
    display: block;
    font-size: 18px;
    transition: all 0.4s cubic-bezier(.22,.43,.35,1.5);
    opacity: 0;
    transform: scale(0);
    transform-origin: top;
	background-color: black;
	opacity: 0.8;
    text-align: center;
	width: 100%;
   
}


@media only screen and (max-width: 600px) {
	nav a {
		color:#fff;
	}
	}




/* the nav height will be set to the height in pixels that would have for default, using height:auto won't work but you can put that value in pixels creating the slide*/
#check:checked ~ nav{
    height: 144px;
}

#check:checked ~ nav a{
    padding: 10px;
    opacity: 1;
    transform: scale(1);
}
 
/* news section css */
.headingtitle h2.main-heading {
    font-size: 28px;
    line-height: 20px;
    margin: 0 auto;
    display: inline-block;
   
}
h2.main-heading small {
    display: block;
    font-size: 18px;
    text-transform: none;
    margin-top: 10px;
    color: #888;
}
.news{
	color: rgb(46 45 98);
	font-size: 28px;
}
.thumbnail .caption {
    position: relative;
    font-size: 15px;
    color: #666;
    padding: 30px !important;
}
.thumbnail .caption h3 {
    margin-top: 5px;
    font-size: 20px;
    margin-bottom: 5px;
}
.crd{
  
    background-color: #f2f2f2 !important;
}

}
.card:hover{
	
	box-shadow: 2px 2px 2px 2px rgb(202, 202, 202);
}
@media only screen and (max-width: 600px) {
	.card{
width: 21rem !important;
    
}
}
/* ADDRESS SECTION */
.address{
	background-color:#d8d7e5;
}
/* face to face section */
.facetoface{
	background-color:#d8d7e5;
}
/* opinion section */
.opinion{
	background-color: #d8d7e5;
}
/* treasury section */
.treasury{
	background-color: #d8d7e5;
}
/* gallery section */
.gallery{
	background-color:#d8d7e5;
}
/* footer csspage */
.footer{
	background: #343366 url(../images/noise.jpg) repeat;
	padding: 50px 0 0;
}
ul li{
color: white;
font-size: 13px;
}
.fot{
	margin-left: 86px;
}

@media only screen and (max-width: 600px) {
.fot2{
	margin-left: 32px;
}
}
@media only screen and (max-width: 600px) {
    .fot3{
        margin-left: 32px;
    }
    }

a{
	 color: white; 
}


.lasticon{
	color:#666;
	font-size: 20px;
	margin: 20px;
	padding-left: 30px;
}
.lasticon i:hover{
    color: black;
}
.lasticon i{
    margin:5px;
}
.books{
    /*margin-top: 121px;*/
    padding: 15px;
    /* margin-left: 250px; */
}
.books img{
    margin-left: 45px;
}
.info{
    margin-left: 100px;
}
/* @media only screen and (max-width: 600px) {
.books img {
    margin-left: 11px !important;
   
    width: 58px !important;
    margin-top: 110px !important;
}
} */







.ba {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: -15px;
}

@media only screen and (max-width: 600px) {
.books img {
    /* margin-left: 80px; */
    width: 48px;
    margin-left:5px;
}
}

@media only screen and (max-width: 600px) {
.books {
    margin-top: 121px;
    margin-left: 19px;
}
}
@media only screen and (max-width: 600px) {
    .yoyo {
      font-size: 24px;
    }
    }

@media only screen and (max-width: 600px) {
    .omg{
      

    margin-top: -10px !important;
}
    }
    
    



@media only screen and (max-width: 600px) {
    .diff{
     
           width: 80px !important;
        }
    }



@media only screen and (max-width: 600px) {
.info{
 
    color: white;
    font-size: 9px !important;
    margin-left: 10px !important;
    margin-top: 14px;
    /* margin: -20px !important; */

    }
}


/* .owl-item > div {
    cursor: pointer;
    margin: 6% 8%;
    transition: margin 0.4s ease;
    
  }
  .owl-item.center > div {
    cursor: auto;
    margin: 0;
  }
  .owl-item:not(.center) > div:hover {
    opacity: .75;
  } */




  .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }
  
  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  /* span {
      font-size: 70px;    
      position: relative;
      top: -5px;
  } */
  .owl-nav button:focus {
      outline: none;
  }
  /* news page css */
  .newspage{
    font-size: 14px;
    background-color:#d8d7e5;
  }
  .relatednews1{
    background-color: #d8d7e5;
  }
  .relatednews2{
    background-color: #d8d7e5;
  }
  a:hover{
    text-decoration: none;
    color:#666;
  }
  .imageonly{
    background-color: #d8d7e5;
  }

  .colorful{
    background-image: linear-gradient(to right, white , #2e2d62);
    height: 50px;
  }
  .colorful2{
    background-image: linear-gradient(to right, #2e2d62,white);
    height: 50px;
  }