*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
 font-family: Urbanist-Regular;
 overflow-x: hidden;
}

@font-face {font-family: "Urbanist-Black";
    src: url("../fonts/Urbanist-Black.ttf") format("truetype");
}
@font-face {font-family: "Urbanist-Medium";
    src: url("../fonts/Urbanist-Medium.ttf") format("truetype");
}

@font-face {font-family: "Urbanist-Bold";
    src: url("../fonts/Urbanist-Bold.ttf") format("truetype");
}
@font-face {font-family: "Urbanist-ExtraBold";
    src: url("../fonts/Urbanist-ExtraBold.ttf") format("truetype");
}
@font-face {font-family: "Urbanist-ExtraLight";
    src: url("../fonts/Urbanist-ExtraLight.ttf") format("truetype");
}
@font-face {font-family: "Urbanist-Regular";
    src: url("../fonts/Urbanist-Regular.ttf") format("truetype");
}
@font-face {font-family: "Urbanist-SemiBold";
    src: url("../fonts/Urbanist-SemiBold.ttf") format("truetype");
}
@font-face {font-family: "Urbanist-Thin";
    src: url("../fonts/Urbanist-Thin.ttf") format("truetype");
}

a, a:hover{
    text-decoration:none;
}

li{
    list-style:none;
}
p{
    color:#888;
    line-height:28px;
    font-family: "Urbanist-Medium";
}

button:focus{
    outline:0;
}

.mb20{
    margin-bottom: 20px;
}

.mt50{
    margin-top: 50px;
}

.mt35{
    margin-top: 35px;
}

.all-slider .owl-carousel .owl-nav{
    text-align:center;
}

.all-slider .owl-carousel .owl-nav button.owl-next, .all-slider .owl-carousel .owl-nav button.owl-prev, .all-slider .owl-carousel button.owl-dot{
    margin:0 10px;
}

.mfp-wrap{
    z-index:100000 !important;
}

h1{
    font-size: 50px;
}

section{
    transition: all .1s ease; 
}


.section-title{
    text-align:center;
    margin-bottom: 20px;
}

.content .section-title{
    margin-bottom: 70px;
}

.title-inner{
    margin-bottom: 20px !important;
}


.content .section-title h1{
    margin-bottom: 10px;
}

.section-title h1 {
    font-size: 50px;
    color: #000;
    margin-bottom: 20px;
    margin-bottom: 0;
}

.section-title h5 {
    font-family: "Urbanist-Medium";
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
    font-weight:700;
}

section{
    padding:80px 0;
}

/* Loader */

/* Loader Css */

.blackvelly-loader {
    height: 100vh;
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 1000;
    overflow:hidden;
    top:0;
}
.blackvelly-loader span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100px;
    width: 100px;
}
.blackvelly-loader span img{
    height: 200px;
    width: 200px;
    position: absolute;
    left: 0;
    margin: -50px auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: -50px;
}

/* Loader End */

