@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
    --bs-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

p {
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}

/* ul,
li {
    list-style: none;
} */

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    font-family: "Poppins", sans-serif;
}
h2{
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #303849;
}
h2 span{
    color: #E2AF23;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}


button {
    /* WebKit */
    -webkit-appearance: none;

    /* Mozilla */
    -moz-appearance: none;

    /* Opera */
    -o-appearance: none;

    /* Internet Explorer */
    -ms-appearance: none;

    /* CSS3 */
    appearance: none;
}
.main {
    overflow: hidden;
}
.topNavSection {
    background: #00000000;
    padding: -1px 0px;
    border-bottom: 1px solid #8E8E8E;
}

.topNavLeft p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.topNavRight ul {
    display: flex;
    list-style: none;
    justify-content: end;
    flex-wrap: wrap;
    padding-top: 12px;
}

.topNavRight li {
    /* border-right: 1px solid #FF8058; */
    padding: 0px 3px;
    color: #fff;
}

.topNavRight li:last-child {
    border-right: none;
}

.topNavRight ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    display: flex;
    align-items: center;
}

.iconsClass {
    margin-top: 3px;
    /* background-color: #000000; */
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    /* height: 27px; */
    color: #f36b22;
}

.searchSection {
    padding: 23px 0px 0;
}

.searchInput {
    width: 100%;
    max-width: 320px;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 88px;
}

.searchInput input {
    width: 100%;
    border: 1px solid #DADADA;
    min-height: 52px;
    border-radius: 100px;
    padding: 0px 18px;
}

.searchInput input:focus {
    outline: none;
    border: 1px solid #F1592A;
}

.searchInput button {
    position: absolute;
    right: 0;
    background: #F1592A;
    border: 1px solid #DADADA;
    border-radius: 100%;
    padding: 9px 14px;
    color: #FFFFFF;
    right: 6px;
    /* width: 39px; */
    /* height: 57px; */
}

.navbar {
    /* background: #F1592A !important; */
    /* padding: 6px 0px !important; */
}

.customNav {
    justify-content: center !important;
}

.nav-item a {
    padding: 0px 33px !important;
    color: #ffffff;
    font-size: 15px !important;
    font-weight: 500;
    text-align: left;
    font-family: "Poppins", sans-serif;
}



.navbar-nav {
    /* gap: 20px !important; */
    /* align-items: stretch; */
}

.active1 {
    /* background: #F1592A !important; */
    color: #FFFFFF !important;
}
.dropdown-menu li a{
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-toggle::after {
    /* background-image: url('../images/dropIcon.svg') !important; */
    width: 10px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.btn-groups {
    border: 3px solid rgb(241, 89, 42);
    position: relative;
    overflow: auto;
    /* max-height: 475px; */
}
.btn-groups ul  {
padding-left: 0;
margin-bottom: 0;
}
.btn-groups ul li a{
   
color: #494949;
   
font-size: 16px;
   
font-weight: 400;
   
margin-left: 10px;
   
}
.btn-groups ul li  {
   

    background-color: transparent;
    border: none;
    border-bottom: 1px solid #F0EFEF !important;
    text-align: left;
    padding: 10px 20px;
    cursor: pointer;
    width: 100%;
    display: block;
    transition: 0.5s all;
    font-weight: 400;
    line-height: 18px;

}

.btn-groups button:hover {
    background: #F1592A17;

}



.slider-sectionLeft h2 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 30.42px;
    margin-bottom: 0;


}

.slider-sectionLeft h3 {
    display: flex;
    font-size: 60px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: 0.04em;
    align-items: center;


}

.slider-sectionLeft h3 span {

    font-size: 30px;
    font-weight: 300;
    line-height: 25.63px;


}

.slider-sectionLeft p {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    line-height: 27.03px;

}

.breaking_text {
    padding-bottom: 30px;
}

.slider-sectionLeft a {
    padding: 10px 30px;
    background: #F1592A;
   
    color: #FFFFFF !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 30.42px;
    border-radius: 100px;

}

.saleCrousel .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background-color:
        #FFFFFF;
    border-radius: 10px;
    margin-right: 10px;
    background-image: none;
}
.banner_cntent {
    background-color: #e2af23;
    height: calc(100vh - 100px);
}

