<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*======================================
Theme Name: Divi Child Theme
Theme URI: https://gasengineersoftware.co.uk/
Description: Divi child theme for Gas Engineer Software
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/*add your custom CSS below this line*/

/* Custom Blog Module Filter Styles */

.dicm-category-filter-wrapper {
    padding: 10px;
    padding-right: 30px;
    background-color: #ffffff;
    border-right: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 40px;
}

.dicm-filter-heading {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 1.1em;
	font-weight: 600;
	color: #333;
}

.dicm-category-filter-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 15px; /* Row and column gap */
}

.dicm-category-filter-item {
	display: inline-flex; /* Use flex for alignment */
	align-items: center; /* Vertically center checkbox and text */
	cursor: pointer;
	margin: 0; /* Reset default label margin */
}

.dicm-category-filter-item input[type="checkbox"] {
	margin-right: 8px; /* Space between checkbox and text */
    /* Consider custom checkbox styling for better appearance */
    width: 16px;
    height: 16px;
    accent-color: #0073aa; /* Style the check color */
}

.dicm-category-filter-item span {
	font-size: 0.95em;
	line-height: 1.4;
    color: #555;
    user-select: none; /* Prevent text selection on click */
}

/* Style for checked state (optional) */
.dicm-category-filter-item input[type="checkbox"]:checked + span {
	font-weight: 500;
    color: #111;
}

/* Loading Indicator */
.dicm-filter-loader {
	text-align: center;
	padding: 15px;
	font-style: italic;
	color: #777;
	margin-top: 15px;
    background-color: rgba(255, 255, 255, 0.7); /* Slight overlay */
    border-radius: 3px;
}

/* Style for the content area during loading */
.dicm-blog-ajax-content {
	transition: opacity 0.3s ease-in-out; /* Smooth opacity transition */
}

/* Grid Layout Specific Styles (Example) */
.dicm-blog-layout-grid .dicm-post-item {
	/* Add grid styling here if not already present */
	/* e.g., width: 48%; margin: 1%; float: left; */
}

/* Pagination Styles (Ensure they look good) */
.dicm-pagination {
    clear: both;
    padding-top: 20px;
    text-align: center;
}
.dicm-pagination .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-decoration: none;
    color: #0073aa;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.dicm-pagination .page-numbers:hover,
.dicm-pagination .page-numbers.current {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}
.dicm-pagination .page-numbers.dots {
    border: none;
    background: none;
    color: #777;
}



/* =============================================
   Styling for AJAX Category Filter Widget
   ============================================= */

.dicm-category-filter-widget {
    padding: 10px;
    padding-right: 20px;
    background-color: #ffffff;
    border-right: 1px solid #eee;
    margin-bottom: 40px;
}

.dicm-category-filter-widget .widget-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2em;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-weight: bold;
}

.dicm-category-filter-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dicm-category-filter-widget li.dicm-filter-item {
  margin-bottom: 8px;
}

.dicm-category-filter-widget li.dicm-filter-item a {
  text-decoration: none;
  color: #555;
  transition: color 0.3s ease;
  display: block; /* Make link take full width */
  padding: 5px 0;
}

.dicm-category-filter-widget li.dicm-filter-item a:hover {
  color: #0C71C3; /* Divi blue on hover */
}

.dicm-category-filter-widget li.dicm-filter-item.active a {
  color: #0C71C3; /* Divi blue for active */
  font-weight: bold;
}

.dicm-category-filter-widget .dicm-cat-count {
  font-size: 0.9em;
  color: #888;
  margin-left: 5px;
}

.dicm-category-filter-widget .dicm-filter-loading {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #ddd;
  text-align: center;
  color: #888;
}
.dicm-category-filter-widget .dicm-filter-loading p {
    margin: 0;
}

/* Style for no posts found message */
.dicm-no-posts-found {
    text-align: center;
    padding: 40px 20px;
    color: #777;
    font-style: italic;
}

/* Add transition for fading content (optional) */
.dicm-custom-blog-wrapper,
.dicm-pagination {
    transition: opacity 0.3s ease-in-out;
}


/* progress bar css*/ 


