

/*================================
<--  Event navbar section Css -->
==================================*/
.ftco-navbar-light {
	z-index: 3;
	padding: 0;
	background: #ffffff !important;

}
@media (max-width: 991.98px) {
.resp__abs .ftco-navbar-light {
  padding: 7px 0;
  background: #743BBD !important;
  width: 40px;
  float: left;
  left: 10px;
  position: absolute;
  border-radius: 10px;
  top: 20px;
}
.btn.btn-transparent.search-box-btn {
  position: absolute;
  left: 55px;
  top: 20px;
}
}
@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav {
	padding-bottom: 10px; }
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 500;
	color: #6c6c6c;
	position: relative;
	opacity: 1 !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #68347E;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	}
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
	color: #68347E;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
	width: 100%;
}
@media (max-width: 991.98px) {
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
	padding-left: 0;
	padding-right: 0;
	padding-top: .7rem;
	padding-bottom: .7rem;
	color: rgba(255, 255, 255, 0.7);
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
	color: #fff; }
}
@media (max-width: 767.98px) {
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
	border: none;
	background: #fff;
	-webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	border-radius: 4px;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
	font-size: 12px;
	color: #000;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
	background: #68347E;
	color: #fff;
}
@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
		display: block !important;
		background: #000;
	}
	.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
	color: rgba(255, 255, 255, 0.8); }
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
	color: #fff;
	background: #68347E;
	border-radius: 0px;
}
@media (max-width: 767.98px) {
	.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
	color: #fff;
	background: #68347E;
	border-radius: 4px; }
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
	color: #68347E;
}
@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav > .nav-item.active > a {
		color: #fff; }
}
.ftco-navbar-light .navbar-toggler {
	border: none;
	color: rgba(255, 255, 255, 0.5) !important;
	cursor: pointer;
	padding-right: 0;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .1em;
}
.ftco-navbar-light .navbar-toggler:focus {
	outline: none !important;
}
  
.navbar-brand {
	color: #000;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 30px;
}
.navbar-brand span {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.3);
}
.navbar-brand:hover, .navbar-brand:focus {
	color: #000;
}

.social-media {
	display: inline-block;
}
@media (max-width: 991.98px) {
	.social-media {
		margin: 0 auto;
	} 
}
@media (max-width: 767.98px) {
	.social-media {
		margin-bottom: 20px;
	}
}
.social-media p a {
	border: 1px solid #68347E;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 4px;
}
.social-media p a span {
	color: #4d4d4d;
}
.social-media p a:hover {
	background: #68347E;
	border-color: #68347E;
}
.social-media p a:hover span {
	color: #fff;
}
  
  

img#logo{
	margin-top: 30px;
	padding: 0 10px;
	position: absolute;
	display: none;
	transition: all .9s ease;

}
.custom-logo{
	width: 150px;
}

/*================================
<--  Event search box section Css -->
==================================*/


.search-box .search-box-btn {
	border: 1px solid #68347E;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 4px;
}

.search-box .search-box-btn{
    color: #4d4d4d;
}

.search-box .search-box-btn:hover {
    background: #68347E;
    border-color: #68347E;
}


.search-box .search-box-btn:hover {
    color: white;
}






/*================================
<--  Event carousel section Css -->
==================================*/
.carousel-main {

    position: relative;
    z-index: 0;
}
.carousel-main .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    backdrop-filter: blur(3px);
    /* opacity: 0.7; */
    background: #2324294f;
    z-index: 1;
}

.carousel-indicators {
    display: flex; /* &#1065;†&#1064;&#1169;&#1064;§&#1065;†&#1066;&#1031;&#1064;±&#1065;‡&#1064;§ &#1064;±&#1064;§ &#1064;&#1025;&#1065;‡ &#1064;­&#1064;§&#1065;„&#1064;&#1028; &#1065;&#1027;&#1067;&#1034;&#1066;©&#1064;&#1110; &#1065;†&#1065;…&#1064;§&#1067;&#1034;&#1064;&#1169; &#1064;&#1031;&#1065;‡&#1067;&#1034;&#1064;&#1031; */
    justify-content: center; /* &#1065;…&#1064;±&#1066;©&#1064;&#1030; &#1066;†&#1067;&#1034;&#1064;&#1031;&#1065;…&#1064;§&#1065;† */
}

.carousel-indicators li {
    background-color: transparent; /* &#1064;±&#1065;†&#1066;&#1031; &#1065;&#1109;&#1064;&#1110;&#1074;&#1026;&#1034;&#1064;&#1030;&#1065;…&#1067;&#1034;&#1065;†&#1065;‡ &#1064;±&#1064;§ &#1064;&#1169;&#1065;&#1027;&#1064;§&#1065;&#1027; &#1066;©&#1065;†&#1067;&#1034;&#1064;&#1031; */
    border: none; /* &#1065;‡&#1067;&#1034;&#1066;† &#1064;­&#1064;§&#1064;&#1169;&#1067;&#1034;&#1065;‡&#1074;&#1026;&#1034;&#1064;§&#1067;&#1034; &#1065;†&#1064;&#1031;&#1064;§&#1064;&#1169;&#1064;&#1028;&#1065;‡ &#1064;&#1025;&#1064;§&#1064;&#1169;&#1064;&#1031; */
    width: 0; /* &#1064;&#8470;&#1064;±&#1064;¶ &#1065;†&#1064;&#1169;&#1064;§&#1065;†&#1066;&#1031;&#1064;±&#1065;‡&#1064;§ &#1064;±&#1064;§ &#1064;µ&#1065;&#1027;&#1064;± &#1066;©&#1065;†&#1067;&#1034;&#1064;&#1031; */
    height: 0; /* &#1064;§&#1064;±&#1064;&#1028;&#1065;&#1027;&#1064;§&#1064;&#8470; &#1065;†&#1064;&#1169;&#1064;§&#1065;†&#1066;&#1031;&#1064;±&#1065;‡&#1064;§ &#1064;±&#1064;§ &#1064;µ&#1065;&#1027;&#1064;± &#1066;©&#1065;†&#1067;&#1034;&#1064;&#1031; */
    visibility: hidden; /* &#1065;…&#1064;®&#1065;&#1027;&#1067;&#1034; &#1066;©&#1064;±&#1064;&#1031;&#1065;† &#1065;†&#1064;&#1169;&#1064;§&#1065;†&#1066;&#1031;&#1064;±&#1065;‡&#1064;§ */
}

