body {
 font-family: Arial, "sans-serif";
 color: #272829;
 background-color: #f0f0f0;
}

a {
 color: #225451;
 text-decoration: none;
}

a:hover {
 color: #225451;
 text-decoration: none;
}

h1,
h2, 
h3, 
h4,
h5,
h6 {
 font-family: Arial, "sans-serif";
	 font-weight: bold;
}

.inner-page h1 {
	font-size: 1.7rem;}
.inner-page h2 {
	font-size: 1.5rem;}
.inner-page h3 {
	font-size: 1.3rem;}

.back-to-top {
 position: fixed;
 visibility: hidden;
 opacity: 0;
 right: 15px;
 bottom: 15px;
 z-index: 996;
 background: #225451;
 width: 40px;
 height: 40px;
 border-radius: 50px;
 transition: all 0.4s;
}

.back-to-top i {
 font-size: 28px;
 color: #fff;
 line-height: 0;
}

.back-to-top:hover {
 background: #2eafec;
 color: #fff;
}

.back-to-top.active {
 visibility: visible;
 opacity: 1;
}


#header {
 position: fixed;
 top: 0;
 left: 0;
 bottom: 0;
 width: 300px;
 transition: all ease-in-out 0.5s;
 z-index: 9997;
 padding: 0 15px;
 background: #fff;
 overflow-y: auto;
}

#header .profile img {
 margin: 15px 0 auto;
 display: block;
 width: 200px;
}

#main {
 margin-left: 10px;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
 max-width: 1024px;
}
.container,
.container-fluid {
 padding-left: 10%;
 padding-right: 25px;
}

@media (max-width: 1199px) {
 #header {
 left: -300px;
 }

 #main {
 margin-left: 0;
 }

 .container,
 .container-fluid {
padding-left: 12px;
	 padding-right: 12px;
 }
}

.nav-menu {
 padding: 30px 0 0 0;
}

.nav-menu * {
 margin: 0;
 padding: 0;
 list-style: none;
}

.nav-menu > ul > li {
	width: 260px;
 position: relative;
 white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
 display: flex;
 align-items: center;
 color: #4c4c4c;
 padding: 5px 15px;
 margin-bottom: 8px;
 transition: 0.3s;
 font-size: 15px;
 font-weight: bold;
 height: 45px;
}

.nav-menu a i,
.nav-menu a:focus i {
 font-size: 24px;
 padding-right: 8px;
 color: #225451;
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover > a {
 text-decoration: none;
 color: #225451;
 background-color: #f2f2f2;
 border-radius: 5px;	
}

.nav-menu a:hover i,
.nav-menu .active i,
.nav-menu .active:focus i,
.nav-menu li:hover > a i {
 color: #225451;
}


.mobile-nav-toggle {
 position: fixed;
 right: 15px;
 top: 15px;
 z-index: 9998;
 border: 0;
 font-size: 24px;
 transition: all 0.4s;
 outline: none !important;
 background-color: #225451;
 color: #fff;
 width: 40px;
 height: 40px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 line-height: 0;
 border-radius: 50px;
 cursor: pointer;
}

.mobile-nav-active {
 overflow: hidden;
}

.mobile-nav-active #header {
 left: 0;
}


section {
 padding: 30px 0;
 overflow: hidden;
}

.section-bg {
 background: #f5f8fd;
}

.section-title {
 padding-bottom: 30px;
}

.section-title h2 {
 font-size: 32px;
 font-weight: bold;
 margin-bottom: 20px;
 padding-bottom: 20px;
 position: relative;
 color: #303030;
}

.section-title h2::after {
 content: "";
 position: absolute;
 display: block;
 width: 50px;
 height: 3px;
 background: #225451;
 bottom: 0;
 left: 0;
}

.section-title p {
 margin-bottom: 0;
}


.facts {
 padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
}

