@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --active-menu-background: #fff;
    --active-menu-forground: #000000;
    --menu-hover-bg: #cecece;
    --menu-hover-text: #000000;
    --top-header-bg: #000;
    --footer-black: #000;
    --fontOpenSans: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    --fontRobotoSans: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	 --fontPoppinSans: "Poppins", sans-serif;
}

#header {
    position: relative;
    background-color: rgb(0, 0, 0);
    z-index: 9;
    float: left;
    box-shadow: rgba(232, 232, 232, 0.66) 0px 2px 7px 5px;
    transition: 0.5ms;
    border: 0px;
    width: 100%;
}

.page-header.md-shadow-z-1-i.navbar.navbar-static-top.oe-header {
    padding: 0px !important;
}

.fa-tiktok {
    width: 20px;
    height: 20px;
    -webkit-mask-image:url('fonts/tiktok.svg')
}
#primary-menu ul {
    box-shadow: none !important;
}

  
button.lines-button.x.close:focus {
    /* padding: 10px; */
    border-radius: 2px;
    outline: none !important;
    background: #ec0019;
    color: #fff;
    border: 0;
}

button.lines-button:focus {
    background: #ec0019;
    outline: none !important;
}

#top-header {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 16px;
    letter-spacing: 0px;
    overflow: visible;
    position: relative;
    font-family: var(--fontOpenSans);
    float: right;
    line-height: 32px;
    z-index: 9;
    border-radius: 0px;
    font-weight: normal;
    height: auto;
    padding: 0px;
    text-align: right;
    background: var(--top-header-bg);
}

nav#secondary {
    display: inline-block;
}

nav#secondary ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

nav#secondary ul li ul.dropdown-menu.dropdown-menu-right {
    right: 0px;
    left: auto;
}

nav#secondary ul li:hover ul.dropdown-menu {
    display: block;
    border-radius: 0px;
}

nav#secondary ul li {
    position: relative;
}

nav#secondary ul li a {
    padding: 5px 10px;
    font-weight: 600;
}

nav#secondary ul li ul a {
    color: rgb(255, 255, 255);
    padding: 5px 10px;
    display: block;
    border-bottom: 1px solid rgb(54, 54, 54);
}

nav#secondary ul li ul.dropdown-menu {
    background: rgb(3, 3, 3);
}

nav#secondary li.active {
    background: rgb(23, 44, 133);
}

nav#secondary ul ul li a:hover {
    padding: 5px 10px;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

#top-header a {
    color: rgb(255, 255, 255);
    display: inline-block;
    text-transform: none;
    transition: ease-in-all 0.2s;
}

nav#top-header svg {
    height: 17px;
    vertical-align: text-bottom;
    fill: rgb(255, 255, 255);
    line-height: 30px;
}

span.socialf a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid rgb(255, 255, 255);
}

footer svg {
    height: 17px;
    vertical-align: text-bottom;
    fill: rgb(255, 255, 255);
    margin-right: 0px;
    line-height: 30px;
}

span.follow {
    text-align: right;
}

nav#top-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

span.contact_top a:hover {
    background: rgb(255, 255, 255) ;
    color: rgb(0, 0, 0) !important;
    text-decoration: none !important;
}

span.follow {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
}

#top-header .follow a {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#logo {
}

#primary-menu {
    float: right;
    width: 100%;
    background: 0px 0px;
    border: 0px;
    height: auto;
}

#header.full-header #primary-menu > ul {
    float: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

#primary-menu ul {
    list-style: none;
    margin: auto;
    white-space: nowrap;
    border-radius: 0px;
    box-shadow: none !important;
}

#primary-menu > ul {
    float: left;
    width: 100%;
    text-align: right;
    padding: 0px;
}

#primary-menu ul li {
    position: relative;
}

#primary-menu > ul > li {
    float: none;
    margin: 2px 2px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    flex: 0 0 auto;
    /* width: auto; */
}

#primary-menu > ul > li:first-child {
    margin-left: 0px;
    border-left: 0px;
}

#primary-menu > ul > li:last-child {
    border-right: 0px;
}

p.smallHeading {
    padding: 0px !important;
}

#primary-menu ul li > a {
    display: block;
    line-height: normal;
    padding: 10px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 20px;
    transition: 0.5s;
    position: relative;
    text-transform: none;
    letter-spacing: 0px;
    border-radius: 4px;
    font-family: var(--fontOpenSans);
}

