@font-face {
    font-family: 'news_gothic_condensedregular';
    src: url('../fonts/ufonts.com_newsgothicbt-romancondensed-opentype.eot');
    src: url('../fonts/ufonts.com_newsgothicbt-romancondensed-opentype.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ufonts.com_newsgothicbt-romancondensed-opentype.woff2') format('woff2'),
         url('../fonts/ufonts.com_newsgothicbt-romancondensed-opentype.woff') format('woff'),
         url('../fonts/ufonts.com_newsgothicbt-romancondensed-opentype.ttf') format('truetype'),
         url('../fonts/ufonts.com_newsgothicbt-romancondensed-opentype.svg#news_gothic_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.home_img {
    background-image:url(../images/footer_bg.jpg);
}
/*header begin*/
header {
	background-image:url(../images/header_bg.jpg);
	font-family: 'Droid Sans', sans-serif;
}
.logo_outer {
	width:100%;
	padding-top:25px;
	position:absolute;
}
.logo {
	margin:auto;
	display:block;
	width:254px;
}
header .list-inline li a {
	color:#616161;
	font-size:14px;
	background-image:url(../images/phone_icon.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:18px;
	margin-left:10px;
	transition-duration:1s;
}
header .list-inline li:first-child a {
	background-image:url(../images/mail_icon.png);
	background-position:0px 2px;
	padding-left:28px;
}
header .list-inline {
	margin-top:47px;
}
header .list-inline {
	position:relative;
	z-index:1;
}
header .list-inline li a:hover {
	color:#ffffff;
	transition-duration:1s;
}
/*header end*/
/*slider css begin*/
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    padding-left:0px;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
#home_banner .slick-slide {
    height:100%;
    outline:none;
}
#home_banner .slick-dots li {
    float:left;
    list-style-type:none;
}
#home_banner .slick-dots li button {
    float:left;
    list-style:none;
    width:12px;
    height:12px;
    outline:none;
    text-indent:-9999999px;
    background-color:#a7bdd7;
    display:block;
    margin-right:7px;
    border:0px;
    border-radius:50%;
}
#home_banner .slick-dots .slick-active button {
    background-color:#ffffff;
}
#home_banner .slick-dots {
    position:relative;
    top:-42px;
}
#home_banner .caption {
    margin-top: 122px;
    color: #ffffff;
    font-size: 26px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    text-align: center;
    margin: 120px 0px 0px 0px;
    width:750px;
    padding:25px;
    margin-right:auto;
    margin-left:auto;
    position:relative;
}
.slick-current .top_left {
   
}
#home_banner .caption h1 {
    color:#ffffff;
    line-height:50px;
    font-size:50px;
    margin-bottom:25px;
}
#home_banner .caption p {
    margin-bottom:15px;
    padding: 46px 0px;
    font-family: 'Open Sans', sans-serif;
}
#home_banner .caption a {
    color:#0075c0;
    background-color:#fff;
    font-weight:500;
    letter-spacing:1px;
    text-transform:uppercase;
    padding:10px 43px;
    display:inline-block;
    transition-duration:1s;
    margin-bottom:25px;
}
#home_banner .caption a:hover {
    background-color:#0075c0;
    color:#fff;
    transition-duration:1s;
}
.out_banner {
    background-image:url(../images/home_black_bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    width:100%;
    position:relative;
}
.fade {
    opacity:5 !important;
    width: 100%;
    padding-top:28px;
    margin-bottom:0px;
}
.out_banner .slick-prev {
    background-image:url(../images/pre.jpg);
    width:48px;
    height:86px;
    background-repeat:no-repeat;
    left:0px;
    bottom:50%;
    position: absolute;
    top: 43%;
    display: block;
    z-index:9999;
    outline:none;
    border:0px;
    padding:0px;
}
.out_banner .slick-next {
    background-image:url(../images/next.jpg);
    width:49px;
    height:86px;
    background-repeat:no-repeat;
    right:0px;
    bottom:50%;
    position: absolute;
    top: 43%;
    display: block;
    z-index:9999;
    outline:none;
    border:0px;
    padding:0px;
}
/*#home_banner img {
    bottom:0px;
    position:relative;
}*/
/*slider css end*/


/*footer begin*/
.footer_outer {
	position:relative;
}
footer {
	background-image:url(../images/footer_bg.jpg);
	font-family: 'Droid Sans', sans-serif;
	position:absolute;
	bottom:29px;
	padding:25px 0px;
	width:100%;
}
.footer_outer .list-inline .twitter_icon {
	width:25px;
	height:25px;
	float:left;
	background-image:url(../images/twitter_icon.png);
	display:block;
	background-position:top;
	transition-duration:0.5s;
}
.footer_outer .list-inline .twitter_icon:hover,.footer_outer .list-inline .fb_icon:hover,.footer_outer .list-inline .dot_icon:hover {
	background-position:bottom;
	transition-duration:0.5s;
}
.footer_outer .list-inline .dot_icon {
	width:25px;
	height:25px;
	float:left;
	background-image:url(../images/dot_icon.png);
	display:block;
	background-position:top;
	transition-duration:0.5s;
}
.footer_outer .list-inline {padding-left:30px;margin-top:3px;}
.footer_outer .list-inline .t_con {
	width:25px;
	height:24px;
	float:left;
	background-image:url(../images/t_con.png);
	display:block;
}
.footer_outer .list-inline .fb_icon {
	width:25px;
	height:24px;
	float:left;
	background-image:url(../images/fb_icon.png);
	transition-duration:0.5s;
	display:block;
}
.footer_outer .list-inline .box_icon {
	width:25px;
	height:24px;
	float:left;
	background-image:url(../images/box_icon.png);
	display:block;
}
.footer_outer .list-inline li {
	vertical-align:middle;
	color:#fff;
	font-size:14px;
	text-transform:capitalize;
}
.footer_link {
	width:155px;
	height:39px;
	background-image:url(../images/footer_btn.jpg);
	display:block;
	background-position:top;
	margin:auto;
    background-repeat:no-repeat;
	transition-duration:0.5s;
}
.footer_link:hover {
	background-position:bottom;
}
.cpy_right_txt {
	padding-right:30px;
	color:#616161;
	font-size:13px;
	font-family: 'Droid Sans', sans-serif;
}
.cpy_right_txt span {
	display:block;
}
.cpy_right_txt a {
	color:#616161;
}
.cpy_right_txt a:hover {
	color:#eb5d5d;
}
/*footer end*/
/*who we are begin*/
.inner_page_banner img {width:100%;}
.content_area {
    background-image:url(../images/header_bg.jpg);
}
.inner_content_area {
    background-image:url(../images/inner_banner.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:top center;
}
.what_we_do_banner {
     background-image:url(../images/what_we_do_banner.png);
}
.factory_banner {
    background-image:url(../images/factory_banner.png);
}
.reach_banner {
    background-image:url(../images/reach_banner.png);
}
.pro_banner {
     background-image:url(../images/pro_banner.png);
}
.lft_side_bar img {
    border:1px solid #616161;
    padding:9px;
}
.lft_side_bar {
    margin-top:112px;
}
.lft_side_bar span {
    display:block;
    padding-top:5px;
}
.lft_side_bar h3 {
    margin-left:15px;
    margin-top:30px;
    color:#eb5d5d;
    font-size:36px;
    font-weight:300;
    line-height:28px;
    margin-bottom:5px;
    font-family: 'Alegreya Sans', sans-serif;
    letter-spacing:1px;
    line-height:32px;
    font-weight:300;
}
.lft_side_bar h4 {
   margin-left:51px;
   margin-top:30px;
   color:#727171;
   font-size:36px;
   line-height:28px;
   font-weight:300;
   margin-bottom:5px;
   font-family: 'Alegreya Sans', sans-serif;
   letter-spacing:1px;
   line-height:32px;
   font-weight:300;
}
.rgt_side_bar {
    margin-top:52px;
}
.rgt_side_bar h1 {
    color:#eb5d5d;
    font-size:24px;
    text-align:right;
    text-transform:uppercase;
    margin-bottom:30px;
    font-family: 'Droid Sans', sans-serif;
}
.rgt_side_bar h4 {
    color:#eb5d5d;
    font-weight:700;
    font-size:16px;
    text-transform:uppercase;
    margin-bottom:18px;
    font-family: 'Droid Sans', sans-serif;
}
.rgt_side_bar {
    color:#727171;
    font-size:14px;
    line-height:25px;
    font-weight:500;
    font-family: 'Droid Sans', sans-serif;
}
.rgt_side_bar p {
    padding-bottom:15px;
    margin-bottom:0px;
    text-align:justify;
}
.content_area footer {
    position:inherit;
    margin-bottom:0px;
    margin-top:80px;
}
.fany_section h1 {
    text-align:center;
    border-bottom:1px dotted #616161;
    padding-bottom:15px;
}
.fany_section img {
    border:1px solid #cfcfcf;
    padding:5px;
}
/*who we are end*/
/*acc begin*/


.fany_section_1 .rgt_side_bar {
    padding-top:22px;
    margin-top:0px;
} 
.fany_section_1 .rgt_side_bar h4 {
    margin-bottom:0px;
}
.fany_section_1 h4 {
    color:#fff;
    font-weight:400;
    font-size:16px;
    text-transform:uppercase;
    margin-bottom:18px;
    font-family: 'Droid Sans', sans-serif;
}
/*acc end*/
.contact_left h6,.contact_right h6  {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Droid Sans', sans-serif;
    margin: 0px;
    color:#eb5d5d;
    padding-bottom: 15px;
}
.contact_left h6 span {
    font-weight:normal;
    line-height:31px;
}
.content_area h2 {
    color: #2e3031;
    font-size: 35px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #dfdfdf;
    margin: 0px 0px 38px 0px;
    padding-bottom: 16px;
    text-transform: uppercase;
}
.admin_section {
    margin-bottom: 30px;
}
.contact_left ul {
    padding-left: 0px;
}
.contact_left li {
    padding-bottom: 13px;
    list-style-type: none;
    font-family: 'Droid Sans', sans-serif;
}
.contact_left li, .contact_left li a,.contact_right p {
    color: #5a5a5a;
    font-size: 15px;
    font-family: 'Droid Sans', sans-serif;
}
.contact_left li a:hover {
    color:#fff;
}
.con_icon_1 {
    background-image: url(../images/con_map_icon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 28px;
    padding-bottom: 8px;
}
.con_icon_2 {
    background-image: url(../images/con_phone_icon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 28px;
    padding-bottom: 8px;
}
.con_icon_3 {
    background-image: url(../images/con_mob_icon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 28px;
    padding-bottom: 8px;
}

.con_icon_4 {
    background-image: url(../images/con_mail_icon.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 28px;
    padding-bottom: 8px;
}
.con_icon_5 {
    background-image: url(../images/con_web_icon.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 28px;
    padding-bottom: 8px;
}
.con_form_section {
    color: #5a5a5a;
    font-size: 15px;
}
.con_form_section {
    padding:0px;
    font-family: 'Droid Sans', sans-serif;
}
.con_form_section input{
    width: 100%;
    background-color: #3C3C3C;
    border: 1px solid #d6d6d6;
    list-style-type: 39px;
    height: 39px;
    border-radius: 4px;
    padding-left: 10px;
    outline: none;
    color:#fff;
    padding-right: 10px;
    margin-bottom: 10px;
    font-family: 'Droid Sans', sans-serif;
}
.con_form_section textarea {
    width: 100%;
    background-color: #3C3C3C;
    border: 1px solid #d6d6d6;
    list-style-type: 39px;
    height: 150px;
    border-radius: 4px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    outline: none;
    margin-bottom: 10px;
}
.con_form_section textarea {
    width: 100%;
    background-color: #3C3C3C;
    border: 1px solid #fff;
    list-style-type: 39px;
    height: 150px;
    color:#fff;
    border-radius: 4px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    outline: none;
    margin-bottom: 10px;
}
.con_form_section input[type="submit"] {
    color: #fff;
    background-color: #eb5d5d;
    padding: 0px 34px;
    line-height: 37px;
    outline: none;
    height: 37px;
    width:100px;
    border: 0px;
    cursor: pointer;
    font-family: 'Droid Sans', sans-serif;
    text-transform: uppercase;
    border-radius: 4px;
    transition-duration: 0.4s;
}
.con_form_section input[type="submit"]:hover {
    color:#fff;
    background-color:#393c3e;
     transition-duration: 0.4s;
}
.thanks_text {
    text-align:center !important;
}
/*acc last begin*/
#accordion {
    position: relative;
    width:500px;
    margin-top: 0px;
}
.accordion-toggle {
    cursor: pointer;
    background: #818181;
    font-size: 14px!important;
    padding: 10px 0px 10px 10px!important;
    margin-bottom: 5px!important;
    color: #141414;
}
.accordion-content {
    display: none;
}
.accordion-content.default {
    display: block;
}
.accordion-content img {
    float: right;
    margin: 0px 0px 10px 20px;
    position: absolute;
    right: -598px;
    top: 0px;
    width: 521px;
}
#accordion h4 {
    color:#FFFFFF;
    text-transform:capitalize;
    font-weight:400;
}
.acc_page {
    min-height:800px;
}
.content_area_1 iframe {
    width:100%;
    height:250px;
    margin-bottom:50px;
}
.contact_left {
    margin-right: 72px;
}
/*acc last end*/















