.brochure-p p{
	text-align:justify;
}
p.brochure-p-tag {
    text-align: justify !important;
}
.header-top {
    background-color: #000; 
    padding: 15px 0;
}

.header-top .header-wrap {
    justify-content: space-between;
    align-items: center;
}
.contactformhome form.vertical-form button:hover {
    background-color: #be8707 !important;
    color: #fff !important;
}

.contactformhome form.vertical-form button {
    background-color: #be8707 !important;
    color: #fff !important;
}

.header-top .mainmenu .navbar-nav .nav-item {
    margin: 0 7px; 
}

.header-top .mainmenu .navbar-nav .nav-item .nav-link {
    color: #fff; 
    font-size: 16px;
}

.header-top .mainmenu .navbar-nav .nav-item .nav-link:hover, .footer-widget .menu-item a:hover {
    color: #be8707; 
}
p a { color: #be8707 !important; }
.pricecolor { color: #be8707 !important; }
/* Sticky header */
#header.sticky {
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: black;
    box-shadow: 0 1px 2px -3px gray;
    width: 100%;
}
.header-top .header-btn .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 15px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 5px; 
}
.header-bottom {
    position: relative;
}
.header-btn .btn:hover {
    background-color: #be8707 !important;
	color: #fff !important;
}
.header-top .header-btn .btn.btn-yellow {
    padding: 12px 10px !important;
}

.header-btn {
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.header-top .dropdown-menu {
    background: #1D1D1D;
}
.navbar-nav .dropdown-menu {
    display: none; 
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}
.contactformhome form#verticalForm button {
    width: 120px !important;
    margin: auto;
}
/* Show dropdown on hover (for desktop) */
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block; 
}

/* Optional: Adjust positioning if needed */
.navbar-nav .dropdown-menu {
    left: 0;
    top: 100%;
    position: absolute;
}
.experience-section-home .Downbutton {
    border: #fff;
    background-color: #fff !important;
    color: #000 !important;
	width: 30%;
}
li.contactmenumobile {
    display: none;
}
/* Make the dropdown menu visible on hover 
.nav-item.dropdown:hover > .dropdown-menu.show {
    display: block;
    visibility: visible;
}
.nav-item.dropdown .dropdown-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.nav-item.dropdown:hover .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
}*/
.footer-links a {
    display: block;
}

.footer {
    padding: 60px 0px 0px;
    background: #000;
    color: #fff;
}
.footer-top {
    padding: 50px 0px 50px;
    background: #000;
}
.footer-top .footer-widget-title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}

.footer-widget p {
    font-size: 15px;
}

.footer-widget a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}
.footer-bottom a {
    text-decoration: none;
    color: #fff;
}
.footer-bottom{
	background: #000;
    color: #fff;
}

/* Style the social media icons */
.footer-social-media {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}
.footer-social-media i {
    color: #fff !important;
    font-size: 20px;
}
.footer-bottom p {
    margin-bottom: 0px;
	text-align: center;
		padding: 10px 0px;
}
.footer-bottom .container {
	border-top: 1px solid #9faaaa;
}

