*{
  margin :0;
  padding:0;
  box-sizing: border-box !important;
}

body{
  box-sizing: border-box !important;

    font-family: 'BenSen', Arial, sans-serif !important;

    /* background: linear-gradient(-45deg, #7DBE5A, #84C053, #fff, #fff);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite; */


}

 
.notice-part {
    box-shadow: rgba(0, 81, 52, 0.2) 5px 4px 7px 0px;
    padding: 8px;
    margin: auto;
}
.notice-part h4 {
    font-weight: 700;
    line-height: 23px;
    /* height: 100%!important; */
    margin: auto;
    color: #005033;
}


/* scroll-top */

/* .scroll-top {
  position: fixed;
  right:1% ;
  bottom: 8%;
  z-index: 100;
  background-color: #022E1F;
  border: 1px solid transparent;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  line-height: 50px;
  text-align: center;
  transition: 0.5s;
}
.scroll-top:hover {
  border: 1px solid #022E1F;
  color:#022E1F;
  background-color: #8BC34A;
  cursor: pointer;
  opacity: 0.7;
} */

.scrolltop .icon {
  font-size: 30px;
  text-align: center;
  /* transform: rotate(-45deg); */
  margin-top: 10px;

}

.scrolltop {
  position: fixed;
  bottom: 8%;
  right: 1%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color:#8BC34A;
  border: 1px solid #022E1F;
  color: #022E1F;
  display: none;
}
/* #myBtn {
  display: none;
  position: fixed;
  bottom: 10%;
  right: 2%;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
 
  background-color: #022E1F;
  border: 1px solid #022E1F;
  color: #8BC34A;
  cursor: pointer;
  padding: 9px 15px;
  border-radius: 4px;
  transition: 0.4s;
}
#myBtn:hover {
  background-color: #8BC34A;
  border: 1px solid #022E1F;
  color: #022E1F;
} */


/* scroll-top end */



/* .navbar-expand-md .navbar-collapse {
  border-radius: 42px 0 0 42px;
  
  border:1px solid #82BF53;
  display: flex!important;
  transform: scaleX(1);
}
.navbar-expand-md .navbar-collapse:hover{
  
  border-radius: 0;
  background-color: transparent;
} */
.break-line-part{
  height: 30px;
  background-color: #00623E;
}

::selection{
    background-color:#022E1F;
    color:#fff;
  }
  
  html::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  
  html::-webkit-scrollbar-track {
    background: transparent;
  }
  
  html::-webkit-scrollbar-thumb {
    background: #022E1F;
  }
a{
  text-decoration: none !important;  
}
  .section-services a{
      color: #000 !important;  
      
    }
ul{
    list-style: none;
}

.notice-class{
 
}

.notice-class a {
  padding-right: 10px;
  border-right: 3px solid #0C6C46;
  margin-right: 12px;
  color: #022E1F!important;
  font-weight: 700;
}
/* nav design */

.logo{
  display: flex;
  align-items: center;
  justify-content: center;
}

.extra{
  margin-top: 8%;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.extra p {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  /* color: #043020; */
}
/* dropdown */
	 .dropbtn {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 21px;
    border: none;
    line-height: 20px;
}


	.carousel {
    z-index: -10000!important;
    position: relative;
}
.dropdown {
  position: relative;
  display: inline-block;
  
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #00623E;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  /*z-index: 100 !important;*/
  transition:0.6s;
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition: 0.5s;
  font-weight:400;
}

.dropdown-content a:hover {background-color: #85C152;
color:#00623E!important;
font-weight:600;
}

.dropdown:hover .dropdown-content {display: block;transition:0.6s;
}

.dropdown:hover .dropbtn {

	/* background-color: #3e8e41; */
}
/* dropdown end */

.navbar {
  /* background-image: linear-gradient(to right, #8BC34A, #00623E, #00623E); */
    /* background-color: #00623E; */
  }
  header{
    /* background-image: linear-gradient(to right, #8BC34A, #00623E, #00623E); */
    background-image: linear-gradient(to right, #8BC34A, #00623E, #022E1F);
  }

  .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5DB17C;
    font-weight: bold;
  }
  .navbar-brand img {
    width:100px;
    height: 100px;
    border-radius: 10%;
    /* border-radius: 50%; */
}
  .navbar-nav .nav-item .nav-link {
   font-size: 22px;
    position: relative; 
    transition: 0.3s;
    font-weight: 700;
   
  }

  .navbar-dark .navbar-nav .nav-link {
    font-weight: 500;
    color: #fff!important;
}

.navbar-dark .navbar-nav .nav-link {
  margin-right: 6px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.5s;

}

  .navbar-dark .navbar-nav .nav-link:hover{
        box-shadow: none;          
  }
  .navbar-nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: yellow;
    transition: 0.3s;
    color:#fff;

  }
  


  .nav-item button {
   
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 12px;
}
.nav-item button:hover{
  box-shadow:none;
}

  .navbar-nav .nav-item .nav-link:hover::before {
    width: 100%; 
    color: #fff;
  }

  @media only screen and (max-width: 600px) and (min-width: 360px) {
		
		.nav-link-part{
		    display:none !important;

      }
		.navbar-collapse {
			text-align: center!important;
			width: 100%;
        } 
      


		.navbar-nav .nav-item .nav-link:hover::before {
			display:none;
			color: #fff;
			text-align:center
		}

	} 



