﻿.next2,.prev2{border-bottom:4px solid;border-left:4px solid;color:#111!important}.carousel-width{width:80%;margin:auto}#content-mobile,.footer-section{display:none}.disabled{pointer-events:none;cursor:default}.next2{transform:rotate(-135deg)}.prev2{transform:rotate(45deg)}
a.forgttxt:link, a.forgttxt:visited {
    color: #0069d9;
}a.forgttxt:hover{color:#0342b5}.label-txt{font-size:12px!important;margin-bottom:0!important}.modal-backdrop.show{opacity:.5;overflow:hidden}.features-wrap{min-height:505px}@media(min-width:768px) and (max-width:990px){.pt-100{padding-top:200px}.features-wrap{min-height:660px!important}}@media (min-width:770px) and (max-width:990px){.banner-text{font-size:48px;margin-top:-50px}}@media(min-width:770px){.text{position:absolute}}.radio-tile-group .input-container .radio-tile{transition:transform 30ms,-webkit-transform 30ms!important}.form-check-input{margin-top:.4rem!important}#content-desktop{display:block}@media only screen and (max-width:768px){#content-desktop{display:none}#content-mobile{display:block}.tb_text{line-height:15px;margin-top:-25px!important;font-size:11px!important;margin-bottom:0}.mt10{margin-top:10px!important}}.mob-carousel{display:grid}.owl-dots{margin-top:-109px}@media(min-width:768px){ .text-pos1 {margin-right: 1.5rem !important;}.text-pos,.text-pos1{margin-top:1.5rem!important}.sec-wid{width:50%}.sec-divide{display:flex!important}.text-pos{margin-left:1.5rem!important}}@media(max-width:767px){.sec-wid{width:100%}.text-pos1{margin-bottom:20px;}.support ul li { font-size:16px; line-height: 18px;margin-bottom: 8px;}.support_page .section-title h2 { font-size:20px;line-height: 26px;}.support .text-pos h3 { font-size:20px;}.support .text-pos1 h3 { font-size:20px;}
    .support ul  { margin-top:5px;
    }.support p {margin-bottom: 15px;font-size: 15px;line-height: 20px;}p.text-left.top_text {font-size: 14px;line-height: 20px;} }.support .text-pos {position: relative; left: inherit; top: inherit;}.support .text-pos1 {position: relative;    left: inherit;top: inherit;}.support p {color:#000;    margin-bottom: 10px;}.support ul li { display:flex;}

.zoom-img {
    background-color: green;
    transition: transform .2s;
    margin: 20px auto;
    cursor: pointer;
}

.zoom-img:hover {
    -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

.request_txt {
    font-size: 17px;
}
.pack_txt {
    font-size: 28px;
}
.slider {
    align-items: center;
    justify-content: center;

}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 7))}
}

.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}
    
    .slide-track {
        animation: scroll  linear infinite;
        animation-duration: 40s;
        display: flex;
        width: calc(250px * 16);
    }
    .slide {
        height: 100px;
        width: 250px;
    }



.mobile_view {
    display: none;
}

.desktop_view {
    display: block;
}

.clearfix { clear:both;
}
.text_small { margin-top:3rem;
}
.management_section { margin-top:3rem;
                      margin-bottom:3rem;
}
.business_section {
    margin-top: 3rem;
}

