/*
*
*
* Magiacal blocks main style
*
*/
a.btn:hover,
a.btn {
    text-decoration: none !important;
}
.text-right{
    align-items: right;
    margin-left: auto;
}
.mgb-cpadding {
    padding: 19.2px 19.2px 40px;
    padding: 1.2rem 1.2rem 2.5rem;
}
.mg-shadow {
  border-radius: 2px;
  box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, .1);
}
.mgb-btn {
  font-size: 14px;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 30px -5px 30px;
    position: relative;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
}
#accordion .panel-title a{
    display: block;
    padding: 15px 20px 15px 60px;
    margin: 0;
    background: #676666;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--main-color);
    border: 1px solid #000;
    border-radius: 0;
    position: relative;
}
a.mgbaccordion-title-link:hover {
    text-decoration: none !important;
}
.mgbaccordion-head {
    background: linear-gradient(
45deg
,rgba(234,21,129,.6),rgba(10,23,187,.6) 100%);
    padding: 10px;
}
.mgbaccordion-head a:hover,
.mgbaccordion-head a{
    color: #fff;
    text-decoration: inherit !important;
    display: block;
}
#accordion .panel-body{
    padding: 20px;
    margin: 0 30px;
    background: var(--main-bg-color);
    border-top: none;
    border-left: 2px dashed #000;
    border-right: 2px dashed #000;
    font-size: 15px;
    color: var(--main-color);
    line-height: 28px;
    letter-spacing: 1px;
}
.collapsed i.mba-up {
    display: block;
}

.collapsed i.mba-down {
    display: none;
}
.mgaccordion-item {
    display: flex;
}
i.mba-up {
    display: none;
}
#accordion .panel:last-child .panel-body{ border-bottom: 2px dashed #000; }
@media only screen and (max-width:479px){
    #accordion .panel-body{
        font-size: 14px;
        line-height: 22px;
        margin: 0 10px;
    }
}

/*Info box style*/
.mgbinfo-box {
  padding: 32px;
  padding: 2rem;
}


.mgb-infobox-text {
  padding: 0 10px;
}

.mgb-infobox h2 {
  font-size: 26px;
  margin: 10px 0 15px;
}

.mgb-infobox-icon i {
  font-size: 40px;
}

.mgb-infobox-icon {
  padding: 10px 0;
}
/*Banner style*/
.mgbanner.banner-main {
    position: relative;
}
.mgbb-inner {
    overflow: hidden;
}
.mgbb-text, .mgbb-bgcolor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.mgbb-text {
    z-index: 99;
    padding-top: 10rem;
    text-align: center;
}
.mgbb-bgcolor {
    background: #f9f9f9;
    opacity: 0;
}
h1.mgbb-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 4rem;
    line-height: 1.2;
    color: #fff;
}
h4.mgbb-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    font-size: 24px;
    color: #fff;
}
.mgb-bimg.full-width {
   width: 100vw;
   position: relative;
   left: 50%;  
   margin-left: -50vw;
}
.mgb-bimg.full-width img {
  width: 100%;
}
.mgbanner.banner-main,.mgb-bimg{
    height: 800px;
} 
.mgb-bimg {
    overflow: hidden;
}
.mgb-bimg img{
    min-height: 800px;
    height: auto;
    min-width: 100%;
}

.mgbb-btn {
    font-size: 15px;
    padding: 8px 20px;
}

/*Carousel style*/
.swiper-pagination.mgbc-dots {
    position: inherit;
    display: block;
    width: 100%;
    border-radius: 50%;
}

.swiper-pagination.mgbc-dots span {
    margin: 0 3px;
    width: 10px;
    height: 10px;
    box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, .1);
}