/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     font-size: 14px;
     font-family: 'poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
     position: relative;
}


a {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     margin: 0;
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px;
}

h5 {
     font-size: 14px;
}

h6 {
     font-size: 13px;
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     text-decoration: none!important;
     opacity: 1;
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
}

p {
     margin: 0px;
     font-weight: 300;
     font-size: 15px;
     line-height: 26px;
}

a {
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

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

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     margin: 0;
     padding: 0;
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.col-content{
  transition: all .3s ease-in-out;
}

/**-- heading section --**/

.main_heading {
     text-align: center;
     display: flex;
     justify-content: center;
     position: relative;
     margin-bottom: 50px;
}

.main_heading h2 {
     padding: 0;
     font-size: 48px;
     line-height: 60px;
     font-weight: 400;
     position: relative;
     letter-spacing: -0.5px;
     padding-left: 15px;
}

.main_heading h2 strong {
     font-weight: 600;
     padding: 0 15px;
     line-height: 68px;
}

.small_main_heading {
     margin-top: 25px;
     float: left;
     width: 100%;
     margin-bottom: 25px;
}

.small_main_heading h2 {
     padding: 2px 0 20px 0;
     font-weight: 400;
     font-size: 28px;
     background-repeat: no-repeat;
     padding-left: 55px;
     letter-spacing: -0.5px;
}

.small_main_heading h2 strong {
     font-weight: 600;
}

.main_bt {
     padding: 10px 60px 10px 60px;
     float: left;
     font-size: 15px;
     font-weight: 400;
     border-radius: 0;
     margin-right: 30px;
}

a.readmore_bt {
     font-weight: 300;
     text-decoration: underline !important;
}

/**-- list icon --**/

.ul_list_info_icon ul {
     list-style: none;
}

.ul_list_info_icon ul li {
     display: inline;
     float: left;
     width: 100%;
}

.ul_list_info_icon ul li img {
     width: 75px;
}


/*---------------------------- preloader area ----------------------------*/

.loader_bg, .loader_bg_2{
     position: fixed;
     z-index: 9999999;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 100px;
}

.loader_bg_2 .loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display:block;
}

.loader_bg_2 .loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loader_bg_2 .loading:not(:required) {
  font: 0/0 a;
  text-shadow: none;
  border: 0;
}

.loader_bg_2 .loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}


/*---------------------------- scroll to top area ----------------------------*/

.scrollup {
     float: right;
     position: absolute;
     right: 20px;
     padding: 0px 5px;
     text-transform: uppercase;
     font-weight: 600;
     position: fixed;
     bottom: 20px;
     z-index: 99;
     text-align: center;
     cursor: pointer;
     border-radius: 0px;
     opacity: 0;
     backface-visibility: hidden;
     -webkit-backface-visibility: hidden;
     transform: scale(1);
     -moz-transform: scale(1);
     -o-transform: scale(1);
     -webkit-transform: scale(1);
     transition: .2s all ease;
     -moz-transition: .2s all ease;
     -o-transition: .2s all ease;
     -webkit-transition: .2s all ease;
     width: 50px;
     height: 50px;
     border-radius: 100%;
     line-height: 48px;
     font-size: 16px;
}

.scrollup.b-show_scrollBut {
     opacity: 1;
     visibility: visible;
}

.top_awro {
     cursor: pointer;
     padding: 6px 8px;
     position: fixed;
     bottom: 59px;
     right: 20px;
     display: none;
     height: 45px;
     width: 45px;
     border-radius: 50%;
     text-align: center;
     line-height: 30px;
     transition: all 0.5s ease;
}

.margin_top_50 {
     margin-top: 50px;
}

.margin_bottom_30_all {
     margin-bottom: 30px;
}

.text_align_center {
     text-align: center;
}


/*--------------------------------------------------------------------- header area ---------------------------------------------------------------------*/

.logo_section {
     text-align: center;
}

div.center-desk{
  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

div.logo{
  margin-right: 20px;
}

div.logo span{
  display: block;
}

div.logo span.brandname{
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 5px;
}

div.logo span.brand-tagline{
  line-height: 24px;
  font-size: 14px;
  padding-top: 5px;
  text-transform: capitalize;
  font-weight: normal;
}

nav.main-menu {
     float: right;
     margin-left: 0;
     list-style: none;
}

.right_cart_section {
     float: right;
     width: auto;
}

li.has-sub{
  position: relative;
}


@media screen and (min-width:1200px) {

  #ft-slider .product-option .po-img-container{
    transition: all .3s ease-in-out;
    overflow: hidden;
  }

  #ft-slider .product-option .po-img-container img{
    transition: all 0.6s ease-in-out;
  }

  #ft-slider .product-option .po-img-container img:hover {
    transform: scale(1.25, 1.25);
    transition: all 0.6s ease-in-out;
  }

  #ft-slider-container .rotator-image-container{
    transition: all .3s ease-in-out;
    overflow: hidden;
  }

  #ft-slider-container .rotator-image-container img{
    transition: all 0.6s ease-in-out;
  }

  .service-category-option .sc-opt-img-container{
    transition: all .3s ease-in-out;
    overflow: hidden;
  }

  .service-category-option .sc-opt-img-container img{
    transition: all 0.6s ease-in-out;
  }

  .service-option .sr-opt-img-container{
    transition: all .3s ease-in-out;
    overflow: hidden;
  }

  .service-option .sr-opt-img-container img{
    transition: all 0.6s ease-in-out;
  }

  #product-line-options-container .product-option .po-img-container{
    transition: all .3s ease-in-out;
    overflow: hidden;
  }
  #product-line-options-container-2 .product-option .po-img-container{
    transition: all .3s ease-in-out;
    overflow: hidden;
  }

  #product-line-options-container .product-option .po-img-container img{
    transition: all 0.6s ease-in-out;
  }

  #product-line-options-container .product-option .po-img-container img:hover {
    transform: scale(1.25, 1.25);
    transition: all 0.6s ease-in-out;
  }

  .product-category-option .pc-opt-img-container{
    transition: all .3s ease-in-out;
    overflow: hidden;
  }

  .product-category-option .pc-opt-img-container img{
    transition: all 0.6s ease-in-out;
  }

  .product-category-option img:hover {
    transform: scale(1.25, 1.25);
    transition: all 0.6s ease-in-out;
  }

  .product-option{
    transition: all .3s ease-in-out;
    overflow-x: hidden;
  }

  .product-tile-option .pt-opt-img-container{
    transition: all .3s ease-in-out;
    overflow: hidden;
  }

  .product-tile-option .pt-opt-img-container img{
    transition: all 0.6s ease-in-out;
  }

  .product-tile-option:hover .pt-opt-img-container img{
    transform: scale(1.25, 1.25);
    transition: all 0.6s ease-in-out;
  }

  .featured-service-option .fs-opt-img-container{
    transition: all .3s ease-in-out;
    overflow: hidden;
  }

  .featured-service-option .fs-opt-img-container img{
    transition: all 0.6s ease-in-out;
  }

  .product-option img{
    transition: all 0.6s ease-in-out;
  }

  .product-option img:hover {
    transform: scale(1.25, 1.25);
    transition: all 0.6s ease-in-out;
  }

  .service-category-option{
    transition: all .3s ease-in-out;
    /* overflow-x: hidden; */
  }

  .service-category-option img{
    transition: all 0.6s ease-in-out;
  }

  .service-category-option:hover img{
    transform: scale(1.25, 1.25);
    transition: all 0.6s ease-in-out;
  }

  .service-option{
    margin-top: 15px;
    margin-bottom: 15px;
    transition: all .3s ease-in-out;
  }

  .service-option img{
    transition: all 0.6s ease-in-out;
  }

  .service-option:hover img{
    transform: scale(1.25, 1.25);
    transition: all 0.6s ease-in-out;
  }

  .-featured-service-option{
    transition: all .3s ease-in-out;
    overflow-x: hidden;
  }

  .featured-service-option img{
    transition: all 0.6s ease-in-out;
  }

  .featured-service-option:hover img{
    transform: scale(1.25, 1.25);
    transition: all 0.6s ease-in-out;
  }

  li.has-sub > a::after {
      font-family: 'FontAwesome';
      content: "\f107";
      margin-left: 5px;
  }

  li.sub2 > a::after{
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right: 10px;
    /* float: right; */
    position: absolute;
    right: 0px;
  }

  li.sub3 >a::before{
    font-family: 'FontAwesome';
    content: "\f104";
    /* margin-left: 10px; */
    position: absolute;
    left: 10px;
  }

}
.right_cart_section ul {
     float: left;
     min-height: auto;
     margin: 0;
     padding: 12px 0 0;
}
.right_cart_section .cart_icons {
     padding: 18px 0 0;
}
.main-menu ul>li nth:child(5) a {
     padding-right: 0px;
}
.right_cart_section ul li {
     float: left;
     font-size: 17px;
     font-weight: 400;
     margin-right: 30px;
}
.right_cart_section ul.cart_update li {
     font-size: 13px;
     line-height: normal;
     margin: 0;
     font-weight: 300;
}
.right_cart_section ul.cart_update li span {
     font-size: 18px;
     font-weight: 300;
     line-height: 21px;
}
.right_cart_section ul li i {
     margin-right: 10px;
     margin-top: 5px;
     float: left;
     font-size: 21px;
}
/*-- end header middle --*/

.top-bar-info {
     padding: 5px 0px;
}

.top-menu-left {
     float: left;
}

.top-menu-left li {
     position: relative;
     display: inline-block;
     margin-right: 11px;
     padding-right: 12px;
}

