
/*Custom CSS*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');

body, p, h1, h2, h3, h4, h5, h6, a{
	font-family: 'Poppins', sans-serif;
}
html {
  scroll-behavior: smooth;
}
.addPadd {
    padding-top: 60px;
    padding-bottom: 60px;
}
.mainNav .navbar {
    /* box-shadow: none; */
    padding: 10px 52px;
}
.mainNav .fixed-top {
    background: white;
}
.menuDiv .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menuDiv .navbar-nav .nav-link:hover {
    color: #ed1d24;
}
.logo img {
    max-width: 200px;
}
.bannerItem{
	position: relative;
}
.bannerCaption {
    position: absolute;
    z-index: 99;
    top: 18%;
    max-width: 700px;
    left: 50px;
}
.bannerCaption h1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 50px;
    text-transform: capitalize;
    line-height: 1.5;
}
.bannerCaption h1 > span {
    color: #ef343b;
    text-transform: uppercase;
    font-weight: 800;
}
.bannerCaption p {
    color: #ffffff;
    line-height: 1.6;
    font-size: 17px;
    font-weight: 3;
}
.bannerCaption button {
     background-color: #ef343b !important; 
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    /*background: linear-gradient(to right, #ef343b 0%, #f7911e 51%, #ef4247 100%);*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 600;
}
.bannerCaption button:hover {
    background-image: linear-gradient(to right, #f7911e 0%, #f05457 51%, #ef4d51 100%);
    color: #fff;
}
.bannerCaption p > span {
    font-weight: 500;
}
.mainNavLink .nav-link {
    text-transform: uppercase;
    color: #343434;
    font-weight: 500;
    font-size: 16px;
}
.secTitle {
    margin-bottom: 40px;
}
.secTitle svg {
    font-size: 38px;
    margin: 0 auto;
    display: block;
    margin-bottom: 16px;
    color: #f04944;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.secTitle:hover svg {
    color: #f78f1e;
}
.secTitle h2 {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    color: #343434;
}
.secTitle p {
    text-align: center;
    line-height: 1.8;
    font-size: 15px;
    max-width: 800px;
    margin: 0 auto;
    color: #888;
    font-weight: 400;
}
.pad-50{
    padding: 50px 0;
}
.serviceDiv {
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,.11);
    box-shadow: 0 5px 40px 0 rgba(0,0,0,.11);
    border: none;
    padding: 40px 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
.serviceDiv:hover {
    -webkit-box-shadow: 0px 25px 36px 0px rgba(154, 161, 171, 0.24);
    box-shadow: 0px 25px 36px 0px rgba(154, 161, 171, 0.24);
    margin-top: -3px;
}
.serviceDiv .servHead h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 16px 0px;
    text-transform: capitalize;
    color: #403e3e;
}
.serviceDiv .servHead svg {
    font-size: 30px;
    color: #f78e1e;
    border: 1px solid #f79020;
    padding: 5px;
    border-radius: 50px;
    height: 30px;
    width: 30px !important;
}
.serviceDiv .servCont p {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    color: #888;
}
.serviceDiv .btn {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 9px 20px;
    border-radius: 50px;
    background: #ef343b !important;
    color: #fff;
}
.serviceDiv .btn:hover {
    background-image: linear-gradient(to right, #f7911e 0%, #f05457 51%, #ef4d51 100%) !important;
    color: #fff;
}
.missImgDiv img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
    position: relative;
    top: -30px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.missImgDiv img:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.28);
}
.missImgDiv {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    border: 1px solid #e3dddd;
    border-radius: 15px;
    padding: 0px 30px 0;
}
.missionMainDiv {
    padding: 16px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
    -webkit-box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    display: flex;
}
.missContDiv h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #403e3e;
    margin-bottom: 5px;
}
.missContDiv {
    padding-left: 16px;
}
.missContDiv p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0;
    color: #888;
    font-weight: 300;
}
.iconDiv svg {
    font-size: 35px;
    color: #f78f19;
}
.alignCenter{
    align-items: center;
}
.greyBg{
    background: #f9f7f7;
}
.prodHead img {
    max-width: 50px;
    margin: 0 auto;
    border: 2px solid #f78f18;
    border-radius: 50%;
    padding: 2px;
    margin-bottom: 10px;
}
.productDiv {
    text-align: center;
}
.prodHead {
    padding: 0px 0 10px;
}
.prodHead h2 {
    font-size: 20px;
    font-weight: 500;
    color: #343434;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.prodCont p {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    color: #888;
}
.productDiv {
    padding: 12px 12px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
.productDiv:hover {
    -webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,.11);
    box-shadow: 0 5px 40px 0 rgba(0,0,0,.11);
}
.footerMain {
    padding-top: 50px;
    position: relative;
}
.footerMain:after {
    position: absolute;
    background: #ef343b;
    content: "";
    width: 100%;
    height: 250px;
    bottom: 0;
    z-index: -1;
}
.btn-cust {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 9px 20px;
    border-radius: 50px;
    background: #ef343b !important;
    color: #fff;
}
.btn-cust:hover{
    background-image: linear-gradient(to right, #f7911e 0%, #f05457 51%, #ef4d51 100%) !important;
    color: #fff;
}
.footContF {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 5px 40px 0 rgba(0,0,0,.11);
    z-index: 1;
}
.footDetails h2 {
    font-weight: 600;
    font-size: 40px;
    color: #343434;
    margin-bottom: 20px;
}
.footDetails h2 > svg {
    font-size: 38px;
    color: #f04944;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-right: 10px;
}
.footDetails p:nth-of-type(1) {
    color: #888;
    margin-bottom: 8px;
}
.footDetails p {
    font-weight: 500;
    color: #343434;
    font-size: 15px;
}
.footDetails a {
    color: red;
    font-size: 18px;
    vertical-align: middle;
    font-weight: 600;
}
.form-control:focus{
    background-color: #fff;
    border-color: #f04944;
    box-shadow: 0px 0px 0px 2.2px rgb(255, 255, 255);
}
.form-control {
    font-size: 15px;
    font-weight: 300;
    border: 1px solid #edebeb;
}
.cpyRightDiv p {
    margin-bottom: 0;
    color: white;
    font-size: 13px;
}
.cpyRightDiv {
    text-align: center;
    margin-top: 60px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cpyRightDiv a {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    vertical-align: middle;
}
.socialDiv ul li {
    display: inline-block;
}
.socialDiv ul {
    margin-bottom: 0;
}
.socialDiv ul li img {
    max-width: 50px;
    transition: all ease 0.5s;
}
.socialDiv ul li img:hover {
    margin-top: -3px;
}
.footContS {
    padding-left: 20px;
}
.reqQuote {
    margin-top: 75px;
}
.qtyDiv {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    /*-webkit-align-items: center;*/
    -ms-flex-align: center;
    /*align-items: center;*/
    background-color: #fff;
    border-radius: 5px;
    font-size: 30px;
}
.qtyDiv .btn {
    padding: 8px 16px;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: #ef343b !important;
}
.qtyDiv .btn:hover, .qtyDiv .btn:focus, .qtyDiv .btn:active {
    background: #f7931e !important;
}
.qtyDiv input {
    border-radius: 0px;
    text-align: center;
}
.qtyDiv .btn svg {
    margin-left: -4px;
}
.rptRow:not(:last-of-type) {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 16px;
}
.rptRow {
    position: relative;
}
.tooltipform {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 22px;
    font-size: 14px;
    color: #696868;
}
.addMoreBtn .btn svg {
    vertical-align: middle;
}
.addMoreBtn .btn {
    padding: 0px 10px;
    margin: 0;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    background: #f68b1e !important;
}
.addMoreBtn {
    position: absolute;
    right: -60px;
    top: 3px;
}
.addMoreBtn .btn.btnDel {
    background: #ef343b !important;
}
.grndTotlDiv {
    text-align: right;
}
.grndTotlDiv h4 {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    color: #e9333a;
    font-weight: 600;
}
.grndTotlDiv h4 > p {
    display: inline-block;
    font-size: 22px;
    color: #333;
    margin: 0;
    vertical-align: middle;
    margin-left: 8px;
}