@font-face {
  font-family: "PatuaOne-Regular";
  src: url("/../Font/PatuaOne-Regular.eot?#iefix") format("embedded-opentype"), 
  	   url("/../Font/PatuaOne-Regular.woff") format("woff"),
	   url("/../Font/PatuaOne-Regular.ttf")  format("truetype"),
	   url("/../Font/PatuaOne-Regular.svg#PatuaOne-Regular") format("svg");
}
@font-face {
  font-family: "CreteRound-Regular";
  src: url('/../Font/CreteRound-Regular.eot?#iefix') format('embedded-opentype'),
       url('/../Font/CreteRound-Regular.woff') format('woff'),
	   url('/../Font/CreteRound-Regular.ttf')  format('truetype'),
	   url('/../Font/CreteRound-Regular.svg#CreteRound-Regular') format('svg');
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('/../Font/Roboto-Medium.eot?#iefix') format('embedded-opentype'), 
  url('/../Font/Roboto-Medium.woff') format('woff'), 
  url('/../Font/Roboto-Medium.ttf')  format('truetype'),
  url('/../Font/Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('/../Font/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
  url('/../Font/Roboto-Bold.woff') format('woff'),
  url('/../Font/Roboto-Bold.ttf')  format('truetype'),
  url('/../Font/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
 @font-face {
  font-family: 'FontAwesome';
  src: url('https://use.fontawesome.com/releases/v5.0.6/css/all.css'); 
}
body {
  font-family: 'Roboto-Medium';
  margin:0%!important;
  padding:0%!important;
  overflow-y: scroll;
  overflow-x: hidden;
}
a{
color:white;
}
a:hover {
color:#FF0000;
}
h2{
font-family: "CreteRound-Regular";
}

h3 {
display:inline-block;
font-family: "CreteRound-Regular";
padding-top:2%;
padding-bottom:2%;
font-weight:bold;
border-bottom:solid 2px #3a3a85;
}
h6{
font-family: "CreteRound-Regular";
font-size:12px;
}
.active {
  color:#48ac3c;
}
 button{
    color:#FFFFFF!important;
    background:#035aa6!important;
    border:solid #FFFFFF 2px!important;
    border-radius:25px!important;
}
button:hover,
button:active,
button:focus,
button:visited{
    background:#FFFFFF!important;
    border:#035aa6 solid 2px!important;
    box-shadow: 0 0 6px #3a3a85!important;
    color:#035aa6!important;
    -webkit-border-color:#035aa6 solid 2px!important;
      -moz-border-color:#035aa6!important;
      -moz-border-color:#035aa6!important;
       -khtml-border-color:#035aa6!important;
    -webkit-border-radius: 25px!important;
    -khtml-border-radius: 25px!important;    
    -moz-border-radius: 25px!important;
    border-radius: 25px!important;
}

.getintouch, #aboutus_page,#OurSolutions{
    text-align:center;
    color:#3a3a85;
    padding:2%;
}
#Product_page, #Clientspage{
text-align:center;
color:#3a3a85;
}
/*--------------------TOP Wrapper--------------------*/
.TopWrapper{
height:5%;
display:block;
font-family: "CreteRound-Regular";
background-color:#035aa6;
text-align:right;
}

.TopWrapper a{
padding:2%;
text-align::right;
color:#FFFFFF;
}
.TopWrapper a:hover {
text-decoration:none;
color:#FFFFFF;
}
.TopWrapper a i{
padding-right:0.5%;
}
/*--------------------Logo Starts--------------------*/
img {
width:100%;
}
.button{
margin:auto;
display:block;
text-align:center;
}

@media only screen and (max-width: 600px) {
#Catelog{
display:none;
}

}
/*--------------------Logo Ends--------------------*/
/*--------------------Navigation Starts--------------------*/
.navbar{
    background:#035aa6;
    font-family: "CreteRound-Regular";
}
.navbar .navbar-toggler {
 background-color:#FFFFFF !important;
}
.navbar .navbar-toggler span{
    display:block;
    margin-bottom:5px;
    margin-top:5px;
    background-color:#3a3a85!important;
    height:2px;
}
.navbar.scrolled {
  background-color: #fff !important;
}
.navbar .scrolled .navbar-toggler span{
    display:block;
    margin-bottom:5px;
    margin-top:5px;
    background-color:#fff!important;
    height:2px;
}
.nav-item{
    margin-left:15px;
    margin-right:15px;
}
.nav-link{
    color:#FFFFFF;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
    padding:5px;
    position: relative;
    height:50px;
    font-size: 20px;
}
.nav-link i{
    display:inline-block;
    width:35px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 20px;
}

