/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : Appiest - App Multiconcept Landing Page
* File          : Main CSS file
* Version       : 1.1
* Modifier      : s3ich4n
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. General css
02. Navigation area css
03. Banner area css
04. Service area css
05. Welcome area css
06. Monster & CHEIRON CSS
07. Features area css [modified]
08. Pricing area css
09. Testimonial area css
10. FAQs area css
11. Version History area css
12. Screenshot area css
13. Download App area css
14. Mega Footer & Footer area css
15. Media Screens
-------------------------------------------------------------------------------------- */

/************************************/
/***** 	   01. General css		 ****/
/************************************/
@import url('https://cdn.jsdelivr.net/npm/galmuri@latest/dist/galmuri.css');





.main_somma_img_01{
	background-image: url(/src/images/gif/main_img_somma_03.jpg);
	background-size: cover;
	min-height: auto;
	min-width: 100%;
	object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip;
}

.main-somma-itro-01{
	position: absolute;                                                               
	z-index:1;
	margin-top: 200px;
	margin-left: 450px;
	width: 100vw;
	height: 100vh;
}

.main-somma-itro-Bt-01{
	width: 126px;
	height: 116px;
	border: 1.5px solid #6e40c9;
	background-color: #313536;
	box-shadow: 0 5px 5px -2px #6e40c95d;
	border-radius: 30px;
	color: #8b949e;
	font-weight: 500;
	margin-top: 50px;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.main-somma-itro-Bt-02,
.main-somma-itro-Bt-03
{
width: 126px;
height: 116px;
border: 1.5px solid #6e40c9;
background-color: #313536;
box-shadow: 0 5px 5px -2px #6e40c95d;
border-radius: 30px;
color: #8b949e;
font-weight: 500;
margin-left: 25px;
margin-top: 50px;
cursor: pointer;
justify-content: center;
align-items: center;
text-align: center;
}

.main-somma-itro-Bt-01:hover,
.main-somma-itro-Bt-02:hover,
.main-somma-itro-Bt-03:hover{
border: 2px solid #5f85ff;
background-color: #13131e;
box-shadow:0 7px 5px -2px  #00c8ff3a;
color: #5f85ff;
font-weight: 700;

}

.main-monster-itro-Bt-01{
	width: 140px;
	height: 130px;
	border: 2px solid #8b949e;
	background-color: #313536;
	box-shadow: 0 5px 5px -2px #02f7ff2d;
	border-radius: 30px;
	color: #8b949e;
	font-weight: 500;
	margin-top: 50px;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	text-align: center;
}


.main-monster-itro-Bt-02,
.main-monster-itro-Bt-03
{
	width: 140px;
	height: 130px;
	border: 2px solid #8b949e;
	background-color: #313536;
	box-shadow: 0 5px 5px -2px #02f7ff2d;
	border-radius: 30px;
	color: #8b949e;
	font-weight: 500;
	margin-left: 35px;
	margin-top: 50px;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	text-align: center;
}




.main-monster-itro-Bt-01:hover,
.main-monster-itro-Bt-02:hover, 
.main-monster-itro-Bt-03:hover{

border: 2px solid #3ddbd9;
background-color: #13131e;
box-shadow:0 7px 5px -2px  #00c8ff3a;
color: #3ddbd9;
font-weight: 700;
}


.main-somma-itro-p-01,
.main-somma-itro-p-02,
.main-somma-itro-p-03{
	margin-top: -7px;
	font-size: 0.85rem;
}

.container-01{
    background-image: linear-gradient(to bottom, #36343b7a, rgb(0, 0, 0));
    height: 100%;
	width: 100vw;
	margin:0; 
	padding:0; 
}
.container-02{
	background-color: #000000;    
	height: 300px;
	margin-top: -20px;
	align-items: center; 
	flex-direction: row;
	display: flex;
	justify-content: left;
}


.container-02-1{
	background-color: #000000;
	height: 720px;	
	display: flex;
	flex-direction: row;
	justify-content: center;
	
	   
}



.container-03{
	background-image: linear-gradient(to bottom, rgb(0, 0, 0), #36343b7a);
	width: 100vw;
    height: 10%;
	margin:0; 
	padding:0; 
}

.somma-series-intro-gro,
.col-lg-8.offset-lg-2{
	float: left;
	display: flex;
	align-items: center; 
}

.feature-single h3,
.somma-series-monster-intro-h3{
	color: #9999ff;
	font-size: 18px;
	font-weight: 500;
	margin: 16px 0 24px;
}


.somma-series-feature-single-01,
.somma-series-feature-single-02,
.somma-series-feature-single-03
{
	border: 2px solid #4c4cff;
	width: 320px;
	height: 400px;
	border-radius:30px;
	text-align : center;
	box-shadow: 8px 8px 0px 0px #4c4cff;
}

.somma-series-feature-single-01{
    background-image: linear-gradient(to bottom, #161b22,#25266e);
}

.somma-series-feature-single-01:hover{
    background-image: linear-gradient(to bottom, #25266e, #161b22);
	position: relative;
	top: -6px;
	left: -6px;
}
.somma-series-feature-single-01:active{
	top:2px ;
	left: 2px;
}

.somma-series-feature-single-02{
    background-image: linear-gradient(to bottom, #161b22,#350736);
}

.somma-series-feature-single-02:hover{
    background-image: linear-gradient(to bottom, #350736, #161b22);
	position: relative;
	top: -6px;
	left: -6px;
}

.somma-series-feature-single-03{
    background-image: linear-gradient(to bottom, #161b22,#260f4a);
}

.somma-series-feature-single-03:hover
{
    background-image: linear-gradient(to bottom, #260f4a, #161b22);
	position: relative;
	top: -6px;
	left: -6px;
}

.somma-series-monster-p1,
.somma-series-cheiron-p1,
.somma-series-anyoffice-p1
{
	color: #8b949e;
	font-size: 16px;
}

.somma-series-cheiron-p1{
	margin-top: 4px;
}

.somma-series-anyoffice-p1{
	margin-top: -13px;
}

.somma-series-monster-bt,
.somma-series-cheiron-bt,
.somma-series-anyoffice-bt{
	border: 1px solid #ffffff;
	background-color: #ffffff00;
	color: #ffffff;
	width: 120px;
	height: 40px;
	border-radius:20px;
	margin-top: 20px;
	cursor: pointer;
}

.somma-series-monster-bt:hover,
.somma-series-cheiron-bt:hover,
.somma-series-anyoffice-bt:hover{
	background-color: #ffffff;
	color:#000000;
	font-weight: 700;
}

.monster_container{    
	background-color: #36343b7a;
	margin:0; 
	padding:0; 
}


.monster-intro-h3-1{
	font-family: 'Galmuri', 'Galmuri7';
	font-weight: 300;
	color: #5f85ff;
}
.monster-intro-h1-1{
	font-family: 'Galmuri11';
	font-weight: 700;
	
}

.monster-intro-p1-1,
.monster-intro-p1-2 {
	color: #8b949e;
	font-size: 15px;
}

.main_monster_img_01{
	width: 100vw;
	height: 100vh;
	background-image: url(/src/images/gif/main_img_monster_01.jpg);
	background-size: cover;
	
}

.monster-somma-itro-01{
	float: right;
	align-items: center;
	align-content: center; 
	margin-top: 290px;
	margin-right: 350px;
}



li label {
	display: block;
	align-items: center;
}


ul{
	list-style:none;
	align-items: center;
}

input {
	background-color: #260f4a;
	border: 2px solid #ffffff;
	caret-color: #01ed43;
}

textarea{
	caret-color: #01ed43;
}




body{
	font-size: 14px;
	font-family: 'Noto Sans KR', sans-serif;
	color: #ffffff;
	background-color: #33333a;
}

body.on-side{
	margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

/* a 태그 색상변경을 사용하지 않도록 수정 */
a { color: inherit; }

a:hover{
	text-decoration: none;
	outline: 0;
	color: #3ddbd9;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

::-moz-selection{
	background: #5500ff;
	color: #fff;
}

::selection{
	background: #5500ff;
	color: #fff;
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom right, #6700b0, 40%, #5500ff);
	background: -webkit-linear-gradient(to bottom right, #9505fc, 40%, #5500ff);
	background: -moz-linear-gradient(to bottom right, #9505fc, 40%, #5500ff);
	background: -o-linear-gradient(to bottom right, #9505fc, 40%, #5500ff);
	z-index: 9999;
	text-align: center;
}

.loader{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 120px;
	display: flex;
	flex-flow: column nowrap;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader .diamond{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background: #fff;
    -webkit-transform: translateY(0) rotate(45deg) scale(0);
    transform: translateY(0) rotate(45deg) scale(0);
    -webkit-animation: diamonds 1500ms linear infinite;
    animation: diamonds 1500ms linear infinite;
}

.preloader .diamond:nth-child(1) {
    -webkit-animation-delay: -1000ms;
    animation-delay: -1000ms;
}

.preloader .diamond:nth-child(2) {
    -webkit-animation-delay: -2000ms;
    animation-delay: -2000ms;
}

.preloader .diamond:nth-child(3) {
    -webkit-animation-delay: -3000ms;
    animation-delay: -3000ms;
}

.preloader .diamond:nth-child(4) {
    -webkit-animation-delay: -4000ms;
    animation-delay: -4000ms;
}

@-webkit-keyframes diamonds {
    50% {
        -webkit-transform: translateY(-50px) rotate(45deg) scale(1);
        transform: translateY(-50px) rotate(45deg) scale(1);
    }
    100% {
        -webkit-transform: translateY(-100px) rotate(45deg) scale(0);
        transform: translateY(-100px) rotate(45deg) scale(0);
    }
}

@keyframes diamonds {
    50% {
        -webkit-transform: translateY(-50px) rotate(45deg) scale(1);
        transform: translateY(-50px) rotate(45deg) scale(1);
    }
    100% {
        -webkit-transform: translateY(-100px) rotate(45deg) scale(0);
        transform: translateY(-100px) rotate(45deg) scale(0);
    }
}

.row.no-gutters{
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

.btn-custom{
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -webkit-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -moz-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -o-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	padding: 8px 30px;
	border-radius: 24px;
}

.btn-custom:hover{
	background: #5500ff;
	color: #fff;
}

/************************************/
/***** 02. Navigation area css  *****/
/************************************/

.header-layout-1 .navbar-nav {
    flex-wrap: wrap;
}

.header-layout-1 .navbar{
	padding: 0;
	background: #f5f7fa;
	transition: all 0.3s;
}

.header-layout-1 .navbar .container{
	position: relative;
}

.header-layout-1 .navbar-brand img{
	height: 69px;
	transition: all 0.3s;
}

.header-layout-1 .navbar-light .navbar-nav .nav-item{
	position: relative;
	padding: 34px 0;
	transition: all 0.3s;
}

.header-layout-1 .navbar-light .navbar-nav .nav-item ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	padding: 6px 0;
	margin: 0;
	background: linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -webkit-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -moz-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -o-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
}

.header-layout-1 .navbar-light .navbar-nav .nav-item ul li{
	display: block;
	width: 100%;
}

.header-layout-1 .navbar-light .navbar-nav .nav-item ul li a{
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 6px 16px;
	transition: all 0.3s;
}

.header-layout-1 .navbar-light .navbar-nav .nav-item ul li a:hover{
	background: rgba(255,255,255,0.2);
	color: #fff;
}

.header-layout-1 .navbar-light .navbar-nav .nav-item:hover ul{
	display: block;
}

.header-layout-1 .navbar-light .navbar-nav .nav-link{
	color: #000000;
	font-size: 16px;     
	text-transform: uppercase;
	padding: 8px 14px;
}

.header-layout-1 .navbar-light .navbar-nav .nav-link.download-link{
	background: linear-gradient(to bottom right, #05cbfc, 63%, #5500ff);
	background: -webkit-linear-gradient(to bottom right, #05cbfc, 63%, #5500ff);
	background: -moz-linear-gradient(to bottom right, #05cbfc, 63%, #5500ff);
	background: -o-linear-gradient(to bottom right, #05cbfc, 63%, #5500ff);
	color: #fff;
	padding: 8px 20px;
	vertical-align: middle;
	border-radius: 20px;
	margin-left: 10px;
}

.header-layout-1 .navbar-light .navbar-nav .nav-link.download-link:hover{
	background: #5500ff !important;
	color: #fff !important;
}

.header-layout-1 .navbar-light .navbar-nav .nav-link.download-link:focus{
	color: #fff !important;
}

.header-layout-1 .navbar-light .navbar-nav .nav-link:hover{
	color: #5500ff;
	font-weight: 700;
}

.header-layout-1 .navbar-light .navbar-nav .nav-link:focus{
	color: #5500ff;
}

.header-layout-1 .navbar-light .navbar-nav .nav-item .active.nav-link{
	color: #5500ff;
}

.header-layout-1 .navbar-light .navbar-nav .nav-item .active.nav-link.download-link{
	color: #fff;
}

.header-layout-1 .sticky-header .navbar-brand img{
	height: 44px;
}

.header-layout-1 .navbar-toggle{
	display: none;
	position: absolute;
	right: 15px;
	top: 20px;
	transition: all 0.3s;
}

.header-layout-1 .sticky-header .navbar-toggle{
	top: 10px;
}

.header-layout-1 .sticky-header.navbar-light .navbar-nav .nav-item{
	padding: 17px 0;
}

#responsive-menu{
	display: none;
	width: 100%;
}

.header-layout-1 .slicknav_menu{
	padding: 0;
	background: none;
}

.header-layout-1 .slicknav_btn{
	padding: 8px;
	border: 1px solid #3e4555;
	border-radius: 0;
	margin: 0;
	background: none;
}

.header-layout-1 .slicknav_icon-bar{
	box-shadow: none;
	height: 1px;
	margin-top: 1px;
	margin-bottom: 5px;
	background: #3e4555;
}

.header-layout-1 .slicknav_nav{
	padding: 10px 0;
}

.header-layout-1 .slicknav_nav a{
	color:  #bbbbbb;
	margin: 0;
	padding: 6px 2px;
}

.header-layout-1 .slicknav_nav a.active{
	color: #5500ff;
}

.header-layout-1 .slicknav_nav a:hover{
	background: none;
	color: #5500ff;
}

/************************************/
/*****   03. Banner area css    *****/
/************************************/

.banner-layout-1{
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	background-size: cover;
	padding: 0px 0 0px;
}

.banner-layout-1 .row{
	position: relative;
	z-index: 1;
}

.banner-layout-1 .header-content{
	margin-top: 60px;
}

.banner-layout-1 .header-content h2{
	color: #3e4555;
	font-size: 46px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	margin-bottom: 1em;
}

.banner-layout-1 .header-content p{
	color: #8b949e;
	font-size: 14px;
	line-height: 1.7em;
	margin-bottom: 1.7em;
}

.banner-layout-1 .header-img{
	text-align: center;
}

.banner-layout-1 .btn-video-play{
	margin-top: 40px;
}

.banner-layout-1 .btn-play{
	display: inline-block;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	vertical-align: middle;
}

.banner-layout-1 .btn-play figure{
	margin: 0;
}

.banner-layout-1 .btn-play i{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	font-size: 50px;
	color: #fff;
	text-align: center;
	line-height: 1em;
	transform: translate(0,-50%);
}

.banner-layout-1 .btn-video-play span{
	display: inline-block;
	color: #8d97ad;
	font-size: 20px;
	font-weight: 500;
	margin-left: 20px;
}

/*
 * user-defined css data
 */
.banner-layout-1 .header-slider-wrapper{
	max-width: 900px;
	margin: 80px auto 0;
	padding: 0 80px;
	position: relative;
}

.banner-layout-1 .header-slide{
	text-align: center;
}

.banner-layout-1 .header-slide figure{
	margin-bottom: 30px;
}

.banner-layout-1 .header-slide h3{
	font-size: 22px;
	font-weight: 500;
	color: #3e4555;
	margin-bottom: 20px;
}

.banner-layout-1 .header-slide p{
	font-size: 14px;
	color: #8d97ad;
	line-height: 1.7em;
}

.banner-layout-1 .header-slide-prev,
.banner-layout-1 .header-slide-next{
	position: absolute;
	top: 38%;
}

.banner-layout-1 .header-slide-prev{
	left: 0;
}

.banner-layout-1 .header-slide-next{
	right: 0;
}

.banner-layout-1 .header-slide-pagination{
	text-align: center;
	margin-top: 20px;
}

.banner-layout-1 .header-slide-pagination .swiper-pagination-bullet{
	opacity: 1;
	width: 14px;
	height: 14px;
	border: 2px solid #5500ff;
	background: none;
	transition: all 0.3s;
}

.banner-layout-1 .header-slide-pagination .swiper-pagination-bullet-active{
	transform: scale(1.30);
	background: #5500ff;
}


/*************************************/
/*****   04. Service area css    *****/
/*************************************/

.service-layout-1{
	margin-top: -100px;
	padding: 0 0 50px;
}

.service-layout-1 .service-single{
	background: #fff;
	padding: 30px 20px;
	text-align: center;
	box-shadow: 0px 1px 65px 0px rgba(0, 0, 0, 0.08);
}

.service-layout-1 .service-single .icon-box{
	display: inline-block;
	font-size: 80px;
	line-height: 1em;
	margin-bottom: 20px;
	background: linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -webkit-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -moz-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -o-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.service-layout-1 .service-single h3{
	font-size: 18px;
	color: #3e4555;
	font-weight: 500;
}

.service-layout-1 .btn-seemore{
	display: inline-block;
	text-transform: uppercase;
	color: #8d97ad;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	margin-top: 4px;
	transition: all 0.3s;
}

.service-layout-1 .btn-seemore:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #8d97ad;
	transition: all 0.3s;
}

.service-layout-1 .btn-seemore:hover{
	color: #3e4555;
}

.service-layout-1 .btn-seemore:hover:after{
	background: #3e4555;
}

/*************************************/
/*****   05. Welcome area css    *****/
/*************************************/

.welcome-layout-1{
	padding: 130px 0 100px 0;
}

.welcome-layout-1 .welcome-box{
	text-align: center;
}

.welcome-layout-1 .welcome-box h2{
	color: #8d97ad;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}

.welcome-layout-1 .welcome-box p{
	color: #3e4555;
	font-size: 24px;
	font-weight: 500;
	margin: 0;
}

/*****************************************/
/*****  06. Monster & CHEIRON CSS    *****/
/*****************************************/
/*
 * Monster, CHEIRON 제품소개 배치와 관련
 */

.somma-product-layout-1{
	padding: 50px 0;
}

.section-title{
	text-align: center;
	margin-bottom: 60px;
}

.section-title h2{
	color: #3e4555;
	font-size: 30px;
	padding-bottom: 20px;
	/* background: url(../images/title-bg.png) no-repeat bottom center; */
}

.somma-product-tab .nav-tabs {
	display:none;
	justify-content: center;
}

.somma-product-layout-1 .somma-product-tab .nav-tabs .nav-link{
	border: none;
	color: #8d97ad;
}

.somma-product-layout-1 .somma-product-tab .nav-tabs .nav-link i{
	font-size: 30px;
	vertical-align: middle;
	margin-right: 10px;
}

.somma-product-layout-1 .somma-product-tab .nav-tabs .nav-link.active{
	border: none;
	color: #fff;
	background: linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -webkit-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -moz-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -o-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
}

.somma-product-layout-1 .somma-product-tab .nav-tabs .nav-item{
	margin-bottom: 0;
}

.somma-product-layout-1 .somma-product-tab .card-body{
	padding: 20px 0;
}

.somma-product-layout-1 .somma-product-tab .how-it-image{
	padding: 30px;
}

.somma-product-layout-1 .somma-product-tab .how-it-image img{
	box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.17);
}

.somma-product-layout-1 .somma-product-tab .how-it-content{
	padding-top: 40px;
}

.somma-product-layout-1 .somma-product-tab .how-it-content h3{
	font-size: 20px;
	color: #3e4555;
	font-weight: 600;
	margin-bottom: 1.5em;
}

.somma-product-layout-1 .somma-product-tab .how-it-content p{
	color: #8d97ad;
	font-size: 14px;
	line-height: 1.7em;
	margin-bottom: 1.7em;
}

.somma-product-layout-1 .somma-product-tab .card .card-header{
	padding: 0;
}

.somma-product-layout-1 .somma-product-tab .card .card-header h5 a{
	display: block;
	padding: 10px 14px;
	font-size: 16px;
	font-weight: 500;
	color: #637790;
}

.somma-product-layout-1 .somma-product-tab .card .card-header h5 a i{
	font-size: 20px;
	margin-right: 6px;
	vertical-align: middle;
}

/**************************************/
/*****   07. Features area css    *****/
/**************************************/

.somma-product-features-layout{
	padding: 50px 0;
	/* background: url(../images/feature-bg.png) no-repeat right center; */
	/* background-size: auto 100%; */
}

.monster-layout-1 {
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	/* background: #ffffff; */
	background-size: cover;
	padding: 130px 0 100px;
}

.cheiron-layout-1 {
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	/* background: #ffffff; */
	background-size: cover;
	padding: 130px 0 100px;
}

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

.feature-single .icon-box{
	background: linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -webkit-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -moz-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -o-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.feature-single h3{
	font-size: 20px;
	font-weight: 500;
	color: #9999ff;
	margin: 16px 0 24px;
}

.feature-single p{
	font-size: 14px;
	color: #8d97ad;
	line-height: 1.7em;
}

.feature-single .btn-readmore{
	font-size: 12px;
	color: #3785eb;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 2px;
}

.feature-single .btn-readmore:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #3785eb;
}





/**************************************/
/*****    08. Pricing area css    *****/
/**************************************/

.pricing-layout-1{
	padding: 70px 0 100px 0;
	background: #000000;
	background-size: cover;
}

.pricing-layout-1 .pricing-title{
	padding-top: 80px;
}

.pricing-layout-1 .pricing-title h3{
	font-size: 24px;
	color: #3e4555;
	font-weight: 600;
	margin-bottom: 1em;
}

.pricing-layout-1 .pricing-title p{
	color: #8d97ad;
	font-size: 14px;
	line-height: 1.7em;
	margin-bottom: 1.7em;
}

.pricing-layout-1 .pricing-tab .nav-tabs{
	border: 1px solid #00c9ff;
	display: inline-block;
	border-radius: 20px;
	overflow: hidden;
}

.pricing-layout-1 .pricing-tab .nav-item{
	display: inline-block;
	min-width: 90px;
	text-align: center;
}

.pricing-layout-1 .pricing-tab .nav-link{
	border: none;
	color: #3e4555;
	font-size: 14px;
	font-weight: 500;
	border-radius: 0;
	padding: 10px 20px;
}

.pricing-layout-1 .pricing-tab .nav-link.active{
	border: none;
	color: #fff;
	background: linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -webkit-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -moz-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -o-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
}

.pricing-layout-1 .pricing-box-wrapper{
	background: #3e4555;
	text-align: center;
	margin-left: 40px;
	margin-top: 20px;
	padding: 1px;
}

.pricing-layout-1 .pricing-box{
	padding: 40px 20px;
	margin-left: -40px;
	margin-right: 40px;
	margin-top: -20px;
	background: #ffffff;
}

.pricing-layout-1 .pricing-header{
	margin-bottom: 30px;
}

.pricing-layout-1 .pricing-header .icon-box{
	color: #fff;
	font-size: 80px;
	line-height: 1em;
	margin-bottom: 20px;
}

.pricing-layout-1 .pricing-header h3{
	color: #000;
	font-size: 34px;
	font-weight: 600;
}

.pricing-layout-1 .pricing-body ul{
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.pricing-layout-1 .pricing-body ul li{
	color: #000;
	padding: 6px 0;
}

.pricing-layout-1 .pricing-body h4{
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	margin: 0;
}

.pricing-layout-1 .btn-buynow{
	padding: 20px 0;
}

.pricing-layout-1 .btn-buynow a{
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	position: relative;
	padding-bottom: 2px;
}

.pricing-layout-1 .btn-buynow a:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #fff;
}

/******************************************/
/*****    09. Testimonial area css    *****/
/******************************************/

.somma-benefits{
	padding: 80px 0 100px 0;
}

.somma-benefits .service-single{
	text-align: center;
	padding: 50px 20px;
	transition: all 0.3s;
}

.somma-benefits .service-single:hover{
	background: #ecf1f5;
}

.somma-benefits .service-single .icon-box{
	display: inline-block;
	font-size: 90px;
	color: #3e4555;
	line-height: 1em;
	position: relative;
}

.somma-benefits .service-single .icon-box:before{
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -webkit-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -moz-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -o-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 1;
}

.somma-benefits .service-single .icon-box i{
	position: relative;
	z-index: 2;
}

.somma-benefits .service-single h3{
	font-size: 20px;
	color: #3e4555;
	font-weight: 600;
	margin: 20px 0;
}

.somma-benefits .service-single p{
	color: #8d97ad;
	line-height: 1.5em;
	margin: 0;
}

/**************************************/
/*****     10. FAQs area css      *****/
/**************************************/

.faq-layout-1{
	padding: 50px 0;
}

.faq-layout-1 .faq-tabs:after{
	content: '';
	display: block;
	clear: both;
}

.faq-layout-1 .faq-tabs .nav-tabs{
	width: 25%;
	float: left;
	display: block;
	border: none;
}

.faq-layout-1 .faq-tabs .nav-tabs .nav-link,
.faq-layout-1 .faq-tabs .card-header a{
	background: #f5f7fa;
	border: none;
	display: block;
	font-size: 20px;
	color: #3e4555;
	font-weight: 600;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 12px 20px;
	cursor: pointer;
}

.faq-layout-1 .faq-tabs .card-header a{
	margin-bottom: 0;
}

.faq-layout-1 .faq-tabs .nav-tabs .nav-link i,
.faq-layout-1 .faq-tabs .card-header a i{
	font-weight: 400;
	font-size: 30px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}

.faq-layout-1 .faq-tabs .nav-tabs .nav-link.active,
.faq-layout-1 .faq-tabs .card-header a.active{
	background: linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -webkit-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -moz-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -o-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	color: #fff;
}

.faq-layout-1 .faq-tabs .tab-content{
	width: 70%;
	float: right;
}

.faq-layout-1 .faq-tabs .card-block{
	padding: 20px 0;
}

.faq-layout-1 .faq-tabs .card{
	border: none;
	margin-bottom: 20px;
}

.faq-layout-1 .faq-tabs .card-header{
	border: none;
	padding: 0;
}

.faq-layout-1 .faq-tabs .faq-accordion .card-header a{
	font-size: 18px;
	font-weight: 500;
	padding: 20px;
	position: relative;
}

.faq-layout-1 .faq-tabs .faq-accordion .card-header a:hover{
	color: #3e4555;
}

.faq-layout-1 .faq-tabs .faq-accordion  .card-header a:after{
	content: '\f107';
	font-family: FontAwesome;
	color: #3e4555;
	font-weight: 600;
	width: 26px;
	height: 26px;
	display: block;
	border: 1px solid #3e4555;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
	position: absolute;
	right: 20px;
	top: 16px;
	transition: all 0.6s;
}

.faq-layout-1 .faq-tabs .card.active .card-header a:after{
	transform: rotate(180deg);
}

.faq-layout-1 .faq-tabs .card-body{
	padding: 20px 20px 0;
}

.faq-layout-1 .faq-tabs .card-body p,
.faq-layout-1 .faq-tabs .tab-pane .card-body p{
	font-size: 14px;
	color: #8d97ad;
	line-height: 1.7em;
	margin-bottom: 1.7em;
}

/********************************************/
/*****   11. Version History area css   *****/
/********************************************/

.version-history-layout-1{
	padding: 50px 0;
}

.version-history-layout-1 .version-history-slider{
	padding: 0 80px;
	position: relative;
}

.version-history-layout-1 .version-image{
	width: 48%;
	float: left;
	text-align: center;
}

.version-history-layout-1 .version-entry{
	width: 48%;
	float: right;
	margin-top: 26px;
}

.version-history-layout-1 .version-entry h3{
	font-size: 18px;
	color: #3e4555;
	font-weight: 600;
	margin-bottom: 1.2em;
}

.version-history-layout-1 .version-entry p{
	font-size: 14px;
	color: #8d98ae;
	line-height: 1.7em;
	margin-bottom: 1.7em;
}

.version-history-layout-1 .version-entry ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.version-history-layout-1 .version-entry ul:after{
	content: '';
	display: block;
	clear: both;
}

.version-history-layout-1 .version-entry ul li{
	font-size: 14px;
	color: #8d98ae;
	width: 48%;
	margin-right: 4%;
	float: left;
	padding: 6px 0;
}

.version-history-layout-1 .version-entry ul li:nth-of-type(2n + 2){
	margin-right: 0;
}

.version-history-layout-1 .version-entry ul li:before{
	content: '\f058';
	font-family: FontAwesome;
	margin-right: 8px;
}

.version-history-layout-1 .version-history{
	text-align: center;
}

.version-history-layout-1 .history-item{
	display: inline-block;
	text-align: center;
	padding: 4px 20px;
	margin: 20px 0;
	cursor: pointer;
}

.version-history-layout-1 .history-item .version{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #8d98ae;
}

.version-history-layout-1 .history-item .date{
	display: block;
	font-size: 14px;
	color: #d6d9e1;
}

.version-history-layout-1 .history-item.active-version{
	background: linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -webkit-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -moz-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -o-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	position: relative;
}

.version-history-layout-1 .history-item.active-version:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-bottom: 10px solid #36dddb;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
}

.version-history-layout-1 .history-item.active-version .version,
.version-history-layout-1 .history-item.active-version .date{
	color: #fff;
}

.version-history-layout-1 .version-navigation .version-prev,
.version-history-layout-1 .version-navigation .version-next{
	font-size: 50px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	background: linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -webkit-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -moz-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -o-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.version-history-layout-1 .version-navigation .version-prev:hover,
.version-history-layout-1 .version-navigation .version-next:hover{
	background: #5500ff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.version-history-layout-1 .version-navigation .version-prev{
	left: 0;
}

.version-history-layout-1 .version-navigation .version-next{
	right: 0;
}

/********************************************/
/*****     12. Screenshot area css      *****/
/********************************************/

.screenshot-layout-1{
	padding: 50px 0 100px;
}

.screenshot-layout-1 .screenshot-slider-wrapper{
	padding: 0 100px;
	position: relative;
}

.screenshot-layout-1 .screenshot-slide{
	text-align: center;
	padding: 30px 20px;
}

.screenshot-layout-1 .screenshot-slide img{
	box-shadow: 0px 0px 25.9px 5.1px rgba(0, 0, 0, 0.05);
}

.screenshot-layout-1 .screenshot-pagination .screenshot-prev,
.screenshot-layout-1 .screenshot-pagination .screenshot-next{
	font-size: 50px;
	background: linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -webkit-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -moz-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -o-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transform: translate(0,-50%);
}

.screenshot-layout-1 .screenshot-pagination .screenshot-prev{
	left: 0;
}

.screenshot-layout-1 .screenshot-pagination .screenshot-next{
	right: 0;
}

.screenshot-layout-1 .screenshot-pagination .screenshot-prev:hover,
.screenshot-layout-1 .screenshot-pagination .screenshot-next:hover{
	background: #05cbfc;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/********************************************/
/*****    13. Download App area css     *****/
/********************************************/

.download-app-layout-1{
	background: #f5f7fa url(../images/download-bg.png) no-repeat right 14% bottom;
	background-size: auto 100%;
}

.download-app-layout-1 .download-entry{
	padding: 80px 0;
}

.download-app-layout-1 .download-entry h2{
	font-size: 40px;
	color: #3e4555;
	margin-bottom: 30px;
	line-height: 1.2em;
}

.download-app-layout-1 .download-entry p{
	font-size: 14px;
	color: #8d97ad;
	line-height: 1.7em;
}

.download-app-layout-1 .app-download{
	margin-top: 30px;
}

.download-app-layout-1 .btn-download{
    position: relative;
    display: inline-block;
	background: linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -webkit-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -moz-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
	background: -o-linear-gradient(to bottom right, #05cbfc, 65%, #5500ff);
    color: #fff;
	padding: 6px 20px 6px 52px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    text-align: left;
    border-radius: 40px;
}

.download-app-layout-1 .btn-download i{
    font-size: 28px;
    position: absolute;
    top: 10px;
    left: 16px;
}

.download-app-layout-1 .btn-download span{
    font-size: 10px;
    display: block;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.download-app-layout-1 .btn-download:hover,
.download-app-layout-1 .btn-download:focus{
	background: #05cbfc;
	color: #fff;
}

/*********************************************/
/***** 14. Mega Footer & Footer area css *****/
/*********************************************/

.mega-footer-layout-1{
	padding: 100px 0;
}

.mega-footer-layout-1 .footer-link h3,
.mega-footer-layout-1 .footer-info h3,
.mega-footer-layout-1 .footer-payment h3{
	color: #3e4555;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.mega-footer-layout-1 .footer-link ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.mega-footer-layout-1 .footer-link ul li{
	padding: 2px 0;
}

.mega-footer-layout-1 .footer-link ul li a{
	font-size: 14px;
	color: #8d97ad;
	transition: all 0.3s;
}

.mega-footer-layout-1 .footer-link ul li a:hover{
	color: #05cbfc;
}

.mega-footer-layout-1 .footer-info p{
	font-size: 14px;
	color: #8d97ad;
}

.mega-footer-layout-1 .footer-info p:last-child{
	margin-bottom: 0;
}

.mega-footer-layout-1 .footer-payment-box i{
	display: inline-block;
	font-size: 30px;
	color: #8d97ad;
	margin-right: 8px;
	margin-bottom: 8px;
}

footer.footer-layout-1{
	padding: 30px 0;
	border-top: 1px solid #dce3e9;
}

.footer-layout-1 .footer-copyright p{
	margin: 0;
	font-size: 14px;
	color: #8d97ad;
	line-height: 1.7em;
}

.footer-layout-1 .footer-copyright a{
	color: #8d97ad;
	text-decoration: underline;
}

.footer-layout-1 .footer-copyright a:hover{
	color: #5500ff;
}

.footer-layout-1 .footer-policy p{
	margin: 0;
	font-size: 14px;
	color: #8d97ad;
	line-height: 1.7em;
	text-align: center;
}

.footer-layout-1 .footer-policy a{
	color: #8d97ad;
	text-decoration: underline;
}

.footer-layout-1 .footer-policy a:hover{
	color: #5500ff;
}

.footer-layout-1 .footer-social{
	text-align: right;
}

.footer-layout-1 .footer-social h3{
	font-size: 14px;
	color: #8d97ad;
	font-weight: 400;
}

.footer-layout-1 .footer-social a{
	display: inline-block;
	font-size: 14px;
	color: #8d97ad;
	margin-left: 10px;
}

.footer-layout-1 .footer-social a:hover{
	color: #5500ff;
}

/************************************/
/*****    15. Media Screens     *****/
/************************************/

@media only screen and (max-width: 1200px){
	.header-layout-1 .navbar-light .navbar-nav .nav-link{
		padding: 8px 6px;
	}

	.version-history-layout-1 .history-item{
		padding: 4px 14px;
	}
}

@media only screen and (max-width: 991px){
	.header-layout-1 .navbar-nav{
		display: none;
	}

	.header-layout-1 .navbar{
		padding: 10px 0;
		overflow: auto;
		max-height: 100%;
		align-items: flex-start;
	}

	.header-layout-1 .navbar .container{
		flex-wrap: wrap;
	}

	.header-layout-1 .navbar-toggle,
	#responsive-menu{
		display: block;
	}

	.banner-layout-1 .header-img{
		margin-top: 50px;
	}

	.service-layout-1 .service-single{
		margin-bottom: 30px;
	}

	.faq-layout-1 .faq-tabs .card-header a.active{
		background: #f5f7fa;
		color: #3e4555;
	}

	.feature-single{
		background: none;
	}

	.feature-single .feature-content{
		padding-top: 0;
	}

	.pricing-layout-1 .pricing-title{
		padding-top: 0;
	}

	.pricing-layout-1 .tab-content{
		padding-top: 40px;
	}

	.screenshot-layout-1 .screenshot-slider-wrapper{
		padding: 0 60px;
	}

	.download-app-layout-1{
		background-image: none;
	}

	.mega-footer-layout-1 .footer-link,
	.mega-footer-layout-1 .footer-info{
		margin-bottom: 30px;
	}

	.somma-benefits{
		padding: 30px 0 0;
	}

	.version-history-layout-1 .version-history-slider{
		padding: 0;
	}

	.version-history-layout-1 .version-history{
		display: none;
	}

	.version-history-layout-1 .version-image{
		float: none;
		width: 100%;
	}

	.version-history-layout-1 .version-entry{
		float: none;
		width: 100%;
	}

	.version-history-layout-1 .version-navigation{
		text-align: center;
		margin-top: 30px;
	}

	.version-history-layout-1 .version-navigation .version-prev,
	.version-history-layout-1 .version-navigation .version-next{
		font-size: 30px;
		display: inline-block;
		position: static;
		margin: 0 10px;
	}

	.version-history-layout-1 .version-entry ul li{
		width: 100%;
		float: none;
	}

	.version-history-layout-1 .version-entry ul li:nth-of-type(2n + 2){
		margin-right: 0;
	}
}

/* Mobile Layout */
@media only screen and (max-width: 767px){
	.banner-layout-1{
		padding: 100px 0 80px;
	}

	.service-layout-1{
		padding: 0 0 10px;
	}

	.welcome-layout-1,
	.somma-product-layout-1,
	.feature-single,
	.somma-benefits,
	.faq-layout-1{
		padding: 40px 0;
	}

	.pricing-layout-1{
		padding: 40px 0 0;
	}

	.download-app-layout-1 .download-entry{
		padding: 60px 0 50px;
	}

	.mega-footer-layout-1{
		padding: 60px 0;
	}

	.screenshot-layout-1{
		padding: 40px 0 80px;
	}

	.section-title{
		margin-bottom: 40px;
	}

	.section-title h2{
		font-size: 22px;
		background-size: 80px auto;
	}

	.feature-single .feature-image{
		margin-top: 40px;
	}

	.feature-single .feature-content h2{
		font-size: 22px;
	}

	.banner-layout-1 .header-content h2{
		font-size: 32px;
	}

	.banner-layout-1 .header-slider-wrapper{
		padding: 0;
	}

	.banner-layout-1 .header-slide-prev,
	.banner-layout-1 .header-slide-next{
		display: none;
	}

	.feature-single .feature-image img{
		max-width: 200px;
	}

	.pricing-layout-1 .pricing-box-wrapper{
		margin-bottom: 40px;
	}

	.screenshot-layout-1 .screenshot-pagination{
		text-align: center;
	}

	.screenshot-layout-1 .screenshot-slider-wrapper{
		padding: 0;
	}

	.screenshot-layout-1 .screenshot-pagination .screenshot-prev,
	.screenshot-layout-1 .screenshot-pagination .screenshot-next{
		position: relative;
		display: inline-block;
		font-size: 30px;
		margin: 0 6px;
		transform: translate(0);
	}

	.download-app-layout-1 .download-entry h2{
		font-size: 26px;
	}

	.footer-layout-1 .footer-copyright{
		text-align: center;
		margin-bottom: 30px;
	}

	.footer-layout-1 .footer-social{
		text-align: center;
	}

	.footer-layout-1 .footer-social a{
		margin: 0 5px;
	}

	.somma-product-layout-1 .tab-pane {
		display: block !important;
		opacity: 1;
	}

	.somma-product-layout-1 .somma-product-tab .card{
		margin-bottom: 10px;
	}

	.somma-product-layout-1 .somma-product-tab .how-it-content{
		padding: 10px 20px 0;
	}

	.somma-product-layout-1 .somma-product-tab .how-it-image{
		padding: 20px;
	}

	.somma-product-layout-1 .somma-product-tab .card-body{
		padding: 0;
	}

	.somma-product-layout-1 .somma-product-tab .how-it-content h3{
		font-size: 18px;
		margin-bottom: 1em;
	}

	.somma-product-layout-1 .somma-product-tab .how-it-content p{
		font-size: 14px;
	}

	.pricing-layout-1 .pricing-header .icon-box{
		font-size: 60px;
	}

	.pricing-layout-1 .pricing-header h3{
		font-size: 24px;
	}

	.pricing-layout-1 .pricing-body h4{
		font-size: 22px;
	}

	.pricing-layout-1 .pricing-box-wrapper{
		margin-left: 20px;
	}

	.pricing-layout-1 .pricing-box{
		margin-left: -20px;
		margin-right: 20px;
	}

	.somma-benefits .service-single{
		margin-bottom: 30px;
		padding: 20px;
	}

	.somma-benefits .service-single h3{
		font-size: 18px;
	}

	.somma-benefits .service-single p{
		font-size: 14px;
	}

	.faq-layout-1 .faq-tabs .faq-accordion .card-header a{
		font-size: 14px;
		line-height: 1.7em;
		padding-right: 48px;
	}

	.download-app-layout-1 .download-entry h2{
		font-size: 22px;
	}
}

@media(min-width:768px) {

	.somma-product-layout-1 .somma-product-tab .nav-tabs{
		display: flex;
	}

	.somma-product-layout-1 .somma-product-tab .card{
		border: none;
	}

	.somma-product-layout-1 .somma-product-tab .card .card-header{
		display:none;

	}

	.somma-product-layout-1 .somma-product-tab .card .collapse{
		display:block;
	}
}

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

	.header-layout-1 .container{
		width: 100%;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.banner-layout-1 .btn-play img{
		max-width: 70px;
	}

	.banner-layout-1 .btn-video-play span{
		font-size: 16px;
		margin-left: 10px;
	}

	.welcome-layout-1 .welcome-box p{
		font-size: 20px;
	}

	.download-app-layout-1 .btn-download{
		margin-bottom: 10px;
	}
}
