/* GLOBAL STYLE */

:root {
    --primary-bg-clr: rgba(252, 252, 252, 0.01);
    --primary-txt: #CE272E; 
}


.highlight-txt {
    color: var(--primary-txt) !important;
}

.txt-light {
    color: var(--text-light) !important;
}

.primary-bg {
    background-color: var(--primary-bg);
}

.bg-grey{
background-color:#F7F6FB;
}    

.section-bg {
    background-color: var(--secondary-secondary-bg);
}



.errors {
margin-top:5px;
text-align: left;
}

body {
    font-family: var(--typography);
    color: #5A5A5A;
}


.primary-btn {
    background-color: var(--primary-btn) !important;
}




h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    
}

h2, .h2 {
        font-size: 36px;
		line-height: 50px;
    }


.container {
    max-width: 1300px;
}


.font-weight-normal {
    font-weight: normal !important;
}

.w-85 {
    max-width: 85%;
}

.border-radius {
    border-radius: var(--border-radius);
}

.shadow {
    box-shadow: var(--shadow) !important;
}

.bg-black{
    background-color: #000 !important;
}

.bg-purple{
    background-color: #7D01C5 !important;
}

.bg-blue{
    background-color: #052ABA !important;
}

.bg-green{
    background-color: #00A478 !important;
}

.iti {
    width: 100%;
}





.shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    margin: 0 auto;
    width: 388px;
    height: 388px;
    background-color: var(--primary-bg) !important;
    border-radius: 50%;
    opacity: 0.2;
    box-shadow: 0px 0px 0px 100px #ffbaba;
	display: none;
}

.hero h1 {
    font-size: 50px;
    font-weight: 700;
}

.hero p {
    font-size: 18px;
}

/*.technology {
    height: 150px;
    position: relative;
    margin-top: 50px;
}

.technology::before {
    background-color: var(--primary-bg);
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: calc(100% - 300px);
    height: 100%;
	width: 100%;
	display: none;
}*/

.technology-slider__blk {
    margin-right: 80px;
}

.link-area {
    display: flex;
    text-decoration: none;
}

.link-area img {
    width: 50px;
    margin-right: 10px;
}

.link-area span {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;

}
.hero__media img{
	max-height: 580px;
	z-index: -1;
	object-position: 20px 100%;
}

/*.hero-img {
    position: absolute;
    right: 0;
    bottom: 0px;
	z-index: -1;
}*/

.infiniteslide_wrap {
    height: 100%;
}


/* ABOUT */

.section-intro__subheading,
.section-intro__mainheading {
    text-transform: capitalize;
}


.about__blk {
    box-shadow: 4px 8px 39px rgba(0, 0, 0, 0.10);
    border-radius: var(--border-radius);
    padding: 70px 40px 20px 40px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    height: 350px;
}

.about__blk img {
    margin: 0 auto 60px auto;
    display: block;
}

.about__blk span {
    width: 80px;
    height: 80px;
    border-radius: 30px 0px 20px 0px;
    border: 1px solid #E2E2E2;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
	cursor: pointer;
}
.about__blk span i {
    color: #000;
}
.about__blk span:hover {
    box-shadow: 0 0px 11px 0px rgb(4 232 255 / 20%);
}
.about__blk span:hover i{
	color: rgb(43 216 233);
}


.about__blk,
.counter__blk {
    box-shadow: 4px 8px 39px rgba(0, 0, 0, 0.10);
    border-radius: var(--border-radius);
    padding: 60px 40px 60px 40px;
    width: 95%;
    margin: 0 auto;

}


/* COUNTER */

.counter1 {
    background: url(../images/counter-bg.jpg);
    background-position: center center;
    background-attachment: fixed;
}


.counter1 .col-md-4 {
    display: flex;
    margin-bottom: 40px;
}

.counter__blk i {
    font-size: 100px;
    line-height: 80px;
    color: #fff;
    margin-bottom: 40px;
    display: inline-block;
}

.counter-1 {
    background-color: #FFBF2A;
}

.counter-2 {
    background-color: #2A7FFF;
}

.counter-3 {
    background-color: #EF476F;
}

.counter-4 {
    background-color: #06D6A0;
}

.counter-5 {
    background-color: #915BFF;
}

.counter-6 {
    background-color: #88BE07;
}

/* SERVICES */

.services__blk {
    box-shadow: 4px 8px 39px rgba(0, 0, 0, 0.10);
    border-radius: var(--border-radius);
    padding: 40px;
    /*margin-bottom: 30px;*/
	position: relative;
	overflow: hidden;
	height: 100%;
}
.services__blk:hover {
    box-shadow: rgb(50 50 93 / 25%) 0px 0px 42px -20px, rgb(0 0 0 / 30%) 0px 7px 22px -7px, rgb(10 37 64 / 35%) 0px -2px 5px -3px inset;
    transition: .5s ease-in-out;
}
.services__blk a.link-box {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
	left: 0;
}
.services__icon {
    /* position: absolute; */
    position: relative;
	width: 100px;
	height: 100px;
}
.services__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* .services__icon img {
    position: absolute;
    width: 100px;
    left: 10px;
} */

.services__icon svg {
    width: 150px;
    position: absolute;
    content: "";
    top: -27px;
    left: -20px;
    z-index: -1;
}

.services-divider {
    width: 140px;
    height: 5px;
    background-color: #2D2D2D;
    display: inline-block;
}

/* STEPS */

.steps__blk {
    display: flex;
    margin-bottom: 20px;
	height: 150px;
}

.steps__blk span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}

.steps__blk div {
    width: calc(100% - 60px);
    padding-left: 20px;
}
.steps__descp p {
    line-height: 26px;
}

/* OUR PROCESS */

