.progressBarContainer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    background-color: rgb(0 0 0 / 65%);
    backdrop-filter: blur(5px);
    z-index: 2
}

.progressBarContainer div {
    display: block;
    width: 25%;
    padding: 0;
    cursor: pointer;
    float: left;
    color: white;
    position: relative;
    border-right: 1px solid rgb(255 255 255 / 36%);
    border-top: 1px solid rgb(255 255 255 / 36%)
}

.progressBarContainer div:last-child {
    border-right: none
}

.progressBarContainer div h4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99
}

.progressBarContainer div:last-child {
    margin-right: 0;
}

.progressBarContainer div span.progressBar {
    width: 100%;
    height: 70px;
    display: block;
}

.progressBarContainer div span.progressBar .inProgress {
    width: 0%;
    height: 70px;
    background: linear-gradient(to right, #0259bc, #1398c8)
}

.sliderContainer {
    position: relative;
    height: 100%;
    overflow: hidden
}

.slider {
    height: 100%
}

.single_slide {
    position: relative
}

.single_slide::before {
    content: '';
    /* position: absolute; */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to left, rgb(255 255 255 / 10%) 0, rgb(0 0 0 / 100%) 100%);
    z-index: 1
}

.slider_new_content {
    position: absolute;
    top: 50%;
    left: 0%;
    z-index: 9;
    transform: translate(0%, -50%);
    width:100%;

}

.slider_new_content h1 {
    color: #fff;
    font-size: 75px;
    font-weight: 700;
    font-family: var(--body-font)
}

