
@import url(https://fonts.googleapis.com/css?family=Covered+By+Your+Grace);
@import url(https://fonts.googleapis.com/css?family=Great+Vibes&display=swap);


html{
    overflow-x: hidden;
    height: 100%;
    font-family: Rubik;
    /* font-family: sans-serif; */
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    font-size: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    touch-action: manipulation;
    scroll-behaviour: smooth;
}

.btn:focus{
	box-shadow:none;
	outline:none
}


hr{
    height:20px;
}

a:focus, a:active{
    outline: none;
}










#bg {
    background-attachment: scroll;
    background-size: cover;
}



body{

    background-color: #fff;
    font-family: Rubik;
    /* font-family: 'Josefin Sans', sans-serif; */
    font-size: 16px;
    font-weight: 400;
    color: #505050;
    padding: 0;
    margin: 0;
   /* -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth; */
}


.section-area{
        background-attachment: scroll !important;
    }


h2{
    color: #f7b205;
}





/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
width: 28px;
height: 20px;
position: relative;
padding-top: 5px;
padding-bottom:0px;
margin-top: 10px;
margin-right:0px;
margin-left:0px;
margin-bottom:12px;
  /* position: relative; */
  user-select: none;
  /* margin-top:17px; */
 
/* margin: 0px; */
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
/* outline:none; */
/* line-height:30px; */
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 2px;
width: 100%;
border-radius: 9px;
margin:0px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
outline:none;
line-height:20px;
}


.animated-icon1:focus, .animated-icon2:focus, .animated-icon3:focus {
	outline: none;
}
.animated-icon1 span {
background: #e65100;
}

.animated-icon2 span {
background: #e3f2fd;
}

.animated-icon2:focus {
outline:none;
border: 0px
}

.animated-icon3 span {
background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
top: 10px;
}

.animated-icon2 span:nth-child(4) {
top: 20px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}

.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}


























/* ======= 1. TOP-BAR ========== */


.top-bar .top-link-right p a{
    padding: 5px;
}


.top-bar{
    background: #eee;
    height:40px;
}

.top-header{
    padding-top: 13px;
    padding-bottom: 4px;
}

.top-bar p{
    font-size:12px;
    color:#fff;
}

.top-bar p a{
    color: #aaa;
}

.top-bar p a:hover {
    color: #000;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
}

.top-bar p a:focus{
    color: #000;
}

.top-bar .top-link-right .contact-login{
    padding-right: 5px;
    padding-left: 5px;
    margin-right:5px;
    margin-left:5px;
    /*border-right: 1px solid rgba(121, 121, 121, 0.5);
    border-left: 1px solid rgba(121, 121, 121, 0.5);*/
}

.top-bar .top-link-left .contact{
    padding-left: 5px;
    margin-left:5px;
    border-left: 1px solid rgba(121, 121, 121, 0.5);
}

.top-link-left{
    float: left;
    display: flex;
}

.top-link-right{
    float:right;
    display: flex;
}

@media only screen and (max-width: 767px) {
   

    .top-bar .top-link-left .contact{
        padding-left: 15px;
        margin-left:15px;
        border-left: none;
    }

    .top-bar .top-link-left i{
        font-size: 15px;
    }

    .top-bar{
        display:none

    }
}

@media only screen and (max-width: 575px) {
    
	.top-bar{
	display:none
	
	}
}








/* ======= 2. HEADER ========== */

.header {
	background-color:rgba(0,0,0,0.9);
	z-index:99999;
}

.navbar{
    height: 80px;
    background-color: rgba(0,0,0,0.9);
    
}
.navbar-dark .navbar-brand {
    color: #f7b205;
    font-family: "Great Vibes", cursive;
    letter-spacing: 10px;
}

.nav-item.viewCart{
display: none;
}

/*
.nav-item.viewCart .nav-link > i{
color: #fff;
margin-right:8px;
}


.navbar .mini-icon a{
color:#fff;
padding-top:0px;
padding-bottom:0px;
padding-right:5px;
padding-left: 5px;

}


.navbar .mini-icon a:first-child {
margin-right:12px;
}

.navbar .mini-icon{
display:inline-block;
margin:0;
font-size:15px;
margin-left:50px;
}

*/

