/*================================= comoon css =================================*/

body {
	font-family: 'Poppins' !important;
	touch-action: manipulation;
	font-size:16px;
}

/* text slector text and background color */
::-moz-selection { /* Code for Firefox */
	color: #fff;
	background: #ff6b35;
  }
::selection {
	color: #fff;
	background: #ff6b35;
}
/* text slector text and background color */
.normal-tran, .navbar-nav-link{
	transition: all 0.5s ease 0s;
}
body,
a,
p,
button {
	font-family: 'Poppins' !important;
}
.font-poppins, h3, h5, h1, h2{
	font-family: 'Poppins' !important;
}
.poppins-medium{
	font-weight:500;
}
.poppins-regular{
	font-weight:400;
}
/* floating label css */
input:placeholder-shown + .form-control-placeholder, 
 textarea:placeholder-shown + .form-control-placeholder {
    top: 10px;
     color: #868686;
     font-size: 14px;
     font-weight: 400;
     margin-bottom: 0;
}
 input + .form-control-placeholder, 
 .form-control:focus + .form-control-placeholder, 
 textarea + .form-control-placeholder, 
 textarea.form-control:focus + .form-control-placeholder {
    position: absolute;
     transition: all 0.2s linear;
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     top:-12px;
     font-size: 14px;
     margin-left: 0;
     color: #000;
     font-weight: 400;
}
textarea + .form-control-placeholder, 
textarea.form-control:focus + .form-control-placeholder {
    top: -22px;
 }
 /* floating label css */
/*================================= 3  Inputs ( #input ) =================================*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
::-webkit-input-placeholder {
	color: #343434;
	font-style: normal;
}
:-moz-placeholder {
	color: #343434;
	font-style: normal;
}
::-moz-placeholder {
	color: #343434;
	font-style: normal;
}
:-ms-input-placeholder {
	color: #343434;
	font-style: normal;
}
button::-moz-focus-inner {
	border: 0
}
:focus {
	outline: none;
}
::-moz-focus-inner {
    border: 0;
}
.text-blue, .i-blue:before, a.navbar-nav-link:hover, .footer-list li a:hover, .owl-nav i:before{
	color:#994fff !important;
}
.i-marun::before {
	color: #ff6b35 !important;
}
.bg-blue{
	background-color:#994fff;
}
.bg-light{
	background-color:#f4f4f4;
}
.bg-black{
	background-color:#000;
}
.bg-light-black {
    background: #363636 !important;
}
.text-light{
	color:#aca3ba !important;
}
.text-grey{
	color:#b2aabf;
}
.text-ligt-blue{
	color:#8d8698;
}
input[type=number] {
	-moz-appearance: textfield
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}
input[type=submit] {
	padding: 12px 20px;
	background: red;
	font-weight: normal;
	color: #fff;
	display: block;
	margin: 0 auto
}
input[type=submit],
input[type=button] {
	cursor: pointer;
	border: 0
}
input:focus {
	outline: none;
}
textarea {
    border: none !important;
    border-bottom: 1px solid #e1e1e1 !important;
    border-radius: 0 !important;
	height: 70px !important;
	font-style:normal !important;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="number"],
textarea {
	background: transparent;
	font-size: 15px;
	border: 0;
	border-bottom: 1px solid #e1e1e1;
	border-radius: 0;
	width: 100%;
	box-shadow: none;
	-webkit-appearance: none;
	color: #767676;
	padding: 12px 0px;
	font-weight:300;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
	background: transparent
}
form label {
	/* color: #006db7; */
	font-size: 16px;
	display: block;
	/* font-weight: 900; */
	margin-bottom: 10px;
	/* text-transform: uppercase */
}
input:required {
	box-shadow: none
}
.user-select-none {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
}
.error{
	font-size: 13px;
}
button:focus {
	outline: none;
}
a,
a:hover, button, button:hover {
	transition: all 0.5s ease 0s !important;
}
.icon:before{
	margin:0px !important
}
/*================================= 4 Global Styles (#glob) =================================*/