.single_slide {
    position: relative;
    height: 90vh;
}
.bg_txt{
	background: linear-gradient(to left, #ffa000, #ff6000);
}

/* .slider_new_content h1 span {
    font-weight: 100
} */


.carousel-item {
    transform: scale(1);
    max-height: 100vh;
    min-height: calc(100vh-180px);
    overflow: hidden;

}

.videoSlider {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 70%;
    transition: all 0.5s;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.elVideo {
    width: 100%;
    height: 100%;
}

.active .videoSlider {
    margin-top: 0;
    width: 100%;
    border: none;
    box-shadow: none;
}

.hero_banner_sec {
    height: 100vh;
    background-color: var(--theme-dark1);
}

.hero_banner_sec {
    position: relative;
}

.banner_content h4 {
    color: #fff;
    font-size: 48px;
}

.banner_content h1,
.banner_content p {
    color: var(--text-white1);
}

.banner_content h1 {
    font-size: 200px;
    font-family: var(--heading-font);
    font-weight: 600;
    letter-spacing: 10px;
}

.typing_sec {
    font-size: 35px;
    color: #fff;
    font-weight: 200;
    font-family: var(--body-font);
}

.hero_banner_sec {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.banner_content_section {
    position: relative;
}

.hiring_info {
    position: absolute;
    top: 100px;
    right: 20px;
    z-index: 999;
}

.home_feature_sec {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.hiring_info {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px;
    background-color: rgb(28 28 28 / 65%);
}

.hiring_info h4 {
    color: var(--text-white1);
    font-size: 25px;
    font-weight: 700;
}

.hiring_info a {
    color: var(--theme-yellow2);
}

.hiring_info a:hover {
    color: var(--theme-yellow2);
}

.hiring_info span {
    position: absolute;
    right: -9px;
    top: -12px;
    background-color: var(--theme-dark2);
    display: block;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 17px;
    font-size: 19px;
    border-radius: 50px;
    color: var(--text-white1);
    border: 1px solid var(--text-white1);
    cursor: pointer;
}

.hiring_info.show {
    display: none;
}

.become_partner_sec .feature_item_box h4{color: #414141;font-family: "Montserrat", sans-serif;font-size: 35px;
font-weight: bold;position: relative;
text-align: center;margin-bottom: 50px;}
.become_partner_sec .feature_item_box h4:after{content: '';
    border-bottom: 5px solid #149ec9;
    width: 115px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, -50%);
    bottom: -12px;
    left: 50%;}
.become_partner_sec .feature_item_box p {
    color: #fff
}

.section_typing {
    position: absolute;
    top: 20px;
    left: 50px;
    font-size: 20px;
    color: var(--text-white1);
    text-transform: uppercase;
    font-family: var(--heading-font);
    z-index: 9;
}

.featured_services_list li {
    font-size: 60px;
    color: #fff;
    font-family: var(--heading-font);
    letter-spacing: 1px;
    margin-bottom: 0px;
    list-style: none;
}

.home_abt_sec {
    background: #fff;
    padding: 50px 0;
    position: relative;
    z-index: 9;
}

.abt_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yellow_btn {
    background: var(--theme-yellow1);
    color: #fff;
    padding: 10px 45px;
    text-transform: uppercase;
    font-size: 20px;
    border: none;
    font-family: var(--heading-font);
}

.abt_inner {
    padding-right: 200px;
    width: 85%
}

.abtn_read_more_btn {
    width: 15%;
}


.abt_inner h4 {
    font-size: 50px;
    font-family: var(--heading-font);
    color: #242524;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative
}

.abt_inner p {
    color: #000;
    font-size: 16px;
    font-family: var(--body-font);
    line-height: 30px
}

.devider_btn_sec {
    padding: 50px 0 100px 0;
    background-color: #fff
}

.devider_btn {
    background: #ffa000;
    background-image: linear-gradient(to left, #ffa000, #ff6000, #ffa000, #ffa000);
    background-repeat: repeat-x;
    background-position: 50% 0;
    background-size: 300% 100%;
    transition: .6s cubic-bezier(.55, .17, .05, .85);
    will-change: transform, background-position, box-shadow;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 30px 60px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5em;
    letter-spacing: 0;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%);
	border:none;
}

.devider_btn img {
    padding-left: 15px;
}

.devider_btn:hover {
    background-position: 100% 0;
    transition: ease-in all 0.3s;
    color: #fff;
    box-shadow: none
}

.devider_inner {
    position: relative
}

.devider_inner::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 33%;
    background-color: #ccc;
    transform: translate(0%, -50%)
}

.devider_inner::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    width: 33%;
    background-color: #ccc;
    transform: translate(0%, -50%)
}

.services_inner {
    display: flex;
    align-items: center;
    margin-right: -18px;
}


.devider_inner.btm_tp {
    position: relative;
    z-index: 9999;
	top: 43px;
}



.new_industris_sec {
    padding: 50px 0
}

.services_inner .tab-content {
    width: 70%;
}

.serices_section {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.new_industris_titile h4 {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 700
}

.new_industris_titile p {
    font-size: 20px;
    margin-bottom: 0;
    margin-bottom: 40px
}

.new_industris_titile {
    padding-right: 50px
}

.single_industries_item {
    margin-bottom: 30px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 30px 20px;
    background-color: #fff;
    transition: ease-in all 0.3s;
    cursor: pointer
}

.single_industries_item p {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
    font-family: var(--heading-font);
    opacity: 1;
    margin-top: 5px;
}

.single_industries_item img {
    width: 60px;
    filter: grayscale(1)
}

.single_industries_item:hover {
    border-color: rgb(255 104 36 / 45%);
    box-shadow: 10px 12px 34px rgb(28 28 28 / 17%);
    transition: ease-in all 0.3s
}

.services_row {
    display: flex;
    align-items: center;
}

.serices_section .section_typing {
    color: var(--theme-dark1);
    font-family: var(--heading-font);
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 50px;
}

.services_conetnt_partr {
    margin-left: 30px;
	width:65%
}

.new_industris_sec {
    background-color: #fff;
    position: relative;
    z-index: 99
}



.home_utility_services {
    background-color: #fff;
    padding: 80px 0 80px 0
}

.left_color_sec {
    background: linear-gradient(to right, #ffa000, #ff6000);
    border-radius: 0 5px 5px 0
}

.utility_nav_sec,
.utility_tab_section,
.left_color_sec {
    min-height: 600px;
}

.utility_tab_section {
    background-color: #242525;
    padding: 50px;
    border-radius: 5px 0 0 5px;
	padding-right:200px
}

.utility_mobile_nav_class .slick-current .single_nav_mobile {
    background: linear-gradient(to right, #ffa000, #ff6000);
    color: #fff
}

.single_nav_mobile {
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 25px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 70px
}

.utility_mobile_nav {
    padding: 0px 25px;
    margin-bottom: 30px
}

.utility_mobile_nav .slick-arrow {
    background-color: transparent;
    border: none;
    font-size: 25px;
}

.utility_mobile_nav .slick-arrow:focus {
    background: transparent
}

.utility_mobile_nav .slick-prev {
    position: absolute;
    left: -30px !important;
    top: 50%;
    transform: translate(0, -50%);
}

.utility_mobile_nav .slick-next {
    position: absolute;
    right: -30px !important;
    top: 50%;
    transform: translate(0, -50%);
}

.utility_mobile_nav_class .slick-slide {
    margin: 0px 5px;
}


.utility_content_sec p {
    font-size: 18px;
}

.utility_mobile_content .utility_content_sec {
    background-color: #242525;
    padding: 30px;
}

.utility_mobile_content .utility_content_sec p {
    font-size: 16px;
}

.utility_services_tiitle {
    margin-bottom: 50px;
}

.utility_services_tiitle h4 {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 700;
    width: fit-content;
    position: relative;
}

.title_span {
    position: absolute !important;
    top: 0px;
    left: -23px;
    height: 30px !important;
    width: 30px !important;
    background: linear-gradient(to right, #ffa000, #ff6000) !important;
    border-radius: 50px !important;
}



.utility_nav_sec {
    padding-top: 30px
}

.utility_nav_sec a {
    display: block;
    font-size: 22px;
    color: #000;
    padding: 13px 0;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
    opacity: 0.7;
    position: relative;
    background-color: #fff;
    z-index: 1
}

.utility_nav_sec a span {
    background-color: #fff;
    padding: 0px 10px;
    z-index: 99;
    position: relative
}


.utility_nav_sec a::after {
    content: "";
    height: 2px;
    background: #161616;
    left: 50%;
    right: 0;
    top: 50%;
    width: 0;
    transform: translateX(-50%);
    transition: all .5s ease;
    position: absolute
}


.utility_nav_sec a.active::after {
    opacity: 1 !important;
    width: 100%;
    z-index: -1
}

.utility_nav_sec a.active {
    color: #000;
    opacity: 1 !important
}


.utility_content_sec h4 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700
}

.utility_content_sec a {
    font-size: 18px;
    color: #fff;
}

.utility_content_sec p {
    color: #fff
}

.hire_cta_section {
    padding: 70px 0 160px 0;
    background-color: #fff;

}

.hire_cta_inner {
    background-color: #242525;
    padding: 100px 70px;
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%);
    position: relative
}

.hire_cta_inner h4 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
}

.hire_cta_inner p {
    color: #fff;
    margin-bottom: 40px
}

.hire_content_wrapper {
    width: 70%
}

.hire_content_wrapper h4 {
    position: relative
}

.hire_cta_inner .hire_img {
    position: absolute;
    right: -20%;
    bottom: -16%;
    width: 590px;
    height: 380px;
    background-color: #fff;
}

.hire_cta_inner .hire_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}




/* .services_icon {
  height: 65px;
  width: 65px;
  background-image: url(../../img/servicesicon.png);
  margin-bottom: 10px;
}
.development_icon {
  background-position: -20px -20px;
}
.desigining_icon {
  background-position: -80px -80px;
} */

.singel_img_serv {
    width: 40%;
    margin-right: 15px;
}

.single_img_services {
    padding: 20px;
}

.single_img_services {
    width: 60%;
}

.single_img_services p,
.single_services p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.banner_content_section .slick-slide img {
    display: block;
    height: 90vh;
    object-fit: cover;
  }

.singel_img_serv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left_services_titile {
    width: 35%;
    margin-right: 80px
}

.services_title_list {
    padding-left: 128px;
    padding-top: 50px;
    padding-bottom: 50px
}

.services_title_list h4 {
    margin-bottom: 20px;
    color: #000;
    position: relative
}

.services_title_list a {
    transition: ease-in all 0.4s;
    border: none;
    background: #d5eaf1;
    color: #000000;
    font-size: 15px;
    position: relative;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #3826265e; */
    padding-bottom: 10px;
    transition: ease-in all 0.3;
    border-radius: 50px;
    padding: 12px 20px;
    border: 1px solid #a0e7ff;
    display: flex;
    align-items: center; 
    justify-content: space-between;
}

.left_services_titile_top_part {
    background: linear-gradient(to right, #ffa000, #ff6000);
    height: 100px;
    font-family: var(--heading-font);
    padding-left: 150px;
    font-size: 60px;
    color: #fff;
    letter-spacing: 2px;
}

.services_title_list a sup {
    position: absolute;
    top: 10px;
    left: -35px;
    font-size: 18px;
}

.services_title_list h4 {
    font-size: 22px;
    margin-bottom: 38px;
    font-weight: 700;
    padding-right: 20px;
}

.services_title_list a:hover {
    text-decoration: none;
}


.mobiele_services_sec {
    background-color: #fff;
}

.esrvices_wrapper_nav_mobile .slick-arrow {
    background-color: transparent;
    border: none;
    font-size: 25px;
}

.esrvices_wrapper_nav_mobile .slick-arrow:focus {
    background: transparent
}

.esrvices_wrapper_nav_mobile .slick-prev {
    position: absolute;
    left: -30px !important;
    top: 50%;
    transform: translate(0, -50%);
}

.esrvices_wrapper_nav_mobile .slick-next {
    position: absolute;
    right: -30px !important;
    top: 50%;
    transform: translate(0, -50%);
}

.esrvices_wrapper_nav_mobile .slick-slide {
    margin: 0px 5px;
}

.esrvices_wrapper_nav_mobile_wrapper {
    padding: 0px 25px
}

.single_services_nav {
    border: 1px solid #ccc;
    padding: 9px;
    text-align: center;
    line-height: 20px;
    background-color: #fff;
}



.services_title_list a.active {
    color: #21a5d1;
    font-size: 18px;
    transition: ease-in all 0.3;
    font-weight: 500;
}

.services_main_conetnt {

    padding-right: 100px
}

.services_main_img {
    max-height: 450px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 9px rgb(0 0 0 / 40%);
    border-radius: 15px;
}

.secondary_img {
    position: absolute;
    bottom: -70px;
    right: -60px;
    width: 50%
}

.services_main_img_wrapper {
    position: relative;
    width: 65%;
    margin-right: 30px;
}


.services_main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.services_conetnt_partr ul {
    column-count: 2;
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}

.services_conetnt_partr h4 {
    font-size: 26px;
    margin-bottom: 12px;
    font-weight: 400;
    color: #1fa6d1;
}

.services_conetnt_partr ul li {
    margin-bottom: 6px;
}

.services_conetnt_partr ul li a {
    color: #000
}

.services_conetnt_partr ul li a span {
    height: 10px;
    width: 10px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(to right, #1396c8, #0563be);
    color: #fff;
    display: inline-block;
    margin-right: 3px;
    font-size: 18px;
    border-radius: 50%;
}
.services_conetnt_partr ul li a span img{
	display:none;
}
.single_services {
    padding: 20px;
    margin: 0px 15px;
    position: relative;
    min-height: 150px;
    transition: ease-in all 0.3s;
    border: 1px solid #e7e7e7;
    background-color: #fff;
}

.single_services:hover {
    transition: ease-in all 0.3s;
    box-shadow: 0 10px 60px 0 rgb(159 164 189 / 70%);
}

.services_row {
    margin-bottom: 30px;
}

.services_change {
    padding: 30px;
}

.services_item h2 {
    margin-top: 30px;
    padding-left: 40px;
    font-family: var(--heading-font);
    font-size: 50px;
}

.single_services h4 {
    color: #242525;
    font-family: var(--heading-font);
    font-size: 24px;
}

.single_services p {
    font-family: var(--body-font);
    font-weight: 500;
    color: var(--theme-dark2);
    font-size: 15px;
}

.services_link {
    border: 1px solid var(--theme-yellow1);
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 21px;
    color: var(--theme-yellow1);
    position: absolute;
    right: 0;
    bottom: 0;
    transition: ease-in all 0.3s;
}

.single_services:hover .services_link {
    background-color: var(--theme-yellow1);
    text-decoration: none;
    transition: ease-in all 0.3s;
    color: #fff;
}

.res_tab_sec {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 70px 0;
}

.res_tab_sec .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    display: inline-flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.res_tab_sec .nav-tabs .nav-item {
    display: inline-block;
    white-space: nowrap;
}

.res_tab_sec .nav-tabs .nav-link sup {
    font-size: 15px;
}

.res_tab_sec .nav-tabs .nav-link {
    background-color: transparent;
    border: none;
    color: var(--theme-dark1);
    font-family: Oswald, sans-serif;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease-in;
    padding: 5px 0;
    margin-right: 30px;
}

.res_tab_sec .nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--theme-yellow2);
    color: var(--theme-yellow2);
}

.res_tab_sec .overflow_tab {
    overflow: hidden;
    height: 41px;
}

.img_icon_ser {
    width: 80px;
    margin-bottom: 9px;
    background: #fff;
    position: relative;
}

.img_icon_ser img {
    width: 100%;
}

.res_single_services {
    padding: 15px 25px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

.res_tab_sec .tab-pane {
    margin-top: 30px;
}

.res_single_services h4 {
    color: var(--theme-yellow1);
    font-family: Oswald, sans-serif;
}

.res_single_services p {
    color: #1e1d1d;
    font-family: Roboto, sans-serif;
    line-height: 30px;
}

.swiper-slide-item {
    width: 100%;
}

.res_tab_sec .swiper {
    width: 85%;
}

.res_tab_sec .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid #dda032;
}

.res_single_services a {
    color: var(--theme-yellow1);
}

.arrow_div {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translate(0px, -50%);
}

.fact_figure_section {
    padding: 0px 0 100px 0;
    position: relative;
    background: #fff
}

.certificate_icon {
    width: 180px;
    position: absolute;
    left: -40px;
    top: -40px;
    filter: grayscale(1)
}

.fact_box {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 30px;
    height: 190px;
    overflow: hidden;
    font-family: var(--body-font);
    display: flex;
    align-items: center;
    position: relative;
}

.height_double {
    height: 380px !important;
}

.fact_box h5 {
    font-size: 24px;
    color: #242524;
    font-weight: 600;
    font-family: var(--body-font);
}

.fact_black_box .fact_box_wrapper h5 {
    font-size: 90px;
    color: #ccc
}

.fact_black_box .fact_box_wrapper p {
    color: #fff
}

.fact_box p {
    color: #000;
    font-size: 15px;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.fact_black_box {
    background: #252425;
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%);
    z-index: 99;
}

.fact_yellow_box {
    background: linear-gradient(to right, #ffa000, #ff6000);
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%);
    z-index: 99
}

.fact_yellow_box h5 {
    color: #fff;
    font-size: 60px
}

.fact_yellow_box p {
    color: #fff;
}

.fact_figure_heading h4 {
    font-size: 50px;
    font-family: var(--main-font);
    color: #000;
    padding: 30px 0;
    font-weight: 700;
    position: relative
}

.iso_fact_box {
    text-align: right;
    justify-content: flex-end;
    align-items: flex-end;
}

.country_fact_box {
    align-items: flex-start;
}

.country_fact_box .fact_box_wrapper img {
    position: absolute;
    right: -30px;
    bottom: -40px;
    filter: grayscale(1)
}

.become_content h4 {
    font-size: 50px;
    color: var(--theme-dark1);
    font-family: var(--heading-font);
    margin-bottom: 30px;
    font-weight: 700;
    position: relative
}

.become_content h5 {
    font-family: var(--heading-font);
    color: #fff;
    font-size: 50px;
    margin-bottom: 30px;
}

.become_content h6 {
    font-size: 20px;
    font-weight: var(--body-font);
    color: var(--theme-dark2);
    font-weight: 500;
}

.become_content p {
    color: var(--theme-dark1);
    font-size: 18px;
    font-family: var(--body-font);
    margin-bottom: 40px;
}

.become_content button {
    background: linear-gradient(to right, #ffa000, #ff6000);
    border: none;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: var(--body-font);
    transition: ease-in all 0.3s
}

.become_content button:hover {
    background: linear-gradient(to left, #ffa000, #ff6000);
    transition: ease-in all 0.3s
}

.explore_btn {
    background: linear-gradient(to right, #ffa000, #ff6000);
    border: none;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: var(--body-font);
    transition: ease-in all 0.3s
}

.explore_btn:hover {
    background: linear-gradient(to left, #ffa000, #ff6000);
    transition: ease-in all 0.3s
}

.become_content {
    padding-right: 200px;
}

.become_img_sec {
    position: absolute;
    right: 10%;
    width: 30%;
    top: 20%;
    background-color: #fff;
    padding: 50px;
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%);
    opacity: 1 !important;
}

.client_slide1 .slick-dots li button {
    font-size: 0px;
    height: 15px;
    width: 15px;
    border: none;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #000;
    margin-right: 10px
}

.client_slide1 .slick-dots li.slick-active button {
    background: linear-gradient(to left, #ffa000, #ff6000);
    border-color: transparent
}

.client_slide1 .slick-dots {
    display: flex;
    padding-left: 0;
    justify-content: center
}

.fisrt_row {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}


.industries_slider_sec {
    position: relative;
    padding-bottom: 100px;
    background-color: var(--theme-dark1)
}

.slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slick-arrow {
    background-color: grey;
    color: black;
}

.slick-arrow:hover {
    background-color: grey;
}

.slick-prev {
    z-index: 100;
    left: 20px !important;
}

.slick-next {
    z-index: 100;
    right: 20px !important;
}

.indus_slider_wrapper,
.single_industries {
    height: 700px !important;
    overflow: hidden
}

.industries_bg {
    height: 700px;
    object-fit: cover;
}

.indus_slider_wrapper {
    position: relative;
}

.single_industries img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    opacity: 0;
    transition: ease-in all 0.3s;
}

.single_industries {
    display: flex !important;
    align-items: flex-end;
    position: relative;
    transition: ease-in all 0.3s;
}

.single_indus_content {
    position: relative;
    z-index: 99;
    color: #fff;
    padding: 40px;
    text-align: left;
    transition: ease-in all 0.3s;
    height: 350px;
    overflow: hidden;
    transform: translate(0px, 180px);
}

.single_indus_content h4 {
    margin-bottom: 15px;
}

.single_indus_content p {
    opacity: 0;
}

.indus_slider_wrapper .slick-current .single_indus_content p {
    opacity: 1;
    transition: ease-in all 0.3s;
}

.indus_slider_wrapper .slick-current .single_indus_content {
    transform: translate(0px, 0px);
    transition: ease-in all 0.3s;
}

.indus_slider_wrapper .slider-nav .slick-active.single_industries:hover .single_indus_content {
    transform: translate(0px, 0px);
    transition: ease-in all 0.3s;
}

.indus_slider_wrapper .slider-nav .slick-active.single_industries:hover .single_indus_content p {
    opacity: 1;
    transition: ease-in all 0.3s;
}

.indus_slider_wrapper .slider-nav .slick-current.single_industries::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6) !important;
    z-index: 9;
    height: 100%;
    width: 100%;
    transition: ease-in all 0.3s;
}

.indus_slider_wrapper .slider-nav .slick-active.single_industries::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9;
    height: 100%;
    width: 100%;
    transition: ease-in all 0.3s;
}

.indus_slider_wrapper .slider-nav .slick-active.single_industries:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
    height: 100%;
    width: 100%;
    transition: ease-in all 0.3s;
}

