/* @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');

html {
    scroll-behavior: smooth;
}

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



: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;
}

#result {
    position: absolute;
    width: 520px;
    max-width: 380px;
    cursor: pointer;
    overflow-y: auto;
    max-height: 448px;
    box-sizing: border-box;
    z-index: 1001;
    background: #fff;
    padding-left: 0px;
    margin-top: 17px;
}


.link-class {
    padding: 15px;
    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: right;
}

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

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

li .img-ser img {
    width: 100px !important;
    height: 80px !important;
    object-fit: contain;
}

.decoration {
    text-decoration: none;
}

.text-white {
    color: #fff;
}

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

.w-100 {
    width: 100%;
}

.ptb {
    padding: 10px 0;
}

.mr-t {
    margin-top: 10px;
}


/*Search*/

/* .header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    will-change: transform;
    backface-visibility: hidden;
    perspective: 1000px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
} */

/* 
 .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;
    pointer-events: none;
    color: #212121;   
     left: 97%;
    
} */

.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;
    pointer-events: none;
    color: #212121;
    left: 97%;

}



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


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

.header {
    border-bottom: 0px solid rgb(0 0 0 / 7%);
    background: #fff;
    box-shadow: 10px 2px 13px 1px rgb(0 0 0 / 14%);
    margin-bottom: 0;

    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    transition: padding 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Smooth header state when scrolled */
.header.header-scrolled {
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 5px 1px 8px 0px rgb(0 0 0 / 8%);
}

body {
    padding-top: 0;
    margin: 0;
    overflow-x: hidden;
}

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

.full-sh {
    box-sizing: border-box;
    font-size: 1.125em;
    position: relative;
    color: #fff;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    visibility: visible;
    max-height: 100px;
    overflow: hidden;
}

/* Hide top bar when scrolled */
.full-sh.hide-top-bar {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}

.full-sh .dropdown-content {
    display: none;
    position: absolute;
    background-color: #0e0e0e;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 22;
    top: 43px;
}


.full-sh .dropdown-content a:hover {
    background-color: #323232;
}

.full-sh .shape {
    box-sizing: border-box;
    font-size: 1.125em;
    height: 26px;
    padding-top: 10px;
    width: 1300px;
    position: relative;
    margin: auto;
    color: #fff;
}

/*Developed by - aA - abdul anas {abdulanaspnweb@gmail.com}*/
/************************************************/
/*navbar-menu*/
.navbar-menu {
    width: auto;
    float: right;
    margin-right: 30px;
}

.topnav {
    overflow: hidden;
}

.topnav a {
    float: left;
    color: #787878;
    text-align: center;
    padding: 0px 10px;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

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

.topnav a.active {
    color: white;
}

/************************************************/
/*lng*/
.lng {
    /* float: right;
    margin-right: 30px;  */
    /* width: 170px; */
}

.gr-mobile a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
}

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

.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: 25px;
    margin-right: 0;
    height: 18px;
}

.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;
}

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

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

.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;
}

.shape .gr-mobile {
    width: auto;
    text-align: right;
    float: right;
    margin-top: -4px;
}

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

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

.shape .gr-mobile a span {
    font-size: 16px;
    font-weight: 300;
    color: #787878;
    padding-left: 5px;
}

