body {
	font-family: 'Josefin Sans', sans-serif;
}
a:hover, a:focus {
	text-decoration: none;
}
.main_landing_page {
    padding: 40px 40px;
    background: #f9f9f9;
    position: relative;
}
.main_landing_page .page_bg {
    background: #ffffff;
    border-radius: 30px;
    width: 100%;
    padding: 30px 10px;
    position: relative;
    box-shadow: 0px 21px 50px 0px rgba(145, 148, 160, 0.15);
    overflow: hidden;
}

.page_bg:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity:1;
}


.image_here img.main_img {
	padding: 17px;
    background: #ececec;
    width: 81%;
    margin: auto;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #ddd;
    border-bottom: 0px;
}

.main_landing_page .page_bg .container {
	position: relative;
}

.main_landing_page #logo a {
    text-align: center;
    display: block;
}
.main_landing_page #logo a img{
	margin: auto;
}
.title_here h2 {
    font-weight: 700;
    color: #377dcc;
    /* text-transform: uppercase; */
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 38px;
}

.title_here h4{
	    font-weight: 500;
    color: #888888;
    text-transform: uppercase;
    font-size: 21px;
    margin-top: 10px;
}

.btn_here a {
    background: #00c0ff;
    padding: 10px;
    color: #fff;
    padding: 15px 29px;
    border-radius: 4px;
    font-size: 15px;
    background-size: 300% 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    filter: drop-shadow(0px 5px 7px rgba(54, 55, 57, 0.23));
    webkit-filter: drop-shadow(0px 30px 20px rgba(54, 55, 57, 0.23));
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
}
.buy_now a{
	background: #00c66b;
	/*font-weight: 700;*/
}
.btn_here a:hover {
    background:#00c66b;
}
.copy_right{
    margin-top: 24px;
}
.more_demos {
   	position: fixed;
    right: -300px;
    top: 30%;
    transition: all 1s ease 0s;
}
.more_demos.open {
    right: -10px;
}
.single_demo_click a{
	padding: 14px 25px;
    border-radius: 4px;
    width: 173px;
    font-size: 18px;
}

.single-screen {
    float: none;
    margin: auto;
}

.single_demo_inner {
    margin-bottom: 20px;
}

.page-description {
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
    font-size: 15px;
}

@media only screen and (max-width: 767px) {
	.title_here h2 {
    		font-size: 23px;

	}
	.landing_inner .row .col-sm-6:nth-child(even) .single_landing {
	    padding-top: 20px;
	    border-top: 1px solid #e1e1e1;
	}
	.main_landing_page {
		padding: 20px 20px;
	}

	.btn_here a{
	    padding: 10px 19px;
	    font-size: 14px;
	}
	.single_demo_click a {
	    padding: 10px 19px;
	    width: 146px;
	    font-size: 14px;
	}
	.copy_right p{
		text-align: center;
	}
}
@media only screen and (max-width: 550px) {
	.title_here h2 {
	    font-size: 19px;
        line-height: 24px;
	}
	.single_demo_click a {
	    padding: 8px 19px;
	    width: 127px;
	    font-size: 13px;
	    margin-bottom: 3px;
	}
	.main_landing_page #logo a img {
	    margin: auto;
	    height: 30px;
	}
}