.content_section{
    overflow: hidden;
    padding-bottom: 10px;
}
.icon_1 {
    height: 0.50rem;
    margin-left: 4px;
    }
.icon_2{
    width: 2rem;
    height: 2rem;
}
.icon_3{
    height: 58px;
}
.icon_35{
    width: 3.5rem;
    height: 3.5rem;
}

/*-------- ---------*/

/*-------- product section ---------*/
#product_section{
    height: 100%;
    position: relative;
    background-color: #0b0277;
    overflow: hidden;
}
.hidesidemenu{
    display: none;
}
.updates_header{
    /*opacity: 0;*/
}
  
#product_section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    /* height: 280px; */
    bottom: 0;
    z-index: 5;
    border: solid 16vw #fff;
    border-left: solid 129vw rgba(214, 226, 228, 0);
    border-top: 121px;
}
#product_section:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    /* background: #fff; */
    z-index: 4;
    border: solid 4vw #fff;
    border-right: solid 9vw rgba(214, 226, 228, 0);
    border-top: 0;
    border-left: 0;
}
.back_circle{
    position: absolute;
    bottom: 0;
    right: -3rem;
    z-index: 9;
}
.back_circle img{
    height: 28rem;
}
.back_map{
    position: absolute;
    opacity: 0.3;
    top: 0;
    /* background-color: #93b7d6; */
    width: 100%;
}
.back_map img{
    width: 80%;
}
.product_segment{
    position: relative;
    overflow: hidden;
}
.product_segment #banner{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 3rem 0 0 0;
    /* padding: 3rem 4rem 0 4rem; */
}
#bannerWrap{
    width: calc(100% - 330px);
}
.product_content{
    width: 100%;
}
/*
.prod_head_details{
    min-height: 9.5rem;
}*/
.product_head{
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    width: 87%;
    font-weight: 400;
    margin-bottom: 30px;
    /* min-height: 4.3rem; */
}
.product_body{
    font-size: 16px;
    margin-bottom: 1.5rem;
    font-weight: 400;
    width: 80%;
}
.read_more{
    padding: 8px 15px;
    background: #24B8EB 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00A1D633;
    border-radius: 3px;
    font-size: 16px;
    display: inline-block;
    color: #FFFFFF;
    font-weight: 500;
}
.read_more:hover{
    color: #fff;
}
.read_more:hover img{
    animation: leftright 1s infinite;
    animation-timing-function: linear;
}
.product_img{
    position: relative;
    width: 90%;
}
.rotating_sec{
    width: 330px;
    text-align: right;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 99;
}
.wrap_rotating {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.rotating_list ul{
list-style: none;
}
.sideHeading{
    padding-right: 46px;
    padding-bottom: 10px;
    cursor: pointer;
}
.sideHeading .list_head{
    opacity: 1;
    font-size: 22px;
    color: #fff;
} 

.H1-head{
    font-size: 1rem;
    color: #009FD4;
    text-align: right;
    display: block;
    width: 100%;
}
/*
.rotating_list{
 overflow: hidden;
}
.rotating_list .rotating_li{
    margin-bottom: 16px;
    cursor: pointer;
    width: 100%;
}
.rotating_list {
    display: flex;
    flex-flow: column;
}
*/
.list_head{
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    opacity: 0.2;
}   
.list_sub{
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    opacity: 0.2;
}
.slick-current .list_head{
    color: #44c2ee;
    font-weight: 700;
    opacity: 1;
}
.slick-current .list_sub{
    color: #fff;
    font-weight: 400;
    opacity: 1;
}
.rotating_li{
    padding: 10px 0;
}

.semi_active .list_head, .semi_active .list_sub{
    opacity: 0.6;
}
.inactive .list_head, .inactive .list_sub{
    opacity: 0.3
}
.rotating_li:hover .list_head,
.rotating_li:hover .list_sub
{
    opacity: 0.9;
}
.updown_arrows{
    padding: 0 0.5rem;
}
.updown_arrows > div{
    line-height: 1;
}
.updown_arrows .carousel-control-next, .updown_arrows .carousel-control-prev {
    position: static;
    display: block;
    opacity: 1;
    width: auto;
    margin: 10px 0;
}
.updown_arrows .carousel-control-next-icon, .updown_arrows .carousel-control-prev-icon {
    display: inherit;
    width: auto;
    height: auto;
    background: no-repeat 50%/100% 100%;
    background-image: none;
}
.updown_arrows img{
    text-align: right;
    width: 22px;
    height: 22px;
}
#bannerWrap  .product_img{
    animation: product_imgAni 2s  linear;
}
#bannerWrap .Graph1{
    transform-origin:bottom;
      transform-box: fill-box;
      animation: Graph 3s infinite ease-in-out;
    } 
    .videoID{
        display: none;
        /*opacity: 0;*/
        z-index: -1;
        transition: all .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
     
    }
    .playvideo.videoID{
        z-index: 999;
        opacity: 1;
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 159, 212, 0.63);
    }
    .ifreamVideo{
      display: none;
    }
    .playvideo + .ifreamVideo{
        height: 400px;
        width: 720px;
        max-width: 80%;
        position: fixed;
        transform: scale3d(1);
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 999999999999;
        -webkit-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: videoAni;
    }
    @keyframes videoAni {
        0% {
          /*-webkit-transform-origin: center;
          transform-origin: center;
          -webkit-transform: rotate3d(0, 0, 1, -200deg);
          transform: rotate3d(0, 0, 1, -200deg);*/
          opacity: 0;
          height: 0;
          width: 0;
        }
      
        100% {
         /* -webkit-transform-origin: center;
          transform-origin: center;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);*/
          opacity: 1;
          height: 400px;
          width: 720px;
        }
    
      }
    /*
.rotating_li div{
 
  
    animation: fadeInUp 1s both ease-in-out;
}*/
.rotating_sec{
    animation: opacity 2s ease-in-out;
}
.bussinesG1,.fraud,.fraud_0{
     
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: SVGInUp;
    animation-name: SVGInUp;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.product_img svg {
    overflow:visible;
}

/*-------- product section ends ---------*/

/*-------- updates section ---------*/
#updates_carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #b7b7b7;
    opacity: 1;
}
#updates_carousel .carousel-indicators li.active {
    opacity: 1;
    background-color: #24B8EB;
    border: 1px solid #24B8EB;
}
.updates_content{
    display: flex;
    flex-wrap: wrap;
    min-height: 502px;
    padding: 0 0 2rem 0;
    justify-content: space-between;
    align-items: flex-end;
}
.updates_body{
    width: 50%;
    padding: 0 0 3rem 0;
}

