

.toast_box {
    position: fixed;
    top: 30%;
    right: 10%;
    background: #ddffdd;
    padding: 15px;
    font-size: 18px;
    color: #228b22;
    border: 1px solid #228b22;
}
.btn-close {
    background: transparent;
    border: 0 none;
    cursor: pointer;
}
.header-area {
    padding-bottom: 40px;
    padding-top: 20px;
}
.logo_img {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
a.logo .flex-column, a.logo.flex-column {
    align-items: flex-start;
    padding-top: 10px;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.align-items-center{align-items: center;}
.justify-content-between{justify-content: space-between;}
.services-area .single-service-item .text-holder .text p {
    color: #9f9f9f;
}
.logo_img img {height: 60px;margin-right: 18px;}
a.logo_img .logo-text {
    font-size: 20px;
    font-weight: 600;
    color: #0f2073;
}
.logo-subtext {
    font-size: 12px;
    font-weight: 600;
    color: #4b667d;
    line-height: 18px;
}
.main-menu .navigation li a{padding: 12px 20px;}
.quote-button a {
    height: auto;
    line-height: 62px;
    width: 100%;
    font-size: 12px;
}
.latest-project-area::before {background:transparent;}
.services-area{
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.services-area::before {
    background: rgb(63 46 8 / 90%) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.latest-project-area .sec-title p {
    color: #01305e;
}
.latest-project-area .sec-title h1 {
    color: #292929;
}
.services-area .sec-title p, .services-area .sec-title h1 {
    color: #ffffff;
}
.services-area .sec-title:before {
    background: #fdc716;
}
.latest-project-area .sec-title:before{background: #01305e;}
.services-area .single-service-item .text-holder .text h3{color: #ffffff;}
.single-latest-project .title-holder{background: #f7f7f7 none repeat scroll 0 0;}
.about-us-area .content-column{padding: 40px 15px 40px 50px;height: 350px;}
.signature-content {
    box-shadow: 3px 4px 12px rgb(0 0 0 / 50%);
    display: flex;
    flex-direction: column;
}
.thm-btn{color: #01354a;}
.footer-logo a.logo_img .logo-text, .footer-logo .logo-subtext{color: #ffffff;}
.single-footer-widget.send-message .title::before{background: #003665 none repeat scroll 0 0;}
.single-footer-widget.send-message .title h3{color: #003665;padding-bottom: 10px;}
.p-5{padding: 5px !important;}
.send-message form textarea.mb-0{margin-bottom: 0;height: 80px;}
.mb-0{margin-bottom: 0 !important;}
.brand-area{padding-bottom: 50px;}
.send-message{padding: 20px;margin-top: 0;}
.single-footer-widget .contact-address li{padding-bottom: 20px;}
.timeline_wrapper .bx-wrapper .bx-controls-direction a{top: auto;bottom: 0;transform: rotate(270deg);}
.top-info ul li{margin-left: 20px;}
.single-footer-widget .footer-logo, .single-footer-widget .industry-info{margin-bottom: 20px;}
.rev_slider_wrapper .slide-content-box h3{transform: skew(-20deg);background: #fdc716;font-size: 24px;margin-left: 20px;margin-top: 0; color: #01305e;}
.top-info ul{display: flex;}
.mb-50{margin-bottom: 50px;}
.welcome-industry-area .video-gallery-bg .video-gallery.right_pos {
    left: auto;
    right: 50px;
    top: -30px;
}
p{text-align: justify;}
.pr-50{padding-right: 50px;}

.steps-vertical .step-wrap {
	align-items: center;
	display: flex;
	padding-bottom: 40px;
}
.about-us-area .image-column{padding: 94px 0;}
.single-latest-project .title-holder h4{margin-bottom: 12px;}
.owl-controls {
    position: absolute;
    top: 20%;
    width: 100%;
}
.owl-theme .owl-nav [class*=owl-]{background: #01305e;padding: 4px 10px;position: absolute;}
.owl-prev{left: 0;}
.owl-next{right: 0;}
.single-latest-project .img-holder .overlay-box .box .content a {
    background: #fdc716 none repeat scroll 0 0;
    /* border-radius: 50%; */
    color: #073c62;
    display: inline-block;
    padding: 5px 15px;
    font-size: 20px;
    /* height: 45px;
    line-height: 48px;
    width: 45px; */
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: uppercase;
}
.single-latest-project .img-holder .overlay-box .box .content a:hover {background: #073c62;color: #ffffff}
.services-area .single-service-item .text-holder .icon{display: flex;justify-content: center;align-items: center;}
.services-area .single-service-item .text-holder .icon svg{width: 45px;fill: #073c62;}
.top-search-box{display: none;}
.slide-content-box h1 {
    line-height: 35px !important;
    background: rgba(0,0,0,0.6);
    padding: 5px !important;
    font-size: 30px !important;
}
.p-0{padding: 0 !important;}
.img_border {
    border: 4px solid #ffffff;
}

@media (max-width: 991px) {
	.steps-vertical .step-wrap {
		flex-direction: column;
		padding-bottom: 0;
	}

	.steps-vertical .step-wrap div + div {
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.steps-vertical .step-wrap div + div {
		margin-bottom: 20px;
	}
}

.steps-vertical .step-wrap + .step-wrap {
	margin-top: 20px;
}

@media (max-width: 991px) {
	.steps-vertical .step-wrap + .step-wrap {
		margin-top: 60px;
	}
}

@media (max-width: 575px) {
	.steps-vertical .step-wrap + .step-wrap {
		margin-top: 40px;
	}
}

@media (min-width: 992px) {
	.steps-vertical .step-wrap:nth-child(even) {
		flex-direction: row-reverse;
	}

	.steps-vertical .step-wrap:nth-child(even) .step-wrap__text {
		text-align: right;
	}

	.steps-vertical .step-wrap:nth-child(even) .step-wrap__image {
		/* -webkit-animation: bubble 3s linear infinite;
		animation: bubble 3s linear infinite; */
    animation: none;
	}
}

.steps-vertical .step-wrap .step-wrap__text {
	width: 40%;
  padding-top: 20px;
}

@media (max-width: 991px) {
	.steps-vertical .step-wrap .step-wrap__text {
		order: 3;
		text-align: center;
		width: 100%;
	}
}

.steps-vertical .step-wrap .step-wrap__image {
	/* -webkit-animation: bubble 5s linear infinite;
	animation: bubble 5s linear infinite; */
	animation: none;
	/* background-image: linear-gradient(to top, #405cfe 0%, #dd9044 100%); */
	margin-top: 10px;
	overflow: hidden;
	width: 40%;
  margin: 35px 0;
}

@media (max-width: 991px) {
	.steps-vertical .step-wrap .step-wrap__image {
		margin-top: 0;
		order: 2;
		width: 100%;
	}
}

.steps-vertical .step-wrap .step-wrap__image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	/* opacity: 0.7; */
	opacity: 1;
	width: 100%;
  margin-bottom: 10px;
}

.steps-vertical .step-wrap .step-wrap__title {
	align-self: flex-start;
	position: relative;
	text-align: center;
	width: 40%;
}

@media (max-width: 991px) {
	.steps-vertical .step-wrap .step-wrap__title {
		order: 1;
		width: 100%;
	}
}

.steps-vertical .step-wrap .step-wrap__title h6 {
	margin-bottom: 0;
}

.steps-vertical .step-wrap .step-wrap__title h3 {
	font-size: 30px;
  line-height: 40px;
}

.steps-vertical .step-wrap .step-wrap__title:after {
	background: #09445a;
	bottom: -288px;
	content: "";
	height: 194px;
	left: 50%;
	-webkit-mask: url(../img/dots-vertical.png);
	-webkit-mask-repeat: no-repeat;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 10px;
}

@media (max-width: 1200px) {
	.steps-vertical .step-wrap .step-wrap__title:after {
		bottom: -200px;
	}
}

@media (max-width: 991px) {
	.steps-vertical .step-wrap .step-wrap__title:after {
		display: none;
	}
}
.fw-200, .thin {
    font-weight: 200;
    margin-top: 0;
}

@-webkit-keyframes bubble {
	0%,
	100% {
		border-radius: 64% 46% 37% 73% / 55% 58% 42% 45%;
	}

	25% {
		border-radius: 43% 47% 47% 38% / 43% 46% 64% 27%;
	}

	50% {
		border-radius: 48% 72% 44% 56% / 49% 40% 60% 51%;
	}

	75% {
		border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%;
	}
}

@keyframes bubble {
	0%,
	100% {
		border-radius: 64% 46% 37% 73% / 55% 58% 42% 45%;
	}

	25% {
		border-radius: 43% 47% 47% 38% / 43% 46% 64% 27%;
	}

	50% {
		border-radius: 48% 72% 44% 56% / 49% 40% 60% 51%;
	}

	75% {
		border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%;
	}
}
.content ul, .content ul li {
    list-style-type: disclosure-closed;
    list-style-position: inside;
}
.sec-title{padding-bottom: 25px;}
.special-service-area .single-item:before{opacity: .70;}
.special-service-area .single-item a{width: 80%;}
.special-service-area .single-item.power{background: rgba(0, 0, 0, 0) url(../img/industry/power.jpg) no-repeat scroll 0 0 / cover;}
.special-service-area .single-item.cement{background: rgba(0, 0, 0, 0) url(../img/industry/cement.jpg) no-repeat scroll 0 0 / cover;}
.special-service-area .single-item.steel{background: rgba(0, 0, 0, 0) url(../img/industry/steel.jpg) no-repeat scroll 0 0 / cover;}
.special-service-area .single-item.sugar{background: rgba(0, 0, 0, 0) url(../img/industry/sugar.jpg) no-repeat scroll 0 0 / cover;}
.special-service-area .single-item.rubber{background: rgba(0, 0, 0, 0) url(../img/industry/rubber.jpg) no-repeat scroll 0 0 / cover;}
.special-service-area .single-item.paper{background: rgba(0, 0, 0, 0) url(../img/industry/paper.jpg) no-repeat scroll 0 0 / cover;}
.special-service-area .single-item.chemical{background: rgba(0, 0, 0, 0) url(../img/industry/chemical.jpg) no-repeat scroll 0 0 / cover;}
.special-service-area .single-item.sugar{background: rgba(0, 0, 0, 0) url(../img/industry/sugar.jpg) no-repeat scroll 0 0 / cover;}
.special-service-area .single-item h3{font-size: 16px;}
.pb-0{padding-bottom: 0;}
.career-info .item .contact-details-title h5 {

  color: #073c62;

  font-size: 18px;

  font-weight: 600;

  margin: 0 0 28px;

  text-transform: capitalize;

}
.career-info .item .contact-info li {

  padding-left: 45px;

  position: relative;

  padding-bottom: 30px;

}
.career-info .item .contact-info li:last-child{

  padding-bottom: 0;

}
.career-info .item .contact-info li .icon-box {

  left: 0;

  position: absolute;

  top: 10px;

}
.career-info .item .contact-info li .icon-box span::before {

  color: #fdc716;

  font-size: 35px;

  font-weight: 700;

}
.career-info .item .contact-info li .text-box p {

  line-height: 22px;

  margin: 0;

}
.career-info .item .contact-info li .text-box p span {

  color: #073c62;

  font-weight: 600;

  font-family: 'Montserrat', sans-serif;

}
.contact-area .contact-details.career_details{margin-right: 0px;}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0566be;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.input-field {
    position: relative;
}
.input-field .icon-holder {
    left: 12px;
    position: absolute;
    top: 13px;
}
.input-field .icon-holder span::before {
    color: #9e9e9e;
    font-size: 20px;
}
.input-field input[type="text"], .send-message-form form .input-field input[type="text"], .input-field input.dob_input[type="text"], .send-message-form form .input-field input.dob_input[type="text"], .input-field select.selectdrop{
    border: 1px solid #eaeaea;
    color: #9e9e9e;
    display: block;
    font-size: 14px;
    height: 50px;
    padding-left: 40px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.input-field input[type="number"], .send-message-form form .input-field input[type="number"],
.input-field input[type="email"], .send-message-form form .input-field input[type="email"], .input-field select.selectdrop{
    border: 1px solid #eaeaea;
    color: #9e9e9e;
    display: block;
    font-size: 14px;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.send-message-form .input-field input[type="number"], .send-message-form .input-field input[type="email"], .input-field input[type="number"], .input-field input[type="email"],
.input-field input[type="text"], .send-message-form form .input-field input[type="text"]{padding-left: 15px;}
.qty {
    padding-right: 0px;
    width: 142px;
}
.qty .input-group.bootstrap-touchspin {
    float: right;
    width: 70px;
}
.qty .quantity-spinner.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    box-shadow: none;
    color: #272727;
    display: block;
    font-size: 18px;
    font-weight: 500;
    height: 34px;
    padding: 6px 0;
    text-align: center;
    margin-bottom: 0;
}
.qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}
.qty .btn-default {
    background-color: #e4985b;
    border-color: #c9600c;
    color: #fff;
}
.qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn{height: auto;}
.rounded-0{border-radius: 0;}
.product-content-box .flexslider{box-shadow: 4px 5px 7px rgb(0 0 0 / 50%);padding: 10px;margin: 0;}
.pr-0{padding-right: 0;}

.advisor-area.info-default {
  padding-bottom: 35px;
}

.advisor-item {
  position: relative;
  margin-bottom: 20px;
}

.advisor-area .advisor-items .single-item {
  margin-bottom: 30px;
}

.advisor-item .info-box {
  display: block;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
  /* border: 1px solid #0a305c; */
}

.advisor-items .advisor-item .info-box {
  display: block;
  overflow: hidden;
  position: relative;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  background: #ffffff;
}

.advisor-item .info-box .info-title span {
  color: #ffb606;
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.advisor-item .info-box img {
  width: 100%;
}

.circle .advisor-item .info-box img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.advisor-item .info-title {
  bottom: 10px;
  left: 10px;
  right: 10px;
  transform: translate3d(0px, 0%, 0px);
  -webkit-transform: translate3d(0px, 0%, 0px);
  -moz-transform: translate3d(0px, 0%, 0px);
  -ms-transform: translate3d(0px, 0%, 0px);
  -o-transform: translate3d(0px, 0%, 0px);
  -webkit-transition: all 800ms ease 0.35s;
  -moz-transition: all 800ms ease 0.35s;
  -ms-transition: all 800ms ease 0.35s;
  -o-transition: all 800ms ease 0.35s;
  transition: all 800ms ease 0.35s;
  padding: 25px 10px;
  background: #ffffff none repeat scroll 0 0;
  text-align: center;
  position: absolute;
}

.advisor-items .advisor-item .info-title {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding: 25px;
  position: relative;
  right: 0;
  text-align: center;
  transform: inherit;
  width: 100%;
}

.advisor-item:hover .info-title {
  transform: translate3d(0px, 120px, 0px);
  -webkit-transform: translate3d(0px, 120px, 0px);
  -moz-transform: translate3d(0px, 120px, 0px);
  -ms-transform: translate3d(0px, 120px, 0px);
  -o-transform: translate3d(0px, 120px, 0px);
  transition-delay: 0.2s;
}

.advisor-items .advisor-item:hover .info-title,
.advisor-items .advisor-item {
  transform: inherit;
}

.advisor-item .info-title h4 {
  color: #002147;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -ms-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
}

.advisor-item .overlay {
  background: rgb(231 175 49 / 80%) none repeat scroll 0 0;
  left: 15px;
  right: 15px;
  opacity: 1;
  padding: 0 20px;
  position: absolute;
  top: 15px;
  bottom: 15px;
  transform: translate3d(0px, -110%, 0px);
  -webkit-transform: translate3d(0px, -110%, 0px);
  -moz-transform: translate3d(0px, -110%, 0px);
  -ms-transform: translate3d(0px, -110%, 0px);
  -o-transform: translate3d(0px, -110%, 0px);
  -webkit-transition: all 700ms ease 0.35s;
  -moz-transition: all 700ms ease 0.35s;
  -ms-transition: all 700ms ease 0.35s;
  -o-transition: all 700ms ease 0.35s;
  transition: all 700ms ease 0.35s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.advisor-item .overlay-content h4 {
  font-weight: 500;
  text-transform: capitalize;
  color: #ffffff;
}

.advisor-item .overlay-content p {
    color: #001020;
    text-align: center;
}

.advisor-item .overlay-content > a {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffb606;
}

.advisor-item:hover .overlay {
  transform: translate3d(0px, 0, 0px);
  -webkit-transform: translate3d(0px, 0, 0px);
  -moz-transform: translate3d(0px, 0, 0px);
  -ms-transform: translate3d(0px, 0, 0px);
  -o-transform: translate3d(0px, 0, 0px);
  transition-delay: 0.1s;
}

.advisor-item .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}

.advisor-item .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.advisor-item .overlay .overlay-content .icon-holder {
  margin-bottom: 30px;
}

.advisor-item .overlay .overlay-content .icon-holder span::before {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}

.advisor-item .overlay .overlay-content h4 .title {
  color: #ffffff;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -ms-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

.advisor-item .overlay .overlay-content .text {
  margin-bottom: 13px;
  margin-top: 17px;
}

.advisor-item .social li {
  display: inline-block;
}

.advisor-item .social {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  padding-top: 15px;
}

.advisor-items .advisor-item .social {
  position: relative;
  z-index: 1;
}

.advisor-items .advisor-item .social::after {
  background: #ffb606 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: -2px;
  width: 30px;
}

.advisor-item .social li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 5px 3px 0;
  text-align: center;
  width: 40px;
  color: #002147;
  background-color: #ffffff;
}

.advisor-item .social li.facebook a {
  background-color: #3b5998;
  color: #ffffff;
}

.advisor-item .social li.twitter a {
  background-color: #1da1f2;
  color: #ffffff;
}

.advisor-item .social li.pinterest a {
  background-color: #bd081c;
  color: #ffffff;
}

.advisor-item .social li.google-plus a {
  background-color: #db4437;
  color: #ffffff;
}

.advisor-item .social li.linkedin a {
  background-color: #0077b5;
  color: #ffffff;
}

.advisor-items .advisor-item .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 5px 3px 0;
}
.gx-5 .col-md-3{padding-left: 5px;padding-right: 5px;}
.send-message-form form input[type="file"], .upload_btn {
    border: 1px solid #eaeaea;
    color: #9e9e9e;
    display: block;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 15px;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    width: 100%;
}
.upload_btn {
  border: 1px solid #eaeaea;
  color: #777474;
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  height: 50px;
  margin-bottom: 30px;
  padding: 10px 15px;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
  width: 100%;
	font-weight:400;
}
.upload_btn .icon-holder{margin-right: 5px;}
#upload {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.field-input { position: relative;}
.services-area .single-service-item .text-holder .text{padding-top: 12px;}
.processing-system li .single-item .iocn-holder p{text-align: center;}
.single-latest-project .title-holder p{text-align: center;}
.pt-15{padding-top: 15px;}
.products .single-latest-project{margin-bottom: 20px;}
.products .single-latest-project .title-holder{
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .single-latest-project .title-holder p{margin: 0;}
.products .single-latest-project .thm-btn{padding: 5px 15px;}
.sidebar-wrapper .single-sidebar, .sidebar-wrapper .single-sidebar .sidebar-title{overflow: visible;}
.product-content-box .content-box {
    margin-left: 0;
    margin-top: 20px;
}
.product-content-box ul{margin-bottom: 20px;}
.product-content-box ul, .product-content-box ul li {
    list-style-type: square;
    list-style-position: inside;
}
.mb-15{margin-bottom: 15px;}
.product-content-box .content-box h5{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
.product-content-box .content-box h6{font-size: 14px;}
.product-content-box .content-box hr{margin: 0 0 10px;}
.mt-0{margin-top: 0 !important;}
.products .single-latest-project .img-holder{border: 1px solid rgb(41 46 49);box-shadow: 2px 2px 2px rgb(0 0 0 / 50%);}
.justify-content-center{justify-content: center;}
.justify-content-end{justify-content: flex-end;}
.send-message form button {
    padding: 5px 15px;
    margin-top: 10px;
    border-radius: 5px;
}
.single-footer-widget .title {
    margin-bottom: 10px;
}
.steps-vertical .step-wrap .step-wrap__text .step-wrap__image{width: 100%;}
.products_tab .tab-pane{padding: 20px;}
.products_tab .nav-tabs>li.active>a, .products_tab .nav-tabs>li.active>a:focus, .products_tab .nav-tabs>li.active>a:hover{
  color: #fff;
  cursor: default;
  background-color: #01305e;
  border: 1px solid #01305e;
  border-bottom-color: transparent;
}
.products_tab .nav-tabs>li>a{
  color: #01305e;
  background: #01305e24;
}
.products_tab .tab-menu{display: flex;justify-content: start;}
.products_tab .tab-menu li:first-child{margin-right: 10px;}
.products_tab .tab-menu li:last-child{margin-left: 10px;}

.single-sidebar-item .solution-categories li a {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #292929;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 55px;
  /* font-family: 'Montserrat', sans-serif; */
  padding-left: 15px;
  padding-right: 20px;
  transition: all 500ms ease;
  position: relative;
}
.single-sidebar-item .solution-categories li a:before{
  position: absolute;
  top: 12px;
  left: 0;
  width: 0px;
  height: 30px;
  background: #01305e;
  content: "";
  transition: all 500ms ease;
}
.single-sidebar-item .solution-categories li a i {
  margin: 19px 0;
  color: #f7f7f7;
}
.single-sidebar-item .solution-categories li a:hover,
.single-sidebar-item .solution-categories li.active a,
.single-sidebar-item .solution-categories li:first-child a:hover,
.single-sidebar-item .solution-categories li:first-child.active a{
  background: #fdc716;
  color: #fff;
}
.single-sidebar-item .solution-categories li a:hover i,
.single-sidebar-item .solution-categories li.active a i{
  color: #fff;
}
.single-sidebar-item .solution-categories li a:hover:before,
.single-sidebar-item .solution-categories li.active a:before{
  width: 5px;
}
.single-sidebar-item .sec-title-two h2 {
  font-size: 22px;
  margin: -4px 0 15px;
}
.product-content-box{margin-bottom: 0;}
.sidebar-wrapper .single-sidebar .sidebar-title{padding-bottom: 0;}
.single-sidebar-item .solution-categories li:first-child a{background: #ffe4c4;text-transform: uppercase;}
.mb-4{margin-bottom: 15px;margin-top: 0;}
.brand-area .brand .single-item{
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand-area .brand .single-item img{padding: 5px 0;max-width: 80% !important;}
.advisor-item .overlay-content h4{font-size: 18px;text-transform: uppercase;}
.mt-50{margin-top: 50px;}
.mb-20{margin-bottom: 20px;}
.single-latest-project .img-holder img{border: 1px solid #01305e;background: #ffe4c4;}
.breadcrumb-bottom-area .left span{padding: 0 25px;}
.quote-button.m-dspay{display: none;}

.download_btn {
    background: #01305e;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
}
.cata_box {
    background: #ffe4c4;
    padding: 10px;
    border: 1px solid #d07912;
    margin-bottom: 15px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-bottom: 0;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 0px;
    background: #fff;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0566be;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.down_pdf{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.down_btn i {
    font-size: 22px;
    color: green;
}
.send-message-form form button{height: 50px;}
.input-field input[type="number"], .send-message-form form .input-field input[type="number"], .input-field input[type="email"], 
.send-message-form form .input-field input[type="email"], .input-field select.selectdrop, 
.send-message form .input-field input[type="text"], .send-message form textarea{
    margin-bottom: 10px;
}

/* .main-menu .navigation > li:before{background: #39aad3;}
.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a{color: #0094ca;}
.main-menu .navigation > li > ul > li:hover > a{background-color: #00678c;}
.yellow-bg {background: #00678c;}
.thm-btn{border: 2px solid #058cbd;} */
