/* ///////////////////// header//////////////////////// */
/* .header{
    position: relative;
    background: #1f7eaa;
    height: 100px;
    width: 100%;
}
 */
 /* font-family: 'Montserrat', sans-serif;
 font-family: 'Norwester', sans-serif; */
/* ///////////////////// header-end//////////////////////// */
@font-face {
    font-family: blacksword;
    src: url(../fonts/Blacksword.otf);
}
@font-face {
    font-family: Norwester;
    src: url(../fonts/norwester.otf);
}
@font-face {
    font-family: clock;
    src: url(../fonts/digital-7.ttf);
}
/* @font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Regular.ttf);
} */
/* @font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.ttf);
} */
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /* font-family: Montserrat; */
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: Poppins; */
}
.sec-padding{
    padding: 50px 0px;
}
.footer-padding{
    padding: 30px 0px;
}
.clearfix{
    clear: both;
    content: "";
}
.container1{
    width: 100%;
    margin: 0 auto;
}
.container2{
    width: 80%;
    margin-left:auto ;
    height: 100%;
}
a:hover{
    text-decoration: none !important;
}
::placeholder{
    color: #d5d5d5 !important;
}
.bg-1{
    background: white;
}
.bg-0{
    background-color: #fc948b;
}
.bg-2{
    background-color: #4fcbf7;
}
.bg-3{
    background-color: #50e0f8;
}
.bg-4{
    background-color: #fdbe8b;
}
.colr-1{
    color: #fc948b;
}
.colr-2{
    color: #4fcbf7;
}
.colr-3{
    color: #50e0f8;
}
.colr-4{
    color: #fdbe8b;
}


.bxsho-1{
    box-shadow: 0px 2px 8px 4px rgb(252 148 139 / 79%);
    -webkit-box-shadow: 0px 2px 8px 4px rgb(252 148 139 / 79%);
    -moz-box-shadow: 0px 2px 8px 4px rgb(252 148 139 / 79%);
}
.bxsho-2{
    box-shadow: 0px 2px 8px 4px rgb(181 204 248 / 79%);
    -webkit-box-shadow: 0px 2px 8px 4px rgb(181 204 248 / 79%);
    -moz-box-shadow: 0px 2px 8px 4px rgb(181 204 248 / 79%);
}
.bxsho-3{
    box-shadow: 0px 2px 8px 4px rgb(25 163 212 / 79%);
    -webkit-box-shadow: 0px 2px 8px 4px rgb(25 163 212 / 79%);
    -moz-box-shadow: 0px 2px 8px 4px rgb(25 163 212 / 79%);
}
.bxsho-4{
    box-shadow: 0px 2px 8px 4px rgb(252 190 139 / 79%);
    -webkit-box-shadow: 0px 2px 8px 4px rgb(252 190 139 / 79%);
    -moz-box-shadow: 0px 2px 8px 4px rgb(252 190 139 / 79%);
}
/* //////////////////////heading-patern/////////////////////// */
.heading-patern{
    text-align: center;
    width: 60%;
    margin: 0px auto 20px;
}
.heading-patern h1{
    color: #1e7da9;
    font-size: 50px;
    margin-bottom: 30px;
}
.heading-patern h1 span{
    border-bottom: 4px solid #bfbfbf;
    position: relative;
}
.heading-patern h1 span::before{
    position: absolute;
    width: 80px;
    content: "";
    z-index: 111;
    bottom: -4px;
    border-bottom: 4px solid #1e7da9;
    right: 0px;
    left: 0px;
    z-index: 0;
    margin: 0 auto;
}
.heading-patern p{
    color: #000;
}

#e-modules .heading-patern h1{
    color: white;
}
#e-modules .heading-patern h1 span{
    border-bottom: 4px solid #fff;
}
#e-modules .heading-patern h1 span::before{
    border-bottom: 4px solid #5dcbf5;
}
/* //////////////////////heading-patern-end/////////////////////// */

/* //////////////////Side-Navigation/////////////////////// */
.side-navigation{
    position: fixed;
    top: 20%;
    margin-left: 40px;
    z-index: 11;
}
.navigation{

}
.navigation ul{
    margin: 0;
}
.navigation ul li{
    margin: 0px 0px 8px 0px;
    display: block;
}
.navigation ul li a{
    width: 75px;
    height: 75px;
    background: white;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-shadow: inset 7px 3px 18px 0px rgb(215 215 215);
    -moz-box-shadow: inset 7px 3px 18px 0px rgb(215 215 215);
    box-shadow: inset 7px 3px 18px 0px rgb(215 215 215);
    margin: 0px 0px 8px 0px;
    font-size: 10px;
    color: #207eaa;
    line-height: 13px;
    font-weight: 700;
}
.navigation ul li a img{
    width: 30px;
    padding-bottom: 2px;
}
.img-23{
    width: 150px;
}
@media only screen and (max-width:1260px){
    .side-navigation{
        margin-left: 15px;
    }
}
/* //////////////////Side-Navigation-end/////////////////////// */
.modal-open .modal{
    background: #000000b8 !important;
}
/* //////////////////banner/////////////////////////////////// */
#myvideo{
    position: absolute;
    top: 0;
}
#banner{
    /* background-color: #f6f6f6; */
    overflow: hidden;
    height: 100vh;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    /* background: rgb(16,115,162); */
/* background: linear-gradient(90deg, rgba(16,115,162,1) 0%, rgba(101,197,246,1) 100%); */
    position: relative;
    /* background-image: url(../assets/Group-260-min.jpg); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.banner-sub{
    width: 100%;
    text-align: center;
}
.banner-sub img{
    width: 500px;
}
.banner-content{
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* .banner-content::before{
    position: absolute;
    content: "";
    animation: lipple 1s linear infinite;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    z-index: 0;
    bottom: 50%;
    left: 4%;
    top: 35%;
    font-size: 100px;
    opacity: 0.4;
} */
/* .txt-cen{
    text-align: center;
} */
.banner-content h1{
    font-size: 85px;
    font-weight: 700;
    color: #1db7ff;
    margin-bottom: 6px;
    position: relative;
    text-align: center;
    letter-spacing: 3px;
    text-shadow: 3px 4px 4px rgb(0 0 0 / 54%);
    z-index: 11;
}
.hero-data-para{
    /* font-size: 38px; */
    color: white;
    font-weight: bold;
    margin-bottom: 6px;
    line-height: 35px;
    letter-spacing: 1px;
    text-shadow: 3px 4px 4px rgb(0 0 0 / 54%);
    font-size: 20px;
    
}
.forfont35{
    font-size: 35px !important;
}
.hero-data-para p{
    color:white ;
}
.hero-span2{
    display: block;
    color: white;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 3px 4px 4px rgb(0 0 0 / 54%);
    padding-left: 106px;
}
/* .hero-data p h6{
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 3px 4px 4px rgb(0 0 0 / 54%);
    font-size: 20px;
} */
.hero-data-para span{
    font-family: blacksword;
    font-size: 80px;
    font-weight: 400;
}

/* .banner-content button{
    width: 200px;
    border-radius: 14px;
    border: none;
    background: white;
    -webkit-box-shadow: 0px 7px 15px -3px rgb(163 163 163 / 46%);
    -moz-box-shadow: 0px 7px 15px -3px rgb(163 163 163 / 46%);
    box-shadow: 0px 7px 15px -3px rgb(163 163 163 / 46%);
} */
.banner-logo{
    margin-bottom: 20px;
}
.banner-logo img{
    width: 175px;
}

.banner-content button a{
    width: 100%;
    display: block;
    height: 100%;
    padding: 10px;
    color: #1e7da9;
    box-shadow: 0px 7px 28px -16px rgb(174 174 174 / 94%) inset;
    -webkit-box-shadow: 0px 7px 28px -16px rgb(174 174 174 / 94%) inset;
    -moz-box-shadow: 0px 7px 28px -16px rgb(174 174 174 / 94%) inset;
    border-radius: 14px;
}
.banner-botm-content .sec-banner{
    color: #e9e9e9;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
}
.img1{
    position: absolute;
    width: 100px;
    right: 40px;
    animation: UpDown-mid linear 3s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: UpDown-mid linear 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    filter: invert(0%) sepia(32%) saturate(7448%) hue-rotate( 
        75deg) brightness(255%) contrast(100%);
}
.img2{
    position: absolute;
    width: 220px;
    bottom: -90px;
    left: -60px;
}
.img3{
    position: absolute;
    width: 200px;
    top: -30px;
    right: 0;
}
.banner-watch{
    position: relative;
}
.banner-watch::before{
    position: absolute;
    content: "";
    animation: kipple 1s linear infinite;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    z-index: 0;
    top: 70px;
    left: 50px;
    font-size: 120px;
    opacity: 0.4;
}
.banner-watch::after{
    position: absolute;
    content: "";
    animation: kipple 1s linear infinite;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    z-index: 0;
    bottom: 41px;
    right: 50px;
    font-size: 120px;
    opacity: 0.4;

}
.banner-watch img{
    width: 100%;
    position: relative;
    z-index: 1;
}
.watch-vid{
    /* text-align: center; */
    margin:10px 0px 23px 0px;
}
.watch-vid button{
    border-radius: 8px;
    border: none;
    background: #4caddd;
    margin-right: 10px;

}
.watch-vid button a{
    color: white;
    display: inline-block;
    padding: 12px 50px;
    font-size: 14px;
    font-weight: 600;
}
.banner-hero-video{
    object-fit: cover;
    height: 100%;
}
/* .for-bor-ra{
    border-radius: 30px 30px 30px 40px;
} */
/* //////////////////banner-end/////////////////////////////////// */

/* /////////////////////what Makes Edap////////////////////// */

