/*html{
  scroll-behavior: smooth;
}*/

body {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

.container{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
}


/*******************HEADER******************/

header{
  position: absolute;
  width: 100%;
  z-index: 99;
}

.top-header{
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.52);
  border-bottom: 1px solid #9a9a9a;
}

.logo img{
  width: 100%;
  position: relative;
  z-index: 99;
}

.header-left{
    /*background-color: hsla(0, 0%, 0%, 0.52);
    padding: 5px;*/
    float: right;
}

.header-left ul{
  padding: 0px;
  margin: 0px;
}

.header-left ul li{
  list-style-type: none;
    display: inline-block;
    font-family: Ruluko;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: hsl(27, 79%, 56%);
    padding-right: 10px;
    margin-right: 10px;
}

.header-left ul li:last-child{
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
}

.header-left ul li a{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: hsl(27, 79%, 56%);
  text-decoration: underline;
}

.header-left ul li a:hover{
  text-decoration: none;
}

.header-left ul li i{
    font-size: 22px;
    color: hsl(27, 79%, 56%);
    padding: 10px;
    border-radius: 50%;
    line-height: 16px;
}

/***************SEARCH***************/
.box-placeholder::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ddd;
}
.box-placeholder:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: hsl(0, 0%, 0%);
    opacity:  1;
}
.box-placeholder::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: hsl(0, 0%, 0%);
    opacity:  1;
}
.box-placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: hsl(0, 0%, 0%);
}
.box-placeholder::-ms-input-placeholder { /* Microsoft Edge */
    color: hsl(0, 0%, 0%);
}

.box-placeholder::placeholder { /* Most modern browsers support this now. */
    color: hsl(0, 0%, 0%);
}

.search-bar{
  width: 393px;
  height: 65px;
  position: absolute;
  top: 0;
  right: 15px;
}

.search-bar input{
      height: 65px;
}

.search-bar .btn-info {
    color: hsl(0, 0%, 100%);
    background-color: hsl(27, 79%, 56%);
    border-color: hsl(27, 79%, 56%);
    border-radius: 0;
  font-family: Ruluko;
}

.search-bar .btn-info:hover{
  background-color: hsl(280, 50%, 35%);
  border-color: hsl(280, 50%, 35%);
}

.btn-info.focus, .btn-info:focus {
  box-shadow: none;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle{
  background-color: hsl(27, 79%, 56%);
  border-color: hsl(27, 79%, 56%);
}

.search-bar input.form-control.box-placeholder{
  border-radius: 0px;
  font-size: 14px;
  color: #333;
  height: 65px;
}




.quotes{
  border: 1px solid hsl(280, 50%, 35%);
  background-color: hsl(280, 50%, 35%);
  padding: 20px 36px;
  font-family: Ruluko;
  font-size: 18px !important;
  line-height: 23px !important;
  font-weight: 700 !important;
  color: hsl(0, 0%, 100%);
}

.quotes:hover{
  color: hsl(0, 0%, 100%) !important;
  text-decoration: none;
  background-color: hsl(0, 0%, 0%);
  border: 1px solid hsl(0, 0%, 0%);
}






/*********LOGO SECTION*********/

.fixed-top{
  background-color: hsl(27, 79%, 56%);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.71);
}

.fixed-top .navbar-brand img{
    width: 100%;
    max-width: 150px;
    margin-top: 0px;
}

/*.menu-section{
   background-color: rgba(0, 0, 0, 0.52);
}*/

.fixed-top nav {
    margin-top: 0px;
    box-shadow: none;
}

.fixed-top a.btn.btn-quote{
  border-radius: 0px;
}

/*.fixed-top .navbar-light .navbar-brand{
  display: none;
}*/

.navbar-brand h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: hsl(27, 79%, 56%);
  margin-top: 14px;
}

.navbar-light .navbar-brand{
  width: 300px;
  padding: 0px;
}

.navbar-brand img{
    width: 100%;
    height: auto;
    position: absolute;
    max-width: 250px;
    top: -60px;
}

nav.navbar.navbar-expand-lg.navbar-light{
    padding: 0px;
    /*background-color: hsl(27, 79%, 56%);*/
    background-color: rgba(0, 0, 0, 0.52);
    /*background-color: hsl(27, 79%, 56%);
    border-radius: 30px;*/
}

