/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/

@import url("../bridge/style.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");

@font-face {
  font-family: myFirstFont;
  src: url(../bridge/fonts/montserrat.regular.ttf);
}
body{
  font-family: 'Montserrat', sans-serif !important;

}

.themecolor {
    color: #fec045;
}

.drop_down .second .inner ul {
    background-color: #fff !important;
}
.footer_col1 img {
    max-width: 140px !important;
}
.title {
    height: 100px !important;
}
.footer_bottom img {
    max-width: 60px !important;
}
.footer_bottom ul li {
    display: inline-block !important;
    margin: 5px;
}
.adelsection h2 {
    font-family: Droid Arabic Kufi, Tahoma !important;
    font-size: 34px;
    color: #fff;
    text-transform: capitalize;
}
.adelsection p {
    font-size: 15px;
    padding-top: 4%;
    color: #fff;
}
.aboutcont {
    border: 2px solid #fec045;
    padding: 15px 40px;
	color:#fec045;
	font-size:20px;
    border-bottom-color: transparent;
    position: relative;
	transition: all 0.5s;
}
.aboutcont:before {
    content: "";
    position: absolute;
    width: 70%;
    background-color: #fec045;
    height: 2px;
    bottom: -2px;
    left: -2px;
}
.aboutcont:after {
    content: "";
    position: absolute;
    width: 15%;
    background-color: #fec045;
    height: 2px;
    bottom: -2px;
    right: -2px;
}
.aboutcont:hover {
    border: 2px solid #fec045;
    background-color: #fec045;
    color: #fff;
	font-size: 20px;
    transition: all 0.5s;
}
.aboutcont:hover:before {
    content: "";
    position: absolute;
    width: 70%;
    background-color: #fec045;
    height: 2px;
    bottom: -2px;
    left: -2px;
}
.aboutcont:hover:after {
    content: "";
    position: absolute;
    width: 15%;
    background-color: #fec045;
    height: 2px;
    bottom: -2px;
    right: -2px;
}
.buildingcont {
    border: 2px solid #121212;
    padding: 16px 55px;
	color:#121212;
	font-size:25px;
	font-weight:700;
    border-bottom-color: transparent;
    position: relative;
	transition: all 0.5s;
}
.buildingcont:before {
    content: "";
    position: absolute;
    width: 70%;
    background-color: #121212;
    height: 2px;
    bottom: -2px;
    left: -2px;
}
.buildingcont:after {
    content: "";
    position: absolute;
    width: 15%;
    background-color: #121212;
    height: 2px;
    bottom: -2px;
    right: -2px;
}
.buildingcont:hover {
    border: 2px solid #121212;
    background-color: #121212;
    color: #fff;
	font-size: 25px;
	font-weight:700;
    transition: all 0.5s;
}
.buildingcont:hover:before {
    content: "";
    position: absolute;
    width: 70%;
    background-color: #121212;
    height: 2px;
    bottom: -2px;
    left: -2px;
}
.buildingcont:hover:after {
    content: "";
    position: absolute;
    width: 15%;
    background-color: #121212;
    height: 2px;
    bottom: -2px;
    right: -2px;
}
.aboutservic {
    border: 2px solid #fec045;
    padding: 10px 25px;
	color:#fec045;
	font-size:17px;
    border-bottom-color: transparent;
    position: relative;
	transition: all 0.5s;
}
.aboutservic:before {
    content: "";
    position: absolute;
    width: 70%;
    background-color: #fec045;
    height: 2px;
    bottom: -2px;
    left: -2px;
}
.aboutservic:after {
    content: "";
    position: absolute;
    width: 15%;
    background-color: #fec045;
    height: 2px;
    bottom: -2px;
    right: -2px;
}
.aboutservic:hover {
    border: 2px solid #fec045;
    background-color: #fec045;
    color: #fff;
	font-size: 17px;
    transition: all 0.5s;
}
.aboutservic:hover:before {
    content: "";
    position: absolute;
    width: 70%;
    background-color: #fec045;
    height: 2px;
    bottom: -2px;
    left: -2px;
}
.aboutservic:hover:after {
    content: "";
    position: absolute;
    width: 15%;
    background-color: #fec045;
    height: 2px;
    bottom: -2px;
    right: -2px;
}
.fivproduction h2 {
    text-transform: capitalize;
    font-size: 34px;
    color: #fec045;
	font-family: Droid Arabic Kufi, Tahoma !important;
}
.connectionpart h2 {
    font-size: 34px;
    text-transform: capitalize;
    color: #121212;
    font-family: Droid Arabic Kufi, Tahoma !important;
}
.fivproduction img {
    margin-top: 0px;
}
.adelimag p {
    padding-top: 1%;
}

