h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong {
    margin: 0px;
    padding: 0px;
}
ul {
    margin: 0px;
    padding: 0px;
}
ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
a {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    outline: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
a:active {
    outline: none;
    text-decoration: none;
}
a:hover {
    outline: none;
    text-decoration: none;
}
img {
    outline: none;
    text-decoration: none;
    max-width: 100%;
    height: auto !important;
}
input[type="text"]::-webkit-placeholder {
    opacity: 1;
}
input[type="text"]::-moz-placeholder {
    opacity: 1;
}
input[type="email"]::-webkit-placeholder {
    opacity: 1;
}
input[type="email"]::-moz-placeholder {
    opacity: 1;
}
input[type="tel"]::-webkit-placeholder {
    opacity: 1;
}
input[type="tel"]::-moz-placeholder {
    opacity: 1;
}
textarea::-webkit-placeholder {
    opacity: 1;
}
textarea::-moz-placeholder {
    opacity: 1;
}

/* Getting the new tags to behave */
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
    display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
    display: inline;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Global properties */
* {
    padding: 0px;
    margin: 0px;
    outline: none;
    border: none;
    list-style: none;
    text-decoration: none;
}
.noBdr {
    border: none !important;
}
.clr {
    line-height: 0px;
    font-size: 0px;
    clear: both;
}

body {
    font: normal 14px/18px Arial, Helvetica, sans-serif;
    color: #000;
}

@font-face {
    font-family: "MyriadProSemibold";
    src: url("../fonts/MyriadProSemibold.eot");
    src: url("../fonts/MyriadProSemibold.eot") format("embedded-opentype"),
        url("../fonts/MyriadProSemibold.woff2") format("woff2"), url("../fonts/MyriadProSemibold.woff") format("woff"),
        url("../fonts/MyriadProSemibold.ttf") format("truetype"),
        url("../fonts/MyriadProSemibold.svg#MyriadProSemibold") format("svg");
}
@font-face {
    font-family: "MyriadProRegular";
    src: url("../fonts/MyriadProRegular.eot");
    src: url("../fonts/MyriadProRegular.eot") format("embedded-opentype"),
        url("../fonts/MyriadProRegular.woff2") format("woff2"), url("../fonts/MyriadProRegular.woff") format("woff"),
        url("../fonts/MyriadProRegular.ttf") format("truetype"),
        url("../fonts/MyriadProRegular.svg#MyriadProRegular") format("svg");
}
@font-face {
    font-family: "MyriadProBold";
    src: url("../fonts/MyriadProBold.eot");
    src: url("../fonts/MyriadProBold.eot") format("embedded-opentype"),
        url("../fonts/MyriadProBold.woff2") format("woff2"), url("../fonts/MyriadProBold.woff") format("woff"),
        url("../fonts/MyriadProBold.ttf") format("truetype"),
        url("../fonts/MyriadProBold.svg#MyriadProBold") format("svg");
}

.wrapper {
    width: 100%;
}
.container {
    width: 1170px;
    margin: 0 auto;
}

/*main menu*/

.main_header {
    width: 100%;
    float: left;
    background: #fff;
}
.main_header_in {
    width: 100%;
    position: relative;
}
.main_header_in_lft {
    width: 280px;
    position: relative;
    float: left;
}
.main_header_in_lft a {
    position: absolute;
    width: 100%;
    left: 0;
    top: 9px;
    z-index: 9999;
}
.main_header_in_lft a img {
    max-width: 100%;
    position: relative;
}
.main_header_in_lft span {
    position: absolute;
    left: 0;
    top: 100px;
    min-height: 20px;
    width: 100%;
    z-index: 99;
}
.main_header_in_lft span img {
    max-width: 100%;
}
.main_header_in_rt {
    width: 667px;
    float: right;
}
.desktop_menu {
    width: 100%;
    float: right;
    text-align: center;
}
.desktop_menu ul {
    margin: 0;
    padding: 22px 0;
    position: relative;
    width: auto;
    float: left;
}
.desktop_menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    position: relative;
}
.desktop_menu ul li a {
    text-decoration: none;
    padding: 20px 27px;
    background: none;
    font: normal 15px/16px "MyriadProRegular";
    text-transform: uppercase;
    color: #231f20;
    display: inline-block;
}
.desktop_menu ul > li > a.actv {
    color: #eb141f !important;
}
.desktop_menu .li_caret {
    background: url(../images/arrow.png) no-repeat right;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-left: 5px;
}
.desktop_menu ul li:nth-child(1) a .li_bg {
    background: url(../images/m1.png) no-repeat left;
    width: 20px;
    height: 12px;
    display: inline-block;
}
.desktop_menu ul li:nth-child(1) a.actv .li_bg {
    background: url(../images/m1_a.png) no-repeat left;
    width: 20px;
    height: 12px;
    display: inline-block;
}
.desktop_menu ul li:nth-child(2) a .li_bg {
    background: url(../images/m2.png) no-repeat left;
    width: 20px;
    height: 12px;
    display: inline-block;
}
.desktop_menu ul li:nth-child(2) a.actv .li_bg {
    background: url(../images/m2_a.png) no-repeat left;
    width: 20px;
    height: 12px;
    display: inline-block;
}
.desktop_menu ul li:nth-child(3) a .li_bg {
    background: url(../images/m3.png) no-repeat left;
    width: 20px;
    height: 12px;
    display: inline-block;
}
.desktop_menu ul li:nth-child(3) a.actv .li_bg {
    background: url(../images/m3_a.png) no-repeat left;
    width: 20px;
    height: 12px;
    display: inline-block;
}
.desktop_menu ul li:nth-child(4) a .li_bg {
    background: url(../images/m4.png) no-repeat left;
    width: 20px;
    height: 12px;
    display: inline-block;
}
.desktop_menu ul li:nth-child(4) a.actv .li_bg {
    background: url(../images/m4_a.png) no-repeat left;
    width: 20px;
    height: 12px;
    display: inline-block;
}
.desktop_menu .diff_li {
    color: #fff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 13px 0 13px 18px;
    width: 119px;
    text-align: center;
    background: url(../images/m5.png) no-repeat 33px 15px #eb141f;
    background-size: 7%;
    float: right;
    margin: 27px 0 0 0;
    text-transform: uppercase;
    font: normal 14px/16px "MyriadProRegular";
}

.desktop_menu ul > li > ul {
    display: none;
    position: absolute;
    left: 31px;
    top: 100%;
    width: 200px;
    z-index: 999999;
}
.desktop_menu ul > li:hover > ul {
    display: block;
}
.desktop_menu ul > li > ul > li {
    width: 100%;
    display: inline-block;
}
.desktop_menu ul > li > ul > li a {
    width: 100%;
    display: inline-block;
    background: #7b1103;
    color: #fff;
    padding: 15px;
    text-align: left;
}
.desktop_menu ul > li > ul > li a:hover,
.main_header_in ul > li > ul > li a:focus {
    background: #380903;
    border: none;
}
.desktop_menu ul > li > ul > li > ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}
.desktop_menu ul > li > ul > li:hover > ul {
    display: block;
}
.desktop_menu ul > li > ul > li:hover > a {
    background: #380903 !important;
    border: none !important;
}
.desktop_menu ul > li > ul > li > ul > li > a {
    background: #7b1103 !important;
}