#primary-menu ul li > a i {
    position: relative;
    top: -1px;
    font-size: 14px;
    width: 16px;
    text-align: center;
    margin-right: 6px;
    vertical-align: top;
}

#primary-menu ul ul li {
    float: none;
    margin: 0px;
    text-align: left;
}

#primary-menu ul ul li:first-child {
    border-top: 0px;
}

#primary-menu ul ul li > a {
    color: rgb(255, 255, 255);
    padding: 10px 12px;
    border: 0px;
    letter-spacing: 0px;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
    margin: 0px;
    border-radius: 4px;
}

#primary-menu ul ul li > a i {
    vertical-align: middle;
}

#header, #header-wrap, #logo img {
    height: auto;
    transition: height 0.4s, opacity 0.3s;
}

#logo img {
    transition: height 0.4s, opacity 0.3s;
    border-radius: 0px;
    width: auto;
    max-height: 70px;
    padding: 0px;
}

#primary-menu ul ul li > a:hover, #primary-menu ul ul li a:active {
    transition: 0.5s;
    background: var(--menu-hover-bg);
    text-decoration: none !important;
    color: var(--menu-hover-text) !important;
}

#primary-menu > ul > li > a::after {
    position: absolute;
    bottom: -3px;
    left: 0px;
    right: 0px;
    height: 3px;
    transition: 0.4s;
    width: 0px;
    background: rgb(255, 255, 255) !important;
}

#primary-menu ul li > a:hover::after {
    transition: 0.4s;
    width: 100%;
}

#primary-menu ul.dropdown-menu.dropdown-menu-right {
    left: auto;
    right: 0px;
}

#primary-menu > ul > li:hover ul, #primary-menu > ul > li:focus ul, #primary-menu > ul > li > a:focus + ul {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}

#primary-menu ul.dropdown-menu {
    background: rgb(255, 255, 255);
}

#primary-menu ul.dropdown-menu li a {
    white-space: nowrap;
    transition: 0.5s;
}

#primary-menu ul li.sub-menu a span {
    transform: rotate(0deg);
    transition: 0.5s;
}

#primary-menu ul li.sub-menu:hover a span, #primary-menu ul li.sub-menu:active a span, #primary-menu ul li.sub-menu:focus a span {
    transform: rotate(180deg);
    transition: 0.5s;
}

.closemenu {
    float: left;
    margin-top: 33px;
}

.closemenu img, #primary-menu-trigger img {
    max-width: 30px;
    height: auto;
}

#primary-menu > ul > li:hover > a, #primary-menu > ul > li:focus > a, #primary-menu > ul > li:hover > a, #primary-menu > ul > li:focus > a {
    transition: 1s;
    background: rgb(255, 255, 255);
    text-decoration: none;
    color: rgb(0, 0, 0) !important;
}

#primary-menu-trigger {
    display: none;
}

.dflex.portletsboxes .portlet {
    padding: 10px 0px;
}

.row.dflex.portletsboxes .portlet {
    padding: 10px 0px;
}

.row.dflex.portletsboxes > div {
    margin: 0px;
}

.dflex.portletsboxes .portlet h1 {
    font-size: 24px;
}

#content .serviceTitle > p {
    font-size: 14px !important;
    margin: 0px !important;
}

.gt_switcher_wrapper {
    top: 0px !important;
    margin-left: -6px;
}

.bgimage1 {
    padding: 20px;
    text-align: center;
    min-height: 250px;
    display: grid;
    align-items: center;
    color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center center;
    position: relative;
}

#content .bgimage1 p.head1, #content .bgimage2 p.head1 {
    font-size: 40px;
    color: rgb(255, 255, 255);
    line-height: normal;
}

.bgimage2 {
    padding: 20px;
    text-align: center;
    min-height: 250px;
    display: grid;
    align-items: center;
    color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center center;
    position: relative;
}

header#header.sticky-header {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    transition: 0.5ms;
    z-index: 111;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px, transparent 0px 3px 2px;
    transition: all 0.5 ease;
}

/*
header#header.fixed.full-header {
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    top: 0px;
    transition: all 0.5 ease;
    
  }

*/
  
header#header.header-fixed.full-header {
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    top: 0px;
    transition: all 0.5 ease;
    
  }
 

