/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: "Open Sans", sans-serif;
	color: #444444;
	background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url("../img/contact-bg.png") fixed center center;
	background-size: cover;
}

a {
	color: #47b2e4;
	text-decoration: none;
}
a:hover {
	color: #73c5eb;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Jost", sans-serif;
}

h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #37517e;
}

/* Colors */
:root {
 --color-default: #444444;
 --color-primary: #37517e;
 --color-secondary: #73c5eb;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #37517e;
}
#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #37517e;
	border-top-color: #fff;
	border-bottom-color: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: animate-preloader 1s linear infinite;
}
 @keyframes animate-preloader {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #47b2e4;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	transition: all 0.4s;
}
.back-to-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}
.back-to-top:hover {
	background: #6bc1e9;
	color: #fff;
}
.back-to-top.active {
	visibility: visible;
	opacity: 1;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
	background: #37517e;
	padding: 10px 0;
	font-size: 14px;
}
#topbar .contact-info i {
	font-style: normal;
	color: #fff;
}
#topbar .contact-info i a, #topbar .contact-info i span {
	padding-left: 5px;
	color: #fff;
}
#topbar .contact-info i a {
	line-height: 0;
	transition: 0.3s;
}
#topbar .contact-info i a:hover {
	color: #47b2e4;
}
#topbar .social-links a {
	color: #bababa;
	line-height: 0;
	transition: 0.3s;
	margin-left: 10px;
}
#topbar .social-links a:hover {
	color: white;
}

/*--------------------------------------------------------------
# Index Header
--------------------------------------------------------------*/

#index-header {
	height: 70px;
	transition: all 0.5s;
	z-index: 997;
	display: flex;
  	align-items: center;
	margin-top: 40px;
}
#index-header.header-scrolled {
	background: rgba(40, 58, 90, 0.9);
	margin-top: 0px;
}

#index-header .logo {
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#index-header .logo a {
	color: #fff;
}
#index-header .logo img {
	max-height: 40px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	height: 70px;
	transition: all 0.5s;
	z-index: 997;
	display: flex;
  	align-items: center;
}

#header.header-inner-pages {
	background: rgba(40, 58, 90, 1.0);
}

#header .logo {
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#header .logo a {
	color: #fff;
}
#header .logo img {
	max-height: 40px;
}
.scrolled-offset {
	margin-top: 70px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 20px 0 20px 0;
	background: #f7f7f7;
	border-bottom: 1px solid #ededed;
	margin-bottom: 40px;
	justify-content: center;
	align-items: center;

}
.breadcrumbs h2 {
	font-size: 32px;
	font-weight: 600;
	color: #37517e;
	padding: 0px;
	align-items: center;
}

.breadcrumbs h4 {
	font-size: 20px;
	color: #37517e;
	padding: 0px;
	align-items: center;
	position: relative;
}
.breadcrumbs h4::before {
	border-bottom: 2px solid;
	content: "";
	display: inline-block;
	margin-right: 8px;
	position: relative;
	vertical-align: middle;
	width: 30px;
	color: #37517e;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
	padding: 0;
}
.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}
.navbar li {
	position: relative;
}
.navbar a, .navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	white-space: nowrap;
	transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
	color: #47b2e4;
}
.navbar .getstarted, .navbar .getstarted:focus {
	padding: 8px 20px;
	margin-left: 30px;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	border: 2px solid #47b2e4;
	font-weight: 600;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
	color: #fff;
	background: #31a9e1;
}
.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 4px;
}
.navbar .dropdown ul li {
	min-width: 200px;
}
.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 14px;
	text-transform: none;
	font-weight: 500;
	color: #0c3c53;
}
.navbar .dropdown ul a i {
	font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a {
	color: #47b2e4;
}
.navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}
.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

@media (max-width: 1366px) {
.navbar .dropdown .dropdown ul {
	left: -90%;
}
.navbar .dropdown .dropdown:hover>ul {
	left: -100%;
}
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
	color: #fff;
}

@media (max-width: 991px) {
.mobile-nav-toggle {
	display: block;
}
.navbar ul {
	display: none;
}
}
.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(40, 58, 90, 0.9);
	transition: 0.3s;
	z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}
.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 10px;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #37517e;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a {
	color: #47b2e4;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
	margin: 15px;
	color: #37517e;
}
.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
	min-width: 200px;
}
.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover>a {
	color: #47b2e4;
}
.navbar-mobile .dropdown>.dropdown-active {
	display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  min-height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 120px 0;
  z-index: 3;
}

