body{
    font-family: "Noto Sans", sans-serif;
}
.CliPar {
    text-align: center;
    font-size: 17px;
    color: #75506b;
    padding-bottom: 15px;
    letter-spacing: .5px;
}
.CliHed{
    color:#830362;
    text-align:center;
    padding-top: 10px;
    letter-spacing: 1px;
}
#clent{
    /*text-align:center;*/
}
.cltPar {
    color: #917d90;
    text-align: justify;
}
.cltlt {
    font-weight: 600;
}
#cltIg1{
    width:200px;
    margin: 30px;
}
#cltIg2{
    width:200px;
    margin: 30px;
}
#cltIg3{
    width:200px;
    margin: 30px;
}
#cltIg4{
    width:200px;
    margin: 30px;
}
#cltIg5{
    width: 150px;
    margin: 30px;
}
#cltIg6{
    width: 150px;
    margin: 30px;
}
.solSpan {
    color: #63425a;
    text-align: center;
    padding-bottom: 20px;
    font-size: 19px;
    letter-spacing: .5px;
}
#legPic{
    height:450px;
}
.carHed{
    color: #ffffff;
    position: absolute;
    font-weight: bold;
    background: #3f3f3f3d;
}
#len1 {
    top: 160px;
    left: 65px;
}
#len2{
    top: 200px;
    left: 80px;
}
#len3{
    top: 200px;
    left: 50px;
}
#len4{
    top: 150px;
    left: 50px;
}
#len5 {
    top: 200px;
    left: 10px;
}
#len6 {
    top: 160px;
    left: 30px;
}
.solPar{
    color:#fff;
    text-align:justify;
    display:none;
}
.solHed{
    color:#830362;
    text-align:center;
    padding-top: 20px;
    padding-bottom: 5px;
    letter-spacing: 1px;
}
.shadow {
    box-shadow: 0 0 0.625rem -0.1875rem rgb(0 0 0 / 13%) !important;
}
.card-slide {
    border: 0;
}
 .card-slide-inner {
    transition: transform .3s ease-in-out;
    /*border-radius: 1rem;*/
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
 .card-body {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translateY(125%);
    transition: transform .5s ease-in-out;
    background-color: #fff;
    background-image: linear-gradient(310deg,#472940,#ff00bc);
}

.card-body {
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem;
    border-radius: 150px 150px 0 0;
}
.card:hover .card-body{
    transform: unset;
    border-radius: 150px 150px 0 0;
    padding-top: 0.375rem;
    height: 400px;
    transition: transform .5s ease;
    
}
.card:hover .card-slide-inner{
    transform:scale(1.1);
}
.card:hover .solPar{
    display:block;
}
.nav-heading {
    color: #fff;
    font-weight: bold;
}


#fav{
    font-size: 150px;
    margin-top: 60px;
    color: #5d0055;
    /* color: #2f5a7d; */
}
.serHed{
    color:#fff;
    text-align:center;
    padding-bottom: 20px;
}
.serPara {
    color: #847985;
    text-align: justify;
}
#oveBel {
    padding: 20px 0 0 20px;
}
.serTop {
    font-weight: 600;
    color: #5d0055;
}
#serRow{
    padding:10px;
}
#ovebx{
        /*background-image:url('https://www.firstcom.com.sg/wp-content/uploads/2019/07/service_2.png');
        height:300px;*/
        width: 40%;
    }
.serbox{
    width: 500px;
    height: 300px;
    background: #fff;
    margin: 0px 30px;
    border-radius:80px 80px;
    box-shadow: 0px 0 2px 2px #f0f0f070;
    transform: scale(.8);
    transition:all .3s ease;
}
.serbox:hover{
    box-shadow: 0px 0 2px 2px rgb(140 54 145);
    transform: scale(0.9);
    transition:all .4s ease;
    /*#f0f0f0*/
}
.vis {
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1rem;
}
.visPar {
    text-align: justify;
    color: #ffffff;
    font-style: oblique;
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.cntRgt {
    position: absolute;
    top: 190px;
    left: 600px;
    animation: 1s ease-out 0s 1 slideInFromRight;
    padding: 30px;
    background: #5d0055;
    border-radius: 61px;
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.cntLft {
    position: absolute;
    top: 800px;
    right: 600px;
    padding: 30px;
    opacity:0.9;
    background: #5d0055;
    border-radius: 61px;
}
.cntLftS{
    position: absolute;
    top: 800px;
    right: 600px;
    padding: 30px;
    animation: 1s ease-out 0s 1 slideInFromLeft;
    opacity:1;
    background: #5d0055;
    border-radius: 61px;
}

.abgImg {
    background-repeat: no-repeat;
    background-position: initial;
    background-size: cover;
    
}
.menuB{
        position:relative;
 }
.dropdownM {
    width: 190px;
    background-color: #4f2f4c;
    position: absolute;
    top: 70px;
    height: 0;
    opacity: 0;
    transition: all 1s ease;
    -webkit-transform: translateX(-49%);
    transform: translateX(-49%);
    left: -103px;
    border-radius: 5px;
    visibility: hidden;
}
 

 .navbar .menuB:hover > .dropdownM{
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .7s ease;
     opacity: 1;
    visibility: visible;
    z-index:1;
}
.quote{
    color: #4f2f4c;
    font-style: italic;
}
.cntslo {
    font-size: 60px;
    color: #873380;
}
.affhead{
    color: #873380;
    font-weight:700;
}
.conThea {
    text-align: center;
}
.img-defect-dotted {
    padding: 36% 59% 0px 24%;
}
.img-def {
    position: absolute;
    top: 290px;
    right: 10px;
}
.img-effect-dotted {
    padding: 6% 39% 0px 20%;
}
.img-effect {
    position: relative;
}
.sericon {
    color: #873380;
    font-size: 22px;
}
.serhead{
    color: #873380;
    font-size: 1.125rem;
    font-weight: 600;
}
.paser{
    color: #b9b9b9;
    letter-spacing: .8px;
}
.ser {
    color: #873380;
    font-weight: 700;
}
.deneme:hover {
    -moz-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
    -o-transform: translate(-5px, -5px);
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
    transition: all 0.5s ease;
    box-shadow: 4px 2px 8px 2px rgb(240 216 240 / 31%);
}
.bgsec{
    padding:60px 0 60px 0;
}
#bgsec{
    background-image: url(images/cntbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}
.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.link{
    color: #d7cad8;
    text-decoration: none;
}
.link:hover {
    color: #fff;
    text-decoration:underline;
}
#logoDn{
    display:none;
}
#logoUp{
    display:block;
}
.footpara span { 
    background:#fff; 
    padding:0 10px; 
}
.brkdn{
    display: block;
    margin: 0 0 0 30px;
    color: #422b42;
}
.deta {
    color: #422b42;
}
.foul {
    padding: 0;
    margin: 0;
}
.fotli {
    float: left;
    list-style-type: none;
    padding: 0 20px;
}
.footlink{
    float:left;
}

