﻿

@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
* {
    margin: 0;
    padding: 0;
}

body {
    box-sizing: border-box;
}

h5, h4, h3, h2, h1 ,h6 {
    font-family: 'Courgette', cursive;
}

.heading {
    text-transform: capitalize;
    text-shadow: 5px 5px 10px black;
}
/*About_us content start*/
.slanted-div1 {
    color: white;
    width: 100%;
    background: linear-gradient( 90deg, rgba(6,2,0,1) 2%, rgb(235 112 55 / 59%) 27%, rgb(235 55 82 / 64%) 75%, rgb(5 1 0 / 92%) 98%);
    height: 70%;
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.img-set{
    width:100%;
    background-size:cover;
    height:100vh;
}

.top-right {
    text-align-last: end;
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 4%;
    /*padding-right:4%;*/
}

    .top-right h1 {
        font-size: 40px;
    }
@media only screen and (max-width: 768px) {
    .top-right h1 {
        font-size: 30px;
    }
    
    .top-right {
        top: 1px;
        right: 1px;
        padding: 1%
    }
    .slanted-div1 {
        height: 100%;
    }
}

@media only screen and (max-width: 525px) {
    .img-set {
        height: 100%;
    }
    .slanted-div1 {
        height: 30%;
    }
    .top-right h5 {
        display: none;
    }
    .top-right {
        padding: 7%;
    }
}

@media only screen and (max-width: 425px) {
    .top-right h1 {
        font-size: 25px;
        text-align:justify;
    }
    
    .top-right p {
        font-size: 15px;
        text-align: justify;
    }
   
}

.about_us{
    left:0;
    right:0;
}
.vision_mission{
    margin-top:5%;
}
.team {
    margin-top: 5%;
    margin-bottom:10%;
}
/*about_us content end*/
/*mission vision start*/
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
.fade:not(.show) {
    opacity: 1;
}
.vertical-tab {
    font-family: 'Fira Sans', sans-serif;
    display: table;
    padding:3%;
    margin-top:8%;
    /*margin:auto;*/
}

    .vertical-tab .nav-tabs {
        display: table-cell;
        width: 28%;
        min-width: 28%;
        vertical-align: top;
        border: none;
    }

        .vertical-tab .nav-tabs li {
            float: none;
            vertical-align: top;
        }

            .vertical-tab .nav-tabs li a {
                color: white;
                background-color: black;
                font-size: 18px;
                font-weight: 600;
                letter-spacing: 1px;
                text-align: center;
                text-transform: uppercase;
                padding: 10px 15px;
                margin: 0 9px 5px 0;
                border-radius: 0;
                border: none;
                display: block;
                position: relative;
                overflow: hidden;
                z-index: 1;
                transition: all 0.3s ease 0s;
            }

                .vertical-tab .nav-tabs li a:hover,
                .vertical-tab .nav-tabs li.active a,
                .vertical-tab .nav-tabs li.active a:hover {
                    color: #fff;
                    background-color: transparent;
                    border: none;
                    text-shadow: 0 0 5px #555;
                }

                .vertical-tab .nav-tabs li a:before,
                .vertical-tab .nav-tabs li a:after {
                    content: "";
                    background: black;
                    width: 80%;
                    height: 80%;
                    transform: skewX(-15deg);
                    position: absolute;
                    top: 0;
                    left: 150%;
                    z-index: -1;
                    transition: all 0.3s ease 0s;
                }

                .vertical-tab .nav-tabs li a:after {
                    background: black;
                    left: auto;
                    right: 150%;
                    top: auto;
                    bottom: 0;
                }

                .vertical-tab .nav-tabs li a:hover:before,
                .vertical-tab .nav-tabs li.active a:before {
                    left: 7px;
                }

                .vertical-tab .nav-tabs li a:hover:after,
                .vertical-tab .nav-tabs li.active a:after {
                    right: 7px;
                }

    .vertical-tab .tab-content {
        color: #fff;
        background: rgb(20,15,1);
        background: linear-gradient( 90deg, rgba(235,112,55,1) 0%, rgba(235,55,82,1) 90%, rgba(219,32,111,1) 100%);
        font-size: 14px;
        line-height: 25px;
        padding: 20px 25px;
        margin-top: 10px;
        display: table-cell;
        position: relative;
    }

        .vertical-tab .tab-content h3 {
            text-transform: uppercase;
            letter-spacing: 1px;
            margin: 0 0 7px 0;
            position:relative;
            text-align:center;
        }

.missionImg{
   height:80%;
   width:75%;
   padding:2%;
   margin:auto;
}
.zoom {
   
    transition: transform .2s;
    margin: 0 auto;
}

    .zoom:hover {
        -ms-transform: scale(1.2); /* IE 9 */
        -webkit-transform: scale(1.2); /* Safari 3-8 */
        transform: scale(1.2);
    }
.card{
    /*padding:5%;*/
    height:100%;
    width:100%;
}
.teamImg {
    padding: 2%;
    height: 90%;
    width: 90%;
    margin: auto;
}

/*team content start*/
.team{
    margin-top:5%;
    margin-bottom:5%;
}
.our-team {
    text-align: center;
    position: relative;
}

    .our-team:before {
        content: "";
        /*  border: 4px solid black;*/
        opacity: 0;
        position: absolute;
        top: -7px;
        left: -7px;
        bottom: -7px;
        right: -7px;
        transform: scale(1.03);
        transition: all 0.6s ease 0s;
        border: 4px solid;
        border-image-slice: 1;
        border-width: 5px;
        border-image-source: linear-gradient( 90deg, rgba(235,112,55,1) 0%, rgba(235,55,82,1) 48%, rgba(219,32,111,1) 100%);
    }

    .our-team:hover:before {
        opacity: 1;
        transform: scale(1);
    }

    .our-team .pic {
        position: relative;
    }

        .our-team .pic:before {
            content: "";
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.6);
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: all 0.6s ease 0s;
        }

    .our-team:hover .pic:before {
        opacity: 1;
    }

    .our-team img {
        width: 100%;
        height: 100%;
    }

    .our-team .team-content {
        padding: 30px 0 20px;
        position: relative;
        top: 0;
        transition: all 0.6s ease 0s;
    }

    .our-team:hover .team-content {
        top: -50%;
    }

    .our-team .title {
        display: block;
        font-size: 20px;
        font-weight: 700;
        color: #333;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0 0 7px 0;
        transition: all 0.6s ease 0s;
    }

    .our-team:hover .title {
        color: #fff;
    }

    .our-team .post {
        display: block;
        font-size: 17px;
        font-weight: 500;
        color: #707070;
        text-transform: capitalize;
        transition: all 0.6s ease 0s;
    }

    .our-team:hover .post {
        color: #eb6e38;
    }

    .our-team .social {
        width: 100%;
        padding: 0;
        margin: 0 0 48px;
        list-style: none;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        transform: scale(0);
        transition: all 0.6s ease 0s;
    }

    .our-team:hover .social {
        opacity: 1;
        transform: scale(1);
    }

    .our-team .social li {
        display: inline-block;
    }

        .our-team .social li a {
            display: block;
            padding: 0 15px;
            font-size: 18px;
            color: #eb434c;
            border-right: 1px solid #eb434c;
            position: relative;
            transition: all 0.3s ease 0s;
        }

            .our-team .social li a:hover {
                color: #ffcc00;
            }

        .our-team .social li:last-child a {
            border-right: none;
        }

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }

}
/*team content end*/