@media (min-width: 1034px) {
  #hero:after {
    position: absolute;
    content: "";
    width: 40%;
    background: var(--color-primary);
	background-size: cover;
	  
    top: 0;
    bottom: 0;
  }
}

#hero:before {
  position: absolute;
  content: "";
  background: rgba(27, 47, 69, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 1034px) {
  #hero:before {
    background: rgba(27, 47, 69, 0.7);
  }
}

#hero .container {
  z-index: 1;
}

@media (min-width: 1365px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  font-family: var(--font-secondary);
}

#hero blockquote {
  color: #fff;
  padding-left: 20px;
  font-size: 18px;
  font-family: var(--font-default);
  border-left: 2px solid var(--color-secondary);
  margin: 40px 0;
}

@media (max-width: 640px) {
  #hero h2 {
    font-size: 36px;
    line-height: 1;
  }

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}
.section-bg {
	background-color: #f3f5fa;
}
.section-title {
	text-align: center;
	padding-bottom: 30px;
}
.section-title h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #37517e;
}
.section-title h2::before {
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}
.section-title h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #47b2e4;
	bottom: 0;
	left: calc(50% - 20px);
}
.section-title p {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services .service-item {
	position: relative;
	height: 100%;
	margin-bottom: 20px;
}
.featured-services .service-item .icon-container {
	min-height: 130px;
}
.featured-services .service-item .icon {
	width: 35%;
	display: block;
	margin: auto;
	padding-bottom: 10px;
	padding-top: 20px;
}
.featured-services .service-item .title {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 20px;
	color: var(--color-default);
	transition: 0.3s;
	text-align: center;
}
.featured-services .service-item .description {
	font-size: 15px;
	color: #132848;
	margin-bottom: 10px;
	text-align: center;
}
.featured-services .service-item .readmore {
	display: flex;
	align-items: center;
	color: var(--color-primary);
	transition: 0.3s;
	font-weight: 700;
	font-size: 14px;
}
.featured-services .service-item .readmore i {
	margin-left: 8px;
}
.featured-services .service-item:hover .title, .featured-services .service-item:hover .readmore, .featured-services .service-item:hover .icon i {
	color: var(--color-primary);
}
.featured-services .service-item:hover {
	background-color: rgba(222, 222, 222, 0.5);
	border-radius: 30px;
	padding: 10px;
	transition: 0.6s;
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
	font-weight: 600;
	font-size: 26px;
}
.about .content ul {
	list-style: none;
	padding: 0;
}
.about .content ul li {
	padding-left: 28px;
	position: relative;
}
.about .content ul li+li {
	margin-top: 10px;
}
.about .content ul i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
	color: #47b2e4;
	line-height: 1;
}
.about .content p:last-child {
	margin-bottom: 0;
}
.about .content .btn-learn-more {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 4px;
	transition: 0.3s;
	line-height: 1;
	color: #47b2e4;
	animation-delay: 0.8s;
	margin-top: 6px;
	border: 2px solid #47b2e4;
}
.about .content .btn-learn-more:hover {
	background: #47b2e4;
	color: #fff;
	text-decoration: none;
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
	padding: 60px 100px 0 100px;
}
.why-us .content h3 {
	font-weight: 400;
	font-size: 34px;
	color: #37517e;
}
.why-us .content h4 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 5px;
}
.why-us .content p {
	font-size: 15px;
	color: #848484;
}
.why-us .img {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.why-us .accordion-list {
	padding: 0 100px 60px 100px;
}
.why-us .accordion-list ul {
	padding: 0;
	list-style: none;
}
.why-us .accordion-list li+li {
	margin-top: 15px;
}
.why-us .accordion-list li {
	padding: 20px;
	background: #fff;
	border-radius: 4px;
}
.why-us .accordion-list a {
	display: block;
	position: relative;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding-right: 30px;
	outline: none;
	cursor: pointer;
}
.why-us .accordion-list span {
	color: #47b2e4;
	font-weight: 600;
	font-size: 18px;
	padding-right: 10px;
}
.why-us .accordion-list i {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0;
}
.why-us .accordion-list p {
	margin-bottom: 0;
	padding: 10px 0 0 0;
}
.why-us .accordion-list .icon-show {
	display: none;
}
.why-us .accordion-list a.collapsed {
	color: #343a40;
}
.why-us .accordion-list a.collapsed:hover {
	color: #47b2e4;
}
.why-us .accordion-list a.collapsed .icon-show {
	display: inline-block;
}
.why-us .accordion-list a.collapsed .icon-close {
	display: none;
}

@media (max-width: 1024px) {
.why-us .content, .why-us .accordion-list {
	padding-left: 0;
	padding-right: 0;
}
}

@media (max-width: 992px) {
.why-us .img {
	min-height: 400px;
}
.why-us .content {
	padding-top: 30px;
}
.why-us .accordion-list {
	padding-bottom: 30px;
}
}

@media (max-width: 575px) {
.why-us .img {
	min-height: 200px;
}
}
/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
	font-weight: 700;
	font-size: 32px;
	color: #37517e;
	font-family: "Poppins", sans-serif;
}
.skills .content ul {
	list-style: none;
	padding: 0;
}
.skills .content ul li {
	padding-bottom: 10px;
}
.skills .content ul i {
	font-size: 20px;
	padding-right: 4px;
	color: #47b2e4;
}
.skills .content p {
	padding-top: 10px;
}
.skills .content p:last-child {
	margin-bottom: 0;
}
.skills .content p strong {
	color: #37517e;
	font-size: 17px;
}
.skills .progress {
	height: 60px;
	display: block;
	background: none;
	border-radius: 0;
}
.skills .progress .skill {
	padding: 0;
	margin: 0 0 6px 0;
	text-transform: uppercase;
	display: block;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color: #37517e;
}
.skills .progress .skill .val {
	float: right;
	font-style: normal;
}
.skills .progress-bar-wrap {
	background: #e8edf5;
	height: 10px;
}
.skills .progress-bar {
	width: 1px;
	height: 10px;
	transition: 0.9s;
	background-color: #4668a2;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
	box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
	padding: 50px 30px;
	transition: all ease-in-out 0.4s;
	background: #fff;
}
.services .icon-box .icon {
	margin-bottom: 10px;
}
.services .icon-box .icon i {
	color: #47b2e4;
	font-size: 36px;
	transition: 0.3s;
}
.services .icon-box h4 {
	font-weight: 500;
	margin-bottom: 15px;
	font-size: 24px;
}
.services .icon-box h4 a {
	color: #37517e;
	transition: ease-in-out 0.3s;
}
.services .icon-box p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}
.services .icon-box:hover {
	transform: translateY(-10px);
}
.services .icon-box:hover h4 a {
	color: #47b2e4;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
	background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
	background-size: cover;
	padding: 120px 0;
}
.cta h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}
.cta p {
	color: #fff;
}
.cta .cta-btn {
	font-family: "Jost", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 40px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px;
	border: 2px solid #fff;
	color: #fff;
}
.cta .cta-btn:hover {
	background: #47b2e4;
	border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
.cta {
	background-attachment: scroll;
}
}

