/* || BREAKPOINTS ||
    @media screen and (max-width: 39.9375em) {}                         || SMALL ONLY { 0 - 639px }         ||
    @media screen and (min-width: 40em) {}                              || MEDIUM AND UP { 640px ONWARDS }  ||
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {}   || MEDIUM ONLY { 640px - 1023px }   ||
    @media screen and (min-width: 64em) {}                              || LARGE AND UP { 1024px ONWARDS }  ||
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {}   || LARGE ONLY { 1024px - 1199px }   || */
















/* || Foundation component overrides || */
body{
    font-size: 16px;
    font-weight: 300;
}


[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none;
    box-shadow: none;
    font-size:1em;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

[type=checkbox],
[type=radio] {
    position: relative;
    top: 0.1em;
}

button, 
.button {
    font-size:1em;
    padding: .7rem 1.6rem;
    
    border-radius: 0px;
    
}

button:not(.button-group button), 
.button:not(.button-group button) {
    font-size:1em;
    
    border-radius: 0px;
    
}


.is-btn, .btn{
    border-radius: 0px !important;
}


button:hover,
.button:hover,
button:focus,
.button:focus {
    transition: .4s;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.26);
}

.form legend {
    font-weight: 700;
}

span.error,
span.errorMargin {
    color: #cc4b37;
    font-size: 0.8em;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight:300;
}

label, 
.label {
    font-size: 1em;
}

/* || Custom defined || */
.alternate-font-family {
    font-family: 'Montserrat', sans-serif;
}

/* || HEADER || */
.is-wrapper .is-header, .is-header {
    background-color: #FFFFFF;
    color:#003347;
    border-bottom:1px solid #AFC5F5;
    height: auto;
    min-height:0;
}

.is-header .is-container {
    z-index: 9;
}

header .sticky-bg-color.stick {
    background: #FFFFFF;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
}

header .is-stuck{
    background: #FFFFFF;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
}

header a:not(.button) {
    color: #003347;
}

header a:not(.button):hover,
header a:not(.button):active,
header a:not(.button):focus {
    color: #35C0ED;
}

header .icon, 
header i {
    color: #003347;
}

header a:not(.button):hover .icon,
header a:not(.button):hover i,
header i:hover{
    color: #35C0ED;
}

header button,
header .button,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
     background:#FFFFFF;
     color:#08376B;
}

header button.header-search-button {
    background:transparent;
}

header button.header-search-button:hover {
    box-shadow: none;
}

.text-logo {
    word-wrap: break-word;
    text-transform: capitalize;
    color: #003347;
    font-size: 44px;
    font-family: 'Raleway', sans-serif;
}

footer .text-logo {
    color: #FFFFFF;
}

footer .address-container br {
    display:none;
}

header .cta .icon {
    padding-right: 5px;
    color: #003347
}

header .text-muted {
    color: #003347 !important;
}

header .border-bottom, 
header hr {
    border-bottom:1px solid #AFC5F5;
}

header .border-top {
    border-top:1px solid #AFC5F5;
}


header .is-section {
    float: none;
    width: auto;
}


.header7 .ps-cart-text-container {
    position:static;
    margin-right:10px;
}




.ecommerce-style2 .cart, .cart {
    position:relative;
}

header a:hover i.fas {
    color:#35C0ED
}

.ecommerce-style2 .ps-cart-text-container, .ps-cart-text-container {
    color:#FFFFFF;
    background:#003347;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    left: 31px;
    top: -1px;
    font-weight: bold;
}

header a:hover .ps-cart-text-container {
    background:#35C0ED;
}

header .currency-converter{
    font-size: 0.9em;
}

header .currency-converter select {
    padding-right:0;
}

.sticky-container,
.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    z-index: 100;
}

.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    
        background: #FFFFFF;
    
}


.header-search-input{
    padding-right:25px;
    color:#003347;
    background:#FFFFFF;
}

.header-search-input::placeholder {
    color:#003347;
    opacity:0.6;
}

.header-search-button{
    position:absolute;
    top: 30%;
    right: 5px;
    padding:0;
}

header i.fas.fa-search {
    color:#003347
}

header .ps-cart-text-container {
    color:#FFFFFF;
    background:#003347;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
}

header a:hover .ps-cart-text-container {
    background:#35C0ED;
}

/* || MENU || */
header .dropdown.menu li a:not(.button) {
    width: 100%;
}

header ul.dropdown.menu li a:not(.button) {
     color: #000000;
}

header ul.dropdown.menu li.active > a:not(.button),
header ul.dropdown.menu li > a:not(.button):hover,
header ul.dropdown.menu li > a:not(.button):active,
header ul.dropdown.menu li > a:not(.button):focus{
    color: #FFFFFF;
    background-color: #35C0ED;
}

header .dropdown.menu li ul.submenu {
     background: #000000;
     border:1px solid #000000;
}

header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #FFFFFF;
    background: #000000;
}

header .dropdown.menu li ul.submenu li a:not(.button):hover,
header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: #35C0ED;
    background: #FFFFFF;
}

header .dropdown.menu li ul.submenu li.is-active > a  {
    background:transparent;
}

header .dropdown.menu > li.is-active > a {
    color: #000000;
    background:transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #000000 transparent transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent.active > a::after,
header .dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after {
    border-color: #FFFFFF transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    border-color: transparent #FFFFFF transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:hover::after {
    border-color: transparent #35C0ED transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent transparent transparent #FFFFFF;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:hover::after {
    border-color: transparent transparent transparent #35C0ED;
}

/* New headers CSS */
.size-20 {
    font-size:20px;
}
.menu a.head-icons {
    background:#AFC5F5;
    border-radius:50px;
    height:40px;
    width:40px;
    padding-left:0;
    padding-right:0;
    margin-right:10px;
}

.header-top-bg {
    background:#003347;
    color: #AFC5F5;
}

.header-top-social-media .menu a{
    padding-bottom:0;
}

.header-top-social-media .menu a i,
.header-top-contact-links .menu a i {
    color:#AFC5F5;
}

.header-top-social-media .menu a:hover i,
.header-top-contact-links .menu a:hover i,
.header-top-contact-links .menu a:hover {
    color:#FDF4F2;
}

header .header-top-contact-links {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color:#AFC5F5;
}

header .header-top-contact-links a,
header .header-top-contact-links a:hover,
header .header-top-contact-links a:active{
    color:inherit;
} 

.header-top-contact-links .menu a {
    padding-top: 0;
    padding-bottom:0;
    color:inherit;
}

.header-top-contact-links .menu a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-right: 5px;
}

