.edu-sub{ text-align: center;margin:2rem;}



.edu-sub > li {

    display: inline-block;

    font-size: 13px;

    color: #000;

    border: 1px solid #CAC7C7;

    padding: 14px 12px 8px 50px;

    position: relative;

    margin: 0 10px 10px;

    width: 165px;

    vertical-align: top;

    min-height: 65px;

    text-align: left;

    background: #fff;

}



.edu-sub > li:hover{ color: #fff; background: #215DAA;}





.edu-sub > li i {

    position: absolute;

    top: 14px;

    left: 13px;

    text-align: center;

    padding: 7px 0 0;

    font-size: 18px;

    color: #A9A9A9;

}



.edu-sub > li.last {

    background: #215DAA;
    color: #fff;
    width: auto;
    height: auto;
    min-height: 0px;
    line-height: 28px;

}



.edu-sub > li.last a {

color: #fff;

}



.search-wrapper {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top:50%;
    left:50%;
}
.search-wrapper.active {}

.search-wrapper .input-holder {
    overflow: hidden;
    background: rgba(255,255,255,0);
    border-radius:0px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
   /* border-radius: 50px;*/
    width:450px;
    background: #ffffff;
    -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder .search-input {
    width:100%;
    height: 24px;
   /* padding:0px 70px 0 20px;*/
    opacity: 0;
    position: absolute;
    top:0px;
    left:0px;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:none;
    outline:none;
     font-family:"Maven Pro", sans-serif; font-weight:bold;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#333333;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);

    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
}


#custom-contact-form .btn{background-color:#dc3545 !important;}
.search-wrapper .input-holder .search-icon {
  /* width: 120px; */
    border: none;
    /* border-radius: 50px; */
    padding: 14px;
    background: #dc3545;
    outline: none;
    position: relative;
    z-index: 2;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    /*/* line-height: 62px;\**/
}

.search-wrapper.active .input-holder .search-icon {
    /*margin: 10px;
    border-radius: 30px;*/
}
.search-wrapper .input-holder .search-icon span {
    display: inline-block;
    vertical-align: middle;
    position:relative;
	color:#fff; font-family:"Maven Pro", sans-serif; font-weight:bold;

    -webkit-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    -moz-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);

}
.search-wrapper.active .input-holder .search-icon span {

}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
    position: absolute;
}
.search-wrapper .input-holder .search-icon span::before {
    width: 120px;
    height: 11px;
    left: 9px;
    top: 18px;
    border-radius: 2px;
    background: aqua;
}
.search-wrapper .input-holder .search-icon span::after {
    width: 120px;
    height: 14px;
    left: 0px;
    top: 0px;
    border-radius: 16px;
    border: 4px solid aqua;
}

.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top:24px;
    right:20px;
    width:25px;
    height:25px;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.search-wrapper.active .close {
    right:-50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background: #FFF;
    border-radius: 2px;
}
.search-wrapper .close::before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
}
.search-wrapper .close::after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
}
.search-wrapper .result-container {
    width: 100%;
    position: absolute;
    top:80px;
    left:0px;
    text-align: center;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 14px;
    display:none;
    color:#B7B7B7;
}

.all-paces{ padding:16px;}
.small-fnt{ font-size:13px; color:#333; line-height:13px !important;}
/** .services-spaces{border:1px solid #999999; border-radius:4px; padding:10px; height:170px;}*/
.services-spaces{
    border: 1px solid #999999;
    border-radius: 4px;
    padding: 0px;
    height: 120px;
    width: 23%;
    float: left;
    margin: 4px;
    font-size: 13px;
    text-align: justify;
}

@media screen and (max-width: 560px) {
    .search-wrapper.active .input-holder {width:337px;}
}

