* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* portfolio page start */

.portfolio_banner {
  background-image: url(../images/our-work.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 680px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.portfolio_banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #00000099;
}
.portfolio_banner_content {
  opacity: 1;
}

.portfolio_banner_content h1 {
  text-align: center;
  font-size: 86px;
  font-weight: 800;
  color: var(--white);
  line-height: 80px;
}

.portfolio_banner_content p {
  color: var(--white);
  width: 59%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}

/* portfolio page end */

/* package page start */

.package_banner {
  background-image: url(../images/packages.jpg);
}
/* package page end */

/* technology page start */

.technology_banner {
  background-image: url(../images/technologies.jpg);
}

.tech_knowledge {
  background-color: var(--dark-black);
  padding: 150px 0px;
}

.tech_knowledge_content h2 {
  font-size: 60px;
  font-weight: 800;
  text-align: center;
  color: var(--white);
}

.techMain {
  left: 37%;
  top: 20%;
}

.techMain1 {
  left: 42%;
  top: 28%;
}

.techMain2 {
  left: 43%;
  top: 28%;
}

.techMain3 {
  left: 41%;
  top: 15%;
}

.techMain4 {
  left: 36%;
  top: 20%;
}

.techMain5 {
  left: 35%;
  top: 20%;
}

.techMain6 {
  left: 37%;
  top: 22%;
}

.techMain7 {
  left: 35%;
  top: 25%;
}

.techMain8 {
  left: 42%;
}

.techMain9 {
  left: 36%;
  top: 17%;
}

.techMain10 {
  left: 35%;
  top: 22%;
}

.techMain11 {
  left: 37%;
  top: 24%;
}

.techMain12 {
  left: 37%;
}

.techMain13 {
  left: 40%;
  top: 22%;
}
/* technology page end */

/* industries_banner page start */

.industries_banner {
  background-image: url(../images/industries.jpg);
}

.industries {
  padding: 150px 0px;
  background-color: var(--dark-black);
}

.industries-content h2 {
  color: var(--white);
  text-align: center;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 80px;
}

.industry-service {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  min-height: 200px;
  margin-bottom: 75px;
  position: relative;
  transition: all ease 0.7s !important;
}

.industry-service:hover {
  background-color: #db0022;
  cursor: pointer;
  min-height: 200px;
}

.industry-service:hover .industry-para p {
  display: block;
}

.industry-service:hover .industry-image {
  position: absolute;
  top: -48px;
  transition: all 0.7s ease;
}

.industry-image h2 {
  font-size: 23px;
  font-weight: 800;
  color: var(--white);
  margin-top: 30px;
}

.industry-service .industry-para p {
  color: var(--white);
  font-size: 13px;
  margin: auto;
  margin-top: 12px;
  display: none;
  transition: all 0.5s ease;
}

.industry-service:hover .industry-para {
  margin-top: 110px;
  padding: 0px 30px;
}

.industry-image {
  position: absolute;
  top: 15%;
}

.industry1 {
  left: 32%;
  top: 20%;
}

.industry-service:hover .industry-para1 {
  margin-top: 75px;
}

.industry2 {
  left: 38%;
  top: 20%;
}

.industry3 {
  left: 20%;
  top: 20%;
}

.industry-service:hover .industry-para2 {
  margin-top: 80px;
}

.industry4 {
  left: 32%;
  top: 22%;
}

.industry5 {
  left: 25%;
  top: 22%;
}

.industry6 {
  left: 24%;
  top: 22%;
}

.industry-service:hover .industry-para3 {
  margin-top: 60px;
}

.industry7 {
  left: 32%;
  top: 22%;
}

.industry-service:hover .industry-para5 {
  margin-top: 40px;
}

.industry-service:hover .industry7 {
  top: -71px;
}

.industry8 {
  left: 33%;
  top: 22%;
}

.industry-service:hover .industry-para6 {
  margin-top: 65px;
}

.industry9 {
  left: 27%;
  top: 22%;
}

.tech_solution {
  padding: 80px 0px;
}

.tech_solution_content h2 {
  font-size: 60px;
  text-align: center;
  color: var(--white);
  font-weight: 800;
}

.tech_solution_content p {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-top: 50px;
}

.tech_solution_content p span {
  display: block;
}

.award-content {
  text-align: center;
}

.award-content h3 {
  color: var(--white);
  font-size: 23px;
  font-weight: 800;
  margin: 30px 0px;
}

.award-para p {
  color: var(--white);
  width: 79%;
  margin: 0 auto;
}

.tech-award {
  margin-top: 80px;
}
/* industries_banner page end */

/* solutions page start */

.solution_banner {
  background-image: url(../images/solutions.jpg);
  height: 796px;
}

.portfolio_banner_content h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  color: var(--lightBlue);
  letter-spacing: -3px;
}

