@font-face {
    font-family: 'barlow';
    src: url(../fonts/Barlow/Barlow-Regular.ttf);
}

@font-face {
    font-family: 'barlowThin';
    src: url(../fonts/Barlow/Barlow-Thin.ttf);
}

@font-face {
    font-family: 'barlowLight';
    src: url(../fonts/Barlow/Barlow-Light.ttf);
}

@font-face {
    font-family: 'parisienne';
    src: url(../fonts/Parisienne/Parisienne-Regular.ttf);
}

/* @font-face {
    font-family: 'fgd';
    src: url(../fonts/Franklin-Gothic/Franklin-Gothic-Demi-Regular.ttf);
} */

@font-face {
    font-family: 'barlow-extra-bold';
    src: url(../fonts/Barlow/Barlow-ExtraBold.ttf);
}

@font-face {
    font-family: 'fgh';
    src: url(../fonts/Franklin-Gothic/Franklin-Gothic-Heavy-Regular.ttf);
}

/* @font-face {
    font-family: 'fgh';
    src: url(../fonts/Franklin-Gothic/Franklin-Gothic-Heavy-Regular.ttf);
} */


html, body {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}


body {
    font-family: barlow;
    
}

/* .container {
    max-width: 1170px;
} */

header {
    position: relative;
}

header .welcome {
	position: absolute;
	top: 172px;
}

header .welcome-text {
    color: #f16122;
    font-size: 30px;
    font-family: parisienne;
    margin-left: 170px;
    margin-bottom: 0;
}

header .welcome .brand-name {
    font-size: 55px;
    color: #ffffff;
    font-weight: 700;
    margin-left: 250px;
    margin-bottom: 0;
    font-family: barlow-extra-bold, sans-serif;
    text-transform: uppercase;
    line-height: 50px;
}

header .welcome .slogan {
    color: #fff;
    font-size: 25px;
    margin-left: 250px;
    font-family: barlowThin;
    letter-spacing: 2px;
}

/* .slider img {
    min-height: 550px;
} */

.logo {
	position: absolute;
	top: 25px;
	left: 90px;
}

.logo img {
    width: 75px;
}

#menu-btn {
	position: fixed;
	top: 35px;
	right: 10%;
	height: 33px;
	width: 33px;
	background: #f16122;
	border-radius: 50%;
    padding: 11px 8px;
    z-index: 1030;
}

#menu-btn span {
    height: 2px;
    width: 100%;
    display: block;
    background: #e7d6d0;
    margin-bottom: 3px;
}

#menu-btn span:last-child {
    width: 50%;
}

#menu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
    background: rgba(241, 97, 34, 0.9);
    border-bottom-left-radius: 100%;
    height: 360px;
    width: 400px;
    display: none;
}

#menu ul {
    position: relative;
    top: 80px;
    list-style: none;
    text-align: right;
    margin-right: 80px;
}

#menu ul li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    text-align: right;
    margin-bottom: 10px;
    font-family: 'Segoe UI', sans-serif;
    display: inline-block;
}

.menu-wrap:hover #menu {
    display: block;
}

.menu-wrap:hover #menu-btn {
    opacity: 0;
}

.about-us-section {
    padding: 120px 200px;
}

.about-us-section p a {
    color: #f16122;
    font-size: 14px;
    text-decoration: none;
}

.heading {
    text-transform: uppercase;
    font-size: 35px;
    color: #173158;
    margin-bottom: 20px;
    font-family: barlow-extra-bold, Arial, Helvetica, sans-serif;
}

.description, .custom-list {
    color: #294165;
    font-size: 17px;
}

section .left {
    width: 50%;
    float: left;
}

section .right {
    width: 50%;
    float: left;
}

.custom-list {
	padding: 0;
	list-style: none;
}

.custom-list li {
    margin-bottom: 4px;
    position: relative;
}

.custom-list li::before {
	content: '';
	height: 8px;
	width: 8px;
	position: absolute;
	left: -25px;
	border-radius: 50%;
	background: #f16122;
	top: 9px;
}

.section-img {
    height: 340px;
    object-fit: cover;
}

.vision-mission .left {
    padding-right: 55px;
}

.vision-mission .right {
    padding: 0 55px;
}

.vision-mission p {
    color: #294165;
    font-size: 17px;
}

.work-system {
    padding-top: 110px;
    padding-bottom: 105px;
}

.work-system .row {
    margin-left: 0;
    margin-right: 0;
}

.work-system-col {
    margin-bottom: 30px;
}

.work-system .col-md-3 {
    padding: 50px;
}

