.company-partner-logo .partner-logo {
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: inline-block;
    margin-right: 15px;
}
.ms-about-sec .company-partner-logo {
    text-align: left;
}
.company-partner-logo .partner-logo img {
    max-width: 100%;
    object-fit: contain;
}
@media only screen and (min-width: 576px) {
    .company-partner-logo .partner-logo {
        width: 120px;
        height: 120px;
    }
}
.ms-about-sec {
    background-color: #F3F3F3;
}
.ms-about-sec .about-wrapper {
    position: relative;
}

.ms-about-sec .company-intro {
    margin-top: 32px;
    padding-top: 0;
}
.ms-about-sec .modal-dialog, .ms-about-sec .modal-content {
    background-color: transparent;
}
.ms-about-sec .modal-body {
  position:relative;
  padding:0px;
  overflow: hidden;
  height: 338px;
  background-color: transparent;
}

.ct-video-button {
    height: 56px;
    width: 56px;
    background-color: #FFCC00;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 3px 9px rgba(3,31,114,.24);
    -khtml-box-shadow: 0 3px 9px rgba(3,31,114,.24);
    -moz-box-shadow: 0 3px 9px rgba(3,31,114,.24);
    -ms-box-shadow: 0 3px 9px rgba(3,31,114,.24);
    -o-box-shadow: 0 3px 9px rgba(3,31,114,.24);
    box-shadow: 0 3px 9px rgba(3,31,114,.24);
    position: absolute;
    top: 0px;
    right: 40px;
}

.ct-video-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 18px;
    text-align: center;
}

.ct-video-button .line-video-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ffcc00ab;
    -webkit-border-radius: 60px;
    -khtml-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    animation: squares 3.9s linear 0s infinite;
    -webkit-animation: squares 3.9s linear 0s infinite;
    -ms-animation: squares 3.9s linear 0s infinite;
    -o-animation: squares 3.9s linear 0s infinite;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    opacity: 0
}

.ct-video-button .line-video-animation.line-video-2 {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.ct-video-button .line-video-animation.line-video-3 {
    -webkit-animation-delay: 2.6s;
    -moz-animation-delay: 2.6s;
    -o-animation-delay: 2.6s;
    animation-delay: 2.6s
}

.ct-video-button:hover,.ct-video-button:focus {
    color: #fff
}

.ct-video-button:hover .line-video-animation,.ct-video-button:focus .line-video-animation {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}

.ct-video-button.style3 {
    height: 56px;
    width: 56px;
}

.ct-video-button.style3 .line-video-animation {
    border: 2px solid #ffcc00a1;
}

@-webkit-keyframes squares {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@-moz-keyframes squares {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -moz-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -moz-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@-o-keyframes squares {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@keyframes squares {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -webkit-transform: scale(1.24);
        -moz-transform: scale(1.24);
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}
.ms-about-sec .company-intro a.btn {
    width: fit-content;
    padding-left: 2rem;
    padding-right: 2rem;
}
@media only screen and (min-width: 992px) {
    .ms-about-sec .company-intro {
        margin-top: 0px;
        padding-left: 18px;
    }
}
@media only screen and (min-width: 1200px) {
    .ms-about-sec .company-intro {
        padding-left: 48px;
    }
}