
body{
    padding:0;
    margin:0;
    background: #fff;
    font-family: "Dosis", sans-serif;
    color:#4f5559;

}
*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
img{
    border:none;
}
.img{
    border:none;
    margin:0 10px 5px 0;
    float:left;
}
.img3{
    border:none;
    margin: 6px 10px 10px 0 ;
    float: left;
}

.main{
    margin:0 auto;
    max-width: 1200px;
    display: block;
    padding: 0 15px;
    font-size: 17px;
}
#header{
    float:left;
    width: 100%;
    background: #005ea9;
    border-bottom: 2px #1b96ff solid;
}
.header{
    float:left;
    width: 100%;
}
.top-apply a{
    float: right;
    font-size: 13px;
    margin: 0 0 10px 10px;
    border-radius: 3px;
    color:#444;
    padding: 6px 12px;
    text-transform: uppercase;
    transition: .3s;
    border: 1px #444 solid;
}
.top-apply a:hover{
    background:#3c599b;
    text-decoration: none;
    color: #fff;
}
.top-apply i{
    margin: 0 3px 0 0;
}

.logo a{
    float:left;
    /* padding: 20px 20px 20px; */
    /* border-right: 1px #ddd solid; */
    /* background: #fff; */
}
.logo img{
    float:left;
    height: 100px;
}
.header_right{
    float: right;
    margin: 0 0 0 0;
    padding: 15px 0 0 10px;
    width: 78%;

}

.header_right_top_2{
    float: left;
    margin: 0 0 5px 38px;
    font-size: 30px;
    font-weight: 600;
    color: #026000;
    text-transform: uppercase;
}
.header_right_top_2 i{
    margin: 0 3px 0 0;
}










#cssmenu{
    display:none;
}
#menu{

    float: left;
    width: 100%;
    padding: 0;
    margin:0;


}

.menu{
    float: right;
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
}
/* Navigation */
.navbar2 {
    width: 100%;
}
.navbar-inner2{
    height: 100%;

}
.nav2,
.nav2 ul,
.nav2 li,
.nav2 a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
.nav2 {
    position: relative;
    z-index: 50;
    float: right;
}
.nav2 li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
}

.nav2 li a {
    position: relative;
    padding: 12px 27px;
    display: block;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
    color: #eee;
    transition: .3s;
    border-right: 1px solid #fff;
}
.nav2 li:hover > a {
    color: #fff;
    background: #2a5880;
    display: block;
}
/* Sub navigation */
.nav2 ul {
    position: absolute;
    z-index: 100;
    top: 47px;
    left: 0;
    border-top:none;
    padding-bottom:7px;
    overflow: hidden;
    opacity: 0;
    background: #337ab7;
    border: 1px #337ab7 solid;
    border-bottom: 5px #337ab7 solid;
    border-top: none;
}
.nav2 li:hover ul {
    opacity: 0.9;
}

.nav2 ul li {
    height: 0;
    overflow: hidden;
    padding: 0;

    -webkit-transition: height .07s ease-in-out .0s;
    -moz-transition: height .07s ease-in-out .0s;
    -o-transition: height .07s ease-in-out .0s;
    -ms-transition: height .07s ease-in-out .0s;
    transition: height .07s ease-in-out .0s;
}

.nav2 li:hover > ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
}
.nav2 ul li a {
    width: 250px;
    padding: 12px 10px;
    margin: 0;
    font-weight: normal;
    border: none;
    color:#fff;
    text-transform:capitalize;
}
.nav2 ul li a:hover {
    color:#fff;
    background: none;
}

.search a{
    float: right;
    margin: 5px 0 0;
    padding: 7px 12px;
    border: none;
    background: url(../images/menu_bg.jpg) center center repeat-x;
    border-radius: 2px;
    color: #111;
    text-transform: uppercase;
    transition: .4s;
}
.search a:hover{
    background: #333;
    color: #fff;
    text-decoration: none;
}


#slider{
    float: left;
    width: 100%;
}
.slider{
    float: left;
    width: 100%;
    letter-spacing: 1px;

}
.slider img{
    width: 100%;
    height: 550px !important;
    float: left;
}


