@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



:root {
  --white: #fff;
  --black: #000000;
  --grey: #7d7d7d;
  --trans: 0.3s linear;
  --primary: #B80000;
  --secondary: #3C445D;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
   font-family: "Inter", sans-serif;
  font-weight: 600;
}
#mega-menu-item-707 a {
  text-transform: capitalize !important;
  border: 2px solid #b80000 !important;
  border-radius: 5px !important;
  color: #b80000 !important;
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 15px !important;
}
.social-menu{
  display: none !important;
}
.datenew {
  display: flex;
/*   justify-content: space-between; */
  align-items: center;
	margin-top: 10px;
}
.datebox .blackbox {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 8px 5px;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 600;
	margin-right : 20px;
}
.datebox .dateboxv {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}
.livebox span {
  background-color: #fff;
  display: block;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
	font-size: 13px;
}
.social-menu a {
  text-transform: capitalize !important;
  border: 2px solid #b80000 !important;
  border-radius: 5px !important;
  color: #b80000 !important;
  padding: 4px 0px;
  display: flex;
  justify-content: center;
  font-weight: normal;
  font-size: 12px;
}
.destopnone {
  display: none !important;
}
.site-branding {
  width: 39%;
  margin-right: 15px;
}
.headerview {
  display: flex;
  align-items: center;
}
.datebox {
  background-color: #b80000;
  padding: 11px 8px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  width: 49%;
  line-height: 19px;
}
.aboutus .text-center p {
  text-align: center;
}
.wintv .social1 {
  justify-content: start;
  margin-left: 10px;
}
.bordersh {
  padding: 30px !important;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0px 0px 5px 0px #41a9d55e;
}
.wint span {
  display: block;
  margin-bottom: 15px;
  padding: 5px 15px;
  background-color: #41a9d552;
  border-radius: 5px;
}
.wint a {
  color: #000;
}
.subwin {
  margin-top: 25px;
}
.subwin a {
  padding: 12px 11px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
}
.subwin a img {
  width: 25px;
  height: auto;
}
.socailc h3 {
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
}
.socailc p {
  text-align: center;
  margin-bottom: 30px;
}
.socailc h3 {
  font-size: 21px;
  text-align: center;
  text-transform: capitalize;
}
.threebox .panel-grid-cell {
  padding: 11px !important;
  background-color: #fff;
  border-radius: 8px;
  height: 362px;
}
.firstrow.program .panel-grid-cell {
  width: 100% !important;
}
.aboutus .panel-grid-cell:nth-child(2) {
  position: relative;
}
.trandibglist .panel-grid-cell {
  position: relative;
  overflow: hidden;
}
.trandibglist .panel-grid-cell a img {
  position: absolute;
  top: 5px;
  left: 15px;
}
.trandibglist .subbg {
  background-color: #222;
  color: #fff;
  padding: 15px 12px;
  border-radius: 0px 0px 12px 12px;
}
.trandibglist .subbg p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0px;
}
.listweb .sow-image-container img {
  transition : var(--trans);
}
.listweb .sow-image-container img:hover {
  transform: scale(1.1);
  transition : var(--trans);
}
.firstrow .panel-grid-cell:nth-child(3) {
  display: flex;
  justify-content: end;
}
.firstrow .panel-grid-cell:nth-child(2) {
  width: 100%;
  height: 2px !important;
  background-color: #737373;
  border-radius: 1px;
}
html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #faf6f2;
  border-radius: 0px;
}
body::-webkit-scrollbar-thumb {
  background: var(--secondary);
  border-radius: 6px;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px !important;
  }
}

.entry-title {
  display: none;
}
.page-header {
  padding-bottom: 0px;
  margin: 0px;
    margin-top: 0px;
  border-bottom: 0px solid #eee;
}
.abc {
    padding: 120px 0px;
	color: #fff;
}
.wrapper_acc h1 {
  font-weight: 500 !important;
  color: #fff;
}
.bgh h1 {
  font-size: 45px !important;
}
*{
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #000;
}


/*** header */

