/* Template: Aria - Business HTML Landing Page Template
   Author: Inovatik
   Created: Jul 2019
   Description: Master CSS file
*/

/*****************************************
Table Of Contents:

01. General Styles
02. Preloader
03. Navigation
04. Header
05. Intro
06. Description
07. Services
08. Details 1
09. Details 2
10. Testimonials
11. Call Me
12. Projects
13. Project Lightboxes
14. Team
15. About
16. Contact
17. Footer
18. Copyright
19. Back To Top Button
20. Extra Pages
21. Media Queries
******************************************/

/*****************************************
Colors:

- Backgrounds - light gray #fbfbfb
- Background - dark blue #153e52
- Backgrounds navbar, footer - dark gray #113448
- Buttons, bullets, icons - green #14bf98
- Headings text - black #484a46
- Body text - gray #787976
- Body text - light gray #dfe5ec
******************************************/


/******************************/
/*     01. General Styles     */
/******************************/


body{
	overflow-x: hidden;
}
html {
    width: 100%;
	height: 100%;
	position: absolute;
}

body, p {
	color: #787976; 
	font: 400 1rem/1.5625rem 'Nunito', sans-serif;;

}

.p-large {
	
	font-family: 'Nunito', sans-serif;
	font-size: 50px;
	padding-right: 0%;
}

.p-small {
	font: 400 0.875rem/1.375rem 'Nunito', sans-serif;;
}

.p-heading {
	margin-bottom: 3.5rem;
	text-align: center;
}

.li-space-lg li {
	margin-bottom: 0.375rem;
}

.indent {
	padding-left: 1.25rem;
}

h1 {
	color: #484a46;
	font: 700 2.5rem/3rem 'Nunito', sans-serif;
}

h2 {
	color: #484a46;
	font: 700 1.75rem/2.125rem 'Nunito', sans-serif;;
}

h3 {
	color: #484a46;
	font: 700 1.375rem/1.75rem 'Nunito', sans-serif;
}

h4 {
	color: #484a46;
	font: 700 1.25rem/1.625rem 'Nunito', sans-serif;
}

h5 {
	color: #484a46;
	font: 700 1.125rem/1.5rem 'Nunito', sans-serif;
}

h6 {
	color: #484a46;
	font: 700 1rem/1.375rem 'Nunito', sans-serif;
}

a {
	color: #787976;
	text-decoration: underline;
}

a:hover {
	color: #787976;
	text-decoration: underline;
}

a.green {
	color: #14bf98;
}

a.white,
.white {
	color: #dfe5ec;
}

.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font: 700 1rem/1.375rem "Montserrat", sans-serif;
}

strong {
	color: #484a46;
}

.section-title {
	color: #0c1614;
	font: 500 0.8125rem/1.125rem 'Nunito', sans-serif;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
	border: 0.125rem solid #14bf98;
	border-radius: 0.25rem;
	background-color: #14bf98;
	color: #fff;
	font: 700 0.75rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	background-color: transparent;
	color: #14bf98;
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.375rem 2.125rem 1.375rem 2.125rem;
	border: 0.125rem solid #14bf98;
	border-radius: 0.25rem;
	background-color: #14bf98;
	color: #fff;
	font: 700 0.75rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	background-color: transparent;
	color: #14bf98;
	text-decoration: none;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
	border: 0.125rem solid #787976;
	border-radius: 0.25rem;
	background-color: transparent;
	color: #787976;
	font: 700 0.75rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: #787976;
	color: #fff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.375rem 2.125rem 1.375rem 2.125rem;
	border: 0.125rem solid #787976;
	border-radius: 0.25rem;
	background-color: transparent;
	color: #787976;
	font: 700 0.75rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: #787976;
	color: #fff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.625rem 0.9375rem 1.625rem;
	border: 0.125rem solid #787976;
	border-radius: 0.25rem;
	background-color: transparent;
	color: #787976;
	font: 700 0.75rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: #787976;
	color: #fff;
	text-decoration: none;
}

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
	margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
	margin-top: 0.375rem;
}

.label-control {
	position: absolute;
	top: 0.8125rem;
	left: 1.375rem;
	color: #787976;
	opacity: 1;
	font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
	cursor: text;
	transition: all 0.2s ease;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.label-control {
		top: 0.9375rem;
	
	}
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
	top: 0.125rem;
	opacity: 1;
	font-size: 0.75rem;
	font-weight: 500;
}

.form-control-input,
.form-control-select {
	/*display: block; /* needed for proper display of the label in Firefox, IE, Edge */
	width: 100%;
	padding-top: 1.25rem;
	padding-bottom: 0.25rem;
	padding-left: 1.3125rem;
	border: 1px solid #dadada;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #787976;
	font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
	transition: all 0.2s;
	 /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	height: 3rem;
	
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.form-control-input {
		padding-top: 1.25rem;
		padding-bottom: 0.75rem;
		line-height: 1.75rem;
	}

	.form-control-select {
		padding-top: 0.875rem;
		padding-bottom: 0.75rem;
		height: 3.125rem;
		line-height: 2.125rem;
	}
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

select::-ms-expand {
    display: none; /* removes the ugly default down arrow on select form field in IE11 */
}

.form-control-textarea {
	display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
	width: 100%;
	height: 8rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
	padding-top: 1.25rem;
	padding-left: 1.3125rem;
	border: 1px solid #dadada;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #787976;
	font: 400 1rem/1.5625rem "Open Sans", sans-serif;
	transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.checkbox {
	font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
}

input[type='checkbox'] {
	vertical-align: -15%;
	margin-right: 0.375rem;
}

/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	input[type='checkbox'] {
		vertical-align: -9%;
	}
}

.form-control-submit-button {
	display: inline-block;
	width: 30%;
	height: 3rem;
	font-size: 25px;
	border-radius: 1rem;
	background-color:#696969;
	color: #fff;
	font: 700 0.75rem/1.75rem 'Nunito', sans-serif;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	background-color: none;
	
}

/* Form Success And Error Message Formatting */
#lmsgSubmit.h3.text-center.tada.animated,
#cmsgSubmit.h3.text-center.tada.animated,
#pmsgSubmit.h3.text-center.tada.animated,
#lmsgSubmit.h3.text-center,
#cmsgSubmit.h3.text-center,
#pmsgSubmit.h3.text-center {
	display: block;
	margin-bottom: 0;
	color: #b93636;
	font: 400 1.125rem/1rem "Open Sans", sans-serif;
}

.help-block.with-errors .list-unstyled {
	color: #787976;
	font-size: 0.75rem;
	line-height: 1.125rem;
	text-align: left;
}

.help-block.with-errors ul {
	margin-bottom: 0;
}
/* end of form success and error message formatting */

