/*!
Theme Name: atcon
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: atcon
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.

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

/**
 * 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: 'Montserrat', sans-serif;

	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: 'Montserrat', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Montserrat', sans-serif;

}

p {
	margin-bottom: 1.5em;
	font-family: 'Montserrat', sans-serif;

}

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



/*------------------------custom-css=-----------------*/
body{
	font-family: 'Nunito', sans-serif;
	font-family: 'Montserrat', sans-serif;


}

.admin-bar header#masthead {
    top: 30px;
}

header#masthead {
/*     position: absolute;
    top: 0;
    left: 0;
    right: 0; */
    width: 100%;
    background-color: #fff;
    padding: 15px 0;
    z-index: 9999;
        -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    box-shadow: 0 0 15px rgba(0,0,0,0.65);
}

.site-header .row {
    justify-content: space-around;
    align-items: center;
}


ul#primary-menu {
    justify-content: center;
}

.main-navigation li {
    margin: 0 22px;
}

.main-navigation li a {
    padding: 13px 0px;
    transition: .4s;
    color: #000;
   
	 font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
}


.main-navigation li a:hover:before {
    transform: scale(1);
}

.main-navigation li.current-menu-item  a{
	color:#ff5d31;
}

.main-navigation li.current-menu-item  a:before {
    transform: scale(1);
    background-color: #ff5d31;
}

.main-navigation li a:before {
    content: '';
    position: absolute;
    /*background: #4c2b81;*/
    background: #ff5d31;
		
    width: 100%;
    height: 2px;
    bottom: 0;
    border-radius: 100px;
    transform: scale(0);
    transition: all 0.5s;
    left: 0;
}

.site-branding img {
    width: 140px;
}



header#masthead .main-navigation ul .menu-item-has-children:hover ul {
    transform: translateY(0);
    visibility: visible;
    width: auto;
}

header#masthead .main-navigation ul ul {
    flex-direction: column;
}
header#masthead .main-navigation ul ul {
    /*background: #cb6c18;*/
        background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    transform: translateY(70px);
    visibility: hidden;
    transition: all 0.5s;
}


header#masthead .main-navigation ul ul li a {
    padding: 10px 14px;
    width: 220px;
    margin-right: 0;
    font-size: 14px;
    /*border-bottom: 1px solid #4c2b81;*/
    border-bottom: 1px solid #f06b0d;
}


header#masthead .main-navigation ul ul li.current-menu-item a {
    border-bottom: none;
}

header#masthead .main-navigation ul ul li {
    margin: 0;
}

ul#primary-menu .menu-item-has-children > a:after {
    content: '\f107''';
    font-family: 'FontAwesome';
    position: absolute;
    right: -16px;
    font-size: 15px;
    top: 15px;
}



.header-btn a {
    text-decoration: none;
    /* background: #4c2b81; */
    background: #000;
    padding: 14px 18px;
    border-radius: 10px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}

 .header-btn a:hover {
    background-color: #ff5d31;
    box-shadow: 0px 5px 14px 4px rgba(30,10,10,0.16);
}
 
.header-icon-area .additional-menu-area {
    margin-left: 15px;
}