.acc-title{
  font-size: 19px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  display: inline;
  cursor: pointer;
  letter-spacing: 1px;
}
.acc-content{
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #1e1e1e;
  margin-left: 50px;
  display: none;
} 
.acc-content.active{
  display: block;
}
.sec-num{
  display: inline-block;
  margin: 10px;
  text-align: center;
  width:23px;
  height:23px;
  font-size: 10px;
  border-radius: 50%;
  background: #d8e7f8;
} 
.sec5 .sec-num:before,
.sec5 .sec-num:after{
  content:none; 
}
.sec-num:after{
content: '';
background-color: #d8e7f8;
position: absolute;
width: 4px;
height: 100%;
top: 43px;
left: 21px;
display: block;
z-index: 0;
}
/*.sec-num.num-active:after{
height: 140px; 
}*/
.sec-num:before {
    content: '';
    background-color: #1F3BB3;
    position: absolute;
    width: 4px;
    height: 0px;
    top: 43px;
    left: 20px;
    display: block;
    z-index: 0;
}
.sec-num.numactived:before {
    content: '';
    background-color: #1F3BB3;
    position: absolute;
    width: 4px;
    height: 45px;
    top: 43px;
    left: 20px;
    display: block;
    background-color: #1F3BB3;
    z-index: 9;
}
.sec-num.numactived {
    background: #1f3bb3;
    color: #fff;
}
.sec1 .sec-num.num-active:before{
  transition: all 11s linear;
  -moz-transition: all 11s linear;  
  -o-transition: all 11s linear;
  -webkit-transition: all 11s linear;
  background-color: #133c6c;
  z-index: 99;
  height: 90%;
}
.sec2 .sec-num.num-active:before {
    transition: all 17s linear;
    -moz-transition: all 17s linear;
    -o-transition: all 17s linear;
    -webkit-transition: all 17s linear;
    background-color: #1f3bb3;
    z-index: 99;
    height: 90%;
}
.sec3 .sec-num.num-active:before{
  transition: all 10s linear;
  -moz-transition: all 10s linear;  
  -o-transition: all 10s linear;
  -webkit-transition: all 10s linear;
  background-color: #133c6c;
  z-index: 99;
  height: 90%;
}
.sec4 .sec-num.num-active:before{
  transition: all 10s linear;
  -moz-transition: all 10s linear;  
  -o-transition: all 10s linear;
  -webkit-transition: all 10s linear;
  background-color: #133c6c;
  z-index: 99;
  height: 90%;
}
.sec5 .sec-num.num-active:before{
  transition: all 9s linear;
  -moz-transition: all 9s linear;  
  -o-transition: all 9s linear;
  -webkit-transition: all 9s linear;
  background-color: #133c6c;
  z-index: 99;
  height: 90%;
}
.sec-num.num-active {
    background-color: #1f3bb3;
    color: #fff;
}
.sec-num.blueback {
    background-color: #1F3BB3;
    color: #fff;
}
.sec-num.blueback {
    background-color: #1F3BB3;
    color: #fff;
}
.content_sec{
padding: 10px 0px;
position: relative;
}


/* mobile view*/
.m-acc-title {
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  display: inline;
  letter-spacing: 1px;
}
.m-acc-content {
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  color: #1e1e1e;
  margin-left: 50px;
}
.m-acc-content video {
  margin-top: 15px; 
  max-height: 300px;
}
.m-content_sec {
  padding: 10px 0px;
  position: relative;
}

