@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



/*-------- 1.1 Typography --------*/
 html {
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
	font-size: 18px;
}

@font-face {
  font-family: calibri-bold;
  src: url(../fonts/calibri-bold.ttf);
}
@font-face {
  font-family:sui-generis;
  src: url(../fonts/sui-generis.ttf);
}



 body {
    font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-style: normal;
	line-height: 1.5em;
	text-transform: none;
	color: #8d949e;
	overflow-x: hidden;
}
 h1, h2, h3, h4, h5, h6 {
	color: #404040;
	line-height: 1.5;
	font-weight:300;
	font-family: "Montserrat", sans-serif;
}
strong{
	font-weight:700;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: none;
}
label {
     color:#444;
     font-weight:500;
}
.list-item .dropdown-content a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	font-size: 12px;
	color: #555555;
	display: flex;
}
.form-control {
	border-color: #fff;
	border-radius: 5px;
	box-shadow: none;
	height: 50px;
}
.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #ccc;
	outline: 0;
	box-shadow: none;
}
.payment-page .form-check-input:checked {
	background-color: #4caf50;
	border-color: #4caf50;
}
.payment-page  .form-check-input:focus {
	border-color: #4caf50;
	outline: 0;
	box-shadow:none;
}
.form-control::placeholder {
	color: #495057;
	opacity: 1;
	font-size: 14px;
	font-weight: 500;
}
.search-field .custom-select{
	font-size: 14px;
	font-weight: 500;
}
.form-control.input-sm {
	min-height: 36px;
}
.text-primary {
	color: #3e46b3 !important;
}
.text-info {
	color: #0b8d9e !important;
}
.text-light {
	color: #6e6e6e !important;
}
.bg-info {
	background-color: #0b8d9e !important;
}
.btn-primary {
	border-color: #3c46b9 !important;
	background-color: #3c46b9 !important;
	color: #ffffff !important;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	padding: 12px 20px;
	border-radius: 30px;
}
.btn.with_icon {
	display: flex;
	align-items: center;
	text-align: left;
	max-width: 300px;
	padding: 1em;
}
.btn.with_icon .button_icon {
	font-size: 1.5em;
	margin-right: 0.3em;
}
.btn .button_title {
	color: #fff;
	text-transform: capitalize;
	font-size: .95em;
	display: block;
	line-height: 1.3;
}
.btn .button_subtitle {
	color: #8d949e;
	text-transform: uppercase;
	font-size: .7em;
	display: block;
	line-height: 1.3;
}
.btn:hover .button_subtitle {
	color: #fff;
}
.btn-primary {
	border-color: #3150cd !important;
	background-color: #3150cd !important;
	color: #ffffff !important;
}
.btn-primary:hover {
	border-color: #2947c1  !important;
	background-color: #2947c1  !important;
	color: #ffffff !important;
}
.btn-info:not(:hover) {
	border-color: #0b8d9e !important;
	background-color: #0b8d9e !important;
	color: #ffffff !important;
}
.btn-lg {
	border-radius: 10px;
	padding: 1em 2.2em;
	font-size: 18px;
	letter-spacing: 0;
}
.text-primary {
	color:3d48b2;
}
.strong {
    font-weight: bold;
}
.btn-dark {
  background: #000;
  border-radius: 10px;
  padding: 15px 25px;
}

.link-footer a {
	color: #fff;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
	font-family: 'calibri';
}

	.link-footer a:hover {
		color: #01b693;
	}

/*-------- 1.2 Structure --------*/
.container-fluid.wide {
	max-width: 1800px;
	margin: 0 auto;
}

.item_title {
	font-size: 2.4em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	line-height: 1.1em;
	font-weight: 200;
}
.item_title strong {
	font-weight: 600;
}
@media (max-width: 768px) { 
	html {
		font-size: 80%;
	}
}
@media (min-width: 1500px) { 
	.container {
		max-width: 1400px;
	}
}

/*============================================================================================*/
/* 2. HEADER AND NAVIGATION */
/*============================================================================================*/
/*-------- 2.1 Header --------*/
.v-center{
	align-items: center;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
/* header */
.header {
	display: block;
	width: 100%;
	position: absolute;
	z-index: 99;
	padding: 0px;
	box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
	top: 0;
	background: #3B4954;
}
.header .item-left{
	flex:0 0 15%;
}
.header .item-right {
	flex: 0 0 15%;
}
.header .logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;
	text-decoration: none;
}
.header .item-center {
	flex: 0 0 85%;
	text-align: right;
}
.header-item.item-left ul li a img {
	width: 26px;
	height: 26px;
	object-fit: contain;
}
.header .item-right {
	flex: 0 0 35%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 0px;
     transition: color 0.3s ease;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 50px;
	margin-left: 25px;
}
	.header .menu > ul > li > a {
		font-size: 16px;
		font-weight: 400;
		color: #fff;
		position: relative;
		text-transform: capitalize;
		transition: color 0.3s ease;
		font-family: 'calibri';
	}
