    .section-header/* General styles */
body {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    color: #484848;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-transform: uppercase;
    color: #484848;
    font-family: 'Inter', sans-serif;
}
h1{font-size: 70px; margin:0; line-height: 72px;}
h2 {font-size: 30px; margin: 0 0 20px;}
h3 {font-size: 20px; margin: 0 0 10px;}
/* img {width: 100%;} */
a,button{outline: 0 !important;}
a:hover,a:focus{ text-decoration: none}

/* All Transition */
.list-inline.info a,.list-inline.social_icon a,nav.navbar.bootsnav ul.nav > li > a,.attr-nav > ul > li > a,.btn.know_btn,#filters > button,.portfolio_hover_area,.portfolio_hover_area .fa,.testimonial_content,.testimonial_content p:first-child::before,#contact_form .form-control,#contact_form .btn.submit_btn,footer a,.footer_social_icon .fa,.post .date,#scrollUp{
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

/* Header */
Header{
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Optional shadow for visibility */
}

/*Preloader css*/
#loading{
    background-color: #0fe3ff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 90;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 150px;
    margin-top: -25px;
    margin-left: -75px;
}
.object{
    width: 8px;
    height: 50px;
    margin-right:5px;
    background-color: #FFF;
    -webkit-animation: animate 1s infinite;
    animation: animate 1s infinite;
    float: left;
}

.object:last-child {
    margin-right: 0px;
}

.object:nth-child(10){
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;	
}
.object:nth-child(9){
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;	
}	
.object:nth-child(8){
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;	
}
.object:nth-child(7){
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;	
}
.object:nth-child(6){
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;	
}
.object:nth-child(5){
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.object:nth-child(4){
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;		
}
.object:nth-child(3){
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;	
}
.object:nth-child(2){
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}						

@-webkit-keyframes animate {

    50% {
        -ms-transform: translateX(-25px) scaleY(0.5); 
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);

    }

}

@keyframes animate {
    50% {
        -ms-transform: translateX(-25px) scaleY(0.5); 
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);
    }

}

/*End off Preloader*/





/* Top Nav */
.top_nav {
    background: #ffcb0f none repeat scroll 0 0;
    overflow: hidden;
    padding: 10px 0;
}
.list-inline.info {
    float: left;
    margin: 0;
}
.list-inline.info > li {
    padding: 0 20px 0 0;
}
.list-inline.info a,.list-inline.social_icon a {
    color: #222;
    font-family: 'Inter', sans-serif;
}
.list-inline.info a:hover,.list-inline.social_icon a:hover {
    color: #555;
}
.list-inline.info a .fa,.list-inline.social_icon  a .fa {
    font-size: 20px;
    vertical-align: text-top;
}
.list-inline.social_icon {
    float: right;
    margin: 0;
}
/* Main Nav */
nav.navbar.bootsnav {
    /* background-color: white !important; */
    /* position: absolute !important; */
    /* display: block !important; */ 
    width: 100% !important;
    color: black !important;
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); */
    /* background: #222533 none repeat scroll 0 0; */
    /* border: 0 none;
    position: sticky; */
    /* top: 0px; */
}
nav.navbar.bootsnav ul.nav > li > a {
    /* color: black;
    font-size: larger;
    font-family: sans-serif; */
    /* border-right: 1px solid black; */
    padding-bottom: 10px;
    padding-top: 17px;
    color: black;
    text-align: center;
    font-size: larger;
    font-family: 'Inter', sans-serif;
}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus {
    color: #aaa;
}
.navbar-brand {
    /* display: flex;
    align-items: center;
    text-decoration: none;
    height: auto !important;
    padding: 3px 3px !important; */
    display: flex;
    align-items: center;
    color: black;
    font-size: 2rem;
}
.navbar-brand img{
    /* padding: 8px;
    width: 60px;
    height: 60px;
    border-radius: 25%;
    margin-top: 7px; */
    /* border: .5px solid skyblue; */
    /* padding: 10px; */
    width: 115px;
    height: 71px;
    /* border-radius: 10%; */
    margin-top: 25px;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1);
}
.navbar-brand span {
    font-size: 23px;
    color: black;
    padding-top: 10px;
    font-weight: bold;
    text-decoration: underline;
    /* text-decoration-style: wavy; */
    text-underline-offset: 4px;
    text-decoration-color: green; 
    text-transform: uppercase;
}
#navbar-menu {      
    margin: 14px 0;
    /* padding: 5px; */
}
.nav.navbar-nav.menu {
    float: right;
}

.navbar-nav>li>.dropdown-menu {
    /* width: 325px !important;
    white-space: normal !important;
    word-wrap: break-word !important; */
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important; /* Just in case it's set elsewhere */
    width: 325px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
}

.navbar-nav > li {
    position: relative; /* Required for absolute positioning of dropdown */
  }
  
.dropdown-menu>li>a{
    font-size: 16px !important;
    line-height: 1.4 !important;
    padding: 8px 15px !important;
}

/* .navbar-nav > li.position-relative .dropdown-menu {
    left: auto !important;
    right: 0 !important;
} */

