/*Font include*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400&display=swap');
@font-face {
	font-family: 'CircularStd';
	src: url("fonts/CircularStdBold.ttf");
}
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
	--FontSmall: 14px;
	--FontNormal: 18px;
	--default-black: #343c44;
	--default-blue: #0a559f;
	--default-grey: #9d9d9d;
	--white: #fff;
	--font-roboto: 'Roboto', sans-serif;
}
body{
	font-family: 'Roboto', sans-serif !important;
	font-size:var(--FontNormal)!important;
	background-color: #fbfbfb !important;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'CircularStd' !important;
}
a, a:hover{
	text-decoration: none;
	color: var(--default-black);
}

.btn-check:active+.btn-dark:focus, .btn-check:checked+.btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show>.btn-dark.dropdown-toggle:focus, .btn-check:focus+.btn-dark, .btn-dark:focus{
	box-shadow: none;
}
.size-35-heading h2{
	font-size: 35px;
	font-weight: 400;
}
.small_grey_heading h6{
	color: var(--default-grey);
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	font-family: var(--font-roboto) !important;
}
.larg_black_blue_head h1{
	font-size: 50px;
	text-transform: uppercase;
	font-weight: bold;
	color: var(--default-black);
	text-align: center;
}
.larg_black_blue_head h1 span{
	color: var(--default-blue);
}
#Astute_Header{
	position: absolute;
	z-index: 2;
	top: 0;
	width: 100%;
}
.HeroSlider{
	z-index: 1;
}
.heroBenner{
	background-size: cover !important;
	background-position: center center !important;
	padding: 160px 0;
    height: 100vh;
    display: flex;
    align-items: center;
	position: relative;
}
.heroBenner:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 10%);
}
.HeroSlider .carousel-caption h1,
.heroBenner h1{
	font-size: 100px;
	color: var(--default-blue);
	margin-bottom: 0;
	line-height: 1;
}
.HeroSlider .carousel-caption h2,
.heroBenner h2{
	font-size: 100px;
	color: var(--default-black);
	line-height: 1;
}
.HeroSlider .carousel-caption p,
.heroBenner p{
	font-size: 32px;
	color: var(--default-black);
	margin-bottom: 40px;
}
.HeroSlider .carousel-caption{
	top: 30% !important;
	text-align: left !important;
}
.BannerButton{
	padding: 25px 50px;
	font-size: 20px;
	font-family: 'CircularStd';
	border-width: 2px;
	border-radius: 10px;
	min-width: 250px;
}
.Top-Contect-Content{
	font-size:var(--FontSmall);
	padding-right: 15px;
}
#Astute_Header:not(.home-header) .Top-Contect-Content{
	color: var(--white);
}
.Top-Contect-Content img{
	padding-right: 5px;
}
.Top-Social-Icons{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.Top-Social-Icons a.social-links{
	padding: 0 5px;
	color: var(--default-black);
	transition: ease all 0.5s;
}
.Top-Social-Icons a.social-links:hover{
	color: var(--default-blue);
}
#Astute_Header:not(.home-header) .Top-Social-Icons a.social-links{
	color: var(--white);
}
#Astute_Header:not(.home-header) .Top-Social-Icons a.social-links:hover{
	color: var(--white);
}
.Top-Most-Header{
	border-bottom: 1px solid rgba(198, 200, 202, 0.6);
	padding: 15px 0;
}
ul.Main-Navigation{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}
ul.Main-Navigation li{
	padding-left: 20px;
}
.main-nav-link{
	font-family: 'CircularStd';
	font-size: 16px;
	text-transform: uppercase;
	transition: ease all 0.5s;
	cursor: pointer;
	position: relative;
	border-bottom: 2px solid transparent;
	padding-bottom: 10px;
}

ul.Main-Navigation li:last-child .main-nav-link{
	border-bottom: 0;
	padding-bottom: 0;
}
.main-nav-link:hover,
.main-nav-link.active{
	color: var(--default-blue)!important;
	border-bottom: 2px solid var(--default-blue);
}

#Astute_Header:not(.home-header) .main-nav-link{
	color: var(--white);
}
#Astute_Header:not(.home-header) .main-nav-link:hover,
#Astute_Header:not(.home-header) .main-nav-link.active{
	color: var(--white)!important;
	border-bottom: 2px solid var(--white);
}
.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.Mobile-Menu {
	position: fixed;
	z-index: 3;
	background-color: var(--default-blue);
	border-left: 1px solid rgba(0,0,0,1);
	overflow: scroll;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.Mobile-Menu .main-nav-link{
	color: var(--white);
	font-size: 16px;
}
.Mobile-Menu .main-nav-link:hover, .Mobile-Menu .main-nav-link.active{
	color: var(--default-black) !important;
}
.slide-menu-right {
	right: -300px;
	top: 0;
	width: 300px;
	height: 100%;
}
button.close-menu{
	color: var(--white);
	background: black;
	border: 1px solid grey;
	border-radius: 5px;
	display: block;
	margin: 40px auto;
	width: 100px;
}
body.smr-open{
	overflow: hidden;
}
body.smr-open .slide-menu-right {
	right: 0
}


/******************************
search box icon start
******************************/
.search-toggle .search-icon.icon-close {
	display: none;
}
.search-toggle.opened .search-icon.icon-search {
	display: none;
}
.search-toggle.opened .search-icon.icon-close {
	display: block;
}

