/*!
Theme Name: nadellainfotech
Author: Zillionera
Author URI: http://zillionera.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: nadellainfotech
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.

nadellainfotech 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%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	padding: 0;
}

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

/* 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;
}
button:focus,
input:focus,
textarea:focus{
	outline: none;
}

/**
 * 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: var(--grey);
	font-family: 'Axiforma';
	font-size: 17px;
	line-height: 28px;
	overflow-x: hidden;
}

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

p {
	margin-bottom: 10px;
}

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

blockquote {
	margin: 0 10px;
}

address {
	margin: 0 0 10px;
}

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;
	padding: 0;
}

ul {
	list-style: none;
}

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 {
	transition: 0.2s linear;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	transition: 0.2s linear;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}
a:hover{color: var(--yellow);}

/* 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, input[type="file"] {
	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: auto;
}

.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: auto;
	z-index: 99999;
	opacity: 0;
    transition: 0.2s linear;
    visibility: hidden;
/* 	transform: scale(.9); */
}

.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 {
	transition: 0.3s linear;
    visibility: visible;
    opacity: 1;
/* 	transform: scale(1); */
}

.main-navigation li {
	position: relative;
	margin-left:30px;
}

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

/* 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;
		align-items: center;
	}
}

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

.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 {
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 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;
}


/*My CSS*/
.home h1.entry-title, .edit-link {
    display: none;
}
@font-face {
    font-family: 'Axiforma';
    src: url('fonts/Kastelov---Axiforma-Regular.eot');
    src: url('fonts/Kastelov---Axiforma-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Kastelov---Axiforma-Regular.woff2') format('woff2'),
         url('fonts/Kastelov---Axiforma-Regular.woff') format('woff'),
         url('fonts/Kastelov---Axiforma-Regular.ttf')  format('truetype'),
         url('fonts/Kastelov---Axiforma-Regular.svg#Axiforma') format('svg');
}
@font-face {
    font-family: 'Axiforma Bold';
    src: url('fonts/Kastelov---Axiforma-Bold.eot');
    src: url('fonts/Kastelov---Axiforma-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Kastelov---Axiforma-Bold.woff2') format('woff2'),
         url('fonts/Kastelov---Axiforma-Bold.woff') format('woff'),
         url('fonts/Kastelov---Axiforma-Bold.ttf')  format('truetype'),
         url('fonts/Kastelov---Axiforma-Bold.svg#Axiforma') format('svg');
}
@font-face {
    font-family: 'Axiforma Light';
    src: url('fonts/Kastelov---Axiforma-Light.eot');
    src: url('fonts/Kastelov---Axiforma-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Kastelov---Axiforma-Light.woff2') format('woff2'),
         url('fonts/Kastelov---Axiforma-Light.woff') format('woff'),
         url('fonts/Kastelov---Axiforma-Light.ttf')  format('truetype'),
         url('fonts/Kastelov---Axiforma-Light.svg#Axiforma Light') format('svg');
}
@font-face {
    font-family: 'Axiforma Medium';
    src: url('fonts/Kastelov---Axiforma-Medium.eot');
    src: url('fonts/Kastelov---Axiforma-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Kastelov---Axiforma-Medium.woff2') format('woff2'),
         url('fonts/Kastelov---Axiforma-Medium.woff') format('woff'),
         url('fonts/Kastelov---Axiforma-Medium.ttf')  format('truetype'),
         url('fonts/Kastelov---Axiforma-Medium.svg#Axiforma Medium') format('svg');
}
@font-face {
    font-family: 'Axiforma SemiBold';
    src: url('fonts/Kastelov---Axiforma-SemiBold.eot');
    src: url('fonts/Kastelov---Axiforma-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Kastelov---Axiforma-SemiBold.woff2') format('woff2'),
         url('fonts/Kastelov---Axiforma-SemiBold.woff') format('woff'),
         url('fonts/Kastelov---Axiforma-SemiBold.ttf')  format('truetype'),
         url('fonts/Kastelov---Axiforma-SemiBold.svg#Axiforma SemiBold') format('svg');
}

:root{
	--purpule:#19172D;
	--white:#fff;
	--grey:#585A60;
	--darkgrey:#6F6F6D;
	--footbg:#0E0E11;
	--yellow:#F6B000;
	--darkyellow:#EE9B00;
	--lytyellow:#FFC400;
	--regular:'Axiforma';
	--bold:'Axiforma Bold';
	--light:'Axiforma Light';
	--medium:'Axiforma Medium';
	--semibold:'Axiforma SemiBold';
}

::-moz-selection { /* Code for Firefox */
	color: var(--white);
	background: var(--yellow);
}

::selection {
	color: var(--white);
	background: var(--yellow);
}

  /* width */
  ::-webkit-scrollbar {
	width: 8px;
  }
  /* Track */
	::-webkit-scrollbar-track {
	background: var(--white); 
  }
  /* Handle */
	::-webkit-scrollbar-thumb {
	background: var(--darkyellow); 
  }  

/*header*/
header.site-header {
    padding: 18px 0;
	position: fixed;
    left: 0;
    right: 0;
    z-index: 990;
	transition: 0.3s linear;
	background: transparent;
}
.mobmenu{
	transition: 0.3s linear;
}
header.site-header.sticky,
.mobmenu.sticky{
	background: var(--purpule);
	transition: 0.3s linear;
}
.site_btn a{
    padding: 12px 35px 8px 20px !important;
    background: linear-gradient(90deg, var(--darkyellow), var(--lytyellow)) !important;
    border-radius: 5px !important;
    color: var(--white) !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
	position:relative;
}
.main-navigation ul#primary-menu > li.menu-item-type-custom:last-child a {
    padding: 12px 35px 8px 20px !important;
    background: linear-gradient(90deg, var(--darkyellow), var(--lytyellow),var(--yellow));
    border-radius: 5px !important;
    color: var(--white) !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
	position:relative;
}
.site_btn a{
	padding: 12px 20px 8px !important;
}
.main-navigation li.menu-item a{
	color: var(--white);
	font-family: 'Axiforma Medium';
}
.main-navigation li.menu-item-has-children a {
    padding-right: 20px;
    position: relative;
}
.main-navigation li.menu-item-has-children a::after,
.sub-menu .menu-item-has-children::after{
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    right: 0;
	font-size: 13px;
    top: 0px;
}
.sub-menu .menu-item-has-children::after{
	transform:rotate(-90deg);
	right:15px;
	color:var(--purpule);
}
.sub-menu .current-menu-item.menu-item-has-children::after, 
.sub-menu .menu-item-has-children:hover::after{
	color:var(--yellow);
}
.main-navigation li.menu-item .sub-menu li {
    padding: 2px 15px;
}
.main-navigation li.menu-item .sub-menu a {
    padding: 5px 0;
    color: var(--purpule);
    font-size: 15px;
    line-height: 20px;
}
li.current-menu-item > a ,
li.current-menu-parent > a{
    color: var(--yellow) !important;
}
.main-navigation li.menu-item a:hover {
    color: var(--yellow);
}
.sub-menu a::after{
	display: none;
}
ul.sub-menu{
	width: 220px;
    display: block;
    background: #fff;
    border-radius: 5px;
	padding: 15px 0;
}
ul.sub-menu li{
	margin: 0;
}