.navbar li a:hover{
    color:#3a3a85;
    border:#FFFFFF solid 1px;
    border-radius:25px;
    background:#FFFFFF;
}

.navbar li button{
    color:#3a3a85!important;
    background-color:#FFFFFF!important;
    border:solid #3a3a85 2px!important;
    border-radius:25px;
}
.navbar li button:hover{
    background:#035aa6!important;
    border:#FFFFFF solid 2px!important;
    color:#FFFFFF!important;
}
.navbar h3{
    font-size:larger;
    padding:2%;
    border-bottom:solid #3a3a85 2px;

}
.navbar .dropdown:hover .dropdown-menu {
    display:block;
    width:100%;
}
.navbar .dropdown-item{
    display:block;
    text-align:left;
    font-size:large;  
    padding:2px; 
}
.navbar.scrolled .nav-link {
      color:#3a3a85 !important;
}

.navbar.scrolled li a:hover{
    color:#FFFFFF!important;
    border:#035aa6 solid 1px;
    border-radius:25px;
    background:#035aa6;
}

.navbar.scrolled .dropdown-item:hover {
     color:#FFFFFF!important;
    font-weight:bold;
    border:none;
    border-radius:25px;
    background:#035aa6;
}
.navbar .dropdown-menu .row {
    width:100%;
}
@media only screen and (max-width: 600px) {
 .navbar .dropdown:hover .dropdown-menu {
    display:block;
    width:100%;
}
  .navbar .dropdown-item{
      word-wrap: break-word!important;
      font:inherit;
  }
    .navbar .dropdown-menu .row{
        width:100%;
        display:block;
    }
}
/*--------------------Navigation Ends--------------------*/
#OurSolutions{
background:#035aa6;
    font-family: "CreteRound-Regular";
}

#OurSolutions h3{
    text-align:center;
    align-items:center;
    color:#FFFFFF;
    border-bottom:solid 2px white;
}
#OurSolutions .card {
    margin-bottom:10%;
}
#OurSolutions .card:hover {            
    box-shadow: 0 5px 6px #eee;
}
#OurSolutions .card-img{
    display:flex;
    height:350px;
    border:solid 0px #3a3a85;
    text-align:center;
    justify-content: center;
    align-items:center;
    align-content:center;
    vertical-align:middle;
}
#OurSolutions img{
    display:block;
    max-width:100%;
    max-height:100%;
}
        
#OurSolutions .card-title a{
    font-size:x-large;
    font-weight:bold;
    color:#FF0000;
}
#OurSolutions .card-title a:hover{
    font-size:x-large;
    font-weight:bold;
    color:#3a3a85;
    text-decoration:none;
}
#OurSolutions .card-text {
    font-size:large;
}
    #OurSolutions .card-footer {
    font-size:large;
    font-weight:bold;
}



#about h2{
padding-top:3%;
font-family: "CreteRound-Regular";
font-size:xx-large;
font-weight:bolder;
text-align:center;
}

#about p{
padding:5%;
text-align:justify;
font-size:larger;
}

#about .col-sm-6 p::first-letter {
  font-size: 200%;
}

.testimonial-section2{
  /*height: 600px;*/
  position: relative;
  background-color:#035aa6;
}
.testimonial-section2 .h2{
font-family: "CreteRound-Regular";
color:#FFFFFF;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #2b288d;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #48Ca45;
    border-color: #48Ca45;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div .h4 {
font-family: "CreteRound-Regular";   
    font-size: 1.2em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  
  .testim .cont div p {
    line-height: 25px;
  }

}

