/*!
Theme Name: grad
Theme URI: 
Author: Palash chandra
Author URI: 
Description: something
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: grad
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.

grad 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.
 */


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

/**
 * Remove the margin in all browsers.
 */


/**
 * Render the `main` element consistently in IE.
 */




/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
@import url('http://fonts.cdnfonts.com/css/made-gentle');
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
	margin-bottom: 15px;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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


/* 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%;
}
.site-header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 9;
}
.cre_title span{
	background: linear-gradient(135deg, #E90C8D 0%, #5544BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.gradienttech-breadcrumb-title span {
	position: relative;
     display: inline-block;
	 background: linear-gradient(135deg, #E90C8D 0%, #5544BF 100%);
	 color: transparent;
	 -webkit-background-clip: text;
	 background-clip: text;
	 background-color: white !important;
	font-size: 45px;
	padding: 2px 15px 2px 15px;
	border-radius: 6px;
}
.gradienttech-breadcrumb-title span::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 6px;
	z-index: -1;
}


.cre_tab_wrapper .ekit-wid-con .elementkit-tab-nav .elementkit-nav-item .elementkit-nav-link{
	text-align: left;
}
.cre_tab_wrapper .elementkit-tab-nav .elementkit-nav-item a.elementkit-nav-link.active {
    padding-left: 20px;
    border-left-width: 7px;
    border-color: #E90C8D;
}
.cre_tab_wrapper .elementkit-tab-nav .elementkit-nav-item a.elementkit-nav-link.active span {
    font-size: 30px;
    font-weight: 700;
}
.cre_tab_style_02 .tab-pane p {
    display: flex;
    justify-content: flex-end;
}
.cre_tab_style_02 .tab-pane ul {
    column-count: 3;
    column-gap: 28px;
}

.cre_tab_style_02 .tab-pane ul li {
    font-size: 17px;
    margin-bottom: 15px;
}

.cre_tab_style_02 .tab-pane h4 {
    margin-bottom: 35px;
    font-size: 30px;
}

.cre_tab_style_02 .tab-pane img {
    float: right;
    margin-top: 50px;
	filter: brightness(0) invert(1);
	bottom: 40px;
	position: absolute;
}

.cre_text_box_wrapper {
    padding: 38px 34px;
    background-color: #fff;
    border-radius: 15px;
	min-height: 365px;
}

.cre_text_box_wrapper h4.title {
    margin-bottom: 0;
    margin-left: 12px;
    color: #0B0A1C;
    font-size: 25px;
    line-height: 30px;
}

.cre_text_box_wrapper p.description {
    margin-top: 13px;
    font-size: 17px;
    line-height: 26px;
}
.gradient_text_btn span.elementor-button-text {
    background: linear-gradient(90deg, #EB008B 0.99%, #BC0881 23.38%, #7C1373 56.6%, #4D1B69 84.68%, #312063 106.16%, #262261 118.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
/* .gradient_text_btn:hover span.elementor-button-text, .cu_btn.btn_2:hover{
	background: linear-gradient(90deg, #EB008B 0.99%, #EB008B 23.38%, #EB008B 56.6%, #EB008B 84.68%, #EB008B 106.16%, #EB008B 118.48%);
} */

.site-header .cu_btn.btn_2:hover{
	-webkit-text-fill-color: #fff;
}
.header_meta {
    background-color: #fff;
    border-radius: 8px;
}
.header_meta:hover {
    background-color: #111;
}
/*.trp-language-switcher > div > a:hover {
    background: #111;
}*/
.ekit-wid-con .elementkit-tab-nav .elementkit-nav-item .elementkit-nav-link{
	text-align: left !important;
}
.offcanvas-header img.site-logo {
    filter: brightness(0.5);
}
.offcanvas .cu_btn.btn_2{
	border: 1px solid #111;
}
.offcanvas .navbar-nav.menu{
	margin: 25px 0;
}
.search_cart i.ti-arrow-right:after {
    content: "\f0a9";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}

.search_cart i.ti-arrow-right {
    position: relative;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: #111;
    font-style: inherit;
    font-size: 28px;
}

