:root {
    --bluedark: #19284D;
    --bluedark-onHover: #223461;
    --bluedarkest: #161F36;
    --oldLace: #fff8e8;
    --graylight : #F2F5FA;
    --concord : #7D7B78;
    --concord-onHover : #676665;
}
.bg-bluedarkest{
    background-color: var(--bluedarkest);
}
.bg-bluedark{
    background-color: var(--bluedark) !important;
}
.text-bluedark{
    color: var(--bluedark);
}
.border-bluedark{
    border-color: var(--bluedark) !important;
}
a.bg-bluedark:hover{
    background-color: var(--bluedark-onHover) !important;
}
.bg-oldLace{
    background-color: var(--oldLace);
}
.text-oldLace{
    color: var(--oldLace) !important;
}
.bg-concord{
    background-color: var(--concord);
}
.text-concord{
    color: var(--concord);
}
.border-concord{
    border-color: var(--concord) !important;
}
a.text-concord:hover{
    color: var(--concord-onHover);
}
.text-black{
    color: var(--black) !important;
}
.bg-black{
    background-color: var(--black) !important;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
li.active .bottom-line-animation{
    font-weight: bold !important;
}
li.active .bottom-line-animation:after,
.bottom-line-animation:hover:after {
    width: 100% !important;
}

.bottom-line-animation:after {
    transition: 500ms all ease;
    content: ' ';
    height: 2px;
    width: 0;
    background-color: var(--graylight);
    display: block;
    right: 0;
    position: relative;
}
.ellipsis-icon span:hover a {
    opacity: 1;
}

.ellipsis-icon span a {
    opacity: 0;
    display: inline-block;
    font-size: 14px;
}

.horizontal-line-white span {
    width: 2px;
    height: 47px;
    background: var(--graylight);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: -o-transform .4s;
    -moz-transition: transform .4s, -moz-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s;
    transform: rotate(-90deg);
}

.horizontal-line-white span:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    -webkit-animation: cb-intro-more-sliding 2s linear infinite;
    -moz-animation: cb-intro-more-sliding 2s linear infinite;
    -o-animation: cb-intro-more-sliding 2s linear infinite;
    animation: cb-intro-more-sliding 2s linear infinite;
}

.vertical-line-white span {
    width: 2px;
    height: 47px;
    background: var(--white);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: -o-transform .4s;
    -moz-transition: transform .4s, -moz-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s;
}

.vertical-line-white span:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    -webkit-animation: cb-intro-more-sliding 2s linear infinite;
    -moz-animation: cb-intro-more-sliding 2s linear infinite;
    -o-animation: cb-intro-more-sliding 2s linear infinite;
    animation: cb-intro-more-sliding 2s linear infinite;
}
.vh100 {
    min-height: 100vh;
}
.vh70 {
    min-height: 70vh;
}
.opacity-1{
    opacity: 1;
}
html,
body {
    overflow-x: hidden;
    margin-top: 0px !important;
    color: var(--bluedarkest);
}

body {
    font-family: 'Poppins', sans-serif; 
}
.topbar{
    z-index: 1200;
}
.topbar a:hover,
.footer-links a:hover{
    font-weight: bold !important;
}
header {
    transition: 500ms all ease;
    z-index: 1200;
    background-color: var(--oldLace);
}

.overlay-left-menu {
    z-index: 1201;
    background: #00000085;
    top: -80px;
}

.left-menu {
    z-index: 1202;
    top: 0;
    right: 0;
}

.left-menu-footer {
    bottom: 0;
    height: 80px;
    left: 0;
}
.mobile-toggle button span {
    width: 30px;
    height: 5px;
    margin-bottom: 0.4rem;
}

.mobile-toggle button span:nth-child(2) {
    width: calc(100% + -10px);
}