/*banner*/
.banner_slider li{
	background-position: bottom center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.banner_slider .sow-slider-image-wrapper {
    position: relative;
}
.banner_text {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
	width: 48%;
}
.banner_text h3 {
    color: var(--white);
    font-size: 50px;
	line-height: 70px;
	font-family: var(--semibold);
}
.banner_text p {
    color: var(--white);
    font-size: 20px;
	width: 85%;
	font-family: var(--medium);
	line-height: 32px;
	margin: 22px 0;
}

.tblock h3.widget-title, .foot_1 h3.widget-title, .testimonial_slider h3.widget-title, .partners h3.widget-title, .new_values  h3.widget-title, .heading h3 {
    font-size: 40px;
    font-family: var(--semibold);
    color: var(--purpule);
    line-height: 55px;
	margin-bottom: 20px;
}
.text-white h3.widget-title {
    color: #fff;
}
.w_95 h3{width: 95%;}
.tblock p, .foot_1 p{
	line-height: 29px;
	margin-bottom: 20px;
}
.read_more_btn a span{position:relative; padding-right:22px;}
.with_arrow a span::after,
.read_more_btn a span::after,
.contact_form .after_arrow::after,
.career_form .after_arrow::after,
.main-navigation ul#primary-menu > li.menu-item-type-custom:last-child a::after{
    content: '';
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('/wp-content/uploads/2021/07/Icon-feather-arrow-right.png');
	position: absolute;
    right: 0;
    top: -1px;
}
.main-navigation ul#primary-menu > li.menu-item-type-custom:last-child a::after{
	right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.read_more_btn a span::after{top:0px;}
.with_arrow a span {
	padding-right: 24px;
    position: relative;
}
.all_counters .panel-grid-cell{position: relative;}
.counter .iw-so-number {
    display: flex;
    padding: 0;
	align-items: center;
}
.counter .iw-so-number p.iw-so-number-count {
    transform: rotate(90deg);
    font-size: 30px;
    font-family: var(--semibold);
    letter-spacing: 2px;
    padding-top: 16px;
    margin-top: 3px;
/*     border-top: 1.5px solid rgb(0 0 0 / 10%); */
    background: -webkit-linear-gradient(90deg, var(--darkyellow), var(--lytyellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 0;
    top: 3px;
    -moz-transform: rotate(90deg);
    height: 55px;
}
.counter h3{
    text-align: left !important;
    font-size: 20px;
    font-family: var(--semibold);
    color: var(--purpule) !important;
	width: calc(100% - 55px);
    margin: 0 0 0 auto;
    line-height: 30px;
    padding: 5px 0 0 12px;
    border-left: 1.5px solid rgb(0 0 0 / 10%);
}

/*faq*/
.faq .sow-accordion-panel, .faq .accordion-button  {
	padding: 6px 0 6px 60px;
    margin: 0 !important;
	position: relative;
	font-size: 18px;
    font-family: var(--semibold);
    color: var(--purpule) !important;
    background: transparent;
	border: none !important;
    box-shadow: none;
	overflow: hidden;
}
.faq .accordion-body {
    padding: 0 50px 0 60px;
}
.faq .accordion-body p{
	margin-bottom:0;
	color: var(--grey);
}
.faq .accordion-item {
	padding: 25px 0 23px;
    border: none;
    border-bottom: 1.5px solid rgb(0 0 0 / 10%) !important;
    margin: 0;
    border-radius: 0;
}
.faq .accordion-button::after {
    background-image: url(/wp-content/uploads/2021/07/plus_icon.png);
    width: 40px;
    height: 40px;
    background-size: cover;
}
.faq .accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/uploads/2021/07/plus_icon.png);
    transform: rotate(45deg);
}
.faq button.accordion-button:focus {
    box-shadow: none !important;
}

