@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--primary-font);
}

:root {
    --primary-font: "Jost", sans-serif;
    --secondry-font: "Jost", sans-serif;
    --primary-color: #0b5c7d;
    --secondary-color: #063446;
    --third-color: #34295b;
}

body {
    overflow-x: hidden!important;
}
body section {
    overflow-x: hidden;
}
body::-webkit-scrollbar {
    width: 5px;
    background: #000;
}

body::-webkit-scrollbar-thumb {
    background: #eee;
}

a {
    text-decoration: none;
    color: #000;
    display: block;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}



/* .header{
    width:100%;
    background:#fff;
    border-bottom:1px solid #eee;
    padding: 0;
}

.header .headerbox {
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.header .logo {
    width: 15%;
}

.logo img{width: 100%;}

.navbar ul{
    display:flex;
    align-items:center;
    gap:35px;
    list-style:none;
}

.navbar a{display: block;padding: 4px 0;margin: 4px 0;font-size: 16px;font-weight: 400;line-height: 26px;letter-spacing: .6px;color: #373435;white-space: nowrap;text-decoration: none;}

.navbar a:hover{
    color:#005b96;
}

.navbar .active{
    color:#005b96;
    border-bottom:2px solid #005b96;
    padding-bottom:8px;
}


.navbar a.whats-new{
    background:#f6b524;
    color:#fff !important;
    padding: 8px 15px;
    border-radius:3px;
    display:flex;
    align-items:center;
    gap:8px;
}



.header-right{
    display:flex;
    align-items:center;
    gap:20px;
    justify-content: end;
}

.social-icons{
    display:flex;
    gap:15px;
}

.header-right .social-icons a{
    color:#0b5b8f;
    font-size:18px;
}

.phone{
    display:flex;
    align-items:center;
    gap:8px;
    color:#0b5b8f;
    font-size: 16px;
    font-weight:500;
}

.enquiry-btn{
    background:#0b5b8f;
    color:#fff;
    text-decoration:none;
    padding: 8px 15px;
    border-radius:4px;
    font-size: 14px;
    font-weight:600;
    transition:.3s;
}

.enquiry-btn:hover{
    background:#08476f;
} */


.headersection {
    transition: all .3s ease;
    position: relative;
    z-index: 999999 !important;
}

.headersection.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}
.topbar {
    padding: 2px 0;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    background: var(--primary-color);
}

.topbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.top-left,
.top-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-left a, .top-right a, .top-left a i, .top-right a i {
    color: #fff;
}
.top-right > a {
    color: #ffffff;
    border-radius: 5px;
    transition: all .3s ease;
}
.top-right > a:hover {
}
.top-right > a:hover i {
}
.top-right > a:nth-child(2) {
}
.top-right > a:nth-child(2) i {
}
.top-right > a:hover:nth-child(2) {
}
.top-right > a:hover:nth-child(2) i {
    color: #fff;
}
.top-right i,
.top-left i {
    margin-right: 8px;
    color: #e31e24
}

.socials a {
    width: 30px;
    height: 30px;
    border-radius: 0;
    background: #0d1d56;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.socials a:hover {
    background: #fff;
    color: var(--primary-color);
}
.socials a:hover i {
    color: var(--primary-color)
}
.socials a i {
    margin: 0;
}
.header {
    padding: 7px 0;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
}

.header > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}
.header  .logo {
    width: 10%;
}
.logo img {
    width: 100%;
}
.mobiletooglebtn {
    display: none;
}
.mobiletooglebtn .mobtoggle{
    color: #000000;
    width: 25px;
    height: 20px;
    position: relative;
    z-index: 1;
    display: none;
}
.mobiletooglebtn .mobtoggle span{
    width: 25px;
    height: 2px;
    background: #000000;
    display: inline-block;
    position: absolute;
    right: 0;
}
.mobiletooglebtn .mobtoggle span:nth-child(1){}
.mobiletooglebtn .mobtoggle span:nth-child(2){margin: 8px 0 0;}
.mobiletooglebtn .mobtoggle span:nth-child(3){
    margin: 16px 0 0;
}

