@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root{
      --accent:#0066cc;
      --muted:#6c757d;
    }
     
    a { text-decoration:none; }
	body{
		 font-family: "Open Sans", sans-serif;
	}

    /* ---------- Navigation ---------- */
    .site-nav { background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.06); z-index: 1; position:relative; }
    .site-nav .navbar-brand {
    margin-right: 0px;
    padding: 0 0 0 0;
}
	.site-nav .navbar-brand img {
    width: 190px;
}


.navbar {
    padding: 0 0 0 0;
	    position: static;
}


.login-btn {
    background: #ff6600;
    padding: 7px 0 7px 0 !important;
    color: #fff !important;
    font-size: 13px !important;
    border-radius: 5px;
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
}

.login-btn:hover{
	background: #ff6600 !important;
}

 .site-nav .nav-link {
    color: #000000;
    padding: 30px 0px 30px 0;
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}


.menu-icon-hover {
    display: inline-block;
    cursor: pointer;
    padding: 30px 0;
    margin: 0 0 0 20px;
}

/* Icon styling */
.menu-icon-hover i {
  font-size: 20px;
  color: #000;
  transition: color 0.3s ease;
}

/* Dropdown menu (hidden by default) */
.hover-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 0px;23
  
   
  min-width: 160px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 1000;
}

/* Links */
.hover-menu a {
    display: block;
    padding: 8px 90px;
    color: #333;
    text-decoration: none;
    font-size: 17px;
    transition: background 0.2s ease, color 0.2s ease;
}
.hover-menu a:hover {
  background: #f8f9fa;
  color: #007bff;
}