@media (min-width: 769px) {
.cta .cta-btn-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
}
/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	padding-right: 20px;
}
.service-details .services-list {
	padding: 10px;
	margin-bottom: 20px;
}

@media (min-width: 1034px) {
	.service-details .services-list a {
		min-height: 80px;
	}
}

.service-details .services-list a {
	display: flex;
	margin: 10px;
	align-items: center;
	justify-content: center;
	background-color: #F6F9FE;
	padding: 15px 10px;
	border: 1px solid #c1d2e1;
	border-radius: 5px;
	transition: background-color 0.3s ease;
	color: var(--color-primary);
	width: 100%;
}
.service-details .services-list a .text {
	margin-right: auto;
	padding-left: 5px;
	font-size: 16px;
	font-weight: 600;
	transition: color 0.3s ease;
}
.service-details .services-list a .icon {
	margin-left: 15px;
	font-size: 20px;
	font-weight: bolder;
	transition: color 0.3s ease;
}
.service-details .services-list a.active {
	border-color: var(--color-primary);
	background-color: var(--color-primary);
	color: #ffffff;
}
.service-details .services-list a:hover {
	border-color: var(--color-primary);
	background-color: var(--color-primary);
	color: #ffffff;
}
.service-details .questions {
	position: relative;
	display: inline-block;
}
.service-details .questions img {
	width: 100%;
	display: block;
}
.service-details .questions .overlay {
	position: absolute;
  	bottom: 0;
  	left: 10%;
  	width: 80%;
  	height: 40%;
 	background-color: rgba(128, 128, 128, 0.7);
	border: 12px solid #fff;
	border-radius: 4px;
	text-align: center;
}

.service-details .questions .overlay h3 {
	display: inline-block;
	color: #fff;
	margin: 10%;
	font-size: 2vw;
}

.service-details .questions .overlay a {
	background-color: var(--color-primary);
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}

