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

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


::-webkit-scrollbar {
	width: 15px;
	height: 15px;
	border-left: #ededed solid 1px;
	background-color: #fcfcfc;
	border-top: #ededed solid 1px;
}

::-webkit-scrollbar-thumb:hover {
	cursor: pointer;
	background: #c7c7c7;
	width: 15px;
	background-clip: content-box;
	border: 4px solid transparent;
	border-radius: 10px;
}

::-webkit-scrollbar-button {
	display: none;
}

::-webkit-scrollbar-thumb {
	background: #dbdbdb;
	background-clip: content-box;
	border: 4px solid transparent;
	border-radius: 10px;

}


.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
	width: 98% !important;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 50px !important;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #d9d9d9 !important;
	border-radius: 4px;
	display: flex !important;
	justify-content: start !important;
	align-items: center !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px !important;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #757575 !important;
	line-height: 28px;
}

.decoration {
	text-decoration: none;
}

.text-white {
	color: #fff;
}


.head-text-div {
	padding-top: 12px;
	flex: 1 1 0%;
	display: flex;
	flex-direction: column;
}

.head-text {
	line-height: 1;
	height: 40px;
	overflow: hidden;
}

.head-capti {
	line-height: 1.4;
	margin-bottom: 8px;
	height: 22px;
	overflow: hidden;
}

.head-button {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
}






:root.arboga {
	--bg-color: #2c7070;
	--hover-color: #2b7946;
	--footer-bg: #2c7070;
	--footer-full: #136363;
	--news-grd-top: #2c7070;
	--news-grd-btm: #50a06ca1;
	--fair-grd-top: #8ec09f;
	--fair-grd-btm: #2c7070;
}

:root.scantool {
	--bg-color: #005fab;
	--hover-color: #04488e;
	--footer-bg: #566979;
	--footer-full: #52616d;
	--news-grd-top: #00589E;
	--news-grd-btm: #2D8DDA;
	--fair-grd-top: #92ADC4;
	--fair-grd-btm: #C0E3FF;
}

:root.kef {
	/* --bg-color: #D8F8B8; */
	--bg-color: #2D613F;
	--hover-color: #2b7946;
	--footer-bg: #2D613F;
	--footer-full: #1d4e2e;
	--news-grd-top: #2d613f;
	--news-grd-btm: #50a06ca1;
	--fair-grd-top: #8ec09f;
	--fair-grd-btm: #2e6240;
}

:root.hm {
	--bg-color: #62b066;
	--hover-color: #2b7946;
	--footer-bg: #62b066;
	--footer-full: #529456;
	--news-grd-top: #62b066;
	--news-grd-btm: #50a06ca1;
	--fair-grd-top: #8ec09f;
	--fair-grd-btm: #2e6240;
}


.header {
	border-bottom: 1px solid rgb(0 0 0 / 7%);
	background: #fff;
}

.main-hed {
	width: 1300px;
	margin: auto;
	display: flex;
}

.shape {
	height: 22px;
	padding: 10px 36px;
	position: relative;
	width: 1300px;
	margin: auto;
	color: #fff;
}

/************************************************/
/*navbar-menu*/
.navbar-menu {
	width: 500px;
	float: right;
	padding-left: 60px;
}

.topnav {
	overflow: hidden;
	float: right;
}

.topnav a {
	color: var(--bg-color);
	text-align: center;
	padding: 0px 16px;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Exo 2', sans-serif;
	text-transform: capitalize;
}

.topnav a:hover {
	color: #000;
	font-weight: 600;
}

.topnav a.active {
	color: #000;
}

/************************************************/
/*lng*/
.lng {
	width: 76px;
	float: right;
	margin-right: 0px;
	margin-top: 18px
}

.translate_wrapper {
	z-index: 1;
	height: 20px;
	text-align: right;
}

.current_lang {
	cursor: pointer;
	text-transform: uppercase;
	overflow: hidden;
}

.lang.selected {
	display: none;
}

.lang img,
.lang span.lang-txt {
	display: inline-block;
	margin-right: 0px;
}

.lang span.lang-txt {
	position: relative;
	top: 0px;
	font-weight: 700;
}

.lang img {
	width: 30px;
	margin-right: 0;
	height: 20px;
}

.lang span span {
	color: #999;
	font-weight: 400;
}

.lang span.fa {
	font-size: 12px;
	position: relative;
	top: 0px;
	margin-right: 0px;
}

/************************************************/
/*more lang*/
.more_lang {
	transform: translateY(-20px);
	opacity: 0;
	cursor: pointer;
	display: none;
	-webkit-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
	-moz-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
	-o-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
	-ms-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
	transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
}

