/*===========================
*	[Table of Contents]
* ===========================
*
*	01. Body = body
*	02. Preloader = .preloader
*	03. Header Top = #header-top
        3.1 - Social Icons = .header-social-icon
        3.2 - Call Phone = .call-phone
*	04. Header Bottom = #header-area
*	    4.1 - Logo = .logo-area
*	    4.2 - Menu Or Navbar = .main-menu
*	05. Hero Area = #hero-area
*	    5.1 - Hero Text = .hero-text
*	06. Hero Box Area = #hero-box-area
*	    6.1 - Single Hero Box = .single-hero-box
*	07. About Area = #about-area
*	    7.1 - About Text = .about-text
*	    7.2 - About Video = .about-video
*	08. Service Area = #service-area
*	    8.1 - Single Service = .single-service
*	09. Project Area = #project-area
*	    9.1 - Project Menu = .project-menu
*	    9.2 - Project Gird = .project-gird
*	    9.3 - Single Project = .single-Project
*	    9.4 - Project Hover = .project-hover
*	10. Review Area = #review-area
*	    10.1 - Review Content = .testimonial-content
*	    10.2 - Single Review = .single-testimonial
*	11. Partner Area = #partner-area
*	    11.1 - Partner Content = .partner-content
*	    11.2 - Single Partner = .single-partner
*	12. News or Blog Area = #news-area
*	    12.1 - Single News = .single-news-content
*	    12.2 - News Thumbnail = .news-thum
*	    12.3 - News Content = .news-contant
*	13. Support Area = #support-area
*	14. Newsletter Area = #newsletter-area
*	15. Footer = #footer-area
*	    15.1 - Footer Widget = .footer-widget
*	    15.2 - Single Widget = .single-widget
*	    15.3 - Widget Title = .widget-title
*	    15.4 - Widget Conetnt = .widget-body
*
*
*	Home Version Css include on assets/css/home-version.css
*	And Pqge Css Include on assets/css/page.css
*
*/

/*==========================================
    Author Custom Style Here
==========================================*/

/*== Defualt CSS Here ==*/
/* html {
    scroll-behavior: smooth;
} */
.section-padding {
    padding: 45px 0;
}
.feature-section{
    padding: 45px 110px;
}
.feature-para{
    font-size: 16px;
    line-height: 1.5;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 35px 20px;
    background-color: #e7edef;
}
.apology{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

#support-area{
    background-color: #f2f8ff;
    padding: 50px 70px !important;
}
.team{
    width: 320px;
    height: auto;
    /* border: 1px solid blue; */
    border-radius: 5%;
    padding: 15px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.team img{
    width: 300px;
    height: 300px;
    padding: 10px;
    border-radius: 10%;
}
.team-left{
margin-right: 20px;
}
.key-team {
    /* width: 100%; */
    text-align: left;
    margin-left: 0;
    /* padding: 0 150px; */
}
.team-list {
    display: flex;
    gap: 40px;
    /* justify-content: space-between; */
    /* align-items: center; */
}
.team-list li{
    font-weight: 600;
    margin-top: 10px;
    list-style-type: circle;
}
.my-team{
    color: #15479e;
}

.section-title {
    letter-spacing: 0.8px;
    margin-bottom: 60px;
    text-align: center;
}

.section-title h2 {
    color: #15479e;
    font-size: 43px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
    text-transform: uppercase;
}

.section-title h2 span {
    color: #0086cd;
}

.section-title h2::after {
    /* background-color: #15479e; */
    background-color: #0086cd;
    border-radius: 50px;
    bottom: -5px;
    content: "";
    height: 5px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    width: 70px;
}

.section-title p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    color: #000;
}

.raj_btn {
    background-color: #15479e;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-align: center;
    padding: 15px 40px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.raj_btn:hover ,
.raj_btn:focus {
    color: #fff;
    background-color: #0086cd;
}

.raj_btn i.fa {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.raj_btn:hover i.fa {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 10px;
}

/*== Header Top CSS Start ==*/

#header-top {
    background-color: #1a1a1a;
    color: #fff;
    /* padding: 10px 0; */
    padding: 10px 117px 10px 10px;
}

#header-top a {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-social-icon li {
    display: inline;
    margin-right: 15px;
}

.header-social-icon li:last-child {
    margin-right: 0;
}

.header-social-icon li.connect-title {
    margin-right: 22px;
}

#header-top a span {
    /* color: #fab702; */
    color: #fff;
    font-weight: 400;
    position: fixed;
}

#header-top .header-social-icon li a:hover {
    color: #0086cd;
}

/*== Header Top CSS End ==*/

/*== Header CSS Start ==*/

#header-area {
    z-index: 99;
    padding: 0 20px;
}

