/* 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%;

}

.h-100 {
  height: 100%;
}

/* for display */

.d-inline-flex {
  display: inline-flex;
}

/* for display inline */

.d-flex {
  display: flex;
}

/* for display inline */

/* for positions */

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

/* padding styles */

.p-0 {
  padding: 0px;
}

.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-30p {
  padding-top: 30px;
}

.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-50p {
  padding-left: 50px;
}

.pr-20p {
  padding-right: 20px;
}

.pr-50p {
  padding-right: 50px;
}


/* margin styles */

.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-12p {
  margin-top: 12px;
}

.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-45p {
  margin-top: 45px;
}

.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;
}

.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;
}

.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-10p {
  margin-left: 10px;
}

.ml-15p {
  margin-left: 15px;
}

.mr-5p {
  margin-right: 5px;
}

.mr-10p {
  margin-right: 10px;
}

.mr-15p {
  margin-right: 15px;
}

.mr-50p {
  margin-right: 50px;
}

.mr-40p {
  margin-right: 40px;
}

.mr-30p {
  margin-right: 30px;
}

.mr-20p {
  margin-right: 20px;
}

/* for border radius  */

.brad-0 {
  border-radius: 0;
}

.brad-2 {
  border-radius: 2px;
}

.brad-3 {
  border-radius: 3px;
}

.brad-4 {
  border-radius: 4px;
}

.brad-5 {
  border-radius: 5px;
}

.brad-8 {
  border-radius: 8px;
}

.brad-50 {
  border-radius: 50px;
}

/* for borders  */

.br-0p {
  border: 0;
}

/* 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-grey {
  background-color: #f2f2f2;
}

/* for text-colors*/

.text-black {
  color: #000000;
}

.text-white {
  color: #fff;
}

.text-red {
  color: #ff2836;
}

.text-b1color {
  color: #48000e;
}

.text-green {
  color: #007a31;
}

.text-e1color {
  color: #282828;
}

.text-e2color {
  color: #ed3b3d;
}

.text-e3color {
  color: #484848;
}

.text-e4color {
  color: #262626;
}

.text-yellow {
  color: #ffd325;
}

.text-yellow1 {
  color: #fff100;
}

.text-w1color {
  color: #161300;
}

.text-maroon {
  color: #550500;
}

.text-p1color {
  color: #1e1e1e;
}

.text-p2color {
  color: #9e3f00;
}

.text-p3color {
  color: #1e1701;
}

.text-p4color {
  color: #181818;
}

.text-brown {
  color: #550500;
}

/* 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;
}

/* for font-size */

.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;
}

.font20 {
  font-size: 20px;
}

.font21 {
  font-size: 21.5px;
}

.font22 {
  font-size: 22px;
}

.font23 {
  font-size: 23px;
}

.font24 {
  font-size: 24px;
}

.font25 {
  font-size: 25px;
}

.font26 {
  font-size: 26px;
}

.font28 {
  font-size: 28px;
}

.font30 {
  font-size: 30px;
}

.font32 {
  font-size: 32px;
}

.font34 {
  font-size: 34px;
}

.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-17p {
  line-height: 17px;
}

.lh-18p {
  line-height: 18px;
}

.lh-19p {
  line-height: 19px;
}

.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-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-Graphik-Light {font-family: 'Graphik-Light';}
.fnt-Graphik-Regular {font-family: 'Graphik-Regular';}
.fnt-Syne-Medium {font-family: 'Syne-Medium';}

.fnt-monst-semiBold {
  font-family: 'Montserrat-SemiBold';
}

.fnt-monst-reg {
  font-family: 'Montserrat-Regular';
}

.fnt-monst-medium {
  font-family: 'Montserrat-Medium';
}

.fnt-monst-bold {
  font-family: 'Montserrat-Bold.ttf';
}

.fnt-josefin-bold {
  font-family: 'Josefin Sans Bold';
}

.fnt-josefin-semibold {
  font-family: 'JosefinSans-SemiBold';
}

.fnt-muli {
  font-family: 'Muli';
}

.fnt-muli-light {
  font-family: 'Muli-Light';
}

.fnt-muli-semibold {
  font-family: 'Muli-SemiBold';
}

.fnt-futurapt-demi {
  font-family: 'futura-pt-demi';
}

.fnt-segoesc {
  font-family: 'segoesc';
}

.fnt-osw-reg {
  font-family: 'Oswald-Regular';
}

.fnt-osw-light {
  font-family: 'Oswald-Light';
}

.fnt-lobster {
  font-family: 'Lobster-Regular';
}

/* old fonts */

.fnt-futurabt-book {
  font-family: 'futura-book-bt';
}

.fnt-futurapt-book {
  font-family: 'futura-pt-book';
}

.fnt-futurapt-Medium {
  font-family: 'futura-pt-Medium';
}

.fnt-HypatiaSansPro-Reg {
  font-family: 'HypatiaSansPro-Regular';
}

.fnt-HypatiaSansPro-bold {
  font-family: 'HypatiaSansPro-Bold';
}

.fnt-pop-reg {
  font-family: 'Poppins-Regular';
}

.fnt-pop-light {
  font-family: 'Poppins-Light';
}

.fnt-pop-medium {
  font-family: 'Poppins-Medium';
}

.fnt-pop-semibold {
  font-family: 'Poppins-SemiBold';
}

.fnt-robo-reg {
  font-family: 'Roboto-Regular';
}

.fnt-robo-med {
  font-family: 'Roboto-Medium';
}

.fnt-arial-bold {
  font-family: "arial-bold";
}

/* for text-alignment*/

.align-center {
  align-items: center;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-end {
  text-align: end;
}

.text-justify {
  text-align: justify;
}

.text-initial {
  text-align: initial;
}

body {
  font-size: 15px;
  font-family: 'Graphik-Light';
  color: #232222 !important;
  line-height: 26px;
  overflow-x: hidden;
  margin: 0 auto;
}

.container {
  max-width: 1230px !important;
  padding-left: 0;
  padding-right: 0;
}

.header-sec .container {
  max-width: 1400px !important;
}

/*----- navbar toggler  css -----*/

.navbar-toggler.x {
  border: none;
}

.navbar-toggler {
    padding: 0.25rem 0rem 0.25rem 0.75rem;
    margin-left: auto;
}

.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: #fff;
  -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);
}

/* ------------------------------------------------------------------------------------------------------------*/
/* HOME PAGE STARTS HERE */
/* ------------------------------------------------------------------------------------------------------------*/

/* common css */

.sec_title {
    font-size: 27px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #222222;
    font-family: 'futura-pt-demi';
}

.hd-color {
  color: #f03c3c;
}

.bg-properties {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.btn-bg-gray {
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.13));
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: linear-gradient(180deg, #fefefe 0%, #f8f8f8 45%, #eeeeee 100%);
}

.form-control:focus {
  box-shadow: none;
}

/* HEADER SECTION STARTS HERE   */

.desk-logo {margin-bottom: -40px;}
.rsp-logo{display:none;}

/* .rsp-menu-list{display:none;} */

