/*font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;*/

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
    text-decoration: none;
    outline-offset: inherit;
}

body {
    font-family: 'Catamaran', sans-serif;
    font-size: 15px;
    color: #21242E;
}

p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.topNavWrap {
    padding-top: 20px;
    padding-bottom: 13px;
}

.topLinksList {
    text-align: right;
    margin-top: 15px;
}

.topLinksList li {
    display: inline-block;
    font-size: 18px;
    color: #21242E;
    font-weight: 500;
    border-left: #EDEDED solid 1px;
    margin-left: 12px;
    padding-left: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.topLinksList li:first-child {
    border-left: none;
}

.topLinksList li a {
    color: #21242E;
}

.topLinksList li a:hover {
    color: #E09C2D;
}

.topLinksList li img {
    margin-right: 5px;
}

.bg-light {
    background-color: #E09C2D !important;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 19px;
    font-weight: 500;
    border-right: rgb(0 0 0 / 5%) solid 1px;
    padding: 14px 28px;
    cursor: pointer;
}

.navbar-light .navbar-nav li:hover {
    background: #21242E;
}

.navbar-light .navbar-nav .nav-link:hover {
    background: #21242E;
}

.navbar-light .navbar-nav .active>.nav-link {
    background: #21242E;
}

.homeBanner .carousel-indicators li {
    background-color: #fff;
    width: 38px;
    height: 7px;
    border-radius: 10px;
    cursor: pointer;
}

.homeBanner .carousel-indicators .active {
    background-color: #E09C2D;
}

.homeBanner .carousel-caption {
    left: 9%;
    right: inherit;
    text-align: left;
    width: 45%;
    color: #000;
    bottom: 30%;
}

.homeBanner .carousel-caption h1 {
    font-size: 42px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.homeBanner .carousel-caption p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 60px;
}

.btnStyle {
    font-size: 18px;
    color: #000000;
    background: #E09C2D;
    border-radius: 30px;
    padding: 8px 28px;
    display: inline-block;
    font-weight: 600;
    position: relative;
}

.btnStyle:hover {
    color: #000000;
}

.btnStyle::after {
    position: absolute;
    width: 75px;
    background: #F9AE35;
    right: 0;
    top: 0;
    content: '';
    height: 43px;
    border-radius: 47px;
    z-index: 1;
    transition: all 0.5s;
}

.btnStyle:hover::after {
    width: 100%;
}

.btnStyle span {
    position: relative;
    z-index: 9;
}

.btnStyle span img {
    margin-left: 5px;
}

.btnStyleTwo {
    font-size: 16px;
    color: #000000;
    background: #E09C2D;
    border-radius: 30px;
    padding: 8px 28px;
    display: inline-block;
    font-weight: 600;
    position: relative;
}

.btnStyleTwo:hover {
    color: #000000;
}

.btnStyleTwo::after {
    position: absolute;
    width: 75px;
    background: #F9AE35;
    right: 0;
    top: 0;
    content: '';
    height: 40px;
    border-radius: 47px;
    z-index: 1;
    transition: all 0.5s;
}

.btnStyleTwo:hover::after {
    width: 100%;
}

.btnStyleTwo span {
    position: relative;
    z-index: 9;
}

.btnStyleTwo span .fa-solid {
    margin-left: 5px;
}

.home-about-us-area {
    padding-top: 50px;
    padding-bottom: 50px;
}

.serviceWrap {
    padding-top: 40px;
    padding-bottom: 40px;
}

.serviceBox {
    text-align: center;
    color: #21242E;
    padding-bottom: 20px;
}

.serviceBox1 {
    border-bottom: #E3E3E3 solid 1px;
}

.serviceBox2 {
    border-right: #E3E3E3 solid 1px;
}

.serviceBox3 {
    padding-top: 30px;
}

.serviceBox h3 {
    color: #E09C2D;
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
}

.serviceBox p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.serviceBox a {
    color: #E09C2D;
    font-size: 23px;
}

.serviceRgt {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/serviceBg.jpg);
}

.serviceRgtBox {
    padding: 20px;
}

.serviceRgtBox h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin: 50px 0 80px 0;
    text-align: center;
}

.serviceRgtBox h2 span {
    color: #E09C2D;
}

