/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body{
	font-family: "Oxanium", serif !important;
}

.container-fluid{
	max-width: 1680px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

header#site-header {
    max-width: 100%;
    width: 100%;
    padding: 0px;
    position: absolute;
    z-index: 9;
}

header#site-header .headX {
    padding: 25px 35px;
    background: #fff;
}

header#site-header .headX .row {
    align-items: center;
}

header#site-header .headX nav ul {
    gap: 60px;
}

header#site-header .headX nav ul li a {
    padding: 8px 0px;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #000000;
    transition: all .6s;
}

.site-navigation ul.menu li a:hover {
	color: #172aa5 ! IMPORTANT;
}

header#site-header nav.site-navigation {
    justify-content: center;
}

header#site-header .callUs ul {
    padding-left: 0px;
}

header#site-header .callUs ul li {
    list-style: none;
}

header#site-header .callUs ul li a {
    padding: 10px 25px;
    border: 1px solid #172AA5;
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #172AA5;
    transition: all .6s;
}

header#site-header .callUs ul li a:hover{
    border: 1px solid #172AA5;
    background: #172AA5;
    color: #fff;
}

.homeSection .banner-slider .slider-layer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

.homeSection .banner-slider .slider-layer .slider-content {
    padding: 200px 0;
}

.homeSection .banner-slider .slider-layer .slider-content h2 {
    font-weight: 700;
    font-size: 76px;
    line-height: 95px;
    letter-spacing: 0px;
    color: #172AA5;
}

.homeSection .banner-slider .slider-layer .slider-content h3 {
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0px;
}

.homeSection .banner-slider .slider-layer .slider-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0px;
    color: #000;
}

.homeSection .banner-slider .slider-layer .slider-content a.slider-button {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    padding: 15px 20px;
    background: #172AA5;
    color: #fff;
    position: relative;
    top: 30px;
    max-width: 213px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all .6s;
    border: 1px solid #172AA5;
}

.homeSection .banner-slider .slider-layer .slider-content a.slider-button::after {
    content: "";
    background: url(/wp-content/uploads/2025/02/right_arrow.png);
    width: 46px;
    height: 13px;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
}

.homeSection .banner-slider .slider-layer .slider-content a.slider-button:hover{
	background: #fff;
	border: 1px solid #172AA5;
	color: #172AA5;
}

.homeSection .banner-slider .slider-layer .slider-content a.slider-button:hover::after{
	content: "";
    background: url(/wp-content/uploads/2025/02/arrow_blue.png);
    width: 48px;
    height: 15px;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: auto;
}

section.homeSection .banner-slider button.slick-arrow {
    position: absolute ! IMPORTANT;
    bottom: 90px;
    top: auto;
    z-index: 99999;
    border: 0px;
    max-width: 30px;
    width: 100%;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.homeSection .banner-slider button.slick-arrow img {
    position: absolute;
}

section.homeSection .banner-slider button.slick-arrow.slick-prev {
    left: 30%;
}

section.homeSection .banner-slider button.slick-next {
    right: 30%;
}

section.homeSection .banner-slider button.slick-arrow::before {
    display: none !IMPORTANT;
}

section.homeSection .banner-slider ul.slick-dots {
    bottom: 115px;
    max-width: 30%;
    width: 100%;
    background: #00000033;
    margin: auto;
    right: 0;
    left: 0;
    height: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.homeSection .banner-slider ul.slick-dots li {
    margin: 0px;
    padding: 0px !IMPORTANT;
    width: 100%;
    height: 2px;
}

section.homeSection .banner-slider ul.slick-dots li button {
    padding: 0px !IMPORTANT;
    max-width: 100%;
    width: 100%;
    height: 2px;
    transition: .6s;
}

section.homeSection .banner-slider ul.slick-dots li button::before {
    width: 100%;
    background: #172AA5;
    height: 2px;
    content: "";
    transition: .6s;
}

header#site-header .headX .callUs {
    display: flex;
    justify-content: end;
}

section.enquiry .enquiryX {
    padding: 60px 100px;
    background: #172aa5;
}

section.homeSection .banner-slider {
    margin-bottom: 0px;
}

section.enquiry {
    position: relative;
    top: -75px;
}

section.enquiry .enquiryX .textContent p {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 0px;
}

section.enquiry .enquiryX .btnContent {
    text-align: end;
}

section.enquiry .enquiryX .btnContent a.yellowBtn {
    padding: 10px 19px;
    background: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0px;
    color: #172AA5;
}

section.sectionAbout {
    margin-top: 80px;
}

section.sectionAbout .row {
    background: #F6F6F6;
    padding: 45px 35px 45px 60px;
}

section.sectionAbout .row .imageContent img {
    width: 100%;
}

section.sectionAbout .textContent h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 23px;
}