/************************************************/
/*hed-main*/
.hed-main {
    width: 1370px;
    margin: auto;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    transition: padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Compact header when scrolled */
.hed-main.compact-header {
    padding-top: 5px;
    padding-bottom: 5px;
}

/************************************************/
/*gr-logo*/
.hed-main .gr-logo {
    width: 400px;
    float: left;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Logo compact when scrolled */
.hed-main .gr-logo.logo-compact {
    width: 300px;
}

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

/************************************************/
/*gr-menu*/
.hed-main .gr-menu {
    width: 600px;
    float: left;
    text-align: center;
    margin-top: 10px;
}


.gr-menu {
    width: 1370px;
    margin: 0 auto;
    text-align: center;
}

.gr-mobile {
    position: relative;
    right: 40px;
}

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

nav ul li {
    display: inline-block;
}

nav a {
    display: block;
    padding: 0 20px;
    color: #000;
    font-size: 17px;
    line-height: 40px;
    text-decoration: none;
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

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

nav ul li svg {
    margin-left: 5px;
}

nav ul li ul li a {
    padding: 0px;
}

nav ul li ul li h2 {
    text-transform: capitalize;
    font-weight: 400;
    padding: 0px;
    font-size: 14px;
    transition: .3s ease-in-out all;
}

nav ul li ul li a:hover {
    /* border-bottom: 1px solid #17449666;
        color: #174496; 
        width: 220px; */
}

nav a:hover {
    color: #000;
}

/* Active Menu Styles */
nav ul li.active > a {
    color: var(--bg-color); 
    position: relative;
        background: #e5e5e5;
}

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

nav ul ul.sjh .dropdo .pro-duct.active h3 {
    color: var(--bg-color);
}

nav ul ul.sjh .dropdo .pro-duct.active {
    background-color: rgba(var(--bg-color-rgb, 52, 65, 73), 0.1);
    border-radius: 5px;
    padding: 10px;
}

nav ul ul li.active {
    background-color: var(--bg-color);
    color: white;
}

nav ul ul li.active a {
    color: white;
}

nav ul ul li.active h2 {
    color: white;
}

/* Hide Dropdowns by Default */
nav ul ul.sjh {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    background: #e5e5e5;
    border: 0px solid #ccc;
    left: 0%;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 50px;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

nav ul ul.sjh .dropdo {
    width: 1200px;
    margin: auto;
}

nav ul ul.sjh .dropdo .pro-duct {
    width: 300px;
    display: block;
    float: left
}

nav ul ul.sjh .dropdo .pro-duct h3 {
    font-size: 30px;
    color: #344149;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

nav ul ul.sjh .dropdo .pro-duct .read {
    font-size: 14px;
    color: #979797;
    font-weight: 400;
    padding: 0px;
    text-decoration: underline;
}

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

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 100%;
    float: none;
    display: block;
}

nav ul ul li:hover {
    width: 90%;
    float: none;
    display: block;
    /* background-color: #ccc; */
    background-color: var(--bg-color);
    padding: 0 0 0 2px;
    transition: .5s ease-out all;
}

.p-0 {
    padding: 0;
}


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

/* Second, Third and more Tiers	*/
nav ul ul ul li {
    top: 50px;
}

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

nav ul ul ul {
    background: transparent;
    display: none;
    border: 0px;
    position: absolute;
    top: 67px;
    width: 190px;
    padding: 0px;
    height: 100%;
}

nav ul ul ul.drop-dow {
    left: 23%;
    background: #fff;
    border: 1px solid #f5f5f5;
    padding: 5px;
    top: 67px;
    height: 60%;
    padding-left: 10px;
}

nav ul ul ul.drop-dow li {
    top: 0px;
}

nav ul ul ul li ul {
    left: 200px;
}

nav ul ul ul li ul li {
    width: 200px;
}

nav ul ul ul.drop-lov {
    top: 0px;
    left: 190px;
    background: #fff;
    border: 1px solid #f5f5f5;
    width: auto;
    padding: 5px;
    padding-left: 10px;
    height: 65%;
    padding-bottom: 15px;
}

nav ul ul ul.drop-lov li {
    width: 260px;
    position: initial;
}

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

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

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

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



/************************************************/
/*gr-search*/
.hed-main .gr-search {
    width: 510px;
    float: left;
    position: relative;
    left: -50px;
}

.search {}

.searchTerm {
    width: 100%;
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
    border-right: none;
    padding: 4px 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: 8px;
}

.form-control i {
    position: absolute;
    top: 45px;
    right: -14px;
    font-size: 20px;
    z-index: 9999;
    color: #005fab;
}


/************************************************/
/* gr-mob-menu */
.hed-main .gr-mob-menu {
    position: relative;
    left: -60px;
}

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

/*** 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;
    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 #overlay {
    display: none;
}

.hed-main .gr-mob-menu nav input:checked~#overlay {
    display: block;
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    overflow-y: scroll;
    right: 0;
    top: 87px;
    width: 100vw;
    z-index: -1;
    padding-bottom: 0px;
    opacity: 1;
}

/*.hed-main .gr-mob-menu nav input:checked ~ #overlay .header{position: fixed}*/

.hed-main .gr-mob-menu nav input:checked~#overlay .mob-me-text {
    width: 1300px;
    margin: auto;
    padding-top: 15px;
    display: grid;
    padding-bottom: 70px;
}

.hed-main .gr-mob-menu nav input:checked~#overlay .mob-me-text img {
    width: 100%;
    padding-bottom: 50px;
}


.hed-main .gr-mob-menu nav input:checked~#overlay .mob-me-text h4 {
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    color: #1e5b9a;
    border-bottom: 1px dashed #1e5b9a;
    padding-bottom: 5px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
}

.eqal {
    width: 140px;
    text-align: left;
    display: block;
    float: left;
}

.hed-main .gr-mob-menu nav input:checked~#overlay .mob-me-text .eqal p {
    font-size: 12px;
    color: #787878;
    padding-bottom: 0px;
    padding: 0px;
    line-height: 20px;
    margin-top: 0px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0px;
}