.updates_header{
    color: #7070708c;
    font-size:14px;
    font-weight: 500;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    position: absolute;
    top: 30px;
}
.overview_header,.testimonial_header{
    color: #7070708c;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.updates_header svg,.overview_header svg, .testimonial_header svg{
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 20px;
}


#Path_24, #Path_28, #Path_29 , #Path_34, #Path_36{
    animation: showDelay 9s ease-in infinite;
    animation-direction: reverse;
}
#Path_23, #Path_35, #Path_26 , #Path_30, #Path_33{
    animation: showDelay 9s 1s ease-in infinite;
    animation-direction: reverse;
}
#Path_25, #Path_27, #Path_31 , #Path_32, #Path_37{
    animation: showDelay 9s 2s ease-in infinite;
    animation-direction: reverse;
}
.h2-head{
    color: #44C2EE;
    font-size:30px;
    font-weight: 300;
    line-height: 1;
    /*opacity: 0;*/
}

.bottom_border{
    border-top: 3px solid #44C2EE;
    width: 6%;
    margin: 0.75rem 0 1rem 0;
    border-radius: 2px;
    /*opacity: 0;*/
}
.RunninText{
    color: #343434;
    font-size:16px;
    font-weight: 400;
    margin-bottom: 1.5rem;
    /*opacity: 0;*/
}
.updates_btn,.overview_btn{
    color: #24B8EB;
    font-weight: 500;
    font-size:16px;
    /*opacity: 0;*/
}
.updates_btn:hover img,.overview_btn:hover img{
    animation: leftright .75s infinite;
    animation-timing-function: linear;
}
.updates_btn img,.overview_btn img{
    margin-top: -2px;
}
.updates_image{
    position: relative;
    /*opacity: 0;*/
}
.updates_img{
    height: 19rem;
}
.rec_arrow_1{
    width: 2.2rem;
    left: 3rem;
    bottom: 5rem;
    animation-name: topbottom1;
    animation-duration: 3s;
    animation-direction: alternate;
}
.rec_arrow_2{
    width: 2.6rem;
    left: 10.3rem;
    top: 3rem;
    animation-name: topbottom2;
    animation-duration: 2s;
    animation-direction: alternate;
}
.rec_arrow_3{
    width: 2.2rem;
    right: 1.6rem;
    top: 5.5rem;
    animation-name: topbottom3;
    animation-duration: 1s;
    animation-direction: alternate;
}
.rec_arrow_1, .rec_arrow_2, .rec_arrow_3{
    position: absolute;
    animation-timing-function: ease-in-out;
    animation-delay: 0;
	animation-iteration-count: infinite;
    z-index: -5;
}
.contactus_div {
    font-size: 24px;
    line-height: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    }
    .demo_btn, .contactus_btn {
        padding: 8px 15px;
        background-color: #24B8EB;
        font-size: 16px;
        color: #FFFFFF;
        font-weight: 500;
        border-radius: 3px;
        box-shadow: 0px 0px 7px rgba(36, 184, 235, 0.9);
        text-align: center;
        }
        .contactus_btn {
            box-shadow: 0px 2px 12px #dfdfdf;
            background-color: #FFFFFF;
            color: #444444;
            }
        .demo_btn:hover{
            color: #FFFFFF; 
        }
        .btn_arrow {
            width: 0.75rem;
            height: 0.75rem;
            margin-left: 0.4rem;
            }
                
    .demo_btn:hover img, .contactus_btn:hover img{
        animation: leftright 1s infinite;
        animation-timing-function: linear;
        }
        .overview_btn:hover,.updates_btn:hover{
            color: #24B8EB;
        }