.saleCrousel .owl-carousel button.active {
    background-color:
        #F1592A;
        background-image: none;
}

.saleCrousel .owl-dots {
    position: absolute;
    right: 0;
    top: 93%;
    transform: translateY(-50%);
    position: absolute;
    right: 43%;
    /* top: 50%; */
    transform: translateY(-50%);
    /* transition: rotate; */
    /* transform: rotate(89deg); */
}

.section {
    display: none;
}

.activeTab {
    display: block;
}

.Categorybox {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

.categorySection {
    box-shadow: 0px 0px 4px 0px #00000040;
    width: 100%;
    height: 194px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    cursor: pointer;
    background: #222222;
    border-radius: 11px;
    transition: 0.3s;
}

.categorySection p {

font-size: 16px;

font-weight: 500;

line-height: 24.34px;

text-align: center;

color: #ffffff;

font-family: "Poppins", sans-serif;
}

.ToolGallery_section{
    margin-bottom: 20px;
}


.ToolGallery_section .toolGallery_item {
    max-width: 310px;
    min-height: 350px;
    width: 100%;
    box-shadow: 0px 0px 5px 0px #00000040;
    /* background: #F6F6F6; */
}

.toolGallery_item {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

/* .toolGallery_item img {
    max-width: 230px;
    max-height: 230px;
} */

.toolGallery_item p {

    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    color: #000000;
}






.latestCrousel-section {
    width: 100%;
    background-image: url('../images/sliderBg.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 50%;
    padding: 55px 0px;
}

.latestUnderLine {
    width: 100%;
    height: 1px;
    background:
        #EBEBEB;
    margin-bottom: 20px;
}

.shopNowSection {}

.shopNowSection {
    background-image: url('../images/Mask\ group\ \(1\).png');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 28px 30px;
    background-position: bottom;




}

.safetyHelmet {
    background-image: url('../images/Mask\ group\ \(2\).png');
}

.shopNowSection h3 {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;



}

.shopNowSection p {
    color:
        #5E5E5E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.34px;
    text-align: left;
    margin-bottom: 20px;

}

.shopNowSection a {
    border: 1px solid #FFFFFF;
    background-color: #F1592A;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 100px;
}

.latestNewBox {
    box-shadow: 0px 0px 1px 0px #00000040;
    background: #FFFFFF;
}

.latestNewBox img {
    max-height: 284px;
}

.latestNewBox h3 {

    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #000000;

}

.latestNewBox p {
    color: #5E5E5E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.34px;
    letter-spacing: 0.03em;
    text-align: center;

}

.latest-heading {
    color: #000000;
    font-size: 30px;
    font-weight: 900;
    line-height: 25px;
    letter-spacing: 0.03em;
    text-align: left;

}

.latestCrousel-section .owl-carousel .owl-nav.disabled {
    display: block !important;
    position: absolute;
    right: 17px;
    top: -55px;


}

.latestCrousel-section .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background-image: url('../images/Vector\ 1.svg');
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;


}

.latestCrousel-section .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    /* background-image: url('../images/Vector\ 2.svg'); */
    /* width: 10px; */
    /* height: 10px; */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
}





.latestCrousel-section .owl-prev span {
    /* background-image: url('../images/dropIcon.svg');
    width: 10px ;
    height: 10px;
    background: 0 !important; */
    display: none !important;
}

.googleTitle-Section.owl-prev span {
    display: none !important;
}

.latestCrousel-section .owl-next span {
    /* background-image: url('../images/dropIcon.svg');
        width: 10px ;
        height: 10px;
        background: 0 !important; */
    display: none !important;
}

.latestSection_text {
    padding: 30px 17px;
}

.latestSection_text h3 a {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-align: center;

}

.latestSection_text p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.34px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #5E5E5E;

}