.mianslider .item{
  height: 80vh;
/*   display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  text-align: left; */
}
.subbutton a {
  background: rgb(34,193,195);
  background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(136,197,64,1) 100%) !important;
  border: none !important;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: 500;
  transition: var(--trans);
}

/* .owl-carousel .owl-nav button span {
  padding: 7px 20px;
  font-size: 26px;
  color: #fff;
  background: rgb(34,193,195);
  background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(136,197,64,1) 100%) !important;
  border-radius: 50%;
}
 */
/* .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 4%;
  top: 50%;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 4%;
  top: 50%;
} */
.subbutton a:hover {
  background: rgb(136,197,64);
  background: linear-gradient(0deg, rgba(136,197,64,1) 0%, rgba(18,143,131,1) 100%);
}
.mianslider h1 {
  color: #fff;
}
.mianslider p {
  font-size: 26px;
  color: #fff;
  margin-bottom: 0px;
  line-height: 35px;
  font-weight: 500;
}
.win {
 background-color : #B80000;
	padding: 12px 0px;
}

.win marquee span {
  color: #fff;
  margin-right: 30px;
  position: relative;
	font-size : 14px;
	font-weight:500;
}
.win marquee span::before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: -10px;
  height: 5px;
  width: 5px;
  top: 7px;
  border-radius: 50%;
}

.social1 {
  display: flex;
  justify-content: end;
  align-items: center;
}
.social1 p {
  margin-bottom: 0px;
  margin-right: 15px;
	color : #fff;
	font-weight: 600;
}
.social1 i {
  font-size: 14px;
  background-color: #fff;
  border-radius: 3px;
  width: 29px;
  height: 26px;
  text-align: center;
  padding-top: 6px;
  border: 1px solid #000;
  color: #000;
}

.ourpartners .panel-grid-cell:nth-child(1) {
  background-image: url(https://theappsoul.com/win/wp-content/uploads/2025/06/image-6.png);
  border-radius: 12px;
  background-size: cover;
  padding: 5px 17px;
  background-repeat: no-repeat;
  border: 2px solid #fff;
}
.fs30 h1 {
  font-weight: 700;
  font-size: 19px !important;
}

.textgradiant h1 {
  position: relative;
  width: max-content;
  margin: 0 auto;
    margin-top: 0px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
}
.textgradiant h1::before {
  content: "";
  background-color: #000;
  position: absolute;
  left: -89px;
  width: 79px;
  height: 3px;
  top: 44%;
}
.textgradiant h1::after {
  content: "";
  background-color: #000;
  position: absolute;
  right: -89px;
  width: 79px;
  height: 3px;
  top: 44%;
}
.fs32 h1 {
  font-size: 30px !important;
}
.aboutus p {
  text-align: justify;
}
.whitetxt h1 {
  font-size: 45px;
}
.whitetxt h1::before,.whitetxt h1::after , .subwhite h1::before,.subwhite h1::after{
  content: "";
	background-color: #fff;
}
.livestream .panel-grid-cell {
  padding: 15px;
  background-color: #1C2367;
  border-radius: 8px;
}

.livestream h3,.livestream i {
  font-size: 23px;
  color: #fff;
  margin-right: 12px;
}
.livestream h3 {
  font-size: 23px;
  color: #fff;
}
.livestream h3 img{
	width : 23px;
	margin-right: 12px;
}
.livestream .so-widget-sow-image h3 {
  font-size: 16px;
  margin-top: 15px;
}
.partner p {
  padding: 10px 0px;
  display: flex;
  justify-content: center;
}
.btn.widthfull {
  width: 100%;
	display: block !important;
}
.btn.widthfull .ow-button-base a {
  border: none !important;
  display: block !important;
}
.widthfull a {
  display: flex;
  justify-content: center;
}
.partner a {
  padding: 10px 20px;
	border-radius: 8px;
	color : #fff;
	background-color: #000;
  margin-right: 16px;
  font-weight: 600;
}
.partner a:nth-child(1) {
 background-color: #366CB6;
  color: #fff;
}









a {
  text-decoration: none !important;
}
a:focus {
  outline: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.site-branding {
  margin-top: 0px;
  margin-bottom: 0px;
}


.widget {
    margin: 0px;
}
.header-area {
  padding: 15px 0px 15px;
}
.hentry {
  margin: 0px;
}

.btn .ow-button-base a {
  border: none !important;
}
.btn .ow-button-base a span{
color: #fff !important;
	font-weight:500;
}


/** fooer */
#colophon {
  padding: 0px 0;
  margin-top: 0px;
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 23%, rgba(5, 83, 190, 1) 23%);
}
.footertop h3 {
  font-size: 18px;
  text-align: center;
	color: #2d368e;
  font-weight: 600;
}
.footertop p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.footertop img {
  height: 55px !important;
}
.fsocial a {
  display: block;
  margin-bottom: 8px;
}
.fsocial a i {
  color: var(--primary);
}
.footerheading h3 {
  color: #fff;
  font-size: 20px;
	margin-bottom : 20px;
}
.footerheading p {
  color: #fff;
  font-size: 15px;
}
footer .social1 p {
  background-color: #c92645;
  padding: 8px 11px;
  border-radius: 30px;
}

