.c{
	width: 1400px;
	max-width: 100%;
}
.blog_single_content{
	padding-top:25px;
}
.blog_single_content p br{
	display:none;
}
.row{
	font-size: 0;
	margin: 0 -20px;
}
.footer_sec.footer_a_hover{
	max-width:60%;
	margin-left:auto;
}
.header .logo img{
	width:53px;
	height: auto;
	margin-right: 10px;
}
.cc-window.cc-banner{
	width: 30% !important;
	flex-direction: column !important;
	box-shadow: 0 10px 27px rgb(0 0 0 / 10%), 0 10px 27px rgb(0 0 0 / 10%);
}
.cc-link{
	display: none !important;
}
.cc-btn{
	text-align: center !important;
	width: 100%;
}
.cc-message h3{
	font-weight: 700;
	margin-left: 30px;
}
.blog_img_bottom{
	margin: auto;
}
.blog_singlepage_content .row{
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.cc-message::before{
	content: '';
	width: 100%;
	position: absolute;
	top: 12px;
	left: 20px;
	background-image: url('../images/logo/logo.svg');
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
}
.cc-message a{
	width: 100% !important;
	text-align: center;
	background: #eb212a;
	color: #fff !important;
	text-decoration: none !important;
	margin: 14px 0;
	display: block;
	padding: 10px;
}
.cc-banner .cc-message{
	margin-right: 0px !important;
}
.cc-compliance{
	width: 100% !important;
}
.cc-banner.cc-bottom{
	left:50% !important;
	transform:translatex(-50%)
}
.header .logo{
	display: flex;
	align-items: center;
}
.header{
	padding: 15px 0;
	background: #fff;
}
header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;

}
.header .c{
	position: relative;
}
.header .header_left_img{
	width: 21px;
	position: absolute;
	top: 0;
	left: 0;
}
.video_banner .fit_video{
	width: 100%;
	height: auto;
	border-radius: 16px;
}
.video_banner{
	position: relative;
}
.header_menu ul li{
	display: inline-block;
	font-weight: 700;
	padding: 0px 15px;
}
.header_menu ul li a{
	font-size: 14px;
	font-weight: 600;
}
.header_menu ul li a:hover{
	color: #D93A36;
}
.header_menu ul li a .active{
	color: #D93A36;
}
.header .row{
	display: flex;
	align-items: center;
}
.header .header_menu{
	text-align: end;
}
.text_red{
	color: #D93A36;
}
@media(max-width:1400px){
	.c{
		width: 100%;
		max-width: 100%;
		padding: 0 56px;
	}
}
.footer_for ul li{
	display: inline-block;
	margin-right: 20px;
}
.footer-menu{
	background-image: url('../images/footer-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	padding-top: 35px;
}
.footer_bg {
	padding-top: 35px !important;
}
.footer_top{
	padding: 0px 0 40px 0 !important;
}
.page_banner_section{
	background-image: url("../images/bg.svg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	text-align: center;
}
.page_banner_section h1{
	color: #fff;
}
.page_banner_top{
	padding-top: 200px;
}
.breadcrumb ul li{
	color: #fff;
	margin: 0 5px;
	display: inline-block;
}
.breadcrumb p{
	margin-top: 10px;
	color: #fff;
}
.active{
	color: #D93A36 !important;
}
.bg_contact_banner{
	background-image: url("../images/bg-image.png");
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	background-position: bottom;
	margin-bottom: 80px;
}
.bg_contact_banner_color{
	background-color: #17191b1a;
}
.bg_contact_padd{
	padding: 50px 0px;
}
.service_section .col{
	margin-bottom: 80px;
}
.contact_info{
	background-color: #17191b1a;
	padding: 30px;
	color: #17191b;
	border-radius: 20px;
	text-align: center;
}
.contact_info:hover{
	color: #D93A36;
	transition: .5s;
	cursor: pointer;
}
.contact_page_section i{
	font-size: 34px;
	margin-bottom: 20px;
}
.contact_form_section h2{
	margin-bottom: 40px;
}
.form_group{
	margin-bottom: 20px;
}
.form_control{
	border: 1px solid #17191b1f;
	padding: 16px;
	width: 100%;
	border-radius: 5px;
}
.margin_b_30{
	margin-bottom: 30px;
}
.item {
	margin-bottom: 25px;
}
.video-media {
	position: relative;
}
.video-media:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
}
.video-media a {
	display: flex;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
}
.video-media .play-button .icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	height: 50px;
	border-radius: 50%;
	background: #D93A36;
	position: relative;
	margin-right: 20px;
}
.video-media .play-button .icon:before {
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	width: 56px;
	height: 56px;
	border: 2px solid #D93A36;
	border-radius: 50%;
}
.video-media .play-button .icon > span {
	position: absolute;
	top: 50%;
	color: #fff;
	left: 55%;
	font-size: 18px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.caption h4 {
	color: #fff;
	font-weight: 600;
}
.icon-play i{
	font-size: 26px;
}
.video_image{
	width: 100%;
	height: 220px;
}
.home_banner_slider{
	margin-bottom: 80px;
	position: relative;
}
.home_banner_slider img{
	height: 400px;
	width: 100%;
}
.home_banner_slider .bg_color{
	background-color: #17191b0f;
}
.banner_slider_content{
	width: 30%;
	padding: 40px;
	background: #17191b;
	color: #fff;
	position: absolute;
	top: 0%;
	right: 8%;
	height: 100%;
}
.banner_slider_content h2{
	color: #D93A36;
	margin-bottom: 10px;
}
.banner_slider_content p{
	color: #fff;
}
.banner_slider_content .btn_{
	background-color: #D93A36;
	color: #fff;
	margin-top: 33px;
}
.team_item{
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
}
.team_item img{
	border-radius: 30px 30px 0 0;
}
.team_text {
	background: #F9F8F8;
	padding: 15px 15px 30px 20px;
	border-radius: 0 0 30px 30px;
}
.team_text h4{
	color: #D93A36;
	font-size: 16px;
}
.team_text p{
	font-size: 14px;
	color: #2A2A33;
}
.team_section .tit_desc h2{
	margin-bottom: 30px;
}
.our_team_slider .team_item{
	margin: 0 10px;
}
.slick-next:before, .slick-prev:before{
	color: #17191b !important;
}
.top_arrow_btn{
	position: fixed;
	bottom: 10px;
	right: 16px;
	z-index: 99;
}
.social_icon_bottom{
	display: flex;
}
.social_icon_bottom a{
	font-size: 14px;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-right: 15px;
	padding: 8px 16px 8px 16px;
	border-radius: 8px;
}
.social_icon_bottom img{
	width: 40px;
}
.social_icon_bottom .fa-whatsapp{
	color: #4dca5b;
}
.social_icon_bottom .fa-skype{
	color: #0a9ddc;
}
#back_to_top i{
	color: #D93A36;
	background-color: #fff;
	padding: 8px;
	border-radius: 10px;
	font-size: 18px;
}
.career_content p{
	margin-bottom: 40px;
}
.career_content a{
	color: #D93A36;
	font-size: 24px;
	font-weight: 600;
	text-decoration: underline;
}
.career_contact h3{
	margin-bottom: 10px;
	font-size: 20px;
}
.career_contact p span{
	font-weight: 500;
	color: #17191b;
}
.right_line{
	border-right: 1px solid #d7d7d7;
} 
.career_contact_col{
	margin-top: 50px;
	border: 1px solid #0000001c;
	padding: 30px;
}
.legal_content p, .legal_content h3{
	margin-bottom: 20px;
}
.legal_content p a{
	color: #D93A36;
	text-decoration: underline;
}
.privacy_content h4{
	color: #D93A36;
}
.blog_s{
	z-index: 99;
	position: relative;
}
.blog_s .blog_col{
	border: 1px solid #0000001A;
	border-radius: 30px;
	margin-bottom: 20px;
	position: relative;
}
.blog_s .blog_col img{
	border-radius: 30px 30px 0 0;
}
.blog_s .blog_col .date{
	display: inline-block;
	font-size: 10px;
	background: #D4D4D433;
	padding: 0 10px;
	border-radius: 5px;
	color: #17191b;
	font-weight: 800;
}
.blog_s .blog_col .date i{
	font-size: 10px;
	margin-top: 7px;
	margin-right: 3px;
}
.blog_s .blog_padding{
	padding: 16px;
}
.blog_s .blog_padding h4{
	margin-bottom: 10px;
}
.blog_s .blog_padding h4 a:hover{
	color: #D93A36;
}
.blog_s .blog_padding p{
	margin-bottom: 20px;
}
.blog_single_content h2, .blog_single_content p{
	margin-bottom: 20px;
}
.blog_single_content h4{
	margin-bottom: 10px;
}
.blog_single_content ul{
	margin-left: 30px;
	margin-bottom: 20px;
}
.blog_single_content ul li{
	font-size: 16px;
	list-style: disc;
	color: #587790;
	margin-bottom: 10px;
	line-height: 26px;
}
.home_contact .career_contact_col{
	margin-top: 0;
}
.custom-model-main, .video_popup, .our_team_popup {
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; /* z-index: 1050; */
	-webkit-overflow-scrolling: touch;
	outline: 0;
	opacity: 0;
	-webkit-transition: opacity 0.15s linear, z-index 0.15;
	-o-transition: opacity 0.15s linear, z-index 0.15;
	transition: opacity 0.15s linear, z-index 0.15;
	z-index: -1;
	overflow-x: hidden;
	overflow-y: auto;
}
.custom-model-main:before, .video_popup:before, .our_team_popup:before {
	content: "";
	display: inline-block;
	height: auto;
	vertical-align: middle;
	margin-right: -0px;
	height: 100%;
}
.model-open {
	z-index: 99999;
	opacity: 1;
	overflow: hidden;
}
.custom-model-inner {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	display: inline-block;
	vertical-align: middle;
	width: 1000px;
	margin: 30px auto;
}
.video_popup .custom-model-inner {
	width: 700px;
	margin-left: 500px;
}
.our_team_popup .custom-model-inner {
	width: 520px;
}
.custom-model-wrap {
	display: block;
	width: 100%;
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
	text-align: left;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.model-open .custom-model-inner {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	position: relative;
	z-index: 999;
}
.model-open .bg-overlay {
	background: #00000052;
	z-index: 99;
}
.bg-overlay {
	background: rgba(0, 0, 0, 0);
	/* height: 100vh; */
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	transition: background 0.15s linear;
}
.close-btn {
	position: absolute;
	right: 0;
	top: -40px;
	cursor: pointer;
	z-index: 99;
	font-size: 30px;
	color: #fff;
}
.pop-up-content-wrap h3{
	font-size: 20px;
	margin-bottom: 10px;
}
.pop-up-content-wrap p{
	font-size: 14px;
}
.flag a{
	font-size: 16px;
}
.map_section h2{
	margin-bottom: 40px;
}
.tit_desc{
	margin-bottom: 30px;
}
#pagination {
	margin-top: 10px;
	padding: 0;
	text-align: center;
}
#pagination li {
	display: inline;
}
#pagination li a {
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	color: #17191b;
}
#pagination li a {
	border-radius: 5px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
