.test_{width:100px}

.shadow-xl{
    box-shadow: 0 1rem 6rem rgba(0,0,0,.175);
}
.dropdown:hover>.dropdown-menu {
  visibility: visible !important;
  display: block;
  opacity: 1;
  transition: opacity .3s ease-in-out;
}
.carousel-high{height: 550px;}
.card{min-height: 450px}
.img-wrapper {
  max-width: 100%;
  height: 80px;
  width:80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 1rem;
  background-color: #cfe2ff;
  border-radius: 50%;
  margin:1.5rem 1rem;
  box-shadow: 1px 1px 5px #0a53be;
}
.rot{
    left:-70px;top:50%;height: 150px;width: 150px
}
.h-250{
    height: 250px;
}
.mt-50{
    margin-top:50px;
}
.w-60{width: 60%}
.mt-75{
    margin-top:75px;
}
.mt-100{
    margin-top:100px;
}
.mb-50{
    margin-bottom:50px;
}

.mb-75{
    margin-bottom:75px;
}
.mb-100{
    margin-bottom:100px;
}
.minw-67{
    min-width: 67px;
}
.serve-card{
    height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    z-index: 1;
    box-shadow: 0 0 2.5rem .5rem #ecf3fa;
    margin-bottom: .75rem;
    margin-top: .75rem;
}
.serve-card:hover>.hidden-img{
    transform: rotate(0deg) scale(1);
    transition: .3s all ease-in-out;
    opacity: 1;
}
.serve-card:hover>.inner-card{
    background-color: rgba(0,0,0,.325);
    transition: .3s all ease-in-out;
}
.serve-card:hover>.inner-card div a{
   color: white !important;
 
}