header .header8 ul.dropdown.menu > li > a:not(.button) {
    padding-top:0;
    padding-bottom:0;
}

.new-header ul.dropdown.menu li.active > a:not(.button), 
.new-header ul.dropdown.menu li > a:not(.button):hover, 
.new-header ul.dropdown.menu li > a:not(.button):active, 
.new-header ul.dropdown.menu li > a:not(.button):focus {
    background-color:transparent;
}

.new-header ul.dropdown.menu > li.active > a:not(.button) span,
.new-header ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom:1px solid #FFFFFF;
    color:#000000;
}

.new-header-1 ul.dropdown.menu > li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.new-header-1 ul.dropdown.menu > li.active > a:not(.button) span,
.new-header-1 ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom:2px solid #FFFFFF;
}

.new-header-6 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-6 ul.dropdown.menu li:hover > a:not(.button) span,
.new-header-7 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-7 ul.dropdown.menu li:hover > a:not(.button) span{
    border-bottom:3px solid #FFFFFF;
}

.new-header .button, 
.new-header .button.disabled, 
.new-header .button[disabled], 
.new-header .button.disabled:hover, 
.new-header .button[disabled]:hover, 
.new-header .button.disabled:focus, 
.new-header .button[disabled]:focus {
    background-color: #FFFFFF;
    color: #08376B;
}

.new-header .button.hollow {
    background:transparent;
    color:#000000;
    border:1px solid #FFFFFF;
}

.new-header-menu-container {
    background:#FFFFFF;
}

.new-header .button i,
.new-header .button:hover i {
    color:inherit;
    padding-right:10px;
}

.column.full {
    width: 100%;
}

.sidenav-container {
    background-color: #FFFFFF;
    color: #08376B;
    height: 42px;
    width: 42px;
    text-align: center;
    border-radius: 50px;
    padding-top: 8px;
}

.sidenav-container i.fa-bars.icon{
     color: #08376B;
}

.new-header-3 .logo-container,
.new-header-4 .logo-container {
    min-height:110px;
    display: flex;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.new-header-3 .left-column i {
    margin-right:5px;
}

.new-header-5.logo-section {
    min-height:150px;
}

.new-header-5 .menu-container {
    margin-top:10px;
}

.new-header-5 .dropdown.menu > li > a {
    padding: 0.7rem 0 0.7rem 2rem;
}

.new-header-5 .dropdown.menu > li.has-submenu > a {
    padding-right: 1.5rem;
}

.new-header-6 .menu a.head-contact-links {
    display: flex;
    text-align: left;
    align-items: center;
}

.new-header-6 .menu a.head-contact-links .icon-part{
    padding-right:20px;
    color:#FFFFFF;
    font-size:20px;
}

.new-header-6 .menu a.head-contact-links .icon-part i {
    color:inherit;
}

.new-header-6 .menu a.head-contact-links .text-part .heading {
    padding-bottom:5px;
}

.new-header-6 .contact-section {
    display: flex;
    justify-content: right;
    align-items: center;
}

.new-header-6 .menu-container {
    border-top:1px solid #AFC5F5;
    margin-top: 10px;
    padding-top: 5px;
}

/* New headers CSS END */

/* container css overridden */
.is-wrapper .is-box .is-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* New Footer CSS */
.new-footer {
    font-size:1em;
}

.new-footer .menu .active > a {
    background: transparent;
    color:#FFFFFF;
}

footer.new-footer .footer-menu-container .menu li.has-submenu a {
    padding-right:1.5em;
}

footer.new-footer .footer-menu-container .menu li a {
    font-weight:normal;
    padding: 0.5em;
}

.footer-menu-container {
    border-bottom:1px solid #AFC5F5;
    margin-bottom:20px;
}

footer.new-footer h4 {
    font-weight:bold;
    font-size:20px;
    margin-bottom:15px;
}

.footer-media-box {
    margin-top:5px;
}

.size-40 {
    font-size:40px !important;
}

.new-footer-1 .copyright-container,
.new-footer-2 .copyright-container,
.new-footer-3 .copyright-container{
    border-top:1px solid #AFC5F5;
    padding-top: 20px;
    padding-bottom: 10px;
}

.new-footer-1 .footer-social-media {
    margin-top:30px;
}

.new-footer .dropdown.menu > li.is-active > a {
    background: transparent;
}

.mailing-list-button {
    margin-top:30px;
}

.new-footer-3  .shop-address br{
    display:none;
}

.new-footer-3 .footer-menu-container {
    margin-bottom: 0px;
}

.new-footer-3 .footer-media-box img {
    max-height:80px;
}

.new-footer ul.dropdown.menu > li.active > a:not(.button) span, 
.new-footer ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom:1px solid #35C0ED;
    color: #FFFFFF;
}

footer.new-footer a:not(.button):hover, 
footer.new-footer a:not(.button):active, 
footer.new-footer a:not(.button):focus {
    color: #FFFFFF;
}

.contact-us-column .contact-number {
    padding-top:10px;
    padding-bottom:10px;
}

.subscription-button-container .button {
    padding: 17px;
    font-weight: 600;
}

footer iframe {
    width:275px;
}

.new-footer.with-background-image {
    background:url("../img/footer_bg.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    margin-top:0;
}

.new-footer-3 i {
    color:#35C0ED;
}

.new-footer-4 .footer-social-media .menu a,
.footer3 .social-media-icons-small.menu a{
    padding: 5px !important;
}

/* New Footer CSS END*/

/* || HOMEPAGE || */
.light-bg-section {
    float: left;
}

.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5{
    color:inherit;
    font-size: 2.5rem;
}

.light-bg-section h3 {
    color:#211F20;
    font-size: 1.75rem;
    font-weight:500;
}

.text-primary {
     color:#08376B;
}

strong, b {
    font-weight: bolder;
}

.dark-bg-section {
    float: left;
    color: #FFFFFF;
}

.dark-bg-section h1,
.dark-bg-section h2,
.dark-bg-section h3,
.dark-bg-section h4,
.dark-bg-section h5{
    color:inherit;
    font-size: 2rem;
}

.dark-bg-section input[type="text"] {
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem;
    background:;
    color:;
}

.dark-bg-section input[type="text"]::placeholder {
     color:;
}

.dark-bg-section .button {
    background:;
    color:inherit;
}

.customer-section {
    background:;
    color:;
    float:left;
}

.rounded-circle {
    border-radius: 50%;
}

.latest-blog-posts {
    background:;
    color:;
    float:left;
    width:100%;
}

.latest-blog-posts h2 {
    color:inherit;
    font-size: 2.5rem;
}

.latest-blog-posts h4 {
    color:inherit;
    font-size: 1rem;
}

.latest-blog-posts h2 a,
.latest-blog-posts h4 a,
.latest-blog-posts a{
    color:inherit;
}

.latest-blog-posts .readmore:hover {
    text-decoration:underline;
}

.img-shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
}