#pagination li a.active {
	background-color: #D93A36;
	color: #fff !important;
}
#pagination li a:hover:not(.active) {
	background-color: #e8e8e8;
}
.blog_single_right_content .p_relative{
	margin-bottom: 30px;
}
.blog_single_right_content .bg_image{
	position: relative;
}
.blog_p_img_posi{
	position: absolute;
	bottom: 0px;
	padding: 10px;
	font-weight: 500;
	color: #fff;
	font-size: 12px;
}
.blog_single_right_content h4{
	margin-bottom: 20px;
}
.blog_single_recent_blog h5{
	font-size: 14px;
}
.blog_single_recent_blog .col_4{
	padding-right: 10px;
	margin-bottom: 15px;
}
.blog_single_recent_blog .col_75{
	padding-right: 18px;
	padding-left: 0;
	margin-bottom: 15px;
}
.header_menu{
	display: block;
}
.toggler {
	color: #17191b;
	cursor: pointer;
	position: absolute;
	top: 40px;
	right: 50px;
	display: none;
}
.toggler i{
	font-size: 30px;
}
.header{
	position: relative;
}
.header .header_menu ul li:last-child a{
	background-color: #17191b;
	color: #fff;
	padding: 10px 24px 10px 24px;
	border-radius: 10px;
}
.header .header_menu ul li:last-child a:hover{
	background-color: #D93A36;
	color: #fff;
}
body{
	padding-top: 155px;
}
.blog_btn{
	margin-bottom: 20px;
}
.blog_btn a{
	font-size: 14px;
	font-weight: 600;
	color: #D93A36;
	text-decoration: underline;
}
.contact_form_section{
	z-index: 99;
	position: relative;
}
.contact_form_section .contact_top_heading{
	margin-bottom: 10px !important;
}
.heading_bottom{
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact_bg_sec{
	/* background-image: url('../images/Ellipse.png');
	background-repeat: no-repeat; */
	position: relative;
	z-index: 99;
}
.contact_bg_sec .ellipse_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
}
.padd_bottom{
	padding-bottom: 80px;
}
.col_max{
	width: 85%;
}
.team_section .row{
	justify-content: center;
	display: flex;
}
.team_section{
	z-index: 99;
	position: relative;
}
.col_80{
	width: 80%;
}
.footer_for_col .footer_for ul li a:hover{
	color: #D93A36 !important;
}
.slick-prev:before {
	content: '\f0a8' !important;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-size: 30px;
	font-weight: 800;
}
.slick-prev {
	left: -40px !important;
}
.slick-next:before {
	content: '\f0a9' !important;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-size: 30px;
	font-weight: 800;
}
.slick-next {
	right: -30px !important;
}
.blk_image, .red_img{
	width: 70px;
}
.red_img{
	display: none;
}
.our_of .our_proces_g{
	display: block;
}
.our_of .our_proces_g h4{
	margin-bottom: 20px;
}
.our_of .our_proces_g p{
	font-size: 16px;
	line-height: 35px;
	font-weight: 400;
}
.our_off_plus_icon{
	padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our_off_plus_icon i{
	font-size: 40px;
}
.mob_h2{
	display: none;
}
.our_process_mob{
	display: none;
}
h4.accordion-title.js-accordion-title{
	padding: 20px 10px;
	background-color: #fff;
	color: #2A2A33;
	font-weight: 600;
	position: relative;
	font-size: 12px;
	border: 1px solid #D6D6D6;
}
h4.accordion-title.js-accordion-title::after {
	position: absolute;
	top: 50%;
	right: 5px;
	/* border: 2px solid #fff; */
	border-radius: 100%;
	content: '\2b';
	padding: 1px 10px 5px 10px;
	transform: translateY(-50%);
	font-size: 26px;
	font-family: Font Awesome;
}
.accordion-content p{
	padding: 20px 10px;
}
h4.accordion-title.js-accordion-title.open::after {
	content: '-';
	padding: 1px 12px 5px 12px;
}
.accordion-title{
	cursor: pointer;
}
.contact_us_mob_img{
	display: none;
}
.footer_bg_mob{
	display: none;
}
.trust_by .tit_32{
	margin-bottom: 30px;
}
#poper .credit{
	display: none;
}
#poper #plcy-lnk{
	display: none !important;
}
.banner_desc .tit_32{
	font-size: 26px;
	line-height: 34px;
}
.mob_map{
	display: none;
}
.col_45{
	width: 45%;
}
.col_10{
	width: 10%;
}
.our_proces_g_head{
	color: #D93A36;
	margin-bottom: 10px;
}
.trans_process{
	justify-content: end;
	padding-right: 20px !important;
}
.trans_process_mob_img{
	display: none;
}
.contact_us_img, .contact_us_mob_img{
	border-radius: 30px;
}
.contact_sec_align{
	display: flex;
	align-items: center;
}
.blog_banner{
	background-position: center;
	height: 300px !important;
}
.blog_banner .page_banner_top{
	padding-top: 100px;
}
select {
	/* Reset Select */
	appearance: none;
	outline: 10px #17191b;
	border: 1px solid #17191b;
	box-shadow: none;
	/* Personalize */
	flex: 1;
	padding: 10px;
	color: #17191b;
	background-color: var(--darkgray);
	background-image: none;
	cursor: pointer;
}
.team_item img{
	height: 350px !important;
	object-fit: cover;
	object-position: top;
}
footer{
	display: none;
}
.english_e footer.english{
	display: block;
}
#pagination li a{
	font-size: 18px;
}
._loading body{
	pointer-events: none;
	opacity:0.5;
}
#pagination1 li a.active {
	background-color: #D93A36;
	color: #fff !important;
}
#pagination1 {
	margin-top: 10px;
	padding: 0;
	text-align: center;
}
#pagination1 li {
	display: inline;
}
#pagination1 li a {
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	color: #17191b;
}
#pagination1 li a {
	border-radius: 5px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
select#payment-provider option[value="English"] {
   background: url('https://avinfotechsolutions.in/ering/wp-content/uploads/2024/04/bg.svg') no-repeat right;
   width: 22px;
   height: 22px;
}