.work-system-item {
    padding: 30px 10px;
}

.work-system-item .image {
    text-align: center;
    padding: 15px 0;
}

.work-system-item .image img {
    height: 60px;
}

.work-system-item h4 {
    font-family: barlow-extra-bold, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 22px;
    color: #173158;
}

.work-system-item .text {
    font-size: 14px;
    color: #173158;
}

.work-system-item .learn-more-btn {
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    display: block;
    visibility: hidden;
    color: #ffffff;
}

.work-system-item .learn-more-btn i {
    margin-left: 10px;
}

.work-system-item:hover h4,
.work-system-item:hover .text {
    color: #ffffff;
}

.work-system-item:hover {
    cursor: pointer;
    background: #173158;
    transition: .3s;
}

.work-system-item:hover .image {
    padding-top: 0;
    transition: .4s;
}

.work-system-item:hover .learn-more-btn {
    visibility: visible;
    color: #ffffff;
    transition: .4s;
    padding-top: 15px;
}

.work-system-item:hover .learn-more-btn i {
    margin-left: 3px;
    transition: .5s;
}

.products-section {
    margin-bottom: 150px;
}

section.products-section:last-of-type {
    margin-bottom: 0;
}

.products-section:nth-child(even) .left {
    padding: 0 55px;
}

.products-section:nth-child(even) .right {
    padding-left: 55px;
}

.products-section:nth-child(odd) .left {
    padding-right: 55px;
}

.products-section:nth-child(odd) .right {
    padding: 0 55px;
}

.products-section .heading {
    text-align: right;
    margin-top: 20px;
}

.products-section .description {
    text-align: right;
}

.products-section .carousel-item img {
    height: 330px;
}

.view-all-btn {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none !important;
    color: #f16122;
    font-weight: 600;
    float: right;
    letter-spacing: 1px;
    background: #ffffff;
}

.view-all-btn:hover {
    background: #f16122;
    color: #ffffff;
}


.discover-all-btn {
    text-align: center;
    margin-top: 75px;
}

.discover-all-btn a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #f16122;
    font-weight: 600;
}

.discover-all-btn a:hover {
    letter-spacing: 1px;
}

.photo-gallery {
    margin-top: 140px;
}

.photo-gallery img {
    cursor: pointer;
}

.full-size-image {
	position: fixed;
	width: 100%;
    height: 100%;
	top: 0;
	left: 0;
    z-index: 1040;
    display: none;
}

.blur-active {
    -webkit-filter: blur(30px);
    filter: blur(30px);
}

.full-size-image .background {
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.full-size-image .image-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
}

.video-gallery {
    margin-top: 80px;
    background: url(../img/video-gallery-bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
}

.video-gallery .video {
    padding: 75px 25px 75px 98px;
}

.video-gallery .video iframe {
    width: 100% !important;
    height: 350px !important;
}

.video-gallery .text-content {
    padding: 80px 60px;
}

.our-team {
    margin-top: 130px;
}

.our-team .team-member {
    padding: 0 20px;
    margin-bottom: 40px;
}

.our-team .team-member img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 2px solid #f16122;
    padding: 20px;
    object-fit: cover;
}

.our-team .team-member .name {
    font-family: barlow-extra-bold, Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #173158;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 5px;
}

.our-team .team-member .designation {
    font-family: barlow-extra-bold, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #173158;
    margin-bottom: 5px;
}

.our-team .team-member .message {
    font-size: 14px;
}

.ceo-message {
    margin-top: 95px;
    margin-bottom: 135px;
    margin-left: 120px;
    border: 2px solid #f16122;
    border-right: none;
    border-top-left-radius: 181px;
    border-bottom-left-radius: 181px;
}

.ceo-message .image {
    width: 30%;
    float: left;
    padding: 15px;
}

.ceo-message .image img {
    height: 320px;
    width: 320px;
    border-radius: 50%;
    object-fit: cover;
}

.ceo-message .message {
    width: 70%;
    float: right;
    padding: 65px 110px;
}

.ceo-message .learn-more-btn {
    color: #f16122;
    font-size: 14px;
    text-decoration: none;
}

.google-map iframe {
    width: 100% !important;
    min-height: 450px;
}

.contact-us {
    margin-top: 45px;
}

.contact-us h4 {
    font-family: barlow-extra-bold, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #173158;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
}

.contact-us p {
    font-size: 14px;
    margin-bottom: 5px;
}

.contact-us .contact-form {
    padding: 60px 100px;
}

.contact-us .contact-form input,
.contact-us .contact-form textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #173158;
    margin-bottom: 10px;
}