#main-slide .carousel-item {
	height: 100dvh;
	background-size: cover; /* &#1065;…&#1064;·&#1065;…&#1064;¦&#1065;† &#1064;&#1169;&#1065;€&#1067;&#1034;&#1064;&#1031; &#1066;©&#1065;‡ &#1064;&#1028;&#1064;µ&#1065;€&#1067;&#1034;&#1064;± &#1065;&#1109;&#1064;&#1110;&#1074;&#1026;&#1034;&#1064;&#1030;&#1065;…&#1067;&#1034;&#1065;†&#1065;‡ &#1064;&#1025;&#1065;‡ &#1064;®&#1065;€&#1064;&#1025;&#1067;&#1034; &#1065;&#1109;&#1064;± &#1064;&#1169;&#1065;€&#1064;&#1031; */
    background-position: center; /* &#1064;&#1028;&#1064;µ&#1065;€&#1067;&#1034;&#1064;± &#1064;±&#1064;§ &#1064;&#1031;&#1064;± &#1065;…&#1064;±&#1066;©&#1064;&#1030; &#1065;‚&#1064;±&#1064;§&#1064;± &#1064;&#1031;&#1065;‡&#1067;&#1034;&#1064;&#1031; */

  }
  
  #main-slide .carousel-caption {
    position: absolute; 
    top: 20%; /* &#1064;&#1028;&#1065;†&#1064;&#1105;&#1067;&#1034;&#1065;… &#1065;…&#1065;€&#1065;‚&#1064;&#8470;&#1067;&#1034;&#1064;&#1028; caption */
    left: 50%;
    transform: translateX(-50%); /* &#1065;…&#1064;±&#1066;©&#1064;&#1030; &#1065;‚&#1064;±&#1064;§&#1064;± &#1064;&#1031;&#1064;§&#1064;&#1031;&#1065;† */
    color: white; /* &#1064;±&#1065;†&#1066;&#1031; &#1065;…&#1064;&#1028;&#1065;† */
    z-index: 2; /* &#1064;&#1025;&#1064;§&#1065;„&#1064;§&#1064;&#1028;&#1064;± &#1064;§&#1064;&#1030; overlay */
  }
  
  #main-slide .carousel-caption .heading {
    font-size: 90px; /* &#1064;&#1028;&#1065;†&#1064;&#1105;&#1067;&#1034;&#1065;… &#1064;§&#1065;†&#1064;&#1031;&#1064;§&#1064;&#1030;&#1065;‡ &#1065;…&#1064;&#1028;&#1065;† &#1064;&#8470;&#1065;†&#1065;€&#1064;§&#1065;† */

}
  
  #main-slide .carousel-caption p {
    font-size: 35px; /* &#1064;§&#1065;†&#1064;&#1031;&#1064;§&#1064;&#1030;&#1065;‡ &#1065;…&#1064;&#1028;&#1065;† */
    margin-bottom: 20px; /* &#1065;&#1027;&#1064;§&#1064;µ&#1065;„&#1065;‡ &#1064;§&#1064;&#1030; &#1065;&#1109;&#1064;§&#1067;&#1034;&#1067;&#1034;&#1065;† */
	color: #FFC600;

  }
  
  #main-slide .carousel-caption .btn {
    margin: 10px; /* &#1065;&#1027;&#1064;§&#1064;µ&#1065;„&#1065;‡ &#1064;&#1025;&#1067;&#1034;&#1065;† &#1064;&#1031;&#1066;©&#1065;…&#1065;‡&#1074;&#1026;&#1034;&#1065;‡&#1064;§ */
	border-radius: 0%;
  }

  
@media (max-width: 768px) { /* &#1064;&#1025;&#1064;±&#1064;§&#1067;&#1034; &#1064;µ&#1065;&#1027;&#1064;­&#1065;‡&#1074;&#1026;&#1034;&#1065;†&#1065;…&#1064;§&#1067;&#1034;&#1064;&#1169;&#1074;&#1026;&#1034;&#1065;‡&#1064;§&#1067;&#1034;&#1067;&#1034; &#1064;&#1025;&#1064;§ &#1064;&#8470;&#1064;±&#1064;¶ &#1066;©&#1065;…&#1064;&#1028;&#1064;± &#1064;§&#1064;&#1030; 768px */
    #main-slide .carousel-caption .heading {
        font-size: 24px; /* &#1064;&#1028;&#1065;†&#1064;&#1105;&#1067;&#1034;&#1065;… &#1064;§&#1065;†&#1064;&#1031;&#1064;§&#1064;&#1030;&#1065;‡ &#1065;…&#1064;&#1028;&#1065;† &#1064;&#8470;&#1065;†&#1065;€&#1064;§&#1065;† &#1064;&#1025;&#1064;±&#1064;§&#1067;&#1034; &#1065;…&#1065;€&#1064;&#1025;&#1064;§&#1067;&#1034;&#1065;„ */
		line-height: 40px;
    }

    #main-slide .carousel-caption p {
        font-size: 14px; /* &#1064;&#1028;&#1065;†&#1064;&#1105;&#1067;&#1034;&#1065;… &#1064;§&#1065;†&#1064;&#1031;&#1064;§&#1064;&#1030;&#1065;‡ &#1065;…&#1064;&#1028;&#1065;† &#1064;&#1025;&#1064;±&#1064;§&#1067;&#1034; &#1065;…&#1065;€&#1064;&#1025;&#1064;§&#1067;&#1034;&#1065;„ */
        margin-bottom: 15px; /* &#1065;&#1027;&#1064;§&#1064;µ&#1065;„&#1065;‡ &#1064;§&#1064;&#1030; &#1065;&#1109;&#1064;§&#1067;&#1034;&#1067;&#1034;&#1065;† */
    }

    #main-slide .carousel-caption .btn {
        padding: 10px 20px; /* &#1064;&#1028;&#1065;†&#1064;&#1105;&#1067;&#1034;&#1065;… padding &#1064;&#1031;&#1066;©&#1065;…&#1065;‡ */
        font-size: 16px; /* &#1064;&#1028;&#1065;†&#1064;&#1105;&#1067;&#1034;&#1065;… &#1064;§&#1065;†&#1064;&#1031;&#1064;§&#1064;&#1030;&#1065;‡ &#1065;…&#1064;&#1028;&#1065;† &#1064;&#1031;&#1066;©&#1065;…&#1065;‡ */
    }
}

/*  Header Btn */
/*--  Hero-Btn Css --*/

.hero-btn {
	margin-top: 58px;
}
.hero-btn a {
	margin-right: 26px;
}
.hero-btn .hero-btn2::before {
	display: none;
}
.hero-btn .hero-btn1::before {
	height: 84%;
	top: 6px;
}