.facts .count-box {
 padding: 18px;
 width: 100%;
 text-align: center;
 background-color: #fff;
 border-radius: 4px;
 box-shadow: 1px 1px 5px 0 #00342e40;
	margin-bottom: 18px;
	min-height: 140px;
}


.facts .count-box span {
 font-size: 30px;
 line-height: 35px;
 display: inline;
 font-weight: 700;
 color: #00695c;
 margin-left: 0;
}

.facts .count-box p {
 padding: 10px 0 0 0;
 font-family: Arial, "sans-serif";
 font-size: 14px;
 color: #303030;
}

.portfolio-item {

	max-width: 333px;
	margin-bottom: 30px;
}
.portfolio-item .img-fluid {border-radius: 5px 5px 0 0; box-shadow: -1px -1px 5px 0px #00342e40;}
.whitebg {
 background-color: white;
 padding: 10px 10px 20px 10px;
 border-radius: 0 0 5px 5px;
	box-shadow: 0px 1px 5px 0 #00342e40;
}
.whitebg p {
 min-height: 70px;
}

#projects .whitebg p {
 min-height: 100px;
}
h4 {font-size: 1.1rem;}
#products h4 {min-height: 42px;}



.button {
 background: #225451;
 border: 0;
 padding: 10px 24px;
 color: #fff;
 transition: 0.4s;
 border-radius: 4px;
}
.button:hover {
 color: #fff;
 box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25);
}
.contact {
 padding-bottom: 130px;
}

.contact .info {
 padding: 30px;
 background: #fff;
 width: 100%;
 box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
 border-radius: 5px;
}

.contact .info i {
 font-size: 20px;
 color: #225451;
 float: left;
 width: 44px;
 height: 44px;
 background: #dff3fc;
 display: flex;
 justify-content: center;
 align-items: center;
 border-radius: 50px;
 transition: all 0.3s ease-in-out;
}

.contact .info h4 {
 padding: 0 0 0 60px;
 font-size: 22px;
 font-weight: 600;
 margin-bottom: 5px;
 color: #050d18;
}

.contact .info p {
 padding: 0 0 10px 60px;
 margin-bottom: 20px;
 font-size: 14px;
 color: #303030;
}

.contact .info .email p {
 padding-top: 5px;
}

.contact .php-email-form {
 width: 100%;
 padding: 30px;
 background: #fff;
 box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
	border-radius: 5px;
}

.contact .php-email-form .form-group {
 padding-bottom: 8px;
}

.contact .php-email-form .validate {
 display: none;
 color: red;
 margin: 0 0 15px 0;
 font-weight: 400;
 font-size: 13px;
}

.contact .php-email-form .error-message {
 display: none;
 color: #fff;
 background: #ed3c0d;
 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: #18d26e;
 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 #18d26e;
 border-top-color: #eee;
 animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
 margin-bottom: 15px;
}

.contact .php-email-form label {
 padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
 border-radius: 0;
 box-shadow: none;
 font-size: 14px;
}

.contact .php-email-form input {
 height: 44px;
}

.contact .php-email-form textarea {
 padding: 10px 15px;
}

.contact .php-email-form button[type="submit"] {
 background: #225451;
 border: 0;
 padding: 10px 24px;
 color: #fff;
 transition: 0.4s;
 border-radius: 4px;
}


#footer {
 padding: 15px;
 color: #000;
 font-size: 14px;
 position: fixed;
 left: 0;
 bottom: 0;
 width: 300px;
 z-index: 9999;
 background: #fff;
}

#footer .copyright {
 text-align: center;
}
@media (max-width: 1199px) {
  #footer {
    position: static;
    width: auto;
    padding-right: 20px 15px;
  }
}
@media (max-width: 575px) {
.portfolio-item {
 margin-left: auto;
margin-right: auto;
}
}
.innerbox {padding: 30px;
  box-shadow: 0px 0 30px rgba(5, 13, 24, 0.08);
  background-color: white;
  border-radius: 5px;} 
.inner-page .img-fluid {border-radius: 5px 5px 0 0;}