/*
    Theme Name:   Hello Elementor Child
    Theme URI:    https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
    Description:  Hello Elementor Child Theme - A plain-vanilla & lightweight theme for Elementor page builder
    Author:       Elementor Team
    Author URI:   https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
    Template:     hello-elementor
	Version: 3.4.5
	Stable tag: 3.4.5
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
    License: GNU General Public License v3 or later.
    License URI: https://www.gnu.org/licenses/gpl-3.0.html
    Text Domain: hello-elementor
    Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #203734; 
}

::-webkit-scrollbar-thumb {
	background: #e7413d; 
}

::-webkit-scrollbar-thumb:hover {
	background: #eb8c3f; 
}

body:lang(ar) .style-AR ul.elementor-icon-list-items.elementor-inline-items li.elementor-icon-list-item:after {
    right: 10px;
}

body:lang(ar) #new_header_main .elementor-nav-menu__align-right .elementor-nav-menu li.menu-item a.elementor-item {
    flex-flow: row-reverse;
}

body:lang(ar) .footer_sec1 * {
    text-align: left;
}

body:lang(ar) #new_header_main #new_main_head .elementor-container,
body:lang(ar) #new_header_main #uppersec .elementor-container,
body:lang(ar) #new_header_main #uppersec .elementor-container .innerwrap .elementor-widget-wrap,
body:lang(ar) .footer_sec1 .elementor-container,
body:lang(ar) .footer_sec1 #bottom_footer .elementor-widget-icon-list ul.elementor-icon-list-items,
body:lang(ar) .footer_sec1 #bottom_footer .elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item {
    flex-flow: row-reverse;
}

body:lang(ar) .footer_sec1 #top_footer .info_list .elementor-icon-list-items .elementor-icon-list-item a {
    justify-content: flex-start;
    flex-flow: row-reverse;
}

html,
html body {
	overflow-x: hidden;
}

html body a {
    color: #e9773e;
}

html body p {
    margin: 0;
}

body.hh #site-header,
body.hh #site-footer,
.remove_before h1:before,
.remove_before h2:before,
body.dreamforce h2:before,
.dream_sec_banner .elementor-inner-section .elementor-widget-heading h1:before,
.dream_sec_banner .elementor-inner-section .elementor-widget-heading h2:before,
body.dreamforce .empty_sides .elementor-counter-number-prefix,
body.single-ourvacancy #site-header,
body.single-ourvacancy #site-footer,
body.single-appreciation #site-header,
body.single-appreciation #site-footer,
.contact_banner_new h1.elementor-heading-title:before {
    display: none;
}

body #new_header_main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

#new_main_head.elementor-sticky--active {
    background-color: #fff;
    box-shadow: 0 20px 40px -30px #000;
}

#new_main_head ul.elementor-nav-menu li.menu-item:nth-child(4) a.elementor-item {
    background: #ff4123;
    padding: 13px;
    border-radius: 10px;
    color: #fff;
}
#new_main_head ul.elementor-nav-menu li.menu-item:nth-child(4) a.elementor-item:after {
    display: none !important;
}

#new_main_head ul.elementor-nav-menu li.menu-item:nth-child(4) a.elementor-item:hover {
    background-image: linear-gradient(73deg, #E83338 0%, #EDA635 100%);
}

body.hh .contact_wc #form_blk .gfield {
    margin-bottom: 20px;
}

body.error404 #main_head {
    background: #0d1940;
}

body.single-ourteam .elementor-section .elementor-column .elementor-widget-theme-post-content a.profile-link {
    color: #0d1940;
    font-size: 24px;
}

input,
input:focus,
input:focus-visible {
	outline: none !important;
}

textarea {
	resize: none !important;
	outline: none !important;
}

h1,h2 {
	position: relative;
}

h1:before {
	height: 33px !important;
	width: 36px !important;
	left: -40px;
}

h2:before {
    left: -30px;
}

#main_head {
	position: absolute;
	left: 0;
	right: 0;
}

#main_head.elementor-sticky--effects {
	background-color: #001841;
	padding: 5px 0;
}

#main_head.elementor-sticky--effects .elementor-widget-theme-site-logo img {
	width: 75%;
}

#main_head .inner_wrap #main_nav ul.elementor-nav-menu li.menu-item ul.sub-menu li.menu-item:hover {
	background-image: linear-gradient(73deg, #E83338 0%, #EDA635 100%);
}

#main_head .inner_wrap #main_nav ul.elementor-nav-menu li.menu-item ul.sub-menu li.menu-item a.elementor-sub-item {
	background: transparent;
}

#main_head .inner_wrap #main_nav ul.elementor-nav-menu li.menu-item ul.sub-menu li.menu-item.current-menu-item {
	background-image: linear-gradient(73deg, #E83338 0%, #EDA635 100%);
}

header * {
	transition: all .3s ease;
}

#main_head .inner_wrap #srch_form .elementor-search-form__toggle .fa-search,
#main_head .inner_wrap #phn_blk a.elementor-icon,
.elementor-button:hover {
	background-image: linear-gradient(73deg, #E83338 0%, #EDA635 100%);
}

#main_head .inner_wrap #phn_blk a.elementor-icon i.fa-phone-alt {
	animation: oscillate-rotation 1s infinite ease-in-out;
}

@keyframes oscillate-rotation {
	0% {
		transform: rotate(0) scale(1) skew(0deg);
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(0deg);
	}
	20% {
		transform: rotate(25deg) scale(1) skew(0deg);
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(0deg);
	}
	40% {
		transform: rotate(25deg) scale(1) skew(0deg);
	}
	50% {
		transform: rotate(0) scale(1) skew(0deg);
	}
	100% {
		transform: rotate(0) scale(1) skew(0deg);
	}
}

@-webkit-keyframes oscillate-rotation {
	0% {
		transform: rotate(0) scale(1) skew(0deg);
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(0deg);
	}
	20% {
		transform: rotate(25deg) scale(1) skew(0deg);
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(0deg);
	}
	40% {
		transform: rotate(25deg) scale(1) skew(0deg);
	}
	50% {
		transform: rotate(0) scale(1) skew(0deg);
	}
	100% {
		transform: rotate(0) scale(1) skew(0deg);
	}
}

.elementor-widget-breadcrumbs .elementor-widget-container #breadcrumbs a {
    color: white;
    pointer-events: none;
}

.srvc_lst .elementor-column .srcv_icon_box .elementor-widget-container {
	min-height: 293px;
}

.srvc_lst .elementor-column .srcv_icon_box .elementor-widget-container:hover {
    transform: scale(1.03);
    box-shadow: 0px 0px 25px -5px rgba(0,0,0,.5);
}

.home_sec4 .inner_wrap .srvc_blk .elementor-main-swiper.swiper-container {
	width: calc( 100% - 0px ) !important;
}

.home_sec4 .inner_wrap .srvc_blk .elementor-testimonial {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px -10px rgb(0 0 0 / 50%);
}

.home_sec4 .inner_wrap .srvc_blk .elementor-testimonial .elementor-testimonial__content {
	display: flex;
	flex-flow: column;
}

.home_sec4 .inner_wrap .srvc_blk .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text {
	order: 2;
}

.home_sec4 .inner_wrap .srvc_blk .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text a {
	color: #e63a3c;
}

.home_sec4 .inner_wrap .srvc_blk .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text a:hover {
	color: #eb933f;
}

.home_sec4 .inner_wrap .srvc_blk .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__cite {
	margin: 0 0 15px;
}

.home_sec4 .inner_wrap .srvc_blk .elementor-testimonial .elementor-testimonial__footer {
	background-image: linear-gradient(73deg,#E83338 0%,#EDA635 100%);
	border-radius: 10px;
	padding: 5px 5px 0px;
}

.home_sec4 .inner_wrap .srvc_blk .elementor-testimonial .elementor-testimonial__footer * {
	width: 100%;
}

.home_sec4 .inner_wrap .srvc_blk .elementor-swiper-button {
	right: 0;
	left: 98%;
	top: -80px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
}

.home_sec4 .inner_wrap .srvc_blk .elementor-swiper-button.elementor-swiper-button-prev {
	left: 92.5%;
}

.home_sec4 .inner_wrap .srvc_blk .elementor-swiper-button i {
	background: #fff;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	line-height: 50px;
}

/* NEW TEAM COL */