/*mobile menu*/
.mobile_menu_main {
    display: none !important;
}
.mobile_menu_main {
    width: 100%;
    float: left;
    background: #fff;
}
.mobile_menu_main_in {
    width: 100%;
    position: relative;
}
.mobile_header_in_lft {
    width: 164px;
    position: relative;
    float: left;
}
.mobile_header_in_lft a {
    position: absolute;
    width: 100%;
    left: 0;
    top: 6px;
    z-index: 9999;
}
.mobile_header_in_lft a img {
    max-width: 100%;
    position: relative;
}
.mobile_header_in_lft span {
    position: absolute;
    left: 0;
    top: 67px;
    min-height: 20px;
    width: 42%;
    z-index: 99;
}
.mobile_header_in_lft span img {
    max-width: 100%;
}
.mobile_header_in_rt {
    width: 100%;
    float: right;
}
.mobile_menu {
    width: 100%;
    float: left;
}
.cssmenu {
    width: 100%;
    float: left;
}
.diff_li_mob {
    position: absolute;
    right: 75px;
    top: 13px;
    color: #fff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 8px 0 8px 10px;
    width: 90px;
    text-align: center;
    background: url(../images/m5.png) no-repeat 19px 10px #eb141f;
    background-size: 8%;
    float: right;
    margin: 0;
    text-transform: uppercase;
    font: normal 14px/16px "MyriadProRegular";
    z-index: 2;
}
.mobile_menu_main #cssmenu #menu-button {
    padding: 20px;
    margin: 8px 14px 20px auto;
    /* margin-bottom: 1.0em; */
    background-color: #fff;
}
.mobile_menu_main #cssmenu #menu-button::after {
    right: 6px;
    top: 11px;
    width: 29px;
}
.mobile_menu_main #cssmenu #menu-button::before {
    height: 9px;
    position: absolute;
    right: 6px;
    top: 18px;
    width: 29px;
}
#cssmenu #menu-button:focus {
outline: none;
box-shadow: 0 0 0 3px #f9c4c7;
background-color: #eb141f;
border-radius: 5px;
}
.mobile_menu_main #cssmenu #menu-button:focus::after {
    background: #fff;
}
.mobile_menu_main #cssmenu #menu-button:focus::before {
    border-color: #fff;
}

.mobile_menu_main #cssmenu ul li a {
    text-decoration: none;
    background: none;
    font: normal 15px/16px "MyriadProRegular";
    text-transform: uppercase;
    color: #231f20;
    display: inline-block;
}
.mobile_menu_main #cssmenu ul li a:hover,
.mobile_menu_main #cssmenu ul li a:active {
    color: #231f20 !important;
}

.mobile_menu_main ul > li > a.actv {
    color: #eb141f !important;
}
.mobile_menu_main .li_caret {
    background: url(../images/arrow.png) no-repeat right;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-left: 5px;
}
.mobile_menu_main ul li:nth-child(1) a .li_bg {
    background: url(../images/m1.png) no-repeat left;
    width: 20px;
    height: 12px;
    display: inline-block;
}
.mobile_menu_main ul li:nth-child(1) a.actv .li_bg {
    background: url(../images/m1_a.png) no-repeat left;
    width: 20px;
    height: 12px;
    display: inline-block;
}
.mobile_menu_main ul li:nth-child(2) a .li_bg {
    background: url(../images/m2.png) no-repeat left;
    width: 20px;
    height: 12px;
    display: inline-block;
}
.mobile_menu_main ul li:nth-child(2) a.actv .li_bg {
    background: url(../images/m2_a.png) no-repeat left;
    width: 20px;
    height: 12px;
    display: inline-block;
}
.mobile_menu_main ul li:nth-child(3) a .li_bg {
    background: url(../images/m3.png) no-repeat left;
    width: 20px;
    height: 12px;
    display: inline-block;
}
.mobile_menu_main ul li:nth-child(3) a.actv .li_bg {
    background: url(../images/m3_a.png) no-repeat left;
    width: 20px;
    height: 12px;
    display: inline-block;
}
.mobile_menu_main ul li:nth-child(4) a .li_bg {
    background: url(../images/m4.png) no-repeat left;
    width: 20px;
    height: 12px;
    display: inline-block;
}
.mobile_menu_main ul li:nth-child(4) a.actv .li_bg {
    background: url(../images/m4_a.png) no-repeat left;
    width: 20px;
    height: 12px;
    display: inline-block;
}

/*banner*/

.banner_main {
    width: 100%;
    float: left;
    position: relative;
}
.banner_in {
    width: 100%;
    position: relative;
    background-size: cover !important;
    min-height: 667px;
}
.banner_in_box {
    width: 100%;
    position: relative;
    text-align: left;
}
.banner_txt {
    width: 550px;
    position: absolute;
    left: 0;
    top: 159px;
}
.banner_txt span {
    font-family: "MyriadProRegular";
}
.banner_txt h1 {
    font: normal 43px/55px "MyriadProBold";
    color: #fff;
    text-transform: uppercase;
}
.red_txt {
    font-family: "MyriadProBold" !important;
    line-height: 43px;
    padding: 5px 0 0 0;
    background: #eb141f;
    display: inline-block;
}

.banner_txt p {
    font: normal 22px/30px "MyriadProRegular";
    color: #fff;
    padding: 8px 0 21px;
}
.banner_txt a {
    width: 231px;
    display: inline-block;
    text-align: center;
    background: #161414;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    font: normal 19px/30px "MyriadProSemibold";
    color: #fff;
    text-transform: uppercase;
    padding: 12px 0;
}

.banner_main .flexslider {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
}
.banner_main .flex-control-nav {
    bottom: 111px;
}
.banner_main .flex-control-paging li a {
    width: 21px;
    height: 6px;
    background: #ffffff !important;
    border: 1px solid #e8e8e8;
}
.banner_main .flex-control-paging li a.flex-active {
    background: #eb141f !important;
    border: 1px solid #fff;
}
.banner_main .flex-direction-nav .flex-next {
    right: 0;
}
.banner_main .flex-direction-nav .flex-prev {
    left: 0;
}

