/* custom */

/* Inquire CSS */

.requestQuoteInner {
}

button.inquire_btn {
  position: absolute;
  top: 22%;
  z-index: 1;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 500;
  height: 8%;
  padding: 10px 15px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

button.inquire_btn {
  right: -35px;
}
/* button.homesecurity_btn{
  right: -65px;
} */

button.homesecurity_btn {
  position: absolute;
  top: 20%;
  left: 0;
  height: 8%;
  left: -10rem;
  padding: 7.5px 15px;
  overflow: hidden;
  margin-bottom: 0;
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: rgb(51 51 51);
  font-family: inherit;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s;
  z-index: 10;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.close {
  color: red;
  /* float: right; */
  font-size: 48px;
  font-weight: bold;
  cursor: pointer;
  opacity: 1;
}

/* Styles for the modal overlay outside the modal */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.modal-container.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.modal-container.active::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}

/* Styles for the modal centering */
.modal-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 10000;
}

/* Show the modal overlay and center modal when it's active */
.modal-overlay.active {
  display: block;
}

/* On Mobile, show full width */
@media only screen and (max-width: 767px) {
  .modal-center {
    width: 90%;
  }
}

/* header and navigation */

header {
  z-index: 1000;
  position: relative;
  min-height: 132px;
}

#main-menu {
  min-height: 132px;
  width: 100%;
  position: fixed;
  /* box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.45); */
  /* -moz-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.45); */
}

.navbar {
}

.navbar-nav {
  padding-right: 0;
}

ul.nav li a {
}
ul.nav li a span {
  height: 41px;
  width: 40px;
  display: block;
  margin: 0 auto;
}

ul.nav li.home a span {
  background: transparent url("../images/1-home.png") no-repeat left center;
}
ul.nav li.about a span {
  background: transparent url("../images/2-about.png") no-repeat left bottom;
}
ul.nav li.services a span {
  background: transparent url("../images/3-services.png") no-repeat left
    bottom;
}
ul.nav li.clients a span {
  background: transparent url("../images/4-clients.png") no-repeat left
    bottom;
}
ul.nav li.contacts a span {
  background: transparent url("../images/5-contact.png") no-repeat left
    bottom;
}
ul.nav li.search a span {
  background: transparent url("../images/6-search.png") no-repeat left bottom;
}
ul.nav li.careers a span {
  background: transparent url("../images/7-career.png") no-repeat left bottom;
}
ul.nav li.csr a span {
  background: transparent url("../images/8-csr.png") no-repeat left bottom;
}
ul.nav li.news a span {
  background: transparent url("../images/9-news.png") no-repeat left bottom;
}

ul.nav li.clients ul {
  width: 250px !important;
}

.navbar-default .navbar-nav li a {
  font-weight: 700;
  font-size: 13px;
  padding: 20px 20px;
  text-transform: uppercase !important;
  letter-spacing: 0.06em;
  text-align: center;
}

.dropdown-menu {
  z-index: 3000 !important;
}

/* home second sections */

section.sga-orange-bg {
  background: #00837e;
}

section.text-white,
section.text-white h3 {
  color: #fff;
  margin-bottom: 25px;
}

section.text-white h3 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.theme-heading h3:before {
  background: transparent url("../images/header-divider.png") no-repeat center
    center;
  height: 15px;
  width: 100%;
  right: 0;
  bottom: -15px;
}

/* home services */

.members-detail {
  position: absolute;
  bottom: -23px;
  width: 100% !important;
  padding: 15px 10px !important;
  background: #333333;
  left: ;
}

.members-detail:hover {
  background: #0a5e5b !important;
}

