@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
body {
    overflow-x: hidden;
    background: #fff;
}
/*======================common css==============*/
p {
    text-align: left;
    margin: 0;
    color: #000;
    padding: 0;
}
.alinur {
    font-family: "Alinur Banglaborno", sans-serif;
}
button,
button:focus,
button:active {
    outline: none !important;
    box-shadow: 0 0 !important;
}

form input::placeholder {
    font-size: 15px;
    color: #888;
    text-align: left !important;
    /*float:left !important;*/
}
ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    list-style: none;
}

a,
a:hover,
a,
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline-offset: 0;
    outline: 0;
}

button,
button:focus,
button:active {
    text-decoration: none;
    border: 0;
    outline: 0;
}

.form-control,
.form-control:focus,
input,
input:focus {
    outline: 0;
    border: 0;
    box-shadow: 0 0 !important;
}
.parsley-errors-list {
    color: #01808c;
}
.parsley-error {
    border: 1px solid #01808c !important;
}
img {
    max-width: 100%;
    height: 100%;
}
button {
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

svg {
    height: 16px;
    width: 16px;
}
.cursor {
    cursor: pointer;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.container_97 {
    max-width: 1200px;
}

footer {
    padding: 0 0;
}
.meta-date.meta {
    color: #000;
}
/*===================css start================*/
.main__logo_header {
    height: 50px;
    width: 200px;
}
.main__logo_header img{
   width: 100%;
   height: 100%;
}
.main__logo_headers {
    height: 70px;
    width: 164px;
}
.main__logo_headers img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.main__header {
    display: flex;
    justify-content: space-between;
}
section.header_section {
    background: #0088d1;
    position: absolute;
    /* top: 0; */
    left: 0;
    z-index: 99;
    width: 100%;
    height: 60px;
    line-height: 58px;
}
.main_menu ul li {
    display: inline-block;
    margin-left: 36px;
}

.main_menu ul li a {
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 57px;
}
.main_menu ul li a:hover {
    color: #000000;
}
.fixed-top {
    top: -30px;
    transform: translateY(30px);
    transition: transform 0.5s;
    box-shadow: 0px 0px 10px #c3c3c3;
    z-index: 999;
    padding: 0 110px;
    background: #0088d1;
}

.main_item img {
    height: 600px;
}

.main-slider: hover .owl-next{
    visibility: visible !important;
    opacity: 9;
    z-index: 1;
}
.main_slider{
    position: relative;
}

.main_slider .owl-next i{
   position: absolute;
    right: 2%;
    top: 45%;
    height: 40px;
    line-height: 43px !important;
    width: 40px;
    border-radius: 50% !important;
   background: #0088d1;
    color: #fff !important;
}

.main_slider .owl-prev i{
    position: absolute;
    left: 2%;
    top: 45%;
    height: 40px;
    line-height: 43px !important;
    width: 40px;
    border-radius: 50% !important;
   background: #0088d1;
    color: #fff !important;
}

.gallery__woner_section{
    position: relative;
}

.gallery__woner_section .owl-next i {
    position: absolute;
    right: -1%;
    top: 36%;
    height: 40px;
    line-height: 43px !important;
    width: 40px;
    border-radius: 50% !important;
    background: #0088d1;
    color: #fff !important;
}

.gallery__woner_section .owl-prev i{
    position: absolute;
    left: -1%;
    top: 36%;
    height: 40px;
    line-height: 43px !important;
    width: 40px;
    border-radius: 50% !important;
   background: #0088d1;
    color: #fff !important;
}
.gallery__woner_section, .owl-carousel .owl-nav.disabled {
    display: block;
}

.client__woner_section{
    position: relative;
}

.client__woner_section .owl-next i {
    position: absolute;
    right: -2%;
    top: 30%;
    height: 33px;
    line-height: 35px !important;
    width: 33px;
    border-radius: 50% !important;
    background: #0088d1;
    color: #fff !important;
}

.client__woner_section .owl-prev i{
    position: absolute;
    left: -2%;
    top: 30%;
    height: 33px;
    line-height: 35px !important;
    width: 33px;
    border-radius: 50% !important;
   background: #0088d1;
    color: #fff !important;
}
.client__woner_section, .owl-carousel .owl-nav.disabled {
    display: block;
}
/*contact_us page_design start*/
.s-contacts {
    background: #222;
    color: #fff;
}
.s-contacts {
    padding: 140px 0;
    background-position: center;
    background-repeat: no-repeat;
}
.title-decor {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.title-decor:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 4px;
    background-color: #f23849;
}
.title-decor span {
    color: #f23849;
}
.slogan {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 40px;
    color: #ccc;
}
.sub_profile {
    text-align: left;
    margin: 30px 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.contact-item {
    background-color: #272a31;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
}
.contact-item-left h4 {
    text-transform: uppercase;
    margin-top: -8px;
    font-size: 15px;
}
.contact-item-left h4 {
    text-transform: uppercase;
    margin-top: 3px;
}
.contact-item-right {
    width: 60%;
    padding: 15px;
}
.contact-item-right li {
    color: #bebebe;
}
.contact-item-right a {
    color: #bebebe;
}
.form-cover li {
    margin-bottom: 19px;
    width: 100%;
}
.form-cover label {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 500;
}


.checkbox-wrap {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 14px;
}
.checkbox-cover {
    position: relative;
    display: inline-block;
}
.checkbox-cover input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
}
.checkbox-cover p {
    position: relative;
    padding-left: 44px;
    color: #bebebe;
    font-family: "Poppins", sans-serif;
}
.checkbox-cover p:before {
    content: '';
    display: inline-block;
    border: 1px solid #f23849;
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    top: -2px;
    left: 0;
    text-align: center;
    color: #f23849;
    border-radius: 5px;
}
.btn-form-cover {
    text-align: right;
}
.btn {
    font-size: 16px;
    padding: 11px 40px 10px;
    border: 2px solid #f23849;
    background-color: #f23849;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    height: 50px;
    display: inline-block;
    transition: .25s ease-in;
    color: #fff;
}
.btn:hover {
     border-color: #f23849; 
}
.contact-item-left {
    margin: 0 auto;
    width: 40%;
    border-right: 2px solid #f23849;
}
.checkbox-cover input:checked + p:before {
    content: '\f00c';
    background-color: #f23849;
    color: #fff;
}
.checkbox-cover p:before {
    content: '';
    display: inline-block;
    border: 1px solid #f23849;
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    top: -2px;
    left: 0;
    text-align: center;
    color: #f23849;
    border-radius: 5px;
}
/*contact_us page_design end*/
.quick_link ul li {
    display: block;
    line-height: 46px;
    font-size: 15px;
    font-weight: 500;
}
.quick_link ul li:hover a {
    color: #000000;
    text-decoration: underline;
}
.quick_link li a {
    color: #ffffff;
}
.quick_link i {
    color: white;
    padding-right: 15px;
    font-weight: 900;
}
.contact_us ul li {
    display: block;
    line-height: 34px;
    font-size: 15px;
    font-weight: 500;
}
.contact_us ul li a{
  color: white;
}
.contact_us ul li:hover a{
   text-decoration:underline;
}

.modify {
    margin-top: 18px;
}
.contact_us i {
    color: #f6f6f6;
    padding-right: 15px;
}
.support-service h2 {
    font-size: 30px;
    padding-top: 51px;
    text-align: center;
    position: relative;
}
.support-service h2 span {
    color: #0088d1;
}
.support-service h2::after {
    content: "";
    position: absolute;
    background: #0088d1;
    width: 7%;
    height: 3px;
    top: 96px;
    left: 45%;
}
.support_contact ul li {
    display: block;
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #ddd;
    padding: 12px 0px;
    border-radius: 80px;
}
.support_contact ul li:hover {
    border: 1px solid #0088d1;
   
}
.support_contact i {
    border-right: 1px solid;
    padding-right: 12px;
    height: 40px;
    line-height: 40px;
}
.support_contact li a {
    color: #0088d1;
    padding: 15px 67px 15px 35px;
    font-size: 19px;
    width: 111%;
}

.support_contact li {
    margin-top:13px;
}
.fd_tittle h3 {
    color: white;
    font-size: 20px;
    margin: 17px 0px;
}
.footer_area {
    background: #f7f5f5;
  
}
.footer-bottom {
    background: #000000;
    padding: 10px 0;
}
.copyright p {
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.copyright span {
    color: #0089d5;
    font-weight: 600;
}
.footer_social_midea {
    text-align: left;
    /*margin-left: 30px;*/
    margin-top: -7px;
}
.scrolltop {
    position: fixed;
    right: 34px !important;
    bottom: 10px !important;
    width: 40px !important;
    background: #d61a21 !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 3px;
    text-align: center !important;
    color: #ffff !important;
    font-size: 24px !important;
    cursor: pointer;
    z-index: 99;
}
.scroll i {
    color: white;
}
.main-slider-section{
    position: relative;
}
.project__category {
    text-align: center;
    position: absolute;
    left: 50%;
    background: #ff0000e0;
    padding: 14px 0;
    bottom: 34px;
    z-index: 9;
    margin: 0 auto;
    transform: translateX(-50%);
}
.project__category li {
    padding: 8px 23px;
}
.project__category li a {
    color: white;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.project__category li:nth-child(2) {
     border-left: 1px solid white;
     border-right: 1px solid white;


}
.item{
    position: relative;
}
.banner_data {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 999;
    min-width: 300px;
    transform: translateX(-50%);
}
.banner_data h4 {
    color: white;
    font-size: 40px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}
.md__img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #c8c8c8;
    padding: 5px;
}
.md__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.md__message {
    display: grid;
    grid-template-columns: 17% 78%;
    gap: 10px;
}
.md_title h3 {
    font-size: 21px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #0088d1;
}
.about_title h3 {
    font-size: 21px;
    margin-bottom: 10px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #0088d1;
}
section.about__section {
    margin-top: 40px;
}
.footer_social_midea ul li {
    background: black;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
}
.footer_social_midea {
    margin-top: 13px;
}
.footer_social_midea ul li a i {
    color: white;
    font-size: 18px;
    transition:all 0.3s ease;
}

.media__box ul {
    display: flex;
    justify-content: end;
}
.social__media li {
    display: block;
    text-align: center;
    background: black;
    width: 35px;
    height: 35px;
    margin-top: 11px !important;
    border-radius: 50%;
    line-height: 35px;
    transition: all 0.3s ease;
}
.social__media {
    height: 100%;
    transform: translateY(15%);
}
.social__media li:hover {
    background: #0088d1;
}
.social__media li a {
   color: white;
}
.footer_area {
    background: #0089d5;
    padding: 40px 0 40px 0;
/*    margin-top: 40px;*/
}
h4.flow__us {
    font-size: 16px;
    color: white;
}
.project__title h3 {
    font-size: 35px;
    color: #0088d1;
    text-align: center;
    margin: 44px 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
/*    text-shadow: 1px 2px 12px;*/
}
.item_img {
    height: 425px;
    overflow: hidden;
}
.item_img img{
    width: 100%;
    height: 100%;

}
.pro_name {
    background: #0088d1;
    padding: 9px 0;
}
.pro_name p {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
} 
.pro_details {
    background: black;
    padding: 10px 0px;
    transition: all 0.3s ease;
    text-align: center;
}
.pro_details a{
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: white;
   
}
  .pro_details:hover {
    background: #d82020;
}
.project__item{
    transition: all 0.5s ease;
    position: relative;
}
.project__item img{
    transition: all 0.5s ease;
}
.project__item:hover img{
    transform: scale(1.05);
    transition: all 0.5s ease;
}.pro_cat {
    position: absolute;
    left: 50%;
    top: 196px;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    transform: translateX(-50%);
}
.pro_plus {
    position: absolute;
    left: 47%;
    top: 190px;
    width: 50px;
    margin: 0 auto;
    text-align: center;
    background: white;
    height: 50px;
    line-height: 45px;
    font-size: 32px;
    border-radius: 50%;
    transition: all 0.5s ease;
}
.pro_plus p{
    color: #0088d1;
    text-align: center;
    
}
.pro_cat p {
    color: white;
    opacity: 0;
    transition: all 0.5s ease;
    background: #ff000085;
    padding: 3px;
    border-radius: 5px;
    text-align: center;
}
.project__item:hover .pro_cat p{
   opacity: 1;
}
.project__item:hover .pro_plus{
   opacity: 0;
   transform: rotate(180deg);
}
.land__title h3 {
    color: #2ca4a7;
    text-transform: uppercase;
    position: relative;
}
.land__title h3::before {
    position: absolute;
    content: "";
    background: #0088d1;
    left: 3px;
    bottom: -7px;
    height: 4px;
    width: 99px;
}
.land__titles h3 {
    color: #2ca4a7;
    text-transform: uppercase;
    position: relative;
}
.land__titles h3::before {
    position: absolute;
    content: "";
    background: #0088d1;
    left: 3px;
    bottom: -7px;
    height: 4px;
    width: 99px;
}
.land_woner_pic {
    height: 200px;
}
.land_woner_pic img{
    height: 100%;
    width: 100%;
}

.wonner_name {
    background: black;
    padding: 5px 10px;
}
.wonner_name p{
   color: white;
   text-align: center;
}
.wonner_add {
    background: #0088d1;
    padding: 5px 10px;
    text-align: center;
    transition: all 0.3s ease;
}
.wonner_add:hover {
    background: #410a0a;
}
.wonner_add a {
    color: white;
    text-align: center;
    font-weight: 500;
}
.video__wonner {
    height: 268px;
}
.btn_ceo a {
    background: #0088d1;
    padding: 7px 12px;
    text-align: center;
    border-radius: 3px;
    line-height: 10px;
    font-size: 14px;
    color: white;
    font-weight: 600;
    transition: ease 0.3s all;
}
.btn_ceo {
    line-height: 10px;
}
.btn_ceo a:hover {
     background: black;
}
section.ceo__message {
    padding-top: 85px;
}
.owner-info {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.message__data p {
    text-align: center;
    margin-top: 11px;
}
.messge-description {
    margin-top: 7px;
}
h2.title {
    margin-top: 11px;
}
.owner-message {
    border: 1px solid #f00;
    padding: 7px;
    border-radius: 5px;
    margin-bottom: 23px;
}
.gallery__section {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
}
section.gallery__section_head {
    padding-top: 40px;
}
.gallery__item {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.gallery_name p {
    text-align: center;
    font-size: 16px;
    padding: 11px 0 0 0;
}
.gallery__item img{
    transition: all 0.5s ease;
}
.gallery__item:hover img{
    transform: scale(1.1);
    transition: all 0.5s ease;
}
section.about__sections {
    padding-top: 36px;
}
.section__title {
    text-align: center;
    padding: 54px 0 0 0;
}
.about__img {
    height: 500px;
    width: 100%;
}
.about__img img{
    height: 100%;
    width: 100%;
}
.about__description {
    margin-top: 20px;
}
section.service__item__section {
    margin-top: 65px;
    height: 500px;
}
.service_title {
    color: white;
}
.service__item {
    margin-top: 70px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: brightness(100%) blur(25px);
    height: 363px;
    padding: 30px 33px;
    text-align: center;
    border: 1px solid #fff;
}
.btn_about a {
    background: black;
    color: white;
    padding: 3px 15px 5px;
    border-radius: 28px;
    font-size: 14px;
    transition: all 0.3s ease;
}
.service_description p {
    color: white;
}
.service_title_name {
    margin-top: 78px;
}
.service_title_name h3 {
    color: white;
    font-size: 45px;
}
.btn_about a:hover {
    background: #0088d1;
}
.service_title h3 {
    font-size: 23px;
    padding-bottom: 12px;
}
.btn_about {
    margin-top: 65px;
}
.service_description {
    margin-top: 32px;
}
.our__mission {
    background: #f30000;
    padding: 25px;
}
section.our_mission {
    margin-top: 80px;
}
.our__mission {
    background: #010101;
    padding: 25px;
    margin: 0px 0 20px 0;
}
section.about__sec{
    padding-top: 16px;
}
.about__titles h2{
   text-transform: uppercase;
}
.about__titles{
    position: relative;
}
.about__titles::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 91px;
    background: #0088d1;
    bottom: -4px;
    left: 0;
}
.mission_title h2 {
    color: white;
}
.mission_description p {
    color: white;
}
.on__going_project_pro {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}
.item_imgs {
    height: 400px;
    overflow: hidden;
}
.pro_cats {
    left: 19%;
    top: 190px;
}
.pro_pluss {
    left: 45%;
    top: 188px;
}
section.section__project {
    padding-top: 50px;
}
.pro_details_name {
    margin-top: 100px;
    text-align: center;
    padding-bottom: 36px;
}
.pro_details_name h3{
   text-transform: uppercase;
   color: #0088d1;
   letter-spacing: 1px;
   text-shadow: 1px 3px 9px;
}
.details_img {
    height: 500px;
    width: 100%;
    border:1px solid #ddd;
    padding: 7px;
    border-radius: 5px;
}
.details_img img {
    width: 100%;
    object-fit: contain;
}
.pro__titles h4 {
    color: #0088d1;
    padding-bottom: 10px;
}
section.latest_details {
    margin-top: 72px;
}
.latest_pro {
    text-align: center;
    padding: 30px;
}
.latest_pro h2{
    text-transform: uppercase;
}
.footer_nav {
    display: none;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #ddd;
}

.footer_nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.footer_nav ul li a span {
    display: block;
}

.footer_nav ul li {
    position: relative;
}

.footer_nav ul li i {
    font-size: 16px;
}

/*==============sidebar==========*/
.mobile-menu .nav li {
    width: 50%;
    float: left;
}

.mobile-menu .nav li button {
    margin: 0;
    padding: 12px 0;
    display: block;
    width: 100%;
    color: #222;
}

.language {
    color: #fff;
    font-size: 14px;
}
.first-nav .parent-category {
    display: block;
    line-height: 33px;
}
.first-nav .menu-category-list {
    display: block;
}
.first-nav .menu-category-list .menu-category-link {
    padding: 10px 0;
    display: block;
    padding-left: 20px;
}
.first-nav .parent-category .menu-category-name {
    display: block;
    padding: 10px;
    padding-left: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #222;
}
.mobile-menu li.parent-category {
    position: relative;
}
.mobile-menu span.menu-category-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}
.mobile-menu span.menu-category-toggle.active i {
    transition: transform 0.3s ease;
}
.mobile-menu span.menu-category-toggle.active i {
    transform: rotate(180deg);
}
.second-nav {
    padding: 0 0px;
    background-color: #fff;
}
.second-nav.active {
    min-height: 15px;
}
.parent-subcategory {
    display: block;
    position: relative;
    padding: 0px;
}
.parent-subcategory .menu-subcategory-name {
    display: block;
    padding: 10px;
    padding-left: 40px;
}
span.menu-subcategory-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

span.menu-subcategory-toggle.active i {
    transition: transform 0.3s ease;
}
span.menu-subcategory-toggle.active i {
    transform: rotate(180deg);
}
li.childcategory {
    display: block;
}
ul.third-nav {
    padding: 0;
    background-color: #f2f2f2;
}
li.parent-category.active {
    background-color: rgba(0,0,0,.05);
}
li.parent-subcategory.active {
    background-color: #fff;
}

.menu-childcategory-name {
    display: block;
    padding: 10px 0;
    padding-left: 60px;
}
header .toggle {
    margin-top: 0;
    padding-left: 30px;
}
.service__items{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.mobile-menu {
    display: none;
}

/*================new=========*/
.project__dropdown{
    position: relative;
    transition: ease 0.3s all;
}
.project__dropdown:hover .sub_dropdown{
    display: block;
    
}
.sub_dropdown {
    position: absolute;
    left: 0;
    top: 57px;
    background: #0088d1;
    min-width: 250px;
    display: none;
}

ul.sub_dropdown li a{
    padding: 0;
   line-height: 30px;
}
ul.sub_dropdown li {
    display: block;
    text-align: left;
    text-align: left;
    margin-left: 0;
    padding: 0 0 0 15px;
    transition: all 0.3s all;
}
ul.sub_dropdown li:hover {
    background: #4ab2ea;
}
ul.sub_dropdown li:hover a{
   color: white;
}
.main_menu {
    text-align: end;
    line-height: 36px;
}
li.project__dropdown i {
    font-size: 13px;
}

.gallery-section {
    background: linear-gradient(to top, #effffc, transparent 30%);
    padding: 100px 0px 20px;
    position: relative;
}
.gallery-section .gallery-title {
    margin-bottom: 54px;
}
.gallery-section .gallery-title h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
    color: #FA9732;
}
.gallery-section .gallery-title p {
    width: 60%;
    font-size: 16px;
    font-weight: 400;
}
.gallery-section .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.gallery-section .owl-nav .owl-prev i {
    position: absolute;
    right: 390px;
    top: -240px;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    font-size: 25px;
    background-color: #FA9732;
    border: 1px solid #FFF;
    line-height: 50px;
    text-align: center;
}
.gallery-section .owl-nav .owl-next i {
    position: absolute;
    right: 307px;
    top: -240px;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    font-size: 25px;
    background-color: #FA9732;
    border: 1px solid #FFF;
    line-height: 50px;
    text-align: center;
}

.sample-widget {
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px;
    background: #f5f5f5;
}
.equipments-image {
    height: 350px;
    overflow: hidden;
    position: relative;
}
.gal_title p {
    text-align: center;
    padding: 5px 0;
    text-transform: capitalize;
}
.sample-widget.certificate_widget {
    background: #fff;
}
.certificate_name {
    padding: 10px;
}
.equipments-image img {
    height: 100%;
    width: 100%;
}
.overlay {
    position: absolute;
    background: rgb(0 136 209 / 55%);
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    top: 100%;
    left: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 22px;
    color: #00909A;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.sample-widget:hover .overlay {
    visibility: visible;
    opacity: 1;
    top: 0;
}
.active{
    color: black !important;
}
section.brade_come_section {
    padding-top: 60px;
}
section.brade_come_sections {
    padding-top: 60px;
}
.brade_img {
    height: 160px;
}
.section__title h2 {
    color: #000000;
    font-size: 37px;
    font-weight: 700;
    text-transform: uppercase;
}
.brade_img {
    height: 160px;
    width: 100%;
}
.all_service {
    background: #0088d1;
    width: 150px;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    color: white;
}
.all_service a {
    color: white;
    font-size: 18px;
}

#custom-modal {
    display: none;
}

.modal-view {
    position: fixed;
    width: 734px;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 99999;
    padding: 15px;
    border: 3px solid #0088d1;
    border-radius: 5px;
    min-height: 250px;
    overflow: unset;
}
#page-overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 9999;
}
button.owner_view {
    background: #0088d1;
    width: 100%;
    color: white;
    padding: 4px;
    font-weight: 600;
}
 button.owner_view:hover{
    background: #410a0a;
    transition: all 0.3s ease;
}
button.owner_viewf {
    background: #0088d1;
    width: 100%;
    color: white;
    padding: 4px;
    font-weight: 600;
}
 button.owner_viewf:hover{
    background: #410a0a;
    transition: all 0.3s ease;
}
.close-modal {
    position: absolute;
    right: -10px;
    top: -13px;
    background: #ddd;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    font-size: 18px;
}
/*=======new csss=======*/
h2.pro_cat_title {
    text-align: center;
    padding-bottom: 25px;
    color: #2ca4a7;
}
.pro__cat_items {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 30px;
}
.pro__cat_items_all {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
.blog_items_all {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
.pro__cat_items_alls {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
.pro__cat_items_allss {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.item__image {
    height: 150px;
    width: 100%;
}
.item_name {
    text-align: center;
    padding: 10px 3px;
    font-weight: 500;
}
.item__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pro__item {
    height: 250px;
    padding: 20px 10px;
    box-shadow: 1px 3px 15px #ddd;
}
.pro__item_all {
    height: 250px;
    padding: 25px;
    box-shadow: 1px 3px 15px #ddd;
}
section.pro__cat_items_secs.pro__sec {
    padding: 50px 0;
}
li.pro__all_head i {
    background: #000000;
    padding: 10px 12px;
    color: white;
}
li.pro__all_head a {
    font-weight: 500;
    color: white;
}
.bio__med_btn li a {
    background: white;
    padding: 6px 10px 8px 10px;
    font-weight: 500;
}
.mai_top_area {
    display: flex;
    gap: 45px;
    justify-content: space-between;
    align-items: center;
}
.top__social_media li {
    margin-right: 5px;
    height: 30px;
    width: 30px;
    background: #0088d1;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
}
li.pro__all_head {
    cursor: pointer;
    color: white;
}
.top__social_media li i {
    color: white;
}
.topbar__logo {
    height: 55px;
}
.main-search {
    width: 600px;
    position: relative;
    background: white;
}
.main-search form {
    border: 1px solid;
    height: 38px;
    border-color: #0088d1;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}
input[type="text"], input[type="tel"],
input[type="email"], input[type="password"],
input[type="search"], textarea {
    display: block;
    width: 100%;
/*    height: 50px;*/
    padding: 0 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    transition: .25s ease-in;
}
.main-search form button {
    height: 100%;
    outline: 0;
    background: #f36411;
    width: 11%;
    float: left;
}
.main-search form button svg {
    height: 20px;
    width: 35px;
    color: #fff;
}
.search_result {
    position: relative;
}
section.main_header__top_bar {
    padding: 13px 0px;
}
.search_click_icon i {
    background: #0088d1;
    width: 31px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 3px;
}
.search_click_icon {
    width: 38px;
}
.support_contacts.fd_tittle p {
    color: white;
}
.all__pro_headers {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}
.custom_paginate {
    margin-top: 35px;
}

.custom_paginate .pagination {
    display: flex;
    justify-content: center;
}
.pro__all__title {
    text-align: center;
}
section.products__title_all {
    background: #0088d1;
    padding: 7px 0px;
    color: white;
    margin-top: 14px;
}
p.category__pro__have {
    padding: 10px 0px 14px;
    font-size: 20px;
}
p.category__pro__have strong {
    color: #0088d1;
}
.pro__all__title h2 {
    font-size: 27px;
}
.side__category_bar h2 {
    background: #0088d1;
    font-size: 19px;
    padding: 10px 22px;
    color: white;
}
.side__category_bar li {
    width: 100%;
    background: #e3ebf1;
    padding: 10px 17px;
    border-bottom: 1px solid #0088d11f;
    border-left: 1px solid #0088d11f;
    border-right: 1px solid #0088d11f;
    font-weight: 400;
    font-size: 16px;
    transition: 0.1s ease-in-out;
}
.side__category_bar li:hover {
    background: #fff;
}
.side__category_bar li span {
    background: white;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 50%;
    box-shadow: 1px 3px 15px #c9c9c9;
    font-weight: 600;
}
li.side__category_item {
    display: flex;
    justify-content: space-between;
}
li.side__category_item a {
    font-size: 14px;
    font-weight: normal;
    line-height: 15px;
}

/*=======new csss=======*/
section.contact-section {
    padding: 0 0 90px;
}
.contact-section {
    margin-top: -147px;
}
.contact-section h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.bg-layer-equal-height .ttm-col-bgcolor-yes {
    height: 100%;
    z-index: 9;
}
.ttm-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .94;
}
.layer-content, .ttm-bg .layer-content {
    position: relative;
    z-index: 9;
    height: 100%;
}
.section-title.style2 {
    margin-bottom: 48px;
}
.section-title {
    margin-bottom: 33px;
    position: relative;
}
.section-title .title-header {
    margin-bottom: 44px;
    position: relative;
}
.section-title h5 {
    font-family: "Poppins",Arial,Helvetica,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 12px;
    margin-bottom: 7px;
    color: #8d9297;
}
.section-title h2.title {
    font-family: "Poppins",Arial,Helvetica,sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 0;
}
.section-title .title-header:after {
    position: absolute;
    content: "";
    width: 70px;
    bottom: -19px;
    height: 5px;
    left: 0;
    top: auto;
    background: #0088d1;
}
.wrap-form {
    padding: 30px;
    background: #0088d1;
}
.wrap-form {
    padding-top: 15px;
}
.wrap-form label {
    width: 100%;
    margin: 14px;
}
.ttm-col-bgimage-yes, .bg-layer-equal-height .ttm-col-bgcolor-yes {
    height: 100%;
    z-index: 9;
    background: #fff;
    padding: 23px;
    box-shadow: 1px 3px 15px #ddd;
}
.layer-content, .ttm-bg .layer-content {
    position: relative;
    z-index: 9;
    height: 100%;
}
.box-header {
    position: absolute;
    right: -24px;
    bottom: 0px;
    color: #fff;
}
ul.ttm_contact_widget_wrapper li {
    padding-left: 37px;
    position: relative;
    padding-top: 16px;
    padding-bottom: 17px;
    line-height: 28px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
ul.ttm_contact_widget_wrapper li:first-child {
    padding-top: 12px;
}
ul.ttm_contact_widget_wrapper li i {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 20px;
}
ul.ttm_contact_widget_wrapper li:first-child i {
    top: 19px;
}
.social-icons.circle li>a {
    border: 1px solid;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 14px;
    border-radius: 50%;
}
.wrap-form.ttm-contactform span.text-input input,
 .wrap-form.ttm-contactform span.text-input textarea {
    border: 1px solid #0088d1;
    padding: 6px 11px;
    border-radius: 5px;
}
.wrap-form.ttm-contactform span.text-input i {
    position: absolute;
    left: 0;
    top: 13px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
}
input#submit {
    /* margin-top: 20px; */
    background: #d73637;
    padding: 8px 15px;
    color: white;
}

.box-icon i {
    font-size: 159px;
    color: #f6f6f6;
    margin-right: 15px;
}
.blog__item {
    box-shadow: 1px 3px 15px #ddd;
    height: 275px;
    padding: 15px;
    border: 2px solid #0088d1;
}
.blog-item {
    background: #fff;
    transition: 0.35s all;
    height: 100%;
    box-shadow: 1px 3px 15px #ddd;
    border-radius: 3px;
}
.blog-img {
    height: 240px;
}
.blog-img img {
    border-radius: 5px;
    height: 100%;
    width: 100%;
}
.blog-count {
    display: grid;
    grid-template-columns: 100px auto;
    grid-gap: 25px;
}
.blog-date {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #0088d1;
    margin-top: -35px;
    margin-left: 20px;
    border-radius: 3px;
}
.blog-date p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.blog-author {
    margin-top: 8px;
}
.blog-author i {
    color: #0088d1;
}
.blog-text {
    padding: 15px;
    background: #fff;
    position: relative;
}
.blog-title {
    text-transform: capitalize;
    color: #222;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
}
.bloc-dec {
    color: #444;
}
.program-btn {
    border: 1px solid #ddd;
    padding: 6px 18px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 12px;
    color: #0088d1;
    transition: 0.35s all;
}
.program-btn:hover {
    background: #0088d1;
    color: #fff;
}
/*details=====*/
section.blogdetails-area.section-padding {
    padding: 50px 0;
}
.blogdetails-img {
    padding: 5px 5px;
    border: 5px solid #0088d1;
    box-sizing: border-box;
    border-radius: 5px;
}
.blogdetails-title {
    padding: 15px 15px;
    background: #0088d1;
    overflow: hidden;
    margin: 15px 0;
    border-radius: 5px;
}
.blogdetails-tag {
    float: left;
    width: 60%;
}
.blogdetails-tag h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}
.blogdetails-date {
    float: right;
    color: #fff;
}
.blog_category {
    margin-bottom: 20px;
}
.recent-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #0088d1;
    margin-bottom: 15px;
    border-bottom: 2px solid #0088d1;
    padding-bottom: 5px;
    display: inline-block;
}
.blog_category ul {
    background: #f1f1f1;
    padding: 10px;
}
.blog_category ul li {
    display: block;
    line-height: 30px;
}
.blog_category ul li a {
    font-size: 16px;
    text-transform: capitalize;
}
.recent-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #0088d1;
    margin-bottom: 15px;
    border-bottom: 2px solid #0088d1;
    padding-bottom: 5px;
    display: inline-block;
}
.blog-recent {
    display: grid;
    grid-template-columns: 150px auto;
    background: #f1f1f1;
    padding: 10px;
    grid-gap: 10px;
    margin-bottom: 10px;
}
.blog-recent-text a {
    text-transform: capitalize;
    color: #444;
    font-weight: 600;
}
.blog-recent-text span {
    font-weight: 400;
    display: block;
}
.blog-recent-text a {
    text-transform: capitalize;
    color: #444;
    font-weight: 600;
}
.video__all_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 50px 0px;
    gap: 20px;
}
.video_item {
    width: 100%;
    height: 350px;
    border: 2px solid #0088d1;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.video_item iframe {
    width: 100%;
    height: 100%;
}
.land__wonner {
    border: 1px solid #fff;
    padding: 10px 10px;
    border-radius: 3px;
    background: #f4f4f4;
}
.land__wonner:hover {
    border: 1px solid #0088d1;
}
.land__title {
    display: flex;
    justify-content: space-between;
    padding: 60px 0px 25px;
    align-items: center;
}
.land__titles {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 27px;
    align-items: center;
}
.gallery__btn a {
    background: #0088d1;
    padding: 5px 15px;
    border-radius: 30px;
    color: white;
    font-weight: 400;
    font-size: 16px;
}
.client_pic {
    height: 150px;
    width: 100%;
    overflow: hidden;
    background: white;
    border-radius: 5px;
    padding: 10px;
}
.client_pic img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
section.client__section {
    background: #0089d51f;
    padding: 30px 0px 38px;
    margin-top: 32px;
}
ul.dropdown__menu_top {
    position: absolute;
    top: 60px;
    left: 0;
    width: 215px;
    background: #0088d1;
}
.category__top_on {
    position: relative;
    
}
.dropdown__menu_top{
  display: none;  
}
.blocks{
    display: block !important;
}
ul.dropdown__menu_top li {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 41px;
}
ul.dropdown__menu_top li:hover {
    background: #4ab2ea;
}
ul.dropdown__menu_top li{
    padding: 0px 9px;
    color: white;
    text-transform: capitalize;
}
.mb__top_bar{
    display: none;
}
/*==================pro details===========*/

.ttm-single-product-info {
    padding: 0px 0px 30px;
    position: relative;
}
.product-look-views:not(.full) {
    width: 70px;
    float: left;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.slick-slider.slick-initialized {
    display: block;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.product-look-preview-plus:not(.full) {
    width: calc(100% - 70px);
    float: left;
}
.pl-35 {
    padding-left: 35px !important;
}
.easyzoom {
    position: relative;
    zoom: 1;
}
.easyzoom.is-ready img {
    cursor: crosshair;
}
.easyzoom-product-gallery img {
    background: #f6f9ff;
}
.easyzoom img {
    vertical-align: bottom;
    background: #f6f9ff;
}
.ttm-single-product-details .product_title.entry-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.text-dark {
    color: #343a40 !important;
}
.summary .comments-notes {
    clear: both;
    font-size: 14px;
    line-height: 24px;
    margin-top: 14px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e9eef6;
}
.ttm-single-product-details .product-details__short-description {
    margin-top: 20px;
}

.featu#0088d1-icon-box.style3 .ttm-icon.ttm-icon_element-size-md i {
    font-size: 36px;
}
.ti-comments:before {
    content: "\e643";
}
.featu#0088d1-title h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
    font-weight: 600;
}
.tabs-for-single-products.ttm-tabs {
    padding: 25px 0 45px;
    background: #fff;
    border: 1px solid #e9eef6;
    position: relative;
}
.tabs-for-single-products.ttm-tabs ul.tabs, .tabs-for-single-products.ttm-tabs .content-tab {
    padding: 0 30px;
    position: relative;
}
.tabs-for-single-products ul.tabs li {
    padding: 0;
    margin: 0;
}
.tabs-for-single-products.ttm-tabs ul.tabs li.active a {
    font-weight: 500;
    background: transparent;
}
.tabs-for-single-products.ttm-tabs ul.tabs li.active a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    display: block;
}
.tabs-for-single-products ul.tabs li {
    padding: 0;
    margin: 0;
}
.tabs-for-single-products ul.tabs li a {
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    border: 0;
    background: transparent;
    padding-bottom: 10px;
    position: relative;
    margin-right: 40px;
}
.tabs-for-single-products.ttm-tabs ul.tabs:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #e9eef6;
    display: block;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
section.single-product-section {
    padding: 33px 0px;
}
.featu#0088d1-icon-box.style3 {
    padding: 24px 10px 8px;
    margin-bottom: 10px;
    background: #9ae1b81a;
}
.featu#0088d1-desc p {
    text-align: center;
}
.summary.entry-summary h5 {
    padding: 3px 0px;
}
.summary.entry-summary a {
    margin-top: 10px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: none;
    background-color: inherit;
    padding: 3px 0px !important;
    border-bottom: 2px solid #0088d1 !important;
    border-radius: inherit !important;
}
.nav {
     --bs-nav-link-padding-x: inherit !important; 
     --bs-nav-link-padding-y: inherit !important; 
     --bs-nav-link-font-weight:inherit  !important; 
     --bs-nav-link-color: inherit !important; 
     display: inherit !important; 
  
}
.nav {
     --bs-nav-link-padding-y: inherit !important; 
     --bs-nav-link-color: inherit !important; 
     display: inherit !important; 
}
.details__tab li {
    padding-right: 35px;
}

.details__tab {
    border-bottom: 2px solid #ddd;
}
.main__details__data {
    border: 2px solid #ddd;
    padding: 10px;
    margin: 35px 0px;
    min-height: 250px;
}
.icon__rotate i {
    font-size: 34px;
}

.main__box__data {
    width: 40%;
    margin: 0 auto;
    background: #0088d11f;
    padding: 17px 23px;
    border: 2px solid #ddd;
    transition: 0.5s ease-in-out;
    margin-top: 50px !important;
}
.main__box__data:hover .icon__rotate i {
    transform: rotateY(180deg);
    cursor: pointer;
}
.abut__btn {
   margin-top: 20px;
}
.abut__btn a {
    background: #0088d1;
    padding: 8px 30px;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    font-weight: 500;
}
.search_result {
    position: relative;
}
.search_product {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 999999;
    border: 1px solid #ddd;
    top: 0;
}
.search_product li {
    width: 100%;
    display: grid;
    grid-template-columns: 65px auto;
    grid-gap: 15px;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    transition: 0.35s all;
}
.search_img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.search_img img {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 3px;
    border-radius: 50%;
}
.featured-desc p {
    text-align: center;
}