@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

.flt {
    float: left;
}

.flr {
    float: right;
}

.clr {
    clear: both;
}

body {
    font-family: 'FuturaLT';
}

.wrapper {
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
}

header {
    background: #fff;
}

.logo {
    float: left;
    width: 25%;
    padding: 2px 0;
}

.logo img {
    vertical-align: top;
    height: 95px;
}

.menu {
    float: left;
    width: 58%;
    text-align: center;
}

.menu ul {}

.menu ul li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    transition: all 0.7s;
}

.menu ul li a {
    display: block;
    text-decoration: none;
    padding: 35px 17px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 14px;
    color: #313131;
    font-family: 'FuturaLT';
    transition: all 0.7s;
}

.menu ul li:hover a {
    background: #ef4e3b;
    color: #fff;
}

.menu ul li.shw_on_mobile {
    display: none;
}

.touch {
    float: left;
    width: 17%;
    text-align: right;
    margin-top: 25px;
}

.touch a {
    text-transform: uppercase;
    font-size: 12px;
    color: #313131;
    font-family: 'FuturaLT';
    padding: 8px 38px;
    box-sizing: border-box;
    border: 1px solid #b7b7b7;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    transition: all 0.7s;
}

.touch a:hover {
    background: #ef4e3b;
    color: #fff;
    border: 1px solid #fff;
}

.banner {}

.banner img.mainbanner {
    width: 100%;
    vertical-align: top;
}

.banner .caption1 {
    position: absolute;
    bottom: 20%;
    width: 1290px;
    left: 50%;
    margin-left: -645px;
}

.banner .caption1_inner {
    background:#111111d4;
    padding: 20px 30px;
    box-sizing: border-box;
    display: inline-block;
}

.banner .caption1 h2 {
    font-family: 'FuturaLT';
    text-transform: uppercase;
    font-weight: 100;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.banner .caption1 p {
    font-family: 'FuturaLT';
    text-transform: uppercase;
    font-weight: 100;
    font-size: 17px;
    color: #242424;
    letter-spacing: 1px;
}

.banner .caption2 {
    position: absolute;
    bottom: 30%;
    width: 1290px;
    right: 50%;
    margin-right: -645px;
}

.banner .caption2_inner {
    float: right;
}

.banner .caption2_inner h4 {
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    font-family: 'FutuLt';
    font-weight: 100;
}

.banner .caption2_inner h4.line_bg {
    position: relative;
}

.banner .caption2_inner h4.line_bg:before {
    position: absolute;
    top: -5px;
    left: 0;
    width: 80px;
    height: 2px;
    background: #fff;
    content: '';
}

.banner .caption2_inner h1 {
    font-size: 51px;
    color: #fff;
    font-family: 'FuturaLTBold';
    line-height: 50px;
}

.banner .caption2_inner a {
    margin-top: 20px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    font-family: 'FutuLt';
    transition: all 0.7s;
}

.banner .caption2_inner a:hover {
    background: #ef4e3b;
}

#owl-demo1.owl-theme .owl-controls {
    display: none !important;
}

.section2 {
    /*background: url(../images/section2.jpg) no-repeat top center;*/
    padding: 60px 0;
    box-sizing: border-box;
    text-align: center;
}

.heading {
    text-align: center;
    color: #ef4e3b;
    font-size: 30px;
    line-height: 35px;
    font-family: 'FuturaLT';
    /*padding-bottom: 25px;*/
}

.second_heading {
    font-size: 28px;
    line-height: 37px;
    color: #000;
    font-family: 'FutuLt';
    padding-bottom: 25px;
    text-align: center;
}

.second_heading span {
    font-family: 'FuturaLT';
}

.details p {
    color: #494949;
    font-size: 18px;
    line-height: 34px;
    font-family: 'FuturaLT';
}

.dis_more {
    margin-top: 25px;
}

.dis_more a {
    background: #262626;
    color: #ffffff;
    font-size: 14px;
    font-family: 'FuturaLT';
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.7s;
}

.dis_more a:hover {
    background: #ef4e3b;
}

.section3 {
    background: url(../images/section3.jpg) no-repeat center center;
    padding: 50px 0;
    box-sizing: border-box;
    background-size: cover;
}

