:root {
  --boxColor: #000;
  /* background: var(--boxColor); */
}

.jumbotron {
}

body {
	background-color: #000;
  background-image: url("../img/metal_floor_pattern_2_small.png");
	padding: 0 !important;
	margin: 0 !important;
	padding-top:0px !important;
	margin-top: 0px !important;
}
html {
	padding: 0 !important;
	margin: 0 !important;
	padding-top:0px !important;
	margin-top: 0px !important;
}
@media (min-width: 1200px) {
	.tagline { padding-top: 17px; }
	.section-brief { border-top: 0px solid #e02c2c; padding-top: 0px; }
}
@media (min-width: 992px) {
	.tagline { padding-top: 17px; }
	.section-brief { border-top: 0px solid #e02c2c; padding-top: 0px; }
}
@media (min-width: 768px) {
	.tagline { padding-top: 17px; }
	.section-brief { border-top: 0px solid #e02c2c; padding-top: 0px; }
}
@media (min-width: 576px) {
	.tagline { padding-top: 17px; }
	.section-brief { border-top: 0px solid #e02c2c !important; padding-top: 0px; }
}
@media (min-width: 300px) {
	.tagline { padding-top: 7px; }
	.section-brief { border-top: 5px solid #e02c2c; padding-top: 20px !important; }
}

.contact-form-container {
  background-color: #FFF;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-form input {
	display: block !important;
	width: 100% !important;
	border: 1px solid #bebebe !important;
	border-radius: 2px !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
	font-family: Raleway, Arial, sans-serif !important;
	font-size: 13px !important;
	letter-spacing: 1px !important;
}

.contact-form textarea {
	width: 100% !important;
	height: 140px !important;
	border: 1px solid #bebebe !important;
	border-radius: 2px !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
	font-family: Raleway, Arial, sans-serif !important;
	font-size: 13px !important;
	letter-spacing: 1px !important;
}
.contact-form .wpcf7-submit {
	width: 100% !important;
	background-color: #e02c2c !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	color: #FFF !important;
	font-size: 95% !important;
	background-color: #e02c2c !important;
	box-shadow: 0 0 0 0rem #FFF !important;
	border: 1px solid #b80f0f !important;
	border-radius: 4px !important;
	letter-spacing: 0.5px !important;
}

.contact-form .wpcf7 {
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.contact-form .wpcf7 .wpcf7-form {
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

.contact-form-text {
  margin-left: 15px;
  font-size: 14px;
  font-family: Raleway, sans-serif;
}

.contact-form-details-div {
  padding-top: 20px;
  border: 1px solid #fce9e9;
  width: 95%;
  padding-bottom: 20px;
  padding-left: 10px;
}

.contact-form-inputform-label {
  color: #e02c2c;
  font-size: 10px;
  font-weight: bold;
}

.contact-form-inputform {
  padding-top: 20px;
}

h1 {
    margin-top: 0;
}

#jumbotron-home {
  background-color: transparent;
}

@media (min-width: 1200px) {
  #jumbutron-home-div {
    padding-top: 85px !important;
  }
}

@media (min-width: 992px) {
  #jumbutron-home-div {
    padding-top: 50px !important;
  }
}

@media (min-width: 768px) {
  #jumbutron-home-div {
    padding-top: 0px;
    padding-bottom: 10px !important;
  }
}

@media (min-width: 1200px) {
  #jumbutron-home-image {
    padding-top: 0px !important;
  }
}

@media (min-width: 992px) {
  #jumbutron-home-image {
    padding-top: 0px !important;
  }
}

@media (min-width: 768px) {
  #jumbutron-home-image {
    padding-top: 0px !important;
  }
}

@media (min-width: 576px) {
  #jumbotron-home {
    padding-bottom: 0px !important;
    padding-top: 30px;
  }
}

@media (min-width: 300px) {
  #jumbutron-home-div {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
}

@media (min-width: 300px) {
  #jumbotron-home {
    padding-bottom: 0px !important;
  }
}

.ci-link-gray:hover {
  text-decoration: none;
  font-weight: bold;
  color: #FFF !important;
}

@media (min-width: 576px) {
  #border-redline {
    text-align: center !important;
  }
}

.border-redline {
  position: relative;
  top: -12px;
  width: 30px;
  height: 4px;
  background-color: #e02c2c;
  border-radius: 2px;
}

.border-redline-large {
  position: relative;
  top: -8px;
  width: 40px;
  height: 6px;
  background-color: #e02c2c;
  border-radius: 2px;
}

.border-redline-long-thin {
  position: relative;
  top: -22px;
  width: 80px;
  height: 2px;
  background-color: #e02c2c;
  border-radius: 2px;
}

.border-gray-long-thin {
  position: relative;
  top: -5px;
  width: 50%;
  height: 2px;
  background-color: #efefef;
  border-radius: 2px;
}

.footer-icon {
  margin-right: 5px;
  margin-top: 5px;
  font-size: 8px;
  color: #989898;
}

.ci-link-gray {
  color: #989898;
  font-size: 13px !important;
  font-family: Raleway, sans-serif;
}

