
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* fonts family end */
html{
    scroll-behavior: smooth;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.selector-for-some-widget {
    box-sizing: content-box;
  }
body{
    font-family: 'poppins';
    margin: 0;
    padding: 0;
    color: #0f1114;
    font-size: 16px;
    font-weight: normal;
    overflow-x: hidden;
}
.ff-an{
    font-family: 'poppins';
    font-weight: normal;
}
p {
    font-size: 16px;
    color: #0f1114;
    font-family: 'poppins';
    font-weight: normal;
}
ul, ol{ 
    padding-left: 0; margin-left: 0;
}
ul li, ol li{ 
    list-style: none;
}
a{
    color: #0f1114; 
    outline: none;
    text-decoration: none;
}
/* butttons */
.btn{
    border: 1px solid #fff;
    padding: 15px 23px;
    font-size: 15px;
    cursor: pointer;
    margin-left: 10px;
    transition: .8s;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
}
.banner-button .btn{
    border: 1px solid #000;
    padding: 15px 23px;
    font-size: 15px;
    cursor: pointer;
    margin-left: 10px;
    transition: .8s;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    background-color: #000;
}
.section-button .btn{
    border: 1px solid #EF7723;
    padding: 15px 23px;
    font-size: 15px;
    cursor: pointer;
    margin-left: 10px;
    transition: .8s;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
}
.btn1,.btn3{
    font-weight: 500;
    font-family: 'poppins';
}
.btn1{
    color: #fff;
}
.btn1:hover{
    color: #ef7723;
}
.btn3{
    color: #fff;
}
.btn3:hover{
    color: #fff;
    z-index: 999;
    position: relative;
}
.btn::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    transition: .8s;
}
.banner-button a.btn::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    z-index: 1;
    background: #000;
    transition: .8s;
}
.section-button a.btn::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    z-index: 1;
    background: #EF7723;
    transition: .8s;
}
.btn1::before{
    top: 0;
    border-radius: 0 0 50% 50%;
}
.banner-button a.btn3::before{
    bottom: 0;
    border-radius:  50% 50% 0 0;
}
.section-button a.btn3::before{
    bottom: 0;
    border-radius:  50% 50% 0 0;
}
.btn1:hover::before{
    height: 180%;
}
.banner-button a.btn3::before{
    height: 180%;
}
.section-button a.btn3::before{
    height: 180%;
}
.banner-button a.btn3:hover::before{
    height: 0%;
}
.section-button a.btn3:hover::before{
    height: 0%;
}
.btn1 span{
    position: relative;
    z-index: 2;
}
.btn3 span{
    position: relative;
    z-index: 2;
}
.nav-header::before{
    content: '';
    background-image: url("../images/Group\ 28.png");
    height: 850px;
    width: 54%;
    position: absolute;
    right: 0;
    top: 0;
}
.nav-header{
    padding: 25px 0;
}
.btn-wrape{
    float: right;
    margin-top: 5.5px;
}
nav.navbar{
    display: inline;
}

    /*---------- banner section start--------- */
.banner-content h1{
    font-family: 'poppins';
    font-size: 65px;
    line-height: 85px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-style: normal;
    font-weight: bold;
}
.banner-content{
    padding-top: 60px;
}
.banner-content h1 span.first-line{
    display: block;
}
.banner-content h1 span.theme-color{
    color: #ef7723;
}
.banner-content h2{
    font-family: 'poppins';
    color: #000;
    font-size: 22px;
    line-height: 39px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 23px;
}
.banner-text-holder .banner-content p{
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
    color: #000;
    width: 550px;
    margin-bottom: 30px;
}
.video-button{
    display: flex;
    align-items: center;
}
.video-button a{
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EF7723;
    /* box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2); */
    border-radius: 100%;
    text-decoration: none;
    position: relative;
    transition: all 0.3s;
    margin-right: 10px;
}
.video-button a:hover{
    transform: scale(1.1);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}
.video-button a i{
    color: #fff;
}
.video-button P{
    font-family: 'poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
/* identical to box height */
    margin-bottom: 0;
    color: #757575;
}
    /*- - - - - - banner form- - - - - - */
