/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/********** Headings and banner elements **********/

.bannertext {
    font-size: 48px;
line-height: 50px;
font-weight: 200;
letter-spacing: 0px;
text-align: right;
color: #ffffff;
}

.headinggrey {
color: #999999;
text-align: center;
/* padding-left: 25%;
padding-right: 25%; */
}

.whiteheadings {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
}
.whiteheadings:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: 15px auto;
    width: 180px;
    height: 3px;
    background: #f38330;
}

/************ Header & Menu ************/

#Top_bar .menu li ul {
	top: 76%;
}

#Top_bar .menu li > ul {
box-shadow: 6px 6px 6px 0 rgba(0,0,0,0.3);
-webkit-box-shadow: 6px 6px 6px 0 rgba(0,0,0,0.3);
}

#Top_bar .menu > li > a {
    text-transform: uppercase;
}

.menu > li.current-menu-item.current_page_item > a span::after {
    content: "";
position: absolute;
    top: 65%;
    height: 2px !important;
    width: 40%;
    left: 30%;
    background-color: #f38330;
    transition: 0.4s ease-out all .1s;
}

.menu > li.current_page_item > a span:hover::after {
    width: 90%;
  left: 5%;
    transition: 0.5s ease all;
}

.menu > li.menu-item-object-page  > a span::after {
    content: "";
position: absolute;
    top: 65%;
    height: 2px !important;
    width: 0;
    left: 50%;
    background-color: #f38330;
    transition: 0.4s ease-out all .1s;
}

.menu > li.menu-item-object-page  > a span:hover::after {
    width: 90%;
  left: 5%;
    transition: 0.5s ease all;
}

.is-sticky .menu > li.current-menu-item.current_page_item > a span::after {
    top: 75%;
}

.is-sticky .menu > li.menu-item-object-page  > a span::after {
    top: 75%;
}

.sticky-tb-color #Top_bar.is-sticky {
    background-color: rgba(44, 44, 44, 0.71) !important;
}

/************ Page and layout ************/

/* Home Page */

.orangeblock .wpb_wrapper {
    background-color: rgba(243, 131, 48, 0.62);
    margin-right: 48px;
    padding: 30px;
    transition: all 1s ease-in 0.2s;
}

.orangeblock .wpb_wrapper:hover {
    background-color: rgba(243, 131, 48, 0.85);
    box-shadow: 0 10px 20px #3c160026;
}