.translate_wrapper.active .more_lang {
	display: block;
	position: absolute;
	z-index: 999;
	margin-left: 30px;
}

.more_lang.active {
	opacity: 1;
	transform: translateY(0px);
}

.b-b-g {
	background: #f2f9ff;
	padding: 10px;
}

.more_lang .lang:hover {}

.more_lang .lang:hover span {
	color: #fff;
}

.translate_wrapper:hover,
.translate_wrapper.active,
.content a:hover {}

.translate_wrapper.active .lang {
	border-bottom: 0px solid #eaeaea;
}

.translate_wrapper.active .lang.sp {
	margin-bottom: 10px;
}

/************************************************/
/*hed-main*/
.hed-main {
	width: 1300px;
	margin: auto;
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
}

/************************************************/
/*gr-logo*/
.hed-main .gr-logo {
	width: 300px;
	float: left;
	display: flex;
	justify-content: start;
	align-items: center;
}

/* .hed-main .gr-logo img
{
	width:60%;
} */
.hed-main .gr-logo svg {
	width: 60%;
}

/************************************************/

.hed-main .gr-mobile {
	width: 200px;
	padding-top: 18px;
	text-align: right;
	float: right;
}

.hed-main .gr-mobile a {
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	color: #333;
}

.hed-main .gr-mobile a img {
	width: 16%;
	vertical-align: middle;
	margin-top: -4px;
}

.hed-main .gr-mobile a span {
	font-size: 20px;
	font-weight: 500;
}

/************************************************/


/************************************************/
/*gr-search*/
.hed-main .gr-search {
	width: 560px;
	float: left;
	margin-right: 60px;
	margin-left: 100px;
}

.search {}

.searchTerm {
	width: 100%;
	border: 1px solid #F5F5F5;
	background: #ffffff;
	border-right: none;
	padding: 3px 15px;
	height: 30px;
	border-radius: 0px 0 0 0px;
	outline: none;
	color: #212121;
	font-family: 'Exo 2', sans-serif !important;
}

.searchTerm:after {
	background-image: url(../../img/sgroup/searchicon.png);
	float: right;
	content: '';
}

.searchTerm:focus {
	color: #212121;
	outline: -webkit-focus-ring-color auto 0px;
}

.searchButton {
	width: 41px;
	height: 38px;
	border: 0px solid #F5F5F5;
	background: #F5F5F5;
	text-align: center;
	color: #000;
	border-radius: 0 0px 0px 0;
	cursor: pointer;
	font-size: 20px;
	outline: -webkit-focus-ring-color auto 0px;
}

.searchButton:after {
	content: ' ';
	font-size: 30px;
}

.searchButton svg {
	width: 20px;
	height: 20px;
	margin-top: -25px;
	transform: rotate(0deg);
}

/*Resize the wrap to see the search bar change!*/
.wrap {
	width: 100%;
	/*transform: translate(0%, 30%);*/
	margin-top: 10px;
}


/*Search*/
.search option {
	display: none;
}

#result {
	position: absolute;
	width: 100%;
	max-width: 555px;
	cursor: pointer;
	overflow-y: auto;
	max-height: 400px;
	box-sizing: border-box;
	z-index: 1001;
	background: #fff;
	padding-left: 0px;
}

.link-class {
	padding: 10px;
	height: 80px;
	border: 1px solid #f7f7f7;
}

.link-class:hover {
	background-color: #f1f1f1;
	height: 80px;
}

.search ul {
	list-style-type: none;
}

li .img-ser {
	width: 20%;
	float: left
}

li .text-ser {
	width: 75%;
	float: left
}

li .img-ser img {
	width: 90%;
	height: 60px;
	object-fit: contain;
}

li .text-ser h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 16px;
}

li .text-ser span {
	font-size: 14px;
}

.search ::placeholder {
	color: #212121;
}


/*Search*/



.sticky {
	top: 0;
	width: 100%;
	z-index: 999;
	transition: all .3s ease-in-out;
}


/* .form-control{position: relative;}
 .form-control .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    color: #fff;   
    left: 99%; 
    background: var(--bg-color);
    cursor: pointer;
    
} */

.form-control {
	position: relative;
}

.form-control .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2.375rem;
	height: 2.275rem;
	line-height: 2.375rem;
	text-align: center;
	/* color: #fff; */
	left: 100%;
	top: 0;
	/* background: var(--bg-color); */
	cursor: pointer;
	border: 1px solid #F5F5F5;

}




