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

html {
    scroll-behavior: smooth;
}

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

body *{
  font-display: swap;
}

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;
	list-style: none;
}

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

p {
    margin: 0px;
    font-weight: 300;
    /* font-size: 18px; */
    font-size: 16px;
    line-height: normal;
}

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;
}

:focus {
	outline: 0;
}

.btn-custom {
	margin-top: 20px;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}

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

.form-control:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.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;
}

.theme_bg {
	background: #38c8a8;
}

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

.margin_top_0 {
	margin-top: 0px !important;
}

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

.blog_blue_bg {
    position: relative;
}

.blog_blue_bg::after {
    width: 70%;
    content: "";
    max-height: 485px;
    position: absolute;
    top: 28%;
    height: 100%;
    margin: 0 15%;
}

.blog_blue_bg .row {
    position: relative;
    z-index: 2;
}

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

.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: 8px 25px 8px 20px;
	float: left;
	font-size: 15px;
	font-weight: 300;
	border-radius: 0;
}

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_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%;
}
/* :not(:required) hides these rules from IE9 and below */
.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);
  }
}

.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;
}

/*----------------------------
    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
---------------------------------------------------------------------*/

header {
    min-height: auto;
    padding: 12px 0px;
}

#logo-nav-container{
  z-index: 998;
}

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

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

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

.logo a{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.logo span.bntg-container{
  margin-left: 10px;
}

.logo p.brandname{
  font-size: 24px;
  letter-spacing: 0;
  position: relative;
  padding: 0;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

#contact .logo p.brandname{
  font-size: 18px;
}

.logo p.tagline{
  margin: 0px;
  font-weight: 300;
  font-size: 18px;
  line-height: normal;
}

#contact p.tagline{
  font-size: 14px;
  text-align: center;
}

nav.main-menu {
	float: left;
	margin-left: 0;
}

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

.right_cart_section ul {
	float: left;
	min-height: auto;
	margin: 0;
	padding: 12px 0 0;
}

.right_cart_section .cart_icons {
	padding: 18px 0 0;
}

.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;
}

.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: 0 24px 0 24px;
    line-height: 20px;
    font-size: 17px;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.main-menu ul>li .sub-down li a {
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 12px 5px;
	position: relative;
}

.main-menu ul li:first-child {
	margin-left: 0;
}

.main-menu ul>li>ul {
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 100%;
	-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: 240px;
	z-index: 999;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.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;
}

.main-menu ul>li>ul>li:hover>ul {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
	opacity: 1;
	left: 100%;
	top: 10px;
}

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

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

.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;
}

.sub-full {}

.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%;
}

.women-box {
	position: relative;
}

.women-box::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}

.banner-up-text {
	position: absolute;
	bottom: 10px;
	left: 0px;
	right: 0px;
	text-align: center;
}

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

.text-b {
	font-size: 28px;
	text-transform: uppercase;
	line-height: 30px;
	padding: 20px 0px;
}

.text-c {
	font-size: 31px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 30px;
	padding-bottom: 20px;
}

.megamenu .sub-full.megamenu-categories .women-box .banner-up-text a {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 2px;
	overflow: hidden;
	font-size: 16px;
}

.sticky-wrapper .sticky-wrapper-header {
	z-index: 20 !important;
}

.is-sticky .sticky-wrapper-header .middle-area {
	padding: 10px 0px
}

.sticky-wrapper:not(.is-sticky) {
	height: auto !important;
}

.hover-btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hover-btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	display: block !important;
}

.hover-btn:hover::before,
.hover-btn:focus::before,
.hover-btn:active::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

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

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

.img-responsive {
	max-width: 100%;
}

.padding_right_15_inner {
	padding-right: 15px;
}

.padding_left_15_inner {
	padding-left: 15px;
}

/* Navigation menu properties */
.has-sub::after{
  content: '\f107';
  float: right;
  font-family: 'FontAwesome';
}
.sub-down{
  margin-left: 5%;
}

.sub-down ul{
  margin-left: 5%;
}
/* Navigation menu properties */

/* section heading properties */
.section-title-container h2, .section-title-container .title-h1{
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 6px;
  font-size: 45px;
  margin-bottom: 20px;
  line-height: 55px;
  word-break: break-word;
}

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

.section-title-container-2 h3{
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 6px;
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 45px;
  word-break: break-word;
}

.section-title-container-2 h3::after{
  display: block;
  content: "";
  width: 50px;
  height: 4px;
  margin: 10px auto;
}
/* section heading properties */

/* Owl carousel navigators styling */
.owl-carousel .owl-prev, .owl-carousel .owl-next {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    height: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
  display: flex;
}

.owl-carousel .owl-prev {
    left: 0;
}
.owl-carousel .owl-next {
    right: 0;
}

.owl-prev span, .owl-next span{
  font-size: 35px;
  font-family: 'FontAwesome';
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.owl-carousel .owl-stage{
  position: relative;
  display: flex;
  margin: 0 auto;
}

.owl-carousel .items{
  display: flex;
  height: 100%;
}
/* Owl carousel navigators styling */

/* Landing Ad pop video properties */
#landingAdPop iframe, #landingAdPop video{
  width: 100%;
}

#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;
}
/* Landing Ad pop video properties */

/* Featured product slider properties */
#ft-slider-container .product-option{
  position: relative;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: #2226261f 0px 2px 3px;
}

#ft-slider-container .owl-prev span, #ft-slider-container .owl-next span{
  box-shadow: #2226261f 0px 2px 3px;
}

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

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

#ft-slider-container .product-option p{
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}

#ft-slider-container .product-option div{
  margin-top: auto;
  margin-bottom: 0px;
  text-align: right;
}

