@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: 0;
    font-family: "Josefin Sans", sans-serif;
}

/* scroll bar css */
html {
    scroll-behavior: smooth;
}

a:hover {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ccc;
}

::-webkit-scrollbar-thumb {
    background: #29c6e2;
}

/* scroll bar css */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 1;
    border-radius: 50%;
    background: #030050;
    color: #fff;
}

.back-to-top:hover {
    background: #29c6e2;
    color: #fff;
}

/* ============ Navigation bar CSs================= */
.navbar {
    padding: 5px 25px;
    border-bottom: 2px solid #29c6e2;
    background-color: #030050;
}

.menuicon {
    font-size: 25px;
    border: none;
    color: #29c6e2;
}

.smalldd {
    font-size: 14px;
}

.fixed-top {
    transition: 100ms ease;
    background: transparent;
}

.fixed-top.scrolled {
    background: #030050;
    border-bottom: 2px solid #29c6e2;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.logo {
    color: #29c6e2;
    font-weight: bolder;
}

.navfont {
    color: #fff;
    display: block;
    transition: 0.5s;
    font-weight: 600;
}

.dropdown-toggle::after {
    display: none;

}

.hole {
    font-size: 17px;
    position: relative;
    display: block;
    overflow: hidden;
}

.hole:before {
    position: absolute;
    content: attr(data-link-alt);
    top: 100%;
    opacity: 0;
    margin-top: 8px;
    color: #29c6e2;
    transition: 0.5s;
    font-weight: 700;
}

.hole:hover span {
    transform: translateY(-150%);
}

.hole:hover::before {
    top: 0;
    opacity: 1;
}

.menucool {
    position: absolute;
    top: 134%;
    left: -60px;
    background-color: #030050;
    color: #fff;
    border-radius: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.6rem;
    padding-left: 0.5rem;
}

.dropdown-item {
    font-size: 16px;
    background-color: #030050;
    color: #fff;
    font-weight: 600;
}