.solution_plan {
  padding: 60px 0px;
}

.solution-banner-para p {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  width: 77%;
}

.solution_para_content h1 {
  text-align: center;
  color: var(--white);
  font-size: 60px;
  font-weight: 800;
}

.solution_plan_details h2 {
  font-size: 50px;
  color: var(--white);
  text-align: center;
  font-weight: 800;
  line-height: 48px;
}

.solution_plan_details {
  margin-top: 80px;
}

.solution_plan_details p {
  text-align: center;
  color: #ffffffd9;
  font-size: 18px;
  margin-top: 75px;
  font-weight: 400;
}

.listItem {
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
}

.listItem ul {
  list-style-type: none;
}

.listItem ul li {
  color: #ffffffd9;
  margin-bottom: 10px;
}

.listItem ul li i {
  color: var(--lightBlue);
  background-color: var(--white);
  padding: 3px 3px;
  border-radius: 50%;
}

.nda-sec {
  background-color: var(--lightBlue);
  padding: 60px 0px;
}

.nda-sec-content h4 {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.nda-sec-content h1 {
  font-size: 50px;
  color: var(--white);
  font-weight: 800;
  text-align: center;
  margin-top: 40px;
}

.solutions-side {
  padding: 60px 0px;
}

.side-content-img img {
  width: 535px;
}

.solutions-side h2 {
  color: var(--white);
  font-size: 50px;
  font-weight: 800;
  line-height: 48px;
}

.solutions-side-content p {
  font-size: 18px;
  color: #ffffffd9;
  font-weight: 400;
  margin-top: 40px;
}
/* solutions page end */

/* about page start */

.about_banner {
  background-image: url(../images/about.png);
  height: 1020px;
  position: relative;
  z-index: 1;
}

.about_banner:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #00000099;
  z-index: -1;
  top: 0;
  left: 0;
}

section.philosophy {
  padding: 80px 0px;
}

.philosophy-content h2 {
  color: var(--white);
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 40px;
}

.philosophy-content p {
  color: #ffffffd9;
  font-size: 18px;
  font-weight: 400;
  width: 85%;
  line-height: 30px;
}

.about-care-content h2 {
  color: var(--white);
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  width: 93%;
  margin: 0 auto;
  line-height: 55px;
}

.about-care-content h2 span {
  color: var(--lightBlue);
  width: 88%;
  margin: 10px auto 0px auto;
  line-height: 55px;
}

.about-care-content {
  margin: 80px 0px;
}

.about-cards-content img {
  width: 70px;
}

.about-cards {
  margin: 50px 0px;
}