.soc_icon {
    position: absolute;
    height: 196px;
    width: 60px;
    top: 50%;
    margin-top: -98px;
    right: 0;
    background: #fff;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    display: inline-block;
}
.soc_icon ul {
    margin: 16px 0 0 0;
    padding: 0;
    position: relative;
    text-align: center;
}
.soc_icon ul li {
    list-style: none;
    margin: 0 0 3px 0;
    padding: 0;
}
.soc_icon ul li a {
    text-decoration: none;
}
.soc_icon ul li a img {
    max-width: 100%;
}

/*section 2 start*/
.index_sec2 {
    width: 100%;
    padding: 35px 0 67px 0;
    position: relative;
    float: left;
    background: url(../images/border_bg2.png) no-repeat top center;
    background-size: cover !important;
    border-top: 3px solid #eb141f;
}
.index_sec2_in {
    width: 100%;
    position: relative;
    float: left;
}
.index_sec2_bg {
    width: 100%;
    background: url(../images/border_bg.png) no-repeat top center;
    min-height: 37px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -70px;
    background-size: cover !important;
}
.sec2_content {
    width: 100%;
    float: left;
}

.sec2_up {
    width: 100%;
    float: left;
    text-align: center;
}
.sec2_up span {
    font: normal 22px/30px "MyriadProRegular";
    color: #010101;
    text-transform: uppercase;
    display: inline-block;
}

.sec_heading h3 {
    font: normal 40px/40px "MyriadProBold";
    color: #eb141f;
    text-transform: uppercase;
}
.sec_heading p {
    font: normal 15px/25px "MyriadProRegular";
    color: #666666;
    padding: 12px 0 36px 0;
}

.sec2_dwn {
    width: 100%;
    float: left;
    padding: 0 0 53px;
}
.sec2_dwn_box {
    width: 271px;
    position: relative;
    float: left;
}
.sec2_dwn_box:not(:last-child) {
    margin-right: 27px;
}
.sec2_dwn_box_diff {
    margin-right: 0;
}
.sec2_box_im {
    width: 100%;
    position: relative;
    float: left;
}
.sec2_box_im a img {
    max-width: 100%;
}
.sec2_box_txt {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/imbox_bg.png) no-repeat bottom;
    min-height: 121px;
    padding: 60px 0 20px 16px;
}
.sec2_box_txt h6 {
    font: normal 20px/20px "MyriadProSemibold";
    color: #fff;
    text-transform: uppercase;
}
.sec2_box_txt span {
    font: normal 15px/20px "MyriadProSemibold";
    color: #fff;
    display: inline-block;
    padding: 2px 0 0 0;
}
.sec2_btn {
    width: 100%;
    float: left;
    text-align: center;
}
.sec2_btn a {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    color: #fff;
    display: inline-block;
    font: 16px/20px "MyriadProRegular";
    padding: 18px 0 18px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 236px;
    background: url(../images/sec2_btn_im.png) no-repeat 36px center #eb141f;
}

/*section 3*/
.index_sec3 {
    width: 100%;
    float: left;
    background: #f0f0f0;
}
.index_sec3_in {
    width: 100%;
    float: left;
    padding: 76px 0 103px;
    text-align: center;
}
.index_sec3_in .sec_heading p {
    padding: 3px 0 21px;
}

.sec3_btm {
    width: 100%;
    float: left;
}
.sec3_lft {
    width: 577px;
    float: left;
}
.sec3_lft_tp {
    width: 100%;
    float: left;
    padding: 0 0 25px 0;
}
.sec3_lft_tp img {
    max-width: 100%;
}

.sec3_lft_bt {
    width: 100%;
    float: left;
    text-align: left;
}
.sec3_txt h1 a {
    text-decoration: none;
    font: normal 18px/25px "MyriadProSemibold";
    color: #222222;
    text-transform: uppercase;
}
.sec3_txt span {
    font: normal 15px/18px "MyriadProSemibold";
    color: #eb141f;
}
.sec3_txt p {
    font: normal 15px/20px "MyriadProRegular";
    color: #666666;
    padding: 6px 0 0 0;
}
.sec3_txt p a {
    text-decoration: none;
    color: #eb141f;
    display: block;
}
.sec3_txt h6 a:hover {
    color: #666;
}

.sec3_rt {
    width: 539px;
    float: right;
}
.sec3_rt_box {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0 0 25px 0;
}
.sec3_rt_box_lt {
    width: 177px;
    float: left;
}
.sec3_rt_box_lt img {
    max-width: 100%;
}

.sec3_rt_box_rt {
    width: 362px;
    float: right;
    padding: 0 0 0 26px;
}

/*footer*/

.footer_sec {
    width: 100%;
    float: left;
    background: #181717;
    position: relative;
}
.footer_in {
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    background: url(../images/footer_bg.jpg) no-repeat center center;
    min-height: 20px;
    z-index: 9999;
}

.footer_bg {
    float: left;
    width: 100%;
    background: url(../images/footer_bg2.jpg) no-repeat top right;
    min-height: 495px;
}

.footer_red_sec {
    width: 32%;
    min-height: 494px;
    position: absolute;
    top: 0px;
    left: 0;
    background: #ec1e27;
}

.footer_lft {
    width: 447px;
    position: absolute;
    background: url(../images/red_bg.png) no-repeat right 0;
    min-height: 495px;
    float: left;
}
.footer_logo {
    width: 100%;
    float: left;
    padding: 87px 0 0;
}
.footer_logo img {
    max-width: 100%;
}
.footer_list {
    width: 339px;
    float: left;
}
.footer_list p {
    color: #fff;
    font: 15px/25px "MyriadProRegular";
}
.footer_list ul {
    margin: 22px 0 0;
    padding: 0;
}
.footer_list ul li {
    float: left;
    padding: 0 5px;
}
.footer_list ul li:first-child {
    padding-left: 0 !important;
}

.foot_black {
    position: absolute;
    background: #000000;
    min-height: 62px;
    bottom: 0;
    right: 0;
    width: 98px;
}
.footer_bot {
    min-height: auto;
    background: #000000;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 916px;
    padding: 21px 0;
}
.footer_bot_lft {
    float: left;
    width: 50%;
}
.footer_bot_lft p {
    color: #96999c;
    font: 400 16px/18px "Lato", sans-serif;
}
.footer_bot_lft p span {
    color: #eb141f;
}
.footer_bot_rt {
    float: right;
    width: 29%;
}
.footer_bot_rt a {
    color: #96999c;
    font: 400 16px/18px "Lato", sans-serif;
    padding: 0 20px;
}

.no-pad {
    padding-right: 0 !important;
}

.footer_bot_scroll {
    left: -90px;
    position: absolute;
    top: 0;
}

.footer_rt {
    width: 726px;
    float: right;
    padding: 83px 0 0;
}
.footer_rt_list {
    width: 363px;
    float: left;
    padding: 0 0 0 76px;
}
.footer_rt_list h3 {
    color: #fff;
    font: 600 22px/24px "MyriadProRegular";
    text-transform: uppercase;
}

