.admin-bar .sticky-header{
	top:32px !important;	
}

.elementor-section .elementor-column-gap-default > .elementor-column > .elementor-element-populated{
	padding:0px;
}

.search-popup .popup-inner{
	position:relative;	
	height: 100vh;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.search-popup .search-form{
	margin-top:0px;
	margin-bottom:0px;
	width:100%;	
	
}

/********* Pagination Style *************/
.pagination{
	text-align:center;
	justify-content:center;
}

.pagination li a,
.pagination li > span,
.paginate-links > span,
.paginate-links a {
    position: relative;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    font-size: 17px;
    min-width: 50px;
    color: #070f64;
    font-weight: 600;
    text-align: center;
    background: #f0f1f7;
	border: 1px solid #e4e5ed;
    border-radius: 0px;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.pagination li:hover a, 
.pagination li.active a,
.pagination li > span.current,
.paginate-links > span,
.paginate-links a:hover {
    color: #ffffff;
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}
ul.bredcrumb-list li + li:before {
    content: '\f105' !important;
    font-family: 'Font Awesome 5 Pro';
}

/***************** Blog Sidebar Style*******************/
.widget{
	position: relative;
	margin-top:40px;
	border: 1px solid #e6e7ef;
	padding: 25px;
}

.widget ul,
.widget ol{
	position:relative;	
	margin:0px;
	padding: 0;
}

.widget ul li,
.widget ol li{
	position: relative;
	display:block;
    padding-left: 22px;
    border-bottom: 1px solid #e6e7ef;
    margin-bottom: 13px;
	font-weight: 600;
    font-family: "Inter";
	padding-bottom:13px;
	font-size: 17px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #070f64;
}

.widget ul li:before,
.widget ol li:before{
	position: absolute;
    top: 8px;
    left: 5px;
    width: 8px;
    height: 8px;
    content: '';
    transition: all .5s;
    background-color: #c5c9d7;
}

.widget ul li ul li:before,
.widget ol li ol li:before{
    top: 21px;
}

.widget ul li:last-child,
.widget ol li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}

.widget ul li ul li,
.widget ol li ol li{
	padding-bottom:0px;
	border-bottom:0px;
	margin-bottom:0px;
	border-top: 1px solid #e6e7ef;
	margin-top:13px;
	padding-top:13px;
}

.widget ul li a,
.widget ol li a{
	position: relative;
	display:inline-block;
    font-size: 17px;
	font-weight: 600;
    font-family: "Inter";
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #070f64;
}

.widget ul li:hover:before,
.widget ol li:hover:before{
	transform: rotate(45deg);
    background-color: #2937dd;
}

.widget ul li a:hover,
.widget ol li a:hover{
	color: #2937dd;
}

/******** Tags ************/
/******** Tags ************/
/******** Tags ************/
.widget .tagcloud{
	position:relative;
	display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.widget .tagcloud a{	
	position: relative;
    display: inline-block;
	font-size: 16px !important;
    font-weight: 400;
    color: #6a6b74;
    line-height: 26px;
    padding: 10px 15px;
    background: #f0f1f7;
	border: 1px solid #f0f1f7;
    font-family: "Heebo";
    text-align: center;
    transition: all .5s;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;	
}
.widget .tagcloud a:hover{
	background-color: #ffffff;
    border-color: #2937dd;
    color: #2937dd;
}

.single-recent-post-feature-image.mr_20 a img{
	height: 100%;
    object-fit: cover;	
}

blockquote p{
	margin-bottom: 0px;	
}
.inventive-comment-item .inventive-comment-item{
	margin-left:80px;	
}
.inventive-comment-item .comments-form-area{
	margin:50px 0px 60px;	
}

/***************** Service Sidebar Style*******************/
.service-sidebar-widget {
	position: relative;
}
.service-sidebar-widget ul{
	position: relative;
    padding: 25px;
    border: 1px solid #e6ebed;
}
.service-sidebar-widget ul li{
	position:relative;
	background-color: #f0f1f7;
    display: block;
    margin-bottom: 5px;
    transition: all 500ms ease;
}
.service-sidebar-widget ul li:last-child{
    margin-bottom: 0px;
}
.service-sidebar-widget ul li a:before{
	position: absolute;
	content: "\e943";
	font-family: 'icomoon' !important;
    right: 5px;
    bottom: 5px;
    width: 27px;
    height: 27px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    transition: .5s;
    background-color: #d9dce9;
}
.service-sidebar-widget ul li a{
	position: relative;
    font-size: 17px;
    line-height: 26px;
    color: #070f64;
    font-weight: 600;
    padding: 15px 25px;
    font-family: "Inter";
    display: inline-block;
    width: 100%;
    transition: all .5s;
}
.service-sidebar-widget ul li:hover a,
.service-sidebar-widget ul li.current-menu-item a{
	color: #ffffff;
    background-color: #2937dd;
	transition: all 500ms ease;
}
.service-sidebar-widget ul li:hover a:before,
.service-sidebar-widget ul li.current-menu-item a:before{
	right: 25px;
    bottom: 14px;
    color: var(--theme-color);
    background-color: #ffff;
	transform: rotate(45deg);	
}
.service-sidebar-widget .download-widget{
	margin-bottom: 0px;
}
/***************** shop Sidebar Style*******************/
.shop-sidebar-widget {
	position: relative;
    margin-bottom: 50px;
}
.shop-sidebar-widget ul{
	position:relative;	
	margin:0px;
	padding: 15px 25px;
	border: 1px solid #e6e7ef;
}

.shop-sidebar-widget ul li{
	position: relative;
	display:block;
    padding-left: 28px;
    border-bottom: 1px solid #e6e7ef;
    margin-bottom: 13px;
	font-weight: 600;
    font-family: "Inter";
	padding-bottom:13px;
	font-size: 17px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #070f64;
}

.shop-sidebar-widget ul li:before{
	position: absolute;
    top: 8px;
    left: 5px;
    width: 8px;
    height: 8px;
    content: '';
    transition: all .5s;
    background-color: #c5c9d7;
}

.shop-sidebar-widget ul li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}

.shop-sidebar-widget ul li a{
	position: relative;
	display:inline-block;
    font-size: 17px;
	font-weight: 600;
    font-family: "Inter";
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #070f64;
}

.shop-sidebar-widget ul li:hover:before{
	transform: rotate(45deg);
    background-color: #2937dd;
}

.shop-sidebar-widget ul li a:hover{
	color: #2937dd;
}

/***************** Footer Widget Style*******************/
.footer-widget{
	position:relative;
	margin-bottom:40px;
}
.footer-widget ul,
.footer-widget ol{
	position:relative;
	margin:0px;
	padding:0px;
}
.footer-widget ul li,
.footer-widget ol li{
    display: block;
    position: relative;   
	font-size: 16px;
    color: #a09fb0;
    font-weight: 400;	
	margin-bottom: 10px;
}
.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom:0px;
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-top:10px;
	margin-left:15px;
}
.footer-widget ul li a,
.footer-widget ol li a{
    position: relative;
    color: #a09fb0;
	display:inline-block;
	font-size: 16px;
    font-weight: 400;
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: #ffffff;
	text-decoration:underline;
}
.main-footer.footer-style-1 .footer-widget ul li,
.main-footer.footer-style-2 .footer-1-middle .footer-widget ul li,
.footer-style-three .widget-section .footer-widget ul li{
	min-width:49%;

	display:inline-block;
}
.footer-style-four .widget-section .footer-widget ul li {
    min-width: 32.7%;
    display: inline-block;
	line-height: 26px;
}
.main-footer .footer-widget ul.social_links li,
.main-footer.footer-style-1 .footer-widget ul.social_links li,
.main-footer.footer-style-2 .footer-1-middle .footer-widget ul.social_links li,
.footer-style-four .widget-section .footer-widget .contact-widget ul li{
	min-width: auto;
}
.footer-style-four .widget-section .footer-widget ul li,
.footer-style-three .widget-section .footer-widget ul li{
	margin-bottom: 9px;
}
.footer-style-three .widget-section .footer-widget ul li:before{
	position: absolute;
    content: '';
    background: #02b857;
    width: 5px;
    height: 5px;
    left: 0px;
    top: 15px;
    transform: rotate(45deg);
    opacity: 0;
    transition: all 500ms ease;
}
.footer-style-three .widget-section .footer-widget ul li a{
	color:#9698a7;
}
.footer-style-three .widget-section .footer-widget ul li a:hover{
	color: #02b857;
    padding-left: 16px;
}
.footer-style-three .widget-section .footer-widget ul li a:hover{
	color: #02b857;
    padding-left: 16px;
	text-decoration:none;
}
.footer-style-three .widget-section .footer-widget ul li:hover:before{
	opacity:1;
}
.footer-style-three .widget-section .footer-widget .subscribe-widget .form-inner i{
	display:none;
}
.footer-style-three .widget-section .footer-widget .subscribe-widget .form-inner .btn-1{
	margin-top:10px;
}
.footer-style-four .widget-section .footer-widget ul li a:hover{
	text-decoration:none;
}
.footer-style-four .widget-section .footer-widget .contact-widget ul li{
	margin-bottom:0px;
}
.footer-style-four .widget-section .footer-widget .contact-widget ul.info-list{
	margin-bottom: 25px;
}
.footer-style-six .widget-section .footer-widget ul li,
.footer-style-five .widget-section .footer-widget ul li{
	margin-bottom: 9px;
}
.footer-style-five .widget-section .footer-widget ul li a{
	color: #6a6d6c;
	font-size:16px;
	line-height:26px;
}
.footer-style-five .widget-section .footer-widget ul li a:hover{
	color: #03c78e;
	text-decoration:none;
}
.footer-style-six .widget-section .footer-widget ul li a{
	color: #6f6b6a;
	font-size:16px;
	line-height:26px;
}
.footer-style-six .widget-section .footer-widget ul li a:hover{
	color: #e7bd93;
	text-decoration:none;
}
.footer-style-five .widget-section .footer-widget.widget_media_gallery .gallery .gallery-item{
    position: relative;
    width: 80px;
    float: left;
    margin: 0px 5px 15px 5px;
}