/*footer start*/
.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.fa {
    padding: 10px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  color:white;
}

    .fa:hover {
        opacity: 0.7;
        color: #000000;
    }
    a.links {
        color: white;
    }
 a.links:hover{
     color:black;
 }

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
a.ph-id{
    color:white;
}
a.ph-id:hover {
    color: #000;
}
.footer {
    width: 100%;
    height: 100%;
    padding: 2%;
    background: rgb(2,0,36);
    background: rgb(6,2,0);
    background: linear-gradient(90deg, rgba(6,2,0,1) 2%, rgba(235,112,55,1) 27%, rgba(235,55,82,1) 75%,  rgba(5,1,0,1) 98%);
/*    background: linear-gradient(90deg, rgba(2,0,36,1) 9%, rgba(223,160,10,1) 50%, rgba(2,0,10,1) 87%, rgba(4,1,19,1) 95%);
*/    color: white;
}
.copyright{
padding:2%;
color:white;
margin:auto;
}

/*footer end*/
@media only screen and (max-width: 479px) {
    .vertical-tab .nav-tabs {
        width: 100%;
        display: block;
        border: none;
    }

        .vertical-tab .nav-tabs li a {
            margin: 0 0 10px;
        }

    .vertical-tab .tab-content {
        padding: 20px 15px 5px;
        display: block;
    }

        .vertical-tab .tab-content h3 {
            font-size: 18px;
        }
}
/*About_us content start*/