#ft-slider-container .product-option div a{
  padding: 5px 7px;
  border-radius: 3px;
}
#ft-slider-container .product-option div a::before{
  font-family: 'FontAwesome';
  content: "\f05a";
  margin-right: 5px;
}
/* Featured product slider properties */

/* product category section properties */
.product-category-option{
  margin: 20px 0px;
}

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

.product-category-option img{
  margin-top: 10px;
  width: 100%;
}

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

.product-category-option p{
  font-size: 15px;
  margin-bottom: 20px;
}

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

.product-category-option .ex_btn_cntr{
  text-align: right;
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 20px;
}

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

/* product line section properties */
.product-option{
  margin: 20px 0px;
}
.product-option .col-content{
  box-shadow: #2226261f 0px 2px 10px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-option img{
  width: 100%;
}

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

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

.product-option .vw_btn_contr{
  margin-top: auto;
  margin-bottom: 0px;
  text-align: right;
}

#product-line-options-container .vw_btn_contr a{
  padding: 5px 7px;
  border-radius: 3px;
}

.product-option .vw_btn_contr a::before{
  font-family: 'FontAwesome';
  content: "\f05a";
  margin-right: 5px;
}
/* product line section properties */

/* Common.php properties */
.product-attachment{
  transition-property: transform;
  transition-duration: 0.1s;
}

.product-attachment:active{
  transform: scale(0.7);
}
/* Common.php properties */

/* Featured services section properties */
#featured-services-section .owl-nav{
  padding: 0 20px;
}

#featured-services-section .owl-prev span, #featured-services-section .owl-next span{
  box-shadow: #2226261f 0px 2px 3px;
}

