﻿@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: 'Poppins-Medium';
    src: local('Poppins-Medium'), url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype')
}

@font-face {
    font-family: 'fontawesome-webfont';
    src: local('fontawesome-webfont'), url('../fonts/fontawesome-webfont.woff') format('woff')
}

/*Ratheesh K*/
body {
    line-height: 1;
    float: left;
    width: 100%;
    font-family: 'Poppins-Medium';
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1.0rem;
}

p {
    font-size: 0.8rem;
}

.text-orange {
    color: #F27E37;
}

.headspace {
    background: #F27E37;
    padding: 22px;
    color: #F27E37;
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 9999;
    padding: 2px 0;
    background: linear-gradient(to right, #F27E37, #F78709);
    -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
    -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
    box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-light .navbar-nav .nav-link {
    padding-left: 35px !important;
}

.navbar-shrink {
    padding: 4px 0;
    background: linear-gradient(to right, #F27E37, #F78709);
    top: 0;
}

.carousel,
.carousel .carousel-inner,
.carousel .carousel-inner .carousel-item,
.view,
body,
html {
    height: 80vh;
}

p.lead {
    font-size: 16px;
    padding: 15px 0;
    float: left;
    width: 100%;
    text-align: justify;
    color: #848484;
    line-height: 2;
}

a.more-btn {
    background: #FC8521;
    padding: 5px 30px;
    border-radius: 3px;
    text-decoration: none;
}

a.more-btn {
    background: #FC8521;
    padding: 5px 30px;
    border-radius: 3px;
    text-decoration: none;
}

.bottomline {
    display: inherit;
    background-image: linear-gradient(to right, rgb(248, 136, 7), rgb(248, 136, 7));
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 40% 3px;
    transition: background-size .5s ease;
}

.bottomline:hover {
    background-size: 100% 3px;
}

.wcs {
    background: url('../img/home/wcu/wcu.webp') no-repeat;
    background-size: cover;
    min-height: 415px;
    display: grid;
    background-position: center;
    /* parallax */
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.chooseus img {
    animation: zoominout 1s infinite;
}

@keyframes zoominout {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

@media only screen and (max-width: 575px) {

    /* Ratheesh K */
    .footer-links {
        padding-left: 30% !important;
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 320px) {

    /* Ratheesh K */
    .footer-links {
        padding-left: 22% !important;
        font-size: 16px !important;
    }
}


@media only screen and (max-width: 760px) {

    .carousel,
    .carousel .carousel-inner,
    .carousel .carousel-inner .active,
    .carousel .carousel-inner .carousel-item,
    .view,
    body,
    html {
        height: 80vh;
    }

    .services-name:before {
        content: '';
        width: 150px;
        height: 5px;
        background-color: rgb(187, 201, 210);
        display: block;
        position: absolute;
        left: 70px !important;
        top: calc(100% - 5px);
        transition: all 1s linear;
    }

    .services-box img.img-fluid.center-block.active {
        visibility: hidden;
        opacity: 0;
        transition: all 0.25s linear;
        position: absolute;
        left: -80px;
    }

    .services-box:hover img.img-fluid.center-block.active {
        visibility: visible;
        opacity: 1;
        left: 114px !important;
        transition: all 0.25s linear;
    }

    .services-name:after {
        content: '';
        width: 150px;
        height: 5px;
        background-color: rgb(187, 201, 210);
        display: block;
        position: absolute;
        left: 70px !important;
        top: calc(100% - 5px);
        transition: all 1s linear;
        max-width: 0;
    }

    .services-box {
        width: 300px !important;
    }

    .client-box {
        margin: 10px auto !important;
    }

    .location-title {
        font-size: 19px !important;
        position: relative !important;
        color: #000 !important;
        margin-bottom: 30px !important;
        left: 0px !important;
        padding-left: 10px !important;
        background-image: linear-gradient(to right, rgb(250, 250, 250), #FC8521) !important;
    }
}

@media only screen and (max-width: 960px) {

    .navbar-nav .nav-link {
        padding-left: 35px;
    }

    .navbar {
        position: fixed;
        padding: 0;
    }
}

.fa-angle-double-right {
    color: #FC8521;
    font-size: 36px;
}

.location-title {
    top: 10px;
    left: 110px;
    position: absolute;
    color: white;
    background-image: linear-gradient(to right, rgb(250, 250, 250), rgb(250, 250, 250));
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 38% 3px;
    transition: background-size .5s ease;

}

.list-unstyled a {
    color: #000;
}

.list-unstyled a:hover {
    transform: scale(0.5);
    color: #000 !important;
    font-size: 16px;
}

.fa-2x:hover {
    color: #FC8521;
}

.copy-right {
    background: linear-gradient(to right, #F27E37, #F78709);
    margin: 0;
    padding: 8px 30px;
    color: #fff;
    font-size: 10px;
}

i.go-to-top {
    padding: 5px;
}

.go-to-top:before {
    content: '\f077';
    font-family: 'fontawesome-webfont';
    font-style: normal;
    color: white;
}

.back-to-top {
    opacity: 0.5;
    position: fixed;
    bottom: 56px;
    right: 25px;
    background-color: rgb(0, 0, 0) !important;
    border-radius: 50% !important;
    display: none;
}

.rounded {
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .10) !important;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #d6d5d5;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #FC8521;
    border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #FC8521;
}

div#lcl_nav_cmd * {
    transform: scale(1) !important;
    opacity: 1 !important;
}

/* @media only screen and (max-width: 760px) {
  
  .navbar {
    height: 60px;
  }
} */

/*ThangaPandi Start*/
.d-contents {
    display: contents;
}

.services-box {
    float: left;
    width: 200px;
    margin: auto;
    box-shadow: 0 0 10px rgb(202, 202, 202);
    padding: 50px 10px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.services-box:hover .services-name:after {
    background-color: rgb(242, 126, 55) !important;
    transition: all 0.25s linear;
    max-width: 150px;
}

.services-box img.img-fluid.center-block.active {
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s linear;
    position: absolute;
    left: -80px;
}

.services-box:hover img.img-fluid.center-block.active {
    visibility: visible;
    opacity: 1;
    left: 63px;
    transition: all 0.25s linear;
}

.services-box:hover img.img-responsive.center-block.inactive {
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s linear;
    position: absolute;
    left: 100%;
}

.services-box img.img-fluid.center-block,
.services-box img.img-responsive.center-block.inactive {
    margin: auto;
    visibility: visible;
    opacity: 1;
    transition: all 0.25s linear;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
}

.services-name {
    float: left;
    width: 100%;
    text-align: center;
    height: 48px;
    padding: 0 10px;
    color: rgb(139, 139, 139);
}

.services-name:after {
    content: '';
    width: 150px;
    height: 5px;
    background-color: rgb(187, 201, 210);
    display: block;
    position: absolute;
    left: 25px;
    top: calc(100% - 5px);
    transition: all 1s linear;
    max-width: 0;
}

.services-name:before {
    content: '';
    width: 150px;
    height: 5px;
    background-color: rgb(187, 201, 210);
    display: block;
    position: absolute;
    left: 25px;
    top: calc(100% - 5px);
    transition: all 1s linear;
}

.img-section {
    height: 80px;
    padding: 5px;
    display: inline-grid;
}

.img-section>.active {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.img-fluid.center-block,
img.img-responsive.center-block.inactive {
    margin: auto;
    visibility: visible;
    opacity: 1;
    transition: all 0.25s linear;
}

.services-box:hover .services-name:after {
    background-color: rgb(242, 126, 55) !important;
    transition: all 0.25s linear;
    max-width: 150px;
}

.services-box:hover .services-name {
    color: black;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.client-box {
    text-align: center;
    padding: 0px;
    height: 140px;
    border: 1px solid rgb(217, 225, 230);
    float: left;
}

.client-box img.active {
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    z-index: 1;
    transition: all 1.5s ease;
    opacity: 0;
}

.client-box:hover img.inactive {
    opacity: 0;
    transition: all 1.5s ease;
}

.client-box:hover img.active {
    transition: all 1.5s ease;
    opacity: 1;
}

.client-section {
    float: left;
    width: 100%;
    height: 100%;
    display: inline-grid;
}

.client-section img {
    margin: auto;
}


/*ThangaPandi Stop*/

/*Service Start*/
.card-flip>div {
    backface-visibility: hidden;
    transition: transform 300ms;
    transition-timing-function: linear;
    width: calc(100% - 10px);
    height: 100%;
    margin: 0;
    display: flex;
}

.card-front {
    transform: rotateY(0deg);
}

.card-back {
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
}

.card-flip:hover .card-front {
    transform: rotateY(-180deg);
}

.card-flip:hover .card-back {
    transform: rotateY(0deg);
}

.rounded {
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .10) !important;
}

.card-back>div>h3 {
    color: #F07E40;
}

.servicesflip {
    float: left;
    width: 520px;
    margin: 0 auto;
    /* box-shadow: 10px 0 0 rgb(202, 202, 202); */
    padding: 38px 10px;
    position: relative;
    margin-bottom: 20px;
}

p.card-text.text-justify {
    line-height: 2;
}

/*Service Stop*/
/*Gallery Start*/
.ghover {
    float: left;
    width: 100%;
}

.ghover:hover {
    opacity: 1;
    transition: 1s;
}

.ghover:hover .imghover {
    transform: scale(1.3);
    transition: 1s;
}

/*Gallery Stop*/

/*Certificate Start*/
#certificate .card img.img-fluid.border {
    margin: 0 auto;
    width: 250px;
    filter: brightness(0.7);
    padding: 2px !important;
    border: 2px solid rgba(189, 204, 212, 0.5607843137254902) !important;
    transition: all 0.6s ease;
}

#certificate .card:hover img.img-fluid {
    filter: none;
    padding: 2px !important;
    transition: all 0.6s ease;
    background-color: #bac0c3;
}

/*Certificate Stop*/

/*Contact Us Start*/

.card.panelhead {
    border: 2px solid rgb(189, 204, 212) !important;
}

.card-header.panel.active .cart>div:after {
    color: white;
}

h5.cart span.text-dark {
    font-weight: bold;
}

.panelhead,
.panelhead:hover {
    cursor: pointer;
    border-color: #848484;
    border-width: 1px;
}

.panel {
    background-color: white;
    border-bottom: none;
}

.row.vdivide [class*='col-']:not(:last-child):after {
    background: #e0e0e0;
    width: 3px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 70px;
}

.cart>div {
    display: block;
    position: relative;
    color: rgb(156, 153, 153);

}

.cart>div:after {
    content: "\f054";
    font-family: 'fontawesome-webfont';
    position: absolute;
    right: 0;
}

.cart>div[aria-expanded="true"]:before {
    content: "\f078";
    font-family: 'fontawesome-webfont';
    color: white;
    position: absolute;
    right: 0;
}

.cart>div[aria-expanded="true"]:after {
    content: "\f078";
    font-family: 'fontawesome-webfont';
    color: white;
    position: absolute;
    right: 0;
}

.panel[aria-expanded="true"] {
    background-color: rgb(189, 204, 212);
    border-radius: 0;
}


p>.fa-user {
    font-size: 16px;
}

p>.fa-mobile {
    font-size: 24px;
}

p>.fa-envelope {
    font-size: 12px;
}

/*Contact Us Stop*/