.indus_slider_wrapper .slick-current .single_industries img {
    opacity: 1;
    transition: ease-in all 0.3s;
}

.indus_slider_wrapper .slick-current .single_industries .single_indus_content {
    opacity: 1;
    transition: ease-in all 0.3s;
}

/* .slider-nav .slick-slide {
  margin: 0 1px !important;
} */
/* .indus_slider_wrapper .single_industries:hover .single_indus_content {
  opacity: 1;
  transition: ease-in all 0.3s;
} */
/* .single_industries:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  height: 100%;
  width: 100%;
  transition: ease-in all 0.5s;
} */
.single_industries {
    cursor: pointer;
}

.single_indus_content h4 {
    font-size: 25px;
    font-family: var(--heading-font);
}

.single_indus_content p {
    font-family: var(--body-font);
    font-size: 16px;
}

.indus_slider_wrapper .slider-nav .slick-list {
    padding: 0px !important;
}

.indus_slider_wrapper .slider-for {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.indus_slider_wrapper .slider-for .slick-slide .industries_bg img {
    opacity: 0;
}

.indus_slider_wrapper .slider-for .slick-slide.slick-active .industries_bg img {
    opacity: 1;
}

.industries_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*****************************industry end sheet*****************************/





/*****************************cliens styl;e sheet*****************************/
.our_clients_sec {
    /* background-color: ; */
    position: relative;
    z-index: 9;
    padding: 100px 0 0 0;
}

.client_logo_sec {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.logo img {
    cursor: pointer;
}



/* .slider_row .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
} */
.client_logo_new {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.slider_row .slick-prev,
.slider_row .slick-next {
    display: none !important;
}

.client_logo_slider_wrapper {
    position: relative;
}



.our_client_text_area {
    padding-left: 170px
}

.our_client_text_area h4 {
    font-size: 50px;
    font-family: var(--heading-font);
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

.our_client_text_area p {
    font-size: 16px;
    font-family: var(--body-font);
    color: #fff;
    line-height: 30px;
}

.col_position div:nth-child(4) .single_devide_blog {
    flex-direction: row-reverse;
}

.col_position div:nth-child(5) .single_devide_blog {
    flex-direction: row-reverse;
}

.col_position div:nth-child(5) .single_devide_blog .blog_content,
.col_position div:nth-child(2) .single_devide_blog .blog_content {
    background-color: var(--theme-yellow2);
}

.col_position div:nth-child(3) .single_devide_blog {
    flex-direction: row-reverse;
}

/* 
.col_position div:nth-child(3) .single_devide_blog {
  display: block;
}
.col_position div:nth-child(3) .single_devide_blog .blog_content {
  width: 100%;
  background-color: #fff;
}
.col_position div:nth-child(3) .single_devide_blog .blog_content h4,
.col_position div:nth-child(3) .single_devide_blog .blog_content p,
.col_position div:nth-child(3) .single_devide_blog .blog_content a {
  color: var(--theme-dark1) !important;
} */
/* .col_position div:nth-child(3) .single_devide_blog .blog_img {
  display: none;
} */
.col_position div:last-child .single_devide_blog .blog_content {
    position: absolute;
    z-index: 99;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.col_position div:last-child .single_devide_blog .blog_img {
    position: absolute;
    width: 100%;
}

.our_blog_sec {
    position: relative;
    background-color: #fff;
    padding: 100px 0;
}

.single_devide_blog {
    display: flex;
    align-self: center;
}


.blog_content {
    padding: 30px;
    background-color: var(--theme-yellow1);
}

.blog_content p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single_blog:hover .blog_img img {
    transform: scale(1.1);
    transition: ease-in all 0.3s;
}

.blog_img {
    height: 200px;
    overflow: hidden;
    transition: ease-in all 0.3s;
    width: 100%;
}

.blog_img img {
    transition: ease-in all 0.3s;
}
.blog_feature_post .blog_img{
	width:30%;
	height:70px
}


.single_devide_blog,
.single_slow_blog {
    height: 345px;
}

.blog_content,
.slow_blog_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.slow_blog_content {
    padding: 20px;
}

.blog_title h4 {
    font-size: 50px;
    font-weight: 700;
    position: relative
}

.single_blog_content h4 {
    font-size: 24px;
    font-family: var(--heading-font);
    font-weight: bold;
    color: #242524;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px
}

.single_blog {
    box-shadow: 20px 30px 40px rgb(0 0 0 / 20%);
    padding: 20px;
    transition: ease-in all 0.3s;
    margin: 0px 15px
}

.single_blog:hover {
    box-shadow: none;
    transition: ease-in all 0.3s;
    background-color: #f8f8f8
}

.single_blog_content p {
    font-size: 16px;
    font-family: var(--body-font);
    color: #242524;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single_blog.bg-white h4,
.single_blog.bg-white p,
.single_blog.bg-white a {
    color: var(--theme-dark1) !important;
}

.overlay_blog {
    background: url(https://firebasestorage.googleapis.com/v0/b/excellisit2022.appspot.com/o/become-a-partner.jpg?alt=media&token=74f77dfc-d9ee-4e05-b5a3-47fec1c4acd7) no-repeat center;
    background-size: cover;
    position: relative;
}

.overlay_blog::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.overlay_blog .slow_blog_content {
    position: relative;
    z-index: 99;
}

.single_blog .read_more {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}

/*footer_con*/
.background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.background__blue {
    top: 100px;
    left: -30px;
    width: 800px;
    background-color: #6fcbdd;
}

.background__blue,
.background__red {
    position: absolute;
    height: 10px;
    opacity: 0.1;
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
}

.background__red {
    top: 170px;
    left: -50px;
    width: 1250px;
    background-color: #e11665;
}

.background__green,
.background__yellow {
    position: absolute;
    top: -100px;
    width: 10px;
    height: 2100px;
    opacity: 0.1;
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
}

.background__yellow {
    left: -80px;
    background-color: #eaa822;
}

.background__green {
    left: 50px;
    background-color: #38ba91;
}

.footer_contact_form_sec {
    padding: 100px 0 150px 0;
    background-color: #fff;
    position: relative;
    z-index: 9;
}

.left_foo_con_sec {
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%);
    padding: 30px;
    width: 100%;
}

.single_persion_con {
    box-shadow: 0 10px 30px 0 rgb(159 164 189 / 30%);
    margin-bottom: 30px;
    padding: 20px;
}

.con_foo_input_wrapper input,
.con_foo_input_wrapper select,
.con_foo_input_wrapper textarea {
    width: 100%;
    height: 40px;
    border: none;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    color: #686868
}

.con_foo_input_wrapper input:active,
.con_foo_input_wrapper input:focus {
    outline: none;
    border-color: #eaa822
}

.con_foo_input_wrapper input::placeholder,
.con_foo_input_wrapper select::placeholder,
.con_foo_input_wrapper textarea::placeholder {
    font-weight: 400;
    color: #686868
}

.con_foo_input_wrapper .file_type {
    height: 47px;
}

.con_foo_input_wrapper label {
    font-weight: 600;
    font-size: 14px;
}

.con_foo_input_wrapper textarea {
    height: 100px;
}

.con_foo_input_wrapper textarea:focus {
    outline: none
}

.con_foo_input_wrapper select:focus {
    outline: none
}

.con_foo_input_wrapper {
    margin-bottom: 20px;
}

.left_foo_con_sec h4 {
    font-weight: 700;
    margin-bottom: 20px;
}

.single_persion_con h4 {
    font-size: 25px;
    font-weight: 600;
    font-family: var(--heading-font);
    color: var(--theme-yellow1);
    letter-spacing: 1px;
}

.single_persion_con p {
    font-size: 13px;
    color: #777676;
    font-family: var(--body-font);
    margin-bottom: 5px;
}

.single_persion_con ul li a {
    color: #484848;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: var(--body-font);
    display: inline-block;
    margin-bottom: 10px
}

.single_persion_con ul li a i {
    /* color: ; */
    font-size: 18px;
}

.con_foo_input_wrapper label sup {
    color: #f00;
}

.contact_form_title span {
    font-size: 50px;
    color: #252425;
    font-weight: 700
}

.enquire_btn {
    background: linear-gradient(to right, #ffa000, #ff6000);
    color: var(--theme-dark2);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    font-family: var(--body-font);
    padding: 12px 60px;
    border: none;
}

.colorLine span:nth-child(1) {
    background: #cc3c28;
}

.colorLine {
    width: 100%;
    display: flex;
    margin-top: 50px;
}

.colorLine span {
    width: 12.5%;
    height: 3px;
    display: inline-block;
}

.colorLine span:nth-child(2) {
    background: #fac512;
}

.colorLine span:nth-child(3) {
    background: #2cad22;
}

.colorLine span:nth-child(4) {
    background: #ea6700;
}

.colorLine span:nth-child(5) {
    background: #498afe;
}

.colorLine span:nth-child(6) {
    background: #e20d71;
}

.colorLine span:nth-child(7) {
    background: #165b10;
}

.colorLine span:nth-child(8) {
    background: #ea6700;
}

.wide_globe_sec {
    background-color: #fff;
    position: relative;
    z-index: 99;
    padding: 50px 0;
}

.map_location_pin::before {
    content: "";
    position: absolute;
    left: 48.8%;
    height: 20px;
    width: 20px;
    background-color: #e85616;
    border-radius: 50px;
    top: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiNGRkZGRkYiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjRkZGRkZGIj4gICAgICAgIDxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjEiPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiICAgICAgICAgICAgICAgIGJlZ2luPSIwcyIgZHVyPSIyLjVzIiAgICAgICAgICAgICAgICB2YWx1ZXM9IjE7IDIwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4xNjUsIDAuODQsIDAuNDQsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1vcGFjaXR5IiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMi41cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4zLCAwLjYxLCAwLjM1NSwgMSIgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+ICAgICAgICA8L2NpcmNsZT4gICAgICAgIDxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjEiPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiICAgICAgICAgICAgICAgIGJlZ2luPSItMC45cyIgZHVyPSIyLjVzIiAgICAgICAgICAgICAgICB2YWx1ZXM9IjE7IDIwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4xNjUsIDAuODQsIDAuNDQsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1vcGFjaXR5IiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMi41cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4zLCAwLjYxLCAwLjM1NSwgMSIgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+ICAgICAgICA8L2NpcmNsZT4gICAgPC9nPjwvc3ZnPg==) #ffa000 no-repeat 50% 50%;
    outline: 1px solid;
    outline-offset: 3px;
    outline-color: #ffa000;
}

.india_location {
    position: absolute;
    z-index: 99;
    right: 357px;
    top: 325px;
    cursor: pointer;
}

.dubai_location {
    position: absolute;
    z-index: 99;
    right: 467px;
    top: 325px;
    cursor: pointer;
}

.uk_location {
    position: absolute;
    z-index: 99;
    right: 617px;
    top: 245px;
    cursor: pointer;
}

.map_location_pin span {
    position: absolute;
    left: 30px;
    font-size: 17px;
    font-weight: 700;
    color: var(--theme-dark2);
}

.australia_location {
    position: absolute;
    z-index: 99;
    right: 157px;
    bottom: 90px;
    cursor: pointer;
}

.us_location {
    position: absolute;
    z-index: 99;
    left: 230px;
    top: 295px;
    cursor: pointer;
}

.popover-header {
    padding: 0.5rem 0.75rem !important;
    margin-bottom: 0 !important;
    font-size: 1rem !important;
    background-color: var(--theme-yellow2) !important;
    border-bottom: 1px solid var(--theme-yellow2) !important;
    color: #000000 !important;
    border-radius: 0px !important;
}

.popover-body {
    padding: 0.5rem 0.75rem !important;
    color: var(--text-white1) !important;
    background-color: var(--theme-dark2);
}

.popover .arrow::after {
    border-top-color: var(--theme-dark2) !important;
}

/**************************************Footer Section*********************************/
.footer_sec {
    background-color: var(--theme-dark2);
    position: relative;
    z-index: 9;
}

footer#section10 {
    height: auto;
    align-items: center;
    padding-top: 60px;
}

footer#section10 .footer-links {
    justify-content: space-between;
}

.footer_menu ul li {
    margin-bottom: 10px;
}

.footer_menu ul {
    margin-bottom: 0px;
}

.footer-links ul li i {
    padding-right: 10px;
}

.footer_certificate img {
    margin: 5px;
    height: 50px;
}

footer#section10 h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px
}

.footer#section10 h6::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 40px;
    background-image: linear-gradient(to left, #ffa000, #ff6000, #ffa000, #ffa000)
}

.footer_content_part {
    position: relative;
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%);
    margin-top: -170px;
    opacity: 1 !important;
}

.footer_content_part::before {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background: rgba(55, 55, 55, .8);
    backdrop-filter: blur(30px);
}

.footer_content_part_ele {
    padding: 40px 50px
}

.footer_content_part_ele h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px
}

.footer_content_part_ele h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 25px
}

