html {
    scroll-behavior: smooth;
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
}


body {
  font-family: 'cairo';
    background-color: white;
    font-size: 17px;
    height: auto;

}

#navbar {
    z-index: 4;
    padding-right: 40px;
    background-color: rgb(209, 204, 146);
}

header {
  font-family: 'cairo';
    font-size: 20px;

}


@keyframes pic {
    0% {
        left: 200px;
        top: 30px;
    }

    100% {
        left: 50px;
        top: 0px;
    }
}

@-webkit-keyframes pic {
    0% {
        left: 200px;
        top: 30px;
    }

    100% {
        left: 50px;
        top: 0px;
    }
}

@keyframes frm {
    0% {
        right: 500px;
        top: 30px;
    }

    100% {
        right: 100px;
        top: 0px;
    }
}

@-webkit-keyframes frm {
    0% {
        right: 500px;
        top: 30px;
    }

    100% {
        right: 100px;
        top: 0px;
    }
}

#co {
    margin-top: -40px;
    margin-right: 200px;
    width: 150px;
}

#jo {
    margin-top: 0px;
    width: 160px;
}

#fn {
    margin-top: 0px;
    width: 50%;

}

#ln {

    margin-right: 53%;
    margin-top: -65px;
    width: 50%;

}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 13px;
}

* {
    box-sizing: border-box;
}

.round,
.round:hover {
    margin: 8px;
    border-radius: 50%;
    background-color: rgb(209, 204, 146);
    color: white;
    padding: 0px 8px 8px 8px;
    float: left;
    font-weight: bold;
    font-size: 23px;
    color: white;
}

.flex-container {

    display: flex;
    flex-flow: row wrap;
}

.flex-container > div {

    margin: 0px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
}


a {
    text-decoration: none !important;
    color: #ab683d  !important;
}

.btn-success, .btn-danger {
    color: white !important;
}

a:hover {
    text-decoration: none !important;
    color: #ab683d !important;
}

#b {
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
    background-color: #ab683d;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

.image {

    filter: blur(0px);
    -webkit-filter: blur(0px);
    width: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0% 0% 1% 4%;
    width: 100%;
    height: auto;
}

.overlayer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: blue;
    opacity: 0.5;
}

.bg-text {
    background-color: rgba(255, 255, 255, .8);
    margin: 10% 0% 6% 6%;
    padding-right: 2%;
    padding-left: 5%;
    padding-bottom: 2%;
    color: black;
    z-index: 99;
    text-align: right;
    width: auto;
    height: auto;
}

h2 {
    color: #ab683d ;
}

.slideshow-container {
    background: #f1f1f1;
    width: 70%;
    height: auto;
    margin: 0% 15% 0% 10%;
}

/* Slides */
.mySlides {
    padding: 16px;
    padding-bottom: 0px;
    text-align: right;
    height: auto;
}

.footer {
    background-color: rgb(209, 204, 146);
    color: white;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    width: auto;
    padding: 2%;
    color: #880;
    font-weight: bold;
    font-size: 15px;
    border-radius: 0 3px 3px 0;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
}

.dot-container {
    text-align: center;
    margin-right: 15%;
    padding: 1%;
    background: #ddd;
    width: 70%;
    height: auto;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;

}

/* Add a background color to the active dot/circle */
.active,
.dot:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

/* Add an italic font style to all quotes */
q {
    font-style: bold;
    font-size: 25px;

}

.icon {

    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 8%;
    border: 1px solid white;
    display: inline-block;
    border-radius: 5px;
}

.col_fourth {
    color: white;
    padding: 10%;
    width: 100%;

}

.col_fourth:hover {
    color: #ab683d ;
    background-color: white;
    box-shadow: 0px 2px 9px 2px rgba(0, 0, 0, 0.1);
    border-radius: 2%;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.cr {
    margin-top: 60px;

}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    background-color: rgb(209, 204, 146);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999999999;
}

.spinner {
    width: 40px;
    height: 40px;
    top: 45%;
    position: relative;
    margin: 0px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    background-color: rgb(209, 204, 146);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.double-bounce3,
.double-bounce4 {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    background-color: rgb(209, 204, 146);
    opacity: 0.6;
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce4 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}



.circle {
  font-size: 30px;
  color:white;
  line-height: 100px;
  text-align: center;
  background: rgb(209, 204, 146);
  

   -webkit-box-shadow:inset 0px 0px 0px 10px #000;
    -moz-box-shadow:inset 0px 0px 0px 10px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
}

.p-title{
   padding-top:5%;
    color:white;
    font-size:15px; 
font-weight: bold;
}