.list2 {
    margin: 0;
    padding: 0;
}
.list2 li {
    background: url(../images/list_bg.png) no-repeat left center;
}
.list2 li a {
    display: block;
    color: #fff;
    font: 400 15px/38px "MyriadProRegular";
    padding: 0 0 0 14px;
}
.footer_rt_list p {
    color: #969292;
    font: 400 14px/22px "MyriadProRegular";
}
.address {
    display: block;
    font: 400 15px/15px "MyriadProRegular";
    color: #fff;
    text-transform: uppercase;
    padding: 29px 0 14px 0;
}

.list3 {
    padding: 0;
    margin: 5px 0 0;
}
.list3 li {
    list-style: none;
}
.list3 li:first-child {
    background: url(../images/foot_call.png) no-repeat left center;
}
.list3 li:last-child {
    background: url(../images/massage.png) no-repeat left center;
}
.list3 li a {
    display: block;
    color: #fff;
    font: 400 16px/22px "MyriadProRegular";
    padding: 0 0 0 22px;
}

.footer_para {
    width: 100%;
    float: left;
    padding: 34px 0 0 76px;
}
.footer_para p {
    color: #969292;
    font: 400 14px/22px "MyriadProRegular";
}

/*about fleet*/

.about_main {
    width: 100%;
    float: left;
    position: relative;
}
.about_in {
    width: 100%;
    position: relative;
    background-size: cover !important;
    min-height: 334px;
}
.about_in_box {
    width: 100%;
    position: relative;
    text-align: left;
}
.about_txt {
    width: 248px;
    position: absolute;
    left: 0;
    top: 134px;
}
.about_txt h4 {
    font: normal 43px/55px "MyriadProBold";
    color: #fff;
    text-transform: uppercase;
    background: #eb141f;
    padding: 10px 22px 8px;
}
.about_sec2 {
    width: 100%;
    padding: 35px 0 15px 0;
    position: relative;
    float: left;
    border-top: 3px solid #eb141f;
}
.about_sec2_in {
    width: 100%;
    position: relative;
    float: left;
}
.about_sec2_bg {
    width: 100%;
    background: url(../images/abt1.png) no-repeat top center;
    min-height: 37px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -70px;
}
.about_sec2_bg ul {
    margin: 0px;
    padding: 0 107px 0 0;
    list-style-type: none;
    float: right;
}
.about_sec2_bg ul li {
    float: right;
    background: url(../images/bslash.png) no-repeat left 20px;
    padding: 0 15px;
}
.about_sec2_bg ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font: 15px/55px "MyriadProRegular";
    color: #000;
}
.about_sec2_bg ul li:nth-child(2) {
    background: none;
}
.about_sec2_bg ul li a:hover {
    color: #eb141f;
}

.about_main1 {
    width: 100%;
    float: left;
}
.about_main1_up {
    width: 100%;
    float: left;
    text-align: center;
}
.about_main1_up h4 {
    color: #eb141f;
    font: 40px/40px "MyriadProBold";
    text-transform: uppercase;
}
.about_main1_up p {
    color: #666666;
    font: 15px/25px "MyriadProRegular";
    padding: 12px 0 36px;
}
.about_main1_up_down {
    width: 100%;
    float: left;
    padding-top: 42px;
    padding-bottom: 43px;
}
.about_main1_up_down1 {
    width: 275px;
    float: left;
    margin-right: 55px;
    padding-bottom: 40px;
    margin-left: 55px;
}

.about_main1_up_down1_up {
    width: 100%;
    position: relative;
}

.i_sct {
    width: 235px;
    height: 235px;
    text-align: center;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    padding: 16px;
    -webkit-box-shadow: 2px 1px 1px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 1px 1px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}
.i_sct_inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.about_main1_up_down1_up img {
    width: auto;
}
.about_main1_up_down1_up p {
    font: normal 16px/20px "MyriadProSemibold";
    color: #eb141f;
    background: #fff;
    padding: 4px 15px;
    border-radius: 15px;
    position: absolute;
    top: 146px;
    left: -4px;
    text-transform: uppercase;
    z-index: 10;
}

.hover_open {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 0, 4, 0.5);
    text-align: center;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    z-index: 5;
    display: none;
}
.hover_open h4 {
    color: #fff;
    font: normal 18px/20px "MyriadProSemibold";
    padding: 55px 0 0 0;
}
.hover_open ul {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}
.hover_open ul li {
    margin: 0 9px;
    display: inline-block;
}
.hover_open ul li a img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.about_main1_up_down1:hover .hover_open {
    display: block;
}

.about_main1_up_down1_up1 {
    width: 100%;
    text-align: center;
    float: left;
}
.about_main1_up_down1_up1 h5 {
    font: 600 15px/20px "MyriadProRegular";
    color: #222222;
    padding-top: 23px;
}
.about_main1_up_down1_up1 p {
    font: 400 15px/25px "MyriadProRegular";
    color: #222222;
    padding-top: 15px;
}

/*about staff*/
.staff_main {
    width: 100%;
    float: left;
    position: relative;
}
.staff_in {
    width: 100%;
    position: relative;
    background-size: cover !important;
    min-height: 334px;
}
.staff_in_box {
    width: 100%;
    position: relative;
    text-align: left;
}
.staff_txt {
    width: 248px;
    position: absolute;
    left: 0;
    top: 134px;
}
.staff_txt h4 {
    font: normal 43px/55px "MyriadProBold";
    color: #fff;
    text-transform: uppercase;
    background: #eb141f;
    padding: 10px 22px 8px;
}
.staff_sec2 {
    width: 100%;
    padding: 35px 0 15px 0;
    position: relative;
    float: left;
    border-top: 3px solid #eb141f;
}
.staff_sec2_in {
    width: 100%;
    position: relative;
    float: left;
}
.staff_sec2_bg {
    width: 100%;
    background: url(../images/abt1.png) no-repeat top center;
    min-height: 37px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -70px;
}
.staff_sec2_bg ul {
    margin: 0px;
    padding: 0 107px 0 0;
    list-style-type: none;
    float: right;
}
.staff_sec2_bg ul li {
    float: right;
    background: url(../images/bslash.png) no-repeat left 20px;
    padding: 0 15px;
}
.staff_sec2_bg ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font: 15px/55px "MyriadProRegular";
    color: #000;
}
.staff_sec2_bg ul li:nth-child(3) {
    background: none;
}
.staff_sec2_bg ul li a:hover {
    color: #eb141f;
}

.staff_main1 {
    width: 100%;
    float: left;
}
.staff_main1_up {
    width: 100%;
    float: left;
    text-align: center;
}
.staff_main1_up h4 {
    color: #eb141f;
    font: 40px/40px "MyriadProBold";
    text-transform: uppercase;
}
.staff_main1_up p {
    color: #666666;
    font: 15px/25px "MyriadProRegular";
    padding: 12px 0 36px;
}
.staff_main1_up_down {
    width: 100%;
    float: left;
    padding-top: 42px;
    padding-bottom: 43px;
}
.staff_main1_up_down1 {
    width: 275px;
    float: left;
    margin-right: 55px;
    padding-bottom: 40px;
    margin-left: 55px;
}

