::selection{
    background:#e18601;
    color:#fff;
}



/*header css*/
 p{
     font-family: Open Sans,sans-serif;
     font-size: 15px;
     font-weight: 400;
     color: #6c6a8a;
     margin-bottom: 15px;
     line-height: 26px;
}
 ul{
     list-style: none;
     padding: 0;
     margin-bottom: 50px;
     margin-top: 30px;
}
 ul li:not(:last-child) {
     margin-bottom: 15px;
}
 .hoverEffect li {
     padding-left: 24px;
     position: relative;
     color: #6c6a8a;
     cursor: pointer;
}
 .hoverEffect li:hover {
     padding-left: 20px;
     color: #7127ea;
}
 .mobile{
     display: none;
}
.hero-inner {
    position: absolute;
    top: 25vh;
}
 .header.container-fluid {
    /* background-image: url('../img/bg/hero-bg.jpg');
     */
    box-shadow: 0 10px 15px rgb(22 6 6 / 10%);
    padding: 10px;
    z-index: 999999;
    position: relative;
}
 .headerInner.container {
     display: flex;
     align-items: center;
}
 a{
     text-decoration:none !important;
}
 .header-right {
     text-align: right;
     width: inherit;
}
 .header-right .headerLink:hover{
     color:#e18601;
}
 .header-right .headerLink {
     cursor: pointer;
     font-size: 18px;
     font-weight: 600;
     color: #000;
     margin: 20px;
}
 html, body  {
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     overflow-x: hidden;
}

 a.headerLink.active {
     color: #e18601;
}
 .homeExplore i.far.fa-compass{
     margin-right: 5px;
}
 .homeExplore{
     margin-left: 50px;
}
 .homeExplore {
     padding: 10px 25px;
     color: #fff;
     border-radius: 5px;
     background: #016cd4;
     font-weight: bold;
     background-image: linear-gradient(to left, transparent, transparent 50%, #e18601 50%, #e18601);
     background-position: 100% 0;
     background-size: 200% 100%;
     transition: all 0.25s ease-in;
}
 .commonBtn:hover {
     background-position: 0 0;
     color: #fff;
}
 a.menuWrapper img {
     height: 30px;
}
 .menuWrapper{
     color: gray;
}
/*header css end*/
/*hero sec*/
 .hero-section-wrapper{
     min-height: 100%;
    /* Set up proportionate scaling */
     width: 100%;
     height: auto;
     top: 100px;
     left: 0;
     background-image: url('../img/bg/hero-bg.jpg');
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
}
 .noBorderBtn{
     border: none !important;
     padding: 10px 25px;
     color: #fff;
     border-radius: 5px;
     background: #e18601 ;
     font-weight: bold;
     background-image: linear-gradient(to left, transparent, transparent 50%, #016cd4 50%, #016cd4);
     background-position: 100% 0;
     background-size: 200% 100%;
     transition: all 0.25s ease-in;
}
 img.heroImg.manShake {
     position: relative;
     -webkit-animation:hero-thumb-animation 2s linear infinite alternate;
     animation:hero-thumb-animation 2s linear infinite alternate;
     margin-top: -482px;
}
 .hero-section.container {
     padding: 35px 0px;
}
 .cShake{
     -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
     animation:hero-thumb-animation 2s linear infinite alternate;
     position: absolute;
     left: -80px;
     top: 90px;
}
 @-webkit-keyframes hero-thumb-animation{
     0%{
         -webkit-transform:translateY(-20px);
         transform:translateY(-20px) 
    }
     to{
         -webkit-transform:translateY(0);
         transform:translateY(0) 
    }
}
 img.hero-triangle-2 {
     -webkit-animation: hero-triangle-1 6s linear infinite;
     animation: hero-triangle-1 6s linear infinite;
}
 @keyframes hero-triangle-1{
     0%{
         -webkit-transform:rotate(0deg);
         transform:rotate(0deg) 
    }
     to{
         -webkit-transform:rotate(1turn);
         transform:rotate(1turn) 
    }
}
 h1.tagLine {
     color: #070337;
     margin-top: 0;
     font-weight: bold;
     font-size: 72px;
     line-height: 72px;
}
 p.description {
     color: #57556a;
     font-size: 16px;
     line-height: 23px;
}
 .p-absolute{
     position: absolute;
}
 .al-center{
     align-items: center;
}
 .knowMore {
     position: relative;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     background: #000;
     border: none;
     color: white;
     font-size: 1.2em;
     cursor: pointer;
     outline: none;
     overflow: hidden;
    /* border-radius: 100px;
     */
}
 .knowMore span {
     position: relative;
     pointer-events: none;
}
 .knowMore::before {
     --size: 0;
     content: '';
     position: absolute;
     left: var(--x);
     top: var(--y);
     width: var(--size);
     height: var(--size);
     background: radial-gradient(circle closest-side, #4405f7, transparent);
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     transition: width .2s ease, height .2s ease;
}
 .knowMore:hover::before {
     --size: 400px;
}
 .custom-d-flex{
     display: flex;
}
/*end hero sec*/
/*sidebar*/
 .side-bar-wrapper {
     height: 100vh;
     background: rgba(0,0,0,0.4);
     position: fixed;
     width: 100%;
     z-index: 99999;
}
 .side-bar {
     height: 100%;
     width: 0;
     position: fixed;
    /* z-index: 1;
     */
     right: 0;
     background-color: #fff;
     overflow-x: hidden;
     transition: 0.5s;
     z-index: 99999;
}
 .side-bar ul {
     list-style: none;
     padding: 20px;
}
 .side-bar ul li {
     padding: 15px 0px;
     line-height: 1;
     align-items: center;
     border-bottom: 1px solid #ededed;
}
 .side-bar ul li a {
     text-decoration: none;
     color: #000;
}
 .side-bar ul li a.commonBtn.homeExplore {
     color: #fff;
     margin: 0;
}
 .menu-overlay {
     width: 100%;
     display: none;
     height: 100%;
     background: rgba(0,0,0,0.7);
     position: absolute;
}
 .side-bar ul li .fas {
     margin-right: 5px;
}
/*end sidebar*/
/*solution sec*/
 .themeTitle {
     font-weight: 800;
     color: #070337;
     color: #013364;
     margin-bottom: 25px;
     margin-top: 18px;
     font-size: 40px;
     line-height: 48px;
}
 .about__shape img.about-triangle {
     margin-top: 7%;
     -webkit-animation: about-triangle 5s linear infinite alternate;
     animation: about-triangle 5s linear infinite alternate;
}
 @-webkit-keyframes about-triangle{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(1turn);
        transform:rotate(1turn)
    }
}
 .about__shape img.about-circle {
     top: 3%;
     left: 4%;
     -webkit-animation: about-circle 5s linear infinite alternate;
     animation: about-circle 5s linear infinite alternate;
}
 @keyframes about-circle{
    0%{
        -webkit-transform:translateX(100px);
        transform:translateX(100px)
    }
    to{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp;
    box-shadow: 0 20px 20px 0 rgb(86 5 46 / 20%);
    border-radius: 20px 20px 0px 0px;
    animation:bounceInUp 2s linear infinite alternate;
    margin-right: 26px;
}

.about__thumb {bottom: 0;right: 80px;}

.p-absolute {
    position: absolute;
}
.p-relative{
    position: relative;
}
h2.themeTitle.mobile {
    text-align: left;
}
@-webkit-keyframes bounceInUp{
    0%{
        opacity:0.8;
        -webkit-transform:translateY(0px);
        transform:translateY(0px)
    }
    60%{
        opacity:1;
        -webkit-transform:translateY(-30px);
        transform:translateY(-30px)
    }
    80%{
        -webkit-transform:translateY(10px);
        transform:translateY(10px)
    }
    to{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}

/*end solution sec*/


/*insight*/

.cBox{
    border-radius: 20px;
  
    /* padding: 10px; */
    position: relative;
    z-index: 1;
    border: 0px solid #fff;
    border-top: 3px solid #fff;
    margin-bottom: 15px;
}

.cBox:hover{
      -webkit-box-shadow: 0 30px 70px 0 rgb(11 6 70 / 8%);
    box-shadow: 0 30px 70px 0 rgb(11 6 70 / 8%);
}

.card.cBox.cBox2 {
    border: 1px solid #47c58e;
}

.insight .services__title a {
    font-size: 22px;
    color: #fff;
  
}
.iconContainer {
    width: 30%;
    margin: auto;
    text-align: center;
}
.cBox3 .righDescription {
    background: #e04034;
}

.card.cBox.cBox3 {
    border: 1px solid #e04034;
}
.cBox4 .righDescription {
    background: #8317a8;
}

.card.cBox.cBox4 {
    border: 1px solid #8317a8;
}
.insight .cBox p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    width: 100%;
    color:#fff;
  
}
.services__shape img {
     position: absolute;
     z-index: -1;
}
 .services__shape img.services-circle-1 {
     opacity: .5;
}
 .services__shape img.services-circle-2 {
     right: 4%;
     -webkit-animation: services-circle-2 4s linear 0s infinite alternate;
     animation: services-circle-2 4s linear 0s infinite alternate;
}
 @keyframes services-circle-2{
    0%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    to{
        -webkit-transform:translateY(-100px);
        transform:translateY(-100px)
    }
}
 .services__shape img.services-dot {
     left: 0;
     -webkit-animation: services-dot 4s linear infinite alternate;
     animation: services-dot 4s linear infinite alternate;
}
 @-webkit-keyframes services-dot{
    0%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    to{
        -webkit-transform:translateY(100px);
        transform:translateY(100px)
    }
}
 .services__shape img.services-triangle {
     right: 6%;
     -webkit-animation: services-triangle 4s linear infinite alternate;
     animation: services-triangle 4s linear infinite alternate;
}
 @keyframes services-triangle{
    0%{
        -webkit-transform:rotate(0deg) translateX(-50px);
        transform:rotate(0deg) translateX(-50px)
    }
    to{
        -webkit-transform:rotate(1turn) translateY(100px);
        transform:rotate(1turn) translateY(100px)
    }
}

/*end insight*/



/*priceChart*/
.cBox.active{
     border-top:  3px solid #016cd4;
    box-shadow: 0 20px 60px 0 rgb(15 0 40 / 20%), inset 0 3px 0 0 rgb(113 39 234 / 0%);
}
.gray-bg{
    background: #d3eaf8;
}
/*end priceChart */


/*serviceSec*/
.gradient-pink {
    background-image: -webkit-linear-gradient(
90deg,#fe0c7d,#ff58a8 53%,#ffa4d2);
    background-image: -webkit-gradient(linear,left top,right top,from(#fe0c7d),color-stop(53%,#ff58a8),to(#ffa4d2));
    background-image: -webkit-linear-gradient(left,#fe0c7d,#ff58a8 53%,#ffa4d2);
    background-image: linear-gradient(
90deg,#fe0c7d,#ff58a8 53%,#ffa4d2);
    -webkit-box-shadow: 0 20px 16px 0 rgb(254 12 125 / 16%);
    box-shadow: 0 20px 16px 0 rgb(254 12 125 / 16%);
}

.features__icon span {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
}
.features__icon span i {
    color: #fff;
    font-size: 25px;
}
.serviceLi i {
    background: #34af34;
    color: #deebde;
    padding: 6px;
    border-radius: 180px;
    font-size: 10px;
}
.gradient-blue {
    background-image: -webkit-linear-gradient(
90deg,#023cfd,#0372fe 53%,#03a7ff);
    background-image: -webkit-gradient(linear,left top,right top,from(#023cfd),color-stop(53%,#0372fe),to(#03a7ff));
    background-image: -webkit-linear-gradient(left,#023cfd,#0372fe 53%,#03a7ff);
    background-image: linear-gradient(
90deg,#023cfd,#0372fe 53%,#03a7ff);
    -webkit-box-shadow: 0 20px 16px 0 rgb(2 60 253 / 16%);
    box-shadow: 0 20px 16px 0 rgb(2 60 253 / 16%);
}

.gradient-yellow {
    background-image: -webkit-linear-gradient(
90deg,#e69303,#f3b704 53%,#ffda04);
    background-image: -webkit-gradient(linear,left top,right top,from(#e69303),color-stop(53%,#f3b704),to(#ffda04));
    background-image: -webkit-linear-gradient(left,#e69303,#f3b704 53%,#ffda04);
    background-image: linear-gradient(
90deg,#e69303,#f3b704 53%,#ffda04);
    -webkit-box-shadow: 0 20px 16px 0 rgb(246 157 3 / 16%);
    box-shadow: 0 20px 16px 0 rgb(246 157 3 / 16%);
}

.gradient-purple {
    background-image: -webkit-linear-gradient(
90deg,#6a2fff,#8c3dff 53%,#ae4aff);
    background-image: -webkit-gradient(linear,left top,right top,from(#6a2fff),color-stop(53%,#8c3dff),to(#ae4aff));
    background-image: -webkit-linear-gradient(left,#6a2fff,#8c3dff 53%,#ae4aff);
    background-image: linear-gradient(
90deg,#6a2fff,#8c3dff 53%,#ae4aff);
    -webkit-box-shadow: 0 20px 16px 0 rgb(106 47 255 / 16%);
    box-shadow: 0 20px 16px 0 rgb(106 47 255 / 16%);
}


.circle-animation.features {
   
    right: -440px;
    border: 1px
    solid rgba(34,34,34,.2);
    width: 560px;
    height: 560px;
}

.circle-animation {
    border: 1px solid rgba(113,39,234,.14);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}

.circle-animation.features span {
    -webkit-animation: circle-animation 5s linear infinite;
    animation: circle-animation 5s linear infinite;
}

.circle-animation span {
    display: block;
    position: absolute;
    content: "";
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    left: 50%;
    width: 50%;
    height: 1px;
    background: transparent;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-animation: circle-animation 3s linear infinite;
    animation: circle-animation 3s linear infinite;
}

.circle-animation.features span:before {
    background: transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #30edfe;
    top: -12px;
    right: -12px;
}
.circle-animation span:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: -4px;
    right: -4px;
}
@keyframes circle-animation{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(1turn);
        transform:rotate(1turn)
    }
}

/* end serviceSec*/



/*webSiteBanner*/


.circle-animation.cta-1 {
    
    left: 0;
    border: 1px solid rgba(18,129,255,.14);
    width: 270px;
    height: 270px;
}
.circle-animation {
    border: 1px solid rgba(113,39,234,.14);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    margin-top: -80px;
}
.circle-animation.cta-1 span {
    -webkit-animation: circle-animation 5s linear infinite;
    animation: circle-animation 5s linear infinite;
}

.circle-animation.cta-1 span:before {
    background: transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fe238b;
    top: -10px;
    right: -10px;
}

.circle-animation span:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: -4px;
    right: -4px;
}


.circle-animation.cta-1.cta-2 {
   
    left: 8%;
}

.circle-animation.cta-1.cta-2 span {
    -webkit-animation: circle-animation 12s linear infinite;
    animation: circle-animation 12s linear infinite;
}

.circle-animation.cta-1.cta-2 span:before {
    background: transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #1281ff;
    top: -10px;
    right: -10px;
}

.circle-animation.cta-3 {
  
    right: 13%;
    border: 1px solid rgba(18,129,255,.14);
    width: 270px;
    height: 270px;
}

.circle-animation.cta-3 span {
    -webkit-animation: circle-animation 6s linear infinite;
    animation: circle-animation 6s linear infinite;
}
.circle-animation.cta-3 span:before {
    background: #f1b004;
    width: 16px;
    height: 16px;
    top: -8px;
    right: -8px;
}


.cta__inner {
    background-image: -webkit-linear-gradient(
45deg,#6f1ef3,#0d70d6);
    background-image: linear-gradient(
45deg,#6f1ef3,#0d70d6);
    -webkit-box-shadow: 0 30px 70px 0 rgb(15 0 40 / 20%);
    box-shadow: 0 30px 70px 0 rgb(15 0 40 / 20%);
    border-radius: 20px;
    padding: 95px 70px 105px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cta__shape img.circle {
    right: 9%;
    bottom: -77%;
    opacity: .1;
}

.cta__shape img {
    position: absolute;
}

.cta__shape img.circle-2 {
    left: -2%;
    bottom: 10%;
    opacity: .4;
}


.cta__shape img.circle-3 {
    top: -18%;
    left: 6%;
    opacity: .08;
}

.cta__shape img.triangle-1 {
    top: 9%;
    left: 10%;
    opacity: .1;
}
.cta__shape img.triangle-2 {
    top: -9%;
    right: 10%;
    opacity: .1;
}

.cta__title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}
.w-btn-white {
    background: #fff;
    color: #7127ea;
    border-color: #fff;
}
.w-btn {
    font-size: 15px;
    color: #7127ea;
    background: #fff;
    height: 44px;
    line-height: 40px;
   
    text-align: center;
    padding: 0 30px;
    display: inline-block;
    font-weight: 600;
    border-radius: 6px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    overflow: hidden;
}



/*end webSiteBanner*/



/*portfolio*/

.zoom-img{
    transition: transform 1.2s;
    border-radius: 5px;
}
.zoom-img:hover{
    transform: scale(1.02);
}

.rounded-thumb{
    border-radius: 180px;
    height: 50px;
}

p.text-justify {
    text-align: justify;
}

/*contact us*/

.contact-form{
    margin-bottom: 5%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}

.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #016cd4;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}
.form-group {
    margin-bottom: 10px;
}


/*form*/
.contact--info-area{
    position: relative;
    margin-right: 40px;
}
.contact--info-area h3{
    font-size: 30px;
    color: #2c234d;
    font-weight: 800;
    line-height: .8;
    margin-bottom: 16px;
}
.contact--info-area > p{
    color: #686875;
    line-height: 24px;
    border-bottom: 1px solid #e5e4ed;
    margin-bottom: 33px;
    padding-bottom: 25px;
}
.single-info{
    position: relative;
    margin-bottom: 37px;
}
.single-info h5{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c234d;
}
.single-info p{
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #686875;
    margin: 0;
    padding-left: 32px;
}
.single-info p i{
    font-size: 16px;
    line-height: 22px;
    color: #2b70fa;
    position: absolute;
    left: 0;
    top: 0;
}
.ab-social h5{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #2c234d;
}


.contact-form{
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 43px 20px 65px;
    -moz-box-shadow: 0px 1px 3px 0px rgba(11, 02, 55, 0.06);
    /* box-shadow: 0px 1px 3px 0px rgba(11, 02, 55, 0.06); */
}
.contact-form h4{
    font-size: 24px;
    color: #2c234d;
    line-height: 30px;
    margin-bottom: 8px;
}
.contact-form p{
    font-size: 16px;
    color: #686875;
    line-height: 26px;
    position: relative;
    z-index: 3;
    margin: 0 0 41px;
}
.contact-form input[type="text"],
.contact-form input[type="number"],
.contact-form input[type="tel"],
.contact-form textarea,
.contact-form input[type="email"],
.contact-form select{
    width: 100%;
    height: 56px;
    font-size: 14px;
    line-height: 56px;
    font-weight: 400;
    border-radius: 3px;
    border: none;
    background: #f5f5f7;
    color: #7e7c87;
    outline: none;
    border: 1px solid transparent;
    padding: 0 30px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact-form textarea{
    height: 125px;
    resize: none;
    line-height: 30px;
    padding-top: 14px;
}
.contact-form textarea::-moz-placeholder,
.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="number"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder{
   color: #7e7c87;
   opacity: 1; 
}
.contact-form textarea::-ms-input-placeholder,
.contact-form input[type="text"]::-ms-input-placeholder,
.contact-form input[type="number"]::-ms-input-placeholder,
.contact-form input[type="email"]::-ms-input-placeholder{
   color: #7e7c87;
   opacity: 1; 
}
.contact-form textarea::-webkit-input-placeholder,
.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="number"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder{
   color: #7e7c87;
   opacity: 1; 
}
.contact-form textarea:focus,
.contact-form input[type="text"]:focus,
.contact-form input[type="number"]:focus,
.contact-form input[type="email"]:focus{
    background: #f5f5f7;
    border-color: #ece9f9;
    -webkit-box-shadow: 0px 14px 16px 0px rgba(11, 02, 55, 0.10);
    -moz-box-shadow: 0px 14px 16px 0px rgba(11, 02, 55, 0.10);
    box-shadow: 0px 14px 16px 0px rgba(11, 02, 55, 0.10);
}
.contact-form input[type="submit"]{
    height: 50px;
    border-radius: 3px;
    background: #2b70fa;
    color: #fff;
    text-align: center;
    border: none;
    outline: none;
    padding: 0 36px;
    font-size: 13px;
    line-height: 50px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact-form input[type="submit"]:hover{
    -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 8, 119, 0.24);
    -moz-box-shadow:    0px 20px 30px 0px rgba(26, 8, 119, 0.24);
    box-shadow:         0px 20px 30px 0px rgba(26, 8, 119, 0.24);
}
.condition-check{
    position: relative;
    margin: 10px 0 0;
}
.condition-check input[type="checkbox"] {
    display: none;
}
.condition-check label {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
    padding-left: 31px;
    position: relative;
    cursor: pointer;
    color: #686875;
    margin: 0 0 0;
}
.condition-check label a{
    color: #2b70fa;
}
.condition-check label a:hover{
    color: #686875;
}



.ab-social{
    position: relative;
}
.ab-social a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #446bb9;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin-right: 2px;
}
.ab-social a.fac{
    background: #446bb9;
}
.ab-social a.twi{
    background: #00aced;
}
.ab-social a.you{
    background: #f73434;
}
.ab-social a.pixaearn{
    background: #f7f6fa;
    line-height: 1;
    padding: 0;
    margin: 0;
}
.ab-social a:hover{
    -webkit-box-shadow: 0px 10px 20px 0px rgba(9, 111, 150, 0.30);
    -moz-box-shadow:    0px 10px 20px 0px rgba(9, 111, 150, 0.30);
    box-shadow:         0px 10px 20px 0px rgba(9, 111, 150, 0.30);
}

.pixaearn i img{
    height: 40px;
    width: 40px;
}
.contact-section {
    position: relative;
    background: #f7f6fa;
    padding: 120px 0;
}

button.add-button,  .install{
    background: #0263c1;
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
    color: #fff;
}




/*partner slider*/


    
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 15px rgb(22 6 6 / 10%);
  width: auto;
  background: #eef0ef;
  margin-top: 15px;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: auto;
  min-width: 119px;
}

.section-title h2 {
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    padding: 0;
    font-weight: 800;
    color: #070337;
    margin-top: 19px;
}
.section-title::after {
    content: "";
    height: 3px;
    background-color: #ff3d00;
    width: 45px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -8px !important;
}

/*end partner slider*/




/*home page*/


.single_service{
       position: relative;
    display: block;
    border-radius: var(--moniz-border-radius, 10px);
    background-color: white;
    -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
    padding: 40px 40px 25px;
    margin-bottom: 30px;
    z-index: 1;
    border:none;
}
.single_service .card-body {
    padding: 0!important;
}
.serviceName{
   cursor: pointer;
   color: var(--moniz-black, #1e1e22);
   font-size: 20px;
   font-weight: 700;
   line-height: 30px;
   width: 200px;
   margin-top: 15px;
}

.single_service:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: transparent;
    border-radius: var(--moniz-border-radius, 10px);
    border: 1px solid var(--moniz-primary, #e18601);
    transition: all 500ms ease;
    transform: scaleY(0);
    z-index: -1;
}

.single_service:hover:before {
    transform: scaleY(1);
}

.single_service:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: var(--moniz-primary, #e18601);
    content: "";
    transition: all 500ms ease;
    transform: scaleX(0);
    z-index: -1;
}

.single_service:hover:after {
    transform: scaleX(1);
}

.serviceMoreBtn{
    color: var(--moniz-gray, #717178);
    font-size: 14px;
    font-weight: 700;
}

.serviceMoreBtn:hover{
    color:#e18601;
}

section.free-consultation.bgThemeBlue {
    position: relative;
    display: block;
    background-color: var(--moniz-primary, #2958de);
    padding: 100px 0;
    overflow: hidden;
    z-index: 00;
}

h4.free-consultation-heading {
    font-size: 40px;
    color: var(--moniz-base, #ffffff);
    font-weight: 700;
    line-height: 56px;
}

button.free-consultation-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    backface-visibility: hidden;
    color: var(--moniz-base, #ffffff);
    font-size: 16px;
    font-weight: 700;
    padding: 14px 50px;
    transition: 500ms;
    border-radius: 32px;
    overflow: hidden;
    background-color: var(--moniz-black, #1e1e22);
}

button.free-consultation-btn:before {
    background-color: var(--moniz-base, #4464e4);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 85px;
    height: 100%;
    opacity: 0.1;
    content: "";
    border-radius: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
}

button.free-consultation-btn:hover {
    color: #fff;
}

button.free-consultation-btn:hover::before {
    width: 100%;
    background-color: var(--moniz-base, #ffffff);
}

.cta-two-shape-1 {
    position: absolute;
    top: -142px;
    left: 70px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.502;
    width: 372px;
    height: 372px;
}

.cta-two-shape-2 {
    position: absolute;
    top: -30px;
    right: -70px;
    border-radius: 50%;
    background-color: white;
    opacity: 0.102;
    width: 569px;
    height: 569px;
}





/*======================
    404 page
=======================*/


.page_404{ padding:40px 0; background:#fff; font-family: 'Arvo', serif;
}

.page_404  img{ width:100%;}

.four_zero_four_bg{
 
 background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 400px;
    background-position: center;
 }
 
 
 .four_zero_four_bg h1{
 font-size:80px;
 }
 
  .four_zero_four_bg h3{
			 font-size:80px;
			 }
			 
			 .link_404{			 
	color: #fff!important;
    padding: 10px 20px;
    background: #2958de;
    margin: 20px 0;
    border-radius:8px;
    display: inline-block;}
	.contant_box_404{ margin-top:-50px;}
	
	
	
	a.link_404:hover {
    background: #1f4ccb;
}
/*end home page*/






/*free modal*/

.modal-dialog {
    margin-top: .75rem;
}

div.modal {
    background-color: rgba(0,0,0,0.5);
    z-index: 99999999;
}

.modal-content {
    border: none;
}


.closeTalk,
.closePlan{
  position: absolute;
  right: 18px;
  top: 18px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.closeTalk:hover {
  opacity: 1;
}
.closeTalk:before, .closeTalk:after,
.closePlan:before, .closePlan:after{
  position: absolute;
  left: 15px;
  content: ' ';
  height: 29px;
  width: 2px;
  background-color: #333;
}
.closeTalk:before,
.closePlan:before{
  transform: rotate(45deg);
}
.closeTalk:after,
.closePlan:after{
  transform: rotate(-45deg);
}


/*end free modal*/






/*benifits sec*/
.insight .cBox .card-body {
    padding: 0;
    cursor: pointer;
}

.cBox2 .righDescription {
    background: #47c58e;
}

.card.cBox.cBox1 {
    border: 1px solid #307ad5;
}

.righDescription {
    border-radius: 00px .25rem .25rem 0;
    width: 75%;
    padding: 20px;
    text-align: justify;
}

.cBox1 .righDescription {
    background: #307ad5;
}

.cBox1 .righDescription h3 a, .cBox1 .righDescription p {
    color: #fff;
}

.eye-catching.about__shape {
    position: absolute;
    left: 86%;
}
/* end benifits sec*/




/*plan*/


.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 270px;
  height: 470px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
.post-module .thumbnail {
  background: #000000;
  height: 400px;
  overflow: hidden;
}


.post-module .thumbnail img {
  display: block;
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
  position: absolute;
  top: -31px;
  left: 0;
  background: #0267ca;
  padding: 5px 15px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  cursor:pointer;
}
.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
}
.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #e18601;
  font-size: 15px;
  font-weight: 400;
}
.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
}
.post-module .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999;
}
.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}

.container .column {
  padding: 0 25px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-bottom:15px;
}

.container .info {
  width: 300px;
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.container .info span {
  color: #666666;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #e74c3c;
}
button.bootbox-close-button.close {
    display: none;
}

.bootbox .modal-footer {
    padding: 2px;
}

/*end plan*/


section.ctaWrapper {
    background: rgba(241,241,241,.5);
    padding: 60px 30px !important;
}

section.ctaWrapper .col-8 {
    background: #fff;
    padding: 40.78px 53.4px;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 12%), 0 2px 2px 0 rgb(0 0 0 / 24%);
    border-radius: 5px;
}

button.cta {
    box-shadow: 0 6px 12px rgb(134 140 150 / 65%);
    border: none;
    padding: 8px 50px;
    border-radius: 5px;
    float: right;
    color: #fff;
    background: #0267ca;
}

button.cta:hover {
    box-shadow: none;
}
section.benfitsVector {
    background: linear-gradient(45deg, #10356b, #264ea9);
    padding: 50px 0px !important;
}

section.benfitsVector h2.themeTitle {
    text-align: center;
}
.benifitBox {
    text-align: center;
    padding: 10px;

}

.benifitBox img {
    max-width: 25%;
}

.benifitBox  p {
    font-size: 13px;
}
section.technologyUsedSec {
    background: rgba(241,241,241,.5);
}
.technologyUsedSec .themeTitle {
    font-size: 21px;
    font-weight: 500;
}
.technology {
    height: 100px;
    overflow: auto;
    white-space: nowrap;
}
.technology img {
    margin-right: 15px;
}
.technology::-webkit-scrollbar {
    display: none;
}



/*footer*/

.footer-section {
  /* background: #151414; */
  /* position: relative; */
  background-image: url('/assets/img/best-web-design-and-development-company.png');
  background-size: cover; /* Adjust as needed */
  background-position: center; /* Adjust as needed */
  background-repeat: no-repeat;

}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #e18601;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.instagram-bg{
  background: linear-gradient(45deg, #f7aa4b, #8736c3);
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #e18601;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #e18601;
    padding: 13px 20px;
    border: 1px solid #151414;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  /* background: #202020; */
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #e18601;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
input:focus-visible {
    border: 1px solid #2E2E2E;
    border-radius: 0;
    outline: 0;
}
.subSuc,
.subFailed{
    display:none;
}

.mb-24 {
    margin-bottom: 24px;
}

.footer-social-icon {
    margin-bottom: 24px;
}
/*end footer*/





/*feedback*/
.swiper {
  width: 100%;
  height: 300px;
}

.testimonials {
    padding: 50px 0px;
    width: 40%;
    margin: auto;
}
.swiper-wrapper img.img-circle {
    border-radius: 180px;
    height: 5.4rem;
    margin-bottom: 10px;
}

.swiper-wrapper p {
    text-align: left;
    line-height: 1.6;
}
i.fa.fa-star.active {color: #f7b704;}
/*end feedback*/




.bg-animate {
    background-position: 0 0;
    background-repeat: repeat-x;
    animation: animatedBackground 30s linear infinite;
} 
@keyframes animatedBackground {
    from {background-position: 0 0;}
    to{background-position: 100% 0;}
} 
.bg-animate::before {
    content: "";
    z-index: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 68px;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #000000), to(#016cd452));
    background: linear-gradient(to right, #000000 30%, rgb(1 108 212 / 23%) 100%);
}
h2.hero-text-tagline {
    color: #fff;
    font-size: 3.5em;
    text-transform: uppercase;
    font-weight: 600;
}
h1.hero-text-sub-tagline {
    font-size: 1.5em;
    color: #fff;
    font-weight: 500;
}

.technology-wrapper {
    width: 100%;
}

p.hero-p {
    color: #fff;
    font-weight: 600;
}

.technology-wrapper img {
    border-radius: 5px;
    width: 90px;
}
.portfolio-wrapper .card .card-body img {
    max-width: 100%;
    border-radius: 8px;
}

.portfolio-wrapper .card {
    border-radius: 8px;
}
.protfolio-desc h3 {
    font-family: inherit;
    font-weight: 500;
}

.protfolio-desc a {
    color: gray;
    display: block;
    margin-bottom: 13px;
}


.service-icon-wrapper {
    margin-right: 10px;
    width: 100%;
}

.service-icon{
    max-width:100%;
}

.service-title{
    margin-top: 10px;
    width:72%
}
.read-more-arrow {
    border: 1px solid #efecec;
    border-radius: 180px;
    align-items: center;
    padding: 3px 19px;
    display: inline-block;
}

.service-wrapper .card-body{
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        align-items: center;
}
.service-wrapper .card{
 border:none;
}
.read-more-arrow:hover {
    background: #e18601;
    color: #fff;
}


/*floating*/
.fab {
  background-color: transparent;
  height: 50px;
  width: 50px;
  border-radius: 32px;
  transition: height 300ms;
  transition-timing-function: ease;
  position: fixed;
  right: 25px;
  bottom: 25px;
  text-align: center;
  overflow: hidden;
  z-index: 999999;
}

.fab:hover {
  height: 335px;
}

.fab:hover .mainop {
  transform: rotate(180deg);
}

.mainop {
  margin: auto;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: transform 300ms;
  background-color: #fff;
  border-radius: 32px;
  z-index: 6;
}

.mainopShadow {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
}

.mainop i {
  margin-top: 16px;
  font-size: 23px;
  color: #000;
}

.minifab {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  z-index: 5;
  float: left;
  margin-bottom: 8px;
  margin-left: 1px;
  margin-right: 8px;
  background-color: blue;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.minifab:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.minifabIcon {
  height: 24px;
  width: 24px;
  margin-top: 12px;
}

.op1 {
  background-color: #fff;
}

.op2 {
  background-color: #fff;
}

.op3 {
  background-color: #fff;
}

.op4 {
  background-color: #fff;
}

.op5 {
  background-color: #fff;
}

ul.service-ul {
    margin-bottom: 0 !important;
    padding-left: 45px;
    margin: 0px;
}

ul.service-ul li {
    list-style: auto;
    margin-bottom: 10px !important;
    color: #6c6a8a;
    font-size: 14px;
}

.payNowBtn {
    background: #e18603;
    border: none;
    border-radius: 5px;
    padding: 8px 20px;
    color: #fff !important;
    margin-right: 10px;
    margin-bottom: 10px;
}

.card-horizontal {
    display: flex;
    flex: 1;
}




/*service card slider*/


.card {
  border: none;
  border-radius: 0;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}
.carousel-inner {
  padding: 1em;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-control-prev span,
.carousel-control-next span {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 577px) {
  .cards-wrapper {
    display: flex;
  }
  .card {
    margin: 0 0.5em;
    /* width: calc(100% / 2); */
  }
  .image-wrapper {
    height: 20vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .card:not(:first-child) {
    /*display: none;*/
  }
}

.image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

span.sub-title {
    color: #050748;
    font-weight: 600;
    font-size: .9em;
}

.common-heading {
    padding-top: 50px;
 
}

.sub-head {
        color: #050748;
     font-size: 2em;
}



        .feat h1,
        .feat h2,
        .feat h3,
        .feat h4,
        .feat h5,
        .feat h6 {}
        .feat a,
        .feat a:hover,
        .feat a:focus,
        .feat a:active {
            text-decoration: none;
            outline: none;
        }
        
       .feat a,
       .feat a:active,
       .feat a:focus {
            color: #333;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        .feat ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
       .feat img {
    max-width: 100%;
    height: auto;
}
.feat span, .feat a, .feat a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.feat .section-head {
  margin-bottom: 60px;
}
.feat .section-head h4 {
  position: relative;
  padding:0;
  color:#036cd4;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.feat .section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #036cd4;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.feat .section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
.feat p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.feat .section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.feat .extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.feat .extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #036cd4;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.feat .extra-text span {
    font-weight: 700;
    color:#036cd4;
}
.feat .item {
    min-height: 345px;
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.feat .item:hover{
    background:#036cd4;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.feat .item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.feat .item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.feat .item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #036cd4;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.feat .item .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#036cd4
}
.feat .item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#036cd4
}
.feat .item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#036cd4
}
.feat .item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#036cd4
}
.feat .item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#036cd4
}
.feat .item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#036cd4
}
.feat .item p{
    font-size:15px;
    line-height:26px;
}
.item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}
.feat .mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.feat .mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #036cd4;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.feat .mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.feat .skills {
    padding-top:0px;
}
.feat .skills .prog-item {
    margin-bottom: 25px;
}
.feat .skills .prog-item:last-child {
    margin-bottom: 0;
}
.feat .skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.feat .skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.feat .skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #036cd4;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.feat .skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}






/*internship*/

   .internshipCta {
        background-image: url(https://ionicwebcreator.com/assets/img/bg/hero-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
   }
   
   img.service-image {
    height: 40px;
    width: 40px;
}

.serviceInfo {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.serviceInfo .card {
    align-items: center;
    border-radius: 10px;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

span.serviceText {
    color: #070337;
    margin-top: 14px;
}

img.hero-left-service-image {
    height: 500px;
    width: 500px;
}
.border20{
     border-radius: 20px;
}
.card.cardBg1 {
    background: linear-gradient(45deg, #ffdadb, transparent);
}
.cardBg2 {
    background: linear-gradient(45deg, #e9ddff, transparent);
}

.cardBg3 {
    background: linear-gradient(45deg, #fedfdf, transparent);
}

.cardBg4 {
    background: linear-gradient(45deg, #ece1ff, transparent);
}
.cardBg5 {
    background: linear-gradient(45deg, #fedede, transparent);
}
.cardBg6 {
    background: linear-gradient(45deg, #ebe1fe, transparent);
}

  .searchInput {
      width: 70%;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #ccc;
    }

.searchInput:focus-visible{
  outline:none;
    border: 1px solid #ccc;
}
    .searchBtn {
      padding: 10px;
      background-color: #e18603;
      border: none;
      border-radius: 5px;
      color: white;
      margin: 0;
    }

.gradient-text {
    	 background: linear-gradient(272.54deg, #e18603 12.86%, #036cd4 68.06%);
    	 -webkit-background-clip: text;
    	 -webkit-text-fill-color: transparent
}

.actionBtn {
    background-color: #0563c1;
}
.image-bg {
    /*background-image: url(https://ionicwebcreator.com/assets/img/bg/line-bg.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: left;*/
    /*background-size: contain;*/
}



.extarInfoTitle {
     cursor: pointer;
     color: var(--moniz-black, #1e1e22);
     font-size: 22px;
     line-height: 32px;
     text-transform: none;
     font-weight: 700;
     letter-spacing: -0.4px;
     margin-top: 10px;
}


.iwc-divider {
    padding-top: 15px;
    padding-bottom: 15px;
}

.iwc-divider-separator {
    border-top: 1px solid #d9d9d9;
    width: 100%;
    display: flex;
    margin: 0;
    direction: ltr;
    height: 3px;
}

.subThemeTitle {
    font-weight: 800;
    color: #013364;
    margin-bottom: 25px;
    margin-top: 18px;
    font-size: 36px;
    line-height: 46px;
}
.pricingHeadTitle {
    font-size: 36px;
    line-height: 46px;
    text-transform: none;
    font-weight: 700;
     letter-spacing:1px;
    color: #013364;
}

.pricingHeadPara {
    margin: 30px 0 50px !important;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #7b88a8;
}

 .pricing-card {
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 20px;
            text-align: center;
            transition: all 0.3s ease;
            margin-bottom: 20px;
        }

        .pricing-card:hover {
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .price {
            font-size: 2em;
            font-weight: bold;
            margin: 10px 0;
        }

        .toggle-container {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 20px 0;
        }

        .toggle-container label {
            margin: 0;
            cursor: pointer;
        }

        .toggle-switch {
            position: relative;
            display: inline-block;
            width: 50px;
            height: 24px;
            margin-left: 10px;
        }

        .toggle-switch input {
            display: none;
        }

        .price_slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
            transition: 0.4s;
            border-radius: 34px;
        }

        .price_slider:before {
            position: absolute;
            content: "";
            height: 20px;
            width: 20px;
            left: 2px;
            bottom: 2px;
            background-color: white;
            transition: 0.4s;
            border-radius: 50%;
        }

        input:checked + .price_slider {
            background-color: #007bff;
        }

        input:checked + .price_slider:before {
            transform: translateX(26px);
        }