.faq .sow-accordion-panel::before,.faq .accordion-button::before{
	content: '';
	width: 50px;
	height: 50px;
	background-image: url('/wp-content/uploads/2021/07/Group-45389.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}
.faq .accordion-item:last-child {
    border: none !important;
}
.faq .sow-accordion-panel:nth-child(2)::before,
.faq .accordion-item:nth-child(2) .accordion-button::before{
	background-image: url('/wp-content/uploads/2021/07/Group-45386.png');
}
.faq .sow-accordion-panel:nth-child(3)::before,
.faq .accordion-item:nth-child(3) .accordion-button::before{
	background-image: url('/wp-content/uploads/2021/07/Group-45390.png');
}	
.faq .sow-accordion-panel-header {
    background: transparent !important;
    padding: 0 !important;
	font-family: var(--semibold);
    color: var(--purpule) !important;
}
.faq .sow-accordion-panel-header:focus {
    outline: none !important;
}
.faq .sow-accordion-panel-border {
    background: transparent !important;
    padding: 15px 0 0 !important;
}
.faq .sow-accordion-panel-border:focus{	
	outline: none !important;
}
.faq .sow-accordion-panel-border p {
    margin: 0;
	width: calc(100% - 50px);
}
.faq .sow-accordion-title {
    font-size: 18px;
    font-family: var(--semibold);
    color: var(--purpule);
}
.sow-accordion-open-button, .sow-accordion-close-button {
    width: 40px;
    height: 40px;
    background: var(--purpule);
	color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*services*/
.service_img h3 {
    font-size: 19px;
    font-family: var(--semibold);
	padding: 30px 0 3px;
}
.services_details p {
    font-size: 16px;
}
.service_img {
    margin-bottom: 0px;
}
.all_services h3.widget-title {
    color: var(--white);
	width: 100%;
    margin-bottom: 7px;

}
.all_services p{margin-bottom: 0; opacity: 0.7;}
.all_services {
    color: var(--white);
	background-attachment:fixed;
}
.services_box .panel-grid-cell:hover {
    transition: 0.2s linear;
    box-shadow: 0 0 10px #06060a;
}
.all_services .read_more_btn a {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 20px;
    position: relative;
}
.services_box .panel-grid-cell {
    background: var(--purpule);
    padding: 24px !important;
    border-radius: 8px;
	margin-bottom: 30px;
	transition: 0.2s linear;
}
.service_img h3.widget-title {
    line-height: 1.5;
}
.height_h3 h3.widget-title {
    height: 89px;
}
.last_services .panel-grid:last-child .panel-grid-cell:last-child {
	visibility:hidden;	
}
.service_img img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
}
.bold_text h5 {
    color: var(--purpule);
}



/*logo slider*/
.wpls-logo-showcase .slick-dots li.slick-active button{
	background: #fdc000 !important;
}
.wpls-logo-showcase .slick-dots li button{
	background: #E1DFD9 !important;
	border: none !important; 
	overflow:hidden;
}

.wpls-logo-showcase button.slick-next, .wpls-logo-showcase button.slick-next:active, .wpls-logo-showcase button.slick-prev:hover, .wpls-logo-showcase button.slick-prev:focus,
.wpls-logo-showcase button.slick-prev, .wpls-logo-showcase button.slick-prev:active, .wpls-logo-showcase button.slick-next:hover, .wpls-logo-showcase button.slick-next:focus{
	background-color:transparent !important;
	background-image: url('/wp-content/uploads/2021/07/Icon-afeather-arrow-right.png') !important;
	background-size: 70% !important;
}
.wpls-logo-showcase button.slick-next, .wpls-logo-showcase button.slick-next:active, .wpls-logo-showcase button.slick-next:hover, .wpls-logo-showcase button.slick-next:focus{
	transform: rotate(180deg) !important;
}
.wpls-logo-showcase{
	padding: 0 30px 60px 30px !important;
}
.wpls-logo-showcase-slider-wrp {
    padding-top: 30px;
}	

/*testimonial*/
.testimonial_slider h3.widget-title, .partners h3.widget-title {width: 100%; text-align: center;}
.name_company_image {
    display: flex;
    justify-content: center;
    align-items: center;
	padding:40px 0 0;
	margin-bottom: 40px;
}
.wpmslider-viewport, .testimonial, .testimonial-inner {
    border: none !important;
}
.wpmslider-viewport {
    margin-top: 80px;
	width: 80% !important;
    margin: 0 auto;
}
.name_company .testimonial-name {
    font-size: 18px;
    font-family: var(--medium);
    color: var(--purpule);
	margin-top: 5px;
	margin-bottom: 5px;
}
.strong-view.pager-style-buttons .wpmslider-pager-link.active:before, 
.strong-view.pager-style-buttons .wpmslider-pager-link:hover:before {
    -webkit-mask: none;
    mask: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000 !important;
}
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
    -webkit-mask: none !important;
    mask: none !important;
    display: inline-block;
    background: #E1DFD9 !important;
    cursor: pointer;
    width: 10px;
    border-radius: 50%;
    height: 10px !important;
}
.wpmslider-controls-direction a{
	top: calc(50% - 90px) !important;
}
.wpmslider-controls-direction a::before{
	top: 50% !important;
	-webkit-mask: none !important;
    mask: none !important;
    border-radius: 0%;
    background: transparent !important;
	background-image: url('/wp-content/uploads/2021/07/Icon-afeather-arrow-right.png') !important;
}
.wpmslider-controls-direction a.wpmslider-next::before{
    -webkit-mask: none !important;
    mask: none !important;
    display: inline-block;
    background: transparent !important;
	background-image: url('/wp-content/uploads/2021/07/Icon-afeather-arrow-right.png') !important;
	transform: rotate(180deg);
    cursor: pointer;
    border-radius: 0%;
}
.name_company .testimonial-name, .name_company .testimonial-company {
    text-align: left !important;
	line-height: 20px;
}
.description {
    text-align: center;
}
.description p {
    color: var(--purpule);
    font-size: 22px;
    line-height: 32px;
}
.name_company_image img {
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

/*Footer*/
#scroll {
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 50%;
    display: none;
    padding: 15px 20px 10px;
    background: linear-gradient(180deg, var(--lytyellow), var(--darkyellow));
	color:var(--white);
}
.foot_1 h3.widget-title{
	color:#0E0E11;
	width: 100%;
	text-transform: capitalize;
}
.foot_1 p{
	color: var(--purpule);
/* 	width:60%; */
	margin:0 auto 20px;
}
.foot_1 .site_btn2 .so-widget-sow-button-atom-b4f6b6b19f96-5 .ow-button-base a.ow-button-hover {
 	padding: 12px 35px 8px 20px !important;
    background: linear-gradient(90deg, var(--darkyellow), var(--lytyellow),var(--yellow),var(--darkyellow));
/* 	background: #000; */
    border-radius: 5px !important;
    color: var(--white) !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
	position:relative;
	background-size: 400%;
	box-shadow: 4px 4px 30px #0000004d !important;
}
.foot_1 .site_btn2 .ow-button-base a.ow-button-hover:hover {
animation: animate 10s ease-in infinite;
}
footer.site-footer {
    background: var(--footbg);
}
.foot_nav_menu h3, .contact_details h3{
	font-family:var(--semibold);
	font-size: 20px;
	color: var(--white);
	margin-bottom: 20px;
}
.foot_nav_menu li a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    position: absolute;
    left: 0;
    font-size: 11px;
    top: -2px;
    transition: 0.2s linear;
}
.foot_nav_menu li a:hover::before {
    left: -3px;
    transition: 0.2s linear;
}
.foot_nav_menu li a {
    font-family: var(--light);
    font-size: 16px;
    color: var(--white);
    text-decoration: none;
    padding-left: 16px;
    position: relative;
	display: inline-block;
}
.foot_nav_menu li a:hover{
	color: var(--yellow);
}
.list_2 ul li {
    width: 45%;
}
.list_2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .site-info {
    padding: 90px 0 30px;
}
.foot_3 {
    padding: 20px 0 18px;
    border-top: 2px solid rgb(255 255 255 / 20%);
}
.copyright_text p {
    margin: 0;
	color: #7B7A78;
}
.social_icons a {
    font-size: 24px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 0 0 20px !important;
}
.social_icons a span{
	transition: 0.2s linear;
}
.social_icons a span:hover {
    color: var(--yellow) !important;
	transition: 0.2s linear;
}
.contact_details p {
    color: var(--white);
    display: inline-flex;
	font-family: var(--light);
    font-size: 16px;
	width: 90%;
}
.contact_details p i {
    width: 25px;
	padding-top: 5px;
}
span.text_detail {
    display: inline-block;
    width: calc(100% - 25px);
}
span.text_detail span{
    display: block;
	color: var(--white);
}
span.text_detail a{
	color: var(--white);
}
span.text_detail a:hover{
	color: var(--yellow);
}