.footer-style-eight .widget-section .footer-widget ul li,
.footer-style-seven .widget-section .footer-widget ul li,
.footer-style-ten .widget-section .footer-widget ul li{
	position:relative;
	display:inline-block;
	min-width:49%;
	margin-bottom: 9px;
}
.footer-style-seven .widget-section .footer-widget ul li a{
	color: #ae9dbc;
	font-size:16px;
	line-height:26px;
}
.footer-style-seven .widget-section .footer-widget ul li a:hover{
	color: #ffffff;
	text-decoration:none;
}
.footer-style-seven .footer-top .top-inner .form_group input{
	padding: 35px 200px 35px 20px;
}
.footer-style-seven .footer-top .top-inner .form_group .btn-1{
	position: absolute;
	background: #451e65 !important;
	color: #ffffff !important;
    right: 10px;
    top: 11px;
}
.footer-style-seven .footer-top .top-inner .form_group .btn-1:hover{
	background: var(--theme-color) !important;
}
.footer-style-seven .footer-top .form-inner .form_group {
    position: relative;
    display: block;
    margin-bottom: 19px;
}
.footer-style-eight .widget-section .footer-widget ul li a{
	color:#6a6970;
	font-size:16px;
	line-height:26px;
}
.footer-style-eight .widget-section .footer-widget ul li a:hover{
	color:#a05344;
	text-decoration:none;
}
.footer-style-nine .widget-section .footer-widget ul li,
.footer-style-11 .widget-section .footer-widget ul li{
	 margin-bottom: 9px;
}
.footer-style-nine .widget-section .footer-widget ul li a{
	font-size: 16px;
    line-height: 26px;
    color: #a8a3a3;
}
.footer-style-nine .widget-section .footer-widget ul li a:hover{
	color:#ef2b05;
	text-decoration:none;
}
.footer-style-ten .widget-section .footer-widget ul li a{
	font-size: 16px;
    line-height: 26px;
    color: #bfbed3;
}
.footer-style-ten .widget-section .footer-widget ul li a:hover{
	color: #ef592a;
	text-decoration:none;
}
.footer-style-ten .widget-section .footer-widget .logo-widget a:hover{
	color: #fff;
}
.footer-style-ten .widget-section .footer-widget .logo-widget .footer-logo a{
	padding-left: 0px;
}
.footer-style-ten .contact-widget .support-box {
    padding: 17px 0px 0px 58px !important;
}
.footer-style-11 .widget-section .footer-widget ul li a{
	font-size: 16px;
    line-height: 26px;
    color: #a8b9c6;
}
.footer-style-11 .widget-section .footer-widget ul li a:hover{
	color: #fff;
	text-decoration:none;
}
.footer-style-12 .widget-section .footer-widget ul li{
    margin-bottom: 5px;
}
.footer-style-12 .widget-section .footer-widget ul li a{
	position: relative;
    display: inline-block;
    font-size: 16px;
	line-height:26px;
    color: #696675 !important;
}
.footer-style-12 .widget-section .footer-widget ul li a:hover{
	color: #532cf6;
	text-decoration:none;
}
.footer-style-12 .widget-section .footer-widget .logo-widget .list-item li {
    margin-bottom: 4px !important;
}
.footer-style-12 .contact-widget .info-list li {
    margin-bottom: 12px !important;
}
.footer-style-13 .widget-section .footer-widget .logo-widget .form-inner .form_group i{
    position: absolute;
    bottom: 79px;
    left: 15px;
    color: #fd381e;
}
.footer-style-13 .widget-section .footer-widget .logo-widget .form-inner .form_group input{
	padding: 0px 40px;
	margin-bottom: 10px;
}
.footer-style-13 .widget-section .footer-widget ul li{
	position:relative;
	display:inline-block;
	min-width:49%;
	margin-bottom: 10px;
}
.footer-style-13 .widget-section .footer-widget ul li a{
	color: #a8b2c4;
	line-height:26px;
}
.footer-style-13 .widget-section .footer-widget ul li a:hover{
	color: #fd381e;
	text-decoration:none;
}
.footer-style-15 .footer-top .form-inner .form_group i,
.footer-style-16 .footer-top .form-inner .form_group i,
.footer-style-18 .footer-top .form-inner .form_group i{
	display: none;
}
.footer-style-15 .footer-top .form-inner .form_group input,
.footer-style-16 .footer-top .form-inner .form_group input,
.footer-style-18 .footer-top .form-inner .form_group input{
	padding: 0px 190px 0px 20px;
}
.footer-style-18 .footer-top .form-inner .form_group input{
	border-radius:50px;
	background:transparent;
}
.footer-style-15 .footer-top .form-inner .form_group button.btn-1,
.footer-style-16 .footer-top .form-inner .form_group button.btn-1,
.footer-style-18 .footer-top .form-inner .form_group button.btn-1{
	position: absolute;
    right: 0px;
	padding: 14px 30px;
}
.footer-style-18 .footer-top .form-inner .form_group button.btn-1{
	border-radius:0px 50px 50px 0px;
}
.footer-style-17 .widget-section .footer-widget ul li,
.footer-style-15 .widget-section .footer-widget ul li{
	position:relative;
	display:inline-block;
	min-width:49%;
	margin-bottom:9px;
}
.footer-style-15 .widget-section .footer-widget ul li a{
	font-size: 16px;
    line-height: 26px;
    color: #a9a5aa;
}
.footer-style-15 .widget-section .footer-widget ul li a:hover{
    color: #a60ae4;
	text-decoration:none;
}