.navbar .top-icon a{
color:#fff;
padding-top:0px;
padding-bottom:0px;
padding-right:5px;
padding-left: 5px;
text-decoration:none;
text-transform:uppercase;

}


.navbar .top-icon{
display:inline-block;
margin:0;
font-size:12px;
margin-left:10px;
display:none;
}

.navbar .top-icon a:first-child,
.navbar .top-icon a:nth-child(2){
margin-right:2px;
}

.navbar .top-icon a:nth-child(3) {
/* border: 1px solid #fff; */
border-radius:10px;
/* padding-right:10px; */
/* padding-left:10px; */
padding-top:5px;
padding-bottom:5px;
color:#f7b205;
transition: all .3s ease-in-out;
letter-spacing:1px;
-webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    
}

.navbar .top-icon a:nth-child(3):hover {
/* border:1px solid #f7b205; */
transition: all .3s ease-in-out;
color: #fff;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link{

    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #f7b205;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
}


@media (min-width: 1025px) {
    .navbar .nav .nav-item .dropdown-menu {
        -webkit-animation: dropdown-menu-fade-in 0.3s ease 1;
        /*display: block;
        , kt-header-menu-submenu-move-down 0.3s ease-out 1;
        animation: kt-header-menu-submenu-fade-in 0.3s ease 1, kt-header-menu-submenu-move-down 0.3s ease-out 1;*/
        transition        :all .8s ease-in-out;
        -moz-transition   :all .8s ease-in-out;
        -webkit-transition:all .8s ease-in-out;
        -o-transition     :all .8s ease-in-out;
        -ms-transition    :all .8s ease-in-out;
    }
}
/* .dropdown-menu {

    /*
    background-color: #f9f9f9;
    , .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu
    */
    /*
    min-width: 160px;
    */
    /*
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    

} */




.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 95;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu {
    border: 0 !important;
    margin: 0;
    border-radius: 0;
    min-width: 14rem;
    padding: 0;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    padding: 1rem 0;
    border-radius: 4px;
    left: 0/*rtl:ignore*/;
}


.nav-link.dropdown-toggle:after, .btn.dropdown-toggle:after {
    text-align: center;
    display: inline;
    border: 0;
    font-size: 0.6rem;
    line-height: 0;
    vertical-align: middle;
    position: relative;
    margin-left: 0.5rem/*rtl:ignore*/;
    opacity: 0.7;
    font-family: Flaticon2;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /* font-smoothing: antialiased; */
    content: "";
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}