.members-detail h4 {
  text-transform: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.members-detail h4 a:link,
.members-detail h4 a:visited,
.members-detail h4 a:hover {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.team-member:hover {
  box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.175);
}

.team-member:hover > .members-detail {
  background-color: #0a5e5b !important;
}

.members-detail:before {
  content: "";
  position: absolute;
  border-top: 23px solid #333333;
  bottom: 0;
  border-right: 20px solid transparent;
  right: -20px;
}
.members-detail:hover:before {
  content: "";
  position: absolute;
  border-top: 23px solid #0a5e5b;
  bottom: 0;
  border-right: 20px solid transparent;
  right: -20px;
}

.team-member p {
  position: absolute;
  bottom: -150px;
  padding: 0 20px;
}

/* slider */

.slider-text img.slider-logo {
  margin-top: 140px;
}

/* request qupote overlay form */

.requestQuote {
  width: 600px;
  height: 560px;
  position: inherit;
  bottom: -36px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 500;
  right: 110px;
  box-shadow: -3px 5px 8px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
}

.requestQuote:before {
  position: absolute;
  content: "";
  background: transparent url(../images/box-corner-white.png) no-repeat 0 0;
  height: 37px;
  width: 42px;
  bottom: -1px;
  right: -42px;
  display: none;
}

.requestQuote .requestQuoteInner {
  padding: 30px 60px;
}

.requestQuote .requestQuoteInnerCollapsed {
  display: none;
}

.requestQuote .requestQuoteInner h4 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  margin-bottom: 10px;
  color: #ff2800;
  line-height: 27px;
}

.requestQuote .requestQuoteInner p {
  color: #202020;
  text-transform: none;
  padding: 10px 0;
}

.requestQuoteInner .row {
  margin-bottom: 20px;
}

.requestQuoteInner form .input-group .input-group-addon {
  background: transparent;
  border-color: #ff2800;
  border-width: 2px;
}

.requestQuoteInner form .input-group .input-group-addon span {
  color: #ff2800;
}

.requestQuoteInner form .input-group input {
  border-color: #ff2800;
  border-width: 2px;
  box-shadow: none;
  background-color: transparent;
  color: #000;
}

.requestQuoteInner form select {
  height: 40px;
  border-color: #ff2800;
  border-width: 2px;
  color: #ff2800;
  background: transparent;
}

.requestQuoteInner form textarea {
  border-color: #ff2800;
  border-width: 2px;
  background: transparent;
  color: #000;
}

/* button styles */

.btn {
}

.btn.btn-primary {
}

/* map home */

.map-overlays {
  min-height: 510px;
}

.cutsection .theme-heading h3 {
  color: #fff;
  text-transform: uppercase;
}

.cutsection .theme-heading p {
  color: #fff;
  margin-top: 20px;
  text-transform: none !important;
}

.btn.btn-orange,
.btn.btn-red {
  background-color: #0a5e5b;
  border-color: #0a5e5b;
  padding: 6px 25px;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 0;
}

.theme-heading p {
  margin-top: 20px;
}

.theme-heading h3 {
}

.theme-heading h3 i {
  font-size: 20px;
  color: #053a4f;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

.theme-heading h3 i:last-child {
  margin-right: 15px;
}

/* footer */

.footer-detail {
  background-color: #0a5e5b;
}

.footer-detail:before,
.footer-detail:after {
  border-bottom-color: #c6280a;
}

.cpy-right_sec {
  background: #00837e;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cpy-right_sec p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.cpy-right_sec p span {
  font-size: 12px;
}

.footer-part h5:after {
  display: none;
}

.footer-part h5 {
}

.footer-list ul li i {
  color: #0a5e5b;
}

.footer-list ul li a:hover {
  color: #fff;
}

/* icons section */

.icon-section {
  text-align: center;
}

.icon-section figure {
  background-color: #333333;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  margin: 0 auto 20px;

  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.icon-section figure:hover {
  box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.175);
}

.icon-section figure img {
  margin-top: 30%;
  width: 40%;
}

.icon-section h3 {
  font-size: 29px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #053a4f !important;
}

.icon-section h4 {
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #053a4f !important;
}

.icon-section h4 span {
  color: #0a5e5b;
  font-size: 20px;
}

.icon-section .btn {
  font-size: 20px;
}

/* sga preloader */

#loading {
  background-color: #dca44b;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  top: 0px;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 47%;
  top: 50%;
  height: 150px;
  width: 300px;
  margin-top: -75px;
  margin-left: -75px;
}