/* Form Success And Error Message Animation - Animate.css */
@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/* end of form success and error message animation - Animate.css */

/* Fade-move Animation For Lightbox - Magnific Popup */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	-ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(37.5rem) rotateX(0); 
	-ms-transform: translateY(0) perspective(37.5rem) rotateX(0); 
	transform: translateY(0) perspective(37.5rem) rotateX(0); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
	-ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
	transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
}

/* dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	transition: opacity 0.2s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* end of fade-move animation for lightbox - magnific popup */

/* Fade Animation For Image Slider - Magnific Popup */


@keyframes fade {

0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

* {
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

body {
  height: 100%;
}

body h1 {
  text-align: center;
}

.slide-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.slide-container .slide {
  display: none;
  width: 100%;
}

.slide-container .slide.fade {
  animation: fade 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.slide-container .slide img {
  width: 100%;
}

.slide-container .prev,
.slide-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: all 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.slide-container .prev:hover,
.slide-container .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

.slide-container .prev {
  left: 2px;
}

.slide-container .next {
  right: 2px;
}

.dots-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.dots-container .dot {
  cursor: pointer;
  margin: 5px;
  width: 20px;
  height: 20px;
  color: #333;
  border-radius: 50%;
  background-color: #dfd6ce;
}

.dots-container .dot.active {
  border: 2px solid green;
}
* {
	padding: 0;
	border: 0;
	box-sizing: border-box;
  }
  
  body {
	height: 100%;
  /*   background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%); */
  }
  
  body h1 {
	text-align: center;
  }
  
  .slide-container {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1000px;
	margin: auto;
	position: relative;
  }
  
  .slide-container .slide {
	display: none;
	width: 100%;
  }
  
  .slide-container .slide.fade {
	animation: fade 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  }
  
  .slide-container .slide img {
	width: 100%;
  }
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation: fadeIn 0.6s;
	animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation: fadeOut 0.8s;
	animation: fadeOut 0.8s;
}
/* end of fade animation for image slider - magnific popup */


/*************************/
/*     02. Preloader     */
/*************************/
.spinner-wrapper {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #113448;
}

.spinner {
	position: absolute;
	top: 50%; /* centers the loading animation vertically one the screen */
	left: 50%; /* centers the loading animation horizontally one the screen */
	width: 3.75rem;
	height: 1.25rem;
	margin: -0.625rem 0 0 -1.875rem; /* is width and height divided by two */ 
	text-align: center;
}

.spinner > div {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	background-color: #fff;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0); }
	40% { -webkit-transform: scale(1.0); }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
}


/**************************/
/*     03. Navigation     */
/**************************/
.navbar-collapse {
	padding-left: 15rem;
	background-color: transparent;
	font: 600 0.875rem/0.875rem 'Nunito', sans-serif;
	padding-right: 10rem;

}

.navbar-custom .navbar-brand {
	font-size: 0;
	width: 10rem;
}


.navbar-custom .navbar-brand.header-logo {
	
	

	height: 100px;
	
    
}

.navbar-custom .navbar-brand.header-logo .logo-normal{
	opacity: 1;

}

.navbar-custom .navbar-brand.header-logo .logo-sticky{
	opacity: 0;
	
}

.sticky-header-active #navbar-custom .navbar-brand .header-logo .logo-normal {
	opacity: 1;
}
.sticky-header-active #navbar-custom .navbar-brand .header-logo .logo-sticky {
	opacity: 0;
}


.navbar-custom .nav-item .nav-link {
	padding: 0.625rem 0.75rem 0.625rem 0.75rem;
	color: rgb(20, 19, 19);
	text-decoration: none;
	font-size: 30px;
	font-style: normal;
	text-transform: capitalize;
	margin-right: 50px;
	list-style: none;
	font-family: 'Nunito', sans-serif;
}

.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item .nav-link.active {
	color: black;
}