#home-news{
    float: left;
    width: 100%;
    padding: 110px 0 100px;
    background: #fff;

}
#home-news h2{
    font-size: 38px;
    font-weight: 800;
    padding: 0;
    margin: 0 0 23px;
    color: #555;
    text-transform: uppercase;
    text-align: center;
}
.home-news-box{
    width: 100%;
    float: left;
    transition: transform .3s;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    margin: 0 0 20px;
    border: 1px #ddd solid;
    background: #fff;
    text-align: center;
}
.home-news-box img{
    width: 100%;
    /* height: 220px; */
    margin: 0;
}
.home-news-box h3{
    margin: 0;
    padding: 15px 10px;

}
.home-news-box h3 a{
    transition: .2s;
    font-size: 19px;


    color: #333;
    font-weight: 600;
}

.home-news-box a:hover{
    color: #000;
    text-decoration: none;
}

.notice_box{
    float: right;
    width: 100%;
    border-bottom: 1px #eee solid;
}
.notice_box h3{
    margin: 0 0 10px;
    padding: 6px 0 6px;
    font-size: 20px;
    color: #444;
    font-weight: 600;
    border-top: 2px #050074 solid;
    border-bottom: 1px #ddd dashed;
}
.notice_date{
    float: left;
    width: 80px;
    padding: 4px 2px;
    background: #0054A6;
    color: #eee;
    margin: 0 10px 0 0;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
}

.notice_box ul{
    padding:0;
    margin:0px;
    list-style:none;
}
.notice_box ul li{
    margin:0;
    list-style:none;
    float: left;
    margin-bottom: 5px;
}

.notice_box ul li a{
    color: #222;
}

.notice_box ul li a:hover{
    color: #050074;
}







#home_about{
    float: left;
    width: 100%;
}
#home_about img{
    float: left;
    width: 100%;
    height: 450px;
}
.home_about_left{
    float: left;
    width: 50%;
}

.home_about_right{
    float: right;
    width: 50%;
    background: #02A725;
    height: 450px;
    border-left: 6px solid #fff;
}
.home_about_right_inner{
    float: left;
    color: #fff;
    padding: 20px 45px 20px 35px;
    font-size: 17px;
    line-height: 25px;
}
.home_about_right_inner a{
    color: #eee;
}

.home_about_right h2{
    font-size: 40px;
    font-weight: 600;
    padding: 0;
    margin:  20px 0 20px;
}

.home_programs a{
    float: left;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    margin:  20px 10px 0 0;
    color: #222;
    padding: 8px 15px;
    border-radius: 2px;
    text-transform: uppercase;
    transition: .3s;
}
.home_programs a:hover{
    background: #00376D;
    text-decoration: none;
    color: #eee;
}



#home_bangladesh{
    float: left;
    width: 100%;
    font-size: 17px;
    padding: 100px 0;
    background: url(../images/bg.jpg);
    color: #444;
    text-align: center;
}
#home_bangladesh h2{
    font-size: 38px;
    font-weight: 600;
    padding: 0;
    margin:  20px 0 20px;
}
#home_bangladesh img{
    float: left;
    width: 25%;
    margin: 10px 0 25px;
}


#home_etab{
    float: left;
    width: 100%;
    font-size: 17px;
    padding: 100px 0;
    background: #F4F1E9;
    color: #444;
    text-align: center;
}
#home_etab h2{
    font-size: 38px;
    font-weight: 600;
    padding: 0;
    margin:  20px 0 20px;
}
#home_etab img{
    float: left;
    width: 23%;
    height: 230px;
    margin: 10px;
    border: 2px solid #025495;
    border-radius: 10px;
}





#home_program{
    float: left;
    width: 100%;
    text-align: center;
    padding: 60px 0 100px;
}
#home_program img{
    width: 100%;
    height: 230px;
}
#home_program h2{
    font-size: 38px;
    padding: 0;
    margin:  0 0 60px;
    color: #555;
    text-transform: uppercase;
    text-align: center;
}
.home_program_box{
    float: left;
    width: 100%;
    border: 1px #ccc solid;
    border-radius: 3px;
    background: #0054A6;
}
.home_program_box h3{
    padding: 0;
    margin: 0;
}
.home_program_box h3 a{
    float: left;
    text-align: left;
    color: #D5E3F0;
    padding: 15px;
    margin: 0;
    font-size: 30px;
}