p,
span {
	font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
h1, h1 span {
	font-size: 50px !important;
    line-height: 65px;
    color: #352816;
    font-weight: 700 !important;
}
h2, h2 span {
	font-size: 45px;
    line-height: 50px;
}

h3 {
	font-size: 18px;
    color: #3f3849;
}
.i-blue:before {
    font-size: 25px;
}
h4{
	font-size:28px;
}
h5 {
    font-size: 18px;
    line-height: 33px;
}
h6{
	font-size: 18px;
}
.text-btn, .text-btn i:before, .social-icons i:before{
	font-size:18px;
}
button {
    cursor: pointer;
}
.text-medium, .navbar-light .navbar-nav-link{
	font-size:16px !important;
}
.font-small, .control-btn i:before, .normal-content-icon i:before, .copyright-text{
	font-size:14px !important;
}
.font-extra-small{
	font-size:12px !important;
	line-height:20px;
}
.text-marun, .email-btn i:before, .navbar-light .navbar-nav-link:hover, .social-icons i:before {
    color:#ff6b35 !important;
}
.bg-marun{
    background-color:#ff6b35 !important;
}
.bg-light-yellow{
    background-color:#fde2ab !important;
}
/*================================= comoon css end =================================*/

/*================================= custom css start =================================*/
i:before{
	margin:0px !important;
}
.sticky .fixed-top {
    background: #ff6b35;
}
.after-none:before{
    display: none;
}
.justify-flex-end{
	justify-content: flex-end;
}
.white-space-pre{
	white-space: pre-line;
}
.text-yellow, .icon-i:before, ul.fileList li i:before, 
.modal .close_btn i:hover:before, .text-btn i:before {
	color: #f7b715 !important;
}
.text-light, .prev-btn i:before {
	color: #767676;
}
.text-light-black {
	color: #010101;
}
.bg-yellow {
	background-color: #ffe03c;
}
.bg-light-yellow{
	background-color:#fdf1d0;
}
.bg-dark-grey{
	background-color:#cacaca;
}
.bg-btn-grey {
    border: 1px solid #e1e1e1 !important;
}
.detail-btn {
    border-color: #e1e1e1 !important;
}
.box-shadow{
	-webkit-box-shadow: 1px 1px 16px 0px rgba(225,225,225,1);
    -moz-box-shadow: 1px 1px 16px 0px rgba(225,225,225,1);
    box-shadow: 1px 1px 16px 0px rgba(225,225,225,1);
}
.bg-light-white {
	background-color: #f7f7f7;
}
.bg-dark-white {
	background-color: #f2f2f2;
}
.bg-grey {
	background-color: #cccccc;
}
.font-regular {
	font-weight: 400;
}
.font-semibold {
	font-weight: 600;
}
.font-bold, .i-blue:before {
	font-weight: 700;
}
.font-extrabold {
	font-weight: 900;
}
.footer-list li {
    list-style: none;
}
.border-normal-radius {
	border-radius: 50px !important;
}
.radius-normal{
	border-radius: 5px;
}
.border-full {
	border-radius: 50% !important;
}
.section-spacer {
	padding: 80px 0px !important;
}
.after-none:after, .property-header li:last-child a:after, .navbar-inverse li a:after {
	display: none ;
}
.icon-margin-none:before, .notification-drop i:before, .navbar-inverse :before{
    margin-left:0px !important;
}
.icon-font-normal:before, .side-social-icon i:before, .side-social-icon span{
	font-size: 15px !important;
}
.btn-login {
    padding: 8px 25px;
    font-size: 15px;
}
.btn-login:hover, .btn-yellow:hover {
    background-color: #ff6b35 !important;
    color:#fff !important;
}
.btn-yellow {
    padding: 12px 45px;
}
.btn-custom-forms {
    padding: 10px 50px;
	border-radius: 50px !important;
	width: 140px;
}
button.navbar-toggler i:before {
	margin-left: 0px !important;
	font-size: 18px !important;
}
button.navbar-toggler i.flaticon-close-1:before{font-size: 15px !important;}
button.navbar-toggler i {
	background: #ff6b35;
	color: #fff;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
	top: 20px;
}
button.navbar-toggler i.flaticon-close-2:before {
	font-size: 12px !important;
}
.sticky{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	-webkit-box-shadow: -1px 3px 5px 1px rgba(20, 14, 20, 0.11);
	-moz-box-shadow: -1px 3px 5px 1px rgba(20, 14, 20, 0.11);
    box-shadow: -1px 3px 5px 1px rgba(20, 14, 20, 0.11);
    background-color: #fff;
}
/*================================= second-header css start =================================*/
.btn-marun {
    padding: 10px 35px;
    display: inline-block;
    font-size: 15px;
    border:1px solid #ff6b35;
}
.btn-marun:hover{
    background-color:transparent;
    color:#ff6b35 !important;
}
.navbar-inverse .navbar-nav-link, .navbar-inverse .navbar-nav-link i:before, .before-white:before, .social-icons a{
	color:#fff !important;
}
.navbar-brand img {
	width: 100%;
	position: relative;
    z-index: 999;
}
.navbar-light .navbar-nav-link:focus, .navbar-light .navbar-nav-link:hover {
    color: #ff6b35;
    background-color: transparent;
}
.banner-content {
    max-width: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
}
.top-banner .row .col-lg-6:last-child {
    position: static !important;
}
.banner-img-content {
    background-image: url(../images/Banner_img.png);
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0px;
    background-position: right top;
    z-index: -1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left -40px;
}
.content-wrapper{
	overflow: hidden;
}
.navbar-nav-link{
	padding: 40px 1rem;
}
.top-slider .item{
	height: 100vh;
    background-size: cover;
    background-position: bottom;
}
.slide-block-content.pt-5 {
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
}
.side-social-icon {
    /* position: absolute;
    top:42%;
    left: 0;
    transform: translate(-0%, -50%);
	z-index: 99; */
	position: fixed;
    top: calc(50%);
    bottom: auto;
    z-index: 99;
}
.side-social-icon span {
	color: transparent;	
}
.side-social-icon a {
	width: 38px;
	white-space: nowrap;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.side-social-icon a:hover {
    width: 100%;
}
.side-social-icon a:hover span{
	color:#fff;
}
.facebook-btn{
	background-color:#5d82d1;
}
.twitter-btn{
	background-color:#40bff5;
}
.insta-btn{
	background-color:#ca2f77;
}
.WhatsApp-btn{
	background-color:#18cf3d;
}
.email-btn{
	background-color:#ffe03c;
}
.side-social-icon i {
    padding: 4px 0px;
}
.brand-section .item {
	width: 200px;
	height: 200px;
	margin: 50px auto;
	padding-top: 75px;
	text-align: center;
  }  
  .brand-text {
    top: 20px;
    left: 20px;
}
.e-count {
	font-size: 170px;
	line-height: 0;
}
h2.text-marun.font-regular.ex-text {
	font-size: 60px;
	line-height: 66px;
}
.product-slider .owl-carousel .owl-item img {
	max-height: 160px;
    display: block;
    width: 70% !important;
	margin: 30px auto;	
}
.product-slider .owl-carousel button.owl-dot{
    margin: 7px;
    width: 10px;
    height: 10px;
    background: #c49696;
    border-radius: 50%;
}
.product-slider button.owl-dot.active {
    background: #ff6b35 !important;
    width: 30px !important;
    border-radius: 5px !important;
}
.product-slider .owl-dots {
    display: flex;
    align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.product-slider .owl-nav, .owl-nav, .top-slider .owl-dots	{
	display:none;
}
/* .custom-footer{
	background-image: url(../images/footer-bg.png);
	background-size: cover;
} */
.section-help .inner-content {
    border-right: 1px solid #e9d6d7;
}
.round-icon {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.section-shadow{
	-webkit-box-shadow: 1px 1px 9px 0px rgba(225,225,225,1);
    -moz-box-shadow: 1px 1px 9px 0px rgba(225,225,225,1);
    box-shadow: 1px 1px 9px 0px rgba(225,225,225,1);
}
.home-tab li {
    padding-right: 50px;
}
/* .owl-carousel .owl-item img{
	height: 100%;
} */
.home-tab ul.nav.nav-pills li a img {
    filter: contrast(0.4);
}
.home-tab ul.nav.nav-pills a.d-block.text-center.active.show img, li.active a img {
    filter: none !important;
}
img.banner-image {
    object-fit: cover;
    object-position: bottom;
}
.brand-section img, .home-tab ul.nav.nav-pills li img, .section-time img, .product-slider .owl-carousel .owl-item img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.brand-section img:hover, .home-tab ul.nav.nav-pills li img:hover, .section-time img:hover, .product-slider .owl-carousel .owl-item img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
img.banner-image {
    height: 100vh !important;
}
.col-md-7.w3-animate-right.w3-animate-opacity {
    animation: animateright 4s !important;
}
.about-watch.section-spacer, .section-video.section-spacer {
    background-image: url(http://jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Ellipse-974-copy-22-2.jpg?id=599) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
	background-size: cover !important;
	background-attachment: fixed;
}
.img-block {
	overflow: hidden;
	cursor:pointer;
}
.img-block img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.img-block:hover img{
	transform: scale(1.2);
}
.fixed-top{
	transition: all 0.5s ease 0s;
}
.navbar{
	transition: all 0.5s ease 0s;
}
.sticky a.navbar-nav-link {
    transition: color ease-in-out .15s;
    padding: 30px 10px;
}
img.banner-small-img {
    width: 65% !important;
    position: relative;
    bottom: 20px;
}
.btn-blue{
	color: #fff;
    background: #ff6b35;
    border-radius: 30px;
    font-size: 14px;
    padding: 10px 50px;
    font-weight: 700;
}
.border-button {
    background: transparent;
	border: 2px solid #fff;
	padding: 15px 50px;
}
/* video animate */
.videoWrapper {
	position: relative;
	width: 100%;
	height: 0;
	background-color: #000;
  }
  .videoWrapper43 {
	padding-top: 75%;
  }
  .videoWrapper169 {
	padding-top: 56%;
  }
  
  .videoIframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
  }
  
  .videoPoster {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0;
	outline: none;
	background-position: 50% 50%;
	background-size: 100% 100%;
	background-size: cover;
	text-indent: -999em;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 800ms, height 0s;
	-moz-transition: opacity 800ms, height 0s;
	transition: opacity 800ms, height 0s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
  }
  .videoPoster:before {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 5px solid #ffffffa8;
    background: #994fff;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
    animation: 1.6s playShadow ease-out infinite;
  }
  .videoPoster:after {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 13px solid transparent;
    border-bottom: 10px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
    transform: translate(-22%, -50%);
  }

  .videoWrapperActive .videoPoster {
	opacity: 0;
	height: 0;
	-webkit-transition-delay: 0s, 800ms;
	-moz-transition-delay: 0s, 800ms;
	transition-delay: 0s, 800ms;
  }
/* video animate */
.small-icon {
    position: absolute;
    bottom: 2%;
    width: 4% !important;
    z-index: 9;
    left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.5;
}
.social-icon i:before {
    color: #fff;
    opacity: 0.7;
    font-size: 25px;
}
.team-icon {
	width: 100px !important;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    border: 2px solid #ff6b35;
    padding: 6px;
}
.team-slide .owl-nav {
    display: block;
}
.team-slide button.owl-prev {
    position: absolute;
    top: 4%;
    left: 20%;
    transform: translate(0, 100%);
}
.team-slide button.owl-prev i::before,
.team-slide button.owl-next i::before{
	color: #ff6b35 !important;
}

.team-slide button.owl-next {
	position: absolute;
    top: 4%;
    right: 20%;
    transform: translate(0, 100%);
}
.owl-nav i:before {
    font-size: 28px;;
}

/*=================================== CUSTOM_ CSS END ===================================*/

/*=================================== media query css ===================================*/

@media only screen and (min-width: 300px) and (max-width: 575px) {
	.navbar-nav-link, .sticky a.navbar-nav-link {
		padding: 20px 1rem 10px !important;
	}
	#navbar-navigation {
		position: fixed;
		top: 0;
		left: 0px;
		z-index: 99;
		width: 100%;
		height: 100%;
		background-color: #2b2b2b;
		overflow: hidden;
		right: 0px;
	}
	ul.nav.navbar-nav {
		align-items: baseline !important;
		margin: 50px 20px 20px;
	}
	.slide-block-content.pt-5{
		position: absolute;
		top: 0px;
		left: 0px;
		transform: unset;
	}
	p, span, a,
	a:hover, button, button:hover, .navbar-light .navbar-nav-link{
		font-size: 13px !important;
	}
	h3 {
    font-size: 18px;
	}
	.home-tab li {
		padding-right: 15px;
	}
	.e-count{
		font-size: 40px;
	}
	h2.text-marun.font-regular.ex-text {
		font-size: 22px;
		line-height: 30px;
	}
	h1, h1 span {
		font-size: 27px !important;
		line-height: 35px;
	}
	.slider-content.p-5.w-75 {
		width: 100% !important;
	}	
    h2, h2 span {
        font-size: 30px !important;
	}
	h4{
		font-size:20px;
	}
    .section-spacer {
        padding: 60px 0px;
    }
    button.navbar-toggler.collapsed.jb_front_nav_close{
		right: 8px;
		top: -1px;
    }
	.btn-login, .btn-yellow{
		font-size: 13px;
	}
	/* menu-css */
	.navbar-brand {
		padding: 10px 0px;
	}
	.navbar-light .navbar-nav-link, .mobile-text {
		font-size: 15px;
	}
	.navbar-light .navbar-nav-link {
		margin: 0 2px;
	}
	.property-header li a:after, .after-content:before, .side-social-icon {
		display: none;
	}
	.btn-login {
		margin-left: 20px;
    }
    .home-slider .owl-prev, .owl-next{
        left: 0;
    }
    .home-slider .owl-next{
        right: 0;
    }
    .home-slider i:before {
        margin-left: 0px !important;
    }
	.signup-form{margin: 0 auto;}
	.text-right button.navbar-toggler.collapsed.jb_front_nav_close{
		left: 8px;
	}
	.navbar-inverse .navbar-nav-link, .navbar-inverse .navbar-nav-link i:before{
		padding: 14px 5px;
		color: #000 !important;
	}
	.navbar-inverse .badge{
		left: 16px;
		right:auto;
	}
	/* .dashboard-content h2 {
		font-size: 25px;
	} */
	.icon-detail {
		width: 50px;
		height: 50px;
	}
	.text-right .navbar-expand-lg .navbar-nav-link.dropdown-toggle:not(.caret-0){
		padding-right: 0;
	}
	.text-right .navbar-inverse .badge{
		right: 10px;
	}
	.notification-drop .dropdown-menu.dropdown-menu-right.jb_company_dm_lang.show {
		width: 300px;
		padding: 0;
		border: 0;
		margin: 0px 10px 10px;
		border-top: 1px solid #e1e1e1;
	}
	.trial-form .bg-yellow, .upgrade-btn{
		padding: 9px 0;
	}
	.icon-image img{
		width: 100px;
		height: 100px;
	}
	ul.fileList li{
		margin-top:15px;
	}
	ul.fileList.pl-1.m-0 li strong, .tab-search{
		width: 100%;
	}
	.tab-block-content ul.nav.nav-tabs .nav-item{
		padding-right: 45px;
	}
	.pagination a.active {
		height: 20px;
		width: 20px;
	}
	.pagination a {
		font-size: 12px;
	}
	.banner-img-content{width: 120%;}
	.banner-content{background: rgba(255,255,255,0.9);}
	.feature-content .nav-link{font-size: 15px;}
	img.banner-image {
		height: 480px;
		object-fit: cover;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.navbar-nav-link, .sticky a.navbar-nav-link {
		padding: 20px 1rem 10px !important;
	}
	#navbar-navigation {
		position: fixed;
		top: 0;
		left: 0px;
		z-index: 99;
		width: 100%;
		height: 100%;
		background-color: #2b2b2b;
		overflow: hidden;
		right: 0px;
	}
	ul.nav.navbar-nav {
		align-items: baseline !important;
		margin: 50px 20px 20px;
	}
	h1 {
		font-size: 22px;
	}
	.slider-content.p-5.w-75 {
		width: 100% !important;
	}		
	h2 {
        font-size: 22px;
    }
    .section-spacer {
        padding: 30px 0px;
    }
	/* menu-css */
	.navbar-brand {
		padding: 10px 0px;
	}
	.navbar-light .navbar-nav-link {
		font-size: 15px;
	}
	.navbar-light .navbar-nav-link {
		margin: 0 2px;
	}
	#navbar-navigation {
		position: fixed;
		top: 0;
		left: 0px;
		z-index: 99;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
		overflow: hidden;
		right: 0px;
	}
	ul.nav.navbar-nav {
		align-items: baseline !important;
	}
	.property-header li a:after {
		display: none;
	}
	.btn-login {
		margin: .875rem 20px !important;
    }
	.signup-form{margin: 0 auto;}
	.text-right button.navbar-toggler.collapsed.jb_front_nav_close{
		left: 8px;
	}
	.navbar-inverse .navbar-nav-link, .navbar-inverse .navbar-nav-link i:before{
		padding: 14px 5px;
		color: #000 !important;
	}
	.navbar-inverse .badge{
		left: 16px;
		right:auto;
	}
	.text-right .navbar-expand-lg .navbar-nav-link.dropdown-toggle:not(.caret-0){
		padding-right: 0;
	}
	.text-right .navbar-inverse .badge{
		right: 10px;
	}
	.notification-drop .dropdown-menu.dropdown-menu-right.jb_company_dm_lang.show {
		width: 380px;
		padding: 0;
		border: 0;
		margin: 0px 10px 10px;
		border-top: 1px solid #e1e1e1;
	}
	ul.fileList li{
		margin-top:15px;
	}
	.tab-block-content ul.nav.nav-tabs .nav-item{
		padding-right: 45px;
	}
	.banner-content{background: rgba(255,255,255,0.9);}
	.banner-img-content{width: 90%;}
	.feature-content .nav-link{font-size: 16px;}
	input:placeholder-shown + .form-control-placeholder{font-size: 12px;}
	input + .form-control-placeholder, .form-control:focus + .form-control-placeholder {margin-top: -12%; font-size: 14px;}
	img.banner-image {
		height: 800px;
		object-fit: cover;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-nav-link, .sticky a.navbar-nav-link {
		padding: 20px 1rem 10px !important;
	}
	#navbar-navigation {
		position: fixed;
		top: 0;
		left: 0px;
		z-index: 99;
		width: 100%;
		height: 100%;
		background-color: #2b2b2b;
		overflow: hidden;
		right: 0px;
	}
	ul.nav.navbar-nav {
		align-items: baseline !important;
		margin: 50px 20px 20px;
	}
	img.w-70 {
		width: 100%;
	}
    h2 {
		font-size: 45px;
	}
	h1{
		font-size: 45px !important;
		line-height: 50px;
	}
	.slider-content.p-5.w-75, .brand-section img, .product-slider .owl-carousel .owl-item img {
		width: 100% !important;
	}	
	.top-banner .row {
		align-items: center;
	}
	.property-header li a:after {
		display: none;
	}
	.btn-login {
		margin: .875rem 20px !important;
	}
	button.navbar-toggler.collapsed.jb_front_nav_close {
		right: 24px;
		top: 0;
	}
	.text-right button.navbar-toggler.collapsed.jb_front_nav_close {
		left: 24px;
	}
	.navbar-light .navbar-nav-link {
		margin: 0 2px;
    }
	.signup-form{margin: 0 auto;}
	.navbar-inverse .navbar-nav-link, .navbar-inverse .navbar-nav-link i:before{
		padding: 14px 5px;
		color: #000 !important;
	}
	.navbar-inverse .badge{
		left: 16px;
		right:auto;
	}
	.text-right .navbar-expand-lg .navbar-nav-link.dropdown-toggle:not(.caret-0){
		padding-right: 0;
	}
	.text-right .navbar-inverse .badge{
		right: 10px;
	}
	.notification-drop .dropdown-menu.dropdown-menu-right.jb_company_dm_lang.show {
		width: 380px;
		padding: 0;
		border: 0;
		margin: 0px 10px 10px;
		border-top: 1px solid #e1e1e1;
	}
	.custom-check-m {
		margin-right: 30px;
	}
	ul.fileList li {
		margin-top: 15px;
	}
	.tab-block-content ul.nav.nav-tabs .nav-item{
		padding-right: 45px;
	}
	.tab-search {
		width: 280px;
	}
	.banner-content{background: rgba(255,255,255,0.9);}
	.banner-img-content{width: 90%;}

}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.property-header li a:after {
		display: none;
	}
	.find-product.section-spacer.position-relative .block-content.section-shadow.p-3.bg-white.w-lg-75 {
		width: 100% !important;
	}
	.home-tab li {
		padding-right: 30px;
	}
	.banner-img-content{
		width: 70%;
	}
	.file-upload {
		display: block !important;
	}
	.tab-block-content ul.nav.nav-tabs .nav-item{
		padding-right: 45px;
	}
	.table-icon i:before{
		margin: 0px !important;
	}
	.tab-search {
		width: 280px;
	}
	.sign-up-band .banner-content{background: rgba(255,255,255,0.9); padding: 10px !important;}
	input:placeholder-shown + .form-control-placeholder{font-size: 14px;}
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
	.banner-img-content{
		width: 60%;
	}
	.sign-up-band .banner-img-content{width: 50%;}
	.tab-block-content ul.nav.nav-tabs .nav-item{
		padding-right: 56px;
	}
	.table-icon i:before {
		margin: 0px !important;
	}
	input + .form-control-placeholder, .form-control:focus + .form-control-placeholder {margin-top: -11%;}
	img.banner-image {
		height: 500px;
		object-fit: cover;
		object-position:bottom;
	}
	
}
@media (min-width: 1500px) {
	.container {
		max-width: 1440px !important;
	}
    
}

/* Sun Adhesive Brand Colors */
:root {
    --sun-teal: #1ba3c7;
    --sun-orange: #ff6b35;
    --sun-dark-blue: #2c5f7a;
    --sun-light-teal: #4db8d1;
}

/* Update primary brand colors */
.text-marun {
    color: var(--sun-orange) !important;
}

.btn-blue {
    background-color: var(--sun-teal) !important;
    border-color: var(--sun-teal) !important;
}

.btn-blue:hover {
    background-color: var(--sun-dark-blue) !important;
    border-color: var(--sun-dark-blue) !important;
}

/* Update selection colors to match brand */
::-moz-selection {
    color: #fff;
    background: var(--sun-teal);
}

::selection {
    color: #fff;
    background: var(--sun-teal);
}

/* Brand accent colors */
.bg-sun-teal {
    background-color: var(--sun-teal) !important;
}

.bg-sun-orange {
    background-color: var(--sun-orange) !important;
}

.text-sun-teal {
    color: var(--sun-teal) !important;
}

.text-sun-orange {
    color: var(--sun-orange) !important;
}

/* Update navbar and header colors */
.navbar-sticky {
    background: linear-gradient(135deg, var(--sun-dark-blue) 0%, var(--sun-teal) 100%) !important;
}

/* Update banner overlay */
.banner-overlay {
    background: linear-gradient(135deg, rgba(44, 95, 122, 0.8) 0%, rgba(27, 163, 199, 0.8) 100%) !important;
}

/* Service cards hover effects */
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(27, 163, 199, 0.3);
    transition: all 0.3s ease;
}