.size-30 {
    font-size:30px;
}

.is-section-guide {
    background:#003347;
}

.is-section-guide h2 {
    color:#AFC5F5;
}

.is-section-guide p.lead {
    color:#AFC5F5;
}
.is-section-guide a.button {
    background:#AFC5F5;
    color:#003347;
}

/* || FOOTER || */
.is-footer, .is-wrapper .is-footer {
    background-color: #000000;
    color: #FFFFFF;
    clear: both;
}

footer a:not(.button) {
    color: #FFFFFF;
}

.is-footer .is-container {
    padding: 0px;
}

footer a:not(.button):hover,
footer a:not(.button):active,
footer a:not(.button):focus {
    color: #35C0ED;
}

.user-logged-in footer {
    margin-top:30px;
    float:left;
    width:100%;
    clear:both;
}


footer .border-bottom, 
footer hr {
    border-bottom:1px solid #AFC5F5;
}

footer .menu li a {
    font-weight:bold;
}

.social-media-icons a {
    font-size: 3em;
    color: #FFFFFF;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6{
     color: #FFFFFF;
}


.back-to-top-button {
    bottom:10px;
    right:10px;
    z-index:9;
}


/* || OFFCANVAS - SIDENAV || */
.off-canvas-content.is-open-right.has-transition-push{
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
}
 
.is-open.position-right {
    width: 60%;
}