#loading-center-relative {
  position: relative;
  margin: 0 auto;
  width: 30%;
  top: 40%;
  max-width: 362px;
}

#loading {
  background-color: #333333;
}

#loading-center .load_Anim {
  width: 90px;
  min-height: 30px;
  margin: 0 auto;
}

.object {
  width: 17px;
  height: 17px;
  background-color: #fff;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

#object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#object_four {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_four {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_four {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

/* preload end */

.about-us ul {
}

.about-us ul li::before,
.news-single ul li::before {
  content: "";
  display: inline-block;
  border: solid #00837e;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-right: 1em;
}

.about-us ul li,
.news-single ul li {
  font-family: "Martel Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

.about-us .container .col-md-8 p a:link {
  color: #00837e;
  text-decoration: underline;
}

/* inner page services */

.breadcrumb-text,
.breadcrumb-text ul li a,
.breadcrumb-text ul li {
  text-align: left;
  text-transform: uppercase;
}

.breadcrumb-text h3,
.breadcrumb-text ul li a {
  color: #fff;
  letter-spacing: 0.1em;
}

.breadcrumb-text ul li a {
  font-size: 15px;
}

.breadcrumb-text h3 {
  font-size: 30px;
  margin-bottom: 5px;
  line-height: 30px;
}

.breadcrumb-text h3:after {
  display: none;
}

.breadcrumb-text ul li.active a,
.breadcrumb-text ul li.active {
  color: #0a5e5b;
}

.special-style-dark:before {
  opacity: 0.2;
}

.services-nav {
  width: 100%;
  background: #00837e;
  min-height: 400px;
  position: relative;
  top: -80px;
  box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.29);
}

.services-nav:before {
  content: "";
  position: absolute;
  border-bottom: 40px solid #00837e;
  top: 0;
  border-left: 35px solid transparent;
  left: -35px;
}

.services-nav h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 27px;
  margin-bottom: 30px;
  padding-left: 20px;
  letter-spacing: 0.1em;
}

.services-nav ul {
}

.services-nav ul li:first-child {
  border-top: 1px solid #fff;
}

.services-nav ul li {
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #fff;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Montserrat", sans-serif;
}

.services-nav ul li:last-child {
  border-bottom: 0;
}

.services-nav ul li i {
  color: #fff;
  display: none;
}

.services-nav ul li::before {
  border-color: #fff;
}

.services-nav ul li.active i {
  color: #00837e;
}

.services-nav ul li:nth-child(odd) {
}

.services-nav ul li.active {
  background-color: #0a5e5b;
}

.services-nav ul li.active > a:link {
  color: #00837e !important;
  font-weight: 500;
}

.services-nav ul li a,
.services-nav ul li a:link,
.services-nav ul li a:visited {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
}

.services-nav ul li:hover {
  background-color: #fff;
  padding-left: 1.8em;
}

.services-nav ul li:hover::before {
  border-color: #00837e;
}

.services-nav ul li:hover > a,
.services-nav ul li:hover > i {
  color: #00837e;
}

.about-us h3:before {
}

.about-us h3,
.about-us h3 span,
.contact-detail h3,
.contact-detail h3 span {
  letter-spacing: 0.1em;
  font-size: 27px;
}

.about-us h3 i,
.contact-detail h3 i {
  font-size: 15px;
  position: relative;
  top: -3px;
  margin-right: 4px;
  color: #053a4f;
}

.about-us h3 i.last-circle,
.contact-detail h3 i.last-circle {
  margin-right: 10px;
}

.about-us h3:after {
  display: none;
}

