*{
    margin: 0;
    padding: 0;
}

body{
    width: 100%;
    font-size: 15px;
    background:url("../images/bg.jpg") repeat;
    /*background:#F0F0F0;*/
}

.min_width {
    width: 1140px;
    margin: 0 auto;
}
.oswald_fonts {
    font-family: 'Oswald', sans-serif;
}

.roboto_fonts {
    font-family: 'Roboto', sans-serif;
}
.raleway {
    font-family: 'Raleway', sans-serif;
}

.nice_underline {
    width: 100%;
    overflow: hidden;
}
.blue_shade {
    width: 20%;
    height: 3px;
    float: left;
    background: #4AB9CF;
}
.blue_shade_1 {
    width: 20%;
    height: 5px;
    background: #4AB9CF;
}
.grey_shade {
    width: 80%;
    height: 1px;
    float: left;
    background: #EBEBEB;
}

.clear{
    clear: both;
}
.top_header {
    width: 100%;
    height: 70px;
    background: #4AB9CF;
    /*background:url("../images/header_top.png") repeat;*/
    padding-top: 10px;
    border-bottom: 5px double #F0F0F0;

}
.top_header_top_class {
    color: #ffffff;
    overflow: hidden;
}
.contact_us_top p{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}
.contact_us_top i{
    color: #ffffff;
    padding-right: 5px;
    font-size: 18px;
}

.contact_us_top{
    width: 150px;
    float: left;
}
.contact_us_top h2{
    font-size: 13px;
    font-weight: 700;
}
.contact_us_top p{
    font-size: 12px;
    color: #F0F0F0;
}



.sister_concern_top {
    width: 200px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
}
.sister_concern_top h2{
    font-size: 13px;
    font-weight: 700;
}
.element{
    font-size: 11px;
    color: #F0F0F0;
    text-transform: uppercase;
}
.sister_concern_top i{
    font-size: 29px;
    margin-top: 0px;
    color: #ffffff;
}
.sister_icon{
    width: 20px;
    float: left;
}
.sister_content{
    width: 170px;
    float: left;
    margin-left: 10px;
}
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}





.office_address_top {
    width: 250px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
}
.office_address_top h2{
    font-size: 13px;
    font-weight: 700;
}
.office_address_top p{
    font-size: 12px;
    color: #F0F0F0;
}
.office_address_top i{
    font-size: 29px;
    margin-top: 0px;
    color: #ffffff;
}
.address_icon{
    width: 20px;
    float: left;
}
.address_content{
    width: 220px;
    float: left;
    margin-left: 10px;
}




.time_top {
    width: 250px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
}
.time_top h2{
    font-size: 13px;
    font-weight: 700;
}
.time_top p{
    font-size: 12px;
    color: #F0F0F0;
}
.time_top i{
    font-size: 29px;
    margin-top: 0px;
    color: #ffffff;
}
.time_icon{
    width: 20px;
    float: left;
}
.time_content{
    width: 220px;
    float: left;
    margin-left: 10px;
}





.social_top {
    width: 210px;
    float: left;
    margin-left: 20px;
}
.social_top h2{
    font-size: 13px;
    font-weight: 700;
    margin-left: 120px;
}
.social_top i{
    font-size: 24px;
    margin-top: 5px;
    color: #ffffff;
}
.social_top i:hover{
    color: #999;
    transition: all 0.3s ease-in-out 0s;
}
.social_content {}
.social_content i{
    font-size: 15px;
}
.social_content ul{
    float:right;
}
.social_content ul li{
    list-style: none;
    display: inline-block;
    padding-left: 10px;
}
.social_content ul li a{
    font-size: 12px;
}
.top_header_min {
    overflow: hidden;
}
.top_header_arrow {
    width: 30px;
    height: 30px;
    background: #4AB9CF;
    float: right;
    cursor: pointer;
}
.top_header_arrow i{
    color: #ffffff;
    text-align: center;
    margin-left: 40%;
}







.body_wrapper {
    /*background: #ffffff;*/
    /*height: 800px;*/
    /*padding-top: 20px;*/
}

.box1 {
    /*width:70%;*/
    height:500px;
    background:#ffffff;
    /*margin:10px auto;*/
    /*border-top: 5px solid #999;*/
    /*border-bottom: 5px solid #999;*/
}
.box_contact {
    /*width:70%;*/
    height:350px;
    background:#ffffff;
    margin:10px auto;
    /*border-top: 5px solid #999;*/
    /*border-bottom: 5px solid #999;*/
}