#affiliation{
    float: left;
    width: 100%;
    text-align: center;
    padding: 80px 0 80px;
    background: url(../images/map.png) center center no-repeat;
}
#affiliation img{
    height: 90px;
    padding: 5px;
    margin: 5px;
    border: 1px #eee solid;
    border-radius: 3px;
}
#affiliation h2{
    font-size: 38px;
    padding: 0;
    margin:  0 0 60px;
    color: #555;
    text-transform: uppercase;
    text-align: center;
}
.affiliation img{
    height: 100px;
    padding: 5px;
    margin: 0 10px 10px 0;
    border: 1px #eee solid;
    border-radius: 3px;
}




#home_campus{
    float: left;
    width: 100%;
    text-align: center;
    background: url(../images/explore.jpg) center center fixed;
    padding: 190px 0 240px;
}

.home_campus a{
    font-size: 37px;
    color: #eee;
    border-radius: 3px;
    padding: 6px 20px;
    background: rgba(0,84,166, .8);
    text-transform: uppercase;
}



#login{
    float: left;
    width: 100%;
    height: 660px;
    background: url(../images/portal.jpg) center center;
}
.login_box{
    width: 500px;
    margin: 120px auto 0;
    padding: 30px;
    background: rgba(255, 255, 255, .8);
    border-radius: 3px;
    text-align: center;
}
.login_box img{
    height: 100px;
    margin: 0 0 15px;
}

.login_box input{
    margin-bottom: 10px;
    padding: 10px;
    height: 45px;
    border: none;
}

.login_box .button{
    margin: 5px 0 20px;
    padding: 10px 0;
    width: 100%;
    height: 40px;
    background: #26c281;
    color: #fff;
    border: none;
}


















.welcome{
    text-align: center;
    padding: 50px 0;
}
.welcome img{
    height: 180px;
    width: 100%;
}


.container{
    width:100%;
    text-align: justify;
    font-size: 17px;
    padding:20px 0 10px;
    float:left;
    color:#222;
    line-height: 26px;
}
.who{
    text-align: left;
    padding: 30px 0;
    float: left;
}
.container h3{
    padding:0 0 15px 0;
    margin:0;
    font-size: 28px;
    color: #222;
}
.container h5{
    padding:10px 0 15px 0;
    margin:0;
    font-size: 23px;
    color: #222;
    font-weight: 600;
    text-align: left;
}
.container h5 i{
    padding-right: 3px;
}

.img2{
    float:right;
    padding:0 0 10px 10px;
}

#page_title{
    width:100%;
    float: left;
    background: url(../images/page_title.jpg) bottom center;
    margin: 0 0 0px;
    border-bottom: 3px #00005A solid;
    overflow: hidden;
}
.page_title{
    width:100%;
    float: left;
    color:#eee;
    padding: 100px 0;
    font-size: 16px;
    text-align: center;
}

.page_title i{
    margin-right:8px;
    float:left;
}
.page_title h1{
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
}
.page_title h4{
    font-size:14px;
    color:#333;
    font-weight:400;
    background: rgba(255, 255, 255, .9);
    padding: 4px 15px;
    margin: 0;
    display: inline-block;
}
.page_title h4 a{
    color:#333;
    font-weight:400;
}
.page_title p{
    margin:10px 0 0;
    font-size:14px;
    color:#333;
    font-weight:400;
    background: rgba(255, 255, 255, .9);
    padding: 4px 20px;
    float: left;
}


.home_products{
    float: left;
    padding: 80px 0 10px;
    width: 100%;
}
.home_products_title{
    float: left;
    height: 70px;
    width: 100%;
    margin: 0;
    background:url(../images/title.html) left top no-repeat;
    border-bottom: 3px #d90000 solid;
}
.home_products h3{
    padding: 28px 0 0 20px;
    margin: 0;
    font-size: 23px;
    color: #eee;
}

.home_products_box{
    padding: 10px 0;
    margin-bottom: 10px;
    float: left;
    color: #222;
    text-align: left;
    width: 100%;
}
.home_products_box img{
    margin: 0 25px;
    width: 200px;
    float: left;
}
.home_products_box h4{
    padding: 35px 0 20px;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}
.home_products_box h4 a{
    color: #d90000;
}


.index_client img{
    width: 100%;
    height: 80px;
    padding: 5px;
    border: 1px #ccc solid;
}

















.container input{
    margin-bottom:10px;
}
.container textarea{
    margin-bottom:10px;
}
.contact_form{
    color:#333333;

}
.contact_table{
    float:left;
    display:inline-block;
    padding-bottom:20px;
    margin-bottom:30px;
    margin-top:10px;
    text-align:left;
}
.contact_table i{
    color:#333333;
    width: 30px;
    height: 27px;
    text-align:center;
    line-height:27px;
    border:1px #ccc solid;
    margin-right: 5px;
    margin-bottom:5px;
}

