/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700&family=Montserrat:wght@400;700&family=Poppins:wght@300;400;600;700&display=swap");
html {
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  font-family: "Hind", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.65);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #242424;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: #a00f18;
}

input[type=email], input[type=password], input[type=text], input[type=tel] {
  box-shadow: none;
  height: 38px;
  outline: none;
  font-size: 14px;
}
input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #a00f18;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #a00f18;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 1rem 2.5rem 0.8rem;
  text-transform: uppercase;
  border-radius: 0;
  transition: 0.3s;
}
.btn.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main, .btn-small, .btn-transparent {
  background: #a00f18;
  color: #fff;
  transition: all 0.2s ease;
}
.btn-main:hover, .btn-small:hover, .btn-transparent:hover {
  background: #f52626;
  color: #fff;
}

.btn-solid-border {
  border: 2px solid #a00f18;
  background: transparent;
  color: #242424;
}
.btn-solid-border:hover {
  border: 2px solid #a00f18;
  background: #a00f18;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #a00f18;
}
.btn-transparent:hover {
  background: transparent;
  color: #a00f18;
}

.btn-large {
  padding: 20px 45px;
}
.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 13px 25px 10px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #f5f8f9;
}

.bg-primary {
  background: #a00f18;
}

.bg-primary-dark {
  background: #f52626;
}

.bg-primary-darker {
  background: #dd0b0b;
}

.bg-dark {
  background: #242424;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 50px 0;
}

.section-sm {
  padding: 70px 0;
}

a.btn.btn-main.black-btn {
    background:#1e1e1e;
	
}

footer.footer.section img.logo-part {
    width: 180px;
}

img{
	max-width:100%;
}

section.section.jog-section .row {
    margin: 0;
}

section.section.jog-section .job-img {
    padding: 0;
}

footer.footer.section {
    background: #1e1e1e;
}

.section-title .title {
  font-size: 50px;
  line-height: 50px;
}
.section-title p {
  color: #666;
  font-family: "Poppins", sans-serif;
}

.subtitle {
  color: #a00f18;
  font-size: 14px;
  letter-spacing: 1px;
}

.overly, .hero-img, .cta, .slider, .page-title {
  position: relative;
}
.overly:before, .hero-img:before, .cta:before,  .page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}

.overly-2, .latest-blog, .cta-block, .bg-counter {
  position: relative;
}
.overly-2:before, .latest-blog:before, .cta-block:before, .bg-counter:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-color {
  color: #a00f18;
}

.text-black {
  color: #242424;
}

.text-color2 {
  color: #c54041;
}

.text-color2 {
  color: #b99769;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #dc2a27;
  text-decoration: none;
}

a:focus, a:hover {
  color: #a00f18;
  text-decoration: none;
}

a:focus {
  outline: none;
}
.content-space .table table tr td a {
    color: #dc2a27 !important;
}

.content-space .table table tr td a:hover {
    color: #a00f18 !important;
}
.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 100px 0;
}
.page-title .block h1 {
  color: #fff;
}
.page-title .block p {
  color: #fff;
}

.page-wrapper {
  padding: 70px 0;
}

#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}
#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}
#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}
#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}
#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}
#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}
#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}

/*--
	features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}
#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}


img.logo-part {
    width: 320px;
}
section.section.intro {
    background: #fff;
    margin-bottom:20px; 
    /*background: #f4f4f4;*/
}

.container.image_content_section span p {
    text-align: center;
    color: #000;
}

#navbar {
      background: #181818;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#navbar li {
  padding-left: 5px;
}

.top-section{background:#a00f18; padding:5px;}
.top-section p{margin:0; color:#fff; padding:2px; text-align:center; font-size:16px;}


/*@media (min-width: 1000px) {.carpentry .carpentry-table.\35{position:relative; top:190px;}.carpentry .carpentry-table.\36{position:relative; top:-121px;}.carpentry .carpentry-table.\37{position:relative; top:-121px;}.carpentry .carpentry-table.\38{position:relative; top:0px;}.carpentry .carpentry-table.\39{position:relative; top:0px;}.carpentry  .carpentry-table.\31 0{position:relative; top:0px;}.electrical-commercial_inside_wireman .carpentry-table.\35 2{position:relative; top:342px;}.electrical-commercial_inside_wireman .carpentry-table.\35 3{position:relative; top:343px;}.electrical-commercial_inside_wireman .carpentry-table.\35 4{position:relative; top:-497px;}.electrical-commercial_inside_wireman .carpentry-table.\35 5{position:relative; top:-498px;}#level3 .electrical-commercial_inside_wireman .carpentry-table.\31 9 tr:last-child{position:relative; top:320px;}#level3 .electrical-commercial_inside_wireman .carpentry-table.\32 0{position:relative; top:-320px;}#level3 .electrical-commercial_inside_wireman .carpentry-table.\32 1{position:relative; top:320px;}#level3 .electrical-commercial_inside_wireman .carpentry-table.\33 9{position:relative; top:-4470px;}#level3 .electrical-commercial_inside_wireman .carpentry-table.\32 2{position:relative; top:70px;}#level3 .electrical-commercial_inside_wireman .carpentry-table.\32 3{position:relative; top:70px;}.electrical-residential_wireman .carpentry-table.\34 3{position:relative; top:340px;}.electrical-residential_wireman .carpentry-table.\34 4{position:relative; top:340px;}.electrical-residential_wireman .carpentry-table.\34 5{position:relative; top:-496px;}.electrical-residential_wireman .carpentry-table.\34 6{position:relative; top:-496px;}#level2 .carpentry .carpentry-table.\35{position:relative; top:inherit;}#level2  .carpentry .carpentry-table.\36{position:relative; top:inherit;}#level2  .carpentry .carpentry-table.\37{position:relative; top:inherit;}#level2  .carpentry .carpentry-table.\38{position:relative; top:inherit;}#level2  .carpentry .carpentry-table.\39{position:relative; top:inherit;}#level2  .carpentry  .carpentry-table.\31 0{position:relative; top:inherit;}}*/

@media (max-width: 992px) {
  #navbar li {
    padding-left: 0;
  }
}
#navbar .nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
}
#navbar .nav-link:hover, #navbar .nav-link:focus,
#navbar .active .nav-link {
  /*color: #a00f18;*/
  color:#fff;
}
#navbar .btn {
  padding: 0.7rem 1.5rem 0.5rem;
  color: #fff;
}
@media (max-width: 992px) {
  #navbar .btn {
    margin: 15px 0 10px;
  }
}

.header-top {
      background: #a00f18;
  color: #919194;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.header-top .header-top-socials {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px 0px;
}
.header-top .header-top-socials {
  margin-left: -8px;
}
.header-top .header-top-socials a {
  color: #fff;
  margin-right: 8px;
  font-size: 16px;
  padding: 0 8px;
}

.header-top .header-top-info {
  color: #919194;
  font-size: 16px;
}
.header-top .header-top-info a span {
  color: #fff;
}
.header-top .header-top-info a {
  margin-left: 35px;
  color: #919194;
}

.navbar-toggler {
  padding: 0;
  font-size: 1.5rem;
  color: #fff;
}
.navbar-toggler:focus {
  outline: 0;
}

.navbar-brand {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}
.navbar-brand span {
  color: #a00f18;
}

