html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
header .raven-nav-menu-horizontal>.raven-nav-menu a.raven-link-item:not([class*=elementor]) .sub-arrow{
	display:inline-block;
/*     color: #e9374c;
    fill: #e9374c; */
    margin-left: 5px !important;
	font-size:25px;
}
header .menu-item a {
    position: relative;
}

.main_header .sub-menu {
    top: 46px !important;
}
/* .single-career .content {
	 white-space: break-spaces;
} */
header .menu-item a:after {
    background: #0f4e9c;
    position: absolute;
    width: 0%;
    content: "";
    left: 0;
    bottom: -5px;
    transition: 0.5s;
}
header .menu-item .sub-menu a:after{
	display:none;
}
footer .raven-menu-item {
    display: inline-block !important;
}
footer .copyrights a {
    color: #fff;
}
footer .copyrights a:hover {
    color: #0f4e9c;
}

header .menu-item a:hover:after {
    width: 100%;   
}
header .menu-item a:hover {
    color: #0f4e9c !important;  
}
#menu-mobile-menu .btn-menu a {
    background-color: #fff;
	color: #0f4e9c !important;
    width: 100%;
    text-align: center;
    display: block;
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid;
}
#menu-mobile-menu .btn-menu a:hover {
    color: #fff !important;
	background-color: #0f4e9c;
}
footer .raven-nav-menu {
    display: flex;
    flex-wrap: wrap;
}

footer .raven-nav-menu li {
    width: 45%;
}

footer .raven-nav-menu li a {
    padding: 0 !important;
    padding-bottom: 14px !important;
}
/* ERTC PAGE */

#pattern:after{
	background-image: url(../../../../uploads/2023/06/Group-26927-1.png);
	position: absolute;
	top: 35px;
	right: -222px;
	height: 11px;
	width: 196px;
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
}

/* Testimonials */



.main_header .elementor-icon-list-item a:before {
    background: #0f4e9c;
    position: absolute;
    width: 0%;
    height: 2px;
    content: "";
    left: 0;
    bottom: -3px;
    transition: 0.5s;
}
.main_header .elementor-icon-list-item a:hover .elementor-icon-list-text {
   color: #0f4e9c !important;
}
.icon_boxes_sec .elementor-widget-image-box .elementor-widget-container {
        min-height: 170px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main_header .elementor-icon-list-item a:hover:before {
    width: 100%;
}
.icon_boxes_sec .elementor-widget-image-box .elementor-widget-container .elementor-image-box-img {
    min-height: 73px;
}
footer i:hover{
	color: #0f4e9c !important;
}
.lets_connect {
    background: linear-gradient(90deg, #0f4e9c 2.81%, #ED364C 103.09%, #ED364C 103.09%);
   
}
.img_carosal .swiper-slide-image:hover { transform: rotate(360deg);}
.img_carosal .swiper-slide-image {transition: 1s;}
.jupiterx-main {
    z-index: auto !important;
}
.lets_connect .white_btn a {
    background: white;
    color: #ea374c;
    border: 1px solid white !important;
}


.lets_connect .white_btn a:hover {
    background: transparent;
    border: 1px solid white !important;
}
#services .service {
    width: 100%;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 10px;
}

#services .service .elementor-widget-container{
	height: 100%;
	position: relative;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF00;
    box-shadow: 32px 27px 79px 0px rgba(73, 79.99999999999999, 81, 0.03137254901960784);	
}

#services .service .elementor-widget-container:before{
	background: linear-gradient(90deg, #0f4e9c 2.81%, #ED364C 103.09%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    content: "";
    left: 0;
    transition: 0.8s;
	z-index:1;
}
#services .service .elementor-widget-container:hover::before{
	width: 100%;
}

#services .service .elementor-image-box-wrapper{
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}

/* SERVICE PAGE CSS */
.Team-box {
    width: 32%;
	padding-bottom: 55px;
	margin:7px;
	cursor: pointer;
}
/*************
 CTA Popup
 ****************/
#jet-popup-2249 .jet-popup__container {
    width: 50%;
}
.jet-popup__container-content .wpcf7-not-valid-tip {
    display: none;
}

.jet-popup__container-content .wpcf7-not-valid {
    border: 1px solid #0f4e9c;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 8888; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	pointer-events: none;
}

/* Modal Content/Box */
.lets_connect .white_btn{
	width: max-content !important;
}

@media (max-width: 1440px){
	.elementor-13 .elementor-element.elementor-element-6fc215d {
		padding: 70px 10px 0px 10px!important;
	}
}

.jet-popup.jet-popup--front-mode .jet-popup__close-button{
	border-radius: 0px 30px 30px !important;
}