/*inner header*/
.breadcrumb .current {
    padding-left: 10px;
}
.breadcrumb {
    color: #d8d8d8;
    margin-left: -10px;
	padding-top: 15px;
}
.breadcrumb a {
    color: #fff;
    padding: 0 10px;
}
.inner_header h1 {
    font-size: 40px;
    font-family: var(--semibold);
    line-height: 55px;
    color: var(--white);
}
.back_image {
    min-height: 492px;
    background-size: cover;
    display: flex;
    align-items: center;
	background-position: bottom center;
	background-repeat:no-repeat;
}
.normal_bg {
    min-height: 300px;
    background: var(--purpule);
    display: flex;
    align-items: center;
    padding-top: 85px;
}
.header_des_title p {
    width: 44%;
    color: var(--white);
    font-size: 18px;
	padding-top: 10px;
}
img.click_to_cnt {
    position: absolute;
    bottom: -17px;
    left: 17%;
}
.slider_container_main {
    padding: 30px 0 0;
}

/*read more*/
.morecontent span {
    display: none;
}
.morelink {
	display: inline-block;
	color: var(--grey);
	text-decoration: underline !important;
	font-family: var(--medium);
}

/*About Us*/
p.highlight {
    background: linear-gradient(90deg, var(--darkyellow), var(--lytyellow)) !important;
    padding: 10px;
    color: var(--white);
}
.about_service_content h3.widget-title {
    font-size: 20px !important;
    margin: 18px 0 10px;
    line-height: 35px !important;
}
.about_service_content p {
    font-size: 16px;
}
.offer_list .siteorigin-widget-tinymce ul li {
    font-size: 14px;
    color: rgb(255 255 255 / 80%);
}

.offer_list .siteorigin-widget-tinymce ul li::before {
    content: "";
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 2px;
    width: 7px;
    height: 7px;
    top: 0%;
    left: 0;
    border-radius: 50%;
    background: rgb(255 255 255 / 80%);
}

/*Contact Us*/
.contact_content .contact_details p, .contact_content .contact_details a, .contact_content .contact_details span {
    font-size: 16px;
    color: #0E0E11;
    font-family: 'Axiforma';
}
.contact_content .heading h3{
	padding-bottom: 20px;
}
.contact_content .heading h4{
	padding-bottom: 5px;
	color: var(--yellow);
	font-size: 14px;
	text-transform: uppercase;
	font-family: var(--semibold);
}
.contact_form {
    box-shadow: 0 20px 50px rgb(176 185 193 / 30%);
	padding: 50px 30px 30px;
    border-radius: 8px;
}
.contact_form label, .career_form label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}
.career_form label {
    color: #0E0E11;
}
.contact_form input, .contact_form textarea
, .career_form input, .career_form textarea{
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 7px;
    background: #FAFAFB;
	border-radius: 8px;
}
.career_form textarea{
	max-height: 100px;
}
.contact_form input::placeholder,
.contact_form textarea::placeholder,
.career_form input::placeholder,
.career_form textarea::placeholder{
	color: rgb(14 14 17 / 50%);
}
.contact_form input.wpcf7-submit,
.career_form input.wpcf7-submit {
    width: auto;
    /* float: right; */
    background: #0E0E11;
    color: var(--white);
    border-radius: 8px;
	padding: 15px 40px 10px 20px;
	position: relative;
}
.career_form input.wpcf7-submit{padding: 15px 40px 12px 20px;}
.contact_form .after_arrow{
	display: flex;
    flex-direction: row-reverse;
	position: relative;
}
.career_form .after_arrow{
	position: relative;
	display: flex;
}
.career_form .after_arrow::after{
	right: auto;
	left: 80px;
	top: 50%;
	transform: translateY(-50%);
}
.contact_form .after_arrow::after{
	right: 15px;
    top: 50%;
	transform: translateY(-50%);
}
.point_1, .point_2 {
    width: 25px;
    height: 25px;
/* 	background-image:url('/wp-content/uploads/2021/07/Group-45528-2.png'); */
/* 	background-repeat:no-repeat; */
/* 	background-size:contain; */
    background: var(--yellow);
    border-radius: 50%;
    border: 3px solid var( --white);
	animation: pulse-animation 2s infinite;
}
.point_1 {
    position: absolute;
    top: 35%;
    left: 17%;
}
.point_2 {
    position: absolute;
    top: 50%;
    right: 30%;
}
@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgb(255 197 0 / 70%);
	}
	100%{
		box-shadow: 0 0 0 30px rgb(255 197 0 / 0%);
	}	

}

/*Services CRM*/
.key_crm {
    background: rgb(250 250 251 / 85%);

}
.key_details h3.widget-title {
    line-height: 28px !important;
    font-size: 16px !important;
    text-align: center;
    font-family: 'Axiforma';
    padding: 10px 41px 0;
}
.image_text_sec {
	position: relative;
}
.image_text_sec::after{
	content: '';
    width: 150px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/wp-content/uploads/2021/07/Group-3760.png');
    position: absolute;
    left: -55px;
    top: 20%;
}
.image_text_sec h3.widget-title {
    line-height: 28px;
    font-size: 17px;
    font-family: 'Axiforma';
    color: var(--purpule);
    padding: 40px;
    background: #fff;
    border-radius: 8px 0 0;
    margin: 0;
    width: 70%;
    position: absolute;
    right: 0;
    bottom: -15px;
}
.rsa_blocks .panel-grid-cell {
    padding: 50px 30px !important;
    border-radius: 16px;
    background: rgb(252 235 204 / 50%);
}
.rsa_blocks .panel-grid-cell p{margin: 0;}
.wp_65 p {
    width: 65%;
    margin: 0 auto;
}
.rsa_service_blocks h3.widget-title {
    min-height: 70px;
}
.why_choose_sec p {
    padding-top: 15px;
    width: 90%;
    margin: 0 auto;
    color: #32312F;
}
.why_choose_sec_adx p {
    padding: 20px 0 0;
    margin: 0;
}

/*tblock list*/

.tblock_list ol, .tblock_list ul {
    padding: 0 0 15px 20px;
}
.tblock_list ol li::before {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2021/07/Group-45508.png);
    position: absolute;
    background-size: contain;
    left: -32px;
    top: 13px;
    z-index: -1;
}
.tblock_list ol li , .tblock_list ul li {
    font-family: var(--medium);
    color: var(--purpule);
    line-height: 29px;
    padding: 20px 0 18px 20px;
    border-bottom: 1.5px solid rgb(0 0 0 / 10%);
	position: relative;
	z-index:9;
}
.tblock_list ol li::marker {
    color: #fff;
}

.tblock_list ol li:last-child {
    border: none;
}
.tblock_list_2 ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
	justify-content: space-between;
}
.tblock_list_2 ul li {
    width: 48%;
    border: none;
    padding: 10px 0 8px 40px;
    position: relative;
}

.tblock_list_2 ul li::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2021/07/Icon-ionic-ios-checkmark-circle-outline.png);
    background-repeat: no-repeat;
    left: 8px;
}