.top-menu-left li::before {
     content: '';
     position: absolute;
     right: 0;
     top: 9px;
     height: 10px;
}

.top-menu-left li:last-child::before {
     display: none;
}

.top-menu-left li:last-child {
     padding: 0px;
     margin: 0px;
}

.top-menu-left li a {
     font-size: 12px;
     text-transform: uppercase;
     text-decoration: none;
}

.right-dropdown-language {
     float: right;
     margin-left: 12px;
}

.dropdown-bar .dropdown-link {
     position: absolute;
     z-index: 1009;
     top: 40px;
     left: 0;
     right: auto;
     min-width: 50px;
     padding: 15px;
     list-style: none;
     opacity: 0;
     visibility: hidden;
     -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     -webkit-transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
     -o-transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
     transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
     text-align: left;
}

.dropdown-bar:hover .dropdown-link {
     opacity: 1;
     visibility: visible;
     top: 25px;
}

.dropdown-bar.right-dropdown-language>a::after {
     font-family: 'FontAwesome';
     content: "\f107";
     text-decoration: none;
     padding-left: 4px;
}

.right-dropdown-language>a {
     line-height: 10px;
     padding: 5px 5px;
     cursor: pointer;
}

.dropdown-bar .dropdown-link li a {
     display: block;
     font-size: 12px;
     line-height: 15px;
     padding: 5px 0;
}

.dropdown-bar .dropdown-link li a img {
     margin-right: 7px;
}

.dropdown-bar .dropdown-link li.active {
     font-weight: bold;
}

.right-dropdown-language .dropdown-link {
     min-width: 100px;
     padding: 7px 10px;
}

.dropdown-bar {
     position: relative;
     padding: 0 5px;
     font-size: 13px;
}

.dropdown-bar .dropdown-link.right-sd {
     left: auto;
     right: 0;
}

.right-dropdown-currency {
     float: right;
     margin-left: 12px;
}

.dropdown-bar.right-dropdown-currency>a::after {
     font-family: 'FontAwesome';
     content: "\f107";
     text-decoration: none;
     padding-left: 4px;
}

.right-dropdown-currency>a {
     line-height: 10px;
     padding: 5px 5px;
     cursor: pointer;
}

.right-dropdown-currency .dropdown-link {
     min-width: 100px;
     padding: 7px 10px;
}

.right-dropdown-currency .dropdown-link {
     min-width: 55px;
     padding: 7px 10px;
}

.right-dropdown-currency .dropdown-link li a span.symbol {
     margin-right: 7px;
}

#login-modal .modal-content {
     border-radius: 0px;
}

#login-modal .modal-content .modal-header {
     border-radius: 0;
}

#login-modal .modal-content .modal-body .form-group input {
     border-radius: 0px;
}

#login-modal .modal-content form {
     margin-bottom: 10px;
}

.modal-title {
     padding: 0px;
     font-size: 18px;
     text-transform: uppercase;
}

.btn-template-outlined {
     border: none;
     border-radius: 0px;
}

.btn-template-outlined i {
     padding-right: 10px;
}

.text-muted {
     padding: 10px 0px;
}

.slogan-line {
     float: right;
     font-size: 13px;
}

.middle-area {
     padding: 30px 0px;
}

.header-search {
     padding: 3px 0px;
}

.header-search form {
     position: relative;
     -webkit-box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.2);
     box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.2);
}

.header-search .btn-group.bootstrap-select {
     position: absolute;
     left: 0px;
     top: 0px;
}

.header-search input {
     width: 100%;
     min-height: 45px;
     border-radius: 0px;
     border: none;
     padding-left: 15px;
     border: 1px solid #e0e7ed;
}

.header-search form .search-btn {
     position: absolute;
     right: 0;
     top: 0;
     border: 0;
     font-size: 20px;
     padding: 4px 15px;
     border-radius: 0px;
     cursor: pointer;
}

.cart-box {
     float: right;
     margin-left: 10px;
     position: relative;
}

.cart-content-box {
     position: absolute;
     z-index: 1009;
     top: 40px;
     left: auto;
     right: 0;
     min-width: 250px;
     max-width: 250px;
     padding: 15px;
     list-style: none;
     opacity: 0;
     visibility: hidden;
     -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     text-align: left;
     -webkit-transform: scaleY(0);
     transform: scaleY(0);
     -webkit-transform-origin: 0 0 0;
     transform-origin: 0 0 0;
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
}

.cart-box:hover .cart-content-box {
     opacity: 1;
     visibility: visible;
     top: 100%;
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
}
.inner-cart {
     border-radius: 2px;
     padding: 0px;
     position: relative;
     width: 40px;
     height: 40px;
     text-align: center;
}

.line-cart {
     float: left;
     line-height: 40px;
     margin-right: 9px;
}

.cart-box a {
     display: inline-block;
}

.cart-box a span.icon {
     width: 30px;
     height: 40px;
     display: inline-block;
     line-height: 40px;
     text-align: center;
     position: relative;
     border-radius: 2px;
}

.cart-box a .p-up {
     position: absolute;
     right: -8px;
     top: -8px;
     line-height: initial;
     padding: 3px;
     border-radius: 50%;
     width: 17px;
     height: 17px;
     font-size: 12px;
     text-align: center;
     line-height: 10px;
}

.wish-box {
     float: right;
}

.wish-box a {
     display: inline-block;
}

.wish-box a span.icon {
     width: 40px;
     height: 40px;
     display: inline-block;
     line-height: 40px;
     text-align: center;
     position: relative;
     border-radius: 2px;
}

.cart-content-right {
     padding: 5px 0px;
}
.cart-content-box .items {
     text-align: center;
}

.product-media {
     width: 60px;
     float: left;
     position: relative;
}

.cart-content-box .items:hover .product-media::before {
     transform: scale(1);
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
}

.product-media::before {
     position: absolute;
     content: '';
     z-index: 2;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     opacity: 0.4;
     transform: scale(0);
     -webkit-transform: scale(0);
     -moz-transform: scale(0);
     -ms-transform: scale(0);
     -o-transform: scale(0);
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}

.cart-content-box .items .item .remove {
     position: absolute;
     right: 0px;
     top: 0px;
     width: 20px;
     height: 20px;
     line-height: 18px;
     border-radius: 2px;
}

.cart-content-box .items .item {
     margin-bottom: 10px;
     padding-bottom: 10px;
     position: relative;
}
.cart-content-box .items .item .product-info {
     padding-top: 10px;
     padding-left: 71px;
     text-align: left;
}

.subtotal {
     text-align: left;
     text-transform: capitalize;
     font-weight: 500;
     margin-bottom: 15px;
}
.subtotal span {
     font-weight: bold;
     padding-left: 15px;
     float: right;
}

.actions .btn-process {
     padding: 5px 16px;
     font-family: 'Roboto', sans-serif;
     font-size: 14px;
     border-radius: 2px;
     overflow: hidden;
}

.line-cart {
     position: relative;
}

.wish-box a span.icon span {
     position: absolute;
     right: -8px;
     top: -8px;
     line-height: initial;
     padding: 3px;
     border-radius: 50%;
     width: 17px;
     height: 17px;
     font-size: 12px;
}

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

.main-menu ul {
     margin: 0;
     list-style-type: none;
}

.main-menu ul>li {
     display: inline-block;
     position: relative;
}

.main-menu ul>li a {
     padding: 21px 10px;
     line-height: 20px;
     font-size: 16px;
     display: block;
     font-weight: 500;
     color: #0f0901;
}

/* .main-menu ul li:last-child a {
     padding-right: 0;
} */

.main-menu ul>li .sub-down li a {
    white-space: nowrap;
     font-size: 15px;
     text-transform: capitalize;
     font-weight: 300;
    padding-top: 12px;
    padding-bottom: 12px;
     position: relative;
     /* padding-right: 30px; */
}

.main-menu ul>li .sub-down li.sub3>a {
  padding: 12px 7px 12px 30px;
}

.main-menu ul>li .sub-down li.sub2>a {
  padding-right: 30px;
}

.main-menu ul li:first-child {
     margin-left: 0;
}
.main-menu ul>li>ul {
     opacity: 0;
     position: absolute;
     text-align: left;
     -webkit-transform: scaleY(0);
     transform: scaleY(0);
     -webkit-transform-origin: 0 0 0;
     transform-origin: 0 0 0;
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     visibility: hidden;
     width: auto;
     min-width: 175px;
     z-index: 999;
     -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
     box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
     padding-left: 0;
}
.main-menu>ul>li:hover>ul {
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
     visibility: visible;
     opacity: 1;
}

.main-menu ul>li>ul>li {
     margin: 0px;
     position: relative;
     display: block;
     padding: 2px;
}

.sub-mid{
  left: 100%;
}

.main-menu ul>li>ul>li>ul {
  top: 0;
}

.main-menu ul>li>ul>li:hover>ul {
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
     visibility: visible;
     opacity: 1;
}

.sub-end{
  left: 100%;
}
.edge{
  left: auto;
  right: 100%;
}

.mean-container .mean-nav {
     margin-top: 0px;
     position: absolute;
     top: 100%;
}

.main-menu ul>li {
     position: relative;
     display: inline-block;
     vertical-align: middle;
}

.main-menu ul>li:nth-child(6) {
     padding-right: 0px;
}

.nav>li {
     position: inherit;
     display: inline-block;
     vertical-align: middle;
}

.megamenu .sub-down {
     max-width: 1140px;
     width: 100%;
     left: 0;
     margin: 0 auto;
     right: 0;
     padding: 15px 0px;
}

.simple-down {
     padding: 15px;
}