.menuicon:focus {
    outline: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(360deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.menuicon{
    width: 20px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}


.navbar-toggler {

    border: 0 solid #efbb20;
    /* line-height: 30px; */
    margin: 20px 0 30px 10px;
    padding: 0;
    /* float: right; */
    outline:none
}

.navbar-toggler:focus{
outline:none;
}






@media only screen and (max-width: 991px) {
    .menu-links{
    	display:inline-block
    }
    
    .navbar-collapse{
    display:none;}
    .navbar .top-icon{
    display: none;
}

.navbar-nav .nav-item .nav-link{

display:block;

}

}




@media only screen and (max-width: 767px) {
    .navbar-toggler {
        margin: 8px 30px 14px 30px;
    }
    
    .navbar .top-icon{
    display: block;
}

.nav-item.viewCart{
	display:block;
	
}






}
    @media only screen and (max-width:565px) {


    .navbar .top-icon {
        margin-left: 0px;
        font-size:10px;
    }

}






@media screen and (max-width: 767px) {
    .menu-links.show {
        width:100%;
        transition: all 0.2s;
        /* -webkit-transition: all 0.8s; */
        /* -moz-transition: all 0.8s; */
        /* -o-transition: all 0.8s; */
        margin-top: -1px;
        z-index:99;
        /* width: 250px; */
        /* padding: 15px 15px 5px 15px; */
    }

    .menu-links .navbar-brand, .menu-links .navigation-link{
        display: block;
    }

}

@media screen and (max-width: 767px) {
    .menu-links {
        
        width: 100%;
        /* left: -280px; */
        height: auto !important;
        transition: all 0.2s;
        /* -webkit-transition: all 0.5s; */
        /* -moz-transition: all 0.5s; */
        /* -o-transition: all 0.5s; */
        top: 0;
        /* background: rgba(0, 0, 0, 0.9); */
        background-color: #e8e8e8;
        margin-top: -1px;
        margin-right:0px;
        margin-left:0px;
        /* padding-bottom: 50px; */
        z-index: 99;
        /* overflow-y: scroll; */
        display: flex;
        flex-direction: column;
    }
    
    
   }
   
   @media screen and (max-width: 767px) {
   .menu-links .nav{
   
   height: auto;
   
   /* padding:.5rem 1rem; */
   padding-bottom: 30px;
   padding-top:10px;
   float: none;
   /* background: rgba(0, 0, 0, 0.9); */
   background: #e8e8e8;
   display: block;
   /* margin-bottom:auto; */
   text-align:center;
   margin-right:0px;
   margin-left:0px;
   }
   
   .navbar-dark .navbar-nav .nav-item.mr-3{
   	margin-right:0rem!important;
   }
   
   .navbar-dark .navbar-nav .nav-link{
   	color: rgba(0, 0, 0, .5);
   	font-size: 17px;
   
   }
   
   
   
   ul.nav.navbar-nav.ml-auto{
   
   width: 100%;
   }
   
   .navbar-dark .navbar-nav .nav-link:hover,
   .navbar-dark .navbar-nav .nav-link:focus,
   .navbar-dark .navbar-nav .nav-link.active{
   		color:#000;
   }
   
   }

/*
@media screen and (max-width: 991px) {
    .menu-links .nav {
        height: auto;
    }
}
@media only screen and (max-width: 767px) {
    .menu-links .nav {
        height: 225px;
    }
}
@media only screen and (max-width: 991px) {
    .menu-links .nav {
        float: none;
        background: #fff;
        width: 100%;
        display: block;
        margin-bottom: auto;
    }

    .menu-links .nav .dropdown-menu{
        width:50px;
    }

    .menu-links .nav {
        float: right;
    }
}
@media screen and (max-width: 991px) {
    .menu-links {
        position: fixed;
        width: 100px;
        left: -280px;
        height: 100vh !important;
        transition: all 0.4s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        top: 0;
        background-color: #fff;
        margin: 0;
        z-index: 99;
        overflow-y: scroll;
        display: flex;
        flex-direction: column;
    }
    
    

    .menu-links.show .nav-links{
        font-size:20px;
    }

}
@media only screen and (max-width: 991px) {
    .menu-links {
        clear: both;
        display:inline-block;
        margin: 0 -15px;
        border-bottom: 1px solid #E9E9E9;
    }
}


*/









.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  /* float: right; */
  padding: 28px 20px;
  position: relative;
  user-select: none;
  margin-top:7px;
}

.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}


.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}
/*
.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}


.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

*/
/* 48em = 768px */

@media (min-width: 48em) {
  /*.header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }*/
  .header .menu-icon {
    display: none;
  }
  }

  
  
  /*@media (min-width: 991px) {
  .collapse{
  display:block;
  }
  .navbar .nav{
  display:block
  }*/