.about-cards-content {
  text-align: center;
  background-image: url(../images/download.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-color: #231f20;
  padding-top: 90px;
  height: 100%;
  padding-bottom: 85px;
}

.about-cards-content h3 {
  font-size: 28px;
  color: var(--white);
  font-weight: 800;
  margin-top: 50px;
  text-align: center;
}

.about-cards-content p {
  color: #ffffffd9;
  font-size: 18px;
  font-weight: 400;
}

.about-cards-content span {
  position: absolute;
  top: 20px;
  color: #646464;
  left: 35px;
  font-size: 18px;
  font-weight: 500;
}

.ethics-about-content h2 {
  color: var(--white);
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  width: 67%;
  margin: 0 auto;
}

section.ethics-about {
  padding: 150px 0px;
}

.our-expertise-right {
  background-image: url(../images/our-expertise.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 940px;
  height: 800px;
}

.our-expertise-content h2 {
  font-size: 50px;
  color: var(--white);
  font-weight: 800;
}

.our-expertise-content p {
  font-size: 18px;
  color: var(--white);
  padding: 0px 77px 0px 0px;
  margin-top: 38px;
}

.expertiseList ul li {
  font-size: 18px;
  color: var(--white);
  line-height: 25px;
  padding: 0px 77px 0px 0px;
  margin-bottom: 9px;
  margin-left: 32px;
}

.expertiseList {
  margin-top: 40px;
}

.our-expertise {
  position: relative;
  padding: 100px 0px;
}

.our-expertise-left {
  background-image: url(../images/usefulness-of-data.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  left: -69%;
  top: -514px;
  width: 950px;
  height: 850px;
}

.our-expertise-right1 {
  background-image: url(../images/entrepreneurs.jpg);
}

.partnership {
  background-color: var(--dark-black);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 150px 0px;
}

.partnership-content h2 {
  font-size: 50px;
  color: var(--white);
  font-weight: 800;
  margin-bottom: 40px;
}

.partnership-content p {
  font-size: 18px;
  font-weight: 400;
  width: 84%;
  color: #ffffffd9;
}

.partnership-content .google-badge {
  margin-top: 40px;
}

.award-winning {
  padding: 80px 0px;
  background-color: var(--dark-black);
}

.award-winning-content h1 {
  text-align: center;
  color: var(--white);
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 50px;
}

.award-winning-content p {
  text-align: center;
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  width: 73%;
  margin: 0 auto;
}

.winner {
  text-align: center;
  margin-top: 80px;
}

.winner h3 {
  font-size: 23px;
  font-weight: 800;
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 20px;
}

.winner p {
  font-size: 16px;
  color: var(--white);
  margin: 0;
  font-weight: 800;
}

.winnerText p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffffd9;
}
/* about page end */

/* service page start */

.side-content-img2 img {
  width: 400px;
}

.solutions-side-content2 p {
  width: 80%;
}

.service_btnDiv {
  margin-top: 40px;
}

.service_btnDiv a {
  background-color: #231f20;
  color: var(--white);
  padding: 15px 40px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.5s ease;
}

.service_btnDiv a:hover {
  background-color: #ff8901;
  color: var(--bg-black);
}
/* service page end */

/* custom website development.php css start */

.innerBanner {
  background-image: url(../images/website-development/website-development.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
  position: relative;
  padding-top: 150px;
}

.underline-para2 {
  color: var(--lightBlue) !important;
}

.underline2 {
  position: relative;
}

.underline2 img {
  width: 30%;
  position: absolute;
  right: 38%;
  top: 0;
}

.bannerChatBtn a {
  padding: 18px 38px;
  background-color: var(--lightBlue);
  font-size: 20px;
  font-weight: 800;
  color: var(--white);
  border-radius: 3px;
  text-decoration: none;
  transition: all ease 0.5s;
}

.bannerChatBtn {
  margin-top: 50px;
}

.custom-sec1 {
  padding: 100px 0px;
}

.custom-sec1-content h2 {
  font-size: 32px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 30px;
}

.custom-sec1-content p {
  font-size: 18px;
  color: #ffffffd9;
  /* width: 83%; */
}

.underline3 {
  position: relative;
}

.underline3 img {
  position: absolute;
  top: -18px;
  left: -8px;
}

section.multifaceted {
  background-color: var(--dark-black);
  padding: 100px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.multifaceted-content h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  color: var(--white);
}

.multifaceted-content p {
  color: #ffffffd9;
  text-align: center;
  font-size: 18px;
  margin: 30px 0px 50px 0px;
}

.svgImg img {
  width: 50px;
}

.svgHead {
  display: flex;
  align-items: center;
}

.svgText h3 {
  color: var(--white);
  font-size: 21px;
  font-weight: 800;
}

.stepsList-multifaceted li {
  color: var(--white);
}

.svgPara {
  margin-left: 64px;
}

.svgPara p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffffd9;
}
.packages-content1 {
  margin-bottom: 50px;
}

.webDev1 {
  top: 18%;
  left: 17%;
}

.webDev2 {
  left: 18%;
  top: 15%;
}

.webDev2 h2 span {
  display: block;
}

.webDev3 h2 span {
  display: block;
}

.webDev3 {
  top: 12%;
  left: 26%;
}

.webDev4 {
  left: 17%;
  top: 23%;
}

.webDev5 {
  left: 28%;
  top: 16%;
}

.webDev6 {
  left: 23%;
  top: 17%;
}

.webDev7 {
  left: 40%;
  top: 22%;
}

.whyUs {
  background-color: var(--dark-black);
  padding: 80px 0px;
}

.whyUs-content h2 {
  font-size: 61px;
  color: var(--white);
  font-weight: 800;
  text-align: center;
}

.whyUsImg-content p {
  font-size: 24px;
  color: #ffffffd9;
}

.whyUsImg-content p span {
  display: block;
  color: #ffffffd9;
  font-size: 16px;
}

.whyUsImg-content {
  text-align: center;
  margin: 55px 0px 0px -15px;
  position: relative;
}

.whyUsImg-content img {
  margin-bottom: 11px;
}

.whyUsImg-content2-content p span {
  display: block;
  color: #ffffffd9;
  font-size: 16px;
}

.whyUsImg-content2-content p {
  font-size: 24px;
  color: #ffffffd9;
}

.whyUsImg-content2 {
  display: flex;
  margin: 55px 0px 0px 0px;
}

.whyUs .row2 {
  margin-top: 73px;
}

.whyUsImg-content3Img {
  text-align: center;
  margin: 55px 0px 0px 0px;
  position: relative;
}

.wyUsImg-content3Img img {
  margin-bottom: 11px;
}

.whyUsImg-content:before {
  position: absolute;
  content: "";
  border-right: 1px solid #212121;
  width: 100%;
  height: 230px;
  left: 0;
  top: -24px;
}

.whyUsSecond:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 232px;
  border-right: 1px solid #212121;
  top: 29px;
  left: 0;
}

.whyUsImg-content3:before {
  content: "";
  position: absolute;
  border-top: 1px solid #212121;
  width: 299px;
  height: 100%;
  top: 58%;
  left: -15px;
}
/* custom website development.php css end */

/* custom wordpress development.php css start */

.bannerWP {
  background-image: url(../images/wordpress/wordpress.png);
  background-position: 100% 20px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
  background-color: #00001a;
  display: flex;
  align-items: center;
}

.bannerWp-content h1 {
  font-size: 62px;
  color: var(--white);
  font-weight: 800;
}

.bannerWp-para p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
}