.dropdown-menu li > a:hover {
    font-size: 17px !important;
    transform: scale(1.05) !important;
    display: inline-block !important;
    transition: all 0.4s ease-in-out;
    width: 100%;
    background:skyblue;
    color: black;
    opacity: .8;
}

.attr-nav {
    margin: 5px -10px 0 0;
}
.attr-nav > ul > li > a {
    color: rgb(53, 51, 51);
    font-size: 20px;
}
.attr-nav > ul > li > a:hover,.attr-nav > ul > li > a:focus {
    color: blue;
}
/* Carousel */
.home .carousel {
    position: relative;
    height: 100vh; 
    overflow: hidden;
}
.home .carousel .item img{
    width: 100%;
    height: 100vh; 
    object-fit: cover;
    display: block;
}
/* .carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    height: 480px;
} */
.carousel .overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
}
.carousel-caption {
    left: 7%;
    right: 7%;
    top: 40px;
}
.carousel-caption h1 {
    color:rgb(212, 212, 216);;
    margin-bottom:1px;
    font-size: 40px;
}
.carousel-caption h2.second_heading {
    color: rgb(125, 125, 245);
    margin-bottom:35px;
}
.carousel-caption > h3 {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: inherit;
}
.carousel-caption > p {
    font-size: 23px;
    line-height: 28px;
}
.btn.know_btn {
    background: skyblue none repeat scroll 0 0;
    border-radius: 30px;
    color: black;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    border:1px solid transparent;
    font-weight: bold;
}
.carousel-caption .btn.know_btn {
    margin-top: 64px;
}
.carousel-caption .btn.know_btn:last-child {
    margin-top: 12px;
    margin-left: 30px;
}
.btn.know_btn:hover,
.btn.know_btn:focus {
    background: transparent;
    color:rgb(71, 211, 169);
    border:1px solid rgb(231, 227, 227);
}

.carousel-control{
    width:50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top:-25px;
    top:35%;
}

/* About */
#about{
    /* scroll-margin-top: 80px; */
    /* margin-top: 85px !important; */
}
.about_content {
    margin-right: 25px;
}
.about_content > h2 {
    font-size: 25px;
    margin-top: 85px !important;
    /* margin: 5px 2px; */
    color: rgb(0, 162, 255);
    text-align: center;
    display: block;
}
.about_content > h3 {
    font-size: 30px;
    margin: 2px 0 30px;
    text-transform: inherit;
}
.about_content > p {
    font-size: 18px;
    line-height: 22px;
    color: black;
    font-family: 'Inter', sans-serif;
    margin-bottom: 8px;
    text-align: justify;
    hyphens: auto;
}
.about_content .btn.know_btn {
    margin: 18px 0 60px;
}
.about_bg {
    /* background: u1rl(../images/about_bg.png)no-repeat right; */
    /* margin-top: 80px !important; */
}
.about_banner {
    margin-top: 85px !important;
    width: 100%;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.about_banner > img {
    /* width: 45vw !important;
    max-width: 45vw !important;
    height: auto;
    display: block; */
    /* margin-top: 85px !important; */
    width: 100%;
    height: auto;
    display: inline-block;
    background: transparent;
    border-radius: 2%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

/* .about_banner > img {
    height: auto;
    display: block;
    margin: 0;
    background: transparent;
    border-radius: 3%;
} */

/*Head Title*/
.head_title p{
    line-height: 2.3rem;
}

/* Why us */
/* #why_us {
    background: #f2f7fa none repeat scroll 0 0;
    padding-bottom: 50px;
    line-height: 18px;
}
#why_us h2 {
    margin: 20px 0 2px;;
} */
/* .why_us_item{ padding-top: 35px;}
#why_us .fa{
    border-radius: 100%;
    box-shadow: 0 0 0 10px #0fa7ff, 0 0 0 20px #64aafa, 0 0 0 30px #9c9ef7;
    padding: 25px;
    font-size:35px;
    position: absolute;
}
.why_us_item > h4 {
    font-size: 15px;
    margin: 60px 0 20px;
    position: relative;
}

.why_us_item > p {
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
} */

#why_us {
    /* background: #f6f8fa none repeat scroll 0 0; */
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    padding-bottom: 50px;
    line-height: 18px;
    
  }
  
  #why_us h2 {
    margin: 70px 0 20px;
  }
  
  /* .why_us_item{ 
    margin-bottom: 5px;
    height: 60vh;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 2%;
  } */

  .why_us_item {
        border: 1px solid skyblue;
        margin-bottom: 25px;
        height: 44vh;
        padding: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        border-radius: 2%;
        text-align: center;
        overflow: hidden; 
    }
  /* .why_us_item img{
    border-radius: 1%;
    box-shadow: 0 0 0 5px #0fa7ff, 0 0 0 15px #64aafa, 0 0 0 23px #9c9ef7;
  } */
   .image_wrapper {
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        /* padding: 20px;  */
        box-sizing: border-box;
        /* box-shadow: 0 0 0 5px #0fa7ff, 0 0 0 15px #64aafa, 0 0 0 23px #9c9ef7; */
        border-radius: 10px;
    }

