/* index-page */
.main-slider .tp-bgimg {
    filter: brightness(0.6);
}

.counter-column .content button {
    width: 132px;
    height: 44px;
    border-radius: 6px;
    background-color: var(--main-color-two);
}

.email-box .form-group button {
    background-color: var(--main-color-two);
    text-transform: uppercase;
}

.btn-style-two:hover {
    color: var(--main-color-two);
    border-color: white;
}

@media only screen and (max-width: 767px) {
    .theme-btn .btn-style-two:nth-child(odd){
        position: relative;
        display: inline-block;
        color: var(--white-color);
        font-weight: 400;
        background:var(--main-color-two);
        border-radius:0px;
        text-transform: capitalize;
        font-family: var(--font-family-montserrat);
        border-radius: 6px;
        text-transform: uppercase;
        border: var(--main-color-two) 1px solid;
    }
    
    .theme-btn .btn-style-two:nth-child(even){
        position: relative;
        display: inline-block;
        color: var(--main-color-two);
        margin-left: 12px;
        font-weight: 400;
        background: transparent;
        border-radius:0px;
        text-transform: capitalize;
        font-family: var(--font-family-montserrat);
        border-radius: 6px;
        text-transform: uppercase;
        border: var(--main-color-two) 1px solid;
    }
}

.service-block .inner-box .lower-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

/* about-us-page */
.experiance-container {
    max-width: 1440px;
    padding:0px 15px;
	margin:0 auto;
}

.experiance-column {
    margin: auto;
}

.about-item {
    line-height: 1.75;
    padding: 30px;
}

.about-item > h3 {
    line-height: 1.75;
}

.history-img {
    position: relative;
    overflow: hidden;
}

/* .history-container::before {
    position: relative;
    background-color: #999;
    z-index: 2;
    left: 50%;
    content: " ";
    width: 0.3px;
    height: 100%;
    color: #999;
} */

.history-img img {
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 0, 100% 0, 90% 100%, 0 100%);
}

@media only screen and(max-width: 768px) {
    .about-carousel {
        text-align: center;
    }
}

.inner-container {
    justify-content: center;
}

.skill-item {
    line-height: 1.75;
    font-size: 14px;
}

.owl-stage {
    display: flex;
    align-items: center;
}

.owl-carousel.owl-drag .owl-item {
    margin: 12px;
}

/* contact-us-page */
.inner-column .image, .image-two {
    position: relative;
}

.inner-column .image-two {
    z-index: 2;
}

.inner-column .image {
    display: inline-block;
	width: 100%;
}

.custom-font-1 {
    font-size: 14px;
    line-height: 1.25;
}

/* Team Section */
.team-section {
    position: relative;
    background-color: var(--color-eighteen);
    padding: 120px 0px 120px;
}

.team-title {
    font-size: 24px;
    line-height: 1.5em;
}

.team-section img {
    width: 100%;
}

.contact-form-section .image-column {
    display: flex;
    align-items: center;
}

/* Achievements */
.services-page-section .upper-box{
    min-width: 250px;
    min-height: 500px;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.08);
}

.services-page-section .lower-box {
    display: flex;
    justify-content: center;
    height: 300px;
}

/* WhatsApp button */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	margin-top:16px;
}

/* test styling */
.feature-left::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 999px;
    right: -19px;
    top: 102px;
    border: 3px solid rgb(150, 150, 150);
    z-index: 2;
}

.feature-right::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 999px;
    left: -21px;
    top: 102px;
    border: 3px solid rgb(150, 150, 150);
}

.column-right::before {
    content: "";
    position: absolute;
    width: 0.3px;
    height: 100%;
    background: #999;
    left: -2px;
}

.triangle-left::after {
    z-index: 3;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 16px 0 16px 37px;
    border-color: transparent transparent transparent #bbbbbb;
    transform: rotate(0deg);
}

 .triangle-right::before {
    z-index: 3;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 16px 37px 16px 0;
    border-color: transparent #bbbbbb transparent transparent;
    transform: rotate(0deg);
}

/* Program Detail */
figure {
    box-shadow: 0px 0px 16px rgba(0,0,0,0.12);
}