.bannerWp-para {
  margin-top: 40px;
}

.partnerMain3 {
  bottom: -170px;
}

.underline4 img {
  left: 0;
  width: 342px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

.packageInner .owl-prev span {
  color: #44d8e8;
  font-size: 70px;
}

.packageInner .owl-prev {
  position: absolute;
  top: 33%;
  left: -38px;
}

.packageInner .owl-next span {
  color: #44d8e8;
  font-size: 70px;
}

.packageInner .owl-next {
  position: absolute;
  top: 33%;
  right: -38px;
}
/* custom wordpress development.php css end */

/* php development services start */
.phpUnderline {
  position: relative;
}

.phpUnderline img {
  position: absolute;
  /* left: 28%; */
  /* top: -3px; */
  /* width: 30%; */
}

.phpBannerWp {
  background-image: url(../images/php-development/php.png);
}

/* php development services end */

/* frontend development start */

.frontEndBanner {
  background-image: url(../images/front-development/front-development-03.png);
}

.frontUnderline img {
  left: 32% !important;
  width: 32% !important;
}
/* frontend development end */

/* ecommerce solution page start */

.innerBanner2 {
  background-image: url(../images/ecomer-img.png);
  background-size: 45%;
  background-position: center right;
  height: 950px;
}

.partnerMain3 {
  bottom: -180px !important;
}

.underline5 img {
  width: 16%;
  left: 12%;
}

.underline8 img {
  width: 86%;
}

.Ecom-portfolio {
  background-color: var(--dark-black);
  border-top: 3px solid rgba(255, 255, 255, 0.15);
  padding: 40px 0px;
}

.partnerMain4 {
  bottom: -330px !important;
}

.ecommerceDev {
  left: 15%;
}

.ecommerceDev1 {
  left: 15%;
  top: 26%;
}

.ecommerceDev2 {
  left: 16%;
  top: 22%;
}

.ecommerceDev3 {
  left: 17%;
}

.ecommerceDev4 {
  left: 5%;
  top: 15%;
}

.ecommerceDev5 {
  left: 24%;
  top: 25%;
}

.multiple-platforms {
  background-color: var(--dark-black);
}

.multiple-platforms-content h2 {
  color: var(--white);
  font-size: 120px;
  font-weight: 800;
  line-height: 119px;
}

.multiple-platforms-content p {
  font-size: 18px;
  color: #ffffffd9;
  font-weight: 400;
}

.multiple-platforms .nav {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.multiple-platforms .nav .nav-item .nav-link.active {
  background-color: transparent;
  color: var(--white);
}

.multiple-platforms .nav .nav-item .nav-link {
  color: #ffffff8c;
  font-size: 18px;
  font-weight: 800;
}

.woocommerce_content h2 {
  font-size: 63px;
  font-weight: 800;
  color: var(--white);
}

.woocommerce_content p {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
}

.woocommerce_content .woocommerceList li {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.magento_Img img {
  width: 350px;
}

.magento_content p {
  width: 86%;
}

.magento_content .woocommerceList li {
  width: 75%;
}
/* ecommerce solution page end */

/* shopify page start */

.shopifyBanner {
  background-image: url(../images/ecommerce/shopify-development-04.png);
}

/* shopify page end */

/* opencart page start */

.opencartBanner {
  background-image: url(../images/ecommerce/open-cart.png);
  height: 836px;
}

/* opencart page end */

/* magento page start */

.magentoBanner {
  background-image: url(../images/ecommerce/megento-development-06.png);
}

.magentoUnderline img {
  left: 0 !important;
  width: 50% !important;
}
/* magento page end */

/* WooCommerce page start */

.wooCommerceBanner {
  background-image: url(../images/ecommerce/woocommerceBanner.png);
}

.wooCommerceUnderline img {
  left: 49% !important;
  width: 30% !important;
  top: -78px;
}
/* WooCommerce page end */

/* logoDesign page start */

.logoDesign {
  background-image: url(../images/ecommerce/ui-ux-development-08.png);
}

.logoDesignUnderline {
  left: -238px;
  top: 72px;
}

.underlineXtra img {
  left: -1px;
  width: 82%;
}

.underlineXtra1 img {
  left: 75px;
  width: 180px;
}

.underlineXtra2 img {
  width: 50%;
}

.partnerMain5 {
  bottom: -265px !important;
}

.why-choose {
  background-color: var(--dark-black);
  padding: 50px 0px;
}

.logo-designPORT {
  margin: 0;
}

.whyChooseOne h2 {
  text-align: center;
  color: var(--white);
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 30px;
}

.whyChooseOne p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffffd9;
  width: 67%;
  margin: 0px auto 18px auto;
}

.whyChooseTwo {
  margin-top: 50px;
}

.whyChooseTwo h1 {
  text-align: center;
  font-size: 35px;
  font-weight: 800;
  color: var(--white);
}

.whyChooseTwo p {
  text-align: center;
}

.whyChooseTwo p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffffd9;
  width: 66%;
  margin: 30px auto 0px auto;
}

.logoPackages {
  background-color: var(--dark-black);
  margin: 0;
}

.logoDesign1 {
  left: 13%;
  top: 22%;
}

.logoDesign2 {
  left: 12%;
  top: 15%;
}

.logoDesign3 {
  left: 24%;
  top: 13%;
}

.services-details:hover .logoDesign3 {
  top: -68px;
}

.logoDesign4 {
  left: 14%;
  top: 8%;
}

.logoDesign4Para:hover .service-para {
  margin-top: 120px;
}

.logoDesign5 {
  left: 10%;
  top: 20%;
}

.logoDesign6 {
  left: 22%;
  top: 16%;
}

/* logoDesign page end */

/* logo design revamp start */

.logoDesign-revamp img {
  width: 55% !important;
  left: 32% !important;
}

.partnerMain-revamp {
  bottom: -213px !important;
}

.whyChooseOne ul li {
  text-align: center;
  color: #ffffffd9;
  font-weight: 400;
  font-size: 18px;
}

.whyChooseOne ul {
  margin: 20px 210px;
}

/* logo design revamp end */

/* 2d 3d logo design */

.threed_underline {
  width: 40%;
  left: 27%;
}

.underlineXtra2 img {
  width: 60%;
  left: 0;
}

.TwoDwhyChoose ul li {
  text-align: left;
}

.web-app-underline img {
  width: 60% !important;
  left: 14% !important;
}
/* 2d 3d logo design */

/* web app development css start */

.web-app-Banner {
  background-image: url(../images/web-app-banner.jpg);
}

.web-app-portfolio {
  background-color: var(--dark-black);
  margin: 0;
}
/* web app development css end */

/* custom software development css start */
.software-devBanner {
  background-image: url(../images/custom-development-05.png);
}

.software-devLine img {
  width: 324px !important;
  left: -25% !important;
}
/* custom software development css end */

/* php web app development css start */

.php-webBanner {
  background-image: url(../images/php-development.jpg);
}

.phpUnderline img {
  width: 17%;
  left: 40%;
}

.web-app-underline img {
  left: 27% !important;
  width: 24% !important;
}
/* php web app development css end */

/* nodejs development start */

.nodejs-banner {
  background-image: url(../images/nodejs-development.jpg);
}

.nodePartner {
  bottom: -260px;
}

.laravel-Banner {
  background-image: url(../images/laravel-development-solutions.png);
}
/* nodejs development end */

/* mobile-app css start */

.mobile-appBanner {
  background-image: url(../images/mobile-app-banner.jpg);
}

.mobile-portfolio img {
  width: 315px;
  height: 215px;
}

.mobile-portfolio {
  margin-bottom: 30px;
}

.mobile1 {
  left: 20%;
  top: 20%;
}

.mobile2 {
  left: 19%;
  top: 20%;
}

.mobile3 {
  left: 19%;
  top: 20%;
}

.mobile3 img {
  width: 28px;
}

.mobile4 {
  left: 25%;
  top: 20%;
}

.mobile5 {
  left: 25%;
  top: 22%;
}

.mobile5 img {
  width: 28px;
}

.mobile6 {
  left: 22%;
  top: 16%;
}

.native_img img {
  width: 350px;
}

.mobile-app-tabs {
  margin-top: 50px;
}

.mobile-app-tabs h2 {
  text-align: center;
  font-size: 60px;
  color: var(--white);
  font-weight: 800;
}

.mobile h2 {
  color: var(--white);
  font-weight: 800;
  font-size: 50px;
  line-height: 50px;
}

.mobile-platform {
  padding: 100px 0px;
}

.mobile-platform-head h2 {
  margin-bottom: 35px;
}
/* mobile-app css end */

/* ios page start */

.ios-banner {
  background-image: url(../images/mobile-app/ios-banner.png);
}

.gameBanner {
  background-image: url(../images/mobile-app/game-development.png);
}

.androidBanner {
  background-image: url(../images/mobile-app/android-development.png);
}

.arBanner {
  background-image: url(../images/mobile-app/augmented-reality-virtual-reality.png);
}

.video-banner {
  background-image: url(../images/mobile-app/animations.png);
}

.video1 {
  left: 26%;
  top: 27%;
}

.video2 {
  left: 13%;
  top: 21%;
}

.video3 {
  left: 11%;
  top: 21%;
}

.explainerBanner {
  background-image: url(../images/animation/explainer-video-animation.jpg);
}

.titleBanner {
  background-image: url(../images/animation/animated-title-&-trailer.png);
}

.adBanner {
  background-image: url(../images/animation/animated-video-ad.jpg);
}

.brandBanner {
  background-image: url(../images/branding/custom-development-05.png);
}

.brandDesignBanner {
  background-image: url(../images/branding/brand-identity.jpg);
}

.modern-brand-banner {
  background-image: url(../images/branding/web-site-design.png);
}

.uiUXBanner {
  background-image: url(../images/ecommerce/ui-ux-development-08.png);
}

.prototype_banner {
  background-image: url(../images/branding/prototype.png);
}
/* ios page end */

/* terms page start */

.termsCondition {
  padding-top: 250px;
}

.terms-content h1 {
  text-align: center;
  color: var(--white);
  font-size: 86px;
  font-weight: 800;
  margin-bottom: 50px;
}

.terms-content p {
  color: #ffffffd9;
  font-size: 18px;
  font-weight: 400;
}

.termsDiv {
  margin-top: 50px;
}

.subHeading {
  font-size: 22px;
  color: var(--white);
  font-weight: 800;
}

.subPara {
  color: #ffffffd9;
  font-size: 18px;
  font-weight: 400;
}

.terms-start {
  margin-bottom: 25px;
}

.terms_lists {
  margin-top: 30px;
  margin-left: 20px;
}

.terms_lists li {
  margin-bottom: 20px;
}

.subHeading1 {
  font-size: 36px;
  color: var(--white);
  font-weight: 800;
}

.terms_lists li a {
  color: #44d8e8;
  text-decoration: underline;
}
/* terms page end */

.bannerChatBtn a:hover {
  background-color: #fff;
  color: var(--bg-black);
}

.custom-soft-underline img {
  left: 71px !important;
  width: 61% !important;
}

.phpUnderlineService img {
  width: 36%;
  position: absolute;
  left: 26%;
}

.webphp-underline img {
  width: 59% !important;
  left: 14% !important;
}

.laravel-underline img {
  width: 88% !important;
  left: 5% !important;
}

.laravel-partner {
  bottom: -180px !important;
}

.mobile-app-underline img {
  left: 30% !important;
  width: 36% !important;
}

.ios-underline img {
  width: 78%;
}

.ios-underline2 img {
  width: 20% !important;
  left: 40% !important;
}

.game-underline img {
  width: 20% !important;
  left: 21% !important;
}

.game-underline2 img {
  width: 81%;
}

.ar-underline img {
  width: 36% !important;
  left: 0 !important;
}

.video-underline1 img {
  width: 30% !important;
  left: 18% !important;
}

.video-ad-underline img {
  left: 15% !important;
  width: 30% !important;
}

.marketing-banner {
  background-image: url(../images/marketing-promo-video-animation.png);
}

.brandDesign-partner {
  bottom: -170px !important;
}

.identiity-partner {
  bottom: -210px !important;
}

.identity-line img {
  left: 88% !important;
  width: 43% !important;
}

.underlineXtra1 img {
  width: 90%;
  left: 0px;
}

.modern-line img {
  left: 74% !important;
}

.uix-underline img {
  left: 81% !important;
  width: 39% !important;
}

.solution_para_contentXtra h2 {
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-weight: 900;
}

.nda-sec-content h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 800;
  color: #fff;
}