.image_wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 10px;
}
  #why_us .fa {
   
    border-radius: 100%;
    box-shadow: 0 0 0 5px #0fa7ff, 0 0 0 15px #64aafa, 0 0 0 23px #9c9ef7;
    padding: 38px;
    font-size:45px;
  }
  
  .why_us_item > h4 {
    font-size: 15px;
    margin: 25px 0 10px;
  }
  
  .why_us_item > p {
    padding: 3px;
    text-align: justify;
    hyphens: auto;
    color: rgb(19, 18, 18);
    font-size: 16px;
    line-height: 1.2;
    hyphens: auto;
  }

#why_us h2,
.why_us_item > h4 {
  color: rgb(0, 162, 255); /* A popular dark blue */
}

/* Services */
#services h2 {
    margin: 85px 0 20px;
    text-align:center;
    color: rgb(0, 162, 255);
}
#services p {
    /* padding: 10px;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    font-size: 16px;
    color: black;
    line-height: 1.5;
    margin-bottom: 5px;
    word-spacing: normal;
    white-space: normal;
    font-family: 'Roboto', sans-serif; */
    padding: 10px;
    text-align: justify;
    text-justify: inter-word; 
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    margin-bottom: 5px;
     white-space: normal; 
    color: black;
}
.service_item{
    border: 1px solid skyblue;
    margin-bottom: 25px;
    height: 110vh;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 2%;
    transform: scale(1.0);
    transition: all ease-in-out 0.4s;
    display: flex;
    flex-direction: column;
    /* text-align: center;
    display: flex;
    flex-direction: column; */
}

.bottom-button {
    margin-top: auto;  /* pushes it to the bottom */
    padding-bottom: 15px;
    text-align: center;
    
}

.service_item .img_wrapper {
    padding-top: 2px;         /* 👈 spacing from top */
    text-align: center;
}
.img_wrapper img {
    display: inline-block;
    max-width: 98%;
    height: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); 
    border-radius: 4px;
}
/* .service_item img {
    display: block;
    margin: 0 auto;
    max-width: 95%;
    height: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); 
    border-radius: 4px; 
} */
.service_item a{
    align-self: center; /* center horizontally */
    margin-top: auto;   /* push to bottom */
    display: inline-block;
    width: 50%;
}
.service_item h5{
    padding: 1px;
    text-align: center;
    font-size: 16px;
    color: rgb(0, 162, 255);
}
.service_item > h3 {
    margin: 25px 0 13px;
}
/* .service_item .btn.know_btn {
    margin: 0px 0 30px;
} */

/* .service_item img{
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
    border-radius: 4%;
    transform: scale(1.0)
} */

/* Portfolio */
#portfolio {
    background: rgba(0, 0, 0, 0) url("../images/portfolio_bg.jpg") no-repeat scroll 0 0;
    background-size:cover;
    position:relative;
    padding-bottom: 102px;
    border-bottom:2px solid #ffcb0f;
}
#portfolio::before{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    background: rgba(255,203,15,0.85);
    top:0;
    left:0;
}
.portfolio_area{ position:relative;color:#fff;}
.portfolio_area h2 {
    color: #fff;
    margin: 65px 0 34px;
}
/* Portfolio filters */
#filters {
    margin: 52px 0 38px;
}
#filters > button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 18px;
    outline: 0 none;
    padding: 6px 17px 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#filters > button:hover {
    border: 1px solid #282828;
    color: #282828;
}
#filters > button.is-checked {
    background: #282828;
}
#filters > button.is-checked:hover {
    color: #fff;
}
.grid{margin: 0 -6px;}
.grid-item{border:6px solid transparent;}
.grid-item, .grid-sizer {width: 25%;}
.grid-item {
    float: left;
    height: 255px !important; 
}
.grid-item{
    overflow: hidden;
}
.grid-item--width2 { width: 50%;}
.grid-item--height2 { height: 510px !important;}
.grid-item:hover img{
    transform: scale(1.1);
}
.grid-item img{
    height: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}
/* Portfolio Hover */
.portfolio_hover_area {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    text-align: center;
    opacity:0;
}
.grid-item:hover .portfolio_hover_area {opacity: 1;}
.portfolio_hover_area .fa {
    background: #ffcb0f none repeat scroll 0 0;
    border: 2px solid transparent;
    border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    font-size: 30px;
    margin-top: 215px;
    padding: 15px;
    border:1px solid transparent;
}
.grid-item .portfolio_hover_area .fa {
    margin-top: 90px;
}
.grid-item--width2 .portfolio_hover_area .fa {
    margin-top: 217px;
}
.portfolio_hover_area > a:first-child{  margin-right: 10px;}
.portfolio_hover_area .fa:hover{
    border:1px solid #ffcb0f;
    background:transparent;
    color:#ffcb0f;
}

