.mt-2 {
	margin-top:2rem
}
.mt-4 {
	margin-top:4rem
}

.mt-5 {
	margin-top:5rem
}
.mb-4 {
	margin-bottom:4rem
}
.mb-2 {
	margin-bottom:2rem
}
.Padd-All {
    padding: 6rem 6rem 15px 40px;
}
 .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.newsletter-inner {
	margin-top:2rem
}
.newsletter-inner .form-control {
	margin-bottom:45px
}
.logo-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 20rem;
}

.logo-box.retail-page .logo-link {
    width: 20.33%;
    
}

.logo-box1 {
    display: flex !important;
    justify-content: space-around;
    align-items: center;

}
.community-logo-box {
    min-height: 280px;
    position: relative;
}
.scroll-bar {
    position: absolute;
    top: 10px;
    left: 20px;
    bottom: 10px;
    right: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}
.logo-box1.retail-page .logo-link {
    width: 25%;
	padding:1rem 15px 3rem 1rem
    
}
footer ul li a:hover {
	color:#03c4eb
}
.news-container {
	max-width:410px;
	width:100%
}

.post-style2-detail h4 {
	margin-top:0
}

.arrow{
	font-size:12px
}
.watch-more-txt {
	    font-family: 'open_sansbold';
		color:#fff;
		font-size:1.5rem
}
.watch-more-txt:hover {
	color:#a11b54
}
.main {
	background:#1d2d46
}

.box-container {
  max-width: 1200px;
  width: 100%;
  padding: 4rem 2rem;
  margin: 0 auto;
}

.main .box-container .swiper-container .swiper-wrapper .swiper-slide .card-image {
  background: #ffffff;
  border: none;
  outline: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.80), 0 1px 3px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
}
.main .box-container .swiper-container .swiper-wrapper .swiper-slide .card-image img {
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .box-container .swiper-container .swiper-pagination-bullet {
  opacity: 0.8;
  background: #252a32;
}
.main .box-container .swiper-container .swiper-pagination-bullet-active {
  background: #ffffff;
}
.main .box-container .swiper-container .swiper-button-next,
.main .box-container .swiper-container .swiper-button-prev {
  background-image: none;
  background-size: 0;
  background-repeat: no-repeat;
  background-position: 0;
  margin-top: -1rem;
}
.main .box-container .swiper-container .swiper-button-next .arrow-icon,
.main .box-container .swiper-container .swiper-button-prev .arrow-icon {
  font-size: 2rem;
  color: #ffffff;
}

.post-wrapper img {
	 object-fit: cover;
	transition: transform 400ms ease-out;
}
.post-wrapper img:hover {
	transform: scale(1.15);
	
}
.title {
	color: #fff;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 10px 0 21px 0;
}
.sub-title{
	color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 20px 0 0 0;
}
.allevents-btn {
	border-radius: 1px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}
.join-chamber-btn {
	border-radius: 12px;
	border: 1px solid #7a1619;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size:1.5rem;
    background: linear-gradient(90deg, rgba(122,22,25,1) 0%, rgba(163,29,34,1) 16%, rgba(204,37,43,1) 100%);
}

.header-banner h2 {
	color: #fff;
     font-family: 'Lato', sans-serif;
     font-weight: 700;
     margin-top: 7rem;
     margin-bottom: 6rem;
     background: #00000073;
}

.header-logo img{
	max-height:160px;
	
}

.triangle {
	    /* width: 0; */
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0px;
    border-left-width: 125px;
    border-bottom: 196px solid rgba(13, 44, 82, 0.6);
	position: absolute;
    right: 0;
    top: 39px;
}
.overflow{
	overflow:hidden
}
.vote-inner .unorder-list {
	padding:0;
	
}

.vote-inner .unorder-list li {
	line-height:1.4;
	margin-bottom:1.5rem;
	font-size:14px;
    color: #000;
    list-style-type: circle;
}
.news-section img {
	width:100%
} 
.thumb-txt {
	background-color: rgba(0, 0, 0, 0.66);
	padding: 5px;
    color: #fff;
	font-size: 12px;
    position: absolute;
    width: 100%;
    bottom: -10px;
}
.member-heading {
	max-width:885px;
	margin: 0 auto 2.5rem;
    width: 100%;
}

.bg {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 4%;
    padding: 6% 0;
}

.card {
    padding: 25px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 25px;
}

.card_title {
    font-weight: normal;
    font-size: 2rem;
    margin-bottom: 20px;
	color:#fff
}

.pricing {
    font-weight: normal;
    font-size: 3rem;
	color:#fff
}

.pricing .small {
    font-size: 16px;
}

hr {
    margin-top: 70px;
}

.features {
    list-style-position: inside;
	min-height:70px
}

.features li {
    padding-bottom: 10px;
}

a.cta_btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: rgb(3, 196, 235, 0.7);
    border-radius: 29px;
    padding: 20px 0;
    color: white;
    text-decoration: none;
    letter-spacing: 2px;
    transition: background .3s ease;
}