.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: hsl(0, 0%, 100%);
    background-color: hsl(280, 50%, 35%);
}

.navbar-light .navbar-nav .nav-link {
    font-family: Ruluko;
    color: hsl(0, 0%, 100%);
    font-size: 18px;
    line-height: 35px;
    font-weight: 600;
    padding: 15px 25px;
    /*border-right: 1px solid #eee;*/
    /*border-top: 1px solid #eee;*/
}

.navbar-light .navbar-nav .nav-link:hover{
    color: hsl(0, 0%, 100%);
    background-color: hsl(280, 50%, 35%);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: hsl(0, 0%, 100%);
    background-color: hsl(280, 50%, 35%);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: hsl(0, 0%, 0%);
    padding: 0px;
    margin-top: -1px;
    border-radius: 0px;
}

.dropdown-item{
    font-family: Ruluko;
  color: hsl(27, 79%, 56%);
  font-size: 14px;
  padding: 7px;
  background-color: #073758;
  border-bottom: 1px solid #444;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: hsl(27, 79%, 56%)fff;
    text-decoration: none;
    background-color: hsl(27, 79%, 56%);
    padding: 7px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}


.exp-logo{
  position: absolute;
  top: 32%;
  right: 100px;
  z-index: 999;
  width: 140px;
}


/***************SLIDER**************/

/*.text-box {
  position: absolute;
  top: 70%;
  left: 15%;
  right: 15%;
  color: hsl(27, 79%, 56%);
  text-align: center;
  transform: translateY(-50%);
  z-index: 9999;
  padding: 20px;
}

.slider h2{
  font-family: Ruluko;
  font-size: 70px;
  line-height: 74px;
  font-weight: 700;
  letter-spacing: 1px;
  color: hsl(27, 79%, 56%);
  color: hsl(27, 79%, 56%);
}

.slider .carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.6);
}
*/

.slider{
    position: relative;
    top: 0;
}

.slider{
  background: url("../images/banner-img1.jpg") top center no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  height: 76vh;
  text-align: center;
}

.slider .overlay {
    height: 76vh;
    display: table-cell;
    vertical-align: bottom;
}

.slider-text{
  text-align: center;
  margin-bottom: 0px;
}

/*.slider h2{
  font-family: Ruluko;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  color: hsl(280, 50%, 35%);
  margin-bottom: 0px;
}*/

.slider p{
  font-family: Ruluko;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: hsl(0, 0%, 0%);
  margin-bottom: 5px;
}



.wrapper{
    width: 100%;
    text-align: left;
}

.marquee {
    white-space: nowrap;
    color: hsl(280, 50%, 35%);
    -webkit-animation: LeftThenright 4s linear;
    font-family: Ruluko;
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 1px;
}






/*************PRODUCT LIST*************/

.product-list{
  background-color: hsl(27, 79%, 56%);
  padding: 20px 0;
  position: relative;
  z-index: 99;
}

.product-list a{
  color: #fff;
  text-decoration: none;
}

.product-list a .product-box{
  background-color: hsl(280, 50%, 35%);
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}

.product-left h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.list-row h6 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #e78636;
    margin-bottom: 10px;
    text-decoration: underline;
}

.pro-lists h6{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #e78636;
    margin-bottom: 10px;
    text-decoration: underline;
}

.list-row{
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.pro-lists ul{
  padding: 0px;
  margin: 0px;
}

.pro-lists ul li{
  list-style-type: none;
  padding-bottom: 5px;
}

.pro-lists ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #4c1269;
  text-decoration: none;
}

.pro-lists ul li a:hover{
  color: #e78636;
}

.pro-lists ul li a:hover{
  text-decoration: underline;
}

.product-box img{
  width: 40px !important;
  height: 40px;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}

.product-box h6{
  font-family: Ruluko;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 0px;
}

/*.product-box h6 a{
  text-decoration: none;
  color: hsl(0, 0%, 100%);
}

.product-box h6 a:hover{
  color: hsl(27, 79%, 56%);
}*/

.product-list .owl-prev {
    position: absolute;
    left: -8px;
    top: 0px;
    bottom: 0px;
}