.header-sec {
    background: #000;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 80px;
}
.header-block{border-bottom:1px solid #ffffff29;}
.header-sec.extraclass{position:fixed;}

.htop-rgt-list {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.htop-rgt-list li {
    border-left:1px solid #ffffff29;
    padding-left: 25px;
    padding:28px 25px 25px 25px;
	height:100%;
}

.htop-rgt-list li:first-child{
    padding-left: 0;
    border-left: 0;
	padding-top: 14px;
    padding-bottom: 14px;
}
.htop-rgt-list li:last-child{
    border-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.htop-cal-btn a, .htop-mnu-btn a{
	letter-spacing: 1px;
	line-height: 16px;
	color: #ffffff;
	font-family: 'Graphik-Regular';
}

.htop-cal-btn a{font-size: 15px;}
.htop-cal-btn a img{margin-right:8px; transform: translateY(-1px);}

.htop-mnu-btn a{font-size: 12px; text-transform: uppercase;}
.htop-mnu-btn a img{margin-left:8px; transform: translateY(-1px);}

.htop-reg-btn a{
	font-size: 14px;
	letter-spacing: 1px;
	padding:13px 18px;
	text-transform: uppercase;
	color: #000000;
	background-image: linear-gradient(90deg, #ffd325 0%, #ffab1a 100%);
	font-family: 'Graphik-Regular';
	border-radius: 2px;	
	position: relative;
   
}

htop contact btn a {
    letter-spacing: 1px;
    padding: 13px 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-image: linear-gradient(90deg, #ffd325 0%, #ffab1a 100%);
    font-family: 'Graphik-Regular';
    border-radius: 2px;
}





.htop-reg-btn a img{margin-left:8px; transform: translateY(-1px);}
.htop-reg-btn a:hover{background-image: linear-gradient(90deg, #ffab1a 0%, #ffd325 100%);}

/* header button css */

.onhover-br{
	 /* display:inline-block; */
    transform: translateY(0);   
    -webkit-transition: -webkit-transform .3s cubic-bezier(.5,2.5,.7,.7),-webkit-box-shadow .3s cubic-bezier(.5,2.5,.7,.7);
    -o-transition: transform .3s cubic-bezier(.5,2.5,.7,.7),box-shadow .3s cubic-bezier(.5,2.5,.7,.7);
}
.onhover-br:before {
    content: "";
    border-radius:2rem;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    -webkit-transition: bottom .3s cubic-bezier(.5,2.5,.7,.7);
    -o-transition: bottom .3s cubic-bezier(.5,2.5,.7,.7);
    transition: bottom .3s cubic-bezier(.5,2.5,.7,.7);
}
.onhover-br:hover{  
	-webkit-box-shadow: 0 0 0 var(--cta-stroke-width,0) var(--cta-stroke-color),0 var(--animation-depth,.3em) 0 0 var(--cta-depth-color);
    transform: translateY(calc(-1*var(--animation-depth, .3em)));
	--cta-stroke-color: #241c15;
    --cta-stroke-width: 0.0625rem;
    --cta-depth-color: #241c15;
}

/* common button css */

.common-btn{
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	font-family: 'Graphik-Regular';
	border-radius:50px;
	/* filter: drop-shadow(0px 4px 0px #473dc8); */
	background-color: #ffe01b;
	border: 1px solid #473dc8;
	padding:9px 37px;
}
.common-btn:hover{
	color: #fff;
	background-color:#473dc8;
}

.onhover-with-br{
	-webkit-box-shadow: 0 0 0 var(--cta-stroke-width,0) var(--cta-stroke-color),0 var(--animation-depth,.3em) 0 0 var(--cta-depth-color);
    transform: translateY(calc(-1*var(--animation-depth, .3em)));
	--cta-stroke-color: #473dc8;
    /* --cta-stroke-width: 0.0625rem; */
	 --cta-stroke-width: 0rem;
    --cta-depth-color: #473dc8;
}
.onhover-with-br:before {
    content: "";
    border-radius:2rem;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    -webkit-transition: bottom .3s cubic-bezier(.5,2.5,.7,.7);
    -o-transition: bottom .3s cubic-bezier(.5,2.5,.7,.7);
    transition: bottom .3s cubic-bezier(.5,2.5,.7,.7);
	
}
.onhover-with-br:hover{  
	 transform: translateY(0);   
    -webkit-transition: -webkit-transform .3s cubic-bezier(.5,2.5,.7,.7),-webkit-box-shadow .3s cubic-bezier(.5,2.5,.7,.7);
    -o-transition: transform .3s cubic-bezier(.5,2.5,.7,.7),box-shadow .3s cubic-bezier(.5,2.5,.7,.7);
	box-shadow: none;
}


/* HEADER-BOTTOM CSS  */

/* .menu a { */
	/* font-size: 14px; */
	/* letter-spacing: 1px; */
	/* color: #fff; */
	/* text-transform: uppercase; */
	/* transition: all 1s ease-out 0s; */
	/* font-family: 'Montserrat-Medium'; */
	/* padding:8px 19px !important;	 */
/* } */

/* .menu .active a,.menu a:hover {color: #fff;} */

/* .menu .active, */
/* .menu .nav-item:hover { */
  /* background-color: #e2271c; */
/* } */
/* .menu .active a, .menu a:hover { */
    /* color: #ffe400; */
/* } */
/* .menu .active:before, .menu .nav-item :hover:before { */
    /* content: ''; */
    /* height: 4px; */
    /* background-color: #ffe400; */
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* width: 100%; */
/* } */

/* sub menu */

.sub-menu {
    position: absolute;
    top: 100%;
    left:0px;
    z-index: 1000;
    float: left;
    min-width: 220px;
    font-size: 13px;
    text-align: left;
    list-style: none;
    background:#ff6600;
    background-clip: padding-box;
	transition: all 0.3s ease 0s;
	transform: scaleY(0);
	opacity: 0;
    visibility: hidden;
	transform-origin: 0 0 0;
	padding: 2px;
}
.sub-menu li {float: none; margin: 0; border-bottom: 1px solid #e8e8e8;}

.sub-menu a {
    display: block;
    position: relative;
    padding:8px 12px !important;
    letter-spacing: 0px;
    color: #fff !important;
    filter: none;
    font-size: 13px !important;
}
.sub-menu a:hover:before {
	display:none !important;
}

.sub-menu li:hover {background-color:#ff8406;}

.sub-menu li:last-child { border-bottom: 0px;}

.menu-item-has-children {position:relative;}

.menu-item-has-children:hover .sub-menu {transform: scaleY(1);visibility: visible; opacity:1;}	

.res-toggle {
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer;
    color: #fff;
    display: none;
}


/* responsive side menu css */
.hamburger-footer{display:none;}
.rsp-menu-list li{padding:20px 1rem 20px 0rem;}

/* SIDE MENU STARTS HERE */

.navbar{padding: 0px;}

.open-menu {
    /* position: fixed; */
    /* right:15px; */
    /* top:60px; */
    z-index:9999;
}
.open-menu svg, .close-menu svg {
    margin-left: 5px;
    transform: translateY(-2px);
}
.open-menu, .close-menu {
    cursor: pointer;
    border: none;
    outline: none;
    color: #fff;
    background: none;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Graphik-Regular';
}
 .close-menu {
	 position: absolute;
	 top: 0;
	 right:0;
	 border: none;
	 outline: none;
	 color: #fff;
	 background: none;
}

 .header .navbar .menu-wrapper::before {
	 content: "";
	 position: fixed;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 z-index: -1;
	 transition: background 0.5s;
}
 .header .navbar .menu-wrapper.offcanvas .menu {
	 /* transform: translate3d(0, 0, 0); */
	 transition-duration: 0.7s;
	 transition-delay: 0.2s;
	 transform: translateX(0) translateY(0) translateZ(0);
}
 .header .navbar .menu-wrapper.offcanvas::before {
	 background: rgba(37, 42, 50, 0.6);
	 z-index: 1;
}
 .header .navbar .menu {
	background-color:#00011f;
	background-image: url(../images/sidemenu-bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	/* background-size: cover; */
	background-size:67%;
	background-position: top left;
	position: fixed;
	z-index: 9999 !important;
	display: flex;
	flex-direction: column;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	/* max-width:35rem; */
	width: 100%;
	padding:5rem 5rem;
	z-index:11;
	overflow-y: auto;
	color: #fff;
	/* background: #1f1f1f; */
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
	/* transform: translate3d(100%, 0, 0); */
	transform: translateX(0) translateY(-100vh) translateZ(0); 
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
 .header .navbar .menu-block {
	 position: relative;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 margin-bottom:7rem;
}
 .header .navbar .menu-link {
	 font-family: inherit;
	 font-size: 1rem;
	 line-height: inherit;
	 text-transform: uppercase;
	 transition: color 0.35s ease-out;
}
 .header .navbar .menu-link:hover { color: #d32f2f;}
 .header .navbar .menu-item { position: relative;}
 
 .header .navbar .menu-item a {
	font-size:24px;	
	text-transform: capitalize;
	padding:20px 1rem 20px 0rem;
	display: block;
	color: #fff;
	transition: color 0.35s ease-out;
	text-align: end;
}
 .header .navbar .menu-item a:hover { color:#ffe01b;}
 .header .navbar .menu-item.has-collapsible { position: relative;}
 .header .navbar .menu-item.has-collapsible .menu-child { display: none;}
 .header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a {
	font-size: 18px;	
	line-height:32px;
	text-transform: capitalize;
	color: #ffe01b !important;
	padding: 0.25rem;
	color: #fff;
	padding-left: 2.5rem;
	transition: color 0.35s ease-out;
}

.header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a:hover {color: #d32f2f;}
.header .navbar .menu-item.has-collapsible span::after {
  content: "";
  transform: rotate(135deg); 
  display: inline-block;
  position: absolute;
  top:32px;
  right: 0;
  width: 9px;
  height: 9px;
  border-top: 2px solid #bfbfbf;
  border-left: 2px solid #bfbfbf;
  transition: all 250ms ease-in-out;
}
.header .navbar .menu-item.has-collapsible span::after:hover {color: #d32f2f;}
.header .navbar .menu-item.active.has-collapsible .menu-child {display: block;transition: all 0.35s ease; padding-bottom: 10px}
.header .navbar .menu-item.active.has-collapsible span::after { transform: rotate(225deg); top: 28px;}

/* SIDE MENU ENDS HERE */

/* latest updates */

/* latest updates section */

.latest-sec {padding:9px 0px 11px 0px;}
.update-content marquee{position: absolute; top:10px;}
.update-content ul {display:inline-flex;}
.update-content ul li { font-size: 14px;line-height: 18px;color: #020202;padding-right:45px;}
.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;
}


/* BANNER SECTION CSS */

.mob-ban{display:none;}


/* main bg section common css start here */

.main-bg {
    background-image: url(../images/center-bg.png);
    background-repeat: repeat-y;
    background-position: center;
    /* background-size: 100%; */
	padding-top:30px;
    padding-bottom:120px;  
}
.girl-ico {
    position: absolute;
    bottom: 0;
    right: 0;
	height:520px;
}
/* .radius { */
  /* border-radius:10px; */
  /* overflow: hidden; */
/* } */

/* .gradient-border-bg { */
  /* border:6px solid; */
  /* border-image: linear-gradient(90deg, #3a3c69, #3f416f) 1; */
/* } */

/* Security section css */

.security-sec{
	z-index: 0;
	border-radius: 10px;
	background-color: rgba(255,255,255,0);
	border: 6px solid rgba(155,160,222,0.3);
	/* background:#fff; */
}

.securty-gap{padding:38px 0px;}
.sw{
	position: relative;
	padding: 30px 0px;
}
.sw::before {
    content: '';
    background-image: url(../images/s-br.png);
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    height: 100%;
    right: -35px;
    background-position: right;
	/* z-index:0; */
}
.sw:last-child::before{display:none;}

.securty-ico{min-height:65px;}
.security-box h4{font-size: 24px;color: #fff; font-family: 'Syne-Medium'; margin-top:15px; margin-bottom:20px;}
.ellipse-2-ico {position: absolute;bottom: -170px;right:-30px; z-index:0;}

/* banner-sec css */

.ban-bg {background-image:url("images/ban-bg.html");padding:20px 0px 20px 20px;border-radius:10px;}
.banner-left {margin-right:10px;}
.banner-right {
	/* width: 820px; */
	height: 420px;
	margin-left:auto;
	border-radius: 8px;
	filter: drop-shadow(2px 3.464px 4px rgba(0,0,1,0.1));
	border: 10px solid #ffffff;
	margin-left: -20px;
}
.ban-ico{height:401px;}
.banner-c {
    position: absolute;
    bottom:15px;
    left: 0;
    right: 0;
    text-align: center;
}
.banner-title{
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 18px;
	text-transform: uppercase;
	color: #feffff;
	font-family: 'futura-pt-demi';
}


.carousel-indicators {
    margin-bottom: 1rem;
}

.carousel-indicators li {
 	margin-right: 5px !important;
 	margin-left: 5px !important;
 	width: 12px !important;
 	height: 12px !important;
 	border-radius: 50%;
 	border: 2px solid #fff !important;
 	opacity: 1 !important;
 	background-color: transparent !important;
}
.carousel-indicators .active {
 	background-color: #288feb  !important;
 	border: 2px solid #288feb  !important;
}


.carousel-control-prev-icon {background-image: url(../images/banner-rightnav.html);transform: rotateZ(-180deg);}
.carousel-control-next-icon {background-image: url(../images/banner-rightnav.html);}
.carousel-control-next-icon, .carousel-control-prev-icon {width: 26px;height: 50px;}
.carousel-control-next, .carousel-control-prev {opacity:1;width:auto;}



.cen-left,
.cen-right,
.main-br {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.main-br {
  left: 0;
  right: 0;
}

.cen-left2,
.cen-right2,
.main-br2 {
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.cen-left {
  left: 0;
}

.cen-right {
  right: 0;
}

.cen-left2 {
  left: 0;
}

.cen-right2 {
  right: 0;
}

.box-mainbg {filter: drop-shadow(3px 5.196px 7.5px rgba(0,0,1,0.2));}
.g-bg {padding:24px 30px 30px 30px;}


/* fb css */

.follow-box {
  padding: 18px 18px 50px 18px;
  background-color: #f6e873;
}
.fb-block {
    padding:21px 15px;
}

.fb-cont {
  padding:18px 15px 20px 15px;
  border: 1px solid #4a6eba;
}

.fb-cont h5 {
  font-size: 14px;
  line-height: 20px;
  color: #425f9c;
  font-family: 'Montserrat-SemiBold';
}

.fb-cont p {
    font-size: 14px;
    line-height: 22px;
    color: #494949;
    margin-top: 8px;
    font-family: 'Montserrat Light';
    margin-bottom: 10px;
}

.fb-ico {
  position: absolute;
  right: 15px;
  bottom: 0;
}

.fb-btn a {
  padding:6px 11px;
  border: 1px solid #c3c3c3;
  font-size: 11px;
  line-height: 20px;
  color: #303030;
  font-family: 'Montserrat-Regular';
}

/* tw css */
.tw-block {
    padding: 0px 15px 20px 15px;
}

.tw-cont {
  border: 1px solid #55acee;
}

.tw-cont h5 {
  color: #45a5ee;
}

.tw-ico {
  right: 5px;
}


	/* welcome section common css */

.welcome-sec{min-height: 465px;}
.welcome-desc { margin-top: -60px; padding: 0px 25px;}

.welcome-subtitle{
	font-size: 38px;
	letter-spacing: 1px;
	line-height: 26px;
	color: #002657;
	font-family:"Cookie-Regular";
}
.read-btn {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 26px;
	text-transform: uppercase;
	color: #ffffff;
	background-image: linear-gradient(-45deg, #ff8024 0%, #ffab3f 100%);
	border-radius:50px;
	padding:11px 25px;

}
 
/* upcoming events css */
/* .upcom-sec { */
    /* margin-top: -230px; */
/* } */

.upcoming-box {
    padding:7px;
    border: 1px solid #e3e3e3;
}

.upcoming__icon img {
    width: 135px !important;
    height:145px;
    object-fit: cover;
}

.upcoming-desc {
    filter: drop-shadow(2px 3.464px 7.5px rgba(0,0,0,0.15));
    background-color: #ffffff;
    text-align: center;
    margin-top: -35px !important;
    padding: 12px;
    margin: 0px 15px;
}

.up-icon{height: 250px; object-fit: cover;}

/* media partners css */

.c-icon{
height: 110px;
background-color: #ffffff;
border: 1px solid #bdbdbd;position:relative;}
.c-icon img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: auto !important;}
.sponsor_btn a{padding:7px 25px;}


	/* gallery css */
	
.galley-block {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 15px;
    row-gap: 15px;
}
.gallery__icon,.v-icon{
	height:138px;
	object-fit:cover;
}

.video_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}




/* GALLERY PAGE CSS */

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../images/fancybox_sprite.html);
}
  @-webkit-keyframes slideIn {
    0% {
      opacity: .3;
      left: 3.25em; }

    100% {
      opacity: 1;
      left: 0; } }

  @-moz-keyframes slideIn {
    0% {
      opacity: .3;
      left: 3.25em; }

    100% {
      opacity: 1;
      left: 0; } }

  @-o-keyframes slideIn {
    0% {
      opacity: .3;
      left: 3.25em; }

    100% {
      opacity: 1;
      left: 0; } }

  @keyframes slideIn {
    0% {
      opacity: .3;
      left: 3.25em; }

    100% {
      opacity: 1;
      left: 0; } }

  /*Nav Shrinking Closed Effect*/
  .off_canvas_animate.close1 {
    opacity: .3;
    left: 3.25em;
    -webkit-animation: slideOut 0.35s ease-in-out;
    -moz-animation: slideOut 0.35s ease-in-out;
    -o-animation: slideOut 0.35s ease-in-out;
    animation: slideOut 0.35s ease-in-out; }

  @-webkit-keyframes slideOut {
    0% {
      opacity: 1;
      left: 0; }

    100% {
      opacity: .3;
      left: 3.25em; } }

  @-moz-keyframes slideOut {
    0% {
      opacity: 1;
      left: 0; }

    100% {
      opacity: .3;
      left: 3.25em; } }

  @-o-keyframes slideOut {
    0% {
      opacity: 1;
      left: 0; }

    100% {
      opacity: .3;
      left: 3.25em; } }

  @keyframes slideOut {
    0% {
      opacity: 1;
      left: 0; }

    100% {
      opacity: .3;
      left: 3.25em; } }

  .off_canvas_container.open {
    overflow-x: hidden;
    overflow-y: auto; }

  .off_canvas_container.open .menudropdown.nav_level_current {
    overflow-x: hidden;
    overflow-y: auto; 
	 }
	 .off_canvas_container.open .menudropdown ul li .menudropdown.level2.nav_level_current {
    overflow-x: hidden;
    overflow-y: auto; 
	 }

  .content_animate {
    left: 0; }

  /* CONTENT ANNIMATION */
  .content_animate.open {
    cursor: pointer;
    left:230px;
    -webkit-animation: open 0.5s ease-in-out;
    -moz-animation: open 0.5s ease-in-out;
    -o-animation: open 0.5s ease-in-out;
    animation: open 0.5s ease-in-out; }

  @-webkit-keyframes open {
    0% {
      left: 0; }

    70% {
      left: 14.5em; }

    100% {
      left: 13em; } }

  @-moz-keyframes open {
    0% {
      left: 0; }

    70% {
      left: 14.5em; }

    100% {
      left: 13em; } }

  @-o-keyframes open {
    0% {
      left: 0; }

    70% {
      left: 14.5em; }

    100% {
      left: 13em; } }

  @keyframes open {
    0% {
      left: 0; }

    70% {
      left: 14.5em; }

    100% {
      left: 13em; } }

  /*Content Sliding Closed Effect*/
  .content_animate.close1 {
    left: 0;
    -webkit-animation: close1 0.4s ease-in-out;
    -moz-animation: close1 0.4s ease-in-out;
    -o-animation: close1 0.4s ease-in-out;
    animation: close1 0.4s ease-in-out; }

  @-webkit-keyframes close1 {
    0% {
      left: 13em; }

    70% {
      left: -1.5em; }

    100% {
      left: 0; } }

  @-moz-keyframes close1 {
    0% {
      left: 13em; }

    70% {
      left: -1.5em; }

    100% {
      left: 0; } }

  @-o-keyframes close1 {
    0% {
      left: 13em; }

    70% {
      left: -1.5em; }

    100% {
      left: 0; } }

  @keyframes close1 {
    0% {
      left: 13em; }

    70% {
      left: -1.5em; }

    100% {
      left: 0; } } }
.flip{ 
display:inline-block;
transition:all .2s linear; 
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	backface-visibility:hidden;}
.flip:hover{	
-webkit-animation-name:hvr-wobble-vertical;
	animation-name:hvr-wobble-vertical;
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out;
	-webkit-animation-iteration-count:1;
	animation-iteration-count:1;}
	
@-webkit-keyframes hvr-wobble-vertical {
16.65% {
-webkit-transform:translateX(3px);
transform:translateX(8px)
}
33.3% {
-webkit-transform:translateX(-2px);
transform:translateX(-2px)
}
49.95% {
-webkit-transform:translateX(1px);
transform:translateX(1px)
}
66.6% {
-webkit-transform:translateX(-1px);
transform:translateX(-1px)
}
83.25% {
-webkit-transform:translateX(1px);
transform:translateX(1px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes hvr-wobble-vertical {
16.65% {
-webkit-transform:translateX(3px);
transform:translateX(3px)
}
33.3% {
-webkit-transform:translateX(-2px);
transform:translateX(-2px)
}
49.95% {
-webkit-transform:translateX(1px);
transform:translateX(1px)
}
66.6% {
-webkit-transform:translateX(-1px);
transform:translateX(-1px)
}
83.25% {
-webkit-transform:translateX(0px);
transform:translateX(0px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
} 
 
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding: 0;margin: 0;border: 0;outline: none;vertical-align: top;}
.fancybox-wrap {position: absolute;top: 0;left: 0;z-index: 8020;}
.fancybox-skin {position: relative;background: #fff;color: #444;text-shadow: none;-webkit-border-radius: 2px;-moz-border-radius: 2px; border-radius: 2px;}
.fancybox-opened {z-index: 8030;}
.fancybox-opened .fancybox-skin {-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
.fancybox-outer, .fancybox-inner {position: relative;}
.fancybox-inner {overflow: hidden;}
.fancybox-type-iframe .fancybox-inner {-webkit-overflow-scrolling: touch;}
.fancybox-error {color: #444;font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin: 0;padding: 15px;white-space: nowrap;}
.fancybox-image, .fancybox-iframe {display: block;width: 100%;height: 100%;}
.fancybox-image {max-width: 100%;max-height: 100%;}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {background-image: url(../images/fancybox_sprite.html);}
#fancybox-loading {position: fixed;top: 50%;left: 50%;margin-top: -22px;margin-left: -22px;background-position: 0 -108px;opacity: 0.8;cursor: pointer;z-index: 8060;}
#fancybox-loading div {width: 44px;height: 44px;background: url(../images/fancybox_loading.html) center center no-repeat;}
.fancybox-close {position: absolute;top: -18px;right: -18px;width: 36px;height: 36px;cursor: pointer;z-index: 8040;}
.fancybox-nav {position: absolute;top: 0;width: 40%;height: 100%;cursor: pointer;text-decoration: none;background: transparent url(../images/blank.html); -webkit-tap-highlight-color: rgba(0,0,0,0);z-index: 8040;}
.fancybox-prev {left: 0;}
.fancybox-next {right: 0;}
.fancybox-nav span {position: absolute;top: 50%;width: 36px;height: 34px;margin-top: -18px;cursor: pointer;z-index: 8040;visibility: hidden;}
.fancybox-prev span {left: 10px;background-position: 0 -36px;}
.fancybox-next span {right: 10px;background-position: 0 -72px;}
.fancybox-nav:hover span {visibility: visible;}
.fancybox-tmp {position: absolute;top: -99999px;left: -99999px;max-width: 99999px;max-height: 99999px;overflow: visible !important;}


/* Overlay helper */

.fancybox-lock {overflow: visible !important;width: auto;}
.fancybox-lock body {overflow: hidden !important;}
.fancybox-lock-test {overflow-y: hidden !important;}
.fancybox-overlay {position: absolute;top: 0;left: 0;overflow: hidden;display: none;z-index: 8010;background: url(../images/fancybox_overlay.html);}
.fancybox-overlay-fixed {position: fixed;bottom: 0;right: 0;}
.fancybox-lock .fancybox-overlay {overflow: auto;overflow-y: scroll;} 
 
 
/* .eventslis2.owl-carousel .owl-nav .owl-next, .eventslis2.owl-carousel .owl-nav .owl-prev { */
	/* position: absolute; */
	/* top: 35%; */
	/* width: 27px; */
	/* height: 60px; */
/* } */

/* .eventslis2.owl-carousel .owl-nav .owl-next { */
    /* background: url(../images/events-rightnav.png) left center no-repeat; */
    /* text-indent: -3px; */
    /* font-family: none; */
    /* right: -35px;     */
/* } */

/* .eventslis2.owl-carousel .owl-nav .owl-prev{ */
	/* background: url(../images/events-lefnav.png) right center no-repeat;  */
	/* left: inherit; */
    /* left: -35px; */
/* } */
.eventslis2 .glyphicon{display:none;}
/* .eventslis2.owl-carousel .items{padding-bottom:0px; padding-left:8px; padding-right:8px;} */

.video-icon-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/video-icon.html) no-repeat center center;
    z-index: 1;
    -webkit-transition: all 0.4s ease-out;
    -mz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}



/*--------------------------------------------------------------
# Gallery One
--------------------------------------------------------------*/
/* GALLERY PAGE CSS */

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000a1;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.g-box:hover .overlay {
  height: 100%;
}

.text {
  color: white;
  font-size:13px;
  text-transform:uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}




/* welcome left button block */

.button-block {
    border-bottom: 1px solid #f4c951;
}
.buttonslis {display:block; padding:20px 15px;}

.buttonslis li {margin-top:16px;}

.buttonslis li:first-child {margin-top:0px;}

.buttonslis li a{
	display: flex;
	border-radius: 2px;
	filter: drop-shadow(0px 3px 0px #b21414);
	background-color: #ef3b3b;
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	padding:5px;
	font-family: 'Oswald-Regular';
	align-items:center;
	border-radius: 50px;
	letter-spacing:0.5px;
}

.buttonslis li:nth-child(2) a{
	background-color: #69af47;
	filter: drop-shadow(0px 3px 0px #308a0f);
}

.buttonslis li:nth-child(3) a{
	filter: drop-shadow(0px 3px 0px #026198);
	background-color: #1a92d7;
}

.buttonslis li:nth-child(4) a{
	filter: drop-shadow(0px 3px 0px #ce590f);
	background-color: #ff8c35;
}

.buttonslis li:last-child a{
	filter: drop-shadow(0px 3px 0px #7020be);
	background-color: #9650db;
}

.buttonslis li:hover .btn1 {background-color: #e42c2c;}

.buttonslis li:hover .btn2 {background-color: #62a442;}

.buttonslis li:hover .btn3 {background-color: #1687c8;}

.buttonslis li:hover .btn4 {background-color: #f88228;}

.buttonslis li:hover .btn5 {background-color: #8646c6;}


.grid-gap {
    padding:20px 10px 25px 10px;
}

.wel-bg {padding: 5px 5px 0px 5px;}

.wel-br{border-bottom:1px solid #ffbf60;}

.wel_left_blk { margin-right:58px;}

.wel_right_blk { margin-left:58px;}

.wel_middle_blk {
    margin-right: -75px;
    margin-left: -75px;
    filter: drop-shadow(3px 5.196px 7.5px rgba(0,0,1,0.2));
    background: white;
    
}
.wel_left_m{
	padding: 15px;
}

.wel_left_c, .wel_right_c{
	background-color: #fff4d4;
    border: 1px solid #f4c951;
}


.side_sponsors{
	padding:10px 15px;
}

.spon_hd h2 {
    
font-size: 23px;
letter-spacing: 1px;
text-transform: uppercase;
color: #222222;
font-family: 'futura-pt-demi';
}

.s1-icon {
    width:190px;
	border: 1px solid #c2c2c2;
}
.spon_icon {
    margin-bottom:10px;
}
.flyer-box{padding:15px;}


/* footer section */

.ft-color1 {color: #202242;}

.ft-color2 {color: #232222;}

.ft-color3 {color: #2f2f2f;}

.ft-color4 {color: #ff6c00;}

.ft-color5 {color: #078b48;}

.ft-color6 {color: #700c0e;}

.ft-color7 {color: #004f77;}


.f-br { background-image: url(../images/f-br.html); background-repeat: repeat-x; height: 10px;}

	/* footer menu css */

.quicklink_block {padding:5px 0px; font-size: 20px; display:none;}
.mobile-visible {display:block;}
.footer-menus { display: flex; justify-content:center;padding:12px 0px; border-bottom: 1px solid #9bd1ec;}
.footer-menus .nav-item .nav-link {
    font-size:13px;
	letter-spacing: 1px;
	color: #353535;
	line-height: 22px;
    text-align: center;
    padding: 0px 19px;
    position: relative;
	text-transform:uppercase;
	font-family: 'Montserrat-Regular';
}

.foot-bg3 {
    /* position: absolute; */
    /* bottom: -45px; */
    /* z-index: 9; */
    /* right: 0; */
    text-align: end;
    margin-bottom: -30px;
	margin-top: -40px;
    z-index: 99;
    position: relative;
}

.footer_block {
	display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 15px;
}

.footer-middle {
    padding-top: 50px;
    z-index: 999;
    position: relative;
}
.footer-title{
	font-size:22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #222222;
    font-family: 'futura-pt-demi';
}

.foot-li ul { columns: 2;}
.foot-li ul li a {
    color: #232222;
    font-size: 13px;
    letter-spacing: 1px;
    color: #353535;
    line-height: 22px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
.fbx2{margin-left:40px;}
.footer-adrs h5{font-size:18px;text-transform: uppercase;color: #004f77;font-family: 'futura-pt-demi';}
.footer-adrs p{margin-bottom:0;}
.footer-adrs p span{color:#004f77;}
.footer-adrs p a{color:#2f2f2f;}


	/* social icons */

.f-icon {
	position:relative;
	text-align:center;
	width:0px;
	height:0px;
	padding:21px;
	background-color:#cf2027;
	border-radius:50px;
	display:inline-flex;
	/* margin:3px 0px -4px 0; */
	/* transform: translateY(5px); */
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	background-color:#1e1d1b;
}
.f-icon i {
	font-size:25px; 
	color:#fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.footer-box {
	background-color: rgba(248,248,248,0.27058823529411763);
	border: 1px solid #a5a5a5;
	min-height: 86px;
}

.ft{margin-top:10px;}
.ft:first-child .footer-box {padding:10px;}
.ft:nth-child(2) .footer-box {padding:10px 0px;}
.ft:nth-child(3) .footer-box {padding:4px 15px 0px 15px;}
.ft:last-child .footer-box {padding-top:3px;}

/* subscribe css */

.input-group input {
	height: 36px;
	border-radius: 2px;
	background-color: rgba(237,237,237,0);
	border: 2px solid rgba(16,16,17,0.2);
	font-size: 13px;
	line-height: 14px;
	color: #999999;
	font-family: 'Muli-Light';
}

 .input-group.default-input-group .form-control {
	 border-right: 0;
	 height: 40px;
}
 .input-group.default-input-group .form-control + .input-group-btn .btn {
	 border-left: 0;
	 color: #fff;
	 height: 100%;
}
 .input-group.default-input-group .form-control:focus + .input-group-btn .btn {
	 outline: 0;
	 border-color: #66afe9;
}

.input-group-btn {
    border-radius: 2px;
    background-image: linear-gradient(90deg, #ff3228 0%, #ff9b1a 100%);
    color: #fff;
}

/* copyright section */

.copyright_block {
	background:#0a0a24;
	padding:27px 0px;
}
.copyright_block p{
	font-family: 'Graphik-Light';
	font-size: 14px;
}

/* ------------------------------------- */
/* INNER PAGES COMMON CSS */
/* ------------------------------------- */

/*.inner-banner{
	min-height:720px;
}*/

.innmain-bg{
	min-height:1200px;
	margin-top: -80px;
}

.innbox-mainbg {
    margin-top: -555px;
    z-index: 9;
    position: relative;
    /* min-height: 1200px; */
}

.innerpage_heading {
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #9bd1ec;
}

.innpage_content {
    padding: 20px 0px;
}

.inn-middle-blk{margin-left:0;}


/* -------------- kk ------- inner page css start ----------------------*/
.login-bg {
  background-color: #f8f8f8;
}

.white-t {
  color: #fff;
}

.red-t {
  color: #f03c3c;
}

.green-t {
  color: #078b48;
}

.black-t {
  color: #000;
}

.white-t2 a {
  color: #fff;
}

.white-t2 a:hover {
  color: #fff;
}


/*.sponsors-li li{width: 18.8%; margin-right: 1.5%; margin-bottom:1.5%;}
.sponsors-li li:nth-child(5n+5){margin-right: 0;}
.sponsors-li li:nth-child(5n+6){clear: both;}
.sponsors-li li:last-child{margin-right: 0;}*/

.sponsors-li li {
  width: 15.5%;
  margin-right: 1.3%;
  margin-bottom: 1.8%;
}

.sponsors-li li:nth-child(6n+6) {
  margin-right: 0;
}

.sponsors-li li:nth-child(6n+7) {
  clear: both;
}

.sponsors-li li:last-child {
  margin-right: 0;
}




.gallery-li li {
  width: 32.2%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}

.gallery-li li:nth-child(3n+3) {
  margin-right: 0;
}

.gallery-li li:nth-child(3n+4) {
  clear: both;
}

.gallery-li li:last-child {
  margin-right: 0;
}


.list-f li {
  float: left;
}

.content-list-li li {
  background: url(../images/content-li.html) no-repeat left 4px;
  margin-bottom: 1.1%;
  line-height: 21px;
  padding-left: 25px;
  vertical-align: middle;
}


.pdf-list li {
  width: 32.2%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}

.pdf-list li:nth-child(3n+3) {
  margin-right: 0;
}

.pdf-list li:nth-child(3n+4) {
  clear: both;
}

.pdf-list li:last-child {
  margin-right: 0;
}


.locations-li li {
  width: 32.2%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}

.locations-li li:nth-child(3n+3) {
  margin-right: 0;
}

.locations-li li:nth-child(3n+4) {
  clear: both;
}

.locations-li li:last-child {
  margin-right: 0;
}

.loca-min-height {
  min-height: 130px;
}



/*----------------- Button start ----------------*/
/*========  1 start  ===========*/
.button1 a {
  color: #fff;
  font-family: 'Roboto-Medium';
}

.button1:hover {
  background-color: #a5030e;
  color: #fff;
}

.hvr-shutter-in-horizontal {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #1b9457;
  border: none;
}

.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1b9457;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:active {
  color: white;
}

.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/*========  1 end  ===========*/
/*----------------- Button End ----------------*/
.t-l {
  text-align: left;
}

.t-r {
  text-align: right;
}

.t-c {
  text-align: center;
}

.t-i {
  font-style: italic;
}

.t-j {
  text-align: justify;
}

.l-r-m-auto {
  margin-left: auto;
  margin-right: auto;
}

.inner-shadow {
  filter: drop-shadow(0px 3px 7.5px rgba(0, 0, 0, 0.15));
}

.profilepic-roundcircle {
  background: none repeat scroll 0 0 #cdcdcd;
  border: 4px solid #fff;
  border-radius: 50%;
  display: inline-block;
  max-height: 115px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  max-width: 115px;
}

.shadow-bg {
  box-shadow: 0 -46px 66px 1px rgb(218, 218, 218) inset;
}

.border {
  border: #d2d2d2 3px solid;
}

.grey-t {
  color: #69696a;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.shadow {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(221, 221, 221, 1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(221, 221, 221, 1);
  box-shadow: 0px 3px 5px 0px rgba(221, 221, 221, 1);
}

.dis-b {
  display: block;
}

.dis-in {
  display: inline-block;
}

.dis-inline {
  display: inline;
}

.dis-table {
  display: inline-table;
}

.dis-tablecell {
  display: table-cell;
}

.dis-table {
  display: table;
}

.w-w-break {
  word-wrap: break-word;
}

.committee-item1 {
  border-left: #eaeaea 1px solid;
}

.committee-item {
  border-right: #eaeaea 1px solid;
}

.border-bot {
  border-bottom: #eaeaea 1px solid;
}

.ltgrey-bg {
  background-color: #f8f7f7;
}

.white-bg {
  background-color: #ffffff;
}



.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #2eb356;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
  border-radius: 50%;
}


.menu-ico {
  background: url(../images/menu-icon.html) no-repeat left top;
  display: inline-block;
  width: 10px;
  height: 5px;
  vertical-align: middle;
}

.box-mainbg2 {
  filter: drop-shadow(0px 3px 7.5px rgba(0, 0, 0, 0.15));
  padding: 0px 40px 40px 40px;
}

.t-m600n {
  margin-top: -625px;
}

.inner-bg-height {
  min-height: 900px;
}

.lt-grey-bg {
  background-color: #fffaf4 !important;
}

.eventstopbotbor {
  background:
    /*url(../images/events-topbor.png) repeat-x left top,*/
    url(../images/eventsbotm-bor-img.html) repeat-x left bottom;
}

.eventstopbotbor2 {
  background: url(../images/eventsbotm-bor-img.html) repeat-x left bottom;
}

.inner-head {
  font-size: 30px;
  color: #1d1d1d;
  font-family: 'Josefin Sans Bold';
  padding: 26px 0px 0px 0px;
  margin: 0px;
}

.main-bg2 {
  background-image: url(../images/center-bg.html);
  padding: 50px 0px 60px 0px;
  margin-top: -70px;
  /*z-index:1;*/
}

/* banner-sec css */

/*.banner-sec2 {
    background-image: url(../images/banner-bg.png);
    position: relative;
    z-index: 2;
}*/
.banner-sec2 {
  background: url(../images/banner-bg.html);
  background-size: auto;
  /*background-size: 100% 100%;*/
  height: 790px;
}

.bg-properties2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-top-bg-pad {
  padding-top: 8px;
  padding-bottom: 790px;
}

/*.ban-bg {
	background-image:url("../images/ban-bg.png");
	padding:20px;
	border-radius: 10px;
}
*/

/* inner page button block start */
.buttonslis2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 10px;
  margin-bottom: 5px;
}

.buttonslis2 li a {
  display: flex;
  border-radius: 2px;
  filter: drop-shadow(0px 3px 0px #b21414);
  background-color: #ef3b3b;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 5px;
  font-family: 'Montserrat-Regular';
  align-items: center;
}

.buttonslis2 li:nth-child(2) a {
  background-color: #69af47;
  filter: drop-shadow(0px 3px 0px #308a0f);
}

.buttonslis2 li:nth-child(3) a {
  filter: drop-shadow(0px 3px 0px #026198);
  background-color: #1a92d7;
}

.buttonslis2 li:nth-child(4) a {
  filter: drop-shadow(0px 3px 0px #ce590f);
  background-color: #ff8c35;
}

.buttonslis2 li:last-child a {
  filter: drop-shadow(0px 3px 0px #7020be);
  background-color: #9650db;
}

.buttonslis2 li:hover .btn1 {
  background-color: #ae1314;
}

.buttonslis2 li:hover .btn2 {
  background-color: #308a0f;
}

.buttonslis2 li:hover .btn3 {
  background-color: #075c91;
}

.buttonslis2 li:hover .btn4 {
  background-color: #ce590f;
}

.buttonslis2 li:hover .btn5 {
  background-color: #6f1fb7;
}

/* inner page button block end */


/*Contact us css start*/
.contsct-border {
  border: 1px solid #609024;
}

.conact-data-bg2 {
  background: url(../images/contact-data-bg2.html) no-repeat left top;
  background-size: 100% 100%;
}

.con-bot-pad {
  padding-bottom: 116px;
}

.career-submit-bg {
  background-image: linear-gradient(90deg, #56851b 0%, #69b40b 100%);
  border: none;
  border-radius: 5px;
}

.career-submit-bg:hover {
  background-image: linear-gradient(90deg, #69b40b 0%, #56851b 100%);
}

.form-control.careerform {
  background-color: transparent !important;
  border: 1px solid transparent;
  border-bottom: 2px solid #e9ebf3 !important;
  line-height: 10px;
  color: #000000;
  font-family: 'muli';
  font-size: 14px;
  padding: 14px 0px 12px 0px;
  min-height: 60px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.form-control.careerform:focus {
  background-color: transparent !important;
  border: 1px solid transparent;
  border-bottom: 2px solid #609024 !important;
  line-height: 10px;
  color: #000000;
  font-family: 'muli';
  font-size: 14px;
  padding: 14px 0 12px 0;
  min-height: 60px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.form-control.careerform::-moz-placeholder {
  color: #202020;
  font-size: 13px;
  line-height: 10px;
}

/*Contact us css end*/
.t-t-u {
  text-transform: uppercase;
}

.t-t-l {
  text-transform: lowercase;
}

.t-t-c {
  text-transform: capitalize;
}

.t-t-n {
  text-transform: none;
}

.block-row {
  clear: both;
}

.block-row:before,
.block-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.left-block,
.right-block,
.middle-block,
.left-block1,
.middle-block1,
.right-block1,
.middle-block1,
.left-block2,
.middle-block2,
.right-block2,
.left-block3,
.right-block3,
.left-block4,
.right-block4,
.left-block5,
.middle-block5,
.right-block5,
.left-block6,
.right-block6,
.middle-block6 {
  float: left;
  min-height: 30px;
}


.left-block6 {
  width: 50%;
}

.right-block6 {
  width: 50%;
}




/*================== kk forms ======================*/
.overflow-h {
  overflow: hidden;
}

.overflow-a {
  overflow: auto;
}

.overflow-s {
  overflow: scroll;
}

.overflow-inherit {
  overflow: inherit;
}

.overflow_Y-h {
  overflow-y: hidden;
}

.overflow_Y-a {
  overflow-y: auto;
}

.overflow_Y-s {
  overflow-y: scroll;
}

.overflow_x-h {
  overflow-x: hidden;
}

.overflow_x-a {
  overflow-x: auto;
}

.overflow_x-s {
  overflow-x: scroll;
}

.border-event {
  border: 1px solid #7ab870;
}

.border-bot-event2 {
  border-bottom: 1px solid #dbdcdb;
}

.border-volunteer {
  border: 2px solid #7ab870;
  border-radius: 5px;
}

.border-memer-dash {
  border-top: 1px dashed #b9bab9;
}

.border-memer-t {
  border-top: 1px solid #c9c9c9;
}

.border-memer-b {
  border-bottom: 1px solid #c9c9c9;
}

.spon-border {
  border: 2px solid #17275d;
  border-radius: 5px;
}



.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}






.table td,
.table th {
  padding: 8px 12px 8px 12px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.paypal-img-width {
  width: 300px;
}

.dropdown-select {
  font-family: 'Raleway';
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none !important;
  border: 0 none;
  border-radius: 2px;
  color: #4e4e4e;
  font-size: 15px !important;
  height: 37px;
  padding: 6px 13px;
  line-height: 14px;
  margin: 0;
  position: relative;
  text-shadow: 0 1px white;
  width: 100%;
  z-index: 2;
  border: 1px solid #ced4da;
}




/*=========================*/

.l-p0 {
  padding-left: 0px !important;
}

.l-p1 {
  padding-left: 1px;
}

.l-p2 {
  padding-left: 2px;
}

.l-p3 {
  padding-left: 3px;
}

.l-p4 {
  padding-left: 4px;
}

.l-p5 {
  padding-left: 5px;
}

.l-p6 {
  padding-left: 6px;
}

.l-p7 {
  padding-left: 7px;
}

.l-p8 {
  padding-left: 8px;
}

.l-p9 {
  padding-left: 9px;
}

.l-p10 {
  padding-left: 10px;
}

.l-p15 {
  padding-left: 15px;
}

.l-p20 {
  padding-left: 20px;
}

.l-p25 {
  padding-left: 25px;
}

.l-p30 {
  padding-left: 30px;
}

.l-p35 {
  padding-left: 35px;
}

.l-p40 {
  padding-left: 40px;
}

.l-p45 {
  padding-left: 45px;
}

.l-p50 {
  padding-left: 50px;
}

.l-p55 {
  padding-left: 55px;
}

.l-p60 {
  padding-left: 60px;
}

.l-p65 {
  padding-left: 65px;
}

.l-p70 {
  padding-left: 70px;
}

.l-p75 {
  padding-left: 75px;
}

.l-p80 {
  padding-left: 80px;
}

.l-p85 {
  padding-left: 85px;
}

.l-p90 {
  padding-left: 90px;
}

.l-p95 {
  padding-left: 95px;
}

.l-p100 {
  padding-left: 100px;
}

.r-p0 {
  padding-right: 0px !important;
}

.r-p1 {
  padding-right: 1px;
}

.r-p2 {
  padding-right: 2px;
}

.r-p3 {
  padding-right: 3px;
}

.r-p4 {
  padding-right: 4px;
}

.r-p5 {
  padding-right: 5px;
}

.r-p6 {
  padding-right: 6px;
}

.r-p7 {
  padding-right: 7px;
}

.r-p8 {
  padding-right: 8px;
}

.r-p9 {
  padding-right: 9px;
}

.r-p10 {
  padding-right: 10px;
}

.r-p15 {
  padding-right: 15px;
}

.r-p20 {
  padding-right: 20px;
}

.r-p25 {
  padding-right: 25px;
}

.r-p30 {
  padding-right: 30px;
}

.r-p35 {
  padding-right: 35px;
}

.r-p40 {
  padding-right: 40px;
}

.r-p45 {
  padding-right: 45px;
}

.r-p50 {
  padding-right: 50px;
}

.r-p51 {
  padding-right: 51px;
}

.r-p55 {
  padding-right: 55px;
}

.r-p60 {
  padding-right: 60px;
}

.r-p65 {
  padding-right: 65px;
}

.r-p70 {
  padding-right: 70px;
}

.r-p75 {
  padding-right: 75px;
}

.r-p80 {
  padding-right: 80px;
}

.r-p85 {
  padding-right: 85px;
}

.r-p90 {
  padding-right: 90px;
}

.r-p95 {
  padding-right: 95px;
}

.r-p100 {
  padding-right: 100px;
}

.t-p0 {
  padding-top: 0px !important;
}

.t-p1 {
  padding-top: 1px;
}

.t-p2 {
  padding-top: 2px;
}

.t-p3 {
  padding-top: 3px;
}

.t-p4 {
  padding-top: 4px;
}

.t-p5 {
  padding-top: 5px;
}

.t-p6 {
  padding-top: 6px;
}

.t-p7 {
  padding-top: 7px;
}

.t-p8 {
  padding-top: 8px;
}

.t-p9 {
  padding-top: 9px;
}

.t-p10 {
  padding-top: 10px;
}

.t-p15 {
  padding-top: 15px;
}

.t-p20 {
  padding-top: 20px;
}

.t-p25 {
  padding-top: 25px;
}

.t-p30 {
  padding-top: 30px;
}

.t-p35 {
  padding-top: 35px;
}

.t-p40 {
  padding-top: 40px;
}

.t-p45 {
  padding-top: 45px;
}

.t-p50 {
  padding-top: 50px;
}

.t-p55 {
  padding-top: 55px;
}

.t-p60 {
  padding-top: 60px;
}

.t-p65 {
  padding-top: 65px;
}

.t-p70 {
  padding-top: 70px;
}

.t-p75 {
  padding-top: 75px;
}

.t-p80 {
  padding-top: 80px;
}

.t-p85 {
  padding-top: 85px;
}

.t-p90 {
  padding-top: 90px;
}

.t-p95 {
  padding-top: 95px;
}

.t-p100 {
  padding-top: 100px;
}

.b-p0 {
  padding-bottom: 0px !important;
}

.b-p1 {
  padding-bottom: 1px;
}

.b-p2 {
  padding-bottom: 2px;
}

.b-p3 {
  padding-bottom: 3px;
}

.b-p4 {
  padding-bottom: 4px;
}

.b-p5 {
  padding-bottom: 5px;
}

.b-p6 {
  padding-bottom: 6px;
}

.b-p7 {
  padding-bottom: 7px;
}

.b-p8 {
  padding-bottom: 8px;
}

.b-p9 {
  padding-bottom: 9px;
}

.b-p10 {
  padding-bottom: 10px;
}

.b-p13 {
  padding-bottom: 13px;
}

.b-p15 {
  padding-bottom: 15px;
}

.b-p20 {
  padding-bottom: 20px;
}

.b-p25 {
  padding-bottom: 25px;
}

.b-p30 {
  padding-bottom: 30px;
}

.b-p35 {
  padding-bottom: 35px;
}

.b-p40 {
  padding-bottom: 40px;
}

.b-p45 {
  padding-bottom: 45px;
}

.b-p50 {
  padding-bottom: 50px;
}

.b-p55 {
  padding-bottom: 55px;
}

.b-p60 {
  padding-bottom: 60px;
}

.b-p65 {
  padding-bottom: 65px;
}

.b-p70 {
  padding-bottom: 70px;
}

.b-p75 {
  padding-bottom: 75px;
}

.b-p80 {
  padding-bottom: 80px;
}

.b-p85 {
  padding-bottom: 85px;
}

.b-p90 {
  padding-bottom: 90px;
}

.b-p95 {
  padding-bottom: 95px;
}

.b-p100 {
  padding-bottom: 100px;
}

.b-p107 {
  padding-bottom: 103px;
}


.t-m1n {
  margin-top: -1px;
}

.t-m2n {
  margin-top: -2px;
}

.t-m3n {
  margin-top: -3px;
}

.t-m4n {
  margin-top: -4px;
}

.t-m5n {
  margin-top: -5px;
}

.t-m6n {
  margin-top: -6px;
}

.t-m7n {
  margin-top: -7px;
}

.t-m8n {
  margin-top: -8px;
}

.t-m9n {
  margin-top: -9px;
}

.t-m10n {
  margin-top: -10px;
}

.t-m15n {
  margin-top: -15px;
}

.t-m20n {
  margin-top: -20px;
}

.t-m25n {
  margin-top: -25px;
}

.t-m30n {
  margin-top: -30px;
}

.t-m35n {
  margin-top: -35px;
}

.t-m40n {
  margin-top: -40px;
}

.t-m45n {
  margin-top: -45px;
}

.t-m50n {
  margin-top: -50px;
}

.t-m55n {
  margin-top: -55px;
}

.t-m60n {
  margin-top: -60px;
}

.t-m65n {
  margin-top: -65px;
}

.t-m70n {
  margin-top: -70px;
}

.t-m75n {
  margin-top: -75px;
}

.t-m80n {
  margin-top: -80px;
}

.t-m85n {
  margin-top: -85px;
}

.t-m90n {
  margin-top: -90px;
}

.t-m92n {
  margin-top: -92px;
}

.t-m95n {
  margin-top: -95px;
}

.t-m100n {
  margin-top: -100px;
}

.t-m0 {
  margin-top: 0px !important;
}

.t-m1 {
  margin-top: 1px;
}

.t-m2 {
  margin-top: 2px;
}

.t-m3 {
  margin-top: 3px;
}

.t-m4 {
  margin-top: 4px;
}

.t-m5 {
  margin-top: 5px;
}

.t-m6 {
  margin-top: 6px;
}

.t-m7 {
  margin-top: 7px;
}

.t-m8 {
  margin-top: 8px;
}

.t-m9 {
  margin-top: 9px;
}

.t-m10 {
  margin-top: 10px;
}

.t-m15 {
  margin-top: 15px;
}

.t-m20 {
  margin-top: 20px;
}

.t-m25 {
  margin-top: 25px;
}

.t-m30 {
  margin-top: 30px;
}

.t-m35 {
  margin-top: 35px;
}

.t-m40 {
  margin-top: 40px;
}

.t-m45 {
  margin-top: 45px;
}

.t-m50 {
  margin-top: 50px;
}

.t-m55 {
  margin-top: 55px;
}

.t-m60 {
  margin-top: 60px;
}

.t-m65 {
  margin-top: 65px;
}

.t-m70 {
  margin-top: 70px;
}

.t-m75 {
  margin-top: 75px;
}

.t-m80 {
  margin-top: 80px;
}

.t-m85 {
  margin-top: 85px;
}

.t-m90 {
  margin-top: 90px;
}

.t-m100 {
  margin-top: 100px;
}

.b-m0 {
  margin-bottom: 0px !important;
}

.b-m1 {
  margin-bottom: 2px;
}

.b-m2 {
  margin-bottom: 2px;
}

.b-m3 {
  margin-bottom: 3px;
}

.b-m4 {
  margin-bottom: 4px;
}

.b-m5 {
  margin-bottom: 5px;
}

.b-m6 {
  margin-bottom: 6px;
}

.b-m7 {
  margin-bottom: 7px;
}

.b-m8 {
  margin-bottom: 8px;
}

.b-m9 {
  margin-bottom: 9px;
}

.b-m10 {
  margin-bottom: 10px;
}

.b-m15 {
  margin-bottom: 15px;
}

.b-m20 {
  margin-bottom: 20px;
}

.b-m25 {
  margin-bottom: 25px;
}

.b-m30 {
  margin-bottom: 30px;
}

.b-m35 {
  margin-bottom: 35px;
}

.b-m40 {
  margin-bottom: 40px;
}

.b-m45 {
  margin-bottom: 45px;
}

.b-m50 {
  margin-bottom: 50px;
}

.b-m55 {
  margin-bottom: 55px;
}

.b-m60 {
  margin-bottom: 60px;
}

.b-m65 {
  margin-bottom: 65px;
}

.b-m70 {
  margin-bottom: 70px;
}

.b-m75 {
  margin-bottom: 75px;
}

.b-m80 {
  margin-bottom: 80px;
}

.b-m85 {
  margin-bottom: 85px;
}

.b-m90 {
  margin-bottom: 90px;
}

.b-m95 {
  margin-bottom: 95px;
}

.b-m100 {
  margin-bottom: 100px;
}

.l-m0 {
  margin-left: 0px !important;
}

.l-m1 {
  margin-left: 1px;
}

.l-m2 {
  margin-left: 2px;
}

.l-m3 {
  margin-left: 3px;
}

.l-m4 {
  margin-left: 4px;
}

.l-m5 {
  margin-left: 5px;
}

.l-m6 {
  margin-left: 6px;
}

.l-m7 {
  margin-left: 7px;
}

.l-m8 {
  margin-left: 8px;
}

.l-m9 {
  margin-left: 9px;
}

.l-m10 {
  margin-left: 10px;
}

.l-m15 {
  margin-left: 15px;
}

.l-m20 {
  margin-left: 20px;
}

.l-m25 {
  margin-left: 25px;
}

.l-m30 {
  margin-left: 30px;
}

.l-m35 {
  margin-left: 35px;
}

.l-m40 {
  margin-left: 40px;
}

.l-m45 {
  margin-left: 45px;
}

.l-m50 {
  margin-left: 50px;
}

.l-m55 {
  margin-left: 55px;
}

.l-m60 {
  margin-left: 60px;
}

.l-m65 {
  margin-left: 65px;
}

.l-m70 {
  margin-left: 70px;
}

.l-m75 {
  margin-left: 75px;
}

.l-m80 {
  margin-left: 80px;
}

.l-m85 {
  margin-left: 85px;
}

.l-m90 {
  margin-left: 90px;
}

.l-m95 {
  margin-left: 95px;
}

.l-m100 {
  margin-left: 100px;
}

.t-b-p0 {
  padding-bottom: 0;
  padding-top: 0;
}

.t-b-p1 {
  padding-bottom: 1px;
  padding-top: 1px;
}

.t-b-p2 {
  padding-bottom: 2px;
  padding-top: 2px;
}

.t-b-p3 {
  padding-bottom: 3px;
  padding-top: 3px;
}

.t-b-p4 {
  padding-bottom: 4px;
  padding-top: 4px;
}

.t-b-p5 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.t-b-p6 {
  padding-bottom: 6px;
  padding-top: 6px;
}

.t-b-p7 {
  padding-bottom: 7px;
  padding-top: 7px;
}

.t-b-p8 {
  padding-bottom: 8px;
  padding-top: 8px;
}

.t-b-p9 {
  padding-bottom: 9px;
  padding-top: 9px;
}

.t-b-p10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.t-b-p15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.t-b-p20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.t-b-p25 {
  padding-bottom: 25px;
  padding-top: 25px;
}

.t-b-p30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.t-b-p35 {
  padding-bottom: 35px;
  padding-top: 35px;
}

.t-b-p40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.t-b-p45 {
  padding-bottom: 45px;
  padding-top: 45px;
}

.t-b-p50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.t-b-p55 {
  padding-bottom: 55px;
  padding-top: 55px;
}

.t-b-p60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.t-b-p65 {
  padding-bottom: 65px;
  padding-top: 65px;
}

.t-b-p70 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.t-b-p75 {
  padding-bottom: 75px;
  padding-top: 75px;
}

.t-b-p80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.t-b-p85 {
  padding-bottom: 85px;
  padding-top: 85px;
}

.t-b-p90 {
  padding-bottom: 90px;
  padding-top: 90px;
}

.t-b-p95 {
  padding-bottom: 95px;
  padding-top: 95px;
}

.t-b-p100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.l-r-p0 {
  padding-left: 0px;
  padding-right: 0px;
}

.l-r-p1 {
  padding-left: 1px;
  padding-right: 1px;
}

.l-r-p2 {
  padding-left: 2px;
  padding-right: 2px;
}

.l-r-p3 {
  padding-left: 3px;
  padding-right: 3px;
}

.l-r-p4 {
  padding-left: 4px;
  padding-right: 4px;
}

.l-r-p5 {
  padding-left: 5px;
  padding-right: 5px;
}

.l-r-p5 {
  padding-left: 5px;
  padding-right: 5px;
}

.l-r-p6 {
  padding-left: 6px;
  padding-right: 6px;
}

.l-r-p7 {
  padding-left: 7px;
  padding-right: 7px;
}

.l-r-p8 {
  padding-left: 8px;
  padding-right: 8px;
}

.l-r-p9 {
  padding-left: 9px;
  padding-right: 9px;
}

.l-r-p10 {
  padding-left: 10px;
  padding-right: 10px;
}

.l-r-p15 {
  padding-left: 15px;
  padding-right: 15px;
}

.l-r-p17 {
  padding-left: 17px;
  padding-right: 17px;
}

.l-r-p20 {
  padding-left: 20px;
  padding-right: 20px;
}

.l-r-p25 {
  padding-left: 25px;
  padding-right: 25px;
}

.l-r-p30 {
  padding-left: 30px;
  padding-right: 30px;
}

.l-r-p35 {
  padding-left: 35px;
  padding-right: 35px;
}

.l-r-p38 {
  padding-left: 38px;
  padding-right: 38px;
}

.l-r-p40 {
  padding-left: 40px;
  padding-right: 40px;
}

.l-r-p45 {
  padding-left: 45px;
  padding-right: 45px;
}

.l-r-p50 {
  padding-left: 50px;
  padding-right: 50px;
}

.l-r-p55 {
  padding-left: 55px;
  padding-right: 55px;
}

.l-r-p60 {
  padding-left: 60px;
  padding-right: 60px;
}

.l-r-p65 {
  padding-left: 65px;
  padding-right: 65px;
}

.l-r-p70 {
  padding-left: 70px;
  padding-right: 70px;
}

.l-r-p75 {
  padding-left: 75px;
  padding-right: 75px;
}

.l-r-p80 {
  padding-left: 80px;
  padding-right: 80px;
}

.l-r-p85 {
  padding-left: 85px;
  padding-right: 85px;
}

.l-r-p90 {
  padding-left: 90px;
  padding-right: 90px;
}

.l-r-p95 {
  padding-left: 95px;
  padding-right: 95px;
}

.l-r-p100 {
  padding-left: 100px;
  padding-right: 100px;
}

.p0 {
  padding: 0px;
}

.p1 {
  padding: 1px;
}

.p2 {
  padding: 2px;
}

.p3 {
  padding: 3px;
}

.p4 {
  padding: 4px;
}

.p5 {
  padding: 5px;
}

.p6 {
  padding: 6px;
}

.p7 {
  padding: 7px;
}

.p8 {
  padding: 8px;
}

.p9 {
  padding: 9px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

.p35 {
  padding: 35px;
}

.p40 {
  padding: 40px;
}

.p45 {
  padding: 45px;
}

.p50 {
  padding: 50px;
}

.p55 {
  padding: 55px;
}

.p60 {
  padding: 60px;
}

.p65 {
  padding: 65px;
}

.p70 {
  padding: 70px;
}

.p65 {
  padding: 65px;
}

.p70 {
  padding: 70px;
}

.p75 {
  padding: 75px;
}

.p80 {
  padding: 80px;
}

.p85 {
  padding: 85px;
}

.p90 {
  padding: 90px;
}

.p95 {
  padding: 95px;
}

.p100 {
  padding: 100px;
}

/*========= kk respoincive start========*/
@media only screen and (max-width:980px) {
  /*.tabhorizontal-t-p5{padding-top:5px;}.tabhorizontal-t-p10{padding-top:10px;}.tabhorizontal-t-p15{padding-top:15px;}.tabhorizontal-t-p20{padding-top:20px;}.tabhorizontal-t-p25{padding-top:25px;}.tabhorizontal-t-p30{padding-top:30px;}.tabhorizontal-tp10{padding-top:10%;}.tabhorizontal-tp5{padding-top:5%;}*/

  .tabhorizontal-t-c {
    text-align: center;
  }

  .tabhorizontal-t-l {
    text-align: left;
  }

  .tabhorizontal-t-r {
    text-align: right;
  }

  .tabhorizontal-t-j {
    text-align: justify;
  }

  .tabhorizontal-hide {
    display: none !important;
    visibility: hidden !important;
  }

  .tabhorizontal-visible {
    display: inherit !important;
    visibility: visible !important;
  }

  .tabhorizontal-p0 {
    padding: 0 !important;
  }

  .tabhorizontal-l-r-p0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .tabhorizontal-t-b-p0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .tabhorizontal-l-p0 {
    padding-left: 0 !important;
  }

  .tabhorizontal-r-p0 {
    padding-right: 0 !important;
  }

  .tabhorizontal-b-p0 {
    padding-bottom: 0 !important;
  }

  .tabhorizontal-t-p0 {
    padding-top: 0 !important;
  }

  .tabhorizontal-p5 {
    padding: 5px;
  }

  .tabhorizontal-p10 {
    padding: 10px;
  }

  .tabhorizontal-p15 {
    padding: 15px;
  }

  .tabhorizontal-p20 {
    padding: 20px;
  }

  .tabhorizontal-p25 {
    padding: 25px;
  }

  .tabhorizontal-p30 {
    padding: 30px;
  }

  .tabhorizontal-l-r-p5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .tabhorizontal-l-r-p8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .tabhorizontal-l-r-p10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabhorizontal-l-r-p15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabhorizontal-l-r-p20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabhorizontal-l-r-p23 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .tabhorizontal-l-r-p25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .tabhorizontal-l-r-p27 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .tabhorizontal-l-r-p30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabhorizontal-l-p5 {
    padding-left: 5px;
  }

  .tabhorizontal-l-p10 {
    padding-left: 10px;
  }

  .tabhorizontal-l-p15 {
    padding-left: 15px;
  }

  .tabhorizontal-l-p20 {
    padding-left: 20px;
  }

  .tabhorizontal-l-p30 {
    padding-left: 30px;
  }

  .tabhorizontal-r-p5 {
    padding-right: 5px;
  }

  .tabhorizontal-r-p10 {
    padding-right: 10px;
  }

  .tabhorizontal-r-p15 {
    padding-right: 15px;
  }

  .tabhorizontal-r-p20 {
    padding-right: 20px;
  }

  .tabhorizontal-r-p30 {
    padding-right: 30px;
  }

  .tabhorizontal-t-b-p5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tabhorizontal-t-b-p10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabhorizontal-t-b-p15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tabhorizontal-t-b-p20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tabhorizontal-t-b-p30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tabhorizontal-t-p5 {
    padding-top: 5px;
  }

  .tabhorizontal-t-p10 {
    padding-top: 10px;
  }

  .tabhorizontal-t-p15 {
    padding-top: 15px;
  }

  .tabhorizontal-t-p20 {
    padding-top: 20px;
  }

  .tabhorizontal-t-p30 {
    padding-top: 30px;
  }

  .tabhorizontal-t-p50 {
    padding-top: 50px;
  }

  .tabhorizontal-tp10 {
    padding-top: 10%;
  }

  .tabhorizontal-tp5 {
    padding-top: 5%;
  }

  .tabhorizontal-b-p5 {
    padding-bottom: 5px;
  }

  .tabhorizontal-b-p10 {
    padding-bottom: 10px;
  }

  .tabhorizontal-b-p15 {
    padding-bottom: 15px;
  }

  .tabhorizontal-b-p20 {
    padding-bottom: 20px;
  }

  .tabhorizontal-b-p25 {
    padding-bottom: 25px;
  }

  .tabhorizontal-b-p30 {
    padding-bottom: 30px;
  }

  .tabhorizontal-b-p50 {
    padding-bottom: 50px;
  }

  .tabhorizontal-b-p60 {
    padding-bottom: 60px;
  }

  .tabhorizontal-m0 {
    margin: 0 !important;
  }

  .tabhorizontal-l-r-m0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .tabhorizontal-t-b-m0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .tabhorizontal-l-m0 {
    margin-left: 0 !important;
  }

  .tabhorizontal-r-m0 {
    margin-right: 0 !important;
  }

  .tabhorizontal-b-m0 {
    margin-bottom: 0 !important;
  }

  .tabhorizontal-t-m0 {
    margin-top: 0 !important;
  }

  .tabhorizontal-m5 {
    margin: 5px !important;
  }

  .tabhorizontal-l-r-m5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .tabhorizontal-t-b-m5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .tabhorizontal-l-m5 {
    margin-left: 5px !important;
  }

  .tabhorizontal-r-m5 {
    margin-right: 5px !important;
  }

  .tabhorizontal-b-m5 {
    margin-bottom: 5px !important;
  }

  .tabhorizontal-t-m5 {
    margin-top: 5px !important;
  }

  .tabhorizontal-m10 {
    margin: 10px !important;
  }

  .tabhorizontal-l-r-m-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .tabhorizontal-l-r-m10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .tabhorizontal-t-b-m10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .tabhorizontal-l-m10 {
    margin-left: 10px !important;
  }

  .tabhorizontal-r-m10 {
    margin-right: 10px !important;
  }

  .tabhorizontal-b-m10 {
    margin-bottom: 10px !important;
  }

  .tabhorizontal-t-m10 {
    margin-top: 10px !important;
  }

  .tabhorizontal-m15 {
    margin: 15px !important;
  }

  .tabhorizontal-l-r-m15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .tabhorizontal-t-b-m15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .tabhorizontal-l-m15 {
    margin-left: 15px !important;
  }

  .tabhorizontal-l-m25 {
    margin-left: 25px !important;
  }

  .tabhorizontal-r-m15 {
    margin-right: 15px !important;
  }

  .tabhorizontal-b-m15 {
    margin-bottom: 15px !important;
  }

  .tabhorizontal-t-m15 {
    margin-top: 15px !important;
  }

  .tabhorizontal-m20 {
    margin: 20px !important;
  }

  .tabhorizontal-l-r-m20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .tabhorizontal-t-b-m20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .tabhorizontal-l-m20 {
    margin-left: 20px !important;
  }

  .tabhorizontal-r-m20 {
    margin-right: 20px !important;
  }

  .tabhorizontal-b-m20 {
    margin-bottom: 20px !important;
  }

  .tabhorizontal-t-m20 {
    margin-top: 20px !important;
  }

  .tabhorizontal-t-m35 {
    margin-top: 35px !important;
  }

  .tabhorizontal-t-b-m30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .tabhorizontal-b-m30 {
    margin-bottom: 30px !important;
  }

  .tabhorizontal-bor0 {
    border: none !important;
  }

  .tabhorizontal-bor-l0 {
    border-left: none !important;
  }

  .tabhorizontal-bor-r0 {
    border-right: none !important;
  }

  .tabhorizontal-bor-t0 {
    border-top: none !important;
  }

  .tabhorizontal-bor-b0 {
    border-bottom: none !important;
  }

  .tabhorizontal-minheight0 {
    min-height: 0 !important;
  }

  .tabhorizontal-maxheight0 {
    max-height: 0 !important;
  }

  .tabhorizontal-maxwidth100 {
    max-width: 100% !important;
  }

  .tabhorizontal-backgroundimage-n {
    background-image: none !important;
  }

  .tabhorizontal-font10 {
    font-size: 10px;
  }

  .tabhorizontal-font12 {
    font-size: 12px;
  }

  .tabhorizontal-font14 {
    font-size: 14px;
  }

  .tabhorizontal-font16 {
    font-size: 16px;
  }

  .tabhorizontal-font18 {
    font-size: 18px;
  }

  .tabhorizontal-font19 {
    font-size: 19px;
  }

  .tabhorizontal-font20 {
    font-size: 20px;
  }

  .tabhorizontal-font22 {
    font-size: 22px;
  }

  .tabhorizontal-font22 {
    font-size: 25px;
  }

  .tabhorizontal-font24 {
    font-size: 24px;
  }

  .tabhorizontal-font26 {
    font-size: 26px;
  }

  .tabhorizontal-font28 {
    font-size: 28px;
  }

  .tabhorizontal-font30 {
    font-size: 30px;
  }

  .tabhorizontal-font32 {
    font-size: 32px;
  }

  .tabhorizontal-font34 {
    font-size: 34px;
  }

  .tabhorizontal-font36 {
    font-size: 36px;
  }

  .tabhorizontal-font54 {
    font-size: 54px;
  }

  .tabhorizontal-font60 {
    font-size: 60px;
  }

  .tabhorizontal-l-h12 {
    line-height: 12px;
  }

  .tabhorizontal-l-h14 {
    line-height: 14px;
  }

  .tabhorizontal-l-h16 {
    line-height: 16px;
  }

  .tabhorizontal-l-h18 {
    line-height: 18px;
  }

  .tabhorizontal-l-h20 {
    line-height: 20px;
  }

  .tabhorizontal-l-h22 {
    line-height: 22px;
  }

  .tabhorizontal-l-h24 {
    line-height: 24px;
  }

  .tabhorizontal-l-h26 {
    line-height: 26px;
  }

  .tabhorizontal-l-h28 {
    line-height: 28px;
  }

  .tabhorizontal-l-h30 {
    line-height: 30px;
  }

  .tabhorizontal-pull-r {
    float: right !important;
  }

  .tabhorizontal-pull-l {
    float: left !important;
  }

  .tabhorizontal-pull-n {
    float: none !important;
  }

  .tabhorizontal-dis-in {
    display: inline-block !important;
  }

  .tabhorizontal-dis-b {
    display: block !important;
  }

  .tabhorizontal-dis-i {
    display: inherit !important;
  }

  .tabhorizontal-l-h18 {
    line-height: 18px;
  }

  /*--------------------------*/
  .buttonslis2,
  .galley-block {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .t-m600n {
    margin-top: -520px;
  }

  .inner-head {
    font-size: 26px;
    padding: 30px 0px 0px 0px;
  }

  .box-mainbg2 {
    padding: 0px 30px 20px 30px;
  }

  .inner-bg-height {
    min-height: 500px;
    padding-bottom: 25px;
  }

  .b-p107 {
    padding-bottom: 75px;
  }

  .banner-left {
    margin-right: 0px;
  }

  .banner-right {
    margin-left: 0px;
  }


  .pdf-list li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .pdf-list li:nth-child(2n+2) {
    margin-right: 0;
  }

  .pdf-list li:nth-child(2n+3) {
    clear: both;
    margin-right: 2%;
  }

  .pdf-list li:last-child {
    margin-right: 0;
  }

  .pdf-list li:nth-child(2n+4) {
    clear: none;
  }

  .sponsors-li li {
    width: 18.7%;
    margin-right: 1.5%;
    margin-bottom: 2%;
  }

  .sponsors-li li:nth-child(5n+5) {
    margin-right: 0;
  }

  .sponsors-li li:nth-child(5n+6) {
    clear: both;
    margin-right: 2%;
  }

  .sponsors-li li:last-child {
    margin-right: 0;
  }

  .sponsors-li li:nth-child(2n+4) {
    clear: none;
  }



  .paypal-img-width {
    width: 230px;
  }

  .left-block6 {
    width: 100%;
  }

  .right-block6 {
    width: 100%;
  }

}

@media only screen and (max-width:800px) {
  .width35 {
    width: 40%;
  }

  .width65 {
    width: 60%;
  }

  .tab-width100 {
    width: 100%;
    height: auto;
  }

  .locations-li li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .locations-li li:nth-child(2n+2) {
    margin-right: 0;
  }

  .locations-li li:nth-child(2n+3) {
    clear: both;
    margin-right: 2%;
  }

  .locations-li li:last-child {
    margin-right: 0;
  }

  .locations-li li:nth-child(2n+4) {
    clear: none;
  }

  .sponsors-li li {
    width: 23.8%;
    margin-right: 1.5%;
    margin-bottom: 2%;
  }

  .sponsors-li li:nth-child(4n+4) {
    margin-right: 0;
  }

  .sponsors-li li:nth-child(4n+5) {
    clear: both;
    margin-right: 2%;
  }

  .sponsors-li li:last-child {
    margin-right: 0;
  }

  .sponsors-li li:nth-child(2n+4) {
    clear: none;
  }

}

@media only screen and (max-width:766px) {

  .buttonslis2,
  .galley-block {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .buit-tabh-t-p15 {
    padding-top: 15px;
  }

  .t-m600n {
    margin-top: -560px;
  }

  .width35 {
    width: 35%;
  }

  .width65 {
    width: 65%;
  }

  .tab-width100 {
    width: 100%;
  }


  .gallery-li li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .gallery-li li:nth-child(2n+2) {
    margin-right: 0;
  }

  .gallery-li li:nth-child(2n+3) {
    clear: both;
    margin-right: 2%;
  }

  .gallery-li li:last-child {
    margin-right: 0;
  }

  .gallery-li li:nth-child(2n+4) {
    clear: none;
  }

}

@media only screen and (max-width:640px) {
  .mobile-t-c {
    text-align: center !important;
  }

  .mobile-t-l {
    text-align: left;
  }

  .mobile-t-r {
    text-align: right;
  }

  .mobile-t-j {
    text-align: justify;
  }

  .mobile-width370 {
    max-width: 370px !important;
  }

  .mobile-hide {
    display: none !important;
    visibility: hidden !important;
  }

  .mobile-visible1 {
    display: inherit !important;
    visibility: visible !important;
  }

  .mobile-p0 {
    padding: 0 !important;
  }

  .mobile-l-r-p0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mobile-t-b-p0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .mobile-l-p0 {
    padding-left: 0 !important;
  }

  .mobile-r-p0 {
    padding-right: 0 !important;
  }

  .mobile-b-p0 {
    padding-bottom: 0 !important;
  }

  .mobile-t-p0 {
    padding-top: 0 !important;
  }

  .mobile-p5 {
    padding: 5px;
  }

  .mobile-p10 {
    padding: 10px;
  }

  .mobile-p15 {
    padding: 15px;
  }

  .mobile-p20 {
    padding: 20px;
  }

  .mobile-l-r-p5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .mobile-l-r-p10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-l-r-p15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile-l-r-p20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-l-r-p30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mobile-l-r-p35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .mobile-l-p5 {
    padding-left: 5px;
  }

  .mobile-l-p10 {
    padding-left: 10px;
  }

  .mobile-l-p15 {
    padding-left: 15px;
  }

  .mobile-l-p20 {
    padding-left: 20px;
  }

  .mobile-l-p30 {
    padding-left: 30px;
  }

  .mobile-r-p5 {
    padding-right: 5px;
  }

  .mobile-r-p10 {
    padding-right: 10px;
  }

  .mobile-r-p15 {
    padding-right: 15px;
  }

  .mobile-r-p20 {
    padding-right: 20px;
  }

  .mobile-t-b-p5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .mobile-t-b-p10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-t-b-p15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mobile-t-b-p20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mobile-t-b-p30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mobile-t-p3 {
    padding-top: 3px;
  }

  .mobile-t-p5 {
    padding-top: 5px;
  }

  .mobile-t-p10 {
    padding-top: 10px;
  }

  .mobile-t-p15 {
    padding-top: 15px;
  }

  .mobile-t-p20 {
    padding-top: 20px;
  }

  .mobile-t-p30 {
    padding-top: 30px;
  }

  .mobile-t-p40 {
    padding-top: 40px;
  }

  .mobile-t-p50 {
    padding-top: 50px;
  }

  .mobile-b-p5 {
    padding-bottom: 5px;
  }

  .mobile-b-p10 {
    padding-bottom: 10px;
  }

  .mobile-b-p15 {
    padding-bottom: 15px !important;
  }

  .mobile-b-p20 {
    padding-bottom: 20px;
  }

  .mobile-b-p40 {
    padding-bottom: 40px;
  }

  .mobile-b-p25 {
    padding-bottom: 25px;
  }

  .mobile-b-p30 {
    padding-bottom: 30px;
  }

  .mobile-m0 {
    margin: 0 !important;
  }

  .mobile-l-r-m0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mobile-t-b-m0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mobile-l-m0 {
    margin-left: 0 !important;
  }

  .mobile-r-m0 {
    margin-right: 0 !important;
  }

  .mobile-b-m0 {
    margin-bottom: 0 !important;
  }

  .mobile-t-m0 {
    margin-top: 0 !important;
  }

  .mobile-m5 {
    margin: 5px !important;
  }

  .mobile-l-r-m-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .mobile-l-r-m5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .mobile-t-b-m5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .mobile-l-m5 {
    margin-left: 5px !important;
  }

  .mobile-r-m5 {
    margin-right: 5px !important;
  }

  .mobile-b-m5 {
    margin-bottom: 5px !important;
  }

  .mobile-t-m5 {
    margin-top: 5px !important;
  }

  .mobile-l-m40 {
    margin-left: 40px !important;
  }

  .mobile-l-m50 {
    margin-left: 50px !important;
  }

  .mobile-m10 {
    margin: 10px !important;
  }

  .mobile-l-r-m10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .mobile-t-b-m10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .mobile-l-m10 {
    margin-left: 10px !important;
  }

  .mobile-l-m20 {
    margin-left: 20px !important;
  }

  .mobile-r-m10 {
    margin-right: 10px !important;
  }

  .mobile-b-m10 {
    margin-bottom: 10px !important;
  }

  .mobile-b-m20 {
    margin-bottom: 20px !important;
  }

  .mobile-b-m15 {
    margin-bottom: 15px !important;
  }

  .mobile-t-m10 {
    margin-top: 10px !important;
  }

  .mobile-t-m13 {
    margin-top: 13px !important;
  }

  .mobile-t-m15 {
    margin-top: 15px !important;
  }

  .mobile-t-m20 {
    margin-top: 20px !important;
  }

  .mobile-t-m25 {
    margin-top: 25px !important;
  }

  .mobile-t-m30 {
    margin-top: 30px !important;
  }

  .mobile-bor0 {
    border: none !important;
  }

  .mobile-bor-l0 {
    border-left: none !important;
  }

  .mobile-bor-r0 {
    border-right: none !important;
  }

  .mobile-bor-t0 {
    border-top: none !important;
  }

  .mobile-bor-b0 {
    border-bottom: none !important;
  }

  .mobile-minheight0 {
    min-height: 0 !important;
  }

  .mobile-maxwidth0 {
    max-width: none !important;
  }

  .mobile-maxheight0 {
    max-height: none !important;
  }

  .mobile-backgroundimage-n {
    background-image: none !important;
  }

  .mobile-pull-r {
    float: right !important;
  }

  .mobile-pull-l {
    float: left !important;
  }

  .mobile-pull-n {
    float: none !important;
  }

  .mobile-font10 {
    font-size: 10px;
  }

  .mobile-font12 {
    font-size: 12px;
  }

  .mobile-font13 {
    font-size: 13px;
  }

  .mobile-font14 {
    font-size: 14px;
  }

  .mobile-font15 {
    font-size: 15px;
  }

  .mobile-font16 {
    font-size: 16px;
  }

  .mobile-font18 {
    font-size: 18px;
  }

  .mobile-font20 {
    font-size: 20px;
  }

  .mobile-font22 {
    font-size: 22px;
  }

  .mobile-font24 {
    font-size: 24px;
  }

  .mobile-font26 {
    font-size: 26px;
  }

  .mobile-font28 {
    font-size: 28px;
  }

  .mobile-font30 {
    font-size: 30px;
  }

  .mobile-font40 {
    font-size: 40px;
  }

  .mobile-font45 {
    font-size: 45px;
  }

  .mobile-l-h12 {
    line-height: 12px;
  }

  .mobile-l-h14 {
    line-height: 14px;
  }

  .mobile-l-h16 {
    line-height: 16px;
  }

  .mobile-l-h18 {
    line-height: 18px;
  }

  .mobile-l-h20 {
    line-height: 20px;
  }

  .mobile-l-h22 {
    line-height: 22px;
  }

  .mobile-l-h24 {
    line-height: 24px;
  }

  .mobile-l-h26 {
    line-height: 26px;
  }

  .mobile-l-h28 {
    line-height: 28px;
  }

  .mobile-l-h30 {
    line-height: 30px;
  }

  .mobile-l-h32 {
    line-height: 32px;
  }

  .mobile-dis-in {
    display: inline-block !important;
  }

  .mobile-dis-inline {
    display: inline !important;
  }

  .mobile-dis-b {
    display: block !important;
  }

  .mobile-dis-i {
    display: inherit !important;
  }

  .responsive-menu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.4s ease-out;
    -mz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }

  .responsive-menu.active {
    max-height: 68em;
    display: block;
    -webkit-transition: all 0.4s ease-in;
    -mz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }

  .responsive-menu.active {
    background-color: #fff;
    border-right: none;
  }

  a.menu-link {
    display: block;
  }

  a.menu-link2,
  a.menu-link3 {
    display: block;
  }

  .mobile-width265 {
    max-width: 265px !important;
  }

  /*--------------------------*/
  .buttonslis2 {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .t-m600n {
    margin-top: -438px;
  }

  .mob-tabh-t-p15 {
    padding-top: 15px;
  }

  .inner-head {
    font-size: 24px;
    padding: 30px 0px 0px 0px;
  }

  .box-mainbg2 {
    padding: 0px 20px 20px 20px;
  }


  .width35 {
    width: 35%;
  }

  .width65 {
    width: 65%;
  }

  .tab-width100 {
    width: 100%;
  }

  .locations-li li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 4%;
  }

  .loca-min-height {
    min-height: auto;
  }

}

@media only screen and (max-width:480px) {
  .pdf-list li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2%;
  }

  .gallery-li li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2%;
  }

  .sponsors-li li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3.5%;
  }

  .sponsors-li li:nth-child(2n+2) {
    margin-right: 0;
  }

  .sponsors-li li:nth-child(2n+3) {
    clear: both;
    margin-right: 2%;
  }

  .sponsors-li li:last-child {
    margin-right: 0;
  }

  .sponsors-li li:nth-child(2n+4) {
    clear: none;
  }




}

@media only screen and (max-width:380px) {
  .inner-head {
    font-size: 22px;
    padding: 30px 0px 0px 0px;
  }


}

/*========= kk respoincive end========*/



/* GALLERY PAGE CSS */

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../images/fancybox_sprite.html);
}

@-webkit-keyframes slideIn {
  0% {
    opacity: .3;
    left: 3.25em;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@-moz-keyframes slideIn {
  0% {
    opacity: .3;
    left: 3.25em;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@-o-keyframes slideIn {
  0% {
    opacity: .3;
    left: 3.25em;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes slideIn {
  0% {
    opacity: .3;
    left: 3.25em;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

/*Nav Shrinking Closed Effect*/
.off_canvas_animate.close1 {
  opacity: .3;
  left: 3.25em;
  -webkit-animation: slideOut 0.35s ease-in-out;
  -moz-animation: slideOut 0.35s ease-in-out;
  -o-animation: slideOut 0.35s ease-in-out;
  animation: slideOut 0.35s ease-in-out;
}

@-webkit-keyframes slideOut {
  0% {
    opacity: 1;
    left: 0;
  }

  100% {
    opacity: .3;
    left: 3.25em;
  }
}

@-moz-keyframes slideOut {
  0% {
    opacity: 1;
    left: 0;
  }

  100% {
    opacity: .3;
    left: 3.25em;
  }
}

@-o-keyframes slideOut {
  0% {
    opacity: 1;
    left: 0;
  }

  100% {
    opacity: .3;
    left: 3.25em;
  }
}

@keyframes slideOut {
  0% {
    opacity: 1;
    left: 0;
  }

  100% {
    opacity: .3;
    left: 3.25em;
  }
}

.off_canvas_container.open {
  overflow-x: hidden;
  overflow-y: auto;
}

.off_canvas_container.open .menudropdown.nav_level_current {
  overflow-x: hidden;
  overflow-y: auto;
}

.off_canvas_container.open .menudropdown ul li .menudropdown.level2.nav_level_current {
  overflow-x: hidden;
  overflow-y: auto;
}

.content_animate {
  left: 0;
}

/* CONTENT ANNIMATION */
.content_animate.open {
  cursor: pointer;
  left: 230px;
  -webkit-animation: open 0.5s ease-in-out;
  -moz-animation: open 0.5s ease-in-out;
  -o-animation: open 0.5s ease-in-out;
  animation: open 0.5s ease-in-out;
}

@-webkit-keyframes open {
  0% {
    left: 0;
  }

  70% {
    left: 14.5em;
  }

  100% {
    left: 13em;
  }
}

@-moz-keyframes open {
  0% {
    left: 0;
  }

  70% {
    left: 14.5em;
  }

  100% {
    left: 13em;
  }
}

@-o-keyframes open {
  0% {
    left: 0;
  }

  70% {
    left: 14.5em;
  }

  100% {
    left: 13em;
  }
}

@keyframes open {
  0% {
    left: 0;
  }

  70% {
    left: 14.5em;
  }

  100% {
    left: 13em;
  }
}

/*Content Sliding Closed Effect*/
.content_animate.close1 {
  left: 0;
  -webkit-animation: close1 0.4s ease-in-out;
  -moz-animation: close1 0.4s ease-in-out;
  -o-animation: close1 0.4s ease-in-out;
  animation: close1 0.4s ease-in-out;
}

@-webkit-keyframes close1 {
  0% {
    left: 13em;
  }

  70% {
    left: -1.5em;
  }

  100% {
    left: 0;
  }
}

@-moz-keyframes close1 {
  0% {
    left: 13em;
  }

  70% {
    left: -1.5em;
  }

  100% {
    left: 0;
  }
}

@-o-keyframes close1 {
  0% {
    left: 13em;
  }

  70% {
    left: -1.5em;
  }

  100% {
    left: 0;
  }
}

@keyframes close1 {
  0% {
    left: 13em;
  }

  70% {
    left: -1.5em;
  }

  100% {
    left: 0;
  }
}


.flip {
  display: inline-block;
  transition: all .2s linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
}

.flip:hover {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateX(3px);
    transform: translateX(8px)
  }

  33.3% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
  }

  49.95% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  66.6% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px)
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }

  33.3% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
  }

  49.95% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  66.6% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px)
  }

  83.25% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../images/fancybox_sprite.html);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(content/images/fancybox_loading.html) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/blank.html);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}


/* Overlay helper */

.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../images/fancybox_overlay.html);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}


.eventslis2.owl-carousel .owl-nav .owl-next,
.eventslis2.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 35%;
  width: 27px;
  height: 60px;
}

.eventslis2.owl-carousel .owl-nav .owl-next {
  background: url(../images/events-lefnav.html) left center no-repeat;
  text-indent: -3px;
  font-family: none;
  left: -45px;
}

.eventslis2.owl-carousel .owl-nav .owl-prev {
  background: url(../images/events-rightnav.html) right center no-repeat;
  left: inherit;
  right: -30px;
  right: -45px;
}

.eventslis2 .glyphicon {
  display: none;
}

/* .eventslis2.owl-carousel .items{padding-bottom:0px; padding-left:8px; padding-right:8px;} */

.video-icon-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/video-icon.html) no-repeat center center;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  -mz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}



/*--------------------------------------------------------------
# Gallery One
--------------------------------------------------------------*/
/* GALLERY PAGE CSS */

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000a1;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.g-box:hover .overlay {
  height: 100%;
}

.text {
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*skk css start*/

.inner-mi-height,
.wel_right_blk {
  height: 100%;
}

.inner-head2 {
  font-size: 22px;
  color: #0c4180;
  font-family: 'Muli-SemiBold';
  margin: 0px;
}

/*=================  gallery pop up start    ========================*/
.gal-img-width img {
  height: 150px !important;
  object-fit: cover !important;
  object-position: top;
}

.demo-gallery #lightgallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.demo-gallery #lightgallery2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.demo-gallery #lightgallery3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.demo-gallery #lightgallery4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.demo-gallery #lightgallery5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.demo-gallery #lightgallery6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.demo-gallery #lightgallery7 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.demo-gallery #lightgallery8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}


.demo-gallery>ul>li {
  display: inline-block;
  list-style: outside none none;
  border: 1px dotted #ff7e00;
  padding: 1px;
}

.demo-gallery>ul>li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
}

.demo-gallery>ul>li a>img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
}

.demo-gallery>ul>li a:hover>span>img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>span {
  opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>span {

  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>span>img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery>a:hover>span>img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>span {
  opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>span {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark>ul>li a {
  border: 3px solid #04070a;
}


/*=================  gallery pop up end   ========================*/

/*=================  events css start    ========================*/
.eve-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.eve-bg {
  background-color: #fff;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  border: 1px solid #f4efcb;
}

.eve-bg:hover {
  border: 1px solid #014806;
}

.eve-img-height img {
  height: 200px !important;
  object-fit: cover !important;
  object-position: top;
}

.eve-head {
  font-size: 20px;
  color: #222;
  font-family: 'Futura PT Medium';
  margin: 0px;
}

.cal-box {
  background: #faf6e2;
  padding: 10px 10px 10px 12px;
  width: 100%;
}

.location-box {
  background: #faf6e2;
  padding: 10px 10px 10px 12px;
  width: 100%;
}

.eve-t {
  color: #5a4c07;
}

/*=================  events css end    ========================*/

/*=================  trustees css start    ========================*/
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.trust-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.shadow-2 {
  box-shadow: 0px 3px 16px 3px rgb(221, 221, 221);
}

.achrya-img-min img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.achrya-img-min2 img {
  height: 100px;
}

.trust-head {
  font-size: 18px;
  color: #013684;
  font-family: 'Oswald-Regular';
  margin: 0px;
  letter-spacing: 0.3px;
}

.trust-head2 {
  font-size: 16px;
  color: #48000e;
  font-family: 'Oswald-Regular';
  margin: 0px;
  letter-spacing: 0.3px;
}

.trst-a a {
  color: #014806;
  font-size: 16px;
  font-family: 'Roboto-Regular';
}

.trst-a a:hover {
  color: #48000e;
}

.trst-call {
  color: #000;
  font-size: 16px;
  font-family: 'Oswald-Regular';
  letter-spacing: 1px;
}

/*=================  trustees css end  ========================*/
/*=================  contact us css start  ========================*/
.con-pad {
  padding: 17px 15px 15px 15px;
}

.conbtact-head {
  font-size: 18px;
  color: #222;
  font-family: 'Muli-SemiBold';
  margin: 0px;
}

label {
  display: inline-block;
  margin-bottom: 2px;
}

.donateform-sec select {
  font-size: 13px !important;
}
label.error{font-family: 'Poppins-Regular' !important;}

.donateform-sec .form-control {
  height: 40px;
  padding: .375rem .75rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%;
  font-size: 13px;
  font-family: 'Poppins-Regular';
}

:focus-visible {
  outline: none !important;
}

select {
  height: 41px;
  padding: .375rem .75rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%;
  /* font-family: 'Poppins-Regular'; */

}





.donateform-sec textarea.form-control {
  height: 80px !important;
}

.donateform-sec .form-group {
  margin-bottom: 3px;
}

.con-pad2 {
  padding: 35px;
}

.common_btn2 {
  border: 1px solid #a80030;
  padding: 8px 35px 4px 35px;
  color: #fff;
  background-color: #a80030;
  letter-spacing: 0.5px;
  border-radius: 60px;
  font-size: 15px;
}

.common_btn2:hover {
  border: 1px solid #8c012a;
  background-color: #8c012a;
}

.dropdown-toggle {
  display: none !important;
}

/*=================  contact us css end  ========================*/

/*skk css end*/






/* LAKSHMI CSS (10-11-2022) */

.text-color {
  color: #232222 !important;
}

.br-line {
  border-top: 1px dashed #9fa3a6;
}

.br-b-line {
  border-bottom: 1px dashed #9fa3a6;
}

/* --------------------------------------- */
/* MEMBERSHIP PAGE CSS */
/* --------------------------------------- */

.add-child-btn {
  padding: 3px 10px;
  border: 1px solid #c3c3c3;
  color: #303030;
  font-family: 'Montserrat-Regular';
  font-size: 12px;
}

/* radio button css */

.aspiration-box {
  display: inline-flex;
  width: 100%;
  border: 1px solid #ced4da;
  height: 41px;
  align-items: center;
  padding: 5px;
}

.aspiration-box .form-check-label {
  color: #495057;
  font-size: 12px;
}

.next-referral {
  margin-bottom: -12px;
}

.aspiration-box .form-check {
  margin-right: 30px;
}

.aspiration-box input {
  height: auto;
  width: 15px;
  height: 15px;
}

/* check box css */

.review input {
  filter: none;
  width: 18px;
  height: 18px;
  border-radius: 2px;
}

/* captha css */
.type-code {
  display: inline-flex;
  width: 100%;
}

.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: 40px;
}

.rf-icon {
  margin: 5px 15px;
  display: inline-block;
}


/* --------------------------------------- */
/* THANK YOU PAGE CSS */
/* --------------------------------------- */

.dynamic-button {
  border: none;
  padding: 11px 25px 9px 25px;
  color: #fff;
  background-image: linear-gradient(90deg, #ff9a2e 0%, #ff6d03 100%);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dynamic-button:hover {
  background-image: linear-gradient(90deg, #ff6d03 0%, #ff9a2e 100%);
  background-color: #ac0069;
}

/* --------------------------------------- */
/* MEDIA PARTNERS PAGE CSS */
/* --------------------------------------- */

.med-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}

.errormsg {
  border-radius: 3px;
  display: none;
  position: absolute;
  color: #333;
  background-color: #fff;
  bottom: -35px;
  right: 0px;
  z-index: 99;
  line-height: 12px;
  padding: 12px 12px 12px 35px;
  border: 1px solid #afafaf;
  font-size: 14px;
  -webkit-box-shadow: 0px 2px 6px -3px rgba(115, 115, 115, 1);
  -moz-box-shadow: 0px 2px 6px -3px rgba(115, 115, 115, 1);
  box-shadow: 0px 2px 6px -3px rgba(115, 115, 115, 1);
}

.errormsg span {
  background-image: url(../images/error-btm-arrw.html);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: -9px;
  line-height: 9px;
  width: 16px;
  right: 7px;
}

.errormsg i {
  background-image: url(../images/alert-icon.html);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 8px;
  line-height: 19px;
  width: 19px;
  left: 8px;
}

.errormsg abbr {
  background-image: url(../images/valid-close.html);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 2px;
  line-height: 6px;
  width: 6px;
  right: 2px;
  cursor: pointer;
}

/* ----------gallery--Starts--------- */
.card-body {
  padding: 0px !important;
}

.card-text {
  font-size: 14px;
  margin-bottom: 0px !important;
  padding: 10px 10px 10px 10px;
  line-height: 20px;
}

.card-deck .card {
  border: none;
  box-shadow: 0 0 5px #333;
  margin-bottom: 27px;
}

.center {
  text-align: center;
}

.card-img,
.card-img-top {
  object-fit: cover;
}

.bd-cont h4 {
  margin-bottom: 25px;
  border-bottom: 1px solid #f5f5f5;
}

.card-deck {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0px;
}

@media(max-width: 768px) {
  .card-deck {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 375px) {
  .card-deck {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ----------gallery--End--------- */
.content-list li {
  background: url(../images/l-arrow.html) no-repeat left 5px;
  padding-left: 15px;
  margin-bottom: 10px;
}


/* raju */
.form-row>.col,
.form-row>[class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.cmn-inner-sec .wel_middle_blk {
  margin-left: 0px;
  margin-top: 3px;
}

.cmn-inner-sec .side_sponsors {
  background-color: #f6e873;
}

.cmn-inner-sec .side_sponsors::before {
  display: none;
}

.cmn-inner-sec .wel_right_blk {
  position: relative;
  margin-bottom: -3px;
  padding-bottom: 15px;
}

.cmn-inner-sec .wel_right_blk:before {
  content: "";
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  display: inline-block;
  background-repeat: repeat-x;
  width: 100%;
  height: 15px;
  background-image: url(../images/wel-br.html);
}

/* validation error */
.form-check-label {
  display: block;
}


/* label.error {
  display: none !important;
} */

input.error,
select.error,
textarea.error {
  border-color: #ef3b3b !important;
}

label.error {
  /* display: none !important; */
  color: #ef3b3b !important;
  font-size: 13px;
}

.form-check-label label.error {
  display: inline-block !important;
  color: #ef3b3b !important;
  display: inline-block;
}

.modal-header {
  padding: 10px 15px;
}

.donateform-sec .font15,
.donateform-sec .font14 {
  font-size: 13px;
}


.aspiration-box {
  position: relative;
}

.aspiration-box label.error {
  position: absolute;
  top: -30px;
  left: -15px;
}

.extr-mb {
  margin-bottom: 20px;
}

.total-amt {
  font-size: 19px !important;
  justify-content: center;
}

.payment-des label {
  /* display: initial ; */
}

/* profile-page */
.payment-des>div {
  background-color: #f6f6f6;
  padding: 15px 0px;
}

.end-coln {
  color: #000;
  font-family: 'Muli';
}

.end-coln::before {
  position: absolute;
  content: ':';
  right: 0;
}

.cus-from-guuter {
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.cus-from-guuter {
  --bs-gutter-y: 8px !important;
  --bs-gutter-x: 10px !important;
}

.cus-from-guuter>div {
  margin-top: var(--bs-gutter-y);
}

.abc.append {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 30%;
}

.append-sec input.form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.modal .donateform-sec .form-control {
  height: 36px !important;
}

.modal label {
  display: inline-block;
  margin-bottom: 0px;
}

.common_btn2.btn-danger {
  background-color: transparent;
  border: 1px solid red;
  color: red;
}

.modal .common_btn2 {
  margin-top: 10px;
  font-size: 11px;
  padding: 5px 25px 2px 25px;
}

.pay-pal-one img {
  height: 150px;
  object-fit: contain;
}

/* payment */
.payment-des,
.cash-check {
  display: none ;
}

.payment-des.on,
.cash-check.on {
  display: block ;
}


.cmn-inner-sec .buttonslis {
  display: block;
  padding: 20px 15px;
}

.cus-table thead th {
  background-color: #ff484b;
  color: #fff;
  text-align: center;
  border-bottom: none;
  font-weight: 400 !important;
  line-height: 22px;
  padding: 6px;
}


/* news */

.news-img {
  height: 180px !important;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.date-sec {
  position: absolute;
  bottom: 0px;
  text-align: center;
  background-color: #00000080;
  color: #fff;
  padding: 5px 10px;
  left: 0;
  width: 100%;
}

.news-head {
  font-size: 20px;
  font-family: 'Montserrat-SemiBold';
  line-height: 28px;
  margin-bottom: 12px;
  margin-top: 5px;
  color: #f03c3c;
}

.news-p {
  color: #000;
}

.zoom-icon {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
}

.view-btn {
  font-size: 15px !important;
  float: right;
  border-bottom: 1px solid #f03c3c;
  color: #f03c3c;
}
.video-box .video-icon-hover{
  height: 45px;
    margin-top: -9px;
  
}
.video-box{
  border: 1px dotted #ff7e00;
  /* box-shadow: 0px 3px 16px 3px rgb(221 221 221); */
}
.video-content{padding-top: 15px;padding: 8px;}
.d-in{display: initial !important;}
.bdr-btm{border-bottom: 1px solid #00000096;}
.bdr-left{border-right: 1px solid #00000096;}

.footer-box label.error{
  margin-bottom: 2px;
  position: absolute;
  bottom: -20px;
} 

#min-h:target {
  display: block;
  position: relative;
  top: 200px;
  visibility: hidden;
}

.note-buy.wel_subtitle{font-size: 16px;text-align: center;line-height: 26px;letter-spacing: 0px; color: #000;font-family: 'Poppins-Regular';}

/* common css */

.common-section{
	padding-top:40px;
	padding-bottom:80px;
}

.section-title {
    font-size:44px;
    font-family: 'Syne-Medium';
}


.innban-ico{
	height:300px;
}
/* ---------------------------------------------------------------- */
	/* CONTACT PAGE CSS */
/* ---------------------------------------------------------------- */

.cont-details a {
    /* font-family: 'Syne-Medium'; */
    color: #232222;
    font-size: 18px;
    line-height: 30px;
    margin: 5px 10px;
    font-family: 'Graphik-Regular';
}
.cont-details img {
    height: 20px;
    margin-right:5px;
}


.cnt-bg {
	/* background-image: linear-gradient(0deg, #f4f1fa 0%, #f4f1fa 50%, #fdf0f9 100%); */
	background: rgb(244,241,250);
	background: linear-gradient(180deg, rgba(244,241,250,1) 20%, rgba(248,241,249,1) 40%, rgba(251,239,249,1) 66%, rgba(255,253,254,1) 96%, rgba(255,250,252,1) 99%);
	border-radius: 50%;
	width: 685px;
	height: 685px;
	margin: auto;    
}

.cnt-gap {
    padding:75px 120px 60px 120px;
}
.quote-title{
	font-family: 'Syne-Medium';
}

 /* form css */

 .contact-form input, .contact-form select {
 	height:55px;
 }

.contact-form input, .contact-form textarea, .contact-form select {
    font-size: 15px;
    color:#252525;   
    background: white;
	border-radius:7px;
    border: 2px solid #252525;
    border-bottom: 5px solid #252525;
}

::placeholder {
	color:#252525 !important;
	opacity: 1;
}
 
.contact-btn {
	height:55px;
 	color: #252525;
	background-color:#d9cdf3;
 	overflow: hidden;
 	position: relative;
	font-size:16px;
 	z-index:9;
	text-transform: uppercase;
    letter-spacing: 1px;
	border-radius:7px;
    border: 2px solid #252525;
    border-bottom: 5px solid #252525;
	font-family: 'Graphik-Regular';
}
.contact-btn::before{
 	content: "";
 	position: absolute;
 	top: 0;
 	right: 0;
 	bottom: 0;
 	left: 0;
 	transform: scaleX(0);
 	transition: transform 1s cubic-bezier(.075, .82, .165, 1);
 	transform-origin: center right;
 	background-color:#ffd325;
 	z-index: -1;
	
}
.contact-btn:hover::before{
 	transform: scaleX(1);
 	transform-origin: center left;
 	z-index: -1;
}
.contact-btn:hover {
 	color: #000 !important;
}
.contact_form button {
	height:55px;
 	color: #252525;
	background-color:#d9cdf3;
 	overflow: hidden;
 	position: relative;
	font-size:16px;
 	z-index:9;
	text-transform: uppercase;
    letter-spacing: 1px;
	border-radius:7px;
    border: 2px solid #252525;
    border-bottom: 5px solid #252525;
	font-family: 'Graphik-Regular';
}
.contact_form button::before{
 	content: "";
 	position: absolute;
 	top: 0;
 	right: 0;
 	bottom: 0;
 	left: 0;
 	transform: scaleX(0);
 	transition: transform 1s cubic-bezier(.075, .82, .165, 1);
 	transform-origin: center right;
 	background-color:#ffd325;
 	z-index: -1;
	
}
.contact_form button:hover::before{
 	transform: scaleX(1);
 	transform-origin: center left;
 	z-index: -1;
}
.contact_form button:hover {
 	color: #000 !important;
}


/* -------------------------------------------- */
	/*GALLERY PAGE CSS */
/* -------------------------------------------- */
.blue-line {
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 9;
}
.gallery-sec {
    height: auto;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.gallery-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:286px;
    background-color:#dbe8ff;
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    -webkit-transform: scaleX(2.1);
    transform: scaleX(2.1);
    z-index: -1;
}

.trending_block{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	column-gap:20px;
	row-gap:20px;
}

/* .trend-box { */
	/* padding: 8px; */
    /* border-radius: 10px; */
    /* background-color: #ffffff; */
/* } */
.trend-ico{
	height:199px;
    border-radius:3px;
	object-fit: cover;
    object-position: top;
}

.video-icon{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .bay { */
    /* margin-top:20px !important;  */
/* } */
            
.demo-gallery >.bay a {
	display: block;
	overflow: hidden;
	position: relative;
}
.demo-gallery >.bay a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery >.bay a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery >.bay a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > .bay a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > .bay a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > .bay a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}


/* ---------------------------------------------------------------- */
	/* UPCOMING EVENTS PAGE CSS */
/* ---------------------------------------------------------------- */

/*.update-soon{padding:150px 0px;}*/


.evnt-box, .evnt-details-box {border-radius: 6px; box-shadow: 2px 4px 18px 0 rgba(0,0,0,0.1);}
.evnt-ico{overflow:hidden; border-radius: 6px;}
.evnt-ico img{border-radius: 6px 6px 0px 0px;transition: all 0.3s ease-in-out;max-height: 220px;object-fit: cover;}
.evnt-c{padding:20px; padding-bottom: 35px;}
.evnt-c h4{font-family: 'Syne-Medium';}
.evnt-c p{font-size:17px;}
.evnt-box:hover img{transform: scale(1.07);}
.class-txt h3{font-size: 26px; line-height: 34px;}
.class-txt span {color: #ffab1a;}
.evnt-box .evnt-c p.date_set {
  font-size: 14px;
  color: #000;
  font-family: "Poppins-Regular";
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #ffd325 0%, #ffab1a 100%);
  padding: 3px 15px;
  position: absolute;
  top: 10px;
  margin-bottom: -10px;
  border-radius: 30px;
}
.evnt-c p {
  font-size: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
p.date_set {
  font-size: 14px;
  color: #e0510c;
  font-family: "Poppins-Regular";
  display: flex;
  align-items: center;
  gap: 10px;
}
.event-detail-image > img {
  height: auto;
  max-height: 450px;
  object-fit: cover;
  border-radius: 10px;
}

.main-bg .evnt-box .evnt-c{padding-bottom: 20px;}
.main-bg .evnt-box{
  background: #fff;
  position: relative;
}
/* ---------------------------------------------------------------- */
	/* EVENTS DETAILS PAGE CSS */
/* ---------------------------------------------------------------- */

/* img hover effect css */

.hover-icon{border-radius:6px;}
.hover-icon img{border-radius:6px;transition: all 0.3s ease-in-out;}
.hover-icon:hover img{transform: scale(1.07);}

/* event details css */

.evnt-details-box, .evnt-dta-ico{height:100%;}
.evnt-details-box{padding:35px;}
.evnt-dta-ico img{height:100%;}

.evnt-dt {
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    padding: 15px 0px;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin:18px 0px;
}
.evnt-dt li {margin-right: 30px;}
.evnt-dt li i {font-size: 22px;color: #ffd325;margin-right: 8px;transform: translateY(2px);}

.desk-ban.w-100 {
    height: 450px;
    object-fit:contain;
    background-color:#000;
    object-position:bottom;

}

/*/ tab css /*/

.opt-pay input[type="radio"] {
    display: initial;
    transform: translateY(2px);
}

.opt-ip {
    margin-right: 80px;
}

.opt-pay .tab-data {
    display: none;
}

    .opt-pay .tab-data.on {
        display: block;
    }

:root {
    --main-blue: #71b7e6;
    --main-purple: #9b59b6;
    --main-grey: #ccc;
    --sub-grey: #d9d9d9;
}


/* container and form */
.register-form {
    max-width: 750px;
    margin: 0 auto;
}

.container .title {
    font-size: 25px;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
}

    .container .title::before {
        content: "";
        position: absolute;
        height: 3.5px;
        width: 100px;
        background: linear-gradient(135deg, var(--main-blue), var(--main-purple));
        left: 0;
        bottom: 0;
    }

.container form .user__details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 12px 0;
}
/* inside the form user details */

form .user__details .input__box {
    width: calc(100% / 2 - 20px);
    margin-bottom: 15px;
}

.user__details .input__box .details {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.user__details .input__box input {
    height: 45px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: 1px solid var(--main-grey);
    padding-left: 15px;
    font-size: 16px;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
}

    .user__details .input__box input:focus,
    .user__details .input__box input:valid {
        border-color: var(--main-purple);
    }

/* inside the form gender details */

form .gender__details .gender__title {
    font-size: 20px;
    font-weight: 500;
}

form .gender__details .category {
    display: flex;
    width: 80%;
    margin: 15px 0;
    justify-content: space-between;
}

.gender__details .category label {
    display: flex;
    align-items: center;
}

.gender__details .category .dot {
    height: 18px;
    width: 18px;
    background: var(--sub-grey);
    border-radius: 50%;
    margin: 10px;
    border: 5px solid transparent;
    transition: all 0.3s ease;
}

#dot-1:checked ~ .category .one,
#dot-2:checked ~ .category .two,
#dot-3:checked ~ .category .three {
    border-color: var(--sub-grey);
    background: var(--main-purple);
}

form input[type="radio"] {
    display: none;
}

/* submit button */
.button {
    display: flex;
    justify-content: center;
}

form .button {
    height: 45px;
    margin: 45px 0;
}

    form .button input {
        height: 100%;
        width: 20%;
        outline: none;
        color: #fff;
        border: none;
        font-size: 18px;
        font-weight: 500;
        border-radius: 5px;
        background: linear-gradient(135deg, var(--main-blue), var(--main-purple));
        transition: all 0.3s ease;
    }

        form .button input:hover {
            background: linear-gradient(-135deg, var(--main-blue), var(--main-purple));
        }

@media only screen and (max-width: 584px) {
    .container {
        max-width: 100%;
    }

    form .user__details .input__box {
        margin-bottom: 15px;
        width: 100%;
    }

    form .gender__details .category {
        width: 100%;
    }

    .container form .user__details {
        max-height: 300px;
        overflow-y: scroll;
    }

    .user__details::-webkit-scrollbar {
        width: 0;
    }
}