.megamenu-categories {
     padding: 10px 0px;
}

.sub-full.megamenu-categories li {
     display: block;
}

.megamenu .sub-full.megamenu-categories ol li a {
     padding: 5px 0px;
     font-size: 15px !important;
     font-weight: 500;
}

.sub-full.megamenu-categories ol li .category-title {
     padding: 15px 0px;
     font-size: 16px;
     font-weight: 600;
     text-transform: uppercase;
}

.sub-full.megamenu-categories ol li .category-box a {
     padding: 5px 0px;
}

.menu-add {
     padding: 30px 15px;
}

.menu-add img {
     width: 100%;
}

.main-w img {
     width: 100%;
}

/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/
ul.email_call {
     padding-top: 12px;
}

ul.email_call li {
     display: inline-block;
}

ul.email_call li a {
     font-size: 14px;
     padding-right: 20px;
}

ul.email_call li a i {
     padding-right: 10px;
}

ul.social_icon {
  display: inline-block;
     float: right;
     padding-top: 12px;
     padding-bottom: 12px;
}

ul.social_icon li {
     display: inline-block;
     margin: 0 4px;
}

ul.social_icon li a {
     width: 28px;
     height: 28px;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 105px;
     font-size: 17px;
}

#header_app_opts{
  list-style-type: none;
  display: inline-block;
}

#header_app_opts li{
  display: inline-block;
  margin: 12px 5px 0px 5px;
}

#header_app_opts li a{
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  padding: 8px;
  border-radius: 5px;
}

.bn-slide{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.banner-content{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin-left: 0;
  display: flex;
  align-items:flex-start;
  flex-direction: column;
  justify-content: center;
}

.banner-content .banner_content_inner{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#logo-nav-container{
  z-index: 1010;
  box-shadow: 0px 3px 5px #0000001f;
}

.header {
     position: relative;
     z-index: 999;
     width: 100%;
     padding: 15px 40px;
}

.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     line-height: 40px;
}

.banner_Client {
     position: relative;
}

.text-bg {
     text-align: left;
}

.text-bg span {
     font-weight: bold;
     font-size: 45px;
     line-height: 45px;
     text-transform: uppercase;
}

.text-bg h1 {
     padding-top: 10px;
     font-size: 30px;
     line-height: 30px;
     padding-bottom: 15px;
     font-weight: bold;
     text-transform: uppercase;
}

.text-bg p {
     font-size: 15px;
}

.text-bg a {
     text-align: center;
     margin-top: 20px;
     font-size: 14px;
     padding: 10px 0px;
     width: 100%;
     max-width: 190px;
     border-radius: 15px;
     float: left;
     display: inline-block;
}

.text {
     position: inherit;
     text-align: left;
     width: 100%;
     bottom: auto;
     padding: 0;
     margin-top: 90px
}

.slider_section {
  z-index: auto;
}

.banner_main .carousel-caption {
     position: inherit;
}

.carousel-indicators {
     right: inherit;
     top: 60%;
     display: block;
     margin-left: 4%;
}

.carousel-indicators li {
     width: 18px;
     height: 18px;
     border-radius: 20px;
     margin: 5px 0px;
}

#banner_slider .carousel-control-prev,
#banner_slider .carousel-control-next {
     opacity: 1;
     width: 10%;
}

@media screen and (min-width:787px){
  #banner_slider .carousel-control-prev i, #banner_slider .carousel-control-next i{
    font-size: 50px;
  }
}

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

  #banner_slider .carousel-control-prev{
    left: 10px;
  }
  #banner_slider .carousel-control-next{
    right: 10px;
  }

  #banner_slider .carousel-control-prev i, #banner_slider .carousel-control-next i{
    font-size: 35px;
  }
}


.service-title-section{
  text-align: center;
  padding-top: 50px;
}
.service-title-section h2{
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 6px;
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 55px;
}

.service-title-section h2::after{
  display: block;
  content: "";
  width: 50px;
  height: 4px;
  margin: 10px auto;
}

#product-info-container div.service-title-section h1{
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 6px;
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 35px;
}

#product-info-container ul{
  margin-left: 20px;
}

#product-info-container div.service-title-section h1::after{
  display: block;
  content: "";
  width: 50px;
  height: 4px;
  margin: 10px auto;
}

.three_box {
     text-align: center;
     padding: 0px 30px 30px 30px;
}

.padd_ri {
     padding-right: 0;
     padding-left: 7px;
}
.padding_l {
     padding-left: 5px;
     padding-right: 5px;
}
.padd_rile {
     padding-right: 7px;
     padding-left: 0;
}
.three_box span {
     border-radius: 48px;
     width: 70px;
     height: 70px;
     font-size: 25px;
     display: inline-block;
     padding-top: 12px;
     margin-top: -25px;
     text-align: center;
}
.three_box h3 {
     font-size: 30px;
     line-height: 25px;
     font-weight: 500;
     padding: 30px 0 20px 0;
}
.three_box p{
     font-size: 17px;
     line-height: 35px;
}

/** end three box **/

/* Featured products section */
#ft-slider-container .rotator-image-container{
  height: 300px;
  position: static;
}

#ft-slider-container .rotator-image-container img{
  height: 100%;
  width: auto;
  margin: 0 auto;
}

#ft-slider-container .product-option{
  position: relative;
}

#ft-slider-container .product-option span{
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 7px;
  font-size: 11px;
  border-bottom-left-radius: 5px;
}

#ft-slider-container .product-option h2{
  margin-top: 20px;
  text-align: center;
}

#ft-slider-container .product-option p{
  margin-bottom: 50px;
}

#ft-slider-container .product-option .product-attachment-container{
  position: absolute;
  width: 90%;
  bottom: 30px;
  text-align: right;
}

#ft-slider-container .product-option div{
  margin-top: 20px;
}

#ft-slider-container .product-option div:nth-of-type(3) a{
  padding: 5px 7px;
  border-radius: 3px;
}
#ft-slider-container .product-option div a::before{
  font-family: 'FontAwesome';
  margin-right: 5px;
}

/* product tabs container properties */
#product-tab-container-2 ul.nav-pills{
  padding: 10px 0 10px 10px;
  border-radius: 5px;
}

#product-tab-container-2 .tab-pane ul{
  margin-left: 20px;
}

/* product tabs container properties */

#latest-news-section .owl-nav{
  height: 100%;
  top: 0;
}

.our-clients-slider .owl-nav{
  top: 20%;
}

.owl-nav{
  position: absolute;
  top: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  left: 0;
}

.owl-nav .owl-prev, .owl-nav .owl-next{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.owl-prev span, .owl-next span{
  font-size: 40px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  margin: 20px 0;
  line-height:35px;
}
/* Owl carousel custom properties */

/* Featured products section */

/* Product categories section properties */
#pc-options-container{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: multiply;
}

.product-category-option .col-content{
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: #2226261f 0px 2px 3px;
}

.product-category-option h3{
  text-align: center;
  margin-top: 20px;
}

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

.product-category-option div.pc_ecbtn{
  text-align: right;
  margin: auto 10px 15px 0;
}

.product-category-option div{
  position: relative;
}

.product-category-option div p{
  padding-bottom: 80px;
}

.product-category-option div div a{
  padding: 5px 7px;
  border-radius: 3px;
}

.product-category-option div div a::before{
  font-family: 'FontAwesome';
  content: "\f06e";
  margin-right: 5px;
}

/* specialities_section properties */
.speciality_option .col-content{
  position: relative;
  box-shadow: #2226261f 0px 2px 3px;
  padding: 20px;
}

.speciality_option .col-content div{
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.speciality_option .col-content div a{
  padding: 5px 7px;
  border-radius: 3px;
}
/* specialities_section properties */

/* team_section properties */
#about_team_members_container{
  padding: 30px 0;
}
#team_members_container .team_members_option .col-content{
  height: 100%;
  padding: 20px 0px 100px 0px;
  box-shadow: #2226261f 0px 2px 3px;
  position: relative;
}
#about_team_members_container .team_members_option .col-content{
  box-shadow: #2226261f 0px 2px 3px;
}

.team_members_option img{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-top: 20px;
}

.team_members_option h3{
  text-align: center;
  margin-top: 20px;
}

.team_members_option div div:nth-of-type(2){
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin-top: 20px;
}

.team_members_option div div a{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 5px;
  margin: 0 5px;
}

.team_members_option .modal-content img{
  display: block;
  margin: 0px auto 0px auto;
  width: 120px;
}

.team_members_option .modal-content p{
  margin: 20px 50px;
  font-family: 'Roboto';
  font-size: 16px;
  text-align: center;
}

.team_members_option .modal-content button{
  margin: 15px 15px;
  text-align: right;
}

/* team_section properties */

/* Product categories section properties */

/* Product line section properties */

#product-line-options-container-2 h3{
  font-size: 22px;
  font-weight: bold;
}

#product-line-options-container-2 div a::before{
  content: "";
}

#product-line-options-container-2 div.product-option{
  overflow-y: hidden;
}

#product-line-options-container{
  padding: 30px 0;
}

#product-line-options-container .product-option div.kn_btn a, #product-line-options-container-2 .product-option div.kn_btn a{
  padding: 5px 7px;
  border-radius: 3px;
}

#product-line-options-container .pc-opt-img-container{
  overflow: hidden;
}

#product-line-options-container .pc-opt-img-container a::before{
  content: none;
}
#product-line-options-container .product-option .pc-opt-img-container a{
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
}

#product-line-options-container .product-option{
  margin: auto;
  padding: auto;
  box-shadow: none;
  position: static;
}

