@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { width: 100%; font-size: 16px; line-height: 26px; color: #2b1e16;  font-family: "Montserrat", sans-serif; background: #fff; }

*::-webkit-input-placeholder { opacity:1; color: #b5b5b5; }
*::-moz-placeholder {opacity:1;color: #b5b5b5; }
*:-ms-input-placeholder {opacity:1;color: #b5b5b5; }

input[type=checkbox]{ -webkit-appearance: checkbox; margin: 0px 0 0 0px; display: inline-block; vertical-align: top; }
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px;  font-family: "Montserrat", sans-serif; }

:focus,input:focus, textarea:focus { outline: none; }
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, strong, 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; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: none; }.home_slider h1

/* common */
a { transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; text-decoration: none; outline: none; }
ul { list-style: none; }
.clear { clear: both; overflow: hidden; }
img { border: 0px; outline: none; display: block; max-width: 100%; }

h1, h2, h3, h4, h5, h6 { line-height: 1.25; font-family: "Poppins", sans-serif; font-weight: 600; color: #001e60; }

h1 { font-size: 80px; }
h2 { font-size: 50px; letter-spacing: 0.01em; }
h3 { font-size: 40px; letter-spacing: 0.02em;  }
h4 { font-size: 32px; }
h5 { font-size: 25px; }
h6 { font-size: 16px; }

p { padding-bottom: 20px;  }
p a { text-decoration:underline; color:#001e60; }
p a:hover { text-decoration:none; }


#back-to-top { box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; position: fixed; bottom: 20px; display: none; right: 15px; z-index: 9999; width: 34px; height: 34px; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out; opacity: 0; background: #006bb6; }
#back-to-top:after { width: 0px; height: 0px; content: ''; position: absolute; left: 50%; top: 50%; border: 10px solid transparent; border-bottom-color: #fff; margin: -15px 0 0 -10px; }
#back-to-top.show { opacity: 0.8; }
#back-to-top.show:hover { opacity: 1; }
a.close, a.mobilemenu { display: none; }

#wrapper { padding-top: 209px; width: 100%; position: relative; }

.wrapper { max-width: 1190px; padding: 0 20px; position: relative; margin:0 auto; }
.wrapper2 { max-width: 1480px; padding: 0 20px; position: relative; margin:0 auto; }
.flex-wrap { display: flex; flex-wrap: wrap; }
.v-center { align-items: center; }
.h-center { justify-content: center; }
.space-between {  justify-content: space-between; }

.button { cursor: pointer; border: 0; font-weight: 700; color: #fff; text-align: center; text-transform: uppercase; font-size: 16px; line-height: 21px; padding: 12px 30px; display: inline-block; vertical-align: top; background: #da291c; }
.button:hover { background: #005696; }

/*header-part*/
#header-part { width: 100%; position: absolute; left: 0; top: 0; z-index: 99; background: #fff; }
#header-part.show { position: fixed; -webkit-animation:stickyhead ease-in-out 0.4s 0.1s both;-moz-animation:stickyhead ease-in-out 0.4s 0.1s both;animation:stickyhead ease-in-out 0.4s 0.1s both; box-shadow:0px 4px 4px rgba(0,0,0,0.2);}

#header-part.show .menu_sec { padding: 35px 0 10px; }
#header-part.show .menu_sec .logo { max-width: 200px; }
#header-part.show .menu_sec .logo a { margin-top: -27px; }


/* menu_sec */
.menu_sec { padding: 70px 0 30px; width: 100%; background: #fff; }
.menu_sec .logo { transition: all 0.3s; position: relative; max-width: 321px; display: block; }
.menu_sec .logo a { display: block; margin: -50px 0 0 0; }
.menu_sec .right { max-width: calc(100% - 321px); padding: 0 20px; }
.menu_sec ul { list-style: none; margin: 0; padding: 0; }
.menu_sec li { position: relative; padding: 0 12px; letter-spacing: 0.015em; font-size: 18px; line-height: 1.4; display: inline-block; vertical-align: top; font-weight: 600; text-transform: uppercase; }
.menu_sec li a { color: #001e60; }
.menu_sec li.active > a,
.menu_sec li:hover > a,
.menu_sec li a:hover { color: #da291c; }
.menu_sec .button { border-radius: 10px;  } 
.menu_sec li.mob_show { display: none; }
.menu_sec li .submenu:before { width: 100%; height:10px; content:''; position:absolute; left:0; top:-10px; } 
.menu_sec li .submenu { opacity:0; visibility:hidden; transition: all 0.3s; padding: 0; background:#005696; border-radius: 7px; margin-top: 10px; width: 250px; position:absolute; left:0; top:0%; }

.menu_sec li:hover .submenu { top:100%; opacity:100; visibility:visible; }
.menu_sec li .submenu li { padding:0; width:100%; font-size:15px; line-height:1.1; border-bottom: 1px solid rgba(255,255,255,0.5); letter-spacing: normal; }
.menu_sec li .submenu li:last-child { border:0; }
.menu_sec li .submenu li:first-child a { border-radius: 7px 7px 0 0; }
.menu_sec li .submenu li:last-child a { border-radius: 0 0 7px 7px; }
.menu_sec li .submenu li a { display:block; padding:10px 12px; display: block; color: #fff; }
.menu_sec li .submenu li.active > a,
.menu_sec li .submenu li a:hover { background: #da291c; } 


/* home_slider */
.home_slider { width: 100%; position: relative; }
.home_slider .slides { width: 100%; position: relative; } 
.home_slider .slides figure { width: 100%; height: 0; padding-bottom: 65%; display: block; position: relative; }
.home_slider .slides figure img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; }
.home_slider .slick-arrow { position: absolute; left: 0; top: 25%; z-index: 1; width: 115px; line-height: 50px; color: #fff; font-weight: 300; background: rgba(0,30,96,0.8); border: 0; cursor: pointer; font-size: 18px; text-transform: uppercase; }
.home_slider .slick-next { left: auto; right: 0; }
.home_slider .slick-arrow:hover { background: rgba(0,30,96,1); }
.home_slider .text { text-align: center; padding: 0px 150px; width: 100%; position: absolute; left: 0; top: calc(25% - 50px); z-index: 1; }
.home_slider h1 { color: #fff; text-transform: uppercase; font-size:60px; line-height: 1.15; letter-spacing: 0.025em; text-shadow: 0px 0px 20px rgba(0,0,0,0.8); border-bottom: 5px solid #da291c; padding-bottom:25px; display:table; margin: 0 auto; }

/* banner_sec */
.banner_sec { padding: 200px 0 20px; min-height: 600px; width: 100%; position: relative; background-position:  center top; background-size: cover; }
.banner_sec h1 { color: #fff; text-transform: uppercase; line-height: 1.15; letter-spacing: 0.025em; text-shadow: 0px 0px 20px rgba(0,0,0,0.8); }
.banner_sec.gallery { padding: 50px 0; }
.banner_sec.product { padding: 280px 0 20px; }

/* landing_about_sec */
.landing_about_sec { padding: 70px 0 50px; width: 100%; }
.landing_about_sec h2 { padding-bottom: 15px; }
.landing_about_sec p { padding-bottom: 25px; }
.landing_about_sec .button { margin-top: 20px; }

/* product_sec */
.product_sec { text-align: center; width: 100%; position: relative; }
.product_sec h3 { padding-bottom: 35px; }
.product_sec .slick-arrow { position: absolute; left: -25px; top: 50%; margin-top: -18px; width: 20px; height: 36px; border: 0; font-size: 0; border: 0; background: url(common/images/prev.png) center center no-repeat; cursor: pointer; background-size: contain; }
.product_sec .slick-arrow.slick-next { left: auto; right: -25px; background-image: url(common/images/next.png); }
.product_sec .slick-arrow:hover { opacity: 0.50; }
.product_sec .slides { width: 100%; padding: 0 15px; }
.product_sec .slides a { position: relative; display: block; }
.product_sec .slides img { width: 100%; }
.product_sec .product_slider { margin: 0 -15px; }
.product_sec .overlay { transition: all 0.3s; position: absolute; left: 0; top: 0; width: 100%; display: flex; flex-wrap: wrap; padding: 8px 10px; align-items: center; background: rgba(255,255,255,0.6); min-height: 68px; }
.product_sec .overlay span { transition: all 0.3s; font-size: 18px; line-height: 26px; width: 100%; font-weight: 600; color: #001e60; font-family: "Poppins", sans-serif; }
.product_sec .slides a:hover .overlay { min-height: 100%; background: rgba(218,41,28,0.85); }
.product_sec .slides a:hover .overlay span { color: #fff; } 

/* brands_sec */
.brands_sec { padding: 60px 0; text-align: center; width: 100%; position: relative; }
.brands_sec h3 { padding-bottom: 15px; }
.brands_sec .brand_list .brands { padding: 15px; display: inline-block; vertical-align: top; }
.brands_sec .brand_list { margin: 0 -15px; } 

/* visualize_sec */
.visualize_sec { text-align: center; width: 100%; position: relative; }
.visualize_sec h3 { padding-bottom: 50px; }
.visualize_sec .brand_list .col { width: 33.33%; }
.visualize_sec .brand_list .col a { position: relative; display: block; position: relative; background: #000; }
.visualize_sec .brand_list .col a:hover img { opacity: 0.50; }
.visualize_sec .brand_list .col a:after { width: 100%; height: 80px; content: ''; position: absolute; left: 0; bottom: 0; background: url(common/images/overlay.png) left top repeat-x; }
.visualize_sec .brand_list .col a img { width: 100%; transition: all 0.3s; }
.visualize_sec .brand_list .col a .title { position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; z-index: 1; color: #fff; font-size: 22px; line-height: 1.1; font-weight: 600; text-transform: uppercase; padding: 20px; font-family: "Poppins", sans-serif; }
.visualize_sec .ctabox { width: 100%; background: #001e60; padding: 48px 20px; }
.visualize_sec h4 { color: #fff; font-size: 22px; line-height: 1; padding: 10px 40px; text-transform: uppercase;  }

/* testimonial_sec */
.testimonial_sec { position: relative; width: 100%; text-align: center; padding: 60px 0; }
.testimonial_sec .slick-arrow { position: absolute; left: -25px; top: 50%; margin-top: -18px; width: 20px; height: 36px; border: 0; font-size: 0; border: 0; background: url(common/images/prev.png) center center no-repeat; cursor: pointer; background-size: contain; }
.testimonial_sec .slick-arrow.slick-next { left: auto; right: -25px; background-image: url(common/images/next.png); }
.testimonial_sec .slick-arrow:hover { opacity: 0.50; }
.testimonial_sec .slides { padding: 0 35px; }
.testimonial_sec .slick-slider { margin: 0 -35px; }
.testimonial_sec h3 { padding-bottom: 50px; }
.testimonial_sec .name { font-weight: 700; text-transform: uppercase; }

/* about_sec */
.about_sec { padding: 50px 0 250px; width: 100%; position: relative; background: #f0f0f0; }
.about_sec h2 { padding-bottom: 20px; }
.about_sec figure { padding: 0 35px 10px 0; float: left; width: 100%; max-width: 45%; }
.about_sec figure img { width: 100%; }
.about_sec p { padding-bottom: 25px; }
.about_sec.not_found { text-align: center; display: flex; flex-wrap: wrap; align-items: center; padding: 50px 0; min-height: 400px; }

/* history_sec */
.history_sec { padding-bottom: 50px; width: 100%; }
.history_sec .inner { border: 2px solid #da291c; background: #fff; text-align: center; margin: -200px 0 0 0; padding: 40px 40px 30px; }
.history_sec h3 { padding-bottom: 20px; text-transform: uppercase; }

/* choose_sec */
.choose_sec { padding: 40px 0; width: 100%; position: relative; }
.choose_sec h3 { padding-bottom: 20px; }
.choose_sec .image { order: 1; padding: 0 0px 0px 30px; width: 48%; }
.choose_sec figure img { width: 100%; }
.choose_sec .text { width: 52%; }

/* contact_sec */
.contact_sec { padding: 55px 0; width: 100%; position: relative; }
.contact_sec h2 { padding-bottom: 10px; }
.contact_sec .leftside { padding: 45px 30px 50px; width: calc(65.5% - 30px); margin-right: 30px; background: #f0f0f0; }
.contact_sec .rightside { padding: 30px; width: 34.5%; border: 1px solid #c4c4c4; }
.contact_sec .row { margin-top: 35px; }
.contact_sec h4 { letter-spacing: 0.02em; font-size: 24px; padding-bottom: 25px; color: #000; }
.contact_sec h3 { font-size: 32px; padding-bottom: 30px; }
.contact_sec .form-control { font-family: "Poppins", serif; width: calc(50% - 10px);  border: 0px; height: 50px; margin-bottom: 20px; color: #2b1e16; background: #fff; font-size: 16px; padding: 10px 20px; height: 50px; border: 1px solid #c6c6c6; }
.contact_sec *::-webkit-input-placeholder { opacity:1; color: #686868; }
.contact_sec *::-moz-placeholder {opacity:1;color: #686868; }
.contact_sec *:-ms-input-placeholder {opacity:1;color: #686868; }
.contact_sec textarea.form-control { width: 100%; height: 170px; resize: none; }
.contact_sec .button { border: 0; width: 100%; font-family: "Poppins", serif; font-weight: 600; font-size: 20px; padding: 14px 30px; height: auto; margin-top: 20px; }  
.contact_sec fieldset { display: flex; flex-wrap: wrap; justify-content: space-between;}
.contact_sec address { font-style: normal; }
.contact_sec hr { background: #da291c; border: 0; height: 1px; margin: 28px 0; } 
.contact_sec address a { color: #2b1e16; }
.contact_sec .title { color: #001e60; }

/* gallery_sec */
.gallery_sec { padding: 70px 0; width: 100%; position: relative; background: #f0f0f0; }
.gallery_sec h2 { padding-bottom: 10px; }
.gallery_sec .row { padding: 40px 0; margin: -15px; }
.gallery_sec .col { width: 33.33%; padding: 15px; }
.gallery_sec .col a { width: 100%; height: 0; background: #000; position: relative; padding-bottom: 56.66%; display: block; }
.gallery_sec .col a img { position: absolute; left: 0; top: 0; transition: all 0.4s; width: 100%; height: 100%; object-fit: cover; object-position:  center center; }
.gallery_sec .col a:before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0,0,0,0.6) url(common/images/zoom.png) center center no-repeat; background-size: 40px auto; z-index: 1; transition: all 0.4s; opacity: 0; }
.gallery_sec .col a:hover:before { opacity: 100; }
.gallery_sec .col3 a { padding-bottom: 96%; }
.gallery_sec .col2 { width: 50%; }
.gallery_sec .col2 a { padding-bottom: 64%; }
.gallery_sec .col1 { width: 66.66%; }
.gallery_sec .col1 a { padding-bottom: 46%; }

/* product_list_sec */
.product_list_sec { padding: 70px 0; width: 100%; position: relative; background: #f0f0f0; }
.product_list_sec h2 { padding-bottom: 10px; }
.product_list_sec .row { padding: 70px 0; margin: -25px; }
.product_list_sec .product { position: relative; border: 1px solid #bbb; width: calc(33.33% - 50px); margin: 0 25px 50px; background: #fff; }
.product_list_sec .product figure { width: 100%; height: 0; position: relative; padding-bottom: 73%; display: block; }
.product_list_sec .product figure img { position: absolute; left: 0; top: 0; transition: all 0.4s; width: 100%; height: 100%; object-fit: cover; object-position:  center center; }
.product_list_sec .text { padding: 20px 20px 65px 20px; }
.product_list_sec h4 { text-transform: uppercase;  padding-bottom: 12px; }
.product_list_sec .button { text-transform: none; position: absolute; left: 20px; bottom: 20px; }

/* product_detail_sec */
.product_detail_sec { padding: 75px 0; width: 100%; position: relative; background: #f0f0f0; }
.product_detail_sec .left { width: 50%; padding-right: 20px; }
.product_detail_sec .right { width: 50%; padding-left: 20px; }
.product_detail_sec .slides figure  { width: 100%; height: 0; position: relative; padding-bottom: 108%; display: block; }
.product_detail_sec .slides figure img { position: absolute; left: 0; top: 0; transition: all 0.4s; width: 100%; height: 100%; object-fit: cover; object-position:  center center; }
.product_detail_sec .detail_slider { padding-bottom: 20px; }
.product_detail_sec h2 { padding-bottom: 10px; }
.product_detail_sec p { padding-bottom: 40px; }
.product_detail_sec ul { list-style: none; }
.product_detail_sec .product_detail li { position: relative; padding: 0 0 16px 27px; }
.product_detail_sec .product_detail li:before { width: 4px; height: 4px; content: ''; position: absolute; left: 10px; top: 10px; background: #001e60; }
.product_detail_sec .detail_thumb_slider .slick-list { padding: 0 !important; }
.product_detail_sec .detail_thumb_slider .slides { padding: 0 10px; }
.product_detail_sec .detail_thumb_slider { margin: 0 -10px; }
.product_detail_sec .detail_thumb_slider .slides figure { padding-bottom: 100%; }
.product_detail_sec .detail_thumb_slider .slides figure:after { width: 100%; height: 100%; content: ''; position: absolute; left: 0; top: 0; background: rgba(0,30,96,0.7) url(common/images/zoom-icon.png) center center no-repeat; transition: all 0.3s; opacity: 0; }
.product_detail_sec .detail_thumb_slider .slides figure:hover:after { opacity: 100; }
.product_detail_sec .manufacturer { padding: 100px 0 75px; }
.product_detail_sec .manufacturer .left { padding: 0 0 0 55px; order: 1; }
.product_detail_sec .manufacturer .left figure {  width: 100%; display: block; }
.product_detail_sec .manufacturer .left figure img {width: 100%; }
.product_detail_sec .manufacturer .right { padding-left: 0; } 
.product_detail_sec h5 { color: #da291c; padding-bottom: 15px; }
.product_detail_sec .manufacturer li { position: relative; overflow: hidden; display: block; padding: 0 0 3px 13px; font-weight: 600; font-size: 18px; }
.product_detail_sec .manufacturer li:before { content: '»'; position: absolute; left: 0px; top: 0px; }
.product_detail_sec .manufacturer p { padding-bottom: 30px; }
.product_detail_sec .manufacturer ul { column-count: 2; column-gap: 20px; }
.product_detail_sec .visualize_sec h3 { padding-bottom: 20px; }

/* special_sec */
.special_sec { padding: 50px 0; width: 100%; position: relative; background: #f0f0f0; }
.special_sec h2 { padding-bottom: 20px; }
.special_sec .row { margin: 50px -22px; }
.special_sec .col2 { padding: 22px; width: 50%; }
.special_sec .col2 figure { width: 100%; position: relative; height: 0; display: block; padding-bottom: 63.5%; }
.special_sec .col2 figure img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.special_sec .col2 figure:before { outline: 1px solid #f00; outline-offset: -15px; background: rgba(0,0,0,0.5); width: 100%; height: 100%; content: ''; position: absolute; left: 0; top: 0; z-index: 1; }
.special_sec .col2 figure .caption { position: absolute; left: 0; top: 50%; width: 100%; transform: translate(0,-50%); text-align: center; padding: 35px; color: #fff; z-index: 1; font-size: 40px; line-height: 1.22; font-weight: 700; text-transform: uppercase; font-family: "Poppins", sans-serif; }
.special_sec .col2 figure .caption small { font-size:18px; line-height:1.1; display:block; text-transform: none; padding-top:5px; font-weight:500; }

/* team_sec */
.team_sec { padding: 40px 0; width: 100%; position: relative; background: #f0f0f0; }
.team_sec h2 { padding-bottom: 30px; }
.team_sec figure { margin-bottom: 40px; display: block; width: 100%; }
.team_sec figure img { width: 100%; }
.team_sec p { padding-bottom: 25px; }
.team_sec .teamblock { padding-bottom: 70px; }

/* contac_sec */
.contac_sec { padding: 60px 0; width: 100%; position: relative; }
.contac_sec .leftside { padding-right: 50px; width: 40%; }
.contac_sec .rightside { width: 60%; }
.contac_sec h2 { font-style: italic; padding-bottom: 5px; letter-spacing: -0.02em; color: #0e2762; }
.contac_sec p { padding-bottom: 35px; letter-spacing: -0.01em;  }  
.contac_sec h3 {  font-size: 26px; line-height: 1.5; color: #0e2762; font-family: "Roboto Condensed", sans-serif; }
.contac_sec h3 a { color: #0e2762; }
.contac_sec .form-control {  font-family: "Poppins", serif; width: calc(50% - 15px); float: left; border: 1px solid #0e2762; height: 45px; margin-bottom: 30px; color: #fff; background: #4e5a67; font-size: 18px; padding: 10px 20px; height: 50px; }
.contac_sec fieldset { display: flex; flex-wrap: wrap; justify-content: space-between; }
.contac_sec *::-webkit-input-placeholder { opacity:1; color: #c5c5c5; }
.contac_sec *::-moz-placeholder {opacity:1;color: #c5c5c5; }
.contac_sec *:-ms-input-placeholder {opacity:1;color: #c5c5c5; }
.contac_sec textarea.form-control { width: 100%; height: 130px;  }
.contac_sec .button { border: 0; width: 100%; font-size: 21px; padding: 14px 15px; height: auto; }  




/* footer-part */
#footer-part { margin-top: 80px; width: 100%; }
#footer-part.mt0 { margin-top: 0; }


/* footer_sec */
.footer_sec { padding: 55px 0 30px; color: #fff; width: 100%; position: relative; background: #001e60; }
.footer_sec .col1 { width: 21%; padding-right: 20px; }
.footer_sec .col2 { width: 52%; padding: 0 20px 0 10px; }
.footer_sec .col3 { width: 27%; padding: 0 0 0 10px; }
.footer_sec .logo { max-width: 204px; display: block; margin-bottom: 20px; }
.footer_sec h5 { color: #fff; text-transform: uppercase; padding-bottom: 10px; }
.footer_sec .col2 .map { width: 63%; }
.footer_sec .col2 .map iframe { width: 100%; height: 295px; }
.footer_sec .col2 .address { width: 37%; padding: 15px 0 0 20px; }
.footer_sec address { font-size: 15px; line-height: 22px; font-style: normal; }
.footer_sec address +  address { padding-top: 25px; } 
.footer_sec address a { color: #fff; }
.footer_sec .social { list-style: none; margin: 0; padding: 25px 0 0 0; }
.footer_sec .social li { padding-right: 30px; display: inline-block; vertical-align: top; }
.footer_sec .social li a { display: block; }
.footer_sec .social li a:hover { opacity: 0.50; }
.footer_sec .col1 p { max-width: 230px; line-height: 1.5; }
.footer_sec .form-control { font-family: "Poppins", serif; width: 100%;  border: 0px; height: 50px; margin-bottom: 10px; color: #2b1e16; background: #fff; font-size: 16px; padding: 10px 20px; height: 50px; }
.footer_sec fieldset {  }
.footer_sec *::-webkit-input-placeholder { opacity:1; color: #2b1e16; }
.footer_sec *::-moz-placeholder {opacity:1;color: #2b1e16; }
.footer_sec *:-ms-input-placeholder {opacity:1;color: #2b1e16; }
.footer_sec textarea.form-control { width: 100%; height: 130px;  }
.footer_sec .button { border: 0; width: auto; float: right; font-family: "Poppins", serif; font-weight: 600; font-size: 20px; padding: 14px 30px; height: auto; }  
.footer_sec .menu { text-align: center; }
.footer_sec .menu ul { list-style: none; }
.footer_sec .menu li { padding: 0 21px; display: inline-block; vertical-align: top; position: relative; }
.footer_sec .menu li:not(:first-child):before { width: 1px; height: 16px; content: ''; position: absolute; left: -2px; top: 6px; background-color: #fff; }

.footer_sec .menu li a { color: #fff; border-bottom:  2px solid transparent; display: block; padding-bottom: 5px; }
.footer_sec .menu li.active a,
.footer_sec .menu li a:hover { border-color: #fff; }


/* copyright_sec */
.copyright_sec { padding: 20px 0; width: 100%; position: relative; font-family: "Poppins", sans-serif; background: #da291c; color: #fff; text-align: center; }
.copyright_sec p { padding: 0; font-size: 14px; }
.copyright_sec a.see_products { position: fixed; right: 15px; bottom: 65px; }
.copyright_sec a.see_products:hover { opacity: 0.50; }  

.successmsg { color:#52b264; padding: 5px 10px; margin: 20px 0 0; width: 100%; border: 1px solid #52b264; }
.form-error { display: block; font-size: 14px; line-height: 18px; color:#f00; padding: 10px; display:none !important; }


@-webkit-keyframes stickyhead{
    0%{opacity:0;-webkit-transform:translateY(-100%) }
    100%{opacity:1;-webkit-transform:translateY(0)} 
}	
@-moz-keyframes nav-bar{ 
    0%{opacity:0;-moz-transform:translateY(-100%)}
    100%{opacity:1;-moz-transform:translateY(0)}
}
@keyframes stickyhead{
    0%{opacity:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}
    100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
}
