body {
    
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden
}

html {
    overflow-x: hidden
}

* {
    list-style: none
}



/** Start Navbar **/

.navbar-brand {
    min-height: 130px
}

.navbar-default {
    background-color: #f3fbff;
    border: none;
    margin-bottom: 0
}

.nav {
    margin-top: 37px
}


.navbar-default .navbar-nav > li > a,
.cart span {
    color: #293840;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
    transition: all .3s linear;

}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #00b6b0;
    background-color: transparent;
    transition: all .3s linear;
}


.cart {
    margin-left: 40px
}

.cart a {
    padding: 0 !important
}

.cart img {
    width: 45px;
}

.cart span {
    padding: 15px 5px;
    font-weight: normal
}

.cart .cart-no {
    color: #00b6b0
}

/** End Navbar **/


/** Start Slider **/


.owl-carousel .item {
    max-height: 565px;
    position: relative;
    top: 0;
    left: 0
}

.owl-carousel .slide-video {
    height: auto;
    width: 100%;
    position: absolute;

}

.owl-carousel .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}

.owl-nav {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 50%);
    color: #FFF
}
.owl-prev {
    float: left
}

.owl-next {
    float: right
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.owl-dots {
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 100%;
    margin-bottom: 3rem;
}

.owl-theme .owl-dots .owl-dot {

    outline: none;
}
.owl-theme .owl-dots .owl-dot span {
    background: #A6E1FF;

}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: transparent;
    border: 3px solid #A6E1FF;
    width: 13px;
    height: 13px
}

.owl-carousel h3 {
    font-size: 9rem;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    margin-top: -29px;
    letter-spacing: 14px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-shadow: 4px 0 #FFF;

}

.owl-carousel .caption .btn {
    color: #FFF;
    text-transform: uppercase;
    margin-top: 6rem;
    border: 2px solid #A6E1FF;
    border-radius: 0;
    padding: 10px 35px;
    font-size: 16px;
    transition: all .3s linear

}

.owl-carousel .caption .btn:hover {
    color: #293840;
    background: #FFF;
    transition: all .3s linear
}

/** End Slider **/

.side-links {
    display: inline-grid;
    position: fixed;
    top: 27rem;
    left: 0;
    z-index: 9999;
    margin-left: 60px;
    padding: 0;
}

.side-links img {
    margin-bottom: 10px
}
/** Start Shop Section **/
.h-shop {
    padding: 9rem;
    text-align: center;
    background: #C4EAFB
}


.h-shop h1 {
    text-transform: uppercase;
    color: #293840;
    font-weight: bold;
    font-size: 7rem;
    font-family: 'Poppins', sans-serif;
}

.h-shop p {
    color: #777;
    font-size: 18px;
    letter-spacing: 5px
}
/** End Shop Section **/

/** Start About us Section **/
.about-us {
    min-height: 700px;
    background-image: url('../images/slide-1.png');
    background-attachment: fixed
}

.about-us .text {
    background: #2d383f;
    color: #FFF;
    padding: 20px 8rem;
    margin-top: 10%;
    margin-bottom: 15rem;
    line-height: 2;
}

.about-us .text h3 {
    font-size: 57px;
    position: relative;
    left: -37%;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 11px;
    color: #d8eefe
}

.about-us .btn {
    color: #2d383f;
    background: #d8eefe;
    border-radius: 0;
    padding: 8px 30px;
    text-transform: uppercase;
    position: relative;
    left: 70%;
    top: 35px;
    
}
/** End About us Section **/



/** Start Contact us **/

.contact-us {
    background: #C4EAFB
}

.contact-us h1 {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    letter-spacing: 4px;
    color: #293840

}

.contact {
    padding: 4rem 30rem;
 
}

.contact-us h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    margin-bottom: 4rem;
    color: #1A2DF3

}

.contact input,
.contact textarea {
    width: 45%;
    margin-right: 3%;
    padding: 14px 20px;
    background: #A9CEFB;
    border: none;
    border-radius: 7px;
    margin-bottom: 2rem;
    outline: none
}



.contact textarea ,
.contact input:nth-of-type(5) {
    width: 93.5%;
    
}

.contact input::placeholder,
.contact textarea::placeholder {
    color: #1A2DF3;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;

}


.contact input:nth-of-type(5) {
    background: #95BDFA
}

.contact textarea {
    background:  #7AA1F8;
    height: 100px
}

.contact .btn {
    width: auto;
    background: #1A2DF3;
    color: #FFF;
    padding: 15px 44px;
    border-radius: 40px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    transition: all .3s linear

}


.contact .btn:hover {
    background: #293840;
    transition: all .3s linear

}


.contact-us .social {
    padding: 2rem 0 8rem
}
.contact-us .social a {
    color: #000;
    font-size: 30px;
    margin-right: 2rem;
}





/** Start Footer **/

footer {
    background-color: #293840;
    color: #FFF;
    padding: 7rem;
    font-family: 'Poppins', sans-serif;


}


footer ul {
    list-style: none !important
}

footer li {
    margin-bottom: 10px
}

footer a {
    color: #FFF;
    transition: all .3s linear;
    text-decoration: underline;


}

footer a:hover,
footer a:focus {
    color: #6dbbad;
    transition: all .3s linear
}

footer .b-t-t {
    padding-left: 40px;
    margin-top: 25px
}

footer .b-t-t a {
    text-decoration: none
}

footer .b-t-t i {
    font-size: 25px;
    margin-right: 5px;
    color: #6dbbad
}

footer .b-t-t span {
    position: relative;
    top: -4px
}

footer h3 {

    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
}

footer input {
    background: #a6e1ff;
    padding: 7px 10px;
    width: 50%;
    height: 45px;
    margin-top: 30px;
    border: 2px solid #d3f0ff;
    color: #000
}

footer input::placeholder {
    color: #293840
}

footer .btn {
    height: 46px;
    border-radius: 0;
    background: none;
    border: 2px solid #FFF;
    padding: 0 20px;
    position: relative;
    right: 0;
    margin-left: 15px;
    transition: all .3s linear

}

footer .btn:hover {
    background: #FFF;
    transition: all .3s linear
}

footer .social-links {
    margin-top: 15px;
}

footer .social-links img{
    margin-right: 6px;
    opacity: .9;
    transition: all .3s linear;

}

footer .social-links img:hover {
    opacity: 1;
    transition: all .3s linear;
}

/** End Footer **/


/** Start Chat With us **/

.chat-bar {
    width: 230px;
    background: #293840;
    padding: 11px 20px;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 10px;
    border: 1px solid #2c3e47;
    z-index: 999
}

.chat-bar span {
    padding-right: 65px
}


.owl-carousel .caption .l-btn {
    color: #293840;
    background: #D3EFFF ;
    margin-top: 36rem;
    border: none ;
}

/** End Chat With us **/



/** Start Loading */

.loading-overlay {
    background: #FFF;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}


.lds-ellipsis {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%,-50%)
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #6dbbad;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}


/** End Loading **/


