@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v12/IVeH6A3MiFyaSEiudUMXExNcqx07xvyppV96iFRdwiM.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
html, body {
    height: 100%;
	width:100%;
    font-size: 16px;
    color: #050505;
    font-family: 'Nunito', sans-serif;
    vertical-align: baseline;
	padding:0;
	margin:0;
}
::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #1c1c1c; 
}
ul,label{
	margin:0;
	padding:0;
}
body a {
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:active,a:hover,a:focus {outline: none; text-decoration: none;}
.container-fluid{
	width:100%;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
}
button:focus {outline: none;}
:before,
:after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

/***********============================================== header_topbar =====================================================***********/
@media only screen and (max-width: 600px) {.header_topbar{padding:0px 20px;}}
@media only screen and (min-width: 600px) {.header_topbar{padding:0px 20px;}}
@media only screen and (min-width: 768px) {.header_topbar{padding:0px 20px;}} 
@media only screen and (min-width: 992px) {.header_topbar{padding:0px 30px;}} 
@media only screen and (min-width: 1200px) {.header_topbar{padding:0px 60px;}}
@media only screen and (min-width: 1500px) {.header_topbar{padding:0px 140px;}}
.header_topbar {
	font-family: 'Rubik', sans-serif;
    position: relative;
    background-color: #ec3237;
    border-bottom: 1px solid #e2e2e2;
}
.header_topbar .mt10{margin-top:13px;}
.header_topbar .mt15{margin-top:15px;}
.header_topbar .mt30{margin-top:30px;}
.header_topbar .header_left{position: relative; padding: 0px 10px;}
.header_topbar .header_left::before{
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 1080px;
    transform: skewx(152deg);
    background-color: #000619;
}
.header_topbar .info-list{padding: 0px 0px;}
.header_topbar .info-list li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 50px;
    font-family: 'Rubik', sans-serif;
    color: #fff;
    padding-left: 25px;
    margin: 0 15px;
}
.header_topbar .info-list li::before {
    content: "";
    height: 15px;
    width: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    right: -20px;
    top: 18px;
}
.header_topbar .info-list li:last-child:before {
    display: none;
}
.header_topbar .info-list li i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 14px;
    color: #ed1d24;
}
.header_topbar .info-list li span {
    color: #fff;
    font-weight: 400;
}
.header_topbar .links-list li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 50px;
    margin-right: 5px;
    font-weight: 700;
}
.header_topbar .links-list li::before {
    content: "";
    height: 15px;
    width: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    right: 2px;
    top: 18px;
}
.header_topbar .links-list li:last-child:before {
    display: none;
}
.header_topbar .links-list li a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    line-height: 50px;
    margin-right: 10px;
    font-weight: 400;
}
.header_topbar .social-links li {
    font-family: 'Rubik', sans-serif;
    position: relative;
    display: inline-block;
    float: left;
    list-style: none;
    line-height: 50px;
    padding-top: 10px;
    margin-right: 25px;
}
.header_topbar .social-links li a {
    position: relative;
    display: inline-block;
    color: #fff;
    list-style: none;
    width: 25px;
    height: 25px;
    line-height: 50px;
    font-size: 14px;
}
.header_topbar .social-links li a .fa{padding-top: 5px;}
/***********============================================== header_topbar =====================================================***********/

/***********============================================== header_bottom =====================================================***********/
@media only screen and (max-width: 600px) {.header_bottom{padding:0px 15px 0px 15px;} .logo img{padding:30px auto; margin:10px auto; text-align:center; width: 75%; height: 75%;}}
@media only screen and (min-width: 600px) {.header_bottom{padding:0px 15px 0px 15px;} .logo img{padding:30px auto; margin:10px auto; text-align:center; width: 75%; height: 75%;}}
@media only screen and (min-width: 768px) {.header_bottom{padding:10px 30px 5px 15px;} .logo img{padding:30px auto; margin:10px auto; text-align:center; width: 95%; height: 95%;}} 
@media only screen and (min-width: 992px) {.header_bottom{padding:10px 50px 5px 30px;} .logo img{padding:10px 0px 5px 0px; margin:0px 0px; text-align:left; width: 100%; height: 100%;}} 
@media only screen and (min-width: 1200px) {.header_bottom{padding:10px 80px 15px 80px;} .logo img{padding:10px 0px 5px 0px; margin:0px 0px 0px 0px; text-align:left; width: 100%; height: 100%;}}
@media only screen and (min-width: 1500px) {.header_bottom{padding:10px 15px 5px 140px;} .logo img{padding:10px 0px 5px 0px; margin:0px 0px 0px 0px; text-align:left; width: 100%; height: 100%;}}

.header_bottom{
    font-family: 'Rubik', sans-serif;
    background-color: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
    border-bottom: 1px solid #d7d7da;
    position:relative; z-index:99;
}
.header_bottom h4{ font-size: 12px;}
.header_bottom .mt20{margin-top:25px;}
.header_bottom .mt15{margin-top:15px;}
.header_bottom .mt30{margin-top:30px;}
.header_bottom .logo{text-align: center; width: 200px;}
header{position:relative; width:100%; font-size:16px; font-weight:400; font-family: 'Rubik', sans-serif;}
nav{position:relative;}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu{font-family: 'Rubik', sans-serif;}
#cssmenu > ul {padding-left:0px; padding-top:0px; padding-bottom:0px;}
#cssmenu > ul.pull-right{margin-top: 10px;}
#cssmenu > ul > li{float:left;z-index:1000;}
#cssmenu > ul > li > a{padding:30px 15px;font-size:16px; display:block; text-decoration:none; text-transform:capitalize; font-weight:400; color:#1c1c1c; font-family: 'Rubik', sans-serif;}
#cssmenu > ul > li:hover > a:after, #cssmenu > ul > li:hover > a:before, #cssmenu ul li.active a:after, #cssmenu ul li.active a:before{opacity: 1;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#ec3237;}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:38px;right:11px;width:8px;height:2px;display:block;background:#1c1c1c;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:35px;right:14px;display:block;width:2px;height:8px;background:#1c1c1c;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px;background: #fff none repeat scroll 0 0;
    box-shadow: 0 8px 11px 4px rgb(158 158 158 / 10%);
    -webkit-box-shadow: 0 8px 11px 4px rgb(158 158 158 / 10%);}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease;}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0; border-radius:3px;}
#cssmenu ul ul li a{padding:12px 10px;width:250px; text-transform: capitalize; font-size:14px;text-decoration:none;color:#1c1c1c;font-weight:400;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#1c1c1c;}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:17px;right:11px;width:8px;height:2px;display:block;background:#1c1c1c;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:14px;right:14px;display:block;width:2px;height:8px;background:#1c1c1c;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#fff; color:#1c1c1c;}
#cssmenu ul ul ul li.active a{border-left:1px solid #1c1c1c;}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #1c1c1c;}

