@import url(font-awesome.min.css);
@import url(animate.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.css);

body {
    margin: 0;
    padding: 0;
    font-family: "Lato-Regular";
}

@font-face {
    font-family: "Lato-Bold";
    src: url("../fonts/Lato-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lato-Italic";
    src: url("../fonts/Lato-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lato-Regular";
    src: url("../fonts/Lato-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    font-family: "Lato-Regular";
    font-size: 18px;
}

.mb-0 {
    margin-bottom: 0px;
}

.top--part {
    width: 100%;
    background-color: #393735;
    float: left;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.top--part .top--heading {
    width: 100%;
    padding: 0px 0 0 180px;
    height: 100%;
    display: flex;
    align-items: center;

}

.top--part .top--heading h2 {
    font-family: "Lato-Regular";
    color: #fff;
    margin: 0px;
}

.top--part .row {
    display: flex;
    flex-wrap: wrap;
}

.member--btn,
.register--btn {
    width: auto;
    color: #fff;
    float: right;
    font-family: "Lato-Regular";
    background-color: #00ADEE;
    padding: 8px 8px 8px 40px;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: normal;
    position: relative;
    cursor: pointer;
}

.member-icon {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #C6E9F7;
    color: #022B39;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    font-size: 16px;
}

.register--btn {
    float: left;
    background-color: #F15A23;
}

.register--btn .member-icon {
    background-color: #F7C6B4;
    color: #A83106;
}

.member--btn {
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-part {
    width: 100%;
    float: left;
    padding-top: 52px;
}

.banner-part .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
    margin-top: 0px;
}

.banner-part .owl-nav .owl-prev {
    left: 0;
    position: absolute;
}

.banner-part .owl-nav .owl-next {
    right: 0;
    position: absolute;
}

.banner-part .owl-theme .owl-nav [class*="owl-"] {
    background-color: #fcac19;
    font-size: 35px;
    border-radius: 0px;
    transition: all linear 0.5s;
}

.banner-part .owl-nav .owl-prev:hover {
    background-color: #e09711;
}

.banner-part .owl-nav .owl-next:hover {
    background-color: #e09711;
}

.banner-part .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin-top: 0 !important;
    font-family: "Roboto-Medium";
    width: 115px;
    padding: 10px 10px;
    background-color: #3834b1;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.banner-part .owl-dots span {
    opacity: 0;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    border-radius: 0 !important;
}

.banner-part .owl-dots:after {
    content: counter(slides-num);
    /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    padding-left: 5px;
    color: #b0aef2;
}

.banner-part .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    /* Increment counter */
    margin-right: 0px;
    cursor: auto;
}

.banner-part .owl-dot span {
    display: none;
}

.banner-part .owl-dot.active:before {
    content: counter(slides-num) " ";
    /* Use the same counter to get current item. */
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    position: absolute;
    left: 38px;
    top: 50%;
    transform: translate(0, -50%);
    color: #FFF;
}

.body--mainpart {
    width: 100%;
    float: left;
    padding: 40px 0 0 0;
}

.about--mainheading {
    width: 100%;
    float: left;
}

.about--mainheading h4 {
    font-size: 32px;
    font-family: "Lato-Regular";
    margin: 0px;
    color: #414143;
    position: relative;
}

.about--mainheading h4::after {
    content: "";
    width: 45%;
    height: 1px;
    background-color: #414143;
    right: 0;
    bottom: 5px;
    position: absolute;
}

.about--box {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.about--box h4 {
    color: #00aeef;
    font-family: "Lato-Italic";
    font-size: 32px;
    margin-top: 0px;
}

.about--box article {
    margin-top: 20px;
}

.about--box p {
    color: #414143;
    font-size: 18px;
    white-space: pre-line;
}

.joinus--section {
    width: 92%;
    float: left;
    margin-top: 60px;
    position: relative;
    margin-left: 4%;
    margin-right: 4%;
}

.joinus--section img {
    float: left;
    margin-right: 10px;
}

.joinus--section p {
    width: 100%;
    font-family: "Lato-Bold";
    font-size: 18px;
    color: #000;
    padding-top: 10px;
    margin-bottom: 0px;
}

.become-member-section {
    padding-top: 10px;
}

.become-member-section .btn {
    float: right;
    color: #00aeef;
    font-family: "Lato-Bold";
    line-height: normal;
    transition: all linear 0.5s;
    cursor: pointer;
}

.become-member-section .btn:hover {
    border: 1px solid #00aeef;
    background-color: #e1f2f9;
}

.our--objectivesection {
    width: 100%;
    float: left;
    background-color: #f1f2f2;
    margin-top: 60px;
    padding: 20px 0 0 0;
}

.same--heading {
    width: 100%;
    float: left;
}

.same--heading h4 {
    margin-top: 0px;
    color: #414143;
    font-size: 30px;
    font-family: "Lato-Bold";
    padding: 7px 0 4px 0;
    position: relative;
    float: left;
}

.same--heading h4 img {
    width: 35px;
    margin-right: 12px;
    position: relative;
    top: -4px;
}

.same--heading h4::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.our--objectivelist--box {
    width: 100%;
    float: left;
    margin-top: 14px;
    padding-bottom: 8px;
}

.sub--section {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
}

.our--objectivelist--box ul {
    margin: 0;
    padding: 0;
}

.our--objectivelist--box ul li {
    list-style: none;
    font-size: 19px;
    color: #000;
    font-family: "Lato-Italic";
    position: relative;
    display: table;
    padding-bottom: 19px;
}

.our--objectivelist--box ul li aside {
    color: #00aeef;
    font-family: "Lato-Bold";
    display: table-cell;
    width: 150px;
}

.toghter--section {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.toghter--message {
    width: 100%;
    color: #00aeef;
    font-size: 30px;
    font-family: "Lato-Bold";
    text-align: center;
    position: relative;
    line-height: normal;
}

.toghter--message::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0px;
    color: #00aeef;
    background: url(../images/opening-second-bracket.png) no-repeat;
    width: 18px;
    height: 100%;
    background-size: contain;
    background-position: right;
}

.toghter--message::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0px;
    color: #00aeef;
    background: url(../images/closing-second-bracket.png) no-repeat;
    width: 18px;
    height: 100%;
    background-size: contain;
    background-position: left;
}

.our--activity {
    width: 100%;
    float: left;
    position: relative;
}

.our--activity::before {
    content: "";
    width: 50%;
    height: 100%;
    background-color: #0957bb;
    position: absolute;
    left: 0;
    top: 0;
}

.our--activity::after {
    content: "";
    width: 50%;
    height: 100%;
    background-color: #01a6e6;
    position: absolute;
    right: 0;
    top: 0;
}

.our--activity--listbox {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    ;
}

.our--activity--listbox .activity--box {
    padding: 30px 15px 30px 15px;
    z-index: 1;
}

.our--activity--listbox .activity--box.middle--box {
    background-color: #046dd3;
}

.activity--box .img--icon {
    width: 65px;
    height: 65px;
    display: inline-block;
    background-size: cover;
}

.our--activity--listbox .activity--box:nth-child(1n) .img--icon {
    background-position: 0 0;
    transition: all linear 0.5s;
}

.our--activity--listbox .activity--box:nth-child(2n) .img--icon {
    background-position: 0 -120px;
    transition: all linear 0.5s;
}

.our--activity--listbox .activity--box:nth-child(3n) .img--icon {
    background-position: 0 -238px;
    transition: all linear 0.5s;
}

.our--activity--listbox .activity--box:nth-child(1n):hover .img--icon {
    background-position: 0 -62px;
    transition: all linear 0.5s;
}

.our--activity--listbox .activity--box:nth-child(2n):hover .img--icon {
    background-position: 0 -180px;
    transition: all linear 0.5s;
}

.our--activity--listbox .activity--box:nth-child(3n):hover .img--icon {
    background-position: 0 -296px;
    transition: all linear 0.5s;
}

.activity--box h4 {
    font-size: 20px;
    font-family: "Lato-Bold";
    color: #fff;
    font-size: 30px;
}

.activity--box p,
.activity--des {
    font-size: 18px;
    color: #fff;
    font-family: "Lato-Regular";
}

.activity--des ul {
    margin: 0;
    padding: 0;
}

.activity--des ul li {
    list-style: none;
    width: 100%;
    display: block;
    padding: 0 0 7px 0;
    position: relative;
}

.activity--des ul li::before {
    content: "\f105";
    font: normal 20px/1 FontAwesome;
    color: #fff;
    margin-right: 10px;
}

.activity--des ul li:last-child {
    padding-bottom: 0px;
}

.stroy--section {
    width: 100%;
    float: left;
    padding-top: 30px;
    background-color: #f1f2f2;
}

.story-box {
    width: 100%;
    float: left;
    margin-top: 14px;
}

.thumbnail--imgbox {
    width: 100%;
    height: 342px;
    overflow: hidden;
}

.thumbnail--imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: 1s ease;
}

.stroy--section .thumbnail .caption h3 {
    margin-top: 15px;
    font-family: "Lato-Bold";
    color: #00aeef;
}

.story-box .caption p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.stroy--section .thumbnail:hover .thumbnail--imgbox img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
}