/* Testimonial */
#testimonial {
    background: url("../images/testimonial_bg.jpg") no-repeat scroll 0 0;
    background-size:cover;
    position:relative;
}
#testimonial::before {
    background: #fff;
    opacity:0.7;
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
}
.testimonial_area{ position:relative;}
#testimonial h2 {
    margin-top: 63px;
}
.testimonial_item {
    padding: 0 15px;
}
.testimonial_content {
    background: #e5e5e5 none repeat scroll 0 0;
    border-radius: 18px;
    margin: 55px 0 30px;
    padding: 40px 15px 40px 70px;
    text-align: left;
    position:relative;
    color:#393939;
}
.testimonial_content::after {
    background: inherit;
    bottom: -10px;
    content: "";
    height: 20px;
    left: 47%;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
}
.testimonial_content p {
    position:relative;
}
.testimonial_content p:first-child::before {
    color: #989898;
    content: ",,";
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    left: -54px;
    position: absolute;
    top: -24px;
    transform: rotateY(180deg);
}
#testimonial .col-sm-4:nth-child(3n+2) .testimonial_content {
    margin: 40px 0;
    padding-bottom: 70px;
}
.testimonial_item:hover .testimonial_content {
    background: #ffcb0f none repeat scroll 0 0;
}
.testimonial_item:hover .testimonial_content::after {
    width: 22px;
    height: 22px;
    bottom:-11px;
}
.testimonial_item:hover .testimonial_content {
    color: #fff;
}
.testimonial_item:hover .testimonial_content p:first-child::before {
    color: inherit;
}
.testimonial_item > img {
    border-radius: 100%;
    height: 80px;
    width: 80px;
}
.worker_name {
    font-family: 'Inter', sans-serif;
    margin: 10px 0 45px;
    text-transform: uppercase;
}

/* Contact form */
#contact_form {
    background: #ffffff none repeat scroll 0 0;
    padding:60px 0 32px;
}
#contact_form h2 {
    margin: 20px 0 20px;
    color:rgb(0, 162, 255);;
}
#contact_form.second_heading {
    font-size: 40px;
    font-family: 'Inter', sans-serif;
    margin:8px 0;
}
#contact-row{
    /* display: flex;
    justify-content: space-between; 
    gap: 10px; */
    margin: 0 -5px;
}
/* #contact-info, #contact-form {
    width: 100%;
    padding: 10px;
} */
#contact-info {
    border: 1px solid skyblue;
    float: left;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 2%;
    height: 70vh;
}

#contact-form {
    border: 1px solid skyblue;
    float: right;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 2%;
    height: 70vh;
}

#contact-info p, #contact-form p {
    font-size: 16px;
    color: black;
    hyphens: auto;
    word-spacing: -0.1em;
}
#contact_form form.form-inline {
     /* padding-right: 27px;     */
}

#contact_form .form-inline .form-control {
    opacity: .9;
    background: #eef1f1;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    height: 45px;
    margin: 8px;
    padding: 10px 20px;
    width: 388px;
    box-shadow: none;
    color: black;
}
#contact_form .form-inline textarea.form-control {
    width: 388px;
    height: 16vh;
    resize:none;
}
#contact_form .form-control:focus {
    border: 2px solid #ffcb0f;
    box-shadow: 0px 0px 5px 1px #ffcb0f;
}
#contact_form .btn.submit_btn {
    background: rgb(0, 162, 255);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    width: 30%;
    border-radius: 10px;
    margin: 6px 8px 6px 8px;
}
.contact-content{
    font-size: 16px !important;
    line-height: 25px !important;
    color: black !important;
}
.icon-bg {
    padding: 12px;
    border-radius: 50%;  /* makes it a circle */
    color: white;         /* icon color */
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 20px;     /* vertically center icon */
    font-size: 16px;
    margin-top:2px;
  }