.brandsCrousel-section {
    padding: 45px 0px;

}

.brandCrousel_Box {
    border: 1px solid #F6F6F6;
    padding: 30px;
    max-height: 112px;
}

.googleTitle-Section {
    background: #F6F6F6;
    padding: 56px 0px;

}

.googleTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.googleTitle h1 {
    color: #1B1B1B;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px;
    word-spacing: -7px;
   

}
.googleTitle span img{
    width: 100px;
}

.footer-logo {
    padding-right: 45px;
}
.footer-list{
    margin-top: 25px;
    max-width: inherit;
}
.footer-list h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 30.42px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    margin-bottom: 45px;
}

.footer-list ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}
.footer-list ul li{
   display: flex;
   padding: 13px 0px;
   border-top: 1px solid #cccccc54;
}


.footer-list ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.footer-unerline {
    width: 48px;
    height: 3px;
    background-color: #F1592A;
    border-radius: 10px;

}
.footerIcon{
    background-color: #E2AF23;
    padding: 5px 5px;
    color: #FFFFFF;
    border-radius: 50%;
    margin-right: 10px;
}

.gmail-icon{
    padding: 7px 8px;
}
.phone-icon{
    padding: 6px 8px;
}
.locationIcon{
    padding: 6px 10px;
}
footer{
    background-color: #161440;
    padding: 58px 0px;
}
.followUs{
    display: flex;
    align-items: center;
    gap: 10px;
    /* padding-bottom: 0px; */
    justify-content: center;
}
.followUsIcon{
    display: flex;
    align-items: center;
    gap: 13px;
}
.copyright{
    /* border-top: 1px solid #676767; */
    background: #211E56;
    padding: 33px 0px 18px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.footerIcons{
    color: #e2af23;
    font-size: 25px;
    margin-top: 18px;
}
.followUs p{
    
font-size: 15px;
    
font-weight: 400;
    
color: #ffffff;
}

.drop ul li{
    padding: 10px 0px;
    border-top: 1px solid #F0EFEF !important;
}




.btn-groups::-webkit-scrollbar {
    width: 5px;
    
}

/* Track */
.btn-groups::-webkit-scrollbar-track {
    background: #dbd8d8;
}

/* Handle */
.btn-groups::-webkit-scrollbar-thumb {
    background: #F1592A !important;
    border-radius: 10px;
    
}

.topNavRight li a i {
    color: #E2AF23;
    margin-top: 3px;
    margin-left: 14px;
    font-size: 19px;
}
.header-address {
    display: flex;
    justify-content: end;
}

.header-address img {
    margin-right: 9px;
}

.header-address h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.header-address p {
    font-size: 15px;
}

.header-address p i {
    background: #f1592a;
    border-radius: 100%;
    color: #fff;
    padding: 3px 6px 3px 6px;
    font-size: 12px;
    line-height: 1.2;
    margin-right: 4px;
}

.header-address p a {
    color: #000;
}
.btn-groups ul li:first-child {
    background: #f1592a;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding-bottom: 13px;
}






section.tools_sec {
    background: #000;
    padding: 46px 0px;
    margin-top: 46px;
}
section.tools_sec h2 {
    font-size: 40px;
    color: #f1592a;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}
.latestCrousel-section  h2 {
    color: #303849;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}


.latestCrousel-section .owl-dots {
    display: block!important;
    text-align: center;
    margin-top: 20px;
}
.latestCrousel-section .owl-dots button.active {
    background: #ea5729;
    border-radius: 50%;
}
.latestCrousel-section .owl-dots button {
    background: #c3b6b2;
    border-radius: 50%;
    margin-right: 5px;
}
.need_quality_sec {
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0px;
    margin-bottom: 0;
    margin-top: 38px;
}

.need_quality_sec h3 {
    color: #fff;
}
.companys_buliding_sec p {
    margin-bottom: 26px;
}

.need_quality_sec h2 {
    color: #FDD545;
}

.high_btn a {
    padding: 10px 12px 8px 12px;
    color: #fff;
    font-size: 17px;
    background-color: #34A853;
    border-radius: 2px;
    display: flex;
    align-items: center;
}

.need_quality_sec .row {align-items: center;}

.high_btn {
    /* text-align: right; */
    /* float: right; */
    margin-left: 20px;
}



.box_counter {
    text-align: center;
}

.box_counter h3 {
    font-size: 16px;
    margin: 0;
}
.need_quality_sec .col-lg-8 h3 {
    font-size: 20px;
}
.ToolGallery_section .toolGallery_item p {
    margin-top: 31px;
    color: #494949;
    font-family: "Poppins", sans-serif;
}

.retail_wholse_sec h2 {
    text-align: center;
    color: #ea5729;
    font-size: 40px;
}
.our_brand_sec {
    background-color: #F3F3F3;
    margin-bottom: 38px;
}

.our_brand_sec h2 {
    margin-bottom: 39px;
}
.form_box {
    background-color: #e2af23;
    /* padding: 31px 38px 20px; */
    /* margin: 50px 0px 60px; */
}

.form_box input, .form_box textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 26px 16px;
    border: 0;
    border-radius: 0px;
}
.form_box textarea {
    padding: 21px 16px 58px;
}

.form_box button {
    background-color: #303849;
    border: 0;
    padding: 14px 48px;
    border-radius: 0px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin-top: 26px;
}

.quick_form_sec h2 {
    color: #fff;
}

.quick_form_sec p {
    font-size: 20px;
}
.form_box input:focus-visible, .form_box textarea:focus-visible {
    outline: none;
}
footer p{
    color: #fff;
}

.footer-list ul li img {
    width: auto;
    height: 14px;
    margin: 4px 6px 0px 0px;
}
.copyright p {
    padding-bottom: 10px;
}
.indutry_application {
    margin-bottom: 63px;
}
.industry_app_img img {
    width: 100%;
    margin-top: 24px;
}

.indutry_application div#nav-tab {
    border-top: 1px solid #E3E3E3;
    border-bottom: 0;
    padding-top: 0px;
    padding-bottom: 17px;
    width: 100%;
    justify-content: space-between;
}

.indutry_application div#nav-tab .nav-link {
    border: 0;
    padding-top: 20px;
}