footer#section10 p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.footer-links a {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    transition: ease-in all 0.3s;
    font-family: var(--body-font);
}

.footer_part_con {}

.footer-links a svg {
    margin-right: 10px;
}

.footer_part_con a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 18px;
    background-image: linear-gradient(to left, #ffa000, #ff6000, #ffa000, #ffa000);
    background-repeat: repeat-x;
    background-position: 50% 0;
    background-size: 300% 100%;
    transition: .6s cubic-bezier(.55, .17, .05, .85);
    will-change: transform, background-position, box-shadow;
    position: relative;
    padding: 30px;
    transition: ease-in all 0.3s
}

.footer_part_con a img {
    margin-left: 20px
}

.footer_part_con a:hover {
    background-position: 100% 0;
    transition: ease-in all 0.3s
}

.footer-links a:hover {
    color: #ff6000;
    transition: ease-in all 0.3s;
    transform: scale(1.1);
}

.footer_logo {
    width: 65%;
}

footer#section10 .contact-details > * {
    margin-top: 20px;
}

footer#section10 .copyright_sec {
    border-top: 1px solid #252525;
    margin-top: 30px;
    background-color: #0e0e0e;
}

footer#section10 .copyright p {
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    #section9 .header > *:last-child {
        display: -ms-grid;
        display: grid;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer_ect_sec p {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
}

