@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
html {scroll-behavior: smooth;}
/*   font-family: "Instrument Sans", sans-serif; */
/*   font-family: "Poppins", sans-serif; */
/* font-family: "Inter", sans-serif; */
/*  font-family: "Roboto Condensed", sans-serif; */

:root {
    --white: #FFFFFF;
    --Black: #000000;
    --Blue: #2F8AF8;
    --DarkGray: #1E1E1E;
}
section{
	transition:0.5s ease-in-out;
}
body {
    background-color: #101010;
    overflow-x: hidden;
}
body.error404 .site_main{
	padding-top:150px;
	color:#fff;
}
.container {
    max-width: calc(1216px + var(--bs-gutter-x, .75rem) * 2);
}

.title,
.text {
    font-family: "Poppins", sans-serif;
}

/* fonts */
/* #### Generated By: http://font.download #### */

@font-face {
    font-family: 'Futura Std Extra Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Futura Std Extra Bold'), url('../fonts/FuturaStdExtraBold.woff') format('woff');
}

/* ===== Search Icon & Form Styles ===== */
.header-search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 15px; /* Adjust spacing */
}

/* Search Toggle Icon */
.header-search-wrapper .search-toggle {
    color: #FFFFFF; 
    font-size: 18px;
    padding: 10px;
    display: block;
    cursor: pointer;
	transition: .5s all ease-in-out;
}
.header-search-wrapper .search-toggle:hover {
  color: #1264C8;
}

/* Search Form Container (Hidden by Default) */
.header-search-wrapper .search-form-container {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px; 
    background: #fff;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 999;
    border-radius: 4px;
}

/* Show Search Form When Active */
.header-search-wrapper.active .search-form-container {
    display: block;
}

/* Search Input Field */
.header-search-wrapper .search-field {
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
}

/* Search Submit Button */
.header-search-wrapper .search-submit {
    position: absolute;
    right: 15px;
    top: 25px;
    background: transparent;
    border: none;
    color: #777;
    cursor: pointer;
}

/* fonts */
#menu-item-829{
	color:#ffffff;
}
.btn_arrow {
    padding: 15.5781px 26.3671px;
    background: #1264C8;
    border-radius: 64px;
    border: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    column-gap: 11px;
    color: var(--white);
    transition: .5s all ease-in-out;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 114.66%;
}
.btn-secondary:focus,
.btn_arrow:focus{
	box-shadow:unset;
}
.btn_arrow:hover {
    color: var(--Black);
    background: var(--white);
}

.btn_arrow svg path {
    transition: .5s ease-in-out;
}

.btn_arrow:hover svg path {
    transition: .5s ease-in-out;
    fill: var(--Black);
}
.section_help .option_button,
.btn-secondary {
    border: 1.5px solid #1264C8;
    background: transparent;
    border-radius: 64px;
    padding: 13.5781px 26.3671px;
    font-family: "Instrument Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 114.66%;
    transition: .5s ease-in-out;
}
.section_help .option_button:hover,
.btn-secondary:hover {
    background: #1264C8;
    border: 1.5px solid #1264C8;
}
.menu-item{
	position:relative;
}
 .menu-item::after{
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	background:#2F8AF8;
	width:100%;
	height:2px;
	transform:scale(0);
	transition: .3s ease-in-out;
}
.menu-item.active::after{
	transform:scale(1);
} 
 .menu-item:hover::after{
	transform:scale(1);
}
/* section_hero */
.section_hero {
    padding: 221px 20px 164px 20px;
    text-align: center;
 	 position:relative;
    width: 100vw; /* Full width of the viewport */
  
    overflow: hidden;
/* 	height:100vh; */
}
.section_hero.wbd-video-bg::after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0.5);
}
.hero_video_wrapper {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: -1;
    pointer-events: none;
}

.hero_video_iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
	z-index:-1;
}
.wbd-video-bg .video-block{
	position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.wbd-video-bg .video-block video,
.wbd-video-bg-2 .video-block video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wbd-video-bg-2 .video-block{
    pointer-events: none;
}

.hero_video,
.image-background{
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: -1;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.section_hero .title {
    font-family: 'Futura Std Extra Bold';
    color: var(--white);
    font-size: 135.4px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    overflow-wrap: break-word;
	position:relative;
	z-index:5;
}

.section_hero .title span {
    color: var(--Blue);
}

/* section_hero */

/* section_appoinment */
.section_appoinment {
    padding: 75px 20px 82px 20px;
    text-align: center;
    position: relative;
    background-image: url(../images/Ellipse.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
	position:relative;
}

.section_appoinment::before{
    position: absolute;
    content: '';
    width: 613px;
    height: 2px;
	background-image:url(../images/linr.png);
	    top: 1px;
    z-index: 999;
    right: auto;
	    left: 50%;
    transform: translateX(-50%);
}

.section_appoinment .img_logo {
    margin-bottom: 27px;
}

.section_appoinment .title {
    font-weight: 600;
    font-size: 31px;
    line-height: 155%;
    color: var(--white);
    max-width: 658px;
    margin: auto;
    margin-bottom: 27px !important;
}

.section_appoinment .text {
    font-weight: 300;
    font-size: 15px;
    line-height: 173%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #AFAFAF;
    max-width: 632px;
    margin: auto;
    margin-bottom: 27px !important;

}

.section_appoinment .text strong {
    font-weight: 600;
    color: var(--white);
}

.section_appoinment .button_wrap {
    column-gap: 14px;
    display: flex;
    justify-content: center;
}

/* section_appoinment */

.single_services {
    position: relative;
	text-decoration:none;
}

.section_services .wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17px;
    row-gap: 27px;
}

.section_services .single_services:nth-child(3) {
    grid-row: span 2 / span 2;
}

.section_services .single_services:nth-child(4) {
    grid-column: span 2 / span 2;
}

.section_services .blast_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);

    transition: .5s all ease-in-out;
}

