﻿*{
    margin: 0;
    padding: 0;
}
.main {
    width: 100%;
    background: linear-gradient(to top, rgba(#c2bbb5)30%,rgba(#c2bbb5)30%);
    background-position: center;
    background-size: cover;
    height: 90vh;
}
.navbar {
    width: 1200px;
    height: 75px;
    margin: auto;
    position: fixed;
    top: 0px;
}
.mainbody{
    background: #c2bbb5
}
.icon {
    width: 200px;
    float: left;
    height: 70px;
}
.logo {
    color: #a87d50;
    font-size: 35px;
    font-family: Arial;
    padding-left: 20px;
    float: left;
    padding-top: 10px;
}
.menu{
    width: 400px;
    float: left;
    height: 70px;
}
ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul li{
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 14px;
}
ul li a {
    text-decoration: none;
    color: #808080;
    font-family: Arial;
    font-weight: bold;
    transition: 0.4s ease-in-out;
}
ul li a:hover {
    color: #000000;

}
.content {
    width: 1200px;
    height: auto;
    margin: auto;
    color: #a87d50;
    position:relative;
}
.content .par{
    padding-left: 20px;
    padding-bottom: 25px;
    font-family: Arial;
    letter-spacing:1.2px;
    line-height: 30px;
}
.content h1{
    font-family: 'Times New Roman';
    font-size: 50px;
    padding-left: 20px;
    margin-top: 9%;
    letter-spacing: 2px;
}
/***This section is for the card of flipping***/
.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 320px;
    height: 240px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #c2bbb5;
    color: darkgoldenrod;
}

.flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
}
/*****center the div container**/
.cntdiv {
    position: fixed;
    width: 500px;
    height: 200px;
    top: 20%;
    left: 50%;
    margin-top: -100px; /* Negative half of height. */
    margin-left: -250px; /* Negative half of width. */
}
/*****pushing a few space to the right*******/
.pushright {
    top:5%;
    padding-left: 150px;
}
.tr {
    font-size: 13px;
}
.tooltip {
    position: relative;
    display: inline-block;
}
/***Making a frame of the image*****/
.image1 {
    border: 3px;
    padding: 0;
}
.servicebackgroundcolor {
    background-color: #c2bbb5;
}
.cardBkColore2 {
    background-color: #c2bbb5;
}
/***Making the font smaller on the font awesome icon*****/
.fasmaller {
    font-size: 20px;
}
.fixPanel {
    background-color: burlywood;
    margin-left: 50%;
    left: -5em;
}
.panelframe {
    height: 350px;
    background: #aaaaaa;
}
.panelframe2 {
    height: 550px;
    background: #aaaaaa;
}