* {
    margin: 0;
    padding: 0;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*scroll-behavior: auto !important;*/
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    font-size: 14px;
    line-height: 1;
    position: relative;
    z-index: auto;
    font-family: Poppins, sans-serif;
    color: #231f20;
    overflow-x: hidden;
}
::selection {
    color: #ffffff;
    background-color: #515151;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #231f20;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
}

dl,
ol,
ul {
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 700;
}

a {
    color: #012f6f;
    text-decoration: none;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    outline: 0;
}

button:focus {
    /* border: none !important; */
    box-shadow: none !important;
    outline: 0 !important;
}

.button:focus {
    outline: 0 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:focus {
    box-shadow: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    color: #505050;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px;
    font-weight: 400;
}

p:last-child {
    margin-bottom: 0;
}

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

input:focus,
textarea:focus {
    outline: 0;
}

.wow {
    visibility: hidden;
}

.container {
    /* max-width: 1200px; */
}

.bg-light {
    background-color: #f2f2f4 !important
}

.btn-type-1 {
    border: 0;
    font-size: 16px;
    padding: 18px 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #fff
}

.btn-type-1:hover {
    background: #000;
    color: #fff
}

.btn-type-2 {
    border: 0;
    font-size: 16px;
    padding: 18px 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #231f20
}

.btn-type-2:hover {
    background: #e9c121;
    color: #000
}

.heading-1 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: #231f20;
    margin-bottom: 0;
}
.sub-hd1{
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
}
.sub-hd2{
    font-weight: 600;
    font-size: 22px;
}
.hd-line {
    width: 105px;
    height: 6px;
    display: block;
    margin: 20px 0;
}
.hd-line.yellow {
    background: #e9c121;
}
.hd-line.white {
    background: #fff;
}

/*Header style start*/
.header {
    width: 100%;
    background: #fff;
}

.nav-brand {
    padding: 0 !important;
    margin-right: 34px;
}

.hdr-btns li {
    margin-right: 15px;
}

.hdr-btns li:last-child {
    margin-right: 0;
}

.hdr-btn {
    border: 2px solid #e9c121;
    font-size: 16px;
    padding: 18px 24px !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #000 !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #e9c121;
}