.about-us .itg-button {
  background-color: #333333;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.contact-detail h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #053a4f;
}
/* extras */

.itg-button {
  background: #333333;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: table;
  margin: 0 auto;
}

.no-left-pad-fix {
  margin-left: -15px;
}

/* home slider */

.slider-image:before {
  background-color: rgba(0, 0, 0, 0.2);
}

.slider-text {
  left: 0;
}

.slider-text a{
  margin-top: 20px;
}

.slider-text h1 {
  font-size: 33px;
  line-height: 33px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  max-width: 100%;
}

.slider-text p {
  color: #fff;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

/* quote cut out section homepage */

.construction-letter h3 {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.construction-letter i {
  font-size: 40px;
  position: absolute;
  line-height: 3em;
}

/* list */

ul.list {
  margin-top: 10px;
}

ul.list li {
  line-height: 30px;
}

ul.list li i {
  color: #00837e;
}

.reqQuote {
  background: #00837e;
  width: 100%;
  min-height: 180px;
  margin-top: -50px;
  text-align: center;
  padding: 30px 20px;
  box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.29);
}

.reqQuote h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 28px;
  margin-bottom: 15px;
}

.reqQuote i {
  color: #fff;
  margin-right: 5px;
  margin-bottom: 20px;
}

.reqQuote a.btn {
  background-color: #fff;
  color: #00837e !important;
  padding: 10px 10px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

.padTop30 {
  padding-top: 63px;
}

.value-text {
  text-align: center;
}

/* nav fixes for cms */

ul.dropdown-menu li a span.nav-icon {
  display: none;
}

/* news pages */

a.itg-button.blog-btn {
  background-color: #333333;
}

figure.blog-img .news-cat {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #00837e;
  color: #fff;
  width: 100%;
  top: 0;
  padding: 8px 0 8px 15px;
}

#page-184 .news-cat,
#page-185 .news-cat {
  display: none;
}

.news-single {
}

.news-single .news-image {
  margin-bottom: 20px;
}

.news-single .news-body {
}

.news-single .news-image img,
.news-single .news-body img {
  padding-bottom: 10px;
}

.about-us img {
  padding-bottom: 15px;
}

/* nav */

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #0a5e5b !important;
}

.contact-icn ul li:hover > i {
  background-color: #333 !important;
}

/* cv upload form */

.about-us .ccm-block-express-form {
}
.about-us .ccm-block-express-form .ccm-form form .form-group {
  display: inline-block;
  width: 49%;
}

.about-us .ccm-block-express-form .ccm-form form {
  margin-top: 40px;
}

.about-us .ccm-block-express-form .ccm-form form .form-group label {
  font-family: "Martel Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

.about-us .ccm-block-express-form .ccm-form form .form-group .text-muted {
  color: #00837e;
  font-size: 65%;
}

.about-us
  .ccm-block-express-form
  .ccm-form
  form
  .form-group
  input.form-control {
  padding: 5px 20px;
  border: 0;
  display: inline-block;
  width: 100%;
  border: 2px solid #00837e;
  outline: none;
  height: 40px;
  font-size: 13px;
  color: #777;
}

.about-us .ccm-block-express-form .ccm-form form .form-group select {
  height: 40px;
  border-color: #00837e;
  border-width: 2px;
  outline: none;
  color: #777;
}

.about-us .ccm-block-express-form .ccm-form .form-actions button {
  background-color: #0a5e5b;
  color: #fff;
  border-color: #0a5e5b;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
}

.contact-details {
  margin-bottom: 20px;
}

.contact-details h5 {
  color: #00837e;
}
.contact-details p b {
  color: #00837e;
}
.gm-style-iw div div {
  font-family: "Martel Sans", sans-serif;
  font-size: 13px;
}
.gm-style-iw strong {
  color: #00837e;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
}

.gm-style-iw div div a.btn-direction:link,
.gm-style-iw div div a.btn-direction:visited {
  color: #fff;
  background-color: #00837e;
  padding: 4px 10px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
}

.gm-style-iw div div a:link,
.gm-style-iw div div a:visited {
  color: #00837e;
}

.gm-style-iw i.fa {
  color: #00837e;
  margin-right: 4px;
}

#markerLayer img:hover {
  animation: pulse 1.5s infinite alternate;
  -webkit-animation: pulse 1.5s infinite alternate;
  transform-origin: center;
  -webkit-transform-origin: center;
}