/* The Close Button */

a.close {
    position: absolute;
    top: 5px;
    right: 12px;
	font-size: 40px;
    font-weight: 200;
	color: #aaa;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

button.button {
 	background:none;
  border-top:none;
  border-right:none;
  border-left:none;
  border-bottom:#02274a 1px solid;
  padding:0 0 3px 0;
  font-size:16px;
}

button.button:hover {
  border-bottom:#a99567 1px solid;
  color:#a99567;
}
.overflow_close{
	overflow-y: hidden !important;
}
.raven-nav-menu-horizontal>.raven-nav-menu ul.sub-menu, .raven-nav-menu-horizontal>.raven-nav-menu ul.submenu {
    position: absolute;
    top: 100%;
/*     width: 12em !important; */
    padding: 1rem !important;
    background-color: #fff!important;
    z-index: 100!important;
	box-shadow: 2px 2px #dee2e6;
	border-radius: 0px 0px 20px 20px;
}
/************
 * Privacy Policy
 ***********/

.privacy_sec h2 {
    margin: 30px 0;
}

.privacy_sec ul li, .privacy_sec ol li {
    line-height: 30px;
}
.privacy_sec ul, .privacy_sec ol {
    margin: 0;
    padding: 0 15px;
}
.privacy_sec p {
    margin: 15px 0;
}
.privacy_sec h3 {
    margin: 25px 0 15px;
    line-height: 1.3em;
}

@media only screen and (max-width: 1280px) and (min-width: 1170px)  {
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1140px!important;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 992px)  {
		footer .raven-nav-menu li {
    width: 36.33%;
}
	.icon_boxes_sec .elementor-widget-image-box .elementor-widget-container h3 {
    font-size: 17px !important;
    line-height: 23px !important;
}
	.main_header .raven-menu-item {
    font-size: 17px !important;
}

.main_header .raven-nav-menu {
    justify-content: flex-end !important;
    display: flex !important;
}

.main_header .raven-nav-menu > li:not(:last-child) {
    margin-right: 20px !important;
}
	.main_header .elementor-icon-list-text {
    font-size: 17px !important;
}
	.become_sec .elementor-element-5755f9f {
    width: 87% !important;
}
	.Team-box {
		width: 48%;
	}
	
}

@media only screen and (max-width: 991px) and (min-width: 768px)  {	
	#pattern:after {
		right: -103px;
		width: 100px;
	}
	.icon_boxes_sec .elementor-widget-image-box .elementor-widget-container h3 {
    font-size: 14px !important;
    line-height: 18px !important;
}

.icon_boxes_sec .elementor-inner-section .elementor-column .elementor-element-populated {
    padding-left: 5px !IMPORTANT;
    padding-right: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.icon_boxes_sec .elementor-widget-image-box .elementor-widget-container .elementor-image-box-img {
    min-height: 75px;
}
		footer .raven-nav-menu li {
    width: 50%;
}
	.main_header .raven-menu-item {
    font-size: 13px !important;
}

.main_header .raven-nav-menu {
    justify-content: flex-end !important;
    display: flex !important;
}

.main_header .raven-nav-menu > li:not(:last-child) {
    margin-right: 10px !important;
}
	.Team-box {
		width: 48%;
	}
}


@media only screen and (max-width: 767px) and (min-width: 500px)  {
	.become_sec .elementor-element-5755f9f {
    	width: 70% !important;
	}
	.banner-image img{
		width:70%;
		margin:0 auto;
	}
	.Team-box {
		width: 48% !important;
	}	
}

@media only screen and (max-width: 767px)  {
	.blog_heading .elementor-heading-title{
		min-height:unset !important;
	}
	#pattern:after {
		display: none;
	}
	header .menu-item a:hover:after {
		width: unset !important;
	}
	header .menu-item a:hover {
		color: #fff !important;
	}
	.privacy_sec h2 {
		margin: 10px 0 0;
	}
	a.close {
		top: -4px;
		right: 7px;
		font-size: 32px;
	}
	.Team-box {
		width: 100%;
		margin:0px;
	}
	footer .raven-nav-menu li {
		width: 47.33%;
	}
	.main_header .elementor-button-icon {
		display: none;
	}
	.img_carosal .swiper-slide-image {
		max-width: 70% !important;
		margin: 0px auto !important;
	}
	#services .service{
		max-width: 100%;
		flex-basis: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	li.menu-item-has-children a{
		position: relative;
		display: inline-block;
	}
	li.menu-item-has-children a:after {
		font-family: FontAwesome!important;
		font-size: inherit;
		font-weight: 400;
		content: '\f078';
		position: absolute;
		margin: auto;
		top: -1px;
		left: unset;
		right: -5px;
		color:#fff;
		font-size: 14px;
	}
}
/************
 * contact page form
 ***********/