.section3 .heading {
    text-align: center;
        /*margin-bottom: 28px;*/
}

.section3 .second_heading {
    color: #fff;
    text-align: center;
}

.section3 .item {
    float: left;
    width: 33%;
    padding: 30px 50px;
    box-sizing: border-box;
}

.section3 .sec_title {
    float: left;
    width: 45px;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -moz-transform: rotate(-180.0deg);
    /* FF3.5+ */
    -o-transform: rotate(-180.0deg);
    -webkit-transform: rotate(-180.0deg);
    font-size: 22px;
    color: #fff;
    font-family: 'FutuLt';
    font-weight: 600;
}

.section3 .sec_images img {
    width: 100%;
    vertical-align: top;
}

.sec_details {
    float: left;
    width: calc(100% - 45px);
}

.sec_detail p {
    color: #c6c6c6;
    font-size: 16px;
    line-height: 23px;
    font-family: 'FutuLt';
    text-align: center;
    padding-top: 5px;
}

.view_all {
    text-align: center;
    margin-top: 30px;
}

.view_all a {
    background: #ef4e3b;
    color: #ffffff;
    font-size: 14px;
    font-family: 'FuturaLT';
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.7s;
}

.view_all a:hover {
    background: #ef4e3b;
    color: #fff;
}

.section4 {
    /*background: url(../images/section4.jpg) no-repeat center center;*/
    padding: 50px 0;
    box-sizing: border-box;
    background-size: cover;
}

.section4 .heading {
    text-align: center;
}

.section4 .second_heading {
    text-align: center;
}

.owl-carousel1 {
    padding: 30px 0;
}

.section4 .work_inner {
    padding: 0 5px;
    box-sizing: border-box;
}

.section4 .home_work_hover {
    position: absolute;
    top: 7.5%;
    left: 5%;
    background: url(../images/work_hover.png) no-repeat center center;
    background-size: cover;
    width: 0;
    height: 0;
    text-align: center;
    padding-top: 25%;
    box-sizing: border-box;
    font-size: 35px;
    color: #fff;
    font-family: 'FutuLt';
    transition: all 0.7s;
    opacity: 0;
}

.section4 .home_work:hover .home_work_hover {
    width: 90%;
    height: 85%;
    opacity: 1;
}

.section4 .home_work {
    margin-bottom: 10px;
    position: relative;
}

.section4 .home_work img {
    width: 100%;
    vertical-align: top;
}

.owl-carousel1.owl-theme .owl-controls .owl-page span {
    margin: 5px 3px;
    background: #7c7c7c;
    opacity: 1;
}

.owl-carousel1.owl-theme .owl-controls .owl-page.active span {
    background: #ff6d00;
}

.section5 {
   /* background: url(../images/section5.jpg) no-repeat center center;*/
    padding: 50px 0;
    background: #001e32;
    box-sizing: border-box;
    background-size: cover;
}

.section5 .heading {
    text-align: center;
}

.section5 .second_heading {
    color: #fff;
    text-align: center;
}

.logo_collection_inner {
    float: left;
    width: 20%;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-left: 0;
    position: relative;
    transition: all 0.7s;
}

.logo_collection_inner .logo_hover 
    {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.7s;
    }

.logo_collection_inner:hover .logo_hover 
    {
    opacity: 1;
    }

.logo_collection_inner img {
        width: 100%;
    vertical-align: top;
    height: 158px;
    padding: 7px;
}
.img-size{
    margin-bottom: 20px;
}

.img-size img
            {
             width: 100%;
             margin-bottom: 20px;
             height:400px;
            }
.img-size1{
    margin-bottom: 20px;
}

.img-size1 img{
    width: 100%;
    margin-bottom: 20px;
    height:400px;
}
.text_start h2{
    text-transform: uppercase;
    font-size: 19px;
    text-align: center;
    font-weight: 700;
    margin-top: -3px;
}

.logo_collection {
    padding: 30px 0;
}

.border_left_none {
    border-left: 0;
}

.border_right_none {
    border-right: 0;
}

.border_top_none {
    border-top: 0;
}

.border_bottom_none {
    border-bottom: 0;
}

footer {
    padding: 20px 0;
    background: #fff;
}