.btn-gradient{
    background-image: radial-gradient(#fff -45%, #e3aa4a 65%);
    padding: 12px 35px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-top: 20px;
}

.btn-gradient:hover{
    color:#000 !important;
}

.btn{
    border: 1px solid #888;
    border-radius: 5px;
    transition: .4s all ease-in-out;
    position: relative;
    padding: 17px 70px 8px 27px;
}

.btn-default{
    background-color: #fff;
    border: 1px solid #838383;
    padding: 12px 40px;
    border-radius: 50px;
    text-decoration: inherit;
    color: #000;
}

.btn span{
    font-size: 16px;
    font-weight: 700;
    vertical-align: top;
    line-height: 16px;
    color: #010101;
    /*padding: 15px 45px;*/
}

.btn img{
    padding-right: 10px;
    vertical-align: top;
}

.btn:hover{
    color:#fff;
    border: 1px solid #000;
    background-color:#000;
}

.btn:hover span{
    color:#fff;
}

.btn-text{
    position: relative;
}

.btn-text:hover{
    color:#e3aa4a;
}

.btn span:after{
    content: "";
    display: block;
    position: absolute;
    right: 26px;
    top: 23px;
    width: 30px;
    height: 2px;
    background-color: #888;
}

.btn-color{
    color:#fff !important;
}

.btn-text{
    font-weight: 600;
    color: #000;
    transition:500ms;
}

.page-title{
    background-image: url(../images/page-title.png);
    padding: 80px 0;
    background-position: 100% 70%;
    position: relative;
    background-blend-mode: overlay;
    background-color: rgb(0 0 0 / 50%);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title h1{
    color:#fff;
    font-size: 50px;
    font-weight:bold;
    text-align: center;
    text-transform:uppercase;
}

.nav-breadcrum{
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: -20px;
    position:inherit;
}
.breadcrumb{
    background-color: inherit;
    margin-bottom: 0;
}
.breadcrumb-item a{ 
    color:#fff;
    font-size: 14px;
        vertical-align: top;
}
.breadcrumb-item.active{
    color:#e3aa4a;
    font-size: 14px;
}
.breadcrumb-item+.breadcrumb-item::before{
    color:#e3aa4a;
}
.content{
    margin-top: 0px;
    margin-bottom: 50px;
}

.owl-carousel .owl-stage-outer{
    overflow:initial;
}

.owl-item{
    opacity:0;
}

.owl-item.active{
    opacity:1;
}

.all-slider .owl-carousel .owl-nav{
    margin-top: 50px;
}

.whatsapp {
  position: fixed;
  right: 25px;
  bottom: 90px;
  font-size: 38px;
  color: green;
  padding: 5px 7px;
  border-radius: 10px;
  background-color: #fff;
  display: inline-grid;
  transition: 500ms;
  border: 1.5px solid green;
  z-index:1;
}
.whatsapp:hover {
    color: #fff;
    background-color:green;
}


/*Form control start*/


.form-control {
    height: 50px;
    color: #000;
    border: 0 none;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    padding: 20px 40px;
    width: 100%;
    border: 2px solid #bfbcbe;
}

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-bottom: 32px;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #333;
  outline: 0;
  font-size: 16px;
  color: #212121;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  border-radius:0;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 16px;
  cursor: text;
  top: 20px;
}

.form__field:focus ~ .form__label {
  color: #009788;
}

.form__field:focus {
  padding-bottom: 6px;
  border-bottom: 2px solid #009788;
}
.form-control:focus{
    box-shadow:none;
}
.theme-btn{
    background: transparent;
    border-radius: 50px;
    padding: 10px 40px;
    border: 2px solid #f58220;
    font-weight: 600;
    transition: 500ms;
    color:#fff;
}
.theme-btn:hover{
    background: #fff;
    color:#f58220;
}
/*Form control end*/

nav{
    height:45px;
    display:flex;
    justify-content:space between;
    padding: 1rem 2rem;
    z-index:100;
    position:fixed;
    width:100%;
}

.navbar-toggler{
    position:absolute;
    top:0;
    right:0;
    transform: translate(-50%, 25%);
}

.navbar-light .navbar-nav .nav-link:focus{
    color:#fff;
}

.mob-menu{
    display:none !important;
}

/* Header */

.main-header {
  margin-top: 50px;
  transition:500ms;
  margin-bottom: 40px;
}

.header-gradient{
    background-image: linear-gradient(to top, rgb(96 96 96 / 0%) 0%, rgb(0 0 0) 80%);
    width: 100%;
    height: 270px;
    position: absolute;
    top: 0;
}

.navbar-fixed-top {
    background-color: #fff;
    transition: 500ms;
    position: fixed;
    top: 0;
    z-index: 100;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 35px 0 20px;
}


.navbar-fixed-top .header-logo img{
    width:75px;
    transition:500ms;
}

.navbar-fixed-top .header-top{
    display:none;
}

.header-top{
    width:80%;
    margin:0 auto;
}

.header-top .col-md-6{
    align-items: end;
}

.header-top .col-md-6 a{
    font-size: 16px;
    color:#000;
}

.navbar-fixed-top .header-content{
    padding:2px 0;
    background-color: #FFF;
}

.navbar-fixed-top .header-gradient{
    display:none !important; 
}

.header-logo{
    text-align:center;
    margin-top: -50px;
}

.navbar-fixed-top .header-logo{
    margin-top: -19px;
}

.navbar-fixed-top .navbar-light .navbar-nav .nav-link, .navbar-fixed-top .navbar-light .navbar-nav .active > .nav-link, 
.navbar-fixed-top .navbar-light .navbar-nav .nav-link.active, .navbar-fixed-top .navbar-light .navbar-nav .nav-link.show, .navbar-fixed-top .navbar-light .navbar-nav .show > .nav-link{
    color:#000;
}

.header-logo img{
    transition:500ms;
}

.follow-us{
    float: right;
    width: 39%;
}

.follow-us h3{
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 34px;
}

.follow-us ul {
    margin-bottom: 0;
}

.follow-us ul li {
    margin: 0 2px;
    display:inline-block;
}

.follow-us ul li a {
    background-color: #7f7f7f;
    transition: 500ms;
    padding: 2px 0px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    font-size: 18px !important;
    text-align: center;
    display: inline-block;
    color:#fff !important;
}

.header-content {
    /*display: flex;
    justify-content: space-between;*/
    padding: 0px 0;
    background-color: #000;
    width:80%;
    margin:0 auto;
}

.header-content .col-md-5{
    display: flex;
    align-items: end;
}

.header-content .navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    transition:500ms;
}