.dropdown-menu {
  padding: 0px;
  border: 0;
  border-radius: 0px;
}
@media (max-width: 992px) {
  .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.dropdown-menu li:first-child {
  margin-top: 5px;
}
.dropdown-menu li:last-child {
  margin-bottom: 5px;
}

.dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-menu,
.dropright .dropdown-menu {
  margin: 0;
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 10px;
  vertical-align: 1px;
}

.dropleft .dropdown-toggle::before {
  content: "\f053";
  margin-right: 5px;
}

.dropright .dropdown-toggle::after {
  content: "\f054";
  margin-left: 5px;
}

.dropdown-item {
  padding: 0.8rem 1.5rem 0.55rem;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .dropdown-item {
    padding: 0.6rem 1.5rem 0.35rem;
  }
}

.dropdown-submenu.active > .dropdown-toggle,
.dropdown-submenu:hover > .dropdown-item,
.dropdown-item.active,
.dropdown-item:hover {
  background: #a00f18;
  color: #fff;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

@media (min-width: 992px) {
  .dropdown-menu {
    transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    margin-top: 15px;
  }
  .dropdown-menu li:first-child {
    margin-top: 10px;
  }
  .dropdown-menu li:last-child {
    margin-bottom: 10px;
  }
  .dropleft .dropdown-menu,
.dropright .dropdown-menu {
    margin-top: -10px;
  }
  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all 0.45s ease 0s;
    opacity: 1;
  }
}
.bg-1 {
  background: url("../images/bg/home-2.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-2 {
  background: url("../images/bg/home-5.jpg");
  background-size: cover;
}

.slider {
 
  background-size: cover;
  background-position: 10% 0%;
  padding: 0px 0;
  position: relative;
}

.slider img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  object-position: center;
}



.slider .block h1 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
  color: #fff;
}
.slider .block p {
  margin-bottom: 30px;
  color: #b9b9b9;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
.slider .block span {
  letter-spacing: 1px;
}

.intro-item i {
  font-size: 60px;
  line-height: 60px;
}

.color-one {
  color: #a00f18;
}

.color-two {
  color: #00d747;
}

.color-three {
  color: #9262ff;
}

.color-four {
  color: #088ed3;
}

.bg-about {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 45%;
  min-height: 650px;
  background: url("../images/about/home-8.jpg") no-repeat;
  background-size: cover;
}

.about-content {
  padding: 20px 0px 0px 80px;
}
.about-content h4 {
  font-weight: 600;
}
.about-content h4:before {
  position: absolute;
  content: "\f576";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  position: absolute;
  top: 8px;
  left: -65px;
  font-weight: 700;
}

.counter-item .counter-stat {
  font-size: 50px;
}
.counter-item p {
  margin-bottom: 0px;
}

.bg-counter {
  background: url("../images/bg/counter.jpg") no-repeat;
  background-size: cover;
}

.team-img-hover .team-social li a.facebook {
  background: #6666cc;
}

.team-img-hover .team-social li a.twitter {
  background: #3399cc;
}

.team-img-hover .team-social li a.instagram {
  background: #cc66cc;
}

.team-img-hover .team-social li a.linkedin {
  background: #3399cc;
}

.team-img-hover {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.team-img-hover li a {
  display: inline-block;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  border: 2px solid transparent;
  border-radius: 2px;
  text-align: center;
  transform: translateY(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.team-img-hover:hover li a:hover {
  transform: translateY(4px);
}

.team-item:hover .team-img-hover {
  opacity: 1;
  transform: scale(1);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.service-item {
  position: relative;
  padding-left: 80px;
}
.service-item i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 50px;
  opacity: 0.4;
}

.cta {
  background: url("../images/bg/home-3.jpg") fixed 50% 50%;
  background-size: cover;
  padding: 120px 0px;
}

.cta-block {
  background: url("../images/bg/home-3.jpg") no-repeat;
  background-size: cover;
}

.testimonial-item {
  padding: 50px 30px;
}
.testimonial-item i {
  font-size: 40px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}
.testimonial-item .testimonial-text {
  font-size: 20px;
  line-height: 38px;
  color: #242424;
  margin-bottom: 30px;
  font-style: italic;
}
.testimonial-item .testimonial-item-content {
  padding-left: 65px;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

.hero-img {
  background: url("../images/bg/home-5.jpg");
  position: absolute;
  content: "";
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
}

.h70 {
  height: 55%;
}

.lh-45 {
  line-height: 45px;
}

.pricing-header h1 {
  font-size: 70px;
  font-weight: 300;
}

.pricing .btn-solid-border {
  border-color: #dedede;
}
.pricing .btn-solid-border:Hover {
  border-color: #a00f18;
}

.portflio-item .portfolio-item-content {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.35s ease;
}
.portflio-item:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.35s ease;
  overflow: hidden;
}
.portflio-item:hover:before {
  opacity: 1;
}
.portflio-item:hover .portfolio-item-content {
  opacity: 1;
  bottom: 20px;
  right: 30px;
}
.portflio-item .overlay-item {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #a00f18;
  opacity: 0;
  transition: all 0.35s ease;
}
.portflio-item:hover .overlay-item {
  opacity: 1;
}

.contact-form-wrap .form-group {
  padding-bottom: 15px;
  margin: 0px;
}
.contact-form-wrap .form-group .form-control {
  background: #f5f8f9;
  height: 48px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}
.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}
.contact-form-wrap .form-group-2 textarea {
  background: #f5f8f9;
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.address-block li {
  margin-bottom: 10px;
}
.address-block li i {
  font-size: 20px;
  width: 20px;
}

.social-icons li {
  margin: 0 6px;
}
.social-icons i {
  margin-right: 15px;
  font-size: 25px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 450px;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog-item-content h3 {
  line-height: 36px;
}
.blog-item-content h3 a {
  transition: all 0.4s ease 0s;
}
.blog-item-content h3 a:hover {
  color: #a00f18 !important;
}

.lh-36 {
  line-height: 36px;
}

.tags a {
  background: #f5f8f9;
  display: inline-block;
  padding: 8px 23px;
  border-radius: 38px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  text-transform: capitalize;
}

.pagination .nav-links a,
.pagination .nav-links span.current {
  font-size: 20px;
  font-weight: 500;
  color: #c9c9c9;
  margin: 0 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.pagination .nav-links span.current,
.pagination .nav-links a.next,
.pagination .nav-links a.prev {
  color: #242424;
}

h3.quote {
  font-size: 24px;
  line-height: 40px;
  font-weight: normal;
  padding: 0px 25px 0px 85px;
  margin: 65px 0 65px 0 !important;
  position: relative;
}
@media (max-width: 768px) {
  h3.quote {
    padding: 0;
    padding-left: 20px;
  }
}

h3.quote::before {
  content: "";
  width: 55px;
  height: 2px;
  background: #a00f18;
  position: absolute;
  top: 25px;
  left: 0;
}
@media (max-width: 768px) {
  h3.quote::before {
    top: 5px;
    width: 2px;
    height: 35px;
  }
}

.nav-posts-title {
  line-height: 25px;
  font-size: 18px;
}

.latest-blog {
  position: relative;
  padding-bottom: 150px;
}

.mt-70 {
  margin-top: -70px;
}

.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/*=================================================================
  Single Blog Page
==================================================================*/
.post.post-single {
  border: none;
}
.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}
.post-comments .media {
  margin-top: 20px;
}
.post-comments .media > .pull-left {
  padding-right: 20px;
}
.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}
.post-comments .comment-author a {
  color: #a00f18;
  font-size: 14px;
  text-transform: uppercase;
}
.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}
.post-comments .comment-button {
  color: #a00f18;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}
.post-comments .comment-button:hover {
  color: #a00f18;
}

.post-excerpt {
  margin-bottom: 60px;
}
.post-excerpt h3 a {
  color: #000;
}
.post-excerpt p {
  margin: 0 0 30px;
}
.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}
.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #a00f18;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}
.next-prev a {
  color: #000;
}
.next-prev a:hover {
  color: #a00f18;
}
.next-prev .prev-post i {
  margin-right: 10px;
}
.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}
.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}
.social-profile ul li a i:hover {
  color: #a00f18;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}
.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}
.comment-wrap .author-avatar {
  margin-right: 10px;
}
.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}
.comment-wrap .media .media-heading a {
  color: #a00f18;
  font-size: 13px;
}
.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}
.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}
.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}
.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #a00f18;
}
.comment-reply-form textarea, .comment-reply-form .btn-main, .comment-reply-form .btn-transparent, .comment-reply-form .btn-small {
  height: auto;
}

.widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}
.widget .widget-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
}
.widget.widget-latest-post .media .media-object {
  width: 100px;
  height: auto;
}
.widget.widget-latest-post .media .media-heading a {
  color: #242424;
  font-size: 16px;
}
.widget.widget-latest-post .media p {
  font-size: 12px;
  color: #808080;
}
.widget.widget-category ul li {
  margin-bottom: 10px;
}
.widget.widget-category ul li a {
  color: #837f7e;
  transition: all 0.3s ease;
}
.widget.widget-category ul li a:before {
  padding-right: 10px;
}
.widget.widget-category ul li a:hover {
  color: #a00f18;
  padding-left: 5px;
}
.widget.widget-tag ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
}
.widget.widget-tag ul li a {
  color: #837f7e;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #dedede;
  border-radius: 30px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.widget.widget-tag ul li a:hover {
  color: #fff;
  background: #a00f18;
  border: 1px solid #a00f18;
}

.footer {
  padding-bottom: 10px;
}
.footer .copyright a {
  font-weight: 600;
  padding: 0 10px;
  color: #ffff;
}

footer.footer.section li {
    color: #ffff;
}


.lh-35 {
  line-height: 35px;
}

.logo {
  color: #242424;
  font-weight: 600;
  letter-spacing: 1px;
}
.logo span {
  color: #a00f18;
}

.sub-form {
  position: relative;
}
.sub-form .form-control {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f8f9;
}

.footer-btm {
  border-top: 1px solid #fafafa;
}

.footer-socials li a {
  margin-left: 15px;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  height: 40px;
  width: 40px;
  background: #a00f18;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}
@media (max-width: 480px) {
  .scroll-to-top {
    bottom: 15px;
    right: 15px;
  }
}
.scroll-to-top:hover {
  background-color: #333;
}

/*=== MEDIA QUERY ===*/
@media (max-width: 992px) {
  .slider .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .bg-about {
    display: none;
  }
  section.about {
    border: 1px solid #dee2e6;
    border-left: 0;
    border-right: 0;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .navbar-toggler {
    color: #fff;
  }
  .bg-about {
    display: none;
  }
  .slider .block h1 {
    font-size: 48px;
    line-height: 62px;
  }
  .blog-item-meta span {
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .header-top .header-top-info a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-toggler {
    color: #fff;
  }
  .slider .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 400px) {
  .header-top .header-top-info a {
    display: block;
  }
  .navbar-toggler {
    color: #fff;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .bg-about {
    display: none;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .text-lg {
    font-size: 3rem;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
/*# sourceMappingURL=style.css.map */




div#subs-btn a.nav-link {
    font-size: 12px;
    background: #a00f18;
    border-radius: 3px;
    text-align: center;
    padding: 0.5rem 1rem;
	margin:3px 0;
}


div#subs-btn {
    margin-left: auto;
}



.same-color {
    color: #a00f18;
}

.top-sec {
    border-bottom: 1px solid #fff;
}

.top-botm-sec {
    border-bottom: 3px solid #a00f18;
}


.top-botm-sec ul.navbar-nav {
    /* padding: 10px 0; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.top-botm-sec ul.navbar-nav a.nav-link {
    border-right: 1px solid white;
    
}

#navbar .nav-link.last-child {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 3px;
    color: #d5792a;
}



.btn-design-part input.form-control {
    text-align: center;
    background: #333;
    color: #fff;
}

.form-design {
    padding: 20px;
    background: #a00f18;
    border-radius: 50px;
}

.form-design label {
    color: #fff;
}


.job-section .section-title h4.grid-listing {
    margin: 0;
    font-size: 18px;
}

.job-section .section-title p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}


.no-pading {
    padding: 0;
	position: relative;
}





.no-pading img {
    width: 100%;
    float: left;
  
}

.same-row .section-title {
    padding-top: 10px;
    padding-bottom: 10px;
}

.same-row {
    display: flex;
    flex-wrap: wrap;
    background: #f2f2f2;
	    align-items: center;
}



.same-row a.btn.btn-main.black-btn {
    padding: 8px 30px;
    width: auto;
}

.top-botom-space {
    padding-top: 45px;
    padding-bottom: 45px;
}

section.section.work-section {
    padding-bottom: 20px !important;
}
/*
section.section.job-section {
    padding-bottom: 50px ;
}*/

section.section.job-section {
    padding-top: 0 !important;
}


.no-pading:after {
    position: absolute;
    right: 12px;
    content: "";
    width: 4px;
    height: 120%;
    background: #a00f18;
    transform: rotate(8deg);
    top: -10%;
}


footer {
    display: block;
    width: 100%; float:left;
    margin: 0 auto;
	margin-top: 20px;
    z-index: 100
}

footer.uncover {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: left .33s cubic-bezier(.694,.0482,.335,1);
    -moz-transition: left .33s cubic-bezier(.694,.0482,.335,1);
    -o-transition: left .33s cubic-bezier(.694,.0482,.335,1);
    -ms-transition: left .33s cubic-bezier(.694,.0482,.335,1);
    transition: left .33s cubic-bezier(.694,.0482,.335,1);
    -webkit-backface-visibility: hidden
}

body.paspartu_enabled footer.uncover {
    z-index: 98
}

.boxed footer {
    width: 100%!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.right_side_menu_opened footer.uncover {
    left: -270px
}

footer .container_inner {
    position: relative
}

.footer_top_holder {
    display: block;
    background-color: #262626;
    position: relative
}

.footer_top {
    padding: 72px 0 52px
}

.footer_bottom_border.in_grid,.footer_top_border.in_grid {
    width: 1100px;
    margin: 0 auto
}

.footer_top.footer_top_full {
    padding: 48px 24px
}

.footer_top h5 {
    color: #fff;
    margin: 0 0 22px
}

.footer_top ul {
    list-style: none
}

.footer_top .textwidget,.footer_top a,.footer_top li,.footer_top p,.footer_top span {
    color: #818181;
    word-wrap: break-word
}

.footer_top a:not(.qbutton) {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out
}

.footer_top a:hover {
    color: #fff!important
}

.footer_top .four_columns .column2 .column_inner>div,.footer_top .three_columns .column2 .column_inner>div,.footer_top .two_columns_50_50 .column2 .column_inner>div {
    margin: 0 0 0 15px
}

.footer_top .four_columns .column3 .column_inner>div,.footer_top .three_columns .column3 .column_inner>div {
    margin: 0 0 0 10px
}

.footer_top .four_columns .column4 .column_inner>div {
    margin: 0 0 0 5px
}

.footer_top .widget_nav_menu li.menu-item a {
    margin-bottom: 0
}

.footer_top .widget_meta>ul>li,.footer_top .widget_nav_menu ul li,.footer_top .widget_pages ul li,.footer_top .widget_recent_comments>ul>li,.footer_top .widget_recent_entries>ul>li {
    padding: 0 0 17px;
    position: relative
}

.footer_top .widget_nav_menu ul li ul,.footer_top .widget_pages ul li ul {
    padding: 0 0 0 10px
}

.footer_top .widget_meta>ul>li>a,.footer_top .widget_nav_menu ul li a,.footer_top .widget_pages>ul>li>a,.footer_top .widget_recent_comments>ul>li>a,.footer_top .widget_recent_entries>ul>li>a,.footer_top .widget_recent_entries>ul>li>span {
    display: block
}

.footer_top .widget_recent_entries>ul>li>span {
    color: #9d9d9d
}

.footer_bottom_holder {
    display: block;
    background-color: #1b1b1b
}

.footer_top_holder svg.angled-section polygon {
    fill: #1b1b1b
}

.footer_bottom {
    display: table-cell;
    font-size: 12px;
    line-height: 22px;
    height: 53px;
    width: 1%;
    vertical-align: middle
}

#pp_full_res .pp_inline,.footer_bottom_columns.three_columns .column1 .footer_bottom,.footer_bottom_columns.three_columns .column1 .footer_bottom ul,.footer_bottom_columns.two_columns_50_50 .column1 .footer_bottom,.footer_bottom_columns.two_columns_50_50 .column1 .footer_bottom ul,.pp_content_container {
    text-align: left
}

.footer_bottom_columns.three_columns .column3 .footer_bottom,.footer_bottom_columns.three_columns .column3 .footer_bottom ul,.footer_bottom_columns.two_columns_50_50 .column2 .footer_bottom,.footer_bottom_columns.two_columns_50_50 .column2 .footer_bottom ul {
    text-align: right
}

.footer_bottom p,.footer_bottom span {
    margin: 0
}

.footer_bottom .footer_text_title {
    display: none
}

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

.footer_bottom ul li {
    display: inline-block;
    margin-right: 46px
}

#back_to_top .hover,.right_side_menu_opened #back_to_top {
    display: none
}

.footer_bottom ul li:last-child {
    margin-right: 0
}

.footer_bottom ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 13px;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.footer_bottom ul li a:hover,.footer_top .q_social_icon_holder i.simple_social,.footer_top .q_social_icon_holder span.simple_social,.separator_with_icon,.side_menu .q_social_icon_holder i.simple_social,.side_menu .q_social_icon_holder span.simple_social {
    color: #818181
}

.footer_top .q_social_icon_holder i.simple_social,.footer_top .q_social_icon_holder span.simple_social {
    margin-right: 16px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.footer_top .q_social_icon_holder:hover i.simple_social,.footer_top .q_social_icon_holder:hover span.simple_social,.side_menu .q_social_icon_holder:hover i.simple_social,.side_menu .q_social_icon_holder:hover span.simple_social {
    color: #fff!important
}

.footer_top .q_social_icon_holder.normal_social {
    margin: 0
}

.footer_top .q_social_icon_holder:last-child i.simple_social,.footer_top .q_social_icon_holder:last-child span.simple_social {
    margin-right: 0
}

.footer_top .button {
  background: #6f828b;
  margin : 10px auto;
  width : 100%;
  height : 50px;
  overflow: hidden;
  text-align : center;
  transition : .2s;
  cursor : pointer;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0,0,0,.2);
}
.footer_top .btnTwo {
  position : relative;
  width : 220px;
  height : 100px;
  margin-top: -100px;
  padding-top: 2px;
  background : #a00f18;
  left : -250px;
  transition : .3s;
}
.footer_top .btnText {
  color : white;
  transition : .3s;
  line-height: 50px;
}
.footer_top .btnText2 {
  margin-top : 43px;
  margin-right : -130px;
  color : #FFF;
}
.footer_top .button:hover .btnTwo{ /*When hovering over .button change .btnTwo*/
  left: -130px;
}
.footer_top .button:hover .btnText{ /*When hovering over .button change .btnText*/
  margin-left : 65px;
}
.footer_top .button:active { /*Clicked and held*/
  box-shadow: 0px 5px 6px rgba(0,0,0,0.3);
}

.footer_bottom .textwidget {
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
}

.footer_bottom .textwidget a {
    color: white;
}

div#subs-btn a.nav-link:hover {
    color: #fff;
}

.style_heading{
	text-align:center;
	padding:10px;
}

/* .footer_inner.clearfix { */
    /* margin-top: 50px; */
/* } 

.navigation {
    margin-bottom: 50px;
}*/

input.btn.btn-success.btn-send, a.btn.btn-primary.forgot_password, input.btn.btn-primary
{	font-size: 17px;
    font-weight: 500;
    background: #a00f18;
    border-radius: 3px;
    padding: 0rem 2.5rem 0.8rem;
    padding: 0.8rem 1.5rem 0.8rem;
    margin: 3px 0;
    text-transform: uppercase;
    transition: 0.3s;
    border: 0px;
}
	}
	button.btn.btn-primary.btn-block.btn-lg.gradient-custom-4.text-body{	
	font-size: 20px;
    font-weight: 500;
    background: #a00f18;
    border-radius: 3px;
    text-align: center;
    padding: 1rem 2.5rem 0.8rem;
    margin: 3px 0;
	text-transform: uppercase;
	transition: 0.3s;
	border: 0px;
	color: #fff !important;
	}
	
#contact-form .form-group {
	float: left;
    width: 100%;
	}
  .image_Section {
    float: left;
    width: 100%;    margin: 25px 0;
  }
  
 .main_heading {
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    letter-spacing: -2px;
    text-align: left;
    background: #a00f18;
    padding: 14px;
}
 .main_heading h4 {
	font-size: 50px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    letter-spacing: -2px;
    text-align: center;
    padding: 10px 0 10px;
	}

h2.section.full_width {color:#fff;}	

.qbutton.qode-button-shadow {
    height: 58px;
    line-height: 58px;
    font-size: 23px;
    padding: 15px 50px;
	font-style: normal;
    font-weight: 600;
    background-color: #a00f18;
    color: #ffffff;
}
.main_content{ 
float:left; 
width:100%;
/*box-shadow: -3px 0px 15px 1px rgba(0, 0, 0, 0.08);*/
margin-top:40px;
}

.print_category .print_sections {
    margin-left: 10px;
}
.print_category .print_sections {
    margin-right: 10px;
}
.btn:focus {
    color: #fff;
}

.section2.intro p {
    width: 100%;
    text-align: justify;    margin-top: 15px;
}
.section.full_width {
	font-size: 35px;
    
    font-style: normal;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    
    background-color: #a00f18;
    
    margin: 10px 0px 10px;
    text-align: center;
}
.section.full_width h2{  color: #fff;   }
  .section1 img{ padding: 12px 11px !important;}
.section2 h2.section.full_width {
    font-size: 21px;
    padding: 12px 11px !important;
    line-height: initial;
}    
  
.carpentary-tab .tab{
  
	background: transparent;
}


.carpentary-tab .nav-tabs {
    border-bottom: none;
    justify-content: center;
    background: transparent;
    margin-bottom: 16px;
}

.carpentary-tab .tab .nav-tabs li {
    margin-bottom: 0px;
    margin-right: 0px;
    background: #ffd2d5;
    position: relative;
}

.carpentary-tab .tab .nav-tabs li.active:after {
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 13px solid #a00f18;
    position: absolute;
    content: "";
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}



.carpentary-tab .tab .nav-tabs li a {
    font-size: 15px;
    color: #808080;
    outline: none;
    margin-right: 0px;
    padding: 14px 33px 14px;
    border-radius: 0;
    text-transform: uppercase;
    display: inline-block;
    color: #a00f18;
    font-weight: 600;
}
.carpentary-tab .tab .nav-tabs li a:hover,
.carpentary-tab .tab .nav-tabs li.active a{
    background:#a00f18;
    color:#fff;
}
.carpentary-tab .tab .tab-content {
    color: #5a5c5d;
   
    border-top: 6px solid #a00f18;
	background: #f4f4f4;
}
  


@media only screen and (max-width: 480px){
    .carpentary-tab .tab .nav-tabs > li{ width:100%; }
}


.image_content_section {
    background-image: url(../images/bottom-img.jpg);
    padding: 100px 0;
    margin-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
	    text-align: center;
}

.image_content_section  p {
    text-align: center;
    color: #fff;
    font-size: 28px;
}
 
 
 .carpentry-table table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  /* table-layout: fixed;*/
}

.carpentry-table td, .carpentry-table th {
	border: 1px solid #cbcbcb; 
  border-bottom: 2px solid #008240;
  text-align: left;
  padding: 8px;
}   

.carpentry-table th {
    background: #fff !important;
}

.carpentry-table-main {
    border: 2px solid #008240;
	border-bottom: none;
}

.carpentry-table tr:nth-child(even) {
  /*background-color: #dddddd;*/
}


.carpentry-table h1 {
    text-align: center;
    /*background: #008240;*/
    background: #73cd46;
    color: #fff;
    padding: 10px;
    margin: 0 0 0 0;
	    font-size: 22px;
    text-align: left;

}
.carpentry .carpentry-table h1{background:#008240;}
.carpentry-table h2 {
    text-align: center;
    padding: 8px;
    margin: 0 0 0 0;
	font-size: 22px;
    text-align: left;

}
.carpentry-table tr:nth-child(even) td {
    border: 1px solid #cbcbcb;
	/*border-bottom: 2px solid #008240;*/
	border-bottom: 2px solid #73cd46;
	background:#f4f4f4;
}
.carpentry-table tr:nth-child(odd) td {
    border: 1px solid #cbcbcb;
	border-bottom: 2px solid #73cd46;
	background:#f4f4f4;
}

.carpentry-table-main .carpentry-table:nth-child(odd) {
    background: #fff;
}

.carpentry-table-main .carpentry-table {
    /*background: #d1e6d6;*/
}

.content-space {
    padding: 30px 30px;
}

.content-space .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    width: calc(100% + 60px);
    margin: 0 -30px;
    background: #efefef;
}

.content-space .table table {
    width: 100%;
}

.content-space .table table tbody tr:first-child {
      background: #008240;
    color: #fff;
    text-align: left;
    font-size: 22px;
}

 .content-space .table td, .content-space .table th {
    padding: 14px 20px 10px;
    vertical-align: top;
    border: 2px solid #ffffff;
}

/*-03-06-23--16---*/
.policy-infromation .accordion-item .accordion-button {
    padding: 0px 20px !important;
    /*text-transform:uppercase;*/
}
.policy-infromation .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #a00f18;
   
}
.policy-infromation .accordion-button:focus {
   
    border-color: #a00f18;
   box-shadow: none !important;
}
.policy-infromation .accordion-button:not(.collapsed)::after {
    background-image: url("https://citctrade.dkode.technology/images/download1.png")!important;
    
}
/*-03-06-23-----*/

.image_section:before {
    position: absolute;
    content: "";
    right: -7px;
    width: 45px;
    height: 100%;
    background: #f2f2f2;
    transform: skewX(-8deg);
}

.no-pading:after {
 
    right: 35px;
    
}

.image_section img {
    padding-right: 14px;
	height: 257px;
    object-fit: cover;
}

/*-20-6-23-css--*/

/*--CARPENTRY-PAGE--Glaziers-PAGE----*/
div#MTc\= .carpentary-tab .carpentry-table-main table tbody tr td{
    border-bottom: 2px solid #008240 !important;
   
}
div#MTc\= .carpentary-tab .carpentry-table-main table tbody tr:nth-child(odd) td {
    border: 1px solid #cbcbcb;
}

