html, body{

font-size: 14px;
color: #333;
background-color: #fff;
letter-spacing: 1px;
margin: 0;
padding: 0;
height: 100%;
}

.main-content {
 flex-grow: 1;
}

.overlay{
	width:100%;
	height:100%;
	position: absolute;
	z-index: 3;
	background-color: rgba(0,0,0,0.4);
}

.slides-navigation {

    z-index: 6;

}
.slides-navigation .prev,
.slides-navigation .next{
	width:47px;
	height:47px;
	background-size: cover;
	background-repeat: no-repeat;

}

.slides-navigation a.prev{
	left:20px;
	background-image: url(../images/icons/prev.png);
}

.slides-navigation a.next{
	right:20px;
	background-image: url(../images/icons/next.png);
}
.titleMessage{
	position: absolute;
    width: 100%;
    height: 250px;
    top: 50%;
    z-index: 5;
    text-align: center;
    margin-top: -125px;
}
.titleMessage .heading p{

	color: #fff;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	font-weight: 100;
	letter-spacing: 7px;
}

.titleMessage .heading .main {
	font-size:50px;
}

.titleMessage .heading .sub {
	font-size:23px;
}

.section{
	padding:100px 0;
}
.col-md-7{
	padding-top: 20px;
}
.AboutImage {
	max-width: 100%;
}
.Reviews
{
    text-align: center;
	margin-bottom:20px
}
.contactSection{
	background-color: #001F3F;
	color:#fff

}
.skill{
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
}
.skill p{
	margin-top: 30px;
}

.skill h4{
	margin-top: 20px;
}
.chart {
	position: relative;
	width:152px;
	height:152px;
	display: inline-block;
	text-align: center;
}

.chart canvas{
	position: absolute;
    left: 0;
    top: 0;
}
.chart .percent{
color: #000;
line-height: 152px;
display: inline-block;
font-size: 35px;
}

.chart .percent:after{
	content:'%';
}

.SquareItem{
  margin-top: 30px;
  position: relative;
}

.SquareInnerContainer{

	position: relative;
	padding: 50px 15px 35px;
	text-align: center;
	border: 2px solid #444;
	border-top: none;
}
.SquareInnerContainer:before,
.SquareInnerContainer:after {
	content: '';
	position:absolute;
	top:0px;
	width:30%;
	border-bottom: 2px solid #444;

}

.SquareInnerContainer:before{
	right: 0px;

}
.SquareInnerContainer:after{
	left:0px

}

.SquareContent h2{

	font-size: 56px;
	margin-bottom: 10px;
	font-weight: 400;
	color:#e74c3c;
}


.SquareContent h3{
	font-size: 13px;
	font-weight: 600;
	margin:0;
}

/* Reduce top margin/padding on the Videos section */
#videos {
  margin-top: 20px !important;
  padding-top: 10px !important;
  padding-left: 20px;
}

/* Optionally tighten up h2 spacing */
#videos h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

/* Prevent Bootstrap row from adding extra spacing */
#videos .row {
  margin-top: 0;
  margin-bottom: 0;
}

.SquareIcon {

	position: absolute;
	left: 50%;
	top: -30px;
	width: 40%;
	height: 60px;
	font-size: 45px;
	margin-left: -20%;
	color: #444;
}

.contactButton {

	color: #fff;
	padding: 15px 20px;
	display: inline-block;
	margin-top: 20px;
	border: 1px solid #fff;
	border-radius: 2px;
}

.contactButton:hover {

	text-decoration: none;
	color:#e74c3c;
	background-color: #fff;

}

.filter a{

	color: #bdc3c7;
	border: 1px solid #bdc3c7;
	padding: 10px 18px;
	display: block;
}

.filter li{
	display:inline-block;
	padding: 5px;
}

.filter .current{
	background-color: #e74c3c;
	border-color:#e74c3c;
	color:#fff;
}

.filter .Videos
{
  color:black
}
.filter .SeeReviews
{
  color:black
}
.filter .About
{
  color:black
}

.filter .AddReview
{
 color:black
}

.filter{
	text-align: center;
	width:100%;
}

.section .heading {
	text-align: center;
	padding-bottom: 40px;
	width:100%

}

.items li{
	display:inline-block;
	padding:5px;
}

.ItemsContainer{

	width:100%;
}

.items li img{
	width:100%;
	-webkit-transition: all 0.2s linear, 1s;
	-moz-transition: all 0.2s linear, 1s;
	-o-transition: all 0.2s linear, 1s;
	-ms-transition: all 0.2s linear, 1s;
	-transition: all 0.2s linear, 1s;

}


.items .item{
	position: relative;
	display:block;
	overflow:hidden;

}

.items .Icons{

position: absolute;

width: 90px;

height: 40px;

left: 50%;

top: 50%;

margin: -20px auto 0 -47px;

text-align: center;

z-index: 3;
}

.items .Icons i{

color: #fff;
font-size: 20px;
margin-top: 9px;
}

.items a{
width: 40px;

height: 40px;

background-color: #e74c3c;

position: relative;

display: inline-block;

-webkit-transition: all 0.2s linear, 0.2s;
-moz-transition: all 0.2s linear, 0.2s;
-o-transition: all 0.2s linear, 0.2s;
-ms-transition: all 0.2s linear, 0.2s;
-transition: all 0.2s linear, 0.2s;
}

