/* global  */
.flex{
    display:flex;
}
.items-center{
align-items: center;
}
.flex-row{
    flex-direction: row;
}
.justify-between{
    justify-content: space-between;
}

.w-full{
    width: 100%;
}
.p-4{
   padding: 1rem;
}
.block{
    display: block;
}
.partner-outlook{
    background:#fff;
   height: 400px;
    position: relative;
    z-index: 1;
    margin-top: -120px;
    
    box-shadow: 0px 10px 12px rgba(0,0,0,.2);
}
#unimax_line_contact{
    height: 500px;
}
#unimax_line_contact h2{
    font-size: 4rem;
    font-weight: 500;
}
.outlook-img{
height: 400px;
}
#unimax_partner_products{
    margin-top: 100px;
}
/* card columns */
#unimax_partner_products .row .col{
    float: left;
    width: 32.33%;
  
    border-radius: 5px;
    height: 250px;
   
}
#unimax_partner_products  .row{
    margin-top: 50px;
}
#unimax_partner_products  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  #unimax_partner_products .row .col:not(:first-child){
    margin-left: 10px;
  }
/* responsive */
@media screen and (max-width: 768px){
    #unimax_partner_products .row .col{
        width: 100%;
    }
    #unimax_partner_products .row .col:not(:first-child){
        margin-left: 0px;
        margin-top: 20px;
        display: block;
      }
}
/* unimax footer */
.unimax-footer{
    background: rgba(0, 7, 39, 0.9);
    position: relative;
    margin-bottom: 0;
}
/* partnner logo holder */
#partner-logo-holder{
height:14rem;
width:14rem;
background:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin-left: 50%;
transform: translateX(-50%);

}
#partner-logo-holder img{
    width:9rem;
    height:9rem;
}
/* text light */
.text-light{
    color:#fcfcfc;
}
.text_primary{
    color: #5bde9d;
}
/* intro section */
.intro_newgen{
    margin-top: 50px;
}
.card-display{
    margin-top: 50px;
}
/* card image */
.card-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
}
/* unimax footer */
.unimax_social ul{
    list-style: none;
    margin-left: -3rem;
}
.unimax_social ul li{
    display:inline-block;
    padding-right: 1.5rem;
    transition: .5s ease-in-out;
}
.unimax_social ul li a{
    color: #34c073;
    border: 1px solid  #34c073;
   border-radius: 50%;
   height: 4rem;
   width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.unimax_social ul li:hover a{
    background: #34c073;
    border: none;
    color: #fff;
}
/* unimax copyright */
.unimax_copyright{
   padding: 1.5rem 0 1.5rem 0; 
   background: rgba(0, 7, 39);
   color: rgba(255, 255, 255, 0.5);
}
/* unimax partner lookup */
#unimax_partner_lookup{
  background: #fff;
    z-index:1;
    border-radius: 10px;
    box-shadow: 0px 10px 13px rgba(0,0,0,.2);
   position: relative;
   width: 75%;
}
/* partner image */
#unimax_partner_lookup #partner-image{
    height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* previous and next button */
.prev_nxt{
    position: relative;
    float: right;
}
.prev_nxt .btn{
   
    background: transparent;
    
}

#unimax_part_pages{
display: flex;
align-items: center;
justify-content: space-evenly;
}
#unimax_part_pages .card{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:200px;
    border-radius: 5px;
}
.card-img-overlay{
    background:rgba(0, 46, 23, 0.7) ;
    height:200px;
    border-radius: 5px;
    padding:7rem 2rem 1rem 2rem;
    color: #fcfcfc;
}
#card-text {
    text-decoration: underline;
    color: #fcfcfc;
}
.card-title{
    color: #34c073;
}
.partner-product{
    margin-top: 15rem;
}
/* responsive */
@media screen and (max-width: 768px){
    .partner-product{
        margin-top: 50rem;
    }
    #unimax_part_pages{
        display: flex;
        flex-direction: column;
        margin-top: -4rem;
    }
    #unimax_part_pages #part_col{
        width: 100%;
        margin-top: 2rem;
    }
}
/* unimax documents cards */