.footer {
    width: 35%;
    padding: 25px 60px 25px 25px;
    box-sizing: border-box;
    float: left;
}

.footer.footer_new {
    width: 30%;
    padding: 25px 25px 25px 143px;
    box-sizing: border-box;
    float: left;
}

.footer_heading {
    color: black;
    text-transform: uppercase;
    position: relative;
    font-size: 19px;
    line-height: 15px;
    padding: 5px 0 25px;
    font-family: 'tt0142m';
    font-weight: 500;
    letter-spacing: 1px;
}

.footer_heading:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 1px;  display: none;
    background: #a0a0a0;
    content: '';
}

.footer h1 {
    font-size: 28px;
    /* line-height: 39px; */
    color: #2b2c2b;
    font-family: 'tt0142m';
    font-weight: 400;
    /* margin-bottom: 20px; */
}

.footer a {
    font-size: 17px;
    line-height: 25px;
    color: #ef4e3b;
    font-family: 'FuturaLT';
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.7s;
}

.footer a:hover {
    color: #ef4e3b;
}

.footer p {
    color: #686868;
    font-size: 15px;
    line-height: 20px;
    font-family: 'FuturaLT';
    margin-bottom: 20px;
}

.footer h4 {
    color: #4a4949;
    font-size: 18px;
    line-height: 24px;
    font-family: 'tt0142m';
    font-weight: 400;
    margin-bottom: 20px;
}

.margin_bottom_0 {
    margin-bottom: 0;
}

.footer_new3 {
    padding-left: 70px;
}

.footer {}

.footer form {
    margin-top: 20px;
}

.footer form input[type="text"] {
    color: #929292;
    font-size: 15px;
    color: #6e6e6e;
    font-family: 'FuturaLT';
    height: 40px;
    padding: 5px 0;
    box-sizing: border-box;
    width: 100%;
    border: none;
    border-bottom: 1px solid #929292;
}

.footer form button {
    background: none;
    border: none;
    margin-top: 20px;
    cursor: pointer;
    color: #ef4e3b;
    font-size: 27px;
    line-height: 30px;
    font-family: 'FuturaLT';
    transition: all 0.7s;
}

.footer form button:hover {
    color: #ef4e3b;
}

.footer .margin-top-10 {
    margin-top: -10px;
}

.social {
    margin-bottom: 12px;
}

.social ul li {
    display: inline-block;
    vertical-align: top;
}

.social ul li a {
    display: block;
    width: 42px;
    height: 42px;
    padding: 0 2px;
    box-sizing: border-box;
    transition: all 0.7s;
}

.social ul li a.fb1 {
    background: url(../images/social.png) no-repeat top left -57px;
}

.social ul li a.fb2 {
    background: url(../images/social.png) no-repeat top left -112px;
}

.social ul li a.fb3 {
    background: url(../images/social.png) no-repeat top right;
}

.social ul li a.fb {
    background: url(../images/social.png) no-repeat top left;
}

.social ul li a.fb1:hover {
    background: url(../images/social.png) no-repeat bottom left -57px;
}

.social ul li a.fb2:hover {
    background: url(../images/social.png) no-repeat bottom left -112px;
}

.social ul li a.fb3:hover {
    background: url(../images/social.png) no-repeat bottom right;
}

.social ul li a.fb:hover {
    background: url(../images/social.png) no-repeat bottom left;
}

.footer_bottom {
    background: #001e32;
    padding: 20px 0;
}

.footer_bottom_left {
    float: left;
    width: 50%;
}

.footer_bottom_right {
    float: left;
    width: 50%;
    text-align: right;
}

.footer_bottom p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'FuturaLT';
}

.footer_bottom p a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'FuturaLT';
    text-decoration: none;
    transition: all 0.7s;
}

.footer_bottom p a:hover {
    color: #ef4e3b;
}

.wrapper_inner {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
}

.inside_banner {}

.inside_banner img {
    width: 100%;
    vertical-align: top;
}

.bread_cum {
    text-align: center;
    padding: 20px 0;
}

.bread_cum ul {}

.bread_cum ul li {
    display: inline-block;
    list-style: none;
    padding-left: 10px;
    color: #565656;
    font-size: 15px;
}