.contactus_head{
    margin-right: 26px;
}
#product_contactus_section{
    margin: 40px 0 0;
}
.announce1{
    position: absolute;
    bottom: 40%;
    right: 8.5%;
    height: 2.9rem;
}
.feedback_content{
 font-size: 15px;
}
#ann1, #ann2, #ann3{
    animation-name: showDelay;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-direction: reverse;
    animation-timing-function: ease-in;
}
#ann1{
    animation-delay: 0s;
}
#ann2{
    animation-delay: 0.75s;
}
#ann3{
    animation-delay: 1.5s;
}
.web1{
    position: absolute;
    height: 1.2rem;
    bottom: 44%;
    right: 44%;
    z-index: 0;
    animation: spin1 2s infinite linear;
}
/*-------- updates section ends ---------*/

/*-------- facts section ---------*/
.facts_body{
    width: 100%;
    padding: 3rem  0 4rem;
}
.facts_body_segment{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.fact_sec{
    width: 17.5%;
}
.fact_sec > div{
    color: #3C3C3C;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #E7E7E7;
    box-shadow: 10px 10px 10px #00000008;
    border-radius: 0.25rem;
    height: 10rem;
    text-align: center;
   transition: transform .2s;
}

.fact_sec > div:hover{
    transform:scale(1.1);
}
.fact_img{
    margin-bottom: 06px;  
}
.fact_desc{
    font-size: 32px;
    margin-bottom:5px;
    line-height: 1;
    font-family: Helvetica;
    font-weight: 600;
}
.fact_title{
    font-size: 14px;
    line-height: 1;
}
/* path animations */

#overviewSVG line,#overviewSVG path,.circleSV,.testimonial_header path{
    stroke-dasharray: 200; 
}
.pathOne{
    stroke-dasharray: 133;
  }
  .pathtwo{
    stroke-dasharray: 52;
  }
  .paththree{
    stroke-dasharray: 67;
  }
  .line1{
    stroke-dasharray: 16;
  }
  .line2,.line3,.line4,.line5{
    stroke-dasharray: 18;
  }
  .line6,.line7{
    stroke-dasharray: 57;
  }

/*-------- facts section ends ---------*/

/*-------- overview section ---------*/
.overview_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 3rem 0;
}
.overview_image{
    position: relative;
    /*opacity: 0;*/
}
.overview_img{
    width: 22rem;
    height: 22rem;
}
.box_1, .box_2, .box_3, .box_4{
    position: absolute;
    animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
    animation-direction: alternate;
    /* z-index: -5;   */
}
.box_1{
    left: 8.5rem;
    top: 0.5rem;
    width: 4.8rem;
    animation-name: topbottom1;
    animation-delay: 0;
    animation-duration: 3s;
}
.box_2{
    right: 1.2rem;
    top: 9.25rem;
    width: 1.5rem;
    animation-name: topbottom2;
    animation-delay: 0.5s;
    animation-duration: 3s;
}
.box_3{
    right: 3rem;
    top: 7.55rem;
    width: 1.3rem;
    animation-name: topbottom3;
    animation-delay: 1s;
    animation-duration: 3s;
}
.box_4{
    bottom: 3.55rem;
    left: 7.85rem;
    width: 0.8rem;
    animation-name: topbottom4;
    animation-delay: 1.5s;
    animation-duration: 3s;
}
.overview_body{
    width: 50%;
    padding: 2rem 0.5rem 1rem 0rem;
    overflow: hidden;
}


h2.updates_body_head.h2-head {
    padding-top: 110px;
}
/*-------- overview section ends ---------*/

