* {
  margin: 0;
  padding: 0;
  outline: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

img {
  vertical-align: middle;
  border: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

/*======================================================================================================
                                              Sub Navbar Part Start
======================================================================================================= */
#sub_navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sub_navbar_content a {
  color: #5200C6;
  font-size: 16px;
  margin-right: 6px;
}

.sub_navbar_content a i {
  padding-right: 8px;
}

.sub_navbar_content .search_form .form-group {
  margin-bottom: 0;
}

.sub_navbar_content .search_form .form-group .form-control {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-color: #5200C6;
  color: #5200C6;
}

.sub_navbar_content .search_form .form-group .form-control:focus {
  box-shadow: none;
}

.sub_navbar_content .search_form .form-group .btn {
  width: 100%;
  border-right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  background: #5200C6;
  border-color: #5200C6;
}

.sub_navbar_content .content {
  margin-top: 6px;
}

.sub_navbar_content .content a {
  position: relative;
}

.sub_navbar_content .content a i {
  font-size: 20px;
}

.sub_navbar_content .content a span {
  background: #5200C6;
  color: #fff;
  font-size: 8px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: 6px;
}

.sub_navbar_content .mr1 {
  padding-top: 15px;
}

/*==============================================================================================
                                             Navbar Part Start
================================================================================================*/
.navbar {
  background: #5200C6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

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

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

.navbar-light .navbar-nav .nav-link i {
  margin-right: 8px;
}

.navbar-light .get_quote a {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 7px 22px;
  border-radius: 25px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.navbar-light .get_quote a:hover {
  background: #fff;
  color: #5200C6;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 15px;
  padding-right: 15px;
}

/*=====================================================================================================
                                             Banner Part Start
====================================================================================================== */
#banner {
  position: relative;
}

#banner i {
  color: #5200C6;
  background: #fff;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

#banner .left {
  position: absolute;
  top: 50%;
  left: 1%;
  z-index: 99;
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
}

#banner .right {
  position: absolute;
  top: 50%;
  right: 1%;
  z-index: 99;
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
}

#banner:hover .left,
#banner:hover .right {
  opacity: 1;
}

/*=====================================================================================================
                                            Top Products Part Start
=======================================================================================================*/
#top_products {
  padding-top: 80px;
  padding-bottom: 60px;
}

.title {
  margin-bottom: 70px;
}

.title h6 {
  color: #5200C6;
  font-size: 35px;
  text-align: center;
  font-weight: 700;
  position: relative;
}

.title h6:after {
  position: absolute;
  content: '';
  width: 120px;
  height: 2px;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: #5200C6;
}

.title h6:before {
  position: absolute;
  content: '';
  width: 120px;
  height: 2px;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: #5200C6;
}

.top_product_img {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.top_product_img:hover::before {
  opacity: 1;
}

.top_product_img:hover .product_content_inner::before {
  opacity: 1;
  right: 0;
}

.top_product_img:hover .product_content_inner::after {
  opacity: 1;
  left: 0;
}

.top_product_img:hover .product_content_inner .banner_title a {
  color: #fff;
}

.top_product_img:before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all linear 0.35s;
  -webkit-transition: all linear 0.35s;
  -moz-transition: all linear 0.35s;
  -o-transition: all linear 0.35s;
}

.top_product_img .product_content_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all linear 0.35s;
  -webkit-transition: all linear 0.35s;
  -moz-transition: all linear 0.35s;
  -o-transition: all linear 0.35s;
}

.top_product_img .product_content_inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  background: linear-gradient(to bottom left, rgba(0, 0, 0, 0.05) 50%, rgba(0, 106, 208, 0) 50%);
  opacity: 0;
  transition: all linear 0.35s;
  -webkit-transition: all linear 0.35s;
  -moz-transition: all linear 0.35s;
  -o-transition: all linear 0.35s;
}

.top_product_img .product_content_inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  background: linear-gradient(to bottom left, transparent 50%, rgba(82, 0, 198, 0.3) 50%);
  opacity: 0;
  transition: all linear 0.35s;
  -webkit-transition: all linear 0.35s;
  -moz-transition: all linear 0.35s;
  -o-transition: all linear 0.35s;
}

.top_product_img .product_content_inner .banner_title {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 20px;
  transition: all linear 0.35s;
  -webkit-transition: all linear 0.35s;
  -moz-transition: all linear 0.35s;
  -o-transition: all linear 0.35s;
}