.section_services .wrap .single_services:hover .blast_img {
    transform: translate(-50%, -50%) scale(1);
}

.section_services .wrap .single_services {
    overflow: hidden;
    min-height: 333px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    width: 100%;
    cursor: pointer;
	 background-size: cover;
    background-position: center;
	    background-repeat: no-repeat;
}

.section_services .wrap .people {
    transition: .5s all ease-in-out;
    position: absolute;
    left: 0;
	bottom:0;
    
}
.section_services .wrap .single_services:hover .people {
    transform: scale(1.1);
}

.section_services .wrap .bottom_content {
    z-index: 2;
    display: flex;
/*     flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 33px 23px 20px;
}

.section_services .wrap .title {
    font-weight: 750;
    font-size: 35.2px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
   font-family: "Roboto Condensed", sans-serif;
    max-width: 265px;
}
.section_services .wrap .single_services .title span {
    transition: .5s all ease-in-out;
}
.section_services .wrap .single_services:hover .title span {
    color: #2F8AF8;
}
.section_services .wrap .single_services:hover .bottom_content svg {
    fill: var(--white);
}

.section_services .wrap .single_services:hover .bottom_content path {
    fill: var(--Black);
}

/* section_our_partners */
.section_our_partners {
    padding: 139px 20px 111px 20px;
    text-align: center;
    background-image: url(../images/Ellipse.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.section_our_partners .title {
    color: var(--white);
    font-size: 31px;
    font-weight: 600;
    line-height: 155%;
    margin-bottom: 27px;
}

.section_our_partners .text {
    color: #AFAFAF;
    max-width: 632px;
    margin: auto;
    font-size: 15px;
    font-weight: 300;
    line-height: 173%;
    margin-bottom: 54px;
}

.section_our_partners .logo {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
    justify-content: center;
	position:relative;
}
.section_our_partners .logo::after{
	content:'';
	position:absolute;
	background: linear-gradient(89.63deg, #101010 0.27%, rgba(16, 16, 16, 0) 26.62%, rgba(16, 16, 16, 0) 76.62%, #101010 98.81%);
	width:100%;
	height:100%;
	background-size:cover;
	pointer-events:none;
	
}
.section_our_partners .logo img{
/* 	max-width:150px; */
	margin:0 20px;
}
/* section_our_partners */
/* section_help */
.section_help {
    padding: 74px 20px 110px 20px;
    text-align: center;
    background-image: url(../images/help.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	position:relative;
}
.section_help::after{
    position: absolute;
    content: '';
    width: 613px;
    height: 2px;
	background-image:url(../images/linr.png);
	bottom: 1px;
    z-index: 999;
    right: auto;
	left: 50%;
    transform: translateX(-50%);
}

.section_help img {
    margin-bottom: 15px;

}

.section_help .title {
    font-size: 36px;
    color: var(--white);
    font-weight: 500;
    line-height: 164%;
}

.section_help .text {
    font-weight: 500;
    line-height: 164%;
    font-size: 17px;
    margin-bottom: 40px;
    color: var(--white);
}

.section_help .button_wrap {
    display: flex;
    column-gap: 28px;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;

}

/* section_help */
/* section_about */
.section_about{
    padding-bottom: 65px;
	padding-top:65px;
}
.section_about .wrap_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.section_about .wrap_left .title {
    font-size: 31px;
    line-height: 160%;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--white);
}

.section_about .wrap_left .text {
    font-weight: 300;
    font-size: 15px;
    line-height: 173%;
    letter-spacing: 0.03em;
    color: #AFAFAF;
    max-width: 503px;
    margin-bottom: 22px;
}

/* section_about */
/* site_footer */
.site_footer {
    padding: 141px 20px 51px 20px;
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
/*     background-position: bottom center; */
}

.site_footer .logo {
    margin-bottom: 28px;
}

.site_footer .wrap_middle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid #2F8AF8;
    border-radius: 0;
}

.site_footer .wrap_middle .left .text {
    font-weight: 300;
    font-size: 15px;
    line-height: 173%;
    letter-spacing: 0.03em;
    color: #AFAFAF;
    max-width: 443px;
    margin-bottom: 35px;
}

.site_footer .wrap_middle .middle {
/* 	position:relative; */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 133%;
    text-align: center;
    color: #FFFFFF;
}

.site_footer .wrap_middle .middle ul {
    padding: 0;
}
.site_footer .wrap_middle .middle ul li.nav-item-210{
	padding-top:0;
}
.site_footer .wrap_middle .middle ul li.nav-item-829{
/* 	position: absolute;
    bottom: -27px;
    width: 132px;	 */
	order:1;
}
.site_footer .wrap_middle .middle ul li {
    list-style: none;
    margin-bottom: 15px;
}
.site_footer .wrap_middle .middle ul li a{
	color:white;
}
.site_footer .wrap_middle .right .adr {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #2F8AF8;
    margin-bottom: 31px;
}

.site_footer .wrap_middle .right .time {
    column-gap: 54px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
	justify-content: space-between;
}

.site_footer .wrap_middle .right .time:last-child {
    margin-bottom: 0;
	justify-content: flex-start;
}

.site_footer .wrap_middle .right .time:nth-child(3) {
	 column-gap:179px;
}

.site_footer .bottom {
    padding: 15px 0 0 0;
	
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.site_footer .bottom a {
		text-decoration:none;
}
.site_footer .bottom .right,
.site_footer .bottom .left {
    column-gap: 23px;
    display: flex;
    flex-wrap: wrap;
}

.site_footer .bottom .left a {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff9e;
}

.site_footer .bottom .right .cp  a{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF !important;

}
.site_footer .bottom .right .social_icone{
	    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
}
.site_footer .bottom .right .social_icone a{
	color:white;
	transition: .5s ease-in-out;
}
.site_footer .bottom .right .social_icone a:hover{
	color:#1264C8;
}
.site_footer .navbar-nav{
	align-items: flex-start;
}
/* site_footer */

/* site_header */
.site_wrap:has(.promotional.active){
	padding-top:37px;

}
/* .site_wrap{
	padding-top:93px;
		transition:0.5s ease-in-out;
} */
.site_header {
    padding: 0 0 22px 0;
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(86, 86, 86, 0.4);
    backdrop-filter: blur(2px);
    position: fixed;
    width: 100%;
	top:0;
    left: 0;
	z-index:99;
/* 	transition:0.5s ease-in-out; */
}
.single-service .site_header{
	background: #000000;
}

.site_header nav {
    margin-top: 23px;
    padding: 0;
}

.site_header .navbar-expand-lg .navbar-collapse {
    column-gap: 20px;
	 justify-content: flex-end;
}

.site_header .navbar-expand-lg .navbar-nav .nav-link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
	padding-left:0;
	padding-right:0;
}
#menu-menu-1{
	column-gap:29px;
}

.site_header .promotional {
    background: linear-gradient(90deg, #1264C8 0%, #093162 100%);
    padding: 8px;
  
}
.site_header .promotional .container {
	  position: relative;
}
.site_header .promotional button {
    position: absolute;
    right: 20px;
    top: -2px;
    background: transparent;
    border: 0;
}

.site_header .promotional .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

/* site_header */

.section_latest_service_post {
    padding-top: 178px;
	padding-bottom:30px !important;
}

.section_latest_service_post .title.post_title {
    max-width: 350px;
    line-height: 135%;
    margin-bottom: 27px;
}

.section_latest_service_post .post_category_wrap {
    font-family: "Inter", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    line-height: 141%;
    color: #2F8AF8;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;

}
.section_latest_service_post .post_category_wrap .static_text{
    color: #FFFFFF;
}
.section_latest_service_post .post_content.text{
    max-width: 440px;
}

.section_service_filter {
    padding-top: 32px;
	padding-bottom:200px;
}

.section_service_filter .search_wrap form {
    max-width: 436px;
    margin-left: auto;
    background: #F9F9F9;
    border: 1px solid #DCDEEE;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    padding: 8px 15px 8px 20px;
    align-items: center;
    column-gap: 12px;
}

.section_service_filter .search_wrap form input:focus {
    box-shadow: unset;
    border: unset;
    outline: unset;
	
}

.section_service_filter .search_wrap form label {
    margin: 0;
}

.section_service_filter .search_wrap form input::placeholder {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 173%;
    color: #071C35 !important;
}

.section_service_filter .search_wrap form input {
    width: -webkit-fill-available;
    border: unset;
	background:transparent;
}

.section_service_filter .search_wrap form button {
    background-color: #2F8AF8;
    border-radius: 50%;
    padding: 4px 10px;
    border: transparent;
    transition: .5s all ease-in-out;
}

.section_service_filter .search_wrap form button:hover {
    background-color: #3A6FEB;
}

.section_service_filter .search_wrap form button svg {
    transition: .5s all ease-in-out;
}

.section_service_filter .search_wrap form button:hover svg {
    transform: translateX(4px);
}

.section_service_filter .bottom {
    padding-top: 25px;
}
.section_service_filter .bottom .left .title {
    font-weight: 500;
    font-size: 19px;
    line-height: 138%;
    color: #FFFFFF;
	margin-bottom:27px;
}

.section_service_filter .bottom .left label {
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
	margin-bottom:17px;
	font-family: "Inter", sans-serif;
}

.section_service_filter .custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 16px;
    color: white;
    gap: 8px;
}

.section_service_filter .custom-checkbox input {
    display: none;
}

.section_service_filter .custom-checkbox .checkmark {
    width: 22px;
    height: 22px;
    border: 2px solid white;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease;
}

.section_service_filter .custom-checkbox input:checked+.checkmark {
    border-color: #007bff;
    background-color: transparent;
}

.section_service_filter .custom-checkbox input:checked+.checkmark::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.section_service_filter .post_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 34px;
    row-gap: 40px;
}
.section_service_filter .post_grid .single_post  {
    max-width: 443px;
/* 	cursor:pointer; */
	position:relative;
}
.section_service_filter .post_grid .single_post .whole_link{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:5;
}
.section_service_filter .post_grid .single_post .btn-secondary{
	z-index:9;
	position:inherit;
}
.section_service_filter .post_grid .single_post a.btn{
	border: 1.5px solid #1264C8;
    background: transparent;
    border-radius: 64px;
    padding: 13.5781px 26.3671px;
    font-family: "Instrument Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 114.66%;
    transition: .5s ease-in-out;
	color:#ffffff;
}
.section_service_filter .post_grid .single_post .image  {
    overflow: hidden;
    margin-bottom: 14px;
}
.section_service_filter .post_grid .single_post .image img {
    border-radius: 3px;
    filter: grayscale(100%);
    transition:  .5s ease-in-out all;
	min-height:282px;
}

.section_service_filter .post_grid .single_post:hover .image img {
    filter: grayscale(0%);
    scale: 1.1;
}
.section_service_filter .post_grid .single_post .category {
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    line-height: 141%;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
}
.section_service_filter .post_grid .single_post .title,
.section_service_filter .post_grid .single_post .post_title {
    font-weight: 600;
    font-size: 31px;
    line-height: 42px;
    color: #FFFFFF;
}
.section_service_filter .post_grid .single_post .post_title span{
    transition: 0.5s ease-in-out;
}
.section_service_filter .post_grid .single_post:hover .post_title span{
    color: #3A6FEB;
}
.section_service_filter .post_grid .single_post .post_content {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 15px;
    line-height: 173%;
    letter-spacing: 0.03em;
    color: #AFAFAF;
}
.section_team_hero{
    padding-top: 168px;
    text-align: center;
    overflow: hidden;
    position: relative;
	
}


.section_team_hero .title{
    font-family: 'Futura Std Extra Bold';
    color: #FFFFFF;
    font-weight: 700;
    font-size: 116.4px;
    line-height: 108%;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 62px;
}
.section_team_hero .title span{
    color: #2F8AF8;
}
.section_team_hero .wbd_image img{
    width: 100%;
}
.section_team{
    padding-bottom: 144px;
/*     padding-top: 40px; */
    
}
.section_team .container{
    max-width: calc(1155px + var(--bs-gutter-x, .75rem) * 2);
}
.section_team .wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 21px;
    row-gap: 59px;
}
.section_team .single_member .image{
    background-image: url(https://dev.suposatech.com/pst/wp-content/uploads/2025/05/Frame.png);
    min-width: 371px;
    min-height: 250px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.section_team .single_member .image .blast_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: .5s all ease-in-out;
	display:none;
}
.section_team .single_member:hover .image .blast_img{
    transform: translate(-50%, -50%) scale(2);
}
.section_team .single_member .image .team_member_image img{
    z-index: 2;
    position: absolute;
    top:0;
    transition: 0.5s all ease-in-out;
}
.section_team .single_member:hover .image .team_member_image img{
    scale: 1.1;
}
.section_team .single_member .content .spatiality{
    font-family: "Inter", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    line-height: 141%;
    color: #FFFFFF;
    margin-bottom: 0;
}
.section_team .single_member .content .name{
    font-weight: 600;
    font-size: 31px;
    line-height: 135%;
    color: #FFFFFF;
}
.section_team .single_member .content .name span{
    transition: 0.5s ease-in-out;
}
.section_team .single_member:hover .content .name span{
    color: #2F8AF8;
}
.section_common_conditions .section_heading {
    background: #EAEEFA;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 25px;
}

.section_common_conditions .section_heading .title {
    font-weight: 600;
    font-size: 15px;
    line-height: 173%;
    letter-spacing: 0.03em;
    margin: 0;
    color: #101010;
}

.section_common_conditions .wrap_list ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px 40px;
}
.section_common_conditions ul li {
    font-size: 15px;
    line-height: 173%;
    letter-spacing: 0.03em;
    color: #101010;
    font-family: "Poppins", sans-serif;
	list-style:none;
	position:relative;
}