.fa-search:before {
	content: "\1F50D" !important;
	cursor: pointer;
}


/* .fa-search:before {
    content: "\f002";
	cursor: pointer;
} */








.sp-le {
	background: var(--bg-color);
	width: 100%;
	height: 40px;
}


/*gr-menu*/
.sp-le .back-page {
	width: auto;
	background: #04488e;
	float: left;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 5px;
	display: flex;
	padding-left: 20px;
	align-items: center;
}

.sp-le .back-page a {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	float: right;
	margin-right: 132px;
}

.sp-le .gr-menu {
	width: 800px;
	float: left;
	padding-top: 0px;
	padding-left: 30px;
}

.desk nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.desk nav ul li {
	display: inline-block;
}

.desk nav a {
	display: block;
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	font-family: 'Exo 2', sans-serif;
	text-transform: uppercase;
}

.desk nav ul li a {
	text-transform: uppercase;
}

.desk nav ul li ul li a {
	text-transform: capitalize;
	font-weight: 400;
	color: #000;
	font-size: 14px;
}

.desk nav a:hover {
	color: #000;
}

/* Active Menu Styles */
.desk nav ul li.active > a {
	background-color: #04488e;
	color: #fff;
	font-weight: 600;
	position: relative;
}

.desk nav ul li.active > a::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
}

.desk nav ul ul li.active {
	background-color: var(--bg-color);
	width: 280px;
}

.desk nav ul ul li.active a {
	color: #fff !important;
	font-weight: 600;
}

/* Mobile Navigation Active Styles */
.nav-list-item.active > a,
.menu_list li.active > a {
	color: var(--bg-color);
	font-weight: 600;
}

.menu_list li.active {
	background-color: rgba(var(--bg-color-rgb, 4, 72, 142), 0.1);
	border-left: 3px solid var(--bg-color);
	padding-left: 10px;
}

/* Hide Dropdowns by Default */
.desk nav ul ul {
	display: none;
	position: absolute;
	top: 40px;
	/* the height of the main nav */
	width: 1185px;
	background: #fff;
	border: 0px solid #ccc;
	left: -20%;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	z-index: 999;
}

.desk nav ul ul.sjh {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	min-height: 400px;
}

/* Display Dropdowns on Hover */
.desk nav ul li:hover>ul {
	display: inherit;
	text-align: left;
}

/* Fisrt Tier Dropdown */
.desk nav ul ul li {
	width: 300px;
	float: none;
	display: block;
}

.desk nav ul ul li a {
	line-height: 30px;
	color: #000;
}

/* Second, Third and more Tiers	*/
.desk nav ul ul ul li {
	position: initial;
	top: 0px;
	float: left;
}

.desk nav ul ul ul li:hover {
	background-color: var(--bg-color);
	width: 90%;
}

.desk nav ul li a:hover {
	color: #333;
}

.desk nav ul ul li:hover {
	background-color: var(--bg-color);
	width: 280px;
}

.desk nav ul li ul li a:hover {
	color: #fff !important;

}

.desk nav ul li ul li ul li a {
	color: #333;
}

.desk nav ul li ul li ul li a:hover {
	color: #ffffff;
}

.desk nav ul ul ul li ul li {
	top: 0px;
	display: block;
}

.desk nav ul ul ul {
	background: transparent;
	border: 0px;
	position: absolute;
	top: 16px;
	width: 300px;
	left: 300px;
	padding: 0px;
	height: 100%;
}

.desk nav ul ul ul li ul {
	left: 290px;
	top: 0px;
}

.desk nav ul ul ul li ul li {
	width: 250px;
}

/* Change this in order to change the Dropdown symbol */
.desk nav ul ul li>a:after {
	font-size: 22px;
	content: ' \2023';
	float: right;
	margin-right: 20px;
}

.desk nav ul ul li>ul li a:after {
	font-size: 22px;
	content: ' \2023';
	float: right;
	margin-right: 20px;
}

.desk nav ul ul li>a:only-child:after {
	content: '';
}


.desk {
	display: block;
}

.mob {
	display: none;
}


.mob .nav-bar {
	position: absolute;
	background-color: var(--bg-color);
	top: 132%;
	right: 110%;
	/*height: 100vh;*/
	padding-bottom: 20px;
	width: 80%;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	transition: position 2.9s;
	-webkit-transition: position 2.9s;
	-moz-transition: position 2.9s;
	-ms-transition: position 2.9s;
	-o-transition: position 2.9s;
	z-index: 999;
	padding-top: 20px;
}