.logo-area {
    /* padding: 22px 0; */
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

/* .logo-area a {
    display: inline-block;
} */

.logo-area img {
    max-width: 120px;
    margin-right: 10px;
}
.logo-link{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo-link h6 {
    margin: 0; 
    font-size: 18px; 
    line-height: 1.1; 
    background: linear-gradient(to right, #15479e, #0185cc); 
    -webkit-background-clip: text; 
    background-clip: text; 
    color: transparent; 
}
.main-menu ul li {
    float: left;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-menu ul li a {
    color:#15479e;
    display: block;
    font-weight: 600;
    font-family: "Exo";
    letter-spacing: 0.6px;
    font-size: 18px;
    line-height: 16px;
    padding: 40px 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-menu ul li.active a,
.main-menu ul li:hover a {
   
    color:#15479e; 
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 2px solid  #0086cd; 
    padding-bottom: 10px; 
    display: inline-block;
    width: auto;
}
.main-menu ul li .sub-menu {
    background-color: #fab702;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 150px;
    width: 200px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.main-menu ul li:hover .sub-menu {
    top: 96px;
    opacity: 1;
    display: block;
    visibility: visible;
    pointer-events: visible;
}

.main-menu ul li .sub-menu li {
    float: none;
    position: relative;
}

.main-menu ul li .sub-menu li::after {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0.3;
    position: absolute;
    width: 100%;
}

.main-menu ul li .sub-menu li:last-child::after {
    display: none;
}

.main-menu ul li .sub-menu li:hover a {
    background-color: #333333;
    color: #fff;
}

.main-menu ul li .sub-menu li a {
    color: #fff;
    font-size: 14px;
    padding: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*Header Fix CSS*/

#header-area.fixedTop {
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

/*SlickNav Or Responsive Menu*/

#header-area .container {
    position: relative;
}
.mr-2{
    margin-right: 5px;
}
.slicknav_menu {
    /* background-color: black; */
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.slicknav_nav ul {
    margin: 0;
}

.slicknav_btn {
    background-color: #15479e;
    margin: 0;
    padding: 10px 13px;
    position: fixed;
    right: 15px;
    top: 10px;
    z-index: 9;
}

.slicknav_nav {
    /* background-color: #15479e; */
    background-color: #1b85c5;
    left: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 9;
    display: none;
}

.slicknav_nav ul li .slicknav_row:hover {
    background-color: transparent;
    color: #222;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slicknav_nav ul li ul {
    padding-left: 20px;
}

.slicknav_nav ul li:hover {
    background-color: #333;
}

.slicknav_nav ul li:hover a {
    background-color: transparent;
    color: #fff;
}

.slicknav_arrow {
    display: none;
}

/*== Header CSS End ==*/

/*== Hero Area CSS Start ==*/

#hero-area {
    background-color: #ddd;
    background-image: url("assets/project-img/banner-img3.jpg");
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

#hero-area:after {
    background-color: #484848;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.74;
    z-index: -1;
}

.hero-text h2 {
    color: #fff;
    font-size: 45px;
    letter-spacing: 0.4px;
    line-height: 60px;
    text-transform: uppercase;
}

.hero-text p {
    color: #fab702;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin: 15px 0 28px;
}

.hero-text .raj_btn {
    padding: 17px 0 17px 21px;
    width: 180px;
}

.hero-text .raj_btn:hover {
    padding-left: 0;
}

#hero-box-area {
    margin-top: -153px;
    position: relative;
    z-index: 1;
}

.hero-box-area {
    background-color: #ffffff;
    border-radius: 4px;
}

.single-hero-box {
    color: #616161;
    font-size: 13px;
    padding: 50px 20px;
    position: relative;
}

#hero-box-area .col-lg-4:last-child .single-hero-box:after {
    display: none;
}
.single-hero-box img {
    transition: transform 0.3s ease; /* Smooth transition */
}

.single-hero-box:hover img {
    transform: scale(1.1); /* Scale up the image to 110% on hover */

}
.single-hero-box img {
    width: 65px;
}

.single-hero-box h3 {
    /* color: #616161; */
    color: #0a0a0a;
    font-size: 26px;
    font-weight: 600;
    margin: 30px 0 20px;
}
.about-img img{  
        transition: transform 0.3s ease;
}
.about-img:hover img{
    transform: scale(1.1);
}
.project-name{
    font-size: 15px;
    margin-top: 15px;
}
.about-section{
    display: flex;
}
/*== Hero Area CSS End ==*/
/* Page-title-area */
#page-title-area {
    background-image: url(assets/project-img/banner-img1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
#page-title-area:after {
    /* background: #736f6f; */
    background-color: #3a3a3b;
    content: "";
    left: 0;
    height: 100%;
    opacity: 0.85;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
/*== About Area CSS Start ==*/

/* #about-area {
    margin-top: 90px;
} */
#service-area{
    background-color:#f2f8ff ;
}
#service-area.section-padding {
    padding-bottom: 40px;
}

/* .about-text {
    line-height: em;
} */
.about-para{
    font-size: 15px;
    line-height: 1.5;
}
.color-text {
    color: #0086cd;
    margin: 10px 0;
    font-size: 15px;
}

.about-video-area {
    background-image: url("assets/project-img/about-img3.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
    height: 100%;
    position: relative;
    z-index: 1;
}
.about-img{
    position: relative;
    border: 2px solid aliceblue;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.about-img-over{
    position: absolute;
    width: 250px;
    height: 280px;
    top: 125px;
    left: -27px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 2px solid aliceblue;
    
}
/* #about-area{
    margin-bottom: 50px;
} */
.para{
    font-size: 14px;
}
/* .about-video-area:after {
    background-color: #222;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: -1;
} */

.video-click {
    background-color: #ffae11;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 35px;
    height: 80px;
    left: 50%;
    line-height: 80px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
}

.video-click:focus {
    color: #fff;
}

.video-click i.fa {
    margin-left: 6px;
}

.video-click:hover {
    color: #fff;
}


/*== About Area CSS End ==*/

/*== Service Area CSS Start ==*/

.single-service {
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 25px;
    margin-bottom: 10px;
    padding: 45px 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
}

.single-service:hover {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 60px rgba(116, 116, 116, 0.20);
    box-shadow: 0 0 60px rgba(116, 116, 116, 0.20);
    margin-top: -5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#service-area .section-title {
    margin-bottom: 45px;
}

/* #service-area .col-lg-4:nth-child(1n + 4) .single-service {
    margin-bottom: 0;
} */

.single-service h3 {
    /* color: #616161; */
    color: #0a0a0a;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 22px;
    margin-bottom: 15px;
    /* padding-left: 50px; */
    position: relative;
    /* text-transform: uppercase; */
}
.dam-survey{
    padding: 35px 10px;
}
.dam-survey1{
    padding: 38px 20px;
}
.service-img{
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.single-service .service-icon {
    bottom: 2px;
    left: 0;
    position: absolute;
    color: #fab702;
}

#service-area .col-lg-4:nth-child(2) .service-icon {
    bottom: -2px;
}

#service-area .col-lg-4:nth-child(3) .service-icon,
#service-area .col-lg-4:nth-child(5) .service-icon,
#service-area .col-lg-4:nth-child(6) .service-icon {
    bottom: 4px;
}

#service-area .col-lg-4:nth-child(4) .service-icon {
    bottom: 7px;
}

.service-icon.flaticon-building:before,
.service-icon.flaticon-concrete-mixer:before,
.service-icon.flaticon-window:before,
.service-icon.flaticon-crane:before,
.service-icon.flaticon-driller:before,
.service-icon.flaticon-padlock:before {
    font-size: 40px;
}

/*== Service Area CSS End ==*/

/*== Project Area CSS Start ==*/

/* #project-area.section-padding {
    padding-bottom: 150px;
} */

.project-menu {
    margin-bottom: 65px;
}

.project-menu span {
    border-bottom: 1px solid #959595;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin: 0 -5px 0 0;
    padding: 0 20px 15px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: #0a0a0a;
}

.project-menu span::before {
    background-color: #15479e;
    border-radius: 40px;
    bottom: -2px;
    content: "";
    height: 3px;
    left: -100%;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
}

.project-menu span.active,
.project-menu span:hover {
    /* color: #fab702; */
    color: #15479e;
}

.project-menu span.active:before {
    opacity: 1;
    left: 0;
    visibility: visible;
}

.single-project {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.project-hover {
    background-color: rgba(0, 0, 0, 0.6);
    /* color: #fab702; */
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    height: 100%;
    left: 0;
    top: -100%;
    position: absolute;
    width: 100%;   
    z-index: 1;
}

.project-title-hvr {
    border: 2px solid #0086cd;
    left: 0;
    margin: 20px;
    padding: 15px;
    position: absolute;
    top: 10%;
}

.project-hvr-icon {
    bottom: 5%;
    left: 0;
    padding: 0 20px;
    position: absolute;
    width: 100%;
}

.project-title-hvr h3 {
    /* color: #fff; */
    /* font-family: "Exo"; */
    color: #e5ab0f;
    font-size: 19px;
    font-weight: 600;
}

.project-hvr-icon p {
    display: inline-block;
}

/*== Project Area CSS End ==*/

/*== Review Area CSS Start ==*/

#review-area {
    /* background-color: #fab702; */
    background-image: url(assets/project-img/contact-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0;
    position: relative;
}
#review-area::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #b9e2ef;
    opacity: 0.5; /* Adjust the opacity for visibility */
    z-index: 1; /* Ensure it overlays correctly */
}
#review-area * {
    position: relative;
    z-index: 2;
}
#review-area .section-title {
    margin-bottom: 30px;
}

#review-area .section-title h2 {
    color: #15479e;
}