#product-line-options-container .product-option .col-content{
  height: 100%;
  box-shadow: #2226261f 0px 2px 3px;
  position: relative;
}
/* Product line section properties */

/* Product options section */
.product-option{
  margin: 20px 0px;
  padding: 20px;
  box-shadow: #2226261f 0px 2px 3px;
  position: relative;
}

.product-option h3{
  text-align: center;
  font-size: 1.3rem !important;
  margin-top: 20px;
}

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

.product-option div div:nth-of-type(2) ul{
  margin-left: 20px;
}

.product-option div div:nth-of-type(3){
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 28px 15px 0;
  text-align: right;
}

.product-option div div a::before{
  font-family: 'FontAwesome';
  content: "\f05a";
  margin-right: 5px;
}

/* Product options section */

/* Featured services section properties */

.featured-service-option{
  padding: 10px 0px;
  position: relative;
}

.featured-service-option h2{
  margin-top: 20px;
  text-align: center;
}

.featured-service-option p{
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 100px;
}

#featured-services-slider img{
  width: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.featured-service-option .fs-opt-img-container{
  position: static;
}

.service-category-option .sc-opt-img-container{
  position: static;
  margin: 0;
  padding: 0;
}

.service-option .sr-opt-img-container{
  position: static;
}

#ft-slider .product-option .po-img-container{
  position: static;
  margin-top: 0;
}
#ft-slider .product-option .po-img-container a::before{
  content: none;
  margin-right: 0;
}
#ft-slider .product-option .po-img-container a{
  border: 0;
  padding: 0;
}

#ft-slider div.product-option div:nth-of-type(3){
  position: absolute;
  bottom: 20px;
  right: 20px;
}

div.my-common-section #ft-slider div.product-option div:nth-of-type(3){
  position: static;
  bottom: 20px;
  right: 20px;
}

#ft-slider div.product-option div:nth-of-type(2) ul{
  margin-left: 20px;
}

#product-line-options-container .product-option .po-img-container{
  position: static;
  margin-top: 0;
}

#product-line-options-container .product-option .po-img-container a::before{
  content: none;
  margin-right: 0;
}

#product-line-options-container .product-option .po-img-container a{
  border: 0;
  padding: 0;
}

.product-category-option .pc-opt-img-container{
  position: static;
  margin: 0;
  padding: 0;
}

.product-category-option .pc-opt-img-container a::before{
  content: none;
  margin-right: 0;
}
.product-category-option .pc-opt-img-container a{
  content: none;
  margin-right: 0;
  border: 0;
  padding: 0;
}

.featured-service-option div{
  position: absolute;
  bottom: 20px;
}
.featured-service-option div a{
  padding: 5px 7px;
  border-radius: 3px;
}

.featured-service-option span{
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 7px;
  font-size: 11px;
  border-bottom-left-radius: 5px;
}
/* Featured services section properties */

/* Home Enquiry Form Start */
#enquireModal .input-group {
 margin-top: 15px;
 margin-bottom: 15px;
}

#enquireModal .input-group-btn {
  width: 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#enquireModal br{
  display: none;
}

#enquireModal button{
  outline: none;
}

#enquireModal input[type="submit"]{
  border: 0;
  border-radius: 25px;
  display: block;
  margin: 20px auto 0px auto;
  padding: 5px 15px;
  outline: none;
}

/* Home Enquiry Form Ends */

/* Service categories section properties */
#service-categories-section{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: multiply;
}

.service-category-option .col-content{
  height: 100%;
  box-shadow: #2226261f 0px 2px 3px;
}

.featured-services-slider .owl-prev span, .featured-services-slider .owl-next span{
  font-size: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 10px;
}

.service-category-option h3{
  text-align: center;
  margin-top: 20px;
}

.service-category-option p{
  text-align: justify;
}

.service-category-option div{
  text-align: left;
  margin-top: 20px;
  padding-bottom: 20px;
}

.service-category-option div a{
  padding: 5px 7px;
  border-radius: 3px;
}
.service-category-option div a::before{
  font-family: 'FontAwesome';
  content: "\f06e";
  margin-right: 5px;
}
/* Service categories section properties */

/* Service options section */
#ss-options-container{
  padding: 30px 0;
}

.service-option .col-content{
  height: 100%;
  margin: 20px 0px;
  padding: 10px 10px;
  box-shadow: #2226261f 0px 2px 3px;
  position: relative;
}

.service-option h3{
  text-align: center;
  margin-top: 20px;
}

.service-option p{
  margin-bottom: 50px;
}

.service-option a{
  position: absolute;
  display: inline-block;
  right: 20px;
  bottom:20px;
  padding: 5px 7px;
  border-radius: 3px;
}

/* Service options section */

/* facility and activity section */
#activities-section{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: multiply;
}

.facility-option, .activity-option{
  margin: 20px 0px;
  padding: 0px;
}

.activity-option img{
  margin: 10px 0px;
  width: 95%;
}

.facility-option h3, .activity-option h3{
  text-align: center;
  margin-top: 20px;
}
/* Facility and section */


/** about us section **/
.wellcome {
     padding: 50px 0;
}
.wellcome .titlepage {
     text-align: center;
}
#about-us-heading-section h2 {
     font-weight: bold;
     position: relative;
     text-transform: uppercase;
     font-size: 36px;
}
#about-us-heading-section h2::after {
     position: static;
     content: "";
     display: block;
     width: 50px;
     margin-top: 10px;
     margin-left: auto;
     margin-right: auto;
     height: 4px;
}
.wellcome .wellcome-box figure {
     margin: 0;
}
.wellcome .wellcome-box figure img {
     width: 100%;
}
.wellcome .wellcome-box {
     padding: 20px;
}
.read_more {
     font-size: 16px;
     padding: 10px 0px;
     width: 100%;
     max-width: 190px;
     border-radius: 15px;
     display: flex;
     justify-content: center;
     text-align: center;
     margin: 0 auto;
     margin-top: 50px;
}
/** about section **/

/* certifications_slider properties */
#certifications_slider{
  padding-bottom: 80px;
}

#certifications_slider .owl-nav{
  bottom: 0;
  top: auto;
  justify-content: center;
}

#certifications_slider .owl-prev, #certifications_slider .owl-next{
  margin: 0 20px !important;
}
/* certifications_slider properties */

/* certifications_slider properties */
#affiliations_slider{
  padding-bottom: 80px;
}

#affiliations_slider .owl-nav{
  bottom: 0;
  top: auto;
  justify-content: center;
}

#affiliations_slider .owl-prev, #affiliations_slider .owl-next{
  margin: 0 20px !important;
}
/* certifications_slider properties */

/* direct you section properties */
#direct-you-section{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: multiply;
}

/* direct you section properties */

.dy-option p{
  font-size: 16px;
  text-transform: capitalize;
}

#dy-tagline-container p{
  text-transform: capitalize;
}

.dy-option a{
  display: inline-block;
}

.dy-option a i{
  font-size: 40px;
}

.dy-option img{
  height: 40px;
}
.dy-icon-cont a{
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}

/* direct you section properties */

/* newsletter section properties */
#newsletter form{
  padding-bottom: 100px;
}

#newsletter input[type="email"]{
  border-radius: 25px;
  width: 300px;
  padding: 8px 10px;
  margin-bottom: 10px
}

#newsletter input[type="submit"]{
  border: 0px;
  border-radius: 25px;
  padding: 8px 15px;
  margin-bottom: 10px;
}
/* newsletter section properties */

/** ourwork section **/
.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}
.pa_bottom {
     margin-bottom: 20px;
}
.ourwork {
     padding: 90px 0 70px 0;
     background-repeat: no-repeat;
     background-size: cover;
}
.ourwork .titlepage {
     text-align: left;
     padding-bottom: 30px;
}
.ourwork .titlepage h2 {
     font-weight: bold;
}
.ourwork .titlepage h2::after {
     position: absolute;
     content: "";
     width: 100px;
     bottom: -10px;
     left: 0;
     height: 12px;
}
.banner-main3 .carousel-caption {
     position: inherit;
     padding-bottom: 0;
}
.ourwork .our figure {
     margin: 0px;
}
.ourwork .our figure img {
     width: 100%;
}
.ourwork .our p {
     font-size: 15px;
     font-weight: 500;
     padding: 20px 0;
}
.padding-right1 {
     padding-left: 0;
     padding-right: 0;
}
.padding-left1 {
    position: relative;
     padding-left: 0;
     padding-right: 0;
}
.titlepage a {
     font-size: 16px;
     padding: 10px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     border-radius: 15px;
     display: inline-block;
}

.titlepage p {
     font-size: 17px;
     line-height: 30px;
     padding-bottom: 60px;
}
#main_slider1 .carousel-control-prev,
#main_slider1 .carousel-control-next {
     width: 70px;
     height: 50px;
     opacity: 1;
     font-size: 30px;
}

#main_slider1 a.carousel-control-prev {
     position: absolute;
     top: 50%;
     margin-left: -8%;
     right: 0;
     float: right;
}
#main_slider1 a.carousel-control-next {
     position: absolute;
     top: 38%;
}

/** end ourwork section **/

/** Better **/
.Better {
     padding-top: 90px;
     padding-bottom: 90px;
}
.Better_clean figure {
     margin: 0px;
}
.Better_clean figure img {
     width: 100%;
}

/** end Better **/