.banner-form{
    padding: 37px 35px;
    background-color: #fff;
    width: 330px;
    border-radius: 20px;
    float: right;
    text-align: center;
    position: relative;
    margin-top: 50px;
}
.banner-form h2{
    font-family: 'poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    font-weight: 700;
}
.banner-form p{
    font-family: 'poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #757575;
}
.banner-form p span{
    color: #EF7723;
    font-weight: bolder;
}
.form-group .form-control{
    -webkit-appearance: none;
}
.form-control {
    display: block;
    width: 100%;
    height:auto;
    padding:9px 20px 11px 20px;
    font-weight: normal;
    line-height: 26px;
    font-family: 'poppins';
    font-size: 14px;
    color: #979797;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius:30px ;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 22px;
}
.form-group{
    position: relative;
}
.form-group::before{
    content: "\f0d7";
    position: absolute;
    top: 15px;
    right: 9px;
}
.banner-form .form-row.two-input{margin-right:0;margin-left:0;}
.banner-form .two-input .form-group{
    width:48%;
    margin:0 4% 15px 0;
}
.banner-form .two-input .form-group:last-child{
    margin-right:0;
}
.banner-form .two-input select.form-control{margin:0;}
.banner-form .two-input select{position:relative;background:none;}
.more-space{
    padding:9px 25px 11px 20px;
}
.form-row .form-group.fa{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #979797;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color:#ced4da;
    outline: 0;
    box-shadow:none;
}
.banner-button{
    position: absolute;
    bottom: -25px;
    right: 50%;
    transform: translateX(50%);
}
     /*---------- All in one section start--------- */
.all-in-one{
    padding-top: 280px;
}
.section-heading{
    text-align: center;
}
.section-heading h2{
    font-family: 'poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 90px;
    color: #000000;
}
.section-heading h2 span{
    color: #EF7723;
}
.section-heading P{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.section-heading P span{
    font-weight: bold;
}


.sec-2 .section2-content{
    text-align: center;
    padding: 0 160px;
}
.sec-2 .section2-content h2{
    font-family: 'poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 90px;
    color: #000000;
}
.sec-2 .section2-content h2 span{
    color: #EF7723;
}
.sec-2 .section2-content P{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.sec-2 .section2-content P span{
    font-weight: bold;
}
.owl-carousel button.owl-dot {
    background:#000;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 100px;
}
.owl-carousel button.owl-dot.active{
    width: 50px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    color: inherit;
    padding: 0 !important;
    font: inherit;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 100px;
    border: 1px solid #f5f5f5;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    color: inherit;
    font: inherit;
    font-size: 20px;
}
button:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
    text-align: center;
}
.owl-carousel button.owl-dot{
    transition: all ease-in-out 0.3s;
    background-color: #838383;
}
.owl-carousel button.active{
    background-color: #ef7723;
}
button.owl-dot:focus {
    outline:none;
}
.owl-dots{
    text-align: center;
    padding: 15px 0;
}
.sliders{
    width: 100%;
    height: 380px;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 25px 20px 0 25px;
    margin-bottom: 50px;
    position: relative;
}
.sliders .icons{
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index:1;
}
.sliders .icons svg{fill:#EF7723;width:80px;height:auto;opacity:0.2;}
.sliders:hover .icons svg{fill:#fff;}
.sliders:hover{
    background: linear-gradient(180deg, #FF8F3A 0%, #EF7723 100%);
    transition:1s;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}
.sliders:hover.icons img{
    z-index: 9999;
    position: absolute;
}
.sliders:hover h3{
    color: #fff;
}
.sliders:hover li{
    color: #fff;
}
.sliders h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}
ul.slider-list li{
    font-size: 13px;
    color: #ef7723;
    font-weight: 400;
    line-height: 36px;
    font-family: 'Poppins';
}
ul.slider-list li i{
    margin-right: 7px;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 25px;
}
.owl-carousel .owl-stage {
    padding: 100px 0 80px;
}
.owl-theme .item{
    width:auto ;
    padding-right: 20px;
}
.owl-carousel .owl-item img {
    width: 81px;
}

    /* over view secton start */
.overview{
    background-color: #f5f5f5;
    padding: 30px 0;
    box-shadow: 5px 0px 5px #c7c7c7ad;
}
.overview .over-views.first{
    padding: 50px 38px;
    background-color: #f5f5f5;
    box-shadow: none;
    margin-bottom: 27px;
}
.over-views{
    padding: 50px 28px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 5px 2px #c7c7c7ad;
    margin-bottom: 27px;
}
.over-views .img-holder{
    margin-bottom: 27px;
    padding-right: 71px;
}
.over-views span{
    min-width: 62px;
    min-height: 62px;
    background-color: #ef7723;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.over-views.first h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 36px;
    color: #000;
}
.over-views.first p{
    font-family: 'poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #222A41;
}
.over-views h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding-right: 55px;
}
.over-views p.content{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #222A41;
}
.views-content-holder{
    min-height: 177px;
}
.over-views .img-holder {
    margin-bottom: 27px;
    padding-right: 0px;
}

        /*--------- secure section--------- */

.our-security{
    position: relative;
    overflow: hidden;
    padding: 170px 0 70px;
}
.how-to-secure h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 54px;
    line-height: 66px;
    color: #000000;
    padding-top: 50px;
}
.how-to-secure p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #222A41;
}
.screen-imges::before{
    content: '';
    position: absolute;
    top: 0;
    left: 150px;
    background-image: url('../images/Frame.png');
    width: 62px;
    height: 66px;
    z-index: 11111;
    animation: pulse infinite;
    animation-timing-function: linear;
    animation-duration: 2s;
}
.screen-imges::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 260px;
    background-image: url('../images/Frame.png');
    width: 62px;
    height: 66px;
    z-index: -1;
    animation: pulse infinite;
    animation-timing-function: linear;
    animation-duration: 2s;
}
.seceen-in-img{
    position: relative;;
}
.seceen-in-img::after{
    content: '';
    position: absolute;
    top: -50px;
    right: 150px;
    background-image: url('../images/Frame1.png');
    width: 200px;
    height: 210px;
    overflow: hidden;
    z-index: -1;
    animation: pulse infinite;
    animation-timing-function: linear;
    animation-duration: 2s;
}
.seceen-in-img img{
    max-width: 95%;
}
.seceen-in-img::before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: -50px;
    background-image: url('../images/Frame1.png');
    width: 200px;
    height: 210px;
    display: inline-block;
    overflow: hidden;
    z-index: -1;
    animation: pulse infinite;
    animation-timing-function: linear;
    animation-duration: 2s;
}
@keyframes example {
  0%   {background-color:transparent; bottom:0px; top:0px;}
  25%  {background-color:transparent; bottom:5px; top:0px;}
  50%  {background-color:transparent; bottom:0px; top:5px;}
  75%  {background-color:transparent; bottom:0px; top:5px;}
  100% {background-color:transparent; bottom:0px; top:0px;}
}