.mini_heading h3 {
    color: var(--purpule);
    font-size: 20px;
	font-family: var(--semibold);
}
.mini_heading p {
    font-size: 16px;
}
.career_images .sow-masonry-grid-item {
    border-radius: 10px;
}
.heading h2 {
    color: var(--yellow);
    font-size: 28px;
	font-family: var(--semibold);
}
.heading2 h3 {
    font-size: 24px;
	font-family: var(--semibold);
    color: #0E0E11;
}
.heading2 h4 {
    font-size: 20px;
    color: var(--yellow);
	font-family: var(--semibold);
}

/*career */
.career_block .panel-grid-cell{
		padding: 40px !important;
		background: #FAFAFB;
		border: 1.5px solid rgb(0 0 0 / 10%);
		border-radius: 16px;
}
.page-id-14 header.site-header, .page-id-14 .mob-menu-header-holder{
    background: var(--purpule);
}
.career_block_4 {
    color: var(--white);
}
.career_block_4 h3.widget-title {
    color: var(--white);
}
.career_block_4 p{margin-bottom: 0;}
.your_career p {
    color: var(--purpule);
}
.your_career p strong{
    color: #0E0E11;
	font-style: italic;
	font-family: var(--semibold);
}
.your_career .textwidget {
    width: calc(100% - 112px);
    margin: 0px 0 0 auto;
    position: relative;
	padding-top: 30px;
}
.your_career .textwidget::before {
    content: '';
	background-image: url('/wp-content/uploads/2021/07/Path-24172.png');
	background-position: center;
	width: 80px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
    position: absolute;
	left: -100px;
	top: -10px;
}
.career_form .panel-grid-cell:nth-child(2){
	padding-left: 40px;
}
.career_form img.so-widget-image {
    height: 800px !important;
    object-fit: cover;
}


/*mobile menu*/
.mobmenu {
    position: fixed;
}
body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top {
    padding-top: 0px !important;
}
.mobmenu-right-panel{
/*     background: transparent linear-gradient( 360deg, var(--darkyellow) 0%, var(--lytyellow) 100%) 0% 0% no-repeat padding-box !important; */
	background:transparent linear-gradient( 315deg, #ffffff 0%, var(--lytyellow) 100%) 0% 0% no-repeat padding-box !important;
	overflow: hidden !important;
}
#mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu-content h2, #mobmenuright .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name{
	font-family: var(--medium) !important;
	color:var(--purpule) !important;
}
.mobmenu-content li a{padding:10px 0 !important; font-size:18px !important;}

.mobmenu-right-bt{
	right:15px !important;
	top:15px !important;
	text-transform: capitalize !important;
}
#mobmenuright li > ul.sub-menu{
	padding:0 !important;
}
#mobmenuright li > ul li.menu-item {
    padding: 0 12px !important;
}
.mob-icon-menu:before, .mob-icon-cancel-1:before {
    content: '' !important;
    width: 24px !important;
    height: 24px;
    background-image: url(/wp-content/uploads/2021/07/bar.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.mob-icon-cancel-1:before {
    background-image: url(/wp-content/uploads/2021/07/Group-46582.png);
	width: 20px !important;
}
.mob-expand-submenu i {
    font-size: 18px !important;
}
.mobmenu-content #mobmenuright > li.menu-item-type-custom:last-child a{
    text-align: center;
    margin-top: 20px;
    background: var(--purpule) !important;
    border-radius: 8px;
    color: var(--white) !important;
    padding: 14px 20px 10px !important;
}


ul#primary-menu ul.sub-menu ul.sub-menu {
    left: 100%;
}

/* 25 year */
.year_25 h3 {
    width: calc(100% - 235px);
    padding-left: 30px;
    position: relative;
    margin-left: 214px;
}
.year_25 h3:before {
    content: '25';
    position: absolute;
    font-size: 180px;
    right: 104%;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 26px;
}
.year_25 h3:after {
    position: absolute;
    content: '';
    width: 1.5px;
    height: 83%;
    background-color: #00000010;
    left: 0;
    top: 6px;
}

a.rmore_btn{
    display: inline-block;
   	color: #fec100;
    text-decoration: underline !important;
    font-family: var(--medium);
}

.width_65{
	width:65%;
	margin: 0 auto;
	text-align:center;
}
.contact_content.contact_form .heading h3 {
    padding-bottom: 8px;
}
p.contact_form_p {
    margin-bottom: 30px;
}
.tblock_list.career_list ol li, 
.tblock_list.career_list ul li {
    font-family: var(--regular);
    line-height: 22px;
    padding: 15px 0 8px 20px;
    font-size: 16px;
}
.tblock_list.career_list ol li::before {
    width: 30px;
    height: 30px;
    left: -27px;
    top: 9px;
}
.career_block .panel-grid-cell:first-child {
    margin-bottom: 30px !important;
}
.career_form span.wpcf7-form-control-wrap.File input {
    position: relative;
    color: var(--footbg);
}
.career_form span.wpcf7-form-control-wrap.File{position: relative;}
.career_form span.wpcf7-form-control-wrap.File::before {
    content: 'Choose file';
    position: absolute;
    height: 55px;
    width: 130px;
    left: 0px;
    top: -22px;
    background-image: linear-gradient(90deg, var(--darkyellow), var(--lytyellow)) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 8px;
    padding-left: 10px;
    padding-top: 3px;
	z-index:9;
}
.career_form span.wpcf7-form-control-wrap.File::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 27px;
    background-image: url(/wp-content/uploads/2021/07/Icon-material-attach-file.png);
    left: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -5px;
	z-index:9;
}

div#contactModal .contact_form textarea {
    height: 165px;
}

div#contactModal .contact_form label {
    color: var(--footbg);
}

div#contactModal .contact_form button.btn-close.close_modal_btn {
    position: absolute;
    right: 30px;
    top: 15px;
	opacity:1 !important;
}
div#contactModal .contact_form h3.modal-title {
    color: var(--footbg);
}
div#contactModal .contact_form button.close_modal_btn {
    box-shadow: none;
    outline: none;
}
.industry_services .about_service_content h3.widget-title {
    line-height: 30px !important;
}

a.service_morelink{
	display: inline-block;
    color: var(--white);
    text-decoration: underline !important;
    font-family: var(--medium);
	opacity:0.7;
}
.services_box .services_details span {
    color: var(--white);
    opacity: 0.7;
}
/*model*/
div#contactModal {
    z-index: 99999;
}


/* logo slider */
.logo_slider  .slick-slide img {
    margin: 0 auto;
}
.logo_slider .slick-next:before,
.logo_slider .slick-prev:before{
	content:'';
}
.logo_slider .slick-prev, .logo_slider .slick-next,
.slider-nav2 .slick-prev, .slider-nav2 .slick-next{
    background: url(/wp-content/uploads/2021/07/Icon-afeather-arrow-right.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.logo_slider .slick-next,
.slider-nav2 .slick-next{
	background:url(/wp-content/uploads/2021/07/Icon-avfeather-arrow-right.png);
}
.slider-nav2 .slick-prev::before, .slider-nav2 .slick-next::before{display:none;}
.slider-nav2 .description{	
	width: 90%;
    margin: 0 auto;	
}
/*  */
.main-navigation ul#primary-menu > li.menu-item-type-custom:last-child a{
	 background: linear-gradient(90deg, var(--darkyellow), var(--lytyellow),var(--yellow),  var(--darkyellow));
 	 background-size: 400% ;

}
.main-navigation ul#primary-menu > li.menu-item-type-custom:last-child a:hover ,.foot_1 a.ow-button-hover:hover{
	 animation: animate 10s linear infinite;
}
@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}

 