@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

#markerLayer img[src*="iconBig2.png"] {
}

.contactForm input,
.form-actions input {
  padding: 5px 20px;
  border: 0;
  display: inline-block;
  width: 100%;
  border: 2px solid #053a4f;
  outline: none;
  height: 40px;
  font-size: 13px;
  border-radius: 4px;
}

.contactForm textarea {
  border: 2px solid #0a5e5b;
  font-size: 13px;
  color: #777;
  border-radius: 4px;
}

#ContactUsForm .fields .input-group label {
  display: none;
}

#ContactUsForm .extraWrap {
  float: left;
  padding-right: 10px;
}

#ContactUsForm .cFormwrapRight {
  padding-left: 15px;
}

#ContactUsForm .form-group select {
  height: 40px;
  border-color: #0a5e5b;
  border-width: 2px;
  border-radius: 4px;
  color: #999999;
}

#ContactUsForm .form-group {
  margin-bottom: 30px !important;
}

#ContactUsForm .form-group textarea {
  min-height: 180px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#ContactUsForm .form-actions {
  float: left;
  width: 50%;
  padding-left: 15px;
}

#ContactUsForm .form-actions input[type="submit"] {
  background: #0a5e5b;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 13px;
  color: #777;
  border-radius: 4px;
}

/* careeer submit cv form */

#SubmitCVform {
  margin-top: 25px;
}

#SubmitCVform .fields .input-group label {
  display: none;
}

#SubmitCVform .fields .input-group {
  float: left;
  padding-right: 20px;
  margin-bottom: 30px !important;
}

#SubmitCVform .fields .input-group.field-fileupload {
  clear: left;
}

#SubmitCVform .fields .input-group.field-fileupload input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#SubmitCVform .fields .input-group.iconMail,
#SubmitCVform .fields .input-group.field-select,
#SubmitCVform .form-actions {
  padding-right: 0;
}

#SubmitCVform .fields .input-group select {
  padding: 5px 20px;
  border: 0;
  display: inline-block;
  width: 100%;
  border: 2px solid #0a5e5b;
  outline: none;
  height: 40px;
  font-size: 13px;
  color: #777;
  border-radius: 4px;
}

#SubmitCVform .form-actions {
  float: left;
  width: 50%;
  padding-left: 0;
}

#SubmitCVform .has-error .form-control {
  border-color: #0a5e5b;
}

#SubmitCVform .form-actions input[type="submit"] {
  background: #0a5e5b;
  width: 100%;
  border-color: #0a5e5b;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 13px;
  color: #777;
  border-radius: 4px;
  padding: 10px 5px;
}

/* request quote form home */

#quoteForm .quoteFormFields .col-md-6 {
  float: left;
  padding-right: 10px;
  margin-bottom: 7px !important;
}

#quoteForm .quoteFormFields .form-group label {
  display: none;
}

#quoteForm .quoteFormFields .form-group:nth-child(5) {
  width: 100%;
}

#quoteForm .quoteFormFields .form-group:nth-child(6) {
  width: 100%;
}

#quoteForm .quoteFormFields .serviceSelect select,
#quoteForm .quoteFormFields .countrySelect select,
#quoteForm .quoteFormFields .MessageField textarea {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#quoteForm .emailField,
#quoteForm .serviceSelect,
#quoteForm .countrySelect,
#quoteForm .MessageField {
  padding-right: 0;
}