/*-------- resource section ---------*/
.resource_center_head{
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 4rem;
}
#resource_section{
    position: relative;
}
#resource_section::after{
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #E1F5FC;
    left: 0;
    top: 0;
    z-index: -1;
}
.dotted_back {
    background-image: radial-gradient(#A3A3A3 10%, transparent 10%);
    background-position: 0 0, 1rem 1rem;
    background-size: 1rem 1rem;
    position: absolute;
    width: 7rem;
    height: 7rem;
    right: -40px;
    top: -80px;
    z-index: -2;
}
.resource_segment{
    background:  #E1F5FC;
    padding: 0 0 0 ;
    border-top-right-radius: 3rem;
}
.resource_cat span { 
    border-bottom: 1px solid #444444; 
    border-radius: 0.2rem; 
    padding: 0.25rem 0.5rem; 
    line-height: 1; 
    min-width: 30%;
    display: inline-block; 
    font-size: 14px; 
    margin-bottom: 1rem; 
}
.resource_segment_inner{
    padding: 3rem 0 3rem 0;
    display: flex;
    width: 100%;
    position: relative;
}
.resource_list{
    width: 100%;
    position: absolute;
    top: -6%;
    left: 10%;
}
.r_listing{
    margin-bottom: 2rem;
    width: 80%;
    color: #000000;
    display: flex;
    padding: 1.3rem 0;
    background-color: #FFFFFF;
    color: #343434;
    border-radius: 0.17rem;
    box-shadow: 0 2px 10px #24b8eb33;
    flex-wrap: wrap;
}
.r_listing > div{
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    flex: 1;
    text-align: center;
    border-right: 2px solid #6A6A6A;
}
.r_listing > div:last-child{
    border-right: none;
}
.r_listing > div img{
    height: 1rem;
    margin-right: 0.7rem;
    transform: rotate(90deg);
    display: none;
    vertical-align: middle;
    margin-bottom: 0.1rem;
}
.resource_active{
    color: #24b8eb;
    font-weight: 500;
}
.resource_content{
    width: 100%;
}
.resource_content>div{
 display: none;
}
.resource_content div.contentActive{
    display: block;
}
.resource_contentDiv{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    position: relative;
}
.resource_content_img{
    z-index: 2;
    display: flex;
    justify-content:center;
    width: 100%;
    margin-top: -60%;
    position: relative;
}
.resource_content_img svg{
    width: 8rem;
}
.resource_box{
    position: relative;
    overflow: hidden;
}
.resourceItem{
  position: relative;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 25px #24B8EB42;
  border-radius: 4px;
  padding: 1rem 1rem 1rem 1rem;
  text-align: center;
  margin-top: 130px;
  width: 28%;
  /*opacity: 0;*/
  position: relative;
}
.quad_circle {
    position: absolute;
    bottom: 0;
    right: 0;
}
.quad_circle img {
    width: 130px;
}
.box_head{
    position: absolute;
    z-index: 6;
    font-size: 0.6rem;
    border: 1px solid #d0d0d0;
    color: #6b6b6b;
    border-radius: 0.25rem;
    padding: 0.2rem 1.25rem;
    background-color: #fff;
    left: 10%;
    top: -4%;
}
.box_img, .box_img img{
    width: 100%;
    z-index: 4;
    position: relative;
}
.box_text{
    width: 100%;
    position: absolute;
    border: 1px solid #d0d0d0;
    background-color: #FFFFFF;
    top: 12rem;
    z-index: 2;
    left: 0;
    color: #6b6b6b;
    padding: 1rem 1.5rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    width: 94%;
}
.top_text{
    font-weight: 500;
    font-size: 0.63rem;
    margin-bottom: 0.75rem;
}
.bottom_text{
    font-size: 0.43rem;;
    font-weight: 300;
}
.blog_box {
    width: 100%;
    position: relative;
    margin-right: 30px;
    margin-top: 23px;
}
.blog_box_head {
    position: absolute;
    z-index: 6;
    font-size: 14px;
    border: 1px solid #d0d0d0;
    color: #6b6b6b;
    border-radius: 0.2rem;

    padding: 0.2rem 1.25rem;
    background-color: #fff;
    left: 10%;
    top: -4%;
}
.blog_box_img {
    width: 100%;
    z-index: 4;
    position: relative;
    border: 1px solid #d0d0d0;
border-bottom: 0;
border-radius: .25rem .25rem 0 0;
overflow: hidden;
}
.blog_box_img img{
    max-width: 100%;
}
.playbtn{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    height:70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 7;
    margin: auto;
   
}
.svgwrap{
    position: absolute;
    z-index: 7;
    background: #fff;
    width: 60px;
    height:60px;
    display: flex;
   
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.playbtn svg{
    width: 20px;
}
.playbtn:before,.playbtn::after {
    position: absolute;
    content: "";
    border-radius: 50%;
  /*  transition: .2s;*/
    z-index: -1;
}
.playbtn::after{
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #009FD4;
    opacity: 0;
    border-radius: 50%;
    margin: auto;
    pointer-events: none;
}
.playbtn:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #009FD4;
    opacity: 0;
}
.playbtn:hover:before,.playbtn:hover::after {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.blog_box_text {
    width: 100%;
    border: 1px solid #d0d0d0;
    background-color: #FFFFFF;
    z-index: 2;
    color: #6b6b6b;
    padding: 1.5rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.blog_top_text {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0.75rem;
}
.blog_bottom_text {
    font-size: 13px;
    font-weight: 300;
}
.resource_content_head{
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    color: #7b7a7a;
    font-weight: 600;
    margin-bottom: 1rem;
}
.resource_content_btn{
    justify-content: center;
    color: #24B8EB;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 50px;
    display: block;
}
.resource_content_btn:hover{
    color: #24b8eb; 
}
.Book_text{
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    width: 6.4rem;
    top:24%;
    text-align: left;
    line-height: 0.8rem;
}
.resource_btn{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #24b8eb42;
    border-radius: 0.15rem;
    color: #24b8eb;
    font-size: 16px;
    margin-top: 50px;
    padding:8px 15px;
    line-height: 1;
    float: right;
    transition: width 2s;
    overflow: hidden;
    position: relative;
    margin-right: 30px;
}

.resource_btn:hover img, .resource_content_btn:hover img{
    animation: leftright .75s infinite;
    animation-timing-function: linear;
    color: #fff;
}
.resource_btn:hover{
    color: #fff;
	transform: translateY(0%) translateX(0%);
}
a.resource_btn:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #24b8eb;
    position: absolute;
    left: 0;
    top: 0;
    transition: 1s;
    z-index: -1;
    animation: btnani .5s ;
    animation-timing-function: ease;
}
#BookHide{
    display: none;
}
/* Svg  book */
.BookSVG{
    overflow: hidden;
}
.BookSVG .Path_8568{
    opacity: 1;
}
.cls-1 {
    fill: none;
  }

  .cls-2 {
    fill: #606060;
    fill-rule: evenodd;
  }

  .cls-10, .cls-3 {
    fill: #fff;
  }
  .cls-5 {
    fill: #45bd6f;
  }

  .cls-6 {
    fill: #8bd5a5;
  }

  .cls-7 {
    fill: #5dc581;
  }

  .cls-8 {
    fill: #a2deb7;
  }

  .cls-9 {
    fill: #d1eedb;
  }

  .cls-10 {
    isolation: isolate;

    font-size: 15px;
    font-family: Raleway-Bold, Raleway;
    font-weight: 700;
  }
  .blue .cls-5 {
    fill:#24b8eb;
  }

  .blue .cls-6 {
    fill:rgb(189, 234, 249);
  }

  .blue .cls-7 {
    fill: rgb(80, 198, 239);
  }

  .blue .cls-8 {
    fill: rgb(145, 219, 245);
  }

  .blue .cls-9 {
    fill: rgb(211, 241, 251);
  }
/*-------- resource section ends ---------*/
/*--- banner nav ------*/

#feedback_section .slick-arrow{
  width: 30px;
    background: url(../images/Right_Arrow.svg) no-repeat center center;
    background-size: 20px;
    height: 30px;
    position: absolute;
    border: 0;
    cursor: pointer;
    font-size: 0;
    bottom: 0;
    right: 10px;
}
#feedback_section .slick-prev{
    background-image: url(../images/Left_Arrow.svg);
    right: 40px;
}
#feedback_section  .slick-slider{
padding-bottom: 30px;
}
/*-------- client section ---------*/
#clients_section{
    padding: 3rem 0;
}
.client_segment{
    width: 100%;
}
.logo_section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}
.logo_section > div{
    /* width: 23%; */
    display: flex;
    align-items: center;
    justify-content: center;
}

