/*!
Theme Name: phd-tech
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: phd-tech
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.

phd-tech 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 !important;
	overflow-x: hidden;
}

/**
 * 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-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;
}

/**
 * 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: inherit;
	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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* 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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* 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;
}


/*------------- custome css ----------------*/

.login-btns a:hover svg, .request-btn a:hover svg{ filter: invert(1); }

.elementor-section.elementor-section-boxed > .elementor-container { max-width: 1440px !important; }
.request-btn svg { transform: rotate(180deg);vertical-align: middle; }
.navigation-top { position: relative; }
.navigation-top:after { content: ""; position: absolute; background: #1ea6df; width: 100%; height: 100%; top: 0; right: auto; left: 100%; }
.banner-top h1 span { font-weight: 100; }
.elementor-section.elementor-section-boxed > .elementor-container p{margin: 0 0 15px 0;}
.footer-bottom p{margin-bottom: 0 !important;}

.button-form input { font-family: "Proxima Nova bold", sans-serif !important;min-height: 75px;}
.button-form .wpcf7-spinner{display: none;}
.client-logos .elementskit-client-slider-item.log-separator:after{display: none;}

.button-form{position: relative;}
.button-form:after { content: ""; position: absolute; right: 20px; background-image: url(/wp-content/uploads/2022/09/b-2.svg); width: 36px; height: 8px; top: 50%; margin-top: -6px; filter: grayscale(1) invert(1) brightness(3); background-repeat: no-repeat; }

.navigation-top .elementor-icon-box-content .elementor-icon-box-title a:hover{color: #003678;}
footer .elementor-icon-box-title a:hover{color: #1ED2F9;}
footer .elementor-icon-list-item a .elementor-icon-list-text:hover{color: #1ED2F9 !important;}

/*------------- conatct us form 7 custom css ----------------*/

.footer-submit input { width: 100%; border: 0; cursor: pointer; padding: 15px 20px !important; font-size: 20px; }
.footer-submit { background: rgb(28,140,204); background: linear-gradient(103deg, rgba(28,140,204,1) 0%, rgba(32,195,243,1) 100%); margin-top: 60px; width: 100%; text-align: center !important; border-radius: 80px; padding: 0;border: 0; }
.footer-submit .wpcf7-spinner { display: none; }
.your-email { display: flex; margin-top: 20px; }
.footer-submit:hover { background: rgb(28,140,204); background: linear-gradient(286deg, rgba(28,140,204,1) 0%, rgba(32,195,243,1) 100%); }

.fName { position: relative; }
.fName span:before { content: "\f007"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; top: 50%; margin-top: -13px; left: 5px; }
.fName input { padding-left: 35px!important; font-weight: 200; font-size: 18px; }
.your-email{position: relative}
.your-email span:before{ content: "\f0e0"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; top: 50%; margin-top: -13px; left: 5px;}
.your-email input{padding-left: 35px !important;}
.footer-submit { position: relative; }
.footer-submit:after { content: "\f1d8"; position: absolute; top: 4px; font-family: "Font Awesome 5 Free"; font-weight: 900; right: 6px; background: #fff; border-radius: 60px; width: 42px; height: 42px; line-height: 41px; cursor: pointer; color: #1ED2F9; font-size: 18px; }

.footer-forms form input{font-size: 18px; font-weight: 200;}
.footer-submit input { font-family: "Lato", Sans-serif !important; font-size: 20px !important; font-weight: 700 !important; }

.footer-forms form input::-webkit-input-placeholder { /* Edge */
  color: #ffffff;
}

.footer-forms form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}

.footer-forms form input::placeholder {
  color: #ffffff;
}

.request-form input::-webkit-input-placeholder { /* Edge */
  color: #707070;
}
.request-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #707070;
}
.request-form input::placeholder {
  color: #707070;
}
/*------------- flip box custom css ----------------*/

.filp-boxes .elementor-flip-box__layer__title { position: relative; margin-top: 10px; }
.filp-boxes .elementor-flip-box__layer__title:after { content: ""; position: absolute; width: 45px; height: 5px; background: #1ed2f9; left: 0; top: 100%; margin-top: 15px; }
.filp-boxes .elementor-flip-box:hover .elementor-flip-box__back{opacity: 0.9 !important;}
.filp-boxes .elementor-flip-box:hover .elementor-flip-box__front h3{display: none;}
.filp-boxes .elementor-flip-box{transition: all 350ms ease 0s;-webkit-transition: all 350ms ease 0s;}
.filp-boxes .elementor-flip-box:hover{transform: scale(1.1)}
.filp-boxes .elementor-flip-box .elementor-button { margin: 0 auto; padding: 0; display: flex; justify-content: center; position: relative;margin-top: 90px; }
.filp-boxes .elementor-flip-box .elementor-button:before { content: "+"; position: absolute; color: #fff; font-size: 48px; font-weight: 200; top: -60px; left: 0; right: 0; width: 50px; height: 50px; border: 1px solid #fff; border-radius: 55px; line-height: 52px; margin: 0 auto; }

.client-logos .slick-slide .single-client { border-radius: 25px; }
.client-logos .slick-slide .single-client:before{display: none;}
.client-logos .slick-slide .single-client:hover { transform: scale(1.3);}
.client-logos .slick-slide{overflow: initial;}

/*------------- vertical tab custom css ----------------*/

.verticalTab .ekit-wid-con .elementkit-tab-nav.elementskit_tooltip_style .elementkit-nav-item .elementkit-nav-link::before { left: auto !important; right: -85px; -webkit-transform: translateX(-50%) rotate(134deg); transform: translateX(-50%) rotate(134deg); background-image: -webkit-gradient(linear,left top,right bottom,from(rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0)),color-stop(50%,#1ed2f9),to(#1ed2f9)); background-image: linear-gradient(to bottom right,rgba(255,255,255,0) 0,rgba(255,255,255,0) 50%,#1ed2f9 50%,#1ed2f9 100%); top: 50%; margin-top: -24px; -webkit-transition: all .4s ease; transition: all .4s ease;}
.verticalTab .ekit-wid-con .elementkit-tab-nav .elementkit-nav-item .elementkit-nav-link { text-align: left; }
.verticalTab .tab-content>.tab-pane{height: 100%;}
.verticalTab .elementskit-tab-title { position: relative; }
.verticalTab .elementskit-tab-title:before { content: ""; position: absolute; width: 22px; height: 22px; border: 1px solid #1EC4F3; left: -52px; top: 10px; background: #0A192B; border-radius: 50px;-webkit-transition: all .4s ease; transition: all .4s ease; }
.verticalTab .elementkit-tab-nav .elementkit-nav-link.active .elementskit-tab-title:before {content: ""; position: absolute; width: 20px; height: 20px; background: #1ed2f9; left: -51px; top: 50%; border-radius: 30px; margin-top: -15px;}
.verticalTab .elementkit-tab-nav .elementkit-nav-link.active .elementskit-tab-title:after { content: ""; position: absolute; width: 30px; height: 30px; left: -56px; top: 50%; border-radius: 30px; margin-top: -20px; border: 1px solid #1ed2f9;background: #0a192c; z-index: -1; }


.heading-underline:after { content: ""; position: absolute; width: 60px; height: 5px; background: #1ed2f9; top: 100%; margin-top: 10px; }
.heading-underline { position: relative; }

.request-form input { padding: 18px 28px; border-radius: 12px; width: calc(100% - 0px); font-size: 18px; border: 1px solid #1ec4f3;font-family: "Poppins", Sans-serif;font-weight: 300; }

.request-form input[type="submit"] { border-radius: 37px; border: 3px solid #1EC4F3; color: #fff; font-size: 24px; text-transform: uppercase; font-weight: bold;cursor: pointer;-webkit-transition: all .4s ease; transition: all .4s ease;background: rgb(5,64,112); background: linear-gradient(342deg, rgba(5,64,112,1) 13%, rgba(15,124,171,1) 97%); }
.request-form .input-item{margin-bottom: 25px;}
.button-form input:hover { background: rgb(28,140,204); background: linear-gradient(281deg, rgba(28,140,204,1) 0%, rgba(32,195,243,1) 100%);border-color: #1ec4f3; }
.button-form input:focus{border-color: #1ec4f3;}


/*------------- testimonial custom css ----------------*/

.testimonial-lists .slick-dots{width: auto;left: 130px;}
.testimonial-lists .elementskit-watermark-icon { position: absolute !important; top: 15px; right: 5%; }
.testimonial-lists .slick-list { padding: 0px 10px 40px 0px !important; }
.testimonial-lists .swiper-container{padding-top: 30px;}
.testimonial-lists .slick-slide .elementskit-single-testimonial-slider:hover{transform: scale(1.1)}


/*------------- latest Blog custom css ----------------*/

.latest-title h2 { padding-left: 100px; }
.latest-blogs .owl-item .ue_post_category { position: absolute; top: 40px; left: 0; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; }
.latest-blogs .owl-item .ue_post_category a { padding: 10px 50px; display: inline-block; background-color: #1EA6DF; transition: all 350ms ease 0s;
    -webkit-transition: all 350ms ease 0s;}
.latest-blogs .owl-item { position: relative;padding: 0px 15px 20px 15px; }
.latest-blogs .ue_post_btn_holder { text-align: center;visibility: hidden }
.latest-blogs .owl-item:hover .ue_post_btn_holder { visibility: inherit;margin-top: 120px !important; }
.latest-blogs .owl-carousel .owl-item{ transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s;}
.latest-blogs .owl-carousel .owl-item:hover {transform: scale(1.1);}
.latest-blogs .owl-carousel .owl-item:hover .uc_post_title, .latest-blogs .owl-carousel .owl-item:hover .ue_post_intro, .latest-blogs .owl-carousel .owl-item:hover .ue_post_date{color: #fff;}
.latest-blogs .ue_post_btn_holder a{position: relative}
.latest-blogs .ue_post_btn_holder a:before { content: "+"; position: absolute; color: #fff; font-size: 48px; font-weight: 200; top: -60px; left: 0; right: 0; width: 50px; height: 50px; border: 1px solid #fff; border-radius: 55px; line-height: 52px; margin: 0 auto; }
.latest-blogs .ue_post_btn_holder a:hover:before{color: #1ED2F9;border-color: #1ED2F9;}
.latest-blogs .owl-item .uc_image_carousel_container_holder:after { content: ""; position: absolute; width: 100%; height: 100%; background: #083469e6; top: 0; z-index: -1; opacity: 0; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; }
.latest-blogs .owl-item .uc_image_carousel_container_holder { position: relative; }
.latest-blogs .owl-carousel .owl-item:hover .uc_image_carousel_container_holder:after{opacity: 1;}
.latest-blogs .owl-carousel .owl-item:hover .uc_image_carousel_placeholder a > div { z-index: -1; position: relative;}
.latest-blogs .owl-item:hover .ue_post_category a { background: rgb(8,62,108); background: linear-gradient(286deg, rgba(8,62,108,1) 0%, rgba(23,115,151,1) 40%); box-shadow: 0px 1px 15px 7px #205d6e; }
.latest-blogs .owl-item:hover .ue_post_category { top: 60px; }
.latest-blogs .owl-stage-outer { padding-top: 20px; }

.explore-btn .elementor-button-icon svg { border: 1px solid #003678; width: 84px; height: 86px; border-radius: 60px; padding: 22px; }
.explore-btn .elementor-button-content-wrapper { align-items: center; display: flex; }


/*------------- Service custom css ----------------*/

.service-left .elementor-icon-box-wrapper { position: relative; }
.service-left .elementor-icon-box-wrapper:before { content: ""; position: absolute; width: 22px; height: 22px; border: 2px solid #393939; right: -70px; top: 50%; border-radius: 50px; }
.service-right .elementor-icon-box-wrapper { position: relative; }
.service-right .elementor-icon-box-wrapper:before { content: ""; position: absolute; width: 22px; height: 22px; border: 2px solid #393939; left: -70px; top: 50%; border-radius: 50px; }
.service-left .elementor-icon-box-wrapper:after { content: ""; position: absolute; width: 130px; height: 3px; background: #393939; top: 50%; right: -200px; transform: translateY(9px); }
.service-right .elementor-icon-box-wrapper:after { content: ""; position: absolute; width: 130px; height: 3px; background: #393939; top: 50%; left: -200px; transform: translateY(9px); }
.service-left .elementor-widget-icon-box:first-child:after { content: ""; position: absolute; width: 100px; height: 3px; background: #393939; top: 135px; right: -184px; transform: rotate(45deg); }
.service-right .elementor-widget-icon-box:first-child:after { content: ""; position: absolute; width: 100px; height: 3px; background: #393939; top: 134px; left: -186px; transform: rotate(137deg); }
.service-left .elementor-widget-icon-box:last-child:after { content: ""; position: absolute; width: 100px; height: 3px; background: #393939; top: 65px; right: -208px; transform: rotate(-55deg); }
.service-right .elementor-widget-icon-box:last-child:after { content: ""; position: absolute; width: 100px; height: 3px; background: #393939; top: 64px; left: -208px; transform: rotate(55deg); }

/*------------- Home slider custom css ----------------*/

.explore-btn a:hover svg { background-color: #1ed2f9; border-color: #1ed2f9; }
.top-slider .elementor-button { padding: 20px 30px 20px 75px;position: relative }
.top-slider .elementor-button:before { content: ""; position: absolute; left: -30px; background-image: url(/wp-content/uploads/2022/09/SHIELD-PHOTO-2-copy-2.png); background-position: center left; background-repeat: no-repeat; width: 89px; height: 93px; top: -15px; }
.top-slider .elementor-button:after{content: ""; position: absolute; left: -30px; background-image: url(/wp-content/uploads/2022/09/Path-2109.svg); background-position: center left; background-repeat: no-repeat;width: 30px; height: 22px;left: 0;transform: rotate(180deg);}
.top-slider .swiper-pagination { position: absolute; top: 0; width: auto; transform: rotate(90deg); left: -490px; width: 380px; height: 605px; }
.top-slider span{margin: 0 76px !important;}
.top-slider .swiper-pagination:after { content: ""; position: absolute; width: 100%; height: 100%; border: 2px solid #fff; top: 0px; right: 0; border-radius: 185px; border-left: 0; border-right: 0; border-bottom: 0; }
.top-slider .swiper-pagination span:first-child { position: absolute; top: 80px; left: -55px; z-index: 1; }
.top-slider .swiper-pagination span:nth-child(2) { position: absolute; top: 5px; z-index: 1; left: 40px; }
.top-slider .swiper-pagination span:nth-child(3) { position: absolute; left: 170px; top: 4px; z-index: 1; }
.top-slider .swiper-pagination span:nth-child(4) { position: absolute; left: 260px; top: 70px; z-index: 1; }
.top-slider .swiper-pagination .swiper-pagination-bullet-active:after { content: ""; position: absolute; width: 25px; height: 25px; border: 1px solid #1ed2f9; top: 50%; border-radius: 50px; right: -5px; margin-top: -12px;z-index: -1; }
.top-slider .swiper-pagination span:nth-child(n+5) { display: none; }

.top-slider .elementor-swiper-button-prev { position: absolute; left: -100px; transform: rotate(90deg); z-index: 10; top: 32%; background: #8691a2; border-radius: 50px; padding: 6px; color: #0f1521; }
.top-slider .elementor-swiper-button-next { position: absolute; left: -100px; transform: rotate(90deg); top: 42%; right: auto;z-index: 10; border-radius: 50px;background: #8691a2; padding: 6px;color: #0f1521;}
.top-slider .elementor-swiper-button-prev:hover, .top-slider .elementor-swiper-button-next:hover{ background-color: #fff; }



.inner-power .elementor-container.elementor-column-gap-default .elementor-column.elementor-inner-column { width: 25%; }
.inner-power .elementor-container.elementor-column-gap-default { flex-wrap: wrap; }
.inner-power .elementor-container.elementor-column-gap-default .elementor-column.elementor-inner-column:nth-child(n+5) { margin-top: 70px; }


.custom-swiper { position: relative; z-index: 0; }

.iconTop ul li svg { margin-top: 4px !important; }


.client-logos .swiper-container { padding: 0 55px; }

.client-logos .single-client { border: 1px solid #20C3F3 !important;}

.right-menus .elementskit-navbar-nav>li:hover ul li a:after{display: none;}
.page-content { display: none; }
.client-logos .swiper-slide {overflow: inherit;}
.widget-area{display: none;}
.entry-footer { display: none; }
.navigation.post-navigation { display: none; }
.entry-title {display: none !important;}

/*------------- responsive css ----------------*/

@media only screen and (max-width: 1660px) {
}
@media only screen and (max-width: 1560px) {
	.request-btn .elementor-button-text { font-size: 18px; }
	.top-slider .elementor-slide-heading { font-size: 60px !important; }
	.power-home { padding: 60px 0 !important; }
	.voip-pbx section { padding: 0 !important; }
	.voip-pbx { padding-bottom: 60px !important; }
	.voip-pbx .elementor-element-populated { padding-top: 20px !important; }
	.banner-top { padding: 80px 0 !important; }
	.filp-boxes .elementor-element-populated { padding-top: 0 !important; }
	.why-phd { padding: 70px !important; }
	.who-services { padding: 70px 0 !important; }
	.inside-blogs { padding: 100px 0 70px 0 !important; }
	.lest-go h2 { font-size: 60px !important; }
	.testimonial-lists .slick-prev.slick-arrow { left: 80% !important; }
	.testimonial-section { padding-bottom: 100px !important; }
	.testimonial-section .slick-dots { bottom: -20px !important; }

	.latest-blogs .owl-dots{top: 30px;}
	.latest-blogs .owl-nav{bottom: 160px;}
	.navigation-top:after{width: 3%;}
}
@media only screen and (max-width: 1460px) {
	.power-home .elementor-element.elementor-element-4f35588 > .elementor-element-populated { padding: 0 70px !important; }
	.power-home { padding-bottom: 10px !important; }
	.banner-top { padding: 100px 0 0px !important; }
	.power-home .elementor-element.elementor-element-4f35588 > .elementor-element-populated { padding: 0 20px !important; }
	.verticalTab .elementkit-tab-nav .elementkit-nav-item .elementkit-nav-link { font-size: 20px !important; }
	.we-top { margin-bottom: 10px !important; }
	.elementor-section.elementor-section-boxed > .elementor-container { max-width: 1340px !important; }
	.why-phd { padding: 70px 0 !important; }
	.latest-div { margin-bottom: 10px !important; }
	.client-logos .single-client { padding: 10px; }
	.footer-lest { padding: 70px 20px !important; }
	.footer-secound { padding: 50px 0 !important; }
	.elementor-section.elementor-section-boxed > .elementor-container { max-width: 98% !important; }
	.testimonial-lists .slick-prev.slick-arrow {left: 78% !important; }
	.latest-blogs .owl-dots{top: 35px;}
	.latest-blogs .owl-nav{bottom: 160px;}
	.latest-blogs .owl-nav .owl-prev { left: -62px !important; }

	.navigation-top:after{width: 1.9%;}

	.request-form input[type=submit]{font-size: 22px;}

	.footer-forms form input{font-size: 16px; }

}
@media only screen and (max-width: 1360px) {
	.testimonial-lists .slick-prev.slick-arrow { left: 78% !important; }
	.testimonial-section .slick-dots { bottom: 0 !important; }
	.verticalTab .elementkit-tab-nav .elementkit-nav-item .elementkit-nav-link { font-size: 18px !important; }
	.filp-boxes h3 { font-size: 25px !important; line-height: 35px !important; }
	.lest-go h2 { font-size: 44px !important; }
	.lestWorks .elementor-inner-column { width: 50% !important; }
	.navigation-top .elementor-icon-box-title a { font-size: 16px !important; }
	.power-headeing .elementor-element-populated { padding-top: 30px !important; }
	.right-menus .elementskit-navbar-nav>li a { font-size: 18px !important; padding: 0 18px !important; }
	.login-btns .elementor-button-text { font-size: 16px; }
	.verticalTab .ekit-wid-con .elementkit-tab-nav .elementkit-nav-item .elementkit-nav-link { padding: 20px 15px 20px 40px !important; }
	.verticalTab .tab-pane { padding: 20px !important; }
	.we-top .elementor-element-populated { padding-top: 40px !important; }
	.heading-sub h2 { font-size: 32px !important; }
	.power-services { margin-top: 10px !important; }
	.voip-pbx .elementor-element-populated { padding: 20px 0 !important; }
	.filp-boxes .elementor-flip-box { height: 360px !important; }
	.filp-boxes .elementor-widget-wrap.elementor-element-populated { padding: 0 !important; }
	.we-serve .elementor-icon-box-title span { font-size: 16px; }
	.latest-blogs .uc_image_carousel_content { padding: 30px !important; }
	.lest-go h2 { font-size: 38px !important; }
	.inside-right { width: 40% !important; }
	.latest-divs { margin-bottom: 10px !important; }
	.inside-left h2 { font-size: 32px !important; }
	.inside-left span { font-size: 32px !important; }
	.latest-blogs .owl-item { position: relative; padding: 0px 0 20px 0; }
	.testimonial-section .elementor-element-populated { padding-top: 30px !important; }
	.client-logos .elementskit-clients-slider .single-client { min-height: 109px !important; }
	.technology-home { padding: 35px 0 !important; }
	.footer-lest { padding: 40px 0 !important; }
	.footer-lest h3 { font-size: 36px !important; }
	.footer-secound .elementor-widget-theme-site-logo { max-width: 260px; }
	.footer-secound a { font-size: 16px; }
	.footer-secound .elementor-icon-list-text { font-size: 16px !important; }
	.footer-secound p { font-size: 16px; }
	.footer-secound .footer-forms .elementor-element-populated { padding: 25px !important; }
	.top-input { display: flex; flex-wrap: wrap; }
	.your-email { display: flex; margin-top: 0; }
	.footer-submit { margin-top: 30px; }
	.footer-secound .footer-forms h2 { font-size: 18px !important; line-height: 26px !important; }
	.inside-blogs { padding: 80px 0 40px 0 !important; }
	.banner-top .elementor-slide-heading { font-size: 42px !important; }
	.top-slider .swiper-pagination{left: -420px;}
	.top-slider .swiper-slide-inner { padding-left: 80px !important; }
	.top-slider .elementor-swiper-button-next{left: -20px;}
	.top-slider .elementor-swiper-button-prev{left: -20px;}

}
@media only screen and (max-width: 1199px) {
	.top-slider .elementor-slide-heading { font-size: 40px !important; }
	.top-slider .elementor-button{font-size: 18px !important;}
	.power-services { margin-bottom: 20px !important; }
	.power-home { padding: 40px 0 20px 0 !important; }
	.why-phd { padding: 40px 0 !important; }
	.who-services { padding: 40px 0 !important; }
	.testimonial-section { padding-bottom: 70px !important; padding-top: 10px !important; }
	header .elementor-col-66 .elementor-widget-wrap.elementor-element-populated { padding-left: 10px !important; }
	.top-slider .swiper-slide-inner {padding:0 0 0 80px !important; }
	.heading-sub h2 { font-size: 26px !important; }
	.heading-sub span { font-size: 26px !important; }
	.power-services p { font-size: 15px; }
	.we-serve .elementor-widget-container { padding: 10px 50px 10px 0 !important; }
	.service-left .elementor-icon-box-wrapper:after { content: ""; position: absolute; width: 30px; height: 3px; background: #393939; top: 50%; right: -78px; transform: translateY(12px); }
	.service-right .elementor-icon-box-wrapper:after { content: ""; position: absolute; width: 30px; height: 3px; background: #393939; top: 50%; left: -75px; transform: translateY(12px); }
	.service-left .elementor-widget-icon-box:first-child:after { content: ""; position: absolute; width: 25px; height: 3px; background: #393939; top: 135px; right: -49px; transform: rotate(45deg); }
	.service-right .elementor-widget-icon-box:first-child:after { content: ""; position: absolute; width: 30px; height: 3px; background: #393939; top: 138px; left: -100px; transform: rotate(137deg); }
    .service-right .elementor-widget-icon-box:last-child:after { content: ""; position: absolute; width: 35px; height: 3px; background: #393939; top: 64px; left: -102px; transform: rotate(55deg); }
    .service-left .elementor-widget-icon-box:last-child:after { content: ""; position: absolute; width: 35px; height: 3px; background: #393939; top: 64px; right: -55px; transform: rotate(-55deg); }
    .service-left .elementor-icon-box-wrapper:before { content: ""; position: absolute; width: 20px; height: 20px; border: 2px solid #393939; right: -50px; top: 50%; border-radius: 50px; transform: translateY(4px); }
    .service-right .elementor-icon-box-wrapper:before { content: ""; position: absolute; width: 20px; height: 20px; border: 2px solid #393939; left: -45px; top: 50%; border-radius: 50px; transform: translateY(3px); }
    .we-serve svg { font-size: 60px !important; }
    .filp-boxes h3 { font-size: 22px !important; line-height: 28px !important; }
    .client-logos .elementor-widget-container { padding: 0 !important; }
    .footer-lest h3 { font-size: 28px !important; line-height: 36px !important; }
    .footer-secound .elementor-column-gap-no { flex-wrap: wrap; }
    .footer-secound .elementor-inner-column { width: 50% !important;margin: 20px 0; }
    .explore-btn .elementor-button-icon svg { border: 1px solid; width: 45px; height: 45px;}
    .top-input p{width: calc(100% - 20px);margin: 0 !important;}
    .footer-secound a { font-size: 18px; }
    .top-slider .elementor-slide-description { font-size: 20px !important; }
    .request-btn .elementor-button-text { font-size: 15px; }
    .navigation-top .elementor-icon-box-title a { font-size: 15px !important; }
    header .elementor-col-66 .elementor-widget-wrap.elementor-element-populated { padding-left: 0px !important; }
    header .elementor-icon-list-items li { margin: 0 3px !important; }

    .testimonial-lists .elementor-widget-container { padding-top: 0 !important; }

    .list-view .elementor-widget-container { padding-right: 0 !important;}
    .testimonial-lists .slick-prev.slick-arrow { left: 75% !important; }
    .innerTestimonial button { top: 49% !important; }


    .latest-blogs .owl-dots{ top: 18px;}
    .latest-blogs .owl-nav{bottom: 180px;}




}
@media only screen and (max-width: 1024px) {
	.voip-pbx .elementor-flip-box__front{background-size: 60% auto !important;background-position: right center !important;}
	.why-phd .elementor-widget-container { padding: 0 !important; }
	.service-left .elementor-widget-icon-box:first-child:after{top: 88px;}
	.service-left .elementor-widget-icon-box:last-child:after{top: 61px;}
	.testimonial-lists .slick-prev.slick-arrow { left: 78% !important; }
	.testimonial-lists .slick-next, .slick-prev{top: 72%;}
	.testimonial-lists .elementskit-testimonial-slider .slick-prev { font-size: 24px!important; width: 50px!important; height: 50px!important; top: 33% !important; }
	.testimonial-lists .elementskit-testimonial-slider .slick-next { font-size: 24px!important; width: 50px!important; height: 50px!important; top: 150px !important; }
	.latest-divs .inside-left { width: auto !important; }
	.latest-divs .elementor-container{justify-content: space-between;}
    .service-right .elementor-widget-icon-box:first-child:after{top: 106px;}
    .service-left .elementor-widget-icon-box:last-child:after { top: 65px; }
    .service-right .elementor-widget-icon-box:last-child:after{top: 66px;}	
	.right-menus button span { background: #ffffff !important;}
	.right-menus button{border-color: #ffffff !important;}
	header { padding-top: 30px; }
	.right-menus .elementskit-menu-close { border: 1px solid #54d1f6 !important; background: #54d1f6; color: #fff !important; font-size: 24px; width: 55px !important; }
	

    .partner-box .elementor-column { width: 100%; }
    .why-phd .tab-content { font-size: 15px !important; }
    .tell-left:after{left: -164px; right: 0; top: -42px; background-size: 740px;}
    .feature-Inner .elementor-container .elementor-column { width: 50%; }
    .feature-Inner .elementor-container .elementor-column:nth-child(2) .elementor-element-populated { border-right: 0; }
    .feature-Inner .elementor-container .elementor-column .elementor-element-populated { border-bottom: 1px solid #cdced0 !important; }

    .client-logos .elementskit-clients-slider .single-client { min-height: 124px !important; }
    .explore-btn .elementor-button-icon svg{padding: 8px;}

    .client-logos .slick-slide .single-client:hover { transform: scale(1.1);}
     .client-logos .swiper-container { padding: 0;}

     .button-form input{min-height: 60px;}


     .navigation-top { border-radius: 0 !important; }
     .navigation-top .elementor-container .elementor-column { padding: 15px 0;border-bottom: 1px solid #47b3e0;width: 100%;}
     .navigation-top .elementor-container .elementor-column .elementor-icon-list-items { display: flex; justify-content: flex-start; }
     .navigation-top .elementor-container .elementor-column .elementor-button-wrapper { justify-content: flex-start; display: flex; }
     .navigation-top .elementor-icon-box-title a { font-size: 18px !important; }
     .navigation-top .elementor-container .elementor-column .elementor-icon-list-items li a i {font-size: 22px !important;}
     .navigation-top .login-btns .elementor-button-text { font-size: 20px; }
     .navigation-top .request-btn .elementor-button-text { font-size: 20px; }
     .navigation-top .elementor-container .elementor-column:last-child { border: 0;}
     .navigation-top .elementor-container .elementor-column .elementor-element-populated { border: 0;}

     .paddingO .elementor-widget-container { padding: 0 10px !important;}

     .latest-blogs .owl-nav .owl-prev { left: -62px !important; }

     .navigation-top:after{display: none;}


     .commonO .elementor-widget-container { padding: 0 10px !important; }

     .verticalTab .tab-pane{margin-top: 25px;}
	.navigation-top{display: none;}
	.custom-swiper .swiper-container-horizontal { flex-wrap: nowrap; }

}
@media only screen and (max-width: 991px) {
	.footer-secound .elementor-inner-column { width: 100% !important; margin: 22px 0; }
	.footer-forms { flex: 0 0 50%; max-width: 0 0 50%; -ms-flex: 0 0 50%; margin: 0 auto; }
	.top-input p { width: calc(100% - 10px); margin: 0 !important; }
	.footer-lest h3 { font-size: 24px !important; line-height: 30px !important; }
	.footer-secound { padding-top: 0 !important; }
	.footer-secound { padding: 0 0 20px !important; }
	.footer-secound .elementor-inner-column { justify-content: center; }
	.footer-secound .elementor-widget-theme-site-logo { max-width: 400px; margin: 0 auto; }
	.footer-secound .elementor-widget-social-icons { justify-content: center; display: flex; }
	.footer-secound .elementor-widget-container { justify-content: center; display: flex; }
	.footer-secound .elementor-column-gap-no{justify-content: center;}
	.footer-bottom { padding: 10px 0 !important; }
	.footer-secound .elementor-icon-list-items li { padding: 0 10px !important;margin: 12px 0 !important; }
	.footer-secound .elementor-icon-list-items li a { justify-content: center; }
	.footer-secound .elementor-icon-list-items { justify-content: center; display: block; align-items: center; }
	.footer-secound .elementor-widget-text-editor { text-align: center; }
	.footer-forms .elementor-widget-container { display: block; }
	.footer-secound .elementor-element-populated { margin: 0 !important; }
	.power-services .elementor-inner-column { width: 50%; }
	.power-services .elementor-element-populated { border: 0 !important; padding: 0 !important; }
	.voip-pbx { padding-bottom: 40px !important; }
	.verticalTab .elementkit-nav-item .elementkit-nav-link::before{display: none;}
	.who-services .elementor-widget-container { padding: 0 12px !important; }
	.service-left .elementor-widget-icon-box:first-child:after { top: 92px; right: -86px; }
	.service-right .elementor-widget-icon-box:first-child:after{top: 96px; left: -88px;}
	.service-right .elementor-widget-icon-box:last-child:after{top: 72px; left: -90px;}
	.service-left .elementor-widget-icon-box:last-child:after { top: 70px; right: -93px; }
	.technology-home .ekit_heading_elementskit-border-divider { margin: 0 !important; }
	.testimonial-lists .elementskit-testimonial-slider .slick-next { font-size: 24px!important; width: 50px!important; height: 50px!important;top: 320px !important; }

	.testimonial-lists .elementskit-testimonial-slider .slick-prev{top: 64% !important; left: 74% !important;}

	.testimonial-lists .slick-next { top: 68%;}
	.testimonial-lists  .slick-prev { top: 68%;}	
	.request-form input[type="submit"]{font-size: 20px;}
	.inside-right { width: auto !important; }
	.top-slider .elementor-slide-heading { font-size: 30px !important; }
	.top-slider .elementor-slide-description { font-size: 16px !important; }
	.top-slider .swiper-slide-contents{max-width: 88% !important;}
	.top-slider .elementor-button { font-size: 15px !important; }
	.elementor-swiper-button{font-size: 26px !important;}
	.top-slider .elementor-swiper-button-prev{left: 0;}
	.top-slider .elementor-swiper-button-next{left: 0;}
	.top-slider .elementor-swiper-button-prev{top: 35%;}
	.top-slider .swiper-pagination { left: -410px; }
	.request-form input{padding: 15px 20px;}
	.lest-go h2 { font-size: 28px !important; }

	.tell-left:after { left: 0 !important; right: 0 !important; top: 78px !important; }

	.verticalTab .ekit-wid-con .elementkit-tab-wraper.vertical{flex-wrap: wrap;}
	.testimonial-lists .slick-dots{left: 15px;}
	.button-form:after{margin-top: -4px;right: 4px;background-size: 25px;}
	.request-form input[type="submit"] { font-size: 16px; }

	.footer-secound .elementor-icon-list-items{display: block;}
	.let-better h2 { text-align: center;}


	.latest-blogs .owl-nav .owl-prev { left: -65px !important;}


	.bottom-backsize { background-size: 490px !important; }
	.footer-forms form input{padding: 12px 15px 12px 35px !important; }
 
	
}
    @media only screen and (max-width: 768px) {
	}
	@media only screen and (max-width: 767px) {
		.footer-secound .elementor-widget-theme-site-logo { max-width: 320px;}
		.footer-secound .elementor-icon-box-wrapper { display: block !important; text-align: center; }
		.footer-secound .elementor-position-left .elementor-icon-box-icon{display: flex !important; justify-content: center;}
		.footer-secound .elementor-icon-list-items{flex-wrap: wrap;display: block;}
		.footer-secound a .elementor-icon-list-icon { display: flex; justify-content: center; }
		.footer-secound a { text-align: center; }
		.top-input p { width: calc(100% - 0px);}
		.footer-secound .elementor-icon-list-items li{display: block;}
		.footer-secound .elementor-icon-list-items li .elementor-icon-list-icon { display: flex; justify-content: center; }
		.footer-forms { flex: 0 0 60%; max-width: 0 0 60%; -ms-flex: 0 0 60%; margin: 0 auto; }
		.footer-secound .elementor-icon-list-item a { display: block !important;text-align: center;  }
		.footer-secound .elementor-inner-column{margin:10px 0;}
		.footer-secound .elementor-position-left h3 { margin: 5px !important; }

		.we-serve .elementor-widget-icon-box .elementor-icon-box-wrapper { text-align: center !important; }
		.service-left .elementor-icon-box-wrapper:before{display: none;}
		.service-left .elementor-icon-box-wrapper:after{display: none;}
		.service-left .elementor-widget-icon-box:first-child:after{display: none;}
		.service-right .elementor-icon-box-wrapper:before{display: none;}
		.service-right .elementor-icon-box-wrapper:after{display: none;}
		.service-right .elementor-widget-icon-box:first-child:after{display: none;}
			
		.lestWorks .elementor-container { flex-wrap: wrap !important; display: block; }
		.lestWorks .elementor-inner-column { width: 100% !important; }
		.right-form { margin-top: 22px; }
		.lest-go .elementor-widget-container { margin-bottom: 10px !important; }
		.lestWorks .elementor-inner-column p { font-size: 20px; }
		.lestWorks h2 { font-size: 30px !important; }
		.lestWorks h3{text-align: left;}
		.heading-underline:after{left: 0;right: 0;margin:0 auto;}
		.footer-lest h3{text-align: center;}
		.inside-left h2 { font-size: 28px !important; }
		.inside-right { width: 100% !important; float: right !important; }

		.top-slider .swiper-pagination:after{display: none;}
		.top-slider .swiper-pagination{position: relative}
		.top-slider .elementor-swiper-button-prev{position: relative;display: none;}
		.top-slider .elementor-swiper-button-next{display: none;}
		.top-slider .swiper-pagination { left: 0; transform: inherit !important; }
		.top-slider .swiper-pagination span{position: relative}
		.top-slider .swiper-pagination span:nth-child(3){position: relative;left: 0;top: 0;}
		.top-slider .swiper-pagination span:nth-child(2){position: relative;left: 0;top: 0;}
		.top-slider .swiper-pagination span:nth-child(1){position: relative;left: 0;top: 0;}
		.top-slider .swiper-pagination span:nth-child(4){position: relative;left: 0;top: 0;}
		.top-slider .swiper-pagination .swiper-pagination-bullet-active:after{display: none;}
		.top-slider .swiper-pagination{height: auto;}
		.top-slider .swiper-pagination span:first-child{top: 0;}
		.top-slider span { margin: 0 8px!important; }
		.top-slider .swiper-slide-inner { padding: 0 0 0 41px !important; }
		.top-slider .swiper-slide{height: 360px !important;}
		.top-slider .swiper-pagination{width: auto;}
		.banner-top .fadeInRight{display: none;}
		.banner-top .elementor-container { min-height: 500px !important; }

		.feature-Inner .elementor-container .elementor-column { width: 100%; }
		.feature-Inner .elementor-container .elementor-column .elementor-element-populated{border-right: 0 !important;}
		.partner-box .elementor-widget-wrap { padding-left: 15px !important; }

		.service-left .elementor-widget-icon-box:last-child:after{display: none;}
		.verticalTab .tab-content.elementkit-tab-content p { font-weight: 400; line-height: 28px; }	
		.footer-secound .elementor-icon-list-items li span { padding-left: 0 !important; }

		
		.footer-submit:after{width: 35px; height: 35px;line-height: 38px;font-size: 15px;}


		.latest-blogs .owl-dots button { width: 15px !important; border-radius: 50% !important; margin: 0 7px !important; height: 15px !important; }


		.navigation-top .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper { display: flex; }
		.navigation-top .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper .elementor-icon-box-icon { margin: 0; align-items: center; display: flex; }
		.navigation-top .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper .elementor-icon-box-content { display: flex; align-items: center; margin-left: 16px;}
          
          .lest-go p br { display: none; }
          .right-form .heading-underline:after { right: auto; top: 48px; }
         .custom-swiper .swiper-container-horizontal { flex-wrap: nowrap; }
		.custom-swiper .banne-left { order: 2; margin-bottom: 50px;}
		.custom-swiper .elementor-column-gap-default {align-items: baseline;}

	}

	@media only screen and (max-width: 639px) {
		.footer-forms { flex: 0 0 70%; max-width: 0 0 70%; -ms-flex: 0 0 70%; margin: 0 auto; }
		.heading-sub h2 { font-size: 20px !important; }
		.heading-sub span { font-size: 22px !important; }
		.power-headeing .ekit_heading_elementskit-border-divider { margin-bottom: 12px !important; }
		.power-services .elementor-widget-wrap.elementor-element-populated svg { font-size: 55px; }
		.voip-pbx .elementor-flip-box__front{background-size: 90% auto !important;background-position: bottom center !important;}
		.inside-left span { font-size: 22px !important; }
		.inside-left h2 { font-size: 22px !important; }
		.right-form .elementor-widget-wrap { padding: 30px !important; }
		.right-form h3 { font-size: 24px !important; }
		.right-form .elementor-widget-container { margin-top: 10px !important; }
		.request-form input{padding: 12px 23px;font-size: 15px;}
		.inside-left h2 { font-size: 22px !important; margin-top: 12px !important; }
		.filp-boxes .elementor-flip-box__layer__description { font-size: 14px !important; }
		.filp-boxes .elementor-flip-box .elementor-button:before{width: 24px; height: 24px;font-size: 25px;line-height: 26px;}
		.footer-lest h3 { font-size: 20px !important; line-height: 28px !important; }
		.filp-boxes .elementor-flip-box { height: 320px !important; }
		.lestWorks { padding-top: 30px !important; }

	}
	@media only screen and (max-width: 479px) {
		.footer-forms { flex: 0 0 90%; max-width: 0 0 90%; -ms-flex: 0 0 90%; margin: 0 auto; }
		.footer-secound .elementor-element.elementor-element-ba9a8e9 .elementor-icon { font-size: 22px; }
		.footer-secound .elementor-icon-list-text { display: flex; justify-content: center; text-align: center; margin-top: 10px; }
		.footer-secound .elementor-icon-list-text{margin-bottom: 10px;}
		.footer-secound .elementor-icon-list-items li .elementor-icon-list-icon svg { margin: 0; }
		.footer-secound .elementor-element.elementor-element-60b5123 .elementor-icon{font-size: 22px;}
		.power-services .elementor-inner-column { width: 100%; }
		.power-home { padding: 30px 0 0px 0 !important; }
		.heading-sub h2 { font-size: 20px !important; }
		.heading-sub span { font-size: 20px !important; }
		.filp-boxes .elementor-flip-box__back h3 { font-size: 16px !important; }
		.filp-boxes .elementor-flip-box__layer__description { font-size: 13px !important; }
		.filp-boxes .elementor-flip-box .elementor-button{margin-top: 10px;}
		.filp-boxes .elementor-flip-box .elementor-button:before{top: -30px;}
		.lestWorks h2 { font-size: 24px !important; }
		.right-form h3 br { display: none; }
		.right-form h3 { font-size: 22px !important; line-height: 32px !important; }
		.request-form input[type="submit"] { font-size: 15px; }
		.right-form .elementor-widget-wrap { padding: 15px !important; }
		.why-phd .ekit-wid-con .tab-nav-fluid{margin-right: 0 !important;}
		.why-phd .ekit-wid-con p { font-size: 14px !important;}
		.top-slider .elementor-button { font-size: 14px !important; }
		.top-slider .swiper-slide-inner { padding: 0 0 0 31px !important; }
		.top-slider .elementor-slide-heading { font-size: 24px !important; }
		.top-slider .swiper-slide-contents { max-width: 100% !important; }		

	}
	@media only screen and (max-width: 359px) {
		.filp-boxes .elementor-flip-box:hover .elementor-flip-box__back .elementor-flip-box__layer__overlay { padding: 0 18px !important; }
		.filp-boxes .elementor-flip-box__back h3 { font-size: 15px !important; }
		.filp-boxes .elementor-flip-box__layer__description { font-size: 12px !important; }
		.filp-boxes .elementor-element.elementor-element-d0aa656 .elementor-flip-box__button{font-size: 12px !important;}
		.power-services .elementor-icon-wrapper { text-align: center !important; }
		.power-services p{text-align: center;}
		.inside-blogs .elementskit-border-divider { width: 28px !important; }
		.latest-title h2 { padding-left: 50px; }
		.verticalTab .elementkit-tab-nav .elementkit-nav-item .elementkit-nav-link { font-size: 15px !important; }
		.lestWorks .elementor-inner-column p { font-size: 15px; }
		.lestWorks h2 { font-size: 20px !important; }
		.right-form h3 { font-size: 20px !important; line-height: 38px !important; }
		.who-services .elementskit-section-title-wraper p { font-size: 15px !important; }
		.why-phd { padding: 20px 0 !important; }
		.top-slider .elementor-button:after{top: 20px;}
		.top-slider .elementor-button{padding: 20px 30px 20px 70px;}

	}