.MTc\= {
     background: #008240 !important;
     /*background: #73cd46 !important;*/
}
div#MTc\= .carpentary-tab .tab .nav-tabs li {
    background: #d1e6d6;
    /*background: #dcf2d1;*/
 }
div#MTc\= .carpentary-tab .tab .nav-tabs li a{
    
    color: #000000;
 }
 
 div#MTc\= .carpentary-tab .tab .nav-tabs li a:hover, div#MTc\= .carpentary-tab .tab .nav-tabs li.active a{
    background: #008240;
    /*background: #73cd46;*/
    color: #fff;
}
 div#MTc\= .carpentary-tab .tab .nav-tabs li.active:after {
   
  border-bottom: 13px solid #008240;
   
 }
 div#MTc\= .carpentary-tab .tab .tab-content {
   
    border-top: 6px solid #008240;
   
}
 
div#MTc\= .content-space .table table tbody tr:first-child{
    background: #008240 !important;
 }

div#MTc\= .carpentary-tab .table tr:nth-child(2) td{
    background: black;
    color: #fff;
}
div#MTc\= .content-space .table td, div#MTc\= .content-space .table th {
   
    border: 1px solid #008240;
}
div#MTc\= .content-space .table tr:nth-child(odd)
 {
    background: #fff;
}
div#MTc\= .content-space .table tr:nth-child(even){
    background: #d1e6d6;
}


/*--CARPENTRY-PAGE-------*/








/*--glazier----*/
div#MjY\= .carpentary-tab .carpentry-table-main table tbody tr td{
    border-bottom: 2px solid #008240 !important;

}
div#MjY\= .carpentary-tab .carpentry-table-main table tbody tr:nth-child(odd) td {
    border: 1px solid #cbcbcb;
}

.MzA\={
background: #73cd46 !important;
}

div#MzA\= .carpentary-tab .tab .nav-tabs li {
  background: #dcf2d1;
 }

div#MzA\= .carpentary-tab .tab .nav-tabs li a {
    
    color: #000000;
 }
 

div#MzA\= .carpentary-tab .tab .nav-tabs li a:hover, div#MzA\= .carpentary-tab .tab .nav-tabs li.active a {
 background: #73cd46;
    color: #fff;
}

 div#MzA\= .carpentary-tab .tab .nav-tabs li.active:after{
   
    /*border-bottom: 13px solid #008240;*/
    border-bottom: 13px solid #73cd46;
 }


 div#MzA\= .carpentary-tab .tab .tab-content  {
   
    /*border-top: 6px solid #008240;*/
    border-top: 6px solid #73cd46;
}
 

div#MzA\= .content-space .table table tbody tr:first-child {
    background: #008240 !important;
 }


div#MzA\= .carpentary-tab .table tr:nth-child(2) td {
    background: black;
    color: #fff;
}

div#MzA\= .content-space .table td, div#MzA\= .content-space .table th  {
   
    border: 1px solid #73cd46;
}

div#MzA\= .content-space .table tr:nth-child(odd)
 {
    background: #fff;
}

div#MzA\= .content-space .table tr:nth-child(even) {
    background: #d1e6d6;
}




div#MzA\=  .content-space table:last-child tbody tr:first-child {
    background: #73cd46;
    color: #fff;
    text-align: left;
    font-size: 22px;
}

div#MzA\= .carpentry-table-main .carpentry-table table tbody tr th {
    border-bottom: 2px solid #73cd46;
}

/*--glazier-PAGE-------*/












/*--Commercial Inside Wireman--and-Electrical: Low Energy--RESIDENTIAL WIREMAN--*/
div#Mjc\= .carpentary-tab .carpentry-table-main table tbody tr td,
div#MTE\= .carpentary-tab .carpentry-table-main table tbody tr td,
div#MTU\= .carpentary-tab .carpentry-table-main table tbody tr td{
    border-bottom: 2px solid #008240 !important;
}
div#Mjc\= .carpentary-tab .carpentry-table-main table tbody tr:nth-child(odd) td,
div#MTE\= .carpentary-tab .carpentry-table-main table tbody tr:nth-child(odd) td,
div#MTU\= .carpentary-tab .carpentry-table-main table tbody tr:nth-child(odd) td{
    border: 1px solid #cbcbcb;
}

div#MTU\= .carpentry-table-main {
    border: 1px solid #8e3a82 !important;
   
}
div#MTE\= .carpentry-table-main {
    border: 1px solid #636366 !important;
   
}
div#Mjc\= .carpentry-table-main {
    border: 1px solid #ee1d23 !important;
   
}

.MTQ\=,.MjY\=,.Mjc\= {
     background: #ee1d23 !important;
}
div#MTQ\= .carpentary-tab .tab .nav-tabs li,
div#MjY\= .carpentary-tab .tab .nav-tabs li,
div#Mjc\= .carpentary-tab .tab .nav-tabs li {
    background: #fcd2c0;
 }
div#MTQ\= .carpentary-tab .tab .nav-tabs li a,
div#MjY\= .carpentary-tab .tab .nav-tabs li a,
div#Mjc\= .carpentary-tab .tab .nav-tabs li a{
    
    color: #000000;
 }
 
 div#MTQ\= .carpentary-tab .tab .nav-tabs li a:hover, div#MTQ\= .carpentary-tab .tab .nav-tabs li.active a,
 div#MjY\= .carpentary-tab .tab .nav-tabs li a:hover, div#MjY\= .carpentary-tab .tab .nav-tabs li.active a,
 div#Mjc\= .carpentary-tab .tab .nav-tabs li a:hover, div#Mjc\= .carpentary-tab .tab .nav-tabs li.active a {
    background: #ee1d23;
    color: #fff;
}
div#MTQ\= .carpentary-tab .tab .nav-tabs li.active:after,
div#MjY\= .carpentary-tab .tab .nav-tabs li.active:after,
div#Mjc\= .carpentary-tab .tab .nav-tabs li.active:after {
   
    border-bottom: 13px solid #ee1d23;
   
}
div#MTQ\= .carpentary-tab .tab .tab-content,
div#MjY\= .carpentary-tab .tab .tab-content,
div#Mjc\= .carpentary-tab .tab .tab-content {
   
    border-top: 6px solid #ee1d23;
}


div#MTQ\= .content-space .table table tbody tr:first-child,
div#MjY\= .content-space .table table tbody tr:first-child,
div#Mjc\= .content-space .table table tbody tr:first-child  {
    background: #ee1d23 !important;
 }