.bread_cum ul li a {
    display: block;
    padding: 0 30px 0 0;
    box-sizing: border-box;
    background: url(../images/arrow.png) no-repeat top 5px right;
    color: #b3b3b3;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.7s;
}

.bread_cum ul li a:hover {
    color: #565656;
}

.inner_page {
    border-bottom: 1px solid #b2b2b2;
}

.ab_01 {
    text-align: ;
    padding: 30px 0;
}

.inner_details {
    padding-top: 20px;
}

.inner_details p {
    font-size: 16px;
    line-height: 26px;
    color: #494949;
    text-align: center;
    font-family: 'FuturaLT';
    padding-bottom: 40px;
}

.inner_details p span {
    font-size: 20px;
    color: #494949;
    font-family: 'tt0142m';
}

.inner_details p img {
    width: 100%;
    vertical-align: top;
}

.ab_02_left {
    float: left;
    width: 50%;
    padding-right: 60px;
    box-sizing: border-box;
}

.ab_02_right {
    float: left;
    width: 50%;
    padding-left: 60px;
    box-sizing: border-box;
}

.text_al_l {
    text-align: left;
}

.text_al_l p {
    text-align: left;
}

.padding_top_0 {
    padding-top: 0;
}

.ab_02 {
    min-height: 234px;
    background: url(../images/ab_listing.jpg) no-repeat top center;
    background-size: cover;
    padding: 40px;
    box-sizing: border-box;
}

.lt_list {
    column-count: 2;
}

.lt_list li {
    background: url(../images/ab_list.png) no-repeat top 17px left;
    padding-left: 30px;
    box-sizing: border-box;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #494949;
    font-size: 20px;
    line-height: 35px;
    font-family: 'FuturaPTMedium';
    text-align: left;
    list-style: none;
}

.ab_03 {
    margin-top: 80px;
    background: #001e32;
    padding: 40px 30px 30px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}

.ab_hd {
    background: #ef4e3b;
    font-size: 26px;
    line-height: 37px;
    color: #fff;
    font-family: 'FutuLt';
    padding: 5px 30px;
    position: absolute;
    top: -25px;
    left: 25px;
    display: inline-block;
}

.listing2 {}

.listing2 li {
    font-size: 19px;
    line-height: 34px;
    color: #fff;
    font-family: 'FutuLt';
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    padding-top: 3px;
    padding-bottom: 3px;
    background: url(../images/bt2.png) no-repeat top 15px left;
    font-weight: 400;
    list-style: none;
    float: left;
    width: 25%;
}

.inside_product {
    background: #e4e4e4;
    padding: 50px 0;
    box-sizing: border-box;
}

.prodiuct_filter {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
    box-sizing: border-box;
}

.prodiuct_filter span {
    float: left;
    width: 40%;
    color: #494949;
    font-size: 28px;
    line-height: 37px;
    font-family: 'FuturaLT';
}

.prodiuct_filter form {
    float: left;
    width: 60%;
}

.prodiuct_filter select {
    width: 83%;
    background: #fff;
    border: 1px solid #ff6d00;
    height: 51px;
    line-height: 51px;
    font-size: 22px;
    color: #494949;
    font-family: 'FutuLt';
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/d_arrow.png) no-repeat top 21px right 14px;
}

.prodiuct_filter button {
    width: 15%;
    border: 1px solid #ff6d00;
    background: #ff6d00;
    height: 52px;
    line-height: 52px;
    font-size: 22px;
    color: #fff;
    font-family: 'FutuLt';
    cursor: pointer;
    margin-left: -5px;
}

.prodiuct_filter select option {}

.product_listing_inner {
    padding: 10px 30px 50px;
    box-sizing: border-box;
}

.pr_listing_heading {
    text-align: center;
    padding: 50px 0;
}

.pr_listing_heading h1 {
    color: #494949;
    font-size: 40px;
    line-height: 37px;
    /* font-family: 'tt0142m';*/
    font-weight: 100;
}

.pr_listing_heading p {
    color: #494949;
    font-size: 20px;
    line-height: 37px;
    font-family: 'FutuLt';
    padding-top: 15px;
    font-weight: 400;
}

.pr_left {
    float: left;
    width: 23.75%;
}

.pr_center {
    float: left;
    width: 49%;
    margin: 0 1.5%;
}