.featured-service-option{
  box-shadow: #2226261f 0px 2px 3px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

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

.featured-service-option p{
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 15px;
}

.featured-service-option div{
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.featured-service-option div a{
  padding: 5px 7px;
  border-radius: 3px;
}

/* Featured services section properties */

/* service categories section properties */
.service-category-option .col-content{
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: #2226261f 0px 2px 10px;
  border-radius: 15px;
}

.service-category-option img{
  margin-top: 20px;
  width: 100%;
}

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

.service-category-option p{
  text-align: justify;
  font-size: 15px;
}

.service-category-option div{
  text-align: left;
  margin-top: auto;
  margin-bottom: 0px;
  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 */

.service-option .col-content{
  padding: 15px 15px;
  box-shadow: #2226261f 0px 2px 10px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

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

.service-option p{
  text-align: justify;
  font-size: 15px;
  margin-bottom: 40px;
}

.service-option img{
  width: 100%;
}

.service-option .srv_knw_btn_cntr{
  margin-top:auto;
  margin-bottom:20px;
}

.service-option a{
  display: inline-block;
  padding: 5px 7px;
  border-radius: 3px;
}

/* Service options section */

/* Featured departments section properties */

#featured-departments-section .owl-prev span, #featured-departments-section .owl-next span{
  box-shadow: #2226261f 0px 2px 3px;
}

.featured-department-option{
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.featured-department-option h2{
  margin-top: 30px;
  text-align: center;
}

.featured-department-option p{
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 15px;
}

.featured-department-option div{
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.featured-department-option div a{
  padding: 5px 7px;
  border-radius: 3px;
}

/* Featured Departments section properties */

/* Department categories section properties */
.department-category-option .col-content{
  box-shadow: #2226261f 0px 2px 10px;
  border-radius: 15px;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.department-category-option img{
  margin-top: 20px;
  width: 100%;
}

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

.department-category-option p{
  text-align: justify;
  font-size: 15px;
  margin-bottom: 40px;
}

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

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

/* department options section */
.department-option .col-content{
  padding: 15px 15px;
  box-shadow: #2226261f 0px 2px 3px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

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

.department-option p{
  text-align: justify;
  font-size: 15px;
  margin-bottom: 40px;
}

.department-option img{
  width: 100%;
}

.department-option .dpt_knw_btn_cntr{
  margin-top:auto;
  margin-bottom:20px;
}

.department-option a{
  display: inline-block;
  padding: 5px 7px;
  border-radius: 3px;
}

/* department options section */

/* Featured courses section properties */

#featured-courses-section .owl-prev span, #featured-courses-section .owl-next span{
  box-shadow: #2226261f 0px 2px 3px;
}

.featured-course-option{
  box-shadow: #2226261f 0px 2px 10px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.featured-course-option h2{
  margin-top: 30px;
  text-align: center;
}

.featured-course-option p{
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 15px;
}

.featured-course-option div{
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.featured-course-option div a{
  padding: 5px 7px;
  border-radius: 3px;
}

/* Featured courses 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 */

/* Course categories section properties */
.course-category-option .col-content{
  box-shadow: #2226261f 0px 2px 10px;
  border-radius: 15px;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.course-category-option img{
  margin-top: 20px;
  width: 100%;
}

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

.course-category-option p{
  text-align: justify;
  font-size: 15px;
  margin-bottom: 40px;
}

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

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

.course-category-option div a::before{
  font-family: 'FontAwesome';
  content: "\f06e";
  margin-right: 5px;
}
/* course categories section properties */

/* course options section */
#course-options-container{
  padding-top: 30px;
}

.course-option .col-content{
  padding: 15px 15px;
  box-shadow: #2226261f 0px 2px 10px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

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

.course-option p{
  text-align: justify;
  font-size: 15px;
  margin-bottom: 40px;
}

.course-option img{
  width: 100%;
}

.course-option .crs_knw_btn_cntr{
  margin-top:auto;
  margin-bottom:20px;
}

.course-option .crs_knw_btn_cntr a{
  display: inline-block;
  padding: 5px 7px;
  border-radius: 3px;
}

/* course options section */

/* Featured activities section properties */

#featured-activities-section .owl-prev span, #featured-activities-section .owl-next span{
  box-shadow: #2226261f 0px 2px 3px;
}

.featured-activity-option{
  box-shadow: #2226261f 0px 2px 10px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.featured-activity-option h2{
  margin-top: 30px;
  text-align: center;
}

.featured-activity-option p{
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 15px;
}

.featured-activity-option div{
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.featured-activity-option div a{
  padding: 5px 7px;
  border-radius: 3px;
}

/* Featured activities section properties */

/* Activity categories section properties */
.activity-category-option .col-content{
  box-shadow: #2226261f 0px 2px 10px;
  border-radius: 15px;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.activity-category-option img{
  margin-top: 20px;
  width: 100%;
}

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

.activity-category-option p{
  text-align: justify;
  font-size: 15px;
  margin-bottom: 40px;
}

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

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

/* activities options section */
#activity-options-container{
  padding-top: 30px;
}

.activity-option .col-content{
  padding: 15px 15px;
  box-shadow: #2226261f 0px 2px 10px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

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

.activity-option p{
  text-align: justify;
  font-size: 15px;
  margin-bottom: 40px;
}

.activity-option img{
  width: 100%;
}

.activity-option .act_knw_btn_cntr{
  margin-top:auto;
  margin-bottom:20px;
}

.activity-option .act_knw_btn_cntr a{
  display: inline-block;
  padding: 5px 7px;
  border-radius: 3px;
}
/* activity options section */

/* Featured specialities section properties */

#featured-specialities-section .owl-prev span, #featured-specialities-section .owl-next span{
  box-shadow: #2226261f 0px 2px 3px;
}

.featured-specialty-option{
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: #2226261f 0px 2px 10px;
}

.featured-specialty-option h2{
  margin-top: 30px;
  text-align: center;
}

.featured-specialty-option p{
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 15px;
}

.featured-specialty-option div{
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.featured-specialty-option div a{
  padding: 5px 7px;
  border-radius: 3px;
}

/* Featured specialities section properties */

/* newsletter section properties */
#newsletter::after{
  display: block;
  content: "";
  width: 85%;
  height: 1px;
  margin: 0 auto;
}

#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 */

/* Specialty categories section properties */
.specialty-category-option .col-content{
  box-shadow: #2226261f 0px 2px 10px;
  border-radius: 15px;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.specialty-category-option img{
  margin-top: 20px;
  width: 100%;
}

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

.specialty-category-option p{
  text-align: justify;
  font-size: 15px;
  margin-bottom: 40px;
}

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

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

/* specialty options section */
#specialities-options-container{
  padding-top: 30px;
}

.specialty-option .col-content{
  padding: 15px 15px;
  box-shadow: #2226261f 0px 2px 10px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

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

.specialty-option p{
  text-align: justify;
  font-size: 15px;
  margin-bottom: 40px;
}

.specialty-option img{
  width: 100%;
}

.specialty-option .spt_knw_btn_cntr{
  margin-top:auto;
  margin-bottom:20px;
}

.specialty-option .spt_knw_btn_cntr a{
  display: inline-block;
  padding: 5px 7px;
  border-radius: 3px;
}
/* specialty options section */

/* Featured facilities section properties */
#featured-facilities-section{
  padding-top: 150px;
  padding-bottom: 150px;
}

#featured-facilities-section .owl-prev span, #featured-facilities-section .owl-next span{
  box-shadow: #2226261f 0px 2px 3px;
}

.featured-facility-option{
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.featured-facility-option h2{
  margin-top: 30px;
  text-align: center;
}

.featured-facility-option p{
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 15px;
}

.featured-facility-option div{
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.featured-facility-option div a{
  padding: 5px 7px;
  border-radius: 3px;
}

/* Featured facilities section properties */

/* facility categories section properties */
.facility-category-option .col-content{
  box-shadow: #2226261f 0px 2px 10px;
  border-radius: 15px;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.facility-category-option img{
  margin-top: 20px;
  width: 100%;
}

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

.facility-category-option p{
  text-align: justify;
  font-size: 15px;
  margin-bottom: 40px;
}

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

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

/* facility options section */
#facilities-options-container{
  padding-top: 30px;
}

.facility-option .col-content{
  padding: 15px 15px;
  box-shadow: #2226261f 0px 2px 10px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

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

.facility-option p{
  text-align: justify;
  font-size: 15px;
  margin-bottom: 40px;
}

.facility-option img{
  width: 100%;
}

.facility-option .fct_knw_btn_cntr{
  margin-top:auto;
  margin-bottom:20px;
}

.facility-option .fct_knw_btn_cntr a{
  display: inline-block;
  padding: 5px 7px;
  border-radius: 3px;
}
/* facility options section */

/* 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;
  border-radius: 25px;
}
#about_team_members_container .team_members_option .col-content{
  box-shadow: #2226261f 0px 2px 3px;
}

.team_members_option .team_member_image_cntr{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.team_members_option img{
  width: 100%;
}

.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 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 */

/* about us section properties */
#about .button_section a{
  display: inline-block;
}

#about iframe, #about video{
  width: 100%;
}
/* about us section properties */

/* direct you section properties */
#dy-tagline-container p{
  text-transform: capitalize;
}

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

.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 */

/* customer section properties */
.our-clients-slider .owl-nav{
  top: 15%;
}
.our-clients-option p{
  font-size: 16px;
  margin-top: 20px;
}
/* customer section properties */

/* testimonial section properties */
#testimonial{
  padding-top: 150px;
  padding-bottom: 150px;
}

#testimonial .client_img{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#testimonial .client_img img{
  height: 100%;
  width: auto;
  max-width: none;
}
/* testimonial 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 40px;
  font-size: 16px;
}

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

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

#gallery-section img{
  width: 100%;
}

.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 gallery section properties */
.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%;
}
/* video gallery section properties */

/* contact section properties */

#contact::after{
  height: 0;
}

#contact h3{
  font-size: 25px;
  font-weight: 600;
  padding: 0;
}

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;
}

ul.ft_app li{
  display: inline-block;
  margin: 0 10px;
  padding: 0 !important;
}

ul.ft_app li::after{
  width: 0px!important;
    height: 0px!important;
    content: "";
    position: static!important;
    left: auto!important;
    border-radius: none!important;
    top: auto!important;
}

ul.ft_app li a{
     text-align: left;
     font-size: 15px;
     border-radius: 44px;
     display: flex;
     flex-direction: row;
     align-items: center;
}

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;
}

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

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

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