.fp-scroller {
    transition-duration: 200ms!important;
    transition-timing-function: cubic-bezier(0.33, 0.32, 0.65, 0.73) !important;
}
/* Section START HERE*/
    #page-container{
        overflow: hidden;
    }
    .s1-title {
        font-size: 3em;
    }
    .s1-description {
        font-size: 1.2em;
    }
    .product-image{
        max-width:65%;
    }
    .requestCallbackContentInput,
    .requestDemoContentInput {
        height: 50px;
        font-size: 20px;
    }
    .requestCallbackContentInput::-webkit-input-placeholder,
    .requestDemoContentInput::-webkit-input-placeholder {
        text-align: center;
        color: var(--concord);
    }
    
    .requestCallbackContentInput:-moz-placeholder,
    .requestDemoContentInput:-moz-placeholder {
        text-align: center;
        color: var(--concord);  
    }
    
    .requestCallbackContentInput::-moz-placeholder, 
    .requestDemoContentInput::-moz-placeholder {
        text-align: center;
        color: var(--concord);  
    }
    
    .requestCallbackContentInput:-ms-input-placeholder,  
    .requestDemoContentInput:-ms-input-placeholder {  
        text-align: center;
        color: var(--concord); 
    }
    .requestCallabckCheckbox {
        width: 11px;
        top: 2px;
        margin-left: -13px;
    }


    .control {
        font-family: arial;
        display: block;
        position: relative;
        padding-left: 30px;
        margin-bottom: 5px;
        cursor: pointer;
        font-size: 12px
    }

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0
    }

    .control_indicator {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background: var(--mainColor);
        border: 1px solid var(--bluedark);
    }

    .control input:focus~.control_indicator,
    .control:hover input~.control_indicator {
        background: var(--bluedark)
    }

    .control input:checked~.control_indicator {
        background: var(--bluedark)
    }

    .control input:checked:focus~.control_indicator,
    .control:hover input:not([disabled]):checked~.control_indicator {
        background: var(--bluedark)
    }

    .control input:disabled~.control_indicator {
        background: var(--light);
        opacity: .6;
        pointer-events: none
    }

    .control_indicator:after {
        box-sizing: unset;
        content: '';
        position: absolute;
        display: none
    }

    .control input:checked~.control_indicator:after {
        display: block
    }

    .control-checkbox .control_indicator:after {
        left: 6px;
        top: 1px;
        width: 5px;
        height: 13px;
        border: solid var(--white);
        border-width: 0 2px 2px 0;
        transform: rotate(45deg)
    }

    .control-checkbox input:disabled~.control_indicator:after {
        border-color: var(--bluedark)
    }

    .control-checkbox .control_indicator::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 5.251rem;
        height: 5.121rem;
        margin-left: -1.464rem;
        margin-top: -1.666rem;
        background: var(--bluedark);
        border-radius: 0;
        opacity: .5;
        z-index: 99999;
        transform: scale(0)
    }

    .card .card-icon, .card .card-title {
        -webkit-transform: translate(0, 30px);
        -moz-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        -o-transform: translate(0, 30px);
        transform: translate(0, 30px);
        transition: all 700ms ease-out;
    }
    .card .card-text {
        opacity: 0;
        transition: all 700ms ease-out;
    }
    .card:hover .card-icon, .card:hover .card-title {
        transform: translate(0, 0px);
    }
    .card:hover .card-text {
        opacity: 1;
        transition: all 700ms ease-in;
    }

/* Section END HERE*/


/* Blog page START HERE */
    .blog-posts-content {
        max-height: calc(100vh - 199px);
        overflow: auto;
    }

    .post-content {
        height: calc(100vh - 128px);
        overflow-y: auto;
        word-wrap: break-word;
        /* IE */
    }
    
    .post-content::-webkit-scrollbar {
        width: 15px;
    }
    
    .post-content::-webkit-scrollbar-track {
        background: #b3c8cd;
    }
    
    .post-content::-webkit-scrollbar-thumb {
        background: #1b5c6a;
    }
    
    .post-content::-webkit-scrollbar-thumb:hover {
        background: #144752;
    }
    
    .blog-image {
        border-radius: 2rem;
    }
/* Blog page END HERE */
/* Contact page START HERE */
    .contact-page{
        font-family: 'Roboto', sans-serif !important;
    }
    .contact-input{
        height: 50px;
    }
    #map { 
        width: 100%;
        height: 530px;
    }
    @media(max-width: 768px){
    #map { 
        margin-top:2rem;
        height: 230px;
    }
    }

/* Contact page END HERE */
/* Intro Section Start here*/
.section-intro .fp-tableCell{
    vertical-align: bottom;
}
.intro .intro-image {
    width: 400px;
    top: 2rem;
    transform: scale(1.1);
}
.intro .swiper-pagination-bullet:not(:last-child){
    margin-right: 0.5rem;
}
/* Intro Section End Here*/
/* FULLPAGEJS START HERE */
    .fullpagejs-footer{
        bottom: 23px;
    }
/* FULLPAGEJS END HERE */
/* FOOTER START HERE */
.btn-contactus-footer{
    font-size: 23px;
}
/* FOOTER END HERE */
/* General code start here */

.btn-effect-fillable{
    font-family: sans-serif;
    text-decoration: none;
    border: 2px solid var(--bluedark);
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    transition: all .35s;
}
.transition-faster,
.transition-faster:after{
    transition: none !important;
}
.btn-effect-fillable span{
    position: relative;
    z-index: 2;
}
  
.btn-effect-fillable:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--graylight);
    transition: all .35s;
  }
  
