.site-header {
	color: #000;
	width: 100%; 
	position: fixed;
	z-index: 210;
	top: 0; 
	right: 0; 
	left: 0; 
	transition: all .4s ease-in-out;
	padding: 20px 0;
}
.site-header .fixed {
	background: #05305a;
}
.page_slider .intro_layers {
    -webkit-animation: bubble 5s linear infinite;
    animation: bubble 5s linear infinite;
    background-image: linear-gradient(to top,#dd4454 0%,#dd9044 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 250px;
    max-width: 600px;
    padding: 100px 63px;
    position: relative;
    width: 100%;
    z-index: 1;
}
@-webkit-keyframes bubble{
	0%,100%{border-radius:64% 46% 37% 73%/55% 58% 42% 45%}
	25%{border-radius:43% 47% 47% 38%/43% 46% 64% 27%}
	50%{border-radius:48% 72% 44% 56%/49% 40% 60% 51%}
	75%{border-radius:40% 60% 70% 30%/47% 62% 38% 53%}
}
@keyframes bubble{
	0%,100%{border-radius:64% 46% 37% 73%/55% 58% 42% 45%}
	25%{border-radius:43% 47% 47% 38%/43% 46% 64% 27%}
	50%{border-radius:48% 72% 44% 56%/49% 40% 60% 51%}
	75%{border-radius:40% 60% 70% 30%/47% 62% 38% 53%}
}
.btn-outline-white {
    border: 2px solid #f2f5f7;
	background-color: transparent;
	color: #fff;
    font-size: 16px;
    border-radius: 5em;
    padding: 15px 20px;
	font-weight: 500;
    min-width: 150px;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active {
	background-color: #f2f5f7;
    color: #09445a;
}
.btn-text-white {
	color: #fff;
    font-size: 16px;
	font-weight: 500;
	padding: 15px 20px;
}

.btn-text-white:hover,
.btn-text-white:focus,
.btn-text-white:active {
	color: #042b3d;
}
.btn-gradient {
    background-image: linear-gradient(to right,#dd4454 0%,#dd9044 50%,#dd4454 100%);
    background-size: 200% auto;
    transition: .5s;
	color:#fff;
	font-size: 16px;
    border-radius: 5em;
    padding: 15px 20px;
}
.btn-gradient:hover {
    background-position: right center;
    color: #fff;
}
.border-bot{
	padding-bottom: 10px;
}
.border-bot:after {
    background: #dd4454;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
}
.home-products { 
	padding: 0 0 50px;
	/*background-color: #09445a;*/
	background-color: #fff;
    color: #fff;
}
.home-products-tabs { 
	/*border-bottom: 1px solid #eee !important;*/ 
	justify-content: center !important;
}
.home-products-tab {  }
.home-products-tab-link {
	color: #000 !important;
	margin-left: 20px;
	border: 2px solid #242424  !important; 
	cursor: pointer;
	border-radius: 5em;
    padding: 9px 20px !important;
	font-size: 16px !important;
    font-weight: 600 !important;
	min-width: 100px;
    text-align: center;
}
.home-products-tab-link:hover, 
.home-products-tab-link.active {
	background-image: linear-gradient(to right,#dd4454 0%,#dd9044 100%);
	border: none !important;
	padding: 11px 20px !important;
	border-radius: 5em !important;
}
.home-products-tabcontent { 
	padding-top: 50px; 
}
.home-product {
	color: #fff; 
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 5px; 
	text-align: center; 
	height: calc(100% - 30px);
	margin-right: auto;
	margin-left: auto;
}
.home-product-link { 
	display: block;
}
.home-product-link > * { 
	transition: all .15s ease-in-out;
}
.home-product-image {  }
.home-product-title {
	margin: 20px 0 15px;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}
.home-product-desc { 
	padding-bottom: 30px; 
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin: 0; 
	text-align: justify;
}

	
.owl-dots {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
	text-align: center;}
.owl-dot {
    display: inline-block;
    width: 50px;
    height: 3px;
    border-radius: 0;
   box-shadow: 0 3px 10px -2px rgb(0 0 0 / 10%);
    transition: all 0.6s ease 0.1s;
    background: #fff !important ;
    margin: 0 6px;
    outline: none !important;
	opacity: .5;
}
.owl-dot.active {
    background: #fff !important ;
	opacity: 1;
   
}
.trait {
	margin-top: 50px;
}
.trait-image { 
	/*padding-right: 100px;
	background: url(../images/trait-bg.png) no-repeat center right; */
}
.trait-image-element { 
	max-width: 100%;
}
.trait-text {  }
.trait-subtitle { 
	font-size: 20px;
	color: #6a7286; 
}
.trait-title { 
	font-size: 22px;
	/*font-weight: 700; */ 
	margin: 10px 0 20px; 
	line-height: 1.2; 
	color:#000 
}
.trait-desc {
	color:#808080; 
	text-align: justify;
}

@media(max-width: 767px) {
	.trait-image { padding-right: 0; background: none; }
}

.latest-blog-posts-cover { 
	height: 180px;
	min-height: 180px;
	background-size: cover;
	background-position: center;
}
.latest-blog-posts-featured-link { 
	color: #5a5a66;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #000;
}
.latest-blog-posts-title { 
	color: #5a5a66; 
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #000;
}
.latest-blog-posts-description,
.latest-blog-posts-featured-description{
	color: #83838c;
	padding-top: 14px;
	text-align: justify;
	font-size: 14px;
	line-height: 1.5;
}
.ls {
    background-color: #fff;
    color: #999;
}
@media(max-width:550px) {
	.gifIndex{ margin: auto !important}
}


/*footer*/
.site-footer{
 background: #09445a;
}
.divider {
    margin-top: 20px;
    font-size: 0;
    line-height: 0;
    padding: 0 3px;
	position: relative;
}
.divider::before {
    content: '';
    display: inline-block;
    height: 3px;
    width: 40px;
    background: #cb2031;
	z-index: 2;
}
.divider::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 1px;
    width: 100%;
    background: #fff;
    z-index: 1;
    opacity: .2;
}
.site-footer-menu-item-link { color: #d1d1d1; font-size: 13px;  margin-right: 15px;}

.site-footer-menu-item-link:hover { color: #fff; }

.site-footer-menu-item a::before{content: '';
    position: absolute;
    top: 19px;
    right: 0;
    vertical-align: middle;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-style: solid;
    border-width: 4px 0 4px 10px;
    border-color: transparent transparent transparent #cb2031;
    opacity: .7;
}
.site-testimonials-item {
	background: #fff;
	box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 7%);}
.site-footer-title{
	font-size: 1.2rem;
	font-weight: 600 !important;
}