/*asa responsive*/
@media only screen and (max-width: 1600px) {
	
	.back_image {
		min-height: 450px;
		background-size: cover; 
	}

}


@media only screen and (max-width: 1400px){
	
	.banner_slider li {
		background-size: cover !important;
	}
	.back_image {
		min-height: 375px;
	}
	.banner_slider .sow-slider-image-wrapper{
		max-width: 1140px !important;
	}
	.banner_text h3{
		font-size: 45px;
		line-height: 50px;

	}
	.tblock h3.widget-title, .foot_1 h3.widget-title, 
	.testimonial_slider h3.widget-title, 
	.partners h3.widget-title, .new_values h3.widget-title, 
	.heading h3{
		font-size: 34px;
	}
	.banner_text p {
		font-size: 18px;

	}
	.service_img h3 {
		font-size: 17px;
	}	
	#scroll{
		bottom: 20px;
		right: 20px;
		padding: 10px 16px 8px;
	}
	
	
}


@media only screen and (max-width: 1200px){
	
	/* header */
	.main-navigation li {
		margin-left: 23px;
	}
	.main-navigation ul#primary-menu >li.menu-item-type-custom:last-child a{
		padding: 9px 35px 8px 15px !important;
		font-size: 15px !important;
	}
	.main-navigation li.menu-item a{
		font-size: 15px !important;
	}
	.year_25 h3:before {
    	font-size: 138px;
	}
	.year_25 h3 {
		margin-left: 162px;
	}
	.faq .accordion-item {
    	padding: 15px 0;
	}
	
	/*CRM*/
	.key_details h3.widget-title{
		padding:10px 0 0;
	}
	.image_text_sec h3.widget-title{
		width: 80%;
	}

	/* banner */
	.banner_slider .sow-slider-image-wrapper {
		max-width: 960px !important;
	}
	.banner_text h3 {
		font-size: 38px;
	}
	
	/*inner header*/
	img.click_to_cnt {
		bottom: -20px;
		left: 10%;
	}
	.header_des_title {
		padding-top: 25px;
	}
	
	/*RSA*/
	.rsa_blocks .panel-grid-cell{
		padding: 30px 15px !important;
	}
	.about_service_content h3.widget-title{
		font-size: 18px !important;
		line-height: 30px !important;
	}
	.rsa_service_blocks h3.widget-title {
		min-height: 65px;
	}
	.wp_65 p{
		width: 80%;
	}
	
	/*SAP*/
	.why_choose_sec p{width:100%;}
	
	/*field One*/
	.block_4 {
		flex-wrap: wrap !important;
	}
	.block_4 .panel-grid-cell {
		margin-bottom: 30px !important;
	}
	
	/*career*/
	.your_career .textwidget {
		width: calc(100% - 70px);
	}
	.your_career .textwidget::before{
		width:60px;
		height:60px;
		left:-70px;
	}
	.career_form img.so-widget-image {
		height: 680px !important;
	}
	.career_form .panel-grid-cell:nth-child(2) {
		padding-left: 10px;
	}
	.heading h2, .heading2 h3{
		font-size:20px;
	}
	
	/*contact*/
	.point_1, .point_2{
		width: 20px;
   		height: 20px;
	}
/* 	.point_1 {
		top: 110px;
		left: 100px;
	}
	.point_2 {
		top: 160px;
		right: 174px;
	} */
	
	/* blocks */
	.tblock h3.widget-title, .foot_1 h3.widget-title, 
	.testimonial_slider h3.widget-title, 
	.partners h3.widget-title, .new_values h3.widget-title, 
	.heading h3{
		font-size: 30px;
		line-height: 40px;
	}

/* 	.mobile_f_50 .panel-grid-cell {
		width: calc(50% - ( 0.55 * 50px ) ) !important;
	} */
	.all_services .tblock .panel-grid-cell:first-child {
		width: calc(70% - ( 0.4 * 30px ) ) !important;
	}
	.all_services .tblock .panel-grid-cell:nth-child(2) {
		width: calc(30% - ( 0.4 * 30px ) ) !important;
	}
	footer#colophon .site-info .panel-grid-cell:first-child {
		width: calc(18% - ( 0.75 * 30px ) );
	}
	footer#colophon .site-info .panel-grid-cell:nth-child(2) {
		width: calc(52% - ( 0.75 * 30px ) );
	}
	footer#colophon .site-info .panel-grid-cell:nth-child(3) {
		width: calc(30% - ( 0.75 * 30px ) );
	}

	body{
		font-size: 16px;
	}
	.description p{
		font-size: 18px;
		line-height: 28px;
	}
	
	/*testimonial*/
	.name_company_image{
		padding: 30px 0 0;
    	margin-bottom: 20px;
	}
	.testimonial_slider {
		padding-top: 70px !important;
		padding-bottom: 40px !important;
	}
	.testimonial-inner {
		padding: 10px 10px 0 !important;
	}
	.contact_details p,
	.foot_nav_menu li a{font-size: 15px;}
	.foot_nav_menu h3, .contact_details h3{
		font-size: 18px;
		margin-bottom: 16px;
	}
	.social_icons a {
		font-size: 20px !important;
	}
	
}

