body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f8f9fa;
    color: #333;
  }
/* 1 General */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    /* Background Color */
    --primary-color: #0e1f2f;
    --secondary-color: #192f4b;
    --bg-light-blue: #ebf3fd;
    --bg-white: #fff;
    --orange-color: #f26200;

    /* Text Color */
    --primary-font: 'Poppins', sans-serif;
    --secondry-font: 'Bebas Neue', sans-serif;
    --primary-text: #116dbf;
    --text-peregraph: #0e1f2f;
    --text-white: #fff;
    --text-gray: #6b6b6b;
}

body {
    font-family: var(--primary-font);
    background-color: var(--bg-white);
}

a {
    text-decoration: none;
}

/* section {
    padding: 50px 0;
} */

.main-btn {
    display: inline-block;
    border-radius: 0px;
    transition: all .4s ease-in-out;
    padding: 10px 27px;
    background-color: var(--orange-color);
    color: var(--text-white);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    margin: auto;
    border: none;
}

.main-btn:hover {
    background-color: var(--primary-text);
    color: var(--text-white);
    border: none;
}

h1 {
    font-size: 84px;
    line-height: 70px;
    font-weight: 400;
    text-shadow: 1px 6px 6px rgba(0, 0, 0, 0.42);
    letter-spacing: 1px;
    color: var(--text-white);

    text-transform: uppercase;
    text-align: center;
    font-family: var(--secondry-font);
}

h1 span {
    font-size: 48px;
    line-height: 68px;
    font-weight: 400;
    text-shadow: 1px 6px 6px rgba(0, 0, 0, 0.42);
    color: var(--text-white);
    text-transform: uppercase;
    text-align: center;
    font-family: var(--secondry-font);
    letter-spacing: 2px;

}

h2 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--primary-text);
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: var(--secondry-font);
}

h3 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--primary-text);
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: var(--secondry-font);
}

h6 {
    /* color: var(--text-gray); */
    font-size: 15px;
    text-transform: uppercase;
    /* letter-spacing: 4px; */
    /* display: block; */
    /* margin-bottom: 20px; */
}

p {
    color: var(--text-gray);
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    font-family: var(--primary-font);
}

.subtitle {
    display: inline-block;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--primary-color);
    font-family: var(--primary-font);
    width:100%;
    text-align: center;

}

input:hover,
input:focus,
textarea:focus,
textarea:hover,
button {
    outline: none !important;
    box-shadow: none !important;
}

/* tttop menu and slider part start */
.margn-botm {
    margin-bottom: 160px;
}

.top-navi-bar {
    position: relative;
    display: block;

}

.top-navi-bar .bg-transparent {
    --bs-bg-opacity: 0.7;
    margin: 0;
    padding: 0;
    /* border-bottom: 2px solid #fff; */


}

.top-navi-bar .navbar-brand {
    padding-bottom: 0px;
    position: relative;

    border-radius: 0px 0px 20px 20px;
    margin-top: 0px;
    display: block;
    padding-top: 0;
}

.top-navi-bar .navbar-brand .logo {
    display: block;
    margin: auto;
    margin-top: 0;
    padding-top: 0;
    width: 200px;
}
.top-navi-bar .navbar-nav .nav-item {
    margin: 0px 10px;
    text-transform: uppercase;

}
.top-navi-bar .navbar-nav .nav-item .nav-link.active {
    color: var(--orange-color);
    text-transform: uppercase;
    -o-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    border-bottom: 3px solid var(--orange-color);
    border: none;
    /* padding-top: 10px;
    width: 100%; */
}

.top-navi-bar .navbar-nav .nav-item .nav-link a {
    color: var(--primary-color);
    text-decoration: none;
}

.top-navi-bar .navbar-nav .nav-item .nav-link a:hover {
    color: var(--orange-color);
    text-transform: uppercase;
    -o-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    border-bottom: 3px solid var(--orange-color);
    /* padding-top: 10px; */
}