.mobile-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    background: var(--primary-color);
    transition: all .3s ease;
}
.mobile-menu.show {
    opacity: 1;
    visibility: visible;
    left: 0;
}
.mobile-menu .nav-logo a img {
    width: 40%;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.menu-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu.show .menu-backdrop {
    opacity: 0.3;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
    background: var(--secondary-color);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: var(--primary-color);
    padding: 0px 0px;
    z-index: 5;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}


.mobile-menu .nav-logo {
    position: relative;
    text-align: left;
    padding: 5px;
    background: #fff;
}

.mobile-menu .megamenu-item {
    margin: 0px 0px;
}

.mobile-menu .megamenu-item ul {
    border-bottom: 1px solid rgb(255 255 255 / 31%);
}

.mobile-menu .megamenu-item ul li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(255 255 255 / 36%);
}

.mobile-menu .megamenu-item ul li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: var(--primary-font);
}

.mobile-menu .megamenu-item ul li.drop-item .dropdown-btn {
    position: absolute;
    right: 12px;
    top: 6px;
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    transition: all 500ms ease;
    z-index: 5;
    align-items: center;
    display: flex;
    justify-content: center;
}

.megamenu-item ul li.drop-item .megadropmenu {
}

.mobile-menu .megamenu-item .registrationbox {
    margin: 15px auto;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
}

.mobile-menu .megamenu-item .registrationbox a {
    background: #fff;
    color: var(--primary-color);
    border-radius: 5px;
    margin: 0 0px 10px;
    padding: 10px 20px;
    font-weight: 600;
    font-family: var(--primary-font);
    width: 100%;
}

.megamenu-item ul li.drop-item .megadropmenu ul {
    background: var(--secondary-color);
}

.megamenu-item ul li.drop-item .megadropmenu ul li {
    border: none!important;
}

.megamenu-item ul li.drop-item .megadropmenu ul li a {}

.search-wrapper {
    flex: 1;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    height: 58px
}

.search-wrapper input {
    flex: 1;
    border: none;
    padding: 0 20px;
    font-size: 15px;
    outline: none
}

.categorysection {
    padding: 50px 0;
}

.category-select {
    width: 220px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666;
    font-size: 14px
}
.categoriesbox {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.search-btn {
    width: 70px;
    background: #0d1d56;
    color: #fff;
    border: none;
    font-size: 20px
}

.support {
    display: flex;
    align-items: center;
    gap: 14px
}

.support i {
    font-size: 32px;
    color: #e31e24
}

.support small {
    display: block;
    color: #666
}

.support strong {
    font-size: 18px;
    color: #111
}

.navbar {
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.category-btn {
    background: #e31e24;
    color: #fff;
    padding: 18px 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px
}

.menu {
    display: flex;
    list-style: none;
}

.menu li a  {
    padding: 25px 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #0d1d56;
    position: relative;
    font-family: var(--secondry-font);
}


.has-mega-menu {
     /* Yeh pure header block ki width use karne ke liye zaroori hai */
    position: relative;
}

.megamenubox {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 200px;
    background: #ffffff;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    border-top: 3px solid var(--primary-color);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.3s ease-in-out;
    z-index: 999999 !important;
}
.has-mega-menu:hover .megamenubox {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.megamenubox .megamenu {}
.megamenubox .megamenu .megatitle {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0 0 20px;
}
.megamenubox .megamenu .megalinks {
}
.megamenubox .megamenu .megalinks li {}
.megamenubox .megamenu .megalinks li a {
    color: #000;
    padding: 5px 10px;
    font-weight: 400;
}
.megamenubox .megamenu .megalinks li a:hover {
    color: var(--primary-color);
}
.megamenubox .megamenu .megalinks li a:before {
    content: unset;
}
.enquire-btn {
    background: #0d1d56;
    color: #fff;
    padding: 15px 28px;
    border-radius: 6px;
    font-weight: 700
}


.bannersection {}

.bannersection .bannerimg {}

.bannersection .bannerimg img {width: 100%;}

.about{position: relative;padding: 50px 0;}
.about .content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.about .content p {
  font-size: 16px;
  font-family: var(--accent-color);
  color: #444444;
  padding: 0 0 10px;
  margin: 0;
  display: inline-block;
}
.about .content a.readmorebtn {
  padding: 10px 25px;
  background: var(--primary-color);
  color: #fff;
  transition: all .3s ease;
  margin: 10px 0 0;
  display: inline-block;
}
.about .content a.readmorebtn:hover {
  background: var(--nav-dropdown-hover-color);
}
.about .content ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 10px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.about .content ul li {
  /* display: flex; */
  /* align-items: flex-start; */
  width: 50%;
  position: relative;
  padding: 0 0 0 20px;
}
.about .content ul li:before {
  content: '';
  position: absolute;
  font-family: 'Fontawesome';
  left: 0;
  top: 0px;
  font-size: 14px;
  color: var(--accent-color);
}
.about .content ul i {
  flex-shrink: 0;
  font-size: 36px;
  color: var(--accent-color);
  margin-right: 20px;
  margin-top: 20px;
}

.about .content ul h5 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}

.about .content ul li p {
  font-size: 15px;
  font-weight: 300;
}
.about .content ul li p strong {
  font-weight: 400;
}

.about img {
  width: 100%;height:auto;overflow: hidden;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .pulsating-play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
}

.projects-grid{
    display:flex;
    width:100%;
    flex-wrap: wrap;
}

.project-card{
    position:relative;
    width: 50%;
    overflow:hidden;
    border-bottom: 1px solid #fff;
}
.project-card:nth-child(odd){
    border-right: 1px solid #fff;
}
.project-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:0.6s ease;
}

.project-card::before{
    content:"";
    position:absolute;
    inset:0;
    background: rgb(0 0 0 / 40%);
    z-index:1;
}

.project-card:hover img{
    transform:scale(1.08);
}

.overlay{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    text-align:center;
    z-index:2;
    color:#fff;
    width:100%;
}

.overlay h3{
    font-size: 32px;
    font-weight:300;
    margin-bottom:25px;
}

.overlay a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width: max-content;
    border:2px solid #fff;
    border-radius:50px;
    color:#fff;
    text-decoration:none;
    font-size: 16px;
    transition:.3s;
    padding: 12px 40px;
}