a.cta_btn:hover {
    background: #2e2c2c;
}
.link {
    position: fixed;
    background-color: #D12322;
    padding: 23px 40px;
    right: -99px;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(-90deg);
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .1s ease-in-out;
}

.link i {
    padding-left: 7px;
}

.link:hover {
    text-decoration: underline;
    background-color: black;
}
.hide-mobile {
    display:none

}

@media (max-width: 1500px){
    .item-details p {
        min-height:153px
    }

    .cc-modal{
        margin: auto;
        width: 27.6%;
    }
}

@media (max-width:1440px){
    .item-details p {
        min-height:105px
    }

    .cc-modal{
        margin: auto;
        width: 27.6%;
    }
}

@media only screen and (max-width: 1199px) {

    .triangle {
       display:none
    }
    .video-thumb img {
        width:100% !Important;
        height:100% !Important
    }
    .item-details p {
        min-height: 105px;
    }
    .p-b-2{
        padding-bottom: 2rem;
    }

    .w-100{
        width:100%
    }

    .member-height-pdf{
        height: 1400px;
    }

    .cc-modal{
        margin: auto;
        width: 27.6%;
    }
}

@media only screen and (max-width: 1024px) {
    .grid {
        grid-template-columns: 1fr 1fr;
        gap: 2%;
    }

    .member-height-pdf{
        height: 1400px;
    }

    .cc-modal{
        margin: auto;
        width: 27.6%;
    }
}

@media (min-width: 768px) and (max-width: 1199px){
    .header-logo {
        margin: 15px 0px;
    }
    .join-chamber {
        margin: 0px 20px 0px 7px !important;
    }
    .member-height-pdf{
        height: 1400px;
    }

    .cc-modal{
        margin: auto;
        width: 27.6%;
    }
}

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media only screen and (max-width: 767px) {

    .logo-box1 {
        display:block !important
    }

    .logo-box1.retail-page .logo-link {
        max-width:200px;
        margin:0 auto;
        display:block;
        width:100%
    }
    .header-banner {
        text-align:center
    }

    .member-heading {
        font-size:2rem
    }
    .post-style2-detail {
        margin-top: 2rem;
        padding: 1rem;
    }
    .bg {
        background:#142747
    }
    .card {
        background:rgba(255, 255, 255, 0.1);
        margin-bottom: 2rem;
    }
    a.cta_btn {
        background: #f6f6f6;
        color: #03c4eb;
    }
    .imgright {
        float: none;
    }
    .mb-unorder-list{
              margin-top: 0rem !important;
              margin-bottom: 0rem !important;
    }
    .news-container {
    	max-width: inherit;
    	width:100%
    }
    .member-height-pdf{
        height: 1400px;
    }
    .cc-modal{
       margin: auto;
       width: 60%;
    }
}
@media only screen and (max-width: 425px) {
    .grid {
        grid-template-columns: 1fr;
        gap: 0%;

    }

    .container {
        padding: 0 1rem;
    }

    body {
        font-size: 14px;
    }

    .card {
        padding: 30px;
    }

    .card_title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .pricing {
        font-size: 52px;
    }

    hr {
        margin-top: 50px;
    }

    a.cta_btn {
        font-size: 11px;
    }

    .mb-unorder-list{
          margin-top: 0rem !important;
          margin-bottom: 0rem !important;
    }

    .mb-button{
        margin-bottom: 1rem !important;
    }

    .cc-modal{
       margin: auto;
       width: 60%;
    }
}

.member-height-pdf{
    height: 1400px;
}

.common-form-width {
	max-width:800px;
	width:100%;
	margin:5rem auto
}
.contact-form-area {
	margin-bottom:0
}
.category-headding span {
    float:right;
    border: 2px solid #797986;
    color: #797986;
    background: none;
    padding: 7px 17px;
    font-size: 11px;
    border-radius: 15px;
}
.pad-0 {
    padding:0
}

.pe-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
.item-details p {
    min-height:80px
}
.tab-inner .box-item .item-details {
    margin-left:130px
}

.join-chamber-btn:hover {
    border:none;
    color:#fff;
    background: rgb(122,22,25);
    background: linear-gradient(180deg, rgba(122,22,25,1) 7%, rgba(163,29,34,1) 35%, rgba(204,37,43,1) 100%);
    border-radius: 12px;
    border: 1px solid #7a1619;

}
/* Chamber TV Css  */