body.single-ourteam #main_head {
    background: #0f1841;
}

.team_main_sec .inner_wrap .team_post_wrap .ecs-posts {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.team_main_sec .inner_wrap .team_post_wrap .ecs-posts article.ourteam {
    width: 24%;
}

.team_main_sec .inner_wrap .elementor-widget {
    margin-bottom: 0;
}

.team_main_sec .inner_wrap .elementor-widget-image {
    position: relative;
}

.team_main_sec .inner_wrap .elementor-widget-image a {
    width: 100%;
}

.team_main_sec .inner_wrap .elementor-widget-image img {
    object-position: top;
}

.team_main_sec .inner_wrap .elementor-widget-image:before {
    content: '';
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg,#203734,rgb(1 25 66 / 20%),transparent);
}

.team_main_sec .inner_wrap .elementor-widget-button a.elementor-button-link:hover {
    background: transparent;
}

/* NEW TEAM COL */

.value_blk .elementor-widget-container {
	min-height: 171px;
}

.srvc_pg_sec .srvc_lst .elementor-column .srcv_icon_box .elementor-widget-container p.elementor-icon-box-description {
	height: 130px;
	overflow-y: auto;
	padding-right: 10px;
	position: relative;
}

.srcv_icon_box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg,
.quick_sec .quick_sec_col .elementor-widget-icon svg,
.srvc_lst .srcv_icon_box .elementor-icon-box-icon svg {
    height: 70px;
    width: 100%;
}

#rev_int_tbl table {
	border-collapse: separate;
	border-spacing: 0 15px;
}

#rev_int_tbl table tbody tr {
	box-shadow: 0 5px 20px -15px #000;
	transition: all .1s ease;
	background: white;
}

#rev_int_tbl table tbody tr:nth-child(even) {
	background: #fafafa;
}

#rev_int_tbl table tbody tr:hover {
	transform: scale(1.02);
}

#rev_int_tbl table tbody tr td {
	background: transparent;
}

#rev_int_tbl table tbody tr:hover td {
	background: transparent;
}

#rev_int_tbl table tbody tr td:nth-child(2) {
	text-align: center;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

#rev_int_tbl table tbody tr td:nth-child(3) {
	text-align: center;
}

.info_blk a {
	color: #e7413d;
}

body.single-post h2 {
	font-weight: 600;
}

body.category h1.elementor-heading-title:before,
body.single-post h1.elementor-heading-title:before {
	left: -45px;
}

.contact_wc #form_blk input,
.contact_wc #form_blk textarea {
	color: #021642;
	font-family: "Montserrat",Sans-serif;
	font-weight: 500;
	font-size: 16px;
	min-height: 47px;
	padding: 6px 16px;
	border-radius: 4px;
}

.contact_wc #form_blk input::placeholder,
.contact_wc #form_blk textarea::placeholder {
	color: rgb(2 22 66 / 0.5);
}

.contact_wc #form_blk input[type=submit] {
	background-color: #61CE7000;
	color: #021642;
	border-color: #021642;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-radius: 25px 0px 25px 0px;
	padding: 10px 40px 10px 40px;
}

.contact_wc #form_blk input[type=submit]:hover {
	color: #ffffff;
	border-color: #ffffff;
	background-image: linear-gradient(73deg, #E83338 0%, #EDA635 100%);
}

.contact_wc #form_blk a.chosen-single {
	background: #fff;
	height: auto;
	box-shadow: none;
	color: #021642;
	border-color: #021642;
	font-family: "Montserrat",Sans-serif;
	font-weight: 500;
	font-size: 16px;
	min-height: 47px;
	padding: 6px 16px;
	border-radius: 4px;
}

.contact_wc #form_blk a.chosen-single span {
	height: auto;
	line-height: 33px;
}

.contact_wc #form_blk a.chosen-single div b {
	background-position-y: 13px;
}

section.tele_sec4 .inner_sec .elementor-widget-icon-box .elementor-icon-box-wrapper {
    display: flex;
    flex-flow: nowrap;
    align-items: baseline;
}

section.tele_sec4 .inner_sec .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-right: 10px;
}

body.riv1 .elementor-icon-list-items li.elementor-icon-list-item,
body.riv1 .elementor-icon-list-items li.elementor-icon-list-item a {
	align-items: start;
}

body.riv1 .elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon {
	margin-top: 6px;
}

#lnding_pg_form .gform_body {
    padding: 0 25px;
}

#lnding_pg_form .gform_body .gform_fields input,
#lnding_pg_form .gform_body .gform_fields textarea {
    padding: 10px 20px;
    border-color: #001841;
    font-family: "Montserrat",Sans-serif;
    border-radius: 0;
}

#lnding_pg_form .gform_footer {
    padding-bottom: 0;
}

#lnding_pg_form .gform_footer input {
    width: 100%;
    margin-bottom: 0;
    padding: 10px 0;
    fill: #FFF;
    color: #FFF;
    background-color: transparent;
    background-image: linear-gradient(200deg, #EDA635 0%, #E83338 100%);
    font-family: "Montserrat",Sans-serif;
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 0;
}

.footer_sec1 .inner_wrap .inner_sec1 .btn_blk .elementor-button-link:hover {
	background: #fff;
}

.footer_sec1 .inner_wrap .inner_sec .btn_blk a.elementor-button-link {
	background-image: unset;
}

.footer_sec1 .main_wrap .inner_sec .info_col .info_list ul li a .elementor-icon-list-icon {
    margin-top: 4px;
}

.contact_wc.new_sec #form_blk .ginput_container .gform-grid-col {
    display: block;
}

.contact_wc.new_sec #form_blk .ginput_container .gform-grid-col.name_first {
    margin-bottom: 15px;
}

.contact_wc.new_sec .gfield--width-half {
    -ms-grid-column-span: 12 !important;
    grid-column: span 12 !important;
}

.contact_wc.new_sec .gfield--type-name .ginput_container_name {
    display: block;
}

.contact_wc.new_sec #form_blk .ginput_container .gform-grid-col,
.contact_wc.new_sec .gfield--width-half,
.contact_wc.new_sec .gfield--type-textarea .ginput_container_textarea {
    display: block;
    background-color: transparent;
    background-image: linear-gradient(90deg, #EDA635 0%, #E83338 100%);
    padding: 2px;
}

.contact_wc.new_sec .gfield--type-textarea,
.contact_wc.new_sec .gfield--type-textarea .ginput_container_textarea{
    height: 100px !important;
}

.contact_wc.new_sec input,.contact_wc.new_sec textarea {
    border: none;
    border-radius: 0 !important;
}

.contact_wc.new_sec .gform_footer {
    display: inline-block !important;
    padding: 2px !important;
    margin: 25px 0 0 !important;
    border-radius: 30px 0 30px 0 !important;
}

.contact_wc.new_sec .gform_footer input {
    border-radius: 30px 0 30px 0 !important;
    margin: 0 !important;
    border: none !important;
    background: #fff !important;
    font-weight: bold !important;
}

.contact_wc.new_sec .gform_footer,
.contact_wc.new_sec .gform_footer input:hover {
    background-color: transparent !important;
    background-image: linear-gradient(90deg, #EDA635 0%, #E83338 100%);
}

.elementor-widget-archive-posts .elementor-posts-container article {
    flex-flow: wrap;
    align-items: flex-start;
}

.elementor-widget-archive-posts .elementor-posts-container article a.elementor-post__thumbnail__link,
.elementor-widget-archive-posts .elementor-posts-container article .elementor-post__text {
    width: 50% !important;
}

.elementor-widget-archive-posts .elementor-posts-container article a.elementor-post__thumbnail__link {
    padding-right: 30px;
}

.elementor-widget-archive-posts .elementor-widget-container .elementor-posts-container article {
    align-items: center;
}

.elementor-widget-archive-posts .elementor-widget-container .elementor-posts-container article:nth-child(2n) {
    flex-flow: row-reverse;
}

.elementor-widget-archive-posts .elementor-widget-container .elementor-posts-container article:nth-child(2n) a.elementor-post__thumbnail__link {
    padding-right: 0;
    padding-left: 30px;
}

.other_ofc .elementor-container .elementor-column .elementor-widget-wrap .srcv_icon_box .elementor-widget-container {
    min-height: 187px;
}

.elementor-popup-modal {
    top: 78px;
}

body.thank-you-for-submitting-form #main_head.elementor-sticky--effects div#dream-site-logo .elementor-widget-container,
body.dreamforce #main_head.elementor-sticky--effects div#dream-site-logo .elementor-widget-container {
    background-image: url(https://nespon.com/wp-content/uploads/2023/01/white-logo.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 45%;
}

body.thank-you-for-submitting-form #main_head.elementor-sticky--effects div#dream-site-logo .elementor-widget-container img,
body.dreamforce #main_head.elementor-sticky--effects div#dream-site-logo .elementor-widget-container img {
    opacity: 0;
}

body.thank-you-for-submitting-form #main_head.elementor-sticky--effects,
body.dreamforce #main_head.elementor-sticky--effects {
    background-color: #1a403c;
}

