a:focus{
    border: none;
}
body, body.amp-mode-touch{
    overflow-x: hidden !important;
}
h2{
    font-family: 'Oregano', cursive;
}
.top_contact_aria{
    background-color: #FFEB3B;
    height: 40px;
    line-height: 38px;
}
.header_social_mida{}
.header_social_mida ul{
    float: right;
    line-height: 40px;
}
.header_social_mida ul li{
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff !important;
    list-style: none;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    /*border: 1px solid #07afb6;*/
    transition: all .3s ease-out;
    margin: 5px 3px;
    background-color: #081c8c;
}
.header_social_mida ul li a{
    color: #fff;
}
.header_social_mida ul li:hover{
    transform: rotate(360deg);
    background-color: #0e8f4f;

}
.header_social_mida ul li:hover a{
    /*color: #000;*/
}
.padding_t_b{
    padding: 60px 0;
}
.top_header{
    background-color: #081c8c;
    border-bottom: 2px solid #ffe338;
    position: relative;
}
.top_logo_aria{
    position: relative;
}
.top_logo{
    position: absolute;
    top: 5px;
    left: 0;
    width: 90px;
    height: 90px;
    border: 2px solid #ffe338;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 999999;
    padding: 5px;
    -webkit-box-shadow: -1px 0px 16px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 16px 4px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 16px 4px rgba(0,0,0,0.75);
}
/******************************* Equipment Start ***********************/
.equipment_aria{
    background-color: #00000008;
}
.equipment_aria .content{}
.equipment_aria .content h2{
    text-align: center;
    padding-bottom: 30px;
}
.equipment_filter_aria{
    padding: 0 0 50px;
}
.equipment_item{
}
.equipment_item img{
    height: 200px;
    width: 100%;
    position: relative;
}
.equipment_hover{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;
    padding: 18px;
    z-index: 1;
}
.equipment_hover_inner{
    /*padding: 0px 40px 0px 40px;*/
    height: 100%;
    border: 2px solid rgba(255, 205, 0, 0.8);
    position: relative;
    overflow: hidden;
    position: relative;
}
.equipment_hover_inner:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #021f6f85;
    z-index: -1;
    transition: all 300ms linear 0s;
    opacity: 0;
}
.equipment_hover_content{
    /*padding: 0px 80px 0px 80px;*/
    background: transparent;
    /*padding: 0px 40px 0px 40px;*/
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    width: 100%;
    text-align: center;
    /*overflow: hidden;*/
    color: #fff;
    opacity: 0;
}
.equipment_item:hover .equipment_hover_content{
    top: 50%;
    opacity: 1;
}
.equipment_item:hover .equipment_hover_inner:after{
    top: 0%;
    opacity: 1;
}
.equipment_hover_content a h4{
    color: #fe7e00;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}
.equipment_hover_content p{
    color: #fff;
    margin-bottom: 20px;
}
.equipment_hover_content a.view_btn{
    padding: 12px 15px;
    background-color: #ffe338;
    color: #444444;
    border-radius: 5px;
}
.nav-tabs {
    border-bottom: 1px solid #081c8c;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #081c8c00 #081c8c00 #081c8c00;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border-color: #081c8c #081c8c #f7f7f7;
}
.contact_short{
    padding: 120px 0;
    background: url("../images/bg1.jpg") no-repeat fixed center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.contact_short:before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #3b425feb;
    z-index: -1;
}
.contact_short h2{
    color: #fff;
    /*padding-bottom: 40px;*/
    font-size: 38px;
    font-weight: 500;
    text-transform: capitalize;
}
.contact_short h2 span{
    color: #ffeb3b;
}
.contact_short a{
    padding: 20px 50px;
    background-color: #ffcd00;
    text-transform: uppercase;
    color: #111;
    font-size: 19px;
    transition: all .3s ease-out;
    border: 2px solid #ffcd00;
    border-radius: 5px;
}
.contact_short a:hover{
    color: #ffcd00;
    background-color: transparent;
}
#ctl-courses .content {
    background-color: transparent !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    min-height: 420px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #66666638;
}
#student-feedback{
    background: url("../images/bg2.jpg") no-repeat fixed center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
#student-feedback:before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(59, 66, 95, 0.81);
    z-index: -1;
}
#ctl-courses {
    background-color: transparent;
}