.section_common_conditions ul.top li::before {
	position:absolute;
	content:'';
	left: -20px;
    top: 8px;
    width: 11px;
    height: 11px;
	border-radius:50%;
    background-color: #1264C8;
}
.section_common_conditions.covered_by .wrap ul li{
    position: relative;
    font-weight: 400;
    font-size: 17px;
    line-height: 141%;
    color: #0E1521;
}
.section_common_conditions.covered_by .wrap ul li::before{
    position: absolute;
    content: '';
    left: -30px;
    width: 22px;
    height: 22px;
    background: white;
    border: 2.5px solid #2F8AF8;
    border-radius: 3px;
}

.section_common_conditions.covered_by .wrap ul li.active::after{
    position: absolute;
    content: '';
    transform: rotate(45deg);
      height: 13px;
    width: 7px;
    left: -22px;
    top: 3px;
  border-bottom: 2.5px solid #0E1521;
  border-right: 2.5px solid #0E1521;
}

.section_team.section_practitioners .top_content{
    text-align: center;
    margin-bottom: 60px;
}
.section_team.section_practitioners .top_content img{
    margin-bottom: 27px;
}
.section_team.section_practitioners .top_content .title{
    font-weight: 600;
    font-size: 31px;
    line-height: 155%;
    text-align: center;
    
    color: #FFFFFF;
}
.section_team.section_practitioners .wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 21px;
    row-gap: 59px;
    max-width: 763px;
    margin: auto;

}