.ful-dw {
    width: 100%
}

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

.ful-dw .col-mm h4 {
    text-align: left;
}

.ful-dw .col-mm .eqal {
    width: 140px;
    text-align: left;
    display: block;
    float: left;
}




/* 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: 32px;
    width: 35px;
    transition: background 0.3s;
    cursor: pointer;
    float: right;
}

.dotted-icon:after {
    content: "";
    position: absolute;
    height: 8px;
    z-index: 9999;
    width: 8px;
    background-color: #030303;
    box-shadow: -11px -11px 0 0 #030303, 0px -11px 0 0 #030303, 11px -11px 0 0 #030303, -11px 0px 0 0 #030303, 11px 0px 0 0 #030303, -11px 11px 0 0 #030303, 0px 11px 0 0 #030303, 11px 11px 0 0 #030303;
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 15px;
}

.dotted-icon:hover {}

.hed-main .gr-mob-menu nav label {
    padding-top: 26px;
}

.dotted-menu:hover:after {
    background-color: #1e5b9a;
    box-shadow: -11px -11px 0 0 #1e5b9a, 0px -11px 0 0 #1e5b9a, 11px -11px 0 0 #1e5b9a, -11px 0px 0 0 #1e5b9a, 11px 0px 0 0 #1e5b9a, -11px 11px 0 0 #1e5b9a, 0px 11px 0 0 #1e5b9a, 11px 11px 0 0 #1e5b9a;
}

#dotted-menu:checked+.dotted-menu:after {
    background-color: #030303;
    /*box-shadow: -11px -11px 0 0 #030303, 6px -6px 0 0 #030303, 11px -11px 0 0 #030303, -6px -6px 0 0 #030303, 6px 6px 0 0 #030303, 11px 11px 0 0 #030303, -6px 6px 0 0 #030303, -11px 11px 0 0 #030303;*/
    position: fixed;
    /* top: 11.7%;
    left: 91.7%;*/
}


















