@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i'); 
body {
   font-family: 'Open Sans', sans-serif;
}
a {
    transition: .3s;
    -webkit-transition: .3s;
}
a:focus, .btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
a:focus, a:hover, a:active {
    text-decoration: none;
}
img {
    max-width: 100%;
}
/* Btn Primary */
.btn-primary {
	color: #fff;
	border: 2px solid #15549a;
	border-radius: 100px;
	display: inline-block;
	font-size: 15px;
	padding: 12px 30px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background-color: #15549a;
}
.btn-primary:hover {
	background: transparent;
	color: #15549a;
	border-color: #15549a;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: unset;
    color: #15549a;
    background: transparent;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	background-color: #15549a;
	border-color: #15549a;
	color: #15549a;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}


/*
Top Header Area CSS
*/
.logo {
	color: #222222;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 1px;
	display: inline-block;
	padding: 6px 22px;
}

.top-header {
	position: relative;
	padding: 60px 0;
    text-align: center;
    background: #fff;
}
@-webkit-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
@-moz-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
@-ms-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
@-o-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
@keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
.text-content {
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.text-content p {
	color: #222222;
	font-size: 25px;
	font-weight: 700;
	margin: 30px 0 35px;
}
.bar {
	background-color: #15549a;
	width: 320px;
	height: 2px;
	margin: 30px auto;
}
.btn.see-demo {
	margin-right: 10px;
}
/*
Page Preview Section
*/
.page-preview-section {
    padding: 70px 0;
	background:#bce2f5;
}
.page-preview-section .title {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    color: #2b323f;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 20px;
}
.single-demo {
    margin-bottom: 40px;
}
.single-demo .demo-img {
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.07);
	margin-bottom: 30px;
	border-radius: 10px;
}
.single-demo .scroll-img {
    display: block;
    height: 550px;
}
.single-demo .scroll-img img {
    -webkit-transition: transform 14200ms ease 0s, opacity 0.9s ease 0s;
    -moz-transition: transform 14200ms ease 0s, opacity 0.9s ease 0s;
    transition: transform 14200ms ease 0s, opacity 0.9s ease 0s;
}
.single-demo:hover .scroll-img img {
    -webkit-transform: translateY(calc(-100% + 580px));
    transform: translateY(calc(-100% + 580px));
}
.single-demo h2 {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	text-align: center;
	text-transform: capitalize;
}
.single-demo a h2  {
	color: #2b323f;
	display: inline-block;
	font-size: 22px;
	text-transform: uppercase;
}
.single-demo a:hover  h2 {
	color: #15549a;
}

/*
Footer Area
*/
.footer {
background-color: #16191e;
font-size: 12px;
padding-top: 10px;
padding-bottom: 10px;
}
.footer .copyright {
color: #fff;
margin: 0;
text-transform: uppercase;
}
.footer .copyright a:hover {
color: #e60c3d;
text-decoration: underline;
}

/* Responsive */
@media only screen and (max-width : 767px) {
	.top-header {
        padding: 60px 0;
    }
    .logo img {
        height: 65px;
    }
    .bar {
        width: 170px;
        margin: 25px auto;
    }
    .text-content p {
        font-size: 20px;
        margin: 25px 0 25px;
    }
    .text-content a.see-demo {
        margin-right: 5px;
    }
    .text-content a.see-demo, .text-content a.buy-now {
        font-size: 14px;
        padding: 9px 20px;
    }
    .page-preview-section {
        padding: 55px 0 25px;
    }
    .page-preview-section .title {
        font-size: 20px;
        margin-bottom: 35px;
        margin-top: 40px;
    }
    .single-demo {
        margin-bottom: 30px;
    }
    .overly a {
        font-size: 14px;
        max-width: 135px;
        padding: 9px 25px;
    }
    .single-demo h2 {
        font-size: 15px;
    }
    .single-demo h2 a {
        padding: 20px 0 0;
    }
    .more-demos .demos-text {
        padding: 30px 25px;
    }
    .more-demos .demos-text h2 {
        font-size: 22px;
        line-height: 1.3;
    }
    .template-features-section {
        padding: 60px 0 40px;
    }
    .template-features-section .section-title {
        font-size: 20px;
        margin: 0 0 30px;
    }
    .single-features {
        padding: 20px 0 20px 35px;
        margin-bottom: 20px;
    }
    .single-features h3 {
        font-size: 15px;
    }
    .single-features h3 i {
        font-size: 18px;
        left: 12px;
        top: 19px;
    }
    .another-template-area {
        padding: 55px 0 25px;
    }
    .another-template-area .section-title {
        font-size: 20px;
        margin: 0 0 35px;
        line-height: 1.4;
    }
    .single-themes {
        margin-bottom: 30px;
    }
    .link-btn {
        top: 33%;
    }
    .themes-content h3 a {
        font-size: 17px;
    }
	.single-themes .themes-image img {
		width: 100%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
    .another-template-area {
        padding-bottom: 55px;
    }
    .single-themes {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width : 992px) and (max-width : 1199px) {
    .single-features h3 {
        font-size: 16px;
    }
}