.Gtuch{
    padding: 5px;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    font-size: 20px;
}
.contact_info {
    font-size: 18px;
    color: black;
}
.form-control::-moz-placeholder{color:#adadad;}
.form-control:-ms-input-placeholder{color:#adadad;}
.form-control::-webkit-input-placeholder{color:#adadad;}
#contact_form .btn.submit_btn:hover {
    background: #555 none repeat scroll 0 0;
}

/* Footer */
footer {
    background: url(../images/footer_bg.jpg)no-repeat;
    background-size:cover;
    position:relative;
    padding-top:45px;
}
/* footer::before {
    background: rgba(255, 255, 255, 0.33) none repeat scroll 0 0;
    content: "";
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
} */
footer::after {
    background: rgba(34, 37, 51, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer_top,.footer_bottom{ position:relative; z-index:1; color:#fff;}
.footer_item {
    margin-top: 75px;
    margin-left: 50px;
}
.footer_item > h4 {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    margin-bottom: 34px;
    text-transform: inherit;
}
.footer_item p{
    text-align: justify;
    hyphens: auto;
    font-size: 16px;
}
.footer_item .list-unstyled > li a{
    color: #fff;
    font-size: 16px;
}
/* Footer About */
.footer_item .logo {
    margin-bottom: 15px;
    width: 200px;
}
.list-inline.footer_social_icon {
    margin: 32px 0 0;
}
.footer_social_icon .fa {
    background: #0fffff none repeat scroll 0 0;
    border-radius: 100%;
    color: #222;
    font-size: 20px;
    height: 45px;
    padding: 12px;
    text-align: center;
    width: 45px;
}
.footer_item .footer_social_icon .fa:hover,.footer_item .footer_social_icon .fa:focus {
    background: #f7f5f0 none repeat scroll 0 0;
}
/* Footer Explore */
.footer_menu .fa {
    font-size: 10px;
    margin-right: 18px;
}
.list-unstyled.footer_menu > li {
    padding: 4px 0;
}
/* Footer Post */
.list-unstyled.post,.list-unstyled.footer_contact {
    margin-top: -14px;
}
.post .date {
    border: 2px solid #fff;
    border-radius: 100%;
    display: block;
    float: left;
    font-size: 20px;
    height: 50px;
    line-height: 12px;
    margin-right: 15px;
    padding: 10px;
    text-align: center;
    width: 50px;
}
.footer_item li a:hover .date,.footer_item li a:focus .date{ border:2px solid #aaa; }
.footer_item li a:hover,.footer_item li a:focus{
    color: #aaa;
}
.post .date small {
    font-size: 12px;
}

.list-unstyled.post > li,.list-unstyled.footer_contact > li {
    padding: 14px 0;
    overflow:hidden;
}

/* Footer Contact */
.footer_contact .fa {
    margin-right: 25px;
    text-align: center;
    width: 15px;
    font-size:18px;
}
.list-unstyled.footer_contact p {
    overflow: hidden;
}
.footer_bottom {
    background: #1a1c27 none repeat scroll 0 0;
    padding: 28px 0 18px;
    margin-top:55px;
}
.footer_bottom a {
    color: #ffcb0f;
}
.footer_bottom a:hover,.footer_bottom a:focus {
    color: #d7a300;
}
/* ScrollUP */
#scrollUp {
    background: url(../images/top.png)no-repeat scroll 0 0;
    bottom: 20px;
    color: #000;
    height: 40px;
    right: 20px;
    width: 40px;
    opacity:0.7;
}
#scrollUp:hover {
    background: url(../images/top.png)no-repeat scroll 0 -40px;
}

.footercopyright{
    text-align: center;
}

/* about page style */

.about-container {
    /* background-color: #f4f7f9; */
    padding: 40px 30px;
    /* border-radius: 10px; */
    position: relative;
    /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); */
}
.section-header {
    font-size: 25px;
    margin-bottom: 20px;
    color: rgb(0, 162, 255);
    font-weight: bold;
	line-height: 37px;
    text-align: center;
    position: relative;
	font-family: 'Inter', sans-serif;
}
.section-header:after {
    content: "";
    width: 60px;
    height: 3px;
    background: #5bc0de;
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
}
.About-head h2{
    color: rgb(0, 162, 255);
    text-align: center;
    font-weight: bold;
}
.About-head h3{
    color: rgb(0, 162, 255);
    text-align: center;
    font-weight: bold;
}
.about-block {
    border: 1PX solid skyblue;
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.about-block P{
    text-align: justify;
    hyphens: auto;
    line-height: 1.5;
}
.about-block ul {
  list-style-type: square;       
  padding-left: 4rem;      
}
.about-block ul li {
    color: #000;
    font-size: 1.5rem;          
    margin-bottom: 0.5rem;
}
.about-block ul li::marker {
  font-size: 2.5rem;
  color: black                
}

.about-block:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.about-block i {
    font-size: 24px;
    color: #5bc0de;
    margin-right: 10px;
}
.about-title {
    font-size: 20px;
    color: #222;
    margin-bottom: 10px;
    font-weight: 600;
}
.about-text {
    padding: 10px;
    text-align: justify;
    overflow-wrap: break-word;
	hyphens: auto;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    margin-bottom: 5px;
    white-space: normal;
    color: black;
}
.top-paragrapg{
    font-size: 1.8rem;
    color: #000;
}
.profile-img {
    width: 100%;
    max-width: 250px;
    border-radius: 50%;
    margin: 0 auto 30px;
    display: block;
}

.services-section {
    padding: 20px 0;
    text-align: center;
}

.section-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}
.services-section p{
  text-align: justify;
  font-size: 1.7rem;
  color: black;
  line-height: 2.5rem;
  hyphens: auto;
  text-justify: inter-word;
}
    
/* .service-box {
    height: 105vh;
    border: 1px solid skyblue;
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.08);
    transition: all 0.3s ease-in-out;
} */

.service-box {
    /* Remove fixed height */
    /* height: 105vh; */

    border: 1px solid skyblue;
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.08);
    transition: all 0.3s ease-in-out;

    /* Optional: ensure long content doesn't overflow */
    /* max-height: 100%; */
    height: 105vh;          
    /* overflow: auto; */
}

.service-box:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.service-icon {
  font-size: 40px;
  color: #5bc0de;
  margin-bottom: 15px;
}

.service-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: rgb(0, 162, 255);
}

.service-box .service-desc {
    font-size: 16px;
    text-align: justify;
    hyphens: auto;
    position: relative;
    padding-left: 25px; 
}
.square-bullet {
  width: 8px;
  height: 8px;
  background-color: black;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
}
.process-step {
  text-align: center;
}
.process-arrow {
  font-size: 14px;
  color: #006699;
}

.service-box ul {
    text-align: justify;
    hyphens: auto;
    list-style-type: square;       
    padding-left: 4rem;      
}
.service-box ul li {
  font-weight: bold;
  font-size: 14px;
  color: black;
  font-size: 1.5rem;          
  margin-bottom: 0.5rem;
}
.service-box ul li::marker {
  font-size: 2.5rem;
  color: black                
}


.process-step p{
  font-size: 14px;
  margin: 0;
  text-align: center;
  font-weight: bold;
}
.section-title:after {
    content: "";
    width: 60px;
    height: 3px;
    background: #5bc0de;
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
}

.Contact-Us{
    padding: 10px 30px;
}
.equal-height-row {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    .equal-box {
     border: 1px solid skyblue;
      background-color: #fff;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      border-radius: 6px;
      padding: 20px;
      flex: 1;
      min-width: 300px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .map-container {
      padding: 0;
    }

    .map-container iframe {
	  margin: 0 auto;
      border: none;
      width: 95%;
      height: 55%;
      border-radius: 6px;
      min-height: 260px;
    }

    .contact-form form {
        padding: 5px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .form-group {
      margin-bottom: 15px;
    }

    .btn-primary {
      width: 100px;
      align-self: flex-start;
    }


    .join-header {
      background: #87ceeb; /* Sky blue */
      color: white;
      padding: 50px 20px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
    .join-header h1 {
      font-size: 36px;
      margin-bottom: 10px;
    }

    .join-content-section {
      border: 1px solid skyblue;
      color: black;
      margin:20px 0px 20px 0px;
      background: white;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      text-align: justify;
      hyphens: auto;
    }
    .join-content-section p{
        font-size: 1.7rem;
    }
    .join-content-section h3{
        color: rgb(0, 162, 255);
    }
    .join-content-section ul {
      padding-left: 20px;
      font-size: 1.7rem;
    }
    .join-content-section ul li {
      margin-bottom: 10px;
    }

.innerpage-hero{ width: 100%;}
.innerpage-hero img{ width: 100%; height: auto;}


.inner-single-service-wrapper {
    padding: 80px 0;
    position: relative;
}
.inner-single-service-wrapper img {
    width: 100%;
    height: auto;
    display: inline-block;
    background: transparent;
    border-radius: 2%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}
.service-head h2 {
	font-family: 'Inter', sans-serif;
    color: rgb(0, 162, 255);
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.1;
    padding: 60px 0 20px;
}
.service-head h3 {
    font-family: 'Inter', sans-serif;
    color: rgb(0, 162, 255);
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.1;
    padding: 60px 0 20px;
}
.service-faqs-section {
    position: relative;
    padding: 50px 0;
    background-color: #f7f7f7;
}

.service-faqs-section h4 {
    display: block;
    font-family: 'Inter', sans-serif;
    color: rgb(0, 162, 255);
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding: 0;
    margin: 0 auto 10px;
    text-align: center
}
.service-faqs-section .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: unset;
    padding: 0 30px;
    font-size: 17px;
    line-height: 32px;
}
.service-faqs-section .panel-default>.panel-heading {
    padding: 0!important;
   margin: 20px 0 !important;
    background-color: transparent;
}
.service-faqs-section .panel-default>.panel-heading h3 {
    text-transform: none;
}
.service-faqs-section .panel-default {
    border: unset;
    background-color: transparent;
    box-shadow: unset;
}
.service-faqs-section .panel-default .panel-title a {
    position: relative;
    display: block;
	font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    padding: 10px 40px 10px 30px;
    margin: 0;
    background: #f9fafd;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    border-radius: 50px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.service-faqs-section .panel-default .panel-title a:hover {
    color: #000;
    background: #87ceeb;
}

.service-faqs-section .panel-default .panel-title a:hover {
    color: #000;
    background: #87ceeb;
}

.service-faqs-section .panel-default .panel-title a:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 25px;
    background: url(/images/dwIcn.png) no-repeat 50% 50%;
    width: 11px;
    height: 6px
}

.service-faqs-section .panel-default .panel-title a.collapsed:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 25px;
    background: url(/images/dwIcn.png) no-repeat 50% 50%;
    width: 11px;
    height: 6px
}

.service-faqs-section .panel-default .panel-body {
	font-family: 'Inter', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 0
}
.inner-single-service-wrapper ul {
    list-style-type: square;
    padding-left: 3rem;
}
.inner-single-service-wrapper ul li {
	font-family: 'Inter', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0.9rem;
}


/* Responsive Styles for various devices */
@media (min-width: 1600px) {
    .container{ width: 1200px;}
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 740px;
    }
    .carousel-caption {
        left: 18%;
        right: 18%;
        top: 95px;
    }
    .about_content {
        margin-right: 50px;
    }


}

@media (max-width: 1199px) {
    h1 {
        font-size: 50px;
        line-height: 55px;
    }
    h2 {
        font-size: 25px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 550px;
    }
    .carousel-caption {
        left: 3%;
        right: 3%;
        top:40px;
    }
    .about_banner {
        margin: 0;
        padding: 0;
    }

    .about_banner > img {
        /* height: auto;
        display: block;
        margin: 0;
        background: transparent;
        border-radius: 4%;
        transform: scale(1.5) */
    }
    .grid-item {
        height: 220px !important;
    }
    .grid-item--height2 { height: 440px !important;}
    .grid-item .portfolio_hover_area .fa {
        margin-top: 73px;
    }
    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 183px;
    }
    #contact_form .second_heading {
        font-size: 30px;
    }
    #contact_form .form-inline .form-control {
        width: 202px;
    }
    #contact_form .form-inline textarea.form-control {
        width: 317px;
    }
    #contact_form .btn.submit_btn {
        width: 95px;
    }


}