.menu-search-form button {
    padding: 0 20px !important;
}
.elementor-1331 .elementor-element.elementor-element-5a9a67a.cre_tab_02 .elementkit-tab-nav .elementkit-nav-link.active {
    border: 0px solid transparent;
}
.site-header .trp-language-switcher {
    width: auto ;
}
.elementor-1331 .elementor-element.elementor-element-5a9a67a.cre_tab_02 .elementkit-tab-nav .elementkit-nav-item a.elementkit-nav-link{
	text-align: left !important;
}
div#content-fea21a264ee2ba62a013 {}

.cre_tab_02 .tab-pane.elementkit-tab-pane img {
    margin: 10px 0 20px;
}

.cre_tab_02 .tab-pane.elementkit-tab-pane h4 {
    margin-bottom: 20px;
}

.cre_tab_02 .tab-pane.elementkit-tab-pane li {
    margin-bottom: 10px;
}

.cre_tab_02 .tab-pane.elementkit-tab-pane ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cre_tab_02 .tab-pane.elementkit-tab-pane ul li {
    position: relative;
    padding: 0 0 0 21px;
}

.cre_tab_02 .tab-pane.elementkit-tab-pane ul li:after {
    position: absolute;
    content: "";
    width: 8.881px;
    height: 8.881px;
    background: linear-gradient(135deg, #E90C8D 0%, #5544BF 100%);
    border-radius: 50%;
    left: 0;
    top: 9px;
}
.home .elementor-element.elementor-element-ebfd51a.e-flex.e-con-boxed.e-con {
    display: none;
}
@media (min-width: 991px) {
	.column_3 .elementor-icon-list-items {
		column-count: 3;
		column-gap: 30px;
	}
	.column_2 .elementor-icon-list-items {
		column-count: 2;
		column-gap: 30px;
	}
}
@media (max-width: 1200px) {
	.elementor-10 .elementor-element.elementor-element-0953240 .elementkit-tab-wraper .elementkit-nav-link.left-pos .ekit-icon-image {
		width: 20px;
		flex: 20px 0 0;
	}
	.cre_tab_wrapper .elementkit-tab-nav .elementkit-nav-item a.elementkit-nav-link.active span {
		font-size: 20px;
	}
	.elementor-10 .elementor-element.elementor-element-0953240 .elementkit-tab-nav .elementkit-nav-link.active {
		margin-right: 0 !important;
	}
	
}
@media (min-width: 991px) and (max-width: 1200px) {
	.cre_assessment_section .assessment_pagination {
		bottom: -26px;
	}
}

@media (max-width: 991px) {
	.elementor-widget-container .cre_assessment_section .assessment_pagination {
		bottom: -34px;
		left: 0;
	}
	.elementor-widget-container .cre_assessment_section .assessment_pagination {
		bottom: -34px;
		left: 0;
	}
	.elementor-widget-container .swiper-pagination-bullet{
		margin: 0 12px;
	}
	.elementor-widget-container .swiper-pagination-bullet:before{
		display: none;
	}
	.elementor-widget-container .banner_slider_controler .swiper_prev, .elementor-widget-container .banner_slider_controler .swiper_next{
		display: none;
	}
	.elementor-widget-container .cre_banner_section .swiper_pagination {
		bottom: 30px;
	}
	.elementor-widget-container .assessment_inner_content {
		margin-top: 0;
	}
	.elementor-widget-container  .cre_assessment_section {
		margin-bottom: 0;
	}
	.cre_banner_section_inner{
		min-height: 400px;
	} 
	
}
@media (max-width: 1200px){
	ul.navbar-nav.search_cart.align-items-center {
		margin: 0 !important;
	}

	.site-header .navbar-toggler {
		margin-left: 0 !important;
	}

	.navbar-toggler span {
		background-color: #fff !important;
	}
}

@media (max-width: 767px){
	p{
		font-size: 16px;
        line-height: 24px;
	}
	.cre_tab_style_02 .tab-pane ul{
		column-count: 1 !important;
		text-align: center;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.cre_tab_style_02 .tab-pane ul li:after{
		display: none;
	}
	.cre_tab_style_02 .tab-pane img {
		bottom: 20px;
	}
	.elementor-10 .elementor-element.elementor-element-0953240 .tab-content .tab-pane {
		padding: 40px 20px 50px 20px !important;
	}
	.elementor-10 .elementor-element.elementor-element-0953240 .elementkit-tab-wraper.vertical .elementkit-tab-nav {
		margin-right: 0 !important;
	} 
	.ekit-wid-con .elementkit-tab-nav .elementkit-nav-item .elementkit-nav-link {
		text-align: center !important;
	}
	.assessment_inner_content {
		text-align: center;
	}
	.elementor-widget-container .cre_assessment_section .assessment_pagination {
		right: 0;
		margin: 0 auto;
		text-align: center;
	}
	.assessment_inner_content {
		text-align: center;
	}

	.cre_text_box_wrapper {
		text-align: center;
	}

	.cre_text_box_wrapper .d-flex.align-items-center {
		justify-content: center;
		display: block !important;
	}
	.cre_text_box_wrapper .d-flex.align-items-center img{
		margin-bottom: 20px;
	}
	.cre_text_box_wrapper h4.title {
		font-size: 20px;
		line-height: 28px;
	}
	.menu-search-form {
		width: 320px;
		right: -60px;
	}
	
	.cre_tab_style_02 .tab-pane h4 {
		text-align: center;
	}
}
@media (max-width: 1025px) and (min-width: 880px){
	.elementor-10 .elementor-element.elementor-element-71c22b9 .elementkit-tab-wraper .elementkit-nav-link, .elementor-10 .elementor-element.elementor-element-0953240 .elementkit-tab-wraper .elementkit-nav-link {
		justify-content: flex-start !important;
	}
}
@media (max-width: 1200px){
	ul.dropdown-menu.show {
		transform: translate3d(0px, 0px, 0px) !important;
		position: static !important;
	}
	.container-fluid.custom_header_width {
		max-width: 880px;
	}
}
@media (max-width: 1440px) and (min-width: 1200px){
	.container-fluid.custom_header_width {
		max-width: 1170px !important;
	}
	.cu_btn {
		padding: 14px 16px !important;
	}
	.menu > .nav-item {
		padding: 28px 15px !important;
	}
}
   
.cre_tab_style_02 .tab-pane ul li {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.cre_tab_style_02 .tab-pane ul li:after {
    position: absolute;
    content: "";
    left: -20px;
    top: 8px;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
}
.assessment_pagination{
	z-index: 9;
}
.menu > .nav-item.submenu .dropdown-menu {
    border-radius: 6px;
}
.site-header.sticky_nav.navbar_fixed .menu > .nav-item > .nav-link:hover {
    color: #e90c8d;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
    position: relative;
    z-index: 1;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
    font-size: 16px;
    line-height: 26px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
    position: absolute;
    left: 0;
    top: 0;
    color: #111;
	content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 9px;
    vertical-align: 0px;
    font-size: 14px;
}
.cre_title_2 span{
	color: #E90C8D;
}
.icon_box_2:hover svg {
    filter: brightness(0) invert(1);
}
.icon_box_2:hover h5, .icon_box_2:hover p {
    color: #fff;
}
@media (max-width: 374px){
	.site-header .site-logo {
		max-width: 100px !important;
	}
}
.site-header.sticky_nav.navbar_fixed .menu > .nav-item > .nav-link:hover {
    color: #e90c8d !important;
}
.custom_header_width .navbar-nav .menu-item-has-children.dropdown.dropdown-submenu::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	right: 15px;
	background: #0b0a1c;
	transform: rotate(-37deg);
	top: 20px;
}
.custom_header_width .navbar-nav .menu-item-has-children.dropdown.dropdown-submenu::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	right: 15px;
	background: #0b0a1c;
	transform: rotate(40deg);
	top: 15px;
}
.custom_header_width .navbar-nav .menu-item-has-children.dropdown.dropdown-submenu{
	color:#000;
}
.custom_header_width .dropdown-menu li a.nav-link {
	color: #000 !important;
}
.custom_header_width .dropdown-menu li a.nav-link:hover{
	color: #e90c8d !important;
}
 

/* Css for elementor  */
.elementor-widget-text-editor .elementor-widget-container p {
	color: #fff;
}

.gradient-box-text p {
	color: #fff;
	font-weight: 400;
	line-height: 54px;
}

.knowing_the_kind.about-us-tab .elementkit-nav-link {
	border: double 2px transparent !important;
	border-radius: 12px !important;
	background-image: linear-gradient(white, white), radial-gradient(circle at top left, #E90C8D,#5544BF);
	background-origin: border-box;
	background-clip: content-box, border-box;
	height: 80px;
}

.knowing_the_kind.about-us-tab .elementkit-nav-link .elementskit-tab-icon {
  padding: 0px 0px 0px 35px;
}
.knowing_the_kind.about-us-tab .elementkit-nav-link .elementskit-tab-title {
  padding: 0px 35px 0px 0px;
}

.knowing_the_kind.about-us-tab .elementkit-nav-link .elementskit-tab-title {
	padding: 0px 35px 0px 0px;
	background: -webkit-linear-gradient(rgb(233, 12, 141, 1), rgb(85, 68, 191, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.knowing_the_kind.about-us-tab .elementkit-nav-link.active .elementskit-tab-title{
	background: none aliceblue;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.elementor-element.cre_tab_02.knowing_the_kind.about-us-tab ul.nav.nav-tabs.elementkit-tab-nav li.elementkit-nav-item a.active {
	border-radius: 12px !important;
}

.ol-gradient-heading h2 {
	background: -webkit-linear-gradient(rgb(233, 12, 141, 1), rgb(85, 68, 191, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.banner_section {
    background-position: 7% 100% !important;
}
@media (min-width: 1200px) and (max-width: 1441px) {
	.banner_section {
		background-position: 48% 100% !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.gradienttech-breadcrumb-title span {
		font-size: 28px;
		padding: 3px 10px 3px 3px;
   }
	.banner_section {
		background-position: 63% 100% !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.elementor-5957 .elementor-element.elementor-element-fcc9a7f .elementkit-tab-nav .elementkit-nav-link {
		margin-bottom: 25px !important;
	}
	.ol-tab-3rd-colum-image .elementor-widget-wrap {
	  margin: 0 !important;
    }
	.gradienttech-breadcrumb-title span {
		font-size: 28px;
		padding: 3px 10px 3px 3px;
   }
	.banner_section {
		background-position: 77% 100% !important;
	}
}

@media (max-width: 767px){
	.gradient-box-text p {
		font-size: 18px !important;
		line-height: 30px !important;
	}
	.knowing_the_kind.about-us-tab .elementkit-tab-wraper.elementskit-fitcontent-tab .elementkit-nav-link {
		margin-bottom: 15px !important; 
		padding: 0px !important;
		margin-left: 10px !important;
	}
	.ol-tab-3rd-colum-image .elementor-widget-wrap {
	  margin: 0 !important;
    }
	.ol-section-all-content .elementor-heading-title{
		font-size: 22px !important;
        line-height: 31px !important;
	}
	
	/* Css For Elementor Tab  */
	.ekit-wid-con .elementkit-nav-item .elementkit-nav-link {
		padding: 10px 10px 10px 10px !important;
	}
	.ekit-wid-con .tab-pane.elementkit-tab-pane .animated p{
		font-size: 14px;
		line-height: 24px;
	}
	.elementkit-nav-item .elementkit-nav-link .elementskit-tab-title {
		font-size: 13px;
	}
	.elementkit-tab-pane .animated.fadeIn h4 {
		font-size: 16px !important;
		line-height: 26px;
		margin-bottom: 5px;
    }
/* 	.gradienttech-breadcrumb-title span {
		font-size: 20px;
		padding: 3px 3px 3px 2px;
    } */
	.gradienttech-breadcrumb-title span {
        font-size: 16px;
        padding: 3px 8px 3px 8px;
        line-height: 2;
    }
	.banner_section {
		background-position: 70% 100% !important;
	}
	.banner_section .elementor-container {
		padding: 0 !important;
	}
	.banner_section p {
        font-size: 16px;
        line-height: 24px;
    }
}

/* About Us Update CSS */
.about-us-service-wrapper .cre_text_box_wrapper {
	min-height: 388px;
}
.cooperations-box-service .cre_text_box_wrapper {
	min-height: 410px;
}
.about-us-page-box-wrapper 

.elementor-element.about-us-page-box-wrapper:hover > .elementor-element-populated {
	background-color: red !important;
}