.footer-style-15 .logo-widget .social-links li {
	min-width:inherit !important;
}
.footer-style-15 .footer-top .form-inner {
    position: relative;
    margin-top: 20px !important;
}
.footer-style-16 .footer-top .form-inner{
	margin-top:15px;
}
.footer-style-17 .widget-section .footer-widget ul li a{
	font-size: 16px;
    line-height: 26px;
    color: #a5a5b2;
}
.footer-style-17 .widget-section .footer-widget ul li a:hover{
	color: #fe4a47;
	text-decoration:none;
}
.footer-style-17 .widget-section .footer-widget .subscribe-widget .form-inner .form-group button{
    width: 100%;
    display: block;
    padding: 14px 25px;
    text-align: center;
	color: #ffffff;
	background-color: var(--theme-color);
}
.footer-style-17 .widget-section .footer-widget .subscribe-widget .form-inner .form-group button:hover{
	color: var(--theme-color);
	background-color: #ffffff;
}
.footer-style-18 .widget-section .footer-widget ul li{
	position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.footer-style-18 .widget-section .footer-widget ul li a{
	color: #6b686c;
}
.footer-style-18 .widget-section .footer-widget ul li a:hover{
	color: #b03ebf;
	text-decoration:none;
}
/************ custom style *********************/
.right-sidebar .our-shop,
.right-sidebar .service-details-content,
.right-sidebar .blog-details-content,
.right-sidebar .blog-classic-content{
	margin-right: 25px;
}
.left-sidebar .our-shop,
.left-sidebar .service-details-content,
.left-sidebar .blog-details-content,
.left-sidebar .blog-classic-content{
	margin-left: 25px;
}
.shop-page-section .our-shop .text{
	margin:0px;
}
.footer-style-three .post-widget .post h6 a:hover{
	color: var(--theme-color);
}
.service_home_four .services_block_1.inventive-service .services_block_content hr{
	margin: 1rem 0 !important;
    color: inherit;
    background-color: currentColor !important;
    border: 0;
    opacity: 0.25;
}
.news-block-four .inner-box h6 a{
	color: #fff;
}
.newsletter_form_inner i{
	position: absolute;
    left: 20px;
    top: 48px;
    font-size: 18px;
    transition: 0.3s;
	color:#6425ce;
}
.newsletter_form_inner .btn-1 {
    position: absolute;
    display: inline-flex;
    overflow: hidden;
    text-align: center;
    z-index: 1;
	width: auto !important;
    transition: .5s;
	right: 0;
    background-color: var(--theme-color) !important;
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    padding: 11px 30px;
}
.newsletter_form_inner input[type="email"] {
    padding-right: 190px;
}
.service_home_four .services_block_content h4 a {
    padding: 0px 95px 0px 0px;
}
.home_ten_blog_section .blog-image .overlay_content i {
    color: #ef592a;
    font-size: 19px;
    background: #f3f0ef;
    padding: 13px 0px 19.2px 12px;
}
.home_eleven_team .profile img {
    border-radius: 10px;
}
.home_eleven_team .shear_hover_content .hober_icon_box i{
	color: #f2f0f1;
}
.highlights_sec_13 .highlights_block_two .inner_box .icon_box{
  position: relative;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  height: 80px;
  width: 100px;
}
.news-block-one span.blog_tag a{
	color: #070f64;
}
.news-block-one:hover span.blog_tag a{
	color: #fff;
}
.testimonial-block-three .rating li,
.testimonial-block-two .rating li {
    margin-right: 4px;
}
.news-block-two .blog_tag a{
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--theme-color);
    font-weight: 700;
    font-family: "Inter";
}
.industries_sec_3 .slider_button_next, 
.industries_sec_3 .slider_button_prev {
    background-color: #e1e5e3;
}
.industries_sec_3 .slider_button_next:hover, 
.industries_sec_3 .slider_button_prev:hover {
    color: #fff;
    background-color: var(--theme-color);
}
.services_navigation_btn {
    top: -75px !important;
}
.industry-section.home-5 .industry_block_1 a.read_more_1_btn:hover i:before{
	transform: rotate(0deg);
}
.news-block-one.style_2:hover span.blog_tag a{
	color: #1b1918;
    background-color: var(--theme-color);
}
.banner-section-seven .slider__pagination {
    right: 68px !important;
	left:inherit !important;
	bottom:0 !important;
	width:auto !important;
}
.footer-style-seven .footer-top .form-inner .form_group i,
.hidden-sidebar .content .newsletter-widget .form_group i,
.banner-section-eight .content-box .form-inner .form_group i{
	display: none;
}
.banner-section-eight .content-box .form-inner .form_group input{
	position: relative;
    display: block;

    max-width: 370px;
    height: 60px;
    width: 100%;
    border: 1px solid #ded6d4;
    background: transparent;
    font-size: 16px;
    color: #6a6970;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.home_eight_faq {
    background-size: cover;
}
.footer-style-eight .post-widget .post h6 a{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: var(--theme-color);
}
.footer-style-eight .post-widget .post h6 a:hover{
	color: var(--theme-color);
}
.services_nine_wrap:hover .icon_box i {    
	font-size: 45px !important;
}
.home_nine_testimonial_container .testimonial-block-eight p {
    max-width: 500px;
}
.sidebar-page-container .blog-classic-content .news-block-two .image-box .image img{
	max-height: 450px;
    object-fit: cover;
}
.home_eleven_blog_content .btn-1 a{
    color: #ffffff;
}
.team_icon_box .shear_hover_content .hober_icon_box a.twiter:first-child,
.twelve_team_icon_box .team_icon_box .shear_hover_content .hober_icon_box a.twiter:first-child{
	border-left: none;
}