.mob .toggle {
	left: 35px;
	/*box-shadow: 1px 0 15px 2px rgba(0, 0, 0, 0.4);*/

}

.mob .toggle-menu {
	background-color: transparent;
	width: 40px;
	height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 2px 2px 2px 3px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin: auto;
}

.mob .line {
	width: 100%;
	height: 3px;
	border-radius: 5px;
	background-color: #fff;
	transition: transform 0.2s ease-out;
	-webkit-transition: transform 0.2s ease-out;
	-moz-transition: transform 0.2s ease-out;
	-ms-transition: transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
}

.mob .bar.toggle .line1 {
	background-color: #fff;
	transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
}

.mob .bar.toggle .line2 {
	display: none;
}

.mob .bar.toggle .line3 {
	background-color: #fff;
	transform: scale(0.9) rotateZ(45deg) translate(-6px, -4px);
}

.mob .bar.toggle .toggle-menu {}

.mob .nav-list {
	list-style: none;
}

.mob .nav-list-item {
	text-align: center;
	padding: 0px 0;
	width: 70%;
	margin: auto;
}

.mob .nav-link {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	position: relative;
	padding-bottom: 0px;
}

.mob .nav-link::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	transform: scaleX(0);
	transition: transform 0.4s ease-in-out;
	transform-origin: left;
	-webkit-transition: transform 0.4s ease-in-out;
	-moz-transition: transform 0.4s ease-in-out;
	-ms-transition: transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
}

.mob .nav-link:hover::before {
	transform: scaleX(1);
}



.mob nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.mob nav ul li {
	display: block;
}

.mob nav a {
	display: block;
	padding: 0 10px;
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	text-decoration: none;
	font-family: 'Exo 2', sans-serif;
	text-transform: uppercase;
}

.mob nav ul li a {
	text-transform: uppercase;
}

.mob nav ul li ul li a {
	text-transform: capitalize;
	font-weight: 400;
	color: #000;
}

.mob nav a:hover {
	color: #fff;
}

.mob nav ul li ul li a:hover {
	color: var(--hover-color);
}

/* Hide Dropdowns by Default */
.mob nav ul ul {
	display: none;
	position: absolute;
	top: 40px;
	/* the height of the main nav */
	width: 800px;
	background: #fff;
	border: 0px solid #ccc;
	left: -20%;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	z-index: 999;
}

.mob nav ul ul.sjh {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

/* Display Dropdowns on Hover */
.mob nav ul li:hover>ul {
	display: inherit;
	text-align: left;
}

/* Fisrt Tier Dropdown */
.mob nav ul ul li {
	width: 260px;
	float: none;
	display: block;
}

.mob nav ul ul li a {
	line-height: 30px;
}

/* Second, Third and more Tiers	*/
.mob nav ul ul ul li {
	position: relative;
	top: -50px;
}

.mob nav ul ul ul li ul li {
	top: -97px;
	display: block;
}

.mob nav ul ul ul {
	background: transparent;
	border: 0px;
	position: absolute;
	top: 67px;
	width: 100%;
	left: 260px;
	padding: 0px;
	height: 100%;
}

.mob nav ul ul ul li ul {
	left: 250px;
}

.mob nav ul ul ul li ul li {
	width: 250px;
}

/* Change this in order to change the Dropdown symbol */
.mob nav ul ul li>a:after {
	font-size: 22px;
	content: ' \2023';
	float: right;
	margin-right: 20px;
}

.mob nav ul ul li>ul li a:after {
	font-size: 22px;
	content: ' \2023';
	float: right;
	margin-right: 20px;
}

.mob nav ul ul li>a:only-child:after {
	content: '';
}






/************************************************/
/* gr-mob-menu */
.hed-main .gr-mob-menu {
	width: 100px;
	float: right;
}

/************************************************/
/****************** NAVIGATION ******************/
/************************************************/
.hed-main .gr-mob-menu nav {
	color: #1d1f20;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
}

/*** INPUT ***/
.hed-main .gr-mob-menu nav input {
	opacity: 0;
	z-index: -1;
}

/*** LABEL ***/
.hed-main .gr-mob-menu nav label {
	cursor: pointer;
	display: block;
	font: 2em/1 'Oswald', sans-serif;
	padding: 0em;
	padding-top: 1.2rem;
}

/* Hamburger Icon */
#menu-icon,
#menu-icon:before,
#menu-icon:after {
	background: #1d1f20;
	border-radius: 0.05em;
	height: 0.2em;
	transition: all 0.2s ease-in-out;
	width: 100%;
}