div#MTQ\= .carpentary-tab .table tr:nth-child(2) td,
div#MjY\= .carpentary-tab .table tr:nth-child(2) td ,
div#Mjc\= .carpentary-tab .table tr:nth-child(2) td{
    background: black;
    color: #fff;
}
div#MTQ\= .content-space .table td, div#MTc\= .content-space .table th,
div#MjY\= .content-space .table td, div#MjY\= .content-space .table th,
div#Mjc\= .content-space .table td, div#Mjc\= .content-space .table th {
   
    border: 1px solid #ee1d23;
}
div#MTQ\= .content-space .table tr:nth-child(odd),
div#MjY\= .content-space .table tr:nth-child(odd),
div#Mjc\= .content-space .table tr:nth-child(odd) {
    background: #fff;
}
div#MTQ\= .content-space .table tr:nth-child(even),
div#MjY\= .content-space .table tr:nth-child(even),
div#Mjc\= .content-space .table tr:nth-child(even) {
    background: #fcd2c0;
}
div#MjY\=  .carpentry-table h1,
 div#Mjc\=  .carpentry-table h1{
  background: #ee1d23 !important;
    
}
/*div#MjY\= .carpentry-table-main,div#MjY\= .carpentry-table td, div#MjY\= .carpentry-table th ,
div#Mjc\= .carpentry-table-main,div#Mjc\= .carpentry-table td, div#Mjc\= .carpentry-table th {
    border: 1px solid #ee1d23;
    
}*/
div#MjY\= .carpentry-table-main{
	 border: 1px solid #ee1d23;
}

div#MjY\= .carpentry-table-main .carpentry-table:nth-child(even),
div#Mjc\= .carpentry-table-main .carpentry-table:nth-child(even){
	 background: #fcd2c0;
}

/*--Commercial Inside Wireman--and-Electrical: Low Energy-RESIDENTIAL WIREMAN---*/

/*--HEAVY EQUIPMENT OPERATOR----*/

.MTM\= {
     background: #4f3127 !important;
}
div#MTM\= .carpentary-tab .tab .nav-tabs li {
    background: #dbd8d8;
 }
div#MTM\= .carpentary-tab .tab .nav-tabs li a {
  color: #000000;
}
 
 div#MTM\= .carpentary-tab .tab .nav-tabs li a:hover, div#MTM\= .carpentary-tab .tab .nav-tabs li.active a {
    background: #4f3127;
    color: #fff;
}
 div#MTM\= .carpentary-tab .tab .nav-tabs li.active:after {
   
    border-bottom: 13px solid #4f3127;
}
 div#MTM\= .carpentary-tab .tab .tab-content {
   
    border-top: 6px solid #4f3127;
}



div#MTM\= .content-space .table table tbody tr:first-child {
    background: #4f3127 !important;
 }

div#MTM\= .carpentary-tab .table tr:nth-child(2) td {
    background: black;
    color: #fff;
}
div#MTM\= .content-space .table td, div#MTc\= .content-space .table th {
   
    border: 1px solid #4f3127;
}
div#MTM\= .content-space .table tr:nth-child(odd) {
    background: #fff;
}
div#MTM\= .content-space .table tr:nth-child(even) {
    background: #dbd8d8;
}

div#MTM\=  .carpentry-table h1
 {
  background: #4f3127 !important;
    
}
div#MTM\= .carpentry-table-main
 {
    border: 1px solid #4f3127;
    
}

div#MTM\= .carpentary-tab .carpentry-table-main table tbody tr td{
    border-bottom: 2px solid #008240 !important;
}
div#MTM\= .carpentary-tab .carpentry-table-main table tbody tr:nth-child(odd) td{
    border: 1px solid #cbcbcb;
}

div#MTM\= .carpentry-table-main .carpentry-table:nth-child(even)
{
	 background: #dbd8d8;
}

/*--HEAVY EQUIPMENT OPERATOR----*/

/*--HVAC----*/
.MTE\= {
     background: #636366 !important;
}
div#MTE\= .carpentary-tab .tab .nav-tabs li {
    background: #d1d2d4;
 }
div#MTE\= .carpentary-tab .tab .nav-tabs li a {
  color: #000000;
}
 
 div#MTE\= .carpentary-tab .tab .nav-tabs li a:hover, div#MTE\= .carpentary-tab .tab .nav-tabs li.active a {
    background: #636366;
    color: #fff;
}
 div#MTE\= .carpentary-tab .tab .nav-tabs li.active:after {
   
    border-bottom: 13px solid #636366;
}
 div#MTE\= .carpentary-tab .tab .tab-content {
   
    border-top: 6px solid #636366;
}



div#MTE\= .content-space .table table tbody tr:first-child {
    background: #636366 !important;
 }

div#MTE\= .carpentary-tab .table tr:nth-child(2) td {
    background: black;
    color: #fff;
}
div#MTE\= .content-space .table td, div#MTE\= .content-space .table th {
   
    border: 1px solid #636366;
}
div#MTE\= .content-space .table tr:nth-child(odd) {
    background: #fff;
}
div#MTE\= .content-space .table tr:nth-child(even) {
    background: #d1d2d4;
}

div#MTE\=  .carpentry-table h1
 {
  background: #636366 !important;
    
}
div#MTE\= .carpentry-table-main
 {
    border: 1px solid #636366;
    
}

div#MTM\= .carpentary-tab .carpentry-table-main table tbody tr td{
    border-bottom: 2px solid #008240 !important;
}
div#MTM\= .carpentary-tab .carpentry-table-main table tbody tr:nth-child(odd) td{
    border: 1px solid #cbcbcb;
}

div#MTE\= .carpentry-table-main .carpentry-table:nth-child(even)
{
	 background: #d1d2d4;
}
/*--HVAC----*/

/*--LABORER----*/
.MTU\= {
     background: #8e3a82 !important;
}
div#MTU\= .carpentary-tab .tab .nav-tabs li {
    background: #e1cddf;
 }
div#MTU\= .carpentary-tab .tab .nav-tabs li a {
  color: #000000;
}
 
 div#MTU\= .carpentary-tab .tab .nav-tabs li a:hover, div#MTU\= .carpentary-tab .tab .nav-tabs li.active a {
    background: #8e3a82;
    color: #fff;
}
 div#MTU\= .carpentary-tab .tab .nav-tabs li.active:after {
   
    border-bottom: 13px solid #8e3a82;
}
 div#MTU\= .carpentary-tab .tab .tab-content {
   
    border-top: 6px solid #8e3a82;
}



div#MTU\= .content-space .table table tbody tr:first-child {
    background: #8e3a82 !important;
 }

div#MTU\= .carpentary-tab .table tr:nth-child(2) td {
    background: black;
    color: #fff;
}
div#MTU\= .content-space .table td, div#MTU\= .content-space .table th {
   
    border: 1px solid #8e3a82;
}
div#MTU\= .content-space .table tr:nth-child(odd) {
    background: #fff;
}
div#MTU\= .content-space .table tr:nth-child(even) {
    background: #e1cddf;
}

div#MTU\=  .carpentry-table h1
 {
  background: #8e3a82 !important;
    
}
div#MTU\= .carpentry-table-main, div#MTU\= .carpentry-tableth 
 {
    border: 1px solid #8e3a82;
    
}

div#MTU\= .carpentry-table-main .carpentry-table:nth-child(even)
{
	 background: #e1cddf;
}
/*--LABORER----*/

/*--PAINTING----*/

.MTY\= {
     background: #ff5000 !important;
}
div#MTY\= .carpentary-tab .tab .nav-tabs li {
    background: #ffdec8;
 }
div#MTY\= .carpentary-tab .tab .nav-tabs li a {
  color: #000000;
}
 
 div#MTY\= .carpentary-tab .tab .nav-tabs li a:hover, div#MTY\= .carpentary-tab .tab .nav-tabs li.active a {
    background: #ff5000;
    color: #fff;
}
 div#MTY\= .carpentary-tab .tab .nav-tabs li.active:after {
   
    border-bottom: 13px solid #ff5000;
}
 div#MTY\= .carpentary-tab .tab .tab-content {
   
    border-top: 6px solid #ff5000;
}


div#MTY\= .content-space .table table tbody tr:first-child {
    background: #ff5000 !important;
 }

div#MTY\= .carpentary-tab .table tr:nth-child(2) td {
    background: black;
    color: #fff;
}
div#MTY\= .content-space .table td, div#MTY\= .content-space .table th {
   
    border: 1px solid #ff5000;
}
div#MTY\= .content-space .table tr:nth-child(odd) {
    background: #fff;
}
div#MTY\= .content-space .table tr:nth-child(even) {
    background: #ffdec8;
}

div#MTY\=  .carpentry-table h1
 {
  background: #ff5000 !important;
    
}
div#MTY\= .carpentry-table-main 
 {
    border: 1px solid #ff5000;
    
}
div#MTY\= .carpentary-tab .carpentry-table-main table tbody tr td{
    border-bottom: 2px solid #008240 !important;
}
div#MTY\= .carpentary-tab .carpentry-table-main table tbody tr:nth-child(odd) td{
    border: 1px solid #cbcbcb;
}

div#MTY\= .carpentry-table-main .carpentry-table:nth-child(even)
{
	background: #ffdec8;
}
/*--PAINTING----*/

/*--PLUMBING----*/
.MTg\= {
     background: #0072bc !important;
}
div#MTg\= .carpentary-tab .tab .nav-tabs li {
    background: #c6d5ed;
 }
div#MTg\= .carpentary-tab .tab .nav-tabs li a {
  color: #000000;
}
 
 div#MTg\= .carpentary-tab .tab .nav-tabs li a:hover, div#MTg\= .carpentary-tab .tab .nav-tabs li.active a {
    background: #0072bc;
    color: #fff;
}
 div#MTg\= .carpentary-tab .tab .nav-tabs li.active:after {
   
    border-bottom: 13px solid #0072bc;
}
 div#MTg\= .carpentary-tab .tab .tab-content {
   
    border-top: 6px solid #0072bc;
}


div#MTg\= .content-space .table table tbody tr:first-child {
    background: #0072bc !important;
 }