.m-sec-num{
  display: inline-block;
  margin: 10px;
  text-align: center;
  width:23px;
  height:23px;
  font-size: 15px;
  border-radius: 50%;
  background: #d8e7f8;
}
.msec5 .m-sec-num:before,
.msec5 .m-sec-num:after{
  content:none; 
}
.m-sec-num:after{
/*content: '';*/
background-color: #d8e7f8;
position: absolute;
width: 2px;
height: 65px;
top: 18px;
left: 10px;
display: block;
z-index: 0;
}
.m-sec-num.m-active:after{
height: 140px; 
}
.m-sec-num:before{
  content: '';
    background-color: #d8e7f8;
    position: absolute;
    width: 4px;
    height: 100%;
    top: 43px; 
    left: 21px;
    display: block;
    z-index: 0;
}
.m-sec-num.progresscompleted:before{
    background-color: #133c6c;
}
.m-sec-num.m-active:before{
  transition: all 10s;
  -moz-transition: all 0s; 
  -o-transition: all 10s;
  -webkit-transition: all 10s;
  background-color: #133c6c;
  z-index: 99;
  height: 140px;
}
.m-sec-num.numactived:before{
  background-color: #133c6c; 
  z-index: 9;
}
.m-sec-num.m-active{
  background-color: #133c6c;
  color: #fff;
}
.m-sec-num.numactived{
  background-color: #133c6c;
  color: #fff;
} 
.mline{
  background-color: #133c6c;
  position: absolute;
  width: 4px;
  max-height: 377.5%;  
  top: 40px;
  left: 21px;
  z-index: 1; 
}
.mline.lineshow{
  display: block !important;
}
.msec5 .m-sec-num:before,
.msec5 .m-sec-num:after{
  content:none; 
}
.m-content_sec.activatedclass .m-sec-num{
  background-color: #133c6c;
  color: #fff;
}


.vertical-mline{
  background-color: #133c6c;
    position: fixed;
    width: 4px;
    height: 177px;
    top: 0px;
    left: 20px;
}
.vertical-mline.fixed{
  display: block !important;
} 






.progress-container {
  width: 100%;
  height: 4px;
  background: transparent;
    -webkit-transform-origin: 0 100%;
    -webkit-transform: rotate(90deg);
    -moz-transform-origin: 0 100%;
    -moz-transform: rotate(90deg);
    -ms-transform-origin: 0 100%;
    -ms-transform: rotate(90deg);
    transform-origin: 0 100%;
    transform: rotate(90deg);      
}

.progress-bar {
  height: 4px;
  background: #133c6c;
  width: 0%;
  max-width: 20%;
  overflow: hidden; 
}

.content {
  padding: 100px 0;
  margin: 50px auto 0 auto;
  width: 80%;
}
.newheader{
  position: fixed;
  top: 18px;
  z-index: 1;
  left:28.5px;
  /* left: 15px; */
  width: 100%;
  background-color: transparent;
}
.m-sec-num span{
  position: relative;
  z-index: 99;
  vertical-align: sub;
}
.border-orng span {
    border-bottom: 2px solid #FA563B;
}
.feature-section .et_pb_main_blurb_image {
    margin-bottom: 10px;
}
.feature-section  .et_pb_column {
    margin-right: 20px !important;
}
.feature-section .et_pb_module {
    margin: 20px 0px !important;
}
.testimo-bg {
    background-image: url(/wp-content/uploads/2022/10/Vector2.png), url(/wp-content/uploads/2022/10/vector1.png) !important;
    background-position: 100% 532px, 100% 280px;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 100%;
}
.margintop {
    margin-top: -130px;
}
.testimo-home .et_pb_column {
    margin-right: 20px;
    width: 31.6667%;
}
.activatedclass .m-acc-title {
    color: #1F3BB3 !important;
}
.page-id-239303 .et_pb_section_0_tb_header.et_pb_section, .page-id-239303 .et_pb_section_1_tb_header.et_pb_section {
    background-color: transparent !important;
    padding-bottom: 0px !important;
}
.tesi-slider_div {
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin: 10px;
    width: 95% !important;
}
.testi-image {
    padding: 20px 0px;
    border-bottom: 2px solid #EAEAEB;
    margin-bottom: 16px;
}
.tesimo-slider {
    margin-top: -170px;
}
.text_inner {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Poppins';
}
.tesimo-slider  button.slick-prev.slick-arrow {
    left: auto!important;
    background: url(/wp-content/uploads/2022/10/Button.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.tesimo-slider button.slick-next.slick-arrow {
    background: url(/wp-content/uploads/2022/10/Button-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    left: 90px;
}
.tesimo-slider .slick-arrow {
    height: 64px!important;
    width: 64px!important;
    bottom: -140px;
    top: auto;
    cursor: pointer;
}
.tesimo-slider .slick-next::before, .slick-prev:before{
content: unset !important;
}
/****************media****************/
@media only screen and (max-width: 767px){
.mobile-inline {
       display: inline-block !important;
}
.feature-section .et_pb_column:last-child {
    margin-right: 20px !important;
}
.feature-section .et_pb_column {
    margin-bottom: 0px;
}
.feature-section .et_pb_blurb_content {
    display: flex;
}
.feature-section .et_pb_main_blurb_image {
    width: 20% !important;
    margin-right: 10px;
}
.feature-section .et_pb_blurb_container {
    width: 80%;
}
.mobile-inline .et_pb_button {
    width: 100%;
}
.acc-title{
  font-size: 16px;
  line-height: 20px;
}
.acc-content{
  font-size: 12px;
  line-height: 16px;
} 
.et_pb_row_18.home-feature {
    width: 100%;
}
.software-feature.et_pb_section.et_pb_section_7 {
    background-position: bottom !important;
    background-size: 100% !important;
}
.reverse {
    display: flex;
    flex-direction: column-reverse;
}
.blockbox{
  display: block !important;
}
}


/*designing-touch*/
.home-banner {
    height: 1190px;
}
ul#menu-home-menu li:last-child {
    margin-left: 0;
    padding-left: 0;
}

ul#menu-home-menu li:last-child a {
    margin-left: 0;
    padding-left: 0;
}
header .et_pb_text_0_tb_header {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
ul#menu-top-menu li {
    border-left: 1px solid rgba(216, 231, 248, 0.28);
    margin-top: 0;
}
ul#menu-top-menu li:first-child {
    border-left: 0;
}
div.et_pb_section.et_pb_section_4.image-bg-section {
    background-position: center top;
    background-size: 100% 95%;
}
.easy-start h6 {
    padding: 0;
}
body .easy-start {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px !important;
    padding-top: 15px !important;
}