#menu-icon {
	display: inline-block;
	margin: 0.4em 0;
	max-width: 1em;
	position: relative;
}

.hed-main .gr-mob-menu nav label #menu-icon {
	float: right;
}

#menu-icon:before,
#menu-icon:after {
	content: '';
	left: 0;
	position: absolute;
}

#menu-icon:before {
	top: -0.4em;
}

#menu-icon:after {
	bottom: -0.4em;
}

/* Close Icon */
.hed-main .gr-mob-menu nav input[type=checkbox]:checked+label #menu-icon {
	background: transparent;
}

.hed-main .gr-mob-menu nav input[type=checkbox]:checked+label #menu-icon:before {
	top: 0;
	transform: rotate(-45deg);
}

.hed-main .gr-mob-menu nav input[type=checkbox]:checked+label #menu-icon:after {
	bottom: 0;
	transform: rotate(45deg);
}

/*** MENU ***/
/* Overlay */
.hed-main .gr-mob-menu nav input:checked~#overlay {
	background: #1577c5;
	bottom: 0;
	left: 0;
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: -1;
}

/* List */
.hed-main .gr-mob-menu nav ul {
	font-size: 1.5em;
	list-style: none;
	margin: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

.hed-main .gr-mob-menu nav input:checked~ul {
	margin: 1em;
	max-height: inherit;
	opacity: 1;
}

.hed-main .gr-mob-menu nav ul>li {
	margin: 0.5em 0;
}

.hed-main .gr-mob-menu nav ul a {
	color: #1d1f20 !important;
	text-decoration: none;
}

.hed-main .gr-mob-menu nav ul a:hover {
	text-decoration: underline;
}

/* menu icon */
.hed-main .gr-mob-menu nav ul#social-media>li {
	display: inline-block;
	font-size: 1.5em;
	margin: 0.5em;
}

.dotted-icon-checkbox {
	position: fixed;
	top: 0;
	left: 9999px;
}

.dotted-icon {
	height: 48px;
	width: 100%;
	transition: background 0.3s;
	cursor: pointer;
}

.dotted-icon:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 82%;
	height: 7px;
	width: 7px;
	background-color: var(--bg-color);
	box-shadow: -12px -12px 0 0 var(--bg-color), 0px -12px 0 0 var(--bg-color), 12px -12px 0 0 var(--bg-color), -12px 0px 0 0 var(--bg-color), 12px 0px 0 0 var(--bg-color), -12px 12px 0 0 var(--bg-color), 0px 12px 0 0 var(--bg-color), 12px 12px 0 0 var(--bg-color);
	transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dotted-icon:hover {}

.dotted-menu {}

.dotted-menu:hover:after {
	box-shadow: 0px -18px 0 0 var(--bg-color), 0px -9px 0 0 var(--bg-color), 18px 0px 0 0 var(--bg-color), -9px 0px 0 0 var(--bg-color), 9px 0px 0 0 var(--bg-color), -18px 0px 0 0 var(--bg-color), 0px 9px 0 0 var(--bg-color), 0px 18px 0 0 var(--bg-color);
}

#dotted-menu:checked+.dotted-menu:after {
	background-color: #fff;
	box-shadow: -12px -12px 0 0 #fff, 6px -6px 0 0 #fff, 12px -12px 0 0 #fff, -6px -6px 0 0 #fff, 6px 6px 0 0 #fff, -12px 12px 0 0 #fff, -6px 6px 0 0 #fff, 12px 12px 0 0 #fff;
}




/*footer*/
.footer {
	padding-top: 70px;
	padding-bottom: 0px;
	display: flex;
	background: #093760;
}

.footer-main {
	width: 1300px;
	margin: auto;
}