.whyChooseTwo h2 {
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.order-now-banner {
  background-color: var(--darkBlue);
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-now-banner-conent h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}

section.orderNow {
  margin: 180px 0px 50px 0px;
}

.ordernow_form form h2 {
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 25px;
  letter-spacing: 2px;
  color: #fff;
}

.ordernow_form form .fldset input {
  height: 48px;
  margin: 0px 0px 12px 0px;
  border-radius: 50px;
  padding: 0px 23px;
  font-family: "Poppins";
}

.themeBtn {
  cursor: pointer;
}

.ordernow_form .loader {
  text-align: center;
  margin-top: 30px;
}

.ordernow_form .loader img {
  width: 30px;
}

label#f_name-error {
  color: #fff;
}

label#l_name-error {
  color: #fff;
}

label#cemail-error {
  color: #fff;
}

label#phone-coun-error {
  color: #fff;
}

.thankyou {
  padding: 180px 0px 50px 0px;
}

.mainHeadingXtra .smallBefore h3 {
  text-align: start;
  font-size: 45px;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 800;
}

div#error-message {
  display: none;
}

.mainHeadingXtra .smallBefore:before {
  content: "";
  position: absolute;
  width: 21%;
  height: 100%;
  border-bottom: 4px solid #f4b33b;
}