.indutry_application div#nav-tab img {
    margin-right: 8px;
}

.indutry_application div#nav-tab button {
    color: #000;
    font-weight: 500;
}

.indutry_application div#nav-tab .nav-link.active {
    border-top: 2px solid #ea5729 !important;
    display: block!important;
    padding-top: 18px;
    border-radius: 0;
}

.indutry_application div#nav-tab .nav-link img {
    filter: brightness(0)invert(0);
}

.indutry_application div#nav-tab .nav-link.active img {
    filter: none;
}
.indutry_application div#nav-tab .nav-link.active:focus-visible{
    box-shadow: none;
}
.saleCrousel {
    margin-top: 69px;
}

.categorySection:hover img {transform: scale(1.1);transition: 0.3s;}

.categorySection:hover {
    margin-top: -5px;
    transition: 0.3s;
}

.navbar ul li ul li a {
    padding: 10px 20px!important;
}
.navbar ul li ul{
    padding: 0;
}

.topNavLeft {
    display: flex;
    justify-content: space-between;
}
img.header_whtasapp {
    width: 49%;
    margin-left: 12px;
}
.topNavLeft a {
    color: #fff;
    padding-top: 10px;
}
.topNavRight {
    line-height: 1.8;
    border-left: 1px solid #8E8E8E;
}
.full_header {
    position: relative;
}