.footer-main .col-mm {
	width: 23.5%;
	padding-top: 15px;
	position: relative;
	text-align: center;
	display: block;
	float: left;
	padding-left: 0px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.footer-main .col-mm h3 {
	font-size: 1.5em;
	text-align: left;
	color: #fff;
	font-weight: 600;
	margin: 0px;
	margin-bottom: 10px;
	font-family: 'Exo 2', sans-serif;
}

.footer-main .col-mm p {
	font-size: 1em;
	color: #fff;
	line-height: 1.2;
	text-align: left;
	margin: 6px 0px;
}

.footer-main .col-mm a {
	display: inline-block;
	float: left;
	text-decoration: none;
	padding-right: 10px;
}

.footer-main .col-mm ul {
	padding-inline-start: 0px;
	margin-top: -5px;
}

.footer-main .col-mm ul li {
	display: flex;
	text-align: -webkit-match-parent;
	list-style-type: none;
}

.footer-main .col-mm ul li a {
	font-size: 1em;
	color: #fff;
	line-height: 1.5;
	text-align: left;
	text-decoration: none;
	display: block;
}

.footer-head {
	margin: 5px 0px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.footer-main .col-mm h3.sub {
	margin-bottom: 10px;
	margin-top: 30px;
	font-size: 1.4em;
}

.footer-main .col-mm p.sub-tx {
	margin-top: 10px
}

/*footer*/
.footer-full {
	padding-top: 10px;
	padding-bottom: 40px;
	display: flex;
	background: #093760;
}

.footer-full-main {
	width: 1300px;
	margin: auto;
}

.footer-full-main p {
	text-align: center;
	color: #fff
}

.footer-full-main a {
	text-align: center;
	color: #fff;
	display: inline-block;
	padding-right: 10px;
	;
	padding-left: 10px;
	text-decoration: none;
}



@media only screen and (min-width: 768px) {
	.sp-le .back-page a:last-child {
		display: none;
	}
}


/* developed by - aA-Abdul anas {abdulanaspnweb@gmail.com}*/

/*Rasponsive Code*/
/*1920*/
@media only screen and (min-width : 1920px) and (max-width : 2560px) {
	.hed-main .gr-logo img {
		width: 80%;
	}

	.sp-le .back-page {
		width: auto;
		text-align: right;
	}

	.desk nav ul ul {
		width: 1144px;
	}

	.sp-le .back-page a {
		margin-right: 150px;
	}


}

/*1600*/
@media only screen and (min-width : 1600px) and (max-width : 1919px) {
	.hed-main .gr-logo img {
		width: 80%;
	}

	.sp-le .back-page {
		width: 265px;
		text-align: right;
	}

	.desk nav ul ul {
		width: 1144px;
	}

	.sp-le .back-page a {
		margin-right: 0px;
	}
}

/*1500*/
@media only screen and (min-width : 1500px) and (max-width : 1599px) {
	.hed-main .gr-logo img {
		width: 80%;
	}

	/* .sp-le .back-page {
	  width: 390px;}*/
}

/*1440*/
@media only screen and (min-width : 1440px) and (max-width : 1500px) {
	.hed-main .gr-logo img {
		width: 80%;
	}

	.sp-le .back-page {
		width: auto;
	}

	.sp-le .back-page a {
		margin-right: 103px;
	}




}

/*1440*/
@media only screen and (max-width : 1440px) {
	.sp-le .back-page a {
		margin-right: 103px;
	}
}

/*1366*/
@media only screen and (min-width : 1365px) and (max-width : 1439px) {
	.sp-le .back-page {
		width: 280px;
	}

	.hed-main {
		width: 1150px;
	}

	.footer-main {
		width: 1150px;
	}

	.hed-main .gr-logo img {
		width: 80%;
	}

	.sp-le .back-page a {
		margin-right: 10px;
	}

	#result {
		max-width: 485px;
	}

	.desk nav ul ul {
		width: 1025px;
	}




}

/*1280*/
@media only screen and (min-width : 1280px) and (max-width : 1365px) {
	.hed-main {
		width: 1150px;
	}

	.sp-le .back-page {
		width: 210px;
	}

	.footer-main {
		width: 1150px;
	}

	.hed-main .gr-logo img {
		width: 70%;
	}

	#result {
		max-width: 485px;
	}


	.desk nav ul ul {
		width: 1060px;
	}

	.sp-le .back-page a {
		margin-right: 0px;
	}

	.desk nav ul ul ul li:hover {
		width: 280px;
	}


}

/*1200*/
@media only screen and (min-width : 1200px) and (max-width : 1279px) {
	.hed-main {
		width: 1150px;
	}

	.sp-le .back-page {
		width: auto;
		padding-top: 8px;
		padding-bottom: 8px
	}

	.sp-le .back-page a {
		font-size: 16px;
	}

	.footer-main {
		width: 1150px;
	}

	.hed-main .gr-logo img {
		width: 70%;
	}

	.footer {
		padding-top: 20px;
	}

	.footer-full {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#result {
		max-width: 485px;
	}

	.sp-le .back-page a {
		margin-right: 130px;
	}



	.desk nav ul ul {
		width: 1020px;
	}


}