/* Dropdown Menu */
.navbar-custom .dropdown:hover > .dropdown-menu {
	display: block; /* this makes the dropdown menu stay open while hovering it */
	min-width: auto;
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.navbar-custom .dropdown-toggle:focus { /* removes dropdown outline on focus  */
	outline: 0;
}

.navbar-custom .dropdown-menu {
	margin-top: 0;
	border: none;
	border-radius: 0.25rem;
	background-color: #212122;
}

.navbar-custom .dropdown-item {
	color: #fff;
	text-decoration: none;
}

.navbar-custom .dropdown-item:hover {
	background-color: #113448;
}

.navbar-custom .dropdown-item .item-text {
	font: 600 0.875rem/0.875rem "Open Sans", sans-serif;
}

.navbar-custom .dropdown-item:hover .item-text {
	color: black;
}

.navbar-custom .dropdown-items-divide-hr {
	width: 100%;
	height: 1px;
	margin: 0.75rem auto 0.75rem auto;
	border: none;
	background-color: #b5bcc4;
	opacity: 0.2;
}
/* end of dropdown menu */

.navbar-custom .social-icons {
	display: none;
}

.navbar-custom .navbar-toggler {
	border: none;
	color: #fff;
	font-size: 2rem;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-times{
	display: none;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-bars{
	display: inline-block;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-bars{
	display: none;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-times{
	display: inline-block;
	margin-right: 0.125rem;
}


/* carousel*/
.carousel-item {
	height: 90vh;
	min-height: 250px;
	display: flex;
}
.carousel-caption {
	bottom: 220px;
}
.carousel-caption h5 {
	font-size: 45px;
	letter-spacing: 4px;
	font-family: 'Nunito', sans-serif;
	right: 60rem;
	margin-bottom: 250px;
	position:fixed;
	text-align: left;
	width:55rem;
	height:100px;
	left:12.5rem;
	top:25rem;
}

.carousel .btn-success{

	margin-bottom: 200px;
	position:fixed;
	left:13rem;
	top:32rem;
	border-radius: 12px;

}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
	font-family: poppins;
}
.carousel-caption a {
	text-transform: uppercase;
	background: #262626;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	margin-top: 15px;
}
.navbar-nav a {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	
	
}
.navbar-light .navbar-brand {
	color: #fff;
	font-size: 25px;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: 2px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
}
.navbar-nav {
	text-align: center;
}
.nav-link {
	padding: .2rem 1rem;
	color: white;
}
.nav-link.active, .nav-link:focus {
	color: #fff;
}
.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
	background: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}
.w-100 {
	height: 100vh;
}
@media only screen and (max-width: 767px) {
	.navbar-nav.ml-auto {
		background: white;
	}
	.navbar-nav a {
		font-size: 14px;
		font-weight: normal;
	}

	/* General Styles */
	.p-heading {
		width: 85%;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */


	/* Navigation */
	.navbar-custom {
		padding: 2.125rem 1.5rem 2.125rem 2rem;
		box-shadow: none;
        background: transparent;
	}
	
	.navbar-custom .navbar-brand.logo-text {
		color: #fff;
	}

	.navbar-custom .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar-custom .nav-item .nav-link {
		padding: 0.25rem 0.75rem 0.25rem 0.75rem;
	}
	
	.navbar-custom .nav-item .nav-link:hover,
	.navbar-custom .nav-item .nav-link.active {
		color: #14bf98;
	}

	

	.navbar-custom.top-nav-collapse .navbar-brand.logo-text {
		color: #fff;
	}

	.navbar-custom.top-nav-collapse .nav-item .nav-link {
		color: #fff;
	}
	
	.navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
	.navbar-custom.top-nav-collapse .nav-item .nav-link.active {
		color: #14bf98;
	}

	.navbar-custom .dropdown-menu {
		padding-top: 1rem;
		padding-bottom: 1rem;
		border-top: 0.75rem solid rgba(0, 0, 0, 0);
		border-radius: 0.25rem;
		box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.03);
	}
	
	.navbar-custom.top-nav-collapse .dropdown-menu {
		border-top: 0.125rem solid rgba(0, 0, 0, 0);
	}

	.navbar-custom .dropdown-item {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.navbar-custom .dropdown-items-divide-hr {
		width: 84%;
	}
}


/*********************/
/*    04. Header     */
/*********************/
.header {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
	background-size: cover;
}

.header .header-content {
	padding-top: 8rem;
	padding-bottom: 2.125rem;
	text-align: center;
}

.header .text-container {
	position: absolute;
	bottom: 8px;
	left: 16px;
}

.header h1 {
	margin-bottom: 0.5rem;
	color: #fff;
	bottom: 8px;
	left: 16px;
}

.header .p-large {
	margin-bottom: 2rem;
	color: #dfe5ec;
}

.header .btn-solid-lg {
	margin-right: 0.5rem;
	margin-bottom: 1.25rem;
}


/*********************/
/*     05. Intro     */
/*********************/
.basic-1 {
	padding-top: 6.5rem;
	padding-bottom: 3rem;
	
}
.basic-1 .container-basic{
position: relative;
text-align: center;
color: black;

}




.basic-1 .image-container{
	width: fit-content;
}
.basic-1 .bottom-left{
	
	position: absolute;
	bottom: 28rem;
	left: 4rem;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 50px;
	justify-content: center;
	text-align: left;

}

.basic-1 .bottom-p{
	bottom: 15rem;
	position: absolute;
	font-size: 20px;

	left: 4rem;
	justify-content: left;
	font-family: 'Nunito', sans-serif;
	text-align: left;
}

.basic-1 .bottom-b{
padding-top: 2rem;
}


.basic-1 .text-container {
	margin-bottom: 3rem;
	
}

.basic-1 .section-title {
	margin-bottom: 0.5rem;
}

.basic-1 h2 {
	margin-bottom: 1.375rem;
}

.basic-1 .testimonial-author {
	color: #484a46;
}

/* Hover Animation */
.basic-1 .image-container {
	overflow: hidden;
	border-radius: 0.25rem;
	width: 100%;
}

.basic-1 .image-container img {
	margin: 0;
	border-radius: 0.25rem;
	
}


/* end of hover animation */


/***************************/
/*     06. Description     */
/***************************/

.cards-1 {
	
	margin-top: 5rem;

	margin-bottom: 5rem;
}

.cards-1 .column {
	float: right;
	width: 25%;

  }

  .cards-1 .row {
	  
	margin: 0 -3px;

}

	.cards-1.row:after {
		content: "";
		display: table;
		clear: both;
	  }

	  @media screen and (max-width: 600px) {
		.cards-1.column {
		  width: 100%;
		  display: block;
		  margin-bottom: 20px;
		}
	  }


.cards-1 .h2{
	text-align: center;
	padding-bottom: 2rem;
	padding-top: 5rem;
}

.cards-1 .card {


	
	margin-bottom: 5.625rem;
	border: solid #fff8f8 0px;
	background-color: transparent;
	width: 100%;
	margin-left: 20rem;
	
}







.cards-1 .card-body {

	
	border-bottom-left-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
	background-color: transparent;
	width: 30rem;
	
}

.cards-1 .card-title {
	text-align: start;
	font-family: 'Nunito', sans-serif;
	margin-right: 1rem;
	font-size: 30px;

}

.cards-1 .card .card-body.card-text{
	color: #000;
}

/* Style the form - display items horizontally */
.form-inline {
	display: flex;
	text-align: center;
	padding-left: 35rem;
	padding-bottom: 2rem;
  }
  
  /* Add some margins for each label */
  .form-inline label {
	margin: 5px 10px 5px 0;
  }
  
  /* Style the input fields */
  .form-inline input {
	vertical-align: middle;
	
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	font-family: 'Nunito', sans-serif;
  }
  
  /* Style the submit button */
  .form-inline button {
	padding: 10px 20px;
	background-color: green;
	border: 1px solid #ddd;
	color: white;
	font-family: 'Nunito', sans-serif;
  }
  
  .form-inline button:hover {
	background-color: green;
  }
  
  /* Add responsiveness - display the form controls vertically instead of horizontally on screens that are less than 800px wide */
  @media (max-width: 800px) {
	.form-inline input {
	  margin: 10px 0;
	}
  
	.form-inline {
	  flex-direction: column;
	  align-items: stretch;
	}
  }

/************************/
/*     07. Services     */
/************************/
.cards-2 {
	padding-top: 6.625rem;	
	background-color: #D8D8D8;
	width: 100%;
	padding-left: 20rem;
	
}

.cards-2 .section-title1 {
	margin-bottom: 2rem;
	text-align: center;
	font-size: 50px;
	font-family: 'Nunito', sans-serif;
	margin-right: 15rem;
	color: darkblue;
}
.cards-2 .card-title1{
	text-align: start;
	font-family: 'Nunito', sans-serif;
	width: 22rem;
	font-size: 30px;
}

.cards-2 h2 {
	margin-bottom: 3.25rem;
	text-align: center;
}

.cards-2 .card {
	margin-bottom: 5.625rem;
	border: solid #fff8f8 2px;
	background-color: transparent;
	width: 60rem;
	
}

.cards-2 .card-image1 img {
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: white;
	padding-top: 1rem;
}

.cards-2 .card-body {
	padding: 2.25rem 2rem 2.125rem 2rem;
	
	border-bottom-left-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
	background-color: #fff;
	
}

.cards-2  h3 {
	margin-bottom: 0.75rem;
	text-align: center;
}

.cards-2 .list-unstyled {
	margin-bottom: 1.5rem;
}

.cards-2 .list-unstyled .fas {
	color: #14bf98;
	font-size: 0.5rem;
	line-height: 1.375rem;
}

.cards-2 .list-unstyled .media-body {
	margin-left: 0.625rem;

}

.cards-2 .price {
	margin-bottom: 0.25rem;
	color: #484a46;
	font: 700 1rem/1.5rem "Montserrat", sans-serif;
	text-align: center;
}

.cards-2 .price span {
	color: #14bf98;
}

.cards-2 .button-container {
	
	text-align: center;
	display: inline-block;
	border-radius: 12px;
}



.cards-2 .btn-solid-reg:hover {
	background-color: #fff;
}


/*************************/
/*     08. Details 1     */
/*************************/
.accordion .area-1 {
	
	
	background-size: cover;
	padding-bottom: 0rem;

	
}
.area-1 h2{
	text-align: center;
	margin-top: 6rem;
	margin-left: 20rem;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	font-size: 35px;
}

.area-1 p{
	margin-top: 6rem;
	color: #000;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	margin-left: 20rem;
}
.accordion .accordion-container {
	max-width: 90%;
	margin-right: auto;
	
	padding-top: 8rem;
	padding-bottom: 1.5rem;
}

.accordion h2 {
	margin-bottom: 1.625rem;
}

.accordion .item {
	margin-bottom: 2rem;
}

.accordion h4 {
	margin-bottom: 0;
}

.accordion span[aria-expanded="true"] .circle-numbering,
.accordion span[aria-expanded="false"] .circle-numbering {
	display: inline-block;
	width: 2.25rem;
	height: 2.25rem;
	margin-right: 0.875rem;
	
	border-radius: 50%;
	background-color: black;
	color: #fff;
	font: 700 1rem/2.125rem "Montserrat", sans-serif;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	transition: all 0.2s ease;
}

.accordion span[aria-expanded="false"] .circle-numbering {
	border: 0.125rem solid #484a46;
	background-color: transparent;
	color: #484a46;
}



.accordion .accordion-title {
	display: inline-block;
	width: 70%;
	margin-top: 0.125rem;
	margin-bottom: 0.25rem;
	color: #484a46;
	font: 700 1.25rem/1.75rem 'Nunito', sans-serif;
	vertical-align: middle;
	cursor: pointer;
	transition: all 0.2s ease;
}

.accordion .item:hover .accordion-title {
	color: black;
}

.accordion span[aria-expanded="true"] .accordion-title {
	color: black;
}

.accordion .accordion-body {
	margin-left: 3.125rem;
	font-family: 'Nunito', sans-serif;
}

.accordion .area-1 .estimate-email{

display: flex;
padding-left: 8rem;
}

.estimate-email input{

	vertical-align: middle;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-family: 'Nunito', sans-serif;
}

.estimate-email button{

	padding:10px 20px;
	background-color: green;
	border:1px solid #ddd;
	color: white;
	font-family: 'Nunito', sans-serif;
}



/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{
	margin-top:4rem;
	width: 100%;
}
.about .content {
	width: 100%;
  }
  
  .about .list-group-item{
	border-radius: 0rem;
	border-color: transparent;
	padding: 2rem;

  }
  
  .about .content .content-text{
	 font-family:'Nunito', sans-serif;
	  display: inline;
	  font-size: 30px;
	  margin-left: 2rem;
	  width:50rem;
  }
  .about .image-parent{

	
	width: 10rem;
  }
  .about h3 {
	font-size: 14px;
	font-weight: 700;
	color: #4154f1;
	text-transform: uppercase;
  }
  
  .about .about-title{
	  font-size: 35px;
	 font-family: 'Nunito', sans-serif;
	 width: 100%;
	text-align: center;
  }

  .about .about-sub-title{
	  font-family: 'Nunito', sans-serif;
	  font-size: 25px;
	  text-align: right;
	  display: flex;
	  margin-left: 15rem;
	  padding-top: 2rem;
  }

  .about .price-title{
	  text-align: center;
	  font-size: 50px;
	  font-family:'Nunito', sans-serif;
	  color: darkblue;
	  margin-top: 2rem;
  }

  .about .price-sub-title{
	  text-align: center;
	  font-size: 30px;
  }

  .about .price-sub-title1{
	text-align: center;
	font-size: 30px;
}


  
  
  .about .btn-read-more {
	line-height: 0;
	padding: 15px 40px;
	border-radius: 12px;
	transition: 0.5s;
	font-family: 'Nunito', sans-serif;
	color: #fff;
	background: green;
	box-shadow: 0px 5px 25px green;
  }
  
 .about .card{
	 margin-left: 15rem;
	 margin-top: 5rem;
	 height: 18rem;
	 margin-bottom: 5rem;
	 width: 100%;
 }

 .about .card .card-title{
	 text-align: center;
	 font-size: 25px;
	 font-family: 'Nunito', sans-serif;
 }

 .about .card .card-text{
	 color: #000;
	 text-align: center;
	 font-size: 20px;

 }
  

/*--------------------------------------------------------------
# Develop
--------------------------------------------------------------*/
.develop{
	margin-top:4rem;
	padding-top: 8rem;
}
.develop .content {
	width: 80%;
  }
  
  .develop .list-group-item{
	border-radius: 0rem;
	border-color: transparent;
	padding: 2rem;

  }
  
  .develop .content .content-text{
	 font-family:'Nunito', sans-serif;
	  display: inline;
	  font-size: 20px;
	  margin-left: 2rem;
	  width:50rem;
	  color: black;
  }
  .develop .image-parent{
	width: 5rem;
  }
 

  .develop .about-title{
	  font-size: 35px;
	 margin-left: 41rem;
	 font-family: 'Nunito', sans-serif;
	 
	 height: 7rem;
  }
 
  .develop .btn-read-more {
	line-height: 0;
	padding: 15px 40px;

	font-family: 'Nunito', sans-serif;
	color: #fff;
	background: green;
    margin-left: -1px;
	
  }
  


/*--------------------------------------------------------------
# About-us
--------------------------------------------------------------*/
.aboutus{
	margin-top:4rem;
	padding-top: 8rem;
}
.aboutus .content {
	width: 80%;
  }
  
  .aboutus .list-group-item{
	border-radius: 0rem;
	border-color: transparent;
	padding: 2rem;

  }
  
  .aboutus .content .content-text{
	 font-family:'Nunito', sans-serif;
	  display: inline;
	  font-size: 20px;
	  margin-left: 2rem;
	  width:50rem;
  }
  .aboutus .image-parent{
	width: 5rem;
  }
 
 

  .aboutus .about-title{
	  font-size: 35px;
	 margin-left: 10rem;
	 font-family: 'Nunito', sans-serif;
	 display: inline;
	 height: 15rem;
	 
  }


  .aboutus .aboutus-sub{
	  text-align: center;
	  font-size: 20px;
	  margin-right: 20rem;
	  margin-top: 5rem;
  }
 
  .aboutus .btn-read-more {
	line-height: 0;
	padding: 15px 40px;
	border-radius: 12px;
	transition: 0.5s;
	font-family: 'Nunito', sans-serif;
	color: #fff;
	background: green;
	box-shadow: 0px 5px 25px green;
  }
  


 /* quality*/

 .quality{
	margin-top:4rem;
	margin-bottom: 4rem;
}
.quality .content {
	width: 80%;
  }

  .quality .section-title{
	  
	  font-size: 35px;
	  margin-left: 30rem;
	  margin-top: 3rem;
	}
  
  .quality .list-group-item{
	border-radius: 0rem;
	border-color: transparent;
	padding: 2rem;

  }
  
  .quality .content .content-text{
	 font-family:'Nunito', sans-serif;
	  display: inline;
	  font-size: 30px;
	  margin-left: 2rem;
	  width:50rem;
  }
  .quality .image-parent{
	width: 10rem;
  }
 
  
  .quality .about-title{
	  font-size: 35px;
	  
	 margin-left: 27rem;
	 font-family: 'Nunito', sans-serif;
	 display: inline;
	 height: 15rem;
  }
  
  .quality .qulaity-title{
	  text-align: right;
	  font-size: 50px;
	  color: darkblue;
  }

  .quality .qulaity-sub-title{
	  text-align: right;
	  font-size: 20px;
	  margin-top: 2rem;
  }
  
  
 
  

/**********************/
/*     11. Call Me    */
/**********************/
.form-1 {
	padding-top: 1rem;	
	padding-bottom: 1rem;	
	width: 100%;

}
.form-1 .card{
	margin-left: 12rem;
	margin-top: 5rem;
	height: 25rem;
	width: 25rem;
	background-image: url(/images/whitelego.jpg);
	background-position: center;
	background-size: cover;


}
.form-1 .card .card-title{
	font-size: 30px;
	font-family: 'Nunito', sans-serif;
	color: black;
	font-weight: bold;
}
.form-1 .card .card-text{
	font-size: 15px;
	font-family: 'Nunito', sans-serif;
	color: black;
}


.form-1 .text-container {
	padding-bottom: 2rem;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	color: black;
}

.form-1 .section-title {
	margin-top: 4rem;
	font-family: 'Nunito', sans-serif;
	color: darkblue;
	font-size: 50px;
	text-align: center;

	
}
.form-1 .sub-section{
	font-size: 30px;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	margin-top: 2rem;
}

/************************/
/*     12. Projects     */
/************************/
.filter {
	padding-top: 6.5rem;
	padding-bottom: 7rem;
}

.filter .section-title {
	margin-bottom: 0.5rem;
}

.filter h2,
.filter .section-title {
	text-align: center;
}

.filter h2 {
	margin-bottom: 3.25rem;
}

.filter .button-group {
	text-align: center;
}

.filter .button-group a {
	display: inline-block;
	margin-right: 0.1875rem;
	margin-bottom: 0.5rem;
	margin-left: 0.1875rem;
	padding: 0.3125rem 1.375rem 0.25rem 1.375rem;
	border-radius: 0.25rem;
	background-color: #f1f4f7;
	color: #7b7e85;
	font: 700 0.75rem/1.25rem "Montserrat", sans-serif;
	cursor: pointer;
	transition: all 0.2s ease;
}

.filter .button-group a:hover {
	background-color: #14bf98;
	color: #fff;
}

.filter .button-group a.button.is-checked {
	background-color: #14bf98;
	color: #fff;
}

.filter .grid {
	margin-top: 1.25rem;
	border-radius: 0.375rem;
}

/* Hover Animation */
.filter .element-item {
	position: relative;
	float: left;
	overflow: hidden;
	width: 50%;
	background-color: #000; /* to hide 1px white margin in IE */
}

.filter .element-item img {
	max-width: 100%;
	margin: 0;
	transition: all 0.3s;
}

.filter .element-item:hover img {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
} 
/* end of hover animation */

.filter .element-item .element-item-overlay { 
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 1;
	text-align: center;
	transition: all 0.3s;
}

.filter .element-item .element-item-overlay span { 
	position: absolute;
	z-index: 3;
	top: 42%;
	right: 0;
	left: 0;
	color: #fff;
	font: 700 1.125rem/1.625rem "Montserrat", sans-serif;
}


/**********************************/
/*     13. Project Lightboxes     */
/**********************************/
.lightbox-basic {
	position: relative;
	max-width: 62.5rem;
	margin: 2.5rem auto;
	padding: 1.5625rem;
	border-radius: 0.25rem;
	background: #fff;
	text-align: left;
}

.lightbox-basic img {
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto;
	border-radius: 0.25rem;
}

.lightbox-basic .line-heading {
	width: 3rem;
	height: 1px;
	margin-top: 0;
	margin-bottom: 0.625rem;
	margin-left: 0;
	border: none;
	background-color: #14bf98;
}

.lightbox-basic h6 {
	margin-bottom: 2rem;
}

.lightbox-basic .testimonial-container {
	margin-top: 1.75rem;
	margin-bottom: 2.125rem;
	padding: 1.125rem 1.5rem 1.125rem 1.5rem;
	border-radius: 0.25rem;
	background-color: #fbfbfb;
}

.lightbox-basic .testimonial-text {
	margin-bottom: 0.5rem;
}

.lightbox-basic .testimonial-author {
	margin-bottom: 0;
}

.lightbox-basic .btn-solid-reg,
.lightbox-basic .btn-outline-reg {
	margin-right: 0.375rem;
	margin-bottom: 1rem;
}

.lightbox-basic a.mfp-close.as-button {
	position: relative;
	width: auto;
	height: auto;
	margin-right: 0.5rem;
	color: #484a46;
	opacity: 1;
}

.lightbox-basic a.mfp-close.as-button:hover {
	color: #f2f2f2;
}

.lightbox-basic button.mfp-close.x-button {
	position: absolute;
	top: -0.375rem;
	right: -0.375rem;
	width: 2.75rem;
	height: 2.75rem;
}


/********************/
/*     14. Team     */
/********************/
.basic-2 {
	padding-top: 6.375rem;
	padding-bottom: 3.375rem;
	background-color: #fbfbfb;
	text-align: center;
}

.basic-2 h2 {
	margin-bottom: 0.75rem;
}

.basic-2 .team-member {
	display: inline-block;
	max-width: 13rem;
	margin-right: 1.5rem;
	margin-bottom: 3.5rem;
	margin-left: 1.5rem;
}

/* Hover Animation */
.basic-2 .image-wrapper {
	overflow: hidden;
	margin-bottom: 1.5rem;
}

.basic-2 .image-wrapper img {
	margin: 0;
	transition: all 0.3s;
}

.basic-2 .image-wrapper:hover img {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
} 
/* end of hover animation */

.basic-2 .team-member .p-large {
	margin-bottom: 0.25rem;
}

.basic-2 .team-member .job-title {
	margin-bottom: 0.75rem;
	color: #484a46;
	font: 700 1rem/1.375rem "Montserrat", sans-serif;
}

.basic-2 .fa-stack {
	width: 1.75rem;
	height: 1.75rem;
	margin-right: 0.125rem;
	margin-left: 0.125rem;
}

.basic-2 .fa-stack .hexagon {
	position: absolute;
	left: 0;
	width: 1.75rem;
	height: 1.75rem;
	background: url('../images/hexagon-green.svg') center center no-repeat;
	background-size: 1.75rem 1.75rem;
	transition: all 0.2s ease;
}

.basic-2 .fa-stack:hover .hexagon {
	background: url('../images/hexagon-white.svg') center center no-repeat;
	background-size: 1.75rem 1.75rem;
}

.basic-2 .fa-stack-1x {
	font-size: 0.6875rem;
	line-height: 1.75rem;
	color: #fff;
	transition: all 0.2s ease;
}

.basic-2 .fa-stack:hover .fa-stack-1x {
	color: #14bf98;
}


/*********************/
/*     15. About     */
/*********************/
.counter {
	padding-top: 6.875rem;
	padding-bottom: 5.25rem;
}

.counter .image-container {
	margin-bottom: 3rem;
}

.counter .image-container img {
	border-radius: 0.25rem;
}

.counter .section-title {
	margin-bottom: 0.5rem;
}

.counter h2 {
	margin-bottom: 1.375rem;
}

.counter .list-unstyled {
	margin-bottom: 1.5rem;
}

.counter .list-unstyled .fas {
	color: #14bf98;
	font-size: 0.5rem;
	line-height: 1.375rem;
}

.counter .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.counter #counter {
	text-align: center;
}

.counter #counter .cell {
	display: inline-block;
	width: 9.5rem;
	margin-bottom: 0.75rem;
}

.counter #counter .counter-value {
	display: inline-block;
	margin-bottom: 0.125rem;
	color: #14bf98;
	font: 700 2.875rem/3.25rem "Montserrat", sans-serif;
	vertical-align: middle;
}

.counter #counter .counter-info {
	display: inline-block;
	margin-left: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	vertical-align: middle;
}