.staff_main1_up_down1_up {
    width: 100%;
    position: relative;
}

.i_sct {
    width: 235px;
    height: 235px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 16px;
    -webkit-box-shadow: 2px 1px 1px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 1px 1px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    position: relative;
}
.i_sct_inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}
.staff_main1_up_down1_up img {
    width: 100%;
}
.staff_main1_up_down1_up p {
    font: normal 16px/20px "MyriadProSemibold";
    color: #eb141f;
    background: #fff;
    padding: 4px 15px;
    border-radius: 15px;
    position: absolute;
    top: 146px;
    left: -4px;
    text-transform: uppercase;
    z-index: 10;
}

.hover_open {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 0, 4, 0.5);
    text-align: center;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    z-index: 5;
    display: none;
}
.hover_open h4 {
    color: #fff;
    font: normal 18px/20px "MyriadProSemibold";
    padding: 55px 0 0 0;
}
.hover_open ul {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 0px 0 0 0;
    text-align: center;
}
.hover_open ul li {
    margin: 0 9px;
    display: inline-block;
}
.hover_open ul li a img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.staff_main1_up_down1:hover .hover_open {
    display: block;
}

.staff_main1_up_down1_up1 {
    width: 100%;
    text-align: center;
    float: left;
}
.staff_main1_up_down1_up1 h5 {
    font: 600 15px/20px "MyriadProRegular";
    color: #222222;
    padding-top: 23px;
}
.staff_main1_up_down1_up1 p {
    font: 400 15px/25px "MyriadProRegular";
    color: #222222;
    padding-top: 15px;
}

/*about tasks*/
.tasks_main {
    width: 100%;
    float: left;
    position: relative;
}
.tasks_in {
    width: 100%;
    position: relative;
    background-size: cover !important;
    min-height: 334px;
}
.tasks_in_box {
    width: 100%;
    position: relative;
    text-align: left;
}
.tasks_txt {
    width: 248px;
    position: absolute;
    left: 0;
    top: 134px;
}
.tasks_txt h4 {
    font: normal 43px/55px "MyriadProBold";
    color: #fff;
    text-transform: uppercase;
    background: #eb141f;
    padding: 10px 22px 8px;
}
.tasks_sec2 {
    width: 100%;
    padding: 35px 0 15px 0;
    position: relative;
    float: left;
    border-top: 3px solid #eb141f;
}
.tasks_sec2_in {
    width: 100%;
    position: relative;
    float: left;
}
.tasks_sec2_bg {
    width: 100%;
    background: url(../images/abt1.png) no-repeat top center;
    min-height: 37px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -70px;
}
.tasks_sec2_bg ul {
    margin: 0px;
    padding: 0 107px 0 0;
    list-style-type: none;
    float: right;
}
.tasks_sec2_bg ul li {
    float: right;
    background: url(../images/bslash.png) no-repeat left 20px;
    padding: 0 15px;
}
.tasks_sec2_bg ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font: 15px/55px "MyriadProRegular";
    color: #000;
}
.tasks_sec2_bg ul li:nth-child(3) {
    background: none;
}
.tasks_sec2_bg ul li a:hover {
    color: #eb141f;
}

.tasks_main1 {
    width: 100%;
    float: left;
}
.tasks_main1_up {
    width: 100%;
    float: left;
    text-align: center;
}
.tasks_main1_up h4 {
    color: #eb141f;
    font: 40px/40px "MyriadProBold";
    text-transform: uppercase;
}
.tasks_main1_up p {
    color: #666666;
    font: 15px/25px "MyriadProRegular";
    padding: 12px 0 36px;
}
.tasks_main1_down {
    width: 100%;
    float: left;
    padding: 50px 0 120px;
}
.tasks_main1_down_lft {
    width: 556px;
    float: left;
}
.tasks_main1_down_lft1 {
    width: 100%;
    float: left;
}
.tasks_main1_down_lft2 {
    width: 100%;
    float: left;
    padding-top: 24px;
}
.tasks_main1_down_lft2 h3 {
    font: normal 24px/28px "MyriadProSemibold";
    color: #eb141f;
    background: url(../images/t_bg.png) no-repeat left 38px;
    text-transform: uppercase;
    padding-bottom: 28px;
}
.tasks_main1_down_lft2 p {
    font: normal 15px/24px "MyriadProRegular";
    color: #666666;
    text-align: left;
    padding: 7px 31px 30px 0;
}
.tasks_main1_down_lft2 ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: left;
}
.tasks_main1_down_lft2 ul li {
    background: url(../images/rt.png) no-repeat left 9px;
    padding-left: 34px;
}
.tasks_main1_down_lft2 ul li a {
    font: 16px/38px "MyriadProRegular";
    color: #666666;
    text-decoration: none;
}

.tasks_main1_down_right {
    width: 556px;
    float: right;
}
.tasks_main1_down_right1 {
    width: 100%;
    float: left;
}
.tasks_main1_down_right2 {
    width: 100%;
    float: left;
    padding-top: 24px;
}
.tasks_main1_down_right2 h3 {
    font: normal 24px/28px "MyriadProSemibold";
    color: #eb141f;
    background: url(../images/t_bg.png) no-repeat left 38px;
    text-transform: uppercase;
    padding-bottom: 28px;
}
.tasks_main1_down_right2 p {
    font: normal 15px/24px "MyriadProRegular";
    color: #666666;
    text-align: left;
    padding: 7px 31px 30px 0;
}
.tasks_main1_down_right2 ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: left;
}
.tasks_main1_down_right2 ul li {
    background: url(../images/rt.png) no-repeat left 9px;
    padding-left: 34px;
}
.tasks_main1_down_right2 ul li a {
    font: normal 16px/38px "MyriadProRegular";
    color: #666666;
    text-decoration: none;
}

/*latest news*/
.latest_main {
    width: 100%;
    float: left;
    position: relative;
}
.latest_in {
    width: 100%;
    position: relative;
    background-size: cover !important;
    min-height: 334px;
}
.latest_in_box {
    width: 100%;
    position: relative;
    text-align: left;
}
.latest_txt {
    width: 160px;
    position: absolute;
    left: 0;
    top: 134px;
}
.latest_txt h4 {
    font: normal 43px/55px "MyriadProBold";
    color: #fff;
    text-transform: uppercase;
    background: #eb141f;
    padding: 10px 22px 8px;
}
.latest_sec2 {
    width: 100%;
    padding: 35px 0 15px 0;
    position: relative;
    float: left;
    border-top: 3px solid #eb141f;
}
.latest_sec2_in {
    width: 100%;
    position: relative;
    float: left;
}
.latest_sec2_bg {
    width: 100%;
    background: url(../images/abt1.png) no-repeat top center;
    min-height: 37px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -70px;
}
.latest_sec2_bg ul {
    margin: 0px;
    padding: 0 107px 0 0;
    list-style-type: none;
    float: right;
}
.latest_sec2_bg ul li {
    float: right;
    background: url(../images/bslash.png) no-repeat left 20px;
    padding: 0 15px;
}
.latest_sec2_bg ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font: 15px/55px "MyriadProRegular";
    color: #000;
}
.latest_sec2_bg ul li:nth-child(2) {
    background: none;
}
.latest_sec2_bg ul li a:hover {
    color: #eb141f;
}