.footer-social-media .social-icon {
    color: #333; /* Default icon color */
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-social-media .social-icon:hover {
    color: #0073e6; /* Hover color */
}

.footer-social-media .facebook {
    color: #3b5998;
}

.footer-social-media .twitter {
    color: #00acee;
}

.footer-social-media .instagram {
    color: #3f729b;
}

.footer-social-media .linkedin {
    color: #0077b5;
}

/* Home page */
.faq-home button.accordion-button.collapsed { background-color:#3a3636 !important; }
.banner-image img {
    width: 100%;
    height: auto;
}

.header-bottom .content {
    text-align: center;
    padding: 40px 20px;
}

.header-banner-content {
    position: absolute;
    bottom: 30%;
    width: 100%;
}

.header-bottom h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.header-banner-btn {
    margin: auto;
    align-items: center;
    justify-content: center;
	margin-top: 10px;
}

.header-bottom p {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 30px;
}

.header-banner-content p {
    width: 70% !important;
    margin: auto;
    margin-bottom: 30px;
}

.header-bottom .header-banner-btn {
  display: flex;
  gap: 20px;
}

.header-bottom .header-banner-btn .btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 30px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  background-color: #fff; 
  border-radius: 4px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.header-bottom .header-banner-btn .btn i {
  margin-right: 8px; 
}

.header-bottom .header-banner-btn .btn:hover {
  background-color: #f7f7f7;  
}

.header-bottom img {
    height: 400px;
    width: 100%;
}
.header-top .mainmenu .navbar-nav .nav-item .nav-link {
    outline: none;
}
.section-home-pd{
	padding-top: 4%;
    padding-bottom: 4%;
	color: #fff;
}
.section-home-grey{
	background: #1D1D1D;
}
.section-home-lightgrey{
	background: #111;
}
.section-home-black{
	background: #000;
}
.section-home-pd .heading h2{
    font-size: 36px;
    font-weight: bold;
}
.section-home-pd p{
	font-size: 16px;
    font-weight: 400;
	line-height: 1.5em;
}
.contactformhome {
    width: 80%;
    margin: auto;
}
.price-section-home{
	padding-left: 5%;
    padding-right: 5%;
}

.product-box1 h2 {
    font-size: 32px;
    font-weight: bold;
}
.price-section-home .accordion {
  --bs-accordion-bg: #1d1d1d;
}
.price-section-home button.accordion-button.collapsed {
    color: #fff;
    font-weight: bold;
    background-color: #1d1d1d;
	outline: none;
}
.price-section-home .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #000;
	font-weight: bold;
}
.price-section-home .accordion-button::after {
  background-color: #fff;
}
.price-section-home .product-box1 .accordion-body p:last-child {
    margin-bottom: 0px;
}
.price-section-home p {
    color: #fff;
}
.feature-home-wrap .icon-box img {
    background: #fff;
    padding: 20px;
    border-radius: 50px;
    width: 100px;
	margin-bottom:20px;
}
.feature-home-wrap .icon-box {
    background: #1d1d1d;
    padding: 20px;
    border-radius: 20px;
    min-height: 380px;
    box-shadow: 0px 5px 10px 0px rgba(25, 50, 51, 0.2) !important;
}

.feature-home-wrap .icon-box h3 {
    font-size: 18px;
    padding-top: 15px;
    font-weight: bold;
    min-height: 60px;
}

.feature-home-wrap .icon-box p {
    font-size: 13px;
}

.feature-home-wrap .icon-box {
	margin-bottom: 30px;
}
.contact-home-wrap .contact-box {
    background: #3b3a3a !important;
    padding: 10px;
    border-radius: 5px;
}
.contact-home-wrap .contact-box p {
    font-size: 14px;
    min-height: 60px;
}
.contact-home-wrap .contact-box h4 {
    font-size: 18px;
    font-weight: bold;
}
.contact-home-wrap .contact-box span {
    color: #fff !important;
}
.card-body h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px;
}
.card-body p {
    font-size: 15px !important;
}
.testimonial-client-rating i {
    color: #f3bb00;
    padding: 0px 2px;
}
.testimonials-home-wrap .card-body {
    padding: 30px 30px;
}

.testimonials-home-wrap .card-body p.card-text {
    min-height: 110px;
}
.contact-box.text-center.phone-section {
    min-height: 245px;
}
.page-template-home-english .contact-box.text-center.phone-section {
    min-height: 213px;
}
	
/* company */
.section-our-company-pd{
	padding-top: 4%;
    padding-bottom: 4%;
	color: #fff;
}

.section-our-company-grey{
	background: #1D1D1D;
}
.section-our-company-lightgrey{
	background: #111;
}
.section-our-company-black{
	background: #000;
}

.banner-company-sec h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}
.our-company-img{
	padding: 0px 2%;
}
.our-company-img img{
    padding: 10px;
	width: 100%;
}

.about-company-wrap p{
    font-size: 16px;
    line-height: 1.5em;
    text-align: justify;
    align-items: center;
    vertical-align: middle;
    display: flex;
	padding: 0px 2%;
}

img.banner-company-img {
    height: 400px;
    width: 100% !important;
    object-fit: cover;
    object-position: bottom;
}


/* ceo */
.section-ceo-pd{
	padding-top: 4%;
    padding-bottom: 4%;
	color: #fff;
}

.section-ceo-grey{
	background: #1D1D1D;
}
.section-ceo-lightgrey{
	background: #111;
}
.section-ceo-black{
	background: #000;
}
.ceo-wrap h1 {
    font-size: 36px;
    font-weight: bold;
}

.ceo-wrap h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}
.ceo-img{
	padding: 0px 2%;
}
.ceo-img img{
    padding: 10px;
	width: 100%;
}

