/* Custom CSS for Arc Energy */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.uk-logo {

    padding-right: 35px;
}

.tm-header a.uk-navbar-item.uk-logo {
    position: relative;
    bottom: 30px;
    margin-bottom: -22px;
}

a.uk-navbar-item.uk-logo::after {
    content: "";
    position: absolute;
    bottom: -11px;
    right: -1px;
    width: 1px;
   height: 160%;
    z-index: 100;
    background: #e1e1e1;
}



.top-nav .uk-subnav > * > :first-child {
    font-size: 16px !important;

    border-right: 1px solid #e1e1e1;
    padding-right: 25px;
	
}
.top-nav ul.uk-subnav {
    margin-left: 28px;
}

.top-nav .uk-subnav>* {
	padding-left: 25px
}
.uk-navbar-nav>li.uk-active>a {
    font-weight: 600;
}
.top-nav .uk-subnav>li.uk-active>a {
    font-weight: 600;
}

a.top-text:hover {
    background: #17244e;
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
}



/* 'mega' menu styling */
img.menu-img {
    position: relative;
    top: 0;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;

}
.mega-menu-item {
    flex-direction: column;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 20px;
    margin-top: 30px;
}

.mega-menu-item a {
    display: flex;
    flex-direction: column !important;
}
span.menu-text {
	position: relative;
}
.uk-active span.menu-text::after {
    content: '';
    position: absolute;
    bottom: -20px;
    height: 7px;
    width: 100%;
    background: linear-gradient(to right, #1399ba, #65b84a);
    border-radius: 2px;
    display: block;
}
.uk-navbar-nav>li>a:hover span.menu-text::after {
    content: '';
    position: absolute;
    bottom: -20px;
    height: 7px;
    width: 100%;
    background: linear-gradient(to right, #1399ba, #65b84a);
    border-radius: 2px;
    display: block;
	transition: 0.2s;
}



/* sub pages - sub nav's */
.inner-nav .el-item {
	position: relative;
    margin-right: 40px;
}
.inner-nav .el-item.uk-active::after {
    content: '';
    position: absolute;
    bottom: -20px;
	left: 0px;
    height: 7px;
    width: 110%;
    background: linear-gradient(to right, #1399ba, #65b84a);
    border-radius: 2px;
    display: block;
	transition: 0.2s;
}





.gradient-left {
	position: relative;
	margin-top: 80px;
	margin-bottom: 80px !important;
}
.gradient-left::before {
	content: "";
    position: absolute;
    top: -15%;
    left: -20px;
    width: 10px;
    height: 130%;
	z-index: 100;
    background: linear-gradient(0deg, rgba(8,149,203,1) 0%, rgba(86,178,95,1) 100%);
}

.gradient-below-image .el-title {
	position: relative;
}

.gradient-below-image .el-title::before {
	content: "";
    position: relative;
    top: -10px;
    width: 100%;
    height: 6px;
	z-index: 1000;
	display: inherit;
    background: linear-gradient(90deg, rgba(8,149,203,1) 0%, rgba(86,178,95,1) 100%);
}




.gradient-overlay .el-item {
	position: relative;
}
.gradient-overlay .el-title {
	position: relative;
	z-index: 2;
}
.gradient-overlay .el-item::before {
	content: '';
	position: absolute;
    display: block;
    height: 0%;
    width: 100%;
    bottom: 0;
    transition: height 0.5s ease-out;
    background:linear-gradient(90deg, rgb(8 149 203 / 84%) 0%, rgb(86 178 95 / 85%) 100%);

}
.gradient-overlay .el-item:hover::before {
    height: 100%;
	z-index: 1;
}



.case-overlay .uk-cover-container {
	position: relative;
}

.case-overlay .uk-cover-container::before {
	content: '';
	position: absolute;
    display: block;
    height: 0%;
    width: 100%;
    bottom: 0;
    transition: height 0.5s ease-out;
    background:linear-gradient(90deg, rgb(8 149 203 / 84%) 0%, rgb(86 178 95 / 85%) 100%);

}
.case-overlay .uk-cover-container:hover::before {
    height: 100%;
	z-index: 1;
}


.green-border-left .uk-tile {
	border-left: 8px solid #69b945;
}

.about-grid .el-title {
	position: relative;
	padding-top: 20px;
}

.about-grid .el-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #69b945;
    height: 7px;
    width: 137px;
}



/* code for main nav right grey border */
.uk-navbar-nav>li>a {
    border-right: 1px solid #e1e1e1;
    padding-right: 25px;

}

.uk-navbar-nav>li:nth-child(4)>a{
    border-right: 0px;
}



/* code for grey right on sub-menu's */
/*
.uk-navbar-nav>li>a {
	position: relative;
}
.uk-navbar-nav>li>a::before {
    content: '';
    position: absolute;
    top: 12px;
    right: -15px;
    width: 1px;
    height: 52px;
    background-color: #d9d9d9;
}
*/


/* accordian styling */
.uk-accordion .el-item {
    border: 1px solid #d9d9d9;
    padding: 30px 55px;
	background: white;
}

.uk-accordion .el-title {
	color: #000000;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    padding-right: 45px;
}

.uk-accordion-title::before {
    content: "";
    width: 1.2em;
    height: 1.2em;
    margin-left: 10px;
    float: right;
    background-image: url(/wp-content/uploads/2023/02/plus-symbol-button.svg);
    background-repeat: no-repeat;
	background-size: cover;
    background-position: 50% 50%;
}

.uk-open > .uk-accordion-title::before {
    background-image: url(/wp-content/uploads/2023/02/calculation-operations-minus-sign.svg);
}

.uk-accordion .el-content.uk-panel {
    font-size: 16px;
    line-height: 25px;
    color: #666;
}

/* breadcrumb styling */
.page-breadcrumbs {
	background: linear-gradient(90deg, rgba(8,149,203,1) 0%, rgba(86,178,95,1) 100%);
}

.page-breadcrumbs.uk-section-xsmall {
    padding-top: 10px;
    padding-bottom: 10px;
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before  {
    content: "";
    display: inline-block;
    margin: 0 20px 0 calc(20px - 4px);
    background-image: url(/wp-content/uploads/2023/02/right-chevron-1.svg);
    width: 10px;
    height: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.uk-light .uk-breadcrumb > :last-child > *, .uk-light .uk-breadcrumb > * > * {
	color: white;
	font-size: 14px;
	font-family: 'Poppins';
}

/* footer styling */
.footer-list .el-item {
	margin-right: 20px;
}

.footer .el-content {
    font-family: 'Poppins';
}

.footer-list a {
    color: #99a1a9;
    font-size: 15px;
}

.footer-list a:hover {
	color: #62B74E;
    text-decoration: none;
}

.copyright * {
    color: #99a1a9;
    font-family: Poppins;
}

.footer {
	background: #17244e;
	position: relative;
}

.gradient-strip::before {
	content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 14px;
	z-index: 100;
    background: linear-gradient(90deg, rgba(8,149,203,1) 0%, rgba(86,178,95,1) 100%);
}
.gradient-strip {
	position: relative;
}


.strip {
	border-top: 2px solid lightgrey;
	padding: 20px;
}
.strip-bottom {
	border-top: 2px solid lightgrey;
	padding: 20px;
}




.tm-header a.uk-navbar-item.uk-logo {
    position: relative;
    bottom: 33px;
    height: 120px;
}
.tm-toolbar .uk-container {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
	
}
.tm-toolbar {
  padding-top: 0px;  
    padding-bottom: 0px;
	border-bottom: 1px solid #e1e1e1;
	margin-left: 230px;
    border-left: 1px solid #e1e1e1;
}

.tm-toolbar .uk-margin-auto-left {
    position: relative;
}


.tm-toolbar .uk-grid-medium.uk-child-width-auto.uk-flex-middle.uk-grid div {
    padding-left: 0px;
}

.right-border {
	border-right: 1px solid #e1e1e1;
	padding-top: 10px;
    padding-bottom: 10px;
}
.top-text {
    color: #1a1a1c;
	padding: 20px;
    text-align: center;
    font-size: 16px;
    font-family: 'Poppins';
    position: relative;
    transition: 0.2s;
}

.top-icon {
    bottom: 1px;
    position: relative;
    padding-right: 10px;
	height: 18px;
}



.el-item.uk-card {
    box-shadow: 0 0 15px 2px #ededed;
}
.el-item.uk-tile-default {
	box-shadow: 0 0 15px 2px #ededed;
}






.navy-overlay .uk-tile-secondary {
	background: #17244ee3;
	color: white;

}

.arc-difference  {

	margin-top: 150px;
	margin-bottom: 150px !important;
}
.arc-difference h1 {
	position: relative;

}
.arc-difference h1::before {
	content: "";
    position: absolute;
    top: 0%;
    left: -40px;
    width: 10px;
    height: 170%;
	z-index: 100;
    background: linear-gradient(0deg, rgba(8,149,203,1) 0%, rgba(86,178,95,1) 100%);
}




.gradient-below img.el-image {
    position: relative;
    border-bottom: 10px solid #0996cb;
    border-image: linear-gradient(90deg, rgba(8,149,203,1) 0%, rgba(86,178,95,1) 100%) 10;
}



/* enquiry form */


.ginput_container input, .ginput_container textarea, .ginput_container select {
    color: #17244e;
	background-color: white;
	border-radius: 0em !important;
	border: 2px #e1e1e1 solid;
    font-family: 'poppins' !important;
    font-size: 16px !important;
	font-weight: 500;
    padding: 12px 12px !important;
    max-height: 180px;
    outline: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-family: 'poppins' !important;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    display: inline-block;
    padding: 0;
}
.ginput_container input::placeholder, .ginput_container textarea::placeholder, .ginput_container select::placeholder, .ginput_container select {
	color: #17244e  !important;
}

/*
.banner-form .ginput_container input, .ginput_container textarea, .ginput_container select {
    color: #fff;
	background-color: transparent;
	border: 2px #e1e1e1 solid;
}

.banner-form .ginput_container input::placeholder, .ginput_container textarea::placeholder, .ginput_container select::placeholder, .ginput_container select {
	color: #fff  !important;
}
*/

/* enquiry button */ 
.gform_footer input {
    background:  #69b945;
    color: #fff;
	border: 2px #69b945 solid;
	cursor:pointer;
	padding: 10px 30px;
	font-size: 20px;
	font-weight: 600;	
	font-family: 'poppins';
	letter-spacing: 0px;
	text-transform: inherit;
	transition: 0.1s !important;
    background-origin: border-box;
}

.gform_footer input:focus, .gform_footer input:hover {
	background: #17244e;
    color: #fff;
	border: 2px #17244e solid;
}

p.gform_required_legend {
    display: none;
}

div.services_sec{
    display:none !important; 
}

.home-banner {
    position: relative;
}

.home-banner:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 101%;
    height: 142px;
    background-image: url(/wp-content/uploads/2023/02/r-shape.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}





/* Used on Contact Page & FAQ Page with JS to toggle tab content */
.hidden {
    display:none;
}

.active{
    display: flow-root;
}









ul.uk-nav.uk-nav-default > li:nth-child(2),
ul.uk-nav.uk-nav-default > li:nth-child(3){
    border-top: 1px solid white;
    margin-top: 5px
}





@media (min-width: 960px) {

    .uk-navbar-toggle {
        display: none;
    }


}



@media (max-width: 1400px) and (min-width: 1100px) { 
	
	.top-nav .uk-subnav > * > :first-child {
        font-size: 12px !important;
		padding-right: 15px;
	}

	.top-nav .uk-subnav>* {
        padding-left: 15px;
    }

	a.top-text {
        padding: 15px;  
    }

	.top-text {
        font-size: 12px;
	}
}






@media (max-width: 700px) {
	.inner-nav li.el-item.uk-margin-small-top.uk-first-column {
        margin-top: 40px !important;
    }
}


@media (max-width: 960px) {
	
    /* to remove nav right border from logo */
    .uk-navbar-left {
        border-right: 0px;
    }
	
	/* mobile offcanvas menu */
	.uk-offcanvas-bar.uk-flex.uk-flex-column.uk-offcanvas-bar-animation.uk-offcanvas-slide {
		border-left: 6px solid #69b945;
	}

	div#custom_html-10 {
        margin-top: 19px;
    }

	.uk-offcanvas-bar {
		padding: 10px 30px;
	}

	.uk-offcanvas-bar  ul.uk-nav-sub {
		padding: 10px 0 5px 30px;
	}

            .uk-offcanvas-bar .uk-nav>li>a {
                padding: 15px 0 0 0;
            }

            .uk-offcanvas-bar .uk-nav-sub a {
                padding: 3px 0;
            }

	/* .uk-offcanvas-bar::before {
		content: url(/wp-content/uploads/2023/02/bfr.png);
		position: absolute;
		top: 0;
		right: 0;
	} */
	
            ul.uk-nav.uk-nav-default>li>a{ 
                font-weight: 600;
            }
	
	a.uk-navbar-item.uk-logo::after {
        display: none;
    }

	.uk-logo {
        padding-right: 0px;
		top: 10px;
        position: relative;
    }

	.uk-navbar-container {
        height: 100px;
    }
	.uk-navbar-toggle {
        margin-top: 20px;   
    }
	
	.uk-accordion .el-title {
       padding-right: 0px;
    }

	.uk-accordion .el-item {
		padding: 30px 30px;
	}

	.inner-nav .el-item {
       margin-right: 20px;
    }

	.arc-difference {
        margin-top: 95px;
        margin-bottom: 85px !important;
    }


 



}

@media (max-width: 1100px) and (min-width: 960px) { 
	
	.top-nav .uk-subnav > * > :first-child {
    font-size: 11px !important;
		padding-right: 8px;
	}
	.top-nav .uk-subnav>* {
    padding-left: 8px;
}
	a.top-text {
    padding: 8px;
}
	.top-text {
    font-size: 11px;
	}
	.uk-navbar-nav>li>a {
    padding-right: 8px;
}
	span.menu-text {
    font-size: 12px;
}
	.uk-navbar-left {
		gap: 15px;
	}


    ul.uk-nav.uk-nav-default > li:nth-child(2),
    ul.uk-nav.uk-nav-default > li:nth-child(3){
        border-top: 1px solid white;
        margin-top: 5px
    }
}

@media (max-width: 1250px) and (min-width: 960px) { 
	.uk-navbar-nav>li.uk-active>a {
    font-size: 14px;
}
	span.menu-text {
    font-size: 14px;
}
	.uk-navbar-nav>li>a {

    padding-right: 15px;
}
	.uk-navbar-nav {
    gap: 15px;
}
}


@media (max-width: 1100px) { 
	.uk-h1, h1 {
    font-size: 37px;
}
	.arc-difference h1::before {
   
    height: 220%;
	}
}

@media (max-width: 1800px)  {

	.arc-difference h1, 
    .arc-difference h2 {
        margin-left: 80px !important;
	    padding-right: 120px !important;
    }

	.gradient-left.tm-grid-expand.uk-child-width-1-1.uk-grid-margin.uk-grid.uk-grid-stack {
        margin-left: 40px;
    }

    ul.uk-nav.uk-nav-default>li>a{ 
        font-weight: 600;
    }

    .uk-offcanvas-bar::before {
		content: url(/wp-content/uploads/2023/02/bfr.png);
		position: absolute;
		top: 0;
		right: 0;
	}
    
}