.header_menu {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: end !important;
    }
        .navbar-expand-lg .navbar-nav {
            align-items: center!important;
        }
      .ti-widget.ti-goog .ti-reviews-container-wrapper {
    display: flex!important;
    justify-content: center;
}
    
}
.high_btn a i {
    font-size: 27px;
    margin-left: 9px;
}

.topNavLeft p {border-right: 1px solid #8E8E8E;/* padding-right: 28px; */padding: 11px 0px;padding-right: 28px;}

.topNavRight li a {
    padding: 0;
}
.navbar .container-fluid {
    padding: 0;
}

.sliderBgImage {
    position: relative;
}

.banner_head {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0px auto;
    z-index: 1;
}

.banner_head h1 {
    font-size: 55px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 17px;
}

.banner_head p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 9px;
    font-family: 'Poppins';
}

.banner_head img {
    width: 10%;
}

.banner_head img {
    width: 20px!important;
}

.banner_head h1 span {
    color: #F9CF36;
}

.banner_head p span {
    color: #F9CF36;
}

.banner_head img {
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 21px;
}

.seleSection .owl-dots owl-dot.active {
    background: #000!important;
}

.seleSection .owl-dots {
    position: absolute;
    bottom: 0;
    right: 20%;
    top: 45%;
    transform-origin: left;
    transform: translateY(-50%) rotate(90deg) ;
}
.seleSection .owl-dots button.owl-dot {
    background:#fff;
    height:4px;
    width:30px;
    margin-right:10px;
}

.seleSection .owl-dots button.owl-dot.active {
    background:#f9cf36;
    height:4px;
    width:30px
}

.phone_wtas {
    display: flex;
}