.header .menu > ul > li .sub-menu {
	position: absolute;
	z-index: 500;
	background-color: #ffffff;
	box-shadow: -2px 8px 24px 0px rgba(0,0,0,0.2);
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top: 25px;
	opacity: 0;
	visibility: hidden;
}
.logo img {
	width: 160px;
}
.header-item.item-left ul li {
	display: inline-block;
	padding-left: 20px;
}
 a.start-proj {
	margin-left: 50px;
	font-size: 14px;
	color: #002134;
	background-color: #fff;
	border-radius: 30px;
	padding: 7px 34px;
}
.more-btn {
	position: relative;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}
 a.start-proj span {
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}
.more-btn span {
	position: relative;
	z-index: 1;
}
a.start-proj {
  font-size: 14px;
  color: #002134;
}
.more-btn::after {
	content: "";
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	border-radius: 7px;
	display: block;
	background-color:#646464;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
	transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
	transition: transform .6s cubic-bezier(.785, .135, .15, .86);
	transition: transform .6s cubic-bezier(.785, .135, .15, .86),-webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
}
 a.start-proj:hover {
  color: #fff;
}
.more-btn:hover::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
}
.more-btn.start-proj:hover {
	color: #fff !important;
}

@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding: 7px 0;
	/* display: inline-block; */
	font-size: 13px;
	color: #000;
	transition: color 0.3s ease;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.header .menu > ul > li .sub-menu.mega-menu{
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
	font-size: 16px;
	color: #222;
	font-weight: 500;
	line-height: 1;
	padding: 10px 0;
	margin: 0;
	margin-top: 10px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#00b694;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}

.header-item.item-right .menu-main {
	display: none;
}
/*responsive*/
@media(max-width: 991px){
	.btn-register-header {
		border: solid 1px #fff;
	}
	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
	.header .item-left, .header .item-right {
		flex: content;
		flex: 0 0 40%;
	}
	.v-center{
		justify-content: space-between;
	}
	
	.header .item-right{
		align-items: center;
	}

	
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}
	
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
		.header .item-right a {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	margin-left: 14px;
	transition: color 0.3s ease;
}
.header-item.item-right .menu-main {
	display: flex;
}
.menu-main {
	display: flex;
	position: absolute;
	right: 15px;
}
.menu-main {
	display: none;
}
}
@media(max-width:768px){
	.logo {
		display: inline-block;
	}
	
	.header .item-right a {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	margin-left: 14px;
	transition: color 0.3s ease;
}
.header-item.item-right .menu-main {
	display: flex;
}
.menu-main {
	display: flex;
	position: absolute;
	right: 15px;
}
	.logo img {
		width: 120px;
	}
	.header-item.item-left ul li a img {
		width: 20px;
		height: 20px;
		object-fit: contain;
	}
	.header-item.item-left ul li {
		padding-left: 0;
		padding: 0 5px;
	}
	.menu-main {
	display: none;
}
}

/*-------- 2.2 Footer --------*/




/*============================================================================================*/
/* 3. INDEX PAGE */
/*============================================================================================*/
/*-------- 3.1 Banner --------*/

.banner {
	margin-top: 2.7rem;
	padding-top: 1rem;
	background: linear-gradient(to bottom, rgba(0,182,149,1) 0%, rgba(255,255,255,0.82) 50%, rgba(255,255,255,0.69) 100%);
	position: relative;
}
.banner h6 {
	font-weight: 500;
	font-size: 34px;
	font-family: calibri-bold;
}
.bg-banner {
	position: absolute;
	top: 125px;
	right: 160px;
	z-index: -1;
}

.banner-data h2 {
	font-weight: 300;
	font-size: 46px;
	font-family: calibri-bold;
	line-height: 1.1;
}

.banner-data h3 {
	font-weight: 300;
	font-size: 70px;
	font-family: calibri-bold;
	line-height: 0.9;
}
.banner-data img {
	width: 330px;
}
.banner-data-box img {
	width: 40px !important;
}
.banner-data-box {
	text-align: center;
	background: #fff;
	border-radius: 15px;
	padding: 40px 20px;
	border: 1px solid #d8d8d8;
}
.banner-data-box h3 {
	font-size: 27px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: "Montserrat", sans-serif;
}
.btn.blue-btn {
	background: #2e75b6;
	color: #fff;
	font-size: 18px;
	width: 100%;
	padding: 12px;
	font-weight: 600;
}

	.btn.blue-btn:hover {
		background: #6eaae0 radial-gradient(circle, transparent 1%, #6eafe9 1%) center/15000%
	}