/* Pulse Animation */
@-webkit-keyframes hvr-pulse-shrink {
    to {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  @keyframes hvr-pulse-shrink {
    to {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  .hvr-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }
  

/* Posts and grid */ 


.postid-332 .intro-inner {
	background-color: rgba(0, 0, 0, 0.24);
}

.vc_gitem-post-data.gridcat.vc_gitem-post-data-source-post_categories {
    text-align: left;
color: #ffffff;
text-transform: uppercase;
font-family: 'IBM Plex sans', sans-serif;
}


.vc_custom_heading.gridtit {
	background-color: rgba(0, 0, 0, 0.53);
}

/* Buttons & Icons */

.submitbutton {
	width: 100%;
}

.goright {
    text-align: right;
}

a.button.orbutton {
    background-color: transparent;
}

.button.orbutton .button_label {
    padding: 7px 50px;
    text-transform: uppercase;
    font-size: 19px;
    color: #ffffff;

    border: 2px solid #ffffff;
}

.button.orbutton .button_label:hover {
    color: #f38330;
    background-color: #ffffff;
    transition: 0.4s ease-out all .1s;
} 

.vc_row.wpb_row.vc_row-fluid.overit {
    overflow: visible;
}

.iconup {
    margin-top: -92px;
    display: block;
}

/* Services section */

.services-blocks {
    text-align: center;
    color: #fff;
}

.services-blocks h3 {
    color: #f56f22;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.services-icon {
    margin-bottom: 0px !important;
    min-height: 150px;
}

a.learn-more-button {
    display: block;
    text-align: center;
    padding: 11px 20px;
    background-color: #f38330;
    width: 100%;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    line-height: 24px !important;
    max-width: 110px;
    margin: 0 auto;
    box-shadow: 3px 11px 50px -2px #8f3d00;
    transition: all 0.2s ease-in;
}

a.learn-more-button:hover {
    box-shadow: 3px 3px 11px -2px #8f3d0082;
    text-decoration: none;
    color: #fff;
}

a.download-button {
display: block;
text-align: center;
padding: 11px 20px;
background-color: #f38330;
width: 100%;
border-radius: 6px;
color: #fff;
font-size: 18px;
line-height: 24px !important;
max-width: 160px;
margin: 0 auto;
box-shadow: 3px 11px 33px -2px #ff6f00;
transition: all 0.2s ease-in;
}

a.download-button:hover {
	    box-shadow: 3px 3px 11px -2px #8f3d0082;
    text-decoration: none;
    color: #fff;
}


.add-overlay:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #5a5a5a8a;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

/* Supporting you section */

.infra-logo-bottom {
    margin-bottom: 10px !important;
}

.infra-logo-bottom img {
    width: 100%;
    max-width: 300px !important;
}

.supporting-block h3 {
    color: #fff;
    font-size: 3em;
    font-weight: 400;
    letter-spacing: 0.3px;
}

hr.supporting-line {
    background-color: #fff;
    width: 50%;
    margin-top: 35px;
    margin-bottom: 30px;
}

.supporting-block p {
    color: #fff;
    font-size: 1.5em;
}

a.callback-button {
    display: block;
    text-align: center;
    padding: 11px 20px;
    background-color: transparent;
    width: 100%;
    border-radius: 6px;
    border: 2px solid #f38330;
    color: #fff;
    font-size: 18px;
    line-height: 24px !important;
    max-width: 200px;
    margin: 0 auto;
    transition: all 0.2s ease-in;
}

a.callback-button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #f38330;
}

/* Footer - Widgets section */

#Footer .wpcf7 input {
    margin-bottom: 30px;
    border-radius: 4px;
    min-height: 50px;
}

#Footer .wpcf7-submit {
    margin-bottom: 25px !important;
    font-size: 18px !important;
    line-height: 6px;
    padding: 8px 40px !important;
}

#Footer h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
}

#Footer ul.socials {
    width: 98%;
    display: block;
    margin: 0 auto;
    margin-bottom: 36px;
}

#Footer ul.socials .fab {
    font-size: 3em;
    text-align: center;
}

#Footer ul.socials a {
    text-align: center;
    width: 100%;
    display: inline-block;
}

#Footer ul.socials li {
    display: inline-block;
    margin-bottom: 24px;
    width: calc(94% / 4);
    padding: 0 !important;
    margin: 0 auto !important;
}

ul.socials li {
    top: 0;
    transition: all 0.2s ease-in;
    position: relative;
}

ul.socials li:hover {
    top: -5px;
}

a.contactusf-button {
    display: block;
    text-align: center;
    padding: 11px 20px;
    background-color: transparent;
    border-radius: 6px;
    border: 2px solid #f38330;
    color: #fff !important;
    font-size: 18px;
    line-height: 24px !important;
    transition: all 0.2s ease-in;
}

a.contactusf-button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #f38330;
}

#Footer .widgets_wrapper .widget {
    padding: 15px 25px;
}

a.contact-link {
    font-size: 18px;
    line-height: 38px;
    text-decoration: underline;
}

#Footer aside p {
    font-size: 18px;
}

@media only screen and (max-width: 552px) {
    #Footer .widgets_wrapper .widget {
        padding: 15px 0px !important;
    }
}

/* ABOUT US PAGE */

.add-overlay-header:after {
    content: '';
    width: 37%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    background-color: #0000001f;
}