@keyframes pulse {
    0% {transform: scale(1);}
    50% {transform: scale(1.1);}
    100% {transform: scale(1);}
  }
  .pulse {
    animation-name: pulse;
    animation-duration: 1s;
  }
/* sec-2 strat */
.sec-2{
    background-color: #f5f5f5;
    padding: 190px 0 230px;
    position: relative;
}
.floating-img-holder{
    background-image: url('../images/Object.svg');
    position: absolute;
    background-size: cover;
    width: 5.8%;
    height: 17.5%;
    top: 50%;
    left: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse infinite;
    animation-duration: 0s;
    animation-timing-function: ease;
animation-timing-function: linear;
animation-duration: 2s;
}
.floating-img-holder img{
    max-width: 60%;
}
.floating-img-holder1{
    background-image: url('../images/Object2.svg');
    position: absolute;
    background-size: cover;
    width: 87px;
    height: 100px;
    top: 8%;
    left: 15%;
    animation: pulse infinite;
    animation-duration: 0s;
    animation-timing-function: ease;
    animation-timing-function: linear;
    animation-duration: 2s;
}
.floating-img-holder2{
    background-image: url('../images/Object3.svg');
    position: absolute;
    background-size: cover;
    width: 89px;
    height: 80px;
    top: 29%;
    left: 12%;
    animation: pulse infinite;
    animation-duration: 0s;
    animation-timing-function: ease;
    animation-timing-function: linear;
    animation-duration: 2s;
}
.floating-img-holder3{
    background-image: url('../images/Object4.svg');
    position: absolute;
    background-size: cover;
    width: 89px;
    height: 80px;
    bottom: 90px;
    left: 251px;
    animation: pulse infinite;
    animation-duration: 0s;
    animation-timing-function: ease;
    animation-timing-function: linear;
    animation-duration: 2s;
}
.floating-img-holder4{
    background-image: url('../images/Object-4.svg');
    position: absolute;
    background-size: cover;
    width: 82px;
    height: 87px;
    top: 24%;
    right: 12%;
    animation: pulse infinite;
    animation-duration: 0s;
    animation-timing-function: ease;
    animation-timing-function: linear;
    animation-duration: 2s;
}
.floating-img-holder5{
    background-image: url('../images/Object5.svg');
    position: absolute;
    background-size: cover;
    width: 85px;
    height: 84px;
    top: 68%;
    right: 18%;
    animation: pulse infinite;
    animation-duration: 0s;
    animation-timing-function: ease;
    animation-timing-function: linear;
    animation-duration: 2s;
}
.floating-img-holder6{
    background-image: url('../images/Object6.svg');
    position: absolute;
    background-size: cover;
    width: 72px;
    height: 62px;
    top: 45%;
    right: 7%;
    animation: pulse infinite;
    animation-duration: 0s;
    animation-timing-function: ease;
    animation-timing-function: linear;
    animation-duration: 2s;
}
.floating-img-holder7{
    background-image: url('../images/Object7.svg');
    position: absolute;
    background-size: cover;
    width: 86px;
    height: 90px;
    bottom: 70px;
    right: 250px;
    animation: pulse infinite;
    animation-duration: 0s;
    animation-timing-function: ease;
    animation-timing-function: linear;
    animation-duration: 2s;
}

