@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400&display=swap');
/*
Theme Name: wpbstarter
Author: Nazmul Hossain
Author URI: https://www.linkedin.com/in/code-spider/
Description: A starter WordPress theme Including Bootstarp 4.1.3 and FontAwesome 5.13.0. It's a standard starter theme can easily be modified for self-branding. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.1.3 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.1.10
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: custom-menu,theme-options,threaded-comments,translation-ready,custom-background,custom-colors,custom-header,editor-style,featured-images,two-columns,blog,e-commerce,news
Text Domain: wpbstarter
*/


:root{
	--wv-primary:#1F68E0;
	--wv-secondary:#FBBC05;
}


body{
	font-family: 'Poppins', sans-serif;
	color:rgb(51 65 85);
	background:url(https://webveer.com//wp-content/uploads/2023/09/dot_bg.png)
	
}

/* Header Title */
.menu-background {
    background-color: #222;
}

.site-branding h1, .site-branding p {
    font-weight: 700;
    font-size: 36px;
    margin: 0;
    padding: 10px 20px;
}
.site-branding h1 a {
	color: #ffffff;
}
/* Blog Page */
.wpbstarter-page-title-area {
	position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    margin-top: 0px;
    color: #fff;
	animation: fade-bottom 1s ease-in;
}
.wpbstarter-content-area-padding {
    padding: 50px 0px;
	background-color:#fff;
}
.wpbstarter-blog-list {
	display: block;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.8rem !important;
    font-weight: normal;
    display: block;
}

.wpbstarter-blog-list article, .widget-area .widget {
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 0px 4px #f1f1f1;
    transition: 0.4s;
	background-color:#ffffff;
}

.wpbstarter-blog-list article:hover {
    box-shadow: 0 0px 16px #dddddd7a;
}

.wpbstarter-blog-list a, .widget-area .widget a {
	color: rgb(51 65 85);
	overflow-wrap: break-word;
}

.wpbstarter-blog-list a.wp-block-button__link {
    color: inherit;
}

.wpbstarter-blog-list h2, .widget-area .widget h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.entry-meta > span, .entry-footer > span {
    font-size: 90%;
    padding-right: 15px;
}

.entry-meta > span i {
    color: #555;
}

.entry-meta > span > a, .entry-footer > span > a {
    font-weight: 500;
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
    font-size: 90%;
	opacity: 0.7;
}

._blog_expert p {
    margin-bottom: 0;
    font-weight: 400;
    opacity: 0.7;
}


/* Widget */
.widget-area .widget ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
    line-height: 30px;
}

.widget ul.nav li a.nav-link {
    display: inline-block;
}

.widget-area .widget ul ul {
    padding-left: 10px;
}

/* Widget calender Table */
.calendar_wrap table th {
    background-color: #f1f1f1;
}