/* nav design end */

/* cover */
header{
  z-index: 3;
}
.bg-part
{
    

	/* background-image:  url("../img/bg.jpg"); */

	max-width: 100%;
	height: 80vh;
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-top: 40px;
  background-attachment: fixed;
  max-height: 500px;
  z-index: 1;
  
}

 .bg-text{
  
  font-weight: 700;
  text-transform: uppercase;
  text-align:center;
}
.bg-text p {
  font-size: 21px;
  color: #000000;
  font-weight: 700;
}
.bg-text h2{
  
         font-size:50px;
     color :#fff;
     
     text-shadow: 4px -2px 6px rgba(0,0,0,0.78);
}

.box {
  
	position: fixed;
	top: 0;
	transform: rotate(80deg);
	left: 0;
}

.wave {
	position: fixed;
	top: 0;
	left: 0;
  opacity: .4;
  position: absolute;
  top: 3%;
  left: 10%;
  background: #0af;
  width: 1500px;
  height: 1300px;
  margin-left: -150px;
  margin-top: -250px;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 7000ms infinite linear;
}

.wave.-three {
  animation: drift 7500ms infinite linear;
	position: fixed;
	background-color: #77daff;
}

.wave.-two {
  animation: drift 3000ms infinite linear;
  opacity: .1;
  background: black;
	position: fixed;
}

.box:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform: translate3d(0, 0, 0);
}

@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}



