/*industry*/
.section_industries .card{
    box-shadow: 4px 7px 13px rgb(0 0 0 / 30%);
    border:none;
    height:100%;
}

.footer-logo {
    max-width: 100%; /* Set the maximum width to 100% */
    height: auto; /* Maintain the aspect ratio */
}


#tzi_services .card{
    box-shadow: 4px 7px 13px rgb(0 0 0 / 30%);
    border:none;
    height:100%;
}
/* customers-logo */
.pulse-div{
        right: 25px !important;
    }
.w-20{
  width:18%;
  display:flex;
  align-items:center;
}
.w-800{
    width:80%;
}
.w-90{
    width:90%;
}
.w-80{
    width:90%;
}
.h-60{
    height:60%;
}
.w-45{
    width:45%;
}
/* end */
/* whatsapp design */
@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
  }
.img-whatsapp {
    animation: shake 4.5s infinite linear;
    transform: translate3d(0, 0, 0);
}
.img-phone{
    width:42px;
    height:42px;
    border-radius:50%;
    animation: shake 4.5s infinite linear;
    transform: translate3d(0, 0, 0);
}
section.section-whatsapp {
    position: fixed;
    bottom: 40px;
    left: 25px;
    z-index: 5;
}
section.section-phone {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 5;
}
/* :end */
body{
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Ubuntu', sans-serif; */
}
.whatsapp_phone{
    margin-top: 60px;
}
.iso_img{
    height:auto;
    width: 25%;
}
.nasscom_img{
    width: 25%;
    /*height:40%;*/
}
.h4, h4{
    font-size: 14px;
    color: white;
    font-weight: 500;
}
.img-fluid{
    max-width: 100%;
    height: auto;
    margin: 16px 2px 3px -3px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
}
/*smatbot */
#opened{
    max-height:450px;
}
/*smatbot end*/
/*portfolio sectio*/
.portfolio{
    /*height: 550px;*/
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 19%) 0px 10px -1px, rgb(0 0 0 / 23%) 0px 6px 6px;
} 
.portfolio_slide .slick-slide {
    margin: 0px 20px;
    border:  none;
}
.portfolio_web_slide .slick-slide {
    margin: 0px 20px;
    border:  none;
}
/*end*/
.main_icon_smatest{
    display:none !important;
}
.technology{
    width:75%;
    height:auto;
}
i.fa-solid.fa-circle-check {
    color: #91ba74;
    font-size: 20px;
    margin-top: 4px;
    margin-right: 4px
}
.error{
    color: red;
    font-size:14px;
}
/*alert css*/
.alert{
    position: fixed;
    top: 10px;
    right: 10px;
}
.fade.show{
    display:flex;
}
.fade{
    opacity:1;
    display:none;
}
/*end*/
/*.navbar-nav{*/
/*    padding-left:1rem;*/
/*}*/
.navbar-toggler:not(:disabled):not(.disabled) {
    outline: none;
}
.launcher-close-icon{
    display:none !important;
}
.launcher-label-main-div{
    display:none !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/* HEADER START */
.nav_colour{
    font-weight: 500;
    color: #0e1318;
    font-size: 14px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.nav_icons{
    font-weight: 500;
    color: #0e1318;
    padding-bottom: 5px;
    font-size: 14px;
}
.mail-contact .nav_icons{
    padding-left:0px;
    padding-top:4px;
}
.mail_phone{
    margin-bottom:10px;
}
.header-logo{
    height: auto;
    width: 250px;
}
.phone_contact .d-flex{
    flex-direction:column;
}
/* HEADER END */

/* section 1 */
    .main_content_area{
        display:flex;
        align-items:center;
    }
    .main_heading
    {
        font-weight: bold;
        font-size: 33px;
    }
    .main_paragraph
    {
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 1.45;
        text-align: justify;
    }
    .main_button{
        border-radius: 6px;
        background: azure;
        border: 1px solid;
        padding: 5px 20px;
    }
    .main_button:focus{
        outline:none;
    }
    /* section  end  */
    /* video */
    .bg-video-wrap {
        position: relative;
        overflow: hidden;
        width: 100%;
        background-color: transparent;
        }
        video {
        min-width: 100%;
        z-index: 1;
        }
        .overlay {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: linear-gradient(45deg, rgba(0,0,0,.5) 50%, rgba(0,0,0,.5) 50%);
        background-size: 3px 3px;
        z-index: 2;
        }
        .bg-video-wrap h1 {
        text-align: center;
        color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 3;
        max-width: 400px;
        width: 100%;
        height: 50px;
        }
        .cards_video{
            color: white;
            border-radius: 20px;
            box-shadow: 2px 2px 2px 2px lightgrey;
            font-weight: 400;
            font-size: 1.25rem;
            border: none;
            background-image: url(images/images1.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        /* video end */

        /* animations  */
        .animatable {
      
            /* initially hide animatable objects */
            visibility: hidden;
            
            /* initially pause animatable objects their animations */
            -webkit-animation-play-state: paused;   
            -moz-animation-play-state: paused;     
            -ms-animation-play-state: paused;
            -o-animation-play-state: paused;   
            animation-play-state: paused; 
          }
          
          /* show objects being animated */
          .animated {
            visibility: visible;
            
            -webkit-animation-fill-mode: both;
            -moz-animation-fill-mode: both;
            -ms-animation-fill-mode: both;
            -o-animation-fill-mode: both;
            animation-fill-mode: both;
            
            -webkit-animation-duration: 1s;
            -moz-animation-duration: 1s;
            -ms-animation-duration: 1s;
            -o-animation-duration: 1s;
            animation-duration: 1s;
          
            -webkit-animation-play-state: running;
            -moz-animation-play-state: running;
            -ms-animation-play-state: running;
            -o-animation-play-state: running;
            animation-play-state: running;
          }
          @-webkit-keyframes bounceInLeft {
            0% {
                opacity: 0;
                -webkit-transform: translateX(-2000px);
            }
            60% {
                -webkit-transform: translateX(20px);
            }
        
            80% {
                -webkit-transform: translateX(-5px);
            }
        
            100% {
                opacity: 1;
                -webkit-transform: translateX(0);
            }
        }
        
        @-moz-keyframes bounceInLeft {
            0% {
                opacity: 0;
                -moz-transform: translateX(-2000px);
            }
        
            60% {
                -moz-transform: translateX(20px);
            }
        
            80% {
                -moz-transform: translateX(-5px);
            }
        
            100% {
                opacity: 1;
                -moz-transform: translateX(0);
            }
        }
        
        @-o-keyframes bounceInLeft {
            0% {
                opacity: 0;
                -o-transform: translateX(-2000px);
            }
        
            60% {
                opacity: 1;
                -o-transform: translateX(20px);
            }
        
            80% {
                -o-transform: translateX(-5px);
            }
        
            100% {
                opacity: 1;
                -o-transform: translateX(0);
            }
        }
        
        @keyframes bounceInLeft {
            0% {
                opacity: 0;
                transform: translateX(-2000px);
            }
        
            60% {
                transform: translateX(20px);
            }
        
            80% {
                transform: translateX(-5px);
            }
        
            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }
        @-webkit-keyframes bounceInRight {
            0% {
                opacity: 0;
                -webkit-transform: translateX(2000px);
            }
        
            60% {
                -webkit-transform: translateX(-20px);
            }
        
            80% {
                -webkit-transform: translateX(5px);
            }
        
            100% {
                opacity: 1;
                -webkit-transform: translateX(0);
            }
        }
        
        @-moz-keyframes bounceInRight {
            0% {
                opacity: 0;
                -moz-transform: translateX(2000px);
            }
        
            60% {
                -moz-transform: translateX(-20px);
            }
        
            80% {
                -moz-transform: translateX(5px);
            }
        
            100% {
                opacity: 1;
                -moz-transform: translateX(0);
            }
        }
        
        @-o-keyframes bounceInRight {
            0% {
                opacity: 0;
                -o-transform: translateX(2000px);
            }
        
            60% {
                -o-transform: translateX(-20px);
            }
        
            80% {
                -o-transform: translateX(5px);
            }
        
            100% {
                opacity: 1;
                -o-transform: translateX(0);
            }
        }
        
        @keyframes bounceInRight {
            0% {
                opacity: 0;
                transform: translateX(2000px);
            }
        
            60% {
                transform: translateX(-20px);
            }
        
            80% {
                transform: translateX(5px);
            }
        
            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .animated.bounceInRight {
            -webkit-animation-name: bounceInRight;
            -moz-animation-name: bounceInRight;
            -o-animation-name: bounceInRight;
            animation-name: bounceInRight;
        }
        .animated.bounceInLeft {
            -webkit-animation-name: bounceInLeft;
            -moz-animation-name: bounceInLeft;
            -o-animation-name: bounceInLeft;
            animation-name: bounceInLeft;
        }
        /* animationas end  */

/* Slider start*/

.customer-logos .slick-slide {
    margin: 0px 10px;
    padding: 15px;
    background:#ffffff;
    border-radius:10px;
    border: 1px solid #dddd;
}
.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    /*color: white;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next:before {
    content: '\2192';
}
.slick-prev:before {
    content: '←';
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 47%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    z-index:1;
    background-color: transparent;
    /* background-image: linear-gradient(to bottom right, #3d93c9 30%, #2d3fa0 100%); */
    background: linear-gradient(to bottom right, #21b7fb 25%, #015db2 90%);
    border-radius:50%;
}
.slick-prev:hover, .slick-next:hover {
    outline: 0;
    width: 45px;
    height: 45px;
}
.slick-prev:focus, .slick-next:focus{
     outline: 0;
}
.slick-prev {
    left: 0px;
}
.slick-next {
    right: 0px;
}
/* Slider end*/

/* technolgy we used  */
/*.technolgy_image{*/
/*    background: #f0f3f6;*/
/*    box-shadow: 0 0 0 109vmax #f0f3f6;*/
/*    clip-path: inset(0 -100vmax);*/
/*}*/

/* animated character   */
.animate-charcter
{
    /* background-image: linear-gradient( -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%); */
    /*background-image: linear-gradient( -225deg, #2e66ae 0%, #1d336d 29%, #a1c489 57%, #0d81d1 100%);*/
    background: linear-gradient(to bottom right, #21b7fb 27%, #025eb4 90%);
    background-size: 200% auto;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/* footer section  */
#footer
{
    height:auto;
}
#footer svg {
    fill: #fff;
}
.logo-footer
{
    height: auto;
    width:250px;
}
svg:not(:root) {
    overflow: hidden;
}
*, ::after, ::before {
    box-sizing: border-box;
    margin: 0; padding: 0;
}

svg:not(:root) {
    overflow: hidden;
}
:not(svg) {
    transform-origin: 0px 0px;
}
#footer svg {
    fill: #fff;
}

#footer{
    /*background: #f0f3f6;*/
    /* background: #916274; */
    background-image: url(images/images1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 10px;
}

.social-links h2{
	padding-bottom: 15px;
	font-size: 20px;
    font-weight: 600;
}
.social-links img{
	padding-bottom: 25px;
}
.social-icons{
	display: flex;
    flex-direction: column;
    gap: 1rem;
	color: #777777;
}
.social-icons a{
	color: #000;
}
.social-icons a:hover{
	color: #000;
}
.social-icons a i{
	box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    padding: 0.4rem 1rem 0.4rem 1rem;
    border-radius: 3px;
    color: black;
	font-size: 16px;
	margin-right: 12px;
}
#footer li{
	list-style: none;
}
.social_icon a{
    font-size:20px;
    color: #000;
}
.social_icon a:hover{
    color: #000;
}
.useful-link h2{
	padding-bottom: 15px;
	font-size: 20px;
    font-weight: 600;
}
.useful-link img{
	padding-bottom: 15px;
}
.use-links{
	line-height: 32px;
}
.use-links li i{
	font-size: 14px;
    padding-right: 8px;
    color: #898989;
}
.use-links li a{
	color: #303030;
    font-size: 15px;
    font-weight: 500;
	color: #777777;
}
.use-links li a:hover{
	color: #000;
}
.address h2{
	padding-bottom: 4px;
	font-size: 18px;
    font-weight: 600;
}
.address img{
	padding-bottom: 15px;
}
.address-links li a{
	color: #303030;
    font-size: 14px;
    font-weight: 500;
	color: #fff;
    text-decoration:none;
}
.address-links li i{
	font-size: 16px;
    padding-right: 8px;
	color: black;

}
.address-links li i:nth-child(1){
	padding-top: 9px;
}
.address-links .address1{
	font-weight: 500;
    font-size: 14px;
	display: flex;
}
.address-links{
    line-height: 32px;
    color: #fff;

}
#footer form .form-control{
    border:1px solid #fff;
}

.copy-right-sec{
	padding: 1.8rem;
    background: black;
    color: #fff;
    text-align: center;
}
.copy-right-sec a{
	color: #fcd462;
    font-weight: 500;
}

a{
  text-decoration:none;
}

/* footer section end */
/* engagement section  */
.engagement_para{
    color: #6d6d6d;
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
}
/*end */
/*faqs*/
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: left; 
    margin-right: 20px;
    color: #777777;
    background-color: #f2f2f2;
    padding: 3px 8px;
    border-radius: 10px;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

.accordion .card-title{
    color: #000;
    text-decoration:none;
}
.accordion .card{
    border-right: 0px;
    border-left: 0px;
}
.accordion .card-header
{
    background-color: transparent;
    padding-left: 0px;
}
.accordion .card-body
{
    /*border-top: 1px solid rgba(0,0,0,.125);*/
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding-left: 10px;
    color: #666;
}
.accordion .card
{
    border-top: 0px !important;
}
.accordion ul
{
 padding-left: 17px !important;
}
/*end */
/* form    */
        .modal-content{
            width:75%;
        }
        .newform .wrapper {
              background: linear-gradient(to bottom right, #21b7fb 25%, #025eb4 90%); 
          
          /* background: linear-gradient(to bottom right, #3d93c9 30%, #2d3fa0 100%); */
          box-shadow: -1px 17px 7px -7px rgb(0 0 0 / 40%);
        }
        .newform .wrapper .form-success .container h1 {
                  transform: translateY(85px);
        }
        .newform .container {
          max-width: 600px;
          margin: 0 auto;
          padding: 30px 0;
          height: auto;
          text-align: center;
        }
        .newform .container h1 {
          font-size: 20px;
          transition-duration: 1s;
          transition-timing-function: ease-in-     put;
          font-weight: 200;
        }
        .newform form {
          padding: 20px 0;
          position: relative;
          z-index: 2;
        }
         .newform form input:focus::placeholder, textarea:focus::placeholder{
              visibility:hidden;
          }
        .newform form input,textarea {
            appearance: none;
          outline: 0;
          border: 1px solid rgba(255, 255, 255, 0.4);
          background-color: rgba(255, 255, 255, 0.2);
          width: 75%;
          border-radius: 3px;
          padding: 10px 15px;
          margin: 0 auto 10px auto;
          display: block;
          font-size: 14px;
          color: black;
          -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
          font-weight: 400;
        }

        .newform select{
            
          outline: 0;
          border: 1px solid rgba(255, 255, 255, 0.4);
          background-color: rgba(255, 255, 255, 0.2);
          width: 75%;
          border-radius: 3px;
          padding: 10px 15px;
          margin: 0 auto 10px auto;
          display: block;
          font-size: 14px;
          color: black;
          -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
          font-weight: 400;
        }
        .newform form input:hover ,textarea:hover{
          background-color: rgba(255, 255, 255, 0.4);
        }
        .newform form input:focus ,textarea:focus{
          
          width: 90%;
          color: black;
        }
        .newform form button {
        appearance: none;
          outline: 0;
          background-color: #fff;
          border: 0;
          padding: 10px 15px;
          color: #2e66ae;
          border-radius: 3px;
          width: 75%;
          cursor: pointer;
          font-size: 18px;
          transition-duration: 0.25s;
        
        }
        .newform form button:hover {
          background-color: #f5f7f9;
          color:#2e66ae;
        }
        .newform .bg-bubbles {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          overflow:hidden;
        }
        .newform .bg-bubbles li {
          position: absolute;
          list-style: none;
          display: block;
          width: 40px;
          height: 40px;
          background-color: rgba(255, 255, 255, 0.15);
          bottom: -160px;
          animation: square 25s infinite; 
          transition-timing-function: linear;
        }
        .newform .bg-bubbles li:nth-child(1) {
          left: 10%;
        }
        .newform .bg-bubbles li:nth-child(2) {
          left: 20%;
          width: 80px;
          height: 80px;
          animation-delay: 2s;
          animation-duration: 17s;
        }
        .newform .bg-bubbles li:nth-child(3) {
          left: 25%;
          animation-delay: 4s;
          
        }
        .newform .bg-bubbles li:nth-child(4) {
          left: 40%;
          width: 60px;
          height: 60px;
          animation-duration: 22s;
          background-color: rgba(255, 255, 255, 0.25);
        }
        .newform .bg-bubbles li:nth-child(5) {
          left: 70%;
        }
        .newform .bg-bubbles li:nth-child(6) {
          left: 80%;
          width: 120px;
          height: 120px;
          animation-delay: 3s;
          background-color: rgba(255, 255, 255, 0.2);
        }
        .newform .bg-bubbles li:nth-child(7) {
          left: 32%;
          width: 160px;
          height: 160px;
          animation-delay: 7s;
        }
        .newform .bg-bubbles li:nth-child(8) {
          left: 55%;
          width: 20px;
          height: 20px;
          animation-delay: 15s;
          animation-duration: 40s;
        }
        .newform .bg-bubbles li:nth-child(9) {
          left: 25%;
          width: 10px;
          height: 10px;
          animation-delay: 2s;
          animation-duration: 40s;
          background-color: rgba(255, 255, 255, 0.3);
        }
        .newform .bg-bubbles li:nth-child(10) {
          left: 90%;
          width: 160px;
          height: 160px;
          animation-delay: 11s;        
        }
        @keyframes square {
          0% {
            transform: translateY(0);
          }
          100% {
            transform: translateY(-700px) rotate(600deg);
          }
        }
        
        ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
          color: black;
        }
/*end */
/*ribbon */
.newform .title{
    background-color: #206faf;
    color: #e2eaeb ;
    padding: 15px;
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    top: -30px;
    box-shadow: 0px 9px 5px -6px rgb(0 0 0 / 80%);
}

.newform .title::before{
    content: "";
    border: 10px solid;
    border-color: #2e66ae #2e66ae  transparent transparent ;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index:-1;
}
.newform .title::after{
    content: "";
    border: 10px solid;
    border-color:#2e66ae transparent transparent  #2e66ae   ;
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index:-1;
}
#login-button{
    background: #076ac0;
    border: none;
}
/* responsive */

/*frm 2 design*/
    .form-control{
        background:transparent !important;
    }
    .form-control:focus{
        border-color:#ced4da !important;
    }
    .form-control::placeholder,.form-control option,.form-control select::placeholder{
        font-size:15px !important;
    }
/*frm 2 desig end*/

/*conatct us */
.redirect_form{
    padding:5px 15px;
    border-radius:5px;
    border:1px solid black;
}
.contact_us{
    /*background-color: transparent;*/
    /*background-image: linear-gradient(to bottom right, #3d93c9 30%, #2d3fa0 100%);*/
    border-radius: 5px;
    padding-top:35px;
    padding-bottom:35px;
    background-image: url(images/images1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    box-shadow: 4px 7px 13px rgb(0 0 0 / 30%);
}
.contact_us .redirect_form:hover{
    background:#fff;
    color: #081233!important;
    border: 1px solid #63c7f9;
    box-shadow: none !important;
}
.contact.redirect_form{
    /*padding-top:10px;*/
    /*padding-bottom:10px;*/
    font-size:1.5rem;
    text-decoration:none;
    text-align:center;
    /*box-shadow: 4px 7px 13px rgb(0 0 0 / 30%);*/
    background-image: linear-gradient( -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%);
    background-size: 200% auto;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    border: 1px solid #2f4ca6;
}

/* mobile appsection_mobile_text developement hover effect*/
        .section_mobile_text h1
        {
            margin: 0px;
            font-weight: bold;
            line-height: 1.15;
        }
        .section_3_a{
            padding-top: 15%;
        }
        .section_mobile .card-body,.section_mobile .card{
            border-radius: 11px;
            box-shadow: 4px 7px 13px rgb(0 0 0 / 30%);
        }

        .section_mobile .icons
        {
            font-size: 60px;
            padding-bottom: 10px;
        }

        .section_4_a h3,.section_4_b h3
        {
            font-size: 22px;
        }
        .section_4_a p,.section_4_b p
        {
            font-size: 15px;
            text-align:justify;
        }
        .section_4_b
        {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        /* end  */

        /* hover effect card  */
        .card_2
        {
            border-bottom-left-radius: 80px;
            border-top-right-radius: 80px;
            border-top-left-radius: 0px;
            border-bottom-right-radius: 0px;
            overflow: hidden;
            position: relative;
            text-decoration: none;
            transition: .6s transform ease-in-out;
            will-change: transform;
            z-index: 0;
            /*background-color:linear-gradient(to bottom right, #3d93c9 30%, #2d3fa0 100%);*/
            background-color: transparent;
            /* background-image: linear-gradient(to bottom right, #3d93c9 30%, #2d3fa0 100%); */
            background: linear-gradient(to bottom right, #21b7fb 25%, #025eb4 90%);
            color: #fff;
            cursor: pointer;
            font-family: 'Poppins', sans-serif !important;
            border: 1px solid #46a2d1;
        }
    
        .card_2::after
        {
            background-color: #fff;
            color: #30369d !important;
            content: '';
            border-top-right-radius: 100px;
            display: block;
            height: 100%;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            transform: translate(-100%, 0) rotate(90deg);
            transform-origin: top left;
            transition: .6s transform ease-out;
            will-change: transform;
            z-index: -1;
            font-family: 'Poppins', sans-serif !important;
        }
        
        .card_2:hover::after
        {
            transform: translate(0, 0);
        }

        .card_2:hover
        {
            border: 1px solid transparent;
            will-change: transform;
            color: #2d3fa0;
        }
/* end  */
/* statistics counter */
        .sectionClass {
          padding: 20px 0px 50px 0px;
          position: relative;
          display: block;
        }
        
        .fullWidth {
          width: 100% !important;
          display: table;
          float: none;
          padding: 0;
          min-height: 1px;
          height: 100%;
          position: relative;
        }
        
        
        .sectiontitle {
          background-position: center;
          margin: 30px 0 0px;
          text-align: center;
          min-height: 20px;
        }
        
        .sectiontitle h2 {
          font-size: 30px;
          color: #222;
          margin-bottom: 0px;
          padding-right: 10px;
          padding-left: 10px;
        }
        
        
        .headerLine {
          width: 160px;
          height: 2px;
          display: inline-block;
          background: #101F2E;
        }
        
        
        .projectFactsWrap{
          display: flex;
          margin-top: 30px;
          flex-direction: row;
          flex-wrap: wrap;
        }
        
        
        #projectFacts .fullWidth{
            padding: 0;
        }
        
        .projectFactsWrap .item{
          width: 100%;
          padding: 25px 0px;
          text-align: center;
          border-radius: 12px;
          box-shadow: 4px 7px 13px rgb(0 0 0 / 30%);
        }
        
        .projectFactsWrap .item{
           background-color: transparent;
           /* background-image: linear-gradient(to bottom right, #3d93c9 30%, #2d3fa0 100%); */
           background: linear-gradient(to bottom right, #21b7fb 25%, #025eb4 90%);
        }
        
        
        .projectFactsWrap .item p.number{
          font-size: 40px;
          padding:0px ;
          font-weight: bold;
          text-align:center;
        }
        
        .projectFactsWrap .item p{
          color: rgba(255, 255, 255, 0.8);
          font-size: 18px;
          margin: 0;
          padding: 10px;
          text-align:center;
        }
        
        
        .projectFactsWrap .item span{
          width: 60px;
          background: rgba(255, 255, 255, 0.8);
          height: 2px;
          display: block;
          margin: 0 auto;
        }
        
        
        .projectFactsWrap .item i{
          vertical-align: middle;
          font-size: 50px;
          color: #fff;
        }
        
        
        .projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
          color: white;
        }
        
        .projectFactsWrap .item:hover span{
          background: white;
        }
/*statistice end */

/*web services design */
.card_service
    {
        border-bottom-left-radius: 80px;
        border-top-right-radius: 80px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 0px;
        overflow: hidden;
        position: relative;
        text-decoration: none;
        transition: .7s transform ease-in-out;
        will-change: transform;
        z-index: 0;
        height:100%;
        background-image: url(images/images1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        box-shadow: 4px 7px 13px rgb(0 0 0 / 30%);
    }

    .card_service::after
    {
        /*background-color: transparent;*/
        /*background-image: linear-gradient(to bottom right, #3d93c9 30%, #2d3fa0 100%);*/
        background-color:#63c7f9;
        content: '';
        
        border-top-right-radius: 100px;
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transform: translate(-100%, 0) rotate(90deg);
        transform-origin: top left;
        transition: .7s transform ease-out;
        will-change: transform;
        z-index: -1;
    }
    
    .card_service:hover::after
    {
        transform: translate(0, 0);
        
    }

    .card_service:hover
    {
        border: 2px solid transparent;
        color: white;
        will-change: transform;
    }
    .card_blue:hover{
        color:#015db2;
    } 
    .card_green:hover{
        color:#91ba74;
    }
    .card_blue::after{
        background: #91ba74;
    } 
    .card_green::after{
        background: #015db2;
    }
    .card_green{
        color: #015db2;
        background: #91ba74;
    }
    .card_blue{
        background: #015db2;
        color: #91ba74;
    }
 /*end*/
@media only screen and (max-width: 426px) {
    .main_content .main_paragraph{
        font-size:1rem;
    }
    .w-20{
      width:20%;
      display:flex;
      align-items:center;
    }
    .pulse-div{
        right: 25px !important;
    }
    .navbar-nav{
            padding-left:7px !important;
        }
        .w-45{
            width:90%;
        }
    section.section-phone{
        left:291px;
    }
    .w-80{
        width:100%;
    }
    .section_1,.section_3,.section_4,.section_5,.section_6,.section_7,.section_b,.section_statistics,.nasscom_section,.section_industries{
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-top:30px !important;
        padding-bottom:30px !important;
    }
    .section_2{
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-top:60px !important;
        padding-bottom:30px !important;
    }
    .section_1{
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-top:0px !important;
        padding-bottom:30px !important;
    }
    .section_4{
        padding-bottom:0px !important;
    }
    
    h1{
        font-size:2rem;
        margin-bottom:15px !important;
    }
    .contact_us h3{
        font-size:1.5rem;
    }
    .logo_header{
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .logo-header{
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .header-logo{
        padding-top:10px ;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 75%;
    }
    .main_content{
        padding-top:25px !important;
    }
    .modal-content{
        width:95%;
    }
    .section_4_b{
        padding-top:45px !important;
    }
    .section_3_a,.section_mobile_text,.section_mobile{
        padding-top:0px !important;
    }
    #register_new,.address{
        padding-left:8px;
    }
    .contact_us .redirect_form{
       padding-left:10px !important;
       padding-right:10px !important;
    }
    .col-md-12.engagement_para{
        text-align:justify !important;
        padding-left:10px !important;
        padding-right:10px !important;
    }
    .engagement_para.tick{
        text-align: initial;
    }
    .sectionClass {
        padding: 20px 0px 20px 0px;
    }
    .mail_phone{
        flex-direction: column;
        padding-left: 0px !important;
        margin-top: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 5px;
        background: #2e66ae;
        color:#fff;
        padding-right:0px !important;
        margin-right:0px;
    }
    .col-lg-9.col-md-12{
        padding-left:10px !important;
        padding-right:10px;
    }
    .mail-contact .nav-link.nav_icons{
        color:#fff;
    }
    .whatsapp_phone{
        flex-direction:row !important;
        justify-content:center;
        font-size: 13px;
    }
    .phone_contact .nav-link.nav_icons{
        font-size:15px;
        color:#fff;
    }
    .phone_contact{
        flex-direction: row !important;
        justify-content: space-between;
    }
    .img-phone{
        width:35px;
        height:35px;
    }
    .img-whatsapp{
        width:60% !important;
    }
  }
  @media only screen and (max-width: 768px) {
      .whatsapp_phone{
        display:flex !important;
        flex-direction:column;
        /* align-items: center; */
        margin-top:0px;
    } 
    .mail-contact{
        justify-content:center;
    }
    .new_button{
        display:flex;
        justify-content:center;
    }
    .mail-contact .nav_icons{
        padding-left:13px;
    }
    .nav-phone{
        padding-left:5px !important;
    }
    .logo-footer
    {
        width:250px;
    }
  }
  @media only screen and (max-width: 1244px) and (min-width: 992px)  {
        .navbar.navbar-expand-lg{
            padding-left:0px !important;
            padding-right:0px !important;
        }
  }
 @media only screen and (max-width: 1269px) and (min-width: 992px)  {
    .nav_colour{
        font-size:14px;
    }
    .nav_icons{
        font-size:15px; 
    }
     .navbar-nav{
            padding-left:1rem;
        }
  }
 @media only screen and (max-width: 991px) {
        /*.navbar-nav{*/
        /*    padding-left:30px;*/
        /*}*/
        .mail_phone{
            justify-content:space-between;
            /*margin-left:18px !important;*/
            /*margin-right:10px;*/
        }
        .col-lg-9.col-md-12{
            flex-direction:column;
        }
        .phone_contact .d-flex{
            flex-direction:row;
        }
        .navbar-nav{
            padding-left:1rem !important;
        }
        .logo-footer
        {
            width:180px;
        }
        .section_4_b{
            padding-top:45px !important;
        }
  }
  @media only screen and (max-width: 353px) {
      .phone_contact .d-flex{
           flex-direction:column;
      }
      .phone_contact .nav-link.nav_icons{
          padding-left:0px !important;
          padding-right:0px !important;
      }
  }