body {}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-110 {
    margin-top: 110px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-130 {
    margin-top: 130px;
}
.mt-140 {
    margin-top: 140px;
}
.mt-150 {
    margin-top: 150px;
}
.mt-200 {
    margin-top: 200px;
}
.mt-250 {
    margin-top: 250px;
}
.pull-left {float: left;}
.pull-right {float: right;}
.embed {
    position: relative;
    padding: 0px;
    padding-bottom: 56.25%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;
}
embed {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; 
}
.embed iframe,
.embed object,
.embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.post-img, .embed {
    margin: 0 0 15px 0;
}

.main-slider {
	position: relative;
	padding-top: 0px;
}
.page-1.content > .container {

}
.gray-bg {
    background: #f9f9f9;
    padding: 30px 0 25px;
}
.white-bg {
    background: #ffffff;
    padding: 50px 0 0;
}
.row.content-center {
    display: flex;
    align-items: center;
}
.testim {
	width: 100%;
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	-o-transform: translatey(-50%);
    transform: translatey(-50%);
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
        cursor: pointer;
}

.testim .arrow:hover {
    color: green;
}
    

.testim .arrow.left {
    left: 70px;
}

.testim .arrow.right {
    right: 70px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
        height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid green;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
        position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: green;
    border-color: green;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
        overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
	width: 100%;
	display: block;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: green;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #333;
    width: 70%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }
    
    .testim .cont div p {
        line-height: 25px;
    }

}