.pr_right {
    float: left;
    width: 23.75%;
}

.res img {
    width: 100%;
    vertical-align: top;
    cursor: pointer;
}

.res1_l {
    float: left;
    width: 48.5%;
    margin-right: 1.5%;
    margin-bottom: 2.5%;
}

.res1_r {
    float: left;
    width: 48.5%;
    margin-left: 1.5%;
    margin-bottom: 2.5%;
}

.res13 {
    margin-bottom: 2.5%;
}

.res3 {
    margin-bottom: 5.5%;
}

.inner_details .exper_style_p p {
    text-align: left;
}

.inner_details .exper_style_p p b {
    /*color: #ef4e3b;
    font-size: 18px;*/
}


/*********Contact us*************************/

.form_box {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.form_box .form_upper {
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: space-around;
    margin-bottom: 25px;
}

.form_box .form_upper .sngle_inpt {
    width: 31%;
    position: relative;
}

.form_box .form_upper .sngle_inpt i {
    position: absolute;
    left: 12px;
    font-size: 20px;
    top: 15px;
    color: #ef4e3b;
}

.form_box .form_upper .sngle_inpt_2 {
    width: 48%;
    position: relative;
}

.form_box .form_upper .sngle_inpt_2 i {
    position: absolute;
    left: 12px;
    font-size: 20px;
    top: 15px;
    color: #ef4e3b;
}

.form_box .form_upper .sngle_inpt_3 {
    width: 98%;
    position: relative;
}

.form_box .form_upper .sngle_inpt_3 i {
    position: absolute;
    left: 12px;
    font-size: 20px;
    top: 15px;
    color: #ef4e3b;
}

.form_box .form_upper .sngle_inpt_4 {
    width: 48%;
    position: relative;
}

.form_box .form_upper .sngle_inpt_4 i {
    position: absolute;
    left: 12px;
    font-size: 20px;
    top: 15px;
    color: #ef4e3b;
}

.form_box .form_upper .sngle_inpt_6 {
    width: 48%;
    position: relative;
}

.form_box .form_upper .sngle_inpt_6 i {
    position: absolute;
    left: 12px;
    font-size: 16px;
    top: 16px;
    color: #ef4e3b;
}

.form_box .form_upper .sngle_inpt input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #e2e2e3;
    height: 50px;
    padding: 10px 15px 10px 35px;
    text-transform: ;
    font-weight: 300;
    color: #262c56;
    font-family: 'FutuLt';
    font-size: 15px;
    border-radius: 3px;
}

.form_box .form_upper .sngle_inpt_2 input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #e2e2e3;
    height: 50px;
    padding: 10px 15px 10px 35px;
    text-transform: ;
    font-weight: 300;
    color: #262c56;
    font-family: 'FutuLt';
    font-size: 15px;
}

.form_box .form_upper .sngle_inpt_3 textarea {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #e2e2e3;
    padding: 14px 15px 15px 35px;
    text-transform: ;
    font-weight: 300;
    color: #262c56;
    margin: 0px auto;
    font-family: 'FutuLt';
    font-size: 15px;
    color: gray;
    resize: none;
    border-radius: 3px;
}

.form_box .form_upper .sngle_inpt_4 select {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #e2e2e3;
    height: 50px;
    padding: 14px 15px 15px 26px;
    text-transform: ;
    font-weight: 300;
    color: #262c56;
    font-family: 'FutuLt';
    font-size: 15px;
    color: gray;
}

.form_box .form_upper .sngle_inpt_4:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    bottom: 0;
    height: 0;
    margin: auto;
    right: 17px;
    top: 0px;
    z-index: 1;
    content: "";
    pointer-events: none;
    position: absolute;
}

.form_box .form_upper .sngle_inpt_4:before {
    content: '';
    /* background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center; */
    background: #ff9500;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 0;
}

.form_box .form_upper .sngle_inpt_6 select {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #e2e2e3;
    height: 50px;
    padding: 14px 15px 15px 32px;
    text-transform: ;
    font-weight: 300;
    color: #262c56;
    font-family: 'FutuLt';
    font-size: 15px;
    color: gray;
}

.form_box .form_upper .sngle_inpt_6:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    bottom: 0;
    height: 0;
    margin: auto;
    right: 17px;
    top: 0px;
    z-index: 1;
    content: "";
    pointer-events: none;
    position: absolute;
}

