@import url('fonts/fonts.css');

.header-left img{
	width: auto;
  height: 100px;
  padding: 10px 0;
}

.dropdown-toggle::after {
  font-family: "Ionicons";
  content: '\f3d0';
  border: none;
  vertical-align: middle;
}

.inner-header {
  width: 100%;
  float: left;
  padding-top: 170px;
  padding-bottom: 70px;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
  background: url("../images/inr-header-img.png") no-repeat bottom center;
    background-size: 100% auto;

  position: relative;
  overflow: hidden;
}

.inner-header h1 {
  color: #fff;
text-transform: capitalize;
font-size: 50px;
font-weight: 600;
margin:0; 
}

.breadcrums {
  width: 100%;
  float: left;

}

.breadcrums ul {
  width: auto;
  display: inline-block;
  border-top: rgba(255,255,255, 0.3) solid thin;
  border-bottom: rgba(255,255,255, 0.3) solid thin;
  padding: 10px 0;

}

.breadcrums li {
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding: 0 10px;
  border-right: dotted thin #fff;
}

.breadcrums li a {
  color: rgba(255,255,255, 0.8) ;
  display: block;
}

.breadcrums li:last-child{
	border:none; 
}

.breadcrums li a.active {
  color: #fff;
  font-weight: 500;
}

section{
	width: 100%;
	float: left;
}

.content-section {
  margin-bottom: 80px;
}
.section-middle-img{
	width: 100%;
	margin:20px 0;
}

.logo-col .logo-img img{
	height:100px;
	width:100%;
	object-fit:contain;
	object-position:center;
	aspect-ratio:3/2;
}

.logo-col .logo-img {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:#ccc solid thin;
}

.logo-col{
	padding:40px 30px;
	transition:all 0.4s ease;
}

.logo-col:hover{
	box-shadow:0 0 20px 0 rgba(0,0,0,0.05);
}

.pricing-inr-row{
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-start;
	padding:20px;
	border:#ccc solid thin;
	border-radius:5px;
	transition:all 0.4s ease;
	border-left: #060a3d solid 5px;
}

.pricing-inr-row:not(:last-child){
	margin-bottom:30px;
}

.pricing-inr-row:hover{
	border-color:#338db2;
	box-shadow:0 0 20px 0 rgba(0,0,0,0.05);
}

.pricing-header{
		display:flex;
		justify-content:space-between;
		align-items:center;
		width:100%;
}

.price-show{
		display:flex;
		justify-content:flex-start;
		align-items:flex-start;
}

.price-col{
	text-align:right;
}

.price-col span{
		color:#060a3d;
		line-height:mormal;
		font-size:15px;
}


.price-col span.gst{
		color:#aaa;
		font-size:13px;
}

.pricing-header h3{
	color:#060a3d;
	font-size:30px;
}

.price-amnt{
	font-family: 'Bebas Neue', sans-serif;
	color:#338db2;
	font-weight:bold;
	font-size:35px;
	margin-bottom:0;
	line-height:40px;
}

.price-col:not(:last-child){
	padding-right:20px;
	margin-right:20px;
	border-right:#ccc solid thin;
}

.pricing-body{
	margin-top:10px;
	padding-top:10px;
	border-top:#ccc solid thin;
	width:100%;
}

.pricing-body ul{
	margin:0;
	padding:0;
	list-style:none;
	 display:flex;
	 flex-wrap:wrap;
	 align-items:flex-start;
	 justify-content:flex-start;
	 gap:5px;
}

.pricing-body ul li{
	position:relative;
	padding-left:20px;
	box-sizing:border-box;
	width:31%;
	font-size:15px;
}

.pricing-body ul li::before{
	content:'\f375';
	font-family:"Ionicons";
	position:absolute;
	left:0;
	color:#338db2;
	display:block;
	font-size:18px;
	top:-2px;
}


.text-justify{
	text-align: justify;
}


h2.heading-inr{
	background: #f5f5f5;
	border-left: #338db2 solid 5px;
	padding: 5px;
	padding-left: 15px;
	color: #060a3d;
}

p{
	text-align: justify;
  font-size: 15px;
  line-height: 27px;
}