/*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 {

    display: block;
}

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


.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;
}










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

/*Rasponsive Code*/
/*1920*/
@media only screen and (min-width : 1920px) and (max-width : 2560px) {

    /*#dotted-menu:checked + .dotted-menu::after{left: 83%;top: 12.4%;}*/

    nav ul ul.sjh .dropdo {
        width: 1300px;
    }

    #result {
        max-width: 620px;
    }

    .hed-main .gr-logo svg {
        padding-left: 34px;
        width: 80%;
        height: auto;
    }




}

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

    /*#dotted-menu:checked + .dotted-menu::after{left: 89.5%;top: 12.4%;}*/
    nav ul ul.sjh .dropdo {
        width: 1300px;
    }

    #result {
        max-width: 613px;
    }

    .hed-main .gr-logo svg {
        margin-top: 8px;
    }

    .hed-main .gr-logo svg {
        margin-top: 5px;
        width: 70%;
    }
}

/*1500*/
@media only screen and (min-width : 1500px) and (max-width : 1599px) {
    .hed-main {
        width: 1300px;
        padding-top: 0;
    }

    nav ul ul.sjh .dropdo {
        width: 1300px;
    }

    .hed-main .gr-logo svg {
        margin-top: 8px;
    }

}

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

    /*#dotted-menu:checked + .dotted-menu::after{left: 94%;top: 12.4%;}*/
    nav ul ul.sjh .dropdo {
        width: 1300px;
    }

    .hed-main .gr-logo svg {
        margin-top: 8px;
        padding-left: 10px;
    }
}

/*1440*/
@media only screen and (max-width : 1440px) {}

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

    .eqal {
        width: 125px;
    }

    .ful-dw .col-mm .eqal {
        width: 125px;
    }

    /*#dotted-menu:checked + .dotted-menu::after {top: 12.3%;left: 91%;}*/
    .hed-main .gr-mob-menu nav input:checked~#overlay .mob-me-text {
        width: 1150px;
    }

    nav ul ul.sjh .dropdo {
        width: 1150px;
    }

    nav ul ul.sjh .dropdo .pro-duct {
        width: 280px;
    }

    .full-sh .shape {
        width: 1150px
    }

    .hed-main {
        width: 1150px
    }

    .footer-main {
        width: 1150px
    }


    #result {
        max-width: 545px;
    }

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

    .hed-main .gr-logo svg {
        margin-top: 5px;
    }

}

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

    .eqal {
        width: 125px;
    }

    .ful-dw .col-mm .eqal {
        width: 125px;
    }

    /*#dotted-menu:checked + .dotted-menu::after {top: 12.5%; left: 93.7%;}*/
    .hed-main .gr-mob-menu nav input:checked~#overlay .mob-me-text {
        width: 1150px;
    }

    nav ul ul.sjh .dropdo .pro-duct {
        width: 280px;
    }

    nav ul ul.sjh .dropdo {
        width: 1150px;
    }

    .full-sh .shape {
        width: 1150px
    }

    .hed-main {
        width: 1150px
    }

    .footer-main {
        width: 1150px
    }

    #result {
        max-width: 542px;
    }

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


    .hed-main .gr-logo svg {
        margin-top: 5px;
    }
}


/*1200*/
@media only screen and (min-width : 1441px) and (max-width : 1600px) {
    .hed-main .gr-search {
        width: 510px;
        left: -98px;
    }

    .hed-main .gr-mob-menu {
        left: -40px;
    }

    .gr-mobile {
        right: 0;
    }

    .hed-main .gr-logo svg {
        margin-top: 5px;
        width: 70%;
    }


}

/*1200*/
@media only screen and (min-width : 1366px) and (max-width : 1440px) {
    .hed-main .gr-search {
        width: 510px;
        left: -98px;
    }

    .hed-main .gr-mob-menu {
        left: -40px;
    }

    .gr-mobile {
        right: 0;
    }

    .hed-main .gr-logo svg {
        margin-top: 5px;
        width: 70%;
    }

}