.fshare {
    margin: 0 1px 0 10px;
    color: #873380;
    font-size:22px;
}
.copyP{
    padding:10px;
    font-size: 11px;
}
.copy {
    text-align: center;
    color: #fff;
    font-weight: 600;
    background: #4f2f4c;
}
.footpara{
    color:#873380;
    font-weight: 800;
    border-bottom: 2px solid #873380;
    line-height: 0.1em;
}
.btn-dark:hover {
    color: #fff;
    background-color: #fff;
    border: 3px solid #7f2b75;
    
}
.btn-dark{
    padding:15px;
    color: #fff;
    border:0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    background-image: linear-gradient(310deg,#e035ca,#512e49);
}
#imgcol{
    text-align:center;
}
#frmTbl{
    padding: 50px;
}
.lbl{
    color:#999299;
}
.form-control{
    border-radius: 2.25rem;
}
#conFlu{
    background: #99909917;
    box-shadow: 0 4px 8px 0 rgb(5 5 5 / 20%);
}
.ImgSty{
    width:300px;
}
.cntspan{
    margin:10px;
    letter-spacing: 1.5px;
}
.cntAdd {
    text-align: center;
    color: #696469;
    letter-spacing: 1.5px;
}
.cntcnt {
    text-align: center;
    color: #696469;
    
}
.cntH3{
    font-weight: 900;
    text-align: center;
    color: #7f2b75;
}
.cntHed{
    padding-top: 70px
;
}
.btn-close{
    color:#000;
    background:none;
    font-size: 25px;
}
.modal-content{
    background-color: #fff;
}
.modal-header{
    border: none;
}
.modUL{
    padding:0;
    margin:0;
    width: 350px;
}
.modLI{
    list-style-type: none;
    text-align: center;
    padding: 13px;
    background-color: #5d0055;
    border-radius: 163px 23px;
    border-bottom: 2px solid #fff;
}
.modLI a {
    color:#fff;
    font-weight: bold;
    font-size: 1.3rem;
    text-decoration: none;
}


.sear-div {
    margin-left: 400px;
    margin-top: 10px;
}

.srchinput{
    background: 0 0;
    border: none;
    color: #655e5e;
    border-bottom: 1px solid rgb(71 10 65 / 18%);
    outline: none;
    letter-spacing: 1px;
    visibility:visible;
}

.fasrc {
    color: rgb(0 0 0 / 67%);
    font-size: 20px;
}
.fasrc:hover {
    cursor:pointer;
}

.menuB{
    background-color: #5d0055;
    padding: 20px;
}
.btn-white {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .7px;
    
}
.btn-white:hover{
    color:#fff;
}
.fab{
    font-size:30px;
    vertical-align: middle;
    cursor: pointer;
}
.menuB .m-enu{
    color: #fff;
    font-size: 22px;
    float: left;
}
@media (max-width: 600px){
    .sear-div{
        width: 60%;
        margin-left: initial;
    }
    .srchinput{
        width: 80%;
    }
    .menuB{
        padding: 15px;
    }
    .modUL{
        width: 335px;
    }
    .bg-cover {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .img-def {
        position: absolute;
        top: 400px;
        right: 0px;
    }
    .img-defect-dotted {
        padding: 20px 60px 0px 184px;
    }
    .deneme{
        margin-bottom: 10px;
    }
    .fshare{
        margin: 0 5px 0 10px;
    }
    .fotli{
        padding: 10px 20px;
    }
    .brkdn{
        margin: 0 0 0 35px;
    }
    #logoUp{
        display:none;
    }
    #logoDn{
        display:block;
    }
    .serbox{
        height:auto;
        margin: 0px 10px;
    }
    #fav{
        margin: 60px 0 0 80px;
    }
    #oveBel {
        padding: 20px 20px;
    }
    #len5{
        left: 70px;
    }
    #len2{
        left: 120px;
    }
    #len3{
        left: 90px;
    }
    #len4{
        left: 90px;
    }
    #len1{
        left: 90px;
    }
    #len6{
        left: 90px;
    }
    #spc{
        padding: 3rem;
    }
    .cntRgt{
        left:0;
    }
    .cntLftS{
        Right:0;
    }
    #imgcol{
        margin-bottom: 3rem;
    }
}