@media screen and (min-width: 63em) and (max-width: 64em) {
    footer button:not(.button-group button) , footer .button:not(.button-group button),
    header button:not(.button-group button) , header .button:not(.button-group button){
        margin-bottom:2px;
    }
    .column-container.newsletter .button {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media screen and (min-width:  64em) {
    .off-canvas-content.is-open-right.has-transition-push{
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    
    .is-open.position-right {
        width: 0%;
    }
    
    /* new header 7 css */
     .off-canvas-content.is-open-right.has-transition-push.mobile-menu-for-desktop{
        -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        transform: translateX(-40%);
    }
    
    .is-open.position-right.mobile-menu-for-desktop {
        width:40%;
    }
    
    .js-off-canvas-overlay.is-overlay-fixed {
        display: none !important;
    }
       .text-md-left {
        text-align:left;
    }
    
    .gallery-figcaption {
        padding-top: 37%;
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.56);
        color:white;
        display: none;
        cursor: pointer;
    }
    
    .testimonial-container {
        min-height: 450px;
    }
    
    .dark-bg-section input[type="text"] {
        width:25%;
        margin-right:10px;
    }
}

aside.sidenav .featured-section {
    background-color:#FFFFFF;
    color:#003347;
}

aside.sidenav .featured-section i {
    color:#003347;
}

aside.sidenav input[type=search] {
    color:#003347;
    background:#FFFFFF;
    padding-right: 24px;
}

aside.sidenav input[type=search]::placeholder {
    color:#003347;
    opacity:0.6;
}

aside.sidenav button[type=submit] {
    position: absolute;
    top: 30%;
    right: 5px;
    outline: none !important;
    background: transparent;
    border: 0px solid;
    box-shadow: none;
    padding:0;
}

aside.sidenav i.fas.fa-search {
    color:#003347
}


aside.sidenav .menu.simple {
    background:#FFFFFF;
    color: #000000;
}

aside.sidenav .menu.simple a {
    color: #000000;
}



aside.sidenav .ps-cart-text-container {
    color:#FFFFFF;
    background:#003347;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    margin-left: 5px;
}

aside.sidenav a:hover .ps-cart-text-container {
    background:#35C0ED;
}

aside.sidenav .is-accordion-submenu {
    margin-left: 0;
}

aside.sidenav .menu.accordion-menu li {
    border-bottom: 1px solid #000000;
}

aside.sidenav .menu.accordion-menu li:last-child {
    border-bottom: 0px solid;
}

aside.sidenav .menu.accordion-menu li a {
    background:#FFFFFF;
    color: #000000;
}

aside.sidenav .menu.accordion-menu .active > a {
    background:#35C0ED;
    color: #FFFFFF;
}

aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #000000 transparent transparent !important;
}

aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after {
    border-color: #FFFFFF transparent transparent !important;
}

@media screen and (max-width: 63.9375em) {
  .is-static.is-footer {
      min-height: 0;
  }
  
  footer .border-bottom-small {
      border-bottom:1px solid #AFC5F5;
    }
    
    footer .border-top-small {
      border-top:1px solid #AFC5F5;
    }

    header .border-top-small  {
        border-top:1px solid #AFC5F5;
    }
    
    /* New header layouts */
    header .sidenav-container a:not(.button),
    header .sidenav-container a:not(.button):active,
    header .sidenav-container a:not(.button):active i,
    header .sidenav-container a:not(.button):hover .icon, 
    header .sidenav-container a:not(.button):hover i{
        color:inherit;
    }
   
    header .sidenav-container a:not(.button) i {
        line-height:25px;
    }
    
    .absolute-for-mobile {
        position:absolute;
    }
    
    header .mobile-head-border-section  {
        border-top:1px solid #AFC5F5;
        border-bottom:1px solid #AFC5F5;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid #AFC5F5;
    }
    
    header .mobile-contact-section .head-icons {
        background: #F5F5F5;
        border-radius: 50px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
    }
    
    .mobile-contact-buttom-section {
        line-height: 60px;
        text-align:center;
    }
    
    .mobile-contact-buttom-section .button{
        margin-bottom:0;
    }
    
    .new-header .logo-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
        padding-left: 40px;
    }
    
    .new-header-2 .mobile-contact-buttom-section {
        border-top:1px solid #AFC5F5;
    }
    
     .new-header-2 .mobile-contact-buttom-section .button {
         margin-bottom:20px;
         margin-top:20px;
     }

    .new-header-3 .mobile-contact-number-section,
    .new-header-3 .mobile-contact-button-section,
    .new-header-4 .mobile-contact-number-section,
    .new-header-4 .mobile-contact-button-section,
    .new-header-5 .mobile-contact-number-section,
    .new-header-5 .mobile-contact-button-section,
    .new-header-6 .mobile-contact-button-section {
        border-top:1px solid #AFC5F5;
        line-height:50px;
        text-align:center;
    }
    
    .new-header-3 .mobile-contact-button-section .button,
    .new-header-5 .mobile-contact-button-section .button,
    .new-header-6 .mobile-contact-button-section .button {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .new-header-3 .logo-container,
    .new-header-4 .logo-container,
    .new-header-5 .logo-container,
    .new-header-6 .logo-container {
        display:block;
        min-height:0;
    }
    
    .new-header-6 .mobile-contact-button-section {
        justify-content: center;
    }
    
    .is-footer-8 {
        min-height:0;
    }
    
    /* new footer layouts */
        .footer-text, 
        .footer-social-media,
        .footer-media-box {
            width: 270px;
            margin: auto;
            text-align: center;
        }
        
        .contact-us-column {
            text-align:center;
        }
        
        .new-footer-1 .footer-social-media .menu.align-left,
        .new-footer-2 .footer-social-media .menu.align-left {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .new-footer-1 .footer-social-media .menu.align-left a, 
        .new-footer-1 .footer-social-media .menu.align-left .button,
        .new-footer-2 .footer-social-media .menu.align-left a, 
        .new-footer-2 .footer-social-media .menu.align-left .button{
            padding-left:0.2em !important;
            padding-right:0.2em !important;
        }
        
        .new-footer-1 .footer-menu-container .dropdown.menu,
        .new-footer-3 .footer-menu-container .dropdown.menu{
            display:block;
        }
        
        .new-footer-2 .footer-links,
        .mailing-list-button {
            text-align:center;
        }
        
        .small-text-center {
            text-align:center;
        }
        
        .menu.small-align-center {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .new-footer-4 .copyright-container, .new-footer-4 .subscription-button-container {
            border-bottom:1px solid #AFC5F5;
        }
       
        
    /* new footer layouts */
    
    header .sticky-bg-color {
        position:static;
    }

    header .sticky {
        top:0 !important;
    }
    
    .justify-small-center {
        justify-content: center;
    }
    
    .padding-top-sm-3 {
        padding-top:3rem;   
    }
    
    .padding-bottom-sm-3 {
        padding-bottom:3rem;   
    }
    
    .padding-top-sm-2 {
        padding-top:2rem;   
    }
    
    .padding-bottom-sm-2 {
        padding-bottom:2rem;   
    }
    
     .padding-top-sm-1 {
        padding-top:1rem;   
    }
    
    .padding-bottom-sm-1 {
        padding-bottom:1rem;   
    }

    .padding-top-sm-0 {
        padding-top:0!important;
    }
    
    .padding-bottom-sm-0 {
        padding-bottom:0!important;
    }
    
    .margin-top-sm-0{
        margin-top:0 !important;
    }
    
    .margin-bottom-sm-0{
        margin-bottom:0;
    }
    
     .margin-top-sm-2{
        margin-top:2rem;
    }
    
    .margin-bottom-sm-2{
        margin-bottom:2rem;
    }
    
    .margin-top-sm-1{
        margin-top:1rem;
    }
    
    .margin-bottom-sm-1{
        margin-bottom:1rem;
    }
    
    .padding-bottom-sm-0{
        padding-bottom:0 !important;
    }
    
    .copyright {
        font-size: 100%;
    }
    
    .small-block {
        display:block;
    }
}




.ecommerce-product-slider .orbit-previous,
.ecommerce-product-slider .orbit-next {
  color: #cacaca;
}

.ecommerce-product-slider .orbit-bullets button {
  height: 0.65rem;
  width: 0.65rem;
}

.ecommerce-product-slider .product-card {
  background-color: #fefefe;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.ecommerce-product-slider .product-card-thumbnail {
  display: block;
  position: relative;
}

.ecommerce-product-slider .product-card-title {
  font-family: 'Open sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.ecommerce-product-slider .product-card-desc {
  color: #8a8a8a;
  display: block;
  font-family: 'Open sans', sans-serif;
  font-size: 0.85rem;
}

.ecommerce-product-slider .product-card-price {
  color: #3e3e3e;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-sale {
  color: #cacaca;
  display: inline-block;
  font-size: 0.85rem;
  margin-left: 0.3rem;
  text-decoration: line-through;
}

.ecommerce-product-slider .product-card-colors {
  display: block;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-color-option {
  display: inline-block;
  height: 25px;
  width: 25px;
}

  
/*****************************Main CSS***************************************/

/*Login Page*/
div.ps-login-page.grid-container.padding-top-3.padding-bottom-3 div.cell.large-5.medium-12.small-12.ps-registration-form.large-offset-1 > div > ul > li {
    display: flex !important;
}
/*Login Page*/

#status-msg {
    display: none !important;
}

.slick-next,
.slick-prev{
    top: 35%;
}

/*header*/
header ul.dropdown.menu li a:not(.button) {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}
aside.sidenav .menu.accordion-menu li a:focus {
    outline: none !important;
}

header .dropdown.menu > li > a {
    padding: 0.7rem 0.9rem;
}

.is-wrapper .is-header,
.is-header {
    border-bottom: 0px;
}

header .sticky.is-at-top.is-stuck .hide-on-stick {
    display: none;
}

header .sticky.is-at-top.is-stuck ul#mainNav {
    justify-content: center;
    padding-top: 15px;
}

header .dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    /*top: 140%;*/
    left: 0;
}

header .dropdown.menu li ul.submenu {
    border: 1px solid #000;
}
.user-logged-out .pos-ab-head.is-header{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    left: 0;
    right: 0;
    background: transparent;
}
.user-logged-out .pos-ab-head header .sticky-bg-color.stick , .user-logged-out .pos-ab-head header .sticky-bg-color.stick{
    background: transparent;
}
.user-logged-out .pos-ab-head header ul.dropdown.menu li a:not(.button),
.user-logged-out .pos-ab-head  header a:not(.button){
    color: #fff !important;
}
header a.logo-black span.text-logo {
    color: #000;
}
.user-logged-out .pos-ab-head header a.logo-black{
    display:none !important;
}
.user-logged-out .pos-ab-head header a.logo-white{
    display: inline-block !important;
}
header .sticky.is-at-top.is-stuck ul.dropdown.menu li a:not(.button){
    color: #000 !important;
}
/*header .dropdown.menu.align-right .is-dropdown-submenu.first-sub > li:first-child {
    display: none;
}*/

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.main-navigation.sticky {
    animation: slideDown 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    margin-top: 0;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.07);
}

.main-navigation.sticky #mainNav {
    justify-content: center;
    gap: 20px;
}
.main-navigation.sticky .dropdown.menu > li > a {
    padding: 0.8rem 1.3rem;
}
/*Hide first item in sub menu*/
ul.is-dropdown-submenu.level-2.submenu  > li.is-submenu-item:first-child{
    display: none;
}
/*Hide first item in sub menu*/
/*header*/