/* ======= 2. HEADER ========== */
/*

.header {
	background-color:rgba(0,0,0,0.9);
}
.navbar{
    height: 80px;
    background-color: rgba(0,0,0,0.9);
}
.navbar-dark .navbar-brand {
    color: #f7b205;
}


.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link{

    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #f7b205;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
}


@media (min-width: 1025px) {
    .navbar .nav .nav-item .dropdown-menu {
        -webkit-animation: .dropdown-menu-fade-in 0.3s ease 1;
        /*display: block;
        , kt-header-menu-submenu-move-down 0.3s ease-out 1;
        animation: kt-header-menu-submenu-fade-in 0.3s ease 1, kt-header-menu-submenu-move-down 0.3s ease-out 1;
        transition        :all .8s ease-in-out;
        -moz-transition   :all .8s ease-in-out;
        -webkit-transition:all .8s ease-in-out;
        -o-transition     :all .8s ease-in-out;
        -ms-transition    :all .8s ease-in-out;
    }
}
.dropdown-menu {

    /*
    background-color: #f9f9f9;
    , .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu
    */
    /*
    min-width: 160px;
    */
    /*
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    

}



/*
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 95;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu {
    border: 0 !important;
    margin: 0;
    border-radius: 0;
    min-width: 14rem;
    padding: 0;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    padding: 1rem 0;
    border-radius: 4px;
    left: 0/*rtl:ignore;
}


.nav-link.dropdown-toggle:after, .btn.dropdown-toggle:after {
    text-align: center;
    display: inline;
    border: 0;
    font-size: 0.6rem;
    line-height: 0;
    vertical-align: middle;
    position: relative;
    margin-left: 0.5rem/*rtl:ignore;
    opacity: 0.7;
    font-family: Flaticon2;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}





.menuicon:focus {
    outline: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(360deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.menuicon{
    width: 20px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}


.navbar-toggler {

    border: 0 solid #efbb20;
    line-height: 30px;
    margin: 20px 0 30px 10px;
    padding: 0;
    float: right;
}








/*


@media only screen and (max-width: 767px) {
    .navbar-toggler {
        margin: 8px 30px 14px 30px;
    }
}

@media screen and (max-width: 991px) {
    .menu-links.show {
        left: -1px;
        transition: all 0.8s;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        margin: 0;
        width: 250px;
        padding: 15px 15px 5px 15px;
    }

    .menu-links .navbar-brand, .menu-links .navigation-link{
        display: block;
    }

}



@media screen and (max-width: 991px) {
    .menu-links .nav {
        height: auto;
    }
}
@media only screen and (max-width: 767px) {
    .menu-links .nav {
        height: 225px;
    }
}
@media only screen and (max-width: 991px) {
    .menu-links .nav {
        float: none;
        background: #fff;
        width: 100%;
        display: block;
        margin-bottom: auto;
    }

    .menu-links .nav .dropdown-menu{
        width:50px;
    }

    .menu-links .nav {
        float: right;
    }
}
@media screen and (max-width: 991px) {
    .menu-links {
        position: fixed;
        width: 100px;
        left: -280px;
        height: 100vh !important;
        transition: all 0.4s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        top: 0;
        background-color: #fff;
        margin: 0;
        z-index: 99;
        overflow-y: scroll;
        display: flex;
        flex-direction: column;
    }
    
    

    .menu-links.show .nav-links{
        font-size:20px;
    }

}
@media only screen and (max-width: 991px) {
    .menu-links {
        clear: both;
        margin: 0 -15px;
        border-bottom: 1px solid #E9E9E9;
    }
}
*/


/* ======= 11. FOOTER ========== */
.dis{
    display: none;
}

@media only screen and (max-width: 575px) {
    .footer-links-box ul .dis{
        display: block;
    }

    .bottom-footer-main-area .bottom-footer .policy-text{
        display:none;
    }
}





.total-footer{
    padding: 20px 20px 0;
    bottom: 0;
    height:auto;
    background-color: #232323;
}


.footer-header{
    color: #fff;
    font-size: 17px;

}

.footer-header-box{
    margin-bottom: 15px;
    margin-top: 15px;
}

.footer-links-box{
padding:0px;
}

.top-footer{
    padding-top:30px;
    padding-bottom:10px;
    background-color: #232323;

}

.top-footer ul li{
    list-style: none;
    padding-top: 4px;
    padding-bottom: 4px;


}

.top-footer ul li a{
    color: #aaa;
    font-size: 18px;
}
.top-footer ul li a:hover{
    text-decoration: none;
    transition :all .5s ease-in-out;
    color: #f7b205;
}


    
.subscription-form{
    width:500px;
}