/* pagination start */
.pagination{
     max-width: 763px;
    margin: auto;
	padding-bottom:78px;
}
.pagination ul{
    padding: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pagination ul a{
	text-decoration:none;
}
.pagination ul li{
    list-style: none;
}
.pagination ul .wbdbtn{
    background-color: #2F8AF8;
    border-radius: 50%;
    padding: 4px 10px;
    border: transparent;
    transition: .5s all ease-in-out;
    width: 34px;
    height: 34px;
}
.pagination ul .wbdbtn.left svg{
		    transform: rotate(180deg) translate(1px, 3px);
}
.pagination ul .wbdbtn svg{
	    transform: translateX(2px);
}
.pagination ul button:hover{
    background-color: #3A6FEB;
}
.pagination .direction{
    color: #111111;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
	line-height:120%;
    font-family: "Instrument Sans", sans-serif;
}
.pagination .direction.lefft{
	padding-left:47px;
}
.pagination .title{
    font-weight: 600;
    font-size: 23px;
    line-height: 130%;
    color: #101010;
    max-width: 221px;
    margin: 0;
}
.pagination .Wbdbtn_wrap{
    display: flex;
    column-gap: 13px;
    align-items: flex-end;
}
/* pagination end */
.section-single-team-content{
	background:#ffffff;
	padding-top:212px;
}
.section-single-team-content .container{
	 max-width: calc(763px + var(--bs-gutter-x, .75rem) * 2);
}
.section-single-team-content h1{
	max-width:763px;
	padding-bottom:56px;
	margin:auto;
	font-weight: 600;
	font-size: 60px;
	line-height: 104%;
	text-align: center;
	font-family: "Poppins", sans-serif;
	color: #2F8AF8;
}
.section-single-team-content figure{
	margin-bottom:25px;
}
.section-single-team-content p{
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 26px;
	margin-bottom:25px;
	letter-spacing: 0.03em;

	color: #101010;
}
.section_common_conditions.covered_by{
	margin-bottom:78px;
}
.section_team.section_practitioners{
	padding-top:65px;
}
.navbar-brand{
	position:relative;
}
.navbar-brand::after{
	position: absolute;
    content: '';
    width: 613px;
    height: 2px;
    background-image: url(../images/linr.png);
    bottom: -29px;
    z-index: 999;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
.page-id-152 .section_appoinment::before{
	content:unset;
} 

/* section_pricing_hero start */
.section_pricing_hero {
    padding-top: 200px;
    background-image: url(https://dev.suposatech.com/pst/wp-content/themes/webbudswordpresstheme/images/Ellipse.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.section_pricing_hero .title {
    font-family: 'Futura Std Extra Bold';
    color: #FFFFFF;
    font-weight: 700;
    font-size: 116.4px;
    line-height: 108%;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    padding-bottom: 62px;
    margin-bottom: 137px;
    position: relative;
}

.section_pricing_hero .title::after {
    content: '';
    position: absolute;
    background: url(https://dev.suposatech.com/pst/wp-content/themes/webbudswordpresstheme/images/linr.png);
    left: 50%;
    transform: translateX(-50%);
    width: 613px;
    height: 2px;
    bottom: 0;
}

.section_pricing_hero .title span {
    color: #2F8AF8;
}

.section_pricing_hero .sub_title {
    font-weight: 600;
    font-size: 31px;
    line-height: 145%;
    text-align: center;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    margin-bottom: 33px;
}

.section_pricing_hero .content {
    font-weight: 300;
    font-size: 15px;
    line-height: 173%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #AFAFAF;
    font-family: "Poppins", sans-serif;
    max-width: 632px;
    margin: auto;

}
.section_pricingcard{
    padding-top: 103px;
    padding-bottom: 177px;
}
.section_pricingcard .wrap  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 81px;
}
.section_pricingcard .wrap .price_card {
    max-width: 389px;
    text-align: center;
    background: url(https://dev.suposatech.com/pst/wp-content/uploads/2025/06/Frame-1321317051.png);
    border-radius: 6px;
    color: var(--white);
    padding: 49px 20px 20px;
    min-height: 487px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center
}

.section_pricingcard .wrap .price_card .wrap_price {
    margin-bottom: 45px;
}

.section_pricingcard .wrap .price_card .title {
    font-weight: 600;
    font-size: 31px;
    line-height: 155%;
    margin-bottom: 49px;
    text-align: center;
}

.section_pricingcard .wrap .price_card .product_title {
    font-weight: 300;
    font-size: 15px;
    line-height: 173%;
    letter-spacing: 0.03em;
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    margin-right: 10px;
}

.section_pricingcard .wrap .price_card .p_price {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 173%;
    letter-spacing: 0.03em;
    color: #2F8AF8;

}
.section_pricingcard .wrap .price_card .note {
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 186%;
    letter-spacing: 0.03em;
    font-family: "Poppins", sans-serif;
    color: #2F8AF8;
}
/* section_pricing_hero end*/

.form_wrap{
	font-family: "Instrument Sans", sans-serif;
	    margin: auto;
    max-width: 628px;
}
.form_wrap .container{
	max-width: calc(628px + var(--bs-gutter-x, .75rem) * 2);
}
.form_wrap label{
	font-weight: 600;
	font-size: 14px;
	line-height: 114.66%;
	color: #FFFFFF;
	text-align: left;
	width:100%;
}
.form_wrap p{
	margin-bottom:0;
}
.form_wrap .row{
	margin-bottom:10px;
}

.form_wrap .row:nth-child(3){
	margin-bottom:8px;
}
.form_wrap  .wpcf7-form-control-wrap{
	margin-top:15px;
	display:block;
	max-width:299px;
}
.form_wrap  .wpcf7-form-control-wrap textarea,
.form_wrap  .wpcf7-form-control-wrap input{
	max-width:299px;
	width:100%;
}
.form_wrap select{
	width:100%;
}
.select2-container .select2-selection--multiple,
.form_wrap select,
.form_wrap textarea,
.form_wrap input{
	padding:19px;
	border: 0.5px solid #FFFFFF;
	border-radius: 8px;
	background:transparent;
	font-weight: 600;
	font-size: 14px;
	line-height: 114.66%;
	color: rgba(255, 255, 255, 0.6);
	transition:0.5s ease-in-out;
}
.select2-container .select2-selection--multiple:hover,
.form_wrap select:hover,
.form_wrap textarea:hover,
.form_wrap input:hover{	
	border: 0.5px solid #2F8AF8 !important;
}
.form_wrap .wpcf7-form-control-wrap input::placeholder {
	font-weight: 600;
	font-size: 14px;
	line-height: 114.66%;
	color: rgba(255, 255, 255, 0.6);
}
.select2-container,
.form_wrap .mx_wd2 .wpcf7-form-control-wrap input,
.form_wrap .mx_wd2 .wpcf7-form-control-wrap,
.form_wrap .mx_wd2 label,
.form_wrap .text_area .wpcf7-form-control-wrap textarea,
.form_wrap .text_area .wpcf7-form-control-wrap,
.form_wrap .text_area label{
	width: 100%;
	max-width: 100%;
	display: block; 
}
.select2-container .select2-selection--multiple{
	min-height:55px !important;
	background:transparent !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	background:transparent !important;
}
.form_wrap .btn_wrap button br{
	display:none;
}
.form_wrap .btn_wrap button {
	float: inline-end;
}
.form_wrap .text_area .wpcf7-form-control-wrap textarea{
	max-height:124px;
}
.form_wrap  .wbd_star{
	color:#2F8AF8;
}
/* tabs */
.section_tabs .container {
    max-width: calc(700px + var(--bs-gutter-x, .75rem) * 2);
}
.section_tabs .tabs {
    display: flex;
    gap: 0;
    margin-bottom: 10px;
    justify-content: center;
	margin-bottom:30px;
}

.section_tabs .tab {
    font-family: "Poppins", sans-serif; 
    padding: 0 12px;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color:#FFFFFF;
    position: relative;
}
.section_tabs .tab::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 18px;
    background: white;
    top: 2px;
    right: 0;
}
.section_tabs .tab:last-child::after {
	content:unset;
}
.section_tabs .tab.active {
    color: #1264C8;

}

.section_tabs .tab-content {
    display: none;
    padding: 20px;
}

.section_tabs .tab-content.active {
    display: block;
}

.section_tabs .right .adr {
	
    column-gap: 54px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #2F8AF8;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    justify-content: space-between;
}

.section_tabs .right .time {
    column-gap: 54px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.section_tabs .right .time:nth-child(3) {
    column-gap: 164px;
}
.section_tabs .right{
	    max-width: fit-content;
    margin: auto;
}

/* tabs */

.section_help .option_button{
	display:none;
	position:absolute;
	height:0;
    width: 0;
    opacity: 0;
    pointer-events: none;
}
/* section_thankyou */
.section_thankyou{
    text-align: center;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}
.section_thankyou .title{
	    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 59px;
    margin-bottom: 5px;
}
.section_thankyou .text{
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    max-width: 425px;
    margin: auto;

    text-align: center;
}
/* section_thankyou */
.section_help .top.hide{
	display:none;
}
.section_tabs{
	display:none;
	transition:.5s ease-in-out;
}
.section_tabs.active { display: block; }
.section_thankyou{
	display:none;
	
}
.section_help:has(.wbd_open){
	padding:53px 20px 38px 20px;
}
.section_help:has(.wbd_open2){
	padding:150px 20px 128px 20px !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
        border: solid #ffffff 1px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
        background-color: #1264C8;
}
.section_help .option_button{
	color:white;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
/* ===== Mobile Responsive Styles ===== */

/* mobile menu */
.menu-toggle {
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: white;
  transition: all 0.5s ease-in-out;
  transform-origin: center;
}
.menu-toggle span:nth-child(2) {
	background: #1264cb;
}
/* Active state (turns into X) */
.menu-toggle.active span:nth-child(1) {
  transform: rotate(52deg) translateY(9px) translateX(6px);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
 transform: rotate(-52deg) translateY(-10px) translateX(6px);
}

.navbar-collapse.wbd_active{
	display:block;
}
.header-search-wrapper.wbd_mobile{
	display:none;
}

.site_header .wrap_top {
	margin-top:0;
}

/* single team */
.section_team_detail{
	background:#ffffff;
	padding-top:217px;
}
.section_team_detail .container {
    max-width: calc(1117px + var(--bs-gutter-x, .75rem) * 2);
}
.section_team_detail .wrap_left {
	max-width: 398px;
	text-align: center;
	overflow: hidden;
	background-image: url("https://dev.suposatech.com/pst/wp-content/uploads/2025/08/bg.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 40px;
	margin-right:20px;
}

.section_team_detail .wrap_left .single_member img {
	margin-bottom: 30px;
}

.section_team_detail .wrap_left .content .name {
	font-weight: 600;
	font-size: 31px;
	line-height: 135%;
	text-align: center;
	color: #FFFFFF;

}
.section_team_detail .wrap_left .content .eduction {
	font-weight: 600;
	font-size: 17px;
	line-height: 141%;
	text-align: center;
	color: #2F8AF8;
	margin-bottom:23px;
}
.section_team_detail .wrap_left .content .spatiality {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 25px;
	line-height: 124%;
	text-align: center;
	color: #FFFFFF;
	max-width:316px;
	margin:auto;
	margin-bottom:25px;
}
.section_team_detail .right_wrap .back_page {
	margin-bottom: 28px;
}
.section_team_detail .right_wrap{
	margin-left:20px;
	padding-top:47px;
}
.section_team_detail .right_wrap .back_page{
	font-family: 'Instrument Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 114.66%;
	text-decoration:none;
	color: #111111;
	display: flex;
    align-items: center;
    column-gap: 24px;
}
.section_team_detail .right_wrap .name{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 31px;
	line-height: 135%;
	color: #000000;
	margin-bottom:45px;
}
.section_team_detail .right_wrap .content{
	margin-bottom:20px;
}
.section_services.section_interested .wrap{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 17px;
    row-gap: 27px;
}
.section_services.section_interested{
	padding-top:65px;
	padding-bottom:106px;
}
.section_services.section_interested .container{
	max-width: calc(920px + var(--bs-gutter-x, .75rem) * 2);
}
.section_services.section_interested .top_content{
	text-align:center;
	margin-bottom:75px;
}
.section_services.section_interested .top_content img{
	margin-bottom:27px;
}
.section_services.section_interested .top_content .title{
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 600;
		font-size: 31px;
		line-height:155%;
		text-align: center;
		color: #FFFFFF;
}
.section_services.section_interested  .single_post{
	max-width:443px;
}
.section_services.section_interested  .single_post .image img{
	width:100%;
	margin-bottom:15px;
}
.section_services.section_interested .single_post .category {
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    line-height: 141%;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
}

.section_services.section_interested .single_post .post_title {
    font-weight: 600;
    font-size: 31px;
    line-height: 42px;
    color: #FFFFFF;
	max-width:350px !important;
}
.section_services.section_interested .single_post p{
		font-family: 'Poppins';
    font-weight: 300;
    font-size: 15px;
    line-height: 173%;
    letter-spacing: 0.03em;
    color: #AFAFAF;
}
.section_practitioners.section_team .single_member .image .team_member_image img{
	width:100%;	
}
/*  single team*/


/* mobile menu */
@media (max-width: 1400px){
    .wbd-video-bg .video-block .plyr__video-wrapper{
        width: 150vw;
    }
}

@media (max-width: 992px) {
	.site_footer .wrap_middle .middle ul li.nav-item-829{
		bottom:-7px;
	}
	.site_header nav{
		margin-top:0;
	}
	.header-search-wrapper.wbd_mobile{
		display:block;
		margin-left:0;
		margin-top:168px;
	}
	.header-search-wrapper.wbd_mobile .search-toggle{
		text-decoration:unset;
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 21px;
		color: #FFFFFF;
		padding: 0;
		margin-bottom:17px;
		text-align:center;
	}
	#menu-menu-1{
		align-items:center;
		margin-bottom:129px;
		row-gap:25px;
	}
	.site_header:has(.wbd_active){
		padding-bottom:86px;
	}
	.navbar .btn_arrow{
		margin:auto;
		width:100%;
	} 
	.header-search-wrapper.wbd_desktop{
		display:none;
	}
    .header-search-wrapper .search-form-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        padding: 10px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    
    .header-search-wrapper .search-field {
        height: 40px;
    }
    
    .header-search-wrapper .search-submit {
        top: 10px;
        right: 10px;
    }
	
	.section_hero{
		    padding: 165px 20px 164px 20px;
	}
	.section_hero .title{
		font-size:74px;
	}
	.section_services .wrap .single_services{
		background-size:cover;
	}
	.section_services .wrap{
		    grid-template-columns: repeat(2, 1fr);
	}
	.section_services .single_services:nth-child(4),
	.section_services .single_services:nth-child(3){
		    grid-column: span 1 / span 1;
	}
    .site_footer .wrap_middle{
        flex-direction: column;
        align-items: center;
    }
    .site_footer .wrap_middle .left{
            display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
    }
    .site_footer .logo{
        text-align: center;
    }
    .site_footer .wrap_middle .left .text{
        margin-bottom: 15px;
		text-align:center;
    }
    .site_footer .navbar-nav {
    align-items: center;
    }
    .site_footer .navbar-nav{
        margin-bottom: 35px;
    }
    .site_footer .wrap_middle .right .adr{
        text-align: center;
    }
    .section_latest_service_post{
        padding-top: 160px !important;
    }
    .section_about .wrap_left{
        margin-bottom: 65px;
    }
    .section_latest_service_post .row .col-md-7{
        padding: 0;
    }  
    .section_service_filter .search_wrap form{
        margin-left: 0;
    }
    .section_service_filter{
        padding-top: 26px;
        padding-bottom: 74px;
    }
    .section_service_filter .bottom{
        padding-top: 37px;
    }
    .section_service_filter .bottom .left label{
        margin-bottom: 30px;
    }
    .section_service_filter .bottom .left label:last-child{
        margin-bottom: 76px;
    }
    .section_our_partners{
        padding:118px 0 37px 0 ;
    }
    .section_our_partners .title{
        margin-bottom: 20px;
    }
	.site_footer{
		padding: 84px 0 34px 0;
	}
	.site_footer .bottom{
		    padding: 44px 0 0 0;
		row-gap:28px;
	}
	.site_footer .bottom .right, .site_footer .bottom .left{
		    width: 100%;
    justify-content: center;
	}
	.site_footer .bottom .right{
		    flex-direction: column;
    align-items: center;
		row-gap:28px;
	}
	.site_footer .wrap_middle .right .adr{
		padding-top:15px;
		margin-bottom:48px;
	}
	.site_footer .bottom .right .social_icone{
		column-gap:30px;
	}
	.site_header .promotional{
		padding: 26px 8px;
	}
	.site_header .promotional button{
		top:-20px;
	}
	.section-single-team-content{
		padding-top:180px;
	}
	.section-single-team-content h1{
		font-size:44px;
	}
	.section_pricingcard .wrap,
	.section_team .wrap{
		grid-template-columns: repeat(2, 1fr);
	}
	.section_pricing_hero,
	.section_team_hero{
		padding-top:184px;
	}
	.section_pricing_hero .title,
	.section_team_hero .title{
		font-size:44px; 
		max-width:176px;
		margin:auto;
		margin-bottom:40px !important;
	}
	.section_pricing_hero .sub_title{
		margin-top:135px;
	}
/* 	header */
	.site_header{
		z-index:99;
		
	}
	.navbar-brand::after{
		display:none;
	}
/* 	.site_header nav{
		margin-top:27px;
	} */
	.navbar-toggler{
		padding:0;
	}
	.navbar-toggler:focus{
		box-shadow:unset;
	}
	.site_header:has(.wbd_active) .wrap_top {
		position: absolute;
		top: 0;
		padding: 27px 40px;
		left: 50%;
		transform: translateX(-50%);
		width: 100vw;
		z-index: 10;
		background: rgba(0, 0, 0, 0.6);
		border-bottom: 1px solid rgba(86, 86, 86, 0.4);

	}
	.site_header .wrap_top {
		display: flex;
		justify-content: space-between;
		width: 100%;
		align-items: center;
		padding-top:27px;
		padding-left: 23px;
        padding-right: 23px;
	}
/* 	header */
}

@media only screen and (max-width: 768px) {
	.section_services.section_interested .wrap{
		    grid-template-columns: repeat(1, 1fr);
	}
	.section_services.section_interested .single_post{
		margin:auto;
	}
    .wbd-video-bg .video-block .plyr__video-wrapper{
        width: 200vw;
    }
    .section_service_filter .post_grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .section_service_filter .post_grid{
        row-gap: 59px;
    }
	.site_footer .wrap_middle .right .time{
		flex-direction: column;
   	 align-items: center;
		row-gap:20px;
	}
	.section_about{
		padding:118px 0 0 0;
	
	}
	.section_about .wrap_left{
		align-items:center;
		
	}
	.section_about .wrap_left{
		text-align:center;
		padding-left:32px !important;
		padding-right:32px !important;
	}
	.section_about .wrap_left a{
		width:100%;
	}
	.section_about img{
		width:100%;
	}
	.section_about .col-md-6{
		padding:0;
	}
	.section_services .wrap{
		        grid-template-columns: repeat(1, 1fr);
		padding-left:22px;
		padding-right:22px;
	}
	.section_appoinment .button_wrap{
		    flex-direction: column;
		row-gap:15px;
	}
	.section_appoinment{
		padding-bottom:72px;
	}
	.section_appoinment .button_wrap a{
		width:100%;
	}
	.section_hero .title{
		font-size:55px;
	}
	.section_help{
		padding-left:20px;
		padding-right:20px;
		transition:0.5s ease-in-out;
	}
	.section_help .title{
		font-size:35px;
	}
	.section_help .text{
		margin-bottom:30px;
	}
	.section_about .wrap_left .title{
		margin-right:auto;
	}
	.section_about .wrap_left .text{
		text-align:left;
	}
	 .site_footer .wrap_middle .left .text {
		 max-width:326px;
	}
	.section_latest_service_post .post_category_wrap{
		margin-right:auto;
		margin-bottom:15px;
	}
	.section_service_filter .search_wrap form{
		max-width:100%;
	}
	.section_service_filter .post_grid .single_post{
		max-width:100%;
	}
	.section_service_filter .post_grid .single_post .image img{
		width:100%;
	}
	.section_common_conditions .section_heading,
	.section-single-team-content figure{
		position: relative;
	  left: 50%;
	  right: 50%;
	  width: 100vw;
	  max-width: 100vw;
	  margin-left: -50vw;
	  margin-right: -50vw;
	}
	.section_common_conditions .section_heading .title{
		padding-left:10px;
	}
	.section_common_conditions .wrap_list ul{
		    grid-template-columns: 1fr;
		    gap: 12px 12px;
	}
	.section_common_conditions.covered_by{
		margin-bottom:87px;
	}
	.section_team .wrap{
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.section_team .single_member .image{
		min-width:323px;
	}
	.section_team{
		padding-left:20px;
		padding-right:20px;
	}
	.section_team .wrap{
		row-gap:33px;
	}
	 .single_member a{
		    text-decoration: none !important;
	}
	.section_team{
		padding-bottom:87px;
	}
	.section_pricingcard .wrap{
		grid-template-columns: repeat(1, 1fr);
	}
	.section_pricingcard{
		padding:40px 20px 77px 20px;
	}
	.section_pricingcard .wrap{
		row-gap:37px;
	}
	.section_tabs .tabs{
		    flex-wrap: wrap;
    gap: 10px;
	}
	.form_wrap .wpcf7-form-control-wrap textarea, .form_wrap .wpcf7-form-control-wrap input,
	.form_wrap .wpcf7-form-control-wrap{
		max-width:100%;
		
		
	}
	.section_tabs .tab-content{
		padding:0;
	}
	.section_tabs .right .time{
		row-gap:10px;
	}
/* 	.section_pricingcard .wrap .price_card{
		margin:auto;
	} */
	.section_help .option_mobile{
		position:relative;
	}
	.section_help .button_wrap{
		position:absolute;
		opacity:0;
		padding-top:50px;
		transition:0.5s ease-in-out;

	}
	.section_help .button_wrap.active{
		position:unset;
		opacity:1;
	}
	.section_help .option_button{
		position:unset;
		width:unset;
		height:unset;
		cursor:pointer;
		pointer-events:unset;
		opacity:1;
	}

	.section_service_filter .container{
		padding-left:32px;
		padding-right:32px;
	}
	.section_our_partners .text{
		padding-left:20px;
		padding-right:20px;	
	}
	.section_team .single_member .image .team_member_image img{
		transform: translate(-50%, -50%);
		top: 52%;
		left: 50%;
	}
	.section_help::after,
	.section_appoinment::before{
		content:unset;
	}
	.section_services .wrap .title{
		font-size:29px;
	}
	.pagination{
		padding-left: 12px;
    padding-right: 20px;
	}
	.section_team_detail .wrap_left{
		margin:auto;
	}
	.section_team_detail{
		padding-top:150px;
	}
}

@media only screen and (max-width: 1240px) {
	.section_team .wrap{
		grid-template-columns: repeat(2, 1fr);
	}
}