#top-header .follow a {
    transition: 0.5s;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background-color: transparent;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    vertical-align: middle;
}

#top-header .follow a:hover, #top-header .follow a:focus {
    transition: 0.5s;
    color: rgb(251, 184, 21);
    outline: none;
    background-color: transparent;
}

span.contact_top a {
    padding: 0px 10px;
    border-radius: 6px;
    margin: 5px 0;
}

.contact_top a {
    font-weight: normal;
}

header#header.sticky-header #logo {
    margin-top: 0px;
}

header#header.sticky-header #logo img {
    max-height: 60px;
    transition: 0.5s;
    box-shadow: none;
}

header#header.sticky-header #header-wrap {
    float: left;
    width: 100%;
}

div#header-wrap {
    padding: 15px 0px;
    float: left;
    width: 100%;
}

#top-header a span + font, #top-header span > font {
    margin-left: 5px;
}

#top-header a::after {
    width: 100%;
    height: 0px;
    background: rgb(0, 0, 0);
    position: absolute;
    inset: 0px;
    z-index: -1;
    transition: 0.5s;
}

#top-header a:hover::after, #top-header a:focus::after {
    height: 100%;
    transition: 0.5s;
}

#top-header a::before {
    width: 100%;
    height: 0px;
    background: rgb(166, 208, 60);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    transition: 0.5s;
}

#top-header a:hover::before {
    height: 100%;
    transition: 0.5s;
}

#primary-menu > ul > li a::before {
    width: 0px;
    height: 3px;
    background: rgb(237, 23, 80);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 2px;
    z-index: 6;
    transition: 0.5s;
    border-radius: 2px;
}

#primary-menu ul li:hover a::before, #primary-menu ul li:focus a::before {
    width: 100%;
    transition: 0.5s;
}

#top-header span.contact_top a:first-child {
    border: 0px;
}

.bg-yellow-light {
    background: rgb(254, 212, 41);
    padding-top: 10px;
    padding-bottom: 10px;
}

div#faqs.faqs.faqpage .toggle.faq {
    margin-bottom: 15px;
}

.lines-button {
    cursor: pointer;
    background: rgb(191, 30, 45);
    border: 0px;
    float: left;
    margin-top: 10px;
    margin-right: 0px;
    height: 34px;
    position: static;
    padding: 5px;
    border-radius: 2px;
    outline: none !important;
    /* width: 40px; */
    text-align: center;
}

.lines {
    display: inline-block;
    width: 29px;
    transition: 0.35s;
    position: relative;
    background: rgb(255, 255, 255);
    float: right;
    border-radius: 37px;
    height: 3px;
}

.close .lines {
    background: transparent;
}

.lines::before, .lines::after {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: rgb(255, 255, 255);
    transition: 0.35s;
    position: absolute;
    left: 0px;
    content: "";
    transform-origin: 0.178571rem center;
    /* border-radius: 20px; */
    margin: auto;
    right: 0;
}

.lines::before {
    top: 8px;
}

.lines::after {
    top: -8px;
}

.lines-button.x .lines::before, .lines-button.x .lines::after {
    transform-origin: 50% 50%;
    transition: top 0.3s 0.1s, transform 0.3s;
}

.lines-button.x.close .lines {
    transform: rotate3d(0, 0, 1, 90deg);
}

.lines-button.x.close .lines::before, .lines-button.x.close .lines::after {
    transition: top 0.3s, transform 0.3s 0.1s;
    top: 2px;
    background: rgb(255 255 255);
    opacity: 1 !important;
}

.lines-button.x.close .lines::before {
    transform: rotate3d(0, 0, 1, -45deg);
}

.lines-button.x.close .lines::after {
    transform: rotate3d(0, 0, 1, 45deg);
}

button.lines-button.x.close {
    opacity: 1;
    /* border: 2px solid rgb(255, 255, 255); */
    /* padding: 10px; */
    border-radius: 2px;
    background: #ed1750;
    min-width: 35px;
}

.lines-button span.menutext {
    text-indent: -99999px;
    opacity: 0;
    visibility: hidden;
    display: none;
}

#logo a {
}

.copyright p {
    margin-bottom: 0px;
}

.advertise img {
    max-height: 180px;
}

footer {
    font-size: 15px;
}