@media only screen and (max-width: 992px){

	.foot_1 p{width:80%;}
	.banner_slider .sow-slider-image-wrapper {
		max-width: 720px !important;
	}
	.banner_text{
		width: 66%;
	}
	.banner_text h3 {
		font-size: 36px;
	}
	.tblock h3.widget-title, .foot_1 h3.widget-title, 
	.testimonial_slider h3.widget-title, 
	.partners h3.widget-title, .new_values h3.widget-title, 
	.heading h3{
		font-size: 25px;
		line-height: 36px;
	}
	.tblock .panel-grid-cell {
		width: calc(50% - ( 0.55 * 30px ) ) !important;
	}
	body{
		font-size: 15px;
	}
	.year_25 h3 {
		width: calc(100% - 80px);
		padding-left: 25px;
		margin: 0 0 0 100px;
	}
	.year_25 h3:before {
		font-size: 70px;
		right: calc(100% + 20px);
		padding-top: 12px;
	}
	
	/*about*/
	.width_65{width:90%;}

	/* service */
	.all_counters.mobile_f_50 .panel-grid-cell {
		margin-bottom: 25px !important;
	}
	.all_counters.mobile_f_50 .panel-grid-cell:last-child{
		margin: 0 !important;
	}

	/* testimonial */
	.description p {
		font-size: 16px;
		line-height: 26px;
	}
	.wpmslider-viewport {	
		width: 100% !important;
	}

	/* footer */
	.footer_row {
		flex-wrap: wrap !important;
		flex-direction: unset !important;
	}
	footer#colophon .site-info .panel-grid-cell:first-child {
		width: calc(25% - ( 0.75 * 30px ) ) !important;
	}
	footer#colophon .site-info .panel-grid-cell:nth-child(3) {
		width: calc(100% - ( 0.75 * 30px ) ) !important;
		margin-top: 40px;
	}
	footer#colophon .site-info .panel-grid-cell:nth-child(2) {
		width: calc(75% - ( 0.75 * 30px ) ) !important;
	}
	.foot_3 {
		position: relative;
	}
	.social_icons {
		position: absolute;
		top: 30px;
		right: 0;
	}
	.social_icons a {
		margin: 0 0px 0 20px !important;
	}
	
	/*ineer header*/
	.inner_header h1{
		font-size: 34px;
		line-height: 45px;
	}
	.header_des_title p {
		width: 55%;
	}
	
	/*mobile menu*/
	.mobmenu-panel .current-menu-item {
		background: #f7b100;
		border-radius: 8px;
	}
	
	/*career*/
	.career_block .panel-grid-cell {
		padding: 30px !important;
	}
	
}




@media screen and (max-width: 992px) and (min-width: 768px){
	
	.mobile_f_50, .mobile_f_30, .home_counters{
		display: flex;
		flex-direction: row !important;
		-ms-justify-content: space-between;
		justify-content: space-between;
		flex-wrap: wrap !important;
	}
	.mobile_f_50 .panel-grid-cell {
		width: 48% !important;
	}
	.oparetions .mobile_f_50 .panel-grid-cell {
		width: calc(50% - ( 0.75 * 20px ) ) !important;
	}
	.mobile_f_30 .panel-grid-cell {
		width: 31% !important;
	}
	.mobile_f_30 .panel-grid-cell .panel-grid-cell {
		width: 100% !important;
	}
	.banner_text h3 {
    	font-size: 32px;
		line-height:42px;
	}
	.banner_text p {
		font-size: 17px;
		line-height: 28px;
		margin: 14px 0 16px;
	}
	.site_btn a {
		padding: 10px 17px 7px !important;
		font-size: 14px !important;
	}
	
}
@media screen and (max-width: 780px) and (min-width: 768px){
	.copyright_text p{
		text-align:left !important;
	}
	.contact_content, .contact_content .contact_details {
		margin-bottom: 30px;
	}
	.faq .sow-accordion-panel{
		padding: 18px 0 16px;
		padding-left: 55px;
	}
	.faq .sow-accordion-panel::before {
    	width: 40px;
		height: 40px;
	}
	.sow-accordion-open-button, .sow-accordion-close-button {
    	width: 35px;
		height: 35px;
	}
	.year_25 h3 {
		width: 55%;
		padding-top: 0 !important;
		padding-left: 25px;
		margin: 0 0 0 100px;
		margin-top: 19px !important;
	}
	
	
	/*testimonial*/
	.testimonial-inner{
		width:88% !important;
		margin:0 auto;
	}
	
	/*services*/
	.image_text_sec::after{
		width: 80px;
    	height: 110px;
		left: -15px;
	}
	.image_text_sec img{z-index:-1;}
	.image_text_sec h3.widget-title {
		width: 90%;
		position: static;
		box-shadow: 0 5px 10px #eaeaea;
		margin: -30px auto 0;
	}
	.why_choose_bg{
		background-image:url('/wp-content/uploads/2021/07/Group-3760.png');
		background-position:50% 80%;
		background-size:100px;
		background-repeat:no-repeat;
	}
	.heading h2, .heading2 h3 {
		font-size: 16px;
	}
	.heading2 h4 {
		font-size: 18px;
	}
}


@media screen and (max-width: 767px){
	
	.foot_1 p{width:100%;}
	
	.banner_text h3 {
    	font-size: 32px;
		line-height:42px;
	}
	.banner_text p {
		font-size: 17px;
		line-height: 28px;
		margin: 14px 0 16px;
	}
	.slider-nav2 .description{width:100%;}
	.site_btn a {
		font-size: 15px !important;
	}
	.banner_text{
		left:30px;
		width: 60%;
	}
	.mobile_f_50 .panel-grid-cell {
		width: 100% !important;
	}
	.all_counters{
		flex-wrap: wrap !important;
		flex-direction:unset !important;
	}
	.mobile_f_50.all_counters  .panel-grid-cell {
		width: 50% !important;
	}
	.oparetions .mobile_f_50 .panel-grid-cell {
		width: 100% !important;
	}
	.mobile_f_30 .panel-grid-cell {
		width: 100% !important;
		margin-bottom: 30px !important;
	}
	.tblock h3.widget-title{
		padding-top: 30px;
	}
	.all_services  .tblock h3{
		padding: 0 !important;
	}
	.tblock p, .foot_1 p {
		line-height: 25px;
		margin-bottom: 16px;
	}
	.tblock h3.widget-title, .foot_1 h3.widget-title, 
	.testimonial_slider h3.widget-title, 
	.partners h3.widget-title, .new_values h3.widget-title, 
	.heading h3{
		margin-bottom: 15px;
	}
	.faq .sow-accordion-panel{
		padding: 18px 0 16px;
		padding-left: 55px;
	}
	.faq .sow-accordion-panel::before {
    	width: 40px;
		height: 40px;
	}
	.sow-accordion-open-button, .sow-accordion-close-button {
    	width: 35px;
		height: 35px;
	}
	
	/* banner */
	.banner_text h3 {
		font-size: 32px;
		line-height: 40px;
	}
	.banner_text p {
		font-size: 16px;
		line-height: 24px;
	}
	
	/* year 0f working faq */
	.faq .sow-accordion-panel::before {
		width: 40px !important;
		height: 40px !important;
	}
	.faq .sow-accordion-panel {
		padding: 20px 0 16px 55px !important;
	}
	.sow-accordion-open-button, .sow-accordion-close-button {
		width: 35px;
		height: 35px;
	}
	div#order_2 .panel-grid-cell:first-child {
		order: 2;
	}
	.counter .iw-so-number p.iw-so-number-count{
		font-size: 26px;
		padding-top: 8px;
/* 		margin-top: 12px; */
	}
	.counter h3{font-size: 18px;}
	
	/* services */
	.all_services .tblock .panel-grid-cell:first-child,
	.all_services .tblock .panel-grid-cell:nth-child(2) {
		width: 100% !important;
	}
	.services_details p {font-size: 15px;}
	
	/*services*/
	.image_text_sec::after{
		width: 80px;
    	height: 110px;
		left: -15px;
	}
	.image_text_sec img{z-index:-1;}
	.image_text_sec h3.widget-title {
		width: 90%;
		position: static;
		margin: -30px auto 0;
		box-shadow: 0 5px 10px #eaeaea;
		border-radius: 8px;
	}
	
	
	/* footer */
	.foot_nav_menu h3, .contact_details h3{
		margin-bottom: 12px;
	}
	footer#colophon .site-info .panel-grid-cell:first-child,
	footer#colophon .site-info .panel-grid-cell:nth-child(2),
	footer#colophon .site-info .panel-grid-cell:nth-child(3){
		width: 100%!important;
		margin-bottom: 30px !important;
	}
	footer#colophon .site-info .panel-grid-cell:nth-child(3){
		margin-top: 0;
	}
	footer .site-info {
		padding: 50px 0 20px;
	}
	.copyright_text p{
		text-align:left !important;
	}
	
	/*contact*/
	.contact_content, .contact_content .contact_details {
		margin-bottom: 30px;
	}
	
	/*career*/
	.heading h2, .heading2 h3 {
		font-size: 16px;
	}
	.heading2 h4 {
		font-size: 18px;
	}
	.mobile_f_30 .panel-grid-cell .panel-grid-cell {
		width: 100% !important;
		margin-bottom: 0 !important;
	}
	.mini_heading h3{
		padding-top:20px !important;
	}
	 .career_form .panel-grid-cell:nth-child(2){
		padding: 0 30px 50px !important;
	}
	
	/*about*/
	.width_65 {
		width: 100%;
	}
	.about_service_content h3.widget-title {
		padding-top: 0;
	}
	.none_tab {
		display: none;
	}
	.mobile_f_30.mob_first_panel .panel-grid-cell:first-child {margin-bottom: 0 !important;}
	.services_box.mobile_f_50 .panel-grid-cell {
		width: 48% !important;
		padding:20px 15px !important;
	}
	.services_box.mobile_f_50 {
		flex-direction: row !important;
		flex-wrap: wrap !important;
		justify-content: space-between !important;
	}

}