/** review section **/
.review {
     padding-top: 90px;
     padding-bottom: 90px;
     background-repeat: no-repeat;
}
.review .titlepage {
     padding-bottom: 15px;
}
.review .titlepage h2 {
     font-weight: bold;
     text-align: center;
}
.review .titlepage h2::after {
     position: absolute;
     content: "";
     width: 100px;
     bottom: -10px;
     left: 0;
     height: 12px;
     right: 0px;
     margin: 0 auto;
}
.banner-main2 .carousel-caption {
     position: inherit;
}
.banner-main2 .carousel-caption i img {
     display: block;
     margin: 0 auto;
     margin-top: -25px;
}
.banner-main2 .carousel-caption span {
     font-size: 18px;
     line-height: 32px;
     padding: 20px 0;
     text-transform: uppercase;
     display: block;
     margin-left: 10%;
     margin-right: 10%;
}
.banner-main2 .carousel-caption p {
     font-size: 17px;
     line-height: 30px;
     padding-bottom: 25px;
}
.banner-main2 .carousel-caption a {
     font-size: 17px;
     transition: ease-in all 0.5s;
     max-width: 200px;
     width: 100%;
     height: 50px;
     text-transform: uppercase;
     border-radius: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto;
}
.banner-main2 .carousel-caption a:hover {
     transition: ease-in all 0.5s;
}
.carousel-item {
     text-align: center;
}
.carousel-control-prev {
     left: inherit;
}
#testimonial_slider .carousel-control-prev,
#testimonial_slider .carousel-control-next {
     width: 65px;
     height: 65px;
     opacity: 1;
     font-size: 30px;
     border-radius: 41px;
}

#testimonial_slider a.carousel-control-prev {
     position: absolute;
     top: 36%;
     margin-left: -8%;
}

#testimonial_slider a.carousel-control-next {
     position: absolute;
     top: 36%;
     margin-right: -8%;
}
.read-more {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
}

/** end review section **/

/* Our clients section properties */
.our-clients-option p{
  font-size: 16px;
  margin-top: 20px;
}

/* Our clients section properties */


/* latest news section properties */
.latest-news-option h3{
  font-size: 20px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  margin-right: 40px;
  margin-left: 40px;
}

.latest-news-option p{
  text-align: center;
  margin: 0 80px;
}
/* latest news section properties */

/* Gallery section properties */
#gallery-section{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: multiply;
}

#gs-heading-container h2{
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 6px;
  font-size: 45px;
  margin-bottom: 20px;
  line-height: 55px;
  text-align: center;
}

#gs-heading-container h2::after{
  display: block;
  content: "";
  width: 50px;
  height: 4px;
  margin: 10px auto;
}

.gs-img-option-container p{
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

.gs-img-option-container img{
  padding: 10px;
}
/* Gallery section properties */

/* Video section properties */
#vs-heading-container h2{
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 6px;
  font-size: 45px;
  margin-bottom: 20px;
  line-height: 55px;
  text-align: center;
}

#vs-heading-container h2::after{
  display: block;
  content: "";
  width: 50px;
  height: 4px;
  margin: 10px auto;
}

.vs-video-option-container p{
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
}

.vs-video-option-container a{
  position: relative;
}

.vs-video-option-container{
  text-align: center;
  padding: 10px;
}

.vs-video-option-container i{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

img.vs-video-option{
  width: 90%;
}

.view-more-btn{
  border-radius: 5px;
  text-transform: capitalize;
}
/* Video section properties */

/** contact section **/
#map {
     height: 100%;
     min-height: 670px;
}
.white {
     font-size: 50px;
     font-weight: 500;
}
.titlepage h2 {
     padding: 0px 0px 6px 0px;
     text-transform: uppercase;
     line-height: 55px;
     font-size: 45px;
     margin-bottom: 20px;
}

.contact{
  overflow: hidden;
}
.contact .contact .titlepage {
     float: right;
     width: 100%;
     max-width: 527px;
}
.contact .contact .titlepage h2:after {
     position: absolute;
     content: "";
     width: 100px;
     bottom: -10px;
     left: 0;
     height: 12px;
}

.contact .contact {
     width: 100%;
     height: 100%;
     padding: 90px 30px 50px 0px;
}
.request {
     float: right;
     width: 100%;
     max-width: 527px;
}

.contact .contact .contactus {
     border-right: 0;
     border-top: 0;
     border-left: 0;
     margin-bottom: 40px;
     border-radius: inherit;
     width: 100%;
     height: 42px;
     font-size: 16px;
}
.contact .contact .textarea {
     margin-bottom: 40px;
     width: 100%;
     border-radius: inherit;
     border-right: 0;
     border-top: 0;
     border-left: 0;
}

.contact .contact .send {
     font-size: 17px;
     transition: ease-in all 0.5s;
     max-width: 200px;
     width: 100%;
     height: 50px;
     text-transform: uppercase;
     border-radius: 10px;
}
.contact .contact .send:hover {
     transition: ease-in all 0.5s;
}
#request *::placeholder {
     opacity: 1;
}

#cn-imp-link-container p{
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

#cn-imp-link-container li{
  list-style: none;
}

#cn-imp-link-container a{
  display: block;
  font-size: 16px;
}

#cn-cmp-info-container a{
  margin-top: 10px;
  margin-bottom: 5px;
  display: flex;
  word-break: break-word;
  align-items: baseline;
  font-size: 12px;
}

#cn-cmp-info-container i{
  margin-right: 2px;
}

#cn-imp-link-container a{
  display: block;
  cursor: pointer;
  margin: 5px 0;
  text-transform: capitalize;
}

/** end contact section **/

/** footer **/
.footer {
     padding-top: 50px;
}
.follow {
     text-align: center;
}
.follow h3 {
     font-size: 31px;
     font-weight: 500;
     line-height: 30px;
     padding-bottom: 25px;
}
.follow ul li {
     display: inline-block;
     margin: 0 4px;
}
.follow ul.ft_social li a {
     width: 45px;
     height: 45px;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 105px;
     font-size: 27px;
}

.follow ul.ft_app li{
  margin: 0 10px;
}

.follow ul.ft_app li a{
     text-align: left;
     font-size: 15px;
     border-radius: 44px;
     display: block;
     width: 225px;
}

.follow ul.ft_app li a i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 25px;
  margin: 0 0 0 15px;
  vertical-align: middle;
  float: left;
}

.follow ul.ft_app li a p{
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  text-align: left;
  padding: 0px 20px 0 10px;
}

.follow ul.ft_app li a p span{
  font-weight: bold;
}

.copyright {
     padding: 15px 0px;
     margin-top: 50px;
}
.copyright p {
     font-size: 18px;
     line-height: 22px;
     text-align: center;
}

/** end footer **/

/* Special properties for owl carousel */
.owl-carousel .owl-stage{
  display: flex;
}

.owl-carousel .items{
  display: flex;
  height: 100%;
}

.owl-carousel .product-option{
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
/* Special properties for owl carousel */

/* responsive css styelsheet styles */
/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*------------------------------------------------------------------- 991px x 768px ---------------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu ul>li a {
        padding: 20px 20px 20px;
    }
    .header-search {
        padding: 15px 0px;
    }
}

@media only screen and (min-width: 992px){
  .banner-content{
    width: 50%;
  }
  .banner-content .banner_content_inner{
    padding-left: 20%;
    width: 100%;
    padding-left: 20%;
    padding-top: 5%;
    padding-bottom: 2%;
    padding-right: 2%;
  }
}


/*------------------------------------------------------------------- 767px x 599px ---------------------------------------------------------------------*/

@media only screen and (min-width: 599px) and (max-width: 767px) {
    .logo {
        text-align: center;
    }
    .cart-content-right {
        padding-bottom: 5px;
    }
    .mg {
        margin: 0px 0px;
    }
    .menu-area-main {
        height: 256px;
        overflow-y: auto;
    }
    .megamenu>.row [class*="col-"] {
        padding: 0px;
    }
    .menu-area-main .megamenu .men-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .women-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .el-cat {
        padding: 0px 15px;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        height: 19px;
    }
    .category-box.women-box {
        display: none;
    }
    .cart-box {
        display: inline-block;
        margin: 0px 30px;
    }
    .wish-box {
        float: none;
        margin: 0px 30px;
        display: inline-block;
    }
    .menu-add {
        display: none;
    }
    .category-box {
        display: none;
    }
    .mean-container .mean-nav ul li ol {
        padding: 0px;
    }
    .mean-container .mean-nav ul li a {
        padding: 10px 20px;
        width: 94.8%;
    }
    .mean-container .mean-nav ul li li a {
        width: 92%;
        padding: 1em 4%;
    }
    .mean-container .mean-nav ul li li li a {
        width: 100%;
    }
    .header-search {
        padding: 15px 0px;
    }
    #collapseFilter.d-md-block {
        padding: 30px 0px;
    }
    #ft-slider-container .rotator-image-container{
      height: 200px;
    }
    #ft-slider-container .product-option p{
      padding: 0 20px;
      text-align: center;
    }
}


/*------------------------------------------------------------------- 599px x 280px ---------------------------------------------------------------------*/