div.cont_footer a{
  display: block;
  font-size: 16px;
}

div.cont_footer a i{
  margin-right: 10px;
}

/* About page properties */
#about-us-banner-section img{
  width: 100%;
}
/* About page properties */

/* Product page properties */
.product-gn-desc p{
  font-size: 16px;
  margin-bottom: 20px;
}

/* .product-gn-desc br{
  display: none;
} */

.product-gn-desc ul, .product-gn-desc ol{
  margin-left: 20px;
  margin-bottom: 20px;
}

.product-gn-desc ul li, .product-gn-desc ol li{
  list-style: disc !important;
  margin: 5px 0px;
  font-size: 16px;
}

.product-gn-desc table{
  border: 0;
}

.product-gn-desc table td{
  padding: 5px 5px;
}

/* Product page properties */


/* secsubsec properties */
.my-common-section p{
  font-size: 16px;
}

/* .my-common-section br{
  display: none;
} */

.my-common-section .its_section_inner .col-content p{
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-common-section .its_section_inner .col-content ul, .my-common-section .its_section_inner .col-content ol{
  margin-left: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.my-common-section .its_section_inner .col-content ul li, .my-common-section .its_section_inner .col-content ol li{
  list-style: disc !important;
  margin: 5px 0px;
  font-size: 16px;
}

.my-common-section .its_section_inner .col-content table{
  border: 0;
}

.my-common-section .its_section_inner .col-content table td{
  padding: 5px 5px;
}

#product-tab-container .nav-item{
  border-radius: 5px;
  margin: 0px 10px 20px 0px;
}

#product-tab-container .nav-item .nav-link{
  border: 0;
}

#product-tab-container .nav-link.active{
  border-radius: 4px;
}

#product-tab-container .tab-pane h3::after{
  display: block;
  content: "";
  width: 30px;
  height: 4px;
  margin: 10px 0;
}

#product-tab-container .tab-pane p{
  margin-top: 5px;
  margin-bottom: 5px;
}

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

#product-tab-container .tab-pane ul li, #product-tab-container .tab-pane ol li{
  list-style: disc !important;
  margin: 5px 0px;
  font-size: 16px;
}

#product-tab-container .tab-pane table{
  border: 0;
}

#product-tab-container .tab-pane table td{
  padding: 5px 5px;
}

#product-tiles-section .product-tile-option h3::after{
  display: block;
  content: "";
  width: 30px;
  height: 4px;
  margin: 10px 0;
}

#product-tiles-section .product-tile-option h3.text-center::after{
  display: block;
  content: "";
  width: 30px;
  height: 4px;
  margin: 10px auto;
}

#product-tiles-section .product-tile-option .col-content{
  display: flex;
  flex-direction: column;
  height: 100%;
}

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

.my-common-section #faq-section .accordion-body ul, .my-common-section #faq-section .accordion-body ol{
  margin-left: 20px;
  margin-bottom: 20px;
}

.my-common-section #faq-section .accordion-body ul li, .my-common-section #faq-section .accordion-body ol li{
  list-style: disc !important;
  margin: 5px 0px;
  font-size: 16px;
}

.my-common-section #faq-section .accordion-body table{
  border: 0;
}

.my-common-section #faq-section .accordion-body table td{
  padding: 5px 5px;
}
/* secsubsec properties */

/* Branches section 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;
}

/* Why choose us section properties */
#why_choose_us{
  padding-top: 150px;
  padding-bottom: 150px;
}
/* Why choose us section properties */

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

@media screen and (max-width:575px){
  /* Banner section properties */
  #slider_main .slider_cont_section {
    position: static;
    left: auto;
    top: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 20px;
  }

  .slider_cont_section h3 {
      font-size: 45px;
      padding: 0;
      line-height: normal;
  }

  .slider_cont_section p {
      font-size: 16px;
      padding: 0;
      margin-bottom: 30px;
  }

  .button_section a {
      width: 140px;
      margin-right: 15px;
      line-height: normal;
      border-radius: 100px;
      font-size: 14px;
      text-align: left;
      padding: 10px 15px;
  }

  .button_section a::after {
      width: 25%;
      font-size: 17px;
  }

  #c1_indicators{
    margin-top: 0px;
  }
  /* Banner section properties */

  /* About us section properties */
  #about p{
    font-size: 16px;
  }
  /* About us section properties */

  /* Contact section properties */
  .social_links {
      float: left;
  }
  .social_links li{
    margin-top: 5px;
    margin-bottom: 5px;
      float: left;
  }

  /* ul.ft_app{
    width: 70% !important;
  } */
  /* Contact section properties */
}