/*1024*/
@media only screen and (min-width : 1024px) and (max-width : 1199px) {

	.hed-main {
		width: 950px;
	}

	.sp-le .back-page {
		padding-top: 8px;
        padding-bottom: 8px;
        height: 100%;
        width: 260px;
	}

	.sp-le .back-page a {
		font-size: 16px;
	}

	.footer-main {
		width: 950px;
		display: flex;
	}

	.hed-main .gr-logo img {
		width: 60%;
	}

	.sp-le .gr-menu {
		width: 600px;
	}

	.hed-main .gr-search {
		width: 350px;
		margin-right: 40px;
		margin-left: 0px;
	}

	.hed-main .gr-mobile a svg {
		width: 15px;
		height: 15px;
	}

	.lang img {
		width: 25px;
		height: 16px;
	}

	.hed-main .gr-mobile a span {
		font-size: 16px;
	}

	#result {
		max-width: 340px;
	}

	li .img-ser {
		width: 30%;
	}

	li .text-ser {
		width: 65%;
	}

	li .img-ser img {
		width: 80px !important;
		height: 60px !important;
	}

	li .text-ser h3 {
		font-size: 16px;
	}

	li .text-ser span {
		font-size: 14px;
	}

	.desk nav ul ul {
		width: 805px;
	}

	.desk nav ul ul li {
		width: 270px;
	}

	.desk nav ul ul ul {
		left: 270px;
	}

	.desk nav ul ul li {
		width: 260px;
	}

	.desk nav ul ul ul {
		left: 250px;
	}

	.desk nav ul ul ul li ul {
		left: 240px;
	}

	.sp-le .back-page a {
		margin-right: 50px;
	}


	.lng {
		margin-top: 24px;
	}

	.desk nav ul ul li:hover {
		width: 235px;
	}

	.desk nav ul ul ul li:hover {
		width: 230px;
	}

}







/*tab*/
@media only screen and (min-width : 768px) and (max-width :1023px) {

	#result {
		width: 55%;
	}


	.footer-full {
		padding-top: 3px;
		padding-bottom: 15px;
	}

	.footer-main .col-mm h3 {
		font-size: 1.5em;
		font-weight: 400;
	}

	.footer-main .col-mm p {
		font-weight: 200;
	}

	.hed-main {
		width: 90%;
	}

	.sp-le .back-page {
	        width: auto;
        display: flex;
        padding:11px 8px;
	}

	.sp-le .back-page a {
		        font-size: 11px;
        margin: 0;
	}

	.footer-main {
		width: 90%;
	}

	.hed-main .gr-logo img {
		width: 85%;
	}

	.sp-le .gr-menu {
		width: 80%;
	}

	.hed-main .gr-search {
		width: 350px;
		margin-right: 40px;
		margin-left: 0px;
	}

	.hed-main .gr-mobile a svg {
		width: 15px;
		height: 15px;
	}

	.lang img {
		width: 25px;
		height: 16px;
	}

	.hed-main .gr-mobile a span {
		font-size: 16px;
	}

	.desk nav ul ul {
		width: 650px;
		left: -40%;
	}

	.desk nav a {
		font-size: 11px;
	}

	.lng {
		margin-top: 23px;
	}

	.footer-main .col-mm {
		width: 30%;
		height: auto;
	}


	.desk nav ul ul ul li ul {
		left: 0px;
		top: 93px;
		position: relative;
	}

	.desk nav ul ul li:hover a::after {
		transform: rotate(90deg);
	}

	.desk nav ul ul li a {
		line-height: 35px;
	}

	.desk nav ul ul ul li ul li a {
		line-height: 30px;
	}

	.footer-full-main {
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: 200;
	}

	.footer-full-main p a {
		padding-left: 0px;
	}

	.footer-full-main p {
		text-align: left;
		margin-bottom: 10px;
	}







}