.fotercontent .footer-logo {
    border: 10px solid rgb(255, 255, 255);
    border-radius: 7px;
}

.footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 70px 0px;
    font-weight: 600;
    z-index: 1;
    margin-top: 0px;
    background: var(--footer-black) !important;
}

h4.hfooter {
    text-align: center;
    color: rgb(173, 135, 114);
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    margin-bottom: 20px;
}

.footer h4 {
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 25px;
}

footer.footer .footertop a, footer.footer .footertop span {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255) !important;
}

.footertop.white-skin, .footertop.white-skin h4, .footertop.white-skin p, .footertop.white-skin h4 a, .footertop.white-skin p a, .footertop.white-skin a span.fa {
    color: rgb(255, 255, 255);
}

.footertop.white-skin a:hover {
    color: rgb(255, 255, 255) !important;
}

.footertop.black-skin, .footertop.black-skin h4, .footertop.black-skin p, .footertop.black-skin h4 a, .footertop.black-skin p a, .footertop.black-skin a span.fa {
    color: rgb(0, 0, 0);
}

.footertop.black-skin a:hover {
    color: rgb(255, 255, 255);
}

.footertop a:hover {
    color: rgb(255, 255, 255) !important;
    text-decoration: underline !important;
}

.footerbox p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.footerbox {
    display: block;
    width: 100%;
    float: left;
}

.socialf {
    font-size: 18px;
    margin: 0px;
    display: flex;
    text-align: center;
    align-items: center;
}

.socialf a:hover {
}

.socialf a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    transition: 0.3s;
}

#copyrights {
    text-align: center;
}

ul.social_footer {
    float: left;
    width: 100%;
    list-style: none;
}

ul.social_footer li {
    display: inline-block;
}

ul.social_footer li a {
    color: rgb(162, 164, 164);
    padding: 0px 15px 0px 0px;
    font-size: 20px;
    display: inline-block;
}

.footer a:hover {
    color: rgb(35, 88, 160);
}

.socialf a {
    line-height: normal;
    font-size: 16px;
    padding: 5px;
}

.footertop {
    background: rgba(254, 222, 2, 0.28);
    padding: 15px 0px;
    text-align: center;
    font-size: 16px;
    color: rgb(0, 0, 0);
    float: left;
    width: 100%;
    font-weight: 600;
    border-bottom: 1px solid rgb(59, 59, 59);
}

article.footertop span.fa {
    color: rgb(255, 255, 255);
}

.footertop h4 {
    font-size: 30px;
    color: rgb(0, 0, 0);
}

.footertop a {
    color: rgb(0, 0, 0);
}

.footertop.uppergrid {
    background: rgb(27, 91, 122);
    color: rgb(255, 255, 255);
}

.text-white {
    color: rgb(255, 255, 255) !important;
}

.footertop.uppergrid p {
    color: rgb(255, 255, 255) !important;
}

.middlebar {
    border-left: 1px solid rgb(14, 57, 78);
    border-right: 1px solid rgb(14, 57, 78);
}

.footer a {
    word-break: break-word;
}

article.footertop.white-skin h1, article.footertop.white-skin h1 a {
    color: rgb(255, 255, 255);
    font-size: 30px;
}

.footertop h4 {
    font-size: 30px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-weight: bold;
    margin: 8px 0px !important;
}

.footertop a:hover {
    color: rgb(0, 0, 0) !important;
    text-decoration: none !important;
}

footer.footer h2 {
    color: rgb(255, 255, 255);
}

article.footertop h1 {
    color: rgb(255, 255, 255) !important;
}

footer img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

footer .rt img {
    max-width: 100%;
}

span.social_footer a {
    padding: 10px 4px 10px 8px;
    font-size: 18px;
}

.footer.light .socials a.fb:hover {
    transition: 0.5s;
    background: purple;
    padding-left: 0px;
    color: rgb(255, 255, 255) !important;
}

.footermenu {
    float: left;
    width: 100%;
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid rgb(169, 169, 169);
    padding-bottom: 10px;
}

footer strong {
    text-transform: uppercase;
    font-weight: normal;
}

.footer.dark, .footer.dark p, .footer.dark a, .footer.dark ul li a {
    font-weight: normal;
    transition: 0.5s;
    font-size: 18px;
    font-family: var(--fontOpenSans);
    color: rgb(255, 255, 255) !important;
}

