/* Home page Css */

.section-content .ow-event-post{
    box-shadow: 0px 0px 13px 1px #00000047;
    margin: 15px 0px;
}

.button-sm {
    padding: 5px 15px;
    font-size: 15px;
}

.ourService-section .wt-img-effect img{
    height: 400px;
}

.project-section .wt-img-effect{
    background: #f2f2f2;
}
.project-section .wt-img-effect img{
    height: 400px;
}

.milestones-section .milestones-icon{
    font-size: 22px;
    font-weight: bold;
}

.about-team-section .wt-team-media img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.client-section .ow-client-logo{
    
}

.carousel-indicators [data-bs-target]{
    background-color: #fe5301;
}

.carousel-control-prev-icon {
    background-image: url(../img/left.png);
}

.carousel-control-next-icon {
    background-image: url(../img/right.png);
}

.is-fixed .main-bar {
    box-shadow: 0px 1px 5px #00000070;
}

.p-t25{
    padding-top: 25px;
}

.footer-bottom {
    padding: 0px 0px 25px 0px;
}

.about-content .icon-sm{
    width: 60px;
}

.about-content .icon-sm img {
   height: auto;
}

.about-milestones .p-a25{
    padding: 25px 25px;
}

.about-milestones .wt-icon-box-sm{
    width: 60px;
    height: 60px;
}

.about-milestones .wt-icon-box-sm i{
    font-size: 25px;
}

.contact-content .wt-icon-box-sm {
    width: 50px;
    height: 50px;
}

.contact-content .wt-icon-box-sm i {
    font-size: 22px;
}

.contact-content .p-a25{
    padding: 25px 25px;
}

.contact-content .wt-icon-box-sm.corner:after{
    display: none;
}

.header-nav .nav>li.submenu-direction .sub-menu {
    box-shadow: 2px 4px 6px #00000059;
}

.header-nav .nav>li .sub-menu li a {
    color: #555555;
    padding: 10px 15px;
    font-weight: 600;
}

.product-details .wt-box img{
    height: auto;
}

.mt-25{
    margin-top: 25px;
}

.product-details .post-title a{
    color: #fe5301;
}

.product-details .wt-product-gallery{
    position: sticky;
    top: 70px;
}

/* 27-06-2024 */

.certifications-area{
    text-align: center;
}

.carousel-video{
    width: 100%;
    max-height: 500px;
    height: auto;
}