.footer_ect_sec ul li a {
    font-size: 25px;
    color: #fff;
    padding-right: 7px;
}

.footer_address ul li i {
    color: #eb671c;
    font-size: 18px;
}

.footer_address ul li {
    margin-bottom: 7px;
}

.footer_address ul li a {
    color: var(--theme-dark1);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}

.footer_address ul li a svg {
    margin-right: 10px;
}

.contact-details {
    margin-top: 20px;
    margin-bottom: 50px;
}

.contact-details h6 {
    font-size: 20px;
    color: var(--theme-yellow1);
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.contact-details h6 img {
    padding-right: 10px;
}

.copyright_sec {
    padding: 10px;
}

.copyright_menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}

.copyright_menu ul li {
    padding-left: 15px;
}

.copyright_menu ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.badge-info {
    background-color: rgba(23, 160, 184, 0.17);
    color: #17a2b8;
}

.section-title .badge {
    margin: 0 0 8px;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.address_sec {
    position: relative;
    background-color: #fff;
    padding: 15px;
}

/* Reveal block */
.reveal-holder {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.portfolio_img_wrapper .reveal-holder img {
    width: 100%;
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%)
}


 .reveal-holder  {
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%)
}

.mobile_portfolio .slick-slide.slick-center img {
    transform: scale(1.2);
    transition: all 0.4s ease-in-out;
}

.mobile_portfolio .slick-slide.slick-center {
    transform: none
}

.mobile_portfolio .slick-slide {
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, -100.136px) rotateX(0deg) rotateY(-50.068deg) scale(1);
    transition: all 0.4s ease-in-out;
}

.mobile_portfolio .slick-list {
    padding: 150px 0 !important;
}

.reveal-holder .reveal-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(to right, #ffa000, #ff6000);
    z-index: 999;
}

.reveal-holder .reveal-block::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--theme-yellow2);
    transition-property: transform;
    transition-duration: 0.5s;
}

.reveal-block.gradient::before {
    background: linear-gradient(to left, #eebf56, #f46ca3);
}

.reveal-block.gradient-two::before {
    background: linear-gradient(to left, #1b9edf, #af74c3);
}

.reveal-block.extra {
    background: #1b9edf;
}

.reveal-block.extra::before {
    background: #af74c3;
}

.reveal-block.top.aos-animate::before,
.reveal-block.bottom.aos-animate::before {
    transform: scaleY(1);
}

.reveal-block.left.aos-animate::before,
.reveal-block.right.aos-animate::before {
    transform: scaleX(1);
}

.reveal-block.top::before {
    transform: scaleY(0);
    transform-origin: 0% 100%;
}

.reveal-block.left::before {
    transform: scaleX(0);
    transform-origin: 100% 0%;
}

.reveal-block.right::before {
    transform: scaleX(0);
    transform-origin: 0% 100%;
}

.reveal-block.bottom::before {
    transform: scaleY(0);
    transform-origin: 100% 0%;
}

/* AOS animate */
.custom_aos [data-aos="reveal-top"],
.custom_aos [data-aos="reveal-left"],
.custom_aos [data-aos="reveal-right"],
.custom_aos [data-aos="reveal-bottom"] {
    transition-property: transform;
    transition-delay: 0.5s;
}

.custom_aos [data-aos="reveal-top"] {
    transform: scaleY(1);
}

.custom_aos [data-aos="reveal-top"].aos-animate {
    transform: scaleY(0);
    transform-origin: 100% 0%;
}

.custom_aos [data-aos="reveal-left"] {
    transform: scaleX(1);
}

.custom_aos [data-aos="reveal-left"].aos-animate {
    transform: scaleX(0);
    transform-origin: 0% 100%;
}

.custom_aos [data-aos="reveal-right"] {
    transform: scaleX(1);
}

.custom_aos [data-aos="reveal-right"].aos-animate {
    transform: scaleX(0);
    transform-origin: 100% 0%;
}

.custom_aos [data-aos="reveal-bottom"] {
    transform: scaleY(1);
}

.custom_aos [data-aos="reveal-bottom"].aos-animate {
    transform: scaleY(0);
    transform-origin: 0% 100%;
}

.custom_aos [data-aos="reveal-item"] {
    visibility: hidden;
    transition-property: visibility;
    transition-duration: 0s;
}

.custom_aos [data-aos="reveal-item"].aos-animate {
    visibility: visible;
}

/***********************************************Inner Banner Css***********************************/

.wave-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wave-top path {
    height: 100px;
}

.new_inner_banner {
    position: relative;
    min-height: 550px;
    background-color: #fff;
    overflow: hidden;
    height: 550px;
}

.new_inner_banner_title h2 {
    font-size: 90px;
    font-weight: 700;
    color: #fff;
    font-family: var(--body-font);
    letter-spacing: 2px;
    mix-blend-mode: difference;
    text-transform: uppercase;
}

.new_inner_banner_title {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 100%;
    z-index: 9;
    mix-blend-mode: difference;
}

.new_inner_banner_title p {
    width: 70%;
    margin: 0px auto;
    mix-blend-mode: difference;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}

.inner_banner_desc {
    margin-top: 30px;
}

.inner_banner_desc p {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
}

.inner_banner_desc p b {
    font-weight: 700;
}

:root {
    --animation-delay: 35ms;
}

.inner_banner_desc p span {
    opacity: 0;
    animation-name: typewriter;
    animation-fill-mode: forwards;
    animation-duration: 0s;
    animation-delay: calc(var(--animation-order) * var(--animation-delay));
}

/*****************Artice Page***************************/
.article_section {
    background-color: var(--theme-dark1);
    padding: 100px 0;
}

.article_single {
    background-color: var(--theme-dark2);
    padding: 40px;
    min-height: 450px;
    margin-bottom: 30px;
}

.article_single h4 {
    font-family: var(--heading-font);
    font-size: 25px;
    color: var(--text-white1);
    margin-bottom: 10px;
    position: relative;
}

.article_single h4 a {
    color: var(--text-white1);
}

.article_single h4 a:hover {
    color: var(--theme-yellow2);
}

.article_single h4::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 14px;
    height: 1px;
    width: 40px;
    background-color: #626262;
}

.article_single:hover {
    box-shadow: 6px 6px 14px rgb(255 160 0 / 9%);
    transition: ease-in all 0.3s;
}

.article_single span {
    color: var(--text-white1);
    letter-spacing: 3px;
    display: block;
    margin-bottom: 5px;
}

.article_single .date_article {
    font-size: 12px;
    color: #767676;
}


/* Cource Block */

.cource-block-two {
    position: relative;
    margin-bottom: 30px;
}

.cource-block-two .inner-box {
    position: relative;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 20px 40px 50px rgb(0 0 0 / 10%);
}

.cource-block-two .inner-box .image {
    position: relative;
    overflow: hidden;
	height: 260px;
}

.cource-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cource-block-two .inner-box:hover .image img {
    transform: scale(1.09, 1.09) rotate(2deg);
}

.cource-block-two .inner-box .image:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 75%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255 185 0 / 40%) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255 185 0 / 40%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}



.cource-block-two .inner-box .image_singel {
    position: relative;

}

.cource-block-two .inner-box .image_singel img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cource-block-two .inner-box .image_singel:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 75%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255 185 0 / 40%) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255 185 0 / 40%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}



.cource-block-two .inner-box:hover .image:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.cource-block-two .inner-box .lower-content {
    position: relative;
    padding: 25px 20px;
}

.cource-block-two .inner-box .lower-content h5 {
    position: relative;
    color: #242525;
    font-weight: 700;
    line-height: 1.3em;
}

