/* Root Variables */

:root {
    --default: #fff;
    /*--lightPrimary: ;*/
    --primary: #0F0E0E;
    --darkPrimary: #1E1E1E;
    --lightSecondary: #FFF212;
    --secondary: #FFF212;
    --darkSecondary: #FFB92D;
    --lightMuted: #E7EDF5;
    --muted: #F2F5F9;
    --darkMuted: #6F879F;
    --lightThird: #1C7BDC;
    --third: #0F5AA6;
    /*--darkThird: ;*/
    --borderColor: #707070;
}


/* General Styling */

body {
    overflow-x: hidden !important;
}
body:lang(en) .ar {
    display: none;
}

:lang(en) .uk-nav-parent-icon>.uk-parent>a::after{
	    transform: rotate(180deg);
}

/* Custom Classes */

.meta-before::before {
    content: '';
    display: block;
    background-color: var(--darkSecondary);
    width: 68px;
    height: 2px;
    position: absolute;
    bottom: 13px;
    left: 0;
}

.border-headline-Card .el-title,
.border-headline {
    border-left: 7px solid var(--secondary);
    padding-left: 10px;
}

.section-border {
    border-bottom: 10px solid var(--secondary);
}

.backgroundFull .uk-background-width-1-1 {
    background-size: 100% 1000px !important;
}

/*------ Archives ------- */

.year-hidden {
    display: none;
    margin-bottom: 15px;
    padding-left: 20px !important;
}
.year-hidden>li>a {
    text-decoration: none;
    font-size: 16px;
}

.year-hidden>li>a:hover {
    color: var(--third);
}

.year-toggle-wrapper {
    min-height: 22px;
    margin-bottom: 5px;
    display: block;
    position: relative;
    padding-right: 9px;
    cursor: pointer;
}
.year-toggle {
    margin-right: 7px;
    color: var(--third);
}
.widget_archive li {
    display: block;
    margin-right: 25px;
}
.year {
    margin-left: 7px;
    margin-right: unset;
}


/* archive year toggle */

.year-toggle:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' role='img' width='1em' height='1em' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath d='M5.536 21.886a1.004 1.004 0 0 0 1.033-.064l13-9a1 1 0 0 0 0-1.644l-13-9A1 1 0 0 0 5 3v18a1 1 0 0 0 .536.886z' fill='currentColor'/%3E%3C/svg%3E%0A");
    font-weight: 400;
    position: absolute;
    left: -10px;
    bottom: -1px;
    font-size: 15px;
    color: var(--third);
    vertical-align: middle;
    transition: .6s ease;
    transform: scale(0.8);
}
.year-toggle.active:before {
    transform: scale(0.8) rotate(90deg) translate(0px, 0px);
}
body:lang(en) .year-name {
    padding-left: 5px;
}
/* Comments */

.error {
    color: #C0222A !important;
}


/* Toolbar Social line */

.tm-toolbar {
    z-index: 999;
}


/* Navbar */

body:lang(en) div#widget-custom_html-6 {
    padding-right: 0 !important;
}

body:lang(en) .uk-navbar-nav>li:first-child>a {
    padding-left: 110px !important;
}

body:lang(en) .uk-navbar-nav>li:last-child>a {
    padding-right: 0 !important;
}

body:lang(en) a.uk-navbar-toggle.uk-icon.uk-search-icon {
    padding-left: 0 !important;
}


/* Search navbar */

.search-modal {
    background: var(--muted);
}

.search-modal-input {
    border-bottom: 1px solid var(--lightThird);
}