@media screen and (min-width:576px) and (max-width:767px){
  /* Banner section properties */
  #slider_main .slider_cont_section{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  #slider_main .bn_cont{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 30px 20px 50px;
    width: 60%;
    margin-left: 50px;
  }

  .slider_cont_section h3 {
      font-size: 21px;
      margin-bottom: 15px;
      padding: 0;
      line-height: normal;
  }

  .slider_cont_section h4 {
    font-size: 15px;
  }

  .slider_cont_section p {
      font-size: 15px;
  }

  .button_section a {
      width: 115px;
      margin-right: 15px;
      line-height: normal;
      border-radius: 100px;
      font-size: 13px;
      text-align: left;
      padding: 7px 12px;
      margin-top: 10px;
  }

  .button_section a::after {
      width: 25%;
      font-size: 17px;
  }

  #c1_indicators{
    margin-top: 0px;
  }
  /* Banner section properties */

  /* ul.ft_app{
    width: 60% !important;
  } */
}

@media screen and (min-width:768px) and (max-width:991px){
  /* Banner section properties */
  #slider_main .slider_cont_section{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  #slider_main .bn_cont{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 30px 20px 50px;
    width: 60%;
    margin-left: 50px;
  }

  .slider_cont_section h3 {
      font-size: 30px;
      margin-bottom: 11px;
      padding: 0;
      line-height: normal;
  }

  .slider_cont_section h4 {
    font-size: 18px;
  }

  .slider_cont_section p {
      font-size: 16px;
  }

  .button_section a {
      width: 115px;
      margin-right: 15px;
      line-height: normal;
      border-radius: 100px;
      font-size: 13px;
      text-align: left;
      padding: 7px 12px;
      margin-top: 30px;
  }

  .button_section a::after {
      width: 25%;
      font-size: 17px;
  }

  #c1_indicators{
    margin-top: 0px;
  }
  /* Banner section properties */

  /* ul.ft_app{
    width: 60% !important;
  } */
}

@media screen and (min-width:992px) and (max-width:1199px){
  /* Banner section properties */
  #slider_main .slider_cont_section{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  #slider_main .bn_cont{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 30px 20px 50px;
    width: 60%;
    margin-left: 50px;
  }

  .slider_cont_section h3 {
      font-size: 40px;
      margin-bottom: 11px;
      padding: 0;
      line-height: normal;
  }

  .slider_cont_section h4 {
    font-size: 20px;
  }

  .slider_cont_section p {
      font-size: 18px;
  }

  .button_section a {
      width: 115px;
      margin-right: 15px;
      line-height: normal;
      border-radius: 100px;
      font-size: 13px;
      text-align: left;
      padding: 7px 12px;
      margin-top: 25px;
  }

  .button_section a::after {
      width: 25%;
      font-size: 17px;
  }

  #c1_indicators{
    margin-top: 0px;
  }
  /* Banner section properties */
  /* ul.ft_app{
    width: 50% !important;
  } */
}

@media screen and (min-width:1200px){
  /* Banner section properties */
  #slider_main .slider_cont_section{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  #slider_main .bn_cont{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 30px 20px 50px;
    width: 50%;
    margin-left: 50px;
  }

  .slider_cont_section h3 {
      font-size: 55px;
      margin-bottom: 11px;
      padding: 0;
      line-height: normal;
  }

  .slider_cont_section h4 {
    font-size: 25px;
  }

  .slider_cont_section p {
      font-size: 18px;
  }

  .button_section a {
      width: 125px;
      margin-right: 15px;
      line-height: normal;
      border-radius: 100px;
      font-size: 14px;
      text-align: left;
      padding: 10px 12px;
      margin-top: 25px;
  }

  .button_section a::after {
      width: 25%;
      font-size: 17px;
  }

  #c1_indicators{
    margin-top: 0px;
  }
  /* Banner section properties */

  /* Contact section properties */
  .social_links {
      float: right;
  }
  .social_links li{
      float: right;
  }
  /* ul.ft_app{
    width: 50% !important;
  } */
  /* Contact section properties */
}

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

#business_card_container div.col-xs-12{
  box-shadow: #ffffff1f 0px 0px 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

#business_card_container #bc_img_container{
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 20px auto 20px 18%;
  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;
}

#business_card_container #xy{
  margin-top: 100px;
}

#business_card_container #xy::before{
    content: "";
    width: 100%;
    height: 50px;
    display: block;
    z-index: 9;
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
}

#business_card_container #xy::after{
    content: "";
    width: 100%;
    height: 50px;
    display: block;
    z-index: 9;
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
}

#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%;
  /* border-top: 1px solid #4ac9f0; */
  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%;
  font-size: 15px;
}

#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;
  font-size: 15px;
}

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

#xyz4 a{
  display: block;
  margin: 8px 0px;
  font-size: 15px;
}

#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%;
}

#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;
}
/* business card properties */

@media screen and (min-width:992px){
  .right_header_info ul li {
      margin-left: 25px;
  }
}

@media screen and (max-width: 991px){
  #contact-option, #mail-option{
    display: none;
  }

  .right_header_info ul li{
    float: right;
  }

  .choose_blog h4{
    font-size: 16px;
  }

  .choose_blog img{
    width: 50%;
  }
}

@media screen and (min-width:786px) and (max-width:992px){
  h2{
    font-size: 18px;
  }

  h3{
    font-size: 16px;
  }

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

  .product-category-option p{
    font-size: 15px;
    text-align: center;
  }

  .product-option p{
    font-size: 16px;
  }

  #featured-services-section::before{
    height: 200px;
    top: -200px;
  }

  #about p.large{
    font-size: 20px;
  }

}
/* contact section properties */
/*---------------------------------------------------------------------
    top banner area
---------------------------------------------------------------------*/

.top-banner-slider {
	overflow: hidden;
	clear: both;
	height: 600px;
}

.top-banner-slider .heroslider {
	margin: 0px;
	padding: 0px;
	border: none;
	position: relative;
	border-radius: 0;
}