.makes-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 500px;
}
.makes-content h1{
    color: #1e7da9;
    font-size: 55px;
    position: relative;
    font-weight: 700;
}
.makes-content h1::before{
    position: absolute;
    content: "";
    animation: kipple 1s linear infinite;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    z-index: -1;
    top: 110px;
    right: 85px;
    font-size: 120px;
    opacity: 0.4;

}
.makes-content h1 span{
    color: #1e7da9;
    font-size: 95px;
    font-weight: bold;
}
.makes-content h3{
    color: #1da3d3;
    text-align: right;
    margin-bottom: 20px;
}
.makes-content p{
    color: #000;
    font-size: 15px;
}

.square-1{
    padding: 20px 16px;
    text-align: center;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 3px;
    transition: 0.5s;
    /* transform: rotateY( 
0deg); */
    align-items: center;
}
.square-1:hover{
    /* transform: rotateY(
360deg); */
    transition: 0.5s;
    /* margin: 0px; */
}
.square-1 img{
    width: 50px;
}
.square-1 h5{
    color: #30454f;
    font-size: 14px;
    font-weight: 700;
    margin: 14px 0px 8px 0px;
}
.square-1 p{
    color: #ffffff;
    margin: 0px;
    font-size: 12px;
}
.dotted-sec{
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}
.dotted-sec img{
    animation: UpDown-mid linear 3s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: UpDown-mid linear 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    position: absolute;
    margin-top: 90px;
}
.img4{
    
    position: absolute;
    width: 200px;
    bottom: -90px;
    right: -100px;
    z-index: -1;

}

.what-2{
    
    display: flex;
        
    height: 100%;
        
    align-items: center;
        
    /* justify-content: center; */
        
    position: relative;
        }
        .what-2-sub{
            background-image: url(../assets/final/Group\ 354.png);
            width: 230px;
            height: 230px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            z-index: 11;
        }
    
    .img19{
        position: absolute;
        width: 105%;
        left: 33px;
        top: 32px;
    }
    .img20{
        width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    animation:bounceAround 2s ease-in-out infinite;
    margin: auto;
    }
    
    
    
    
    
    .what-sec-1{
    display: flex;
    }
    
    .what-sec-img1{
        width: 125px;
        height: 125px;
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat;
        /* background: linear-gradient(to right, rgb(236, 233, 230), rgb(249 248 248)); */
        border-radius: 50%;
        /* box-shadow: 2px 2px 2px grey; */
        /* border: 10px solid #4ec4ea; */
    }
    .what-sec-cont-1{
        flex: 1;
        margin-left: 0px;
    }
    .what-sec-cont-1 h5{
        font-size: 14px;
        margin-bottom: 3px;
        color: #337392;

    }
    .what-sec-cont-1 p{
        font-size: 11px;
        margin-bottom: 0;
    }
    .what-sec-cont-1 p span{
        color: #1970af;
        font-weight: 500;
    }
    
    .what-2-center{
        display: flex;
    }
    .what-sec-sub-1{
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 340px;
        position: absolute;
        top: -7%;
        left: 10%;
    }
    .what-sec-sub-1::before{
        position: absolute;
        width: 130px;
        content: "";
        border: 1px #bbbbbb;
        border-style: dotted;
        transform: rotate(90deg);
        left: -18px;
        bottom: 0;
        z-index: -11;
    }
    .what-sec-sub-2{
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 340px;
        position: absolute;
        top: 13%;
        left: 35%;
    }
    .what-sec-sub-2:before {
        position: absolute;
        width: 70px;
        content: "";
        border: 1px #bbbbbb;
        border-style: dotted;
        transform: rotate(313deg);
        left: -36px;
        top: 90px;
        z-index: -1;
    }
    .what-sec-sub-3{
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 365px;
        position: absolute;
        left: 44%;
        top: 37%;
    }
    .what-sec-sub-3::before{
        position: absolute;
        width: 140px;
        content: "";
        border: 1px #bbbbbb;
        border-style: dotted;
        transform: rotate(0deg);
        left: -62px;
        top: 65px;
        z-index: -1;
    }
    .what-sec-sub-4{
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 340px;
        position: absolute;
        bottom: 13%;
        left: 35%;
        /* top: 0; */
        /* margin: auto; */
    }
    .what-sec-sub-4:before {
        position: absolute;
        width: 70px;
        content: "";
        border: 1px #bbbbbb;
        border-style: dotted;
        transform: rotate(400deg);
        left: -30px;
        top: 34px;
        z-index: -1;
    }
    .what-sec-sub-5{
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 340px;
        position: absolute;
        bottom: -8%;
        left: 10%;
    }
    .what-sec-sub-5::before{
        position: absolute;
        width: 130px;
        content: "";
        border: 1px #bbbbbb;
        border-style: dotted;
        transform: rotate(90deg);
        left: -18px;
        top: 0;
        z-index: -1;
    }