body.thank-you-for-submitting-form #main_head .inner_wrap #main_nav ul li a.elementor-item-active,
body.dreamforce #main_head .inner_wrap #main_nav ul li a.elementor-item-active {
    color: #fff;
    fill: #fff;
}

body.thank-you-for-submitting-form #main_head.elementor-sticky--effects .inner_wrap #main_nav ul li a,
body.thank-you-for-submitting-form #main_head .inner_wrap #main_nav ul li ul li a:hover,
body.thank-you-for-submitting-form #main_head.elementor-sticky--effects .inner_wrap #main_nav ul li ul li a:hover,
body.dreamforce #main_head.elementor-sticky--effects .inner_wrap #main_nav ul li a,
body.dreamforce #main_head .inner_wrap #main_nav ul li ul li a:hover,
body.dreamforce #main_head.elementor-sticky--effects .inner_wrap #main_nav ul li ul li a:hover {
    color: #fff;
    fill: #fff;
}

body.thank-you-for-submitting-form #main_head .inner_wrap #main_nav ul li a,
body.thank-you-for-submitting-form #main_head.elementor-sticky--effects .inner_wrap #main_nav ul li ul li a,
body.dreamforce #main_head .inner_wrap #main_nav ul li a,
body.dreamforce #main_head.elementor-sticky--effects .inner_wrap #main_nav ul li ul li a {
    color: #1a403c;
    fill: #1a403c;
}

.dream_sec_banner .elementor-inner-section .elementor-widget-heading h1 {
    background: -webkit-linear-gradient(45deg,#ff3c00, #ff9000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#dreamforce_form form .gfield .ginput_container {
    background: linear-gradient(45deg, #e6313c, #eb9c3f);
    padding: 2px;
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 25px;
}

#dreamforce_form form .gfield .ginput_container input,
#dreamforce_form form .gfield .ginput_container select {
    outline: none;
    border-radius: 100px;
    border: none;
    padding: 14px;
    font-family: "UntitledSans",Sans-serif;
    font-weight: 500;
}

#dreamforce_form form .gfield .ginput_container select {
    padding: 16.54px 14px;
}

#dreamforce_form form .gfield .ginput_container input::placeholder,
#dreamforce_form form .gfield .ginput_container select::placeholder {
    color: #ccc !important;
}

body.dreamforce .elementor-counter,
body.dreamforce .elementor-counter * {
    text-align: left;
}

#dreamforce_form form .gform_footer {
    display: block;
    background: linear-gradient(45deg, #e6313c, #eb9c3f);
    width: min-content;
    margin: 40px auto 0;
    height: 62px;
    border-radius: 100px;
    padding: 3px;
}

#dreamforce_form form .gform_footer input {
    outline: none;
    margin: 0;
    border-radius: 100px;
    line-height: 32px;
    font-size: 25px;
    font-family: "UntitledSans",Sans-serif;
    color: #fff;
    border: none;
    background: #1a403c;
}

#dreamforce_form form .gform_footer input:hover {
    background: linear-gradient(45deg, #e6313c, #eb9c3f);
}

#dreamforce_form form .gform_footer {
    height: 54px;
}

#dreamforce_form.req_a_demo form .gform_footer input {
    outline: none;
    font-family: "UntitledSans",Sans-serif;
    background-color: #fafafa;
    color: #00183f;
    padding: 4px 40px;
    line-height: 40px;
    font-size: 22px;
}

#dreamforce_form.req_a_demo form .gform_footer input:hover {
    color: #fff;
}

#pkg_table th:nth-child(2),
#pkg_table th:nth-child(3),
#pkg_table td:nth-child(2n),
#pkg_table td:nth-child(3n) {
    border: solid 1px;
}

#pkg_table td .fa-check-circle {
    background: white;
    background: -webkit-linear-gradient(120deg,#df3b26 30%,#f57e20 80%);
    background: linear-gradient(120deg,#df3b26 30%,#f57e20 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.elementor-section .elementor-column .scheduleameet_btn .elementor-button-wrapper {
    background: linear-gradient(45deg, #e73d3d, #ec9340);
    border-radius: 100px;
    padding: 2px;
}

.elementor-section .elementor-column .scheduleameet_btn .elementor-button-wrapper .elementor-button-icon i.fas.fa-caret-right {
    background: -moz-linear-gradient(45deg, #e73d3d, #ec9340);
    background: -webkit-linear-gradient(45deg, #e73d3d, #ec9340);
    background: linear-gradient(45deg, #e73d3d, #ec9340);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.elementor-section .elementor-column .scheduleameet_btn .elementor-button-wrapper .elementor-button-link:hover i {
    color: #fff;
    background: unset !important;
    -webkit-text-fill-color: #fff !important;
}

.new_testimonial_wrap .elementor-main-swiper .swiper-pagination {
    top: unset;
    bottom: -50px;
}

.new_testimonial_wrap .elementor-main-swiper .swiper-pagination-progressbar-fill {
    background: #ff4123;
}

body #new_header_main .elementor-widget-search-form .elementor-search-form__toggle {
    position: relative;
}

body #new_header_main .elementor-widget-search-form .elementor-search-form__toggle:after {
    content: 'Search';
    font-size: 18px;
    position: absolute;
    right: -60px;
    top: 3px;
}

body #new_header_main a.elementor-button:hover {
    background: transparent;
}

.new_gallery .elementor-image-gallery .gallery {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}

.new_gallery .elementor-image-gallery .gallery .gallery-item {
    padding: 0 20px 0;
}

.new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(3),
.new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(4),
.new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(16),
.new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(17),
.new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(18) {
    padding: 50px;
}

.new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(7),
.new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(12),
.new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(14),
.new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(15) {
    padding: 60px;
}

.new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(2),
.new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(8) {
    padding: 80px;
}

.new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(5),
.new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(9),
.new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(11),
.new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(13) {
    padding: 90px;
}

.min_height1,
.min_height2 {
    height: 150px;
    overflow: hidden;
    transition: all .3s ease;
}

.min_height1:hover {
    height: 1000px;
}

.min_height2:hover {
    height: 760px;
}

.min_height1:before,
.min_height2:before {
    content: "\f103";
    position: absolute;
    color: #ff4123;
    background-color: #fff;
    bottom: -6px;
    left: 0;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
}

#main_head.certa_header.elementor-sticky--effects .elementor-widget-image {
    background-image: url(https://nespon.com/wp-content/uploads/2023/01/white-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#main_head.certa_header.elementor-sticky--effects .elementor-widget-image img {
    opacity: 0;
}

#main_head.certa_header.elementor-sticky--effects .elementor-nav-menu .menu-item .elementor-item {
    color: #fff;
}

#main_head.certa_header div#srch_form {
    margin-left: 100px;
}

.delivery_model1,
.delivery_model2 {
    margin: 30px 0;
}

.delivery_model1 .elementor-column .elementor-widget-heading {
    margin-bottom: 0;
}

.delivery_model1 .elementor-column .elementor-widget-heading {
    width: 28%;
}

.delivery_model1 .elementor-column .elementor-widget-heading h4 {
    padding: 30px 30px;
    background-color: #ff4123;
}

.delivery_model1 .elementor-column .elementor-widget-heading:nth-child(1) {
    width: 30%;
}