.overlay a:hover{
    background:#fff;
    color:#000;
}

.projects-section {
    padding: 50px 0;
    border-top: 1px solid #eee;
}

.maintitlebox {
    margin: 0 auto 30px;
    text-align: center;
    width: 80%;
}

.maintitlebox h2 {
    font-size: 36px;
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-weight: 500;
    margin: 0 0 15px;
}

.maintitlebox p {
    font-size: 18px;
    color: #484848;
    font-family: var(--primary-font);
}

.awardsection {
    padding: 50px 0;
    background: #f7f7f7;
}

.awardsection .awardsectionbox {
    /* display: flex; */
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 10px;
    height: 100%;
}

.awardsection .awardsectionbox .awardsbox {
    /* width: 19%; */
    text-align: center;
    background: #fff;
    padding: 10px 10px;
    height: 100%;
}

.awardsection .awardsectionbox .awardsbox .awardsimg {
    margin: 0 0 20px;
}

.awardsection .awardsectionbox .awardsbox .awardsimg img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto 0;
}

.awardsection .awardsectionbox .awardsbox h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--primary-font);
    color: var(--primary-color);
}

.awardsection .awardsectionbox .awardsbox p {
    font-size: 14px;
    margin: 10px 0;
    font-weight: 400;
    color: #1f1f1f;
}
.gallerysection {padding: 50px 0 50px;}

.gallerysection .gallerybox {margin: 0 5px 10px;border: 1px solid #eee;padding: 5px;}

.gallerysection .gallerybox a {}

.gallerysection .gallerybox a figure {
    overflow: hidden;
    height: 300px;
    position: relative;
}

.gallerysection .gallerybox a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 40%;
}

.gallerysection .gallerybox a figure span {
    display: block;
    padding: 10px 5px;
    text-align: center;
    background: #d5888e;
    font-size: 16px;
    background: #372e56;
    position: absolute;
    color: #ffffff;
    right: 0;
    left: 0;
    bottom: 0;
    font-weight: 600;
}
.reviewsection {
    padding: 50px 0;
}
.reviewcomment {
    border: 2px dashed #e9e9e9;
    padding: 75px 15px 40px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 10px rgb(22 22 22 / 3%);
    box-shadow: 0 0 10px rgb(22 22 22 / 3%);
    background: #fff;
    position: relative;
    margin: -65px 0 0;
}
.reviewcomment p {
    font-size: 16px;
    font-family: var(--secondry-font);
    font-weight: 400;
    padding: 0 0 10px;
}
.reviewcomment h5 {
    font-size: 20px;
    font-family: var(--primary-font);
    font-weight: 500;
    color: var(--secondary-color);
}
.reviewbox {
    overflow: visible;
    padding: 20px 10px 10px
}