div#MTg\= .carpentary-tab .table tr:nth-child(2) td {
    background: black;
    color: #fff;
}
div#MTg\= .content-space .table td, div#MTg\= .content-space .table th {
   
    border: 1px solid #0072bc;
}
div#MTg\= .content-space .table tr:nth-child(odd) {
    background: #fff;
}
div#MTg\= .content-space .table tr:nth-child(even) {
    background: #c6d5ed;
}

div#MTg\=  .carpentry-table h1
 {
  background: #0072bc !important;
    
}
div#MTg\= .carpentry-table-main 
 {
    border: 1px solid #0072bc;
    
}
div#MTg\= .carpentary-tab .carpentry-table-main table tbody tr td{
    border-bottom: 2px solid #008240 !important;
}
div#MTg\= .carpentary-tab .carpentry-table-main table tbody tr:nth-child(odd) td{
    border: 1px solid #cbcbcb;
}
div#MTg\= .carpentry-table-main .carpentry-table:nth-child(even)
{
	background: #c6d5ed;
}
/*--PLUMBING----*/


/*--Scaffold----*/
.MTk\= {
     background: #809b4c !important;
}
div#MTk\= .carpentary-tab .tab .nav-tabs li {
    background: #e8eada;
 }
div#MTk\= .carpentary-tab .tab .nav-tabs li a {
  color: #000000;
}
 
 div#MTk\= .carpentary-tab .tab .nav-tabs li a:hover, div#MTk\= .carpentary-tab .tab .nav-tabs li.active a {
    background: #809b4c;
    color: #fff;
}
 div#MTk\= .carpentary-tab .tab .nav-tabs li.active:after {
   
    border-bottom: 13px solid #809b4c;
}
 div#MTk\= .carpentary-tab .tab .tab-content {
   
    border-top: 6px solid #809b4c;
}



div#MTk\= .content-space .table table tbody tr:first-child {
    background: #809b4c !important;
 }

div#MTk\= .carpentary-tab .table tr:nth-child(2) td {
    background: black;
    color: #fff;
}
div#MTk\= .content-space .table td, div#MTk\= .content-space .table th {
   
    border: 1px solid #809b4c;
}
div#MTk\= .content-space .table tr:nth-child(odd) {
    background: #fff;
}
div#MTk\= .content-space .table tr:nth-child(even) {
    background: #e8eada;
}

div#MTk\=  .carpentry-table h1
 {
  background: #809b4c !important;
    
}
div#MTk\= .carpentry-table-main 
 {
    border: 1px solid #809b4c;
    
}
div#MTk\= .carpentary-tab .carpentry-table-main table tbody tr td{
    border-bottom: 2px solid #008240 !important;
}
div#MTk\= .carpentary-tab .carpentry-table-main table tbody tr:nth-child(odd) td{
    border: 1px solid #cbcbcb;
}

div#MTk\= .carpentry-table-main .carpentry-table:nth-child(even)
{
	background: #e8eada;
}
/*--Scaffold----*/

/*--SHEET METAL----*/
.MjE\= {
     background: #fec210 !important;
	 
}
.MjE\= h4{
    color:#000;
}
div#MjE\= .carpentary-tab .tab .nav-tabs li {
    background: #fef0d0;
 }
div#MjE\= .carpentary-tab .tab .nav-tabs li a {
  color: #000000;
}
 
 div#MjE\= .carpentary-tab .tab .nav-tabs li a:hover, div#MjE\= .carpentary-tab .tab .nav-tabs li.active a {
    background: #fec210;
    color: #000;
}
 div#MjE\= .carpentary-tab .tab .nav-tabs li.active:after {
   
    border-bottom: 13px solid #fec210;
}
 div#MjE\= .carpentary-tab .tab .tab-content {
   
    border-top: 6px solid #fec210;
}



div#MjE\= .content-space .table table tbody tr:first-child {
    background: #fec210 !important;
	color: #000;
 }

div#MjE\= .carpentary-tab .table tr:nth-child(2) td {
    background: black;
    color: #fff;
}
div#MjE\= .content-space .table td, div#MjE\= .content-space .table th {
   
    border: 1px solid #fec210;
}
div#MjE\= .content-space .table tr:nth-child(odd) {
    background: #fff;
}
div#MjE\= .content-space .table tr:nth-child(even) {
    background: #fef0d0;
}

div#MjE\=  .carpentry-table h1
 {
  background: #fec210 !important;
  color: #000;
    
}
div#MjE\= .carpentry-table-main 
 {
    border: 1px solid #fec210;
    
}
div#MjE\= .carpentary-tab .carpentry-table-main table tbody tr td{
    border-bottom: 2px solid #008240 !important;
}
div#MjE\= .carpentary-tab .carpentry-table-main table tbody tr:nth-child(odd) td{
    border: 1px solid #cbcbcb;
}

div#MjE\= .carpentry-table-main .carpentry-table:nth-child(even)
{
	background: #fef0d0;
}
/*--SHEET METAL----*/



.policy-infromation .accordion-item .accordion-header .accordion-button {
    padding: 10px 20px !important;
    border-radius: 10px !important;
    font-size: 22px;
    font-weight: 800;
}
.policy-infromation .accordion-item {
    margin: 20px 0;
    border: none;
    box-shadow: 0 2px 8px #ddd;
    -webkit-font-smoothing: subpixel-antialiased;
    border-radius: 10px !important;
}

.policy-infromation .accordion-item  .card-body.borclass {
    border: none;
    background: #fbfbfb;
    border-radius: 10px 10px 10px 10px;
}


.Board-details {
    box-shadow: 0 2px 8px #ddd;
    
    padding: 20px;
    position: relative;
   height: 100%;
    background: #fbfbfb;
    border-radius: 10px;
}

.Board-details h3 {
    margin-bottom: 17px;
    color: #a00f18;
}

.Board-details h3 em {
    font-style: normal;
}


.policy-infromation .accordion-item .card-body.borclass b {
    color: #a00f18;
}








.borclass{ border:1px solid #a00f18;}
.topnav {
  overflow: hidden;
  background-color: #e9e9e9;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #2196F3;
  color: white;
}

.topnav .search-container {
  float: right;    width: 30%;
}

.topnav input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}

.topnav .search-container .submit {
	float: right;
    padding: 15px;
    margin-top: 8px;
    margin-right: 20px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}
.accordion {
    margin-top: 11px;
}


.policies_information-btns {
    margin-top: 50px;
}

.policies_information-btns a.policies_information-btns-details {
    position: relative;
    height: 100%;
    display: flex;
    text-align: left;
    background: #e9e9e9;
    padding: 14px 20px 11px;
    border-radius: 7px;
    box-shadow: 0 1px 13px #e3e3e3;
    transition: .3s all;
    min-height: 100px;
    align-items: center;
}

.policies_information-btns a.policies_information-btns-details i {
    font-size: 38px;
    position: static;
  
    color: #a00f18;
    margin-right: 13px;
}

.policies_information-btns a.policies_information-btns-details h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}

.policies_information-btns a.policies_information-btns-details:hover {
    box-shadow: none;
}

.policies_information-btns .row {
    margin-bottom: 25px;
}

.print_sections {
    font-size: 20px;
    background: #a00f18;
    border-radius: 3px;
    text-align: center;
    padding: 1rem 2.5rem 0.8rem;
    margin: 3px 0;
    color: #fff;
    border: #a00f18;
	float:left; width: 100%;
}

.print_category.text-center {
    margin-top: 25px;
}

a.btn.register_craft_training {
    padding: 9px 70px;
    color: #fff;
    border-radius: 0px;
}


.section.section.job-section .register_button {
    display: none;
}

.section.section.job-section div#Carpentry .register_button {
    display: block;
}
a.btn.print_sections:hover {
    COLOR: #fff;
}

body .print_category {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    float: none;
    padding-bottom: 30px;
    padding-right: 25px;
    padding-top: 30px;
}
.front_print_category {
    padding: 20px 0;
}
select, option{text-transform:capitalize;}


div#MzA\= .carpentry-table-main {
    border: 2px solid #008240;
    border-bottom: 2px solid #008240;
    border-color: #73cd46;
}


/* ------ carpentatry  content space table --------- */




div#MTc\= .content-space table:last-child td, div#MTc\= .content-space table:last-child th {
    border: 1px solid #008240;
    padding: 14px 20px 10px;
}


div#MTc\= .content-space table:last-child tr:first-child {
    background: #008240 !important;
}

div#MTc\=  .content-space table:last-child tbody tr:first-child {
    background: #008240;
    color: #fff;
    text-align: left;
    font-size: 22px;
}


div#MTc\= .content-space table:last-child {
    color: #212529;
    width: calc(100% + 60px);
    margin: 0 -30px;
    background: #efefef;
}

div#MTc\= .content-space table:last-child tr:nth-child(2) td {
    background: black;
    color: #fff;
}

div#MTc\=  .content-space table:last-child tr:nth-child(odd){
    background: #fff;
}



div#MTc\= .content-space table:last-child tr:nth-child(even){
    background: #d1e6d6;
}


div#MTc\= .content-space .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    width: 100%;
    margin: 0;
    background: #efefef;
}


/* ------ electrical-commercial_inside_wireman  content space table --------- */



div#MTQ\= .content-space table:last-child td, div#MTQ\= .content-space table:last-child th {
    border: 1px solid #ee1d23;
    padding: 14px 20px 10px;
}


div#MTQ\= .content-space table:last-child tr:first-child {
    background: #ee1d23 !important;
}

div#MTQ\=  .content-space table:last-child tbody tr:first-child {
    background: #ee1d23;
    color: #fff;
    text-align: left;
    font-size: 22px;
}


div#MTQ\= .content-space table:last-child {
    color: #212529;
    width: calc(100% + 60px);
    margin: 0 -30px;
    background: #efefef;
}

div#MTQ\= .content-space table:last-child tr:nth-child(2) td {
    background: black;
    color: #fff;
}

div#MTQ\=  .content-space table:last-child tr:nth-child(odd){
    background: #fff;
}



div#MTQ\= .content-space table:last-child tr:nth-child(even){
    background: #fcd2c0;
}


div#MTQ\= div#divcontentprint {
    border: 2px solid #ee1d23;
}


div#MTQ\= .carpentry-table h1 {
    text-align: center;
    background: #ee1d23;
    color: #fff;
    padding: 10px;
    margin: 0 0 0 0;
    font-size: 22px;
    text-align: left;
}