.factory_box img{
    width: 100%;
    height: 230px;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px #bbb;
    border-bottom: 1px solid #edc60f;
    transition: .3s;

}
.factory_box:hover{
    opacity: .6;
}

.product_img2 img{
    width: 100%;
    height: 200px;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px #bbb;
    border-bottom: 1px solid #edc60f;
}

.product_name{
    padding: 15px 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ed1c24;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom: 4px solid #edc60f;
    box-shadow: 0 2px 1px #bbb;
}
.product_name a{
    color: #111;
}

.product_details h3{
    color: #ed1c24;
    font-weight: 600;
}

.product_name img{
    height: 45px;
    text-align: center;
    margin-top: 20px;
}



















.list{
    padding:0;
    margin:0px;
    list-style:none;
}
.list li{
    margin:0;
    list-style:none;
    margin-bottom:5px;
}
.list i{
    color:#555;
    margin-right:3px;
}
.list2{
    padding:0;
    margin: 0 0 20px 20px;
    list-style: none;
}
.list2 li{
    margin:0;
    list-style:none;
    margin-bottom:4px;
    text-align:left;
}
.list2 i{
    color:#555;
    margin-right:3px;
}
.index_img{
    float: right;
    width: 80%;
}











#footer-top{
    width: 100%;
    overflow: hidden;
}
#footer{
    width: 100%;
    overflow: hidden;
    border-top: 4px #000 solid;
    background: #333;
}
.footer_main{
    margin: 0 auto;
    max-width: 1200px;
    padding: 10px 15px 25px;
    color: #ddd;
}
.footer_main h3{
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0;
    color: #fff;
    font-weight: 500;

}

.footer{
    float:left;
    width:100%;
    font-size: 15px;
    padding: 20px 0 10px;
}
.footer img{
    float: left;
    height: 60px;
    margin: 0 10px 0 0;
}
.footer_logo img{
    float: left;
    height: 80px;
    margin: 0 10px 0 0;
    background: #fff;
    padding: 5px 8px;
    border-radius: 3px;
}

.footer i{
    color:#ddd;
    margin-right:3px;
}
.footer input{
    margin-bottom: 5px;
}
.top .top-right{
    text-align:right;
}

.footer a{
    font-weight: normal;
    text-decoration:underline;
    color:#ddd;
    text-decoration:none;
    margin:0 2px;
}
.footer a:hover{
    color:#fff;
    text-decoration:none;
}

.footer_list{
    margin: 0 0 0;
    padding:0;
}
.footer_list li{
    list-style:none;
    margin:0;
    padding:0;
    margin-bottom: 7px;
}
.footer_social{
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #bbb;
    margin: 10px 0 0 0;
}
.footer_social i{
    float: left;
    text-align: center;
    width: 30px;
    height: 28px;
    border-radius: 2px;
    margin: 0 3px 0 0;
    line-height: 28px;
}
.footer_social .fa-facebook{
    background:#3c599b;
    color:#fff;
}
.footer_social .fa-google-plus{
    background:#CD3F2C;
    color:#fff;
}
.footer_social .fa-linkedin{
    background:#5EA9DD;
    color:#fff;
}
.footer_social .fa-youtube{
    background:#c82828;
    color:#fff;
}
.copyright{
    font-size: 13px;
    float: left;
    width: 100%;
    background: #000647;
    padding: 14px 15px 10px;
    color:#999;
    border-top: 2px #000327 solid;
}
.copyright a{
    color:#999;
    text-decoration:none;
}

.brand{
    padding-bottom: 20px;
    margin: 0 0 10px;
    float: left;
    border-bottom: 1px #222 solid;
    width: 100%;
}
.brand h3{
    padding: 0 0 0;
    margin: 0 0 10px;
    color: #fff;
    font-size: 25px;
}
.UNITECH{
    text-align: right;
}


.footer-left {
    min-height: 220px;
    padding: 0 20px 0 0;
    border-right: 1px #605a5a solid;
}

.footer-center {
    padding-left: 20px;
    min-height: 220px;
    border-right: 1px #605a5a solid;
}

.footer-center ul {
    float: left;
    margin-right: 80px;
}