.contact-us .contact-form button {
    background: #fff;
    border: none;
    padding: 5px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 35px;
    color: #f16122;
    outline: none;
    font-weight: 900;
}

.contact-us .contact-form button:hover {
    background: #f16122;
    color: #ffffff;
}

footer .logo-area {
    width: 25%;
    float: left;
    text-align: center;
}

footer .logo-area img {
    width: 110px;
}

footer .footer-nav {
    width: 100%;
    float: left;
    padding: 10px 0;
    background: #173158;
    overflow: hidden;
    margin-top: 116px;
}

footer .footer-nav ul {
    list-style: none;
    float: left;
    margin: 0;
    padding-left: 20px;
}

footer .footer-nav ul li {
    display: inline-block;
}

footer .footer-nav ul li a {
    display: block;
    text-decoration: none;
    padding: 0 15px;
    color: #869dc1 !important;
    font-size: 13px;
    font-weight: bold;
}

footer .footer-nav ul li a:hover {
    color: #ffffff !important;
}

footer .footer-nav .nav-text {
    float: right;
    color: #ffffff !important;
    font-size: 13px;
    margin-right: 25px;
}

footer .brand-name {
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #193259;
    font-size: 15px;
}

footer .slogan {
    margin-bottom: 5px;
    font-family: parisienne;
    color: #f16122;
}

.fixed-side-buttons {
    position: fixed;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    left: -146px;
}

.fixed-side-buttons a {
    display: inline-block;
    text-decoration: none;
    background: #f16122;
    color: #ffffff;
    padding: 2px 8px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 10px;
}

.fixed-side-buttons a:hover {
    position: relative;
    bottom: 13px;
}


.heading-sm {
    font-family: barlow-extra-bold, Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #173158;
    text-transform: uppercase;
}

.small-header .text {
	position: absolute;
	top: 40px;
	left: 185px;
}

.small-header h4 {
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: barlowLight;
    font-size: 20px;
    color: #193259;
}

.small-header p {
    font-size: 14px;
    color: #f16122;
}

.about-us {
    padding: 160px 100px 60px;
}

.about-us p {
    padding-right: 70px;
    margin-bottom: 30px;
}

.about-us-vision-mission {
    padding: 32px 100px;
    background: #feefe8;
}

.about-us-execution {
    padding: 80px 100px;
    background: url(../img/about-us-execution-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.about-us-execution h2,
.about-us-execution p {
    color: #ffffff;
    margin-bottom: 20px;
}

.about-us-execution p {
    font-size: 15px;
    padding-right: 70px;
}

.about-us-our-ability {
    padding: 100px;
}

.about-us-our-ability h2 {
    text-transform: capitalize;
}

.about-us-our-ability p {
    margin-top: 20px;
    font-size: 15px;
}

.ability-group {
    margin-top: 80px;
}

.about-us-our-ability .ability-col {
    width: 20%;
    float: left;
    text-align: center;
}

.about-us-our-ability .ability-col img {
    height: 85px;
    width: 85px;
    margin-bottom: 30px;
}

.about-us-our-ability .ability-col h2 {
    color: #f16122;
    font-family: barlow-extra-bold, sans-serif;
    font-weight: 700;
}

.about-us-our-ability .ability-col p {
    margin: 5px;
    font-size: 16px;
}

.about-us-production-capacity,
.about-us-yearly-turnover {
    padding: 80px 100px;
    background: #feefe8;
}

.about-us-production-capacity .heading-sm,
.about-us-yearly-turnover .heading-sm {
    margin-bottom: 40px;
}
/* uiversal class */
.vertical-align{
    align-items: center;
    display:flex;
}

.production-capacity-item,
.yearly-turnover-item {
    margin: 20px 0;
}

.production-capacity-item::after,
.yearly-turnover-item::after {
    content: '';
    display: block;
    clear: both;
}

.production-capacity-item .name,
.yearly-turnover-item .name {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 10px;
    color: #173158;
}

.production-capacity-item .bar,
.yearly-turnover-item .bar {
	float: left;
	width: 50%;
	background: #f16122;
	height: 7px;
	border-radius: 7px;
	margin-top: 8px;
}

.production-capacity-item .value,
.yearly-turnover-item .value {
    float: left;
    width: 20%;
    height: 20px;
    padding-left: 15px;
    font-weight: bold;
    color: #173158;
}

.about-us-quality {
    padding: 80px 100px;
}

.about-us-quality h6 {
	font-weight: bold;
    margin: 20px 0;
    color: #173158;
}

.about-us-quality p {
	padding-right: 70px;
    color: #173158;
}

.about-us-ceo-message {
    padding: 80px 0 20px;
}

.about-us-ceo-message::after {
    content: '';
    display: block;
    clear: both;
}

.about-us-ceo-message .image {
    float: left;
    width: 35%;
    border: 2px solid #f16122;
    border-left: none;
    padding: 20px 20px 20px 0;
    border-top-right-radius: 181px;
    border-bottom-right-radius: 181px;
}

.about-us-ceo-message .image img {
    height: 314px;
    width: 100%;
    border-top-right-radius: 181px;
    border-bottom-right-radius: 181px;
}

.about-us-ceo-message .text {
    float: left;
    width: 65%;
    padding-right: 100px;
    padding-left: 40px;
}



.products {
    padding: 160px 100px 10px;
}

.products .products-item .image {
    position: relative;
}

.products .products-item .image .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 110px;
    color: #ffffff;
    text-transform: uppercase;
    visibility: hidden;
}
.overlay-blue {
    background: rgba(23, 49, 88, 0.815);
}
.overlay-orange {
    background: rgba(241, 97, 34, 0.815);
}

.products .products-item .image:hover .overlay {
    visibility: visible;
}

.products .products-item .image img {
    width: 100%;
    height: 265px;
    object-fit: cover;
}

.products .products-item h2 {
    margin: 15px 0;
    font-size: 25px;
}

.products .products-item p {
    font-size: 15px;
    margin-bottom: 30px;
}
/* pagination */
.pagination{
    justify-content: end;
}
.page-item.active .page-link{
    background: #F16122 !important;
    border-color: #c1bebe;
}
.page-link{
    color:#F16122;
}
.page-link:hover{
    color:#fff;
    background:#F16122;;
}
.back-button {
    padding: 0 100px 50px;
}

.back-button a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #f16122;
}