.spn_sec .delivery_model1 .elementor-column .elementor-widget-heading:nth-child(1) {
    width: 35%;
}

.delivery_model1 .elementor-column .elementor-widget-heading:nth-child(1) h4 {
    clip-path: polygon(0 0, 75% 0%, 89% 50%, 75% 100%, 0 100%, 0% 50%);
}

.spn_sec .delivery_model1 .elementor-column .elementor-widget-heading:nth-child(1) h4 {
    clip-path: polygon(0 0,75% 0%,89% 50%,75% 100%,0 100%,0% 50%);
}

.delivery_model1 .elementor-column .elementor-widget-heading:nth-child(2) {
    width: 32%;
    margin-left: -90px;
}

.spn_sec .delivery_model1 .elementor-column .elementor-widget-heading:nth-child(2) {
    width: 35%;
    margin-left: -111px;
}

.delivery_model1 .elementor-column .elementor-widget-heading:nth-child(2) h4 {
    clip-path: polygon(0 0, 75% 0%, 89% 50%, 75% 100%, 0 100%, 13% 50%);padding: 30px 70px;
}

.spn_sec .delivery_model1 .elementor-column .elementor-widget-heading:nth-child(2) h4 {
    clip-path: polygon(0 0,75% 0%,89% 50%,75% 100%,0 100%,14% 50%);
}

.delivery_model1 .elementor-column .elementor-widget-heading:nth-child(3) {
    margin-left: -97px;
}

.spn_sec .delivery_model1 .elementor-column .elementor-widget-heading:nth-child(3) {
    width: 31%;
    margin-left: -111px;
}

.delivery_model1 .elementor-column .elementor-widget-heading:nth-child(3) h4 {
    clip-path: polygon(0 0, 75% 0%, 90% 50%, 75% 100%, 0 100%, 16% 50%);padding: 30px 70px;
}

.spn_sec .delivery_model1 .elementor-column .elementor-widget-heading:nth-child(3) h4 {
    clip-path: polygon(0 0,75% 0%,90% 50%,75% 100%,0 100%,16% 50%);
}

.delivery_model2 .elementor-column .elementor-widget-heading {
    margin-bottom: 0;
    width: 20%;
}

.spn_sec .delivery_model2 .elementor-column .elementor-widget-heading {
    width: 22%;
}

.delivery_model2 .elementor-column .elementor-widget-heading h4 {
    padding: 30px;
    background-color: #1e3734;
}

.delivery_model2 .elementor-column .elementor-widget-heading:nth-child(1) h4 {
    clip-path: polygon(0 0, 75% 0%, 94% 50%, 75% 100%, 0 100%, 0% 50%);
}

.delivery_model2 .elementor-column .elementor-widget-heading:nth-child(2) {
    width: 20%;
    margin-left: -58px;
}

.spn_sec .delivery_model2 .elementor-column .elementor-widget-heading:nth-child(2) {
    width: 25%;
    margin-left: -69px;
}

.delivery_model2 .elementor-column .elementor-widget-heading:nth-child(2) h4 {
    clip-path: polygon(0 0, 75% 0%, 95% 50%, 75% 100%, 0 100%, 19% 50%);
    padding: 30px 55px;
}

.spn_sec .delivery_model2 .elementor-column .elementor-widget-heading:nth-child(2) h4 {
    clip-path: polygon(0 0,75% 0%,95% 50%,75% 100%,0 100%,17% 50%);
}

.spn_sec .delivery_model2 .elementor-column .elementor-widget-heading:nth-child(2) h4 {
    padding: 30px 65px;
}

.delivery_model2 .elementor-column .elementor-widget-heading:nth-child(3) {
    width: 23%;
    margin-left: -57px;
}

.spn_sec .delivery_model2 .elementor-column .elementor-widget-heading:nth-child(3) {
    width: 27%;
    margin-left: -77px;
}

.delivery_model2 .elementor-column .elementor-widget-heading:nth-child(3) h4 {
    clip-path: polygon(0 0, 75% 0%, 94% 50%, 75% 100%, 0 100%, 17% 50%);
    padding: 30px 55px 30px 65px;
}

.spn_sec .delivery_model2 .elementor-column .elementor-widget-heading:nth-child(3) h4 {
    clip-path: polygon(0 0,75% 0%,94% 50%,75% 100%,0 100%,18% 50%);
    padding: 30px 55px 30px 75px;
}

.delivery_model2 .elementor-column .elementor-widget-heading:nth-child(4) {
    width: 25%;
    margin-left: -66px;
}

.spn_sec .delivery_model2 .elementor-column .elementor-widget-heading:nth-child(4) {
    width: 30%;
    margin-left: -84px;
}

.delivery_model2 .elementor-column .elementor-widget-heading:nth-child(4) h4 {
    clip-path: polygon(0 0, 75% 0%, 93% 50%, 75% 100%, 0 100%, 17% 50%);
    padding: 30px 55px 30px 65px;
}

.spn_sec .delivery_model2 .elementor-column .elementor-widget-heading:nth-child(4) h4 {
    padding: 30px 55px 30px 75px;
}

.delivery_model2 .elementor-column .elementor-widget-heading:nth-child(5) {
    width: 17%;
    margin-left: -73px;
}

.spn_sec .delivery_model2 .elementor-column .elementor-widget-heading:nth-child(5) {
    margin-left: -93px;
}

.delivery_model2 .elementor-column .elementor-widget-heading:nth-child(5) h4 {
    clip-path: polygon(0 0, 75% 0%, 95% 50%, 75% 100%, 0 100%, 26% 50%);
    padding: 39px 55px 39px 75px;
}

.spn_sec .delivery_model2 .elementor-column .elementor-widget-heading:nth-child(5) h4 {
    clip-path: polygon(0 0,75% 0%,95% 50%,75% 100%,0 100%,31% 50%);
    padding: 39px 55px 39px 80px;
}

.delivery_model3 {
    padding: 50px 0 0;
}

.delivery_model3 .elementor-column .elementor-widget-heading {
    margin: 0;
    width: 25%;
}

.delivery_model3 .elementor-column .elementor-widget-heading h4 {
    padding: 39px;
    background-color: #d8e0e6;
}

.delivery_model3 .elementor-column .elementor-widget-heading:nth-child(1) h4 {
    clip-path: polygon(0 0,75% 0%,94% 50%,75% 100%,0 100%,0% 50%);
}

.delivery_model3 .elementor-column .elementor-widget-heading:nth-child(2) {
    margin-left: -70px;
}

.spn_sec .delivery_model3 .elementor-column .elementor-widget-heading:nth-child(2) {
    margin-left: -76px;
}

.delivery_model3 .elementor-column .elementor-widget-heading:nth-child(2) h4 {
    clip-path: polygon(0 0,75% 0%,94% 50%,75% 100%,0 100%,19% 50%);
    padding: 39px 49px 39px 71px;
}

.delivery_model3 .elementor-column .elementor-widget-heading:nth-child(3) {
    margin-left: -70px;
}

.spn_sec .delivery_model3 .elementor-column .elementor-widget-heading:nth-child(3) {
    width: 26%;
    margin-left: -78px;
}

.delivery_model3 .elementor-column .elementor-widget-heading:nth-child(3) h4 {
    clip-path: polygon(0 0,75% 0%,94% 50%,75% 100%,0 100%,19% 50%);
    padding: 30px 39px 30px 71px;
}

.delivery_model3 .elementor-column .elementor-widget-heading:nth-child(4) {
    margin-left: -70px;
}

.spn_sec .delivery_model3 .elementor-column .elementor-widget-heading:nth-child(4) {
    margin-left: -80px;
}

.delivery_model3 .elementor-column .elementor-widget-heading:nth-child(4) h4 {
    clip-path: polygon(0 0,75% 0%,94% 50%,75% 100%,0 100%,19% 50%);
    padding: 30px 39px 30px 71px;
}

.elementor-section .elementor-column #strtr_tbl_comm_cloud table tbody tr:hover>th,
.elementor-section .elementor-column #strtr_tbl_comm_cloud table tbody tr:hover>td {
    background-color: unset;
}

.elementor-section .elementor-column #strtr_tbl_comm_cloud table thead th,
.elementor-section .elementor-column #strtr_tbl_comm_cloud table tbody td {
    word-break: auto-phrase;
}