@media screen and (max-width:1000px){
.header_bottom{
    font-family: 'Rubik', sans-serif;
    position:relative; z-index:99;
}
header{background:#000619; font-family: 'Rubik', sans-serif; padding-top:10px; padding-bottom:10px; margin-top: 10px;}
nav{width:100%; background:#000619;}
#cssmenu{width:100%;}
.navbar-right{ margin-right:0px;}
#cssmenu ul{width:100%;display:none; background:#000619; margin-top:30px; padding-left:0px;}
#cssmenu ul li{width:100%;border-top:1px solid #ccc; background:#fff;}
#cssmenu > ul > li{float:left;z-index:1000;}
#cssmenu > ul > li:first-child {border-left:none;}
#cssmenu > ul > li > a{padding:17px;font-size:14px; display:block; text-decoration:none; text-transform:uppercase;font-weight:400; color:#222; font-family: 'Rubik', sans-serif;}
#cssmenu > ul > li > a:before{display: none;}
#cssmenu > ul > li > a:after{display: none;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#222}
#cssmenu ul li:hover{background:#fff;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto;}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0;background:#fff ;}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background: #fff;  /* fallback for old browsers */}
#cssmenu ul ul li:hover{background:#fff!important; color:#222;}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#222;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#222}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:15px;font-weight:700}
.button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994; margin-top:0px; background:#000619;}
.button:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top:2px solid #fff;border-bottom:2px solid #fff;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#fff;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#262626}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#222;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#222;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}
.header_bottom .btn{
    font-family: 'Rubik', sans-serif;
    clip-path: polygon(13% 0,100% 0,88% 100%,0% 100%);
    padding: 18px 55px;
    font-size: 13px;
    line-height: 23px;
    background-color: #000619;
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: italic;
    margin-top: 15px;
}
.header_bottom .btn a{color: #fff;}
.header_bottom .btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255,255,255,.2);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0);
    -webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0);
    -moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0);
    -o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0);
    -ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.pl{padding-left:0px;} .pr{padding-right:0px;}
/***********============================================== header_bottom =====================================================***********/

/***********============================================== slider =====================================================***********/
@media only screen and (max-width: 600px) {.slider{margin-top:0px;} .slider .carousel-caption{top:30%;} .slider .carousel-caption h2{font-size: 30px; line-height: 40px;}}
@media only screen and (min-width: 600px) {.slider{margin-top:0px;} .slider .carousel-caption{top:30%;} .slider .carousel-caption h2{font-size: 30px; line-height: 40px;}}
@media only screen and (min-width: 768px) {.slider{margin-top:0px;} .slider .carousel-caption{top:25%;} .slider .carousel-caption h2{font-size: 80px; line-height: 90px;}} 
@media only screen and (min-width: 992px) {.slider{margin-top:0px;} .slider .carousel-caption{top:25%;} .slider .carousel-caption h2{font-size: 80px; line-height: 90px;}} 
@media only screen and (min-width: 1200px) {.slider{margin-top:0px;} .slider .carousel-caption{top:25%;} .slider .carousel-caption h2{font-size: 84px; line-height: 90px;}}
@media only screen and (min-width: 1500px) {.slider{margin-top:0px;} .slider .carousel-caption{top:25%;} .slider .carousel-caption h2{font-size: 84px; line-height: 90px;}}
.slider .carousel-caption{
	position:absolute;
	left:7%;
	right:5%;
}
.slider .carousel-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    top: 0px;
    right: 0px;
    opacity: 0.2;
    z-index: 1;
}
.slider .carousel-caption h2{
	font-family: 'Rubik', sans-serif;
    padding-bottom: 0;
    color: #fff;
	margin-bottom: 15px;
    position: relative;
    font-weight: 500;
}
.slider .carousel-caption p {
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
    font-weight: 500;
	line-height:30px;
	color:#d6d6d6;
    margin-bottom: 20px;
}
.slider .carousel-caption .btn{
    font-family: 'Rubik', sans-serif;
    clip-path: polygon(13% 0,100% 0,88% 100%,0% 100%);
    padding: 18px 55px;
    font-size: 13px;
    line-height: 23px;
    background-color: #ed1d24;
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: italic;
    margin-top: 10px;
}
.slider .carousel-caption .btn a{color: #fff;}
.slider .carousel-caption .btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255,255,255,.2);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0);
    -webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0);
    -moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0);
    -o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0);
    -ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.slider .carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out 1.7s;
    left: 0;
    top: 0;
    position: absolute;
}
.slider .carousel.carousel-fade .carousel-item.active {opacity: 1 !important;}
.slider .carousel.carousel-fade .carousel-item:first-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s;
}
.slider .carousel.carousel-fade .carousel-item:second-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s;
}
.slider .carousel-item .img-fluid {margin: 0 auto; width:100% !important;}
/***********============================================== slider =====================================================***********/