.service-details .questions .overlay a:hover {
	background-color: var(--color-secondary);
}

.service-details h3 {
	font-size: 32px;
	font-weight: 700;
	color: var(--color-primary);
	text-align: center;
	padding-bottom: 20px;
}
.service-details h4 {
	font-size: 24px;
	font-weight: 700;
	padding: 5px;
	color: var(--color-primary);
}
.service-details p {
	font-size: 15px;
}
.service-details ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}
.service-details ul li {
	padding: 5px 0;
	display: flex;
	align-items: center;
}
.service-details ul i {
	font-size: 20px;
	margin-right: 8px;
	color: var(--color-primary);
}
.service-details strong {
	color: var(--color-primary);
}
/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features {
  padding-bottom: 0;
}

.features h3 {
  color: var(--color-primary);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.features .icon-list i {
  margin-right: 10px;
  font-size: 24px;
  line-height: 1.2;
}

.features .icon-list span {
  font-size: 18px;
  color: #29486a;
}

.features .phone-wrap {
  position: absolute;
  right: 0;
}

@media (max-width: 768px) {
  .features .phone-wrap {
    position: relative;
  }
}

.features .phone-wrap img {
  width: 340px;
}

@media (max-width: 992px) {
  .features .phone-wrap img {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .features .phone-wrap img {
    width: 100%;
  }
}

.features .details {
  margin-top: 80px;
  padding: 120px 0;
  background-color: var(--color-primary);
}

.features .details h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.features .details p {
  margin-bottom: 20px;
  font-size: 15px;
  color: #fff;
}

.features .details .btn-get-started {
  font-family: var(--font-primary);
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  background-color: var(--color-secondary);
  color: #fff;
}

.features .details .btn-get-started:hover {
  background: #2aa5df;
}
/*--------------------------------------------------------------
# Large Photo Left Section
--------------------------------------------------------------*/

#detail-photo-left {
	position: relative;
}
#detail-photo-left .background {
	position: absolute;
 	top: 0;
  	right: 0;
  	width: 60%;
  	height: 100%;
  	background-color: var(--color-primary);
  	z-index: -1;
}

#detail-photo-left .row {
	padding: 40px 0px;
}

#detail-photo-left .left {

}

#detail-photo-left .left img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  	
  object-fit: cover;
}

#detail-photo-left .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
#detail-photo-left .right h3 {
	font-size: 52px;
	font-weight: 700;
}

#detail-photo-left .right h4 {
	font-size: 32px;
	font-weight: 500;
}
#detail-photo-left .right h4::before {
	border-bottom: 2px solid;
	content: "";
	display: inline-block;
	margin-right: 8px;
	position: relative;
	vertical-align: middle;
	width: 30px;
	color: #fff;
}

#detail-photo-left .right h3, #detail-photo-left .right h4, #detail-photo-left .right p {
	color: #fff;
	margin-left: 10%;
	margin-right: 20%;
}

@media (max-width: 992px) {
	#detail-photo-left .row {
	padding: 10px 0px;
}
	#detail-photo-left .background {
		width: 100%;
	}
	#detail-photo-left .left {
		order: 2;
	}
	#detail-photo-left .right {
		order: 1;
	}
}

/*--------------------------------------------------------------
# Large Photo Right Section
--------------------------------------------------------------*/

#detail-photo-right {
	position: relative;
}
#detail-photo-right .background {
	position: absolute;
 	top: 0;
  	left: 0;
  	width: 60%;
  	height: 100%;
  	background-color: var(--color-primary);
  	z-index: -1;
}

#detail-photo-right .row {
	padding: 40px 0px;
}

#detail-photo-right .right {

}

#detail-photo-right .right img {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;  	
  object-fit: cover;
}

#detail-photo-right .left {
  display: flex;
  align-items: center;
  justify-content: center;
}
#detail-photo-right .left h3 {
	font-size: 52px;
	font-weight: 700;
}

#detail-photo-right .left h4 {
	font-size: 32px;
	font-weight: 500;
}
#detail-photo-right .left h4::before {
	border-bottom: 2px solid;
	content: "";
	display: inline-block;
	margin-right: 8px;
	position: relative;
	vertical-align: middle;
	width: 30px;
	color: #fff;
}

#detail-photo-right .left h3, #detail-photo-right .left h4, #detail-photo-right .left p {
	color: #fff;
	margin-left: 10%;
	margin-right: 20%;
}