/***Home-page***/
/*Banner*/
.user-logged-out .pos-rel-ban {
    position: relative;
}

.user-logged-out .pos-ab-ban {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.user-logged-in .pos-ab-ban {
    margin: 0 auto;
}

.user-logged-out .inner-content-div {
    max-width: 560px;
    padding: 10px 20px 10px;
}

/*Banner*/
/*lead-magnet*/
.lead-magnet-form {
    text-align: center;
    padding: 50px 0 60px !important;
}

.lead-magnet-form label,
.newsletter-form-main .label-holder{
    display: none;
}

.newsletter-form-main{
    padding: 0 !important;
}

.lead-magnet-form input,
.lead-magnet-form input#first_name,
.lead-magnet-form input#email,
.newsletter-form-main input,
.newsletter-form-main input#first_name,
.newsletter-form-main input#email{
    margin: 0 !important;
    height: 55px !important;
    width: 100% !important;
    padding-left: 20px;
    
    border-radius: 0px;
    
}

.round-corner.newsletter-form-main input{
    border-radius: 50px !important;
    
}

.lead-magnet-form input#Submit,
.newsletter-form-main .subscribe_button_holder{
    width: auto !important;
    margin: 0;
}

.lead-magnet-form .ww-form-container input::placeholder,
.lead-magnet-form .ww-form-container input#first_name::placeholder,
.lead-magnet-form .ww-form-container input#email::placeholder,
.newsletter-form-main .ww-form-container input#email::placeholder,
.newsletter-form-main .ww-form-container input#first_name::placeholder{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #ccc;
}

.lead-magnet-form .submit_wrap.padding-top-1,
.newsletter-form-main .submit_wrap.padding-top-1{
    padding: 0 !important;
}

.lead-magnet-form .width-25{
    width: 32% !important;
    margin:0;
    margin-right: 20px;
}

.newsletter-form-main .width-25{
    width: 100% !important;
    margin:0;
    margin-right: 20px;
}

.lead-magnet-form .flex-container.small-block,
.newsletter-form-main .flex-container.small-block{
    justify-content: center;
    padding-top: 11px;
}
.lead-magnet-form .height-40 {
    height: 0px;
}
/*lead-magnet*/
/*Slider-section*/

.custom-inner-div {
    position: relative;
}

.custom-inner-div .text-block {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #969696;
    margin: 0;
    padding: 13px 27px;
    max-width: 100%;
}

.custom-slider .slick-slide img {
    width: 100%;
}

.slick-slide img {
    display: inline-block;
}

.slick-dots {
    bottom: -45px;
}

.custom-slider .slick-dots li {
    border: 1px solid #D9D9D9;
    background: #D9D9D9;
}

.custom-slider .slick-dots li.slick-active,
.custom-slider .slick-dots li:hover {
    background: #0068B3;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

/*Slider-section*/
/***Home-page***/

/***service area page***/
ul.ul-block {
    display: grid;
    grid-gap: 15px;
}
ul.two-block-ul {
    grid-template-columns: repeat(2, 1fr);
}
ul.three-block-ul {
    grid-template-columns: repeat(3, 1fr);
}
ul.four-block-ul {
    grid-template-columns: repeat(4, 1fr);
}
.service-area-ul-two li {
    padding: 15px 8px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-area-ul-two li i {
    font-size: 20px;
}
/***service area page***/

/*footer*/
#footer .icon-div svg {
    min-width: 25px;
    margin-right: 8px;
}

#footer hr {
    border-color: #808080 !important;
}
#footer .fab {
    font-size: 35px;
    color: #08376B;
    margin-right: 0;
}
footer .icon {
    color: #FFFFFF;
    margin-right: 10px;
}

footer .menu.foot-menu li {
    width: 100%;
}

footer .menu li a{
   padding-left:0; 
   padding-top: 0;
}
/*footer*/

/*general-css*/
.bg-dark,.bg-sky {
    background: linear-gradient(180deg, #35C0ED 0%, #0046AE 100%) !important;
}
.bg-grey {
    background: #F8F8F8 !important;
}
.white-bg{
   background: #fff !important;
}

.color-white{
    color: #fff !important;
}

.color-black {
    color: #000 !important;
}
.color-dark {
    color: #08376B !important;
}

.blue-bg {
    background: #0068B3 !important;
}

.light-bg {
    background: #EDEDED !important;
}

.min-height-auto {
    min-height: auto;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

a.button,
span.button,
input.button,
input#Submit,
.gen-form #Submit,
#newsletter-form #Submit,
.button{
    font-family: 'Poppins', sans-serif;
    /*font-size: 16px !important;*/
    background: #08376B;
    color: #FFFFFF;
    opacity:1 !important;
    
    border-radius: 0px;
    
    width: auto !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 35px !important;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

a.button:hover,
span.button:hover,
input.button:hover,
input#Submit:hover,
.gen-form #Submit:hover,
#newsletter-form #Submit:hover,
.button:hover{
    background: #000 !important;
    color: #fff !important;
}

a.button.black-btn,
span.button.black-btn,
.black-btn input.button {
    background: #000000 !important;
}

p,.lab-ul li{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
}

footer .menu li a ,
a.cta-link,
.cta-link{
    /*font-weight: 400;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;*/
}

.section-main-heading,
h1,
h2,
.Lead-magnet-form-heading {
    font-family: 'Montserrat', sans-serif;
    color: #211F20;    
    font-size: 32px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 44px;
    letter-spacing: 0.32px;
}

.banner-main-heading {
    font-family: 'Montserrat', sans-serif;
    color: #211F20 !important;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.38px;
}

.section-sub-heading,
.lead-magnet-form-text,
h3,
h4,
h5,
h6,
h1.article-title.h1,
h1.article-title.h1 a,
h2.blog-sidebar-h2.h2.tags-text,
h2.blog-sidebar-h2.h2.recent-posts-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.52px;
    text-transform: capitalize;
    color: #211F20;
}
.lead-magnet-form-text{
    margin-bottom: 0;
}

.banner-sub-heading {
    color: #211F20 !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

.is-wrapper .is-box .is-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.img-full-height {
    height: 100%;
    object-fit: cover;
}
/*general-css*/


/*read More Read Less CSS*/
#panel-1{
    display: none;
}

a[aria-expanded="false"] .read-more{
  display:inline;
}
a[aria-expanded="false"] .read-less{
  display:none;
}
a[aria-expanded="true"] .read-more,
a[aria-expanded="true"] .read-more-dots
{
  display:none;
}
a[aria-expanded="true"] .read-less{
  display:inline;
}
/*Read More Read Less CSS*/
.bg-light-blue {
    background: #E3F3FF !important;
}


.list{
    margin-left: 1rem !important;
    text-align: left !important;
}

/**************blog page*****************/
/*Blog Page CSS*/
.main-blog-banner {
    position: relative;
}

.main-blog-banner img {
    width: 100%;
}

.inner-banner.blog-banner {
  position: absolute;
  left: 0;
  top: 0;
  transform: none;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  height: 100%;
  align-items: center;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  right: 0;
  padding: 0 13px;
}

.main-blog-widget {
    padding-top: 20px;
}

ul.blog-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    list-style: none;
    margin-left: 0;
}

ul.blog-ul li {
    margin-bottom: 1rem;
}

ul.ps-blog-tags,
ul.ps-blog-recent-posts {
    list-style: none;
    margin-left: 0;
}

.blog-widget {
    height: 100%;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    -webkit-transition: 350ms ease-in;
    -moz-transition: 350ms ease-in;
    transition: 350ms ease-in;
}

.article-image img {
    width: 100%;
}

.inner-blog-widget {
    padding: 25px;
}

.blog-widget .widget-title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 30px;
}