@media(max-width: 767px){
.c-experience .et_pb_row.et_pb_row_3 {
    width: 100%;
    margin: 0 !important;
    padding: 0 15px !important;
}
.a-o-platform {
    padding-top: 0 !important;
}

.a-o-platform .et_pb_row_25.reverse {
    padding-top: 0;
}

.platform-icon.et_pb_row_26.et_pb_row h6 a {
    font-size: 12px !IMPORTANT;
    text-align: center;
    text-decoration: none;
    font-weight: lighter;
}

.platform-icon.et_pb_row_26.et_pb_row h6 {
    font-size: 12px !important;
    text-align: center;
    text-decoration: none;
}
.testimo-bg .et_pb_row.et_pb_row_49.reverse {
    margin-top: 120px !IMPORTANT;
}
.tesi-slider_div {
    margin: 0 15px 20px 15px;
    width: 92% !important;
}
.software-feature .et_pb_row_20.et_pb_row .et_pb_button_5_wrapper a.et_pb_button {
    width: 100%;
    font-size: 16px !IMPORTANT;
}
.software-feature .et_pb_row_20.et_pb_row {
    margin: 0 auto !important;
}
.testimo-bg .et_pb_row.et_pb_row_21 {
    width: 100%;
    margin: 0 !important;
}
.software-feature .et_pb_row_20.et_pb_row .et_pb_button_5_wrapper {
    margin: 0 !important;
}
.home-banner {
    height: 740px;
    border-bottom: 3px solid #FA563B;
}
.c-experience .et_pb_row.et_pb_row_3 {
    width: 100%;
    margin: 0 !important;
    padding: 0 15px !important;
}
.feature-section .et_pb_column {
    margin-right: 0 !important;
}
.platform-icon.et_pb_row_26.et_pb_row {
    margin: 0 !important;
}
.software-feature .et_pb_row_18.et_pb_row {
    margin: 0 !important;
    padding-bottom: 0;
}
.c-experience{
    margin-top: 0 !important;
}
.c-experience .btnmobile {
    width: 295px;
    margin: 0 auto;
}
.logos-section .et_pb_row_7.et_pb_equal_columns {
    padding-top: 0;
}
.logos-section .et_pb_row_7.et_pb_equal_columns {
    padding-top: 0;
}
.feature-section .et_pb_column .et_pb_module h4, .feature-section .et_pb_column .et_pb_module a {
    font-size: 16px;
    line-height: 20px;
}
.feature-section .et_pb_column:last-child {
    margin-right: 0 !IMPORTANT;
}
.btnmobile {
    width: 100% !IMPORTANT;
}
.feature-section .et_pb_column .et_pb_module {
    margin-left: 15px !IMPORTANT;
    margin-right: 15px !IMPORTANT;
}
.home-banner .et_pb_row.et_pb_row_0.et_pb_equal_columns {
    margin: 0 !IMPORTANT;
    padding: 0 15px !IMPORTANT;
    width: 100% !IMPORTANT;
}
body .platform-icon.et-last-child {
    width: 100% !IMPORTANT;
    margin: 0 !important;
    padding: 0 15px !IMPORTANT;
}
.platform-icon.et-last-child .et_pb_image_sticky {
    margin: 0 auto;
}
.logos-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.logos-section .et_pb_row.et_pb_row_4 {
    padding-top: 0 !important;
    padding-bottom: 25px !important;
}

.logos-section .et_pb_column {
    margin-bottom: 0;
}
}
.blog-sidebar{
	font-family:Poppins,Helvetica,Arial,Lucida,sans-serif;
}