.unimax_doc_card .card-head{
 width: auto;
 height: 250px;
   
}
.unimax_doc_card .card-body{
    margin-top: 3rem;
}
/* footer logo */
.footer_logo{
    filter:grayscale(50%);
}

/* client logo slider */
#client-logo{
    display:flex;
    align-items: center;
    justify-content: center;
}
/* unimax new intro */
.unimax_intro{
    background:#fff;
    box-shadow: 0px 10px 15px rgba(0,0,0,.1);
    padding:2rem;
    z-index:50;
    position: relative;
    margin: auto;
    margin-top: -8rem;
    border-radius: 2px;
}
/* hero cards */
#hero-cards{
 background:#34c04b;
padding: 0;
    height: 280px;
    overflow: hidden;
    border: 4px solid #fff;

}
#hero-cards img{
    width: 100%;
    height: 100%;
}
#hero-cards #hero-overlay{
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    background: rgba(52, 192, 75,.8);
    padding: 2rem 2rem 2.5rem 2rem;
}
#overlay-content{
    color: #fff !important;
    
    padding:0 0 0 2rem;
    
}

@media screen and (max-width: 768px){
 .unimax_intro{
     display: none;
 }
}
@media screen and (max-width:990px){
    .unimax_intro{
        display: none;
    }
}
/* hero card title */
#hero_title{
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(52, 192, 75);
    padding: 1rem 0 1rem 0;
}
/* #hero_title p{
   color: #fff;
    margin-top: 1.5rem;
    padding-left: 1.5rem;
} */
.hero-icon{
    width: 1.8rem;
    height: 1.8rem;
    color: #fff;
    margin-top: 1rem;
    transition: .5s ease-out;
}
#hero_title:hover .hero-icon{
    margin-left: .7rem;
}
.hero-overlay{
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: -20rem;
    background: rgba(52, 192, 75,.8);
    padding: 2rem 2rem 2.5rem 2rem;
    transition: .5s ease-in;
}
#hero-cards:hover .hero-overlay{
bottom: 0;
}
/* partner outlook */
.partner_outlook #outlook-img{
height:450px;

}
.partner_outlook #outlook-img img{
    width: 100%;
    height: 100%;
}
#outlook-details{
    z-index: 1; 
    position:relative;
}
#outlook-details .card{
    position: absolute;
    margin-top:3rem; 
    margin-left:-10rem;
    width:100%; 
    padding:5rem 2rem 5rem 3rem;
    box-shadow: 0px 10px 13px rgba(0,0,0,.1);
}
#outlook-details h3,
#outlook-details h5{
    color: #fff !important;
}
#outlook-details p{
    color: #fcfcfc;
}
#outlook-details a{
    padding: .5rem 1rem .5rem 1rem;
    border: 1px solid #fff;
    background: transparent;
    color: #fff !important;
    border-radius: 5px;
}
#outlook-details .unimax-cta{
  padding-top: 3rem;
}
#outlook-details .unimax-cta:hover a{
    background: #fff;
    color: #34c04b !important;
    border:none;
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
}
@media screen and (max-width: 768px){
    .partner-product{
        padding-bottom: 28rem;
    }
    #outlook-details .card{
        margin-left:13rem;
        height: auto;
        padding: 2rem;
    }
    .partner_outlook #outlook-img{
        height:auto;
        
        }
}
@media screen and (max-width:990px){
    .partner-product{
        padding-bottom: 28rem;
    }
    #outlook-details .card{
        margin-left:0;
        padding: 2rem;
        height: auto;
    }
    .partner_outlook #outlook-img{
        height:auto;
        
        }
}
/* client logo */
.client_logo .slider{
    overflow:hidden;

}
.client_logo .slider ul{
position: relative;
/* width: 500%; */
display: inline;
}
#hero-cards{
    cursor: pointer;
}
#hero-cards #record{
    height: 100%;
     margin-bottom:-15rem
}
#hero-cards:hover #record{
margin-bottom: 0;
}
#hero-cards .hero-title{
    transition: .4s ease-out;
}
#hero-cards:hover .hero-title{
 margin-bottom: -10rem;
}