.search-heading{
	background: -webkit-linear-gradient(top, var(--lightThird) , #74747400 );
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    color: var(--muted);
    font-size: 4rem;
}
.search-subHeading{
	font-size: 40px;
    margin-top: -76px !important;
    position: relative;
}
.search-subHeading::after{
	content: '';
    display: block;
    background: var(--secondary);
    width: 120px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -10px;
	transform:translatex(-50%);
}
.search-modal .pagenav, .search-modal .categories{
	font-weight:700;
	text-transform: uppercase;
}
.search-modal .pagenav ul>li>a, .search-modal .categories ul>li>a{
	text-transform:unset;
	font-weight:normal;
	color:var(--primary);
}
.search-modal .pagenav ul>li>a:hover, .search-modal .categories ul>li>a:hover{
	color:var(--secondary);
}
.search-modal .pagenav ul{
	column-count:2;
}

/* Strock title style and responsive */

.title-text-stroke .el-title {
    background             : -webkit-linear-gradient(top, #ffffff59 30%, #ffffff00 80%);
    -webkit-background-clip: text;
    -webkit-text-stroke    : 2px transparent;
    color                  : #194E90 ;
    font-size              : 7rem;
}

.title-text-stroke .el-meta {
    margin-top: -90px !important;
    position  : relative;
}

@media only screen and (max-width:1024px) {
	 .title-text-stroke .el-title {
        font-size: 6rem;
    }

    .title-text-stroke .el-meta {
        margin-top: -70px !important;
    }
}

/*Slidenavs */
.border-slidenav .uk-slidenav{
	padding: 10px 0px !important;
}
.border-slidenav .uk-slidenav-previous {
    position:relative;
	margin-right: 40px;
}
.border-slidenav .uk-slidenav-previous::after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	right:-20px;
	width:1.5px;
	background-color: var(--third);
}


/*Slidenvs in main slider */

.main-slider .uk-slidenav {
    padding: 30px 35px;
    color: #1e1e1e;
    background: rgba(15, 90, 166, 0);
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    border: 1px solid var(--lightThird);
    border-radius: 50%;
}

.main-slider .uk-slidenav-next::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    border: 1px solid var(--darkPrimary);
    border-radius: 50%;
    border-right-color: transparent !important;
    transform: rotate(45deg);
    transition: all 0.4s ease;
}

.main-slider .uk-slidenav-next:hover {
    border-color: var(--darkPrimary);
}

.main-slider .uk-slidenav-next:hover::after {
    transform: rotate(180deg);
    border-color: var(--lightThird);
}

.main-slider .uk-slidenav-previous::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    border: 1px solid var(--darkPrimary);
    border-radius: 50%;
    border-left-color: transparent !important;
    transform: rotate(45deg);
    transition: all 0.4s ease;
}

.main-slider .uk-slidenav-previous:hover {
    border-color: ar(--darkPrimary);
}

.main-slider .uk-slidenav-previous:hover::after {
    transform: rotate(-120deg);
    border-color: var(--lightThird);
}


/* NewsLetter section background */

.home  .newsLetter,.page-id-83 .newsLetter {
    background-color: var(--default) !important;
}
/* NewsLetter section remove padding top in about us page */
.page-id-83 .newsLetter{
	padding-top:0 !important;
}

/*  Team Gallery */

.teamGallery .el-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.teamGallery .el-content {
    font-size: 15px;
    display: grid;
    grid-template-rows: repeat(4, 28px);
    overflow: hidden;
}

.teamGallery .el-meta,
.teamGallery .el-link {
    position: relative;
}

.teamGallery .el-link::before,
.teamGallery .el-meta::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: var(--secondary);
    position: absolute;
    left: 0;
}

.teamGallery .el-link::before {
    top: -12px;
}

.teamGallery .el-meta {
    font-size: 15px;
}

.teamGallery .el-meta::after {
    bottom: -15px;
}

.teamGallery .el-item .uk-overlay-primary.uk-position-cover {
    top: 85%;
}

.teamGallery .el-item .uk-overlay {
    transform: translatey(77%);
}

.teamGallery .el-item * {
    transition: all 0.5s ease;
}

.teamGallery .el-item:hover .uk-overlay-primary.uk-position-cover {
    top: 0;
}

.teamGallery .el-item:hover .uk-overlay {
    transform: translatey(0);
}