.btn-effect-fillable:hover{
    color: var(--bluedark) !important;
}

.btn-effect-fillable:hover:after{
    width: 100%;
}
  
.btn-effect-fillable-bluedark{
    border: 2px solid var(--bluedark);
}

.btn-effect-fillable-bluedark:after{
    background: var(--bluedark);
}
.btn-effect-fillable-bluedark:hover{
    color: var(--graylight) !important;
}
.cursor-pointer{
    cursor: pointer;
}

.shadow-top-sm {
    box-shadow: 0 -0rem .25rem rgba(0,0,0,.075)!important;
}
/* General code end here */
/* Animtaions  START HERE*/

@keyframes s-ripple {
    0% {
        transform: scale(0)
    }
    20% {
        transform: scale(1)
    }
    100% {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes s-ripple-dup {
    0% {
        transform: scale(0)
    }
    30% {
        transform: scale(1)
    }
    60% {
        transform: scale(1)
    }
    100% {
        opacity: 0;
        transform: scale(1)
    }
}
@keyframes cb-intro-more-sliding {
    0% {
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -o-transform-origin: top center;
        transform-origin: top center
    }
    24.9% {
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -o-transform-origin: top center;
        transform-origin: top center
    }
    25% {
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -o-transform-origin: bottom center;
        transform-origin: bottom center
    }
    100%,
    50% {
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -o-transform-origin: bottom center;
        transform-origin: bottom center
    }
}

@-webkit-keyframes cb-intro-more-sliding {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        transform-origin: top center
    }
    24.9% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top center;
        transform-origin: top center
    }
    25% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center
    }
    100%,
    50% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center
    }
}

@-moz-keyframes cb-intro-more-sliding {
    0% {
        -moz-transform: scaleY(0);
        transform: scaleY(0);
        -moz-transform-origin: top center;
        transform-origin: top center
    }
    24.9% {
        -moz-transform: scaleY(1);
        transform: scaleY(1);
        -moz-transform-origin: top center;
        transform-origin: top center
    }
    25% {
        -moz-transform: scaleY(1);
        transform: scaleY(1);
        -moz-transform-origin: bottom center;
        transform-origin: bottom center
    }
    100%,
    50% {
        -moz-transform: scaleY(0);
        transform: scaleY(0);
        -moz-transform-origin: bottom center;
        transform-origin: bottom center
    }
}

@-o-keyframes cb-intro-more-sliding {
    0% {
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -o-transform-origin: top center;
        transform-origin: top center
    }
    24.9% {
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -o-transform-origin: top center;
        transform-origin: top center
    }
    25% {
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -o-transform-origin: bottom center;
        transform-origin: bottom center
    }
    100%,
    50% {
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -o-transform-origin: bottom center;
        transform-origin: bottom center
    }
}

/* Animations END HERE */

/* LOADER AND PROGRESSBAR START HERE */

    .loader-content {
        z-index: 9999;
    }

    .loader{
        border-radius: 50%;
        width: 10em;
        height: 10em;
    }
    .loader:after {
        border-radius: 100%;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: var(--bluedark-onHover);
        display: block;
        top: 0;
        left: 0;
    }

    .loader {
        margin: 60px auto;
        font-size: 10px;
        position: relative;
        text-indent: -9999em;
        border-top: 1.1em solid var(--concord);
        border-right: 1.1em solid var(--graylight);
        border-bottom: 1.1em solid var(--concord);
        border-left: 1.1em solid var(--graylight);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: load8 1.1s infinite linear;
        animation: load8 1.1s infinite linear;
    }

    @-webkit-keyframes load8 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes load8 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    .progress-page,
    #progressPage{
        z-index: 1031;
    }
/* LOADER AND PROGRESSBAR END HERE */
/* MEDIA QUERIES START HERE */

@media (min-width: 768px) {
    .s1 .iScrollVerticalScrollbar {
        display: none;
    }
    footer {
        bottom: 0px;
    }
}
@media (max-width: 768px) {
    .s1{
        background-color: var(--graylight);
    }
    .s1 .s1-title{
        font-size: 1.5em;
    }
    .readterms-mobile{
        font-size: 11px;
    }
    .footer {
        bottom: 0px;
    }
}
@media (max-width: 991px) {
    header{
        top: 0px;
    }
    .s1{
        padding-top: 90px;
    }
    .h5-sm{
        font-size: inherit;
    }
    .s1-description{
        font-size: inherit;
    }   
    .progress-page{
        position: fixed !important;
    }
}
@media screen and (max-width: 1050px) and (min-width: 992px) {
    .product-desc p {
        font-size: 13px;
    }
  }
/* MEDIA QUERIES END HERE */