/* //////////////////////////cloud2-end////////////////////////////////// */
/* ///////////////////////cloud-based///////////////////////////////// */
#cloud{
background-color:#F0F1FF;   
position: relative;
}
.img5{
    position: absolute;
    width: 200px;
    left: 0;
    top: -60px;
}
.cloud-cont{
    height: 100%;
    padding-top: 25px;
    padding-left: 20px;
}
.cloud-content-sub{
    position: relative;
    height: 150px;
    margin-bottom: 25px;
}
.cloud-content-sub:hover .cloud-content-sub-1 span img{
    transform: rotate(360deg);
    transition: 1s;
}
.cloud-content-sub-1{
    display: flex;
    justify-content: center;
}
.cloud-content-sub-1 span{
 
  
    width: 65px;
    height: 65px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.cloud-content-sub-1 span img{
    width: 50px;
    transition: 1s;
}
.cloud-content-sub-1 h5{
    font-weight: 500;
    padding: 6px 0px 5px 10px;
    color: black;
    border-radius: 7px;
    margin: 0;
    font-size: 18px;
}
.cloud-content-sub p{
    padding-left: 10px;
    color: #7a7a7a;
    font-size: 14px;
    margin: 5px 0px;
}
.cloud-img{
    background-color: rgba(48,212,186,.1);
    position: relative;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.cloud-hand{
    position: absolute;
    left: 20px;
    right: 0;
    margin: 0 auto;
    z-index: 11;
    top: 0;
    height: 100%;
}
.cloud-inside{
    background-color: rgba(66,115,240,.1);
    width: 80%;
    height: 80%;
    border-radius: 50%;

}
.img22{
    display: none;
}
.cloud-dot1{
    background-color: rgb(31 159 255 / 59%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 50px;
}
.cloud-dot1::before{
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: -4px;
    top: -4px;
    z-index: 0;
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-color: #79c6ff59;
    border-radius: 50%;
    
}
.cloud-dot2{
    background-color: rgb(31 159 255 / 59%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    right: 50px;
}
.cloud-dot2::before{
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: -4px;
    top: -4px;
    z-index: 0;
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-color: #79c6ff59;
    border-radius: 50%;
    
}
.cloud-dot3{
    background-color: rgb(31 159 255 / 59%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -4px;
}
.cloud-dot3::before{
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: -4px;
    top: -4px;
    z-index: 0;
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-color: #79c6ff59;
    border-radius: 50%;
    
}
.cloud-dot4{
    background-color: rgb(31 159 255 / 59%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -4px;
}
.cloud-dot4::before{
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: -4px;
    top: -4px;
    z-index: 0;
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-color: #79c6ff59;
    border-radius: 50%;
    
}
.cloud-dot5{
    background-color: rgb(31 159 255 / 59%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    bottom: 50px;
    left: 50px;
}
.cloud-dot5::before{
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: -4px;
    top: -4px;
    z-index: 0;
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-color: #79c6ff59;
    border-radius: 50%;
    
}
.cloud-dot6{
    background-color: rgb(31 159 255 / 59%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    bottom: 50px;
    right: 50px;
}
.cloud-dot6::before{
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: -4px;
    top: -4px;
    z-index: 0;
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-color: #79c6ff59;
    border-radius: 50%;
    
}

.img6{
    position: relative;
    font-size: 55px;
}

/* ///////////////////////cloud-based-end///////////////////////////////// */

/* /////////////////////////integration///////////////////////////////// */

#integration{
    position: relative;
    overflow: hidden;
}
#integration::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    top: 0px;
    left: 0;
    animation: kipple 1s linear infinite;
    right: 0;
    margin: 0 auto;
    font-size: 120px;
    opacity: 0.4;
}
#integration::after{
    content: "";
    position: absolute;
    width: 200px;
    background-image: url(../assets/Group-179.png);
    height: 200px;
    border-radius: 50%;
    top: -14%;
    left: -65px;
    z-index: -1;
    background-position: center;
}
.img7{
    position: absolute;
    width: 200px;
    top: 40%;
    left: 0;
}
.img8{
    position: absolute;
    right: 0%;
    bottom: 35%;
    width: 110px;
}

.inte-img-section{
    padding-top: 25px;
    position: relative;
}
.inte-img-section-sub{
    border: 2px solid;
    border-radius: 25px;
    border-color: #1073a273;
    /* padding: 10px 0px; */
}




.intei-sec-1{
    text-align: center;
    padding: 20px 0px;
    border-bottom: 2px dashed;
    margin: 0px 10px;
    border-color: #56c7fd;
    position: relative;
}
.intei-sec-1 img{
    width: 65px;
}
.intei-sec-1 h3{
    margin: 6px 0px 0px 0px;
    font-size: 15px;
    color: #1073a2;
}
.integration-center-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.integration-center-sub{
    border: 2px solid;
    /* border-top: none; */
    border-radius: 16px;
    height: 350px;
    border-color: #1073a273;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin: 0px 20px;
}
.integration-center-sub-img{
    background-size: contain;
    background-position: inherit;
    background-repeat: no-repeat;
    height: 90%;
    position: relative;
}
.integration-center-sub-img1{
    width: 120px;
    right: 43px;
    position: absolute;
    top: -15px;
}
.integration-center-sub-img2{
    width: 235px;
    right: 0px;
    position: absolute;
    bottom: 0px;
}
.integration-ceter-head{
    text-align: center;
}
.integration-ceter-head span{
    font-size: 30px;
    font-weight: 600;
    color: #1e7da9;
    border-bottom: 2px solid;
}
.dottedline1::before{
    position: absolute;
    content: "";
    background-image: url(../assets/final/INtegration/Line02.gif);
    height: 100%;
    right: -146px;
    top: -4px;
    bottom: 0px;
    margin: auto;
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.dottedline2::before{
    position: absolute;
    content: "";
    background-image: url(../assets/final/INtegration/LIne-01.gif);
    height: 100%;
    right: -146px;
    top: 6px;
    bottom: 0px;
    margin: auto;
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.dottedline3::before{
    position: absolute;
    content: "";
    background-image: url(../assets/final/INtegration/Line-05.gif);
    height: 100%;
    right: -146px;
    top: -4px;
    bottom: 0px;
    margin: auto;
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.integration-sec-img-main{
    position: absolute;
    left: 0;
    right: 0;
    width: 92px;
    height: 75px;
    background: white;
    margin: auto;
    top: 0;
    z-index: 1;
    text-align: center;
}
.inte-img-section-img{
    width: 70px;
    /* position: absolute; */
    top: 10px;
    padding: 12px 12px 12px 14px;
    left: 0;
    height: 70px;
    right: 0;
    margin: 0 auto;
    background: #fbfbfb;
    z-index: 11;
    border-radius: 50%;
    transition: 0.8s;
    box-shadow: inset 2px -2px 7px #c9c9c9c2, 2px 2px 2px #a5a5a5a6;
}
.inte-img-section-img:hover{
    transform: rotate(360deg);
    transition: 0.8s;
}

.dottedline4::before{
    position: absolute;
    content: "";
    background-image: url(../assets/final/INtegration/Line-03.gif);
    height: 100%;
    left: -146px;
    top: -4px;
    bottom: 0px;
    margin: auto;
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.dottedline5::before{
    position: absolute;
    content: "";
    background-image: url(../assets/final/INtegration/Line-04.gif);
    height: 100%;
    left: -146px;
    top: 6px;
    bottom: 0px;
    margin: auto;
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.dottedline6::before{
    position: absolute;
    content: "";
    background-image: url(../assets/final/INtegration/Line-06.gif);
    height: 100%;
    left: -146px;
    top: -4px;
    bottom: 0px;
    margin: auto;
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

/* /////////////////////////integration-end///////////////////////////////// */

/* /////////////////////////////EDAP-Modules////////////////////////////////////////// */

/* .emodule-light{
    background: #51ccf8;
}
.emodule-dark{
    background: #1fa8ec;
} */





/* 

background: #51ccf8;
background: #1fa8ec; */





.mod-lig .row .col-lg-3:nth-child(even) .flip-card {
    background-color: #51ccf8;
}
.mod-lig .row .col-lg-3:nth-child(odd) .flip-card {
    background-color: #1fa8ec;
}
.mod-drk .row .col-lg-3:nth-child(odd) .flip-card {
    background-color: #51ccf8;
}
.mod-drk .row .col-lg-3:nth-child(even) .flip-card {
    background-color: #1fa8ec;
}


#e-modules{
    position: relative;
background-image: url(../assets/final/Modules4.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
}
#e-modules::before{
    content: "";
    position: absolute;
    width: 200px;
    background-image: url(../assets/Group-179.png);
    height: 200px;
    border-radius: 50%;
    top: 14%;
    left: -65px;
    background-position: center;
}
.img9{
    position: absolute;
    width: 120px;
    top: 20%;
    right: 0;
}
.img15{
    position: absolute;
    width: 300px;
    top: 104px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    opacity: 0.4;
}
.cirlcle-img{
    position: relative;
}
.cirlcle-img::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    font-size: 120px;
    top: 80px;
    animation: kipple 1s linear infinite;
    right: 0px;
    opacity: 0.4;
}
.cirlcle-img::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    bottom: 150px;
    animation: kipple 1s linear infinite;
    left: 50px;
    font-size: 120px;
    opacity: 0.4;
}
.line-img{
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
/* .e-module-sub{
    padding-top: 30px;
} */
.module-square{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    position: relative;
    height: 100%;
    z-index: 1;

}
.flip-card{
    height: 145px;
    border-radius: 20px;
    margin: 10px 0px;
    box-shadow: 1px 3px 6px #00000052;
}
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-back {
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-direction: column;
    justify-content: start;
  }
  
  .flip-card-front {
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-direction: column;
    justify-content: center;
  }
  .flip-card-back {
    transform: rotateY(180deg);
    padding: 5px 13px;
  }
  .back-flip-sec{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .back-flip-sec span{
    width: 45px;
    height: 45px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: 0.6s;
    margin-right: 5px;
  }
  .back-flip-sec span img{
    width: 30px;       
  }
  .back-flip-sec h5{
      margin: 5px 0px;
      font-size: 15px;
      /* color: #fc948b; */
  }
  .flip-card-back p{
    margin: 0px 0px 0px 0px;
    color: white;
    font-size: 12px;
    text-align: center;
    transition: 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front span{
    width: 60px;
    height: 60px;
    display: flex;
    /* background-color: white; */
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: 0.6s;
    margin: 0 auto;
    
}
.flip-card-front span img{
    width: 35px;
    transition: 0.6s;
}
.flip-card-front h5{
    margin: 10px 0px;
    transition: 1s;
}

.module-square.linenone{
    border-right:0px solid ;
}
.module-square.linebot{
    border-bottom:0px solid ;
}
.hoverpink:hover{
    transition: 1s;
    background-color: #fc948b;
    border-bottom: 3px solid #fc948b;
    border-right: 3px solid #fc948b;
}
.hoveryellow:hover{
    transition: 1s;
    background-color: #fdbe8b;
    border-bottom: 3px solid #fdbe8b;
    border-right: 3px solid #fdbe8b;
}
.hoverdarkblue:hover{
    transition: 1s;
    background-color: #19a3d4;
    border-bottom: 3px solid #19a3d4;
    border-right: 3px solid #19a3d4;
}
.hoverlightblue:hover{
    transition: 1s;
    background-color: #51ccf8;
    border-bottom: 3px solid #51ccf8;
    border-right: 3px solid #51ccf8;
}
.crdimg1{
    filter: invert(42%) sepia(75%) saturate(662%) hue-rotate(315deg) brightness(120%) contrast(144%);
}
.crdimg2{
    filter: invert(15%) sepia(93%) saturate(3221%) hue-rotate(
300deg) brightness(104%) contrast(98%);
}
.crdimg3{
   filter: invert(6%) sepia(17%) saturate(6688%) hue-rotate(158deg) brightness(103%) contrast(95%);
}
.crdimg4{
    filter: invert(25%) sepia(66%) saturate(666%) hue-rotate(164deg) brightness(99%) contrast(96%);
}
.mod-head-spec{

}
.mod-specicl-main{
    text-align: center;
    margin: 20px 0px;
}
.mod-specicl-main h1{
    margin-bottom: 0px;
    position: relative;
}
.mod-specicl-main h1 span{
    border: 3px solid #51ccf8;
    padding: 10px 6px 13px 6px;
    border-radius: 50px;
    display: inline-block;
}   
.mod-specicl-main h1 span label{
    background: #1fa8ec;
    border-radius: 50px;
    color: white;
    padding: 6px 30px 6px 30px;
    display: initial;
    font-size: 35px;
    margin-bottom: 0px !important;
}
.mod-specicl-main h1::after{
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #2485c8;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
}
.mod-specicl-main h1::before{
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #2485c8;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}



/* /////////////////////////////EDAP-Modules-end////////////////////////////////////////// */


/* //////////////////////////////////Download-mobile-app/////////////////////////////// */
#download-app{
position: relative;
/* background: #f0f1ff; */
background-image: url(../assets/final/banner.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
height: 100%;
z-index: 1;
}
.download-img-main{
    position: relative;
}
.download-img{
    height: 450px;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: -30px;
    width: 370px;
    margin: 0 auto;
}

.download-img-main .img01{
    position: absolute;
    left: 90px;
    top: -40px;
    width: 150px;
    z-index: -1;
}

.download-img-main .img02{
    position: absolute;
    right: 83px;
    bottom: 0px;
    width: 170px;
    z-index: -1;
}



.download-img-sub{
    height: 375px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(
347deg);
}

.download-img-sub::before{
    position: absolute;
    content: "";
    width:100%;
    background-image: url(../assets/final/01.png);

}
.img10{
    position: absolute;
    width: 200px;
    top: 100px;
    left: 0;
}
.img16{
    position: absolute;
    right: 0px;
    transform: rotate(90deg);
    width: 270px;
    top: 0px;
}
.img17{
    position: absolute;
    right: 30px;
    width: 200px;
    top: 0px;
}
.img21{
    
    width: 250px;
    position: absolute;
    top: 0;
    right: 0;
    animation: image-spin infinite 20s linear;
    z-index: -1;

}
.download-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.download-content::after{
    content: "";
    position: absolute;
    width: 150px;
    background-image: url(../assets/Group-179.png);
    height: 150px;
    border-radius: 50%;
    bottom: -10px;
    right: 92px;
    background-position: center;
    background-size: contain;
    z-index: -1;
    animation: UpDown linear 3s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: UpDown linear 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
}

.download-content::before{
    content: "";
    position: absolute;
    width: 100px;
    background: linear-gradient(to right, rgb(56 152 201), rgb(120 252 255));
    height: 100px;
    border-radius: 50%;
    bottom: 0;
    right: 82px;
    z-index: 1;
    top: -132px;
    margin: auto;
    box-shadow: 14px 14px 12px 0px #c1c1c161;
}
.download-content h1{
    color: #1e7da9;
    font-size: 22px;
    font-weight: bold;
    line-height: 52px;
    margin-bottom: 15px;
    animation-delay: 1s;
}
.download-content h1 span{
    font-size: 100px;
    word-spacing: -20px;
    text-shadow: 1px 8px 6px rgb(30 125 169 / 21%);
    letter-spacing: 2px;
}
.download-content-para0{
    color: #1e7da9;
    font-size: 15px;
    margin-bottom: 14px;
    width: 50%;
    margin-bottom: 0px;
    text-align: center;
    font-size: 30px;
}
.download-content-para{
    color: #000;
    font-size: 15px;
    margin-bottom: 14px;
    width: 80%;
    margin-bottom: 25px;
}
.download-button{
    display: flex;
}
.download-button a{
    background-color: #101010;
    color: white;
    border-radius: 5px;
    padding: 10px 3px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    width: 150px;
    transition: 0.4s;
}
.download-button a img{
    width: 25px;
    margin: 0px 7px 0px 5px;
}
.download-button a p{
    font-size: 11px;
    margin: 0;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 0px 7px 0px 0px;
    color: #e5e5e5;
    transition: 0.4s;
}
.download-button a p span{
    font-size: 13px;
    margin: 0;
    font-weight: 800;
    padding: 0px 7px 0px 0px;
    color: #e5e5e5;
    transition: 0.4s;
}

.slimage{
	background-size: cover;
	background-position: center;
	height: 100vh;
    background-color: red;
}
.img-18{
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 1;
    z-index: -11;
    height: 150px;
    width: 100%;
}
/* //////////////////////////////////Download-mobile-app-end/////////////////////////////// */

/* <!-- /////////////////////////////////////Counters/////////////////////////////////////////// --> */

.count-img1{
    position: absolute;
    width: 150px;
    left: 40px;
    animation: UpDown-mid linear 3s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: UpDown-mid linear 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    margin-top: 50px;
}
.count-img2{
    position: absolute;
    width: 150px;
    right: 0px;
    top: -50px;
    margin: 0 auto;
    left: 0;
}

#counting{
    background-image: url(../assets/final/counting.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    position: relative;


}

.counting-main{
    text-align: center;
    margin: 40px 30px;
}
.std-count{
    padding: 20px 10px;
    border-radius: 15px;
    color: #fffffffa;
    height: 100%;
    box-shadow: 2px 1px 11px 0px #00000070;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.7s;
    align-items: center;
}
.std-count span{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 6px 9px #00000029;
    
    
}
.std-count span img{
    width: 35px;    
}
.std-count h3{
    margin-bottom: 0;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    text-shadow: 5px 2px 4px #6666;
}
.std-count h2{
    font-size: 75px;
    font-family: clock;
    color: #fff;
    margin: 0px;
    text-shadow: 5px 2px 4px #66666647;
}

.count-col1{
    background: #a1e8fe;
}
.count-col2{
    background: #75d5ff;
}
.count-col1{
    background: #a1e8fe;
}
.count-col2{
    background: #75d5ff;
}
.count-col-text1{
    color: #a1e8fe;
}
.count-col-text2{
    color: #75d5ff;
}


.klip-card {
    background-color: transparent;
    width: 100%;
    height: 250px;
    perspective: 1000px;
  }
  

  .count-headings h1{
    color: #fff;
    margin-bottom: 10px;

}
.count-headings h1 span{
    border-bottom: 4px solid #fff;
}

.count-headings .heading-patern h1 span::before{
    border-bottom: 4px solid #5dcbf5;
}
.counter-all{
    color: white;
    font-weight: 700;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
}
.counter-para{
    color: white !important;
    position: relative;
    z-index: 1;
}

/* <!-- /////////////////////////////////////Counters End/////////////////////////////////////////// --> */

/* ////////////////////////////////////testimonial/////////////////////////////////////// */

#testimonial{
    background: #f6f6f6;
    position: relative;
}
#testimonial::before{
    position: absolute;
    width: 170px;
    content: "";
    bottom: -7%;
    height: 210px;
    background-size: cover;
    right: 0;
    background-image: url(../assets/Group-601.png);
    background-position: center;
    background-repeat: no-repeat;
}
.testimonial-main{

}
.test-conent{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.test-conent::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    top: 50px;
    left: 180px;
    font-size: 120px;
    animation: kipple 1s linear infinite;
    opacity: 0.7;
}
.test-conent h1 span{
font-size: 53px;
font-weight: 700;
text-shadow: 1px 8px 6px rgb(0 0 0 / 39%);
}
.test-conent h1{
    color: #1e7da9;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 1px;
}
.test-conent p{
    color: #7a7a7a;
    font-size: 13px;
}
.testimoial-1{
    background: white;
    padding: 12px 0px;
    margin: 5px 10px;
    box-shadow: 1px 1px 8px -2px rgb(30 125 169 / 75%);
    -webkit-box-shadow: 1px 1px 8px -2px rgb(30 125 169 / 75%);
    -moz-box-shadow: 1px 1px 8px -2px rgb(30 125 169 / 75%);
}
.testimonial-heading{
    height: 300px;
}
.testimonial-heading h5{
    color: #1e7da9;
    border-left: 4px solid #1e7da9;
    padding: 12px;
}
.testimonial-heading p{
    padding: 12px;
    font-size: 12px;
    color: #7a7a7a;
}
.client-dtl{
    display: flex;
    align-items: center;
    padding: 12px;
    height: 100px;
}
.client-img{
    margin-right: 8px;
}
.client-img img{
    width: 70px;
    border-radius: 50%;
    border: 2px solid #1e7da9;
    height: 70px;
}
.client-dtl-con h5{
    margin: 0;
    color: #1e7da9;
    font-weight: 700;
    font-size: 13px;
}
.client-dtl-con p{
    margin: 0;
    font-size: 12px;
}
.scholdtl{
    font-size: 11px;
    margin: 0;
    padding: 0;
    line-height: 13px;
    display: block;
}
/* ////////////////////////////////////testimonial-end/////////////////////////////////////// */


/* ///////////////////////////proudly////////////////////////////// */

#proudly{
    position: relative;
}
.proudly-cont::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    top: 100px;
    right: 100px;
    font-size: 120px;
    animation: kipple 1s linear infinite;
    opacity: 0.4;
}
#proudly::after{
    position: absolute;
    width: 115px;
    content: "";
    bottom: -25%;
    height: 210px;
    background-size: cover;
    left: 0;
    background-image: url(../assets/Group-601.png);
    background-position: center;
    background-repeat: no-repeat;
}
.proudly-cont{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.proudly-cont h1 span{
    font-size: 80px;
    text-shadow: 1px 8px 6px rgb(0 0 0 / 39%);
    font-weight: 800;
}
.proudly-cont h1{
    color: #1e7da9;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 12px;
}
.proudly-cont p{
    color: #7a7a7a;
    margin-bottom: 0;
    font-size: 16px;
}
.client1-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.client1-img img{ 
    width: 80%;
    height: 110px;
}
.bord-left{
    position: relative;
}
.bord-left::before{
    position: absolute;
    content: "";
    height: 100%;
    background-image: url(../assets/line.png);
    right: 0;
    z-index: 1;
    width: 4px;
    background-size: cover;
    background-position: inherit;
}
.bord-left-down{
    position: relative;
}
.bord-left-down::before{
    position: absolute;
    content: "";
    height: 100%;
    background-image: url(../assets/line.png);
    right: 0;
    z-index: 1;
    width: 4px;
    background-size: cover;
    background-position: bottom;
}
/* ///////////////////////////proudly-end////////////////////////////// */

/* //////////////////////////////////////////footer//////////////////////////////////////// */

#footer{
    background: #1d78a5;
}
.footercontct{
    color: white;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}
.foot-contact input{
    border: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    background: #6ba6c4;
    color: white;
    font-size: 14px;
}
.foot-contact textarea{
    margin-top: 0px;
    margin-bottom: 15px;
    width: 100%;
    background: rgb(107, 166, 196);
    padding: 10px;
    border-radius: 5px;
    border: none;
    height: 120px;
    font-size: 14px;
    color: white;
}
.foot-contact .footer-btnn{
    border: none;
    width: 140px;
    border-radius: 14px;
    /* -webkit-box-shadow: 0px 7px 15px -3px rgb(163 163 163 / 46%); */
    -moz-box-shadow: 0px 7px 15px -3px rgb(163 163 163 / 46%);
    box-shadow: 0px 7px 15px -3px rgb(24 24 24 / 46%);
}
.foot-contact .footer-btnn a{
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 9px;
    color: #1e7da9;
    border-radius: 14px;
}
.social-icons{
    margin-top: 25px;
}
.social-icons ul{
    display: flex;
}
.social-icons ul li{
    display: inline-block;
}
.social-icons ul li a{
    font-size: 30px;
    color: white;
    margin: 0px 20px 0px 0px;
}
.txtrigh{
    text-align: right;
}
:focus-visible{
    outline: none;
}
.fot-location{
    display: flex;
    /* margin-bottom: 20px; */
}
.fot-location i{
    color: white;
    padding: 8px;
}
.fot-location span{
    color: white;
    font-size: 17px;
    font-weight: 600;
}
.fot-location p{
    font-size: 12px;
    color: #ffffffa1;
    font-weight: 200;
    /* line-height: 10px; */
}
.fort-location-main{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.foot-nav ul{
    margin: 0;
    padding: 20px 0px 0px 0px;
    display: block;
}
.foot-nav ul li{
    display: block;
    padding: 5px 0px;
    transition: 0.5s;
}
.foot-nav ul li:hover a{
    color: white;
    transition: 0.5s;
}
.foot-nav ul li a{
    color: #ffffffa1;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.foot-nav ul li a img{
    filter: invert(0%) sepia(32%) saturate(7448%) hue-rotate( 
75deg) brightness(180%) contrast(100%);
    width: 20px;
    margin-right: 7px;
}
.foot-logo a{
    width: 100%;
    height: 100%;
    display: block;
}
.foot-logo a img{
    width: 110px;
}
.foot-nav-main{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;

}
.foter-main{
    display: block;
    font-size: 13px !important;
    color: #ffffffa1 !important;
    font-weight: 200  !important;
}
.foter-main i{
    padding: 0px 8px;

}
/* //////////////////////////////////////////footer-end//////////////////////////////////////// */

/* ////////////////////////////////////////////copy-right////////////////////////////////////////// */

#copy-right{
    background-color: #1f7eaa;
    padding: 14px 0px;
    text-align: center;

}
#copy-right h5{
    margin: 0;
    font-size: 13px;
    color: #ffffffa1;
    font-weight: 400;
}
#copy-right h5 a{
    margin: 0;
    font-size: 13px;
    color: #ffffffa1;
    font-weight: 400;
    text-decoration: underline;
}
/* ////////////////////////////////////////////copy-right////////////////////////////////////////// */


/* ////////////////////////////////////////////animation//////////////////////////////////////// */
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(30, 125, 169, 0.1), 0 0 0 0.2em rgba(30, 125, 169, 0.1), 0 0 0 0.3em rgba(30, 125, 169, 0.1), 0 0 0 0.4em rgba(30, 125, 169, 0.1);
    }
    100% {
        box-shadow: 0 0 0 0.2em rgba(30, 125, 169, 0.1), 0 0 0 0.3em rgba(30, 125, 169, 0.1), 0 0 0 0.4em rgba(30, 125, 169, 0.1), 0 0 0 1em rgba(30, 125, 169, 0);
    }
}


@keyframes lipple {
    0% {
        box-shadow: 0 0 0 0 rgba(228, 228, 228, 0.4), 0 0 0 0.4em rgba(228, 228, 228, 0.4), 0 0 0 0.6em rgba(228, 228, 228, 0.4), 0 0 0 0.8em rgba(228, 228, 228, 0.4);
   }
    100% {
        box-shadow: 0 0 0 0.4em rgba(228, 228, 228, 0.4), 0 0 0 0.6em rgba(228, 228, 228, 0.4), 0 0 0 0.8em rgba(228, 228, 228, 0.4), 0 0 0 1em rgba(228, 228, 228, 0);
   }
}

@keyframes kipple {
    0% {
        box-shadow: 0 0 0 0 rgba(30, 125, 169, 0.1), 0 0 0 0.4em rgba(30, 125, 169, 0.1), 0 0 0 0.6em rgba(30, 125, 169, 0.1), 0 0 0 0.8em rgba(30, 125, 169, 0.1);
    }
    100% {
        box-shadow: 0 0 0 0.4em rgba(30, 125, 169, 0.1), 0 0 0 0.6em rgba(30, 125, 169, 0.1), 0 0 0 0.8em rgba(30, 125, 169, 0.1), 0 0 0 1em rgba(30, 125, 169, 0);
    }
}
/* ////////////////////////////////////////////////animation-end////////////////////////////////// */



@keyframes UpDown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 1em;
  }
  100% {
    bottom: 0;
  }
}
@keyframes UpDown-mid {
    0% {
      top: 0px;
    }
    50% {
      top: 20px;
    }
    100% {
      top: 0px;
    }
  }



#header{
   width: 100%;
    height: 85px;
    padding: 10px;
    position: fixed;
    line-height: 60px;
    z-index: 111;
    transition: all ease-in-out 0.5s;
    top: 0;
}
header.fixed-to-top{

    background: #1073a2;
    padding: 0px !important;
    height: 65px !important;

/* 
    background: rgb(6 129 187 / 60%);
    padding: 0px !important;
    height: 65px !important;
    backdrop-filter: blur(50px); */
  }
  .banner-main-sec{
      margin-top: 130px;

  }
  
  .nav-wrapper {
    display: flex;
    height: 65px;
    align-items: center;


  } 

  .logo {
    width: 200px;
    margin: 0;
    height: 65px;
  }

  .logo a img {
    width: 135px;
    margin-left: 0;
    height: 100%;
    padding: 3px 0px;
}
 #box {
    position: relative;
  }
  
  #content {
    width: 100%;
    height: 100%;
    text-align: right;
  }
  
  #shadow {
    position: absolute;
    z-index: -1;
    content: "";
    background: rgba(0, 0, 0, .5);
    width: 200px;
    height: 65px;
    left: 4px;
    top: 4px;
    filter : blur(40px);
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 80% 100%);
  }

  #menu {
    margin: 0;
    flex: 1;
    -webkit-transition: transform 0.5s ease-out;
    text-align: right;
    padding-right: 30px;
  } 


  @media(max-width: 991px) {
      #menu{
        display: none;
      }
      .mysocial{
          display: none;
      }
      #header{
          padding: 0px;
          height: 65px;
      }
    }
  
      
  #menu li {
    display: inline-block;
    padding: 0px 8px;
    transition: 0.4s;
  }
  #menu li:hover{
      transition: 0.4s;
  }
 
  #menu li a {
    color: #ffffffde;
    font-size: 12px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    padding:0px 0px 7px 0px;
    transition: 0.4s;
    position: relative;
    font-weight: bold;
    transition: all 2s;
  }
  #menu li a::after{
      content: "";
      position: absolute;
      background-color: white;
      left: 0px;
      bottom: 0px;
      opacity: 0;
      animation: fill 0s forwards;
      -webkit-animation: fill 0s forwards;
      -moz-animation: fill 0s forwards;
      width: 0%;
      height: 2px;

  }
  #menu li:hover a::after{
    animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  transition: 1s;
  width: 100%;
  opacity: 1;

  }
  #menu li a img{
    width: 15px;
    filter: invert(0%) sepia(32%) saturate(7448%) hue-rotate( 
75deg) brightness(255%) contrast(100%);
    margin: -8px 5px 0px 2px;
    opacity: 1;
    transition: 0.4s;
   }