.form_box .form_upper .sngle_inpt_6:before {
    content: '';
    /* background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center; */
    background: #ff9500;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 0;
}

.form_box .form_upper .sngle_inpt_5 {
    width: 98%;
}

.form_box .form_upper .sngle_inpt_5 input {
    text-transform: ;
    font-size: 14px;
    color: #313131;
    padding: 8px 38px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #b7b7b7;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    transition: all 0.7s;
    float: right;
    font-family: 'FutuLt';
    font-size: 15px;
    border-radius: 3px;
}

.form_box .form_upper .sngle_inpt_5 input:hover {
    background: #ef4e3b;
    color: #fff;
    border: 1px solid #fff;
}

.form_box .form_upper input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: gray;
}

.form_box .form_upper input::-moz-placeholder {
    /* Firefox 19+ */
    color: gray;
}

.form_box .form_upper input:-ms-input-placeholder {
    /* IE 10+ */
    color: gray;
}

.form_box .form_upper input:-moz-placeholder {
    /* Firefox 18- */
    color: gray;
}

.cont_ftr_map {
    background-image: url(../images/map.jpg);
    width: 100%;
    /* height: 410px; */
    background-size: cover;
    background-attachment: fixed;
    /* position: relative; */
    background-repeat: no-repeat;
    position: relative;
    display: table;
    padding: 80px 0;
}

.bg_map_clr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.71);
}

.cont_ftr_map .bg_map_tbl {
    display: table-cell;
    vertical-align: middle;
}

.address_map {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.address_map .address_blck {
    width: 38%;
    overflow: hidden;
    float: left;
}

.address_map .address_blck h4 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: 'FutuLt';
}

.address_map .map_blck {
    width: 60%;
    overflow: hidden;
    float: right;
}

.off_address {
    width: 100%;
    overflow: hidden;
    font-family: 'FutuLt';
    margin-bottom: 20px;
}

.off_address span {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}

.off_address span i {
    color: #ef4e3b;
}

.off_address p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 4px;
    line-height: 24px;
}

.off_address p a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.address_map .map_blck iframe {
    width: 100%;
    height: 350px;
}


/************************************/


/***********Start Pagination*************************/