@media only screen and (min-width: 280px) and (max-width: 599px) {
    .cart-content-right {
        padding-bottom: 5px;
    }
    .megamenu>.row [class*="col-"] {
        padding: 0px;
    }
    .menu-area-main .megamenu .men-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .women-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .el-cat {
        padding: 0px 15px;
    }
    .mean-container .mean-nav ul li a {
        padding: 1em 4%;
        width: 92%;
    }
    .mean-container .mean-nav ul li li a {
        width: 90%;
        padding: 1em 7%;
    }
    .mean-container .sub-full.megamenu-categories ol li a {
        padding: 5px 0px;
        text-transform: capitalize;
        width: 100%;
    }
    .megamenu .sub-full.megamenu-categories .women-box .banner-up-text a {
        width: auto;
        border: none;
        float: none;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        top: 0;
    }

    #ft-slider-container .rotator-image-container{
      height: 200px;
    }
    #ft-slider-container .product-option p{
      padding: 0 20px;
      text-align: center;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    #testimonial_slider a.carousel-control-prev {
        margin-left: -3%;
    }
    #testimonial_slider a.carousel-control-next {
        margin-right: -3%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header {
        padding: 15px 0px;
    }
    .main-menu ul>li a {
        padding: 21px 15px 0 15px;
    }
    .carousel-indicators {
        margin-left: 0.5%;
    }
    .text-bg h1 {
        padding-top: 10px;
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .text-bg a {
        float: inherit;
        max-width: 170px;
    }
    .three_box p {
        font-size: 16px;
    }
    .titlepage h2 {
        font-size: 40px;
    }
    .wellcome .titlepage h2 {
        margin-right: 4px;
        font-size: 34px;
    }
    .titlepage p {
        font-size: 16px;
    }
    .contact .contact {
        padding-left: 30px;
    }
    #testimonial_slider a.carousel-control-prev, #testimonial_slider a.carousel-control-next{
      margin-left: 10px;
      margin-right: 10px;
      width: 40px;
      height: 40px;
      font-size: 25px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .header {
        padding: 15px 9px;
    }
    .main-menu ul>li a {
        padding: 8px 8px 0 8px;
    }
    ul.email_call li a {
        padding-right: 10px;
    }
    .carousel-indicators {
        margin-left: 0.5%;
    }

    .banner-content{
      margin-top: 0%;
      margin-left: 0;
      width: 70%;
      padding-left: 10%;
      padding-top: 5%;
    }

    .banner-content .banner_content_inner{
      width: 100%;
      padding-left: 10%;
      padding-top: 5%;
      padding-bottom: 2%;
      padding-right: 2%;
    }

    .text-bg span {
        font-size: 34px;
        line-height: 34px;
    }
    .text-bg h1 {
        padding-top: 0px;
        font-size: 25px;
        line-height: 25px;
        padding-bottom: 10px;
    }

    .text-bg p{
      font-size: 14px;
    }

    .text-bg a {
        margin-right: 5px;
        padding: 8px 20px;
        float: inherit;
        max-width: 156px;
        font-size: 12px;
    }
    .wellcome .titlepage h2 {
        line-height: 40px;
        font-size: 25px;
        margin-right: 4px;
    }
    .titlepage p {
        font-size: 12px;
    }
    .three_box h3 {
        font-size: 22px
    }
    #testimonial_slider a.carousel-control-prev, #testimonial_slider a.carousel-control-next{
      margin-left: 10px;
      margin-right: 10px;
      width: 40px;
      height: 40px;
      font-size: 25px;
    }
    .ourwork .our p {
        font-size: 12px;
    }
    #main_slider1 a.carousel-control-next {
        top: 34%;
    }
    #main_slider1 a.carousel-control-next {
        right: -14px;
    }
    #main_slider1 a.carousel-control-prev {
        right: -14px;
    }
    .contact .contact {
        padding-left: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    /* Banner content */
    .banner-content{
      margin-top: 0%;
      margin-left: 0;
      width: 70%;
      padding-left: 10%;
      padding-top: 5%;
    }
    .banner-content .banner_content_inner{
      padding-left: 20%;
      padding-top: 5%;
      padding-bottom: 2%;
      padding-right: 2%;
      width: 100%;
      align-items:flex-start;
    }
    /* Banner content */

    /* .head {
        display: none;
    } */
    ul.email_call, ul.social_icon{
      display: none;
    }
    .header {
        padding: 15px 0px;
    }
    .logo {
        width: 126px;
    }
    .mean-container .mean-bar {
        margin-top: 0px;
    }
    .text-bg a {
        float: inherit;
        padding: 10px 10px;
        width: 40%;
        font-size: 14px;
    }
    .titlepage h2 {
        font-size: 35px;
    }
    .wellcome .titlepage h2 {
        border: inherit;
    }
    .text-bg span {
        font-size: 20px;
        line-height: 25px;
    }
    .text-bg h1 {
        font-size: 18px;
    }

    .text-bg p{
      font-size: 14px;
    }
    .carousel-indicators {
        margin-left: 1%;
    }
    .wellcome .wellcome-box {
        margin-bottom: 30px;
    }
    .read_more {
        margin-top: 20px;
    }
    .contact .contact {
        padding: 50px 20px;
        display: inline-block;
    }

    #testimonial_slider a.carousel-control-prev, #testimonial_slider a.carousel-control-next{
      margin-left: 10px;
      margin-right: 10px;
      width: 40px;
      height: 40px;
      font-size: 25px;
    }
    #main_slider1 a.carousel-control-next,
    #main_slider1 a.carousel-control-prev {
        display: none;
    }
    .contact .contact::after {
        position: inherit;
        width: inherit;
        height: inherit;
    }
    .padd_ri {
        padding-right: 0;
        padding-left: 0px;
    }
    .padding_l {
        padding-left: 0px;
        padding-right: 0px;
    }
    .padd_rile {
        padding-right: 0px;
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    /* .head {
        display: none;
    } */

    ul.social_icon{
      display: none;
    }
    ul.email_call{
      display: none;
    }
    .header {
        padding: 20px 0px 0px 0px;
    }
    .logo {
        text-align: center !important;
        padding-bottom: 5px;
        float: inherit;
    }
    .carousel-indicators {
        margin-left: 3%;
    }
    .carousel-indicators li {
        width: 13px;
        height: 13px;
    }
    .text-bg span {
        font-size: 28px;
        padding-top: 30px;
        display: block;
        line-height: 30px;
        margin-left: 15%;
        margin-right: 15%;
    }
    .text-bg h1 {
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 20px;
        padding-top: 30px;
        margin-left: 10%;
        margin-right: 10%;
    }

    .text-bg p{
      font-size: 16px;
      line-height: 24px;
      padding: 10px;
      margin-left: 10%;
      margin-right: 10%;
    }

    #testimonial_slider a.carousel-control-next, #testimonial_slider a.carousel-control-prev{
      margin-left: 10px;
      margin-right: 10px;
      width: 40px;
      height: 40px;
      font-size: 25px;
    }
    .banner-content{
      position: static;
      margin-top: 0;
      margin-left: 0;
      padding: 0;
      width: 100%;
      text-align: center;
      align-items: center;
      justify-content: flex-start;
    }
    .text-bg a {
        float: inherit;
        padding: 7px 15px;
        margin-top: 5px;
        font-size: 14px;
        width: auto;
    }
    .wellcome .titlepage h2 {
        border-right: inherit;
    }
    .titlepage h2 {
        line-height: 40px;
        font-size: 19px;
    }
    .wellcome .wellcome-box {
        margin-bottom: 30px;
    }
    .read_more {
        margin-top: 20px;
    }
    .pa_bottom {
        margin-bottom: 0;
    }
    #main_slider1 a.carousel-control-next,
    #main_slider1 a.carousel-control-prev {
        display: none;
    }
    .contact .contact::after {
        position: inherit;
        background: inherit;
        width: inherit;
        height: inherit;
    }
    .review {
        padding-top: 55px;
        padding-bottom: 49px;
    }
    .contact .contact {
        padding: 50px 20px;
        display: inline-block;
    }
    .banner-main2 .carousel-caption p {
        font-size: 15px;
        line-height: 22px;
        margin-right: 40px;
        margin-left: 40px;
    }
    .copyright p {
        font-size: 16px;
        padding: 0 15px;
    }
    .padd_ri {
        padding-right: 0;
        padding-left: 0px;
    }
    .padding_l {
        padding-left: 0px;
        padding-right: 0px;
    }
    .padd_rile {
        padding-right: 0px;
        padding-left: 0;
    }
}

/* responsive css styelsheet styles */

/* product page stylesheet styles */
.col-content{
  transition: all .3s ease-in-out;
}

.product-gn-desc, .product-spec{
  margin: 10px 0;
}

.product-gn-image, img.common-wrap-image{
  border: 4px solid;
    padding: 10px;
    border-radius: 7px;
}

#price-details-container p{
  font-weight: bold;
  margin-top: 20px;
}

#price-details-container span{
  display: inline-block;
  margin: 0 5px;
}

#product-price{
  font-weight: bold;
}

#product-discount{
  font-weight: normal;
}

#offer-name{
  padding: 2px 7px;
  font-weight: normal;
  border-radius: 5px;
}

#original-price{
  text-decoration: line-through;
  font-weight: bold;
}

#buy-now-button{
  margin-top: 30px;
  font-size: 16px;
  padding: 7px 18px;
  border-radius: 8px;
  display: inline-block;
}

#product-specifications-container ul, #product-specifications-container ol{
  margin-left: 18px;
}

.product-attachment, .order-product{
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 8px;
  margin: 0 10px;
}

.tab-pane p{
  margin: 20px 20px;
}

.related-product-option{
  margin: 20px 0px;
  padding: 20px;
  box-shadow: #2226261f 0px 2px 3px;
}

.related-product-option img{
  margin-bottom: 20px;
}

.related-product-option h3{
  margin-bottom: 20px;
}

.related-product-option p{
  margin-bottom: 20px;
}

.related-product-option a{
  position: relative;
}

.related-product-option i{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#product-dt-two p{
  margin: 20px 0px;
}

#s2-sc1 img{
  width: 100%;
}

#s2-sc1 p{
  margin: 20px 0px;
}

#product-info-section-3 img{
  width: 100%;
}

#product-info-section-3 p{
    margin: 20px 0px;
}

/* Product tiles section properties */

