* {
    margin: 0;
    padding: 0;
}
body {
    color: #613203;
    font-family: 'Bellefair', serif;
    overflow-y: scroll;
    overflow-x: hidden;
    font-weight: 200px;
     
}
p {
    color:#613203;
    font-size: 30px;
    font-weight: 200px;
    
}

/* ============= Generic CSS ============== */

.section-title {
    padding-top: 90px;
    padding-bottom: 50px;
        
}
.section-title h2 {
    position: relative;
    text-align: center;
    color: #613203;
    font-size: 50px;
    font-weight: 200;
    
}
.section-title h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 60px;
    height: 1px;
    background-color: #613203;
    margin-left: 0px;
}

.section-title p {
    color: #613203;
    font-size: 30px;
    line-height: 28px;
    font-weight: 200;
    text-align: center;
    margin-left: 0px;
}

/* =========== Navigation ============ */

.navbar-fixed-top {position: absolute!important;}

nav {    position: fixed;
    width: 100%;
 }   

nav ul {
    list-syle: none;
    background: none;
    overflow: hidden;
    color: antiquewhite;
    padding: 0;
    text-align: left;
    margin: 0;
    transition: 1s;
    
}

nav.black ul {
    background: #000;  
}

nav ul li {
    display: inline-table;
    padding: 10px;
    align-content: left;
}

nav ul li a {
    text-decoration: none;
    color: antiquewhite;
    font-size: 25px;
    align-content: left;
    
}

.menu-icon {
    width: 70%;
    background: #000;
    text-align: left;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #fff;
    display: none;
}

@media (max-width: 580px) {
    .logo {
        position: fixed;
        top: 0;
        margin-top: 16px;
        
    }
    
    nav ul {
        max-height: 0px;
        background: #000;
        }
    nav.black ul {
        background: #000;
        
    }
    .showing {
        max-height: 20em;
    }
    nav ul li {
        box-sizing: border-box;
        width: 70%;
        padding: 15px 0;
        text-align: left;
    }
    .menu-icon {
        display:inline-block;
    }
}





.navbar-default {
    background-color: rgba(250,235,215,0.5);
    height: 65px;
    z-index: 110;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}
