* {
    user-select: none;
    box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 10px;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
body {
    line-height: 1;
    font-family: 'Signika', sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    list-style: none;
}

/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
    display: block;
    height: 3px;
    border: 0;
    border-top: 2px solid #444;
    margin: 1rem 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}

/*all resets complete */


/*-------------------popup--------------*/


/*promo popup*/

.promo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5000;
    background-color: #fff;
    border-radius: 20px;
    display: none;
}
.contentBox {
    position: relative;
    width: 30rem;
    height: 35rem;
    display: flex;
    background: url(images/popup.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 1);
    border-radius: 20px;
}
button.prom {
    position: absolute;
    bottom: 0rem;
    ;
    left: 50%;
    transform: translate(-50%);
    width: 50%;
    height: 2rem;
    margin: 1rem auto;
    border: none;
    outline: none;
    background: red !important;
    border-radius: 20px;
    list-style: none;
    text-decoration: none;
}
.promo a {
    font-size: 1.3rem;
    text-decoration: none;
    list-style: none;
    color: #fff;
    padding: 0rem 0 .5rem 0;
}
.closed {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.closed i {
    color: red;
    font-size: 2.5rem;
    cursor: pointer;
    list-style: none;
    text-decoration: none;
}
@media only screen and (min-width:768px) {
    .contentBox {
        position: relative;
        width: 55rem;
        height: 55rem;
    }
    button.prom {
        position: absolute;
        bottom: 0rem;
        left: 50%;
        transform: translate(-50%);
        width: 50%;
        height: 3.5rem;
        margin: 1rem auto;
        border: none;
        outline: none;
        border-radius: 20px;
    }
    .promo a {
        font-size: 1.65rem;
        text-decoration: none;
        list-style: none;
        font-weight: 600;
    }
}

/*top contact*/

.top {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 8rem;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    list-style: none;
    /*    border-bottom:2px solid #1b5932;*/
    z-index: 1000;
}
.top i {
    color: #373435;
    margin-right: .3rem;
    font-size: 1rem;
    padding: .5rem;
    border-radius: 50%;
    border: 1px solid #d2ae6d;
}
.top p {
    color: #373435;
    font-size: 1rem;
    display: block;
    margin: 0 auto;
    padding: 1rem 1rem;
    line-height: 6rem;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
}
.top a.top-2 {
    float: left;
}
@media only screen and (min-width:768px) {
    .top i {
        font-size: 2rem;
        padding: 1rem;
        margin-right: 1rem;
    }
    .top p {
        font-size: 1.8rem;
        line-height: 6rem;
    }
}
@media only screen and (min-width:1024px) {
    .top i {
        font-size: 2.2rem;
    }
    .top p {
        font-size: 2rem;
    }
}
@media only screen and (min-width:1280px) {
    .top i {
        font-size: 1.8rem;
    }
    .top p {
        font-size: 2rem;
    }
}

/*navigation burger*/


/*******************************/


/*****************/


/*******************************/


/*navigation burger*/

.hamburger-menu {
    position: fixed;
    top: 8.5rem;
    right: 2rem;
    width: 4rem;
    height: 4rem;
    display: flex;
    background-color: #d2ae6d;
    border-radius: 4px;
    cursor: pointer;
    z-index: 999;
}
.hamburger-menu i {
    font-size: 2.5rem;
    color: #fff;
    margin: auto;
}
.hamburger-menu .fa-times {
    display: none;
}
.hamburger-menu .fa-times.open {
    display: block;
}
.hamburger-menu .fa-bars.open {
    display: none;
}

/* menu */

.nav-list .nav-link .nav-item {
    list-style: none;
    text-decoration: none;
}
.nav-item {
    font-family: 'Noto Sans', sans-serif;
    color: #fff!important;
    padding: 2.5rem;
    text-transform: uppercase;
    transition: color 0.6s;
    font-size: 2rem;
    line-height: 6.2rem;
}
.nav-item:hover {
    color: #444!important;
}
.nav-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    list-style: none;
    background-color: rgba(5, 5, 4, 0.85);
    z-index: 900;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.6s;
}
.nav-list.open {
    opacity: 1;
    transform: scale(1);
}
main {
    height: 100%;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    font-family: 'Signika', sans-serif;
}