/* Home Page CSS */
	/*#K & L Gas modal {
		display: none !important;
	}
	.modal-backdrop {
		display: none !important;
	}*/
	#mega-menu-item-2222 a:hover ul.mega-sub-menu {
		opacity: 1;
		visibility: visible;
	}

	ul#mega-menu-max_mega_menu_2 li.mega-menu-item:hover ul.mega-sub-menu {
		opacity: 1 !important;
		visibility: visible !important;
	}
	a.top-header-button {
        background: #15a765;
        border: 1px solid #15a765;
        display: inline-block;
        font-size: 20px;
        float: right;
        font-weight: 500;
        -webkit-border-top-left-radius: 15px;
        -webkit-border-bottom-right-radius: 15px;
        -moz-border-radius-topleft: 15px;
        -moz-border-radius-bottomright: 15px;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        line-height: 40px;
        height: 40px;
        padding: 0px 10px 0px 10px;
        vertical-align: baseline;
        width: auto;
        color: #fff;
        text-transform: none;
        text-decoration: none;
        text-align: left;
        font-family: inherit;
        font-size: 16px;
        font-weight: bold;
        outline: none;
	}
	a.top-header-button:hover {
		border:1px solid #0c7847;
	}
	a.top-header-button i {
		display: inline-block;
		padding-left: 5px;
	}
	#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link:focus {
        color: #88d7ff !important;
    }
    h2.green.super-large-text {
    	margin: 60px 0 20px 0;
    }
    .services-section {
    	background: #ffffff;
    	padding: 20px;
    	-webkit-border-top-left-radius: 30px;
	    -webkit-border-bottom-right-radius: 30px;
	    -moz-border-radius-topleft: 30px;
	    -moz-border-radius-bottomright: 30px;
	    border-top-left-radius: 30px;
	    border-bottom-right-radius: 30px;
	    box-shadow: 0 0 15px #b8b8b8;
    }
    .services-section img {
    	width: 100%;
	    max-width: 100%;
	    -webkit-border-top-left-radius: 30px;
	    -webkit-border-bottom-right-radius: 30px;
	    -moz-border-radius-topleft: 30px;
	    -moz-border-radius-bottomright: 30px;
	    border-top-left-radius: 30px;
	    border-bottom-right-radius: 30px;
	    margin-bottom: 20px;
	    margin-top: 10px;
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > 
    li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.active a.mega-menu-link {
    	background: #fcacaf;
    	color: #000000;
	}
	.image-section {
		padding-left: 50px;
		padding-bottom: 50px;
		display: flex;
		position: relative;
	}
	.image-section.right-img {
		padding-right: 50px;
    	padding-left: 0;
	}
	.image-section .up-image {
		position: absolute;
		bottom: -55px;
		padding: 0;
		border: 15px solid #fff;
		left: -5px;
        margin-bottom: 15px;
	}
	.image-section.right-img .up-image {
		right: -5px;
		left: auto;
	}
	.parallax-design {
		background: #313131;
		color: #fff;
		padding: 50px;
		text-align: center;
	}
	.parallax-design p,
	.parallax-design strong {
		color: #fff;
		line-height: 36px;
		font-size: 18px;
	}
	.parallax-design p a {
		color: #ffffff;
	}
	.parallax-design p a:hover {
		color: #fe6876;
	}
	.parallax {
        background: url('../images/banner/parallax-1.jpg') no-repeat center center;
        padding: 150px 0;
        background-size: cover;
    }
    .para-border {
		border-bottom: 1px solid #eaeaea;
		padding-bottom: 20px;
    }
    ul.footer-links {}
    ul.footer-links li {
    	line-height: 30px;
    }
    ul.footer-links li a {}

    h1.top-heading {
    	margin-bottom: 30px;
    }
    #faqs .accordion-item {}
    #faqs .accordion-item button.accordion-button.collapsed {
		text-align: left;
		font-size: 18px;
		padding: 15px 20px;
		border: 0;
		outline: none;
		cursor: pointer;
        background: #f5f5f5;
        color: #515151;
    }
    #faqs .accordion-item button:hover,
    #faqs .accordion-item button.accordion-button {
    	text-align: left;
		font-size: 18px;
		padding: 15px 20px;
		border: 0;
		outline: none;
		cursor: pointer;
    	background: #138951;
        color: #ffffff;
    }
    #faqs .accordion p {
    	margin-bottom: 30px
    }
    #faqs .accordion-body {
    	margin-bottom: 30px;
    	margin-left: 20px;
    }
    .image-section {}
    .image-section .img-fluid {
    	width: 100%;
    	max-width: 100%;
    }
    .btn-primary:not(:disabled):not(.disabled).active, 
    .btn-primary:not(:disabled):not(.disabled):active, 
    .show>.btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0c7847;
        border-color: #0c7847;
    }
    a.btn.btn-primary:hover {
        color: #fff;
        background-color: #0c7847;
        border-color: #0c7847;
    }
    .footer-contact-info a {
        position: relative;
    }
    .footer-contact-info i.ficon {
        position: relative;
        top: 0;
        margin-bottom: 10px;
        color: #d0cbff;
    }
    .footer-contact-info i.fa-fax {
        margin-bottom: 11px;
    }
/* Home Page CSS */



.bg-abstract-background {}
.bg-abstract-background.new-background {
    background: rgb(213,214,234);
    position: relative;
}
.bg-abstract-background.new-background > div {
    position: absolute;
    top: -70px;
}
.bg-abstract-background .col-lg-4 > div {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin: 0 0 30px;
    min-height: 290px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-bottom: 15px solid #a0a2d4;
    border-top: 15px solid #d58e8b;
}
.bg-abstract-background .col-lg-4 > div strong  {
    display: inline-block;
} 
.list-style-1 {
    padding-left: 15px;
}
.list-style-1 li {
    margin-bottom: 10px;
}
.google-map {}
.google-map .col-sm-6 {
    padding: 0px !important;
}
.station-content h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.station-content i {
    min-width: 30px;
    text-align: center;
    color: #0c7847;
}
footer .text-center.white {
    line-height: 30px;
}
input.form-control {
    border: 1px solid #ced4da;
    min-height: 36px;
    margin-bottom: 20px;
}
input.form-control:focus {
    outline: none;
}
input.btn.btn-info:focus {
    border:0px;
}
.salesforce-form .btn.btn-info {
    width: 100%;
}
.btn.btn-info:focus {
    outline: 0;
    border:0px;    
}
.features-banner {
    box-shadow: 0px 0px 20px #ddd;
    padding: 15px;
    border: 1px solid #aaa;
    margin-bottom: 30px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.25px;
    padding: 0px 10px 0px 10px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    margin: 0 0 0 0px;
}
#mega-menu-wrap-primary #mega-menu-primary li li.mega-current-menu-item a {
    background: #1acb7b !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    font-size: 22px;
    position: relative;
    top: -2px;
}
header {}
header .col-lg-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
img.brand-logo {
    width: 250px;
}
.m-header-margin {
    padding: 5px 0 !important;
}
.tagline-text {
    color: #ffffff; 
    font-weight: 700; 
    font-size: 28px;
}
.tagline-text a {
    color: #8cd7ff;    
}