.btn.red-btn {
	background: #db3d3d;
	color: #fff;
	font-size: 18px;
	width: 100%;
	padding: 12px;
	font-weight: 600;
}
	.btn.red-btn:hover {
		background: #ff9595 radial-gradient(circle, transparent 1%, #6eafe9 1%) center/15000%
	}
.banner-data h1 {
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 2rem;
	text-align:center;
	font-family: sui-generis;
	color: #404040;
}
.banner-img-area {
	position: relative;
}
.data-page {
	background: rgba(255,255,255,0.5);
	position: absolute;
	bottom: 20px;
	padding: 20px 110px;
	color: #000;
	font-weight: 400;
	font-size: 27px;
	left: 0;
	right: 0;
	line-height: 1.4;
}
.video-section {
	background: #3b4954;
	padding: 2rem;
	position:relative;
}
.video-data h2 {
	color: #afabab;
	font-weight: 400;
	font-size: 63px;
	font-family: "Montserrat", sans-serif;
}
.data-icon img {
	width: 100px;
}
.data-icon {
	text-align: end;
	position: absolute;
	right: 20px;
	bottom: 42px;
}
.slide-section {
	padding: 40px 0;
}
.textimunionl-section {
	background: #00b694;
	height: 274px;
}
.textimunionl-data h5 {
	font-style: italic;
	color: #fff;
	font-weight: 500;
	font-size: 32px;
	font-family: Garamond font;
}
.textimunionl-data p {
	color: #fff;
	font-size: 16px;
}
.textimunionl-data img {
	width: 690px;
}
.medvendor {
	padding: 2rem;
}
.medvendor img {
	width: 28px;
}
.medvendor p {
	color: #000;
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 0;
}
.ffff img {
	position: relative;
	bottom: 80px;
	width: 370px !important;
}
.footer {
	background: #3b4954;
	padding: 0 0 2rem;
	text-align: center;
}
.footer p {
	margin: 0;
	color: #fff;
	font-size: 12px;
}
.banner h2 {
	font-size: 48px;
}
.quotation img {
	height: 100px;
	object-fit: contain;
}
.dx h5 {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 600;
}
.quote img {
	width: 40px;
	position: relative;
	top: 48px;
	right: 45px;
}
.medvendor h2 {
	color: #595959;
}








@media(max-width:992px){
	.banner h2 {
		font-size: 26px;
	}
	.header {
	padding: 14px 0;
}
	.banner {
	margin-top: 3.2rem;
}
.banner h6 {
	font-weight: 600;
	font-size: 17px;
}	
.data-page {
	color: #000;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
}	
	.banner-data-box {
	margin-top: 10px;
}
.video-data.text-end video {
	width: 100%;
	height: 170px;
}	
	.video-section {
	padding: 1rem;
}
.video-data h2 {
	font-size: 28px;
}	
.data-icon {
	text-align: end;
	position: relative;
	bottom: 0px;
}	
.textimunionl-data h5 {
	font-size: 18px;
}	
.textimunionl-section {
	background: #00b694;
	padding-top: 10px ;
}	
	.medvendor p {
	color: #000;
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 0;
}
	.banner-data h2, .banner-data h3 {
		font-weight: 600;
		font-size: 30px;
		line-height: 1.1;
	}

	.banner-data-box h3 {
		font-size: 20px;
	}

.btn.blue-btn {
	background: #2e75b6;
	color: #fff;
	font-size: 12px;
	width: 100%;
	padding: 12px;
	font-weight: 600;
}
.medvendor {
	padding: 1rem;
}
.banner-data {
	margin-top: 1rem;
}
.footer p {
	margin: 0;
	color: #fff;
	font-size: 12px;
}
.ffff img {
	position: relative;
	bottom: 12px;
	width: 370px !important;
}
.testimonial {
	margin-top: 14px !important;
}
}
@media(max-width:768px){
	.banner h2 {
		font-size: 20px;
	}
	.banner-data h2, .banner-data h3 {
		font-size: 30px !important;
		font-family: calibri-bold;
		line-height: 0.9 !important;
	}
.banner-data h1 {
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 1rem;
	margin-left: 0rem;
	font-family: sui-generis;
	color: #404040;
	font-size: 21px;
}
	.header {
	padding: 14px 0;
}
	.banner {
	margin-top: 3.7rem;
}
.banner h6 {
	font-weight: 600;
	font-size: 17px;
}	
.data-page {
	background: rgba(255,255,255,0.5);
	position: absolute;
	bottom: 10px;
	padding: 10px 10px;
	color: #000;
	font-weight: 400;
	font-size: 12px;
	left: 0;
	right: 0;
	line-height: 1.1;
}	
	.banner-data-box {
	margin-top: 10px;
}
.video-data.text-end video {
	width: 100%;
	height: 170px;
}	
	.video-section {
	padding: 1rem;
}
.video-data h2 {
	font-size: 18px;
}	
.data-icon {
	text-align: end;
	position: relative;
	bottom: 0px;
}	
.textimunionl-data h5 {
	font-size: 12px;
}	
.textimunionl-section {
	background: #00b694;
	padding-top: 10px ;
}	
	.medvendor p {
	color: #000;
	font-size: 13px;
	line-height: 1.2;
	margin-bottom: 0;
}
	.banner-data h2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.1;
}
.btn.blue-btn {
	background: #2e75b6;
	color: #fff;
	font-size: 12px;
	width: 100%;
	padding: 12px;
	font-weight: 600;
}
.medvendor {
	padding: 1rem;
}
.banner-data {
	margin-top: 1rem;
}
.footer p {
	margin: 0;
	color: #fff;
	font-size: 12px;
}
.slide-section {
	padding: 20px 0;
}
.testimonial {
	margin-top: 14px !important;
}
.quote img {
	width: 40px;
	position: static;
	top: 48px;
	right: 45px;
}
.textimunionl-section {
	background: #00b694;
	height: auto;
}
.ffff img {
	position: relative;
	bottom: 0px;
	width: 370px !important;
}
.btn.red-btn {
	background: #db3d3d;
	color: #fff;
	font-size: 16px;
	width: 100%;
	padding: 12px;
	font-weight: 600;
	color: #fff;
	font-size: 12px;
	width: 100%;
	padding: 12px;
	font-weight: 600;
}



}


