.counter-sec
/* common css strats here */

ul {list-style-type:none; padding:0px; margin: 0px;}

 ul li {list-style-type:none; padding:0px;} 

/* a.customize{text-decoration:none;}/* for removing underline for anchor*/ 

a{text-decoration:none !important;}/* for removing underline for anchor*/

button:focus { outline: 0px !important; }

a:hover { text-decoration: none; }

textarea { resize: none;}

.w-100{width:100%;}

.w-auto{width:auto !important;}

.h-100 {height:100%;}

.h-50p {height:50px;}

/* for display */

.d-inline-flex{display:inline-flex ;}/* for display inline */

.d-inline-block{display:inline-block ;}

.d-flex{display:flex ;}/* for display inline */
/* for display inline */

/* for positions */

.pos-relative{position:relative;}

.pos-absolute{position:absolute;}

/* padding styles */

.p-0{padding:0px;}

.p-5p{padding:5px;}

.p-10p{padding:10px;}

.p-15p{padding:15px;}

.p-20p{padding:20px;}

.p-30p{padding:30px;}

.p-40p{padding:40px;}

.pt-5p{padding-top:5px;}

.pt-10p{padding-top:10px;}

.pt-15p{padding-top:15px;}

.pt-20p{padding-top:20px;}

.pt-40p{padding-top:40px;}

.pt-50p{padding-top:50px;}

.ptb-5p{padding-top:5px;padding-bottom:5px;}

.ptb-10p{padding-top:10px;padding-bottom:10px;}

.ptb-15p{padding-top:15px;padding-bottom:15px;}

.ptb-20p{padding-top:20px;padding-bottom:20px;}

.ptb-25p{padding-top:25px;padding-bottom:25px;}

.ptb-30p{padding-top:30px;padding-bottom:30px;}

.ptb-40p{padding-top:40px;padding-bottom:40px;}

.ptb-50p{padding-top:50px;padding-bottom:50px;}

.ptb-60p{padding-top:60px;padding-bottom:60px;}

.ptb-70p{padding-top:70px;padding-bottom:70px;}

.plr-10p{padding-left:10px;padding-right:10px;}

.plr-20p{padding-left:20px;padding-right:20px;}

.plr-30p{padding-left:30px;padding-right:30px;}

.pb-10p{padding-bottom:10px;}

.pb-15p{padding-bottom:15px;}

.pb-20p{padding-bottom:20px;}

.pb-30p{padding-bottom:30px;}

.pb-40p{padding-bottom:40px;}

.pb-60p{padding-bottom:60px;}

.pb-80p{padding-bottom:80px;}

.ptb-4060p{padding-top:40px;padding-bottom:60px;}

.pr-0p{padding-right:0px;}

.pl-0p{padding-left:0px;}

.pl-10p{padding-left:10px;}

.pl-15p{padding-left:15px;}

.pl-20p{padding-left:20px;}

.pl-25p{padding-left:25px;}

.pl-40p{padding-left:40px;}

.pl-50p{padding-left:50px;}

.pr-20p{padding-right:20px;}

.pr-30p {padding-right:30px;}

.pr-40p {padding-right:40px;}

.pr-50p{padding-right:50px;}


/* margin styles */

.mlr-auto{margin-left:auto;margin-right:auto;}

.ml-auto{margin-left:auto;}

.m-0{margin:0px;}

.m-15p{margin:15px;}

.m-lr-auto{margin:0px auto;}

.mt-5p{margin-top:5px;}

.mt-10p{margin-top:10px;}

.mt-15p{margin-top:15px;}

.mt-20p{margin-top:20px;}

.mt-25p{margin-top:25px;}

.mt-30p{margin-top:30px;}

.mt-40p{margin-top:40px;}

.mt-50p{margin-top:50px;}

.mt-60p{margin-top:60px;}

.mt-70p{margin-top:70px;}

.mt-80p{margin-top:80px;}

.mt-90p{margin-top:90px;}

.mt-100p{margin-top:100px;}

.mt-120p{margin-top:120px;}

.mt-130p{margin-top:130px;}

.mt-220p{margin-top:220px;}

.mb-0p{margin-bottom:0px;}

.mb-5p{margin-bottom:5px;}

.mb-10p{margin-bottom:10px;}

.mb-15p{margin-bottom:15px;}

.mb-20p{margin-bottom:20px;}

.mb-25p{margin-bottom:25px;}

.mb-30p{margin-bottom:30px;}

.mb-40p{margin-bottom:40px;}

.mb-60p{margin-bottom:60px;}

.mb-70p{margin-bottom:70px;}

.mb-80p{margin-bottom:80px;}

.mb-100p{margin-bottom:100px;}

.mtb-2040p{margin-top:20px;margin-bottom:40px;}

.mtb-5p{margin-top:5px;margin-bottom:5px;}

.mtb-10p{margin-top:10px;margin-bottom:10px;}

.mtb-15p{margin-top:15px;margin-bottom:15px;}

.mtb-20p{margin-top:20px;margin-bottom:20px;}

.mtb-30p{margin-top:30px;margin-bottom:30px;}

.mtb-40p{margin-top:40px;margin-bottom:40px;}

.mtb-50p{margin-top:50px;margin-bottom:50px;}

.mtb-60p{margin-top:60px;margin-bottom:60px;}

.mlr-10p{margin-left:10px;margin-right:10px;}

.mlr-20p{margin-left:20px;margin-right:20px;}

.ml-5p{margin-left:5px;}

.ml-10p{margin-left:10px;}

.ml-15p{margin-left:15px;}

.ml-20p{margin-left:20px;}

.ml-50p{margin-left:50px;}

.mr-5p{margin-right:5px;}

.mr-10p{margin-right:10px;}

.mr-15p{margin-right:15px;}

.mr-20p{margin-right:20px;}

.mr-30p {margin-right: 30px;}

.mr-40p {margin-right: 40px;}

.mr-50p {margin-right: 50px;}

/* for box shadow */

/* for border radius  */

.brad-0 {border-radius: 0;}

.brad-50 {border-radius: 50px;}

/* for borders  */

.br-0p {border: 0;}