.bg-abstract-background.home-page {}
#sample_slider {}
#sample_slider h2 {
    text-align: center;
}
#sample_slider p {
    color: #313131 !important;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}
.clients-heading {
    text-align: center;
}

.owl-carousel .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.owl-carousel .owl-item > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.home-page-slider .owl-carousel .owl-item > div {
    width: 100%;
    display: flex !important;
    text-align: center;
}
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel button.owl-dot {
    outline: none !important;
}
.page-1 .white .sa_owl_theme .owl-nav .owl-next,
.page-1 .white .sa_owl_theme .owl-nav .owl-prev {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
}
ul.info-list {
    margin-top: 30px;
    margin-left: 10px;
}
ul.info-list.resources-list {
    margin-top: 0px;
    margin-left: 0px;
}
ul.info-list li {
    list-style-type: none;
    list-style: none;
    margin-bottom: 20px;
}
ul.info-list li a {
    text-decoration: none;
}
ul.info-list li a:hover {
    text-decoration: underline !important;
}
ul.info-list li a img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li {
    border-bottom: 1px solid #0e985a;
    border-left: 1px solid #0e985a;
    border-right: 1px solid #0e985a;
}
.services-section-1 {
    margin-bottom: 30px;
}

.slider-button {
    color: #fff;
    background-color: #15a765;
    border-color: #15a765;
    margin-top: 25px;
    padding: 15px 30px;
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 500;
    border-radius: 80px;
    border-bottom: 5px solid #fff;
}
.slider-button:hover {
    border-bottom: 5px solid #0c7847 !important;
    background-color: #0c7847 !important;
    border-color: #0c7847 !important;
}


@media only screen and (min-width: 1170px) {
    .covered-description {
        min-height: 84px;
    }
}

@media only screen and (max-width: 1440px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 16px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 8px 0px 8px;
        /*background: #fff !important;*/
    }
    .bomb-large-text {
        font-size: 42px;
    }
    .slider-button {
        margin-top: 20px !important;
        padding: 10px 30px !important;
        font-size: 20px !important;
        letter-spacing: 1px !important;
        border-radius: 30px !important;
    }
}
/* @media only screen and (max-width: 1440px) { */

@media only screen and (max-width: 1300px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1250px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 14px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 5px 0px 5px;
    }
}


@media only screen and (min-width: 1025px) and (max-width: 1270px) {
    .tagline-text {
        font-size: 20px;
    }
    h1.green.top-text {
        font-size: 32px;
        line-height: 40px;
        margin: 0px;
    }
    h2, .h2 {
        font-size: 24px;
        padding-bottom: 0px;
    }
    .large-text {
        font-size: 20px;
    }
    a.top-header-button {
        font-size: 15px;
    }
    .super-large-text {
       font-size: 30px;
    }
    h1, .h1 {
        font-size: 36px;
    }
    .covered-description {
        min-height: 90px;
    }
    .bomb-large-text {
        font-size: 30px;
    }
    h2.green.super-large-text {
        margin: 0px 0 20px 0;
    }
    .container.mt-150 {
        margin-top: 100px;
    }
}
/* @media only screen and (min-width: 1025px) and (max-width: 1270px) { */