.accordion-flush .accordion-item .accordion-button {
  font-size: 24px;
  }



  .courts-list-row{
  	width: 100%;
  	display: block;
  	margin-bottom: 20px;
  }

  .list-of-year{
  	display: flex;
  	flex-wrap: wrap;
  	align-items: flex-start;
  	gap:10px; 
  	border: #ccc solid thin;
  	padding: 10px;
  	 	border-top: transparent;
  }

    .list-of-year a{
    	padding: 5px 10px;
    	color: #060a3d;
    	border: #ccc solid thin;
    	border-radius: 5px;
    	transition: all 0.4s ease;

    }

     .list-of-year a:hover{
     	background: #338db2;
     	color: #fff;
     	border-color: #338db2;
     }

     .courts-list-row h2.heading-inr{
     	margin-bottom: 0 !important;
     	border-top: #ccc solid thin;
     	border-right: #ccc solid thin;
     }

     .cntct-row a{
     	color: #060a3d;
   }

    .cntct-row a:hover{
     	color: var(--primary-color);
   }

   .map {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.map iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 10px;
}

.judgmnlst .row:hover a.head-link {
  background: none;
  color: #060a3d;
}

.para-row:not(:last-child){
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: #ccc solid thin;
}

.text-link{
	color: #338db2;
	text-decoration: underline;
}

.text-link:hover{
	color: #060a3d;;
	text-decoration: underline;
}

.para-row ul li:not(:last-child){
	margin-bottom: 10px;
}

.servbxwrp p{
	text-align: left;
}

.midblushad{
	background-size:100% auto;
}
.judgecar .owl-nav{
	right:10%;
}

.devicdvwrp{
	width:800px;
}

.devicdvwrp .deskcar{
	width:572px;
}
.devicdvwrp .deskcar{
	top:35px;
}

.devicdvwrp .mobdevice {
  
  top: 121px;
  width: 329px;

}

.devicdvwrp .mobdevice .mbcar{
	top: 10px;
  width: 150px;
  height: 92%;border-radius: 15px;
}

.stick-top{
	position: sticky;
	top: 0;
}

.judgmnlst .row .row{
	border: none !important;
	padding:0 !important;
	box-shadow: 0 !important; 
}

.header  .encyclo-header{
	padding: 13px 20px;	
}

.header  .encyclo-header .header-right img{
	height: 40px;
}

.header  .encyclo-header .header-right{
	display: flex;
	align-items: center;
	gap:20px;	
}

.table th{
	background: #060a3d;
	color: #fff;
}

.inner-header-2 h1 {
  color: #fff;
  text-transform: capitalize;
  font-size: 50px;
}

.inner-header-2 {
  padding-top: 130px;
  padding-bottom: 50px;
  }

  .vs-main{
  	display: flex;
  	justify-content: center;
  	align-items: center;

  }

  .vs-col{
  	font-family: 'Bebas Neue', sans-serif;
  	font-size: 35px;
  	font-weight: bold;
  	position: relative;
  	z-index: 0;
  }

   .vs-col::before{
   	width: 100%;
   	height: 2px;
   	background: #ccc;
   	position: absolute;
   	top: 0;
   	bottom: 0;
   	left: 0;
   	margin: auto;
   	content: "";
   }

    .vs-col span{
    	display: inline-block;
    	background: #fff;
    	padding: 0 10px;
    	position: relative;
    	z-index: 3;
    }

    .client-col{
    	font-size: 18px;
    	text-align: left;
    }

  .client-col span{
  	display: block;
  	color: #666;
  	font-size:15px;
  }

  .client-col-start{
  	text-align: right;
  }

  .links-text a{
  	text-decoration: underline;
  }

  
  /* chat css start */
  
  .top-chat{
	  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  border: #e5e5e5 solid thin;
  border-radius: 10px;
    margin:auto;
  margin-top:30px;
  width:1024px;
  max-width:100%;

  
  }
  
  
  .chat-heading{
	  display:flex;
	  align-items:center;
	  justify-content:flex-start;
	  gap:10px;
	  border-bottom:#ccc solid thin;
	  margin-bottom:10px;
  }
  
  .chat-heading h3{
	  margin:0;
	  font-size:30px;
	  border:none;
	  
  }
  
  .chat-highlight{
		color:#060a3d;
		border:#060a3d solid thin;
		padding:2px 5px;
		border-radius:30px;
		font-size:12px;
  }
  
  .chat-input-btn{
	  position:relative;
	  align-items:center;
	  display:flex;
	  width:100%;
  }
  
  .chat-input-btn input{
	  width:100%;
	  padding:10px;
	  border-radius:5px;
	  border:#ccc solid thin;
	  padding-right:60px;
  }
  
  .chat-input-btn button{
	  width:45px;
	  height:45px;
	  background:#338db2;
	  color:#fff;
	  border:none;
	  border-radius:5px;
	  font-size:20px;
	  position:absolute;
	  right:0px;
	  top:0;
	  bottom:0;
	  margin:auto;
  }
  
  .chat-input-btn button:hover{
	  background:#060a3d;
	  
  }
  
  
  /* chat css end */