.header-offcanvus button.side-menu-trigger {
    border: none;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    padding: 7px 0 0;
    border-radius: 4px;
    justify-content: center;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon {
    position: relative;
    display: block;
    width: 28px;
    height: 16.5px;
    top: 1px;
    overflow: hidden;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon::before, .header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    /*background-color: #4c2b81;*/
    background-color: #dc2129
;
    transition: all 0.3s ease-out;
    transform: translateX(-100%);
    transform-origin: left;
    transition-delay: 0s;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
    bottom: 0;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    /*background-color: #4c2b81;*/
    background-color: #dc2129
;
    border-radius: 12px;
    transition: all 0.3s ease-out;
    transition-delay: 0s;
    transform: translateX(0);
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon .line1 {
    top: 0;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon .line2 {
    top: 7px;
    width: 20px;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon .line2::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #4c2b81;
    background-color: #f06b0d;
    transition: all 0.3s ease-out;
    transform: translateX(-100%);
    transform-origin: left;
    transition-delay: 0s;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon .line3 {
    top: 14px;
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::before {
    transition-delay: 0.3s;
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::after {
    transition-delay: 0.45s;
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::before, .header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::after {
    transform: translateX(0);
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line1 {
    transition-delay: 0s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line {
    transform: translateX(100%);
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line2 {
    transition-delay: 0.15s;
    transform: translateX(100%);
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line2::before {
    transform: translateX(-100%);
    transition-delay: 0.75s;
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line3 {
    transition-delay: 0.30s;
}



header#masthead.active {
    position: fixed;
    /*background: rgba(0,0,0,0.95);*/
    background-image: linear-gradient(100deg, #fff 34%, #fff 73%);
    box-shadow: 0 0 15px rgba(0,0,0,0.65);
    animation-name: fade-In-Down;
    padding: 10px 0;
}

@keyframes fade-In-Down
{
	0% {
    opacity: 0;
    transform: translateY(-20px);
}

100% {
    opacity: 1;
    transform: translateY(0);
}
}



.lotti-cls-auto lottie-player {
    margin: auto;
}


.gradient-heading h2 {
    background: linear-gradient(to right,#0c32c0,#dd474b,#dd474b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-divider-cls span:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5.1px;
    height: 5px;
    width: 8px;
    background-color: #fff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: infinite-move;
    animation-name: infinite-move;
}
.main-divider-cls span {
    border-radius: 30px;
    position: relative;
}



.main-divider-cls-new span:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5.1px;
    height: 5px;
    width: 8px;
    background-color: #fff ;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: infinite-moveNew;
    animation-name: infinite-moveNew;
}
.main-divider-cls-new span {
    border-radius: 30px;
    position: relative;
}


.main-divider-cls .elementor-divider,.main-divider-cls-new .elementor-divider {
    overflow: hidden;
    padding: 0;
}


@keyframes infinite-move {
				  0% {
				  -webkit-transform: translateX(0);
				  transform: translateX(0);
				}
				100% {
				  -webkit-transform: translateX(88px);
				  transform: translateX(88px);
				}
}




@keyframes infinite-moveNew {
				  0% {
				  -webkit-transform: translateX(0);
				  transform: translateX(0);
				}
				100% {
				  -webkit-transform: translateX(52px);
				  transform: translateX(52px);
				}
}



.service-box-cls figure {
    margin-bottom: 0 !important;
    position: relative;
}

.service-box-cls {
    background: #fff;
    box-shadow: 0 5px 30px 0 rgba(214,215,216,.57);
}


.service-box-cls .elementor-image-box-content {
    padding: 20px;
}

.main-service-section {
    padding: 0 80px;
}


.service-box-cls .overlay a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #fff;
    display: inline-block;
    border-radius: 5px;
    z-index: 9;
   
     opacity: 0; 
    text-align: center;
    position: absolute;
    right: 18px;
    top: 45%;
    transition: all 0.5s;
    color:#4861C0 !important;
}

.service-box-cls:hover .overlay a{
	opacity: 1
}



.service-box-cls figure:before {
    bottom: 0;
    position: absolute;
    left: 0;
    content: "";
    height: 0;
    width: 100%;
    background: #000;
    transition: all .35s ease-in-out;
    opacity: 0.5;
    
}


.service-box-cls:hover figure:before{
	height: 100%;
}



.growth-box {
    padding: 16px 16px 16px 16px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E5E9F2;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 16px 32px 0px rgb(0 7 46 / 5%);
    transition: all 0.5s;
}

.growth-box:hover {
    box-shadow: 0px 0px 55px 0px rgb(0 0 0 / 19%);
}


.why-us-box-cls .elementor-icon.elementor-animation- {
    /*background-color: rgb(76 43 129 / 47%);*/
    border-radius: 100px;
    padding: 10px;
    background-image: linear-gradient(100deg, #f06b0d 0%, #f56804 100%);
}

.inner-tech-cls img:hover {
    transform: translateY(-10px);
    opacity: 1;
}

.inner-tech-cls img {
    width: 160px;
    height: 150px;
    object-fit: contain;
    opacity: 0.7;
    transition: all 0.5s;
}



.contact-form-col .elementor-widget-wrap {
    padding: 3em !important;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 0px 10px 10px 0px;
}

.contact-form-left-img .elementor-widget-wrap {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 10px 0px 0px 10px;
}

.main-form p {
    margin-bottom: 12px;
}


.main-form label {
    font-family: 'Nunito', sans-serif;
    margin-bottom: 2px;
    font-weight: 600;
}

.main-form input[type="text"], .main-form input[type="email"] {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ededed;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    height: 45px;
    padding-left: 10px;
}


.main-form textarea {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ededed;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    height: 95px;
    padding-left: 10px;
}


.main-form input[type="text"]::placeholder, .main-form input[type="email"]::placeholder, .main-form textarea::placeholder {
    font-family: 'Nunito';
    font-size: 15px;
    font-weight: 500;
}

.main-form input[type="text"]:focus-visible, .main-form input[type="email"]:focus-visible, .main-form textarea:focus-visible {
    outline: none;
}



span.wpcf7-spinner {
    position: absolute;
}


.cf-btn {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    /*background-color: #4c2b81 !important;*/
    background-color: #f06b0d !important;
    border-radius: 30px 30px 30px 30px !important;
    padding: 18px 40px 18px 40px !important;
    width: 100%;
    margin-top: 20px;
    transition: all 0.5s;
    /*background-image: linear-gradient(100deg, #4861C0 34%, #4BADD2 73%) !important;*/
}


.cf-btn:hover{
	background-image: linear-gradient(100deg, #4c2b81 34%, #894D9F 73%) !important;
}

.action-bar-btn a:hover {
    background-image: linear-gradient(100deg, #4c2b81 34%, #894D9F 73%) !important;
    color: #fff !important;
}


.banner-btn a:hover {
    color: #fff !important;
    background: transparent !important;
}

.banner-btn a {
    transition: all 0.5s;
}


footer#colophon {
    /*background-image: linear-gradient(170deg, #4c2b81 0%, #894D9F 100%);*/
    background: #333;
    color: #fff;
    position: relative;
    z-index: 1;
}


footer#colophon:before {
    content: '';
    position: absolute;
    background-image: url(/atcon/wp-content/uploads/2023/03/footer_bg_elements_img-1.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
    z-index: -1;
}

div#mainfooter {
    padding: 70px 0 50px  0;
}

div#mainfooter .four-columns-1 img {
    width: 140px;
}


.four-columns-1 div#block-11 h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.four-columns-1 div#block-11 {
    padding-top: 40px;
}


.four-columns-1 p {
    max-width: 90%;
}


ul.social-link, .copyrightdiv ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.social-link li:first-child, .copyrightdiv ul li:first-child {
    margin-left: 0;
}

ul.social-link li, .copyrightdiv ul li{
    margin: 0 5px;
    display: inline-block;
    text-align: center;
}


ul.social-link li a, .copyrightdiv ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 14px;
    color: #868686;
}


ul.social-link li a i, .copyrightdiv ul li a i {
    color: #fff;
    font-size: 16px;
}


ul.social-link li a:hover, .copyrightdiv ul li a:hover{
    background: #fff;
    border-color: #fff;
}

ul.social-link li a:hover i, .copyrightdiv ul li a:hover i {
    color: #ff5d31;
}


div#nav_menu-2 {
    padding-top: 40px;
}


div#nav_menu-2 h2, div#nav_menu-3 h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 25px;
    letter-spacing: 1px;
}


.ftr-con-details h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 25px;
    letter-spacing: 1px;
}


div#nav_menu-3 {
    padding-top: 40px;
    padding-left: 10px;
}



ul#menu-ftr_expertise li:hover a, ul#menu-useful_links li:hover a {
    letter-spacing: 1px;
    color: #f06b0d;
}

ul#menu-ftr_expertise li a:before, ul#menu-useful_links li a:before {
    content: '\f101';
    font-family: 'fontAwesome';
    position: absolute;
    left: 0;
    font-size: 13px;
    top: 2px;
}
ul#menu-ftr_expertise li a, ul#menu-useful_links li a{
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    padding-left: 26px;
    position: relative;
    transition: all 0.5s;
}
ul#menu-ftr_expertise li, ul#menu-useful_links li {
    padding-bottom: 10px;
}
ul#menu-ftr_expertise,ul#menu-useful_links {
    margin: 0;
    padding: 0;
    list-style: none;
}