.reviewsecbox {
    margin: 0 auto;
    float: none;
    text-align: center;
    position: relative;
    z-index: 2
}

.reviewsecbox .reviewimgbox {
    border: 2px dashed #e9e9e9;
    overflow: hidden;
    border-radius: 100px;
    width: 110px;
    height: 110px;
    padding: 5px;
    margin: 0 auto 10px;
    background: #fff;
    position: relative;
    z-index: 2;
}


.reviewsecbox .reviewimgbox .review-img  {
    overflow: hidden;
    border-radius: 500px;
    width: 100%;
    height: 100%
}

.reviewsecbox .reviewimgbox .review-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.footersection {
    background: #041121;
    color:#fff;
    padding: 50px 0 0;
    overflow-x: hidden;
    background: var(--secondary-color);
}

.footer-top-features{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:20px;
    padding:30px 40px;
    border-bottom:1px solid rgba(255,255,255,0.1);
}

.feature-item{
    display:flex;
    align-items:center;
    gap:15px;
}

.feature-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    border:2px solid #ff1f3d;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    color:#ff1f3d;
}

.feature-item h4{
    font-size:18px;
    margin-bottom:5px;
}

.feature-item p{
    color:#b7bfd5;
    font-size:14px;
}

.footer-main{
    padding: 50px 0px 50px;
    border-bottom:1px solid rgba(255,255,255,0.1);
}

.footer-logo{
    width: 60%;
    margin-bottom: 25px;
}

.footer-about p{
    color:#c2c7d6;
    margin-bottom:25px;
    font-size: 16px;
    font-family: var(--secondry-font);
}
.footer-about h3 {
    font-size:20px;
    margin-bottom:25px;
    position:relative;
}

.social-icons{
    display:flex;
    gap:12px;
}
.social-icons p {
    display: none;
    color: #fff;
    
}
.social-icons a{
    width: 32px;
    height: 32px;
    border-radius:50%;
    color:#fff;
    display: flex!important;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition: all .3s ease;
}
.footer-contact .social-icons {
    display: none;
}
.social-icons a:hover{
    background:#ff1f3d;
}

.footer-links h3,
.footer-contact h3{
    font-size:20px;
    margin-bottom:25px;
    position:relative;
}

.footer-links h3::after,
.footer-contact h3::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-10px;
    width:50px;
    height:3px;
    background: var(--primary-color);
}

.footer-links ul{
    list-style:none;
}

.footer-links ul li{
    margin-bottom:15px;
}

.footer-links ul li a{
    text-decoration:none;
    color:#c2c7d6;
    transition:0.3s;
    font-family: var(--primary-font);
}

.footer-links ul li a:hover{
    color: var(--primary-color);
    padding-left:6px;
}

.footer-contact p{
    margin-bottom:18px;
    color:#c2c7d6;
    line-height:1.8;
}

.footer-keywords{
    padding: 0 0 40px 0;
    border-bottom:1px solid rgba(255,255,255,0.1);
    display: flex;
}
.footer-keywords-box {
    width: 60%;
}
.keyword-row{
    margin-bottom:22px;
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    align-items:center;
}

.keyword-row span{
    color:#fff;
    font-weight: 400;
    margin: 0 15px 0 0;
}

.keyword-row a{
    color: #c2c7d6;
    text-decoration:none;
    position:relative;
    padding: 0 0 0 0px;
    transition: all .3s ease;
}
.keyword-row a:last-child::after {
    content: unset;
}
.keyword-row a::after{
    content:'|';
    margin-left:14px;
    color:#666;
}

.keyword-row a:hover{
    color:#ff1f3d;
}

