@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal; font-display: swap; }
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { color: #414141; line-height: 27px; font-family: Poppins, sans-serif, Arial, Helvetica; font-weight: 500; font-size: 16px; }
h2 { font-size: 30px; line-height: 40px; font-weight: 600; padding-bottom: 20px; color: #414141; }
.col-3 { width: 33.33%; }
.white, .title.white h2 { color: #fff; }
.width33 { width: 33.33%; }
.width50 { width: 50%; }
.width100 { width: 100%; }
.d-flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.align-items-center { align-items: center; }
.text-align-center { text-align: center; }
.justify-content-center { justify-content: center; }
.justify-content-between { justify-content: space-between; }
p { margin-bottom: 10px; margin-top: 0; }
.container { max-width: 1250px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; float: none; box-sizing: border-box; }
.container:after { clear: both; content: ""; display: table; }
.display-flex { display: flex; }
.light-blue-colour { background-color: #edf9ff; }
.overlay { position: relative; z-index: 1; }
.col-6 { width: 50%; }
.col-3 { width: 33.33%; }
.z-index { z-index: 1; }
img { max-width: 100%; height: auto; }
.position-relative { position: relative; }
.blur-image { position: absolute; bottom: 73px; z-index: -1; }
.blur-image img { width: 100%; }
ul { list-style: none; }
a { text-decoration: none; }
.container { max-width: 1250px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }
.button-1 a, .button-2 a { display: inline-block; padding: 4px 36px; background-color: #0095d8; border-radius: 20px; color: #fff; font-size: 20px; border: 2px solid transparent; transition: all 400ms ease; }
.button-2 a { -webkit-box-shadow: 0px 24px 24px -16px rgb(0 0 0 / 40%); -moz-box-shadow: 0px 24px 24px -16px rgb(0 0 0 / 40%); box-shadow: 5px 7px 12.09px 0.91px rgb(0 0 0 / 20%); border: 2px solid transparent; }
.button-2 a:hover { background-color: transparent; border-color: #0095d8; color: #0095d8; }
.button-1 a:hover { color: #0095d8; background-color: transparent; border-color: #0095d8; }
.gradient-shadow:before { height: 75px; position: absolute; left: 0; width: 100%; content: ""; display: block; bottom: 0; background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(197 197 197 / 25%) 100%); }
.gradient-shadow { position: relative; }

/*header*/
.header { padding: 20px 0px; position: absolute; left: 0; right: 0; z-index: 9; top: 0; padding-top: 20px; }
.header-logo { width: 222px; height: 63px; }
.header-menu ul li a { color: #fff; font-size: 16px; text-decoration: none; display: inline-block; }
.header-btn a { text-decoration: none; background: #0091D4 0% 0% no-repeat padding-box; box-shadow: 10px 10px 30px #AEAEAE33; border-radius: 30px; padding:7px 30px !important; color: #fff; line-height: 26px; font-size: 17px; border: 2px solid transparent; transition: .4s; }
.header-menu ul li a { padding: 0px 16px; }
.header-btn { padding-left: 25px; }
.header-btn a:hover { background-color: transparent; border: 2px solid #FFFFFF; }
.mainmenu { align-items: center; }
.header-menu ul li:last-child { padding-right: 0; }
.header { transition: all 400ms ease; -webkit-transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out; -webkit-transition: background-color .4s, color .4s, opacity .4s ease-in-out, -webkit-transform .4s; transition: background-color .4s, color .4s, opacity .4s ease-in-out, -webkit-transform .4s; transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out; transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out, -webkit-transform .4s; }
.sticky-site-logo { display: none; }
.header.sticky .sticky-site-logo { display: block; }
.header.sticky .logo { height: 60px; }
.header.sticky .site-logo { display: none; }
.header.sticky{ position: fixed; top: 0; left: 0; z-index: 999; max-width: 100%; width: 100%; border-bottom: 0; box-shadow: 0 0 4px 0 rgb(60 65 140 / 20%), 0 10px 20px 0 rgb(60 65 140 / 20%); padding-top: 0px; transform: translateY(0px) translateZ(0px); transition: transform 500ms ease-in-out 0s; background: #ffffff; padding: 20px 0px;     animation: smoothScroll 1s forwards;}
.header.sticky img.headerlogo { display: none;}
.header img.fixed-header { display: none;}
.header.sticky img.fixed-header { display: block; }
.header-menu ul li a:hover{color:#0091d4;}
.header.sticky .header-menu ul li a{color:#000;}
.header-btn a:hover{color:#fff;}
.header-menu ul li.header-btn a:hover{color:#fff;}
.header-menu ul li.header-btn a:hover{color:#fff;}
.header.sticky .header-menu ul li a:hover{border-color:#0095d8;color:#0095d8;}
.header .header-menu ul li a:hover{color:#0095d8;}
@keyframes smoothScroll{
    0%{transform:translateY(-60px);}
    100%{transform:translateY(0px);}
}
.header.sticky .header-menu ul li.header-btn a{color:#fff;}
.header.sticky .header-menu ul li.header-btn a:hover { color: #0091D4; }
.header.sticky .header-logo { height: 40px; width: 162px; }
.header.sticky { padding: 10px 0; }
.mobile-header-btn { display: none; }


/*banner*/
.banner { padding-top: 165px; padding-bottom: 133px; height: 640px; }
.banner-bottom { position: absolute; left: 0; height: 180px; width: 100%; right: 0; bottom: 0; }
.banner-content { /*padding-top: 72px;*/ padding-top: 0; padding-right: 30px;}
.banner-content h1 { color: #fff; font-size: 31px; line-height: 48px; font-weight: 600; padding-bottom: 15px; }
.banner-disc { color: #fff; font-size: 18px;  line-height: 29px; padding-bottom: 25px; }
.overlay:after { content: ''; left: 0; top: 0; position: absolute; right: 0; bottom: 0; background: transparent linear-gradient(270deg, #000000 0%, #000000C9 100%) 0% 0% no-repeat padding-box; opacity: 0.93; z-index: -1; }
.banner-form-section { background: #FFFFFF; box-shadow: 0px 0px 40px #8B8B8B80; border-radius: 10px; overflow: hidden; position: relative; max-width: 576px; margin-left: auto; }
.banner-form-section h2 { background: #0091D4; color: #fff; font-size: 24px; line-height: 25px; font-weight: 500; padding: 22px 40px 18px; }
.banner-form-section form ul { display: flex; flex-wrap: wrap; gap: 25px 34px; padding: 32px 40px; }
.banner-form-section form ul li { width: calc(50% - 17px); }
.banner-form-section form ul input, .banner-form-section form ul  select, .banner-form-section form ul li textarea { background: hsl(0deg 0% 25% / 4%); border-radius: 4px; width: 100%; border: none; padding: 9px 15px; color: rgb(65 65 65 / 80%); font-size: 15px; line-height: 25px; font-weight: 400; font-family: Poppins, sans-serif, Arial, Helvetica; border: 1px solid transparent; }
.banner-form-section form ul li.error > * {border-color: red;}
.banner-form-section form ul li textarea { height: 104px; resize: none; }
.banner-form-section form ul li.textarea { width: 100%; }
.banner-form-section form [type="submit"] { padding: 5px 27px; background: #0091D4; box-shadow: 10px 10px 30px #AEAEAE33; border-radius: 19px; color: #fff !important; width: auto; font-size: 17px; line-height: 26px; cursor: pointer; border: 2px solid transparent; transition: all 400ms ease; }
.banner-form-section form [type="submit"]:hover { background-color: transparent; border-color: #0091D4; color: #0091D4 !important; }
.banner-form-section form ul li.submit { width: 100%; font-size: 13px; line-height: 24px; letter-spacing: 0px; color: rgb(65 65 65 / 80%); }
.banner-form-section form ul li.submit p { margin: 0 0 0 16px; }
.banner-form-section form ul select { background-image: url(../images/downward-arrow.png); background-position: 97% 50%; background-size: 10px; background-repeat: no-repeat; appearance: none; }
.banner-form-section form ul li .validation { color: #dc3232; font-size: 12px; font-weight: normal; display: block; /*position: absolute;*/ }

.banner-content > * { max-width: 595px; }
.banner-form-section form ul li.ajax-msg { position: absolute; width: 100%; bottom:4px; font-size: 12px; left: 0; right: 0; margin: 0 auto; text-align: center; color: green; }
.banner-form-section form ul li { position: relative; }
.banner-form-section form ul li.ajax-msg .error { color: #f00; }
.banner-form-section form ul li.submit span.loader[style="display: inline;"] + p { width: 50%; }
.banner-content .banner-disc {max-width: 91%;}
/*trusted by section*/
.hire-trusted-by-main { margin-top: 70px; padding-bottom: 0px; position: relative; z-index: 1; }
/*.hire-trusted-by-wrap .hire-trusted-by-title { width: 18%; }*/
.hire-trusted-by-wrap{box-shadow:3px 4px 40px 0px #AEAEAE40;border-radius:20px;padding:30px;margin-bottom:60px;}
.hire-trusted-by-wrap .hire-trusted-by-title h2 { padding-bottom: 0px; color: rgb(18 18 18 / 80%); font-size: 30px; line-height: 40px; font-weight: 600; }
/*.hire-trusted-by-wrap .hire-trusted-by-image { width: 82%; align-items: center; }*/
.hire-trusted-by-wrap .hire-trusted-by-image figure { width: 16.66%; text-align: center; display: inline-flex; align-items: center; justify-content: center; height: 91px; }
.hire-trusted-by-wrap { align-items: center; }
.hire-trusted-by-image img { max-width: 100%; height: auto; object-fit: contain; width: 80%; object-fit: contain; cursor: auto; width: 80%; max-height: 40px; object-position: left center; }
.hire-trusted-by-image figure:hover  img { filter: grayscale(1); }
/*web solutions*/
.web-solutions-inner .left { width: 65%; padding: 0 15px; padding-right: 40px; padding-bottom: 40px }
.web-solutions-inner .right { width: 35%; padding: 0 15px; margin-top: 110px; }
.web-solutions-inner { padding-top: 0px; margin: 0 -15px; }
.web-solutions { padding-top: 50px; }
.web-solutions-btn { display: flex; margin: 0 -15px; margin-top: 15px; }
.web-solutions-btn .solutions-btn { width: 50%; display: inline-block; padding: 0 10px; }
.web-solutions-btn .solutions-btn.full-width-100 { width: 100%; margin-bottom: 15px; }
.web-solutions-btn .solutions-btn .solutions-div { box-shadow: 3.214px 3.83px 10px rgb(21 21 21 / 10%); border-radius: 4px; padding: 20px; display: inline-flex; align-items: center; margin-bottom: 10px; }
.web-solutions-btn .solutions-btn.full-width-100 .solutions-btn { padding: 20px 30px; }
.web-solutions-btn .solutions-btn .solutions-div figure { width: 50px; height: 50px; }
.web-solutions-btn .solutions-btn figure img { width: 50px; height: 50px; display: block; object-fit: contain; object-position: top; }
.page-wordpress-migration-services .web-solutions-btn.d-flex a .solutions-btn p { font-size: 23px; line-height: 30px; color: #3e3e41; font-weight: 600; padding-left: 25px; margin-bottom: 0; }
.web-solutions-btn .solutions-btn  h3 { font-size: 20px; line-height: 30px; color: #3e3e41; font-weight: 600; padding-left: 25px; margin-bottom: 0; transition: all 400ms ease; }


/*web-development-service*/
.web-development-service h2 { padding-bottom: 15px; }
.web-development-service .sub-title { padding-top: 60px; padding-bottom: 40px; }
.web-development-service-main { margin: 0 -15px; }
.web-development-service-main .web-development-service-wrap { padding: 0 15px 30px; width: 33.33%; }
.web-development-service-main .web-development-service-wrap .web-development-service-inner { border-radius: 17px; background: #fefeff; padding: 25px 25px 30px; overflow: hidden; position: relative; height: 100%; }
.web-development-service-main .web-development-service-inner .image-text { display: inline-flex; flex-wrap: wrap; align-items: center; width: 100%; padding-bottom: 20px; }
.web-development-service-main .web-development-service-inner .image-text .service-img figure { width: 71px; height: 71px; display: flex; align-items: center; justify-content: center; margin: 0 auto; border-radius: 17px; position: relative; z-index: 2; }
.web-development-service-main .web-development-service-inner .link-inner { text-align: center; padding-top: 10px; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+1) .link-inner a { color: #c368f7; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+2) .link-inner a { color: #f76868; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+3) .link-inner a { color: #6880f7; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+4) .link-inner a { color: #68dff7; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+5) .link-inner a { color: #68b0f7; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+6) .link-inner a { color: #f7c368; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+7) .link-inner a { color: #79f768; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+8) .link-inner a { color: #f79868; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+9) .link-inner a { color: #f7688c; }
.web-development-service-main .web-development-service-inner .image-text .service-img { width: 88px; height: 88px; background: transparent; display: flex; align-items: center; border-radius: 17px; transition: all 400ms ease; }
.web-development-service-main .web-development-service-inner .image-text h3 { font-size: 18px; line-height: 26px;	/*color: #c368f7;*/ font-weight: 500; width: calc(100% - 90px); padding-left: 20px; }
.web-development-service-main .web-development-service-wrap .web-development-service-inner p { font-size: 15px;	/*color: #3f3f3f;*/ line-height: 25px; font-weight: 500; text-align: center; }
.web-development-service-main .web-development-service-wrap .web-development-service-inner:after { position: absolute; content: "";	/*background-color: #c368f7;*/ width: 100%; left: 0; height: 7px; bottom: -2px; transform-origin: 0 50%; transform: scaleX(0); margin: 0 auto; opacity: 0; transition: all 0.9s ease-in-out }
.web-development-service-main .web-development-service-wrap .web-development-service-inner:hover::after { opacity: 1; transform: scaleX(1); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+1) .image-text h3, .web-development-service-main .web-development-service-wrap:nth-child(9n+1) .image-text h3 a { color: #c368f7; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+1) .image-text .service-img figure { background-color: rgb(195 105 247 / 10%); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+1) .web-development-service-inner:after { background-color: #c368f7; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+1) .web-development-service-inner:hover .service-img { background: hsl(278deg 90% 69% / 5%); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+2) .image-text h3, .web-development-service-main .web-development-service-wrap:nth-child(9n+2) .image-text h3 a { color: #f76868; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+2) .image-text .service-img figure { background-color: rgba(247 104 104 / 10%); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+2) .web-development-service-inner:hover .service-img { background-color: rgba(247 104 104 / 10%); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+2) .web-development-service-inner:after { background-color: #f76868; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+3) .image-text .service-img figure { background-color: rgba(104 128 247 / 10%); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+3):hover .web-development-service-inner .service-img { background-color: rgba(104 128 247 / 5%); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+3) .image-text h3, .web-development-service-main .web-development-service-wrap:nth-child(9n+3) .image-text h3 a { color: #6880f7; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+3) .web-development-service-inner:after { background-color: #6880f7; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+4) .image-text .service-img figure { background-color: rgba(104 223 247 / 10%); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+4):hover .web-development-service-inner .service-img { background-color: rgba(104 223 247 / 5%); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+4) .image-text h3, .web-development-service-main .web-development-service-wrap:nth-child(9n+4) .image-text h3 a { color: #68dff7; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+4) .web-development-service-inner:after { background-color: #68dff7; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+5) .image-text .service-img figure { background-color: rgba(104 176 247 / 10%); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+5):hover .web-development-service-inner .service-img { background-color: rgba(104 176 247 / 5%); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+5) .image-text h3, .web-development-service-main .web-development-service-wrap:nth-child(9n+5) .image-text h3 a { color: #68b0f7; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+5) .web-development-service-inner:after { background-color: #68b0f7; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+6) .image-text .service-img figure { background-color: rgba(247 197 104 / 10%); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+6):hover .web-development-service-inner .service-img { background-color: rgba(247 197 104 / 5%); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+6) .image-text h3, .web-development-service-main .web-development-service-wrap:nth-child(9n+6) .image-text h3 a { color: #f7c368; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+6) .web-development-service-inner:after { background-color: #f7c368; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+7) .image-text .service-img figure { background-color: rgb(121 247 104 / 10%); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+7) .web-development-service-inner:hover .service-img { background: hsla(112, 57%, 50%, 0.05); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+7) .web-development-service-inner:after { background-color: #79f768; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+7) .image-text h3, .web-development-service-main .web-development-service-wrap:nth-child(9n+7) .image-text h3 a { color: #79f768; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+8) .image-text .service-img figure { background-color: rgb(247 152 104 / 10%); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+8) .web-development-service-inner:hover .service-img { background: hsla(20, 57%, 50%, 0.05); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+8) .web-development-service-inner:after { background-color: #f79868; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+8) .image-text h3, .web-development-service-main .web-development-service-wrap:nth-child(9n+8) .image-text h3 a { color: #f79868; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+9) .image-text .service-img figure { background-color: rgb(247 104 140 / 10%); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+9) .web-development-service-inner:hover .service-img { background: hsla(345, 57%, 50%, 0.05); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+9) .web-development-service-inner:after { background-color: #f7688c; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+9) .image-text h3, .web-development-service-main .web-development-service-wrap:nth-child(9n+9) .image-text h3 a { color: #f7688c; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+11) .image-text h3, .web-development-service-main .web-development-service-wrap:nth-child(9n+11) .image-text h3 a { color: #f768f7; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+11) .web-development-service-inner:after { background-color: #f768f7; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+11) .image-text .service-img figure { background-color: rgb(247 104 247 / 10%); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+11) .web-development-service-inner:hover .service-img { background-color: rgb(247 104 247 / 10%); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+12) .image-text h3, .web-development-service-main .web-development-service-wrap:nth-child(9n+12) .image-text h3 a { color: #68f7d3; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+12) .web-development-service-inner:after { background-color: #68f7d3; }
.web-development-service-main .web-development-service-wrap:nth-child(9n+12) .image-text .service-img figure { background-color: rgb(104 247 211 / 10%); }
.web-development-service-main .web-development-service-wrap:nth-child(9n+12) .web-development-service-inner:hover .service-img { background-color: rgb(104 247 211 / 10%); }

/*web-development-service*/

/*new-star-css*/
.recognition-inner { padding: 0 15px; text-align: center; }
.recognition-wrap { padding-bottom: 11px; margin: 0 -15px; flex-wrap: nowrap; /*align-items: center;*/ }
.recognition-inner figure { width: 108px; height: 30px; margin: 0px auto 20px; }
.recognition-inner figure img { width: 100%; height: 100%; object-fit: contain; }
.recognition-content { position: relative; z-index: 2; }
.recognition-inner a p { color: #ffc52d; font-size: 18px; line-height: 38px; font-weight: 600; }
.recognition-inner a { display: inline-block; }
.recognition-inner-sec { border: 0.5px solid #0091D4; border-radius: 25px; padding: 30px 50px; box-shadow: 5px 8px 30px #AEAEAE40; background-color: #fff; }
.recognition-wrap { padding-top: 30px; }
.recognition-inner-sec h5 { font-size: 30px; text-align: center; line-height: 43px; padding-bottom: 5px; }
.stars-div { display: flex; align-items: center; }
.stars-div>span { font-size: 14px; color: rgb(0, 0, 0); margin-right: 6px; font-weight: 600; }
.star.on { color: #ffc52d; font-size: 25px; }
.star:before { content: '\2605'; }
.star { font-size: x-large; display: inline-block; color: gray; width: 22px; }
.star:last-child { margin-right: 0; }
.star:before { content: '\2605'; }
.star.half:after { content: '\2605'; color: #ffc52d; position: absolute; /*margin-left: -20.6px;*/ width: 11px; overflow: hidden; top: 0; left: 0; }
.star-main { display: flex; }
.star-div { display: flex; align-items: center; }
.stars-div { display: flex; align-items: center; }
span.star.half { position: relative; }
.jss-content .stars-div >span { font-size: 15px; text-align: center; display: inline-block; width: 100%; font-weight: 600; color: #ffc52d; margin: 0; }
.recognition-content:after { content: ''; height: 50%; width: 100%; background-color: #edf9ff; position: absolute; top: 0; z-index: -1; }

/*why-choose-wpweb */
.why-choose-wpweb { padding-bottom: 20px; padding-top: 50px; }
.why-choose-wpweb-wrap > div { width: 50%; }
.choose-box { -webkit-box-shadow: -1px 2px 15px 7px rgba(21, 21, 21, 0.09); -moz-box-shadow: -1px 2px 15px 7px rgba(21, 21, 21, 0.09); box-shadow: -1px 2px 15px 7px rgba(21, 21, 21, 0.09); border-radius: 17px; height: 165px; background-color: #fff; overflow: hidden; position: relative; }
.choose-box .number { line-height: normal; text-align: center; font-size: 17px; text-transform: capitalize; font-weight: 500; padding: 15px 17px 0; }
.choose-box .number strong { font-weight: 600; font-size: 28px; display: block; }
.choose-box .icon { margin-left: auto; width: 50px; height: 50px; text-align: right; position: relative; z-index: 1; padding: 15px 19px  0 0; }
.choose-box .icon img { width: 100%; height: 100%; object-fit: contain; transition: all 400ms ease; }
.choose-box .icon:after { width: 60px; height: 63px; background-color: #c368f7; border-radius: 12px; margin-left: auto; content: ''; position: absolute; right: 6px; z-index: -1; top: -9px; opacity: 0; transition: all 400ms ease; transform: translateY(-60px); }
.choose-box:after { content: ''; width: 90%; background-color: #c368f7; height: 5px; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -2px; opacity: 0; transition: all 0.8s ease-in-out; transform-origin: 0 50%; transform: scaleX(0); }
.why-choose-left-wrap { width: calc(33.33% - 00px); max-width: 165px; margin-right: 30px; height: 165px; }
.choose-box:hover .icon:after { opacity: 1; transform: translateY(0); }
.choose-box:hover::after { opacity: 1; transform: scaleX(1); }
.choose-box:hover .icon img { filter: brightness(0) invert(1); }
.why-choose-left .why-choose-left-wrap:nth-child(1), .why-choose-left .why-choose-left-wrap:nth-child(4), .why-choose-left .why-choose-left-wrap:nth-child(7) { margin-top: -40px; }
.why-choose-left .why-choose-left-wrap:nth-child(2), .why-choose-left .why-choose-left-wrap:nth-child(5), .why-choose-left .why-choose-left-wrap:nth-child(8) { margin-top: 30px; }
.why-choose-left { display: flex; flex-wrap: wrap; margin-top: 20px; justify-content: flex-start; display: flex; flex-wrap: wrap; margin-top: 82px; margin-bottom: 40.5px; }
.why-choose-left .wrap-div { width: 33.33%; }
.why-choose-right h2 { font-weight: 600; padding-bottom: 20px; }
.why-choose-right .content { padding-right: 40px; padding-bottom: 10px; }
.why-choose-left .why-choose-left-wrap:nth-child(2), .why-choose-left .why-choose-left-wrap:nth-child(5), .why-choose-left .why-choose-left-wrap:nth-child(8) { margin-top: 25px; }
.why-choose-left .why-choose-left-wrap:nth-child(3), .why-choose-left .why-choose-left-wrap:nth-child(6), .why-choose-left .why-choose-left-wrap:nth-child(9) { margin-top: -60px; margin-right: 0px; }
.choose-box .icon svg { width: 29px !important; height: 29px; }
/*.why-choose-wpweb:before { bottom: -180px; top: auto; }*/
.why-choose-left-wrap:nth-child(2) .choose-box .icon::after, .why-choose-left-wrap:nth-child(2) .choose-box:after { background-color: #f76868; }
.why-choose-left-wrap:nth-child(3) .choose-box .icon::after, .why-choose-left-wrap:nth-child(3) .choose-box:after { background-color: #6880f7; }
.why-choose-left-wrap:nth-child(4) .choose-box .icon::after, .why-choose-left-wrap:nth-child(4) .choose-box:after { background-color: #68dff7; }
.why-choose-left-wrap:nth-child(5) .choose-box .icon::after, .why-choose-left-wrap:nth-child(5) .choose-box:after { background-color: #68b0f7; }
.why-choose-left-wrap:nth-child(6) .choose-box .icon::after, .why-choose-left-wrap:nth-child(6) .choose-box:after { background-color: #f7c568; }
.why-choose-left-wrap:nth-child(7) .choose-box .icon::after, .why-choose-left-wrap:nth-child(7) .choose-box:after { background-color: #79f768; }
.why-choose-left-wrap:nth-child(8) .choose-box .icon::after, .why-choose-left-wrap:nth-child(8) .choose-box:after { background-color: #f79868; }
.why-choose-left-wrap:nth-child(9) .choose-box .icon::after, .why-choose-left-wrap:nth-child(9) .choose-box:after { background-color: #f7688c; }
.choose-box:hover .icon-image { filter: brightness(0) invert(1); }
.why-choose-left .why-choose-left-wrap .icon-image { background: url("../images/download.png"); height: 100%; width: 100%; background-size: auto; margin: 0px auto; }
.why-choose-left .why-choose-left-wrap:first-child .icon-image { background-position: -10px -8px; }
.why-choose-left .why-choose-left-wrap:nth-child(2) .icon-image { background-position: -47px -10px; }
.why-choose-left .why-choose-left-wrap:nth-child(3) .icon-image { background-position: -85px -10px; }
.why-choose-left .why-choose-left-wrap:nth-child(4) .icon-image { background-position: -121px -10px; }
.why-choose-left .why-choose-left-wrap:nth-child(5) .icon-image { background-position: -158px -10px; }
.why-choose-left .why-choose-left-wrap:nth-child(6) .icon-image { background-position: -194px -10px; }
.why-choose-left .why-choose-left-wrap:nth-child(7) .icon-image { background-position: -226px -10px; }
.why-choose-left .why-choose-left-wrap:nth-child(7) .icon.diamond-icon { width: 62px; height: 52px; }
.why-choose-left-wrap:nth-child(7) .choose-box .icon::after, .why-choose-left-wrap:nth-child(7) .choose-box:after { background-color: #79f768; }
.why-choose-left .why-choose-left-wrap:nth-child(8) .icon-image { background-position: -280px -10px; }
.why-choose-left .why-choose-left-wrap:nth-child(9) .icon-image { background-position: -321px -8px; }

/*why-choose-sprite*/
.hire-php-developers { padding-top: 75px; }
.developer-sec .content h2 { width: 80%; }
.developer-sec .button-1 { width: 20%; }
.web-development-service { padding-bottom: 45px; }
.web-development-service-main .web-development-service-inner .image-text .service-img img { display: block; }
.our-hiring-models .button-1 a { padding: 8px 34px; border-radius: 50px; }

/*models boxes*/
.models-boxes { margin: 0 -15px 35px; }
.models-boxes .models-boxes-wrap { width: 33.33%; padding: 0 15px; }
.models-boxes .models-boxes-wrap  .inner { background-color: #f8effe; border-radius: 17px; overflow: hidden; padding-top: 35px; height: 100%; }
.models-boxes .models-boxes-wrap .inner figure { width: 68px; height: 68px; margin: 0 auto; }
.models-boxes .models-boxes-wrap .inner figure img { height: 100%; }
.models-boxes .models-boxes-wrap .inner h3 { color: #c368f7; padding: 30px 0; font-size: 30px; line-height: 40px; font-weight: 700; }
.models-boxes .models-boxes-wrap .inner .content { background-color: #c368f7; color: #fff; padding: 15px 19px; height: 100%; }
.models-boxes .models-boxes-wrap .inner .content p { font-weight: 500; line-height: 29px; font-size: 18px; letter-spacing: 1px; margin: 0px; }
.models-boxes .models-boxes-wrap:nth-child(2) .inner { background-color: #fdeff0; }
.models-boxes .models-boxes-wrap:nth-child(2) .inner h3 { color: #f76868; }
.models-boxes .models-boxes-wrap:nth-child(2) .inner .content { background-color: #f76868; }
.models-boxes .models-boxes-wrap:nth-child(3) .inner { background-color: #eff1fe; }
.models-boxes .models-boxes-wrap:nth-child(3) .inner h3 { color: #6880f7; }
.models-boxes .models-boxes-wrap:nth-child(3) .inner .content { background-color: #6880f7; }

/*our hiring*/
.our-hiring-models { padding-top: 50px; padding-bottom: 50px; }
.our-hiring-models .title.center-title { padding-bottom: 40px; }
.our-hiring-models .title.center-title h2 { padding-bottom: 20px; }
.our-hiring-models.overlay::after { opacity: 78%; }
.interview-schedule .title { max-width: 1000px; margin: 0 auto; }
.interview-schedule .title h2 { padding-bottom: 30px; }
.interview-schedule .title p { max-width: 800px; margin: 0 auto 40px; }
.service-case-studies-main { margin: 0 -15px; }
.service-case-studies-main .service-case-studies { width: 50%; padding: 0 15px; }
.service-case-studies-main .service-case-studies .service-case-studies-img { height: 350px; border-radius: 12px; transition: all 400ms ease; overflow: hidden; }
.service-case-studies-box:hover .service-case-studies-img { box-shadow: 1.928px 2.298px 31.5px 3.5px rgba(21, 21, 21, 0.06); }
.service-case-studies-main .service-case-studies .service-case-studies-img figure { height: 100%; width: 100%; overflow: hidden; }
.service-case-studies-main .service-case-studies .service-case-studies-img figure:hover img { transform: scale(1.1); }
.service-case-studies-main .service-case-studies .service-case-studies-img figure img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; transition: all 400ms ease; transform: scale(1); }
.service-case-studies-wrap { padding: 50px 0px 50px; box-shadow: 0 0 4px 0 rgb(60 65 140 / 6%), 0 12px 25px 0 rgb(60 65 140 / 7%); }
.service-case-studies-wrap .sub-title { padding-bottom: 20px; }
.service-case-studies-main .service-case-studies .service-case-studies-content { padding-top: 20px; padding-bottom: 50px; }
.service-case-studies-main .service-case-studies .service-case-studies-content .service-case-studies-category { display: inline-flex; flex-wrap: wrap; width: 100%; justify-content: space-between; }
.service-case-studies-main .service-case-studies .service-case-studies-content .service-case-studies-category p { margin-bottom: 0px; line-height: 23px; }
.service-case-studies-main .service-case-studies .service-case-studies-content .service-case-studies-category p:first-child { font-weight: bold; font-size: 20px; color: #3e3e41; text-align: left; }
.service-case-studies-main .service-case-studies .service-case-studies-content .service-case-studies-category p.category { color: #b2b2b2; text-align: right; font-weight: 500; font-size: 12px; text-transform: uppercase; }
.service-case-studies-main .service-case-studies .service-case-studies-content .case-studies-desc p { color: #3f3f3f; font-size: 15px; line-height: 23px; }
.service-case-studies-main .service-case-studies .service-case-studies-content .case-studies-desc { margin: 20px 0px; }

	/*case*/
.case-study-tech { display: inline-flex; width: 100%; position: absolute; bottom: 0; left: 0; right: 0; height: 42px; }
.case-study-tech .case-study-btn { width: 90%; }
.case-study-tech .case-study-btn a { transition: all 500ms ease-in-out; color: #b2b2b2; font-weight: 500; border: 1px solid rgb(63, 63, 63); padding: 0px 15px; display: inline-block; text-align: center; border-radius: 25px; text-transform: uppercase; margin-right: 5px; margin-bottom: 10px; cursor: pointer; }
.case-study-tech .case-study-btn a:last-child { margin-right: 0px; }
.case-study-tech .country-flag { width: 10%; text-align: right; }
.case-study-tech .country-flag figure { height: 13px; width: 21px; float: right; }
span.c-tooltip { visibility: hidden; width: auto; background-color: #0095d8; color: #fff; text-align: center; border-radius: 15px; padding: 0px 10px;  /* Position the tooltip */ position: absolute; z-index: 1; font-size: 12px; top: 30px; right: 0px; }
.case-study-tech .country-flag figure:hover span.c-tooltip { visibility: visible; }
.service-case-studies-main .service-case-studies .service-case-studies-box { position: relative; height: 100%; }
.service-case-studies:nth-child(2n + 1) .service-case-studies-img { background-color: #ffcf85; }
.service-case-studies:nth-child(2n + 2) .service-case-studies-img { background-color: #ff8584; }
.case-study-tech .case-study-btn a:hover { box-shadow: 0px 7px 12.09px 0.91px rgb(0 0 0 / 20%); }
.service-case-studies-main .service-case-studies .service-case-studies-content .service-case-studies-category .case-study-btn a { font-size: 14px; font-weight: 400; border: 1px solid transparent; border-radius: 15px; padding: 6px 10px; background-color: #edf9ff; color: #0095d8; width: auto; line-height: normal; margin-right: 5px; display: inline-block; }
.service-case-studies-main .service-case-studies-content .case-study-btn a.sub-sub-category { background-color: rgba(248, 39, 94, .1); color: #f8275e; }
.service-case-studies-main .service-case-studies-content .case-study-btn a:hover { box-shadow: 7.071px 7.426px 26.39px 2.61px rgb(21 21 21 / 8%); }
.our-clients { background-color: #f6f7fa; position: relative; padding: 50px 0 50px; }
.our-clients .title { padding-bottom: 30px; }
.our-clients-section { margin: 0 -15px; }
.our-clients-section  .card { border-radius: 17px; position: relative; overflow: hidden; width: calc(50% - 30px); margin: 0 15px; }
.our-clients-section .card .content { position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 40px 40px 10px 40px; display: flex; flex-wrap: wrap; z-index: 1; }
.our-clients-section .ply-btn { width: 58px; height: 58px; margin-left: auto; opacity: 0; transition: all 400ms ease; transform: scale(0.5); }
.our-clients-section .ply-btn img { width: 100%; height: 100%; }
.our-clients-section .card .content .card-body { position: absolute; bottom: 10px; color: #fff; }
.our-clients-section .card img { width: 100%; height: 100%; object-fit: cover; }
.our-clients-section .card figure:after { opacity: 1; content: ''; position: absolute; background-color: #040404; top: 0; left: 0; bottom: 0; right: 0; transition: all 400ms ease; background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); }
.our-clients-section .card figure { height: 100%; position: relative; border-radius: 17px; overflow: hidden; }
.our-clients .button-2 { padding-top: 42px; }
.our-clients-section .card figure { height: 100%; }
.our-clients-section .card figure img { max-width: 100%; height: 100%; }
.our-clients-section .card:hover figure:after { opacity: 1; transform: scale(1); }
.our-clients-section .card:hover .content .ply-btn { opacity: 1; transform: scale(1); }
.our-clients-section .card .content .card-body p:first-child { font-size: 26px; line-height: 40px; margin-bottom: 0px; }
.our-clients-section .card .content .card-body p:last-child { font-size: 22px; font-weight: 500; line-height: 40px; }
.get-started { padding: 50px 0; }
.get-started .d-flex { max-width: 85%; margin: 0 auto; }
.get-started .images { width: 190px; height: 250px; }
.get-started .left-content { width: calc(100% - 190px); padding-left: 104px; }
.get-started .left-content h3 { color: #fff; font-size: 26px; line-height: 40px; font-weight: 500; padding-bottom: 30px; }
.technologies-map-section { background-color: #ECF9FF; padding: 50px 0; }
.work-globe-map-main .title { width: 40%; }
.technologies-map-des { width: 60%; padding-left: 50px; }
.across { padding: 50px 0px; }
.across-left { width: 40%; padding-right: 30px; }
.across-right { width: 60%; }
.across-text { color: rgb(18 18 18 / 80%); font-size: 16px; font-weight: 500; padding-bottom: 30px; line-height: 27px; }
.across-text a { color: #0091D4; }
.across-image img { width: 100%; height: 100%; object-fit: contain; }
.get-in-touch h4 { font-size: 20px; line-height: 25px; color: #0091D4; text-transform: capitalize; padding-bottom: 20px; }
.get-in-touch ul li a, .get-in-touch ul li { color: #414141; font-size: 16px; line-height: 24px; transition: all 400ms ease; }
.get-in-touch ul li a:hover { color: #0095d8; }
.get-in-touch ul li {  display: flex; flex-wrap: wrap; align-items: center; }
.get-in-touch ul img { width: 21px; height: 29px; object-fit: contain; margin-right: 12px; }
.loader { border: 5px solid #ffffff; border-top: 5px solid #268eff; border-radius: 50%; display: none; z-index: 22; width: 30px; height: 30px; animation: spin 0.5s linear infinite; background: radial-gradient(circle at center, transparent 0%, transparent, #888888 105%); }
@keyframes spin {
	from { transform: rotate(0deg); left: -700px; }
	to { transform: rotate(360deg); left: 2500px; }
}
.get-in-touch ul li:nth-child(1) { align-items: baseline; }
.get-in-touch ul li:nth-child(1) img { position: relative; top: 15px; }
.across-image { padding-left: 20px; }
.copy-right-text { padding: 15px 0; background-color: #414141; font-size: 18px; line-height: 25px; color: #fff; font-weight: 400;}
.get-in-touch { padding-bottom: 30px; max-width: 96%; margin: 0 auto; }
.get-in-touch ul li:last-child img { width: 26px; }

.backend-development-section { padding: 50px 0; }
.backend-development-wrap { padding-top: 30px; }
.backend-development-wrap .mobile-image { display: none; }

/*================== Pricing ================*/

/* Panel */
.accordion-panel { margin: 0; padding-bottom: .8rem; display: none; }
.php-development-services-in-india-wrap h2 { text-align: center; }
.php-development-services-in-india-wrap p { color: rgba(65, 65, 65, 80%); text-align: center; padding-bottom: 50px; }


.pricing-and-plans { box-shadow: 0 0 #00000070; padding-top: 70px; padding-bottom: 0; padding-left: 15px; padding-right: 15px; z-index: 1;
    position: relative;}
.pricing-and-plans h2.uagb-heading-text { margin-bottom: 5px; text-align: center; }
.pricing-and-plans p.uagb-desc-text { color: rgba(65, 65, 65, .8); margin-bottom: 15px; text-align: center; }
.pricing-and-plans .wp-block-uagb-advanced-heading.uagb-block-34efc284 { padding-bottom: 20px; }
.pricing-and-plans .pricing-section { box-shadow: none; margin-top: 0; display: flex; flex-direction: column; }
.pricing-and-plans .discount { min-width: unset; margin: 0 auto; width: 100%; }
.pricing-and-plans ul.discount { max-width: 442px; display: flex; align-items: center; justify-content: center; padding: 0; }
.pricing-and-plans ul.discount li { width: 33.33%; display: inline-block; font-size: 16px; line-height: 20px; text-align: center; color: #414141; margin-bottom: 5px; }
.pricing-and-plans ul.discount li strong { color: #0091d4; }
.pricing-and-plans .pricing-section ul.uagb-tabs__panel { box-shadow: 10px 10px 30px #aeaeae33; border: 1px solid #0091d4; border-radius: 4px; margin-bottom: 7px !important; position: relative; z-index: 9; justify-content: center; padding: 0; display: flex; align-items: center; flex-direction: row; max-width: 100%; flex-wrap: wrap; margin: 0 auto; }
.pricing-and-plans .pricing-section ul.uagb-tabs__panel li { margin: 0 !important; border: none !important; }
.pricing-and-plans .pricing-section ul.uagb-tabs__panel li.uagb-tabs__active { background-color: #0091d4; color: #fff !important; }
.pricing-and-plans .pricing-section ul.uagb-tabs__panel li a { border: none; font-size: 17px; line-height: 26px; color: #0091d4; padding: 7px 40px !important; align-items: center; display: flex; }
.pricing-and-plans .pricing-section ul.uagb-tabs__panel li.uagb-tabs__active a { color: #fff !important; }

.pricing-and-plans .pricing-section .uagb-tabs__body-wrap { padding: 0 !important; border: none !important; max-width: 100%; }
.pricing-and-plans .most-populer-table { background-color: transparent; border-spacing: 0; margin-top: 20px; }
.most-populer-table td { background-color: transparent!important;}
.pricing-and-plans .pricing-section table { border-spacing: 0; width: 100%; border-radius: 10px 10px 10px 10px; overflow: hidden; box-shadow: 3px 4px 30px #aeaeae40; }

.pricing-and-plans .most-populer-table table td { border: none; }
.pricing-and-plans .pricing-section td { border: 0.5px solid; padding: 14px 10px; text-align: center; border-left: 0; border-bottom: 0; position: relative; }
.pricing-and-plans .pricing-section tbody tr:first-child td { color: #0091d4; font-size: 24px; font-weight: 600; width: 244px; }
.pricing-and-plans .most-populer-table td.active { background-color: #0091d4 !important; color: #fff !important; border-radius: 10px 10px 0 0; }
.pricing-and-plans .pricing-section table { border-spacing: 0; width: 100%; border-radius: 10px 10px 10px 10px; overflow: hidden; box-shadow: 3px 4px 30px #aeaeae40; }
.pricing-and-plans .pricing-section thead { background: #414141; color: #fff; border-radius: 10px 10px 0 0; }
.pricing-and-plans .pricing-section thead th { padding: 14px 0; border-right: 1px solid rgba(255, 255, 255, .5); font-size: 20px !important; line-height: 30px; font-weight: 500 !important; text-align: center; text-transform: uppercase; width: 244px; }
.pricing-and-plans .pricing-section tfoot td { padding: 25px 0; }
.pricing-and-plans .pricing-section tfoot td:first-child { border-radius: 0 0 0 10px; }
.pricing-and-plans .pricing-section tbody tr td:last-child { border-right: 0; }
.pricing-and-plans .pricing-section tfoot td:last-child { border-right: 0; }
.pricing-and-plans .most-populer-table table { border-radius: 0; box-shadow: none; }
.pricing-and-plans .uagb-tabs__wrap .uagb-tabs__body-container { display: none; }
.pricing-and-plans .uagb-tabs__wrap .uagb-tabs__body-container.uagb-tabs-body__active { display: block; background-color: #fff;}
.pricing-and-plans .pricing-section tfoot a { border: 1px solid #0091d4; border-radius: 50px; padding: 7px 30px; display: inline-block; line-height: normal; transition: .4s; color: #0095d8; }
.pricing-and-plans .pricing-section tfoot a:hover { background-color: #0091d4; color: #fff; }
.pricing-and-plans .pricing-section tbody tr td:nth-child(4) { background-color: #f6fdff; }
.pricing-and-plans .pricing-section tfoot tr td:nth-child(4) a { background-color: #0095d8; color: #fff; }
.mobile-pricing { display: none; }
.get-every-plan {
    padding: 60px 20px 0;
}

.custom-pricing-main-section.custom-pricing { box-shadow: 0px 0px #00000070; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; margin-left: 0px; margin-right: 0px; row-gap: 0px; column-gap: 0px;    /* border-color: inherit; */ background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; background-attachment: scroll; background-image: url(https://d2yn3p1o2oplij.cloudfront.net/2023/12/Custom-pricing.png); background-clip: padding-box; flex-direction: column; align-items: center; justify-content: center; flex-wrap: nowrap; display: flex; margin-top: -89px; /*z-index: -1;*/ position: relative; }
.custom-pricing-main-section.custom-pricing .wp-block-uagb-container.uagb-block-6a76c601 { padding: 149px 0 60px; }
.custom-pricing-main-section.custom-pricing .custom-pricing-section { display: flex; align-items: center; justify-content: space-between; }
.custom-pricing-main-section.custom-pricing .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow { flex-basis: 66.66%; }
.custom-pricing-main-section.custom-pricing .custom-pricing-section h2 { padding-bottom: 15px; }
.custom-pricing-main-section.custom-pricing .custom-pricing-section h2 span { color: #0091d4; }
.custom-pricing-main-section.custom-pricing .custom-pricing-section p { font-size: 20px; line-height: 32px; font-weight: 500; }
.custom-pricing-main-section.custom-pricing .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:last-child { flex-basis: 33.33%; }
.custom-pricing-main-section.custom-pricing .custom-pricing-section .wp-block-buttons { display: flex; justify-content: flex-end; }
.custom-pricing-main-section.custom-pricing .custom-pricing-section .wp-block-buttons a.wp-element-button { background-color: #0091d4; padding: 7px 30px; color: #fff; border-radius: 24px; border: 1px solid #0091d4; transition: .4s; }
.custom-pricing-main-section.custom-pricing .custom-pricing-section .wp-block-buttons a.wp-element-button:hover { background-color: transparent; color: #0091d4; transition: .4s; }

/*14-02-24*/
.scale-up-sec .staff-augmentation-left { width: 53%; }
.scale-up-sec .display-flex { align-items: center; }
.scale-up { text-align: center; width: 100%; }
.scale-up-sec .description p { font-size: 18px; line-height: 30px; padding-bottom: 5px; }
h2.wp-block-heading.benifits-wad-title.text-align { text-align: center; }
p.benifits-wad-desc.text-align { text-align: center; }
.uagb-block-c144df96.wp-block-uagb-columns.uagb-columns__wrap { padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; margin-top: 0; margin-bottom: 0; }
.wpinfo-remove-width .uagb-columns__inner-wrap { max-width: 100%; width: 100%; }
.wp-block-uagb-column .uagb-column__wrap.uagb-column__background-undefined { border-style: none; width: 33.33%; padding: 10px; }
.uagb-columns__inner-wrap.uagb-columns__columns-3 { display: flex; flex-wrap: wrap; }
.benifits-wad-sec .uagb-columns__columns-3 .eb-feature-list-left { justify-content: flex-start; display: flex; padding: 10px; }
.eb-feature-list-items { list-style-type: none !important; margin: 0 !important; padding: 0 !important; text-align: center; }
.eb-feature-list-items .eb-feature-list-item { position: relative; display: flex; }
.benifit-icons-left-col .eb-feature-list-items li { align-items: center !important; }
.benifit-icons-left-col .eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child) { padding: 10px 0 !important; }
.eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box { transition: all .5s; z-index: 2; }
.eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon-inner { background-color: #37368e; box-sizing: border-box; display: inline-flex; transition: all .5s; }
.eb-feature-list-items.circle .eb-feature-list-icon-box .eb-feature-list-icon-inner, .eb-feature-list-items.circle .eb-feature-list-icon-box .eb-feature-list-icon-inner .eb-feature-list-icon { border-radius: 50%; }
.benifit-icons-left-col .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon-inner { background-color: #fff !important; box-shadow: 0 0 30px #aeaEAE4D !important; }
.eb-feature-list-q7smcmb.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon-inner { background-color: var(--eb-global-primary-color); transition: border .5s, border-radius .5s, box-shadow .5s; }
.benifit-icons-left-col .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon-inner { background-color: #fff !important; box-shadow: 0 0 30px #aeaeae4d !important; }
.eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon { align-items: center; box-sizing: border-box; color: #37368e; display: inline-flex; display: flex; font-size: 30px; justify-content: center; line-height: 1; padding: 0.5em; text-align: center; transition: all .5s; }
.eb-feature-list-q7smcmb.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon { height: 60px; width: 60px; font-size: 21px; padding-top: 15px; padding-right: 15px; padding-left: 15px; padding-bottom: 15px; color: var(--eb-global-background-color); }
.eb-feature-list-items.circle .eb-feature-list-icon-box .eb-feature-list-icon-inner, .eb-feature-list-items.circle .eb-feature-list-icon-box .eb-feature-list-icon-inner .eb-feature-list-icon { border-radius: 50%; }
.eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-img { font-size: 8px; line-height: 1; max-width: inherit; }
.eb-feature-list-q7smcmb.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon img { height: 21px; width: 21px; }
.eb-feature-list-q7smcmb.eb-feature-list-wrapper.-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box { margin: 0 0 0 20px !important; }
.eb-feature-list-q7smcmb.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-title { margin-bottom: 5px; margin-top: -2px; font-size: 18px !important; color: #414141 !important; line-height: 24px !important; font-weight: normal !important; }
.eb-feature-list-75kx892.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon { height: 60px; width: 60px; font-size: 21px; padding-top: 15px; padding-right: 15px; padding-left: 15px; padding-bottom: 15px; color: #fff; }
.benifit-icons-center-col .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon-inner { background-color: #fff !important; box-shadow: 0 0 30px #aeaeae4d !important; }
.benifit-icons-center-col .eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child) { padding: 10px 0 !important; }
.benifit-icons-center-col .eb-feature-list-items li { align-items: center !important; }
.eb-feature-list-75kx892.eb-feature-list-wrapper.-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box { margin: 0 0 0 20px !important; }
.benifit-icons-right-col .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon-inner { background-color: #fff !important; box-shadow: 0 0 30px #aeaeae4d !important; }
.benifit-icons-right-col .eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child) { padding: 10px 0 !important; }
.eb-feature-list-yd1acrz.eb-feature-list-wrapper.-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box { margin: 0 0 0 20px !important; }
.eb-feature-list-75kx892.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child) { padding-top: calc(10px); }
.benifits-wad-sec .uagb-columns__columns-3 .eb-feature-list-content-box h3 { font-size: 18px !important; color: #414141 !important; line-height: 24px !important; font-weight: normal !important; }
.eb-feature-list-q7smcmb.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child) { padding-top: calc(10px); }
.eb-feature-list-75kx892.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child) { padding-top: calc(10px); }
.eb-feature-list-yd1acrz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child) { padding-top: calc(10px); }
.eb-feature-list-yd1acrz.eb-feature-list-wrapper { margin-top: 28px; margin-right: 0; margin-left: 0; margin-bottom: 0; padding: 10px; transition: all .3s, background .5s, border .5s, border-radius .5s, box-shadow .5s; }
.benifits-wad-sec .uagb-columns__columns-3 .eb-feature-list-left { margin-top: 0; padding-top: 0; }

.diverse-php-development { display: none; box-shadow: 0 0 #00000070; padding-top: 50px; padding-bottom: 50px; padding-left: 15px; padding-right: 15px; row-gap: 20px; column-gap: 20px; overflow: visible; border-color: inherit; background-color: #fafbfc; }
.diverse-php-development .sample-task-section .has-text-align-center { text-align: center; }
.diverse-php-development p.has-text-align-center { color: rgba(65, 65, 65, 80%); }
.diverse-php-development .sample-task-wrap { padding-top: 15px; }
.diverse-php-development .sample-task-wrap>div { display: flex; flex-wrap: wrap; }
.diverse-php-development .accord-sec-weap { width: 50%; border-bottom: 1px solid rgba(65, 65, 65, .3); border-right: 1px solid rgba(65, 65, 65, .3); }
.diverse-php-development .accord-sec-weap h4 { color: #0091d4; font-size: 22px; font-weight: 500; margin-top: 25px !important; position: relative; padding-bottom: 16px; }
.diverse-php-development ul.accord-sec-weap-list { padding-left: 20px; padding-right: 20px; padding-bottom: 35px; }
.diverse-php-development ul.accord-sec-weap-list li { color: rgba(65, 65, 65, .8); font-size: 16px; line-height: 35px; font-weight: 500; list-style: none; position: relative; }
.diverse-php-development ul.accord-sec-weap-list li:before { content: ''; background-image: url('https://wpwebinfotech.com/wp-content/themes/wpwebinfotech/images/list-arrow.png'); background-repeat: no-repeat; background-size: contain; background-position: center; width: 10px; height: 11px; position: absolute; left: -20px; top: 11px; }
.diverse-php-development .accord-sec-weap:nth-child(2n) { padding-left: 33px; border-right: 0; }
.diverse-php-development .accord-sec-weap:nth-child(3), .diverse-php-development .accord-sec-weap:nth-child(4) { border-bottom: 0; }

/*05-04-24*/
.banner.overlay > .container {
    position: relative;
    z-index: 1;
}
.banner-bottom{
	z-index:0;
}
.banner-btn {gap: 30px;}
.banner-btn a {
    text-transform: capitalize;
}
.service-case-studies-wrap .sub-title{
	align-items: center;
	justify-content: space-between;
}
.service-case-studies-wrap .view-all a{
    background: #0091d4 0 0 no-repeat padding-box;
    box-shadow: 10px 10px 30px #aeaEAE33;
    border-radius: 30px;
    padding: 7px 30px !important;
    color: #fff;
    line-height: 26px;
    font-size: 17px;
    border: 2px solid transparent;
    transition: .4s;
    border-color: #0095d8;
}
.service-case-studies-wrap .view-all a:hover{
	background: transparent;
	color: #0091d4;
	border-color: #0095d8;
}
.service-case-studies-wrap .sub-title h2 {
    padding-bottom: 0;
}
.banner-bottom {
    z-index: 0;
}

.banner.overlay  .container{
    position: relative;
    z-index: 1;
}


/*responsive*/
@media (min-width: 1025px) {
	.-icon-position-left .eb-feature-list-item {
	    display: flex;
	    flex-direction: row;
	    text-align: left;
	    align-items: center;
	    min-height: 80px; 
	}
}


@media (max-width:1199px) {
    .header-logo { width: 165px; height: 46px; }
	.container { max-width: 960px; }
	.web-solutions-btn.d-flex a .solutions-btn { width: 500px; }
	h2 { font-size: 26px; line-height: 36px; }
	.why-choose-left-wrap { max-width: 132px; height: auto; }
	.choose-box .number { font-size: 14px; padding-top: 15px; }
	.choose-box .number { padding: 15px 13px 0; }
	.choose-box .number strong { font-size: 18px; }
	.web-solutions-btn .solutions-btn h3 { font-size: 18px; }
	.banner-bottom { height: 117px; }
	.width50 { width: 100%; }
	.banner { height: auto; }
	.banner-form-section { margin: 0 auto; }
	.banner-content h1 { font-size: 27px; line-height: 37px; }
    .banner-content { padding-top:40px; padding-right: 0; }
    .header-menu ul li a { padding: 0px 9px; font-size: 14px }
    .hire-trusted-by-wrap .hire-trusted-by-title { width: 100%; text-align: center; }
    .hire-trusted-by-wrap { justify-content: center; }
    .get-started .left-content { padding-left: 30px; }
    .get-started .images img { width: 100%; height: 100%; }
    .get-started .images { width: 140px; height: auto; }
    .get-started .d-flex { max-width: 100%; }

    .pricing-and-plans .pricing-section tfoot a { padding: 7px 10px; }

    /*05-04-24*/
	.banner-btn.display-flex.flex-wrap {
    	padding-bottom: 30px;
    }


}
@media (max-width:1024px) {
	.choose-box .icon:after { opacity: 1; transform: translateY(0); }
	.choose-box::after { opacity: 1; transform: scaleX(1); }
	.choose-box  .icon-image { filter: brightness(0) invert(1); }
	.web-development-service-main .web-development-service-wrap .web-development-service-inner::after { opacity: 1; transform: scaleX(1); }
	.pricing-and-plans .pricing-section tfoot a {padding: 7px 15px;}
	.benifits-wad-sec .eb-feature-list-q7smcmb.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-title { text-align: left; font-size: 15px !important; line-height: 20px !important; }
	.benifits-wad-sec .uagb-columns__columns-3 .eb-feature-list-content-box h3 { text-align: left;  font-size: 15px !important;}
	.eb-feature-list-items .eb-feature-list-item{align-items: center;}
	.get-every-plan { padding: 20px;}

}
@media (max-width:991px) {
	.container { max-width: 720px; }
	.web-solutions-btn.d-flex a .solutions-btn figure { width: 40px; height: 40px; }
	.web-solutions-btn.d-flex a .solutions-btn p { text-align: left; padding-left: 15px; }
	.web-solutions-inner { flex-direction: column-reverse !important; }
	.web-solutions-inner .right, .web-solutions-inner .left { width: 100%; }
	.web-solutions-inner .left { padding-top: 0px; padding-left: 20px }
	.web-solutions-btn.d-flex a .solutions-btn { width: 100%; }
	.web-solutions-btn .solutions-btn { width: 100%; padding: 0; }
	.web-solutions-btn { margin: 0; }
	.web-solutions { padding-bottom: 50px; }
	.web-solutions-inner .right { width: 100%; margin-top: 0; margin-bottom: 20px; }
	.web-solutions-inner { margin: 0; flex-direction: column-reverse; }
	.web-solutions-inner .left { width: 100%; padding: 0; }
	.web-development-service-main .web-development-service-wrap { width: 50%; }
	.why-choose-wpweb-wrap > div { width: 100%; margin-bottom: 30px; }
	.web-solutions-btn .solutions-btn .solutions-div { width: 100%; }
	.web-solutions-btn .solutions-btn h3 { font-size: 15px; line-height: normal; }
	.task-image-content:after, .task-image-content:before { content: ''; display: block; height: 26%; width: 5px; position: absolute; top: 164px; left: 0; right: 0; margin: 0 auto; background-image: url(../images/arrow-1.1-new.png); background-position: center; }
	.task-image-content:before { content: ''; background-position: top; top: auto; display: block; bottom: -49px; width: 15px; }
	.web-development-service-main .web-development-service-wrap .web-development-service-inner { padding: 15px; }
	.why-choose-wpweb-wrap > div { width: 100%; margin-bottom: 30px; }
	.why-choose-left-wrap { height: auto; }
	.why-choose-left-wrap { max-width: 204px; }
	.recognition-inner { width: 50%; }
	.recognition-wrap { flex-wrap: wrap; justify-content: center; }
	.stars-div { justify-content: center; }
	.models-boxes .models-boxes-wrap .inner h3 { padding: 15px 0; }
	.models-boxes .models-boxes-wrap .inner .content { padding: 12px; }
	.models-boxes .models-boxes-wrap .inner .content p { letter-spacing: 0px; }
	.service-case-studies-main .service-case-studies .service-case-studies-img { height: 220px; }
	.get-started .left-content h3 { font-size: 19px; line-height: normal; }
	.get-started .left-content { padding-left: 40px; }
	.get-started .images { height: 160px; }
	.get-started .images img { width: 100%; height: 100%; }
	.across-left { width: 100%; padding: 0;}
	.across-right { width: 100%; }
	.get-in-touch ul li { width: 50%; margin-bottom: 17px; }
		.task-image-content:after, .task-image-content:before { content: ''; display: block; height: 26%; width: 5px; position: absolute; top: 164px; left: 0; right: 0; margin: 0 auto; background-image: url(../images/arrow-1.1-new.png); background-position: center; }
	.task-image-content:before { content: ''; background-position: top; top: auto; display: block; bottom: -49px; width: 15px; }
	.hire-trusted-by-wrap .hire-trusted-by-image figure { width: 33.33%; }
	.banner-content .banner-disc {max-width: 100%;}
	.header-menu ul li a { font-size: 13px;   padding: 0 6px;}
	.header-btn a { padding: 2px 10px !important; }
    .header-logo { width: 143px; }

    .pricing-and-plans .pricing-section { width: 100%; overflow: scroll;}
	.pricing-and-plans .pricing-section tbody tr:nth-child(1) td { font-size: 18px;}
	.pricing-and-plans .pricing-section thead th { font-size: 18px !important;}
	.service-tab .tab-menu ul li a { padding: 14px 20px!important }
	.uagb-block-c144df96.wp-block-uagb-columns.uagb-columns__wrap{padding: 0;}
	.benifits-wad-sec .uagb-columns__columns-3 .eb-feature-list-left{padding: 0;}
}
@media (max-width:767px) {
        
	.container { max-width: 540px; }
	.wordPress-solutions .sub-title { padding: 30px 0px; margin: 0 auto 0px; }
	.web-development-service-main .web-development-service-wrap { width: 100%; }
	.web-development-service-main .web-development-service-wrap .web-development-service-inner:hover::after { opacity: 1; transform: scaleX(1); }
	.recognition-inner { width: 50%; margin-bottom: 20px; }
	.recognition-wrap { flex-wrap: wrap; }
	.stars-div { justify-content: center; }
	.recognition-inner figure img { }
	.recognition-inner figure { width: 80px; height: 30px; margin-bottom: 0; }
	.recognition-inner-sec { padding: 15px 15px 0; }
	.why-choose-right .content { padding-right: 0; }
	.why-choose-left .why-choose-left-wrap:nth-child(1), .why-choose-left .why-choose-left-wrap:nth-child(4), .why-choose-left .why-choose-left-wrap:nth-child(7) { margin: 0; }
	.why-choose-left .why-choose-left-wrap:nth-child(2), .why-choose-left .why-choose-left-wrap:nth-child(5), .why-choose-left .why-choose-left-wrap:nth-child(8) { margin: 0; }
	.why-choose-left .why-choose-left-wrap:nth-child(3), .why-choose-left .why-choose-left-wrap:nth-child(6), .why-choose-left .why-choose-left-wrap:nth-child(9) { margin: 0; }
	.why-choose-left-wrap { width: 33.33%; max-width: 100%; padding: 0 5px 15px; }
	.why-choose-wpweb-wrap > div { margin-top: 10px; }
	.models-boxes .models-boxes-wrap { width: 100%; margin-bottom: 30px; }
	.service-case-studies-main .service-case-studies { width: 100%; margin-bottom: 20px; }
	.our-clients { padding-top: 40px; }
	.case-study-tech { position: inherit; height: auto;}
	.service-case-studies-main .service-case-studies .service-case-studies-content { padding-bottom: 20px;}
	.service-case-studies-wrap { padding-bottom:0px; }
	.our-clients-section { margin: 0; }
	.our-clients .button-2{ padding-top: 12px; }
	.our-clients-section .card { width: 100%; margin-bottom: 30px; }
	.get-started .images { width: 100%; }
	.get-started .left-content { width: 100%; text-align: center; padding: 0; }
	.get-in-touch ul li { width: 100%;margin-bottom: 8px; } 
	.banner-bottom { height: 50px; }
	.banner-form-section form ul { padding: 15px; gap: 8px 14px;}
	.banner-form-section form ul li { width: calc(50% - 7px); }
	.banner-form-section h2 { padding: 15px; text-align: center;}
	.banner-content { text-align: center; }
    a.menulinks i { display: inline; position: relative; top: -2px; margin-left: 0; -webkit-transition-duration: 0s;  -webkit-transition-delay: .2s; -moz-transition-duration: 0s;  -moz-transition-delay: .2s; transition-duration: 0s;  transition-delay: .2s; }
    a.menulinks i:before, a.menulinks i:after { position: absolute; content: ''; left:0; }
    a.menulinks i, a.menulinks i:before, a.menulinks i:after {width: 29px;height: 2px;background-color: #fff;display: inline-block;}
    a.menulinks i:before {margin-top: -8px;-webkit-transition-property: margin, -webkit-transform;-webkit-transition-duration: .2s;-webkit-transition-delay: .2s, 0;}
    a.menulinks i:after {margin-top: 8px;-webkit-transition-property: margin, -webkit-transform;-webkit-transition-duration: .2s;-webkit-transition-delay: .2s, 0;}
    .mobile-open a.menulinks i { background-color: rgba(0, 0, 0, 0.0);  -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.menulinks i:before { margin-top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.menulinks i:after { margin-top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);  -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }

    .banner { padding-bottom: 75px; }
    .header-btn { padding: 0; }
    .header.sticky a.menulinks i, .header.sticky  a.menulinks i:before, .header.sticky a.menulinks i:after { background-color: #000; }
	.header-menu ul { display: flex; justify-content: flex-start; flex-direction: column; position: absolute; left: 0; top: 100%; display: none; padding: 10px 0; background: #000; width: 100%; }
	.header-menu ul li a { padding: 12px 16px !important; width: 100%; display: inline-block; }
	.header-menu ul { background: #000; width: 100%; }
	.banner { padding-top: 90px; }
	.hire-trusted-by-wrap .hire-trusted-by-image figure { width: 33%; display: flex; height: 60px; padding: 0 10px; margin: 10px 0; }
	.hire-trusted-by-wrap { justify-content: center; }
	.get-started .d-flex { max-width: 100%; }
	.banner-form-section form ul li.submit { text-align: center; justify-content: center; }
	.banner-form-section form ul li.submit p { margin: 6px 0; }
	.banner-form-section form ul li.ajax-msg { position: inherit; }
	.hire-trusted-by-wrap .hire-trusted-by-image { width: 100%; }
	.hire-trusted-by-main { padding-top: 20px; }
	.web-solutions { padding-top: 30px; }
    .why-choose-wpweb { padding-bottom: 10px; }
    .copy-right-text { font-size: 14px; }
    .get-in-touch { max-width: 100%; }
    .across-image { padding: 0; }
    .our-clients-section .card .content { padding: 30px 26px 10px 20px; }
    .our-clients-section .card figure { height: 234px; }
    .header.sticky .header-menu ul li a { color: #fff; }
    li.header-btn a { background-color: transparent; padding: 0 !important; box-shadow: none; }
    .header-menu ul { padding: 1.875rem 10px 1.875rem 1.25rem; border-top: 1px solid #ffffff3d;}
    .header-menu ul li a { color: #fff; padding: 0.375rem 0 !important; width: 100%; display: inline-block; font-size: 16px; font-weight: 400; line-height: 31px; }
    .mobile-open .header.sticky a.menulinks i { background-color: transparent; }
    .mobile-open .header.sticky { background-color: #000; }
    .mobile-open .header.sticky .fixed-header { display: none; }
    .mobile-open .header.sticky .headerlogo { display: block; }
    .mobile-open .header.sticky  a.menulinks i:aftre { background-color: red; }
    .mobile-open .header.sticky a.menulinks i::after, .mobile-open .header.sticky a.menulinks i::before { background-color: #fff; }
    .our-clients-section .card .content .card-body p:first-child { font-size: 22px; line-height: normal; }
    .our-clients-section .card .content .card-body p:last-child { font-size: 17px; }
    .hire-trusted-by-wrap .hire-trusted-by-title h2 { padding-bottom: 10px; }
    .header-logo { width: 165px; }
    .backend-development-wrap .mobile-image { display: block; }
    .backend-development-wrap .desktop-image { display: none; }
    .header .header-menu ul li a:hover { border: none; }
    .stars-div>span { display: inline-block; width: 100%; }
    .stars-div { flex-wrap: wrap; flex-direction: column-reverse; }

    .header-menu { display: none; }
    .mobile-header-btn {display: block;}
    .header-btn a { padding: 5px 19px !important; }
    footer .footer-btn a:hover{ background-color: #0091d4; border: none; }
    footer .footer-btn { padding: 15px 0; position: fixed; bottom: 0; width: 100%; text-align: center; left: 0; right: 0; margin: 0 auto; z-index: 99; opacity: 0; background-color: rgb(0 0 0 / 70%); visibility: hidden;  transition: all 400ms ease;}
    footer .footer-btn a { background-color: #0091d4; display: inline-block; width: 100%; color: #fff; border-radius: 10px; padding: 10px 10px !important; border: none; }
    .mobile-header-btn.footer-btn.fixed { opacity: 1; visibility: visible; }
    footer .footer-btn .header-btn { max-width: 80%; margin: 0 auto; }
    .footer-visible .mobile-header-btn.footer-btn.fixed { position: sticky; background-color: #414141; padding: 0 0 13px;}

    .pricing-and-plans .pricing-section{display: none;}
	.pricing-and-plans .mobile-pricing { display: block;}
	.pricing-and-plans {width: 100%; background-color: #edf9ff;  padding-left: 0;   padding-right: 0; }
	.pricing-and-plans .pricing-plan {padding-top: 30px; }
	.pricing-and-plans .tab-menu ul { list-style: none; display: flex; margin-bottom: 30px; align-items: flex-end; }
	.pricing-and-plans .pricing-plan .tab-menu .discount-text { display: inline-block; text-align: center; width: 100%; margin-bottom: 10px; }
	.pricing-and-plans .pricing-plan .tab-menu ul li { display: inline-block; width: 33.33%; }
	.pricing-and-plans .pricing-plan .tab-menu ul li a {    font-size: 14px; padding: 7px 15px; color: #3f3f3f; text-align: center; background-color: #fff; display: block; box-shadow: 0 0 15px rgba(0, 0, 0, .15); }
	.pricing-and-plans .pricing-plan .tab-menu ul li a.active { background-color: #0095d8; color: #fff; }
	.pricing-and-plans .Accordion-item:first-child { margin-top: 10px; }
	.pricing-and-plans .plan-accordions .Accordion-item { width: 100%; height: auto; border-bottom: none; -webkit-box-shadow: 0 0 24.5px rgba(0, 0, 0, .13); box-shadow: 0 0 24.5px rgba(0, 0, 0, .13); border-radius: 10px; margin-bottom: 40px; position: relative; background-color: #fff; }
	.pricing-and-plans .plan-accordions .Accordion-item .title-tab { padding: 15px 20px; }
	.pricing-and-plans .plan-accordions .title-tab:before { content: ""; display: block; background: #0195d7 url(https://d2yn3p1o2oplij.cloudfront.net/wp-content/themes/wpwebinfotech/images/arrow-down.png) no-repeat center; width: 40px; height: 40px; position: absolute; border-radius: 50%; bottom: -20px; left: 50%; transform: translateX(-50%); background-position: 10px 15px; }
	.pricing-and-plans .plan-accordions .title-tab.active:before { transform: translateX(-50%) rotate(180deg); }
	.pricing-and-plans .plan-card-top { display: flex; justify-content: space-between; align-items: center; }
	.pricing-and-plans .plan-card-top .plan-card-header { width: 50%; }
	.pricing-and-plans .plan-card-top .plan-card-header h2 { font-size: 19px; line-height: 1; padding-bottom: 0; }
	.pricing-and-plans .plan-card-top .plan-card-price { text-align: right; width: 50%; }
	.pricing-and-plans .plan-card-top .plan-card-price h4 { color: #0095d8; }
	.pricing-and-plans .plan-accordions .plan-card-bottom { text-align: center; font-size: 14px; margin-top: 10px; border-top: 1px solid #b3b3b3; padding-top: 10px; color: #0095d8; }
	.pricing-and-plans .Accordion-item .title-tab.active+.inner-content { padding-bottom: 18px; font-size: 14px; padding-right: 20px; padding: 0 30px 0 50px; border-top: 1px solid #e5e5e5; padding-top: 20px; }
	.pricing-and-plans .plan-accordions .inner-content ul li { position: relative; padding-bottom: 10px; color: rgb(18 18 18 / 80%); }
	.pricing-and-plans .plan-accordions .inner-content ul li:before { content: ""; display: inline-block; background: url(https://d2yn3p1o2oplij.cloudfront.net/wp-content/themes/wpwebinfotech/images/checkmark.png) no-repeat; width: 20px; height: 20px; position: absolute; left: -30px; background-size: 100% auto; top: 5px; }
	.pricing-and-plans .plan-accordions .inner-content ul li a { color: #0095d8; }
	.pricing-and-plans .plan-accordions .inner-content .button-1 { text-align: center; margin: 10px 0; }
	.pricing-and-plans .button-1 a, .pricing-and-plans .button-2 a { display: inline-block; padding: 4px 14px; background-color: #0095d8; border-radius: 20px; color: #fff; font-size: 16px; border: 2px solid transparent; }
	.pricing-and-plans .Accordion-item .title-tab.active+.inner-content { padding-bottom: 18px; }
	.pricing-and-plans .plan-card-top .plan-card-header .most-popular-plan { background-color: #0195d7; padding: 2px 10px; color: #fff; border-radius: 3px; font-size: 14px; margin-bottom: 0; display: inline-block; position: absolute; top: -15px; }
	.plan-accordions .inner-content { font-size: 14px; padding-right: 20px; padding: 0 30px 0 50px; border-top: 1px solid #e5e5e5; padding-top: 20px; padding-bottom: 20px;}

	.get-every-plan .wp-block-uagb-column .uagb-column__wrap.uagb-column__background-undefined { width: 100%;}
	.diverse-php-development .accord-sec-weap { width: 100%; border-right: 0; border-bottom: 1px solid rgba(65, 65, 65, .3); }
	.diverse-php-development .accord-sec-weap:nth-child(2n) { padding-left: 0; }
	.scale-up-sec .description p { font-size: 16px; line-height: 24px; padding-bottom: 5px; }
	.pricing-and-plans .Accordion-item .title-tab.active+.inner-content { padding-bottom: 18px; }
	.pricing-and-plans .button-1 a, .pricing-and-plans .button-2 a { font-size: 14px; line-height: 20px; }
	.custom-pricing-main-section.custom-pricing { margin-top: 0; }
	.custom-pricing-main-section.custom-pricing .wp-block-uagb-container.uagb-block-6a76c601 { padding: 20px 0 30px; }
	.custom-pricing-main-section.custom-pricing .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow { flex-basis: 100%; }
	.custom-pricing-main-section.custom-pricing .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:last-child { flex-basis: 100%; }
	.custom-pricing-main-section.custom-pricing .custom-pricing-section .wp-block-buttons { justify-content: center; }
	.custom-pricing-main-section.custom-pricing .custom-pricing-section p { font-size: 16px; line-height: 25px; }
	.custom-pricing-section { flex-wrap: wrap;}
	.get-every-plan .eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon img { width: 21px; height: 21px; }
	/*05-04-24*/ 
	.banner-btn.display-flex.flex-wrap {
    	justify-content: center;
	}
	.banner-btn a {
	    font-size: 16px;
	    line-height: 26px;
	    padding: 3px 20px;
	}
	.banner-btn {
    	

}

@media (max-width:576px) {
	.container { max-width: 100% ;}
	.recognition-inner {padding: 0 5px; }
	.service-case-studies-wrap .sub-title {
	    flex-wrap: wrap;
	    gap: 20px;
	    justify-content: center;
	}
}


@media (max-width:360px) {
	.recognition-inner {width: 100%;}
}