#quoteForm .form-actions input[type="submit"] {
  background: #0a5e5b;
  width: 100%;
  border-color: #0a5e5b;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 13px;
  color: #777;
  border-radius: 4px;
  padding: 10px 5px;
}

#top-menu-small ul li.social-top-intro {
  margin-right: 5px;
}

#top-menu-small ul li.social-top {
  margin-right: 5px;
}

#top-menu-small ul li.social-top a:link,
.social-top a:visited {
  font-size: 18px;
}

#top-menu-small ul li.social-top a span {
  vertical-align: middle;
}

/* contact form */

.contactForm .input-group span {
  background: transparent;
  border-color: #0a5e5b;
  border-width: 2px;
  color: #053a4f;
}

.contactForm .comment-review .floatFix {
  float: left;
  padding-right: 10px;
}

.contactForm .comment-review .input-group select {
  height: 40px;
  border-color: #0a5e5b;
  border-width: 2px;
  border-radius: 4px;
  color: #999999;
}

.contactForm .comment-review .input-group select option {
}

.itg-button.send-btn:hover {
  background-color: #0a5e5b;
}

.contact-details a:hover {
  color: #00837e !important;
}

#search-box {
  display: inline-block;
  opacity: 0;
  position: relative;
  visibility: hidden;
  width: 45%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#search-box input[type="search"],
#search-box input[type="text"] {
  padding: 5px 10px;
  height: 30px;
  border-color: #00837e;
}

#search-box input[type="submit"] {
  position: absolute;
  width: 32px;
  top: 0;
  right: 0;
  border-color: transparent;
  border-left: 1px solid #ff2800;
  background: #00837e url("../img/icons/searchIcon.png") no-repeat center center;
}

#search-box.searchSlideIn {
  opacity: 1;
  visibility: visible;
}

/* search results page */

.search-results form {
}

.search-results h3 {
  margin-bottom: 30px;
}

.search-results form input[type="text"] {
  width: 90%;
  display: inline-block;
}

.search-results form input[type="submit"] {
  background-color: #00837e;
  color: #fff;
  border-color: #00837e;
  width: 9%;
  border-radius: 0;
}

#searchResults {
  margin-top: 40px;
}

#searchResults .searchResult {
  border-bottom: 1px solid #00837e;
  margin-top: 10px;
}

#searchResults .searchResult h3 {
  text-transform: none;
  font-size: 20px;
}

#searchResults .searchResult p > span {
  background-color: #00837e !important;
  color: #fff;
  padding: 0 5px;
}

/* career form */

#careerForm form .ccm-dashboard-express-form fieldset .input-group {
  float: left !important;
}

#careerForm form .ccm-dashboard-express-form fieldset .input-group input,
#careerForm form .ccm-dashboard-express-form fieldset .input-group select {
  width: 95% !important;
  padding: 5px 20px;
  border: 0;
  display: inline-block;
  width: 100%;
  border: 2px solid #00837e;
  outline: none;
  height: 40px;
  font-size: 13px;
  color: #777;
  border-radius: 4px;
}

#careerForm form .ccm-dashboard-express-form fieldset .input-group input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#careerForm
  form
  .ccm-dashboard-express-form
  fieldset
  .input-group
  input[type="file"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#careerForm
  form
  .ccm-dashboard-express-form
  fieldset
  .input-group
  .input-group-addon {
  background: transparent;
  border-color: #00837e;
  border-width: 2px;
  border-right: 0;
}

#careerForm form .text-muted {
  display: none;
}

#careerForm
  form
  .ccm-dashboard-express-form
  fieldset
  .input-group
  .input-group-addon
  span.fa {
  color: #00837e;
}

#careerForm .form-actions button {
  background: #00837e;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 30px;
  height: 40px;
  width: 100%;
  border-color: #00837e;
  border-radius: 4px;
}

.noRightPad {
  padding-right: 0 !important;
}

/* REQ QUOTE FORM ON PAGE */