.serviceRgtBox .serviceBox p {
    color: #fff;
}

.productWrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/productBg.jpg);
    padding-top: 60px;
    padding-bottom: 60px;
}

.productWrap p {
    color: #A7A7A7;
    margin-bottom: 30px;
}

.headingStyle1 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px 0;
}

.headingStyle1 span {
    color: #E09C2D;
}

.productWrap .nav-pills .nav-item {
    margin-right: 13px;
    margin-bottom: 15px;
}

.productWrap .nav-pills .nav-item:last-child {
    margin-right: 0;
}

.productWrap .nav-pills .nav-link {
    font-weight: 600;
    color: #A7A7A7;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
    border-radius: 0;
}

.productWrap .nav-pills .nav-link.active {
    padding: 0;
    background: none;
    color: #E09C2D;
    border-bottom: #E09C2D solid 1px;
}

.productBox {
    position: relative;
}

.productBox img {
    width: 100%;
    min-height: 240px;
}

.productText {
    position: absolute;
    bottom: 0;
    background: #21242e80;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 10px 7px;
}

.productText p {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 20px;
}

.productText .fa-solid {
    font-size: 20px;
    color: #000;
}

.productWrap .carousel-control-next,
.carousel-control-prev {
    top: inherit;
    bottom: -43px;
    width: inherit;
    color: #E59F30;
    font-size: 23px;
    opacity: 1;
}

.productWrap .carousel-control-prev {
    left: inherit;
    right: 45px;
    bottom: -43px;
}

.aboutImg {
    /*background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/aboutImg.png);
    height: 600px;
    margin-top: -142px;*/
}

.aboutImg img {
    border-radius: 0 14px 14px 0;
    width: 100%;
    height: 492px;
}

.aboutText .headingStyle1 {
    color: #21242E;
}

.aboutText {
    padding: 60px 40px 0 40px;
}

.aboutText p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 60px;
}

.expertyWrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/homeBG.jpg);
    padding-top: 150px;
    padding-bottom: 80px;
}

.expertyBox {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    padding: 40px;
    text-align: center;
}

.expertyBox h3 {
    font-size: 24px;
    color: #E59F30;
    font-weight: 700;
    margin-bottom: 20px;
}

.expertyBox p {
    color: #717178;
    font-weight: 500;
    margin: 0;
    min-height: 125px;
}

.expertyImg {
    margin-top: -133px;
}

.processWarp {
    background: #151823;
    padding-top: 60px;
    padding-bottom: 100px;
}

.processWarp .headingStyle1 {
    text-align: center;
    margin-bottom: 60px;
}

.processIn {
    position: relative;
}

.processIn::after {
    width: 856px;
    height: 1px;
    background: #4D2F00;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -53px;
    position: absolute;
}

.processBox {
    text-align: center;
    color: #fff;
    position: relative;
}

.processBox::after {
    width: 1px;
    height: 57px;
    background: #4D2F00;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -53px;
    position: absolute;
}

.processBox h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 30px 0;
}

.processBox .fa-solid {
    font-size: 20px;
}

.testimonialWrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/testimonialBg.jpg);
    padding-top: 150px;
    padding-bottom: 80px;
    margin-top: 200px;
}

.testimonialWrap .headingStyle1 {
    text-align: center;
    margin-bottom: 60px;
}

.testitext {
    text-align: center;
    color: #fff;
    margin: 0 150px;
}

.testiImg {
    width: 150px;
    height: 150px;
    border-radius: 100px;
}

.testitext h6 {
    font-size: 20px;
    margin-top: 30px;
}

.testitext h6 span {
    color: #E59F30;
}

.testitext p {
    margin-top: 15px;
    position: relative;
}

.testitext p::before {
    width: 32px;
    height: 32px;
    background-image: url(../images/quote.png);
    content: "";
    left: -33px;
    top: -13px;
    position: absolute;
}

.testimonialWrap .carousel-indicators {
    bottom: -67px;
}

.testimonialWrap .carousel-indicators li {
    background-color: #fff;
    width: 30px;
    height: 4px;
    border-radius: 10px;
    cursor: pointer;
}

.testimonialWrap .carousel-indicators .active {
    background-color: #E09C2D;
}

