:root {
    --btn-primary: #3342E2;
    --btn-secondary: #131731; /* Secondary color */
    --white: #fff;
    --black: #222;
    --black2: #000;
    --textColor: #101825;

}
main {
    margin: 0;
    padding: 0;
    /*overflow-x: hidden;*/

}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 40px;
}
ul {
    margin: 0 0 10px 10px;
}
.section-description {
    font-size: 18px;
    margin-top: 25px;
}

textarea.form-control {
    max-height: 160px;
}
.btn-primary,
.form-wrapper input[type="submit"], #load-more,
.inside-cta-box-wrap input[type="submit"] {
    background: var(--btn-primary);
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    display: block;
    line-height: 120%;
    text-decoration: none;
    padding: 15px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-white {
    background: var(--white);
    color: var(--btn-primary);
}
.btn-primary:hover,.btn-primary:focus, .btn-white:hover, .form-wrapper input[type="submit"]:hover, #load-more:hover,
.inside-cta-box-wrap input[type="submit"]:hover {
    background: var(--btn-secondary);
    color: var(--white);
    text-decoration: none;
}
.owl-carousel button.owl-dot {
    display: inline-block;
    margin: 0 2px;
    width: 12px;
    height: 12px;
    background-color: #35468B2C;
    border-radius: 50%;
}
#load-more {
    margin: 0 auto;
}
.owl-carousel .owl-dot.active {
    background-color: var(--btn-primary);
}
.owl-carousel .owl-nav button {
    background-color: var(--btn-primary);
    border: none;
    padding: 10px;
    font-size: 24px;
    outline: none;
    cursor: pointer;
}
.owl-carousel .owl-nav button:hover .left-arrow {
    border-color: var(--btn-primary);
}
.owl-carousel .owl-nav {
    position: absolute;
    width: 15%;
    left: 50%;
    bottom: 4px;
    height: 20px;
    align-items: center;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, -50%);
    padding: 0 20px;
    z-index: 2;
}
.left-arrow {
    border-top: 2px solid #35468B2C;
    width: 10px;
    display: block;
    border-right: 2px solid #35468B2C;
    height: 10px;
    transform: rotate(220deg);
    -webkit-transform: rotate(220deg);
}
.left-arrow.right {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.link {
    text-decoration: underline;
    color: var(--btn-primary);
}
.link:hover {
    cursor: pointer;
    text-decoration: underline;
}
@media (max-width: 1200px) {
    .blockfloating-content-boxes-list-box {
        padding: 40px 50px;
    }
}

@media (max-width: 769px) {
    .btn-primary {
        font-size: 16px;
        line-height: 115%;
        padding: 13px 30px;
    }

}

@media (max-width: 575px) {
    .btn-primary {
        font-size: 15px;
        line-height: 110%;
        padding: 12px 25px;
    }
}
.blockfloating-content-boxes-description ul , .blockfloating-content-boxes-description ol, .icon-content-group-description ul, .icon-content-group-description ol{
    /*list-style-position: inside;*/
    margin-bottom: 30px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* Avoids having hidden text break onto multiple lines */
  border: 0;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 1px !important;
}
a:-webkit-any-link:focus-visible {
    outline-offset: 1px;
}
#mainCntr .entry-content {
    margin: 0;
}

