/*header start and banner*/

.hero-payment-gateway {
/* background: linear-gradient(180deg, #07316C 0.62%, #0D3A75 35.15%, #1F548A 63.31%);
  background-size: cover;
  background-repeat: no-repeat; */
  background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed !important;
    background-image: url(../img/softwaredevelopment-banner.webp);
    padding: 0px 0px 50px 0px;
}

.bg-home {
background: linear-gradient(180deg, #07316C 0.62%, #0D3A75 35.15%, #1F548A 63.31%) !important;
}
.bg-custom-light {
   background-color: rgb(17 20 45 / 38%);
}
.bg-gradient {
background: radial-gradient(171.74% 135.08% at 0% 119.44%, #BEE4F0 0.58%, #FFF 0.59%, #74CACA 0.6%, #61C1D0 0.61%, #AFDFE7 8.76%, #FFF 81.09%) !important;
}.bg-gradient1 {    background: linear-gradient(180deg, #07316C 0.62%, #0D3A75 35.15%, #1F548A 63.31%);
}

.bg-gradient2{background: -webkit-gradient(linear, left top, right top, from(#171717), to(#000e31)) !important;
    background: linear-gradient(90deg, #171717, #000e31) !important;}
	
	.bg-gradient3{background: -webkit-gradient(linear, left top, right top, from(#171717), to(#000e31)) !important;
    background: linear-gradient(90deg, #171717, #000e31) !important;}

.navbar-light.sticky-header.affix,
.navbar-dark.sticky-header.affix {
  background: #07316C;
}
.mobibanner{background-image: url(../img/feature-bg-1.jpg);
    background-repeat: repeat-x;
    background-size: cover;}
.headerbtn{    border: #fff solid 1px;
    border-radius: 30px; }
.gr-text {
      background: linear-gradient(287.85deg, #ffc107 0%, #ffc107 95.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
}

.aboutsec{padding: 0px 0px 120px;}


@media (min-width: 320px) and (max-width: 768px) {
  .payment-gateway-text {
    padding-top: 45px;
  }
  .payment-hero-img .h-shape {
    display: none;
  }
}
/*header End*/

/*btnprimary start*/
.btn-gradient-sqr {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 6px;
background-image: linear-gradient(to right, #ffc107 0%, #ffc107 100%);
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
.btn-gradient-sqr:hover {
  background: linear-gradient(180deg, #FFF 0%, #E0E0E0 52.6%, #C3C3C3 100%);  
stroke-width: 1px;
stroke: #FFF;
color:#000;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.btn-gradient-sqr2 {
	margin-top:20px;
	margin-bottom:10px;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 6px;
background-image: linear-gradient(to right, #ffc107 0%, #ffc107 100%);
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
.btn-gradient-sqr2:hover {
  background: linear-gradient(180deg, #FFF 0%, #E0E0E0 52.6%, #C3C3C3 100%);  
stroke-width: 1px;
stroke: #FFF;
color:#000;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.btn-primary {
    box-shadow: inset 0 0 0 var(--button-border-width,0) var(--btn-shadow-color);
    transition: .2s ease;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active,
.btn-primary.show {
  border-color: #fff;
background-image: linear-gradient(to right, #ffc107 0%, #ffc107 100%);
color: #000 !important;
}
.btn-primary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-dark {
  color: #fff !important;
  font-weight: 300;
  }
.navbar-light .main-menu li a.nav-link,
.navbar-light .action-btns a.btn-link,
.navbar-dark.sticky-header.affix .main-menu li a.nav-link,
.navbar-dark.sticky-header.affix .action-btns a.btn-link {
  color: #fff;
}

.btn-primary.btn-shadow {
  -webkit-box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(23, 92, 255, 0.9);
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(23, 92, 255, 0.9);
}

.btn:focus,
.btn:active,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-outline-primary:active:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*btnprimary End*/


/*footer*/

.footer-single-col h3,
.footer-single-col .h3 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #ffc300;
}
.footer-nav-list li a {
  font-size: 14px;
  margin: 10px 0;
  display: block;
  opacity: 0.5;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-nav-list li a,
.footer-single-col p {
  color: var(--bs-secondary-dark);
  opacity: 0.7;
}
.footer-nav-list li a:hover {
  opacity: 1;
}
.footer-top.bg-dark .footer-nav-list li a,
.footer-top.bg-dark .footer-single-col p,
.footer-top.bg-gradient .footer-single-col p {
  opacity: 1;
}
.footer-top.bg-dark .footer-nav-list li a:hover,
.footer-top.bg-gradient .footer-nav-list li a:hover {
  color: #fff;
}
.footer-light .footer-nav-list li a,
.footer-light .footer-single-col p {
  color: #fff;
  opacity: 0.9;
}
.footer-light .footer-nav-list li a:hover {
  color: #ffc300;
  opacity: 1;
}
.footer-light .footer-single-col h6,
.footer-light .footer-single-col .h6 {
  color: #737373;
}
.footer-light .logo-white,
.bg-dark .logo-color,
.bg-gradient .logo-color {
  display: none;
}
.footer-light .logo-color,
.bg-dark .logo-white,
.bg-gradient .logo-white {
  display: block;
}
.footer-bottom {
  position: relative;
  display: block;
  border-top: 1px solid rgba(248, 249, 250, 0.05);
}
.footer-bottom.footer-light {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.copyright-text p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
.copyright-text p a {
  color: #fff;
}
.footer-light .copyright-text p {
  color: #fff;
}
.footer-light .copyright-text a:hover {
  color: #ffc300;
}

.footer-detail-list li a {
  font-size: 14px;
     margin: -6px 0;
  display: block;
  opacity: 0.5;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-detail-list li a,
.footer-single-col p {
  color: var(--bs-secondary-dark);
  opacity: 0.9;
}
.footer-detail-list li a:hover {
  opacity: 1;
}

.arrowanimate:hover svg{-webkit-animation:arrowmove .4s infinite alternate ease-in-out;animation:arrowmove .4s infinite alternate ease-in-out}
.arrowanimate svg{right:10px;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke:#fff;width:18px;position:absolute;height:18px;stroke-width:1;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transform:translateX(-5px);-webkit-transform:translateX(-5px);-moz-transform:translateX(-5px);-ms-transform:translateX(-5px);-o-transform:translateX(-5px)}.cl-nav{opacity:.2}



.copyright-text p a:hover {
  color: #175cff;
}
.footer-social-list li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.12);
    color: #000;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #ffc300;
}
.bg-dark .footer-social-list li a,
.bg-gradient .footer-social-list li a {
  color: #d4d4d4;
}
.footer-light .footer-social-list li a {
  border: 2px solid rgba(0, 0, 0, 0.12);
}
.footer-social-list li a:hover {
  background: #175cff;
  color: #fff;
  border-color: #175cff;
}


.banneri {
  color: #000;
  margin-left: 20px;
}.headeri {
  color: #ff;
  margin-left: 20px;
}.bluei {
  color: rgba(23, 92, 255, 0.85);
  margin-left: 20px;
}

.arrow1 {
  -webkit-animation: slide1 1s ease-in-out infinite;
          animation: slide1 1s ease-in-out infinite;
  margin-left: 9px;
}

@-webkit-keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
}

@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
}



.ins-info-list {
  max-width: 100%;
}
.ins-info-list li {
  margin-top: 20px;
    margin-bottom: 60px;
}
.ins-info-list li .icon-wrapper {
  width: 60px;
  height: 60px;
  font-size: 30px;
}
.ins-info-list li .icon-wrapper.bg-telegram {
  background: #0091c8;
}
.ins-info-list li .icon-wrapper.bg-1 {
  background: #ee492d;
}

.ins-info-list li .icon-wrapper.bg-2 {
  background: #fbad30;
}

.ins-info-list li .icon-wrapper.bg-3 {
  background: #f27430;
}

.ins-info-list li .icon-wrapper.bg-4 {
  background: #8cb446;
}

.ins-info-list li .icon-wrapper.bg-5 {
  background: #128f49;
}

.ins-info-list li .icon-wrapper.bg-6 {
  background: #273576;
}

.ins-info-list li .icon-wrapper.bg-7 {
  background: #6f2d79;
}
.ins-info-list li .icon-wrapper.bg-8 {
  background: #aa2577;
}

.ins-info-list li .icon-wrapper.bg-discord {
  background: #5865f2;
}
.ins-contact-section {
  z-index: 1;
}
.ins-contact-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    95.5deg,
    #ffffff 42.48%,
    rgba(255, 255, 255, 0) 63.05%
  );
  z-index: -1;
}

.knownbtn a{    width: max-content;
    padding: 0px 0px 0px 0px;
    color: #f9d425;
    border-radius: 15px;
}
.knownbtn a:hover{color: #fff; background:transparent;} 

.fromh2{font-size: 29px !important;
line-height: 43px; color:#262626;}
.text-yellow{color:#fad52b;}

.registerng{
	background-image: linear-gradient( 96.5deg,  rgba(39,103,187,1) 10.4%, rgba(16,72,144,1) 87.7% );
    padding: 35px 25px 15px 35px;}

.borrad50{    border-radius: 40px;}

.corebg1{background: #00000070;
	    border: 2px solid #fff;
     border-radius: 50px!important;
    box-shadow: 0 5px 20px 0 rgb(36 68 145);
}
.corebg1:hover{background-color: #175cff80 !important;}


.corebg2{ background: #00000070;
	
	 border: 2px solid #fff;
    border-radius: 50px!important;
    box-shadow: 0 5px 20px 0 rgb(36 68 145);}

.corebg2:hover{background-color: #175cff80 !important;}

.corebg3{   background: #00000070;
	 border: 2px solid #fff;
     border-radius: 50px!important;
    box-shadow: 0 5px 20px 0 rgb(36 68 145);}

.corebg3:hover{background-color: #175cff80 !important;}

.coreobjectivesbg{background-image: url(../img/bg-01.jpg);
    background-repeat: repeat-x;
	background-attachment: fixed;
    background-size: cover;
	    padding-top: 60px;
    padding-bottom: 40px;
	}
	.coreheading{font-weight: normal;
    font-size: 18px;
    color: #fff;
    line-height: initial;}
	.missiontext{    font-size: 32px;
    font-weight: 400;
    color: #f2ce42;}
	.coreheading-title{font-size: 2.5rem;
    font-weight: 300;
    color: #fff;}
	
.technologysupport {
    background-image: url(../img/technical-support.jpg);
   background-repeat: no-repeat;
    background-attachment: fixed;
        background-size: contain;
    padding-top: 60px;
    padding-bottom: 40px;
	    background-position: right bottom;
}
.techcontent{padding-left: 33px;
    padding-right: 33px;}

.wrap {
  position: relative;
  height: 100vh;
}

.video-bg {
  position: relative;
  height: 100%;
  background: #07316C;
  overflow: hidden;
}

.video-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  /*   background: rgba(0, 0, 0, .3); */
  background: rgba(0, 0, 0, .3);
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.video-bg iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 60vw;
}

.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.bannertitile {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

	
.headerfixedbg{
	    background: #00000085 !important;
    z-index: 11;
}
	
.home {
    height: 100vh;
    position: relative;
}
video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-content {
    position: relative;
    padding-top: 50%;
    color: #fff;
    text-align: center;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 /* 
  background: linear-gradient(180deg, #07316c61 0.62%, #0d3a7559 35.15%, #1f548a14 63.31%);
 */
   background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"); 
    background: rgba(0, 0, 0, .3);
  
    
    padding-left: 6%;
    padding-right: 6%;
    display: table;
}
.whychoosetopp5
{ padding-top: 3rem !important;
}
.text-justify{    text-align: justify;}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 575px) {
	.whychoosetopp5{    padding-top: 0rem !important;}
.display-5 {
    font-size: 30px !important;
    font-weight: 600;
    line-height: 1.2;
    text-align: center !important;
    padding-left: 22px;
    width: 100%;
    margin: initial;
}
.company-info-wrap {
    display: block;
}
.bannertitile {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.lead {
     padding-left: 0PX;
    text-align: LEFT;
    width: 100%;
    margin: auto;
}
}


@media only screen 
and (min-device-width : 576px) 
and (max-device-width : 1199px) {
.display-5 {
    font-size: 20px !important;
    font-weight: 600;
    line-height: 1.2;
    text-align: center !important;
    padding-left: 22px;
    width: 100%;
    margin: initial;
}
.company-info-wrap {
    display: block;
}
.bannertitile {
    position: absolute;
    top: 60%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.lead {
    font-size: 12px;
    text-align: center;
    width: 70%;
    margin: auto;
}
	
}

.category-item-02 {
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 15px 25px;
    margin-top: 20px;
	    background-image: linear-gradient( 96.5deg, rgba(39,103,187,1) 10.4%, rgba(16,72,144,1) 87.7% );
}
.category-item-02 .category-img img {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.3s linear;
}
.category-item-02 .category-content {
    margin-left: 20px;
}
.category-item-02 .category-content .title {
    font-size: 17px;
	color:#fff;
    line-height: 22px;
	font-weight:400;
}
.casetitle{          color: #07316c;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
	}
	.casetitlesmall{      color: #07316c;
    font-size: 19px;
    /* font-weight: bold; */
    line-height: 35px;
    /* background: #edac1e; */
    width: fit-content;
    padding-left: 22px;
    padding-right: 22px;
    margin-top: 30px;
    margin-bottom: 22px;
    border: #07316c solid 1px;
    border-radius: 0px;
    padding-top: 8px;
    padding-bottom: 8px;}
	
	.casetitlesmalldescr{    color: #000000;
    /* font-weight: bold; */
    line-height: 56px;
    font-size: 27px;}

.text-yellow{color:#ffc107;}


.topcta {
    background-image: url("../img/cta-banner1.webp");
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    padding: 90px 0;
    z-index: 1;
}

#topcta {
    background: #150725;
    padding: 90px 0;
}

.topcta span {
    background-color: #000000;
    opacity: 0.6;
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.topcta .text-center h2 {
     color: #ffffff;
    /* padding: 10px 15px
px
 10px 15px; */
    /* background: #07316c; */
    /* width: max-content; */
    text-align: left;
    font-size: 35px;
    width: fit-content;
    line-height: initial;
    font-weight: bold;
}

.topcta h5 {
    color: #ffffff;
}

.topcta .text-center p {
       color: #ffc107;
    font-size: 22px;
    font-weight: bold;
	    line-height: initial;
}

.topcta .topcta-hr1 {
    opacity: 1.25;
    height: 1px;
    color: #ffc107;
    width: 60px;
    border: 1px solid;
}
.formctabg{    background: #07316c;
    padding: 40px 30px 40px 30px;
    border-radius: 10px;}
	
	
.work-category .section-heading	{margin-bottom: 20px;}
.service-workfor {
  background: #fff;
    padding: 24px;
    margin-top: 30px;
    /* display: flex; */
    align-items: center;
    height: 80px;
}
.service-workfor:hover {  background-image: linear-gradient(to right, #ffc107 0%, #ffc107 100%);}
.service-workfor2:hover {  background-image: linear-gradient(to right, #ffc107 0%, #ffc107 100%);}
.iconright{    color: #000;
    text-align: right; rotate: 15deg; height: 30px;
  width: 100%;    
}.iconright1{    color: #000;
    text-align: right;
    transform: rotate(400deg);
    /* width: 100%; */
    margin-top: -71px;
    margin-right: -36px;
    font-size: 12px !important;
}
.service-workfor2 {
      background: #fff;
    padding: 13px 24px 9px 24px;
    margin-top: 30px;
    /* display: flex; */
    align-items: center;
    height: 80px;
    color: #000;
    text-align: center;
    line-height: initial;
}
.service-workfor .service-ind
{color:#000;  align-items: center; text-align:center; }

.bg-tra {
    background-color: Transparent;
}

.white-color {
    color: #fff;
}/* ==========================================================================
  11. STATISTIC
  =========================================================================== */
.counter-box h3 {
	color: #666769;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
}

.counter-box img {
	    width: 90px;    
/*     background: #0081c8; border-radius: 50%; */
    padding: 12px;
	    margin-bottom: 0px;
		    margin-left: 4%;
}
.counter-boxtext {    
    line-height: 1;
        color: #000;
    font-size: 35px;
    font-weight: 600;
	
}

.counter-desc {
	font-size: 16px;
	    color: #000;
}
.counterplus{font-size: 35px; color:#000;}


.rate-icon {
	justify-content: center;
	align-items: center;	
	border-radius: 50px;
	color: var(--color-white);
	background: var(--theme-color);
	position: relative;
	box-shadow: var(--box-shadow);
	/* margin: -80px auto 0 */
}

.rate-icon::before {
	      content: "";
    position: absolute;
   /*  left: 92px; 
    right: -2px;*/
    top: -6px;
    bottom: -6px;
     border: 2px dashed #184981;
    border-radius: 50%;
    animation: rotate 9s linear infinite;
    width: 100px;
    height: 100px;
}

@keyframes rotate {
	100% {
		transform: rotate(180deg)
	}
}
.counts{margin-top:60px;     margin-bottom: 30px; padding:50px 0px 10px 0px; 
 background: url(../images/counts-bg.jpg) no-repeat center center/cover;
width: 100%;}



.counter-box {
  margin-top: 20px;
    margin-bottom: 20px;
}
/*counter style End*/

@media(max-width: 1199px){
   
.rate-icon {
	justify-content: center;
	align-items: center;	
	border-radius: 50px;
	color: var(--color-white);
	background: var(--theme-color);
	position: relative;
	box-shadow: var(--box-shadow);
	display:hidden;
	/* margin: -80px auto 0 */
}

.rate-icon::before {
	      content: "";
    position: absolute;
    left: 92px;
    right: -2px;
    top: -6px;
    bottom: -6px;
    border: none;
    border-radius: 50%;
    animation: rotate 9s linear infinite;
    width: 100px;
    height: 100px;
	display:hidden;
}
}

.bg-01 {
width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed !important; 
 background-image: url(../img/counts-bg.webp);
 padding:70px 0px 50px 0px;
}
.businessanalysis {
width: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
 background-image: url(../img/businessanalysis-bg.webp);
 padding:70px 0px 50px 0px;
}
.txt-700 {font-weight:300}.countsmaltext{font-size:25px;}
.why-choose-us h5{font-weight:300;}
.why-choose-us .section-heading {
    margin-bottom: 30px;
}

.bg-lightgrey {
    background-color: #f2f5f6;
}
.pc-25 {
  padding-right: 25px;
  padding-left: 25px;
}


/* ==========================================================================
  06. FEATURES
  =========================================================================== */

#features-10 {
  padding-top: 40px;
}

#features-8 {
  padding-top: 60px;
  padding-bottom: 20px;
}

/*------------------------------------------*/

/*  FEATURE BOX TEXT
/*------------------------------------------*/

.fbox-3-txt,
.fbox-4-txt,
.fbox-9-txt {
  overflow: hidden;
  padding-left: 25px;
}

.fbox-10-txt {
  overflow: hidden;
  padding-top: 10px;
  padding-left: 20px;
}

/*------------------------------------------*/

/*  FEATURE BOX TYPOGRAPHY
/*------------------------------------------*/

.fbox-3 h5,
.fbox-6 h5,
.fbox-9 h5 {
  line-height: 1;
}

.fbox-4 h5 {
  margin-bottom: 0;
}

.fbox-5 h5,
.fbox-10 h5 {
  line-height: 1;
  margin-bottom: 0;
}

.fbox-8 h5 {
  line-height: 1;
  margin-bottom: 5px;
}

.fbox-7 h5 {
  line-height: 1;
  margin-bottom: 8px;
}

.fbox-1 p,
.fbox-2 p,
.fbox-3 p,
.fbox-6 p,
.fbox-7 p,
.fbox-8 p,
.fbox-9 p {
  line-height: 1.5;
  margin-bottom: 0;
}

/*------------------------------------------*/

/*  FEATURE BOX ICON
/*------------------------------------------*/

.fbox-1-ico {
  margin-top: 20px;
  margin-bottom: 20px;
}

.fbox-3-ico,
.fbox-4-ico,
.fbox-9-ico,
.fbox-10-ico {
  float: left;
  text-align: center;
  margin-top: 2px;
}

.fbox-4-ico {
  margin-top: -1px;
}

#features-7 .fbox-5-ico {
  display: inline-block;
  background-color: #fff;
  padding: 25px;
  border-bottom: 3px solid #126fb2;
  border-radius: 10px;
  box-shadow: -15px 10px 15px 0px #e0e2e3;
}

.fbox-2-ico,
.fbox-5-ico,
.fbox-6-ico {
  margin-bottom: 25px;
}

.fbox-7-ico img {
  width: 80px;
  height: auto;
  margin-bottom: 25px;
}

/*------------------------------------------*/

/*  FEATURES DOWNLOAD BUTTON
/*------------------------------------------*/

.features-download-btn {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
.headerinner-bg{background:#041835;}

#support1{margin-top:20px;}
.mobile-devlopment-banner {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed !important;
    background-image: url(../img/mobile-banner.jpg);
    padding: 70px 0px 50px 0px;
}
.counts-heading{color:#ffc107; font-weight:500;}
.font15{    font-size: 15px;}

.bg-02 {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../img/industries-bg.webp);
    padding: 70px 0px 50px 0px;
}
.industryicon{    width: 100%;
    background: #fff;
    border-radius: 50px;}
	.subinnerheading{
		color: #0a356f;
    font-weight: 400;}
	
	.ic1{padding: 15px;
    width: 78px;
    height: 78px;}.ic2{padding: 15px; width: 78px;
    height: 78px;}.ic3{padding: 15px; width: 78px;
    height: 78px;}.ic4{padding: 15px; width: 78px;
    height: 78px;}.ic5{padding: 15px; width: 78px;
    height: 78px;}.ic6{padding: 15px; width: 78px;
    height: 78px;}
	
	.bgsolution:hover img {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
    transform: translate3d(0,-6px,0);
}
.bgsolution img {
    vertical-align: middle;
    display: inline-block;
}
.bgsolution img {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
    transform: translate3d(0,0,0);
}
.bgsolution img {
  height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 110px;
}
.bgsolution{background:#fff; color:#000;  vertical-align: middle;     margin-bottom: 20px;
    display: inline-block;} 
.bgsolution:hover{
background-color: white;
    border-color: #F68C20;
    box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.4);
	transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
    transform: translate3d(0,0,0);}
	
	
	select.form-control{
    -webkit-appearance: menulist!important;
    -moz-appearance: menulist!important;
    -ms-appearance: menulist!important;
    -o-appearance: menulist!important;
    appearance: menulist!important;
}
.nichehea{    font-weight: 600;
    font-size: 12px;margin-top: 13px;
    margin-bottom: 20px;}
	.niche img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 64px;
}
.nichebgwhite{    background: #fff;
    padding: 10px;
	margin-bottom:20px;
	    border-radius: 10px;
}
.banner-yellowtxt{    font-size: 21px;   margin-bottom: 25px;}
.font-italic{font-style:italic}
.bannerh1{    font-size: 30px;     margin-bottom: 0px;
    line-height: normal;}
	.bannersmalltxt{    font-size: 16px; }
	
	
.news-card {
  border: 0px solid aqua;
  margin: 0.5rem;
  position: relative;
  height: 12rem;
  overflow: hidden;
  border-radius: 0.5rem;
  flex: 1;
  min-width: 290px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

@media (min-width: 900px) {

.news-card {
    height: 100%;
}
  }

.news-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(0 0 0 / 91%) 80%);
    z-index: 0;
    }

.news-card__card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
/*     background: rgba(255,0,0,.5); */
  }

.news-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: -1;    
   /*  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 62%);
    transition: all 0.3s linear;
    opacity: 0.6; */
  }

.news-card__text-wrapper {
    position: absolute;
    bottom: 0rem;
    padding: 2.5rem;
    color: white;
/*     background-color: rgba(0, 0, 0, 0.4); */
    transition: background-color 1.5s ease;
	    padding-bottom: 1rem;
  }

.news-card__title {
    transition: color 1s ease;
    margin-bottom: .5rem;
	    font-size: 24px;
    line-height: 27px;
    font-weight: 600;
    color: #ffc107;
    margin-top: 10px;
  }

.news-card__post-date {
    font-size: .7rem;
    margin-bottom: .5rem;
    color: #CCC;
  }

.news-card__details-wrapper {
    max-height: 0;
    opacity: 0;
    transition: max-height 1.5s ease, opacity 1s ease;
  }

@media (min-width: 900px) {
    .news-card:hover .news-card__details-wrapper {
      max-height: 35rem;
      opacity: 1;
    }
    .news-card:hover .news-card__text-wrapper {
      background-color: rgba(0, 0, 0, 0.6);
    }
    .news-card:hover .news-card__title {
      color: #ffc107;
    }
    .news-card:hover .news-card__image {
      transform: scale(1.2);
      z-index: -1;
    }
  }

.news-card__excerpt {
    font-weight: 300;
	margin-bottom: 0px;
	    font-size: 14px;
  }

.news-card__read-more {
    background: black;
    color: #bbb;
    display: block;
    padding: 0.4rem 0.6rem;
    border-radius: 0.3rem;
    margin-top: 1rem;
    border: 1px solid #444;
    font-size: 0.8rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-decoration: none;
    width: 7rem;
    margin-left: auto;
    position: relative;
    z-index: 5;
  }

.news-card__read-more i {
      position: relative;
      left: 0.2rem;
      color: #888;
      transition: left 0.5s ease, color 0.6s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }

.news-card__read-more:hover i {
      left: 0.5rem;
      color: #ffc107;
    }
	
.newcardtext{display:none;}	
	
	@media (min-width: 320px) and (max-width: 768px) {
		.nichebgwhite {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    align-items: baseline;
    padding-left: 24px;
	    height: 150px;
}
.news-card__excerpt {
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 14px;
    display: none;
}
.nichehea {
    font-weight: 600;
    font-size: 17px;
    margin-top: 13px;
    margin-bottom: 20px;
    margin-left: 15px;
}
.newcardtext{display: inherit;
    padding: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: -8px;
}}

.bannermsalltext{    text-align: right;
    font-size: 12px; color:#fff;font-weight:bold }
	.banner li{  display: inline-flex; font-size:12px; margin-left:0px;font-weight:bold}
	.banner li a{display:inline-block;padding-right: 30px;color:#fff;     display: inline-flex; font-size:12px; margin-left:0px;font-weight:bold}
	.banner li a:hover{color:#ffc107;}
	.banner img{margin-right:10px;}
	.titile{font-size: 35px; color:#072761; font-weight:400;}	
	.Contentlist li{margin-bottom:20px; line-height:22px; font-size:14px; color:#000;}
	.contentbold{color:#727272; font-size:14px;}
	.Contenthea{font-size: 25px; color:#072761; font-weight:600;}
	.Contenthea{
     position:relative;
}
.Contenthea:after
{
    content:' ';
    display:block;
    border-bottom:3px solid #056dad;
    width:80px;
    position:absolute;
    padding-bottom:3px;
}