@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,700,900');

html,
body {
    width: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    position: relative;

    background: #e7e5dc;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
    -mox-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

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

a img {
    border: none;
}

:focus {
    outline: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.wrapper {
    max-width: 1749px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

.clearfix {
    display: block;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.no_scroll {
    pointer-events: none;
}

img {
    vertical-align: bottom;
}

/* css for header */

.main-slider-block {
    padding-top: 184px;
}

ul.logo-right-list li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
}

.logo-left {
    float: left;
    width: 14.4%;
    position: relative;
    min-height: 1px;
}

.logo-left img {
    max-width: 100%;
}

.nav-links-middle {
    float: left;
    width: 55%;
}

.logo-right {
    float: right;
    width: 27%;
    padding: 21px 0;
}


ul.logo-right-list {
    padding: 10px 0;
    border-bottom: 1px dashed #e0e0e0;
}

ul.logo-right-list li {
    padding: 10px 25px;
    position: relative;
}

ul.logo-right-list li:first-child {
    padding-left: 0;
}

ul.logo-right-list li a {
    color: #777777;
    font-size: 16px;

}

ul.logo-right-list li a:hover,
ul.logo-right-list li.active a {
    color: #000;
}


ul.logo-right-list li:not(:last-child):not(.last_link):after {
    position: absolute;
    content: "\f111";
    top: 45%;
    margin-top: 0;
    right: 0;
    color: #777777;
    font-size: 5px;
    font-family: 'fontawesome';
}

ul.logo-right-list li.call_li {
    float: right;
}

ul.logo-right-list li.call_li a {
    font-size: 20px;
    color: #0168b7;

    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

ul.logo-right-list li.call_li a:before {
    position: absolute;
    content: "\f095";
    top: 16px;
    margin-top: 0;
    left: 5px;
    color: #0168b7;
    font-size: 15px;
    font-family: 'fontawesome';

    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}

ul.logo-right-list li.call_li a:hover:before {
    -webkit-transform: scale(1.5) rotate(12deg);
    transform: scale(1.5) rotate(12deg);
}

ul.logo-right-list:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* Navigation menu */

a {
    text-decoration: none;
}

div#overlay {
    display: none;
}

a#toggle {
    position: fixed;
    top: 21px;
    left: 15px;
    width: 40px;
    height: 40px;
    background: #f8891a;
    text-align: center;
    color: white;
    display: none;
    transition: all ease-out 0.3s;
    z-index: 200;
    border-radius: 50%;
    font-size: 14px;

}



a#toggle i {
    position: relative;
    top: 12px;
    /*transform: translateY(-50%);*/
}

main#content {
    padding: 10px;
}

#menu {
    transition: all ease-out 0.3s;
}

#menu ul {
    margin: 0;
    width: 100%;
    ;
    display: block;
}

#menu > ul {
    padding: 0 0;
    text-align: center;
    font-size: 0;
}

#menu ul li {
    display: inline-block;
    position: relative;
    ;
    padding: 0px 15px;
}

#menu ul li.mob_view {
    display: none;
}

#menu ul li.activemenu {}

#menu ul li.activemenu > a,
#menu ul li.current-menu-ancestor > a,
#menu ul li a:hover {
    color: #eb851f;
}

#menu ul li > a {
    display: block;
    font-size: 16px;
    color: #565656;
    text-transform: uppercase;
    line-height: 16px;
    padding: 35px 0;
}

#menu ul li:last-child > a {
    border-right: 0px solid #666666;
}

#menu ul li > a > i {
    margin-left: 15px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.1s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
}

#menu ul li ul {
    display: none;
    position: absolute;
    top: 85px;
    width: 365px;
    text-align: left;
    border-radius: 0px;
    z-index: 1;
    background-color: #f8891a;
}

#menu ul li ul li {
    display: block;
}

#menu ul li ul li a {
    display: block;
}

/*#menu ul li:hover > a > i { transform: rotateZ(90deg); }*/
#menu ul.sub-menu li a:hover {
    color: #fff;
    background: #242424;
}

#menu ul li:hover ul {
    display: block;
}

ul.sub-menu li {
    margin: 0px !important;
    padding: 0px !important;
}

#menu ul li ul li {
    width: 100%
}

#menu ul li ul li a {
    padding: 10px;
    padding-left: 20px;
    color: #fff;
}

#menu ul li ul li > a {
    border-right: 0;
    text-transform: capitalize;
}

.header-bottom #menu ul li > a {
    position: relative;
}

#menu ul li > a > i.fa-home {
    font-size: 18px;
}

.header-bottom #menu ul li:last-child > a:after {
    display: none;
}

.headerwrap {
    position: relative;
}

#menu ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

i.fa.fa-angle-top.mysubmenu {
    display: none;
}