.ftr-con-details {
    padding-top: 40px;
}

a.con-det-cls {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    color: #fff;
    gap: 10px;
}

a.con-det-cls img {
    width: 30px;
}


a.con-det-cls p {
    margin-bottom: 16px;
    font-size: 16px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    transition: all 0.5s;
}

.con-det-cls:hover p {
    letter-spacing: 1px;
    color: #f06b0d;
}

.con-det-cls-1, .con-det-cls-2 {
    padding-left: 6px;
}

.con-det-cls-1 img, .con-det-cls-2 img {
    width: 20px !important;
}


.copyrightdiv:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 0.8px;
    width: 85%;
    left: 7.5%;
    top: 0;
    border-radius: 10px;
}


.copyrightdiv {
    padding: 30px 0 30px 0;
    position: relative;
}


.copyrightdiv .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyrightdiv p a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
}

.copyrightdiv p a:hover {
    color: #dc2129;
}

.copyrightdiv p {
    margin-bottom: 0;
    font-family: 'Nunito';
}




 .sidenav {
    max-width: 395px;
    width: 100%;
    position: fixed;
    transform: translateX(-100%);
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    will-change: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    box-shadow: 0 0 90px 0 rgb(0 0 0 / 10%);
}

.sidenav.active {
    transform: translateX(0);
}


.sidenav .canvas-content {
    height: 100vh;
    padding: 50px;
    transition: all ease 0.8s;
    overflow-y: auto;
    -ms-overflow-style: none;
    -moz-scrollbar-width: none;
    color: #000;
}




 .sidenav .closebtn {
    /*background: #2962ff;*/
    /*background-image: linear-gradient(100deg, #4c2b81 0%, #894D9F 100%);*/
           background: #dc2129;
    color: #fff;
    display: block;
    font-size: 20px;
    position: absolute;
    right: 50px;
    top: 55px;
    font-weight: 500;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 4;
    text-decoration: none;
}


.additional-logo img {
    /*filter: invert(1);*/
    width: 150px;
}


.sidenav-address h4 {
    margin-bottom: 15px;
    font-family: 'Nunito';
    font-weight: 700;
}

.sidenav-address span {
    font-size: 15px;
    display: block;
    margin-bottom: 10px;font-family: 'Nunito';
}

.sidenav-address span i {
    /*color: #2962ff;*/
   
        color: transparent;
    margin-right: 15px;
    /*background-image: linear-gradient(100deg, #4c2b81 0%, #894D9F 100%);*/
    background-image: linear-gradient(100deg, #F06B0D 0%, #AB4C09 100%);
    background-clip: text;
    -webkit-background-clip: text;
}

.sidenav-address span a {
    display: inline-block;
    color: #444;
    padding: 0;
    text-decoration: none;
    font-family: 'Nunito';
    font-weight: 500;
}


.additional-logo {
    margin-bottom: 40px;
}


.sidenav-address h4.social-title {
    margin-top: 30px;
}

.sidenav-social ul.social-link li a i {
    color: #000;
}

.sidenav-social ul.social-link li a:hover i {
    color: #fff;
}

.sidenav-social ul.social-link li a:hover {
    background: #2962ff;
    /*border-color: #2962ff;*/
    /*background-image: linear-gradient(100deg, #4c2b81 0%, #894D9F 100%);*/
    background-image: linear-gradient(180deg, #F06B0D 0%, #d15700 100%);

}



.mobile-nav ul#additional-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav ul#additional-menu li {
    padding-bottom: 10px;
}

.mobile-nav ul#additional-menu li a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
    font-family: 'Nunito', sans-serif;
    padding-left: 26px;
    position: relative;
    transition: all 0.5s;   
    font-weight: 600;
}


.mobile-nav ul#additional-menu li a:hover{
	letter-spacing: 1px;
}

.mobile-nav ul#additional-menu li a:before {
    content: '\f101';
    font-family: 'fontAwesome';
    position: absolute;
    left: 0;
    font-size: 13px;
    top: 2px;

}

.mobile-nav ul#additional-menu li.current-menu-item a {
    color: #f06b0d;
}

.mobile-nav {
    margin-bottom: 20px;
}






/*==================all button animations================*/


.header-btn a:after {
    position: absolute;
    content: "";
    height: calc(100% + 12px);
    width: calc(100% + 12px);
    top: -6px;
    left: -6px;
    border-radius: 50px;
    border: 3px solid rgb(220 33 41);
    animation: 1s ease 0s normal none infinite running playbutton;
}

.banner-btn a {
    position: relative;
}


.banner-btn a:after{
	position: absolute;
    content: "";
    height: calc(100% + 12px);
    width: calc(100% + 12px);
    top: -6px;
    left: -6px;
    border-radius: 50px;
    border: 3px solid rgb(225 225 225 / 90%);
    animation: 1s ease 0s normal none infinite running playbutton;
}


@keyframes playbutton
{

	0% {
	  transform: scale(0.95);
	  opacity: 0.9;
	}
	100% {
	  transform: scale(1.15);
	  opacity: 0;
	}

}



/*.header-btn a:after {
    content: "";
    position: absolute;
    top: -50%;
    bottom: -50%;
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.1)),to(hsla(0,0%,100%,.6)));
    background: linear-gradient(90deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.6) 100%);
    width: 45px;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    left: -65%;
    -webkit-animation-name: blick;
    animation-name: blick;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}*/



/*
@keyframes blick
{

	60% {
	  left: 100%;
	}
	100% {
	  left: 130%;
	}
	100%, 15% {
	  left: 110%;
}


}*/


/*==========================About Us=======================*/