.blog-widget .widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #08376B;
    z-index: 1;
}

.blog-widget .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background-color: #08376B;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
}

.blog-sidebar-widget {
    padding: 25px;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    margin-bottom: 15px;
}

.blog-sidebar-widget .blog-sidebar-h2 {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 30px;
}
.inner-blog-widget .section-main-heading a {
    color: #000 !important;
}

.blog-sidebar-widget .blog-sidebar-h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #08376B;
    z-index: 1;
}

.blog-sidebar-widget .blog-sidebar-h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background-color: #08376B;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
}

.lab-ul {
    margin: 0 0 10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lab-ul li {
    list-style: none;
    margin-right: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lab-ul li svg {
    fill: #08376B;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.widget-category svg {
    fill:#08376B;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.blog-widget .widget-category span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.7;
}

.blog-widget .widget-category span a {
    color: #757067;
}

.blog-widget .widget-category span:hover {
    color: #231F20;
}

.blog-widget .widget-category span:hover a {
    color: #231F20;
}

.blog-inner-text hr {
    display: none;
}

.ps-blog-sharing {
    margin: 10px auto 10px !important;
}

.ps-blog-tags li a {
    color: #1579af;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    transition: 350ms;
}

.ps-blog-tags li a::before {
    background: #19242D;
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 8px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.ps-blog-tags li a:hover {
    color: #1579af;
}

.ps-blog-tags li,
.ps-blog-recent-posts li {
    margin-bottom: 0.5em;
}

.ps-blog-recent-posts a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    transition: 350ms;
    font-size: 16px;
    font-weight: 600;
}

.ps-blog-recent-posts li a::before {
    background: #194341;
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 8px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.blog-page-type-wrapper,
.article-page-type-wrapper {
    margin-bottom: 50px;
}
/**************blog page*****************/

/*Box Shadow*/
.box-shadow{
    -webkit-box-shadow: 0 20px 60px 0 rgb(40 93 251 / 16%);
    box-shadow: 0 20px 60px 0 rgb(97 99 106 / 16%);
}
/*Box Shadow*/

/*rounded Corner*/
.rounded {
    border-radius: 20px !important;
}
/*Rounded Corner*/

/********contact page********************/
.gen-form .ww-form-container form , #newsletter-form form , .map{
  box-shadow: rgb(0 0 0 / 16%) 5px 5px 20px 2px;
  padding: 20px;
  border: 2px solid #B2B2B2 !important;
}

.contact-icon {
    border-top: 3px dashed #08376B;
    border-right: 5px dashed #08376B;
    border-bottom: 5px solid #08376B;
    border-left: 4px solid #08376B;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 25px;
    border-radius: 50%;
}

.contact-icon svg {
    fill: #08376B;
    width: 55px;
    height: 50px;
}


.gen-form .ww-form-container .fieldset , #newsletter-form .fieldset{
  border: 0 !important;
}
.gen-form .iti.iti--allow-dropdown {
  display: block;
}
.gen-form input, .gen-form textarea , #newsletter-form textarea , #newsletter-form input{
  width: 100% !important;
  height: 48px !important;
    background: #F0F0F0;
border: 1px solid #DBDBDB !important;
  
}
.gen-form legend {
    display: none;
}
.gen-form #Submit , #newsletter-form #Submit{
  height: auto !important;
}
.gen-form .submit_wrap , #newsletter-form .submit_wrap{
    text-align: center !important;
    }
.gen-form fieldset > div , #newsletter-form fieldset > div{
  width: 100% !important;
}
.gen-form #mob_phone_phone_number_tel , #newsletter-form #mob_phone_phone_number_tel{
  width: 100% !important;
}
.gen-form .checkbox_wrap input, #newsletter-form .checkbox_wrap input {
    height: auto !important;
    width: auto !important;
}
div#newsletter-form {
    padding: 50px 0;
}
/********contact page********************/



.video-banner {
    line-height: 0px !important;
}
.video-banner iframe {
    width: 100%;
    height: 600px;
}
.large-border-right {
    border-right: 1px solid #FFF;
}
.large-border-left {
    border-left: 1px solid #FFF;
}
ul.list {
    margin-top: 0;
}
.border-2 {
    box-shadow: 0.275rem 0.275rem #35C0ED, -0.275rem -0.275rem #211F20;
    transition: .4s;
    min-height: 675px;
}
.border-2:hover {
    box-shadow: 0.3rem 0.3rem #211F20, -0.3rem -0.3rem #35C0ED;
}













