/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1782366255
Updated: 2026-06-25 05:44:15

*/

.elementor-widget-text-editor :last-child {
     margin-bottom: 0 !important;
 }

 .pd100 {
     padding-bottom: clamp(62.5px, 12.2px + 4.5732vw, 100px);  /*change as per figma */
     padding-top: clamp(62.5px, 12.2px + 4.5732vw, 100px); /*change as per figma */
 }

 .pdb0 {
     padding-bottom: 0 !important;
 }

 .pdt0 {
     padding-top: 0 !important;
 }

 .pdlr {
     padding-left: 10% !important; /*change as per figma */
     padding-right: 10% !important; /*change as per figma */
 }
.sky span {
    color: #16A1A7;
}
.sky_bh .elementor-heading-title:after {
    content: "";
    position: absolute;
    background: rgb(7 66 109 / 8%);
    height: 20px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    bottom: 0;
}
header .contact.menu-item {
    background-image: linear-gradient(180deg, #1E8FC4 0%, #053D67 100%);
    border-radius: 8px;
}
header .contact.menu-item a {
    color: #fff !important;
}
.bold .elementor-image-box-title {
    font-weight: bold !important;
}
footer li.menu-item:before {
    content: "";
    position: absolute;
    background: #000000;
    width: 10px;
    height: 1px;
    left: 0;
    top: 14px;
}
.post .elementor-heading-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.circle img {
    padding: 12px;
    width: 65px;
}

.home.page-id-8 .site-header,.home.page-id-8 .site-footer,.page-id-365 .site-footer,.site-header {
    display: none;
}
.extra-cards {
  display: none !important;
  transition: all 0.3s ease !important;
}

.extra-cards.active {
  display: flex !important;
}

.view-more-btn:active,.view-more-btn:focus {
  transform: scale(0.98);
  background: darker;
}
div#toggleBtn {
    background: #053D67;
    width: fit-content;
    margin: auto;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 10px
	font-weight:bold;
	border: 2px solid #053D67 !important;
	border-radius:8px;
}
div#toggleBtn a{
	color: #fff !important;
}
.post_content {
    min-height: 300px;
}




@media (max-width:1100px){
 .pdlr {
     padding-left: 5% !important; /*change as per figma */
     padding-right: 5% !important; /*change as per figma */
 }
}

@media (max-width:767px){
 .pdlr {
     padding-left: 5% !important; /*change as per figma */
     padding-right: 5% !important; /*change as per figma */
 }
}



@media (max-width:767px){
.flex .elementor-image-box-wrapper {
	display: flex;
	justify-content: start;
}
.flex .elementor-image-box-content {
	text-align: left;
	padding-left: 20px;
}

}