.quote_sixteen_right_content .social_links li a .e-font-icon-svg{
    display: inline-block;
    color: #070009;
    background-color: #ffffff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
}
.ml_60 {
    margin-left: 60px !important;
}
.consultform_sec1 .author_box .author_content p{
	margin-bottom: 0px !important;
}
section.home_fifteen_form.alt_sec {
    z-index: 1;
}
/*** 

====================================================================
			Team-details-Page
====================================================================

***/
.team-details{
	position: relative;
	padding: 100px 0px 50px 0px;
}

.team-details .image-box{
	position: relative;
	display: block;
	padding-right: 40px;
	padding-bottom:60px;
}

.team-details .image-box img{
	width: 100%;
}

.team-details .image-box .image-2{
	position: absolute;
	left: 0px;
	bottom: 66px;
}

.team-details .image-box .image-shape{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 271px;
	height: 231px;
	background-repeat: no-repeat;
	z-index: -1;
}

.team-details .content-box{
	position: relative;
	display: block;
	margin-top: -14px;
}

.team-details .content-box h2{
	position: relative;
	display: block;
	font-size: 34px;
	line-height: 44px;
	font-weight: 700;
	margin-bottom: 14px;
}

.team-details .content-box .text h3{
	font-size: 25px;
}

.team-details .content-box h2 span{
	font-size: 30px;
	display: block;
}

