body {
    margin: 0;
    font-family: 'Objektiv Mk2 Trial';
    font-weight: normal;
    font-style: normal;
}

input, textarea, select {
}

a {
    text-decoration: none;
    color: #008037;
}

a:hover {
    text-decoration: none;
    color: #5d5e5e;
}

input:focus, textarea:focus, select:focus, a:focus, button:focus {
    outline: none;
    box-shadow: none;
}

header.header {
    position: fixed;
    z-index: 6;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
}

section {
    height: auto;
    overflow: hidden;
}

footer {
    height: auto;
    overflow: hidden;
}

.logo img {
    width: 130px;
    transition: all ease .4s;
}

.top {
    background: #333;
    padding: 20px 0;
    transition: all ease .4s;
}

.head {
    padding: 15px 0;
    transition: all ease .4s;
}

#searchform input[type="submit"] {
}

#searchform input[type="text"] {
}

#searchform label {
    display: none;
}

.main {
    height: auto;
    margin-top: 191px;
    overflow: hidden;
}

.copy {
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
    background: #9f9d9d;
    text-align: center;
    color: #fff;
}

footer a {
    color: #fff;
}

.copy .right {
    text-align: right;
}

footer .widgets {
    height: auto;
    overflow: hidden;
    background: linear-gradient(90deg, #008037, #006e2f);
    color: #fff;
}

.dskbtn {
    background: #008037;
    color: #fff;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: all ease .4s;
    cursor: pointer;
    border-radius: 100px;
}

.dskbtn:before {
    content: "";
    background: #000000;
    height: 400px;
    width: 400px;
    display: block;
    border-radius: 100%;
    position: absolute;
    right: -400px;
    z-index: -1;
    top: 50px;
    transition: all ease .8s;
}

.dskbtn:hover:before {
    top: -200px;
    right: -200px;
}

.dskbtn:hover {
    color: #fff;
}

div#access {
}

#access > div > ul > .current-menu-item.current_page_item > a, #access > div > ul > li:hover > a {
    color: #008037;
}

#access .menu-header ul, div.menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#access .menu-header li, div.menu li {
    float: left;
    position: relative;
}

#access > div > ul > li > a {
    display: block;
    line-height: 55px;
    margin: 0 30px;
    color: #000;
    transition: all ease .4s;
    padding: 0;
}

#access ul ul {
    float: left;
    position: absolute;
    z-index: 99999;
    left: 30px;
    background: #fff;
    min-width: 310px;
    box-shadow: 0 0 20px rgb(0 0 0 / 3%);
    border-bottom: 5px solid #008037;
    visibility: hidden;
    opacity: 0;
    transition: all ease .4s;
    top: 75px;
}

#access ul ul li {
    min-width: 100%;
}

#access ul ul ul {
    left: 100%;
    top: 0;
}

#access ul ul a {
    transition: all ease .4s;
    border: medium none;
    height: auto;
    line-height: 1em;
    width: 100%;
    display: block;
    color: #008037;
    font-size: 14px;
    text-align: left;
    padding: 15px 15px;
    border-bottom: 1px solid #f1f1f1;
}

#access ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 55px;
}

.top-right-links > a.search-ico > svg {
    width: 25px;
    transition: all ease .4s;
    display: block;
}

.floatingserch {
    position: fixed;
    top: -400px;
    right: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 400px;
    transition: all ease .4s;
}

span.closex {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 25px;
    right: 82px;
    background-color: #0133a2;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 71px;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
    border-radius: 100%;
}

.tabletcar {
    display: table;
    width: 100%;
    height: 100%;
}

.cellintcar {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background: #10bbfc;
}

.headsearch h3 {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1rem;
    display: block;
    margin-bottom: 30px;
    font-size: 12px;
}

.headsearch {
    max-width: 600px;
    margin: 0 auto;
}

#searchform input[type="submit"]:hover {
    color: #000000;
    border-color: #000000;
}

.floatingserch.openx {
    top: 0px;
}

#searchform input[type="text"]::placeholder {
    color: rgb(0 0 0 / 42%);
}

#searchform input[type="submit"] {
    width: 160px;
    text-align: center;
    border: none;
    border-bottom: solid 1px #000;
    color: #000;
    background: none;
    padding: 5px 5px 5px 5px;
    display: inline;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    transition: all .25s ease-in-out;
    outline: none !important;
    font-size: .6875rem;
    line-height: 1rem;
    background-repeat: no-repeat;
    background-position: 97% 1px;
    background-size: 20px auto;
}

#searchform input[type="text"] {
    display: block;
    border: 0;
    height: 35px;
    border-radius: 55px;
    padding: 0 20px;
    font-size: 14px;
    color: #000;
}

#searchform label {
    display: none;
}

.top a {
    color: #fff;
}

.top .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top .phone a {
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: 700;
    transition: all ease .4s;
}

.top .phone a i {
    margin-right: 10px;
    font-size: 26px;
    transition: all ease .4s;
}

.top-right-links svg path {
    fill: #fff;
}

.head .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-right-links > a {
    margin: 0 10px 0 0px;
    transition: auto;
}

.footerlogo img {
    width: 80px;
}

.footerlogo img {
    max-width: 100%;
    height: auto;
}

footer .widgets .row {
    display: flex;
    justify-content: space-between;
}

.footer-widget-area ul li:hover a {
    opacity: 1;
}

.footer-newsletter-widgets {
    text-align: center;
    padding: 30px 0 40px 0;
    background: #008037;
    color: #fff;
}

body .footer-newsletter-widgets div.wpforms-container-full .wpforms-form input {
    height: 60px;
    padding: 0 215px 0 35px;
    border: 0;
    font-size: 16px;
    border-radius: 7px;
    width: 750px;
    max-width: 100%;
}