.cource-block-two .inner-box .lower-content h5 a {
    position: relative;
    color: #242525;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 700;
	text-overflow: ellipsis;
    -webkit-line-clamp: 2;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.cource-block-two .inner-box .lower-content blockquote {
    background-color: #efdab9;
    padding: 20px;
    text-align: center;
}

.cource-block-two .inner-box .lower-content blockquote p {
    color: #000;
    margin-bottom: 0;
    font-style: italic;
}

.cource-block-two .inner-box .lower-content h5 a:hover {
    color: #242525;
}

.cource-block-two .inner-box .lower-content .text {
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 15px;
    margin-bottom: 12px;
    opacity: 0.7;
	text-overflow: ellipsis;
    -webkit-line-clamp: 4;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.cource-block-two .inner-box .lower-content .students {
    position: relative;
    color: #242525;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    margin-top: 8px;
    opacity: 0.5
}

.cource-block-two .inner-box .lower-content .hours {
    position: relative;
    color: #242525;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    margin-top: 10px;
    opacity: 0.5
}




.blog_catetory,
.blog_feature_post {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}

.blog_catetory h4,
.blog_feature_post h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    color: #3e3e3e;
}

.blog_catetory li {
    display: flex;
    align-items: center;
    line-height: 31px;
}

.blog_catetory li i {
    font-size: 18px;
    color: #ee791a;
}

.blog_catetory li a {
    color: #646464;
    display: block;
    margin-bottom: 0px;
    margin-left: 5px;
}

.blog_feature_post p a {
    color: #242525;
    display: block;
    font-size: 14px;
    font-weight: 600
}

.blog_feature_post p {
    margin-bottom: 0px
}

.blog_feature_post li {
    margin-bottom: 10px;
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px
}

.blog_campaign {
    margin-bottom: 30px
}

.blog_campaign img {
    width: 100%;
}


.blog_img img {
    width: 100%;
}

.blog_img {
    margin-bottom: 20px
}

.blog_right_text {
    width: 70%;
    padding-left: 11px;
}

.blog_banner {
    position: relative;
}

.blog_banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 46%);
}

.article_single .article_short_desc {
    margin-top: 20px;
    color: #cbcbcb;
    position: relative;
}

.article_single .article_short_desc p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article_single .article_short_desc::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 14px;
    height: 1px;
    width: 40px;
    background-color: #626262;
}

.article_single .article_read_more {
    font-size: 20px;
    color: var(--theme-yellow2);
    font-family: var(--heading-font);
    opacity: 0;
    transition: ease-in all 0.3s;
    position: relative;
}

.article_single:hover .article_read_more {
    opacity: 1;
    transition: ease-in all 0.3s;
}

.article_read_more:hover {
    padding-left: 40px;
}

.article_single .article_read_more:hover::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 14px;
    height: 1px;
    width: 40px;
    background-color: var(--theme-yellow2);
}

.single_blog_sec {
    padding: 100px 0;
    position: relative;
}

.blog_details_img {
    height: 550px;
    width: 100%;
    margin-bottom: 30px;
}

.blog_details_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single_blog_inner {
    padding: 30px;
    background-color: var(--theme-dark1);
}

.single_blog_inner p {
    color: var(--text-white1);
    font-family: var(--body-font);
}

.single_blog_inner strong {
    color: var(--theme-yellow1);
    letter-spacing: 0.5px;
}

.single_blog_inner h4 {
    font-size: 50px;
    font-family: var(--heading-font);
    margin-bottom: 15px;
    color: var(--theme-yellow2);
}

.article_single_banner {
    background-color: var(--theme-dark2);
    padding: 150px 0 100px 0;
    position: relative;
}

.artcle_single_banner_tiitle h4 {
    font-size: 50px;
    font-family: var(--heading-font);
    margin-bottom: 15px;
    color: var(--theme-yellow2);
    text-align: center;
}

/***New blog sample*******/
/*
.new_artile_img_text_wrapper {
    width: 70%;
    margin-right: 50px
}

.ne_article_blog_category {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ne_article_blog_category p {
    margin-bottom: 0;
    color: #000
}

.new_artcile_img_revel {
    width: 0px;
    height: 150px;
    transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
    overflow: hidden
}

.new_artcile_img_revel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.new_artile_img_text_wrapper h4 {
    padding-left: 25px;
    font-size: 30px;
    margin-bottom: 0;
    color: #000;
    transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new_article_wrapper {
    cursor: pointer;
    border-top: 1px solid #ccc;
    padding: 30px 0;
    transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.new_article_wrapper:hover .new_artcile_img_revel {
    width: 220px;
    transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}

*/




/* start testimonails */
.testim .big_title {
    position: relative;
    z-index: 999;
}

.testim .big_title h2 span {
    color: var(--text-white1);
}

.testim {
    position: relative;
    padding: 100px 60px;
}

.testim h2 {
    color: var(--theme-yellow1);
    font-size: 2rem;
    font-weight: bold;
}



.testim-content {
    position: relative;
    z-index: 9;
}

.person_testi_pic {
    height: 100px;
    width: 100px;
}

.testi_persion {
    margin-right: 35px
}

.person_testi_pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: grayscale(1)
}


.testim-content .slick-list {
    margin: 0 -10px !important;
}

.testim-content .slick-slide {
    margin: 0px 10px !important;
}

.testimonial_title h4 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    position: relative
}

.testimonial_title {
    margin-bottom: 30px;
    position: relative
}

.testim-content .testim-box {
    z-index: 2;
}

.testim-content .slick-track {
    display: flex;
}

.testim-box-content img {
    top: -10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    margin-right: 30px;
    position: relative;
}

.testin_box_inner p {
    color: #fff;
    font-size: 18px
}


.testim-content .slick-dots li button {
    font-size: 0px;
    height: 15px;
    width: 15px;
    border: none;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    margin-right: 10px
}

.testimonial_right_part {
    padding-left: 50px;
    border-left: 1px solid #fff
}

.testim-content .slick-dots li.slick-active button {
    background: linear-gradient(to left, #ffa000, #ff6000);
    border-color: transparent
}

.testimonial_right_part {
    margin-right: 150px;
}

.testimonial_right_part p {
    color: #fff;
    font-size: 14px
}

.testim-content .slick-dots {
    display: flex;
    padding-left: 0;
}

.single_rating img {
    height: 80px;
    background-color: #fff
}


.testim-content h3 {
    color: #fff;
    font-size: 15px;
}

.testim-box > p {
    font-style: italic;
    padding-bottom: 20px;
}

.testim-box-content p {
    color: #fff;
    font-size: 15px
}

.inner_testimonial_Sec {
    padding: 100px 0 100px 0;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.2)
}

/*
section.inner_testimonial_Sec::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to left, #6d6c6d, #252425 100%);
}
*/

/* endtestimonails */

/*****************Mechanical Services*****************/

.architechture_services_bim .motivation__button_group a {
    color: #000 !important;
}

.architechture_services_bim .motivation-details > * {
    color: var(--text-white1);
}

.architechture_services_bim .motivation_big_heading h2,
.architechture_services_bim .big_moti_icon {
    color: rgba(218 218 218 / 50%);
}

.process {
    display: flex;
}

.process__item:hover {
    background: #f2f2f2;
}

.process__item:hover .process__number {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    color: #003c71;
}

.process__number {
    font-size: 90px;
    -webkit-text-stroke: 1px #003c71;
    display: block;
    color: transparent;
    font-weight: 700;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.process__title {
    display: block;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 20px;
    color: #003c71;
    margin-top: 30px;
}

.process__subtitle {
    display: block;
    font-size: 15px;
    color: var(--text-white1);
    margin-top: 20px;
    line-height: 1.5;
}

.archi_process li {
    text-align: center;
    padding: 15px;
    background-color: var(--theme-dark1);
    border: 2px solid var(--theme-yellow2);
    border-radius: 10px !important;
}

.archi_process li .process__number {
    -webkit-text-stroke: 1px var(--theme-yellow2);
    line-height: 90px;
}

.archi_process li .process__title {
    color: var(--theme-yellow2);
    font-size: 16px;
}

.archi_process h2 {
    padding: 28px;
    font-weight: 600;
}

span.step_count_arch {
    position: absolute;
    font-size: 30px;
    color: var(--theme-yellow1);
    background-color: #fff;
    height: 70px;
    width: 70px;
    display: block;
    text-align: center;
    line-height: 60px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 40px;
    left: 0;
    font-weight: 700;
    box-shadow: 10px 10px 30px var(--theme-dark1);
}

span.step_count_arch.step01 {
    top: 0px;
}

span.step_count_arch.step02 {
    top: 10px;
}

span.step_count_arch.step03 {
    top: 30px;
}

.architechture_cad_sec .big-heading {
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translate(-30%, -50%) rotateZ(-90deg);

    font-weight: 700;
    font-size: 110px;
    color: #cacaca;
    text-transform: uppercase;
    -webkit-text-stroke: 1px;
    -webkit-text-fill-color: transparent;
}

.architechture_cad_sec {
    position: relative;
}

.mechanical_services_sec .big-heading {
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translate(-30%, -50%) rotateZ(-90deg);

    font-weight: 700;
    font-size: 110px;
    color: #cacaca;
    text-transform: uppercase;
    -webkit-text-stroke: 1px;
    -webkit-text-fill-color: transparent;
}

.mechanical_services_sec {
    position: relative;
}

.mechanical_collaps .card h5 {
    margin-top: 0px;
    text-align: left;
    color: var(--theme-yellow2);
    font-size: 18px;
    font-weight: 400;

    text-transform: capitalize;
}

.mechanical_collaps .card h5 a {
    color: var(--theme-yellow2);
    display: flex;
    align-items: center;
}

.mechanical_collaps .card h5 a i {
    font-size: 35px;
    margin-right: 10px;
}

.mechanical_collaps .card {
    border: 1px solid var(--theme-yellow1);
}

.mechanical_collaps .card {
    margin-bottom: 10px;
}

.mechanical_collaps .card-header {
    background-color: var(--theme-dark1);
    padding: 25px;
    border: none;
}

.mechanical_cad_img {
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 10px 10px 30px rgb(0 0 0 / 27%);
}


.lets_mmet_section {
    background-image: url(../img/team_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 250px 0;
    position: relative;
    background-position: center
}

section.lets_mmet_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0, rgb(0 0 0) 80%);
    backdrop-filter: blur(5px);
}