.swiper-overlay {
	height: 100%;
	position: relative;
}

.swiper-overlay {
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.heroslider .container {
	position: relative;
	height: 100%;
	padding-left: 0;
	padding-right: 0;
	z-index: 5;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.heroslider .slider-01 {
	width: 100%;
	background-size: cover;
	background-position: center;
}

.heroslider .slider-02 {
	width: 100%;
	background-size: cover;
	background-position: center;
}

.heroslider .slider-03 {
	width: 100%;
	background-size: cover;
	background-position: center;
}

.heroslider .slides li {
	height: 600px;
}

.top-banner-slider .heroslider .slides li::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

.top-banner-slider .flex_caption3 {
	position: absolute;
	z-index: 30;
	left: 0;
	right: 0;
	bottom: 50px;
	margin: 0 -15px;
	display: flex;
}

a.slide_banner {
	position: relative;
	display: inline-block;
	margin: 0 12px 0 15px;
}

.slide1_banner1 {
	width: 570px;
}

.slide1_banner2 {
	width: 270px;
}

.slide1_banner3 {
	width: 270px;
}

.top-banner-slider .flex_caption1 {
	text-align: center;
	position: absolute;
	z-index: 30;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 31%;
	max-width: 720px;
	width: 100%;
	text-transform: uppercase;
}

.top-banner-slider .flex_caption1 .title1 {
	font-size: 36px;
	font-weight: 300;
}

.top-banner-slider .flex_caption1 .title2 {
	font-size: 60px;
	font-weight: 900;
}

.top-banner-slider .flex_caption2 {
	text-align: center;
}

.top-banner-slider .flex_caption2 {
	position: absolute;
	z-index: 30;
	left: 0;
	top: 20%;
	display: table;
	width: 177px;
	height: 177px;
}

.top-banner-slider .flex_caption2 .middle {
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	line-height: 31px;
	font-size: 26px;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

.top-banner-slider .flex_caption2 span {
	display: block;
	font-weight: 100;
	line-height: 36px;
	font-size: 34px;
}

a.slide_banner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

a.slide_banner:hover::before {
	left: -7px;
	top: -7px;
	right: -7px;
	bottom: -7px;
	opacity: 1;
}

.flex-control-nav {
	bottom: 0px;
	position: relative;
}

.flex-control-nav li {
	line-height: 10px;
}

.flex-direction-nav a {
	text-align: center;
}

.top-banner-slider .swiper-pagination {
	padding: 10px 0px;
}

.heroslider .swiper-pagination {
	bottom: 0px;
}

.heroslider .swiper-pagination::before {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	left: -10px;
	top: 4px;
	z-index: -1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.heroslider .swiper-pagination::after {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	right: -10px;
	top: 4px;
	z-index: -1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.heroslider .swiper-pagination.swiper-pagination-bullets-dynamic {
	overflow: visible;
	width: 110px !important;
}

.heroslider .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
}

input[type="checkbox"].styled:checked+label:after,
input[type="radio"].styled:checked+label:after {
	font-family: 'FontAwesome';
	content: "\f00c";
}

/*---------------------------------------------------------------------
    layout new css
---------------------------------------------------------------------*/

#slider_main .sl_content_container{
  position: relative;
}

.top_section {
    height: auto;
    overflow-x: hidden;
}

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

.right_header_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

.right_header_info ul li {
    display: inline;
    font-size: 15px;
}

.right_header_info ul li a {
    font-weight: 300;
}

.slider_cont_section h4 {
    text-transform: uppercase;
    font-weight: 700;
}

.slider_cont_section h3 {
    text-transform: uppercase;
    font-weight: 700;
}

.slider_cont_section p {
    font-weight: 300;
    line-height: normal;
}

.button_section a {
    border-radius: 100px;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.1px;
}

.button_section a::after {
    content: ">";
    position: absolute;
    right: -2px;
    top: 0;
    height: 100%;
    border-radius: 0 100px 100px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center {
	display: flex;
	justify-content: center;
	position: relative;
}

.top_section div.button_section {
    display: flex;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
    top: 30%;
    opacity: 1;
}

.carousel-control-prev-icon, .carousel-control-next-icon{
  font-family: 'FontAwesome';
  font-size: 32px;
}

.carousel-indicators li{
  opacity: 1;
}

#slider_main .carousel-control-prev {
    position: relative;
    right: 0;
    bottom: 0;
    top: inherit;
    left: inherit;
}

#slider_main .carousel-control-next {
    position: relative;
    right: 0px;
    bottom: 0;
    top: inherit;
    left: inherit;
}

#slider_main .carousel-control-next, #slider_main .carousel-control-prev {
    margin: 20px 5px 50px;
}

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

/** sidebar **/

/* USP Section */
.usp-option .col-content{
  padding: 20px;
  box-shadow: #2226261f 0px 2px 10px;
  height: 100%;
  border-radius: 25px;
}

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

.usp-option p{
  font-size: 15px;
}
/* USP Section */

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 280px;
    position: fixed;
    top: 0;
    left: -290px;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebarCollapse {
    padding: 0;
    border: none;
}

#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar ul.components {
    padding: 55px 0;
}

#sidebar ul p {
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px 25px;
    font-size: 1.3em;
    display: block;
    font-weight: 300;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /* background: #6d7fcc; */
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: auto;
    transition: all 0.3s;
    position: relative;
    top: 0;
    right: 0;
}

.main_heading._left_side {
    font-size: 62px;
    font-weight: 700;
}

p.large {
    font-size: 24px;
    line-height: 38px;
}

.text_align_right {
	text-align: right;
}

.r-img img {
    float: right;
}

.padding_top_0 {
	padding-top: 0 !important;
}