@media only screen and (max-width:1200px){
    .menu-header {
        display: none;
    }

    .menu {
        top: 19px;
        position: static;
        right: 0;
        padding-right: 15px
    }

    .main-header .text-white span {
        position: absolute;
        left: 0;
        right: 0;
        background: #02cbfe;
        top: 0;
        height: 35px;
        margin: 0;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 6px 0 0
    }
    .menu-button .menu-bar {
        position: absolute;
        transition: .5s;
        opacity: 1;
        margin: 0 auto;
        width: 30px;
        right: 0;
        left: 0;
        background: var(--black);
        height: 3px;
        border-radius: 10px
    }
    .menu-button .menu-bar-top {
        top: 10px;
        width: 30px;
        height: 3px;
    }
    .menu-button:hover {
        cursor: pointer
    }
    .menu-button .menu-bar-middle {
        top: 60%;
        transform: translateY(-50%);
    }
    .menu-button .menu-bar-bottom {
        top: auto;
        bottom: 3px;
        width: 30px;
        height: 3px;
    }
    .menu-button.button-open {
        z-index: 13;
        top: 0px;
        right: 0;
    }
    .button-open .menu-bar-middle {
        background-color: #fff;
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0
    }
    .menu-button.button-open .menu-bar-top {
        transform: rotate(45deg) translate(8px,8px);
        transition: .5s;
        top: 10px;
        background: #fff;
        opacity: 1;
        width: 28px;
        left: -1px
    }
    .menu-button.button-open .menu-bar-bottom {
        transform: rotate(-45deg) translate(10px,-12px);
        transition: .5s;
        right: 0;
        background: #fff;
        top: 37px;
        bottom: auto;
        width: 28px;
        height: 3px;
    }
    header.main-header {
        padding: 0;
    }
    .sub-menu li ul.sub-menu {
        position: static
    }
    .search-row {
        position: inherit
    }
    body.nav-open-menu  header {
        position: fixed;
        overflow: hidden
    }
    .menu-button {
        height: 40px;
        width: 50px;
        position: relative;
        margin-left: 0;
        right: 0;
        top: 0px;
    }
    .menu-wrap {
        background-color: var(--black);
        position: fixed !important;
        top: 0;
        height: 100%;
        width: 100%;
        right: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: .5s;
        z-index: 12;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center
    }
    ul.menu-top .hide-menu {
        display: block
    }
    .menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
    .menu-show {
        right: 0;
        max-width: 90%;
    }
    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        height: 100%;
        padding-bottom: 0%;
    }
    #top-nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
}
    .menu-full-wrapper {
    position: absolute;
    top: 140px;
    width: 100%;
}
    .main-menu {
    width: 100%;
    display: flex !important;
    justify-content: end;
}
    .menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgba(255,255,255,.2);
        padding: 0;
        display: block;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(255,255,255,.2);
    }
    .menu-sidebar .menu-bar-wrapper li:last-child {
        border: none
    }
    .menu-sidebar .menu-bar-wrapper li>a {
        color: #fff;
        padding: 15px 25px;
        position: relative;
        display: block;
        font-weight: 500;
        font-size: 15px;
    }
    .menu-sidebar .menu-bar-wrapper li>a:hover:after {
        opacity: 1
    }

    .menu-sidebar .menu-bar-wrapper li>a:hover {
        color: #fff;
        width: 100%
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a {
        background-color: var(--color--darkgray);
    }
    .menu-sidebar .sidebar-menu-arrow:after {
        content: "";
        cursor: pointer;
        border-left: 2px solid #ddd;
        border-bottom: 2px solid #ddd;
        display: inline-block;
        width: 10px;
        height: 10px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: auto;
        position: absolute;
        right: 15px;
        top: 50%;
        bottom: 0;
        margin-top: -10px
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow:after {
        transform: rotate(135deg);
        display: block;
        margin: 0
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a+.sidebar-menu-arrow:after {
        color: #0e2743
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
        font-weight: 500;
        background-color: #e93941;
        color: #fff;
        width: 100%
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link:after {
        opacity: 1
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children {
        position: relative
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 20px;
        top: 0;
        height: 47px;
        width: 44px;
        background-color: transparent
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
        display: none;
        background: 0 0
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a {
        font-size: 16px;
        padding-left: 30px
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow:after {
        font-size: 16px
    }
    .sidebar-menu-arrow:after {
        cursor: pointer;
        content: "";
        position: absolute;
        top: 0;
        margin: auto;
        bottom: 0;
        right: 0;
        background-size: 14px;
        height: 40px;
        width: 40px
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a:after {
        display: none
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li a {
        padding-left: 50px
    }
    header .phonenumber .header-ph svg {
        top: 15px;
        width: 25px;
        height: 25px;
    }
    header .phonenumber {
        padding: 0 30px 0 20px;
        border: 0;
        margin-left: 0;
    }
    header .phonenumber h4, header .phonenumber a {
        font-size: 0px !important;
    }
    header .phonenumber .header-ph svg path {
        fill: var(--color--purple);
    }
    .header-left-col {
        width: 80%;
    }
    .header-right-col {
        width: 20%;
    }
}

/* list style css*/
#primary ul, #primary ol
{
       margin-bottom: 20px;
    font-size: 16px;
    padding-left: 30px;
    margin-left: 0;
}
#primary ol li, #primary ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 0;
}
/*#primary ul li:before {
    content: "";
    background: #000;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    border-radius: 50%;
    left: auto;
    margin-left: -20px;
}*/
/*#primary ol {
    counter-reset: list-counter; 
    position: relative;
}
#primary ol li:before {
    counter-increment: list-counter; 
    content: counter(list-counter) ". "; */
/*    margin-left: -20px;
    position: absolute;
    left: auto;
    font-weight: 600;
}
#primary ol li ul li:before {
    content: "" !important;
}
#primary ul li ol li:before {
    content: counter(list-counter) ". " !important;
    height: 0 !important;
    top: 0;
}*/
/* list style css*/

@media only screen and (max-width:767px)
{
	h2 {
    font-size: 35px;
    white-space: normal;
    overflow-wrap: break-word;
}
}
.owl-dots.disabled * {
    display: none !important;
}