/*1200*/
@media only screen and (min-width : 1279px) and (max-width : 1365px) {
    .hed-main .gr-search {
        width: 510px;
        left: -98px;
    }

    .hed-main .gr-mob-menu {
        left: -40px;
    }

    .gr-mobile {
        right: 0;
    }

    .hed-main .gr-logo svg {
        margin-top: 5px;
        width: 70%;
    }


}


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

    .hed-main .gr-search {
        width: 510px;
        left: -98px;
    }

    .hed-main .gr-mob-menu {
        left: -40px;
    }

    .gr-mobile {
        right: 0;
    }

    /*#dotted-menu:checked + .dotted-menu::after {top: 12.5%; left: 96.5%;}*/
    .hed-main .gr-mob-menu nav input:checked~#overlay .mob-me-text {
        width: 1150px;
    }

    nav ul ul.sjh .dropdo {
        width: 1150px;
    }

    nav ul ul.sjh .dropdo .pro-duct {
        width: 280px;
    }

    .full-sh .shape {
        width: 1150px
    }

    .hed-main {
        width: 1150px
    }

    .footer-main {
        width: 1150px
    }

    #result {
        max-width: 542px;
    }

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



    .hed-main .gr-logo svg {
        margin-top: 5px;
        width: 70%;
    }
}

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

    .eqal {
        width: 160px;
    }

    .ful-dw .col-mm .eqal {
        width: 130px;
    }

    .full-sh .dropbtn {
        color: white;
        padding: 0px 10px;
    }


    .full-sh .dropdown {
        top: -6px;
        right: 40px;
    }

    .hed-main .gr-search {
        left: -50px;
    }



    .gr-mobile {
        right: 10px;
    }

    .hed-main .gr-logo {
        width: 310px;
    }

    .hed-main .gr-search {
        width: 300px;
        left: -70px;
    }


    .gr-menu {
        width: 1000px;
    }

    /*#dotted-menu:checked + .dotted-menu::after {top: 12.5%; left: 95.1%;}*/
    .hed-main .gr-mob-menu nav input:checked~#overlay .mob-me-text {
        width: 950px;
    }

    nav ul ul.sjh .dropdo {
        width: 950px;
    }

    .ful-dw .col-mm {
        width: 100%;
    }

    .hed-main .gr-logo svg {
        width: 200px !important
    }

    nav ul ul.sjh .dropdo .pro-duct {
        width: 235px;
    }

    nav ul ul.sjh .dropdo .pro-duct h3 {
        font-size: 24px;
    }

    nav ul li ul li a {
        font-size: 13px;
    }

    nav ul ul.sjh .dropdo .pro-duct .read {
        font-size: 12px;
    }


    .full-sh .shape {
        width: 950px
    }

    .hed-main {
        width: 950px
    }

    .footer-main {
        width: 950px
    }

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

    .footer-main .col-mm {
        width: 22.5%;
    }



    .footer {
        padding-top: 20px;
    }

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


    #result {
        max-width: 375px;
        left: 0;
    }

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

    li .text-ser {
        width: 200px;
    }



    .hed-main .gr-logo svg {
        margin-top: 6px;
    }

}

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

    li .text-ser {
        /* width: 200px;
        float: right; */
    }

}

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

    li .text-ser {
        width: 215px;
    }

}



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

    .header.header-scrolled .lng
{
display: none;
}