.cross_layout {
    position: relative;
}

.cross_layout_o {
    margin-top: 0;
    position: relative;
}

div.common_section{
  position: relative;
}

div.common_section:nth-of-type(2n){
  padding-top: 150px;
  padding-bottom: 150px;
}
div.common_section:nth-of-type(2n) h2{
  display: inline-block;
  padding: 10px;
  text-transform: capitalize;
}

div.common_section:nth-of-type(2n)::before{
  content: "";
  width: 100%;
  height: 150px;
  display: block;
  position: absolute;
  top:-1px;
  z-index: 9;
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
  /* background: rgb(22,28,52);
    background: linear-gradient(6deg, rgba(22,28,52,1) 50%, rgba(255,255,255,1) 50.6%, rgba(255,255,255,1) 100%); */
}

div.common_section:nth-of-type(2n)::after{
  content: "";
  width: 100%;
  height: 150px;
  display: block;
  position: absolute;
  bottom: -1px;
  z-index: 9;
  -webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
  -o-transform: matrix(-1, 0, 0, -1, 0, 0);
  -moz-transform: matrix(-1, 0, 0, -1, 0, 0);
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

div.common_section:nth-of-type(4n){
  padding-top: 150px;
  padding-bottom: 150px;
}

div.common_section:nth-of-type(4n)::before{
  content: "";
  width: 100%;
  height: 150px;
  display: block;
  position: absolute;
  background-position: bottom;
  background-size: 100% 100%;
  top: -1px;
  z-index: 9;
}

div.common_section:nth-of-type(4n)::after{
  content: "";
  width: 100%;
  height: 150px;
  display: block;
  position: absolute;
  background-size: 100% 100%;
  background-position: top;
  transform: scaleY(-1);
  -moz-transform : scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  bottom: -1px;
  z-index: 9;
}

.cross_layout_o::before {
    content: "";
    width: 100%;
    height: 150px;
    display: block;
    position: absolute;
    top:2px;
    z-index: 9;
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
}

.cross_layout_o::after {
    content: "";
    width: 100%;
    height: 150px;
    display: block;
    position: absolute;
    bottom: 2px;
    z-index: 9;
    -webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
    -o-transform: matrix(-1, 0, 0, -1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, -1, 0, 0);
    transform: matrix(-1, 0, 0, -1, 0, 0);
}

.cross_layout::before {
    content: "";
    width: 100%;
    height: 153px;
    display: block;
    position: absolute;
    background-position: bottom;
    background-size: 100% 100%;
    top: -1px;
    z-index: 9;
}
.cross_layout::after {
    content: "";
    width: 100%;
    height: 153px;
    display: block;
    position: absolute;
    background-size: 100% 100%;
    background-position: top;
    transform: scaleY(-1);
    -moz-transform : scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    bottom: 0px;
    z-index: 9;
}
.cross_layout_g_2, .cross_layout_g, .cross_layout_wi_2{
  position: relative;
}

.cross_layout_g::before {
    content: "";
    width: 100%;
    height: 150px;
    display: block;
    position: absolute;
    background-position: bottom;
    background-size: 100% 100%;
    top: -150px;
    z-index: 9;
}
.cross_layout_g_2::after {
    content: "";
    width: 100%;
    height: 200px;
    display: block;
    position: absolute;
    bottom: -200px;
    z-index: 10;
    -webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
    -o-transform: matrix(-1, 0, 0, -1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, -1, 0, 0);
    transform: matrix(-1, 0, 0, -1, 0, 0);
}

.cross_layout_wi::before {
    content: "";
    width: 100%;
    height: 150px;
    display: block;
    position: absolute;
    background-position: bottom;
    background-size: 100% 100%;
    top: -150px;
    z-index: 9;
}
.cross_layout_wi_2::after {
    content: "";
    width: 100%;
    height: 200px;
    display: block;
    position: absolute;
    bottom: 0px;
    z-index: 10;
}

.cross_layout_o {
    position: relative;
}

h2.heading_main {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    padding: 0px 15px;
    margin: 0px 25px;
    line-height: 90px;
    display: inline-block;
    margin-bottom: 75px;
}

.choose_blog i {
  font-size: 50px;
}

.choose_blog h4 {
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0;
}

.choose_blog p {
    padding: 0 20px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 200;
    opacity: 0.7;
}

.dark_bg_orange {
    margin-top: 0;
}

.testimonial_cont {
    margin-top: -40px;
    min-height: 295px;
}

#testimonial_slider .carousel-indicators li {
    width: 36px;
    height: 12px;
    border-radius: 50px;
}

#testimonial_slider .carousel-indicators {
    bottom: -50px;
}

p strong {
    /*font-size: 25px;*/
    font-weight:bold;
    line-height: 21px;
}

#map {
    height: 100%;
    min-height: 480px;
}

.contact_form {
    padding: 35px 45px;
}

.field input {
    width: 100%;
    border: none;
    min-height: 52px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0;
}

.field textarea {
    width: 100%;
    border: none;
    font-size: 14px;
    min-height: 52px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0;
    min-height: 110px;
}

button.submit_bt {
    width: 165px;
    height: 51px;
    font-size: 15px;
    font-weight: 300;
    margin-top: 10px;
    cursor: pointer;
    transition: ease all 0.5s;
}

/** footer **/

footer {
    padding: 75px 0;
}

footer h3 {
    font-size: 35px;
    font-weight: 600;
    padding: 0;
    float: left;
}