#requestQuotePageForm {
}

#requestQuotePageForm form .input-group input,
#requestQuotePageForm form select,
.about-us #quoteForm form .input-group input,
.about-us #quoteForm form .input-group select {
  width: 100% !important;
  padding: 5px 20px;
  border: 0;
  display: inline-block;
  width: 100%;
  border: 2px solid #00837e;
  outline: none;
  height: 40px;
  font-size: 13px;
  color: #777;
  border-radius: 4px;
}

#requestQuotePageForm form .input-group input,
.about-us #quoteForm form .input-group input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#requestQuotePageForm form textarea,
.about-us #quoteForm form .input-group textarea {
  border: 2px solid #00837e;
  outline: none;
  font-size: 13px;
  color: #777;
  border-radius: 4px;
}

#requestQuotePageForm form .input-group .input-group-addon,
.about-us #quoteForm form .input-group .input-group-addon {
  background: transparent;
  border-color: #00837e;
  border-width: 2px;
  border-right: 0;
}

#requestQuotePageForm .input-group .input-group-addon span.fa,
.about-us #quoteForm form .input-group .input-group-addon span.fa {
  color: #00837e;
}

/* custom error / success messages on forms */

#ContactUsForm .alert.alert-success {
  border: 1px solid #0a5e5b !important;
  background-color: #0a5e5b !important;
  padding: 20px 15px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  line-height: 18px;
}

div.alert-success,
div.alert-error,
div.alert-danger {
  color: #fff;
  background-color: #0a5e5b !important;
  border-color: #0a5e5b !important;
  padding: 12px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 5px;
}

div.alert-error .error,
div.alert-danger .error {
  display: inline;
  padding-left: 10px;
  text-decoration: underline;
}

.quoteCollapsed {
  height: 350px;
}

.job-opening {
  border: 2px solid #0a5e5b;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.col-md-4.padRightFix {
  padding-right: 20px !important;
}

.homeMapTitle {
  text-align: center;
  font-size: 29px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (min-width: 992px) {
  .blogs .page-list-grid-wrapper .col-md-4:nth-child(4) {
    clear: left;
  }

  .blogs .page-list-grid-wrapper .col-md-4:nth-child(7) {
    clear: left;
  }

  .blogs .page-list-grid-wrapper .col-md-4:nth-child(10) {
    clear: left;
  }

  .blogs .page-list-grid-wrapper .col-md-4:nth-child(13) {
    clear: left;
  }

  .blogs .page-list-grid-wrapper .col-md-4:nth-child(16) {
    clear: left;
  }

  .blogs .page-list-grid-wrapper .col-md-4:nth-child(19) {
    clear: left;
  }

  .blogs .page-list-grid-wrapper .col-md-4:nth-child(22) {
    clear: left;
  }
}

.home-latest-news img {
  height: 324px;
}

.home-latest-news .members-detail {
  bottom: -23px !important;
}

.home-latest-news .team-member p {
  bottom: -195px;
}

.home-latest-news .team-member p span {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

.csr-item {
  min-height: 500px;
}

.csr-item h4 {
  padding: 0 20px;
}

#formblock1820 .btn.btn-primary {
  padding: 5px 20px;
  border: 0;
  display: inline-block;
  width: 100%;
  border: 2px solid #0a5e5b;
  outline: none;
  height: 40px;
  font-size: 13px;
  border-radius: 4px;
  background-color: #0a5e5b;
}

#formblock1820 form input,
#formblock1820 form textarea {
  border: 2px solid #0a5e5b;
}


.align-img .row{
display: flex;
align-items: center;
}

@media screen and (max-width: 767px) {
  .align-img .row{
   flex-direction: column;
   align-items: flex-start;
    }
}


/* SecurImage Captcha */

input#ccm-captcha-code{
  margin: 0 10px;
}

.form-group.captcha{
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}

.col-sm-blog{
  display: inline-flex;
}