.companyInfo {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    margin-top: -272px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 60px;
}

.infoBox {
    text-align: center;
    border-right: #FFEDD0 solid 1px;
}

.infoBoxNoBor {
    border-right: none;
}

.infoBox h4 {
    font-size: 45px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.infoBox h4 span {
    color: #E09C2D;
}

.infoBox h5 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 0;
}

.clientWrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/homeBG.jpg);
    padding-top: 60px;
    padding-bottom: 60px;
}

.clientWrap .headingStyle1 {
    text-align: center;
    margin-bottom: 60px;
    color: #21242E;
}

.clientLogo img {
    width: 100%;
}

.clientWrap .carousel-control-next,
.carousel-control-prev {
    top: inherit;
    bottom: 40%;
    width: inherit;
    color: #E59F30;
    font-size: 23px;
    opacity: 1;
}

.clientWrap .carousel-control-prev {
    left: -40px;
}

.clientWrap .carousel-control-next {
    right: -40px;
}

.topFooter {
    background: #e7e7e7;
    padding-top: 40px;
    padding-bottom: 40px;
}

.topFooter h3 {
    color: #21242E;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.footerLinks li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 20px
}

.footerLinks li:before {
    position: absolute;
    content: '\2e';
    font-family: FontAwesome;
    left: 0;
    top: -31px;
    color: #E59F30;
    font-size: 40px;
}

.footerLinks li a {
    color: #464646;
    font-size: 16px;
}

.footerInfo ul li {
    color: #21242E;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    margin-bottom: 8px;
}

.footerInfo ul li:last-child {
    margin-left: 32px;
    margin-top: 20px;
}

.footerInfo ul li span {
    width: 20px;
    display: inline-flex;
    margin-right: 16px;
}

.footerInfo ul li a {
    color: #E59F30;
    font-size:  18px;
}

.footerCopy {
    background: #21242E;
    color: #D7D7D7;
    font-size: 18px;
    padding: 20px 0;
}

.footerCopy p {
    margin-bottom: 0;
}


/* internal css */

.internalBanner .carousel-item .overlap {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    position: absolute;
}

.internalBanner .carousel-caption {
    left: 9%;
    right: inherit;
    text-align: left;
    width: 90%;
    color: #000;
    bottom: 32%;
}

.internalBanner .carousel-caption h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    position: relative;
    padding-left: 24px;
}

.internalBanner .carousel-caption h1::after {
    background: #E19C2E;
    width: 4px;
    height: 67px;
    left: 0;
    top: -9px;
    content: '';
    position: absolute;
}

.middleArea {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F7F7F7;
}

.productDiv {
    background: #FFFFFF;
    box-shadow: 0 0 11px rgb(0 0 0 / 11%);
    margin-bottom: 40px;
}

.productDiv img {
    width: 100%;
}

.productDivText {
    text-align: center;
    padding: 30px 20px;
    border-bottom: #F9AE35 solid 2px;
}

.productDivText h4 {
    color: #E09C2D;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.productDivText p {
    font-size: 16px;
    color: #000000;
}

.productDetailWrap {
    background: #fff;
    border: #EFEFEF solid 1px;
    padding: 20px;
    min-height: 412px;
}

.productDetailWrap .media img {
    width: 330px;
    height: 330px;
}

.productDetailWrap h5 {
    color: #21242E;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 14px;
    margin-bottom: 20px;
    border-left: #E19C2E 2px solid;
}


/* .productDetailWrap h5::before {
    background: #E19C2E;
    width: 2px;
    height: 21px;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
} */

.productDetailWrap h4 {
    color: #E59F30;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.productDetailWrap h6 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.productDetailWrap .media-body {
    padding-left: 30px;
    padding-top: 10px;
}

.productDetailWrap p {
    color: #21242E;
    font-size: 16px;
    margin-bottom: 20px;
}

.productDetailWrap a {
    background: #E59F30;
    display: inline-block;
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 25px;
}

.productDetailWrap a .fa-solid {
    margin-left: 8px;
}

.productDetailWrap a:hover {
    color: #E59F30;
    background: #000;
}

.productCategory {
    background: #fff;
    border: #EFEFEF solid 1px;
    padding: 30px 20px;
    min-height: 412px;
}