#clients_section .slick-slide img {
    margin: auto;
    max-width: 90%;
    display: block;
}
/*-------- client section ends ---------*/

/*-------- feedback section ---------*/

#feedback_carousel.carousel{
    padding-bottom: 2rem;
}
.feedback_segment{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.1rem;
}
.feedback_1{
    padding: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 8px #00000029;
    border-radius: 4px;
    color: #ADADAD;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin:5px;
    height: 15rem;
}
.feedback_1:hover{
    background: #24B8EB 0% 0% no-repeat padding-box;
    color: #FFFFFF;
}
.feedback_head{
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.feedback_head img{
    height: 2.4rem;
    margin-right: 18px;
}
#feedback_carousel .slick-slide {
padding-right: 20px;
}


/*-------

/*-------- menu section ---------*/

/*keyfream*/

@keyframes spin1 {
    0% { transform: rotate(0deg);}
    50%{ transform: rotate(180deg) scale(1.2); }
    100% { transform: rotate(360deg) scale(1);}
} 
@-webkit-keyframes zoomIn {
    from {
        opacity: 1;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
  
    50% {
     
      opacity: 0;
      -webkit-transform: scale3d(2,2, 2);
      transform: scale3d scale3d(2,2, 2);
    }
  }
  
  @keyframes zoomIn {
    from {
        opacity: 1;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    50% {
      opacity: 0;
      -webkit-transform: scale3d(2,2, 2);
      transform: scale3d scale3d(2,2, 2);
    }
  }
  
@keyframes btnani{
    from{
        width: 0%;
    }
    to{
        width: 100%;
    }

}
@keyframes hideshow{
    0% { opacity: 0; }
    10% { opacity: 0; }
    35% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes leftright {
    0% { transform: translateX(0.0rem); }
    25% { transform: translateX(0.1rem); }
    50% { transform: translateX(0px); }
    75% { transform: translateX(0.1rem); }
    100% { transform: translateX(0.0rem); }
}
@keyframes topbottom1{
    0% { transform: translateY(0.2rem); }
    50% { transform: translateY(0.5rem); }
    100% { transform: translateY(0.2rem); }
}
@keyframes topbottom2{
    0% { transform: translateY(0.3rem); }
    50% { transform: translateY(0.6rem); }
    100% { transform: translateY(0.2rem); }
}
@keyframes topbottom3{
    0% { transform: translateY(0.3rem); }
    50% { transform: translateY(0.65rem); }
    100% { transform: translateY(0.3rem); }
}
@keyframes topbottom4{
    0% { transform: translateY(0.3rem); }
    50% { transform: translateY(0.4rem); }
    100% { transform: translateY(0.2rem); }
}


@keyframes rotate {
	from { 	transform: rotate(0deg) translateX(0.5rem) rotate(0deg); }
	to   {  transform: rotate(360deg) translateX(0.5rem) rotate(-360deg); }
}

@keyframes Graph {
    0% { transform: scale3d(1, 0.7, 1);}
    25% { transform: scale3d(1, 1, 1);}
    50%{ transform: scale3d(1, 0.7, 1); }
    50%{ transform: scale3d(1, 1, 1); }
    100% {transform: scale3d(1, 0.7, 1);}
} 
@keyframes product_imgAni {
   from {
       opacity: 0;
       display: none;
        transform: translateY(20px)}
  to {
      opacity: 1;
      display: block;
      transform: translateY(0);}
} 
@keyframes opacity {
    from {
        opacity: 0;
    }
    to {
    opacity: 1;
    }
  }
@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes SVGInUp {
    0% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0);
      visibility: visible;
    }
    25%{
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
 
    }50% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
  }
  
  @keyframes SVGInUp {
    0% {
        -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0);
      visibility: visible;
      }
      25%{
              -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
   
      }
     50%{
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
        visibility: visible;
             
   
      }
     75% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      
      }
      100% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
        visibility: visible;
        }
  }
  

  @keyframes showDelay {
    0% { opacity: 1; }
    60% { opacity: 1; }
    75% { opacity: 0; }
    100% { opacity: 0; }
} 
/*----------- media queries -----------*/