.back-button a i {
    margin-left: 10px;
    margin-right: 5px;
}

.back-button a:hover i {
    margin-left: 0;
    margin-right: 15px;
    transition: .4s;
}


.place-order {
    padding: 140px 100px 40px;
}

.place-order a {
    text-decoration: none;
    color: #294165;
}

.place-order .item {
    padding: 80px 90px;
    text-align: justify;
}

.place-order .item:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.place-order .item .item-btn {
	color: #f16122;
	font-size: 20px;
	font-weight: 700;
    margin-top: 50px;
    text-align: left;
}


.gallery {
    padding: 160px 100px 10px;
}

.gallery .heading {
    float: left;
}

.gallery .gallery-buttons {
    float: right;
    margin-right: 50px;
}

.gallery .gallery-buttons a {
    color: #f16122;
    background: #ffffff;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.gallery .gallery-buttons a.active {
    text-transform: none;
    background: #f16122;
    color: #ffffff;
}

.gallery .gallery-buttons a::after {
    content: '';
    height: 2px;
    width: 22%;
    background: #f16122;
    position: absolute;
    margin-top: 12px;
    z-index: -5;

}

.gallery .video-name {
	margin: 5px 0 25px;
}

.gallery .video iframe {
    width: 100% !important;
    height: 200px !important;
}

.gallery img {
    cursor: pointer;
}

.gallery .img-col,
.photo-gallery .img-col {
    padding-right: 0;
    padding-bottom: 15px;
}

.contacts {
    padding: 160px 100px 20px;
}

.contacts .heading {
    margin-bottom: 30px;
}
/* input#input-upload-button{
  
} */
input[type="file" i]{
    padding-bottom:5px !important;
}



.request-meeting {
    padding: 160px 100px 30px;
}

.request-meeting h4 {
    text-align: center;
    font-size: 22px;
    color: #173158;
    font-family: barlow-extra-bold;
}

.request-meeting .contact-form {
    padding: 30px 0 0;
    margin-bottom: 100px;
}

.request-meeting .contact-us h4 {
    text-align: left;
    margin-bottom: 10px;
}

.request-meeting .contact-us {
    margin-top: 0;
}

.request-meeting .contact-form input {
    margin-top: 35px;
}


.thank-you-wrap {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: 1100;
    display: none;
}

.thank-you-wrap .thank-you {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 60px 120px;
    box-shadow: -4px 4px 14px 1px rgba(0, 0, 0, 0.2);
}

.thank-you-wrap .thank-you h3 {
    text-transform: uppercase;
    font-family: barlow-extra-bold;
    font-size: 35px;
    color: #f16122;
    text-align: center;
}

.thank-you-wrap .thank-you p {
    text-align: center;
    font-size: 20px;
    color: #173158;
}


