.beyong-section{
position: relative;
padding: 110px 0px 115px;
}
.beyong-section.alternate:before{
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 35%;
height: 100%;
background-color: #f9f8fc;
}
.beyong-section.style-two:before{
position: absolute;
content: '';
right: 0px;
top: 0px;
width: 35%;
height: 100%;
background-color: #f9f8fc;
}
.beyong-section .beyong-tabs{
position:relative;
}
.beyong-section .beyong-tabs .tab-btns{
position:relative;
margin-bottom: 35px;
text-align: center;
}
.beyong-section .beyong-tabs .tab-btns .tab-btn{
position: relative;
line-height: 24px;
padding: 0px 0px;
cursor: pointer;
color: #555555;
font-weight: 600;
font-size: 18px;
display: inline-block;
margin:0px 20px 10px;
padding-bottom: 2px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
font-family: 'Poppins', sans-serif;
}
.beyong-section .beyong-tabs .tab-btns .tab-btn:before{
position: absolute;
content: '';
left: 50%;
top: -30px;
width: 7px;
height: 7px;
opacity: 0;
visibility: hidden;
margin-left: -3px;
border-radius: 50px;
background-color: var(--theme-color);
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
}
.beyong-section .beyong-tabs .tab-btns .tab-btn .separater-dots{
position: absolute;
content: '';
left: 50%;
top: -30px;
width: 31px;
opacity: 0;
visibility: hidden;
margin-left: -15px;
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
}
.beyong-section .beyong-tabs .tab-btns .tab-btn .separater-dots:before{
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 7px;
height: 7px;
border-radius: 50px;
background-color: var(--theme-color);
}
.beyong-section .beyong-tabs .tab-btns .tab-btn .separater-dots:after{
position: absolute;
content: '';
right: 0px;
top: 0px;
width: 7px;
height: 7px;
border-radius: 50%;
background-color: var(--theme-color);
}
.beyong-section .beyong-tabs .tab-btns .tab-btn:hover .separater-dots,
.beyong-section .beyong-tabs .tab-btns .tab-btn.active-btn .separater-dots{
top:-24px;
opacity: 1;
visibility: visible;
}
.beyong-section .beyong-tabs .tab-btns .tab-btn.active-btn,
.beyong-section .beyong-tabs .tab-btns .tab-btn:hover{
color: #443986;
}
.beyong-section .beyong-tabs .tab-btns .tab-btn:hover::before,
.beyong-section .beyong-tabs .tab-btns .tab-btn.active-btn::before{
top:-24px;
opacity: 1;
bottom: auto;
visibility: visible;
}
.beyong-section .beyong-tabs .tabs-content{
position:relative;
padding:35px 35px 35px;
background-color: #ffffff;
box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}
.beyong-section .beyong-tabs .tabs-content .tab{
position:relative;
display:none;
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
}
.beyong-section .beyong-tabs .tabs-content .tab.active-tab{
display:block;
}
.beyong-section .beyong-tabs .tabs-content .image-column{
position: relative;
}
.beyong-section .beyong-tabs .tabs-content .image-column .image{
position: relative;
overflow: hidden;
}
.beyong-section .beyong-tabs .tabs-content .image-column .image::after {
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
display: block;
content: '';
width: 0;
height: 0;
background: rgba(255, 255, 255,.2);
border-radius: 0%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
}
.beyong-section .beyong-tabs .tabs-content .image-column .image:hover::after {
-webkit-animation: circle .95s;
animation: circle .95s;
}
.beyong-section .beyong-tabs .tabs-content .image-column .image:before{
position: absolute;
content: '';
left: 0px;
top: 0px;
width:100%;
height: 100%;
display: block;
background-color: rgba(56,48,136,0.50);
}
.beyong-section .beyong-tabs .tabs-content .image-column .image img{
position: relative;
width:100%;
display: block;
}
.beyong-section .beyong-tabs .tabs-content .content-column{
position: relative;
}
.beyong-section .beyong-tabs .tabs-content .content-column .inner-column{
position: relative;
padding-top: 20px;
padding-left: 20px;
}
.beyong-section .beyong-tabs .tabs-content .content-column h2{
position: relative;
color:#443986;
font-size: 36px;
font-weight: 600;
line-height: 1.4em;
margin-bottom: 15px;
}
.beyong-section .beyong-tabs .tabs-content .content-column .text{
position: relative;
color: #555555;
font-size: 16px;
line-height: 1.9em;
margin-bottom: 30px;
}
.beyong-section .beyong-tabs .tabs-content .content-column .read-more{
position: relative;
color:var(--theme-color);
font-size: 13px;
font-weight: 700;
margin-top: 40px;
display: inline-block;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
text-transform: uppercase;
}
.beyong-section .beyong-tabs .tabs-content .content-column .read-more:hover{
color:#443986 !important;
}
.beyong-section .beyong-tabs .tabs-content .content-column .read-more .fa{
position: relative;
margin-right: 4px;
color:#443986;
font-size: 14px;
font-weight: 700;
}