.product-list .owl-next {
    position: absolute;
    right: -8px;
    top: 0px;
    bottom: 0px;
}

.product-list .owl-nav span.fa.fa-angle-left {
    border: 3px solid hsl(0, 0%, 100%);
    padding: 5px 11px;
    background-color: transparent;
    font-size: 30px;
    color: hsl(0, 0%, 100%);
    margin-right: 2px;
    border-radius: 10px 0 0 10px;
}

.product-list .owl-nav span.fa.fa-angle-left:hover{
  border: 3px solid hsl(0, 0%, 100%);
  background-color: hsl(280, 50%, 35%);
  color: hsl(0, 0%, 100%);
}

.product-list .owl-nav span.fa.fa-angle-right {
    border: 3px solid hsl(0, 0%, 100%);
    padding: 5px 11px;
    background-color: transparent;
    font-size: 30px;
    color: hsl(0, 0%, 100%);
    border-radius: 0 10px 10px 0;
}

.product-list .owl-nav span.fa.fa-angle-right:hover{
  border: 3px solid hsl(0, 0%, 100%);
  background-color: hsl(280, 50%, 35%);
  color: hsl(0, 0%, 100%);
}






/*************CHOOSE SECTION*************/

.choose-section{
  background: url("../images/choose-bg.jpg") top center no-repeat;
  padding: 70px 0;
  background-size: cover;
}

.choose-section h3{
  font-family: Ruluko;
  font-size: 50px;
  line-height: 54px;
  font-weight: 700;
  color: hsl(280, 50%, 35%);
  text-align: center;
  margin-bottom: 5px
}

.divider{
  margin: 0 auto;
  display: block;
  margin-bottom: 25px;
}

.choose-box{
  text-align: center;
  border: 1px solid hsl(27, 79%, 56%);
  background-color: transparent;
  padding: 20px;
}

.choose-box:hover{
  background-color: hsl(280, 50%, 35%);
}

.choose-box i{
  font-size: 30px;
  color: hsl(0, 0%, 0%);
  border: 1px solid hsl(27, 79%, 56%);
  background-color: transparent;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 50%;
  line-height: 98px;
}

.choose-box h5{
  font-family: Ruluko;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: hsl(0, 0%, 0%);
  margin-bottom: 20px
}

.choose-box p{
  line-height: 28px;
}

.reads{
  font-family: Ruluko;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: hsl(0, 0%, 0%);
  text-decoration: none;
}

.reads:hover{
  color: hsl(27, 79%, 56%);
}

.choose-box:hover i{
  color: hsl(27, 79%, 56%);
}

.choose-box:hover h5{
  color: hsl(27, 79%, 56%);
}

.choose-box:hover p{
  color: hsl(27, 79%, 56%);
}

.choose-box:hover .reads{
  color: hsl(27, 79%, 56%);
}


/***************WELCOME SECTION***************/

.welcome-section{
  padding: 70px 0;
}

.welcome-row{
  margin-bottom: 40px;
}

.welcome-right{
    border: 1px solid hsl(27, 79%, 56%) !important;
    padding: 50px 50px 50px 100px;
    background-color: rgba(242, 108, 19, 0.14);
    margin-left: -160px;
}

.welcome-right p{
  line-height: 24px;
  margin-bottom: 5px;
}

