.header-cnt-info .top-right {
    margin-top: 22px;
}
.info-one {
    padding-right: 20px;
    margin-right: 20px;
    display: inline-block;
    float: right;
}
.brd-rgt {
        border-right: 1px dashed #e0e0e0;
}
.info-wrap {
    display: table;
    overflow: hidden;
    width: 100%;
    padding-right: 10px;
}
.info-i {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    line-height: 50px;
    width: 40px;
}
.info-i span {
    z-index: 1;
    font-size: 54px;
    line-height: 54px;
    padding-left: 1px;
    color: #cbcbcb;
    display: inline-block;
    margin-right: 22px;
}
.info-c {
    text-align: left;
    vertical-align: middle;
    line-height: 22px;
}
.subtitle {
    font-size: 20px;
    line-height: 27px;
    color: #005AAA;
}
.title {
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    color: #ED1C24;
    letter-spacing: 1px;
}
.machine-slide {
    color: #005AAA !important;

}
.machine-slide span {
    color: #ED1C24;
}
.cntr {
    text-align: center;
}
.big {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px 0;
}
.why-us-list .right h4 {
	margin-bottom: 0px !important;
	font-size: 22px;
	line-height: 28px;
}
.img-border img {
    padding: 5px;
    border: solid 1px #CBCBCB;
}
.main-ttl h2 {
    text-transform: uppercase;
    color: #005AAA;
}
.main-ttl span {
    color: #ED1C24;
}
.cnt-add i {
    width: 25px;
    height: 25px;
    font-size: 16px;
    margin-left: -27px;
    line-height: 31px;
    margin-right: 1px;
}
.footer li {
    font-size: 15px;
    line-height: 26px;
}
#counter_sec {
    background: url(/images/machine-bg.jpg) no-repeat center bottom;
    max-width: 100%;
    height: 400px;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
}
#counter_sec .num {
    font-size: 45px;
    line-height: 68px;
    font-weight: 800;
    color: #fff;
}

#counter_sec .icon i {
    color: #000;
    font-size: 66px;
    line-height: 66px;
}
#counter_sec h4 {
    color: #fff;
}
.fresh_projects .small img {
    background: #fff;
}
.list li i {
    width: 17px;
    height: 17px;
    font-size: 17px;
    line-height: 21px;
    margin-left: -23px;
    text-align: center;
}
.footer ul.list {
    padding-left: 22px;
}
#page_title {
    padding: 60px 0px 0px;
    background: url(/images/machine-bg.jpg) no-repeat center bottom;
    height: 120px;
    background-size: cover;
    color: #fff;
}
#page_title h1, #page_title a {
    color: #fff;
}
#page_title h1 {
    text-transform: uppercase;
}
.bg {
    float: left;
    width: 100%;
    padding: 50px 0px 45px 0px;
    background: url(../images/elements/lines-bg.png) repeat left top;
}
.ttl-mdm {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
}
.product li {
    font-size: 16px;
    line-height: 32px;
    padding-left: 25px;
}
.product li i {
    color: #ED1C24;
    font-size: 18px;
    margin-left: -21px;
}
.address-info li {
    font-size: 16px;
    line-height: 28px;
}
.address-info li i {
    color: #ED1C24;
    font-size: 18px;
    margin-left: -26px;
}
.address-info .cnt-add {
    padding: 0 27px;
}
.btn1 {
    float: left;
    padding: 10px 22px;
    margin: 0px 0px 0px 0px;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    background-color: #005AAA;
    border: none;
}
.btn1:hover {
    background-color: #ED1C24;
}
#swap img {
     position: relative;
     width: 590px;
     height: 345px;
     padding: 10px;
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#swap > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}



/* Responsive Css */

@media only screen and (max-width: 479px) {
    #logo {
        background: url(/images/small-logo.png) no-repeat left bottom;
    }
      #swap img {
        width: 400px;
        height: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width:999px) {
    .top_contact_info .one_half {
        width: 100%;
            
    }
    
}
@media only screen and (min-width: 999px) and (max-width:1169px) {
    #access .menu ul li a {	
    	font-size: 14px;
        letter-spacing: 0px;
    }
}
@media only screen and (max-width: 767px) {

    #counter_sec h4 {
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 0px;
    }
    #counter_sec .num {
        font-size: 20px;
        line-height: 27px;
    }
    #counter_sec {
        height: 680px;
    }
    #counter_sec .content_fullwidth {
        padding: 0px;
    }
    .why-us-list {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1239px) {
    .header-cnt-info {
        display: none;
    }
    
}
@media only screen and (min-width: 999px) and (max-width:1239px) {
    #swap img {
        width: 450px;
        height: auto;
    }
  
}