/* 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-7p {
    margin-top: 7px;
}

.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;
}


/* 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-w1color {
    color: #161300;
}

.text-violet {
    color: #a41475;
}

.text-v1color {
    color: #5d003f;
}


/* 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-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.ttf';
}

.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';
}


/* 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-robo-bold {
    font-family: 'Roboto-Bold';
}

.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';
    color: #161300;
    line-height: 26px;
}

.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: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler.x .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}


/* dropdown css */

.dropdown-menu {
    margin: 0px;
    min-width: 250px;
    padding-bottom: 0px !important;
    padding: 20px;
    border: 0px;
    border-radius: 0px 0px 4px 4px;
}

.dropdown-menu a {
    display: block;
    position: relative;
    padding: 15px 12px;
    border-bottom: 1px solid #e8e8e8 !important;
    color: #344c5c !important;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.dropdown-menu a:last-child {
    border-bottom: 0px solid #e8e8e8;
}

.dropdown-menu a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    width: 10px;
    height: 2px;
    opacity: 0;
    background-color: #0092ff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.res-toggle {
    position: absolute;
    right: 0px;
    top: 12px;
    cursor: pointer;
    display: none;
}


/* sub menu */

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    /* display: none; */
    float: left;
    min-width: 290px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 16px;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    transition: all 0.3s ease 0s;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    transform-origin: 0 0 0;
}

.sub-menu {
    padding: 0px;
}

.sub-menu li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #e8e8e8;
}

.sub-menu a {
    display: block;
    position: relative;
    padding: 12px 12px;
    letter-spacing: 0px;
    color: #000000 !important;
    filter: none;
}

.sub-menu a:hover {
    color: #de6f02 !important;
}

.sub-menu li:last-child {
    border-bottom: 0px;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children:hover .sub-menu {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}


/* ------------------------------------------------------------------------------------------------------------*/


/* HOME PAGE STARTS HERE */


/* ------------------------------------------------------------------------------------------------------------*/


/* common css */

.sec_title {
    font-size: 30px;
    color: #1d1d1d;
    font-family: 'Josefin Sans Bold';
}

.hd-color {
    color: #f03c3c;
}

.bg-properties {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-control:focus {
    box-shadow: none;
}


/* HEADER SECTION STARTS HERE   */


/* HEADER-TOP CSS  */

.header_top_block {
    background-image: url(./images/header-top.png);
    height: 160px;
}

.top-left {
    margin-left: -18px;
}

.top-logo {
    margin-top: 6px;
}

.responsive-logo {
    display: none;
}


/* HEADER-BOTTOM CSS  */

.header_bottom_block {
    /*background-image: url(./images/menu-bg-img.png);*/
    background-repeat: repeat;
    background-color:#ff8500;
}

.header_bottom_block .navbar {
    padding: 0px;
}

.menu {
    margin: 0px auto;
    justify-content: space-between;
    width: 100%;
}

.menu a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    transition: all 1s ease-out 0s;
    font-family: 'Montserrat-Medium';
    padding: 10px 14px !important;
    border: 0px solid transparent;
    display: inline-block;
}

.menu .active a,
.menu a:hover {
    color: #76004e;
}

.menu .active {
    background: #ff9626;
}

.login a {
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.25));
    background-color: rgba(255, 144, 0, 0);
    border: 2px solid #feba27;
    border-radius: 50px;
    padding: 1px 15px !important;
}


/* banner-sec css */

.banner-sec {
    background-image: url(./images/banner-bg.png);
    position: relative;
    z-index: 2;
    padding-bottom: 55px;
}

.ban-bg {
    background-image: url("./images/ban-bg.png");
    padding: 20px;
    border-radius: 10px;
}

.banner-left,
.banner-right {
    border-radius: 8px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 1, 0.2));
    background-color: #ffffff;
    border: 5px solid #ffffff;
}

.banner-left {
    background-image: url("./images/bl.png");
    background-size: 100% 100%;
    padding: 20px;
    margin-right: -20px;
}

.banner-right {
    margin-left: 25px;
}


/* left block css */

.pres-ico {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    filter: drop-shadow(0px 5px 5px rgba(255, 96, 0, 0.75));
    background-color: #fff;
    border: 3px solid #ffffff;
}

.know_btn a:before,
.know_btn a:after {
    content: '';
    position: absolute;
    background-color: #ff2836;
    width: 65%;
    height: 1px;
    top: 50%;
}

.know_btn a:before {
    left: -75%;
}

.know_btn a:after {
    right: -75%;
}


/* right block css */

.ban-ico {
    height: 490px;
    border-radius: 8px;
    object-fit: cover;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto;
    opacity: 1;
}

.carousel-control-prev {
    left: -5px;
}