footer::before {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -99px;
    background: rgb(42, 48, 54);
    clip-path: polygon(100% 58%, 0% 100%, 100% 100%);
}

.footer.dark a:hover, .footer.dark ul li a:hover {
}

.footer.dark h1, .footer.dark h2, .footer.dark h3 {
    color: rgb(255, 255, 255);
    margin-top: 0px;
    text-transform: none;
    margin-bottom: 20px;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 24px !important;
    font-family: var(--fontPoppinSans);
}

.footer.light {
    background: rgb(255, 255, 255);
    color: rgb(255, 255, 255) !important;
}

.footer.light, .footer.light p, .footer.light a, .footer.light ul li a {
    color: rgb(0, 0, 0) !important;
}

.footer.light a:hover, .footer.light ul li a:hover {
    color: rgb(24, 48, 127) !important;
    text-decoration: none !important;
}

.footer.light h1, .footer.light h2, .footer.light h3 {
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-size: 20px;
}

.footer.light #copyrights a {
    color: rgb(255, 255, 255) !important;
}

.footer.light #copyrights p {
    color: rgb(255, 255, 255) !important;
}

a.fbfooter span {
    font-size: 25px;
    vertical-align: middle;
}

footer h2 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 22px !important;
}

.footer.dark span.social_footer a:hover {
    padding: 10px 4px 10px 8px;
}

footer.footer.dark span.fa + font, footer.footer.dark span.fa > font {
    margin-left: 5px;
}

footer.footer h4 {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: normal;
}

.footer.dark a:hover, .footer.dark ul li a:hover, .footer.dark a:active, .footer.dark ul li a:focus {
    transition: 0.5s;
    color: rgb(107, 107, 107) !important;
    text-decoration: none !important;
}

footer hr {
    margin-top: 8px;
    margin-bottom: 8px;
    border-top: 1px solid rgb(42, 42, 42);
}

.footerNav {
    text-align: center;
    border-top: 1px solid rgb(0, 0, 0);
    float: left;
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid rgb(0, 0, 0);
}

.footerNav ul {
    text-align: center;
    margin: 0px;
    padding: 0px;
    display: block;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footerNav ul li {
    display: inline-block;
}

.footerNav ul li a {
    padding: 10px;
    float: none;
    border-radius: 4px;
    margin: 0px 5px;
    display: inline-block;
    text-decoration: none !important;
    font-weight: bold !important;
}

.footer.dark .footerNav ul li a:hover {
    background: rgb(164, 209, 61) !important;
    text-decoration: none !important;
    color: rgb(0, 0, 0) !important;
}

footer .media span {
    font-size: 22px;
    vertical-align: middle;
    margin-left: 4px;
}

footer .media {
    margin-top: 15px;
}

.social_footer a {
    font-size: 20px;
}

footer::before {
    width: 100%;
    height: 100px;
    position: absolute;
    background: rgb(0, 164, 108);
    left: 0px;
    right: 0px;
    top: -99px;
    clip-path: polygon(100% 58%, 0% 100%, 100% 100%);
}

footer a:hover {
    background: transparent;
}

.footer_widget3 span.fa {
    color: rgb(0, 0, 0);
    margin-right: 7px;
    font-size: 18px;
}

article.fotercontent {
    padding: 0px;
    display: block;
    float: left;
    width: 100%;
}

article.fotercontent p {
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 16px;
    font-family: var(--fontOpenSans);
}

article.fotercontent iframe {
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 5px;
    border-radius: 4px;
    background: rgb(255, 255, 255);
}

.footer.dark .socialf a span {
    font-size: 25px;
}

.socialf a {
    color: rgb(255, 255, 255);
}

ul.fnav {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

ul.fnav li {
    list-style: none;
    display: block;
    position: relative;
}

ul.fnav li a {
    color: rgb(255, 255, 255);
    padding: 4px 3px;
    float: left;
    width: 100%;
    text-transform: none;
    border-left: 0px;
    position: relative;
    letter-spacing: 0;
    font-family: var(--fontOpenSans);
    vertical-align: middle;
}

ul.fnav li a::after {
    content: "";
    transition: 0.5s;
    opacity: 0;
    display: none;
}

ul.fnav li a:hover::after {
    content: "Ã¯Æ’Å¡";
    font-family: FontAwesome;
    margin-left: 5px;
    transition: 0.5s;
    opacity: 1;
}

ul.fnav li a::before {
    width: 0px;
    height: 0px;
    display: inline-block;
    margin-right: 9px;
    vertical-align: middle;
    border-left: 6px solid rgb(0, 0, 0);
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
}

.copyright {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 20px 0px 0px;
    /* border-top: 1px solid rgb(104 104 104); */
    margin-top: 20px;
}

span.contact_info_footer a {
    display: block;
}

span.contact_info_footer a svg {
    width: 13px;
    fill: rgb(255, 255, 255);
}

.bg-dark-yellow-banner {
    background: rgb(251, 184, 21);
}

.bg-dark-yellow-banner h2 {
    font-size: 35px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    letter-spacing: 0px;
    font-family: var(--fontRobotoSans);
}

.bg-dark-yellow-banner h3 {
    font-size: 23px;
    color: rgb(5, 166, 210);
    font-family: var(--fontRobotoSans);
    letter-spacing: 0px;
    font-weight: 600;
}

.socialf span {
    font-size: 20px;
}

.menubar {
    background: transparent;
}

.topRight {
    display: flex;
    gap: 11px;
    font-size: 15px;
    align-items: end;
    flex-direction: column;
    color: rgb(255, 255, 255);
}

.topRight a.enroll {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 2px solid rgb(0, 0, 0);
}

.topRight a.enroll:hover {
    background: rgb(44, 142, 205);
    color: rgb(255, 255, 255);
    border-color: rgb(44, 142, 205);
}

.topRight a {
    padding: 8px 15px;
    color: rgb(0, 0, 0);
    border-radius: 4px;
}

a.phoneNumberHeader {
    font-weight: bold;
}

.topRight a:hover {
    color: rgb(255, 255, 255);
    background: rgb(0, 122, 211);
    text-decoration: none !important;
}
.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  
  }
  .icon-svg {
    fill: currentColor;
  }

  
  
#primary-menu ul li.current > a {
    padding: 10px 15px;
    color: rgb(255, 255, 255) !important;
    background: #ec0019 !important;
}