.ceo-wrap {
    line-height: 1.5em;
    text-align: justify;
    align-items: center;
    vertical-align: middle;
	padding: 0px 2%;
}
.ceo-wrap {
    display: block;
    font-size: 14px;
}
.ceo-img {
    height: 100% !important;
    object-fit: cover;
}
.ceo-img img {
    padding: 0px;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.book-now-btn {
    margin-top: 30px;
}
section.section-home-pd.experience-section-home {
    padding-top: 1%;
    padding-bottom: 1%;
}
.book-now-btn a:hover {
    background: #fff;
    color: #000 !important;
}
/* sos */
.section-sos-pd{
	padding-top: 4%;
    padding-bottom: 4%;
	color: #fff;
}

.section-sos-grey{
	background: #1D1D1D;
}
.section-sos-lightgrey{
	background: #111;
}
.section-sos-black{
	background: #000;
}

section.banner-company-sec {
    position: relative;
}
.sosbanner-overlay {
    position: absolute;
    bottom: 10%;
    left: -30px;
}

.section-sos-pd .heading h2{
    font-size: 36px;
    font-weight: bold;
	padding-bottom: 10px;
}
.section-home-pd p{
	font-size: 16px;
    font-weight: 400;
	line-height: 1.5em;
}
/* thank */
.header-thank-bottom {
    position: relative;
}
.thank-banner-content {
    position: absolute;
    bottom: 35%;
    width: 100%;
}
.thank-banner-content h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.thank-banner-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 30px;
}

/* testimonial */

.carousel-indicators {
    position: absolute;
    z-index: 999;
    color: #565050 !important;
    bottom: -50px;
}
.carousel-control-next, .carousel-control-prev {
    width: 2%;
    height: 2%;
    top: 50%;
}
button.carousel-control-next {
    right: -30px;
}
button.carousel-control-prev {
    left: -30px;
}
.testimonials-home-wrap {
    display: block;
}
.testimonials-home-wrap-mobile {
    display: none;
}
form#horizontalForm input, form#horizontalForm select, form#verticalForm input, form#verticalForm select {
    outline: none;
}
.contact-home-wrap p {
    text-align: center;
}
@media only screen
  and (min-device-width: 1300px)
  and (max-device-width: 1370px)
  and (-webkit-min-device-pixel-ratio: 1) {
	.page-id-665 p {
		font-size: 15px;
	}
	  .section-sos-pd .heading h2 {
		font-size: 32px;
	}
	  .our-company-img .frontofficecompany {
		height: 320px;
		object-fit: cover;
	}
	  .contact-box.text-center.phone-section {
		min-height: 234px !important;
	}
	
}

@media (max-width: 1200px) {
	.sosbanner-overlay {
		width: 60%;
		bottom: 0px;
	}
	.section-sos-pd .heading h2 {
		font-size: 30px;
	}
	.our-company-img {
		padding: 30px 0%;
	}
	
	
}
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1) {
	.header-top .mainmenu .navbar-nav .nav-item {
		margin: 0 7px;
	}
	.header-top .header-btn .btn {
		padding: 8px 10px;
		font-size: 14px;
	}
	  .footer-social-media i {
    font-size: 18px;
}
	.contact-home-wrap .contact-box p {
		min-height: 86px;
	}
	.testimonials-home-wrap .card-body p {
		font-size: 14px !important;
	}
	.testimonials-home-wrap .card-body h4 {
		font-size: 16px;
	}
	.testimonials-home-wrap .card-body p.card-text {
		min-height: 150px;
	}
	.header-banner-content {
		bottom: 15%;
	}
	  section.section-home-pd.experience-section-home h2 {
		font-size: 32px;
	}
	  .contact-box.text-center.phone-section {
    min-height: 256px !important;
}

}
/* Mobile: Hide dropdown by default */
@media (max-width: 991px) {
    .navbar-nav .dropdown.show .dropdown-menu {
        display: block ;
    }
	.header-top .navbar-toggler:focus {
    box-shadow: none !important;
    outline: none;
}
	.navbar-nav .dropdown-menu {
    position: relative;
}
	.header-btn {
    display: none;
}
}
@media (max-width: 980px) {
	.contact-home-wrap .contact-box p {
		min-height: auto;
	}
	.testimonials-home-wrap .card-body h4 {
		min-height: 60px;
		font-size: 16px;
	}
	.testimonials-home-wrap .card-body p.card-text {
		min-height: 210px;
	}
	.ceo-img img {
		width: 50%;
		margin: auto;
		margin-bottom: 20px;
		display: table;
	}
.ceo-img {
    height: auto !important;
}
	.testimonials-home-wrap {
		display: none;
	}
	.testimonials-home-wrap-mobile {
		display: block;
	}
	.testimonials-home-wrap-mobile .card {
		width: 80%;
		margin: auto;
	}
	.thank-banner-content {
		bottom: 20%;
	}
	.product-box1 {
    padding-top: 30px;
}
	div#navbarNav {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    top: 82px;
    background: #000000;
    width: 100%;
    z-index: 999;
    left: 0px;
}
	section.section-home-pd.experience-section-home h2 {
    font-size: 24px;
}
	.contact-box.text-center.phone-section {
    min-height: auto !important;
}
	li.contactmenumobile {
    display: block;
}

}