.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-animation: slideDown 0.35s ease-out;
    animation: slideDown 0.35s ease-out;
}
.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 9px 0 8px;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    background: #161440;
    width: 100%;
    top: 0;
}
  
  .page-header.is-sticky img {
    max-width: 16%;
  }
  
  .page-header.is-sticky button {
    font-size: 14px;
    padding: 7px 10px;
  }
  
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
  /* FOOTER STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .page-footer {
    position: fixed;
    right: 0;
    bottom: 50px;
    display: flex;
    align-items: center;
    padding: 5px;
    z-index: 1;
    background: white;
  }
  
  .page-footer a {
    display: flex;
    margin-left: 4px;
  }
  
  .down-arrow {
    animation: jumpInfinite 1.5s infinite;
  }
  @keyframes jumpInfinite {
    0% {
      margin-top: 10px;
    }
    50% {
      margin-top: 20px;
    }
    100% {
      margin-top: 10px;
    }
  }

.down-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.saleCrousel .row {
    align-items: center;
}
.saleCrousel h2 {
    margin-top: 26px;
}
.grav_evan h3 {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 7px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.grav_evan h3 {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 7px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.grav_evan ul li {list-style: none;margin-top: 4px;}

.grav_evan ul li img {
    margin-right: 9px;
}

.grav_evan ul {
    padding-left: 0;
}
.line_bar {position: relative;}

.form_context .line_bar:after {
    content: '';
    position: absolute;
    left: -58px;
    top: -25px;
    background: #ffffff;
    width: 115px;
    height: 1px;
}
.get_no_sec .row {
    background-color: #161440;
    padding: 33px 0px 36px;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.get_no_contaxt {
    color: #fff;
    text-align: left;
    padding: 0px 26px;
}

.get_no_contaxt h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}
.get_no_contaxt span {
    margin-bottom: 13px;
    display: block;
    color: #FDD545;
    font-size: 34px;
    font-weight: 600;
}   
.services_sec.services_type{
    background-image: url(../images/Group\ 1600.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0px;
    margin-top: 64px;
}
.services_sec h2 {
    text-align: center;
    color: #fff;
}

.services_sec p {
    text-align: center;
    color: #fff;
    margin-bottom: 31px;
}
.services_sec .get_no_contaxt h3 {
    color: #fff;
}
.services_sec .get_no_contaxt h3 span {
    color: #fdd545;
}

.services_sec .get_no_contaxt {
    margin-top: 6px;
    text-align: center;
}

.services_sec .get_no_contaxt span {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 5px;
}



.new-section ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    justify-content: center;
}

.new-section {
    margin-top: 47px;
}

.new-section ul:first-child li:first-child {
    background: #303849;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0px 80px;
    position: relative;
}

.new-section ul:first-child li:nth-child(3) {
    background: #FDD545;
    color: #303849;
    display: flex;
    align-items: center;
    padding: 0px 100px;
    position: relative;
}
.new-section ul:nth-child(2) li:nth-child(2) {
    background: #FDD545;
    color: #303849;
    display: flex;
    align-items: center;
    padding: 0px 53px;
    position: relative;
}
.new-section ul:nth-child(2) li:nth-child(4) {
    background: #303849;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0px 23px;
    position: relative;
}

.new-section ul:last-child li:first-child {
    background: #303849;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0px 83px;
    position: relative;
}

.new-section ul:last-child li:nth-child(3) {
    background: #FDD545;
    color: #303849;
    display: flex;
    align-items: center;
    padding: 0px 104px;
    position: relative;
}

.new-section ul li {
    font-size: 25px;
    font-weight: 600;
    width: 291px;
    white-space: nowrap;
    height: 100%;
    display: flex;
}
.new-section ul li img {
    width: 100%;
    height: 100%;
}
.new-section ul:first-child li:first-child:after {
    content: '';
    position: absolute;
    border-top: 17px solid #00000000;
    border-right: 17px solid #00000000;
    border-bottom: 17px solid #00000000;
    border-left: 17px solid #303849;
    top: 34px;
    right: -34px;
}
.new-section ul:first-child li:nth-child(3):after {
    content: '';
    position: absolute;
    border-top: 17px solid #00000000;
    border-right: 17px solid #00000000;
    border-bottom: 17px solid #00000000;
    border-left: 17px solid #fdd545;
    top: 34px;
    right: -34px;
}


.new-section ul:nth-child(2) li:nth-child(2):after {
    content: '';
    position: absolute;
    border-top: 17px solid #00000000;
    border-right: 17px solid #fdd545;
    border-bottom: 17px solid #00000000;
    border-left: 17px solid #fdd54500;
    top: 34px;
    left: -33px;
}
.new-section ul:nth-child(2) li:nth-child(4):after {
    content: '';
    position: absolute;
    border-top: 17px solid #00000000;
    border-right: 17px solid #303849;
    border-bottom: 17px solid #00000000;
    border-left: 17px solid #fdd54500;
    top: 34px;
    left: -34px;
}


.new-section ul:nth-child(3) li:nth-child(1):after {
    content: '';
    position: absolute;
    border-top: 17px solid #00000000;
    border-right: 17px solid #00000000;
    border-bottom: 17px solid #00000000;
    border-left: 17px solid #303849;
    top: 34px;
    right: -34px;
}
.new-section ul:nth-child(3) li:nth-child(3):after {
    content: '';
    position: absolute;
    border-top: 17px solid #00000000;
    border-right: 17px solid #00000000;
    border-bottom: 17px solid #00000000;
    border-left: 17px solid #fdd545;
    top: 34px;
    right: -34px;
}
.featured_btn {
    text-align: center;
    margin-top: 53px;
}

.featured_btn a {
    background: #161440;
    padding: 10px 38px;
    border-radius: 5px;
    color: #fff!important;
    margin-top: 68px;
    display: inline-block;
}
.form_context {
    padding: 0px 304px 0px 0px;
}

.form_box .row {
    display: flex;
    align-items: center;
}

.form_context h2 {
    color: #000;
}

.form_context p {
    color: #fff;
    margin-bottom: 41px;
}
.line_bar:after {
    content: '';
    position: absolute;
    left: -58px;
    top: -38px;
    background: #e2af23;
    width: 115px;
    height: 1px;
} 
.services_sec {
    background-image: url(../images/Group\ 1719.png);
    width: 100%;
    background-size: cover;
    padding: 62px 0px;
}
.services_sec .line_bar {
    left: 50%;
    top: 31px;
}
.learn_more h3 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 34px;
}

.learn_more .line_bar {
    left: 50%;
    top: -14px;
}

.learn_more {
    text-align: center;
    margin-top: 0;
}


.learn_more a {
    background: #34a853;
    color: #303849;
    padding: 10px 25px;
    margin-top: 34px;
    display: inline-flex;
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
}
.footer-list.footer_services p {
    margin-bottom: 3px;
    font-size: 15px;
}
.even_img.even_home_img {
    position: relative;
    margin-bottom: 65px;
}

.even_img.even_home_img img:last-child {
    position: absolute;
    left: 78px;
    top: 64px;
}
.even_img {
    position: relative;
}

.even_img img:last-child {
    position: absolute;
    left: 54px;
    top: 41px;
}
.services_page_sec .row:nth-child(odd) .even_img img:last-child {
    top: 55px;
    left: 72px;
}
.learn_more .row {
    display: flex;
    justify-content: center;
}

.footer-logo img {
    margin-bottom: 22px;
}


.footer-list h1 span {
    color: #d5a420;
}

.footer-list ul li:last-child {
    border-bottom: 1px solid #cccccc54;
}

.footer_mail {
    border: 1px solid #cccccc54;
    display: inline-block;
    margin-top: 19px;
}

.footer_mail i {
    color: #e2af23;
    padding-right: 9px;
}

.footer_mail input {
    color: #fff;
    background: none;
    border: 0;
    padding: 10px 7px;
}
.footer_services {
    padding-left: 119px;
}
.footer_whtas img {
    width: 30px!important;
    height: 30px!important;
    margin-left: 20px!important;
    margin-top: 0!important;
}
section.services_sec.learn_more .line_bar:after {
    top: -2px;
}
.footer_mail input:focus-visible {
    border: 0;
    outline: none;
}
.feature_img {
    overflow: hidden;
    transition: 0.3s;
}

.feature_img img:hover {
    transform: scale(1.1);
    transition: 0.3s;
}
.featurd_box {
    display: flex;
}
.get_no_sec .row .col-lg-4 {
    border-right: 1px solid #fff;
}

.get_no_sec .row .col-lg-4:last-child {
    border-right: none;
}

.get_no_contaxt p {
    font-weight: 300;
}
.about-tabs .nav-tabs {
    border-bottom: 0px !important;
    margin: 39px 0px 30px;
}
.about-tabs .nav-link.active {
    background-color: #e2af23 !important;
    color: #FFFF;
}
.about-tabs .nav-link {
    background-color: #F0F0F0;
    color: #000000;
    border-radius: 0px !important;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 47px;
}
.ab-ul {
    margin-top: 50px;
}
.about-right h2 {
    margin-top: 0;
    margin-bottom: 36px;
}

.about-tabs .nav-link {
    font-weight: 500;
    font-size: 19px;
}

.about-tabs .nav-tabs li:nth-child(2) button {
    background: #898B8E;
}

.whatsAb .high_btn {
    margin-left: 0;
    margin-top: 27px;
}



/* service css */