.products li a h2 {
    font-size: 18px !important;
    text-align: center;
}
.count {
    display: none;
}
.aggreate p {
    padding-bottom: 4%;
    font-size: 16px;
}
.advantage .icon_text_holder {
    padding-left: 60px !important;
}
.advantage .icon_text_inner h2 {
    font-size: 18px;
	padding-bottom:3%;
}
.advantage img {
    width: 55px !important;
}
.advantage .icon_text_inner p {
    font-size: 15px;
}
.advantage .icon_text_inner a {
    border: 2px solid #ce893e;
    padding: 5px 10px;
	color:#ce893e;
	font-size:14px;
    border-bottom-color: transparent;
    position: relative;
	transition: all 0.5s;
}
.advantage .icon_text_inner a:before {
    content: "";
    position: absolute;
    width: 70%;
    background-color: #ce893e;
    height: 2px;
    bottom: -2px;
    left: -2px;
}
.advantage .icon_text_inner a:after {
    content: "";
    position: absolute;
    width: 15%;
    background-color: #ce893e;
    height: 2px;
    bottom: -2px;
    right: -2px;
}
.advantage .icon_text_inner a:hover {
    border: 2px solid #ce893e;
    background-color: #ce893e;
    color: #fff !important;
	font-size: 14px;
    transition: all 0.5s;
}
.advantage .icon_text_inner a:hover:before {
    content: "";
    position: absolute;
    width: 70%;
    background-color: #ce893e;
    height: 2px;
    bottom: -2px;
    left: -2px;
}
.advantage .icon_text_inner a:hover:after {
    content: "";
    position: absolute;
    width: 15%;
    background-color: #ce893e;
    height: 2px;
    bottom: -2px;
    right: -2px;
}
.product {
    font-size: 25px;
    color: #121212 !important;
}

.mazadadel {
    background-color: #121212;
    display: inline-block;
    padding: 5%;
    border-radius: 5px;
    
}
.mazadadel .wpcf7-submit {
    border-radius: 0px !important;
    padding: 5px 50px !important;
    margin-top: 5% !important;
    border-color: #fec045 !important;
    color: #fec045 !important;
}
.mazadadel .wpcf7-submit:hover {
    border-radius: 0px !important;
    padding: 5px 50px !important;
    margin-top: 5% !important;
    border-color: #fec045 !important;
    color: #fff !important;
    background-color: #fec045 !important;
}
.mazadadel span input {
    margin: 5% 0 0 !important;
}
.mazadadel span textarea {
    margin: 5% 0 0 !important;
}
.adoutsection p {
    font-size: 15px;
    padding-top: 1%;
}
.servicepart h3 {
    font-size: 25px;
    text-transform: capitalize;
    border-bottom: 2px solid #121212;
    display: inline-block;
    color: #121212;
	margin-bottom:5%;
}
.servicepart p {
    font-size: 17px;
    font-weight: 600;
    color: #121212;
}
.servicepart .wpb_wrapper {
    background-color: #fff;
}
.pumice ul li {
    font-size: 18px;
    color: #121212;
    font-weight: 700;
}
.pumice h3 {
    font-size: 25px;
    text-transform: capitalize;
    color: #121212;
}
.adoutsection ol li {
    font-size: 15px;
}
.cemtnpart ul li {
    font-size: 18px;
    font-weight: 700;
    color: #121212;
    padding: 5px 0;
	list-style: none;
}
.tableprt table tr td:first-child {
    text-align: left;
    background-color: #f38b05d6 !important;
    color: #fff;
	width: 50%;
}
.tableprt table tr th {
    text-align: center;
    background-color: #f38b05d6 !important;
    color: #fff;
    font-weight: 500;
}
.tableprt table tr td:nth-child(2) {
    background-color: #f39b2bb8;
}
.mainadv table tr th {
    background-color: #f38b05d6;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
}
.mainadv table tr td {
    background: linear-gradient(#ffffff, #d3d3d3);
    padding: 4% 2%;
    font-weight: 500;
    box-shadow: 0px 30px 30px 15px #c7c7c7;
}
.othertablepart table tr th {
    background-color: #f09828 !important;
    border-bottom: 3px solid #f79646;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}
.othertablepart table tr:nth-child(2) {
    background-color: #f3b463;
}
.othertablepart table tr:nth-child(4) {
    background-color: #f3b463;
}
.othertablepart table tr td {
    border: 1px solid #f79646;
	color: #818181;
}
.othertablepart table tr th {
    border: 1px solid #f79646;
}
.blocktablepart table tr th {
    background-color: #f79646;
    color: #fff;
    font-weight: 500;
    padding: 2% 2%;
}
.blocktablepart table tr {
    background-color: #fbcaa2;
}
.blocktablepart table tr:nth-child(3) {
    background-color: #fde4d0;
}
.blocktablepart table tr:nth-child(5) {
    background-color: #fde4d0;
}
.table {
   color: #818181 !important;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
.title {
    height: 0px !important;
    padding: 0px !important;
}
	.fivproduction ul li {
    width: 100% !important;
    background-color: transparent !important;
}
	.fivproduction img {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
	.addressection .q_icon_list {
    margin-bottom: 0px;
    padding-top: 5%;
}
	.buildingcont {
    padding: 10px 30px;
    font-size: 18px;
}
	.buildingcont:hover {
    font-size: 18px;
}
.connectionpart.vc_custom_1560927675442 {
    padding-bottom: 5% !important;
}
	.servicepart .wpb_wrapper {
    margin-bottom: 5%;
}

}