/* 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: #ffcc00;
}

.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-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: 'Muli-Light' !important;
  color: #232222 !important;
  line-height: 26px;
  overflow-x: hidden;
  margin: 0 auto;
}

.container {
  max-width: 1230px !important;
  padding-left: 0;
  padding-right: 0;
}

/*----- navbar toggler  css -----*/

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

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

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

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

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

.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #b1002d;
  -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;
  color: #063478;
  font-family: 'Josefin Sans Bold';

}

.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   */

/* HEADER-TOP CSS  */

.header_top_block {
  background-image: url(../images/header-bg.png);
  height: 160px;
}

.header_top_block .container {
  background-image: url(../images/header-container.png);
  background-repeat: no-repeat;
  position: relative;
}

.header_top_block .container::before {
  content: '';
  position: absolute;
  background-image: url(../images/header-left.png);
  background-repeat: no-repeat;
  width: 70px;
  height: 160px;
  left: -70px;
}

.header_top_block .container::after {
  content: '';
  position: absolute;
  background-image: url(../images/header-right.png);
  background-repeat: no-repeat;
  width: 90px;
  height: 160px;
  right: -95px;
  top: 0;
}

/* tax css */
.tax-box {
  border-image-source: url(../images/tax-border.png) !important;
  border: 1px solid gray;
  padding: 17px 25px;
  border-image-repeat: stretch;
  border-image-slice: 30;
  border-image-width: 30px;
  border-image-outset: 0;
  display: inline-block;
  margin-top: 15px;
}

.tax-box h5 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.75));
}

.tax-box h6 {
  font-size: 16px;
  color: #eaff00;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.75));
}


/*kiran hide*/

.top-left {
  margin-right: -28px;
  margin-left: -39px;
}

/*kiran hide*/

.top-right {
  margin-right: -40px;
  margin-left: -28px;
}

/* responsive logo css */

.client_icon img {
  width: auto !important;
  margin: 0px auto;
}


.header_bottom_block.extraclass {
  position: fixed;
  top: 0;
  width: 100%;
  /* padding: 7px 0px; */
  background-size: contain;
  z-index: 999;
}

.header_bottom_block .navbar {
  padding: 0px;
}

.menu {
  margin: 0px ;

}

.menu a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  transition: all 1s ease-out 0s;
  font-family: 'Montserrat-Medium';
  padding: 9px 13px 9px 13px !important;
  display: inline-block;
  /* filter: drop-shadow(0px 1px 0.5px rgba(0, 0, 0, 0.5)); */
}

/* .menu .active a,.menu a:hover {color: #fff;} */

.menu .active,
.menu .nav-item:hover {
  background-image: linear-gradient(0deg, #ff4302 0%, #ff9b00 100%);
}

.login:hover,
.convention:hover {
  background-image: none !important;
}

.login,
.convention {
  margin-top: -4px;
}

.login a {
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.25));
  background-color: rgba(255, 144, 0, 0);
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 50px;
  padding: 1px 18px !important;
  background-color: #368b0b;
}

.convention a {
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.25));
  background-color: #ee2a31 !important;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 50px;
  padding: 1px 18px !important;
  color: #fff;
  background: #ff9d0c;
  font-family: 'Montserrat-Medium';
}

/* 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;
}

.sub-menu {
  padding: 2px;
}

.sub-menu li {
  float: none;
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}

.sub-menu a {
  display: block;
  position: relative;
  padding: 12px 12px;
  letter-spacing: 0px;
  color: #fff !important;
  text-transform: none;
  filter: none;
  font-size: 13px !important;
}

.sub-menu li:hover {
  background-color: #ff8406;
}

.sub-menu li:last-child {
  border-bottom: 0px;
}


.sub-menu2 {
    position: absolute;
    top: -1px;
    left: 218px;
    z-index: 1000;
    float: left;
    min-width: 220px;
    font-size: 12px;
    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;
  }

  .sub-menu2 {
    padding: 2px;
  }

  .sub-menu2 li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #e8e8e8;
  }

  .sub-menu2 a {
    display: block;
    position: relative;
    padding: 12px 12px;
    letter-spacing: 0px;
    text-transform: none;
    color: #fff !important;
    filter: none;
    font-size: 13px !important;
  }

  .sub-menu2 li:hover {
    background-color: #ff8406;
  }

  .sub-menu2 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;
}
.sub-menu .menu-item-has-children:hover .sub-menu2 {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }

.res-toggle {
  position: absolute;
  right: -10px;
  top: 8px;
  cursor: pointer;
}

.menu-br {
  background-image: url(../images/menu-br.png);
  background-repeat: repeat-x;
  height: 28px;
}

/* latest updates */

