body {
    font-family:"Outfit", serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;

}



* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    /* Background Color */
    --primary-color: #0B7A81;
    --secondary-color: #192f4b;
    --bg-light-blue: #ebf3fd;
    --bg-white: #fff;
    --orange-color: #f26200;

    /* Text Color */
    --primary-font: "Outfit", serif;
    --secondry-font: 'Bebas Neue', sans-serif;
    --primary-text: #0B7A81;
    --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 80px 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(--primary-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(--primary-font);
    letter-spacing: 2px;

}

h2 {
    font-size: 34px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--primary-text);
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: var(--primary-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(--primary-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: 16px;
    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: 71px;
    height: 57px;
    object-fit: cover;
}
.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: 17px;
    font-weight: 500;
    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 !important;
    font-size: 15px !important;
}
.cont-btn:hover{
    border-radius: 5px;
    background-color: var(--primary-text );
    text-align: center;
    color: #fff !important;
}

.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-weight: 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: 15px 24px;
    background-color: var(--primary-text);
    color: var(--text-white);
    font-weight: 500;
    font-size: 15px;
    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: 15px 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(--primary-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;


}

.subscribe-footer h5 {
    color: black;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.main-footer ul {
    display: flex;

}

.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;
}
.subscribe-footer .form-control {
    border: 1px solid #fff;
    border-radius: 0;
    background-color:black;
    color: var(--text-white);
    width: 55%;
    margin-top: 1rem;
    flex-direction: row;

}
.subscribe-footer .form-control::placeholder{
     color: #fff;
    font-size: 14px;
    }
/* footer part END */

/* About us page css */
.about-page-bg {
    position: relative;
    background-image: url(../images/contact1.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 500px;
    z-index: 1;
}
.banner {
    background-image: url(../images/contact1.jpg);
    background-size: cover;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
/* Overlay */
.about-page-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust 0.5 for opacity */
    z-index: -1;
}

.about-page-bg h2{
    color: var(--text-white);
    text-align: center;
    margin: 100px 0px;
    font-family: var(--primary-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(--primary-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: 100%;

}
.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 {
  
    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: 2px solid #a1a6ae;
    border-radius: 0;
    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(--primary-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 .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
}
.features {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 60px 0 60px 0;
    scroll-margin-top: 100px;
    overflow: clip;
}
.section-title {
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}
.features .nav-link:hover, .features .nav-link.active {
    transition: 0.3s;
    background: #134472;
    color: #ffffff !important;
    border-color: #192f4b;
    border-radius: 0px !important;
}
  .features .nav-tabs {
    border: 0;
  }
  
  .features .nav-link {
    background-color: #ffffff;
    color: var(--color-secondary);
    border: 0;
    padding: 25px 20px;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0s;
    cursor: pointer;
    height: 100%;
  }
  
  .features .nav-link i {
    font-size: 32px;
    line-height: 0;
  }
  
  .features .nav-link h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 0 0;
  }
  
  .features .nav-link:hover {
    color: #192f4b;
  }
  
  .features .nav-link:hover,
  .features .nav-link.active {
    transition: 0.3s;
    background: #192f4b;
    color: #ffffff !important;
    border-color: #192f4b;
  }
  
  .features .nav-link:hover h4,
  .features .nav-link.active h4 {
    color: #ffffff;
  }
  
  .features .nav-link:hover i,
  .features .nav-link.active i {
    color: #ffffff !important;
  }
  
  .features .tab-content {
    margin-top: 30px;
  }
  
  .features .tab-pane.active {
    animation: fadeIn 0.5s ease-out;
  }
  
  .features .tab-pane h3 {
    font-weight: 600;
    font-size: 28px;
  }
  
  .features .tab-pane ul {
    list-style: none;
    padding: 0;
  }
  
  .features .tab-pane ul li {
    padding-bottom: 10px;
  }
  
  .features .tab-pane ul i {
  font-size: 20px;
    margin-right: 6px;
    color: #192f4b;
  }
  
  .features .tab-pane p:last-child {
    margin-bottom: 0;
  }
  .divider-line {
    opacity: 50%;
    margin-bottom: 20px;
}
.section-title h2 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 0;
}

  /*--------------------------------------------------------------
  # Faq Section
  --------------------------------------------------------------*/
  .faq .content h3 {
    font-weight: 500;
    font-size: 34px;
  }
  
  .faq .content p {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
  }
  

  
  .accordion-item {
    background-color: #fff;
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden;
    border: 0 !important;
  }
  .accordion-header {
    margin-bottom: 0;
    margin-top: 0;
}
  .faq .faq-container .faq-item:last-child {
    margin-bottom: 0;
  }
  
  .faq .faq-container .faq-item h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    margin: 0 30px 0 32px;
    transition: 0.3s;
    cursor: pointer;
  }
  
  .faq .faq-container .faq-item h3 span {
    color: #0b7a81;
    padding-right: 5px;
  }
  .accordion-button{
    font-weight: 600;
  }
  .accordion-button:hover {
    z-index: 2;
   color: #0b7a81;
}
  .accordion-button:not(.collapsed) {
    background-color:  transparent !important;
      color: #0b7a81 !important;
  }
  .faq .faq-container .faq-item h3:hover {
    color: #0b7a81;
  }
  
  .faq .faq-container .faq-item .faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
  }
  
  .faq .faq-container .faq-item .faq-content p {
    margin-bottom: 0;
    overflow: hidden;
  }
  
