/*!
Theme Name: Uniwebapps
Theme URI: http://underscores.me/
Author: Jay Shah
Author URI: http://uniwebapps.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: www-uniwebapps-com
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Uniwebapps is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15; -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;font-family: var(--works);
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-family: var(--works); font-size: 2em; margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; height: 0; overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent; display: inline-block; transition: all ease-in-out 0.3s; -webkit-transition: all ease-in-out 0.3s; -o-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; text-decoration: underline; text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}
/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: var(--works); font-size: 100%; line-height: 1.15; margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none; padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield; outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; font: inherit;
}
/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}
/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040; font-family: var(--works); font-size: 1rem; line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both; margin: 0 0 30px;
}
p {
	margin: 0 0 30px; font-weight: 400; font-size: 18px; line-height: 1.8;
}
p:last-child{
	margin: 0 !important;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0; margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto; max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em; width: 100%;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; color: rgba(0, 0, 0, 0.8); line-height: 1; padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666; border: 1px solid #ccc; border-radius: 3px; padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */
  
/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em; margin-bottom: 1.5em;
}
.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em; margin-bottom: 1.5em;
}
.aligncenter {
	clear: both; display: block; margin-left: auto; margin-right: auto; margin-bottom: 1.5em;
}

/* Common Css */
:root {
	--works: "Work Sans", sans-serif;
}
section {
    padding: 150px 0;
}
.pt0{padding-top: 0; }
.pb0{padding-bottom: 0; }
.ptb0{padding: 0; }
.mt0{margin-top: 0; }
.mb0{margin-bottom: 0; }
.mtb0{margin: 0; }
.pt100 {padding-top: 100px; }
.pb100 {padding-bottom: 100px; }
.pb50 {padding-bottom: 50px; }
.ptb100 {padding: 100px 0; }
.wrapper{
	max-width: 1500px; width: 92%; margin: auto;
}
.dflex{
	display: flex; flex-wrap: wrap;
}
.aicenter{
	align-items: center;
}
.jycenter {
	justify-content: center;
}
.jybetween {
	justify-content: space-between;
}
.button {
    display: inline-block;
    font-weight: 600; font-size: 22px; line-height: 1; text-decoration: none; background-color: #00B0FF; color: #FFFFFF; border-radius: 50px; position: relative; padding: 24px 49px 24px 79px;
}
.button:before {
	content: ""; position: absolute; padding: 20px; background-color: #FFFFFF; border-radius: 50%; left: 15px; top: 50%; background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.037 7.005H0V5.299H9.037L4.935 1.197L6.152 0L12.304 6.152L6.152 12.304L4.935 11.106L9.037 7.005Z" fill="%2300B0FF"/></svg>'); transform: translateY(-50%); background-repeat: no-repeat; background-position: center; pointer-events: none;
}
.full-link {
    position: absolute;
    top: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
}
.button:hover {
    background-color: #1C4587;
}
.button:hover:before {
	background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.037 7.005H0V5.299H9.037L4.935 1.197L6.152 0L12.304 6.152L6.152 12.304L4.935 11.106L9.037 7.005Z" fill="%231C4587"/></svg>');
}
.white-btn {
    background-color: #FFFFFF; background=c: ; color: #00B0FF;
}
.white-btn::before {
    background-color: #00B0FF; background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.037 7.005H0V5.299H9.037L4.935 1.197L6.152 0L12.304 6.152L6.152 12.304L4.935 11.106L9.037 7.005Z" fill="%23FFFFFF"/></svg>');
}
.white-btn:hover {
	color: #FFFFFF; background-color: #1C4587;
}
.white-btn:hover:before {
    background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.037 7.005H0V5.299H9.037L4.935 1.197L6.152 0L12.304 6.152L6.152 12.304L4.935 11.106L9.037 7.005Z" fill="%231C4587"/></svg>'); background-color: #FFFFFF;
}
.small-title {
    font-weight: 600; font-size: 24px; line-height: 1.25;
}
.col2 {
    max-width: calc(50% - 20px); width: 100%;
}
.row {
    gap: 40px;
}
.banner-btns {
    gap: 0 50px;
}
.tcenter{
	text-align: center;
}
.section-title {
	font-weight: 500;font-size: 70px;line-height: 1.5;margin: 0 0 50px;
}
.section-title span {
    background-color: #079ADB; padding: 15px 40px; border-radius: 100px; color: #FFFFFF; font-weight: 600;
}
.large-text p{
	font-size: 22px;
}
/* Form css */
.gform_wrapper .gform-body .gform_fields .gfield .gfield_label {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.25;
}
.gform_wrapper .gform_required_legend {
    display: none;
}
.gform_wrapper .gform-body .gform_fields .gfield select::placeholder, .gform_wrapper .gform-body .gform_fields .gfield textarea::placeholder, .gform_wrapper .gform-body .gform_fields .gfield input::placeholder {
    opacity: 0.5;
}
.gform_wrapper .gform-footer input{
	font-weight: 600 !important;
	font-size: 22px !important;
	line-height: 1.25 !important;
	background-color: #00B0FF !important;
	border-radius: 50px !important;
    padding: 18px 40px !important;
}
.gform_wrapper .gform-footer input:hover{
	background-color: #1C4587 !important;
}
.gform_wrapper .gform_validation_errors{
	display: none !important;
}
.gform_wrapper .gform-body .gform_fields .gfield select, .gform_wrapper .gform-body .gform_fields .gfield textarea, .gform_wrapper .gform-body .gform_fields .gfield input {
	opacity: 1;
    line-height: 1;
    height: auto;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    padding: 14px 0;
    line-height: 1.25;
    border: 0;
    border-bottom: 1px solid #000000;
    box-shadow: none;
    outline: none;
    border-radius: 0px;
}
.gform_wrapper .gform-body .gform_fields {
    gap: 40px 30px;
}
.gform_wrapper .gform-body .gform_fields .gfield textarea {
    min-block-size: unset;
    height: 100px;
    resize: none;
}
/* Header */
.site-branding {
	line-height: 0; max-width: 10%; width: auto;
}
.custom-logo-link {
    max-width: 100px;
}
.site-main{
	position: relative; height: 100%;
}
.site-header {
	position: absolute; z-index: 2; top: 0px; padding: 20px 0; width: 100%;
}
.main-navigation {
	max-width: 70%;width: 100%;
}
.menu {
    display: flex; flex-wrap: wrap; list-style-type: none; margin: 0; padding: 0; justify-content: center;
}
.head-btn {
    max-width: 20%; width: auto;
}
.menu li a {
    font-weight: 500; font-size: 20px; line-height: 1.75; text-align: center; color: #092D48; text-decoration: none;
}
.menu li {
    padding: 0 20px;
}
.menu li a:hover, .menu li.current-menu-item a:hover, .menu li.current-menu-item a {
    color: #00B0FF;
}
.site-header.sticky {
    position: fixed; top: 0; left: 0; width: 100%; transform: translateY(-100%); animation: slideDown 0.3s ease forwards; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); background-color: #fff; box-shadow: 0 0 14px rgba(0, 0, 0, .16);
}
@keyframes slideDown {
  from { transform: translateY(-100%); }
  to   { transform: translateY(0); }
}
/* Footer */

