/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.3.3.1777370270
Updated: 2026-04-28 09:57:50

*/

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: var(--gcid-fq5ywhs5v5) !important;
    font-style: italic;
}
body #page-container .et_pb_section .et_pb_button.blue_btn::after {
    content: url(/wp-content/uploads/2026/04/black-arrow.png) !important;
    margin-left: 10px !important;
}
body #page-container .et_pb_section .et_pb_button.blue_btn:hover::after {
   filter: brightness(0) saturate(100%) invert(67%) sepia(45%) saturate(2138%) hue-rotate(177deg) brightness(103%) contrast(101%);
}
body #page-container .et_pb_section .et_pb_button.trans_btn::after {
    content: url(/wp-content/uploads/2026/04/white-arrow.png) !important;
    margin-left: 10px !important;
}

.blog article.et_pb_post {
    padding: 32px;
    padding-bottom: 75px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog article.et_pb_post .entry-title {
    order: 2;
}

.blog article.et_pb_post .post-meta {
    order: 1;
}

.blog article.et_pb_post .post-content {
    order: 3;
}

.blog article.et_pb_post .post-content a.more-link {
    position: absolute;
    margin-top: 15px;
    bottom: 32px;
    background: url(/wp-content/uploads/2026/04/blue_arrow.png)no-repeat scroll center right 0px;
    padding-right: 20px;
    font-size: 0 !important;
}
.blog article.et_pb_post .post-content a.more-link:before {
    content: "Read More";
    font-size: 16px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.blog.recent_work article.et_pb_post .post-meta {
    font-size: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 20px;
}

.blog.recent_work article.et_pb_post .post-meta .published {
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
}

.blog.recent_work article.et_pb_post .post-meta .entry-categories a {
    color: #57BFFF !important;
    font-size: 14px;
    font-weight: 500;
}
.blog_news p.post-meta {
    font-size: 0 !important;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin-bottom: 20px;
}

.blog_news p.post-meta span.published {
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
}

.blog_news p.post-meta span.entry-categories {
    margin-bottom: -20px !important;
}

.blog_news p.post-meta span.entry-categories a {
    color: #57bfff !important;
}
.fixed_card_link .et_pb_column.et_flex_column {
    padding-bottom: 100px;
}

.fixed_card_link .et_pb_column.et_flex_column .et_pb_link.et_pb_module.et_flex_module {
    position: absolute;
    bottom: 40px;
}

.dot_list ul li {
    margin-bottom: 10px;
}
.dash_blue_text .et_pb_text_inner {
    padding-left: 28px;
    position: relative;
}

.dash_blue_text .et_pb_text_inner:before {
    content: "";
    width: 20px;
    background: var(--gcid-fq5ywhs5v5)!important;
    height: 1px;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
}
.fixed_card_link .et_pb_column.et_flex_column.team_box {
    padding-bottom: 0;
}
.profile_pic:before {
    content: "";
    background: url(/wp-content/uploads/2026/05/Group-2.png)no-repeat scroll center;
    background-size: 100% 100%;
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    position: absolute;
    left: 0px;
    top: 0px;
}
.latest_post article {
    padding: 0 !important;
}
.fixed_card_link.community .et_pb_column.et_flex_column {
    padding-bottom: 0;
}
.rd_more span.et_pb_link_inner {
    font-size: 14px;
}
.fixed_card_link.community .et_pb_column.et_flex_column .et_pb_group {
    padding-bottom: 100px !important;
}
.ct_form .et_pb_contact_form_label {
    display: block;
}

.ct_form .et_pb_contact_field {
    gap: 5px;
    margin-bottom: 10px !important;
}

.et_pb_contact_form_container.ct_form.et_pb_module .et_pb_button:after {
    font-size: 20px !important;
}
.ct_form .et_pb_contact_form_label {
    display: block;
    color: #144B97;
    font-weight: 600;
    text-transform: uppercase;
}
.ct_form select {
    background-image: url(/wp-content/uploads/2026/05/Vector-3.png);
    background-repeat: no-repeat;
    background-position: right 25px center;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.ct_form .et_pb_contact_field[data-type=select]:after {
    display: none;
}
.ct_form textarea {
    min-height: 200px !important;
}


/***** News *****/
.custom-category-tabs {
    display: flex;
    align-items: center;
    gap: 44px;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
}
.custom-category-tabs .cat-tab {
    position: relative;
    text-decoration: none;
    color: #595959;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    PADDING: 14px 0;
    transition: 0.3s ease;
}

.custom-category-tabs .cat-tab:hover,
.custom-category-tabs .cat-tab.active{
    color:#1e1e1e;
}

.custom-category-tabs .cat-tab.active::after,
.custom-category-tabs .cat-tab:hover::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:2px;
    background:#4da3ff;
}


.custom-post-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:22px;
}

.post-card{
    background: #ffffff;
    padding: 40px;
    border-left: 4px solid #39a9ff;
    min-height:380px;
    display:flex;
    flex-direction:column;
}

.post-category{
    color: var(--gcid-fq5ywhs5v5)!important;
    font-size: 16px;
    font-weight: 600;
    text-transform:uppercase;
    margin-bottom:24px;
}

.post-date{
    margin-bottom:18px;
    font-size: 16px;
    color: #595959;
    font-weight: normal;
}

.post-title{
    margin:0 0 22px;
    line-height: 1.2;
}

.post-title a{
    color:#15439b;
    text-decoration:none;
    font-size: 28px;
    font-weight: bold;
}

.post-title a:hover{
    color:#0d2f72;
}

.post-excerpt{
    font-size:16px;
    margin-bottom: 48px;
}

.read-more-btn {
    margin-top: auto;
    text-decoration: none;
    color: #144B97;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.read-more-btn span{
    font-size:18px;
    transition:0.3s;
}

.read-more-btn:hover span{
    transform:translateX(4px);
}

.load-more-wrap{
    text-align:center;
    margin-top:40px;
}

.load-more-posts{
    border:1px solid #cfd8e3;
    background:transparent;
    padding:16px 28px;
    color:#15439b;
    font-size:13px;
    font-weight:700;
    letter-spacing:0.5px;
    cursor:pointer;
    transition:0.3s;
}

.load-more-posts:hover {
    background: #57bfff;
    color: #fff;
}

.load-more-posts span{
    margin-left:8px;
}



/** Latest Post ***/
.latest-featured-post {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.featured-post-image img{
    width:100%;
    height:500px;
    object-fit:cover;
    display:block;
}

.no-image-placeholder{
    background:#123a78;
    color:#fff;
    height:500px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
}

.featured-post-category {
    color: #57BFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

.featured-post-date {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 22px;
    font-weight: normal;
}

.featured-post-title {
    line-height: 1.25;
    padding-bottom: 20px;
}

.featured-post-title a{
    color:#15439b;
    text-decoration:none;
    font-size:44px;
    font-weight:500;
    font-family:serif;
}

.featured-post-title a:hover{
    color:#0d2f72;
}

.featured-post-excerpt {
    line-height: 1.8;
    margin-bottom: 36px;
    max-width: 600px;
    font-weight: normal;
}

.featured-read-more {
    color: #144B97;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.featured-read-more span{
    font-size:18px;
    transition:0.3s;
}

.featured-read-more:hover span{
    transform:translateX(4px);
}



/**** End News ********/

/**** Single Post ********/
.single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6 {
    font-weight: bold;
}

.single-news h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 24px;
}

.single-news h2 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    margin: 40px 0 0px;
}

.single-news h3 {
    font-size: 32px;
    line-height: 1.35;
    font-weight: 600;
    margin: 35px 0 0px;
}

.single-news h4 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
    margin: 30px 0 0px;
}