/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding-top: 8rem;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #E91E63;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
	border-top: 3px solid #47b2e4;
	border-bottom: 3px solid #47b2e4;
	padding: 30px;
	background: #fff;
	width: 100%;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  }
  
  .contact .info i {
	font-size: 20px;
	color: #47b2e4;
	float: left;
	width: 44px;
	height: 44px;
	background: #e7f5fb;
	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: #37517e;
  }
  
  .contact .info p {
	padding: 0 0 10px 60px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #6182ba;
  }
  
  .contact .info .email p {
	padding-top: 5px;
  }
  
  .contact .info .social-links {
	padding-left: 60px;
  }
  
  .contact .info .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #333;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	margin-right: 10px;
  }
  
  .contact .info .social-links a:hover {
	background: #47b2e4;
	color: #fff;
  }
  
  .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
	background: #47b2e4;
	color: #fff;
  }
  
  .contact .php-email-form {
	width: 100%;
	border-top: 3px solid #47b2e4;
	border-bottom: 3px solid #47b2e4;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  }
  
  .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;
	-webkit-animation: animate-loading 1s linear infinite;
	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;
	border-radius: 4px;
  }
  
  .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
	border-color: #47b2e4;
  }
  
  .contact .php-email-form input {
	height: 44px;
  }
  
  .contact .php-email-form textarea {
	padding: 10px 12px;
  }
  
  .contact .php-email-form button[type="submit"] {
	background: #47b2e4;
	border: 0;
	padding: 12px 34px;
	color: #fff;
	transition: 0.4s;
	border-radius: 50px;
  }
  
  .contact .php-email-form button[type="submit"]:hover {
	background: #209dd8;
  }
  
  @-webkit-keyframes animate-loading {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  
  @keyframes animate-loading {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
	box-sizing: content-box;
	padding: 10px;
	margin: 40px 30px;
	box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
	background: #fff;
	width:300px;
	display: flex;
	flex-direction: column;
	text-align: center;
	transition: 0.3s;
  }

  .testimonials .section-header{
	  font-family: 'Nunito', sans-serif;
	  text-align: center;
	  color: blue;
	  font-size: 35px;
  }
  

  
  .testimonials .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto;
  }
  
  .testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #111;
  }
  
  .testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0;
  }
  
  .testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 15px auto;
  }
  
  .testimonials .swiper-pagination {
	margin-top: 20px;
	position: relative;
  }
  
  .testimonials .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #4154f1;
  }
  
  .testimonials .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #4154f1;
  }
  
 
  
  @media (max-width: 1199px) {
	.testimonials .swiper-slide-active {
	  opacity: 1;
	}
	.testimonials .swiper-pagination {
	  margin-top: 0;
	}
  }
  
  @media (min-width: 1200px) {
	.testimonials .swiper-slide-next {
	  opacity: 1;
	  transform: scale(1.12);
	}
  }

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
	opacity: 0.5;
	transition: 0.3s;
  }
  
  .clients .clients-slider .swiper-slide img:hover {
	opacity: 1;
  }
  
  .clients .clients-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
  }
  
  .clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #4154f1;
  }
  
  .clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #4154f1;
  }
  