/* Banner Section */
.banner-section {
    background-position: center; background-size: cover; background-image: url(./images/star-background.png); width: 100%;height: 1000px;background-color: #3CBDFC;box-shadow: 0px 14px 54px rgba(67, 191, 252, 0.6);border-radius: 0px 0px 1000px 1000px; display: flex;text-align: center;
}
.banner-content-wrap {
    max-width: 700px; margin: 0 auto 50px;
}
.banner-btns {
	justify-content: center;
}
.bg-design {
    background-image: url('./images/graphics.png'); background-size: cover; background-position: center;
}
.serv-box {
    margin: 0; padding: 0; list-style-type: none;
}
.serv-name {
    font-weight: 500; font-size: 18px; line-height: 1.8; position: relative;
}
.serv-name:after {
    content: ""; width: 20px; height: 20px; display: inline-block; vertical-align: middle; background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 10C20.0022 10.2932 19.9131 10.5797 19.7451 10.8199C19.577 11.0601 19.3383 11.2419 19.0622 11.3401L13.3962 13.4012L11.3366 19.068C11.2351 19.3415 11.0524 19.5775 10.8129 19.7441C10.5734 19.9107 10.2887 20 9.99695 20C9.70524 20 9.42052 19.9107 9.18104 19.7441C8.94155 19.5775 8.75878 19.3415 8.65726 19.068L6.59772 13.4003L0.93173 11.3401C0.658252 11.2386 0.422391 11.0557 0.255833 10.8162C0.0892756 10.5766 0 10.2918 0 10C0 9.7082 0.0892756 9.42339 0.255833 9.18383C0.422391 8.94428 0.658252 8.76145 0.93173 8.6599L6.59772 6.59973L8.65726 0.932014C8.75878 0.658452 8.94155 0.42252 9.18104 0.255911C9.42052 0.0893028 9.70524 0 9.99695 0C10.2887 0 10.5734 0.0893028 10.8129 0.255911C11.0524 0.42252 11.2351 0.658452 11.3366 0.932014L13.3971 6.59973L19.0622 8.6599C19.3383 8.75811 19.577 8.93993 19.7451 9.1801C19.9131 9.42027 20.0022 9.70685 20 10Z" fill="%2300B0FF"/></svg>'); background-size: cover; background-position: center; margin: 0 40px;
}
.serv-box {
    padding: 20px 0;
}
/* About Us Section */
.about-title {
	color: #000000; font-weight: 700; font-size: 35px; line-height: 1.5;
}
.logos-list {
    gap: 0 70px;
}
.logo-img {
    position: relative;
}
.logo-img img {
    max-height: 70px; width: 100%; height: 100%; object-fit: contain; object-position: center;
}
.about-wrap p {
    font-size: 22px;
}

