/* common css strats here */

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


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


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

a {
    text-decoration: none !important;
}


/* for removing underline for anchor*/

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

a:hover {
    text-decoration: none;
}

textarea {
    resize: none;
}

.w-100 {
    width: 100%;
}

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

.h-100 {
    height: 100%;
}


/* for display */

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


/* for display inline */

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

.d-flex {
    display: flex;
}


/* for display inline */


/* for positions */

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}


/* padding styles */

.p-0 {
    padding: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-35p {
    padding-top: 35px;
    padding-bottom: 35px;
}

.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-70p {
    padding-bottom: 70px;
}

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

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

.m-0 {
    margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* for box shadow */


/* for border radius  */

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

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

.br-gray-1p {
    border: 1px solid #e0dcdc;
}

.br-blue-1p {
    border: 1px solid #223b74;
}

.br-btmgray-1p {
    border-bottom: 1px solid #e0dcdc;
}

.br-tpgray-1p {
    border-top: 1px solid #e0dcdc;
}

.br-g2-1p {
    border: 1px solid #dee2e6;
}


/* for letter spacing  */

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

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

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

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


/* for text-patterns*/

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

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

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


/* for backgorund colors */

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

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

.bg-trans {
    background: transparent;
}

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


/* for text-colors*/

.text-black {
    color: #000000;
}

.text-blue {
    color: #3a3180;
}

.text-white {
    color: #ffffff;
}

.text-yellow {
    color: #ffee4c;
}

.text-brown {
    color: #a25300;
}

.text-orange {
    color: #fe4c04;
}

.text-f1color {
    color: #202242;
}

.text-f2color {
    color: #a6234b;
}

.text-f3color {
    color: #020202;
}

.text-f4color {
    color: #262626;
}

.text-f5color {
    color: #212121;
}

.text-c1color {
    color: #190e00;
}

.text-c2color {
    color: #242424;
}

.text-c3color {
    color: #414141;
}

.text-c4color {
    color: #1c1c1c;
}

.text-c5color {
    color: #474747;
}

.text-c6color {
    color: #2b2b2b;
}

.text-c7color {
    color: #a81440;
}

.text-c8color {
    color: #292929;
}

.text-c9color {
    color: #161616;
}

.text-u1color {
    color: #101010;
}

.text-u2color {
    color: #ffdb33;
}

.text-u3color {
    color: #053302;
}


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

.btn_pd {
    padding: 10px 25px;
}

.cursor-pointer {
    cursor: pointer;
}


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

.font22 {
    font-size: 22px;
}

.font23 {
    font-size: 23px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

.font28 {
    font-size: 28px;
}

.font30 {
    font-size: 30px;
}

.font34 {
    font-size: 34px;
}

.font36 {
    font-size: 36px;
}

.font44 {
    font-size: 44px;
}

.font40 {
    font-size: 40px;
}

.font50 {
    font-size: 50px;
}

.font52 {
    font-size: 52px;
}


/* for line-hieght */

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

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

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

.lh-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-32p {
    line-height: 32px;
}

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

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

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


/* for font-weight */

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


/* for font related css */

.fnt-melanie {
    font-family: 'MELANIE-YZRBQ';
}

.fnt-pop-light {
    font-family: 'Poppins-Light';
}

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

.fnt-pop-medium {
    font-family: 'Poppins-Medium';
}

.fnt-pop-semibold {
    font-family: 'Poppins-SemiBold';
}

.fnt-pop-bold {
    font-family: 'Poppins-Bold';
}

.fnt-arial {
    font-family: 'ARIAL';
}

.fnt-arial-bold {
    font-family: 'Arial-BoldMT';
}

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

.fnt-monst-reg {
    font-family: 'Montserrat Regular';
}

.fnt-robo-light {
    font-family: 'Roboto-Light';
}

.fnt-robo-reg {
    font-family: 'Roboto-Regular';
}

.fnt-robo-bold {
    font-family: 'Roboto-Bold';
}

.fnt-robo-med {
    font-family: 'Roboto-Medium';
}

.fnt-robo-italic {
    font-family: 'Roboto-Italic';
}

.fnt-robo-LightItalic {
    font-family: 'Roboto-LightItalic';
}

.fnt-robo-black {
    font-family: 'Roboto-Black';
}

.fnt-mont-light {
    font-family: 'Poppins-Light';
}

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

.fnt-montsemi-bold {
    font-family: 'Poppins-SemiBold';
}

.fnt-Poppins-Bold {
    font-family: 'Poppins-Light';
}


/* 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: 'Roboto-Regular';
    color: #2b2b2b;
}

.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: #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

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

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

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

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


/* ------------------------------------------------------------------------------------------------------------*/


/* HOME PAGE STARTS HERE */


/* ------------------------------------------------------------------------------------------------------------*/

.common-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section_title {
    font-size: 34px;
    color: #242424;
    font-family: 'Poppins-Regular';
}

.section_title2 {
    font-size: 38px;
    line-height: 42px;
    font-family: 'Poppins-Bold';
}

.section_title3 {
    font-size: 40px;
    color: #fd7008;
    font-family: 'Poppins-SemiBold';
}

.common-btn {
    border: 1px solid #00b8c1;
    padding: 10px 25px;
}

.bg-properties {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.shadow {
    filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.15));
}

.form-control:focus {
    box-shadow: none;
}


/* HEADER SECTION STARTS HERE   */

.header-sec {
    background: #fff;
    filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.2));
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}