#footer{
color:#FFFFFF;
background:#14143e;
}
#footer ul{
display:inline-block;
list-style:none;
list-style-type:none;
}
#footer ul li a {
text-decoration:none;
font-family: "CreteRound-Regular";
font-size:medium;
color:#FFFFFF;
}

#footer ul li a:hover {
color:#FF0000;
}
#footer .social{
text-align:center;
border:1px solid #484ac5;
}
#footer .social a{
color:#FFFFFF;
text-decoration:none;
}
#footer .social a p{
font-size:xx-large;

}
#footer p{
font-family: "CreteRound-Regular";
font-size:medium;
display:inline-block;
margin:2%;
}
#footer p a{
font-family: "CreteRound-Regular";
font-size:14px;;
font-weight:bolder;
}
#footer .copy{
right:50px!important;
padding-left:20px!important;
}
#footer p a:hover, #footer p a:focus{
text-decoration:none;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

#breadcrumb1 li{
font-family: "CreteRound-Regular";
font-size:19px;
font-weight:bold;
}
#breadcrumb1 li a{
    color:#3a3a85!important;
}

#contactus_page .col-md-6 {
border:solid 1px #035aa6;
}
.bussinesshours{
    display:inline-block;
    padding:2%;
    color:#FFFFFF;
    font-weight:bold;
    background:#035aa6;
}
.bussinesshours h3{
display:block;
font-family: "CreteRound-Regular";
padding:3%!important;
color:#FFFFFF;
font-weight:bold;
border-bottom:solid 2px #FFFFFF;
}
.bussinesshours h3 i{
    padding:2%;
}

#aboutus_page p{
    text-align:justify;
}


 .getintouch  .input-container {
      display: flex;
      width: 100%;
    }

/* Style the form icons */
    .getintouch .icon {
      padding: 10px;
      background:transparent;
      border:#3a3a85 solid 1px;
      color:#3a3a85;
      font-size:larger;
      min-width:10%;
      text-align: center;      
    }

  .getintouch .input-field {
  width: 100%;
  padding: 10px;
  outline: none;
  border:#3a3a85 solid 1px;
}

   .getintouch .input-field:focus > .getintouch .icon:focus {
     content:"";
     border:#3a3a85 solid 2px!important;
     box-shadow: 0 0 6px #3a3a85!important;
    }

    .getintouch .input-field:focus{
     border:#3a3a85 solid 2px;
     box-shadow: 0 0 6px #3a3a85;
    }

    #aboutus_page iframe {
        margin-top:4%;
        margin-bottom:4%;   
    }

.card-container {
width: 100%;
margin: 15px auto 0;
height: auto;
display: grid;
grid-template-rows: 440px;
grid-gap: 40px;
}

.card-container .custom-card {
    position:relative;
    background:#035aa6;
    overflow: hidden;
    border-radius: 10px;
    transition: .5s;
    height:350px;

}

.card-container .custom-card:hover {
    box-shadow: 0 20px 20px #3a3a85;
}
.card-container .custom-card .card-img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.card-container .custom-card:hover .card-img-box {        
    opacity: 0;
}

.card-container .custom-card .card-img-box img {
    width:100%;
    height: 100%;
}

.card-container .custom-card .card-content {
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: -100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    transition: 0.5s;
    padding-top: 30px;
}

.card-container .custom-card:hover .card-content {
    bottom:10px
}  

.card-container .custom-card .card-content h2 {
    margin: 0 0 10px;
    padding:0;
    color: #fff;
    font-size: 20px;
}

.card-container .custom-card .card-content p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
}

.gallery_product{
    display:flex;
    height:150px;
    text-align:center;
     justify-content: center;
    align-items:center;
    align-content:center;
    vertical-align:middle;
    border:solid 1px #3a3a85;
}
.gallery_product img {
    max-width:70%;
    min-height:70%;
}