/*header i.fas.fa-bars.icon{
    color: #A07C16 !important;
}*/
header i.fas.fa-phone-alt{
    color: #000 !important;
}
header a:hover i.fas {
    color: #ffffff;
}
header .cta:hover i.fas.fa-phone-alt {
    color: #fff !important;
}
/*header ul.dropdown.menu li > a:not(.button) {
    position: relative;
}
header ul.dropdown.menu li > a:not(.button):before {
    content: "";
    position: absolute;
    left: 50%;
    top: auto;
    transform: translate(-50%,-50%);
    width: 0;
    height: 3px;
    background: #A07C16;
border-radius: 0px 0px 0px 0px;
    transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
    bottom: -5px;
}
header .is-stuck ul.dropdown.menu li > a:not(.button):before {
    background: #A07C16;
    bottom: 0px;
}
header .is-stuck ul.dropdown.menu li > a:not(.button):before {
    background: #A07C16;
    bottom: 0px;
}

header ul.dropdown.menu li.active > a:not(.button):before, 
header ul.dropdown.menu li > a:not(.button):hover:before, 
header ul.dropdown.menu li > a:not(.button):active:before, 
header ul.dropdown.menu li > a:not(.button):focus:before {
    width: 60%;
}
header .dropdown.menu li ul.submenu li a:not(.button):hover:before,
header .dropdown.menu li ul.submenu li.active a:not(.button):before{
    display: none;
}*/
header .dropdown.menu > li.opens-left > .is-dropdown-submenu li:first-child {
    display: none !important;
}
/*.lead-magnet-form input#Submit{
    color: #000;
    background: #fff;
}*/
.lead-magnet-form p,.lead-magnet-form h3{
    color: #fff;
}
.lead-magnet-form input#email, .lead-magnet-form input#first_name {
    margin: 0 !important;
    height: 55px !important;
    width: 100% !important;
    padding-left: 20px;
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: transparent;
    color: #FFF;
}
.newsletter-form-main input#first_name, .newsletter-form-main input#email {
    margin: 0 !important;
    height: 55px !important;
    width: 100% !important;
    padding-left: 20px;
    border-radius: 0px;
    background: transparent;
    color: #000;
    border: 1px solid #B6BABD;
}
.main-navigation.sticky .hide-on-stick,.main-navigation.sticky .height-20{
    display: none;
}
/**testimonial-section**/
.testimonial-slider-main button.slick-arrow {
    background: transparent !important;
    border: 5px solid #626262;
    border-radius: 50px 0 0 !important;
    border-top-width: 0;
    border-left-width: 0;
    width: 25px;
    box-shadow: none !important;
    height: 25px;
    top: 50%;
}
.testimonial-slider-main button.slick-arrow:hover{
    background: transparent !important;
    border: 5px solid #000;
    border-radius: 50px 0 0 !important;
    border-top-width: 0;
    border-left-width: 0;
    width: 25px;
    box-shadow: none !important;
    height: 25px;
    top: 50%;
}

.testimonial-slider-main button.slick-next.slick-arrow{
    transform: translateY(-50%) rotate(-43deg);
    right:0;
}

.testimonial-slider-main button.slick-prev.slick-arrow{
     transform: translateY(-50%) rotate(132deg);
     left:0;
}

.dark-dots .slick-dots li.slick-active, .dark-dots .slick-dots li:hover {
    background: #0068B3;
}

.dark-dots .slick-dots li {
    background: #000;
}
/**testimonial-section**/
.testimonial {
    text-align: center;
}
.testimonial-slider-main .slick-slide img {
    display: inline-block;
    height: auto;
}


/*2nd slider*/

/**testimonial-section**/
.testimonial-slider-page button.slick-arrow {
    background: transparent !important;
    border: 5px solid #AAAAAA;
    border-radius: 50px 0 0 !important;
    border-top-width: 0;
    border-left-width: 0;
    width: 25px;
    box-shadow: none !important;
    height: 25px;
    top:35%;
}

.testimonial-slider-page button.slick-next.slick-arrow{
    transform: translateY(-50%) rotate(-43deg);
    right:0;
}

.testimonial-slider-page button.slick-prev.slick-arrow{
     transform: translateY(-50%) rotate(132deg);
     left:0;
}

.dark-dots .slick-dots li.slick-active, .dark-dots .slick-dots li:hover {
    background: #0068B3;
}

.dark-dots .slick-dots li {
    background: #000;
}
/**testimonial-section**/
.testimonial {
    text-align: center;
}
.testimonial-slider-page button.slick-arrow {
    background: transparent !important;
    border: 5px solid #A07C16;
    border-radius: 50px 0 0 !important;
    border-top-width: 0;
    border-left-width: 0;
    width: 25px;
    box-shadow: none !important;
    height: 25px;
}
.testimonial-slider-page button.slick-arrow:hover{
    background: transparent !important;
    border: 5px solid #000;
    border-radius: 50px 0 0 !important;
    border-top-width: 0;
    border-left-width: 0;
    width: 25px;
    box-shadow: none !important;
    height: 25px;
    top: 35%;
}