.wholesale-products {
    padding: 160px 100px 0;
}

.wholesale-products .heading {
    margin-bottom: 30px;
}

.wholesale-products .image {
    position: relative;
}

.wholesale-products .image img {
    width: 100%;
    min-height: 465px;
}

.wholesale-products .text-content,
.wholesale-products .quantity {
    padding-left: 90px;
}

.quantity .heading-sm {
    margin: 40px 0 23px;
}

.quantity-bar::after {
    content: '';
    display: block;
    clear: both;
}

.quantity-bar .minimum-and-discount {
    float: left;
}

.quantity-bar .minimum-and-discount p {
    margin-bottom: 28px;
    font-size: 14px;
    text-align: right;
}

.quantity-bar .range-bar {
	float: left;
	padding-left: 40px;
    padding-top: 3px;
}

.quantity-bar .price-wrap {
    float: right;
    text-align: right;
    font-size: 14px;
}

.quantity-bar .price-wrap input {
    width: 100px;
    float: right;
    margin-left: 10px;
    text-align: center;
    border: none;
    background: #e7eaee;
    padding: 7px 0;
    font-size: 15px;
}

.quantity-bar .price-wrap label {
    display: inline-block;
    padding-top: 7px;
    margin-left: 10px;
}

.quantity-bar .price-wrap .price {
    margin-top: -12px;
    margin-bottom: 18px;

}

.wholesale-products .send-request-btn {
	margin-left: 90px;
	margin-top: 30px;
	color: #f16122;
	border: none;
	padding: 7px 15px;
	font-weight: bold;
	background: #ffffff;
	box-shadow: -2px 3px 4px 1px rgba(200, 200, 200, 0.67);
	outline: none;
}

.wholesale-products .send-request-btn:hover {
	color: #ffffff;
	background: #f16122;
}

.wholesale-products .image .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 70%;
    color: #ffffff;
    font-weight: bold;
    visibility: hidden;
    background: rgba(23, 49, 88, 0.815);
    cursor: pointer;
}

.wholesale-products .image:hover .overlay {
    visibility: visible;
    padding-top: 60%;
    transition: .5s;
}

.wholesale-products .item .background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    background: #455a79;
    z-index: 2000;
    display: none;
}

.wholesale-products .item .background .close {
    margin-top: 15px;
    margin-right: 30px;
    background: #ffffff;
    padding: 2px 7px;
    border-radius: 15px;
}
.block-sm{
    display: none;
}
.images {
    position: fixed;
    height: 75%;
    width: 85%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2010;
    display: none;
}

.images .owl-carousel .image {
    padding: 7px;
}

.images .owl-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wholesale-products .item {
    margin-bottom: 120px;
}

.send-request-contact-form {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 1090;
    display: none;
    overflow-y: scroll;
    padding: 20px;
}

.send-request-contact {
	padding: 20px 50px;
	width: 85%;
	margin: auto;
    box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.753);
    position: relative;
    margin-bottom: 20px;
}

.send-request-contact h4 {
    padding-top: 20px;
    text-align: center;
    font-size: 22px;
    color: #173158;
    font-family: barlow-extra-bold;
}

.send-request-contact .contact-form {
    padding: 30px 0 0;
    margin-bottom: 50px;
}

.send-request-contact .contact-us h4 {
    text-align: left;
    margin-bottom: 10px;
}

.send-request-contact .contact-us {
    margin-top: 0;
}

.send-request-contact .contact-form input {
    margin-top: 35px;
}

.close-btn {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 20px;
	background: rgba(23, 49, 88, 0.815);
	border-radius: 50%;
	padding: 1px 9px;
    color: white;
    cursor: pointer;
}

.close-btn:hover {
    background: #f16122;
}



.slider.slider-horizontal .slider-track {
    height: 5px;
}
.slider-track-low, .slider-track-high {
    background: #173158;
}
.slider-tick.round {
    background: #173158;
}
.slider-tick {
    width: 10px;
    height: 10px;
    top: 2px;
}
.slider-handle {
    top: 1px;
    width: 13px;
    height: 13px;
    background: white;
    border: 1px solid #f16122;
    transition: .5s;
}
.slider-tick:first-child {
    display: none;
}
.slider-tick.in-selection {
    background-color: #f16122;
}
.slider-selection.tick-slider-selection {
    background-color: #f16122;
    background-image: none;
    transition: .5s;
}
.slider.slider-horizontal .slider-tick-label-container {
	margin-top: 33px;
	font-size: 14px;
}
.slider.slider-horizontal {
	width: 270px;
	height: 20px;
}
.slider .tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #f16122;
	text-align: center;
	background-color: unset;
	border-radius: .25rem;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-top .arrow::before {
	top: unset; 
	border-width: unset;
	border-top-color: unset;
}
.tooltip .arrow::before {
	position: unset;
	content: "";
	border-color: unset;
	border-style: unset;
}
.slider .tooltip.bs-tooltip-top {
	margin-top: -40px;
}
.tooltip.show {
	transition: .5s;
}