.img-fade {
    color: #c57200;
    background-color: #000;
    z-index: 1;
    opacity: .5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
}

.top-navi-bar .navbar-nav .nav-item .nav-link {
    content: "";
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    color: var(--primary-color);
    position: relative;
}

/* .nav-item .dropdown {
    position: relative;
}
 .nav-item .dropdown .dropdown-menu{
    background-color: var(--bg-dark-color);
}
 .nav-item .dropdown .dropdown-menu .dropdown-item a{
    color: #000;
    text-transform: capitalize;
}
.nav-item .dropdown .dropdown-menu .dropdown-item a:hover{
    background-color: var(--bg-dark-social);
    color: #000;
    text-decoration: underline;
} */
/* .top-navi-bar .navbar-nav .nav-item .nav-link::after {
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: 0.3s;
    bottom: 0;
} */

.top-navi-bar .navbar-nav .nav-item .nav-link.active::after,
.top-navi-bar .navbar-nav.nav-item .nav-link:hover::after {
    width: 100%;
}

.top-navi-bar .navbar-nav .nav-item .nav-link.active,
.top-navi-bar .navbar-nav .nav-item .nav-link:hover {
    color: var(--orange-color);
}
.cont-btn{
    border-radius: 5px;
    background-color: var(--orange-color);
    text-align: center;
    color: #fff;
}
.cont-btn:hover{
    border-radius: 5px;
    background-color: var(--primary-text );
    text-align: center;
    color: #fff;
}

.slider-top {
    position: relative;
    /* margin-top: -157px;
    z-index: -2; */
}


.slider-top .carousel-item .carousel-caption h5 {

    font-size: 46px;
    text-align: center;
    animation: infinite;
    margin-top: 161px;
}

.slider-top .carousel-item .carousel-caption p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 150px;
}





/* tttop menu and slider part start */
/* Top Part Start */
.top-bg {
    background-color: var(--primary-color);
    display: flex;
}
.top-buton{

    background-color:var(--orange-color);
    color: #fff;
    padding: 5px;
    text-align: center;
    line-height: 1.5;
    float: right;
    padding-bottom: 10px !important;
    text-shadow: #666;
    margin-top: 2px;

}
.top-bg ul {
    display: inline-block;
}

.top-bg ul li {
    color: var(--text-white);
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin-right: 0.5rem;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}

.top-bg ul li i {
    font-size: 12px;
    color: var(--orange-color);
}

.top-bg ul li a {
    color: var(--text-white);
    text-align: center;
    padding: 4px 0px 0px 0px;
    margin-right: 0.5rem;
    display: inline-block;
    font-size: 12px;
}

.top-bg ul li a:hover {
    color: var(--text-white);
    text-align: center;
    padding: 4px 0px 0px 0px;
    margin-right: 0.5rem;
    display: inline-block;
    font-size: 12px;
}

/* .navigation {
    padding-top: 2px;
}

.navigation .nav-bar .navbar-brand {

    width: 260px;
    height: 130px;

}

.navigation .navbar-brand img {
    width: 260px;
    height: 130px;
    display: block;
    position: relative;

}

.navigation .navbar-nav .nav-item {
    transition: all 200ms linear;
    padding: 0px 0.625rem;
    color: var(--text-white);

}

.navigation .navbar-nav .nav-item .nav-link {
    color: var(--text-white);
    font-size: 14px;
    font-weight: 500;
    font-variant: normal;
    transition: all 200ms linear;
    text-transform: uppercase;
    -o-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;

}

.navigation .navbar-nav .nav-item .nav-link.active {
    color: var(--orange-color);
    text-transform: uppercase;
    -o-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    border-bottom: 3px solid var(--orange-color);
  
}

.navigation .navbar-nav .nav-item .nav-link a {
    color: var(--text-gray);
    text-decoration: none;
}

.navigation .navbar-nav .nav-item .nav-link a:hover {
    color: var(--orange-color);
    text-transform: uppercase;
    -o-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    border-bottom: 3px solid var(--orange-color);
}






header {
    background-image: url(../images/slider_img.jpg);
    height: 100vh;
    min-height: 670px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -160px;
    z-index: 1;
    background-position: center center;

}

header h1 {
    padding-top: 17%;
    display: block;
    position: relative;
    letter-spacing: 4px;
    text-decoration: none;
    font-weig6ht: 400;
    text-shadow: 1px 6px 6px rgba(0, 0, 0, 0.42);
} */

