@font-face {
    font-family: "AbrilFatface-Regular";
    src: url("../fonts/AbrilFatface-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AbrilFatface-Regular.woff") format("woff"), url("../fonts/AbrilFatface-Regular.ttf") format("truetype"), url("../fonts/AbrilFatface-Regular.svg#AbrilFatface-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ProximaNova-Regular";
    src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.otf") format("opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ProximaNova-Bold";
    src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.otf") format("opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ProximaNova-Extrabld";
    src: url("../fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Extrabld.otf") format("opentype"), url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype"), url("../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ProximaNova-Light";
    src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.otf") format("opentype"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype"), url("../fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ProximaNova-Semibold";
    src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.otf") format("opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
    font-weight: normal;
    font-style: normal;
}

.container {
    max-width: 1166px !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-wrap: break-word;
}

body {
    font-family: "ProximaNova-Regular", Arial, Helvetica, sans-serif;
    overflow-x: hidden !important;
}

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

a img {
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label {
    padding: 0;
    margin: 0;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #101010;
    -webkit-color: #101010;
}

a:hover {
    color: #000;
    text-decoration: none;
    -webkit-color: #000;
}

ul {
    list-style: none;
}

:focus {
    outline: none;
}

input[type="submit"],
button {
    -webkit-appearance: none;
}

select {
    word-wrap: normal;
}

.col-md-4 {
    float: left;
}

.about_first.medical {
    background: url('http://mdmcontracting.ca/images/uploads/mc46263268.jpg');
}

.more_gal_inner .single-item {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100vh !important;
}


/* Home page css */

video:-webkit-full-screen {
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.home_pad {
    padding-top: 40vh;
}

.video_part {
    height: 100vh !important;
}

.video_outer {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}

.home_hover {
    text-align: center;
}

.home_hover a h2 {
    font-size: 25px;
    font-family: "ProximaNova-Extrabld";
    color: #fff;
    text-decoration: none;
}

.home_hover a h2:hover {
    color: #f17a21;
}

.home_hover a:hover {
    text-decoration: none;
}

.footer-home {
    -webkit-background-color: #363636;
    padding: 22px 0;
    position: fixed;
    background: transparent;
    width: 100%;
    z-index: 99;
    bottom: 0;
    text-align: center;
}

.footer-home h3 {
    font-size: 24px;
    color: #f17a21;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: "ProximaNova-Bold";
}

.footer-home h3 span {
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "ProximaNova-Bold";
    text-decoration: none;
    line-height: 20px;
    display: block;
    margin: 0;
}

.home_hover.home_pos {
    position: relative;
    transition: all 0.3s;
}

.home_hover.home_pos .subcat {
    transition: all 0.3s;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
}

.home_hover.home_pos:hover .subcat {
    visibility: visible;
    opacity: 1;
}

.home_hover.home_pos .subcat li:nth-child(1) {
    position: absolute;
    left: -10%;
    bottom: 35%;
}

.home_hover.home_pos .subcat li:nth-child(2) {
    position: absolute;
    left: 0%;
    bottom: 119%;
}

.home_hover.home_pos .subcat li:nth-child(3) {
    position: absolute;
    left: 33%;
    bottom: 180%;
}

.home_hover.home_pos .subcat li:nth-child(4) {
    position: absolute;
    right: 0;
    bottom: 119%;
}

.home_hover.home_pos .subcat li:nth-child(5) {
    position: absolute;
    right: -10%;
    bottom: 35%;
}

ul.subcat li a img {
    display: block;
    margin: 0 auto 10px auto;
}

.subcat li a {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    transition: all 0.3s;
}

.subcat li a:hover {
    color: #f17a21;
}

.home_hover.home_pos .subcat4 {
    transition: all 0.3s;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
}

.home_hover.home_pos:hover .subcat4 {
    visibility: visible;
    opacity: 1;
}

.home_hover.home_pos .subcat4 li:nth-child(1) {
    position: absolute;
    left: -10%;
    bottom: 35%;
}

.home_hover.home_pos .subcat4 li:nth-child(2) {
    position: absolute;
    left: 10%;
    bottom: 119%;
}

.home_hover.home_pos .subcat4 li:nth-child(3) {
    position: absolute;
    left: 33%;
    bottom: 180%;
}

.home_hover.home_pos .subcat4 li:nth-child(4) {
    position: absolute;
    right: 10%;
    bottom: 119%;
}

.home_hover.home_pos .subcat4 li:nth-child(5) {
    position: absolute;
    right: -10%;
    bottom: 35%;
}

ul.subcat4 li a img {
    display: block;
    margin: 0 auto 10px auto;
}

.subcat4 li a {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    transition: all 0.3s;
}

.subcat4 li a:hover {
    color: #f17a21;
}

.onHoverHref {
    display: block;
}

.onHoverOutHref {
    display: none;
}

.home_hover.home_pos .subcat3 {
    transition: all 0.3s;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
}

.home_hover.home_pos:hover .subcat3 {
    visibility: visible;
    opacity: 1;
}

.home_hover.home_pos .subcat3 li:nth-child(1) {
    position: absolute;
    left: -15%;
    bottom: 35%;
}

.home_hover.home_pos .subcat3 li:nth-child(2) {
    position: absolute;
    left: 0%;
    bottom: 70%;
}

.home_hover.home_pos .subcat3 li:nth-child(3) {
    position: absolute;
    left: 33%;
    bottom: 120%;
}

.home_hover.home_pos .subcat3 li:nth-child(4) {
    position: absolute;
    right: 0;
    bottom: 70%;
}

.home_hover.home_pos .subcat3 li:nth-child(5) {
    position: absolute;
    right: -5%;
    bottom: 35%;
}

ul.subcat3 li a img {
    display: block;
    margin: 0 auto 10px auto;
}

.subcat3 li a {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    transition: all 0.3s;
}

.subcat3 li a:hover {
    color: #f17a21;
}

.banner {
    clear: both;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.banner_part {
    padding: 112px 0;
}

.banner_part h1 {
    color: #ffffff;
    font-size: 74px;
    text-align: center;
    line-height: 88.8px;
    margin: 0;
    text-transform: uppercase;
    font-family: "ProximaNova-Extrabld";
}

.banner_part h4 {
    font-family: "AbrilFatface-Regular";
    font-size: 28px;
    line-height: 33.6px;
    color: #ffffff;
    margin: 0;
    text-align: center;
}

.banner_part h5 {
    font-size: 44px;
    line-height: 52.8px;
    color: #ffffff;
    margin: 0;
    text-align: center;
    font-family: "ProximaNova-Extrabld";
}


/* ABout us page css */

.about_img img {
    width: 100%;
    object-fit: cover;
    object-position: left;
}

.about_first {
    padding: 100px 0;
    clear: both;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.terms_para {
    text-align: left;
}

.terms_para p {
    padding-bottom: 20px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 31.2px;
    color: #767676;
    font-family: "ProximaNova-Light";
}

.terms_para strong {
    padding-bottom: 20px;
    margin-top: 20px;
    font-size: 26px;
    line-height: 31.2px;
    color: #767676;
    font-family: "ProximaNova-Light";
}

.about_para {
    text-align: right;
}

.about_para p {
    padding-bottom: 20px;
    margin-top: 20px;
    font-size: 24px;
    line-height: 31.2px;
    color: #767676;
    font-family: "ProximaNova-Light";
}

.about_sy {
    width: calc(40% - (0.6 * 0px));
    float: left;
    background-color: #353535;
    padding: 200px 90px 90px 60px;
    position: relative;
    text-align: right;
}

.about_img {
    width: calc(60% - (0.4 * 0px));
    float: left;
}

.about_sy:before {
    content: url(../../images/quote.png);
    position: absolute;
    top: 60px;
    left: 60px;
    display: inline-block;
    opacity: 0.3;
}

.about_txt h3 {
    color: #ffffff;
    font-size: 34px;
    line-height: 40px;
    font-family: "ProximaNova-Light";
    margin-bottom: 20px;
}

.about_txt strong {
    color: #f07a20;
    font-size: 20px;
    line-height: 30px;
    font-family: "ProximaNova-Bold";
    text-transform: uppercase;
}

.about_txt_res1 h3 {
    color: #ffffff;
    font-size: 34px;
    line-height: 40px;
    font-family: "ProximaNova-Light";
    margin-bottom: 20px;
    text-align: left;
}

.about_txt_res1 strong {
    color: #f07a20;
    font-size: 20px;
    line-height: 30px;
    font-family: "ProximaNova-Bold";
    text-transform: uppercase;
}

.about_third {
    padding: 100px 0 100px;
    background-size: cover;
    background-position: center center;
}

.main-title {
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
}

.main-title h2 {
    font-size: 44px;
    line-height: 52px;
    color: #333333;
    text-align: center;
    margin: 0;
    font-family: "ProximaNova-Extrabld";
    position: relative;
}

.main-title h3 {
    font-size: 54px;
    line-height: 64px;
    color: #f0791f;
    text-align: center;
    margin: 0;
    font-family: "ProximaNova-Extrabld";
}

.main-title h3:after {
    content: "";
    bottom: 0;
    background: #f0791f;
    height: 6px;
    border: none;
    width: 50px;
    margin: 5px auto;
    display: block;
}

.about_ser_in a img {
    height: 270px;
}

.ser_title {
    font-size: 22px;
    line-height: 26px;
    color: #333333;
    text-align: left;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-family: "ProximaNova-Extrabld";
}

.go_green {
    text-align: center;
}

.about_fourth {
    padding: 80px 0px 10px 0px;
}

.gogree_txt {
    max-width: 900px;
    margin: 0 auto;
    font-size: 24px;
    color: #767676;
    font-family: "ProximaNova-Light";
}

.about_fifth {
    padding: 110px 0px 110px 0px;
    background-size: cover;
    background-position: center center;
}

h3.test_title {
    width: 100%;
    font-size: 44px;
    line-height: 52px;
    color: #f0791f;
    position: relative;
    text-align: center;
    margin: 0;
    font-family: "ProximaNova-Extrabld";
}

h3.test_title:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: #f0791f;
    bottom: -0.72em;
    left: 48%;
}

.client_testimonial {
    text-align: center;
    padding: 63px 0;
    max-width: 900px;
    margin: 0 auto;
}

.client_testimonial p {
    font-size: 20px;
    line-height: 26px;
    color: #666666;
    padding-bottom: 20px;
}

.client_testimonial h3 {
    color: #343434;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 0;
    font-style: oblique;
}

.client_testimonial h4 {
    color: #999999;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0;
    font-style: oblique;
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: #989898 !important;
}

.about_contact {
    clear: both;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.about_frm {
    background: rgba(239, 121, 31, 0.8);
    color: #ffffff;
    width: 50%;
    padding: 50px 50px 40px 90px;
    width: calc(50% - (0.5 * 0px));
}

.about_frm_in {
    position: relative;
}

.con_para,
.con_para a {
    color: #fff;
}

.right_icon {
    display: inline-block;
    /* float: right;    text-align: right;  */
    position: absolute;
    top: -40px !important;
    right: -40px;
    padding: 0 !important;
}

.title_txt h4 {
    font-size: 21.56px;
    padding: 10px 0;
    width: fit-content;
    font-family: "ProximaNova-Extrabld";
}

.info_title span {
    font-size: 16.96px;
    font-family: "ProximaNova-Regular";
}

.con_para span {
    font-size: 16.96px;
    font-family: "ProximaNova-Regular";
}

.frm_in {
    width: 257px;
    float: left;
    padding: 0 0 5px 0;
    margin-right: 10px;
}

.frm_in.last {
    margin-right: 0px;
}

.frm_in input,
.frm_in1 input {
    background: transparent;
    border: 1px solid #fff;
    padding: 3px;
    width: 100%;
    outline: none;
    color: #fff;
}

.frm_in1 {
    width: 524px;
    color: #fcfcfc;
    padding: 5px 0;
}

.con_info_title {
    width: 100%;
    padding: 0px 0;
}

.info_title {
    width: 38%;
    float: left;
}

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

.static_con.row {
    margin: 0;
}

form.con_frm {
    padding: 0 2em 0 1em;
}

.frm_in1 label,
.frm_in label {
    color: #fcfcfc;
    font-size: 12.58px;
    font-family: "ProximaNova-Regular";
    margin: 0 0 5px 0;
}

.frm_in1 textarea {
    width: 100%;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.frm_in1 img {
    width: 120px;
    height: 50px;
    float: left;
}

.frm_in1 .code_input {
    background: transparent;
    border: 1px solid #fff;
    padding: 11px 5px;
    width: 120px;
    height: 50px;
    outline: none;
    margin-left: 11px;
    color: #fff;
}

.frm_in1 input[type="submit"] {
    outline: none;
    color: #ffffff;
    font-family: "Arial";
    font-size: 17.17px;
    -webkit-appearance: none;
    border-radius: 0;
    line-height: 19.4px;
    padding: 10px 28px;
    border: none;
    background: #353535;
    text-transform: uppercase;
    box-shadow: none;
    width: fit-content;
}

hr.con_hr {
    background: #ffffff;
    height: 1px;
    border: none;
    width: 50px;
    margin: 0 0 15px 0;
    display: block;
}

.static_info {
    padding-bottom: 15px;
}


/*  News Page css */

.news_part {
    padding-top: 70px;
}

h3.blogtitle {
    font-family: "ProximaNova-Extrabld";
    font-size: 34px;
    color: #333333;
    line-height: 1.2;
    margin: 0 0 20px 0;
    display: block;
}

h3.current_title {
    text-decoration: none;
    color: #333333;
    padding: 20px 0 0;
    font-family: "ProximaNova-Extrabld";
    font-size: 34px;
}

.current_new a:hover {
    text-decoration: none;
    color: #333333;
}

.current_new span {
    font-size: 18px;
    color: #f0791f;
    display: block;
    padding: 10px 0 18px;
    font-family: "ProximaNova-Light";
}

.current_new p {
    font-size: 24px;
    color: rgb(102, 102, 102);
    display: block;
    font-family: "ProximaNova-Light" !important;
    line-height: 1.3;
}

.current_new {
    padding-bottom: 28px;
}

h3.old_title {
    text-decoration: none;
    color: #333333;
    padding: 25px 0 0;
    font-family: "ProximaNova-Extrabld";
    font-size: 22px;
}

.old_new a:hover {
    text-decoration: none;
    color: #333333;
}

.old_new span {
    font-size: 18px;
    font-family: "ProximaNova-Light";
    color: #f0791f;
    display: block;
    padding: 0px 0 12px;
    line-height: 23.4px;
}

.old_new p {
    font-size: 18px;
    color: #666666;
    display: block;
    font-family: "ProximaNova-Light";
    line-height: 23.4px;
    margin-bottom: 5px;
}

.old_new {
    padding-bottom: 25px;
}


/* Careers page css  */

.career_part {
    text-align: center;
    padding-bottom: 50px;
}

.career_part h3 {
    font-size: 44px;
    line-height: 52px;
    color: #333333;
    text-align: center;
    margin: 0 0 40px 0;
    font-family: "ProximaNova-Extrabld";
}

.career_part p {
    font-size: 22px;
    color: #4f4f4f;
    padding-left: 60px;
    padding-right: 60px;
    margin: 0;
    font-family: "ProximaNova-Bold";
}

.faq_question {
    padding: 20px 0px 100px 0px;
    float: left;
}

.faq_boxes {
    width: 100%;
    margin-top: 25px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 18px;
}

.faq_inner {
    position: relative;
}

.faq_sub {
    font-size: 17px;
    color: #4e5162;
    width: 100%;
    cursor: pointer;
    /* display: block; */
    font-weight: normal;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.faq_sub h3 {
    padding-bottom: 15px;
    width: 70%;
    float: left;
    font-size: 44px;
    color: #333333;
    font-family: "ProximaNova-Extrabld";
    position: relative;
}

.faq_sub h3:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 6px;
    background: #f07a22;
    left: 0;
    bottom: 0;
}

.faq_sub .span_left1 {
    width: 30%;
    padding-left: 0px;
    display: table-cell;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    float: right;
    text-align: right;
}

.span_left1 img {
    max-width: none;
    padding-right: 5px;
}

.faq_sub .span_left2 {
    width: 1%;
    padding-left: 0px;
    display: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.span_left2 img {
    max-width: none;
    padding-right: 5px;
}

.faq_inner_box {
    padding: 20px 0px;
    background: none;
    margin-bottom: 34px;
    display: none;
    font-weight: normal;
    width: 100%;
    margin: 0 auto;
}

.faq_inner.active .span_left1 {
    display: none;
}

.faq_inner.active .span_left2 {
    display: block;
    text-align: right;
    width: 30%;
    float: right;
}

.faq_inner_box p {
    font-size: 24px;
    color: #f17b23;
    font-family: "ProximaNova-Light";
}

.faq_inner_box ul li {
    font-family: "ProximaNova-Regular";
    margin-left: 20px;
    padding: 0;
    list-style: disc;
    font-size: 20px;
    position: relative;
    font-weight: normal;
    color: #666666;
    line-height: 2;
}


/* .faq_inner_box ul li:before {
  display: inline-block;
  content: url(../../images/licon.png);
  margin: 0 8px 0 0;
  vertical-align: middle;
} */

.faq_inner_box h4 {
    font-size: 28px;
    text-decoration: underline;
    font-family: "ProximaNova-Extrabld";
    margin-top: 10px;
    margin-bottom: 10px;
}

.faq_inner_box p.st_title {
    font-size: 25px;
    color: #000;
}

.faq_sub.row {
    margin: 0;
}


/*  Electrical Services Page CSS By Neeraj */

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

.btn_ban a {
    display: inline-block;
    margin-top: 10px;
    border: 2px solid #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-family: "ProximaNova-Extrabld";
    padding: 10px 18px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

.btn_ban a:hover {
    text-decoration: none;
    background: #ffffff;
    color: #333333;
}

.electrical-heading {
    width: 100%;
    float: left;
    text-align: right;
}

.electrical-heading h4 {
    font-size: 44px;
    line-height: 1.2;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
}

.electrical-heading h3 {
    font-size: 54px;
    line-height: 1.2;
    color: #f0791f;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
}

.electrical-heading h2 {
    font-size: 74px;
    line-height: 1.2;
    color: #353535;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
}

.electrical-heading hr {
    display: block;
    width: 50px;
    background: #f0791f;
    height: 6px;
    border: none;
    margin: 20px 0 20px auto;
}

.electrical-heading p {
    font-size: 24px;
    line-height: 31.2px;
}

.collaborative-all {
    width: 100%;
    float: left;
    margin: 0;
    height: auto;
}

.collaborative-menu {
    width: 100%;
    float: left;
    margin: 0;
    height: auto;
}

.abor {
    width: 60%;
    float: left;
    display: inline-block;
}

.abor1 {
    width: 40%;
    float: left;
    display: inline-block;
}

.collaborative-img img {
    width: 100%;
    float: left;
    height: auto;
}

.collaborative-panel {
    width: 100%;
    float: left;
    height: 506px;
    background-color: #353535;
    padding: 70px 90px 70px 55px;
}

.collaborative-panel-text article {
    text-align: right;
    position: relative;
    width: 100%;
}

.collaborative-panel-text article:before {
    content: url(../../images/quote.png);
    position: absolute;
    top: -50px;
    left: -45px;
    display: inline-block;
}

.collaborative-panel-text article:before {
    top: -30px;
    left: -15px;
    opacity: 0.3;
}

.collaborative-panel-text article h3 {
    color: #ffffff;
    font-size: 34px;
    line-height: 40px;
    font-family: "ProximaNova-Light";
}

.electrical-service {
    width: 100%;
    float: left;
    text-align: center;
    height: auto;
    background-color: #f3f3f3;
    padding: 130px 0px 130px 0px;
}

.e-service {
    width: 100%;
    float: left;
    text-align: center;
}

.e-service h3 {
    font-size: 34.94px;
    color: #343434;
    font-family: "ProximaNova-Extrabld";
    text-align: center;
    margin: 0;
}

.e-service p {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    text-align: center;
}

.e-service-panel {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 85px;
}

.e-service-panel h4 {
    font-size: 20px;
    line-height: 22px;
    color: #f07a20;
    margin: 20px 0 0 0;
    font-family: "ProximaNova-Light";
}

.e-service-panel hr {
    display: inline-block;
    width: 50px;
    background: #f0791f;
    height: 2px;
    border: none;
    margin: 0 0 20px 0;
}

.e-service-panel p {
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
    text-align: center;
    color: #666;
}

.about_gal {
    width: 100%;
    float: left;
}

.single_gal {
    width: 50%;
    float: left;
    overflow: hidden;
}

.single-gal_inner {
    width: 50%;
    float: left;
}

.single-gal_inner1 {
    width: 100%;
    height: 100%;
}


/* .single-gal_inner .single-item.gal_abt img {
  width: 100%;
} */


/* Custom build Design Page Css */

.custom_ben {
    padding-bottom: 60px;
}

.custom_ser {
    background: #f3f3f3;
    padding: 100px 0;
    text-align: center;
}

.custom_inner {
    text-align: center;
    border-right: 1px solid #d4d4d4;
    padding-right: 30px;
}

.custom_inner.last {
    border-right: 0;
    padding-right: 0;
}

.custom_inner h4 {
    position: relative;
    font-size: 20px;
    line-height: 22px;
    color: #f07a20;
    padding-bottom: 15px;
    margin: 20px 0;
    font-family: "ProximaNova-Light";
}

.custom_inner h4:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #f07a20;
    left: 40%;
    bottom: 0;
}

.custom_inner p {
    font-size: 14px;
    color: #757575;
    line-height: 1.5;
    margin: 0;
}

.custom_head h4 {
    font-size: 26px;
    font-family: "ProximaNova-Extrabld";
    color: #f0791f;
    margin: 0;
}

.custom_head h3 {
    font-size: 34px;
    font-family: "ProximaNova-Extrabld";
    color: #353535;
    margin: 0 0 20px 0;
}

.custom_ser_img p {
    font-size: 20px;
    color: #737373;
    padding: 2em 4em 0;
}

.electrical-heading1 h4 {
    font-size: 31.33px;
    line-height: 1;
    color: #f0791f;
    margin: 0;
}

.electrical-heading1 hr {
    border: none;
    background: #f28a3b;
    height: 1px;
    width: 70px;
    display: block;
    margin: 25px 0;
}

.about_para1 p {
    font-size: 20px;
    color: #737373;
    line-height: 1.6;
    margin: 0;
}

p.last_para {
    padding: 30px 0;
    font-weight: bold;
}


/* css by neeraj */

.swiper-container.gal_swiper {
    padding-bottom: 5em;
}

.swiper-button-next.gall_nxt {
    left: 51% !important;
    bottom: 0;
    cursor: pointer;
    top: 94%;
    background: url(../../images/arrow-next.png) no-repeat;
    background-size: 25px 25px;
}

.swiper-button-prev.gall_pre {
    left: 48% !important;
    bottom: 0;
    cursor: pointer;
    top: 94%;
    background: url(../../images/arrow-pre.png) no-repeat;
    background-size: 25px 25px;
}

.single-item-content1 {
    width: 100%;
    background: #fff;
    float: left;
}

.single-item.gal_abt1 {}

.portfolio-title1 {
    width: 60%;
    float: left;
}

.portfolio-social-icon1 {
    width: auto;
    float: right;
}

.portfolio-social-icon1 a img {
    width: 45px;
}

.portfolio-title1 h4 {
    padding: 5px 10px 0;
    margin: 0;
    color: #9e9e9e;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "ProximaNova-Light";
}

.portfolio-Service {}

#portfolio {
    display: inline;
    padding: 70px 0;
}

.portfolio-area {
    display: inline;
    float: left;
    width: 100%;
}

.portfolio-content {
    display: inline;
    float: left;
    margin-top: 65px;
    width: 100%;
}

.portfolio-menu {
    display: inline;
    float: left;
    width: 100%;
}

.portfolio-menu ul {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

li.filter.active {
    background: #f07a20;
    color: #fff;
}

.portfolio-menu ul li {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #777;
    cursor: pointer;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.more_gal {
    background: #f3f3f3;
    padding: 60px 0;
    margin-top: 95px;
}

.more_gal h3 {
    color: #f07a20;
    font-size: 40px;
    font-family: "ProximaNova-Extrabld";
    margin: 0 0 30px 0;
    display: block;
    text-align: center;
    text-transform: capitalize;
}

.portfolio-container {
    display: inline;
    float: left;
    margin: 25px 0;
    width: 100%;
}

.portfolio-social-icon a img {
    max-width: 100%;
    width: 100%;
}

.single-portfolio {
    display: inline;
    float: left;
    padding: 1px;
    border: 1px solid #fff;
    width: 25%;
}

.single-item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.single-item>img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-item>img:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#mixit-container .mix {
    display: none;
}

.single-item-content {
    background-color: #000;
    display: inline;
    opacity: 0;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.portfolio-social-icon {
    float: left;
    display: inline;
    padding: 30px 50px;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    position: relative;
}

.single-item:hover .single-item-content {
    opacity: 1;
}

.eagle-gallery.img300 .eagle-medium-wrap {
    height: 500px !important;
}

.quick_view_content_top {
    width: 65%;
    float: left;
}

.quick_view_content {
    width: 35%;
    float: left;
    background: #353535;
    margin-left: -30px;
    z-index: 1111;
    padding: 30px;
    opacity: 0.9;
    height: 100%;
    margin-top: 25px;
    vertical-align: middle;
    min-height: 300px;
}

.fancybox-inner {
    height: 100% !important;
}

a.exp_gal:hover {
    text-decoration: none;
    color: #000;
    background: #fff;
}

a.exp_gal {
    color: #fff;
    text-align: center;
    /* width: 100%; */
    border: 1px solid #fff;
    padding: 10px 15px;
    margin: 20px auto;
    display: inline-block;
}

.table_cus {
    color: #fff;
}

.table_cus tbody tr td {
    width: auto;
    padding-right: 15px;
}

.table_cus thead tr th {
    font-size: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    color: #fff;
}

.quick_view_content h2 {
    color: #fff;
}

hr.custon_in_img {
    width: 100px;
    text-align: left;
    background: #fff;
    height: 2px;
}

.fancybox-lock .fancybox-overlay {
    background: rgba(0, 0, 0, 0.9) !important;
}

.fancybox-skin {
    background: transparent !important;
}

.eagle-gallery .eagle-view-medium-img img {
    width: 100% !important;
    height: auto !important;
}

.single-item-content:hover {
    background-color: rgba(240, 122, 32, 0.8);
}

.portfolio-social-icon a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    line-height: 15px;
    margin: 0 8px;
    padding: 12px;
    text-align: center;
    width: 120px;
    transform: scale(0.5);
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.single-item-content:hover .fancybox,
.single-item-content:hover .link-btn {
    transform: scale(0.9);
}

.portfolio-title {
    bottom: 0;
    display: inline;
    opacity: 0;
    left: 0;
    padding-bottom: 12px;
    position: absolute;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.single-item:hover .portfolio-title {
    opacity: 1;
}

.portfolio-title h4 {
    color: #fff7f7;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.portfolio-title span {
    color: #fff7f7;
    font-size: 12px;
}

button.mfp-close {
    top: 23px;
    right: 39px;
    position: absolute;
    background: transparent;
    color: #fff;
    border: 0;
    font-size: 44px;
    z-index: 1111;
    outline: none;
}

.fancybox-margin {
    margin-right: 0 !important;
}

.scale-ico {
    display: none;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: rgb(202, 202, 202) !important;
}

.swiper-pagination-bullet-active {
    background: #dddddd !important;
}

.eagle-gallery.img300 .eagle-medium-wrap {
    height: 400px !important;
}

.owl-carousel .owl-item {
    width: 150px !important;
}

.fancybox-wrap.fancybox-desktop {
    top: 10px;
}

.gen_special p {
    color: #f0791f;
    font-weight: 600;
}

.gen_special ul li {
    text-align: center;
    width: 50%;
    float: left;
    font-family: "ProximaNova-Regular";
    color: #f0791f;
    margin: 0 0 30px 0;
}

.gen_special ul li a {
    color: #f0791f;
    text-decoration: none;
    font-size: 22px;
}

.gen_special ul li img {
    display: block;
    margin: 0 auto 15px auto;
}

.custom_ser.gen_contract {
    padding: 0 0 80px;
}

.custom_ser_img.febn_contarct_img img {
    width: inherit;
    height: auto;
    display: inline-block;
    max-width: 87%;
}

.about_fifth.gen_fifth {
    width: 100%;
    float: left;
}

.panel-grid-cell {
    width: 50%;
    float: left;
    background: #353535;
}

.panel-cell-style {
    padding: 40px 30px 30px 90px;
}

.panel-cell-style p {
    color: #fff;
    font-size: 20px;
}

.panel-cell-style ul li {
    color: #ffffff;
    font-size: 20px;
    font-family: "ProximaNova-Light";
}

.panel-cell-style ul li img {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
}

.about_para p a:hover {
    text-decoration: none;
}

.about_para p a {
    color: #f0791f;
}

@media screen and (max-width: 1000px) {
    .about_sy {
        padding: 89px 25px 9px 75px;
        position: relative;
        text-align: right;
    }
    .about_firstrestaurant {
        padding: 85px 0;
        clear: both;
        position: relative;
        background-size: cover;
        background-position: -250px center;
    }
    .about_pararestaurant p {
        font-family: "ProximaNova-Bold";
        color: #f0791f;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 72px);
        /* line-height: 1; */
        margin-left: 5px;
    }
    .textwidget {
        text-align: center;
        padding-right: 5px;
        padding-left: 5px;
        color: #767676;
        font-family: "ProximaNova-Light";
    }
    .about_txt h3 {
        font-size: 20px;
    }
    .about_txt_res1 h3 {
        font-size: 20px;
    }
    .electrical-service {
        padding: 90px 0;
    }
    .js .jquery-background-video {
        opacity: 1;
    }
    .jquery-background-video {
        min-height: auto !important;
        height: auto !important;
    }
    .single-portfolio {
        width: 33%;
    }
}

@media screen and (max-width: 768px) {
    .about_first.medical {
        background: none;
    }
    #mainNav .menu-btn {
        right: 2em;
    }
    .about_firstrestaurant {
        padding: 85px 0;
        clear: both;
        position: relative;
        background-size: cover;
        background-position: -250px center;
    }
    .about_pararestaurant p {
        font-family: "ProximaNova-Bold";
        color: #f0791f;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 72px);
        /* line-height: 1; */
        margin-left: 5px;
    }
    .textwidget {
        text-align: center;
        padding-right: 5px;
        padding-left: 5px;
        color: #767676;
        font-family: "ProximaNova-Light";
    }
    .container {
        max-width: 100% !important;
    }
    .about_sy:before {
        top: 14px;
        right: 24px;
        transform: rotate(180deg);
    }
    .about_img,
    .about_sy {
        width: 100%;
    }
    .about_sy {
        width: 100%;
        padding: 30px 25px 0px 32px;
        text-align: left;
    }
    .banner_part h1 {
        font-size: 35px;
        line-height: 1.2;
    }
    .banner_part h4 {
        font-size: 18px;
    }
    .about_para {
        text-align: center;
    }
    .about_first {
        background-color: #f4f4f4;
        /* background-image: none !important; */
        padding: 30px 0;
    }
    .about_ser_in {
        text-align: center;
    }
    .ser_title {
        text-align: center;
        padding-bottom: 30px;
    }
    .about_frm {
        width: 100%;
        padding: 30px 0 30px 3em;
    }
    .faq_sub h3 {
        font-size: 30px;
    }
    .electrical-heading {
        text-align: left;
    }
    .electrical-heading h4 {
        font-size: 30px;
    }
    .electrical-heading h3 {
        font-size: 37px;
    }
    .electrical-heading h2 {
        font-size: 50px;
    }
    .electrical-heading hr {
        margin: 0 0 30px;
    }
    .about_para p {
        text-align: left;
        padding-bottom: 0;
        line-height: 1.4;
    }
    .electrical-service {
        padding: 50px 0;
    }
    .service-panels {
        padding-bottom: 35px;
    }
    .col-md-4 {
        width: 100%;
    }
    .single-portfolio {
        width: 49.5%;
    }
    .quick_view_content_top {
        width: 100%;
    }
    .quick_view_content {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
    }
    .home_hover.home_pos .subcat {
        visibility: visible;
        display: none;
    }
    .home_hover.home_pos .subcat li {
        position: static !important;
        opacity: 1;
    }
    .home_hover.home_pos:hover .subcat {
        display: block;
    }
    .video_outer {
        display: none;
        height: auto !important;
        min-height: 100%;
        position: fixed !important;
    }
    .so_video_overlay {
        position: fixed !important;
        height: auto !important;
        min-height: 100% !important;
    }
    video {
        display: none;
    }
    .newsimage {
        width: 1000px;
        max-width: 100%;
    }
    .footer-home {
        position: static;
        background: #363636;
    }
    .home_hover a h2 {
        font-size: 14px;
    }
    .subcat li a {
        font-size: 13px;
    }
    .single_gal {
        width: 100%;
    }
    .single-gal_inner {
        width: 100%;
        padding-bottom: 0px;
    }
    .about_gal {
        padding: 0px 0;
    }
    .fancybox-opened {
        overflow: scroll !important;
    }
    .fancybox-overlay {
        overflow: scroll !important;
    }
    .eagle-gallery.img300 .eagle-medium-wrap {
        height: 200px !important;
    }
    .portfolio-menu ul li {
        width: 100%;
        margin: 0px;
    }
    .banner_part h5 {
        font-size: 17px;
        line-height: 1.6;
    }
    .cbp-spmenu {
        background: rgba(0, 0, 0, 0.8);
    }
    .menu-btn.active {
        top: 2em !important;
        left: 5em !important;
    }
    .cbp-spmenu-vertical {
        width: 85%;
    }
    .navbar-brand {
        cursor: pointer;
    }
    .cbp-spmenu {
        overflow-y: auto;
        overflow-x: hidden;
    }
    button.mfp-close {
        top: 50%;
        right: 0.5em;
        font-size: 30px;
    }
    .fancybox-wrap {
        left: 0 !important;
        width: 100% !important;
    }
    .fancybox-inner {
        width: 100% !important;
    }
    .cbp-spmenu #nav_menu-2 {
        top: 0;
        transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
    }
    .cbp-spmenu ul {
        padding-top: 35px;
    }
    .video_part {
        height: 100% !important;
        background: url("../../images/MDM-Banner-Customer-Representitve.jpg");
        background-size: cover;
    }
    .custom_ser_img p {
        padding: 2em 0;
    }
    #mainNav .menu-btn {
        top: 30px;
    }
    .cbp-spmenu ul li.menu-item-has-children:hover:before {
        top: 13px;
        transform: rotate(-47deg);
        -ms-transform: rotate(-47deg);
        -webkit-transform: rotate(-47deg);
    }
    .cbp-spmenu ul li.menu-item-has-children:before:hover .sub-menu {
        animation-play-state: running;
        display: block;
    }
    .cbp-spmenu ul li.menu-item-has-children:before .sub-menu {
        animation-play-state: running;
        display: none;
    }
    .panel-grid-cell {
        width: 100%;
    }
    .panel-cell-style {
        padding: 40px 30px 30px 30px;
    }
    .fancybox-skin {
        overflow-x: hidden;
    }
    a.navbar-brand {
        padding-left: 10px;
    }
}

@media screen and (max-width: 480px) {
    .telecom_say {
        position: relative !important;
        text-align: center !important;
        margin: 0px auto !important;
        width: 400px !important;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        padding-left: 50px !important;
        padding-right: 30px !important;
    }
    .about_firstrestaurant {
        padding: 85px 0;
        clear: both;
        position: relative;
        background-size: cover;
        background-position: -250px center;
    }
    .about_pararestaurant p {
        font-family: "ProximaNova-Bold";
        color: #f0791f;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 72px);
        /* line-height: 1; */
        margin-left: 5px;
    }
    .textwidget {
        text-align: center;
        padding-right: 5px;
        padding-left: 5px;
        color: #767676;
        font-family: "ProximaNova-Light";
    }
    .e-service-panel .service-panels {
        padding-top: 35px;
    }
    .onestop {
        text-align: center !important;
    }
    .onestop span {
        display: block !important;
        margin-right: 0px !important;
    }
    .about_gal {
        padding: 0px 0;
    }
    .frm_in1 {
        width: 257px !important;
    }
    .footer_last_img {
        width: 60px;
        display: inline-block;
        float: none;
    }
    .sticky #mainNav .menu-btn {
        top: 30px !important;
        right: 2em !important;
    }
    footer .no-pad .col-md-4 {
        text-align: center;
    }
    .single-portfolio {
        width: 100%;
        padding: 0 2em;
    }
    .single-item {
        max-width: 100%;
        margin: 0 auto;
    }
    .home_pad {
        padding-top: 25vh;
        padding-bottom: 0;
    }
}


/************************* SUNIL CSS **************************/

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

#mainNav {
    padding: 20px 0px;
}


/* .home_hover a {
  display: block;
} */

.home_hover a img {
    margin: 0px 0px 10px 0px;
    display: inline-block;
    text-align: center;
}

.home_hover a h2 {
    font-size: 26.74px;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    font-family: "ProximaNova-Extrabld";
    line-height: 24.06px;
    text-decoration: none;
}

.home_hover ul li a img {
    display: block;
    margin: 0px auto 10px auto;
}

.about_ser_in a img {
    width: 100%;
    height: auto;
}

.about_ser .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.gallery-banner-padding {
    padding: 238.3px 0;
}

.gallery-banner-padding h5 {
    font-family: "AbrilFatface-Regular";
    font-size: 28px;
    line-height: 33.6px;
    color: #ffffff;
    margin: 0;
    text-align: center;
}

.enlarged {
    padding: 172.7px 0;
}

.general-padd {
    padding: 75px 0px 100px 0px;
}

ul.construction-ul {
    margin: 0px 0px 20px 0;
    padding: 0px;
    list-style: none;
}

ul.construction-ul li {
    color: #ffffff;
    line-height: 44.4px;
    font-size: 22px;
    font-family: "ProximaNova-Light";
}

.service-panels {
    padding: 0 30px;
}

.career-padding {
    padding: 85px 0px 60px 0px;
}

.extramilep {
    padding: 0px;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
}

.ulclass {
    padding-left: 20px;
    font-family: "ProximaNova-Light" !important;
    font-size: 19px;
    list-style: square;
    text-align: left;
}

.pclass {
    padding-left: 0px;
    font-family: "ProximaNova-Light" !important;
    font-size: 18px;
    text-align: left;
}

.progrmmile {
    font-size: 24.66px;
    color: #f0791f;
    line-height: 32.06px;
    margin: 0 0 30px 0;
    text-align: center;
    font-weight: 600;
}

.brandbox article {
    font-size: 22px;
    line-height: 1.3;
    display: inline-block;
    width: calc(100% - 116px);
    vertical-align: top;
    padding-right: 10px;
}

.brandbox article b {
    color: #f0791f;
}

.teleback {
    background-position: center center;
    background-size: cover;
}

.telecom_say {
    /* background-color: #353535; */
    padding: 120px 90px 90px 60px;
    position: relative;
    text-align: center;
    margin: 0px auto;
}

.tower h4 {
    font-size: 38px;
    line-height: 41.8px;
    text-transform: uppercase;
    color: #ffffff;
}

.tower h3 {
    font-size: 38px;
    line-height: 41.8px;
    text-transform: uppercase;
    color: #ffffff;
}

.sub-thumb-small {
    margin: 0px 0px -4px 0px;
    padding: 0px;
    list-style: none;
    float: left;
    width: 100%;
    height: 250px;
    position: relative;
    display: block;
}

.enlarge {
    display: block;
    outline: none;
    position: absolute;
    text-align: center;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}

.single-itembig {
    height: 100%;
}

.textwidget {
    text-align: center;
    padding: 0 40px;
    color: #767676;
    font-family: "ProximaNova-Light";
}

.customh4 {
    font-size: 20px;
    line-height: 22px;
    color: #f07a20;
    margin: 20px 0 0 0;
    font-family: "ProximaNova-Light";
}

.customhr {
    display: inline-block;
    width: 50px;
    background: #f0791f;
    height: 2px;
    border: none;
    margin: 20px 0;
}

.focus h4 {
    font-size: 26.72px;
    font-family: "ProximaNova-Extrabld";
    color: #f0791f;
    line-height: 32.6px;
    margin: 0;
}

.focus h3 {
    font-size: 34.94px;
    font-family: "ProximaNova-Extrabld";
    color: #353535;
    line-height: 41.92px;
    margin: 0 0 20px 0;
}

.focus p {
    font-size: 20.85px;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
}

.about_paracustom {
    text-align: left;
}

.about_paracustom p {
    padding-bottom: 20px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 31.2px;
    color: #767676;
    font-family: "ProximaNova-Light";
}

.about_paracustom h4 {
    font-size: 31.33px;
    line-height: 1;
    color: #f0791f;
    margin: 0;
}

.about_paracustom hr {
    border: none;
    background: #f28a3b;
    height: 1px;
    width: 70px;
    display: block;
    margin: 25px 0;
}

.restostart ul li {
    text-align: left;
    width: 50%;
    float: left;
    margin: 0 0 35px 0;
}

.about_pararestaurant ul li {
    text-align: left;
    width: 50%;
    float: left;
    margin: 0 0 35px 0;
}

.about_pararestaurant p {
    font-family: "ProximaNova-Bold";
    color: #f0791f;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 72px);
    line-height: 1.2;
    margin-left: 10px;
}

.about_firstrestaurant {
    padding: 85px 0;
    clear: both;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.res_first {
    text-align: center;
    margin-bottom: 30px;
}

.res_first p {
    font-size: 24px;
    margin: 0;
    color: rgb(102, 102, 102);
}

.res_first h2 {
    color: #666666;
    font-size: 44px;
    font-family: "ProximaNova-Bold";
    line-height: 1.2;
    margin-bottom: 40px;
}

.about_saypara {
    background-color: #f07a20;
}

.about_txtres {
    background-color: #f07a20;
    color: #ffffff;
    padding: 70px 40px 70px 90px;
}

.about_saypara h2 {
    color: #ffffff;
    font-family: "ProximaNova-Extrabld";
    font-size: 2rem;
    line-height: 52.8px;
    margin: 0;
}

.about_saypara p {
    color: #ffffff;
    font-size: 22px;
}

.about_saypara ul {
    margin: 0px 0px 20px 0;
    padding: 0px;
    list-style: none;
}

.about_saypara ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 22px;
    font-weight: normal;
    font-family: "ProximaNova-Regular";
    color: #ffffff;
    line-height: 35.2px;
}

.e-service span {
    margin-left: 10px;
    color: #767676;
    padding: 0;
    font-size: 17px;
    font-weight: normal;
    font-family: "ProximaNova-Regular";
    line-height: 35.2px;
}

.onestop {
    text-align: left;
    margin-bottom: 30px;
}

.textwidgetmed h3 {
    font-size: 44px;
    color: #545454;
    line-height: 52.8px;
    font-family: "ProximaNova-Extrabld";
    margin: 0 0 30px 0;
    text-align: center;
}

.about_paracustomtop h4 {
    font-size: 44px;
    line-height: 52.8px;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
}

.about_paracustomtop h3 {
    font-size: 54px;
    line-height: 64.8px;
    color: #f0791f;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
}

.about_paracustomtop h2 {
    font-size: 74px;
    line-height: 88.8px;
    color: #353535;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
}

.about_paracustomtop hr {
    display: block;
    width: 80px;
    background: #f0791f;
    height: 6px;
    border: none;
    margin: 20px 0 20px auto;
}

.about_firstsecond {
    padding-bottom: 135px;
    clear: both;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.sub-thumb-small-gallery {
    padding: 0px;
    list-style: none;
    float: left;
    width: 100%;
    height: 250px;
    position: relative;
    display: block;
}

.gallerytitle h3 {
    color: #f07a20;
    font-size: 30px;
    font-family: "ProximaNova-Regular";
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    margin-bottom: 5px;
    height: 40px;
    display: block;
    text-align: center;
    text-transform: capitalize;
}

.overlaymessage {
    position: fixed !important;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    /* Black background with opacity */
    z-index: 1111;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

.popupmessage {
    display: none;
    width: 900px;
    position: fixed;
    top: 12%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1111;
}

.popupmessage {
    width: unset;
}


/* wood industry css */

.custom_heading {
    text-align: left !important;
}

.custom_heading hr {
    display: block;
    width: 250px;
    background: #f0791f;
    height: 6px;
    border: none;
    margin: 20px 0 20px;
}

.custom_heading h5 {
    font-size: 44px;
    line-height: 1.2;
    font-family: "ProximaNova-Regular" !important;
    margin: 0;
}

.custom_heading h4 {
    font-size: 44px;
    line-height: 1.2;
    font-family: "ProximaNova-Bold";
    margin: 0;
}

.custom_about_para p {
    padding-bottom: 20px;
    margin-top: 0px;
    font-size: 24px;
    line-height: 31.2px;
    color: #767676;
    font-family: "ProximaNova-Light";
    text-align: left;
}

.custom_about_para h1 {
    text-align: left;
    font-size: 47px;
    line-height: 52.8px;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
    color: #353535;
}

.custom_about_para hr {
    display: block;
    width: 80px;
    background: #f0791f;
    height: 6px;
    border: none;
    margin: 20px 0 20px 0;
}

.custom_about_second .about_img {
    width: calc(50% - (0.4 * 0px));
    float: left;
}

.custom_about_second .about_sy {
    width: calc(50% - (0.6 * 0px));
    float: left;
    background-color: #353535;
    padding: 90px 90px 90px 60px;
    position: relative;
    text-align: right;
}

.album .e-service {
    font-family: "ProximaNova-Regular";
    padding: 20px 0 50px;
}

.album .e-service h3 {
    font-family: "ProximaNova-Semibold";
}

.img-block {
    padding: 1px !important;
    float: left;
    max-height: 500px;
    overflow: hidden;
}

.img-block img,
.col-50 img {
    height: 100%;
    width: 100%;
}

.col-100 {
    height: calc(100% - 50%);
}

.col-50.first-child {
    padding-right: 2px;
}

.col-50 {
    width: 50%;
    float: left;
    padding-top: 2px;
    height: calc(100% - 50%);
}

.thumbnails {
    position: relative;
    /* min-height: 265px; */
    overflow: hidden;
}

.thumbnails .thumbs img {
    cursor: pointer;
}

.custom-scrollar {
    min-width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

.custom-scrollar .item {
    width: calc(16.6% - 10px);
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    transition: 0.4s ease-out;
    transition-delay: 0.4s;
}

.custom-scrollar::-webkit-scrollbar {
    display: none;
}

.custom-design {
    padding: 80px 0;
}

.banner_part h6 {
    color: #fff;
    font-family: "ProximaNova-Regular";
    font-size: 25px;
    text-align: center;
}

@media (max-width: 767px) {
    .custom-scrollar .item {
        width: 170px;
    }
    .about_firstrestaurant {
        padding: 85px 0;
        clear: both;
        position: relative;
        background-size: cover;
        background-position: -250px center;
    }
    .about_pararestaurant p {
        font-family: "ProximaNova-Bold";
        color: #f0791f;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 72px);
        /* line-height: 1; */
        margin-left: 5px;
    }
    .textwidget {
        text-align: center;
        padding-right: 5px;
        padding-left: 5px;
        color: #767676;
        font-family: "ProximaNova-Light";
    }
    .home_hover.home_pos .subcat3 {
        /* visibility: visible;
    opacity: 1;  
  height:80px; */
        height: 0;
        display: none;
    }
    .home_hover.home_pos:hover .subcat3 {
        display: block;
    }
    .home_hover.home_pos .subcat3 li:nth-child(2) {
        bottom: 0;
        position: relative;
    }
    .home_hover.home_pos .subcat3 li:nth-child(2) {
        bottom: 0;
        position: relative;
    }
    .home_hover.home_pos .subcat3 li:nth-child(3) {
        bottom: 0;
        position: relative;
        left: auto;
    }
    .home_hover.home_pos .subcat3 li:nth-child(4) {
        bottom: 0;
        position: relative;
    }
}

@media (max-width: 768px) {
    .about_img,
    .about_sy {
        width: 100%;
    }
    .about_firstrestaurant {
        padding: 85px 0;
        clear: both;
        position: relative;
        background-size: cover;
        background-position: -250px center;
    }
    .about_pararestaurant p {
        font-family: "ProximaNova-Bold";
        color: #f0791f;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 72px);
        /* line-height: 1; */
        margin-left: 5px;
    }
    .textwidget {
        text-align: center;
        padding-right: 5px;
        padding-left: 5px;
        color: #767676;
        font-family: "ProximaNova-Light";
    }
    .sticky #mainNav .menu-btn {
        top: 30px !important;
        right: 2em !important;
    }
    .custom_about_second .about_sy {
        width: 100%;
        padding: 30px 25px 0px 32px;
        text-align: left;
    }
    .custom-scrollar {
        padding: 20px 0;
    }
}

.wood-service {
    width: 100%;
    float: left;
    text-align: center;
    height: auto;
    background-color: #ffffff;
    padding: 60px 0px 60px 0px;
}

.wood-service-alt {
    width: 100%;
    float: left;
    text-align: center;
    height: auto;
    background-color: #f3f3f3;
    padding: 60px 0px 60px 0px;
}

.about_para_section1 {
    text-align: right;
}

.about_para_section1 h4 {
    font-size: 44px;
    line-height: 52.8px;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
}

.about_para_section1 h2 {
    font-size: 74px;
    line-height: 88.8px;
    color: #353535;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
}

.about_para_section1 h5 {
    font-size: 45px;
    line-height: 50px;
    color: #353535;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
}

.about_para_section1 h3 {
    font-size: 54px;
    line-height: 64.8px;
    color: #f0791f;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
}

.about_para_section1 hr {
    display: block;
    width: 80px;
    background: #f0791f;
    height: 6px;
    border: none;
    margin: 20px 0 20px auto;
}

.about_para_section1 p {
    padding-bottom: 20px;
    margin-top: 20px;
    font-size: 24px;
    line-height: 31.2px;
    color: #767676;
    font-family: "ProximaNova-Light";
}

.about_para_section1 p strong {
    color: #f0791f;
}

.about_para_section1 ul {
    margin: 50px 0 0 0;
    padding: 0px;
    list-style: none;
}

.about_para_section1 ul li {
    padding: 0;
    list-style: none;
    font-size: 22px;
    font-weight: normal;
    line-height: 35.2px;
    text-align: center;
    width: 50%;
    float: left;
    font-family: "ProximaNova-Regular";
    color: #f0791f;
    margin: 0 0 30px 0;
}

.about_para_section1 ul li a span {
    padding-top: 10px;
    font-size: 22px;
    text-align: center;
    display: block;
    font-family: "ProximaNova-Regular";
    color: #f0791f;
    margin: 0 0 30px 0;
}

.restostart article p {
    font-size: 24px;
    margin: 0;
}

.about_para_telecom {
    text-align: right;
}

.about_para_telecom h4 {
    font-size: 44px;
    line-height: 52.8px;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
}

.about_para_telecom h2 {
    font-size: 74px;
    line-height: 88.8px;
    color: #353535;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
}

.about_para_telecom h5 {
    font-size: 45px;
    line-height: 50px;
    color: #353535;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
}

.about_para_telecom h3 {
    font-size: 54px;
    line-height: 64.8px;
    color: #f0791f;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
}

.about_para_telecom hr {
    display: block;
    width: 80px;
    background: #f0791f;
    height: 6px;
    border: none;
    margin: 20px 0 20px auto;
}

.about_para_telecom p {
    padding-bottom: 20px;
    margin-top: 20px;
    font-size: 24px;
    line-height: 31.2px;
    color: #767676;
    font-family: "ProximaNova-Light";
}

.about_para_telecom p:nth-of-type(2) {
    padding-bottom: 20px;
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 24px;
    line-height: 31.2px;
    color: #767676;
    font-family: "ProximaNova-Light";
}

.about_para_telecom p:nth-of-type(3) {
    padding-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    font-size: 24px;
    line-height: 31.2px;
    color: #767676;
    font-family: "ProximaNova-Light";
}

.about_para_telecom p strong {
    color: #f0791f;
}

.about_para_telecom ul {
    margin: 50px 0 0 0;
    padding: 0px;
    list-style: none;
}

.about_para_telecom ul li {
    padding: 0;
    list-style: none;
    font-size: 22px;
    font-weight: normal;
    line-height: 35.2px;
    text-align: center;
    width: 50%;
    float: left;
    font-family: "ProximaNova-Regular";
    color: #f0791f;
    margin: 0 0 30px 0;
}

.about_para_telecom ul li a span {
    padding-top: 10px;
    font-size: 22px;
    text-align: center;
    display: block;
    font-family: "ProximaNova-Regular";
    color: #f0791f;
    margin: 0 0 30px 0;
}

.about_para h1 {
    font-size: 44px;
    line-height: 52.8px;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
    color: #353535;
}

.about_para_section1 h1 {
    font-size: 44px;
    line-height: 52.8px;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
    color: #353535;
}

.about_para_wood {
    text-align: center;
}

.about_para_wood h4 {
    font-size: 44px;
    line-height: 52.8px;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
}

.about_para_wood h2 {
    font-size: 74px;
    line-height: 88.8px;
    color: #353535;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
}

.about_para_wood h5 {
    font-size: 45px;
    line-height: 50px;
    color: #353535;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
}

.about_para_wood h3 {
    font-size: 50px;
    line-height: 64.8px;
    color: #f0791f;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
}

.about_para_wood hr {
    display: block;
    width: 200px;
    background: #f0791f;
    height: 4px;
    border: none;
    margin: 20px 0 20px 41%;
}

.about_para_wood p {
    padding-bottom: 20px;
    margin-top: 20px;
    font-size: 24px;
    line-height: 31.2px;
    color: #767676;
    font-family: "ProximaNova-Light";
}

.about_para_wood p strong {
    color: #f0791f;
}

.about_para_wood ul {
    margin: 20px 0 0 0;
    padding: 0px;
    list-style: none;
}

.about_para_wood ul li {
    padding: 0;
    list-style: none;
    font-size: 22px;
    font-weight: normal;
    line-height: 35.2px;
    text-align: center;
    width: 20%;
    float: left;
    font-family: "ProximaNova-Regular";
    color: #f0791f;
    margin: 0 0 20px 0;
}

.about_para_wood ul li span {
    padding-top: 10px;
    font-size: 22px;
    text-align: center;
    display: block;
    font-family: "ProximaNova-Regular";
    color: #f0791f;
    margin: 0 0 20px 0;
}

.about_para_wood h1 {
    font-size: 44px;
    line-height: 52.8px;
    font-family: "ProximaNova-Extrabld";
    margin: 0;
    color: #353535;
}

.about_para_custom_home h2 {
    font-size: 40px;
    font-family: "ProximaNova-Extrabld";
    color: #f0791f;
    line-height: 50px;
    margin: 0;
}

.about_para_custom_home h3 {
    font-size: 34.94px;
    font-family: "ProximaNova-Extrabld";
    color: #353535;
    line-height: 41.92px;
    margin: 0 0 20px 0;
}

.about_para_custom_home p {
    padding-bottom: 20px;
    margin-top: 20px;
    font-size: 24px;
    line-height: 31.2px;
    color: #767676;
    font-family: "ProximaNova-Light";
}

.about_para_custom_home p strong {
    padding-bottom: 20px;
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    line-height: 31.2px;
    color: #767676;
    font-family: "ProximaNova-Light";
}

.about_para_custom_home hr {
    display: block;
    width: 200px;
    background: #f0791f;
    height: 4px;
    border: none;
}

#main-img {
    height: 400px;
    max-width: 500px;
    max-height: 400px;
}

.about_para_wood ul li p {
    padding-top: 10px;
    font-size: 22px;
    text-align: center;
    display: block;
    font-family: "ProximaNova-Regular";
    color: #f0791f;
    margin: 0 0 20px 0;
}

@media only screen and (max-width: 650px) {
    .onHoverHref {
        display: none;
    }
    .onHoverOutHref {
        display: block;
    }
    .about_firstrestaurant {
        padding: 85px 0;
        clear: both;
        position: relative;
        background-size: cover;
        background-position: -250px center;
    }
    .about_pararestaurant p {
        font-family: "ProximaNova-Bold";
        color: #f0791f;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 72px);
        /* line-height: 1; */
        margin-left: 5px;
    }
    .textwidget {
        text-align: center;
        padding-right: 5px;
        padding-left: 5px;
        color: #767676;
        font-family: "ProximaNova-Light";
    }
    .about_para_section1 {
        text-align: left;
    }
    #main-img {
        width: 200px;
        max-width: 250px;
        max-height: 150px;
        height: auto;
    }
    .about_para_section1 hr {
        display: block;
        width: 80px;
        background: #f0791f;
        height: 6px;
        border: none;
        margin: 20px 0 20px 0;
    }
    .about_para_section1 h3 {
        font-size: 40px;
        line-height: 1.2;
    }
    .about_para_section1 h2 {
        font-size: 50px;
        line-height: 1.2;
    }
    .about_para_wood {
        text-align: left;
    }
    .about_para_wood hr {
        display: block;
        width: 80px;
        background: #f0791f;
        height: 6px;
        border: none;
        margin: 20px 0 20px 0;
    }
    .about_para_wood h3 {
        font-size: 40px;
        line-height: 1.2;
    }
    .about_para_wood h2 {
        font-size: 50px;
        line-height: 1.2;
    }
    .about_para_wood ul li {
        padding: 0;
        list-style: none;
        font-size: 22px;
        font-weight: normal;
        line-height: 35.2px;
        text-align: center;
        width: 50%;
        float: left;
        font-family: "ProximaNova-Regular";
        color: #f0791f;
        margin: 0 0 20px 0;
    }
    .about_para_wood ul li span {
        padding-top: 10px;
        font-size: 22px;
        text-align: center;
        display: block;
        font-family: "ProximaNova-Regular";
        color: #f0791f;
        margin: 0 0 20px 0;
    }
    .about_para_telecom {
        text-align: left;
    }
    .about_para_telecom hr {
        display: block;
        width: 80px;
        background: #f0791f;
        height: 6px;
        border: none;
        margin: 20px 0 20px 0;
    }
    .about_para_telecom h3 {
        font-size: 35px;
        line-height: 1.2;
    }
    .tower h4 {
        font-size: 23px;
    }
    .about_para_telecom h2 {
        font-size: 50px;
        line-height: 1.2;
    }
    .about_firstsecond {
        padding-top: 20px;
    }
    .focus p {
        margin-left: 0px;
        margin-right: 0px;
    }
    .about_paracustomtop {
        text-align: left;
    }
    .about_paracustomtop h4 {
        font-size: 35px;
        line-height: 1.2;
    }
    .e-service-panel {
        padding-top: 20px;
    }
    .about_paracustomtop h3 {
        font-size: 40px;
        line-height: 1.2;
    }
    .about_paracustomtop h2 {
        font-size: 50px;
        line-height: 1.2;
    }
    .about_paracustomtop hr {
        display: block;
        width: 80px;
        background: #f0791f;
        height: 6px;
        border: none;
        margin: 20px 0 20px 0;
    }
    .about_pararestaurant ul li {
        text-align: left;
        width: 100%;
        float: left;
        margin: 0 0 35px 0;
    }
    .about_firstrestaurant {
        background-image: none;
    }
    .about_txtres {
        background-color: #f07a20;
        color: #ffffff;
        padding: 10px 10px 10px 10px;
    }
}