/***********============================================== section1 =====================================================***********/
@media only screen and (max-width: 600px) {.section1{padding:50px 20px 80px 20px; text-align:center;}}
@media only screen and (min-width: 600px) {.section1{padding:50px 20px 80px 20px; text-align:center;}}
@media only screen and (min-width: 768px) {.section1{padding:50px 20px 80px 20px; text-align:left;}} 
@media only screen and (min-width: 992px) {.section1{padding:50px 50px 80px 50px; text-align:left;}} 
@media only screen and (min-width: 1200px) {.section1{padding:50px 100px 80px 100px; text-align:left;}}
@media only screen and (min-width: 1500px) {.section1{padding:50px 160px 80px 160px; text-align:left;}}
.section1 .mt30{margin-top:30px;}
.section1 .mt15{margin-top:15px;}
.section1 .mt10{margin-top:10px;}
.section1{
    border-bottom: 1px solid #E5E6E8;
}
.section1 .flaticon{
    font-size: 64px;
    color: #000619;
}
.section1 h4{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 10px;
    color: #000619;
    margin-left: 5px;
}
.section1 h4 span{font-size: 20px; color: #ed1d24; margin-bottom: 0px; position: relative;}
.section1 h4 span:before{
    position: absolute;
    content: '';
    width: 6px;
    height: 20px;
    background: #ed1d24;
    transform: skewx(-15deg);
    left: -10px;
    top: 3px;
}
.section1 p{
    font-family: 'Rubik', sans-serif;
    position: relative;
    font-size: 17px;
    color: #827e7d;
    line-height: 27px;
    font-weight: 400;
    display: block;
    margin-bottom: 0px;
}
/***********============================================== section1 =====================================================***********/

/***********============================================== section2 =====================================================***********/
@media only screen and (max-width: 600px) {.section2{padding:50px 20px 80px 20px; text-align:center;}}
@media only screen and (min-width: 600px) {.section2{padding:50px 20px 80px 20px; text-align:center;}}
@media only screen and (min-width: 768px) {.section2{padding:50px 20px 80px 20px; text-align:left;}} 
@media only screen and (min-width: 992px) {.section2{padding:50px 50px 80px 50px; text-align:left;}} 
@media only screen and (min-width: 1200px) {.section2{padding:50px 100px 80px 100px; text-align:left;}}
@media only screen and (min-width: 1500px) {.section2{padding:50px 160px 80px 160px; text-align:left;}}
.section2{position: relative;}
.section2 .mt30{margin-top:30px;}
.section2 .mt15{margin-top:15px;}
.section2 .mt10{margin-top:10px;}
.section2 h6{
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ed1d24;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-style: normal;
}
.section2 h2{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0;
    color: #000619;
    text-transform: none;
    font-style: normal;
}
.section2 .post-slide{margin: 0 15px; position: relative;}
.section2 .block{position: relative;}
.section2 .block::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    text-align: left;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 0;
    background: linear-gradient(0deg,#000619 0%,rgba(0,50,129,0) 70%);
}
.section2 .img img{
    position: relative;
    width: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.section2 .content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 0 40px 25px;
}
.section2 .content:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 300px;
    background: #ed1d24;
    top: 0;
    right: 84%;
    z-index: 9;
    clip-path: polygon(100% 0,0% 100%,100% 100%);
    -webkit-transform: translateX(100%);
    -khtml-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.section2 h4{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
}
.section2 p{
    font-family: 'Rubik', sans-serif;
    position: relative;
    font-size: 17px;
    color: #827e7d;
    line-height: 27px;
    font-weight: 400;
    display: block;
    margin-bottom: 0px;
}
.section2 p a{color: #827e7d;}
/***********============================================== section2 =====================================================***********/

/***********============================================== section3 =====================================================***********/
@media only screen and (max-width: 600px) {.section3{padding:50px 15px 110px 15px; text-align:center;}}
@media only screen and (min-width: 600px) {.section3{padding:50px 15px 110px 15px; text-align:center;}}
@media only screen and (min-width: 768px) {.section3{padding:50px 15px 110px 15px; text-align:center;}} 
@media only screen and (min-width: 992px) {.section3{padding:50px 15px 110px 15px; text-align:left;}} 
@media only screen and (min-width: 1200px) {.section3{padding:50px 15px 110px 15px; text-align:left;}}
@media only screen and (min-width: 1500px) {.section3{padding:50px 15px 110px 15px; text-align:left;}}
.section3{
    position: relative;
    margin-top: 40px;
}
.section3 .mt30{margin-top:30px;}
.section3 .mt15{margin-top:15px;}
.section3 .mt10{margin-top:10px;}
.section3 h6{
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ed1d24;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-style: normal;
}
.section3 h2{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0;
    color: #000619;
    text-transform: none;
    font-style: normal;
}
.section3 p{
    font-family: 'Rubik', sans-serif;
    position: relative;
    font-size: 17px;
    color: #827e7d;
    line-height: 27px;
    font-weight: 400;
    display: block;
    margin-bottom: 0px;
}
.section3 ul{margin-top: 20px;}
.section3 ul li{
    position: relative;
    font-family: 'Rubik', sans-serif;
    position: relative;
    font-size: 17px;
    color: #827e7d;
    line-height: 27px;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 5px;
    list-style: none;
}
.section3 ul li:before{
    position: absolute;
    left: 0;
    top: 2px;
    font-family: 'Fontawesome';
    content: '\f046';
    font-size: 16px!important;
    line-height: 26px;
    color: #ed1d24!important;
    font-weight: 400;
}
.section3 .btn{
    font-family: 'Rubik', sans-serif;
    clip-path: polygon(13% 0,100% 0,88% 100%,0% 100%);
    padding: 18px 55px;
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    background-color: #ed1d24;
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: italic;
    margin-top: 30px;
}
.section3 .btn a{color: #fff;}
.section3 .btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255,255,255,.2);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0);
    -webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0);
    -moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0);
    -o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0);
    -ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.section3 .btn:hover{background-color: #000619;}
/***********============================================== section3 =====================================================***********/

/***********============================================== section4 =====================================================***********/
@media only screen and (max-width: 600px) {.section4{padding:50px 20px 80px 20px; text-align:center;}}
@media only screen and (min-width: 600px) {.section4{padding:50px 20px 80px 20px; text-align:center;}}
@media only screen and (min-width: 768px) {.section4{padding:50px 20px 80px 20px; text-align:center;}} 
@media only screen and (min-width: 992px) {.section4{padding:50px 50px 80px 50px; text-align:center;}} 
@media only screen and (min-width: 1200px) {.section4{padding:50px 100px 80px 100px; text-align:center;}}
@media only screen and (min-width: 1500px) {.section4{padding:50px 160px 80px 160px; text-align:center;}}
.section4 .mt30{margin-top:30px;}
.section4 .mt15{margin-top:15px;}
.section4 .mt10{margin-top:10px;}
.section4 h6{
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ed1d24;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-style: normal;
}
.section4 h2{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0;
    color: #000619;
    text-transform: none;
    font-style: normal;
}
.section4 .flaticon{
    font-size: 54px;
    color: #ed1d24;
    display: block;
}
.section4 h4, .section4 h4 span{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    display: inline-block;
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 0px;
    color: #000619;
}
.section4 h4{position: relative;}
.section4 h4::after {
    transition: all .4s;
    position: absolute;
    content: '';
    border-bottom: 15px solid #ed1d24;
    border-left: 15px solid transparent;
    bottom: 15px;
    right: -25px;
}
.section4 p{
    font-family: 'Rubik', sans-serif;
    position: relative;
    font-size: 17px;
    color: #827e7d;
    line-height: 27px;
    font-weight: 400;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}
/***********============================================== section4 =====================================================***********/

/***********============================================== section5 =====================================================***********/
@media only screen and (max-width: 600px) {.section5{padding:50px 20px 80px 20px; text-align:center;}}
@media only screen and (min-width: 600px) {.section5{padding:50px 20px 80px 20px; text-align:center;}}
@media only screen and (min-width: 768px) {.section5{padding:20px 20px 50px 20px; text-align:center;}} 
@media only screen and (min-width: 992px) {.section5{padding:20px 50px 50px 50px; text-align:center;}} 
@media only screen and (min-width: 1200px) {.section5{padding:20px 100px 50px 100px; text-align:center;}}
@media only screen and (min-width: 1500px) {.section5{padding:30px 160px 50px 160px; text-align:center;}}
.section5{background: url(../images/section5back.png) no-repeat top/cover; position: relative; margin-top: 80px;}
.section5 .mt30{margin-top:30px;}
.section5 .mt15{margin-top:15px;}
.section5 .mt10{margin-top:10px;}
.section5 .post-slide{margin: 0 15px;}
.section5 .post-slide:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: brightness(1) invert(0);  
}
.section5 .post-slide img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: brightness(0) invert(1);
}
/***********============================================== section5 =====================================================***********/