.calendar_wrap table {
    width: 100%;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.calendar_wrap table th, .calendar_wrap table td {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}
/* Widget RSS */
.widget_rss li {
    margin-bottom: 20px;
}

.widget_rss, .widget_rss span {
    font-size: 90%;
    padding-left: 15px;
}

.widget-area .widget.widget_rss a {
    font-weight: 600;
}
/* Widget Search */
input[type=search] {
    background: none;
    border: 1px solid #f1f1f1;
    padding: 10px;
    color: #333;
    font-weight: 500;
    font-size: 12px;
}
input[type=submit] {
    padding: 2px 20px;
    background-color: #46BE25;
    border: 1px solid #46BE25;
    margin: -2px 0 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 27px;
    cursor: pointer;
}
article.sticky {
    background-color: #f4f7f8;
}
.sticky .entry-title::before {
    content: '\f08d';
    font-family: "Font Awesome\ 5 Free";
    font-size: 1.563rem;
    left: 0.4rem;
    position: absolute;
    top: 2.3rem;
    font-weight: 900;
}
h2.entry-title {
    margin-bottom:0;
	font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
h2.entry-title a{
	color:rgb(51 65 85);
}
h2.entry-title a:hover{
	color:var(--wv-primary);
	text-decoration:underline;
}
.blog-entry-meta {
    margin-top: 30px;
    font-size: 90%;
}
.cat-links a {
    font-size: 0.8rem;
    letter-spacing: 0.3px;
    color: #1f68e0;
    position: relative;
    padding-left: 50px;
}
.cat-links a:before{
	display: block;
    content: '';
    background: #fbbc05;
    height: 2px;
    position: absolute;
    width: 40px;
    bottom: 7px;
	
}

._new_vedio_outer{
	display: flex;
    min-width: 85rem;
    justify-content: center;
    align-items: center;
    column-gap: 2rem;
}
._new_logo_gws{
	max-width: 30rem;
    min-width: 30rem;
}
._new_cont_hero{
	max-width: 50rem;
    min-width: 50rem;
}

._page_heading_sec{
	position:relative;
	z-index:99;
	animation: fade-bottom 1s ease-in;
}
._page_heading{
	font-size: 3.75rem;
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: 0;
    color: #fff;
	
}
._page_heading:before{
	content: '';
    display: block;
    height: 2px;
    width: 40px;
    background-color: var(--wv-secondary);
    margin-bottom: 15px;
}

._heading_para{
	max-width: 550px;
    color:rgba(255,255,255,.8);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
	margin-top:1.5rem;
}

.blog-entry-meta span {
    padding-right: 20px;
}

.blog-entry-meta span i {
    color: #eee;
}

.wp-block-embed {
	overflow-x: auto;
}

/* Blog single calender Table */
.entry-title {
    overflow-wrap: break-word;
	font-family: "Poppins",sans-serif;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: 0;
    color: #fff;
}
._upline{
	position:relative;
}
._upline:before {
    content: '';
    display: block;
    height: 2px;
    width: 40px;
    background-color: var(--wv-secondary);
    margin-bottom: 15px;
}
.entry-content table th {
    background-color: #f1f1f1;
}

.entry-content table {
    width: 100%;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.entry-content table th, .entry-content table td {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}

/* Blog single normal table */
.entry-content table {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 20px;
}
.entry-content table th, .entry-content table td {
	padding: 10px;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.entry-content table thead th {
	background-color: #ddd;
}
/* Definition and UL OL list */
.entry-content dd {
	margin-bottom: 20px;
}
.ulol ul, .ulol ol {
	padding-left: 15px;
}
/* Comment Area normal table */
ul.children {
    list-style: none;
}

.comments-area {
    padding: 40px 0;
}

.comment-body {
    padding: 5px 0;
}

h2.comments-title {
    background-color: #46be25;
    padding: 10px;
    color: #fff;
}

.comments-area p.no-comments {
    padding: 10px;
    font-weight: 700;
    background-color: #e21b48;
    color: #fff;
    display: block;
}

.comments-area table {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 20px;
}
.comments-area table th, .comments-area table td {
	padding: 10px;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.comments-area table thead th {
	background-color: #ddd;
}
/* Definition and UL OL list */
.comments-area dd {
	margin-bottom: 20px;
}
.comments-area ul.comment-list, .comments-area ol.comment-list {
	padding-left: 15px;
	list-style: none;
}
/* address tag */
address {
	font-style: italic;
}
/* Single Blog nav */
.nav-links {
	overflow-wrap: break-word;
	word-break: break-all;
	margin-top: 50px;
}
.nav-links a{
	display: inline-block;
	background-color: #333;
	color: #fff;
	padding: 5px 10px;
}
.nav-previous, .nav-next{
	max-width: 50%;
}
.nav-previous {
	float: left;
}
.nav-next {
	text-align: right;
}


/* Page Links pagination */ 
.page-links a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0 10px;
}
/* Comment form */
.comment-form input, .comment-form textarea {
    max-width: 100%;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
}

.comment-form input[type=submit] {
    width: auto;
    background-color: #333;
    border-radius: 5px;
}


/*  Shrawan Kumar Patel by writtern */
._top_header{
	padding-top:1rem; padding-bottom:2rem;
	background-color: rgb(255 255 255 / 65%) ;
}
._top_inner{
	display:flex; align-items:center;justify-content: space-between;
}
._top_right_panel{
	display:flex; align-items:center; column-gap:1rem;
}
._top_right_panel div{
	display: flex;
    column-gap: 0.3rem;
    align-items: center;
    line-height: normal;
    padding-right: 1rem;
	
}
._top_right_panel > a{
	display: flex;
    column-gap: 0.3rem;
    align-items: center;
    line-height: normal;
    background-color: #ffffff40;
    border: 1px solid rgb(0 0 0 / .08);
    border-radius: 40px;
    padding: 0.2rem 1rem;
	font-weight:500;
	
}

._top_right_panel div a{
	color:#4c5354;
	font-weight:400;
}
._btm_footer_link{
	display:flex;
	column-gap:1rem;
}
._btm_footer_link a{
	color: #949494;
    font-weight: 400;
    -webkit-transition: letter-spacing 200ms ease, color 200ms ease;
    transition: letter-spacing 200ms ease, color 200ms ease;
}
._btm_footer_link a:hover {
    color: var(--wv-primary);
    font-weight: 500;
    letter-spacing: 0.1px;
}
._top_right_panel div .material-symbols-outlined{
	font-size: 1.2rem !important;
    color: #1f68e0;
    line-height: normal;
}
._call_btn{
	background-color:var(--wv-primary) !important;
	border-color:var(--wv-primary) !important;
}
._call_btn, ._call_btn .material-symbols-outlined{
	color:#ffffff !important;
}

._top_right_panel button{
	display: flex;
    border: 0;
    padding: 0.5rem 1.5rem;
    border-radius: 40px;
    text-transform: capitalize;
    background: #fff;
    box-shadow: 0px 1px 9px 0px #e5e5e570;
    column-gap: 0.5rem;
	font-weight:500;
	line-height:normal;
}
._main_nav{
	display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 0 1rem;
    border-radius: 4px;
    box-shadow: 0px 1px 9px 0px #e5e5e570;
	z-index: 99999999;
    position: relative;
	
}

.current_page_item:after{
	display: block;
    content: '';
    height: 2px;
    background: #1f68e0;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.search-addon.search-icon{
	display:none !important;
}
._footer_top{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
._btm_footer{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
._copyright_txt{
	margin: 0;
    display: flex;
    align-items: center;
    color: #949494;
    font-weight: 400;
    font-size: 14px;
}
._btm_footer a{
	margin: 0;
    display: flex;
    align-items: center;
    color: #949494;
    font-weight: 400;
    font-size: 14px;
}
._copyright_txt a{
	color:var(--wv-primary);    
    -webkit-transition: letter-spacing 200ms ease, color 200ms ease;
    transition: letter-spacing 200ms ease, color 200ms ease;
}
._copyright_txt a:hover {
    text-decoration:underline;
    font-weight: 500;
    letter-spacing: 0.1px;
}
._footer_top_outer{	
	background-color:#f8f8f8;
    border-bottom: 1px solid #ebedf5;
    border-top: 1px solid #e7e6e68a;
}
._social_block{
	display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 1rem;
	padding: 0.8rem 0;
}
._follow_us_txt{
	font-size: 1rem;
    font-weight: 500;
	color:#1E223C;    
}
._social_block a{
	width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    border-radius: 2px; 	
	border: 1px solid #7e7e7e;
    background-color: transparent;
    color: #7e7e7e;
}
._social_block a:hover{
	border: 1px solid var(--wv-primary);
	background-color:transparent;
	color:var(--wv-primary);
}
.site-footer{
	padding-top:4rem;
	padding-bottom: 2rem;
	background-color:#27272c;
}
.site-footer h4{
	font-size: .875rem;
	color:#fff;
    line-height: 24px;
}
.site-footer h4:after {
    background: #fbbc05;
    margin-top: 10px;
    margin-bottom: 15px;
    content: '';
    display: block;
    width: 40px;
    height: 1px;

}
.site-footer ul{
	list-style:none;
	margin:0;
	padding:0;
	
}
.post-navigation .nav-links, .posts-navigation .nav-links{
	display: flex;
    width: 100%;
    justify-content: space-between;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a, .posts-navigation .nav-previous a, .posts-navigation .nav-next a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    background-color: #fbbc05;
    border-radius: 3px;
    font-weight: 400;
}

.site-footer ul li{
	display: flex;
    flex-direction: column;
    padding: 0.4rem 0;
	color: #949494; 
	font-weight:400;
	font-size: 14px;
}
.site-footer ul li p{
	font-weight:400;
	font-size: 14px;
	margin-bottom:0;
}
.site-footer ul li strong{
	color: var(--wv-primary);
	font-weight:400;
	font-size: 14px;
}
.site-footer ul li a{
	color: #949494;    
	font-weight:400;
    -webkit-transition: letter-spacing 200ms ease, color 200ms ease;
    transition: letter-spacing 200ms ease, color 200ms ease;
}
.site-footer ul li a:hover {
    color: var(--wv-primary);
    font-weight: 500;
    letter-spacing: 0.1px;
}
._abt_txt_footer{
	padding-right: 3rem;
    margin-top: 1rem;
    line-height: 1.6;
	margin-bottom:0;
	color: #949494;  
	font-size: 15px;
    font-weight: 400;
}
hr{
	border-color:rgba(239,239,239,7%) !important;
}
._top_section{
	background-color:var(--wv-primary);  margin-top:-1.5rem; padding-top:4rem; padding-bottom:3rem;
}
._top_hero{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
._top_hero ._hero_caption{
	width:45%;
	padding-top:3rem;
	padding-bottom:3rem;
}

._hero_caption h2{
	font-size: 3rem;
    font-weight: 800;
	margin-top:1rem !important;
	margin-bottom:0 !important;
	color:rgb(255 255 255);
}
._top_caption{
	display: inline-flex;
    padding: 0.3rem 1rem;
    border-radius: 35px;
    margin-bottom: 0;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    color: rgb(255 255 255);
    background-color: var(--wv-secondary);
}
._caption_txt{
	margin-top: 1rem;
    margin-bottom: 2rem;
	font-size:1.125rem;
	line-height: 1.75rem;
	color: rgb(255 255 255 / 85%);
    font-weight: 400;
}
._team_t_head{
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    flex-direction: column;
    row-gap: 0.6rem;
}
._team_t_head:after{
	display: block;
    content: '';
    height: 3px;
    width: 40px;
    background: #1f68e0;
}

._outline_btn{
	display: inline-flex;
    border: 2px solid #fff;
    padding: 0.65rem 1.5rem;
    align-items: center;
    justify-content: center;
    column-gap: 0.5rem;
    font-weight: 500;
    background-color: var(--vw-primary);
    color: #ffffff;
    line-height: initial;
    border-radius: 4px;
}
._outline_btn:hover{
	background-color:var(--wv-secondary);
	color: #ffffff;
	
	
}
._hero_img{
	display: flex;
    border: 10px solid #ffffff;
    background: rgb(255 255 255 / 62%);
    width: 50%;
    padding: 1rem;
    border-radius: 2px;
}

#accordionExample br, #accordionExample1 br{
	display:none !important;
}

._home_intro{
	background-color: rgb(255 255 255 / 65%) ;
	border-top:1px solid #d3dee1;
	padding-top:3rem;
	padding-bottom:3rem;
}

._line_subhead {
    font-size: 1rem;
    letter-spacing: 0.3px;
    color: #1f68e0;
    position: relative;    
}
._line_subhead h5{
	padding-left:50px;
	font-size: 1rem;
    color: #1f68e0;
    margin-bottom: 1rem;
}
._line_subhead:before{
	display: block;
    content: '';
    background: #fbbc05;
    height: 2px;
    position: absolute;
    width: 40px;
    bottom: 9px;
	
}



._home_txt_block h5{
	font-size: 1rem;
    color: #1f68e0;
    margin-bottom: 1rem;
}
._home_txt_block h3{
	font-weight: 700;
    font-size: 1.85rem;
    margin-bottom: 1rem;
}

._home_txt_block a{
	display: flex;
    align-items: center;
    column-gap: 0.3rem;
    font-weight: 400;
}
._padding_t_8{
	padding-top:8rem;
}
._intro_box{
	border: 10px solid #334155;
    display: flex;
    margin-bottom: 1.7rem;
    align-items: flex-start;
    flex-direction: column;
    padding: 1rem;
    background:#334155;
    row-gap: 1rem;
    transition: all .5s ease-in-out;
}
._intro_box:hover{
	transform: scale(1.1);
	
}
._intro_box h5 a{
	color:#ffffff;
}
._intro_box h5:after{
	display: block;
    height: 3px;
    content: '';
    background-color:#fff;
    position: absolute;
    width: 100px;
    margin-top: 10px;
}
a.iconbtn{
	display: inline-flex;
    background: transparent;
    padding:0.5rem 1rem;
    border: 1px solid rgb(51 65 85);
    color: rgb(51 65 85);
}
._intro_box p{
	margin:0 !important;
	color:#ffffff;
	
}
._intro_box p > a{
	font-size: 1.2rem;    
    border-color: var(--wv-secondary);
    border-radius: 2px;
	color:var(--wv-secondary);
}

._home_sec_02{
	background-color:rgb(232 240 242 / 20%);    
    padding-top: 3rem;
    padding-bottom: 3rem;
}

._home_txt_block_02 h5{
	font-size: 1rem;
    color: #1f68e0;
    margin-bottom: 1rem;
}
._home_txt_block_02 h3{
	font-weight: 700;
    font-size: 1.85rem;
    margin-bottom: 1rem;
}

._home_txt_block_02 a{
	display: flex;
    align-items: center;
    column-gap: 0.3rem;
    font-weight: 400;
}
._home_case_study_box{
	border: 10px solid #fff;
    position: relative;
	margin-bottom: 30px;
}
._case_study_caption{
	display: flex;
    flex-direction: column;
    padding: 1rem;
	padding-bottom: 0;
    position: absolute;
    bottom: 0;
    background: rgb(255 255 255);
    margin: 1rem;
    margin-bottom: 0;
	transition: all .5s ease-in-out;
}
._case_study_caption p{
	margin:0;
}
._case_study_caption h5{
	font-size: 0.75rem;
    position: relative;
    padding-left: 50px
}
._case_study_caption h5:before {
    display: block;
    content: '';
    background: #fbbc05;
    height: 2px;
    position: absolute;
    width: 40px;
    bottom: 6px;
    left: 0;
}
._case_study_caption h4{
	font-size: 1.2rem;
}
._hide_text{
	display:none;
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
._case_study_caption:hover p._hide_text{
	display:block;
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 0.7;
	
}
._case_study_btn_icon{
	display: inline-flex;
    align-items: center;    
	margin-top:1rem;
}
._client_testimonials{
	padding-top: 3rem;
    padding-bottom: 3rem;
	background: #f8f8f8;
	/*background-image:url(http://localhost/webveer/wp-content/uploads/2023/09/review-bg.jpg);
	background-size:cover;*/
}
._user_testi_txt{
	display:flex;
	justify-content:center;
	align-items:center;
	column-gap:2rem;
}
._user_testi_txt > .lead{
	text-align:center;
}
.testimonial_user{
	display:flex;
	justify-content:center;
	align-items:center;
	column-gap:1.5rem;
}
._testimonial_img{
	max-width:200px;
	min-width:200px;
	border:1px solid #e1e1e1;
	border-radius:4px;
	overflow:hidden;
	
	
}
.v_center{
	align-items:center;
}
._home_product_section{
	padding-top: 3rem;
    padding-bottom: 3rem;
	background-color: rgb(255 255 255 / 65%) ;
	
}
._home_pro_heading{
	padding: 1rem;
	padding-top:2rem;
    background:var(--wv-secondary);
    padding-bottom: 8rem;
    border-radius: 25px;
}
._home_prod_box{
	margin-top: -7rem;
    margin-left: 30px;
    margin-right: 30px;
}
._pro_inner_box{
	display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    padding: 1rem;
    background: #fff;	
	text-align: center;
}
._pro_inner_box h4{
	margin-bottom:0;
	font-size:1.2rem;
	margin-bottom:1rem;
}
._pro_inner_box p{
	margin:0;
	opacity: 0.7;
}
._home_blog{
	padding-top: 5rem;
    padding-bottom: 5rem;
	background-color: rgb(255 255 255 / 65%) ;
}

._inner_box_icon{
	display: flex;
    padding: 0.7rem;
    border-radius: 100px;
}


._home_blog_post > ul{
	display:flex;
	column-gap:1rem;
}
._home_blog_post > ul li{
	width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    border: 10px solid #f8f8f8;
    background: #f8f8f852;
}
._home_blog_post > ul li .wp-block-latest-posts__post-title{
	display: flex;
    padding: 1rem;
	padding-bottom:0.5rem;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: capitalize;
	border-top: 1px solid rgb(211 222 225 / 15%);
}
._home_blog_post > ul li .wp-block-latest-posts__post-title:hover{
	text-decoration:underline;
}
._home_blog_post > ul li .wp-block-latest-posts__post-excerpt{
padding: 0 1rem;	opacity: 0.7;
}
._home_blog_post > ul li .wp-block-latest-posts__post-date{
	padding: 0 1rem;
}
._home_clients{
	padding-top: 3rem;
    padding-bottom: 3rem;
	background-color:#f7f7f7;
}
.block_grid{
	display:flex;
	column-gap: 1.7rem;
	align-items:center;
}

.img_box_p_0 img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

.img_box_p_0 img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

._out_line_btn{
	display: inline-flex !important;
    border: 1px solid;
    padding: 0.5rem 1rem;
	position: relative;
}

._blog_inner{
	display: flex;
    column-gap: 1rem;
	align-items: center;
}
._blog_inner_thumb{
	max-width: 300px;
    min-width: 300px;
    max-height: 220px;
    min-height: 220px;
    border: 1px solid #f8f8f8;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
._blog_inner_content{
	display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
	width:100%;
}
._blog_inner_thumb img {
	width:100%;
    max-width: 100%;
    height: 100%;
    border-radius: 0.5rem;
}
._home_blog_post{
	margin-top:2rem;
	animation: fade-bottom 1s ease-in;
}

._subscribe_panel{
	padding: 1.5rem 1rem;
    background: #eff1fe;
	display:none;
}
._subscribe_inner{
	display: flex;
    justify-content: center;
}



._bg_img_common{
	background:url('https://webveer.com/wp-content/uploads/2023/09/world.jpg');
	padding-top: 12rem;
    padding-bottom: 12rem;
	background-size: cover;
	background-position: center;
	position:relative;
	
}
._bg_img_common:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,.7);
}
.abt-bg{
	background:url('https://webveer.com/wp-content/uploads/2024/02/2151003787.jpg');
	background-size: cover;
	background-position: center;
	height: 70vh;
}
.cont-bg{
	background:url('https://webveer.com/wp-content/uploads/2024/02/40834.jpg');
	background-size: cover;
	background-position: center;
}



._contact_top{
	position: relative;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
._contact_top h2 {
    font-family: "Poppins",sans-serif;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: 0;
    color: #fff;
}
._contact_top p{
	max-width: 550px;
    color: rgba(255,255,255,.8);
    margin-top: 1.5rem;
	line-height:1.625rem;
}
._post_detail ._blog_inner ._blog_inner_thumb{
	display:none;
}
._post_detail  ._blog_inner {
    display: flex;
    column-gap: 1rem;
    flex-direction: column;
}
._post_detail ._blog_inner_content .post-thumbnail{
	border: 10px solid #f8f8f8;
    margin-bottom: 1rem;
    padding: 10px;
    margin-top: 10px;
}
._post_detail ._blog_inner_content .post-thumbnail img{
	width:100%;
}
._top_section .posted-on a, ._top_section .author a{
	color:#fff;
}
._contact_content{
	background:#ffffff;
}
._contact_form{
	display: flex;
    padding: 4rem 2rem;
    background: #f8f8f8;
   	flex-direction: column;
	margin-bottom: 5rem;
}
._contact_form h4{
	font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.33;
    color: rgb(51 65 85);
    letter-spacing: 0;
	margin-bottom: 1rem;
	position:relative;
}
._contact_form h4:before {
    content: "";
    position: absolute;
    height: 2px;
    top: -20px;
    left: 0;
    width: 40px;
    background-color: #1f68e0;
}
._contact_form br{
	display:none;
}
._contact_form label{
	    font-size: .875rem;
    font-weight: 400!important;
    line-height: 1.43;
    letter-spacing: normal;
    color: rgb(51 65 85);
}
._contact_form .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #ababab;
}

._contact_form .form-control::placeholder {
  color: #ababab;
}

.modal-dialog {
	margin-top:10% !important;
	max-width: 650px !important;}

._contact_form .form-control{
	border: 0;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    background: transparent;
	padding: 0;
	outline:0;
}
.wpcf7-form-control-wrap{
	margin-bottom:1rem;
	display:block;
}
.wpcf7-form-control-wrap textarea{
	max-height:100px !important;
}
._contact_form .form-control:focus{
	box-shadow:none;
	border-bottom: 1px solid #1f68e0;
}
._contact_form .wpcf7-submit{
	border-radius: 40px;
    padding: 5px 20px;
    margin-top: 1rem;
	background: #fbbc05;
    border-color: #fbbc05;
}
._contact_form .wpcf7-submit:hover{
	background: #1f68e0;
    border-color: #1f68e0;
}
._contact_address{
	margin-top: 6rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 3rem 2rem;
    row-gap: 2rem;
	margin-bottom:3rem;
}
._contact_address h5{
	font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.33;
    color: rgb(51 65 85);
    letter-spacing: 0;
	margin-bottom: 1rem;
	position:relative;
}

._contact_address ul{
	list-style:none;
	margin:0;
	padding:0;
}
._contact_address ul li{
	padding-right:10rem;
	padding-top:0.2rem;
	padding-bottom:0.2rem;
	font-size: .875rem;
	opacity: 0.8;
}
._contact_address ul li strong{
	font-weight:500;
	font-size: .875rem;
}
._contact_address ul li a{
	color: var(--wv-primary);
    font-weight: 400;
	font-size: .875rem;
    -webkit-transition: letter-spacing 200ms ease, color 200ms ease;
    transition: letter-spacing 200ms ease, color 200ms ease;
}
._contact_address ul li a:hover {
    color: var(--wv-primary);
    font-weight: 500;
    letter-spacing: 0.1px;
}
._bredcumbs{
	display:none;
}
._bredcumbs ul{
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
}
._bredcumbs ul li{
	font-size:0.8rem;
	color:#ffffff;
	font-weight:400;
}
._bredcumbs ul li a{
	font-size:0.8rem;
	color:#949494;
	font-weight:400;
}

#block-6, #block-3{
	background-color:#f8f8f8;
	box-shadow:none;
	padding: 2em 1rem;
}
#block-6 .wp-block-heading, #block-3 .wp-block-heading{
	font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.33;
    color: #013025;
    letter-spacing: 0;
	margin-bottom: 1rem;
	position:relative;
}
#block-6 .wp-block-heading:before, #block-3 .wp-block-heading:before {
    content: "";
    position: absolute;
    height: 2px;
    top: -13px;
    left: 0;
    width: 40px;
    background-color: #1f68e0;
}

._side_recent ul li{
	display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 10px;
}
._side_recent ul li:last-child{
	border-bottom:0;
}
._side_recent ul li a{
	font-size: .875rem;
    font-weight: 400;
    line-height: 1.714;
}
._side_recent ul li a:hover{
	color:var(--wv-primary);
	text-decoration:underline;
}

._abt_sec{
	background: #fff;
    padding-top: 5rem;
    padding-bottom: 5rem;
	animation: fade-bottom 1s ease-in;
}
._abt_sec h2{
	font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    color: rgb(51 65 85);
    letter-spacing: 0;
}
._explore_btn{
	display: inline-flex;
    align-items: center;
    line-height: inherit;
    column-gap: 1rem;
	margin-top:1.2rem;
	color:#949494;
}
._explore_btn .material-symbols-outlined{
	border: 1px solid var(--wv-primary);
    border-radius: 100%;
    padding: 10px;
    background: var(--wv-primary);
    color: #fff;
	box-shadow: 0px 0px 4px 0 rgba(0,7,6,.31);
}
._abt_2_sec{
	padding-top: 5rem;    
	background:url('https://webveer.com/wp-content/uploads/2023/09/world.jpg');
	background-size: cover;
	background-position: center;
	position:relative;
}
._abt_2_sec:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,.7);
}
._abt_txt_block{
	position:relative;
	z-index:999;
	animation: fade-bottom 1s ease-in;
}
._abt_txt_block p{
	max-width:58%;
	color:#fff;
	margin-top:1rem;
}
._abt_txt_block h3{
	font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.33;
    color: #fff;
    letter-spacing: 0;
	position:relative;
}
._abt_txt_block h3:before {
    content: "";
    height: 2px;
    width: 40px;
    background-color: #fbbc06;
    display: block;
    margin-bottom: 1rem;
	
}
._number_block{
	display: flex;
    position: relative;
    z-index: 99;
    justify-content: space-between;
	margin-top:3rem;
	animation: fade-bottom 1s ease-in;
}
._number_block > div{
	width:20%;
	border-left:1px solid rgba(255,255,255,.3);
	padding:2rem 2rem 3rem 2rem;
}
._number_block > div h2{
	line-height: 1.07;
    font-size: 3.75rem;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
}
._number_block > div h5{
	font-size: 0.865rem;
    font-weight: 400;
    line-height: 1.625;
	color: #fff;
}
._new_home_wed{
	background:#fff;
}
.upline_heading{
	font-size: 1.875rem;
    line-height: 2.5rem;
	font-weight: 600;
	position:relative;
}
.upline_heading::before {
    content: "";
    position: absolute;
    height: 2px;
    top: -20px;
    left: 0;
    width: 40px;
    background-color: var(--wv-primary);
}
._new_home_top{
	display: flex;
    height: 92vh;
    margin-top: -32px;
}
._new_home_wed{
	padding-top:8rem;
}
._home_tabs{
	background-color: #f8f8f8;
    border: 1px solid #e2e2e2;
	margin-top:2rem;
	position: relative;
	animation: fade-bottom 1s ease-in;
	
}
.tab-content{
	padding:30px;
}
.nav.nav-pills{
	border-right:1px solid #e2e2e2;
}
.nav-pills .nav-link {
    border-radius: 0;
    padding: 30px;
    border-bottom: 1px solid #e2e2e2;
	font-size: .875rem;
    line-height: 1.75;
    background-color: #f8f8f8;
	font-weight:400;
	color: rgb(51 65 85);
	border-left: 5px solid transparent;
}
.nav-pills .nav-link.active {
    color: var(--wv-primary);
    font-size: .875rem;
    line-height: 1.75;
    background-color: #f8f8f8;
    margin-right: -1px;
    padding: 30px;
	font-weight:500;
	border-left: 5px solid var(--wv-primary);
}
._tab_heading{
	font-size: 1.125rem;
    font-weight: 500;
	position:relative;
	margin-bottom:15px;
}
._tab_heading::before {
    display: block;
    content: "";
    height: 2px;
    width: 40px;
    background-color: var(--wv-primary);
    margin-bottom: 15px;
	margin-top: 40px;

}
.video-container {
  height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;  
}
.video-container:after{
	content:'';
	background:rgb(0 0 0 / 65%);
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:100%;
	width:100%;
}

video {
  object-fit: cover; // Set the magic
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.video_txt{
	position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
	animation: fade-bottom 1s ease-in;
}
.video_txt h1{
	font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    color: #fff;    
    margin-bottom: 2rem;
}
.video_txt h1::before {
    content: "";
    display:block;
    height: 2px;
    margin-bottom:2rem;
	width: 40px;
    background-color: var(--wv-secondary);
}
.video_txt p{
	color: rgba(255,255,255,.8);
   
}
._new_home_block_01{width: 70%;
    margin-bottom: 2rem;}
._new_home_block_01 h3{
	font-weight: 700;
    font-size: 1.85rem;
    margin-bottom: 1rem;
	color:#ffffff;
}
._new_home_block_01 p{
	color: rgba(255,255,255,.8);
}
._tabs_inner_txt{
	display: flex;
    column-gap: 2rem;
    margin-top: 2rem;
}
._tabs_inner_img{
	min-width: 350px;
    border: 10px solid #fff;
    border-radius: 2px;
    background: #fff;
}
.tab-content p{
	font-size: .875rem;
    line-height: 1.5rem;
}
.tab-content ul{
	list-style:none;
	margin:0;
	padding:0;
}
.tab-content ul li{
	font-size: .875rem;
    line-height: 1.5rem;
    display: flex;
    column-gap: 0.8rem;
	align-items:flex-start;
}
.tab-content ul li .wv-symbols{
	display:block;
	height:2px;
	min-width:6px;
	width:6px;
	background:#fbbc05;
	margin-top:12px;
}
._new_home_strip{
	background-color: #f8f8f8;
    border-bottom: 1px solid #e2e2e2;
	padding:2rem 0;
	display:flex;
	justify-content: center;
    align-items: center;
}
._strip_inner{
	display: flex;
    justify-content: space-between;
    align-items: center;
	column-gap:1rem;
}
._strip_inner > div{
	width:25%;
	border-right: 1px solid #e2e2e2;
    padding: 0.5rem 1rem;
}
._strip_inner > div:last-child{
	border-right:0;
}
._strip_inner > div h5{
	font-size: 1rem;
    letter-spacing: 0.3px;
    position: relative;
    font-weight: 500;
    line-height: 1.714;
    color: var(--wv-primary);
    margin-bottom: 5px;
    padding-left: 50px;
    
}
._strip_inner > div h5:before {
    display: block;
    content: '';
    background: #fbbc05;
    height: 2px;
    position: absolute;
    width: 40px;
    bottom: 11px;
    left: 0;
}
._strip_inner > div p{
	margin-bottom:0;
	font-size: .875rem;
    line-height: 1.5rem;
	opacity: 0.7;
}
._solution_01{
	padding-top:3rem;
	padding-bottom:3rem;
	background-color:#ffffff;
}
._solution_box{
	position: relative;	
	margin-bottom:30px;
	border: 1px solid #f8f8f8;
	border-radius:2px;
	overflow:hidden;
    
}
._solution_box p{
	margin:0;
}
._solution_txt_box{	
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem;
	border-radius:10px;
	
}
._solution_txt_box h6{
	font-size: .875rem;
    font-style: normal;
    font-weight: 600;
    line-height: .75rem;
    text-align: left;
    padding-left: 60px;
    color: var(--wv-primary);
	position: relative;
}
._solution_txt_box h6:before {
    content: "";
    position: absolute;
    height: 2px;
    top: 5px;
    left: 0;
    width: 40px;
    background-color: var(--wv-secondary);
}
._solution_txt_box h4{
	margin-bottom:0;
	margin-top:0;
    font-size: 1.2rem;
    line-height: 2.125rem;
    color: rgb(51 65 85);
    margin-bottom: 10px;
}
._solution_txt_box h4 a{
	font-size: 1.2rem;
    line-height: 2.125rem;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
    color: rgb(51 65 85);
}
._solution_txt_box p{
	font-size: .875rem;
    line-height: 1.5rem;
    margin-top: 0px;
    margin-bottom: 10px;
    color: rgb(51 65 85);
    opacity: 0.7;
}
._solution_btn{
	display: inline-flex;
    color: #fff;
    width: 80px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background: var(--wv-primary);
}
._solution_btn:hover{
	background: var(--wv-secondary);
	color: #fff;
}
._solution_intro{
	margin-bottom: 5rem;
    margin-top: 2rem;
    background: #f1f1f1;
    padding: 3rem;
    padding-left: 0;
	animation: fade-bottom 1s ease-in;
}
._solution_intro p{
	margin-bottom: 1rem;
    font-size: 1.5rem;
    border-left: 5px solid var(--wv-primary);
    padding-left: 1rem;
    font-weight: 500;
	margin-bottom:0;
	
}
._prod_slider{
	display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    
}
._product_01{
	padding-top:4rem;
	padding-bottom:4rem;
	background-color:#f8f9fb;
}

._product_sec_box{
	display: flex;
    align-items: flex-end;
	margin-bottom:4rem;
}
._product_sec_01{
	padding: 2rem 0;
    padding-bottom: 6rem;
}
._product_sec_img{
	max-width:70%;
}
._product_sec_txt{
	margin-left: -20%;
    width: 100%;
    background: #fff;
    margin-bottom: -8%;
	border-radius:10px;
}

._product_sec_img img{
	border-radius:10px;
}

._prod_slider_nav{
	display: flex;
    align-items: center;
	column-gap:1rem;
}
._prod_slider_nav br{
	display:none;
}
._prod_slider_nav a{
	background: #f1f1f1;
    width: 80px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    display: flex;    
}

._prod_slider_nav a._slider_previous > span.material-symbols-outlined{
	-webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

._prod_02{
	padding: 4rem 0;
    background: #f8f8f8;
}
._prod_bg_box_txt{
	
}
._prod_bg_box_txt h6{
	font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: .75rem;
    text-align: left;
    padding-left: 60px;
    color: #fff;
    position: relative;
}
._prod_bg_box_txt h6:before {
    content: "";
    position: absolute;
    height: 2px;
    top: 5px;
    left: 0;
    width: 40px;
    background-color: var(--wv-secondary);
}
._prod_bg_box_txt h4{
	margin-bottom:0;
}
._prod_bg_box_txt h4 a {
    font-size: 1.2rem;
    line-height: 2.125rem;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
    color: #fff;
}
._prod_bg_box_txt p {
    font-size: .875rem;
    line-height: 1.5rem;
    margin-top: 0px;
    margin-bottom:0;
    color: #fff;
    
}
._prod_bg_box{
	border: 1px solid;
    position: relative;
	animation: fade-bottom 1s ease-in;
}
._prod_bg_box p{
	margin-bottom:0;
}
._prod_bg_box img{
	width:100%;
}

._prod_bg_box_txt{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    padding-bottom: 1rem;
	row-gap: 0.5rem;
}

._prod_alt{
	display:flex;
	border:1px solid #f8f8f8;
	column-gap:1rem;
	animation: fade-bottom 1s ease-in;
}
._prod_alt_txt{
	display: flex;
    flex-direction: column;
	padding: 9px;
}
._prod_alt_img{
	max-width: 250px;
	min-width:250px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

._prod_alt_txt  h6{
	font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: .75rem;
    text-align: left;
    padding-left: 60px;
    color: var(--wv-primary);
    position: relative;
}
._prod_alt_txt h6:before {
    content: "";
    position: absolute;
    height: 2px;
    top: 5px;
    left: 0;
    width: 40px;
    background-color: var(--wv-secondary);
}
._prod_alt_txt h4{
	margin-bottom:0;
}
._prod_alt_txt h4 a {
    font-size: 1.2rem;
    line-height: 2.125rem;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
    color:rgb(51 65 85);
}
._prod_alt_txt p {
    font-size: .875rem;
    line-height: 1.5rem;
    margin-top: 5px;
    margin-bottom: 0;
    color:rgb(51 65 85);
    
}
._prod_alt_txt p a{
	display: flex;
    column-gap: 1rem;
    align-items: center;
}
._p_mb_30{
	margin-bottom:30px;
}
.vcenter{
	align-items:center;
	margin-bottom:15px;
	padding-bottom:15px;
}
.hcenter{
	justify-content:center;
}
._prod_top_txt{
	background: #fff;
    padding: 2.2rem;
    margin-bottom: 4rem;
    font-size: 1.5rem;
    text-align: left;
    font-weight: 500;
}
._prod_top_txt:before{
	content: '';
    height: 5px;
    width: 150px;
    background: var(--wv-primary);
    display: block;
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
}

._cld_eng_box{
	
    display: flex;
    overflow:hidden;
	margin-bottom:3rem;
	background:#fff;
	animation: fade-bottom 1s ease-in;
    height: 100%;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}

._cld_eng_box:hover{
	background-color:#fff;
}

._cld_eng_box > div._cld-img_box{
	min-width: 50%;
    max-width: 50%;
    background: #f8f9fb;
    padding: 0.3rem;
    border-radius: 4px;
    height: 100%;
    border: 5px solid #fff;
    display: flex;
    align-items: center;
}
._cld_eng_box > div img{
	width:100%;
}
._cld_box_txt{
	padding:1rem;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
._cld_box_txt p{
	margin-bottom:0;
	text-align:center;
}
._ext_link{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    background: #1f68e0;
    border-radius: 35px;
    height: 40px;
    width: 80px;
    color: #fff;
}

button.close{
	position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99;
    background: #fff;
    width: 36px;
    height: 36px;
}

._cld_eng_box > div h4{
	font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-top: 1rem;
    color: #27272c;
	
}
._cld_eng_box > div h6{
	font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: .75rem;
    text-align: left;
    padding-left: 60px;
    color: var(--wv-primary);
    position: relative;
}
._cld_eng_box > div h6:before {
    content: "";
    position: absolute;
    height: 2px;
    top: 5px;
    left: 0;
    width: 40px;
    background-color: var(--wv-secondary);
}

._success_story_01{
	background:#f8f8f8;
	padding:4rem 0;
}

.timeline {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5rem;
    margin: 0 auto 1rem auto;
    overflow: hidden;
}
.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    border-right: 1px dashed #e9e9e9;
    height: 100%;
    display: block;
}


.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}
.timeline-row .timeline-time {
   position: absolute;
    right: 50%;
    top: 48%;
    text-align: right;
    margin-right: 45px;
    color: rgb(31 104 224);
    font-size: 1.2rem;
    font-weight: 500;
	display: flex;
    column-gap: 1.5rem;
    flex-flow: row-reverse;
	align-items:center;
}
.timeline-row .timeline-time small {
    display: block;
    font-size: 0.8rem;
}
.timeline-row .timeline-content {
    position: relative;
    padding: 2rem;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    flex-direction: column;
	animation: fade-bottom 1s ease-in;
}
._time_para{
	background: #fff;
    padding: 2rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 500;
    color: rgb(51 65 85);
    border-radius: 4px;
    position: relative;
    animation: fade-bottom 1s ease-in;
}
._time_para:before{
	content: '';
    height: 70%;
    width: 5px;
    background-color: #1f68e0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    background: #fff;
}
.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    right: -44px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    background: #d3d3d3;
}
.timeline-row .timeline-content h4 {
    color: rgb(51 65 85);
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 1.5rem;
    
}
.timeline-row .timeline-content p {
    line-height: 150%;
	opacity: 0.7;
    font-size: 0.85rem;
	margin-bottom:0;
}
.timeline-row .timeline-content p._btn{
	opacity:1;
	display: block;
    width: 100%;
}
._time_btn{
	display: flex;
    align-items: center;
    column-gap: 0.5rem;
    margin-top: 1rem;
    border: 1px solid;
    justify-content: center;
    padding: 0.4rem;
    border-radius: 4px;
    background: #1f68e0;
    color: #fff;
}
.timeline-row .timeline-content i {
    font-size: 1.2rem;
    line-height: 100%;
    padding: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #272e48;
    margin-bottom: 10px;
    display: inline-block;
}
.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
    display: flex;
}
.timeline-row .timeline-content .thumbs img {
    margin: 5px;
    max-width: 60px;
}
.timeline-row .timeline-content .badge {
    color: #ffffff;
    background: linear-gradient(120deg, #00b5fd 0%, #0047b1 100%);
}
.timeline-row:nth-child(even) .timeline-content {
    margin-left: 40px;
    text-align: left;
}
.timeline-row:nth-child(even) .timeline-content:after {
    left: -8px;
    right: initial;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg);
}
.timeline-row:nth-child(even) .timeline-content:before {
    left: -46px;
    right: initial;
}
.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}
.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
	display: flex;
    column-gap: 1.5rem;
	align-items:center;
}
.timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
}
.timeline-row:nth-child(odd) .timeline-content:after {
    right: -8px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

.timeline-content h5 {
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: .75rem;
    text-align: left;
    padding-left: 60px;
    color: var(--wv-primary);
    position: relative;
	margin-bottom: 1rem;
}
.timeline-content h5:before {
    content: "";
    position: absolute;
    height: 2px;
    top: 5px;
    left: 0;
    width: 40px;
    background-color: var(--wv-secondary);
}
._main_pad{
	background-color:#fff;
	padding:4rem 0;
}
.modal-open .modal{
	z-index:999999999 !important;
}

._simple_card {
    background: #fff;
    border: 1px solid rgb(225 225 225 / 42%);   
    border-radius: 4px;
    height: 100%;
	overflow:hidden;
	
}
._simple_card:hover{
	 box-shadow: 0px 0px 20px 4px rgb(0 0 0 / 10%);
}

._simple_card_txt {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fdfdfd;
	border-top: 1px solid #ededed;
}
._simple_card_txt p{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	opacity:0.8;
	margin-bottom:0;
	font-size: 0.85rem;
}
._more_link a{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    background: #f8f8f8;
    border-radius: 35px;
    height: 40px;
    width: 80px;
    color: #1f68e0;
}
.mb-30 {
    margin-bottom: 30px;
}
._simple_card_txt h5 {
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: .75rem;
    text-align: left;
    padding-left: 60px;
    color: var(--wv-primary);
    position: relative;
    margin-bottom: 1rem;
}
._simple_card_txt h5:before {
    content: "";
    position: absolute;
    height: 2px;
    top: 5px;
    left: 0;
    width: 40px;
    background-color: var(--wv-secondary);
}
._simple_card_txt h4{
	font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.5rem;
    
}
._simple_card_txt h4 a{
	color: #27272c;
}


.privacy-policy{
padding-top:4rem;
padding-bottom:4rem;
background-color:#fff;
}

.privacy-policy p{
font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    }
.border_privacy{
border:1px solid #f1f1f1;
padding-top:15px;
padding-bottom:15px;}


@media (max-width: 992px) {
    .timeline {
        padding: 15px;
    }
    .timeline:after {
        border: 0;
    }
    .timeline .timeline-row:nth-child(odd) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:after {
        display: none;
    }
}
._team_sec_01{
	background:#fff;
	padding:4rem 0;
}
._person_team{
	position: relative;
    border: 1px solid #f8f8f8;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin-bottom:30px;
	background-color:#f8f8f8;
}
._person_team:hover{
	background-color:#fff;
}
._person_team h6 {
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: .75rem;
    text-align: left;
    padding-left: 60px;
    color: var(--wv-primary);
    position: relative;
    margin-top: 1rem;
    
}
._person_team h6:before {
    content: "";
    position: absolute;
    height: 2px;
    top: 5px;
    left: 0;
    width: 40px;
    background-color: var(--wv-secondary);
}
 ._person_team h4 {
    color: rgb(51 65 85);
    font-weight: 600;
    font-size: 1.2rem;
}
._person_team p{
	display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 1rem;
	opacity:0.7;
}
._team_img{
	width: 100%;
    border-bottom: 1px solid #f8f8f8;
}
._team_img:before {
    content: "";
    display: block;
    height: 150px;
    background-color: var(--wv-primary);
    transition: background 0.5s;
}
._team_img img{
	max-width: 100%;
    object-fit: cover;
    display: block;
    margin: auto;
    width: 250px;
    border-radius: 10px;
    border-width: 5px;
    border-color: rgba(255,255,255,1);
    border-style: solid;
    margin-top: -122px;
    
}
._partner_01{
	background:#f8f8f8;
	padding:2rem 0;
}

.wrap-image {
  position: relative;
	z-index:99;
	margin-bottom:40px;
}
.wrap-image::before, .wrap-image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border: 2px solid #ffffff;
  transition: all 0.25s ease-out;
}
.wrap-image::before {
  background-color:#ffffff;
  top: -6px;
  left: -6px;
}
.wrap-image::after {
  bottom: -6px;
  right: -6px;
}
.wrap-image:hover::before {
  top: 6px;
  left: 6px;
}
.wrap-image:hover::after {
  bottom: 6px;
  right: 6px;
}
._mid_heading{
	margin-bottom:2rem;
	margin-top: 3rem;
}
._event_sidebar{	
    border-top:1px dashed #454548;
	margin-right: 2rem;
}
._event_sidebar ul{
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;   
}
._event_sidebar ul li{
	border-bottom:1px dashed #454548;
}
._event_sidebar ul li a{
	font-size: 0.85rem;
    padding: 0.63rem 0;
    display: block;
	color: #fffc;
	color: #949494;
    font-weight: 400;
    -webkit-transition: letter-spacing 200ms ease, color 200ms ease;
    transition: letter-spacing 200ms ease, color 200ms ease;
}
._event_sidebar ul li a:hover{
	color: var(--wv-primary);
    font-weight: 500;
    letter-spacing: 0.1px;
}
._event_sidebar ul li a.active{
	color:var(--wv-secondary);
    font-weight: 500;
    letter-spacing: 0.1px;
}