.payment-detail h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.visa-image {
  text-align: center;
}

.visa-image img {
  width: 100%;
}

.thankyou .fldset input {
  height: 42px;
  width: 100%;
  border-radius: 50px;
  outline: none;
  border: 1px solid #44d8e8;
  padding: 0px 20px;
  font-family: "Poppins";
}

.thankyou .fldset select {
  height: 42px;
  width: 100%;
  border-radius: 50px;
  outline: none;
  border: 1px solid #44d8e8;
  padding: 0px 20px;
  font-family: "Poppins";
}

.thankyou #loader img {
  width: 55px;
}

.thankyou #loader {
  margin-top: 20px;
}

.thankyouContent-heading h3 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 50px;
  color: #fff;
}

.thankyouContent-heading h3:before {
  content: "";
  position: absolute;
  width: 81%;
  height: 100%;
  border-bottom: 4px solid var(--lightBlue);
  top: -48%;
}

.thankyouContent-heading p {
  font-family: "Poppins", sans-serif;
  color: #fff;
}

/*detail page css start*/
.pkg_detail_sec {
  padding: 40px 30px;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 6px 40px 0 rgb(0 0 0 / 14%);
  margin-top: 40px;
  position: relative;
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 10px;
}
.pkg_detail_sec:before {
  content: "";
  border: 3px solid var(--lightBlue);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  z-index: -1;
  right: -20px;
  bottom: -20px;
}
.pkg_detail_sec h3 {
  font-size: 25px;
  font-weight: 500;
  color: #111;
  margin-bottom: 10px;
}
.pkg_detail_sec h5 {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 5px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lightBlue);
  margin-bottom: 20px;
}
.pkg_detail_sec:after {
  content: "";
  background: var(--lightBlue);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  z-index: -1;
  left: -20px;
  top: -20px;
}

