* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Dosis", sans-serif;
    color: #4f5559;
}

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_top {
    float: left;
    width: 100%;
    background: #00881D;
    padding: 8px 20px 5px;
}

#header_top a {
    color: #fff;
    font-size: 18px;
}

#header_top i {
    color: #fff;
    font-size: 20px;
    margin: 0 8px 0 0;
}

/* Header
--------------------------------------------------------------*/
.header {
    height: 100px;
    padding: 0 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
}

.header__logo-link {
    display: inline-block;
    border-radius: 2px;
    padding-right: 20px;
    border-right: 1px solid #ddd;
}

.header__logo {
    display: block;
    height: 60px;
}

/* NAV LIST (Desktop) */
.header-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.header-nav__list li:not(:last-child){
    margin-left: 30px;
}

.header-nav__list li:last-child{
    margin-left: 5px;
}

.header-nav__list li a:active,
.header-nav__list li a:focus,
.header-nav__list li a:focus-visible {
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

/* HEADER NAV LINK (Desktop) */
.header-nav__link:link,
.header-nav__link:visited {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    transition: color 0.3s ease-in-out;
}

.header-nav__link [name="home-outline"] {
    font-size: 20px;
}

.header-nav__link:hover,
.header-nav__link:active {
    color: #000000;
}

.header-nav__item {
    position: relative;
}

.dropdown__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 4px solid #555;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    /* Keep this */
    top: 50px;
    /* CHANGE THIS VALUE! Start with 7rem and increase if needed. */
    left: 0;
    /* Keep this to align with the parent nav item */
    min-width: 180px;
    z-index: 9999;
    /* Ensure it's above other content */
    background-color: #fff;
    /* Good idea to explicitly set a background color */

    /* Hide by default (desktop) */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    /* This initial transform will push it down a bit further */
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, visibility 0.3s;
}

.header-nav__list .dropdown__menu li {
    margin-left: 0;
}

.dropdown__menu li a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    display: block;
    padding: 10px 15px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    white-space: nowrap;
}

.dropdown__menu li a:hover,
.dropdown__menu li a:active {
    color: #333;
}

/* Ensure the hover effect brings it to the correct position */
.header-nav__item:hover > .dropdown__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-login-link:link,
.header-login-link:visited {
    text-decoration: none;
    border-radius: 3px;
    background-color: #9F0909;
    transition: all 0.3s;
    color: #fff;
    padding: 6px 15px;
    font-size: 16px;
    display: inline-block;
	text-transform: uppercase;
}

.header-login-link:hover {
    background-color: #3c599b;
    text-decoration: none;
    color: #fff;
}

/* BTN Mobile NAV (Hamburger/Close button) */
.btn-mobile-nav {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: none;
    /* Hidden on desktop by default */
}

.btn-mobile-nav [name="close-outline"] {
    display: none;
}

/* Icon Mobile NAV styling */
.icon-mobile-nav {
    height: 38px;
    width: 38px;
    color: #333;
}

/* Search */
.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: 650px;
    float: left;
}

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

#home-news h2 {
    font-size: 38px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 60px;
    color: #555;
    text-transform: uppercase;
    text-align: center;
}

.home-news-box {
    width: 100%;
    float: left;
    transition: transform .3s;
    box-shadow: 0 1px 1px 0 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: 0;
    list-style: none;
}

.notice_box ul li {
    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_left {
    float: left;
    width: 50%;
}

.home_about_right {
    float: right;
    width: 50%;
    background: #DA0000;
    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 img {
    float: left;
    height: 60px;
    margin: 0 6px 10px 0;
}

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

.home_programs a {
    float: left;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    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;
}

/* Section About
--------------------------------------------------------------*/
.section-about {
    float: left;
    width: 100%;
    font-size: 17px;
    padding: 100px 0;
    background: #F4F1E9;
    color: #444;
    text-align: center;
}

.section-about h2 {
    font-size: 38px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0;
}

/* Home ETAB
--------------------------------------------------------------*/
#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: 25%;
    height: 230px;
    margin: 10px 0 25px;
}

#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 0;
    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_2 {
    width: 100%;
    float: left;
    color: #eee;
    padding: 50px 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;
    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: 0;
    list-style: none;
}

.list li {
    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 {
    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;
    color: #ddd;
    text-decoration: none;
    margin: 0 2px;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer_list {
    margin: 0;
    padding: 0;
}

.footer_list li {
    list-style: none;
    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;
}

/* Section Page
--------------------------------------------------------------*/
.section-page {
    float: left;
    width: 100%;
    padding: 80px 0;
}

.page__content {
    color: #1b1b1b;
    font-size: 16px;
}

#wrapper {
    margin: 0;
    width: 100%;
    float: left;
    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: 0 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;
    font-size: 18px;
    text-align: left;
    border-radius: 2px;
}

.directory {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px #eee solid;
    font-size: 15px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background: #eee;
    border-bottom: 3px #870202 solid;
}

.directory img {
    height: 80px;
    padding: 5px;
    margin: 15px 0 15px 15px;
    background: #fff;
    border: 1px #ccc solid;
}

.directory-member-img {
    float: right;
    margin: 15px 15px 0 0;
}

.directory_name {
    padding: 0 0 15px 15px;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px #ccc solid;
}

.directory span a {
    color: #870202;
    font-size: 26px;
}

.directory_details {
    float: left;
    width: 100%;
    padding: 15px;
    text-align: left;
}

.directory_details p a {
    color: #111;
}

.directory_details i {
    color: #870202;
    width: 20px;
    height: 25px;
    line-height: 24px;
    text-align: left;
    margin: 0 0 5px;
}

.member_details_owner {
    padding: 15px;
    margin: 0 0 30px;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    float: left;
    font-size: 18px;
}

.member_details_owner img {
    height: 120px;
    margin: 15px 0 0 0;
    float: none;
}

.member_service {
    width: 100%;
    padding: 15px;
    margin: 0 0 30px;
    border-bottom: 1px #ccc solid;
    float: left;
    font-size: 18px;
}

.faculty_member {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px #eee solid;
    font-size: 14px;
    text-align: left;
    box-shadow: 0 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: #02A725;
    color: #fff;
    font-size: 17px;
    opacity: 0.8;
}

.bangladesh h3 {
    font-size: 41px;
    padding-bottom: 15px;
    margin: 0;
}

.bangladesh img {
    float: left;
    height: 60px;
    margin: 0 6px 10px 0;
}

.search_box {
    float: left;
    width: 100%;
    padding: 30px;
    background: #eee;
    margin-bottom: 30px;
}

.search_box_form {
    float: left;
    padding: 10px;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}

.search_name {
    margin: 10px 0 0 13px;
}

.search_button {
    margin: 0 0 0 25px;
    width: 140px;
}

.contact-area {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 40px 20px;
    height: 200px;
    border-radius: 2px;
    background: #02A725;
    color: #fff;
    box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, .12);
}

.contact-icon {
    padding: 0 0 20px 0;
}

.contact-icon i {
    font-size: 2.5em;
    border: 1px #fff solid;
    width: 70px;
    height: 70px;
    line-height: 69px;
    border-radius: 50%;
}

.contact-area p {
    font-size: 18px;
}