/* body part start */

.about-bg {
    background-image: url(../images/about_bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    max-width: 100%;
    min-height: 350px;
}

.about-bg img {
    border: 10px solid #53afd7;
    cursor: pointer;
    margin-top: 1rem;
}

.about-bg img:hover {
    opacity: 0.4;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.secondry-btn {
    display: inline-block;
    border-radius: 0px;
    transition: all .4s ease-in-out;
    padding: 9px 27px;
    background-color: var(--primary-text);
    color: var(--text-white);
    font-weight: 500;
    font-size: 18px;
    /* text-transform: uppercase; */
    /* letter-spacing: 2px; */
    text-decoration: none;
    border: none;
    margin: auto;
    border-radius: 30px;
    

}
.secondry-btn:hover {
    display: inline-block;
    border-radius: 0px;
    transition: all .4s ease-in-out;
    padding: 9px 27px;
    background-color: var(--orange-color);
    color: var(--text-white);
    font-weight: 500;
    font-size: 18px;
    /* text-transform: uppercase;
    letter-spacing: 2px; */
    text-decoration: none;
    border: none;
    margin: auto;
    border-radius: 30px;
   
}
.table-outer {
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 80px;
    border-radius: 20px;
    margin-top: 40px
}

.text-align-right {
    text-align: right
}

.table-outer strong {
    font-size: 1rem;
    font-weight: 600
}

.table-outer .d-flex {
    background: #ececec;
    padding: .65rem 0.75rem!important;
    margin-top: 3px;
    margin-bottom: 3px
}

.table-outer .d-flex.lightGray {
    background: #f0f0f0
}

.table-outer .d-flex .p-2 {
    border-right: 1px solid #bababa;
    padding: 5px 12px!important
}

.table-outer .d-flex .p-2:last-child {
    border: none
}

.table-outer .d-flex .p-2:first-child {
    border-color: #888
}

.flex-fill {
    flex: 1 1!important
}



.national-award {
    margin-bottom: 5px;
}

.national-award h2 {
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
    /* margin-bottom: 2rem; */
}

.national-award img {
    height: auto;
    width: 100%;
    background-position: top left;
    background-size: cover;
    margin: auto;
}
.national-award img:hover{
    opacity: 0.5;
    transition: all 1s ease-in-out;
    cursor: pointer;
}
.national-award h5 {
    font-family: var(--secondry-font);
    font-size: 94px;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    color: #f1f1f1;
    margin-left: 1.5rem;
    letter-spacing: 1px;
    line-height: 120px;
}

.awards-bg {
    
    max-width: 100%;
    background-size: cover;
    background-position: left center;
    padding: .4rem 2rem .5rem 3rem;
    margin-top: 1rem;
    display: block;
    margin-left: 0;
    overflow: hidden;
}

.mar-50 {
    margin-top: 50px;
}

/* our featured part css start */
.feture{
    margin-top: 0;
}
.feture .feture-part-bg {
    background-color: none;
    background: none;
   
}
.feture-part-bg {
    background-color: var(--bg-light-blue);
    left: 0;
    right: 0;
    display: block;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.feture-part-bg h2 {
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
}

.feture-part-bg .card {
    border-radius: none;
    border: 6px solid #fff;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.25);
}

.feture-part-bg .card .card-img-top {
    border-radius: 0;
}
.feture-part-bg .card .card-img-top:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: all 1s ease-in-out ;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

.feture-part-bg .card ul {
    float: left;
}

.feture-part-bg .card ul li {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.feture-part-bg .card ul li a {
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: var(--text-white);
    text-decoration: none;
}
.feture-part-bg .card ul li a:hover {
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: var(--text-white);
    text-decoration: none;
}
.feture-part-bg .card ul li span {

    font-size: 16px;
    font-weight: 700;
    display: block;
    color: var(--primary-text);
    font-family: var(--primary-font);
}

.feture-part-bg .card ul li h4 {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    color: var(--primary-color);
    margin: 5px 0px 2px 5px;
    display: block;
    font-family: var(--primary-font);
    cursor: pointer;
}

.feture-part-bg .card ul li
/* our featured part css End */

.customer-review {
    display: block;
    text-align: center;
}

.customer-review h2 {
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
}

.customer-review img {
    border: 3px solid #dcdcdc;
    padding: 5px;
    border-top: none;
    margin-bottom: 2rem;
}

.follow-part-bg {
    background-color: var(--bg-light-blue);
    left: 0;
    right: 0;
    display: block;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2rem;
}

.follow-part-bg h2 {
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    margin: 2.5rem 0 2rem 0;
}

.follow-part-bg .follow-box {
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.25);
    background-color: var(--bg-white);
    padding: 2rem 1.5rem 2rem 2rem;
    display: block;
    cursor: pointer;
    margin-bottom: 0.7rem;

}

/* footer part start */
.footer-top-bg {
    /* background-color: var(--bg-light-blue); */
    left: 0;
    right: 0;
    display: block;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-top-part {
    background-color: var(--secondary-color);
    padding: 1rem;
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
}

.footer-top-part i {
    color: var(--bg-white);
    font-size: 50px;
    position: relative;
    display: inline;
}

.footer-top-part h5 {
    font-size: 14px;
    color: var(--text-white);
    width: 80%;
    font-weight: 600;
    text-decoration: none;
    display: inline-grid;
    margin-left: 0.0;
}

.footer-top-part p {
    font-size: 12px;
    color: var(--text-white);
    font-weight: 500;
    display: inline-grid;
    line-height: 12px;
    width: 80%;
}

.main-footer {
    background-color: var(--primary-color);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 0;
    /* padding-top: 100px; */
    background-image:url(../images/world.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
}

.main-footer img {
    margin: 0rem 0rem 0.5rem 1rem;
    cursor: pointer;
}

.main-footer p {
    line-height: 22px;
    color: #66839f;
    font-size: 12px;


}

.main-footer h5 {
    color: var(--text-white);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.main-footer ul {
    display: block;
    justify-content: center;

}

.main-footer ul li {
    display: block;
    color: var(--text-white);
    font-size: 15px;
    font-weight: 400;
    font-family: var(--primary-font);
    text-transform: uppercase;
    margin: auto 0;
    position: relative;
    padding: 8px;

}

.main-footer ul li a {
    color: var(--text-white);
}

.main-footer ul li a:hover {
    color: var(--primary-text);
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0;
}
.main-footer .form-control {
    border: 1px solid #fff;
    border-radius: 0;
    background-color:var(--primary-color);
    color: var(--text-white);
    width: 55%;
    margin-top: 1.5rem;
    flex-direction: row;

}
.main-footer .form-control::placeholder{
     color: #fff;
    font-size: 14px;
    }
/* footer part END */

/* About us page css */
.about-page-bg{
    background-image: url(..//images/About_bg_img.jpg);
    background-size: cover;
    background-position: center center;
}
.about-page-bg h2{
    color: var(--text-white);
    text-align: center;
    margin: 100px 0px;
    font-family: var(--secondry-font);
    font-size: 52px;
}
.about-page{
    clear: both;
}
.about-page h2 {
    text-align: left;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 2rem;
}

.about-page img {
    height: auto;
    width: 100%;
    background-position: top left;
    background-size: cover;
    margin: auto;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.25);
}
.about-page img:hover{
    opacity: 0.5;
    transition: all 1s ease-in-out;
    cursor: pointer;
}
.about-page h5 {
    font-family: var(--secondry-font);
    font-size: 94px;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    color: #f1f1f1;
    letter-spacing: 1px;
    line-height: 120px;
}

.complite-bg{
    background-color: var(--primary-color);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 0;

}
.complite-bg h2{
    color: var(--text-white);
    text-align: center;
    font-size: 36px;
    font-weight:bold;
    font-style: normal;
    display: block;
    line-height: 36px;
    font-family: var(--primory-font);
    
}
.complite-bg p{
    font-size: 16px;
    color: var(--text-white);
    font-family: var(--primory-font);
    text-align: center;
    line-height: 6px;
}
.best-property img{
    display: inline-block;
    cursor: pointer;
    padding: 0.5rem 1rem 0.5rem 0rem;
}
.best-property h3{
    display: inline-block;
    color: #13171b;
    text-transform: uppercase;
    font-family: var(--primary-text);
    font-size: 22px;
    font-weight: 600;

}
.best-property p{
    width: 80%;

}
.skech{
    margin-top: 2px;
}
.skech img{
    box-shadow: 3px 3px 3px 3px rgba(86, 86, 86, 0.25);
    display:block;
    cursor: pointer;
    border: 4px solid #fff;

}
.skech img:hover{
    opacity: 0.5;
    transition: all 1s ease-in-out;
    cursor: pointer;
}
.project-feature{
    margin-top: 0px;
}
.project-feature ul{
    display: inline-block;

}
.project-feature ul li{
    color: var(--text-gray);
}
.project-feature ul li a{
    color: var(--text-gray);
}
.project-feature ul li a:hover{
    color: var(--orange-color);
    text-decoration: none;

}

.detail-video{
    border: 3px solid #dcdcdc;
    padding: 5px;
    border-top: none;
    margin-bottom: 2rem;
}

.input-box{
    width: 240px;
    height: 35px;
    border: 1px solid #fff;
    background-color: var(--secondary-color);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 14px;
    padding-left: 8px;
}
.newsleter{
    margin-top: 1rem;
}
.newsleter .input-box .news-btn{
    display: inline-block;
    border-radius: 0px;
    transition: all .4s ease-in-out;
    padding: 8px 27px;
    background-color: var(--orange-color);
    color: var(--text-white);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    margin: auto;
    border: none;
}
.newsleter .input-box .news-btn:hover{
    background-color: var(--primary-text);
    color: #00fff0;
}
/* career page css */
.best-career img{
    display: inline-block;
    cursor: pointer;
    padding: 0.4rem 1rem 0rem 0rem;
}
.best-career h3{
    display: inline-block;
    color: #13171b;
    text-transform:capitalize;
    font-family: var(--primary-text);
    font-size: 20px;
    font-weight: 500;

}
.best-career p{
    width: 90%;

}
.model-popup{
    margin-top: 0px;
}
.model-popup .modal-header{
    display:block;
    border-bottom: none;
}
.model-popup .modal-header h2{
    text-align: center;
    margin-top: 1.5rem;
}
 .career-form-bg {
    background-color: var(--bg-light-blue);
    left: 0;
    right: 0;
    display: block;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2rem;
}
.career-form-bg h2{ 
    text-align: center;
    margin: 1rem 0;
}
.career-form-bg img{
    
   
    width: 20%;
    margin: 0 auto;
    
    display: block;
    position: relative;
}
/* .career-form-bg form{
    width: 90%;
    max-width: 400px;

} */

.career-form-bg .form-label {
    margin-bottom: 0rem;
    margin-top: 15px;
}
.career-form-bg .form-control {
    border: 1px solid #a1a6ae;
    border-radius:7px;
    background: transparent; 
    line-height: 2rem;

}
.career-form-bg .form-select{
    border: 2px solid #a1a6ae;
    border-radius: 0;
    background: transparent; 

}
.career-form-bg .input-group{
    margin-bottom: 5px;
    position: relative;
}
/*
input, textarea{
    width: 100%;
    padding: 10px;
    outline: 0;
    border: 2px solid #a1a6ae;;
    color: #fff;
    background: transparent;
    font-size: 15px;
    margin-left: 2rem;

}
label{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    color: #a1a6ae;
    cursor: text;
    transition: 0.2s;
    padding-left: 2.5rem;
}
input:focus~label,
input:valid~label,
input:valid~textarea{
    top: -35px;
    font-size: 15px;
} */
/* .career-form-bg .form-group{
    padding-left: 1.5rem;
} */
/*.career-form-bg .form-control {
    border: 2px solid #fff;
    border-radius: 0;
     background-color:var(--primary-color); 
    color: var(--text-white);
    width: 50%;
    margin-top: 2rem;
    flex-direction: row;

}*/


/* career page css */
/* blog details page css */
.blog-social-border{
border-bottom: 2px solid #eaeaea; width: 90%;
}
.blog-social-border-top{
    border-top: 2px solid #eaeaea; width: 90%;
    margin: 1rem 0rem;
    }
.blog-social-border-top p{
    margin-top: 3rem;
    line-height: 0px;
}  
.blog-social{
    margin-top: 1rem;
}
.blog-social h4{
    font-size: 22px;
    font-family: var(--secondry-font);
    color:#212121;
    text-align: left;
    text-transform: uppercase;
    
}
/* gallery css start */
#gallery {
    padding-top: 40px;
  }
  @media screen and (min-width: 991px) {
    #gallery {
      padding: 60px 30px 0 30px;
    }
  }
  
  .img-wrapper {
    position: relative;
    margin-top: 15px;
  }
  .img-wrapper img {
    width: 100%;
  }
  
  .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  .img-overlay i {
    color: #fff;
    font-size: 3em;
  }
  
  #overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5%;
  }
  @media screen and (min-width: 768px) {
    #overlay img {
      width: 60%;
    }
  }
  @media screen and (min-width: 1200px) {
    #overlay img {
      width: 50%;
    }
  }
  
  #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #nextButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #nextButton {
      font-size: 3em;
    }
  }
  
  #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #prevButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #prevButton {
      font-size: 3em;
    }
  }
  
  #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #exitButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #exitButton {
      font-size: 3em;
    }
  }