/* Single projects page */
.margin-medium-right {
		margin-right:unset !important;
	    margin-left: 50px !important;
}
/* Page titles (Alpha) */
	.AlphaInnerTitle .el-title{
		background: -webkit-linear-gradient(top,  var(--lightThird)  30% , #74747400 80% );
		-webkit-background-clip: text;
		-webkit-text-stroke: 4px transparent;
		color: var(--third) !important; 
		font-size:7rem;
	}
	.AlphaInnerTitle .el-meta{
		margin-top:-90px !important;
    	position:relative;
	}
.grecaptcha-badge {
    z-index: 999999;
}

/* Contact us page location cards */
.locaton-card-column .uk-tile {
    position: relative;
}

.locaton-card-column .uk-tile::before {
    position        : absolute;
    content         : "";
    width           : 5px;
    height          : 100px;
    background-color: var(--secondary) !important;
    right           : 30%;
    z-index         : 9;
    bottom          : 0;
}

.services-panel{
	border-bottom:5px solid var(--secondary);
}

.services-panel .el-image{
 	width:120px !important;
    height:120px !important;
}

/* Forms */
.frm_error_style {
    background: transparent;
    border: 1px solid #f0506e;
    width: calc(100% - 40px);
}
.frm_error_style p{
	margin-bottom: unset !important;
}
.frm_message {
    background: transparent;
    border: 1px solid #32d296;
}
/* -------------------------------- Arabic Language -------------------------------- */
/* General */
.rtl .en {
    display: none;
}
/* Archives */
.rtl .year-hidden {
    padding-left: unset !important;
    padding-right: 20px !important;
}
.rtl .year-toggle-wrapper {
    padding-left: 9px;
    padding-right: unset;
}
.rtl .year-toggle {
    margin-right: unset;
    margin-left: 7px;
}
.rtl .widget_archive li {
    margin-right: unset;
    margin-left: 25px;
}
.rtl .year {
    margin-right: 7px;
}
.rtl .year-toggle:before {
    left: unset;
    right: -10px;
    transform: scale(0.8) rotate(180deg);
}
.rtl .year-name {
    padding-right: 5px;
}

/* -------------------------------- Responsive -------------------------------- */
@media only screen and (min-width:1200px){
	/* Sub menu */
    #subNav .el-item{
        padding-left:10%;
    }
}
@media only screen and (min-width:960px) and (max-width:1024px){
	/* General */
	.margin-medium-right {
		margin-right:unset !important;
	    margin-left: 20px !important;
	}
	/* Team */
	.teamGallery .el-title {
        font-size: 16px;
    }
    .teamGallery>div>div {
        padding-left: 17px !important;
    }
    .teamGallery .el-meta {
        display: grid;
        grid-template-rows: repeat(2, 25px);
        overflow: hidden;
    }
    .teamGallery .el-item .uk-overlay-primary.uk-position-cover {
        top: 89%;
    }
    .teamGallery .el-item .uk-overlay {
        transform: translatey(80%);
    }
	/* Alpha Inner pages */
	.AlphaInnerTitle{
		margin-bottom:20px !important;
	}
	/*Sub Menu */
	#subNav .el-item{
		padding-left:100px;
	}
}
@media only screen and (max-width:960px){
	/* Sub menu */
    #subNav { 
        min-width:max-content !important;
        width: max-content !important;
        max-width:max-content !important;
        margin-right:auto !important;
        margin-left:auto !important;  
	}
    #subNav .el-item{
        width: fit-content;
    }
	/* team */
	.teamGallery .el-item {
        width: 100%;
    }
}
@media only screen and (min-width:640px) and (max-width:960px){
	/* Contact us page */
	 .locaton-card-column .uk-tile::before {
        right: 12%;
    }

    .locaton-card-column .uk-tile::after {
        width: 12%;
    }
	/* Page titles (Alpha) */
	.AlphaInnerTitle{
		margin-bottom:20px !important;
		 
	}
}
@media only screen and (min-width:640px){
	/* Contact us page */
	.locaton-card-column .uk-tile::after {
        position        : absolute;
        content         : "";
        height          : 100%;
        width           : 30%;
        background-color: var(--lightMuted);
        right           : 0;
		bottom          : 0;
    }	
}
@media only screen and (max-width:640px){
	/* BreadCrumbs */
	.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before{
		margin: 0 10px 0 calc(10px - 4px);
	}
	/*Contact us page */
	.locaton-card-column .uk-tile::before {
        right: 0;
    }
	/*Services section */
	.services-section{
	background:var(--default) !important;}
	
	.services-section .uk-tile{ 
		background:var(--default) !important;
	}
	.services-section .services-panel{
		background-color:var(--muted);
	}
	/* Sub menu */
	#subNav{
		margin-bottom:20px !important;
	}
	/* Page titles (Alpha) */
	.AlphaInnerTitle{
		margin-bottom:20px !important;
		 
	}
	.AlphaInnerTitle .el-title{
        font-size:6rem;
    }
    .AlphaInnerTitle .el-meta{
        margin-top:-70px !important;
    }
}