.welcome-section h5{
  font-family: Ruluko;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: hsl(280, 50%, 35%);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.welcome-section h3{
    font-family: Ruluko;
    font-size: 50px;
    line-height: 54px;
    font-weight: 700;
    color: hsl(280, 50%, 35%);
    margin-bottom: 25px;
}

.divider1{
  margin-bottom: 25px;
}

.welcome-left{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
    padding-right: 65px;
    margin-top: 40px;
}

a.btn.btn-about{
    border: 1px solid hsl(27, 79%, 56%);
    background-color: hsl(27, 79%, 56%);
    padding: 12px 40px;
    border-radius: 30px 0px 30px 0;
    font-family: Ruluko;
    font-size: 18px !important;
    line-height: 23px !important;
    font-weight: 700 !important;
    color: hsl(0, 0%, 100%);
}

a.btn.btn-about:hover{
    border: 1px solid hsl(280, 50%, 35%);
    background-color: hsl(280, 50%, 35%);
    color: hsl(0, 0%, 100%);
}

.welcome-right1{
    border: 1px solid hsl(27, 79%, 56%) !important;
    padding: 50px 100px 50px 50px;
    background-color: rgba(242, 108, 19, 0.14);
    margin-right: -95px;
}

.welcome-left1{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
    border: 1px solid #472f92;
    margin-top: 7px;
}

.welcome-right1 p{
  line-height: 24px;
  margin-bottom: 5px;
}

.welcome-left2{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
    border: 1px solid #472f92;
    margin-top: 8px;
}












/*************SERVICE SECTION*************/

.service-section{
  padding: 70px 0;
  background-color: #f5f5f5;
}

.service-section h5{
    font-family: Ruluko;
    font-size: 50px;
    line-height: 54px;
    font-weight: 700;
    color: hsl(280, 50%, 35%);
    text-align: center;
    margin-bottom: 20px;
}

.service-img {
  position: relative;
}
.service-img img {
  width: 100%;
  height: 260px;
  border-radius: 10px 10px 0 0;
}
.service-box:hover img {
  opacity: .85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"
}
.service-content {
    padding: 20px;
    background-color: hsl(0, 0%, 100%);
    margin-bottom: 30px;
    text-align: center;
    border-radius: 10px;
}
/*.service-box {
  border: 1px solid #eee;
}*/
.service-title h4 {
    font-family: Ruluko;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0px;
}

.service-title h4 a{
  color: hsl(0, 0%, 0%);
  text-decoration: none;
}

.service-title h4 a:hover{
  color: hsl(27, 79%, 56%);
}

.service-content a.box_btn {
  display: inline-block;
  background-color: #FF7200;
  padding: 5px 15px;
  color: hsl(27, 79%, 56%);
  text-transform: capitalize;
  margin-top: 20px;
}
a.box_btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #CC5B00;
  left: -100%;
  top: 0;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
}
a.box_btn {
  overflow: hidden;
  z-index: 2;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  text-decoration:none;
}
a.box_btn:hover::before {
  left: 0;
  z-index: -1;
}

/*************INQUIRY SECTION************/

.inquiry-section{
  padding: 70px 0;
  background: linear-gradient(to right,hsl(280, 50%, 35%) 0,hsl(27, 79%, 56%) 100%);
}

.inquiry-section h4{
    font-family: Ruluko;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: hsl(0, 0%, 100%);
    margin-bottom: 0px;
}

a.btn.btn-quicks{
    border: 2px solid hsl(0, 0%, 100%);
    background-color: hsl(0, 0%, 100%);
    padding: 14px 46px;
    border-radius: 0;
    font-family: Ruluko;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: hsl(27, 79%, 56%);
    float: right;
}

a.btn.btn-quicks:hover{
  border: 2px solid hsl(0, 0%, 100%);
  background-color: transparent;
  color: hsl(0, 0%, 100%);
}


/***************TESTIMONIALS**************/

.testimonials{
  padding: 70px 0;
  background-color: #eee;
}

.testimonials h4{
    font-family: Ruluko;
    font-size: 50px;
    line-height: 54px;
    font-weight: 700;
    color: hsl(280, 50%, 35%);
    text-align: center;
    margin-bottom: 5px;
}

.testi-box{
  background-color: hsl(280, 50%, 35%);
  padding: 25px;
  border: 1px solid #777;
  border-radius: 10px;
  text-align: center;
}

.testi-box p{
  color: hsl(27, 79%, 56%);
  line-height: 28px;
  margin-bottom: 5px;
}

.testi-box i{
  font-size: 14px;
  margin-right: 2px;
  color: #edf109;
  margin-bottom: 10px;
}

.testi-box h6{
  font-family: Ruluko;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: hsl(27, 79%, 56%);
  margin-bottom: 0px;
}

.owl-dots{
  display: none;
}

.testimonials .owl-prev {
    position: absolute;
    left: -29px;
    top: 0px;
    bottom: 0px;
}

.testimonials .owl-next {
    position: absolute;
    right: -29px;
    top: 0px;
    bottom: 0px;
}