.contain {
	animation-delay: 4s;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #25a7d7;
  background: -webkit-linear-gradient(#25a7d7, #2962FF);
  background: linear-gradient(#25a7d7, #25a7d7);
}

.icon {
  width: 100px;
  height: 100px;
  margin: 0 5px;
}

.icon:nth-child(2) img {-webkit-animation-delay: 0.2s;animation-delay: 0.2s}
.icon:nth-child(3) img {-webkit-animation-delay: 0.3s;animation-delay: 0.3s}
.icon:nth-child(4) img {-webkit-animation-delay: 0.4s;animation-delay: 0.4s}

.icon img {
  -webkit-animation: anim 2s ease infinite;
  animation: anim 2s ease infinite;
  -webkit-transform: scale(0,0) rotateZ(180deg);
  transform: scale(0,0) rotateZ(180deg);
}

@-webkit-keyframes anim{
  0% {
    -webkit-transform: scale(0,0) rotateZ(-90deg);
    transform: scale(0,0) rotateZ(-90deg);opacity:0
  }
  30% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  50% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  80% {
    -webkit-transform: scale(0,0) rotateZ(90deg);
    transform: scale(0,0) rotateZ(90deg);opacity:0
  }
}

@keyframes anim{
  0% {
    -webkit-transform: scale(0,0) rotateZ(-90deg);
    transform: scale(0,0) rotateZ(-90deg);opacity:0
  }
  30% {
    -webkit-transform: scale(1,1) rotateZ(0deg);transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  50% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  80% {
    -webkit-transform: scale(0,0) rotateZ(90deg);
    transform: scale(0,0) rotateZ(90deg);opacity:0
  }
}


/* cover end */

/* academic title part */
.academic-part{
  
}
 .one{
  background-color: #5DB17C !important;
}
 .two{
  background-color: #8BC34A !important;
}
 .three{
  background-color: #DEB887 !important;
}
.academic-part{
  box-sizing: border-box;
  
}
/* .academic-part.col-lg-4{
  width:100px;
} */
/* old-one */
.academic-title {
  width: 70%;
  background-color: burlywood;
  margin: 24px auto;
  clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);

}
/* old-one */

/* .academic-title {
  clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
  margin: 24px auto;
  width: 70%;
  background-color: #8BC34A;
  color: #022E1F;
  
} */
.academic-title h4 {
  color: #022E1F;
  font-size: 24px;
  line-height: 48px;
  font-weight: 600;
  /* padding: 5px 0; */
}
.service-card {
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  transition: 0.5s;
  padding: 20px;
  margin: 20px;
}

/* .service-card::before {
  content: '';
  display: block;
  position: relative;
  top: 0;
  right: 0px;
  transform: translate(40%, -40%);
  width: 150px;
  height: 150px;
  background-color: #ff4500;
  border: 6px solid #504f93;
  border-radius: 50%;
  opacity: 0.2;
  z-index: 10;
  transition: all .6s;
  
}
.service-card{
  overflow: hidden;
} */
/* .service-card:hover::before{
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 0.1;
} */

/*
.academic-part:hover a {
  color: #fff;
} */
.service-card a{
  transition: 0.5s;
  display:inline-block;
  color: #022E1F;
  font-weight: 600;
}


.service-card:hover a{
 color: #fff;
}
.service-card:hover{
  transition: 0.5s;
  background-color: #00623E;
}

.img-part{


   
}

.img-part img {
    /* background-color: #fff; */
    /* border: 1px solid #022E1F; */
    margin-bottom: 7%;
    width: 25%;
    height: 25%;
    /* border-radius: 50%; */
}
.s-title{
   
}
.s-title h5{
  font-weight: 600;
   
}


/* academic title part end */
/*=============== ABOUT ===============*/
/* 
.about-part{

}
.section  {
  padding: 4.5rem 0 2.5rem;
}
#about{}
.about__data {
  text-align: justify;
}
.about__title{
  font-weight: 700;
  font-size: 1.25rem;
  color:#022E1F;
  text-transform: capitalize;
  margin-bottom: 2rem;
}



.container-section {}
.container-section{
  max-width: 968px;
  margin-left: 1rem;
  margin-right: 1rem;
}
.grid {
  display: grid;
  gap: 1.5rem;
}
.about__container {
  row-gap: 2.5rem;
}

.about__description {
margin-bottom: 2rem;
}



.about__img {
  background-color: bisque;
  display: flex;
  column-gap: 1rem;
  align-items: center;
  justify-content: center;
}

.about__img-overlay {
  overflow: hidden;
}

.about__img-one {
  width: 130px;
}

.about__img-two {
  width: 200px;
  background-color: #00623E !important;
}

.about__img-one, 
.about__img-two {
  transition:0.3s;
}

.about__img-one:hover, 
.about__img-two:hover {
  transform: scale(1.1);;
} */

.about-section h1,
.about-section h2,
.about-section h3,
 .about-section h4,
.about-section h5,
 h6 {}
.about-section a,
.about-section a:hover,
.about-section a:focus,
.about-section a:active {
     text-decoration: none;
     outline: none;
 }
 
.about-section a,
.about-section a:active,
.about-section a:focus {
     color: #00623E;
     text-decoration: none;
     transition-timing-function: ease-in-out;
     -ms-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
     -webkit-transition-timing-function: ease-in-out;
     -o-transition-timing-function: ease-in-out;
     transition-duration: .2s;
     -ms-transition-duration: .2s;
     -moz-transition-duration: .2s;
     -webkit-transition-duration: .2s;
     -o-transition-duration: .2s;
 }
 
.about-section ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }


 .about-section img {
  /* width:360px; */
  max-width: 100%;
  height: auto;
  }
 @media only screen and (min-width: 991px) {
  /* .about-section img {
    width:360px;
    max-width: 100%;
    height: auto;
    } */

 }



.sec-title{
position:relative;
z-index: 1;
/* margin-bottom:60px; */
}

.sec-title .title{
position: relative;
display: block;
font-size: 18px;
line-height: 24px;
color: #00aeef;
font-weight: 500;
margin-bottom: 15px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  color: #00623E;
  font-weight: 600;
  padding-bottom: 12px;
}

.sec-title h2:before{
position:absolute;
content:'';
left:0px;
bottom:0px;
width:70px;
height:3px;
background-color: #8BC34A;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.text p {
  
  line-height: 30px;
  font-size: 22px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: #ff2222;
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #8BC34A;
  transition: 0.5s;
}

.btn-style-one:hover{
background-color: #00623E;
color: #ffffff;
}
.about-section{
position: relative;
padding: 120px 0 70px;
}

.about-section .sec-title{
margin-bottom: 45px;
}

.about-section .content-column{
position: relative;
margin-bottom: 50px;
}

.about-section .content-column .inner-column{
position: relative;
padding-left: 30px;
}



/* .about-section .text {
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 37px;
  color: #000;
  font-weight: 500;
} */
.about-section .list-style-one{
margin-bottom: 45px;
}

.about-section .btn-box{
 
position: relative;
}

.about-section .btn-box a{
  font-size: 20px;
padding: 15px 50px;
transition: 0.5s;
}


.btn-box a{
    background: linear-gradient(to left, #7AB749,#7AB749,#fff, #fff );
    background-size: 300%;
    color:#022E1F;
    border:1px solid #022E1F!important;
    font-weight: 800;
    transition: .8s;
}
.btn-box a:hover{
  border:1px solid #7AB749!important;
  color:#022E1F;
    background-position: right; 
    /* border:1px solid brown!important; */
 
   
}
.about-section .image-column{
position: relative;
}

.about-section .image-column .text-layer{
position: absolute;
right: -110px;
top: 50%;
font-size: 325px;
line-height: 1em;
color: #ffffff;
margin-top: -175px;
font-weight: 500;
}

.about-section .image-column .inner-column{
position: relative;
padding-left: 80px;
padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
position: absolute;
bottom: 16px;
z-index: 1;
background: orange;
padding: 10px 15px;
left: 96px;
width: calc(100% - 152px);
border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
font-size: 21px;
letter-spacing: 1px;
text-align: center;
color: #fff;
margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
font-size: 16px;
letter-spacing: 6px;
text-align: center;
color: #fff;
display: block;
font-weight: 400;
}
.about-section .image-column .inner-column:before {
  content: '';
  position: absolute;
  width: calc(50% + 80px);
  height: calc(100% + 160px);
  top: -80px;
  left: -3px;
  background: transparent;
  /* border-radius: 10px; */
  z-index: 0;
  border: 37px solid #8BC34A;
}

.about-section .image-column .image-1{
position: relative;
}
.about-section .image-column .image-2{
position: absolute;
left: 0;
bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
box-shadow: 0 30px 50px rgba(8,13,62,.15);
/* border-radius: 46px; */
}

.about-section .image-column .video-link{
position: absolute;
left: 70px;
top: 170px;
}

.about-section .image-column .video-link .link{
position: relative;
display: block;
font-size: 22px;
color: #191e34;
font-weight: 400;
text-align: center;
height: 100px;
width: 100px;
line-height: 100px;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0 30px 50px rgba(8,13,62,.15);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
background-color: #191e34;
color: #fff;}


.short-part{

}
/* about-section end */


/* slide-part */


.image-bg {
  /* padding: 20px;
  width  : 240px; */
  height : 160px;
  margin : 20px;
  background-color: white;
  float  : left;
  cursor : pointer;
  box-shadow : 3px 3px 5px 0px rgba(0,0,0,0.5);
}

.image {
  width  : 240px;
  height : 160px;
  position: relative;
  overflow: hidden;
  /* background-color: #102B46; */

  > div {
    &:nth-child(1) {
      top: 0;
      background-position-y: 0;
    }
    &:nth-child(2) {
      top: 40px;
      background-position-y: -40px;
    }
    &:nth-child(3) {
      top: 80px;
      background-position-y: -80px;
    }
    &:nth-child(4) {
      top: 120px;
      background-position-y: -120px;
    }
  }
  
  
  &[data-effect='effectOne'] {
   
    > div {
      position: absolute;
      width: inherit;
      height: 40px;
      background-image: url('https://picsum.photos/240/160/?image=999');
      left: 100%;
      &:nth-child(1) {
        transition: left .2s;	
      }
      &:nth-child(2) {
        transition: left .4s;
      }
      &:nth-child(3) {
        transition: left .6s;
      }
      &:nth-child(4) {
        transition: left .8s;
      }
    }
    &:hover {
      > div {
        left: 0;
      }
    }
  }

  
  &[data-effect='effectTwo'] {
    background-image: url('https://picsum.photos/240/160/?image=1043');
    > div {
      position: absolute;
      width: inherit;
      height: 40px;
      background-image: url('https://picsum.photos/240/160/?image=1015');
      transition : all .4s ;
      &:nth-child(1), 
      &:nth-child(3) {
        left : -100%;
      }
      &:nth-child(2), 
      &:nth-child(4) {
        left : 100%;
      }
    }
    &:hover {
      > div {
        left: 0;
      }
    }
  }
}
/* slide-part end */
.vibag-section{}
.class-circular{
  background-color: antiquewhite;
  padding: 60px 0;
}


.section-title {
  margin: auto;
  text-align: justify;
}
.section-title h2 {
  /* font-size: 1.5rem; */
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 56px;
  color: #00623E;
  font-weight: 900!important;
  padding-bottom: 18px;
}



/* .section-title h2:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 18px;
  width: 70px;
  height: 3px;
  background-color: #8BC34A;
} */

.list-part{

}
.list-part ul {}
.list-part ul li {
  font-size: 20px;
  line-height: 36px;
}
.list-part ul li:before {
  float: left;
  display: block;
  content: '\2605';
  color: #8BC34A;
  margin: 0 18px 0 0;
  font-size: 30px;
  /* line-height: 60px; */
}
.listing-two li:before {
  float: left;
  display: block;
  content: '\f2dc';
  color: #8BC34A;
  margin: 0 18px 0 0;
  font-size: 30px;
  /* line-height: 60px; */
}




/* .list-part ul{
  list-style-image: url("https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/82eb619d-9a12-4ef9-8d6d-3bae2b93b9a8/da6hce-84488159-e547-4596-9af3-156d2f797946.gif?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzgyZWI2MTlkLTlhMTItNGVmOS04ZDZkLTNiYWUyYjkzYjlhOFwvZGE2aGNlLTg0NDg4MTU5LWU1NDctNDU5Ni05YWYzLTE1NmQyZjc5Nzk0Ni5naWYifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6ZmlsZS5kb3dubG9hZCJdfQ.nczbvKiXcVx_lOxy1TqbJ8MzDwd9rrEscnvBJRpjpnA");
} */


@media (max-width: 991px){
  .academic-title h4 {
   
    font-size: 20px;
    line-height: 40px;
    
}
.bg-text p {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
}
.bg-text h2 {
  font-size: 30px;
 
}
.footer-row {
  position: relative;
  top: 102px !important;
  /* display: none !important; */
}
}



/* gallery */
.Gallery h2{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size:45px;
  color:#00623E;
  font-weight:800;
}

.Gallery img{
  border:2px solid #8BC34A;
  box-sizing: border-box;
  
 }
 
 .Gallery{
  box-sizing: border-box;
   padding:10px;
   /* background-color:#F4DEE1; */
 }

 .gallery{
  display:grid;
  grid-template-columns: repeat(auto-fit,minmax(250px, 1fr));
  grid-gap: 30px;
}
.gallery img{
  box-sizing: border-box;
max-width:100%;
}

.readmore {
  border-radius: 5px;
  border: 2px solid #F0C1A9;
  padding: 10px;
  color: #BF1E2E;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  transition:0.5s;
}
.readmore:hover {
  border-radius: 5px;
  border: 2px solid transparent;
  background-color:#F0C1A9;
  color: #BF1E2E;
}

.portion p {
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25%;
  left: 5%;
  /* content: ''; */
  width: 90%;
  height: 50%;
  background-color: rgba(9, 9, 9, 0.75);
  /* opacity: 0.5; */
  color: #8BC34A;
  font-weight: 500;
  border: 1px solid #8BC34A;
  transition: 0.9s;
  transform: scale(0.1);
}



/* .image-container {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 24px;
-moz-column-gap: 24px;
column-gap: 24px;
padding: 0 40px;
} */

.image-container div {
position: relative;
margin-bottom: 20px;
}

.portion:hover  p{
  visibility: visible;
  transform: scale(1);

  
}


/* .image-container{
  display: flex;
} */
.image-container img {
  box-sizing: border-box;
  height: 100px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
/* .img-1 img{

  height: 650px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.img-2 img{

  height: 800px!important;
  width: 100%;
  object-fit: cover;
  object-position: top;
} */


/* gallery end */


/* footer */
.map-part{
  height: 280px;
}
footer {
  background-color: honeydew;
}
.footer-row {
  position: relative;
  top: 237px;
  /* display: none !important; */
}
.footer-col{
  display: flex;
  align-items: center;
  justify-content: center;
}
footer ul{}
footer ul li{
  font-size: 20px;
  /* align-items: center;
  justify-content: center; */
}
footer ul li a {
  transition: 0.5s;
  color: #000;
  font-size: 20px;
  display: inline-block;
  margin: 5px auto;
  border-bottom: 2px solid transparent;
}
footer ul li a:hover {
  border-bottom: 2px solid #00623E;
  color: #00623E;
}

.left-part{

}
/* contact-us */

.contact-us{
  background-color: #8BC34A;
  padding: 20px 0;
  margin-top: 5%;
  display: flex;
  align-items: center;
  justify-content: center;


}
.contact-right{
  display: flex;
  align-items: center;
  justify-content: center;

}

.contact-right i {
  background-color: green !important;
  color: #fff!important;
  display: inline-block !important;
  padding: 8px !important;
  border-radius: 4px;
  margin-right: 1%;
}

.contact-right p {
  font-size: 20px;
  margin-top: 12px;
}

.social-contact{
       display: flex;
					align-items: center;
					justify-content: center;
}
/* contact-us end */




.footer-head {
  /* border-bottom: 2px solid #022E1F;
  border-width: 50px; */
  text-align: justify;
  transition: 0.5s;
  color: #000;
  font-size: 22px;
  display: inline-block;
  margin: 5px auto;
  font-weight: 700;
}
footer p{
  font-size: 12px;
}

/* social-part */
.social-part {
    align-items: center;
    justify-content: center;
}


.social-part a {
  text-decoration: none!important;
  color: #fff;
  margin: 5px;
  font-size: 15px;
  line-height: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.5s;
}

.ytb{ background-color: #FF0202;
  border: 2px solid transparent;}
.fb{ background-color: #0866FF;
  border: 2px solid transparent;

}
.ln{ background-color: #0077B5;
  border: 2px solid transparent;
}
.wts{ background-color: #0DC143;
  border: 2px solid transparent;
}

.ytb:hover{
  border: 2px solid #FF0202;
  color: #FF0202;
  background-color: #fff;
  border-radius:5px;
}
.fb:hover{
  border: 2px solid #0866FF;
  color: #0866FF;
  background-color: #fff;
  border-radius:5px;
}
.ln:hover{
  border: 2px solid #0077B5;
  color: #0077B5;
  background-color: #fff;
  border-radius:5px;
}
.wts:hover{
  border: 2px solid #0DC143;
  color: #0DC143;
  background-color: #fff;
  border-radius:5px;
}
/* social-part end*/
/* footer end */




 /* trying galler */
	

 .gallery-part h1 {
  font-size: 22px;
  color: #333;
  text-align: center;
  margin-bottom: 1.4rem;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}

.media {
  max-width: 300px;
  max-height: 200px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media img {
  max-width: 100%;
  height: auto;
 
}
.media a {
  

}

.layer {
	z-index: 1;
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 90%;
  background: #fff;
  color: #151e3f;
  transition: all 0.9s ease;
  p {
    transition: all 0.9s ease;
    transform: scale(0.1);
  }
}


/* portion */


/* portion end */

.gallery-part p {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
}

.media:hover .layer {
  opacity: 0.8;
  width: 90%;
  transition: all 0.5s ease;
  p {
    transform: scale(1);
    
    transition: all 0.9s ease;
  }
}

	 /* trying galler end */


   .home-gallery{
    max-width: 100%;
    height: 80vh;
    background-color: #000000;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/bg1.jpg);
    background-position: center;
    background-size: cover;
    color: #ffffff;
    padding: 1em;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .teacher-panel{
    /* background-color: #f1c40f; */
  }

  /* .teacher-panel h3::after {
    display: block;
    content: '';
    background-color: #8BC34A;
    position: relative;
    top: 0;
    left: 40%;
    width: 20%;
    height: 4px;
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
} */
  .teacher-panel h3 {
    font-weight: 600;
    padding: 15px 0;
}
  .teacher-panel img{
       width: 50%;
  }
  .teach-img{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  
  .teach-img h4 {
    color: #000;
    font-weight: 600;
    background-color: #8BC34A;
    padding: 10px 0;
}


/* try */
.section-title h3::after, .teacher-panel h3::after {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(../icon/2.png);
  background-repeat: no-repeat;
  background-position: center;
  position:relative;
  
}
.section-title h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(../icon/2.png);
  background-repeat: no-repeat;
  background-position:center;
  position:relative;
 
}
.about-title {
  position: relative;
}

.about-title h3{
  display: block;
  font-size: 28px;
  line-height: 56px;
  color: #00623E;
  font-weight: 900!important;
  
}
.about-title h3::after {
  position: absolute;
  content: '';
  left:0;
  top: 100%;
  width: 70px;
  height: 3px;
  background-color: #8BC34A;
}

/* try */

/* from external css style */
	
.uddesso {
  width: 100%;
  /* height: 100vh; */
  /* color: white; */
  background-image: url(../img/bg1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  /* margin-top: 8%; */
  min-height: 500px;
  padding: 25px 0;
  /* background-color: #D8C0C4; */
  padding: 64px 0;
}
.uddesso>.container {
  border-radius: 15px;
  padding: 44px 20px;
  box-sizing: border-box;
  background-color: #fff !important;
}
.uddesso h2 {
  font-weight: 500;
  font-size: 2rem;
}
.uddesso p{
  font-size: 22px;
}
.uddesso h3{
  color: #18623E;
    font-weight: 600;
}
.uddesso h2{
  color: #18623E;
    font-weight: 600;
}

/* .uddesso h3::after {
  display: block;
  content: '';
  width: 90px;
  height: 2px;
  background-color: #022E1F;
  Noor-e Moriom Chowdhury
} */


.uddesso ul{
 /* list-style:square; */
 list-style:none;
 

}
.uddesso ul li {
  font-size: 20px;
  margin: 10px 0;
}

.text-big{
    color:#00623E;
    font-weight: 700;
    /* font-size:2.3rem; */
}

.lokkyo>ul>li {
  line-height: 40px;
  font-size: 20px;
  margin-bottom: 14px;
}

.uddesso ul li {
 
  /* margin: 10px 0; */
}
.text-part{
  text-align :justify;
  line-height:30px;
}
/* from external css style end */

     
/* uddesso*/
/* about cover new design */
/* Scroll down for CSS Grid rules */





/* .article {
  height: 100%;
} */
.article{
  width: 100%;
  margin-bottom: 10%;
}

@media only screen and (min-width: 991px){

  .article-header{
    position: relative;
    top:80px;
  
  }
}
.about-image {
  background-image: url(../img/bg1.jpg);
  background-size: cover;

	max-width: 100%;
	/* height: 80vh; */
	background-size: cover;
	background-position: center center;

	padding-top: 40px;
  background-attachment: fixed;
}


.headline {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00623E;
  color: #9ACD32;
  padding: 0.75rem;
  text-align: center;
  box-shadow: 0 1.2em 0 0.75em;
}
.headline p {
  font-size: 1.25em;
}
.headline h1 {
  margin-top:10px;
  margin-bottom: 0.5em;
  font-size: 3em;
  /* font-size: 2em; */
 
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 3px 3px 0px #3e2723;
}

@media only screen and (max-width: 600px) and (min-width: 360px){
  .headline h1 {
    font-size: 2em;
  }
}


.byline {
  margin: 0 1rem 1rem 1rem;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  letter-spacing: -0.2px;
}

.article-text {
  margin: -1em auto;
  padding: 0.5em 1em;
  max-width: 620px;
  font-size: 1em;
  line-height: 1.25;
  color: #3e2723;
}

.first::first-letter {
  float: left;
  margin: 0 0.2em 0 0;
  color: saddlebrown;
  font-size: 4em;
  font-family: "Libre Baskerville", serif;
  font-weight: 600;
  text-shadow: 2px 2px 0px #3e2723;
}

/* CSS Grid starts here! */
.article-header {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  grid-template-rows: 2fr 1fr 1fr 1fr;
}

.image {
  grid-column: 1 / -1;
  grid-row: 1 / 3;
}
.headline {
  grid-column: 2 / 3;
  grid-row: 2 / 4;
  /* z-index: 100; */
}

/* about cover new design end */


/* contact-us start */
.contact-section-part{}
.name-title{
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #88C24E; */
}
.name-title h2{
  /* transform: rotate(-45deg) */

}

.contact-section {
  box-sizing: border-box!important;
  padding: 14px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact-section p {
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
.map-side{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* contact-us end */

/* syllabus */
@media screen and (min-width:991px) {
  
  .syllabus-tbl th, .syllabus-tbl td {
    color: #000;
    font-size: 22px;
  }
}
@media screen and (min-width:991px) {
  
  .routine-tbl th, .routine-tbl td {
    color: #000;
    font-size: 18px;
  }
}



thead>tr>td.sm-td{}
thead{}
thead>tr{}
thead>tr>td{}

.table{
 border-collapse: collapse;
  width: 100%;
  border: 1px solid #86C14F!important;
}
th,td{
  color:#000;
  text-align: center;
}
.table th{
 
  text-align: center;
  border: 1px solid #86C14F!important;
  font-weight: 600 !important;
  
}
.table td{
  border: 1px solid #86C14F!important;
}
table{
  
}

/* routine */





/* routine */
/* syllabus end */


.addmission-ttle{}
.addmission-ttle h3{
  font-weight: 600;
  color:#000;
}
.addmission-ttle p{
  /* text-align: justify; */
  font-size: 19px;
  color:#000;
}


/* new service and about*/

.orange {
  color: #FF7A01;
}



.about-me img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  max-width: 1300px;
  margin: 0px auto 0px auto;
  padding: 0px 40px;
}
@media (min-width: 1200px) and (max-width: 1441px) {
  .container {
    max-width: 1250px;
    padding: 0px 36px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0px 30px;
  }
}
@media (max-width: 479px) {
  .container {
    padding: 0px 30px 0px 20px;
  }
}

.about-me {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-me .about-me-container {
  position: relative;
}
@media (max-width: 960px) {
  .about-me .about-me-container {
    padding-bottom: 100px;
  }
}
.about-me .about-me-container .about-me-title {
  font-size: 55px;
  color: #066742;
  font-weight: 700;
}
@media (max-width: 500px) {
  .about-me .about-me-container .about-me-title {
    font-size: 30px;
  }
}

.about-me-flex-container {
  margin-top: -25px;
  margin-left: 150px;
  left: 100px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .about-me-flex-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    gap: 50px;
  }
}
@media (max-width: 500px) {
  .about-me-flex-container {
    margin-top: -10px;
  }
}
.about-me-flex-container .about-me-image {
  position: relative;
  width: 400px;
  height: 400px;
}
@media (max-width: 500px) {
  .about-me-flex-container .about-me-image {
    width: 300px;
    height: 300px;
  }
}
.about-me-flex-container .about-me-image .back-div {
    position: absolute;
    bottom: 0;
	right: 94px;
    z-index: -3;
    /* background-color: #066742; */
	border:10px solid #88C24E;
    width: 80%;
    height: 80%;
}
.about-me-flex-container .about-me-image .black-image {
  z-index: -2;
  position: absolute;
  left: 10px;
  bottom: 10px;
  height: 100%;
}
.about-me-flex-container .about-me-image .black-image img {
  height: 100%;
}
.about-me-flex-container .about-me-image .main-image {
  width: 70%;
  height: 70%;
  overflow: hidden;
  position: absolute;
  left: 25%;
  top: 5%;
  box-shadow: rgb(0, 0, 0) 0px 7px 50px 0px;
  transition: all 0.2s ease-out;
}
.about-me-flex-container .about-me-image .main-image:hover {
  transform-origin: top center;
  transform: scale(1.5);
  border-radius: 25px;
}
.about-me-flex-container .about-me-image .main-image img {
  transform-origin: center center;
  transform: scale(2);
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-out;
}
.about-me-flex-container .about-me-image .main-image img:hover {
  transform: scale(1);
}
.about-me-flex-container .about-me-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  flex: 0 0 40%;
}
@media (max-width: 960px) {
  .about-me-flex-container .about-me-content {
    flex-direction: row-reverse;
  }
}
.about-me-flex-container .about-me-content .logo {
  max-width: 200px;
}
.about-me-flex-container .about-me-content .logo img {
  filter: drop-shadow(0 0 25px rgb(0, 0, 0));
}
@media (max-width: 500px) {
  .about-me-flex-container .about-me-content .logo img {
    transform: rotateZ(90deg);
  }
}
.about-me-flex-container .about-me-content .text {
  /* color: #87A4B6; */
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 500px) {
  .about-me-flex-container .about-me-content .text {
    font-size: 16px;
  }
}




/* about end */


/* service  */
p,a,h1,h2,h3,h4,h5,h6,ul,li {
	margin: 0;
	padding: 0;
}


.section-services {
	
	background-color: #e6edf7;
	color: #202020;
	padding-top: 115px;
    padding-bottom: 120px;
}

.section-services .header-section {
	margin-bottom: 34px;
}

.section-services .header-section .title {
	color: #066742 !important;
	position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
	font-weight: 700;
    font-size: 32px;
}

.section-services .header-section .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #8BC34A;
    border-radius: 3px;
}
.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #022E1F;
    border-radius: 3px;
}

.section-services .header-section .description {
	font-size: 14px;
    color: #282828;
}

.section-services .single-service {
	height: 230px;
	text-align: center;
    position: relative;
    margin-top: 30px;
    /* background-color: #8BC34A; */
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
}


.section-services .single-service .content {
	position: relative;
	z-index: 20;
}


.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #00623E;
    border: 6px solid #DEB887;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}
.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}



.section-services .single-service .title {
    margin-bottom: 18px;
	font-weight: 700;
    font-size: 23px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
	color: #fff;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service a {
	position: relative;
	font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}

.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #ff4500;
	transition: background-color .3s;
}

.section-services .single-service:hover a:after {
	background-color: #fff;
}

.content-img{
	display: inline-block;
    margin-bottom: 26px;
    width: 20%;
    height: auto;
    background-color: #022E1F;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;

}
.section-services .single-service:hover .content-img {
	background-color: #fff;
	
}
.content-img img{
	width:78%;
}

/* :nth-child(2){
	background-color: #000!important;
} */
.content:last-child {
  background: yellow;
}
/* new service and about end */


.exam-marks{
  
}
.marks{
  text-align: justify;
}
.exam-marks p,.exam-marks h3{
   color:#000;
}


.department{
  /* background-color:  #7DBE5A;
  background-size: 400% 400%;
  animation: gradient 10s ease infinite; */
}
.dept {

max-width: 1140px;
width: 100%;
margin: 0 auto;
padding: 3rem 0;
min-height: 100vh;
display: grid;
place-items: center;
}

/*==================== SERVICE CARD ====================*/
.card__container {
display: flex;
flex-wrap: wrap;
gap: 60px;
justify-content: center;
width: 100%;
max-width: 90%;
margin: auto;
padding: 60px 0;
}
.card__bx {
--dark-color: #000;
--dark-alt-color: #777777;
--white-color: #ffffff;
--button-color: #333333;
--transition: 0.5s ease-in-out;

font-family: inherit;
height: 350px;
width: 300px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
background:#fff;
transition: 0.5s ease-in-out;
}
.card__bx::before,
.card__bx::after {
content: "";
position: absolute;
z-index: -1;
transition: 0.5s ease-in-out;
}
.card__bx::before {
inset: -10px 50px;
border-top: 4px solid var(--clr);
transform: skewY(15deg);
border-bottom: 4px solid var(--clr);
}
.card__bx:hover::before {
inset: -10px 40px;
transform: skewY(0deg);
}
.card__bx::after {
inset: 60px -10px;
border-left: 4px solid var(--clr);
transform: skew(15deg);
border-right: 4px solid var(--clr);
}
.card__bx:hover::after {
inset: 40px -10px;
transform: skew(0deg);
}
.card__bx .card__data {
position: relative;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 30px;
text-align: center;
padding: 0 20px;
height: 100%;
width: 100%;
overflow: hidden;
}
.card__bx .card__data .card__icon {
height: 80px;
width: 80px;
display: flex;
justify-content: center;
align-items: center;
font-size: 3rem;
color: var(--text-color);
background-color: #000;
transition: 0.5s ease-in-out;
}
.card__bx .card__data .card__icon {
color: var(--clr);
box-shadow: 0 0 0 4px #000, 0 0 0 6px var(--clr);
}
.card__bx:hover .card__data .card__icon {
color: #000;
background-color: var(--clr);
box-shadow: 0 0 0 4px #000, 0 0 0 300px var(--clr);
}
.card__bx .card__data .card__content {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 10px;
}
.card__bx .card__data h3 {
font-size: 1.5rem;
font-weight: 500;
color: var(--white-color);
transition: 0.5s ease-in-out;
}
.card__bx:hover .card__data h3 {
color: #000;
transition: 0.5s ease-in-out;
}
.card__bx .card__data p {
font-size: 0.9rem;
color: var(--dark-alt-color);
transition: 0.5s ease-in-out;
}
.card__bx:hover .card__data p {
color: #000;
transition: 0.5s ease-in-out;
}
.card__bx .card__data a {
position: relative;
display: inline-flex;
padding: 8px 15px;
text-decoration: none;
font-weight: 500;
margin-top: 10px;
border: 2px solid var(--clr);
color: #000;
background-color: var(--clr);
transition: 0.5s ease-in-out;
}
.card__bx:hover .card__data a {
color: var(--clr);
background-color: #000;
}
.card__bx:hover .card__data a:hover {
border-color: #000;
color: #000;
background-color: var(--clr);
}

   /* service end */