@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,500;1,700;1,800;1,900&family=Source+Sans+Pro:ital,wght@0,400;1,400;1,600&display=swap');
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #5a5a5a;
}

a {
    color: #007ec4;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

h1, h2 {
    font-weight: 700;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
}

h3 {
    font-size: 32px;
}

.large-para {
    font-size: 24px;
    line-height: 32px;
}

h5 {
    font-size: 20px;
}

h3, h4, h5 {
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

p {
    line-height: 24px;
    margin-bottom: 20px;
}

section {
    padding: 70px 0;
}

.btn {
    background: none;
    border: none;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background: #3e3f98;
    display: inline-block;
    padding: 10px 30px;
    transition: 0.5s;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    min-width: 200px;
}

.btn.btn-large {
    padding: 15px 20px;
    font-size: 18px;
}

.btn:hover {
    background: #007ec4;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

/*
start google maps css
======================
*/

.google-maps {
    position: relative;
    padding-bottom: 35%; 
    height: 200px;
    overflow: hidden;
     margin: 0 auto; /* Centers the wrapper horizontally */
        display: block; /* Ensures the wrapper takes up the full width available */
        /* add other CSS to control the height if needed */
     max-width: 970px;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
       

     
      
  }

* {
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .google-maps {
    margin-left: 18px !important;
    margin-right: 18px !important;
       height: 350px !important;
       
  }
  .google-maps > iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: calc(20vh - 10px);
     
  }
}

/*
CSS-Only Spinner
======================
*/


.custom-spinner {
  display: none;           /* Hidden by default */
  position: absolute;      /* Positioned relative to parent */
  right: 0px;            /* Shift it slightly left of your original -40px */
  top: 50%;                /* Vertically centered */
  transform: translateY(-50%);
  width: 24px;             /* Match spinner size */
  height: 24px;
  pointer-events: none;    /* So it doesn’t interfere with clicking the button */
}


.custom-spinner .loader {
  width: 24px;
  height: 24px;
  border: 3px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

/*
start css
======================
*/

.site-header {
    box-shadow: 0 0 10px #0003;
    position: relative;
    z-index: 9;
}
@media screen and (min-width: 1024px) {
	.navbar-expand-lg {
		flex-direction: column-reverse;
	    align-items: flex-end;
	}	
}


/*.navbar-expand-lg .btn.btn-large  {
	padding:0!important;
	color: #007fc4!important;
	background: #fff!important; 
}*/
.navbar-brand {
    padding: 0;
    margin: 20px 0;
}

.navbar-brand img {
    max-width: 250px;
}
.navbar-nav li:last-child {
	padding-right: 0!important;
}
.navbar-nav li {
    padding: 0 30px;
}
.navbar-nav li a {
    color: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    font-family: 'Montserrat', sans-serif;
    transition: 0.5s;
    position: relative;
}
.navbar-nav li.active>a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: #000000;
    box-shadow: 0 0 10px #00000080;
}
.navbar-nav li a:hover {
    color: #000000;
}

.navbar-nav li:last-child a {
    padding-right: 0;
}
.site-header li.dropdown .dropdown-menu {
    display: block !important;
    min-width: 320px;
    background: #e76f51;
    border: solid 1px #fff;
    border-radius: 6px;
    padding: 10px 20px;
    box-shadow: 0 0 20px #0000000f;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
    left: 76px;
}
.site-header li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: -10px;
}
.email-info i {
    margin-right: 7px;
    vertical-align: middle;
    font-size: 29px;
}
.email-info {
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 7px;
}   
.banner-contact h2 {
    color: #fff;
}
.banner-contact p {
    color: #fff;
}

.form-control {
    height: 45px;
    border-color: #ececec;
    border-radius: 4;
}
textarea.form-control {
    height: 140px;
}
input.btn.submit-btn {
    margin-top: 28px;
    padding: 12px;
    min-width: 289px;
    font-weight: 600;
}


.banner-container {
	padding: 50px 0;
background-image: linear-gradient(to bottom, #0073b3, #0075b6, #0077b9, #0079bd, #007bc0, #007bc0, #007bc0, #007bc0, #0079bd, #0077b9, #0075b6, #0073b3);
    
   
}
.banner-container h2 {
	color: #fff;
	text-align: center;
}





@media (min-width:767px) {
    

.site-header li.dropdown .dropdown-menu:after,
.site-header li.dropdown .dropdown-menu:before {
    content: "";
    position: absolute;
    left: 14px;
    border-color: transparent;
    border-style: solid;
    border-width: 7px;
    border-bottom-width: 12px;
    border-bottom-color: #e76f51;
    top: -17px;
    z-index: 1;

}
}
.site-header  li.dropdown .dropdown-menu li {
    padding: 13px 0;
    border-bottom: solid 1px #ffffff7d;
    margin: 0;
}
.site-header  li.dropdown .dropdown-menu li a {
    color: #ffff;
    font-size: 16px;
    padding: 0;
    font-weight: 600;
    text-transform: none;
}
.site-header li.dropdown .dropdown-menu li:last-child {
    border: none;
}


/*
End 
================================================
================================================
*/
.banner {
    position: relative;
}

.banner-carousel {
    position: relative;
}

.banner-carousel-content {
    max-width: 450px;
    position: absolute;
    left: 0;
    padding: 40px;
    bottom: 0;
    text-align: left;
    max-width: 40%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-carousel-content.right {
    left: auto;
    right: 0;
    text-align: right;
    max-width: 500px;
}

.banner-carousel h2 {
    color: #fff;
    font-size: 40px;
}

.banner-carousel p {
    color: #fff;
    font-size: 18px;
}

.btn.btn-outline {
    background: none;
    border: solid 1px #fff;
    font-weight: 700;
}

.btn.btn-outline:hover {
    background: #fff;
    color: #007ec3;
}

.industrial-item {
    text-align: center;
    height: 100%;
    border: solid 1px #0000000a;
    padding: 25px;
    transition: 0.5s;
}

.industrial-item p {
    font-size: 18px;
}

.industrial-item:hover {
    box-shadow: 0 0 26px #00000021;
}

.industrial-item:hover h5 {
    color: #007ec3;
}

.bg-primary {
    background: #007ec3 !important;
}

.bg-secondary {
    background: #3e3f98 !important;
}

.industeial-services [class*="col-md-"] {
    display: flex;
    align-items: center;
}

.services-item figure {
    margin: 0;
}

.bx-content .services-item {
    padding: 30px;
}
.bx-content .btn.btn-outline {
    border: none;
    padding:0;
    text-align: left;
    cursor: default;
    font-weight: normal;
}
.bx-content .btn.btn-outline:hover, .bx-content .btn.btn-outline:focus {
    color: #fff;
    background: transparent;
} 

.bx-content .services-item h3, .bx-content .services-item p {
    color: #ffff;
}

.services-item figure {
    overflow: hidden;
}

.services-item figure img {
    transition: 0.5s;
}

.services-item:hover figure img {
    transform: scale(1.1);
}

.expert-content h3 {
    color: #007ec4;
    font-size: 36px;
}

.expert-content {
    line-height: 30px;
    font-size: 20px;
}
.form-wrapper {
	padding: 30px 30px 40px;
	background: #f7f7f7;
    border-radius: 4px;
}

.list-item li {
    font-size: 20px;
    line-height: 36px;
    color: #000;
    list-style: disc;
    margin-left: 25px;
}

.brand-wrap-bx {
    background: #ffffff;
    padding: 0px;
}

.brand-wrap-bx ul {
    max-width: 600px;
    margin: auto;
}

.brand-wrap-bx ul li img {
    mix-blend-mode: darken;
}

.wide-wrap-bx {
    background: #f7f7f7;
    padding: 70px 70px 1px;
    margin-bottom: 70px;
}

.wide-wrap ul li {
    list-style: disc;
    font-size: 20px;
    line-height: 40px;
    margin-left: 20px;
    color: #000;
}

.industeial-weighing ul li {
    list-style: disc;
    font-size: 24px;
    line-height: 40px;
    margin-left: 20px;
    color: #000;
}

.bottom-info h3 {
    color: #3e3f98;
    font-size: 24px;
    margin-bottom: 20px;
}

.bottom-info p {
    font-size: 20px;
}

.bottom-info p strong {
    color: #3e3f98;
}

.footer-links li:last-child {
    border: none;
    padding-right: 0;
    margin-right: 0;
}

ul.footer-links li a {
    color: #000;
    font-size: 16px;
}

.footer-links li {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    border-right: solid 1px #ccc;
    line-height: 16px;
}

.footer-links {
    text-align: left;
    margin-bottom: 3px;
}

.site-footer {
    background: #f7f7f7;
    padding: 55px 0;
}
.site-footer .email-info {
    text-align: right;
}
.icon-wrap {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 992px) {
    .icon-wrap {
        flex-direction: column;
        
    }
    .facebook {
        margin: 0 0 10px 0;
    }
    .site-footer .email-info {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .banner-carousel-content {
        max-width: 50%;
    }
    .banner-carousel p {
        display: none;
    }
    .icon-wrap {
        margin-bottom: 60px;
    }
    .facebook {
        position: absolute;
        bottom: -40px;
        margin: 0;
    }
    .site-footer .text-lg-right {
        position: absolute;
        left: 50%;
        bottom: 75px;
        transform: translateX(-50%);
    }
    
    .footer-links li {
        margin-right: 2px;
        padding-right: 3px;
    }
    .site-footer .btn.btn-large {
        min-width: 210px;
    }
}
@media screen and (max-width: 565px) {
    
    .site-footer .text-lg-right {
        position: absolute;
        left: 50%;
        bottom: 75px;
        transform: translateX(-50%);
    }
    
    .site-footer {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 565px) {
    .site-footer .text-lg-right {
        bottom: 130px;
    }
}
.facebook {
    color: #fff;
    background: #007ec4;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 23px;
    padding-top: 4px;
    margin-left: 13px;
}

.site-footer p {
    margin-bottom: 5px;
}

.large-text {
    font-size: 20px;
    line-height: 22px;
     margin-top: 15px;
}
.wpcf7 .screen-reader-response {
    display:none;
}
.wpcf7 .wpcf7-not-valid-tip {
    color: red;
}
.wpcf7 .wpcf7-response-output {
    color: #007ec4;
    font-size: 1.5em;       /* Bigger font size */
  font-weight: 600;       /* Slightly bolder */
  margin-top: 20px;       /* Some spacing above */
  margin-bottom: 20px;    /* Some spacing below */
    
}
.current-menu-item a {
    color: #000000!important;
}