#review-area .section-title h2::after {
    background-color: #15479e;
}
#review-area1 {
    /* background-color: #fab702; */
    /* background-image: url(/demo/assets/project-img/contact-bg2.png); */
    /* background-repeat: no-repeat;
    background-size: cover; */
    padding: 75px 0;
    position: relative;
}

.single-testimonial p {
    color: #fff;
    font-style: italic;
}

.single-testimonial h3 {
    font-family: "Exo";
    font-size: 23px;
    margin-top: 60px;
    position: relative;
    text-transform: uppercase;
}

.single-testimonial.text-center h3::after {
    content: "\f103";
    font-family: FontAwesome;
    font-size: 25px;
    left: 50%;
    position: absolute;
    top: -43px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.single-testimonial h5 {
    color: #fff;
    font-family: "Exo";
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
}

/*== Review Area CSS End ==*/

/*== Partner Area CSS Start ==*/

#partner-area .owl-carousel img {
    margin: auto;
    width: auto;
}
.project-img{
    width: 200px !important;
    height: 200px !important;
}
.single-partner {
    height: 160px;
    width: 180px;
}


/*== Partner Area CSS End ==*/

/*== News Area CSS Start ==*/

.news-thumbg-1 {
    background-image: url(assets/img/news/news-thum-1.jpg);
}