/* HEADER-BOTTOM CSS  */

.header_bottom_block .navbar {
    padding: 0;
}

.headerlogo {
    margin-bottom: -61px;
    transform: translateY(-3px);
}

.menu li {
    margin-left: 15px;
    position: relative;
}

.menu a {
    font-size: 15px;
    color: #222222;
    text-transform: uppercase;
    font-family: 'Roboto-Regular';
}

.h-ico1,
.h-ico2,
.h-ico4 {
    transform: translateY(-2px);
}

.h-user {
    transform: translateY(-2px);
}

.login-btn a {
    border: 1px solid #f5d176;
    color: #fff497;
    padding: 6px 14px 6px 14px !important;
    border-radius: 50px;
}

.login-btn a:hover {
    border: 1px solid #ffff;
}

.regis-btn a {
    color: #fff;
    background-image: linear-gradient(90deg, #685ccb 0%, #453b95 100%);
    padding: 8px 16px 7px 15px !important;
    border-radius: 50px;
}

.regis-btn a:hover {
    background-image: linear-gradient(90deg, #453b95 0%, #685ccb 100%);
}


/* .menu a:hover {color: #019397;} */

.menu li:hover .dropdown-menu {
    display: block;
}

.menu li:focus .dropdown-menu {
    display: block;
}

.menu li:focus-within .dropdown-menu {
    display: block;
}


/* sub menu */

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 200px;
    background-color: #fff;
    background-clip: padding-box;
    transition: all 0.3s ease 0s;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    transform-origin: 0 0 0;
}

.sub-menu li {
    margin: 0;
    border-bottom: 1px dashed #e8e8e8;
}

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

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

.menu-item-has-children:hover .sub-menu {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

.sub-menu li:hover {
    background-image: linear-gradient(90deg, #08b9bd 0%, #007d80 100%);
    color: #fff !important;
}

.sub-menu li:hover a {
    color: #fff !important;
}

.dropdown-toggle::after {
    border: 0px;
    background-color: #01acaf;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-left: 10px;
    /* padding: 3px; */
    width: 5px;
    height: 5px;
}

.dropdown-menu {
    border: 0;
    top: 80%;
    border-radius: 0px 0px 5px 5px;
    padding: 0;
    border: 0;
    border-radius: 0;
    min-width: 200px;
}

.dropdown-menu a {
    color: #fff;
}

.dropdown-item {
    display: block;
    position: relative;
    padding: 10px;
    letter-spacing: 0px;
    color: #000000 !important;
    filter: none;
    font-size: 14px !important;
    text-transform: capitalize !important;
    border-bottom: 1px dashed #e8e8e8;
}

.dropdown-item:last-child {
    border-bottom: 0px dashed #e8e8e8;
}

.dropdown-item:hover {
    background-image: linear-gradient(90deg, #08b9bd 0%, #007d80 100%);
    color: #fff !important;
}

.dropdown-item:hover a {
    color: #fff !important;
}

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


/* banner-sec css */

.banner-sec,
.inner_banner-sec {
    margin-top: 70px;
}

.banner-right-block {
    height: 618px;
    background: #3a3089;
    color: #7eb4e2;
}

.banner-right-block::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 44px solid #fff;
    border-left: 0px solid transparent;
    border-right: 1000px solid transparent;
}

.banner_content {
    position: absolute;
    left: 20%;
    top: 25%;
}

.banner-subtitle {
    font-size: 18px;
    color: #f7fa17;
}

.banner-title {
    font-size: 44px;
    line-height: 50px;
}

.ban-btn a {
    color: #3a3089;
    padding: 13px 25px;
    filter: drop-shadow(0px 6px 4px rgba(9, 3, 53, 0.3));
}

.calender-ico {
    transform: translatey(-2px);
}

.banner-left-block {
    overflow: hidden;
}


.ban_ico {
    display: block;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 0% 100%);
    height: 546px;
    object-fit: cover;
}

/* .banner-ico::after{ */
/* content: ""; */
/* position: absolute; */
/* left: 0; */
/* top: 100%; */
/* width: 100.6%; */
/* height: 0; */
/* padding-top: 10.5%; */
/* background: white; */
/* transform-origin: 0 0; */
/* transform: rotate(-6deg); */
/* } */

.carousel-control-next-icon,
.carousel-control-prev-icon {}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none;
    width: auto;
    height: auto;
}

.carousel-control-next,
.carousel-control-prev {
    bottom: 65px;
    top: auto;
    width: auto;
    opacity: 1;
    color: #fff;
    font-size: 20px;
    background: #3a3089;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    opacity: 1;
}

.carousel-control-prev {
    right: 40px;
    left: auto;
    padding: 10px 30px 10px 15px;
}

.carousel-control-next {
    padding: 10px 15px 10px 30px;
}

.r-ico {
    border-right: 1px solid #3a3089;
    padding-right: 10px;
    margin-right: 10px
}


/* Welcome section */

.wel-bg {
    padding: 5px;
}

.wel-bg:before,
.wel-bg:after {
    content: '';
    height: 100%;
    width: 528px;
    border-radius: 117px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.wel-bg:before {
    background-image: linear-gradient(90deg, #ff752f 0%, #ffad58 100%);
    left: 0px;
}

.wel-bg:after {
    background-image: linear-gradient(90deg, #867dca 0%, #392f89 100%);
    right: 0px;
}

.wel-content {
    filter: drop-shadow(0px 6px 7.5px rgba(0, 0, 0, 0.15));
    border-radius: 1000px;
    padding: 30px 75px;
    z-index: 1;
}

.know_btn {
    margin-bottom: -35px;
}

.know_btn a {
    border: 1px solid #473f88;
    padding: 8px 25px;
    background: #fff;
}

.know_btn a:hover {
    background: #473f88;
    color: #fff;
}


/* Prapacha Sahitya Vedika section */

.upcoming-grd-bg {
    background-image: linear-gradient(-90deg, #51072f 0%, #df3333 100%);
    background-size: 62% 100%;
    background-position: right;
    background-repeat: no-repeat;
    z-index: 0;
}

.main-event-cont {
    padding: 85px 0px 85px 71px;
}

.event-li-br {
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.1));
    background-color: rgba(177, 37, 50, 0);
    border: 8px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
}

.event-date-li li {
    filter: drop-shadow(0px 4px 2.5px rgba(0, 0, 0, 0.3));
    background-color: #ffffff;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 20px 10px 10px 10px;
    margin-right: 10px;
}

.event-date-li li a {
    font-size: 13px;
    line-height: 18px;
    color: #2b2b2b;
    font-family: 'Poppins-Regular';
}

.event-date-li li h6 {
    font-size: 36px;
    line-height: 18px;
    color: #b12532;
    font-family: 'Poppins-Bold';
    margin-bottom: 0px;
}

.regis-now a {
    filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.15));
    padding: 12px 25px;
}

.bg-org-grd {
    background-image: linear-gradient(-90deg, #ffae00 0%, #eb6d19 100%);
}

.bg-org-grd:hover {
    background-image: linear-gradient(-90deg, #eb6d19 0%, #ffae00 100%);
}


/* upcoming events css */

.upcoming-box {
    padding: 13px;
    border-radius: 5px;
    filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.08));
}

.upcoming__icon {
    margin-right: 30px;
}

.upcoming__icon img {
    width: 215px;
    height: 274px;
}

.up-br {
    border-top: 1px solid #dcdcdc;
    padding-top: 15px;
    margin-top: 15px;
}

.morebtn-bg {
    padding: 8px 25px;
}


/* trend section */

.trending_block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 25px;
}