/**********************/
/*     17. Footer     */
/**********************/
/*footer*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#263238; min-height:350px; padding:15px 0px 25px 0px ; position: absolute;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}


/**********************************/
/*     19. Back To Top Button     */
/**********************************/
a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 0.75rem;
	bottom: 0.75rem;
	display: none;
	width: 2.625rem;
	height: 2.625rem;
	border-radius: 1.875rem;
	background: #14bf98 url("../images/up-arrow.png") no-repeat center 47%;
	background-size: 1.125rem 1.125rem;
	text-indent: -9999px;
}

a:hover.back-to-top {
	background-color: #13aa87; 
}


/***************************/
/*     20. Extra Pages     */
/***************************/
.ex-header {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background-color: #153e52;
	text-align: center;
}

.ex-header h1 {
	color: #fff;
}

.ex-basic-1 {
	padding-top: 2rem;
	padding-bottom: 0.875rem;
	background-color: #fbfbfb;
}

.ex-basic-1 .breadcrumbs {
	margin-bottom: 1rem;
}

.ex-basic-1 .breadcrumbs .fa {
	margin-right: 0.5rem;
	margin-left: 0.625rem;
}

.ex-basic-2 {
	padding-top: 4.75rem;
	padding-bottom: 4rem;
}

.ex-basic-2 h3 {
	margin-bottom: 1rem;
}

