*{
     padding: 0;
     margin: 0;
}
 body{
     background-color: #fff;
    font-family: 'Arima', cursive;
     font-size: 16px;
     line-height: 26px;
     color: #6a8695;
     position: relative;
     overflow-x: hidden;
}
 ::-webkit-scrollbar {
     width: 8px;
     height: 8px 
}
 ::-webkit-scrollbar-thumb {
     cursor: pointer;
     background-image: linear-gradient(145deg, #362FD9 0%, #3C84AB 75%, #85CDFD 100%);
}
 ::selection {
     background-color: #622dfa;
     color: #fff 
}
 -webkit-::selection {
     background-color: #622dfa;
     color: #fff 
}
 ::-moz-selection {
     background-color: #622dfa;
     color: #fff 
}
 h1, h2, h3, h4, h5, h6{
     font-family: 'Arima', cursive;
     -webkit-font-smoothing:antialiased;
     color: #233570;
}
 h1{
     font-size: 46px;
     font-weight: 600;
     line-height: 56px;
     margin: 0 0 10px;
     letter-spacing: -2px;
}
 h2{
     font-size: 32px;
     line-height: 42px;
     margin: 0 0 10px;
     font-weight: 600;
     letter-spacing: -1px;
}
 h3,h4{
     margin: 0 0 10px;
     font-weight: 600;
     line-height: 1.7;
     letter-spacing: -0.5px;
}
 h3{
     font-size: 16px;
}
h4,h5,h6{
     font-size: 14px;
     margin: 0 0 10px;
}
 img{
     border: none;
     outline:none;
     max-width: 100%;
}
 ul{
     display: block;
     list-style: none;
     padding: 0;
     margin: 0;
}
 p{
     font-size: 16px;
     font-weight: 500;
     line-height: 30px;
     margin-bottom: 10px;
    color: #000;
    text-align: justify;
}
 a, a:hover{
     text-decoration: none;
}
 a:focus{
     outline: 0;
     text-decoration: none;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
     color: #ddd !important;
}
 button{
     border: none;
     background: none;
}
section{
    overflow: hidden;
}
.container {
    max-width: 1250px;
    width: 100%;
    padding: 0 5px;
    margin: 0 auto;
}
.w-90{
    width: 90% !important;
}
.padding{
     padding: 70px 0;
}
 .bg-white{
     background-color: #fff;
}
 .bg-grey{
     background-color: #f6f7ff;
}
 .bg-dark{
     background-color: #151948!important;
}
 .bd-bottom{
     border-bottom: 1px solid #eee;
}
.pos-rel{
    position: relative;
}
/*-----------------------------------------------*/
 .btn_group a{
     margin: 5px;
}
 .btn_group_left a{
     margin-right: 15px;
     margin-bottom: 15px;
}
 .default-btn{
     background-image: linear-gradient(145deg, #362FD9 0%, #3C84AB 75%, #85CDFD 100%);
     text-transform: uppercase;
     font-family: 'Arima', cursive;
     color: #fff;
     font-size: 12px;
     border-radius: 10px;
     line-height: 40px;
     font-weight: 600;
     display: inline-block;
     letter-spacing: 0.5px;
     padding: 0 40px;
     transition: all .3s ease-in-out;
     box-shadow: 0 3px 10px rgba(0, 201, 156, 0.5);
     border: 1px solid;
}
 .default-btn:hover{
     background: transparent;
     color: #fff;
     box-shadow: none;
}
.content-section .default-btn:hover{
     background: transparent;
     color: #362FD9;
     box-shadow: none;
}
 .default-btn.btn-pink{
     background-color: #f42267;
     box-shadow: 0px 15px 25px 0px rgba(244, 34, 103, 0.5);
}
 .default-btn.btn-pink:hover{
     box-shadow: none;
}
 .default-btn.btn-blue{
     background-color: #622dfa;
     box-shadow: 0px 15px 25px 0px rgba(98, 45, 250, 0.5);
}
 .default-btn.btn-blue:hover{
     box-shadow: none;
}
 .left-design{
     background-image: url(../img/left-design.png);
     background-repeat: no-repeat;
     position: absolute;
     content: "";
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     z-index: -1;
}
 .right-design{
     background-image: url(../img/right-design.png);
     background-repeat: no-repeat;
     background-position: top right;
     position: absolute;
     content: "";
     width: 100%;
     height: 100%;
     right: 0;
     top: 0;
     z-index: -1;
}
 .owl-controls .owl-dots{
     width: 100%;
     height: auto;
     position: absolute;
     left: 0;
     bottom: -20px;
     text-align: center;
}
 .owl-controls .owl-dots .owl-dot{
     display: inline-block;
     width: 16px;
     height: 8px;
     border-radius: 15px;
     background-color: #555;
     margin: 0 6px;
     position: relative;
     transition: all 0.3s linear;
}
 .owl-controls .owl-dots .owl-dot.active{
     background-color: #362FD9;
     position: relative;
     transition: all 0.3s linear;
}
 .owl-controls .owl-dots .owl-dot.active:before{
     display: block;
     border: 1px solid #362FD9;
     position: absolute;
     content: "";
     width: 20px;
     height: 12px;
     left: 49%;
     top: 50%;
     border-radius: 15px;
     transform: translate(-50%,-50%);
     transition: all 0.3s linear;
}
 .section-heading h2{
     font-size: 32px;
     display: block;
}
 .section-heading span{
     display: inline-block;
     text-transform: uppercase;
     font-size: 12px;
     color: #622dfa;
     font-weight: 600;
     letter-spacing: 0;
    font-family: 'Arima', cursive;
     position: relative;
     margin-bottom: 10px;
     z-index: 1;
}
 a,a:hover, .overlay, img, .form-control, .form-control:hover, button{
     transition: all 0.5s;
}
 .anim-elements{
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     overflow: hidden;
     z-index: -1;
}
 .anim-elements .anim-element{
     position: absolute;
}
 .anim-elements .anim-element:nth-child(1){
     background: rgba(0, 201, 157,0.6);
     width: 10px;
     height: 10px;
     border-radius: 50%;
     top: 12%;
     left: 15%;
     animation: animTwo 13s infinite linear;
}
 .anim-elements .anim-element:nth-child(2){
     border: 5px solid rgba(0, 153, 229,0.30);
     width: 25px;
     height: 25px;
     border-radius: 50%;
     top: 15%;
     left: 45%;
     animation: animOne 15s infinite linear;
}
 .anim-elements .anim-element:nth-child(3){
     border: 5px solid rgb(179 255 0 / 30%);
     width: 25px;
     height: 25px;
     bottom: 20%;
     left: 30%;
     animation: animFour 15s infinite linear alternate;
}
 .anim-elements .anim-element:nth-child(4){
     background: rgba(252, 162, 73,0.80);
     width: 10px;
     height: 10px;
     border-radius: 50%;
     bottom: 15%;
     right: 25%;
     animation: animFive 15s infinite linear alternate;
}
 .anim-elements .anim-element:nth-child(5){
     background: rgba(100, 45, 250,.4);
     width: 3px;
     height: 20px;
     top: 18%;
     right: 25%;
     animation: animFour 15s infinite linear alternate;
}
 .anim-elements .anim-element:nth-child(5):after, .anim-elements .anim-element:nth-child(5):before {
     content: "";
     display: block;
     width: 100%;
     height: calc(50% - 2px);
     top: 6px;
     background: inherit;
     position: absolute;
     transform: rotate(90deg);
}
 .anim-elements .anim-element:nth-child(5):before {
     right: -6px;
}
 .anim-elements .anim-element:nth-child(5):after {
     left: -6px;
}
 @keyframes animOne {
     0% {
         transform: translate(0px, 0px) rotate(0deg) 
    }
     20% {
         transform: translate(73px, -1px) rotate(35deg) 
    }
     40% {
         transform: translate(141px, 72px) rotate(75deg) 
    }
     60% {
         transform: translate(83px, 122px) rotate(110deg) 
    }
     80% {
         transform: translate(-40px, 72px) rotate(145deg) 
    }
     100% {
         transform: translate(0px, 0px) rotate(0deg) 
    }
}
 @keyframes animTwo {
     0% {
         transform: translate(0px, 0px) rotate(0deg) scale(1) 
    }
     20% {
         transform: translate(73px, -1px) rotate(36deg) scale(.9) 
    }
     40% {
         transform: translate(141px, 72px) rotate(72deg) scale(1) 
    }
     60% {
         transform: translate(83px, 122px) rotate(108deg) scale(1.2) 
    }
     80% {
         transform: translate(-40px, 72px) rotate(144deg) scale(1.1) 
    }
     100% {
         transform: translate(0px, 0px) rotate(0deg) scale(1) 
    }
}
 @keyframes animThree {
     0% {
         transform: translate(165px, -179px) 
    }
     100% {
         transform: translate(-346px, 617px) 
    }
}
 @keyframes animFour {
     0% {
         transform: translate(-300px, 151px) rotate(0deg) 
    }
     100% {
         transform: translate(251px, -200px) rotate(180deg) 
    }
}
 @keyframes animFive {
     0% {
         transform: translate(61px, -99px) rotate(0deg) 
    }
     21% {
         transform: translate(4px, -190px) rotate(38deg) 
    }
     41% {
         transform: translate(-139px, -200px) rotate(74deg) 
    }
     60% {
         transform: translate(-263px, -164px) rotate(108deg) 
    }
     80% {
         transform: translate(-195px, -49px) rotate(144deg) 
    }
     100% {
         transform: translate(-1px, 0px) rotate(180deg) 
    }
}
 .header-section{
    width: 98%;
    z-index: 99;
    position: fixed;
    left: 1%;
    top: 0;
    border-radius: 10px;
    padding: 5px 0;
    background: #fff;
    box-shadow: 0 2px 5px rgb(16 16 16 / 8%);
}
.navbar-fixed-top.header-section{
    width: 98%;
    left: 1%;
    border-radius: 10px;
}
 .navbar-fixed-top.header-section{
     background-color: #fff;
     box-shadow: 0 2px 5px rgba(16,16,16,.08);
     border-bottom: 0;
}
.navbar-fixed-top.header-section h2{
    color: #233570;
}
.navbar-fixed-top ul.nav > li > a{
    color: #233570;
}
 .navbar-fixed-top ul.nav > li > a:hover, .navbar-fixed-top ul.nav > li > a:focus, .navbar-fixed-top ul.nav > li.active > a{
     color: #233570;
}
 .logo-light, .navbar-fixed-top .logo-light, .logo-dark, .navbar-fixed-top .logo-dark, .navbar-fixed-top.header-section, .header-section{
     transition: all 0.3s ease-in-out;
}
 .navbar{
     border: medium none;
     border-radius: 0;
     margin: 0;
     position: relative;
     padding: 0;
}
 .navbar-header {
     padding: 17px 0;
}
 .navbar-header .brand{
     font-size: 25px;
     color: #333;
    font-family: 'Arima', cursive;
     letter-spacing: -1px;
     font-weight: 600;
     margin-left: 13px;
}
 .navbar-header .nav-btn{
     padding: 8px;
     border-radius: 1px;
}
 .navbar-header .nav-btn .icon-bar{
     background-color: #fff;
     width: 18px;
}
 .navbar-fixed-top .navbar-header .nav-btn .icon-bar{
     background-color: #777;
}
 .navbar-header .nav-btn:hover, .navbar-header .nav-btn:focus{
     opacity: 0.8;
}
 #navbar{
     z-index: 999;
     padding: 0 15px;
}
 ul.nav > li{
     position: relative;
     padding: 5px 20px;
}
 ul.nav > li > a{
     color: #233570;
    font-family: 'Arima', cursive;
     display: inline-block;
     vertical-align: middle;
     letter-spacing: 0;
     font-size: 14px;
     font-weight: 600;
     text-transform: uppercase;
     z-index: 1;
}
 ul.nav > li > a:focus, ul.nav > li > a.active{
     color: #622dfa;
     opacity: 1;
}
 #mainmenu li ul{
     background-color: #fff;
     width: 200px;
     height: auto;
     position: absolute;
     overflow: hidden;
     left: 0;
     top: 140%;
     border-radius: 10px;
     visibility: hidden;
     border-top: 5px solid #622dfa;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     transition: all 0.3s ease 0s;
     z-index: 999;
     box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
}
 #mainmenu li:hover > ul{
     visibility: visible;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
 #mainmenu li ul li{
     border-bottom: 2px solid #eee;
     display: block;
     position: relative;
     padding: 0;
}
 #mainmenu li ul li:last-child{
     border: none;
}
 #mainmenu li ul li a{
    font-family: 'Arima', cursive;
     line-height: 35px;
     display: block;
     padding: 0 10px;
     font-size: 12px;
     font-weight: 400;
     letter-spacing: -0.2px;
     color: #6a8695;
     transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}
 #mainmenu li > ul > li:hover a{
        background-image: linear-gradient(145deg, #362FD9 0%, #3C84AB 75%, #85CDFD 100%);
     color: #fff;
}
 #mainmenu li > ul ul{
     background-color: #fff;
     left: 200px;
}
 #mainmenu li > ul li:hover > ul li a{
     color: #777;
}
 #mainmenu li ul li:hover > ul{
     top: 0;
     opacity: 1;
     visibility: visible;
}
 #mainmenu li > ul li:hover > ul li > a:hover{
     background-color: transparent;
     color: #fff;
}
 #mainmenu li ul li li a:hover{
     color: #ffca3f !important;
}
 .header-section.transparent{
     background-color: transparent;
}
 .navbar-fixed-top.header-section.transparent{
     background-color: #fff;
}
 .header-section.transparent ul.nav > li > a{
     color: #ddd;
}
 .header-section.transparent ul.nav > li > a:hover, .header-section.transparent ul.nav > li > a.active{
     color: #fff;
}
 .navbar-fixed-top.header-section.transparent ul.nav > li > a{
     color: #233570;
}
 .navbar-fixed-top.header-section.transparent ul.nav > li > a:hover, .navbar-fixed-top.header-section.transparent ul.nav > li > a.active{
     color: #622dfa;
}
 .navbar-fixed-top.transparent .logo-dark, .transparent .logo-light{
     display: block;
}
 .navbar-fixed-top.transparent .logo-light, .transparent .logo-dark{
     display: none;
}
 .transparent .slicknav_menu .slicknav_icon-bar {
     box-shadow: 0 2px 0 rgba(255,255,255,1);
     background-color: transparent;
}
 .top-bar {
     width: 100%;
     transition-duration: .3s;
     background-color: #063455;
}
 .border-color-gray-transparent {
     border-color: rgb(119 119 119 / 30%)!important;
}
 .top-bar-contact {
     display: inline-block;
     vertical-align: middle;
}
 .font-family-SegoeSemiBold {
     font-family: SegoeSemiBold!important;
}
 .top-bar-contact .top-bar-contact-list.helpdesk-title {
     background: #247cff;
     padding: 10px 20px;
     color: #fff;
}
 .top-bar-contact .top-bar-contact-list {
     padding: 9px 25px 10px 0;
     font-size: 15px;
     display: inline-block;
     float: left;
     color: #fff;
     font-weight: 500;
}
 .top-bar-contact .top-bar-contact-list a {
     color: #fff;
}
 .top-bar-contact .top-bar-contact-list i {
     margin-right: 6px;
     font-size: 16px;
     position: relative;
     top: 1px;
}
 .padding-5px-tb {
     padding-top: 5px;
     padding-bottom: 5px;
}
 .top-bar .social-icon li {
     list-style: none;
     display: inline-block;
     margin-left: 5px;
     color: #fff;
}
 .top-bar .social-icon li a, .top-bar .social-icon li a::after {
     transition: .3s;
}
 .top-bar .social-icon li a {
     font-size: 14px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: 0 0;
     border-radius: 30px;
     width: 32px;
     height: 32px;
     color: #247cff;
     position: relative;
     z-index: 9;
}
 .social-icon a:last-child {
     margin-right: 0;
     color: inherit;
}
.top-bar .social-icon li a::after {
    background: #deebff;
    height: 32px;
    left: -1px;
    top: -1px;
    width: 32px;
    border-radius: 42px;
}
.top-bar .social-icon li a::before {
    height: 32px;
    left: -1px;
    top: -1px;
    width: 32px;
    border-radius: 42px;
    opacity: 0;
}
.top-bar .social-icon li a::after, .top-bar .social-icon li a::before {
    background: #fff;
    content: '';
    position: absolute;
    z-index: -1;
}
.top-bar .social-icon li a i{
    color: #063455;
}
.slicknav_menu {
    background: none;
    padding: 0;
    display:none;
    z-index: 999;
}
.slicknav_nav {
    background-color: #fff;
    font-size: 16px;
    padding: 20px 15px;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgb(0 201 156 / 50%);
}
.js .slicknav_menu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 100%;
}
.navbar-brand h2{
    font-size: 40px;
    color: #fff;
    margin: 0px;
}
.navbar-brand{
    width: 200px;
}
.slicknav_btn{
    background-color: transparent;
    margin: -63px 0px 0px;
}
.transparent .slicknav_btn {
    margin: -60px 0px 0px;
}
.transparent.navbar-fixed-top .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_icon-bar {
    width: 25px;
    height: 5px;
    box-shadow: 0 2px 0 rgba(0,0,0,.5);
}
.slicknav_nav .slicknav_row:hover, .slicknav_nav .slicknav_row, .slicknav_nav a, .slicknav_nav a:hover{
    border-radius: 0;
}
.slicknav_nav .slicknav_row, .slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #233570;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.2px;
}
.slicknav_nav .slicknav_arrow {
    float: right;
    color: #999;
}
.slicknav_nav a .caret{
    display: none;
}
.slicknav_nav ul{
    margin: 0;
}
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 14px;
    color: #233570;
}
.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover{
    background-color: transparent;
    color: #333;
}
.header-right{
    display: flex;
    align-items: center;
}
.header-right .menu-btn{
    background-color: #FF3465;
    color: #fff!important;
    padding: 0 30px;
    border-radius: 3px;
    line-height: 45px;
    display: inline-block;
    font-family: 'Arima', cursive;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin: 0;
}
.header-right .menu-btn:hover{
    opacity: 0.8;
    color: #fff;
}
.freeDemoBtn{
    background-image: linear-gradient(145deg, #362FD9 0%, #3C84AB 75%, #85CDFD 100%);
    border-radius: 10px;
    color: #fff !important;
    border: 1px solid #362FD9;
    padding: 5px 20px;
    box-shadow: 0 3px 10px rgb(0 201 156 / 50%);
}
 ul.nav > li:last-child{
    padding: 0px !important;
}
.freeDemoBtn:hover{
    background-image: none;
    border-radius: 10px;
    color: #362FD9 !important;
    box-shadow: none;
}
.freeDemoBtn:hover:after{
    display: none !important;
}
ul.nav > li > a:hover:after{
    content: '';
    background-image: linear-gradient(145deg, #362FD9 0%, #3C84AB 75%, #85CDFD 100%);
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -24px;
    transition: all .5s;
}
.newB a.flip-animate:hover span {
    transform: rotateX(90deg) translateY(-22px);
}
.flip-animate {
    perspective: 1000px;
}
.newB a.flip-animate span {
    position: relative;
    display: inline-block;
    padding: 0;
    transition: transform .3s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
}
.newB a.flip-animate span:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    transition: color .3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: center;
    background-image: linear-gradient(145deg, #362FD9 0%, #3C84AB 75%, #85CDFD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
ul.nav > li > a.active span{
    background-image: linear-gradient(145deg, #362FD9 0%, #3C84AB 75%, #85CDFD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mobileMenuItem{
    display: none;
}
/*-----------------header end---------------------------------------*/
.homeslider{
    background-color: #fff;
    height: 735px;
    overflow: hidden;
    background-image: url(../img/bgBanner.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 75px 0 0 0;
}
#rig-slider{
    top: 140px;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    *width: 100%;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -khtml-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.homeslider .carousel-indicators{
    left: auto;
    display: block;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    right: 20px;
    margin: 0;
}
.homeslider .carousel-indicators li{
    width:8px;
    height:8px;
    border-radius:42px;
    background:#fff;
    border:1px solid #362FD9;
    margin:5px 0px;
    transition:.8s;
    -webkit-transition:.8s 
}
.homeslider .carousel-indicators li.active{
    height:30px;
    background-image: linear-gradient(145deg, #362FD9 0%, #3C84AB 75%, #85CDFD 100%);
}
.homeslider .slide-content{
    z-index: 9;
}
.homeslider .slide-content h2{
    font-size:45px;
    line-height:1.3;
    font-weight:700;
    color:#fff;
    position: relative;
    letter-spacing: 1.1px;
}
.homeslider .slide-content h2:before{
    content: '';
    position: absolute;
    left: 263px;
    bottom: -4px;
    background: url(../img/banner/text_book.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 50px;
}
.homeslider .slide-content h6{
    font-size:16px;
    color:#fff;
    line-height:1.4;
}
.sv-main{
    width: 80%;
}
.slide-view .sv1{
    left: -130px;
    top: 100px;
    width: 44%;
    height: 100px;
}
.slide-view .sv2{
    right: 0px;
    top: 5px;
    z-index: 11;
    width: 44%;
    height: 100px;
}
.slide-view .sv3{
    right: 0px;
    top: 180px;
    z-index: 11;
    width: 44%;
    height: 100px;
}
.homeslider .s-shapers1{
    top:-100px;
    left:-100px;
    width:450px ;
}
.homeslider .s-shapers1 img{
    animation:6s ease-in-out infinite float 
}
.homeslider .s-shapers2{
    top:0;
    right:-200px 
}
.homeslider .s-shapers2 img{
    animation:50s infinite fa-spin 
}
.download-app .circle-shapers{
    top:-80px;
    right:-40px 
}
@keyframes float{
    0%,100%{
        transform:translate(0) 
    }
    50%{
        transform:translate(-30px) 
    }
}

.wave-shape {
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    transform: rotate(180deg);
    width: 100%;
    overflow: hidden;
    height: 65px;
}
.homeslider .wave-shape {
    top: initial;
    bottom: 0;
    transform: rotate(0deg);
}
.river-wave {
    background: url(../img/banner/wave.svg) repeat-x;
    position: absolute;
    top: 0;
    width: 6400px;
    height: 65px;
    animation: river-wave 35s cubic-bezier(.36,.45,.63,.53) infinite;
    transform: translate3d(0,0,0);
}
.river-wave:nth-of-type(2) {
    top: 0;
    animation: river-wave 20s cubic-bezier(.36,.45,.63,.53) -.125s infinite;
    opacity: 1;
}
@keyframes river-wave{
    0% {
        margin-left:0
    }
    100% {
        margin-left:-1600px
    }
}
.shape_content1{
    background-color: #fff;
    border-radius: 20px 20px 0 20px;
    text-align: left;
    padding: 10px;
    position: relative;
}
.shape_content1:after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -10px;
    transform: translate(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.shape_content1 h6{
    color: #F6C70B;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 5px 0;
}
.shape_content1 p{
    color: #6B6B6B;
    font-size: 12px;
    margin: 0px;
    line-height: 14px;
}
.shape_content2{
    background-color: #fff;
    border-radius: 20px 20px 20px 0;
    text-align: left;
    padding: 10px;
    position: relative;
}
.shape_content2:after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: -10px;
    transform: translate(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.shape_content2 h6{
    color: #26A96C;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 5px 0;
}
.shape_content2 p{
    color: #6B6B6B;
    font-size: 12px;
    margin: 0px;
    line-height: 14px;
}
.shape_content3{
    background-color: #fff;
    border-radius: 20px 20px 20px 0;
    text-align: left;
    padding: 10px;
    position: relative;
}
.shape_content3:after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: -10px;
    transform: translate(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.shape_content3 h6{
    color: #1708C8;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 5px 0;
}
.shape_content3 p{
    color: #6B6B6B;
    font-size: 12px;
    margin: 0px;
    line-height: 14px;
}
/*------------------------------slider sec------------------------------------*/
 .dia-service-img {
     margin-top: 55px;
     z-index: 9;
     width: 70%;
     margin: 0 auto;
}
 .dia-service-img .dia-service-shape1 {
     left: 0;
     top: 10px;
     z-index: -1;
     animation-name: spin;
     animation-duration: 10000ms;
     animation-iteration-count: infinite;
     animation-timing-function: linear;
}
 .dia-service-img .dia-service-shape2 {
     top: 0;
     z-index: -2;
}
 @keyframes spin {
     from {
         transform:rotate(0deg);
    }
     to {
         transform:rotate(360deg);
    }
}
/*-------------------------------about sec-------------------------*/
.main_he{
    font-size: 32px;
    line-height: 42px;
    color: #233570;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px;
}
.main_he strong {
    background-image: linear-gradient(145deg, #362FD9 0%, #3C84AB 75%, #85CDFD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-weight: 600;
}
.springy-text {
     animation-name: springy-text;
     animation-duration: 2s;
     animation-timing-function: ease;
     animation-delay: 0s;
     animation-iteration-count: 1;
     animation-direction: normal;
     animation-fill-mode: forwards;
}
 @keyframes springy-text {
     0% {
         letter-spacing: -5px;
    }
     100% {
         letter-spacing: -1.6px;
    }
}
 .hero-section{
     height: 600px;
     position: relative;
     border-top: 1px solid #eaeaea;
     z-index: 1;
}
 .hero-bg-shape{
     background-image: url(../img/hero-bg.png);
     background-repeat: no-repeat;
     background-position: right top;
     background-size: contain;
     position: absolute;
     width: 100%;
     height: 100%;
     right: 0;
     top: 0;
     z-index: -1;
}
 .circle-box{
     border: 10px solid #dddddd4a;
     height: 200px;
     width: 200px;
     border-radius: 50%;
     position: absolute;
     right: 100px;
     z-index: -1;
}
 .hero-content h1{
     margin-bottom: 20px;
     font-size: 40px;
}
 .hero-content p{
     margin-bottom: 30px;
}
 .hero-section.hero-2{
     background: #1045db;
     background: -webkit-linear-gradient(135deg, #1045db 0%, #15095e 60%, #15095e 99%);
     background: -o-linear-gradient(135deg, #1045db 0%, #15095e 60%, #15095e 99%);
     background: linear-gradient(-45deg, #1045db 0%, #15095e 60%, #15095e 99%);
     height: 650px;
}
 .hero-2 .hero-content h1{
     color: #fff;
}
 .hero-2 .hero-content p{
     color: #ddd;
}
 .hero-section.hero-3{
     position: relative;
     z-index: 1;
}
 .support-hero{
     background-image: url(../img/hero-support-desk.png);
     background-repeat: no-repeat;
     background-position: top center;
     background-size: cover;
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     border-radius: 0 0 0 0;
     z-index: -1;
}
 .hero-section.hero-3 .hero-content h1{
     color: #fff;
}
 .hero-section.hero-3 .hero-content p{
     color: #ddd;
}
 .search-box.support-search .form-control{
     background-color: #fff;
     height: 60px;
     box-shadow: none;
     color: #777;
     width: 330px;
     border: none;
}
 .search-box.support-search .form-control:hover, .search-box.support-search .form-control:focus{
     border: none;
}
 .search-box.support-search .nice-select{
     width: 100px;
     height: 60px;
     line-height: 60px;
     border: none;
     margin-left: -2px;
     border-left: 1px solid #eaeaea;
     border-radius: 0;
}
 .hero-section.hero-3 .default-btn.btn-pink{
     height: 60px;
     line-height: 60px;
}
 .hero-section.hero-4{
     background-color: transparent;
     background-image: linear-gradient(-134deg, #c86dd7 0%, #3023ae 100%);
     position: relative;
     height: 650px;
     display: flex;
     align-items: center;
     z-index: 1;
}
 .hero-section.hero-4 .hero-content h1{
     color: #fff;
     font-weight: 500;
     letter-spacing: -0.5;
}
 .hero-section.hero-4 .hero-content p{
    font-family: 'Arima', cursive;
     color: #fff;
     font-size: 16px;
     font-weight: 500;
}
 .hero-section.hero-4 .hero-wave{
     position: absolute;
     width: 100%;
     height: auto;
     left: 0;
     bottom: 0;
     z-index: -1;
}
 .app-btn a{
     margin-right: 10px;
}
 .app-btn a:hover{
     opacity: 0.8;
}
 .hero-moc{
     background-image: url(../img/mobile-1.webp);
     position: absolute;
     background-repeat: no-repeat;
     background-position: right bottom;
     background-size: 85%;
     width: 432px;
     height: 780px;
     right: 100px;
     bottom: -105px;
     animation-name: moc-animation;
     animation-duration: 2s;
     animation-iteration-count: infinite;
     animation-timing-function: ease-in-out;
}
 @keyframes moc-animation {
     0% {
         -webkit-transform: translateY(-20px);
         transform: translateY(-20px);
    }
     50% {
         -webkit-transform: translateY(-10px);
         transform: translateY(-10px);
    }
     100% {
         -webkit-transform: translateY(-20px);
         transform: translateY(-20px);
    }
}
 .wave-1{
     background-image: url(../img/wave-1.png);
     position: absolute;
     background-repeat: no-repeat;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     z-index: -1;
}
 .hero-section.hero-4 .bubble-effect .bubble.b-2, .hero-section.hero-4 .bubble-effect .bubble.b-3, .hero-section.hero-4 .bubble-effect .bubble.b-4, .hero-section.hero-4 .bubble-effect .bubble.b-6, .hero-section.hero-4 .bubble-effect .bubble.b-1{
     background-color: transparent;
     border: 3px solid rgba(255,255,255,0.2);
}
 .hero-section.hero-4 .bubble-effect .bubble.b-3{
     top: 55%;
}
 .hero-section.hero-4 .bubble-effect .bubble.b-5{
     background-color: rgba(255,255,255,0.2);
     right: 570px;
}
 .hero-section.hero-5{
     background: #1045db;
     background: -webkit-linear-gradient(135deg, #1045db 0%, #15095e 60%, #15095e 99%);
     background: -o-linear-gradient(135deg, #1045db 0%, #15095e 60%, #15095e 99%);
     background: linear-gradient(-45deg, #1045db 0%, #15095e 60%, #15095e 99%);
     height: 650px;
}
 .hero-5 .hero-img-wrap{
     position: relative;
     margin-top: 50px;
}
 .hero-5 .hero-content h1{
     color: #fff;
}
 .hero-5 .hero-content p{
     color: #ddd;
    font-family: 'Arima', cursive;
     font-size: 15px;
}
 .hero-5 .hero-img-wrap .h-icon{
     position: absolute;
     left: 0;
     backface-visibility: hidden;
     animation: dl-bounce 1s ease-in-out 0s infinite alternate;
}
 .hero-5 .hero-img-wrap .h-icon-1{
     left: 24.5%;
     top: 6%;
}
 .hero-5 .hero-img-wrap .h-icon-2{
     left: inherit;
     right: 38%;
     top: 0px;
     -webkit-animation-delay: .3s;
     animation-delay: .3s;
}
 .hero-5 .hero-img-wrap .h-icon-3{
     top: 44%;
     left: 32.4%;
     -webkit-animation-delay: .4s;
     animation-delay: .4s;
}
 .hero-5 .hero-img-wrap .h-icon-4{
     left: inherit;
     right: 30%;
     top: 43%;
     animation-delay: .5s;
}
 @keyframes dl-bounce {
     0% {
         -webkit-transform: translateY(0px);
         transform: translateY(0px) 
    }
     to {
         -webkit-transform: translateY(-30px);
         transform: translateY(-30px) 
    }
}
 .promo-item{
     padding: 20px 10px;
     text-align: center;
     -webkit-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
     position: relative;
     overflow: hidden;
    height: 270px;
    border: 1px solid #ddd;
    border-radius: 25px;
    margin: 0 0 30px 0;
}
 .promo-item:hover{
     cursor: pointer;
         box-shadow: 0 3px 10px rgb(0 201 156 / 50%);
     margin: -10px 0 0 0;
}
.promo-item h4{
    font-size: 14px;
    margin: 0;
}
.promo-item p{
    color: #6a8695;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
}
.promo-item i{
     font-size: 50px;
    
     display: block;
}
 .promo-item .transparent{
     position: absolute;
     left: -35px;
     bottom: -50px;
     font-size: 100px;
     opacity: 0.4;
}
 .promo-content{
     text-align: center;
     padding: 0 20px;
}
 .promo-content img{
     margin-bottom: 20px;
}
 .promo-4 .promo-item{
     background-color: #fff;
     padding: 40px;
     position: relative;
}
 .promo-4 .promo-item:before{
     background: #1045db;
     background: linear-gradient(-45deg, #1045db 0%, #15095e 60%, #15095e 99%);
     position: absolute;
     content: "";
     width: 20%;
     height: 4px;
     left: 50%;
     bottom: 0;
     border-radius: 5px;
     visibility: hidden;
     opacity: 0;
     transform: translateX(-50%);
     transition: all 0.3s ease-in-out;
}
.iconBox{
    box-shadow: 0 2px 5px rgb(16 16 16 / 15%);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    padding: 15px;
}
.content-wrap{
     display: flex;
     align-items: center;
}
 .content-info span{
    font-family: 'Arima', cursive;
     text-transform: uppercase;
     font-weight: 600;
     font-size: 12px;
    background-image: linear-gradient(145deg, #362FD9 0%, #3C84AB 75%, #85CDFD 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     display: block;
     position: relative;
     letter-spacing: 0.5px;
     padding: 0 0 8px 0;
     margin: 0 0 5px 0;
}
 .content-info span:after{
     content: '';
     background-image: linear-gradient(145deg, #362FD9 0%, #3C84AB 75%, #85CDFD 100%);
     width: 100px;
     height: 4px;
     position: absolute;
     left: 0;
     bottom: 0px;
}
 .info_title{
     margin-bottom: 20px;
     font-size: 32px;
    line-height: 42px;
    color: #233570;
    margin: 0 0 10px;
    font-weight: 600;
}
.content-info h1{
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px;
}
.content-info h1 strong{
     background-image: linear-gradient(145deg, #362FD9 0%, #3C84AB 75%, #85CDFD 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     font-size: 32px;
     font-weight: 600;
}
 .content-info p{
     margin-bottom: 30px;
}
 .content-feature li{
     display: inline-block;
     width: 50%;
     float: left;
     padding-right: 10px;
}
 .content-feature-item i{
     font-size: 50px;
     display: block;
     margin-bottom: 10px;
}
 .content-section.content-2 .content-feature-item i{
     background: transparent;
     font-size: 50px;
}
 .content-section.content-3{
     background: #1045db;
}
 .content-section.content-3 span{
     color: #ddd;
}
 .content-section.content-3 h2{
     color: #fff;
}
 .content-section.content-3 p{
     color: #ddd;
}
 .content-section.content-4{
     padding: 50px 0;
}
 .content-4{
     z-index: 1;
}
 .content-4 .img-wrap{
     z-index: -1;
}
 .content-section.content-5{
     position: relative;
     z-index: 1;
}
 .content-moc{
     background-image: url(../img/mobile-2.png);
     position: absolute;
     background-repeat: no-repeat;
     background-position: right bottom;
     background-size: 70%;
     width: 844px;
     height: 100%;
     right: 0;
     bottom: 0;
     z-index: -1;
}
 .content-list li{
     line-height: 35px;
}
 .content-list li i{
     background-color: #622dfa;
     width: 20px;
     height: 20px;
     line-height: 20px;
     text-align: center;
     color: #fff;
     border-radius: 50%;
     font-size: 10px;
     margin-right: 10px;
}
 .web-search-section{
     padding: 100px 0 150px;
     position: relative;
     z-index: 1;
     overflow: hidden;
}
 .web-search-section .cloud{
     background-image: url(../img/wave.png);
     position: absolute;
     content: "";
     width: 100%;
     height: 100%;
     left: 0;
     bottom: -350px;
     z-index: -1;
}
 .web-search-section .left-design{
     background-image: url(../img/left-design-white.png);
     background-repeat: no-repeat;
     position: absolute;
     content: "";
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     z-index: -1;
}
 .web-search-section .right-design{
     background-image: url(../img/right-design-white.png);
     background-repeat: no-repeat;
     background-position: top right;
     position: absolute;
     content: "";
     width: 100%;
     height: 100%;
     right: 0;
     top: 0;
     z-index: -1;
}
 .web-search-section .row{
     padding-bottom: 50px;
}
 .web-search-section .section-heading P{
     color: #ddd;
}
 .search-box .form-control{
     background-color: #fff;
     height: 60px;
     width: 280px;
     border-radius: 30px 0 0 30px;
     color: #555;
     padding-left: 20px;
     border: none;
}
 .search-box .form-control:focus{
     border: 1px solid #fff;
}
 .search-box .form-inline{
     justify-content: center;
}
 .search-box .default-btn{
     box-shadow: none;
     border-radius: 0 30px 30px 0;
     line-height: 60px;
}
 .search-box .default-btn:hover{
     cursor: pointer;
}
 .domain-search-section{
     margin-top: -80px;
}
 .d-search-content{
     text-align: center;
     background-color: #fff;
     border-radius: 3px;
     padding: 50px 20px;
     box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
     transition: all .3s ease-in-out;
     position: relative;
     z-index: 1;
}
 .map{
     background-image: url(../img/satellite-map.png);
     background-repeat: no-repeat;
     background-position: top center;
     background-size: contain;
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     z-index: -1;
}
 .d-search-content h2{
     margin-bottom: 40px;
     font-size: 28px;
}
 .d-search-content .form-control{
     background-color: #fff;
     box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
     border: 2px solid #eaeaea;
     color: #555;
}
 .d-search-content .form-control:focus{
     border: 2px solid #eaeaea;
}
 .domain-price{
     margin-top: 20px;
}
 .domain-price li{
     display: inline-block;
     margin: 0 20px;
}
 .domain-price li span{
    font-family: 'Arima', cursive;
     font-weight: 600;
     margin-right: 5px;
}
 .nice-select{
     height: 50px;
     line-height: 50px;
     border-radius: 2px;
     border: 2px solid #eaeaea;
     border-left: none;
     width: 120px;
     padding-left: 25px;
}
 .search-box .nice-select{
     height: 60px;
     line-height: 60px;
}
 .nice-select .list{
     border-radius: 2px;
}
 .nice-select:active, .nice-select.nc-open, .nice-select:focus{
     border-color: #eaeaea;
}
 .project-section{
     padding: 50px 0;
}
 .project-carousel .owl-stage-outer{
     padding: 0 0 30px;
}
 .project-item .project-content{
     background-color: #fff;
     text-align: center;
     padding: 30px 20px;
     position: relative;
     box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
     transition: all .3s ease-in-out;
}
 .project-item .project-content span{
     text-transform: uppercase;
     font-size: 12px;
     font-weight: 600;
     font-family: 'Arima', cursive;
     display: block;
     margin-bottom: 10px;
}
 .project-item .project-content h3 a{
     font-size: 18px;
     font-weight: 600;
     line-height: 24px;
     display: block;
     color: #233570;
}
 .project-item .project-content h3 a:hover{
     text-decoration: underline;
}
 .project-item .project-content .read-more{
     background-image: -webkit-linear-gradient(180deg, #622dfa 0%, #a88aff 100%);
     width: 40px;
     height: 40px;
     line-height: 40px;
     text-align: center;
     color: #fff;
     display: block;
     border-radius: 50%;
     margin: 0 auto;
     font-size: 12px;
     position: absolute;
     left: calc(50% - 20px);
     bottom: -20px;
     z-index: 1;
}
 .project-item .project-content .read-more:before{
     background-color: rgba(98, 45, 250,0.5);
     position: absolute;
     content: "";
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     transform: scale(1.4);
     border-radius: 50%;
     transition: all 0.3s ease-in-out;
     z-index: -1;
}
 .project-item:hover .read-more:before{
     transform: scale(1.5);
     transition: all 0.2s ease-in-out;
}
 .case-details-carousel .owl-controls .owl-dots{
     bottom: 25px;
}
 .case-details-carousel .owl-controls .owl-dots .owl-dot{
     background-color: #999;
}
 .case-details-carousel .owl-controls .owl-dots .owl-dot.active{
     background-color: #fff;
}
 .case-details-carousel .owl-controls .owl-dots .owl-dot.active:before{
     border-color: #fff;
}
 .case-heading h2{
     font-family: 'Arima', cursive;
     font-size: 24px;
     font-weight: 700;
     line-height: 28px;
     text-transform: uppercase;
}
 .case-list-wrap{
     margin: 40px 0 0;
}
 .case-list-wrap .col-md-6{
     padding-left: 0;
}
 .case-list li{
     margin-bottom: 20px;
     position: relative;
     padding-left: 30px;
}
 .case-list li:last-child{
     margin-bottom: 0;
}
 .case-list li i{
     position: absolute;
     width: auto;
     height: auto;
     left: 0;
     top: 10px;
     color: #622dfa;
     display: inline-block;
}
 .case-sidebar-item{
     padding: 0 20px;
}
 .case-sidebar-item h2,
 .case-sidebar-item h3{
     font-family: 'Arima', cursive;
     font-size: 24px;
     font-weight: 700;
     line-height: 28px;
     text-transform: uppercase;
     position: relative;
     margin-bottom: 30px;
}
 .case-sidebar-item h2:before,
 .case-sidebar-item h3:before{
     background: #622dfa;
     content: '';
     width: 100%;
     height: 3px;
     position: absolute;
     bottom: -10px;
     left: 0;
}
 .case-sidebar-list{
}
 .case-sidebar-list li{
     margin-bottom: 10px;
}
 .case-sidebar-list li:last-child{
     margin-bottom: 0;
}
 .case-sidebar-list span{
     font-weight: 600;
     font-family: 'Arima', cursive;
     font-size: 12px;
     text-transform: uppercase;
     color: #233570;
     letter-spacing: 0;
     margin-right: 8px;
}
 .case-sidebar-item .default-btn{
     margin-top: 30px;
     box-shadow: none;
}
 .case-sidebar-item .default-btn:hover{
     opacity: 0.8;
}
 .brochures-btn .default-btn{
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin: 0;
     margin-bottom: 10px;
}
 .brochures-btn .default-btn:hover{
     opacity: 0.8;
}
 .social-share{
     margin-top: 40px;
}
 .social-share li{
     display: block;
     width: 25%;
     float: left;
}
 .social-share li a{
     display: block;
     font-size: 12px;
     background-color: #f5f5f5;
     text-align: center;
     color: #fff;
     padding: 10px 0;
}
 .social-share li a:hover{
     opacity: 0.8;
}
 .social-share li:nth-child(1) a{
     background-color: #3b5998;
}
 .social-share li:nth-child(2) a{
     background-color: #1da1f2;
}
 .social-share li:nth-child(3) a{
     background-color: #DD4B39;
}
 .social-share li:nth-child(4) a{
     background-color: #c8232c;
}
 .service-item{
     background-color: #fff;
     text-align: center;
     padding: 30px;
     transition: all 0.2s ease-in-out;
}
 .service-item:hover{
     -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
     box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
     transition: all 0.2s ease-in-out;
     cursor: pointer;
}
 .service-item i{
     font-size: 50px;
     margin-bottom: 20px;
     display: block;
}
 .feature-section{
     position: relative;
}
 .feature-section .bubble-effect .bubble.b-3{
     top: 60%;
     left: 400px;
}
 .feature-section .bubble-effect .bubble.b-5{
     top: 55%;
     right: 145px;
}
 .feature-item{
     text-align: center;
     padding: 15px 40px;
}
 .feature-item i{
     font-size: 50px;
     display: block;
     width: 100px;
     height: 100px;
     line-height: 100px;
     text-align: center;
     margin: 0 auto;
     margin-bottom: 20px;
     border-radius: 20px;
}
 .feature-item p{
     margin-bottom: 0;
}
 .nav.nav-pills.tab-nav a{
     background-color: #fff;
     border-radius: 2px;
     height: 50px;
     line-height: 50px;
     padding: 0 20px;
     border-bottom: 1px solid #eaeaea;
     font-family: 'Arima', cursive;
     text-transform: uppercase;
     font-size: 14px;
     font-weight: 600;
     color: #233570;
}
 .nav.nav-pills.tab-nav a.active{
     background-color: #1045db;
     color: #fff;
}
 .host-table{
     background-color: #fff;
     border: 1px solid #eaeaea;
     text-align: center;
     margin-bottom: 0;
}
 .table.host-table th{
     text-transform: uppercase;
     font-family: 'Arima', cursive;
     font-weight: 600;
     color: #233570;
     font-size: 12px;
     border-bottom: 0px solid;
     vertical-align: middle;
}
 .table.host-table td{
     vertical-align: middle;
}
 .table.host-table .default-btn{
     background-color: #1045db;
     height: 40px;
     line-height: 40px;
     box-shadow: none;
     padding: 0 30px;
}
 .table.host-table .default-btn:hover{
     opacity: 0.8;
}
 .testimonial-section{
     padding: 140px 0;
     position: relative;
     z-index: 1;
     overflow: hidden;
}
 .testimonial-section .section-heading h2{
     margin-bottom: 20px;
}
 .clients-thumb{
     position: relative;
}
 .clients-thumb .ct-thumb{
     position: absolute;
     background-repeat: no-repeat;
     background-size: cover;
     border-radius: 50%;
     left: 0;
     top: 0;
     box-shadow: 0 10px 20px 0 rgba(0,0,0,.20) 
}
 .clients-thumb .ct-thumb.thumb-1{
     background-image: url(../img/icon4.png);
     width: 100px;
     height: 100px;
     animation: thumb-scale-up-one 7s infinite linear;
}
 .clients-thumb .ct-thumb.thumb-2{
     background-image: url(../img/icon3.png);
     width: 120px;
     height: 120px;
     left: 150px;
     top: -50px;
     animation: thumb-scale-up-two 6s infinite linear;
}
 .clients-thumb .ct-thumb.thumb-3{
     background-image: url(../img/icon6.png);
     width: 90px;
     height: 90px;
     top: 170px;
     left: 50px;
     animation: thumb-scale-up-three 8s infinite linear;
}
 .clients-thumb .ct-thumb.thumb-4{
     background-image: url(../img/icon11.png);
     width: 110px;
     height: 110px;
     left: 300px;
     top: 100px;
     animation: thumb-scale-up-one 4s infinite linear;
}
 .clients-thumb .ct-thumb.thumb-5{
     background-image: url(../img/icon9.png);
     width: 130px;
     height: 130px;
     left: 150px;
     top: 260px;
     animation: thumb-scale-up-three 8s infinite linear;
}
 .testi-item p{
     margin-bottom: 30px;
}
 .testi-item .testi-thumb{
     margin-bottom: 30px;
     display: flex;
     align-items: center;
}
 .testi-item .testi-thumb img{
     width: 60px;
     height: 60px;
     border-radius: 50%;
     display: inline-block;
     margin-right: 20px;
}
 .testi-item .testi-thumb h3{
     display: inline-block;
     margin-bottom: 0;
     line-height: 1.5;
}
 .testi-item .testi-thumb h3 span{
     display: block;
     font-size: 12px;
     letter-spacing: 0;
     text-transform: uppercase;
     font-family: 'Arima', cursive;
}
 .owl-nav div{
     display: inline-block;
     margin-right: 20px;
}
 .testimonial-carousel .owl-controls .owl-dots{
     text-align: left;
     bottom: -30px;
}
 @keyframes thumb-scale-up-one {
     0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
     40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
     100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
 @keyframes thumb-scale-up-two {
     0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
     40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
     100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
 @keyframes thumb-scale-up-three {
     0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
     40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.5);
    }
     100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}
 .tophic-testi .owl-controls{
     display: none;
}
 .tophic-testi .testi-thumb{
     margin-bottom: 0;
}
 .testimonial-section{
     position: relative;
}
 .map-pattern{
     background-image: url(../img/satellite-map.png);
     background-repeat: no-repeat;
     background-position: top center;
     background-size: contain;
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     z-index: -1;
}
 .testimonial-carosel-2 .testi-item{
     background-color: #fff;
     padding: 40px;
     box-shadow: 0px 4px 20px 0px rgba(29, 7, 90, 0.06);
     margin: 0 0 20px;
}
 .testimonial-carosel-2 .testi-item p{
     font-family: 'Arima', cursive;
     font-size: 15px;
     font-weight: 500;
}
 .testi-item-inner{
     display: flex;
     align-items: center;
     position: relative;
}
 .testi-item-inner .testi-thumb{
     margin-bottom: 0;
}
 .testi-item-inner .testi-info h3{
     font-size: 18px;
     display: block;
}
 .testi-item-inner .testi-info span{
     font-size: 12px;
     font-family: 'Arima', cursive;
     text-transform: uppercase;
     font-weight: 600;
     display: block;
     letter-spacing: 0;
     color: #6a8695;
}
 .quote-icon{
     position: absolute;
     width: auto;
     height: 100%;
     right: 0;
     bottom: 0;
}
 .quote-icon i{
     font-size: 50px;
     color: #622dfa;
     opacity: 0.3;
}
 .tophic-section{
     position: relative;
     z-index: 1;
}
 .tophic-links li{
     line-height: 35px;
     list-style: inside disc;
}
 .tophic-links li a{
     color: #6a8695;
}
 .tophic-links li a:hover{
     color: #622dfa;
     text-decoration: underline;
}
 .tophic-team .team-wrap{
     box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
     border-radius: 3px;
}
 .tophic-team .team-box{
     position: relative;
     overflow: hidden;
     cursor: pointer;
     z-index: 1;
}
 .tophic-team .team-wrap .team-content{
     text-align: center;
     padding: 20px;
}
 .team-wrap .team-content h3{
     display: block;
     font-size: 18px;
}
 .team-wrap .team-content h3 span{
     display: block;
     font-family: 'Arima', cursive;
     font-size: 12px;
     text-transform: uppercase;
     font-weight: 600;
     letter-spacing: 0;
}
 .team-box .team-social{
     position: absolute;
     width: auto;
     height: auto;
     right: 20px;
     top: 20px;
     z-index: 2;
     transition: all 0.3s linear;
}
 .team-box .team-social li{
     transform: translateX(100px);
     transition: all 0.3s linear;
}
 .team-box .team-social li:nth-child(1){
     transition-delay: 0ms;
}
 .team-box .team-social li:nth-child(2){
     transition-delay: 100ms;
}
 .team-box .team-social li:nth-child(3){
     transition-delay: 150ms;
}
 .team-box .team-social li:nth-child(4){
     transition-delay: 200ms;
}
 .team-box:hover .team-social li{
     transform: translateX(0);
}
 .team-box .team-social li a{
     color: #fff;
     margin-bottom: 10px;
     display: block;
}
 .team-box .overlay{
     background-color: rgba(0,0,0,0.3);
     position: absolute;
     content: "";
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     z-index: 1;
     visibility: hidden;
     opacity: 0;
}
 .team-box:hover .overlay{
     visibility: visible;
     opacity: 1;
}
 .how-it-works-section{
     position: relative;
}
 .how-it-works-section .bubble.b-5{
     top: 20%;
}
 .work-pro-item{
     cursor: pointer;
}
 .work-pro-item .number{
     font-size: 18px;
     color: #fff;
     font-family: 'Arima', cursive;
     font-weight: 600;
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     background-color: #664ffa;
     display: inline-block;
     border-radius: 50%;
     margin-bottom: 25px;
     position: relative;
     z-index: 1;
}
 .work-pro-item .number:before{
     background-color: rgba(102, 79, 250,0.5);
     width: 50px;
     height: 50px;
     border-radius: 50%;
     transform: scale(1.4);
     position: absolute;
     content: "";
     left: 0;
     top: 0;
     text-align: center;
     z-index: -1;
}
 .work-pro-item .number-line{
     background-color: #eee;
     position: absolute;
     content: "";
     width: 100%;
     height: 2px;
     top: 25px;
     left: 150px;
     z-index: -1;
}
 .work-pro-item h3{
     font-size: 18px;
}
 .download-section{
     position: relative;
     display: flex;
     align-items: center;
}
.download-section .section-heading h2{
    margin-bottom: 20px;
}
.download-section .section-heading p{
    margin-bottom: 30px;
}
.counter-section{
    background: #233570;
}
.bg_im{
    padding: 80px 0 100px 0;
    background-image: url(../img/counter.png);
}
.counter-item{
    text-align: center;
}
 .counter-item i{
     font-size: 30px;
     margin-bottom: 28px;
     display: block;
     font-weight: bold;
     color: #fff;
}
 .counter-item h3{
     font-size: 42px;
     margin-bottom: 11px;
     line-height: 42px;
     color: #233570;
}
 .counter-item h4{
     color: #fff;
    margin: 0px;
}
.page-header h1{
 font-size: 34px;
 line-height: 1.2;
 margin: 0px;
}
.page-header p{
color: #233570;
 line-height: 1.2;
 margin: 0px;
 font-size: 18px;
}
.page-header h2{
 color: #233570 !important;
 line-height: 1.2 !important;
 margin: 0px !important;
 font-size: 18px !important;
}
 .page-header{
    background-image: url(../img/banner/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    display: flex;
    align-items: center;
    position: relative;
    margin: 75px 0 0 0;
}
.aboutMain{
    background-image: url(../img/banner/about-us-banner.png);
    padding: 70px 0 !important;
}
.sisBanner{
    background-image: url(../img/banner/SIS/SIS-banner.png);
}
.admissionBanner{
    background-image: url(../img/banner/Admission_Management/Admission_Management_System_banner.png);
}
.examBanner{
    background-image: url(../img/banner/Assessments/Assessment-banner.png);
}
.feesBanner{
    background-image: url(../img/banner/Fee_Management/Fee-Management-banner.png);
}
.stmsBanner{
    background-image: url(../img/banner/transport/banner.png);
    padding: 50px 0;
}
.messageBanner{
    background-image: url(../img/banner/Message_Centers/banner.png);
}
.lmsBanner{
    background-image: url(../img/banner/LMS/LMS-banner.png);
}
.expenseBanner{
    background-image: url(../img/banner/Expense_Management/banner.png);
    padding: 70px 0;
}
.k12Banner{
    background-image: url(../img/banner/K12/banner.png);
    padding: 80px 0;
}
.HESBanner{
    background-image: url(../img/banner/Higher_Education/banner.png);
}
.academicBanner{
    background-image: url(../img/banner/Academic/banner.png);
}
.studentBanner{
    background-image: url(../img/banner/student-banner.png);
}
.teacherBanner{
    background-image: url(../img/banner/teacherBanner.png);
}
.OBBanner{
    background-image: url(../img/banner/Organizational_Benefits/Organizational-banner.png);
}
.careerBanner{
    background-image: url(../img/banner/carrier-banner.png);
}
.privacyBanner{
    background-image: url(../img/banner/privacy-policy-banner.png);
}
.planBanner{
    background-image: url(../img/banner/plan-banner.png);
}
.page-content h2{
    font-size: 31px;
    line-height: 48px;
}
 .page-content h4{
     font-size: 12px;
     text-transform: uppercase;
     font-weight: 600;
     color: #fff;
}
 .error-section{
     padding-top: 50px;
     padding-bottom: 80px;
}
 .error-content{
     display: flex;
     align-items: center;
     justify-content: center;
}
 .error-content img{
     max-width: 100%;
}
 .error-content .error-info{
     padding-left: 50px;
     text-align: center;
}
 .error-content .error-info h2{
     color: #622dfa;
     font-size: 200px;
     line-height: 200px;
     letter-spacing: -10px;
}
 .error-content .error-info a{
     color: #233570;
     font-weight: 600;
     margin-top: 20px;
     text-decoration: underline;
     display: block;
}
 .error-content .error-info a:hover{
     color: #622dfa;
}
 .login-section{
     width: 100%;
     height: 100vh;
     display: flex;
     align-items: center;
}
 .login-logo{
     margin-bottom: 20px;
     display: block;
     text-align: center;
}
 .login-box{
     background-color: #fff;
     padding: 40px;
     border-radius: 5px;
     box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
}
 .login-box .section-heading h2{
     font-size: 24px;
     line-height: 36px;
}
 .login-form .form-group .form-control{
     border: 2px solid #eee;
}
 .login-form .default-btn{
     display: block;
     box-shadow: none;
     cursor: pointer;
     width: 100%;
}
 .faq-item{
     box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
         margin: 5px 0;
}
 .faq-item .card{
     border-radius: 2px;
     border: 1px solid #eee;
}
 .faq-item .card-header{
     padding: 0;
     border-radius: 2px;
     border: none;
}
.faq-item .card-header button{
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px 15px;
    position: relative;
    white-space: normal;
    text-decoration: none;
    color: #233570;
    letter-spacing: -0.5px;
    border-radius: 2px;
    background-color: #fff;
    border: none;
    outline: 0;
}
.faq-item .card-header button[aria-expanded="true"]{
    background-color: #362FD9;
    color: #fff;
}
.filter_career{
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter_career li{
    border: 1px solid #ddd;
    margin: 0 5px;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
}
.compamy-logo{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff8e1;
    width: 80px;
    margin: 0 0 15px 0;
    border-radius: 50%;
}
.compamy-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.job-item{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    padding: 20px 20px;
    margin: 15px 5px;
}
.job-details h3 a{
    color: #233570;
    font-size: 18px;
}
.job-details h3 a:hover{
    color: #622dfa;
}
.fullTimeBadge{
    background-color: #d4cded;
    color: #233570;
    padding: 5px 15px;
    border-radius: 25px;
    margin: 0 20px 0 0;
    font-size: 12px;
}
.openingBadge{
    background-color: #f4f4f4;
    color: #4e2d2d;
    padding: 5px 15px;
    border-radius: 25px;
    margin: 0 20px 0 0;
    font-size: 12px;
}
.job-list li{
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
}
.job-list li:first-child{
    color: rgb(255, 126, 0);
}
.job-details-btn{
    display: flex;
    align-items: center;
}
.job-details-btn .default-btn{
    box-shadow: none;
    font-size: 10px;
    padding: 10px 35px;
    line-height: 1.3;
    border-radius: 25px;
}
.job-details-wrap h2{
    font-size: 24px;
}
.job-details-wrap .default-btn{
    box-shadow: none;
}
.job-details-sidebar{
    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    border-radius: 3px;
}
.contact-section{
    position: relative;
    z-index: 1;
}
.contact-info h3{
    line-height: 28px;
    margin-bottom: 20px;
}
.contact-info h4{
    font-size: 15px;
    line-height: 28px;
}
.contact-info span{
    margin-right: 5px;
}
.contact-form{
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    border-radius: 10px;
}
.form-control{
    background-color: #fff;
    border-radius: 0;
    padding: 15px 10px;
    box-shadow: none;
    border: 2px solid #eee;
}
.form-control:focus{
    border-color: #622dfa;
    box-shadow: none;
    outline: none;
}
.form-group .default-btn{
    box-shadow: none;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger, #form-messages.alert-success{
    display: block;
}
.job-details-wrap .modal-content{
    border-radius: 25px;
    overflow: hidden;
}
.sm-form-control {
    display: block;
    width: 100%;
    height: 100px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 5px !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}
/*------------------------------------------------------*/
.course_exp{
    display: flex;
    align-items: center;
}
.icon_sec{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    box-shadow: 0 3px 10px rgb(0 201 156 / 50%);
}
.icon_sec i{
    background-image: linear-gradient(145deg, #362FD9 0%, #3C84AB 75%, #85CDFD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.course_exp h3{
    color: #585476;
    font-size: 16px;
}
.owl-carousel .owl-stage-outer{
    padding: 0px 0 5px 0;
}
/*-----------------Discover Functionality------------------*/
.discover_functionality h2{
    position: relative;
    padding: 0 0 10px 0;
}
.discover_functionality h2:after {
    content: '';
    background-image: linear-gradient(145deg, #362FD9 0%, #3C84AB 75%, #85CDFD 100%);
    width: 100px;
    height: 4px;
    position: absolute;
    left: 46.2%;
    bottom: 0px;
}
.circle_img{
    height: 330px;
    width: 330px;
    margin: 0 auto;
    overflow: hidden;
}
.circle_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.first_col{
    margin: 0px -100px 0 0;
}
.last_col{
    margin: 0 -100px 0 0px;
}
.l_first_col{
    margin: 0px 0 0 -100px;
}
.l_last_col{
    margin: 0 0 0px -100px;
}
.discover_functionality p{
    font-size: 14px;
    line-height: 1.6;
}
.discover_functionality h4 a{
    color: #233570;
}
/*---------------------Footer------------------------------*/
.footer{
    background-image: url(../img/footer_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 220px 0 20px 0;
}
.widget-section{
    position: relative;
    z-index: 1;
}
.widget-section .left-design{
    background-image: url(../img/footer_left.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -140px;
    top: 150px;
    z-index: -1;
}
.widget-section .right-design{
    background-image: url(../img/right-design-white.png);
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    top: 230px;
    z-index: -1;
}
.widget-content h4{
    color: #fff;
    font-size: 18px;
}
.widget-content .widget-links li{
    font-size: 14px;
}
.widget-content .widget-links li a{
    color: #fff;
    line-height: 1.9;
    font-size: 16px;
}
.footer h6{
    color: #fff;
    line-height: 1.9;
    margin: 0;
    font-size: 16px;
}
.footer h6 a{
    color: #fff;
}
.Copyright p{
    font-size: 16px;
}
.socialLink a{
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
    border: 1px solid #fff;
    transform: rotateZ(45deg);
}
.socialLink a:hover{
    background-color: #fff;
    color: #000;
}
.socialLink a i{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateZ(-45deg);
}
/*------------scroll top----------------------*/
#scroll-to-top{
    background-image: linear-gradient(145deg, #362FD9 0%, #3C84AB 75%, #85CDFD 100%);
    display: none;
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 50%;
    line-height: 45px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
#scroll-to-top:hover{
    background-color: #622dfa;
    color: #fff;
    opacity: 0.8;
}
#scroll-to-top i{
    color: #fff;
    font-size: 20px;
}
/*--------------------end scroll top-------------------------*/
.appSec{
    background-image: url(../img/bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*-----------------------------------------------*/
.lists {
    padding: 0px;
}
.lists li{
    list-style-type: auto;
    padding: 10px 0;
    list-style: square inside url(../img/points-icon.png);
}
.benifits_sec p{
        font-size: 14px;
    line-height: 1.7;
}
.benifits_sec h4{
    color: #233570;
    font-size: 16px;
    margin: 0;
}
.benifits_sec .row .col-md-4 {
    flex: 0 0 auto;
    max-width: 37%;
    width: 37%;
}
.benifits_sec .row .col-md-8 {
    flex: 0 0 auto;
    max-width: 63%;
    width: 63%;
}
.benifits_img{
    height: 400px;
    padding: 10px;
}
.benifits_img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.titleH{
    font-size: 24px;
}
.c_btn {
    background-image: linear-gradient(145deg, #362FD9 0%, #3C84AB 75%, #85CDFD 100%);
    text-transform: uppercase;
    font-family: 'Arima', cursive;
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
    line-height: 40px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 0 40px;
    transition: all .3s ease-in-out;
    box-shadow: 0 3px 10px rgb(0 201 156 / 50%);
    border: 1px solid;
}
.c_btn:hover{
    color: #362FD9;
    background-image: none;
}
/*----------------------plan--------------------------*/
.h-product-badge{
    border-radius: 20px 0 0 20px;
    padding: 5px 20px;
    position: absolute;
    top: 10px;
    right: 0;
    text-align: center;
    background-color: #e2efd6;
}
.t-body-4 {
    font-size: 16px;
    line-height: 24px;
    color: #539816;
    padding: 0px;
    margin: 0px;
}
.pricing-section .filter_career li{
    border: 1px solid #ddd;
    margin: 0 5px;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}
#navList li.active{
    background-image: linear-gradient(145deg, #362FD9 0%, #3C84AB 75%, #85CDFD 100%);
    color: #fff;
}
.planCard{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0 0 20px 0;
    cursor: pointer;
    transition: all .5s;
    height: 100%;
    position: relative;
}
.planCard:hover{
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 15%);
}
.planT{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.planT img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.planT p{
    color: #000;
    margin: 20px 0 15px 0;
    text-align: center;
    font-size: 40px;
}
.planT h3{
    font-size: 40px;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}
.planT h3 small{
    font-size: 16px;
}
.planSec2{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 40px 20px 30px 20px;
    transition: .5s all;
    position: relative;
    margin: -25px 20px 0 20px;
}
.planSec2 ul li{
    padding: 5px 0;
    font-size: 14px;
}
.planSec2 ul li:before {
    content: '✓';
    margin: 0 5px 0 0px;
    font-size: 16px;
    color: #539816;
}
.planIcon{
    background: #fff;
    box-shadow: 0 2px 5px rgb(16 16 16 / 8%);
    width: 50px;
    height: 50px;
    border-radius: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -25px;
    padding: 5px;
}
.planIcon i{
    color: #233570;
    font-size: 18px;
}

.card__pricing {
  position: absolute;
  background: linear-gradient(157deg, #e2efd6 -12%, #e2efd6 109%);
  width: 80px;
  height: 70px;
  right: 1.5rem;
  top: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card__pricing::after, 
.card__pricing::before {
  content: '';
  position: absolute;
}

.card__pricing::after {
  width: 100%;
  height: 14px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.card__pricing::before {
  width: 14px;
  height: 16px;
  background-color: #e2efd6;
  top: 0;
  left: -14px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.card__pricing p{
    color: #539816;
    font-size: 18px;
    text-align: center;
    margin: 0px;
}
.trendingB{
    position: absolute;
    top: -10px;
    width: 170px;
    right: 5px;
}
/*-----------------------free demo-----------------------------*/
.free_Demo{
    padding: 80px 0 50px 0;
    background-image: linear-gradient(180deg,#E1F6FF 0%,#FFFFFF 100%);
}
.demo_title h1{
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px;
}
.demo_title p{
    font-size: 16px;
    line-height: 1.5;
}
.free_Demo .card{
    padding: 20px;
    border: none;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    border-radius: 25px;
}
.free_Demo .form-control-label{
    margin-bottom: 0;
    width: 100%;
}
.free_Demo input{
    width: 100%;
    padding: 8px 15px;
    border-radius: 5px !important;
    margin: 5px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 18px !important;
    font-weight: 300
}
.free_Demo input:focus{
    box-shadow: none !important;
    outline-width: 0;
}
/*----------------------------------------------*/
.cta-section .row{
    background-image: url(../img/contact_bg_banner.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 80px 0px;
}
/*--------------------------*/
.vert-move {
    animation: mover 1s infinite  alternate;
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
/*---------------------------------------faq---------------------------*/
.faqSidebar{
        padding: 30px;
    border-radius: 15px;
    background-color: #f6f6f6;
    box-shadow: 0 2px 5px rgb(16 16 16 / 8%);
}
.skillsList{
    padding: 0 0 0 30px;
}
.skillsList li{
    list-style-type: auto;
    padding: 5px 0;
}
.faqSidebar .btn {
  cursor: pointer;
    width: 100%;
    text-align: left;;
}

.faqSidebar .active{
  background-color: #362FD9;
}
.faqSidebar .active h2{
    color: #fff;
}
.faqSidebar .btn h2{
    margin: 0px;
    font-size: 16px;
}
.accordion-button:not(.collapsed){
        color: #233570;
        background-color: #f6f6f6;
    box-shadow: 0 2px 5px rgb(16 16 16 / 8%);
}
.accordion-item{
    margin: 5px 0;
}
.coming-soon{
    margin: 90px 0 0 0;
}
.coming-soon h2{
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
    color: #000;
}