.top_product_img .product_content_inner .banner_title a {
  color: #5200C6;
  font-size: 18px;
  font-weight: 600;
  transition: all linear 0.35s;
  -webkit-transition: all linear 0.35s;
  -moz-transition: all linear 0.35s;
  -o-transition: all linear 0.35s;
}

/*======================================================================================================
                                              All Products Part Start
=======================================================================================================*/
#all_products {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/all_products_banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}

#all_products:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}

#all_products .all_products_bg {
  position: relative;
  z-index: 999;
}

#all_products .view-btn {
  text-align: center;
  margin-top: 25px;
}

#all_products .view-btn a {
  color: #fff;
  background: #5200C6;
  padding: 10px 28px;
  font-size: 18px;
  font-weight: 500;
}

/*=====================================================================================================
                                    All Company Logo Slider Part Start
====================================================================================================== */
#company_logos {
  padding-top: 80px;
  padding-bottom: 80px;
}

.company-logos {
  text-align: center;
  border: 1px solid rgba(82, 0, 198, 0.2);
  height: 100px;
  padding: 10px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.company-logos:hover {
  border: 1px solid rgba(82, 0, 198, 0.4);
}

.key-arrows {
  margin-top: 50px;
}

.key-arrows i {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 24px;
  background: #5200C6;
  cursor: pointer;
  margin-right: 10px;
}

/*======================================================================================================
                                           Footer Part Start
====================================================================================================== */
#footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/footer-bottom1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#footer:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

#footer .footer_bg {
  position: relative;
  z-index: 99;
}

.footer_content h6 {
  color: #5200C6;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer_content p {
  color: #454545;
  font-weight: 500;
  text-align: justify;
  line-height: 26px;
}

.footer_content p a {
  color: #454545;
}

.footer_content i {
  color: #5200C6;
  margin-top: 4px;
}

.footer_content .footer_icon a {
  margin-right: 8px;
}

.footer_content .footer_icon a i {
  color: #fff;
  font-size: 16px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background: #5200C6;
}

.footer_content ul {
  margin-bottom: 0;
}

.footer_content ul li {
  margin-bottom: 6px;
}

.footer_content ul li a {
  color: #454545;
  font-weight: 500;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.footer_content ul li a:hover {
  color: #5200C6;
}

/*====================================================================================================
                                           Footer Bottom Part Start
====================================================================================================== */
#footer_bottom {
  padding: 20px 0;
  background: #5200C6;
}

.footer_bottom_content h6 {
  color: #fff;
  font-weight: 500;
  font-style: italic;
}

/*===================================================================================================
                                          Common Banner Part Start
====================================================================================================== */
#cmn_banner {
  padding: 30px 0;
  background: url(../images/footer-bottom2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#cmn_banner:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

#cmn_banner .cmn_banner_bg {
  position: relative;
  z-index: 99;
}

#cmn_banner .breadcrumb {
  background: none;
  justify-content: center;
}

#cmn_banner .breadcrumb .breadcrumb-item a {
  color: #454545;
  font-size: 22px;
  font-weight: 700;
}

#cmn_banner .breadcrumb .breadcrumb-item:before {
  color: #454545;
}

#cmn_banner .breadcrumb .breadcrumb-item::before {
  font-size: 22px;
  font-weight: 700;
}

#cmn_banner .breadcrumb .active {
  color: #5200C6;
  font-size: 22px;
  font-weight: 700;
}

/*=====================================================================================================
                                           Pop up Modal Part Start
======================================================================================================*/
.popup_modal .modal-content {
  position: relative;
}

.popup_modal .modal-content button:focus {
  outline: 0;
}

.popup_modal .modal-content button span {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  color: #fff;
  background: #5200C6;
  text-align: center;
  font-weight: 400;
}

.popup_modal .modal-content .modal-body h6 {
  color: #5200C6;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  margin-top: 12px;
}

.popup_modal .modal-content .modal-body p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 26px;
}

/* ===============================================================================================
                                           Back to Top Part Css
=================================================================================================== */
.back_to_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
  display: none;
}

.back_to_top i {
  color: #fff;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #A95216;
  border-radius: 50%;
}

/*=====================================================================================================
                                            Get Quote Part Start
====================================================================================================== */
#get_qoute {
  padding-top: 80px;
  padding-bottom: 80px;
}