.sidebar-title{
	line-height: 32px;
	letter-spacing:1px;
	font-size: 1.2em !important;
	font-weight: 600 !important; 
    text-align: left;
	padding-bottom:10px;
	margin-bottom:5px;
}

.menu-arrow {
	font-size:12px;
}

.category-menu{	
	padding-bottom: 15px !important;
	line-height: 15px !important;
}

.category{
	padding-bottom:15px !important;
}

.category{
	color:rgb(102, 102, 102);
	font-weight: 600 !important;
}	
.subcategory{
	margin-left:10px;
	color:rgb(102, 102, 102);
	font-weight: 400 !important;
	font-size: 16px !important;
}

.category:hover,.subcategory:hover{
	color:#fa563b;
	cursor:pointer;
}

.subcategory {
	margin-left:20px;
	padding-bottom:5px;
	margin-bottom:5px;
	
}

@media only screen and (min-width:767px) and (max-width:991px){
    .desktop_mainrow .et_pb_column_1_2{
        width: 40%;
        float: left;
    }
    .desktop_mainrow .et_pb_column_1_2.et-last-child{
        width: 60%;
        float: left;
    }
    .sec-num{
        padding-top: 3px;
    } 
	
 
}
@media only screen and (min-width:700px) {
    .mline{
        max-height: 395%; 
      }

    
}

body .main_banner_section .et_pb_button_1_wrapper {
	margin-top: 15px !important;
	margin-right: 10px !important;
	margin-bottom: 15px !important;
	margin-left: 0px !important;
}

body .et_pb_button_1_wrapper .button_startfreetrial.et_pb_button {
	font-size: 18px;
	background-color: #fa563b;
	border-color: #fa563b;
	border-radius: 8px;
	font-weight: 700;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 1.7em !important;
	padding-top: 15px !important;
	padding-right: 10px !important;
	padding-bottom: 15px !important;
	padding-left: 10px !important;
}

.wpcf7-form .wpcf7-submit {
    font-weight: bold;
}


.eapps-countdown-timer-position-top-bar-floating {
	/*display: block!important;*/
	z-index: 999999!important;
}

#wpadminbar {
	z-index: 99999999;
}

.et-admin-page .eapps-countdown-timer-position-top-bar-floating {
	display: none!important;
}

.yt-video-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

.yt-video-wrapper .yt-thumbnail {
	position: relative;
	z-index: 1;
}

.yt-video-wrapper .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	background-color: #FA563B;
	border-radius: 6px;
	padding: 10px 20px;
	display: flex;
}

.yt-video-wrapper .play-btn svg {
	height: 35px;
	width: 35px;
}

.yt-video-wrapper:hover {
	cursor: pointer;
}

.hero-video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	width: 100vw;
	z-index: -1;
}

.main_banner_section_ {
	position: relative;
}

.main_banner_section_ .et_pb_column, .main_banner_section_ .et_pb_row {
	position: static;
}

.hero-video * {
	height: 100%;
}

.hero-video video {
	object-fit: cover;
	width: 100%;
}

.video-testimonials-row * {
	vertical-align: bottom;
}
</pre></body></html>