.footer-newsletter{
    width: 100%;
    margin: 0 auto;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-newsletter h3{
    font-size: 20px;
    margin-bottom:10px;
}

.footer-newsletter p{
    color:#b7bfd5;
}

.newsletter-box{
    position: relative;
    margin: 0px 0 0;
    width: 70%;
}

.newsletter-box input{
    width:100%;
    height: 70px;
    padding:0 20px;
    border:none;
    outline:none;
    background: #fff;
    color:#fff;
    border-radius: 8px;
    font-size:16px;
}

.newsletter-box .subscribebtn{
    border:none;
    background: var(--primary-color);
    color:#fff;
    font-weight: 500;
    font-size:16px;
    border-radius:0 8px 8px 0;
    cursor:pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    padding: 0 50px;
    width: max-content;
}

.footer-bottom{
    padding: 5px 0px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#bfc5d8;
}
.footer-bottom a{
    display: inline-block;
    color: #fff;
}

.breadcrumb-page{
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
}
.breadcrumbbox{
}
.breadcrumbbox h3{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: var(--secondary-font);
    font-size: 26px;
    color: var(--primary-color);
}
.breadcrumbbox ul{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 20px;
    border-radius: 50px;
}
.breadcrumbbox ul li{
    font-size: 14px;
    font-weight: 400;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #000;
    letter-spacing: .5px;
    font-weight: 600;
    text-transform: capitalize;
}
.breadcrumbbox ul li:not(:last-child):after{
    content: "/";
    color: #000;
}
.breadcrumbbox ul li a{color: #000;font-weight: 400;}


.contactsection {
    padding: 50px 0;
}

.contactsection .contactbox {
    padding: 0;
    display: flex;
    gap: 10px;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.5);
    width: 90%;
    justify-content: center;
    margin: 0 auto;
}

.contactsection .contactbox .contactleft {
    background: var(--primary-color);
    width: 40%;
    padding: 40px 20px;
    box-shadow: 1px -1px 10px 0px rgba(0, 0, 0, 0.5);
}

.contactsection .contactbox .contactleft h2 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 32px;
    font-family: var(--primary-font);
}

.contactsection .contactbox .contactleft .contactinfo {}

.contactsection .contactbox .contactleft .contactinfo ul {}

.contactsection .contactbox .contactleft .contactinfo ul li {}

.contactsection .contactbox .contactleft .contactinfo ul li a {
    color: #fff;
    font-size: 16px;
    font-family: var(--primary-font);
    padding: 10px 0;
    display: inline-block;
}

.contactsection .contactbox .contactleft .contactinfo ul li a i {
    padding: 0 25px 0 0;
    font-size: 22px;
}

.contactsection .contactbox .contactright {
    padding: 40px 20px;
    width: 60%;
}

.contactsection .contactbox .contactright h2 {margin: 0 0 5px;font-size: 32px;font-family: var(--primary-font);text-transform: uppercase;}

.contactsection .contactbox .contactright p {
    font-size: 16px;
    color: #000;
    margin: 0 0 20px;
}

.contactsection .contactbox .contactright form {}

.contactsection .contactbox .contactright form input {
    width: 100%;
    padding: 10px 10px;
    margin: 0 0 20px;
    border: 1px solid #c7c7c7;
}

.contactsection .contactbox .contactright form textarea {
    width: 100%;
    padding: 10px 10px;
    margin: 0 0 20px;
    border: 1px solid #c7c7c7;
}

.contactsection .contactbox .contactright form .submitbtn {
    width: max-content;
    padding: 10px 30px;
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    transition: all .3s ease;
}

.contactsection .contactbox .contactright form .submitbtn:hover {
    background: #d9191e;
}

.socialmedia {
    margin: 20px 0;
}

.socialmedia .socialmedialinks {
    gap: 15px;
    display: flex;
    align-items: center;
}

.socialmedia .socialmedialinks li {}

.socialmedia .socialmedialinks li a {
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    transition: all .3s ease;
}
.socialmedia .socialmedialinks li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.contactmap {
    position: relative;
}

.contactmap .mapbox {}

.contactmap .mapbox iframe {
    height: 300px;
    display: inherit;
}

.pagesection {
    padding: 50px 0;
}

.pagesection .pagesectionbox {}