.carousel-control-next {
    right: -5px;
}


/* latest updates */

.latest-block {
    padding: 22px 0px 22px 0px;
}

.latest-content {
    width: 100%;
}

.latestnew-li li a {
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
}


/* main bg section common css start here */

.main-bg {
    background-image: url(./images/center-bg.png);
    padding: 60px 0px 85px 0px;
    margin-top: -60px;
    z-index: 1;
    /* background-size: 100% 100%; */
}

.cen-left,
.cen-right,
.main-br {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.main-br {
    left: 0;
    right: 0;
}

.cen-left2,
.cen-right2,
.main-br2 {
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.cen-left {
    left: 0;
}

.cen-right {
    right: 0;
}

.cen-left2 {
    left: 0;
}

.cen-right2 {
    right: 0;
}

.box-mainbg {
    filter: drop-shadow(0px 3px 7.5px rgba(0, 0, 0, 0.15));
}

.boxbg {
    border-bottom: 1px solid #ffce86;
    background: #fffaf4;
    padding: 20px;
}

.boxbg2 {
    background: #fffaf4;
    padding: 20px;
}


/* welcome left button block */

.buttonslis {
    display: block;
    padding: 14px 14px 17px 14px;
}

.buttonslis li {
    margin-top: 9px;
}

.buttonslis li:first-child {
    margin-top: 0px;
}

.buttonslis li a {
    display: flex;
    border-radius: 2px;
    filter: drop-shadow(0px 3px 0px #b21414);
    background-color: #ef3b3b;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 3px 3px;
    font-family: 'Oswald-Regular';
    align-items: center;
    border-radius: 50px;
    letter-spacing: 1px;
}

.buttonslis li:nth-child(2) a {
    background-color: #69af47;
    filter: drop-shadow(0px 3px 0px #308a0f);
}

.buttonslis li:nth-child(3) a {
    filter: drop-shadow(0px 3px 0px #026198);
    background-color: #1a92d7;
}

.buttonslis li:nth-child(4) a {
    filter: drop-shadow(0px 3px 0px #ce590f);
    background-color: #ff8c35;
}

.buttonslis li:last-child a {
    filter: drop-shadow(0px 3px 0px #7020be);
    background-color: #9650db;
}

.buttonslis li:hover .btn1 {
    background-color: #e42c2c;
}

.buttonslis li:hover .btn2 {
    background-color: #62a442;
}

.buttonslis li:hover .btn3 {
    background-color: #1687c8;
}

.buttonslis li:hover .btn4 {
    background-color: #f88228;
}

.buttonslis li:hover .btn5 {
    background-color: #8646c6;
}


/* more 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 {
    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:hover {
    background-image: url(./images/sponactivebtn-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}


/* fb css */

.fb-block {
    padding: 15px;
}

.fb-cont {
    padding: 10px 15px 15px 15px;
    border: 1px solid #4a6eba;
}

.fb-cont h5 {
    font-size: 14px;
    line-height: 20px;
    color: #425f9c;
}

.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';
}


/* welcome right sponsors css */

.spon_hd {
    background: url(./images/gold-bg.png) no-repeat center;
    padding: 19px 10px 16px 10px;
}

.spon_hd h2 {
    font-size: 19px;
    color: #000000;
    font-family: 'Josefin Sans Bold';
    text-align: center;
    margin: 0px;
}

.spon_hd2 {
    background: url(./images/spon-bg.png) no-repeat center;
}

.side_sponsors {
    position: relative;
    padding-bottom: 11px;
}

.spon_icon {
    margin-bottom: 11px;
}

.s1-icon {
    width: 180px;
    height: 155px;
}

.s2-icon {
    width: 180px;
    height: 95px;
}


/* welcome section common css */

.wel-bg {
    padding: 5px 5px 0px 5px;
}

.wel-br {
    border-bottom: 1px solid #ffbf60;
}

.wel_left_blk {
    margin-right: 58px;
}

.wel_right_blk {
    margin-left: 58px;
}

.wel_middle_blk {
    margin-right: -70px;
    margin-left: -70px;
}

.wel_left_blk,
.wel_right_blk {
    background-color: #fff7b3;
    border: 1px solid #ffbf60;
    border-bottom: 0px;
}


/* welcome middle block css */

.welcome-block {
    filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.17));
    background-color: #ffffff;
    padding: 35px 25px 35px 25px;
}

.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: 20px;
}

.wel_subtitle:before {
    content: url(./images/wel-right-icon.png);
    padding-right: 20px;
}


/* .wel_title { */


/* font-size: 31px; */


/* line-height: 40px; */


/* color: #009303; */


/* font-family: 'rechargerg-bold'; */


/* filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.15)); */


/* -webkit-text-stroke-width: 1px; */


/* -webkit-text-stroke-color: #fff; */


/* } */


/* .wel_title span{color: #000;} */


/* 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-box img {
    width: 150px;
    height: 200px;
    margin-right: 14px;
}

.upcoming__content h6 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.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%);
}

.upcoming_btn a {
    padding: 7px;
}


/* gallery css */

.g-bg {
    padding: 15px;
}

.galley-block,
.v-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}

.gallery__icon,
.v-icon {
    height: 165px;
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.12));
    background-color: #ffffff;
    border: 5px solid #ffffff;
    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: -45px;
    background-image: linear-gradient(0deg, #3f7b04 0%, #74ad3d 100%);
}

.footer-logo {
    z-index: 3;
    position: relative;
}

.footer_block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}