.header.header-scrolled .gr-mobile
{
display: none;
}

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

    li .img-ser img {
        width: 70px !important;
    }

    li .text-ser {
        width: 165px;
    }

    nav ul li {
        padding-top: 10px;
    }

    .lng {
        margin-right: 20px;
        position: absolute;
        right: 175px;
        top: 10px;
    }

    .gr-mobile {
        position: absolute;
        top: 8px;
        right: 25px;
    }

    .gr-menu {
        width: 700px;
    }


    #result {

        max-height: 447px;
        margin-top: 0;
        width: 100%;
    }

    .full-sh .shape {
        width: 100%;
        padding-right: 30px;
    }

    .hed-main {
        width: 100%;
        display: block;
    }

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

    .hed-main .gr-logo svg {
        padding-left: 37px;
        width: 240px;
    }

    .hed-main .gr-logo img {
        width: 40%;
        margin: auto;
        display: block;
    }

    .hed-main .gr-menu {
        display: flex;
        margin: -40px 0px 0px -30px;
        justify-content: right;
        width: 100%;
    }

    .hed-main .gr-search {
        position: absolute;
        left: 340px;
        width: 40%;
        z-index: 1;
    }

    .hed-main .gr-mob-menu {
        position: absolute;
        right: 42px;
    }

    .sticky {
        position: relative;
    }

    .navbar-menu {
        position: absolute;
        top: 10px;
        left: 30px;
    }

    .dropdown {
        float: right;
        top: -18px;
        right: 210px !important;
    }

    nav ul ul.sjh .dropdo {
        width: auto;
        padding-left: 40px;
        display: flex;
        flex-wrap: wrap;
    }

    nav ul ul.sjh .dropdo .pro-duct {
        width: 50%;
    }

    nav ul ul.sjh {
        padding-top: 0px;
        top: 90px;
    }

    .form-control .form-control-feedback {
        z-index: 0
    }

    .hed-main .gr-mob-menu nav input:checked~#overlay .mob-me-text {
        padding-left: 40px;
        padding-right: 40px;
        z-index: 999;
        width: auto;
    }

    .eqal {
        width: 130px;
        height: 100px;
    }

    .ful-dw .col-mm .eqal {
        width: 130px;
    }

    .ful-dw .col-mm {
        margin-bottom: 0px;
        width: 100%;
        padding-top: 10px;
    }



    .hed-main .gr-mob-menu nav input:checked~#overlay {
        top: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
    }


    #dotted-menu:checked+.dotted-menu:after {
        top: 40px;
    }


    .footer-main {
        width: 85%
    }

    .footer-main .col-mm {
        width: 47.5%;
        height: 260px
    }

    .footer-main .col-mm.tab {
        width: 47.5%;
        height: 220px
    }

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

    .footer-full-main p {
        text-align: left
    }

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

}