.poster_img {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

@media (max-width: 1024px) {
    .mobile_view {
            display: block;
        }

        .desktop_view {
            display: none;
        }

        .owl-prev span {
            font-size: 50px;
            top: 8px;
        }

        .owl-next span {
            font-size: 50px;
            top: 8px;
        }
    }


    .slider-wid {
        width: 97% !important;
    }

    .boxes .ben_box {
        min-height: 170px;
    }

    @media (min-width: 1200px) {
        .boxes .ben_box {
            min-height: 230px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .boxes .ben_box {
            min-height: 260px !important;
        }

        .ben_box h3 {
            font-size: 20px;
        }

        .ben_box p {
            line-height: 20px;
            font-size: 14px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .boxes .ben_box {
            min-height: 288px !important;
        }
    }

    .services-block-three {
        border-radius: 0px;
    }

        .services-block-three:before {
            display: block;
            content: "";
            width: 9%;
            height: 17%;
            position: absolute;
            bottom: 13px;
            right: 12px;
            border-bottom: 2px solid #0069d9;
            border-right: 2px solid #0069d9;
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
        }

        .services-block-three:after {
            display: block;
            content: "";
            width: 9%;
            height: 17%;
            position: absolute;
            top: -2px;
            left: 13px;
            border-top: 2px solid #0069d9;
            border-left: 2px solid #0069d9;
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
        }

        .services-block-three:hover:before, .services-block-three:hover:after {
            width: 88%;
            height: 82%;
        }

    .software_icon .shield-icon {
        position: absolute;
        width: 26px;
        color: #0069d9;
        padding-top: 3px;
    }

    .software_icon:hover .shield-icon {
        color: #fff;
    }

    @media (min-width: 768px) {
        .default_banner_img_desktop {
            background-image: url(../images/default-img/Security_banner_desktop.jpg);
            background-size: 100% 100%;
            background-position: center;
            width: 100%;
            height: 77vh;
            margin-top: 88px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            background-repeat: no-repeat;
        }
        .security_banner_img {
            background-image: url(../images/default-img/Security_banner.jpg);
            background-size: 100% 100%;
            background-position: center;
            width: 100%;
            height: 77vh;
            margin-top: 88px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            background-repeat: no-repeat;
        }
        .hide-desktop {
            display: none;
        }
    }

    @media (max-width: 767px) {
        .default_banner_img_mob {
            background-image: url('../images/default-img/Security_banner_mobile.jpg');
            background-size: cover;
            background-position: center;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            background-repeat: no-repeat;
        }
    }

    .default_banner_img .top-left p {
        padding-left: 10px;
        font-weight: 400;
    }

.default_banner_img .top-right p {
    padding-left: 15px;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: 600;
}
.security_banner_img .top-right p {
  
    padding-bottom: 2px;
}
    .top-left {
        float: left;
        width: 32%;
        padding-right: 0rem;
        margin-bottom: 5%;
    }

.top-right {
    float: right;
    width: 34%;
    padding-left: 2rem;
    margin-bottom: 5%;
}

    @keyframes slideInRight {
        from {
            transform: translate3d(100%,0,0);
            visibility: visible
        }

        to {
            transform: translate3d(0,0,0)
        }
    }

    .slideInRight {
        animation-name: slideInRight
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .top-right {
            width: 85%;
        }

        .default_banner_img .top-right p {
            padding: 0px;
            padding-left: 15px;
        }

        .top-left {
            width: 80%;
            padding-right: 0rem;
            margin-bottom: 0%;
            margin-top: -3.5rem;
        }

        .default_banner_img {
            height: 340px;
        }

            .default_banner_img .top-left p {
                display: none;
            }

        .check_mark {
            margin-bottom: 0rem !important;
        }
    }

    @media (max-width: 1300px) {
        .default_banner_img .top-right p {
            font-size: 1rem;
        }
    }

    @media (max-width: 767px) {
        .top-right {
            width: 50%;
        }

        .default_banner_img {
            height: 350px;
        }
    }



    .learn_btn {
        position: relative;
        bottom: 82px;
        left: 7.7rem;
    }







    @-webkit-keyframes dothabottomcheck {
        0% {
            height: 0;
        }

        100% {
            height: 15px;
        }
    }

    @keyframes dothabottomcheck {
        0% {
            height: 0;
        }

        100% {
            height: 15px;
        }
    }

    @keyframes dothatopcheck {
        0% {
            height: 0;
        }

        50% {
            height: 0;
        }

        100% {
            height: 50px;
        }
    }

    @-webkit-keyframes dothatopcheck {
        0% {
            height: 0;
        }

        50% {
            height: 0;
        }

        100% {
            height: 50px;
        }
    }

    @-moz-keyframes dothatopcheck {
        0% {
            height: 0;
        }

        50% {
            height: 0;
        }

        100% {
            height: 50px;
        }
    }

    input[type=checkbox] {
        display: none;
    }

    .check-box {
        height: 25px;
        width: 25px;
        background-color: transparent;
        border: 4px solid #fc7a02;
        border-radius: 0px;
        position: relative;
        display: inline-block;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: border-color ease 2.8s;
        -o-transition: border-color ease 2.8s;
        -webkit-transition: border-color ease 2.8s;
        transition: border-color ease 2.8s;
        cursor: none;
        pointer-events: none;
        margin-top: 2px;
        margin-bottom: 0px;
    }

        .check-box::before, .check-box::after {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            position: absolute;
            height: 0;
            width: 4px;
            background-color: #fc7a02;
            display: inline-block;
            -moz-transform-origin: left top;
            -ms-transform-origin: left top;
            -o-transform-origin: left top;
            -webkit-transform-origin: left top;
            transform-origin: left top;
            border-radius: 0px;
            content: " ";
            -webkit-transition: opacity ease 2.8s;
            -moz-transition: opacity ease 2.8s;
            transition: opacity ease 2.8s;
        }

        .check-box::before {
            top: 13px;
            left: 11px;
            -moz-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

        .check-box::after {
            top: 7px;
            left: 2px;
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    @media (min-width: 768px) {
        .check-box::before {
            box-shadow: 0 0 0 2px #f4ecec;
        }
    }

    @media (max-width: 767px) {
        .check-box::before {
            box-shadow: 0 0 0 2px #f4ecec;
        }
    }

    input[type=checkbox]:checked + .check-box,
    .check-box.checked {
        border-color: #fc7a02;
    }

        input[type=checkbox]:checked + .check-box::after,
        .check-box.checked::after {
            height: 11px !important;
            -moz-animation: dothabottomcheck 2.8s ease 0s forwards;
            -o-animation: dothabottomcheck 2.8s ease 0s forwards;
            -webkit-animation: dothabottomcheck 2.8s ease 0s forwards;
            animation: dothabottomcheck 2.8s ease 0s forwards;
        }

        input[type=checkbox]:checked + .check-box::before,
        .check-box.checked::before {
            height: 24px !important;
            -moz-animation: dothatopcheck 2.8s ease 0s forwards;
            -o-animation: dothatopcheck 2.8s ease 0s forwards;
            -webkit-animation: dothatopcheck 2.8s ease 0s forwards;
            animation: dothatopcheck 2.8s ease 0s forwards;
        }


    @media (max-width: 1100px) and (min-width: 992px) {
        .banner-text {
            margin-top: 50px;
        }
    }

    @media (min-width: 768px) {
        .tentacle-use {
            margin-top: 120px;
        }
    }



@-webkit-keyframes fading {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fading {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fading {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.check_mark {
    opacity: 0;
    -webkit-animation: fading ease-in 1s;
    animation: fading ease-in 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
    .check_mark.two {
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s
    }

    .check_mark.three {
        -webkit-animation-delay: 2.3s;
        animation-delay: 2.3s;
    }
    .check_mark.four {
        -webkit-animation-delay: 3.3s;
        animation-delay: 3.3s;
    }
    .check_mark.five {
        -webkit-animation-delay: 4.3s;
        animation-delay: 4.3s;
    }
    .default_banner_img h2 {
        font-size: 3.2rem;
        line-height: 3.2rem;
        font-weight: 800;
    }

    .check_mark {
        margin-bottom: 1rem;
    }

    .text_orange {
        color: #FE7C02;
    }

    @media (min-width: 1030px) and (max-width: 1200px) {
        .learn_btn {
            left: 6.2rem;
        }

        .check_mark {
            margin-bottom: 0rem;
        }

        .top-right {
            width: 27%;
            padding-left: 0rem;
        }

        .default_banner_img_desktop {
            height: 55vh;
        }

        .default_banner_img h2 {
            font-size: 2.5rem;
            line-height: 2.5rem;
        }
    }

    @media (min-width: 1025px) and (max-width: 1366px) {
        input[type=checkbox]:checked + .check-box::after, .check-box.checked::after {
            animation: auto;
        }

        input[type=checkbox]:checked + .check-box::before, .check-box.checked::before {
            animation: auto;
        }
    }


    @media (min-width: 1100px) and (max-width: 1200px) {
        .default_banner_img h2 {
            font-size: 2.5rem;
            line-height: 2.5rem;
            margin-bottom: 0px !important;
        }

        .learn_btn {
            bottom: 75px;
            left: 5.2rem;
        }

        .default_banner_img_desktop {
            height: 60vh;
        }

        .check_mark {
            margin-bottom: 0rem;
        }

        .top-right {
            padding-left: 0rem;
            margin-bottom: 0%;
        }
    }

    @media (min-width:991px) and (max-width: 1030px) {
        .learn_btn {
            bottom: 63px;
            left: 2rem;
        }

        input[type=checkbox]:checked + .check-box::before, .check-box.checked::before {
            animation: auto;
        }

        input[type=checkbox]:checked + .check-box::after, .check-box.checked::after {
            animation: auto;
        }

        .default_banner_img .top-left p {
            display: none;
        }

        .top-left {
            width: 80%;
            margin-bottom: 0px;
        }

        .top-right {
            width: 80%;
            padding-left: 0rem;
            margin-bottom: 20%;
        }

        .default_banner_img_desktop {
            height: auto;
        }

        .check_mark {
            margin-bottom: 0rem;
        }

        .learn_btn {
            bottom: 80px;
            left: 5.7rem;
        }
    }


    @media (min-width: 768px) and (max-width: 991px) {
        .default_banner_img h2 {
            font-size: 30px;
            line-height: 30px;
        }
        .security_banner_img {
            margin-top: 3.5rem;
        }
        .business_section {
            margin-top: 0rem;
        }
        .learn_btn {
            bottom: 63px;
            left: 2rem;
        }

        input[type=checkbox]:checked + .check-box::after, .check-box.checked::after {
            animation: auto;
        }

        input[type=checkbox]:checked + .check-box::before, .check-box.checked::before {
            animation: auto;
        }
    }

    @media (max-width: 767px) {
        .default_banner_img h2 {
            font-size: 20px !important;
        }
    }

    @media (min-width: 1400px) {
        .default_banner_img  {
            height: 65vh;
        }
       
    }
@media (min-width: 1600px) {
 
    .top-right {
        width: 40%;
    }

    .top-left {
        width: 42%;
    }
   
}
    @media (min-width: 1800px) {
        .default_banner_img  {
            height: 70vh;
        }
       

        .top-right {
            width:35%;
        }

        .top-left {
            width:35%;
        }
        .default_banner_img h2 {
            font-size: 4.5rem;
            line-height: 4.5rem; 
        }
        .default_banner_img .top-right p {
        
            font-size: 2rem; 
        }
        .default_banner_img .top-left p {
 
            font-size: 22px;
        }
    }

    @media (min-width: 600px) and (max-width: 760px) {
        .offcanvas-menu, .offcanvas-overly, .mysticky {
            top: 70px;
        }

        .default_banner_img h2 {
            font-size: 16px !important;
            margin-bottom: 5px !important;
            line-height: 16px;
        }

        .default_banner_img .top-right p {
            padding: 0px;
            font-size: 12px;
            line-height: 12px;
            padding-left: 0.5rem;
        }

        .btn {
            font-size: 10px;
            padding: 11px 11px;
        }

        .default_banner_img .top-left p {
            display: none;
        }

        .top-left {
            width: 90%;
            padding-right: 1rem;
            margin-bottom: 0%;
            padding-left: 0rem;
        }

        .check_mark {
            margin-bottom: 0rem;
        }

        .top-right {
            width: 90%;
            padding-left: 0rem;
        }


        .learn_btn {
            bottom: 68px;
            left: 6rem;
        }

        .default_banner_img {
            height: 470px;
        }

        input[type=checkbox]:checked + .check-box::before, .check-box.checked::before {
            height: 20px !important;
        }

        input[type=checkbox]:checked + .check-box::after, .check-box.checked::after {
            height: 12px !important;
        }

        .check-box::after {
            top: 6px;
            left: 2px;
        }

        .check-box::before {
            top: 13px;
            left: 10px;
        }
    }

    @media (min-width: 604px) and (max-width:650px) {
        .top-right {
            width: 80%;
        }

        .top-left {
            width: 80%;
        }
        .default_banner_img {
            height: 370px;
        }
    }

    @media (min-width: 750px) and (max-width:765px) {
        .default_banner_img .top-left p {
            display: none;
        }

        .top-left {
            width: 70%;
        }

        .default_banner_img h2 {
            font-size: 18px !important;
            line-height: 20px;
            margin-bottom: 0px !important;
        }

        .check_mark {
            margin-bottom: 0rem;
        }

        .justify-content-end p {
            padding: 5px;
        }

        .top-right {
            width: 80%;
        }
    }

    @media (min-width: 510px) and (max-width: 600px) {
        .default_banner_img .top-right p {
            font-size: .6rem;
            padding-left: 5px;
        }

        .check_mark {
            margin-bottom: 0rem;
        }

        .learn_btn {
            bottom: 50px;
            left: 3rem;
        }

        .top-left {
            width: 80%;
            padding-right: 1rem;
            margin-bottom: 0%;
            padding-left: 0rem;
        }

        .top-right {
            width: 80%;
            padding-left: 0rem;
        }

        .btn {
            font-size: 10px;
            padding: 11px 11px;
        }

        .default_banner_img {
            height: 320px;
        }

        .check-box {
            height: 20px;
            width: 20px;
            border: 2px solid #fc7a02;
            border-radius: 2px;
        }

            input[type=checkbox]:checked + .check-box::before, .check-box.checked::before {
                height: 20px !important;
            }

            input[type=checkbox]:checked + .check-box::after, .check-box.checked::after {
                height: 12px !important;
            }

            .check-box::after {
                top: 6px;
                left: 2px;
            }

            .check-box::before {
                top: 13px;
                left: 10px;
            }

        .top-right {
            margin-bottom: 12%;
        }

        .check-box::before, .check-box::after {
            width: 4px;
            border-radius: 1px;
        }

        .default_banner_img h2 {
            font-size: 16px !important;
            margin-bottom: 5px !important;
            line-height: 16px;
        }

        .justify-content-end p {
            padding: 0px;
            font-size: 10px;
            line-height: 12px;
        }

        .default_banner_img .top-left p {
            display: none;
        }
    }

    @media (max-width: 500px) {
        .default_banner_img .top-right p {
            font-size: .6rem;
            padding-left: 10px;
        }
        .img-wrap iframe#gmap_canvas {
            height: 200px;
        }
        .grey_bg { 
            height: 210px; 
        }
        .check_mark {
            margin-bottom: 0rem;
        }

        .learn_btn {
            bottom: 43px;
            left: 1rem;
        }

        .top-left {
            width: 66%;
            padding-right: 1rem;
            margin-bottom: 0%;
            /* margin-top: 5rem; */
            padding-left: 0rem;
        }

        .top-right {
            width: 72%;
            padding-left: 1rem;
        }

        .btn {
            font-size: 10px;
            padding: 11px 11px;
        }

        .default_banner_img {
            height: 240px;
        }
        .management_section {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }
        .business_section {
            margin-top: 1rem;
        }
        .poster_img {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }
        .alpha_img { margin-top:1rem;
        }
        
        .text_small {
            margin-top: 0px;
        }
        .security_sec {
            margin-top: 4.1rem;
        } .check-box {
            height: 17px;
            width: 17px;
            border: 2px solid #fc7a02;
            border-radius: 2px;
        }

            input[type=checkbox]:checked + .check-box::before, .check-box.checked::before {
                height: 18px !important;
            }

            input[type=checkbox]:checked + .check-box::after, .check-box.checked::after {
                height: 10px !important;
            }

            .check-box::after {
                top: 4px;
                left: 2px;
            }

            .check-box::before {
                top: 10px;
                left: 10px;
            }

        .top-right {
            margin-bottom: 17%;
        }

        .check-box::before, .check-box::after {
            width: 3px;
            border-radius: 1px;
        }

        .default_banner_img h2 {
            font-size: 14px !important;
            margin-bottom: 2px !important;
            line-height: 14px;
        }

        .justify-content-end p {
            padding: 0px;
            font-size: 10px;
            line-height: 12px;
        }

        .default_banner_img .top-left p {
            display: none;
        }
    }

    @media (max-width: 375px) {

        .default_banner_img {
            height: 230px;
        }
    }

    @media (max-width: 360px) {
        .default_banner_img {
            height: 200px;
        }
    }