/* Show menu when active */
.menu-icon-hover.active .hover-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}







   .hero-slider .carousel-control-next, .hero-slider .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}




    /* ---------- Hero Slider ---------- */
    .hero-slider .carousel-item {  }
    
    .hero-title { font-size:2.25rem; font-weight:700; color:#0b2340; }

    /* ---------- Tab Section ---------- */
    .tabs-section { background:#fff; }
.tabs-section .nav-tabs .nav-link {
    background: #fff;
    border: none;
    border-radius: 0px;
    color: #000;
    text-align: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
}

.tabs-section .nav-tabs .nav-link i{
	margin:0 10px 0 0;
}


	.tabs-section .nav-tabs .nav-link:hover{
		border:none;
		border-bottom:none;
		
	}
   .tabs-section .nav-tabs .nav-link.active {
    background: #ff6600;
    border: none;
    border-radius: 0px;
    color: #fff;
    text-align: left;
	border-bottom:none;
}

.aboutsection .tab-content p {
    color: #666666;
    font-size: 18px;
    line-height: 34px;
    font-style: normal;
    font-weight: 300;
    text-align: justify;
    padding: 0px 0 25px 0;
    margin: 0px;
}

.aboutsection {
    padding: 80px 0 80px 0;
}

.aboutsection h2 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    padding: 0px 0 14px 0;
    margin: 0px 0 40px 0;
    position: relative;
}

.aboutsection h2:before {
    position: absolute;
    bottom: -7px;
    left: 0;
    content: "";
    background: #ff6600;
    width: 300px;
    height: 3px;
    animation: pulseLine 2s ease-in-out infinite;
    right: 0;
    margin: auto;
}

@keyframes pulseLine {
  0%, 100% { transform: scaleX(1); opacity: 1; }
  50% { transform: scaleX(0.8); opacity: 0.6; }
}



.innerabout h2 { 
    text-align: center; 
}


.aboutsection .nav-tabs {
    display: block;
    border-bottom: none;
}

.partnerlogo-sec {
	margin:100px 0 0 0;
}


.BLoginnerpage {
	padding:80px 0 80px 0;
}

.BLoginnerpage img {
    margin: 0 0 20px 0;
    width: 100%;
}
















    /* ---------- Logo Carousel ---------- */
    .logo-carousel { padding:2rem 0; background:#f8f9fb; overflow:hidden; }
    .logo-track { display:flex; gap:2rem; align-items:center; animation:scroll 20s linear infinite; }
    .logo-item { flex:0 0 auto; width:140px; height:70px; display:flex; align-items:center; justify-content:center; background:#fff; border-radius:8px; box-shadow:0 4px 10px rgba(0,0,0,0.03); }
    @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

    /* ---------- Services ---------- */
     
    .service-card { border:1px solid #eef2f6; border-radius:12px; padding:1.25rem; transition:transform .2s ease; }
    .service-card:hover { transform: translateY(-6px); }
	
	.services-section h2{
		font-size: 42px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0 14px 0;
    margin: 0px 0 40px 0;
    position: relative;
	}
	
	.services-section h2:before {
    position: absolute;
    bottom: -7px;
    left: 0px;
    content: "";
    background: #ff6600;
    width: 220px;
    height: 3px;
    margin: auto;
    right: 0;
}

	.services-section {
		background:#f9f9f9;
		padding:80px 0 80px 0;
	}
	
	
.services-section .list-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border: none;
    border-color: rgba(0, 0, 0, .08);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 10px 10px 0 0;
}

.services-section .list-group-item {
    border: none;
    padding: 20px 20px 20px 20px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 8px 8px 0 0;
}


.services-section .list-group-item  span{
	display:block;
}

.services-section .list-group-item.active img {
  filter: brightness(0) invert(1); /* turns image white */
}

.services-section .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: #ff6600;
    border-radius: 0px;
	border:#ff6600 solid 1px;
}

.services-section .list-group-item.active:hover{
	background-color: #ff6600;
}

.services-section .list-group-item-action:focus {
	background-color: #ff6600;
}

.services-section .list-group-item:hover {
    background: #fff;
}

.services-section .list-group-item img {
    display: block;
    width: 50px;
    margin: auto;
    margin-bottom: 10px;
	filter: none; /* default (orange icon image as it is) */
  transition: filter 0.3s ease;
}

.services-section .tab-content {
    padding: 40px 8% 15px 8% !important;
    border-radius: 0 0 10px 10px !important;
    border-top: 0px !important;
    background: #fff;
    margin: 0px 0 0 0;
}

.services-section .tab-content p {
    color: #000;
    font-size: 15px;
}
	
	
	
	
	
	
	

    /* ---------- Global Presence ---------- */
    .global-presence { padding:4rem 0; background:#fff; }
   
   .global-presence h2 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0 14px 0;
    margin: 0px 0 40px 0;
    position: relative;
}

   .global-presence h2:before {
    position: absolute;
    bottom: -7px;
    left: 0px;
    content: "";
    background: #ff6600;
    width: 220px;
    height: 3px;
    margin: auto;
    right: 0;
}

.global-presence {
    background: #fff;
    padding: 80px 0 80px 0;
}

.PresenceBox h3 {
    padding: 0px;
    margin: 0px;
    color: #000;
    font-size: 31px;
    font-weight: 700;
}

.PresenceBox p {
    color: #666666;
    font-size: 18px;
    line-height: 34px;
    font-style: normal;
    font-weight: 300;
    text-align: justify;
    padding: 20px 0 25px 0;
    margin: 0px;
}

.PresenceBox .btn-primary{
	background-color: #FF6500;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    padding: 15px 20px 15px 20px;
	border-radius:0px;
	border:none;
}

.PresenceBox .col-md-6{
	padding-left:0px;
	padding-right:0px;
}

.precontent {
    padding: 20px 30px 20px 30px;
}
  
   
   

    /* ---------- Team ---------- */
    .team-section { padding:50px 0 80px 0; background:#f9f9f9; }
	
.team-section h2{
	font-size: 42px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0 14px 0;
    margin: 0px 0 40px 0;
    position: relative;
}	

.team-section h2:before {
    position: absolute;
    bottom: -7px;
    left: 0px;
    content: "";
    background: #ff6600;
    width: 110px;
    height: 3px;
    margin: auto;
    right: 0;
}
	
.team-section .team-card {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 30px;
}

.imgwrap {
    width: 35%;
}

.team-desc {
    width: 65%;
}

.team-desc h5 {
    padding: 0px;
    margin: 0px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

.team-desc h6 {
    padding: 10px 0 10px 0;
    margin: 0px;
    text-align: left;
    color: #000;
    font-weight: 400;
    font-size: 17px;
}

.team-desc p {
    padding: 0px 0 0px 0;
    margin: 0px;
    text-align: left;
    color: #000;
    font-size: 14px;
    line-height: 25px;
	
	display: -webkit-box;
  -webkit-line-clamp: 3;  /* limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	
	
}

.team-desc a {
    color: #FF6500;
  font-size: 15px;
  margin-top: 29px;
  display: block;   /* make it full-width block */
  float: right;   
}


 .team-section .team-card img{
 	width:100%;
 }
 
.team-section h4 {
    padding: 50px 0 15px 0;
    margin: 0px;
    font-size: 36px;
}


 
.otherteambox {
    padding: 20px 20px 20px 20px;
    background: #ffffff;
    border-radius: 8px;
    border: #dcdcdc solid 1px;
    margin-bottom: 12px;
    text-align: center;
	transition: all 0.4s ease;
	cursor: pointer;
	opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease forwards;
}


.otherteambox:nth-child(1) { animation-delay: 0.2s; }
.otherteambox:nth-child(2) { animation-delay: 0.4s; }
.otherteambox:nth-child(3) { animation-delay: 0.6s; }
.otherteambox:nth-child(4) { animation-delay: 0.8s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.otherteambox:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.otherteambox img {
    width: 68px;
    margin-bottom: 15px;
}
 
.otherteambox h3 {
    padding: 0px;
    margin: 0px;
    font-size: 21px;
    text-align: center;
    color: #000;
    font-weight: 600;
}
 
 
 
 
 /* Popup background */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
}

/* Popup box */
.ourteammodel .modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  
  position: relative;
  text-align: center;
}

/* Image inside modal */
.ourteammodel .modal-content img {
  width:100%;
}

/* Close button */
.ourteammodel .modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.ourteammodel .modal-body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    gap: 35px;
}

.ourteammodel button.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 11;
}
 
 
.ourteammodel .img-wrapper{
	width:35%;
}
 
 .ourteammodel .modelcontent{
 	width:65%;
 }
 
 .ourteammodel h5{
 	padding: 0px;
    margin: 0px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 20px;
 }
 
.ourteammodel h6 {
    padding: 5px 0 10px 0;
    margin: 0px;
    text-align: left;
    color: #000;
    font-weight: 400;
    font-size: 17px;
    border-bottom: #e4e4e4 solid 2px;
}


.ourteammodel p {
    padding: 20px 0 0px 0;
    margin: 0px;
    text-align: left;
    color: #000;
    font-size: 14px;
    line-height: 25px;
}
 
 
 
 
 
 
 

    /* ---------- Testimonials ---------- */
.testimonials-section {
padding:80px 0 80px 0;
background-image:url(../images/testimonials-bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
}

.testimonials-section h2 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0 14px 0;
    margin: 0px 0 40px 0;
    position: relative;
}

.testimonials-section h2:before {
    position: absolute;
    bottom: -7px;
    left: 0px;
    content: "";
    background: #ff6600;
    width: 110px;
    height: 3px;
    margin: auto;
    right: 0;
}


.testimonial img {
    width: 100px;
    display: block;
    margin: auto;
    margin-bottom: 14px;
}


    .testimonial {max-width:800px; }
	
	 .testimonial p{
	 	color:#fff;
		text-align:center;
		padding:0px;
		margin:0px;
		font-size:16px;
		line-height:30px;
	 }
.testimonial h4 {
    padding: 20px 0 0 0;
    margin: 0px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}


.testimonial h6 {
    padding: 10px 0 0 0;
    margin: 0px;
    color: #FF6500;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}


.testmonials-box h4 {
    padding: 20px 0 0 0;
    margin: 0px;
    color: #fff;
    font-size: 23px;
    font-weight: 900;
    text-align: center;
}


.testmonials-box h6 {
    padding: 4px 0 20px 0;
    margin: 0px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.testmonials-box p {
    color: #fff;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    line-height: 23px;
}

.testmonials-box img {
    margin: auto;
    display: block;
    width: 50% !important;
}

.testimonials-section .owl-carousel .owl-item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
} 

.testimonials-section .owl-carousel .owl-stage {
  display: flex;
}

.testimonials-section,
.owl-carousel .item {
  overflow: visible !important;
  height: auto !important;
}


.testimonials-carousel .owl-nav{
	display:none;
}

.testimonials-carousel .owl-dots {
    display: block;
    text-align: center;
}

.testimonials-carousel .owl-dot {
    background: #fff !important;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    border-radius: 50%;
}









    /* ---------- Blog ---------- */
.blog-section { padding:80px 0 80px 0; background:#fff; }
 

.blog-section h2 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0 14px 0;
    margin: 0px 0 40px 0;
    position: relative;
}

.blog-section h2:before {
    position: absolute;
    bottom: -7px;
    left: 0px;
    content: "";
    background: #ff6600;
    width: 110px;
    height: 3px;
    margin: auto;
    right: 0;
}


.blog-section .card-body {
    background: url(../images/blog_masonry_tile_gradient.png);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 70px 15px 15px 15px;
}

.blog-section .card{
	position:relative;
}

.descr p {
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
}

.card-body h5 {
    font-size: 19px;
    color: #fff;
    padding: 7px 0 0 0;
    margin: 0px;
}
	
	
	.card-body h5 a {
    font-size: 19px;
    color: #fff;
    padding: 0;
    margin: 0px;
}
	
	

    /* ---------- Footer ---------- */
    .site-footer { background:#1b1b1b; color:#fff; padding:2.5rem 0; }
    
	
.site-footer h5 {
    padding: 0px 0 20px 0;
    margin: 0px;
    color: #fff;
    font-size: 21px;
}

.site-footer p {
    padding: 0px 0 10px 0;
    margin: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.site-footer p i {
    color: #fff;
    margin: 0 5px 0 0;
}

.site-footer p a{
	color:#fff;
}

.socialmedia a {
    color: #fff;
    font-size: 22px;
}

.socialmedia {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
}

.copyfooter {
    background: #1b1b1b;
    padding: 10px 0 10px 0;
    margin: 0px;
}
.copyfooter p {
    padding: 10px 0 5px 0;
    margin: 0px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.copyfooter .container {
    border-top: #747474 solid 1px;
}

.InnerHeader {
	position:relative;
}

.header-tagline {
    position: absolute;
    bottom: 50%;
    left: 100px;
    top: 50%;
    right: 100px;
}

.header-tagline h3 {
    padding: 0px;
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
}


.about-us-inner{
	    background-color: #f9f9f9;
    padding: 40px 10% 25px;
    border: 1px solid #efefef;
}

.aboutsection p {
    color: #000;
    font-size: 16px;
    line-height: 34px;
    font-style: normal;
    text-align: justify;
    padding: 0px 0 15px 0;
    margin: 0px;
}


.about-inner2 p {
    color: #000;
    font-size: 15px;
    line-height: 26px;
    font-style: normal;
    text-align: justify;
    padding: 0px 0 15px 0;
    margin: 0px;
}


.contactsec {
	background-color: #f9f9f9;
	padding: 80px 0 80px 0;
}

.mapsec {
	margin-top:40px;
	margin-bottom:40px;
}

 


.contactsec h2 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0 14px 0;
    margin: 0px 0 40px 0;
    position: relative;
}

.contactsec h2:before {
    position: absolute;
    bottom: -7px;
    left: 0px;
    content: "";
    background: #ff6600;
    width: 220px;
    height: 3px;
    margin: auto;
    right: 0;
}

.contactbox {
    padding: 20px 20px;
    box-shadow: 5px 5px #ff6600;
    border: 2px solid;
    text-align: center;
    min-height: 247px;
}

.contactbox i {
    color: #ff6600;
    font-size: 50px;
	margin-bottom:20px;
}

.contactbox p{
	color:#000;
	font-size:16px;
	padding:0px 0 10px 0;
	margin:0px;
}

.contactbox p a{
	color:#000;
	font-size:16px;
	padding:0px 0 0px 0;
	margin:0px;
}


.formbg {
    margin: 80px 0 0 0;
    padding: 20px;
    background-color: #ffffff;
}

.contactformbg {
    background-color: #bb944c4a;
    padding: 20px 20px 40px;
}

.contactformbg form label {
    display: block;
    font-size: 16px;
    padding: 0 0 2px 0;
}
.contactformbg h5 {
    padding: 0px 0 25px 0;
    margin: 0px;
    font-size: 21px;
}

.contactformbg form .col-lg-6{
	margin-bottom:25px;
}

.contactformbg form .form-control {
    border-radius: 0px;
    color: #626262;
    background-color: rgba(255, 255, 255, 1);
    border-color: #EBEBEB;
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
    padding: 8px 10px 8px 10px;
}

.contactformbg form textarea {
    border-radius: 0px;
    color: #626262;
    background-color: rgba(255, 255, 255, 1);
    border-color: #EBEBEB;
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
    padding: 0px;
	width:100%
}

.contactformbg form input[type=submit] {
    background: #ff6600;
    width: 100%;
    color: #fff;
    border-radius: 0;
    margin: 10px 0 0 0;
    font-size: 18px;
}

.insightpagewrapper {
    padding: 70px 0 70px 0;
}

.insightpagewrapper .list-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-color: rgba(0, 0, 0, .08);
    border-style: solid;
    border-width: 0 0 1px;
    margin: 0;
    padding: 0;
    border-top: #efefef solid 1px;
    border-radius: 0;
}

.insightpagewrapper .list-group-item {
    width: 20%;
    border: none;
    border-radius: 0px;
    text-align: center;
    padding: 20px 10px 20px 10px;
    text-transform: uppercase;
}

.insightpagewrapper .list-group-item.active {
    background: no-repeat;
    color: #ff6600;
    border-bottom: #ff6600 solid 2px;
}

.insightpagewrapper .tab-content {
    border-radius: 0 !important;
    border: none !important;
}




.thumbframe {
	border-color: #f8f8f8;
	border-width: 8px;
    border-style: solid;
}

.thumbwrapper{
	position:relative;
	overflow:hidden;
	 transition: all .3s  ease-in-out;
}

.invisible_link {
	width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: -60px;
    z-index: 4;
    overflow: hidden;
	transition: all .3s  ease-in-out;
	background: rgba(224, 201, 172, 0.8);
}

.thumbframe:hover .thumbwrapper .invisible_link{
	bottom:0;
}

.invisible_link a{
	width: 50%;
    display: block;
    float: left;
	line-height:60px;
	text-align:center;
	color:#fff;
} 

 

.thumbframe:hover .thumbwrapper .invisible_link a:first-child{
	box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, .2);
}

.portfoliobox {
	margin-bottom:30px;
}

.portfoliobox .descr p {
    color: #a8a8a8;
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    font-weight: 500;
}

.portfoliobox .descr p i{
	margin:0 3px 0px 0;
}

.portfoliobox .descr {
    margin: 20px 0 10px 0;
}

.portfoliobox h5 {
    padding: 0px 10px 15px 0;
    margin: 0px;
    font-weight: 400;
    color: #000;
    font-size: 21px;
    line-height: 27px;
}

.portfoliobox h5 a{
	padding:0px;
	margin:0px;
	color:#000;
}

.postexcer {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
}


.project-page .portfoliobox {
	background:#f8f8f8;
	border: 1px solid #eee;
}

.propertybox h3 {
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: normal;
}

.propertybox .location {
    font-size: 15px;
    text-align: center;
    padding: 7px 0 18px 0;
    margin: 0px;
    text-transform: uppercase;
}

.propertybox .portfoliobox h5 {
    padding: 20px 20px 15px 20px;
    margin: 0px;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 27px;
    text-transform: uppercase;
}

.propertybox .postexcer {
    padding: 0px 20px 20px 20px;
    margin: 0px;
    font-size: 14px;
    color: #000;
}

.propertybox .portfoliobox h5 a {
    padding: 0px;
    margin: 0px;
    color: #ff6500;
}


.projectoverview {
 background-color: #f9f9f9;
 padding:40px 0 40px 0;
}

.projectoverview .container {
    background: #fff;
    padding: 20px 30px 20px 30px;
}

.projectoverview h4 {
    padding: 0px;
    margin: 0px;
    color: #000;
    font-size: 27px;
    font-weight: 400;
}

.projectoverview ul {
    margin: 20px 0 0 20px;
    padding: 0px;
}

.projectoverview ul li {
    margin: 0px;
    padding: 0px 0 15px 0;
    font-size: 16px;
    color: #737E86;
}


.property_details {
    padding: 40px 0 80px 0;
}

.property_details .list-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    border: #e9e9e9 solid 1px;
    border-radius: 0px;
    box-shadow: #e4e4e4 0px 2px 5px;
}

.property_details .list-group-item {
    width: 22%;
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-radius: 0px;
    padding: 13px 0 13px 0;
}

.property_details .list-group-item.active{
	background:#ff6600;
	color:#fff;
}

.property_details .tab-content {
    border-radius: 0 0 5px 5px !important;
    border-top: 0px !important;
    border: #e9e9e9 solid 1px !important;
    height: 480px;
    overflow: scroll;
}

.property_details .tab-content p {
    color: #000;
    font-size: 15px;
    padding: 0px 0 15px 0;
    margin: 0px;
    line-height: 26px;
}

.property_details .tab-content table{
	margin:20px 0 20px 0;
}

.property_details .tab-content table th{
	color: #000;
    font-size: 15px;
	width:25%;
}

.property_details .tab-content table td{
	color: #000;
    font-size: 14px;
}

.property_details .tab-content table td a {
    background: #ff6600;
    padding: 5px 10px 5px 10px;
    color: #fff;
    font-size: 16px;
    margin: 4px 0 4px 0;
    font-weight: 400;
    display: inline-block;
    border-radius: 5px;
}

.brochure_form {
	padding: 30px 20px 30px 20px;
    width: 100%;
    color: #000;
    background-color: #f4f4f4;
}

.brochure_form h4 {
    padding: 0px 0 14px 0;
    margin: 0px 0 21px 0;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    position: relative;
}


.brochure_form h4:before{
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	width:150px;
	height:3px;
	background:#CC6600;
}

.brochure_form label {
    display: block;
    font-size: 14px;
    color: #000;
    padding: 0 0 3px 0;
}

.brochure_form .row .col-lg-6{
	margin-bottom:35px;
}

.brochure_form .form-control {
    border-radius: 0px;
    border: #e1e1e1 solid 1px;
    padding: 10px 10px 10px 10px;
}

.brochure_form .form-control:focus{
	box-shadow:none;
}

.brochure_form textarea:focus-visible {
    box-shadow: none;
    border: #e1e1e1 solid 1px;
    outline: none;
}

.brochure_form textarea{
	width:100%;
	border: #e1e1e1 solid 1px;
}

.brochure_form .btn-primary {
    background: #ff6600;
    border: none;
    padding: 7px 10px 7px 10px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-weight: 400;
}


.heading {
    font-size: 42px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0 14px 0;
    margin: 0px 0 40px 0;
    position: relative;
}

.heading:before {
    position: absolute;
    bottom: -7px;
    left: 0px;
    content: "";
    background: #ff6600;
    width: 220px;
    height: 3px;
    margin: auto;
    right: 0;
}
 
 
.coming_soon {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
    font-size: 45px;
    font-weight: 600;
}






	

    /* Responsive tweaks */
    @media (max-width: 767px){
	
	

	
.login-btn {
    background: #ff6600;
    padding: 7px 0 7px 0 !important;
    color: #fff !important;
    font-size: 12px !important;
    border-radius: 5px;
    width: 80%;
    margin: auto;
}
	
	.site-nav .navbar-brand {
    margin-right: 0px;
    padding: 0 0 0 0;
    width: 20%;
}
	
	
 .testmonials-box {
    margin-bottom: 0px;
}
.testmonials-box h4 {
    padding: 20px 0 0 0;
    margin: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

.testmonials-box p {
    color: #fff;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 23px;
}
	
	
	.projectoverview .container {
    background: #fff;
    padding: 20px 20px 20px 20px;
}

.property_details .tab-content {
    margin-bottom: 20px;
}

	
	
	
	.property_details .list-group-item {
    width: 40%;
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-radius: 0px;
    padding: 13px 0 13px 0;
}
	
	
.site-nav .navbar-brand img {
    width: 105px;
}

.navbar {
    padding: 0px 10px 0px 10px;
    position: static;
}

.collapse:not(.show) {
    display: block;
}

.align-items-center {
    align-items: center!important;
    display: block;
}

.navbar-nav {
    align-items: center !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

button.navbar-toggler {
    display: none;
}


.site-nav .nav-link {
    color: #000000;
    padding: 0px 0px 0px 0;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 8px !important;
    padding-right: 6px !important;
}
.navbar-collapse {
    flex-basis: 77%;
    flex-grow: 0;
    align-items: center;
}
.hover-menu a {
    display: block;
    padding: 8px 50px;
    color: #333;
    text-decoration: none;
    font-size: 17px;
    transition: background 0.2s ease, color 0.2s ease;
}

.menu-icon-hover {
    display: inline-block;
    cursor: pointer;
    padding: 17px 0;
    margin: 0 0 0 6px;
}










.aboutsection h2 {
    font-size: 19px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0 14px 0;
    margin: 0px 0 40px 0;
    position: relative;
}

.aboutsection h2 span{
	display:block;
}



.aboutsection h2:before {
    position: absolute;
    bottom: -7px;
    left: 0;
    content: "";
    background: #ff6600;
    width: 250px;
    height: 3px;
    animation: pulseLine 2s ease-in-out infinite;
    right: 0;
    margin: auto;
}


.aboutsection, .services-section, .global-presence, .team-section {
    padding: 40px 0 40px 0;
}

.aboutsection .nav-tabs {
    display: block;
    border-bottom: none;
    border: #ededed solid 1px;
    
}

.tabs-section .nav-tabs .nav-link {
    background: #fff;
    border: none;
    border-radius: 0px;
    color: #000;
    text-align: center;
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
}

.tabs-section .nav-tabs .nav-link.active {
    background: #ff6600;
    border: none;
    border-radius: 0px;
    color: #fff;
    text-align: center;
    border-bottom: none;
}

.tab-content {
    border: #ededed solid 1px;
    padding: 10px 10px 10px 10px;
}

.sercont {
    width: 80%;
}

.aboutsection .tab-content p {
    color: #666666;
    font-size: 14px;
    line-height: 27px;
    font-style: normal;
    font-weight: 300;
    text-align: justify;
    padding: 0px 0 25px 0;
    margin: 0px;
}

.partnerlogo-sec {
    margin: 60px 0 0 0;
}


.services-section h2 {
    font-size: 23px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0 14px 0;
    margin: 0px 0 40px 0;
    position: relative;
}

.services-section .list-group {
    display: block;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border: none;
    border-color: rgba(0, 0, 0, .08);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 10px 10px 0 0;
}

.services-section .list-group-item {
    border: none;
    padding: 12px 20px 12px 20px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 8px 8px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.services-section .list-group-item img {
    display: block;
    width: 33px;
    margin: inherit;
    margin-bottom: 0px;
    filter: none;
    transition: filter 0.3s ease;
}

.services-section .tab-content {
    padding: 15px 4% 15px 4% !important;
    border-radius: 0 0 10px 10px !important;
    border-top: 0px !important;
    background: #fff;
    margin: 0px 0 0 0;
}

.services-section .tab-content p {
    color: #000;
    font-size: 13px;
    line-height: 25px;
}

.global-presence h2 {
    font-size: 23px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0 14px 0;
    margin: 0px 0 40px 0;
    position: relative;
}

.PresenceBox {
    padding: 0 10px 0 10px;
}

.precontent {
    padding: 20px 20px 20px 20px;
}

.PresenceBox h3 {
    padding: 0px;
    margin: 0px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.PresenceBox h3 span {
    padding: 0px;
    margin: 0px;
    color: #000;
    font-size: 17px;
    font-weight: 700;
}

.PresenceBox p {
    color: #121212;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    font-weight: 300;
    text-align: justify;
    padding: 5px 0 15px 0;
    margin: 0px;
}

.PresenceBox .btn-primary {
    background-color: #FF6500;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    padding: 10px 20px 10px 20px;
    border-radius: 0px;
    border: none;
}

.PresenceBox img {
    margin: 0 0 30px 0;
}

.team-section h2 {
    font-size: 23px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0 14px 0;
    margin: 0px 0 40px 0;
    position: relative;
}

.team-section .team-card {
    display: block;
    justify-content: center;
    align-items: flex-end;
    gap: 30px;
}

.imgwrap {
    width: 250px;
    margin: auto;
}

.team-desc {
    width: 100%;
    padding: 40px 20px 0px 20px;
}
.team-desc h5 {
    padding: 0px;
    margin: 0px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

.team-desc h6 {
    padding: 0px 0 10px 0;
    margin: 0px;
    text-align: left;
    color: #000;
    font-weight: 400;
    font-size: 17px;
}

.team-desc p {
    padding: 0px 0 0px 0;
    margin: 0px;
    text-align: left;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-desc a {
    color: #FF6500;
    font-size: 14px;
    margin-top: 9px;
    display: block;
    float: right;
    margin-bottom: 30px;
}

.testimonials-section h2 {
    font-size: 23px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0 14px 0;
    margin: 0px 0 40px 0;
    position: relative;
}

.testimonial p {
    color: #fff;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 26px;
}

.testimonials-section {
    padding: 40px 0 40px 0;
    background-image: none !important;
    background-color: rgb(0, 0, 0) !important;
	
}

.blog-section {
    padding: 40px 0 40px 0;
    background: #fff;
}

.blog-section h2 {
    font-size: 23px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0 14px 0;
    margin: 0px 0 40px 0;
    position: relative;
}

.blog-section .card {
    position: relative;
    margin-bottom: 20px;
}

.site-footer {
    background: #1b1b1b;
    color: #fff;
    padding: 20px 0 0px 0;
    text-align: center;
}

.site-footer p {
    padding: 0px 20px 10px 20px;
    margin: 0px;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
}

.site-footer h5 {
    padding: 0px 0 6px 0;
    margin: 0px;
    color: #fff;
    font-size: 21px;
}

.site-footer .row .col-md-4 {
    margin-bottom: 40px;
}

.socialmedia {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.copyfooter {
    background: #1b1b1b;
    padding: 0px 0 10px 0;
    margin: 0px;
}

.copyfooter p {
    padding: 10px 0 5px 0;
    margin: 0px;
    font-size: 11px;
    color: #fff;
    text-align: center;
}


.header-tagline {
    position: absolute;
    bottom: 40%;
    left: 15px;
    top: 27%;
    right: 15px;
}

.header-tagline h3 {
    padding: 0px;
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
}

.insightpagewrapper {
    padding: 40px 0 40px 0;
}

.heading {
    font-size: 23px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0 14px 0;
    margin: 0px 0 40px 0;
    position: relative;
}

.propertybox h3 {
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
}

.propertybox .location {
    font-size: 15px;
    text-align: center;
    padding: 3px 0 18px 0;
    margin: 0px;
    text-transform: uppercase;
}


.about-us-inner {
    background-color: #f9f9f9;
    padding: 20px 20px 20px 20px;
    border: 1px solid #efefef;
}

.aboutsection p {
    color: #000;
    font-size: 14px;
    line-height: 27px;
    font-style: normal;
    text-align: justify;
    padding: 0px 0 15px 0;
    margin: 0px;
}

.about-inner2 p {
    color: #000;
    font-size: 13px;
    line-height: 27px;
    font-style: normal;
    text-align: justify;
    padding: 0px 15px 15px 15px;
    margin: 0px;
}

.contactsec {
    background-color: #f9f9f9;
    padding: 40px 0 40px 0;
}

.contactsec h2 {
    font-size: 23px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0 14px 0;
    margin: 0px 0 40px 0;
    position: relative;
}

.contactbox {
    padding: 20px 20px;
    box-shadow: 5px 5px #ff6600;
    border: 2px solid;
    text-align: center;
    min-height: auto;
    width: 85%;
    margin: auto;
    margin-bottom: 20px;
}

.contactbox p {
    color: #000;
    font-size: 14px;
    padding: 0px 0 10px 0;
    margin: 0px;
}

.contactformbg h5 {
    padding: 0px 0 25px 0;
    margin: 0px;
    font-size: 16px;
}

.contactformbg form label {
    display: block;
    font-size: 14px;
    padding: 0 0 2px 0;
}

.contactformbg form .col-lg-6 {
    margin-bottom: 15px;
}

.coming_soon {
    padding: 20px 0 30px 0;
    margin: 0px;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: 600;
}

.ourteammodel .modal-body {
    display: block;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    gap: 35px;
}

.ourteammodel .img-wrapper {
    width: 100%;
}

.ourteammodel .modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    width: 90%;
    margin: auto;
}
 

.ourteammodel .modelcontent {
    width: 100%;
}

.ourteammodel .modal-content img {
    width: 70%;
}

.ourteammodel .modelcontent {
    width: 100%;
    padding: 0 25px 0 25px;
}

.ourteammodel h5 {
    padding: 0px;
    margin: 30px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

.ourteammodel h6 {
    padding: 5px 0 10px 0;
    margin: 0px;
    text-align: center;
    color: #000;
    font-weight: 400;
    font-size: 17px;
    border-bottom: #e4e4e4 solid 2px;
}

.ourteammodel p {
    padding: 20px 0 0px 0;
    margin: 0px;
    text-align: center;
    color: #000;
    font-size: 13px;
    line-height: 25px;
}
	
	
	
 
      .hero-title { font-size:1.5rem; }
      .logo-track { animation-duration: 30s; }
    }