@media (min-width: 768px) {

    /* show 3 items */
    #feedback_carousel  .carousel-inner .active,
    #feedback_carousel  .carousel-inner .active + .carousel-item,
    #feedback_carousel    .carousel-inner .active + .carousel-item + .carousel-item,
    #feedback_carousel   .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }

    #feedback_carousel  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    #feedback_carousel  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    #feedback_carousel  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    #feedback_carousel  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    #feedback_carousel  .carousel-inner .carousel-item-next,
    #feedback_carousel  .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }

   

    /* left or forward direction */
    #feedback_carousel  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    #feedback_carousel   .carousel-item-next.carousel-item-left + .carousel-item,
    #feedback_carousel   .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    #feedback_carousel  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    #feedback_carousel  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    #feedback_carousel  .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    #feedback_carousel  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    #feedback_carousel  .carousel-item-prev.carousel-item-right + .carousel-item,
    #feedback_carousel   .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    #feedback_carousel   .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    #feedback_carousel    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
@media only screen and (min-width: 992px) {
    html{
        font-size: 16px;
    }
}

@media only screen and (min-width: 1199px){
    html{
        font-size: 21px;
    }
}

@media (max-width: 1199px) {
    .menu_section_inner_footer .container{
        flex-wrap: wrap;
    }
    .product_head{
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width: 992px) {
    .resource_contentDiv > div:last-child,.resource_contentDiv+.resource_contentDiv
    {
        display: none
    }
    .resourceItem{
        width: 100%;
    }
    .resource_content {
        width: 350px;
    }
    .resource_list {
        width: calc(100% - 350px);
    }
	.resource_center_head {
       margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    #bannerWrap  .product_img{
       margin-top: 20px;
    }
        ul.slick-dots {
            display: flex;
            justify-content: center;
        }
      #banner  .slick-list, .sideHeading {
            display: none;
        }
        .slick-dots li button {
            font-size: 0;
            width: 8px;
            opacity: .5;
            height: 8px;
            border-radius: 100px;
            margin: 0 9px;
            padding: 0;
        }
        .slick-dots li.slick-active button {
            opacity: 1;
        }
        .wrap_rotating{
            width: 100%;
            justify-content: center;
        }
    #product_section:before,.updown_arrows, #product_section::after{
        display: none;
    }
    #updates_section{
        padding-top: 30px
    }
    .mobile_Banner{
        display: block;
        width: 100%;
    }
    .overview_image,.overview_body,.fact_sec,.updates_body{
        width: 100%;
        text-align: center;
    }
    #bannerWrap,.product_head,.product_body{
        width: 100%;
    }
    .fact_sec{
        margin-bottom: 15px;
    }
    .updates_header,.overview_header, .testimonial_header{
        position: static;
        justify-content: center;
    }
    h2.updates_body_head.h2-head{
        padding-top: 0;
    }
    .bottom_border{
        margin: 20px auto;
    }
    .carousel-indicators{
        margin-bottom: -20px;
    }
    .overview_image{
        order: 1;
    }
   /* .resource_content_img svg {
        width: 80%;
    }*/
    .overview_body{
        order: 0;
        padding: 0 0 15px 0rem;
    }
    .facts_body_segment{
        align-items: center;
        flex-direction: column;
    }
    .fact_sec{
        width: 200px;
    }
    .fact_sec > div{
        height: 200px;
    }
    .updates_image {
        text-align: center;
        display: block;
        width: 100%;
    }
    .resource_list{
        width: 100%;
		position: unset;
    }
    .contactus_head {
        width: 100%;
        text-align: center;
        margin: 0px 0 30px;
    }
    #product_contactus_section {
        margin: 40px 0 50px;
    }
    .contactus_div {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .resource_segment_inner{
        flex-wrap: wrap;
        width: 100%;
    }
   .r_listing{
        width: 100%;
		margin-bottom: 0;
		padding: 0;
		background-color: inherit;
		box-shadow: none;
		font-weight: 500;
    }
    .r_listing > div{
        width: 30%;
		font-size: 15px;
		flex: auto;
		border-right: none;
		margin-bottom: 15px;
    }
    .resource_image,.resource_contentDiv > div:last-child{
        display: none;
    }
    .resourceItem{
		width: 100%;
		/*max-width: 350px;*/
		margin-left: 0;
		padding-bottom: 16px;
		margin-top: 150px;
    }
    .resource_contentDiv {
        justify-content: center;
		flex-wrap: wrap;
       }
       .resource_btn {
      float: none;
        display: block;
        width: 90px;
        margin: 30px auto 0;
    }
    .updates_img,.overview_img, .rec_arrow_1, .rec_arrow_2, .rec_arrow_3,.web1,
    .box_1,.box_2,.box_3,.box_4{
        max-width: 100%;
        height: auto;
        width: auto;
    }
    .web1{
        height: 50px;
    }
    .announce1{


    }
    .rotating_sec{
        width: 100%;
        text-align: left;
        justify-content: flex-start;
        margin: 20px 0;
    }
    .sideHeading{
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 10px;
    }
    .rotating_list{
        order: 2;  
    }
    .product_segment #banner{
        padding: 30px 0 0 0;
    }
    .updown_arrows img {
        width: 12px;
        height: 22px;
        margin-bottom: 2px;
    }
    .updown_arrows{
        padding: 0 0.5rem 0 0;
    }
    .sideHeading .list_head{
        font-size: 18px;
        margin-top: 25px;
    }
    .list_head{
        font-size: 18px;
    }
    .list_sub{
        font-size: 14px;
    }
    .overview_header, .testimonial_header,.updates_header{
        font-size: 16px;
        margin-bottom: 30px;
    }
    #resource_section::before{
        background-size: 100%;
    }
    .container{
		padding-right: 30px;
		padding-left: 30px;
    }
    .product_head{
        font-size: 30px;
        line-height:35px;
    }
    .back_circle {
        bottom: -30%;
        left: 40%;
        z-index: 9;
    }
    .back_map {
        width: 250%;
    }
    .h2-head{
        font-size: 24px;
        line-height: normal;
    }
    .dotted_back {
        top: -40px;
    }
	#resource_section::before {
		content: "";
		position: absolute;
		width: 50%;
		height: 100%;
		background: #E1F5FC;
		right: 0;
		z-index: -1;
		top: 0;
		border-top-right-radius: 3rem;
    }
    .resource_active{
        padding-left: 0;
        background: none;
    }
    .overview_image,#resource_section{
        margin-top: 30px;
    }
    .resource_content_head{
        margin-bottom: 30px;
    }
    .resource_head {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .Book_text {
     /*   font-size: 14px;
        width: 128px;
        top: 55px;*/
        line-height: normal;
    }
    #feedback_section .slick-arrow{
        right: 0;
        bottom: -10px;
    left: 25px;
    margin: auto;
    }
    #feedback_section .slick-next{
        right: 50px;
        left: 0;
    }
}