.productCategory h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-left: 14px;
    margin-bottom: 40px;
}

.productCategory h3::before {
    background: #E19C2E;
    width: 2px;
    height: 21px;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
}

.productCategory ul li a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.productCategory ul li a:hover {
    color: #E59F30;
}

.productCategory ul li {
    position: relative;
    border-bottom: #EFEFEF solid 1px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
}

.productCategory ul li:before {
    position: absolute;
    content: '\f101';
    font-family: FontAwesome;
    left: 0;
    top: 2px;
    color: #E59F30;
    font-size: 12px;
}

.prodcutTabberBg {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/productTabsBg.jpg);
    height: 150px;
}

.tab-content>.tab-pane {
    padding: 30px;
    background: #fff;
}

.productTabs .nav-pills {
    background: #fff;
    padding: 29px 0;
    margin-top: -67px;
}

.productTabs .nav-pills .nav-link {
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    border-radius: 0;
}

.productTabs .nav-pills .nav-item {
    border-right: #E59F30 solid 1px;
    padding: 0 40px;
}

.productTabs .nav-pills .nav-item:last-child {
    border-right: none;
}

.productTabs .nav-pills .nav-link.active {
    background: #E59F30;
}

.tabDetails {
    position: relative;
    padding-top: 23px;
}

.tabDetails .pdfBox {
    position: absolute;
    right: 0;
    border: #ffdfad solid 1px;
    padding: 10px 10px;
    top: 0;
}

.tabDetails .pdfBox a {
    display: inline-block;
    background: #21242E;
    padding: 8px 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-left: -4px;
    position: relative;
    padding-right: 53px;
}

.tabDetails .pdfBox a .fa-solid {
    margin-right: 5px;
    position: absolute;
    width: 39px;
    height: 40px;
    background: red;
    text-align: center;
    align-items: center;
    padding-top: 13px;
    top: 0;
    right: -5px;
}

.tabDetails .pdfBox span {
    display: inline-block;
    padding: 8px 20px 8px 0;
    color: #21242E;
    font-size: 16px;
    font-weight: 600;
}


/* .tabDetails .pdfBox a:hover {
    background: #E09C2D;
} */

.tabDetails h2 {
    color: #E09C2D;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}

.tabDetails h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
}

.listStyle li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 9px;
    font-size: 16px;
    color: #21242E;
}

.listStyle li:before {
    position: absolute;
    content: '\f101';
    font-family: FontAwesome;
    left: 0;
    top: 2px;
    color: #E59F30;
    font-size: 12px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu:hover>.dropdown-item {
    background-color: #21242E !important;
    color: #E59F30 !important;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -8px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
    display: none;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.multi-level.show {
    min-width: 22%;
}

.dropdownStatic {
    position: static;
}

.lastMenu {
    position: absolute;
    padding: 20px 20px 0 20px;
    background-color: #ffffff;
    border-radius: 0;
    width: 900px;
    border: none;
    /* min-height: 235px; */
    min-height: 274px;
}

.lastMenuTwo {
    width: 800px;
}

.lastMenu1 {
    top: -20px !important;
}

.lastMenu2 {
    top: -74px !important;
}

.lastMenu3 {
    top: -129px !important;
}

.lastMenu4 {
    top: -182px !important;
}

.lastMenu5 {
    top: -236px !important;
}

.lastMenu6 {
    top: -289px !important;
}

.lastMenu7 {
    top: -344px !important;
}

.lastMenu8 {
    top: -370px !important;
}

.dropdownStatic .dropdown-menu {
    padding: 20px 0;
    background-color: #ffffff;
    border-radius: 0;
    border: none;
    margin-top: 0px;
    min-height: 471px;
}

.dropdown-item {
    background-color: #ffffff !important;
    color: #E59F30 !important;
    font-size: 18px;
    font-weight: 500;
    padding-left: 45px !important;
    padding: 13px 30px;
    position: relative;
    border-bottom: #EBEBEB solid 1px;
}

.dropdown-item::before {
    content: "";
    position: absolute;
    content: '\f178';
    font-family: FontAwesome;
    top: 12px;
    left: 10px;
    font-weight: 400;
}

.dropdown-item:hover {
    background-color: #e4a400 !important;
    color: #fff !important;
}

.dropdown-toggle::after {
    display: none;
}

.lastMenu {
    background: #E59F30 !important;
    padding: 40px !important;
}

.lastMenu .dropdown-item a {
    background-color: #ffffff !important;
    color: #f1b621 !important;
    text-align: center;
    font-weight: 600;
}

.lastMenu li {
    display: inline-block;
    width: 30.5%;
    text-align: center;
    margin-bottom: 20px;
    white-space: inherit;
    vertical-align: top;
    margin-right: 30px;
}

.lastMenu li:nth-child(3n) {
    margin-right: 0;
}

.lastMenuSmall {
    width: 1000px !important;
    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
}

.lastMenuSmall::-webkit-scrollbar {
    width: 3px;
}

.lastMenuSmall::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(206, 206, 206, 0.3);
}

.lastMenuSmall::-webkit-scrollbar-thumb {
    background-color: #fff;
    outline: 1px solid #fff;
}

.lastMenuSmallSecond {
    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
}

.lastMenuSmallSecond::-webkit-scrollbar {
    width: 3px;
}

.lastMenuSmallSecond::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(206, 206, 206, 0.3);
}