.testimonials .owl-nav span.fa.fa-angle-left {
    border: 3px solid hsl(280, 50%, 35%);
    padding: 5px 11px;
    background-color: transparent;
    font-size: 30px;
    color: hsl(280, 50%, 35%);
    margin-right: 2px;
    border-radius: 10px 0 0 10px;
}

.testimonials .owl-nav span.fa.fa-angle-left:hover{
  border: 3px solid hsl(27, 79%, 56%);
  background-color: hsl(27, 79%, 56%);
  color: hsl(27, 79%, 56%);
}

.testimonials .owl-nav span.fa.fa-angle-right {
    border: 3px solid hsl(280, 50%, 35%);
    padding: 5px 11px;
    background-color: transparent;
    font-size: 30px;
    color: hsl(280, 50%, 35%);
    border-radius: 0 10px 10px 0;
}

.testimonials .owl-nav span.fa.fa-angle-right:hover{
  border: 3px solid hsl(27, 79%, 56%);
  background-color: hsl(27, 79%, 56%);
  color: hsl(27, 79%, 56%);
}

/****************FOOTER**************/

.top-footer{
  padding: 40px 0;
  background-color: hsl(280, 50%, 35%);
}

.top-footer h4{
  font-family: Ruluko;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: hsl(0, 0%, 100%);
  margin-bottom: 20px;
}

.top-footer h4:after {
    content: '';
    width: 80px;
    height: 2px;
    background: hsl(0, 0%, 100%);
    display: block;
    margin-top: 2px;
}

.footer-box{
  background-color: hsl(27, 79%, 56%);
  padding: 40px 20px;
  margin-top: -40px;
  height: 336px;
  margin-bottom: -40px;
}

.footer-box h5{
  font-family: Ruluko;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: hsl(0, 0%, 100%);
  margin-bottom: 20px;
}

.footer-box p i.fa-map-marker-alt {
    margin-bottom: 15px;
    float: left;
    margin-right: 3px;
    margin-top: 6px;
}

.footer-box p{
  font-family: Ruluko;
  font-size: 15px;
  line-height: 20px;
  color: hsl(0, 0%, 100%);
  margin-bottom: 10px;
}

.footer-box p a{
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}

p.get-quotes {
    font-family: Ruluko;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 30px;
}

p.get-quotes a {
    color: hsl(0, 0%, 100%);
    text-decoration: underline;
}

p.get-quotes a:hover{
  color: hsl(27, 79%, 56%);
  text-decoration: none;
}

.links ul{
  padding: 0px;
  margin: 0px;
}

.links ul li{
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #6f00a6;
}

.links ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.links ul li a{
  font-family: Ruluko;
  font-size: 15px;
  line-height: 20px;
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}

.links ul li a:hover{
  color: hsl(27, 79%, 56%);
}

.footer-icons ul{
  padding: 0px;
  margin: 0px;
}

.footer-icons ul li{
  list-style-type: none;
  display: inline-block;
}

.footer-icons ul li i{
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
}

.footer-icons ul li i.fa-facebook-f{
  border: 2px solid #3b5998;
  background-color: #3b5998;
  color: hsl(0, 0%, 100%);
}

.footer-icons ul li i.fa-facebook-f:hover{
  border: 2px solid #1c3873;
  background-color: #1c3873;
}

.footer-icons ul li i.fa-linkedin-in{
  border: 2px solid #0e76a8;
  background-color: #0e76a8;
  color: hsl(0, 0%, 100%);
}

.footer-icons ul li i.fa-linkedin-in:hover{
  border: 2px solid #07567b;
  background-color: #07567b;
}

.footer-icons ul li i.fa-twitter{
  border: 2px solid #00acee;
  background-color: #00acee;
  color: hsl(0, 0%, 100%);
}

.footer-icons ul li i.fa-twitter:hover{
  border: 2px solid #0a88b9;
  background-color: #0a88b9;
}

.footer-icons ul li i.fa-youtube{
  border: 2px solid #c4302b;
  background-color: #c4302b;
  color: hsl(0, 0%, 100%);
}

.footer-icons ul li i.fa-youtube:hover{
  border: 2px solid #921d19;
  background-color: #921d19;
}