/* Our Services */
.hour-services {
    background-color: #3CBDFC; border-top-right-radius: 150px; border-bottom-right-radius: 150px;
}
.common-title {
    font-weight: 600; font-size: 60px; line-height: 1.25; color: #101828;
}
.hour-services-wrap > p {
    font-size: 22px;
}
.hservices-list {
	gap: 50px;
}
.hservices-box {
    max-width: calc(33.33% - 34px); width: 100%; padding: 40px 30px; border-radius: 30px; background-color: #FFFFFF; transition: all ease-in-out 0.2s;
}
.hour-services-wrap {
    margin: 0 0 50px;
}
.hservices-box:hover {
    box-shadow: 10px 10px 0px 0px #FFFFFF4D;
}
.icon-title {
    font-weight: 700; font-size: 24px; line-height: 1; letter-spacing: 0%; margin: 0;
}
.hservices-box-icon {
    gap: 0 20px; margin: 0 0 20px;
}
.hservices-box .button {
    padding: 18px 30px 18px 62px; font-size: 18px;
}
.hservices-box .button:before {
    padding: 17px; left: 8px;
}
.icon img {
    max-width: 55px; max-height: 55px; object-fit: contain; object-position: center;
}


/* About us section */
.left-image {
	position: relative;
    max-width: calc(60% - 20px);
}
.left-image:before {
	content: url('data:image/svg+xml,<svg width="734" height="175" viewBox="0 0 734 175" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.581055 0.813477C95.0401 68.3235 319.762 196.661 462.977 169.932C606.192 143.203 694.243 66.6736 720.367 31.7499M720.367 31.7499H714.593L720.367 37.1122V31.7499Z" stroke="%23EFA95A" stroke-width="2" stroke-dasharray="10 10"/><path d="M729.441 45.7745L705.93 23.9128L731.916 19.3755L729.441 45.7745Z" stroke="%23EFA95A" stroke-width="2" stroke-linecap="round" stroke-dasharray="10 10"/></svg>');
	position: absolute;
	top: 100%;
	left: 50%;
}
.about-wrap {
    gap: 0 40px;
}
.right-content {
    max-width: calc(40% - 20px);
}

/* Portfolio */
.portfolio-wrap .common-title {
    margin: 0;
} 
.portfolio-box {
    max-width: calc(50% - 25px); width: 100%; border-radius: 30px; overflow: hidden; position: relative; line-height: 0;
}
.portfolio-list {
    gap: 50px;
}
.portfolio-box-image > img {
    width: 100%; position: absolute; height: 100%; top: 0; left: 0; object-fit: cover; object-position: top center;
}
.portfolio-name {
    position: absolute; bottom: 0; left: 0; width: 100%; padding: 35px; border-top: 2px solid #1C4587; font-weight: 600; line-height: 1.4; font-size: 22px; backdrop-filter: blur(9px); margin: 0; background: #FFFFFFB8;
}
.portfolio-box-image {
	padding-top: 80%;position: relative;
}

/* Process */
.process-list {
    background-color: #FFFFFF; border-radius: 30px;
}
.hour-process {
    background-color: #EDF0F2; border-top-left-radius: 150px; border-bottom-left-radius: 150px;
}
.process-box {
    max-width: 25%; width: 100%; padding: 50px 30px; border-right: 1px solid #F3F5FA;
}
.process-icon {
    padding: 50px; background-color: #EDF0F2; display: inline-block; border-radius: 30px; line-height: 0; position: relative; margin: 0 0 30px;
}
.process-icon > img {
    position: absolute; top: 50%; width: 50%; height: auto; left: 0; right: 0; margin: auto; transform: translateY(-50%);
}
.process-box:last-child {
    border-right: 0;
}
.process-box .icon-title {
    margin: 0 0 20px;
}
.process-box .about-title {
    margin:  0 0 20px; line-height: 1.25;
}