h4.widget_heading {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 40px;
    padding: 0;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

ul.social_links li {
    margin-left: 10px;
}

ul.social_links li a {
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    font-size: 18px;
}

.subribe_form input {
    max-width: 305px;
    margin-top: 20px;
    margin-bottom: 0;
}

.f_menu {
    margin-top: 14px;
}

.f_menu ul {
    list-style: none;
    font-size: 17px;
    line-height: 35px;
    float: left;
    width: 100%;
}

.f_menu ul li {
    font-weight: 300;
    letter-spacing: 0.5px;
    float: left;
    width: 100%;
    position: relative;
    padding: 0 0 0 20px;
}

.f_menu ul li::after {
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 100%;
    top: 13px;
}

.cont_footer {
    padding-top: 15px;
}

.cont_footer p {
    font-weight: 300;
    letter-spacing: 0.5px;
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    font-size: 17px;
}

.cont_footer p strong {
	font-weight: 600;
	font-size: 17px;
}

.cpy_right p {
    text-align: center;
    font-size: 15px;
    min-height: 60px;
    line-height: 60px;
    font-weight: 400;
}

.cpy_right p a:hover,.cpy_right p a:focus {
	text-decoration: underline;
}

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

.page-image {
  width:450px;
}

span[name='enquirenow']{
  position: fixed; 
  top: 50%;
  right: -50px;
  z-index: 999;
  transform: rotate(-90deg) translateZ(0);
  -webkit-transform: rotate(-90deg) translatez(0);
  -webkit-backface-visibility: hidden;

}

div.its_btngp_top span[name='enquirenow'], div.service-page-button span[name='enquirenow']{
right: -50px;
}

#product-page-eqn-btn{
  right: -38px;
}

#service-page-enq-btn{
  right: -50px;
}

img.page-image{
  border: 4px solid #f36b2a;
  border-radius: 20px;
  padding: 20px;
}

.my-common-section .its_section_inner .gs-img-option-container p{
  color: #000;
}

.padding-top-150-px {
  padding-top: 150px!important;
}

/* 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 */

figure.c-fig-custom-margin {
  margin: 0 0 1rem;
}

/* Image Animation Starts */

  /* Diagonal 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%;
    }
  }
  /* Diagonal Animation Ends */

  /* Double Box Animation for image only */

  .c-fig-animate-image{
      position: relative;
      /* width: 880px;
      height: 580px; */
  }
  .c-fig-animate-image:hover::after,
  .c-fig-animate-image:hover::before {
      height: 100%;
      opacity: 0;
      width: 100%;
  }
  .c-fig-animate-image::before {
      right: 0;
      opacity: 1;
      top: 0;
  }

  .c-fig-animate-image::after {
      bottom: 0;
      opacity: .7;
      left: 0;
  }

  .c-fig-animate-image::before,
  .c-fig-animate-image::after {
      content: "";
      background: #fff;
      height: 0;
      width: 0;
      z-index: 1;
      position: absolute;
      transition-duration: 1.2s !important;
      -webkit-transition-duration: 1.2s !important;
      -o-transition-duration: 1.2s;
  }

  .c-fig-animate-image .img-fluid {
      width: 100%;
      height: auto;
  }

  .c-fig-animate-image img {
      vertical-align: middle;
      border-style: none;
  }

  /* Double Box Animation for image only Ends */

/* Image Animation 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 */

.c-padding-top-30 {
  padding: 30px 0px 0px 0px!important;
}

.c-padding-top-right-30 {
  padding: 30px 30px 0px 0px!important;
}

.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 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 */

.product-attachment {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 8px 8px 0px 0px;
  margin: 0 14px;
  cursor: pointer;
}

/* Section/ Sub Section Buttons */
.c-order-btn{
  border: 2px solid #7335b7;
  background-color: #fff;
  color: #7335b7;
  border-radius: 0!important;
  padding: 5px 10px;
}


.c-price{
  background-color: #fff;
  color: #7335b7;
}

.c-box-price{
  border-radius: 0 8px 8px 0;
  margin-right: 8px!important;
  margin-left: 0px !important;
  padding: 6px 10px;
}
.c-attachment-small-btn{
  font-size: 12px!important;
  padding: 5px 8px!important;
  border-radius: 8px!important;
  margin: 6px!important;
}
/* /-  Section/ Sub Section Buttons */

.c-btn-attach-customlink {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 8px;
  margin: 0 10px;
  cursor: pointer;
}

.c-ssec-heading-center::after {
  display: block;
  content: "";
  width: 30px;
  height: 4px;
  margin: 10px auto;
  background-color: #f36b2a;
  text-align: center;
}

.c-ssec-heading-left::after {
  display: block;
  content: "";
  width: 30px;
  height: 4px;
  margin: 10px 0;
  background-color: #f36b2a;
  text-align: center;
}

.c-box-border {
	border: 1px solid #f36b2a7a!important;
}

.c-gallery-image-caption {
	background-color: #001e9e9c;
    padding: 10px 0!important;
    margin: 0px 10px!important;
    color: #fff!important;
}

.c-gallery-background-layer {
  background-color: #001e9ed9;
}

#ft-slider-container .owl-prev span, #ft-slider-container .owl-next span{
	/*background-color:#f36b2a!important;*/
	color: #fff!important;
}

/* Section/ Sub Section Buttons */
.c-order-btn{
  border: 2px solid #7335b7;
  background-color: #fff;
  color: #7335b7;
  border-radius: 0!important;
  padding: 5px 10px;
}


.c-price{
  background-color: #fff;
  color: #7335b7;
}

.c-box-price{
  border-radius: 0 8px 8px 0;
  margin-right: 8px!important;
  margin-left: 0px !important;
  padding: 6px 10px;
}
.c-attachment-small-btn{
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 8px;
  margin: 0 6px;
}
.c-order-btn{
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.c-price {
  font-family: 'Poppins', sans-serif;
  margin: 0 14px;
  cursor: pointer;
}

/* /-  Section/ Sub Section Buttons */