.testimonial_img{
    width: 35%;
    height: 380px;
    background: #e8e8e8;
    padding: 17px;
    border: 1px solid #ccc;
}
.testimonial_text{
    /*width: 65%;*/
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #F7F7F7;
    padding: 1em;
    border: 1px solid #ccc;
    position: relative;
    /*height: 380px;*/
}
.testimonial_text img{
    width: 200px;
    height: 200px;
    /*border-radius: 50%;*/
    float: left;
    padding: 8px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.testimonial_item{
    background: #F7F7F7;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}
.testimonial_img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid #44444438;
}
.testimonial_text:after{
    content: "";
    position: absolute;
    left: -10px;
    top: 48%;
    /*transform: translateX(-50%);*/
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 20px;
    height: 20px;
    background: #F7F7F7;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: block;
    /*z-index: -1;*/
}
.testimonial_text span{
    display: block;
    color: #444444;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
    padding: 5px 0 15px
}
.testimonial_text p i{
    color: #0e8f4f;
    padding-right: 10px;
}
#ctl-partners .partner {
    background: #ffffff;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    border: 16px solid #ccc;
    overflow: hidden;
}
#ctl-partners .partner img{
    height: 100%;
    width: 100%;
}
.dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 15rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    padding: 10px;
    padding-left: 0px;
}
header nav .navbar-nav .nav-item .megamenu {
    position: absolute;
    z-index: 9999;
    padding: 30px 30px 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    transition: all linear 0.4s;
    background-color: transparent;
    top: -1px;
}
header nav .navbar-nav .nav-item .megamenu ul li a:after {
    display: none;
}
.dropdown_parent{
    position: relative;
}
header nav .navbar-nav .nav-item .nav-link.drop:after{
    background: #081c8c;
    opacity: 0;

}
header nav .navbar-nav .nav-item:hover .nav-link.drop:after {
    bottom: -14px;
    opacity: 1;
    border: 2px solid #ffe338;
    border-top: 0;
    border-left: 0;
}
.main_nav{
    position: relative;
}
.search_aria{
    position: absolute;
    top: 20%;
    right: -2%;
    width: 5%;
    height: 100%;
    display: block;
    z-index: 9999999;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    transition: all linear 0.4s;
}
.search_input{
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    transition: all linear 0.4s;
    /*width: 2%;*/
    float: right;
    opacity: 0;
    position: relative;
    margin-right: 22px;
}
.search_input:focus{
    width: 1531%;
    opacity: 1;

}

.search_icon{
    /*z-index: 99999999999999999;*/
    color: red;
}
.input_search_icon{
    position: absolute;
    right: 5%;
    top: 6px;
    opacity: 0;
}
.input_search_icon i.fas.fa-search{
    color: #081c8c;
}
.search_input:focus ~.input_search_icon{
    right: 2% !important;
    opacity: 1;
}
#service_slider img{
    display: initial !important;
}

/*.mobile_menu {*/
/*    background-color: #081c8c !important;*/
/*    border-bottom: 2px solid #ffe338;*/
/*}*/
.mobile_menu .top_logo{
    top: -21px;
    left: 4px;
    width: 70px;
    height: 70px;
    box-shadow: -1px 0px 16px 4px rgb(0 0 0 / 32%);
}
/*a.nav-link{*/
/*    color: #fff!important;*/
/*}*/