.footer-box {
    padding: 10px;
    height: 100%;
    background-color: #f8f8f8;
    filter: drop-shadow(0px 6px 5px rgba(0, 0, 0, 0.2));
}

.soc-icons img {
    margin: 0px 2px;
}

.ft {
    margin-top: 10px;
}

.aw-ico {
    transform: translateY(-6px);
}


/* 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%;
}

.form-control {
font-family: 'Muli-Light'!important;
font-size: 13px!important;
}

.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: 20px;
    display: none;
}

.mobile-visible {
    display: block;
}

.footer-menus {
    display: flex;
    justify-content: end;
    padding: 17px 0px;
    position: relative;
    z-index: 1;
}

.footer-menus .nav-item {
    padding-left: 45px;
}

.footer-menus .nav-item .nav-link {
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding: 13px 0px 15px 0px;
    position: relative;
    text-transform: uppercase;
}

.foot-bg3 {
    position: absolute;
    bottom: -17px;
    z-index: 9;
}


/* copyright section */

.copyright_block {
    margin-top: -84px;
    background-image: url(./images/f2.png);
    background-size: 100% 100%;
    padding: 110px 0px 20px 0px;
}


/* 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(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;
}


/* ---------------------------------------------------------- */


/* INNER PAGES COMMON CSS STARTS HERE */


/* ---------------------------------------------------------- */

.inn-ban {
    background-image: url(./images/inn-banner-bg.png);
    height: 643px;
    z-index: 1;
}

.inn-main-bg {
    background-image: url(./images/inn-mainbg.png);
    background-size: 100% 100%;
}

.inn-box-mainbg {
    margin-top: -578px;
    position: relative;
    z-index: 3;
}

.inn-box-mainpd {
    padding: 5px;
}

.inner_left_blk {
    margin-right: -83px;
}

.inner_right_blk {
    border: 1px solid #ffbf60;
}