a.home {
    color: #fff;
    position: relative;
    padding-right: 20px;
    transition: all 0.5s;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

a.home::after {
    top: 7px;
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    content: "\f101";
    left: 65px;
    font-size: 14px;
}

.why-us-box-cls-1 .elementor-icon.elementor-animation- {
    /*background-image: linear-gradient(100deg, #4c2b81 0%, #894D9F 100%);*/
        background-image: linear-gradient(100deg, #f06b0d 0%, #f56804 100%);
}


.block-left .elementor-widget-wrap,.block-right .elementor-widget-wrap {
    background: rgba(225,225,225,0.2);
    padding: 40px !important;
    border-radius: 5px;
    backdrop-filter: blur(10px);
}

span.number-link a, span.number-link {
    color: #f06b0d;
    font-weight: 700;
}


/*====================contact us=============================*/

.contact-page-box {
    border: 2px solid #f06b0d7d;
    text-align: center;
    transition: .3s linear;
    position: relative;
    overflow: hidden;
    padding: 35px 25px 35px;
    box-shadow: 0px 10px 50px 0px rgb(76 43 129 / 9%);
    height: 100%;
}

.contact-page-box .elementor-icon {
    content: '';
    width: 100px;
    height: 100px;
    line-height: 110px;
    background-color: #f06b0d7d;
    border-radius: 100%;
    transition: all 0.5s;
}
.contact-page-box .elementor-icon svg {
    margin: 30px auto;
}	

.contact-page-box:hover {
    border-color: #f06b0d;
}

.contact-page-box:hover .elementor-icon {
    background: #dc2129 !important;
}

.contact-page-box .elementor-icon svg path {
    fill: #f06b0d ;
    color: #f06b0d ;
}

.contact-page-box:hover .elementor-icon svg path {
    fill: #fff !important;
    color: #fff !important;
}

.contact-page-box h3 {
    margin: 25px 0;
}

.con-page-cls a {
    color: #000;
    font-family: 'Nunito';
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.5s;
}

.con-page-cls a:hover{
	color: #f06b0d;
}


/*========================services----------------*/

.service-main-box {
    padding: 35px 30px 33px 30px;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s ease-in;
    border-radius: 7px;
    box-shadow: 0 3px 18px rgb(72 97 192 / 15%);
    z-index: 2;
    height: 100%;
    padding-bottom: 0;
}


.service-main-box::before {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 50px rgb(166 209 237 / 20%);
    box-shadow: 0 10px 50px rgb(166 209 237 / 20%);
    z-index: -2;
}

.service-main-box:after {
    content: " ";
    width: 95%;
    height: 95%;
    z-index: -3;
    position: absolute;
    top: auto;
    bottom: 1px;
    left: 1px;
    border-radius: 12px;
    /*background-image: linear-gradient(100deg, #4c2b81 0%, #894D9F 100%);*/
        background-image: linear-gradient(100deg, #F06B0D 0%, #AB4C09 100%);
    background-repeat: repeat-x;
    outline: 1px solid transparent;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.service-main-box .elementor-icon svg path {
        color: #f06b0d!important;
    fill: #f06b0d;
}

.service-main-box:hover .elementor-icon {
    animation: hover-icon 1s ease-in;
}

.service-main-box:hover .elementor-icon-box-title {
    color: #f06b0d!important;
}

.service-main-box:hover .elementor-icon-box-description {
    color: #f06b0d!important;
}

.service-main-box:hover .serv-btn-2 a {
    color: #f06b0d!important;
}



@keyframes hover-icon {

	16.65% {
    transform: translateX(8px);
}
33.3% {
    transform: translateX(-6px);
}
49.95% {
    transform: translateX(4px);
}
66.6% {
    transform: translateX(-2px);
}
83.25% {
    transform: translateX(1px);
}
100% {
    transform: translateX(0);
}
}


.service-main-box:hover::after {
    -webkit-transform: rotate(-2deg) translateX(5px) translateY(16px);
    -ms-transform: rotate(-2deg) translateX(5px) translateY(16px);
    transform: rotate(-2deg) translateX(5px) translateY(16px);
}


.service-main-box .elementor-icon-box-title {
    margin-top: 20px;
    margin-bottom: 25px;
    position: relative;
    z-index: 3;
}

.serv-btn-2 {
    margin-top: 20px;
}

.serv-btn-2 a {
    color: #000;
    font-weight: 500;
}


.mobile-nav .sub-menu {
    margin: 0;
    list-style: none;
    margin-top: 15px;
   display: none;
   transition: all 0.5s;
}

.mobile-nav ul#additional-menu .sub-menu li a {
    font-size: 16px;
}

.mobile-nav ul#additional-menu .sub-menu.active {
    display: block;
}

.mobile-nav ul#additional-menu .menu-item-has-children > a:after {
    content: '\f107''';
    font-family: 'FontAwesome';
    position: absolute;
    right: -15px;
    font-size: 15px;
    top: 3px;
}



/*--------------------bottom to top ------------------------*/

.progress-wrap {
    height: 37px;
    width: 37px;
    cursor: pointer;
    display: block;
    position: fixed;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    box-shadow: inset 0 0 0 .1rem rgb(128 130 134 / 25%);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transform: translateY(.75rem);
    transition: .2s linear,margin-right;
    background-color: #fff;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap:after {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    content: "";
    height: 9px;
    line-height: 41px;
    position: absolute;
    left: 15px;
    top: 15px;
    text-align: center;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 9px;
    z-index: 2;
}


.progress-wrap svg.progress-circle path {
    stroke: #f06b0d;
    stroke: #f06b0d;
    stroke-width: 4;
    box-sizing: border-box;
    transition: .2s linear;
    fill: none;
}



/*=========================price-table====================*/

.price-table-cls .elementor-widget-wrap, .price-table-cls-1 .elementor-widget-wrap {
    box-shadow: 0 5px 25px rgba(34,34,34, .1);
    border-radius: 10px;
    background-color: #fff;
        padding: 50px 20px !important;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


.price-table-cls-1 .elementor-widget-wrap:after{
	position: absolute;
	    top: 0;
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    /*background-image: linear-gradient(180deg, #4c2b81 0%, #894D9F 100%);*/
    background-image: linear-gradient(180deg, #F06B0D 0%, #c85300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F06B0D', endColorstr='#c85300',GradientType=0 );
    -webkit-transition: .3s linear;
    transition: .3s linear;
    z-index: -1;
}


.price-table-cls .elementor-widget-wrap:after {
    position: absolute;
    top: -70%;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #02d9f5;
    /*background-image: linear-gradient(180deg, #4c2b81 0%, #894D9F 100%);*/
   	    background-image: linear-gradient(180deg, #F06B0D 0%, #c85300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F06B0D', endColorstr='#c85300',GradientType=0 );
    -webkit-transition: .3s linear;
    transition: .3s linear;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    border-radius: 100%;
}


.price-table-cls .elementor-widget-wrap:hover:after {
    top: 0;
    opacity: 1;
    visibility: visible;
    border-radius: 0;
}


.price-table-cls .elementor-widget-wrap:hover, 
.price-table-cls .elementor-widget-wrap:hover .table-heading-cls h2, 
.price-table-cls .elementor-widget-wrap:hover ul.list-unstyled.mb-0 li,
 .price-table-cls .elementor-widget-wrap:hover .pt_price{
    color: #fff;
}

.price-table-cls .elementor-widget-wrap:hover .icon-bottom-cls .elementor-icon svg path {
    color: #fff;
    fill: #fff;
}


.price-table-cls .elementor-widget-wrap:hover .table-divider-cls .elementor-divider-separator {
    border-color: #fff !important;
}


.price-table-cls .elementor-widget-wrap:hover .table-btn-cls a {
    background-image: linear-gradient(100deg, #fff 34%, #fff 73%) !important;
    /*color: #4861c0;*/
    color: #f06b0d;
}

ul.list-unstyled.mb-0 {
    margin: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

ul.list-unstyled.mb-0 li {
    padding-bottom: 10px;
    font-family: 'Nunito';
    font-size: 17px;
    font-weight: 500;
    color: #7f8080;
}

.pt_price {
    color: #4c2b81;
}

.pt_price small:first-child {
    vertical-align: top;
}

.pt_price small {
    font-size: 14px;
    font-weight: 500;
}

.pt_price span {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin: 0 1px;
}

.pt_price {
    padding-bottom: 30px;
}


.table-text-edit {
    margin-bottom: 0 !important;
}


.price-table-cls-1 .elementor-icon svg path {
    color: #fff;
    fill: #fff;
}

.price-table-cls-1 ul.list-unstyled.mb-0 li {
    color: #fff;
}

.price-table-cls-1 .pt_price {
    color: #fff;
}


.icon-bottom-cls {
    margin-bottom: 0 !important;
}



/*=====================testimonials========================*/

.dvpn_single-review {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px rgba(34, 34, 34, 0.1);
    margin-bottom: 30px;
    padding: 0 45px 45px;
    border-radius: 5px;
    background-image: url(/clients/digism/wp-content/uploads/2023/03/quote-watermark.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 100%;
        margin-top: 45px;

}

.dvpn_single-review {
    margin-left: 20px;
    margin-right: 20px;
}

.dvpn_single-review .quote {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    /* background-color: #4c2b81; */
    background-color: #ff5d31;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.review-content p:nth-child(1), .review-content p:nth-child(3) {
    display: none;
}

.review-content p {
    font-family: 'Nunito';
    color: #000;
    font-size: 17px;
    font-weight: 500;
}


.media.review-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dvpn_single-review .reviewer-img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    margin-right: 20px;
}

.dvpn_single-review .reviewer-img img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}

.reviewer-name span {
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
}

.reviewer-name h4 {
    font-family: 'Nunito';
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

.dvpn_single-review .rating {
    font-size: 14px;
    color: #ff5d31;
    text-shadow: -1px 0 #ff5d31;
}

.dvpn_single-review .rating i:not(:last-child) {
    margin-right: 6px;
}

.slick-carousel1-testi .slick-dots {
    margin: 0;
}


.slick-carousel1-testi .slick-dots button:hover:before {
    color: #4c2b81;
    color: #f06b0d;
}

.slick-carousel1-testi .slick-dots .slick-active button:before {
    /* color: #4c2b81; */
    color: #ff5d31;
    opacity: 1;
}

.slick-carousel1-testi .slick-dots button:before {
    width: 15px;
    height: 15px;
    font-size: 12px;
}


/*============================blog post=============================*/


.dvpn_blog-item img {
    border-radius: 5px 5px 0 0 !important;
    height: 220px !important;
    object-fit: cover;

}
.dvpn_blog-item {
    box-shadow: 0px 0px 30px rgba(34, 34, 34, 0.1);
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}


.dvpn_blog-item .dvpn_blog-info {
    padding: 23px 25px 40px 45px;
    line-height: 1;
    position: relative;
}

.dvpn_blog-item .dvpn_blog-meta {
    font-weight: 400;
    position: absolute;
    top: 0px;
    left: 45px;
    background: #f06b0d;
    padding: 10px 15px;
    border-radius: 50px;
    transform: translateY(-50%);
}

.dvpn_blog-item .dvpn_blog-meta ul li a {
    color: #fff;
    font-family: 'Nunito';
    font-size: 15px;
    font-weight: 600;
}

.dvpn_blog-item .dvpn_blog-meta ul {
    margin: 0;
}

.dvpn_blog-item .dvpn_blog-info h3 {
    margin: 13px 0;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Nunito';
}


.dvpn_blog-item .dvpn_blog-info p {
    line-height: calc(26 / 16);
    margin-bottom: 18px;
}

.dvpn_blog-item .dvpn_blog-info h3 a {
    color: #252525;
    transition: all 0.5s;
}


.dvpn_blog-item .dvpn_blog-info h3 a:hover {
    color: #f06b0d;
   
}

.dvpn_blog-item .dvpn_blog-info p {
    line-height: calc(24 / 16);
    margin-bottom: 18px;
    color: #6E6E6E;
    font-family: 'Nunito';
}

.dvpn_blog-item .dvpn_blog-info a.dvpn_more-btn {
    font-size: 13px;
    color: #f06b0d;
    font-weight: 700;
    font-family: 'Nunito';
    transition: all 0.5s;
    text-transform: uppercase;
}

.dvpn_more-btn i, .dvpn_more-btn svg {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
    transition: .3s;
}


.dvpn_more-btn:hover {
    letter-spacing: 1px;
}

.dvpn_blog-item a {
    text-decoration: none;
}



/*==========================blog-page===========================*/

.blog-top-banner:before {
    content: '';
    position: absolute;
    background: #F06B0D;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.44;
    z-index: -1;
}
.blog-top-banner {
    margin-top: 73px;
    background-image: url(/atcon/wp-content/uploads/2023/04/happy-creative-marketing-team-working-on-new-business-project-in-the-office-1536x1024-1.jpg) !important;
    background-position: 0 -45px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 150px 50px;
    position: relative;
    color: #fff;
    z-index: 1;
}

.blog-top-banner h1 {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Nunito';
    font-weight: 700;
    margin: 0;
}

.main-blog-cls {
    padding: 60px 0;
}


.blog-top-banner .breadcrumbs .current {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}

.blog-top-banner .breadcrumbs a {
    text-decoration: none;
    font-family: 'Nunito';
    font-weight: 400;
}
.blog-top-banner .breadcrumbs {
    text-align: center;
}

.blog-top-banner .breadcrumbs a.home::after {
    top: 4px;
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    content: "\f101";
    left: 59px;
    font-size: 14px;
}

.main-blog-cls .container {
    max-width: 1170px;
}

.main-blog-cls .nav-links {
    text-align: center;
}

.main-blog-cls .nav-links a:hover {
    background: transparent;
    color: #f06b0d;
}
.main-blog-cls .nav-links a {
    background: #f06b0d;
    padding: 5px 15px;
    color: #fff;
    border: 2px solid #f06b0d;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Nunito';
    font-weight: 600;
}
.main-blog-cls .nav-links span {
    background: transparent;
    padding: 5px 15px;
    color: #f06b0d;
    border: 2px solid #f06b0d;
    border-radius: 5px;
    font-family: 'Nunito';
    font-weight: 600;
}



/*======================single-blog==========================*/
.single-post-main-cls main#primary {
    padding-top: 30px;
    padding-bottom: 30px;
}

.single-post-main-cls .entry-title {
    margin: 0;
    font-family: 'Nunito';
    font-weight: 600;
}

.category .entry-meta span.posted-on, .single-post-main-cls .entry-meta span.byline, .single-post-main-cls .entry-meta span.posted-on {
    font-family: Nunito;
    font-size: 15px;
    font-weight: 600;
}

.single-post-main-cls .entry-meta span.posted-on a {
    font-family: Nunito;
    font-size: 15px;
    color: #f06b0d;
    font-weight: 600;
    text-decoration: none;
}


.single-post-main-cls .entry-meta span.byline a {
    color: #f06b0d;
    font-weight: 600;
    text-decoration: none;
      font-family: Nunito;
}

.single-post-main-cls .entry-meta span.posted-on a time {
    margin-right: 5px;
}

.single-post-main-cls footer.entry-footer {
    display: none;
}


.single-post-main-cls .post-navigation .nav-links a:hover {
    background: transparent;
    color: #f06b0d;
}

.single-post-main-cls .post-navigation .nav-links a {
    background: #f06b0d;
    color: #fff;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 5px;
    border: 2px solid #f06b0d;
    transition: all 0.5s;
    font-family: 'Nunito';
    font-weight: 600;
    font-size: 14px;
}

.single-post-main-cls div#comments {
    display: none;
}

.single-post-main-cls .post-thumbnail img {
    width: 100%;
}

/*time.updated {
    display: none!important;
}*/

/*==========================mobile responsive==========================*/


@media(max-width: 320px){
	.mob-res-lotti lottie-player {
    margin: auto;
    width: 300px !important;
    height: 300px !important;
}
}

@media(max-width: 767px){
	span.menu-btn-icon{
		visibility:visible !important;
	}
	
		.col-sm-1 {
    display: block;
}

	body,html{
		overflow-x: hidden;

	}

	.mob-res-lotti lottie-player {
    margin: auto;
    width: 300px !important;
    height: 300px !important;
}

.site-header .col-sm-7 {
    display: none;
}
	
	.site-branding img {
    width: 90px;
}
	
	.col-sm-2.mob-btn-none {
    display: none;
}

.header-btn {
    display: none;
}

.site-header .col-sm-1 {
    width: 20%;
}

.site-header .col-sm-2 {
    width: 70%;
}


.additional-logo {
    margin-bottom: 20px;
}

.additional-logo img {
    width: 135px;
}

.sidenav .canvas-content {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
}

.sidenav {
    max-width: 300px;
}

.sidenav .closebtn {
    right: 25px;
    width: 35px;
    height: 35px;
    top: 30px;
}

.mobile-nav ul#additional-menu li a {
    font-size: 16px;
}

.mobile-nav ul#additional-menu .sub-menu li a {
    font-size: 15px;
}

.mobile-nav ul#additional-menu .menu-item-has-children > a:after {
    top: 1px;
}

.contact-form-col .elementor-widget-wrap {
    padding: 3em 1.5em !important;
    border-radius: 0 0 10px 10px !important;
}

.copyrightdiv .container {
    flex-direction: column;
    text-align: center;
    gap: 10px;
}


.contact-form-left-img .elementor-widget-wrap {
    border-radius: 10px 10px 0 0 !important;
}


div#nav_menu-3 {
    padding-left: 0;
}

.price-table-cls .elementor-widget-wrap, .price-table-cls-1 .elementor-widget-wrap {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
}


.dvpn_single-review {
    margin-right: 5px;
    margin-left: 5px;
}

.reviewer-name h4 {
    font-size: 15px;
}


.dvpn_single-review{
	padding: 0 20px 45px;
}


.reviewer-name span {
    font-size: 15px;
}

.dvpn_single-review .reviewer-img{
	height: 55px;
	width: 55px;
}
}