.product-types {
    padding: 160px 100px 40px;
}

.product-types img {
    height: 100%;
    width: 100%;
}

.product-types .single-image {
    height: 435px;
    margin-right: -20px;
    margin-bottom: 10px;
    position: relative;
}

.product-types .double-image {
    /* height: 212.5px; */
    margin-bottom: 10px;
    margin-right: -20px;
}

.product-types .double-image .image {
    height: 212.5px;
    margin-bottom: 10px;
    position: relative;
}

.product-types .single-image .overlay,
.product-types .double-image .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.product-types .single-image,
.product-types .double-image .image {
    cursor: pointer;
}

.product-types .single-image:hover .overlay,
.product-types .double-image .image:hover .overlay {
    display: none;
}


.product-types-sibling .back-button {
    float: left;
}

.product-type-buttons {
    float: right;
    margin-right: 120px;
}

.product-type-buttons a {
	padding: 8px 16px;
	color: #f16122;
	text-decoration: none;
	border-radius: 40px;
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	background: #ffffff;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    display: inline-table;
}

.product-type-buttons a.active {
    text-transform: none;
    color: #f16122;
    background: #ffffff;
    box-shadow: -2px 2px 5px 1px rgba(0,0,0,.075);
}

.product-type-buttons a::after {
    content: '';
    height: 2px;
    width: 145px;
    background: #f16122;
    position: absolute;
    margin-top: 12px;
    z-index: -5;
}


/* product details */

.product-detail {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 45px 0;
}
.product-detail-left {
    float: left;
    width: 45%;
}
.product-detail .sp-wrap {
    max-width: 100%;
}
.product-detail-left img {
    max-width: inherit;
}
.product-detail-right {
    float: right;
    width: 55%;
}
.product-detail-right h3 {
    font-size: 22px;
    line-height: 24px;
    padding-top: 0;
}
.product-detail h3 {
    font-size: 24px;
    padding: 15px 0;
}
.product-detail-right h3 small {
    font-size: 14px;
    color: gray;
}
.product-detail-right h5 {
    font-size: 18px;
    margin-bottom: 20px;
    color: gray;
}

.product-detail-right .addtocart {
    border: 1px solid;
    color: #ffa800;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 4px;
    display: inline-block;
}
.product-detail-right .writereview {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 4px;
    margin-left: 20px;
    display: inline-block;
}
.product-detail-right .buynow {
    border: 1px solid #ffa800;
    background-color: #ffa800;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 4px;
    margin-top: 20px;
    width: 60%;
    text-align: center;
    display: inline-block;
}
.product-detail-feature {
    width: 100%;
    float: left;
    display: inline-block;
    margin-top: 25px;
    padding: 15px;
    background-color: #ffa8001a;
}
.product-detail-feature h3 {
    font-weight: 500;
    border-bottom: 1px solid;
}
.product-detail-feature p {
    padding: 15px 0;
    font-size: 18px;
    border-bottom: 1px solid #dedede;
    width: 50%;
    float: left;
}
/* @media screen and (min-width: 1376px) {
    .wrapper {
        width: 1376px;
        margin: auto;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }
} */


/* Slider */

@media screen and (max-width: 992px) {
    .product-type-buttons{
        margin-left:33px;
    }
    header .welcome {
        position: absolute;
        top: 140px;
    }
}

@media screen and (max-width: 840px) {
    header .welcome-text {
        margin-left: 140px;
    }
    header .welcome .brand-name {
        margin-left: 200px;
    }
    header .welcome .slogan {
        margin-left: 200px;
    }
  
}

/* media for universel problem */
@media screen and (min-width:768px){

    /* wholesale details */
    .block-md{
        display: block;
        margin-top: -8px;
        font-size: 14px;
    }
    .block-sm{
        display: none;
    }
    .md-discount{
      margin-left: -16%;
    }
    .none-for-sm{
        display: none;
    }
}