div#MTQ\= .carpentry-table-main .carpentry-table table tbody tr th {
    padding: 10px;
    border: 1px solid #cbcbcb;
    border-bottom: 2px solid #ee1d23;
    background: #f4f4f4;
}

div#MTQ\= .carpentry-table tr:nth-child(even) td {
    border: 1px solid #cbcbcb;
    border-bottom: 2px solid #ee1d23;
    background: #f4f4f4;
}

div#MTQ\= .carpentry-table tr:nth-child(odd) td {
    border: 1px solid #cbcbcb;
    border-bottom: 2px solid #ee1d23;
    background: #f4f4f4;
}






/* ------electrical-residential_wireman  content space table --------- */






div#Mjc\= .content-space table:last-child td, div#MTc\= .content-space table:last-child th {
    border: 1px solid #ee1d23;
    padding: 14px 20px 10px;
}


div#Mjc\= .content-space table:last-child tr:first-child {
    background: #ee1d23 !important;
}

div#Mjc\=  .content-space table:last-child tbody tr:first-child {
    background: #ee1d23;
    color: #fff;
    text-align: left;
    font-size: 22px;
}


div#Mjc\= .content-space table:last-child {
    color: #212529;
    width: calc(100% + 60px);
    margin: 0 -30px;
    background: #efefef;
}

div#Mjc\= .content-space table:last-child tr:nth-child(2) td {
    background: black;
    color: #fff;
}

div#Mjc\=  .content-space table:last-child tr:nth-child(odd){
    background: #fff;
}



div#Mjc\= .content-space table:last-child tr:nth-child(even){
    background: #fcd2c0;
}


div#Mjc\= .content-space .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    width: 100%;
    margin: 0;
    background: #efefef;
}



div#Mjc\= .carpentry-table-main .carpentry-table table tbody tr th {
   
    border-bottom: 2px solid #ee1d23;
    
}

div#Mjc\= .carpentary-tab .carpentry-table-main table tbody tr td {
     border-bottom: 2px solid #ee1d23 !important;
}



div#Mjc\= .carpentry-table tr:nth-child(odd) td {
   
    border-bottom: 2px solid #ee1d23;
   
}







/* ------electrical-low_energy  content space table --------- */


div#MjY\= .carpentry-table-main .carpentry-table table tbody tr th {
    padding: 10px;
    border: 1px solid #cbcbcb;
    border-bottom: 2px solid #ee1d23;
    background: #f4f4f4;
}

 div#MjY\= .carpentary-tab .carpentry-table-main table tbody tr td {
     border-bottom: 2px solid #ee1d23 !important;
}



div#MjY\= .carpentry-table tr:nth-child(odd) td {
    border: 1px solid #cbcbcb;
    border-bottom: 2px solid #ee1d23;
    background: #f4f4f4;
}



div#MjY\= .content-space table:last-child td, div#MTc\= .content-space table:last-child th {
    border: 1px solid #ee1d23;
    padding: 14px 20px 10px;
}


div#MjY\= .content-space table:last-child tr:first-child {
    background: #ee1d23 !important;
}

div#MjY\=  .content-space table:last-child tbody tr:first-child {
    background: #ee1d23;
    color: #fff;
    text-align: left;
    font-size: 22px;
}


div#MjY\= .content-space table:last-child {
    color: #212529;
    width: calc(100% + 60px);
    margin: 0 -30px;
    background: #efefef;
}

div#MjY\= .content-space table:last-child tr:nth-child(2) td {
    background: black;
    color: #fff;
}

div#MjY\=  .content-space table:last-child tr:nth-child(odd){
    background: #fff;
}



div#MjY\= .content-space table:last-child tr:nth-child(even){
    background: #fcd2c0;
}


div#MjY\= .content-space .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    width: 100%;
    margin: 0;
    background: #efefef;
}





/* ------heavy_equipment_operator content space table --------- */


div#MTM\= .carpentry-table-main .carpentry-table table tbody tr th {
   
    border-bottom: 2px solid #4f3127;
    
}

div#MTM\= .carpentary-tab .carpentry-table-main table tbody tr td {
     border-bottom: 2px solid #4f3127 !important;
}



div#MTM\= .carpentry-table tr:nth-child(odd) td {
   
    border-bottom: 2px solid #4f3127;
   
}





div#MTM\= .content-space table:last-child td, div#MTc\= .content-space table:last-child th {
    border: 1px solid #4f3127;
    padding: 14px 20px 10px;
}


div#MTM\= .content-space table:last-child tr:first-child {
    background: #4f3127 !important;
}

div#MTM\=  .content-space table:last-child tbody tr:first-child {
    background: #4f3127;
    color: #fff;
    text-align: left;
    font-size: 22px;
}


div#MTM\= .content-space table:last-child {
    color: #212529;
    width: calc(100% + 60px);
    margin: 0 -30px;
    background: #efefef;
}

div#MTM\= .content-space table:last-child tr:nth-child(2) td {
    background: black;
    color: #fff;
}

div#MTM\=  .content-space table:last-child tr:nth-child(odd){
    background: #fff;
}



div#MTM\= .content-space table:last-child tr:nth-child(even){
    background: #dbd8d8;
}


div#MTM\= .content-space .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    width: 100%;
    margin: 0;
    background: #efefef;
}







/* ------HVAC content space table --------- */


div#MTE\= .carpentry-table-main .carpentry-table table tbody tr th {
   
    border-bottom: 2px solid #636366;
    
}

div#MTE\= .carpentary-tab .carpentry-table-main table tbody tr td {
     border-bottom: 2px solid #636366 !important;
}



div#MTE\= .carpentry-table tr:nth-child(odd) td {
   
    border-bottom: 2px solid #636366;
   
}




div#MTE\= .content-space table:last-child td, div#MTc\= .content-space table:last-child th {
    border: 1px solid #636366;
    padding: 14px 20px 10px;
}


div#MTE\= .content-space table:last-child tr:first-child {
    background: #636366 !important;
}

div#MTE\=  .content-space table:last-child tbody tr:first-child {
    background: #636366;
    color: #fff;
    text-align: left;
    font-size: 22px;
}


div#MTE\= .content-space table:last-child {
    color: #212529;
    width: calc(100% + 60px);
    margin: 0 -30px;
    background: #efefef;
}

div#MTE\= .content-space table:last-child tr:nth-child(2) td {
    background: black;
    color: #fff;
}

div#MTE\=  .content-space table:last-child tr:nth-child(odd){
    background: #fff;
}



div#MTE\= .content-space table:last-child tr:nth-child(even){
    background: #dbd8d8;
}


div#MTE\= .content-space .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    width: 100%;
    margin: 0;
    background: #efefef;
}



/* ------laborer content space table --------- */


div#MTU\= .carpentry-table-main .carpentry-table table tbody tr th {
   
    border-bottom: 2px solid #8e3a82;
    
}

div#MTU\= .carpentary-tab .carpentry-table-main table tbody tr td {
     border-bottom: 2px solid #8e3a82 !important;
}



div#MTU\= .carpentry-table tr:nth-child(odd) td {
   
    border-bottom: 2px solid #8e3a82;
   
}





div#MTU\= .content-space table:last-child td, div#MTc\= .content-space table:last-child th {
    border: 1px solid #8e3a82;
    padding: 14px 20px 10px;
}


div#MTU\= .content-space table:last-child tr:first-child {
    background: #8e3a82 !important;
}

div#MTU\=  .content-space table:last-child tbody tr:first-child {
    background: #8e3a82;
    color: #fff;
    text-align: left;
    font-size: 22px;
}


div#MTU\= .content-space table:last-child {
    color: #212529;
    width: calc(100% + 60px);
    margin: 0 -30px;
    background: #efefef;
}

div#MTU\= .content-space table:last-child tr:nth-child(2) td {
    background: black;
    color: #fff;
}

div#MTU\=  .content-space table:last-child tr:nth-child(odd){
    background: #fff;
}



div#MTU\= .content-space table:last-child tr:nth-child(even){
    background: #e1cddf;
}


div#MTU\= .content-space .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    width: 100%;
    margin: 0;
    background: #efefef;
}


/* ------plumbing content space table --------- */


div#MTg\= .carpentry-table-main .carpentry-table table tbody tr th {
   
    border-bottom: 2px solid #0072bc;
    
}

div#MTg\= .carpentary-tab .carpentry-table-main table tbody tr td {
     border-bottom: 2px solid #0072bc !important;
}



div#MTg\= .carpentry-table tr:nth-child(odd) td {
   
    border-bottom: 2px solid #0072bc;
   
}



div#MTg\= .content-space table:last-child td, div#MTg\= .content-space table:last-child th {
    border: 1px solid #0072bc;
    padding: 14px 20px 10px;
}


div#MTg\= .content-space table:last-child tr:first-child {
    background: #0072bc !important;
}

div#MTg\=  .content-space table:last-child tbody tr:first-child {
    background: #0072bc;
    color: #fff;
    text-align: left;
    font-size: 22px;
}


div#MTg\= .content-space table:last-child {
    color: #212529;
    width: calc(100% + 60px);
    margin: 0 -30px;
    background: #efefef;
}

div#MTg\= .content-space table:last-child tr:nth-child(2) td {
    background: black;
    color: #fff;
}

div#MTg\=  .content-space table:last-child tr:nth-child(odd){
    background: #fff;
}



div#MTg\= .content-space table:last-child tr:nth-child(even){
    background: #c6d5ed;
}


div#MTg\= .content-space .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    width: 100%;
    margin: 0;
    background: #efefef;
}








/* ------painting content space table --------- */


div#MTY\= .carpentry-table-main .carpentry-table table tbody tr th {
   
    border-bottom: 2px solid #ff5000;
    
}

div#MTY\= .carpentary-tab .carpentry-table-main table tbody tr td {
     border-bottom: 2px solid #ff5000 !important;
}



div#MTY\= .carpentry-table tr:nth-child(odd) td {
   
    border-bottom: 2px solid #ff5000;
   
}



div#MTY\= .content-space table:last-child td, div#MTg\= .content-space table:last-child th {
    border: 1px solid #ff5000;
    padding: 14px 20px 10px;
}