section.lets_mmet_section:hover::before {
    backdrop-filter: blur(0px);
}

.lets_mmet_section_content {
    margin-top: -170px;
}

.pos_ment {
    position: absolute;
    z-index: 99;
    bottom: -120px;
}

.preson_wrapper h4 {
    margin-bottom: 30px
}

.left_ment_sec {
    background: #fff;
    padding: 50px 30px;
    width: 50%
}

.gradient_btn .linked_logo {
    width: 25px;
    margin-right: 10px
}

.gradient_btn i {
    font-size: 20px;
    margin-right: 10px
}

.gradient_btn {
    background: #ffa000;
    background-image: linear-gradient(to left, #ffa000, #ff6000, #ffa000, #ffa000);
    background-repeat: repeat-x;
    background-position: 50% 0;
    background-size: 300% 100%;
    transition: .6s cubic-bezier(.55, .17, .05, .85);
    will-change: transform, background-position, box-shadow;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 40px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5em;
    letter-spacing: 0;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%);
	border:none
}

.gradient_btn img {
    width: 30%;
}

.gradient_btn:hover {
    box-shadow: none;
    background-position: 100% 0;
    color: #fff
}

.left_ment_one h4 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700
}

.left_ment_sec {
    min-height: 325px
}


.lets_meet_inner_title h4 {
    font-size: 50px;
    color: #fff;
    font-weight: 700
}

.lets_meet_inner_title p {
    color: #fff
}

.person_img {
    height: 70px;
    width: 70px;
}

.person_img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.linkd_person {
    position: relative
}

.linkd_person .linked_logo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px
}

.left_ment_one {
    margin-right: 50px;
    width: 50%
}

.peron_name h4 {
    margin-bottom: 10px;
    font-size: 18px
}

.peron_name p {
    margin-bottom: 0
}

.linkd_person {
    margin-right: 15px
}
























/*--------------------------------
	block number design first
---------------------------------*/
.number-block-one-outer [class*="col-"]:nth-child(2) .number-block-one {
    margin-top: 30px;
}

.number-block-one-outer [class*="col-"]:nth-child(3) .number-block-one {
    margin-top: 60px;
}

.number-block-one .figcaption {
    position: relative;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.number-block-one .figcaption p {
    font-size: 14px;
}

.number-block-one .figcaption h4 {
    font-size: 20px;
}

.number-block-one {
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}

@media only screen and (max-width: 991px) {
    .number-block-one-outer [class*="col-"]:nth-child(2) .number-block-one {
        margin-top: 0px;
    }

    .number-block-one-outer [class*="col-"]:nth-child(3) .number-block-one {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .number-block-one-outer [class*="col-"]:nth-child(2) .number-block-one {
        margin-top: 0px;
    }

    .number-block-one-outer [class*="col-"]:nth-child(3) .number-block-one {
        margin-top: 0px;
    }

    .number-block-one-outer [class*="col-"]:nth-child(3) {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 640px) {
    .number-block-one .figcaption-number span {
        font-size: 50px;
        line-height: 50px;
        height: 46px;
    }
}

.mechanical_services_sec {
    padding: 100px 0;
}

.cad_process_li li {
    width: 18%;
}

.cad_process_li li {
    margin: 0 1%;
}

.team_motivation__section {
    background: linear-gradient(to bottom, #dd100e, #ea6117);
    padding: 100px 0px;
}

.motivation__button_group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    row-gap: 5px;
    text-align: center;
    background-color: #faa003;
    padding: 35px 0;
}

.team_motivation__section .divider {
    position: relative;
}

.motivation__button_group .divider {
    content: "";
    position: absolute;
    background-color: rgb(255 255 255 / 43%);
    width: 2px;
    height: 100%;
    top: 0;
    right: 40px;
}

.motivation__button_group a {
    color: #ffffff;
    font-family: "Poppins";
    font-size: 18px;
    padding: 15px 20px;
    transition: all 0.1s ease-out;
    background-color: transparent;
}

.motivation__button_group a.active {
    color: #fff;
    transform: scale(1.3);
    background-color: transparent !important;
}

.motivation__button_group .button:hover {
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.15);
    color: #1f1f1f;
    transform: scale(1.3);
}

.motivation-details > * {
    margin-bottom: 10px;
    color: #ffffff;
    font-family: "Poppins";
}

.motivation-details h5 {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: var(--heading-font);
}

.motivation-details p {
    font-size: 14px;
    font-weight: 300;
    max-width: 100%;
    width: auto;
    font-family: "Roboto";
    font-size: 15px;
    line-height: 28px;
}

.motiv__icon i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 150px;
    text-align: center;
}

.motivation_big_heading h2 {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 20px;
}

.big_moti_icon {
    font-size: 20rem;
    position: absolute;
    right: -90px;
    top: 0;
    line-height: 20px;
    color: rgb(255 255 255 / 28%);
}

.sep-line-one,
.archi_process h2 {
    color: #dda032;
    font-size: 50px;
    font-family: "Oswald";
    margin-bottom: 40px;
}

.motivation_item {
    background-color: rgb(0 0 0 / 33%);
    padding: 30px;
    height: 375px;
}
.single_utility_services_item{
	margin:0px 20px;
	text-align:center
}
.single_utility_services_item h5{
	color: #fff;
    font-size: 15px;
    margin-top: 10px;
    line-height: 24px;
}
.tandc_class h4{
	margin-top:50px;
	font-weight:600;
	font-size:30px
}
.hire_modal_from .hire_form input, .hire_modal_from .hire_form select{
	height:50px;
	border-radius:0px !important;
}
.hire_modal_from .btn-close{
	position: absolute;
    right: -35px;
    top: -35px;
    background: transparent;
    border: none;
    font-size: 30px;
    opacity: 1;
    color: #fff;
}
.hire_modal_from .modal-body h5{
	margin-bottom:20px;
}
.hire_modal_from .modal-body{
	padding:40px
}
.animate__hea{
	visibility:hidden;
	opacity:0
}
.in-view .animate__hea{animation: beat 2s linear; visibility:visible; opacity:1}

@-webkit-keyframes beat {
  0% {
    transform: scale(0);
  }
  14% {
    transform: scale(0);
  }
  21% {
    transform: scale(1) skew(0.004turn)
  }
  28% {
    transform: scale(0.9) skew(0.008turn);
  }
  35% {
    transform: scale(1.2) skew(0)
  }
  45% {
    transform: scale(0.9) skew(0);
  }
	60% {
    transform: scale(1) skew(0);
  }
	
	
	
}
@keyframes beat {
  0% {
    transform: scale(0);
  }
  14% {
    transform: scale(0);
  }
  21% {
    transform: scale(1) skew(0.004turn)
  }
  28% {
    transform: scale(0.9) skew(0.008turn);
  }
  35% {
    transform: scale(1.2) skew(0)
  }
  45% {
    transform: scale(0.9) skew(0);
  }
	60% {
    transform: scale(1) skew(0);
  }
	
	
}


/*---- popup -----*/

#newsletter-popup{
  
}
.newsletter-in{
  padding: 0px;
  background: #fff;
  border-radius: 15px 15px 0 0;
  width: 100%;
  position: absolute;
  transition: all 1s ease-in-out;
  right: 3%;
  bottom: 0;
}
@media screen and (max-width: 1441px){
	.calendly-inline-widget{
		height:500px;
	}
}

@media screen and (max-width: 1366px){
  .newsletter-in{
    width: 100%;
  }
}
@media screen and (max-width: 992px){
  .newsletter-in{
    width: 100%;
  }
}