.footer-bottom {
    margin-top: 30px;
    width: 100%;
    border-top: 1px #605a5a solid;
    padding: 30px 0 0;
    text-align: center;
}



#wrapper{
    margin: 0;
    width: 100%;
    float: left;
    /*background: url(../images/background.png) center top fixed;*/
    padding: 60px 0;
}

.main_body{
    margin: 0 auto;
    max-width: 1170px;
    display: block;
    background: rgba(255, 255, 255, .8);
}

.main_body h3{
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0;
    color: #444;
    font-weight: 600;
}

.main_body h4{
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0 0 10px;
    font-weight: 600;
    border-bottom: 2px solid #edc60f;
}
.main_body h4 a{
    color: #555;
    text-transform: uppercase;
}


.factory_gallery{
    width: 100%;
    margin-bottom: 10px;

}
.factory_gallery img{
    width: 100%;
    height: 170px;
    padding: 3px;
    border: 1px #ddd solid;

}
.product_gallery{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.product_gallery img{
    float: left;
    width: 100%;
    height: 180px;
    padding: 3px;
    border: 1px #ddd solid;
}

.certificate img{
    height: 80px;
    margin: 0 10px 10px 0;
}

.member{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px #eee solid;
    font-size: 17px;
    text-align: left;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    height: 200px;
}
.member img{
    float:left;
    width: 190px;
    height: 200px;
    border-right: 1px #eee solid;
    margin-right: 15px;
}
.member_name{
    padding: 10px ;
}



.member_details{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px #eee solid;
    font-size: 17px;
    text-align: left;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}
.member_details img{
    float:left;
    width: 190px;
    height: 200px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.directory{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px #eee solid;
    font-size: 15px;
    text-align: left;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background: #eee;
}
.directory img{
    float:left;
    width: 190px;
    height: 100px;
    border-right: 1px #eee solid;
    border-bottom: 1px #eee solid;
    margin-right: 15px;
    background: #fff;
}
.directory_name{
    padding: 25px 0 0 15px;
    font-size: 20px;
    font-weight: 600;
}

.directory span{
    color: #870202;
    font-size: 26px;
}
.directory_details{
    float: left;
    width: 100%;
    padding: 15px;

}
.directory_details p a{
    float: left;
    padding: 5px 12px;
    background: #870202;
    color: #fff;
}






















.faculty_member{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px #eee solid;
    font-size: 14px;
    text-align: left;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    height: 150px;
}
.faculty_member img{
    float: left;
    width: 130px;
    height: 150px;
    border-right: 1px #eee solid;
    margin-right: 15px;
}
.faculty_member_name{
    padding: 10px;
}


.campus_gallery{
    float:left;
    width:100%;
    height:180px;
    margin: 0 0 20px;
    border:1px #ccc solid;
    overflow:hidden;
    position:relative;
    padding:3px;
    background:#fff;
}
.campus_gallery img{
    margin: 0;
    padding: 0;
    width:100%;
    height:100%;
}
.campus_gallery-overlay{
    position:absolute;
    width:100%;
    height:100%;
    bottom:-100%;

    transition:.4s;
    text-align:center;
}
.campus_gallery:hover .campus_gallery-overlay{
    bottom:0;
    height:180px;
    text-align:center;
    background:rgba(0,0,0,.7);
    font-size:15px;
    line-height:100px;

}
.campus_gallery-overlay a{
    color:#fff;
    text-decoration:none;
    line-height:180px;
    font-size:40px;
}



#bangladesh {
    float: left;
    width: 100%;
    padding-top: 300px;
    background-size: cover;
    background: url(../images/bangladesh/bangladesh-01.jpg) center center fixed;
}

.bangladesh {
    float: right;
    width: 70%;
    padding: 60px;
    background: #02C945;
    color: #fff;
    font-size: 17px;
}

.bangladesh h3 {
    font-size: 41px;
    padding-bottom: 15px;
    margin: 0;
}
.bangladesh img {
    float: left;
    height: 60px;
    margin: 0 6px 10px 0;
}
.box8{
    box-shadow: 0px 0px 5px 1px #999;
}
.mx-t3{
    margin-top: -3rem;
}
.header h1{
    line-height: 7px;
    padding: 0;
    margin: 0;
}
.header h2{
    font-family: Atma;
    font-weight: 700;
    line-height: 35px;
    margin: 0;
    padding: 0;
    color: #2e3093 !important;
}