.caption .more-btn .btn {
    background-color: transparent;
    border: 0px;
    color: #06526f;
    font-family: "Lato-Regular";
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 15px;
    transition: all linear 0.5s;
    line-height: normal;
}

.caption .more-btn .btn:hover {
    background-color: #06526f;
    color: #fff;
}

.postion-site {
    position: sticky;
    top: 0;
}

footer {
    width: 100%;
    float: left;
    background-color: #000000;
    padding: 32px 0 0 0;
}

footer .row {
    display: flex;
    flex-wrap: wrap;
}

.main--footerlogobox {
    display: flex;
    align-items: flex-end;
    height: 100%;
    flex-wrap: wrap;
}

.footer--logobox {
    width: 100%;
    float: left;
    position: relative;
}

.footer--logobox img {
    float: left;
}

.footer--logobox .caption {
    float: left;
    width: 61%;
    font-size: 16px;
    color: #fff;
    font-family: "Lato-Regular";
    position: absolute;
    bottom: 0;
    right: 10px;
}

.footer--logobox .caption p {
    margin-bottom: 0px;
    position: relative;
    padding-left: 8px;
}

.footer--logobox .caption p::before {
    content: "";
    width: 1px;
    height: 86%;
    background-color: #00aeef;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

footer address {
    width: 100%;
    font-family: "Lato-Regular";
    font-size: 15px;
    color: #fff;
    white-space: pre-line;
    margin-bottom: 0px;
    line-height: normal;
}

footer address b {
    color: #00aeef;
}

.copyright-container {
    width: 100%;
    float: left;
    background-color: #939598;
    padding: 8px 0;
    margin-top: 20px;
}

.copyright-container p {
    font-size: 14px;
    color: #fff;
    margin: 4px 0 0 0;
}

.footer-socialpart {
    width: 100%;
}

.footer-socialpart ul {
    float: right;
    margin-bottom: 0px;
}

.footer-socialpart ul li {
    border-radius: 4px;
    transition: all linear 0.5s;
}

.footer-socialpart ul li:not(:last-child) {
    margin-right: 3px;
}

.footer-socialpart ul li a {
    font-size: 19px;
    width: 20px;
    display: block;
    text-align: center;
    transition: all linear 0.5s;
}

.footer-socialpart ul li.insta {
    background: linear-gradient(45deg, #405de6 0%, #ce2f94 29%, #fcb35b 67%, #da5957 100%);
}

.footer-socialpart ul li.insta a {
    color: #fff;
}

.footer-socialpart ul li.facbook {
    background-color: #4565a8;
}

.footer-socialpart ul li.facbook a {
    color: #fff;
}

.footer-socialpart ul li.twitter {
    background-color: #1DA1F2;
}

.footer-socialpart ul li.twitter a {
    color: #fff;
}

.footer-socialpart ul li.linkdin {
    background-color: #007bb5;
}

.footer-socialpart ul li.linkdin a {
    color: #fff;
}

.footer-socialpart ul li.insta:hover {
    background: #fff;
}

.footer-socialpart ul li.insta a:hover {
    color: #C13584;
}

.footer-socialpart ul li.facbook:hover {
    background-color: #fff;
}

.footer-socialpart ul li.twitter a:hover {
    color: #1DA1F2;
}

.footer-socialpart ul li.twitter:hover {
    background-color: #fff;
}

.footer-socialpart ul li.facbook a:hover {
    color: #4565a8;
}

.footer-socialpart ul li.linkdin:hover {
    background-color: #fff;
}

.footer-socialpart ul li.linkdin a:hover {
    color: #007bb5;
}

.ssl_btn {
    width: 135px;
    float: right;
}

.ssl_btn a img {
    width: 100% !important;
}

/* Member Modal Css */
.member-modal .modal-body {
    display: flex;
    padding: 0 0;
}

.member-modal .modal-body .left-side {
    background-color: #534949;
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.membership-img {
    width: 290px;
}

.membership-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.memberfiled-side {
    width: 75%;
    padding: 15px 15px;
    position: relative;
}

.memberfiled-side .close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    opacity: 9;
    text-shadow: none;
    padding: 5px 8px;
    color: #fff;
    z-index: 2;
}

.memberfiled-side .form-heading {
    padding-bottom: 12px;
}

.memberfiled-side .form-heading h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Lato-Bold";
    color: #00aeef;
    font-size: 20px;
    position: relative;
}

.memberfiled-side .form-heading h3::after {
    content: "";
    width: 180px;
    height: 3px;
    /*background-color: #00aeef;*/
    position: absolute;
    left: 0;
    bottom: -6px;
}

.memberfiled-side form .form-group {
    margin-bottom: 6px;
}

.memberfiled-side .form-group label {
    font-family: "Lato-Regular";
    font-weight: 500;
}

.memberfiled-side .form-group .form-control {
    /*border: 1px solid #c8c5c5;*/
    box-shadow: none;
}

.memberfiled-side .form-group textarea {
    resize: none;
}

.memberfiled-side .form-group .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.memberfiled-side .radiobox-section {
    width: 100%;
    border-top: 1px solid #ddd;
}

.memberfiled-side .radiobox-section h5 {
    font-family: "Lato-Bold";
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 17px;
}

.memberfiled-side .radiobox-section .radio {
    margin-bottom: 0px;
}

.memberfiled-side .radiobox-section div[class^='col']:nth-child(7n) .radio {
    display: none;
}

.required {
    color: red;
    font-size: 18px;
    top: 0;
}

.memberfiled-side .form-bottom {
    border-top: 1px solid #ddd;
    padding: 15px 15px 0 15px;
    margin-top: 5px;
    width: 100%;
    float: left;
}

.memberfiled-side .form-bottom button {
    float: right;
    line-height: normal;
    font-family: "Lato-Regular";
}

.memberfiled-side .form-bottom button[type="reset"] {
    margin-right: 8px;

}

.mainfiled-container {
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 15px;
	height:700px;
	overflow:auto;
}

.mainfiled-container  .heading{
	padding-left:15px;
	padding-top: 10px;
	padding-bottom:10px
}

.mainfiled-container  .heading h2 {
	font-size: 18px;
	color:#00aeef;
}

.mainfiled-container  .heading h2::before {
    content: "\f18e";
    font: normal 14px / 1 FontAwesome;
    color: #00aeef;
    margin-right: 5px;
}

/* End Member Modal Css */

/* Register for the Event Modal Css */
.register-event-modal .modal-body {
    border: 1px solid #fff;
}

.register-event-modal .modal-body .left-side .membership-img .logo-box {
    width: 130px;
    position: absolute;
    background-color: #000;
    padding: 5px 5px;
    top: 60px;
}

.register-event-modal .modal-body .left-side .membership-img .logo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.register-event-modal .modal-body .left-side {
    display: block;
    /*width: 35%;*/
    width: 40%;
}

.register-event-modal .modal-body .left-side .membership-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.register-event-modal .modal-body .left-side .membership-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.register-event-modal .modal-body .memberfiled-side {
    width: 60%;
}

.register-event-modal .modal-body .memberfiled-side .checkbox-section {
    margin-top: 10px;
}

.inner-filedBox {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: center;
}

.phnumber-div {
    display: flex;
}

.phnumber-div .country-code {
    margin-right: 6px;
    flex: 57%;
}

.dropdown {
    position: relative;
    width: 100%;
}

.dropdown-button {
    width: 100%;
    padding: 6px;
    border: 1px solid #c8c5c5;
    cursor: pointer;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #555;
    border-radius: 4px;
}

.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    background: #fff;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
    min-width: 200px;
    scrollbar-width: thin;
}