/*******************************/


/******** navigation sidebar start *********/


/*******************************/

.sidebar {
    display: none;
}
@media only screen and (min-width:768px) {
    .hamburger-menu {
        display: none;
    }
    .sidebar {
        position: fixed;
        height: 100%;
        margin: 0;
        width: 15%;
        top: 8rem;
        left: 0;
        background: #fff;
        z-index: 500;
        display: block;
    }
    .sidebar img {
        padding: 4rem 1rem 0 1rem;
        width: 100%;
    }
    .nav {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .sidebar ul li {
        margin: 8rem .5rem 1rem .5rem;
        display: block;
        width: 100%;
        text-align: left;
    }
    .sidebar ul li a {
        color: #373435;
        font-family: 'Noto Sans', sans-serif;
        font-weight: bold;
        font-size: 1.5rem;
        padding: 1rem 0 0 1rem;
        list-style: none;
        text-decoration: none;
        text-align: left;
    }
    .sidebar i {
        margin: 0 1rem 0 .25rem;
        color: #d2ae6d;
        font-size: 2rem;
        opacity: 1;
    }
    main {
        height: 100%;
        width: 85%;
        margin: 0 auto;
        text-align: center;
        float: right;
    }
    .social {
        margin: 6rem 0 0 0;
        padding: 0 0.5rem;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    .social i {
        color: #444;
        font-size: 2rem;
    }
}
@media only screen and (min-width:1024px) {
    .sidebar {
        width: 15%;
    }
    .sidebar img {
        padding: 6rem 1rem 0 1rem;
        width: 100%;
    }
    .sidebar ul li {
        margin: 3.5rem 0 1rem .5rem;
        display: block;
        width: 100%;
        text-align: left;
    }
    .sidebar ul li a {
        color: #373435;
        font-family: 'Noto Sans', sans-serif;
        font-weight: 600;
        font-size: 1.8rem;
        padding: 1rem 0 0 .25rem;
        list-style: none;
        text-decoration: none;
        text-align: left;
    }
    .sidebar i {
        margin: 0 1rem 0 .25rem;
        font-size: 2.5rem;
        opacity: 1;
    }
    main {
        width: 85%;
    }
}
@media only screen and (min-width:1200px) {
    .sidebar {
        width: 12%;
    }
    .sidebar img {
        padding: 5rem .25rem 2rem .5rem;
        width: 100%;
    }
    .sidebar ul li {
        margin: 4rem 0 0rem .5rem;
        display: block;
        width: 100%;
        text-align: left;
    }
    .sidebar ul li a {
        color: #373435;
        font-family: 'Noto Sans', sans-serif;
        font-weight: 600;
        font-size: 1.5rem;
        padding: 1rem 0 0 .25rem;
        list-style: none;
        text-decoration: none;
        text-align: left;
    }
    .sidebar i {
        margin: 0 .5rem 0 .5rem;
        font-size: 2.5rem;
        opacity: 1;
    }
    main {
        width: 88%;
    }
}
@media only screen and (min-width:1350px) {
    .sidebar ul li {
        margin: 6rem 0 0rem .5rem;
        display: block;
        width: 100%;
        text-align: left;
    }
    .sidebar ul li a {
        color: #373435;
        font-family: 'Noto Sans', sans-serif;
        font-weight: 900;
        font-size: 2rem;
        padding: 1rem 0 0 .25rem;
        list-style: none;
        text-decoration: none;
        text-align: left;
    }
    .sidebar i {
        margin: 0 1rem 0 .5rem;
        font-size: 2.5rem;
        opacity: 1;
    }
    main {
        width: 88%;
        height: 100% auto;
    }
}

/*******************************/


/******** Breakers*********/


/*******************************/

.breaker1 {
    width: 100%;
    height: 50rem;
    background: url(Images/Br-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    background-attachment: fixed;
}
.breaker2 {
    width: 100%;
    height: 50rem;
    background: url(Images/Br-2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    background-attachment: fixed;
}
.breaker3 {
    width: 100%;
    height: 50rem;
    background: url(Images/Br-3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    background-attachment: fixed;
}
.breaker4 {
    width: 100%;
    height: 50rem;
    background: url(Images/Br-4.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    background-attachment: fixed;
}
.breaker5 {
    width: 100%;
    height: 50rem;
    background: url(Images/Br-5.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    background-attachment: fixed;
}
.breaker6 {
    width: 100%;
    height: 50rem;
    background: url(Images/Br-6.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    background-attachment: fixed;
}

/*******************************/


/******** Carousel CSS *********/


/*******************************/

.wrap-car {
    position: absolute;
    right: 0;
    top: 0;
    width: 88%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.carousel {
    position: relative;
    width: 100%;
    height: calc(100vh - 15rem);
    margin: 8rem auto;
    text-align: center;
    overflow: hidden;
}
.carousel .carousel-inner,
.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}
.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel .carousel-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 1;
}
.carousel .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 170px);
}
.carousel .carousel-caption h1 {
    color: #444;
    font-size: 5rem;
    font-weight: bolder;
    margin-bottom: 2rem;
    font-family: 'Poiret One', sans-serif;
}
.carousel .carousel-caption p {
    color: #444;
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: bolder;
    font-family: 'Pathway Gothic One', sans-serif;
}
.carousel .carousel-caption .btn {
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #444;
    background: #fff;
    border: 2px solid #d4b5a3;
    border-radius: 20px;
    transition: all .2s ease-in;
    font-weight: 600;
    font-family: 'Pathway Gothic One', sans-serif;
    letter-spacing: 1px;
}
.carousel .carousel-caption .btn:hover {
    color: #d4b5a3;
    background: #fff;
    border: 2px solid #444;
}
@media (max-width: 1024px) {
    .wrap-car {
        width: 85%;
        margin: 0 auto;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .carousel {
        position: relative;
        width: 100%;
        height: calc(100vh - 8rem);
        margin: 8rem 0 0 0;
        text-align: center;
        overflow: hidden;
    }
    .carousel .carousel-caption h1 {
        font-size: 40px;
        font-weight: 700;
    }
    .carousel .carousel-caption p {
        font-size: 20px;
    }
    .carousel .carousel-caption .btn {
        padding: 12px 30px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }
}
@media (max-width: 767.98px) {
    .wrap-car {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .carousel {
        position: relative;
        width: 100%;
        height: 100vh;
        margin: 8rem 0 0 0;
        text-align: center;
        overflow: hidden;
    }
    .carousel .carousel-caption h1 {
        font-size: 40px;
        font-weight: 700;
    }
    .carousel .carousel-caption p {
        font-size: 20px;
    }
    .carousel .carousel-caption .btn {
        padding: 12px 30px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }
}
@media (max-width: 575.98px) {
    .wrap-car {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .carousel {
        position: relative;
        width: 100%;
        height: calc(100vh - 75px);
        margin: 8rem 0 0 0;
        text-align: center;
        overflow: hidden;
    }
    .carousel .carousel-caption h1 {
        font-size: 30px;
        font-weight: 500;
    }
    .carousel .carousel-caption p {
        font-size: 16px;
    }
    .carousel .carousel-caption .btn {
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
    }
}
.carousel .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

/*******************************/


/******** Head end *********/


/*******************************/

main {
    position: relative;
    top: calc(100vh - 5rem);
}

/*******************************/


/******** brands slider *********/


/*******************************/

.brands {
    height: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
    margin: 3rem auto;
}
.slider {
    height: 25rem;
    margin: auto;
    position: relative;
    width: 90%;
    display: grid;
    place-items: center;
}
.slide-track {
    display: flex;
    width: calc (25rem * 22);
    animation: scroll 40s linear infinite;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-25rem * 21));
    }
}
.slides {
    height: 20rem;
    width: 25rem;
    display: flex;
    align-items: center;
    padding: 2rem;
    perspective: 100px;
}
.slides img {
    width: 100%;
    transition: transform 1s;
}
.slides img:hover {
    transform: translateZ(20px);
}

/*******************************/


/******** brands slider end *********/


/*******************************/


/*******************************/


/******** Counter Start *********/


/*******************************/

.counters {
    width: 100%;
    margin: 0;
    padding: 2rem 0;
    background: #373435;
}
h2.count {
    text-align: center;
    padding: 2rem 0 1rem 0;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #eee;
    font-size: 4rem;
}
h3.count {
    text-align: center;
    padding: 3rem 0 3rem 0;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #eee;
    font-size: 2rem;
}
p.count {
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    color: #eee;
    font-weight: 400;
    padding: .2rem;
    font-size: 1.5rem;
}
.counters i {
    color: #d2ae6d;
    font-size: 3rem
}
.countwrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.counter {
    width: 100%;
    height: 100%;
    padding: 2rem 0;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}
span.num {
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 1rem;
}
span.text {
    color: #fff;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 1rem;
}
.counters a.signup button {
    background: #d2ae6d;
    border: none;
    outline: none;
    font-size: 3rem;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
}

/*******************************/


/******** Counter end end *********/


/*******************************/

.cta {
    width: 95%;
    height: 10rem;
    background: #9b5235;
    margin: 6rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
h2.ctas {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    font-size: 1.5rem;
}
span.ctas a {
    list-style: none;
    color: #fff;
    background: #373432;
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    border-radius: 10rem;
    text-decoration: none;
}
@media only screen and (min-width:1024px) {
    h2.ctas {
        font-family: 'Noto Sans', sans-serif;
        font-weight: 600;
        letter-spacing: 1px;
        color: #fff;
        font-size: 4rem;
    }
    span.ctas a {
        list-style: none;
        color: #fff;
        padding: 1rem 1.5rem;
        font-size: 4rem;
        border-radius: 10rem;
        text-decoration: none;
    }
}

/*******************************/


/******** Services start *********/


/*******************************/

.services {
    width: 100%;
    background: #fff;
    padding: 1rem;
    display: block;
}
h2.serv {
    text-align: center;
    padding: 8rem 0 2rem 0;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #d2ae6d;
    font-size: 4rem;
}
h4.serv {
    text-align: center;
    padding: 0 0 2rem 0;
    color: #777;
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 1.8rem;
}
h3.serv {
    text-align: center;
    padding: 8rem 0 2rem 0;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #d2ae6d;
    font-size: 4rem;
    ;
}
p.serv {
    text-align: left;
    font-family: 'Noto Sans', sans-serif;
    color: #777;
    font-weight: 800;
    padding: .2rem;
    font-size: 1.2rem;
}
.quote {
    width: 100%;
    background: #373435;
    padding: 1rem;
    margin: 1rem auto;
}
h1.qte {
    color: #fff;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 2rem;
    text-align: center;
}
@media only screen and (min-width:768px) {
    h4.serv {
        width: 95%;
        margin: 0 auto;
        font-weight: 700;
        padding: 2rem;
    }
    p.serv {
        text-align: left;
        font-weight: 900;
        padding: .4rem;
        font-size: 1.4rem;
    }
    h1.qte {
        color: #fff;
        font-size: 2.5rem;
        text-align: center;
        padding: 2rem;
    }
}

/*******************************/


/******** About *********/


/*******************************/


/*******************************/

.about {
    background: #fff;
    width: 100%;
    margin: 1rem auto;
    padding: 1rem;
}
h2.ab {
    text-align: center;
    padding: 8rem 0 2rem 0;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #d2ae6d;
    font-size: 4rem;
}
h3.ab {
    text-align: center;
    padding: 1rem;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #9b5235;
    font-size: 2.5rem;
}
h4.ab {
    text-align: center;
    padding: .5rem;
    color: #d2ae6d;
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 1.8rem;
}
p.ab {
    text-align: left;
    font-family: 'Noto Sans', sans-serif;
    color: #777;
    font-weight: 800;
    padding: .2rem;
    font-size: 1.2rem;
}
span.ab {
    font-family: 'Tenor Sans', sans-serif;
    color: #9b5235;
    font-weight: 800;
    padding: .2rem;
    font-size: 1.4rem;
}
.about p.ab i {
    color: green;
    font-size: 1.5rem;
    margin-right: .5rem;
}
.info {
    width: 100%;
    background: #373435;
    padding: 1rem;
    margin: 1rem auto;
}
h3.inf {
    padding: 2rem;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    font-size: 3rem;
}
span.time {
    color: #aaa;
    text-align: left;
    margin-right: 1.5rem;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: bolder;
}
p.hrs {
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    text-align: left;
    margin-left: 5rem;
    font-size: 1.3rem;
}
p.qc {
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    text-align: left;
    margin-left: 5rem;
    font-size: 1.3rem;
}
p.qc a {
    color: #fff;
    transition: color 0.25s ease;
}
p.qc a:hover {
    color: #aaa;
    list-style: none;
    text-decoration: none;
}
p.qc i {
    color: #ff0;
    margin-right: 1rem;
}
p.map {
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    text-align: left;
    margin-left: 1rem;
    font-size: 1.3rem;
}
p.map i {
    color: #ff0;
    font-size: 1.8rem;
    margin-right: 1rem;
}
@media only screen and (min-width:768px) {
    h4.ab {
        text-align: center;
        padding: 1rem 0;
        color: #d2ae6d;
        font-family: 'Tenor Sans', sans-serif;
        font-weight: 600;
        letter-spacing: .5px;
        font-size: 1.5rem;
    }
    h3.ab {
        padding: 1rem;
        font-weight: 600;
        font-size: 3rem;
    }
    p.ab {
        text-align: left;
        font-family: 'Noto Sans', sans-serif;
        color: #777;
        font-weight: 700;
        padding: .4rem;
        font-size: 1.4rem;
    }
    span.ab {
        font-family: 'Tenor Sans', sans-serif;
        color: #9b5235;
        font-weight: 800;
        padding: .2rem;
        font-size: 1.6rem;
    }
    .about p.ab i {
        color: green;
        font-size: 1.7rem;
        margin-right: .5rem;
    }
    h3.inf {
        padding: 2rem;
        font-size: 4rem;
    }
    span.time {
        margin-right: 1.5rem;
        font-size: 1.5rem;
    }
    p.hrs {
        text-align: left;
        font-size: 1.5rem;
        margin-left: 10rem
    }
    p.qc {
        text-align: left;
        font-size: 1.7rem;
        margin-left: 10rem
    }
    p.qc a {
        color: #fff;
        transition: color 0.25s ease;
    }
    p.qc a:hover {
        color: #aaa;
        list-style: none;
        text-decoration: none;
    }
    p.map {
        text-align: center;
        font-size: 1.7rem;
        padding: 1rem 0;
    }
    p.map i {
        color: #ff0;
        font-size: 3rem;
        margin-right: 1rem;
    }
}

/*******************************/


/******** Team *********/


/*******************************/


/*******************************/

.teams {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 5rem 0 2rem 0;
}
.teams .profile-card {
    position: relative;
    width: 30rem;
    height: 30rem;
    background-color: #fff;
    padding: 5px;
    transition: all .4s;
    margin: 3rem 0;
}
.teams .profile-card:hover {
    border-radius: 10px;
    height: 30rem;
}
.teams .profile-card .img {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 0 2rem 0;
}
.teams .profile-card:hover img {
    border-radius: 10px;
    transform: translateY(-8rem);
}
.img img {
    object-fit: cover;
    width: 100%;
    transition: all .4s;
    z-index: 99;
}
.caption {
    text-align: center;
    transform: translateY(-90px);
    opacity: 0;
    margin: 3rem 0 0 0;
    pointer-events: none;
    transition: all .5s;
}
.profile-card:hover .caption {
    opacity: 1;
    pointer-events: all;
}
.caption h3 {
    font-size: 21px;
    color: #d2ae6d;
    font-weight: 600;
    font-family: 'Tenor Sans', sans-serif;
}
.caption p {
    font-size: 15px;
    font-weight: 500;
    margin: 2px 0 12px 0;
    color: #9b5235;
    font-family: 'Noto Sans', sans-serif;
}
.caption .social-links i {
    font-size: 21px;
    margin: 0 3px;
    cursor: pointer;
    color: #373435;
    transition: all .4s;
}
.caption .social-links i:hover {
    color: #d2ae6d;
}
.frik {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}
p.frik1 {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 1.5rem;
    width: 80%;
    margin: 0 auto;
    font-weight: 600;
    color: #373435;
}
@media only screen and (min-width:1025px) {
    p.frik1 {
        font-family: 'Tenor Sans', sans-serif;
        font-size: 2rem;
        width: 80%;
        margin: 0 auto;
        font-weight: 600;
        color: #373435;
    }
}

/******** Team End*********/


/*******************************/


/******** Registration*********/


/*******************************/

.legal {
    background: #373435;
    width: 100%;
    padding: 1rem 0;
    margin: 3rem 0;
    display: block;
}
h2.leg {
    text-align: center;
    padding: 2rem 0 2rem 0;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    font-size: 4rem;
}
h3.reg {
    text-align: center;
    padding: 1rem;
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    font-size: 2.5rem;
}
p.reg {
    text-align: left;
    font-family: 'Tenor Sans', sans-serif;
    color: #fff;
    font-weight: 500;
    padding: .5rem 3rem;
    ;
    font-size: 1.5rem;
}

/******** Registration End*********/


/*******************************/


/******** Contact *********/


/*******************************/


/*******************************/

.contact .container {
    width: 95%;
    background: #fff;
    border-radius: 6px;
    padding: 20px 60px 30px 40px;
}
.contact .container .contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact .container .contents .left-side {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    position: relative;
}
.contents .left-side::before {
    content: '';
    position: absolute;
    height: 70%;
    width: 2px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}
.contents .left-side .details {
    margin: 14px;
    text-align: center;
}
.contents .left-side .details i {
    font-size: 30px;
    color: #9b5235;
    margin-bottom: 10px;
}
.contents .left-side .details .topic {
    font-size: 18px;
    font-weight: bolder;
    font-family: 'Noto Sans', sans-serif;
    color: #d2ae6d;
}
.contents .left-side .details .text-one,
.contents .left-side .details .text-two {
    font-size: 14px;
    color: #373435;
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 600;
}
.contact .container .contents .right-side {
    width: 75%;
    margin-left: 75px;
}
.contents .right-side .topic-text {
    font-size: 3.5rem;
    font-weight: 600;
    color: #9b5235;
    font-family: 'Tenor Sans', sans-serif;
    padding: 6rem 0 3rem 0;
}
.conform {
    background: transparent;
    width: 85%;
    margin: 3rem auto;
    position: relative;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #000;
}
@media only screen and (min-width:768px) {
    .conform {
        width: 80%;
    }
}
#form-box {
    padding: 20px;
    padding-bottom: 0px;
}
.inp,
#msg-box {
    display: block;
    width: 95%;
    padding: 20px;
    border: 2px solid #9b5235;
    font-size: 13px;
    color: #313131!important;
    margin-bottom: 15px;
    border-radius: 10px;
}
.inp:focus,
#msg-box:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #9b5235 !important;
}
::-webkit-input-placeholder {
    color: #313131 !important;
}
#msg-box {
    resize: none;
    height: 170px;
}
.sub-btn {
    width: 100%;
    padding: 10px;
    cursor: pointer;
    margin-left: 0;
    border: none;
    border-radius: 5px;
    background: #9b5235;
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    font-family: 'Josefin Sans', sans-serif;
}
.cont {
    margin: 3rem auto;
    text-align: center;
}
@media (max-width: 950px) {
    .contact .container {
        width: 90%;
        padding: 30px 40px 40px 35px;
    }
    .contact .container .contents .right-side {
        width: 75%;
        margin-left: 55px;
    }
}
@media (max-width: 820px) {
    .contact .container {
        margin: 40px 0;
        height: 100%;
    }
    .contact .container .contents {
        flex-direction: column-reverse;
    }
    .contact .container .contents .left-side {
        width: 100%;
        flex-direction: row;
        margin-top: 40px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .contact .container .contents .left-side::before {
        display: none;
    }
    .contact .container .contents .right-side {
        width: 100%;
        margin-left: 0;
    }
}

/********contact end *********/


/*******************************/


/*******************************/


/********* Footer CSS **********/


/*******************************/

.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 180px;
    background: #fff;
    font-family: 'Didact Gothic', sans-serif;
    bottom: 0;
}
.footer .footer-about,
.footer .footer-link,
.footer .footer-contact {
    position: relative;
    margin-bottom: 45px;
    color: #373435;
}
.footer .footer-about h2,
.footer .footer-link h2,
.footer .footer-contact h2 {
    position: relative;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 600;
    color: #d2ae6d;
}
.footer-about p {
    font-size: 1.3rem;
}
.footer .footer-link a {
    display: block;
    margin: 0 0 10px 5px;
    color: #373435;
    transition: .3s;
    font-size: 1.2rem;
    text-align: left;
}
.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.footer .footer-link a:hover {
    color: #373435;
    letter-spacing: 1px;
}
.footer .footer-contact p {
    text-align: left;
}
.footer .footer-contact p i {
    width: 25px;
    text-align: left;
    color: #d2ae6d;
}
.footer .footer-social {
    position: relative;
    margin-top: 20px;
}
.footer .footer-social a {
    display: inline-block;
}
.footer .footer-social a i {
    margin-right: 15px;
    font-size: 18px;
    color: #d2ae6d;
}
.footer .footer-social a:last-child i {
    margin: 0;
}
.footer .footer-social a:hover i {
    color: #373435;
}
.footer .footer-menu .f-menu {
    position: relative;
    padding: 15px 0;
    font-size: 0;
    text-align: center;
}
.footer .footer-menu .f-menu a {
    color: #373435;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.footer .footer-menu .f-menu a:hover {
    color: #373435;
}
.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.footer .copyright {
    padding: 30px 15px;
}
.footer .copyright p {
    margin: 0;
    color: #999999;
}
.footer .copyright .col-md-6:last-child p {
    text-align: right;
}
.footer .copyright p a {
    color: #373435;
    font-weight: 500;
    letter-spacing: 1px;
}
.footer .copyright p a:hover {
    color: #aaa;
}
@media (max-width: 768px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}
p.priv {
    width: 85%;
    text-align: left;
    margin: 0 auto;
    padding: 5rem 4rem;
    font-family: 'Noto Sans', sans-serif;
    color: #222;
    font-weight: bolder;
    font-size: 3rem;
}
p.points {
    width: 85%;
    text-align: left;
    margin: 0 auto;
    padding: 5rem 4rem;
    font-family: 'Noto Sans', sans-serif;
    color: #222;
    font-weight: bolder;
    font-size: 1.8rem;
}
.ogf {
    display: none;
}