.latest-sec {
  margin: 10px 18px 20px 18px;
}

.latest-block {
  background-color: #dfc877;
}

.latest-content {
  width: 100%;
  padding: 0px 20px;
}

.latestnew-li li a {
  font-size: 14px;
  color: #000000;
  line-height: 14px;
  font-family: 'Roboto-Regular';
}

.latnews-left,
.latnews-right {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.latnews-right {
  right: 0;
}

.latnews-left {
  left: 0;
}

/* main bg section common css start here */

.main-bg {
  background-image: url(../images/body-bg.png);
  padding-bottom: 60px;
  z-index: 1;
  background-size: 100% 100%;
  background-color: #3aa338;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
}

.main-bg>.container:last-child {
  position: relative;
}

/* .main-bg>.container:last-child::before {
  content: '';
  position: absolute;
  left: -131px;
  width: 1492px;
  height: 100%;
  background-image: url(../images/body-left.png), url(../images/body-right.png);
  background-position: left top, right top;
  background-repeat: no-repeat;
   top: 60px;
  z-index: -1;
  opacity: 0.2;
}

.main-bg>.container:last-child::after {
  content: '';
  position: absolute;
  left: -131px;
  width: 1492px;
  height: 100%;
  background-image: url(../images/left_icon1.png), url(../images/righticon1.png);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  top: 60px;
  z-index: -1;
 }*/

.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;
}

/* welcome section common css */

.wel-bg {
  padding: 5px 5px 0px 5px;
}

.wel_left_blk {
  margin-right: 55px;
}

.wel_right_blk {
  margin-left: 55px;
}

.wel_middle_blk {
  margin-right: -75px;
  margin-left: -75px;
  filter: drop-shadow(0px 3px 7.5px rgba(0, 0, 0, 0.15));
  background: #ffffff;
  padding-bottom: 21px;
}

.wel-gap {
  margin: 10px;
}

.wel_left_blk {
  background-color: #fff7b3;
  margin-top: 3px;
}

.wel_right_blk {
  background-color: #d0b4ec;
  margin-top: 3px;
}

.wel_middle_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.png);
}

/* welcome left button block */

/* president css */
.president-box {
  background-color: #d0b4ec;
  padding: 10px 10px 20px 10px;
}

.presid-icon {
  border-radius: 100%;
  filter: drop-shadow(0px 6px 7.5px rgba(254, 133, 0, 0.4));
  background-color: #e3d4d3;
  border: 4px solid #ffffff;
  width: 128px;
  height: 128px;
}

.president_btn a {
  border: 1px solid rgba(161, 0, 1, 0.5);
  padding: 10px 55px;
}

/* button css */

.buttonslis {
  display: block;
  padding: 33px 15px;
}

.buttonslis li {
  margin-top: 9px;
}

.buttonslis li:first-child {
  margin-top: 0px;
}

.buttonslis li a {
  display: flex;
  border-radius: 2px;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 4px;
  font-family: 'Oswald-Regular';
  align-items: center;
  border-radius: 2px;
  letter-spacing: 1px;
}

