.about_des{
	background:#eee; 
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #222222;
}
.search_domain h4,.search_domain h4 a{
	color:#fff;
}

.note
{
    text-align: center;
    height: 60px;
    background: -webkit-linear-gradient(left, #0072ff, #8811c5);
    padding-top: 10px;
    color: #fff;
    font-weight: bold;
    /*line-height: 75px;*/
}
.form-content
{
    padding: 2%;
    border: 1px solid #ced4da;
    margin-bottom: 2%;
}
.form-control{
    /*border-radius:1.5rem;*/
}
.btnSubmit
{
    border:none;
    border-radius:1.5rem;
    padding: 1%;
    width: 20%;
    cursor: pointer;
    background: #0062cc;
    color: #fff;
}
.mr_14{
	margin-left: 2px!important;
}
.box16{text-align:center;color:#fff;position:relative;box-shadow: 0px 0px 4px 1px #212121;}
.box16 .box-content,.box16:after{width:100%;position:absolute;left:0}
.box16:after {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.08) 69%,rgb(0 0 0 / 95%) 100%);
    top: 0;
    transition: all .5s ease 0s;
}
.box16 .post,.box16 .title{transform:translateY(35px);transition:all .4s cubic-bezier(.13,.62,.81,.91) 0s}
/*.box16:hover:after{background:linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.09) 11%,rgba(0,0,0,.12) 13%,rgba(0,0,0,.19) 20%,rgba(0,0,0,.29) 28%,rgba(0,0,0,.29) 29%,rgba(0,0,0,.42) 38%,rgba(0,0,0,.46) 43%,rgba(0,0,0,.53) 47%,rgba(0,0,0,.75) 69%,rgba(0,0,0,.87) 84%,rgba(0,0,0,.98) 99%,rgba(0,0,0,.94) 100%)}*/
.box16 img{width:100%;height:auto}
.box16 .box-content{padding:17px;margin-bottom:20px;bottom:0;z-index:1}
.box16 .title{font-size:18px;font-weight:700;text-transform:uppercase;margin:0 0 0px}
.box16 .post{display:block;padding:2px 0;font-size:15px}

@media only screen and (max-width:990px){.box16{margin-bottom:30px}
}
@media only screen and (max-width:785px){
    #header .logo img{
        max-height: 46px;
    }
    .mobile-nav .get-started a {float:left;}
    #header.header-scrolled{height: 54px;}
    .modal{z-index: 99999;}
    .footer_mob{
        text-align: left!important;
        margin:30px 0 0px;
    }
    .search_domain{margin-top: 62px!important;}
    .counts h1,footer h1{font-size: 2rem;}
    .counts p,.team p{font-size: 1rem;}
    .note{height: 48px;}
    .note h3 {font-size: 1.3rem;}
    #footer .credits{
        text-align: left!important;
    }
    #footer .copyright,#footer .credits {
    font-size: 12px;
    }
}


.credits{
        text-align: right!important;
    }
    footer hr{border-top: 1px solid rgb(255 255 255 / 58%);}