@media (max-width: 991px) {
    /* .service_item{
        margin-bottom: 5px;
        height: 90vh;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        border-radius: 2%;
        transform: scale(1.0);
        transition: all ease-in-out 0.4s;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    } */
    .service_item {
        overflow: hidden; /* Or try: auto */
    }
    .service_item img {
        height: 40vh; /* or any value that fits well */
    }
    .why_us_item {
        margin-bottom: 10px;
    }
    .why_us_item > p{
        padding-bottom: 10px;
    }
    .list-inline.info > li {
        padding: 0 12px 0 0;
    }
    .list-inline.social_icon > li {
        padding: 0 2px;
    }
    nav.navbar.bootsnav .navbar-header {
        padding: 0;
    }
    nav.navbar.bootsnav .navbar-toggle {
        margin-top: 12px;
    }

.navbar-brand img {
    order: 2; /* push to the right */
    margin-left: auto;
  }

.navbar-brand span {
    order: 1; /* stay on the left */
    margin-right: auto;
  }

    nav.navbar.bootsnav.navbar-brand
    {
        float: right !important;
        margin: 3px !important;
    }
    
    .attr-nav {
        right: 25px;
        top: 15px;
    }
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 12px 0;
    }

    /* .container.about_bg {
        background-position: bottom 100px center;
    } */
    .grid-item {
        height: 255px !important;
        width:50%;
    }
    .grid-item--height2 { height: 500px !important; width:100%;}
    .grid-item .portfolio_hover_area .fa {
        margin-top: 90px;
    }
    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 217px;
    }
    #contact_form {
        text-align: center;
    }
    #contact_form form.form-inline {
        /* margin: 0 -8px;
        padding-right: 15px; */
        background-color: #f8f9fa; /* Light gray background for the form itself */
        padding: 20px;
        border-radius: 10px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05); /* subtle inset shadow */
    }
    #contact_form .form-inline .form-control {
        width: 349px;
    }
    #contact_form .form-inline textarea.form-control {
        width: 538px;
    }
    #contact_form .btn.submit_btn {
        width: 168px;
    }


}