.rotate-pic-cls img {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    width: 600px;
    height: 600px !important;
    object-fit: fill;
}

.rotate-pic-cls {
    position: absolute !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center !important;
}

@keyframes rotateme
{
	
	0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
	
	
}
.service-box-cls img {
    object-fit: cover;
    height: 300px !important;
}
.service-box-cls .elementor-image-box-content{
    height: 100%;
    
}
.counter-sec:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #171618, #ff5d31);
    animation: animate1 2s linear infinite;
}
.counter-sec .elementor-widget-container:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, #171618, #ff5d31);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}
.counter-sec:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, #171618, #ff5d31);
    animation: animate3 2s linear infinite;
}
.counter-sec .elementor-widget-container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
       background: linear-gradient(to right, #171618, #ff5d31);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}
@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}
@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
}
.counter-sec {
    overflow: hidden;
}

a {
    text-decoration: none;
}
#primary-menu a:hover,#primary-menu a:active {
    color: #ff5d31 !important;
}
.wpb_wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wpb_wrapper li {
    display: flex;
	    align-items: center;
    margin-bottom: 30px;
}
.content-list {
    padding-left: 15px;
}
.img-div-list {
    /* max-width: 123px !important; */
    width: 8%;
}
    .content-list a {
    color: #fff;
}
.about-us-img img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
span.menu-btn-icon {
    visibility: hidden;
}
.project-img img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    border-radius: 20px !important;
}
.project-img:before {
    content: '';
    background: linear-gradient(205deg, #0000 0%, rgba(220,33,41,1) 100%);
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0.7;
    border-radius: 20px;
}
.project-content {
    position: relative;
    margin-bottom: 20px;
	    border-radius: 20px !important;
}
.project-img:before {
    content: '';
    background: linear-gradient(180deg, #0000 50%, #000 100%);
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    opacity: 0.7;
    border-radius: 20px;
    transition: 0.5s all;
    border-radius: 20px;
}
.project-title {
    position: absolute;
    color: #fff;
    bottom: 0;
    z-index: 2;
    font-weight: 800;
    font-size: 19px;
    padding: 20px;
}
.overlay-box {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: #ff5d31;
    border-radius: 50%;
    padding: 9px 15px !important;
    visibility: hidden;
    transition: transform 0.7s;
}
.overlay-box a {
    color: #fff;
    font-size: 19px;
}
.project-img:after {
    position: absolute;
    content: '';
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 0px;
    z-index: 1;
    opacity: 0.5;
    border-radius: 20px;
	transition:0.5s all;
}.project-img:hover:after{
    width: 100%;
}
.project-img:hover:before{
	opacity:0;
}.project-img{transition:0.5s all;}
.project-img:hover .overlay-box{visibility:visible;}
.main-navigation li a:focus{
	outline:none;
}
.about-bread .breadcrumbs a{
color:#fff;	
}
.about-bread .breadcrumbs a:hover{
color:#dc2129;	
}
.about-bread .breadcrumbs .current{
color: #ff5d31;
font-size: 20px;	
}
.about-bread a.home {
    color: #fff;
    position: relative;
    padding-right: 20px;
    transition: all 0.5s;
    font-size: 24px;
}
.about-bread a.home::after {
    top: -6px;
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    content: "\f101";
    left: 72px;
    font-size: 15px;
}
.formea2 input {
    width: 100%;
    max-width: 100%;
    padding: 12px;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: 0 0;
    background-color: #fafafa;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    margin-top: 20px;
}
.formea2 textarea {
    width: 100%;
    max-width: 100%;
    padding: 12px;
    height: 90px;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: 0 0;
    background-color: #fafafa;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    margin-top: 20px;
}
.formea2{
	background: #fff;
    padding: 52px 60px 52px 60px;
    position: relative;
/*     box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 5%); */
}   

.form-col-cls {
    box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 5%);
}

.formea2 input[type="submit"] {
    background: #dc2129;
  
   
    color: #fff !important;
    width: 30%;
    text-align: center;
}
.formea2 h4 {
    text-align: center;
    font-size: 18px;
    color: #7A7A7A;
    font-weight: 400;
}
.thankyoupage {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    background: #000;
    color: #fff;
    border: 5px solid #fc0500;
    border-radius: 2px;
    margin-bottom: 45px;
    margin-top: 45px;
}
.btnmain {
    margin-bottom: 20px;
}
.btnmain a {
    background: #fc0500;
    color: #fff;
    border: 2px solid #fc0500;
    padding: 10px 20px;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;
    border-radius: 30px;
    margin: 10px auto;
}
lottie-player {
    margin: 0 auto;
}
.formea2 input:focus-visible ,.formea2 textarea:focus-visible{
	outline:none;
}
.services2-col .elementor-image-box-wrapper:before {
    position: absolute;
    content: '';
    right: 10px;
    top: 10px;
    bottom: 10px;
    opacity: 0;
    height: 90%;
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: #dc2129;
    /* z-index: 1; */
    right: 10px;
    left: 10px;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
}
.services2-col .elementor-image-box-wrapper {
    position: relative;
}
.services2-col .elementor-image-box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	opacity:0;
	transition:0.5s ease-in-out;
	z-index:1;
}   
.services2-col .elementor-image-box-wrapper img{
	 object-fit: cover;
    height: 300px !important;
}
.services2-col .elementor-image-box-wrapper:after {
    position: absolute;
    content: '';
    right: 10px;
    top: 10px;
    bottom: 10px;
    opacity: 0;
    height: 90%;
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color:#dc2129;
    left: 10px;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: right;
    -o-transform-origin: left;
    transform-origin: left;
}
.services2-col .elementor-image-box-wrapper:hover .elementor-image-box-content{
	opacity:1 !important;
}
.services2-col .elementor-image-box-wrapper:hover:before ,.services2-col .elementor-image-box-wrapper:hover:after {
    opacity: .5;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}