.buttonslis li:nth-child(1) a {
  background-image: linear-gradient(180deg, #ff1b1b 0%, #f04d4d 100%);
  background-color: #ef3b3b;
}

.buttonslis li:nth-child(2) a {
  background-image: linear-gradient(180deg, #368b0b 0%, #69af47 100%);
  background-color: #69af47;
}

.buttonslis li:nth-child(3) a {
  background-image: linear-gradient(180deg, #0d5e8d 0%, #1a92d7 100%);
  background-color: #1a92d7;
}

.buttonslis li:nth-child(4) a {
  background-image: linear-gradient(180deg, #ff6f00 0%, #ff8c35 100%);

  background-color: #ff8c35;
}

.buttonslis li:last-child a {
  background-image: linear-gradient(180deg, #8513f7 0%, #9650db 100%);

  background-color: #9650db;
}

.buttonslis li:nth-child(1):hover a {
  background-image: linear-gradient(0deg, #ff1b1b 0%, #f04d4d 100%);
  background-color: #e42c2c;
}

.buttonslis li:nth-child(2):hover a {
  background-image: linear-gradient(0deg, #368b0b 0%, #69af47 100%);
  background-color: #62a442;
}

.buttonslis li:nth-child(3):hover a {
  background-image: linear-gradient(0deg, #0d5e8d 0%, #1a92d7 100%);
  background-color: #1687c8;
}

.buttonslis li:nth-child(4):hover a {
  background-image: linear-gradient(0deg, #ff6f00 0%, #ff8c35 100%);
  background-color: #f88228;
}

.buttonslis li:last-child:hover a {
  background-image: linear-gradient(0deg, #8513f7 0%, #9650db 100%);
  background-color: #8646c6;
}

/* sponsors btn css */

.spon-buttonslis {
  background-image: url(../images/sponbtn-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.spon-buttonslis li {
  background: url(../images/morebtn-br.png) no-repeat bottom;
  vertical-align: middle;
}

.spon-buttonslis li a.active {
  background: #f77a00;
}

.spon-buttonslis li a {
  display: flex;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 9px;
  align-items: center;
  font-family: 'Roboto-Medium';
  line-height: 16px;
}

.spon-buttonslis li a span {
  filter: drop-shadow(0px 1px 1px rgba(89, 34, 0, 0.6));
}

.spon-buttonslis li:hover {
  background-image: linear-gradient(90deg, #f77a00 0%, #fdb000 100%);

  /* background-image: url(../images/sponactivebtn-bg.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

/* welcome right sponsors css */

.spon_hd {
  /* background: url(../images/gold-bg.png) no-repeat center; */
  padding: 10px;
}

.spon_hd h2 {
  border: 1px solid #fff;
  font-size: 19px;
  color: #ffff;
  font-family: 'Josefin Sans Bold';
  text-align: center;
  margin: 0px;
  padding: 12px 7px 5px 7px;
  background: #ff7e00;
}

.spon_hd2 {
  background: url(../images/spon-bg.png) no-repeat center;
}

.side_sponsors {
  position: relative;
  padding-bottom: 28px;
}

.spon_box {
  width: 195px;
  height: 100px;
  margin: auto;
}

.spon_icon {
  background-color: #ffffff;
  border: 1px solid #c7c7c7;
  margin-bottom: 10px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.wel_middle_blk,
.wel_left_blk,
.wel_right_blk {
  height: 100%;
}

.wel_middle_blk {
  margin-top: 3px;
}

.wel_right_blk,
.wel_left_blk {
  position: relative;
  padding-bottom: 15px;
}

.wel_right_blk:before,
.wel_left_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.png);
}

/* fb css */

.follow-box {
  padding: 18px 18px 50px 18px;
  background-color: #f6e873;
}

.fb-cont {
  padding: 10px 15px 15px 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: 13px;
  line-height: 20px;
  color: #494949;
  font-family: 'Montserrat Light';
}

.fb-ico {
  position: absolute;
  right: 15px;
  bottom: 0;
}

.fb-btn a {
  padding: 5px 10px;
  border: 1px solid #c3c3c3;
  font-size: 11px;
  line-height: 20px;
  color: #303030;
  font-family: 'Montserrat-Regular';
}

/* tw css */
.tw-block {
  margin-top: 15px;
}

.tw-cont {
  border: 1px solid #55acee;
}

.tw-cont h5 {
  color: #45a5ee;
}

.tw-ico {
  right: 5px;
}

/* welcome middle block css */

/* banner-sec css */

.banner-slider {
  background-color: #fff7b3;
  padding: 10px;
}

.banner-slider img {
  height: 450px;
}

/* welcome css */
.welcome-block {
  filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.17));
  background-color: #ffffff;
  padding: 30px 20px 35px 20px;
}

.welcome-block:after,
.welcome-block:before {
  content: "";
  right: 0;
  left: 0;
  position: absolute;
  display: inline-block;
  background-repeat: repeat-x;
  width: 100%;
  height: 15px;
}

.welcome-block:after {
  background-image: url(../images/events-topbor.png);
  top: 0;
}

.welcome-block:before {
  background-image: url(../images/eventsbotm-bor-img.png);
  bottom: 0;
}

.wel_subtitle {
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 48px;
  color: #f97d09;
  font-family: 'ROCK';
}
/*
.wel_subtitle:after {
  content: url(../images/wel-left-icon.png);
  padding-left: 15px;
}

.wel_subtitle:before {
  content: url(../images/wel-right-icon.png);
  padding-right: 15px;
} */

.know_btn a {
  color: #f52048;
}

.know_btn a:before,
.know_btn a:after {
  content: '';
  position: absolute;
  background-color: #f52048;
  width: 65%;
  height: 1px;
  top: 50%;
}

.know_btn a:after {
  right: -75%;
}

.know_btn a:before {
  left: -75%;
}

/* upcoming events css */

.upcoming-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 15px;
}

.upcoming-box {
  padding: 10px;
  border: 1px solid #e3e3e3;
}

.upcoming__icon img {
  width: 155px;
  height: 196px;
}

.upcoming__content h6 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.upcoming_btn a {
  padding: 7px;
}

.up-hd-br {
  width: 50%;
  height: 1px;
  display: block;
  border-bottom: 1px solid #e5e5e5;
}

/* gallery css */
.mgal-bg {
  background:#ffffba;
  padding: 40px 0px;
}

.g-bg {
  padding: 15px;
}

.galley-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
  row-gap: 15px;
}
.galley-block2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
  row-gap: 15px;
}

.gallery__icon,
.v-icon{
  height: 190px;
  object-fit: cover;
  width: 100%;
}
.video-img {
  height: 170px;
  object-fit: cover;
  width: 100%;
}
/* footer section */

.ft-color1 {
  color: #202242;
}

.ft-color2 {
  color: #232222;
}

.ft-color3 {
  color: #2f2f2f;
}

.ft-color4 {
  color: #ff6c00;
}

.ft-color5 {
  color: #078b48;
}

.footer_sec {
  margin-top: -90px;
}

.foot-right,
.foot-left {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.foot-left {
  left: 0;
}

.foot-right {
  right: 0;
}

.footer-logo {
  z-index: 3;
  position: relative;
}

.footer_block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
  row-gap: 15px;
  margin: 0px 45px;
}

.footer-box {
  padding: 12px;
  height: 100%;
}

.ft {
  margin-top: 10px;
}

.ft:first-child .footer-box {
  border: 1px solid #4bbbf2;
}

.ft:nth-child(2) .footer-box {
  border: 1px solid #4bb848;
}

.ft:last-child .footer-box {
  border: 1px solid #ff9c21;
}

.soc-icons img {
  height: 38px;
}

/* subscribe css */

.input-group input {
  font-size: 13px;
  line-height: 14px;
  color: #999999;
  font-family: 'Muli-Light';
}

.input-group.default-input-group .form-control {
  border-right: 0;
  height: 35px;
}

.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;
}

/* footer menu css */

.quicklink_block {
  font-size: 18px;
  display: none;
  margin: 10px 0px;
}

.mobile-visible {
  display: block;
}

.footer-menus {
  display: flex;
  justify-content: center;
  padding: 8px 0px 5px 0px;
  position: relative;
  z-index: 1;
}

.footer-menus .nav-item {
  padding: 0px 15px;
}

.footer-menus .nav-item .nav-link {
  font-size: 12px;
  letter-spacing: 1px;
  color: #5e5e5e;
  text-align: center;
  padding: 13px 0px 15px 0px;
  position: relative;
  text-transform: uppercase;
  font-family: 'Montserrat-Regular';
}

.foot-bg3 {
  position: absolute;
  bottom: -17px;
  z-index: 9;
}


/* copyright section */

.copyright_block {
  background-image: url(../images/f2.png);
  background-size: cover;
  padding: 26px 0px 18px 0px;
  background-repeat: no-repeat;
  background-position: center;
}

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

.innerpage_title {
  padding: 25px 20px 15px 20px;
  border-bottom: 1px solid #8fc472;
}

.innpage_content {
  padding: 20px;
}


/* -------------- 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.png) 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: 15px;
  height: 15px;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #c73b3b;
  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.png) 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.png) repeat-x left bottom;
}

.eventstopbotbor2 {
  background: url(../images/eventsbotm-bor-img.png) 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.jpg);
  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.png);
  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.png) 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.png);
}

@-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.png);
}

#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.gif) 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.gif);
  -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.png);
}

.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.png) left center no-repeat;
  text-indent: -3px;
  font-family: none;
  left: -45px;
}

.eventslis2.owl-carousel .owl-nav .owl-prev {
  background: url(../images/events-rightnav.png) 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.png) 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;
}

.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.png);
  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.png);
  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.png);
  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.png) 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.png);
}

/* 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;
}

.bg2
{
	background: url(../images/pic1.png) no-repeat right top; width: 281px; height: 184px;
}
.header-bottom, .header_bottom_block {
  background-image: linear-gradient(0deg, #b1002d 0%, #ee381b 100%);
}


/* footer section css */

.footer-sec {background-image: url('../images/foot-bg1.png');}

.footer-sec .footer-menus { display: flex; justify-content: center; border-bottom: 1px dashed #ea7979;}

.footer-sec .footer-menus .nav-item {padding: 0 15px;}

.footer-sec .footer-menus .nav-item .nav-link {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 18px;
	color: #fcf5ee;
	font-family: 'Roboto-Regular';
	text-align: center;
	padding: 25px 10px;
	position: relative;
}

.footer-logo-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-text {margin-top:25px;}

.footer-text h4 {
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 24px;
	color: #ffffff;
	font-weight: bold;
	font-family: "Arial";
}

.footer-text p, .footer-text a {
    color: #fff;
    font-size: 14px;
    margin: 0px;
    line-height: 28px;
	font-family: 'Roboto-Regular';
}

.subscribe-box {width: 300px;  font-family: 'Roboto-Regular';}

.news-letter {display:flex;}

.news-letter img{margin-right:10px;}

.news-letter span{font-size:13px; color:#fc8c7b;}

.news-letter h5{line-height:14	px;}

.subscribe-box input{
	background-color: transparent;
	border: 2px solid #fff;
	height: 40px;
	width: 80%;
	padding: 0px 15px;
	border-radius:50px;
}
.subscribe-box button{
	background-image: linear-gradient(0deg, #ff8024 0%, #ffab3f 100%);
	border: 0px solid #105faf;
	color: #fff;
	height: 40px;
	border-radius:50px;
	padding: 0px 30px;
	font-size: 14px;
	position:absolute;
	right:0px;
}
.subscribe-box img {
    margin-left: 5px;
    margin-bottom: -47px;
}

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

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

/* copy right section css */

.copy-right-block { background-color: #840022;  padding-top: 20px; padding-bottom: 15px;  color: #fff;}

.copy-right {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.copy-right p{
    margin:0px;
	 font-family: 'Roboto-Regular';
	 font-size:14px;
}

.footer-icon {
	position:relative;
	text-align:center;
	width:0px;
	height:0px;
	padding:15px;
	border-radius:50px;
	color:#ffff;
	border:1px solid #fefefe;
}
.footer-icon i {
	font-size:14px;
	position:absolute;
	left:9px;
	top:10px;
	color:#fff;
}
.footer-icon.social {
	display: inline-flex;
	margin:0 8px 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.footer-icon.social.fb i {
    left: 11px;
    top: 9px;
}
.footer-icon.social.tw i {
    left: 10px;
    top: 9px;
}
.footer-icon.social.in i {
    left: 9px;
    top: 7px;
}
.daily-block { 	background-image: url(../images/servicebg.jpg);}

.daily-block .daily-content {


	padding: 40px 30px 50px 30px;
    position: relative;
    color: #f5e9eb;
	margin: 0px;
}

.daily-content h2 {
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 26px;
	color: #ffffff;
	font-weight: bold;
	font-family: 'Arial';
}


.img-left
{
	float: left; margin:0 20px 0 10px;
}
.clear
{
	clear: both;
}
.headerbg
{
  background-image: url(../images/top-design.png);
}

.form-control,
input[type="text"],
input[type="time"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="month"],
input[type="datetime-local"],
select[multiple] {
  display: block;
  position: relative;
  width: 100%;
  min-height: 46px;
  font-family: 'Poppins-Regular';
  padding: 6px 15px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #757575;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px solid #bdbdbd;
  margin-bottom: 8px;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-box-sizing: border-box;
}

.form-control:focus {
  border-color: #d596ab;
  outline: 0;
  /* -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);*/
}

.form-control::-moz-placeholder {
  color: #6d6d6d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #4e4e4e;
}

.form-control::-webkit-input-placeholder {
  color: #4e4e4e;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}
a.orange-btn,.orange-btn
{
 background-color: #fe5722; font-size: 18px;  padding: 10px 20px; color: #ffffff; margin-bottom:10px; font-weight: bold;
}

.tbp15
{
    padding:100px 0;
}

ul.gallery-list2 li {
    margin: 0 10px 20px 10px;
    width: 210px;
}
ul.gallery-list li, ul.gallery-list2 li {
    background-image: none;
    float: left;
    padding: 0;
    margin: 0 18px 18px 0;
    text-align: center;
}

form .font13 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
@media screen and (max-width: 991px){
.head-h {
    height: 160px!important;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px){
.wel_right_blk  .imp-btns {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
} 
.wel_right_blk  .side_sponsors {
    grid-template-columns: repeat(1, 1fr);
}
    
}