@media screen and (max-width: 767px){
   
    .google-map iframe {
        min-height: 100%;
    }
    .small-header .text{
        left:90px !important;
    }
    .logo{
        left: 12px !important;
    }
    .products-section{
        margin-bottom: 30px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        padding:30px 0px;
    }
    .video-gallery .video iframe {
        width: 100% !important;
        height: 100% !important;
    }
    .sm-margin{
        padding-bottom:20px;
    }
    .product-type-buttons a::after{
      content: none;
      position: static !important;
      width: 0px;
    }

    .product-type-buttons{
        margin-left:33px;
    }
    .product-type-buttons a{
        margin-bottom: 30px;
        position: static;
        width: 0px;
      }
    .product-type-buttons a{
         display: inline-table;
         white-space: nowrap;
    }
    .none-for-sm{
        display: none;
    }
    .block-sm{
        display: block;
        margin-top: -8px;
        font-size: 12px;
    }
    .block-md{
        display: none;
    }
    
    
}
@media screen and (max-width: 540px) {
    header .welcome {
        top: 100px;
    }
    /* .slider img {
        min-height: 250px;
    } */
    header .welcome .brand-name {
        font-size: 25px;
        line-height: 23px;
    }
    header .welcome-text {
        font-size: 20px;
    }
    header .welcome .slogan {
        font-size: 20px;
    }
}

@media screen and (max-width: 450px) {
    header .welcome-text {
        margin-left: 95px;
    }
    header .welcome .brand-name {
        margin-left: 107px;
    }
    header .welcome .slogan {
        margin-left: 89px;
        font-size: 15px;
    }
}


/* About Us */

@media screen and (max-width: 1140px) {
    .about-us-section {
        padding: 70px 90px;
    }
}

@media screen and (max-width: 460px) {
    .about-us-section {
        padding: 50px;
    }
}

@media screen and (max-width: 259px) {
    .about-us-section {
        padding: 40px 30px;
    }
}


/* Our vision and mission */

@media screen and (max-width: 1200px) {
    .vision-mission .left {
        width: 45%;
    }
    .vision-mission .right {
        width: 55%;
    }
}

@media screen and (max-width: 1060px) {
    .vision-mission .left {
        width: 83%;
        margin: auto;
        float: none;
        padding-right: 0;
    }
    .vision-mission .section-img {
        height: 330px;
        margin-bottom: 30px;
    }
    .vision-mission .right {
        width: 83%;
        float: none;
        text-align: center;
        padding: 0;
        margin: auto;
    }
    .custom-list {      
        text-align: justify;
        width: 60%;
        margin: auto;
    }
    .quantity-bar .price-wrap{
        margin-top: 40px;
    }
}

@media screen and (max-width: 700px) {
    .vision-mission .section-img {
        height: 200px;
    }
    .custom-list {
        text-align: left;
        width: 90%;
        margin: auto;
    }
    .custom-list li::before {
        left: -18px;
    }
}


/* work system */