.mysocial{
    width: 160px;
}
.mysocial ul{
    display: flex;
    margin: 0;
}
.mysocial ul li{
    display: block;
    margin: 0px 5px;
}
.mysocial ul li a{
    color: white;
    display: flex;
}
.mysocial ul li a i{
    font-size: 20px;
}
  @media(max-width: 991px) {
    .menuIcon {
      cursor: pointer;
      display: block;
      position: fixed;
      right: 15px;
      top: 20px;
      height: 23px;
      width: 27px;
      z-index: 12;
    }
  
    /* Icon Bars */
    .icon-bars {
      background: white;
      position: absolute;
      left: 1px;
      top: 45%;
      height: 2px;
      width: 20px;
      -webkit-transition: 0.4s;
      transition: 0.4s;
    } 
  
    .icon-bars::before {
      background: white;
      content: '';
      position: absolute;
      left: 0;
      top: -8px;
      height: 2px;
      width: 20px;
      -webkit-transition: 0.3s width 0.4s;
      transition: 0.3s width 0.4s;
    }
  
    .icon-bars::after {
      margin-top: 0px;
      background: white;
      content: '';
      position: absolute;
      left: 0;
      bottom: -8px;
      height: 2px;
      width: 20px;
      -webkit-transition: 0.3s width 0.4s;
      transition: 0.3s width 0.4s;
    }
  
    /* Bars Shadows */
    .icon-bars.overlay {
      background: rgb(97, 114, 129);
      background: rgb(183, 199, 211);
      width: 20px;
      animation: middleBar 3s infinite 0.5s;
      -webkit-animation: middleBar 3s infinite 0.5s;
    } @keyframes middleBar {
        0% {width: 0px}
        50% {width: 20px}
        100% {width: 0px}
      } @-webkit-keyframes middleBar {
          0% {width: 0px}
          50% {width: 20px}
          100% {width: 0px}
        }
  
    .icon-bars.overlay::before {
      background: rgb(97, 114, 129);
      background: rgb(183, 199, 211);
      width: 10px;
      animation: topBar 3s infinite 0.2s;
      -webkit-animation: topBar 3s infinite 0s;
    } @keyframes topBar {
        0% {width: 0px}
        50% {width: 10px}
        100% {width: 0px}
      } @-webkit-keyframes topBar {
          0% {width: 0px}
          50% {width: 10px}
          100% {width: 0px}
        }
  
    .icon-bars.overlay::after {
      background: rgb(97, 114, 129);
      background: rgb(183, 199, 211);
      width: 15px;
      animation: bottomBar 3s infinite 1s;
      -webkit-animation: bottomBar 3s infinite 1s;
    } @keyframes bottomBar {
        0% {width: 0px}
        50% {width: 15px}
        100% {width: 0px}
      } @-webkit-keyframes bottomBar {
          0% {width: 0px}
          50% {width: 15px}
          100% {width: 0px}
        }
  
  
    /* Toggle Menu Icon */
    .menuIcon.toggle .icon-bars {
      top: 5px;
      transform: translate3d(0, 5px, 0) rotate(135deg);
      transition-delay: 0.1s;
      transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
  
    .menuIcon.toggle .icon-bars::before {
      top: 0;
      transition-delay: 0.1s;
      opacity: 0;
    }
  
    .menuIcon.toggle .icon-bars::after {
      top: 10px;
      transform: translate3d(0, -10px, 0) rotate(-270deg);
      transition-delay: 0.1s;
      transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
  
    .menuIcon.toggle .icon-bars.overlay {
      width: 20px;
      opacity: 0;
      -webkit-transition: all 0s ease 0s;
      transition: all 0s ease 0s;
    }
  }
  
  
  /*======================================================
                     Responsive Mobile Menu 
    ======================================================*/
    .overlay-menu {

        background: rgb(165 211 239 / 71%);
        
        color: rgb(13, 26, 38);
        
        display: flex;
        
        backdrop-filter: blur(14px);
        
        flex-direction: column;
        
        /* align-items: center; */
        
        box-shadow: -4px 0px 24px -9px rgb(0 0 0 / 72%);
        
        -webkit-box-shadow: -4px 0px 24px -9px rgb(0 0 0 / 45%);
        
        -moz-box-shadow: -4px 0px 24px -9px rgba(0,0,0,0.72);
        
        /* justify-content: center; */
        
        position: fixed;
        
        top: 0px;
        
        /* left: 0; */
        
        width: 300px;
        
        padding: 10px 5px 0px 5px;
        
        right: 0;
        
        /* padding-right: 15px; */
        
        transform: translateX(100%);
        
        height: 100%;
        
        -webkit-transition: transform 0.2s ease-out;
        
        transition: transform 0.2s ease-out;
        
        }
                  .overlay-menu #menu{
                    display: flex;
                    flex-direction: column;
                    flex: 1;
                    text-align: left;
                    align-items: start;
                    padding: 0;
                  }
                  .overlay-menu #menu .sidemenu-side{
                    line-height: 30px;
                    justify-content: start;
                    border-radius: 13px;
                    /* width: 100%; */
                    align-items: center;
                    background-color: #ffffff96;
                    /* margin-bottom: 10px; */
                    transition: 0.4s;
                    margin: 7px;
                    transition: 0.5s;
                    box-shadow: 5px 5px 9px #7070708c;
                  }
                  .overlay-menu #menu .sidemenu-side:hover{
                    background: white;
                    box-shadow: inset -2px -3px 7px #828282b8;
                    transition: 0.5s;
                  }
                  .overlay-menu #menu .sidemenu-side a{
                    color: #1d78a5;
                    font-size: 12px;
                    font-weight: 700;
                    text-align: center;
                    letter-spacing: -1px;
                }
                .overlay-menu #menu .sidemenu-side img{
                    filter: none;
                    margin: 0px;
                    width: 30px;
                }
                  
                  .overlay-menu .sidemenu-side a {
                    display: block;
                    font-size: 1.8em;
                    letter-spacing: 4px;
                  /*   opacity: 0; */
                    padding: 10px 0;
                    text-align: right;
                    text-transform: uppercase;
                    -webkit-transition: color 0.3s ease;
                    transition: color 0.3s ease;
                  }
                  .overlay-menu .sidemenu-side a span{
                    display: block;
                  }
                  
                  .overlay-menu .sidemenu-side a:hover,
                  .overlay-menu .sidemenu-side a:active {
                    color: rgb(28, 121, 184);
                    -webkit-transition: color 0.3s ease;
                    transition: color 0.3s ease;
                  }
                
                
                  .overlay-menu .logo1{
                    width: 100%;
                    margin-bottom: 20px;
                  }
                  .overlay-menu .logo1 a{
                      
                }
                .overlay-menu .logo1 img{
                    width: 141px;
                        padding: 10px;
                }
                .mysocial1 {
                    margin-top: 10px;
                    text-align: center;
                }
        .mysocial1 ul li a i{
            font-size: 26px;
        }
        