.latest_main1 {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}
.latest_main1_up {
    width: 100%;
    float: left;
    text-align: center;
}
.latest_main1_up h4 {
    color: #eb141f;
    font: normal 40px/40px "MyriadProBold";
    text-transform: uppercase;
}
.latest_main1_up p {
    color: #666666;
    font: normal 15px/25px "MyriadProRegular";
    padding: 12px 0 0px;
}
.latest_main1_down {
    width: 100%;
    float: left;
}
.latest_main1_down_lft {
    width: 574px;
    float: left;
    padding-top: 40px;
}
.latest_main1_down_lft_cc {
    width: 100%;
    float: left;
}
.latest_main1_down_lft1 {
    width: 100%;
    float: left;
    min-height: 321px;
}
.latest_main1_down_lft1 ul {
    margin: 0px;
    padding: 30px 8px 0 0;
    list-style-type: none;
    float: left;
}
.latest_main1_down_lft1 ul li {
    float: left;
    background: #eeeeee;
    padding: 6px 14px 4px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-right: 8px;
}
.latest_main1_down_lft1 ul li a {
    font: normal 11.7px/24px "MyriadProRegular";
    color: #666;
    text-decoration: none;
    text-transform: uppercase;
}

.latest_main1_down_lft2 {
    width: 100%;
    float: left;
    padding-top: 17px;
}
.latest_main1_down_lft2 h1 {
    font-size: 15px !important;
    line-height: 25px !important;
}
.latest_main1_down_lft2 h1 a {
    text-decoration: none;
    font: normal 18px/24px "MyriadProSemibold";
    color: #222222;
    text-transform: uppercase;
}
.latest_main1_down_lft2 h1 a:hover {
    color: #666;
}
.latest_main1_down_lft2 span {
    font: normal 18px/24px "MyriadProSemibold";
    color: #eb141f;
    padding-top: 12px;
}
.latest_main1_down_lft2 p {
    font: normal 14px/24px "MyriadProRegular";
    color: #666;
    padding-bottom: 40px;
    padding-top: 10px;
}
.latest_main1_down_lft2 p a {
    text-decoration: none;
    display: block;
    color: #eb141f;
}
.latest_main1_down_lft_mid {
    width: 100%;
    float: left;
    padding-left: 78px;
}
.latest_main1_down_lft_mid ul {
    margin: 0px;
    padding: 0px;
    float: left;
    list-style-type: none;
}
.latest_main1_down_lft_mid ul li {
    float: left;
    padding: 0 10px;
}
.latest_main1_down_lft_mid ul li a {
    text-decoration: none;
    font: 18px/22px "MyriadProRegular";
    color: #333333;
    padding: 5px 11px 3px;
}
.latest_main1_down_lft_mid ul li a:hover {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #eb141f;
    padding: 5px 11px 3px;
    color: #fff;
}
.latest_main1_down_lft_mid ul li:nth-child(1) a {
    background: #dddddd;
    padding: 10px 14px;
}
.latest_main1_down_lft_mid ul li:nth-child(7) a {
    background: #dddddd;
    padding: 10px 14px;
}
.latest_main1_down_lft_mid ul li:nth-child(1) a:hover {
    background: #eb141f;
    padding: 10px 14px;
    border-radius: 0px;
}
.latest_main1_down_lft_mid ul li:nth-child(7) a:hover {
    background: #eb141f;
    padding: 10px 14px;
    border-radius: 0px;
}

.latest_main1_down_right {
    width: 540px;
    float: right;
    padding-top: 40px;
}
.latest_main1_down_right1 {
    width: 100%;
    float: left;
}
.latest_main1_down_right1_up {
    width: 100%;
    float: left;
}
.latest_main1_down_right1_up h3 {
    font: normal 22px/26px "MyriadProBold";
    color: #eb141f;
    text-transform: uppercase;
    border-bottom: 1px solid #525252;
    padding-bottom: 15px;
}
.latest_main1_down_right1_up span {
    border-bottom: 8px solid #eb141f;
    padding-bottom: 14px;
}
.latest_main1_down_right1_up1 {
    width: 100%;
    float: left;
    padding-top: 24px;
}
.latest_main1_down_right1_up1 iframe {
    height: 310px;
    border: 3px solid #000;
}
.latest_main1_down_right1_up2 {
    width: 100%;
    float: left;
    padding-top: 18px;
}
.latest_main1_down_right1_up2 p {
    font: normal 14px/24px "MyriadProRegular";
    color: #666;
}

.latest_main1_down_right1_down {
    width: 100%;
    float: left;
}
.latest_main1_down_right1_down1 {
    width: 100%;
    float: left;
}
.latest_main1_down_right1_down1 h3 {
    font: normal 22px/26px "MyriadProBold";
    color: #eb141f;
    text-transform: uppercase;
    border-bottom: 1px solid #525252;
    padding-bottom: 15px;
}
.latest_main1_down_right1_down1 span {
    border-bottom: 8px solid #eb141f;
    padding-bottom: 14px;
}
.latest_main1_down_right1_down2 {
    width: 100%;
    float: left;
    padding-top: 20px;
}
.latest_main1_down_right1_down2_gap {
    width: 178px;
    float: left;
}
.latest_main1_down_right1_down2_gap1 {
    width: 337px;
    float: right;
}
.latest_main1_down_right1_down2_gap1 h1 {
    font-size: 15px !important;    
    line-height: 25px !important;
}
.latest_main1_down_right1_down2_gap1 h1 a {
    text-decoration: none;
    font: normal 18px/22px "MyriadProSemibold";
    color: #222222;
    text-transform: uppercase;
}
.latest_main1_down_right1_down2_gap1 span {
    font: normal 15px/22px "MyriadProSemibold";
    color: #eb141f;
    padding-top: 13px;
}
.latest_main1_down_right1_down2_gap1 p {
    padding-top: 10px;
    font: normal 15px/22px "MyriadProRegular";
    color: #666;
}
.latest_main1_down_right1_down2_gap1 p a {
    text-decoration: none;
    color: #eb141f;
    display: block;
}
.latest_main1_down_right1_down2_gap1 h5 a:hover {
    color: #666;
}
/*jobdetails*/