.trend-ico {
    height: 205px;
    border-radius: 5px;
    object-fit: cover;
}

.trend-cont {
    position: absolute;
    bottom: 15px;
    left: 15px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.trend-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    width: 100%;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.16600143475358897) 46%, rgba(0, 0, 0, 0.8242647400757178) 75%, rgba(0, 0, 0, 1) 100%);
}

.trend-box:hover .trend-overlay,
.trend-box:hover .trend-cont {
    opacity: 1;
}


/* Find Your Soul Mate section */

.join-banner {
    background: url("../images/join-bg.png");
    background-size: 100% 100%;
    padding: 65px 0px 75px 0px;
}

.join-btn button {
    padding: 10px 15px;
    margin: 0px 5px;
    width: 196px;
}

.join-btn1 {
    background-image: linear-gradient(-90deg, #0d5a08 0%, #5fb446 100%);
}

.join-btn2 {
    background-image: linear-gradient(-90deg, #c90151 0%, #eb6d19 100%);
}

.join-btn1:hover {
    background-image: linear-gradient(-90deg, #5fb446 0%, #0d5a08 100%);
}

.join-btn2:hover {
    background-image: linear-gradient(-90deg, #eb6d19 0%, #c90151 100%);
}


/* FOOTER SECTION CSS */

.footer-sec {
    background-color: #f8f8f8;
    padding-top: 35px;
    padding-bottom: 45px;
}

.footer-subtitle {
    font-size: 20px;
    letter-spacing: 1px;
    color: #161616;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 0px;
}

.work:last-child .footer-box {
    border-right: 0;
}

.footer-box {
    border-right: 1px solid #e7e7e7;
}

.f1box {
    margin-right: -60px;
}

.f2box {
    margin-right: -50px;
    margin-left: 80px;
}

.f3box {
    margin-left: 75px;
}

.footer-menu ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 130px;
}

.footer-menu ul li {
    background: url(../images/indicator.png) no-repeat left 7px;
    margin-top: 10px;
    padding-left: 15px;
    vertical-align: middle;
}

.footer-menu ul li a {
    font-size: 14px;
    color: #353535;
    font-family: 'Roboto-Regular';
}

.footer-menu ul li a:hover {
    color: #a60a38;
}

.foot-help {
    border: 1px solid #ee5b62;
    padding: 7px 10px 9px 10px;
}


/* social icons */

.icon {
    position: relative;
    text-align: center;
    width: 0px;
    height: 0px;
    padding: 14px;
    background: #fff;
    border-radius: 50px;
    display: inline-block;
    margin: 3px 5px -2px 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.icon i {
    font-size: 14px;
    position: absolute;
    left: 8px;
    top: 8px;
}

.fb {
    color: #3d5b99;
}

.tw {
    color: #28aae1;
}

.in {
    color: #007bb5;
}

.gp {
    color: #db3e28;
}

.insta {
    color: #312e2f;
}

.yt {
    color: #e61a1d;
}

.fb i {
    left: 10px;
    top: 8px;
}

.icon.social:hover {
    background: #f03a51;
    color: white;
}


/* <!--copy right section-->   */

.copy-sec {
    background: #3a3089;
    padding: 20px 0px;
}

.disclaim-txt {
    border: 1px solid #756fad;
    padding: 5px 25px;
}


/* side nav menu css */

.open-menu,
.close-menu {
    cursor: pointer;
    border: none;
    outline: none;
    color: #252a32;
    background: none;
}

.close-menu {
    position: absolute;
    top: 0;
    right: 1rem;
    border: none;
    outline: none;
    color: #252a32;
    background: none;
}

.header .navbar {
    padding: 0px;
}

.header .navbar .menu-wrapper::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: background 0.5s;
}

.header .navbar .menu-wrapper.offcanvas .menu {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.7s;
    transition-delay: 0.2s;
}

.header .navbar .menu-wrapper.offcanvas::before {
    background: rgba(37, 42, 50, 0.6);
    z-index: 1;
}

.header .navbar .menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 20rem;
    width: 100%;
    padding: 1.5rem 1rem;
    z-index: 999;
    overflow-y: auto;
    color: #252a32;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.header .navbar .menu-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.header .navbar .menu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: inherit;
    text-transform: uppercase;
    transition: color 0.35s ease-out;
}

.header .navbar .menu-link:hover {
    color: #d32f2f;
}

.header .navbar .menu-item {
    position: relative;
}

.header .navbar .menu-item a {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: inherit;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    display: block;
    color: #252a32;
    transition: color 0.35s ease-out;
}

.header .navbar .menu-item a:hover {
    color: #d32f2f;
}

.header .navbar .menu-item.has-collapsible {
    position: relative;
}

.header .navbar .menu-item.has-collapsible .menu-child {
    display: none;
}

.header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: inherit;
    padding: 0.25rem;
    color: #252a32;
    padding-left: 2.5rem;
    text-transform: uppercase;
    transition: color 0.35s ease-out;
}

.header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a:hover {
    color: #d32f2f;
}

.header .navbar .menu-item.has-collapsible span::after {
    font-family: "Material Icons";
    content: "\276F";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: inherit;
    position: absolute;
    top: 0.15rem;
    right: 1rem;
    color: #252a32;
    transition: all 0.35s ease;
}

.header .navbar .menu-item.has-collapsible span::after:hover {
    color: #d32f2f;
}

.header .navbar .menu-item.active.has-collapsible .menu-child {
    display: block;
    transition: all 0.35s ease;
}

.header .navbar .menu-item.active.has-collapsible span::after {
    transform: rotate(90deg);
}


/* toggle animation  */

#navMenuWrap #toggleMenu.menuicon {
    background-color: #f1f1f1;
    border-radius: 50%;
    display: flex;
    height: 38px;
    justify-content: center;
    flex-direction: column;
    padding: 10px !important;
}