.cntct-top-dtl{
 line-height: 15px;
}

.hero-section{
  margin-bottom: 80px;
}

.inr-hero-section{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.right-section{
  width: 60%;
}

.right-section img{
  min-height: 60vh;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

.left-section{
  width: 40%;
  display: flex;
  padding: 150px 0 100px;
 
  justify-content: center;
  flex-direction: column;
  background: var(--secondary-color);
  position: relative;
  padding-left: 23%;z-index: 1;
}

.left-section::after{
  width: 200px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: -190px;
  background: var(--secondary-color);
  border-bottom-right-radius: 150px;
  z-index: -1;
}

.pre-title{
  position: relative;
  color: var(--secondary-color);
  font-size: 14px;
  padding-left: 40px;
  display: none;
}




.hero-section .pre-title{
  color: #fff;
}

.pre-title::before{
  width: 30px;
  height: 2px;
  background: var(--green-color);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.title-center .pre-title::after{
  width: 30px;
  height: 2px;
  background: var(--green-color);
  content: "";
  position: absolute;
 right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.title-center .pre-title{
  padding-right: 40px;
}

.hero-section h1{
  font-size:45px;
  font-family: var(--primary-font);
  color: var(--green-color);
}

.hero-section h4{
  font-size:35px;
  font-weight: 600;
  font-family: var(--primary-font);
  color: #fff;
}

.btn{
  padding: 7px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 14px;
  transition: all 0.4s ease;
}

.btn-primary{
  background: var(--green-color);
  color: var(--secondary-color);
  border-color: var(--green-color);
}

.btn-primary:hover{
  background: var(--secondary-color);
  color: #FFF;
  border-color: var(--secondary-color);
}

.hero-section .btn-primary:hover{
  background: var(--primary-color);
  color: #FFF;
  border-color: var(--primary-color);
}

.btn-white-outline{
  background: none;
  border-color: #fff;
  color: #fff;
}

.btn-white-outline:hover{
  background: #fff;
  color: var(--secondary-color);
}

.title{
  width: 100%;
  margin-bottom: 30px;
}

.title h2{
  font-size: 35px;
  color: var(--royal-blue);
  font-weight: 800;
}

.title h2 span{
  color: var(--royal-blue);
}

.venture-section{
  
  
  position: relative;
  z-index: 1;
}

.venture-section::before{
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/venture-bg.png) repeat-x bottom center;
  position: absolute;
  background-size: auto 100%;
  z-index: -1;
  border-bottom-right-radius: 150px;
}

.venture-section::after{
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  content: "";
  background: var(--secondary-color);
  position: absolute;
  z-index: -2;
}

.venture-logos{
  flex-wrap: wrap;
}

.logo-col{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-col img{

  height:90px;
  max-width: 100%;
  object-position: center;
  object-fit: contain;
}

.facts-section{
  background: var(--secondary-color);
  padding: 40px 0;

}


.venture-section{
  margin-bottom: 0;
}

.facts-section h3, .facts-section .secondary-text{
  text-align: center;
}

.facts-section h3{
  color: var(--green-color);
  font-size: 35px;
  font-weight: 700;
  margin:0;
}

.facts-section .secondary-text {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

.title-center{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.services-section{
  padding: 80px 0; 
  position: relative;
  z-index: 1;

}

.services-section-radius{
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top-left-radius: 150px;
   border-bottom-left-radius: 150px;
   background: #fff;
}

.services-section::after{
  top :0;
  left: 0;
  width: 150px;
  height: 150px;
  content: "";
  background: var(--secondary-color);
  position: absolute;
  z-index: -2;
}

.services-section::before{
 bottom :0;
  left: 0;
  width: 150px;
  height: 150px;
  content: "";
  background:#f5f5f5;
  position: absolute;
  z-index: -2;

}

.service-thumb{
  width: 100%;
  position: relative;
  overflow:hidden;
  border-bottom-right-radius: 100px;

}

.serive-dtl{
  padding: 15px;
}

.serive-dtl h3{
  font-size: 23px;
  color: var(--secondary-color);
  margin-bottom: 20px;
  font-weight: 500;
}

.service-btn{

  text-transform: uppercase;
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 14px;
  transition: all 0.4s ease;
  position: relative;
  color: var(--secondary-color);
  width: 100%;
  display: flex;
  z-index: 1;
}

.service-btn:hover{
  color: var(--green-color);
}

.service-btn span{
  padding-right: 15px;
  background: #fff;
  position: relative;
  display: block;
  z-index: 2;
} 

.service-btn::after{
  width: 100%;
  height: 2px;
  background: var(--green-color);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin:auto;
  content: "";
  z-index: 0;
  transition: all 0.4s ease;
  }

.service-btn:hover::after{
  width: 50%;
}

.career-section{
  background: #f5f5f5;
  padding: 50px 0;
  display: none;
}

.career-img{
  position: relative;
  overflow: hidden;
  width: 80%;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}

.career-img img{
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
}

.career-points h4{
  font-weight: 600;
  margin-bottom: 0;
}

.career-points h4 span{
  font-weight: 700;
}

.career-points p{
  padding-left: 40px;
}

.career-point-row{
  margin-bottom:30px;
}

.testimonsec .owl-nav .owl-next, .testimonsec .owl-nav .owl-prev{
  color: #fff !important;
  font-size: 20px !important;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  background-color: var(--green-color) !important;

}
.owl-nav .owl-prev i, .owl-nav .owl-next i{

color: var(--secondary-color) !important;
}

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover  {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
}

.owl-nav .owl-prev:hover i, .owl-nav .owl-next:hover i{

  color: #fff !important;
}

.blog-date{
  color: var(--primary-color);
}

.blog-dtl h3{
  font-size: 21px;
  font-weight: 500;
  color: var(--secondary-color);
}

.text-link{
  font-family: var(--primary-font);
  font-weight: 500;
  color: var(--secondary-color);
  font-size:14px;
  text-transform: uppercase;
  text-decoration: underline;
}

.text-link:hover{
  color: var(--green-color);
}

.blog-img a{
  display: block;
  position: relative;
}

.blog-img a::after{
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/blog-thumb-btm.png) repeat-x bottom left;
}

.blog-dtl{
  padding: 0 10px 10px;
  position: relative;
}

.blog-col .blog-dtl{
  margin-top: -25px;
}


.cntct-row h4{
	font-size:18px;
}

.ventures-page-logo .logo-col{
	width:33.33%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	padding:20px;
	margin-bottom:15px;
}

.ventures-page-logo .logo-col h3{
	font-size:16px;
	text-align:center;
	padding:10px ;
	padding-top:15px;
	margin-top:15px;
	border-top:#ccc solid thin;
	width:100%;
	color:#000;
	font-weight:500;
}

.ventures-page-logo .logo-col img{
	transition:all 0.4s ease;
}

.ventures-page-logo .logo-col:hover img{
	transform:scale(1.05);
}


.ventures-page-logo .logo-col:hover h3{
	color:var(--primary-color);
}

.venture-header{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	
	width:750px;
	margin:auto;
	margin-bottom:50px;
	max-width:100%;
}

.venture-single-logo{
	width:50%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}

.venture-single-logo img{
	height:130px;
	object-fit:contain;
	object-position:center;
	max-width:80%;
}
.venture-highlight-point{
	width:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	border-left:#ccc solid thin;
	padding-left:30px;
}

.venture-highlight-point h2{
	color:var(--royal-blue);
	font-size:23px;
	position:relative;
	z-index:1;
}

.venture-highlight-point h2::before{
	content:'';
	position:relative;
	background:url(../images/quote.png) no-repeat center;
	background-size:100% 100%;
	width:80px;
	height:80px;
	color:#ccc;
	position:absolute;
	z-index:-1;
	font-size:100px;
	top:-40px;
	opacity:0.1;
	
}

.venture-texts, .blog-details{
	width:700px;
	margin:auto;
	max-width:100%;
	margin-top:20px;
}

.blog-details{
	margin-top:0;
}

.venture-texts img{
	margin-bottom:30px;
}

.venture-texts h3{
	color:#ff0000;
	font-size:18px;
	margin-top:30px;
	border-bottom:#ccc solid thin;
	padding-bottom:15px;
	position:relative;
}

.venture-texts h3::after{
	position:absolute;
	width:100px;
	height:3px;
	background:var(--green-color);
	content:"";
	left:0;
	bottom:0;
}

.pv-logo{
	padding:20px 30px;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	position:sticky;
	top:0;
}

.pv-logo img{
	max-width:80%;
}

.prof-venture p{
	padding:0 50px;
	margin:10px 0;
}

.prof-ven-dtl{
	align-items:center;
	
}

.prof-ven-dtl:not(:last-child){
	border-bottom:#ccc solid thin;
}

.KeySkill-section{
	background: url(../images/skill-bg.png) no-repeat center fixed;
	background-size:cover;
	position:relative;
	z-index:1;
	padding:80px 0 60px; 
	margin-bottom:80px;
	display: none;
}
.KeySkill-section::before{
	position:absolute;
	top:0;
	left:0;
	content:"";
	width:100%;
	height:100%;
	background:rgba(6,10,61,0.7);
	z-index:-1;
}

.skill-icon{
	width:100%;
	text-align:center;
}
.skill-icon img{
	height:100px;
	margin-bottom:15px;
	width:auto;
	max-width:100%;
}

.KeySkill-section h5{
	text-align:center;
	color:#fff;
}

.vent-icon-col{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}

.vent-icon-col p{
	text-align:center;
}

.ven-inr-icon img{
	height:80px;
}
.ven-inr-icon {
	margin-bottom:10px;
}

.service-img{
	width:100%;
	margin:15px 0;
	height:400px;
	object-fit:cover;
	object-position:center;
	max-width:100%;
}

aside{
	position:sticky;
	top:20px;
}

aside h4{
	font-size:21px;
	color:var(--secondary-color);
	margin-bottom:20px;
	border-bottom:var(--green-color) solid thin;
	padding-bottom:20px;

}
aside ul {
	margin:0;
	padding:0;
	list-style:none;
}

aside ul li a{
	display:block;
	background:#f5f5f5;
	color:var(--secondary-color);
	padding:10px; 
	margin-bottom:5px;
	border-left:transparent solid 5px;
	font-size:15px;
}
aside ul li a:hover{

	background:var(--primary-color);
	color:#fff;
}

aside ul li a.active{
	background:var(--primary-color);
	color:#fff;
	border-left-color:var(--green-color);
	font-weight:600;
}

.blog-img{
	width:100%;
	margin:15px 0 25px;
}

.blog-details ul{
	margin:0 0 20px;
	padding:0;
	list-style:none;
	font-size:15px;
}

.blog-details ul li{
	position:relative;
	padding-left:30px;
	margin-bottom:8px;
}

.blog-details ul li::before{
	content:'\f120';
	font-family:"Ionicons";
	display:block;
	left:0;
	color:var(--primary-color);
	position:absolute;
	left:0;
	font-size:20px;
	top:-2px;
    
}

.professional-section{
    margin-top: 30px;
}

.vis-mis p{
    text-align: center;
}


#portfolio {  
    margin: 1rem 0;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}


.tile { 
display: none;
}
.scale-anm {
    margin: 0 0 1.125rem;
    width: 100%; 
    position: relative;
    background: var(--primary-color);
    overflow: hidden;
}

.scale-anm img, .scale-anm video{
  transition: all 0.4s ease;
}
.tile img {
    max-width: 100%; 
    height: auto;
    display: block; 
      width: 100%;
}

.scale-anm video{
  width: 100%;
  height: 300px;
}

.gallery-section .toolbar{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:10px;
}

.gallery-section .toolbar button{
  padding:10px 25px;
  background: #e5e5e5;
  color: #666;
  border-radius: 30px; 
  outline: 0;
  box-shadow: none !important;
}

.gallery-section .toolbar button:hover{
  color: var(--primary-color);
}

.gallery-section .toolbar button.active{
  background:var(--green-color) !important;
  color: #000 !important;
}

.gallery-title{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding:5px 10px;
  background: rgba(0,0,0,0.8); 
}

.gallery-title h3{
  margin-bottom: 5px;
  font-size: 17px;
}

.gallery-title .secondary-text{
  color: #fff;
}

.expand-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  background: rgba(0,0,0,0.8);
  opacity: 0;
  transform: scale(1.2);
}

.scale-anm:hover .expand-content {
  opacity: 1;
  transform: scale(1);
}


@media (max-width: 1024px){
    #portfolio {  
      margin: 1rem 0;
      -webkit-column-count: 2; 
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 1rem;
      -moz-column-gap: 1rem;
      column-gap: 1rem;
      -webkit-column-width: 50%;
      -moz-column-width: 50%;
      column-width: 50%;
  }
}

@media (max-width: 767px){
    #portfolio {  
      margin: 1rem 0;
      -webkit-column-count: 1; 
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 1rem;
      -moz-column-gap: 1rem;
      column-gap: 1rem;
      -webkit-column-width: 100%;
      -moz-column-width: 100%;
      column-width: 100%;
  }
}
