@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {  font-family: 'aeonikregular'; width:100%; height:100%;}
ol, ul {list-style: none;}
*{ margin:0; padding:0;}
a{ text-decoration:none; outline:none; box-sizing: border-box;}
h6,h5,h4,h3,h2,h1{ margin:0;}
img{ border:none;}
div{display:flow-root; box-sizing: border-box;}
.clear{ clear:both;}
.container{position:relative; margin:0 auto; width:1250px;}
:root{--text-color:#1b1b1b; --default-fontsize:19px; --white-color:#ffffff; --heading-color:#4f0e2a;}
.cursor{ position: fixed;width: 20px;height: 20px; border: 1px solid var(--heading-color);border-radius: 100%;left: 0;top: 0;pointer-events: none;transform: translate(-50%, -50%);transition: .1s;}
.cursor2{position: fixed; width: 8px; height: 8px; background:var(--heading-color); border-radius: 100%;
 left: 0; top: 0; pointer-events: none; transform: translate(-50%, -50%);transition: .15s;}
.content:hover ~ .cursor{transform: translate(-50%, -50%) scale(1.5); background-color: #c6c6c6;
opacity: .5;}
.content:hover ~ .cursor2{ opacity: 0;}

/*------Header Section-------*/

.popup-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); display: none; justify-content: center; align-items: center; z-index: 9999; }

  /* Popup box */
  .popup { background: #fff; padding: 60px 33px; border-radius: 10px; text-align: center; width: 460px; box-shadow: 0 0 10px rgba(0,0,0,0.3); box-sizing: border-box; font-size: 16px; position: relative;}
  .popup i{ font-size: 32px; color: #24d96e; margin-bottom: 14px; }
 .popup strong{ margin-bottom: 20px; display: block; font-size: 18px; color: var(--heading-color);}
  .popup button i {  padding: 8px 15px; background: none;  color: rgb(181, 181, 181); border: none;  cursor: pointer; position: absolute; right: 10px; top: 16px; font-size: 17px; }  
#top-box{ background: #ffe0ed; color: #7b4e61;}
#top-box .container{ text-align: center;}
#top-box a{ color:#7b4e61;}
#call{display: flex; flex-direction: row; align-items: center; font-size: 15px; float: left; margin: 14px 0;}
#call i{ font-size: 13px; margin: 0 5px 0 0;}
#social-top{ display: inline-block; margin: 10px 130px 0 0 ;}
#left-menu{ left: 0;}
#right-menu{ right: 30px;}
#social-top a{ margin: 0 3px; width: 27px; height: 27px; border-radius: 100%; display: flex; align-items: center; justify-content: center; border: #84576a solid 2px; transition:0.5s; float: left;}
#social-top a i{ font-size: 13px;}
#facebook:hover{ background: #0865ff; border:none; color: var(--white-color);}
#instagram:hover{ background: #fc01d8; border:none; color: var(--white-color);}
#linkedin:hover{ background: #0b66c3; border:none; color: var(--white-color);}
.search-form { position: absolute; right: 0; top: 0;}
 .search-field {background-color: transparent;
	background-image: url(../images/search.png); background-position: 5px  center; background-repeat: no-repeat; border: none; cursor: pointer; height: 40px; margin: 3px 0; padding: 0 15px 0 34px; position: relative; -webkit-transition: width 400ms ease, background 400ms ease; transition:         width 400ms ease, background 400ms ease; width:0px;
}
.search-field:focus {border: 1px solid #84576a; cursor: text; outline: 0; width: 250px; color:var(--text-color);font-family: 'aeonikregular';}
.search-form
.search-submit { display:none;}
#menupart{ margin: 27px 0;}
#menupart .container{  text-align: center; }
#logo{ width:299px; height:89px; display:block; margin: 0 auto;}
#logo img, .client-img img, .category-img img{ width: 100%; height: 100%;}
#mobile_menu, #mobile_drop{display:none;}
.mtoggle{cursor:pointer;float:right;}
nav{ position:absolute; z-index:2000; top: 30px;}
ul.dropdown{ z-index:0; position:relative; } 
ul.dropdown li{display:inline-block; zoom: 1;list-style:none; position:relative;}
ul.dropdown li a{ color:var(--text-color);font-size: 15px;text-decoration: none;line-height: 32px;padding: 0 13px 0 0;display:block; text-transform: uppercase;}
ul.dropdown li a:hover{ color:#893b5c;}

/*****LEVEL TWO*****/
ul.dropdown ul{ width:200px; visibility: hidden; position: absolute; top: 100%; left: 0; text-align:left; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); background:#FFF;   box-shadow: 0px 0px 25px 0px rgba(153, 153, 153, 0.3);
 border-radius:10px;  box-sizing:border-box; padding: 10px 0;}
ul.dropdown ul li{ float: none;list-style:none; text-transform:none; letter-spacing:0; margin-bottom: 4px; display:block; border-bottom: #e9e9e9 solid thin;}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a{ border-right: none; width: 100%; display:block; color: #333;height:auto;text-shadow:none!important;background:none; font-weight:normal; line-height:23px; text-transform:capitalize; font-size:15px; padding:12px 30px;}
ul.dropdown ul li:hover{ color:var(--yellow-text);}
ul.dropdown ul li:last-child{ border:none;}
/*****LEVEL THREE******/
ul.dropdown ul ul{ left: 100%; top:0; }
ul.dropdown ul ul li a{line-height:20px;}
ul.dropdown li:hover > ul{ visibility: visible;}
/*------Header Section End-----*/

/*banner section*/
#banner{ position:relative;  overflow: hidden; margin-bottom: 15px; overflow: hidden;}
.rslides {position: relative;list-style: none;overflow: hidden;width: 100%; padding: 0;z-index: 0;}
.rslides li {position: relative;display: none;width: 100%;left: 0;top: 0;}
.rslides img {display: block; height: 100%;width: auto;border: 0;width: 100%;}
.bannercaption {width: 40%; box-sizing: border-box;font-size: 23px;position: absolute; top: 22%; left: 4%; color: var(--white-color); display: flex; flex-direction: column; }
.bannercaption h1{ font-size: 125px;  color: var(--white-color); line-height: 108px; text-transform: uppercase; margin-bottom: 48px;}
.bannercaption p{ font-size: 22px; margin: 32px 0; line-height: 31px;}
.bannercaption a{ display: flex; align-items: center; background:rgba(79, 14, 42, 0.9); border-radius: 11px; color: var(--white-color); font-size: 15px; justify-content: center;
border: #e0327d solid thin; width: 209px; padding: 30px 0; text-transform: uppercase; transition: 1s;}
.bannercaption a:hover{ background:#e0327d;}
/*banner section end*/

/*content part*/
#welcome{ margin: 175px 0;}
#welcome .container{display: flex; justify-content: space-between; flex-direction: row;}
#welcome p { font-size:18px;   color: var(--text-color); line-height: 30px;}
#welcome-img{ display: block;}
#welcome-text{ padding: 79px 84px; box-shadow: -3px -3px 25px 0px rgba(0, 0, 0, 0.3); margin: 0 0 0 -120px; background: var(--white-color); display: flex; flex-direction: column;}
#welcome-cnt h1{ font-size:56px; color: var(--heading-color); margin: 0 0 66px 120px;}
#welcome-text a{ border: var(--heading-color) solid 2px; width: 158px; padding: 19px 42px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; box-sizing: border-box; border-radius: 8px; font-weight: bold; text-transform: uppercase; color: var(--heading-color); font-size: 14px; transition:0.7s; margin: 40px  0 0 0;}
#welcome-text a i{ font-size: 18px;}
#welcome-text a:hover{ background: var(--heading-color); color: var(--white-color);}
#product-range{ background: url(../images/productrange.jpg) no-repeat right top; padding: 0 0 100px 0;}
#product-range h1{ font-size: 56px; color: var(--heading-color); text-transform: capitalize;}
#product-range ul{ display: flex; flex-direction: row; flex-wrap: wrap; width: 427px; justify-content: space-between; margin: 38px 0 0 0;}
#product-range li a{width:209px; height: 167px; margin:9px 0 0 0;  position:relative; display: flex; flex-direction: column; font-size: 17px; text-transform: capitalize; text-align: center; color: var(--heading-color); border: var(--heading-color) solid thin; border-radius: 15px; justify-content: center; overflow: hidden;align-items: center; text-transform: uppercase;}
#product-range li a:before{ transition: 0.5s all ease;
position: absolute; top: 0; left: 50%; right: 50%; bottom: 0; opacity: 0; content: ''; background-color: #fcd7e6; z-index: -1; }
  #product-range li a:hover:before, #product-range li a:focus:before {
  transition: 0.5s all ease; left: 0; right: 0; opacity: 1;}
#product-range li a:active {transform: scale(0.9);}
.category-img{ margin-bottom: 15px; width: 70px; height: 55px;}
#statitics{ background:#ffe3ef; margin: 144px 0;}
#statitics .container{ display: flex; flex-direction: row;}
#statitics-img{ position: relative; margin: 0 0 0 -180px;}
#statitics-img h1{ position: absolute; left: 180px; top: 90px; background:var(--heading-color); display: inline-block; padding: 13px 22px; color: var(--white-color); font-size: 51px;}
#statitics-cnt{ width: 760px; display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; padding: 92px 0 0 90px; align-content: flex-start;}
#statitics-cnt div { display: flex; flex-direction: column; width: 266px; color: #2f272a; font-size: 18px; margin: 0 0 65px 0;}
#statitics-cnt div h2{ color: var(--heading-color); font-size: 63px;}
#statitics-cnt div span{ color: #2f272a; text-transform: uppercase; font-size: 31px; margin-bottom: 20px;}
#statitics-cnt div p{ line-height: 25px;}
#head{ font-size: 46px; color:var(--heading-color); margin-bottom: 65px;}
#gallery ul{ display: flex; flex-direction: row; justify-content:space-between; align-items: flex-end;}
.gallery-img{ width:399px; height: 465px; object-fit: cover; border-radius: 16px; overflow: hidden; position: relative;}
#galery-head{ display: flex; flex-direction: column;}
#galery-head span{ color: var(--green-text); font-weight: bold;}
#gallery-cover #testi-btn{ position: static;}
.gallery-title{ background: url(../images/bg.png) repeat-x; height: 207px; width: 100%; position: absolute; left: 0; bottom: 0; text-align: center; padding: 26px 20px; color: #FFF;  display: flex; align-items: flex-end; justify-content: center;  font-size: 22px;}
.gallery-img img{transition: 0.4s; width: 100%; height: 100%;}
#gallery ul li:hover .gallery-img img{ transform: scale(1.1); }
/*content part end*/

/*innerpage content*/
#page-title {padding:120px 0 81px 0; margin: 0 0 87px 0;background: url(../images/pagetitlebg.jpg) no-repeat top center;box-sizing: border-box;background-size:cover; display:flex; justify-content: center;}
#aboutpage-title {padding:120px 0 81px 0; margin: 0 0 87px 0;background: url(../images/aboutpagebg.jpg) no-repeat top center;box-sizing: border-box;background-size:cover; display:flex; justify-content: center;}
#csrtpage-title {padding:120px 0 81px 0; margin: 0 0 87px 0;background: url(../images/csrpagetitlebg.jpg) no-repeat top center;box-sizing: border-box;background-size:cover; display:flex; justify-content: center;}
#clientpage-title {padding:120px 0 81px 0; margin: 0 0 87px 0;background: url(../images/clientpagetitlebg.jpg) no-repeat top center;box-sizing: border-box;background-size:cover; display:flex; justify-content: center;}
#page-title h1, #aboutpage-title h1, #csrtpage-title h1, #clientpage-title h1 {color: #FFFFFF;font-size: 55px;;text-align: center; text-transform: capitalize;}
#content-cover{ font-size: 17px; color:var(--text-color); margin:0 0 0 0; display: flex; flex-direction: column; line-height: 29px;}
#strenth-cover{ display: flex; flex-direction: row; justify-content: space-between;}
#strenth-img{ display: block;}
#strenth-cnt{ display: flex; flex-direction: column; padding: 0 0 0 60px;}
#strenth-cnt h2{ font-size: 42px; color: var(--heading-color); margin: 40px 0;}
#manufacer{ background:var(--heading-color); padding: 80px 0; text-align: center; margin: 120px 0;}
#manufacer h2{ color: var(--white-color); font-size: 41px;}
#manufacer .container div{ display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start;}
#manufacer .container div .spining{ width: 390px; margin: 60px 0 0 0; color:#e3d6dc; display: flex; flex-direction: column;  text-align: center; align-items: center;}
#manufacer .container div .spining h3{ width: 100%; font-size: 25px; margin: 29px 0; color: var(--white-color);}
#manufacer .container div .spining span{ width: 250px; height: 250px; background: #000000; border-radius: 100%;}
#mission-cover{ display: flex; flex-direction: row; justify-content: space-between; margin: 0 0 78px 0;}
.mission{ display: flex; justify-content: flex-end; flex-direction: column; width: 613px; height: 462px; background: url(../images/mission.jpg) no-repeat; background-size: cover;}
.mission div{ background: rgba(0, 0, 0, 0.1); color: var(--white-color); padding: 30px 50px; line-height: 26px;  backdrop-filter: blur(10px);}
.mission div h2{ font-size: 25px; margin: 0 0 16px 0;}
#vision{ background: url(../images/vision.jpg) no-repeat; background-size: cover;}
.head{ font-size: 28px; margin: 38px 0; color: var(--heading-color);}
#certification{ display:flex; flex-direction: row; justify-content: space-between;}
#certification div a { background: #ffeaf3; padding: 21px 30px; border-radius: 8px; width: 294px; display: flex; flex-direction: row; align-items: center; font-weight: 600; line-height: 24px; color: #882f55; min-height: 90px;}
#certification div i{ font-size: 31px; margin: 0 26px 0 0; color: #e5b5c9;}
#certification div a:hover{ background: #f3dde6;}
#products ul{ display:flex; flex-direction: row; flex-wrap: wrap;}
#products li{width:400px; margin:0px 15px 57px 0;  position:relative; display: flex; flex-direction: column; font-size: 18px; text-transform: capitalize;}
.product-img{ width:400px; height:245px; overflow:hidden; position:relative; margin-bottom: 15px; overflow: hidden; border: var(--white-color) solid 5px; box-shadow: 0px 0px 5px 0px rgba(122, 122, 122, 0.6);}
.product-img img{-webkit-transition: 0.6s;-moz-transition: 0.6s;-o-transition: 0.6s;-ms-transition: 0.6s;transition: 0.6s; width:100%; height:100%;}
.more{ background: var(--heading-color); color: var(--white-color);  font-size: 14px; box-sizing: border-box; border-radius: 100%;  width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; position: absolute; right: 40px; bottom: -40%; transition: 0.6s;}
.more i{ color: var(--white-color);}
#products li:hover .product-img img{ transform:scale(1.1) rotate(5deg);}
#products li a{color: #000000;}
figure:hover img{ transform:scale(1.1) rotate(5deg);}
figcaption{ display: flex; flex-direction: column;  line-height: 23px; color: #525252; font-size:16px; margin: 26px 0 0 0; padding: 0 9px;}
figcaption h3{ font-size: 20px; margin: 0 0 5px 0; color: var(--text-color);}
figcaption h3 a{ display:inline-block; position: relative;}
figcaption h3 a:hover{text-decoration: underline;}
.more:hover{ background: var(--text-color);}
.more:hover i{ color: var(--white-color);}
#products li:hover .more{ bottom: 20px;}
#pagination{ clear:both; margin-top:15px; width:100%; float:left;}
ul.pagination{width:auto;text-align:center;margin:0px auto; font-size:12px; clear:both; display:table;}
#pagination nav{ position: static;}
.pagination li{float:left}
.pagination a{text-decoration:none;color:#666;background:#fff;padding:0px 8px;display:inline-table;border:solid 1px #ccc;margin:0 2px 0 0;}
.pagination a:hover{background:var(--heading-color);color:#fff; border:solid 1px var(--heading-color); }
.pagination .active a{ background:var(--heading-color); color:#FFF; border:solid 1px var(--heading-color);}
#productimg-main{ float:left; width:670px; overflow: hidden;}
#product-main{ float: left; width: 670px; height: 410px; border-top-right-radius:58px; overflow: hidden;}
#product-main img{ width: 100%; height: 100%;}
/*Thumbnail Gallery Slider
----------------------------------------------------*/ 
.rg-image-wrapper{position:relative;min-height:20px;display:flow-root;}
.rg-image{position:relative;text-align:center;line-height:0px;background:#FFFFFF;overflow:hidden;}
.rg-image img{max-height:100%;max-width:100%;}
.rg-image-nav a{display:none}
.rg-caption {text-align:center;position:relative; color:#000000; clear:both; font-size:16px; margin:10px 0 15px 0; font-weight:bold;}
.es-carousel-wrapper{padding:0 36px 20px 36px;position:relative;}
.es-carousel{overflow:hidden;}
.es-carousel ul{display:none; margin:0;}
 .es-carousel ul li, #fixed-box .es-carousel ul li,  #fixed-box3 .es-carousel ul li{height:100%;float:left;display:block; padding-left:0;}
.es-carousel ul li:after, #fixed-box .es-carousel ul li:after, #fixed-box3 .es-carousel ul li:after { display:none;}
.es-carousel ul li a{display:block;border-style:solid;border-color:#dfdfdf;opacity:0.8;-webkit-touch-callout:none;-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.es-carousel ul li.selected a{border-color:var(--heading-color);opacity:1.0;}
.es-carousel ul li a img{display:block;border:none;max-height:100%;max-width:100%;}
.es-nav span{position:absolute;top:38%;left:0;background:transparent url(../images/nav_thumbs.png) no-repeat top left;width:19px;height:26px;
margin-top:-13px;text-indent:-9000px;cursor:pointer;opacity:0.8;}
.es-nav span.es-nav-next{right:0;left:auto;background-position:top right;}
.es-nav span:hover{opacity:1.0;}
#pdt-details{ display: flex; flex-direction: column; width: 527px; float: right;}
#pdt-details span{ font-size: 21px; color:#606060;}
#pdt-details h1{ font-size: 37px; margin: 0 0 25px 0; color: #000000; text-transform: uppercase; line-height: 38px;}
#specifications ul{ display: flex; flex-direction: column; margin: 19px 0 0 0;}
#specifications ul li{ display: flex; flex-direction: row; color:#505050; font-size: 14px; margin: 0 0 9px 0; padding: 0 0 7px 0; border-bottom: #d3d3d3 solid thin; justify-content: space-between; align-items: center;}
#specifications ul li strong{ font-size: 15px; text-transform: uppercase; font-weight: normal; color:#000000;}
#pdt-details #specifications ul li div{ width: 394px; display: flex; flex-direction: column;  flex-wrap: wrap;}
#pdt-details #specifications ul li span{ font-size: 14px; color:#505050; margin: 0 0 3px 0; line-height: 19px;}
#specifications ul li:last-child{ border: none;}
#communuty ul{ margin: 20px 0;}
#communuty ul li{  position: relative; padding: 0 0 0 25px; margin: 0 0 14px 0;}
#communuty ul li::after{ position: absolute; left: 0; top: 11px; background: var(--heading-color); width: 5px; height: 5px; content: ""; border-radius: 100%;}
#communuty h2{ font-size: 32px; text-transform: uppercase; color: var(--heading-color); line-height: 37px; margin-bottom: 28px;}
.client-img{ float: left; width: 235px; height: 130px; margin: 0 15px 20px 0;   box-shadow: 0px 0px 54px 0px rgba(155, 155, 155, 0.2);}
#form-cover{ display: flex; flex-direction: row; justify-content: space-between;}
#cnt-cover{ display:flex; flex-direction: column; width: 470px;}
#cnt-cover p{ color: #484848; margin: 10px 0;}
.icon-box{ width: 70px; height: 70px; background:var(--heading-color); display: flex; justify-content: center; align-items: center; border-radius: 100%; margin: 0 29px 0 0; transition: 0.9s;}
.contact-detailmain{  line-height:24px; font-size:17px;  color:#5a5a5a; display:flex; flex-direction: row; align-items: center; margin: 22px 0 0 0;}
.contact-detailmain a{ color:#5a5a5a; font-size: 17px;}
.contact-detailmain i{ font-size: 23px; color:var(--white-color);}
.contact-detailmain span{ display:block; font-size:17px; margin:0 0 2px 0; color: var(--text-color); font-weight: bold; letter-spacing: 1px;}
.contact-detailmain:hover .icon-box { background: #936579;}
.contact-frm{display:flex; flex-direction: column;  width:678px; box-sizing: border-box;   position:relative;}
#formheading{ margin-bottom: 49px;}
#formheading strong, #cnt-cover strong{ text-transform: uppercase; font-size: 15px; margin: 0 0 26px 0; display: block; color: var(--heading-color);}
#formheading h1, #cnt-cover h1{ font-size: 46px; margin: 0 0 22px 0; }
.inputform-cover{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content:space-between;}
.contact-frm input{ width:100%; border:none; font-family: 'aeonikregular'; padding:22px 25px; box-sizing:border-box; outline:none; color:var(--text-color);font-size:16px; background:#f4f5f8;border-radius: 6px; border:none;}
.contact-frm span{ color: rgb(255, 0, 0); font-size: 13px;}
.contact-frm textarea{ width:100%; padding:27px 30px; box-sizing:border-box; outline:none; color:var(--text-color); height:172px; margin:0px 0 39px 0; overflow:hidden; resize:none; font-size:16px; font-family: 'aeonikregular'; background:#f4f5f8;  border-radius:6px; border: none;}
.contactfrm-cover{ width:327px; height:87px; text-align:left;}
.contact-frm .captha{ width:170px; float:right; margin-top:0;}
.contact-frm #frmsubmit{background:#403d3f; color:var(--white-color);  cursor:pointer; font-size:16px;  font-family: 'aeonikregular'; border: none; font-weight:900; text-transform: uppercase; }
.contact-frm #frmsubmit:hover{ background: var(--text-color); color: var(--white-color);}
#rc-imageselect, .g-recaptcha {transform:scale(0.78);-webkit-transform:scale(0.78);transform-origin:0 0;-webkit-transform-origin:0 0;}
#mapcnt{ width:100%; height:500px; margin:100px 0 0 0; -webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
filter: grayscale(80%); clear: both;}
#mapcnt iframe{ width:100%; height:100%;}
#heritage-cover #strenth-cnt{ padding-left: 0; padding:0 30px 0 0;}
#login{ display:flex; flex-direction: column; justify-content: center; align-items: center;}
.login-detail{ width:495px; padding:50px 60px; box-sizing:border-box; color:#595959; text-transform:capitalize; font-size:13px; background:#ededed; border-radius: 25px;}
.login-detail input{ border:#d9d9d9  solid thin; padding:21px; box-sizing:border-box; width:100%; outline:none; border-radius:7px;   font-family: 'aeonikregular'; margin-top:12px; font-size: 15px; color: var(--text-color);}
.login-detail form span{ display:block; color:#F00; font-size:14px;}
#forgot{ float:right; color:var(--heading-color); font-size: 14px;}
#forgot:hover{ text-decoration: underline;}
.login-detail .loginbtn{ background:var(--heading-color); color:#FFF;  font-family: 'aeonikregular'; font-size:15px; cursor:pointer; border:none; padding:20px 15px; margin:15px 0 0 0; text-transform:uppercase;}
.login-detail .loginbtn:hover{ background:#721f43;}
#login p{ width: 640px; margin: 50px 0 0 0; text-align: center;}
#login p a{text-decoration: underline; color: #b52060;}
#login p a:hover{ text-decoration:none;}
#csr{ float: left; margin: 0 70px 0 0;}

ul.breadcrumb {
  list-style: none;
   display: flex; flex-direction: row; align-items: center;
   margin-bottom: 50px;
}
ul.breadcrumb li {
  display: inline;
  font-size: 16px;
  color:#878787; margin: 0 7px 0 0;
}

ul.breadcrumb li i{ font-size: 14px; margin-left: 3px;}
ul.breadcrumb li a {
  color: #a13361;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  text-decoration: underline;
}


/*innerpage content end*/

/*footer section*/
footer{ margin: 152px 0 0 0; padding: 0 0 60px 0;}
footer .container{ display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
#footer-top{ background: #640b32; padding: 43px 0; margin: 0 0 92px 0;}
.footercnt{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; width: 770px; align-items: center;}
.footercnt a{ color: var(--white-color); font-size: 18px;}
.footer-links{ font-size: 18px; color: var(--white-color); width: 360px; margin: 36px 0;}
.footer-links h3{ color:#d3b1c0; font-size:17px; margin-bottom: 14px; text-decoration: underline;}
ul.botomlinks{ list-style:none; padding:0; position:relative; display: flex; flex-direction: row; justify-content: space-between; width: 310px; flex-wrap: wrap;}
ul.botomlinks li a{  color:var(--text-color); font-size:15px; margin: 0 0 18px 0; text-decoration: none; display: block; text-transform:uppercase; width: 150px;}
ul.botomlinks li a:hover{ color:var(--heading-color);}
footer #social-top{ margin: 0; flex-direction: column;}
footer #social-top span{ font-size: 18px; text-decoration: underline; margin: 0 0 16px 0; display: block;}
footer #social-top div{ display:flex; flex-direction:row;}
footer #social-top a{ border: none; width: auto; margin: 0 19px 0 0;}
footer #social-top a i{ font-size: 18px;}
footer .fa-facebook-f{ color:#0966ff;}
footer .fa-instagram{ color: #CD1EDA;
color: linear-gradient(176deg,rgba(205, 30, 218, 1) 0%, rgba(255, 171, 50, 1) 100%);}
footer .fa-linkedin-in{ color: #0c64c5;}
#copyrt{font-size:15px;}
#powerd{ font-size: 15px;}
#powerd a, #copy a{ color: var(--green-text);}
#powerd a:hover{ text-decoration: underline;}
#copy{ font-size: 14px; display: none;}
/*footer section end*/

@media (max-width:1250px){
.container{ width:992px;}
nav{ display: none;}
.bannercaption{ width: 70%;}
.bannercaption h1{ font-size: 88px;}
#mobile_menu{display:block; color: var(--heading-color); font-size: 25px;}
#mobile_drop{display:block;position:relative;background:var(--heading-color);}
#mobile_drop_fix{display:block;padding:20px 0px;}
#mobile_drop_fix ul li{list-style:none;display:block}
#booking{ margin:42px 60px;}
#mobile_drop_fix ul li ul li{margin:0 0 0 25px;}
#mobile_drop_fix a{display:block;color:#fff;display:block;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;text-decoration:none;padding:7px 0; font-size:14px; text-transform:uppercase;}
#mobile_drop_fix a:hover{-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
#welcome .container{ flex-direction: column;}
#welcome-cnt h1{ margin-left: 0; margin-top: 50px;}
#welcome-text{ margin: 0;}
#product-range{ background-position: 590px 0;}
#statitics-img{ margin: 0 0 0 -360px;}
#statitics-img h1{ left: 360px;}
#statitics-cnt div{ width: 236px;}
.gallery-img{ width: 315px; height: 369px;}
.gallery-title{ font-size: 20px;}
.footercnt{ width: 580px;}
.footer-links{ width: 240px;}
#page-title{ padding: 183px 0 100px 0; font-size: 71px;}
#strenth-cnt h2{ font-size: 38px;}
#manufacer .container div .spining{ padding: 0 20px;}
#certification{ flex-wrap: wrap;}
#certification div{ margin: 0 0 20px 0; width: 318px;}
#products li, .product-img{ width: 314px;}
.product-img{ height: 192px;}
#productimg-main{ width: 470px;}
#pdt-details{ width: 441px;}
.contactfrm-cover{ width: 282px;}
#cnt-cover{ width: 410px;}
.contact-frm{ width: 508px;}
.contactfrm-cover{ width: 100%;}
.client-img{ width: 233px;}
#logo{float:left}
#mobile_menu{ margin-top: 30px;}
#product-main{ width: 490px; height: 300px;}
#pdt-details #specifications ul li div{ width: 302px;}
}


@media (max-width:992px){
.container{ width:768px;}
#social-top{ margin: 10px 0 0 38px;}
.bannercaption h1{ line-height: 78px;}
#product-range{ background: none;}
#product-range ul, #statitics-cnt, #manufacer .container div .spining, .mission, #productimg-main, #pdt-details, .contact-frm, #cnt-cover{ width: 100%;}
#product-range ul{ justify-content: center;}
#product-range li a{  margin: 10px 12px;}
#statitics-img{ margin-left: 0;}
#statitics-img img{ display: none;}
#statitics-img h1{ position: static; margin-bottom: 30px;}
#statitics .container, #strenth-cover, #manufacer .container div, #mission-cover, #form-cover{ flex-direction: column;}
#statitics-cnt{ padding: 0; margin: 20px 0;}
#statitics-cnt div{ width: 330px;}
#gallery ul{ flex-direction: column; align-items: center;}
#gallery ul li{ margin: 0 0 20px 0;}
.gallery-img{ width: 398px; height: 466px;}
.footercnt{ width: 420px;}
.footer-links{ width: 170px;}
#page-title{padding: 143px 0 60px 0;}
#page-title h1{ font-size: 62px; }
#strenth-cnt, #manufacer .container div .spining, #heritage-cover #strenth-cnt{ padding: 0;}
#certification div{ width: 368px;}
#products li, .product-img{ width: 364px;}
.product-img{ height: 223px;}
#pdt-details, #cnt-cover{ margin: 70px 0 0 0;}
#strenth-cover #strenth-img{ margin: 60px 0 0 0;}
#product-main{ width: 670px; height: 410px;}
#pdt-details #specifications ul li div{ width: 602px;}
}



@media (max-width:768px){
.container{ width:448px;}
#social-top, .bannercaption p, #footer-logo{ display: none;}
.bannercaption h1{ font-size: 63px; margin-bottom: 15px;}
.bannercaption p{ margin-top: 0; font-size: 16px;}
.bannercaption a{ width: 157px; font-size: 14px; padding: 17px 0;}
#logo{ width: 229px; height: 68px;}
#welcome-img img, #statitics-cnt div, .footercnt, #strenth-img img, #certification div, #products li, 
.product-img, #login p{ width: 100%;}
#welcome-cnt h1, #product-range h1, #statitics-img h1, #head{ font-size: 45px;}
#welcome-text{ padding: 59px 40px;}
#product-range li a{ width: 199px;}
#product-range ul, #certification{ flex-direction: column;}
#statitics{ margin-top: 30px;}
footer #social-top{ display:flex; margin: 0 30px;}
#copyrt{ width: 230px;}
#page-title h1{ font-size: 55px;}
#manufacer h2{ font-size: 32px;}
.product-img{ height: 274px;}
.client-img{ width: 209px; height: 116px;}
#product-main{ width: 448px; height: 274px;}
#pdt-details #specifications ul li div{ width: 312px;}
#pdt-details h1{ font-size: 36px;}
#csr{ float: none; margin-right: 0;}
#csr img{width: 100%;}
#communuty h2{ margin: 20px 0; font-size:27px;}
}

@media (max-width:448px){
.container{ width:100%; padding: 0 25px; box-sizing: border-box;}
#logo{ width: 189px; height: 56px;}
.bannercaption h1{ font-size: 34px; line-height: 48px;}
.bannercaption a{ font-size: 11px; width: 127px; padding: 13px 0;}
.search-field:focus{ width: 200px;}
#call{ font-size: 14px;}
#welcome-cnt h1, #product-range h1, #statitics-img h1, #head, #formheading h1, #cnt-cover h1{ font-size: 41px;}
#welcome{ margin: 85px 0;}
#product-range li a, ul.botomlinks, .footer-links, #copyrt{ width: 100%; margin: 17px 0;}
ul.botomlinks li a{ font-size: 14px;}
footer .container{ flex-direction: column; align-items: flex-start;}
.gallery-img, .login-detail, #pdt-details #specifications ul li div, #product-main{ width: 100%; height: auto;}
.footer-links, .footercnt a{ font-size: 17px;}
footer #social-top{ margin: 10px 0;}
#footer-top{ margin-bottom: 52px;}
#page-title h1{ font-size: 45px;}
#page-title{ padding: 143px 0 60px 0;}
.mission{ background-position: -125px 0;}
.product-img{ height: auto; line-height: 0;}
#products li{ margin-right: 0;}
figcaption h3{ font-size: 18px;}
figcaption{ margin-top: 0;}
footer{ margin: 107px 0 0 0;}
.contact-detailmain{ flex-direction: column; text-align: center;}
.icon-box{ margin-right: 0; margin-bottom: 10px;}
.client-img{ width: 100%; height: auto;}
#mobile_menu{  margin-top: 10px;}
.search-form{ right: 20px;}
.login-detail{ padding: 50px 33px;}
#specifications ul li{ flex-direction: column; align-items: flex-start;}

}