.news-thumbg-2 {
    background-image: url(assets/img/news/news-thum-2.jpg);
}

.news-thumbg-3 {
    background-image: url(assets/img/news/news-thum-3.jpg);
}

.single-news-content {
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-news-content:hover .news-thum {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-news-content:hover {
    -webkit-box-shadow: 0 0 60px rgba(116, 116, 116, 0.25);
    box-shadow: 0 0 60px rgba(116, 116, 116, 0.25);
}

.single-news-content:hover .news-contant {
    background-color: #fdfdfd;
    border-radius: 0px 0px 5px 5px;
}

.news-meta a:hover,
.single-news-content:hover h4 a {
    color: #fab702;
}

.news-thum {
    background-color: #ddd;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px 5px 0 0;
    display: block;
    height: 265px;
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.news-contant {
    background-color: #f8f8f8;
    border-radius: 0 0 5px 5px;
    font-size: 13px;
    line-height: 1.9em;
    padding: 25px 20px 35px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.news-contant h4 {
    font-size: 20px;
    font-weight: 600;
}

.news-contant,
.news-contant h4,
.news-contant a {
    color: #616161;
    letter-spacing: 0.6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.news-meta {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 10px 0 8px;
}

.news-meta a {
    font-size: 15px;
    font-weight: 400;
}

/*== News Area CSS End ==*/

/*== Support Area CSS Start ==*/

/* #support-area.section-padding {
    padding-bottom: 80px;
} */

/*== Support Area CSS End ==*/

/*== Newsletter Area CSS Start ==*/

#newsletter-area {
    background-image: url("assets/img/newsletterbg.jpg");
    background-position: left top;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

#newsletter-area:after {
    background-color: #fab702;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.89;
    z-index: -1;
}

.newsletter-conetent {
    overflow: hidden;
    text-align: center;
}

.newsletter-title h2 {
    color: #1b1917;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 29px;
    margin: 11px 0;
    text-transform: uppercase;
}

.newsletter-form input {
    border: medium none;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin: auto;
    padding: 15px 25px;
}

.newsletter-form input[type="email"] {
    color: #373737;
    font-weight: 400;
}

.newsletter-form input[type="submit"] {
    background-color: #1b1917;
    color: #fab702;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.newsletter-form input[type="submit"]:hover {
    color: #fff;
}

.mailchimp-alerts{
    font-weight: 600;
    color: #000;
    margin-top: 5px;
}

/*== Newsletter Area CSS End ==*/

/*== Footer Area CSS Start ==*/

#footer-area {
    /* background-color: #181818; */
    color: #fff;
    padding: 40px 0 30px;
    /* background: linear-gradient(to right, #004ea2, #008dd4); */
    background: linear-gradient(30deg, #0b1d33, #4cc3ff);
}

.footer-about {
    padding-right: 55px;
}

.single-widget.footer-about img {
    width: 18%;
}

.widget-body,
.widget-body a {
    color: #ebebeb;
}

.widget-body .footer-para{
    margin-top: 30px !important;
}
.widget-body img {
    margin-bottom: 16px;
}

.widget-title h4 {
    /* color: #fab702; */
    color: #092468;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.7px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

.widget-title h4::after {
    /* background-color: #fab702; */
    background-color: #fff;
    border-radius: 5px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 55px;
}

.widget-title {
    margin-bottom: 30px;
}

.footer-btn {
    /* border: 2px solid #fab702; */
    border: 2px solid #fff;
    border-radius: 3px;
    /* color: #fab702 !important; */
    color: #fff;
    font-size: 12px;
    font-weight: 600 !important;
    letter-spacing: 0.6px;
    margin-top: 20px;
    padding: 10px 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-btn:hover {
    /* background-color: #fab702; */
    background-color: #0086cd;
    color: #fff !important;
    border-color: #fff;
}

.widget-body ul li a {
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.widget-body a {
    display: inline-block;
    font-weight: 500;
}

.widget-body a span {
    /* color: #fab702; */
    color: #092468;
    font-weight: 700;
    font-size: 20px;
    margin-right: 10px;
    transition: transform 0.3s ease;
}
.widget-body a:hover {
    color: #092468; 
}

.widget-body a:hover span {
    transform: scale(1.1);
}
.widget-body ul li:last-child a {
    margin-bottom: 0;
}

.widget-body ul li a:hover {
    /* color: #fab702 !important; */
    color: #f4f5f8 !important;
    background-color: #092468;
    padding:0 2px;
}
#footer-area ul.social-icon li a:hover{
    background-color: #0086cd;
    color: blue;
}
#footer-area ul.social-icon li {
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
}
#footer-area ul.social-icon li a {
    display: flex;              
    align-items: center;        
    justify-content: center;    
    background-color: #092468;     
    color: white;               
    padding: 12px;             
    border-radius: 50%;         
    transition: background-color 0.3s ease; 
}
.facebook-icon{
    padding: 12px 15px !important;
}
/* #footer-area ul.social-icon li a{
    background-color: blue;
    padding: 5px;
    border-radius: 50%;
} */
#footer-area ul.social-icon {
    margin-top: 30px;
}
.custom-list{
    list-style-type: circle !important;
}
.con-btn {
    /* color: #fab702 !important; */
    color: #092468 !important;
    font-weight: 700 !important;
    margin-top: 10px;
}
.con-btn:hover{
/* color: #fab702 !important; */
background-color:#092468;
color: #fff !important;
padding: 0 10px;
}
/* .email {
    margin: 15px 0;
} */

.address {
    margin-bottom: 15px;
    font-weight: 600;
}
.project-btn{
    margin: 0 auto;
    display: flex;
    width: 207px;
}
.footer-copyright {
    /* border-top: 1px solid #fab702; */
    border-top: 1px solid #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.7px;
    margin-top: 60px;
    padding-top: 30px;
    position: relative;
}

.address-content a {
    display: block;
}

.footer-copyright a {
    /* color: #fab702; */
    color: #fff;
}

/*== Footer Area CSS End ==*/

/*== Scroll Top CSS ==*/

.footer-copyright div#scroll-top {
    background-color: #092468;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    left: 50%;
    padding: 8px 25px;
    position: absolute;
    text-transform: uppercase;
    top: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-copyright div#scroll-top:hover {
    background-color: #0086cd;
    color: #fff;
}

/*== Scroll Top CSS ==*/

/*== Preloader Area CSS Start ==*/

body.loader-active {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
}

.preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 9999;
}

.preloader-spinner {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}


.la-ball-scale-pulse,
.la-ball-scale-pulse > div {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-scale-pulse {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-scale-pulse.la-dark {
    color: #333;
}

.la-ball-scale-pulse > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-scale-pulse {
    width: 32px;
    height: 32px;
}

.la-ball-scale-pulse > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    opacity: .6;
    -webkit-animation: ball-scale-pulse 2s infinite ease-in-out;
    animation: ball-scale-pulse 2s infinite ease-in-out;
}

.la-ball-scale-pulse > div:last-child {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.la-ball-scale-pulse.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-scale-pulse.la-sm > div {
    width: 16px;
    height: 16px;
}

.la-ball-scale-pulse.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-scale-pulse.la-2x > div {
    width: 64px;
    height: 64px;
}

.la-ball-scale-pulse.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-scale-pulse.la-3x > div {
    width: 96px;
    height: 96px;
}

/*
 * Animation
 */

@-webkit-keyframes ball-scale-pulse {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ball-scale-pulse {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* contact us section */
/* .footer_get_touch_outer {
    margin-top: 80px;
  } */
  .contact-container {
    width: 95%;
    max-width: 1140px;
    margin: auto;
  }
  .grid-70-30 {
    display: grid;
    grid-template-columns: 60% 40%;
  }
  .get_form_inner {
    display: block;
    padding: 25px 40px;
    background: #fff;
    box-shadow: -4px -2px 20px -7px #cfd5df;
  }
  input[type="text"], input[type="text"], input[type="email"], input[type="tel"] {
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    color: #333;
    height: 42px;
    padding: 0 0 0 20px;
    width: 100%;
    outline: 0;
  }
  .grid-50-50 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .grid-full {
    margin: 20px 0;
  }
  textarea {
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    color: #333;
    padding: 12px 0 0 20px;
    width: 100%;
    outline: 0;
    margin-bottom: 20px;
  }
  .get_form_inner_text h3 {
    color: #333;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
  }
  input[type="submit"] {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid;
    font-weight: 500;
    padding: 10px 20px;
    outline: 0;
    cursor: pointer;
    color: #103e65;
    transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  input[type="submit"]:hover {
    background-color: #0086cd;
    border-color: #15479e;
    color: #fff;
  }
  .get_say_form {
    display: inline-block;
    padding: 30px 0 25px 30px;
    background: #103e65;
    position: relative;
  }
  .get_say_form h5 {
    color: #fff;
    font-size: 26px;
    margin: 0 0 40px;
  }
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .get_say_social-icn {
    display: flex;
    position: absolute;
    bottom: -8px;
    align-items: center;               
    /* justify-content: center; */
  }
  .get_say_social-icn a {
    font-size: 22px;                   
    color: #fff;                       
    padding: 10px;                    
    background-color: #162b65;       
    margin-right: 20px;              
    /* border-radius: 50%;               */
    display: flex;                   
    align-items: center;              
    justify-content: center;          
    transition: background-color 0.3s; 
  }
  .get_say_social-icn a:hover{
    background-color: #0086cd;
  }
  .get_say_info_sec i {
    color: #fff;
    font-size: 32px;
  }
  .get_say_info_sec > li {
    display: grid;
    grid-template-columns: 40px auto;
    align-items: center;
    margin-bottom: 40px;
  }
  .get_say_info_sec > li a {
    width: 100%;
    display: block;
    padding: 15px 25px;
    color: #fff;
    font-size: 16px;
    text-decoration: unset;
    font-weight: 500;
    background: #162b65;
    border-radius: 5px 0 0 5px;
    transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .get_say_info_sec > li a:hover {
    background-color: #0086cd;
  }
  .display-table-cell img{
    width: 100px;
    height: 100px;
  }
  .form-social-icon{
   position: absolute;
   bottom: 25px !important;
  }
/*== Preloader Area CSS End ==*/
/* contact page */
.banner{
    padding: 50px 0 !important;
}
.banner-h{
    color: #fff !important;
}
.breadcrumb-link {
    width: fit-content;
    padding: 10px 15px;
    background: #e7edef;
    border-radius: 5px;
    border: 2px solid #7ca8b7;
    margin: 0 auto;
}
 ul.breadcrumb-link li {
    display: inline-block;
    font-size: 17px;
    color: #15479e;
    font-weight: 500;
}
/* ul.breadcrumb-link li a{
    color: #15479e;
} */
 ul.breadcrumb-link li.active {
    /* text-decoration: underline; */
    color: #15479e;
    font-weight: 600;
    letter-spacing: 0.5px;
}
ul.breadcrumb-link li:not(:last-child):after {
    display: inline-block;
    content: "/";
    font-weight: 700;
    font-family: "Font Awesome 5 Pro";
    margin-left: 14px;
    margin-right: 11px;
}
.contact-info-section{
    padding-top: 60px;
    padding-bottom: 20px;
}
.contact-info-item{
    border-radius: 12px;
    padding: 60px 30px 55px;
    height: 340px;
    visibility: visible;
    animation-name: fadeInDown;
    background-color: #e7edef;
    margin-bottom: 40px;
}
.contact-info-item .icon {
    margin-bottom: 25px;
    width: 80px;
    height: 80px;
    display: inline-block;
}
.icon {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.contact-info-item .info span.title {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 16px;
    font-weight: 500;
}
.contact-info-item .info p {
    font-size: 16px;
    line-height: 30.8px;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.contact-section{
    padding-bottom: 50px;
    /* padding-top: 50px; */
}
.section-title {
    letter-spacing: 0.8px;
    margin-bottom: 60px;
    text-align: center;
}
.section-title span.sub-title {
    margin-bottom: 30px;
}
.sub-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 19px;
    padding: 10px 20px;
    /* background: rgb(231 237 239); */
    background: rgb(231 237 239);
    border-radius: 7px;
    /* color: #567985; */
    color: #0086cd;
}
@media only screen and (min-width: 992px) {
    .section-title h2 {
        font-size: 43px;
    }
}
.contact-msg{
    margin-top: 20px;
}
.form_group {
    position: relative;
}
.contact-form .form_control {
    border: 1px solid rgba(29, 35, 31, 0.1) !important;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 27px 35px;
    line-height: 28px;
    font-size: 18px;
    background-color: #e7edef;
}
.form-btn{
    background-color: #2050a2;
    border-radius: 5px !important;
    padding: 5px 12px;
    color: #e7edef;
    font-size: 20px;
    border: none;
}
.form-btn:hover{
    background-color: #0086cd;
    
}
.main-btn i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
    background-color: #ffffff; 
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #2050a2; 
}
.main-btn i:hover{
    color: #0086cd;
}
iframe {
    width: 100%;
    border: none;
    display: inherit;
}
.contact-page-map .map-box iframe {
    height: 785px;
    padding: 10px;
}

/* clients section starts */
.client-section {
  
    background-color:#f3fdff;
  }
  .boxes {
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    align-items: center;
    gap: 45px;
    /* justify-content: space-evenly; */
    padding: 50px;
    margin: 0 auto;
    
  }
  .box {
    /* width: 200px;
    height: 170px; */
    width: 190px;
    height: 150px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid lightblue;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  i {
    color: var(--main-purple-color);
    font-size: 50px;
  }
  .client-img{
    max-width: 67% !important;
    transition: transform 0.3s ease-in-out;
  }
  .box:hover{
    transform: scale(1.1); 
}
.client-h{
    font-size: 32px !important;
    margin-bottom: 15px !important;
    color: #15479e;
    text-align: center;
}
.client-h span{
    color:#0086cd;
}
.client-name{
color: #1547aa;
}
.client-box{
    border: 1px solid lightblue !important;
    /* background-color: #f2f8ff; */
}
/* services */

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #00a01d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}
.service-h{
    margin-top: 20px;
    margin-bottom: 16px;
    color: #092468;
    font-size: 22px;
}
.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}
.we-offer-area{
    padding:60px 0 ;
}
.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #00a01d none repeat scroll 0 0;
  border-color: #00a01d;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  /* border-left: 2px solid #0086cd; */
 
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #e7edef none repeat scroll 0 0;
  /* border: medium none; */
  padding: 25px 40px 64px;
  height: 330px;
}

.we-offer-area.text-center .item i {
  background: #00a01d none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #00a01d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #00a01d none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #00a01d;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #74c4ef none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,

.we-offer-area .item:hover p {
  color: #fff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #00a01d !important;
}

.we-offer-area.text-left .item i {
  background: #00a01d none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #00a01d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}

/* Projects section */

/* General Section Styling */
.bg-section {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.section-h1 {
    text-align: center;
    margin-bottom: 40px;
}

.section-h1 h1 {
    font-size: 36px;
    font-weight: bold;
    color: #15479e;
}

.hr-h1 {
    width: 60px;
    height: 3px;
    background-color: #15479e;
    margin: 0 auto;
    margin-top: 10px;
    border: none;
}

/* Tabs Container */
.tabpanel {
    display: flex;
    margin-top: 20px;
}

/* Vertical Tabs */
.nav-pills {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.nav-pills > li {
    margin-bottom: 10px;
}

.nav-pills > li > a {
    background-color: #e7edef;
    color: #15479e;
    /* font-weight: bold; */
    font-weight: 600;
    text-align: left;
    padding: 15px 20px;
    border-radius: 4px;
    display: block;
    font-size: 15px;
    transition: background-color 0.3s ease;
}

.nav-pills > li.active > a,
.nav-pills > li > a:hover {
    background-color: #15479e;
    color: #fff;
}

.nav-pills > li > a:focus {
    outline: none;
    background-color: #15479e;
    color: #fff;
}

/* Tab Content */
.tab-content {
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    min-height: 300px;
}

/* Heading and Separator */
.laws {
    font-size: 24px;
    font-weight: bold;
    color: #15479e;
    margin-bottom: 10px;
}

.laws-hr {
    width: 80px;
    height: 3px;
    background-color: #15479e;
    margin-bottom: 20px;
    border: none;
    position:relative;
}
/* Default styles for all inactive tabs */
.brand-nav a {
    background-color: #e7edef;
    color: #15479e;
}
/* Active tab styles */
.brand-nav.active a {
    background-color: #15479e;
    color: #fff;
}
.brand-nav:first-child a {
    background-color: #e7edef !important;
    color: #15479e !important;
}

.brand-nav.active:first-child a {
    background-color: #15479e !important;
    color: #fff !important;
}


/* Paragraph Styling */
.tab-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}
/* .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
} */

/* Responsive Design */
@media (max-width: 991px) {
    .tabpanel {
        flex-direction: column;
    }

    .nav-pills {
        text-align: center;
        margin-bottom: 20px;
    }

    .nav-pills > li > a {
        text-align: center;
    }
    
  
.laws-hr{
    left: 38%;
}

 
}
td{
    font-size: 15px;
}
.quote-btn {
    display: inline-block;
    background-color: #173ea1 !important; 
    color: #fff !important;
    padding: 10px !important; 
    font-size: 15px !important; 
    border-radius: 5px; 
    text-align: center; 
    text-decoration: none; 
    transition: background-color 0.3s ease, transform 0.3s ease; 
    line-height: 1.5; 
    margin-top: 30px !important;
    margin-left: 32px;
}
.project-section{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: center;
    gap: 20px;
    transition:transform 0.3s ease;
}
.project-img-section{
    width: 215px;
    border: 1px solid lightblue;
    padding: 8px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.project-img-section img{
    width: 100%;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}
.project-img-section .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1e1d1d9e; 
    border-radius: 10px;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease-in-out;
}
.project-img-section .overlay .image-text {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    border: 2px solid #add8e6;
    padding: 15px;
    border-radius: 0 20px 0 20px;
}

.project-img-section:hover .overlay {
    opacity: 1; 
    animation: fadeInDown 1s ease;
}
.project-img-section:hover {
    transform: scale(1.1); 
}
.structural-table{
width: 100%;
table-layout: fixed;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}
.project-sr{
width: 50px !important;
}
.project-info{
    width: 350px !important;
}
.project-location{
    width: 100px !important;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* vision mission section */

   .vision-container {
    /* Flex */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    /* margin-top: 50px; */
}

.container__title {
    text-align: center;

    /* Flex */
    display: flex;
    flex-direction: column;
}

.container__titleMainText {
    color: var(--color1);
    margin-bottom: 19.920px;
    font-weight: 900;
}

.container__titleSubText {
    color: var(--color2);
    max-width: 500px;
}

.container__circle {
    width: 400px;
    height: 400px;
    margin-top: 30px;
    border-radius: 50%;
    position: relative;
}

.container__circle::before {
    width: inherit;
    height: inherit;
    border-radius: inherit;
    filter: brightness(0.5) contrast(0.8);

    /* Background */
    background-image: url(assets/project-img/about-main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Main-Feature */
.container__mainFeat {
    color: var(--color3);
    text-align: center;

    /* Position */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.container__mainFeatMainText {
    margin-bottom: 12px;
    font-weight: 900;
    color: #fff;
}

.container__mainFeatSubText {
    font-size: 15px;
    line-height: 1.6;
}

/* Sub-Feature */
.container__subFeat {
    height: 110px;

    /* Flex */
    display: flex;
    flex-direction: row-reverse;
    align-items: center;

    /* Position */
    position: absolute;
    left: 0;
    top: 20px;
    transform: translateX(calc(-100% + 88px + 15px + 20px));
}

.container__subFeat--right {
    /* Flex */
    flex-direction: row;

    /* Position */
    left: initial;
    right: 0;
    transform: translateX(calc(100% - 88px - 15px - 20px));
}

.container__subFeat:not(:first-child):nth-child(odd) {
    top: inherit;
    bottom: 20px;
}

.container__subFeatImgContent {
    min-width: 88px;
    min-height: 88px;
    padding: 10px;
    margin-left: 15px;
    border: solid 7px var(--color3);
    border-radius: 50%;
    /* Flex */
    display: flex;
    justify-content: center;
    align-items: center;
}
.container__subFeatImgContent img{
    width: 50px;
    height: 50px;
}
.container__subFeat--right .container__subFeatImgContent {
    margin-left: 0;
    margin-right: 15px;
}

.container__subFeatIcon {
    width: 40px;
    height: 40px;
}

.container__subFeatContent {
    width: 400px;
    padding: 10px;
    direction: rtl;
    margin-right: 15px;
}
.text-normal {
    direction: ltr;
    unicode-bidi: isolate;
}
.container__subFeat--right .container__subFeatContent {
    direction: ltr;
    margin-left: 15px;
}

.container__subFeatMainText {
    color: #15479e;
    margin-bottom: 15px;
}

.container__subFeatSubText {
    font-size: 15px;
    line-height: 1.6;
}
.about1{
    background-color: #f3fdff;   
    padding: 60px 0;
}
.about-h{
    color: #15479e;
    padding-bottom: 10px;
}
.about-h span{
    color: #0086cd;
}

/* audit modal */
.audit-dialog{
    max-width: 850px !important;
    margin: 20px auto !important;
}
.audit-modal{
    width: 100% !important;
    margin: 0 auto !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    padding: 10px;
    background-color: #f5f5f5 !important;
}
.modal-content{
border: none !important;
}
.text-dark{
    font-weight: 600;
}
.audit-title{
   color: #15479e !important;
   font-size: 24px !important;
}
.group-section{
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.check-section{
    display: flex;
    align-items: center;   
    justify-content: center;
    gap: 10px;
}
.form-group label span.required {
    color: #dc3545b3;
    margin-left: 5px;
    font-weight: bold;
  }
  .form-group {
    position: relative;
  }
  .form-group .audit-label {
    position: absolute; 
    top: 50%; 
    left: 15px; 
    transform: translateY(-50%); 
    color: #aaa; 
    pointer-events: none;
    transition: all 0.3s ease; 
  }

  .form-group input:focus + label,
  .form-group input:not(:placeholder-shown) + label { 
    top: 10px;
    left: 15px;
    color: #aaa; 
    font-size: 12px; 
  }

  .form-group input::placeholder {
    color: transparent; 
  }

  .form-group input:hover + label span.required,
  .form-group input:focus + label span.required {
    color: #dc3545b3; 
  }
   /* mobile vision section  */
   @media only screen and (min-width: 320px) and (max-width: 480px) {

    --------------/* Home page starts*/------------------------ 
   
    #header-top {
       display: none !important;
   }
   
.laws-hr{  
    left: 30%;
}

}



/* sticky buttons */
/* =============Sticky buttons=============== */
.sticky-social{
    position:fixed;
    top:56%;
    right:0px;
    transform: translateY(-50%);
    padding:0px;
    margin:0px;
    z-index: 1000;
  }
  .social{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .social li{
    padding:10px;
    font-size:25px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    color: white;
  }
  .social li:hover{
  margin-left:-30px;
   box-shadow:2px 2px 10px grey;
   animation: move-back 2s ease-in-out 0.8s forwards; /* Start after 0.8s */
  }
  @keyframes move-back {
    0% {
      margin-left: -30px;
    }
    50%{
      margin-left: -10px;
    }
    100% {
      margin-left: 0;
    }
  }
  .icon{
    color:#fff;
    transition:all 0.3s ease-in-out;
  }
  .fb{
    background-color:#3C5A98;
  }
  .whatsapp{
      background-color:#1EA1F2;
  }
  .mail{
    /* background-color:#9f3234; */
    background-color:#a02f30;
  }
  .social li a {
    color: #fff; 
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
  }