div.my-common-section .product-tile-option .col-content{
  display: flex;
  flex-direction: column;
}

.product-tile-option .col-content{
  box-shadow: #2226261f 0px 2px 3px;
  height: 100%;
  overflow-x: auto;
}

/* Product tiles section properties */

/* FAQ section properties */
#faq-section #faq-title:first-child{
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 6px;
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 55px;
}

#faq-section #faq-title::after{
  display: block;
  content: "";
  width: 50px;
  height: 4px;
  margin: 10px 0;
}

#faq-section .accordion-item{
  margin: 20px;
}

#faq-section .accordion-item button{
  border-radius: 5px;
}

#faq-section .accordion-item button::after{
  font-family: 'FontAwesome';
  content: "\f067";
}

#faq-section .accordion-button:not(.collapsed)::after{
  content: "\f068";
}

#faq-section .accordion-collapse{
  border: 0;
}
/* FAQ section properties */

/* product page stylesheet styles */

/* about page stylesheet styles */
/* about us banner section properties */
#about-us-banner-section{
  text-align: center;
}
/* about us banner section properties */

#au-heading-container h1{
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 6px;
  font-size: 45px;
  line-height: 55px;
}

#au-heading-container h1::after{
  display: block;
  content: "";
  width: 50px;
  height: 4px;
  margin: 10px 0;
}

@media screen and (max-width:785px){
  #au-heading-container h1::after{
    margin: 10px 0;
  }
}

.au-key-container h2{
  text-transform: uppercase;
}

.au-key-container h2::after{
  display: block;
  content: "";
  width: 20px;
  height: 4px;
  margin: 10px auto;
}
/* about page stylesheet styles */

/* Subsection properties */
table td{
  border: 1px solid;
  padding: 10px;
}

.subsec-title{
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 6px;
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 55px;
    word-wrap: break-word;
    hyphens: auto;
}

.subsec-title-border::after{
  display: block;
  content: "";
  width: 50px;
  height: 4px;
  margin: 10px auto;
}
/* Subsection properties */

address{
  font-size: 15px;
}

address i{
  margin-top: 7px;
}

.owl-carousel .owl-stage{
  margin: 0 auto !important;
}

.our-clients-option img{
  width: 75%;
  margin: 0 auto;
}


.usp-option .col-content{
  padding: 20px;
  box-shadow: #2226261f 0px 2px 3px;
  height: 100%;
}

.usp-option .col-content h3{
  font-weight: 500;
} 

.usp-option .col-content h3::after{
  content: '';
  display: block;
  height: 4px;
  background-color: #4ac9f0;
  width: 30px;
  margin: 10px auto;
}

.usp-option img{
  width: 75%;
}

#certifications_slider img{
  width: 75%;
  margin: 0 auto;
}

.our-clients-option img{
  width: 75%;
  margin: 0 auto;
}

#affiliations_slider img{
  width: 75%;
  margin: 0 auto;
}

#landingAdPop div.modal-dialog{
  display: flex;
  height: 100%;
  align-items: center;
}

#landingAdPop div.modal-header{
  border: 0;
}

#landingAdPop .modal-content img{
  width: 100%;
  display: block;
  margin: 0 auto;
}

#landingAdPop div.modal-body{
  padding: 0;
}

#landingAdPop div.modal-content button.btn{
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 20px;
}
.common-second-para ol, .common-second-para ul{
  margin-left: 18px;
}

.contactimp, .contactimpwrapper {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}


/* Business card properties */
#business_card_container div.row{
  justify-content: center;
}

#business_card_container div.col-xs-12{
  box-shadow: #2226261f 0px 0px 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

#business_card_container #bc_img_container{
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 80px auto 20px 20px;
  overflow: hidden;
}

#business_card_container h2, #business_card_container h3, #business_card_container h4{
  text-align: left;
  margin-left: 25%;
}

#business_card_container h2::after{
  content: "";
  width: 40px;
  height: 3px;
  display: block;
}

#business_card_container h4{
  font-size: 14px;
}

#business_card_container h3{
  font-size: 16px;
}

#business_card_container h3{
  font-size: 18px;
}

#bc_cn_dtls h3::after{
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  margin: 10px auto;
}

#bc_social_icons, #bc_cn_dtls{
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

#bc_social_icons{
  margin: 0px;
  padding-top: 10px;
  width: 20%;
}

#bc_cn_dtls{
  width: 70%;
  padding-top: 30px;
}

#bc_cn_dtls h3{
  margin-left: 0;
  text-align: left;
}

#bc_cn_dtls a{
  display: block;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#bc_cn_dtls a i, #bc_cn_dtls a p{
  display: inline-block;
  vertical-align: top;
}

#bc_cn_dtls a i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}

#bc_cn_dtls a p{
  width: 75%;
}

#bc_cn_dtls h3::after{
  margin-left: 0;
}

#bc_social_icons a{
  cursor: pointer;
  display: block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}

#sv_cnt{
  display: inline-block;
  font-size: 15px;
  margin: 40px auto;
  border-radius: 8px;
  padding: 10px 20px;
}

#xyz3{
  margin: 10% 10% 10% 25%;
  text-align: left;
}

#xyz3 p{
  text-align: left;
}

#xyz4 h3, #xyz3 h3{
  margin-left: 0;
  text-align: left;
}

#xyz4 a{
  display: block;
  margin: 8px 0px;
}

#xyz4 a i{
  display: inline-block;
  width: 25px;
}

#xyz3 h3::after, #xyz4 h3::after{
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}

#xyz4{
  text-align: left;
  margin: 10% 0px 150px 25%;
}

/* Branch offices properties */

#branch_offices_container .branch_option .col-content{
  height: 100%;
  box-shadow: #2226261f 0px 2px 3px;
  position: relative;
}


#branch_offices_container .branch_option img{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-top: 20px;
}

#branch_offices_container .branch_option h3{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

#branch_offices_container .branch_option h4{
  font-size: 15px;
  text-align: center;
}

#branch_offices_container .branch_option h3::after{
  content: "";
  display: block;
  width: 35px;
  height: 4px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

#br_details{
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

#br_social_icons a{
  display: inline-block;
  margin-right: 10px;
}

#br_social_icons i{
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1000px){
  .branch-option-2 #br_image_container{
    width: 25%;
  }
  .branch-option-2 #br_details{
    width: 60%;
  }
}

/* Branch offices properties */

#bc_home_btn_container{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0px 0px;
  box-shadow: #2226261f 0px 0px 20px;
}

#bc_home_btn_container a{
  display: inline-block;
  cursor: pointer;
  border-radius: 25px;
  padding: 8px 20px;
}

/* Home Page Custom Button */

.hp-custombuttonsection img{
  width:45%;
}

.hpcustombuttontitle {
  padding: 5px;
}

/* Home Page Custom Button End */

.its_container ol, .its_container ul{
  padding-left: 15px;
}

.vbox-figlio {
  background: none !important;
  box-shadow:none !important;
}

/* .xzoom-container img.xzoom {
  max-width:400px!important;
} */

span[name='enquirenow'] {
  position: fixed;
  top: 50%;
  right: -40px;
  z-index: 9999;
  transform: rotate(-90deg) translateZ(0);
  -webkit-transform-origin: 50% 51%;
  -webkit-transform: rotate(-90deg) translatez(0);
  -webkit-backface-visibility: hidden;
  width: auto;
  border: 1px solid green;
  background-color:green;
  padding:2px 8px 2px 8px;
  color:white;
  cursor:pointer;
}

#product-page-enq-btn{
  right: -38px;
  -webkit-transform-origin: unset;
}

#service-page-enq-btn{
  right: -43px;
  -webkit-transform-origin: unset;
}

img.service-page-image, img.common-page-wrap-image{
border: 10px solid;
border-radius: 20px;
padding: 20px;
}

div.atch-ordrc-cntr{
  margin-top: auto;
  margin-bottom: 0;
}

/* Changes by AMIT*/ 

#product-quick-intro-container .col-xl-12 .xzoom-container .xzoom{
	width:400px!important;
}
#product-quick-intro-container .col-xl-12 .product-gn-image{
	width:400px!important;
}
.its_container .col-xl-12 .common-wrap-image{
  width:400px!important;
}

/* Changes by Amit Ends */

/* call, whatapp, scroll to top and address floating btn */

.scroll-to-top {
  position: fixed;
  left: 10px;
  bottom: 3.2rem;
  display: none;
  width: 35px;
  height: 35px;
  text-align: center;
  align-items: center;
  color: #fff;
  background: rgba(90, 92, 105, .5);
  line-height: 33px;
  border-radius: 10px;
  z-index:999!important;
}

.scroll-to-top:hover {
  color: #fff !important;
}

.c-float-lead-btn-pannel {
  position: fixed;
  bottom: 0px;
  left: 0px;
  display: flex;
  z-index:999!important;
}

.c-float-lead-btn-mob-call,
.c-float-lead-btn-mob-whatsapp,
.c-float-lead-btn-mob-address {
  display: flex;
  margin-bottom: 10px;
  height: 35px;
  width: 35px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 20px;
  z-index: 999 !important;
  text-decoration: none;
  color: #fff;
  /* background-color: #1c2a46 !important; */
  background-color: #4fce5d;
  border: 2px solid transparent ;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
  transition: all .4s;
}

.c-float-lead-btn-mob-call:hover,
.c-float-lead-btn-mob-whatsapp:hover,
.c-float-lead-btn-mob-address:hover {
  /* color: #1c2a46 !important;
  background-color: #fff !important;
  border-color: #1c2a46 !important; */
  color: #4fce5d;
  background-color: #fff;
  border-color: #4fce5d;
}