@media screen and (max-width: 575px){
	
	.faq .sow-accordion-panel::before, .faq .accordion-button::before,
	.faq .accordion-button::after{
		width: 30px;
		height: 30px;	
	}
	.faq .sow-accordion-panel::before, .faq .accordion-button::before{
		top:4px;
	}
	.faq .accordion-button {
    	padding: 6px 0 6px 40px;
	}
	.faq .accordion-body {
		padding: 0 10px 0 10px;
	}
	.year_25 h3 {
		padding-left: 25px;
		margin: 0 0 0 100px;
		padding-top: 0 !important;
		margin-top: 30px !important;
	}

	.tblock h3.widget-title, .foot_1 h3.widget-title, 
	.testimonial_slider h3.widget-title, 
	.partners h3.widget-title, .new_values h3.widget-title, 
	.heading h3{
		font-size: 24px;
		line-height: 32px;
	}

	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.m_pb_0 {
		padding-bottom: 0 !important;
	}
	.faq .sow-accordion-panel::before {
		width: 35px !important;
		height: 35px !important;
	}

	/* banner */
	.banner_text {
		width: 90%;
		left: 19px;
	}
	.banner_text h3 {
		font-size: 28px;
		line-height: 36px;
	}
	/*counter*/
	.mobile_f_50.all_counters .panel-grid-cell {
		width: 100% !important;
	}

	/* testimonials */
	.description p {
		font-size: 15px;
		line-height: 24px;
	}
	.wpmslider-controls-direction a {
		display: none !important;
	}
	.testimonial-inner {
    	width: 100% !important;
    	padding: 10px 0px 0 !important;
	}
	.wpls-logo-showcase .slick-dots li button{
		width: 8px !important;
    	height: 8px !important;
	}
	.wpls-logo-showcase .slick-arrow {
		top: 25%;
	}
	.wpls-logo-showcase .slick-next {
    	top: 15%;
	}
	
	/* footer */
	.list_2 ul li {
		width: 100%;
	}
	
	/*inner header*/
	.header_des_title {
		padding-top: 20px;
	}
	img.click_to_cnt {
		bottom: 5px;
		left: 5%;
		width: 40px !important;
	}
	.header_des_title p {
		width: 100%;
		font-size: 16px;
		margin: 0;
	}
	.inner_header h1 {
		font-size: 30px;
		line-height: 40px;
	}
	
	/*about*/
	.about_service_content h3.widget-title {
		padding: 0;
	}
	.image_text_sec::after {
		width: 50px;
		height: 70px;
		top: 40px;
	}
	.image_text_sec h3.widget-title{
		width: 95%;
		margin: -10px auto 0;
		padding:18px;
		line-height: 26px;
    	font-size: 16px;
	}
	.wp_65 p {
		width: 100%;
	}
	.rsa_service_blocks h3.widget-title {
		min-height: auto;
	}
	.tblock_list_2 ul li{
		width: 100%;
		padding: 6px 0 6px 40px;
	}
	
	/*career*/
	.career_header h3.sow-headline {
		padding-top: 0;
	}
	.career_header .panel-grid-cell:first-child , .career_form .panel-grid-cell:nth-child(2){
		padding: 0 30px !important;
	}
	.career_header .heading {
		padding: 40px 0px 20px 0px !important;
	}
	.mini_heading .text-end {
		text-align: left !important;
	}
	.career_form{
		padding-bottom:40px !important;
	}
	.career_form img.so-widget-image {
		height: auto !important;
	}
	.career_block .panel-grid-cell:nth-child(1){margin-bottom:30px !important;}
	.contact_form{
		padding: 30px 20px;
	}
	.contact_form textarea {
		max-height: 120px !important;
	}
	.height_h3 h3.widget-title {
		height: auto;
	}
	#contactModal .modal-body.contact_form {
		padding-top: 60px;
	}
	.service_img .sow-image-container {
		justify-content: center;
	}
	.service_img h3.widget-title {
		text-align: center;
		margin-bottom: 0;
	}
	.all_services .services_details {
		display: none;
	}
	.all_counters .panel-grid-cell h3.widget-title {
		width: 140px;
		margin: 0 auto;
	}
	
	/*logo slider*/
	.logo_slider {
		margin: 20px 0 0;
	}
	.logo_slider .slick-slide img{width:80%;}
	.logo_slider .slick-prev, .logo_slider .slick-next, .slider-nav2 .slick-prev, .slider-nav2 .slick-next {
			display: none !important;
		}

}

.loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--purpule);
	z-index: 999999;
}
.loader-wrapper img{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate3d(-50%, -50%, 0);
}
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);
}
.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);
}

#order_2{
    dispaly:none;
}