.aboutus-col1, .aboutus-col2 img{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}
.aboutus-col1{
	border-radius: 5px 0 0 5px;
}
.aboutus-col2 .elementor-widget-wrap {
    border-radius: 0 5px 5px 0;
}
@media(min-width: 768px) and (max-width:1024px){
span.menu-btn-icon{
		visibility:visible !important;
	}
	
	.col-sm-1 {
    display: block;
}

	body,html{
		overflow-x: hidden;

	}

	.mob-res-lotti lottie-player {
    margin: auto;
    width: 300px !important;
    height: 300px !important;
}

.site-header .col-sm-7 {
    display: none;
}

.header-btn {
    display: none;
}

.site-header .col-sm-1 {
    width: 10%;
}

.site-header .col-sm-2 {
    width: 40%;
}
	
	.col-sm-2.mob-btn-none {
    display: none;
}
	
	.site-header .row {
    justify-content: space-between;
    align-items: center;
}
}
a.backhome-btn {
    text-decoration: none;
    /* background: #4c2b81; */
    background: #dc2129;
    padding: 14px 18px;
    border-radius: 30px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}
.error-pg-cls {
    width: 50%;
    padding: 80px;
    margin: 0 auto;
    text-align: center;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
section.error-404.not-found {
    padding: 50px 0;
}
header.page-header h1 {
    font-size: 71px;
    margin-bottom: 11px;
    font-weight: 800;
}
/*---------------------home2newservice---*/
.servicenewcol1 .elementor-image-box-content {
    margin-top: -50px;
    /* width: 94%; */
    /* height: 90px; */
    background: #dc2129;
    /* background-color: #fff; */
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 90% !important;
    height: 90px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    padding: 35px 40px 40px 40px;
    border-radius: 10px 10px 10px 10px;
}
.servicenewcol1 p.elementor-image-box-description {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
}  
 .servicenewcol1:hover p.elementor-image-box-description {
    opacity: 1;
    visibility: visible;
}
.servicenewcol1:hover .elementor-image-box-content {
    height: 220px !important;
}
.servicenewcol1:hover img {
    transform: scale(1.2);
}
.servicenewcol1 img {
    border-radius: 20px !important;
    transition: all .5s;
    object-fit: cover;
    height: 300px !important;
}
.servicenewcol1 figure.elementor-image-box-img {
    overflow: hidden;
	border-radius:20px;
}
#newtesti .dvpn_single-review {
    background-color: #fff;
    margin: 10px 10px 10px 10px;
    padding: 10px 40px 40px 40px;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
}
/*---------------------newservices---------------*/
.four-services .elementor-image-box-content {
    position: absolute;
    left: 0;
    top: 55%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    text-align: center;
    right: 0;
    margin-top: 0;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.four-services:hover .elementor-image-box-content {
    opacity: 1;
    visibility: visible;
    margin-top: -15px;
}
.four-services:before:hover{
     opacity: 1;
    visibility: visible;
} 
.four-services:hover:before{
	opacity: 0.8;
    visibility: visible;
}
.four-services:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background: #dc2119;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.four-services {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.four-services:hover{
transform: translateY(-5px);	
}
.four-services img {
    object-fit: cover;
    height: 300px !important;
}
/*---------------------------------new projects---*/
.qodef-gallery-image img {
    width: 100%;
    /* max-width: 300px; */
    height: 400px !important;
	object-fit:cover;
	    transition: all .9s ease-in-out;
}