.banner_cntent.services_banner img {
    width: 100%;
    position: relative;
}

.service_banner_context {
    position: absolute;
    top: 67%;
    color: #fff;
    font-size: 35px;
    z-index: 1;
}
.banner_cntent.services_banner {
    position: relative;
    z-index: 1;
    height: auto;
}

.banner_cntent.services_banner:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, #161440ab, #17133d82);
    z-index: 0;
}
.footer_cta_sec {
    background-color: #E3AF22;
    padding: 88px 0px;
}

.footer_cta_sec .row {
    align-items: center;
}

.footer_cta {
    display: flex;
    align-items: center;
}

.footer_cta img {
    margin-right: 20px;
}

.footer_cta h2 {
    font-size: 25px;
    color: #000;
    font-weight: 700;
}

.footer_cta p {
    color: #fff;
}



.footer-sign button {
    background-color: #303849;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    padding: 17px 43px 17px 43px;
    margin-left: 10px;
    transition: 0.3s;
}
.footer-sign button:hover {
    background: #161440;
    transition: 0.3s;
}

.footer-sign input:focus {
    outline: none;
}
.contact-box {
    box-shadow: 0px 0px 3px 0px #ccc;
    padding: 31px;
    width: 100%;
    border-radius: 3px;
}
.icon-box i {
    color: #e2af23;
    font-size: 46px;
    margin-bottom: 14px;
}