@media only screen and (max-width: 1024px) {
    header .pull-left,
    header .pull-right { float: none; width: 100%; }
    header .col-lg-12 {
        display: block;
    }
    .m-header-margin {
        margin-bottom: 5px;
    }
    header > .bg-green {
        display: none;
    }
    header .col-lg-12 > .pull-left {
        text-align: center;
        margin-bottom: 15px;
    }
    .inner {
        margin-top: 0px;
    }
    .tagline-text {
        font-weight: 700; 
        font-size: 18px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle {
        background: #0c5333;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li > a {
        color: #ffffff;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        width: 30px;
        height: 3px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
        width: 32px;
        height: 24px;
    }
    h1.green.top-text {
        text-align: left !important;
    }
    h1,
    h1 span {
        font-size: 28px;
    }
    h2,
    h2 span,
    .super-large-text {
        font-size: 22px;
    }
    h3,
    h3 span {
        font-size: 20px;
    }
    .content img {
        margin: 0;
    }
    .home-services h3 {
        margin-top: 0px;
    }
    .home-services .mb-30 {
        margin-bottom: 0px;
    }
    h2.green.super-large-text {
        margin: 60px 0 30px 0;
        font-size: 26px;
    }
    .services-section {
        margin-bottom: 40px;
    }
    .bg-abstract-background.home-page {
        padding-top: 0px !important;
    }
    .bomb-large-text {
        font-size: 24px;
    }
    .container.img-overlay-none .bomb-large-text {
        position: absolute;
        bottom: 5px;
    }
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
        color: #fff;
    }
    .bg-abstract-background.new-background > div {
        position: absolute;
        top: 0;
    }
    .container.mt-150 {
        margin-top: 50px;
    }
    #mega-menu-wrap-primary {
        margin-bottom: 15px;
    }
    .testim .arrow.right {
        right: 10px;
    }
    .testim .arrow.left {
        left: 10px;
    }
    .page-1 .white .sa_owl_theme .owl-nav .owl-next {
        right: -20px;
    }
    .page-1 .white .sa_owl_theme .owl-nav .owl-prev {
        left: -20px;
    }
    .services-section-1 {
        margin-bottom: 20px;
    }
    .bg-abstract-background {}
    .bg-abstract-background .py-5 {
        padding-bottom: 0px !important;
    }
    .bg-abstract-background .sec-1 {
        padding-bottom: 40px;
    }
    .image-section {
        padding-bottom: 150px;
        margin-bottom: 20px;
    }
    .content img.about-us-img {
        margin-bottom: 20px;
    }
    .col-sm-8.offset-2 {
        margin-left: 0% !important;
    }
    .content img.mobile-bottom-30 {
        margin-bottom: 30px;
    }
    .content ul li {
        padding-top: 0;
        padding-bottom: 10px;
    }
    ul.list-style-1 {
        padding-left: 20px;
        margin-bottom: 30px !important;
    }
    .slider-button {
        margin-top: 10px !important;
        padding: 8px 25px !important;
        font-size: 17px !important;
        letter-spacing: 1px !important;
        border-radius: 30px !important;
    }
}
/* @media only screen and (max-width: 1024px) */


.home-page-slider #slider_578 .owl-stage {
    background-color: #364351;
}

@media only screen and (min-width: 2351px) and (max-width: 2400px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 840px !important;
    }
}

@media only screen and (min-width: 2301px) and (max-width: 2350px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 830px !important;
    }
}

@media only screen and (min-width: 2251px) and (max-width: 2300px) {
    .home-page-slider .owl-carousel .owl-item > div {   
        min-height: 815px !important;
    }
}

@media only screen and (min-width: 2201px) and (max-width: 2250px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 800px !important;
    }
}

@media only screen and (min-width: 2151px) and (max-width: 2200px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 765px !important;
    }
}

@media only screen and (min-width: 2101px) and (max-width: 2150px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 750px !important;
    }
}

@media only screen and (min-width: 2051px) and (max-width: 2100px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 725px !important;
    }
}

@media only screen and (min-width: 1981px) and (max-width: 2050px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 710px !important;
    }
}