.event-btn a {
	background: transparent;
	color: #fff;
	padding: 18px 38px;
	font-size: 17px;
	font-weight: 400;
	-webkit-transition: .4s;
	transition: .5s;
	border: 1px solid #68347E;
	position: relative;
	z-index: 1;
}
.event-btn a::before {
	content: "";
	position: absolute;
	width: 94%;
	height: 86%;
	display: inline-block;
	background: #68347E;
	left: 5px;
	top: 4px;
	z-index: -1;
}
.event-btn a::after {
	content: "";
	position: absolute;
	width: 0px;
	height: 100%;
	display: inline-block;
	top: 0px;
	left: 0px;
	background: -moz-linear-gradient(top, #e72c83 0%, #68347E 100%); /* Firefox */
background: -webkit-linear-gradient(top, #e72c83 0%, #68347E 100%); /* Safari and older versions of Chrome */
background: -o-linear-gradient(top, #e72c83 0%, #68347E 100%); /* Older Opera */
background: linear-gradient(to bottom, #e72c83 0%, #68347E 100%); /* Standard syntax */

	transition: all 0.5s ease 0s;
	z-index: -1;
}
.event-btn a:hover::after {
	width: 100%;
	left: 0px;
}
.event-btn a:hover {
    color: #fff;
}
.event-btn a i {
	margin-left: 5px;
}


/*================================
<--  Event icon section Css -->
==================================*/

.fill-primary {
    fill: var(--purple-600) !important;
}  
 .icon-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  font-size: 75%;
}
.icon-md {
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  font-size: .8rem;
}
.icon-lg {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  font-size: 1.2rem;
}
.icon-xl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  font-size: 1.9rem;
}

.icon-xxl {
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
  text-align: center;
  font-size: 2.5rem;
}

/*================================
<--  Event about section Css -->
==================================*/

.about-area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20px 0;
}
 .about-btn {
  float: left;
}
.about-item-box {
	position: relative;
}
.about-shape {
	position: absolute;
	bottom: -11%;
	right: -18%;
    animation: rotate-shape1 3.50s infinite;
}
.about-item-box p.about-parag1 {
	margin-top: 21px;
	margin-bottom: 30px;
	width: 82%;
	line-height: 30px;
}
.about-item-box p.about-parag2 {
  margin-bottom: 55px;
  text-align: justify;
  line-height: 200%;
}
.about-btn a::before {
	background: #3c1d84;
}
.about-img {
    position: relative;
    width: 100%;
    max-width: none;
    transform: translateX(-30px); 
}
.about-img img {
    width: 100%;
    object-fit: cover;
}
 .about-btn a {
	text-decoration: none;
    color: #fff;
	position: relative;
    padding: 18px 38px;
	background-color: transparent;
	border: 1px solid #68347E;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.about-btn a::before {
	content: "";
	position: absolute;
	width: 94%;
	height: 86%;
	display: inline-block;
	background: #68347E;
	left: 5px;
	top: 4px;
	z-index: -1;
}
.about-btn a::after {
	content: "";
	position: absolute;
	width: 0px;
	height: 100%;
	display: inline-block;
	top: 0px;
	left: 0px;
	background: linear-gradient(231deg, rgb(37, 34, 185) 0%, rgb(255, 0, 121) 100%);
	transition: all 0.5s ease 0s;
	z-index: -1;
}
.about-btn a:hover::after {
	width: 100%;
	left: 0px;
}
.counter.wow.fadeInRight.animated p {
  font-size: 3rem;
  font-weight: 950;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .about-img img {
        width: 100%;
    }
}
/*================================
<--  Event counter section Css -->
==================================*/
.counter-section {
    background: url(../images/bg-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}
.counter-section{

    color: var(--white);
}
.counter-section .counter .icon i {
    font-size: 60px;
    color: #fff;
}
.counter-section img {
    max-width: 100%;
    height: auto;
}

/*================================
<--  Event  Service Area Css -->
==================================*/

.service-area {
 	margin-top: -70px;
    margin-bottom: 0px;
    z-index: 1;
}
.service-area.service-style-two {
	padding-bottom: 130px;
	background: #f5f5f5;
}
.section-title {
	margin-bottom: 60px;
}
.section-title .section-sub-title {
	color: #68347E;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 24px;
}
.section-title .section-sub-title img {
	padding: 0 15px 0;
	margin-top: -5px;
}

.section-title .section-main-title {
  font-size: 2.1rem;
  letter-spacing: 0px;
  line-height: 50px;
  font-weight: 950;
}
.service-item-box {
	background: #fff;
	border-radius: 5px;
	padding: 30px 15px 24px;
	-webkit-transition: .4s;
	transition: .4s;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.377);
}
.service-item-box::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right, #AC64BD 0%, #53157B 100%);
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .9s;
	transition: .9s;
	z-index: -1;
}
.service-inner-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  position: absolute;
  top: -48px;
  left: 0;
}
.service-icon-img {
	margin-top: 50px;
	color: #68347E;
}
.service-icon-img i {
	font-size: 50px;
    -webkit-transition: .4s;
    transition: .4s;
}
.service-number-item {
	margin-top: 34px;
}
.service-number-item span {
	font-size: 80px;
	font-weight: 700;
	-webkit-text-stroke-width: 3px;
	color: transparent;
	-webkit-text-stroke-color: #3a1c7f;
	opacity: 0.102;
	color: #ffffff;
    -webkit-transition: .4s;
	transition: .4s;
}
.service-content {
	margin-top: 30px;
}
.service-content h4 {
	color: #3b1d82;
	margin-bottom: 10px;
	-webkit-transition: .4s;
	transition: .4s;
	font-size: 25px;
	font-weight: 950;
}
.service-content p {
	line-height: 28px;
	-webkit-transition: .4s;
	transition: .4s;
}

.service-item-box:hover .service-content h4 {
    color: #fff;
}
.service-item-box:hover .service-content p {
    color: #fff;
}
.service-item-box:hover .service-number-item span {
    -webkit-text-stroke-width: 3px;
	color: transparent;
	-webkit-text-stroke-color: #fff;
    opacity: 1;
}
.service-item-box:hover .service-icon-img i {
    filter: brightness(0) invert(1);
}
.service-item-box:hover::before {
    visibility: visible;
    opacity: .8;
}