/*------- new video section ----------*/
.video_id {
    display: none;
    opacity: 0;
    z-index: -1;
    transition: all .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
}
.playvideo.video_id {
    z-index: 999;
    opacity: 1;
    display: block;
    width: 76%;
    height: 83.5%;
    position: absolute;
    top: 5%;
    left: 12.4%;
    margin: auto;
}
.iframeVideo {
    display: none;
}
.playvideo + .iframeVideo{
    height: 83.5%;
    width: 76%;
    position: absolute;
    transform: scale3d(1);
    display: block;
    left: 12.4%;
    top: 5%;
    bottom: unset;
    margin: auto;
    z-index: 9999;
    text-align: center;
    -webkit-animation-duration: 0.65s;
    animation-duration: 0.65s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: open_video;
}
@keyframes open_video {
    0% { opacity: 0; height: 83.5%; width: 76%; }
    100% { opacity: 1; height: 83.5%; width: 76%;}
}


.videos_segment{
    padding: 2rem 0 6rem 0;
}
.videos_title{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
}
.videos_top{
    padding: 0 0 3rem 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.videos_top_left{
    margin-right: -3%;
    text-align: right;
}
.videos_top_right{
    margin-left: -3%;
}
.videos_top_left, .videos_top_right{
    width: 25%;
    margin-top: 10px;
    z-index: 5;
}
.videos_top_center{
    width: 56%;
    z-index: 12;
    position: relative;
    overflow: hidden;
}
.videos_top_center img{
    width: 100%;
}
.videos_feature{
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}
.videos_feature_title{
    font-size: 16px;
    color: #030C27;
    font-weight: 600;
    margin-bottom: 10px;
}
.videos_feature_text{
    font-size: 15px;
    font-weight: 300;
    color: #ADADAD;
    line-height: 1;
}
.videos_top_left .videos_feature_img{
    margin-left: 15px;
}
.videos_feature_img img{
    width: 42px;
    height: 42px;
}
.videos_top_right .videos_feature_img{
    margin-right: 15px;
}

.videos_top_play {
    position: absolute;
    left: 1.5%;
    top: 35%;
    right: 0;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 7;
    margin: auto;
}
.videos_top_play:before, .videos_top_play::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: -1;
}
.videos_top_play::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #009FD4;
    opacity: 0;
}
.videos_top_play::after {
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #009FD4;
    opacity: 0;
    margin: auto;
    pointer-events: none;
}
.videos_top_play:hover:before,.videos_top_play:hover::after {
    -webkit-animation-name: videosPlay;
    animation-name: videosPlay;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes videosPlay {
    from {
        opacity: 1;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
      opacity: 0;
      -webkit-transform: scale3d(2,2,2);
      transform: scale3d scale3d(2,2,2);
    }
}
@keyframes videosPlay {
    from {
        opacity: 1;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
      opacity: 0;
      -webkit-transform: scale3d(2,2,2);
      transform: scale3d scale3d(2,2,2);
    }
}
.videos_top_svg {
    position: absolute;
    z-index: 13;
    background: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.videos_top_play svg {
    width: 25px;
}

.videos_mid{
    padding: 0 0 3.5rem 0;
    text-align: center;
}
.videos_mid_text{
    text-align:center;
    color: #24B8EB;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.videos_mid_img img{
    width: 22%;
}
.videos_end_img{
    width: 100%;
}
.podcast_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.podcast_divs{
    width: 240px;
    height: 100px;
	-webkit-box-shadow: 0px 3px 10px rgba(36,184,235,0.2);
    -ms-box-shadow: 0px 3px 10px rgba(36,184,235,0.2);
    box-shadow: 0px 3px 10px rgba(36,184,235,0.2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    transition: transform 0.35s ease-in-out;
}
.podcast_divs:hover{
    transform: scale(1.1);
}
.podcast_divs img{
    width: auto;
    height: 50px;
    cursor: pointer;
    max-width: 165px;
}
.podcast_divs img.gpm{
    height: 100px;
}

@media (max-width: 767px) {
    .videos_segment {
        padding: 0 0 3rem 0;
    }
    .videos_top {
        padding: 0 0 2rem 0;
		flex-wrap: wrap;
    }
    .videos_top_left, .videos_top_right {
        width: 100%;
        margin: 0;
        z-index: 1;
        text-align: center;
    }
    .videos_top_left .videos_feature{
        flex-direction: column-reverse;
    }
    .videos_top_right .videos_feature{
        flex-direction: column;
    }
    .videos_feature_img{
        margin: 0 0 12px 0 !important;
    }
    .videos_top_center {
        width: 100%;
        margin-bottom: 45px;
    }
    .videos_top_play {
        width: 40px;
        height: 40px;
        left: 1%;
        top: 34%;
    }
    .videos_top_play::after {
        width: 30px;
        height: 30px;
    }
    .videos_top_svg {
        width: 40px;
        height: 40px;
    }
    .videos_top_play svg {
        width: 15px;
    }
    .videos_mid_img img {
        width: 50%;
    }
    .videos_mid_text {
        font-size: 25px;
        font-weight: 400;
        margin-bottom: 1.5rem;
    }
    .podcast_divs {
        width: 43%;
        height: 80px;
        margin: 10px 12px;
    }
    .podcast_divs img {
        width: auto;
        height: 45px;
        max-width: 115px;
    }
    .podcast_divs img.gpm {
        height: 80px;
    }
}
/*------- new video section ----------*/
/* Custom CSS */
.resource_cat span {
    border: 1px solid #444444;
    border-radius: 0.2rem;
    padding: 0.25rem 0.5rem;
    line-height: 1;
    min-width: 30%;
    display: inline-block;
	font-size: 14px;
    margin-bottom: 1rem;
}
.menuUl li a:hover {
    color: #009FD4;
}
.resource_content_head {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    color: #7b7a7a;
    font-weight: 600;
    margin-bottom: 0rem;
    height: 80px;
    overflow: hidden;
}
.blog_top_text {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0.75rem;
    height: 48px;
    overflow: hidden;
}