html {
	line-height: 1.5;
}

body {
	font-family: 'Montserrat', sans-serif;
	background-color: #FAFAFA;
	margin: 0;
	font-size: 1rem;
	color: #666666;
}

.primary-text {
	color: #3484C4;
}

h2 {
	text-transform: uppercase;
	font-weight: bold;
}

.topbar {
	padding: 5px;
	background-color: #3484C4;
	width: 100%;
}

.topbar-content {
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	display: flex;
}

.topbar a {
	text-decoration: none;
	opacity: 0.8;
	color: #FAFAFA;
	transition: opacity 0.25s ease-in-out;
}

.topbar a:hover {
	opacity: 1;
}

.topbar .urls > a {
	margin-left: 10px;
	font-size: 0.85rem;
}

.navbar {
	padding-top: 20px;
	min-height: 90px;
}

.navbar-brand > img {
	height: auto;
	width: 240px;
}

.bg-gradient {
	background-image: linear-gradient(to right, #3484C4, #19CEC2);
}

.btn-nav {
	padding: 6px 16px !important;
	margin-left: 10px;
	border-radius: 45px;
	background-color: rgba(255, 255, 255, 0.46);
    color: #fff !important;
    transition-delay: 0s;
    text-decoration: none;
    transition: background-color .35s ease-in-out;
}

.btn-nav:hover,
.btn-nav:focus,
.btn-nav:active {
	background-color: rgba(255, 255, 255, 0.56);
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}

header.primary-header {
	width: 100%;
	color: #fff;
	font-weight: bold;
	padding: 120px 0;
}

.primary-header h1 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 2.3rem;
}

.primary-header .features {
	display: flex;
	flex-wrap: wrap;
	max-width: 335px;
	margin-bottom: 15px;
}
.primary-header .features .col-6 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.primary-header .header-img > img {
	margin-top: -25px;
	width: 560px;
}

.features span {
	width: 100%;
}

.features span i {
	position: relative;
	background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    color: white;
    font-size: 11px;
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 28px;
	margin-right: 5px;
}

.btn-header {
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px 20px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.1);
}
.btn-header:hover {
	background-color: rgba(0, 0, 0, 0.17)
}

section {
	padding: 75px 0;
}

section > .container > h2,
section > .container > p {
	text-align: center;
}

section > .container > h2 {
	color: #3484C4;
}