.ex-basic-2 .text-container {
	margin-bottom: 3.625rem;
}

.ex-basic-2 .text-container.last {
	margin-bottom: 0;
}

.ex-basic-2 .list-unstyled .fas {
	color: #14bf98;
	font-size: 0.5rem;
	line-height: 1.375rem;
}

.ex-basic-2 .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.ex-basic-2 .form-container {
	margin-top: 2.5rem;
}

.ex-basic-2 .btn-outline-reg {
	margin-top: 1.75rem;
}

/* development*/

.form-2 {
	padding-top: 1rem;	
	padding-bottom: 1rem;	

}

.form-2 .text-container {
	margin-bottom: 4rem;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
}

.form-2 .section-title {
	margin-top: 4rem;
	font-family: 'Nunito', sans-serif;
	color: black;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	margin-right: 5rem;
	
}


/* products*/

.form-3 {
	padding-top: 5rem;	
	padding-bottom: 1rem;
	
}

.form-3 .text-container {
	
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	line-height: 2rem;
}

.form-3 .section-title {
	margin-bottom: 5rem;
	font-family: 'Nunito', sans-serif;
	color: darkblue;
	font-size: 50px;
	text-align: center;
	
}



.form-3 .card .card-title{
	text-align:left;
	font-size: 50px;
	font-family: 'Nunito', sans-serif;
}