footer .btn.btn-green-footer {
    margin: 4px 0px 5px;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px, rgba(0, 0, 0, 0.18) 0px 1px 2px;
    white-space: normal;
    transition: 0.5s;
    padding: 12px 20px;
    letter-spacing: 0;
    position: relative;
    font-weight: 600;
    border-radius: 30px;
    border: 0px;
    line-height: 20px;
    background: rgb(62, 121, 88);
    color: rgb(255, 255, 255);
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    z-index: 1;
    transition: 1s;
    border: 2px solid transparent;
    text-decoration: none;
}

footer .btn.btn-green-footer:focus, footer .btn.btn-green-footer:hover {
    transition: 1s;
    box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 10px 2px;
    background: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
}

footer .btn.btn-red-footer {
    margin: 4px 0px 5px;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px, rgba(0, 0, 0, 0.18) 0px 1px 2px;
    white-space: normal;
    transition: 0.5s;
    padding: 12px 20px;
    letter-spacing: 0;
    position: relative;
    font-weight: 600;
    border-radius: 30px;
    border: 0px;
    line-height: 20px;
    background: #ec0019 !important;
    color: rgb(255, 255, 255);
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    z-index: 1;
    transition: 1s;
    border: 2px solid transparent;
    text-decoration: none;
}

footer .btn.btn-red-footer:focus, footer .btn.btn-red-footer:hover {
    transition: 1s;
    box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 10px 2px;
    background: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
}

footer .btn.btn-orange-footer {
    margin: 4px 0px 5px;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px, rgba(0, 0, 0, 0.18) 0px 1px 2px;
    white-space: normal;
    transition: 0.5s;
    padding: 12px 20px;
    letter-spacing: 0;
    position: relative;
    font-weight: 600;
    border-radius: 30px;
    border: 0px;
    line-height: 20px;
    background: #F07238 ;
    color: rgb(0, 0, 0) !important;
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    z-index: 1;
    transition: 1s;
    border: 2px solid transparent;
    text-decoration: none;
}

footer .btn.btn-orange-footer:focus, footer .btn.btn-orange-footer:hover {
    transition: 1s;
    box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 10px 2px;
    background: #DF5211 ;
    color: rgb(0, 0, 0) ;
}
.action-buttons {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgb(68 68 68);
    border-bottom: 1px solid rgb(68 68 68);
}