/* sec-3 start */
.sec-3{
    padding: 150px 0;
    box-shadow: 0px 2px 5px 2px #c7c7c7ad;
    background-image: url('../images/map.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
.comments .owl-dots{
    padding: 40px 0 0;
}
.customer-content img{
    height: 100px;
    max-width: 100%;
}
.customer-content h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 66px;
    color: #000000;
    padding-top: 30px;
}
.customer-content P{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 24px;
    color: #222A41;
}
.customer-content P span{
    color: #ef7723;
    font-weight: bold;
}
.coments-slides{
    padding: 80px 25px 60px;
    /* background: #FFFFFF; */
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    margin-bottom: 55px;
    position: relative;
    transition:all ease-in-out 1s;
}
.coments-slides:hover{
    background: linear-gradient(180deg, #EF7723 0%, #FE743B 100%);
}
.elipes-img{
    position: absolute;
    top: -42px;
    right: 50%;
    transform: translateX(50%);
}
.coments-slides p{
    font-family: 'Poppins';
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #000;
}

.coments-slides:hover.coments-slides p{
    color: #FFFFFF;
}
.coments-slides:hover.coments-slides::before{
    background: linear-gradient(180deg, #FE743B 0%, #FE743B 100%);
    content: '';
}
.coments-slides::before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 80% 90% 50% 100% / 20% 60%  40% 60%;
    position: absolute;
    bottom: -12px;
    right: 50%;
    /* transform: ; */
    transform:translateX(50%) rotate(48deg);
}
.item h5{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    text-align: center;
}
.item h6{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 1px;
    color: #EF7723;
}

/* sec-5 start */
.sec-5{
    background-image: url('../images/img11.png');
    max-width: 100%;
    position: relative;
    background-size: cover;
}
.footer-sec{
    background-image: url('../images/img12.png');
    max-width: 100%;
    position: relative;
    height:auto;
    background-size: cover;
    z-index: 11;
}
.sec5-content-holder{
    padding: 12%;
}
.sec5-content-holder h5.sec5-heading{
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 8px;
    color: #fff;
}
.sec5-content-holder h5.sec5-sub-heading{
    font-size: 60px;
    line-height: 90px;
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
}
/* sec-5 button */
.sec5-button{
    text-align:center ;
}
.sec-5 .btn{
    border: 1px solid #000;
    padding: 15px 80px;
    font-size: 15px;
    cursor: pointer;
    margin-left: 10px;
    transition: .8s;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
}
.btn3{
    font-weight: 500;
    font-family: 'poppins';
}
.btn3{
    color: #fff;
}
.our-security .how-to-secure .section-button a.btn3:hover{
    color: #ef7723;
}
.btn3:hover{
    color: #fff;
}
.sec5-button a.btn::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    z-index: 1;
    background: #000;
    transition: .8s;
}
.sec5-button a.btn3::before{
    bottom: 0;
    border-radius:  50% 50% 0 0;
}
.sec5-button a.btn3::before{
    height: 180%;
}
.sec5-button a.btn3:hover::before{
    height: 0%;
}

/* footer-content */
.footer-content{
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    padding: 0.9% 0;
}
.footer-content p{
    font-family:'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}