nav ul{
    padding-left: 0;
}
.bottom-footer-main-area{
    display: flex;

    padding: 30px 0;
}

.bottom-footer-main-area ul li{
    display: inline-block;
    list-style: none;
}

.bottom-footer{
    border-top: 2px solid rgba(199, 199, 199, 0.08);
    padding-top: 3%;
}

.bottom-footer-main-area p{
    font-size:12px;
    color:#fff;
}

.bottom-footer-main-area p a{
    color: #aaa;
}

.bottom-footer-main-area p a:hover, .bottom-footer-main-area p a:focus{
    text-decoration: none;
    color: #fff;
}


.bottom-footer-main-area .copy-text p{
    padding-left: 0;
}


.bottom-footer-main-area .policy-text .pol{
    padding-right: 5px;
    padding-bottom: 3px;
    margin-right:5px;
    border-right: 1px solid rgba(121, 121, 121, 0.5);
}

.copy-text{
    float: left;
}

.policy-text{
    float:right;
    display: inline-flex;
}


.total-footer .footer-links-box .basic-info{padding-bottom: 15px;
display:block}
.basic-info a{color: #aaa; font-size: 13px; display:block}
.basic-info a:hover{text-decoration: none;color: #fff; -webkit-transition-duration: 500ms; transition-duration: 500ms;
}

.location{
    padding-top: 15px;
    margin-bottom: 0px;
}

.footer-social-links {
    padding-top: 5px;
}

.total-footer .footer-links-box .footer-social-links a {
    display: inline-block;
    font-size:30px;
    color: #aaa;

}

.total-footer .footer-links-box .footer-social-links a:focus {
    color: #fff;
}

.total-footer .footer-links-box .footer-social-links a:hover {
    color: #fff;
}

.footer-links-box{
    margin-bottom: 30px;
}
/* 
.footer-links-box {

    line-height: 9em;
} */

.total-footer .top-footer .footer-links-box .navbar-brand{
    color:#f7b205;
    font-size: 40px;
    margin-top: 0;
    padding-top: 0;
    font-family: "Great Vibes", cursive;
}

.subscribe-form{
width:500px
}

.subscribe-form .input-group{
    width: 100%;
}
.subscribe-form .input-group-btn {
    padding-left: 50px;

}

span.input-group-btn {

    background: #f7b205;
    margin-left: 10px;

}

.total-footer .footer-links-box a.log{
    width: auto;
    padding: 0 20px;
    height: 42px;
    line-height: 38px;
    background-color: #D04ED6;
    border: 2px solid #D04ED6;
    color: #fff
    
    }

.d-sm-none{
    	display:block
    }



/* ========= RESPONSIVE ============= */


@media only screen and (max-width: 992px) {

    .search{
        text-align: center;
        padding:auto;
        width:auto;
    }

    .icon-box .service-header p{
        margin-right:70px;
        margin-left:70px;
    }

    /*.navbar{
        background: #fff;
    }*/
}


@media only screen and (max-width: 767px) {
    .top-footer ul li a{
    
    
    }
    
    .footer-links-box.news-letter,
.footer-links-box.logo{
    margin-bottom: 5px;
}

    .topbar-right{
        display: none;
    }
    .topbar-left{
        text-align: center;
        margin-left: 100px;
    }

    .search{
        text-align: center;
        padding:auto;
        width:auto;
    }

    .icon-box .service-header p{
        margin-right:0px;
        margin-left:0px;
    }
}


@media only screen and (max-width: 575px) {
    .total-footer{
    padding: 0px;
    
    }

  
    .subscription-form{
        width:100%;
    } 

    .total-footer .footer-links-box{
        text-align:center;
    }
    
    /*
    .total-footer .footer-links-box .footer-social-links{
    display: none;
    color: #aaa;
    
    }
    
    /*
    .total-footer .footer-links-box .footer-social-links a.log{
    display: block;
    
    
    }
    */
    
    .d-sm-none{
    	display:none
    }
    .total-footer .footer-links-box a.log{
    min-width: 110px;
    padding: 0 20px;
    height: 42px;
    line-height: 38px;
    background-color: #D04ED6;
    border: 2px solid #D04ED6;
    /* float:right; */
    
    }
    
    
    .top-bar .top-link-right {
        display: none;
    }
    .topbar-left{
        text-align: center;
        margin-left: 40px;
    }

    body{ font-size: 14px; }

    h1{ font-size: 3em; }

    .search{
        text-align: center;
        padding:auto;
        width:auto;
    }

    .icon-box .service-header p{
        margin-right:0px;
        margin-left:0px;
    }
}



/* ======= 10. CALL US AREA ========== */


.call-us-area {
    position: relative;
    z-index: 1;
    

    background: rgba(238,238,238,0.67);
   
    background: -webkit-linear-gradient(to right, rgba(238,238,238,0.67), #12FFF7);
    
    background: linear-gradient(to right, #7B920A, #26D0CE);
    padding: 20px 0; 
    }
    
     /*background: rgba(238,238,238,0.67);*/
    /*background: -webkit-linear-gradient(to right, rgba(238,238,238,0.67), #533e05);*/
    /*background: linear-gradient(to right, #966f04, rgba(148, 148, 148, 0.8));*/
    /*
    '#B3FFAB', '#12FFF7'],
                ['#ADD100', '#7B920A'],
                ['#1A2980', '#26D0CE']
*/
    
    
.call-us-area .cua-content h3 {
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 0; }
    
   
    
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-us-area .cua-content h3 {
        font-size: 24px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-us-area .cua-content h3 {
        font-size: 20px; } }
@media only screen and (max-width: 767px) {
    .call-us-area .cua-content h3 {
        font-size: 24px;
        margin-bottom: 30px; } }
.call-us-area .cua-content .drive-btn {
    min-width: 110px;
    padding: 0 20px;
    height: 42px;
    line-height: 38px;
    background-color: #fff;
    border: 2px solid #ffffff; }
    





/* ======= 11. SCROLL-TO-TOP ========== */

.kt-scrolltop:hover > i {
    color: #ffffff;
}
.kt-scrolltop > i {
    font-size: 1.3rem;
    color: #ffffff;
}

.kt-scrolltop--on .kt-scrolltop:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    text-decoration: none;
}
.kt-scrolltop--on .kt-scrolltop {
    opacity: 0.3;
    -webkit-animation: kt-scrolltop-show-animation .4s ease-out 1;
    animation: kt-scrolltop-show-animation .4s ease-out 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@-webkit-keyframes kt-scrolltop-show-animation {
    from {
        margin-bottom: -15px; }
    to {
        margin-bottom: 0; } }

@keyframes kt-scrolltop-show-animation {
    from {
        margin-bottom: -15px; }
    to {
        margin-bottom: 0; } }

.kt-scrolltop {
/*    display: none;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    z-index: 999;
    background: #5d78ff;
    -webkit-box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
    opacity: 0.3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    visibility: hidden;
    text-decoration: none;

}

a.kt-scrolltop{
    color:white;
    text-decoration: none;

}

/*
.kt-scrolltop:visited {
    text-decoration: none;
    border: 0 none;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: black;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

*/
#button.show{
    visibility: visible;
    

}

.kt-scrolltop--on .kt-scrolltop:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    text-decoration: none;
}
.kt-scrolltop--on .kt-scrolltop {
    opacity: 0.4;
    -webkit-animation: kt-scrolltop-show-animation .4s ease-out 1;
    animation: kt-scrolltop-show-animation .4s ease-out 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@-webkit-keyframes kt-scrolltop-show-animation {
    from {
        margin-bottom: -15px; }
    to {
        margin-bottom: 0; } }

@keyframes kt-scrolltop-show-animation {
    from {
        margin-bottom: -15px; }
    to {
        margin-bottom: 0; } }






.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}












.spinner-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;

background-color: #fff; 
z-index: 999999;
}
/* #ff6347;
#333; */
.spinner {
  width: 40px;
  height: 40px;
  background-color: #4c1864; 

  position: absolute;
  top: 48%;
  left: 48%;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


  
                    