.btn_packages_sec a,
.btn_packages a {
  /* background: #cc1216; */
  padding: 17px 40px;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
}

.pkg_list_detail {
  margin: 0 10px 0 60px;
}
.pkg_list_detail h4 {
  font-weight: bold;
  font-size: 32px;
  color: var(--lightBlue);
}
.pkg_list_detail ul {
  height: 480px;
  overflow-y: scroll;
  padding: 0px;
}
.pkg_list_detail ul li {
  border-bottom: 1px solid #ccc;
  padding: 15px 30px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-right: 20px;
  position: relative;
  list-style: none;
}
.pkg_list_detail ul li:before {
  content: "";
  background: url(../images/arrow_icon.png);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 18px;
  left: 0;
  background-size: cover;
}
.pkg_list_detail ul::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}
.pkg_list_detail ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e6e5e5;
  border-radius: 10px;
  background: #e6e5e5;
}
.pkg_list_detail ul::-webkit-scrollbar-thumb {
  background: var(--lightBlue);
  border-radius: 10px;
}
.pkg_list_detail ul::-webkit-scrollbar-thumb:hover {
  background: var(--white);
  border-radius: 10px;
}
section.product_detail_sec {
  padding: 65px 0px;
}

div#loader img {
  width: 53px;
}
/*detail page css end*/