.pagination__controls {
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ff6d00;
    border-color: #ff6d00;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


/***********End   Pagination*************************/


/**********Start Client logo*****************************/

.client_block_logo {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.client_block_logo ul {
    width: 100%;
    overflow: hidden;
    margin: -1px 0px -1px -1px;
}

.client_block_logo ul li {
    width: 24.8%;
    overflow: hidden;
    float: left;
    border: 1px solid #ccc;
    border-left: 0;
    border-top: 0;
    display: block;
    position: relative;
}

.client_block_logo ul li:hover .log_dtl {
    height: 100%;
}


/*.client_block_logo ul li:nth-child(-n+4){
    border-top: 0;
}*/

.client_block_logo ul li:nth-child(4n) {
    border-right: 0;
}

.client_block_logo ul li:nth-last-child(-n+4) {}

.client_block_logo ul li img {
    display: block;
    margin: 0px auto;
    padding: 18px;
    width: 55%;
}

.log_dtl {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.73);
    width: 100%;
    height: 0%;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.logo_txt_dtl {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'FuturaLT';
}

.logo_txt_dtl h4 {
    color: #fff;
    font-size: 18px;
}

.logo_txt_dtl a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}


/**********End Client logo*****************************/

.mobile_icon {
    display: none;
}

.logo_mobile {
    display: none;
}

.close_menu {
    display: none;
}

@media screen and (max-width: 1300px) {
    header {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .section2,
    .section3,
    .section4,
    .section5,
    footer {
        padding: 50px 10px;
        box-sizing: border-box;
    }
    .banner .caption1 {
        width: 100%;
        margin-left: 0;
        left: 0;
        padding: 10px;
        box-sizing: border-box;
    }
    .banner .caption2 {
        width: 100%;
        margin-right: 0;
        right: 0;
        padding: 10px;
        box-sizing: border-box;
    }
    .footer_bottom {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 1100px) {
    .banner .caption2_inner h4 {
        font-size: 25px;
        line-height: 29px;
    }
    .banner .caption2_inner h1 {
        font-size: 33px;
        line-height: 39px;
    }
    .banner .caption1 h2 {
        font-size: 20px;
        line-height: 20px;
    }
    .banner .caption1 p {
        font-size: 14px;
    }
    .banner .caption1_inner {
        padding: 20px;
    }
}

@media screen and (max-width: 950px) {
    /*.menu ul li a{padding:31px 10px;}*/
    .menu {
        width: 56%;
    }
    .touch {
        width: 19%;
    }
    .section3 .item {
        padding: 20px 10px;
    }
    .section3 .sec_title {
        width: 34px;
    }
    .sec_details {
        width: calc(100% - 34px);
    }
    .footer.footer_new {
        padding: 25px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:890px) {
    /*.logo{ width:45%;}
    .touch a{white-space: nowrap;}
    .menu{ width:25%;}
    .section2{ background-size:cover;}
    .details p br{ display:none;}
    .second_heading br{ display:none;}
    .footer{ width:100%;}
    .footer.footer_new{ width:100%;}
    .touch {  width:48%; float:right; text-align:left;}
    .inner_menu ul li{ display:block; border-top:1px solid #ef4e3b;}
    .inner_menu ul li:last-child{border-bottom:1px solid #ef4e3b;}
    .inner_menu ul li a{ display:block; padding:10px 15px;}
    .logo_mobile{ padding:20px;}
    .inner_menu { display: block; position: fixed;  z-index: 99999;  left:0;   width:300px; height:100%;  text-align: left; background: #fff;     webkit-transform: translateX(-150%);  transform: translateX(-150%); -webkit-transition: -webkit-transform 0.4s, visibility 0s 0.4s;  transition: transform 0.4s, visibility 0s 0.4s; box-shadow: 3px 7px 35px #000;}
    .mobile_icon{ display:block;}
    .logo_mobile{ display:block;}
    .mobile_icon{position:absolute; top:28px; right:20px;}
    .inner_menu.open {  visibility: visible;  -webkit-transform: translateX(0%);  transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.4s;  transition: transform 0.4s;}
    .close_menu{position: absolute;  right: -29px;}
    
    .close_menu{ display:block;}*/
}

@media screen and (max-width:768px) {
    .top-bar
    {
        display: none;
    }
    .logo {
        width: 45%;
    }
    .touch a {
        white-space: nowrap;
    }
    .menu {
        width: 25%;
    }
    .section2 {
        background-size: cover;
    }
    .details p br {
        display: none;
    }
    .second_heading br {
        display: none;
    }
    .footer {
        width: 100%;
    }
    .footer.footer_new {
        width: 100%;
    }
    .touch {
        width: 48%;
        float: right;
        text-align: left;
    }
    .inner_menu ul li {
        display: block;
        border-top: 1px solid #ef4e3b;
    }
    .inner_menu ul li:last-child {
        border-bottom: 1px solid #ef4e3b;
    }
    .inner_menu ul li a {
        display: block;
        padding: 10px 15px;
    }
    .logo_mobile {
        padding: 20px;
    }
    .inner_menu {
        display: block;
        position: fixed;
        z-index: 99999;
        left: 0;
        width: 300px;
        height: 100%;
        text-align: left;
        background: #fff;
        webkit-transform: translateX(-150%);
        transform: translateX(-150%);
        -webkit-transition: -webkit-transform 0.4s, visibility 0s 0.4s;
        transition: transform 0.4s, visibility 0s 0.4s;
        box-shadow: 3px 7px 35px #000;
    }
    .mobile_icon {
        display: block;
    }
    .logo_mobile {
        display: block;
    }
    .mobile_icon {
        position: absolute;
        top: 28px;
        right: 20px;
    }
    .inner_menu.open {
        visibility: visible;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
    }
    .close_menu {
        position: absolute;
        right: -29px;
    }
    .close_menu {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .banner .caption1 {
        position: static;
        padding: 0;
    }
    .banner .caption1_inner {
        display: block;
        text-align: center;
    }
    .banner .caption2 {
        position: static;
        text-align: center;
        background: #000;
    }
    .banner .caption2_inner {
        float: none;
        padding: 20px 0;
    }
    .banner .caption2_inner h4.line_bg:before {
        display: none;
    }
    .banner .caption2_inner a:hover {
        background: rgba(219, 102, 16, 0.8);
    }
    .section3 .item {
        width: 50%;
    }
    .logo_collection_inner {
        width: 33%;
        border-left: 1px solid #fff;
    }
    .border_left_none {
        border-left: 1px solid #fff;
    }
    .border_right_none {
        border-right: 1px solid #fff;
    }
    .border_top_none {
        border-top: 1px solid #fff;
    }
    .border_bottom_none {
        border-bottom: 1px solid #fff;
    }
    .footer h1 {
        font-size: 25px;
        line-height: 29px;
    }
    .footer {
        padding: 25px 0;
    }
    .footer.footer_new {
        padding: 25px 0;
    }
    .footer_bottom_left {
        float: left;
        width: 100%;
    }
    .footer_bottom_right {
        float: left;
        width: 100%;
        text-align: left;
        padding-top: 10px;
    }
    .section4 .home_work_hover {
        font-size: 27px;
    }
}

@media screen and (max-width:600px) {
    .banner .caption2_inner h1 {
        font-size: 23px;
        line-height: 34px;
    }
    .banner .caption2_inner h4 {
        font-size: 21px;
        line-height: 25px;
    }
    .banner .caption2_inner a {
        font-size: 14px;
    }
    .heading {
        font-size: 25px;
        line-height: 29px;
    }
    .second_heading {
        font-size: 22px;
        line-height: 29px;
    }
    .touch {
        width: 100%;
        float: right;
        text-align: center;
        padding-bottom: 15px;
    }
    .touch {
        margin-top: 0;
    }
}

@media screen and (max-width:500px) {
    .section3 .item {
        width: 100%;
    }
    .logo_collection_inner {
        width: 50%;
        border-left: 1px solid #fff;
    }
    .logo_mobile img {
        width: 100%;
        vertical-align: top;
    }
    .inner_menu {
        width: 250px;
    }
}

@media screen and (max-width:360px) {
    .logo {
        width: 67%;
    }
    .logo img {
        width: 100%;
        vertical-align: top;
    }
    .mobile_icon {
        top: 23px;
        right: 10px;
    }
}

.bgdark
{
    background: #133377;
    padding:10px;
}
.top-box i
{
    color: #fff;
    font-size: 18px;
}
.top-box a
{
    color: #fff;
}
.right-bar
{
    text-align: right;
}

.card-title
{
    text-align: center;
    color: #ef4e3b;
}
.card
{
    background: #fff;
    box-shadow: 10px 10px #999;
    padding:10px;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.75s;
}
.card img
{
   height: 250px;
   width: 100%;
}
.card .image
{ 
    width: 250px; 
    height: 250px; 
} 
          
        .card { 
            position: relative; 
            /*width: 400px; */
            height: 344px; 
        } 
          
        .overlay { 
            position: absolute; 
            transition: all 0.3s ease; 
            opacity: 0; 
            background-color: #9bcd9b; 
        } 
          
        .card:hover .overlay { 
            opacity: 1; 
        } 
          
        .overlayLeft{ 
            height: 100%; 
            width: 0; 
            top: 0; 
                transition: all 0.7s ease 0s;

            left: 0px; 
            background:url(../images/back.jpg);
        } 
          
        .card:hover .overlayLeft{ 
     width: 323px;
    height: 200px;
    margin-top: 33px;
    margin-left: 20px;
    opacity: 0.7;
        } 
        .card:hover{
           background: #fff;
           box-shadow: 1px 3px #999;
           transition: 0.75s;  
        }

@media(max-width:768px){
    .card:hover .overlayLeft{
        width: 281px;
    }
}

   .listed{background: burlywood;
    padding: 23px;
    position: relative;
   /* margin: -10px;*/
    /* padding: 0px; */
    width: 100%;
    margin-top: 10px;}   
    .listed li{
        list-style-type: none;
        font-size: 16px;
        font-weight: 500;
    }  


  @media(max-width:768px){
    .width{
        float: left;
        position: absolute;
        grid-template-columns: initial;
        filter: grayscale(100%);
        background:linear(gradient-40% , yellow)    ;
    }
  }  