.our-process__blk {
    border: 1px solid #E3E3E3;
    padding: 30px;
    border-radius: var(--border-radius);
    /*margin-bottom: 30px;*/
	height: 100%;
	background: #fff;
}
.our-process__blk h4 {
	font-size: 1.3rem;
}
.our-process__blk img {
	height: 76px;
	width: auto;
}

/* OUR WORK */

.grid,
.features {
    margin-bottom: -30px;
}
section.work.grid .grid__blk h5 {
    margin-top: 20px;
    margin-bottom: 0px;
}
.grid__blk {
    background-color: #fff;
    box-shadow: var(--shadow);
    padding: 40px 30px;
    border-radius: var(--border-radius);
    width: 100%;
    margin-bottom: 30px;
}
.grid__blk h5 {
	font-size: 1.1rem;
	font-weight: 500;
}
.work .grid__blk img {
	height: 90px;
	width: auto;
}

.grid .col-md-3, .grid .col-md-2 {
    display: flex;
}
.apps-category  .grid .col-md-2 {
	width: 20%;
}

/* FEATURES */

.features_blk {
    display: flex;
    flex-wrap: wrap;
    /*margin-bottom: 60px;*/
    border: 1px solid #cec9c9;
    padding: 40px;
    border-radius: var(--border-radius);
    background-color: #fff;
    position: relative;
	height: 100%;
}