.lastMenuSmallSecond::-webkit-scrollbar-thumb {
    background-color: #fff;
    outline: 1px solid #fff;
}

.lastMenuSmall li {
    width: 22%;
}

.lastMenuSmall li:nth-child(3n) {
    margin-right: 30px;
}

.lastMenuSmall li:nth-child(4n) {
    margin-right: 0;
}

.lastMenuSmall li .dropDownProduct {
    padding: 20px;
}

.lastMenuSmall li .dropDownProduct img {
    height: 140px;
}

.brandSubMenu {
    width: 225px;
}

.lastMenuSmall h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
}

.lastMenuSmallSecond h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
}

.lastMenuSmallTwo {
    width: 970px !important;
    min-height: 291px !important;
}

.lastMenuSmallTwo h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    border: #fff solid 1px;
    padding: 5px 10px;
}

.lastMenuSmallTwo li {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 13px;
    margin-right: 0;
    color: #fff;
}

.lastMenuSmallTwo li a {
    color: #fff;
    font-weight: 500;
    display: block;
    position: relative;
    padding-left: 25px;
}

.lastMenuSmallTwo li:hover {
    background: none !important;
}

.lastMenuSmallTwo li a:before {
    position: absolute;
    content: '\f101';
    font-family: FontAwesome;
    left: 0;
    top: 0;
}

.lastMenuSmallTwo li a:hover {
    color: #000;
}

.lastMenu .dropdown-item:hover {
    background-color: #ffffff !important;
}

.lastMenu .dropdown-item a {
    text-align: center;
}

.lastMenu .dropdown-item a:hover {
    text-decoration: none;
}

.lastMenu .dropdown-item a span {
    display: block;
    margin-top: 10px;
}

.lastMenu .dropdown-item a p {
    font-weight: 400;
    color: #000;
}

.megaMenu {
    margin: 20px 0;
}

.megaMenu ul li {
    margin-bottom: 30px;
}

.megaMenu ul li:last-child {
    margin-bottom: 0;
}

.megaMenu ul li a {
    background-color: #ffffff !important;
    color: #f1b621 !important;
    text-align: center;
    font-weight: 600;
    text-align: center;
    display: block;
}

.megaMenu ul li a:hover {
    text-decoration: none;
}

.megaMenu ul li a span {
    display: block;
    margin-top: 10px;
    height: 47px;
}

.megaMenu ul li a p {
    font-weight: 400;
    color: #000;
}

.servicesDropDown:hover .dropdown-menu.multi-level {
    display: block;
}

.dropDownProduct {
    background: #FFFFFF;
    padding: 30px;
}

.dropDownProduct img {
    width: 100%;
    height: 170px;
}

.dropDownProduct h3 {
    color: #21242E;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 15px;
}

.aboutInArea {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/aboutBg.jpg);
    padding-top: 80px;
    padding-bottom: 80px;
}

.aboutInText {
    padding-top: 50px;
    padding-right: 80px;
}

