/* =============================== FONTS =================================*/ @font-face { font-family: "Product Sans"; src: url("../fonts/subset-ProductSans-Light.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; } @font-face { font-family: "Product Sans"; src: url("../fonts/subset-ProductSans-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: "Product Sans"; src: url("../fonts/subset-ProductSans-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; } @font-face { font-family: "Montserrat"; src: url("../fonts/subset-Montserrat-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: "Montserrat"; src: url("../fonts/subset-Montserrat-SemiBold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: "Montserrat"; src: url("../fonts/subset-Montserrat-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; } /* =============================== GLOBAL =================================*/ html { font-family: "Montserrat", sans-serif; scroll-behavior: smooth; } body { overflow-x: hidden; position: relative; font-family: "Montserrat", sans-serif; } p { font-weight: 400; line-height: 1.6; } a { text-decoration: none; transition: all .3s ease; } a:hover { text-decoration: none; } h1, h2, h3, h4, h5, h6 { font-family: "Montserrat", sans-serif; } .container { max-width: 1280px; } /* =============================== HEADER =================================*/ .headermain { height: 90px; display: flex; align-items: center; position: fixed; width: 100%; top: 0; z-index: 9999; background: #fff; transition: all .3s ease; box-shadow: 0 0 40px hsla(235, 89%, 76%, 0.15); } .headermain.scrolled { height: 100px; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15); } .headerlogo img { max-width: 175px; transition: all .3s ease; } .headermain.scrolled .headerlogo img { max-width: 130px; } /* =============================== HEADER MENU =================================*/ .headermenus { display: flex; align-items: center; justify-content: center; } .headermenus a { font-size: 18px; font-weight: 600; color: #121836; margin: 0 8px; } .headermenus a:hover { color: #0080ff; } /* =============================== HEADER BUTTON =================================*/ .header_btn { background: linear-gradient(180deg, #1f79bd, #49b0d9); border-radius: 50px; color: #fff !important; font-weight: 600; text-transform: uppercase; padding: 12px 28px; display: inline-flex; align-items: center; justify-content: center; font-size: 15px; transition: all .3s ease; margin-left: 10px; } .header_btn:hover { background: linear-gradient(180deg, #49b0d9, #1f79bd); transform: translateY(-3px); box-shadow: 0 8px 18px rgba(31, 121, 189, .35); } /* =============================== FOOTER =================================*/ .footermain { background: #2E2E2E; padding: 60px 0 0; } .footerbox h2 { color: #fff; font-size: 20px; font-weight: 700; margin-bottom: 20px; } .footerbox ul li { margin-bottom: 10px; } .footerbox ul li a { color: #fff; font-size: 16px; text-decoration: underline; } .copyright { color: #fff; font-size: 14px; } .aboutlinks { color: #fff !important; font-size: 14px; text-decoration: underline; margin-right: 20px; } .socialicon { background: #fff; height: 30px; width: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-right: 15px; } ul { padding: 0; list-style: none; } /* common */ .newbg { position: relative; background: #121836; } .newbg .container { position: relative; z-index: 2; } .newbg::before { position: absolute; content: ""; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; background: linear-gradient(270deg, rgba(21, 27, 58, 0) 32.33%, rgba(19, 25, 55, 0.9) 78.5%); z-index: 1; } .leadingbanner { overflow: hidden; height: auto; position: relative; text-align: left; color: #fff; background-size: cover; background-repeat: no-repeat; } /* .leadingbanner::before{ position: absolute; content: ''; height: 100%; width: 100%; left: 0; right: 0; top: 0; bottom: 0; background-color: #000; } */ .leadingbanner .lndbannercontt { position: relative; left: 0; top: auto; bottom: 0; right: 0; width: 100%; overflow: hidden; height: 100%; display: flex; flex-direction: column; padding: 145px 0 40px; z-index: 2; } .leadingbanner h1 { font-size: 40px; font-weight: 800; margin-bottom: 10px; line-height: 54px; } .slide-title span { background: linear-gradient(180deg, #006eef 15%, #87bdfe 60%, #fff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; } .animated-text { display: inline-block; height: 54px; overflow: hidden; vertical-align: bottom; } .animated-text span { display: block; animation: slideWords 6s infinite; } @keyframes slideWords { 0% { transform: translateY(0%); } 25% { transform: translateY(-100%); } 50% { transform: translateY(-200%); } 75% { transform: translateY(-100%); } 100% { transform: translateY(0%); } } .leadingbanner p { font-size: 18px; font-style: normal; font-weight: 400; line-height: 27px; margin-bottom: 0px; } .leadingbanner .leadcontt { position: relative; left: 0; top: auto; bottom: 0; right: 0; width: 100%; overflow: hidden; height: 100%; display: flex; flex-direction: column; padding: 145px 0 40px; z-index: 2; } .leadingbanner .leadbannercontent { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; text-align: left; height: 100%; padding-right: 30px; } .leadingbanner ul { display: flex; flex-wrap: wrap; gap: 10px; margin: 15px 0; } .leadingbanner li { width: 48%; padding: 12px; border-radius: 10px; opacity: 1; align-items: center; backdrop-filter: blur(7.577375411987305px); background: linear-gradient(0deg, rgba(21, 27, 58, 0.09), rgba(21, 27, 58, 0.09)), radial-gradient(57.47% 137.79% at 81.1% -37.79%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 69.49%); border: 1px solid #1a81ff; transition: all .5s; } .leadingbanner li:hover { background: rgba(255, 255, 255, 0.15); transform: translateX(5px); } .leadingbanner .certificatebx { display: flex; gap: 10px; margin-bottom: 15px; } .leadingbanner .certificatebx img { max-width: 100px; } .lndbtnn { display: flex; gap: 15px; } .lndbtnn .mainbtn { display: inline-block; background: linear-gradient(127.57deg, #1f79bd 0%, #49b0d9 97.46%); color: #ffffff; font-weight: 400; font-size: 18px; line-height: 22px; padding: 18px 25px; text-align: center; border-radius: 35px; text-decoration: none; transition: all 0.4s ease-in-out; } .lndbtnn .mainbtn:hover { padding: 18px 30px; background: linear-gradient(127.57deg, #49b0d9 0%, #1f79bd 97.46%); box-shadow: 0 4px 12px rgba(73, 176, 217, 0.4); } .lndbtnn .newbtnwthap { display: inline-block; background: transparent; border: 2px solid #fff; color: #ffffff; font-weight: 400; font-size: 18px; line-height: 22px; padding: 18px 25px; text-align: center; border-radius: 35px; text-decoration: none; transition: all 0.4s ease-in-out; } .lndbtnn .newbtnwthap:hover { padding: 18px 30px; background: linear-gradient(127.57deg, #49b0d94d 0%, #1f79bd70 97.46%); box-shadow: 0 4px 12px rgba(73, 176, 217, 0.4); } .mideastform { margin-left: 40px; } .mideastform span.field-error { position: absolute; bottom: -20px; } .mideastform form .form-group .form-control { background-color: transparent; border-radius: 0; height: 50px; padding: 14px 0; resize: none; color: #fff; font-size: 16px; box-shadow: unset; border: 0; border-bottom: 2px solid #fff; } .mideastform form .form-group .form-control::placeholder { color: #fff; } .mideastform form .form-group textarea.form-control { height: 100px; } .mideastform form .form-group::after { position: absolute; content: ""; bottom: 0; height: 2px; background-color: #1a81ff; width: 20%; left: 0; transition: 0.3s ease-in-out; } .mideastform form .form-group { margin-bottom: 15px; position: relative; } .mideastform { backdrop-filter: blur(20px); padding: 30px 40px 20px; border-radius: 20px; position: relative; background: radial-gradient(circle at 30% 30%, #ffffff33, #000c1a00); border: 1px solid #1a81ff; } .mideastform.newbgform { padding: 30px 40px 20px; position: relative; border-radius: 15.213px; border: 1.601px solid #49b0d9; background: linear-gradient(91deg, rgba(255, 255, 255, 0.2) -22.77%, rgba(255, 255, 255, 0) 120.54%); box-shadow: 0 0 24.021px 0 rgba(73, 176, 217, 0.5); backdrop-filter: blur(5.604938507080078px); } .mideastform h2 { color: #fff; font-weight: 700; font-size: 30px; margin-bottom: 20px; text-align: center; margin-top: 10px; } .mideastform h2 span { color: #0080ff; } .me_formhead { color: #fff; font-weight: 700; font-size: 30px; margin-bottom: 20px; text-align: center; margin-top: 10px; } .me_formhead span { color: #0080ff; } .mideastform form .form-group:has(input:focus)::after { width: 100%; } .mideastform form .form-group:last-child::after { display: none; } .mideastform .formbtn { background: #1a81ff; color: #fff !important; font-weight: 600; text-transform: uppercase; border-radius: 7px; padding: 16px 20px; display: flex; font-size: 16px; transition: 0.5s all; box-shadow: 0 0 20px #0000002e; justify-content: center; text-align: center; border: 0; width: 100%; margin-top: 25px; } .leadingbanner .bgbanerr { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; } /* home-page */ .landing-trusted { padding-top: 20px; } .landing-trusted .marquee_bx { height: 100px; position: relative; width: 100%; max-width: 100%; display: flex; align-items: center; overflow: hidden; } .landing-trusted .client_logos { display: flex; position: absolute; will-change: transform; align-items: center; white-space: nowrap; animation: 35s linear 0s infinite normal none running client-marquee; } @keyframes client-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } } .landing-trusted .clients_icon { width: 135px; margin: 0px 20px; outline: 0px !important; } .landing-trusted .clients_icon img { width: 100%; aspect-ratio: 6 / 5; height: auto; object-fit: contain; filter: brightness(0) invert(1); } .bg-theme1 { background-color: #121836; color: #fff; } .bg-theme2 { background-color: #060c2b; color: #fff; } .ppy { padding: 45px 0; } .midhead { margin-bottom: 30px; } .midcenter { text-align: center; } .midhead h2 { font-weight: 700; font-size: 35px; line-height: 48px; color: #ffffff; margin-bottom: 20px; } .midhead h2 span { color: #49b0d9; } .midhead p { font-weight: 300; font-size: 18px; line-height: 32px; color: #ffffff; margin-bottom: 10px; } .titlehead { padding: 15px 20px; text-align: center; background-color: #1a81ff; box-shadow: #1a81ff73 0 -7px 18px 0px; border: 1px solid #fff; width: max-content; border-radius: 100px 100px 100px 1px; margin-bottom: 20px; } .countclients .countrow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; position: relative; } .countclients img { width: 100%; } .countclients .countbx { display: flex; flex-direction: column; gap: 10px; padding: 15px; border-radius: 10px; opacity: 1; align-items: center; backdrop-filter: blur(7.577375411987305px); background: linear-gradient(0deg, rgba(21, 27, 58, 0.09), rgba(21, 27, 58, 0.09)), radial-gradient(57.47% 137.79% at 81.1% -37.79%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 69.49%); border: 2px solid #ffffff17; transition: all 1s; justify-content: center; align-items: center; text-align: center; } .countclients .countbx:hover { border: 2px solid #1a81ff; } .countclients .countbx img { max-width: 45px; } .countclients .col-md-5 { animation: float 6s ease-in-out infinite; } @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } } .countclients .countbx h3 { font-size: 24px; font-weight: 600; line-height: 32px; margin-bottom: 10px; } .countclients .countbx p { font-size: 17px; font-weight: 400; line-height: 24px; margin: 0; } .commservicess .tab-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; } .commservicess .tab-btn { cursor: pointer; border-radius: 20px; transition: 0.3s; position: relative; overflow: hidden; position: relative; height: 210px; width: 24%; } .commservicess .tab-btn::after { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: #00000091; width: 100%; height: 100%; z-index: 1; } .commservicess .tab-btn img { position: relative; z-index: 1; height: 100%; width: 100%; object-fit: cover; } .commservicess .tab-btn span { position: absolute; bottom: 40px; color: #fff; z-index: 2; font-size: 18px; font-weight: 600; line-height: 26px; margin-bottom: 10px; padding: 0 20px; display: block; } .commservicess .tab-btn:hover, .commservicess .tab-btn.active { position: relative; } .commservicess .tab-btn:hover::before, .commservicess .tab-btn.active::before { position: absolute; content: ''; background-image: url(../img/active-tab-arrow.svg); width: 20px; height: 15px; bottom: 20px; right: 20px; z-index: 2; filter: brightness(0) invert(1); background-size: cover; background-repeat: no-repeat; } .commservicess .tab-content { display: none; padding: 20px; border: 1px solid #1a81ff; border-radius: 12px; min-height: 420px; } .commservicess .tab-content.active { display: flex; flex-direction: column; justify-content: center; } .commservicess .tab-content h3 { font-size: 24px; font-weight: 600; line-height: 32px; margin-bottom: 20px; } .commservicess .tab-content p { font-size: 17px; font-weight: 400; line-height: 24px; margin: 0 0 20px; } .landingportfolio .lndportfolio { height: 500px; overflow-y: scroll; scroll-behavior: smooth; } .landingportfolio .lndportfolio::-webkit-scrollbar { width: 8px; height: 6px; } .landingportfolio .lndportfolio::-webkit-scrollbar-track { background: #f0f0f04b; border-radius: 10px; } .landingportfolio .lndportfolio::-webkit-scrollbar-thumb { background: #1a81ff; border-radius: 10px; } .landingportfolio .casestudyitem { display: flex; align-items: center; gap: 30px; padding: 35px; border-radius: 20px; backdrop-filter: blur(7.577375411987305px); background: #060c2b; border: 2px solid #1a81ff; color: #fff; margin-bottom: 20px; position: sticky; top: 0; margin-right: 20px; } .landingportfolio .casedetails { width: 60%; } .landingportfolio .casedetails h3 { font-size: 30px; font-weight: 600; line-height: 42px; margin-bottom: 20px; } .landingportfolio .casedetails p { font-size: 17px; font-weight: 400; line-height: 24px; margin: 0 0 20px; } .landingportfolio .casegif { width: 40%; padding: 35px; border-radius: 20px; backdrop-filter: blur(7.577375411987305px); background: linear-gradient(0deg, rgba(21, 27, 58, 0.09), rgba(21, 27, 58, 0.09)), radial-gradient(57.47% 137.79% at 81.1% -37.79%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 69.49%); border: 2px solid #ffffff17; height: 370px; display: flex; align-items: center; } .landingportfolio .casegif img { width: 100%; object-fit: cover; } .landingportfolio .casedetails ul { display: flex; gap: 20px; } .landingportfolio .casedetails li { font-size: 17px; font-weight: 400; line-height: 24px; border-radius: 20px; backdrop-filter: blur(7.577375411987305px); background: linear-gradient(0deg, rgba(21, 27, 58, 0.09), rgba(21, 27, 58, 0.09)), radial-gradient(57.47% 137.79% at 81.1% -37.79%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 69.49%); border: 2px solid #ffffff17; padding: 14px; } .landingprocess .lndproitem img { max-width: 35px; } .landingprocess .iccpro { display: flex; align-items: center; justify-content: center; height: 60px; width: 60px; border-radius: 50%; background-color: #006eef; } .landingprocess .lndproitem { display: flex; flex-direction: column; gap: 10px; padding: 15px; border-radius: 10px; opacity: 1; align-items: center; backdrop-filter: blur(22px); background: linear-gradient(0deg, rgba(21, 27, 58, 0.09), rgba(21, 27, 58, 0.09)), radial-gradient(57.47% 137.79% at 81.1% -37.79%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 69.49%); border: 2px solid #ffffff17; transition: all 0.4s ease; justify-content: center; align-items: center; text-align: center; position: relative; overflow: hidden; z-index: 2; width: 100%; } .landingprocess .lndproitem:hover { transform: translateY(-10px) scale(1.02); border-color: #1a81ff; box-shadow: 0 10px 30px rgba(26, 129, 255, 0.3); background: linear-gradient(0deg, rgba(21, 27, 58, 0.2), rgba(21, 27, 58, 0.2)), radial-gradient(57.47% 137.79% at 81.1% -37.79%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 69.49%); } .landingprorow { display: flex; gap: 10px; position: relative; } .landingprorow::after { position: absolute; content: ''; width: 100%; height: 2px; background-color: #fff; top: 50%; left: 0; right: 0; z-index: 1; } .landingprocess .lndproitem span { position: absolute; top: 0; right: 0; background-color: #ffffff52; color: #fff; border-bottom-left-radius: 20px; padding: 6px; } .landingprocess .lndproitem p { font-size: 15px; font-weight: 400; line-height: 22px; margin: 0 0; } .lndstack .tab-buttons { display: flex; justify-content: center; gap: 10px; margin-bottom: 20px; } .lndstack .tab-btn { padding: 10px 20px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); border-radius: 8px; color: rgba(255, 255, 255, .8); cursor: pointer; border-radius: 6px; transition: 0.3s; } .lndstack .tab-btn:hover, .lndstack .tab-btn.active { background: #1a81ff; color: #fff; } .lndstack .stackcontt { display: flex; justify-content: center; } .lndstack .tab-content { padding: 30px 25px; display: none; border: 1px solid rgba(255, 255, 255, .1); width: max-content; border-radius: 20px; width: 100%; } .lndstack .tab-content.active { display: block; } .lndstack .tab-content .mainstack { display: flex; justify-content: center; gap: 25px; align-items: center; flex-wrap: wrap; } .lndstack .itemstack img { max-width: 35px; } .lndstack .itemstack p { text-align: center; margin: 0 0; font-size: 16px; font-weight: 500; } .lndstack .itemstack { background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); border-radius: 8px; padding: 15px; color: rgba(255, 255, 255, .8); transition: .2s, border-color .2s; display: flex; flex-direction: column; align-items: center; gap: 5px; width: 14%; } .lndstack .itemstack:hover { background: rgba(23, 85, 244, .15); border-color: rgba(23, 85, 244, .4); } .lndchoose .lndchooserow { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; } .lndchoose .chooseitemm { display: flex; gap: 10px; padding: 15px; border-radius: 10px; opacity: 1; align-items: flex-start; backdrop-filter: blur(7.577375411987305px); background: linear-gradient(0deg, rgba(21, 27, 58, 0.09), rgba(21, 27, 58, 0.09)), radial-gradient(57.47% 137.79% at 81.1% -37.79%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 69.49%); border: 2px solid #ffffff17; transition: all 1s; } .lndchoose .chooseitemm:hover { border: 2px solid #1a81ff; } .lndchoose .chooseitemm img { max-width: 45px; } .lndchoose .chooseitemm h3 { font-size: 24px; font-weight: 600; line-height: 32px; margin-bottom: 15px; } .lndchoose .chooseitemm p { font-size: 17px; font-weight: 400; line-height: 24px; margin: 0 0; } .commfaqq .faq_box { padding: 0 10px 0 25px; border-radius: 10px; margin-bottom: 30px; cursor: pointer; background: linear-gradient(92.43deg, rgba(255, 255, 255, 0.25) -36.32%, rgba(255, 255, 255, 0.025) 266.98%); border: 2px solid #ffffff29; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: unset; height: 90px; align-items: center; } .commfaqq .faq_box_head::after { content: ""; position: absolute; right: 10px; background-image: url(../img/add-fill.svg); height: 32px; width: 32px; background-size: 29px; top: 30px; } .commfaqq .faq_box.active .faq_box_head::after { filter: brightness(0) invert(1); background-image: url(../img/subtract-fill.svg); } .commfaqq .faq_box_head { display: flex; font-weight: 600; color: #fff; font-size: 18px; height: 90px; align-items: center; padding-right: 30px; } .commfaqq .faq_data { font-size: 17px; padding-bottom: 18px; line-height: 27px; color: #fff; text-align: left; display: none; } .commfaqq .faq_box.active .faq_data { display: block; } .commfaqq .faq_box.active { height: auto; background: linear-gradient(127.57deg, #1f79bd 0%, #49b0d9 97.46%); } .commfaqq .faq_data ul { padding-left: 20px; list-style: circle; } .commfaqq .row .col-md-6 .faq_box:last-child { margin: 0; } .industryservedbox { overflow: hidden; height: 210px; display: flex; align-items: center; justify-content: center; width: 15%; border: 2px solid #ffffff66; border-radius: 22px; position: relative; margin: 0px 20px 20px 0; cursor: auto; } .industryservedbox a { width: 100%; height: 100%; position: relative; z-index: 2; } .industryservedbox a h3 { background: #000000ba; position: absolute; bottom: 0px; padding: 10px; margin-bottom: 0; } .industryservedbox img { max-width: 100%; height: 100%; width: 100%; object-fit: cover; } .industryservedmain { display: flex; align-items: center; flex-wrap: wrap; justify-content: center; } .industryservedbox h3 { font-size: 16px; font-weight: 600; position: absolute; bottom: 15px; color: #fff; z-index: 2; width: 100%; text-align: center; } .industryservedbox::after { position: absolute; content: ""; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; background: linear-gradient(7.42deg, #070a21 13.62%, rgba(130, 58, 207, 0) 64.42%); } .lndctaa .ctamainlnd { border-radius: 20px; color: #fff; backdrop-filter: blur(7.577375411987305px); background: linear-gradient(0deg, rgba(21, 27, 58, 0.09), rgba(21, 27, 58, 0.09)), radial-gradient(57.47% 137.79% at 81.1% -37.79%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 69.49%); border: 2px solid #ffffff17; display: flex; gap: 30px; justify-content: space-around; align-items: center; padding: 0 40px; } .lndctaa .lndctalft { width: 70%; } .lndctaa .lndctamid { width: 30%; } .lndctaa .lndctamid img { width: 100%; } .lndctaa .lndctalft h2 { font-weight: 600; font-size: 34px; line-height: 46px; margin-bottom: 20px; } /* popup */ .contact_popup { overflow: hidden; } .contact_popup .gopp { display: flex; gap: 10px; width: 100%; } .contactpopup_main { height: 445px; } .contact_popup .modal-content { background: #060c2b; border-radius: 12px; overflow: hidden; border: 2px solid #fff; } .contact_popup .popupbx { display: flex; width: 100%; } .contact_popup .leftpop { position: relative; width: 50%; } .contact_popup .leftpop img { width: 100%; height: 100%; object-fit: cover; object-position: center; } .contact_popup .leftpop .emailbx img { max-width: 20px; margin: 0 10px; } .contact_popup .leftpop .emailbx { position: absolute; width: 100%; bottom: 10%; z-index: 2; text-align: center; } .contact_popup .leftpop .emailbx a { color: #ffff; font-size: 18px; font-weight: 400; } .contact_popup .rightpop { width: 50%; } .contact_popup .modal-dialog { width: 70% !important; margin: 70px auto; border-radius: 20px; max-width: 1000px; position: relative; z-index: 99999; } .contact_popup button.close { position: absolute; z-index: 2; right: 9px; top: 10px; opacity: 1; font-weight: 400; border: 0; font-size: 32px; color: #fff; text-shadow: unset; display: flex; align-items: center; justify-content: center; height: 25px; width: 25px; background-color: #000; border-radius: 50px; } .contact_popup .contact-form-wrapper { background: #060c2b; padding: 20px 30px; border-radius: 20px; width: 100%; margin: auto; color: #fff; text-align: center; } .contact_popup .contact-form-wrapper h2 { text-align: center; font-size: 22px; font-weight: 700; margin-bottom: 10px; } .contact_popup .contact-form-wrapper p { font-size: 16px; font-weight: 400; line-height: 24px; margin: 0 0 10px; } .contact_popup .contact-form { display: flex; flex-wrap: wrap; gap: 10px; } .contact_popup .contact-form input, .contact_popup .contact-form textarea, .contact_popup .contact-form select { width: 100%; padding: 10px 16px; background: rgba(0, 0, 0, 0.125); border: 1px solid #a9a9a9; border-radius: 10px; color: #777676; font-size: 14px; } .contact_popup #popup_email { width: 50%; } .contact_popup input#popup_phone { width: 50%; } .contact_popup .contact-form input:focus, .contact_popup .contact-form textarea:focus, .contact_popup .contact-form select:focus { border-color: #fff; outline: none; } .contact_popup .two-col { width: 50% !important; } .contact_popup .contact-form textarea { height: 80px; resize: none; } .contact_popup .submit-btn { width: 100%; padding: 10px; border: none; border-radius: 10px; background: linear-gradient(180deg, #1f79bd, #49b0d9); color: #fff; font-size: 16px; cursor: pointer; font-weight: 500; } .contact_popup .submit-btn:hover { opacity: 0.9; } .contact_popup .submit-btn img { max-width: 35px; margin: 0 6px; } /* popup */ .wrapper { padding: 70px 0; overflow-x: hidden; } .my-slider { padding: 0 70px; } .slick-initialized .slick-slide { background-color: #b32532; color: #FFF; height: 200px; margin: 0 15px 0 0; display: flex; align-items: center; justify-content: center; } .slick-next, .slick-prev { z-index: 5; } .slick-next { right: 15px; } .slick-prev { left: 15px; } .slick-next:before, .slick-prev:before { color: #000; font-size: 26px; } /* thankyou page css */ .thx-box { position: relative; } .thx-box .container { position: relative; z-index: 1; } .thx-box::after { position: absolute; content: ""; bottom: 0; background-image: url(../images/updated/grid.svg); height: 100%; width: 100%; left: 0; z-index: 0; background-size: 24px; background-repeat: repeat; filter: brightness(0.5); } .thx-box h1 { color: #08223a; font-weight: 800; font-size: 72px; line-height: 76px; text-transform: capitalize; margin-top: 80px; display: flex; justify-content: center; margin-bottom: 20px; } .thx-box h1 svg { display: flex; padding: 0; margin: 0; height: 195px; width: 100%; } .thx-box h1 svg text { text-transform: uppercase; animation: stroke 5s infinite alternate; stroke-width: 2; stroke: #08223a; font-size: 200px; } @keyframes stroke { 0% { fill: rgba(72, 138, 20, 0); stroke: rgba(54, 95, 160, 1); stroke-dashoffset: 25%; stroke-dasharray: 0 50%; stroke-width: 2; } 70% { fill: rgba(72, 138, 20, 0); stroke: rgba(54, 95, 160, 1); } 80% { fill: rgba(72, 138, 20, 0); stroke: rgba(54, 95, 160, 1); stroke-width: 3; } 100% { fill: rgb(3, 31, 58); stroke: rgba(54, 95, 160, 0); stroke-dashoffset: -25%; stroke-dasharray: 50% 0; stroke-width: 0; } } .thx-box h2 { color: #08223a; font-weight: 800; font-size: 36px; margin: 0 0 10px; line-height: 50px; text-transform: capitalize; } .thx-box p { font-weight: 500; color: #08223a; font-size: 18px; line-height: 32px; margin-bottom: 0; text-transform: capitalize; } /* =============================== MOBILE =================================*/ @media(max-width:1023px) { .headermenus { position: fixed; top: 0; left: -100%; height: 100%; width: 80%; padding: 30px 20px; transition: left .4s ease; background: #fff url("../img/gredientbg.png") top/cover; } .headermenus.show_menubar { left: 0; } .headermenus a { display: block; text-align: center; padding: 10px 20px; font-size: 16px; margin-bottom: 12px; background: #fff; border-radius: 10px; } .headerlogo img { max-width: 130px; } .header_btn { border-radius: 14px; padding: 12px 22px; } .headermain { height: 80px; } .commservicess .tab-btn img, .commservicess .tab-btn:hover::before, .commservicess .tab-btn.active::before { display: none; } .commservicess .tab-btn { overflow: visible; border-radius: 10px; height: auto; width: 100%; border: 1px solid #1a81ff; } .commservicess .tab-btn span { position: relative; bottom: auto; padding: 22px 15px; width: max-content; margin: 0; } .commservicess .tab-btn.active { background-color: #0080ff; } .commservicess .tab-buttons { flex-wrap: nowrap; overflow-x: scroll; } .commservicess .tab-buttons::-webkit-scrollbar { width: 8px; height: 6px; } .commservicess .tab-buttons::-webkit-scrollbar-track { background: #f0f0f04b; border-radius: 10px; } .commservicess .tab-buttons::-webkit-scrollbar-thumb { background: #1a81ff; border-radius: 10px; } .lndctaa .lndctamid { display: none; } .lndctaa .ctamainlnd { border-radius: 10px; gap: 10px; flex-direction: column; padding: 20px 20px; text-align: center; } .lndctaa .lndctalft, .lndctaa .lndctargt { width: 100%; display: flex; flex-direction: column; } .contact_popup { overflow-y: scroll; } .contact_popup .leftpop img { border-radius: 12px 12px 0 0; } .contact_popup .modal-dialog { width: 90% !important; margin: 50px auto; } .contact_popup #popup_email { width: 100%; } .lndstack .tab-buttons { overflow-x: scroll; } .lndstack .tab-buttons::-webkit-scrollbar { width: 8px; height: 6px; } .lndstack .tab-buttons::-webkit-scrollbar-track { background: #f0f0f04b; border-radius: 10px; } .lndstack .tab-buttons::-webkit-scrollbar-thumb { background: #1a81ff; border-radius: 10px; } .lndstack .stackcontt .mainstack { animation: 35s linear 0s infinite normal none running client-marquee; } .lndstack .tab-content { overflow: hidden; } .lndstack .tab-content .mainstack { gap: 10px; } .contactpopup_main { height: auto; } .contact_popup input#popup_phone { width: 100%; } .lndstack .itemstack p { width: max-content; } .thx-box h1 svg { height: 135px; width: 100%; } .thx-box h1 { font-size: 72px; line-height: 76px; margin-top: 0; margin-bottom: 20px; } .thx-box h2 { font-size: 30px; margin: 0 0 10px; line-height: 40px; } .leadingbanner .leadbannercontent { padding-right: 0; } .lndstack .tab-content .mainstack { flex-wrap: nowrap; } .lndstack .itemstack { width: 100%; } } @media(max-width:767px) { .footerbox, .footerabout { text-align: center; } .footerabout .d-flex { justify-content: center; } .footerbox h2 { font-size: 18px; } .footerbox ul li a { font-size: 15px; } .leadingbanner h1 { font-size: 36px; line-height: 48px; } .animated-text span { animation: none; } .animated-text { height: auto; } .leadingbanner .leadbannercontent { text-align: center; } .leadingbanner .certificatebx { flex-wrap: wrap; justify-content: center; width: 100%; } .lndbtnn .mainbtn, .lndbtnn .newbtnwthap { font-size: 16px; line-height: 20px; padding: 14px 20px; text-align: center; border-radius: 14px; } .lndbtnn { display: flex; gap: 15px; flex-direction: column; justify-content: center; align-items: center; width: 100%; margin-bottom: 20px; } .mideastform { margin-left: 0; } .mideastform h2 { font-size: 22px; margin-bottom: 15px; } .mideastform { padding: 20px 25px 15px; border-radius: 14px; } .midhead h2 { font-size: 30px; line-height: 42px; margin-bottom: 10px; } .midhead p { font-size: 16px; line-height: 28px; } .countclients .countrow { grid-template-columns: repeat(2, 1fr); } .contact_popup .rightpop { margin-top: -9%; z-index: 2; } .contact_popup .gopp { gap: 5px; } .contact_popup .contact-form-wrapper { padding: 10px 20px 10px; border-radius: 10px; width: 100%; max-width: 100%; } .contact_popup .contact-form { gap: 5px; } .contact_popup .modal-body { padding: 0; } .contact_popup .contact-form-wrapper h2 { text-align: center; font-size: 18px; margin-bottom: 8px; } .contact_popup .modal-dialog { margin: 25px auto; } .contact_popup .contact-form input, .contact_popup .contact-form textarea, .contact_popup .contact-form select { padding: 5px 12px; } .contact_popup .contact-form textarea { height: 50px; } .contact_popup .submit-btn { padding: 5px; font-size: 14px; } .contact_popup .popupbx { flex-direction: column; } .contact_popup .leftpop { display: block; width: 100%; height: 340px; } .contact_popup .rightpop { width: 100%; } .mobileslider { margin-bottom: 50px; } .mobileslider .slick-next, .mobileslider .slick-prev { text-indent: -9999px; padding: 0; position: absolute; margin: 0 auto; bottom: auto; z-index: 3; overflow: hidden; width: 50px !important; height: 50px !important; border: 0; background-color: transparent; display: flex; align-items: center; } .mobileslider .slick-prev { right: 0; left: -40px; top: auto; transform: scale(-1); bottom: -50px; height: 30px !important; width: 30px !important; } .mobileslider .slick-next { right: -40px; left: 0; top: auto; transform: unset; bottom: -50px; height: 30px !important; width: 30px !important; } .mobileslider .slick-next::after, .mobileslider .slick-prev::after { position: absolute; content: ""; background-image: url(../img/arrow_icn.webp); background-repeat: no-repeat; background-position: center; background-size: 16px; border: 2px solid #fff; border-radius: 50px; width: 30px; height: 30px; background-color: #fff; } .lndctaa .lndctalft h2 { font-size: 28px; line-height: 38px; } .commfaqq .col-md-6 { margin-top: 10px; } .commfaqq .faq_box { padding: 15px 5px 15px 15px; margin-bottom: 14px; height: auto; } .commfaqq .faq_box_head { height: auto; } .commfaqq .faq_data { margin-top: 20px; } .commfaqq .faq_box_head::after { right: 5px; background-size: 29px; top: auto; } .lndchoose .lndchooserow { grid-template-columns: repeat(1, 1fr); } .headermenus { flex-direction: column; } .landingportfolio .casestudyitem { display: flex; flex-direction: column-reverse; gap: 10px; padding: 15px; border-radius: 10px; margin-right: 0px; } .landingportfolio .casegif { width: 100%; padding: 10px; border-radius: 10px; height: auto; } .landingportfolio .lndportfolio { height: auto; overflow-y: hidden; } .landingportfolio .casedetails{ width: 100%; } .landingportfolio .casedetails h3 { font-size: 26px; line-height: 32px; margin-bottom: 15px; } .landingportfolio .casedetails ul { gap: 10px; flex-wrap: wrap; justify-content: center; } .landingportfolio .casedetails li { border-radius: 10px; } }