.team-details .content-box .designation{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 31px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.team-details .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 25px;
}
.team-details .content-box .text h3,
.team-details .content-box .text p{
	margin-bottom: 25px;
}

.team-details .content-box .text h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
}

.team-details .content-box .text .list-item li{
	position: relative;
	display: block;
	padding-left: 30px;
	margin-bottom: 13px;
}

.team-details .content-box .text .list-item li:last-child{
	margin-bottom: 0px;
}

.team-details .content-box .text .list-item li:before{
	position: absolute;
	content: '';
	width: 14px;
	height: 16px;
	left: 0px;
	top: 6px;
	background-color:#2937dd;
	background-repeat: no-repeat;
}

.team-details .content-box .contact-inner h6 a{
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #1f1f1f;
	margin-bottom: 30px;
}

.team-details .content-box .contact-inner h4{
	display: block;
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 15px;
}

.team-details .content-box .contact-inner h4 a{
	display: inline-block;
	color: #1f1f1f;
}

.team-details .content-box .contact-inner h4 a:hover{
	color: #a9774e;
}

.team-details .content-box .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.team-details .content-box .social-links li:last-child{
	margin: 0px !important;
}

.team-details .content-box .social-links li a{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 52px;
	text-align: center;
	border: 1px solid #2937dd;
	border-radius: 50%;
	font-size: 16px;
	color: #2937dd;
}