header {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 100;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    /*  height: 85px;*/
}

.logo-left {
    text-align: center;
}

.logo-left img {
    vertical-align: bottom;
}

header.fixed_nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
    background: #fff;
    about_img -webkit-animation: fromTop .5s;
    /* Safari 4.0 - 8.0 */
    animation: fromTop .5s;
}

header.fixed_nav .logo-right {
    padding: 10px 0;
}

header.fixed_nav .logo-left img {
    width: 65%;
    float: left;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes fromTop {
    0% {
        top: -85px;
    }

    100% {
        top: 0px;
    }
}

/* Standard syntax */
@keyframes fromTop {
    0% {
        top: -85px;
    }

    100% {
        top: 0px;
    }
}



.fixed_nav #menu > ul > li > a {
    padding: 24px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
}

.fixed_nav #menu ul li ul {
    top: 63px;
}


a#mini_menu {
    background: #000;
    padding: 5px 10px;
    position: absolute;
    top: 25px;
    right: 15px;
    color: #fff;
    font-size: 16px;
    display: none;
}


.header_right_links {
    margin: 0;
    width: 100%;
    display: block;
    padding: 0;
    text-align: right;
    display: flex;
}

.header_right_links li {
    display: inline-block;
    position: relative;
    float: none;

}

ul.header_right_links li a {
    display: block;
    font-size: 16px;
    padding: 10px 18px;
    background-color: #f8891a;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;

    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.header_right_links li.phoneclass a {
    font-size: 18px;
    background: #242424;
}

.header_right_links li.phoneclass {
    margin-right: 10px;
}

ul.header_right_links li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #242424;

    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

ul.header_right_links li a:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

ul.header_right_links li.phoneclass a:before {
    background: #f8891a;
}

ul.header_right_links li a:hover {
    color: #fff;
}

ul.header_right_links li a i {
    padding-right: 8px;
    font-size: 18px;
}

.logo_abs {
    position: absolute;
    left: 0;
    top: 0;
}

/* -- start -- */

.slides {
    float: left;
    width: 33.3%;
}

.slides img {
    vertical-align: bottom;
    max-width: 100%;
}

.top_roof {
    margin-top: -60px;
    position: relative;
    padding-top: 60px;
}

.top_roof:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 86px;
    width: 100%;
    top: 0;
    background: url(../images/roof_top.png) no-repeat;
    z-index: 1;
    background-position: top center;
}

.roof_bg {
    background: #e7e5dc;
}

.welcome_container {
    padding: 90px 0 55px 0;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.10);
    min-height: 500px;
}

.suburbs .welcome_container {

    min-height: 650px;
}



.welcome_inn h3 {
    font-size: 32px;
    color: #f8891a;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    line-height: 30px;
    padding-bottom: 23px;
    /* Lato black */
}

.welcome_inn p {
    font-size: 16px;
    line-height: 21px;
    color: #4d4d4d;
    text-align: center;
    padding: 0 25%;
}


.welcome_br {
    margin: 41px 47%;
    border-bottom: 1px solid #c9c9c9;
}

.welcome_inn h4,
.welcome_inn h2 {
    color: #4d4d4d;
    font-size: 22px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 25px;
}



.welcome_inn h2 {
    padding-bottom: 15px;
    margin-top: 25px;
}

.welcome_dtls p {
    font-size: 16px;
    line-height: 23px;
    color: #4d4d4d;
    text-align: center;
    padding: 0 20% 15px;
}

.more_dtls {
    text-align: center;
    margin-top: 45px;
}

.more_btn {
    display: inline-block;
    padding: 15px 28px;
    background: #f8891a;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    color: #fff;

    font-size: 16px;

    position: relative;

    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;

    margin-right: 10px;
}

.more_btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #242424;
    border-radius: 3px;

    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.more_btn:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


.more_btn i {
    padding-left: 10px;
}

.product_bg {
    background: url(../images/product_bg.png) no-repeat;
    padding: 95px 0;

    min-height: 865px;
}

.product_left {
    width: 49.15%;
    float: left;
}

.product_right {
    width: 50.85%;
    float: left;
}