#newsletter-popup h3{
  color: #fff;
  font-size: 24px;
  margin: 0 0 10px;
  font-family: 'Gloria Hallelujah',cursive;
}
#newsletter-popup .form-control{
  width: 100%;
  height: 36px;
  border: none;
  text-indent: 10px;
  font-size: 13px;
  border-bottom: 2px solid #faeaec;
  border-top: 2px solid #fff;
  padding: 0;
  color: #666;
  margin-bottom: 15px;
}
#newsletter-popup input[type="submit"]{
  background: #6EC5D9;
  border: none;
  border-bottom: 3px solid #57B8CE;
  color: #fff;
  text-align: center;
  display: block;
  padding: 0;
  line-height: 1.5;
  width: 100%;
  cursor: pointer;
  margin: 0;
  font-size: 21px;
  font-family: "Gloria Hallelujah",cursive;
}
.quickform{
  position: relative;
  width: 100%;
  display: flex;
}
.s-f-left, .s-f-right{
  width: 50%;
}
.s-f-left .man_img{
  width: 211px;
  height: 246px;
  margin: -61px auto 0;
}
.s-f-left img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.s-f-left{
  background: #d5f1f7;
  position: relative;
  padding: 20px;
  border-radius: 15px 0 0 0px;
}
.s-f-left:before{
  content: '';
  width: 100%;
  height: 73%;
  background: linear-gradient(97deg, #de292c, #f29b20);
  position: absolute;
  bottom: 0;
  left: 0;
  clip-path: polygon(0 0%, 100% 20%, 100% 100%, 0% 100%);
}
.calender{
  width: 100%;
  position: relative;  
}
.calender h4{
  background: rgb(0 0 0 / 50%);
  margin-bottom: 0;
  padding: 15px;
  color: #fff;
  text-align: center;
  font-size: 25px;
}
.calender h4 span{
  color: var(--sec-color);
}
.calender p{
  background: #ffbe7c;
  padding: 15px;
  color: #000;
  text-align:center;
}
.bg_vl{
  position: relative;
  text-align: center;
}
.bg_vl a{
  color: #fff;
  text-decoration: none;
}
.bg_vl a p{
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
}
.s-f-right{
  background: #fff;
  border-radius: 0 15px 0 0px;
  padding: 20px;
}
.s-f-right-bottom ul{
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
}
.s-f-right-bottom ul li span{
  display: block;
}
.quickform-holder{
  width: 100%;
}
.modalshow {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 18px;
	background-image: linear-gradient(to left, #ffa000, #ff6000, #ffa000, #ffa000);
	background-repeat: repeat-x;
	background-position: 50% 0;
	background-size: 300% 100%;
	transition: .6s cubic-bezier(.55, .17, .05, .85);
	will-change: transform, background-position, box-shadow;
	position: relative;
	padding: 30px;
	transition: ease-in all 0.3s;
	width: 100%;
    border: none;
}
.modalshow:hover {
  background-position: 100% 0;
    transition: ease-in all 0.3s;
}
.modalshow:active {
  background-position: 100% 0;
    transition: ease-in all 0.3s;
}
.close {
  position: absolute;
  top: 24px;
  right: 16px;
  width: 35px;
  height: 30px;
  background: #df312b;
  color: #fff;
  cursor: pointer;
  border: 0;
  z-index: 1;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 73, 94, 0.8);
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}
.modal.sticky-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  width: 700px;
  margin-left: 0;
  margin-top: 0;
  background: none;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-out;
  transform: translateY(45px);
}
.active {
  visibility: visible;
  opacity: 1;
}
.active + .modal.sticky-bottom {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  display: inherit;
}
.modal.sticky-bottom.show .newsletter-in {
  animation: modal-sticky-bottom-animation 0.5s ease;
  bottom: 0;
  margin-bottom: 0;
  top: auto;
}
@keyframes modal-sticky-bottom-animation {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
@keyframes modal-sticky-bottom-animation-out {
  from {
    bottom: 0;
  }
  to {
    bottom: -100%;
  }
}

/*---- popup -----*/

.column2 ul{
	column-count:2
}




.select_serv{
        margin-bottom: 30px;
        border: 1px solid #2d2d2d;
        padding: 20px;
    }
    .get_quote_form h4{
        font-size: 40px;
        color: #fff;
        font-weight: 800
    }
    .get_quote_form p{
        color: #fff;
        opacity: 0.7;
        font-size: 15px;
    }
    .get_quote_form {
        background-color: #1b1a1b;
        padding: 40px;
        margin-right: 30px
    }

    .custom_fil {
        background-color: transparent;
        padding: 10px;
        border: 1px solid #2d2d2d;
        color: #fff;
        opacity: 0.6
    }

    .quote_project textarea {
        background-color: transparent;
        width: 100%;
        height: 100px;
        border: none;
        border-bottom: 1px solid #2d2d2d;
        margin-bottom: 30px;
        color: #fff
    }

    .single_input input {
        background-color: transparent;
        border: none;
        width: 100%;
        border-bottom: 1px solid #2d2d2d;
        margin-bottom: 30px;
        height: 50px;
        color: #fff
    }

    .single_input input:focus,
    .quote_project textarea:focus {
        outline: none;
        box-shadow: none;
        border-color: #ffa000
    }

    .sinle_select_serv {
        display: inline-block;
        margin-right: 20px;
        color: #fff;
        opacity: 0.5;

    }
    .select_serv h5{
        color: #fff
    }

  .visit_profile_sec::before {
        content: '';
        position: absolute;
        right: -1px;
        width: 1px;
        height: 41px;
        background-color: #6d6c6d;
        bottom: 0px
    }

    .visit_profile_sec::after {
        content: '';
        position: absolute;
        right: -1px;
        width: 1px;
        height: 41px;
        background-color: #6d6c6d;
        top: 0px
    }

    .clutch_review::before {
        content: '';
        position: absolute;
        bottom: 50%;
        left: -25px;
        width: 50px;
        height: 4px;
        background-color: #ffa000;
    }

    .visit_profile_sec h4 {
        font-size: 25px;
        font-weight: 600;
        color: #fff;
    }

    .clutch_review h4 {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 2px;
        margin-right: 15px
    }

    .clutch_review img {
        width: 150px
    }

    .visit_profile_sec p {
        color: #fff;
        margin-bottom: 0
    }

    .visit_profile_sec {
        padding: 30px
    }

    .why_trust_section {
        background-color: #fff
    }

    .trust_signle_img {
        height: 110px;
        width: 200px;
        margin: 0px auto;
        margin-bottom: 30px
    }

    .trust_signle_img img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    .trust_single {
        padding: 30px;
        border: 1px solid #ccc;
        background: #fff;
		border-bottom: 0;
    }

    .clucht_review_wrapper {
        background: linear-gradient(to right, #6d6c6d 0, #252425 100%)
    }

    .why_trust_wrapper {
        box-shadow: 20px 40px 50px rgb(0 0 0 / 40%)
    }

    .trust_single::before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        height: 25px;
        width: 5px;
        background-color: #ffa000
    }



.orange{
    background: #ffa000
}
 .hide_content_for_serv{
    display: none;
     
}
.hide_content_for_serv p{
    font-size: 20px;
    opacity: 1
}

.full_width_srv_cont_type2_left:hover .hide_content_for_serv, .full_width_srv_cont_type2_right:hover .hide_content_for_serv{
    display: block
}
.full_width_srv_cont_type2_left:hover .servi_hide_img, .full_width_srv_cont_type2_right:hover .servi_hide_img{
    display: none
}
.full_width_srv_cont_type2_left .servi_hide_img, .full_width_srv_cont_type2_right .servi_hide_img{
    filter: invert(100%);
}
.full_width_srv_cont_type2_left, .full_width_srv_cont_type2_right{
    min-height: 700px;
    position: relative
}
.full_width_srv_cont_type2_left{
    padding: 120px 160px 80px
}
.full_width_srv_cont_type2_right{
    padding: 120px 110px 80px
}

.full_width_srv_cont_type2_left h4, .full_width_srv_cont_type2_right h4{
   font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px
}

.full_width_srv_cont_type2_left span.counter_serv, .full_width_srv_cont_type2_right span.counter_serv{
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    position: absolute;
    right: 30px;
    top: 30px;
    opacity: 0.7
}
.full_services_icon span{
    font-size: 60px;
    font-weight: 800;
    color: #000;
    position: absolute;
    left: 0px;
    top: -20px;
    opacity: 0.7
}

.full_services_icon h4{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px
}
.full_width_srv_cont a span{
    color: #000
}
.full_width_srv_cont p{
    font-size: 20px
}
.stycky_top_form{
	position: relative;
}
.stycky_top_form.fixed_top{
	position: fixed;
	top:0;
}
.ul_li_blg{
	list-style: none;
    padding-left: 0 !important;
    display: block;
    columns: 3;
}
.ul_li_blg li{
	width: 100%;
    list-style: none !important;
    display: inline-block;    
}
.ul_li_blg li a{
	color:#000;
	background: #fff;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    min-height: 64px;
    padding: 18px;
    text-align: center;
    margin-bottom: 19px;
	width:100%;
	display:inline-block;
}
.summary_box{
	width: 100%;
    background: rgb(255 148 0 / 14%);
    padding: 15px;
    font-style: italic;
	margin-bottom:10px;
}

.opacity p{
	opacity: 1;
		
		
}
.opacity b{
	font-weight:600;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    position: absolute;
    bottom: 0;
    left: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #46b450;
}


@media (max-width: 767px) {
  .wpcf7-form .enquire_btn{
     margin-bottom: 35px;
  }
}