section.sectionAbout .textContent h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0px;
}

section.sectionAbout .textContent  p {
    font-weight: 500;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

section.sectionAbout .textContent  h4 {
    margin-top: 0px;
    font-family: Oxanium;
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

section.sectionAbout .textContent a.yellowBtn {
    padding: 15px 43px;
    background: #172AA5;
    font-weight: 700;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
    top: 10px;
    max-width: 213px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #172AA5;
    transition: all .6s;
}

section.sectionAbout .textContent a.yellowBtn:hover{
	background: none;
	color: #172AA5;
}

section.sectionAbout .textContent a.yellowBtn:hover::after{
	background: url(/wp-content/uploads/2025/02/arrow_blue.png);
    background-repeat: no-repeat;
    width: 46px;
    height: 13px;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
}

section.sectionAbout .textContent a.yellowBtn::after {
    content: "";
    background: url(/wp-content/uploads/2025/02/right_arrow.png);
    width: 46px;
    height: 13px;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
}

section.productSection h2.heading {
    font-weight: 700;
    font-size: 48px;
    line-height: 33px;
    letter-spacing: 0px;
    color: #000;
    text-align: center;
}

section.productSection p.description {
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: center;
    max-width: 80%;
    width: 100%;
    margin: auto;
}

section.productSection .row {
    padding-top: 50px;
    gap: 24px;
    justify-content: space-between;
}

section.productSection .row .col-3 {
    padding: 0px;
    max-width: 23.9%;
    width: 100%;
}

section.productSection .product-item .product-image img {
    width: 100%;
}

section.productSection .product-item  h3.product-title {
    margin: 0px;
    position: absolute;
    bottom: 14px;
    width: 100%;
}

section.productSection .product-item h3.product-title a {
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: center;
    color: #000;
    padding: 17px 23px;
    background: #fff;
    width: 100%;
    display: flex;
    max-width: 92%;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    transition: all 0.6s;
}

section.productSection .product-item h3.product-title a:hover {
    background: #172aa5;
    color:  #fff;
}

section.productSection .product-item .product-card {
    position: relative;
}

section.productSection .row .col-3 {
    padding: 0px;
}

section.serviceSection {
    margin-top: 80px;
    background: linear-gradient(360deg, #172AA517 60%, transparent 40%);
    padding-bottom: 40px;
}

section.serviceSection h2.heading {
    font-weight: 700;
    font-size: 48px;
    line-height: 33px;
    letter-spacing: 0px;
    color: #000;
    text-align: center;
}

section.serviceSection p.description {
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: center;
    max-width: 80%;
    width: 100%;
    margin: auto;
}

section.serviceSection .row {
    gap: 32px;
    justify-content: space-between;
    margin-top: 35px;
}

section.serviceSection .row .col-6 {
    max-width: 49%;
    width: 100%;
    padding: 0px;
}

section.serviceSection .row .service-card {
    padding: 22px 32px;
    border: 1px solid #0000001A;
    height: 100%;
    position: relative;
    background: #fff;
}

section.serviceSection .row .service-card h3.service-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0px;
    margin-bottom: 8px;
    color: #172AA5;
}

section.serviceSection .row .service-card  p {
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0px;
}

section.serviceSection .row .service-card a.service-link {
    padding: 10px 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0px;
    color: #172AA5;
    border: 1px solid #172AA5;
    margin-top: auto;
    position: absolute;
    bottom: 22px;
    max-width: 230px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all .6s;
}

section.serviceSection .row .service-card a.service-link:hover {
    background: #172AA5 ! IMPORTANT;
    color: #fff;
}

section.serviceSection .row .service-card a.service-link:hover::after{
	background: url(/wp-content/uploads/2025/02/right_arrow.png);
	background-repeat: no-repeat;
}

section.serviceSection .row .service-card a.service-link::after {
    content: "";
    background: url(/wp-content/uploads/2025/02/arrow_blue.png);
    width: 48px;
    height: 15px;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: auto;
}

section.serviceSection .row .service-card .service-description {
    margin-bottom: 70px;
    position: relative;
}

.contactUs {
    background: linear-gradient(180deg, #172AA517 50%, #000000 50%);
    padding-top: 40px;
    padding-bottom: 40px;
}

.contactUs h2.heading {
    font-weight: 700;
    font-size: 48px;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: center;
    color: #000;
}

.contactUs .contactX {
    padding: 50px 40px;
    background: #FFFFFF;
    padding-bottom: 10px;
}

.contactUs .formContact {
    margin-top: 50px;
}

.contactUs .formContact form label {
    font-weight: 500;
    font-size: 18px;
    line-height: 22.5px;
    letter-spacing: 0px;
    color: #000000;
    padding-left: 16px;
}

.contactUs .formContact form  input, textarea {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    outline: none;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000;
}

.contactUs .formContact form  input::placeholder{
	color: #000;
}

.contactUs .formContact form  textarea::placeholder{
	color: #000;
}

.contactUs .formContact form  select::placeholder{
	color: #000;
}

.contactUs .formContact form textarea {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    outline: none;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000;
}

.contactUs .formContact form select {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    outline: none;
    height: 47px;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000;
}

.contactUs .formContact .contactForm p {
    margin-bottom: 20px !IMPORTANT;
}

.contactUs .formContact .contactForm input.wpcf7-submit {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #172AA5;
    padding: 15px 75px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0px;
    border: 1px solid #172AA5;
    transition: all .6s;
}

.contactUs .formContact .contactForm input.wpcf7-submit:hover{
	color: #172AA5;
	background: none;
}

footer#site-footer {
    background: #000;
    max-width: 100%;
    padding-bottom: 30px;
}

footer .footerX figure {
    text-align: center;
}

footer .footerX .footer-address p {
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin-top: 50px;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    max-width: 60%;
    width: 100%;
    margin: auto;
    border-top: 1px solid #fff;
    padding-top: 40px;
    margin-top: 30px;
}

.footer-copyright p {
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 21.94px;
    letter-spacing: 0px;
    color: #fff;
}

.footer-copyright.copy p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.94px;
    letter-spacing: 0px;
}

body header nav.site-navigation li.menu-item-has-children{
	gap: 6px;
}

body header nav.site-navigation li.menu-item-has-children::after {
    content: "" ! IMPORTANT;
    background: url(/wp-content/uploads/2025/02/down_arrow.png);
    width: 15px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center ! IMPORTANT;
    position: relative;
    display: flex;
    top: 16px;
}

.site-navigation ul.menu li.menu-item-has-children ul.sub-menu {
    padding: 15px;
    width: 250px;
    border-top: 1px solid #0000002e;
}

.site-navigation ul.menu li.menu-item-has-children ul.sub-menu a {
    font-size: 16px ! IMPORTANT;
}

body header nav.site-navigation li.current-menu-item a {
    color: #172aa5 ! IMPORTANT;
}

section.productSection .product-item h3.product-title a::after {
    content: "";
    background: url(/wp-content/uploads/2025/02/arrow_black.png);
    width: 25px;
    height: 18px;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: auto;
}

section.productSection .product-item h3.product-title a:hover::after{
	content: "";
    background: url(/wp-content/uploads/2025/02/arrow_white.png);
    width: 25px;
    height: 18px;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: auto;
}

.contactUs .formContact .contactForm .help p {
    position: relative;
}

.contactUs .formContact .contactForm .help select{
    appearance: none;
}

.contactUs .formContact .contactForm .help p::after {
    content: "";
    position: absolute;
    top: 70%;
    right: 0.5rem;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>') no-repeat center center;
    background-size: contain;
    pointer-events: none;
}