.inn-heading-bg {
    background-image: linear-gradient(0deg, #fff5e2 0%, #ffe07f 100%);
    border: 1px solid #ffbf60;
    padding: 16px 25px 8px 25px;
}

.inn-content-pd {
    padding: 25px 40px 10px 40px;
}


/* -------------- kiran ------- inner page form css start ----------------------*/

.mob-l-p15 {
    padding-left: 0px
}

.table th {
    padding: .5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.join-form input,
.join-form textarea {
    font-size: 15px;
    line-height: 25px;
    color: #595959!important;
    border-radius: 0;
    border-color: #c7c7c7;
}

.join-form input {
    height: 46px;
}

.common_btn {
    border: 1px solid #7f0148;
    padding: 11px 30px 9px 30px;
    color: #fff;
    background-color: #7f0148;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.common_btn:hover {
    border: 1px solid #ac0069;
    background-color: #ac0069;
}

.common_btn2 {
    border: 1px solid #7f0148;
    padding: 7px 20px 6px 20px;
    color: #fff;
    background-color: #7f0148;
    letter-spacing: 0.5px;
}

.common_btn2:hover {
    border: 1px solid #ac0069;
    background-color: #ac0069;
}

.common_btn3 {
    border: 1px solid #7f0148;
    padding: 7px 20px 6px 20px;
    color: #7f0148;
    background-color: #fff;
    letter-spacing: 0.5px;
}

.common_btn3:hover {
    border: 1px solid #7f0148;
    background-color: #7f0148;
    color: #fff;
}

label {
    display: inline-block;
    margin-bottom: 2px;
    font-size: 13px;
}

.form-group {
    margin-bottom: 7px;
}

.form-row>[class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

.das-border-t {
    border-top: 1px dashed #b4b0b2;
}

.forget-grey-t {
    color: #6c6c6c;
}

.cont-grey-t {
    color: #555555;
}


/*=========== Committees start============*/

.shadow-bg {
    box-shadow: 0 -46px 66px 1px rgb(218, 218, 218) inset;
}

.border-bot {
    border-bottom: #eaeaea 1px solid;
}

.committee-item {
    border-right: #eaeaea 1px solid;
}

.committee-item1 {
    border-left: #eaeaea 1px solid;
}

.ltgrey-bg {
    background-color: #f8f7f7;
}

.committe-li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.committe-li .li-color {
    background-color: #f4f4f4;
}

.prisident-circle {
    border: 3px solid #fff;
    border-radius: 50%;
    filter: drop-shadow(0px 4px 3px rgba(141, 93, 0, 0.35));
}

.prisident-circle2 {
    border: 3px solid #fff;
    border-radius: 50%;
    filter: drop-shadow(0px 4px 3px rgba(141, 93, 0, 0.35));
}


/*=========== Committees end============*/

.letter-space1 {
    letter-spacing: 1px;
}

@media only screen and (max-width:767px) {
    .mob-l-p15 {
        padding-left: 15px;
    }
    .mob-t-c {
        text-align: center;
    }
    .mob-t-m-form {
        margin-top: -45px;
    }
    .mob-t-m-form2 {
        margin-top: -15px;
    }
    /*=========== Committees start============*/
    .committe-li {
        grid-template-columns: repeat(1, 1fr);
    }
    .committe-li .li-color {
        background-color: transparent;
    }
    .committe-li li:nth-child(even) {
        background-color: #f4f4f4;
    }
    .fam-t-c {
        text-align: center;
    }
    .fam-img-width {
        width: 30%;
    }
    .tab-t-p15 {
        padding-top: 15px;
    }
    /*=========== Committees end============*/
    .fam-img-width {
        width: 45% !important;
    }
    .banner-left {
        margin-right: 0px;
    }
    .sponsors-li li {
        width: 48%!important;
        margin-bottom: 3%!important;
    }
}

@media only screen and (max-width:480px) {
    .mob-width {
        width: 100%
    }
    .fam-img-width {
        width: 45%;
    }
}

@media only screen and (max-width:380px) {
    .con-but-t-mar {
        margin-top: 10px;
    }
}


/*========= kk form css respoincive end========*/

.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;
}

.msg-caption {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.pink-t {
    color: #7e0148;
}

.font-w-b {
    font-weight: 600;
}

.position-r {
    position: relative;
}

.exe-list li {
    width: 32.66%;
    margin-right: 1%;
    margin-top: 11%;
}

.exe-list li:nth-child(3n+3) {
    margin-right: 0;
}

.exe-list li:nth-child(3n+4) {
    clear: both;
}

.gray-bg1 {
    background-color: #f8f8f8;
}

.exe-bor {
    border-color: #e3e3e3;
}

.im-cir {
    max-height: 140px;
    max-width: 140px;
    overflow: hidden;
    display: table-cell;
    border-radius: 50%;
    border: 3px solid #ffffff;
    margin-top: -60px;
}


/* -- SHADOW [start] -- */

.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);
}

.shadow1 {
    -webkit-box-shadow: 1.5px 2.598px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1.5px 2.598px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 1.5px 2.598px 6px rgba(0, 0, 0, 0.1);
}


/* -- SHADOW [end] -- */

.imgzoom-h {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.imgzoom-h:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.know_btn1 a:before,
.know_btn a:after {
    content: '';
    position: absolute;
    width: 65%;
    height: 1px;
    top: 50%;
}


/*.know_btn1 a:before {left: -75%;}*/


/*.know_btn1 a:after {  right: -75%;}*/

.gallpholis li {
    width: 32.3%;
    margin-right: 1.5%;
    margin-bottom: 1.4%;
}

.gallpholis li:nth-child(3n+3) {
    margin-right: 0;
}

.gallpholis li:nth-child(3n+4) {
    clear: both;
}

.gallpholis li:last-child {
    margin-right: 0;
}

.news-list li {
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 15px;
    margin-bottom: 10px;
}

.inner-head {
    font-size: 23px;
    font-family: 'Poppins-Medium';
    margin: 0px;
    color: #5d003f;
}

.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;
}

.test-pad {
    padding: 15px 15px 15px 15px;
}

.border-radius6 {
    border-radius: 6px;
}

.read-bor {
    border-top: 2px solid #7ccf0f;
}

.fam-img-width {
    width: 100%;
}

.pay-bg {
    background-color: #fff8d8;
}

.red-t {
    color: #f1280d;
}

.black-t {
    color: #1d1d1d;
}

.sponsors-li li {
    width: 23.875%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
}

.sponsors-li li:nth-child(4n+4) {
    margin-right: 0;
}

.sponsors-li li:nth-child(4n+5) {
    clear: both;
}

.width100 {
    height: 150px;
    width: 100%;
    border: 1px solid #d3d3d3;
}

.letespa1 {
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid;
}
.hide {
display:none;
}