.dropdown-item:hover {
    color: #29c6e2;
    background-color: #030050;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

/* ============ Navigation bar CSs================= */

/* text color property */
.fontset {
    color: #29c6e2;
}

.fontset2 {
    color: #030050;
}

/* banner section  */
.aboutbtn {
    padding: 10px 20px;
    background-color: #030050;
    color: #fff;
    font-weight: 600;
}

.aboutbtn:hover {
    background-color: #030050;
    color: #29c6e2;
    font-weight: 600;
}
.take-border{
    padding: 10px;
    border: 1px solid #29c6e2;
}
.take-border h3{
    font-weight: 700;
    font-size: 32px;
}
/* ===================hero banner-============= */
html .hero-card-web.mobile-app- {
    height: auto;
}

/* .hero-card-web {
    min-height: 780px;
    height: auto;
} */
/* .hero-card-web {
    padding-top: 120px;
    padding-bottom: 100px;
    height: 780px;
} */
    .mobile-app- {
        background-image: linear-gradient(45deg, #030050 0%, #030050 50%, #030050 100%);
    }

/* .hero-bg-bg1:before {
    content: "";
    background: url(../img/banner-pattern2.png);
    position: absolute;
    height: 100vh;
    right: 0;
    left: 0;
    top: 180px;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
} */
header {
    position: relative;
    background-color: black;
    padding-top: 150px;
    padding-bottom: 50px;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
  
  header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  header .container {
    position: relative;
    z-index: 2;
  }
  
  header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.986);
    opacity: 0.6;
    z-index: 1;
  }
 

  .simulator{
    width: 100%;
    height: auto;
    /* background-color: #none; */
    position: relative;
    bottom: 120px;
    z-index: 1100;
  }

.hero-card-web {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 100px;
    height: 100vh;
    align-items: center;
    display: flex;
}

.hero-main-rp {
    padding: 0 30px 0 30px;
}

.v-center {
    align-self: center;
    align-items: center;
}

.hero-heading-sec2 h1 {
    font-size: 60px;
    color: #fff;
    text-shadow: 2px 2px 8px #000000a2;
}

.mobile-app- .hero-heading-sec2>p {
    margin: 20px 0 0 0;
}

.hero-heading-sec2>p {
    color: #fff;
    font-size: 18px;
    margin: 20px 0;
}

.mt30 {
    margin-top: 30px;
}

.mr25 {
    margin-right: 25px;
}

.main-btn {
    padding: 8px 15px;
    background-color: none;
    color: #29c6e2;
    font-weight: 600;
    outline: none;
    border: 2px solid #29c6e2;
}
.main-btn i{
    font-size: 22px !important;
    padding-right: 5px;
    animation: tilt-shaking 0.5s alternate infinite;
   
}

@keyframes tilt-shaking {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(0eg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
  }

.main-btn:hover {
    padding: 8px 15px;
    text-decoration: none;
    background-color: none;
    color: #fff;
    background-color: #29c6e2;
    font-weight: 600;
}

.img100w {
    height: 70px !important;
    width: 50px !important;
}

.items {
    width: 100%;
    height: 20vh;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    /* background-color: rgba(0, 0, 0, 0.2); */
}

.mt40 {
    margin-top: 40px;
}
.mt-50{
    margin-top: 76px;
}
.mobile-app- h5 {
    font-size: 17px;
    line-height: 25px;
    color: #fff;
}

.mobile-app- .app-hero-bnr img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

/* ===================hero banner-============= */
/* counter-sec */
.counter-sec {
    width: 100%;
    height: 40vh;
    background-image: url(../img/door3.jpg);
    /* background-color: #030050; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}

.count-data>h1 {
    font-size: 65px;
    line-height: 50px;
    font-weight: 500;
}

.cauter-pera {
    font-size: 20px;
    line-height: 28px;
    color: #030050;
    font-weight: 600;
    padding-top: 10px;
}



/*** Service ***/
.service-container {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .service-container .icon {
    margin-top: 5%;
    font-size: 38px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .service-container .number-icon .icon-2 {
    height: 70px;
    width: 70px;
    line-height: 80px;
    border-radius: 64% 36% 55% 45% / 76% 72% 28% 24% !important;
    border-color: #f89d36 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .service-container .number-icon .icon-2 i {
    font-size: 30px;
  }
  
  .service-container .number-icon .number {
    position: absolute;
    top: 0;
    right: 70px;
    left: 0;
    height: 35px;
    width: 35px;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .service-container .number-icon .number span {
    line-height: 30px;
  }
  
  .service-container .content .number {
    font-size: 40px;
    color: #dee2e6;
  }
  
  .service-container .content .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .service-container.hover-bg {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .service-container.hover-bg .smooth-icon {
    position: absolute;
    bottom: -40px;
    right: -20px;
    font-size: 60px;
    color: #f8f9fa;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  
  .service-container.hover-bg:hover {
    background-color: #f89d36;
  }
  
  .service-container.hover-bg:hover .content .title {
    color: #ffffff !important;
  }
  
  .service-container.hover-bg:hover .content .serv-pera {
    color: #fafafb !important;
  }
  
  .service-container.hover-bg:hover .smooth-icon {
    font-size: 100px;
    opacity: 0.2;
    bottom: -20px;
    right: 10px;
  }
  
  .service-container:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
            box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
  }
  
  .service-container:hover .icon {
    color: #f89d36;
    -webkit-animation: mover 1s infinite alternate;
            animation: mover 1s infinite alternate;
  }
  
  .service-container:hover .number-icon .icon-2 {
    background-color: #f89d36;
    border-radius: 50% !important;
  }
  
  .service-container:hover .number-icon .icon-2 i {
    color: #ffffff !important;
  }
  
  .service-container:hover .number-icon .number {
    color: #ffffff;
    background: #f89d36 !important;
    border-color: #ffffff !important;
  }
  
  .service-container:hover .content .title {
    color: #f89d36;
  }
  
  .service-container a:hover,
  .service-container a .title:hover {
    color: #f89d36 !important;
  }
  
  @-webkit-keyframes mover {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
  }
  
  @keyframes mover {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
  }
  
  .service-wrapper {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .service-wrapper .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .service-wrapper .content .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 500;
  }
  
  .service-wrapper .big-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .service-wrapper:hover {
    -webkit-box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
            box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
    background: #ffffff;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    border-color: transparent !important;
  }
  
  .service-wrapper:hover .icon {
    background: #29c6e2 !important;
    color: #ffffff !important;
  }
  
  .service-wrapper:hover .big-icon {
    z-index: -1;
    opacity: 0.1;
    font-size: 160px;
  }
  
  .text-custom {
      color: #030050 !important;
  }
  
  .uim-svg {
      display: inline-block;
      height: 1em;
      vertical-align: -0.125em;
      font-size: inherit;
      fill: var(--uim-color, currentColor);
  }


.fs-5 {
    font-size: 1.25rem !important;
}
.fw-bold {
    font-weight: 700 !important; 
}
.fontset1{
    color: #0a1c7a;
}
.fontset1:hover{
    color: #0a1c7a;
}
.h-100{
    height: 100%;
}

.display-30{
    font-size: 14px;
}
.setsize{
    font-size: 18px;
}

/* industry we serve section into home page */

.work-category {
    background: #f7fcff;
    position: relative;
}
.icon-set {
    width: 25%;
    display: inline-block;
    float: left;
    position: relative;
}
.work-card {
    margin: 10px;
    padding: 30px 20px;
    max-height: 170px;
    text-align: center;
    min-height: 170px;
    background-color: #fff;
    border-radius: 8px 40px 8px 40px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
}
.icon-bg {
    display: block;
    height: 62px;
    width: 62px;
    margin: 0 auto;
    text-align: center;
}
.icon-bg > img{
    width: 60px;
    margin-bottom: 5px;
}
.work-card p {
    color: #030050;
    font-family: 'Poppins', sans-serif;
    /* line-height: 24px; */
    font-size: 13px;
    font-weight: 500;
    margin: 10px 0 0 0;
    /* padding: 0 12px; */
}
.iws-heading > span {
    line-height: 26px;
}
.iws-heading > span {
    color: #030050;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px 0;
    display: block;
}
.work-category .iws-heading h2 {
    margin-bottom: 10px;
}
/* ===========Footer  ============= */

.footerdez {
    background-color: #030050;
    position: relative;
    z-index: 5;
}
.setperafont{
    font-size: 14px;
    font-family: "Josefin Sans", sans-serif;
}
html .pb80 {
    padding-bottom: 80px;
}

html .pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.dark-footer,
.dark-footer .footer-address-list li a,
.dark-footer .footer-address-list li>span,
.dark-footer .footer-address-list li p,
.dark-footer .ff-social-icons a,
.dark-footer .footer-link-- li a {
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
}

.dark-footer h4,
.dark-footer h2 {
    color: #e6e6e6;
    font-size: 18px;
}

.contactinfo a {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 2;
}

.fttlnks h5 {
   margin-top: 10px;
    font-size: 18px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
}

.dark-footer h5 {
    color: #ffff;
    font-family: "Josefin Sans", sans-serif;
}

.footer-copyrights- a {
    color: #ffff;
}

li {
    list-style: none;
}

.footer-address-list li {
    color: #ffff;
    display: flex;
    font-family: "Josefin Sans", sans-serif;
    padding: 0 0 5px 0;
}

.footer-address-list li a {
    color: #ffff;
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.footer-address-list li a:hover {
    color: #29c6e2;
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #29c6e2;
    transition: width .3s;
    text-align: center;
}

.cool-link:hover::after {
    width: 100%;
}

.ff-social-icons a {
    color: #fff;
    padding: 0 20px 0 0;
    font-size: 18px;
}

.ff-social-icons a:hover {
    color: #29c6e2;
    padding: 0 20px 0 0;
    font-size: 18px;
}
.footer-copyright{
    background: #030050;
    font-family: "Josefin Sans", sans-serif;
    border-top: 1px solid #fff;
    font-size: 16px;
}


/*======================= 
    Home Page css start 
=========================== */






/*======================= 
    portfolio css start 
=========================== */
.breadcrum-area {
    width: 100%;
    height: auto;
    background: url(../img/head-bg-3.jpg);
}

.innerheadbg {
    background-position: center center !important;
}

.innerheadbg::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #030821;
    left: 0;
    top: 0;
    opacity: .8;
    z-index: 0;
}

.innerheadbg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.breadcrum-area {
    padding-top: 170px;
    padding-bottom: 80px;
}

.mb30 {
    margin-bottom: 30px;
}

ul {
    list-style: none;
}

.list-h-styled li {
    position: relative;
    display: inline-flex;
    color: #29c6e2;
    position: relative;
    margin-right: 20px;
}

.bannerhead {
    font-weight: 700;
}

.portfolio-source {
    grid-template-columns: auto auto;
}

.dashedbdr {
    border: dashed 1px #29c6e2;
}

.portfolio-source {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 0;
    margin-top: 20px;
    border-radius: 14px;
}

.port-ref-link {
    text-align: center;
    padding: 35px 15px;
}

.port-ref-link a span {
    display: block;
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    margin-top: 10px;
    text-decoration: none;
}

.port-ref-link img {
    width: 40px;
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
}

.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.pics img {
    border-radius: 8px;
}

.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.text-llight {
    color: #808080;
    font-size: 15px;
}

/***********************our team *******************/

.box1 img,
.box1:after,
.box1:before {
    width: 100%;
    height: 320px !important;
    object-fit: cover !important;
    transition: all .3s ease 0s
}

.box1 .icon,
.box2,
.box3,
.box4,
.box5 .icon li a {
    text-align: center
}

.box10:after,
.box10:before,
.box1:after,
.box1:before,
.box2 .inner-content:after,
.box3:after,
.box3:before,
.box4:before,
.box5:after,
.box5:before,
.box6:after,
.box7:after,
.box7:before {
    content: ""
}

.box1,
.box11,
.box12,
.box13,
.box14,
.box16,
.box17,
.box18,
.box2,
.box20,
.box21,
.box3,
.box4,
.box5,
.box5 .icon li a,
.box6,
.box7,
.box8 {
    overflow: hidden
}

.box1 .title,
.box10 .title,
.box4 .title,
.box7 .title {
    letter-spacing: 1px
}

.box3 .post,
.box4 .post,
.box5 .post,
.box7 .post {
    font-style: italic
}

.box1 .icon,
.box1 .title {
    margin: 0;
    position: absolute
}

.box1 {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    position: relative
}

.box1:after,
.box1:before {
    height: 50%;
    background: rgba(7, 8, 65, 0.438);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform-origin: 100% 0;
    transform: rotateZ(90deg)
}

.box1:after {
    top: auto;
    bottom: 0;
    transform-origin: 0 100%
}

.box1:hover:after,
.box1:hover:before {
    transform: rotateZ(0)
}

.box1 img {
    height: auto;
    transform: scale(1) rotate(0)
}

.box1:hover img {
    filter: sepia(80%);
    transform: scale(1.3) rotate(10deg)
}

.box1 .title {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 1px #004cbf;
    bottom: 25px;
    left: 25px;
    opacity: 0;
    z-index: 2;
    transform: scale(0);
    transition: all .5s ease .2s
}

.box1 small {
    font-size: 16px;
}

.box1:hover .title {
    opacity: 1;
    transform: scale(1)
}

.box1 .icon {
    padding: 10px 10px;
    list-style: none;
    background: #030050;
    border-radius: 0 0 0 10px;
    top: -100%;
    right: 0;
    z-index: 2;
    transition: all .3s ease .2s
}

.box1:hover .icon {
    top: 0
}

.box1 .icon li {
    display: block;
    margin: 10px 0
}

.box1 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    transition: all .3s ease 0s;
}

.box2 .icon li a,
.box3 .icon a:hover,
.box4 .icon li a:hover,
.box5 .icon li a,
.box6 .icon li a {
    border-radius: 50%;
}

.box1 .icon li a:hover {
    color: #29c6e2;
}

/*=================== Doubtsec================== */
.cta-area-two {
    background-image: url(../img/team.jpg);
    background-position: 50%;
    background-size: cover;
    text-align: center;
    position: relative;
    background-attachment: fixed;
}

.cta-area-two:before {
    background: rgba(1, 2, 20, 0.753);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: .95;
}

.ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cta-area-two .cta-content {
    position: relative;
    max-width: 850px;
    margin: auto;
    width: 100%;
}

.cta-area-two .cta-content span {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.cta-area-two .cta-content h3 {
    color: #fff;
    font-size: 55px;
    text-transform: capitalize;
}

.cta-area-two .cta-btn-box {
    text-align: center;
    margin-top: 20px;
    position: relative;
}

@media only screen and (max-width:990px) {
    .box1 {
        margin-bottom: 30px
    }
}

@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}

@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}

.hide1 {
    display: block;
}

.show1 {
    display: none;
}

/*======================= 
    portfolio css start 
=========================== */



/*======================= 
    About Page css start 
=========================== */
.innerheadbg .list-h-styled li::after {
    background-color: #29c6e2;
}

.list-h-styled li::after {
    content: "";
    height: 4px;
    width: 4px;
    background-color: #29c6e2;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.active2::after {
    display: none;
}

.overhidden {
    overflow: hidden;
}

.section-space {
    padding-top: 80px;
    padding-bottom: 50px;
}

.dashbefore {
    position: relative;
    padding-left: 25px;
}

.scriptheading {
    color: #030050;
    letter-spacing: 2px;
    display: block;
}

.dashbefore:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: #29c6e2;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mb15 {
    margin-bottom: 15px;
}

.bulletpoints li:before {
    content: "\f058";
    font-family: "font awesome 6 free";
    font-weight: 900;
    margin-right: 12px;
    color: #030050;
}

.bulletpoints li {
    position: relative;
    text-indent: -30px;
    padding-left: 30px;
}

.bulletpoints li+li {
    margin-top: 20px;
}

.pad-left-70 {
    padding-left: 70px;
}

.img-collage-sets {
    position: relative;
}

.shapecontrol-4 {
    right: -30px;
    top: -40px;
}

.shapesw {
    position: absolute;
    z-index: 0;
    width: 150px;
    height: 150px;
    opacity: .7;
}

.blueketshape1 {
    background-image: radial-gradient(#004cbf 2px, transparent 2px);
    background-size: 16px 16px;
}

.col-6-a {
    position: relative;
    right: 0;
    top: 0;
    max-width: 70%;
    z-index: 5;
    margin: 0 0 0 30%;
}
/* 
.imgcover {
    box-shadow: 0 10px 20px -5px rgb(0 0 0 / 10%);
} */

.roundimg {
    overflow: hidden;
    border-radius: 14px;
}

.imgcover img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.col-6-b {
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 50%;
    z-index: 10;
    margin: -40% 0% 0%;
}

.shapecontrol-3 {
    left: -20px;
    bottom: -30px;
}

.shapesw {
    position: absolute;
    z-index: 0;
    width: 150px;
    height: 150px;
    opacity: .7;
}

.blueketshape2 {
    background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, #004cbf 1.6px, #030050 3px, rgba(255, 255, 255, 0) 3.8px, rgb(255 0 0/0%) 10px);
    border-radius: 100px;
}

/* teamcounter */
.timelinesec {
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    background-image: url(../img/steps.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.timeline {
    height: 30vh;
    width: 100%;
    background: transparent url(../img/linebg.png) center top/auto no-repeat scroll;
    /* margin-top: 70px;
    margin-bottom: 50px; */
    /* background-color: green; */
}

.iconbox {
    width: 8rem;
    height: 13rem;
    /* background-color: #646464; */
    padding: 20px;
    text-align: center;
    position: relative;
    left: 40px;
    bottom: 105px;
}

.box2 {
    position: relative;
    bottom: -40px;
}

.box3 {
    position: relative;
    bottom: 80px;
    left: 0px;
}

.box4 {
    position: relative;
    bottom: -35px;
    left: -15px;
}

.box5 {
    position: relative;
    bottom: 60px;
    left: -45px;
}

.num {
    font-size: 35px;
    color: #ccc;
    margin-bottom: 25px;
}

.linebtn {
    padding: 15px 20px;
    border: 1px solid #030050;
    background-color: #fff;
    color: #030050;
    font-size: 22px;
    border-radius: 100%;
}
.iconbox h5{
    font-size: 14px;
}
.linebtn>span {
    color: #030050;
}

.linebtn:hover>span {
    color: #29c6e2;
}

.linebtn:hover {
    background-color: #030050;
    color: #29c6e2;
    transition: 1s ease;
}

/* team counter  */

.common-heading {
    padding: 0;
    position: relative;
    z-index: 10;
}

.text-bold {
    font-weight: bold;
}

.common-heading.text-l>p {
    margin-top: 10px;
}

.tilt-inner {
    transform: translateZ(20px);
}

.funfct {
    box-shadow: 0 11px 20px rgb(123 149 162 / 15%);
    line-height: 26px;
    padding: 30px;
    border-radius: 8px 8px 8px 40px;
    position: relative;
    text-align: center;
    margin: 10px 0px;
    border: 1px dashed #29c6e2;
}

.funfct .services-cuntr {
    display: inline-block;
    font-weight: 700;
    font-size: 25px;
    color: #030050;
    padding: 10px 0;
}

.funfct p {
    font-weight: 600;
    color: #29c6e2;
}

.funfct img {
    width: 80px;
    margin: 0 auto 15px;
    display: block;
}

.about-sec-app {
    background: url(../img/bg-light2.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center center;
}

/* ============How we aid in brand development ?========== */

.why-choose {
    background: #f7fcff;
    padding: 80px 0px;
}

.upset {
    position: relative;
    z-index: 5;
}

.s-block {
    background: #fff;
    text-align: center;
    background-size: 200%;
    background-position: top right;
    background-repeat: no-repeat;
    text-align: center;
    padding: 30px 20px;
    margin: 0;
    height: 28vw;
    position: relative;
    border: 1px solid #d4f0ff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
}
.s-block p{
    font-size: 14px;
    margin-top: 5px;
}
.s-card-icon {
    width: 70px;
    margin: 0 auto 30px;
}

.slidbox {
    /* background-color: red; */
    display: flex;
    justify-content: center;
    text-align: center;
}


/* ==================Contact==================== */
.gradient-brand-color {
    background-image: -webkit-linear-gradient(0deg, #030050 0%, #030050 100%);
    background-image: -ms-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
    color: #fff;
}

.contact-info__wrapper {
    overflow: hidden;
    border-radius: .625rem ;
}

.contact-info__list {
    font-size: 20px;
}

.contacticon a {
    color: #fff;
    padding: 0 20px 0 0;
    font-size: 22px;
}

.contacticon a:hover {
    color: #29c6e2;
    padding: 0 20px 0 0;
    font-size: 22px;
}

.contact-map>iframe {
    width: 100%;
    height: 50vh;
    filter: invert(100%);
}
.setinfofont{
    font-size: 17px;
}
@media (min-width: 1024px) {
    .contact-info__wrapper {
        border-radius:.625rem ;
        padding: 5rem !important
    }
}

.contact-info__list span.position-absolute {
    left: 0
}

.z-index-101 {
    z-index: 101;
}

.list-style--none {
    list-style: none;
}

.contact__wrapper {
    background-color: #fff;
    border-radius: 0 0 .625rem .625rem
}

@media (min-width: 1024px) {
    .contact__wrapper {
        border-radius: .625rem 0 .625rem .625rem
    }
}

@media (min-width: 1024px) {
    .contact-form__wrapper {
        padding: 5rem !important
    }
}

.shadow-lg,
.shadow-lg--on-hover:hover {
    box-shadow: 0 1rem 3rem rgba(132, 138, 163, 0.1) !important;
}

/* ==================Services html  page============ */

.linebg {
    background-image: repeating-linear-gradient(90deg, hsla(196, 0%, 79%, 0.06) 0px, hsla(196, 0%, 79%, 0.06) 1px, transparent 1px, transparent 96px), repeating-linear-gradient(0deg, hsla(196, 0%, 79%, 0.06) 0px, hsla(196, 0%, 79%, 0.06) 1px, transparent 1px, transparent 96px), repeating-linear-gradient(0deg, hsla(196, 0%, 79%, 0.09) 0px, hsla(196, 0%, 79%, 0.09) 1px, transparent 1px, transparent 12px), repeating-linear-gradient(90deg, hsla(196, 0%, 79%, 0.09) 0px, hsla(196, 0%, 79%, 0.09) 1px, transparent 1px, transparent 12px), linear-gradient(90deg, rgb(255 255 255), rgb(255 255 255));
}

.textbox {
    height: 700px;
}

.paragraph-block h3 {
    margin-bottom: 20px;
}

.progress {
    height: 10px;
    margin: 20px 0px;
    font-size: 8px;
}

.progress-bar {
    width: 0;
}

.bars {
    color: #030050;
}

/* section web services  */
.paragraph-block h2 {
    margin-bottom: 20px;
}

.paragraph-block h4,
.paragraph-block h5,
.paragraph-block h6 {
    margin: 15px 0 20px;
}

.index-up {
    position: relative;
    z-index: 5;
}

/* Section industry-work */
.nav-tabs button:after {
    position: absolute;
    content: "\f178";
    font-family: "font awesome 6 free";
    font-weight: 900;
    right: 15px;
    font-size: 14px;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100px;
}

.mt30 {
    margin-top: 30px;
}

.sw-work-preview {
    display: grid;
    grid-template-columns: 65% auto;
    grid-gap: 20px;
}

.mt45 {
    margin-top: 45px;
}

.sw-right-slot {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
}

.projectbtn {
    padding: 15px 0px;
    outline: none;
    border: none;
    margin-top: 30px;
    background-color: #fff;
    font-weight: 700;
    color: #030050;
    border: 1px solid #e8e8e8;
    transition: all .3s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.projectbtn:hover {
    box-shadow: none;
}




/* testimornial in hoome page  */
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #29c6e2;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testcard{
    width: 100%;
    padding: 10px;
}
.testcard > p{
    font-size: 15px;
    margin-top: 5px;
}
.testcard img{
    width: 120px !important;
    height: 120px !important;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 8px;
}
.rating > i{
    color: gold;
}

.testimornial .owl-nav .owl-prev i,
.owl-nav .owl-next i{
    background-color: #030050 !important;
    color: #fff;
    padding: 10px;
    font-size: 16px;
}

.testimornial .owl-prev {
    position: absolute;
    top: 45%;
    left: -30px; /* Adjust the distance from the left side */
    transform: translateY(-50%);
    background-color: transparent !important;
}

.testimornial .owl-next {
    position: absolute;
    top: 45%;
    right: -30px; /* Adjust the distance from the right side */
    transform: translateY(-50%);
      background-color: transparent !important;
}

.testimornial .owl-dots{
	margin-top: 10px !important;
}
.testimornial .owl-dots .owl-dot span{
	background-color: #ccc !important;
	padding: 6px !important;
}
.testimornial .owl-dot.active span{
	background-color: #030050 !important;
}



/* ------testimonial  close-------*/

/* webdevelopmentservices page designing  */
.bussinessgoals{
    width: 100%;
    height: auto;
    background: #f7fcff;
}
.webpera{
    font-size: 14px;
}
.webcardimg > img{
 width: 60px;
 margin-bottom: 15px;
}
.webcard{
    height: 285px;
    border: 1px solid #d4f0ff;
    background-color: #fff;
    box-shadow: #d4f0ff 0px 1px 4px;
}
.web-section{
    position: relative;
}
.web-section:before{
    content: "";
    background: url(../img/dot_bg.png);
    position: absolute;
    height: 550px;
    right: 0;
    left: 0;
    top: 0;
    background-size: auto;
    background-repeat: repeat;
}
.portfolio-section {
    position: relative;
}
.portfolio-section:before {
    content: "";
    background: url(../img/dot_bg.png);
    position: absolute;
    height: 200px;
    right: 0;
    left: 0;
    top: 0;
    background-size: auto;
    background-repeat: repeat;
}
.pad-tb {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pr25 {
    padding-right: 25px !important;
}
.mt20 {
    margin-top: 20px;
}
.service-point-2 {
    display: flow-root;
}
.service-point-2 li {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    padding: 4px 0;
    float: left;
    width: 50%;
}
.mt20 {
    margin-top: 20px;
}
.key-points {
    display: block;
    text-align: left;
}
.key-points li {
    padding: 8px 0 8px 0px;
    position: relative;
    line-height: 28px;
    font-size: 15px;
}
.key-points li i{
    color: #29c6e2;
    font-size: 20px;
    padding-right: 10px;
}
.img-cover{
    width: 100%;
    object-fit: cover;
}
.cycleimg > img{
    width: 100%;
}
.portfolioImg{
    width: 100%;
    height: 500px;
    /* border: 2px solid #fff !important; */
    border-radius: 10px !important;
}    
    

/*======================= 
    errorpage css start 
=========================== */
.errorpage{
    width: 100%;
    height: 100vh;
  background: url(../img/comingsoonimg.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
}
.closebtn {
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 1;
    background-color: #030050;
    color: #fff;
    font-weight: 600;
    padding: 2px 15px;
    font-size: 25px;
}
.closebtn:hover{
    background-color: #030050;
    color: #29c6e2;
}

/*================ portfolio new page new design css=========================  */
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover a {
    opacity: 1;
}
.project-item{
    height: 520px;
}
.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-carousel .owl-dot {
    width: 35px;
    height: 35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 35px;
    transition: .5s;
}

.project-carousel .owl-dot >button {
    width: 35px;
    height: 35px;
    background: none !important;
    outline: none;
    border: none;
    color: #555555;
 }
 .owl-dots .owl-dot.active button,
 .owl-dots .owl-dot button:hover {
    color: #fff;
  }
  
.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #FFFFFF !important;
    border-color: 2px solid #29c6e2;
    background: #030050;
}
.portfolioimgset{
    width: 100%;
    height: 300px;

}
.project-item-text{
    font-size: 14px;
}




/* **** Frequently Asks Questions accordion***** */
.ftco-section {
    padding: 2rem 0;
    position: relative;
}
.bg-ftco {
    background: #f7fcff;
}
.ftco-faqs .myaccordion {
    margin: 0 auto;
    overflow: hidden;
}

.ftco-faqs .myaccordion .card,
.ftco-faqs .myaccordion .card:last-child .card-header {
    border: none;
    background: transparent;
}

.ftco-faqs .myaccordion .card-header {
    border: none;
    background: transparent;
}
.ftco-faqs .myaccordion .card-header p {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
}

.ftco-faqs .myaccordion .fa {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}

.ftco-faqs .myaccordion .btn {
    width: 100%;
    font-weight: 600;
    color: black;
    padding: 0;
    text-transform: capitalize;
    letter-spacing: 0;
    border-radius: 0 !important;
    margin-bottom: 10px;
    /* border-radius: 40px !important; */
    -webkit-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
    -moz-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
    box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
}

.ftco-faqs .myaccordion .btn-link:hover,
.ftco-faqs .myaccordion .btn-link:focus {
    text-decoration: none;
}

.ftco-faqs button[aria-expanded="true"] {
    background-color: #030050;
    color: #fff !important;
}

.ftco-faqs button[aria-expanded="false"] {
    background-color: #fff;
}
.ftco-faqs .card-body {
    background: #fff;
    margin-bottom: 10px;
    /* border-radius: 30px; */
    -webkit-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
    -moz-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
    box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
}


.ftco-faqs button[aria-expanded="true"] .fa {
    color: #fff !important;
}
.ftco-faqs .myaccordion .fa {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}

.ftco-faqs .myaccordion .fa {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}

.ftco-faqs [data-toggle="collapse"].collapsed .fa:before {
    content: "\f067";
    font-family: "FontAwesome";
    font-style: normal;
}

.ftco-faqs [data-toggle="collapse"] .fa:before {
    content: "\f068";
    font-family: "FontAwesome";
    font-style: normal;
}

.ftco-faqs .img {
    height: 600px;
    /* -webkit-box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.12); */
}
.img, .blog-img, .user-img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.icon-video {
    width: 80px;
    height: 80px;
    background: #fff;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}










/* Responsive  */
/*======================= 
    Responsive css start 
=========================== */
@media (max-width: 1024px){
    .s-block {
        background: #fff;
        text-align: center;
        background-size: 200%;
        background-position: top right;
        background-repeat: no-repeat;
        text-align: center;
        padding: 30px 20px;
        margin: 0;
        height: 43vw;
        position: relative;
        border: 1px solid #d4f0ff;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
        box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    }
    .webcard{
        height: 300px;
        border: 1px solid #d4f0ff;
        background-color: #fff;
        box-shadow: #d4f0ff 0px 1px 4px;
        margin: 10px 0px;
    }

}
@media (max-width: 991px) {
    .menucool2 {
        position: relative;
        top: 0;
        background-color: #030050;
        color: #fff;
    }

    .fixed-top {
        transition: 100ms ease;
        z-index: 1100;
        background: #030050;
    }

    .shapecontrol-4 {
        right: 0px;
        top: 0px;
    }

    .hero-main-rp {
        padding: 5px;
    }

    .pad-left-70 {
        padding-left: 15px;
    }

    .mmt40 {
        margin-top: 40px;
    }

    .items {
        width: 100%;
        height: auto;
        text-align: center;
        color: #fff;
        padding: 25px;
        background-color: none !important;
    }

    .img100w {
        height: 70px !important;
        width: 77px !important;
        margin-left: 10px;
    }

    .mobile-app- .app-hero-bnr img {
        max-width: 100%;
        margin: 15px auto;
        display: block;
    }

    .hero-card-web {
        position: relative;
        overflow: hidden;
        padding-top: 130px;
        padding-bottom: 20px;
        height: 100vh;
        align-items: center;
        display: flex;
    }

    .service-item {
        position: relative;
        height: 400px;
        padding: 0px;
        margin: 5px 0px;
        transition: .5s;
        box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    }

    .about-avatar>img {
        max-width: 100%;
        height: auto;
    }

    .hide1 {
        display: none;
    }

    .show1 {
        display: block;
    }

    .timelinesec,
    .phonepehide {
        display: none;
    }

    .setblock {
        display: block;
    }

    .roundimg>img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .s-block {
        background: #fff;
        text-align: center;
        background-size: 200%;
        background-position: top right;
        background-repeat: no-repeat;
        text-align: center;
        padding: 30px 20px;
        margin: 0;
        height: auto;
        position: relative;
        border: 1px solid #d4f0ff;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
        box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    }
    .webcard{
        height: auto;
        border: 1px solid #d4f0ff;
        background-color: #fff;
        box-shadow: #d4f0ff 0px 1px 4px;
        margin: 10px 0px;
    }
    .icon-set, .opl ul li {
        width: 50%;
    }
    .ftco-faqs .img {
        height: 300px;
        max-width: 100%;
    }
    .ftco-section {
        padding: 0em 0;
        position: relative;
    }
    .project-item {
        height: auto;
    }
    
.testimornial .owl-nav .owl-prev i,
.owl-nav .owl-next i{
    background-color: #030050 !important;
    color: #fff;
    padding: 8px;
    font-size: 14px;
}

.testimornial .owl-prev {
    position: absolute;
    top: 45%;
    left: -16px; /* Adjust the distance from the left side */
    transform: translateY(-50%);
    background-color: transparent !important;
}

.testimornial .owl-next {
    position: absolute;
    top: 45%;
    right: -16px; /* Adjust the distance from the right side */
    transform: translateY(-50%);
      background-color: transparent !important;
}

.testimornial .owl-dots{
	margin-top: 0px !important;
}
.hero-heading-sec2 h1 {
    font-size: 55px;
    color: #fff;
    text-shadow: 2px 2px 8px #000000a2;
}
}