body{
    font: 300 18px/1.66667 geo-wf,Helvetica,Arial;
}
.navbar-nav a.nav-link {
    color: #212529;
    font-weight: 600;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
    float:right;
}

.mobile-offcanvas.navbar{
    background-color: #fff;
    webkit-box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25,25,25,0.1);
}

.topStrip {
    background-color: #002E5B;
    padding: 5px;
    color: #fff;
    font-size: 13px;
}

.topStrip .fa-brands,
footer .socialMedia .fa-brands{
    font-size: 19px;
    float: right;
    margin: 0 5px;
}

footer {
	background-color: #002E5B;
	color: #fff;
}

footer .copyrights{
    font-size: 12px;
    /* color: #6c757d; */
}

footer .nav-link{
    color: #fff;
}

.companyLogoMobile{
    width: 40px;
}
.companyLogoDesktop{
    width: 50px;
}
.companyName {
    color: #e08700;
    font-weight: 800;
    font-size: 22px;
}

img {
    padding: 0px !important;
}

.pageHeading {
    top: 50%;
    position: absolute;
    left: 50%;
    width: max-content;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 2px #000, 0 0 1em blue, 0 0 0.2em blue;
}

h3{
    font-size: 36px;
    line-height: 1.33333;
    font-weight: 600;
    padding: .8888888888889em 0 0;
    margin: 10px 0 .8333333333333em;
}

h4 {
	font-size: 24px;
	line-height: 1.25em;
	margin-bottom: 1.25em;
    padding-top: 1.666666666667em;
}

h3,h4{
    font-weight: 600;
}
P{
    margin-bottom: 1.666666666667em;
}
.floatWhatsApp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.aboutUsHomeTitle{
    background: #002E5C;
}

.aboutUsHomeTitle h3{
    font-size: 34px;
    color: #1bbaed;
    padding: 0px;
}

.aboutUsHomeTitle p{
    color:#fff;
}

.readMoreBtn {
	border-radius: 15px;
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background-color: #e08700;
}

.productAndSolution{
    background-color: #f3f3f3 !important;
}

.productAndSolution .card-title {
	color: #002E5C;
	font-weight: 600;
	font-size: 16px;
    margin-bottom: 30px;
}

.productAndSolution .card-body {
	flex: 1 1 auto;
	padding: 30px 15px;
}

.moreProdDesc{
    color: #e08700;
    border: 2px solid #e08700;
    padding: 10px 15px;
    border-radius: 17px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

.mar-0{
    margin: 0px !important;
}

.textReplaceOnHover {
    padding: 0.67em;
    border: 2px solid #FFF;
    overflow: hidden;
    text-decoration: none;
    font-size: 2em;
    outline: none;
    color: #FFF;
    background: #012F5D;
    font-family: 'raleway', sans-serif;
    text-align: center;
}

.textReplaceOnHover span {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.textReplaceOnHover:before,
.textReplaceOnHover:after {
    content: '';
    position: absolute;
    top: 0.67em;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: .4s,opacity .6s;
    -moz-transition: .4s,opacity .6s;
    -o-transition: .4s,opacity .6s;
    transition: .4s,opacity .6s;
}

/* :before */

.textReplaceOnHover:before {
    content: attr(data-hover);
    -webkit-transform: translate(-150%,0);
    -moz-transform: translate(-150%,0);
    -ms-transform: translate(-150%,0);
    -o-transform: translate(-150%,0);
    transform: translate(-150%,0);
}

/* :after */

.textReplaceOnHover:after {
    content: attr(data-active);
    -webkit-transform: translate(150%,0);
    -moz-transform: translate(150%,0);
    -ms-transform: translate(150%,0);
    -o-transform: translate(150%,0);
    transform: translate(150%,0);
}

/* Span on :hover and :active */

.textReplaceOnHover:hover span,
.textReplaceOnHover:active span {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
}

/*  
    We show :before pseudo-element on :hover 
    and :after pseudo-element on :active 
*/

.textReplaceOnHover:hover:before,
.textReplaceOnHover:active:after {
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

/* 
  We hide :before pseudo-element on :active
*/

.textReplaceOnHover:active:before {
    -webkit-transform: translate(-150%,0);
    -moz-transform: translate(-150%,0);
    -ms-transform: translate(-150%,0);
    -o-transform: translate(-150%,0);
    transform: translate(-150%,0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}



.partnerLogos #slider-container {
    position: relative;
    height: 150px;
    width: 100%;
    /* max-width: 1000px; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 0 15px #888;
    border-radius: 70px;
  }
  
.partnerLogos #slider-scroller {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(260px * 6);
    transition: all 1s ease;
  }
  
.partnerLogos .slider-item {
    width: 220px;
    height: 110px;
    display: inline-block;
    margin: 20px;
    position: relative;
  }
  
.partnerLogos .slider-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
    max-height: 100px;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
	border-radius: 15px !important;
}

.card-img-top{
    border-radius: 15px 15px 0 0;
}

.productDescModal .modal-title{
    font-size: 20px;
    padding-top: 0px;
}

.productDescModal .modal-body{
    font-size: 16px;
    text-align: justify;
}

.productDescModal li b{
    font-weight: 600;
}

.ul_screwconveyor li{
    margin: 15px 0;
}

.ul_screwconveyor li img{
    margin-top: 10px;
    margin-bottom: 15px;
}