/* Icon colors */
.i-marun {
    color: var(--sun-orange) !important;
}

/* Update button styles */
.border-button {
    border: 2px solid var(--sun-teal) !important;
    color: var(--sun-teal) !important;
}

.border-button:hover {
    background-color: var(--sun-teal) !important;
    color: white !important;
}
/* 
Partners Section Styles */
.partner-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.partner-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(27, 163, 199, 0.1), transparent);
    transition: left 0.5s ease;
}

.partner-card:hover::before {
    left: 100%;
}

.partner-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(27, 163, 199, 0.2);
    border-color: var(--sun-teal);
}

.partner-img-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--sun-teal);
    box-shadow: 0 5px 15px rgba(27, 163, 199, 0.3);
    transition: all 0.3s ease;
}

.partner-card:hover .partner-img-wrapper {
    border-color: var(--sun-orange);
    transform: scale(1.05);
}

.partner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.partner-card:hover .partner-img {
    transform: scale(1.1);
}

.partner-card h5 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.partner-card:hover h5 {
    color: var(--sun-teal) !important;
}

.contact-info a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    background: rgba(27, 163, 199, 0.1);
    border-radius: 25px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.contact-info a:hover {
    background: var(--sun-teal);
    color: white !important;
    transform: scale(1.05);
}