.team-details .content-box .social-links li a:hover{
	background:#2937dd;
	color: #fff;
}

.breadcrumb-item + .breadcrumb-item{
	padding-left:0px !important;	
}
.breadcrumb-item + .breadcrumb-item::before{
	padding-right:0px !important;	
}


.blog-sidebar .widget_block .wp-block-group__inner-container h2,
.blog-sidebar .widget_search .wp-block-search .wp-block-search__label{
	position:relative;
	font-size:20px;
    font-weight: 600;
	margin-bottom: 15px;
	line-height: 40px;
    color: var(--theme-color);
	font-family: "Inter";
}

.te-icon svg{
	height:auto;
}

.statement_block .image_box .icon img{
	height:60px;
}

.solutions_block_one .solutions_icon_box.invent-te-icon img{
	width: 74px;
}

.comment-inner .inventive-comment-item .comment-form-area{
	margin-bottom: 40px;
	margin-top:0;
}

.news-block-two .lower-content.pad-adjustment{
	padding: 30px;
}

.mh-80{
	min-height: 80px;
}

blockquote{
	padding: 40px;
	margin-bottom:25px;
	background-color: #f4f7f7;
}

.post_tag h6 i{
	margin-right:8px;
}

.widget .wp-block-group{
	margin-bottom: 0px;
}