/*================================
<--  Event  Schedules Area Css -->
==================================*/
.col-lg-6.text-center {
  margin: 0 auto;
}
.schedules-area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 115px 0 135px;
}
.schedules-img img {
	width: 155px;
    height:207px ;
    object-fit: cover;
}
.schedules-item-box {
	background: #fff;
	display: flex;
	padding: 0 40px 0;
	margin-bottom: 30px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.schedules-day-calcalution {
  background: linear-gradient(to bottom, #9264CD 0%, #572993 100%);
  width: 400px;
  height: 120px;
  margin: auto;
  line-height: 120px;
  border-radius: 10px;
}
.schedules-day-change {
	background: -moz-linear-gradient(left, #e72c83 0%, #68347E 100%); /* Firefox */
background: -webkit-linear-gradient(left, #e72c83 0%, #68347E 100%); /* Safari and older versions of Chrome */
background: -o-linear-gradient(left, #e72c83 0%, #68347E 100%); /* Older Opera */
background: linear-gradient(to right, #e72c83 0%, #68347E 100%); /* Standard syntax */

}
.schedules-day-calcalution span {
	display: block;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
    text-align: center;
}
.schedules-img {
	margin: 0 40px 0;
}

.schedules-content {
	padding-top: 28px;
}
.schedules-content h6 {
	font-size: 16px;
	color: #616161;
	font-weight: 400;
	margin-bottom: 14px;
}
.schedules-content h4 {
  font-size: 1rem;
  font-weight: 950;
  margin-bottom: 16px;
}
.schedules-content p {
  font-size: 13px;
  width: 97%;
  text-align: justify;
  line-height: 200%;
}
/* &#1065;…&#1064;&#1031;&#1067;&#1034;&#1064;§ &#1066;©&#1065;€&#1064;¦&#1064;±&#1067;&#1034; &#1064;&#1025;&#1064;±&#1064;§&#1067;&#1034; &#1064;&#1031;&#1064;&#1110;&#1064;&#1028;&#1066;&#1031;&#1064;§&#1065;‡&#1074;&#1026;&#1034;&#1065;‡&#1064;§&#1067;&#1034; &#1066;©&#1065;€&#1066;†&#1066;©&#1064;&#1028;&#1064;± &#1064;§&#1064;&#1030; 768 &#1065;&#1109;&#1067;&#1034;&#1066;©&#1064;&#1110;&#1065;„ */
@media (max-width: 767.98px) {
    .schedules-item-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin-bottom: 20px;
    }

    .schedules-day-calcalution {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
        line-height: normal;
        text-align: center;
    }

    .schedules-img {
        width: 100%;
        margin: 0 0 20px;
    }

    .schedules-img img {
        width: 100%;
        height: auto;
    }

    .schedules-content {
        width: 100%;
        text-align: center;
        padding-top: 0;
    }

    .schedules-content h6,
    .schedules-content h4 {
        font-size: 1.2rem;
    }

    .schedules-content p {
        font-size: 1rem;
        width: 100%; 
    }
}

/*================================
<--  Event Esperience Area Css -->
==================================*/
.esperience-area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0 10px;
}
.esperience-area.esperience-style-two {
	padding-bottom: 50px;
}
.section-title .esperience-sub-title {
	color: #fff;
}
.section-title .esperience-main-title {
	color: #fff;
}
.section-title .esperience-parag1 {
	color: #fff;
}
.section-title .esperience-parag1 {
  margin: 18px 0 60px;
  width: 100%;
  text-align: justify;
}
.esperience-btn a {
	border: 1px solid #fff;
}
.esperience-btn a::before {
	height: 82%;
	top: 6px;
}
.esperience-video {
	display: flex;
	justify-content: center;
}
.esperience-video .video-icon a {
	width: 110px;
	height: 110px;
	line-height: 110px;
}
.esperience-video .video-icon a span {
	font-size: 24px;
	font-weight: 700;
	margin-left: 0;
	color: #3b1d82;
}


/*================================
<--  Event  Blog Area Css -->
==================================*/

.blog-area {
	padding: 50px 0 10px;
}
.blog-two-area {
	padding: 115px 0 60px;
}
.blog-item-box {
	background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	margin: 6px 6px 6px 6px;
	margin-bottom: 30px;

}
.blog-img {
    position: relative;
    overflow: hidden;
}
.blog-img::after {
	background: rgba(231, 0, 94, 0.3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 50%;
	top: 0;
	opacity: 0;
	height: 100%;
	pointer-events: none;
	transition: all 400ms linear;
}
.blog-img img {
	width: 100%;
    -webkit-transition: .6s;
    transition: .6s;
}
.blog-date {
	position: absolute;
	bottom: 0;
	background: #f7f5f6;
	padding: 0px 30px 15px 24px;
    z-index: 1;
}
.blog-date::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
    top: 0;
    left: 0;
	background-image: linear-gradient(to right, #AC64BD 0%, #53157B 100%);
	visibility: hidden;
	opacity: 0;
    -webkit-transition: .8s;
    transition: .8s;
    z-index: -1;
}
.blog-date h6 span {
	font-size: 40px;
	margin-right: 12px;
	display: inline-block;
	color: #07222d;
	position: relative;
	top: 8px;
	font-weight: 600;
    -webkit-transition: .4s;
    transition: .4s;
}
.blog-date h6 {
	color: #07222d;
	font-size: 16px;
	font-weight: 500;
	margin-top: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.blog-content {
	padding: 39px 30px 36px 34px;
}

.blog-content span {
	font-size: 14px;
	color: #868686;
	font-weight: 500;
	display: block;
}
.blog-content p {
	font-size: 14px;
	margin-bottom: -4px;
}
.blog-content h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 36px;
    -webkit-transition: .4s;
    transition: .4s;
}
.blog-content a{
	text-decoration: none !important;
	color: #3B1D82;
}
.blog-content a h4{
	text-decoration: none !important;
}
#blogCarousel.carousel .carousel-indicators {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
}
#blogCarousel.carousel  .carousel-indicators button {
	background: #dddddd !important;
	display: inline-block;
	width: 60px;
	border-radius: 10px;
	margin: 0 3px;
}
#blogCarousel.carousel .carousel-indicators button.active {
	background: #68347E !important;
}
.blog-item-box:hover .blog-content h4 {
    color: #68347E;
}
.blog-item-box:hover .blog-img img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.blog-item-box:hover .blog-date::before {
    visibility: visible;
    opacity: 1;
}
.blog-item-box:hover .blog-date h6 span {
    color: #fff;
}
.blog-item-box:hover .blog-date h6 {
    color: #fff;
}
.blog-content.blog-inner-page {
	padding: 39px 30px 0px 34px;
}
.blog-inner-content {
	padding: 0px 30px 30px 34px;
}
.blog-inner-content a {
	background: #3c1d84;
	color: #fff;
	padding: 10px 18px;
	font-size: 14px;
	margin-top: 15px;
	display: inline-block;
	text-decoration: none;
}
.blog-item-box:hover .blog-inner-content a {
	background: #68347E;
	color: #fff;
}
.blog-categories {
	background: #f9f9f9;
	padding: 20px;
	margin-bottom: 60px;
}
.blog-categories h4 {
	background: #3b1d82;
	color: #fff;
	width: 335px;
	padding: 14px 14px 14px 30px;
	margin-bottom: 25px;
}

.blog-categories ul {
    list-style: none; /* &#1064;­&#1064;°&#1065;&#1027; &#1065;…&#1064;§&#1064;±&#1066;©&#1064;± (&#1065;†&#1065;‚&#1064;·&#1065;‡ &#1067;&#1034;&#1064;§ &#1064;&#1169;&#1065;…&#1064;§&#1064;±&#1065;‡) */
    padding-right: 0; /* &#1064;­&#1064;°&#1065;&#1027; &#1065;&#1027;&#1064;§&#1064;µ&#1065;„&#1065;‡ &#1065;&#1109;&#1067;&#1034;&#1064;&#1169;&#1074;&#1026;&#1034;&#1065;&#1027;&#1064;±&#1064;¶ &#1064;§&#1064;&#1030; &#1064;&#1110;&#1065;…&#1064;&#1028; &#1066;†&#1065;&#1109; */
}
.blog-categories ul li {
    margin-bottom: 5px;
}
.blog-categories ul li a {
    text-decoration: none; /* &#1064;­&#1064;°&#1065;&#1027; &#1064;®&#1064;· &#1064;&#1030;&#1067;&#1034;&#1064;± &#1065;„&#1067;&#1034;&#1065;†&#1066;©&#1074;&#1026;&#1034;&#1065;‡&#1064;§ */
}

.blog-categories ul li a:hover {
    color: #68347E;
}
.blog-categories-list ul li a {
	margin-bottom: 14px;
	display: block;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 26px;
	color: #3b1d82;
	font-weight: 500;
	list-style: none;
	text-decoration:underline ;
}
.blog-categories-list ul li a i {
	margin-right: 12px;
}
.blog-Recent-img {
	float: left;
	margin-right: 20px;
}
.blog-Recent-Post {
	margin-bottom: 20px;
}
.blog-Recent-Post-content h5 {
	font-size: 16px;
	width: 90%;
	margin-bottom: 8px;
	line-height: 24px;
	font-weight: 500;
}
.blog-Recent-Post-content p {
	font-size: 14px;
}
.blog-gallary img {
	margin-right: 19px;
}
.blog-item-box:hover .blog-img::after {
	left: 0;
	right: 0;
	opacity: 1;
}

/*================================
<--  Event  pagination Area Css -->
==================================*/

.pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.pagination .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #3b1d82; /* &#1064;±&#1065;†&#1066;&#1031; &#1065;&#1109;&#1064;&#1110;&#1074;&#1026;&#1034;&#1064;&#1030;&#1065;…&#1067;&#1034;&#1065;†&#1065;‡ &#1065;&#1109;&#1067;&#1034;&#1064;&#1169;&#1074;&#1026;&#1034;&#1065;&#1027;&#1064;±&#1064;¶ */
    color: #fff; /* &#1064;±&#1065;†&#1066;&#1031; &#1065;&#1027;&#1065;€&#1065;†&#1064;&#1028; &#1064;&#1110;&#1065;&#1027;&#1067;&#1034;&#1064;&#1031; */
    text-decoration: none; /* &#1064;­&#1064;°&#1065;&#1027; &#1064;®&#1064;· &#1064;&#1030;&#1067;&#1034;&#1064;± */
    font-weight: bold;
    transition: background-color 0.3s ease; /* &#1064;§&#1064;¶&#1064;§&#1065;&#1027;&#1065;‡ &#1066;©&#1064;±&#1064;&#1031;&#1065;† &#1064;§&#1065;†&#1067;&#1034;&#1065;…&#1067;&#1034;&#1064;&#1169;&#1065;† &#1064;&#1025;&#1064;±&#1064;§&#1067;&#1034; hover */
}

.pagination .page-numbers:hover {
    background-color: #68347E; /* &#1064;±&#1065;†&#1066;&#1031; &#1065;&#1109;&#1064;&#1110;&#1074;&#1026;&#1034;&#1064;&#1030;&#1065;…&#1067;&#1034;&#1065;†&#1065;‡ &#1064;&#1031;&#1064;± &#1064;­&#1064;§&#1065;„&#1064;&#1028; &#1065;‡&#1064;§&#1065;€&#1064;± */
    color: #fff; /* &#1064;±&#1065;†&#1066;&#1031; &#1065;&#1027;&#1065;€&#1065;†&#1064;&#1028; &#1064;&#1110;&#1065;&#1027;&#1067;&#1034;&#1064;&#1031; &#1064;&#1031;&#1064;± &#1064;­&#1064;§&#1065;„&#1064;&#1028; &#1065;‡&#1064;§&#1065;€&#1064;± */
}

.pagination .page-numbers.current {
    background-color: #68347E; /* &#1064;±&#1065;†&#1066;&#1031; &#1065;&#1109;&#1064;&#1110;&#1074;&#1026;&#1034;&#1064;&#1030;&#1065;…&#1067;&#1034;&#1065;†&#1065;‡ &#1064;&#1025;&#1064;±&#1064;§&#1067;&#1034; &#1064;µ&#1065;&#1027;&#1064;­&#1065;‡ &#1065;&#1027;&#1064;&#8470;&#1064;§&#1065;„ */
    color: #fff; /* &#1064;±&#1065;†&#1066;&#1031; &#1065;&#1027;&#1065;€&#1065;†&#1064;&#1028; &#1064;µ&#1065;&#1027;&#1064;­&#1065;‡ &#1065;&#1027;&#1064;&#8470;&#1064;§&#1065;„ */
}

/*================================
<--  Event  Footer Area Css -->
==================================*/


.footer-area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20px 0 ;
    background: -moz-linear-gradient(left, #AC64BD 0%, #53157B 100%);
	background: -webkit-linear-gradient(left, #AC64BD 0%, #53157B 100%);
	background: linear-gradient(to right, #AC64BD 0%, #53157B 100%);
}

.widgets-company-info-inner .politics-logo {
	margin-bottom: 38px;
}
.company-info-desc h1 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 950;
}
.company-info-desc p {
	color: #ffffffcc;
	text-align: justify;

}
.footer-btn a {
	color: #68347E;
}
.footer-btn a::before {
	background: #fff;
	height: 84%;
}
.footer-btn a:hover {
	color: #fff;
}
.widget-nav-menu h4.widget-title {
  color: #fff;
  margin-bottom: 42px;
  direction: rtl;
  font-size: 1.4rem;
  font-weight: 950;
}
.footer-widget-list ul.menu{
	margin-right: 0px;
	padding-right: 0px;
}  
.footer-widget-list ul.menu li.menu-item {
	list-style: none !important;
	margin-bottom: 15px;
	margin-right: 0px;
	padding-right: 0px;
}   
.footer-widget-list ul.menu li.menu-item a {
	color: #ffffff !important;
	text-decoration: none ;
	border-bottom: 2px solid transparent;
	padding-bottom: 5px;
}
.footer-widget-list ul.menu li.menu-item a:hover {
	color: #68347E !important;
	border-bottom: 2px solid #68347E;
	padding-bottom: 5px;
}
.menu-quick-link-content .footer-widget-list  ul ,.menu-quick-link-content .footer-widget-list > ul.menu {
	list-style: none;
	margin-bottom: 15px;
	list-style: none !important;
	margin-right: 0px;
	padding-right: 0px;
}
.menu-quick-link-content .footer-widget-list > ul > li ,.menu-quick-link-content .footer-widget-list > ul.menu > li.menu-item-object-page{
	list-style: none;
	margin-bottom: 15px;
}
.menu-quick-link-content .footer-widget-list > ul > li > a ,.menu-quick-link-content .footer-widget-list > ul.menu > li.menu-item-object-page > a{
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	border-bottom: 2px solid transparent;
	padding-bottom: 5px;
	text-decoration: none ;

}
.menu-quick-link-content .footer-widget-list > ul > li > a:hover ,.menu-quick-link-content.footer-widget-list > ul.menu > li.menu-item-object-page > a:hover {
	color: #68347E;
	border-bottom: 2px solid #68347E;
	padding-bottom: 5px;
}
.widget-social-icon {
	margin-bottom: 23px;
}
.widget-social-icon ul{
	list-style: none;
	padding-right: 0;
}
.widget-social-icon ul li {
	list-style: none;
	padding-right: 0;
}
.widget-social-icon ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	display: block;
	background: #fff;
	margin-left: 18px;
    -webkit-transition: .3s;
    transition: .3s;
}
.widget-social-icon ul li a:hover {
    background: #68347E;
    color: #fff;
}
.widget-nav-menu p {
	color: #fff;
	width: 90%;
	line-height: 30px;
}
.row.footer-border {
  border-top: 1px solid #3c364a;
}
.widget-copy-right {
	padding-top: 36px;
}
.widget-copy-right p {
	color: #fff;
}
.widget-copy-right p a {
	color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.widget-copy-right p a:hover {
    color: #68347E;
}


/*================================
<--  Event Braedcrumb  Css -->
==================================*/

.braedcrumb-area {
	display: flex;
	align-items: center;
	height: 60vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.braedcrumb-area .breadcrumb .breadcrumb-item::before {
	display: none;
}
.breadcrumb-heading h1 {
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 18px;
	font-size: 55px;
	font-weight: 700;
}
.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    opacity: .7;
    transition: .5s;
}
.breadcrumb-item a:hover {
    color: #fff;
    opacity: 1;
}
.breadcrumb-item.active {
	color: #fff;
	font-weight: 700;
}


/*================================
<--  Event Contact-Two Inner Page  Css -->
==================================*/


.contact-two-area {
	padding: 120px 0 90px;
}

.contact-two-item {
	border: 1px solid #3b1d81;
	padding: 45px 20px 38px;
	margin-bottom: 30px;
}
.contact-two-icon {
	margin-bottom: 40px;
}
.contact-two-icon i {
	width: 82px;
	height: 82px;
	line-height: 82px;
	background: #3c1d84;
	color: #fff;
	font-size: 30px;
	border-radius: 50%;
	-webkit-transition: .4s;
	transition: .4s;
}
.contact-two-content h4 {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 19px;
	-webkit-transition: .4s;
	transition: .4s;
}
.contact-two-content p {
	margin-bottom: 0;
	font-size: 15px;
}
.contact-two-item:hover .contact-two-icon i {
	background: #68347E;
	color: #fff;
}
.contact-two-item:hover .contact-two-content h4 {
	color: #68347E;
}
.hurryup-area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 115px 0 265px;
}
.hurryup-bg-up {
	margin-top: -130px;
}


/*================================
<--  Event  Contact Area Css -->
==================================*/

.contact-area {
    background: #f7f5f6;

}
.contact-left{
	margin: 50px;
}
.about-contact-two {
    background: #fff;

}

.contact-area.style-two {
    background: #f7f5f6;
	background-repeat: no-repeat;
	object-fit: cover;
	background-size: cover;
}
.section-sub-title{
	color: #68347E;
}
 input.wpcf7-text {
	border: 1px solid rgba(100,100,100,0.3);
	width: 100%;
	height: 50px;
	padding: 26px 20px;
	margin-bottom: 26px;
	outline: 0;
	background: #f7f5f6;
}
textarea.wpcf7-textarea, input[type="textarea"]  {
	border: 1px solid rgba(100,100,100,0.3);
	width: 100%;
	height: 150px;
	padding: 26px 20px;
	margin-bottom: 26px;
	outline: 0;
	background: #f7f5f6;
}

.contact-title{
	margin-bottom: 15px;
}
.row.contact_bg {
    padding: 60px 60px 76px;
    background: #fff;
    position: relative;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto; /* &#1064;§&#1064;¬&#1064;§&#1064;&#1030;&#1065;‡ &#1065;…&#1067;&#1034;&#1074;&#1026;&#1034;&#1064;&#1031;&#1065;‡&#1064;&#1031; &#1064;&#1028;&#1064;§ &#1064;§&#1064;±&#1064;&#1028;&#1065;&#1027;&#1064;§&#1064;&#8470; &#1064;&#1025;&#1064;± &#1064;§&#1064;&#1110;&#1064;§&#1064;&#1110; &#1065;…&#1064;­&#1064;&#1028;&#1065;€&#1064;§ &#1064;&#1028;&#1065;†&#1064;&#1105;&#1067;&#1034;&#1065;… &#1064;&#1169;&#1065;€&#1064;&#1031; */
}

input[type="submit"].wpcf7-submit {
    background-color: #68347E;
    color: #fff;
    padding: 5px 35px;
    font-size: 17px;
    font-weight: 400;
    transition: all 0.5s ease;
    border: 1px solid #68347E;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-appearance: none; /* &#1064;&#1025;&#1064;±&#1064;§&#1067;&#1034; &#1064;±&#1067;&#1034;&#1064;&#1110;&#1064;&#1028; &#1066;©&#1064;±&#1064;&#1031;&#1065;† &#1064;§&#1064;&#1110;&#1064;&#1028;&#1064;§&#1067;&#1034;&#1065;„ &#1065;&#1109;&#1067;&#1034;&#1064;&#1169;&#1074;&#1026;&#1034;&#1065;&#1027;&#1064;±&#1064;¶ &#1065;…&#1064;±&#1065;€&#1064;±&#1066;&#1031;&#1064;± */
    -moz-appearance: none;    /* &#1064;&#1025;&#1064;±&#1064;§&#1067;&#1034; &#1064;±&#1067;&#1034;&#1064;&#1110;&#1064;&#1028; &#1066;©&#1064;±&#1064;&#1031;&#1065;† &#1064;§&#1064;&#1110;&#1064;&#1028;&#1064;§&#1067;&#1034;&#1065;„ &#1065;&#1109;&#1067;&#1034;&#1064;&#1169;&#1074;&#1026;&#1034;&#1065;&#1027;&#1064;±&#1064;¶ &#1065;…&#1064;±&#1065;€&#1064;±&#1066;&#1031;&#1064;± */
    appearance: none;         /* &#1064;&#1025;&#1064;±&#1064;§&#1067;&#1034; &#1064;±&#1067;&#1034;&#1064;&#1110;&#1064;&#1028; &#1066;©&#1064;±&#1064;&#1031;&#1065;† &#1064;§&#1064;&#1110;&#1064;&#1028;&#1064;§&#1067;&#1034;&#1065;„ &#1065;&#1109;&#1067;&#1034;&#1064;&#1169;&#1074;&#1026;&#1034;&#1065;&#1027;&#1064;±&#1064;¶ &#1065;…&#1064;±&#1065;€&#1064;±&#1066;&#1031;&#1064;± */
}

input[type="submit"].wpcf7-submit::before {
    content: "";
    position: absolute;
    top: 0;
    right: -100%; /* &#1064;&#1031;&#1064;± &#1064;§&#1064;&#1025;&#1064;&#1028;&#1064;&#1031;&#1064;§ &#1064;®&#1064;§&#1064;±&#1064;¬ &#1064;§&#1064;&#1030; &#1064;&#1110;&#1065;…&#1064;&#1028; &#1064;±&#1064;§&#1064;&#1110;&#1064;&#1028; &#1064;&#1031;&#1066;©&#1065;…&#1065;‡ &#1065;‚&#1064;±&#1064;§&#1064;± &#1065;…&#1067;&#1034;&#1074;&#1026;&#1034;&#1066;&#1031;&#1067;&#1034;&#1064;±&#1064;&#1031; */
    width: 100%;
    height: 100%;
    background: linear-gradient(231deg, rgb(37, 34, 185) 0%, rgb(255, 0, 121) 100%);
    transition: all 0.5s ease;
    z-index: -1;
}

input[type="submit"].wpcf7-submit:hover::before {
    right: 0; /* &#1065;‡&#1065;†&#1066;&#1031;&#1064;§&#1065;… &#1065;‡&#1064;§&#1065;€&#1064;±&#1064;&#1034; &#1065;&#1109;&#1064;&#1110;&#1074;&#1026;&#1034;&#1064;&#1030;&#1065;…&#1067;&#1034;&#1065;†&#1065;‡ &#1064;§&#1064;&#1030; &#1064;&#1110;&#1065;…&#1064;&#1028; &#1064;±&#1064;§&#1064;&#1110;&#1064;&#1028; &#1064;&#1025;&#1065;‡ &#1066;†&#1065;&#1109; &#1064;­&#1064;±&#1066;©&#1064;&#1028; &#1065;…&#1067;&#1034;&#1074;&#1026;&#1034;&#1066;©&#1065;†&#1064;&#1031; */
}

input[type="submit"].wpcf7-submit:hover {
    color: #fff; /* &#1064;&#1025;&#1064;±&#1064;§&#1067;&#1034; &#1064;§&#1064;·&#1065;…&#1067;&#1034;&#1065;†&#1064;§&#1065;† &#1064;§&#1064;&#1030; &#1064;&#1028;&#1064;&#1108;&#1067;&#1034;&#1067;&#1034;&#1064;± &#1064;±&#1065;†&#1066;&#1031; &#1065;…&#1064;&#1028;&#1065;† &#1065;‡&#1065;†&#1066;&#1031;&#1064;§&#1065;… &#1065;‡&#1064;§&#1065;€&#1064;± */
}
/*================================
<-- recent posts at sidebar Area Css -->
==================================*/

/* &#1064;&#1028;&#1065;†&#1064;&#1105;&#1067;&#1034;&#1065;… &#1064;±&#1065;†&#1066;&#1031; &#1065;…&#1064;&#1028;&#1065;† &#1065;€ &#1064;±&#1065;†&#1066;&#1031; &#1065;‡&#1064;§&#1065;€&#1064;± &#1064;&#1025;&#1064;±&#1064;§&#1067;&#1034; &#1065;„&#1067;&#1034;&#1065;†&#1066;©&#1074;&#1026;&#1034;&#1065;‡&#1064;§ */
.wp-block-latest-posts__post-title {
    color: black;
    transition: color 0.3s ease;
    text-decoration: none;
}

.wp-block-latest-posts__post-title:hover {
    color: purple;
}

/* &#1064;§&#1064;¶&#1064;§&#1065;&#1027;&#1065;‡ &#1066;©&#1064;±&#1064;&#1031;&#1065;† &#1064;®&#1064;· &#1064;&#1030;&#1067;&#1034;&#1064;± &#1065;‡&#1064;± &#1064;&#1118;&#1067;&#1034;&#1064;&#1028;&#1065;… &#1065;€ &#1065;&#1027;&#1064;§&#1064;µ&#1065;„&#1065;‡ &#1064;&#1025;&#1067;&#1034;&#1065;† &#1064;&#1118;&#1067;&#1034;&#1064;&#1028;&#1065;…&#1074;&#1026;&#1034;&#1065;‡&#1064;§ */
ul.wp-block-latest-posts__list > li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
	margin-bottom: 18px;
}
/* &#1064;­&#1064;°&#1065;&#1027; &#1064;®&#1064;· &#1064;&#1030;&#1067;&#1034;&#1064;± &#1064;&#1118;&#1067;&#1034;&#1064;&#1028;&#1065;… &#1064;&#1118;&#1064;®&#1064;± */
.wp-block-latest-posts__list li:last-child {
    border-bottom: none;
}
/* &#1064;§&#1064;&#1110;&#1064;&#1028;&#1064;§&#1067;&#1034;&#1065;„ &#1064;&#1028;&#1064;µ&#1064;§&#1065;€&#1067;&#1034;&#1064;± &#1065;€ &#1064;&#1030;&#1065;€&#1065;… &#1064;&#1169;&#1064;&#1031;&#1065;† &#1064;&#1031;&#1064;± &#1064;­&#1064;§&#1065;„&#1064;&#1028; &#1065;‡&#1064;§&#1065;€&#1064;± &#1064;&#1025;&#1064;&#1031;&#1065;€&#1065;† &#1064;&#1028;&#1064;&#1108;&#1067;&#1034;&#1067;&#1034;&#1064;± &#1064;§&#1065;†&#1064;&#1031;&#1064;§&#1064;&#1030;&#1065;‡ */
.wp-block-latest-posts__featured-image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 10px;
    flex-shrink: 0;
}