@keyframes zoomin {
    0% {transform: scale(0.9);}
    50% {transform: scale(1);}
    100% {transform: scale(0.9);}
  }
   /*End of Zoom in Keyframes */
  .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: transparent;
    border: 5px solid #fff;
    border-radius: 3px;
    animation: 5s box linear infinite;
  }
  
  .box::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    animation: 5s ball linear infinite;
  }
  
  @keyframes ball {
    0% {
      transform: translateX(50px) translateY(50px);
    }
    25% {
      transform: translateX(0px) translateY(50px);
    }
    50% {
      transform: translateX(0px) translateY(0px);
    }
    75% {
      transform: translateX(50px) translateY(0px);
    }
    100% {
      transform: translateX(50px) translateY(50px);
    }
  }
  
  @keyframes box {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
.bubbles {
    display: inline-block;
    font-family: arial;
    position: relative;
    }
    
    .bubbles h1 {
    position: relative;
    margin: 1em 0 0;
    font-family: 'Luckiest Guy', cursive;
    color: #fff;
    z-index: 2;
    }
    
    .individual-bubble {
    position: absolute;
    border-radius: 100%;
    bottom: 10px;
    background-color: #fff;
    z-index: 1;
    }
    
    /* ////////////////////////////////////////////banner-right-side//////////////////////////////////////////// */

.banner-slider{
    background-image: url(../assets/final/Group\ 274.png);
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ban-sli-main{

}
.ban-sli-main h5{
    color: #e9cb26;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
font-size: 22px;
}
.ban-sli-con{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ban-sli-con ul li{
    color: #e9e9e9;
    font-size: 15px;
    margin-bottom: 8px;
}
.ban-sli-img{
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
    /* ////////////////////////////////////////////banner-right-side-end//////////////////////////////////////////// */

    #btn:hover {
        animation: effect 0.3s infinite;
    }

    @keyframes effect {
        0% {
            transform: translateX(0px) rotate(0deg);
        }

        20% {
            transform: translateX(-4px) rotate(-4deg);
        }

        40% {
            transform: translateX(-2px) rotate(-2deg);
        }

        60% {
            transform: translateX(4px) rotate(4deg);
        }

        80% {
            transform: translateX(2px) rotate(2deg);
        }

        100% {
            transform: translateX(0px) rotate(0deg);
        }
    }

  iframe{
      width: 100%;
      height: 100%;
  }
  .ytp-chrome-top-buttons{
      display: none !important;
  }
  iframe {
    margin-top: -65px;
}
.hide_show_over {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    float: left;
    background: #f9f9f9;
    position: fixed;
    top: 0px;
    z-index: 999999999;
    display: block;
    align-items: center;
}
.hide_show_over img {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
  .blink_text {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
   }
   
   @keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
   }

   @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }
  @keyframes bounceAround {
    0% {transform:translateY(0);}
    20% {transform:translateY(-0px) rotate(0deg);}
    25%{transform:translateY(0px) rotate(0deg);}
    35%, 55%{transform:translateY(0px) rotate(0deg);}
    60% {transform: translateY(-0px) rotate(0deg);}
    100%{transform: translateY(-0px) rotate(360deg);}
  }

  @keyframes image-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  /* //////////////////////////////////banner media query////////////////////////////////// */
  @media only screen and (max-width:1330px){
    .hero-data-para span{
        font-size: 70px;
    }
}
@media only screen and (max-width: 1200px){
    .flip-card-front h5{
        font-size: 15px;
    }
    .back-flip-sec span{
        width: 40px;
        height: 40px;
    }
    .hero-data-para span {
        font-size: 62px;
    } 
    .testimonial-heading{
        height: 260px;
    }  
    .banner-botm-content .sec-banner {
        font-size: 15px;
        margin-top: 6px;
    }
    .banner-content h1{
        font-size: 60px;
    }
    .banner-main-sec {
        margin-top: 100px;
    }
    .banner-content{
        /* justify-content: start; */
    }
    .container2{
        width: 90%;
    }
    .banner-carosal{
        height: 100% !important;
    }
    .banner-carosal .carousel-inner{
        height: 100%;
    }
    .img-main{
        height: 100%;
    }
    #menu li{
        padding: 0px 6px;
    }

 /* //////////////////////////////////what media query////////////////////////////////// */
 .makes-content h1{
    font-size: 45px;
}
.makes-content h1 span{
    font-size: 86px;
}
.makes-content p{
    font-size: 14px;
}
 .what-2-sub{
     width: 200px;
     height: 200px;
 }
 .img19{
     left: 28px;
     top: 28px;
 }
 .what-sec-sub-1{
    top:-4%;
 }

 .what-sec-sub-5{
    bottom: -5%;
 }
 .what-sec-img1{
     width: 110px;
     height: 110px;
 }
 .what-sec-sub-1::before{
     left: -23px;
 }
 .what-sec-sub-5::before{
    left: -23px;
    width: 132px;
 }
 .what-sec-sub-2{
    top: 14%;
 }
 .what-sec-sub-2:before{
    transform: rotate(300deg);
    left: -36px;
    top: 95px;
 }
 .what-sec-sub-4:before{
    transform: rotate(410deg);
    left: -32px;
    top: 18px;
 }
 .what-sec-sub-4{
     bottom: 15%;
 }
 .what-sec-sub-3::before{
    left: -40px;
    top: 65px;
    width: 65px;
 }
 .what-sec-sub-3{
     width: auto;
     left: 43%;
 }
 /* /////////////////////////cloud///////////////////////////////// */
 .cloud-cont{
     padding-left: 0px;
 }
 .dottedline1::before,.dottedline2::before,.dottedline3::before{
     right: -125px;
     width: 125px;
 }
 .dottedline6::before,.dottedline5::before,.dottedline4::before{
    left: -125px;
    width: 125px;
 }
 .heading-patern h1{
     font-size: 45px;
    }
    .sec-padding{
        padding: 40px 0px;
    }
    .cloud-img{
        width: 310px;
        height: 310px;
    }
    .flip-card{
        height: 150px;
    }
    .back-flip-sec h5{
        font-size: 13px;
    }
    .test-conent h1{
        font-size: 25px;
    }
    .test-conent h1 span{
        font-size: 45px;
    }
    .proudly-cont h1{
        font-size: 30px;
    }
    .proudly-cont h1 span{
        font-size: 60px;
    }
    .cloud-dot1,.cloud-dot5{
        left: 32px;
    }
    .cloud-dot6,.cloud-dot2{
        right: 32px;
    }
    .download-img-main .img01{
        left: 54px;
        top: -28px;
        width: 120px;
    }
    .download-img-main .img02{
        right: 43px;
        bottom: 0px;
        width: 170px;
    }
}

@media only screen and (max-width: 991px){
    #banner{
        height: auto;
    }
    .nonereq{
        display: none;
    }
    .hero-data-para span{
        font-size: 42px;
    }
    .hero-span2{
        padding-left: 50px;
        font-size: 15px;
    }
    .banner-content h1{
        font-size: 50px;
    }
    .forfont35{
        font-size: 25px !important;
    }
    .banner-botm-content .sec-banner{
        font-size: 12px;
    }
    .watch-vid button a{
        padding: 12px 35px;
    }
    .makes-content h1 span{
        font-size: 60px;
    }
    .makes-content h1{
        font-size: 30px;
    }
    .what-sec-sub-1,.what-sec-sub-2,.what-sec-sub-3,.what-sec-sub-4,.what-sec-sub-5{
        position: relative;
        left: 0%;
        width: auto;
    }
    .what-sec-sub-1:before,.what-sec-sub-2:before,.what-sec-sub-3:before,.what-sec-sub-4:before,.what-sec-sub-5:before{
        display: none;
    }
    .what-2-sub{
        display: none;
    }
    .what-2-center{
        flex-direction: column;
    }
    .forp-0{
        padding: 0 !important;
    }
   
    .cloud-cont{
        display: flex;
    }
    .cloud-content-sub{
        height: auto;
        margin-bottom: 5px;
        flex: 1;
    }
    .cloud-content-sub-1{
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    .cloud-content-sub-1 span{
        margin: auto;
    }
    .makes-content{
        height: auto;
    }
    .cloud-hand{
        display: none;
    }
    .cloud-img{
        width: 100%;
        border-radius: 0;
        height: 250px;
    }
    .cloud-inside{
        border-radius: 0;
    }
    .cloud-dot1{
        top: 0;
        left: 0;
    }
    .cloud-dot2{
        right: 0;
        top: 0;
    }
    .cloud-dot5{
        bottom: 0;
        left: 0;
    }
    .cloud-dot6{
        right: 0;
        bottom: 0;
    }
    .img22{
        display: block;
        width: 400px;
        margin: 0 auto;
    }
    .heading-patern h1{
        font-size: 40px;
    }
    .heading-patern p{
        font-size: 15px;
    }
    .intei-sec-1{
        padding: 10px 0px;
    }
    .intei-sec-1 img {
        width: 50px;
    }
    .intei-sec-1 h3{
        font-size: 13px;
    }
    .dottedline1::before, .dottedline2::before, .dottedline3::before{
        right: -103px;
        width: 100px;
    }
    .dottedline6::before, .dottedline5::before, .dottedline4::before{
        left: -103px;
        width: 100px;
    }
    .integration-sec-img-main{
        width: 70px;
        height: 34px;
        top: -5px;
    }
    .img7{
        width: 130px;
        bottom: 0px;
    }
    .integration-center-sub{
        height: 100%;
    }
    .img8 {
        right: 4%;
        top: 20%;
    }
    .inte-img-section-img{
        width: 50px;
        height: 50px;
    }

    .integration-center-sub-img1{
        width: 70px;
        top: 7px;
        right: 0;
    }
    .integration-center-sub-img2{
        width: 185px;
    }
    /* .col-lg-3:nth-child(3n+0) .flip-card{
        border-right: none !important;

    }
    .col-lg-3:nth-child(4) .flip-card{
        border-right: 1px solid #d5d5d59c !important;

    }
    .col-lg-3:nth-child(8) .flip-card{
        border-right: 1px solid #d5d5d59c !important; */

    /* } */
    .img16{
        width: 170px;
    }
    .img17{
        width: 125px;
    }
    .download-content::before{
        width: 50px;
        height: 50px;
        top: -96px;
        right: 25px;
    }
    .download-img{
        height: 350px;
        bottom: 0px;
    }
    .img21{
        width: 170px;    
        top: 18px;
        right: 30px;
    }
    .download-img .img01{
        width: 100px;
        left: 60px;
        top: -25px;
    }
    .download-img .img02{
        right: 54px;
        bottom: 0px;
        width: 120px;
    }
    .download-content h1 span{
        font-size: 60px;

    }
    .download-content-para0{
        font-size: 20px;
        line-height: 25px;
    }
    .download-button a img{
        width: 20px;
    }
    .download-button a{
        width: 130px;

    }
    .download-button a p span{
        font-size: 12px;
    }
    .fot-location{
        margin-bottom: 0px;
    }
    .foot-contact {
        padding-bottom: 20px;
        border-bottom: 2px solid #6ba6c4;
    }
    .foot-nav-main{
        margin-top: 20px;
    }
    .fort-location-main{
        margin-top: 20px;
    }
    .footer-padding{
        padding: 20px 0px 10px 0px;
    }
    .download-img-main .img02{
        right: 0px;
        bottom: 0px;
        width: 128px;
    }
    .download-img-main .img01{
        width: 100px;
    }
    .counting-main{
        margin: 10px;
    }
    .klip-card {
        height: 200px;
        margin: 10px 0px;
    }
    .std-count h2{
        font-size: 60px;
    }



    .mod-lig .row .col-lg-3:nth-child(2) .flip-card ,.mod-lig .row .col-lg-3:nth-child(3) .flip-card{
        background-color: #51ccf8;
    }
    .mod-lig .row .col-lg-3:nth-child(1) .flip-card , .mod-lig .row .col-lg-3:nth-child(4) .flip-card {
        background-color: #1fa8ec;
    }
    .mod-drk .row .col-lg-3:nth-child(2) .flip-card,.mod-drk .row .col-lg-3:nth-child(3) .flip-card {
        background-color: #51ccf8;
    }
    .mod-drk .row .col-lg-3:nth-child(1) .flip-card,.mod-drk .row .col-lg-3:nth-child(4) .flip-card {
        background-color: #1fa8ec;
    }

    .flip-card{
        height: 120px;
    }
    .mod-specicl-main h1::before{
        background-color: #2a8bd0;
    }
    .mod-specicl-main h1::after{
        background-color: #2a8bd0;
    }





}
@media only screen and (max-width: 767px){
    .testimonial-heading{
        height: 180px;
    }
    .integration-sec-img-main{
        display: none;
    }
    .img-main video{
        object-fit: fill;
    }
    .hero-data-para span {
        font-size: 35px;
    }
    .hero-span2 {
        font-size: 13px;
    }
    .banner-content h1 {
        font-size: 40px;
    }
    .forfont35 {
        font-size: 22px !important;
    }
    .banner-botm-content .sec-banner {
        font-size: 11px;
    }
    .sec-padding{
        padding: 30px 0px;
    }
    .makes-content h1::before{
        top: 57px;
        right: 131px;
        font-size: 80px;
    }
    .makes-content h1 span {
        font-size: 50px;
    }
    .makes-content h1 span br{
        display: none;
    }
    .makes-content h1 {
        font-size: 25px;
    }
    .makes-content h3{
        text-align: left;
        margin-bottom: 5px;
    }
    .dotted-sec{
        display: none;
    }
    .makes-content p{
        margin-bottom: 8px;
        font-size: 13px;
    }
    .cloud-cont{
        padding: 0;
        display: block;
    }
    .cloud-img{
        display: none;
    }
    .heading-patern h1 {
        font-size: 30px;
    }
    .inte-img-section-sub{
        display: flex;
    }
    .intei-sec-1{
        flex: 1;
    }
    .dottedline1::before, .dottedline2::before, .dottedline3::before{
        background-image: url(../assets/final/INtegration/B.gif);
        left: 0;
        right: 0;
        height: 30px;
        width: 50px;
        top: 117px;
    }
    .dottedline6::before, .dottedline5::before, .dottedline4::before{
        background-image: url(../assets/final/INtegration/A.gif);
        left: 0;
        right: 0;
        height: 30px;
        width: 50px;
        bottom: 114px;
        top: -4px;
    }
    .intei-sec-1{
        border-bottom: none;
        border-right:1px solid #56c7fd ;
    }
    .intei-sec-1:nth-child(3){
        border-right: none !important;
    }
    .integration-center-main{
        margin: 25px 0px;
        height: auto;
    }
    .integration-center-sub-img{
        height: 200px;
        margin: 10px 0px;
    }
    .integration-center-sub{
        margin: 0;
    }
    .integration-center-sub-img1{
        width: 100px;
        top: 14px;
    }
    .integration-center-sub-img2{
        right: 85px;
        width: 230px;
    }
    .heading-patern p {
        font-size: 14px;
    }
    .inte-img-section{
        padding-top: 10px;
    }
    /* .col-lg-3:nth-child(odd) .flip-card{
        border-right: 1px solid #d5d5d59c !important;

    }
    .col-lg-3:nth-child(even) .flip-card{
        border-right: none !important;

    }
    .col-lg-3:nth-child(14) .flip-card{
        border-bottom: 1px solid #d5d5d59c !important;

    }
    .col-lg-3:nth-child(13) .flip-card{
        border-bottom: 1px solid #d5d5d59c !important;

    } */
    .download-content-para{
        width: 100%;
    }
    .download-button{
        justify-content: center;
    }
    .download-content{
        text-align: center;
    }
    .download-content-para0{
        margin: 0 auto;
        padding-left: 60px;
    }
    .test-conent{
        text-align: center;
    }
    .proudly-cont{
        text-align: center;
        padding-bottom: 20px;
    }
    .download-img-main .img01{
       display: none;
    }
    .download-img-main .img02{
        display: none;
    }
    .std-count h1{
        font-size: 30px;
    }
    .flip-card {
    height: 145px;
}

}
@media only screen and (max-width: 575px){

    .img-main video{
        display: none;
    }
    .container2 {
        text-align: center;
        width: 100%;
    }
    .makes-content{
        padding: 0px 10px;
    }
    .makes-content h1 {
        font-size: 25px;
    }
    .makes-content h1 {
        font-size: 20px;
    }
    .makes-content p {
     font-size: 12px;
    }
    .what-sec-img1 {
        width: 100px;
        height: 100px;
    }
    .sec-padding {
        padding: 25px 0px;
    }
    .cloud-content-sub-1 span{
        width: 55px;
        height: 55px;
    }
    .cloud-content-sub-1 h5{
        padding: 0px 0px 2px 0px;
    }
    .cloud-content-sub-1 span img{
        width: 40px;
    }
    .heading-patern h1 {
        font-size: 27px;
        margin-bottom: 20px;
    }
    .inte-img-section {
        padding-top: 0px;
    }
    .inte-img-section-sub{
        margin: 0px 10px;
    }
    .integration-center-main{
        margin: 25px 10px 25px 10px;
    }
    /* .col-lg-3:nth-child(odd) .flip-card{
        border-right: none !important;
    } */
    .flip-card-front span{
        width: 50px;
        height: 50px;
    }
    .flip-card-front span img{
        width: 30pxs;
    }
    .flip-card-front h5{
        font-size: 16px;
    }
    .flip-card {
        height: 120px;
    }
    .download-img .img01 {
        width: 70px;
        left: 90px;
        top: -15px;
    }
    .download-img{
        height: 250px;
    }
    .download-img .img02{
        width: 80px;
        right: 80px;
    }
    .download-content-para0{
        font-size: 17px;
    }
    .download-content h1 span{
        font-size: 45px;
    }
    .download-content-para{
        font-size: 13px;
    }
    .test-conent h1 span{
        font-size: 40px;
    }
    .test-conent h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .download-content h1{
        margin-bottom: 10px;
    }
    .download-button a{
        width: 120px;
    }
    .download-button a p{
        font-size: 10px;
        text-align: left;
        padding: 0;
    }
    .download-button a p span{
        font-size: 11px;
    }
    .testimonial-heading h5{
        padding: 8px;
        font-size: 16px;
    }
    .testimonial-heading p{
        margin-bottom: 5px;
    }
    .proudly-cont h1 span{
        font-size: 45px;
    }
    .proudly-cont h1 {
        font-size: 20px;
    }
    .proudly-cont p {
        font-size: 14px;
    }
    .footercontct{
        font-size: 30px;
    }
    .foot-contact input{
        margin-bottom: 8px;
        padding: 6px;
    }
    #content{
        text-align: left;
    }
    .std-count span{
        width: 50px;
        height: 50px;
    }
    .std-count span img{
        width: 30px;
    }
 
    .klip-card{
        font-size: 175px;
    }

}
@media only screen and (max-width: 480px){

    .heading-patern{
        width: 100%;
    }
    .intei-sec-1 h3{
        font-size: 12px;
    }
    .dottedline1::before, .dottedline2::before, .dottedline3::before{
        top: 108px;
    }
    .dottedline6::before, .dottedline5::before, .dottedline4::before{
        bottom: 103px;
    }
    .cloud-content-sub p{
        font-size: 12px;
    }
    .intei-sec-1 img{
        width: 40px;
    }
    .integration-sec-img-main{
        display: none;
    }
    .integration-center-sub-img1 {
        width: 65px;
        top: 2px;
    }
    .integration-center-sub-img2{
        right: 0;
        width: 130px;
    }
    .cirlcle-img::before{
        display: none;
    }
    .img21{
        left: 0;
    }
    .download-img{
        width: 100%;
    }
    .img8{
        display: none;
    }
    #integration::after{
        display: none;
    }
    .makes-content h1::before{
        top: 24px;
        left: 131px;
    }
}