.form-3 .card .btn-success{
	margin-top: 6rem;
}



/* software*/
.form-4 {
	padding-top: -10rem;	
	padding-bottom: 1rem;	
	background-image: url(/images/productsback2.png);

}

.form-4 .text-container {
	margin-bottom: 4rem;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
}

.form-4 .section-title {
	margin-top: 4rem;
	font-family: 'Nunito', sans-serif;
	color: black;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
}

.form-4 .card .card-title{
	text-align:left;
	font-size: 50px;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
}

.form-4 .card .btn-success{
	margin-top: 6rem;
}



/*--------------------------------------------------------------
# software products
--------------------------------------------------------------*/
.software-products .clients-slider .swiper-slide img {
	opacity: 1;
	transition: 0.3s;
	
  }
  
  .software-products .section-header{
	  font-size: 50px;
	  text-align: center;
  }
  .software-products .clients-slider .swiper-slide img:hover {
	opacity: 1;
  }
  
  .cliensoftware-products .clients-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
  }
  
  .software-products .clients-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #4154f1;
  }
  
  .software-products .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #4154f1;
  }
  


/*****************************/
/*     21. Media Queries     */
/*****************************/	
/* Min-width width 340px */
@media (min-width: 320px){
	
	/* General Styles */
	.p-heading {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */


	/* Navigation */
	.navbar-custom {
		
		background: transparent;
		width: 100%;
		
	}
	

	.navbar-expand-md {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar-custom .nav-item .nav-link {
		padding: 0.25rem 0.75rem 0.25rem 0.75rem;
		font-family: 'Nunito', sans-serif;
		font-size: medium;
		margin-right: 1rem;
		color: white;
		width: 100%;
		float: none;
	}
	
	.navbar-custom .nav-item .nav-link:hover,
	.navbar-custom .nav-item .nav-link.active {
		color: black;
	}

	.navbar-custom.top-nav-collapse {
		margin-top: -6rem;
		margin-bottom: 3rem;
      
		box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
		background-color: white;
		
	}

	.navbar-custom.top-nav-collapse .navbar-brand.logo-text {
		color: rgb(22, 21, 21);
	
	}

	.navbar-custom.top-nav-collapse .nav-item .nav-link {
		color: black;
	}
	
	.navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
	.navbar-custom.top-nav-collapse .nav-item .nav-link.active {
		color: black;
	}

	.navbar-custom .dropdown-menu {
		padding-top: 1rem;
		padding-bottom: 1rem;
		border-top: 0.75rem solid rgba(0, 0, 0, 0);
		border-radius: 0.25rem;
		box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.03);
		background-color: white;
		
	}
	
	.navbar-custom.top-nav-collapse .dropdown-menu {
		border-top: 0.125rem solid white;
	}

	.navbar-custom .dropdown-item {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
		font-family: 'Nunito', sans-serif;
		color: #000;
		
	}

	.navbar-custom .dropdown-items-divide-hr {
		width: 84%;
	}
	/* end of navigation */

	/*carousel*/

	.carousel-item {
		height: 90vh;
		min-height: 250px;
		width:100%;
		
	}
	.carousel-caption {
		bottom: 220px;
	}
	.carousel-caption h5 {
		font-size: 55px;
		letter-spacing: 4px;
		font-family: 'Nunito', sans-serif;
		right: 60rem;
		margin-bottom: 300px;
		position:fixed;
		text-align: left;
		width:55rem;
		height:150px;
		left:12.5rem;
		top:18rem;
	}
	
	.carousel .btn-secondary{
	
		margin-bottom: 200px;
		position:fixed;
		left:13rem;
		top:35rem;
	
	}
	.carousel-caption p {
		width: 60%;
		margin: auto;
		font-size: 18px;
		line-height: 1.9;
		font-family: poppins;
	}
	.carousel-caption a {
		text-transform: uppercase;
		background: #262626;
		padding: 10px 30px;
		display: inline-block;
		color: #fff;
		margin-top: 15px;
	}


	/* Header */
	.header .header-content {
		padding-top: 13rem;
		padding-bottom: 7.5rem;
	}

	.header h1 {
		font: 700 3.5rem/4rem "Montserrat", sans-serif;
	}
	/* end of header */


	/* Details 1 */
	.accordion .accordion-container {
		max-width: 70%;
	}
	/* end of details 1 */


	/* Details 2 */
	.tabs .tabs-container {
		max-width: 70%;
	}

	.tabs #tab-2 .list-unstyled {
		display: inline-block;
		width: 45%;
		margin-top: 0;
	}
	
	.tabs #tab-2 .list-unstyled.first {
		margin-right: 2rem;
	}
	/* end of details 2 */


	

	/* Contact */
	.form-2 .list-unstyled li {
		display: inline-block;
		margin-right: 1rem;
	}

	.form-2 .list-unstyled .address {
		display: block;
	}
	/* end of contact */


	/* Extra Pages */
	.ex-header {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}

	.ex-basic-2 .form-container {
		margin-top: 0.5rem;
	}
	/* end of extra pages */
}
/* end of min-width width 768px */