.dropdown-list input {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.dropdown-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-list li {
    padding: 10px;
    cursor: pointer;
}

.dropdown-list li:hover {
    background: #f0f0f0;
}

.error {
    color: red;
    margin-top: 10px;
}

/* End Register for the Event Modal Css */

.more-content {
    display: none;
}

/* Photo Gallery Css */
.Image-gallery-filterpart{
    width: calc(100%);
    float: left;
}

.main-category { display: flex; gap: 15px; list-style: none; margin: 10px 0 0 0; padding: 0 15px;}
.main-category li { cursor: pointer; background: #eee; padding: 8px 12px; border-radius: 5px; position: relative; transition: all linear 0.5s }
.lb-details .lb-number{display: none !important;}
.main-category li.active { background: #3934B2; color: #fff;}
.main-category li:hover { background: #3934B2; color: #fff; }
.main-category li .sub-category li.active{border-radius:0px;}
.sub-category {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 10;
    min-width: 220px;
}
.sub-category li {
  padding: 10px 15px;
  white-space: nowrap;
}
.has-dropdown:hover .sub-category {
  display: block;
border-radius: 0px;    
  color: #333;    
}
.has-dropdown .sub-category li:hover {
    border-radius: 0px;
    background-color: #5E5ACA;
    color: #fff;
}
.gallery-slider .cmn-photoBox{
    height: 300px;
}
.gallery-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.slick-slide { padding: 0 10px; }
.slick-slider .slick-prev, .slick-slider .slick-next{
	width: 42px;
	background-color: #3934B2;
	border-radius: 15px;
	transition: all linear 0.5s;
    color: transparent;
    top: 102%;
    /*transform: translate(0, -50%);*/
    cursor: pointer;
    position: absolute;
    font-size: 0;
    line-height: 0;
    border: 0;
    padding: 6px 7px;
    margin: 5px;
}
.slick-slider .slick-next{
    right: 45%;
}
.slick-slider .slick-prev{
    left: 45%;
}
.slick-slider .slick-prev::before{
    content: "\f104";
    font: normal 14px/1 FontAwesome;
    color: #fff;
}
.slick-slider .slick-next::before{
    content: "\f105";
    font: normal 14px/1 FontAwesome;
    color: #fff;    
}
.photogallery--section {
    width: 100%;
    float: left;
    padding: 30px 0 25px;
    margin-bottom: 35px;
}


.photogallery-box {
    width: 100%;
    margin: 14px 0 0 0;
    float: left;
}

.cmn-photoBox {
    background-color: #fff;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.photo-box {
    width: 100%;
    height: 300px;
    position: relative
}

.photo-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.glightbox-clean .gdesc-inner{
    padding: 15px 15px;
}
.glightbox-clean .gslide-title{
    font-family: "Lato-Regular";
    text-align: center;
    margin: 0px;
    color: #3934B2;
    font-weight: 500;
}
.slick-track{
    float: left;
}

/* End Photo Gallery Css */

/* Governance Css */
.governance--section {
    width: 100%;
    float: left;
    padding: 30px 0 20px;
    background-color: #f1f2f2;
}

.para-content {
    width: 100%;
    float: left;
}

.steering-commitee-section {
    width: 100%;
    float: left;
    margin-top: calc(5vh + 15px);
}

.sub-heaing {
    width: 100%;
    float: left;
    text-align: center;
}

.sub-heaing h5 {
    font-family: "Lato-Bold";
    font-size: 25px;
    color: #3934B2;
    margin: 0 0 15px 0;
    position: relative;
    display: inline-block;
}

.sub-heaing h5::after {
    content: "";
    width: calc(145px - 10px);
    height: 3px;
    position: absolute;
    left: calc(-170px + 2vw);
    background-image: url(../images/heading-border-left.png);
    background-repeat: no-repeat;
    top: 50%;
}

.sub-heaing h5::before {
    content: "";
    width: calc(145px - 10px);
    height: 3px;
    position: absolute;
    right: calc(-170px + 2vw);
    background-image: url(../images/heading-border-right.png);
    background-repeat: no-repeat;
    top: 50%;
}

.profile-section {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.profile-box {
    display: flex;
    flex-direction: row;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 500px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
    transition: transform 0.3s ease;
    position: relative;
}

.profile-box::before,
.profile-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid transparent;
    border-radius: 16px;
    pointer-events: none;
}

.profile-box::before {
    border-top: 1px solid #3834b1;
    border-left: 1px solid #3834b1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.profile-box::after {
    border-bottom: 1px solid #3834b1;
    border-right: 1px solid #3834b1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease 0.3s;
}

.profile-box:hover::before {
    transform: scaleX(1);
}

.profile-box:hover::after {
    transform: scaleX(1);
}

.profile-box .profile-img {
    flex: 1;
    background: #e9ecef;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;

}

.profile-box .profile-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #3834b1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.profile-detialing {
    flex: 2;
    padding: 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profile-detialing h5 {
    margin: 0;
    font-size: 19px;
    color: #0957bb;
    font-family: "Lato-Regular";
}

.profile-detialing .position {
    margin: 4px 0;
    color: #333;
    font-size: 14px;
}

.profile-detialing small {
    font-family: "Lato-Italic";
    letter-spacing: 0.5px;
    color: #777;
}

/* End Governance Css */

/* Founder Css */
.founder-section {
    width: 100%;
    float: left;
    margin-top: calc(5vh + 15px);
}

.sub-foundersection {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.team-card {
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    position: relative;
}

.team-card .profile-img {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0px;
    border: 5px solid #f8e5ea;
    position: relative;
}

.team-card .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card .info {
    flex-grow: 1;
    margin-left: calc(-55px + 1rem);
    padding-left: calc(30px + 2rem);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 1px solid #FCAC19;
}

.team-card .info .name {
    margin-bottom: 0px;
    font-size: 19px;
    font-family: "Lato-Regular";
    color: #3833B0;
}

.team-card .info .designation {
    color: #333;
    font-size: 14px;
}

.team-card .info .background {
    font-size: 85%;
    margin-top: 2px;
    padding-bottom: 5px;
    font-family: "Lato-Italic";
    letter-spacing: 0.5px;
    color: #777;
}

.team-card::before {
    content: '';
    position: absolute;
    top: 12px;
    right: 67px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FCAC19;
}

.team-card::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 54px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FCAC19;
}

.first-teamcard .profile-img {
    border-color: #fb9e7a;
}

.secend-teamcard .profile-img {
    border-color: #f8c567;
}

.third-teamcard .profile-img {
    border-color: #928fce;
}

/* End Founder Css */

/* Inner Page Css */
.innerpage-container {
    width: 100%;
    float: left;
    padding-top: calc(100px - 47px);
}

.inner-banner {
    width: 100%;
    float: left;
}

.inner-banner img {
    width: 100%;
    height: 100%;
}

.inner-bodysection {
    width: 100%;
    float: left;
    padding-top: calc(3vh + 20px);
    padding-bottom: calc(2vh + 20px);
}

/* End Inner Page Css */

/* Registration Form Css */
.inner-bodysection .para-content span{
    width: 100%;
    display: block;
    line-height: normal;
}
.inner-bodysection .para-content span:nth-child(2n){
    margin: 10px 0;
}
.event-registrationctn{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: calc(2vh + 15px);
}
.event-bg-imagebox{
    width: 100%;
    height: calc(100vh - 25px);
    background-color: #DBEAF0;
    background-color: rgba(57,52,178,0.3);
    border-radius: 12px;
}
.event-imagebox {
	width: calc(100% - 50px);
	height: calc(100vh - 90px);
	background-color: #F7C363;
    background-color: #f49c7b;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translate(0,-50%);
	border-radius: 12px;
    overflow: hidden;
}
.event-imagebox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form-filedcontainer{
    width: 100%;
    padding: 10px calc(2vw + 5px);
}
.form-heading-section{
    width: 100%;
    text-align: center;
}
.form-heading-section h4 {
	margin-top: 0;
	font-family: "Lato-Bold";
	margin-bottom: calc(2vh + 10px);
	color: #3934B2;
	font-size: 25px;
    line-height: normal;
    position: relative;
}

.form-heading-section h4::before {
	content: "";
	width: calc(145px - 10px);
	height: 3px;
	position: absolute;
	right: calc(-55px + 2vw);
	background-image: url(../images/heading-border-right.png);
	background-repeat: no-repeat;
	top: 50%;
}
.form-heading-section h4::after {
	content: "";
	width: calc(145px - 10px);
	height: 3px;
	position: absolute;
	left: calc(-55px + 2vw);
	background-image: url(../images/heading-border-left.png);
	background-repeat: no-repeat;
	top: 50%;
}
.member-nonmemberctn{
    width: 100%;
    margin-bottom: calc(100px - 75px);
    display: flex;
    justify-content: center;
}
.member-nonmemberctn .same-box {
	/*padding: 7px calc(10px + 5px);*/
    padding: 7px calc(100% - 475px) 7px 30px;
	font-family: "Lato-Regular";
    line-height: normal;
    width: auto;
    text-align: center;
    position: relative;
    letter-spacing: 0.5px;
    color: #373737;
}
.member-nonmemberctn .same-box aside{
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    padding: 12px 12px;
    background-color: transparent;
}
.member-nonmemberctn .nonmember-box::before{
    content:" | ";
    position: absolute;
    left: -3px;
    color: #373737;
    font-family: "Lato-Bold";
}
.member-box aside .fa{
    color: #f5ae29;
}
.nonmember-box aside .fa{
    color: #fc642b;
}

.same-box span:nth-child(1) {
	margin-right: 4px;
	letter-spacing: 0.5px;
	font-weight: bold;
}

.ListForm-Filedpart {
	width: 100%;
	margin-top: 5px;
	float: left;
}
.ListForm-Filedpart .form-group {
	margin-bottom: 22px;
}
.ListForm-Filedpart .form-control {
	font-family: "Lato-Regular";
    -webkit-transition: 0.5s;
	transition: 0.5s;
	outline: none;
	font-size: 15px;
    height: 40px;
}
.recaptcha-wrapper .g-recaptcha {
  transform: scale(0.95);
  transform-origin: 0 0;
}
.gradient-border {
  border: 4px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #F15A23, #FCAC19);
  border-radius: 10px;
  outline: none;
  transition: border-image-source 0.4s ease;
}

.gradient-border:focus {
    border-image-source: linear-gradient(to right, #7A11D4, #3833B1, #0DADDD); /* Focus color */
}

.submit-btn{
    width: 100%;
    margin-top: 15px;
    background: linear-gradient(to right,#3833b1 20%,#0daddd 100%); 
	border-color: #0D7DAE;
	color: #fff;
	font-size: 15px;
	letter-spacing: .5px;
	position: relative;
    display: block;
    padding: 10px 12px;
    transition: all linear 0.5s;
}
.submit-btn:hover,
.submit-btn:focus{
	color: #fff;
    background: linear-gradient(to right,#0daddd 20%,#3833b1 100%);
}
.lodar-box {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	text-align: center;
	background-color: #03ace9;
	cursor: none;
	font-size: 23px;
	color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #626060;
  transition: color 0.3s ease;
}
.form-control::-moz-placeholder {
  color: #626060;
    transition: color 0.3s ease;
}
.form-control:-ms-input-placeholder {
  color: #626060;
    transition: color 0.3s ease;
}
.form-control:focus::-moz-placeholder{
    color: #2a2a2a;
}
.form-control:focus::-webkit-input-placeholder{
    color: #2a2a2a;
}
.form-control:focus:-ms-input-placeholder{
    color: #2a2a2a;
}

.paymenttext {
	text-align: center;
	font-size: 19px;
	margin-bottom: 20px;
	font-family: "Lato-Regular";
	font-weight: bold;
	color: #C66B17;
    line-height: normal;
}
.qrcodediv {
    text-align: center;
    height: calc(100vh - 190px);
}
.qrcodediv img {
   width: 100%;
    height: 100%;
    object-fit: contain;
}


/* End Registration Form Css */

/* Auto Show Bootstrap Modal */
.autoshow-registermodal .modal-header{
    padding: 0;
    border: 0;
}
.autoshow-registermodal .modal-header .close{
    position: absolute;
    padding: 5px 8px;
    right: 0px;
    background-color: red;
    opacity: 9;
    margin-top: 0;
    text-shadow: none;
    font-size: 20px;
    z-index: 1;
    color: #fff;
}
.autoshow-registermodal .modal-body{
    padding: 10px 6px 15px 6px;
    background: radial-gradient(ellipse at center, rgba(27,53,81,1) 0%,rgba(15,36,58,1) 50%,rgba(15,34,53,1) 100%);
    border: 1px solid #315173;
}
.autoshow-modalbodyctn{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    text-align: center;
    justify-content: center;
}
.autoshow-modalbodyctn .big--headingsection,
.autoshow-modalbodyctn .date--timesection{
    width: 100%;
}
.top--logosection{
    display: flex;
    justify-content: center;
}
.top--logosection .logo-box{
    width: calc(100% - 120px);
    position: relative;
}
.top--logosection .logo-box::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #56b8f6;
    position: absolute;
    bottom: 0;
    left: 0;
}
.top--logosection .logo-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position:  center center;
}
.big--headingsection h2 {
	margin: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 0.5px;
	font-weight: bold;
}
.date--timesection{
    color: #dcb749;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.date--timesection .date{
    text-transform: uppercase;
    font-size: 28px;
    margin: 0px;
}
.date--timesection .date sup{
    font-size: 14px;
    top: -.8em;
}
.date--timesection .time{
    text-transform: uppercase;
    margin: 0px;
    font-size: 19px;
}
.date--timesection .location{
    text-transform: uppercase;
    margin: 0px;
    font-size: 17px;    
}

.caption--section h4{
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    font-family: "Lato-Regular";
}
.notificationmsg--section h5,
.notificationmsg--section h6{
    color: #fff;
    text-transform: uppercase;
    font-family: "Lato-Regular";
}
.notificationmsg--section h5{
	font-size: 19px;
	letter-spacing: 0.5px;
	font-weight: 600;
    margin: 0;
}
.notificationmsg--section h6{
    font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 600;
}
.link--btnsection .btn:nth-child(1){
    text-transform: capitalize;
    letter-spacing: 0.5px;
    background: linear-gradient(to right, rgb(0, 173, 238) 0%,rgb(69, 192, 238) 48%,rgb(0, 173, 238) 100%);
    color: #fff;
    border: 0px;
    transition: all linear 0.5s;
    margin-right: 10px;
}
.link--btnsection .btn:nth-child(1):hover{
    color: #fff;
    background: linear-gradient(to right,  rgba(69,192,238,1) 0%,rgba(0, 173, 238,1) 48%,rgba(69,192,238,1) 100%);
}
.link--btnsection .btn:nth-child(2){
    text-transform: capitalize;
    letter-spacing: 0.5px;
    background: linear-gradient(to right,  rgba(207,126,55,1) 0%,rgba(213,145,62,1) 48%,rgba(207,126,55,1) 100%);
    color: #fff;
    border: 0px;
    transition: all linear 0.5s;
}
.link--btnsection .btn:nth-child(2):hover{
    color: #fff;
    background: linear-gradient(to right,  rgba(213,145,62,1) 0%,rgba(207,126,55,1) 48%,rgba(213,145,62,1) 100%);
}
.autoshow-registermodal .modal-dialog {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) !important;
      margin: 0 auto;
}
.notificationmsg--section{
    width: 100%;
}

/* End Auto Show Bootstrap Modal */

@media (max-width:575.98px) {
    .top--part {
        position: relative;
        padding: 12px 0;
    }

    .top--part .top--heading {
        text-align: center;
        padding: 0;
        margin-bottom: 10px;
        display: block;
    }

    .top--part .top--heading h2 {
        font-size: 20px;
    }

    .member--btn,
    .register--btn {
        font-size: 13px;
        text-align: center;
        width: auto;
        padding: 5px 6px;
    }

    .member--btn {
        /*display: none;*/
    }

    @-moz-document url-prefix() {

        .member--btn,
        .register--btn {
            font-size: 13px;
        }
    }

    .member-icon {
        display: none;
    }

    .allbtn--section {
        display: flex;
        justify-content: center;
    }

    .banner-part {
        padding-top: 0px;
    }

    .banner-part .owl-nav {
        top: 50%;
        display: none;
    }

    .banner-part .owl-theme .owl-nav [class*="owl-"] {
        width: 32px;
        height: 32px;
        font-size: 24px;
        border-radius: 100%;
        line-height: normal;
        padding: 0 0;
    }

    .banner-part .owl-dots {
        bottom: -7px;
        width: 95px;
        padding: 7px 7px;
        display: none;
    }

    .banner-part .owl-item.bx0 .item::after,
    .banner-part .owl-item.bx4 .item::after{
        background: url(../images/abshaibangali-mobile-banner04.jpg) no-repeat;
    }
    .banner-part .owl-item.bx1 .item::after,
    .banner-part .owl-item.bx5 .item::after{
        background: url(../images/abshaibangali-mobile-banner05.jpg) no-repeat;
    }
    .banner-part .owl-item.bx2 .item::after,
    .banner-part .owl-item.bx6 .item::after{
        background: url(../images/abshaibangali-mobile-banner02.jpg) no-repeat;
    }
    .banner-part .owl-item.bx3 .item::after,
    .banner-part .owl-item.bx7 .item::after{
        background: url(../images/abshaibangali-mobile-banner03.jpg) no-repeat;
    }     
    .banner-part .owl-item.bx0 .item::after,
    .banner-part .owl-item.bx1 .item::after,
    .banner-part .owl-item.bx2 .item::after,
    .banner-part .owl-item.bx3 .item::after,
    .banner-part .owl-item.bx4 .item::after,
    .banner-part .owl-item.bx5 .item::after,
    .banner-part .owl-item.bx6 .item::after,
    .banner-part .owl-item.bx7 .item::after{
        content: "";
        /*background: url(../images/abshaibangali-mobile-banner01.jpg) no-repeat;*/
        width: 100%;
        height: 564px;
        display: block;
        background-size: 100% 100%;
    }

/*
    .banner-part .owl-item.bx1 .item::after,
    .banner-part .owl-item.bx3 .item::after,
    .banner-part .owl-item.bx5 .item::after {
        content: "";
        background: url(../images/abshaibangali-mobile-banner02.jpg) no-repeat;
        width: 100%;
        height: 564px;
        display: block;
        background-size: 100% 100%;
    }
*/

    .banner-part .owl-item.bx0 .item img,
    .banner-part .owl-item.bx1 .item img,
    .banner-part .owl-item.bx2 .item img,
    .banner-part .owl-item.bx3 .item img,
    .banner-part .owl-item.bx4 .item img,
    .banner-part .owl-item.bx5 .item img,
    .banner-part .owl-item.bx6 .item img,
    .banner-part .owl-item.bx7 .item img {
        display: none;
    }

    .body--mainpart {
        padding-top: 25px;
    }

    .about--mainheading h4 {
        font-size: 19px;
    }

    .about--mainheading h4::after {
        display: none;
    }

    .about--box {
        margin-top: 15px;
    }

    .about--box h4 {
        font-size: 20px;
    }

    .about--box p {
        font-size: 16px;
    }

    .joinus--section {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
    }

    .joinus--section p {
        font-size: 16px;
    }

    .our--objectivesection {
        margin-top: 15px;
    }

    .same--heading h4 {
        width: 100%;
        font-size: 25px;
    }

    .our--objectivelist--box {
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .our--objectivelist--box ul li {
        display: block;
        font-size: 16px;
    }

    .our--objectivelist--box ul li aside {
        display: block;
        font-size: 17px;
    }

    .toghter--message {
        font-size: 20px;
        line-height: 26px;
    }

    .toghter--message::before,
    .toghter--message::after {
        display: none;
    }

    .our--activity [class^="col"] {
        padding-left: 0px;
        padding-right: 0px;
    }

    .our--activity--listbox {
        display: block;
        width: 100%;
    }

    .our--activity::before,
    .our--activity::after {
        display: none;
    }

    .our--activity--listbox .activity--box {
        padding: 15px;
    }

    .our--activity--listbox .first--box {
        background-color: #0957bb;
        background-color: #3934b2;
    }

    .our--activity--listbox .middle--box {
        background-color: #0eaede;
    }

    .our--activity--listbox .last--box {
        background-color: #01a6e6;
        background-color: #fcac19;
    }

    .activity--box h4 {
        font-size: 25px;
    }

    .activity--box p,
    .activity--des {
        font-size: 16px;
    }

    .thumbnail--imgbox {
        height: auto;
    }

    footer .row {
        display: block;
    }

    footer .main--footerlogobox {
        display: block;
        height: auto;
    }

    .footer--logobox img {
        width: 115px;
        float: none;
        margin: auto;
        display: block;
    }

    .footer--logobox .caption {
        width: 100%;
        position: relative;
        margin-top: 15px;
        right: 0;
    }

    .footer--logobox .caption p {
        padding: 5px 0 0 0;
    }

    .footer--logobox .caption p::before {
        width: 100%;
        height: 1px;
        top: 0;
        transform: translate(0, 0);
    }

    .footer-socialpart {
        margin-top: 8px;
        text-align: center;
    }

    .footer-socialpart ul {
        float: left;
        margin-left: 0px;
    }

    .ssl_btn {
        margin-top: 8px;
    }

    .become-member-section {
        text-align: center;
    }

    .become-member-section .btn {
        background-color: #00ADEE;
        color: #fff;
        float: none;
        font-size: 16px;
    }

    /* Member Modal 575 mediaquery */
    .member-modal .modal-body .left-side {
        display: none;
    }

    .memberfiled-side {
        width: 100%;
    }

    /* End Member Modal 575 mediaquery */

    /* Register for the Event Modal 575 mediaquery */
    .register-event-modal .modal-body {
        display: block;
        border: 0px;
        padding-top: 10px;
    }

    .register-event-modal .modal-body .left-side {
        display: block;
        width: 94%;
        margin: auto;
        /*background-color: #090909;*/
        background-color: #830723;
    }

    .register-event-modal .modal-body .left-side .membership-img .logo-box {
        top: 35px;
        width: 100px;
    }

    .register-event-modal .modal-body .left-side .membership-img {
        height: 250px;
    }

    .register-event-modal .modal-body .left-side .membership-img img {
        object-fit: contain;
    }

    .register-event-modal .modal-body .memberfiled-side {
        width: 100%;
        position: unset;
    }

    .register-event-modal .modal-body .memberfiled-side .checkbox-section {
        position: relative;
        padding-left: 0px;
    }

    .register-event-modal .modal-body .memberfiled-side .checkbox-section #introducebusiness {
        position: absolute;
        left: 0;
        margin-top: 3px;
    }

    .phnumber-div .country-code {
        flex: 30%;
    }

    .phnumber-div .ph-number {
        flex: 70%;
    }

    /* End Register for the Event Modal 575 mediaquery */

    /* Photo gallery 575 mediaquery */
    .photogallery-box .photo-box {
        height: auto
    }
    .photogallery--section{
        margin-bottom: 0px;
    }
    .photogallery-box .slick-slider .slick-arrow{
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        width: 40px;
        height: 40px;
        border-radius: 100%;
    }

    .photogallery-box .slick-slider .slick-prev {
        left: 0;
        z-index: 1;
    }

    .photogallery-box .slick-slider .slick-next {
        right: 0;
    }
    .slick-slider .slick-prev::before,
    .slick-slider .slick-next::before{
        font-size: 22px;
    }
    .glightbox-clean .gnext,
    .glightbox-clean .gprev{
        top: 50%;
        width: 30px;
        height: 35px;
    }
    /* End Photo gallery 575 mediaquery */

    /* Steering Committee & Founder 575 mediaquery*/
    .sub-heaing h5::before,
    .sub-heaing h5::after {
        display: none;
    }

    .steering-commitee-section,
    .founder-section {
        margin-top: calc(5vh + 5px);
    }

    .team-card::before,
    .team-card::after {
        top: 11px;
    }

    /* End Steering Committee & Founder 575 mediaquery*/
    
    /* Event Registration Inner Page 575 */
    .innerpage-container{
        padding-top: 0px;
    }
    .inner-bodysection{
        padding-top: calc(3vh + 2px);
    }
    .event-registrationctn{
        margin-top: calc(2vh - 6px);
    }
    .form-heading-section h4{
        font-size: 22px;
        margin-bottom: calc(1vh + 10px);
    }
    .form-heading-section h4::after,
    .form-heading-section h4::before{
        display: none;
    }
    .member-nonmemberctn{
        margin-bottom: calc(100px - 90px);
    }
    .member-nonmemberctn .same-box{
        width: auto;
        overflow: inherit;
        padding: 7px 12px 7px 7px;
    }
    .member-nonmemberctn .nonmember-box::before{
        display: none;
    }
    /* End Event Registration Inner Page 575 */
    
    /* Auto Show Modal 575 */
    .autoshow-registermodal .modal-dialog{
        width: calc(100% - 40px);
    }
    /* End Auto Show Modal 575*/
    

}

@media (min-width: 576px) and (max-width: 767.98px) {

    .top--part {
        position: relative;
    }

    .top--part .top--heading {
        padding: 0 0 0 0;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }

    .top--part .top--heading h2 {
        font-size: 21px;
    }

    .member--btn,
    .register--btn {
        font-size: 13px;
    }

    .banner-part {
        padding-top: 0px;
    }

    .banner-part .owl-nav {
        top: 40%;
    }

    .banner-part .owl-theme .owl-nav [class*="owl-"] {
        width: 32px;
        height: 32px;
        font-size: 24px;
        border-radius: 100%;
        line-height: normal;
        padding: 0 0;
    }

    .banner-part .owl-dots {
        bottom: 7px;
        width: 95px;
        padding: 7px 7px;
    }

    .body--mainpart {
        padding-top: 25px;
    }

    .about--mainheading h4 {
        font-size: 21px;
    }

    .about--mainheading h4::after {
        display: none;
    }

    .about--box {
        margin-top: 15px;
    }

    .about--box h4 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .about--box article {
        margin-top: 15px;
    }

    .about--box p {
        font-size: 16px;
    }

    .joinus--section {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
    }

    .joinus--section p {
        font-size: 16px;
    }

    .our--objectivesection {
        margin-top: 15px;
    }

    .same--heading h4 {
        width: 100%;
        font-size: 25px;
    }

    .our--objectivelist--box {
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .our--objectivelist--box ul li {
        display: block;
        font-size: 16px;
    }

    .our--objectivelist--box ul li aside {
        display: block;
        font-size: 17px;
    }

    .toghter--message {
        font-size: 20px;
    }

    .toghter--message::before,
    .toghter--message::after {
        display: none;
    }

    .our--activity [class^="col"] {
        padding-left: 0px;
        padding-right: 0px;
    }

    .our--activity--listbox {
        display: block;
        width: 100%;
    }

    .our--activity::before,
    .our--activity::after {
        display: none;
    }

    .our--activity--listbox .activity--box {
        padding: 15px;
    }

    .our--activity--listbox .first--box {
        background-color: #0957bb;
    }

    .our--activity--listbox .last--box {
        background-color: #01a6e6;
    }

    .activity--box h4 {
        font-size: 25px;
    }

    .activity--box p,
    .activity--des {
        font-size: 16px;
    }

    .thumbnail--imgbox {
        height: auto;
    }

    footer .row {
        display: block;
    }

    footer .main--footerlogobox {
        display: block;
        height: auto;
    }

    .footer--logobox img {
        width: 115px;
        float: none;
        margin: auto;
        display: block;
    }

    .footer--logobox .caption {
        width: 100%;
        position: relative;
        margin-top: 15px;
        right: 0;
    }

    .footer--logobox .caption p {
        padding: 5px 0 0 0;
    }

    .footer--logobox .caption p::before {
        width: 100%;
        height: 1px;
        top: 0;
        transform: translate(0, 0);
    }

    .footer-socialpart {
        margin-top: 8px;
        text-align: center;
    }

    .footer-socialpart ul {
        float: left;
        margin-left: 0;
    }

    .ssl_btn {
        margin-top: 8px;
    }

    /* Member Modal 576 - 767 mediaquery */
    .member-modal .modal-body .left-side {
        display: none;
    }

    .memberfiled-side {
        width: 100%;
    }

    /* End Member Modal 576 - 767 mediaquery */

    /* Register for the Event Modal 576 - 767 mediaquery */
    .register-event-modal .modal-body {
        display: block;
        border: 0px;
        padding-top: 10px;
    }

    .register-event-modal .modal-body .left-side {
        display: block;
        width: 94%;
        margin: auto;
        background-color: #830723;
    }

    .register-event-modal .modal-body .left-side .membership-img .logo-box {
        top: 35px;
        width: 100px;
    }

    .register-event-modal .modal-body .left-side .membership-img {
        height: 250px;
    }

    .register-event-modal .modal-body .left-side .membership-img img {
        object-fit: contain;
    }

    .register-event-modal .modal-body .memberfiled-side {
        width: 100%;
        position: unset;
    }

    .phnumber-div .country-code {
        flex: 30%;
    }

    .phnumber-div .ph-number {
        flex: 70%;
    }

    /* End Register for the Event Modal 576 - 767 mediaquery */

    /* Photo gallery 576 mediaquery */
    .photogallery-box .photo-box {
        height: auto
    }
    .photogallery--section{
        margin-bottom: 0px;
    }
    .photogallery-box .slick-slider .slick-arrow{
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        width: 40px;
        height: 40px;
        border-radius: 100%;
    }

    .photogallery-box .slick-slider .slick-prev {
        left: 0;
        z-index: 1;
    }

    .photogallery-box .slick-slider .slick-next {
        right: 0;
    }
    .slick-slider .slick-prev::before,
    .slick-slider .slick-next::before{
        font-size: 22px;
    }
    .glightbox-clean .gnext,
    .glightbox-clean .gprev{
        top: 50%;
        width: 30px;
        height: 35px;
    }

    /* End Photo gallery 576 mediaquery */

    /* Steering Committee & Founder 576 mediaquery*/
    .steering-commitee-section,
    .founder-section {
        margin-top: calc(5vh + 5px);
    }

    .team-card::before,
    .team-card::after {
        top: 11px;
    }

    .profile-box {
        margin-left: calc(50% - 250px);
    }

    /* End Steering Committee & Founder 576 mediaquery*/
    
    /* Event Registration Inner Page 576 */
    .innerpage-container{
        padding-top: 0px;
    }
    .inner-bodysection{
        padding-top: calc(3vh + 2px);
    }
    .event-registrationctn{
        margin-top: calc(2vh - 6px);
    }
    .form-heading-section h4{
        font-size: 22px;
        margin-bottom: calc(2vh + 10px);
        display: inline-block;
    }
    .form-heading-section h4::after{
        left: calc(-155px + 2vw);
    }
    .form-heading-section h4::before{
        right: calc(-155px + 2vw);
    }
    .member-nonmemberctn .same-box{
        padding: 7px 15px 7px 30px;
    }
    .member-nonmemberctn .nonmember-box::before{
        display: none;
    }
    /* End Event Registration Inner Page 576 */ 
    
    /* Auto Show Modal 576 */
    .autoshow-registermodal .modal-dialog{
        width: calc(100% - 100px);
    }
    /* End Auto Show Modal 576*/    
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .top--part {
        position: relative;
    }

    .top--part .top--heading {
        padding-left: 0px;
        padding-top: 4px;
    }

    .top--part .top--heading h2 {
        font-size: 18px;
    }

    .member--btn,
    .register--btn {
        font-size: 12px;
    }

    .banner-part {
        padding-top: 0px;
    }

    .banner-part .owl-nav {
        top: 42%;
    }

    .about--mainheading h4 {
        font-size: 28px;
    }

    .about--mainheading h4::after {
        width: 24%;
    }

    .about--box {
        margin-top: 20px;
    }

    .about--box h4 {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .about--box p {
        font-size: 16px;
    }

    .joinus--section {
        margin-top: 30px;
    }

    .joinus--section p {
        font-size: 17px;
    }

    .our--objectivesection {
        margin-top: 30px;
    }

    .same--heading h4 {
        font-size: 26px;
    }

    .our--objectivelist--box ul li {
        font-size: 17px;
    }

    .toghter--message {
        font-size: 26px;
    }

    .our--activity--listbox .activity--box {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .activity--box h4 {
        font-size: 26px;
    }

    .activity--box p,
    .activity--des {
        font-size: 15px;
    }

    .stroy--section .thumbnail .caption h3 {
        font-size: 21px;
    }

    .story-box .thumbnail {
        max-height: 503px;
        max-height: max-content;
    }

    .footer--logobox .caption p {
        font-size: 15px;
    }

    .ssl_btn {
        margin-top: 10px;
    }

    /* Member Modal 768 - 991 mediaquery */
    .membership-img {
        width: 180px;
    }

    /* End Member Modal 768 - 991 mediaquery */

    /* Register for the Event Modal 768 - 991 mediaquery */
    .register-event-modal .modal-body .left-side {
        display: block;
        width: 45%;
        background-color: #830723;
    }

    .register-event-modal .modal-body .left-side .membership-img img {
        object-fit: contain;
        object-position: center;
    }

    .register-event-modal .modal-body .memberfiled-side {
        width: 55%;
    }

    .register-event-modal .modal-body .memberfiled-side .checkbox-section {
        position: relative;
        padding-left: 0px;
    }

    .register-event-modal .modal-body .memberfiled-side .checkbox-section #introducebusiness {
        position: absolute;
        left: 0;
        margin-top: 3px;
    }

    .phnumber-div .country-code {
        flex: 40%;
    }

    .phnumber-div .ph-number {
        flex: 60%;
    }

    /* End Register for the Event Modal 768 - 991 mediaquery */

    /* Steering Committee & Founder 768 - 991 mediaquery*/
    .steering-commitee-section,
    .founder-section {
        margin-top: calc(2vh + 15px);
    }

    /* End Steering Committee & Founder 768 - 991 mediaquery*/
    
    /* Event Registration Inner Page 768 - 991 */
    .innerpage-container{
        padding-top: 0px;
    }
    .inner-bodysection{
        padding-top: calc(3vh + 17px);
    }
    .event-registrationctn{
        margin-top: calc(2vh - 6px);
    }
    .form-heading-section h4{
        font-size: 22px;
        margin-bottom: calc(2vh + 10px);
        display: inline-block;
    }
    .form-heading-section h4::after{
        display: none;
    }
    .form-heading-section h4::before{
        display: none;
    }
    .event-bg-imagebox{
        height: calc(65vh - 25px);
    }
    .event-imagebox{
        height: calc(100vh - 345px);
    }
    .event-imagebox img{
        object-fit: cover;
    }
    .member-nonmemberctn .same-box{
        width: calc(164px - 30px);
        text-align: left;
        font-size: 12px;
        overflow: inherit;
    }
    .member-nonmemberctn .nonmember-box::before{
        display: none;
    }    
    /* End Event Registration Inner Page 768 - 991 */ 
    
    /* Photo Gallery 768 - 991 */
    .slick-slider .slick-next{
        right: 43%;
    }
    .slick-slider .slick-prev{
        left: 43%;
    }
    .glightbox-clean .gnext,
    .glightbox-clean .gprev{
        top: 50%;
        width: 30px;
        height: 35px;
    }    
    /* End Photo Gallery 768 - 991 */
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .top--part {
        position: relative;
    }

    .top--part .top--heading {
        padding-left: 0px;
    }

    .top--part .top--heading h2 {
        font-size: 25px;
    }

    .banner-part {
        padding-top: 0px;
    }

    .about--mainheading h4::after {
        width: 34%;
    }

    .about--box p {
        font-size: 17px;
    }

    .joinus--section {
        margin-top: 40px;
    }

    .joinus--section p {
        font-size: 17px;
        padding-top: 0px;
    }

    .our--objectivelist--box ul li {
        font-size: 17px;
    }

    .toghter--message {
        font-size: 25px;
    }

    .activity--box h4 {
        font-size: 25px;
    }

    .activity--box p,
    .activity--des {
        font-size: 17px;
    }

    footer {
        padding-top: 25px;
    }

    .footer--logobox .caption p {
        padding-left: 10px;
    }

    .footer--logobox .caption p::before {
        left: 4px;
    }

    .copyright-container p {
        font-size: 12px;
    }

    .memberfiled-side .form-group label {
        white-space: nowrap;
    }
    
    /* Event Registration Inner Page 992 - 1199 */
    .innerpage-container{
        padding-top: 0px;
    }
    .inner-bodysection{
        padding-top: calc(3vh + 17px);
    }
    .event-registrationctn{
        margin-top: calc(2vh - 6px);
    }
    .form-heading-section h4{
        font-size: 22px;
        margin-bottom: calc(2vh + 10px);
        display: inline-block;
    }
    .form-heading-section h4::after{
        background-size: 100%;
        left: calc(-158px + 2vw);
    }
    .form-heading-section h4::before{
        background-size: 100%;
        right: calc(-158px + 2vw);
    }
    .event-bg-imagebox{
        height: calc(65vh - 25px);
    }
    .event-imagebox{
        height: calc(100vh - 345px);
    }
    .event-imagebox img{
        object-fit: cover;
    }
    .member-nonmemberctn .same-box{
        font-size: 12px;
        padding-right: 15px;
        overflow: inherit;
    }
    /* End Event Registration Inner Page 992 - 1199 */    
}

@media (min-width: 1200px) and (max-width: 1250.98px) {
    .top--part .top--heading {
        padding-left: 195px;
    }

    .top--part .top--heading h2 {
        font-size: 29px;
    }
}

@media (min-width: 1700px) and (max-width: 1920px) {
    .top--part .top--heading {
        padding-left: 150px;
    }
    .paymenttext{
        font-size: 22px;
    }
    .form-heading-section h4::after{
        width: calc(145px - 25px);
    }
    .form-heading-section h4::before{
        width: calc(145px - 25px);
    }
    .member-nonmemberctn .nonmember-box{
        margin-left: 7px;
    }
    .member-nonmemberctn .nonmember-box::before{
        left: 0px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 1100px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {

    .about--box article p {
        white-space: normal;
    }

    .about--box article p.whitespace {
        white-space: pre-line;
    }

    .more-button {
        float: right;
        text-decoration: none;
        padding: 4px 12px;
        border: 1px solid #302ca8;
        border-radius: 16px;
        font-size: 12px;
        background-color: #706dd9;
        color: #fff;
        position: relative;
        margin-top: 12px
    }

    .about--box article p.whitespace .more-button {
        position: relative;
        top: -24px;
        margin-top: 0px;
    }

    .more-button:focus {
        text-decoration: none;
        color: #fff;
    }

    .more-button::after {
        content: "\f101";
        font: normal 16px/1 FontAwesome;
        position: relative;
        left: 5px;
        top: 2px;
    }
}

@media (min-width: 768px) {
    .more-button {
        display: none;
    }

    .more-content {
        display: inline;
    }
    .modal-sm {
      width: 330px;
    }
}
.soldout {
	color:#f00 !important;
}