/*mobile*/
@media only screen and (min-width : 150px) and (max-width : 767px) {
   .header.header-scrolled {
    padding-top: 25px; 
}

    .full-sh .dropdown {
        top: -14px;
        right: 70px;
    }

    .gr-mobile {
        position: absolute;
        top: 8px;
        right: 20px;
    }

    .gr-menu {
        display: none;
    }

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

    #result {
        position: initial;
        max-width: 350px;
        cursor: pointer;
        overflow-y: auto;
        max-height: 448px;
        box-sizing: border-box;
        z-index: 1001;
        background: #fff;
        padding-left: 0px;
        margin-top: 17px;
    }

    .link-class {
        padding: 10px 0 0 8px;
        height: 80px;
        width: 92%;
    }

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

    li .img-ser img {
        width: 100% !important;
        object-fit: contain;
    }

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

    .shape .gr-mobile a span {
        display: none;
    }


    .wrap {
        width: 100%;
        /* transform: translate(0%, 30%); */
        margin-top: 8px;
    }

    .searchTerm {
        padding: 4px 15px;
        height: 24px;
        font-size: 13px;
    }


    .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 svg {
        width: 100%;
        height: 22px;
        border-radius: 2px;
    }

    .hed-main .gr-logo svg {
        width: 160px;
        position: relative;
        left: 19px;
        top: 0px;
    }

    .hed-main .gr-mob-menu nav label {
        padding-top: 23px;
    }

    .header {
        padding-bottom: s5px;
        position: unset;
    }

    .full-sh .shape {
        width: 100%;
        padding-right: 15px;
        height: 37px;
    }

    .hed-main {
        width: 100%;
        display: inline-block;
        padding-top: 0;
        padding-bottom: 0;
    }

    .hed-main .gr-logo {
        width: 100%;
        float: none;
    }

    .hed-main .gr-logo img {
        width: 60%;
        margin: auto;
        display: block;
    }

    .hed-main .gr-menu {
        float: none;
        display: block;
        width: 100%;
        margin: auto;
        display: none;
    }

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

    nav a {
        padding: 0 6px;
        font-size: 14px;
        display: flex;
        justify-content: start;
    }

    .eqal svg {
        width: 45px;
    }

    .hed-main .gr-mob-menu nav input:checked~#overlay .mob-me-text .eqal p {

        padding-left: 20px;
    }


    nav ul ul.sjh .dropdo {
        width: 100%;
    }

    nav ul ul.sjh .dropdo .pro-duct {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }

    nav ul ul.sjh .dropdo .pro-duct h3 {
        margin-top: 10px
    }

    nav ul ul.sjh {
        padding-top: 20px;
        top: 150px;
    }

    .hed-main .gr-search {
        width: 65%;
        padding-left: 20px;
        position: absolute;
        left: 0px;
    }

    .hed-main .gr-mob-menu {
        left: -22px;
        right: 0;
        float: right;
        top: -3px;
    }

    .sticky {
        position: relative;
    }

    .navbar-menu {
        float: left;
        margin-left: 10px;
    }

    .topnav a {
        padding: 0px 5px;
    }

    .lng {
        margin-right: 20px;
        position: absolute;
        right: 30px;
        top: 10px;
    }

    .footer-main {
        width: 85%
    }

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

    .footer-main .col-mm.tab {
        width: 100%;
        height: 100%
    }

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

    .footer-full-main p {
        text-align: center;
        margin: 0 0 10px 0;
        font-weight: 200;
        font-size: 15px;
        line-height: 21px;
    }

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

    .footer-main .col-mm p {

        font-weight: 200;
    }

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

    .hed-main .gr-mob-menu nav input:checked~#overlay .mob-me-text {
        width: 100%
    }

    .eqal {
        width: 100%;
        height: 52px;
        border-bottom: 1px solid;
        margin-top: 10px;
    }

    .ful-dw {
        width: 88%;
        padding-left: 15px;
        padding-right: 15px;
        display: inline;
    }

    .ful-dw .col-mm {
        margin-bottom: 0px;
        width: 100%;
    }

    .ful-dw .col-mm .eqal {
        width: 100%;
        height: 75px;
    }

    .hed-main .gr-mob-menu nav input:checked~#overlay {
        top: 0px;
        padding-top: 10px;
        padding-bottom: 40px;
    }

    #dotted-menu:checked+.dotted-menu:after {
        top: 90px;
        right: 35px;
    }

    .form-control .form-control-feedback {
        z-index: 0
    }


    .footer {
        padding-top: 30px;
    }

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




}

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

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



    .topnav a {
        font-size: 13px;
    }

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

    .lang img {
        width: 23px;
        height: 15px;
    }

    .hed-main .gr-search {
        padding-left: 20px;
    }






}


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

    .topnav a {
        font-size: 12px;
    }
}








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

    .lng {
        margin-right: 17px;
        margin-top: -3px;
    }

    .shape .gr-mobile a span {
        font-size: 12px;
    }

    .topnav a {
        font-size: 10px;
    }

    .shape .gr-mobile a svg {
        width: 11px;
        height: 11px;
    }

    .lang img {
        width: 23px;
        height: 15px;
    }

    .hed-main .gr-search {
        padding-left: 15px;
    }

    .topnav {
        display: block;
    }

    .navbar-menu {
        margin-right: 10px
    }

    .hed-main .gr-mob-menu nav label {
        margin-right: 10px;
    }




}




/* ================= ===================== */



.youtube {
    width: 100% !important;
    height: 75vh !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    background: url(../sgroup/about.css);
}

iframe {
    /* margin: 40px auto 0 auto; */
}

.youtube .play {
    /* background-image: url("../youtube.png") no-repeat center center; */
    background: url(../img/sgroup/youtube.png);
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.p {
    margin-top: 60px;
}

.swiper-wrapper {
    cursor: pointer;
}

.text-success {
    color: #1d4e2e;
}

.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  ======================= */