.main-project-cls2.col-sm-4 {
    padding: 0;
    position: relative;
}
.qodef-gallery-image-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #24262ae6;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    z-index: -1;
}
.qodef-gallery-image-overlay {
    position: relative;
    /* width: 100%; */
    /* height: 100%; */
    /* left: 0; */
    /* top: 0; */
    /* background-color: #24262ae6; */
    /* -webkit-transition: opacity .3s ease-in-out; */
    -moz-transition: opacity .3s ease-in-out;
    /* transition: opacity .3s ease-in-out; */
    z-index: 1;
}
.project2-content {
    position: absolute;
    left: 0;
    top: 55%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    text-align: center;
    right: 0;
    margin-top: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    /* opacity: 0; */
    visibility: hidden;
    webkit-transition: 0.5s;
    transition: 0.5s;
	z-index:3;
}
.main-project-cls2.col-sm-4:hover .project2-content {
    opacity: 1;
    visibility: visible;
    margin-top: -15px;
}

.main-project-cls2.col-sm-4:hover .qodef-gallery-image-overlay {
	opacity:1 !important;
}
.main-project-cls2.col-sm-4:hover .qodef-gallery-image img{
	transform:scale(1.2);
}
.qodef-gallery-image{
	overflow:hidden;
}
.main-project-cls2:hover .qodef-gallery-image-overlay:before {
    opacity: 1;
    z-index: 2;
}