.pagesection .pagesectionbox h2 {
    font-size: 32px;
    font-family: var(--secondary-font);
    font-weight: 500;
    color: var(--primary-color);
    margin: 0 0 20px;
}

.pagesection .pagesectionbox p {
    font-size: 16px;
    padding: 0 0 15px;
}

.pagesection .pagesectionbox ul {
    margin: 0 0 0 20px;
    list-style: disc;
}

.pagesection .pagesectionbox ul li {
    font-size: 16px;
    padding: 0 0 15px;
}

.pageimg {}

.pageimg img {
    width: 100%;
}

.team .team-member {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 5px;
  transition: 0.5s;
  padding: 30px;
  height: 100%;
}

.team .team-member .pic {
  overflow: hidden;
  width: 20%;
  border-radius: 50%;
  flex-shrink: 0;
}

.team .team-member .pic img {
  transition: ease-in-out 0.3s;
}

.team .team-member:hover {
  transform: translateY(-10px);
}

.team .team-member .member-info {
  padding-left: 30px;
}

.team .team-member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
}

.team .team-member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .team-member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 85%);
  bottom: 0;
  left: 0;
}

.team .team-member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .team-member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

.team .team-member .social a {
  background: color-mix(in srgb, var(--default-color), transparent 94%);
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 36px;
  height: 36px;
}

.team .team-member .social a i {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 16px;
  margin: 0 2px;
}

.team .team-member .social a:hover {
  background: var(--accent-color);
}

.team .team-member .social a:hover i {
  color: var(--contrast-color);
}

.team .team-member .social a+a {
  margin-left: 8px;
}

.projectsection {
    padding: 50px 0;
}

.projectsection .projectbox {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px;
}

.projectsection .projectbox a {
}

.projectsection .projectbox a .projectimg {}