footer .social1 p i {
  color: #fff;
  padding: 0px;
  border: none;
  background-color: #c92645 !important;
	width: auto;
  height: auto;
}
footer .fsocial i {
  color: #fff;
  padding-top: 6px;
  border: 1px solid #fff;
  width: 29px;
  height: 26px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
footer .social1 {
  justify-content: start;
}
.widget-title {
  border-bottom: 0px solid #eee;
}
.footerheading ul {
  list-style: none;
  padding: 0px;
}
footer .social1 a i {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.site-info a {
  font-size: 15px;
  font-weight: 300;
}


/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

input[type="text"],input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  color: #000;
  border: 1px solid #DDD;
  border-radius: 6px;
  width: 100%;
  padding: 14px !important;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  padding: 11px;
  color: #fff;
  background-color: #366CB6;
}
.socailc i {
  color: #66c2ea;
  font-size: 50px;
}
.lastoy .socailc span {
  display: block;
  font-size: 21px;
  font-weight: 400;
	margin-bottom : 15px;
	margin-top : 10px;
}
.lastoy .socailc a {
  color: #000;
  font-size: 15px;
}
textarea {
  resize: vertical;
  height: 131px;
}
.lastoy .panel-grid-cell {
  text-align: center;
  box-shadow: 0px 5px 7px 0px #66c2ea;
  border-radius: 12px;
  padding: 34px !important;
}
.wpcf7-spinner {
  position: absolute;
}
 .site-info, .copyright {
    text-align: left;
  }
.bgcontact {
  box-shadow: 0px 0px 7px 0px #0000002e;
  border-radius: 25px;
  background-position: 15% 11%;
}
.right {
  display: flex !important;
  justify-content: end !important;
}
.doctorspanel .panel-grid-cell:nth-child(1) {
  background: rgb(18,143,131);
  background: linear-gradient(0deg, rgba(18,143,131,1) 79%, rgba(255,255,255,1) 79%);
}
.doctorspanel .panel-grid-cell:nth-child(2) {
  background: rgb(136,197,64);
background: linear-gradient(0deg, rgba(136,197,64,1) 79%, rgba(255,255,255,1) 79%);
}
.doctorspanel h3 {
  color: #fff;
  font-size: 30px;
}
.doctorspanel ul {
    list-style: none;
    margin-left: 30px;
    padding: 0px;
}
.doctorspanel ul li {
    position: relative;
    margin-bottom: 5px;
	color: #fff;
}
.doctorspanel ul li::before {
    content: "";
    background: url(https://emporia.agency/jiva/wp-content/uploads/2024/09/Vector-5.png);
    position: absolute;
    left: -25px;
    top: 2px;
    background-size: 94%;
    width: 22px;
    background-repeat: no-repeat;
    height: 25px;
}
.pdiv {
  padding: 0px 42px 26px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.submitbutton.btn.btn-primary {
  border-radius: 30px;
  border: none;
  color: #000;
  background: #9EE2FF;
  font-size: 17px;
}
.subnews input[type="email"] {
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  margin-bottom: 10px;
  padding: 15px 0px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  color: red;
}
.wpcf7-spinner {
  position: relative;
}






@media screen and (max-width: 767px) and (min-width: 320px) {

	.destopnone {
  display: block !important;
}
	.social-menu {
  display: block !important;
}
	#mega-menu-item-707 a {
  display: none !important;
}
	.site-branding {
  width: 58%;
  margin-right: 0px;
}
	
	.social1 p {
  display: none;
}
	.mobilenone {
  display: none !important;
}
	
	 .ourpartners .panel-grid-cell:nth-child(1) {
    padding: 10px !important;
    width: 33% !important;
    border: 1px solid #fff;
    border-radius: 6px;
  }
	.ourpartners .panel-grid-cell:nth-child(2) {
  width: 66% !important;
}
	.mianslider .item {
  height: auto;
  padding-top: 104px;
    padding-bottom: 74px;
}
	.firstrow .panel-grid-cell:nth-child(1) {
  width: 50% !important;
}
	.win {
  background-color: #B80000;
  padding: 4px 0px;
}
	.textgradiant h1 {
  position: relative;
  width: auto !important;
  font-size: 25px;
  font-weight: 600;
}
	.livestream .panel-grid-cell {
  padding: 15px !important;
  background-color: #1C2367;
  border-radius: 8px;
}
	.livestream h3 {
  font-size: 18px;
  color: #fff;
}
	.fs32 h1 {
  font-size: 24px !important;
}
	.whitetxt h1 {
  font-size: 30px;
}
	.fs30 h1 {
  font-weight: 600;
  font-size: 15px !important;
}
	.textgradiant h1::before,.textgradiant h1::after {
  display: none;
}
	.partner a {
  font-size: 12px;
  font-weight: 500;
}
	.datebox {
/*   background-color: #b80000;
  padding: 7px 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: normal;
  font-size: 9px;
  line-height: 11px; */
display: none;
}
	
	.mobile_50  {
  display: flex;
  flex-direction: row !important;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap !important;
}
.mobile_50  .panel-grid-cell:nth-child(1) {
  width: 100% !important;
}
	.mobile_50 .panel-grid-cell:nth-child(2) {
  width: 48% !important;
}
	.mobile_50 .panel-grid-cell:nth-child(3) {
  width: 48% !important;
}
	.mobile_50 .panel-grid-cell:nth-child(4) {
  width: 100% !important;
}
.mobile_60  {
  display: flex;
  flex-direction: row !important;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap !important;
}
.mobile_60  .panel-grid-cell:nth-child(1) {
  width: 69% !important;
}
	.mobile_60 .panel-grid-cell:nth-child(2) {
  width: 30% !important;
}
	.firstblock .panel-grid-cell:nth-child(1)::after , .firstblock.second .panel-grid-cell:nth-child(2)::after{
  display :none;
}
	
	.mobile_services  {
  display: flex;
  flex-direction: row !important;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap !important;
}
.mobile_services  .panel-grid-cell{
  width: 48% !important;
	margin-bottom: 0px !important;
}
footer .fsocial i {
  color: #fff;
  padding-top: 5px;
  border: 1px solid #fff;
  width: 24px;
  height: 21px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  font-size: 10px;
}
footer .social1 {
  display: block !important;
}
	footer .social1 p {
  display: inline-block;
  margin-bottom: 15px;
}
	.social-menu a {
  text-transform: capitalize !important;
  border: 2px solid #b80000 !important;
  border-radius: 5px !important;
  color: #b80000 !important;
  padding: 4px 4px;
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
}
	.header-area .social-menu {
  order: 2;
}
	.header-area .social-header {
  order: -1;
}
	.header-area .site-branding {
  order: 1;
}
	body .mega-toggle-blocks-center {
  display: none !important;
}
	body .mega-toggle-blocks-left {
  display: none !important;
}
	  body #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
    flex: 1;
    justify-content: start !important;
  }
	.bordersh {
  padding: 15px !important;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0px 0px 5px 0px #41a9d55e;
}
	.wint span {
  font-size: 12px;
}
	.wint a {
  color: #000;
  font-size: 12px;
}
	.subwin a {
  display: block;
  margin-bottom: 8px;
}
}