.inf-btn{
    width: 200px;
    height: 40px;
    overflow: hidden;
    background-color: #0b71bc;
}
.inner-card{
    z-index: 1;
    position: absolute;
    bottom: 0;
    left:0;
    height: 100%;
    width: 100%;
    transition: .3s all ease-in-out;    
}
.hidden-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*visibility: hidden;*/
    transform: rotate(4deg) scale(1.1);
    transition: .3s all ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 0
}
.carousel-control-next{
    right: -5px
}
.carousel-control-prev{
    left: -5px
}
.card-text{
    line-height: 1.8;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 1.5rem;
}
.card-body{
    display: flex;
    flex-direction: column;
    flex-flow: column;
    justify-content: space-between;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: nowrap;
}
.card:hover{
    background-color: #0a53be;
    color: white;
    transition: .4s ease-in-out all;
}
.card:hover>.card-body a{
    color:white !important;
    fill:white !important;

}
.card:hover>.img-wrapper img{
   
    fill:white !important;

}
.card{
    cursor: crosshair;
   height: 100%;
    transition: .4s ease-in-out all;
    margin-top:.5rem;
    margin-bottom: .5rem;
}
.img-wrapper img{
    text-align: left;
    width: 100%;
}
.image-end{
    bottom:-50px;
    z-index: 1;
    right: 2rem;
}
.type-card{
    flex-direction: column;
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 1.4rem;
    overflow: hidden;
    height: 150px;
    border-radius: .5rem;
    transition: .4s ease-in-out all;
    text-align: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.275)!important;
    
}
.type-card a{
    color:#000;
    transition: .4s ease-in-out all;
}
.type-card a:hover{
    color:#fff;
        transition: .4s ease-in-out all;
}
.type-card p{
    margin-bottom: 0 !important
}
.type-card:hover{
    background-color: #0a53be;
    color: white;
    transition: .4s ease-in-out all;
    transform: translateY(-3px) ;
}
.type-card:hover>a{
   
    color: white;
    
}
.fnt-14{font-size: 14px}
.fnt-15{font-size: 15px}
.fnt-16{font-size: 16px}
.fnt-17{font-size: 17px}
.fnt-18{font-size: 18px}
.dropdown-divider{border-top: solid 1px #dde0e3 !important}
.nav-link{color:#41464b !important}
.nav-link:hover{color:#adb5bd !important}
.dropdown-menu{opacity: 0;visibility: hidden}
/*@font-face {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-display: block;
        src: url("../font/Inter-VariableFont_opsz,wght.ttf");
        }*/
        body{
            /*font-family: "Inter";*/
            font-family: sans-serif;
            font-size: 1rem;
            /*letter-spacing:-2px;*/
            background-color: white;
        }
        .bigfnt{
            font-family: sans-serif;
/*            font-family: sans-serif;*/
            font-size: 2.78rem;
            letter-spacing:-1.5px;
        }
        @keyframes float {
            0% {
                transform: translateY(0px);
            }

            25% {
                transform: translateY(3px);
            }
            50% {
                transform: translateY(6px);
            }
            75% {
                transform: translateY(9px);
            }
            100% {
                transform: translateY(12px);
            }
        }
        .animate {
            animation: 2s linear 0.5s infinite alternate both float;
        }
        .rotation-animate{
            animation:rotation 15s infinite linear;
        }
        .call-center, .call-center-lg{
            transition: all .3s linear;margin-top: 0;
            font-family: sans-serif;font-size: 1rem;
        }
         .call-center:hover{
            margin-top:-40px;
            transition: all 0.3s linear;
            background-color: #198754
        }
        .call-center-lg:hover{
            margin-top:-50px;
            transition: all 0.3s linear;
            background-color: #198754
        }

@keyframes an-location{
    from{
        width:0px;
        height:0px;
        position:absolute;
        top:calc(50% - 30px);
        left:20px;
        background-color:#fff;
        border-radius:50%;
        opacity:1;
    
    }
    to{
        width:120px;
        height:120px;
        position:absolute;
        top:calc(50% - 90px);
        left:-40px;
        border-radius:50%;
        opacity:.99;
       
    }
    
    

}
@keyframes rotation{
    
  from {
    -webkit-transform:rotate(0);
        transform:rotate(0deg) ;
  }
  to {
    -webkit-transform:rotate(359deg);
        transform: rotate(359deg);
  }
}

.sticky-left{
    position: fixed;
    z-index: 1;
    left: 2rem;
    top: calc(50% + 162px);
    transform: rotate(-90deg);
    transform-origin: 10px;
    display: block;
}

@media(max-width:1400px){
    .sticky-left{
        display: none;
        visibility: hidden;
    }
}

@media(max-width:992px){
    .call-center, .call-center-lg{ font-size: .9rem; }
    .center-onshrink{justify-content: center !important;text-align: center !important;}
    .bigfnt{font-size: 2.2rem;letter-spacing:-1.4px;}
    .fnt-14{font-size: 13px}
    .fnt-15{font-size: 14px}
    .fnt-16{font-size: 15px}
    .fnt-17{font-size: 16px}
    .fnt-18{font-size: 17px}
    .image-end{bottom:10px;z-index: 1;right: 1rem;}
}

@media(max-width:767px){
    .svg-shrink{width: 18px;height: 18px;}
    .bigfnt{font-size: 2.1rem;letter-spacing:-1.4px;}
    .fnt-14{font-size: 12px}
    .fnt-15{font-size: 13px}
    .fnt-16{font-size: 14px}
    .fnt-17{font-size: 15px}
    .fnt-18{font-size: 16px}
    .image-end{bottom:40px; z-index: 1;right: 1rem;}
    .footera{font-size: .8rem !important;}
    .call-center, .call-center-lg{ font-size: .8rem; }
    .carousel-high{height: 1100px;}
.card{min-height: 326px}
.rot{
    left:-1rem;
}
}


.carousel-inner {
  padding: 1em;
}
.card {
  margin: 0 0.5em;
  border-radius: 0;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  font-size: 0.9em;
}
.bg-ahzligh{
    background-color: #f0fdfe !important
}
.bg-ahzmid{
    background-color:#e1fdff !important
}
.bg-dblue{
    background-color: #1e42a5!important;
}
.bg-hover{
    background-color: #198754!important;
    transition: .4s ease-in-out all;
}
.bg-hover:hover{
    background-color: #1e42a5!important;
    transition: .4s ease-in-out all;
}
.footera{
    font-weight: 300;
    color:white;
    text-decoration: none;
    font-size: 1rem;
    
}

.footera:hover{
    
    color:#000;
    transition: all .3s ease-in-out;
    
}
.rounded-4{border-radius:.5rem!important}