.features__icon {
	background-color: #fff;
	position: absolute;
	top: -50px;
	padding: 0px 10px;
	border-radius: 60px;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.features__icon img {
    width: 46px;
}

.features__content {
    width: 100%;
}


/* MOBILE APP DEVELOPMENT */

.app-category img {
	width: 100px;
	height: 100px;
}


.call-action {
    background: url(../images/cutom-web-bg.webp) rgba(0,0,0,0.5);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-blend-mode: overlay;
}

.grid__blk__icon{
    position: relative;
}
.grid__blk__icon img{
    position: relative;
    z-index: 1;
    
}

.grid__blk__icon::before {
	width: 60px;
	height: 60px;
	background: #FFBBBB;
	position: absolute;
	top: -10px;
	left: 0px;
	content: "";
	border-radius: 50%;
	left: 36px;
}

/* technology */

.technology-wrapper{
 background-color: #0C0B17;   
}

.technology__box{
    background-color: #fff;
    height: 180px;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
}

.technology-divider{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.technology-divider::after{
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
    bottom: 0px;
    left: 0px;
}

/* SPECIALITY */

.speciality{
    background:url(../images/speciality-bg.webp);
    background-size: cover;
}

.speciality__blk{
display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}

.speciality__blk span{
    display: inline-block;
}

.speciality__heading{
    font-size: 3rem;
    margin-bottom: 20px;
}

.speciality__content{
    position: relative;
    height: 50px;
}

.speciality__content::before {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 2px;
	background-color: #fff;
	content: "";
	width: 125px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.divider-first::before{
    background-color: #FACBFF;
}
.divider-second::before{
    background-color: #A4FFE9;
}

.divider-third::before{
    background-color: #A8C2FF;
}

.divider-fourth::before{
    background-color: #FFE19C;
}

/* serives section */

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #2B2B2B;
    color: #fff !important;
}

.nav-pills .nav-link{
    color: #5A5A5A !important
}

.our-services .nav-link {
    padding: 10px 40px;
    border: 1px solid #EEEEEE;
    border-radius: var(--border-radius);
    margin-right: 15px;
}

/* APP CATEGORY */

.apps-category{
 background-color: #FFF5F5;    
}


/* ENTERPRISES */


.enterprise.spacer {
    background-color: #F8F8F8;
}

.enterprise__blk img{
    width: 70px;
}


.enterprise__blk span{
    width: calc(100% - 70px);
    padding-left: 20px;
    font-size: 1.3rem;
}



/*-- CUSTOM STYLE START--*/
.client-block {
	background-image: url(../images/quotes-icon-bg.svg);
	background-repeat: no-repeat;
	background-size: 95%;
	background-position: center center;
    position: relative;
}
.client-block::after {
	content: "";
	position: absolute;
	bottom: -20px;
	right: 30px;
	width: 56px;
	height: 46px;
	background-image: url(../images/quotes-icon-btm.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.client-info-block .client-avtar {
	border-radius: 20px;
	width: 160px !important;
	height: auto;
}
.client-info .client-position {
	font-size: 1.125rem;
	color: #A8A8A8;
	margin-bottom: 5px;
}
.client-location {
    font-size: 1.250rem;
    color: #A8A8A8;
}
.client-content {
	font-size: 1rem;
}
.client-slider .owl-dots, .platform-slider .owl-dots {
	display: block !important;
    text-align: center;
    margin-top: 40px;
}
.client-slider .owl-dot, .platform-slider .owl-dot {
    margin: 0 3px;
}
.client-slider .owl-dots span, .platform-slider .owl-dots span {
	display: block;
	width: 23px;
	height: 9px;
	background-color: #E9E9E9;
}
.client-slider .owl-dots .active span, .platform-slider .owl-dots .active span {
    background-color: #6C6C6C;
}
.client-logos img {
	width: 230px;
	height: auto;
	margin: 0 auto 20px;
}
.pship-block {
	box-shadow: 4px 8px 39px rgba(0, 0, 0, 0.10);
	border-radius: var(--border-radius);
	padding: 40px;
	/* margin-bottom: 30px; */
	height: 100%;
}
.pship-icon img {
    height: 100px;
    object-fit: contain;
}
.section-create {
    background-color: var(--bg-blue);
}
.cdevice-bg img {
    max-width: 650px;
}
.section-social li {
	display: inline-block;
}
.section-social li img {
	width: 26px;
}
.section-social li {
	display: inline-block;
	margin-right: 20px;
}
.blog-block {
	border-radius: 15px;
	overflow: hidden;
}
.bblock-content .blog-date {
	background-color: var(--bg-blue);
	color: #fff;
	padding: 12px 20px;
	display: inline-block;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bg-blue {
    background-color: var(--bg-blue) !important;
}
.footer-nav h4 {
	margin-bottom: 20px;
}
.site-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-footer ul .nav-link {
	padding: 6px 0;
	color: var(--text-light);
}
footer.site-footer ul li a {
    transition: 0.5s all;
	display: inline-block;
}
footer.site-footer ul li a:hover {
    color: var(--primary-btn);
}
.footer-address-block h5 {
	text-transform: uppercase;
}
.footer-address-block p {
	margin-bottom: 5px;
	color: var(--text-light);
}
footer .copyright-wrapper a {
    text-decoration: none;
    color: #fff;
	transition: .5s all;
}
footer .copyright-wrapper a:hover {
    color: var(--primary-btn);
}
footer .copyright-wrapper p {
    font-size: 14px;
}


/* ------- pop-up css start ------- */

.p-blk-form.modal-dialog {
    max-width: 900px;
    margin: 4rem auto;
}
.sm-icon-blk {
  width: 10%;
}
.p-blk-form .card {
	border: none;
    border-radius: 0px;
}
.p-blk-form .card form .row .col-md-6:nth-child(3) , .p-blk-form .card form .row .col-md-6:nth-child(4) {
    width: 100%;
}
.p-blk-form .card form .iti.iti--allow-dropdown{
	width: 36%;
}
.p-blk-form .card-body {
    padding: 1rem 0rem;
}
.p-blk-form .card-body .container {
	padding-right: 0!important;
    padding-left: 0!important;
}
.popup-form-blk form label {
	display: none;
}
.modal-header .p-header-txt {
  width: 85%;
}
.modal-body.row.popup-blk {
	padding: 1rem 2rem;
}
.popup-form-blk form input.form-control {
  background-color: #FBE2E3;
  border: 1px solid #FBE2E3!important;
  border-radius: 0px;
  height: 52px;
}
.popup-form-blk form textarea.form-control {
  background-color: #FBE2E3;
  border: 1px solid #FBE2E3!important;
  border-radius: 0px;
  height: 70px;
  resize: none;
}
.popup-form-blk form .form-control:focus {
  box-shadow: none;
  border-color: #FFBFC2!important;
}
.p-blk-form button.btn.btn-primary {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    background-image: linear-gradient(to right,#ce272e 0%,#ff8a12 50%,#d2303b 100%)!important;
    transition: .5s;
    position: relative;
    overflow: hidden;
    background-size: 200% auto !important;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 1.188rem;
    background-color: var(--primary-btn)!important;
    border: 1px solid #f67917!important;
	margin-top: -10px;
}
.p-blk-form button.btn.btn-primary:hover {
	background-position: right center !important;
}

/* ------- pop-up css end ------- */
/*------- index video css ---------*/   

.video-iframe {
    background: #000;
}

/*------- index video css ---------*/   


.chat-blk {
    background: #ef476f;
    width: 150px;
    padding: 0px 5px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    position: fixed;
    bottom: 0;
    right: 120px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	display: flex;
    justify-content: center;
    align-items: center;
	z-index: 1;
}
.chat-img{
	width: 10%;
	margin-right: 10px;
}
.contact-num i {
	background-color: var(--bg-blue);
	border-radius: 60px;
	color: #fff;
	width: 24px;
	height: 24px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
}
.contact-num a {
	color: var(--bs-body-color);
	text-decoration: none;
	font-weight: 700;
}
.contact-num {
	margin-top: 10px;
}
.web-overview-media {
    padding-right: 50px;
}
.web-overview-media::before {
	content: "";
	position: absolute;
	top: -60px;
	right: 0;
	left: auto;
	width: 190px;
	height: 190px;
	background-color: var(--primary-bg);
	border-radius: 40px;
	z-index: 0;
}
.web-overview-media img {
	border-radius: 40px;
}
.section-we-offer::after {
	content: "";
	position: absolute;
	width: 370px;
	height: 310px;
	background-image: url(../images/development-offer-bg.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 10px;
	right: 10px;
}
.offer-block {
    height: 100%;
    width: 100%;
}
.offer-block .offer-heading {
	display: flex;
	margin-bottom: 20px;
}
.offer-icon {
	background-color: #FFBBBB;
	width: 80px;
	height: 80px;
	display: inline-block;
	line-height: 80px;
	text-align: center;
	border-radius: 60px;
    margin-right: 20px;
}
.platform-work .services__icon img {
	position: relative;
	left: 0;
	width: 70px;
}
.platform-work .col-md-4 {
	margin-bottom: 30px;
}
.platform-work .services__blk {
    background-color: #fff;
	margin-bottom: 0;
	height: 100%;
}
/*
.platform-slider .platform-content {
	width: 40%;
}
.platform-screen {
	width: 30%;
	margin-left: auto;
}

*/

.platform-slider img{
	max-width:100% !important;
	width:auto !important;
	max-height:500px;
	margin:0 auto;
	
}
.technology__box img {
	width: 90px;
}
.our-services .tab-pane img {
	border-radius: 20px;
}
.mdev-platform .owl-dots {
    position: absolute;
    bottom: -50px;
}
.hero_technology p {
	line-height: 1.7rem;
}
.hero_technology h1{
	font-size: 3rem;
}
.gt-form-wrapper .form-control, .request-form-wrapper .form-control {
	background-color: #FBE2E3;
	border: 1px solid #FBE2E3;
	border-radius: 0px;
}
.gt-form-wrapper input.form-control, .request-form-wrapper input.form-control {
	height: 52px;
}
.gt-form-wrapper .form-control:focus, .request-form-wrapper .form-control:focus {
    box-shadow: none;
    border-color: #FFBFC2;
}
.gt-form-wrapper textarea.form-control, .request-form-wrapper textarea.form-control {
	resize: none;
}
.gt-form-wrapper input::placeholder,
.gt-form-wrapper textarea::placeholder,
.request-form-wrapper ::placeholder {
	color: #5A5A5A;
}
.navbar-collapse.open {
	display: block;
}
/* ========================e-commerce=========================== */
.banner-list li {
    position: relative;
    margin-bottom: 18px;
    padding-left: 30px;
    font-size: 18px;
}
.banner-list ul {
    padding-left: 0rem;
    list-style: none;
}

.banner-list li::before {

    position: absolute;
    top: 5px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../images/check-double-fill.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: 20px;

}
/*.banner-title{
    font-size: 3.5rem!important;
    padding-top: var(--spacer-top);
} */
/* ====================================================== */
.blk span {
    border-radius: 50px;
    text-align: center;
    width: 80px !important;
    height: 80px !important;
    display: block;
    line-height: 80px;
}
.blk + h4 , .blk + .h4 {
    width: calc(100% - 100px);
}
span.offer-icon + h4 , span.offer-icon + .h4 {
    width: calc(100% - 100px);
}
.why-rsoft-content .blk + h4 , .why-rsoft-content .blk + .h4 {
    width: 100%;
}
.solution-offers-blk.shadow {
    padding: 30px 40px;
	height: 100%;
    width: 100%;
}

.solution-offers-blk li {
    line-height: 30px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.solution-offers-blk ul {
    padding-left: 2rem;
    list-style: none;
}
.solution-offers-blk li::before {

    position: absolute;
    top: 5px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../images/check-double-fill.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: 20px;
}
.blk-blue span{
    background-color: #8AE5FC;
}
.blk-pink span{
    background-color: #E447DE;
}
.blk-green span{
    background-color: #10EE44;
}
.blk-yellow span{
    background-color: #FFF700;
}
.blk-orange span{
    background-color: #FFA237;
}
.blk-green span{
    background-color: #9BFFB9;
}


.ecommerce-effc .services__icon img {
    position: static;
}
/*-- CUSTOM STYLE END--*/
/*======================= web designing ================================*/

a.anchor-design-blk {
    text-decoration: none;
}
a.anchor-design-blk ul li{
	color: #5A5A5A;
}
.m-bottom{
	margin-bottom: var(--spacer-bottom);
}
.sub-services a {
    text-decoration: none;
    color: #000;
}
/*======================= contact us ================================*/
section.hero_technology.contact-bnr {
    background: url(../images/contact-us-bnr02.webp) #000000a6;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
	background-position-y: 5px;
}
.contactblk {
    height: 100%;
}
.cont-heading-blk span {
    width: 60px;
    height: 60px;
    /*background: var(--primary-btn);*/
    text-align: center;
    /*border-radius: 20px;*/
    line-height: 60px;
	margin-right: 20px;
}

.contactblk p{
    height: auto;
}

section.contact-us-blk .cont-heading-blk span i {
    font-size: 22px;
    color: #fff;
}
section.contact-us-blk .contactblk ul {
    display: flex;
    flex-direction: column;
   /* padding-left: 60px;*/
}
section.contact-us-blk ul li {
    list-style: none;
	text-align: left;
}
section.contact-us-blk ul li a {
    text-decoration: none;
    color: #5a5a5a;
}
section.contact-us-blk ul li a:hover {
    color: var(--primary-btn);
}
img.flg-img {
    width: 30px;
    height: 30px;
    object-fit: contain;
	margin-right: 5px;
}
.shadow-new{
	box-shadow: 0 0.5rem 4rem rgba(0,0,0,.15)!important;
}
.solution-we-offer .row{
		width: 75%;		
}
.career-form-blk select.form-select {
    height: 52px;
}


.spectrum-work .services__blk {
    background-color: #fff;
    margin-bottom: 0;
    height: 100%;
}
.spectrum-work .services__icon img {
    
    width: 50px;
}

/*===============case study=====================*/
section.case-study {
    background: #ffefef;
}
.case-image{
	width: 65%;
	position: relative;
	text-align: center;
	z-index: 1;
	border: 1px solid #e3e3e3;
}
.case-image a{
	display: block;
}
.case-image img{
	height: 350px;
    width: 100%;
    object-fit: cover;
}
.case-image:before {
    position: absolute;
    content: "";
    width: 500px;
    height: 200px;
    top: -27px;
    right: 50px;
    border: 5px solid var(--primary-bg);
    z-index: -1;
	display: none;
}
.case-image:after {
    position: absolute;
    content: "";
    width: 500px;
    height: 200px;
    bottom: -27px;
    left: 50px;
    border: 5px solid var(--primary-bg);
	background: var(--primary-bg);
    z-index: -1;
	display: none;
}
.case-content {
    width: 34%!important;
    background: #181818;
    border-radius: 5px;
    margin-left: 1%;
	box-shadow: 0 .5rem 10px rgba(0,0,0,.05)!important;
}
.case-content h4 , .case-content p {
	color: #fff;
}
.case-content a {
    font-size: 16px;
    white-space: nowrap;
    padding: 10px;
	width: 100%;
}
.case-study-blk {
    border-bottom: 1px solid #efd6d6;
    padding-bottom: 50px;
    margin-bottom: 40px;
}
.cs-pagination .page-numbers {
    padding: 5px 15px;
    background: #000;
    color: #fff;
    margin-right: 5px;
    text-decoration: none;
}
span.page-numbers.current {
    background: var(--primary-btn);
}
.cs-pagination .page-numbers:hover{
	background: var(--primary-btn);
}
/* ============career page css start=================== */
.career-form-blk button {
    padding: 10px 20px;
}
/* ===========who we are ============= */

.our-mv-blk img {
    width: 250px;
}
.founder-blk-img {
    width: 90%;
    border-right: 2px solid #ddd;
}
.founder-blk-img img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
}
/* ============thankyou css================ */
section.thankyou-blk .col-md-12.text-center > h1 {
    font-size: 80px;
    font-weight: 500;
    margin-top: 0px;
    /*text-shadow: 0px 7px 6px;*/
	color: #ce272e !important
}
section.thankyou-blk p {
    font-size: 20px;
	color: #000 !important
}
section.thankyou-blk .col-md-12.text-center img {
    width: 450px;
    text-align: center;
    margin: 0 auto;
}
section.thankyou-blk .col-md-12{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* ===========solutions menu pages css start============= */
.side-image-blk img {
    width: 50%;
    object-fit: contain;
}
.launch-contents ul li {
    flex-basis: 50%;
	list-style: none;
	position: relative;
	margin-bottom: 15px;
}
.launch-contents ul li:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/yellow-check.svg);
	background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    top: 0;
    left: -30px;
}

.efficient-blk {
    position: relative;
    overflow: hidden;
    background-image: radial-gradient( circle farthest-corner at 50.4% 50.5%,  rgba(251,32,86,1) 0%, rgba(135,2,35,1) 90% );
	background: -webkit-gradient(linear, left top, right top, from(#01387d), to(#00d4ff));
    background: linear-gradient(90deg, #dc4326 0%, #ff8a12 100%);
}
.efficient-blk .solution-img img {
    height: 350px;
    object-fit: contain;
    transform: scale(2.5) rotateZ(-56deg);
    object-position: 0px 126px;
    position: absolute;
}
.get-in-blk {
    padding: 30px 20px;
    height: 100%;
    width: 100%;
}
.get-in-blk li {
    line-height: 30px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
	list-style: none;
}
.get-in-blk li::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../images/check-double-fill.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: 20px;
}
.why-rsoft-content {
    padding: 20px;
	height: 100%;
}

/* ===========solutions menu pages css end============= */

/* ===========courier pages css start============= */
.key-challenge-box {
    background: #e4e6ef;
    padding: 50px 10px;
    text-align: center;
}
.user-fndly-blk {
    padding: 50px;
    background: #dadada;
    border-radius: 10px;
}

/* ===========courier pages css end============= */

/* =========== Request consultation form css start ========== */

.request-form-wrapper .card {
    border: none;
    border-radius: 0px;
}
.request-form-wrapper .card-body.card-bg-btm {
    padding: 0px;
}
.request-form-wrapper form .row {
    --bs-gutter-x: 1rem;
}
.request-form-wrapper form label {
    display: none;
}
.request-form-wrapper button.btn.btn-primary {
    width: 270px !important;
}
.request-form-wrapper form .row .col-md-6:nth-child(3) , .request-form-wrapper form .row .col-md-6:nth-child(4) {
    width: 100%;
}
.request-form-wrapper form .iti.iti--allow-dropdown {
    width: 36%;
}

/* =========== Request consultation form css end ========== */

/* =========== get-quote / get touch form css start ========== */

.get-touch .card {
    border-radius: 20px;
    border: none;
	margin-top: 30px;
}


/*.get-touch iframe {
	padding: 20px 20px 20px 40px !important;
}*/
.form-width{
	    max-width: 600px;
        margin: 0 auto;
}
.quote-huspot iframe{
	width:90%  !important;
	margin:0 auto;
}
.get-touch .card-body.card-bg-btm {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 20px;
	padding: 50px 35px;
	max-width: 70%;
    margin: 0 auto;
}
.quote-form .card-body{
max-width:100% !important;
}
.get-touch.no-spacer.quote-form {
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding-top: 30px;
}
.get-touch.no-spacer.quote-form .card-body.card-bg-btm {
 	padding: 30px 35px;
    border-radius: 0px !important;
	box-shadow: none !important;
}

.get-touch .card-body .container{
  padding-left:0px;
   padding-right:0px;
}
.get-touch .card form .iti.iti--allow-dropdown {
    width: 62%;
}
.get-touch form .row {
    --bs-gutter-x: 1rem;
}
.get-touch form label {
    display: none;
}
.get-touch .form-control , .request-form-wrapper .form-control {
    background-color: #fbe2e3 !important;
    border: 1px solid #fbe2e3 !important;
    border-radius: 0;
	height: 52px;
}
.get-touch textarea.form-control , .request-form-wrapper textarea.form-control {
    resize: none;
	height: 90px;
}
.get-touch .form-control:focus , .request-form-wrapper .form-control:focus{
    box-shadow: none;
    border-color: #ffbfc2 !important;
}
.get-touch button.btn.btn-primary , .request-form-wrapper button.btn.btn-primary {
    width: 270px;
    max-width:100%;
    padding: 10px;
    background-image: linear-gradient(to right,#ce272e 0%,#ff8a12 50%,#d2303b 100%)!important;
    transition: .5s;
    position: relative;
    overflow: hidden;
    background-size: 200% auto !important;
    color: #fff!important;
    text-transform: capitalize;
    font-size: 1.188rem;
    background-color: var(--primary-btn)!important;
    border: 1px solid #f67917!important;
}
.get-touch button.btn.btn-primary:hover , .request-form-wrapper button.btn.btn-primary:hover {
    background-position: right center !important;
}
.no-spacer .card{
margin-top:0px;}






/* =========== get-quote / get touch form css end ========== */
.documents__inner {
    width: 100%;
    height: 100%;
    display: flex;
}
.documents__inner__icon {
    margin-right: 15px;
}
.documents__inner__icon i {
    font-size: 35px;
    line-height: 35px;
    color: #6c0202;
}
.documents {
    margin-top: 50px;
}

/* ================ New Mobile application development css start ============= */

        /*.video-block-section iframe{
         height: 350px !important;
         border-radius: 10px;
         }*/
		 .video-block-section {
			 background: #000;
             border-radius: 10px;
		 }
         .mobile-app-dev-hero{
         background-image: url('../images/map.png');
         background-size: contain;
         background-position: center;
         background-color: #CC1820;
         background-blend-mode: normal;
		 overflow: hidden;
         }
         .mobile-app-quote-form{
         background-color: #fff;
         border-radius: 10px;
         }
         .mobile-app-quote-form .col-md-6 {
         width: 100%;
         }
		 .mobile-app-quote-form .col-md-6 .iti.iti--allow-dropdown {
			width: 36%!important;
		}
         .mobile-app-quote-form input.form-control{
         background-color: transparent !important;
         border: 1px solid #C9C9C9 !important;
         border-radius: 5px !important;
         height: 52px !important;
         }
         .mobile-app-quote-form textarea.form-control{
         background-color: transparent !important;
         border: 1px solid #C9C9C9 !important;
         border-radius: 5px !important;
         }
         .mobile-app-quote-form .d-flex .iti--allow-dropdown input{
         border-radius: 5px 0px 0px 5px !important;
         border-right: 0px !important;
         }
         .mobile-app-quote-form .d-flex .countrycode{
         border-radius: 5px 5px 5px 5px !important;
         /* border-left: 0px !important; */
         }
         .subtitle{
         display: inline-block;
         position: relative;
         padding: 0px 70px 0px 70px;
         }
         /*.subtitle:before{
         content: "";
         position: absolute;
         left: -10%;
         width: 96px;
         height: 3px;
         background-color: #CE272E;
         top: 50%;
         transform: translateY(-50%);
         }*/

          /*.subtitle:after{
             content: "";
             position: absolute;
             right: -10%;
             width: 96px;
             height: 3px;
             background-color: #CE272E;
             top: 50%;
             transform: translateY(-50%);
         }*/


         .custom__grid__blk{
         width: 77px;
         height: 82px;
         display: flex;
         align-items: center;
         justify-content: center;
         border-radius: 10px;
         margin-bottom: 30px;
         }
         .custom-mobileapp  .app-category:hover .custom__grid__blk {
            transform: rotateZ(360deg);
            transition: 2s all;
        }
         .custom__grid__blk img{
         max-width: 50px;
         width: 100% !important;
         height: auto !important;
         margin: 0px !important;
         }
         .bg-black.shadow{
         box-shadow: 0 0.5rem 1rem black!important;
         }
         .bg-green.shadow{
         box-shadow: 0 0.5rem 1rem #00a478!important;
         }
        .bg-purple.shadow{
            box-shadow: 0 0.5rem 1rem #7d01c5!important;
        }
        .bg-blue.shadow{
			box-shadow: 0 0.5rem 1rem #1f235a!important;
        }
        .custom-call-action{
			background: linear-gradient(90deg, #404CE7,#1824B9);
        }
        .custom-call-action .btn{
			color: var(--primary-txt)!important;
        }
        .custom-grid-section .offer-icon{
			position: relative;
			width: 60px !important;
			height: 60px !important;
        }
         .custom-grid-section .offer-icon img{
			position: relative;
			position: absolute;
			left: 0;
			bottom: -15px;
        }
         .custom-grid-section [class*="col-"]{
			display: flex;
        }
         .custom-grid-section .grid__blk{
			margin-bottom: 0px;
			border: 1px solid #EBEBEB;
			box-shadow: none;
        }
         .custom-grid-section .grid__blk:hover{
			margin-bottom: 0px;
			border: 1px solid #EBEBEB;
			box-shadow: var(--shadow);
        }
         .bg-clr {
			background: #F8F8FF !important;
		}
         .custom-technology-wrapper .technology__box {
            height: 132px;
            width: 132px;
            border-radius: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
		.nw-tech-wrapper {
			padding: 25px;
			border-radius: 20px;
		}
		.nw-tech-wrapper .technology__box img {
			width: 65px;
		}
		.custom-technology-wrapper .row .col-md-6:first-child .nw-tech-wrapper {
			background: #073B4C;
		}
		.custom-technology-wrapper .row .col-md-6:nth-child(2) .nw-tech-wrapper {
			background: #118AB2;
		}
		.custom-technology-wrapper .row .col-md-6:nth-child(3) .nw-tech-wrapper {
			background: #06D6A0;
		}
		.custom-technology-wrapper .row .col-md-6:nth-child(4) .nw-tech-wrapper {
			background: #FFD166;
		}
		.custom-technology-wrapper .row .col-md-6:nth-child(5) .nw-tech-wrapper {
			background: #EF476F;
		}
		.nw-app-category {
			background: #000230!important;
		}
		.outsrc-img-box {
			width: 100%;
			padding: 10px;
			box-shadow: 0px 8px 9px rgb(0 0 0 / 20%);
		}
		.outsrc-img-box img {
			width: 100px;
			height: 85px;
			object-fit: contain;
		}
		.nw-choose-blk {
			background: #fff;
			padding: 25px;
		}
		.nw-choose-blk-img {
			width: 65px;
			height: 65px;
			background: #00e8ff;
			line-height: 65px;
			text-align: center;
			border-radius: 15px;
			margin-bottom: 20px;
		}
		.nw-choose-blk-img img {
			width: 30px;
			height: 30px;
			object-fit: contain;
		}
		section.nw-should-choose-blk .row .col-md-4:first-child .nw-choose-blk-img {
			background: #8AE5FC;
			box-shadow: 0px 5px 6px rgb(138 229 252 / 50%);
		}
		section.nw-should-choose-blk .row .col-md-4:nth-child(2) .nw-choose-blk-img {
			background: #FF6BC4;
			box-shadow: 0px 5px 6px rgb(255 107 196 / 50%);
		}
		section.nw-should-choose-blk .row .col-md-4:nth-child(3) .nw-choose-blk-img {
			background: #FFA237;
			box-shadow: 0px 5px 6px rgb(255 162 55 / 50%);
		}
		section.nw-should-choose-blk .row .col-md-4:nth-child(4) .nw-choose-blk-img {
			background: #8EA5FF;
			box-shadow: 0px 5px 6px rgb(155 162 255 / 50%);
		}
		section.nw-should-choose-blk .row .col-md-4:nth-child(5) .nw-choose-blk-img {
			background: #9CCF7A;
			box-shadow: 0px 5px 6px rgb(156 207 122 / 50%);
		}
		section.nw-should-choose-blk .row .col-md-4:nth-child(6) .nw-choose-blk-img {
			background: #9BA2FF;
			box-shadow: 0px 5px 6px rgb(155 162 255 / 50%);
		}
		section.nw-should-choose-blk .row .col-md-4:nth-child(7) .nw-choose-blk-img {
			background: #61E689;
			box-shadow: 0px 5px 6px rgb(97 230 137 / 50%);
		}
		section.nw-should-choose-blk .row .col-md-4:nth-child(8) .nw-choose-blk-img {
			background: #FF7B7B;
			box-shadow: 0px 5px 6px rgb(255 123 123 / 50%);
		}
		.nw-our-service__blk {
			background: #fff;
			width: 100%;
			height: 100%;
			padding: 20px;
			border-radius: 15px;
		}
		.nw-our-service__img {
			width: 50px;
			height: 80px;
			background: #ddd;
			padding: 10px;
			border-bottom-left-radius: 25px;
			border-bottom-right-radius: 25px;
			margin-top: -20px;
			box-shadow: 0px 5px 6px rgb(0 0 0 / 20%);
		}
		.nw-our-service__img img {
			width: 30px;
			height: 30px;
			object-fit: contain;
			margin-top: 20px;
		}
		.nw-our-service__content {
			width: calc(100% - 60px);
			margin-left: 10px;
		}
		section.nw-our-service .row .col-md-6:first-child .nw-our-service__img {
			background: #FFC0A8;
			box-shadow: 0px 5px 6px rgb(255 192 168 / 50%);
		}
		section.nw-our-service .row .col-md-6:nth-child(2) .nw-our-service__img {
			background: #FF907E;
			box-shadow: 0px 5px 6px rgb(255 144 126 / 50%);
		}
		section.nw-our-service .row .col-md-6:nth-child(3) .nw-our-service__img {
			background: #8199F7;
			box-shadow: 0px 5px 6px rgb(129 153 247 / 50%);
		}
		section.nw-our-service .row .col-md-6:nth-child(4) .nw-our-service__img {
			background: #88ADDB;
			box-shadow: 0px 5px 6px rgb(136 173 219 / 50%);
		}
		section.nw-our-service .row .col-md-6:nth-child(5) .nw-our-service__img {
			background: #B4D572;
			box-shadow: 0px 5px 6px rgb(180 213 114 / 50%);
		}
		section.nw-our-service .row .col-md-6:nth-child(6) .nw-our-service__img {
			background: #C4D37C;
			box-shadow: 0px 5px 6px rgb(196 211 124 / 50%);
		}
		section.nw-our-service .row .col-md-6:nth-child(7) .nw-our-service__img {
			background: #76D2BB;
			box-shadow: 0px 5px 6px rgb(118 210 187 / 50%);
		}
		section.nw-our-service .row .col-md-6:last-child .nw-our-service__img {
			background: #FF7DA7;
			box-shadow: 0px 5px 6px rgb(255 125 167 / 50%);
		}
		section.section-nw-support .pship-icon img {
			width: 60px;
			height: 60px;
			object-fit: contain;
		}
		.nw-certified-box {
			width: 100%;
			height: 100%;
			padding: 10px;
		}
		



/* ================ New Mobile application development css end ============= */





/*-- CUSTOM STYLE START 12/05/22 --*/

.bg-prymary {
    background-color: var(--primary-bg-clr);
}
.hero-banner-list {
    list-style: none;
}




.new-contact-form .card-body .row .col-md-6:nth-child(4) {
    position: relative;
}

.new-contact-form .card-body .row .col-md-6:nth-child(4)::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.2802 5.9668L8.93355 10.3135C8.42021 10.8268 7.58021 10.8268 7.06688 10.3135L2.72021 5.9668' stroke='%2398A2B3' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    top: 18px;
    right: 20px;
    /* transform: translateY(-50%); */
    pointer-events: none;
}




@media screen and (max-width: 991px) {
    
    .shape {
        top: 40px;
        width: 258px;
        height: 258px;
        box-shadow: 0px 0px 0px 40px #ffbaba;
    }
    .about__blk, .counter__blk {
        padding: 20px 20px 20px 20px;
        width: 100%;
    }
    .section-intro p.w-85 {
        max-width: 100%;
    }
    .services__blk {
        padding: 15px;
    }
    .steps__blk {
        margin-bottom: 20px;
    }
    .our-process__blk {
        padding: 10px;
    }
    .grid__blk {
        padding: 20px 10px;
    }
    .our-process__blk img, .work .grid__blk img {
        height: 48px;
    }
    .our-process__blk h4 {
        font-size: 1.1rem;
        margin-top: 20px !important;
    }
    .work .grid__blk img {
        margin-bottom: 20px !important;
    }
    .client-info-block .client-avtar {
        border-radius: 10px;
        width: 80px !important;
    }
    .client-info .client-position, .client-location {
        font-size: 1rem;
    }
    .client-info-block .client-info {
        margin-left: 10px !important;
    }
    .client-content {
        font-size: 1rem;
        margin-top: 20px !important;
    }
    .client-block {
        padding: 20px !important;
    }
    .pship-icon img {
        height: 48px;
        width: auto;
    }
    .pship-block {
        padding: 20px;
    }
    .pship-block h3 {
        margin-bottom: 20px !important;
    }
    .footer-brands img {
        width: 100px;
    }
    
    .hero_technology {
        padding-top: 40px;
    }
	.hero_technology h1 {
        font-size: 2.5rem;
    }	
	.web-overview-media {
        margin-top: 3.5rem;
    }
    
    /* FORM */
    
    .get-touch .card-body.card-bg-btm{
		max-width:100%;
        padding:30px 20px;
	}

}

@media screen and (max-width: 767px) {
    
    /*.technology {
        height: auto;
        margin-top: 200px;
    }
    .technology::before {
        height: 80px;
        width: 100%;
    }*/
    .infiniteslide_wrap {
        height: auto;
        padding-top: 15px;
    }
    .hero__media img {
        width: 400px;
    }
    .shape {
        width: 198px;
        height: 198px;
    }
    .link-area span {
        font-size: 0.850rem;
    }
    .about__blk img {
        margin: 0 auto 40px auto;
    }
    .about__blk span {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .about__blk {
        margin-bottom: 20px;
    }
    .counter__blk i {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 20px;
    }
    .services__blk .services__icon {
        margin: 20px 0 !important;
    }
	.spectrum-work .services__blk .services__icon {
        margin: 20px auto !important;
    }
    .services__icon img {
        width: 70px;
    }
    .services__icon svg {
        width: 120px;
		left: -12px;
    }
    .services-divider {
        width: 100px;
        margin-bottom: 30px !important;
    }
    .steps .device-model {
        display: none;
    }
    .grid, .features {
        margin-bottom: 0px;
    }
    .cdevice-bg img {
        width: 100%;
    }
    .blog-block {
        margin-bottom: 20px;
    }
    .bblock-title {
        margin-top: 24px !important;
    }
    .footer-brands {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .footer-brands img {
        width: 100px;
        margin: 10px;
    }
    .technology-wrapper .col {
        flex: 1 0 100%;
        margin-bottom: 20px;
    }
    .our-services .nav-item {
        margin-bottom: 10px;
    }
    .apps-category .grid .col-md-2 {
        width: 50%;
    }
    .platform-slider .item {
        flex-wrap: wrap;
    }
    .platform-slider .platform-content {
        width: 100%;
    }
    .platform-screen {
        width: 51%;
        margin: 30px auto;
    }
    .section-we-offer::after {
        content: none;
    }
    .footer-nav {
        margin-bottom: 20px;
    }
   
   /*==========13 oct=============*/
	
    .contact-us-blk .row{
		--bs-gutter-y: 1rem!important;
	}
	.solution-we-offer .row{
		width: 100%;
		
	}
	.section-we-offer .row{
		--bs-gutter-y: 1rem!important;
	}
	.solution-offers-blk.shadow {
    padding: 30px; 
    }
	.platform-work .container > div.row:nth-child(2){
		--bs-gutter-y: 1rem!important;
	}

	.video-iframe iframe{
		width: 250px;
		height: 200px;
	}
	.link-area img {
        width: 42px;
    }
	.case-study-blk {
        flex-direction: column;
    }
	.case-image {
       width: 100%!important;
	   margin-bottom: 20px;
	}
	.case-content {
       width: 100%!important;
	}
	.case-image img {
        width: 100%;
	    height: 150px;
        object-fit: cover;
    }
	.founder-blk-img {
        width: 100%;
        border-right: none;
    }
	.founder-words {
       margin-top: 20px;
    }
	section.thankyou-blk h1 {
       font-size: 40px;
	   font-weight: 400;
    }

	.launch-contents ul li {
       flex-basis: 100%;
    }
	.efficient-blk .solution-img img {
       display: none;
    }

    /* REQUEST FORM */
    
    .request-form-wrapper{
		padding-left:5px !important;
        padding-right:5px !important;
    }
	
	/* quote page */
	.quote-huspot iframe{
		width: 95% !important;
		margin: 0 auto;
	}
	.col-md-6.popup-img-blk.mai__img {
	  display: none;
	}
	
}

@media screen and (max-width: 567px) {
    
    
	section.about .about__blk{
		height: 300px;
	}
	.hero_technology .row div:nth-child(1) {
       order: 2;
    }
	.steps__blk {
		height: auto;
    }
	.video-iframe iframe {
		width: 200px;
		height: 200px;
    }

	section.hero_technology.contact-bnr {
		background-size: cover;
		background-position-y: 5px;
    }
	
	.custom-mobileapp div.row:nth-child(2) {
      width: 100% !important;
    }
	.technology-wrapper .col {
		margin-bottom: 20px;
		flex-basis: 50%;
    }
	.popup-img-blk {
		display: none;
	}
	.platform-screen {
		width: 100%;		
	}

    .subtitle{
        padding: 0px 50px;
    }
	.subtitle::before {
		left: -3%;
        width: 50px;
	}

    .subtitle::after{
        right: -3%;
        width: 50px;
    }
	.custom-technology-wrapper .technology__box {
		  height: 120px;
		  width: 120px;
	}
	.p-blk-form .card form .iti.iti--allow-dropdown {
	  width: 60%;
	}
	.get-touch .card form .iti.iti--allow-dropdown {
	  width: 65%;
	}
	.video-block-section video {
		display: none;
	}
	.app-category > div {
		margin: 0 auto;
	}
	.app-category > div + h5 {
		text-align: center;
		margin-top: 20px;
	}
	.nw-choose-blk-img {
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.nw-choose-blk {
		padding: 10px;
	}
	.blk {
	  /* margin: 0 auto; */
	  width: 100px;
	}
	.pship-block {
		text-align: center;
	}
	.pship-block p{
		text-align:left;
	}
	.get-touch.no-spacer.quote-form .card-body.card-bg-btm {
		padding: 30px 20px;
	}
	.grid__blk img {
	  width: 60px;
	  height: 60px;
	  object-fit: contain;
	}
	
	
	
	
}

@media (prefers-reduced-motion: no-preference) {
:root {
    scroll-behavior: auto;
}
}

@media (max-width:430px){
    
    .mobile-app-dev-hero h1{
	 font-size: 1.4rem;
    }
}



/*mobile app development2 page css start*/




/*mobile app development2 page css end*/