.reason {
	background-color: #fff;
	/* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 9px 12px rgba(0,0,0,0.24); */
	padding: 25px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.reason > .icon {
	background-image: linear-gradient(to right, #3484C4, #19CEC2);
	border-radius: 50%;
	height: 80px;
	width: 80px;
	line-height: 80px;
	font-size: 43px;
	text-align: center;
	color: #fff;
}

.reason h5 {
	margin: 15px;
	color: #666666;
}

.reason p {
	font-weight: 400;
}

section.serviced {
	width: 100%;
	height: 310px;
	position: relative;
	color: #fff;
}

section.serviced::before,
section.serviced::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

section.serviced::before {
	background-image: url('../assets/images/serviced-banner.png');
	background-size: cover;
	background-position: center;
	z-index: 2;
}

section.serviced::after {
		opacity: 0.8;
	background-image: linear-gradient(to right, #3484C4, #19CEC2);
	z-index: 3;
}

section.serviced > .container {
	position: relative;
	z-index: 5;
	opacity: 1;
}

section.serviced .stats {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.stats > .stat {
	margin: 0 40px;
}

.stats > .stat > h3 {
    font-weight: bold;
    font-size: 2.5rem;
}

.stats > .stat > span {
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}

section.serviced h4 {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.index-plans {
	margin-top: 2rem;
}

.plan {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
	padding: 85px 0 25px 0;
}

.plan img {
    position: absolute;
    top: -45px;
    width: 90px;
    height: auto;
	transition: transform 0.23s ease-in-out;
}

.plan img:hover {
	transform: scale(1.2) rotate(-360deg);
}

.plan h3 {
	color: #666;
	font-weight: bold;
	margin: 0;
}

.plan > span {
	margin: 10px;
	color: #3484C4;
}

.plan > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.plan > ul > li {
	margin: 10px 0;
}

.footer-header {
	background: linear-gradient(to left, rgba(25, 206, 194, 1), rgba(52, 132, 196, 1));
	height: 35px;
	width: 100%;
}

.btn-gradient {
	background: linear-gradient(to left top, rgba(25, 206, 194, 1) 0%,rgba(52, 132, 196, 1) 100%),
		linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
	background-size: 150% 150%;
	border-radius: 45px;
	border-color: rgba(52, 132, 196, 1);
	background-color: transparent;
}

.btn-gradient:not(:disabled):not(.disabled).active,
.btn-gradient:not(:disabled):not(.disabled):active {
	background-image: linear-gradient(to left top, rgba(25, 206, 194, 1) 0%,rgba(52, 132, 196, 1) 100%);
}

.btn-gradient:hover {
	animation: gradient 1s ease infinite;
}

.footer {
	background-color: rgba(52, 132, 196, 1);
}


.footer-links {
	text-align: left;
	width: 100%;
	color: #fff;
}

.footer-links > ul {
	list-style-type: none;
}

.footer-links > ul > li > a {
	color: #fff;
	transition: padding 0.23s ease-in-out, border 0.13s ease-in-out;
}

.footer-links > ul > li > a:hover {
	padding-left: 10px;
	border-left: 5px solid rgba(25, 206, 194, 1);
	border-radius: 3px;
}

.footer-links > h5 {
	padding-left: 40px;
	margin: 15px 0;
}

.footer-img {
	width: 320px;
}

footer {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	position: relative;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.07);
}

.social-icons {
	display: flex;
	margin-top: 20px;
}

.social-icons > .social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	background: rgba(0, 0, 0, 0.07);
	margin: 0 10px;
	transition: background 0.23s ease-in-out;
	text-decoration: none;
}

.social-icons > .social-icon:hover {
	background: rgba(0, 0, 0, 0.15);
}

.social-icon > i {
	color: #fff;
}

.footer-content {
	display: flex;
	align-content: center;
    justify-content: space-between;
	padding: 40px 0;
}

.nobility {
	opacity: 0.6;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 40px;
	transition: opacity 0.3s ease-in-out;
	z-index: 10;
}

.nobility:hover {
	opacity: 1;
}

.nobility img {
	width: 45px;
	height: 45px;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.feature-img > img {
	width: 120px;
	height: auto;
}

.about-img-width {
	max-width: 640px;
}

.about-img-width > img {
	width: 100%;
	height: auto;
}

.row-top {
	margin-bottom: 4rem;
}

.row-center {
	margin: 5rem 0;
}

.row-bottom {
	margin-top: 4rem;
}

.accordion-section {
	padding-bottom: 25px;
}

.accordion-section .panel-default > .panel-heading {
	width: 100%;
    border: 0;
    border: 1px solid #e6e8f0;
	border-radius: 8px;
    padding: 24px 28px;
}
.accordion-section .panel-default .panel-title a {
    display: block;
    font-size: 1.4rem;
	position: relative;
}
.accordion-section .panel-default .panel-title a:after {
	position: absolute;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    font-style: normal;
    font-size: 2rem;
    content: "\f106";
    color: #3484C4;
	height: 2rem;
	line-height: 2rem;
	top: 50%;
    transform: translateY(-50%) rotate(0deg);
	right: 12px;
	transition: transform 0.23s ease-in-out;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f106";
	display: block;
	-webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}
.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
}

.tutorial h4, .jobs > h4 {
	padding-left: 10px;
	border-left: 3px solid #3484C4;
	border-radius: 3px;
	margin-bottom: 25px;
}

.jobs .job {
	background-color: #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 21px 14px;
	margin: 10px 0;
}

.jobs .job .job-desc > h5 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}