/* Min-width width 992px */
@media (min-width: 992px) {
	
	/* General Styles */
	.p-heading {
		width: 65%;
	}
	/* end of general styles */



	

	/* Header */
	.header .header-content {
		padding-top: 14rem;
		padding-bottom: 15rem;
		
	}

	.header .text-container {
		margin-top: 6.5rem;
	}
	/* end of header */


	/* Intro */
	.basic-1 {
		padding-top: 6.875rem;
		width: 100%;
	}

	.basic-1 .text-container {
		margin-bottom: 0;
	}
	/* end of intro */


	
	
	
	


	/* Services */
	.cards-2 .card {
		max-width: 18.25rem;
		display: inline-block;
		vertical-align: top;
	}

	.cards-2 .col-lg-12 div.card:nth-child(3n+2) {
		margin-right: 1.25rem;
		margin-left: 1.25rem;
	}
	/* end of services */


	/* Details 1 */
	.accordion {
		height: 34.625rem;
		background: url('../images/whitebackground.jpg') center center no-repeat;
	}
	
	.accordion .area-1 {
		width: 50%;
		height: 100%;
		display: inline-block;
	}
	
	.accordion .area-2 {
		width: 50%;
		height: 100%;
		display: inline-block;
		vertical-align: top;
	}
	
	.accordion .accordion-container {
		max-width: 88%;
		margin-left: 2rem;
		padding-bottom: 0;
	}

	.accordion .accordion-title {
		width: 85%;
	}
	/* end of details 1 */





	/* Call Me */
	.form-1 {
		padding-top: 7rem;	
		
	}

	.form-1 .text-container {
		margin-bottom: 0;
	}
	/* end of call me */


	/* Project Lightboxes */
	.lightbox-basic img {
		margin-bottom: 0;
	}
	
	.lightbox-basic h3 {
		margin-top: 0.375rem;
	}

	.lightbox-basic .btn-solid-reg,
	.lightbox-basic .btn-outline-reg {
		margin-bottom: 0;
	}
	/* end of project lightboxes */




	/* About */
	.counter .image-container {
		margin-bottom: 0;
	}
	/* end of about */


	/* Contact */
	.form-2 {
		padding-top: 6.875rem;
	}

	.form-2 .text-container {
		margin-bottom: 0;
	}
	/* end of contact */


	/* Extra Pages */
	.ex-header h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.ex-basic-2 {
		padding-bottom: 5rem;
	}
	/* end of extra pages */
}
/* end of min-width width 992px */


/* Min-width width 1200px */
@media (min-width: 1200px) {
	
	/* General Styles */
	.p-heading {
		width: 55%;
	}
	/* end of general styles */


	/* Navigation */
	

	
	/* end of navigation */

	
	/* Header */
	.header .header-content {
		padding-top: 14.75rem;
		padding-bottom: 17.5rem;
	}
	/* end of header */


	/* end of intro */


	/* Description */
	.cards-1 .card {
		max-width: 21rem;
	}

	.cards-1 div.card:nth-child(3n+2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
	}
	/* end of description */


	/* Services */
	.cards-2 .card {
		max-width: 20.875rem;
	}

	.cards-2 .card-body {
		padding: 2.25rem 2.5rem 2.125rem 2.5rem;
	}

	.cards-2 .col-lg-12 div.card:nth-child(3n+2) {
		margin-right: 3rem;
		margin-left: 3rem;
	}
	/* end of services */


	/* Details 1 */
	.accordion .accordion-container {
		max-width: 28rem;
		margin-left: 5rem;
	}
	/* end of details 1 */


	/* Details 2 */
	.tabs .tabs-container {
		max-width: 28rem;
		margin-right: 5rem;
		margin-left: auto;
	}

	.tabs #tab-2 .media-wrapper.first {
		margin-right: 2rem;
	}

	.tabs .tab-content .text-container{

		margin-top: 20rem;
	}
	/* end of details 2 */


	/* Call Me */
	.form-1 .text-container {
		margin-top: 1.375rem;
	
		
	}

	.form-1 form {
		margin-left: 1.75rem;
		margin-right: 3rem
	}
	/* end of call me */


	/* Estimate */
	.accordion-estimate {
		
		margin-top: 10rem;
	
	}
	.accordion-estimate .section-header{
		margin-top: 4rem;
	font-family: 'Nunito', sans-serif;
	color: black;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	margin-right: 12rem;
	}
	
	.accordion-estimate .sub-section{
		font-size: 35px;
		text-align: center;
		font-family:'Nunito', sans-serif;
	}
	.accordion-estimate .area-1 {
		width: 50%;
		height: 100%;
		display: inline-block;
		background-image: url(/images/white1.jpg);
	}
	
	.accordion-estimate .area-2 {
		width: 50%;
		height: 50%;
		display: inline-block;
		vertical-align: top;
		
	}
	
	.accordion-estimate .accordion-container {
		max-width: 70%;
		margin-left: -6rem;
		padding-bottom: 0;
	
	}

	.accordion-estimate .accordion-title {
		width: 85%;
	}




	/* Footer */
	.footer .text-container.about {
		margin-right: 5rem;
	}
	/* end of footer */


	/* Extra Pages */
	.ex-header h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.ex-basic-2 .form-container {
		margin-left: 1.75rem;
	}
	/* end of extra pages */
}
/* end of min-width width 1200px */


/* Min-width width 1600px */
/* @media (min-width: 1600px) { */
	
	/* Navigation */
	/* .navbar-custom {
		padding-right: 12rem;
		padding-left: 12rem;
	}

	.navbar-custom.top-nav-collapse {
		padding-right: 12rem;
		padding-left: 12rem;
	} */
	/* end of navigation */
/* } */
/* end of min-width width 1200px */

@media only screen and (max-device-width: 480px) {

}
[data-aos] {
	visibility: visible;
	}
	[data-aos].animated {
	visibility: visible;
	}
	.animated {
	-webkit-animation-duration: 0.1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease
	}
	.fadeIn {
	-webkit-animation-name: I;
	animation-name: I
	}
	@-webkit-keyframes I {
	0% {
	opacity: 0
	}
	to {
	opacity: 1
	}
	}
	
	@Keyframes I {
	0% {
	opacity: 0
	}
	to {
	opacity: 1
	}
	}
	
	Thanks in advance!