._client_01{
	padding:4rem 0;
	background:#f8f8f8;
}

._client_txt{
	height: 100%;
    background: #fff;
    padding: 1.5rem;
	animation: fade-bottom 1s ease-in;
}
._client_txt h6 {
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: .75rem;
    text-align: left;
    padding-left: 60px;
    color: var(--wv-primary);
    position: relative;
    
}
._client_txt h6:before {
    content: "";
    position: absolute;
    height: 2px;
    top: 5px;
    left: 0;
    width: 40px;
    background-color: var(--wv-secondary);
}
._client_txt h4{
	font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 600;
    position: relative;
}
._client_txt p{
	opacity:0.8;
}
._client_outer{
	border: 1px solid #f8f8f8;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 1rem;
    padding: 1rem;
}
._client_outer > div{
	border:1px solid var(--wv-primary);
	max-width: 198px;
	padding: 5px;
	background:#ffffff;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*--------- Mobile ------------*/
@media (max-width: 640px) {
	._top_inner{
		flex-direction:column;
	}
	._top_right_panel{
		display:none;
	}
	._top_hero{
		flex-direction:column;
	}
	._top_hero ._hero_caption{
		width:100%;
		padding-top:0;
		padding-bottom:1rem;
		text-align: center;
	}
	._hero_caption h2 {
		font-size: 2.5rem;
	}
	._hero_img{
		width:100%;
	}
	._bg_img_common{
		padding-top: 7rem;
    padding-bottom: 5rem;
	}
	._copyright_txt{
		flex-direction:column;
	}
	.site-footer h4{
		margin-top:1rem;
	}
	._btm_footer{
		flex-direction:column;
	}
	._page_heading {
		font-size: 2rem;}
	._abt_txt_footer{
		padding-right:0;
	}
	
	._blog_inner{
		flex-direction:column;
	}
	.entry-title{
		font-size:2rem;
	}
	._follow_us_txt{
		font-size: 0.85rem;
	}
	._home_blog_post > ul {    
    flex-direction: column;
	}
	.post-navigation{
		margin-bottom:2rem;
	}
	._home_blog_post > ul li {
		width: 100%;
		margin-bottom:1rem;
	}
	._number_block{
	flex-direction:column;
		margin-top:2rem;
	}
	._abt_sec h2{
		max-width: 100%;
    font-size: 1.4rem;
	}
	._home_blog {
    padding-top: 3rem;
		padding-bottom: 1rem;}
	._abt_txt_block p{
		max-width:100%;
	}
	._number_block > div {
    width: 100%;
		border-left:0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding: 1rem;
}
	._testimonial_banner{
		margin-top:3rem;
	}
	#client-testimonial-carousel{
		margin-top:3rem;
	}
	._contact_address {
    margin-top: 0;   
    padding: 0;    
    margin-bottom: 3rem;
}
	._contact_form {    
    margin-bottom: 2rem;
}
	._contact_address ul li {
		padding-right: 0;}
	._tabs_inner_txt{
		flex-direction:column;
	}
	._tabs_inner_img {
		min-width: 100%;
	margin-bottom:2rem;}
	._new_home_block_01{
		width:100%;
	}
	.video_txt h1{
		width:100%;
		font-size:1.5rem;
	}
	.video_txt p {
    max-width: 90%;    
}
	._new_home_strip{
		padding:0;
	}
	._strip_inner{
		flex-direction:column;
	}
	._strip_inner > div{
		width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e2e2e2;
		padding: 1rem 0rem;
	}
	._strip_inner > div:last-child {
    border-bottom: 0;
}
	._new_home_wed {
    padding-top: 5rem;
}
	._prod_slider, ._product_sec_box, ._prod_alt, ._cld_eng_box{
		flex-direction:column;
	}
	._product_sec_img, ._prod_alt_img{
		max-width:100%;
	}
	._cld-img_box {
		min-width: 100% !important;
		max-width:100% !important;
	}
	._p_mb_30, ._prod_bg_box{
		margin-bottom:30px;
	}
	._prod_bg_box_txt{
		position:relative;
	}
	._prod_alt{
		border:1px solid rgb(74 74 74 / 12%);
	}
	._client_outer{
		justify-content: center;
	}
	._new_vedio_outer{
		display: flex;
    min-width: 100%;
    justify-content: center;
    align-items: center;
    column-gap: 2rem;
    flex-direction: column;
    padding: 2rem 1rem;
	}
	._new_logo_gws{
		max-width:100%;
		min-width:100%;
		text-align: center;
	}
	._new_logo_gws img{
		width:180px;
	}
	._new_cont_hero{
		max-width:100%;
		min-width:100%;
		text-align:center;
	}
	.video_txt h1::before{
		margin:auto;
		margin-bottom:1rem;
	}
}
@media (max-width: 991px) {
	._top_inner{
		flex-direction:column;
	}
	._top_right_panel{
		display:none;
	}
	._top_hero{
		flex-direction:column;
	}
	._top_hero ._hero_caption{
		width:100%;
		padding-top:0;
		padding-bottom:1rem;
		text-align: center;
	}
	._hero_caption h2 {
		font-size: 2.5rem;
	}
	._hero_img{
		width:100%;
	}
	._copyright_txt{
		flex-direction:column;
	}
	.site-footer h4{
		margin-top:1rem;
	}
	._abt_txt_footer{
		padding-right:0;
	}
	._follow_us_txt{
		font-size: 0.85rem;
	}
}
@media (max-width: 768px) {
	
}