.footer-address {
  color: #989898;
  font-size: 13px;
}

.footer-icon-map {
  color: #e02c2c;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .footer-icon-map {
    padding-right: 10px !important;
  }
}

@media (min-width: 576px) {
  .footer-icon-map {
    padding-right: 0px;
  }
}

@media (min-width: 300px) {
  .footer-icon-map {
    padding-right: 0px;
  }
}

.footer-link-div {
  padding-bottom: 13px;
}

.footer-address-div {
  width: 220px;
}

@media (min-width: 992px) {
  .footer-icon-map {
    position: relative;
    top: -18px;
  }
}

@media (min-width: 1200px) {
  .footer-icon-map {
    position: relative;
    top: -18px;
  }
}

.footer-columns {
  padding-bottom: 30px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#footer-icons {
  padding-top: 20px;
  padding-bottom: 10px;
}

.footer-icons-img {
  width: 250px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.footer-menu .footer-link-div .ci-menu-nav-active {
  background-color: none;
}

.testimonial-apostrophe-div {
  padding-top: 45px;
  margin-left: 90px;
}

.row.testimonials-row {
  background-color: #e6e8e9;
  border-top: 1px solid #051829;
}

.testimonials-photo-column {
  padding-top: 45px;
  padding-left: 30px;
  padding-bottom: 20px;
}

.testimonials-text {
  font-size: 17px;
  font-family: Raleway, sans-serif;
}

@media (min-width: 1200px) {
  .testimonials-text-div {
    padding-top: 25px;
    width: 90%;
  }
}

@media (min-width: 768px) {
  .testimonials-text-div {
    padding-top: 45px;
    width: 90%;
  }
}

@media (min-width: 576px) {
	.testimonials-text-div {
    padding-top: 25px;
    width: 90%;
  }
}

.testimonials-name {
  font-family: Archivo, sans-serif;
  font-weight: bold;
}

.testimonial-jobdesc {
  font-size: 12px;
  color: #9c9c9c;
  padding-left: 10px;
}

.testimonials-button-right {
  margin-left: 10px;
}

.float-right.testimonials-buttons-div {
  padding-top: 20px;
  margin-right: 30px;
}

.testimonials-text-column {
  padding-bottom: 40px;
}



.section-title {
  color: #051829;
  font-size: 20px;
  font-family: Archivo, sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
}



.telephone-number {
  font-size: 12px;
  color: #9c9c9c;
}

.icon-telephone-red {
  margin-right: 10px;
  color: #ed8181;
}

.icon-telephone-gray {
  margin-right: 10px;
  color: #585858;
}

.font-size-12px {
  font-size: 12px;
}

.font-color-gray {
  color: #ababab;
}

.topbar-follow-text {
  font-size: 12px;
  margin-right: 10px;
}

.margin-right-10px {
  margin-right: 10px;
}

.ci-menu-nav-active {
  background-color: #051829;
}

.ci-menu-link-active {
  color: #ffffff;
  font-weight: bold;
  padding-right: 12px;
  padding-left: 12px;
}

.ci-menu {
  color: #ffffff !important;
  font-weight: normal;
  padding-right: 12px;
  padding-left: 12px;
}

.ci-menu-nav-link-active {
  color: #ffffff !important;
  font-weight: normal;
  padding-right: 12px;
  padding-left: 12px;
}

.ci-menu-nav-link {
  color: #ffffff !important;
  font-weight: normal;
  padding-left: 12px;
  padding-right: 12px;
}

.jumbutron-home-heading-top {
  color: #051829;
  font-family: Raleway, sans-serif;
  font-weight: bold;
}

.jumbutron-home-heading-bottom {
  color: #e02c2c;
  font-weight: bold;
  font-family: Raleway, sans-serif;
}

.jumbutron-home-text {
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.jumbutron-btn-catalogue {
  color: #FFF;
  background-color: rgb(224,44,44);
  padding-right: 15px;
  padding-left: 15px;
}



.padding-left-35px {
  padding-left: 35px;
}

.padding-left-15px {
  padding-left: 15px;
}





.btn-ci {
  color: #FFF;
  background-color: #e02c2c !important;
  box-shadow: 0 0 0 0rem #FFF !important;
  border: 1px solid #b80f0f;
  letter-spacing: 0.5px;
}

.btn-ci:hover {
  color: #FFF;
  background-color: #b80f0f !important;
  border: 1px solid #b80f0f;
}

.ci-menu-nav:hover {
  background-color: #051829 !important;
}

.btn-ci-grey {
  color: #767676;
  background-color: #f0f0f0 !important;
  border: 1px solid #aaaaaa;
  letter-spacing: 0.5px;
}

.btn-ci-grey:hover {
  color: #808080;
  background-color: #e1e1e1 !important;
}

.ci-text-title {
  font-family: Archivo, sans-serif;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 1px;
}

.ci-text-subtitle {
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
}

.ci-text-normal {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  letter-spacing: 1.6px;
  word-spacing: 1.1px;
}
.ci-text-plain {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  word-spacing: 1.1px;
}

.ci-accordion-title:hover {
  /*font-size: 16px;*/
  /*font-weight: bold;*/
  color: #e02c2c !important;
  /*text-decoration: none !important;*/
}

.ci-accordion-title {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000 !important;
  text-decoration: none !important;
  letter-spacing: 1px;
}

.ci-text-input {
  font-family: Raleway, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
}



.background-color-blue-topbar {
  background-color: #0e1f39;
}

.background-color-purple-topbar {
  background-color: #221C35;
}

.background-color-purple {
  background-color: #25213a;
}

.background-color-red-phcvaleo-topbar {
  background-color: #a31319;
}
.background-color-red-phcvaleo-topmenu {
 background-color: #a31319; 
}
.background-color-red-phcvaleo-btn {
 background-color: #ec1c24; 
}
.background-logo-bar {
  background-image: url("../img/logo_bar.png");
  background-repeat: repeat-y;
}

.background-color-4tu {
  background-color: #b39d3a; 
}

.ci-text-color-orange {
  color: #bc8b2c;
}
.ci-text-color-red {
  color: #608c13;
}
.ci-text-color-green {
  color: #c61818;
}
.ci-faq-troubleshooting-image {
  
}

.phc-text-color-redmain     { color: #ec1c24; }
.phc-text-color-red1        { color: #cc181f; }
.phc-text-color-red2        { color: #b3151b; }
.phc-text-color-red3        { color: #991217; }
.phc-text-color-red4        { color: #800f13; }
.phc-text-color-red5        { color: #660c0f; }
.phc-text-color-purple      { color: #25213a; }

.phc-text-color-reddark {
  color: #a31319;
}

.phc-text-color-gray-light {
  color: #c1c1c1;
}


.text-color-4tu {
  color: #b39d3a;
}


/* News Slider */
.news-slider {
  /* Style the actual content */
}
.news-slider .text-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1em;
  width: 30%;
  height: 100%;
}
.news-slider .text-content h2 {
  margin: 0;
}
.news-slider .text-content p {
  margin: 1em 0;
}
.news-slider .text-content a.button-link {
  padding: 0.25em 0.5em;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.news-slider .image-content {
  line-height: 0;
}
.news-slider .image-content img {
  max-width: 100%;
}
.news-slider .news-pager {
  text-align: right;
  display: block;
  margin: 0.2em 0 0;
  padding: 0;
  list-style: none;
}
.news-slider .news-pager li {
  display: inline-block;
  padding: 0.6em;
  margin: 0 0 0 1em;
}
.news-slider .news-pager li.sy-active a {
  color: #31ace2;
}
.news-slider .news-pager li a {
  font-weight: 500;
  text-decoration: none;
  display: block;
  color: #222;
}




.banner-find-right-clutch2 {
  background-image: url("../../assets/img/img_banner_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}


.blog-post {
	
}

.blog-post-title {
	
}

.blog-post-meta {
	
}

.comments-area {
	padding-top: 20px;
	padding-bottom: 20px;
}

.comments-area .comments-title{ 
	color: black;
	font-size: 94%;
}

.comments-area .comment-meta {
	color: black;
	font-size: 97%;
}

.comments-area .comment-meta a {
	color: #e02c2c;
	font-size: 97%;
}

.comments-area .comment-respond .comment-reply-title {
	color: black;
	font-size: 94%;
}

.comments-area .comment-respond .logged-in-as {
	color: black;
	font-size: 97%;
}

.comments-area .comment-respond .logged-in-as a {
	color: #e02c2c;
	font-size: 97%;
}

.comments-area  .comment-reply-link {
	color: #e02c2c;
	font-size: 97%;
}

.comments-area .comment-form-comment {
	display: block;
}

.comments-area .comment-form-comment label {
	display: block;
	
}

.comments-area .comment-form-comment textarea {
	display: block;
	
}
.comments-area .comment-form-comment .form-submit {
	display: block;
	
}

.icon-img22:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover !important;
	-ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}


.icon-img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover !important;

}
.icon-img-ci 			{ background-image: url("../img/icon_img_ci.jpg"); }
.icon-img-cihd 			{ background-image: url("../img/icon_img_cihd.jpg"); }
.icon-img-cieuro 			{ background-image: url("../img/icon_img_cieuro.jpg"); }
.icon-img-4terrain 			{ background-image: url("../img/icon_img_4terrain.jpg"); }
.icon-img-mantic 			{ background-image: url("../img/icon_img_mantic.jpg"); }

.icon-img div img {
	opacity: 1 !important;
}

.imgModalContainer {
    position: relative;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
	height: 500px;
}

.imagepreview {
	max-height: 100%;
}



.numberCircle-small {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    padding: 2px;
    border: 0px solid #666;
    text-align: center;
}

.numberCircle-medium {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 6px;
    border: 0px solid #666;
    text-align: center;
}

.numberCircle-large {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;

    border: 2px solid #666;
    color: #666;
    text-align: center;

    font: 32px Arial, sans-serif;
}

.greyedout {
  opacity: .1 !important;
}

.phc-distributor-map {
  height: 150px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}