
@import url('https://fonts.googleapis.com/css2?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=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

body{font-family: 'Poppins', sans-serif; font-size: 14px; background: #fff;}


/* html, body{} */



  


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ionc1w');
  src:  url('../fonts/icomoon.eot?ionc1w#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ionc1w') format('truetype'),
    url('../fonts/icomoon.woff?ionc1w') format('woff'),
    url('../fonts/icomoon.svg?ionc1w#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-book:before {
  content: "\e92a";
}
.icon-journal:before {
  content: "\e92b";
}
.icon-medal:before {
  content: "\e92c";
}
.icon-working:before {
  content: "\e92d";
}
.icon-award:before {
  content: "\e92e";
}
.icon-hw5:before {
  content: "\e926";
}
.icon-christ:before {
  content: "\e924";
}
.icon-x:before {
  content: "\e925";
}
.icon-bag2:before {
  content: "\e91d";
}
.icon-instagram:before {
  content: "\e905";
}
.icon-namusr:before {
  content: "\e906";
}
.icon-emlusr:before {
  content: "\e90b";
}
.icon-arw:before {
  content: "\e90c";
}
.icon-usr:before {
  content: "\e90e";
}
.icon-play:before {
  content: "\e910";
}
.icon-bag:before {
  content: "\e911";
}
.icon-timer:before {
  content: "\e915";
}
.icon-admin:before {
  content: "\e917";
}
.icon-Location:before {
  content: "\e918";
}
.icon-eml:before {
  content: "\e900";
}
.icon-cll:before {
  content: "\e901";
}
.icon-loctn:before {
  content: "\e902";
}
.icon-fb:before {
  content: "\e903";
}
.icon-Star:before {
  content: "\e904";
}
.icon-lftarw:before {
  content: "\e907";
}
.icon-rtarw:before {
  content: "\e908";
}
.icon-srch:before {
  content: "\e909";
}
.icon-sxty:before {
  content: "\e90a";
}
.icon-drp:before {
  content: "\e90d";
}
.icon-menratng:before {
  content: "\e90f";
}
.icon-clndr:before {
  content: "\e912";
}
.icon-instag:before {
  content: "\e913";
}
.icon-rarw:before {
  content: "\e914";
}
.icon-segment:before {
  content: "\e916";
}
.icon-rgstr:before {
  content: "\e919";
}
.icon-caret-right:before {
  content: "\e91a";
}
.icon-call1:before {
  content: "\e91b";
}
.icon-linkedin:before {
  content: "\e91c";
}
.icon-star-empty1:before {
  content: "\e9d8";
}
.icon-phone:before {
  content: "\e929";
}
.icon-telephone:before {
  content: "\e929";
}
.icon-contact:before {
  content: "\e929";
}
.icon-support:before {
  content: "\e929";
}
.icon-call:before {
  content: "\e929";
}
.icon-hw1:before {
  content: "\e91e";
}
.icon-hw2:before {
  content: "\e91f";
}
.icon-hw3:before {
  content: "\e920";
}
.icon-hw4:before {
  content: "\e921";
}
.icon-clndr1:before {
  content: "\e922";
}
.icon-youtube:before {
  content: "\e923";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-chrst:before {
  content: "\e927";
}
.icon-envelope:before {
  content: "\e928";
}








@-webkit-keyframes stickySlideDown {
from {
transform:translateY(-100%);
}
to {
transform:translateY(0);
}
}
@keyframes stickySlideDown {
from {
transform:translateY(-100%);
}
to {
transform:translateY(0);
}
}
:focus{outline: none !important;}
button:focus{outline: none !important}

img{max-width: 100%}
a{text-decoration: none;}
ul{padding: 0;}

.wrapper {
	max-width: 1950px;
	position: relative;
	margin: 0 auto;
	height: 100%;
  overflow: hidden;
}
.carrun{
  position: absolute;
  max-width: 184px;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.carrun::before {
	width: 2px;
	background: #CDCDCD;
	content: '';
	height: 100%;
	position: absolute;
	left: 32%;
}
.carpic{width: 100%;text-align: center;}
.carpic img{
    width: auto;
    height: auto;
    max-width: 100%;
    position: relative;
    animation: topToBottom 3s linear infinite;
    margin-bottom: 400px;
  }

  @keyframes topToBottom {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(100%);
    }
  }

.headercontainer{
  position: static;
  width: 100%;
	z-index: 9;
	padding: 8px 0px;
}
.tophead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.headercontainer .logoouter{ max-width: 271px; width: 100%; padding: 0px 0;position: relative;}
.headercontainer .logoouter .logo{float: left; width: 100%;}
.headercontainer .logoouter .logo img{max-width: 100%; max-height: 100%;}
.headercontainer .topmailbx{float: left; width: 100%; padding-bottom: 20px; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: center; align-items: center;}
.headercontainer .topmailbx a{color: #1E1E1E; font-size: 15px; font-weight: 300; letter-spacing: 1px; text-decoration: none;}
.headercontainer .topmailbx a + a{margin-left: 35px;}
.headercontainer .topmailbx a i{display: inline-block; vertical-align: middle; margin-right: 5px;}
.headercontainer .topmailbx a span{display: inline-block; vertical-align: middle;}
.headercontainer .navigation{width: auto;}
.headercontainer .navigation .navigationbox{float: left;}
.headercontainer .navigation .sf-menu-outer{float: left; width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: center; align-items: center;}
.headercontainer .navigationouter{float: left; width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: center; align-items: center; position: relative;}

.headercontainer .navigation .sf-menu{float: left; margin: 0px; padding: 0px;}
.headercontainer .navigation .sf-menu > li{float: none; display: inline-block; margin: 0px 10px;}
.headercontainer .navigation .sf-menu > li a{padding: 0 2px; position: relative; font-family: 'Poppins', sans-serif; color: #363636; display: block; font-size: 18px; font-weight: 500; text-decoration: none; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}


.headercontainer .navigation .sf-menu > li.active a{color: #ff6792; font-weight: 500;}
.headercontainer .navigation .sf-menu > li.active a:after{opacity: 1;content: '';width: 26px;height: 26px;border-radius: 100%;left: 0;position: absolute;z-index: -1;}
.headercontainer .navigation .sf-menu > li a:hover{color: #192ca0;}



.headercontainer .loginbtx {margin-right: 10px;}
.headercontainer .loginbtx a {
	padding: 12px 15px 12px 10px;
	border: none;
	border-radius: 10px;
	font-size: 16px;
  	font-weight: 600;
	background: #B87332;
	color: #fff;
	position: relative;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
  
}

.headercontainer .loginbtx a span{margin-right: 4px;}
.headercontainer .loginbtx a:hover{color: #000;}
.headercontainer .loginbtx a i{color: #fff;}
.headercontainer .loginbtx a em{font-style: normal;}
.headercontainer .loginbtx span{color: #fff; padding: 0px 6px;}

.headcl{
	color: #175300;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 6px;
}
.headcl em{font-style: normal;}

.headcl i {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #1C96C5;
	/* padding: 4px; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	position: relative;
}

.headcl i span{
	width: 100%;height: 100%;border-radius: 100%;color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hedrght{display: flex; align-items: center;gap: 5px;}

.headcl i small {
	position: absolute;
	right: -2px;
	top: -3px;
	background: #fff;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	/* display: flex; */
	align-content: center;
	justify-content: center;
	font-style: normal;
	text-align: center;
	line-height: normal;
}





/* dropdown menu css start */
.headercontainer .navigation ul li ul li{width: 100%;}
.headercontainer .navigation ul li ul li a{width: 100%; font-size: 13px;}
.sf-menu, .sf-menu{ margin: 0; padding: 0; list-style: none; }
.sf-menu li { position: relative; }
.sf-menu ul { position: absolute; top: 100%; left: 0px; z-index: 999; padding: 0px; margin: 0px; }
.sf-menu > li {float: left;}
.sf-menu a { display: block; position: relative; }
.sf-menu ul ul { top: 0 !important; left: 100%; }
/* DEMO SKIN */
.sf-menu{float: left;}
.sf-menu li ul li a{background: 0 0; color: #B87331; text-align: left; padding: 12px 15px;}
.sf-menu li ul li + li{border-top: 1px solid #eaeaea;}
.sf-menu li ul li a:hover{background: #000; color: #ffffff; }
.sf-menu a{text-decoration: none; zoom: 1; }
.sf-menu a{color: #13a; }
.sf-menu li{-webkit-transition: background .2s; transition: background .2s; }
.sf-menu li:hover, .sf-menu li.sfHover {-webkit-transition: none; transition: none; }
.headercontainer .navigation .sf-menu>li>a:hover{color: #B87332; background: 0 0;}
.headercontainer .navigation .sf-menu>li:hover a{background: transparent; color: #ff6792;}
.headercontainer .navigation .sf-menu>li ul li:hover a{background: none !important; color: #303030;}
.headercontainer .navigation .sf-menu>li:hover ul li a{color: #000000;}
.headercontainer .navigation .sf-menu>li ul li a{background: none !important; color: #ffffff; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -ms-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out;}
.headercontainer .navigation .sf-menu>li ul li a:hover{background: #3498db !important; color: #ffffff;}
.headercontainer .navigation .sf-menu>li ul li.active a{background: #3498db !important; color: #ffffff;}
.headercontainer .navigation .sf-menu>li ul li a{background: none; font-size: 14px;}
.sf-arrows .sf-with-ul { padding-right: 30px !important; }
/*.sf-arrows .sf-with-ul:after { content: '\f107'; position: absolute; font-family: 'FontAwesome'; right: 20px; height: 0; width: 0; }
.sf-arrows > li > .sf-with-ul { padding-right: 30px !important; }
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after { }
.sf-arrows ul .sf-with-ul:after { content: '\f105'; }
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after { }

*/


/* Dropdown Nav */
.headercontainer .navigation .sf-menu > li{position: relative;}
/*.headercontainer .navigation ul li.parent > a:after{right: 1px;}*/
/*.headercontainer .navigation ul li.parent > a:hover:after{color: #ffd1e2;}
.headercontainer .navigation .sf-menu>li:hover a:after{color: #ffd1e2;}*/
.headercontainer .navigation .sf-menu > li ul{background: #fff; -webkit-border-radius: 0px; border-radius: 0px;}
.headercontainer .navigation .sf-menu > li ul li{list-style: none;}
.headercontainer .navigation .sf-menu > li ul li a{color: #000; padding: 10px;}
.headercontainer .navigation .sf-menu>li:hover ul li a{color: #000;}
.headercontainer .navigation .sf-menu > li ul li + li{border-color: #ccc;}
.headercontainer .navigation .sf-menu > li ul li a:hover {
	background: #07b7dc !important;
	color: #fff;
}

.headercontainer .navigation ul li.parent > a::after {
	font-family: 'icomoon';
	content: "\e90d";
	pointer-events: none;
	position: relative;
	right: 0;
	line-height: 100%;
	font-size: 5px;
	/* left: 0; */
	margin-left: 5px;
	text-align: center;
	top: -2px;
}

.hedrbtn{
	color: #fff;
	border: 1px solid #192ca0;
	background: #192ca0;
	padding: 15px 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.01em;
	margin-right: 10px;
}
.hedrbtn:hover{
background: #372E2C;
color: #fff;
}

.myactmnu{
font-family: 'Poppins', sans-serif;
font-size: 18px;
font-weight: 500;
line-height: 20px;
color: #393939;
margin-right: 20px;
}
.myactmnu:hover{
	color: #192ca0;
}
.myactmnu span{
	margin-right: 5px;
}

.top-social{
	margin-top: 30px;
}
.top-social strong {
	font-size: 16px;
	font-weight: 500;
	color: #333;
}
.top-social .social-link {
	margin: 0;
	width: auto;
	display: inline-flex;
}
.top-social .social-link li a {
	border: 1px solid #3caeff;
	color: #3caeff;
	padding: 0 !important;
}


.banner-sec {
	position: relative;
	width: 100%;
	background-size: cover;
	overflow: hidden;
	background: #fafafa;
	padding: 100px 0 100px;
}

.banner-sec::before{
	content: '';
	max-width: 500px;
	width: 100%;
	height: 390px;
	position: absolute;
	right: 0;
	top: 0;
	background: #6bd1ff;
}

.banner-sec .owl-carousel .owl-item img {
	background: #f2f2f2;
	padding: 15px;
}

/*.bnrshp{
	position: absolute;
	right: 0;
	top: 0;
}*/

.banner-caption{
	position: static;
	top: 50%;
	left: 0;
/*	transform: translateY(-50%);*/
	width: 100%;
}
.banertxt{
	max-width: 700px;
}
.banner-caption small{
	font-family: "Dancing Script", cursive;
	color: #4c4c4c;
	font-size: 28px;
}
.banner-caption h1{
  font-family: "Playfair Display", serif;
	font-size: 60px;
	font-weight: 400;
	line-height: 80px;
	color: #212021;
	margin-bottom: 20px;
}
.banner-caption p{
  font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.03em;
	color: #646464;
	margin-bottom: 8px;
}
.banner-caption strong{
  font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.03em;
	display: block;
	margin-bottom: 8px;
}



.banner-caption a {
	display: inline-flex;
	background: #ff6792;
	padding: 10px 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 35px;
	color: #fff;
	margin-top: 15px;
	border: 1px solid #ff6792;
	margin-right: 10px;
}

.banner-caption a:hover{
	background: #088deb !important;
	color: #fff !important;
	border: 1px solid #088deb !important;
}

.banner-caption a:last-child{
	border: 1px solid #ff6792;
	color: #ff6792;
	background: transparent;
}


.banerslide-prt .owl-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	display: flex !important;
	justify-content: center;
}
.banerslide-prt .owl-dots .owl-dot span {
	background: #ccc;
	margin: 0 5px;
}
.banerslide-prt .owl-dots .owl-dot.active span{
	width: 25px;
  height: 25px;
  background: #fff;
  position: relative;
}
.banerslide-prt .owl-dots .owl-dot.active span::after{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #ff6792;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}



.about-sec{
	width: 100%;
	padding: 80px 0;
	position: relative;
	background-size: cover;
/*background: #f2f2f2;*/
}


.about-sec .container{
	position: relative;
}
.abutpic{
	position: relative;
	width: 100%;
}
.abutpic::before {
	content: '';
	width: 500px;
	height: 400px;
	position: absolute;
	right: 50%;
	bottom: -40px;
	background: #6bd1ff;
	z-index: -1;
}

.about-details{
	padding-left: 40px;
	position: relative;
}

.about-details small{
	font-family: "Dancing Script", cursive;
	font-size: 28px;
	font-weight: 600;
	line-height: 28px;
	color: #666;
	margin-bottom: 10px;
}
.about-details h2 {
	font-family: "Playfair Display", serif;
	font-size: 80px;
	font-weight: 400;
	line-height: 88px;
	letter-spacing: -0.05em;
	color: #000;
	margin-bottom: 30px;
}
.about-details p{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: -0.04em;
	color: #646464;
	text-align: justify;
}
.about-details ul li{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: -0.04em;
	color: #363636;
	margin: 8px 0;
	position: relative;
	list-style: none;
	padding-left: 30px;
}
.about-details ul li::before {
	content: "\e908";
	font-family: 'icomoon' !important;
	color: #fff;
	position: absolute;
	left: 0;
	top: 6px;
	width: 18px;
	height: 18px;
	background: #058ae7;
	border-radius: 100%;
	font-size: 9px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.about-details table {
	width: 100% !important;
	border: 1px solid #cedee9;
}
.about-details table td {
	font-family: 'Poppins', sans-serif;
	vertical-align: middle;
	border-color: #cedee9 !important;
}
.about-details table td span{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400 !important;
}

.about-details tbody > tr:nth-of-type(2n+1) > * {
	--bs-table-accent-bg: rgb(242, 242, 242);
}
.about-details thead {
	background: #ff6792;
	color: #fff;
}

.about-smallpic {
	margin-top: -70px;
}

.about-smallpic img{
	max-width: 100%;
}

.cloudpic {
	position: absolute;
	right: 0;
	top: 8%;
}
.kabutar {
	position: absolute;
	right: 12%;
	top: 10%;
	max-width: 150px;
	opacity: 0.5;
}

.about-details a {
	display: inline-flex;
	align-items: center;
	column-gap: 5px;
	background:#ff6792;
	padding: 10px 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 35px;
	color: #fff;
	margin-top: 10px;
}
.about-details a:hover {
	background: #088deb;
}

.abutafter{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 8px 0px;
	padding: 30px;
}

.abutafter p{
	color: #363636 !important;
}

.abutafter .about-details{
	padding-left: 0 !important;
}



.book-sec{
	padding: 50px 0;
}

.book-sec h2{
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-weight: 500;
  letter-spacing:0.1px;
  text-align: center;
  color: #151515;
  margin-bottom: 45px;
  position: relative;
  padding-bottom: 12px;
  display: block;
}
/*.book-sec h2::after {
	content: '';
	width: 60px;
	height: 3px;
	background: #192ca0;
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}*/
.books-bx{
	text-align: center;
	padding: 5px;
}
.book-pic{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin-bottom: 15px;
	padding: 6px;
	height: 440px;
}
.book-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.books-bx p{
  font-family: 'Poppins', sans-serif;
  color: #363636;
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.books-bx a {
	display: inline-flex;
	align-items: center;
	column-gap: 5px;
	background: #ff6792;
	padding: 4px 19px;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 35px;
	color: #fff;
	margin-top: 10px;
}
.books-bx a:hover {
	background: #088deb;
}


.award-sec{
	padding: 50px 0;
}

.award-sec h2{
  font-family: "Playfair Display", serif;
  font-size: 55px;
  font-weight: 500;
  letter-spacing:0.1px;
  text-align: center;
  color: #151515;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 12px;
  display: block;
}
/*.award-sec h2::after {
	content: '';
	width: 60px;
	height: 3px;
	background: #192ca0;
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}*/
.award-bx{
	text-align: center;
}
.award-pic{
	margin-bottom: 30px;
}
.award-bx h5{
  font-family: "Inter", serif;
  color: #363636;
  text-transform: capitalize;
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.award-bx p{
  font-family: 'Poppins', sans-serif;
  color: #363636;
  text-transform: capitalize;
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}



.laste-heding{
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}
.laste-heding span{
	background: #fff;
    padding: 8px 20px 7px;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #696969;
}
.laste-heding::before{
	content: '';
	width: 100%;
	height: 1px;
	background: #e4e4e4;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.footer-sec{
	width: 100%;
	padding: 50px 0 0;
	background: url(../images/foter-bg.jpg) no-repeat;
	background-size: cover;
}

.fotr-contct{
	color: #fff;
}


.fotr-contct h2{
    font-family: "Inter", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    color: #fff;
    margin-bottom: 15px;
}
.fotr-contct p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.02em;
	color: #fff;
}

.ftrcall a{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.1px;
    color: #fff;
}
.social-link {
	list-style: none;
	display: flex;
}
.social-link li a{
	width: 38px;
	height: 38px;
	border-radius: 100%;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	margin: 3px;
}
.social-link li a:hover{
	background: #ff6792;
	color: #fff;
	border: 1px solid #ff6792;
}

.footer-link {
	padding: 30px 0;
	border-top: 1px solid #1ba1ff;
	border-bottom: 1px solid #1ba1ff;
	margin-top: 30px;
}

.footer-link ul{
	list-style: none;
	text-align: center;
	margin-bottom: 0;
}
.footer-link ul li {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	margin: 5px 0;
}
.footer-link ul li::after{
	content: '|';
	position: relative;
	width: 18px;
	height: 22px;
	background-size: contain;
	margin: 0 12px 0 12px;
	display: inline-block;
}
.footer-link ul li:last-child::after{
	display: none;
}

.footer-link ul li a{
	color: #fff;
}
.footer-link ul li a:hover{
	color: #3f3f3f;
}

.cpyrgiht{
font-family: 'Poppins', sans-serif;
font-size: 15px;
font-weight: 500;
line-height: 20px;
text-align: center;
color: #fff;
padding: 25px 0;
}
.cpyrgiht a{
	color: #fff;
}
.cpyrgiht a:hover{
	color: #192ca0;
}


.gllry-more {
	margin-top: 40px;
	text-align: center;
}
.gllry-more a {
	display: inline-flex;
	align-items: center;
	column-gap: 5px;
	background:#ff6792;
	padding: 10px 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 35px;
	color: #fff;
	margin-top: 10px;
}
.gllry-more a:hover {
	background: #088deb;
}



.image-gallery {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;

}

.image-gallery div {
    flex-grow: 1;
    margin: 5px;
    overflow: hidden;
    cursor: pointer;
}

.image-gallery img {
    width: 100%;
    object-fit: cover;
    transition: all .3s ease-in;
}

.image-gallery img:hover {
    transform: scale(1.2);
}







.grid {
  text-align: center;
  max-width: 95vw;
  margin: 2.5vw auto;
}

.grid-sec {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    grid-auto-flow: dense;
    justify-items: stretch; 
    align-items: stretch; 
    gap: 2svmin;
}

.grid-sec img {
   width:100%;
/*   aspect-ratio: 16 / 9;*/
   object-fit: cover;
}

@media (min-width:500px) {
   .grid-sec {
   grid-template-columns: repeat(2, 1fr);
   }  
   .grid-sec img:nth-of-type(11) {
   grid-row: span 3 / auto;
  }
}

@media (min-width:1000px) {
   .grid-sec {
   grid-template-columns: repeat(3, 1fr);
   gap: 1svmin;
   }  
  
   
}




.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 300px;
  gap: 10px;
  width: 100%;
}

.gallery-item {
	overflow: hidden;
	border-radius: 10px;
	grid-row-end: inherit !important;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}



.innerbanner{
	width: 100%;
	position: relative;
}
.innerbanner::before{
	content: '';
	background: rgb(61 61 61 / 58%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.innerbanner img{width: 100%}

.inerbaner-caption {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin: auto;
	color: #fff;
	transform: translateY(-50%);
}
.inerbaner-caption h2{
	font-family: "Playfair Display", serif;
	font-size: 45px;
	font-weight: 500;
	letter-spacing: 0.1px;
	text-align: center;
	color: #fff;
	position: relative;
	padding-bottom: 12px;
	display: block;
}


.inerglry .gallery-item{
	position: relative;
}

.ovrvwtxt {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	z-index: 9;
	padding: 15px 12px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.22) 0%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.22) 0%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38000000', endColorstr='#cc000000',GradientType=0 );
}

.books-list{
	padding: 60px 0;
}





.event-section{
	padding: 50px 0;
}
.ul-li ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	display: inline-block;
}
.event-section .event-list-item {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f0f0f0; }
  .event-section .event-list-item .event-image {
    float: left;
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin-right: 30px; }
    .event-section .event-list-item .event-image img {
      width: 100%;
      height: 100%;
      display: block; 
      object-fit: cover;
    }
    .event-section .event-list-item .event-image .post-date {
      top: 0px;
      left: 0px;
      z-index: 1;
      width: 70px;
      height: 70px;
      padding: 10px;
      text-align: center;
      position: absolute;
      color: #ffffff;
      background: #6bd1ff;
       }
      .event-section .event-list-item .event-image .post-date .date {
        font-weight: 900;
        font-size: 24px;
        font-family: "Roboto", sans-serif; }
      .event-section .event-list-item .event-image .post-date .month {
        font-size: 16px;
        text-transform: uppercase; }
  .event-section .event-list-item .event-content {
    display: table;
    padding: 10px 0px; }
    .event-section .event-list-item .event-content .event-title {
      position: relative; }
      .event-section .event-list-item .event-content .event-title:after {
        top: 0;
        width: 6px;
        left: -33px;
        bottom: 0px;
        content: '';
        height: 100%;
        position: absolute;
        background-color: #ff6792; }
      .event-section .event-list-item .event-content .event-title .title {
        margin: 0px;
        font-weight: 400;
        color: #333333;
        font-size: 24px; }
        .event-section .event-list-item .event-content .event-title .title strong {
          font-weight: 900; }
    .event-section .event-list-item .event-content .event-info-list ul li {
      margin-right: 10px; }
      .event-section .event-list-item .event-content .event-info-list ul li:last-child {
        margin-right: 0px; }
      .event-section .event-list-item .event-content .event-info-list ul li .icon {
        float: left;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 10px;
        color: #ffffff;
        border-radius: 100%;
        background-color: #ff6792; }
      .event-section .event-list-item .event-content .event-info-list ul li .info-content {
        display: table; }
        .event-section .event-list-item .event-content .event-info-list ul li .info-content small {
          font-weight: 700;
          font-size: 14px; }
        .event-section .event-list-item .event-content .event-info-list ul li .info-content h3 {
          font-weight: 900;
          font-size: 18px; }
    .event-section .event-list-item .event-content .tickets-details-btn {
      z-index: 1;
      font-weight: 600;
      overflow: hidden;
      padding: 15px 45px;
      position: relative;
      border-radius: 30px;
      color: #878787;
      font-size: 14px;
      text-transform: uppercase;
      background: #f7f7f7; }
      .event-section .event-list-item .event-content .tickets-details-btn:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        z-index: -1;
        content: '';
        position: absolute;
        border-radius: 30px;
        background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#ff6792));
        background: -webkit-linear-gradient(top left, #ff3e00, #ff6792);
        background: -o-linear-gradient(top left, #ff3e00, #ff6792);
        background: linear-gradient(to bottom right, #ff3e00, #ff6792);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .event-section .event-list-item .event-content .tickets-details-btn:hover {
        color: #ffffff;
        background: #ff6792; }
        .event-section .event-list-item .event-content .tickets-details-btn:hover:before {
          opacity: 1; }
  .event-section .event-list-item:hover {
    border-color: #ff6792; }

.event-section .event-grid-item {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f0f0f0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; 
}
  .event-section .event-grid-item .event-image {
    width: 100%;
    height: 235px;
    overflow: hidden;
    position: relative; }
    .event-section .event-grid-item .event-image .post-date {
      bottom: 8px;
      left: 8px;
      z-index: 1;
      width: 70px;
      height: 70px;
      padding: 10px;
      text-align: center;
      position: absolute;
      color: #ffffff;
      background: #6bd1ff;
    }
      .event-section .event-grid-item .event-image .post-date .date {
        font-weight: 900;
        font-size: 24px;
        font-family: "Roboto", sans-serif; }
      .event-section .event-grid-item .event-image .post-date .month {
        font-size: 16px;
        text-transform: uppercase; }
  .event-section .event-grid-item .event-content {
    padding: 30px;
    background-color: #ffffff; }
    .event-section .event-grid-item .event-content .event-title {
      position: relative; }
      .event-section .event-grid-item .event-content .event-title:after {
        top: 0;
        width: 6px;
        left: -30px;
        bottom: 0px;
        content: '';
        height: 100%;
        position: absolute;
        background-color: #6bd1ff; }
      .event-section .event-grid-item .event-content .event-title .title {
        font-weight: 700;
        font-size: 24px; }
      .event-section .event-grid-item .event-content .event-title .ticket-price {
        font-weight: 700; }
    .event-section .event-grid-item .event-content .event-post-meta ul li {
      margin-bottom: 5px;
      font-size: 14px; }
      .event-section .event-grid-item .event-content .event-post-meta ul li .icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        text-align: center;
        border-radius: 100%;
        color: #ffffff;
        font-size: 14px;
        background-color: #ff6792; }
  .event-section .event-grid-item .tickets-details-btn {
    z-index: 1;
    font-weight: 600;
    overflow: hidden;
    padding: 15px 45px;
    position: relative;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background: #ff6792;
    display: inline-block;
  }
    .event-section .event-grid-item .tickets-details-btn:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      z-index: -1;
      content: '';
      position: absolute;
      border-radius: 0;
      background: #088deb;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .event-section .event-grid-item .tickets-details-btn:hover {
      color: #ffffff;
      background: #088deb; }
      .event-section .event-grid-item .tickets-details-btn:hover:before {
        }
  .event-section .event-grid-item:hover {
    border: 1px solid #192ca0; }

.event-section .sidebar-section .spacial-event-wrapper .overlay-black {
  padding: 50px 25px; }

.event-section .sidebar-section .spacial-event-wrapper .title-large {
  font-size: 24px; }

  .ul-li-block{
  	margin: 15px 0;
  }

/* event page - end
==================================================================================================== */
/* event details page - start
==================================================================================================== */
.event-details-section .section-title .big-title {
  font-size: 36px; }

.event-details-section .event-details .event-title .tag-item {
  font-weight: 700;
  margin-bottom: 5px;
  color: #333333; }
  .event-details-section .event-details .event-title .tag-item i {
    margin-right: 5px;
    margin-bottom: 5px;
    color: #ff6792; }

.event-details-section .event-details .event-title .event-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.event-details p{
	font-size: 15px;
  line-height: 27px;
  color: #363636;
}


.event-details-section .event-details .event-details-carousel {
  margin-bottom: 30px; }
  .event-details-section .event-details .event-details-carousel .item {
    height: 380px;
    overflow: hidden; }

.event-details-section .event-details .owl-theme .owl-dots {
  display: none; }

.event-details-section .event-details .owl-theme .owl-nav {
  top: 0;
  right: 0;
  width: auto;
  padding: 10px;
  position: absolute; }
  .event-details-section .event-details .owl-theme .owl-nav .owl-next,
  .event-details-section .event-details .owl-theme .owl-nav .owl-prev {
    margin: 0px;
    width: 35px;
    margin: 5px;
    height: 35px;
    padding: 0px;
    overflow: hidden;
    position: relative;
    color: transparent;
    border-radius: 100%;
    background: transparent; }
    .event-details-section .event-details .owl-theme .owl-nav .owl-next:before,
    .event-details-section .event-details .owl-theme .owl-nav .owl-prev:before {
      top: 0;
      left: 0;
      width: 100%;
      opacity: .5;
      height: 100%;
      display: block;
      font-weight: 900;
      line-height: 35px;
      position: absolute;
      color: #333333;
      background-color: #ffffff;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font-family: 'Font Awesome 5 Free'; }
    .event-details-section .event-details .owl-theme .owl-nav .owl-next:hover:before,
    .event-details-section .event-details .owl-theme .owl-nav .owl-prev:hover:before {
      opacity: 1; }
  .event-details-section .event-details .owl-theme .owl-nav .owl-next:before {
    content: '\f061'; }
  .event-details-section .event-details .owl-theme .owl-nav .owl-prev:before {
    content: '\f060'; }

.event-details-section .event-details .event-info-list ul {
  width: 100%;
  display: table; }
  
    .event-details-section .event-details .event-info-list ul li:last-child {
      margin-right: 0px; }
    .event-details-section .event-details .event-info-list ul li .icon {
      float: left;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 100%;
      color: #ffffff;
      font-size: 18px;
      background-color: #ff6792; }
    .event-details-section .event-details .event-info-list ul li .event-content {
      display: table;}
      .event-details-section .event-details .event-info-list ul li .event-content .event-title {
        font-weight: 500;
        color: #878787;
        font-size: 14px; }
      .event-details-section .event-details .event-info-list ul li .event-content .event-date {
				margin: 0px;
				font-weight: 500;
				color: #ff6792;
				font-size: 15px;
}
.event-details-section .event-schedule .schedule-date-menu {
  margin: 0px;
  padding: 0px; }
  .event-details-section .event-schedule .schedule-date-menu > li {
    float: left;
    overflow: hidden;
    margin-right: 15px;
    display: inline-block;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .event-details-section .event-schedule .schedule-date-menu > li:last-child {
      margin-right: 0px; }
    .event-details-section .event-schedule .schedule-date-menu > li > a {
      width: 100%;
      height: 100%;
      display: block;
      font-weight: 900;
      padding: 15px 45px;
      text-align: center;
      color: #878787;
      font-size: 24px;
      text-transform: uppercase;
      font-family: "Roboto", sans-serif;
      background-color: #f7f7f7; }
      .event-details-section .event-schedule .schedule-date-menu > li > a small {
        width: 100%;
        display: block;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        text-transform: capitalize; }
    .event-details-section .event-schedule .schedule-date-menu > li > .active {
      color: #ffffff;
      background-color: #ff6792; }

.event-details-section .event-schedule .tab-content .hotal-menu {
  z-index: 1;
  margin: 0px;
  padding: 30px;
  -webkit-box-shadow: 0 1px 16px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 16px 2px rgba(0, 0, 0, 0.1); }
  .event-details-section .event-schedule .tab-content .hotal-menu > li {
    float: left;
    height: 40px;
    width: 24.444%;
    overflow: hidden;
    margin-right: 5px;
    border-radius: 3px;
    display: inline-block; }
    .event-details-section .event-schedule .tab-content .hotal-menu > li:last-child {
      margin-right: 0px; }
    .event-details-section .event-schedule .tab-content .hotal-menu > li > a {
      width: 100%;
      height: 100%;
      display: block;
      font-weight: 700;
      line-height: 40px;
      padding: 0px 30px;
      text-align: center;
      color: #878787;
      text-transform: capitalize;
      background-color: #f7f7f7; }
    .event-details-section .event-schedule .tab-content .hotal-menu > li > .active {
      color: #ffffff;
      background-color: #ff6792; }

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item {
  padding: 30px;
  margin-bottom: 2px;
  background-color: #f7f7f7; }
  .event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-image {
    width: 220px;
    float: right;
    height: 240px;
    overflow: hidden;
    border-radius: 3px; }
  .event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content {
    display: table;
    padding-right: 15px; }
    .event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li {
      margin-right: 15px; }
      .event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li:last-child {
        margin-right: 0px; }
      .event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .icon {
        float: left;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 100%;
        color: #ffffff;
        font-size: 18px;
        background-color: #ff6792; }
      .event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .event-content {
        display: table;
        padding-left: 5px; }
        .event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .event-content .event-title {
          font-weight: 700;
          color: #878787;
          font-size: 14px; }
        .event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .event-content .event-date {
          margin: 0px;
          font-weight: 900;
          color: #333333;
          font-size: 16px;
          text-transform: uppercase; }

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table {
  width: 33.333%;
  overflow: hidden;
  padding: 50px 30px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f7f7f7; }
  .event-details-section .event-pricing-plan .pricing-list ul .pricing-table .popularity-sign {
    top: 35px;
    left: -50px;
    min-width: 200px;
    padding: 5px 15px;
    position: absolute;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #85b200;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-header .amount {
    font-size: 54px;
    font-weight: 400;
    color: #ff6792; }
  .event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-header .pricing-table-title {
    margin: 0px;
    font-weight: 900;
    color: #333333;
    font-size: 18px;
    text-transform: uppercase; }
  .event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body {
    padding: 30px 0px; }
    .event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul {
      margin: 0px;
      padding: 0px; }
      .event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul li {
        width: 100%;
        padding: 8px;
        display: block;
        list-style: none;
        text-align: left;
        position: relative;
        padding-left: 35px;
        border-bottom: 1px solid #dddddd; }
        .event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul li:last-child {
          border-bottom: none; }
        .event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul li:before {
          top: 50%;
          left: 5px;
          font-weight: 900;
          position: absolute;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'Font Awesome 5 Free'; }
      .event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul .item-on:before {
        color: green;
        content: '\f00c'; }
      .event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul .item-off:before {
        color: red;
        content: '\f00d'; }
  .event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-footer {
    text-align: center; }
    .event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-footer .custom-btn {
      width: 100%;
      display: block;
      font-weight: 700;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 12px 40px;
      background: #ffffff;
      text-transform: uppercase;
      color: #333333 !important; }
      .event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-footer .custom-btn:before {
        opacity: 0; }
  .event-details-section .event-pricing-plan .pricing-list ul .pricing-table:hover .pricing-footer .custom-btn {
    color: #ffffff !important; }
    .event-details-section .event-pricing-plan .pricing-list ul .pricing-table:hover .pricing-footer .custom-btn:before {
      opacity: 1; }
    .event-details-section .event-pricing-plan .pricing-list ul .pricing-table:hover .pricing-footer .custom-btn:after {
      opacity: 0; }

.event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table {
  z-index: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1); }
  .event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table .pricing-footer .custom-btn {
    color: #ffffff !important; }
    .event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table .pricing-footer .custom-btn:before {
      opacity: 1; }
    .event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table .pricing-footer .custom-btn:after {
      opacity: 0; }

.event-details-section .register-wrapper .register-table ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #f0f0f0; }
  .event-details-section .register-wrapper .register-table ul li {
    width: 100%;
    display: table;
    font-size: 14px; }
  .event-details-section .register-wrapper .register-table ul .rt-header {
    border-radius: 3px;
    padding: 15px 30px;
    color: rgba(255, 255, 255, 0.8);
    background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#ff6792));
    background: -webkit-linear-gradient(top left, #ff3e00, #ff6792);
    background: -o-linear-gradient(top left, #ff3e00, #ff6792);
    background: linear-gradient(to bottom right, #ff3e00, #ff6792); }
    .event-details-section .register-wrapper .register-table ul .rt-header .header-leftside-content {
      width: 70%;
      float: left; }
      .event-details-section .register-wrapper .register-table ul .rt-header .header-leftside-content strong {
        color: #ffffff; }
    .event-details-section .register-wrapper .register-table ul .rt-header .header-rightside-content {
      width: 30%;
      float: right;
      text-align: right; }
  .event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item {
    width: 100%;
    display: table;
    padding: 15px 30px;
    border-bottom: 1px solid #f0f0f0; }
    .event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .leftside-content {
      width: 80%;
      float: left; }
      .event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .leftside-content .ticket-title {
        margin: 0px;
        font-size: 24px; }
      .event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .leftside-content .ticket-price {
        width: 100%;
        display: table;
        font-weight: 700; }
    .event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .rightside-content {
      width: 20%;
      float: right; }
      .event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .rightside-content .ticket-select {
        width: 100%;
        height: 45px;
        position: relative;
        border-radius: 3px;
        background-color: #f7f7f7; }
        .event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .rightside-content .ticket-select select {
          width: 100%;
          height: 100%;
          display: block;
          font-weight: 700;
          padding: 0px 20px;
          border-radius: 3px;
          color: #333333;
          -webkit-appearance: none;
          border: 1px solid #f0f0f0;
          background: transparent url(../images/1.down-arrow.png) no-repeat right 20px center; }
  .event-details-section .register-wrapper .register-table ul .rt-footer {
    padding: 15px 30px; }
    .event-details-section .register-wrapper .register-table ul .rt-footer .footer-leftside-content {
      width: 80%;
      float: left;
      padding: 11px 0px; }
      .event-details-section .register-wrapper .register-table ul .rt-footer .footer-leftside-content .payment-card {
        margin: -5px 0px;
        margin-right: 30px; }
      .event-details-section .register-wrapper .register-table ul .rt-footer .footer-leftside-content .total-price {
        font-weight: 700;
        color: #333333; }
    .event-details-section .register-wrapper .register-table ul .rt-footer .footer-rightside-content {
      width: 20%;
      float: right; }
      .event-details-section .register-wrapper .register-table ul .rt-footer .footer-rightside-content .custom-btn {
        width: 100%;
        height: 45px;
        padding: 0px;
        display: block;
        font-weight: 700;
        -webkit-box-shadow: none;
        box-shadow: none;
        line-height: 45px;
        border-radius: 3px;
        font-size: 14px;
        text-transform: uppercase; }
        .event-details-section .register-wrapper .register-table ul .rt-footer .footer-rightside-content .custom-btn:after, .event-details-section .register-wrapper .register-table ul .rt-footer .footer-rightside-content .custom-btn:before {
          border-radius: 3px; }

.event-details-section .reviewer-comment-wrapper .comment-bar {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #878787; }
  .event-details-section .reviewer-comment-wrapper .comment-bar .admin-image {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 30px;
    text-align: center;
    border-radius: 100%;
    background-color: #f7f7f7; }
  .event-details-section .reviewer-comment-wrapper .comment-bar .comment-content {
    display: table; }
    .event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .admin-name .rateing-star ul li {
      color: #878787;
      font-size: 14px; }
    .event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .admin-name .rateing-star ul .rated {
      color: #ff6792; }
    .event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .admin-name .name a {
      font-weight: 700;
      color: #333333;
      font-size: 30px;
      text-transform: capitalize; }
    .event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left {
      padding: 10px 0px; }
      .event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left .title {
        float: left;
        font-weight: 700;
        margin-right: 15px; }
      .event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul {
        padding: 0px;
        display: table;
        margin: -10px 0px;
        overflow: hidden;
        border-radius: 3px;
        border: 1px solid #878787; }
        .event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul li {
          float: left;
          height: 40px;
          min-width: 40px;
          text-align: center;
          display: inline-block;
          border-right: 1px solid #878787; }
          .event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul li:last-child {
            border-right: none; }
          .event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul li button {
            width: 100%;
            height: 100%;
            display: block;
            font-weight: 600;
            padding: 0px 15px;
            line-height: 40px;
            color: #878787; }
            .event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul li button:hover {
              color: #ff6792; }
    .event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul {
      margin: 0px;
      padding: 0px;
      float: right; }
      .event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul li {
        float: left;
        height: 40px;
        min-width: 40px;
        margin-right: 10px;
        display: inline-block; }
        .event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul li:last-child {
          margin-right: 0px; }
        .event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul li button {
          width: 100%;
          height: 100%;
          display: block;
          font-weight: 600;
          padding: 0px 15px;
          line-height: 40px;
          border-radius: 3px;
          color: #878787;
          border: 1px solid #878787; }
          .event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul li button:hover {
            color: #ff6792;
            border-color: #ff6792; }

.event-details-section .pagination {
  display: block; }
  .event-details-section .pagination ul {
    float: right; }

.event-details-section .comment-form .section-title {
  position: relative; }
  .event-details-section .comment-form .section-title .rateing-star-wrapper {
    right: 0;
    bottom: 5px;
    display: table;
    position: absolute; }
    .event-details-section .comment-form .section-title .rateing-star-wrapper .rating-title {
      font-weight: 700;
      font-size: 16px; }
    .event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form .form-check {
      margin: 0px;
      text-align: center;
      line-height: normal;
      display: inline-block; }
      .event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form .form-check input[type=checkbox] {
        position: relative; }
        .event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form .form-check input[type=checkbox]:before {
          top: 4px;
          left: -8px;
          cursor: pointer;
          content: "\f005";
          font-weight: 900;
          line-height: 0px;
          position: absolute;
          color: #878787;
          font-size: 24px;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          font-family: 'Font Awesome 5 Free'; }
        .event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form .form-check input[type=checkbox]:hover:before {
          color: #ff6792; }
      .event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form .form-check input[type=checkbox]:checked:before {
        color: #ff6792; }

.event-details-section .comment-form .form-wrapper .custom-btn {
  -webkit-box-shadow: none;
  box-shadow: none; }




.sidebar-section .section-title .big-title {
	font-size: 30px;
}

.sidebar-section .tickets-details-btn {
	padding: 4px 15px !important;
}

.sidebar-section .map-wrapper #google-map {
	width: 100%;
	height: 300px;
}

.sidebar-section .location-wrapper {
	border-radius: 3px;
	background-color: #f7f7f7;
}

.sidebar-section .location-wrapper .title-wrapper {
	padding: 30px;
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}

.sidebar-section .location-wrapper .title-wrapper .up-arrow-icon {
	top: 50%;
	right: 30px;
	position: absolute;
	color: #878787;
	font-size: 18px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sidebar-section .location-wrapper .title-wrapper .icon {
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-right: 15px;
	text-align: center;
	color: #ffffff;
	border-radius: 100%;
	font-size: 18px;
	background-color: #ff6792;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.sidebar-section .location-wrapper .title-wrapper .title-content {
	display: table;
}

.sidebar-section .location-wrapper .title-wrapper .title-content small {
	font-weight: 600;
	font-size: 14px;
}

.sidebar-section .location-wrapper .title-wrapper .title-content h3 {
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
}

.sidebar-section .location-wrapper .location-info-list {
	padding: 30px;
}

.sidebar-section .location-wrapper .location-info-list .area-name {
	font-weight: 700;
	padding: 10px 30px;
	border-radius: 3px;
	text-align: center;
	color: #000;
	text-transform: capitalize;
	background-color: #ffffff;
}

.sidebar-section .location-wrapper .location-info-list ul {
	width: 100%;
	display: table;
	margin-top: 30px;
}

.sidebar-section .location-wrapper .location-info-list ul li {
	margin-bottom: 10px;
	color: #333333;
	font-size: 14px;
	position: relative;
	list-style: none;
}
.sidebar-section .location-wrapper .location-info-list ul li::before{
content: "\e908";
  font-family: 'icomoon' !important;
  color: #fff;
  position: static;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  background: #058ae7;
  border-radius: 100%;
  font-size: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  }

.sidebar-section .location-wrapper .location-info-list ul li:last-child {
	margin-bottom: 0px;
}

.sidebar-section .location-wrapper .location-info-list ul li i {
	color: #ff6792;
}

.sidebar-section .location-wrapper .button {
	padding: 30px;
	padding-top: 0px;
	border-bottom: 1px solid #f0f0f0;
}

.sidebar-section .location-wrapper .custom-btn {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sidebar-section .location-wrapper .contact-links {
	padding: 30px;
}

.sidebar-section .location-wrapper .contact-links ul {
	width: 100%;
	display: table;
	margin-bottom: 30px;
}

.sidebar-section .location-wrapper .contact-links ul li {
	margin-bottom: 5px;
}

.sidebar-section .location-wrapper .contact-links ul li:last-child {
	margin-bottom: 0px;
}

.sidebar-section .location-wrapper .contact-links ul li a {
	font-weight: 700;
	color: #333333;
}

.sidebar-section .location-wrapper .contact-links ul li a .icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
	text-align: center;
	border-radius: 100%;
	color: #ffffff;
	background-color: #ff6792;
}

.sidebar-section .faq-wrapper .faq-accordion .card {
	border: none;
	text-align: left;
	margin-bottom: 5px;
	border-radius: 3px;
}

.sidebar-section .faq-wrapper .faq-accordion .card .card-header {
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}

.sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn {
	margin: 0px;
	width: 100%;
	height: 100%;
	display: block;
	text-align: left;
	font-weight: 700;
	border-radius: 3px;
	padding: 15px 30px;
	position: relative;
	color: #333333;
	font-size: 18px;
	background-color: #f7f7f7;
}

.sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn:after {
	top: 50%;
	right: 30px;
	content: '\f0aa';
	font-weight: 900;
	position: absolute;
	color: #878787;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: 'Font Awesome 5 Free';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn:not(.collapsed) {
	color: #ff6792;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
}

.sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn:not(.collapsed):after {
	content: '\f0ab';
	color: #ff6792;
}

.sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn:hover {
	color: #ff6792;
	text-decoration: none;
}

.sidebar-section .faq-wrapper .faq-accordion .card .card-header .btn:hover:after {
	color: #ff6792;
}

.sidebar-section .faq-wrapper .faq-accordion .card .card-body {
	padding: 20px;
}

.sidebar-section .spacial-event-wrapper {
	overflow: hidden;
	border-radius: 3px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.sidebar-section .spacial-event-wrapper .overlay-black {
	padding: 80px 50px;
}

.sec-ptb-100 {
	padding: 60px 0px;
}


/* event details page - end
==================================================================================================== */



.bnrimpic{
	height: 548px;
}
.bnrimpic img{
	height: 100%;
	object-fit: cover;
}


.breadcrumb{background: 0 0; padding: 0 0px 18px 0px; margin-bottom: 0px; -webkit-border-radius: 0px; border-radius: 0px;display: flex;
  justify-content: center;}
.breadcrumb li{color: #292929; font-size: 15px; font-weight: 400;}
.breadcrumb>li+li:before{padding: 0 10px; color: #fff; vertical-align: middle; font-size: 7px; content: "\e908"; font-family: 'icomoon';}
.breadcrumb li a{color: #fff; text-decoration: none; -webkit-transition: 0.4s ease-in-out; -ms-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out;}
.breadcrumb li a:hover{color: #ff6792;}
.breadcrumb li.active{color: #a1fbfd;}
.breadlt{display: inline-block;width: 100%;text-align: center;}




.administrative ul li::before {
	content: "\e92d";
	font-family: 'icomoon' !important;
	color: #058ae7;
	background: transparent !important;
	border-radius: 0;
	font-size: 18px;
    font-weight: 600;
}

.journal ul li::before {
	content: "\e92b";
	font-family: 'icomoon' !important;
	color: #058ae7;
	background: transparent !important;
	border-radius: 0;
	font-size: 18px;
    font-weight: 500;
}

.award ul li::before {
	content: "\e92e";
	font-family: 'icomoon' !important;
	color: #058ae7;
	background: transparent !important;
	border-radius: 0;
	font-size: 22px;
    font-weight: 600;
}

.education ul li::before {
	content: "\e92a";
	font-family: 'icomoon' !important;
	color: #058ae7;
	background: transparent !important;
	border-radius: 0;
	font-size: 22px;
}

.event-details-section .gallery {
	display: grid;
	/*grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-auto-rows: 200px;*/
	gap: 10px;
	width: 100%;
	margin-top: 10px;
}

.evntglryheding{
	margin-top: 30px;
}
.evntglryheding h4{
font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 600;
    /* letter-spacing: -0.05em; */
    color: #0388e5;
    margin-bottom: 20px;
}

.event-pic {
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin-bottom: 20px;
}
.event-pic img{
	width: 100%;
	object-fit: cover;
	object-position: top;
}



.ftrlink ul li{
	list-style: none;
	color: #fff;
	font-size: 14px;
}

.ftrlink ul li a {
	list-style: none;
	color: #fff;
	font-size: 15px;
	padding: 4px 0;
	display: inline-block;
}