.mobile_menu{
    /*position: fixed;*/
}
.dropdown_mobile{
    border: 1px solid rgb(237 239 244) !important;
    padding: 0 !important;
}
.dropdown_mobile ul{
    padding: 5px !important;
}
.dropdown_mobile ul li{
    padding: 5px;
}
.fast_address_aria{
    background-color: #0e8f4f4d;
    padding: 20px;
    border-radius: 15px;
}
footer .footer-up .footer_logo img {
    margin-top: 0;
}
.footer_logo{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    padding: 10px;
    border: 2px solid #ffcd00;
    margin: 0 auto;
}
.footer_logo img{
    width: 100%;
    height: 100%;
}
footer .copy_right p {
    font-size: 14px;
    color: #8c8b8b;
}
footer .copy_right p a {
    color: #ccc;
    font-size: 15px;
}
.medal_address_aria{
    background-color: #cccccc26;
    padding: 20px;
    border-radius: 15px;
}
.copy_right{
    padding: 8px !important;
    background-color: #4444449e;
    border-bottom: 5px solid #ffcd00;
}
.footer-up{
    padding-bottom: 50px;
}
.scroll_menu .nav-link.drop:after{
    bottom: -20px !important;
}
.scroll_menu .dropdown-menu{
    top: 88%;
}
.about_title{
    padding-bottom: 20px;
    text-align: center;
    color: #081c8c;
}
img.about_img{
    border-radius: 5px;
    float: left;
    border: 1px solid #ccc;
    margin: 0 20px 20px 0px !important;
}
.breadpart {
    background-color: #f7f7f7;
    padding: 10px 0px;
}
.breadpart ul{}
.breadpart ul li{
    float: left;
    padding-right: 5px;
}
.organogram{
    margin-top: 60px;
    width: 100%;
}
.career_from{
    margin-top: 40px;
}
.career_from h3{
    font-size: 20px;
    color: #0e8f4f;
    margin: 20px 0;
}
.from_input{
    height: 51px;
    clear: both !important;
}
.career_from label b{
    color: red !important;
}
.career_from label{
    padding-top: 7px;
    font-weight: bold;
    font-size: 16px;
    color: #666;
}
.form-control:focus {
    border-color: #081c8c;
    box-shadow: none;
}
.btn_career{
    float: right;
    margin-top: 23px;
    background-color: #0e8f4f;
    color: #fff;
    padding: 10px 32px;
    font-weight: bold;
    transition: all .3s ease-out;
}
.btn_career:hover{
    background-color: #081c8c;
}
.widget-content{}
.widget-content a.download-link{
    background-color: #081c8c;
    color: #fff;
    padding: 14px 0px;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 12px;
    margin-top: 25px;
    transition: all .3s ease-out;
}
.widget-content a.download-link:hover{
    background-color: #0e8f4f;
}
.details_equipment{
    margin-top: 35px;
}
.details_equipment .equipment_item img {
    height: 250px;
}
.client_item{
    margin-left: 1rem;
    text-align: center;
    overflow: hidden;
}
.client_item .card-header.bg-transparent.border-success{
    padding: 0!important;
    border-color: #f4f4f4 !important;
}
.client_item img{
    width: 100%;
    height: 135px;
}
.client_item.border-success{
    border-color: #f4f4f4 !important;
    width: 230px;
}
.border-success{
    border-color: #f4f4f4 !important;
}
.client_footer.card-footer.bg-transparent.border-success {
    background-color: #081c8c !important;
    color: #fff;
    overflow: hidden;
}
.collaplse_btn {
    border: 0;
    display: block;
    width: 100%;
    table-layout: initial;
    text-align: left;
    background-color: transparent;
    cursor: pointer;
}
.text_btn{
    float: left;
}
.plus_btn{
    float: right;
    font-weight: 500;
}
.welcom_title{
    padding-bottom: 13px;
}
.footer_height{
    min-height: 300px;
}
.banner-part .about-us {
    position: relative;
    z-index: 1;
}
.banner-part .about-us:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b8;
    z-index: -1;
}

.job_item{
    margin-bottom: 20px;
    background-color: #f7f7f7;
}
.job_item:last-child{
    margin-bottom: 0px;
}
.job_item h2{
    color: green;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0px;
}
h2.job_tilte{
    padding-bottom: 0px;
    font-size: 28px;
}
.job_item h2 a{
    color: green;
    font-size: 27px;
}
.job_title_apply{

}
.job_title_apply a{
    background-color: green;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 9px;
    margin-top: 18px;
    margin-top: 3px;
}
.job_details a{
    font-size: 30px;
}
.job_block{
    display: block;
}
.job_details{
    text-align: justify;
}
.job_details h2{
    color: green;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.job_details h2 a{
    color: green;
}
.job_title_apply a{
    background-color: green;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 9px;
    /*margin-top: 18px;*/
}
.job_tilte{
    font-size: 33px;
}
.jop_padding{
    padding: 30px;
}
.job_title_apply{
    margin-top: 17px;
    text-align: center;
}
.deadline{
    color: red;
    margin-bottom: 30px;
}
.item_image{
    width: 50%;
    float: left;
    padding-right: 28px;
    padding-bottom: 25px;
}
.item_title{
    font-size: 20px;
    margin-bottom: 16px;
}
.equipment_items{
    text-align: justify;
    font-size: 14px;
}
.job_details h2{
    margin-bottom: 20px;
    padding-bottom: 0px;
}