.search-container {
	position: relative;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	max-height: 0;
	overflow: hidden;
	background-color: #eee;
}
.search-container.opened {
	max-height: 100px;
}
.search-container input[type="text"] {
	outline: none;
	max-width: 225px;
	background-color: inherit;
	border: 0;
	padding: 10px;
}
.search-container .search-icon {
	vertical-align: middle;
}

.search-container {
	position: absolute;
	right: 10px;
	top: 70px;
	max-width: 290px;
	width: 100%;
}
ul.Main-Navigation li:last-child .main-nav-link i{
	width: 16px;
}
.search-container button{
	border: none;
}
/******************************
search box icon end
******************************/
.service-box{
	background: var(--white);
	min-height: 270px;
	border: 2px solid var(--white);
	border-radius: 5px;
	transition: ease all 1.5s;
	box-shadow: 0 0 13px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 13px 0 rgba rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 13px 0 rgba rgba(0,0,0,0.15);
}
.services-hover-box:hover{
	background: var(--default-blue);
	transition: ease all 1.5s;
}
.services-hover-box:hover h4{
	color: var(--white);
}
.service-heading-box{
	background-image: url("../images/services_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.Our-Services{
	margin-top: -80px;
}
.service-heading, .astute-service{
	padding: 30px;
}
.service-heading p{
	text-transform: uppercase;
	color: white;
	font-size: 20px;
}
.service-heading h2{
	color: var(--white);
	font-size: 50px;
	max-width: 240px;
	line-height: 1;
	margin-top: 20px;
}
.astute-service h3{
	margin-top: 60px;
	background-image: url("../images/service_arrow.png");
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 25px;
	transition: ease all 0.8s;
}
.Service-Hover .service-box{
	transition: ease all 1.5s;
}
.web_design_and_development .service-box:hover{
	background-image: url("../images/ser-3.png");
	transition: ease all 1.5s;
}
.branding_online_marketing .service-box:hover{
	background-image: url("../images/ser-2.png");
	transition: ease all 1.5s;
}
.mobile_app_development .service-box:hover{
	background-image: url("../images/ser-5.png");
	transition: ease all 1.5s;
}
.social_media_marketing .service-box:hover{
	background-image: url("../images/ser-4.png");
	transition: ease all 1.5s;
}
.service_next_arrow .service-box:hover{
	background-image: url("../images/ser-1.png");
	transition: ease all 1.5s;
}
.Service-Hover .service-box:hover{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: ease all 1.5s;
}
.Service-Hover .service-box:hover h3{
	color: #fff;
}
.Service-Hover .service-box .hover_image{
display: none;
}
.Service-Hover .service-box:hover img{
display: none;
}
.Service-Hover .service-box:hover .hover_image{
display: inline-block;
}
.all-services{
	text-align: center;
}
.all-services h4{
	font-size: 17px;
	color: #5e5e5e;
	margin-top: 40px;
}
.astute-logo-bg{
	background-image: url("../images/astute_logo_bg.png");
	background-repeat: no-repeat;
	background-position: 0 260px;
}
.Our-Story{
	margin-top: 70px;
}
.our-story-short-heading h6{
	text-transform: uppercase;
	font-size: 15px;
	color: #b0b0b0;
	padding-top: 15px;
}
.our-story-heading h1{
	text-transform: uppercase;
	color: var(--default-black);
	font-size: 40px;
}
.our-story-heading h2{
	font-size: 35px;
	margin-top: 40px;
	color: var(--default-black);
}
.default-blue{
	color: var(--default-blue);
}
.our-story-short-heading::after{
	position: absolute;
	content: '';
	width: 1px;
	height: 82%;
	background-color: #d8d8d8;
	left: 50%;
}
ul.story-service{
	list-style: none;
	padding: 0;
	column-count: 2;
	margin-top: 30px;
}
ul.story-service-detail-page{
	column-count: 1;
}
ul.story-service > li > img{
	padding-right: 10px;
}
ul.story-service > li{
	margin-bottom: 10px;
	font-weight: bold;
	display: flex;
	align-items: baseline;
}
.blue-button{
	background-color: var(--default-blue);
	border-color: var(--default-blue);
}
.slide-section{
	background: url("../images/slider_mid_bg.jpg") no-repeat bottom center;
	margin-top: 280px;
	padding-top: 1px;
	position: relative;
	padding-bottom: 80px;
	background-size: cover;
}
.slide-section .owl-carousel {
	margin-top: -200px;
}
.slide-section .owl-carousel .owl-item{
	background-color: #000000;
	transform: scaleY(.9);
	transition: ease all 0.3s;
}
.slide-section .owl-carousel .owl-item.center{
	transform: scaleY(1);
}
.slide-section .owl-carousel .owl-item .item{
	opacity: 0.3;
	transition: ease all 0.3s;
}
.slide-section .owl-carousel .owl-item.center .item{
	opacity: 1;
}
.slide-section .owl-nav{
	position: absolute;
	top: 45%;
	width: 100%;
}
.slide-section .owl-prev {
	left: 13.5%;
	position: absolute;
}
.slide-section .owl-next {
	right: 13.5%;
	position: absolute;
}
.slide-section .owl-prev i, .slide-section .owl-next i{
	color: var(--white);
}
.our-portfolio h2{
	font-size: 44px;
	text-transform: uppercase;
	color: var(--white);
	margin-bottom: 15px;
	line-height: 1;
}


/*counter css*/
.counterBox {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #4e5a61;
	margin-bottom: 15px;
	padding-bottom: 12px;
}

.counterBox img{
	margin-right: 15px;
}
.counterBox .counter{
	font-size: 80px;
	font-weight: 100;
	color: #cfcfcf;
	line-height: normal;
}
.counterBox .iconSign{
	font-size: 40px;
	font-weight: 100;
	color: #cfcfcf;
	margin-bottom: -25px;
	margin-left: -10px;
}
.counterUp p{
	font-size: 25px;
	font-weight: 300;
	color: #cfcfcf;
	margin-bottom: 0;
}

/*core specialties section start*/
.mt_70{
	margin-top: 70px;
}
.core_specialties{
	padding: 100px 0;
	background: url("../images/bg_logo.png") no-repeat top center;
	background-size: cover;
}
.core_special_box{
	padding: 30px 25px;
	cursor: pointer;
}
.border_r{
	transition: transform .2s;
}
.border_l_r{
	border-right: 1px solid #e1e1e2;
	border-left: 1px solid #e1e1e2;
}
.border_r:not(:nth-last-child(-n+3)){
	border-bottom: 1px solid #e1e1e2;
}
.border_r:hover{
	background: var(--white);
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	transform: scale(1.05);
	border-color: transparent;
}
.core_special_box h3{
	font-weight: bold;
	font-size: 25px;
	color: var(--default-black);
	margin-bottom: 20px;
}
.core_special_box p{
	margin-bottom: 0;
	color: #7e7e7e;
	font-size: 17px;
	font-weight: 400;
}
/***********************
	what_we_do start css
***********************/
.what_we_do{
	background: url("../images/we_do_bg.png") no-repeat top center;
	padding-top: 90px;
	background-size: cover;
	padding-bottom: 300px;
}
.what_we_do_head {
	margin-bottom: 50px;
}
.what_we_do_head .larg_black_blue_head h1{
	color: var(--white);
	margin-bottom: 35px;
}
.what_we_do_head p{
	max-width: 790px;
	margin: 0 auto;
	color: var(--white);
	text-align: center;
}
.we_do_box{
	border: 3px solid var(--white);
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	height: 100%;
	display: inline-block;
	width: 100%;
	/*pointer-events: none;*/
}
.we_do_box img{
	margin-bottom: 15px;
}
.we_do_box h4{
	color: var(--white);
	margin-bottom: 0;
}




/*************************
video_wrap start css
**************************/
.video_section{
	margin-top: -200px;
}
.video_wrap{
	position: relative;
}
.video_icon_box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.video_icon{
	background: var(--white);
	color: var(--default-blue);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	padding: 47px;
	position: relative;
	font-size: 25px;
	animation: pulse-animation 1.5s infinite;
	box-shadow: 0 0 1px 1px var(--white);
	border: 4px solid;
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0 rgb(10 85 159);
	}
	100% {
		box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

/*****************
testimonials start css
******************/
.testimonial_slider{
	padding: 80px 0;
	background: url("../images/testimonial_pattern_bg.png") no-repeat bottom center;
}
.testimonial_slider_head .larg_black_blue_head h1{
	margin-bottom: 35px;
}
.testimonial_slider_head {
	margin-bottom: 70px;
}
.testimonial_slider_head p{
	max-width: 970px;
	margin: 0 auto;
	text-align: center;
}
#customers-testimonials .testimonials_cont {
	opacity: 1;
	transform: scale3d(0.9, 0.9, 1);
	-webkit-transform: scale3d(0.9, 0.9, 1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	padding: 50px 30px;
	margin: 30px 0;
}
#customers-testimonials .owl-item.active.center .testimonials_cont {
	opacity: 1;
	transform: scale3d(1.0, 1.0, 1);
	-webkit-transform: scale3d(1.0, 1.0, 1);
	background: var(--white);
	box-shadow: 0 0 30px rgb(0 0 0 / 15%);
}
.testimonial_content_box{
	text-align: center;
	position: relative;
}
.testimonial_content_box:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	width: 20px;
	height: 2px;
	background: #eee;
}
#customers-testimonials .owl-item .testimonial_content_box img{
	width: auto;
	margin: 0 auto 25px;
}
#customers-testimonials .owl-item .blue_quote{
	display: none;
}
#customers-testimonials .owl-item.active.center .blue_quote{
	display: block;
}
#customers-testimonials .owl-item.active.center .black_quote{
	display: none;
}
.testimonial_content_box p{
	color: #343c44;
	font-style: italic;
	font-size: 17px;
	/* height: 100px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;*/
}
.testimonial_customers{
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
.testimonial_customer_img{
	margin-right: 20px;
	border-radius: 50%;
}
.testimonial_customer_name h6{
	margin-bottom: 5px;
	font-size: 16px;
	color: #2a293b;
}
.testimonial_customer_name p{
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	color: var(--default-blue);
}
.center .testimonial_customer_name p{
	color: #9d9d9d;
}
.center .testimonial_customer_name h6{
	color: var(--default-blue);
}
.owl-dots{
	text-align: center;
}
.owl-dots span{
	background: transparent;
	border-radius: 50%;
	display: block;
	margin: 5px 7px;
	height: 10px;
	width: 10px;
	border: 2px solid #b0b0b0;
}
.owl-dots .active span{
	background: var(--default-blue);
	border-color: var(--default-blue);
}

/**************************
our_team section css start
**************************/
.our_team{
	background: url("../images/team_bg.png") no-repeat center center;
	background-size: cover;
	padding: 100px 0 90px;
}
.team_main_box{
	position: relative;
	border: 5px solid #efefef;
    border-radius: 5px;
}
.team_main_box .team_description{
	position: absolute;
	left: 0;
	bottom: 10px;
	background: var(--default-blue);
	padding: 25px 20px;
	border-radius: 0 60px 60px 0;
	min-width: 244px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.team_main_box .team_description h4{
	color: var(--white);
	margin-bottom: 0;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.team_main_box .team_description p{
	color: #fff;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 500;
}
.team_main_box img{
	width: 100%;
}
.social_icon_link{
	border: 2px solid var(--white);
	background: var(--default-black);
	color: var(--white);
	cursor: pointer;
	border-radius: 50%;
	padding: 12px 16px;
	font-size: 12px;
	margin-right: -32px;
}
.social_icon_link:hover{
	color: var(--white);
}
.popover{
	background: none;
	border: none;
}
.popover-body{
	background: var(--default-blue);
	border-radius: 25px 25px 0 25px;
}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after{
	border-top-color: var(--default-blue);
}
.icon_dropdwon_box.height_auto{
	height: auto;
}

.icon_dropdwon_box a{
	display: inline-block;
	margin: 5px 0;
}
.icon_dropdwon_box a i{
	color: var(--white);
}
.icon_dropdwon_box a:hover i{
	opacity: .8;
}
.our_team .owl-dots{
	margin-top: 45px;
}
.our_team .owl-dots .active span {
	background: var(--white);
	border-color: var(--white);
}
.our_team .our-portfolio {
	margin-bottom: 90px;
}

/**************************
client section css start
**************************/
.client_section{
	padding: 100px 0 90px;
}
.client_section .owl-carousel .owl-item img {
	width: auto;
	max-width: 100%;
	margin: auto;
}
.client_section .owl-dots{
	margin-top: 45px;
}
.client_slider_img img{
	filter: grayscale(100%);
}
.client_slider_img:hover img{
	filter: grayscale(0%);
}

/**********************************
    footer
**********************************/
footer{
	background: url('../images/footer_bg.jpg') no-repeat center;
	background-size: cover;
	padding: 100px 0;
}
.footer_detail_content{
	margin-top: 50px;
}
.footer_content h6{
	font-size: 18px;
	font-weight: 500;
	color: var(--white);
	text-shadow: 0 3px 3px rgb(0 0 0 / 50%);
}
.footer_content p{
	color: var(--white);
	margin-bottom: 0;
}
.footer_icon{
	margin-bottom: 15px;
	min-height: 35px;
}
.footer_border{
	border-left: 1px solid var(--white);
	border-right: 1px solid var(--white);
}
.footer_nav ul{
	list-style: none;
	padding-left: 0;
}
.footer_nav ul li{
	display: inline-block;
	margin: 0 14px;
}
.footer_nav ul li a{
	font-size: 18px;
	font-weight: 500;
	color: var(--white);
	text-shadow: 0 3px 3px rgb(0 0 0 / 50%);
	text-decoration: none;
}
.footer_nav ul li a:hover {
	color: var(--default-blue);
}
.copyright p{
	color: var(--white);
	font-size: 18px;
}
.footer_social_icons ul li{
	margin: 0 5px;
}

/***********************
about us page css
************************/
.inner_wrapper .Our-Story{
	margin-top: 0;
	padding-top: 100px;
	padding-bottom: 100px;
}
.inner_wrapper .astute-logo-bg{
	background-position: 0 0;
}
.inner_wrapper:not(.services_page) .slide-section{
	margin-top: 0;
	padding-top: 80px;
}
.inner_wrapper .inner_banner{
	padding-top: 240px;
	padding-bottom: 50px;
	min-height: 500px;
	position: relative;
}
/* .inner_wrapper .inner_banner::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0a559f;
} */
.inner_wrapper .inner_banner .larg_black_blue_head h1{
	text-transform: capitalize;
}
.inner_wrapper .inner_banner .breadcrumb{
	justify-content: center;
}
.inner_wrapper .inner_banner .breadcrumb-item+.breadcrumb-item::before{
	content: url('../images/white_arrow.png');
	margin-right: 10px;
}
.inner_wrapper .inner_banner .breadcrumb li{
	padding: 0 10px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: var(--white);
}
.inner_wrapper .inner_banner .breadcrumb li a{
	color: var(--white);
}
.inner_wrapper .inner_banner .breadcrumb li:hover a{
	color: var(--white);
}
.inner_wrapper .inner_banner .larg_black_blue_head h1,
.inner_wrapper .inner_banner .larg_black_blue_head h1 span{
	color: var(--white);
}


/***********************
services page css
************************/
.inner_wrapper .Our-Services{
	margin-top: 0;
	padding: 100px 0 70px;
}

/***********************
services page css
************************/
.partners_inner {
	padding: 100px 0 100px;
}
.partner_inner_box{
	background: var(--white);
	-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	padding: 40px 20px;
}
.partner_inner_box img{
	filter: grayscale(100%);
}
.partner_inner_box:hover img{
	filter: grayscale(0%);
}
/***********************
portfolio_inner page css
************************/
.portfolio_inner{
	padding: 70px 0 70px;
}

.portfolio_inner_box {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 0 10px 0 rgba(0 0 0 / 20%);
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.portfolio_inner .nav-tabs{
	border: 2px solid var(--default-blue);
	margin-bottom: 30px;
}

.portfolio_inner_box .content-overlay {
	background: rgba(0,0,0,0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.portfolio_inner_box:hover .content-overlay{
	opacity: 1;
}
.content_details {
	position: absolute;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.portfolio_inner_box:hover .content_details{
	top: 50%;
	left: 50%;
	opacity: 1;
}
.portfolio_inner .nav-tabs .nav-link{
	border: 2px solid transparent;
	border-radius: 0;
	color: var(--default-black);
	text-transform: capitalize;
}
.portfolio_inner .nav-tabs .nav-item.show .nav-link, .portfolio_inner .nav-tabs .nav-link.active,
.portfolio_inner .nav-tabs .nav-link:focus, .portfolio_inner .nav-tabs .nav-link:hover{
	border: 2px solid var(--default-blue);
	color: var(--white);
	background: var(--default-blue);
}




.fadeIn_bottom{
	top: 80%;
}
.content_details a {
	background: var(--white);
	display: inline-block;
	padding: 10px 30px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.content_details a:hover{
	background: var(--default-blue);
	color: var(--white);
}




/*contact us*/
.contact_us{
	padding: 100px 0;
	z-index: 1;
	position: relative;
}
.contact_detail{
	padding: 36px 25px;
	margin-bottom: 27px;
	background: var(--white);
	box-shadow: 0 1px 13px rgb(0 0 0 / 10%);
	border-radius: 10px;
}
.contact_content{
	padding-left: 60px;
	position: relative;
}
.contact_content h6{
	color: #000;
	font-size: 20px;
	font-weight: 600;
}
.contact_content p,
.contact_content a{
	margin-bottom: 0;
	color: #9fa4af;
}
.contact_form{
	background: #f7f7f7;
	padding: 100px 0;
	position: relative;
}
.contact_form p{
	text-transform: uppercase;
}
.custom_map{
	position: relative;
	z-index: 1;
}
.custom_map iframe{
	border-radius: 10px;
	filter: grayscale(1);
}

.contact_form .form-group{
	margin-bottom: 30px;
}
.contact_form .form-control{
	border-radius: 25px 5px 5px 5px;
	border: 1px solid #eaeaea;
	outline: none;
	box-shadow: none;
	padding: 12px 30px;
}
.contact_form .form-control:focus{
	box-shadow: none;
	border-color: #eaeaea;
	/*border: 4px solid #f7f6f9;*/
}

.contact_form .btn{
	background: var(--default-blue);
	color: var(--white);
}
.contact_form .btn:hover,
.contact_form button.form-control:focus{
	background-color: #1c1f23;
	border-color: #1a1e21;
	color: var(--white);
}



/*team page*/
.team-detail-box h2{
	font-size: 22px;
}


/* paralex_scroll */
.paralex_scroll{
	background: url(../images/paralex_scroll_bg.png);
	padding: 150px 0;
	background-size: cover;
	background-position: center;
}
.paralex_scroll_content_box{
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}
.paralex_scroll_content_box:not(:last-child){
	margin-bottom: 60px;
}
.paralex_scroll ul li{
	display: flex;
	align-items: baseline;
	gap: 15px;
}
.paralex_scroll ul li:not(:last-child){
	margin-bottom: 10px;
}

.team-wrap{
	padding: 100px 0 80px;
}
.team-heading-box{
	margin-bottom: 80px;
}
.team-heading-box h6{
	text-transform: uppercase;
    font-size: 25px;
    color: #9d9d9d;
	font-weight: 400;
}
.team-heading-box h1{
	color: var(--default-black);
    font-size: 40px;
	text-transform: uppercase;
}
.team-heading-box h1 span{
	color: var(--default-blue);
}
/* industries page */
.partner_inner_box.jw_partner_inner_box {
	flex-direction: column;
	justify-content: start;
	min-height: 210px;
	align-items: center;
	display: flex;
}
.jw_h6 h6{
	color: #000000;
	font-size: 20px;
	font-family: var(--font-roboto) !important;
	font-weight: 500;
	margin: 0;
}
.jw_partner_inner_box img {
	filter: unset !important;
}
.jw-services_card_wrapper {
	background: var(--white);
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    width: 100%;
	height: 100%;
    padding: 60px 30px;
	border-radius: 10px;
}
.jw-services_card_wrapper h3 {
	font-size: 25px;
	font-family: 'CircularStd';
	margin-top: 40px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.jw-services_card_wrapper p {
	font-family: "Rubik", sans-serif;
	color: #9d9d9d;
	font-size: 17px;
	margin-bottom: 30px;
	min-height: 153px;
}
.arrow_icon_list ul {
	list-style-image: url("../images/blue-arrow.png");
	font-family: "Rubik", sans-serif;
	color: #9d9d9d;
	font-size: 15px;
	padding-left: 34px;
}
.arrow_icon_list ul li {
	margin-bottom: 10px;
}
.jw-healthcare-section-1 {
	background-image: url("../images/bg-1.png");
	background-repeat: no-repeat;
    background-position: bottom 220px left 30px;
    background-size: auto;
    padding-bottom: 200px;
}
.jw_explore_section {
	margin-top: 70px;
}
.jw_explore_section_inner_wrapper {
	display: flex;
	flex-direction: column;
    justify-content: center;
    height: 100%;
}
.jw_black_blue_head h3 {
	font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--default-black);
	margin-bottom: 30px;
}
.jw_black_blue_head h3 span {
	color: var(--default-blue);
}
.jw_p_wrapper p {
	font-family: var(--font-roboto);
	color: #9d9d9d;
	font-size: 18px;
	margin-bottom: 30px;
}
.jw_app_image_wrapper {
	text-align: end;
}
.jw_arrow_list_two_items ul {
	font-family: 'CircularStd';
	font-size: 20px;
	color: var(--default-black);
	display: flex;
	flex-wrap: wrap;
}
.jw_arrow_list_two_items ul li {
	width: 50%;
}
.jw_healthcare_app_features .larg_black_blue_head h1{
	font-size: 40px;
}
.jw_healthcare_app_features .core_special_box {
	padding-left: 0;
}
.jw_app_image_wrapper img {
	max-width: 100%;
}
.jw_healthcare_app_features {
	background: url(../images/healthcare-bg-2.png);
	background-repeat: no-repeat;
    background-position: top -190px center;
}

.jw_faqs_section .accordion-item {
	background-color: transparent;
}
.jw_faqs_section  .accordion-button {
	background-color: transparent;
}
.jw_faqs_section .accordion-button:focus {
	box-shadow: none;
    border-color: unset;
}
.jw_faqs_section .accordion-flush .accordion-item .accordion-button.collapsed {
	padding: 30px 0;
}
.jw_faqs_section .accordion-button:not(.collapsed) {
	color: black;
	box-shadow: none;
	background-color: #f7f8f8;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	padding-top: 30px;
    padding-bottom: 0;
}
.jw_faqs_section .accordion-flush .accordion-collapse {
	background-color: #f7f8f8;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.jw_faqs_section .accordion-item:has(.show) {
	border: none;
}
.jw_faqs_section .accordion-button::after {
	background-image: url('../images/plus-solid.svg');
	width: 1rem;
    height: 1rem;
	background-size: 1rem;
}
.jw_faqs_section .accordion-button:not(.collapsed)::after {
	background-image: url('../images/minus-solid.svg');
}
.jw_faqs_section {
	padding-bottom: 100px;
}
.jw_faqs_section .accordion-header {
	font-family: var(--font-roboto) !important;
}
.jw_faqs_section .accordion-header .accordion-button {
	font-size: 20px;
}
.jw_faqs_section .accordion-body {
	font-family: "Rubik", sans-serif;
	font-size: 17px;
	color: #7e7e7e;
}
.jw_right_side_shape_row_wrapper .jw_development_process_points_wrapper ul {
	direction: rtl;
}
.jw_development_process_points_wrapper ul {
	/* list-style-image: url(../images/list-icon-circle.png); */
	margin-top: 40px;
}
.jw_development_process_points_wrapper ul li {
	font-family: "Poppins", sans-serif;
	color: #2a293b;
	font-size: 16px;
}
.jw_development_process_description_wrapper {
	display: flex;
}
.jw_development_process_description_img {
	width: 206px;
	height: 180px;
	display: flex;
	justify-content: center;
    align-items: center;
	background-image: url('../images/circle-bg-right.png');
	background-repeat: no-repeat;
	position: relative;
    /* background-position: top 1px left; */
}
.jw_development_process_description_content_wrapper {
	position: relative;
}
.jw_development_process_description_content_wrapper::before {
	content: "";
	background-image:  url('../images/dotted-line-2.png');
    top: 0;
    position: absolute;
    left: 0px;
    display: block;
    height: 7px;
    width: 396px;
}
.jw_development_process_description_img::after {
	content: "";
	background-image:  url('../images/small-line.jpg');
    position: absolute;
    bottom: -1px;
	right: -47px;
    display: block;
    height: 5px;
    width: 47px;
	background-repeat: no-repeat;
}
.jw_development_process_description_content_inner_wrapper {
	display: flex;
	height: 100%;
	gap: 38px;
}
.jw_development_process_description_number {
	font-family: "Poppins", sans-serif;
	font-size: 63px;
	color: #0a559f;
	margin: 0 12px;
	line-height: 180px;
}
.jw_development_process_description_text {
	width: 430px;
	margin-top: 35px;
}
.jw_development_process_section .jw_core_special_head {
	max-width: 70%;
    margin: auto;
}
.jw_development_proccess_inner_wrapper {
	margin-top: 90px;
}
.jw_development_process_points_wrapper ul {
	list-style: none;
}
.jw_development_process_points_wrapper ul li {
	color: rgb(52 60 68 / 50%);
}
.jw_development_process_points_wrapper li:before {
    content: "";
    background-image: url(../images/list-icon-circle.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
    inset-inline-start: -8px;
	color: var(--default-black);
}
.jw_development_process_description_text p {
	color: rgb(52 60 68 / 50%);
}
.jw_left_side_shape_row_wrapper .jw_development_process_description_img {
    background-image: url(../images/circle-bg-left.png);

}
.jw_left_side_shape_row_wrapper .jw_development_process_description_content_wrapper::before {
	background-image: url(../images/dotted-line.png);
	top: -0.5px;
    left: unset;
    right: 0;
}
.jw_left_side_shape_row_wrapper .jw_development_process_description_img::after {
	right: unset;
    left: -47px;
}
.jw_left_side_shape_row_wrapper .jw_development_process_description_text {
    text-align: end;
}
.jw_left_side_shape_row_wrapper,
.jw_right_side_shape_row_wrapper {
	margin-top: 45px;
}
/* wataniya case study */
.wataniya-insurance-section-image-wrapper {
	text-align: center;
}
.wataniya-insurance-section-image-wrapper img {
	max-width: 100%;
}
.jw-wataniya-section-1 {
	background-image: url(../images/case_study/dots-bg.png);
    background-position: center center;
    background-size: contain;
	padding-top: 140px;
	padding-bottom: 139px;
}
.jw-tech-stack-wrapper img {
    max-width: 100%;
}
.tech-stack-section .larg_black_blue_head {
	padding-top: 150px;
}
.jw-tech-stack-section .larg_black_blue_head {
	padding-bottom: 16px;
}
.jw-tech-stack-head {
	padding-top: 100px;
}
.jw-cms-features-section {
	padding-bottom: 200px;
}
.jw-cms-feature-card-wrapper {
    max-width: 90%;
    align-items: center;
    text-align: center;
    margin: auto;
    border: 3px solid var(--default-blue);
    padding: 120px 40px 40px 40px;
	border-radius: 20px;
	margin-top: 65px;
    margin-bottom: 65px;
	height: calc(100% - 130px);
}
.jw-cms-feature-card-img {
	position: absolute;
    top: -65px;
}
.jw-cms-features-cards-outer-wrapper {
	padding-top: 75px;
}
.jw-cms-feature-card-wrapper h4 {
	font-size: 20px;
	font-family: 'CircularStd' ;
}
.jw-cms-feature-card-wrapper p {
	font-size: 14px;
}
.spacer-130px {
	height: 116px;
}
.jw-wataniya-gallery-heading {
	padding-top: 80px;
}
.jw-wataniya-section-1 p {
	font-size: 18px;
}
.jw_faqs_section h1 {
	margin-bottom: 42px;
}
/* wateen case study */
.jw-wateen-section-2 {
	padding-top: 90px;
}
.view-demo-section h2{
	font-size: 45px !important;
	text-transform: uppercase;
}
.view-demo-section h3{
	font-size: 30px !important;
}
.Solution-Btn{
	padding: 5px 15px;
	min-width: unset !important;
	font-size: 16px;
}