.items .imageOverlay{

width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
position: absolute;
left: 0px;
top: 0px;
opacity: 0;

-webkit-transition: all 0.2s linear, 1s;
-moz-transition: all 0.2s linear, 1s;
-o-transition: all 0.2s linear, 1s;
-ms-transition: all 0.2s linear, 1s;
-transition: all 0.2s linear, 1s;



}

.items .item:hover .imageOverlay {

	opacity: 1;
}

.items .openButton {

	float:none;
	left:-200px;

}


.items .projectLink {

	float:right;
	right: -200px;

}

.items .item:hover .openButton {
	left:0px;

}

.items .item:hover .projectLink {

	right:0px;

}

.items .item:hover img {

-webkit-transform: scale(1.05,1.05);
-moz-transform:scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
-transform: scale(1.05,1.05);

}

.items {

	padding: 0;
}

.copyrightSection {

	background-color: #000;
	color:#fff;
	padding:30px 5px;

}

.copyrightSection p {

	margin:0;

}

#navigation {

	background-color: #001F3F;

	padding: 20px 10px;

	z-index: 100;
	width: 100%;
}

#navigation li {

	padding:0 10px;

}

#navigation li a {
	color:#fff;
}

.navbar-brand {
	color:#fff;
}

.navbar-brand,
.navbar-brand:hover {
	color:#fff;
}

.navbar-toggler-icon {
	background: url(../images/icons/menu.png);
	background-size: 100%;
}

.fixedNav #navigation {

	position: fixed;
	top:0;
}

.loader {

	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top:0px;
	left:0px;
	z-index:1000;
}

.loader .inner {

	width: 100%;
	height: 100%;
	background: url(../images/loader.gif) center center no-repeat;
}

footer{

background: #000;
text-align: center;
padding-bottom: 32000px;  /* padding-bottom: 32000px; margin-bottom: -32000px solve the problem of footer not covering the entire page*/
margin-bottom: -32000px;

}

footer .facebook {

	background: url(../images/icons/facebook.png)center no-repeat;

	margin-top: 30px;

}


footer .instagram {

		background: url(../images/icons/instagram.png)center no-repeat;

		margin-top: 30px;


}

footer .youtube
{
	background: url(../images/icons/youtube.png)center no-repeat;

	margin-top: 30px;
}

footer .whatsapp {

	background: url(../images/icons/whatsapp.png)center no-repeat;

	margin-top: 30px;

}


footer li a {
    display: block;
    text-decoration: none;
    border-bottom: none;
    padding: 18px;
   }

footer .facebook:hover {

 background-color: #4265b9;

}

footer .youtube:hover {

 background-color: #4265b9;
}


footer p {
 font-size: 12px;
 color: white;
 text-align: center;
}

footer ul {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-right: 40px;
}
footer li {
 display: inline-block; margin: 0 4px;
}
footer li a {
	display: block;
	text-decoration: none;
	border-bottom: none;
	padding: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in, 1s;
	-moz-transition: all 0.3s ease-in, 1s;
	-o-transition: all 0.3s ease-in, 1s;
	-ms-transition: all 0.3s ease-in, 1s;
	transition: all 0.3s ease-in, 1s;
}
.ss{
	margin-right: 40px;
}

#chat-wrapper {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 300px;
	background: white;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 10px;
	z-index: 9999;
}

#chatbox {
	height: 200px;
	overflow-y: auto;
	margin-bottom: 10px;
	font-size: 14px;
}

.user {
	text-align: right;
	color: blue;
}

.bot {
	text-align: left;
	color: green;
}

#input {
	width: 65%;
	padding: 5px;
	font-size: 14px;
}

#chat-wrapper button {
	width: 30%;
	padding: 6px;
	font-size: 14px;
}
/* Chat Icon */
#chat-icon {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 26px;
	background-color: #007bff;
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	z-index: 1000;
}

/* Chatbox Container */
#chat-wrapper {
	position: fixed;
	bottom: 80px;
	right: 20px;
	width: 300px;
	background: white;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	z-index: 999;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* Chatbox Content */
#chatbox {
	height: 200px;
	overflow-y: auto;
	margin-bottom: 10px;
	font-size: 14px;
}

.user {
	text-align: right;
	color: blue;
}
.bot {
	text-align: left;
	color: green;
}

#input {
	width: 65%;
	padding: 5px;
}
#chat-wrapper button {
	width: 30%;
	padding: 5px;
}
#quick-questions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    padding: 8px;
    max-width: 100%;
    box-sizing: border-box;
}

#quick-questions .questions {
    flex: 1 1 auto;
    max-width: 100%;
    padding: 6px 10px;
    font-size: 14px;
    background-color: #e9ecef;
    border: 1px solid #aaa;
    border-radius: 6px;
    white-space: normal;
    text-align: center;
}


.questions:hover {
    background-color: #e0e0e0;
}
.certificate-section {
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.certificate-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.certificate-img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  object-fit: contain;
  display: block;
  margin: 0 auto;
}


figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: #555;
}