/*blog page css start*/

.banner-blog-link {
    margin-bottom: 40px;
}

.banner-blog-link a {
    color: #fff;
    text-decoration: underline;
}

.banner-blog-link span {
    color: #fff;
}

.blog-heading h2 {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
}

.blog {
    margin: 60px 0px;
}

.blog-entry {
    display: flex;
    justify-content: start;
    gap: 25px;
    flex-wrap: wrap;
    align-items: center;
}

.published a {
    color: #fff;
    margin-left: 7px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.published span {
    color: #fff;
    font-size: 14px;
}

.author a {
    color: #fff;
    margin-left: 7px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.author span {
    color: #fff;
    font-size: 14px;
}


.blog-label a {
    color: #fff;
    margin-left: 7px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.blog-label span {
    color: #fff;
    font-size: 14px;
}

.comment-count a {
    color: #fff;
    margin-left: 7px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.comment-count span {
    color: #fff;
    font-size: 14px;
}

.blog-entry {
    margin-top: 20px;
}

.blog-image img {
    width: 100%;
    border: 1px solid #fff;
}

.blog-image {
    margin-top: 60px;
}

.blog-image-para {
    margin-top: 30px;
}

.blog-image-para p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.blog-image-btn {
    margin-top: 50px;
}

.blog-content {border-bottom: 1px solid #fff;padding: 65px 0px;}

.blog-enterprise-content {
    margin-top: 25px;
}

.blog-enterprise-content h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0px;
}

.blog-enterprise-content p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.blog-enterprise-content ul li {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.blog-enterprise-content ul li p {
    margin-top: 10px;
}

.enterprise-app-development-features {
    margin-top: 35px;
}

.enterprise-app-development-features h4 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 15px 0px;
}

.conclusion {
    margin-top: 50px;
}

.blog-enterprise-content p a {
    color: #8548bd;
}
/*blog page css end*/
.services-details .image-heading {text-align: center;left: 0;right: 0;}