@media (max-width: 767px) {
    /* .home .carousel .carousel-caption {
        font-size: 1.2rem;
        bottom: 10%;
    } */
    .equal-height-row {
        flex-direction: column;
      }
      .map-container iframe {
        min-height: 300px;
      }
    .why_us_item {
        height: auto;              /* ✅ Let content expand */
        padding-bottom: 20px;      /* ✅ Prevent cut-off */
    }
    h1 {
        font-size: 32px;
        line-height: 35px;
    }
    .list-inline.info {
        width: 60%;
    }
    .list-inline.social_icon {
        width: 40%;
        text-align: right;
    }
    nav.navbar.bootsnav .navbar-toggle {
        margin-left: 35px;
    }
    .carousel-caption {
        top: 20px;
    }
    .carousel-control{
        /* width:50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin-top:-25px; */
        top:15%;
    }
    .carousel-caption h1 {
        color: rgb(212, 212, 216);
        margin-bottom: 10px;
        font-size: 20px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 450px;
    }
    .carousel-caption > h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .carousel-caption > p {
        font-size: 18px;
        line-height: 22px;
    }
    .carousel-caption .btn.know_btn {
        margin-top: 35px;
    }
    .carousel-caption .btn.know_btn:last-child {
        margin-left: 30px;
    }
    .about_content > h2 {
        font-size: 20px;
        margin-top: 70px;
    }
    .about_content > h3 {
        font-size: 26px;
    }
    .service_item .btn.know_btn {
        margin-bottom: 80px;
    }

    #contact_form h2 {
        margin-top: 10px;
    }
    #contact_form .second_heading {
        margin: 8px 0 20px;
    }
    #contact_form form.form-inline {
        margin: 0;
    }
    #contact_form .form-inline .form-control,#contact_form .form-inline textarea.form-control {
        margin: 0;
        width: 100%;
    }
    #contact_form .btn.submit_btn {
        float: left;
        margin: 0;
        width: 145px;
    }


}

