.image-container {
    position: relative;
    display: inline-block;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    /* Adjust the opacity as needed */
}

.colorwhite {
    color: #f1f1f1;
}

.about-thumb {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.color-light {
    background-color: #ffffff;

}

.colorblue {
    color: #2a337e !important;
}

.breadCurm {
    color: #29327d;
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 10px;
}

.breadCurm a {
    color: #29327d;
}

.font16 {
    font-size: 16px;
}

.fontw {
    font-weight: 600;
}

.listtype {
    padding-left: 20px;
}

.listtype li {
    list-style-type: disc !important;
}

.fontw4 {
    font-weight: 400 !important;
}
.fontw600{
    font-weight: 600;
}
.listtypenone li span{
    font-weight: 600;
}
.listtype li span{
    font-weight: 600;
}
.listtypenone{
    padding-left: 20px;
}
@media only screen and (max-width: 768px) {
    .tp-fullwidth-forcer {
        height: 500px !important;
    }

    .tp-leftarrow {
        display: none !important;
    }

    .tp-rightarrow {
        display: none !important;
    }

    .breadCurm {
        font-size: 14px;
    }
    .tp-parallax-wrap{
        left: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .tp-fullwidth-forcer {
        height: 300px !important;
    }
}

@media only screen and (max-width: 350px) {
    .tp-fullwidth-forcer {
        height: 270px !important;
    }
}
.about-content--2 p{
    text-align: justify;
}
.MissionHeading{
    font-weight: 600;
    text-align: center;
}
.pl-3{
    padding-left: 20px;
}
.breadCurm{
    color: #f1f1f1;
}
.breadCurm a{
    color: #f1f1f1 !important;
}

button.wh-ap-btn {
	outline: none;
	width: 60px;
	height: 60px;
	border: 0;
	background-color: #2ecc71;
	padding: 0;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	cursor: pointer;
	transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
}

button.wh-ap-btn::after {
	content: "";
	background-image: url("//i.imgur.com/cAS6qqn.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
}

button.wh-ap-btn:hover {
	opacity: 1;
	background-color: #20bf6b;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wh-api {
	position: fixed;
	bottom: 0;
	right: 0;
}

.wh-fixed {
	margin-right: 15px;
	margin-bottom: 15px;
}

.wh-fixed > a {
	display: block;
	text-decoration: none;
}

button.wh-ap-btn::before {
	content: "Chat with me";
	display: block;
	position: absolute;
	margin-left: -130px;
	margin-top: 16px;
	height: 25px;
	background: #49654e;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	border-radius: 3px;
	width: 0;
	opacity: 0;
	padding: 0;
	transition: opacity 0.4s, width 0.4s, padding 0.5s;
	padding-top: 7px;
	border-radius: 30px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

.wh-fixed > a:hover button.wh-ap-btn::before {
	opacity: 1;
	width: auto;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100px;
}

/* animacion pulse */

.whatsapp-pulse {
	width: 60px;
	height: 60px;
	left: 10px;
	bottom: 10px;
	background: #10b418;
	position: fixed;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-radius: 50%;
	z-index: 99;
	display: inline-block;
	line-height: 65px;
}

.whatsapp-pulse:before {
	position: absolute;
	content: " ";
	z-index: -1;
	bottom: -15px;
	right: -15px;
	background-color: #10b418;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	opacity: 0.6;
	-webkit-animation: pulse 1s ease-out;
	animation: pulse 1.8s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale(0.3);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		-webkit-transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	25% {
		transform: scale(0.3);
		opacity: 1;
	}
	50% {
		transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}


.social-btn {
  display: flex;
  width: 160px;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  margin-bottom: 5px;
  position: relative;
  left: -115px;
  transition: left 1s;
  flex-direction: row-reverse;
}
.social-btn:hover {
  left: -10px;
  transition: left 1s;
}

.social {
  position: fixed;
  top: 30%;
  z-index: 9;
}
.social a {
  text-decoration: none;
}


.color-instagram {
  background-color: #f62782;
}
.color-facebook{
    background-color: #316FF6;
}
.color-youtube{
    background-color: #CD201F;
}
.color-twiter{
    background-color: #1DA1F2;
}
.color-call{
    background-color: #7f8ff9;
}
.google-font {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
}

.social-btn img {
  width: 40px;
}

.social-btn p {
  color: white;

  margin-top: 0px;
  margin-bottom: 0px;
}
.icon-style i{
    color: #fff;
    font-size: 25px;
}