.aboutInText h6 {
    font-weight: 600;
    color: #21242E;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
}

.aboutInText h6 span {
    font-weight: 900;
    color: #E09C2D;
    font-size: 40px;
}

.aboutInText p {
    font-weight: 500;
    line-height: 28px;
}

.aboutInImg div {
    position: absolute;
    background: #E09C2D;
    width: 148px;
    height: 148px;
    bottom: 50px;
    left: -30px;
    text-align: center;
    color: #fff;
    padding-top: 40px;
}

.aboutInImg div h5 {
    font-size: 50px;
    margin: 0;
    font-weight: 700;
    text-align: center;
}

.aboutInImg div h5 span {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.contactTabs .nav-pills {
    background: #fff;
    padding: 23px 0;
    margin-top: -126px;
    margin-bottom: 40px;
}

.contactTabs .nav-pills .nav-link {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    border-radius: 0;
}

.contactTabs .nav-pills .nav-item {
    border-right: #E59F30 solid 1px;
    padding: 0 40px;
}

.contactTabs .nav-pills .nav-item:last-child {
    border-right: none;
}

.contactTabs .nav-pills .nav-link.active {
    background: #E59F30;
}

.contactTabs h2 {
    font-size: 28px;
    font-weight: 600;
    color: #21242E;
    margin: 0 0 6px 0;
}

.contactTabs h2 span {
    color: #E09C2D;
}

.contactTabs p {
    margin-bottom: 30px;
}

.contactBox {
    text-align: center;
    /* box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 11%); */
    padding: 20px 20px;
    border-bottom: #ffeccd solid 1px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    min-height: 232px;
}

.contactBox h5 {
    color: #717178;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0 5px 0;
}

.contactBox h6 {
    color: #21242E;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.contactBox a {
    color: #E59F30;
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0;
}

.contactForm {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/contactBg.jpg);
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
}

.contactForm h3 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
}

.contactForm h3 span {
    color: #E09C2D;
}

.contactFormIn {
    padding: 0 100px;
}

.contactFormIn .form-group {
    margin-bottom: 25px;
}

.contactFormIn .form-control {
    border: #E09C2D solid 1px;
    background: inherit;
    color: #fff;
    height: 46px !important;
}

.contactFormIn .form-control::placeholder {
    color: #fff;
}

.contactFormIn .form-control1 {
    height: 100px !important;
}

.contactFormIn .btn {
    background: #E59F30;
    padding: 10px 59px;
    border: #E59F30 solid 1px;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.5s;
}

.contactFormIn .btn:hover {
    color: #E59F30;
    background: #fff;
}

.google-map-area {
    margin: 0;
    padding: 0;
}

.product-detail-table-area table thead th {
    background: #F9AE35;
    border: #F9AE35 solid 1px;
    color: #21242E;
    font-size: 16px;
    text-transform: uppercase;
    padding: 7px 10px;
}

.product-detail-table-area table tbody tr td {
    border: #EDEDED solid 1px;
    color: #21242E;
    font-size: 16px;
    padding: 7px 10px;
}

.product-detail-table-area .table-striped tbody tr:nth-of-type(odd) {
    background-color: #F7F7F7;
}

.productInfoBox {
    text-align: center;
    border: #e09c2d solid 1px;
    padding: 42px 20px;
    margin-bottom: 30px;
}

.productInfoBox h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 14px;
    margin-bottom: 40px;
}

@media (max-width:1024px) {}

@media (max-width:991px) {}

@media (max-width:767px) {}

@media (max-width:580px) {
    .topNavWrap {
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
    }
    .topLinksList {
        display: none;
    }
    .navbar.bg-light {
        background-color: #E09C2D !important;
        padding: 8px;
        padding-top: 5px!important;
        padding-bottom: 5px!important;
    }
    .productWrap ul.nav {
        display: block;
    }
    .productBox {
        margin-bottom: 20px;
    }
    .clientLogo {
        width: 160px;
        height: 160px;
        text-align: center;
        margin: 0 auto 15px;
    }
    ul.footerLinks {
        margin-bottom: 15px;
    }
    .footerCopy {
        padding: 10px 0;
    }
    .topFooter h3 {
        margin-bottom: 5px;
    }
}