/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.home-sec1 h2{
	position:relative;
}


.header.fixedhead{
	background-color:#002443;
/* 	box-shadow: 0px 0px 10px 0px #002443; */
/* 	height:80px; */
}

.header{
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.home-sec1 h2::after{
	content: '';
    position: absolute;
    width: 26%;
    height: 3px;
    background-color: #F28437;
    bottom: -6px;
    left: 0;
}

.home .elementor-counter-title{
	text-align:center;
}
.about-home-sec1 h2::after{
	width: 10%;
}

.blue-gra2{
	background:linear-gradient(180deg, #002443 0%, #004080 100%);
}

.expertise-box{
	height: fit-content;
	 min-height: 320px;
}

.expertise-box svg{
	 margin-top: 4px;
}

.expertise-box .e-n-accordion-item-title:hover{
	color:#F28437;
}

.expertise-box .elementor-flip-box__back{
	 background: rgb(37,120,71);
	background: linear-gradient(180deg, rgba(37,120,71,0.9) 5%, rgba(166,205,69,0.9) 95%);
}

.expertise-box .elementor-icon-wrapper elementor-view-default{
	display:none;
}


.client-says-sec .elementor-testimonial__name{
	font-size:20px;
}

.new_testimonial .elementor-testimonial__content:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    margin-left: 20px;
    margin-top: 10px;
    color: #F28437 !important;
    font-size: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.copyright a{
	color:#fff;
}

.copyright a:hover{
	color:#F28437;
}

/* About */
@media only screen and (min-width:1024px){
	.about-timeline .elementor-icon-box-description{
		height:72px;
	}
}

/* blog */

.blog-post .elementor-post__read-more:hover{
	color:#002443!important;
}

.blog-post p{
	min-height: 72px;
}
/* contact */

.contactus-sec svg{
	margin-top:13px;
}

.contactus-sec a{
	color:#F28437;
	font-weight:bold;
}

.contactus-sec a:hover{
	text-decoration:underline;
}

/* career */

.career-sec summary{
	justify-content:space-between!important;
	padding-left: 20px !important;
}

.dialog-close-button svg {
    fill: #fff!important;
    height: 2em!important;
    width: 1.3em!important;
}

.dialog-close-button svg:hover {
    fill: #F28437!important;
}

.dialog-lightbox-widget-content{
	border-radius:7px!important;
}

.career-popup button{
	margin-top:20px;
}

.product-sec h2{
	min-height:52px;
	display: flex;
    align-items: center;
}
.product-sec img{
	padding: 16px;
}
@media only screen and (min-width:768px){
	 .home-slide .swiper-slide-inner {
        margin-left:195px;
	}	
	
}

@media only screen and (max-width:768px){
	.home-sec1 h2::after {
		content: '';
		position: absolute;
		width: 26%;
		height: 3px;
		background-color: #F28437;
		bottom: -6px;
		right: 38%;
		left:auto;
	}
}

@media only screen and (min-width:1023px) and (max-width:1199px){
	.elementor-406 .elementor-element.elementor-element-1224934 > .elementor-widget-container,
	.elementor-406 .elementor-element.elementor-element-39d91a0 > .elementor-widget-container {
        margin: 0% 96% 0% -96%!important;
    }
}