@media (max-width: 479px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
    * {
        box-sizing: border-box;
    }
    
    nav.navbar.bootsnav .navbar-header{
        height: 85px;
    }
    /* .navbar-brand img{
        width: 125px;
        height: auto;
        margin-top: 25px;
        box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1);
    } */
    nav.navbar.bootsnav .navbar-toggle{
        margin-top: 25px !important;
        margin-right: 35px !important;
        float: right !important;
    }
    nav.navbar.bootsnav .navbar-brand{
        float: left !important;
        padding: 0px 0px 0px 5px;
    }
    .about_content{
        margin-right: 0px !important;
    }
    .about_content > h2{
        margin-top: 25px !important;
    }
    .about_banner{
        margin-top: 0px !important;
    }
    .list-unstyled{
        float: left !important;
    }
    .contact_info{
        float: left !important;
    }
    .about-block{
        padding: 0px;
    }
    .about-block P {
        padding: 10px !important;
        text-align: justify;
    }
    .section-header{
        margin: 0px !important;
    }
    .equal-height-row{
        margin-top: 20px !important;
    }
    .About-head h2{
        font-size: 20px !important;
    }
    .home .carousel {
        height: 50vh;
    }
    .home .carousel .item img {
        height: 50vh;
        object-fit: cover;
    }
    .carousel-control {
        margin-top: -1px;
    }
    .service-box{
        height: auto !important;
        padding: 8px;
    }
    .service-box .service-desc{
        padding-left: 0px
    }
    .service-box ul{
        padding-left: 2rem;
    }
    .service-desc b{
        padding-left: 15px !important;
    }
    .join-header{
        padding: 10px 10px;
    }
    .join-header h1{
        font-size: 25px;
        margin-bottom: 10px;
    }
    .join-content-section{
        padding: 10px;
    }
    .join-content-section ul{
        padding-left: 15px;
    }
    .join-content-section ul li{
        text-align: -webkit-left;
        /* hyphens: none; */
    }
    .about_content > h2 {
        font-size: 20px;
        margin-top: 0px;
    }
    #contact-info {
        text-align: left;
        padding-top: 15px;
        margin-bottom: 20px;
        height: auto !important;
    }

    #contact-form{
        height: auto !important;
    }
    #contact_form .btn.submit_btn{
        display: block;
        margin-left: 75px !important;
    }
    
    #contact_form .second_heading {
        font-size: 25px;
    }

    #contact-info {
        margin-bottom: 20px;
    }
    .Gtuch{
        font-size: 20px !important;
    }
    .service_item h5 {
        font-size: 14px;
    }
    .footer_item .list-unstyled > li a {
        font-size: 16px;
    }
    h1 {
        font-size: 30px;
        line-height: 32px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 17px;
    }
    .list-inline.info {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    .list-inline.info > li {
        padding: 0 8px;
    }
    .list-inline.social_icon {
        text-align: center;
        width: 100%;
        padding: 0 8px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 420px;
    }
    .carousel-caption {
        top: 5px;
    }
    .carousel-caption h1 {
        color: rgb(212, 212, 216);
        margin-bottom: 5px;
        font-size: 20px;
    }

    .navbar-brand span {
        font-size: 11px;
        padding-bottom: 9px;
        font-weight: bold;
    }

    .carousel-caption h1.second_heading {
        margin-bottom: 1px;
    }
    .carousel-caption > h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .carousel-caption > p {
        font-size: 16px;
        line-height: 20px;
    }
    /* .btn.know_btn {
        font-size: 14px;
        padding: 8px 14px;
    } */

    .service_item .btn.know_btn {
        margin-bottom: 10px;
    }
    .carousel-caption .btn.know_btn {
        margin-top: 10px;
    }
    .carousel-caption .btn.know_btn:last-child {
        margin-left: 10px;
    }
    .about_content > h3 {
        font-size: 24px;
    }
    .about_banner > img {
        width: 100%;
        border-radius: 3%;
    }
    #filters > button {
        font-size: 14px;
    }
    .grid-item {
        width:100%;
    }
    .grid-item--height2 { height: 255px !important;}
    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 90px;
    }
    .list-inline.footer_social_icon > li {
        padding: 8px 3px;
    }

    .about-container {
        padding: 30px 0px;
    }
	.innservice-content {
        padding: 30px 0px;
    }

    .footer_item p{
        font-size: 18px;
    }

    .footer_item{
        margin-top: 20px;
        margin-left: 10px;
    }
    .list-unstyled{
        font-size: 16px !important;
    }

    #contact-form p{
        text-align: left !important;
    }
    .dropdown-menu {
        position: static;
        width: 100%;
    }
    .dropdown ul{
        padding: 2px 2px;
        background: lavender;
        list-style-type: none;
        padding-left: 0;        
        margin: 0; 
    }
    .dropdown ul li{
        padding: 2px 10px;
        height: 5rem;
        display: flex !important;
        align-items: center;
        border-bottom: 1px solid #ccc;  
    }
    .dropdown ul li:last-child{
         border-bottom: none;
    }
    .dropdown ul li a {
        width:100%;
        height:100%;
        display: block;
        font-weight: bold;
        color: black;
        font-size: 16px;
        text-decoration: none;
        transition: background-color 0.2s ease;
    }
    /* .dropdown:hover .dropdown-menu {
        display: block;
    } */

    .dropdown ul li:active {
        background-color: skyblue;
        color: black;
    }
    .dropdown-menu li.active > a {
        background-color: skyblue;
        color: #000;
    }
    .dropdown ul li:hover {
        background-color: skyblue !important;
        color: #000 !important;
    }
    .dropdown-menu li:hover a {
        background-color: skyblue !important;
        color: #000 !important;;
    }
    .service_item{
        max-height: auto !important;
        height: auto !important;
    }

    
}