/*****global******/
li::marker{
	color: #0f4e9c !important;
}


/*blog*/



.box_sec .elementor-widget-wrap{
	box-shadow: none !important;
}

.blog_card img{
	/* 	max-height: 350px !important; */
	height: 400px !important;
	object-fit: cover !important;
	object-position: center !important;
}

.limit .elementor-widget-container{
	overflow: hidden;
	padding-bottom:0px !important;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	min-height: 110px !important;
}


.blog_heading .elementor-heading-title{
	min-height: 70px;
}
/* 
@media only screen and (max-width: 1366px) and (min-width: 1201px)  {
.blog_card img{
min-height: 450px !important;
} */


.blog_menu {
	border: 2px solid #0f4e9c;
	border-radius: 100px;
	padding: 3px 15px 4px !important;
}

/* 
.nav-menu.raven-nav-menu{
align-items: center !important;
} */


.raven-nav-menu li {display: flex !important;}

.raven-nav-menu li a {
	align-items: center;
}

.blog_menu:before {
	content: '';
	background-color: #fff;
	border: 2px solid #0f4e9c;
	width: 12px;
	height: 12px;
	border-left-color: #fff;
	border-top-color: #fff;
	position: absolute;
	bottom: -6px;
	transform: rotate(45deg);
	left: 18px;
}

/* careers popup */
#jet-popup-3506 .jet-popup__container {
    border-radius: 25px !important;
	width: 100% !important;
    max-width: 1150px;
}

#jet-popup-3506 img {
    max-height: 300px;
    object-fit: cover;
    object-position: top;
}

#jet-popup-3506 .elementor-widget-image a {
    display: block;
}

/* #jet-popup-3506 .jet-popup__overlay {
	background-color: transparent !important;
	background-image: none !important;
} */

/* 
job apply form */
.apply .wpcf7-not-valid-tip {
    color: white;
    font-size: 12px;
    line-height: normal;
}

.apply .wpcf7 form.invalid .wpcf7-response-output, .apply .wpcf7 form.unaccepted .wpcf7-response-output {
	 color: white;
     font-size: 18px;
     line-height: normal;
	 margin: 0 !important;
	 padding: 0 !important;
	 border: none !important;
	text-align: center;
}
.apply .wpcf7 form.sent .wpcf7-response-output {
	 color: white;
     font-size: 18px;
     line-height: normal;
	 margin: 0 !important;
	 padding: 0 !important;
	 border: none !important;
	text-align: center;
}
.apply .wpcf7 form.sent label.second {
    color: transparent;
	font-size: 0;
    margin-top: 0px;
}
.apply .wpcf7 .snd-app.hidden .wpcf7-submit {
    display: none;
}
.apply label {
	 color: white;
	 margin-top: 20px;
}
 .apply input {
	 width: 100%;
	 border: none;
	 border-bottom: 1px solid white;
	 padding: 10px 0;
	 margin-bottom: 10px;
	 outline: none;
}
 .apply input[type="text"] {
	 background: url(../../../../uploads/2023/12/userwhite-1.png);
	 background-repeat: no-repeat;
	 background-position: 99%;
}
 .apply input[type="email"] {
	 background: url(../../../../uploads/2023/12/smsnew-1.png);
	 background-repeat: no-repeat;
	 background-position: 99%;
}
 .apply input[type="tel"] {
	 background: url(../../../../uploads/2023/12/callnew-1.png);
	 background-repeat: no-repeat;
	 background-position: 99%;
}
.apply input{
	color: white !important;
}
 .apply input::placeholder {
	 color: white !important;
}
 .apply input[type="file"] {
	 border: none;
	 padding: 75px 50px;
	 border-radius: 30px 30px 30px 0;
	 margin-bottom: 0;
	 border: 1px solid #0f4e9c;
	 position: relative;
}
 .apply input[type="file"]::after {
	 background: url(../../../../uploads/2023/12/Group-1577705762-1-2.png);
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: 180px;
	 background-color: white;
}
.apply input[type="submit"] {
	color: #0f4e9c !important;
	background-color: white !important;
	background-image: none !important;
	border: 1px solid white;
	margin-top: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.apply input[type="submit"]:hover {
	color: white !important;
	background-color: transparent !important;
	background-image: none !important;
}

.apply input:focus {
    border-bottom: 1px solid white !important;
}

.apply input.hidden {
	display: none;
}