.get_quote_form {
  padding: 35px;
  border: 1px solid rgba(82, 0, 198, 0.2);
  border-radius: 5px;
  background: url(../images/form-image.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.get_quote_form:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: -1;
}

.get_quote_form h6 {
  color: #454545;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 30px;
  text-align: center;
}

.get_quote_form p {
  color: #454545;
  font-weight: 500;
  line-height: 26px;
  text-align: justify;
}

.get_quote_form .form-group label {
  color: #5200C6;
  font-weight: 600;
}

.get_quote_form .form-group .form-check-label {
  color: #454545;
}

.get_quote_form .form-group .form-control {
  border-color: rgba(82, 0, 198, 0.4);
}

.get_quote_form .form-group .form-control:focus {
  box-shadow: none;
}

.get_quote_form .btn {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 28px;
  border-radius: 25px;
  letter-spacing: 1px;
  background: #5200C6;
  border-color: #5200C6;
}

/*=====================================================================================================
                                              Contact Us Part Start
======================================================================================================= */
#contact_us {
  padding: 80px 0;
}

.contact_us_content {
  padding: 30px;
  background: #f1f8ff;
  border: 1px solid rgba(82, 0, 198, 0.2);
  border-radius: 5px;
}

.contact_us_content h6 {
  color: #5200C6;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact_us_content p {
  color: #454545;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}

.contact_us_content i {
  color: #fff;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #5200C6;
  text-align: center;
  border-radius: 50%;
}

.contact_us_content h5 {
  color: #A95216;
  font-size: 18px;
  font-weight: 700;
}

.contact_us_content span a {
  color: #454545;
}

.contact_us_form {
  padding: 30px;
  border: 1px solid rgba(82, 0, 198, 0.2);
  border-radius: 5px;
  background: url(../images/contact-us2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.contact_us_form:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: -1;
}

.contact_us_form h6 {
  color: #5200C6;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact_us_form p {
  color: #454545;
  font-weight: 500;
  line-height: 26px;
  text-align: justify;
}

.contact_us_form .form-group label {
  color: #454545;
  font-weight: 600;
}

.contact_us_form .form-group .form-control {
  border-color: rgba(82, 0, 198, 0.4);
}

.contact_us_form .form-group .form-control:focus {
  box-shadow: none;
}

.contact_us_form .btn {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 28px;
  border-radius: 25px;
  letter-spacing: 1px;
  background: #5200C6;
  border-color: #5200C6;
}

.map {
  line-height: 0 !important;
}

/*======================================================================================================
                                         About Us Part Start
======================================================================================================= */
#about {
  padding: 80px 0;
}

.about_content {
  padding: 35px;
  border: 1px solid rgba(82, 0, 198, 0.2);
  border-radius: 5px;
  background: #f1f8ff;
}

.about_content h6 {
  color: #5200C6;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  line-height: 30px;
}

.about_content p {
  color: #454545;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}

.about_content ul {
  list-style-type: disc;
  margin-left: 35px;
}

.about_content ul li {
  line-height: 26px;
  text-align: justify;
}

.about_content h5 {
  color: #A95216;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

.about_content h4 {
  color: #454545;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.about_content .about-icon {
  text-align: center;
  margin-top: 10px;
}

.about_content .about-icon a {
  margin-right: 8px;
}

.about_content .about-icon a i {
  color: #fff;
  font-size: 16px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background: #5200C6;
}

/*=====================================================================================================
                                               Customer Login Part Start
====================================================================================================== */
#customer_login {
  padding: 80px 0;
}

.login_form {
  padding: 30px;
  border: 1px solid rgba(82, 0, 198, 0.2);
  border-radius: 5px;
  background: url(../images/contact-us1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.login_form:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: -1;
}

.login_form h6 {
  color: #5200C6;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.login_form p {
  color: #454545;
  font-weight: 500;
  line-height: 26px;
  text-align: justify;
}

.login_form .form-group label {
  color: #454545;
  font-weight: 600;
}

.login_form .form-group .form-control {
  border-color: rgba(82, 0, 198, 0.4);
}

.login_form .form-group .form-control:focus {
  box-shadow: none;
}

.login_form .form-group .form-control .form-check-label {
  color: #454545;
  font-weight: 500;
}

.login_form a {
  color: #A95216;
  font-weight: 500;
}

.login_form .btn {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 28px;
  width: 100%;
  letter-spacing: 1px;
  background: #5200C6;
  border-color: #5200C6;
}

.modal-content {
  border: 0;
  border-radius: 0;
  background: #f1f8ff;
  padding: 30px;
}

.modal-content .modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #5200C6;
}

.modal-content .modal-body p {
  color: #454545;
  font-weight: 500;
  line-height: 26px;
  text-align: justify;
}

.modal-content .modal-body .form-group label {
  color: #454545;
  font-weight: 600;
}

.modal-content .modal-body .form-group .form-control {
  border-color: rgba(82, 0, 198, 0.4);
}

.modal-content .modal-body .form-group .form-control:focus {
  box-shadow: none;
}

.modal-content .modal-body .btn {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 28px;
  width: 100%;
  letter-spacing: 1px;
  background: #5200C6;
  border-color: #5200C6;
}

/*===================================================================================================
                                            FAQ Part Start
==================================================================================================== */
#faq {
  padding: 80px 0;
}

.faq_content {
  padding: 35px;
  border: 1px solid rgba(82, 0, 198, 0.2);
  border-radius: 5px;
  background: url(../images/contact-us2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.faq_content:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: -1;
}

.faq_content h6 {
  color: #454545;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding-bottom: 20px;
}

.faq_content .card {
  margin-bottom: 10px;
  border: 1px solid rgba(82, 0, 198, 0.2);
  border-radius: 5px;
}

.faq_content .card .card-header {
  padding: 5px 15px;
  border-bottom: 0;
  background: #f1f8ff;
}

.faq_content .card .card-header .btn-link {
  font-weight: 600;
  color: #5200C6;
}

.faq_content .card .card-header .btn-link:hover {
  text-decoration: none;
}

.faq_content .card .card-header .btn-link:focus {
  text-decoration: none;
}

.faq_content .card .card-body {
  color: #454545;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}

/*=====================================================================================================
                                               Work Process Part Start
====================================================================================================== */
#work_process {
  padding-bottom: 50px;
}

.work_process_content {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid rgba(82, 0, 198, 0.2);
  background: #f1f8ff;
  height: 100%;
}

.work_process_content h6 {
  color: #5200C6;
  font-size: 20px;
  font-weight: 700;
}

.work_process_content p {
  color: #454545;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  text-align: justify;
}

.mb1 {
  margin-bottom: 30px;
}

/*===================================================================================================
                                            Services Part Start
=================================================================================================== */
#services {
  padding: 80px 0;
}

.services_item {
  padding: 30px;
  border: 1px solid rgba(82, 0, 198, 0.2);
  border-radius: 5px;
  background: url(../images/services.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.services_item:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: -1;
}

.services_item h6 {
  color: #A95216;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid rgba(82, 0, 198, 0.2);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.services_item p {
  color: #454545;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}

.services_item .nav-pills .nav-link {
  color: #5200C6;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 17px;
}

.services_item .nav-pills .nav-link.active,
.services_item .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #5200C6;
}

.services_item .tab-pane {
  padding: 0px 20px;
}

.services_item .tab-pane h6 {
  color: #A95216;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid rgba(82, 0, 198, 0.2);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.services_item .tab-pane p {
  color: #454545;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}

/*======================================================================================================
                                   View All Products Part Start
======================================================================================================*/
#view_all_products {
  padding-top: 80px;
  padding-bottom: 80px;
}

#view_all_products p {
  color: #A95216;
  font-weight: 500;
  line-height: 26px;
  text-align: justify;
  padding-bottom: 20px;
}

#view_all_products .pagination {
  justify-content: center;
  margin-top: 10px;
}