@media (max-width: 767px) {
	.section-home-pd .heading h2 {
		font-size: 25px;
	}
	.section-home-pd .heading {
		padding-bottom: 10px !important;
	}
	.section-home-pd {
		padding-top: 8%;
		padding-bottom: 8%;
	}
	.section-home-pd p {
		font-size: 14px;
	}
    .header-top .header-wrap {
        flex-direction: column;
    }

    .header-top .mainmenu {
        width: 100%;
        text-align: left;
    }

    .header-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header-btn .btn {
        width: 100%;
        text-align: center;
    }
	.header-top .mainmenu button {
		border: 0px;
	}
	
	.header-top .mainmenu button a{
		color: #fff !important;
	}
	.header-top span.navbar-toggler-icon {
    color: #fff;
}
.header-top .navbar-toggler:focus {
    box-shadow: none !important;
    outline: none;
}
/*.header-top .navbar-toggler-icon {
    background-color: transparent;
	color: #fff;
	  --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e) !important;

}*/
.header-top .navbar-toggler-icon {
    background-color: transparent;
    color: #fff;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNSA3aDIwTTUgMTVoMjBNNiAyM2gyMCIvPjwvc3ZnPg==") !important;
}

	.header-top button#navbar-toggler {
		background-color: red;
	}

  .header-bottom .banner-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .header-bottom .content {
    padding-left: 0;
    text-align: center;
  }

  .header-bottom h1 {
    font-size: 24px;
  }
.header-banner-content {
    position: relative !important;
}
  
  .header-banner-btn{
	  display: block;
  }
  .header-bottom .header-banner-btn {
    flex-direction: column;
    gap: 15px;
  }
  .banner-image img {
    min-height: 250px;
    object-fit: cover;
    height: auto !important;
}
.header-banner-content {
    position: absolute;
    top: 30%;
    width: 100%;
    bottom: auto;
}
.header-bottom .header-banner-btn .btn {
    padding: 10px 30px;
    font-size: 14px;
}

	.feature-home-wrap .icon-box {
		min-height: auto;
	}
	.testimonials-home-wrap .card-body p.card-text {
		min-height: auto;
	}
	.testimonials-home-wrap .card {
		margin-bottom: 30px !important;
	}
	.section-home-pd {
		padding-left: 20px;
		padding-right: 20px;
	}
	footer .footer-top {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.ceo-img img {
		width: 80%;
	}
	.section-sos-pd {
    padding-left: 20px;
    padding-right: 20px;
}
	.sosbanner-overlay {
    display: none;
}
	.ceo-wrap h1 {
    font-size: 30px;
    text-align: left;
}
	.thank-banner-content {
    bottom: 10%;
}
	.thank-banner-content h1 {
    font-size: 24px;
}
	.contactformhome {
    width: 100%;
    margin: auto;
}
	form.vertical-form {
    padding: 10px 0px;
}
	.book-now-btn {
    margin-top: 10px;
    margin-bottom: 40px;
}
	.experience-section-home .Downbutton {
	width: 50%;
}
.contact-box.text-center.phone-section {
    min-height: auto !important;
}
	li.contactmenumobile {
    display: block;
}
	.header-top .mainmenu .navbar-nav .nav-item .nav-link {
    padding-top: 5px;
}
	.banner-image{
		display: none;
	}
	.header-bottom h1 {
		margin-bottom: 40px;
	}
	.header-banner-content p {
		margin-bottom: 50px;
	}
	.mapimg img {
    width: 100%;
}
	section.banner-section-home {
    padding-top: 100px;
    padding-bottom:100px;
}
	.banner-image.banner-thankyou {
    display: block;
}

}
span.price-color {
    color: #be8707 !important;
}
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
.brochure-p p {
    padding: 0px 20px;
	text-align:center;
}
p.brochure-p-tag {
    padding-bottom: 20px;
}
p.brochure-p-tag {
    text-align: center !important;
}
}