.navbar-default .navbar-nav > li > a {
    color: #613203;
    font-family: 'Bellefair', serif;
    font-size: 1.6em;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    
}
.navbar-default .navbar-nav > li > a:hover {
    color: skyblue;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #613203;
}
.navbar-brand {
    padding: 20px 30px;
}
.navbar-brand img  {
     transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

/*background color of navbar section*/
.navbar-default .navbar-nav > .active>a, 
.navbar-default .navbar-nav > .active>a:hover,
.navbar-default .navbar-nav > .active>a:focus {
    background-color: antiquewhite;
    color: #613203;
} 



/* =========== Header ============ */

.header {
    background-image: url("../images/Bodleian.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
   
    
.container {
     margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
        
    }
    
}

.logo text-center {
    width: 100%;
    height: auto;
    
}


.header-iphone img {
    width: 100%
}


.header-overlay {
    background-color: rgba(250, 235, 215, .85);

}

.logo {
    padding-bottom: 120px;
    padding-top: 100px;
}

.header-text h1 {
    color: #613203;
    font-size: 50px;
    font-weight: 300;
    line-height: 80px;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
   
}
.header-text p {
    color: #613203;
    font-size: 30px;
    line-height: 28px;
    font-weight: 200;
    padding-left: 20px;
}
.header-btns {
    margin-top: 50px;
    margin-bottom: 50px;
}


/*===========Features=====================*/


.section-features {
    
    padding: 3rem, 0;
    background: url('../images/naturalpaper.jpg') center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}


.btn-download,
.btn-download:focus,
.btn-download:active,
.btn-download:visited
{
    
    background: transparent;
    border-color: antiquewhite;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 30px;
    
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
     -o-transition: all 1s;
}
.btn-download:hover {
    background-color: antiquewhite;
    color: skyblue;    
}
.btn-tour,
.btn-tour:focus,
.btn-tour:active,
.btn-tour:visited {
    color: antiquewhite;
    margin-left: 20px;
    
    font-size: 30px;
    font-weight: 200;
    background: transparent;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
     -o-transition: all 1s;
    
}
.btn-tour:hover {
    color: skyblue;
}
.btn-tour i {
    font-size: 30px;
    padding-left: 5px;
    color: antiquewhite;
}


/* ========= About Us ============= */

.choose-us-wrapper {
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    
}

.about-iphone img {
 margin-top: 25px;    
}

.choose-us-title {
    padding-bottom: 20px;
    padding-left: 10px;
    
}

.choose-us-title h2 {
   
    font-size: 50px;
    line-height: 47px;
    position: relative;
}

.choose-us-title h2:after {
    content: "";
    position: left;
    bottom: -12px;
    left: 0;
    width: 70px; 
    height: 1px;
    background-color: #613203;
}

.choose-us-title p {
    margin-top: 40px;
    font-size: 30px;
    line-height: 24px;
}

.choose-us-item {
    position: relative;
    padding-bottom: 4px;
    padding-left: 5px;
}
.choose-us-item div {
    position: absolute;
    top: 0;
    left: 0;
}
.choose-us-item div i {
    font-size: 30px;
    color: #613203;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
}
.choose-us-item h3 {
 color: #613203;
    font-size: 30px;
    font-weight: 200;
}

.choose-us-item p {
    color: #613203;
    font-size: 30px;
} 
/* ========= Testimonials ============= */

.testimonial {
    background-image: url("../images/sky.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50% 50%;
}
.testimonial-overlay {
    background-color: rgba(159, 188, 234, .75);
    padding-top: 80px;
    padding-bottom: 80px;
}
.carousel-indicators {
    bottom: -10px;
}
.carousel-inner .item img {
    border: 2px solid #613203;
    border-radius: 50%;
    padding: 3px;
}


.testimonial-caption {
    padding-bottom: 70px;
}
.testimonial-caption h2 {
    color: #613203;
   
    font-weight: 200;
    font-size: 30px;
    margin-top: 25px;
    
}
.testimonial-caption h4 {
    color: #613203;
}

.testimonial-caption h4 span {
    
    color: #613203;
    font-style: italic;
    font-weight: 200;
    
}

.testimonial-caption p {
    color: #613203;
    font-size: 25px;
    line-height: 30px;
    padding-top: 50px;
}
/* ========= Features ============= */

.features-inner-wrapper {
    
    padding-top: 30px;
    padding-bottom: 70px;
}
.left-feature-item {
    position: relative;
    padding-right: 90px;
    margin-bottom: 65px;
    text-align: left;
    margin-top: 35px;
}
.left-feature-item-icon {
    position: absolute;
    right: 0;
    top: -8px;
    font-size: 15px;
    color: antiquewhite;
    width: 90px;
    height: 90px;
    text-align: left;
    
}
.left-feature-item h3 {
    
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 21px;
    color: antiquewhite;
}
.left-feature-item p {
    color: antiquewhite;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}
.feature-iphone img {
    width: 100%;
}
.right-feature-item {
    position: relative;
    padding-left: 90px;
    margin-bottom: 65px;
    margin-top: 35px;
    text-align: left;
}
.right-feature-item-icon {
    position: absolute;
    left: 0;
    top: -8px;
    font-size: 15px;
    color: antiquewhite;
    width: 90px;
    height: 90px;
    text-align: left;
    
}
.right-feature-item h3 {
    
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 21px;
    color: antiquewhite;
    
    
}
.right-feature-item p {
 
    color: antiquewhite;
    font-size: 30px;
    font-weight: 300;
    line-height: 25px;
}

/* ========= Purchase Now ============= */

.purchase-now {
    background-image: url("../images/sky.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    }

.purchase-now-overlay {
    background-color: rgba(250, 235, 215, .75);
    padding-top: 50px;
    padding-bottom: 50px;
}


.purchase-now p {
    color: #613203;
    font-size: 30px;
    font-weight: 200;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
}


/* ========= Counter ============= */

.counter {
    background-image: url("../images/sky.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50% 50%;
}
.counter-overlay {
    padding-top: 20px;
    padding-bottom: 20px;
    
}
.counter-item i {
    color: #613203;
    font-size: 35px;
}
.counter-item h2 {
    font-family: "Bellefair", sans-serif;
    color: black;
    font-weight: 50px;
        font-size: 30px;
    margin-top: 15px;
    margin-bottom: 1px;
}
.counter-item p {
    color: black;
    font-size: 30px;
    margin-top: 0px;
    font-weight: 200;
    
    font-family: "Bellefair", sans-serif;
}


/* ========= Download Now ============= */

.download-now img {
    width: 100%;
}
.available-on {
    
    background-color: #613203;
    margin-top: -8px;
    position: relative;
}
.available-title {
    padding-top: 75px;
}
.available-title h2 {
    
    color: #fff;
    font-size: 30px;
}
.available-title p {
    color: #B5B5B5;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.available-on-item {
    text-align: center;
    border-left: 1px solid #0F1217;
    min-height: 230px;
    padding-bottom: 15px;
    position: relative;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    
}
.available-on-item:hover {
    background-color: #121212;
}
.available-on-item i {
    color: #129CF3;
    text-align: center;
    opacity: 1;
    font-size: 40px;
    padding-top: 90px;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.available-on-item:hover i {
    opacity: 0;
}
.available-on-inner {
    position: absolute;
    bottom: 93px;
    width: 100%;
    opacity: 0;
     transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}
.available-on-inner h2 {
    text-align: center;
    font-weight:  300;
    color: #D7DADB;
    font-size: 16px;
}

.available-on-item:hover div.available-on-inner {
    opacity: 1;
}
/* ========= Contact Us ============= */

.contact-us-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 21px;
    color: antiquewhite;
    background-color: solid;
    border: 1px solid antiquewhite;
    border-radius: 3px;
    margin-bottom: 15px;
    opacity: .8;
    outline: 0px !important;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    
}
#message {
    height: 117px;
    resize: none;
}
.submit-btn,
.submit-btn:active,
.submit-btn:focus,
.submit-btn:visited {
    
    background-color: transparent;
    border: 1px solid #129CF3;
    border-radius: 1px;
    width: 100%;
    height: 20px;
    
    font-size: 18px;
    color: #129CF3;
    outline: 1px !important;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}
.submit-btn:hover {
    background: #129CF3;
    color: #fff;
    border-color: #129CF3;
}
.social-icons {
    padding-top: 50px;
    padding-bottom: 70px;
    
}
.social-icons ul {
    margin:0;
    padding: 0;
    text-align: center;
    
}
.social-icons ul li { 
    list-style: none;
    display: inline;
    padding-left: 10px;
}

.social-icons ul li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: 1px solid #613203;
    border-radius: 6px;
    width: 45px;
    height: 45px;
    line-height: 49px;
    color: #613203;
     transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    
}
.social-icons ul li a:hover {
    
    background-color: #129CF3;
    border: 1px solid #129CF3;
    color: antiquewhite;
} 
.social-icons ul li a i {
    font-size: 20px;
}

/* ========= row wow ============= */



.row-wow-fadeInLeftBig {
    background-color: antiquewhite
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: left;
}

/* ========= Footer ============= */

.footer {
    background-color: antiquewhite;
    padding-bottom: 25px;
    padding-top: 25px;
    border-bottom: 3px solid #129CF3;
}
#copyright {
    width: 80%;
}
#copyright p {
    color: #613203;
    font-weight: 300;
    font-size: 20px;
    
}
#copyright p a {
    text-decoration: none;
    color: #fff;
}
.scroll-top {
    text-align: right;
}
.scroll-top a {
    
    padding: 30px;
}
.scroll-top a i {
    color: #613203;
    font-size: 20px;
}




.carouselContainer {
  width: 60%;
  height: 60%;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
}
.carouselImgs {
  width: 100%;
  height: 100%;
  animation: fade 1.5s;
  display: none;
  padding: 20px;
  text-align: center;
  align-items: center;
  justify-items: center;
  justify-content: center;
}
.prev, .next {
  position: absolute;
  top: 49%;
  cursor: pointer
}
.prev { left: 10px; }
.next { right: 10px; }
.slide1 { background-color: #d8e2dc; }
.slide2 { background-color: #577399; }
.slide3 { background-color: #bdd5ea; }
.slide4 { background-color: #f7f7ff; }
//animation css for carousel children
@keyframes fade {
  from { opacity: 0.4; }
  to { opacity: 1; }
}














