@font-face {
    font-family: "gotham";
    src: url("../fonts/Gotham Book Regular.otf");
}
body a:hover,
body a {
    text-decoration: none;
    color: white;
}

html,
body,
.card {
    margin: 0;
    padding: 0;
    font-family: "gotham", Arial, sans-serif;
    font-size: 17px;
    color:white;
}

.firstname
{
    margin-bottom:20px !important;
}

.card {
    height: 800px;
    margin: 0 auto;
    padding: 30px;
    width: 600px;
}

.card a.thumb {
    float: left;
    width: 100px;
    height: 60px;
    margin: 0 5px 10px 0;
}

.card a.thumb img {
    max-width: 100%;
    max-height: 100%;
}

.front {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    padding: 5px 5px 5px 5px;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    /* background-image: url("../images/background.jpg"); */
    background: #3d0e02;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.line-center {
    margin: 0;
    padding: 0 10px;
    background: #fff;
    display: inline-block;
}

h6 {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #fff;
}

h6:before,
h6:after {
    height: 1px;
    content: "\a0";
    background-color: #000;

    top: 0.5em;
    width: 100px;
}

h6:before {
    margin-right: 10px;
}

h6:after {
    margin-left: 10px;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    text-align: center;
    height: 36px;
    border-radius: 0 0 20px 20px;
    /*background: #005200;*/
}

.back-share {
    cursor: pointer;
}

.back {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    padding: 5px 5px 5px 5px;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    /* background-image: url("../images/background-back.jpg"); */
    background: #3d0e02;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*LOGO*/
.logo img {
    width: 300px;
}

/*SUB LOGO*/
.sublogo img {
    width: 60px;
}

/*website Link*/
.website .web {
    font-size: 20px;
}

/*Font page class rap Css*/
.front-main {
    margin-top: 160px;
}
.sublogo,
.website {
    margin-top: 20px;
}
.website i {
    font-size: 20px;
}

/* front side footer*/
a.lft.effect4.imgeff {
    float: left;
    margin-left: 20px;
    font-size: 18px;
}

i.fas.fa-arrow-circle-right.ffa {
    font-size: 20px;
}

a.right-arrow.flip.first-popover {
    float: right;
    margin-right: 20px;
    font-size: 18px;
}

/* back side */
.services {
    margin-top: 50px;
}
.back-title {
    font-size: 30px;
    margin-bottom: 2px;
}
.back-subtitle {
    font-size: 22px;
}
.back-tagline {
    margin-top: 24px;
    margin-bottom: 24px;
}
.back-tagline p {
    margin-bottom: 4px;
}
.back-contactinfo,
.back-seccontactinfo,
.back-mail {
    margin-bottom: 2px;
}
.back-address {
    margin-top: 24px;
    margin-bottom: 30px;
}
i.fas,
i.far,
i.fab {
    margin-right: 8px;
}
.back-sociallinks i {
    font-size: 30px;
}
a.left-arrow.flip.third-popover.left-arr-sug.effect12.imgeff {
    float: left;
    margin-left: 20px;
}
a.riht.effect4.imgeff {
    float: right;
    margin-right: 20px;
}
i.fas.fa-arrow-circle-left.ffa {
    font-size: 20px;
}
.back i.fas.fa-download.ffa {
    margin-right: 0px;
    margin-left: 8px;
    font-size: 18px;
}
.back .footer {
    font-size: 18px;
}
/* .popover.bottom {
    margin-top: 450px !important;
    margin-left: 800px;
}
popover.bottom > .arrow {
    margin-left: 60px;
} */
/*END DESKTOP CSS*/
/****************************************RESPONSIVE CSS START *******************************************************/

@media (min-width: 320px) and (max-width: 480px) {
    .card {
        width: 95%;
        padding: 5px 10px 1px 10px;
        margin: 0;
        height: 700px;
        margin-top: 1px;
    }

    .front {
        padding: 20px 20px 20px 20px;
        background-repeat: no-repeat;
    }
    h6:before,
    h6:after {
        height: 1px;
        content: "\a0";
        background-color: #000;
        top: 0.5em;
        width: 44px;
    }

    .back {
        padding: 10px 10px 20px 10px;
    }

    .footer {
        height: 30px;
    }
    html,
    body,
    .card {
        font-size: 14px;
    }
    .front-main {
        margin-top: 140px;
    }
    .website .web {
        font-size: 16px;
    }
    .logo img {
        width: 250px;
    }
    a.lft.effect4.imgeff {
        font-size: 14px;
    }
    a.right-arrow.flip.first-popover {
        font-size: 14px;
    }
    i.fas.fa-arrow-circle-right.ffa {
        font-size: 18px;
    }
    i.fas,
    i.far,
    i.fab {
        margin-right: 6px;
    }
    .services {
        margin-top: 30px;
    }
    .back-title {
        font-size: 22px;
    }
    .back-subtitle {
        font-size: 18px;
    }
    .back .footer {
        font-size: 14px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .card {
        padding: 17px 10px 13px 20px;
        margin: 0;
    }
}

/****** popover css**********/
.popover-content {
    font-size: 12px;
}

.left-popoverarrow img {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg); /*opera*/
    transform: rotate(180deg); /*likely future standard*/
}

.popover-remove {
    box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.8);
    margin: auto;
    position: absolute;
    z-index: 1070;
    background-color: rgb(255, 255, 255);
    left: 10%;
    bottom: 10%;
    padding: 10px 15px;
    border-radius: 5px;
    color: rgb(70, 70, 178);
    letter-spacing: 1px;
    text-decoration: none;
}

/******popover css **********/