.elementor-section .elementor-column #strtr_tbl_comm_cloud table thead th {
    border-top: none;
}

.elementor-section .elementor-column #strtr_tbl_comm_cloud table thead th:first-child,
.elementor-section .elementor-column #strtr_tbl_comm_cloud table tbody td:nth-child(1) {
    border-left: none;
}

.elementor-section .elementor-column #strtr_tbl_comm_cloud table thead th:nth-child(2),
.elementor-section .elementor-column #strtr_tbl_comm_cloud table tbody td:nth-child(2) {
    border-right: none;
}

.elementor-section .elementor-column #strtr_tbl_comm_cloud table tbody tr:last-child td {
    border-bottom: none;
}

.elementor-section .elementor-column #strtr_tbl_comm_cloud table tbody>tr:nth-child(odd)>td,
.elementor-section .elementor-column #strtr_tbl_comm_cloud table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

.new_pkgs_table .tafe-table,
.new_pkgs_table2 .tafe-table {
    border: none;
}

.new_pkgs_table .tafe-table thead th,
.new_pkgs_table2 .tafe-table thead th {
    color: #FF4400;
    font-family: "UntitledSans", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    border: none !important;
    word-break: auto-phrase;
}

.new_pkgs_table .tafe-table thead th:nth-child(1),
.new_pkgs_table2 .tafe-table thead th:nth-child(1) {
    text-align: left;
}

.new_pkgs_table .tafe-table tbody td,
.new_pkgs_table2 .tafe-table tbody td {
    background: none !important;
    border: none;
    color: #273C39;
    font-family: "UntitledSans", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    word-break: auto-phrase;
}

.new_pkgs_table .tafe-table tbody td:nth-child(2n),
.new_pkgs_table .tafe-table tbody td:nth-child(3n),
.new_pkgs_table2 .tafe-table tbody td:nth-child(2n),
.new_pkgs_table2 .tafe-table tbody td:nth-child(3n) {
    text-align: center;
}

.new_pkgs_table .tafe-table tbody td img,
.new_pkgs_table2 .tafe-table tbody td img {
    height: 25px;
}

.new_pkgs_table .tafe-table tbody tr:nth-child(5) td,
.new_pkgs_table .tafe-table tbody tr:nth-child(6) td,
.new_pkgs_table2 .tafe-table tbody tr:nth-child(11) td,
.new_pkgs_table2 .tafe-table tbody tr:nth-child(12) td {
    color: #FF4400;
    font-family: "UntitledSans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
}

#new_main_head.contactpg_head.elementor-sticky--active .logo_img {
    background-image: url('https://nespon.com/wp-content/uploads/2023/08/MicrosoftTeams-image.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#new_main_head.contactpg_head.elementor-sticky--active .logo_img img {
    opacity: 0;
}

#new_main_head.contactpg_head.elementor-sticky--active ul.elementor-nav-menu a {
    color: #1e3734;
    fill: #1e3734;
    transition: all .1s ease;
}

#new_main_head.contactpg_head.elementor-sticky--active ul.elementor-nav-menu a * {
    transition: all .1s ease;
}

#new_main_head.contactpg_head.elementor-sticky--active ul.elementor-nav-menu a:active {
    background: #ff4123;
    color: #fff;
}

#new_main_head.contactpg_head.elementor-sticky--active ul.elementor-nav-menu ul.sub-menu li a:hover {
    color: #fff !important;
    fill: #fff !important;
    background: #ff4123;
}

#new_contact_form {
    background: #fff;
    padding: 30px 50px 0;
    margin-top: 20px;
}

#new_contact_form form .gform_fields {
    display: flex;
    flex-flow: wrap;
}

#new_contact_form form .gfield input {
    font-family: "UntitledSans",Sans-serif;
}

#new_contact_form form .gfield--type-textarea {
    width: 100%;
}

#new_contact_form form .gfield--type-textarea textarea {
    font-family: "UntitledSans",Sans-serif;
    height: 205px;
    border: solid 2px #000;
    border-radius: 0;
}

#new_contact_form form .gfield:nth-child(1),
#new_contact_form form .gfield:nth-child(2) {
    width: 49%;
}

#new_contact_form form .gfield:nth-child(1) input,
#new_contact_form form .gfield:nth-child(2) input {
    padding: 16px 15px;
    border: solid 2px #000;
    border-radius: 0;
}

#new_contact_form form  .spacer.gfield {
    display: none;
}

#new_contact_form form .gform_footer input {
    position: absolute;
    right: 50px;
    bottom: -35px;
    font-family: "UntitledSans",Sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #203734;
    border-radius: 10px;
    padding: 15px 100px;
    color: #fff;
    border: none;
}

#new_contact_form form .gform_footer input:hover {
    background-image: linear-gradient(73deg,#e83338 0%,#eda635 100%);
}

body.single-post .elementor-section .elementor-widget-theme-post-content iframe {
    height: 350px;
    width: 620px;
    margin: 0 auto;
    display: block;
}

.animate_txt .main_div_typ {
    color: #ff4123;
    display: flex;
    flex-flow: wrap;
    font-size: 28px;
    font-family: "UntitledSans",Sans-serif;
}

body.single-post .elementor-section .elementor-widget-theme-post-content h2 {
    border-left: solid 8px #ff4123;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 26px;
    margin-bottom: 30px;
}

#singlepg_sec .elementor-container .elementor-column .elementor-widget-container h3 {
    font-size: 20px;
}

#singlepg_sec .elementor-container .elementor-column .elementor-widget-container p {
    margin-bottom: 30px;
}

#singlepg_sec .elementor-container .elementor-column .elementor-widget-container ul li {
    margin-bottom: 15px;
}

#singlepg_sec .elementor-container .elementor-column .elementor-widget-container ul {
    padding-left: 15px;
}

#singlepg_sec .elementor-container .elementor-column .elementor-widget-container ul li:last-child {
    margin-bottom: 0;
}

#singlepg_sec .elementor-container .elementor-column .elementor-widget-container .maincontent {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#singlepg_sec .elementor-container .elementor-column .elementor-widget-container .maincontent .contentdiv {
    width: 59%;
}

#singlepg_sec .elementor-container .elementor-column .elementor-widget-container .maincontent .imgdiv {
    width: 39%;
    margin-bottom: 30px;
}

#singlepg_sec .elementor-container .elementor-column .elementor-widget-container .maincontent .imgdiv img {
    height: 270px;
    width: 100%;
    object-fit: cover;
    border-radius: 150px 0;
}

#new_header_main #uppersec .innerwrap #lang_switch .wpml-ls,
#new_header_main #uppersec .innerwrap #lang_switch .wpml-ls * {
    transition: all .1s ease !important;
}

#new_header_main #uppersec .innerwrap #lang_switch .wpml-ls {
    background: url(https://staggingsite.nespon.com/wp-content/uploads/2023/10/Globe-02.png);
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#new_header_main #uppersec .innerwrap #lang_switch .wpml-ls ul {
    position: absolute;
    top: 36px;
    left: -42px;
    opacity: 0;
    visibility: hidden;
    width: 150px;
    z-index: 3;
    background: #1e3734;
    padding-top: 0;
    box-shadow: 0 0 10px #000;
}

#new_header_main #uppersec .innerwrap #lang_switch .wpml-ls:hover ul {
    opacity: 1;
    visibility: visible;
}

#new_header_main #uppersec .innerwrap #lang_switch .wpml-ls ul:before {
    content: 'Languages';
    display: block;
    color: #fff;
    font-size: 20px;
    font-family: "UntitledSans",Sans-serif;
    margin: 10px 10px 0px;
}

#new_header_main #uppersec .innerwrap #lang_switch .wpml-ls ul:after {
    content: '';
    height: 10px;
    width: 10px;
    margin: 0 auto;
    background: #1e3734;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

#new_header_main #uppersec .innerwrap #lang_switch .wpml-ls ul li:hover a {
    color: #fff;
}

#new_header_main #uppersec .innerwrap #lang_switch .wpml-ls ul .wpml-ls-item a:hover {
    color: #ff4123 !important;
}

#new_header_main #uppersec .innerwrap #lang_switch .wpml-ls ul .wpml-ls-item a {
    border: none;
}