@media only screen and (min-width: 1921px) and (max-width: 1980px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 690px !important;
    }
}
@media only screen and (min-width: 1821px) and (max-width: 1920px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 675px !important;
    }
}
@media only screen and (min-width: 1721px) and (max-width: 1820px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 635px !important;
    }
}
@media only screen and (min-width: 1621px) and (max-width: 1720px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 615px !important;
    }
}
@media only screen and (min-width: 1521px) and (max-width: 1620px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 565px !important;
    }
}
@media only screen and (min-width: 1421px) and (max-width: 1520px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 530px !important;
    }
}
@media only screen and (min-width: 1321px) and (max-width: 1420px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 495px !important;
    }
}
@media only screen and (min-width: 1221px) and (max-width: 1320px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 460px !important;
    }
}
@media only screen and (min-width: 1171px) and (max-width: 1220px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 435px !important;
    }
}
@media only screen and (min-width: 1121px) and (max-width: 1170px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 410px !important;
    }
}
@media only screen and (min-width: 1071px) and (max-width: 1120px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 390px !important;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1070px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 375px !important;
    }
}
@media only screen and (max-width: 1024px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 365px !important;
    }
}
@media only screen and (max-width: 991px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 330px !important;
    }
}
@media only screen and (max-width: 900px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 295px !important;
    }
}
@media only screen and (max-width: 800px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 285px !important;
    }
}
@media only screen and (max-width: 768px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 270px !important;
    }
}
@media only screen and (max-width: 721px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 270px !important;
    }
}
@media only screen and (max-width: 681px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 255px !important;
    }
}
@media only screen and (max-width: 641px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 220px !important;
    }
}
@media only screen and (max-width: 600px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 205px !important;
    }
}
@media only screen and (max-width: 568px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 195px !important;
    }
}
@media only screen and (max-width: 520px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 178px !important;
    }
}
@media only screen and (max-width: 480px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 164px !important;
    }
}
@media only screen and (max-width: 420px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 142px !important;
    }
}
@media only screen and (max-width: 380px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 128px !important;
    }
}
@media only screen and (max-width: 350px) {
    .home-page-slider .owl-carousel .owl-item > div {
        min-height: 118px !important;
    }
}

@media only screen and (max-width: 991px) {
    .services-section-1 {
        margin-bottom: 0px;
    }
    .slider-button {
        margin-top: 70px !important;
        padding: 5px 15px !important;
        font-size: 16px !important;
        letter-spacing: 1px !important;
        border-radius: 30px !important;
        border-bottom: 0px !important;
    }
    h1.green.top-text {
        padding-bottom: 0 !important;
    }
    p.covered-description {
        padding-top: 15px !important;
    }
    .bg-abstract-background.new-background {
        min-height: 80px;
    }
    .logo-section .d-flex.justify-content-around {
        display: block !important;
        margin-bottom: 30px !important;
    }
    .logo-section .d-flex.justify-content-around > div {
        padding-bottom: 15px !important;
        padding-top: 30px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu 
    li.mega-menu-item a.mega-menu-link {
        font-size: 15px;
        padding: 3px 10px 3px 10px;
        line-height: 35px;
    }
    .mobile-section-duty-1 {
        display: none;
    }
    .mmb-0 {
        margin-bottom: 0px !important;
    }
}
/* @media only screen and (max-width: 991px) { */

@media only screen and (max-width: 420px) {
    .slider-button {
        margin-top: 30px !important;
        padding: 5px 15px !important;
        font-size: 15px !important;
        letter-spacing: 1px !important;
        border-radius: 30px !important;
        border-bottom: 0px !important;
    }
}

.owl-item #slider_578_slide03 {
    /*display: flex !important;
    justify-content: flex-start;
    padding-top: 30px !important;*/
}
.slider-text-3 {}
.slider-text-3 h2 {
    font-size: 60px;
    line-height: 66px;
    margin: 0px;
    padding: 0px;
}
.slider-text-3 h3 {
    font-size: 48px;
    line-height: 54px;
}