 @font-face {font-family: "Material Icons";font-style: normal;font-weight: 400;src: url("https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2") format("woff2");}.material-icons {font-family: "Material Icons";font-weight: normal;font-style: normal;font-size: 24px;line-height: 1;letter-spacing: normal;text-transform: none;display: inline-block;white-space: nowrap;word-wrap: normal;direction: ltr;-webkit-font-feature-settings: "liga";-webkit-font-smoothing: antialiased;}@font-face {font-family: "icomoon";src: url("../fonts/icomoon.eot?64rlul");src: url("../fonts/icomoon.eot?64rlul#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?64rlul") format("truetype"), url("../fonts/icomoon.woff?64rlul") format("woff"), url("../fonts/icomoon.svg?64rlul#icomoon") format("svg");font-weight: normal;font-style: normal;font-display: swap;}[class^=icon-], [class*=" icon-"] {font-family: "icomoon" !important;speak: never;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}:root {--default: #041541;--primary: #374253;--secondary: #ed6d3a;--navyblue: #1074b7;--lightpink: #ffdcce;--black: #000000;--white: #ffffff;--offorange: #ff7b47;--success: #0ad663;--lightsuccess: #a2d15c;--lightyellow: #faad29;--logoyellow: #f5c527;--lightorange: #d95b20;--lightgray: #707070;--sidebarpink: #fff0ea;--border-color: #fff1c3;--orange: #fcaa27;--hover--card: #fab22edb;--default-btn: #d55d2b;--default-btn-hover: #ff7946;--bg--form: #def2ff;--poppins: "Poppins", sans-serif;--raleway: "Raleway", sans-serif;--opensans: "Open Sans", sans-serif;}html, body {padding: 0;margin: 0;position: relative;}body.portfolio-new {overflow-x: hidden;}* {padding: 0;margin: 0;box-sizing: border-box;}p {color: var(--black);font-family: var(--raleway);font-size: 15px;font-weight: 400;}h1, h2, h3, h4, h5, h6 {color: var(--default);font-family: var(--poppins);}button {text-transform: capitalize;}a {text-decoration: none;color: inherit;}a:hover {color: inherit;}strong {font-weight: 500;font-family: var(--poppins);}ul {padding: 0;margin: 0;list-style: none;}.bg-themecolor {background: var(--secondary);}#downloadModalToggle .help-block-error {font-size: 14px;color: red;}#downloadModalToggle .modal-body {padding: 50px 46px;}#downloadModalToggle .modal-content {background-color: #f7e2d9;box-shadow: -2px 6px 26.7px 2px rgba(0, 0, 0, 0.2509803922);border: 0;border-radius: 20px;}#downloadModalToggle .arrow-btn {width: 13px;padding-left: 0;}#downloadModalToggle .crossbtn {color: var(--black);font-size: 16px;position: absolute;z-index: 2;top: 0.8rem;right: 1.2rem;background: transparent;border-radius: 50px;border: none;transition: background 0.1s ease-in-out;padding: 10px;display: flex;align-items: center;justify-content: center;}#downloadModalToggle .crossbtn:hover {background: rgba(255, 255, 255, 0.3294117647);border-radius: 50px;box-shadow: 0 4px 30px rgba(0, 0, 0, 0.0901960784);backdrop-filter: blur(9.9px);-webkit-backdrop-filter: blur(9.9px);border: 1px solid rgba(255, 255, 255, 0.1019607843);}#downloadModalToggle h2 {font-size: 24px;font-family: var(--raleway);font-weight: 600;}#downloadModalToggle .subtitle {font-size: 16px;font-weight: 500;color: var(--default);line-height: 22px;}#downloadModalToggle .note-text {font-size: 13px;font-weight: 500;color: red;}#downloadModalToggle .form-wrapper .form-card .custom--input {margin-bottom: 4px;padding: 0.795rem 0.75rem;font-style: italic;font-weight: 400;font-family: var(--raleway);border: 0;letter-spacing: 0.4px;font-size: 14px;}#downloadModalToggle .form-wrapper .form-card form {display: flex;flex-direction: column;gap: 1rem;margin-top: 1rem;}#downloadModalToggle .form-wrapper .form-card .default--btn {border-radius: 12px;margin-top: 0;}#downloadModalToggle .form-wrapper .form-card .default--btn .downarrow {width: 18px;padding-left: 4px;transition: transform 0.3s ease-in-out;}#downloadModalToggle .form-wrapper .form-card .default--btn:hover .downarrow {animation: shakeRotate 4s ease-in-out infinite;}@keyframes shakeRotate {0%, 100% {transform: rotate(0deg) translateY(0);}10%, 30%, 50%, 70%, 90% {transform: rotate(-90deg) translateY(-3px);}20%, 40%, 60%, 80% {transform: rotate(-90deg) translateY(3px);}}#exampleModalToggle .help-block-error {font-size: 14px;color: red;}#exampleModalToggle .modal-content {position: relative;z-index: 1;padding: 40px 50px;border-radius: 24px;}#exampleModalToggle .modal-content::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url("../../images/modal-bg.png") no-repeat center center;background-size: cover;z-index: -1;border-radius: 22px;}#exampleModalToggle .modal-body {padding: 0;}#exampleModalToggle .crossbtn {display: flex;justify-content: center;align-items: center;color: var(--white);position: absolute;z-index: 2;top: 0.6rem;right: 1rem;padding: 6px 8px;background: transparent;border: none;border-radius: 50px;transition: background 0.2s ease-in-out;}#exampleModalToggle .crossbtn .fa-times {font-size: 22px;}#exampleModalToggle .crossbtn:hover {background: rgba(255, 255, 255, 0.3294117647);border-radius: 50px;box-shadow: 0 4px 30px rgba(0, 0, 0, 0.0901960784);backdrop-filter: blur(9.9px);-webkit-backdrop-filter: blur(9.9px);}.main-wrapper {display: flex;gap: 2.6rem;align-items: center;}.main-wrapper .left-section {display: flex;flex-direction: column;gap: 0rem;}.main-wrapper .left-section .top-content-box {width: 85%;}.main-wrapper .left-section .top-content-box .headings {font-size: 2.5rem;line-height: 3.2rem;color: var(--white);font-family: var(--raleway);font-weight: 600;}.main-wrapper .left-section .top-content-box .headings span {color: var(--secondary);}.main-wrapper .left-section .top-content-box .para {margin-top: 1rem;font-size: 1rem;color: var(--white);}.main-wrapper .left-section .stats {display: grid;grid-template-columns: repeat(2, auto);margin-top: 0;gap: 1rem;background: #d55d2b;border-radius: 14px;padding: 1rem 1.6rem;font-family: var(--raleway);width: 90%;}.main-wrapper .left-section .stats div {color: var(--white);}.main-wrapper .left-section .stats div strong {font-size: 3rem;line-height: 3.6rem;display: block;font-family: var(--raleway);font-weight: 600;}.main-wrapper .left-section .stats div p {font-size: 14px;color: var(--white);margin-bottom: 0;}.main-wrapper-test {padding: 0rem 1.5rem 1rem 0;display: flex;align-items: center;gap: 0rem;}.main-wrapper-test img {width: 60px;height: 60px;border-radius: 50%;position: relative;z-index: 2;}.main-wrapper-test img:last-child {position: relative;z-index: 1;left: -15px;}.main-wrapper-test p {margin: 0;font-size: 16px;font-weight: 500;margin-bottom: 4px;color: var(--white);}.main-wrapper-test p:last-child {color: #d55d2b;font-weight: 600;}.main-wrapper .form-wrapper {display: flex;justify-content: center;align-items: center;width: 95%;}.main-wrapper .form-wrapper .form-card {background: #f7e2d9;border-radius: 20px;padding: 1.6rem 1.2rem 1.2rem;box-shadow: -2px 6px 26.7px 2px rgba(0, 0, 0, 0.2509803922);}.main-wrapper .form-wrapper .form-card h2 {color: #d55d2b;font-size: 22px;font-family: var(--raleway);font-weight: 600;}.main-wrapper .form-wrapper .form-card .custom--input {margin-bottom: 4px;padding: 0.795rem 0.75rem;font-style: italic;font-weight: 400;font-family: var(--raleway);border: 0;letter-spacing: 0.4px;font-size: 14px;}.main-wrapper .form-wrapper .form-card form {display: flex;flex-direction: column;gap: 1rem;margin-top: 1rem;}.main-wrapper .form-wrapper .form-card .default--btn {border-radius: 12px;margin-top: 0;}.main-wrapper .form-wrapper .logos {display: grid;grid-template-columns: repeat(5, 1fr);grid-template-rows: auto auto;padding-top: 1.2rem;grid-gap: 8px;}.main-wrapper .form-wrapper .logo {width: 100%;height: 100%;object-fit: cover;border-radius: 4px;}.main-wrapper .form-wrapper .logo1 {grid-column: 1/2;grid-row: 1;}.main-wrapper .form-wrapper .logo2 {grid-column: 2/3;grid-row: 1;}.main-wrapper .form-wrapper .logo3 {grid-column: 3/4;grid-row: 1;}.main-wrapper .form-wrapper .logo4 {grid-column: 4/5;grid-row: 1;}.main-wrapper .form-wrapper .logo5 {grid-column: 5/6;grid-row: 1;}.main-wrapper .form-wrapper .logo6 {grid-column: 1/4;grid-row: 2;}.main-wrapper .form-wrapper .logo7 {grid-column: 4/5;grid-row: 2;}.main-wrapper .form-wrapper .logo8 {grid-column: 5/6;grid-row: 2;}@keyframes quiet {25% {transform: scaleY(0.6);}50% {transform: scaleY(0.4);}75% {transform: scaleY(0.8);}}@keyframes normal {25% {transform: scaleY(1);}50% {transform: scaleY(0.4);}75% {transform: scaleY(0.6);}}@keyframes loud {25% {transform: scaleY(1);}50% {transform: scaleY(0.4);}75% {transform: scaleY(1.2);}}.container_music {display: flex;align-items: center;gap: 0.8rem;}.container_music-title {display: flex;flex-direction: column;gap: 6px;}.container_music .text i {cursor: pointer;}.blog--box p {position: relative;}.musicBoxContainer {display: flex;justify-content: space-evenly;height: 54px;--boxSize: 6px;--gutter: 6px;width: calc((var(--boxSize) + var(--gutter)) * 12);}.musicBox {transform: scaleY(0.4);height: 100%;width: 3px;background: var(--secondary);animation-duration: 1.2s;animation-timing-function: ease-in-out;animation-iteration-count: infinite;border-radius: 8px;}.box1 {animation-name: quiet;}.box2 {animation-name: normal;}.box3 {animation-name: quiet;}.box4 {animation-name: loud;}.box5 {animation-name: quiet;}.box6 {animation-name: quiet;}.box7 {animation-name: loud;}.box8 {animation-name: normal;}.box9 {animation-name: quiet;}.box10 {animation-name: quiet;}.mb--8 {margin-bottom: 8px;}.txt--underline {text-decoration: underline;}.text--black {color: var(--black);}.text--white {color: var(--white);}.text--color {color: var(--secondary);}.no-padding {padding: 0 0;}.table--layout table th {font-family: var(--raleway);}.title {line-height: 1.15;font-size: 27px;font-weight: 500;color: var(--default);}.highlighter {position: relative;z-index: 0;}.highlighter::before {content: "";position: absolute;width: 100%;height: 12px;background-color: var(--lightpink);bottom: 12px;left: 0;z-index: -1;}.title, .slider-title {font-size: 30px;font-weight: 500;color: var(--default);text-transform: capitalize;}.title span, .slider-title span {position: relative;z-index: 0;}.title span::before, .slider-title span::before {content: "";position: absolute;width: 100%;height: 10px;background-color: var(--lightpink);bottom: 4px;left: 0;z-index: -1;}.watch--btn--header {padding: 10px 10px 10px 55px;height: 51px;position: relative;transition: ease-in-out 0.4s;background-color: transparent;border: 2px solid var(--default-btn);border-radius: 40px;width: auto;color: var(--secondary);font-size: 16px;font-family: var(--raleway);font-weight: 500;}.watch--btn--header:hover {padding: 10px 60px 10px 20px;}.watch--btn--header:hover::before {left: calc(100% - 50px);}.watch--btn--header::before {content: url("../../images/icons/arrow.svg");width: 50px;height: 100%;display: flex;align-items: center;justify-content: center;font-size: 24px;border: 1px solid var(--white);transition: ease-in-out 0.5s;position: absolute;background-color: var(--default-btn);top: 0;left: 0;padding: 20px 20px;border-radius: 40px;}.slider-title span::before {height: 10px;bottom: 2px;}.arrow-btn1 {width: 40px;padding-left: 8px;transition: all 0.4s ease-in-out;}.arrow-btn, .long--arrow {width: 26px;padding-left: 4px;position: relative;right: 0;transition: all 0.2s ease-in-out;}.long--arrow {width: 34px;}.left--home--buttons a:hover {color: var(--white);}a.default--btn:hover {color: var(--white);}.default--btn {border: none;border-radius: 50px;padding: 10px 18px;background-image: linear-gradient(to right, #d55d2b, #ff7946);color: var(--white);outline: none;transition: all 0.3s ease 0s;width: auto;font-family: var(--raleway);font-weight: 400;font-size: 16px;width: auto;height: 50px;display: flex;align-items: center;justify-content: center;gap: 4px;}.default--btn span {padding-left: 5px;}.default--btn:hover {background-image: linear-gradient(to left, #d55d2b, #ff7946);}.default--btn:hover .arrow-btn, .default--btn:hover .long--arrow {right: -2px;transition: all 0.2s ease-in-out;}.contact-row .intl-tel-input .selected-flag {height: 100%;}.contact-row .intl-tel-input .selected-flag .selected-dial-code {padding-right: 15px;font-size: 14px;}.breadcrumb {margin-bottom: 0;}.breadcrumb ul {list-style: none;padding: 0;margin: 0;}.breadcrumb li {display: inline;font-size: 12px;font-family: var(--raleway);font-weight: 400;}.breadcrumb li + li:before {padding: 0 5px;content: "\f101";font-family: "Font Awesome 5 Free";font-weight: 600;font-size: 12px;color: var(--primary);}.breadcrumb li a {color: var(--primary);font-family: var(--raleway);font-weight: 400;text-decoration: none;cursor: pointer;}.breadcrumb li a:hover {color: #01447e;text-decoration: underline;}.common-contact-form {padding: 40px 0;}.main--logo {width: 140px;}.form-row-sepe #contact_no-error {position: absolute;top: 50px;margin-bottom: 1rem;}#jsServicePhoneNo-error, #jsPhoneNo-error, #number-error {bottom: 0;top: 0;}.iti__selected-flag {height: 44px !important;}.contactus-form-grid .form-content {border-radius: 8px !important;}.contact-form-grid {display: grid;grid-template-columns: repeat(1, 1fr);border-radius: 8px;box-shadow: 0 0 15px rgba(83, 83, 83, 0.1607843137);}.contact-form-grid #tel_number-error {position: absolute;top: 44px;margin-bottom: 0rem;}.contact-form-grid #service-error {top: 0px;}.contact-form-grid .help-block-error {position: relative;top: -16px;font-size: 14px;color: red;}.contact-form-grid .form-image {background-color: var(--bg--form);padding: 2rem;border-radius: 8px 8px 0 0;display: flex;justify-content: center;height: 100%;}.contact-form-grid .form-content {padding: 1rem;background-color: var(--logoyellow);border-radius: 0 0 8px 8px;}.contact-form-grid .form-content .form-title {color: var(--default);font-size: 1.3rem;font-weight: 300;font-family: var(--poppins);}.contact-form-grid .form-content .form-message {color: var(--default);font-size: 0.9rem;font-family: var(--raleway);font-weight: 400;}.contact-form-grid .form-content .contact-form-input {margin-bottom: 15px;outline: none;padding: 0.675rem 0.75rem;color: var(--lightgray);font-weight: 300;font-style: italic;font-family: var(--raleway);border-color: var(--border-color);}.contact-form-grid .form-content .contact-form-textarea {color: #383535;font-weight: 400;font-style: italic;font-family: var(--raleway);font-size: 14px;}.contact-form-grid .form-content .contact-form-input::placeholder, .contact-form-grid .form-content .contact-form-textarea::placeholder {font-size: 15px;letter-spacing: 0.5px;}.contact-form-grid .form-content .contact-form-input:focus, .contact-form-grid .form-content .contact-form-textarea:focus {outline: none;box-shadow: 0 0 0 0;border-color: #ced4da;}.send-msg-btn {margin-top: 15px;width: 100%;display: inline-block;}.testimonial-seo-section .description {font-size: 18px;font-family: var(--raleway);font-weight: 400;margin: 18px 0;line-height: 1.4;}.test--client--container {background-image: url("../../images/testimonial/slider-banner.png");background-repeat: no-repeat;background-size: cover;background-position: center;padding: 60px 0;position: relative;z-index: 0;}#main--slider {position: relative;margin-bottom: 2rem;}#main--slider .owl-stage-outer {padding-bottom: 0px;}#main--slider .owl-theme .fa-arrow-left, #main--slider .owl-theme .fa-arrow-right {color: #fac9b6;}#main--slider .owl-theme .owl-nav[class*=owl-] {position: absolute;transition: 0.4s ease-in-out;right: 0;left: 0;}#main--slider .owl-theme .owl-nav[class*=owl-]:hover {background: transparent;color: var(--secondary);}#main--slider .owl-theme .owl-next, #main--slider .owl-theme .owl-prev {position: relative;}#main--slider .owl-theme .owl-next:hover, #main--slider .owl-theme .owl-prev:hover {background: transparent;}#main--slider .owl-theme .owl-next:hover .fa-arrow-left, #main--slider .owl-theme .owl-next:hover .fa-arrow-right, #main--slider .owl-theme .owl-prev:hover .fa-arrow-left, #main--slider .owl-theme .owl-prev:hover .fa-arrow-right {color: var(--secondary);}#main--slider .owl-theme .owl-next {left: 50px;top: 2px;}#main--slider .owl-theme .owl-prev {top: 2px;right: 50px;}#main--slider .owl-theme .owl-dots {padding-top: 20px;}#main--slider .owl-theme .owl-dots .owl-dot {transition: 0.1s ease-in-out;}#main--slider .owl-theme .owl-dots .owl-dot.active span {background-color: var(--secondary);transform: rotate(45deg);transition: 0.1s ease-in-out;}#main--slider .owl-theme .owl-dots .owl-dot:hover span {background-color: var(--secondary);}#main--slider .owl-theme .owl-dots .owl-dot span {width: 9px;height: 9px;margin: 5px 4px;border-radius: 3px;background-color: #fac9b6;}.testimonial-box {padding-top: 30px;}.testimonial-box .client-ratings {display: flex;align-items: center;gap: 8px;}.testimonial-box .flex-square {padding-bottom: 1rem;display: grid;grid-template-columns: repeat(2, auto);align-items: center;grid-gap: 2rem;}.testimonial-box .flex-square .content {padding-top: 0.8rem;}.testimonial-box .flex-square .content .name {font-size: 18px;color: #1075b7;font-family: var(--raleway);font-weight: 600;}.testimonial-box .flex-square .content .name .name--link {color: #1075b7;}.testimonial-box .flex-square .content .service-name {font-family: var(--poppins);margin-bottom: 0;font-weight: 400;font-size: 14px;font-style: italic;}.icon-navigation-left:before {content: "\e90b";}.icon-navigation-right:before {content: "\e90c";}.icon-rocket-icon:before {content: "\e90a";color: var(--white);}.icon-android:before {content: "\e900";color: var(--white);}.icon-cross .path1:before {content: "\e901";color: rgb(0, 0, 0);}.icon-cross .path2:before {content: "\e902";margin-left: -0.8505859375em;color: var(--white);}.icon-cross .path3:before {content: "\e903";margin-left: -0.8505859375em;color: rgb(255, 255, 255);}.icon-hybrid:before {content: "\e904";color: var(--white);}.icon-Icon-simple-apple:before {content: "\e905";color: var(--white);}.icon-Domain-icon:before {content: "\e906";color: var(--white);}.icon-Map-Icon:before {content: "\e907";color: var(--white);}.icon-arrow-left:before {content: "\e908";}.icon-arrow-right:before {content: "\e909";}.icon-custom-white .path1:before {content: "\e911";color: var(--white);}.icon-custom-white .path2:before {content: "\e912";color: var(--white);margin-left: -0.939453125em;}.icon-custom-white .path3:before {content: "\e913";color: #1075b7;margin-left: -0.939453125em;}.icon-custom-white .path4:before {content: "\e914";color: var(--white);margin-left: -0.939453125em;}.fixed-navbar {position: fixed;transition: all 1s ease-in-out;top: 0;left: 0;right: 0;top: 0;z-index: 1000;width: 100%;background-color: var(--white);box-shadow: 0 0 13px rgba(0, 0, 0, 0.3490196078);}.w-20 {width: 18px;margin-right: 6px;}.mega--menu .industry--menu .menu--pt4 {padding-top: 4rem;}.mega--menu .box--one a {position: relative;}.mega--menu .box--one .menu--arow {transition: ease-in-out 0.4s;opacity: 0;position: absolute;top: -2px;right: -10px;margin-bottom: 0;}.mega--menu .box--one:hover .menu--arow {right: -26px;top: -2px;opacity: 1;}.mega--menu--grid .menu--title {margin-bottom: 20px;font-weight: 600;display: inline-block;text-decoration: underline;}.mega--menu--grid ul li {margin-bottom: 12px;display: flex;gap: 7px;align-items: center;}.mega--menu--grid ul li a {position: relative;}.mega--menu--grid ul li .menu--arow {transition: ease-in-out 0.4s;opacity: 0;position: absolute;top: 0;right: -10px;margin-bottom: 0;display: flex;align-items: center;height: 100%;}.mega--menu--grid ul li:hover .menu--arow {right: -26px;opacity: 1;}.mega--menu--grid--btm-srv {display: flex;flex-wrap: wrap;justify-content: space-between;}.box--one--icons {width: 24px;margin-right: 6px;}@media (max-width: 1999px) {#my-menu {display: none !important;}}@media (min-width: 1200px) {#mm-my-menu, #mobile--navbar {display: none !important;}}.d--navdesk {display: none;}#my-menu:not(.mm-menu) {display: none;}.mobile--header {float: right;}.mobile--header .humburger {background: #263238;display: block;height: 2px;margin: 6px 0;}.mobile--header .humburger span {position: relative;width: 2px;height: 4px;background-color: #d95b20;}.mobile--header .humburger span::after {position: absolute;content: "";width: 2px;height: 4px;background-color: #d95b20;}.mobile--header .humburger span::before {position: absolute;content: "";width: 2px;height: 4px;background-color: #d95b20;}.service--inner--pt {padding-top: 10px;}.mm-navbar__title {background-image: url(../../images/logo.svg);background-repeat: no-repeat;background-position: 40% center;background-size: 40%;}.mm-navbar__title span {display: none;}.mm-menu_offcanvas {z-index: 1000;box-shadow: 10px 8px 26px rgba(0, 0, 0, 0.2117647059);}.floatingNav {width: calc(100vh - 90px);border-radius: 2px;box-shadow: 0px 1px 10px #999;}.mm-navbar {height: 94px;}.mm-panel, .mm-navbar {background-color: #fff0ea !important;}.nav--colpos {position: relative;}.contactus--nav .mm-listitem__text {padding-top: 2.8rem;}.mm-listitem__text {color: #2c201b;font-weight: 500;font-size: 14px;}.mm-menu_offcanvas:not(.mm-menu_opened) {display: none !important;}.my-header {padding: 0.5rem 0 0.8rem;background-color: var(--white);z-index: 100;left: 0;}.reachus--chat {position: fixed;bottom: 82px;right: 30px;}.reachus--chat--icon {width: 32px;animation: ShakeIcon 0.7s linear infinite;}.reachus--chat .callus--btn {background-color: #0ad561;color: var(--white);border: none;border-radius: 40px;padding: 12px 12px;}.reachus--chat .callus--btn:focus {box-shadow: unset;}.wapp--icon {width: 20px;margin-right: 6px;animation: ShakeIcon 0.7s linear infinite;}@keyframes ShakeIcon {0% {transform: rotate(5deg);}25% {transform: rotate(-6deg);}50% {transform: rotate(5deg);}75% {transform: rotate(-6deg);}100% {transform: rotate(5deg);}}.mobnav--arrow {padding-left: 0.4rem;}.mobile-nav-shadow {box-shadow: 0 0 13px rgba(0, 0, 0, 0.3490196078);}.navlist--social {text-align: center;}.navlist--social .mm-listitem__text {padding-top: 0;padding-right: 0;padding-bottom: 0;padding-left: 0;}.removeborder--nav {border-bottom: none;}.sticky-wrapper {height: 76.125px !important;}.navheader {width: 50px;height: auto;padding: 0 12px;margin: 2px;position: relative;top: 22px;display: block;}.navheader::after {content: "";display: block;background: #263238;height: 2px;}.navheader::before {content: "";display: block;background: #263238;height: 2px;}.navheader span {background: #263238;display: block;height: 2px;margin: 6px 0;}.navbar--color .navbar-brand {padding-top: 0.7125rem;}.skeleton-loader {position: relative;height: 320px;background-color: #e0e0e0;transition: opacity 0.5s ease;}.skeleton-loader.hidden {opacity: 0;visibility: hidden;}.skeleton-loader::after {content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background-repeat: no-repeat;background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(#aaaaaa 32px, transparent 0), linear-gradient(#aaaaaa 16px, transparent 0), linear-gradient(#aaaaaa 16px, transparent 0), linear-gradient(#aaaaaa 22px, transparent 0), linear-gradient(#aaaaaa 13px, transparent 0), radial-gradient(circle 48.5px at 48.5px 48.5px, #aaaaaa 100%, transparent 0), linear-gradient(#aaaaaa 32px, transparent 0), linear-gradient(#aaaaaa 32px, transparent 0), linear-gradient(#ffffff 100%, transparent 0);background-size: 264px 100%, 308px 32px, 409px 16px, 343px 16px, 194px 22px, 409px 13px, 97px 97px, 128px 32px, 128px 32px, 100% 100%;background-position: 0 0, 111px 32px, 16px 128px, 56px 160px, 169px 76px, 16px 192px, 425px 123px, 133px 238px, 283px 238px, 0 0;animation: skeleton-animation 2000ms infinite;}@keyframes skeleton-animation {to {background-position: 100% 0, 111px 32px, 16px 128px, 56px 160px, 169px 76px, 16px 192px, 425px 123px, 133px 238px, 283px 238px, 0 0;}}.newbanner-home {display: flex;justify-content: center;text-align: center;align-items: center;padding: 100px 0;}.newbanner-home .left--home {position: relative;top: 20%;}.newbanner-home .left--home--buttons {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;gap: 10px;}.newbanner-home .default--btn {padding: 10px 16px;font-size: 14px;width: auto;}.uber-container h1 {font-size: 40px;margin-bottom: 22px;text-transform: uppercase;}.uber-container .banner-microanim {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;font-size: 38px;gap: 0px;margin-bottom: 30px;}.uber-container .banner-microanim h2 {text-align: right;}.unlock-newtitle {display: flex;flex-wrap: wrap;justify-content: center;}.unlock-newtitle h1 {position: relative;z-index: 1;}.unlock-newtitle h1::before {content: "";position: absolute;width: 50%;height: 12px;background-color: var(--lightpink);bottom: 6px;left: 0;right: 0;z-index: -1;margin: 0 auto;}.unlock-newtitle .lock--span {position: relative;}.unlock-newtitle .lock--span::after {content: "";background-image: url("../../images/icons/keyhole-icon.svg");background-repeat: no-repeat;background-size: 70%;top: 16px;left: 5px;position: absolute;z-index: 0;width: 100%;height: 100%;}.banner-microanim .static-card {display: flex;align-items: center;border-radius: 4px;animation: fadeOut 0.48s ease forwards;animation-delay: 2s;opacity: 1;position: relative;z-index: 1;}.banner-microanim .static-card .cont-card-text {background-color: #d55d2b;}@keyframes fadeOut {to {opacity: 0;visibility: hidden;display: none;}}.cont {display: grid;min-height: 54px;width: 100%;position: relative;z-index: 0;-webkit-mask-box-image: -webkit-linear-gradient(top, transparent, transparent 0, var(--white) 0%, var(--white) 100%, transparent 100%);}.cont-cards {position: relative;display: flex;align-items: center;justify-content: center;flex-direction: column;}.cont-card {position: absolute;opacity: 0;pointer-events: none;animation: slideUp 15s infinite;border-radius: 4px;}.cont-card-text {color: var(--white);padding: 0px 14px;border-radius: 8px;margin: 4px 0;text-align: center;text-transform: capitalize;font-size: 28px;font-weight: 500;font-family: var(--poppins);}.cont-card:nth-child(1) {animation-delay: 0s;background-color: #fcaa26;opacity: 1;}.cont-card:nth-child(2) {animation-delay: 3s;background-color: #9fd356;}.cont-card:nth-child(3) {animation-delay: 6s;background-color: #1b77b5;}.cont-card:nth-child(4) {animation-delay: 9s;background-color: #a11cd9;}.cont-card:nth-child(5) {animation-delay: 12s;background-color: #d55d2b;}@keyframes slideUp {0%, 100% {transform: translateY(100%) scale(0.5);opacity: 0;}5%, 20% {transform: translateY(100%) scale(0.7);opacity: 0.4;}25%, 40% {transform: translateY(0) scale(1);opacity: 1;}45%, 60% {transform: translateY(-100%) scale(0.7);opacity: 0.4;}65% {transform: translateY(-100%) scale(0.5);opacity: 0;}}.PortfoliotextSlider {height: 74px;overflow: hidden;}.PortfoliotextSlider h2 {font-size: 62px;font-weight: 700;color: var(--secondary);}.PortfoliotextSlider .swiper-slide {text-align: start;width: 100%;}.inner span.item-label, .inner a.item-label {font-weight: 500;}.common-titles {text-transform: capitalize;font-size: 42px;margin-bottom: 22px;}.common-titles .highlighter {color: var(--secondary);position: relative;z-index: 1;}.common-titles .highlighter::before {content: "";position: absolute;background-color: #feded1;width: 100%;height: 14px;bottom: 8px;z-index: -1;}.portfolio-gallery-header-section {background: url("../../images/portfolio-gallery/gallery-banner-bg.jpg") no-repeat;background-size: cover;padding: 70px 0 10px;}.downarrow {width: 12px;margin-left: 2px;}.bg-loading {background-color: #0b1523;}.portdetail-wrapper {padding: 46px 0;}.portdetail-wrapper .gallery-box {display: grid;align-items: center;grid-template-columns: repeat(2, 1fr);grid-gap: 2rem 2.4rem;}.portdetail-wrapper .gallery-box-one {text-align: start;}.portdetail-wrapper .gallery-box-one .mainheading {font-size: 34px;margin-bottom: 28px;border-radius: 0;color: var(--white);}.portdetail-wrapper .gallery-box-one .mainsubtitle {color: var(--white);font-size: 18px;padding: 0px;margin-bottom: 40px;}.portdetail-wrapper .gallery-box-one .default--btn {display: flex;align-items: center;gap: 6px;width: auto;padding: 10px 28px;}.portdetail-wrapper .gallery-box-one .default--btn .downarrow {transition: transform 0.3s ease-in-out;}.portdetail-wrapper .gallery-box-one .default--btn:hover .downarrow {margin-left: 4px;animation: shakeRotate 4s ease-in-out infinite;}.portdetail-wrapper .gallery-box-labled-text {display: flex;margin-bottom: 20px;gap: 22px;align-items: center;}.portdetail-wrapper .gallery-box-labled-text-inner {display: flex;align-items: center;gap: 8px;}.portdetail-wrapper .gallery-box-labled-text-inner p {font-size: 15px;color: var(--white);margin-bottom: 0;padding: 0;}.portdetails-extras {}.portdetails-extras .sertech-flexbox {margin: 30px 0;display: grid;grid-gap: 2.2rem;grid-template-columns: repeat(2, auto);}.portdetails-extras .sertech-flexbox-items {display: flex;gap: 8px;flex-direction: column;background-color: #fee7df;border-radius: 6px;padding: 16px 30px;}.portdetails-extras .sertech-flexbox-items img {width: 34px;}.portdetails-extras .sertech-flexbox-items .inner {display: flex;align-items: center;gap: 6px;margin-bottom: 0.2rem;}.portdetails-extras .sertech-flexbox-items .inner h2 {font-size: 18px;margin-bottom: 0;color: var(--secondary);font-weight: 400;}.portdetails-extras .sertech-flexbox-items p {font-size: 15px;line-height: 21px;margin-bottom: 0;color: var(--default);font-weight: 500;}.portdetails-extras .sertech-flexbox-items p a.item-label {text-decoration: underline;}@keyframes skeleton-loading {0% {background-position: -200px 0;}100% {background-position: calc(200px + 100%) 0;}}.portdetails-extras .skeleton-container, .portdetails-extras .skeleton-logo-row {display: flex;gap: 16px;justify-content: center;flex-wrap: wrap;padding: 20px;}.portdetails-extras .skeleton-box {width: 100px;height: 100px;border-radius: 12px;background: #e2e2e2;background-image: linear-gradient(90deg, #e2e2e2 0px, #f5f5f5 40px, #e2e2e2 80px);background-size: 600px;animation: skeleton-loading 1.2s infinite;}.portdetails-extras .skeleton-line {height: 14px;background: #e2e2e2;border-radius: 4px;animation: skeleton-loading 1.2s infinite;background-image: linear-gradient(90deg, #e2e2e2 0px, #f5f5f5 40px, #e2e2e2 80px);background-size: 600px;margin: 4px 0;}.portdetails-extras .skeleton-line.short {width: 80px;}.portdetails-extras .skeleton-line.long {width: 200px;}.portdetails-extras .skeleton-logo {width: 120px;height: 60px;border-radius: 6px;background: #e2e2e2;background-image: linear-gradient(90deg, #e2e2e2 0px, #f5f5f5 40px, #e2e2e2 80px);background-size: 600px;animation: skeleton-loading 1.2s infinite;}.portdetails-extras .tab-navigation {padding: 40px 20px 0;position: sticky;top: 3rem;}.portdetails-extras .tab-navigation-heading {font-size: 22px;font-weight: 500;margin-bottom: 20px;}.portdetails-extras .tab-content {padding-top: 1.2rem;}.portdetails-extras .tab-list {list-style: none;}.portdetails-extras .tab-item {padding: 0px 20px 0 16px;margin-bottom: 0px;cursor: pointer;border-left: 3px solid #d9d9d9;transition: all 0.3s ease;font-weight: 500;color: var(--default);font-family: var(--raleway);}.portdetails-extras .tab-item span {display: block;padding: 5px 0;}.portdetails-extras .tab-item.active {border-left: 3px solid var(--default-btn);}.portdetails-extras .tab-item:hover:not(.active) {border-left: 3px solid var(--default-btn);}.portdetails-extras .content-section {padding: 20px 0 0;}.portdetails-extras .content-section h2 {font-size: 24px;margin-bottom: 16px;}.portdetails-extras .process-steps {display: flex;flex-wrap: wrap;gap: 15px;margin-top: 20px;}.portdetails-extras .process-steps span {background-color: #e1f0ff;color: #0066cc;padding: 10px 20px;border-radius: 30px;font-weight: 500;}#gallery {margin: 2rem 0;}.tab-container .cta-box {background: #fee7df;border-radius: 6px;margin-top: 26px;padding: 20px 14px;}.tab-container .cta-box-heading {font-size: 22px;}.tab-container .cta-box-subtitle {font-size: 16px;margin: 12px 0 16px;}.tab-container .lined-btn {border: 1px solid #d55d2b;border-radius: 50px;color: #d55d2b;display: flex;align-items: center;justify-content: center;gap: 12px;margin-top: 14px;background: transparent;width: 100%;height: 46px;font-weight: 500;}.tab-container .lined-btn .paperplane-icon {width: 18px;}.tablist-mobile {position: sticky;top: 80px;z-index: 1000;background: #fff;overflow-x: auto;white-space: nowrap;scroll-behavior: smooth;border-bottom: 1px solid #ddd;}.tablist-mobile::-webkit-scrollbar {display: none;}#downIcon {z-index: 1000;}.down-mobicon {position: fixed;z-index: 1000;border: 0;background: transparent;box-shadow: none;cursor: pointer;transition: all 0.3s ease-in-out;}.tab-list-mobile {display: flex;padding: 0;margin: 0;list-style: none;}.tab-item-mobile {flex: 0 0 auto;padding: 10px 10px 5px;font-weight: 500;color: #000;border-bottom: 3px solid transparent;transition: border-color 0.3s;cursor: pointer;}.tab-item-mobile.active {border-bottom: 2px solid #d55d2b;}.portdetails-nt9876-section::after {content: "";display: none;}.gallery-box {display: grid;align-items: center;grid-template-columns: repeat(2, 1fr);}.gallery-box-one {text-align: center;}.gallery-box-one h1 {font-size: 44px;margin-bottom: 36px;border-radius: 10px;color: #f5c526;}.gallery-box-one p {color: var(--white);font-size: 20px;padding: 0px 20px;}.gallery-text-slider .tag-list {margin: 0;padding-inline: 0;list-style: none;}.gallery-text-slider .tag-list li {padding: 1rem 0.6rem;transition: 300ms;cursor: pointer;display: flex;align-items: center;gap: 1.2rem;font-family: var(--raleway);color: rgba(255, 255, 255, 0.4392156863);}.gallery-text-slider .tag-list li:hover, .gallery-text-slider .tag-list li:focus, .gallery-text-slider .tag-list li:active {transform: scale(1.1);}.gallery-text-slider .scroller {max-width: max-content;}.gallery-text-slider .scroller[data-direction=left] {--_animation-direction: forwards;}.gallery-text-slider .scroller[data-direction=slow] {--_animation-duration: 20s;}@keyframes scroll {to {transform: translate(calc(-50% - 0.5rem));}}.gallery-text-slider .scroller__inner {display: flex;flex-wrap: wrap;}.gallery-text-slider .scroller[data-animated=true] {overflow: hidden;-webkit-mask: linear-gradient(90deg, transparent, var(--white) 10%, var(--white) 90%, transparent);mask: linear-gradient(90deg, transparent, var(--white) 10%, var(--white) 90%, transparent);}.gallery-text-slider .scroller[data-animated=true] .scroller__inner {width: max-content;flex-wrap: nowrap;animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;animation-delay: 1s;}.gallery-service-section {padding: 80px 0 0;}.gallery-service-section .wecreate-heading-header {font-size: 44px;line-height: 52px;margin-bottom: 1.4rem;font-weight: 600;}.gallery-service-section .wecreate-heading-highlighter {color: var(--secondary);position: relative;}.gallery-service-section .wecreate-heading-highlighter::before {content: "";position: absolute;background-color: #feded1;width: 100%;height: 14px;bottom: 8px;z-index: -1;}.gallery-service-section .wecreate-heading p {font-size: 20px;}.gallery-service-section .wecreate-flexbox {display: flex;flex-wrap: wrap;justify-content: space-around;margin-top: 40px;background: #fee6dd;padding: 40px 0;border-radius: 20px;box-shadow: 0px 0px 9.1px 0px rgba(213, 93, 43, 0.5294117647);position: relative;z-index: 1;border: 2px solid rgba(213, 93, 43, 0.2);}.gallery-service-section .wecreate-flexbox::before {content: "";background: url(../../images/portfolio-gallery/gallery-wecreate-arrow.png) no-repeat;background-size: 100%;width: 200px;height: 100%;position: absolute;right: -38px;top: 60px;z-index: 2;}.gallery-service-section .wecreate-flexbox-items {display: flex;align-items: self-start;gap: 10px;max-width: 320px;}.gallery-service-section .wecreate-flexbox-items .gallery-service-icon {width: 70px;}.gallery-service-section .wecreate-flexbox-items .inner h3 {font-size: 18px;margin-bottom: 0.8rem;}.gallery-service-section .wecreate-flexbox-items .inner p {font-size: 16px;line-height: 24px;margin-bottom: 0;}.owl-carousel1 .owl-item.active .categories-tags {opacity: 0;transition-duration: 0.1s;transition-property: opacity;transition-timing-function: ease-in-out;}.owl-carousel1 .owl-item.active.center .categories-tags {opacity: 1;transition-duration: 2s;transition-property: opacity;transition-timing-function: ease-in-out;}@media (max-width: 767px) {.gtco-testimonials {margin-top: 20px;}}.gtco-testimonials {position: relative;}.gtco-testimonials .owl-stage-outer {padding: 30px 0;}.gtco-testimonials .owl-stage-outer .owl-item {transform: scale(0.8);transition: transform 0.2s ease-in-out;display: block;}.gtco-testimonials .owl-stage-outer .owl-item.active.center {transform: scale(1.1);}.gtco-testimonials .owl-carousel .owl-nav button.owl-next, .gtco-testimonials .owl-carousel .owl-nav button.owl-prev, .gtco-testimonials .owl-carousel button.owl-dot {outline: 0;}.gtco-testimonials .owl-nav {display: none;}.gtco-testimonials .owl-dots {text-align: center;}.gtco-testimonials .owl-dots span {position: relative;height: 10px;width: 10px;border-radius: 50%;display: block;background: var(--white);border: 2px solid #01b0f8;margin: 0 5px;}.gtco-testimonials .owl-dots .active {box-shadow: none;}.gtco-testimonials .owl-dots .active span {background: #01b0f8;box-shadow: none;}.gtco-testimonials .new-carousel .categories-tags {right: 0;left: 0;grid-gap: 14px;display: flex;justify-content: center;}.galleryimg-section {padding: 80px 0 40px;}.galleryimg-section .swiper-wrapper {padding: 70px 0;}.galleryimg-section .title {font-weight: 600;}.galleryimg-section .swiper-slide .categories-tags {opacity: 0;transition-duration: 0.1s;transition-property: opacity;transition-timing-function: ease-in-out;}.galleryimg-section .swiper-slide-prev, .galleryimg-section .swiper-slide-next {transform: scale(1);transition: transform 0.2s ease-in-out;display: block;}.galleryimg-section .swiper-slide-active {display: block;transform: scale(1.2);transition: transform 0.2s ease-in-out;}.galleryimg-section .swiper-slide-active .categories-tags {opacity: 1;transition-duration: 2s;transition-property: opacity;transition-timing-function: ease-in-out;}.galleryimg_slider .owl-item .categories-tags {display: block;}.galleryimg_slider .owl-item.show-tags .categories-tags {display: none;}.galleryimg_slider .owl-item .item img {-ms-transform: rotate(60deg);-webkit-transform: rotate(60deg);transform: rotate(60deg);}.galleryimg_slider .owl-item.center .item img {-webkit-transform: scale(1.15);-ms-transform: scale(1.15);transform: scale(1.15);}.galleryimg_slider .owl-item .item img {-webkit-transition: 0.3s;-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);-o-transition: 0.3s;transition: 0.3s;-webkit-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);}.imagegallery-section {padding: 40px 0;}.imagegallery-section .imagegallery-grid {display: grid;grid-template-columns: 1fr;grid-gap: 40px;}.imagegallery-section .gallery-image-middletext {text-align: center;font-size: 22px;line-height: 32px;font-weight: 500;font-family: var(--raleway);padding: 40px 0 0;}.ptf-details-header-section {background-size: cover;background-repeat: no-repeat;}.ptf-details-header-section .gallery-box {grid-template-columns: repeat(2, auto);grid-gap: 3rem 6rem;}.problem-sol-section {padding: 60px 0 20px;}.problem-sol-section .prosol-grid {display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 40px;}.problem-sol-section .prosol-grid-items h4 {margin-bottom: 35px;}.problem-sol-section .prosol-grid-items-title {position: relative;z-index: 0;margin-bottom: 35px;text-transform: uppercase;font-size: 40px;font-weight: 600;}.problem-sol-section .prosol-grid-items-title::before {content: "";position: absolute;width: 100%;height: 12px;background-color: var(--lightpink);bottom: 12px;left: 0;z-index: -1;}.nt9876-section {padding: 20px 0 0;position: relative;}.nt9876-section::after {content: "";background-color: var(--secondary);width: 100%;height: 40%;position: absolute;bottom: 0;left: 0;right: 0;z-index: -1;}.nt9876-section .nt9876-boxshade {background-color: #fedccf;padding: 0px 40px 40px 40px;border-radius: 8px;position: relative;z-index: -1;}.nt9876-section .nt9876-boxshade::before {content: url("../../images/portfolio-gallery/testimonail-arrow.png");position: absolute;right: 0;top: 5%;z-index: 4;transform: scale(0.5);}.nt9876-section .nt9876-heading h4 {font-size: 88px;text-transform: uppercase;text-align: center;position: relative;top: 2.6rem;}.nt9876-section .nt9876-container {padding: 30px;position: relative;z-index: 3;background: rgba(254, 220, 207, 0.59);border-radius: 16px;box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);backdrop-filter: blur(5.8px);-webkit-backdrop-filter: blur(5.8px);border: 0;}.nt9876-section .nt9876-container::before {content: url("../../images/portfolio-gallery/testimonial-clouds.png");position: absolute;right: -16px;bottom: 100px;z-index: 4;transform: scale(0.6);}.nt9876-section .nt9876-carousel {position: relative;}.nt9876-section .nt9876-carousel::before, .nt9876-section .nt9876-carousel::after {content: "";position: absolute;top: 0;bottom: 0;width: 4px;background: radial-gradient(170.42% 30% at 50% 50%, #ffffff 80%, rgba(255, 255, 255, 0) 100%);pointer-events: none;}.nt9876-section .nt9876-carousel::before {left: 0px;}.nt9876-section .nt9876-carousel::after {right: 0px;}.nt9876-section .nt9876-carousel-description {margin-bottom: 38px;}.nt9876-section .nt9876-carousel-description img {width: 34px;height: auto;}.nt9876-section .nt9876-carousel-description p {text-wrap: pretty;font-size: 16px;padding-left: 0;}.nt9876-section .nt9876-carousel-description p:last-child {margin-bottom: 0;}.nt9876-section .nt9876-carousel-flex {display: flex;align-items: center;gap: 20px;}.nt9876-section .nt9876-carousel-flex .nt9876-client h4 {font-size: 18px;margin-bottom: 6px;}.nt9876-section .nt9876-carousel-flex .nt9876-client p {font-size: 12px;font-weight: 500;margin-bottom: 0;}.nt9876-section .nt9876-carousel-flex .nt9876-client-logo {width: 100%;margin: 0 auto;display: block;}.nt9876-section .nt9876-carousel .nt9876-stars .star-rating {font-size: 18px;}.nt9876-section .nt9876-carousel .nt9876-stars .checked {color: #f5c526;}.nt9876-section .nt9876-carousel .nt9876-stars .unchecked {color: var(--lightgray);}.nt9876-section .nt9876-carousel .nt9876-stars .half-star {position: relative;display: inline-block;}.nt9876-section .nt9876-carousel .nt9876-stars .half-star::before {content: "\f005";font-family: "Font Awesome 5 Free";font-weight: 900;position: absolute;left: 0;color: #f5c526;width: 50%;overflow: hidden;}.nt9876-section .nt9876-carousel .nt9876-stars .half-star::after {content: "\f005";font-family: "Font Awesome 5 Free";font-weight: 900;color: var(--lightgray);}.process-flow-wrapper::after {content: "";display: none;}.process-flow-section {background-color: var(--secondary);padding: 30px 0;border-radius: 8px;}.process-flow-section .process-flow-heading {font-size: 30px;margin-bottom: 20px;text-transform: capitalize;font-weight: 600;color: var(--white);}.process-flow-section .process-flow-heading span {color: #f5c526;}.process-flow-section .process-flow-descr {font-size: 17px;color: var(--white);font-weight: 400;width: 80%;margin: 0 auto;}.resultcnt-wrapper-counter {background: var(--default);padding: 40px 40px 60px;display: flex;justify-content: center;align-items: center;grid-gap: 3rem;margin: 40px 0 10px;border-radius: 8px;flex-direction: column;}.resultcnt-wrapper-counter .resultcnt-wrapper-flex {display: grid;grid-template-columns: repeat(2, 25%);grid-gap: 10rem;width: 100%;justify-content: center;}.resultcnt-wrapper-counter .resultcnt-heading {font-size: 116px;font-weight: 800;font-family: var(--raleway);margin-bottom: 14px;color: var(--white);}.resultcnt-wrapper-counter .resultcnt-para {font-size: 16px;font-weight: 400;margin-bottom: 0;color: var(--white);}.resultcnt-wrapper-counter .result-button {text-align: center;margin-top: 1rem;}.resultcnt-wrapper-counter .rightArrow-icon .rightArrow {width: 14px;margin-left: 0.6rem;transform: rotate(-90deg);}.flow-container {display: flex;flex-wrap: wrap;justify-content: center;padding-top: 40px;height: 100%;}.flow-container .step {display: flex;text-align: center;}.flow-container .step p {font-size: 12px;color: var(--white);font-weight: 400;letter-spacing: 0.6px;}.flow-container .img-container {width: 110px;margin: 0 auto;display: flex;align-items: center;flex-direction: column;justify-content: flex-start;height: 100%;}.flow-container .flow-button {color: var(--white);filter: grayscale(100%);transition: filter 0.3s ease;width: 90px;padding-bottom: 10px;}.flow-container .flow-button.active {filter: grayscale(0%);}.flow-container .arrow {width: 28px;height: 28px;background-image: url("../../images/portfolio-gallery/process-icon-arrow.svg");background-size: contain;background-repeat: no-repeat;opacity: 0;transition: opacity 0.3s ease;position: relative;top: 22%;}.flow-container .arrow.visible {opacity: 1;}#carousel .cg1234 {z-index: 2;}#carousel .owl-carousel .owl-stage {padding: 40px 0 20px;}#carousel .owl-item img {width: auto;margin: 0 auto;border-radius: 6px;}#carousel .owl-item.active.center {-webkit-transform: scale(1.3);transform: scale(1.3);}#carousel .item {margin: 10px;}#carousel .owl-theme .owl-dots {display: block;padding-top: 20px;}#carousel .owl-theme .owl-dots .owl-dot {transition: 0.1s ease-in-out;}#carousel .owl-theme .owl-dots .owl-dot.active span {background: var(--secondary);border-radius: 2px;transform: rotate(45deg);transition: all 0.2s ease-in-out;}#carousel .owl-theme .owl-dots .owl-dot:hover span {background-color: var(--secondary);border-radius: 2px;}#carousel .owl-theme .owl-dots .owl-dot span {width: 10px;height: 10px;margin: 5px 4px;border-radius: 2px;background-color: var(--secondary);}.turning-ideas-section {padding: 80px 0;}.turning-ideas-section .turning-ideas-heading {text-align: center;}.turning-ideas-section .turning-ideas-heading-title {font-size: 44px;line-height: 52px;margin-bottom: 1.4rem;font-weight: 600;}.turning-ideas-section .turning-ideas-heading .highlighter {color: var(--secondary);position: relative;}.turning-ideas-section .turning-ideas-heading .highlighter::before {content: "";position: absolute;background-color: #feded1;width: 100%;height: 18px;bottom: 18px;z-index: -1;}.turning-ideas-section .turning-ideas-img {margin-top: 40px;}.turning-ideas-section .turning-ideas-img-banner {width: 100%;border-radius: 8px;}.portfolio-logos .slider {display: flex;width: 100%;margin: 0 auto;overflow: hidden;padding-top: 8px;-webkit-mask: linear-gradient(90deg, transparent, var(--white) 10%, var(--white) 90%, transparent);mask: linear-gradient(90deg, transparent, var(--white) 10%, var(--white) 90%, transparent);}.portfolio-logos .item {animation: logoanimate 25s linear infinite;}.portfolio-logos .item img {min-width: 140px;padding: 0 10px;}.portfolio-logos .slider:hover .item {animation-play-state: paused;}@keyframes logoanimate {0% {transform: translate3d(0, 0, 0);}100% {transform: translate3d(-1800px, 0, 0);}}.client--logos--section {padding: 40px 0;}.client--logos--section .clients-carousel {margin-bottom: 20px;}#banner, #circle {display: none;}.gallery-text-slider .logo-slider {overflow: hidden;width: 100%;max-width: max-content;}.gallery-text-slider .slider-track {display: flex;width: 2100px;animation: scroll 40s linear infinite;}.logo-slider .client--logos {width: 200px;}.cl9876-slider .logo-slider, .cl9877-slider .logo-slider {overflow: hidden;width: 100%;max-width: max-content;}.cl9876-slider .logo-slider:hover .slider-track, .cl9877-slider .logo-slider:hover .slider-track {animation-play-state: paused;}.cl9876-slider .slider-track, .cl9877-slider .slider-track {display: flex;width: 7500px;animation: scroll 40s linear infinite;}.cl9877-slider .slider-track {animation: scrollReverse 40s linear infinite;}@keyframes scroll {0% {transform: translateX(0);}100% {transform: translateX(-3000px);}}@keyframes scrollReverse {0% {transform: translateX(-3000px);}100% {transform: translateX(0);}}.clients-carousel-portfolio .clients-carousel .box, .clients-carousel-rev .box {display: grid;align-items: center;justify-items: center;width: 100%;height: auto;transition: transform 0.5s ease-in;margin: 10px auto;}.clients-carousel-portfolio .clients-carousel .box img, .clients-carousel-rev .box img {max-width: 100%;max-height: 100%;width: 100%;}.clients-carousel-portfolio .clients-carousel .box:hover, .clients-carousel-rev .box:hover {transform: scale(1.2);}.header-section {background-image: url("../../images/home/bg-banner.svg");background-position: right 0%;background-repeat: no-repeat;background-size: contain;margin: 20px 0;padding-bottom: 100px;}.home--header .left--home {position: relative;top: 20%;}.home--header .left--home--buttons {display: flex;align-items: center;flex-wrap: wrap;gap: 20px;}.home--header h2 {font-size: 26px;position: relative;top: -16px;margin-bottom: 0;font-weight: 500;}.home--header p {font-size: 17px;padding-bottom: 10px;}.unlock--title {font-size: 60px;color: var(--default);font-family: var(--poppins);font-weight: 600;position: relative;}.aboutus--title {font-size: 27px;}.i--span {font-size: 30px;}.one--icon {font-size: 25px;padding: 10px 12px;border-radius: 40px;background-color: #8cc33b;box-shadow: 0 0 20px rgba(140, 195, 59, 0.6509803922);}.two--icon {font-size: 17px;padding: 14px 11px;border-radius: 50px;background-color: #fcaa26;box-shadow: 0 0 20px rgba(252, 170, 38, 0.7411764706);}.three--icon {font-size: 22px;padding: 0.7rem 0.7rem;border-radius: 50px;background-color: #d55d2b;box-shadow: 0 0 20px rgba(213, 93, 43, 0.568627451);}.home-a-main-grid {padding-top: 40px;padding-bottom: 45px;display: flex;flex-wrap: wrap;justify-content: center;grid-gap: 0;}.home-a-main-grid .first-col {width: 100%;}.home-a-main-grid .abt-banner-bg {padding-top: 40px;padding-bottom: 30px;width: 100%;display: block;margin: 0 auto;}.home-a-main-grid .subtitle {font-family: var(--raleway);margin-bottom: 25px;font-size: 17px;color: var(--primary);font-weight: 500;}.home-a-main-grid .card-section {align-items: end;}.card-section {padding-top: 30px;padding-bottom: 10px;display: grid;grid-template-columns: repeat(1, 1fr);grid-gap: 0.7rem;}.card-section .services-clutchicon {position: absolute;right: 36px;top: 2.2rem;z-index: 1;}.card-section .about--cc--one:hover {background-color: #8cc33b;}.card-section .about--cc--one:hover .label--name, .card-section .about--cc--one:hover .card-number {color: var(--white);}.card-section .about--cc--one:hover .card-label {color: var(--white);}.card-section .about--cc--one:hover .one--icon {border: 1px solid var(--white);}.card-section .about--cc--two {padding-top: 2.1rem;}.card-section .about--cc--two:hover {background-color: #fcaa26;}.card-section .about--cc--two:hover .card-number-1 {color: var(--white);}.card-section .about--cc--two:hover .label--name, .card-section .about--cc--two:hover .card-label {color: var(--white);}.card-section .about--cc--two:hover .two--icon {border: 1px solid var(--white);}.card-section .about--cc--three:hover {background-color: #d55d2b;}.card-section .about--cc--three:hover .card-number-2 {color: var(--white);}.card-section .about--cc--three:hover .label--name, .card-section .about--cc--three:hover .card-label {color: var(--white);}.card-section .about--cc--three:hover .three--icon {border: 1px solid var(--white);}.card-section .small-card {background-color: #fafafa;border-radius: 10px;border: none;width: 100%;margin-bottom: 5px;padding-top: 0.8rem;height: 100%;transition: all 0.4s ease-in-out;padding: 0.8rem 1rem;display: flex;justify-content: start;align-items: center;}.card-section .small-card .label--name {font-size: 14px;font-family: var(--raleway);}.card-section .small-card-content {padding-left: 12px;}.card-section .small-card .card-icon {display: block;margin: 0 auto;width: 120px;}.card-section .small-card .card-number, .card-section .small-card .card-number-1, .card-section .small-card .card-number-2 {color: var(--lightsuccess);font-size: 24px;font-family: var(--poppins);margin-bottom: 0;font-weight: 700;}.card-section .small-card .count {line-height: 38px;}.card-section .small-card .card-number-1 {color: var(--lightyellow);}.card-section .small-card .card-number-2 {color: var(--lightorange);}.card-section .small-card .card-label {font-size: 11px;font-weight: 400;letter-spacing: 0.2px;margin-bottom: 0;}.inner--pt {padding-top: 10px;}.home-servive {background-image: url("../../images/home/home-service-bg.svg");background-repeat: no-repeat;background-size: cover;padding: 5rem 0;}.home-servive h5 {text-align: center;}.service--card--img {width: 88px;}.service-grid {display: grid;grid-template-columns: repeat(1, 1fr);padding-top: 40px;grid-gap: 1.4rem;}.service-grid .grid--cards {display: grid;grid-template-columns: 105px 1fr;}.service-grid .grid--cards .service--card--img {grid-column: 1/2;}.service-grid .grid--cards .service--card--title {grid-column: 2/3;padding-right: 2.4rem;margin-bottom: 0;}.service-grid .grid--cards .tagline {grid-column: 1/3;grid-row: 2/3;}.service-grid .service--card--title {margin-bottom: 10px;font-size: 16px;letter-spacing: 0.2px;font-weight: 500;font-family: var(--poppins);color: var(--default);}.service-grid p {padding-right: 40px;font-size: 13px;font-weight: 400;font-family: var(--raleway);margin-bottom: 0;letter-spacing: 0.3px;}.service-grid .offer--learn {background-color: rgba(255, 220, 206, 0.7294117647);padding: 1.5rem 1rem;border-radius: 14px;}.service-grid .offer--learn p {font-size: 13px;font-style: italic;font-weight: 300;font-family: var(--raleway);margin-bottom: 1rem;}.cards, .cards-1, .cards-2, .cards-3, .cards-4, .cards-5 {align-items: center;border-radius: 0.6rem;background-color: var(--white);padding: 0.8rem 0 0.8rem 0.8rem;position: relative;height: auto;transition: all 0.4s ease-in-out;}.cards:hover, .cards-1:hover, .cards-2:hover, .cards-3:hover, .cards-4:hover, .cards-5:hover {transform: translate(0, -8px);transition: all 0.4s ease-in-out;}.cards:hover .cards::before, .cards:hover .cards-1::before, .cards:hover .cards-2::before, .cards:hover .cards-3::before, .cards:hover .cards-4::before, .cards:hover .cards-5::before, .cards-1:hover .cards::before, .cards-1:hover .cards-1::before, .cards-1:hover .cards-2::before, .cards-1:hover .cards-3::before, .cards-1:hover .cards-4::before, .cards-1:hover .cards-5::before, .cards-2:hover .cards::before, .cards-2:hover .cards-1::before, .cards-2:hover .cards-2::before, .cards-2:hover .cards-3::before, .cards-2:hover .cards-4::before, .cards-2:hover .cards-5::before, .cards-3:hover .cards::before, .cards-3:hover .cards-1::before, .cards-3:hover .cards-2::before, .cards-3:hover .cards-3::before, .cards-3:hover .cards-4::before, .cards-3:hover .cards-5::before, .cards-4:hover .cards::before, .cards-4:hover .cards-1::before, .cards-4:hover .cards-2::before, .cards-4:hover .cards-3::before, .cards-4:hover .cards-4::before, .cards-4:hover .cards-5::before, .cards-5:hover .cards::before, .cards-5:hover .cards-1::before, .cards-5:hover .cards-2::before, .cards-5:hover .cards-3::before, .cards-5:hover .cards-4::before, .cards-5:hover .cards-5::before {right: 0;transition: all 0.4s ease-in-out;}.cards::before, .cards-1::before, .cards-2::before, .cards-3::before, .cards-4::before, .cards-5::before {content: "";background-image: url("../../images/icons/arrow.svg");background-repeat: no-repeat;position: absolute;width: 8%;right: 6px;top: 50%;bottom: 0;z-index: 1;transition: all 0.5s ease-in-out;}.cards::after, .cards-1::after, .cards-2::after, .cards-3::after, .cards-4::after, .cards-5::after {content: "";background-color: rgba(247, 209, 130, 0.5294117647);width: 40px;height: 100%;position: absolute;right: 0;bottom: 0;top: 0;border-top-right-radius: 0.6rem;border-bottom-right-radius: 0.6rem;}.cards:hover .h--1 {color: #d55d2b;}.cards:hover::after {background-color: #d55d2b;transition: all 0.4s ease-in-out;}.cards-1:hover .h--2 {color: #fcaa26;}.cards-1:hover::after {background-color: #fcaa26;transition: all 0.4s ease-in-out;}.cards-2:hover .h--3 {color: #9fd356;}.cards-2:hover::after {background-color: #9fd356;transition: all 0.4s ease-in-out;}.cards-3:hover .h--4 {color: #1b77b5;}.cards-3:hover::after {background-color: #1b77b5;transition: all 0.4s ease-in-out;}.cards-4:hover .h--4 {color: #a11cd9;}.cards-4:hover::after {background-color: #a11cd9;transition: all 0.4s ease-in-out;}.cards-5:hover .h--4 {color: #d21b1b;}.cards-5:hover::after {background-color: #d21b1b;transition: all 0.4s ease-in-out;}.cards-1::after {background-color: #e4f2d0;}.cards-2::after {background-color: #cbe2f1;}.cards-3::after {background-color: #fcdccf;}.cards-4::after {background-color: #e9d6fd;}.cards-5::after {background-color: rgba(228, 45, 98, 0.4);}.button-section {padding-top: 40px;text-align: center;display: flex;justify-content: center;}.request-banner-bg {background-image: url("../../images/home/request-banner.svg");background-repeat: no-repeat;background-size: cover;background-position: center right;padding: 50px 0;}.request--form .success--box, .request--form .error--box {width: 100%;margin: 10px auto 0;background-color: rgba(239, 239, 239, 0.5490196078);border: 1px dashed #888888;border-radius: 12px;padding: 0.2rem 0.5rem;}.request--form .error--box {width: 80%;}.request--form .success {font-size: 13px;color: #0d650d;margin-bottom: 0;font-family: var(--poppins);font-weight: 400;line-height: 1.8;}.request--form .error {font-size: 13px;color: #d81010;margin-bottom: 0;font-family: var(--poppins);font-weight: 400;}.req-title {text-align: center;color: var(--white);font-size: 28px;font-weight: 600;font-family: var(--poppins);}.req-subtitle {text-align: center;color: var(--white);font-weight: 300;padding-top: 20px;font-size: 18px;}#req_common_form #tel_number-error {top: 0px;}.req-form .iti__flag-container {padding: 0;}.req-form .iti--allow-dropdown .iti__flag-container, .req-form .iti--separate-dial-code .iti__flag-container {display: flex;}.req-form #tel_number-error {position: relative;top: -14px;font-size: 14px;color: red;font-weight: 400;}.req-form #email_id-error {position: relative;top: -14px;font-size: 14px;color: red;font-weight: 400;}.req-form .iti {margin-bottom: 22px;}.req-form .inner-form {font-size: 18px;background-color: var(--white);border-radius: 15px;padding: 1rem 1rem;margin-top: 25px;position: relative;}.req-form .inner-form .cc-phone-input {margin-left: 98px !important;padding-left: 0 !important;width: 230px !important;}.req-form .inner-form .formcontrol {border: none;margin-bottom: 20px;font-size: 14px;width: 100%;color: var(--primary);letter-spacing: 0.4px;font-family: var(--poppins);font-style: italic;height: 45px;}.req-form .inner-form .formcontrol::placeholder {font-size: 14px;font-family: var(--raleway);}.req-form .inner-form .formcontrol:focus {outline: none;box-shadow: unset;}.req-form .submit {background-image: linear-gradient(to right, #fcaa26, #f5c540);font-size: 16px;color: var(--white);font-weight: 300;font-family: var(--raleway);border-radius: 28px;width: 100%;border: none;padding: 10px;}.req-form .submit:hover {background-image: linear-gradient(to left, #fcaa26, #f5c540);}.req-form .submit .submit--span {height: 100%;display: inline-block;}#gallery--portfolio {padding-right: 0px !important;}.portfolio-banner-section {background-image: url("../../images/home/portfolio-banner.svg");background-repeat: no-repeat;background-size: contain;background-position-y: 150px;padding: 60px 0;}.portfolio-banner-section p {font-weight: 400;font-size: 18px;}.portfolio-banner-section .port-grid {display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 10px;padding-top: 15px;}.portfolio-banner-section .port-grid .item {cursor: pointer;position: relative;z-index: 0;overflow: hidden;display: block;}.portfolio-banner-section .port-grid .item span {position: absolute;z-index: 1;top: 50%;left: 0;transform: translate(0%, -50%);transition: 0.4s ease-in-out;opacity: 0;color: var(--white);font-size: 16px;font-weight: 500;font-family: var(--poppins);text-align: center;}.portfolio-banner-section .port-grid .item:hover span {opacity: 1;transition: 0.5s ease-in-out;}.portfolio-banner-section .port-grid .item::before {content: "";position: absolute;z-index: 0;top: 0;left: -16px;background: transparent;height: 32px;width: 32px;border-radius: 32px;transform: scale(1);transform-origin: 36% 36%;transition: transform 0.5s ease-in-out;}.portfolio-banner-section .port-grid .item:hover::before {background: var(--hover--card);transform: scale(26);}.portfolio-banner-section .port-grid .item-img {width: 100%;height: 100%;border-radius: 8px;}.errorheader-section {background-image: url("../../images/404-page/banner-404.jpg");background-repeat: no-repeat;background-size: cover;padding: 60px 0;}.errorinner-section {max-width: 600px;margin: 0 auto;text-align: center;}.errorinner-section .error-title {font-size: 30px;padding-bottom: 30px;}.errorinner-section img {margin: auto;}.errorinner-section .error-smalltext {padding-bottom: 30px;}.flex-error {display: flex;text-align: start;flex-wrap: wrap;position: relative;margin: 0 20px;flex-direction: column;}.flex-error .item {position: relative;width: 100%;padding-bottom: 8px;}.flex-error .item::before {content: url("../../images/icons/arrow-orange.svg");position: relative;right: 7px;top: 1px;display: inline-flex;}.flex-error .item .item-label {color: var(--lightorange);font-size: 14px;font-family: var(--poppins);font-weight: 400;}.go-back-btn {padding-top: 30px;text-align: center;}.aboutus--banner {background-image: url("../../images/aboutus/about-banner.png");background-repeat: no-repeat;background-size: cover;background-position: center;padding: 50px 0;}.aboutus--banner .grid--header--one {display: grid;grid-template-columns: repeat(1, 1fr);grid-gap: 2rem;}.aboutus--banner .grid--header--one .mv--title {font-size: 18px;margin-bottom: 5px;font-weight: 500;}.aboutus--banner .grid--header--one p, .aboutus--banner .grid--header--one .ptag {font-weight: 400;font-family: var(--raleway);}.aboutus--banner .grid--header--two {display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 1.5rem 0.4rem;padding-top: 30px;text-align: center;}.aboutus--banner .grid--header--two .col--line {display: flex;flex-direction: column;align-items: center;}.aboutus--banner .grid--header--two .col--line .number {color: #1075b7;font-size: 40px;font-family: var(--poppins);font-weight: 800;margin-bottom: 0;}.aboutus--banner .grid--header--two .col--line .label--name {color: #1075b7;font-size: 14px;font-weight: 500;}.tech-container {padding: 40px 0 0;}.tech-container .col-12 {padding-bottom: 1.5rem;}.tech-container .new-test .tech-box-image-icon {width: 70px;}.tech-container .tech-box {border: none;display: flex;flex-direction: column;border-radius: 10px;padding: 1rem 1.5rem;background-color: var(--white);box-shadow: 0 3px 10px rgba(219, 210, 210, 0.5411764706);}.tech-container .tech-box h3 {margin-bottom: 0px;font-size: 18px;color: var(--primary);text-transform: uppercase;font-weight: 500;}.tech-container .tech-box-image {display: grid;grid-template-columns: repeat(4, 1fr);padding-top: 10px;grid-gap: 15px;}.tech-container .tech-box-image-icon {width: 100%;margin: 0 10px 0;}.tools-section {background-image: url("../../images/aboutus/world-map.svg");background-repeat: no-repeat;background-size: contain;background-position: center;padding: 30px 0 10px;}.tools-section .client-bg-img {zoom: 0.6;-moz-transform: scale(0.6);}.tools-grid-wrpr {margin-top: 40px;}.tools-grid-wrpr .main-grid {display: flex;justify-content: space-between;flex-wrap: wrap;padding-left: 0;}.tools-grid-wrpr .tools-grid-item {position: relative;list-style: none;height: 100px;width: 50%;margin-bottom: 22px;}.tools-grid-wrpr .tools-grid-item span, .tools-grid-wrpr .tools-grid-item .html--label {position: absolute;right: 0;bottom: 0;left: 0;text-align: center;font-size: 13px;font-family: var(--poppins);color: rgba(147, 147, 147, 0.8392156863);font-weight: 300;letter-spacing: 0.2px;}.tools-grid-wrpr .tools-grid-item .html--label {bottom: -14px;}.tools-grid-wrpr .tools-grid-item .ww--label {bottom: -10px;}.tools-grid-wrpr .tools-grid-item .label--react {bottom: -5px;}.tools-grid-wrpr .flex-break {flex-basis: 0;height: 0;}.tools-grid-wrpr li {list-style: none;}.bg-html {width: 110px;height: 140px;background: url(../../images/tools-technologies.png) -58px -34px;}.bg-css {width: 110px;height: 140px;background: url(../../images/tools-technologies.png) -340px -34px;}.bg-react_js {width: 140px;height: 140px;background: url(../../images/tools-technologies.png) -604px -34px;}.bg-typescript {width: 188px;height: 80px;background: url(../../images/tools-technologies.png) 770px -54px;}.bg-express {width: 188px;height: 70px;background: url(../../images/tools-technologies.png) 492px -66px;}.bg-wordpress {width: 194px;height: 100px;background: url(../../images/tools-technologies.png) 192px -68px;}.bg-woo_commerce {width: 210px;height: 70px;background: url(../../images/tools-technologies.png) 2px -248px;}.bg-shopify {width: 200px;height: 90px;background: url(../../images/tools-technologies.png) -304px -238px;}.bg-magento {width: 200px;height: 70px;background: url(../../images/tools-technologies.png) -578px -262px;}.bg-mysql {width: 210px;height: 130px;background: url(../../images/tools-technologies.png) -292px -430px;}.bg-postgre_sql {width: 200px;height: 128px;background: url(../../images/tools-technologies.png) -566px -618px;}.bg-laravel {width: 180px;height: 88px;background: url(../../images/tools-technologies.png) -306px -630px;}.bg-aws {width: 194px;height: 116px;background: url(../../images/tools-technologies.png) -302px 168px;}.bg-php {width: 243px;height: 100px;background: url(../../images/tools-technologies.png) 218px -444px;}.bg-mongo_db {width: 210px;height: 60px;background: url(../../images/tools-technologies.png) 2px -460px;}.bg-node_js {width: 220px;height: 110px;background: url(../../images/tools-technologies.png) 510px -242px;}.bg-saas {width: 160px;height: 100px;background: url(../../images/tools-technologies.png) -300px -222px;}.bg-codeigniter {width: 210px;height: 88px;background: url(../../images/tools-technologies.png) 2px -630px;}.bg-react_native {width: 210px;height: 130px;background: url(../../images/tools-technologies.png) -570px -430px;}.bg-google_cloud {width: 210px;height: 118px;background: url(../../images/tools-technologies.png) 2px 160px;}.bg-google_analytics {width: 168px;height: 116px;background: url(../../images/tools-technologies.png) -876px -627px;}.bg-clickup {width: 202px;height: 70px;background: url(../../images/tools-technologies.png) 201px -640px;}.bg-gitlab {width: 215px;height: 70px;background: url(../../images/tools-technologies.png) -11px 346px;}.bg-github {width: 190px;height: 80px;background: url(../../images/tools-technologies.png) -580px 346px;}.bg-slack {width: 195px;height: 80px;background: url(../../images/tools-technologies.png) -300px 352px;}.bg-jira_software {width: 215px;height: 110px;background: url(../../images/tools-technologies.png) -858px 368px;}.bg-swagger {width: 190px;height: 70px;background: url(../../images/tools-technologies.png) 498px 336px;}.bg-postman {width: 210px;height: 138px;background: url(../../images/tools-technologies.png) 208px 369px;}.bg-digital_ocean {width: 192px;height: 132px;background: url(../../images/tools-technologies.png) -576px 170px;}.bg-figma {width: 150px;height: 142px;background: url(../../images/tools-technologies.png) -880px 180px;}.bg-sketch {width: 210px;height: 82px;background: url(../../images/tools-technologies.png) 492px 162px;}.bg-angular_js {width: 220px;height: 70px;background: url(../../images/tools-technologies.png) 210px -254px;}.bg-joomla {width: 190px;height: 60px;background: url(../../images/tools-technologies.png) -860px -266px;}.bg-fire_base {width: 200px;height: 90px;background: url(../../images/tools-technologies.png) 494px -626px;}.bg-pwa {width: 194px;height: 86px;background: url(../../images/tools-technologies.png) 498px -450px;}.bg-flutter {width: 190px;height: 80px;background: url(../../images/tools-technologies.png) -862px -448px;}.brands-section {padding: 50px 0 30px;}.brands-section .client-bg-img {zoom: 0.5;-moz-transform: scale(0.5);}.essential-grid-wrpr {padding: 10px 0 0;}.essential-grid-wrpr .main-grid {display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 35px;padding-left: 0;}.essential-grid-wrpr .essen-grid-item {position: relative;list-style: none;height: 100px;width: 50%;margin-bottom: 22px;}.essential-grid-wrpr .essen-grid-item span {position: absolute;right: 0;bottom: 0px;left: 0;text-align: center;font-size: 13px;font-family: var(--poppins);color: rgba(147, 147, 147, 0.8392156863);font-weight: 300;letter-spacing: 0.2px;}.essential-grid-wrpr .essen-grid-item .iirm--text, .essential-grid-wrpr .essen-grid-item .igtc--text {bottom: -25px;}.essential-grid-wrpr .essen-grid-item .label--orchard {bottom: -18px;}.essential-grid-wrpr .essen-grid-item .label--feast {bottom: -18px;left: -24px;}.essential-grid-wrpr .essen-grid-item .label--hasthkari {left: -25px;}.essential-grid-wrpr .flex-break {flex-basis: 0;height: 0;}.essential-grid-wrpr li {list-style: none;}.bg-automania {width: 216px;height: 59px;background: url(../../images/all-clients.png) 2px -78px;}.bg-belly_driven {width: 190px;height: 110px;background: url("../../images/all-clients.png") -300px -52px;}.bg-closet_redefined {width: 190px;height: 100px;background: url("../../images/all-clients.png") -570px -62px;}.bg-crb_tech {width: 190px;height: 70px;background: url(../../images/all-clients.png) -860px -70px;}.bg-effingut_brews {width: 220px;height: 120px;background: url(../../images/all-clients.png) 502px -50px;}.bg-magsol {width: 210px;height: 85px;background: url(../../images/all-clients.png) 206px -66px;}.bg-eve_care {width: 210px;height: 80px;background: url(../../images/all-clients.png) 2px -260px;}.bg-eventspedia {width: 210px;height: 80px;background: url(../../images/all-clients.png) -290px -260px;}.bg-focus {width: 200px;height: 145px;background: url(../../images/all-clients.png) -568px -226px;}.bg-gw_sports_app {width: 160px;height: 140px;background: url(../../images/all-clients.png) -876px -229px;}.bg-hashbyte {width: 190px;height: 150px;background: url(../../images/all-clients.png) 490px -230px;}.bg-hasthkari {width: 212px;height: 60px;background: url(../../images/all-clients.png) 210px -270px;}.bg-hindi_law_house {width: 216px;height: 70px;background: url(../../images/all-clients.png) 2px -450px;}.bg-indian_institute_of_rular_management {width: 187px;height: 150px;background: url(../../images/all-clients.png) -300px -420px;}.bg-indian_trends {width: 180px;height: 150px;background: url(../../images/all-clients.png) -588px -414px;}.bg-intervine_global {width: 180px;height: 140px;background: url(../../images/all-clients.png) -866px -410px;}.bg-james_ferreira {width: 200px;height: 130px;background: url(../../images/all-clients.png) 500px -414px;}.bg-limelite {width: 200px;height: 130px;background: url(../../images/all-clients.png) 190px -422px;}.bg-moonshine {width: 208px;height: 114px;background: url(../../images/all-clients.png) 3px -616px;}.bg-indo_german_training_center {width: 210px;height: 80px;background: url(../../images/all-clients.png) -290px -640px;}.bg-neyochem {width: 200px;height: 90px;background: url(../../images/all-clients.png) -576px -640px;}.bg-orchard_press {width: 193px;height: 134px;background: url(../../images/all-clients.png) -860px -614px;}.bg-parmar_jewellers {width: 180px;height: 155px;background: url(../../images/all-clients.png) 480px -604px;}.bg-pet_feast {width: 190px;height: 145px;background: url(../../images/all-clients.png) 188px -614px;}.bg-pula_pune_ladies {width: 219px;height: 100px;background: url(../../images/all-clients.png) 6px 548px;}.bg-pune_eat_outs {width: 190px;height: 80px;background: url(../../images/all-clients.png) -296px -828px;}.bg-pune_gas {width: 242px;height: 50px;background: url(../../images/all-clients.png) -547px 529px;}.bg-pune_orders {width: 215px;height: 80px;background: url(../../images/all-clients.png) -850px -840px;}.bg-rungta_advisors {width: 210px;height: 140px;background: url(../../images/all-clients.png) 500px -809px;}.bg-ryan_facades {width: 220px;height: 120px;background: url(../../images/all-clients.png) 206px 552px;}.bg-sapnas_kalnjali {width: 230px;height: 50px;background: url(../../images/all-clients.png) 2px 332px;}.bg-search_bourne_consulting {width: 200px;height: 100px;background: url(../../images/all-clients.png) -298px 356px;}.bg-shiv_swarajya {width: 200px;height: 120px;background: url("../../images/all-clients.png") -580px 356px;}.bg-shuvam_aviation {width: 200px;height: 70px;background: url(../../images/all-clients.png) 772px 338px;}.bg-titos_goa {width: 190px;height: 80px;background: url(../../images/all-clients.png) 486px 348px;}.bg-urban_beans_coffee {width: 200px;height: 150px;background: url(../../images/all-clients.png) 188px 371px;}.bg-vittech {width: 230px;height: 160px;background: url(../../images/all-clients.png) 2px 186px;}.bg-prime_abgb {width: 200px;height: 80px;background: url(../../images/all-clients.png) -292px 152px;}.bg-yaras {width: 200px;height: 80px;background: url(../../images/all-clients.png) -570px 152px;}.bg-y_pheria {width: 220px;height: 110px;background: url(../../images/all-clients.png) 790px 160px;}.client--grid {display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 1.5rem;padding-top: 30px;}.client--grid .col--line .client--logo {width: 120px;}.about--why {background-color: #fff0ea;padding: 60px 0 30px;}.about--why .why--grid {display: grid;grid-template-columns: repeat(1, 1fr);grid-gap: 1rem;padding: 30px 0;}.about--why .why--grid .col--four {grid-row: 2/3;margin: auto 0;}.about--why .why--grid .label--q {font-size: 20px;font-weight: 500;}.about--why .why--grid .label--ans {font-weight: 300;}.about--why .why--grid .box--why--one:first-child {padding-bottom: 20px;}.about--why .why--grid .box--why--one .q--title {color: var(--offorange);font-size: 14px;font-weight: 500;font-family: var(--poppins);}.about--why .why--grid .box--why--one .q--ans {color: var(--offorange);font-size: 12px;font-weight: 300;font-style: italic;letter-spacing: 0.4px;}.about--why .why--grid .why--boxes {padding-top: 10px;}.about--why .why--grid .rounded--icon {width: 40px;}.about--why .why--grid .label--q {padding-top: 10px;margin-bottom: 1rem;}#exampleModal {border-bottom: none;background-color: rgba(0, 0, 0, 0.6901960784);}.g--modal--content .modal-header {border-bottom: none;}.g--modal--content .modal-body {padding: 1rem 0 0;}.g--modal--content {background-color: transparent;border: none;}.g--modal--content .btn-close {color: #000;background: rgba(255, 255, 255, 0.7294117647) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;opacity: 1;}.g--modal--content .owl-nav [class*=owl-]:hover {background: transparent;}.g--modal--content .owl-nav span {font-size: 22px;color: var(--white);background-color: #000;padding: 0 1.6rem 0.2rem;border: 1px solid aliceblue;border-radius: 50px;}.detail--grid {display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 0.8rem;padding: 30px 0;}.detail--grid .col--photo {cursor: pointer;}.detail--grid .gallery--photo {width: 100%;}.gallery--modal {display: none;position: fixed;z-index: 1;padding-top: 520px;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgba(0, 0, 0, 0.8);}.gallery--modal .modal-content {position: relative;background-color: #fefefe;margin: auto;padding: 0;width: 100%;max-width: fit-content;}.gallery--modal .close {color: var(--white);position: absolute;transform: rotate(0deg);transition: all 0.2s ease-in-out;top: 36%;right: 8px;font-size: 35px;font-weight: bold;}.gallery--modal .close:hover, .gallery--modal .close:focus {color: var(--secondary);text-decoration: none;cursor: pointer;transform: rotate(90deg);transition: all 0.2s ease-in-out;}.gallery--modal .mySlides {display: none;}.gallery--modal .prev, .gallery--modal .next {cursor: pointer;position: absolute;top: 80%;width: auto;padding: 9px;margin-top: 0px;color: var(--secondary);font-weight: bold;font-size: 26px;transition: 0.4s ease;border-radius: 0 3px 3px 0;user-select: none;-webkit-user-select: none;}.gallery--modal .prev {right: 30px;border-radius: 3px 0 0 3px;}.gallery--modal .next {right: 0;border-radius: 3px 0 0 3px;}.padding--x {padding: 60px 0;}.team--flex {display: flex;flex-wrap: wrap;padding: 30px 0;gap: 2rem;}.team--flex .flex--card {width: 100%;box-shadow: 0 0px 5px rgba(196, 196, 196, 0.6392156863);margin: 0 0 20px 0;border-radius: 12px;}.team--flex .flex--card .card-img-top {padding: 0.5rem;}.team--flex .flex--card .flex--title {align-items: center;padding-bottom: 18px;}.team--flex .flex--card .card-icon {color: var(--navyblue);font-size: 16px;}.team--flex .flex--card .card-title {margin-bottom: 0;padding-left: 12px;font-size: 16px;font-weight: 500;font-family: var(--poppins);color: var(--navyblue);}.team--flex .flex--card .designation {padding-bottom: 5px;font-size: 14px;color: var(--default);font-weight: 600;font-family: var(--poppins);}.team--flex .flex--card .card-text {font-size: 13px;color: var(--primary);}.team--grid {display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 1rem;padding-top: 30px;}.team--grid .small--card {text-align: center;border-radius: 14px;box-shadow: 0 0px 10px rgba(174, 174, 174, 0.5215686275);}.team--grid .small--card .team--photo {padding: 0.2rem;}.team--grid .small--card .name {font-size: 14px;font-weight: 500;margin-bottom: 3px;padding-top: 8px;}.team--grid .small--card .designation {font-size: 14px;font-family: var(--raleway);font-weight: 300;}.loading--gif {width: 34px;margin: 12px auto 0;display: block;}.select--input {padding: 0.675rem 0.75rem;color: var(--lightgray);font-size: 14px;font-weight: 300;font-style: italic;}.common--header {background-image: url("../../images/common-banner.svg");background-repeat: no-repeat;background-size: cover;padding: 20px 0;text-align: center;}.common--header .home-a-main-grid {display: block;padding-top: 0;padding-bottom: 15px;}.common--header .ch--flex {grid-template-columns: 1fr;}.common--header .cd--flex .breadcrumb {justify-content: start;}.common--header .col--one:first-child {text-align: left;padding-top: 0.1rem;}.common--header .subtitle {font-size: 18px;font-family: var(--raleway);font-weight: 300;margin: 18px 0;line-height: 1.4;}.common--header .breadcrumb {justify-content: center;}.common--header .breadcrumb li {font-size: 14px;}.contactus--first {display: grid;grid-template-columns: repeat(1, 1fr);grid-gap: 3rem;}.contactus--first .box--one {padding-top: 20px;}.contactus--first .box--two {padding-top: 12px;}.contactus--first .box--three {padding-top: 16px;}.contactus--first .col--one .contactus--first {display: grid;grid-template-columns: repeat(1, 1fr);}.clw--title {border-bottom: 1px solid #e5e5e5;}.clw--title:first-child {padding-top: 0;}.clw--items {display: grid;grid-template-columns: 1fr;grid-gap: 18px;}.clw--items .emails-grid {display: grid;grid-template-columns: auto 1fr;grid-gap: 1rem;padding-bottom: 18px;}.clw--items .emails-grid-list {display: flex;flex-direction: column;}.clw--items1 {display: flex;}.item p {font-size: 15px;margin-bottom: 0;}.item .icons {width: 50px;}.laf--section {padding: 40px 0;}.laf--flex {display: flex;flex-wrap: wrap;padding: 60px 0 0;}.laf--flex-title {padding-top: 20px;font-size: 16px;}.laf--flex .items {text-align: center;width: 100%;}.laf--flex .items .learn--img, .laf--flex .items .team--learn--img {width: 200px;}.laf--flex .items p {font-size: 14px;}.openjob--section {background-color: #fafafa;padding: 30px 0;}.span--icons {font-size: 13px;color: var(--primary);font-weight: 400;font-family: var(--raleway);}.span--icons i {color: #807874;padding-right: 5px;font-size: 11px;}.act-hiring {padding: 2px 6px;color: var(--white);font-size: 12px;text-transform: capitalize;background: linear-gradient(90deg, green, rgba(0, 128, 0, 0.6117647059), green, green);background-size: 400%;border-radius: 4px;animation: loopAnimate 8s linear infinite;}@keyframes loopAnimate {0% {background-position: 0%;}100% {background-position: 400%;}}.card--grid {display: grid;grid-template-columns: repeat(1, 1fr);grid-gap: 2rem;padding-top: 20px;}.card--grid .career--cards {padding: 1rem;border-radius: 6px;box-shadow: 0 1px 5px rgba(187, 183, 183, 0.4588235294);display: flex;flex-direction: column;justify-content: unset;position: relative;height: 280px;}.card--grid .career--cards .detail {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}.card--grid .career--cards .career-buttons .default--btn {position: absolute;bottom: 22px;}.card--grid .card--header {display: flex;justify-content: start;grid-gap: 1.2rem;padding-bottom: 10px;}.card--grid .card--header .item:last-child {height: 80px;}.card--grid .card--header .item .techonolgy--logo {width: 46px;}.card--grid .card--header .item .card--title {font-size: 18px;font-family: var(--poppins);font-weight: 500;}.iti {width: 100%;}.career-details-form .apply--job--title {padding: 10px 0 22px !important;}.career--detail--header {background-image: url("../../images/career-detail/cd-banner.png");background-size: cover;background-repeat: no-repeat;padding: 40px 0;}.career--detail--header .col-sm-6 {text-align: left;}.career--detail--header #file-chosen {font-size: 14px;color: #3677b5;font-weight: 600;}.career--detail--header .help-block-error {position: relative;top: -14px;font-size: 14px;color: red;font-weight: 300;}.career--detail--header .cd--flex {display: grid;grid-template-columns: 1fr;grid-gap: 2rem;position: relative;}.career--detail--header .cd--flex .col--one {width: 100%;}.career--detail--header .cd--flex .jsCareerDetailWrpr {box-shadow: 0 0px 20px #d2cece !important;background-color: var(--white) !important;}.career--detail--header .cd--flex .jsCareerDetailWrpr .custom--input {border: 1px solid #eee !important;}.career--detail--header .cd--flex .right--col {box-shadow: 0 0px 20px var(--white);border-radius: 8px;background-color: var(--logoyellow);padding: 1rem;text-align: start;}.career--detail--header .apply--job--title {font-weight: 300;font-size: 24px;padding: 10px 0 0;margin-bottom: 0;}.career--detail--header .apply--job--content {font-size: 17px;font-weight: 400;padding-top: 4px;padding-right: 80px;margin-bottom: 22px;}.career--detail--header .custom--input {margin-bottom: 14px;padding: 0.675rem 0.75rem;font-style: italic;font-weight: 400;font-family: var(--raleway);border: 1px solid var(--border-color);letter-spacing: 0.4px;font-size: 14px;}.career--detail--header .custom--input:focus {outline: 0;box-shadow: 0 0 0 0.1rem #ced4da;border-color: transparent;}.career--detail--header .custom--input::placeholder {font-size: 14px;letter-spacing: 0.4px;}.career--detail--header .padd--span--left {padding-left: 20px;}.career--detail--header .career--d--title {font-size: 26px;margin-bottom: 0;}.career--detail--header .descri {padding-top: 14px;}.lists-title {font-size: 16px;font-weight: 600;color: var(--default);margin-bottom: 16px;}.lists ul {list-style: none;padding: 0;}.lists li {margin: 0;padding: 0 0 10px 26px;list-style: none;background-image: url("../../images/icons/arrow-gray.svg");background-repeat: no-repeat;background-position: 0 4px;background-size: 20px;color: var(--primary);font-size: 14px;font-family: var(--raleway);font-weight: 400;}.upload--box {background-color: #e8f5ff;border: 1px dashed #c7c7c7;border-radius: 12px;padding: 1rem;text-align: center;overflow: hidden;position: relative;display: inline-block;}.upload--box .label {font-family: var(--raleway);font-weight: 500;font-size: 14px;color: var(--navyblue);}.upload--box .upload--btn {background-color: #1b77b5;padding: 6px 24px;border: none;border-radius: 50px;color: var(--white);}.upload--box .upload--file--input {position: absolute;font-size: 80px;top: 0;left: 0;opacity: 0;cursor: pointer;}.success--box {background-color: rgba(211, 243, 211, 0.5490196078);border: 1px dashed #c7c7c7;border-radius: 12px;padding: 0.5rem 0.8rem;margin-top: 1rem;}.success--box .success {font-size: 13px;color: #0d650d;margin-bottom: 0;font-family: var(--poppins);font-weight: 400;}.error--box {background-color: rgba(251, 170, 170, 0.431372549);border: 1px dashed #989292;border-radius: 12px;padding: 0.5rem 0.8rem;margin-top: 1rem;}.error--box .error {font-size: 13px;color: #d81010;margin-bottom: 0;font-family: var(--poppins);font-weight: 400;}.header--bottom {background-color: var(--lightpink);padding: 1.5rem 0;}.header--bottom .slist--grid {display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 1rem 0;text-align: center;align-items: center;}.header--bottom .slist--grid .list--name .name {color: var(--black);font-family: var(--poppins);font-weight: 400;}.header--bottom .slist--grid .list--name .name:hover {color: var(--secondary);}.app--development {padding: 40px 0;}.ad--title {padding: 20px 0 5px;font-size: 24px;}.design--service .service--cards:hover .h--3 {color: #f4b32f;}.service--cards {border: none;border-radius: 10px;padding: 1rem;box-shadow: 0 3px 10px rgba(219, 210, 210, 0.5411764706);background-color: var(--white);transition: 0.4s ease-in-out;}.service--cards:hover {transform: translate(0, -10px);transition: 0.4s ease-in-out;}.service--cards:hover .ad--icons {width: 26px;transition: 0.3s ease-in-out;}.service--cards:hover .h--1 {color: var(--navyblue);font-weight: 500;}.service--cards:hover .h--2 {color: var(--secondary);font-weight: 500;}.service--cards:hover .h--3 {color: #ffa53e;font-weight: 500;}.service--cards:hover .h--4 {color: #90cb5b;font-weight: 500;}.service--cards--title {padding: 14px 0 6px;font-weight: 500;}.ad--icon--25 {width: 25px;}.ad--icon {width: 35px;}.ad--icons {width: 23px;}.app--grid {display: grid;grid-template-columns: repeat(1, 1fr);grid-gap: 1.5rem;}.app--grid .card--one {grid-row: 2/3;}.app--grid .card--two {grid-row: 3/4;}.app--grid .card--three {grid-row: 4/5;}.app--grid .card--four {grid-row: 5/6;}.app--grid .right--card--five {grid-row: 1/2;}.app--grid .right--card--five .descr {padding-bottom: 14px;}.app--grid .right--card--five .expore--service:hover {color: var(--secondary);}.app--grid .right--card--five .expore--service:hover img {width: 23px;transition: 0.3s ease-in;}.app--grid .right--card--five .expore--service img {width: 20px;transition: 0.3s ease-in;}.ras-wrapper {background-color: #fafafa;padding: 40px 0;}.ras-wrapper .ras-heading {margin-bottom: 4rem;}.ras-wrapper-title {font-size: 16px;text-align: center;margin-bottom: 1rem;font-weight: 600;text-transform: uppercase;line-height: 24px;}.ras-wrapper-subtitle {font-size: 24px;font-family: var(--poppins);margin-bottom: 2rem;text-align: center;}.ras-wrapper-grid {display: grid;grid-template-columns: repeat(1, 1fr);grid-gap: 2rem;}.ras-wrapper-grid-card {border-radius: 10px;box-shadow: 0 0 7px rgba(183, 181, 181, 0.7411764706);background-color: var(--white);padding: 26px;transition: 0.3s ease;cursor: default;}.ras-wrapper-grid-card:hover {transform: translateY(-12px);}.ras-wrapper-grid-card h4 {font-size: 20px;margin-bottom: 1.2rem;}.industryspec-wrapper {padding: 40px 0;background-color: #fff0ea;}.industryspec-wrapper .nav-pills {gap: 22px;}.industryspec-wrapper .tab-content {padding: 20px 0;}.industryspec-wrapper .industryspec-headings {margin-bottom: 2rem;text-align: center;}.industryspec-wrapper .industryspec-headings .title {margin-bottom: 1rem;}.industryspec-wrapper .btn {position: relative;display: inline-block;font-size: 17px;padding: 0;}.industryspec-wrapper .btn::after {content: "";position: absolute;width: 100%;height: 2px;background: var(--default);bottom: -2px;left: 0;transform: scaleX(0);transform-origin: left;transition: transform 0.4s ease-out;}.industryspec-wrapper .btn:hover::after, .industryspec-wrapper .btn.active::after {transform: scaleX(1);}.industryspec-wrapper .btn:focus {box-shadow: none;}.appcontent--section .appcontent--main {transition: 0.3s ease-in-out;display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 24px;}.appcontent--section .app--items {border-radius: 10px;box-shadow: 0 0 7px rgba(183, 181, 181, 0.7411764706);padding: 1rem 1.4rem;background-color: var(--white);}.appcontent--section .title--app {padding: 10px 0 0;margin-bottom: 0;}.appcontent--section .subtitle--app {padding: 14px 0 20px;font-size: 14px;margin-bottom: 0;}.mob--development {background-color: #fafafa;padding: 60px 0;}.w--26 {width: 26px;}.w--32 {width: 32px;}.w--46 {width: 46px;}.mob--grid {display: grid;grid-template-columns: repeat(1, 1fr);grid-gap: 1.5rem;}.mob--grid .left--card .descr {padding-bottom: 14px;}.mob--grid .left--card .expore--service:hover {color: var(--secondary);}.mob--grid .left--card .expore--service:hover img {width: 25px;transition: 0.3s ease-in;}.mob--grid .left--card .expore--service img {width: 20px;transition: 0.3s ease-in-out;}.mob--grid .unique--card {background-color: #fedcce;border-radius: 10px;padding: 0 1.2rem 1.6rem;margin: auto 0;}.mob--grid .unique--card .title {font-size: 15px;padding: 20px 0 4px;}.mob--grid .unique--card p {font-size: 13px;font-style: italic;color: var(--default);margin-bottom: 1.5rem;}.small--banner {background-image: url("../../images/small-banner.jpeg");background-size: cover;padding: 30px 0;background-repeat: no-repeat;text-align: center;display: flex;flex-direction: column;align-items: center;}.small--banner .heading-title {font-size: 18px;font-weight: 300;margin-bottom: 30px;padding: 0 20px;}.digital--mark {background-image: url("../../images/service-list/digital-bg.png");background-repeat: no-repeat;background-position: bottom;padding: 30px 0;}.design--service {background-color: #fafafa;padding: 40px 0;}.icon--size {font-size: 28px;}.a--icon {background-color: #9fd356;padding: 0.8rem 0.9rem;border-radius: 40px;box-shadow: 0 0 20px rgba(163, 209, 94, 0.6705882353);}.ai--icon {background-color: #fcaa26;padding: 0.6rem 0.8rem;border-radius: 40px;box-shadow: 0 0 20px rgba(250, 179, 47, 0.5882352941);}.cust--mob--section {padding: 40px 0;}.custmob--grid {display: grid;grid-template-columns: repeat(1, 1fr);grid-gap: 1.5rem;position: relative;}.custmob--grid .cards::before, .custmob--grid .cards-1::before, .custmob--grid .cards-2::before, .custmob--grid .cards-3::before {content: "";background-image: url("../../images/icons/arrow.svg");background-repeat: no-repeat;position: absolute;width: 9%;right: 0;top: 44%;bottom: 0;z-index: 1;-webkit-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}.custmob--grid .cards::after, .custmob--grid .cards-1::after, .custmob--grid .cards-2::after, .custmob--grid .cards-3::after {content: "";background-color: rgba(247, 209, 130, 0.5294117647);width: 34px;height: 100%;position: absolute;right: 0;bottom: 0;top: 0;border-top-right-radius: 0.6rem;border-bottom-right-radius: 0.6rem;}.custmob--grid .cards:hover .h--1 {color: #fc9426;}.custmob--grid .cards:hover::after {background-color: #fc9426;transition: all 0.4s ease-in-out;}.custmob--grid .cards-1:hover .h--2 {color: #8cc33b;}.custmob--grid .cards-1:hover::after {background-color: #8cc33b;transition: all 0.4s ease-in-out;}.custmob--grid .cards-2:hover .h--3 {color: var(--navyblue);}.custmob--grid .cards-2:hover::after {background-color: var(--navyblue);transition: all 0.4s ease-in-out;}.custmob--grid .cards-3:hover .h--4 {color: var(--default-btn);}.custmob--grid .cards-3:hover::after {background-color: var(--default-btn);transition: all 0.4s ease-in-out;}.custmob--grid .cards-1::after {background-color: #e4f2d0;}.custmob--grid .cards-2::after {background-color: #cbe2f1;}.custmob--grid .cards-3::after {background-color: #fcdccf;}.custmob--grid h6 {padding: 30px 0 15px;}.custmob--grid .col--one {position: relative;}.custmob--grid .t--content {margin-bottom: 0;}.custmob--grid .color--card {background-color: #fafafa;margin-bottom: 15px;display: grid;grid-template-columns: 50px 1fr;grid-gap: 1rem;padding: 1rem 1.9rem 1rem 1rem;}.custmob--grid .h--width {width: 44px !important;margin-left: auto !important;}.custmob--grid .h--sdd {grid-column: 1/2;width: 60px;}.custmob--grid .sec--item {grid-template: 2/3;}.custmob--grid .sec--item h3 {font-size: 14px;margin-bottom: 0.4rem;}.custmob--grid .sec--item p {font-size: 12px;margin-bottom: 0;font-weight: 500;}.offering--section {background-image: url("../../images/service-details/offer-bg.png");background-size: cover;padding: 30px 0;background-repeat: no-repeat;background-position: center;}.offer--grid {display: grid;grid-template-columns: repeat(1, 1fr);grid-gap: 2rem;padding: 30px 0;}.offer--grid .offer--colone-title {font-weight: 600;font-size: 1.25rem;margin-bottom: 8px;}.offer--grid .offer--col li {padding: 0 0 10px 34px;font-weight: 500;}.offer--grid .offer--learn {background-color: rgba(255, 220, 206, 0.7294117647);padding: 1.5rem 1rem;border-radius: 14px;}.offer--grid .offer--learn-title {font-size: 20px;}.offer--grid .offer--learn p {font-size: 14px;font-style: italic;font-weight: 300;font-family: var(--raleway);}.process--web {background-image: url("../../images/service-details/process-bg.png");background-repeat: no-repeat;background-size: cover;background-position: center;background-color: #fafafa;padding: 30px 0;}.pw--subtitle {text-align: center;font-size: 14px;padding: 30px 0 0;margin-bottom: 0;}.process--grid {display: grid;grid-template-columns: repeat(1, 1fr);}.process--grid .common--pwt {padding: 88px 0 0;background-repeat: no-repeat;}.process--grid h3 {font-size: 1.25rem;}.process--grid .pw--colone {background-image: url("../../images/service-details/pw-one.png ");}.process--grid .pw--coltwo {background-image: url("../../images/service-details/pw-two.png ");}.process--grid .pw--colthree {background-image: url("../../images/service-details/pw-three.png ");}.process--grid .pw--colfour {background-image: url("../../images/service-details/pw-four.png ");}.process--grid .pw--colfive {background-image: url("../../images/service-details/pw-five.png ");}.hire--section {background-color: #fafafa;padding: 30px 0;}.hire--flex {display: flex;flex-wrap: wrap;padding-top: 30px;justify-content: space-around;}.hire--flex .img--item {width: 45%;padding: 1.4rem 0.5rem 0;}.portfolio-new-section {background: url("../../images/portfolio/portfolio-new.png") no-repeat;background-size: cover;padding: 40px 0 140px;background-position: center;}.portfolio-heading-banner {display: flex;flex-direction: column;height: 100%;align-items: center;justify-content: center;}.portfolio-heading-banner-h1 {font-size: 54px;text-transform: uppercase;font-weight: 600;line-height: 62px;margin-bottom: 1.6rem;}.portfolio-heading-banner-p {font-size: 20px;margin-bottom: 0;font-weight: 500;}.portfolio-banner-content {padding-bottom: 36px;}.portfolio-banner-image {position: relative;}.portfolio-banner-image .playicons-container {position: absolute;top: 0;left: 15%;bottom: 0;text-align: center;display: flex;align-items: center;justify-content: center;right: 0;}.portfolio-banner-image .playicons-container .playicon {width: 110px;cursor: pointer;}.portfolio-banner-image .video-banner {width: 500px;margin: 0 auto;display: block;}.portfolio-banner-image .modal {display: none;position: fixed;top: 0;left: 0;z-index: 1000;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.8);}.portfolio-banner-image .modal-content {position: relative;margin: 0px auto 0;padding: 70px 0 0;width: 80%;height: 100%;background-color: transparent;border: none;overflow: hidden;}.portfolio-banner-image .close {position: absolute;color: var(--white);font-size: 30px;font-weight: bold;cursor: pointer;background: transparent;z-index: 1002;top: 30px;right: 0px;}.portfolio-banner-image .video-container {position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;}.portfolio-banner-image .video-container iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.home-clutchicon {position: relative !important;top: -30px !important;float: right;right: -6px;}.services-clutchicon .home-clutchicon {float: none;top: 0;}.home-clutchicon, .clutchicon-container {position: absolute;right: 0;top: 30px;}.home-clutchicon .clutch-navigate, .clutchicon-container .clutch-navigate {cursor: pointer;}.home-clutchicon .circle, .clutchicon-container .circle {position: relative;width: 140px;height: 140px;border-radius: 100vmax;display: flex;align-items: center;justify-content: center;}.home-clutchicon .clutchlogo, .clutchicon-container .clutchlogo {position: absolute;top: 0;left: 0;right: 0;margin: 0 auto;z-index: 99;width: 90px;height: 100%;background: url(../../images/portfolio/clutch.png) no-repeat;background-size: contain;background-position: center;border-radius: 100vmax;}.home-clutchicon .text, .clutchicon-container .text {position: absolute;width: 100%;height: 100%;color: var(--white);font-size: 15px;animation: textRotation 8s linear infinite;background-color: var(--secondary);border-radius: 100px;z-index: 1;}.home-clutchicon .text span, .clutchicon-container .text span {position: absolute;left: 50%;font-size: 0.9em;transform-origin: 0 70px;top: 0;}@keyframes textRotation {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}.client-logo-banner {position: relative;}.portfolio-banner-logos {background: rgba(213, 93, 43, 0.1607843137);border-top-left-radius: 50px;margin-left: 0;border-bottom-left-radius: 50px;padding-top: 0;position: absolute;}.portfolio-logos-grid {display: grid;grid-template-columns: 250px 1fr;}.portfolio-logos-grid-colone {display: flex;align-items: center;justify-content: start;height: 100%;gap: 10px;padding-left: 30px;}.portfolio-logos-grid-p {margin-bottom: 0;color: #d55d2b;font-weight: 600;}.portfolio-our-gallery-section {padding: 40px 0 20px;}.categories-tags {position: absolute;bottom: 14px;left: 10px;display: flex;justify-content: start;gap: 10px;overflow: hidden;width: 100%;}.categories-tags .tags {background: transparent;border: 1px solid var(--white);border-radius: 7px;padding: 4px 12px;color: var(--white);font-family: var(--poppins);font-size: 12px;width: 100%;display: flex;text-wrap: nowrap;}.portfolio-cards {position: relative;overflow: hidden;cursor: pointer;border-radius: 8px;}.portfolio-cards .back-shadow {position: relative;}.portfolio-cards .back-shadow::before {content: "";background-color: rgba(0, 0, 0, 0.7019607843);border-radius: 8px;transition: opacity 0.4s ease-in-out;opacity: 0;position: absolute;inset: 0;width: 100%;height: 100%;}.portfolio-cards .back-shadow:hover .simple-cs-grid-content {transition: opacity 0.4s ease-in-out;-webkit-transition: opacity 0.4s ease-in-out;-moz-transition: opacity 0.4s ease-in-out;opacity: 1;z-index: 2;}.portfolio-cards .back-shadow:hover::before {transition: opacity 0.4s ease-in-out;opacity: 1;z-index: 1;}.portfolio-cards .images-inner {position: relative;}.portfolio-cards .images-inner:hover .hover-effect {transition: opacity 0.4s ease-in-out;opacity: 1;z-index: 3;}.portfolio-cards .images-inner .hover-effect {position: absolute;top: 0px;left: 0;right: 0;opacity: 0;transition: opacity 0.4s ease-in-out;display: flex;flex-direction: column;justify-content: space-around;align-items: center;height: 100%;padding: 12px 0;}.portfolio-cards-images {position: relative;}.portfolio-cards-title-h3 {font-size: 22px;margin: 14px 0;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;height: 54px;}.portfolio-cards-subtitle-p {line-height: 22px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}.portfolio-cards .categories-tags {position: relative;bottom: 0;left: 10px;width: auto;margin: 0 auto;display: flex;justify-content: start;gap: 10px;overflow: hidden;}.case-studies-testimonial .owl-theme .fa-arrow-left, .case-studies-testimonial .owl-theme .fa-arrow-right {color: var(--white);}.case-studies-testimonial .owl-theme .owl-nav[class*=owl-] {transition: 0.4s ease-in-out;position: absolute;right: 0;bottom: 50px;left: 48%;}.case-studies-testimonial .owl-theme .owl-nav[class*=owl-]:hover {background: transparent;color: var(--secondary);}.case-studies-testimonial .owl-theme .owl-next:hover, .case-studies-testimonial .owl-theme .owl-prev:hover {background: transparent;}.case-studies-testimonial .owl-theme .owl-next:hover .fa-arrow-left, .case-studies-testimonial .owl-theme .owl-next:hover .fa-arrow-right, .case-studies-testimonial .owl-theme .owl-prev:hover .fa-arrow-left, .case-studies-testimonial .owl-theme .owl-prev:hover .fa-arrow-right {color: var(--secondary);}.case-studies-testimonial .owl-theme .owl-next {position: relative;left: 50px;top: 2px;z-index: 10;}.case-studies-testimonial .owl-theme .owl-prev {position: relative;top: 2px;right: 50px;z-index: 10;}.case-studies-testimonial .owl-theme .owl-dots {padding-top: 20px;position: absolute;right: 0;bottom: 50px;left: 48%;z-index: 2;}.case-studies-testimonial .owl-theme .owl-dots .owl-dot {transition: 0.1s ease-in-out;}.case-studies-testimonial .owl-theme .owl-dots .owl-dot.active span {background: var(--secondary);border-radius: 2px;transform: rotate(45deg);transition: all 0.2s ease-in-out;}.case-studies-testimonial .owl-theme .owl-dots .owl-dot:hover span {background-color: var(--secondary);border-radius: 2px;}.case-studies-testimonial .owl-theme .owl-dots .owl-dot span {width: 10px;height: 10px;margin: 5px 4px;border-radius: 2px;background-color: var(--white);}.case-study-slider .categories-tags {position: relative;top: 0;left: 0;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 22px;margin-bottom: 48px;}.case-study-slider .carousel-item {position: relative;display: grid;grid-template-columns: repeat(2, 1fr);align-items: center;color: var(--white);height: 70vh;text-align: center;padding: 40px;border-radius: 8px;}.case-study-slider .carousel-item .watch--btn--header {padding: 14px 22px 14px 60px;border: 1px solid var(--white);color: var(--white);}.case-study-slider .carousel-item .watch--btn--header:hover {padding: 14px 60px 14px 22px;}.case-study-slider .carousel-item .watch--btn--header:hover ::before {left: calc(100% - 48px);}.case-study-slider .carousel-item .watch--btn--header::before {width: 48px;}.case-study-slider .carousel-item .content h4 {font-size: 30px;margin-bottom: 26px;color: var(--white);}.case-study-slider .carousel-item .content p {font-weight: 300;font-size: 20px;line-height: 26px;color: var(--white);margin-bottom: 80px;}.case-study-slider .carousel-item .image {width: 330px;margin: 0 auto;}.case-study-slider .carousel-items-1 {background: url("../../images/portfolio/case-study-slider-bg-1.jpg") no-repeat;background-size: 100% 100%;}.case-study-slider .carousel-items-2 {background: url("../../images/portfolio/case-study-slider-bg-2.jpg") no-repeat;background-size: 100% 100%;}.case-study-slider .carousel-items-3 {background: url("../../images/portfolio/case-study-slider-bg-3.jpg") no-repeat;background-size: 100% 100%;}.case-study-slider .carousel-items-4 {background: url("../../images/portfolio/case-study-slider-bg-4.jpg") no-repeat;background-size: 100% 100%;}.simple-casestudy-section {padding: 40px 0;transition: all 0.4s ease-in-out;}.simple-casestudy-section .simple-cs-grid .categories-tags {justify-content: start;}.simple-cs-grid {background-repeat: no-repeat !important;background-size: cover !important;background-position: center !important;border-radius: 8px;transition: all 0.4s ease-in-out;}.simple-cs-grid-one:hover-content {transition: opacity 0.4s ease-in-out;-webkit-transition: opacity 0.4s ease-in-out;-moz-transition: opacity 0.4s ease-in-out;opacity: 1;z-index: 2;}.simple-cs-grid-one-singlecasestudy {justify-content: right;align-items: center;padding: 40px 0px 0;}.simple-cs-grid-one-singlecasestudy img {border-top-right-radius: 8px;border-bottom-right-radius: 8px;}.simple-cs-grid-two {position: relative;}.simple-cs-grid-content {position: absolute;transition: opacity 0.4s ease-in-out;opacity: 0;top: 0;left: 0;right: 0;text-align: center;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 0 30px;}.simple-cs-grid-content .middle-title {margin: 60px 0;}.simple-cs-grid .back-shadow {position: relative;overflow: hidden;}.simple-cs-grid .back-shadow::before {content: "";background-color: rgba(0, 0, 0, 0.7019607843);border-radius: 8px;transition: opacity 0.4s ease-in-out;opacity: 0;position: absolute;inset: 0;width: 100%;height: 100%;}.simple-cs-grid .back-shadow:hover .simple-cs-grid-content {transition: opacity 0.4s ease-in-out;-webkit-transition: opacity 0.4s ease-in-out;-moz-transition: opacity 0.4s ease-in-out;opacity: 1;z-index: 2;}.simple-cs-grid .back-shadow:hover::before {transition: opacity 0.4s ease-in-out;opacity: 1;z-index: 1;}.simple-cs-grid .middle-title-h2 {color: var(--white);margin-bottom: 20px;}.simple-cs-grid p {color: var(--white);}.simple-cs-grid .categories-tags {position: relative;bottom: 0;left: 0;width: auto;margin: 0 auto;display: flex;justify-content: center;gap: 28px;}.simple-cs-grid .simple-case-study-img {width: 100%;height: 100%;border-radius: 8px;}.redefining-section {padding: 20px 0 40px;}.redefining-section .redefine-arrow {position: relative;background: url("../../images/portfolio/redefine-arrow.svg") no-repeat;background-size: cover;height: 100%;width: 100%;background-position: center right;}.redefining-section .redefining-header h3 {font-size: 40px;margin-bottom: 2.2rem;}.redefining-counter {display: flex;flex-wrap: wrap;text-align: center;justify-content: space-evenly;align-items: center;position: relative;z-index: 2;}.redefining-counter::before {content: "";width: 88%;height: 38px;background-color: rgba(255, 218, 204, 0.5490196078);position: absolute;bottom: 84px;left: 0;right: 0;z-index: 1;margin: 0 auto;border-radius: 4px;}.redefining-counter .number {margin-bottom: 12px;color: var(--secondary);font-size: 80px;position: relative;z-index: 10;font-family: var(--poppins);font-weight: 700;}.redefining-counter .label-title {font-size: 24px;font-weight: 600;color: var(--secondary);}.header--flex {display: flex;flex-wrap: wrap;justify-content: center;}.header--flex img {margin-right: 2rem;}.header--flex .pd--rightside {padding-top: 20px;}.client--page {background-color: #fafafa;padding: 40px 0;}.client--page .info-section-grid {padding-top: 3rem;}.client--page--subtitle {font-size: 22px;position: relative;z-index: 2;color: var(--white);font-weight: 300;line-height: 32px;padding-left: 28px;}.client--page--subtitle::before {content: "";position: absolute;top: 0;left: 0;z-index: 2;width: 18px;height: 100%;background-color: rgba(255, 255, 255, 0.6392156863);}.client--page .container_item {display: flex;flex-direction: column;position: relative;margin-bottom: 3rem;}.client--page .image-section {flex: 1;position: relative;padding: 15px;}.client--page .image-section img {width: 100%;height: 100%;object-fit: fill;position: relative;z-index: 2;border-radius: 8px;-webkit-filter: drop-shadow(0 3px 4px rgba(120, 119, 119, 0.2823529412));filter: drop-shadow(0 3px 4px rgba(120, 119, 119, 0.2823529412));}.client--page .info-section {padding: 20px;display: flex;flex-direction: column;justify-content: center;background-color: var(--secondary);color: var(--white);position: relative;border-radius: 8px;}.client--page .info-section::before {content: "";position: absolute;top: -100px;left: 0;width: calc(100% + 0px);height: 100%;background-color: var(--secondary);z-index: 1;border-radius: 8px;}.client--page .info-section h1 {font-size: 1.5em;margin-bottom: 20px;position: relative;z-index: 3;}.client--page .info-box {margin-bottom: 20px;position: relative;z-index: 3;}.client--page .info-box h2 {font-size: 1.2em;margin-bottom: 10px;color: var(--white);text-transform: uppercase;}.client--page .info-box p {margin: 5px 0;color: var(--white);display: flex;flex-direction: column;gap: 4px;}.cpage--flex .gallery--img {width: 100%;border-radius: 6px;}.cpage--flex .gallery--items {position: relative;}.cpage--flex .gallery--items .items--inner {position: relative;}.cpage--flex .gallery--items .items--inner:hover .overlay {width: 100%;}.cpage--flex .gallery--items .items--inner .overlay {position: absolute;top: 0;left: 0;right: 0;background-color: rgba(237, 109, 58, 0.7882352941);overflow: hidden;width: 0;height: 100%;transition: 0.4s ease;z-index: 1;border-radius: 6px;}.cpage--flex .gallery--items .items--inner .overlay i {cursor: pointer;font-size: 24px;position: absolute;top: 50%;left: 50%;transition: 0.3s ease-in-out;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);text-align: center;background-color: var(--white);padding: 0.6rem;border-radius: 40px;z-index: 2;}.cpage--flex .gallery--items .items--inner .overlay .clip {left: 30%;padding: 0.6rem 0.7rem;}.cpage--flex .cpage--colone {display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 0.4rem;padding: 0 0 20px;}.cpage--flex .cpage--coltwo h6 {margin-bottom: 1rem;}.cpage--flex .cpage--coltwo .list {margin-bottom: 0;font-weight: 400;}.cpage--flex .cpage--coltwo .descr {padding-top: 1rem;}.portfolio--navtabs {padding: 30px 0;}.portfolio--navtabs .nav-pills {flex-direction: column;}.portfolio--navtabs .nav-pills .nav-link {font-family: var(--poppins);font-weight: 400;}.portfolio--navtabs .nav-pills .nav-link.active {color: var(--secondary);background-color: #fff0ea;}.portfolio--navtabs .nav-pills .show .nav-link {color: var(--secondary);background-color: #fff0ea;}.portfolio--navtabs .button--bunch {display: flex;flex-wrap: wrap;grid-gap: 0 1.6rem;padding-top: 20px;}.portfolio--navtabs .button--bunch #industry, .portfolio--navtabs .button--bunch #technology {border: 1px solid #ededed;font-weight: 500;font-family: var(--raleway);color: var(--primary);font-size: 14px;}.portfolio--navtabs .button--bunch #industry:focus, .portfolio--navtabs .button--bunch #technology:focus {box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);}.portfolio--navtabs .button--bunch .dropdown-menu {border: 1px solid #ededed;padding: 0rem 0;}.portfolio--navtabs .button--bunch .dropdown-item {font-weight: 400;font-family: var(--raleway);border-bottom: 1px solid rgba(237, 237, 237, 0.6392156863);font-size: 13px;letter-spacing: 0.6px;cursor: pointer;}.portfolio--navtabs .button--bunch .dropdown-item:hover {background-color: #fff0ea;color: var(--secondary);}.tooltip .tooltip-inner {background-color: transparent;font-family: var(--raleway);}.tooltip .tooltip-arrow {border-top-color: #00cc00 !important;}.all--grid {display: grid;grid-template-columns: repeat(1, 1fr);grid-gap: 3rem 0;padding-top: 30px;}.all--grid .gallery--img {width: 100%;border-radius: 6px;}.all--grid .gallery--items {position: relative;}.all--grid .gallery--items .items--inner {position: relative;}.all--grid .gallery--items .items--inner:hover .overlay {width: 100%;}.all--grid .gallery--items .items--inner .overlay {position: absolute;top: 0;left: 0;right: 0;background-color: rgba(237, 109, 58, 0.7882352941);overflow: hidden;width: 0;height: 100%;transition: 0.4s ease;z-index: 1;border-radius: 6px;}.all--grid .gallery--items .items--inner .overlay i {cursor: pointer;font-size: 24px;position: absolute;top: 50%;left: 50%;transition: 0.3s ease-in-out;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);text-align: center;background-color: var(--white);padding: 0.6rem;border-radius: 40px;z-index: 2;}.all--grid .gallery--items .items--inner .overlay .clip {left: 30%;padding: 0.6rem 0.7rem;}.all--grid .gallery--items .items--inner img {display: block;border-radius: 6px;box-shadow: 0 0px 10px #c5c4c4;}.all--grid .gallery--items h6 {padding-top: 14px;margin-bottom: 0;font-weight: 400;letter-spacing: 0.3px;font-size: 15px;}.all--grid .gallery--items small {font-size: 13px;font-weight: 300;font-family: var(--raleway);}.all--grid .gallery--items p {padding-top: 8px;margin-bottom: 0;font-size: 14px;}.portfolio--posts--section {padding: 40px 0;}.portfolio--posts--section h2 {margin-bottom: 3rem;}.technology--header .cd--flex .right--col .apply--job--title {padding: 10px 0;}.ourreact--section {background-image: url("../../images/service-list/app-dev-bg.jpg");background-repeat: no-repeat;background-size: cover;background-position: center;padding: 40px 0;}.ourreact--section .title {font-size: 27px;text-align: center;}.ourreact--section .subtitle {padding-top: 20px;text-align: center;}.ourreact--section .oureact--grid {display: grid;grid-template-columns: repeat(1, 1fr);grid-gap: 1rem;}.ourreact--section .cr--content-title {font-size: 1.2rem;}.ourreact--section .card--block {border-radius: 10px;box-shadow: 0 0 7px rgba(183, 181, 181, 0.7411764706);padding: 1rem;background-color: var(--white);}.ourreact--section .card--block img {width: 52px;margin-bottom: 12px;}.ourreact--section .card--block p {margin-bottom: 0;font-size: 14px;}.whychoose--section {background-color: #fafafa;padding: 40px 0;}.whychoose--section .title {font-size: 27px;}.whychoose--grid {padding-top: 40px;display: grid;grid-template-columns: repeat(1, 1fr);grid-gap: 1.8rem 1.2rem;mask-image: h6;mask-image-margin-bottom: 1rem;}.whychoose--grid .wc--colone-title {font-size: 18px;margin-bottom: 12px;font-weight: 600;}.whychoose--grid p {font-size: 15px;}.whychoose--grid .lists ul {margin-bottom: 0;}.whychoose--grid .lists li {font-size: 15px;font-weight: 500;}.whychoose--grid p {margin-bottom: 0;font-size: 14px;}.dyk--section {background-image: url("../../images/technology/dyk-banner.jpeg");background-repeat: no-repeat;background-size: cover;background-position: left;padding: 40px 0;text-align: center;}.dyk--section h3 {color: var(--white);margin-bottom: 1.4rem;}.dyk--section p {color: var(--white);font-size: 15px;padding: 0 15px;margin-bottom: 2rem;}.dyk--section .submit {background-color: var(--orange);font-size: 18px;color: var(--white);padding: 6px 10px;width: 90%;font-weight: 500;font-family: var(--raleway);border-radius: 28px;box-shadow: 0 0px 8px rgba(252, 152, 39, 0.768627451);border: none;margin: 2px;}.companies--section {background-image: url("../../images/technology/world-map.png");background-repeat: no-repeat;background-size: cover;background-position: center;padding: 40px 0;}.i--exprt--section {background-image: url("../../images/technology/expert.jpg");background-size: cover;background-repeat: no-repeat;padding: 40px 0;}.i--exprt--section .title {color: var(--white);}.i--exprt--section .title span::before {background-color: rgba(237, 109, 58, 0.6196078431);}.i--exprt--section .subtitle {color: var(--white);text-align: center;font-size: 14px;padding: 20px 0;margin-bottom: 0;}.i--exprt--section .iexpert--grid {padding-top: 20px;display: grid;grid-template-columns: repeat(1, 1fr);grid-gap: 1rem;}.i--exprt--section .exprt--title {color: var(--white);padding: 12px 0 0;margin-bottom: 0;font-size: 16px;}.i--exprt--section .exprt--subtitle {color: var(--white);padding: 10px 0;font-size: 14px;}.i--exprt--section .nav-pills .nav-link {background-color: rgba(255, 255, 255, 0.2509803922);color: var(--white);border: 1px solid rgba(255, 255, 255, 0.2509803922);border-radius: 0.25rem;margin-bottom: 0.4rem;position: relative;font-family: var(--raleway);font-weight: 500;padding-left: 4.5rem;text-align: start;width: 90%;}.i--exprt--section .nav-pills .nav-link::before {position: absolute;content: url("../../images/technology/healthcare-icon.svg");left: 20px;top: 0;}.i--exprt--section .nav-pills .nav-link.active {background-color: var(--white);border: 1px solid #f9aa29;color: var(--secondary);}.i--exprt--section .nav-pills .nav-link.active .color_hover {color: violet;}.t--whyhire--section .why--grid {grid-gap: 0.2rem 1rem;}.t--whyhire--section .cust--padd {padding-top: 40px;}.hired--section {padding: 30px 0;}.hired--section .hd--grid {display: grid;grid-template-columns: repeat(1, 1fr);grid-gap: 2rem 0;padding-top: 60px;}.hired--section .hd--grid img {width: 200px;display: block;margin: 0 auto;}.hired--section .hd--grid h6 {padding-top: 20px;font-weight: 300;}.accordion-body {background-color: #f8f8f8;padding: 40px 30px 30px 40px;font-family: var(--raleway);font-weight: 400;}.accordion-item {border: none;border-radius: 10px;background-color: #fff0ea;margin-bottom: 20px;}.accordion-item:first-of-type {border-top-left-radius: 10px;border-top-right-radius: 10px;}.accordion-item:first-of-type .accordion-button {border-top-left-radius: 10px;border-top-right-radius: 10px;}.accordion-button {background-color: #fff0ea;color: #ed6d3a;border-radius: 10px;}.accordion-button:focus {border-color: none;box-shadow: none;}.accordion-button::after {content: "+";font-size: 26px;background-image: none;}.accordion-button:not(.collapsed) {color: #374253;background-color: #e3e3e3;box-shadow: none;}.accordion-button:not(.collapsed)::after {content: "-";background-image: none;transform: rotate(0deg);}.table--layout table th, .table--layout table td {font-family: var(--raleway);}.foodapp--grid {display: none;}.industry--header--section, .industry-section {background-image: url("../../images/industry/industry-bg.jpg");background-size: cover;background-repeat: no-repeat;padding: 40px 0;text-align: center;}.industry--header--section h1, .industry-section h1 {margin-bottom: 0;text-transform: capitalize;}.industry--header--section p, .industry-section p {padding-top: 10px;color: var(--default);font-weight: 500;}.industry--header--section .header--buttons, .industry-section .header--buttons {display: flex;flex-wrap: wrap;grid-gap: 1.2rem;}.watch--btn {background-color: transparent;border: 2px solid var(--default-btn);border-radius: 40px;width: auto;color: var(--secondary);font-family: var(--raleway);font-weight: 500;position: relative;text-align: right;padding: 10px 20px;font-size: 16px;width: 200px;height: 51px;}.watch--btn::before {content: url("../../images/industry/play.svg");width: 50px;height: 100%;display: flex;align-items: center;justify-content: center;font-size: 24px;border: 1px solid var(--white);transition: ease-in-out 0.5s;position: absolute;background-color: var(--default-btn);top: 0;left: 0;padding: 20px 20px;border-radius: 40px;}.foodapp--section {background-image: url("../../images/home/custom-bg-element-1.png");background-size: cover;background-position: right top;position: relative;padding: 50px 0;background-repeat: no-repeat;}.foodapp--section .subtitle {text-align: center;padding-top: 10px;}.foodapp--section .fcards--grid {display: grid;grid-template-columns: repeat(1, 1fr);grid-gap: 2rem;}.foodapp--section .fc--card {background-color: var(--white);box-shadow: 0 0 8px #cfcfcf;border-radius: 12px;padding: 0rem 0.6rem;text-align: center;}.foodapp--section .fc--card img {width: 120px;}.foodapp--section .fc--title {font-weight: 600;padding: 14px 0;}.foodapp--section .one--color {color: #9fd356;}.foodapp--section .two--color {color: var(--navyblue);}.foodapp--section .three--color {color: #ed6d3a;}.foodapp--section .fc--subtitle {font-weight: 500;margin-bottom: 0.6rem;font-size: 14px;}.slider--text--section .btn:focus {box-shadow: none;}.slider--text--section .owl-carousel .owl-stage {display: flex;align-items: center;}.slider--text--section .slider--text {font-size: 14px;margin-bottom: 0;font-weight: 400;}.demandapp--section {background-color: var(--secondary);padding: 40px 0;}.demandapp--section .demand--grid {display: grid;grid-template-columns: repeat(1, auto);grid-gap: 2rem;}.demandapp--section .submit {background-color: #fcaa26;font-size: 15px;color: var(--white);font-weight: 400;font-family: var(--raleway);border-radius: 28px;padding: 6px 30px;border: none;}.demandapp--section .take--away {width: 80%;display: block;margin: 0 auto;}.demandapp--section .da--items {text-align: center;}.demandapp--section .da--items .da--title {color: var(--white);}.demandapp--section .da--items p {padding: 20px 0;margin-bottom: 0;font-size: 14px;color: var(--white);}.tech--sol--section {padding: 40px 0;}.tech--sol--section .tech--navtabs {padding-top: 30px;}.tech--sol--section .nav-pills {border-bottom: 1px solid var(--lightpink);}.tech--sol--section .nav-pills .nav-link {padding: 0.3rem 1rem;font-size: 16px;}.tech--sol--section .nav-pills .nav-link.active {color: var(--offorange);background-color: transparent;border-bottom: 3px solid #ed6d3a;border-radius: 0;}.faq--input {display: none;}.blogs-faq .title {font-size: 32px;margin-bottom: 30px;}.faq--section {padding: 60px 0;}.faq--section .faq--grid {display: grid;}.faq--section .faq--grid img {display: none;}.faq--section .content {background: #f8f8f8;padding: 10px 25px;border: 1px solid #f8f8f8;margin: 0 0 1px 0;border-radius: 3px;transition: all 0.6s ease-in-out;}.faq--label {display: block;padding: 8px 12px;margin: 0 0 8px 0;cursor: pointer;background: #fff0ea;border-radius: 5px;color: #ed6d3a;transition: ease 0.5s;position: relative;}.faq--label::after {content: "+";font-size: 22px;font-weight: bold;position: absolute;right: 10px;top: 2px;}.faq--input:checked + .faq--label::after {content: "-";right: 14px;top: 3px;}.faq--input + .faq--label + .content {display: none;}.faq--input:checked + .faq--label + .content {display: block;}.hide--fmob {display: none;}.hide--fdektop {display: block;}.running-box {padding: 40px 0 10px;}.running-box-footer-row {margin-bottom: 12px;}.running-box-footer-row span {color: var(--primary);text-transform: uppercase;font-family: var(--raleway);font-weight: 400;margin-right: 4px;font-size: 14px;}.running-box-footer-row a {color: var(--primary);padding: 0 5px;border-right: 1px solid #333;font-family: var(--raleway);font-weight: 300;font-size: 12px;}.running-box-footer-row a:hover {text-decoration: underline;color: var(--default-btn);}.running-box-footer-row a:last-child {border-right: 0px;}.footer_menu a {display: block;padding-left: 15px;padding-bottom: 8px;}.drop-down {max-height: 0;overflow: hidden;}.drop-down li {position: relative;}.drop-down li::before {z-index: 1;content: ">";color: gray;position: absolute;top: -0.2rem;font-size: 14px;}.drop-down a {min-width: 90px;font-family: var(--raleway);font-size: 14px;color: var(--lightgray);text-decoration: none;}.drop-down-menu {display: block;}.menu-title {display: block;padding: 0px 0px 10px;background: transparent;color: #0a1541;cursor: pointer;font-family: var(--poppins);font-weight: 600;font-size: 16px;}.menu-title::after {content: "\f078";font-family: "Font Awesome 5 Free";font-weight: 700;position: relative;left: 5px;top: 2px;}.activate {display: none;position: absolute;cursor: pointer;width: 100%;height: 40px;margin: 0 0 0 -15px;opacity: 0;}.activate:checked ~ .drop-down {max-height: 200px;}.drop-down, .footer_menu a, .drop-down-menu {-webkit-transform: translateZ(0);-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}.footer--banner {background-image: url("../../images/footer/footer-bg.svg");background-repeat: no-repeat;background-size: cover;padding: 100px 0 0;background-position: 56% top;}.footer--banner hr {background-color: var(--lightorange);}.footer--banner .logo {width: 140px;}.brackets--footer {position: relative;}.brackets--footer::before {z-index: 1;content: ">";color: gray;position: absolute;left: -1rem;top: -0.2rem;font-size: 14px;}.brackets--footer::after {content: "<";color: var(--secondary);position: absolute;right: -0.7rem;top: -0.3rem;font-size: 15px;opacity: 0;z-index: 1;margin-left: 0;transition: all 0.4s ease-in-out;}.brackets--footer:hover::before {color: var(--secondary);right: -0.9rem;left: unset;}.brackets--footer:hover::after {right: unset;left: -1.1rem;opacity: 1;margin-right: 0.2rem;transition: all 0.4s ease-in-out;}.main--grid {display: grid;grid-template-columns: repeat(1, 1fr);grid-gap: 1.5rem;margin-bottom: 1.6rem;}.main--grid--gttitle {font-size: 18px;color: var(--default);font-family: var(--poppins);font-weight: 500;}.main--grid .footer--col {position: relative;}.main--grid .footer--col address {font-size: 12px;margin-bottom: 0.7rem;}.main--grid .footer--col .pes-tag {color: var(--default);font-family: var(--opensans);font-size: 12px;font-weight: 600;margin-top: 10px;margin-bottom: 0;}.main--grid .footer--col .pes-tag a {text-decoration: underline;color: var(--default);}.main--grid .ul--dropdown {list-style: none;padding: 0;margin: 0;}.main--grid .ul--dropdown li {padding-bottom: 5px;padding-left: 15px;position: relative;}.main--grid .ul--dropdown li a {font-family: var(--raleway);font-size: 13px;color: var(--lightgray);}.main--grid .description {font-size: 13px;padding-top: 30px;}.main--grid .footer--actor--img {display: none;}.reach--us--col--grid {display: grid;grid-template-columns: repeat(4, 62px);}.social--icons {text-align: center;position: relative;bottom: 0;left: 0;}.social--icons ul {list-style: none;margin: 0;padding: 0;}.social--icons li {display: inline-flex;padding-right: 10px;}.social--icons a {color: var(--lightgray);font-size: 16px;}.footer--bottom {display: grid;text-align: center;align-items: center;}.footer--bottom .copyrigh--text {color: var(--lightgray);font-weight: 400;font-family: var(--poppins);font-size: 12px;margin-bottom: 0.7rem;}.footer--bottom .last--text {color: var(--lightorange);}.footer--bottom .policies {text-align: center;padding-bottom: 1.6rem;}.footer--bottom .policies ul {list-style: none;margin: 0;padding: 0;}.footer--bottom .policies li {display: inline-flex;padding-right: 10px;}.footer--bottom .policies li:first-child {border-right: 1px solid var(--lightgray);}.footer--bottom .policies a {color: var(--lightgray);font-size: 12px;font-family: var(--raleway);font-weight: 400;}.policy--section {padding: 30px 0;}.policy--section p {letter-spacing: 0.2px;}.policy--section .policy--title {font-size: 30px;margin-bottom: 1.5rem;}.policy--section .breadcrumb {margin-bottom: 0.4rem;margin-left: 0.2rem;}.policy--section .heading {color: var(--default);font-size: 18px;margin-bottom: 0.6rem;padding-top: 1rem;font-weight: 500;font-family: var(--poppins);}.policy--section .sub--heading {color: var(--default);font-weight: 500;font-family: var(--poppins);margin-bottom: 0.5rem;}.policy--section strong {color: var(--default);}.policy--section .a--link {color: var(--primary);font-weight: 500;font-family: var(--raleway);}.policy--section .a--link:hover {color: var(--primary);text-decoration: underline;}.categories-list {margin-bottom: 30px;text-align: center;display: flex;flex-wrap: wrap;justify-content: center;position: relative;gap: 10px;}.cat-filter {background: var(--white);padding: 10px 15px;border-radius: 30px;color: var(--black);position: relative;border: 1px solid #616160;font-size: 14px;letter-spacing: normal;transition: all 0.3s ease-in-out;}.cat-filter::before {position: absolute;content: "";background-image: url("../../images/icons/checkmark.svg");background-repeat: no-repeat;background-size: 16px;background-position: left center;height: 100%;width: 100%;top: 52%;transform: translateY(-50%);left: 10px;z-index: 99;opacity: 0;visibility: hidden;transition: opacity 0.3s, visibility 0.3s;}.cat-filter.active {background: var(--secondary);color: var(--white);border-color: var(--secondary);padding-left: 30px;}.cat-filter.active::before {opacity: 1;visibility: visible;}.blog--section {padding: 3rem 0;}.blog--section .blog-loadmore {padding-top: 40px;display: flex;justify-content: center;}.seperator {font-size: 14px;}.popular-post-section {padding: 60px 0;}.popular-post-section .heading-title {font-size: 16px;text-align: center;margin-bottom: 1rem;font-weight: 600;text-transform: uppercase;}.popular-post-section .heading-title-1 {font-size: 22px;font-family: var(--poppins);font-weight: 400;text-align: center;}.popular-post-section .heading-title-2 {font-size: 26px;font-family: var(--poppins);text-transform: capitalize;margin-bottom: 2rem;text-align: center;}#popular_post_slider .item, #related_post_slider .item {margin: 15px;}.popularpost-box .card--content {padding: 0rem 0.8rem 1rem;display: flex;flex-direction: column;justify-content: space-evenly;height: 160px;}.popularpost-box .card--content .text {padding: 0 10px;}.popularpost-box .posting--content {color: var(--primary);font-size: 14px;padding: 0;font-family: var(--raleway);padding-top: 6px;}.popularpost-box .blog--d--title {font-size: 18px;color: var(--secondary);margin-bottom: 0px;line-height: 24px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}.wrapper-box-card {box-shadow: 0 0 15px rgba(0, 0, 0, 0.1607843137);border-radius: 6px;height: 100%;gap: 0px;display: flex;flex-direction: column;justify-content: space-evenly;}.wrapper-box-card img {width: 100%;}.readmore-wrapper {padding-top: 1rem;text-align: center;}.readmore-wrapper .explore--service {display: flex;justify-content: center;align-items: center;}.readmore-wrapper .explore--service:hover {color: var(--secondary);text-decoration: underline;}.readmore-wrapper .explore--service img {width: 20px;margin-left: 10px;}.wrapper--grid {display: grid;grid-template-columns: repeat(1, 1fr);grid-gap: 3.5rem;}.short-form-msg {max-width: 280px;}.blog--details--section {padding-top: 1rem;}.blog--details--subtitle {font-size: 18px;}.blog--details--title {font-size: 22px;margin-bottom: 30px;}.blog--box .seperator {border-right: 2px solid var(--lightgray);padding-left: 9px;position: relative;right: 6px;}.blog--box .text {color: var(--lightgray);text-decoration: none;}.blog--box .text a:hover {text-decoration: underline;}.blog--box .header--img {box-shadow: 0 0 15px rgba(0, 0, 0, 0.1607843137);border-radius: 6px;margin-bottom: 36px;}.blog--box .lists {margin-bottom: 10px;}.blog--box .lists li {font-size: 16px;color: var(--primary);font-weight: 500;}.wrapper--middle {padding: 20px 0;}.wrapper--middle h2 {padding-bottom: 10px;}.wrapper--middle h3 {padding-top: 60px;padding-bottom: 8px;}.wrapper--middle .blog--column {padding-bottom: 22px;}#popular_post_slider .posted--content, #related_post_slider .posted--content {display: flex;}.blog--details--section .posted--content {display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 10px 0;}.posted--content {margin-bottom: 20px;display: flex;align-items: center;}.posted--content--box--bl {font-family: var(--raleway);}.posted--content--box--bl .col-one-bl {margin-bottom: 6px;}.posted--content--box--bl .col-one-bl .text {padding: 0 10px;}.posted--content--box--bl .col-one-bl .date-text {background-color: #f5c540;color: var(--black);cursor: initial;}.posted--content--box--bl .col-one-bl .time-text {color: var(--secondary);background-color: #fff8e3;}.posted--content--box--bl .col-one-bl .time-text:hover {text-decoration: underline;}.posted--content--box--bl .col-two-bl .text {font-family: var(--poppins);font-weight: 400;font-size: 14px;}.blog-list {padding: 0 10px;}.blog-list .text:first-child {background-color: #f5c540;color: var(--black);cursor: initial;}.blog-list .text:last-child {color: var(--secondary);background-color: #fff8e3;}.blog-list .text:last-child:hover {text-decoration: underline;}.wrapper--sidebar {background-color: var(--logoyellow);padding: 25px;margin-bottom: 0;position: sticky;top: 5.5rem;border-radius: 8px;}.wrapper--sidebar .help-block-error {position: relative;font-size: 14px;color: red;font-weight: 300;}.wrapper--sidebar #iti-1__country-listbox {overflow-x: scroll;width: 300px;}.wrapper--sidebar .sidebar--title {margin-bottom: 22px;}.wrapper--sidebar h3 {margin-bottom: 0.2rem;font-family: var(--poppins);font-weight: 500;font-size: 19px;margin-bottom: 18px;}.wrapper--sidebar .inside--wrapper {display: grid;grid-template-columns: repeat(1, auto);grid-gap: 1rem;background-color: var(--white);border-radius: 10px;padding: 20px;margin-bottom: 1.6rem;}.wrapper--sidebar .posted--content {color: var(--lightgray);font-family: var(--raleway);font-weight: 400;font-size: 13px;}.wrapper--sidebar .posted--content .text:hover {text-decoration: underline;}.wrapper--sidebar .text {margin-bottom: 0;}.wrapper--sidebar .category--section {padding: 30px 0;}.wrapper--sidebar .category--title {padding-bottom: 10px;}.wrapper--sidebar .category--list ul {margin: 0;padding: 0;}.wrapper--sidebar .category--list li {margin: 0;padding: 0 0 10px 20px;list-style: none;background-image: url("../../images/icons/icon-chevron-right.svg");background-repeat: no-repeat;background-position: 0px 6px;background-size: 8px;}.wrapper--sidebar .category--list .icon--link {color: var(--primary);font-size: 14px;font-family: var(--poppins);font-weight: 600;cursor: pointer;font-family: var(--poppins) !important;}.wrapper--sidebar .category--list .icon--link:hover {color: var(--secondary);}.wrapper--sidebar .tag--section {padding-bottom: 30px;}.wrapper--sidebar .tag--title {padding-bottom: 10px;}.wrapper--sidebar .tags--btns {background-color: var(--white);border: none;border-radius: 6px;color: var(--secondary);font-size: 14px;padding: 8px 16px;margin: 6px 8px 6px 0;}.wrapper--sidebar--form .form-group {margin-bottom: 15px;}.wrapper--sidebar--form .contact-form-input {outline: none;padding: 0.675rem 0.75rem;color: var(--lightgray);font-weight: 300;font-style: italic;font-family: var(--raleway);border-color: var(--border-color);}.wrapper--sidebar--form .contact-form-textarea {color: #383535;font-weight: 400;font-style: italic;font-family: var(--raleway);font-size: 14px;}.wrapper--sidebar--form .contact-form-input::placeholder, .wrapper--sidebar--form .contact-form-textarea::placeholder {font-size: 15px;letter-spacing: 0.5px;}.wrapper--sidebar--form .contact-form-input:focus, .wrapper--sidebar--form .contact-form-textarea:focus {outline: none;box-shadow: 0 0 0 0;border-color: #ced4da;}.table--layout {padding: 10px 0 20px;}.table--layout table {width: 100%;}.table--layout td, .table--layout th {padding: 4px;}.table--layout table, .table--layout td, .table--layout th {border: 1px solid var(--black);}.blog-details-subpara span.text {font-family: var(--poppins);font-weight: 400;align-items: center;}.blog-details-subpara .music-main-title .heading {margin-bottom: 0;text-transform: uppercase;font-size: 14px;font-family: var(--poppins);font-weight: 400;}.shake {animation: shake 5s ease infinite;}@keyframes shake {0%, 100% {transform: translateX(0);}10%, 30%, 50%, 70%, 90% {transform: translateX(-3px);}20%, 40%, 60%, 80% {transform: translateX(3px);}}@media only screen and (max-width: 600px) {.modal-content {width: 90%;height: 50%;}}:root {--items-per-page: 10;}.carousel {width: 100%;overflow: hidden;position: relative;}.carousel-container {white-space: nowrap;}.carousel-item {display: inline-block;min-width: calc(100% / var(--items-per-page));box-sizing: border-box;}.why-us-malta-section {background-color: #fff0ea;padding: 40px 0;}.why-us-malta-section .rounded--icon {width: 40px;}.why-us-malta-section .why-us-grid {display: grid;grid-template-columns: repeat(1, 1fr);grid-gap: 2rem;padding-top: 3rem;}.why-us-malta-section .why-us-grid .label--q {font-weight: 600;font-size: 18px;margin-bottom: 10px;margin-top: 14px;}.whyshld-section {padding: 60px 0;}.whyshld-grid {display: grid;grid-template-columns: repeat(1, 1fr);grid-gap: 20px;}.whyshld-grid-card {border-radius: 10px;padding: 20px;background: #ececec;}.whyshld-grid-title {font-size: 1.25rem;margin-bottom: 12px;}.whyshld-grid-subtitle {margin-bottom: 0;font-weight: 400;}@keyframes mm-rotateIt {to {transform: rotate(-360deg);}}.mm-button {border: none;margin: 0;font-family: inherit;font-size: inherit;position: relative;display: inline-block;transition: 0.25s ease-in-out;}a.mm-button {pointer-events: auto;cursor: pointer;background: var(--secondary);}button.mm-button {pointer-events: auto;cursor: pointer;}.mm-button--round {border: 0;background: none;padding: 0;clip-path: circle(40% at 50% 50%);}.mm-button--round > br {display: none !important;}.mm-textcircle {position: relative;display: block;width: var(--mm-button--round-width, 170px);}.mm-textcircle text {font-size: var(--mm-button--round-font-size, 39px);text-transform: uppercase;fill: var(--white);}.mm-textcircle textPath {letter-spacing: var(--mm-button--round-letter-spacing, -20px);}.mm-button--round.mm-animate:hover .mm-textcircle {animation: mm-rotateIt var(--mm-button--round-animation, 7s) linear infinite;}.mm-button--round.mm-animate-permanent .mm-textcircle {animation: mm-rotateIt var(--mm-button--round-animation, 7s) linear infinite;}