.projectsection .projectbox a .projectimg img {
    width: 100%;
    transition: all .3s ease;
}
.projectsection .projectbox:hover a .projectimg img {
transform: scale(1.2);
}
.projectsection .projectbox a .projectcontentbox {margin: -30px auto 20px;background: #fff;position: relative;width: 90%;padding: 20px;border: 1px solid #e7e7e7;border-radius: 5px;}

.projectsection .projectbox a .projectcontentbox h2 {
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: 28px;
    letter-spacing: .5px;
    margin: 0 0 10px;
}

.projectsection .projectbox a .projectcontentbox p {
    font-size: 16px;
    font-family: var(--primary-font);
    color: #444444;
    padding: 0 0 10px;
    margin: 0;
    display: inline-block;
}


.prodesc-widget{padding: 30px 0;}
.prodescbox{}
.prodescbox-header{border-top: 1px solid var(--secondary-color);display: flex;align-items: center;gap: 30px;}
.prodescbox-header .prodesc-link{
    font-size: 16px;
    color: var(--secondary-color);
    position: relative;
    z-index: 1;
    padding: 10px 0;
    transition: .3s linear;
    font-weight: 600;
    text-transform: uppercase;
}
.prodescbox-header .prodesc-link:before{
    content: "";
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    top: -2px;
    transform-origin: center;
    transition: .3s linear;
    border-radius: 50px;
    opacity: 0;
}
.prodescbox-header .prodesc-link:hover:before,
.prodescbox-header .prodesc-link.active:before{opacity: 1;}
.prodescbox-header .prodesc-link.active,
.prodescbox-header .prodesc-link:hover{
    color: #000;
}
.prodesc-body{}
.prodesc-tab{
    padding: 10px 0 0;
    display: none;
}
.prodesc-tab.desc{}
.prodesc-tab.desc h2,
.prodesc-tab.desc h3,
.prodesc-tab.desc h4{
    margin: 20px 0 5px;
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 600;
}
.prodesc-tab.desc p{
    color: #444;
    font-weight: 500;
    font-size: 16px;
}
.prodesc-tab.desc ul{
    padding: 20px 0 0;
    list-style: disc;
    list-style-position: inside;
}
.prodesc-tab.desc ul li{
    color: #444;
    font-weight: 500;
    font-size: 16px;
}
.prodesc-tab.review{}
.prodesc-tab.active{
    display: block;
}

.prosection {
    padding: 50px 0;
}

.prosection .prodesc {}

.prosection .prodesc h2 {
    font-size: 28px;
    color: #036390;
    font-family: var(--primary-font);
    font-weight: 500;
    margin: 10px 0 15px;
}

.prosection .prodesc p {
    font-size: 18px;
    color: #484848;
    font-family: var(--primary-font);
    padding: 0 0 10px;
}
.prosection .prodesc h1 {
    font-size: 36px;
    color: #036390;
    font-family: var(--primary-font);
    font-weight: 500;
    margin: 0 0 15px;
}

.prosection .prodesc ul {
    list-style: disc;
    margin: 0 0 0 30px;
}

.prosection .prodesc ul li {
    font-size: 18px;
    color: #484848;
    font-family: var(--primary-font);
    padding: 0 0 10px;
}
.blogcontainer{
    padding: 50px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.blogcontainer .blogbox{
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    padding: 10px;
    margin: 0 0 20px;
}
.blogcontainer .blogbox figure{
    overflow: hidden;
    border-radius: 5px;
}
.blogcontainer .blogbox figure img{
    width: 100%;
    border-radius: 5px;
    transition: all .3s ease;
    height: 220px;
    object-fit: cover;
}
.blogcontainer .blogbox:hover figure img {
    transform: scale(1.05);
}
.blogcontainer .blogbox .content{}
.blogcontainer .blogbox .content h3{
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}
.blogcontainer .blogbox .content p{
    font-size: 15px;
    color: #444;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    font-size: 16px;
    color: #383838;
    font-weight: 400;
}
.blogcontainer .blogbox .content span{
    margin: 10px 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    color: var(--secondary-color);
    transition: all .3s ease;
}
.blogcontainer .blogbox .content span:hover{
    font-style: normal;
}


.blogcontainer .onblogbox{}
.blogcontainer .onblogbox .content{}
.blogcontainer .onblogbox .content h1{
    color: var(--primary-color);
    font-weight: 600;
    font-size: 36px;
    margin: 0 0 10px;
}
.blogcontainer .onblogbox .content h2{
    margin: 10px 0 10px;
    font-size: 32px;
    color: var(--primary-color);
    font-weight: 600;
}
.blogcontainer .onblogbox .content h3{
    color: var(--primary-color);
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 600;
    margin: 30px 0 7px;
}
.blogcontainer .onblogbox .content h4{
    color: var(--primary-color);
    font-size: 20px;
    margin: 25px 0 5px;
}
.blogcontainer .onblogbox .content p{
    padding-bottom: 15px;
}

.blogcontainer .onblogbox .content table tbody tr, 
.blogcontainer .onblogbox .content table tbody td, 
.blogcontainer .onblogbox .content table tbody th {
    border: 1px solid #808080;
    padding: 5px;
}

.blogcontainer .onblogbox .content p a{
    display: inline-block;
    color: green;
    font-weight: 500;
}
.blogcontainer .onblogbox .content p span{}
.blogcontainer .onblogbox .content ul{
    padding-left: 20px;
}
.blogcontainer .onblogbox .content ul li{
    padding: 0 0 10px;
    position: relative;
    z-index: 1;    
}
.blogcontainer .onblogbox .content ul li:before{
    content: "\f135";
    color: var(--primary-color);
    font-family: "bootstrap-icons";
    font-size: 25px;
    line-height: 1;
    position: absolute;
    left: -25px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
}
.blogcontainer .onblogbox .content .blogfaqs{}
.blogcontainer .onblogbox .content .blogfaqs h4{
    color: #000;
}
.blogcontainer .onblogbox .content .blogfaqs p{}
.blogcontainer .onblogbox .content figure{margin: 20px 0;}
.blogcontainer .onblogbox .content figure img{width: 50%;}
.blog-details {
    padding: 50px 0px;
}

.blog-details .blog-detailsbox {}

.blog-details .blog-detailsbox .blog-image {
    text-align: center;
    margin: 0 0 20px;
}

.blog-details .blog-detailsbox .blog-image img {
    width: 100%;
    border-radius: 15px;
    height: 500px;
    object-fit: contain;
    margin: 30px 0 20px;
}

.blog-details .blog-detailsbox .service-details-box {}
.blog-details .blog-detailsbox .service-details-box h2 {
    color: var(--secondary-color);
    font-weight: 400;
    margin: 15px 0 15px;
    text-align: justify;
    font-family: var(--primary-font);
    font-size: 28px;
}
.blog-details .blog-detailsbox .service-details-box p {
    color: #373737;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    text-align: justify;
    font-family: var(--secondry-font);
}
.blog-details .blog-detailsbox .service-details-box p a.popup-img {
    display: inline-flex!important;
    width: 23%;
    margin: 3px 5px;
}
.blog-details .blog-detailsbox .service-details-box p a img {
    width: 100%;
}
.blog-details .blog-detailsbox .service-details-box p a {
    display: inline-block;
    color: var(--secondary-color);
    font-weight: 600;
}
.blog-details .blog-detailsbox .service-details-box ul {
    margin: 0 20px;
    list-style: disc;
}
.blog-details .blog-detailsbox .service-details-box ul li {
    margin: 0 0 10px;
    color: #373737;
    font-weight: 400;
    text-align: justify;
    font-family: var(--secondry-font);
    font-size: 16px;
}
.blog-details .blog-detailsbox .service-details-box h3{
    font-size: 22px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: var(--primary-color);
    margin: 0 0 10px;
    line-height: normal;
}
.blogs-sidebox {
    box-shadow: 0px 0px 50px 3px rgba(232,232,232,0.7);
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #ededed;
}

.blogs-sidebox h4 {
    font-size: 28px;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    text-align: center;
}

.blogs-sidebox .blogs-boxx {
    background: var(--secondary-color);
    padding: 10px;
    border-radius: 10px;
}

.blogs-sidebox .blogs-boxx a {
    display: flex;
    gap: 0px;
    flex-direction: column;
}

.blogs-sidebox .blogs-boxx a .blogs-img {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blogs-sidebox .blogs-boxx a .blogs-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.blogs-sidebox .blogs-boxx a .blogs-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.blogs-sidebox .blogs-boxx a h5 {
    font-size: 14px;
    font-weight: 500;
    transition: all .3s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    color: #fff;
}
.blogs-sidebox .blogs-boxx a:hover .blogs-info h5 {
    color: var(--primary-color);
}

.blogs-sidebox .blogs-boxx a .blogs-info p {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.blog-details .blog-detailsbox .service-details-box h1 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-align: left;
    position: relative;
    font-size: 1.8rem;
    display: inline-block;
    background: var(--primary-color);
    padding: 10px 20px;
    border-radius: 2px;
    color: #fff !important;
}
.blog-details .blog-detailsbox .service-details-box h1:before {
    content: "";
    height: 100%;
    border-left: 3px solid var(--primary-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -30px;
}
.blog-details .blog-detailsbox .service-details-box h1:after {
    content: "";
    height: 100%;
    border-left: 3px solid var(--primary-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 30px;
    right: -10px;
}


.faqs-widget{
    padding: 70px 0;
}
.faqs-widget .maintitlebox{
    text-align: left;
    width: 100%;
    margin: 0 0 20px;
}


.faqs-widget-box{}
.faqs-widget-box .faqs-box{
    border-radius: 20px;
    border: 1px solid var(--primary-color);
    padding: 20px;
    margin: 0 0 20px;
}
.faqs-widget-box .faqs-box > a{
    font-size: 24px;
    font-weight: 500;
    color: #000;
    position: relative;
    z-index: 1;
}
.faqs-widget-box .faqs-box a i{
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
    color: #fff;
    font-size: 16px;
}

.faqs-box .faqs-content{padding: 10px 0 0;display: none;}
.faqs-box .faqs-content.active{
    display: flex;
}
.faqs-box .faqs-content .faqs-content-box{
    padding: 20px 0 0 20px;
}
.faqs-box .faqs-content .faqs-content-box h3{
    font-size: 32px;
    padding: 0 0 10px;
    font-weight: 400;
}
.faqs-box .faqs-content .faqs-content-box p{
    font-size: 19px;
}
.faqs-box .service_content .faqs-content-box a{
    margin: 20px 0 0;
    display: inline-block;
}
.faqs-box .faqs-content .faqs-content-box a {
    margin: 0 0 20px;
}
.faqs-box .faqs-content .faqs-content-box a img {
    width: 100%;
}