@media only screen and (max-width: 409px){
    .dottedline1::before, .dottedline2::before, .dottedline3::before{
        top: 117px;
    }

}
@media only screen and (max-width: 391px){
    .dottedline6::before, .dottedline5::before, .dottedline4::before{
        bottom: 111px;
    }
    .testimonial-heading{
        height: 250px;
    }

}



#inside-banner{
    height: 210px;
    position: relative;
    z-index: 1;
}

.inside-banner-sub{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inside-banner-sub h3{
    font-size: 50px;
    color: white;
    margin: 100px 0px 0px 0px;
    z-index: 11;
    font-family: blacksword;
}
.videooo{
    
position: fixed;
height: 100%;
left: 0;
top: 0;
width: 100%;
background: rgb(0 0 0 / 83%);
z-index: 111;
display: block !important;

}


/* ///////////////////////video button//////////////// */
#ownn{
    display: none;
}
.own-video-sub{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;

}
#modal-custom{
    width: 80%;
    max-width: 60% ;
    justify-content: center !important;
    align-items: center !important;
    min-height: 100% !important;
}
.modal-content{
    background-color:transparent !important ;
}
.modal{
    padding: 0px !important;
}

@media only screen and (max-width: 575px){
    .modal-dialog{
        margin: 0px auto !important;
        width: 90% !important;
        max-width: 100% !important;
        padding: 10px !important;
    }
    .inside-banner-sub h3{
        font-size: 40px;
    }
}