#new_header_main #uppersec .innerwrap #lang_switch .wpml-ls ul .wpml-ls-current-language a {
    color: #ff4123;
    font-family: "UntitledSans",Sans-serif;
    font-weight: 500;
}

#new_header_main #uppersec .innerwrap #lang_switch .wpml-ls ul ul {
    box-shadow: none;
    padding-top: 0;
}

#new_header_main #uppersec .innerwrap #lang_switch .wpml-ls ul ul:before,
#new_header_main #uppersec .innerwrap #lang_switch .wpml-ls ul ul:after,
#new_header_main #uppersec .innerwrap #lang_switch .wpml-ls ul .wpml-ls-item a:after {
    display: none !important;
}

#new_header_main #uppersec .innerwrap #lang_switch .wpml-ls ul .wpml-ls-item ul.wpml-ls-sub-menu {
    border: none;
    position: unset;
}

#new_header_main #uppersec .innerwrap #lang_switch .wpml-ls ul .wpml-ls-current-language ul li a {
    color: #fff;
}

#slidersec .innerwrap #sliderwrap .elementor-image-carousel-wrapper .swiper-slide .swiper-slide-image {
    height: 360px;
    width: 100%;
    object-fit: cover;
}

#vdowrap_sec #bg_vdo_blk {
    height: 550px;
    margin: 0;
}

#vdowrap_sec #bg_vdo_blk video {
    height: 550px;
    object-position: 0 20%;
}

#vdowrap_sec .vdo_contant_blk {
    margin-top: -550px;
}

.communitysec .innersec_wrap .elementor-column .elementor-widget-image-box .elementor-image-box-img img {
    height: 250px;
    object-fit: cover;
}

.communitysec .innersec_wrap .elementor-column .elementor-widget-image-box .elementor-image-box-content {
    padding: 0 15px;
}

.communitysec .innersec_wrap .elementor-column .elementor-widget-image-box .elementor-image-box-content h3.elementor-image-box-title {
    z-index: 1;
    position: relative;
}

.communitysec .innersec_wrap .elementor-column .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #ff4123;
    height: 100%;
    width: 100%;
    padding: 50px 10px 10px;
    opacity: 0;
    transition: all .3s ease;
    border-radius: 20px;
}

.communitysec .innersec_wrap .elementor-column .elementor-widget-image-box:hover .elementor-image-box-description {
    opacity: 1;
}

#vcncybanner_vdo,
#vcncybanner_vdo .elementor-widget-video,
#vcncybanner_vdo .elementor-widget-video video {
    height: 570px;
}

#vcncylist_sec .inner_wrap .list_blk article {
    padding: 30px;
    box-shadow: 0 0 30px -15px #000;
    position: relative;
}

#vcncylist_sec .inner_wrap .list_blk article:hover {
    box-shadow: 0 10px 40px -15px #000;
}

#vcncylist_sec .inner_wrap .list_blk article a.elementor-post__read-more {
    position: absolute;
    right: 30px;
    top: 30px;
    background: #1a403c;
    padding: 5px 10px;
    text-transform: uppercase;
}

#vcncylist_sec .inner_wrap .list_blk article h3.elementor-post__title,
#vcncylist_sec .inner_wrap .list_blk article .elementor-post__excerpt {
    display: inline-block;
    width: 70%;
}

div#job_vacancy_form_blk {
    box-shadow: 0 0 40px -15px #000;
    padding: 50px;
}

#job_vacancy_form_blk .job_vacancy_form_wrapper form .gfield .ginput_container input,
#job_vacancy_form_blk .job_vacancy_form_wrapper form .gfield .ginput_container .chosen-container-multi ul.chosen-choices,
#job_vacancy_form_blk .job_vacancy_form_wrapper form .gfield .ginput_container_multiselect select,
#job_vacancy_form_blk .job_vacancy_form_wrapper form .gfield .ginput_container textarea {
    padding: 16px 15px;
    border: solid 2px #000;
    border-radius: 0;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    font-family: "UntitledSans",Sans-serif;
}

#job_vacancy_form_blk .job_vacancy_form_wrapper form .gfield .ginput_container .chosen-container-multi ul.chosen-choices li.search-field input.chosen-search-input {
    padding: 0px;
}

#job_vacancy_form_blk .job_vacancy_form_wrapper form .gfield .ginput_container textarea {
    height: 150px;
}

#job_vacancy_form_blk .job_vacancy_form_wrapper form .gform_footer {
    justify-content: center;
    margin: 0;
    padding: 10px 0 0;
}

#job_vacancy_form_blk .job_vacancy_form_wrapper form .gform_footer input {
    font-family: "UntitledSans",Sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #203734;
    border-radius: 10px;
    padding: 15px 100px;
    color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

#job_vacancy_form_blk .job_vacancy_form_wrapper form .gform_footer input:hover {
    background-image: linear-gradient(73deg,#e83338 0%,#eda635 100%);
}

.vcncycontent .innerwrap .contentwrap h3 {
    position: relative;
}

.vcncycontent .innerwrap .contentwrap h3:before {
    content: '';
    height: 100%;
    width: 6px;
    position: absolute;
    top: -3px;
    left: -20px;
    background: #ff4123;
}

#new_slider_comm .content_col .e-con-inner {
    flex-flow: wrap;
    align-items: center;
    justify-content: flex-start;
}

#course_list_sec #course_innerwrap .elementor-inner-section .elementor-column .elementor-widget-icon-list.crs_lst ul {
    display: flex;
    flex-flow: wrap;
    align-items: baseline;
}

#course_list_sec #course_innerwrap .elementor-inner-section .elementor-column .elementor-widget-icon-list.crs_lst ul li {
    width: 50%;
    margin-bottom: 10px;
    position: relative;
}

#course_list_sec #course_innerwrap .elementor-inner-section .elementor-column .elementor-widget-icon-list.crs_lst ul li .elementor-icon-list-icon {
    position: absolute;
    top: 5px;
}

#course_list_sec #course_innerwrap .elementor-inner-section .elementor-column .elementor-widget-icon-list.crs_lst ul li .elementor-icon-list-text {
    padding: 0 20px 10px;
}

#course_list_sec #course_innerwrap #courses_acc {
    margin-left: 30px;
}

#course_list_sec #course_innerwrap #courses_acc .elementor-accordion .elementor-accordion-item .elementor-tab-title:hover {
    border-left: solid 4px #ff4824;
    margin-bottom: 15px;
}

#course_list_sec #course_innerwrap #courses_acc .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
    border-left: solid 4px #ff4824;
    margin-bottom: 15px;
}

#course_list_sec #course_innerwrap #courses_acc .elementor-accordion .elementor-accordion-item ul {
    list-style: none;
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: 100;
}

#course_list_sec #course_innerwrap #courses_acc .elementor-accordion .elementor-accordion-item ul li {
    padding-left: 30px;
    position: relative;
}

#course_list_sec #course_innerwrap #courses_acc .elementor-accordion .elementor-accordion-item ul li:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    color: #ea4221;
    position: absolute;
    left: 10px;
    top: 4px;
}

#course_list_sec #course_innerwrap #courses_acc .elementor-accordion .elementor-accordion-item h3 {
    font-size: 22px;
}

#course_list_sec #course_innerwrap #courses_acc .elementor-accordion .elementor-accordion-item h4 {
    font-size: 18px;
}

#tool_sec .innerwrap .elementor-inner-section .elementor-column .hover_txt {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 50px 30px;
    border: solid 1px #EAE9F2;
    background: #fff;
    transform: scale(0);
}

#tool_sec .innerwrap .elementor-inner-section .elementor-column:hover .hover_txt {
    transform: scale(1);
    transition: all .3s ease;
}

.ani_temp .elementor-image-box-wrapper figure {
    transform: translateY(0px);
    transition: all .3s ease;
}

.ani_temp .elementor-image-box-wrapper:hover figure {
    transform: translateY(-10px);
}

.upcoming_evnt .elementor-image-box-img img {
    height: 240px;
    object-fit: cover;
}

#team_exp_blk .elementor-image-box-img img {
    height: 397px;
    object-fit: cover;
    object-position: top;
    background-image: linear-gradient(73deg, #E83338 0%, #EDA635 100%);
    padding: 10px;
}