.single-news h5 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    margin: 25px 0 0px;
}

.single-news h6 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    margin: 20px 0 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.single-news ul,
.single-news ol {
    margin: 20px 0;
}
.single-news li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.single-news img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 25px 0;
}

.single-news blockquote {
    border-left: 4px solid #000;
    padding-left: 20px;
    margin: 30px 0;
    font-style: italic;
    color: #555;
}

.single-news strong {
    font-weight: 700;
}

.single-news table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.single-news table th,
.single-news table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.single-news table th {
    background: #f5f5f5;
    font-weight: 600;
}
.no-image-placeholder img {
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.category-pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
}
/**** End Single Post ********/
@media(max-width:1199px){
	.et_pb_menu .et_pb_menu__menu>nav>ul {
		gap: 20px !important;
	}
}

@media(max-width:1024px){

    .custom-post-grid{
        grid-template-columns:repeat(2, 1fr);
    }

    .post-title a{
        font-size:28px;
    }

    .latest-featured-post{
        gap:40px;
    }

    .featured-post-title a{
        font-size:34px;
    }

    .featured-post-image img,
    .no-image-placeholder{
        height:420px;
    }
}
@media(max-width: 991px){
	.et_pb_row {
		width: 95% !important;
	}
	
	.single-post h2 {
		font-size: 32px;
	}

	.single-post h3 {
		font-size: 24px;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item {
		border-bottom: 1px solid #ffffff1f !important;
	}
}


@media(max-width:767px){
	.blog article.et_pb_post {
		padding: 20px;
	}
	.blog.recent_work article.et_pb_post .post-meta {
		flex-direction: column-reverse;
		gap: 5px;
		line-height: 1.6;
	}
    .latest-featured-post{
        grid-template-columns:1fr;
        gap:30px;
    }

    .featured-post-title a{
        font-size:28px;
    }

    .featured-post-image img,
    .no-image-placeholder{
        height:300px;
    }
	
	 .custom-post-grid{
        grid-template-columns:1fr;
    }

	.post-card {
		min-height: auto;
		padding: 20px;
	}

    .post-title a{
        font-size:24px;
    }
	.custom-category-tabs .cat-tab {
		font-size: 14px;
	}
	.custom-category-tabs {
		gap: 25px;
	}
}