div#MTY\= .content-space table:last-child tr:first-child {
    background: #ff5000 !important;
}

div#MTY\=  .content-space table:last-child tbody tr:first-child {
    background: #ff5000;
    color: #fff;
    text-align: left;
    font-size: 22px;
}


div#MTY\= .content-space table:last-child {
    color: #212529;
    width: calc(100% + 60px);
    margin: 0 -30px;
    background: #efefef;
}

div#MTY\= .content-space table:last-child tr:nth-child(2) td {
    background: black;
    color: #fff;
}

div#MTY\= .content-space table:last-child tr:nth-child(odd){
    background: #fff;
}



div#MTY\= .content-space table:last-child tr:nth-child(even){
    background: #ffdec8;
}


div#MTY\= .content-space .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    width: 100%;
    margin: 0;
    background: #efefef;
}












/* ------scaffold content space table --------- */


div#MTk\= .carpentry-table-main .carpentry-table table tbody tr th {
   
    border-bottom: 2px solid #809b4c;
    
}

div#MTk\= .carpentary-tab .carpentry-table-main table tbody tr td {
     border-bottom: 2px solid #809b4c !important;
}



div#MTk\= .carpentry-table tr:nth-child(odd) td {
   
    border-bottom: 2px solid #809b4c;
   
}



div#MTk\= .content-space table:last-child td, div#MTg\= .content-space table:last-child th {
    border: 1px solid #809b4c;
    padding: 14px 20px 10px;
}


div#MTk\= .content-space table:last-child tr:first-child {
    background: #809b4c !important;
}

div#MTk\=  .content-space table:last-child tbody tr:first-child {
    background: #809b4c;
    color: #fff;
    text-align: left;
    font-size: 22px;
}


div#MTk\= .content-space table:last-child {
    color: #212529;
    width: calc(100% + 60px);
    margin: 0 -30px;
    background: #efefef;
}

div#MTk\= .content-space table:last-child tr:nth-child(2) td {
    background: black;
    color: #fff;
}

div#MTk\=  .content-space table:last-child tr:nth-child(odd){
    background: #fff;
}



div#MTk\= .content-space table:last-child tr:nth-child(even){
    background: #e8eada;
}


div#MTk\= .content-space .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    width: 100%;
    margin: 0;
    background: #efefef;
}












/* ------sheet_metal content space table --------- */


div#MjE\= .carpentry-table-main .carpentry-table table tbody tr th {
   
    border-bottom: 2px solid #fec210;
    
}

div#MjE\= .carpentary-tab .carpentry-table-main table tbody tr td {
     border-bottom: 2px solid #fec210 !important;
}



div#MjE\= .carpentry-table tr:nth-child(odd) td {
   
    border-bottom: 2px solid #fec210;
   
}




div#MjE\= .content-space table:last-child td, div#MTg\= .content-space table:last-child th {
    border: 1px solid #fec210;
    padding: 14px 20px 10px;
}


div#MjE\= .content-space table:last-child tr:first-child {
    background: #fec210 !important;
}

div#MjE\=  .content-space table:last-child tbody tr:first-child {
    background: #fec210;
    color: #fff;
    text-align: left;
    font-size: 22px;
}


div#MjE\= .content-space table:last-child {
    color: #212529;
    width: calc(100% + 60px);
    margin: 0 -30px;
    background: #efefef;
}

div#MjE\= .content-space table:last-child tr:nth-child(2) td {
    background: black;
    color: #fff;
}

div#MjE\=  .content-space table:last-child tr:nth-child(odd){
    background: #fff;
}



div#MjE\= .content-space table:last-child tr:nth-child(even){
    background: #fef0d0;
}


div#MjE\= .content-space .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    width: 100%;
    margin: 0;
    background: #efefef;
}




/* ------glazier content space table --------- */





div#MzA\= .content-space table:last-child td, div#MzA\= .content-space table:last-child th {
    border: 1px solid #73cd46;
    padding: 14px 20px 10px;
}


div#MzA\= .content-space table:last-child tr:first-child {
    background: #73cd46 !important;
}

div#MzA\=  .content-space table:last-child tbody tr:first-child {
    background: #fec210;
    color: #fff;
    text-align: left;
    font-size: 22px;
}


div#MzA\= .content-space table:last-child {
    color: #212529;
    width: calc(100% + 60px);
    margin: 0 -30px;
    background: #efefef;
}

div#MzA\= .content-space table:last-child tr:nth-child(2) td {
    background: black;
    color: #fff;
}

div#MzA\=  .content-space table:last-child tr:nth-child(odd){
    background: #fff;
}



div#MzA\= .content-space table:last-child tr:nth-child(even){
    background: #dcf2d1;
}


div#MzA\= .content-space .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    width: 100%;
    margin: 0;
    background: #efefef;
}




/* ------Mechanical Insulator table --------- */



div#Mzg\= section.section.intro.carpentary-tab.testt table{
	width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    width: 100%;
    margin: 0;
    background: #efefef;
}

div#Mzg\= section.section.intro.carpentary-tab.testt table tbody tr:first-child {
    background: #02ccfe !important;
}
div#Mzg\= section.section.intro.carpentary-tab.testt table th , div#Mzg\= section.section.intro.carpentary-tab.testt table td{
	 border: 1px solid #73cd46;
    padding: 14px 20px 10px;
} 
div#Mzg\= section.section.intro.carpentary-tab.testt table tr:nth-child(2) td {
    background: black;
    color: #fff;
}



 @media(max-width:767px){
	 .btn.btn-primary {
    width: 100%;
}
 }



 @media print {
         .print_category{display:none !important;}
		 table{border:solid 1px #ccc;}
      }
	  
	  /* 21aug 2024*/
table.table_callit_pallet {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100% !important;
}
table.table_callit_pallet tr {
    border: 1px solid #cbcbcb;
    border-bottom: 2px solid #ee1d23;
}
table.table_callit_pallet tr:nth-child(odd)  td {
    border-bottom: 2px solid #ee1d23;
    background: #f4f4f4;
}
table.table_callit_pallet tr td {
    padding: 15px;
    border: 1px solid #cbcbcb !important;
}

section.slider.Mzc\= {
    background: #efefef;
}

	section.slider.Mzc\= img {
    width: 34%;
    margin: 0 auto !important;
    display: block;
}

.main_heading.Mzc\= {
    background: #73cd46;
}


div#Mzc\= .carpentary-tab .tab .nav-tabs li a:hover, div#Mzc\= .carpentary-tab .tab .nav-tabs li.active a {
    background: #73cd46;
    color: #fff;
}

div#Mzc\=  .carpentary-tab .tab .nav-tabs li {
    margin-bottom: 0px;
    margin-right: 0px;
   background: #73cd46;
    position: relative;
}

div#Mzc\= .carpentary-tab .tab .tab-content {
    color: #5a5c5d;
    border-top: 6px solid #73cd46;
    background: #f4f4f4;
}

div#Mzc\= input.btn.btn-primary.print_sections{
	    background: #73cd46;
}


div#Mzc\= .carpentry-table-main {
    border: 2px solid #73cd46;
    border-bottom: none;
}

div#Mzc\= table.table_callit_pallet tr {
    border: 1px solid #cbcbcb;
    border-bottom: 2px solid #73cd46;
}

div#Mzc\= .carpentry-table td, div#Mzc\= .carpentry-table th {
    border: 1px solid #cbcbcb;
    border-bottom: 2px solid #73cd46;
    text-align: left;
    padding: 8px;
}

div#Mzc\= .carpentary-tab .tab .nav-tabs li a {
    font-size: 15px;
    color: #808080;
    outline: none;
    margin-right: 0px;
    padding: 14px 33px 14px;
    border-radius: 0;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    font-weight: 600;
}

div#Mzc\= .carpentary-tab .tab .nav-tabs li.active:after {
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 13px solid #73cd46;
    position: absolute;
    content: "";
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

div#Mzc\= .carpentary-tab .tab .nav-tabs li {
    margin-bottom: 0px;
    margin-right: 0px;
    background: #c2f1a9;
    position: relative;
}

div#Mzc\= .carpentary-tab .tab .nav-tabs li a {
   color:#000;
}


/** Mechanical Insulator**/
div#Mzg\= .carpentary-tab .tab .nav-tabs li a:hover, div#Mzg\= .carpentary-tab .tab .nav-tabs li.active a {
    background: #02ccfe;
    color: #fff;
}

div#Mzg\= .carpentary-tab .tab .nav-tabs li {
    background: #02ccfe;
    position: relative;
}

div#Mzg\= .carpentary-tab .tab .tab-content {
    color: #5a5c5d;
    border-top: 6px solid #02ccfe;
    background: #f4f4f4;
}

div#Mzg\= input.btn.btn-primary.print_sections {
    background: #02ccfe;
}

div#Mzg\= .carpentry-table-main {
    border: 2px solid #02ccfe;
    border-bottom: none;
}

div#Mzg\= table.table_callit_pallet tr {
    border-bottom: 2px solid #02ccfe;
}

div#Mzg\= .carpentry-table td, div#Mzg\= .carpentry-table th {
    border-bottom: 2px solid #02ccfe;
}

div#Mzg\= .carpentary-tab .tab .nav-tabs li a {
    color: #808080;
    background: #c4fafe;
    color: #fff;
    color: #000;
}

div#Mzg\= .carpentary-tab .tab .nav-tabs li.active:after {
    border-bottom: 13px solid #02ccfe;
}

div#Mzg\= .carpentary-tab h1{
    background: #02ccfe;
}


.main_heading.Mzg\={
    background: #02ccfe;
}


#promoslist_paginate span a.paginate_button {background:#262626; color:#fff; padding:2px 10px; margin:3px; cursor:pointer;}
div#promoslist_paginate a#promoslist_next {background:#262626; color:#fff; padding:2px 10px; margin:3px; cursor:pointer;}
div#promoslist_paginate a#promoslist_previous {background:#262626; color:#fff; padding:2px 10px; margin:3px; cursor:pointer;}
#promoslist_paginate span a.paginate_button.current{background:#a30c1b;}
#promoslist_paginate {}