ul.accordion li.accordion-item {
    margin: 0 0 10px;
}
.accordion-title::before {
    right: 1rem;
}
ul.accordion .accordion-title {
    font-size: 18px;
    font-weight: 600;
}
.accordion-content {
    border-bottom: 1px solid #08376B;
}
.service-area-ul-two li a.button {
    width: 250px !important;
    margin-bottom: 0px !important;
    font-size: 18px !important;
    line-height: 30px !important;
}
ul.ul-block {
    display: flex;
    grid-gap: 0;
    justify-content: center;
    flex-wrap: wrap;
}
.contact-card {
    background: #FFF;
}
.sa-ul-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 200px;
     /*justify-content: space-around;*/
    gap: 10px;
}
.sa-ul-main {
    position: relative;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    border: 2px solid;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 25px 25px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-radius: 10px;
    background: linear-gradient(180deg, #35C0ED 0%, #0046AE 100%) !important;
}
.sa-ul-inner {
    width: 100%;
}
.sa-ul-main:hover:after {
    width: 100%;
    background-color: rgba(255,255,255,0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.sa-ul-main:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;    
    border-radius: 10px;
}
.sa-ul-inner .section-sub-heading {
    color: #ffffff;
    margin-top: 5px;
}
.gslide-image img {
    padding: 40px !important;
}
.article-body.rte .list li strong,.article-body.rte .list li b {
    color: #08376B;
}
.user-logged-out .inner-content-div {
    max-width: 530px;
    padding: 10px 20px 10px;
}
.gen-form .cell.medium-6 {
    width: 100%;
}

ul.list li::marker {
    color: #35C0ED;
    font-size: 22px;
}
ol.list li::marker {
    color: #35C0ED;
    font-weight: 700;
}
.list li p{
    margin-bottom: 7px;
}




























a.cta.white-bg.button.color-black.banner-btn:hover {
    border: 2px solid #FFF;
}

a.cta.white-bg.button.color-black.banner-btn {
    border: 2px solid;
}
.box-shadow.contact-card.height-100.padding-1.padding-top-2.rounded .section-main-heading {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-top: 10px;
}
.padding-1.bg-yellow.rounded {
    height: 440px;
}
@media only screen and (max-width: 1024px) {
.banner-main-heading {
    font-size: 27px;
    line-height: 35px;
}
.user-logged-out .inner-content-div {
    max-width: 490px;
    padding: 10px 20px 10px;
}
header .dropdown.menu > li > a {
    padding: 0.5rem 0.3rem;
}
header ul.dropdown.menu li a:not(.button) {
    font-size: 14px;
}
.border-2 {
    min-height: 780px;
}
}
@media only screen and (min-width: 1023.5px) {
.tdd {
    text-align: right !important;
    display: block;
}

}
@media only screen and (max-width: 1023.5px) {
    /*Login Page*/
    .ps-login-page .grid-x.grid-padding-x.padding-3 {
        padding: 0 !important;
    }
    /*Login Page*/


    /*general-classes*/
    .width-sm-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .lead-magnet-form .width-25 {
        width: 100% !important;
        margin-right: 20px;
    }
    
    .padding-horizontal-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .justify-small-center {
        justify-content: center !important;
    }

    .mobile-color-white{
        color: #fff !important;
    }
    
    .mobile-color-black{
        color: #333333 !important;
    }
    
    .margin-top-sm-3 {
        margin-top: 3rem !important;
    }
    
    .flex-direction-column {
        flex-direction: column;
    }
    
    
    /*general-classes*/

    /*header*/
    .border-sm {
        border-top: 1px solid #cccccc57;
        border-bottom: 1px solid #cccccc57;
    }

    header .first-half-head {
        padding-bottom: 0 !important;
    }

    .padding-sm-bottom-30 {
        padding-bottom: 30px !important;
    }
    
    header#header ul.menu li {
        justify-content: center !important;
        margin: 0 !important;
        padding: 15px 0;
    }
    
    header .sticky-bg-color.stick {
        position: static;
    }
    
    .sidenav-bar {
      top: 0;
      right: 15px;
      height: 100%;
      display: flex;
      align-items: center;
      z-index: 99999;
    }
    
footer p {
    margin-bottom: 0px !important;
}
    .user-logged-out .pos-ab-head .is-header{
        position: static;
        top: 0;
        width: 100%;
        z-index: 9999;
        left: 0;
        right: 0;
        background: #FFFFFF;
    }
    .user-logged-out .pos-ab-head .sticky-bg-color.stick , 
    .user-logged-out .pos-ab-head .sticky-bg-color.stick {
        background: #FFFFFF;
    }
    .user-logged-out .pos-ab-head header ul.dropdown.menu li a:not(.button), 
    .user-logged-out .pos-ab-head header a:not(.button){
        color: #000 !important;
    }
    .user-logged-out .pos-ab-head header a.logo-black{
        display:inline-block !important;
    }
    .user-logged-out .pos-ab-head header a.logo-white{
        display:none !important;
    }
    
    aside.sidenav ul.level-2 > li span {
        padding-left: 0 !important;
    }
    
    header .dropdown.menu.align-right .is-dropdown-submenu.first-sub > li:first-child {
        display: block;
    }
    
    /*header*/

    /***Home-page***/
    /*Banner*/
    .user-logged-out .pos-ab-ban {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        max-width: 100% !important;
        justify-content: center;

    }

    .user-logged-out .inner-content-div {
        max-width: 100%;
        background: none;
        padding: 50px 30px 45px;
    }

    /*Banner*/
    /*lead-magnet*/
    .lead-magnet-form input {
        margin: 15px 0 0 !important;
    }
    
    .lead-magnet-form input, .lead-magnet-form input#first_name, .lead-magnet-form input#email {
        margin-bottom: 10px !important;
    }

    /*lead-magnet*/
    /*slider-section*/
    .custom-inner-div {
        max-width: 338px;
        margin: 0 auto;
    }
    /*slider-section*/
    /***Home-page***/
    
     /***service area page***/
    ul.small-one-block-ul {
        grid-template-columns: repeat(1, 1fr);
    }
    ul.small-two-block-ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .service-area-head {
    max-width: 100% !important;
}
    /***service area page***/

    /*footer*/
.icon-div {
    display: block;
    text-align: center;
}
footer h4.section-sub-heading {
    margin-bottom: 12px;
}

    /*footer*/
    
    .newsletter-form-main .ww-form-container input#email,
    .newsletter-form-main .ww-form-container input#first_name {
        width: 100% !important;
        margin-bottom: 1rem !important;
    }
    
.bg-light-blue {
        background: #E3F3FF !important;
        max-width: 540px;
        margin: auto;
    }
.main-banner-sec a.cta.white-bg.button.color-black {
    background: #194341 !important;
    color: #FFF !important;
}
.margin-bottom-sm-0 {
    margin-bottom: 0 !important;
}
.is-wrapper .is-box .is-container {
    margin-top: 20px;
    margin-bottom: 20px;
}
.service-area-ul-two li a.button {
    width: 260px !important;
}
.gen-form .column.full.is-overlay-content .cell.medium-6 {
    width: 100%;
}
.padding-sm-horizontal-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
ul.no-bullet.menu.size-30.align-center a.padding-left-0.padding-top-0 {
    padding-left: 10px !important;
    padding-bottom: 0;
    padding-right: 10px !important;
}
.inner-banner.blog-banner {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    text-align: center;
}
.in-banner-desc {
    padding-top: 40px;
}
.main-blog-banner .section-title {
    color: #000 !important;
    text-align: center !important;
    padding: 30px 35px;
}
.main-blog-banner img {
    width: 100%;
    min-height: auto;
}
ul.no-bullet.menu.size-30.align-left {
    justify-content: center;
}
footer .section-sub-heading {
    text-align: center;
}
ul.no-bullet.menu.size-30.align-left a.padding-left-0.padding-top-0 {
    padding-left: 10px !important;
    padding-right: 10px;
}
.large-border-right,.large-border-left {
    border-right: none;
}
aside.sidenav .menu.accordion-menu li a {
    background: #FFFFFF;
    color: #000000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.border-2 {
    min-height: auto;
}
ul.list li::marker {
    color: #35C0ED;
    font-size: 16px;
}
}
@media only screen and (max-width: 540px) {
    /*general-classes*/
    
    
    .align-middle-mobile{
        align-items: center;
    }
    .margin-left-sm-0 {
        margin-left: 0 !important;
    }
    .flex-direction-column-small{
        flex-direction: column;
    }
    /*general-classes*/
    .padding-1.bg-yellow.rounded {
    height: 475px;
}
}
/********Main CSS********/
header .button {
    background: transparent;
    color: #000;
    border: 1px solid #08376B;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    right: 7px;
}
.testimonial-slider-main .section-sub-heading {
    font-size: 20px;
}

.liststyle li {
    list-style-position: inside;
    text-align: center;
    font-weight: 400;
}

.normal-txt {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #ffffff !important;
    }

.sub-txt {
font-family: 'Montserrat', sans-serif;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.52px;
    text-transform: capitalize;
    color: #ffffff !important;    
    }

.lead-normal-txt {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 26px;
    letter-spacing: 0.01em;
    }
    
.lead-subtext {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.52px;
    text-transform: capitalize;
    color: #211F20;
}