.br-top{border-top:1px solid #e5e5e5;}

.br-btm{border-bottom:1px solid #e5e5e5;}

/* for letter spacing  */

.ls-1p {letter-spacing: 1px;}

.ls-2p {letter-spacing: 2px;}

.ls-4p {letter-spacing: 4px;}

/* for text-patterns*/

.txt-up {text-transform: uppercase;}

.txt-cap {text-transform: capitalize;}

.txt-undline {text-decoration: underline !important; }

/* for backgorund colors */

.bg-white{background-color:white;}

.bg-black{background-color:#000000;}

.bg-trans {background: transparent;}

.bg-gray{background-color: #f6f6f6;}

.bg-maroon{background-color: #dc143b;}

.bg-yellow{background-color:#fea000;}

.bg-lightblue{background-color:#eef8fe;}

/* for text-colors*/

.text-black{color:#000000;}

.text-white{color:#ffffff;}

.text-color{color: #656565;}

.text-yellow{color:#fea000;}

.text-thickgray{color:#2c2c2c;}

.text-maroon{color:#dc143b;}

/* for text-alignment*/

.align-items { align-items: center;}

.align-flex-end {align-items: flex-end;}

.justify-space {justify-content: space-between;}

.justify-center {justify-content: center;}

.justify-flex-end {justify-content: flex-end;}

.wh-space {white-space: pre-line;}

.obj-fit {object-fit: cover;}

.obj-position-top{object-position: top center;}

/* for font-size */

.font10 {font-size: 10px;}

.font11 {font-size: 11px;}

.font12 {font-size: 12px;}

.font13 {font-size: 13px;}

.font14 {font-size: 14px;}

.font15{font-size:15px;}

.font16{font-size:16px;}

.font17{font-size:17px;}

.font18{font-size:18px;}

.font19{font-size:19px;}

.font20{font-size:20px;}

.font22{font-size:22px;}

.font23{font-size:23px;}

.font24{font-size:24px;}

.font26{font-size:26px;}

.font28{font-size:28px;}

.font30{font-size: 30px;}

.font34{font-size: 34px;}

.font36{font-size: 36px;}

.font44{font-size: 44px;}

.font40{font-size: 40px;}

.font50{font-size: 50px;}

.font52{font-size: 52px;}

/* for line-hieght */

.lh-15p {line-height: 15px;}

.lh-16p {line-height: 16px;}

.lh-18p {line-height: 18px;}

.lh-20p {line-height: 20px;}

.lh-22p {line-height: 22px;}

.lh-23p {line-height: 23px;}

.lh-24p {line-height: 24px;}

.lh-25p {line-height: 25px;}

.lh-26p {line-height: 26px;}

.lh-27p {line-height: 27px;}

.lh-28p {line-height: 28px;}

.lh-29p {line-height: 29px;}

.lh-32p {line-height: 32px;}

.lh-33p {line-height: 33px;}

.lh-42p {line-height: 42px;}

.lh-44p {line-height: 44px;}

/* for font-weight */

.fw-600 {font-weight: 600;}

/* for font related css */

.fnt-cabinet-black{font-weight:900;}

.fnt-cabinet-bold{font-weight:800;}

.fnt-cabinetextra-bold{font-weight:700;}

.fnt-cabinet-extralight{font-weight:300;}

.fnt-cabinet-light{font-weight:400;}

.fnt-cabinet-medium{font-weight:500;}

.fnt-cabinet-reg{font-weight:600;}

.fnt-cabinet-thin{font-weight:400;}

/* lato */

.fnt-lato-light{font-family:'Lato-Light';}

.fnt-lato-reg{font-family:'Lato-Regular';}

.fnt-lato-bold{font-family:'Lato-Bold';}

/* Poppins */

.fnt-Poppins-Regular{font-family:'Poppins-Regular';}

/* for text-alignment*/

.align-center {align-items:center;}

.text-center { text-align: center;}

.text-right { text-align: right;}

.text-left { text-align: left;}

.txt-end { text-align: end;}

.text-justify {text-align: justify;}

.text-initial {text-align: initial;}

body {	
	font-size:14px;
	line-height:24px;
	/*font-family:'CABINETGROTESK-REGULAR';*/
	font-family: "Poppins", serif;
    font-weight: 400 !important;
    font-style: normal;
	color: #656565;
	overflow-x:hidden;
}

/* CONTAINER WIDTH CSS */

.container {
    max-width:1270px !important;
    padding-left: 0;
    padding-right: 0;
}
.container2 {
	max-width:1320px !important;
	padding-left: 0;
	padding-right: 0;
}
.container3 {
    max-width:1140px !important;
}
/*----- navbar toggler  css -----*/

.navbar-toggler.x {
  border: none;
}

.navbar-toggler.x:focus {
  outline: none;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}


/* ------------------------------------------------------------------------------------------------------------*/
/* HEADER CSS */
/* ------------------------------------------------------------------------------------------------------------*/

.nav-menu > li > a:hover {
  color: #f38a18;
}

.nav-menu li {
  position: relative;
}
.nav-menu .menu-active a,
.nav-menu li:hover a {
  color: #f38a18;
}
.nav-menu .menu-active:before {
  content: "";
  border-bottom: 3px solid #f38a18;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 50px;
}


/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1024px) {
  /* .navbar ul li.menu-item-has-children>a{display: inline-block !important;width: auto;}
  .navbar ul li.menu-item-has-children>span{display: inline-block;width: 10px;} */
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar > ul > li {
    white-space: nowrap;
    padding: 8px 0 8px 30px;
  }

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    font-size:14px;
    text-transform: uppercase;
    color: #2b1538;
    transition: color 0.3s, background 0.3s;
    font-weight:500;
}

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    /* width: 20px;
    height: 20px; */
    position: relative;
    z-index: 20;
  }

  .navbar a:hover,
  .navbar li.active>a,
  .navbar li:hover  a {
    color: #fea000;
  }

  .navbar .menu-item-has-children ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    /* padding: 10px 0; */
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }

  .navbar .menu-item-has-children ul li {
    min-width: 15rem;
  }

  .navbar .menu-item-has-children ul a {
	font-size: 16px;
	padding:10px 20px;
	color: #000;
	text-transform: none;
  }

  .navbar .menu-item-has-children ul a i {
    font-size: 12px;
  }

  .navbar .menu-item-has-children ul a:hover,
  .navbar .menu-item-has-children ul .active:hover,
  .navbar .menu-item-has-children ul li:hover > a {
    background-color:#fea000;
	color:#fff;
  }

  .navbar .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .menu-item-has-children .menu-item-has-children ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}
/* 
@media (min-width: 1024px) and (max-width: 1366px) {
  .navbar .menu-item-has-children .menu-item-has-children ul {
    left: -90%;
  }

  .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
    left: -100%;
  }
} */

@media (min-width: 1024px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  /* .navbar ul li.menu-item-has-children>a{display: inline-block !important;width: 90%;}
  .navbar ul li.menu-item-has-children>span{display: inline-block;width: 10%;color: rgba(255, 255, 255, 0.7);} */
  .navbar ul li.menu-item-has-children>a i{
    position: absolute;
    right: 20px;
    width: 10%;
    height: 42px;
    text-align: center;
    top: 0px;
  
  }
  .navbar ul li.menu-item-has-children>a i::before{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
  }
  .navbar ul li.menu-item-has-children>a{position: relative;}
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width:320px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding:40px 0 10px 0;
    margin: 0;
    background:#1a1a1a;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding:8px 20px;
    color:#fff;
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
	font-size:14px;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #fff;
  }

  .navbar .menu-item-has-children ul,
  .navbar .menu-item-has-children .menu-item-has-children ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #8f8f8f;
  }
  .dropdown-active a{
    font-size: 12px !important;
    padding: 6px 15px;
  }

  .navbar .menu-item-has-children > .dropdown-active,
  .navbar
    .menu-item-has-children
    .menu-item-has-children
    > .dropdown-active {
    display: block;
  }

  /* .navbar .dropdown>.dropdown-active, .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
} */
  .mobile-nav-show {
    position: relative;
    color: #000;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    padding-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    left:275px;
    top: 15px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    left: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
}


/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.main-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: white;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}
.main-header.extraclass .top-header {
    display: none;
}
		/* HEADER-TOP CSS  */

.top-header{
    background: #f0f0f0;
    padding: 5px 0px;
}

.top-nav-links p span{font-weight:600;}


/* HEADER SOCIAL ICONS CSS STARTS HERE*/

.h-icon {
    position: relative;
    text-align: center;
    width: 0px;
    height: 0px;
    padding:13px;
    border-radius: 50%;
    display: inline-block;
    transform: translateY(5px);
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.h-icon i {
	font-size:15px; 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.insta, .f-insta {border:1px solid #285AEB;}
.facebook, .f-fb {border:1px solid #4267B2;}
.twit, .f-tw {border:1px solid #1DA1F2;}
.linkedin, .f-link{border:1px solid #0077b5;}

.insta i, .f-insta i{
	color: transparent;
	background:radial-gradient(circle at 30% 107%, #fbf07f 0%, #f7ea65 10%, #fd5949 49%, #d6249f 72%, #285AEB 95%);
	background-clip: text;
	-webkit-background-clip: text;
}
.facebook i, .f-fb i{color:#4267B2;}
.twit i, .f-tw i{color:#1DA1F2;}
.linkedin i, .f-link i{color:#0077b5;}

.h-icon:hover{background:#fff;}

/* HEADER SOCIAL ICONS CSS ENDS HERE*/


		/* HEADER-BOTTOM CSS  */

.header {
	z-index: 997;
	padding:7px 0px;
}

.header-nav{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap: wrap;
}
.logo {height:55px;}

/* Return to Top */

#return-to-top {
    position: fixed;
    bottom:50px;
    right: 0px;
    background-image: linear-gradient(135deg, #3154b6 0%, #232e49 100%);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 19px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* whatsapp icon code css */

.whts-icon, .mail-icon { position: fixed; right:0px; z-index: 99;}
.whts-icon{top: 60%;}
.mail-icon {top:70%;}
.whts-icon img, .mail-icon img{height:50px;}

/* ------------------------------------------------------------------------------------------------------------*/
		/* HOME PAGE STARTS HERE */
/* ------------------------------------------------------------------------------------------------------------*/
.abtr-btn a {
    background: #fea000;
    color: #000 !important;
}
.hregn-btn a {
    background: #000;
    color: #fff;
}

.abtr-btn a, .hregn-btn a {
    padding: 10px 15px;
    border-radius: 5px;
}
.common-section {
	padding-top:75px; 
	padding-bottom:75px;
}

.common-section2 {
	padding-top:30px; 
	padding-bottom:30px;
}

.pt-gap {
	padding-top:75px; 
}
.pb-gap {
	padding-bottom:75px; 
}

.sub-title{
	font-size: 17px;
	color:#fea000;
}

.section-title {
	font-size:36px;
	color: #010101;
	font-weight:600;
}
.section-title2 {
    font-size: 42px;
    line-height: 52px;
    color: #16838b;
    font-weight:600;
}

.section-title-gap {
	margin-bottom:25px;
}

.medium-title{
	font-size: 20px;
	font-weight:500;
}

.wh-img {filter: brightness(0) invert(1);}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%);
    right: 0;
    left: 0;
}
.content-li li {
    background: url(../images/check.png) no-repeat left 0px;
    margin: 8px 0px;
    vertical-align: middle;
    padding-left: 40px;
}
.content-li-br li {
    background: url(../images/check.png) no-repeat left 7px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    padding-left: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
	display: inline-block;
	width:100%;
}
.content-li-br li:last-child{
    border-bottom:0;
}

.dots-li {
    margin-left: 25px;
}
.dots-li li:before {
    content: '';
    border-radius: 50%;
    height: 6px;
    width: 6px;
    margin-right: 15px;
    background-color: #16838b;
    margin-left: -21px;
    display: inline-block;
}

.square-li li {
    background: url(../images/check-square.png) no-repeat left 3px;
	padding-left: 35px;
}

/* COMMON BUTTON CSS */

.btn-size{
	font-size:15px;
	font-weight:600;
	border-radius:5px;
}

.btn-pd {
	padding:12px 25px;
}

.btn-gray{background:#dddddd;}

.btn-thickgray{background-color: #2c2c2c;}
.btn-thickgray:hover{
	background:#525252;
}

.btn-yellow{background:#fea000;}

.btn-yellow:hover{
    background:#ff930b;
}


.bg-properties {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
	
.form-control {
    height: 45px;
    border-radius: 0px;
    border: 1px solid #cccccc;
}
.form-control:focus {
    box-shadow: none;
    background: transparent;
}


/* BANNER SECTION CSS */
	
.banner-sec, .innban-sec {
    margin-top:109px;
}
.banner-content{padding-left:50px;}
.banner-icon {
    width: 100%;
    height:450px;
    border-radius: 36px;
    /* background-color: #fea000; */
    border: 7px solid #49516480;
    object-fit: cover;
    object-position: top;
}
.banner-title{
	font-size:26px;
	color: #fea000;
	 font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}
.banner-title span{
	font-size:35px;
	color:#fff;
	 font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}
.whfnt{font-size:15px;}
.whfntp{font-size:18px;}

.flag-card{
	padding:10px;
	border-radius: 8px;
	background-color: rgba(22,131,139,0);
	border: 1px solid #ffffff;
}
.flag-icon{
	width: 70px;
	height: 70px;
	border-radius:50%;
}

/* BUTTON CSS */

.buttonslis {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* margin: 5px; */
    gap: 15px;
}
.buttonslis li {width: 197px;}
.buttonslis li:first-child {margin-top:0px;}
.buttonslis li a img{margin-right:5px; height: 25px;}
.buttonslis li a{
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 8px;
	border: 1px solid #fafafa;
	background-color: #e94f4d;
	font-family: "Poppins", serif;
	padding:8px;
	display: flex;
	align-items:center;
	justify-content: center;
}

.buttonslis li:first-child a{background-color: #e94f4d;}
.buttonslis li:nth-child(2) a{background-color: #14a86e;}
.buttonslis li:last-child a{background-color: #fea000;}

.buttonslis li:hover:first-child a{background-color:#c53735;}
.buttonslis li:hover:nth-child(2) a{background-color:#0d8556;}
.buttonslis li:hover:last-child a{background-color:#ef9906;}

.carousel-indicators { align-items: center;}
.carousel-indicators [data-bs-target] {
    width: 9px;
    height:10px;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #fff;
    opacity: 1;
}
.carousel-indicators .active {
    border: 3px solid #9011cf;
    width: 13px;
    height: 13px;
}


.carousel-control-next,
.carousel-control-prev {
    z-index: 6 !important;
	 opacity: 1;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
	 background-color: #918d8d !important;
    /* background-color: #ad1215 !important; */
    color: #000;
    border-radius: 50%;
    fill: none !important;
	opacity:1;
}

.carousel-control-next:focus .carousel-control-next-icon, .carousel-control-next:hover .carousel-control-next-icon, .carousel-control-prev:focus .carousel-control-prev-icon, .carousel-control-prev:hover .carousel-control-prev-icon {
    opacity:1;
	background-color: #ad1215 !important;
}



.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: none !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-size: 50% 50% !important;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto !important;
}
.carousel-control-prev {
    left: -40px;
}
.carousel-control-next {
    right:-40px;
}


.calen-block{padding:15px 0px;}

/* LATEST UPDATES SECTION CSS */

.latest-sec {padding:9px 0px 11px 0px; color: #fff;}
.update-heading {
	font-family: "Poppins", serif;
	font-weight: 800;
	font-size:19px; 
	text-transform: uppercase;
}
.update-content {
    padding-left: 10px;
}
.update-content marquee{position: absolute; top:10px;}
.update-content ul {display:inline-flex;}
.update-content ul li {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding-right: 45px;
    font-family: "Poppins", serif;
}
.update-content ul li:before {
    content: '';
    border-radius: 50%;
    height: 8px;
    width: 8px;
    margin-right: 10px;
    background-color: #ff950b;
    margin-left: -25px;
    display: inline-block;
}

/* CALENDER CSS */

.days-calen{
	display:flex;
}
.days-calen li {
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    color: #000;
    width: 80px;
}
.days-calen li h2{
	font-size:38px;
	font-family: "Poppins", serif;
	font-weight:700;
}

.days-calen li p{
	font-size:13px;
    border-top: 1px solid #000;
	font-family:'CABINETGROTESK-BOLD';
}

.ticket-btn a{
	font-family: "Poppins", serif;
	font-weight:600;
	color: #ffffff !important;
	border-color: #96a0aa !important;
	background-color: #96a0aa !important;
	padding: 12px 20px;
	font-size:14px;
}
.ticket-btn a:hover{
	color: #435469 !important;
    border-color: #435469 !important;
    background-color: #ffffff !important;
}
.ticket-btn i{margin-left:5px;}

/* SPEAKERS SECTION CSS */

.speaker-icon{
	height:280px; 
	border-radius:5px; 
	border:5px solid #ffa4a4;
}
.spk-li .premiumleft, .spk-li .premiumright{top:40%;}

.sp-cnt {
    text-align: center;
}

/* SCHEDULE SECTION CSS  */

/* tabs css */

.schdle-tabs-bar {
    background: #efefef;
    padding:20px 30px;
    border-radius:10px 10px 0px 0px;
}
.schdle-tabs .nav-item {margin:0px;}
.schdle-tabs .nav-link {
    padding:8px 30px;
    border: 1px solid #ef9037;
	border-radius: 0;
}
.schdle-tabs .nav-item.show .nav-link, .schdle-tabs .nav-link.active, .schdle-tabs .nav-link:focus, .schdle-tabs .nav-link:hover {
    background:#071141;
    color: #fff;
	 border: 1px solid #ef9037;
}

.schdle-tabs .nav-item.show .nav-link .schdle-date, .schdle-tabs .nav-link.active .schdle-date, .schdle-tabs .nav-link:focus .schdle-date, .schdle-tabs .nav-link:hover .schdle-date{
	color: #fff;
}
.schdle-tabs .nav-item.show .nav-link .schdle-mnth span, .schdle-tabs .nav-link.active .schdle-mnth span, .schdle-tabs .nav-link:focus .schdle-mnth span, .schdle-tabs .nav-link:hover .schdle-mnth span{
	color: #fff;
}
.schdle-tabs .nav-item.show .nav-link .smnth span, .schdle-tabs .nav-link.active .smnth span, .schdle-tabs .nav-link:focus .smnth span, .schdle-tabs .nav-link:hover .smnth span {
	color: #fff;
}

.schdle-tabs .nav-item:first-child .nav-link{border-radius:50px 0px 0px 50px;}
.schdle-tabs .nav-item:last-child .nav-link{border-radius:0px 50px 50px 0px;}

.sdate{
	font-size: 52px;
	color: #ff0000;
	/*font-family: "Poppins", serif;*/
	font-weight:600;
}
.smnth{
	font-size: 24px;
	text-transform: uppercase;
	color: #fea000;
	font-weight:600;
	padding-left: 12px;
}
.smnth span{color: #081243;}

/* content css */

.schdle-date ul li {
    display: flex;
    gap: 5px;
    align-items: baseline;
}
.schdle-date ul li i{
    color:#f669a3;
}
.schdle-card {padding:15px; position: relative;}
.schdle-card:nth-child(odd) {background:#f8f8f8;}
.schdle-card:nth-child(even){background: #efefef;}
.schdle-footer-ico { width:40px; height:40px; border-radius: 50px;}

/* HIGHLIGHTS COUNTER SECTION CSS */

.highlight-sec{background:#22201f;}
.counter-sec{
	border-bottom:0.5px solid rgba(255, 255, 255, 0.3);
	padding:30px 0px 10px 0px;
}
.count-title {
    font-size: 40px;
    text-align: center;
    position: relative;
	font-weight:600;
	margin-bottom:0;
}
.count-title:after { content: '+';}
.c-card{position:relative;}
.c-card:before {
    content: '';
    /*background-image: url(../images/counter-br.png);*/
    height:100%;
    position: absolute;
    right: 0;
    width: 1px;
    top:-5px;
    bottom: 0;
}
.c-card:last-child:before{ background-image:none;}
.count-spk{padding:15px;}
.abt-video{margin-top:-200px;}

.count-subtitle{font-size:20px;}
/* VIDEO SECTION CSS  */

.video-item::before {
    position: absolute;
    height: 70px;
    width: 70px;
    background-image: url(../images/yt.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* GET TICKET SECTION CSS */

.plan-card{border-radius: 8px;filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.13));background-color: #ffffff;}
.plan-hd{border-radius: 8px;background-color: #fea000;padding:15px;}
.plan-price{font-size: 64px;font-family:'CABINETGROTESK-BOLD';}
.plan-lis { padding-top:25px;}
.plan-lis ul li {border-bottom: 1px solid #e3e3e3;padding: 10px 0px;}
.plan-btn{padding:25px 0px 25px 0px;}

/* SPONSORS SECTION CSS */

.s-theory-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    background-color: #e6e6e6;
    grid-gap: 1px;
}
.s-tile {background: white;padding:20px 45px;}
.s-tile img{width:75% !important; text-align: center; margin: auto;}

/* UPCOMING EVENTS SECTION CSS  */

.ue-card {margin-bottom: 15px; padding: 15px;}
.ue-icon{border-radius:8px;}

/* OWL CAROSEL ARROW CSS */

.premiumleft, .premiumright { height: 40px; position: absolute; top: 30%;}
.premiumleft{left:-50px;}
.premiumright {right:-50px;}


/* GALLERY CSS */

:root {
  --width: 240px;
  --height: var(--width);
}

.glry-grid > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  overflow: hidden;
}

.glry-grid > a::after {
  content: "";
  background:#00000094;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* transform: translateY(100%); */
  transition-duration: .75s;
}

.glry-grid > a:hover::after {
  transform: translateY(0%);
}

.glry-grid > a > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 1s;
}

.glry-grid > a:hover > img {
  transform: scale(1.05);
}

.glry-grid {
  display: grid;
  grid-gap:3px;
  grid-template-columns: repeat(auto-fit, minmax(var(--width), 1fr));
  grid-auto-rows: var(--height);
  grid-auto-flow: dense;
}

.horizontal {
  grid-column: span 3;
}

.vertical {
  grid-row: span 2;
}

.big {
  grid-column: span 2;
}

.glry-txt {
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: auto !important;
    height: auto !important;
	z-index:9;
	text-align: left;
}
/* NOTE SECTION CSS  */

.note-bx{padding:12px 0px;}
.note-bx h3{font-size:18px;}

/* FOOTER SECTION CSS */

.footer-top {
    background-color:#2c2c2c;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	position:relative;
	z-index:1;
	padding-top:60px; 
	padding-bottom:60px;
}
/* .footer-top:before { */
    /* content: ''; */
    /* border-bottom: 1px solid #424242; */
    /* width: 100%; */
    /* position: absolute; */
    /* top: 50%; */
    /* z-index: -1; */
/* } */
.footer-middle{background-color: #16838b;; padding:10px 0px; text-align:center;}
.footer-logo{height:50px;}

.footer-title {
    font-weight:600;
    font-size:23px;
    margin-bottom: 15px;
	color: #fff;
}
.footer-title2{
	 font-weight:600;
    font-size:18px;
	color: #fff;
}
.foot-li ul li {
    padding-bottom: 10px;
    color: #fff;
	position: relative;
}
.foot-li2{
    word-break: break-word !important;
}
.foot-li a, .foot-li2 a {color: #fff;}
.foot-li ul li a:hover, .foot-li2 ul li a:hover, .cookie-li ul li a:hover {color:#fea000;}

.foot-li ul li, .foot-li2 li{font-weight:400;}

.foot-li2 li{ margin-bottom:25px !important;}

/* CUSTOM LIST CSS STARTS HERE */
.style_1 {
  padding-left: 1rem;
}
.style_1 > li::before, .style_1 > li::after {
  position: absolute;
  display: flex;
}
.style_1 > li::before {
    content: '';
    left: -20px;
    top: 8px;
    height:6px;
    width:6px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background:#fd9f00;
}
.style_1 > li::after {
    content: "";
    left: -17.55px;
    top: 13px;
    height: 100%;
    border-left: 1px solid #fd9f00;
}
.style_1 > li:last-child::after {
    border-left:0;
}
/* CUSTOM LIST CSS ENDS HERE */

	/* social icons */
.f-icon {
    position: relative;
    text-align: center;
    width: 0px;
    height: 0px;
    padding: 18px;
    border: 1px solid #fff;
    /* color: #fff; */
    /* background-color: #cf2027; */
    border-radius: 50%;
    display: inline-block;
    margin: 0px 0px 0px 4px;
    transform: translateY(5px);
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    /* background: #fff; */
}
.f-icon i {
	font-size:18px; 
	position: absolute;
	top: 50%;
	left: 50%;
	color:#fff;
	transform: translate(-50%, -50%);
}
.f-icon:hover{ background-color: #fff;}

/* regid css */

.footer-reg1 {
    background-image: url(../images/freg-bg1.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding:20px;
}
.footer-left {
    display: grid;
    justify-content: center;
    align-items: center;
}
.footer-right{
    padding-left:30px;
}
.footer-btn{
    float:right;
    
    
}
.footer-hd{
	font-size: 23px;
	font-family: 'Poppins-Bold';
}
.footer-left h4 {
    opacity: 0.302;
    color: #ecc40c;
    transform: rotateZ(-90deg);
    width: 25px;
    display: grid;
    align-items: center;
    height: 100%;
    margin-top:95px;
}

.footer-reg2 {
    background-image: url(../images/freg-bg2.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px 0px 20px 60px;
}

/* subscribe box css */

.subscribe-box input {
	background-color:transparent;
	border:1px solid #fff;
	width: 63%;
	padding: 0px 15px;
	border-radius: 0px;
	color: #b6b7c1;
	height: 50px;
	font-size: 15px;
	border-radius:7px 0px 0px 7px;
}
.subscribe-box button {
    background-color: #fea000;
    border: 0;
    height: 50px;
    padding: 0px 20px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #000;
    margin-left: -5px;
    border-radius: 0px 7px 7px 0px;
}

.subscribe-box input:focus {border-color: 0; outline: 0; box-shadow: none;}

.subscribe-box ::placeholder {color: #b6b7c1 !important;}

/* COPYRIGHT CSS */

.copyright {padding:10px 0px;}
.copyright p{color: #000;}
.copyright span{font-size:15px; color: #000;}
.cookie-li ul{display:flex; justify-content:end;}
.cookie-li ul li{position:relative;}
.cookie-li ul li a{color: #000;}
.cookie-li ul li:after {content: '|';margin: 0 10px;color: #5e5a57;}
.cookie-li ul li:last-child:after { display:none;}


/* -------------------------------------------------------- */
	/* INNER PAGES COMMON CSS */
/* -------------------------------------------------------- */

/* INNER BANNER CSS */

.caption {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	width: 100%;
}
.innbanner-title {
	font-size: 48px;
	line-height: 44px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight:700;
}
.innban-icon {
    height:60vh;
    object-fit: cover;
    object-position:center;
}
/* -------------------------------------------------------- */
	/* CONTACT PAGE CSS */
/* -------------------------------------------------------- */
.lc-card{
	border-radius: 3px;
	filter: drop-shadow(0 0 9px rgba(2,2,2,0.07));
	background-color: #ffffff;
	padding:25px;
}

/* BUTTON CSS */

/* .csocial { */
    /* display: grid; */
    /* grid-template-columns: repeat(4,1fr); */
    /* column-gap: 15px; */
    /* row-gap: 15px; */
/* } */
.csocial li{margin-bottom:10px;display:inline-block;}
.csocial li a{
	font-size: 18px;
	color: #000000;
	display: flex;
	align-items:center;
	border-radius: 3px;
	font-weight:700;
	overflow: hidden;
	filter: drop-shadow(0 0 9px rgba(2,2,2,0.07));
	background-color: #ffffff;
	
}
.csocial li a span {
    padding: 15px;
    /*margin-right: 25px;*/
    border-right: 0px solid #cbcedb;
}
.csocial img{height:35px;}

/* form css  */

.common-form input, .common-form select{height:50px;}
.common-form input, .common-form select, .common-form textarea {
	border-radius:3px;
	background-color:transaparent;
	color: #bbbbbb;
	border: 1px solid #d5d5d5;
}
.common-form textarea {padding:12px;}
.common-form-btn {
	height:50px;
	color: #fff;
	border-radius:3px;
	background-color: #fea000;
	border:0;
	/* padding:17px 55px; */
	text-transform:uppercase;
}
.common-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#bbbbbb;
}
.common-form .form-control:focus, .common-form .form-group:focus{
    background: #eef8fe;
}

.rdio-card{
	height:50px;
	padding:12px;
	border-radius: 3px;
    background-color: #fff;
    color: #bbbbbb;
    border: 1px solid #d5d5d5;
}

/* FILE UPLOAD CSS */

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height:50px;
  background:#fff;
  border-radius: 6px;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  background:#fff;
  padding:0px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 50px;
  line-height:50px;
  color:#000000;
  border-radius: 5px 10px 10px 5px;
}
.file-upload-wrapper:before {
  content: "Choose File";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height:50px;
  background:#000;
  color: #fff;
  z-index: 25;
  line-height:50px;
  padding: 0 15px;
  pointer-events: none;
  border-radius: 0 6px 6px 0;
}
.file-upload-wrapper:hover:before {
  background: #3d8c63;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

/* CHECK BOX CSS */

input[type=checkbox] {
  position: relative;
	border: 2px solid #000;
	border-radius: 2px;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0 .6em 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 20px;
	width: 20px;
	-webkit-appearance: none;
  opacity: .5;
}

input[type=checkbox]:hover {
  opacity: 1;
}

input[type=checkbox]:checked {
  background-color: #000;
  opacity: 1;
}

input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

input[type=checkbox]:checked:before {
	border-color:  orange;
}

.form-check-input:focus {
    box-shadow: none;
}

/* radio button css */

/***** RADIO BUTTON STYLES *****/


.rdio {
  position: relative;
}
.rdio input[type=radio] {
  opacity: 0;
}
.rdio label {
  padding-left: 10px;
  cursor: pointer;
  color: #16838b;
}
.rdio label:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #fbc52d;
  background: #fff;
}
.rdio input[type=radio] {
  margin: 0px;
  height: auto;
}
.rdio input[type=radio]:disabled + label {
  color: #999;
  
}
.rdio input[type=radio]:disabled + label:before {
  background-color: #fbc52d;
}
.rdio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  display: inline-block;
  font-size: 11px;
  width: 10px;
  height: 10px;
  background-color: #fbc52d;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.rdio-default input[type=radio]:checked + label:before {
  border-color: #fbc52d;
}

.rdio-primary input[type=radio]:checked + label:before {
  border-color: #fbc52d;
}
.rdio-primary input[type=radio]:checked + label::after {
  background-color: #fbc52d;
}


/* -------------------------------------------------------- */
	/* REGISTRATION PAGE CSS */
/* -------------------------------------------------------- */

.currency-btn{border-radius:5px;padding:0rem 1rem !important;}

.rgs-form input, .rgs-form select, .rgs-form textarea {
	background-color:#eef8fe;
	color:#000;
}
.rgs-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#000;
}

.cpay-lis ul {
    display: flex;
    flex-wrap: wrap;
    gap:10px;
}
.cpay-lis li {}
.cpay-lis li div {
    width: 126px;
    height:75px;
	border-radius:6px;
    border: 1px solid #bdbdbd;
    background-color: #ffffff;
    display: grid;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.cpay-lis li div img{
    height:57px;
}

/* -------------------------------------------------------- */
	/*  REGISTRATION REVISED PAGE CSS  */
/* -------------------------------------------------------- */

.package-title{
	font-size: 26px;
	font-weight:600;
}

.package-tble td{padding:10px; text-align:center; vertical-align: middle;}
.package-tble td:first-child{ text-align:left;}

.package-chk {
    color: #0a0a0a;
    font-weight:600;
    line-height:19px;
	margin-bottom:0;
}
.package-chk span{display:block; font-size:12px;}
.package-tble .rdio label {color: #000;font-size: 16px;}
.package-tble .rdio label:before {
    width: 15px;
    height: 15px;
    top: 4px;
    border: 1px solid rgba(0,117,191,0.38);
}
.package-tble .rdio input[type=radio]:checked + label::after {
    top: 6.5px;
    left: 2.5px;
}
.package-tble .form-check .form-check-input {
    background: #fff;
}
.book-accm-hd{
	font-size:20px;
	text-transform: uppercase;
	color:#343661;
	font-weight:600;
}

.package-tble table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 350px;
}
.package-tble table tr th,
.package-tble table tr td {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

.package-tble table tr th:first-child,
.package-tble table tr td:first-child {
  border-left: 1px solid #bbb;
}
.package-tble table tr th {
  text-align: center;
  border-top: solid 1px #bbb;
  color: #ea0707; line-height:20px; padding:12px; vertical-align: middle; white-space: nowrap;
}

.package-tble .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type:#e2e2e2;
}

.package-tble .table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-bg-type:#f1f1f1;
}

/* top-left border-radius */
.package-tble table tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

/* top-right border-radius */
.package-tble table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

/* bottom-left border-radius */
.package-tble table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
.package-tble table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

/* inc */
.quantity {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border-bottom: 1px solid #000;
    margin: auto;
    justify-content: center;
}
.quantity__minus, .quantity__plus {
    display: block;
    width: 22px;
    height: 28px;
    margin: 0;
    background: transparent;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
    font-size: 17px;
    padding: 0;
    margin: 0;
    border: 0;
}
/* .quantity__minus:hover, */
/* .quantity__plus:hover { */
  /* background: #575b71; */
  /* color: #fff; */
/* }  */
.quantity__minus {
  border-radius: 3px 0 0 3px;
}
.quantity__plus {
  border-radius: 0 3px 3px 0;
}
.quantity__input {
  width:36px;
  height:28px;
  margin: 0;
  padding: 0;
  text-align: center;
  border:0;
  /* border-top:1px solid #dee0ee; */
  /* border-bottom:1px solid #dee0ee; */
  /* border-left: 1px solid #dee0ee; */
  /* border-right:1px solid #dee0ee; */
  background:transparent;
  color: #000;
}
.quantity__minus:link,
.quantity__plus:link {
  color: #8184a1;
} 
.quantity__minus:visited,
.quantity__plus:visited {
  color: #000;
}


/* summary css */

.ss-tble td{padding:15px;}
.payable-amt{
	font-weight:600;
	font-size:35px;
}

.br-blue-line{
	border-radius: 12px;
	border: 1px solid rgba(0,117,191,0.38);
}
.coupen-bar input {
	background-color: #fff;
	border: 0;
	width:100%;
	padding: 0px 15px;
	border-radius: 0px;
	color: #b6b7c1;
	height: 51px;
	font-size: 15px;
	border-radius:6px;
}

.coupen-bar button {
    background-color:#fea000;
    border: 0;
    height: 51px;
    padding: 0px 25px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #000;
    margin-left: -5px;
    border-radius: 0px 6px 6px 0px;
    position: absolute;
    right: 0;
}

.coupen-bar input:focus {border-color: 0; outline: 0; box-shadow: none;}

.coupen-bar ::placeholder {color: #b6b7c1 !important;}
.checkout-btn{text-align:end;}
.checkout-btn button{	
	border-radius: 6px;
	background-color: #ffffff;
	padding:15px 30px;
	border:0;
}

.type-code {
    display: inline-flex;
    width: 100%;
}
.type-code input{height:50px;}

.type-code button {
    background-color: #6894e5;
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 0px 20px;
    font-style: italic;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 22px;
    height: 50px;
}


/* -------------------------------------------------------- */
	/* SPEAKER PAGE CSS */
/* -------------------------------------------------------- */

.btn-close{
	position:absolute;
	right:15px;
	top:15px;
	z-index: 999;
}

.spk-popup .modal-body {
    padding:40px;
}
.spk-popupicon-card {
    border-radius:15px;
    filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.13));
    background-color: #ffffff;
    padding:25px;
}
.spk-popup-icon {
    width: 150px;
    border-radius: 50%;
    border: 10px solid #f8f8f8;
}
.socialList :nth-child(1) div {
  background-color: #135cb6;
}
.socialList :nth-child(2) div {
  background-color: #00aced;
}
.socialList :nth-child(3) div {
  background-color: #0976b4;
}
.socialList :nth-child(4) div {
  background-color: #075e54;
}
.socialList :nth-child(5) div {
  background-color: #3f729b;
}
.socialList :nth-child(6) div {
  background-color: #e52d27;
}


/* -------------------------------------------------------- */
	/* PREVIOUS SPEAKERS PAGE CSS */
/* -------------------------------------------------------- */

/* tabs css */

.pspk-tabs .nav-item {margin-right:10px;}
.pspk-tabs .nav-link {
    padding:10px 35px;
	background:#c7c7c7;
	border-radius:5px;
	color:#fff;
	border: 0;
}
.pspk-tabs .nav-item.show .nav-link, .pspk-tabs .nav-link.active, .pspk-tabs .nav-link:focus, .pspk-tabs .nav-link:hover {
    color: #fff;
	background:#fe0000;
}

/* -------------------------------------------------------- */
	/* VENUE PAGE CSS */
/* -------------------------------------------------------- */

.venue-hd{
	border-radius:10px 10px 0px 0px;
	
}
.venue-title{
	font-weight:700;
	font-size:24px;
	padding:15px;
}
.venue-date {
    border-top: 1px solid #fff;
    padding:15px;
}
.venue-date h4{
	border-right:1px solid #fff;
	padding-right:40px;
	margin-right:40px;
}
.venue-date h4 span, .venue-date h3{
	font-weight:600;
	font-size:30px;
}

.fdts-box li {
    color: #fff;
    border-bottom: 1px solid #feb333;
    padding:15px;
}
.fcal i{color:#fff; margin-right:5px;}
.venue-footer{padding:15px;}


.venue-details {
    padding: 35px;
    padding-top: 0;
}

/* -------------------------------------------------------- */
	/* ABSTRACT SUBMISSION PAGE CSS */
/* -------------------------------------------------------- */

.f16{font-size:16px;}
/* scroll bar css */

.content-wrap {
	height:425px;
	overflow-y: auto;
	overflow-x: hidden;
	/* for firefox*/
	scrollbar-width: thin;
	scrollbar-color: #ff7462 #efc6c1;
	padding-right: 5px;
}

.content-wrap li {
	margin:0;
    margin-bottom: 20px;	
	font-weight:bold;
}

/* for other browsers */
.without-plugin .content-wrap::-webkit-scrollbar {
	width:8px;
	background-color:#efc6c1;
	border-radius: 20px;
}
.without-plugin .content-wrap::-webkit-scrollbar-thumb {
	background-color:#ff7462;
	border-radius: 20px;
}

.with-plugin .content-wrap {
	padding-right: 0;
}
.mCSB_inside > .mCSB_container {
	margin-right: 20px;
}
.mCSB_scrollTools {
	width: 6px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #111;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #ccc;
}


	/* sticky nav css */

.side-bar {
	border-radius: 27px;
	filter: drop-shadow(0px 1px 8.5px rgba(0,0,0,0.06));
	background-color: #ffffff;
}
.soup-nav {
    position: sticky;
    top: 100px;
    /* height: 285px; */
    padding: 30px 0px;
}
.navy li a {
    text-decoration: none;
    font-size: 16px;
    color: #656565;
    display: block;
    padding: 10px 15px;
    transition: all ease-out 250ms;
    border-bottom: 1px solid #ceccd9;
}
.navy li a:last-child {
    border-bottom:0;
}
.navy li a:hover {
  color: #fea000;
}
.sactive {
  color: #fea000 !important; 
}

.main-content section{margin-bottom:50px;}
.abst-lis{padding-left:30px;}



	/* sticky nav content css */

/* -------------------------------------------------------- */
	/* ACCORDIAN CSS  */
/* -------------------------------------------------------- */

.accordion-item{
	border-radius:0px 0px 0px 15px !important;
	border:2px solid transparent !important;
	background-color:transparent; 
	margin-top:10px; 
	position:relative;
	/* font-family:'CABINETGROTESK-BOLD';	 */
}
.accordion-button {
    border: 2px solid #16838b !important;
    font-size: 18px;
    color: #050b61;
    background-color: transparent;
    position: relative;
    padding: 20px 20px;
    border-radius: 0px 0px 0px 15px !important;
	font-weight:600;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.accordion-button::after {
    background-image: url(../images/plus.png);
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
	background-position: center;
}
/* .accordion-body { */
    /* background:#e3f5ff; */
/* } */


/* -------------------------------------------------------- */
	/* FAQ PAGE CSS  */
/* -------------------------------------------------------- */

.faq-accr {
    display: grid;
    grid-template-columns: repeat(2,1fr);
	column-gap: 15px;
}
.faq-accr .accordion-item {
    border-radius:10px !important;
    border:0px !important;
    background-color: transparent;
    margin-top: 10px;
    position: relative;
    font-weight:600;
    border-radius: 10px;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.07));
    background-color: #ffffff;
}
.faq-accr .accordion-button {
    border: 0 !important;
    font-size: 18px;
    color: #16838b;
    background-color: transparent;
    position: relative;
    padding: 20px 20px;
    border-radius:10px !important;
}

/* -------------------------------------------------------- */
	/* VENUE PAGE CSS  */
/* -------------------------------------------------------- */

.venue-grid  {
	display: grid;
	/* grid-template-columns: repeat(3, 1fr); */
	grid-template-columns: 1fr 300px 300px;
	grid-gap: 1rem;
	grid-auto-rows: 0.75fr;
	grid-auto-flow: row dense;
}

.venue-grid img{object-fit:cover;}

.venue-grid a {
	margin: 0;
	grid-row-end: span 1;
	position: relative;
}
.venue-grid a:nth-child(1) {
	grid-row-end: span 2;
}
.venue-grid a:nth-child(4n) {
	grid-column-end: span 1;
}
.venue-grid a:nth-child(6n) {
	grid-column-end: span 2;
	grid-row-end: span 2;
}


/* -------------------------------------------------------- */
	/* PROGRAM SCHEDULE PAGE CSS  */
/* -------------------------------------------------------- */

.hide {
  display: none;
}

.read-more-show, .read-more-hide {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size:25px;
    color: gray;
}

/* -------------------------------------------------------- */
	/* PRIVACY POLICY PAGE CSS */
/* -------------------------------------------------------- */

.plicy-nav {
	display: block;
	border-radius: 3px;
	filter: drop-shadow(0px 8px 10px rgba(0,0,0,0.05));
	background-color: #ffffff;
}
.plicy-nav .nav-item {
	border:0;
    border-bottom: 1px solid #e3e3e3;
}
.plicy-nav .nav-item:last-child{
	border:0;
}
.plicy-nav .nav-link {
    font-size: 14px;
    color: #000000;
    border: 0;
    padding: 12px 20px;
    text-transform: uppercase;
}

.plicy-nav .nav-item.show .nav-link, .plicy-nav .nav-link.active {
   background:transparent;
}
.close{
	background: transparent;
    border: 1px solid #ccc;
}
#google-maps-display>iframe{width:100% !important;height:400px !important;}
.calim img{width:18px;}


/* NEW CSS */

.green-stripe {
    background-color: #747474 !important;
	color:#fff !important;
}

.yellow-stripe{
	background-color:#ebb209 !important;
	color:#fff !important;
}
.early-tble th{
	vertical-align:middle;
	color:#fff;
	line-height: 20px;
}
.early-tble th:nth-of-type(odd){
	background:#fea000;
}
.early-tble th:nth-of-type(even){
	background:#ff3131;
}
.early-tble td {
    vertical-align: middle;
    text-align: left;
    font-weight:700;
    padding:3px;
}
.early-tble .rdio {
    position: relative;
    align-items: center;
}

.early-tble .rdio label {
    color: #000;
}
.early-tble .rdio label:before {
	width: 15px;
	height: 15px;
	border: 1px solid #000;
	top: 4px;
	left: 4px;
}
.early-tble .rdio input[type=radio]:checked + label::after {
    top: 7px;
    left: 7px;
    width: 9px;
    height: 9px;
}

.early-title{
	font-size:16px;
	color:#000;
	font-weight:700;
}
.early-sel {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px 15px;
}

.early-accom .package-chk {
    font-weight:600;
    display: flex;
	line-height: 22px;
}
.early-accom .package-chk input[type=checkbox] {
    margin-top: 5px;
}
.early-sel {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px 15px;
}


.h260{height:260px;}
.h350{height:350px;}

b, strong {
    font-weight: 700;
}

.description_schedule{
    font-size: 16px;
}

.girl-icon{
    width: auto;
}