.staff_main {
    width: 100%;
    float: left;
    position: relative;
}
.staff_in {
    width: 100%;
    position: relative;
    background-size: cover !important;
    min-height: 334px;
}
.staff_in_box {
    width: 100%;
    position: relative;
    text-align: left;
}
.staff_txt {
    width: 248px;
    position: absolute;
    left: 0;
    top: 134px;
}
.staff_txt h4 {
    font: normal 43px/55px "MyriadProBold";
    color: #fff;
    text-transform: uppercase;
    background: #eb141f;
    padding: 10px 22px 8px;
}
.job_detail_sec2 {
    width: 100%;
    padding: 35px 0 100px 0;
    position: relative;
    float: left;
    border-top: 3px solid #eb141f;
}
.job_detail_sec2_in {
    width: 100%;
    position: relative;
    float: left;
}
.job_detail_sec2_bg {
    width: 100%;
    background: url(../images/abt1.png) no-repeat top center;
    min-height: 37px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -70px;
}
.job_detail_sec2_bg ul {
    margin: 0px;
    padding: 0 107px 0 0;
    list-style-type: none;
    float: right;
}
.job_detail_sec2_bg ul li {
    float: right;
    background: url(../images/bslash.png) no-repeat left 20px;
    padding: 0 15px;
}
.job_detail_sec2_bg ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font: normal 15px/55px "MyriadProRegular";
    color: #000;
}
.job_detail_sec2_bg ul li:nth-child(3) {
    background: none;
}
.job_detail_sec2_bg ul li a:hover {
    color: #eb141f;
}

.job_detail_main1 {
    width: 100%;
    float: left;
}
.job_detail_main1_up {
    width: 100%;
    float: left;
    text-align: center;
}
.job_detail_main1_up h4 {
    color: #eb141f;
    font: normal 40px/40px "MyriadProBold";
    text-transform: uppercase;
}
.job_detail_main1_up p {
    color: #666666;
    font: normal 15px/25px "MyriadProRegular";
    padding: 12px 0 36px;
}