.contact-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-box a {
    color: #898B8E;
}

.desc-text {
    color: #898B8E;
}
.desc-text a {
    display: flex;
    margin-bottom: 10px;
}

.desc-text a img {
    max-width: 24px;
}



.address_sec {
    margin-bottom: 60px;
}
.office_img {
    margin-top: 24px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}
.office_img img {
    width: 100%;
}

.office_context {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    transition: 0.4s;
    z-index: 1;
}

.office_img:hover .office_context {
    bottom: 8%;
    transition: 0.4s;
}

.office_img:after {
    content: '';
    position: absolute;
    background: linear-gradient(360deg, #e2af23 2%, transparent 51%);
    transition: 0.4s;
    z-index: 0;
    left: 0;
    right: 0;
    height: 0;
    bottom: 0;
}
.office_img:hover:after {
    height: 324px;
}

.office_context h3 {
    font-size: 20px;
    color: #ffffff;
}
.services_page_sec .row:first-child {
    justify-content: center;
    text-align: center;
    margin-bottom: 43px;
}
.services_page_sec {
    margin-bottom: 60px;
}
.services_context h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 11px;
    color: #303849;
}

.services_context h3 span {
    color: #FDD545;
}

.services_context ul {
    padding: 0;
    list-style: none;
    margin-top: 23px;
}

.services_context ul li i {
    color: #e2af23;
    padding-right: 8px;
}

.services_context ul li {
    margin-top: 11px;
    display: flex;
}

.services_context ul li b {
    color: #303849;
}
.services_type {
    margin-top: 100px;
    margin-bottom: 54px;
    display: inline-flex;
}
.services_page_sec .row:nth-child(odd) .even_img {
    text-align: end;
}
.sb_instagram_header.sbi_medium.sbi_no_avatar {
    display: none;
}

.searchSection .navbar li {
    list-style: none;
}
.form_box input, .form_box textarea {
    color: #7c7c7c;
}
.form_context form p {
    margin-bottom: 0;
}

.form_box input.wpcf7-submit {
    padding: 14px 20px;
    display: inline-block;
    width: auto;
    background-color: #303849;
    color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    margin: 0;
    color: #fff;
}
.footer-sign p {
    display: flex;
}

.footer-sign span.wpcf7-spinner {
    position: absolute;
}

.footer-sign .wpcf7-submit {
    width: 146px!important;
    margin-left: 11px;
    background-color: #303849;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
#ss {
    display: none;
    margin-top: 64px;
}

#ss .row:nth-child(odd) .even_img {
    text-align: left;
}
#ss .row:nth-child(even) .even_img {
    text-align: right;
}
#ss .row {
    text-align: left;
}
.sliderBgImage:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, #161440ab, #17133d82);
    z-index: 0;
}
.even_img.about_even img {
    position: relative;
    margin-bottom: 58px;
}