/* gallery css end */
/* whatsapp icon css start */
.whatsapp-ic{
       border: none;
      background: transparent;
      color: #2d80fc;
}
.scw-switcher-wrap {

    top: 230px;
    right: 5px;
    padding: 0px;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 40px;
    box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
    z-index: 9999;
    overflow: hidden;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
	color:#93C;	
}
.scw-switcher-wrap a { display:table; height:100%; width:100%; line-height:40px; text-align:center;}
.scw-switcher-wrap i{ text-align:center; margin-top:5px; margin-left:0px; position:relative;}
.scw-switcher-wrap, .scw-trigger-icon {  position: fixed; left: auto; background-color: #fff;}

.wrap {

    top: 280px;
right: 5px;
padding: 0px;
width: 45px;
height: 45px;
border: 1px solid rgba(0,0,0,.09);
border-radius: 40px;
box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
z-index: 9999;
overflow: hidden;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
	color:#93C;
	
}
.wrap i {text-align: center; margin-top: 6px; margin-left: 7px; position: relative; padding: 5px;
    padding-top: 13px;}
.wrap, .scw-trigger-iconfb {  position: fixed; left: auto; background-color: #fff;}




.tab-header {
    display: flex;
    text-align: center;
    margin-top: 25px;
    background:var(--secondary-color);
    padding: 10px;
    width: 63%;
    border-radius: 150px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-bottom: 15px
}

.nav-tabs {
    flex-wrap: nowrap;
    border: none
}

.nav-tabs .nav-link {
    padding: 15px 32px;
    border: none;
    color: #ffffff;
    font-size: 1rem;
    overflow: hidden
}

.nav-tabs .nav-link img {
    display: block;
    margin-right: 9px;
    float: left
}

.nav-tabs .nav-link span {
    display: inline-block;
    float: left;
    text-align: left;
    line-height: 18px
}

.nav-tabs .nav-link strong {
    font-weight: 700;
    display: block
}

.tab-content p {
    font-weight: 400
}

.tab-content h3 {
    margin-top: 60px;
    font-size: 1.9rem;
    font-weight: 700
}

.tab-content h3 span {
    font-weight: 400;
    color: #0074ff
}

.nav-tabs .nav-link.active {
    border-radius: 75px;
    border: none
}

.wifiPlans-bottomBg {
    background: #fff url(../images/wifi-pattern.jpg) no-repeat right top;
    /*background-size:100%;*/
    padding-bottom: 0px!important
}

.text-align-left {
    text-align: left
}

.btn.btn-warning {
    color: #0f7cff;
    border: 1px solid #0f7cff!important;
    border-radius: 50px;
    background: none;
    font-weight: 400;
    padding-top: 8px!important;
    padding-bottom: 8px!important;
    font-size: .9rem;
    font-weight: 300;
    margin-top: 15px
}

.btn.btn-warning:hover {
    border-color: #2b50c7!important;
    background: #2b50c7!important;
    color: #fff!important
}

.marginTop80 {
    margin-top: 80px
}

#accordion .card-header {
    padding: 0;
    background: none;
    border-radius: 0
}

#accordion .card-header .btn {
    display: block;
    text-align: left
}

