@font-face {
    font-family: 'Batangas';
    src: url('Batangas.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Batangas';
	font-weight: bold;
	margin: 0px;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 50px;
}
h2 {
	font-size: 63px;
	color: #021167;
	margin-bottom: 10px;
}
h3 {
	font-size: 30px;
}
p {
	font-size: 16px;
	line-height: 25px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
	color: #052AFA;
}
img {
	max-width: 100%;
	height: auto;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: transparent;
    border: 0px solid transparent;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}
.flex_row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
header {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
	padding: 15px 0px;
	background: #010C49;
}
header.sticky {
    position: fixed;
}
header .col-sm-2 {
	padding-left: 0px;
}
#logo img {
	max-width: 200px;
	height: auto;
}
nav {
	text-align: center;
}
nav a {
    display: inline-block;
    padding: 7px 20px;
    font-size: 18px;
	font-weight: 500;
	line-height: 35px;
    text-decoration: none;
    text-align: center;
    outline: 0;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: all .2s ease-out 0s;
}
.contact {
    display: flex;
    align-items: center;
    padding: 0px 0;
    color: #ffffff;
    justify-content: flex-end;
}
.contact i {
    font-size: 40px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 2px solid #e7e7e7;
}
.contact p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}
.contact strong {
    display: block;
    font-weight: 700;
}
section {
	width: 100%;
	display: block;
	padding: 100px 0px 120px;
}
section.hero {
    background-color: #010C49;
    background-image: url(bg-banner.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 100px 0px 75px;
	margin-top: 80px;
	color: #fff;
}
.hero h1 {
	font-size: 100px;
}
.hero h2 {
	font-size: 40px;
	margin: 20px 0px;
	color: #fff;
}
.hero p {
	font-size: 25px;
	line-height: 35px;
	font-weight: 500;
}
.main_btn {
    background: #01072B;
    color: #fff;
    padding: 25px 40px;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Batangas';
    letter-spacing: 1px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 30px;
}
p.large_text {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 32px;
    font-weight: 500;
}
.highlight {
    width: 100%;
    float: left;
    padding: 30px;
    background: #fff;
    box-shadow: 10px 10px 50px rgba(0, 41, 64, 0.12);
    margin: 10px 0px 20px;
	border: 0px solid #fff;
    border-radius: 15px;
    height: 95%;
}
.highlight i {
    font-size: 40px;
    color: #052AFA;
    margin-bottom: 20px;
}
.highlight h3 {
    font-size: 25px;
    line-height: 30px;
	margin-bottom: 12px;
}
.highlight p {
	font-weight: 500;
}
section#about {
    background: #F5F8FB;
}
section#services {
    background-color: #010935;
    background-image: url(bg-inner-page.png);
    background-repeat: no-repeat;
    background-position: top center;
	color: #fff;
}
section#services h2 {
    color: #fff;
}
.service {
    background: #00041B;
    box-shadow: 0 3px 3px rgba(10, 37, 64, 0.05);
    border-radius: 15px;
    padding: 30px 30px 20px;
    margin: 30px 0px 0px;
    float: left;
    width: 100%;
    border: 2px solid #021063;
	height: 95%;
}
.service i {
	font-size: 50px;
    color: #0327FC;
    margin-bottom: 20px;
}
.service h3 {
	margin-bottom: 20px;
}
section#process {
    background-image: radial-gradient(circle, #fde1f1, #f8e7f7, #f4ecfb, #f2f1fd, #f3f5fd, #f4f5fc, #f4f6fc, #f5f6fb, #f4f2fa, #f6eef7, #f8e9f2, #fbe5eb);
    background-repeat: no-repeat;
    background-position: left;
}
section#process .highlight {
	height: 90%;
}
section#portfolio {
    background-image: radial-gradient(circle, #0e0572, #000c60, #000e4e, #030c3b, #080729, #080829, #090928, #090a28, #05103b, #00134e, #001461, #051474);
    background-repeat: no-repeat;
    background-position: left;
	color: #fff;
}
section#portfolio h2 {
	color: #fff;
}
section#portfolio p.large_text {
	margin-bottom: 50px;
}
.project img {
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 15px 15px 38px 0px rgba(0,0,0,.1);
    overflow: hidden;
}
.project h3 {
	color: #4863FA;
	margin: 20px 0px 50px;
}
section#testimonial {
    background-image: linear-gradient(to right, #f5f8fb, #edfaff, #e4fdfd, #e0fff5, #e6ffe7, #e6ffe7, #e6ffe7, #e6ffe7, #e0fff5, #e4fdfd, #edfaff, #f5f8fb);
    background-repeat: no-repeat;
    background-position: left;
}
section#testimonial .highlight {
	background: #F5F8FB;
	border: 1px solid #031894;
    border-bottom: 10px solid #031894;
}
section#testimonial .highlight p {
    line-height: 26px;
    min-height: 250px;
}
section#testimonial .highlight h3 {
    font-size: 22px;
	color: #031894;
    margin-bottom: 0px;
}
/* footer */
footer {
	padding: 80px 0px 0px;
	background: #010C49;
	color: #fff;
}
p.slogan {
	margin-top: 30px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}
footer ul li {
    list-style: none;
    font-size: 16px;
    padding: 7px 0px;
    float: left;
    width: 100%;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer i {
	margin-right: 10px;
}
footer h3 {
	color: #092DF9;
    margin-bottom: 20px;
}
p.copywrite {
    padding: 12px 0px;
    margin: 50px 0px 0px;
    background: #010624;
}
.mini_container {
	max-width: 900px;
	margin: 0px auto;
}
@media (max-width: 767px) {
    #mySidebar {
        background: #010624;
        position: fixed;
        width: 0px;
        height: 100% !important;
        z-index: 9999;
        top: 0px;
        left: 0px;
		padding: 0px;
        overflow: auto;
        transition: 0.2s;
        text-align: center;
    }
	#mySidebar .hidden-md {
		padding: 50px;
	}
	.closebtn {
		font-size: 40px;
		color: #fff;
		position: absolute;
		top: 12px;
		right: 12px;
	}
	nav a {
		display: block;
		font-size: 20px;
	}
	section.hero {
		margin-top: 75px;
	}
	.hero h1 {
		font-size: 60px;
	}
	.hero h2 {
		font-size: 30px;
		margin: 20px;
		line-height: 40px;
	}
	.mini_container {
		padding: 0px 20px;
	}
	.hero p {
		font-size: 20px;
		line-height: 30px;
	}
	.openbtn {
		color: #fff;
		font-size: 25px;
		position: absolute;
		top: 10px;
		right: 20px;
	}
	footer h3 {
		margin-bottom: 10px;
		margin-top: 30px;
	}
	p.copywrite {
		font-size: 14px;
	}
}