#singlepg_sec .elementor-container .elementor-column .elementor-widget-container .addtoany_content {
    display: none;
}

#share_blog_blk .addtoany_content {
    display: block !important;
}

#singlepg_sec .elementor-container .elementor-column .elementor-widget-container p img {
    height: 350px;
    width: 620px;
    object-fit: cover;
    margin: 30px auto 0;
    display: block;
}

#comments h2.title-comments,
#comments #respond #reply-title {
    border-left: solid 8px #ff4123;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 600;
}

#comments #respond p {
    color: #203734;
    font-family: "UntitledSans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
}

#comments #respond p.comment-form-url {
    display: none;
}

#comments #respond p.comment-form-cookies-consent label {
    margin-bottom: 5px;
}

#comments #respond p,
#comments #respond p label {
    margin-bottom: 15px;
}

#comments #respond p.form-submit {
    margin: 20px 0 0;
}

#comments #respond p.form-submit #submit {
    background: #ff4123;
    padding: 13px;
    border-radius: 10px;
    color: #fff;
}

#cta_form .elementor-widget-container form {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    padding: 0 0 0 40px;
}

#cta_form .elementor-widget-container form .gform_body {
    width: 100%;
}

#cta_form .elementor-widget-container form .gform_body input,
#cta_form .elementor-widget-container form .gform_body textarea {
    background-color: #E7E7E7;
    border: 0;
    border-radius: 0;
    font-family: "UntitledSans", Sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    padding: 16px 20px;
}

#cta_form .elementor-widget-container form .gform_footer {
    padding: 0;
    margin: 15px 0 0;
}

#cta_form .elementor-widget-container form .gform_footer input {
    background-color: #FD4A03;
    color: #ffffff;
    font-family: "UntitledSans", Sans-serif;
    font-weight: 500;
    border-radius: 15px;
    padding: 16px 30px;
    margin: 0;
    border: 0;
    font-size: 18px;
    width: 100%;
}

@media (min-width: 1140px) and ( max-width: 1700px ) {
	/*.elementor-container {*/
	/*	zoom: 85%;*/
	/*}*/

	/*.elementor-container .elementor-container {*/
	/*	zoom: unset;*/
	/*}*/
    
    div#globle_ofc_dropper {
        bottom: -180px;
    }
    
    #ofc_sec {
        padding-bottom: 100px;
    }

	.home_sec1 .elementor-column {
		height: 100%;
	}

	.home_sec1 .elementor-column .elementor-column {
		height: auto;
	}
	
	.map_sec_wrap .elementor-container .main_svg_wrap .elementor-container .accc_logo {
        top: 565px;
    }
    
    .map_sec_wrap .elementor-container .main_svg_wrap .elementor-container .capg_logo {
        top: 610px;
    }
    
    .map_sec_wrap .elementor-container .main_svg_wrap .elementor-container .vod_logo {
        top: 540px;
    }
    
    #vcncybanner {
        height: 570px;
    }
    
    #vcncybanner_vdo .elementor-widget-video video {
        height: 670px;
    }
    
    .approchsec1 {
        background-position: -30% 0 !important;
    }
    
    .approchsec1 .elementor-column .elementor-widget-wrap,
    .approchsec3 .elementor-column .elementor-widget-wrap {
        padding: 120px !important;
    }
    
    .approchsec2 .elementor-column .elementor-widget-wrap {
        padding: 110px !important;
    }
    
    .approchsec3 {
        background-position: -40% 0 !important;
    }
    
    .approchsec4 .elementor-column .elementor-widget-wrap {
        padding: 100px !important;
    }
    
    .approchsec5 {
        background-position: 0 0 !important;
    }
    
    .approchsec5 .elementor-column .elementor-widget-wrap {
        padding: 125px !important;
    }
}

@media ( max-width: 1024px ) {
    #cta_form .elementor-widget-container form {
        padding: 0 0 0 25px;
    }
    
    #cta_form .elementor-widget-container form .gform_body input,
    #cta_form .elementor-widget-container form .gform_body textarea {
        font-size: 14px;
        padding: 13px 20px;
    }
	
	#cta_form .elementor-widget-container form .gform_footer {
        width: 44%;
    }
    
    #cta_form .elementor-widget-container form .gform_footer input {
        padding: 13px 10px;
        font-size: 14px;
    }
    
	h1:before {
		height: 20px !important;
		width: 23px !important;
		left: -20px;
	}

	h2:before {
		display: none;
	}
	
	body #new_header_main .elementor-widget-search-form .elementor-search-form__toggle:after {
        font-size: 16px;
        right: -50px;
        top: 5px;
    }
    
    #new_header_main #uppersec .innerwrap #lang_switch .wpml-ls ul:after {
        left: auto;
        right: 18px;
    }
    
    #new_header_main #uppersec .innerwrap #lang_switch .wpml-ls ul {
        left: -100px;
    }
    
    #new_header_main #uppersec .innerwrap #lang_switch .wpml-ls {
        height: 20px;
    }

	#main_head .inner_wrap #main_nav .elementor-menu-toggle {
		background-image: linear-gradient(73deg, #E83338 0%, #EDA635 100%);
		padding: 9px;
		border-radius: 100%;
	}
	
    .srcv_icon_box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg,
    .quick_sec .quick_sec_col .elementor-widget-icon svg,
    .srvc_lst .srcv_icon_box .elementor-icon-box-icon svg {
        height: 50px;
        width: 100%;
    }

	.home_sec1,
	.home_sec1 .elementor-container,
	.home_sec1 .elementor-container .elementor-inner-section,
	.home_sec4,
	.home_sec4 .elementor-container,
	.home_sec5,
	.home_sec5 .elementor-container {
		height: auto !important;
	}

	.srvc_lst .elementor-column .srcv_icon_box .elementor-widget-container {
		min-height: 255px;
	}

	.home_sec4 .inner_wrap .srvc_blk .elementor-testimonial {
		padding: 15px;
	}

	.home_sec4 .inner_wrap .srvc_blk .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__cite {
		margin: 0 0 5px;
	}

	.home_sec4 .inner_wrap .srvc_blk .elementor-swiper-button.elementor-swiper-button-prev {
		left: 84.5%;
	}

	.home_sec4 .inner_wrap .srvc_blk .elementor-swiper-button {
		left: 93%;
	}

	footer .footer_sec1 .inner_wrap .inner_sec1 .txt_blk {
		width: 100%;
		max-width: 100%;
	}

	footer .footer_sec1 .inner_wrap .inner_sec1 img {
		height: 320px;
	}

    .team_main_sec .inner_wrap .team_post_wrap .ecs-posts article.ourteam {
        width: 32%;
    }

	.value_blk .elementor-widget-container {
		min-height: 210px;
	}
	
	.other_ofc .elementor-container .elementor-column .elementor-widget-wrap .srcv_icon_box .elementor-widget-container {
        min-height: 132px;
    }
    
    .new_gallery .elementor-image-gallery .gallery .gallery-item,
    .new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(4),
    .new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(7),
    .new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(12),
    .new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(14),
    .new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(16) {
        padding: 10px;
    }
    
    .new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(2),
    .new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(3),
    .new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(15),
    .new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(18) {
        padding: 25px;
    }
    
    .new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(8),
    .new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(9),
    .new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(11),
    .new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(13),
    .new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(17) {
        padding: 40px;
    }
    
    .new_gallery .elementor-image-gallery .gallery .gallery-item:nth-child(5) {
        padding: 45px;
    }
    
    #main_head.certa_header div#srch_form {
        margin-left: 0;
    }
    
    .min_height1,
    .min_height2,
    .min_height1:hover,
    .min_height2:hover {
        height: auto;
    }
    
    .min_height1:before,
    .min_height2:before {
        display: none;
    }
    
    #dreamforce_form form .gfield .ginput_container {
        margin-bottom: 0;
    }
    
    #dreamforce_form form .gfield .ginput_container input,
    #dreamforce_form form .gfield .ginput_container select {
        padding: 4px 14px;
    }
    
    #dreamforce_form form .gfield .ginput_container select {
        padding: 6.532px 14px;
    }
    
    #dreamforce_form form .gform_footer {
        margin: 20px auto 0;
        height: 34px;
    }

    #dreamforce_form form .gform_footer input {
        line-height: 12px;
        font-size: 14px;
    }
    
    .new_pkgs_table .tafe-table thead th,
    .new_pkgs_table .tafe-table tbody td,
    .new_pkgs_table .tafe-table tbody tr:nth-child(5) td,
    .new_pkgs_table .tafe-table tbody tr:nth-child(6) td,
    .new_pkgs_table2 .tafe-table thead th,
    .new_pkgs_table2 .tafe-table tbody td,
    .new_pkgs_table2 .tafe-table tbody tr:nth-child(11) td,
    .new_pkgs_table2 .tafe-table tbody tr:nth-child(12) td {
        font-size: 16px;
    }
    
    .new_pkgs_table2 .tafe-table tbody td img,
    .new_pkgs_table .tafe-table tbody td img {
        height: 20px;
    }
    
    body.single-post .elementor-section .elementor-widget-theme-post-content h2 {
        padding-left: 10px;
        padding-top: 5px;
    }
    
    body.single-post .elementor-section .elementor-widget-theme-post-content iframe {
        height: 340px;
        width: 67%;
    }
    
    .animate_txt .main_div_typ {
        font-size: 20px;
    }
    
    #slidersec .innerwrap #sliderwrap .elementor-image-carousel-wrapper .swiper-slide .swiper-slide-image {
        height: 200px;
    }
    
    #vdowrap_sec #bg_vdo_blk {
        height: 430px;
        margin: 0;
    }
    
    #vdowrap_sec #bg_vdo_blk video {
        height: 430px;
        object-position: 0;
    }
    
    #vdowrap_sec .vdo_contant_blk {
        margin-top: -430px;
    }
    
    #team_exp_blk .elementor-image-box-img img {
        height: 200px;
        padding: 5px;
    }
}

