.bg-second{
    background-color: #e5e5e5;
}
.orgn-bx{
    position: relative;
}
.orgn-bx h5{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.logo img{
    height:90px;
}
.sticky-header.flex.sticky .logo img{
    height:70px;
}
.rspns-hdr .logo img{
    height:30px;
}
.service-menu{
    width:350px;
}
.about-description{
    text-align:justify;
}
.fct-bx img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:80px;
    margin-bottom:24px;
}
.pg-tp-bg{
    display:flex;
    justify-content: center;
    align-items: center;
    position:relative;
    padding:0 60px;
}
.pg-tp-bg:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#141414;
    opacity:0.4;
    z-index:0;
}
.pg-tp-bg h3{
    font-size:42px;
    margin-top:32px;
    letter-spacing: 2px;
    position:relative;
    z-index:1;
    width:85%;
}
p em{
    font-family: 'Lora', serif;
}
.cus-dtl-desc-inf img{
    width:40px;
}
.why-page .cus-bx2:hover:before, .why-page .cus-bx2:before {
    opacity: 0;
    display:none;
}
.why-page .cus-bx2 .cus-inf2 > h4{
    font-size:18px;
    font-weight:normal;
    
    margin-bottom:16px;
}
.why-page .cus-bx2:hover .cus-inf2 > h4 {
    color: inherit;
}
.why-page .cus-bx2 > img {
    display: block;
    margin:0 auto 16px auto;
    position: relative;
    width: 90px;

}
.why-page .cus-bx2:hover > img {
    transform: none;
}
.n-bx.cus-bx2 > img + .cus-inf2 {
    margin-top: 0 !important;
}
.why-page .cus-inf2 {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
}
.why-page .cus-inf2 p{
    font-size:13px;
    line-height:15px;
}

/* Team CSS */
.our-team{
    padding:10px 20px;
}
.our-team .pic{
    border-top: 5px solid #32bbe9;
    border-bottom: 5px solid #32bbe9;
    border-radius: 50% 50% 50% 0;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic{
    border-top-color: #8f2d56;
    border-bottom-color: #8f2d56;
    border-radius: 50% 0;
}
.our-team .pic img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}
.our-team .team-content{ padding: 20px 0; }
.our-team .title{
    font-size: 22px;
    font-weight: 700;
    color: #8f2d56;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.our-team .post{
    display: block;
    font-size: 17px;
    color: #878484;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.our-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
}
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #8f2d56;
    background: #fff;
    font-size: 17px;
    color: #8f2d56;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social li a{
    background: #8f2d56;
    color: #fff;
}
.video-wrapper{
    /* padding:80px 0 0 0; */
    position: relative;
    overflow: hidden;

}
.video-wrapper:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
    background-image: url('https://i3.ytimg.com/vi/4oS_IC8xzvM/maxresdefault.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(6px);
}
.video-on{
    position: relative;
    z-index:4;
    border:4px solid #878484;
    transition: all 0.3s ease-in-out;
}
.video-on:hover{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
.video-on:before{
    content:'';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    z-index:-1;
    background-color:#000;
    opacity: 0;
}
.video-on:hover::before{
    opacity:0.4;
    transition: all 0.4s ease-in-out;
}
.video-on i{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    font-size:32px;
    color:#fefefe;
    z-index:3;
}
.video-on:hover i{
    transform: scale(1.2) translate(-50%, -50%);
    transition: all 0.4s ease-out;
}
.team-header{
    margin-bottom:24px;
}
.team-header span{
    position:relative;
}
.team-header span:before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 4px;
    background-color: #32bbe9;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
.tp-bgimg:before{
    content:'';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    z-index:0;
    background-color:#141414;
    opacity:0.4;
    transition:all 0.4s ease;
}
.wdgt-bx ul.certificate-links li:before{
    display:none;
}
.wdgt-bx ul.certificate-links{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:flex-start;
    align-items:flex-start;
}
.wdgt-bx ul.certificate-links li{
    text-align: center;
    /* width:125px; */
    height:125px;
}
.wdgt-bx ul.certificate-links li a > div{
    width:180px;
    height:125px;
    display: block;
    margin:0 auto;
}
.wdgt-bx ul.certificate-links li a img{
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin:8px auto;
}
.wdgt-bx ul.certificate-links li a{
    font-size:14px;
}
.slider-wrapper{
    display: block;
}
/* #carouselExampleCaptions, .carousel-inner{
    height: calc(100vh - 110px);
} */
.carousel-item{
    height: calc(100vh - 110px) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-caption{
    bottom:0;
    padding-bottom:0;
}
.carousel-caption h2, .carousel-caption p{
    text-shadow: 1px 1px 4px rgba(150, 150, 150, 1);
}
.carousel-caption h2{
    font-size:36px;
    font-weight:500;
    line-height:1;
    margin:0;
}
.carousel-control-next, .carousel-control-prev{
    width:5%;
}
.slider-full-link{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9;
}
@media only screen and (max-width:600px){
    .carousel-caption h2{
        font-size:20px;
    }
}