.mt-6{
    margin-top:6.153rem
}
.video-container {
  max-width: 820px;
  margin: 0 auto;
}
.video-selected {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.video-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 14px;
  height: 0;
  margin-bottom: 10px;
}
.video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-thumbnails {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.video-thumb {
  min-height: 270px;
  height: auto;
}
.video-thumb img {
  background-color: #d8d9da;
  width: 75%;
  height: 75%;
}
.video-thumb iframe {
  display: none;
}
.video-thumb,.video-selected {
  padding: 5px;
}
.video-thumb p {
  margin: 0;
  font-size: 12px;
}
.video-thumb p.name {
  margin-top: 5px;
  font-weight: bold;
}

.mb-2{
    margin-bottom: 2rem;
}

.m-1{
    margin: 0.3rem;
}

.text-center-event{
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    text-overflow: ellipsis !important;
    overflow: hidden;
    width: 105px;
}

.mt-6{
    margin-top: 6rem;
}

.text-justify{
    text-align: justify;
    line-height: 2.3rem;
}

.sub-list{
        color: #2d3038 !important;
        font-weight: 700 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        position: relative !important;
        display: block !important;
        padding: 10px 15px !important;
}

.a-color{
    color: #3e3938 !important;
    text-decoration: none !important;
}

.a-color:hover{
    color: #03c4eb !important;
    background: none !important;
    border-bottom: 1px solid transparent !important;
}

.custom-size{
    font-size: 16px !important;
    font-weight: 600 !important;
    vertical-align: middle !important;
}

.mt-01{
    margin-top: 0.8rem;
    display: block;
}

.margin-top-3{
    margin-top: 3rem;
}

.m-h-480{
    min-height: 480px;
}

.mt-2{
    margin-top: 2rem;
}

.mt-10{
    margin-top: 10rem;
}

.bullet-points{
    font-size: 0.8rem;
    margin-right: 0.5rem;
}

.bullet-height{
    line-height: 20px !important;
    font-family: 'Lato', sans-serif;
    color: #0d0d0d;
    font-weight: 400;
    letter-spacing: .1px;
}

.unorder-list{
    /*margin-top: -5rem;
    margin-bottom: -2rem;*/
}

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

.mb-2{
    margin-bottom: 1rem;
}

.event-color{
    padding: 1rem;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 10px #ddd;
}

.iframeWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 25rem;
}
.iframeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120rem !important;
}

.height-125{
        height: 125rem !important;
}

p.event-text {
    font-size: 17px !important;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0px 20px;
    letter-spacing: -0.5px;
    text-align: center;
}

.fs-13{
    font-size: 14px;
    font-weight: bold;
}

.register-btn{
    color: #FFF;
    background-color: #03c4eb;
    border: 2px solid #03c4eb;
    border-radius: 31px;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.register-btn:hover{
    border: 2px solid #03c4eb;
    background-color: transparent;
    color: #03c4eb;
}
.btn-m{
    margin-left: 0.2rem;
}
.mt-1{
    margin-top: 1rem;
}
.custom-contact-address {
    background-color: #f6f6f6;
    padding: 20px;
    margin-bottom: 30px;
    height: 16rem;
}
.li-ul{
    margin-left: 0px;
    line-height: 30px;
    list-style: outside none none;
}
.mt-2{
    margin-top: 2rem;
}
.hide{
    display: none;
}

.wrap-text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.w-text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.back-color{
    padding: 1rem;
}

.view-event-btn{
    background: none;
}

.view-event-btn:hover{
    background-color: #03c4eb;
    color: #fff;
}

.join-chamber-nav{
    background: #03c4eb;
    color: #fff;
}

.all-event-btn{
    border: none !important;
    font-size: 15px !important;
    color: #03c4eb !important;
    background-color: #03c4eb;
    font-weight: 700;
    padding: 8px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.all-event-btn:hover{
    color: #414141 !important;
}

.event-box{
    background-color: #797986 !important;
}

.all-events{
    padding: 1rem;
    background-color: #f6f6f6;
    border-radius: 5px;
    text-align: center;
}

.join-chamber{
    border: 1px solid #7a1619;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    background: linear-gradient(90deg, rgba(122,22,25,1) 0%, rgba(163,29,34,1) 16%, rgba(204,37,43,1) 100%);
    margin: 0px 20px 0px -73px;
}

.join-chamber > a {
    color: #fff !important;
}

.b-b-n:hover{
    border-bottom: none !important;
}

.m-t-3{
    margin-top: -3rem;
}

.m-3{
    margin: 4rem;
}

.nav-font-size{
    font-size: 13px !important;
}

.banner-margin-top{
    margin-top: 40px;
}
.f-s-h{
    font-size: 25px !important;
    margin-top: 4px;
}

.event-text-elli{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-red{
    color: #ff0500;
}

.m-w-10{
    max-width: 13px;
    margin-top: -5px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 160px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  margin: auto;
  border: 1px solid #888;
  width: 27.6%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.cc-img-w{
   width: 100%;
}

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

.text-right {
  text-align: right;
  padding: 0px;
}

.text-left {
  text-align: left;
  padding: 0px;
}

.font-size-header{
    font-size: 20px;
    font-family: Aptos;
    font-weight: 800;
}

.font-size-header-details{
    font-family: Aptos;
    font-weight: 800;
}