#navMenuWrap #toggleMenu.menuicon:hover {
    background: #f4641a;
}

#navigation a {
    cursor: pointer;
}

.menuicon span {
    background-color: #5449ab;
    border-radius: 10px;
    height: 2px;
    transition: width .2s linear;
    -o-transition: width .2s linear;
    -ms-transition: width .2s linear;
    -moz-transition: width .2s linear;
    -webkit-transition: width .2s linear;
}

.hamone {
    margin-bottom: 3px;
    align-self: flex-start;
    width: 18px;
}

.hamtwo {
    margin-bottom: 3px;
    width: 18px;
}

.hamthree {
    align-self: flex-end;
    width: 18px;
}

.menuicon:hover span {
    width: 18px;
}


/*        kiran css start               */

.foot-help h6 {
    text-transform: uppercase;
    background: linear-gradient(to right, #e96b1e 0%, #cb0552 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.grey-bg {
    background-color: #f5f5f5;
}

.shadow2 {
    filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.08));
}

.inner-page-section {
    padding: 40px 0px 45px 0px;
}

.inner-page-pad {
    padding: 40px 40px 40px 40px;
}

.inner_banicon {
    height: 200px;
    object-fit: cover;
}

.innee-con-head-posation {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 0;
}

.inner-heading {
    padding-top: 140px;
    padding-bottom: 0px;
    font-size: 40px;
    line-height: 30px;
    color: #fff;
    font-family: 'Poppins-Bold';
    z-index: 30;
    letter-spacing: 1px;
}