.page-title-cust {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-left: 23px;
    font-size: 3.2em;
    line-height: 40px;
}

h2.heading-infra {
    font-size: 3em;
    font-weight: 600;
    line-height: 1.2em;
}

span.head-orange {
    color: #f86e06;
    font-weight: 400 !important;
}


@media only screen and (max-width: 767px) {
    .add-overlay-header:after {
        width: 100%;
    }
}

/* OUR SERVICES page */

.infra-heading-secondary h4 {
    font-weight: 400;
    line-height: 34px;
    padding: 20px 1px;
}

.service-block h3 {
    color: #f56f22;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.service-block h3:after {
    content: '';
    width: 60%;
    height: 4px;
    background-color: #f3f3f3;
    margin-top: 12px;
    display: block;
    transition: all 0.2s ease-in;
}

.service-block:hover h3:after {
    width: 100%;
}

.service-block {
    padding: 30px;
    background-color: #fff0;
    box-shadow: 0 0 0 #00000000;
    border: 1px solid #eee;
    transition: all 0.2s ease-in;
}

.service-block:hover {
    background-color: #fff;
    box-shadow: 0 8px 23px #0000000d;
    border: 1px solid #fff;
}

.service-block li {
    list-style: none;
    margin-bottom: 7px !important;
    color: #626262;
}

.service-block li:before {
    content: '';
width: 15px;
height: 4px;
display: block;
position: absolute;
left: 49px;
margin-top: 10px;
    background-color: #f3832f;
}

.add-overlay-orage:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #f3832fd9;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 479px) {
    .service-block {
        padding: 0px;
        border: none;
    }
    .service-block:hover {
        background-color: transparent;
        box-shadow: none;
        border: none;
    }
    .infra-heading-secondary h4 {
        line-height: 24px;
        font-size: 18px;
    }
}

/* OUR SOLUTIONS page */

table.ict-table th {
    background-color: #f3832f;
    color: #fff;
    font-size: 1.5em;
    padding: 15px 10px;
    box-shadow: none;
    border-top: none;
}

table.ict-table tr {
    background-color: #fff;
}

table.ict-table tr:nth-child(2n) td {
    background: rgba(0, 0, 0, 0.05);
}

.scroll-table {
    overflow-x: auto;
}

h4.headinggrey {
    text-align: left;
}

.results-all {
    display: inline-block;
    width: 100%;
}

.results-all .result-block {
    width: calc(100% / 5);
    display: inline-block;
    float: left;
    text-align: center;
}

.results-all .result-block {
    width: calc(100% / 5);
    float: left;
    text-align: center;
    position: relative;
    display: block;
}

img.result-block-image {
    width: 100%;
    max-width: 120px !important;
    z-index: 1;
    position: relative;
    top: 0;
    transition: all 0.1s ease-in;
}

.result-block:hover img.result-block-image {
    top: -6px;
}

.result-block:after {
    content: '';
    width: 50px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    background-color: #f56e22;
    right: -10%;
    top: 36%;
    z-index: 0;
}

.result-block:last-child:after {
    display: none;
}

@media only screen and (max-width: 479px) {
    .results-all .result-block {
        width: calc(100% / 2);
        margin-bottom: 30px;
    }
    .result-block:after {
        display: none;
    }
    .result-block h4 {
        font-size: 18px !important;
    }
}

/* CONTACT US page */

.contact-box-text ul {
    margin-left: 0;
}

.contact-box-text li {
    list-style: none;
}

.contact-box-text i {
    margin-right: 16px;
    font-size: 14px;
    width: 14px;
    height: 14px;
    text-align: center;
    color: #ffffff;
    padding: 6px;
    border-radius: 5px;
    background-color: #f3832f;
}

.infracomm-map.wpb_gmaps_widget .wpb_wrapper {
    background-color: #f7f7f7;
    padding: 0px;
    border: 1px solid #eee;
}

.infracomm-map>div>div {
    margin-bottom: 0 !important;
}