#back-to-top {
    color: #ffffff;
    position: fixed;
    background-color: #01b693;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    display: none;
    text-align: center;
    z-index: 10000;
    height: 32px;
    width: 32px;
    line-height: 15px;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    border-radius: 3px;
}

#back-to-top i {
    padding-top: 6px;
    font-size: 14px;
    line-height: 1.5;
}

#back-to-top:hover {
    background: #ffffff !important;
    color: #3b4954 !important;
}

*::-webkit-scrollbar {
    width: 15px;
    height: 5px;
    transition: 0.3s background;
}

::-webkit-scrollbar-thumb {
    background: #01b693;
}

.sticky-pin {
        position: fixed !important;
        top: 0 !important;
        width: 100%;
        z-index: 99;
}

.owl-dots{
	display: none !important;
}

.video-container {
	position: relative;
	display: flex;
	justify-content: center;
	padding-bottom:25px;
}

/* Style for circle controls */
.circle-controls {
	position: absolute;
	bottom: 0px; /* Adjust as needed */
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
}

.circle-control {
	width: 20px;
	height: 20px;
	background-color: white;
	border-radius: 50%;
	border: 2px solid #2a3958;
	cursor: pointer;
	display: inline-block;
}

	.circle-control.active {
		background-color: #00cc99;
	}


.circle-controls-textimunionl {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 10px; /* Space between text and circles */
}

.circle-control-textimunionl {
	width: 20px;
	height: 20px;
	background-color: white;
	border-radius: 50%;
	border: 2px solid #2a3958;
	cursor: pointer;
}

	.circle-control-textimunionl.active {
		background-color: #2a3958;
	}


.h-200{
	height:200px;
}

.h-230 {
	height: 230px;
}


.max-width-1110{
	max-width:1110px;
}

@media(min-width:1400px) {

	.large-text-style {
		font-size: 28px !important
	}
}

@media(min-width:993px) and (max-width:1400px) {

	.large-text-style {
		font-size: 23px !important
	}
}

.social-icon:hover {
	transform: scale(1.2); 
	transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.social-icon {
	opacity: 1;
	transition: opacity 0.3s ease;
}

	.social-icon:hover {
		opacity: 0.8; 
	}



.textimunionl-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto; 
}

.textimunionl-left-side {
	/*width: 80%; */
	display: flex;
	flex-direction: column; 
	justify-content: center;
}

.textimunionl-right-side {
	/*width: 20%; */
	display: flex;
	justify-content: flex-end; 
}

	.textimunionl-right-side img {
/*		width: 100%;*/
		max-width: 265px;
/*		height: auto; */
	}

@media(max-width: 991px) {

	.textimunionl-right-side img {
		max-width: 256px;
	}
}