.bottom-fotter{
  padding: 15px 0;
  background-color: hsl(280, 71%, 24%);
}

.copyright p{
  font-family: Ruluko;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: hsl(0, 0%, 100%);
  margin-bottom: 0px;
}

.design p{
  font-family: Ruluko;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: hsl(0, 0%, 100%);
  text-align: right;
  margin-bottom: 0px;
}

.design p a{
  text-decoration: underline;
  color: hsl(0, 0%, 100%);
}

.design p a:hover{
  color: hsl(27, 79%, 56%);
  text-decoration: none;
}




/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 1981;
    background-color: hsl(27, 79%, 56%);
    color: hsl(0, 0%, 100%);
    width: 55px;
    height: 54px;
    line-height: 7px;
    right: 15px;
    bottom: 40px;
    padding-top: 7px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa.fa-angle-up {
    line-height: inherit;
    font-size: 26px;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.scroll-top-wrapper i.fas.fa-plug{
  font-size: 30px !important;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 16px;
}

@media(min-width: 2600px)
{
  .slider h2 {
    font-size: 38px;
    line-height: 30px;
  }
}


@media(min-width: 1920px)
{
  .slider h2 {
    font-size: 45px;
    line-height: 50px;
  }
}


/**************PRODUCT DETAIL PAGE START HERE***************/

.page-banner{
  background: url("../images/page-banner11.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: table;
  width: 100%;
  height: 300px;
}

.page-banner .overlay{
  background-color: hsla(0, 0%, 0%, 0.6);
  height: 300px;
  display: table-cell;
  vertical-align: bottom;
}

.page-banner h1{
    font-family: Ruluko;
    font-size: 50px;
    line-height: 54px;
    font-weight: 700;
    color: hsl(0, 0%, 100%);
    margin-bottom: 5px;
}

ul.breadcrumb {
    background: transparent;
    padding: 5px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-radius: 0px;
}

ul.breadcrumb li {
    font-family: Ruluko;
    display: inline;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

ul.breadcrumb li a {
    font-family: Ruluko;
    color: hsl(0, 0%, 100%);
    font-weight: 700;
    text-decoration: none;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    content: "/\00a0";
    color: hsl(0, 0%, 100%);
}

ul.breadcrumb li a:hover {
    color: hsl(27, 79%, 56%);
}

.product-detail{
  padding: 70px 0;
}

.product-left .carousel-inner img{
  width: 100%;
  height: 500px;
  margin-bottom: 25px;
  object-fit: cover;
}

.product-left .carousel-indicators{
  bottom: 36px;
}

.product-left p{
  text-align: justify;
}

.tab-box a.active{
  font-family: Ruluko;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: hsl(27, 79%, 56%) !important;
}

.tab-box a{
  font-family: Ruluko;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: hsl(0, 0%, 0%);
}

.review-box{
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 30px;
}

.review-box i{
  font-size: 12px;
  margin-right: 2px;
  color: #ffbf2d;
  margin-bottom: 15px;
}

.review-box h5{
  font-family: Ruluko;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: hsl(0, 0%, 0%);
}

.review-box p{
  margin-bottom: 0px;
}

.tab-content{
  border: 1px solid #dee2e6;
  border-top: none;
}

a.order-now{
    bottom: 4.4%;
    float: right;
    background-color: #e78636;
    padding: 10px 22px 10px 36px;
    font-family: Ruluko;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    border-radius: 46px 0 0 0;
    text-decoration: none;
    z-index: 99;
    position: absolute;
    right: 23.9%;
}

a.order-now:hover{
  background-color: #682d86;
}

.product-left img{
    width: 100%;
    max-width: 460px;
    height: 323px;
    border: 1px solid #eee;
    position: relative;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

.product-right h4{
    font-family: Ruluko;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: hsl(0, 0%, 100%);
    margin-bottom: 0px;
    background-color: hsl(27, 79%, 56%);
    padding: 10px;
}

.product-right ul{
  padding: 20px;
  margin: 0px;
  border: 1px solid #eee;
}

.product-right ul li{
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.product-right ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.product-right ul li a{
  font-family: Ruluko;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.product-right ul li a:hover{
  color: hsl(27, 79%, 56%);
}





/*#target {
  display:none;
}

.Show
{
  font-family: Ruluko;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  border: none;
  background-color: transparent;
}


.Hide
{
  display:none;
  font-family: Ruluko;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  border: none;
  background-color: transparent;
}*/

/*************CONTACT US PAGE START HERE************/

.contact-body{
  padding: 70px 0;
}

.contact-body h4 {
    font-family: Ruluko;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #e78636;
    margin-bottom: 10px;
}

.contact-body input {
    width: 100%;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 0px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #999;
}

.contact-body textarea {
    width: 100%;
    height: 120px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #999;
}

.contactbox i {
    border: 2px solid #682d86;
    padding: 20px;
    text-align: center;
    width: 60px;
    height: 60px;
    font-size: 20px;
    float: left;
    margin-right: 20px;
    color: #682d86;
    border-radius: 5px;
}

.contactbox h5 {
    font-family: Ruluko;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #682d86;
    margin-bottom: 0px;
}

.contactbox p a{
  text-decoration: none;
  color: #000;
}

.contactbox p a:hover{
  color: #e78636;
}

.contact-body a.btn.btn-primary {
    border: 1px solid #682d86;
    background-color: #682d86;
    padding: 12px 30px;
    border-radius: 0px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    float: right;
    border-radius: 5px;
}

.contact-body a.btn.btn-primary:hover {
    border: 1px solid #e78636;
    background-color: #e78636;
}

/***************SHOWCASE PAGE START HERE**************/

.showcase-body{
  padding: 70px 0;
}

.img-fluid{
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 30px;
}

/*****************ABOUT US PAGE START HERE***************/

.about-body{
  padding: 70px 0;
}

.about-body img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.about-body h2 {
    font-family: Ruluko;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    color: #682d86;
    margin-bottom: 10px;
}

.faqs-section{
  padding: 70px 0;
  background-color: #ddd;
}

.faqs-section h4 {
    font-family: Ruluko;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #682d86;
    margin-bottom: 20px;
    text-align: center;
}

.accordion-container{
  position: relative;
  max-width: 100%;
  width: 100%;
  float: left;

}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
  -moz-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
  -ms-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
    margin-bottom: 10px;
}
.set > a{
  display: block;
  font-family: Ruluko;
  font-size: 16px;
  padding: 10px 20px;
  font-family: var(--font-family);
  text-decoration: none;
  color: #282828;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  background: linear-gradient(to right,rgb(104, 45, 134) 0,rgb(231, 134, 54) 100%);
  color: #fff;
}
.set .content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.set .content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

/***************FAQS PAGE START HERE****************/

.faqssection{
  padding: 70px 0;
  background-color: #f5f5f5;
}

.faqssection .row{
    background-color: #fff;
    padding: 30px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5) !important;
    border: 1px solid #682d86;
}

.faqssection h4{
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  color: #682d86;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.faqssection h4 i{
  color: #e78636;
  padding-right: 10px;
}

.faqssection p{
  margin-bottom: 0px;
}



.mobile-icon{display:none;}
.mobile-icon .material-button-anim{position:fixed;bottom:-1%;left:0;padding:127px 16px 27px 16px;text-align:center;max-width:320px;z-index:999999999999;}
.mobile-icon1 .material-button-anim{position:fixed;bottom:-1%;right:0;padding:127px 16px 27px 16px;text-align:center;max-width:320px;z-index:999999999999;}
.material-button{position:relative;top:0;z-index:1;width:70px;height:70px;font-size:1.5em;color:#fff;background:#11c911;border:none;border-radius:50%;box-shadow:0 3px 6px rgba(0,0,0,.275);outline:none;}
.material-button-toggle{z-index:3;width:50px;height:50px;margin:0 auto;text-align:center;line-height:50px;}
@keyframes bounce{0%{margin-top:0;}
50%{margin-top:-15px;margin-bottom:15px;}
100%{margin-top:0;}
}
@keyframes roket-roket-circle-anim{0%{transform:rotate(0deg) scale(1) skew(0deg);opacity:0.1;}
30%{transform:rotate(0deg) scale(1.25) skew(0deg);opacity:0.25;}
100%{transform:rotate(0deg) scale(1.5) skew(0deg);opacity:0;}
}
.material-button-toggle:not(:hover):not(:focus):not(:active){transition:.25s !important;animation:2.25s bounce infinite !important;}
.material-anim{width:100%;height:100%;text-indent:-9999px;z-index:0;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:none;}
.material-anim.one{-webkit-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;-moz-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;-ms-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;-o-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;-webkit-transition:all 0.5s !important;-moz-transition:all 0.5s !important;-o-transition:all 0.5s !important;transition:all 0.5s !important;}
.material-anim.two{border:2px solid #11c911 !important;opacity:0.1 !important;background:none !important;-webkit-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;-moz-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;-ms-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;-o-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;-webkit-transition:all 0.5s !important;-moz-transition:all 0.5s !important;-o-transition:all 0.5s !important;transition:all 0.5s !important;}
#cd-top{display:none;}
iframe{width:100%;}
iframe{width:100%;}
@media (max-width:767px){.mobile-icon{display:block;}}















/***************MEDIA QUERY*************/

@media(max-width: 1024px)
{
  .slider{
    height: 600px !important;
  }

  .slider .overlay{
    height: 600px !important;
  }

  .product-list .owl-prev{
    left: 3px;
  }

  .product-list .owl-next{
    right: 3px;
  }

  a.order-now{
    right: 20%;
  }
}


@media(max-width: 991px)
{
  .navbar-light .navbar-toggler{
    background-color: hsl(27, 79%, 56%);
  }

  .navbar-light .navbar-toggler {
    background-color: hsl(27, 79%, 56%);
    margin-top: 13px;
    margin-bottom: 12px;
    margin-left: 14px;
  }

  .footer-box{
    height: auto;
    margin-bottom: 20px;
  }

  .service-img img{
    height: 320px;
  }
}

@media(max-width: 834px)
{
  .slider{
    height: 500px !important;
  }

  .slider .overlay{
    height: 500px !important;
  }

  .service-img img{
    height: 280px;
  }

  a.order-now{
    right: 9%;
  }
}

@media(max-width: 768px)
{
  .product-box h6{
    font-size: 16px;
  }

  .product-right h4{
    font-size: 20px;
  }

  a.order-now{
    right: 5%;
  }
}

@media(max-width: 767px)
{
  .welcome-left{
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .welcome-right{
    margin-left: 0px;
    padding: 30px;
  }

  .welcome-right1{
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 30px;
  }

  .inquiry-section h4{
    text-align: center;
    margin-bottom: 25px;
  }

  a.btn.btn-quicks{
    float: none;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .footer-box{
    margin-bottom: 0px;
  }

  .top-footer h4{
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .design p{
    text-align: left;
    margin-top: 10px;
  }

  .service-img img{
    height: auto;
  }

  .contact-body a.btn.btn-primary{
    margin-bottom: 30px;
  }

  .product-left img{
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  a.order-now{
    right: 2%;
  }
}

@media(max-width: 600px)
{
  .product-box h6{
    font-size: 13px;
  }

  .product-list a .product-box{
    padding: 10px;
  }

  .faqssection .row{
    padding: 10px;
  }

  .navbar-light .navbar-nav .nav-link{
    padding: 11px 25px;
  }

  a.order-now{
    right: 3%;
  }
}

@media(max-width: 520px)
{
  .slider{
    height: 400px !important;
  }

  .slider .overlay{
    height: 400px !important;
  }

  .search-bar{
    width: 300px;
  }

  .page-banner h1{
    font-size: 30px;
    line-height: 34px;
  }
}

@media(max-width: 420px)
{
  .header-left ul li a{
    font-size: 14px;
  }

  .header-left ul li i{
    font-size: 14px;
  }

  .search-bar{
    width: 250px;
  }

  a.order-now{
    right: 4%;
  }

  .marquee{
    font-size: 40px;
  }
}

@media(max-width: 360px)
{
  .search-bar{
    width: 200px;
  }

  .header-left ul li a{
    font-size: 12px;
  }
}

@media(max-width: 320px)
{
  .header-left ul li{
    padding-right: 5px;
    margin-right: 0px;
  }

  a.order-now{
    bottom: 7.4%;
    right: 5%;
  }
}