/***********============================================== section6 =====================================================***********/
@media only screen and (max-width: 600px) {.section6{padding:30px 20px 50px 20px; text-align:center;} .section6 .curve-text {right: 160px;}}
@media only screen and (min-width: 600px) {.section6{padding:30px 20px 50px 20px; text-align:center;} .section6 .curve-text {right: 160px;}}
@media only screen and (min-width: 768px) {.section6{padding:30px 20px 50px 20px; text-align:left;} .section6 .curve-text {right: 100px;}} 
@media only screen and (min-width: 992px) {.section6{padding:30px 50px 50px 50px; text-align:left;} .section6 .curve-text {right: 100px;}} 
@media only screen and (min-width: 1200px) {.section6{padding:30px 100px 50px 100px; text-align:left;} .section6 .curve-text {right: 100px;}}
@media only screen and (min-width: 1500px) {.section6{padding:30px 160px 50px 160px; text-align:left;} .section6 .curve-text {right: 100px;}}
.section6 .mt30{margin-top:30px;}
.section6 .mt15{margin-top:15px;}
.section6 .mt10{margin-top:10px;}
.section6 h6{
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ed1d24;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-style: normal;
}
.section6 h2{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0;
    color: #000619;
    text-transform: none;
    font-style: normal;
}
.section6 .post-slide{margin: 0 15px; border: 1px solid #eee; border-radius: 8px;}
.section6 .testi-slide{margin: 0 15px;}
.section6 .testi-slide .content{
    padding: 20px 10px;
    text-align: center;
    border-top: none;
}
.section6 .content{
    padding: 20px 10px;
    text-align: center;
    border-top: 1px solid #eee;
}
.section6 h4{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 10px;
    color: #000619;
    margin-left: 5px;
}
.section6 p{
    font-family: 'Rubik', sans-serif;
    position: relative;
    font-size: 13px;
    color: #827e7d;
    line-height: 27px;
    font-weight: 400;
    display: block;
    margin-bottom: 0px;
}
.section6 p a{color: #ed1d24;}

.section6 .price{
    font-family: 'Rubik', sans-serif;
    margin: 0 0 10px;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.39;
    color: #000000;
}
.section6 .price span{
    color: #ed1d24;
    font-weight: 600;
    font-size: 14px;
    text-decoration: line-through;
}
/***********============================================== section6 =====================================================***********/

/***********============================================== section7 =====================================================***********/
@media only screen and (max-width: 600px) {.section7{padding:30px 20px 50px 20px; text-align:left;} .section9 .owl-theme .owl-controls{display: none !important;}}
@media only screen and (min-width: 600px) {.section7{padding:30px 20px 50px 20px; text-align:left;} .section9 .owl-theme .owl-controls{display: none !important;}}
@media only screen and (min-width: 768px) {.section7{padding:30px 20px 50px 20px; text-align:left;} .section9 .owl-theme .owl-controls{display: block !important;}} 
@media only screen and (min-width: 992px) {.section7{padding:30px 30px 50px 30px; text-align:left;} .section9 .owl-theme .owl-controls{display: block !important;}} 
@media only screen and (min-width: 1200px) {.section7{padding:30px 70px 50px 70px; text-align:left;} .section9 .owl-theme .owl-controls{display: block !important;}}
@media only screen and (min-width: 1500px) {.section7{padding:3px 130px 50px 130px; text-align:left;} .section9 .owl-theme .owl-controls{display: block !important;}}
.section7 .mt30{margin-top:30px;}
.section7 .mt15{margin-top:15px;}
.section7 .mt10{margin-top:10px;}
.section7 h6{
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ed1d24;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-style: normal;
}
.section7 h2{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0;
    color: #000619;
    text-transform: none;
    font-style: normal;
}
.section7 .post-slide{margin: 0 15px; border: 1px solid #eee;}
.section7 .img{position: relative;}
.section7 .date{
    font-family: 'Rubik', sans-serif;
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 38px 14px 23px;
    background: #ed1d24;
    clip-path: polygon(0 0,100% 0%,80% 100%,0% 100%);
}
.section7 .date a{color: #fff;}
.section7 .content{
    padding: 20px 20px;
    border-top: 1px solid #eee;
}
.section7 ul{
    font-family: 'Rubik', sans-serif;
    position: relative;
    margin-top: 15px;
    margin-bottom: 5px;
}
.section7 ul li {
    position: relative;
    display: inline-block;
    margin-right: 25px;
    padding-left: 25px;
    line-height: 28px;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #767676;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
    margin-right: 14px;
}
.section7 ul li a{color: #767676;}
.section7 ul li i {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 16px;
    color: #C00A27;
}
.section7 h4{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    display: inline-block;
    font-size: 22px;
    line-height: 34px;
    margin: 0;
    margin-bottom: 10px;
    color: #000619;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.section7 p{
    font-family: 'Rubik', sans-serif;
    position: relative;
    font-size: 17px;
    color: #827e7d;
    line-height: 27px;
    font-weight: 400;
    display: block;
    margin-bottom: 0px;
}
.section7 p a{color: #ed1d24;}
/***********============================================== section7 =====================================================***********/

/***********============================================== footer =====================================================***********/
@media only screen and (max-width: 600px) {.footer{padding:50px 25px 50px 25px;} .footer-copy {padding: 20px 10px 80px 10px;}}
@media only screen and (min-width: 600px) {.footer{padding:50px 25px 50px 25px;} .footer-copy {padding: 20px 10px 80px 10px;}}
@media only screen and (min-width: 768px) {.footer{padding:50px 25px 50px 25px;} .footer-copy {padding: 20px 10px 80px 10px;}} 
@media only screen and (min-width: 992px) {.footer{padding:50px 50px 50px 50px;} .footer-copy {padding: 20px 50px 42px 50px;}} 
@media only screen and (min-width: 1200px) {.footer{padding:50px 100px 50px 100px;} .footer-copy {padding: 20px 100px 42px 100px;}}
@media only screen and (min-width: 1500px) {.footer{padding:50px 160px 50px 160px;} .footer-copy {padding: 20px 150px 42px 150px;}}
.footer{background: url(../images/footerback.png) no-repeat top/cover;}
.footer .mt30{margin-top:30px;}
.footer .mt50{margin-top:50px;}
.footer img{margin:0 auto; text-align:center;}
.footer .fblock{position: relative;}
.footer .fblock:before {
    position: absolute;
    content: '';
    background: #373737;
    width: 1px;
    height: calc(100% + 50px);
    top: -57px;
    right: 20px;
}
.footer h3{
	font-family: 'Rubik', sans-serif;
	color: #ffffff;
    font-size: 24px;
	line-height:34px;
    font-weight: 700;
	margin-bottom:30px;
    position: relative;
	text-transform:capitalize;
}
.footer p{
	font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 400;
	color: #a9a6a5;
	line-height:28px;
	margin-bottom:10px;
}
.footer .social{margin-top:10px;}
.footer .social li{
    display:inline-block;
    line-height:28px;
    padding:0 3px;
}
.footer .social li .fa{ 
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
    margin-top: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 30px;
    line-height: 40px;
    margin-bottom:20px;
}
.footer .social li:hover .fa{ background:#eb3237;}
.footer .links li{
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #a9a6a5;
    line-height:25px;
    margin-bottom:17px;
    list-style:none;
    padding-left: 20px;
    position: relative;
}
.footer .links li:before{
    position: absolute;
    left: 0;
    top: 0;
    content: '\f100';
    font-family: 'Flaticon';
    font-size: 10px;
    color: #ed1d24;
}
.footer .links li a{color: #a9a6a5;}
.footer .cnct li{
    margin-bottom: 20px;
    list-style:none;
}
.footer .cnct li .flaticon{
    font-family: flaticon !important;
    color: #eb3237;
    font-size: 20px;
    margin-right: 18px;
}
.footer .cnct li span{
    font-family: "Rubik", sans-serif;
    margin:0;
    padding-bottom:10px;
    padding:0;
    color:#fff;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
}
.footer .cnct li .city {
    margin-left: 45px;
    margin-bottom:5px;
    margin-top:0px;
    padding:0;
    font-size: 16px;
    color: #a9a6a5;
}
.footer .cnct li a{color: #a9a6a5;}
.footer-copy {
    font-family: 'Rubik', sans-serif;
    background: #000619;
	font-size:17px;
    font-weight: 400;
	border-top:1px solid #000c31;
	margin:0;
}
.footer-copy p {
    color: #a9a6a5;
    text-align: left;
}
.footer-copy p a {color: #eb3237;}
/***********============================================== footer =====================================================***********/

/***********============================================== banner =====================================================***********/
@media only screen and (max-width: 600px) {.banner{margin-top:0px;} .banner .carousel-caption h2{font-size: 22px; line-height: 30px;}}
@media only screen and (min-width: 600px) {.banner{margin-top:0px;}  .banner .carousel-caption h2{font-size: 22px; line-height: 30px;}}
@media only screen and (min-width: 768px) {.banner{margin-top:0px;}  .banner .carousel-caption h2{font-size: 34px; line-height: 40px;}} 
@media only screen and (min-width: 992px) {.banner{margin-top:0px;}  .banner .carousel-caption h2{font-size: 40px; line-height: 50px;}} 
@media only screen and (min-width: 1200px) {.banner{margin-top:0px;}  .banner .carousel-caption h2{font-size: 43px; line-height: 50px;}}
@media only screen and (min-width: 1500px) {.banner{margin-top:0px;} .banner .carousel-caption h2{font-size: 54px; line-height: 60px;}}
.banner .carousel-caption{
	position:absolute;
	left:7%;
	right:5%;
}
.banner .carousel-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    top: 0px;
    right: 0px;
    opacity: 0.2;
    z-index: 1;
}
.banner .carousel-caption h2{
	font-family: 'Rubik', sans-serif;
    padding-bottom: 0;
    color: #fff;
    border-left: 5px solid #ec3237;
    border-radius: 6px;
    padding-left: 10px;
	margin-bottom: 0px;
    position: relative;
    font-weight: 500;
}
.banner .carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out 1.7s;
    left: 0;
    top: 0;
    position: absolute;
}
.banner .carousel.carousel-fade .carousel-item.active {opacity: 1 !important;}
.banner .carousel.carousel-fade .carousel-item:first-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s;
}
.banner .carousel.carousel-fade .carousel-item:second-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s;
}
.banner .carousel-item .img-fluid {margin: 0 auto; width:100% !important;}
/***********============================================== banner =====================================================***********/

/***********============================================== about_page =====================================================***********/
@media only screen and (max-width: 600px) {.about_page{padding:50px 20px 100px 20px; text-align:left;}}
@media only screen and (min-width: 600px) {.about_page{padding:50px 20px 100px 20px; text-align:left;}}
@media only screen and (min-width: 768px) {.about_page{padding:50px 20px 100px 20px; text-align:left;}} 
@media only screen and (min-width: 992px) {.about_page{padding:50px 50px 100px 50px; text-align:left;}} 
@media only screen and (min-width: 1200px) {.about_page{padding:50px 100px 100px 100px; text-align:left;}}
@media only screen and (min-width: 1500px) {.about_page{padding:50px 160px 100px 160px; text-align:left;}}
.about_page .mt30{margin-top:30px;}
.about_page .mt15{margin-top:15px;}
.about_page .mt10{margin-top:10px;}
.about_page h6{
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ed1d24;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-style: normal;
}
.about_page h2{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    margin-bottom: 20px;
    color: #000619;
    text-transform: none;
    font-style: normal;
}
.about_page h5{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #000619;
}
.about_page p{
    font-family: 'Rubik', sans-serif;
    position: relative;
    font-size: 16px;
    color: #827e7d;
    line-height: 27px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}
.about_page p a{color: #827e7d;}
.about_page ul{margin: 15px 0px;}
.about_page ul li{
    font-family: 'Rubik', sans-serif;
    position: relative;
    font-size: 16px;
    color: #827e7d;
    line-height: 25px;
    font-weight: 400;
    display: block;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 5px;
}
.about_page ul li:before{
    content: "\f192";
    font-family: 'Fontawesome';
    color: #ed1d24;
    font-size: 16px;
    padding-right: 10px;
}
/***********============================================== about_page =====================================================***********/

/***********============================================== product_page =====================================================***********/
@media only screen and (max-width: 600px) {.product_page{padding:50px 20px 100px 20px; text-align:left;}}
@media only screen and (min-width: 600px) {.product_page{padding:50px 20px 100px 20px; text-align:left;}}
@media only screen and (min-width: 768px) {.product_page{padding:50px 20px 100px 20px; text-align:left;}} 
@media only screen and (min-width: 992px) {.product_page{padding:50px 50px 100px 50px; text-align:left;}} 
@media only screen and (min-width: 1200px) {.product_page{padding:50px 100px 100px 100px; text-align:left;}}
@media only screen and (min-width: 1500px) {.product_page{padding:50px 160px 100px 160px; text-align:left;}}
.product_page .mt30{margin-top:30px;}
.product_page .mt15{margin-top:15px;}
.product_page .mt10{margin-top:10px;}
.product_page h6{
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ed1d24;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-style: normal;
}
.product_page h2{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    margin-bottom: 20px;
    color: #000619;
    text-transform: none;
    font-style: normal;
}
.product_page h5{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #000619;
}
.product_page p{
    font-family: 'Rubik', sans-serif;
    position: relative;
    font-size: 16px;
    color: #827e7d;
    line-height: 27px;
    font-weight: 400;
    display: block;
    margin-bottom: 0px;
    border-radius: 0px 0px 6px 6px;
    /* background-color: #ed1d24; */
}
.product_page p a{color: #fff;}
.product_page .searchBar {
    font-family: 'Rubik', sans-serif;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.product_page #searchQueryInput {
    font-family: 'Rubik', sans-serif;
    width: 100%;
    height: 2.8rem;
    background: #f5f5f5;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 1rem;
}
.product_page #searchQuerySubmit {
    width: 3.5rem;
    height: 2.8rem;
    margin-left: -3.5rem;
    background: none;
    border: none;
    outline: none;
}
.product_page #searchQuerySubmit:hover {
    cursor: pointer;
}
.product_page .sidetitle{
       font-family: 'Rubik', sans-serif;
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 30px;
    margin: 10px 0px 10px 0px;
    font-weight: 500;
    background: radial-gradient(circle, rgb(69 33 33) 0%, rgb(118 0 0) 100%);
    padding: 10px;
}
.product_page .sidebarsubtitle{
    font-family: 'Rubik', sans-serif;
    font-size:16px;
    color:#171717;
    text-transform:capitalize;
    line-height:26px;
    margin:0px 0px 0px 0px;
    font-weight:700;
}
.product_page .sidebarsubtext{
    font-family: 'Rubik', sans-serif;
    color: #171717;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
}
.product_page .links{margin-bottom:15px;}
.product_page .links li{ 
    font-family: 'Rubik', sans-serif;
    position: relative;
    color: #666;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    padding: 5px 0px 5px 35px;
	list-style:none;
}
.product_page .links li a{color: #666;}
.product_page .links li:before{
	content: "\f192";
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    font-size: 18px;
    line-height: 26px;
    padding: 0px;
    color: #ed1d24;
    font-weight: 600;
    font-family: "Fontawesome";
}
.product_page .tag span{
    font-family: 'Rubik', sans-serif;
    line-height: 22.4px;
    font-size: 15px;
    color: #666;
    border: 1px solid #CCC;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
}
.product_page .social{margin-top:10px; text-align: center;}
.product_page .social li{
	display:inline-block;
	line-height:28px;
	padding:0 3px;
}
.product_page .social li .fa{ 
	color: #666;
    font-size: 18px;
    margin-right: 5px;
    margin-top: 0px;
    text-align: center;
    padding-top: 0px;
    line-height: 40px;
	margin-bottom:20px;
    opacity: 0.7;
}
.product_page .social li .fa:hover{opacity: 1;}
.product_page .block{border-radius: 6px;}
.product_page .content{
    padding: 15px 0px 0px 0px;
    text-align: center;
    border-radius: 6px;
    border-top: 1px solid #eee;
}
.product_page h4{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    margin: 0px 10px 5px 10px;
    color: #000619;
}
.product_page .price{
    font-family: 'Rubik', sans-serif;
    margin: 0 0 10px;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.39;
    color: #000000;
}
.product_page .price span{
    color: #ed1d24;
    font-weight: 600;
    font-size: 12px;
    text-decoration: line-through;
}
/***********============================================== product_page =====================================================***********/

/***********============================================== product_inner_page =====================================================***********/
@media only screen and (max-width: 600px) {.product_inner_page{padding:50px 20px 100px 20px; text-align:left;}}
@media only screen and (min-width: 600px) {.product_inner_page{padding:50px 20px 100px 20px; text-align:left;}}
@media only screen and (min-width: 768px) {.product_inner_page{padding:50px 20px 100px 20px; text-align:left;}} 
@media only screen and (min-width: 992px) {.product_inner_page{padding:50px 50px 100px 50px; text-align:left;}} 
@media only screen and (min-width: 1200px) {.product_inner_page{padding:50px 100px 100px 100px; text-align:left;}}
@media only screen and (min-width: 1500px) {.product_inner_page{padding:50px 160px 100px 160px; text-align:left;}}
.product_inner_page .mt30{margin-top:30px;}
.product_inner_page .mt15{margin-top:15px;}
.product_inner_page .mt10{margin-top:10px;}
.product_inner_page h6{
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ed1d24;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-style: normal;
}
.product_inner_page h2{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    margin-bottom: 20px;
    color: #000619;
    text-transform: none;
    font-style: normal;
}
.product_inner_page h5{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #000619;
}
.product_inner_page p{
    font-family: 'Rubik', sans-serif;
    position: relative;
    font-size: 16px;
    color: #827e7d;
    line-height: 27px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}
.product_inner_page p a{color: #827e7d;}
.product_inner_page h4{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    margin: 0px 0px 15px 0px;
    color: #000619;
}
.product_inner_page .price{
    font-family: 'Rubik', sans-serif;
    margin: 0 0 10px;
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.39;
    color: #000000;
}
.product_inner_page .price span{
    color: #ed1d24;
    font-weight: 600;
    font-size: 12px;
    text-decoration: line-through;
}
.product_inner_page ul{margin: 15px 0px;}
.product_inner_page ul li{
    font-family: 'Rubik', sans-serif;
    position: relative;
    font-size: 16px;
    color: #827e7d;
    line-height: 25px;
    font-weight: 400;
    display: block;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 5px;
}
.product_inner_page ul li:before{
    content: "\f192";
    font-family: 'Fontawesome';
    color: #ed1d24;
    font-size: 16px;
    padding-right: 10px;
}
.product_inner_page .btn{
    font-family: 'Rubik', sans-serif;
    clip-path: polygon(13% 0,100% 0,88% 100%,0% 100%);
    padding: 10px 35px;
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    background-color: #0c0808;
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: italic;
    margin-top: 30px;
}
.product_inner_page .btn a{color: #fff;}
.product_inner_page .btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255,255,255,.2);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0);
    -webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0);
    -moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0);
    -o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0);
    -ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.product_inner_page .btn:hover{background-color: #000619;}
/***********============================================== product_inner_page =====================================================***********/

/***********============================================== quality_page =====================================================***********/
@media only screen and (max-width: 600px) {.quality_page{padding:50px 20px 100px 20px; text-align:left;}}
@media only screen and (min-width: 600px) {.quality_page{padding:50px 20px 100px 20px; text-align:left;}}
@media only screen and (min-width: 768px) {.quality_page{padding:50px 20px 100px 20px; text-align:left;}} 
@media only screen and (min-width: 992px) {.quality_page{padding:50px 50px 100px 50px; text-align:left;}} 
@media only screen and (min-width: 1200px) {.quality_page{padding:50px 100px 100px 100px; text-align:left;}}
@media only screen and (min-width: 1500px) {.quality_page{padding:50px 160px 100px 160px; text-align:left;}}
.quality_page .mt30{margin-top:30px;}
.quality_page .mt15{margin-top:15px;}
.quality_page .mt10{margin-top:10px;}
.quality_page h6{
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ed1d24;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-style: normal;
}
.quality_page h2{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    margin-bottom: 20px;
    color: #000619;
    text-transform: none;
    font-style: normal;
}
.quality_page h5{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #000619;
}
.quality_page p{
    font-family: 'Rubik', sans-serif;
    position: relative;
    font-size: 16px;
    color: #827e7d;
    line-height: 27px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}
.quality_page p a{color: #827e7d;}
.quality_page ul{margin: 15px 0px;}
.quality_page ul li{
    font-family: 'Rubik', sans-serif;
    position: relative;
    font-size: 16px;
    color: #827e7d;
    line-height: 25px;
    font-weight: 400;
    display: block;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 5px;
}
.quality_page ul li:before{
    content: "\f192";
    font-family: 'Fontawesome';
    color: #ed1d24;
    font-size: 16px;
    padding-right: 10px;
}
/***********============================================== quality_page =====================================================***********/

/***********============================================== enquiry_page =====================================================***********/
@media only screen and (max-width: 600px) {.enquiry_page{padding:50px 20px 100px 20px; text-align:left;}}
@media only screen and (min-width: 600px) {.enquiry_page{padding:50px 20px 100px 20px; text-align:left;}}
@media only screen and (min-width: 768px) {.enquiry_page{padding:50px 20px 100px 20px; text-align:left;}} 
@media only screen and (min-width: 992px) {.enquiry_page{padding:50px 50px 100px 50px; text-align:left;}} 
@media only screen and (min-width: 1200px) {.enquiry_page{padding:50px 100px 100px 100px; text-align:left;}}
@media only screen and (min-width: 1500px) {.enquiry_page{padding:50px 160px 100px 160px; text-align:left;}}
.enquiry_page .mt30{margin-top:30px;}
.enquiry_page .mt15{margin-top:15px;}
.enquiry_page .mt10{margin-top:10px;}
.enquiry_page{background: url(../images/enquiryback.png) no-repeat top/cover;}
.enquiry_page h6{
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ed1d24;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-style: normal;
}
.enquiry_page h2{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    margin-bottom: 20px;
    color: #000619;
    text-transform: none;
    font-style: normal;
}
.enquiry_page p{
    font-family: 'Rubik', sans-serif;
    position: relative;
    font-size: 16px;
    color: #827e7d;
    line-height: 27px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}
.enquiry_page p a{color: #827e7d;}
.enquiry_page .form-control{background: rgba(255,255,255,0.9);}
.enquiry_page .form-horizontal .form-content{padding: 30px 5px 0px 5px;}
.enquiry_page .form-horizontal .form-control{
    font-family: 'Rubik', sans-serif;
    padding: 12px 16px 12px 39px;
    height: 50px;
    font-size: 14px;
    color: #010F1C;
    border: none;
    border: 2px solid #eee;
    border-radius: 10px;
    box-shadow: none;
    margin-bottom: 15px;
	background: #fff;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #fff, #f5f5f5);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #fff, #f5f5f5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.enquiry_page .form-horizontal .form-control:focus{
    border-color: #ccc;
    box-shadow: none;
	outline: none;
}
.enquiry_page .form-horizontal .control-label{
    font-size: 17px;
    color: #ccc;
    position: absolute;
    top: 5px;
    left: 27px;
    text-align: center;
}
.enquiry_page .form-horizontal .control-label .fa{ padding-top:10px;}
.enquiry_page .form-horizontal textarea.form-control{
    resize: vertical;
    height: 130px;
}
.enquiry_page .btn{
	font-family: 'Rubik', sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 45px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #ed1d24;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 40px 0px 40px;
}
.enquiry_page .btn:hover{background: #000619; color: #fff;}	
/***********============================================== enquiry_page =====================================================***********/

/***********============================================== contact_page =====================================================***********/
@media only screen and (max-width: 600px) {.contact_page{padding:50px 20px 100px 20px; text-align:left;}}
@media only screen and (min-width: 600px) {.contact_page{padding:50px 20px 100px 20px; text-align:left;}}
@media only screen and (min-width: 768px) {.contact_page{padding:50px 20px 100px 20px; text-align:left;}} 
@media only screen and (min-width: 992px) {.contact_page{padding:50px 50px 100px 50px; text-align:left;}} 
@media only screen and (min-width: 1200px) {.contact_page{padding:50px 100px 100px 100px; text-align:left;}}
@media only screen and (min-width: 1500px) {.contact_page{padding:50px 160px 100px 160px; text-align:left;}}
.contact_page .mt30{margin-top:30px;}
.contact_page .mt15{margin-top:15px;}
.contact_page .mt10{margin-top:10px;}
.contact_page h6{
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ed1d24;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-style: normal;
}
.contact_page h2{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    margin-bottom: 20px;
    color: #000619;
    text-transform: none;
    font-style: normal;
}
.contact_page p{
    font-family: 'Rubik', sans-serif;
    position: relative;
    font-size: 16px;
    color: #827e7d;
    line-height: 27px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}
.contact_page p a{color: #827e7d;}
.contact_page .serviceBox{
    font-family: 'Rubik', sans-serif;
    border: 2px solid #ed1d24;
    color: #ed1d24;
    background: #fff;
    text-align: center;
    padding: 20px 15px 25px 15px;
    margin: 20px 15px 0 0;
    border-radius: 5px 5px;
    position: relative;
    z-index: 1;
    min-height: 220px;
}
.contact_page .serviceBox:before,
.contact_page .serviceBox:after{
    content: "";
    background: #ed1d24;
    width: 100%;
    height: 100%;
    border-radius: 5px 5px;
    position: absolute;
    top: -20px;
    right: -16px;
    z-index: -1;
}
.contact_page .serviceBox:after{
    background: #fff;
    top: -10px;
    left: 8px;
    box-shadow: 0 0 6px rgba(0,0,0,0.3); 
}
.contact_page .serviceBox .service-icon{
    color: #ed1d24;
    font-size: 45px;
    transition: all 0.3s;
    margin: 0px auto 15px;
}
.contact_page .serviceBox .title{
    font-family: 'Rubik', sans-serif;
    color: #131618;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 20px 0px 5px;
}
.contact_page .serviceBox .description{
    font-family: 'Rubik', sans-serif;
    position: relative;
    font-size: 16px;
    color: #827e7d;
    line-height: 27px;
    font-weight: 400;
    display: block;
    margin: 0;
}
.contact_page .serviceBox .description a{color: #827e7d;}
@media only screen and (max-width: 1199px){
    .contact_page .serviceBox{  margin: 20px 15px 50px 0; }
}
/***********============================================== contact_page =====================================================***********/

/***********============================================== event_page =====================================================***********/
@media only screen and (max-width: 600px) {.event_page{padding:50px 20px 100px 20px; text-align:left;}}
@media only screen and (min-width: 600px) {.event_page{padding:50px 20px 100px 20px; text-align:left;}}
@media only screen and (min-width: 768px) {.event_page{padding:50px 20px 100px 20px; text-align:left;}} 
@media only screen and (min-width: 992px) {.event_page{padding:50px 50px 100px 50px; text-align:left;}} 
@media only screen and (min-width: 1200px) {.event_page{padding:50px 100px 100px 100px; text-align:left;}}
@media only screen and (min-width: 1500px) {.event_page{padding:50px 160px 100px 160px; text-align:left;}}
.event_page .mt30{margin-top:30px;}
.event_page .mt15{margin-top:15px;}
.event_page .mt10{margin-top:10px;}
.event_page h6{
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ed1d24;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-style: normal;
}
.event_page h2{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    margin-bottom: 20px;
    color: #000619;
    text-transform: none;
    font-style: normal;
}
.event_page .post-slide{margin: 0 15px; border: 1px solid #eee;}
.event_page .img{position: relative;}
.event_page .date{
    font-family: 'Rubik', sans-serif;
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 38px 14px 23px;
    background: #ed1d24;
    clip-path: polygon(0 0,100% 0%,80% 100%,0% 100%);
}
.event_page .date a{color: #fff;}
.event_page .content{
    padding: 20px 20px;
    border-top: 1px solid #eee;
}
.event_page ul{
    font-family: 'Rubik', sans-serif;
    position: relative;
    margin-top: 15px;
    margin-bottom: 5px;
}
.event_page ul li {
    position: relative;
    display: inline-block;
    margin-right: 25px;
    padding-left: 25px;
    line-height: 28px;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #767676;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
    margin-right: 14px;
}
.event_page ul li a{color: #767676;}
.event_page ul li i {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 16px;
    color: #C00A27;
}
.event_page h4{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    display: inline-block;
    font-size: 22px;
    line-height: 34px;
    margin: 0;
    margin-bottom: 10px;
    color: #000619;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.event_page h5{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    line-height: 34px;
    margin: 0;
    margin-bottom: 10px;
    color: #ed1d24;
    padding-bottom: 0px;
}
.event_page p{
    font-family: 'Rubik', sans-serif;
    position: relative;
    font-size: 17px;
    color: #827e7d;
    line-height: 27px;
    font-weight: 400;
    display: block;
    margin-bottom: 0px;
}
.event_page p a{color: #ed1d24; font-size: 16px; font-weight: 500;}
/***********============================================== event_page =====================================================***********/

.testi-slide {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin: 15px;
    max-width: 700px;
    min-height: 250px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    transition: transform 0.3s ease;
}

.testi-slide:hover {
    transform: translateY(-5px);
}

.testi-slide::before {
    content: "“";
    font-size: 80px;
    color: #e0e0e0;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 0;
}

.testi-slide .content {
    position: relative;
    z-index: 1;
}

.testi-slide p {
    font-size: 18px;
    color: #333;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 20px;
}

.testi-slide h4 {
    margin: 0;
    font-size: 16px;
    color: #555;
    font-weight: 600;
}

.testi-slide h4 span {
    color: #ed1d24; /* Or any brand color */
}
.wp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
}
.wp a{color:#FFF;}
.my-float{margin-top:16px;}


/* Order Summary Container */
.summary {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 40px;
}

.summary-title {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #333;
}

/* Order Info */
.summary p {
    font-size: 15px;
    margin: 8px 0;
    color: #555;
}

/* Table Styles */
.table-summary {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

.table-summary th,
.table-summary td {
    padding: 10px 15px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    color: #333;
}

.table-summary th {
    background-color: #f8f8f8;
    font-weight: 600;
}

.table-summary .summary-subtotal td,
.table-summary .summary-total td {
    font-weight: 600;
    color: #000;
}
/* .table-summary td:nth-child(2),
.table-summary th:nth-child(2) {
    text-align: right;
} */
/* Accordion Payment Styles */
.accordion-summary .card {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

.accordion-summary .card-title {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    margin: 0;
    background-color: #f9f9f9;
    cursor: pointer;
}

.accordion-summary .card-body {
    padding: 15px 20px;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    border-top: 1px solid #eee;
}

.paypal-link {
    font-size: 12px;
    color: #0070ba;
    float: right;
    font-weight: normal;
}

/* Button */
.btn-order {
    margin-top: 20px;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-order:hover {
    background-color: #333;
    color: #fff;
}


.popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
  }

  .popup-content {
    background: #fff;
    width: 500px;
    max-width: 90%;
    margin: 80px auto;
    padding: 20px;
    border-radius: 10px;
    position: relative;
  }

  .popup-content h2 {
    margin-top: 0;
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    color: #333;
  }

  /* form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  } */

  .form-group {
    flex: 1 1 45%; /* Two columns per row */
  }

  .form-group.full-width {
    flex: 1 1 100%; /* Full width for big fields */
  }

  input[type="text"],
  input[type="email"],
  input[type="submit"] {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  input[type="submit"] {
    background-color: #d61f2c;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 10px;
  }

textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  resize: vertical;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  overflow-y: auto; /* Ensures scroll on very small screens */
}

.popup-content {
  background: #fff;
  width: 500px;
  max-width: 95%;
  max-height: 90vh;              /* Limits height */
  overflow-y: auto;              /* Enables vertical scroll */
  margin: 40px auto;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
}

.popup-content::-webkit-scrollbar {
  width: 6px;
}

.popup-content::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.popup-overlay label {
    font-size: 13px;
    color: #420000;
}

.popup-overlay .form-group {
    margin-bottom: 0;
}



 .shipping-opt {
        display: flex;
        flex-direction: column; /* label below the select */
        align-items: flex-start;
        margin: 20px 0;
    }

    .shipping-opt select {
        padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #a40808;
    width: 100%;
    max-width: 300px;
    font-size: 14px;
    background-color: #fff;
    transition: border-color 0.3s, box-shadow 0.3s;
    }

    .shipping-opt select:focus {
        border-color: #007BFF;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
        outline: none;
    }

    .shipping-opt label {
        margin-top: 8px;
        font-size: 15px;
        color: #555;
    }


.filter-pro {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    /* background-color: #f5f5f5; */
    padding: 20px 0;
    border-radius: 10px;
}

.brand-filter {
    padding: 10px 20px;
}

.links {
    padding: 10px 20px;
}
.section6 h4 a {
    color: #000619;
} 
.product_page h4 a {
    color: #000619;
}

.search-form {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.search-form input[type="text"] {
    width: 100%;
    padding: 10px 40px 10px 15px; /* space for icon on right */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 25px;
    outline: none;
    box-sizing: border-box;
}

.search-form button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.search-form button i {
    font-size: 20px;
    color: #666;
}
.bid-form {
    background-color: #eeeeee;
    color: #dd3232;
}



.dashboard-menu {
    background: #1e1e2d;
    padding: 20px;
}

.dashboard-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dashboard-menu ul li {
    padding: 12px 15px;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #2f2f45;
}

.dashboard-menu ul li:hover,
.dashboard-menu ul li.active {
    background: #4e73df;
}

.content-box {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.dash-card {
    padding: 10px;
    background-color: #ffefef;
    border-radius: 10px;
    margin: 10px;
}



.order-card {
    background: #fff;
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 25px;
    box-shadow: 0px 5px 14px rgba(0,0,0,0.06);
    transition: all .3s ease;
    position: relative;
    border-left: 6px solid #007bff;
}

.order-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 18px rgba(0,0,0,0.15);
}

/* STATUS COLORS */
.status {
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
}

.Delivered  { background: #28a745; }
.Shipped    { background: #007bff; }
.Pending    { background: #ffc107; color:#000; }
.Processing { background: #17a2b8; }
.Cancelled  { background: #dc3545; }

/* product list */
.products {
    margin-top: 10px;
    padding-left: 20px;
}

.products li {
    padding: 6px 0;
    font-size: 15px;
    border-bottom: 1px dashed #ddd;
}

.products li:last-child {
    border-bottom: none;
}

/* divider line */
.divider {
    height: 1px;
    background: #e7e7e7;
    margin: 12px 0;
}

/* Track button */
.track-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 14px;
    background: #007bff;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: .3s;
}

.track-btn:hover {
    background: #0056b3;
}

/* order-header spacing */
.order-header {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.profile-form {
    max-width: 600px;
}

.form-row {
    margin-bottom: 15px;
}

.form-row label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.form-row input,
.form-row textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btn-save {
    background: #0d6efd;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-save:hover {
    background: #084298;
}

.password-form {
    max-width: 400px;
}

.password-form .form-row {
    margin-bottom: 15px;
}

.password-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.password-form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.password-form input[readonly] {
    background: #f5f5f5;
    cursor: not-allowed;
}

.btn-save {
    background: #198754;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-save:hover {
    background: #146c43;
}
.buy-ebay {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.buy-ebay i {
    color: #e53238; /* eBay red */
    transition: 0.3s ease;
}

.buy-ebay a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    position: relative;
    padding-bottom: 3px;
    transition: 0.3s ease;
}

/* Bottom line effect */
.buy-ebay a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #e53238;
    transition: 0.3s ease;
}

/* Hover effect */
.buy-ebay:hover a {
    color: #e53238;
}

.buy-ebay:hover a::after {
    width: 100%;
}

.buy-ebay:hover i {
    transform: translateX(5px);
}