.contact-info a i {
    font-size: 14px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .partner-card {
        margin-bottom: 2rem;
    }
    
    .partner-img-wrapper {
        width: 100px;
        height: 100px;
    }
    
    .partner-card h5 {
        font-size: 1.1rem;
    }
}

/* Animation enhancements */
.partner-card {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    transform: translateY(30px);
}

.partner-card:nth-child(1) {
    animation-delay: 0.1s;
}

.partner-card:nth-child(2) {
    animation-delay: 0.2s;
}

.partner-card:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}/* Detail
ed Products Showcase Styles */
.detailed-products-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.product-showcase-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    border: 2px solid transparent;
}

.product-showcase-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 50px rgba(27, 163, 199, 0.2);
    border-color: var(--sun-teal);
}

.product-header {
    position: relative;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.product-badge {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.product-badge.yellow {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #333;
}

.product-badge.blue {
    background: linear-gradient(135deg, #1ba3c7 0%, #4db8d1 100%);
    color: white;
}

.product-badge.orange {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: white;
}

.product-badge.green {
    background: linear-gradient(135deg, #28a745 0%, #34ce57 100%);
    color: white;
}

.product-image {
    text-align: center;
    margin-bottom: 20px;
}

.product-image img {
    max-width: 200px;
    height: 150px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-showcase-card:hover .product-image img {
    transform: scale(1.1);
}

.product-content {
    padding: 0 20px 25px;
}

.product-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4;
    min-height: 60px;
}

.features-title, .packing-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--sun-teal);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.features-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.features-list li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    transition: color 0.3s ease;
}

.features-list li i {
    margin-right: 10px;
    font-size: 12px;
    width: 16px;
}

.product-showcase-card:hover .features-list li {
    color: #333;
}

.packing-info {
    background: rgba(27, 163, 199, 0.05);
    padding: 15px;
    border-radius: 10px;
    border-left: 4px solid var(--sun-teal);
}

.packing-sizes {
    font-size: 13px;
    color: #666;
    margin: 0;
    font-weight: 500;
    line-height: 1.6;
}

/* Hover effects */
.product-showcase-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(27, 163, 199, 0.05), transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

.product-showcase-card:hover::before {
    left: 100%;
}

/* Call to Action Button */
.btn-blue {
    background: linear-gradient(135deg, var(--sun-teal) 0%, var(--sun-dark-blue) 100%);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(27, 163, 199, 0.3);
}

.btn-blue:hover {
    background: linear-gradient(135deg, var(--sun-orange) 0%, #ff8c42 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
    .product-showcase-card {
        margin-bottom: 30px;
    }
    
    .product-title {
        font-size: 1.1rem;
        min-height: auto;
    }
    
    .product-image img {
        max-width: 150px;
        height: 120px;
    }
    
    .features-list li {
        font-size: 13px;
    }
}

/* Animation enhancements */
.product-showcase-card {
    animation: productFadeIn 0.8s ease forwards;
    opacity: 0;
    transform: translateY(50px);
}

.product-showcase-card:nth-child(1) { animation-delay: 0.1s; }
.product-showcase-card:nth-child(2) { animation-delay: 0.2s; }
.product-showcase-card:nth-child(3) { animation-delay: 0.3s; }
.product-showcase-card:nth-child(4) { animation-delay: 0.4s; }

@keyframes productFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Product badge animations */
.product-badge {
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.product-showcase-card:hover .product-badge {
    animation: none;
    transform: scale(1.1);
}