.footer-widget .search-widget form input[type="search"]{
	padding:0 20px;
}

.footer-widget .search-widget form button{
	right: 20px;
}

/* new update css */
.project_block_2_content .category_tag span {
    width: 9px;
    height: 9px;
    background-color: #03c78e;
    display: inline-block;
    transform: rotate(45deg);
    margin-right: 7px;
	position: relative;
    top: -2px;
}

.project_block_2_content .link_btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.project_block_2_content .link_btn a {
    width: 50px;
    height: 50px;
    background-color: #f1f4f3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project_block_2_content .link_btn a span {
    transform: rotate(45deg);
    display: inline-block;
}

.support-section .slide_navigation {
	top: 47%;
	bottom: auto !important;
}

.banner-slider-nav.slider_nav_s1 {
    position: absolute;
    top: 50%;
    left: 50px;
    right: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
    color: #fff;
    font-size: 30px;
    transform: translateY(-50%);
}

.social_icons_left_side {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    line-height: 82px;
    color: #a5a3a2;
    font-weight: 400;
    font-family: "Heebo";
    text-align: center;
    transform: translateY(-50%);
}

.social_icons_left_side a {
    color: #a5a3a2;
    transform: rotate(90deg);
    display: inline-block;
    margin: 20px 0px;
    transition: .5s;
}

.social_icons_left_side a i {
    margin-right: 8px;
    display: inline-block;
    transform: rotate(-90deg);
}

.social_icons_left_side a:hover {
    color: var(--theme-color);
}

@media only screen and (max-width:1200px) {
	.social_icons_left_side {
		display: none;
	}
}