.faq-icon {
   margin-right: 10px;
    font-size: 22px;
    line-height: 0;
    transition: 0.3s;
    color: #0b7a81;
  }
  
  .faq .faq-container .faq-item .faq-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    line-height: 0;
    transition: 0.3s;
    cursor: pointer;
  }
  
  .faq .faq-container .faq-item .faq-toggle:hover {
    color: #0b7a81;
  }
  
  .faq .faq-container .faq-active h3 {
    color: #0b7a81;
  }
  
  .faq .faq-container .faq-active .faq-content {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
  }
  
  .faq .faq-container .faq-active .faq-toggle {
    transform: rotate(90deg);
    color: #0b7a81;
  }
    /*--------------------------------------------------------------
  # About Section
  --------------------------------------------------------------*/
  .about .about-img {
    position: relative;
    width: auto;
    margin: 60px 0 0 60px;
  }
  
  .about .about-img:before {
    position: absolute;
    inset: -60px 0 0 -60px;
    content: "";
    background: url("../images/about-bg.png") top left;
    background-repeat: no-repeat;
    z-index: 1;
  }
  
  .about .about-img img {
    position: relative;
    z-index: 2;
  }
  
  @media (max-width: 575px) {
    .about .about-img {
      margin: 30px 0 0 30px;
      width: auto;
    }
  
    .about .about-img:before {
      inset: -30px 0 0 -30px;
    }
  }
  
  .about h2 {
font-weight: 500;
    line-height: normal;
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  @media (max-width: 768px) {
    .about h3 {
      font-size: 28px;
    }
  }
  
  .about .nav-pills {
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  }
  
  .about .nav-pills li+li {
    margin-left: 40px;
  }
  
  .about .nav-link {
    background: none;
    font-size: 18px;
    font-weight: 400;
    color: var(--default-color);
    padding: 12px 0;
    margin-bottom: -2px;
    border-radius: 0;
  }
  
  .about .nav-link.active {
    color: var(--accent-color);
    background: none;
    border-bottom: 3px solid var(--accent-color);
  }
  
  @media (max-width: 575px) {
    .about .nav-link {
      font-size: 16px;
    }
  }
  
  .about .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: var(--default-color);
  }
  
  .about .tab-content i {
    font-size: 22px;
    line-height: 0;
    margin-right: 8px;
    color: var(--accent-color);
  }
  /* .footer-top {
  background-image: url(../images/footer-img.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
} */
 .footer {
    color: var(--default-color);
    background-color: var(--background-color);
    font-size: 14px;
    position: relative;
  }
  
.footer .footer-top {
    background: linear-gradient(135deg, #FFA500, #FFFF66);
    padding-top: 70px;
    padding-bottom: 50px;
}

  .footer .footer-about .logo {
    line-height: 1;
    margin-bottom: 15px;
  }
  
  
  
  .footer .footer-about .logo span {
    color: var(--heading-color);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
  }
  
  .footer .footer-about p {
    font-size: 14px;
  }
  
  .footer h4 {
    color: black;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  
  .footer h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #f26200;
    bottom: 0;
    left: 0;
  }
  
  .footer .footer-links {
    margin-bottom: 30px;
  }
  
  .footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer .footer-links ul i {
    padding-right: 2px;
    font-size: 12px;
    line-height: 0;
  }
  
  .footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  .footer .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  .footer .footer-links ul a {
    color: black;
    display: inline-block;
    line-height: 1;
  }
  
  .footer .footer-links ul a:hover {
    color: #f26200;
  }
  
  .footer .footer-contact p {
    color: black;
    margin-bottom: 5px;
  }
    .footer .footer-contact a {
    color: black !important;
   
  }
  .footer .copyright {
    padding: 30px 0;
    background-color: #0b3659;
}
  
  .footer .copyright p {
    margin-bottom: 0;
  }
  
  .footer .credits {
    margin-top: 5px;
    font-size: 13px;
  }
  
  .footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: color-mix(in srgb, var(--default-color), transparent 90%);
    color: var(--contrast-color);
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  .footer .social-links a:hover {
    background: #f28184;
    text-decoration: none;
  }
  .subscribe-footer {
    margin-top: 30px;
}
  /*--------------------------------------------------------------
  # Featured Services Section
  --------------------------------------------------------------*/
  .featured-services .service-item {
    padding: 50px 30px 20px 30px;
    transition: all ease-in-out 0.4s;
    height: 100%;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    border-radius: 12px;
    background-color: white;
  }
  
  .featured-services .service-item .icon {
    margin-bottom: 10px;
    color: #f26200;
  }
  
  .featured-services .service-item .icon i {
    color: var(--accent-color);
    font-size: 36px;
    transition: 0.3s;
  }
  
  .featured-services .service-item h4 {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 24px;
  }
  
  .featured-services .service-item h4 a {
    color: var(--heading-color);
    transition: ease-in-out 0.3s;
  }
  
  .featured-services .service-item p {
    line-height: 24px;
    font-size: 17px;
        color: #f26200;
    margin-bottom: 20px;
  }
  
  .featured-services .service-item:hover {
    transform: translateY(-10px);
    background-color: #f2620036;
    box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  }
  
  .featured-services .service-item:hover h4 a {
    color: var(--accent-color);
  }
  .sticky-top {
    box-shadow: 0px 10px 5px rgba(100, 93, 12, 0.055);
border: 0;
}
.bg-green-light{
    background-color: #eaf6f6;
}
@media (max-width: 1024px) {
   .about .about-img {
 
    width: auto !important;
 
}
}
.footer-logo{
      width: 120px;
    height: auto;
    object-fit: cover;
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
  .about .about-img{
    width: 470px;
  }
}
@media screen and (min-width: 1025px) {
  .about .about-img{
    width: auto;
  }
}
.contact-form-section {
    background-color: #ffffff;
    padding: 40px 20px;
    box-shadow: 0px 0 20px #f2f1f1;
    height: auto;
}
.card-5 {
    background-color: white;
    text-align: center;
    padding: 20px;
    border-radius: 0px;
    height: 100%;
    border: 0;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}