.hdr-btn:hover {
    background: 0;
    color: #e9c121 !important;
    border-color: #e9c121;
}
.hdr-cont-btn {
    border: 2px solid #e9c121;
    font-size: 16px;
    padding: 9px 24px !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #000 !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.hdr-cont-btn:hover{
    background: #e9c121;
}
.hdr-icon{
    margin-right: 8px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.hdr-cont-btn:hover .hdr-icon{
    filter: brightness(0%);
}
.hdr-left {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*Footer start*/
.footer{
    background: #231f20;
}
.footer-top {
    padding: 100px 0 60px;
    position: relative
}
.ftr-logo {
    margin-bottom: 20px;
}
.footer-top p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 18px;
}
/*.footer-top p span {
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.footer-top p a {
    color: #fff
}

.footer-top p a:hover {
    color: #e9c121
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.social li {
    margin: 0 6px
}

.social li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
    border: 1px solid #e9c121;
}

/*.social li a:hover {
    background: #ffd83a
}*/

.social li a img {
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

.social li:hover img {
    transform: rotatey(360deg)
}

.ftr-cont {
    font-weight: 600;
}
.ftr-icon {
    margin-right: 10px;
}
.copy-right{
    border-top: 3px solid #292627;
    padding: 20px 0;
}
.copy-right p{
    font-size: 14px;
    font-weight: 400;
    color: #515151;
}

footer .footer-top .ftr-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/*about style start*/
.section-about{
    overflow: hidden;
}
.about-R{
    padding: 115px 0;
}
.abt-text {
    margin-top: 50px;
}
.about-L{
    position: relative;
    width: 100%;
    height: 100%;
}
.about-l-image{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
}

/*Service offer start*/
.section-services{
    padding: 115px 0 91px;
    background: #231f20;
    position: relative;
    overflow: hidden;
}
.service-offer-row{
    margin-top: 20px;
}
.ser-off-col{
    margin-bottom: 24px;
}
.ser-off-box{
    border: 2px solid #515151;
    padding: 38px 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    position: relative;
    z-index: 1;
}
.ser-off-box:hover{
    background: #515151;
}
.ser-off-icon{
    margin-bottom: 10px;
}
.ser-off-icon img{
    /* -webkit-transition-duration: .3s; */
    /* -o-transition-duration: .3s; */
    /* transition-duration: .3s; */
}
.ser-off-box:hover .ser-off-icon img{
    filter: brightness(0) invert(1);
}
.ser-title{
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
}
.ser-off-box h4 a{
    color: #fff;
}
.text-overlay{
    max-width: 113px;
    position: absolute;
    right: 0;
    top: 65px;
}
.wind-icon{
    max-width: 16%;
    position: absolute;
    right: 10%;
    bottom: 0;
}

/*Inner start*/
.section-inner-banner {
    height: 306px;
    background-size: cover!important;
    background-position: center center!important;
    position: relative;
    /*overflow: hidden;*/
}
.inner-banner-caption h1 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
}
.inner{
    padding: 115px 0;
}

/*Service pages start*/
.banner-icon {
    width: 132px;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #231f20;
    border: 6px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 15px 15px;
    margin: -66px auto 0;
}
.banner-icon img {
    object-fit: contain;
}
.section-table table{
    border-color: #000000;
    table-layout: fixed;
    min-width: 500px;
}
.section-table thead {
    background: #e9c121;
    font-weight: 600;
    color: #231f20;
    font-size: 22px;
}
.section-table tr:nth-child(even){
    background: #f1f1f1;
}
.section-table th{
    padding: 20px;
    vertical-align: middle;
}
.section-table td{
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #505050;
    vertical-align: middle;
}
.section-table td strong{
    font-weight: 600;
    font-size: 16px;
}
.table-icon{
    margin-bottom: 12px;
}

.service-block-col{
    margin-bottom: 45px;
}
.ser-bloc-icon{
    margin-bottom: 20px;
}
.service--block--row{
    margin-bottom: 100px;
}

.service--block--row:nth-child(2n){
    flex-direction: row-reverse;
}
.section-bottom-wraper{
    background: #e8c120;
    padding: 50px 0;
}
.section-bottom-wraper h2{
    font-size: 28px;
}
.section-bottom-wraper p{
    color: #000;
}
.section-sector{
    padding: 115px 0;
    background: #fff;
}
.ser-mob-listing{
    margin: 24px 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 0;
}
.ser-mob-listing li{
    list-style: none;
    text-decoration: none;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 12px;
    position: relative;
}
.ser-mob-listing li a {
    font-size: 14px;
    font-weight: 600;
    color: #231f20;

    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 2px solid #fff;
    text-align: center;
    padding: 10px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
/* .ser-mob-listing li:after{
    width: 2px;
    height: 12px;
    background: #231f20;
    position: absolute;
    right: 0;
    top: 2px;
    content: "";
} */
.ser-mob-listing li:last-child::after{
    display: none;
}

/* Common Modal :Start */
.ewm-modal .modal-content {
    border-radius: 20px;
}
.ewm-modal .modal-body {
    padding: 30px 30px;
}
.ewm-modal .modal-body .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.ewm-modal .modal-title{
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}
.ewm-modal h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.equipmentlist-wrap h4{
    font-size: 30px;
    font-weight: 700;
}
.contact-top{
    padding-bottom: 115px;
}
.contact-map iframe{
    width: 100%;
    display: block;
}

.copy-right{

}
.copy-right p{
    margin-bottom: 2px;
}
.copy-right a{
    color: #e9c121;
}
.copy-right a:hover{
    color: #fff;
}

.color-yellow{
    color: #e4b63e;
}
.color-yellow:hover{
    color: #505050;
}
.iso-logos{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 6px;
}
.iso-logos li{
    list-style: none;
    max-width: 130px;
}
.iso-text p a{
    text-decoration: underline;
}
.iso-pg .iso-logos li{
    max-width: 282px;
}
.iso-logos .sc-logo{
    max-width: 100px;
}
.link-text{
    color: #505050;
    text-decoration: underline;
}
.link-text:hover{
    color: #e9c121;
}

.cc-row{
    row-gap: 24px;
}
.cont-clean-box {
    border: 1px solid #a8a8a8;
    border-radius: 20px;
    padding: 20px;
}
.cont-clean-img {
    margin-bottom: 20px;
}
.cont-clean-img img {
    border-radius: 20px;
}

.step--count {
    width: 50px;
    height: 50px;
    background: #e9c121;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 20px;
}
.enquirenowForm .list {
    width: 100%;
}

.broch-box {
    background: #e5bf1f;
}
.broch-text {
    padding: 24px;
}
.broch-text p{
    font-size: 22px;
    line-height: 1.3;
    font-weight: 400;
    color: #000;
}
.broch-text p strong{
    font-weight: 500;
}
.broch-text p a{
    color: #fff;
    font-weight: 600;
}
.broch-text p a:hover{
    color: #000;
    text-decoration: underline;
}


.left-menu-mob {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background-color: #e9c121;
    padding: 15px 15px;
    border-radius: 6px;
    text-align: center;
    display: none;
    cursor: pointer;
}
#menu-close {
    width: 30px;
    height: 30px;
    display: inline-flex;
    background: #231f20;
    color: #e9c121;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#menu-close:hover{
    background: #e9c121;
    color: #231f20;
}
.menu-close {
    display: none;
    text-align: right;
    padding: 10px 0;
}

.enquirenowForm .nice-select {
    height: 53px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 53px !important;
}

/*Faq page start*/
/*.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23e9c121' stroke='%23e9c121' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
    position: absolute;
    left: 0;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23e9c121' stroke='%23e9c121' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.accordion-item{
    border: 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
}
.accordion-button:not(.collapsed){
    background: none;
    box-shadow: none;
}
.accordion-button{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 30px 0px 30px 36px;
    border-radius: 0 !important;
}
.accordion-button:not(.collapsed){
    color: #e9c121;
}
.accordion .card-body{
    padding: 0 0 30px 36px;
}
.accordion-collapse{
    border-radius: 0;
}

.accordion a{
    color: #e9c121;
    text-decoration: none;
}
.accordion a:hover{
    color: #e9c121;
    text-decoration: underline;
}*/

/*News page start*/
.blog-pg p:last-child{
    margin-bottom: 0;
}
.row-gap1{
    row-gap: 24px;
}
.news-box {
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #dddcdd;
    padding: 15px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.news-box:hover{
    border: 2px solid #e9c121;
}
.news-image-box{
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.news-image {
    height: 225px;
    width: 100%;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}
.news-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.news-box:hover .news-image img{  
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */ 
  transform: scale(1.1);
} 
.news-desc {
    width: 100%;
    padding: 15px 0;
}

.news-item-date {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    background: #e9c121;
    text-align: center;
}

.news-item-date h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    line-height: 1;
}

.news-item-date p {
    font-size: 14px;
    line-height: 1;
    color: #505050;
    margin: 0;
}

.news-desc h6 {
    margin-bottom: 10px;
}

.news-desc p {
    margin-bottom: 15px;
    line-height: 1.4;
}

.news-desc h6 a {
    font-size: 18px;
    color: #505050;
}

.news-desc p a {
    color: #505050;
}

.rd-more {
    background: none !important;
    padding: 0;
    color: #e9c121;
    border-radius: 0;
    border-bottom: 1px solid #e9c121;
    font-size: 14px;
    font-weight: 600;
}

.rd-more:hover {
    color: #000 !important;
    border-bottom: 1px solid #000;
}
.ctgry-title {
    background: #e9c121;
    color: #231f20;
    margin: 0;
    font-size: 18px;
    text-align: center;
    padding: 15px 10px;
}

.blog-details-pg .news-box{
    border: 0 !important;
    padding: 0;
}
.blog-details-pg .news-image{
    height: auto;
}
.blog-details-pg  ul.list-style-1 li{
    font-weight: 600;
}
/*News page end*/

.box-style--1 p{
    margin-bottom: 5px;
}
.box-style--1 h3 {
    margin-bottom: 0;
    border-top: 1px solid #bfbfbf;
    padding-top: 15px;
    margin-top: 15px;
}

.box-style--1 {
    border-radius: 20px;
    padding: 20px;
    background: #f7f7f7;
}
.box-style--1 h3 small{
    font-size: 13px;
}
.sec-padd-1{
    padding: 115px 0;
}
.ser-off-box ul.list-style-1 li{
    color: #fff;
}
.ser-off-box p{
    color: #fff;
}
.wj-details-row {
    display: flex;
    gap: 24px;
    margin-bottom: 60px;
}
.wj-details-row:last-child{
    margin-bottom: 0;
}
.wj-details-row h4{
    font-size: 26px;
    font-weight: 600;
    color: #231f20;
}
.wj-details-row .count{
    width: 45px;
    height: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background: #e9c121;
    color: #231f20;
    font-weight: 600;
    font-size: 22px;
}

.btn-row-1 {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.btn-row-1 a{
    width: 100%;
}

/*Team page start*/
.team-list-wraper{
    margin-top: 100px;
}
.team-box {
    background: #231f20;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}
.team-desc{
    padding: 20px 20px 30px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}
.team-desc h6{
    font-size: 20px;
    color: #ffffff;
}
.team-desc p{
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 10px;
}
.team-image {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: -75px 20px 0;
}
.team-image img{
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #231f20;
}
.team-row-gap1 {
    row-gap: 105px;
}
.team-box .rd-more{
    color: #e9c121;
    margin-top: auto;
    display: inline-block;
    border: 0 !important;
    padding: 15px 0 0 0;
}
.team-box .rd-more:hover {
    color: #fff !important;
}

.team-modal-row{
    display: flex;
    gap:20px;
}
.team-modal-image{
    width: 150px;
    min-width: 150px;
}
.team-modal-image img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #231f20;
}
.ewm-modal.team-modal h6 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}