.contact-header {
   display: flex;
   justify-content: space-between;
}

/*responsive start*/

@media (max-width: 992px) {
    .contact-header {
        justify-content: center;
    }
  }

@media (min-width: 1200px) and (max-width: 1270px) {
    header .container {
        max-width: 1100px;
    }
}

@media (min-width: 1200px) {
    .middle_box {
        border-left: 1px solid rgb(185, 185, 185);
        float: left;
        width: 100%;
        border-right: 1px solid rgb(185, 185, 185);
        padding: 0px 43px;
    }

    #header.full-header #primary-menu > ul {
        justify-content: end;
    }

    header .container, footer .container {
        max-width: 1170px;
        width: 100%;
    }

    #primary-menu > ul > li {
        flex: inherit;
    }
}

@media (max-width: 1199px) {
    div#header-wrap .container {
        width: 100%;
    }

    nav#top-header {
        width: 100%;
        border-radius: 0px;
    }

    div#logo {
        padding: 0px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    header#header.sticky-header .menubar {
        margin-top: 10px !important;
    }

    div#logo h2 {
        font-size: 24px;
    }

    #logo img {
    }

    #top-header a {
        letter-spacing: 0.5px;
    }
}

@media (min-width: 992px) {
    nav#top-header .container span {
        flex: 1 1 auto;
    }

    .headerflex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .container > div, header .container-fluid > div {
        flex: 1 1 auto;
    }

    header .container, header .container-fluid {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menubar {
    }

    #primary-menu ul.dropdown-menu {
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
        display: block;
        top: 100%;
        left: 2px;
        width: auto;
        min-width: 200px;
        z-index: 2147483647 !important;
        background: rgb(255, 255, 255) !important;
        color: rgb(255, 255, 255) !important;
    }

    .lines-button {
        display: none;
    }

    #primary-menu ul.dropdown-menu li a {
        color: rgb(0, 0, 0);
        white-space: normal;
    }

    #header {
        z-index: 999;
        float: left;
        width: 100%;
        transition: 0.5ms;
    }

    header#header.sticky-header > #primary-menu > ul > li > a {
        padding: 30px 0px;
    }

    header#header.sticky-header .menubar {
        margin-top: 10px;
    }

    #primary-menu > ul > li.sub-menu:hover > .dropdown-menu, #primary-menu > ul > li.sub-menu > a:focus + .dropdown-menu {
    }
}