.wp-block-latest-posts__featured-image img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.wp-block-latest-posts__featured-image img:hover {
    transform: scale(1.1);
}






/*================================
<-- about us page Area Css -->
==================================*/

.icon-gradient{
	background: -moz-linear-gradient(top, #e72c83 0%, #68347E 100%); /* Firefox */
background: -webkit-linear-gradient(top, #e72c83 0%, #68347E 100%); /* Safari and older versions of Chrome */
background: -o-linear-gradient(top, #e72c83 0%, #68347E 100%); /* Older Opera */
background: linear-gradient(to bottom, #e72c83 0%, #68347E 100%); /* Standard syntax */


	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.about-our-services {
    background-color: transparent;
	background: -moz-linear-gradient(top, #e72c83 0%, #68347E 100%); /* Firefox */
background: -webkit-linear-gradient(top, #e72c83 0%, #68347E 100%); /* Safari and older versions of Chrome */
background: -o-linear-gradient(top, #e72c83 0%, #68347E 100%); /* Older Opera */
background: linear-gradient(to bottom, #e72c83 0%, #68347E 100%); /* Standard syntax */

	}

.line-vr-section {
    position: relative;
    margin: 15px auto;
    border: 0;
    border-left: 1px solid;
	background: -moz-linear-gradient(top, #e72c83 0%, #68347E 100%); /* Firefox */
	background: -webkit-linear-gradient(top, #e72c83 0%, #68347E 100%); /* Safari and older versions of Chrome */
	background: -o-linear-gradient(top, #e72c83 0%, #68347E 100%); /* Older Opera */
	background: linear-gradient(to bottom, #e72c83 0%, #68347E 100%); /* Standard syntax */

    width: 2px;
    height: 50px;
    z-index: 10;
    opacity: 1;
}

/* Achievements -workshop */

.workshop-image-container {
    height: 100%; /* &#1066;©&#1065;„ &#1064;§&#1064;±&#1064;&#1028;&#1065;&#1027;&#1064;§&#1064;&#8470; &#1064;&#1110;&#1064;&#1028;&#1065;€&#1065;† */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.workshop-image {
    width: 100%;
    height: 100%; /* &#1064;§&#1064;±&#1064;&#1028;&#1065;&#1027;&#1064;§&#1064;&#8470; &#1066;©&#1064;§&#1065;…&#1065;„ &#1064;&#1110;&#1064;&#1028;&#1065;€&#1065;† */
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.workshop-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* &#1064;¬&#1065;„&#1065;€&#1066;&#1031;&#1067;&#1034;&#1064;±&#1067;&#1034; &#1064;§&#1064;&#1030; &#1066;©&#1064;&#1169;&#1067;&#1034;&#1064;&#1031;&#1066;&#1031;&#1067;&#1034; &#1064;&#1028;&#1064;µ&#1065;€&#1067;&#1034;&#1064;± */
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.workshop-image:hover img {
    transform: scale(1.1); /* &#1064;§&#1065;&#1027;&#1066;©&#1064;&#1028; &#1064;&#1030;&#1065;€&#1065;… */
    opacity: 0.9;
}

.workshop-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

.workshop-image:hover::after {
    opacity: 1;
}
.stats-section {
    background: linear-gradient(135deg, #e72c83, #68347E);
    color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.stats-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.stats-section i {
    font-size: 2rem;
    margin-bottom: 10px;
    display: block;
    color: #ffda79;
}

.stats-section .stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    animation: count 1.5s ease-out;
}

.stats-section p {
    font-size: 1rem;
    margin-top: 5px;
}

/* Keyframe &#1064;&#1025;&#1064;±&#1064;§&#1067;&#1034; &#1064;&#1169;&#1065;…&#1064;§&#1064;±&#1064;&#1169; */
@keyframes count {
    0% {
        transform: scale(0.9);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}




/* our team */

.team-image-container {
    height: 100%; /* &#1066;©&#1065;„ &#1064;§&#1064;±&#1064;&#1028;&#1065;&#1027;&#1064;§&#1064;&#8470; &#1064;&#1110;&#1064;&#1028;&#1065;€&#1065;† */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.team-image {
    width: 100%;
    height: 100%; /* &#1064;§&#1064;±&#1064;&#1028;&#1065;&#1027;&#1064;§&#1064;&#8470; &#1066;©&#1064;§&#1065;…&#1065;„ &#1064;&#1110;&#1064;&#1028;&#1065;€&#1065;† */
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* &#1064;¬&#1065;„&#1065;€&#1066;&#1031;&#1067;&#1034;&#1064;±&#1067;&#1034; &#1064;§&#1064;&#1030; &#1066;©&#1064;&#1169;&#1067;&#1034;&#1064;&#1031;&#1066;&#1031;&#1067;&#1034; &#1064;&#1028;&#1064;µ&#1065;€&#1067;&#1034;&#1064;± */
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.team-image:hover img {
    transform: scale(1.1); /* &#1064;§&#1065;&#1027;&#1066;©&#1064;&#1028; &#1064;&#1030;&#1065;€&#1065;… */
    opacity: 0.9;
}

.team-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

.team-image:hover::after {
    opacity: 1;
}

.team-area img {
	width: 100%;
    height:507px ;
    object-fit: cover;
}
.socials a {
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	margin: 5px;
	color: #fff;
	display: inline-block;
	border: 1px solid #fff;
	height: 30px;
	width: 30px;
}
.team-area h2 {
	text-align: center;
	font-weight: 700;
	margin-top: 15px;
	color: #000;
}
.team-area h2 span {
	display: block;
	font-weight: 300;
	margin-top: 10px;
	font-size: 16px;
	text-transform: uppercase;
}
.socials {
	margin-top: -27px;
	position: relative;
	z-index: 2;
	border-radius: 25px;
	background: -moz-linear-gradient(top, #e72c83 0%, #68347E 100%);
	background: -webkit-linear-gradient(top, #e72c83 0%, #68347E 100%);
	background: linear-gradient(to bottom, #e72c83 0%, #68347E 100%);
	text-align: center;
	padding: 5px;
	margin-left: 25px;
	margin-right: 25px;
}
.socials a:hover {
	background: #fff;
	color: #000;
	transition: .7s;
}
@media only screen and (max-width: 767px) {
	.team-area {
		margin-bottom: 30px;
	}
	.team-area img {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.team-area {
		margin-bottom: 30px;
	}
	.team-area img {
		width: 100%;
	}
}
.padding-area {
    padding: 115px 0 60px;
}


/* ======= Testimonials style ======= */
.testimonials {
	position: relative;
	overflow: hidden;
  }
  .testimonials .item {
	position: relative;
	padding: 40px 40px 0px;
	border-radius: 20px 20px 20px 20px ;
	background: -moz-linear-gradient(top, #e72c83 0%, #68347E 100%);
	background: -webkit-linear-gradient(top, #e72c83 0%, #68347E 100%);
	background: linear-gradient(to bottom, #e72c83 0%, #68347E 100%);
	margin-bottom: 15px;
  }
  .testimonials .item i.fa-quote-left {
	color: #ffffff;
	font-size: 60px;
	margin-bottom: 0px;
  }
  .testimonials .item .text h5 {
	border-radius: 20px;
	color: #ffffff;
	font-weight: 300;
	font-size: 17px;
  }
  .testimonials .item .text p {
	color: #ffffff;
  }
  .testimonials .item .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: -40px;
  }
  .testimonials .item .info .img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
  }
  .testimonials .item .info .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
  }
  .testimonials .item .info h6 {
	color: #ffffff;
	font-size: 17px;
	margin-bottom: 0;
  }
  .testimonials .item .info p {
	font-size: 15px;
	line-height: 1.5em;
	color: #ffffff;
	margin-bottom: 0;
  }
  .testimonials .item .img-curv {
	position: relative;
	padding: 15px;
	border-radius:40px 0 0 0 ;
	background: #ffffff;
  }
  .testimonials .item .img-curv::after {
	position: absolute;
	content: "";
	top: -20px;
	right: 0px;
	background: transparent;
	width: 20px;
	height: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 6px 6px 0 6px #ffffff;
  }
  .testimonials .item .img-curv::before {
	position: absolute;
	content: "";
	bottom: 0px;
	left: -20px;
	background: transparent;
	width: 20px;
	height: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 6px 6px 0 6px #ffffff;
  }
  .testimonials .item .img-curv .shap-left-top {
	position: absolute;
	top: -22px;
	left: -4px;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
  }
  .testimonials .item .img-curv .shap-left-top svg {
	width: 24px;
	height: 20px;
  }
  .testimonials .item .img-curv .shap-right-bottom {
	position: absolute;
	bottom: -5px;
	right: -21px;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
  }
  .testimonials .item .img-curv .shap-right-bottom svg {
	width: 24px;
	height: 24px;
  }
  .testimonials .carousel-indicators{
	bottom: -44px !important;
  }
  .testimonials .carousel-indicators [data-bs-target]{
	background-color: #334155 !important;
  }
  
  