.morg-b {
    margin-bottom: -18px;
}

.morebtn-bg2 {
    background-image: linear-gradient(-90deg, #685cca 0%, #463c96 100%);
    padding: 8px 25px;
}

.morebtn-bg2:hover {
    background-image: linear-gradient(-90deg, #463c96 0%, #685cca 100%);
}

.morebtn-bg {
    background-image: linear-gradient(-90deg, #ffae00 0%, #eb6d19 100%);
}

.morebtn-bg:hover {
    background-image: linear-gradient(-90deg, #eb6d19 0%, #ffae00 100%);
}

.tabli-li li {
    width: 210px;
    cursor: pointer;
}


/* tab start */

.tabs3 li {
    position: relative;
    display: block;
}

.tabs3 li {
    margin-right: 0px;
}

.tabs3 li:last-child {
    margin-right: 0px;
}

.tabs3 li.rightborder2 {
    display: inline-block;
    padding: 0px 12px 0px 0px;
    margin-bottom: 10px;
}

.tabs3 li.rightborder2:last-child {
    background: none !important;
    padding: 0px 0px 0px 0px;
}

.tabs3 li a {
    border: #8b86ae 1px solid;
    color: #545175;
    padding: 7px 15px 6px 15px;
    display: block;
    border-radius: 50px;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tabs3 li:hover a {
    background-image: linear-gradient(270deg, #ffae00 0%, #ec6e1a 100%);
    color: #fff;
    border: 1px solid #ffae00;
}

.tabs3 li.active a {
    background-image: linear-gradient(270deg, #ffae00 0%, #ec6e1a 100%);
    color: #fff;
    border: 1px solid #ffae00;
    font-family: 'Roboto-Light';
}


/*tabs end*/

.tabs-b-p30 {
    padding-bottom: 30px;
}


/*     load more css start      */

.load-more-button {
    display: none;
    padding: 0px 10px;
}

.load-content {
    margin: 10px 0px 20px 10px;
}

.load-more {
    background-color: #fff;
    color: #3a3089 !important;
    padding: 11px 75px 10px 75px;
    font-size: 14px;
    margin: 15px 0;
    display: inline-block;
    border: 1px solid #3a3089;
    border-radius: 0px;
    font-family: 'Poppins-Light';
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

.load-more:hover {
    background-color: #3a3089;
    color: #fff !important;
}


/*     load more css end      */

.bor-img {
    border: 1px solid transparent;
    padding-bottom: 20px;
    border-image-repeat: stretch;
    border-image-slice: 10;
    border-image-width: 10px;
    border-image-outset: 0;
    border-image-source: url(../images/bor-img.png);
}

.bor-img2 {
    border: 1px solid transparent;
    padding-bottom: 20px;
    border-image-repeat: stretch;
    border-image-slice: 10;
    border-image-width: 10px;
    border-image-outset: 0;
    border-image-source: url(../images/bor-img.png);
}

.bor-img-padding {
    padding: 40px 30px 25px 31px;
}

.bor-img-padding2 {
    padding: 50px 85px 65px 85px;
    background-color: #fff;
}

.cal-box {
    border: 1px solid #ff873a;
    padding: 20px 0px 12px 0px;
    border-radius: 5px;
    width: 310px;
}

.time-box {
    border: 1px solid #69bf55;
    padding: 20px 0px 12px 0px;
    border-radius: 5px;
    width: 310px;
}

.location-box {
    border: 1px solid #7569cf;
    padding: 20px 20px 12px 20px;
    border-radius: 5px;
    width: auto;
}

.regis-now a:hover {
    background-image: linear-gradient(-90deg, #eb6d19 0%, #ffae00 100%);
}

.row-left-section {
    margin-right: 60px;
}

.row-right-section {
    margin-left: -70px;
}

.regis-now2 a {
    background-image: linear-gradient(-90deg, #ffae00 0%, #eb6d19 100%);
    padding: 12px 25px;
}

.regis-now2 a:hover {
    background-image: linear-gradient(-90deg, #eb6d19 0%, #ffae00 100%);
}


/*        gallery start            */

.small {
    font-size: 11px;
    color: #999;
    display: block;
    margin-top: -10px
}

.cont {
    text-align: center;
}

.page-head {
    padding: 60px 0;
    text-align: center;
}

.page-head .lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 50px;
    margin-top: 0;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.btn-lg {
    border-radius: 2px;
    font-size: 18px;
    line-height: 1.33333;
    padding: 10px 16px;
}

.btn-primary:hover {
    background-color: #fff;
    color: #152836;
}

.btn-primary {
    background-color: #152836;
    border-color: #0e1a24;
    color: #ffffff;
}

.btn-primary {
    border-color: #eeeeee;
    color: #eeeeee;
    transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}

.page-head h1 {
    font-size: 42px;
    margin: 0 0 20px;
    color: #FFF;
    position: relative;
    display: inline-block;
}

.page-head h1 .version {
    bottom: 0;
    color: #ddd;
    font-size: 11px;
    font-style: italic;
    position: absolute;
    width: 58px;
    right: -58px;
}

.demo-gallery>ul {
    margin-bottom: 0;
    padding-left: 15px;
}

.demo-gallery>ul>li {
    margin-bottom: 15px;
    width: 180px;
    display: inline-block;
    margin-right: 15px;
    list-style: outside none none;
}

.demo-gallery>ul>li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.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%;
    width: 100%;
}

.demo-gallery>ul>li a:hover>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>img {
    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>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}


/*        gallery end            */


/*        kkk        */


/*=============     dynamic css  start     =================*/

.green-t {
    color: #09862e;
}

.dynamic-button {
    border: none;
    padding: 11px 25px 9px 25px;
    color: #fff;
    background-image: linear-gradient(90deg, #685cca 0%, #463c93 100%);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dynamic-button:hover {
    background-image: linear-gradient(90deg, #463c93 0%, #685cca 100%);
    background-color: #ac0069;
}

.das-border-t {
    border-top: 1px dashed #b4b0b2;
}

.forget-grey-t {
    color: #6c6c6c;
}


/*=============     dynamic css  end     =================*/

.join-form input,
.join-form textarea {
    font-size: 15px;
    line-height: 25px;
    color: #595959 !important;
    border-radius: 0;
    border-color: #c7c7c7;
}

.join-form input {}

label {
    display: inline-block;
    margin-bottom: 4px;
}

.form-group {
    margin-bottom: 10px;
}

.form-row>[class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

.form-control.careerform {
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 42px !important;
    border: 1px solid #a7a7a7;
}

.dropdown-select {
    /*-webkit-appearance: none;*/
    -moz-appearance: none;
    background: #fff !important;
    border: 1px solid #a7a7a7;
    border-radius: 0px;
    color: #696969;
    font-size: 14px !important;
    height: 42px !important;
    padding: 8px 13px;
    line-height: 14px;
    margin: 0;
    position: relative;
    text-shadow: none;
    width: 100%;
    z-index: 2;
}


/*
.dropdown::after {
  border-bottom: medium none;
  border-top-style: solid;
  margin-top: 7px;
 }
.dropdown::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #9a9a9a transparent;
    border-bottom-color: transparent;
  border-image: none;
  border-style: dashed;
    border-top-style: dashed;
    border-bottom-style: dashed;
  border-width: 5px;
    border-bottom-width: 5px;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 29%;
  width: 0;
  z-index: 2;
}
  */

.text-green {
    color: #007613;
}

.text-vai {
    color: #5250bc;
}

.morebtn-bg3 {
    background-image: linear-gradient(-90deg, #ec6d1b 0%, #ca0351 100%);
    padding: 10px 0px;
    border: none;
    color: #FFFFFF;
    width: 232px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.morebtn-bg3:hover {
    background-image: linear-gradient(-90deg, #ca0351 0%, #ec6d1b 100%);
}


/*        kiran css end               */

.captchabg {
    background: #000;
    color: #fff;
    padding: 0 8px;
    margin: 0 5px;
    width: 80px;
    line-height: 30px;
    display: inline-block;
}

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

label.error {
    color: #ff0000;
    font-size: 13px;
}

.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;
    text-align: center;
}

.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(../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);
    /* helps IE */
    -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;
}

.text-green {
    color: #007613;
}

.text-vai {
    color: #5250bc;
}

.cont-grey-t {
    color: #555555;
}

.orange-t {
    color: #fd5722;
}

.morebtn-bg3 {
    background-image: linear-gradient(-90deg, #ec6d1b 0%, #ca0351 100%);
    padding: 10px 0px;
    border: none;
    color: #FFFFFF;
    width: 232px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.morebtn-bg3:hover {
    background-image: linear-gradient(-90deg, #ca0351 0%, #ec6d1b 100%);
}

.common_btn3 {
    border: 1px solid #5250bc;
    padding: 7px 20px 6px 20px;
    color: #5250bc;
    background-color: #fff;
    letter-spacing: 0.5px;
}

.common_btn3:hover {
    color: #fff;
    background-color: #5250bc;
}

.form-control.contact-form {
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c7c7c7;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 40px !important;
    border: 1px solid #a7a7a7;
}

#captcha_response .alert {
    margin: 10px 0 !important;
}

.innersec_br::before,
.innersec_br::after {
    content: '';
    position: absolute;
    display: block;
    height: 3px;
    top: 38px;
    left: 0;
}

.innersec_br::before {
    width: 140px;
    background: #32278e;
}

.innersec_br::after {
    width: 70px;
    background: #fd5722;
}

.reg-l-margin {
    margin-left: -170px;
}


/*   count down start       */

.time-width {
    width: 60px;
}

#clockdiv {
    font-family: 'Roboto-Regular';
    color: #000;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}

#clockdiv>div:not(:last-child) {
    margin-right: 5px;
}

#clockdiv>div {
    padding: 15px 10px 10px 7px;
    border-radius: 3px;
    display: inline-block;
}

#clockdiv div>span {
    border-radius: 3px;
    display: inline-block;
    font-size: 36px;
    color: #b12532;
    font-family: 'Poppins-Bold';
    line-height: 25px;
}


/*.smalltext {
  padding-top: .05em;
  font-size: 1em;
  background-color: #333232;
  box-shadow: 4px 4px 3px #333232;
}*/

#clockdiv span {
    color: #bdb7f6;
}


/*   count down end  */

.gallerypic {
    min-height: 210px;
    min-width: 300px;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.reg-c .container {
    max-width: 1030px !important;
}

.reg-c {
    background: #fff url(../images/reg-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}


.video-icon-hover1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/video-hovico.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;
}

.position-r {
    position: relative;
}

.blueicon {
    color: #4b419a;
    margin-right: 5px;
}

.d-flex-c {
    display: flex;
    line-height: 35px;
}

.radio-btn {
    display: flex;
    flex-wrap: wrap;
}

.radio-btn>div:not(:first-child) {
    margin-left: 35px;
}

.o-m {
    margin-left: 35px;
}

.join-btn>a {
    margin-top: 10px;
    display: inline-block;
}


.user-table thead {
    background-color: #ff853a;
}


.user-table.table-bordered td,
.user-table.table-bordered th {
    border: 1px solid #dee2e6;
    border-bottom: none !important;
    border-top: none !important;
    /* padding: 8px 10px; */
    border-left: none !important;
}

.user-table.table-bordered th:first-child,
.user-table.table-bordered td:first-child {
    border-left: none !important;
}

.user-table.table-bordered th:last-child,
.user-table.table-bordered td:last-child {
    border-right: none !important;
}

.user-table.table-bordered thead th {
    font-family: 'Roboto-Medium' !important;
    font-size: 15px;
    color: #fff;
}

.user-table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f3f3f3 !important;
}

.user-table td,
.user-table th {
    font-family: 'Roboto-Regular' !important;

}

.user-table.table.dataTable thead th {
    border-bottom: none !important;
}

.user-body .dataTables_paginate.paging_simple_numbers>span {
    display: inline-flex;
    padding: 4px;
    border-radius: 20px;
    filter: drop-shadow(0 0 7.5px rgba(0, 0, 0, 0.18));
    background-color: #fafafa;
    align-items: center;

}

.user-body .dataTables_paginate span .paginate_button.current,
.user-body .dataTables_paginate span .paginate_button.current:hover {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background-color: #ff8537 !important;
    background-image: none !important;
    color: #fff !important;
    border: none !important;
}

.user-body .dataTables_paginate span .paginate_button:hover {

    color: white !important;
    border: none !important;
    background-color: #ff8537 !important;
    background-image: none !important;


}

.user-body .dataTables_paginate span .paginate_button {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding: 0px !important;
    margin: 0px 1px !important;
    font-size: 14px;
    font-family: 'Roboto-Regular' !important;


}

.user-body .dataTables_paginate span .paginate_button {
    display: inline-flex !important;
}

.user-body table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6 !important;
}

.user-body .btn-primary {
    min-width: 105px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-image: linear-gradient(-90deg, #ffae00 0%, #eb6d19 100%);
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Poppins-Regular";
}

.user-body .control-label,
.user-body .dataTables_length label {
    font-family: 'Roboto-Regular' !important;
    font-size: 14px !important;
    color: #0e0e0e !important;
}

.user-body .form-control {
    min-height: 40px !important;
    border-radius: 2px !important;
    background-color: #ffffff !important;
    border: 1px solid #ced4da !important;
}

.user-body ::placeholder {
    font-size: 14px !important;
    letter-spacing: 0px !important;
    line-height: 17px !important;
    color: #515151 !important;
    font-family: "Roboto-Regular" !important;
}

.user-body .paginate_button.previous,
.user-body .paginate_button.next,
.user-body .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #eb6d19 !important;
}

.user-body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-image: linear-gradient(-90deg, #ffae00 0%, #eb6d19 100%) !important;
    border-radius: 20px;
    cursor: pointer;
    border: 0;
}

.btn-d-flex {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.btn-d-flex #dateClear{min-width: auto !important;}