@media (max-width: 992px) {
	#detail-photo-right .row {
	padding: 10px 0px;
}
	#detail-photo-right .background {
		width: 100%;
	}
	#detail-photo-right .right {
		order: 2;
	}
	#detail-photo-right .left {
		order: 1;
	}
}

/*--------------------------------------------------------------
# Software Options
--------------------------------------------------------------*/

.software-options .menu {
	background-color: var(--color-primary);
	padding: 10px;
	border-radius: 10px;
	z-index: 1;
}

.software-options .nav-item {
	text-align: center;
	border-radius: 10px;
}

.software-options .nav-item:active {
	color: var(--color-secondary);
}

.software-options .nav-item .nav-link {
	width: 100%;
	color: #fff;
	background-color: transparent;
  	border: none;
}

.software-options .nav-item .nav-link:hover {
	border: 1px solid var(--color-secondary);
	border-radius: 5px;
}
.software-options .nav-item .nav-link.active {
	position: relative;
  	background-color: var(--color-secondary);
  	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	font-weight: 600;
	font-size: 16px;
}

.software-options h3 {
	font-size: 32px;
	font-weight: 700;
	color: var(--color-primary);
	text-align: left;
	padding-bottom: 20px;
}
.software-options h4 {
	font-size: 24px;
	font-weight: 700;
	padding: 5px;
	color: var(--color-primary);
}
.software-options p {
	font-size: 15px;
}
.software-options ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}
.software-options ul li {
	padding: 5px 0;
	display: flex;
	align-items: center;
}
.software-options ul i {
	font-size: 20px;
	margin-right: 8px;
	color: var(--color-primary);
}
.software-options strong {
	color: var(--color-primary);
}

.software-options .logo-img {
	display: flex;
  	justify-content: center;
  	align-items: center;
}

.software-options .logo-img img {
	padding-top: 10px;
	max-width: 100%;
    height: auto;
	max-height: 80px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
  background: url("../img/contact-bg.png") left top no-repeat;
  background-size: contain;
  position: relative;
}

@media (max-width: 640px) {
  .contact {
    background-position: center 50px;
  }
}

.contact:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  font-size: 20px;
  background: var(--color-primary);
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact a {
	color: var(--color-primary);
	padding: 20px 0px;
	transition: color 0.5s ease;
}

.contact a:hover {
	color: var(--color-secondary);
}

.contact .info-item h4 {
  padding: 0;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--color-primary);
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 12px 15px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 12px 40px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: var(--color-secondary);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.sitemap-list {
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 100px;
}

.sitemap-list ul {
	text-align: center;
}

.sitemap-list ul li {
	padding: 10px;
	color: var(--color-primary);
}

.sitemap-list ul li a {
	font-size: 16px;
	font-weight: 500;
	transition: color 0.6s ease;
}

.sitemap-list ul li a:hover {
	font-weight: 600;
	color: var(--color-secondary);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	font-size: 14px;
	background: #37517e;
}
#footer .footer-newsletter {
	padding: 50px 0;
	background: #f3f5fa;
	text-align: center;
	font-size: 15px;
	color: #444444;
}
#footer .footer-newsletter h4 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
	color: #37517e;
}
#footer .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 50px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
	text-align: left;
}
#footer .footer-newsletter form input[type=email] {
	border: 0;
	padding: 4px 8px;
	width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px;
	background: #47b2e4;
	color: #fff;
	transition: 0.3s;
	border-radius: 50px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
	background: #209dd8;
}
#footer .footer-top {
	padding: 60px 0 30px 0;
	background: #fff;
}
#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
	font-size: 28px;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 600;
	color: #37517e;
}
#footer .footer-top .footer-contact p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Jost", sans-serif;
	color: #5e5e5e;
}
#footer .footer-top h4 {
	font-size: 16px;
	font-weight: bold;
	color: #37517e;
	position: relative;
	padding-bottom: 12px;
}
#footer .footer-top .footer-links {
	margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #47b2e4;
	font-size: 18px;
	line-height: 1;
}
#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}
#footer .footer-top .footer-links ul a {
	color: #777777;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
	text-decoration: none;
	color: #47b2e4;
}
#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #47b2e4;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
	background: #209dd8;
	color: #fff;
	text-decoration: none;
}
#footer .footer-bottom {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
}
#footer .copyright {
	float: left;
}
#footer .credits {
	float: right;
	font-size: 13px;
}
#footer .credits a {
	transition: 0.3s;
}

@media (max-width: 768px) {
#footer .footer-bottom {
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .copyright, #footer .credits {
	text-align: center;
	float: none;
}
#footer .credits {
	padding-top: 4px;
}
}