/*mobile*/
@media only screen and (min-width : 150px) and (max-width : 767px) {

	li .img-ser {
		width: 25%;
	}

	#result {
		position: relative;
		margin-top: 8px;
	}

	.mob-d-none {
		display: none !important;
	}

	.footer-main .col-mm p {
		font-size: 15px;
		font-weight: 200;
	}

	.footer-main .col-mm h3 {
		font-size: 1.2rem;
		font-weight: 400;
	}

	.footer-main .col-mm h3.sub {
		font-size: 1.2em;
	}

	.footer-main .col-mm ul li a {
		font-size: 15px;
		font-weight: 200;
	}

	.footer-main .col-mm svg {
		border-radius: 2px;
		width: 25px;
		height: 25px;
	}

	.hed-main {
		width: 94%;
		padding-bottom: 10px;
		padding-top: 10px;
		display: flow-root;
	}

	.sp-le .back-page {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 15px;
		background: none;
		float: none;
		display: block;
		padding-left: 0;
	}

	.sp-le .back-page a {
		font-size: 11px;
		color: #fff;
		background: #0e4496;
		padding: 10px 10px;
		margin: 4px;
		float: none;
	}

	.footer-main {
		width: 85%;
	}

	.hed-main .gr-logo img {
		width: 160px;
		padding-left: 15px;
		height: 34px;
		object-fit: contain;
	}

	.sp-le .gr-menu {
		width: 100%;
		padding-left: 7px;
		padding-top: 10px;
		padding-bottom: 10px;
		display: none;
	}

	.hed-main .gr-search {
		width: 350px;
		margin-right: 40px;
		margin-left: 0px;
	}

	.hed-main .gr-mobile a svg {
		width: 20px;
		height: 26px;
		position: absolute;
		right: 21px;
		top: 80px;
	}

	.lang img {
		width: 28px;
		height: 27px;
	}

	.hed-main .gr-mobile a span {
		font-size: 16px;
	}

	.mob nav ul ul {
		width: 80%;
		left: 10%;
	}

	.mob nav a {
		font-size: 14px;
	}

	.lng {
		position: absolute;
		right: 47px;
		top: 63px;
	}

	.footer-main .col-mm {
		width: 100%;
		height: 100%;
		margin-bottom: 10px;
	}

	.mob nav ul ul ul {
		position: relative;
		top: 46px;
		left: 10px;
	}

	.mob nav ul ul li {
		width: 96%;
	}

	.mob nav ul ul ul li ul {
		left: 10px;
		top: 93px;
		position: relative;
	}

	.footer {
		padding-top: 30px;
	}

	.footer-full {
		padding-bottom: 10px;
	}

	.mob nav ul ul li:hover a::after {
		transform: rotate(90deg);
	}

	.mob nav ul ul li a {
		line-height: 35px;
	}

	.mob nav ul ul ul li ul li a {
		line-height: 30px;
	}

	.footer-full-main {
		width: 85%;
	}

	.footer-full-main p a {
		padding-left: 0px;
	}

	.footer-full-main p {
		text-align: center;
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: 200;
	}






	.sp-le {
		display: flow-root;
		height: auto;
		background: none;
		width: 100%;
		margin-bottom: 5px;
	}

	.hed-main .gr-mobile {
		display: contents;
	}

	.hed-main .gr-logo {
		width: 100%;
		margin-bottom: 10px;
		margin-top: 5px;
	}

	.hed-main .gr-search {
		width: 100%;
	}

	.desk nav ul li a {
		text-transform: capitalize;
	}

	.form-control .form-control-feedback {
		left: 65%;
		height: 33px;
		width: 28px;
		background: none;
		border: 1px solid #dedede;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.fa-search:before {
		content: "\f002";
		cursor: pointer;
		color: #04488e;
	}

	.translate_wrapper.active .more_lang {
		margin-left: 0px;
		right: -10px;
	}




	.desk {
		display: none;
	}

	.mob {
		display: block;
		position: relative;
	}

	.searchTerm {
		width: 65%;
		height: 25px;
		font-size: 14px;
	}




}

@media only screen and (max-width: 690px) {}

@media only screen and (max-width: 450px) {}

@media only screen and (max-width : 376px) {

	.mob nav a {
		font-size: 13px;
	}

	.mob nav ul ul {
		width: 80%;
	}

	.mob nav a {
		padding: 0 7px;
	}

}

@media only screen and (max-width : 320px) {}

.img-box {
	width: 100%;
	text-align: center;
}

.img-box img {
	width: 100%;
}

/* ==================== Cookies area start  ======================= */
.cookie-alert {
	position: fixed;
	bottom: 15px;
	margin: 0 auto;
	z-index: 999;
	opacity: 0;
	transform: translateY(100%);
	transition: all 500ms ease-out;

}

.cookie-alert.show {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 1000ms;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 98%;
	margin: 0 1%0 1%;
	background: #f3f3f3;
	box-shadow: 5px 5px 5px #cccccc4d;
}

.card-body {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
	padding: 1.25rem !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
}

.card-title {
	margin: 7px 0;
	font-size: 17px;
}

.card-body a:first-child {
	text-decoration: underline;
	color: #174496;
	margin-right: 10px;
	background: no-repeat;
}

.card-body a {
	text-decoration: none;
	color: #fff;
	background: #174496;
	padding: 8px 18px;
	margin-right: 10px;
}

.btn-toolbar {
	margin: 20px 0px;
}


/* ==================== Cookies area end  ======================= */