@media (min-width: 300px) and (max-width: 480px) {
  .c-float-lead-btn-wrapper {
      position: fixed;
      left: 0px;
      bottom: .3rem;
      width: 100%;
      z-index:999!important;
  }

  .c-float-lead-btn-pannel {
      position: static;
      width: 60%;
      height: 34px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      -webkit-box-shadow: 0 0 3px #fff;
      box-shadow: 0 0 3px #fff;
      border-radius: 6px;
      background-color: #fff;
      margin:0 auto;
      border: 0px;
      padding: 0 2px;
      z-index:999!important;
  }

  .c-float-lead-btn-mob-call,
  .c-float-lead-btn-mob-whatsapp,
  .c-float-lead-btn-mob-address {
      color:#4fce5d;
      /* color: #1c2a46 !important; */
      background-color: #fff;
      border-radius: 6px;
      border-color: #fff;
      height: 30px;
      margin: 0px !important;
      border: none !important;
      z-index:999!important;
  }

  .c-float-lead-btn-mob-call:hover,
  .c-float-lead-btn-mob-whatsapp:hover,
  .c-float-lead-btn-mob-address:hover {
      /* background-color: #1c2a46 !important;
      border-color: #1c2a46; */
      background-color: #4fce5d;
      border-color: #4fce5d;
      color: #fff;
      border-radius: 6px;
  }

  .c-float-lead-btn-mob-call i,
  .c-float-lead-btn-mob-whatsapp i,
  .c-float-lead-btn-mob-address i {
      font-size: 16px;
  }

  .scroll-to-top {
    bottom : .3rem!important;
  }
}

@media screen and (max-width: 480px) {
  .c-float-lead-btn-wrapper {
      animation: wrapperLeadbtnslide 800ms ease 200ms 1 forwards;
      -webkit-animation: wrapperLeadbtnslide 800ms ease 200ms 1 forwards
  }

  @-webkit-keyframes wrapperLeadbtnslide {
      0% {
          opacity: 0;
          bottom: -100px;
      }

      100% {
          opacity: 1;
          bottom: .3rem;
      }
  }

  @keyframes wrapperLeadbtnslide {
      0% {
          opacity: 0;
          bottom: -100px;
      }

      100% {
          opacity: 1;
          bottom: .3rem;
      }
  }
}

@media screen and (min-width: 480px) {
  .c-float-lead-btn-pannel {
      animation: pannelLeadbtnslide 800ms ease 0ms 1 forwards;
      -webkit-animation: pannelLeadbtnslide 800ms ease 0ms 1 forwards
  }

  @-webkit-keyframes pannelLeadbtnslide {
      0% {
          opacity: 0;
          left: -150px;
      }

      100% {
          opacity: 1;
          left: 1.25rem;
      }
  }

  @keyframes pannelLeadbtnslide {
      0% {
          opacity: 0;
          left: -150px;
      }

      100% {
          opacity: 1;
          left: 0;
      }
  }
}

/* lead btn animation effect */
@media screen and (min-width:481px) {
  .c-float-lead-btn-animate {
      overflow: hidden;
  }

  .c-float-lead-btn-animate::before {
      position: absolute;
      top: 0;
      left: -100%;
      z-index: 2;
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
      -webkit-transform: skewX(-45deg);
      transform: skewX(-45deg);
  }

  .c-float-lead-btn-animate::before {
      -webkit-animation: shineleadbtn 1s infinite;
      animation: shineleadbtn 1s infinite;
  }

  @-webkit-keyframes shineleadbtn {
      100% {
          left: 125%;
      }
  }
  @keyframes shineleadbtn {
      100% {
          left: 125%;
      }
  }
}

/* call, whatapp, scroll to top and address floating btn Ends */

/* Image Animation */

figure.c-fig-animate {
  position: relative;
  overflow: hidden;
}

figure.c-fig-animate::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

figure.c-fig-animate:hover::before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

/* Image Animation Ends */

/* PRODUCT PAGE ONLINE STORE BULK ORDER BUTTONS START*/

  /* position relative for btn anmation effect */

  .c-btn-ecommerce-web {
    position: relative !important;
    border: none !important;
  }

  .c-btn-ecommerce-web img {
    width: 100px !important;
    height: 32px !important;
    border-radius: 0.15rem !important;
  }

  .c-btn-ecommerce-web {
    max-width: 110px !important;
    height: 32px !important;
    transition: .2s !important;
    padding: 0px !important;
    box-shadow: 0px 2px 0px #777 !important;
  }
  .c-btn-ecommerce-web-wrapper{
    width: 100px;
    height: 32px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: .25rem;
  }

  .c-btn-ecommerce-web-wrapper:hover .c-btn-ecommerce-web {
    transform: translateY(-4px) !important;
  }

  /* animation on btn */
  .c-button-animate {
    overflow: hidden;
  }

  .c-button-animate::before {
    position: absolute;
    top: 0;
    left: -120%;
    z-index: 2;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
  }
  .btn-1.c-button-animate::before {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    /* background: -webkit-linear-gradient(left,rgb(255, 154, 0,0) 0%,rgb(255, 154, 0,.2) 100%);
    background: linear-gradient(to right,rgb(255, 154, 0,0) 0%, rgb(255, 154, 0,.2) 100%); ; */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  }

  .btn-2.c-button-animate::before {
    background: -webkit-linear-gradient(left, rgb(255, 220, 0, 0) 0%, rgb(255, 220, 0, 0.3) 100%);
    background: linear-gradient(to right, rgb(255, 220, 0, 0) 0%, rgb(255, 220, 0, 0.3) 100%);
  }

  .btn-3.c-button-animate::before {
    background: -webkit-linear-gradient(left, rgb(239, 81, 21, 0) 0%, rgb(239, 81, 21, 0.3) 100%);
    background: linear-gradient(to right, rgb(239, 81, 21, 0) 0%, rgb(239, 81, 21, 0.3) 100%);
  }

  .btn-4.c-button-animate::before {
    /* background: -webkit-linear-gradient(left, rgb(0,48,129,0) 0%, rgb(0,48,129,0.2) 100%);
  background: linear-gradient(to right, rgb(0,48,129,0) 0%, rgb(0,48,129,0.2) 100%); */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  }

  .btn-5.c-button-animate::before {
    background: -webkit-linear-gradient(left, rgb(255, 90, 0, 0) 0%, rgb(255, 90, 0, 0.3) 100%);
    background: linear-gradient(to right, rgb(255, 90, 0, 0) 0%, rgb(255, 90, 0, 0.3) 100%);
  }

  .btn-6.c-button-animate::before {
    background: -webkit-linear-gradient(left, rgb(245, 177, 0, 0) 0%, rgb(245, 177, 0, 0.3) 100%);
    background: linear-gradient(to right, rgb(245, 177, 0, 0) 0%, rgb(245, 177, 0, 0.3) 100%);
  }

  .btn-10.c-button-animate::before {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  }

  .c-button-animate::before {
    -webkit-animation: shinebtn 2.5s infinite;
    animation: shinebtn 2.5s infinite;
  }

  @-webkit-keyframes shinebtn {
    100% {
        left: 125%;
    }
  }

  @keyframes shinebtn {
    100% {
        left: 125%;
    }
  }

  .btn-10 {
    line-height: 32px !important;
    background-color: #233448 !important;
    border: 1px solid white !important;
    max-width: 120px !important;
    color: #fff !important;
    padding-right: 5px !important;
    font-weight: bolder;
    width: 150px !important;
    font-family: Arial, Helvetica, sans-serif;
  }

  .btn-10 i {
    padding: 0 5px;
    color: #FF9A00;
  }

  .btn-10:hover {
    color: #fff;
  }

/* PRODUCT PAGE ONLINE STORE BULK ORDER BUTTONS START ENDS */

/* Amit 20Oct 22 for Text Wrapping around images */

.multimedia-content-100 {
  width:100%!important;
}

@media only screen and (min-width: 360px) and (max-width: 480px) {
	.its-container-image-wrapper, .service-section-image-wrapper, .product-page-image-wrapper{
        width: 100%!important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
	.its-container-image-wrapper, .service-section-image-wrapper, .product-page-image-wrapper{
        width: 75%!important;
        margin: auto!important;
    }
}
@media only screen and (min-width: 768px) {
  .product-page-image-wrapper{
    float: left!important;
    width: 35%!important;
    margin-right: 5rem!important;
  }

	.its-container-image-wrapper, .service-section-image-wrapper {
    float: left!important;
    width: 33%!important;
    margin-right: 2rem!important;
  }
  .multimedia-content-45 {
    width: 45%!important;
    margin: auto;
  }
  .multimedia-content-35 {
    width: 35%!important;
    margin: auto;
  }
}

/* /- Amit 20Oct 22 for Text Wrapping around images ends */

/*  Media-Text Wrapping */

.wellcome-box-media-wrapper {
  margin-bottom:0px!important;
}

@media screen and (min-width:768px) {
  .wellcome-box-media-wrapper {
    padding: 20px 0px 0px 0px!important;
    margin-bottom:1rem!important;
  }
}

/*  Media-Text Wrapping Ends */

.product-attachment{
  border: 1px solid #4ac9f0!important;
  color:#4ac9f0!important;
  background-color:#fff!important;
}

.c-order-btn{
  background-color: #fff!important;
  color: #4ac9f0!important;
  border: 2px solid #4ac9f0!important;
}

.c-box-price {
  border-radius: 0 8px 8px 0;
  margin-right: 8px!important;
  margin-left: 0px !important;
  padding: 6px 10px;
}

p, a {
  font-weight:400 !important;
}