@media ( max-width: 767px) {
	h1:before {
		height: 15px !important;
		width: 15px !important;
		left: -20px;
	}
	
	body #new_header_main .elementor-widget-search-form .elementor-search-form__toggle:after {
	    display: none;
	}
	
	#new_header_main #uppersec .innerwrap #lang_switch .wpml-ls ul {
        left: -115px;
    }
    
    #new_header_main #uppersec .innerwrap #lang_switch .wpml-ls ul:after {
        right: 6px;
    }
	
	.elementor-widget-archive-posts .elementor-posts-container article,
	.elementor-widget-archive-posts .elementor-widget-container .elementor-posts-container article:nth-child(2n) {
        flex-flow: column;
    }
    
    .elementor-widget-archive-posts .elementor-posts-container article a.elementor-post__thumbnail__link,
    .elementor-widget-archive-posts .elementor-posts-container article .elementor-post__text {
        width: 100% !important;
        padding: 0 !important;
    }

	.srvc_lst .elementor-column .srcv_icon_box .elementor-widget-container {
        min-height: auto;
    }

	.home_sec4 .inner_wrap .srvc_blk .elementor-swiper-button.elementor-swiper-button-prev {
		left: 30.5%;
	}

	.home_sec4 .inner_wrap .srvc_blk .elementor-swiper-button {
		left: 50%;
		top: -50px;
	}
	
	.team_main_sec .inner_wrap .team_post_wrap .ecs-posts article.ourteam {
        width: 100%;
    }

	.value_blk .elementor-widget-container {
		min-height: auto;
	}
	
	.contact_wc #form_blk .has_first_name span.name_first {
        margin-bottom: 15px;
    }
    
    .contact_wc #form_blk .has_first_name span.name_last {
        margin-bottom: 0;
    }
    
    .other_ofc .elementor-container .elementor-column .elementor-widget-wrap .srcv_icon_box .elementor-widget-container {
        min-height: auto;
    }
    
    #dreamforce_form form .gfield .ginput_container input {
        padding: 5px 10px;
    }
    
    #dreamforce_form form .gfield .ginput_container {
        margin-bottom: 0;
    }
    
    #dreamforce_form form .gform_footer {
        margin: 20px auto 0;
    }
    
    .new_gallery .elementor-image-gallery .gallery {
        justify-content: space-evenly;
    }

    .new_gallery .elementor-image-gallery .gallery .gallery-item {
        width: 35%;
    }

    .new_pkgs_table .elementor-widget-container,
    .new_pkgs_table2 .elementor-widget-container {
        overflow-x: auto !important;
    }
    
    .new_pkgs_table .elementor-widget-container::-webkit-scrollbar,
    .new_pkgs_table2 .elementor-widget-container::-webkit-scrollbar {
    	height: 5px;
    }
    
    .new_pkgs_table .tafe-table tbody tr td:first-child {
        width: 47%;
    }
    
    .new_pkgs_table2 .tafe-table tbody tr td:first-child {
        width: 60%;
    }
    
    .new_pkgs_table .tafe-table thead th,
    .new_pkgs_table .tafe-table tbody td,
    .new_pkgs_table .tafe-table tbody tr:nth-child(5) td,
    .new_pkgs_table .tafe-table tbody tr:nth-child(6) td,
    .new_pkgs_table2 .tafe-table thead th,
    .new_pkgs_table2 .tafe-table tbody td,
    .new_pkgs_table2 .tafe-table tbody tr:nth-child(11) td,
    .new_pkgs_table2 .tafe-table tbody tr:nth-child(12) td {
        font-size: 12px;
    }
    
    .new_pkgs_table2 .tafe-table tbody td img,
    .new_pkgs_table .tafe-table tbody td img {
        height: 15px;
    }
    
    body.single-post .elementor-section .elementor-widget-theme-post-content h2 {
        font-size: 22px;
    }
    
    body.single-post .elementor-section .elementor-widget-theme-post-content ul {
        padding: 20px;
    }
    
    #new_contact_form {
        padding: 0px 20px;
        margin-top: 0;
    }
    
    #new_contact_form form .gform_fields {
        display: flex;
        flex-flow: column;
    }
    
    #new_contact_form form .gfield--type-textarea {
        width: 100%;
        margin: 0;
    }
    
    #new_contact_form form .gfield:nth-child(1),
    #new_contact_form form .gfield:nth-child(2) {
        width: 100%;
        margin: 0;
    }

    #new_contact_form form .gfield:nth-child(1) input,
    #new_contact_form form .gfield:nth-child(2) input {
        padding: 6px 15px;
    }
    
    #new_contact_form form .gform_footer input {
        position: unset;
        width: 100%;
    }
    
    .gform_wrapper.gravity-theme .gform_footer,
    .gform_wrapper.gravity-theme .gform_page_footer {
        margin: 0;
        padding: 0 0 16px;
    }
    
    .elementor-section .elementor-container .elementor-column .sec_img {
        position: unset;
        margin-bottom: -30px;
    }
    
    .elementor-section .elementor-container .elementor-column .elementor-widget-image.circle {
        top: 40%;
        right: 0;
    }
    
    .elementor-section .elementor-container .elementor-column .sec_img img {
        height: 300px;
        object-fit: cover;
        object-position: top;
    }
    
    .elementor-section .elementor-container .elementor-column .sec_img.spain img {
        height: auto;
    }
    
    body.single-post .elementor-section .elementor-widget-theme-post-content iframe {
        height: 240px;
        width: 100%;
    }
    
    .animate_txt .main_div_typ {
        font-size: 16px;
    }   
    
    #vcncylist_sec .inner_wrap .list_blk article a.elementor-post__read-more {
        left: 30px;
        right: unset;
    }
    
    #vcncylist_sec .inner_wrap .list_blk article h3.elementor-post__title {
        margin-top: 40px;
    }
    
    #vcncylist_sec .inner_wrap .list_blk article h3.elementor-post__title,
    #vcncylist_sec .inner_wrap .list_blk article .elementor-post__excerpt {
        width: 100%;
    }
    
    div#job_vacancy_form_blk {
        padding: 35px 15px;
    }
    
    #vdowrap_sec #bg_vdo_blk video {
        object-position: 100% 0;
    }
    
    #course_list_sec #course_innerwrap .elementor-inner-section .elementor-column .elementor-widget-icon-list.crs_lst ul li {
        width: 100%;
        margin-bottom: 5px;
    }
    
    #team_exp_blk .elementor-image-box-img img {
        height: 295px;
    }
}