@media only screen and (max-width: 420px){
    .inside-banner-sub h3{
        font-size: 36px;
    }
}



/* ////////////////////channel partner//////////////////////// */


#channel{
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../assets/channel/channel.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.channel-main{

}
.channnel-left{

}
.channel-head{

}
.channel-head h2{
    font-weight: bold;
    font-size: 50px;
    color: #1e7da9;
    margin-bottom: 10px;
    text-shadow: 1px 8px 6px rgb(0 0 0 / 13%);
}
.channel-head p{
    color: #7a7a7a;
    margin-bottom: 0;
    font-size: 16px;
}
.channel-head-sp1{
    display: block;
}
.channel-head-sp2{
    display: block;
    margin-left: 80px;
}
.channel-img{
    height: 250px;
    background-image: url(../assets/channel/hand.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}




.channel-right-sec{
    background-color: rgba(48,212,186,.1);
    position: relative;
    width: 410px;
    height: 410px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.channel-inside{
    background-color: rgba(66,115,240,.1);
    width: 80%;
    height: 80%;
    border-radius: 50%;

}

.channel-dot1{
    background-color: rgb(31 159 255 / 59%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 59px;
}
.channel-dot1::before{
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: -4px;
    top: -4px;
    z-index: 0;
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-color: #79c6ff59;
    border-radius: 50%;
    
}
.channel-dot2{
    background-color: rgb(31 159 255 / 59%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    right: 59px;
}
.channel-dot2::before{
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: -4px;
    top: -4px;
    z-index: 0;
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-color: #79c6ff59;
    border-radius: 50%;
    
}
.channel-dot3{
    background-color: rgb(31 159 255 / 59%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -4px;
}
.channel-dot3::before{
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: -4px;
    top: -4px;
    z-index: 0;
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-color: #79c6ff59;
    border-radius: 50%;
    
}
.channel-dot4{
    background-color: rgb(31 159 255 / 59%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -4px;
}
.channel-dot4::before{
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: -4px;
    top: -4px;
    z-index: 0;
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-color: #79c6ff59;
    border-radius: 50%;
    
}
.channel-dot5{
    background-color: rgb(31 159 255 / 59%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    bottom: 50px;
    left: 59px;
}
.channel-dot5::before{
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: -4px;
    top: -4px;
    z-index: 0;
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-color: #79c6ff59;
    border-radius: 50%;
    
}
.channel-dot6{
    background-color: rgb(31 159 255 / 59%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    bottom: 50px;
    right: 59px;
}
.channel-dot6::before{
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: -4px;
    top: -4px;
    z-index: 0;
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-color: #79c6ff59;
    border-radius: 50%;
    
}
.channnel-right{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.channel-slider{
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 11111;
    height: 100%;
}
.channel{

    /* height: 100%; */

}
.channel-1{

    height: 328px;

}
.channel-partner-sec{
    height: 100%;
    padding: 5px 35px 35px 35px;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}
.channel-partner-sec-img{
    height: 75%;
    margin: 0 auto;
    width: 90%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
.channel-partner-sec h4{
    margin-bottom: 0px;
    color: #c08831; 
}

.channel-partner-sec a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 991px){
    .channel-head h2{
        /* text-align: center; */
        font-size: 35px;
    }
    .channel-head-sp1 {
        display: inline-block;
    }
    .channel-head-sp2 {
        display: inline-block;
        margin-left:0px ;
    }
    .channel-head p{
        font-size: 14px;
    }
    .channel-head {
        /* margin-bottom: 25px; */
    }
    .channel-img{
        margin: 0 auto;
        width: 70%;
        height: 180px;
    }
    .channel-dot1{
        top: 30px;
        left: 31px;
    }
    .channel-dot2{
        top: 30px;
        right: 31px;
    }
    .channel-dot5{
        bottom: 30px;
        left: 31px;
    }
    .channel-dot6{
        bottom: 30px;
        right: 31px;
    }
    .channel-right-sec{
        width: 250px;
        height: 250px;
    }
    .channel-partner-sec{
        padding: 5px;
        justify-content: start;
    }
    .channel-1 {
        height: 210px;
    }
    .channel-partner-sec-img{
        height: 80%;
        width: 90%;
    }
    .channel-partner-sec a{
        align-items: flex-start;
    }

}
@media only screen and (max-width: 767px){
    .channel-head h2{
        text-align: center;
    }
    .channel-head p{
        text-align: center;
        font-size: 13px;
    }
    .channel-img{
        margin-bottom: 15px;
    }

}
@media only screen and (max-width: 575px){
    .channel-img {
        width: 230px;
        height: 150px;
    }
    .mod-lig .row .col-lg-3{
        padding-right: 10px !important;
    }
    .mod-drk .row .col-lg-3{
        padding-right: 10px !important;
    }



    .mod-lig .row .col-lg-3:nth-child(even) .flip-card {
        background-color: #51ccf8;
    }
    .mod-lig .row .col-lg-3:nth-child(odd) .flip-card {
        background-color: #1fa8ec;
    }
    .mod-drk .row .col-lg-3:nth-child(even) .flip-card {
        background-color: #51ccf8;
    }
    .mod-drk .row .col-lg-3:nth-child(odd) .flip-card {
        background-color: #1fa8ec;
    }









}
@media only screen and (max-width: 360px){
    .channel-img {
        height: 130px;
    }
    .channel-head h2{
        font-size: 27px;
    }
}
/* ////////////////////channel partner end//////////////////////// */