/* Testimonials */
.testimonial-image {
    gap: 0 20px; justify-content: center; align-items: center;
}
.timage {
    padding: 30px; background-color: #00b0ff; border-radius: 50%;
}
.tname {
    margin: 0; font-weight: 700; font-size: 20px; line-height: 1.2;
}
.testimonial-listing {
    padding: 0 10%; position: relative;
}
.testimonial-listing .slick-arrow {
    position: absolute; top: 50%; transform: translateY(-50%); border-radius: 50%; padding: 20px; font-size: 0; border: 0; cursor: pointer; left: 0; z-index: 9; background-color: #00b0ff; background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.037 7.005H0V5.299H9.037L4.935 1.197L6.152 0L12.304 6.152L6.152 12.304L4.935 11.106L9.037 7.005Z" fill="%23FFFFFF"/></svg>'); background-repeat: no-repeat; background-position: center; outline: none;
}
.testimonial-listing .slick-next {
    left: unset;
    right: 0;
}
.testimonial-listing .slick-dots {
    display: flex; align-items: center; list-style-type: none; font-size: 0; padding: 0; margin: 0; justify-content: center; gap: 0 10px; margin: 40px 0 0;
}
.testimonial-listing .slick-dots li button {
    font-size: 0; padding: 7px; border-radius: 50%; border: 0; background-color: #00b0ff; cursor: pointer;
}
.testimonial-listing:before {
    content: url('data:image/svg+xml,<svg width="109" height="69" viewBox="0 0 109 69" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M54.765 68.8711L83.5304 0H108.7L93.7643 68.8711H54.765ZM0 68.8711L28.4889 0H53.9352L38.9993 68.8711H0Z" fill="%23EDF0F2"/></svg>'); display: table; margin: auto auto 14px;
}
.testimonial-wrap .common-title {
    margin: 0;
}
.testimonial-listing .slick-dots li button:hover {
    background-color: #000000;
}
.testimonial-listing .slick-dots li.slick-active button {
    background-color: #000000;
}


/* Industry */
.gray-bg {
    background-color: #EDF0F2;
}
.hindustries {
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
}
.industries-list {
    gap: 50px 15px;
}
.industries-box {
    max-width: calc(20% - 12px);
    width: 100%;
}
.industries-name {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
}
.industries-icon {
    margin: 0 0 20px;
}


/* Blog post */
.blog-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0 50px;
}
.features-post {
    max-width: calc(50% - 25px);
    width: 100%;
}
.blog-listing {
    max-width: calc(50% - 25px);
    width: 100%;
}
.feature-image {
    position: relative; padding-top: 48%; margin: 0 0 50px;
}
.feature-image > img {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 30px;
}
.blog-meta {
    display: flex; flex-wrap: wrap; gap: 0; margin: 0 0 20px;
}
.blog-meta p, .blog-meta a {
    margin: 0; vertical-align: middle; font-size: 16px; text-decoration: none;
}
.blog-title {
    font-weight: 600; font-size: 28px; line-height: 1.5; letter-spacing: -1px;
}
.bdate:before {
    content: "|"; padding: 0 15px; vertical-align: middle;
}
.blog-box {
	position: relative; padding: 32px 45px; border-radius: 30px; transition: all ease-in-out 0.3s; -webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s;
}
.blog-box:hover {
    background-color: #f0f0f0;
}
.blog-title:last-child {
    margin: 0;
}
.blog-box .blog-meta {
    margin: 0 0 10px;
}
.feature-content .button {
    font-size: 18px; padding: 18px 30px 18px 65px;
}
.feature-content .button:before {
    padding: 18px; left: 10px;
}

/* Footer Form */
.form-wrap {
    gap: 0 20px;
}
.left-content {
    max-width: calc(43% - 20px);
    width: 100%;
}
.right-form {
    max-width: calc(48% - 20px);
    width: 100%;
    background-color: #FFFFFF;
    padding: 50px;
    border-radius: 30px;
}
.common-title span {
    color: #00B0FF;
    display: block;
}
.contact-icon {
    padding: 31px;
    background-color: #FFFFFF;
    display: inline-block;
    position: relative;
    border-radius: 16px;
}
.contact-email {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    gap: 0 16px;
}
.contact-email p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
}
.contact-icon > img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}
.contact-email p a {
    display: block;
    color: #232536;
    font-weight: 600;
    text-decoration: none;
}
.contact-email:last-child {
    margin: 0;
}
.footer-form {
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}