.header-btn {
    text-align: right;
}

/* .col-sm-1 {
    display: none;
} */
#pum-1565 .formea2{
padding:0;}
.pum-theme-1558 .pum-container, .pum-theme-lightbox .pum-container{
box-shadow:none !important;
border:none !important;
}




/*-----new style-----*/

.inn-home-cont-form .wpcf7-text {
    width: 100%;
    font-size: 14px;
    height: 40px;
    background-color: #fdfcfb;
    padding: 0 15px;
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.inn-home-cont-form .wpcf7-textarea {
    width: 100%;
    font-size: 14px;
    height: 120px;
    background-color: #fdfcfb;
    padding: 10px 15px;
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.home-cont-form {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    border-radius: 4px;
    padding: 35px 25px 25px;
    background: #fff;
}
.home-cont-form h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.home-cont-form h5 {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #000;
}
.row-home-cont-form {padding-top: 25px;}
   .sub-btn .wpcf7-submit {
    background: #000 !important;
    padding: 18px 65px !important;
    border-radius: 10px !important;
    font-weight: 600;
    color: #fff !important;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
	border: 0;
}
.sub-btn {text-align: center;}
    
.sub-btn .wpcf7-submit:hover {
    background-color: #ff5d31 !important;
    box-shadow: 0px 5px 14px 4px rgba(30,10,10,0.16);
}

.btn-hover-cust a:hover {
    background-color: #ff5d31 !important;
    box-shadow: 0px 5px 14px 4px rgba(30,10,10,0.16);
}

.wpcf7-form-control:focus-visible {outline: 0;}
   
.contact-page-box i {
    text-align: center !important;
    width: 100% !important;
    line-height: 95px;
}

.formea2  .wpcf7-submit {
    background: #000 !important;
    border-radius: 10px !important;
    font-weight: 600;
    color: #fff !important;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
	border: 0;
	width: 100% !important;
}

 .formea2 .wpcf7-submit:hover {
    background-color: #ff5d31 !important;
    box-shadow: 0px 5px 14px 4px rgba(30,10,10,0.16);
}

.formea2 h2 {text-align: center;}
.csubmit-box {text-align: center;}
    
.formea2  .wpcf7-text {
    width: 100%;
    font-size: 14px;
    height: 40px;
    background-color: #fdfcfb;
    padding: 0 15px;
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 5px;
}
.formea2  .wpcf7-textarea {
    width: 100%;
    font-size: 14px;
    height: 120px;
    background-color: #fdfcfb;
    padding: 10px 15px;
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.contus-info-box .elementor-icon-box-wrapper {
    background: #f9f9f9;
    box-shadow: 0px 3px 10px rgba(0,0,0,.1);
    min-height: 160px;
	padding: 20px;
}

.contus-info-box a {color: #292b2c !important;}
    .contus-info-box .elementor-icon-box-wrapper:hover {
    background-color: #ff5d31;
    box-shadow: 0px 5px 14px 4px rgba(30,10,10,0.16);
}

.contus-info-box .elementor-icon-box-wrapper:hover i {color: #fff;}
   
.contus-info-box .elementor-icon-box-wrapper:hover h3 span {color: #fff;}
    
.contus-info-box .elementor-icon-box-wrapper:hover a {color: #fff !important;}