.nav-tabs.faqTab {
    justify-content: center;
    align-items: center;
    margin-bottom: 35px
}

.nav-tabs.faqTab .nav-link {
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
    padding-right: 0;
    border-radius: 0px!important;
    margin-left: 15px;
    margin-right: 15px
}

.nav-tabs.faqTab .nav-link.active {
    background-color: transparent;
    color: #0074ff;
    text-decoration: underline
}

.nav-tabs.faqTab .nav-link.active:after {
    display: table;
    content: "";
    bottom: 1px;
    left: 0;
    width: 100%;
    position: absolute;
    height: 1px;
    background: #0074ff
}

#accordion .card-header {
    background: #e9eef5;
    font-weight: 400;
    margin-top: 2px;
    margin-bottom: 2px
}

#accordion .card-header a {
    font-weight: 400
}

.nav-tabs.faqTab .nav-link.general {
    background: url(../images/icon55.png) no-repeat 0 center;
    padding-left: 35px
}

.nav-tabs.faqTab .nav-link.wifiuser {
    background: url(../images/icon6.png) no-repeat 0 center
}

.nav-tabs.faqTab .nav-link.pdoa {
    background: url(../images/icon7.png) no-repeat 0 center
}

.nav-tabs.faqTab .nav-link.app {
    background: url(../images/icon8.png) no-repeat 0 center;
    padding-left: 32px
}