#view_all_products .pagination .page-item .page-link {
  font-size: 18px;
  font-weight: 600;
  color: #5200C6;
  padding: 12px 20px;
  border: 1px solid rgba(82, 0, 198, 0.2);
}

#view_all_products .pagination .page-item.active .page-link {
  color: #fff;
  background: #5200C6;
}

.all_categories {
  padding: 20px;
  background: #f1f8ff;
  border-radius: 5px;
  margin-bottom: 30px;
}

.all_categories h6 {
  color: #5200C6;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.all_categories ul {
  margin-bottom: 0;
}

.all_categories ul li {
  margin-bottom: 6px;
}

.all_categories ul li a {
  color: #454545;
  font-size: 16px;
  font-weight: 400;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.all_categories ul li a:hover {
  color: #5200C6;
  text-decoration: underline;
}

.all_categories ul li a i {
  font-size: 10px;
  margin-right: 8px;
  color: #A95216;
}

.all_categories span {
  font-size: 16px;
}

.all_categories span a {
  color: #454545;
  font-weight: 400;
  line-height: 0;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.all_categories span a:hover {
  color: #5200C6;
  text-decoration: underline;
}

/*=====================================================================================================
                                              Products Part Start
======================================================================================================*/
#products {
  padding-top: 80px;
  padding-bottom: 80px;
}

.products_details {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid rgba(82, 0, 198, 0.2);
  background: url(../images/services.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.products_details:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: -1;
}

.products_details h6 {
  color: #5200C6;
  font-weight: 700;
  font-size: 20px;
}

.products_details p {
  color: #454545;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}

.products_details .form-group label {
  color: #5200C6;
  font-weight: 700;
  font-size: 16px;
}

.products_details .form-group .form-check label {
  color: #454545;
  font-weight: 400;
}

.products_details .form-group span {
  color: #A95216;
  font-size: 12px;
  font-weight: 600;
}

.products_details .form-control {
  border-color: rgba(82, 0, 198, 0.2);
}

.products_details .form-control:focus {
  box-shadow: none;
}

.products_details .mrr1 {
  height: calc(1.25rem + 2px);
}

.products_details .products-btn {
  text-align: center;
}

.products_details .products-btn .btn {
  background: #5200C6;
  padding: 12px 25px;
  font-weight: 500;
  border-radius: 30px;
  border-color: #5200C6;
}

.products_details .products-btn span {
  color: #454545;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
}

.products_details .products-btn a {
  background: #A95216;
  padding: 12px 25px;
  font-weight: 500;
  border-radius: 30px;
  border-color: #A95216;
  color: #fff;
}

/*=======================================================================================================
                                              User Profile Part Start
=======================================================================================================*/
.mrr2 .btn {
  padding: 0;
  color: #5200C6;
  background: none;
  margin-right: 12px;
}

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

#user_profile {
  padding: 80px 0;
}

.user_profile_content {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid rgba(82, 0, 198, 0.2);
  background: url(../images/user-profile.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.user_profile_content:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: -1;
}

.user_profile_content .nav-pills .nav-link {
  color: #5200C6;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 17px;
}

.user_profile_content .nav-pills .nav-link.active,
.user_profile_content .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #5200C6;
}

.user_profile_content .tab-pane {
  padding: 0px 20px;
}

.user_profile_content .tab-pane h6 {
  color: #A95216;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid rgba(82, 0, 198, 0.2);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.user_profile_content .tab-pane h5 {
  color: #454545;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 6px;
}

.user_profile_content .tab-pane h5 strong {
  color: #A95216;
  margin-right: 10px;
  font-size: 16px;
}

.user_profile_content .tab-pane h4 {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 20px;
  background: #A95216;
  border-radius: 5px;
}

.user_profile_content .tab-pane ul li {
  color: #454545;
  font-weight: 500;
  line-height: 26px;
  text-align: justify;
  margin-bottom: 10px;
}

.user_profile_content .tab-pane .btn {
  background: #5200C6;
  font-weight: 500;
  border-color: #5200C6;
  padding: 7px 35px;
  border-radius: 25px;
  letter-spacing: 1px;
}

.user_profile_content .tab-pane .btn:focus {
  box-shadow: none;
}

.user_profile_content .tab-pane p {
  color: #454545;
  font-weight: 500;
  line-height: 26px;
  text-align: justify;
}

.user_profile_content .tab-pane .form-group label {
  color: #A95216;
  font-weight: 700;
  font-size: 16px;
}

.user_profile_content .tab-pane .form-group .form-control {
  border-radius: 25px;
}

.user_profile_content .tab-pane .form-group .form-control:focus {
  box-shadow: none;
}

/*=======================================================================================================
                                                Cart Part Start
========================================================================================================*/
#cart {
  padding: 80px 0;
}

.cart_content {
  padding: 30px;
  background: #f1f8ff;
  border-radius: 5px;
  border: 1px solid rgba(82, 0, 198, 0.2);
}

.cart_content h6 {
  color: #5200C6;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 10px;
}

.cart_content p {
  color: #454545;
  font-weight: 500;
}

/*# sourceMappingURL=style.css.map */