@media (max-width: 991px) {
    .headerflex {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* width: 100%; */
    }

    .topRight {
        margin-block: 10px; text-align: center;
        flex-direction: row;
        display: block;
    }

    #primary-menu-trigger {
        display: block;
    }

    #primary-menu ul li.sub-menu.active a span {
        transition: 0.5s;
        transform: rotate(180deg) !important;
    }

    #primary-menu ul li.sub-menu a span {
        transition: 0.5s;
        transform: rotate(0deg) !important;
    }

    div#logo {
        /* float: right; */
        margin-bottom: 0px;
        text-align: center;
        margin-top: 0;
    }

    .menubar {
        display: none;
    }

    #primary-menu ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
        position: relative;
        width: 100%;
        border-radius: 0px;
        box-shadow: none;
        background: transparent;
        max-width: 100%;
        display: block;
    }

    #primary-menu ul.dropdown-menu li a {
        padding-left: 24px;
        color: rgb(0, 0, 0);
    }

    #primary-menu > ul li.sub-menu {
        position: relative;
    }

    #primary-menu > ul > li:hover div.sunmenus ul {
        position: relative;
        top: 0px;
        background: transparent;
        box-shadow: none;
        width: 100%;
    }

    #header.full-header #primary-menu > ul {
        float: none;
        width: 100%;
        display: block;
        padding: 0px;
    }

    #primary-menu > ul li a {
        white-space: normal;
        margin: 0px;
        border: 0px;
        border-radius: 0px;
    }

    #primary-menu ul ul li > a {
    }

    header#header.sticky-header #primary-menu > ul > li > a {
        background-image: none;
        border: 0px !important;
    }

    #primary-menu > ul > li > a {
        padding: 10px;
    }

    #top-header {
    }

    header#header.sticky-header #logo img {
        padding: 0px;
        border: 0px;
    }

    div#top-heade {
        border-bottom: 1px solid rgb(204, 204, 204);
    }

    #primary-menu {
        background: 0px 0px;
    }

    .primary-menu-open .menubar {
        left: 0px;
        transition: 0.5s;
        margin-top: 0px;
    }

    #header .menubar .container {
        width: 100% !important;
    }

    div#top-heade .social {
        display: none;
    }

    #primary-menu ul ul ul.dropdown-menu {
        padding: 0px 0px 0px 10px;
    }

    #primary-menu li.sub-menu .submenu {
        position: absolute;
        right: 0px;
        color: rgb(255, 255, 255);
        width: 30px;
        height: 40px;
        top: 0px;
        text-align: center;
        line-height: 39px;
        background: rgb(234, 170, 0);
        border: 0px;
    }

    #primary-menu ul li i {
        position: absolute;
        top: 0px;
        width: auto;
        text-align: center;
        margin-right: 6px;
        vertical-align: middle;
        background: 0px 0px;
        padding: 5px 10px;
        right: -5px;
        z-index: 99999;
        color: rgb(255, 255, 255);
        font-size: 24px;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 8px 5px;
        white-space: normal;
    }

    .menubar {
        float: left;
        position: static;
        width: 100%;
        overflow: auto;
        top: 0px;
        max-height: calc(-179px + 100vh);
        max-width: 100%;
        padding: 5px;
        margin-top: 0px;
        border-radius: 0px;
    }

    .primary-menu-open .menubar {
        transition: 0.5s;
        z-index: 2147483647;
        box-shadow: rgb(161, 161, 161) 0px 0px 8px;
    }

    #primary-menu > ul > li {
        float: left;
        display: block;
        text-align: left;
        width: 100%;
        flex: 1 1 100%;
        padding: 0px;
    }

    #logo img {
        display: inline;
        max-width: 100%;
        float: none;
        box-shadow: none;
        max-height: 51px;
        width: auto;
        margin: 0px;
        padding: 0px;
    }

    #primary-menu-trigger img {
        max-width: 30px;
        height: auto;
    }

    #primary-menu-trigger {
        opacity: 1;
        position: static;
        top: 17px;
        z-index: 2147483647;
        left: 0px;
        float: left;
        margin-top: 28px;
    }

    div#logo h1 {
        font-size: 30px;
        color: rgb(30, 109, 165);
        padding: 20px 0px;
        text-align: center;
    }
}

@media (min-width: 786px) and (max-width: 991px) {
    div#logo {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .contact_top {
        display: flex;
        align-items: end;
        justify-content: end;
    }

    .topRight a {
        font-size: 13px;
        padding: 0px 5px;
    }

    .topRight .contact_top a {
        display: block;
    }

    .topRight .enroll {
        display: none;
    }

    a.phoneNumberHeader {
    }

    .bg-dark-yellow-banner h2 {
        font-size: 22px;
    }

    .bg-dark-yellow-banner a {
        display: block;
    }

    #top-header span.contact_top a {
        font-size: 16px;
        padding: 0px 15px;
        text-transform: uppercase;
    }

    #top-header span.contact_top a:last-child {
        border: 0px;
    }

    div#slider-arrow-left, div#slider-arrow-right {
    }

    #top-header a, #top-header .follow a {
        text-transform: none;
        font-size: 20px;
    }

    #top-header {
        text-align: right !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 100%;
        padding: 0px 20px;
    }
}

@media (max-width: 991px) {
    .menubar .container {
        padding: 0px;
    }

    ul.fnav li a {
        font-size: 16px;
        padding: 7px 0px;
        font-weight: 600;
        text-align: left;
    }
}

@media (max-width: 767px) {
	 div#DSSLanguageTranslateorWidget.clsdropdown select {
    max-width: 126px;
}
    .footer.dark h1, .footer.dark h2, .footer.dark h3 {
        letter-spacing: 1px;
    }

    footer.footer h2 {
        margin-top: 20px;
        letter-spacing: 1px;
    }

    .footertop h4 a {
        display: block;
    }

    .footertop h4 {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .footer h4 {
        margin-top: 20px;
    }

    .footer h4 {
        margin-top: 20px;
    }

    article.fotercontent {
        padding: 0px 0px 30px;
    }
}