.nav-tabs.faqTab .nav-link.general.active {
    background: url(../images/icon5.png) no-repeat 0 center
}

.nav-tabs.faqTab .nav-link.wifiuser.active {
    background: url(../images/icon66.png) no-repeat 0 center
}

.nav-tabs.faqTab .nav-link.pdoa.active {
    background: url(../images/icon77.png) no-repeat 0 center
}

.nav-tabs.faqTab .nav-link.app.active {
    background: url(../images/icon88.png) no-repeat 0 center
}



  /* Navbar */
  .navbar-brand img.logo {
    max-height: 50px;
    object-fit: contain;
  }

  .nav-link {
    font-weight: 500;
    color: black;
    transition: color 0.3s ease;
  }

  .nav-link:hover,
  .nav-link.active {
    color: #107fc2 !important;
    font-weight: 600;
  }

  /* a {
    color: #107fc2 !important;
  } */

  .cont-btn {
    background-color: #107fc2;
    color: #fff !important;
    padding: 8px 20px !important;
    border-radius: 25px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-decoration: none;
  }

  .cont-btn:hover {
    background-color: #0056b3;
    color: #fff !important;
    text-decoration: none;
  }

  /* Carousel */
  .slider-top img {
    max-height: 450px;
    object-fit: cover;
    width: 100%;
  }

  /* Section Titles */
  h2.section-title {
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #202122;
    text-align: center;
  }

  h4 {
    color: #107fc2;
  }

  /* About Section */
  #about {
    padding: 1rem 1rem;
    /* background: #fff; */
  }

  /* PM WANI Ecosystem Section */
  #ecosystem {
    background: #fff;
    padding: 1rem 1rem;
  }

  #ecosystem .ecosystem-card {
    border-radius: 12px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 0.1);
    background: #f0f8ff;
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
  }

  #ecosystem .ecosystem-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.15);
  }

  #ecosystem .ecosystem-card h5 {
    color: #107fc2;
    font-weight: 700;
    margin-bottom: 0.75rem;
  }

  #ecosystem .ecosystem-card p {
    font-size: 0.95rem;
    color: #444;
    margin: 0;
  }

  /* Wifi Plans */
  #plans .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    border: none;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
  }

  #plans .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 20px rgb(0 0 0 / 0.15);
  }

  #plans .card-title {
    color: #107fc2;
    font-weight: 700;
  }

  .certifisec {
    .card-container {
      position: relative;
      cursor: pointer;

    }

    .card-content {
      transition: filter 0.3s ease;
    }

  

    .card-container:hover .card-content {
      filter: blur(1px);
    }

    .card-container:hover .pdf-icon {
      opacity: 1;
      pointer-events: auto;
    }
  }

  /* Offer Section */
  #offer {
    background: #e9f0ff;
    padding: 3rem 1rem;
  }

  #offer .offer-item {
    text-align: center;
    padding: 1.5rem;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 6px rgb(0 0 0 / 0.1);
    margin-bottom: 1.5rem;
  }

  #offer .offer-item h5 {
    color: #107fc2;
    font-weight: 700;
    margin-bottom: 0.75rem;
  }

  #our-offering {
    padding: 1rem 1rem;
  }

  #our-offering .nav-tabs .nav-link.active {
    color: #107fc2 !important;
    background: #d8ecfb;
  }

  #our-offering .nav-tabs .nav-link {
    color: black !important;
  }

  #our-offering .tab-card {
    border: none !important;
    margin-top: 60px;
    background-color: #94c3f22e;
  }

  /* FAQ */
  #faq-section {
    padding: 2rem 1rem;
    background: #f8f9fa;
  }

  .accordion-button:not(.collapsed) {
    color: #107fc2;
    background-color: #e9f0ff;
  }

  #faq-section .accordion-item {
    margin-bottom: 20px;
    border: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  /* Footer */
  footer {
    background: #212529;
    color: #adb5bd;
    padding: 0.5rem 1rem;
    text-align: center;
    font-size: 0.9rem;
  }

  .overcard {
    transition: transform 0.3s ease;
  }

  .overcard:hover {
    transform: scale(1.02);
    /* slight zoom on hover */
  }

  .card-title {
    text-align: center;
  }

  .shadow-sm1 {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: none;

  }

  #ecosystem {
    .card-title {
      color: #107fc2;
    }
  }

  .w-84 {
    width: 83%;
  }

  /* Responsive fixes */
  @media (max-width: 576px) {
    #plans .card-body {
      padding: 1rem;
    }
  }

  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
.content-block p {
    color: var(--text-gray);
    line-height: 28px;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 14px;
    font-family: var(--primary-font);
    margin-bottom: 0.5rem;
}
.content-block h2 {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: var(--primary-text);
    margin-bottom: 10px;
    margin-top: 25px;
    font-family: var(--secondry-font);
}
.content-block h3 {
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    color: var(--primary-text);
    letter-spacing: normal;
    margin-bottom: 10px;
    margin-top: 17px;
    font-family: var(--secondry-font);
}