.job_detail_main1_mid {
    width: 100%;
    float: left;
    border: 1px solid #e1e1e1;
    padding: 32px 15px 42px 28px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.job_detail_main1_mid1 {
    width: 100%;
    float: left;
}
.job_detail_main1_mid1 h4 {
    font: normal 20px/30px "MyriadProSemibold";
    color: #221e1f;
}
.job_detail_main1_mid1 p {
    font: normal 13px/18px "MyriadProSemibold";
    color: #666666;
    padding-top: 10px;
}
.mids {
    font: normal 15px/25px "MyriadProRegular";
    background: url(../images/clo1.png) no-repeat left 8px;
    color: #fe0008;
    padding-left: 30px;
    float: left;
    padding-top: 10px;
}
.mids1 {
    font: normal 15px/25px "MyriadProRegular";
    background: url(../images/clo2.png) no-repeat left 15px;
    color: #404040;
    padding: 15px 10px 0 30px;
    float: left;
    width: 100%;
    display: block;
}

.job_detail_main1_mid2 {
    width: 100%;
    float: left;
}
.job_detail_main1_mid2 h4 {
    font: normal 22px/25px "MyriadProRegular";
    color: #eb141f;
    padding-top: 30px;
}
.job_detail_main1_mid2 p {
    font: normal 16px/22px "MyriadProRegular";
    color: #666666;
    padding-top: 14px;
}

.job_detail_main1_mid3 {
    width: 100%;
    float: left;
}
.job_detail_main1_mid3 h4 {
    font: normal 22px/25px "MyriadProRegular";
    color: #eb141f;
    padding-top: 30px;
}
.job_detail_main1_mid3 ul {
    margin: 0px;
    padding: 5px 0 0 0;
    list-style-type: none;
    float: left;
    width: 100%;
}
.job_detail_main1_mid3 ul li {
    padding: 6px 5px 0 20px;
    background: url(../images/blt1.png) no-repeat left 14px;
}
.job_detail_main1_mid3 ul li a {
    font: normal 16px/28px "MyriadProRegular";
    color: #666666;
    text-decoration: none;
}

.redb {
    font: normal 16px/20px "MyriadProRegular";
    color: #fff;
    margin-top: 35px;
    background: #fe0008;
    padding: 19px 25px 15px 27px;
    float: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/*===============aboutus_jobs=================*/

.box_sec {
    padding: 0 0 0 0;
}
.rdbx {
    width: 100%;
    background: #eb141f;
    float: left;
    padding: 16px 0 22px 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.rdbx span {
    float: left;
    padding: 0 0 0 30px;
    font: normal 26px/30px "MyriadProRegular";
    color: #fff;
}
.rdbx_srch {
    width: 210px;
    float: right;
    margin: 0 30px 0 0;
}
.rdbx_srch input[type="text"] {
    width: 188px;
    height: 30px;
    float: left;
    font: normal 14px "MyriadProRegular";
    color: #fff;
    text-decoration: underline;
    background: url(../images/inptBg.jpg) no-repeat left center;
    padding: 0 14px;
}
.rdbx_srch input[type="submit"] {
    width: 20px;
    height: 30px;
    background: url(../images/srcBg.jpg) no-repeat center center;
    cursor: pointer;
}
.tab_sec {
    width: 100%;
    float: left;
}
.tab_top {
    width: 100%;
    background: #eb2127;
    float: left;
}
.tab_top ul {
    width: auto;
    float: left;
    padding: 0;
    margin: 0 0 0 115px;
}
.tab_top ul li {
    float: left;
}
.tab_top ul li a {
    padding: 0 30px;
    position: relative;
    display: block;
    font: normal 16px/55px "MyriadProRegular";
    color: #fff;
    cursor: pointer;
}
.tab_top ul li a:hover {
    background: #eb2127;
}
.bot_aro {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -32px;
    text-align: center;
    display: none;
}
.tab_top ul li a:hover .bot_aro {
    display: block;
}
.tab_top ul li a.selected {
    background: #fff;
    color: #333;
}
.tab_top ul li a.selected:hover {
    background: #fff;
    color: #333;
}
.tab_body {
    width: 100%;
    padding: 16px 16px 54px 16px;
    float: left;
}
.tab_body_in1 {
    width: 100%;
    float: left;
    padding: 20px 18px;
    margin: 14px 0 0 0;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tab_body_in2 {
    width: 100%;
    float: left;
    padding: 20px 18px;
    margin: 14px 0 0 0;
    background: #e8e8e8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.in_tab_lft {
    width: 580px;
    float: left;
}
.in_tab_lft h1 {
    font: 600 20px/30px "Open Sans", sans-serif !important;
    color: #221e1f !important;
    text-transform: none !important;
}
.in_tab_lft p {
    font: 400 13px/18px "Open Sans", sans-serif;
    color: #666;
}
.in_tab_lft span {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    font: 400 13px/22px "Open Sans", sans-serif;
    color: #666;
}
.in_tab_lft span img {
    float: left;
    margin: 0 10px 0 0;
}

.in_tab_mid {
    width: 120px;
    float: left;
    text-align: center;
    margin: 0 0 0 0;
}
.in_tab_mid p {
    font: normal 15px/20px "MyriadProRegular";
    color: #404040;
}

.in_tab_rit {
    width: 205px;
    float: right;
}
.btn1 {
    width: 96px;
    float: right;
    margin: 10px 0 0 0;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn1 a {
    display: block;
    text-align: center;
    font: normal 16px/50px "MyriadProRegular";
    color: #404040 !important;
    background: #c7c7c7;
}
.btn2 {
    width: 96px;
    float: right;
    display: none;
    margin: 10px 0 0 0;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn2 a {
    display: block;
    text-align: center;
    font: normal 16px/50px "MyriadProRegular";
    color: #fff;
    background: #969696;
}
.btn2 a:hover {
    background: #f63f44;
}

.end_sec {
    width: 100%;
    float: left;
    background: #000;
    padding: 24px 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
}
.end_sec_in {
    width: 110px;
    display: inline-block;
}
.end_sec_in img {
    float: right;
    margin: 2px 0 0 5px;
}
.end_sec_in p {
    font: normal 15px/20px "MyriadProRegular";
    color: #fff;
}

/*===========contact_us===========*/

.top_nm {
    width: 300px !important;
}
.cont_body {
    width: 100%;
    float: left;
    margin: 18px 0 0 0;
}
.cont_bodyL {
    width: 48.5%;
    float: left;
    border: 3px solid #000;
}
.cont_bodyR {
    width: 48.5%;
    float: right;
    background: #f4f4f4;
    padding: 28px 22px;
}
.cont_bodyR h3 {
    font: normal 25px/45px "MyriadProBold";
    color: #eb141f;
    background: url(../images/headingDvidr.jpg) no-repeat left bottom;
    padding-bottom: 10px;
}
.form_box {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}
.form_box input[type="text"] {
    width: 100%;
    float: left;
    height: 50px;
    background: #fff;
    border: 1px solid #d6d6d6;
    padding: 0 18px;
    font: normal 16px "MyriadProRegular";
    color: #a8a8a8;
    margin: 10px 0 0 0;
}
.form_box input[type="tel"] {
    width: 100%;
    float: left;
    height: 50px;
    background: #fff;
    border: 1px solid #d6d6d6;
    padding: 0 18px;
    font: normal 16px "MyriadProRegular";
    color: #a8a8a8;
    margin: 10px 0 0 0;
}
.form_box textarea {
    width: 100%;
    float: left;
    height: 135px;
    background: #fff;
    border: 1px solid #d6d6d6;
    padding: 15px 18px;
    resize: none;
    font: normal 16px "MyriadProRegular";
    color: #a8a8a8;
    margin: 10px 0 0 0;
}
.lft {
    width: 49% !important;
}
.rit {
    width: 49% !important;
    float: right !important;
}
.form_box input[type="submit"] {
    width: 138px;
    float: left;
    height: 44px;
    background: #eb141f;
    padding: 0 18px;
    margin: 18px 0 0 0;
    cursor: pointer;
    font: normal 18px "MyriadProRegular";
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

.bot_sec {
    width: 100%;
    background: url(../images/border_bg3.png) no-repeat 0 0;
    background-size: cover;
    padding: 0 0 95px 0;
    float: left;
    margin: 100px 0 0 0;
}
.bot_top_sec {
    width: 100%;
    background: #f7f7f7;
    padding: 20px 0;
    float: left;
    border: 1px solid #eee;
    margin: -60px 0 0 0;
}
.box_lft {
    width: 28%;
    float: left;
    padding: 0 3%;
    border-right: 1px solid #dbdbdb;
    min-height: 80px;
}
.box_mid {
    width: 44%;
    float: left;
    padding: 0 5%;
    border-right: 1px solid #dbdbdb;
    min-height: 80px;
}
.box_rit {
    width: 28%;
    float: left;
    padding: 0 3%;
    min-height: 80px;
}
.box_inr {
    width: 100%;
    float: left;
}
.box_inr img {
    float: left;
    margin: 6px 14px 14px 0;
}
.box_inr h4 {
    font: normal 20px/25px "MyriadProBold";
    color: #eb141f;
    text-transform: uppercase;
    padding: 12px 0 0 0;
}
.box_inr h5 {
    font: normal 14px/20px "MyriadProBold";
    color: #000;
}
.box_inr h5 span {
    color: #666;
    text-transform: inherit;
}
.box_inr h5 span a {
    color: #666;
    text-transform: lowercase;
}

.bot_prt {
    width: 100%;
    float: left;
    margin: 80px 0 0 0;
    text-align: center;
}
.bot_prt_in {
    width: 650px;
    display: inline-block;
}
.bot_prt_in img {
    float: left;
    margin: 0 30px 0 0;
}
.bot_prt_in h4 {
    font: normal 50px/50px "MyriadProBold";
    color: #000;
    text-transform: uppercase;
}
.bot_prt_in h5 {
    font: normal 50px/50px "MyriadProBold";
    color: #eb141f;
    text-transform: uppercase;
    padding: 10px 0 0 0;
}
.bot_prt_in h5 span {
    font-size: 17px;
    color: #000;
    font-family: "MyriadProRegular";
    line-height: 26px;
}
.cntct_ftr .footer_in {
    background: url(../images/footer_bg_new.jpg) no-repeat center center;
    top: -2px;
}

.desk_sec {
    display: block;
}
.mobile_sec {
    display: none;
}
.ftr_list1 {
    width: auto;
    padding-left: 30px;
}
.ftr_list2 {
    width: auto;
    padding-left: 50px;
}
.ftr_list3 {
    width: 250px;
    float: right;
}
.ftr_list3_hd {
    width: 100%;
    background: #eb141f;
    text-align: center;
    padding: 8px 0;
}
.ftr_list3_hd p {
    font: normal 22px/24px "MyriadProSemibold";
    color: #fff;
}
.ftr_list3_body {
    width: 100%;
    text-align: center;
}
.ftr_list3_body a {
    background: rgba(0, 0, 0, 0.65);
    padding: 8px 8px 0;
    display: inline-block;
    font: normal 73.82px/65px "MyriadProBold";
    color: #fff;
    text-decoration: none;
    width: 100%;
}
.ftr_list3_body a img {
    max-width: 100%;
}

.footer_para {
    padding-left: 30px;
}
.archive-section {
    clear: both;
}
.about_main1 .archive-title {
    color: #666666;
    font: 15px/25px "MyriadProRegular";
    text-transform: none;
}