/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
img, .button{
	border-radius: 5px;
}
.bg-section-main {
    background: linear-gradient(90deg, #243C7C, #4384BA, #60BCED);
}
.slider-col-4 .flickity-slider > div{
	max-width: 400px;
	width: 400px !important;
	margin-right: 30px;
	border-radius: 20px;
	overflow: hidden;
}
.slider-col-4 .flickity-slider .banner-bg:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0) 13.02%, rgba(0, 0, 0, 0.51) 42.5%, rgba(0, 0, 0, 0.63) 70%, #000000 100%);
}
.section-shape-divider-one .section-bg {
    background-color: #DFE4F0;
    clip-path: polygon(70% 70%, 100% 0, 100% 100%, 0 100%, 0 70%);
}
.row.layout-fix-bottom{
	margin-bottom: -300px;
}
.col-inner > .banner{
	border-radius: 7px;
	overflow: hidden;
}
@media only screen and (max-width: 578px) {
	.slider-col-4 .flickity-slider > div{
		max-width: 280px;
		width: 280px !important;
		margin-right: 20px;
	}
	.section-shape-divider-one .section-bg {
		clip-path: polygon(70% 80%, 100% 73%, 100% 100%, 0% 100%, 0% 80%);
	}
}
.social-fixed{
    position: fixed;
    z-index: 99;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(calc(100% - 50px));
}
.social-fixed .social-list{
    display: flex;
    flex-direction: column;
}
.social-fixed .social-item{
    display: flex;
}
.social-fixed .social-item a{
    transition: all ease 0.3s;
}
.social-fixed .social-item:not(:last-child){
    margin-bottom: 1px;
}
.social-fixed .social-item:not(.item_icon_profile):hover a{
    transform: translateX(calc(-100% + 60px));
}
.social-fixed .social-item a{
    display: flex;
    text-align: center;
    line-height: 2.6;
}
.social-fixed .social-item a span.icon{
    display: block;
    width: 50px;
    height: 50px;
    background: #79C3E199;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 30%, 30% 0%);
}
.social-fixed .social-item a span.name{
    background-color: #0078AB;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    height: 50px;
    font-size: 14px;
    line-height: 1.2;
    padding-top: 7px;
}
.social-fixed .social-item a span.name strong{
    display: block;
    font-size: 16px;
}
.social-fixed .social-item a.icon_profile{
    flex-direction: column;
}
.social-fixed .social-item a.icon_profile span.name{
    font-size: 18px;
    font-weight: bold;
    padding-top: 16px;
    transform: rotate(90deg) translate(25.5px, 26.7px);
    background: #79C3E199;
}
.social-fixed .social-item a.icon_profile span.icon{
    position: relative;
}
.social-fixed .social-item a.icon_profile span.icon:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #ffffff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.social-fixed .social-item a.icon_profile span.name strong{
    display: none;
}
.social-fixed .social-item.item_icon_profile:hover span.icon,
.social-fixed .social-item.item_icon_profile:hover span.name{
    background-color: #EC1E28;
}