.footer-newsletter-widgets div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 0;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.footer-newsletter-widgets div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0;
}

.footer-newsletter-widgets div.wpforms-container-full .wpforms-form .wpforms-submit-container button {
    border-radius: 0px 7px 7px 0px;
    background-color: #ea4498;
    height: 60px;
    color: #fff;
    display: inline-block;
    line-height: 55px;
    padding: 0 40px;
    transition: all ease .4s;
    font-size: 15px;
    border: 0;
}

.footer-newsletter-widgets div.wpforms-container-full .wpforms-form .wpforms-submit-container button:hover {
    background: #EA4498;
    color: #fff;
    border: 0;
}

.footer-newsletter-widgets div.wpforms-container-full {
    margin: 0;
    position: relative;
    z-index: 0;
}

.footer-newsletter-widgets h2 {
    font-family: "Poppins";
    font-weight: 500;
    margin: 0 30px;
    letter-spacing: -1px;
    font-size: 27px;
    text-transform: uppercase;
}

.elementor-element.dskservic {
    position: relative;
    z-index: 0;
}

.footer-widget-area {
    flex: 0 0 auto;
    width: auto;
    padding: 15px 15px 30px;
}

.footer-widget-area h3 {
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.footer-widget-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget-area ul li {
    display: block;
}

.footer-widget-area ul li a {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 2;
    opacity: 0.7;
    transition: all ease .4s;
}

.copy p {
    font-weight: 300;
    margin: 0px 0 10px;
}

.copy span ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.copy span ul li {
    display: inline-block;
}

.copy span ul li a {
    color: #000;
    font-size: 14px;
    padding: 0 30px 0 0;
    text-transform: c;
}

.social a {
    display: inline-block;
    font-size: 80px;
    position: relative;
    text-align: center;
    margin: 0 10px;
    color: #fff;
}

.payment {
    text-align: center;
    padding: 20px 0;
}

.social {
    text-align: center;
}

rs-sbg-wrap rs-dotted {
    background: linear-gradient(90deg, rgb(0 0 0 / 65%), rgb(0 0 0 / 35%)) !important;
}

.top-slider h2 {
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 60px;
    margin: 0;
}

.top-slider h3 {
    font-family: 'Objektiv Mk2 Trial';
    font-size: 30px;
    margin: 0;
}

.top-slider a {
    background: #fff;
    color: #000;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: all ease .4s;
    cursor: pointer;
    border-radius: 100px;
    font-family: 'Objektiv Mk2 Trial';
    margin-top: 40px;
}

.sdsktopstories a {
    display: block;
}

.sdsktopstories a .center-details-bg {
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sdsktopstories a .center-details {
    background: #fff;
    padding: 30px;
}

.sdsktopstories a .center-details h4 {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.sdsktopstories a .center-details h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 30px 0;
    color: #000;
}

.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    top: -110px;
    right: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: #008037;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    width: 120px;
    height: 60px;
    font-size: 26px;
    border-radius: 100px;
    margin: 0 0 0 10px;
}

.singlea-dsktopstories {
    margin: 10px 0 0 0;
}

.owl-theme .owl-dots {
    margin: 50px 0 0 0;
    text-align: left;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e4e8ea;
    border-radius: 10px;
    height: 10px;
    opacity: 1;
    width: 35px;
    transition: all ease .4s;
    margin: 0 10px 0 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #008037;
    transform-origin: left;
    width: 85px;
}

header.header.fixeds .top {
    padding: 10px 0;
}

header.header.fixeds .top .phone a {
    font-size: 14px;
}

header.header.fixeds .top .phone a i {
    font-size: 20px;
}

header.header.fixeds .top-right-links > a.search-ico > svg {
    width: 24px;
}

header.header.fixeds .top-right-links > a > svg {
    width: 18px;
}

.top-right-links > a > svg {
    transition: all ease .4s;
}

header.header.fixeds .head {
    padding: 5px 0;
}

header.header.fixeds .head .logo img {
    width: 80px;
}

header.header.fixeds {
    box-shadow: 0 0 10px rgb(0 0 0 / 14%);
}

.top-right-links {
    display: flex;
    align-items: center;
}

.top-right-links > a.dskbtn.PortalLogin {
    height: 35px;
    line-height: 35px;
    padding: 0 30px;
    font-size: 14px;
    margin: 0 0 0 15px;
}

footer a:hover {
    color: #f99d31;
}

.copylineks ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copylineks ul li a {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 15px;
}

.footer-newsletter-widgets .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-newsletter-widgets h2 b {
    display: block;
    font-size: 42px;
    font-weight: 500;
}

div.wpforms-container-full.cform-dsk {
    margin: 0;
}

div.wpforms-container-full.cform-dsk .wpforms-form .wpforms-field {
    padding: 0 0 10px 0;
}

div.wpforms-container-full.cform-dsk .wpforms-form .wpforms-field input,div.wpforms-container-full.cform-dsk .wpforms-form .wpforms-field select {
    height: 55px;
    border: 1px solid #ddd;
    padding: 0 20px;
    border-radius: 5px;
}

div.wpforms-container-full.cform-dsk .wpforms-form .wpforms-field textarea {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    height: 220px;
}

div.wpforms-container-full.cform-dsk .wpforms-form button[type=submit] {
    background: #008037;
    color: #fff;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: all ease .4s;
    cursor: pointer;
    border-radius: 100px;
    border: 0;
}

div.wpforms-container-full.cform-dsk .wpforms-form button[type=submit]:hover {
    border: 0;
    background: #008037;
}

form#searchform {
    width: 0;
    transition: all ease .4s;
    opacity: 0;
    overflow: hidden;
}
form#searchform.openx {
    opacity: 1;
    width: 220px;
}