.header-content .navbar.nav-right{
    justify-content: left;
}

.header-content ul{
    width:40%;
}

.header-content .menu-right{
    padding-left: 12px;
}

.header-left {
    display: flex;
    flex: 1;
}
.header-right {
    position: relative;
    align-items: center;
}

.navbar-collapse{
    justify-content:center;
}

ul.navbar-nav.menu-width {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-light .navbar-nav .nav-item
{
    margin: 0 18px;
    position: relative;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 0 12px;
    font-size: 20px;
    transition:500ms;
    font-weight: 400;
    position: relative;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #e3aa4a;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.li-menu-line:before{
    content: "";
    position: absolute;
    right: -22px;
    height: 16px;
    width: 2px;
    background-color: #FFF;
    top: 7px;
}


/* Home Slider*/

.slider-section{
    padding: 0;
}

.main-swiper .main-slider-block{
    background-position:0  100%;
    background-repeat: no-repeat;
    background-size:cover;
    width:100%;
    position: relative;
    z-index:1;
    height:75vh;
    display:flex;
    align-items:start;
    justify-content:center;
}

.slider-img-phone{
    display:none;
}

.main-swiper .main-slider-block h1, .main-swiper .main-slider-block p{
    color:#fff;
}

.all-slider-images{
    position: relative;
}

.all-slider-images .slider-leaf{
    position: absolute;
    top: 41%;
    left: -41px;
    z-index: -1;
}

.all-slider-images .slider-product{
    position: absolute;
    top: 63px;
    left: -117px;
    width: 60% !important;
    right: 0;
    margin: 0 auto;
}


.main-swiper .slider-content .slider-text{
    position: relative;
    text-align: center;
}

.main-swiper .slider-content .slider-text img{
    width: 67%;
    margin: 0 auto;
}

.main-swiper .slider-content .slider-text h4{
 position: absolute;
 right: 123px;
 bottom: 0px;
 font-size: 20px;
 text-transform: uppercase;
}

.main-swiper .slider-content ul li{
    display: inline-block;
    margin: 40px 30px;
}

.main-swiper .owl-nav .owl-prev{
    position: absolute;
    left:30px;
    width:50px;
    height:50px;
    border-radius:50%;
    transition: all .5s;
}

.main-swiper .owl-nav .owl-prev i, .main-swiper .owl-nav .owl-next i{
    color:#fff;
    font-size: 21px;
    line-height:50px;
    transition: all 0.5s;
}

.main-swiper .owl-nav .owl-next{
    position: absolute;
    right:30px;
    width:50px;
    height:50px;
    border-radius:50%;
    transition: all .5s;
}

.main-swiper .owl-nav .owl-prev:focus, .main-swiper .owl-nav .owl-next:focus{
    outline:0;
}

.main-swiper .owl-dots{
    position: absolute;
    bottom: 0px;
    left: 0;
    /* display: block !important;*/
    right: 0;
}

.owl-theme .owl-dots .owl-dot span{
    width:10px;
    height:10px;
    margin:5px 4px;
}

.main-slider .owl-dots button span{
    background-color: #FFF;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #000;
}

/* Product */

.discover-img-1{
    margin-top: 120px;
    margin-right: 40px;
}

.product-detail{
    position: relative;
}

.product-detail h4{
    font-weight: bold;
    position: absolute;
    bottom: 8px;
    left: 15px;
    color:#000;
}
.product-detail a{
    transition: 500ms;
}

.product-detail span{
    position: absolute;
    right: 18px;
    bottom: 20px;
    color:#000;
    transition: 500ms;
}

.product-detail:hover span{
    font-weight:bold;
    transition: 500ms;
}

/* About */

.about{
    background-image:url(../images/about-bg.png);
    background-repeat:no-repeat;
    background-size:cover;
}

.about .col-md-7{
    padding-left: 65px;
}

.about .section-title h1, .about .section-title h5{
    color:#fff;
    text-align: left;
}

.about-img{
    background-color: #FBF8F5;
    padding: 20px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.about-img img{
    width:35px;
}

.about-text{
    margin-left: 80px;
}

.about-right .img1{
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 75px;
}

.about-right .img2{
    position: absolute;
    right:0;
}

.about-sec2{
    background-image:url(../images/about-sec-2.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position: 100% 100%;
    padding:160px 0;
}

.about-sec2 .col-md-4 .border-about{
    border-right:1px solid #fff;
    height: 100px;
    position: absolute;
    right: 0;
    top: 22%;
}

.sec2-block{
    background-repeat: no-repeat;
    background-size: cover;
    width: 120px;
    height: 114px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto 15px;
    line-height: 118px;
}

/* Icon */

.icon{
    background-image:url(../images/sec-3.png);
    background-repeat:no-repeat;
    background-position: 100% 0%;
    padding: 145px 0px;
}

.icon-main{
    position: relative;
}

.icon-img{
    width: 155px;
    height: 155px;    
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    line-height: 135px;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-main:hover .icon-img{
    transform: rotateY(180deg);
}

.icon-main-line:after{
    content: "";
    position: absolute;
    right: 0px;
    height: 125px;
    width: 2px;
    background-color: #eee;
    top: 34px;
}

.icon-main h5{
    margin-top: 10px;
}

/* People */

.people{
    background-color: #fdede1;
}

.people-sec{
    padding:0;
}

.people .col-md-4{
    z-index:10;
}

.people-content-width {
    width: 90%;
    padding: 60px 0;
}

.people-content{
    background-image:url(../images/people-layout.png);
    background-repeat:round;
    text-align:Center;
    background-size:cover;
    margin-top: 30px;
}

.people-main{
    text-align:center;
}

.people-content img{
   width: 50px !important;
   margin: 0px auto 26px;
}

.people-main{
    padding: 40px;
    height:400px;
    display:flex;
    align-items:center;
}

.people-main .people-text{
    display:grid;
}

.people-about{
    background-color: #FFF !important;
}

.people-about .people-content{
    background-image:url(../images/people-pink-circle.png);
}

.people-about .people-main{
    padding: 98px;
}

.people-slider .owl-dots{
    text-align: center;
    margin-top: 38px;
}

.people-slider .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #dadada;
    margin: 0 6px;
    border-radius: 50%;
}

.people-slider .owl-dots button.owl-dot.active {
    background-color: #000;
}

/* Stay In Touch */

.stay-touch{
    position: relative;
    margin: 130px 0 0;
}

.stay-bg{
    background-image: url(../images/stay.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 22%;
    height: 100%;
    background-position: center;
}

.stay-touch form{
    margin:85px 0;
}

.stay-touch .form-group {
    width: 47%;
    margin: 0 auto;
    position: relative;
}

.stay-touch .form-field {
    color: #000;
    border-bottom: 2px solid #000;
    border-top:0 none;
    border-left:0 none;
    border-right:0 none;
    background-color: inherit;
    padding: 10px;
    border-radius:0;
}


.stay-touch .form-group img {
    position: absolute;
    top: -6px;
    right: -22px;
}

.show-btn{
    color:#000;
}
.show-btn:hover{
    color:#fff;
    background-color: #F58220;
}

/* Products */


.product-bg{
    background-image: url(../images/product-bg.png);
    background-repeat: no-repeat;
    margin-top: 100px;
}

.portfolio-menu {
    text-align: center;
    margin: 30px auto;
    position: relative;
}

.portfolio-menu button.active {
    color: #fff;
    background-color: #000;
}
.portfolio-menu button {
    display: inline-block;
    margin: 0 5px;
    list-style: none;
    padding: 6px 32px;
    cursor: pointer;
    transition: .4s all ease-in-out;
    font-size: 15px;
    font-weight: 700;
    color: #808080;
    border-radius: 10px;
    text-transform: uppercase;
    border: 0 none;
    background-color: #fff;
    position: relative;
    border:1px solid #000;
}

.portfolio-menu button.active:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #000;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.portfolio-menu button:hover{
    background-color: #000;
    color:#fff;
}

.grid{
    margin-top: 150px;
}

.grid-item{
    margin-bottom: 50px;
    display:flex;
}

.grid-item .row{
    margin:40px 0;
}

.product-img{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    text-align: center;
    vertical-align: top;
    position: relative;
    margin:0 auto;
}

.product-img img{
    position: absolute;
    bottom: -24px;
    left: 25px;
    right: 0;
    margin: 0 auto;
}

.product-grid
{
    width: 65%;
    position: relative;
    left: 10px;
}

.product-grid ul{
    margin-bottom: 0;
}

.product-grid.right-grid{
    right:-275px;
    left:inherit;
}

.product-grid li{
    display: inline-block;
    margin: 15px 15px;
    text-align: center;
    width: 15%;
}

.product-grid h6{
    font-weight: bold;
    margin-top: 5px;
}

.charcol{
    background-color: #ef9789;
}

.brightening{
    background-color: #f7e078;
}

.natural-creame{
    background-color: #86A278;
}

.skin-charcol h3{
    color: #ef9789;
    font-weight:bold;
}

.skin-brightening h3{
    color: #f7e078;
    font-weight:bold;
}

.skin-natural h3{
    color: #86A278;
    font-weight:bold;
}

.kertain-conditioner{
    background-color: #322532;
}

.kertain-shampoo{
    background-color: #67273d;
}

.hair-serum{
    background-color: #ffa980;
}

.hair-conditioner h3{
    color: #322532;
    font-weight:bold;
}

.hair-shampoo h3{
    color: #67273d;
    font-weight:bold;
}

.kertain-serum h3{
    color: #ffa980;
    font-weight:bold;
}

.buy-now{
    width: 100%;
    margin: 40px auto;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.buy-now h5{
    font-weight: bold;
    margin-right: 10px;
    display: block;
    width: 100%;
    font-size: 22px;
    margin-bottom: 0;
}

.buy-now ul{
    display:flex;
    margin-top: 18px;
}

.buy-now ul li {
    margin-right: 40px;
    display: block;
}

.buy-now ul li a{
    border: 1px dashed #000;
    border-radius: 20px;
    padding: 8px 15px 10px;
    transition: 500ms;
}

.buy-now ul li:hover a{
   border: 1px dashed rgb(0 0 0 / 47%);
   transition: 500ms;
}

/* Contact */

.contact-form{
 background-image: url(../images/contact-bg.png);
 background-repeat: no-repeat;
 background-size: cover;
 padding:120px 0 200px;
}

#contact-form .form-group{
    position: relative;
}

#contact-form .contact-icon {

    position: absolute;
    float: left;
    margin-left: 10px;
    z-index: 2;
    color: #222222;
    top: 16px;
}

.contact-3-right-info {
    margin-bottom: 40px;
}

.contact-3-right-info h3 {
    color: #444444;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-3-address {
    margin-bottom: 26px;
    overflow: hidden;
}

.contact-3-address:last-child {
    margin-bottom: 0;
}

.contact-3-icon {
    float: left;
    margin-right: 18px;
    width: 38px;
    text-align: center;
}

.contact-3-icon i {
    color: #000;
    font-size: 38px;
    text-align: center;
    transition: .3s;
}

.contact-3-icon i:hover {
    background: #e97728;
    border-color: #e97728;
    color: #fff;
}

.address-text span {
    display: block;
    font-size: 20px;
    padding-left: 56px;
}

.address-text span a{
    color:#000;
}

.location {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

/* Footer */

footer{
    background-color: #2B2A29;
    padding-top: 120px;
    position: relative;
}

footer .col-md-3{
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -66px;
    width: 10%;
    z-index: 1;
}

iframe{
    border:1px solid #464646 !important;
    padding: 10px;
    border-radius:10px;
}

address, .phone a{
    color:#fff;
    font-size: 16px;
    margin-bottom: 0;
}

.phone a:first-child{
    font-size: 30px;
}

.social-icon{
    text-align: center;
    margin-top: 12px;
}

.social-icon ul li{
    display: inline-block;
    margin: 0 10px 0 0;
    transition: 500ms;
}

.social-icon ul li a{ 
    padding: 1px 9px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    transition: 500ms;
}

.social-icon ul li a i{
    color: #8b8989;
    border: 1px solid #767775;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    margin-right: 5px;
}

.social-icon ul li a:hover i{
    color:#fff;
}

.bottom-footer{
    border-top: 1px solid #424242;
    padding: 10px 0;
    text-align: center;
    margin-top: 25px;
}

.bottom-footer p{
    margin-bottom: 0;
}