.product_inn_title h3 {
    font-size: 32px;
    font-weight: 900;
    color: #f8891a;
    line-height: 30px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.product_inn_title p {
    font-size: 16px;
    color: #cccccc;
    line-height: 23px;
    padding-right: 44%;

}


.product_block {
    width: 29.885%;
    float: left;
    border: 1px solid #404040;
    margin-bottom: 50px;
}

.product_block a {
    display: block;
    padding: 40px 0;
}

.product_block a:hover .product_name p {
    color: #f8891a;
}

.product_block:not(:nth-child(3n)) {
    margin-right: 5%;
}

.pro_icon {
    text-align: center;
}

.pro_icon img {
    vertical-align: middle;
    max-width: 100%;
}

.product_name {
    padding-top: 40px;

}

.product_name p {
    font-size: 18px;
    color: #f0f0f0;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    padding: 0 20%;
    font-weight: 400;
}

.testimonials {
    background: #e7e5dc;
    padding: 75px 0 60px 0;
    position: relative;
}

.testimonials:after {
    content: '';
    height: 156px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #242424;
}

.testimonial_bg {
    background: url(../images/bg_umbrella.png) no-repeat top 73px right 100px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.testimonial_block {
    width: 65.41837331772966%;
    position: relative;
    z-index: 1;
}

.testi_img {
    float: left;
}

.client_say {
    float: left;
    width: calc(100% - 515px);
    position: relative;
}

.client_say_inn {
    background: #fff;
    padding: 50px 0 29px 70px;
}

.client_say_inn h3 {
    font-size: 32px;
    color: #f68a1e;
    font-weight: 900;
    text-transform: uppercase;
}

.client_say_inn p {
    color: #777777;
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
}

.client_words p {
    padding-top: 20px;
}

.client_words {
    padding-bottom: 42px;
    border-bottom: 1px solid #ececec;
    padding-right: 45px;
    min-height: 220px;
}

.client_name {
    padding-top: 25px;
}

.client_name h4 {
    font-size: 20px;
    color: #777777;
    line-height: 22px;
    font-style: italic;
    font-weight: 500;
}

.client_name p {
    font-size: 16px;
    color: #777777;
    line-height: 22px;
    font-style: italic;
}

.quote_img {
    position: absolute;
    left: -40px;
    top: 35px;
}

.product_pglinks {
    background: #242424;
    padding: 47px 0 100px 0;
}

.pg_block {
    width: 26.2%;
    float: left;
    border-right: 1px solid #363636;
}

.pg_block a {
    display: block;
    transition: color .35s ease-in-out;
    -webkit-transition: color .35s ease-in-out;
    -o-transition: color .35s ease-in-out;
    -moz-transition: color .35s ease-in-out;

}

.pg_block a:hover .pg_dtls p,
.pg_block a:hover .pg_dtls h3 {
    color: #fff;
    transition: color .35s ease-in-out;
    -webkit-transition: color .35s ease-in-out;
    -o-transition: color .35s ease-in-out;
    -moz-transition: color .35s ease-in-out;
}

.pg_block:nth-child(3) {
    border-right: 0;
}

.pg_block_inn {
    padding-left: 70px;
}

.pg_block:first-child .pg_block_inn {
    padding-left: 0;
}

.pg_icon {
    width: 70px;
    float: left;
}

.pg_dtls {
    width: calc(100% - 70px);
    padding-left: 20px;
    float: left;


}

.pg_dtls h3 {
    font-size: 24px;
    color: #f68a1e;
    line-height: 30px;
    font-weight: 300;
}

.pg_dtls p {
    font-size: 16px;
    color: #9f9f9f;
    line-height: 22px;
    font-weight: 400;
    padding-right: 15%;
}

.brands_searve {
    padding: 65px 0;
    background: #fff;

}

.brands_title h3 {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #f8891a;
    padding-bottom: 15px;
}

.brands_title p {
    font-size: 16px;
    color: #777777;
    line-height: 21px;
    font-weight: 400;
    padding: 0 33% 20px 33%;
    text-align: center;
}

.brands_hr {
    width: 48px;
    margin: 0 auto;
    border: 0;
    border-bottom: 4px solid #717171;
}

.brand_slider {
    padding: 23px 60px 0 60px;
}

.brands_block {
    text-align: center;
}

.brand_block_inn {
    padding-top: 24px;
}

.brand_block_inn img {
    margin: 0 auto;
    max-width: 100%;
}

.brand_slider .slick-prev,
.brand_slider .slick-next {
    background: #e4e4e4;
    color: #757575;
    width: 43px;
    height: 43px;
    top: 60%;
}

.brand_slider .slick-prev {
    left: -35px;
}

.brand_slider .slick-next {
    right: -35px;
}

.brand_slider .slick-prev:before,
.brand_slider .slick-next:before {
    font-size: 24px;
    line-height: 43px;

}



footer {
    border-top: 6px solid #f8891a;
    background: #262626;
}

.roof_img {
    margin-top: -8px;
    text-align: center;
}

.roof_img img {
    max-width: 100%;
}

.footer_inn {
    padding: 60px 140px 10px 140px;
}

.footer_parts {
    width: 33.3%;
    float: left;
}


.footer_heading h3 {
    font-size: 24px;
    color: #f8891a;
    font-weight: 700;
    text-align: center;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.footer_links ul {
    list-style: none;
    text-align: center;
}

.footer_links li {
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #777777;
}

.footer_links li a:hover,
.footer_links li.activemenu a,
.footer_links li.current-page-ancestor a {
    color: #f8891a;
}

.footer_dtls address {
    text-align: center;
    line-height: 23px;
    font-size: 16px;
    color: #777777;
    font-style: normal;
    padding: 0 25%;
}

.footer_dtls p {
    text-align: center;
    line-height: 23px;
    font-size: 16px;
    color: #777777;
    padding: 0 25%;
}

.footer_contact_dtls {
    padding: 15px 0;
}

.ft_cont_left,
.ft_cont_right {
    width: 50%;
    float: left;
    position: relative;
}

.ft_cont_left {
    width: 100%;
    float: none;
}

.ft_dtls {
    padding-top: 28px;
    text-align: center;
}

.ft_dtls a:hover p {
    color: #f8891a;
}

.ft_dtls p {
    padding-top: 20px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

/*
.ft_cont_left:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 100%;
    right: -24px;
    top: 0;
    background: url(../images/partition.png) no-repeat;
}*/

.social_links {
    padding: 37px 0;
}

.social_links ul {
    list-style: none;
    font-size: 0;
    text-align: center;
}

.social_links ul li {
    font-size: 24px;
    display: inline-block;
    padding-right: 14px;
}

.social_links ul li a {
    background: #414141;
    display: block;
    border-radius: 3px;
    color: #aaaaaa;
    height: 49px;
    width: 52px;
    text-align: center;
    line-height: 49px;
    position: relative;

    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.social_links ul li a:hover {
    background: #f8891a;
    color: #fff;
}

.social_links ul li a:after {
    content: '';
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border: 1px solid #262626;
    border-radius: 2px;

    opacity: 0;
}

.social_links ul li a:hover:after {
    opacity: 1;
}

.footer_bottom {
    background: #2e2e2e;
}

.copyright {
    padding: 22px 0;
}

.copyright p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #727272
}




/* ----------- inner pages ------- */

.innpg_top_roof {
    margin-top: -73px;
    padding-top: 63px;
}

.about_banner {
    background: url(../images/about_banner.png) no-repeat;
    min-height: 250px;
}

.inner_same_banner {
    background: url(../images/innpg_banner.png) no-repeat;
    min-height: 250px;
}


.roof_white_container {
    padding-top: 9px;
}

.innpg_title {
    padding: 60px 0;
}

.innpg_title h3 {
    font-size: 32px;
    line-height: 34px;
    color: #f8891a;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.innpg_title h1 {
    font-size: 32px;
    line-height: 34px;
    color: #f8891a;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.innpg_title p {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.white_bg {
    background: #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.10);
}

.breadcrums {
    padding: 30px 0;
    margin: 0 45px;
    border-bottom: 1px solid #eaeaec;
    position: relative;

}

.breadcrums:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #eaeaec;
    bottom: 2px;
}

.breadcrums_ul {
    list-style: none;
    text-align: left;
    font-size: 0;
}

.breadcrums_ul li {
    padding: 0 20px;
    color: #4d4d4d;
    display: inline-block;
    font-size: 13px;
    position: relative;
    padding-right: 29px;
    font-weight: 400;
    text-transform: uppercase;
}

.breadcrums_ul li:first-child {
    padding-left: 0;
}

.breadcrums_ul li:not(:last-child):after {
    content: '\f101';
    font-family: 'fontawesome';
    position: absolute;
    right: 0;
    top: 0;
    color: #4d4d4d;
    font-size: 15px;

}

.breadcrums_ul li a {
    color: #f8891a;
}

.breadcrums_ul li a:hover {
    color: #4d4d4d;
}

.about_content {
    padding: 102px 45px 0 45px;
}

.about_half_part {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0 2%;
}

.about_half_part.left_half {
    border-right: 1px solid;
    -webkit-border-image:
        -webkit-gradient(linear, 0 100%, 0 0, from(#e4e2dd), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image:
        -webkit-linear-gradient(bottom, #e4e2dd, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
        -moz-linear-gradient(bottom, #e4e2dd, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image:
        -o-linear-gradient(bottom, #e4e2dd, rgba(0, 0, 0, 0)) 1 100%;
    border-image:
        linear-gradient(to top, #e4e2dd, rgba(0, 0, 0, 0)) 1 100%;
}

.about_img img {
    max-width: 100%;
}

.gray_block {
    padding: 30px 45px;
    background: #adadb0;
    max-width: 436px;
    margin: 0 auto;
    margin-top: -50px;
    position: relative;
}

.gray_block p {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
}

.content_block {
    padding: 50px 0 77px 0;
}

.content_block p {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 24px;
    padding: 0 15%;
}

.about_bottom {
    padding: 45px 0px;
}

.about_bottom p {
    color: #4d4d4d;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}

.about_bottom p a:hover {
    color: #f8891a;
}

.product_container {
    padding: 10px 45px 40px 45px;
}

.product_container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.inn_product_block {
    width: 31.7%;
    float: left;
    border-bottom: 1px solid #eaeaec;
    position: relative;
    padding-top: 40px;
}

.inn_product_block:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #eaeaec;
    bottom: 2px;
}

.product_container .inn_product_block:nth-last-child(-n+3) {
    border-bottom: 0;
}

.product_container .inn_product_block:nth-last-child(-n+3):after {
    display: none;
}



.inn_product_block {
    margin-right: 2.4%;
}

.inn_product_block:nth-child(3n) {
    margin-right: 0;
}

.inn_block {
    padding-bottom: 5px;
    background: #eeeeee;
    margin-bottom: 50px;

    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.product_img {
    padding-bottom: 30px;
}

.product_img img {
    max-width: 100%;
}

.product_icon {
    display: table;
    position: relative;
    margin: -70px auto 0 auto;
}

.icon_circle {
    height: 135px;
    width: 135px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: #242424;
    border-radius: 50%;

    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.product_details {
    padding: 30px 50px;
    text-align: center;
}

.product_details h3 {
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 22px;
    line-height: 20px;

    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.product_details p {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 22px;

    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.inn_product_block a {
    display: block;
}

.inn_product_block a:hover .icon_circle {
    background: #fff;
}

.inn_product_block a:hover .inn_block {
    background: #242424;
}

.inn_product_block a:hover .product_details h3 {
    color: #f8891a;
}

.inn_product_block a:hover .product_details p {
    color: #adadb0;
}

.brochure_container {
    padding: 20px 45px 130px 45px;
}


.brochure_block {
    width: 20%;
    float: left;
    padding-bottom: 45px;
}

.brochure_block:nth-child(5n+1) {
    clear: both;
}

.borchur_content {
    padding-right: 20%;
}

.borchur_content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #4d4d4d;
}

.borchur_content ul li {
    padding-top: 20px;
    font-size: 15px;
    line-height: 20px;
    color: #4d4d4d;
    font-weight: 400;
    list-style: none;
}

.borchur_content ul li a {
    color: #4d4d4d;
    display: block;
    position: relative;
    padding-left: 20px;
}

.borchur_content ul li a:hover {
    color: #ed1111;
}

.borchur_content ul li a:before {
    content: '\f1c1';
    color: #ed1111;
    font-size: 15px;
    padding-right: 10px;
    font-weight: 600;
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
}

.testimonial_img img {
    max-width: 100%;
}

.testimonial_icon {
    text-align: center;
    margin-top: -37px;
}

.testimonials_details p {
    font-size: 16px;
    text-align: center;
    color: #777777;
    padding: 13px 30px;
}

.testi_inn_block {
    background: #f3f2ee;
    padding-bottom: 14px;
}

.inn_product_block a:hover .testimonials_details p,
.inn_product_block a:hover .username h3,
.inn_product_block a:hover .username h4 {
    color: #adadb0;
}

.username {
    padding-top: 45px;
    text-align: center;
}

.username h3 {
    color: #777777;
    font-size: 20px;
    font-style: italic;
    line-height: 22px;
    font-weight: 500;

}

.username h4 {
    color: #777777;
    font-size: 16px;
    font-style: italic;
    line-height: 22px;
    font-weight: 300;
}

.testimonial_container {
    padding: 10px 43px 40px 43px;
}

.testimonial_blocks:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


.our_products {
    padding: 45px 0 15px 0;
}

.ourProduct_title h3 {
    font-size: 32px;
    color: #f8891a;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.ourProduct_title p {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 400;
    text-align: center;
}


.ourproduct_blocks {
    padding: 50px 32px;
}

.ourproduct_block {
    /*width: 15% ;
	float: left;
	margin-right: 2%;*/
    background: #262626;
    text-align: center;
    margin: 0 10px 25px 10px;
}

.ourproduct_icon {
    text-align: center;
}


.ourproduct_block a {
    display: block;
    padding: 40px 0 45px 0;
}

.our_product_icon {
    text-align: center;
}

.ourproduct_icon {
    padding: 0 10px;
}

.ourproduct_icon img {
    max-width: 100%;
    margin: 0 auto;
}



.gallery_container {
    padding: 45px;
}

.contact_container {
    padding: 50px 45px;
}

.contact_left {
    width: 67.4%;
    float: left;
}

.contact_right {
    width: 27.4%;
    float: right;
}

.contact_info_bg {
    background: #adadb0;
    padding: 0 10px;
    padding-bottom: 40px;
}

.contact_info_left {
    width: 54.5%;
    float: left;
}

.contact_info_right {
    width: 45.5%;
    float: left;
}



.info_block {
    padding-top: 41px;
}

.inf_lft {
    float: left;
    width: 28.1%;
    text-align: center;
}

.inf_lft img {
    max-width: 100%;
}

.inf_rght {
    float: left;
    width: 71.9%;
}

.cont_dtls h3 {
    font-size: 18px;
    font-weight: 700;
    color: #4d4d4d;
    padding-bottom: 10px;
}

.cont_dtls address,
.cont_dtls p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    font-style: normal;
    line-height: 23px;
}

.cont_dtls p {
    padding-right: 18%;
}

.cont_dtls address {
    padding-bottom: 20px;
    width: 48%;
}

.call_info {
    list-style: none;
}

.call_info li {
    color: #fff;
    padding-bottom: 8px;
}

.call_info li a,
.call_info li span {
    font-weight: 700;
}

.call_info li a:hover {
    color: #4d4d4d;
}

ul.connected_ul {
    list-style: none;
    font-size: 0;
}

ul.connected_ul li {
    font-size: 24px;
    display: inline-block;
    padding-right: 12px;
}

ul.connected_ul li a {
    background: #fff;
    display: block;
    border-radius: 2px;
    color: #adadb0;
    height: 39px;
    width: 39px;
    text-align: center;
    line-height: 39px;

    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;

    position: relative;
}

ul.connected_ul li a:hover {
    background: #4d4d4d;
    color: #fff;
}

ul.connected_ul li a:after {
    content: '';
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border: 1px solid #adadb0;
    border-radius: 2px;
    opacity: 0;
}

ul.connected_ul li a:hover:after {
    opacity: 1;
}

.contact_form_bg {
    background: #f8891a;
    padding: 43px 40px;
}

.form_title h3 {
    padding-bottom: 25px;
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.form_textbox {
    border: 0;
    font-size: 15px;
    color: #999999;
    background: #fff;
    border-radius: 2px;
    padding: 15px;
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}

.form_textarea {
    height: 125px;
    resize: none;
}

/* --- inner page -- */

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
    font-family: 'Lato', sans-serif;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    font-family: 'Lato', sans-serif;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
    font-family: 'Lato', sans-serif;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
    font-family: 'Lato', sans-serif;
}


.form_hr {
    border: 0;
    border-bottom: 1px solid #fda64f;
    margin: 10px 0;
}

.submit_part {
    padding-top: 18px;
}

.recaptcha {
    float: left;
    width: calc(100% - 125px);
}

.recaptcha img {
    max-width: 100%;
}

.submit_right {
    float: right;
    width: 111px;
}

.submit_button {
    font-family: 'Lato', sans-serif;
    height: 59px;
    width: 111px;
    background: #242424;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    outline: none;
    cursor: pointer;

    position: relative;

    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.submit_button:hover {
    background: #fff;
    color: #242424;
}


.sub_product_container {
    padding: 48px 45px;
}


.pro_left {
    width: 72.3%;
    float: left;
}

.right_sidebar {
    width: 24%;
    float: right;
}

.sub_prod_block {
    width: 31%;
    float: left;
    margin-right: 3.5%;
    position: relative;
    margin-bottom: 47px;
}

.sub_prod_block:nth-child(3n) {
    margin-right: 0;
}

.sub_prod_img {
    max-width: 100%;
}

.sub_prod_name {
    background: rgba(28, 28, 28, 0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.sub_prod_name h3 {
    font-size: 16px;
    color: #fff;
    padding: 16px 17px 16px 25px;
    font-weight: 400;
}

.sub_prod_name h3 i {
    float: right;
    height: 19px;
    width: 19px;
    background: #f8891a;
    text-align: center;
    border-radius: 50%;
    line-height: 19px;

    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.sub_product_details {
    padding: 8px 0 55px 0;
}

.sub_prod_dtl_block {
    background: #fff;
    border-top: 3px solid #f8891a;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.12);
    position: relative;

}

.prod_dtl_left {
    float: left;
    width: 280px;
    min-height: 332px;
    display: table;
}

.prod_dtl_right {
    width: calc(100% - 280px);
    float: left;

    min-height: 332px;
    display: table;
}

.left_prod_icon {
    background: url(../images/left_bg_arrow.png) no-repeat;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.dtls_text {
    padding: 0 50px;
    vertical-align: middle;
    display: table-cell;
}

.dtls_text p {
    font-size: 16px;
    color: #373737;
    font-weight: 400;
    text-align: justify;
    padding: 15px 0;
    line-height: 23px;
}

.sub_prod_img img {
    max-width: 100%;
}

.img-responsive {
    max-width: 100%;
}

.sidebar_heading {
    background: #f8891a;
    padding: 20px 28px;
}

.sidebar_heading h3 {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    line-height: 100%;
}


.sidebar_links {
    list-style: none;
}

.sidebar_links li a {
    padding: 17px 18px;
    position: relative;
    display: block;
    color: #fff;
    border-bottom: 1px solid #444444;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.sidebar_links li a:hover,
.sidebar_links li.active a,
.sidebar_links li.active a:before,
.sidebar_links li a:hover:before {
    color: #f8891a;
}

.sidebar_links li:last-child a {
    border-bottom: 0;
}

.sidebar_links li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    left: 0;
    top: 22px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    line-height: 11px;
}

.cta a:hover .cal_info h3 {
    color: #242424;
}

.cta_bg {
    background: url(../images/cta.jpg) no-repeat;
    padding: 0 28px;
    min-height: 405px;
    margin-top: 35px;
    background-size: cover;
}


.cta_icon {
    text-align: center;

}

.cal_info p {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding: 0 20px;
    line-height: 28px;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.20);
}

.cal_info h3 {
    font-size: 42px;
    color: #fff;
    text-align: center;
    font-weight: 900;
    padding: 5px 20px;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.20);

}

.sub_prod_bot_border {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 3px;
    position: relative;
}

.sub_prod_bot_border:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #eaeaec;
    bottom: 2px;
}


.sub_dtls {
    margin-top: 35px;
}

.sub_dtls_left {
    width: 50%;
    float: left;
    padding-right: 29px;
}

.sub_dtls_right {
    width: 50%;
    float: left;
    padding-left: 29px;
}

.sub_dtl_block {
    border: 1px solid #ececec;
    padding: 6px;
    min-height: 273px;
}

.sub_inn_dtl_block {
    border: 1px solid #ececec;
    min-height: 273px;
    margin-right: -14px;
    margin-bottom: -14px;
    background: rgba(255, 255, 255, 0.6);
}

.sub_inn_dtl_block {}

.dtl_text {
    padding: 50px;
}

.dtl_text p {
    text-align: justify;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 23px;
}

.dtls_p {
    padding: 40px 0;
}

.dtls_p p {
    text-align: justify;
    font-size: 16px;
    color: #4d4d4d;
    padding: 15px 0;
    line-height: 23px;
}

.dtls_p p:last-child {
    padding-bottom: 0;
}

.content_with_logo {
    background: url(../images/inn_content_bg.png) no-repeat #f8891a;
}

.content_logo_left {
    width: 257px;
    float: left;
    min-height: 162px;
}

.content_logo_right {
    float: left;
    width: calc(100% - 257px);
}

.logo_right_content {
    padding: 36px 50px;
}

.logo_right_content p {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    text-align: justify;
    font-weight: 700;
    font-style: italic;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
}

.dtl_block_withImage {
    margin-top: 37px;
}

.dtl_block_withImage .sub_inn_dtl_block,
.dtl_block_withImage .sub_dtl_block {
    min-height: 199px;
}

.dtl_block_withImage .dtl_text {
    padding: 41px 45px;

}

.dtl_blk_img {
    float: left;
    width: 360px;
}

.dtl_blk_img img {
    max-width: 100%;
}

.dtl_blk_cont {
    float: left;
    width: calc(100% - 360px);
}

.more_part {
    padding-top: 54px;
    padding-bottom: 45px;
}

.more_part .more_btn {
    padding: 12px 18px 12px 25px;
}



.innpg_product_details {
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.innpg_product_details:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #eaeaec;
    bottom: 2px;
}

.product_details_left {
    float: left;
    width: 45%;
}

.product_details_right {
    float: right;
    width: 55%;
}

.prduct_information {
    padding: 0 49px;
}

.prduct_information h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 30px;
    color: #f8891a;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.prduct_information p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #4d4d4d;
    padding-bottom: 25px;
    text-align: justify;
}

.prduct_information h4 {
    font-weight: 900;
    font-size: 22px;
    line-height: 30px;
    color: #4d4d4d;
    padding-bottom: 18px;

}

.prduct_information ul {
    padding-bottom: 20px;
    list-style: none;
}

.prduct_information ul li {
    padding-bottom: 12px;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 18px;
}


.list_with_bullet li {
    position: relative;
    padding-left: 19px;
}

.list_with_bullet li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #adadb0;
    position: absolute;
    left: 2px;
}

.enquire_now {
    padding: 14px 0 35px 0;
}

.recommended_items {
    padding: 55px 0 50px 0;
}

.recommended_slider {
    padding: 10px 0;
}

.rec_prod_block {
    padding: 0 21px;
}

.rec_prod_block a {
    position: relative;
    display: block;

}

.rec_prod_block a:hover .sub_prod_name,
.sub_prod_block a:hover .sub_prod_name {
    background: rgba(248, 137, 26, 0.9);
}

.rec_prod_block a:hover .sub_prod_name h3 i,
.sub_prod_block a:hover .sub_prod_name h3 i {
    background: rgb(28, 28, 28);
}






/*  tab-to-accordion  */
ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    display: block;
    border-bottom: 1px solid #d6d6d9;
    font-size: 0;
}

ul.tabs li {
    margin: 0;
    cursor: pointer;
    padding: 15px 28px;
    display: inline-block;
    color: #fff;
    position: relative;
    border-right: 2px solid #fff;
    background: #adadb0;
    font-size: 18px;
    font-weight: 900;

    height: 89px;

}

ul.tabs li:last-child {
    margin: 0;
}

ul.tabs li.active,
ul.tabs li:hover {
    background: #f8891a;
    border-top: 0;
}


.tab_container {
    clear: both;
    width: 100%;
    background: #fff;
    overflow: auto;
}

.tab_content {
    padding: 0 0 30px 0;
    display: none;
    width: 100%;

}

.tab_drawer_heading {
    display: none;
}

ul.tabs li .tab_heading p i {
    font-size: 24px;
    color: #f4ba6a;
    padding-right: 8px;
}

ul.tabs li .tab_heading p {
    text-align: center;
    font-family: 'lato', sans-serif;
    text-transform: uppercase;
    padding-top: 7px;
}

ul.tabs li.active:after {
    /* width: 0px; */
    height: 0px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #f8891a;
    content: '';
    position: absolute;
    bottom: -13px;
    left: 45%;
}

.show_more_content {
    /*display:none;*/
    height: 227px !important;
    overflow: hidden;
}

span.hm-banner-capiton {
    position: absolute;
    bottom: 100px;
    background: #fff;
    border-top: 4px solid #f8891a;
    border-bottom: 4px solid #f8891a;
    padding: 15px;
    background: rgba(248, 137, 26, 0.7);
    color: #fff;
    font-weight: bold;
    font-size: 29px;
    text-transform: uppercase;
    left: 0;
    right: 0;
    margin: 0 28%;
}


.testimonial_slider .slick-prev,
.testimonial_slider .slick-next {
    bottom: -30px
}

#scroll {
    margin: 20px 0;
    position: relative;
    float: left;
    height: 350px;
    overflow: auto;
    padding: 0 16px 0 0;
}

#scroll::-webkit-scrollbar {
    width: 0.5em;
}

#scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#scroll::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.content-1 {
    overflow-y: auto !important;
    margin: 0 !important;
    height: 470px;
    width: 100%;
}

.codedropz-upload-inner {
    color: #fff !important;
}

/*-- banner css --*/
.homeslider-item .banner-capiton{position:relative;text-align:center;margin:0;}
.homeslider-item .banner-capiton img{width:100%;height:100%;display:block;}
.homeslider-item .slick-prev,.homeslider-item .slick-next{width:32px;height:32px;background:#FFFFFF;top:50%;margin-top:-16px;}
span.hm-banner-capiton{}
.homeslider-item .slick-prev:before,.homeslider-item .slick-next:before{line-height:32px;}
.homeslider-item .slick-next:before{margin-left:2px;}
.homeslider-item .slick-prev:before{margin-left:-2px;}
.homeslider-item .slick-prev{right:100%;left:0;margin-left:46px;}
.homeslider-item .slick-next{right:0;margin-right:46px;}
.homeslider-item .slick-prev:hover,.homeslider-item .slick-next:hover{background:#f8891a;}
.homeslider-item .slick-prev:hover:before,.homeslider-item .slick-next:hover:before{color:#FFFFFF;}
span.hm-banner-capiton.hm-banner-c{margin:0 20%;padding: 80px 20px;}

.homeslider-item:not(.slick-initialized) {
	display: flex;
}
.homeslider-item:not(.slick-initialized) > div:nth-child(3) ~ div {
	display: none;
}

@media screen and (max-width:1200px ){
    span.hm-banner-capiton.hm-banner-c{padding:20px;}
    .homeslider-item .slick-prev{margin-left:25px;}
    .homeslider-item .slick-next{margin-right:25px;}
}
@media screen and (max-width:992px ){
	.homeslider-item:not(.slick-initialized) > div:nth-child(2) ~ div {
		display: none;
	}
}
@media screen and (max-width: 768px){
  .homeslider-item .slick-prev{right:100%;left:0;margin-left:20px;}
  .homeslider-item .slick-next{right:0;margin-right:20px;}  
}
@media screen and (max-width:575px ){
	.homeslider-item:not(.slick-initialized) > div:nth-child(1) ~ div {
		display: none;
	}
}