._hero_sec{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.5rem;
    padding: 2rem;
    max-width: 90%;
    margin: auto;
    margin-top: 7rem;
    padding-bottom: 4rem;
}
._gcp_logo img{
 max-width: 350px;
}

._filter_box{
    box-shadow: 0 0 5px 0.5px rgb(240 240 240 / 1);
    border-radius: 3px;
    padding: 1rem;
    margin-top: 1rem;
}
._filter_heading{
    font-weight: 600;
    opacity: 0.7;
}
button.get_quote{
    border: 1px solid #256ce1;
    padding: 0.5rem 1.5rem;
    background: #256ce1;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
}

._hero_heading{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 0;
    position: relative;
    text-align: center;
}
._filter{
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-shadow: 0 0 5px 0.5px rgb(240 240 240 / 1);
    border-radius: 3px;
    padding: 1rem;
}
._filter > div{
min-width: 32%;
max-width: 32%;
}
span.price{
    font-weight: 500;
    font-size: 1.2rem;
    padding: 4px 0;
    display: block;
}
._info_box{
    min-width: 32%;
max-width: 32%;
display: flex;
align-items: center;
column-gap: 1rem;
}
._info_box img{
 width: 40px;
 height: 40px;
}
._info_box h4{
    font-size: 1rem;
    font-weight: 500;
    color: #6f6f6f;
    line-height: 1.5;
    margin-bottom: 0;
}
._info_box h4 span{
    display: block;
    color: #000;
    font-weight: 600;
}

._hero_link{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

._info_box{
    display: flex;
    box-shadow: 0 0 5px 0.5px rgb(240 240 240 / 1);
    border-radius: 3px;
    padding: 1rem; 
}
._query_box{
    box-shadow: 0 0 5px 0.5px rgb(240 240 240 / 1);
    border-radius: 3px;
    padding: 1rem; 
}
._v_box{
    box-shadow: 0 0 5px 0.5px rgb(240 240 240 / 1);
    border-radius: 3px;
    padding: 1rem;
    margin-bottom: 30px;
    padding-right: 3rem;
}

.main-heading {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 0;
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
}
.main-heading:before {
    content: "";
    height: 2px;
    width: 40px;
    background-color: #fbbc06;
    display: block;
    margin: auto;
    margin-bottom: 1rem;

}
._qry_content h5{
    margin-top: 4rem;
    margin-bottom: 1rem;
}
._qry_content ol{
    padding-left: 15px;
    margin: 0;
    margin-bottom: 2rem;
}
._qry_content ol li{
    line-height: 1.5;
    padding-bottom: 5px;
}
._info_box{
    display: flex;
    box-shadow: 0 0 5px 0.5px rgb(240 240 240 / 1);
    border-radius: 3px;
    padding: 1rem; 
}