@media screen and (max-width: 1300px) {
    .work-system .col-md-3 {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1080px) {
    .work-system .col-md-3 {
        padding: 0 30px;
    }
}

@media screen and (max-width: 980px) {
    .work-system .col-md-3 {
        padding: 0 10px;
    }
}


/* product section */

@media screen and (max-width: 1060px) {
    .products-section .left {
        width: 83%;
        margin: auto;
        float: none;
        padding: 0 !important;
        margin-bottom: 20px;
    }
    .products-section .right {
        width: 83%;
        float: none;
        text-align: center;
        padding: 0 !important;
        margin: auto;
    }
    .products-section .carousel-item img {
        height: 350px;
        object-fit: cover;
    }
}

@media screen and (max-width: 760px) {
    .products-section .carousel-item img {
        height: 200px;
        object-fit: cover;
    }
}

@media screen and (max-width: 400px) {
    .products-section .carousel-item img {
        height: 150px;
        object-fit: cover;
    }
}


/* photo gallery */

@media screen and (max-width: 575px) {
    .photo-gallery img {
        max-height: 275px;
        object-fit: cover;
    }
    .gellary-phone-size{
        padding-right: 30px;
    }
}


/* video gallery */

@media screen and (max-width: 1200px) {
    .video-gallery .left {
        width: 83%;
        margin: auto;
        float: none;
        padding-right: 0;
    }
    .video-gallery .video {
        padding: 34px 0;
    }
    .video-gallery .video img {
        max-height: 330px;
    }
    .video-gallery .right {
        width: 83%;
        float: none;
        text-align: center;
        padding: 0;
        margin: auto;
    }
    .video-gallery .text-content {
        padding-top: 0;
    }
}

@media screen and (max-width: 600px) {
    .video-gallery .text-content {
        padding: 55px 10px;
    }
}


/* our team */

@media screen and (max-width: 1060px) {
    .our-team .team-member img {
        width: 150px;
        height: 150px;
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {
    .our-team .team-member .name,
    .our-team .team-member .designation,
    .our-team .team-member .message {
        padding: 0 20px;
        text-align: center;
    }
}


/* contact us */

@media screen and (max-width: 1060px) {
    .contact-us h4,
    .contact-us p {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .our-team .team-member .name,
    .our-team .team-member .designation,
    .our-team .team-member .message {
        padding: 0 20px;
        text-align: center;
    }
}

@media screen and (max-width: 460px) {
    .contact-us .contact-form {
        padding: 60px 25px;
    }
}



/* CEO's Message */

@media screen and (max-width: 1313px) {
    .ceo-message .image {
        width: 25%;
    }
    .ceo-message .message {
        width: 75%;
    }
}

@media screen and (max-width: 1233px) {
    .ceo-message {
        margin-left: 80px;
    }
}

@media screen and (max-width: 1193px) {
    .ceo-message .image img {
        height: 265px;
        width: 265px;
    }
    .ceo-message .message {
        padding: 25px 50px;
    }
}

@media screen and (max-width: 1100px) {
    .ceo-message .message {
        padding: 25px 80px;
    }
}

@media screen and (max-width: 980px) {
    .ceo-message {
        border: none;
        margin-left: 0;
        text-align: center !important;
    }
    .ceo-message .image {
        width: 100%;
    }
    .ceo-message .image img {
        height: 200px;
        width: 200px;
    }
    .ceo-message .message {
        width: 100%;
        padding: 20px 30px;
    }
}



/* footer */

@media screen and (max-width: 1070px) {
    footer .logo-area {
        width: 100%;
        margin-bottom: 30px;
    }
    footer .footer-nav {
	    width: 100%;
        float: none;
        margin-top: 50px;
    }
}

@media screen and (max-width: 940px) {
    footer .footer-nav ul {
        width: 100%;
        text-align: center;
    }
    footer .footer-nav .nav-text {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-top: 10px;
    }
}


@media screen and (max-width: 650px) {
    .about-us {
        padding: 160px 32px 60px;
    }
    .about-us-vision-mission,
    .about-us-execution {
        padding: 32px;
    }
    .about-us-execution p {
        padding-right: 0;
    }
    .about-us-our-ability {
        padding: 60px 32px;
    }
    .about-us-production-capacity, 
    .about-us-yearly-turnover {
        padding: 80px 32px;
    }
    .about-us-quality {
        padding: 80px 32px;
    }
    .about-us-quality p {
        padding-right: 0;
    }
    .about-us-ceo-message .text {
        padding-right: 50px;
    }
    .products {
        padding: 160px 32px 10px;
    }
    .place-order {
        padding: 140px 35px 40px;
    }
    .place-order .item {
        padding: 40px 35px;
    }
    .request-meeting {
        padding: 160px 40px 30px;
    }
    .request-meeting .contact-us h4 {
        text-align: center;
        margin-bottom: 15px;
    }
    .wholesale-products {
        padding: 160px 32px 0;
    }
    .wholesale-products .text-content, 
    .wholesale-products .quantity {
        padding-left: 0;
        padding-top: 20px;
    }

    .quantity-bar .minimum-and-discount {
        float: none;
    }
    .quantity-bar .minimum-and-discount p {
        text-align: center;
        margin-bottom:10px;
    }
    .quantity-bar .range-bar {
        float: none;
        text-align: center;
        padding-left: 0;
        padding-top: 32px;
    }
    
    .quantity-bar .price-wrap {
        /* float: none; */
        text-align: center;
        /* margin-top: 35px; */
        display: flex;
    }
    .quantity-bar .price-wrap .price {
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .quantity-bar .price-wrap input {
        float: none;
    }
    .gallery {
        padding: 160px 32px 10px;
    }
    .gallery .gallery-buttons {
        margin-bottom: 25px;
    }
    .contacts {
        padding: 160px 32px 20px;
    }
    .product-types {
        padding: 160px 32px 40px;
    }
    .product-type-buttons {
        margin-right: 15px;
        margin-bottom: 35px;
    }
 
}

@media screen and (max-width: 550px) {
    .production-capacity-item .value, 
    .yearly-turnover-item .value {
        margin-bottom: 20px;
    }
    .about-us-our-ability .ability-col {
        width: 50%;
        margin-bottom: 25px;
    }
    .about-us-ceo-message .image {
        float: none;
        width: 94%;
        margin-bottom: 35px;
    }
    .about-us-ceo-message .text {
        float: none;
        width: 100%;
    }
}