/*==================================================
 * Effect 5
 * ===============================================*/
.effect5
{
    position: relative;
}
.effect5:before, .effect5:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 20px #777;
    box-shadow: 0 35px 20px #777;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.effect5:after
{
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}


.logo_nav {
    overflow: hidden;
}
.logo {
    width: 150px;
    float: left;
    margin-left: 20px;
    /*margin-left: 20px;*/
}
.logo h1{
    /*font-size: 15px;*/
    /*color: #ffffff;*/
    text-align: center;
    /*margin-top: 50px;*/
    /*text-transform: uppercase;*/
}
.logo img{
    /*width: 70px;*/
    height: 70px;
    margin-top: 0;
    /*border-radius: 3px;*/
}
.logo p{
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    color: #555;
}


.main_nav {
    width: 950px;
    float: left;
    margin-left: 20px;
    background: #4AB9CF;
    /* margin-top: 40px; */
    /* padding: 10px 10px; */
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    border-top: 4px double #ffffff;
    border-bottom: 4px double #ffffff;
}
.nav_arrow {
    width: 42px;
    height: 69px;
    background: #fff;
    position: absolute;
    top: 48px;
    left: 179px;
    transform: rotate(41deg);
}
.main_nav ul{
    /*margin-top: 80px;*/
    margin-left: 60px;
}
.main_nav ul li{
    list-style: none;
    display: inline-block;

}
.main_nav ul li a{
    text-decoration: none;
    color: #ffffff;
    /*background: #F8F8F8;*/
    padding: 10px 20px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.main_nav ul li a:hover{
    color: #333;
    transition: all 0.3s ease-in-out 0s;
}





.content_wrapper_full{
    /*background: #ffffff;*/
    margin-top: 20px;
}
.brand_advantages{
    background: #F8F8F8;
    padding-bottom: 20px;
    /*margin-top: 20px;*/
}
.content_wrapper{
    background: #ffffff;
    height: 572px;
    margin-top: 40px;
    overflow: hidden;
    padding-bottom: 12px;
}

.slider_area {
    width: 550px;
    float: left;
    padding-top: 10px;
    margin-left: 10px;
    /*margin-left: 380px;*/
}
.about_akm {
    width: 560px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
    padding-top: 10px;
}

.about_akm i{
    padding-left: 5px;
    /*font-size: 16px;*/
    /*margin-top: 3px;*/
}
.about_akm a{
    text-decoration: none;
    color: #4AB9CF;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 20px;
    font-family: 'Oswald', sans-serif;
}
.about_akm a:hover{
    text-decoration: underline;
    transition: all 0.3s ease-in-out 0s;
}
.about_akm_company{
    width: 97%;
    float: left;
}
.about_akm_company h1{
    font-size: 15px;
    font-weight: 400;
    color: #666;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.about_akm_company h2{
    font-size: 13px;
    margin-top: 27px;
}
.about_akm_company p{
    font-size: 13px;
    font-weight: 400;
    color: #999;
    text-align: justify;
    line-height: 20px;
    margin-top: 12px;
}
.about_akm_company img{
    width: 100%;
    height: 150px;
}



.looking_next{
    background: #4AB9CF;
    padding-top: 17px;
    padding-left: 10px;
    padding-bottom: 17px;
    padding-right: 10px;
    overflow: hidden;
    border-top: 4px double #ffffff;
    border-bottom: 4px double #ffffff;
    position: relative;
}
.looking_corner {
    width: 65px;
    height: 65px;
    background: #4AB9CF;
    position: absolute;
    top: 12px;
    left: 701px;
    transform: rotate(45deg);
    border-top: 4px double #fff;
    border-right: 4px double#fff;
}
.looking_next_content{
    width: 715px;
    float: left;
}
.looking_next_content h1{
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 15px;
    font-weight: 400;
    margin-left: 10px;
}
.looking_next_buton{
    width: 400px;
    float: left;
    overflow: hidden;
}

.get_a_quote {
    width: 150px;
    float: left;
    height: 30px;
    margin-top: 15px;
    margin-left: 83px;
}
.get_a_quote i{
    font-size: 16px;
    padding-left: 10px;
}
.get_a_quote a{
    text-decoration: none;
    color: #555555;
    background: #ffffff;
    padding: 15px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 1px;
}
.get_a_quote a:hover{
    color: #ffffff;
    background: #555555;
    transition: all 0.3s ease-in-out 0s;
}
.check_products_list {
    width: 167px;
    height: 40px;
    float: left;
    margin-top: 17px;
}
.check_products_list a{
    text-decoration: none;
    color: #ffffff;
    border: 3px double #ffffff;
    padding: 10px;
    text-transform: uppercase;
}
.check_products_list a:hover{
    color: #555;
    border: 3px double #555;
    transition: all 0.3s ease-in-out 0s;
}
/*.looking_corner {*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*background: #4AB9CF;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
/*}*/



.why_choose_who_we {
    background: #F0F0F0;
    height: 350px;
    padding-bottom: 40px;
}
.who_we_are_choose {
    padding-top: 20px;
    overflow: hidden;
}

.why_choose_us {
    width: 530px;
    float: left;
    padding-left: 20px;
}
.why_choose_us h1{
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    color: #333;
    padding-bottom: 10px;
}
.why_choose_us h2{
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    color: #555;
    padding-top: 10px;
}
.why_choose_us i{
    color: #4AB9CF;
    font-size: 18px;
    padding-right: 10px;
}
.why_choose_us p{
    text-align: justify;
    font-size: 13px;
    color: #999;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    margin-top: 5px;
    padding-left: 30px;
}

















.company_advantages {
    width: 550px;
    float: left;
    margin-left: 40px;
}
.company_advantages h2{
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    color: #333;
    padding-bottom: 8px;
}
.sales_team {
    background: #F0F0F0;
    overflow: hidden;
    margin-top: 20px;
    border-top: 4px double #ffffff;
    border-bottom: 4px double #ffffff;
}
.sales_team:hover h1{
    color: #4AB9CF;
    transition: all 0.3s ease-in-out 0s;
}

.mark_research_team:hover h1{
    color: #4AB9CF;
    transition: all 0.3s ease-in-out 0s;
}

.products_research_team:hover h1{
    color: #4AB9CF;
    transition: all 0.3s ease-in-out 0s;
}

.company_management_team:hover h1{
    color: #4AB9CF;
    transition: all 0.3s ease-in-out 0s;
}

.mark_research_team {
    background: #EEEEEE;
    overflow: hidden;
    margin-top: 20px;
    border-top: 4px double #ffffff;
    border-bottom: 4px double #ffffff;
}
.products_research_team {
    background: #EEEEEE;
    overflow: hidden;
    margin-top: 20px;
    border-top: 4px double #ffffff;
    border-bottom: 4px double #ffffff;
}
.company_management_team {
    background: #EEEEEE;
    overflow: hidden;
    margin-top: 20px;
    border-top: 4px double #ffffff;
    border-bottom: 4px double #ffffff;
}
.sales_img {
    width: 100px;
    height: 100px;
    float: left;
}
.sales_img img{
    width: 100px;
    height: 100px;
}
.sales_content{
    width: 425px;
    float: left;
    margin-left: 20px;
    position: relative;
    padding-right: 5px;
}
.company_advantages_arrow {
    width: 10px;
    height: 10px;
    background: #A8A8A8;
    position: absolute;
    top: 49px;
    left: -26px;
    transform: rotate(45deg);
}
.company_advantages h1{
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    color: #555;
    padding-top: 5px;
}
.company_advantages p{
    font-weight: 400;
    font-size: 13px;
    /*letter-spacing: 1px;*/
    text-align: justify;
    color: #989898;
    margin-top: 5px;
    padding-right: 5px;
    font-family: 'Roboto', sans-serif;
}





.our_clients {
    padding-top: 50px;
    overflow: hidden;
    padding-bottom: 50px;
}

.our_clients_logo {}
.our_clients_logo h1{
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    color: #333;
    padding-bottom: 5px;
}
.our-clients-head{
    width: 550px;
    padding-left: 20px;
}
.our_clients p{
    font-family: 'Roboto', sans-serif;
    padding-bottom: 10px;
    font-size: 17px;
    color: #555;
}
.our_clients_logo img {
    width: 140px;
    height: 88px;
    background: #ffffff;
}
.logo a{
    text-decoration: none;
}
.logo_li {
    margin-top: 30px;
}
.our_clients_logo ul{
    margin: 0;
    padding: 0;
}
.our_clients_logo ul li{
    list-style: none;
    display: inline-block;
    border: 1px double #F3F3F3;
    margin-top: 16px;
}
.our_clients_logo ul li a{
    padding: 10px 15px;
}


.footer {
    height: 285px;
    background: #3d3d3d url("../images/pattern_1.png") repeat 50% 22px;
    background-size: 50px 50px;
    padding: 51px 0 0 0;
    overflow: hidden;
}

.footer h1{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.footer p{
    width: 220px;
    font-size: 13px;
    color: #999999;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
}
.footer_1{
    width: 270px;
    float: left;
}
.footer_1 i{
    font-size: 18px;
    margin-top: 15px;
}
.footer_1 ul {}
.footer_1 ul li{
    list-style: none;
    display: inline-block;
}
.footer_1 ul li a{
    text-decoration: none;
    padding: 10px;
    color: #999999;
}
.footer_1 ul li a:hover{
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
}
.footer_2{
    width: 270px;
    float: left;
    margin-left: 20px;
}
.address_content_footer {
    overflow: hidden;
    margin-top: 10px;
}
.content_icon {
    width: 50px;
    float: left;
}
.content_icon i{
    color: #999999;
    font-size: 20px;
}
.content_writes {
    width: 220px;
    float: left;
}
.content_writes a{
    text-decoration: none;
    color: #999;
}

.footer_3{
    width: 270px;
    float: left;
    margin-left: 20px;
}
.footer-gallery{
    overflow: hidden;
}
.footer-gallery img{
    width: 100%;
    height: 85px;
}
.footer-gallery-img-1{
    width: 85px;
    float: left;
}
.footer-gallery-img-2{
    width: 85px;
    float: left;
    margin-left: 7px;
}
.footer-gallery-img-3{
    width: 85px;
    float: left;
    margin-left: 7px;
}




.footer_4{
    width: 270px;
    float: left;
    margin-left: 20px;
}
.footer_nav {
    overflow: hidden;
}
.footer_nav_1{
    width: 130px;
    float: left;
}
.footer_nav_2{
    width: 130px;
    float: left;
    margin-left: 10px;
}
.footer_nav ul{}
.footer_nav ul li{
    list-style: none;
}
.footer_nav ul li a{
    text-decoration: underline;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}
.footer_nav ul li a:hover{
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
}

.second_footer{
    background: #333333;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: hidden;
}
.second_footer h1{
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    float: left;
}
.second_footer h2{
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    float: right;
}
.second_footer a{
    text-decoration: none;
    color: #33B7D2;
}









/**/
.contact_us_img{
    width: 270px;
    float: left;
}
.contact_us_img img{
    width: 270px;
    height: 322px;
}

.contacts_address{
    width: 270px;
    float: left;
    margin-left: 15px;
    margin-right: 5px;
    /*padding-right: 10px;*/
    overflow: hidden;
    /*padding-top: 5px;*/
}
.contacts_address h1{
    font-size: 15px;
    font-weight: 400;
    color: #666;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Oswald', sans-serif;
}
.contact_address {
    margin-top: 10px;
    overflow: hidden;
}
.contact_address_icon {
    width: 40px;
    float: left;
}
.contact_address_icon i{
    font-size: 20px;
    color: #4AB9CF;
}
.contact_address_content {
    width: 230px;
    float: left;
}
.contact_address_content p{
    color: #777;
    font-size: 14px;
}
.local_query {
    margin-top: 10px;
}

.contact_phone {
    padding-top: 10px;
    overflow: hidden;
}
.contact_phone_icon {
    width: 40px;
    float: left;
}
.contact_phone_icon i{
    font-size: 20px;
    color: #4AB9CF;
}
.contact_phone_content {
    width: 230px;
    float: left;
}
.contact_phone_content p{
    color: #777;
    font-size: 14px;
    font-weight: 500;
}

.contact_name {
    padding-top: 10px;
    overflow: hidden;
}
.contact_name_icon {
    width: 40px;
    float: left;
}
.contact_name_icon i{
    font-size: 25px;
    color: #4AB9CF;
}
.contact_name_content {
    width: 230px;
    float: left;
}
.director-img{
    padding-top: 10px;
    margin-left: 38px;
}
.director-img img{
    width: 155px;
    height: 155px;
    border: 10px solid #EEEEEE;
}
.contact_name_content p{
    color: #777;
    font-size: 14px;
    font-weight: 500;
}


.contact_cell {
    padding-top: 10px;
    overflow: hidden;
}
.contact_cell_icon {
    width: 40px;
    float: left;
}
.contact_cell_icon i{
    font-size: 20px;
    color: #4AB9CF;
}
.contact_cell_content {
    width: 230px;
    float: left;
}
.contact_cell_content p{
    color: #777;
    font-size: 14px;
    font-weight: 500;
}

.contact_email {
    padding-top: 10px;
    overflow: hidden;
}
.contact_email_icon {
    width: 40px;
    float: left;
}
.contact_email_icon i{
    font-size: 18px;
    color: #4AB9CF;
}
.contact_email_content {
    width: 230px;
    float: left;
}
.contact_email_content p{
    color: #777;
    font-size: 14px;
}
.contact_email_content a{
    text-transform: lowercase;
    color: #777777;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-decoration: none;
}
.message_international_query{
    overflow: hidden;
    /*margin-top: 50px;*/
}
.content_wrapper_contact{
    background: #ffffff;
    height: 550px;
    margin-top: 40px;
    overflow: hidden;
    /*padding-top: 10px;*/
    padding-bottom: 10px;
    /*border-top: 5px solid #4AB9CF;*/
}
.contact_us_content {
    padding-left: 15px;
}
.contact_us_content h1{
    /*text-align: center;*/
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #666;
}
.international_query{
    width: 300px;
    float: left;
    /*background: #F0F0F0;*/
    background:url("../images/agsquare.png") repeat;
    padding-bottom: 100px;
    height: 500px;
    /*position: relative;*/
}
.message_form{
    width: 800px;
    float: left;
    margin-left: 40px;
    overflow: hidden;
    margin-top: 50px;
}
.message_box_1{
    width: 300px;
    float: left;
}
.message_box_1 input {
    width: 95%;
    height: 63px;
    margin-top: 10px;
    padding-left: 15px;
    outline: none;
    background: #F2F2F2;
    border: 1px solid #DFDFDF;
}
.message_box_1 input:hover{
    border: 1px solid #4AB9CF;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
::-webkit-input-placeholder { font-size: 16px; color: #777; }
::-moz-placeholder { font-size: 16px; color: #777; }
:-ms-input-placeholder { font-size: 16px; color: #777; }
input:-moz-placeholder { font-size: 16px; color: #777; }

.message_box_2{
    width: 480px;
    float: left;
    margin-left: 20px;
}
.message_box_2 textarea{
    width: 463px;
    max-width: 463px;
    height: 198px;
    max-height: 198px;
    margin-top: 10px;
    outline: none;
    padding-left: 15px;
    padding-top: 15px;
    background: #F2F2F2;
    border: 1px solid #DFDFDF;
    font-family: 'Roboto', sans-serif;
}
.message_box_2 textarea:hover{
    border: 1px solid #4AB9CF;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.send_message_button input{
    width: 150px;
    height: 45px;
    padding: 10px;
    float: right;
    border: none;
    color: #ffffff;
    font-size: 16px;
    background: #4AB9CF;
    margin-top: 10px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}









.about-us-content{
    background: #ffffff;
    overflow: hidden;
    padding-bottom: 50px;
    margin-top: -27px;
}
.about-us-content p{
    font-size: 13px;
    font-weight: 400;
    color: #999;
    text-align: justify;
    line-height: 20px;
    margin-top: 25px;
}
.content-section-1{
    width: 360px;
    float: left;
    padding-left: 10px;
    text-align: justify;
}
.content-section-2{
    width: 360px;
    float: left;
    margin-left: 25px;
    text-align: justify;
}
.content-section-3{
    width: 370px;
    float: left;
    margin-left: 15px;
}
.about-us-para{}
.about-us-para span{
    font-weight: bold;
}
.about-img{
    margin-top: 25px;
}
.about-img img{
    width: 100%;
}

.content-section-2-para{
    margin-top: 44px !important;
}







.career-content{
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 100px;
}
.career_banner img{
}
.career_at_akm{
    text-align: center;
    padding-top: 50px;
}
.career_at_akm h1{
    font-size: 25px;
    font-weight: 400;
    color: #666;
    padding-top: 5px;
    padding-bottom: 5px;
}
.career_at_akm p{
    width: 800px;
    font-size: 13px;
    font-weight: 400;
    color: #999;
    line-height: 20px;
    margin: 0 auto;
}
.career_classification{
    padding-top: 50px;
    overflow: hidden;
}
.career_classification h2{
    text-align: center;
}
.career_classification h3{
    text-align: center;
    text-transform: uppercase;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
}
.career_classification p{
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #999;
    line-height: 20px;
}
.career_classification img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
}
.career_class_1{
    width: 360px;
    float: left;
    padding-left: 10px;
}
.career_class_2{
    width: 370px;
    float: left;
    margin-left: 15px;
}
.career_class_3{
    width: 370px;
    float: left;
    margin-left: 15px;
}
.career-description {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    margin-top: 50px;

}
.career-description-para{
    margin-top: 40px;
}
.career-description-para span{
    color:#358DB4;
}












.our-md-content{
    background: #ffffff;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 100px;
}
.our-md-img{
    width: 499px;
    float: left;
    border-right: 1px solid #eeeeee;
}
.our-md-txt{
    width: 550px;
    float: left;
    margin-left: 40px;
    padding-right: 50px;
}
.our-md-txt p{
    font-size: 14px;
    font-weight: 400;
    color: #888;
    text-align: justify;
    line-height: 27px;
}
.our-md-txt p:nth-child(2){
    margin-top: 25px;
}
.our-md-txt p:nth-child(3){
    margin-top: 25px;
}
.our-md-txt p:nth-child(4){
    margin-top: 25px;
}
.our-md-txt p:nth-child(5){
    margin-top: 25px;
}
.managing-director-img img{
    width: 204px;
    height: 250px;
    border: 10px solid #eeeeee;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(136,136,136,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(136,136,136,1);
    box-shadow: 2px 2px 5px 0px rgba(136,136,136,1);
}
.managing-director-img p{
    text-align: center;
}
.md_position{
    padding-left: 141px;
    text-transform: uppercase;
    padding-top: 10px;
}
.md_position h2{
    font-size: 18px;
    font-weight: 800;
    color: #666;
    padding-bottom: 5px;
    letter-spacing: 1px;
}
.md_position h3{
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 5px;
}
.md_position h4{
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 5px;
}
.director-romana{
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-top: 10px;
    width: 90%;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #2B8DA1;
    padding-left: 10px;
}

.director-romana-2{
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-top: 10px;
    width: 90%;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #309FB5;
    padding-left: 10px;
}

.director-romana-3{
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-top: 10px;
    width: 90%;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #4AB9CF;
    padding-left: 10px;
}
.our-md-nav{
    background: #ffffff;
}
.md_signature{
    margin-top: 10px;
}
.md_signature p{
    font-weight: 700;
}
.md_signature h2{
    font-weight: 700;
    color: #999;
    font-size: 15px;
}
.md_signature img{
    width: 94px;
    height: 50px;
}














.sister-concern-content{
    overflow: hidden;
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 100px;
}
.sister-concern-content-3{
    width: 330px;
    float: left;
}
.sister-concern-content-4{
    width: 170px;
    float: left;
    margin-top: 193px;
}

.sister-concern-content-3 p{
    font-size: 29px;
    text-align: right;
    text-transform: uppercase;
    transform: rotate(-90deg);
    margin-top: 315px;
    color: #36B1C9;
    font-weight: 700;
    letter-spacing: 1px;
}
.sister-concern-content-2{
    width: 600px;
    float: left;
    margin-left: 40px;
}
.sister-concern-left{
    width: 300px;
    float: left;
}
.sister-concern-right{
    width: 300px;
    float: left;
}
.sister_concern_box{
    width: 300px;
    height: 300px;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
}
.sister_concern_box h3{
    padding-top: 130px;
    color: #ffffff;
    letter-spacing: 1px;
}
.concern-box-1{
    background: #2B8DA1;
}
.concern-box-2{
    background: #309FB5;
}
.concern-box-3{
    background: #36B1C9;
}
.concern-box-4{
    background: #309FB5;
}









.product_list_content{
    background: #ffffff;
    padding-bottom: 100px;
    overflow: hidden;
}
.product_list_content_sec-1{
    width: 300px;
    float: left;
    padding-top: 50px;
    padding-left: 80px;
}
.product_list_content_sec-2{
    width: 300px;
    float: left;
    padding-top: 50px;
    margin-left: 80px;
}
.product_list_content_sec-3{
    width: 300px;
    float: left;
    padding-top: 50px;
    margin-left: 80px;
}
.product_hover h3{
    background: #ffffff;
    padding: 3px;
    color: #555;
    font-size: 20px;
    border-bottom: 1px solid #eeeeee;
    width: 50px;
    text-align: left;
}
.product_hover:hover{
    font-weight: bold;
}
.product_left{
    margin-top: 15px;
}
.product_middle{
    margin-top: 15px;
}
.product_right{
    margin-top: 15px;
}
.product-one {
    padding-top: 10px;
}
.product-one  li{
    list-style: none;
    color: #555;
}
.our_product_list{
    text-transform: capitalize;
    padding-top: 50px;
    padding-left: 80px;
    font-weight: 200;
    border-bottom: 1px solid #eeeeee;
    color: #999;
    padding-bottom: 10px;
}
.footer-further{
    background: #ffffff;
    padding-bottom: 20px;
}
.footer-further h1{
    padding-left: 80px;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer-further a{
    text-decoration: none;
    color: #33B7D2;
    font-weight: 800;
}
.our-gallery{
    /*background: #ffffff;*/
}
.gallery-slider{
    background: #ffffff;
    padding-top: 50px;
}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.cssload-jar {
    position: relative;
    width: 195px;
    margin: 49px auto 0;
    text-align: center;
}
.cssload-jar .cssload-mouth {
    width: 39px;
    height: 10px;
    margin: 0 auto -1px;
    border-right: 4px solid rgb(0,0,0);
    border-left: 4px solid rgb(0,0,0);
    border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
}
.cssload-jar .cssload-neck {
    width: 34px;
    height: 46px;
    margin: 0 auto -7px;
    z-index: 7;
    position: relative;
    background-color: rgb(255,255,255);
    border-right: 4px solid rgb(0,0,0);
    border-left: 4px solid rgb(0,0,0);
}
.cssload-jar .cssload-bubble {
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: rgb(74,185,207);
    opacity: 0.4;
    left: 90px;
    z-index: 8;
    top: 107px;
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    animation: cssload-buble 2.3s linear 1.15s infinite;
    -o-animation: cssload-buble 2.3s linear 1.15s infinite;
    -ms-animation: cssload-buble 2.3s linear 1.15s infinite;
    -webkit-animation: cssload-buble 2.3s linear 1.15s infinite;
    -moz-animation: cssload-buble 2.3s linear 1.15s infinite;
}
.cssload-jar .cssload-bubble + .cssload-bubble {
    left: 85px;
    top: 117px;
    width: 15px;
    height: 15px;
    animation-duration: 3.45s;
    -o-animation-duration: 3.45s;
    -ms-animation-duration: 3.45s;
    -webkit-animation-duration: 3.45s;
    -moz-animation-duration: 3.45s;
}
.cssload-jar .cssload-base {
    margin: auto;
    width: 117px;
    height: 97px;
    border: 4px solid rgb(0,0,0);
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.cssload-jar .cssload-base .cssload-bubble {
    left: 15px;
    top: 49px;
    animation: cssload-bounce 2.65s linear 0s infinite alternate;
    -o-animation: cssload-bounce 2.65s linear 0s infinite alternate;
    -ms-animation: cssload-bounce 2.65s linear 0s infinite alternate;
    -webkit-animation: cssload-bounce 2.65s linear 0s infinite alternate;
    -moz-animation: cssload-bounce 2.65s linear 0s infinite alternate;
}
.cssload-jar .cssload-base .cssload-bubble + .cssload-bubble {
    left: 73px;
    top: 39px;
    animation-duration: 3.45s;
    -o-animation-duration: 3.45s;
    -ms-animation-duration: 3.45s;
    -webkit-animation-duration: 3.45s;
    -moz-animation-duration: 3.45s;
}
.cssload-jar .cssload-liquid {
    height: 39px;
    background-color: rgb(74,185,207);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.cssload-jar .cssload-wave {
    width: 58px;
    height: 19px;
    position: absolute;
    background-color: rgb(74,185,207);
    left: 0;
    top: 56px;
    animation: cssload-wave 1.15s linear 1.15s infinite alternate;
    -o-animation: cssload-wave 1.15s linear 1.15s infinite alternate;
    -ms-animation: cssload-wave 1.15s linear 1.15s infinite alternate;
    -webkit-animation: cssload-wave 1.15s linear 1.15s infinite alternate;
    -moz-animation: cssload-wave 1.15s linear 1.15s infinite alternate;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.cssload-jar .cssload-wave + .cssload-wave {
    left: auto;
    right: 0;
}



























@keyframes cssload-wave {
    from {
        transform: translateX(97px);
    }
    to {
        transform: translateX(-97px);
    }
}

@-o-keyframes cssload-wave {
    from {
        -o-transform: translateX(97px);
    }
    to {
        -o-transform: translateX(-97px);
    }
}

@-ms-keyframes cssload-wave {
    from {
        -ms-transform: translateX(97px);
    }
    to {
        -ms-transform: translateX(-97px);
    }
}

@-webkit-keyframes cssload-wave {
    from {
        -webkit-transform: translateX(97px);
    }
    to {
        -webkit-transform: translateX(-97px);
    }
}

@-moz-keyframes cssload-wave {
    from {
        -moz-transform: translateX(97px);
    }
    to {
        -moz-transform: translateX(-97px);
    }
}

@keyframes cssload-bounce {
    0% {
        transform: translate(5px, 15px);
    }
    50% {
        transform: translate(0, -15px);
    }
    100% {
        transform: translate(-5px, -36px);
        opacity: 1;
    }
}

@-o-keyframes cssload-bounce {
    0% {
        -o-transform: translate(5px, 15px);
    }
    50% {
        -o-transform: translate(0, -15px);
    }
    100% {
        -o-transform: translate(-5px, -36px);
        opacity: 1;
    }
}

@-ms-keyframes cssload-bounce {
    0% {
        -ms-transform: translate(5px, 15px);
    }
    50% {
        -ms-transform: translate(0, -15px);
    }
    100% {
        -ms-transform: translate(-5px, -36px);
        opacity: 1;
    }
}

@-webkit-keyframes cssload-bounce {
    0% {
        -webkit-transform: translate(5px, 15px);
    }
    50% {
        -webkit-transform: translate(0, -15px);
    }
    100% {
        -webkit-transform: translate(-5px, -36px);
        opacity: 1;
    }
}

@-moz-keyframes cssload-bounce {
    0% {
        -moz-transform: translate(5px, 15px);
    }
    50% {
        -moz-transform: translate(0, -15px);
    }
    100% {
        -moz-transform: translate(-5px, -36px);
        opacity: 1;
    }
}

@keyframes cssload-buble {
    0% {
        transform: translate(3px, 10px);
    }
    25% {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(-3px, -24px);
    }
    75% {
        transform: translate(0, -49px);
        opacity: 1;
    }
    100% {
        transform: translate(3px, -97px);
        opacity: 0;
    }
}

@-o-keyframes cssload-buble {
    0% {
        -o-transform: translate(3px, 10px);
    }
    25% {
        -o-transform: translate(0, 0px);
    }
    50% {
        -o-transform: translate(-3px, -24px);
    }
    75% {
        -o-transform: translate(0, -49px);
        opacity: 1;
    }
    100% {
        -o-transform: translate(3px, -97px);
        opacity: 0;
    }
}

@-ms-keyframes cssload-buble {
    0% {
        -ms-transform: translate(3px, 10px);
    }
    25% {
        -ms-transform: translate(0, 0px);
    }
    50% {
        -ms-transform: translate(-3px, -24px);
    }
    75% {
        -ms-transform: translate(0, -49px);
        opacity: 1;
    }
    100% {
        -ms-transform: translate(3px, -97px);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-buble {
    0% {
        -webkit-transform: translate(3px, 10px);
    }
    25% {
        -webkit-transform: translate(0, 0px);
    }
    50% {
        -webkit-transform: translate(-3px, -24px);
    }
    75% {
        -webkit-transform: translate(0, -49px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(3px, -97px);
        opacity: 0;
    }
}

@-moz-keyframes cssload-buble {
    0% {
        -moz-transform: translate(3px, 10px);
    }
    25% {
        -moz-transform: translate(0, 0px);
    }
    50% {
        -moz-transform: translate(-3px, -24px);
    }
    75% {
        -moz-transform: translate(0, -49px);
        opacity: 1;
    }
    100% {
        -moz-transform: translate(3px, -97px);
        opacity: 0;
    }
}