
/*
*******************************************
*******************************************

Template Name: 
Author: Hassan Rasu
Version: 1.0
Template By: Themescare

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

*******************************************
*******************************************

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - SITE PRELOADER CSS
04 - PAGINATION CSS
05 - BREADCROMB CSS
06 - REPONSIVE MENU CSS


*/



/*================================================
01 - IMPORTED CSS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Sunflower:300,500,700');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,500,500i,600,600i,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700');

/*================================================
02 - DEFAULT CSS
==================================================*/ 

body {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #627077;
	font-weight: 400;
}
html,body { 
    height: 100%;
    overflow-x: hidden
}
img {
    max-width: 100%;
    height: auto
}
input:focus, textarea:focus{
    outline: medium none
}
.rampsbd-btn {
	background: #ED1C24  none repeat scroll 0 0;
	color: #fff !important;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	padding: 7px 20px;
	text-transform: uppercase;
	position: relative;
}

.rampsbd-btn:before {
	background: #092a48 none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	width: 100%;
	z-index: -1;
}

.rampsbd-btn:hover:before {
	color: #000;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.rampsbd-default-btn {
	background: #ED1C24 none repeat scroll 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: "Poppins", sans-serif;
	color: #fff !important;
	display: inline-block;
	font-weight: 600;
	margin-top: 40px;
	padding: 7px 20px;
	position: relative;
	text-transform: uppercase;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
}

.rampsbd-default-btn:before {
	background: #092a48 none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	width: 100%;
	z-index: -1;
}

.rampsbd-default-btn:hover:before {
	color: #000;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.stage{
  -webkit-perspective: 300px;
  perspective: 300px;
  display: inline-block;     	    
  position: relative;	
  text-transform: uppercase;
  min-width: 180px; 	    
  padding: 15px;
  text-align: center;
    font-weight: 600;
  color: #fff !important;      	    
  cursor: pointer;     	    
  -webkit-perspective: 100px;     
  perspective: 100px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.stage:after {     	    
  content: "";     	    
  position: absolute; 	    
  z-index: -1;    
  width: 100%;     	    
  height: 100%;         	    
  left: 0;   
    color: #fff !important;
  top: 0;     	    
  border-radius: 5px; 	    
  outline: 1px solid transparent;
  background-color: #ed1c24 ;     	    
  -webkit-transform: rotateY(-6deg) rotateX(-5deg) translateX(-4%);     	    
  transform: rotateY(-6deg) rotateX(-5deg) translateX(-4%); 	
  -webkit-transition: -webkit-transform .3s ease;   
  transition: -webkit-transform .3s ease;   
  transition: transform .3s ease;   
  transition: transform .3s ease, -webkit-transform .3s ease; 
}
.stage:hover:after {
    background-color: #092a48  ;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  -webkit-transform: rotateY(6deg) rotateX(-5deg) translateX(4%);      	  
  transform: rotateY(6deg) rotateX(-5deg) translateX(4%); 
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
a{
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: inherit
}
a:focus {
    text-decoration: none;
    outline: medium none;
    color: inherit
}
a:hover {
    color: inherit;
    text-decoration: none;
    color: inherit
}
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
.section_100 {
    padding: 100px 0;
}
.section_50 {
    padding: 50px 0;
}
.section_b_50{
    padding-bottom: 50px
}
.section_b_20{
    padding-bottom: 20px
}
.section_15{
    padding: 15px 0
}
.pad-right{
    padding-right: 0
}
.section_t_100{
    padding-top: 100px
}
.section_b_70{
    padding-bottom: 70px
}
.section_b_100{
    padding-bottom: 100px
}
.section_70{
    padding: 70px 0
}
.section_t_50{
    padding-top: 50px
}


/*================================================
03 - SITE PRELOADER CSS
==================================================*/

.theme-site-preloader {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.sk-cube-grid {
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    -webkit-transition: .5s;
    transition: .5s;    
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #e5aa0a ;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); 
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); 
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); 
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    } 
}

/*================================================
04 - PAGINATION CSS
==================================================*/ 

.pagination {
    margin: 50px 0 0;
}
.pagination-box {
    text-align: center;
}
.pagination li{
    display: inline-block;
    margin: 0 2px
}
.pagination a {
    border: 1px solid #e01a22 !important;
    color: #333 !important;
}
.pagination .active > a, .pagination a:hover {
    background: #e01a22 none repeat scroll 0 0 !important; 
    color: #fff !important
}


/*================================================
05 - BREADCROMB CSS
==================================================*/ 
.rampsbd-breadcromb-area {
	background: linear-gradient(135deg, #3d3e40 0%, #58595B 50%, #4a4b4d 100%);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.rampsbd-breadcromb-area .breadcrumb-circle-pattern {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	height: auto;
	aspect-ratio: 1;
	pointer-events: none;
	z-index: 0;
	opacity: 0.7;
}

.rampsbd-breadcromb-area .container {
	position: relative;
	z-index: 2;
}

.breadcromb h2 {
	color: #fff;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 45px;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.breadcromb li {
	display: inline-block;
	margin: 0 4px;
	color: rgba(255,255,255,0.8);
	text-transform: capitalize
}

.breadcromb li a {
	color: #ED1C24;
	font-weight: 600
}

.breadcromb li a:hover {
	color: #fff
}


/*================================================
06 - REPONSIVE MENU CSS
==================================================*/ 
.theme-responsive-menu{
    display: none;
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
}
.slicknav_nav a{
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #000
}
.slicknav_menu {
    background: transparent;
}
.slicknav_menutxt {
    display: none !important;
}
.slicknav_arrow {
    float: right;
    color: #000
}
.slicknav_nav a:hover{
    border-radius: 0;
}
.slicknav_nav .slicknav_row:hover{
    border-radius: 0
}
.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
    background: #e5aa0a  none repeat scroll 0 0;
    color: #fff
}
.slicknav_nav li {
    border-bottom: 1px solid #aaa;
}
.slicknav_nav li:last-child{
    border-bottom: 0px solid #aaa
}
.slicknav_nav {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #e5aa0a ;
}
.slicknav_btn{
    margin-bottom: 15px;
    margin-right: 20px;
    background-color: #000 !important;
    line-height: 0;
    margin-top: 20px
}
.slicknav_menu .slicknav_icon {
    float: none !important;
    margin: 0
}
.slicknav_icon-bar {
    height: 3px !important;
    margin: 5px 0;
    width: 30px !important;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff ;
}


.rampsbd-logo:after {
     border-color: #fff transparent;
    border-style: solid;
    border-width: 47px 0 47px 40px;
    content: "";
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
}
.rampsbd-logo:before {
     background: #ED1C24 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -3000px;
    position: absolute;
    top: 0;
    width: 3175px;
    z-index: -1;
}
.rampsbd-logo {
  height: 95px;
  position: relative;
    z-index:1
}

.header-top-social ul{
    text-align: right
}
.header-top-social ul li {
  display: inline-block;
}
.mainmenu ul {
  text-align: right;
}
.mainmenu ul li {
  display: inline-block;
    position: relative
}
.mainmenu ul li ul{
    position: absolute;
    top: 130%;
    width:200px;
    left: 0;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(180, 180, 180, 0.48);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: left
}
.mainmenu ul li:hover ul{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}
.mainmenu ul li ul li{
    display: block
}
.mainmenu ul li ul li a{
    display: block;
padding: 8px 15px;
}
.header-right-area {
  min-height: 95px;
}
.header-top-social {
  padding-top: 10px;
}
.header-top-social ul li a {
      color: #fff;
    display: block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    border-radius: 5px;
    background: #ed1c24;
}
.mainmenu ul li a {
  color: #212121;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 15px;
  text-transform: capitalize;
    border-radius: 5px
}
.mainmenu ul li a:hover, .mainmenu ul > li.active > a{
    color: #ED1C24
}
.rampsbd-header-area:after {
        background: #ccc none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 46px;
    width: 100%;
}
.rampsbd-header-area {
  position: relative;
}
.rampsbd-logo img {
  margin: 0px 0;
}
.header-top-social:after {
      background: #58585a none repeat scroll 0 0;
    content: "";
    height: 124px;
    left: -46px;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(-41deg);
            transform: rotate(-41deg);
    width: 30px;
    z-index: 1;
}
.header-top-social {
  padding-top: 10px;
  position: relative;
}
.mainmenu {
    background: #fff none repeat scroll 0 0;
    left: -19px;
    position: relative;
    top: 12px;
    z-index: 9;
    width: 102%
}
.mainmenu ul li:last-child a {
  padding-right: 0;
}
.manimenu_brdr:after {
  border-color: #58585a transparent;
  border-style: solid;
  border-width: 10px 10px 0 0;
  content: "";
  height: 8px;
  left: 10px;
  position: absolute;
  top: 4px;
  width: 15%;
}
.manimenu_brdr {
  position: relative;
}
.manimenu_brdr:before {
    background: #58585a none repeat scroll 0 0;
    content: "";
    height: 43px;
    left: -5px;
    position: absolute;
    top: 0;
    -webkit-transform:  rotate(41deg);
            transform:  rotate(41deg);
    width: 3px;
}
.manimenu_brdr_1{
    position: relative
}
.manimenu_brdr_1:after {
  border-color: #58585a transparent;
  border-style: solid;
  border-width: 0 0 10px 8px;
  content: "";
  left: 3px;
  position: absolute;
  top: 4px;
}

.slide-item-3 {
	background: url(../img/slider-1.jpg);
}

.slide-item-2 {
	background: url(../img/slider-3.jpg);
}

.rampsbd-main-caption {
	background: rgba(28, 28, 28, 0.44) none repeat scroll 0 0
}

.rampsbd-main-slide {
	background-color: #eee;
	background-position: center center;
	background-size: cover;
	height: 560px;
}

.slider-text {
	width: 70%;
}

.rampsbd-main-caption {
	display: table;
	height: 100%;
	width: 100%;
}

.rampsbd-caption-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.slider-text h2 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 45px;
	font-weight: 700;
	text-shadow: 0 0 3px rgba(31, 31, 31, 0.4);
	text-transform: uppercase;
}

.slider-text p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 20px 0;
	text-transform: capitalize;
}

.rampsbd-main-caption a {
	margin: 0 5px;
}

.rampsbd-slide .owl-nav>.owl-prev {
	visibility: hidden;
	-webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
	transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.rampsbd-slide:hover .owl-nav>.owl-prev {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.rampsbd-slide .owl-nav>.owl-next {
	visibility: hidden;
	-webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
	transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.rampsbd-slide:hover .owl-nav>.owl-next {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.rampsbd-slide .owl-prev {
	background: rgba(215, 215, 215, 0.46) none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	height: 45px;
	left: 0;
	line-height: 36px;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 45%;
	width: 45px;
}

.rampsbd-slide .owl-next {
	background: rgba(215, 215, 215, 0.46) none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	height: 45px;
	line-height: 36px;
	padding: 5px 5px 5px 5px;
	position: absolute;
	text-align: center;
	top: 45%;
	width: 45px;
	right: 0
}

.rampsbd-slide .owl-prev:hover,
.rampsbd-slide .owl-next:hover {
	background: #ED1C24 none repeat scroll 0 0;
	color: #fff;
}
.hdr_top_brdr_1 {
    position: absolute;
    content: "";
    left: 15px;
    height: 35px;
    width: 1px;
    background: #ccc;
    -webkit-transform:  rotate(-43deg);
            transform:  rotate(-43deg);
}
.hdr_top_brdr_2 {
    position: absolute;
    content: "";
    top: 40px;
    height: 1px;
    width: 3918px;
    background: #ccc;
    right: -3000px;
}
.hdr_top_brdr_1:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 0;
    background: #ccc;
    border-radius: 50%;
    left: -3px;
}
.brdr_3_span:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 7px;
    background: #fff;
    left: 35px;
    top: 30px;
}
.brdr_spn_1 {
    position: absolute;
    height: 85px;
    width: 8px;
    background: #ED1C24;
    left: 25px;
    -webkit-transform: rotate(-42deg);
            transform: rotate(-42deg);
    top: -40px;
}
.brdr_spn_2{
    
    position: absolute;
    height: 85px;
    width: 8px;
    background: #ffa8ab;
    left: 40px;
    -webkit-transform: rotate(-42deg);
            transform: rotate(-42deg);
    top: -40px;
}
.brdr_spn_3{
    position: absolute;
    height: 85px;
    width: 8px;
    background: #e6e6e6;
    left: 55px;
    -webkit-transform: rotate(-42deg);
            transform: rotate(-42deg);
    top: -40px;
}
span.inner_brbr_1 {
    position: absolute;
    content: "";
    top: 31px;
    left: -9px;
    height: 1px;
    width: 22px;
    background: #fc787d;
    -webkit-transform: rotate(-51deg);
            transform:  rotate(-51deg);
}
.inner_mainmenu_brbr {
    position: relative;
}
span.inner_brbr_2 {
    position: absolute;
    height: 1px;
    width: 58px;
    background: #fc787d;
    top: 22px;
    left: 9px;
}
span.inner_brbr_3 {
    position: absolute;
    width: 7px;
    background: #fc787d;
    height: 7px;
    left: 0;
    border-radius: 50%;
    top: 19px;
    left: 60px;
}

.site-heading h3 {
    font-size: 17px;
    margin-bottom: 5px;
    color: #ED1C24;
    font-family: 'Sunflower', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.site-heading h2 {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Sunflower', sans-serif;
    font-size: 23px;
    color: #58595B;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
}
.site-heading h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ED1C24;
    border-radius: 2px;
}
.site-heading p {
    margin-top: 15px;
    color: #666;
    font-size: 15px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.site-heading {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    margin: 0 auto 30px;
}

.abt-site-heading h3 {
    font-size: 17px;
    margin-bottom: 5px;
    color: #ED1C24;
    font-family: 'Sunflower', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.abt-site-heading h2 {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Sunflower', sans-serif;
    font-size: 23px;
    color: #58595B;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
}
.abt-site-heading h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ED1C24;
    border-radius: 2px;
}
.abt-site-heading {
    margin-bottom: 30px;
    position: relative;
}
.home-about-left blockquote {
    margin: 10px 0;
    border-left: 5px solid #ED1C24;
    font-style: italic;
    font-family: 'Sunflower', sans-serif;
    color: #666;
    font-weight: 300;
}

.abt-right-img-single {
    height: 123px;
    margin-bottom: 10px;
}
.abt-right-img-single:last-child{
    margin-bottom: 0
}
.abt-right-img-single img {
    width: 100%;
    height: 100%;
}
.home-about-left a.rampsbd-default-btn {
    margin-top: 10px;
}
.home-about-right {
    margin: 25px 0px;
}
.service-icon {
  margin: 0 auto 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
}
.single-service-item {
    border: 7px solid #f2f2f2;
margin-top: 30px;
padding: 30px;
text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.single-service-item:hover{
    border: 7px solid #e01a22 ;
    background: #f9f9f9 none repeat scroll 0 0
}
.single-service-item:hover .service-icon{
    /* chip-style icon already has its own background; no recolor on hover */
}
.rampsbd-service-area .row:last-child .single-srvice{
    margin-bottom: 0
}
.promo-icon {
  float: left;
  font-size: 50px;
  margin-right: 15px;
    color: #ed1c24  
}
.promo-text {
    overflow: hidden;
}
.promo-area {
  background: #f9f9f9 none repeat scroll 0 0;
}
.promo-text > h3 {
color: #333;
display: inline-block;
font-size: 20px;
font-weight: 500;
margin-bottom: 5px;
text-transform: capitalize;
}

.rampsbd-promo-area {
  background: #f9f9f9 none repeat scroll 0 0;
}
.service-text > h3 {
  color: #333;
  font-size: 20px;
    text-transform: capitalize;
  margin-bottom: 10px;
}
.service-text > h3 > a:hover{
    color: #ed1c24
}
.rampsbd-quotes-area {
  background: rgba(0, 0, 0, 0) url("../img/parralax.jpeg") no-repeat fixed center center / cover ;
  text-align: center;
    position: relative;
    z-index: 1
}
.rampsbd-quotes-area:after{
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: rgba(9, 42, 72, 0.71)
}
.rampsbd-quotes-text > h2 {
color: #fff;
font-family: 'Sunflower', sans-serif;
font-size: 33px;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 20px;
text-transform: uppercase;
}
.rampsbd-quotes-text > p {
    color: #fff;
    padding: 0 100px;
    font-size: 15px
}
.quotes-button .rampsbd-white-btn {
    margin: 40px 10px 0;
}
.quotes-button {
  margin-top: 30px;
}

.quotes-button a.rampsbd-default-btn {
  margin-right: 10px;
  margin-top: 0;
}
.quotes-button a.rampsbd-default-btn:last-child {
  margin-right: 0px;
}
.profile-box.header_bg_red:after {
  background: #ea4d4d none repeat scroll 0 0;
  content: "";
  height: 32%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.profile-box {
  background: #fff none repeat scroll 0 0;
  position: relative;
  z-index: 1;
}
.widget_card_page {
  background: #fff none repeat scroll 0 0;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
  color: #333;
  margin-top: 30px;
  padding: 20px;
  position: relative;
  text-align: center;
}
.profile-box {
  border: medium none;
  border-radius: 0;
  margin: 30px 0 2px;
  padding: 0 0 20px;
}
.profile-box.header_bg_red .profile-widget-img img {
  border: 4px solid #f5a9a9;
}
.profile-widget-img img {
  border-radius: 50%;
}
.profile-widget-social{
    margin-top: 20px
}
.profile-widget-info > h3 {
  color: #333;
  display: inline-block;
  font-size: 22px;
  text-transform: capitalize;
}
.profile-widget-info > p {
  color: #333;
  font-size: 14px;
  margin-top: 5px;
}
.profile-widget-info {
  margin-top: 40px;
}
.profile-widget-social ul li {
  display: inline-block;
  margin: 0 2px;
}
.profile-box.header_bg_red .profile-widget-social ul li a {
  background: #ea4d4d none repeat scroll 0 0;
}
.profile-box.header_bg_red .profile-widget-social ul li a:hover {
  background: #092a48 none repeat scroll 0 0;
}
.profile-widget-img {
  margin: 0 auto;
  position: relative;
  top: 25px;
  width: 110px;
}
.profile-widget-social ul li a {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  width: 30px;
}
.team-slider .owl-prev {
  background: #ddd none repeat scroll 0 0;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 35px;
  text-align: center;
  top: -30px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 30px;
}
.team-slider .owl-next {
  background: #ddd none repeat scroll 0 0;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -30px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 30px;
}
.team-slider .owl-next:hover, .team-slider .owl-prev:hover{
    background: #ED1C24 none repeat scroll 0 0;
	color: #fff;
}
.rampsbd-team-area {
  background: #f7f7f7 none repeat scroll 0 0;
}
.single-brand-item img {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.single-brand-item img:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.footer-top-area {
	background: #222 url(../img/footer-bg.png) no-repeat scroll 0 0/cover;
	color: #636c72
}

.footer-logo {
	margin-bottom: 15px;
}

.single-footer-widget>h3 {
	color: #eee;
	font-size: 19px;
	text-transform: capitalize;
	margin-bottom: 15px
}

.single-footer-widget {
	margin-top: 15px;
}

.single-footer-widget.footer-logo-widget {
	margin-top: 0;
}

.latest-post-footer-left {
	background: #303030 none repeat scroll 0 0;
	color: #fff;
	float: left;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
	width: 40px;
}

.latest-post-footer-right {
	overflow: hidden;
}

.latest-post-footer {
	margin-bottom: 20px;
}

.latest-post-footer:last-child {
	margin-bottom: 0
}

.latest-post-footer-right>h4 {
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 5px;
	text-transform: capitalize;
	color: #787f84
}

.latest-post-footer-right>h4>a:hover {
	color: #eee
}

.latest-post-footer-right>p {
	color: #eee;
	font-size: 13px;
	font-style: italic;
}

.single-footer-widget li {
	margin-bottom: 5px
}

.single-footer-widget li a:hover {
	color: #eee
}

.single-footer-widget>form {
	background: #333 none repeat scroll 0 0;
	height: 35px;
	margin-top: 10px;
	position: relative;
}

.single-footer-widget input {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	height: 100%;
	left: 0;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	color: #eee;
	width: 80%;
}

.single-footer-widget button {
	background: #f26723 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 20%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.single-footer-widget button:hover {
	background: #464646 none repeat scroll 0 0
}

.copyright-area {
	background: #171717 none repeat scroll 0 0;
	border-top: 1px solid #2b2b2b;
	color: #7f7f7f;
	padding: 25px 0
}

.copyright-right{
    text-align: right
}
.copyright-right p i{
    color: #fa2b33;
    margin: 0 2px
}

.copyright-right p a, .copyright-left p a {
	color: #fa2b33;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	margin: 0 3px;
	text-transform: capitalize;
}

.copyright-right p a:hover, .copyright-left p a:hover {
	color: #fff
}

.single-footer-widget a {
	text-transform: capitalize;
}

.single-footer-widget a i {
	margin-right: 5px
}

.copyright-right>p {
	text-transform: capitalize;
}

.single-footer-widget p>i {
	color: #ed1c24;
	margin-right: 5px;
}
.edu-about-left {
  position: relative;
}
.edu-about-left > img {
  width: 100%;
}
.edu-abt-overlay {
  background: rgba(31, 31, 31, 0.24) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
}
.edu-abt-innr-overlay {
  background: rgba(60, 60, 60, 0.06) none repeat scroll 0 0;
  border: 2px solid #fff;
  height: 100%;
  position: relative;
  width: 100%;
}
/* Section label - red text only */
.section-label {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #ED1C24;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

/* Section title with red underline matching text width */
.section-title-underline {
  display: inline-block;
  color: #333;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
  padding-bottom: 10px;
  position: relative;
}
.section-title-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ED1C24;
  border-radius: 2px;
}

.behind-right > h3 {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.behind-right blockquote {
  margin-top: 15px;
}
.choose-us-box > h2 {
 color: #333;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.big-choose-scroll {
  background: #fff none repeat scroll 0 0;
  height: 300px;
  margin-top: 30px;
  padding: 30px 50px 30px 30px;
  position: relative;
}
.choose-icon {
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
}
.choose-text > h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.choose-bg-image {
  position: absolute;
  right: 11%;
  top: 80px;
  width: 355px;
}
.rampsbd-choose-us-area {
  background: #f8fafd none repeat scroll 0 0;
  position: relative;
}
.single-choose-scroll {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.choose-us-box {
  width: 50%;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #e01a22;
  border-radius: 20px;
}
.behind-right strong {
  color: #333;
}
.behind-right > p {
  margin: 0 0 10px;
}

.single-service-widget {
	margin-bottom: 30px;
}

.single-service-widget li {
	border: 1px solid #eee;
	margin-bottom: 5px
}

.single-service-widget li:last-child {
	margin-bottom: 0
}

.single-service-widget a {
	border-left: 5px solid #fff;
	color: #000;
	display: block;
	font-weight: 500;
	padding: 10px;
	text-transform: capitalize;
}

.single-service-widget a:hover,
.single-service-widget ul li.active>a {
	background: #ed1c24  none repeat scroll 0 0;
	border-left: 5px solid #000;
	color: #fff;
}

.single-service-widget ul li a i {
	float: right;
	font-size: 20px;
	margin-top: 2px;
}

.widget-title {
	margin-bottom: 25px;
}

.widget-title>h3 {
	color: #111;
	display: inline-block;
	font-family: "Fira Sans", sans-serif;
	font-size: 21px;
	font-weight: 500;
	margin: 17px 0;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.title-line {
	background: #ed1c24  none repeat scroll 0 0;
	height: 3px;
	width: 100px;
}

.broucher-item {
	margin: 10px 0;
	position: relative;
}

.broucher-item>a {
	background: #ed1c24  none repeat scroll 0 0;
	border-left: 0 none;
	color: #fff;
	padding-left: 60px;
}

.broucher-item a span {
	color: #fff;
	float: right;
	margin-top: 5px;
}

.broucher-item i {
	background: #fff none repeat scroll 0 0;
	color: #ed1c24 ;
	font-size: 20px;
	height: 30px;
	left: 14px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 8px;
	width: 30px;
}

.broucher-item>a:hover {
	background: #ed1c24  none repeat scroll 0 0;
	border-left: 0 none;
	color: #fff;
}

.single-service-widget.brochures p>a {
	border: medium none;
	color: #ed1c24 ;
	display: inline-block;
	padding: 0;
	text-transform: lowercase;
}

.single-service-widget.brochures p>a:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #ed1c24 ;
	text-decoration: underline;
}

.single-service-right>h2 {
	color: #222;
	display: inline-block;
	font-family: "Fira Sans", sans-serif;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.single-service-right>p {
	margin: 0 0 10px
}

.single-service-wrap-left {
	margin-top: 30px;
}

.single-service-widget:last-child {
	margin-bottom: 0
}

.single-service-wrap-left>h3,
.tabs.single-service-tab>h3 {
	color: #111;
	display: inline-block;
	font-family: "Fira Sans", sans-serif;
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 15px;
	padding-bottom: 5px;
	position: relative;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.single-service-banner {
	margin-top: 30px
}

.single-service-banner img {
	width: 100%
}

.single-service-wrap-left>h3:after,
.tabs.single-service-tab>h3:after {
	background: #ed1c24  none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 32px;
	width: 60%;
}

.single-service-wrap-left li i {
	color: #ed1c24 ;
	margin-right: 5px
}

.single-service-wrap-left li {
	margin-bottom: 6px;
}

.single-service-tab {
	margin-top: 30px;
}

#service_pro {
	border: medium none;
	margin-top: 15px;
}

#service_pro>li {
	margin: 2px;
}

.nav-tabs>li>a {
	border: 0 none;
}

.panel-body-text>p {
	margin-top: 6px;
}

#product_tab_content .panel-body {
	padding-bottom: 0
}

.panel-body-img>img {
	width: 100%
}

#service_pro .active>a:after {
	border-color: #000 transparent;
	border-style: solid;
	border-width: 7px 10px 0;
	bottom: -8px;
	content: "";
	left: 42%;
	position: absolute;
}

#service_pro a:after {
	border-color: #fff transparent;
	border-style: solid;
	border-width: 7px 10px 0;
	bottom: -10px;
	content: "";
	left: 42%;
	position: absolute;
}

#service_pro .active>a {
	background: #ed1c24  none repeat scroll 0 0;
	border-color: currentcolor currentcolor #000;
	border-radius: 0;
	border-style: none none solid;
	border-width: 0 0 3px;
	color: #fff;
	font-weight: 500;
	margin: 0;
	position: relative;
	text-transform: capitalize;
}

#service_pro a {
	background: #f9f9f9 none repeat scroll 0 0;
	border-color: currentcolor currentcolor #f9f9f9;
	border-radius: 0;
	border-style: none none solid;
	border-width: 0 0 3px;
	color: #333;
	font-weight: 500;
	margin: 0;
	position: relative;
	text-transform: capitalize;
}
.single-partner-item:first-child {
  padding-top: 0;
}
.single-partner-item {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}
.partner-image img {
  border: 1px solid #ddd;
  width: 100%;
}
.partner-info {
  overflow: hidden;
  width: 90%;
}
.partner-info > h3 {
  color: #e01a22;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 10px;
  text-transform: capitalize;
}
.partner-info > h3 > a:hover {
  color: #303030;
}

.blog-sidebar-right {
    margin-top: 0px;
}
.blog-single-widget {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 20px;
}
.blog-single-widget:last-child{
    margin-bottom: 0px
}
.blog-single-widget > form {
    height: 40px;
    position: relative;
}
.blog-single-widget input[type="search"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 40px;
    padding: 5px 60px 5px 10px;
    width: 100%;
    color: #333
}
.blog-single-widget form > button {
    background: #e01a22  none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 20%;
}
.blog-single-widget form > button:hover{
    background: #212121 none repeat scroll 0 0
}
.blog-single-widget > h3 {
    background: #242c42 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px 20px;
    text-align: left;
    text-transform: capitalize;
}
.blog-catagory li {
    border-bottom: 2px solid #f0f0f0;
}
.blog-catagory li:last-child {
    border-bottom: 0 solid #f0f0f0;
}
.blog-catagory li a {
    color: #333;
    display: block;
    padding: 10px 0px;
    text-transform: capitalize;
}
.blog-catagory li a:hover{
    color: #e01a22 
}
.blog-catagory span {
    float: right;
}
.Tags-catagory > li {
    display: inline-block;
    margin: 4px 2px;
}
.Tags-catagory > li > a {
    border: 1px solid #f0f0f0;
    display: block;
    padding: 5px 10px;
    text-transform: capitalize;
}
.Tags-catagory > li > a:hover{
    background: #e01a22  none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #e01a22 ;
}
.sidebr-pro-widget {
    overflow: hidden;
}
.blog-recent-post {
    height: auto;
    margin: 0;
}
.product-thumb-info-image {
    float: left;
    height: 100px;
    margin-bottom: 5px;
    width: 90px;
}
.product-thumb-info-image.blog-recent-post img {
    width: 100%;
}
.single-popular-post {
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.single-popular-post > a {
    color: #333;
    font-size: 16px;
    text-transform: capitalize;
}
.single-popular-post > a:hover{
    color: #e01a22 ;
}
.single-popular-post:last-child {
    border-bottom: 0 solid #f0f0f0;
    margin-bottom: 0;
}
.single-popular-post a > i {
    color: #e01a22 ;
    font-size: 20px;
    margin-right: 5px;
}
.single-popular-post > p {
    color: #555;
    font-size: 13px;
    text-transform: capitalize;
}
.single-popular-post > p > span {
    color: #e01a22 ;
    font-weight: 400;
}
.sidebar-view{
    text-align: left
}
.rampsbd-post-share-comment > a {
  color: #333;
  float: right;
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
  text-transform: capitalize;
}
.rampsbd-post-share-comment > a:hover{
    color: #e01a22 
}

.rampsbd-blog-area.section_100 {
  background: #f9f9f9 none repeat scroll 0 0;
}
.fina-default-news-img img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition-duration: 600ms;
            transition-duration: 600ms;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    width: 100%;
}
.rampsbd-default-news-img {
    overflow: hidden;
    position: relative;
}
.rampsbd-default-news-img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.single-brand-item img {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-brand-item img:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single-news-default {
    margin-top: 30px;
}
.single-news-default:first-child {
  margin-top: 0px;
}
.rampsbd-default-news-img {
  overflow: hidden;
  position: relative;
}
.rampsbd-default-news-text {
  background: #fff none repeat scroll 0 0;
  padding: 20px;
}
.rampsbd-default-news-text > h3 {
  color: #333;
  font-size: 21px;
  margin-bottom: 5px;
  margin-top: 10px;
  text-transform: capitalize;
}
.rampsbd-default-news-text > h3 > a:hover {
  color: #e01a22;
}
.sidebar-view {
  text-align: left;
}
.rampsbd-post-share-comment {
  border-top: 1px solid #eee;
  margin-top: 15px;
  padding-top: 15px;
  text-align: center;
}
.rampsbd-post-share-comment > p {
  color: #777;
  display: inline-block;
  font-size: 15px;
  margin: 0 11px;
}
.rampsbd-post-share-comment p i {
  color: #e01a22;
  font-size: 18px;
}
.rampsbd-post-share-comment > a {
color: #000;
float: right;
font-size: 15px;
font-weight: 500;
margin-right: 15px;
text-transform: capitalize;
}
.rampsbd-post-share-comment > a:hover, .rampsbd-post-share-comment > p a:hover{
  color: #e01a22;
}
.sidebar-view {
  text-align: left;
}
.rampsbd-default-news-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  width: 100%;
}

.single-info-left>p {
	color: #111;
	font-weight: 400;
}

.information-left>h2 {
	color: #111;
	display: inline-block;
	font-family: "Fira Sans", sans-serif;
	font-size: 25px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 5px
}

.information-left>h2:after {
	background: #ed1c24  none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 32px;
	width: 60%;
}

.single-info-left>h3 {
	color: #111;
	display: inline-block;
	font-family: "Fira Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.single-info-left {
	margin-top: 20px;
}

.map-canvas {
	height: 310px
}

.contact-form-box>h2 {
	color: #111;
	display: block;
	font-family: "Fira Sans", sans-serif;
	font-size: 25px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 5px;
	text-align: center
}

.heading-line-two {
	background: #ed1c24  none repeat scroll 0 0;
	height: 2px;
	margin: 0 auto 20px;
	width: 15%;
}

.contact-form-box>form {
	margin: 50px auto 0;
	width: 70%;
}

.contact-form-box form p {
	margin-bottom: 30px;
}

.contact-form-box form input {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: currentcolor currentcolor #8e8e8e;
	-o-border-image: none;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	height: 45px;
	width: 100%;
	color: #111;
	font-weight: 400
}

.contact-form-box form textarea {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: currentcolor currentcolor #8e8e8e;
	-o-border-image: none;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	height: 120px;
	width: 100%;
	color: #111;
	font-weight: 400
}

.contact-form-box form button {
	background: #ed1c24  none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	margin-top: 5px;
	padding: 5px 30px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin: 0 auto;
	display: block
}

.contact-form-box form button:hover {
	background: #092a48 none repeat scroll 0 0
}

.contact-form-box .row:last-child p {
	margin-bottom: 0;
	text-align: center;
}


.cart-table>table {
	margin-bottom: 0
}

.cart-table table thead>tr:nth-of-type(2n+1),
.calculate-shipping-bottom table tbody>tr:nth-of-type(2n+1) {
	background: #f4f4f4 none repeat scroll 0 0;
}

.cart-table table thead th,
.calculate-shipping-bottom table thead th {
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
}

.coupon-cart-right>a {
	background: #212121 none repeat scroll 0 0;
	border: 3px solid #212121;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 26px;
	padding: 5px 10px;
	text-transform: uppercase;
}

.coupon-cart-right>a:hover {
	background: #ff9606 none repeat scroll 0 0;
	border: 3px solid #ff9606;
}

.cart-table thead th,
.calculate-shipping-bottom thead th {
	padding: 15px 20px !important;
}

.cart-table tbody td,
.calculate-shipping-bottom tbody td {
	padding: 15px 20px !important;
	font-weight: 500;
	color: #333
}

.cryptobase-cart-close {
	text-align: center;
	color: #e9563d
}

.cryptobase-cart-preview img {
	height: 60px;
	width: 60px;
	padding: 5px;
	background: #eee none repeat scroll 0 0
}

.cart-table tbody td p {
	text-transform: capitalize;
    margin: 8px 0
}

.cart-table tbody td p i{
    margin-right: 5px;
    color: #ed1c24 
}

.cryptobase-cart-quantity>input {
	border: 1px solid #ddd;
	padding: 5px;
	width: 70px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-bottom: 0 solid #ddd;
  border-top: 0 solid #ddd;
  color: #333;
  vertical-align: middle;
    font-weight: 400
}
.cart-table table tbody > tr:nth-of-type(2n+2), .calculate-shipping-right table tbody > tr:nth-of-type(2n+2) {
  background: #f9f9f9 none repeat scroll 0 0;
}
.cart-table .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #fff;
}
.cart-table .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #fff;
}
.cart-table td img {
  width: 60px;
}
.active-team-area > h3 {
  border-bottom: 2px solid #ed1c24;
  color: #333;
  display: inline-block;
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 5px;
    text-transform: capitalize
}
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after{
    bottom: 15px;
    color: #fff;
    opacity: 1
}
.cart-table tbody td a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    border-radius: 5px;
    background: #ed1c24;
    margin: 0 1px
}
.cart-table table thead th {
    font-weight: 500;
    background: #ed1c24;
    color: #fff;
}

.gallery_item a.gallery-img {
    display: block;
    overflow: hidden;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
    position: relative;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
.gallery_item a.gallery-img img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    image-rendering: optimizeQuality;
}
.gallery_item a .caption-hover {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    color: black;
    height: 65px;
    padding-top: 25px;
    left: 0;
    overflow: hidden;
    -webkit-perspective: 1px;
    perspective: 1px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.gallery_item {
    margin-bottom: 30px;
}
.gallery_item a:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.gallery_item a:hover img {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.gallery_item a:hover .caption-hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.album-box-area h3 {
    border-bottom: 2px solid #ed1c24;
    color: #333;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-transform: capitalize;
}
.album-box-area {
    margin-top: 50px;
}
.rampsbd-album-area{
    padding-bottom: 30px
}

/*================================================
HERO SECTION WITH ARC PATTERN
==================================================*/

.hero-section {
    background: linear-gradient(135deg, #3d3e40 0%, #58595B 50%, #4a4b4d 100%);
    min-height: 600px;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.hero-circle-pattern {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 900px;
    pointer-events: none;
    z-index: 1;
}

.hero-circle-pattern svg {
    width: 100%;
    height: 100%;
    animation: rotatePattern 30s linear infinite;
}

@keyframes pulseCircle {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
    50% { transform: translate(-50%, -50%) scale(1.05); opacity: 0.9; }
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

.hero-text {
    color: #fff;
    padding-right: 30px;
}

.hero-text h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.hero-text > p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
    opacity: 0.95;
}

.hero-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.hero-features li {
    font-size: 15px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.hero-features li i {
    color: #fff;
    margin-right: 12px;
    font-size: 18px;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-block;
    padding: 14px 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.hero-btn.primary {
    background: #ED1C24;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.hero-btn.primary:hover {
    background: #c41018;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.hero-btn.secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.8);
}

.hero-btn.secondary:hover {
    background: #fff;
    color: #58595B;
    border-color: #fff;
}

@keyframes rotatePattern {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Phone Mockups */
.hero-phones {
    position: relative;
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone {
    position: absolute;
    transition: all 0.3s ease;
    z-index: 2;
}

.phone-back {
    right: 140px;
    top: 40px;
    z-index: 1;
    animation: floatBack 4s ease-in-out infinite;
}

.phone-front {
    right: 40px;
    top: 0;
    z-index: 2;
    animation: floatFront 4s ease-in-out infinite;
    animation-delay: -2s;
}

@keyframes floatFront {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(1deg);
    }
}

@keyframes floatBack {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(-1deg);
    }
}

.phone-frame {
    width: 220px;
    height: 440px;
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    border-radius: 35px;
    padding: 12px;
    box-shadow:
        0 25px 50px rgba(0,0,0,0.4),
        0 0 0 3px #2d2d44,
        inset 0 0 0 2px rgba(255,255,255,0.1);
    position: relative;
}

.phone-frame::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 25px;
    background: #1a1a2e;
    border-radius: 0 0 15px 15px;
    z-index: 10;
}

.phone-frame::after {
    content: '';
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
    z-index: 11;
    box-shadow: 0 0 3px rgba(0,150,255,0.3);
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.phone-header {
    background: linear-gradient(90deg, #ED1C24 0%, #c41018 100%);
    padding: 8px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    color: #fff;
}

.phone-time {
    font-weight: 600;
}

.phone-icons i {
    margin-left: 5px;
    font-size: 10px;
}

.phone-content {
    padding: 15px;
}

.app-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.app-header i {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #ED1C24, #a01018);
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 16px;
}

.app-header span {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.dashboard-card {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.dashboard-card .card-label {
    display: block;
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.dashboard-card .card-value {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.dashboard-card .card-trend {
    font-size: 11px;
    font-weight: 600;
}

.dashboard-card .card-trend.up {
    color: #28a745;
}

.mini-chart {
    height: 40px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(237, 28, 36, 0.1) 20%,
        rgba(237, 28, 36, 0.2) 40%,
        rgba(237, 28, 36, 0.15) 60%,
        rgba(237, 28, 36, 0.25) 80%,
        rgba(237, 28, 36, 0.1) 100%
    );
    border-radius: 8px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.mini-chart::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 30'%3E%3Cpath d='M0 25 Q10 20 20 22 T40 18 T60 15 T80 20 T100 12' stroke='%23ED1C24' stroke-width='2' fill='none'/%3E%3C/svg%3E") no-repeat center;
    background-size: 100% 100%;
}

/* IoT Widget Styles */
.iot-widget {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.sensor-item {
    display: flex;
    align-items: center;
    padding: 8px 5px;
    border-bottom: 1px solid #f0f0f0;
}

.sensor-item:last-child {
    border-bottom: none;
}

.sensor-item i {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #ED1C24, #ff6b6b);
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 10px;
}

.sensor-item span {
    flex: 1;
    font-size: 11px;
    color: #666;
}

.sensor-item strong {
    font-size: 13px;
    color: #333;
}

.status-badge {
    margin-top: 12px;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
}

.status-badge.online {
    background: rgba(40, 167, 69, 0.15);
    color: #28a745;
}

.status-badge i {
    font-size: 8px;
    margin-right: 5px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* Hero Slider */
.hero-slider {
    position: relative;
    width: 100%;
    z-index: 5;
}

.hero-slider .owl-stage-outer {
    overflow: hidden;
}

.hero-slide {
    min-height: 600px;
    display: flex !important;
    align-items: center;
    padding: 80px 0;
}

.hero-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.hero-slider .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hero-slider .owl-dot.active span {
    background: #ED1C24;
    transform: scale(1.2);
}

.hero-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

.hero-slider .owl-prev,
.hero-slider .owl-next {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.2) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 24px;
    transition: all 0.3s ease;
    pointer-events: auto;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background: #ED1C24 !important;
}

/* Device Mockups Container */
.hero-devices {
    position: relative;
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Laptop Mockup */
.laptop {
    position: absolute;
    transition: all 0.3s ease;
}

.laptop-back {
    right: 80px;
    top: 80px;
    z-index: 1;
    animation: floatBack 4s ease-in-out infinite;
}

.laptop-front {
    right: 0;
    top: 20px;
    z-index: 2;
    animation: floatFront 4s ease-in-out infinite;
    animation-delay: -2s;
}

.laptop-frame {
    width: 320px;
    background: linear-gradient(145deg, #2d2d2d, #1a1a1a);
    border-radius: 12px 12px 0 0;
    padding: 10px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.4);
    position: relative;
}

.laptop-screen {
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 6px;
    overflow: hidden;
}

.laptop-base {
    width: 350px;
    height: 12px;
    background: linear-gradient(180deg, #3d3d3d, #2a2a2a);
    border-radius: 0 0 8px 8px;
    margin-left: -15px;
    position: relative;
}

.laptop-base::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #555;
    border-radius: 0 0 4px 4px;
}

.laptop-notch {
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: #333;
    border-radius: 50%;
}

/* Desktop Mockup */
.desktop {
    position: absolute;
    transition: all 0.3s ease;
}

.desktop-back {
    right: 120px;
    top: 60px;
    z-index: 1;
    animation: floatBack 4s ease-in-out infinite;
}

.desktop-front {
    right: 20px;
    top: 0;
    z-index: 2;
    animation: floatFront 4s ease-in-out infinite;
    animation-delay: -2s;
}

.desktop-frame {
    width: 300px;
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.4);
    position: relative;
}

.desktop-screen {
    width: 100%;
    height: 180px;
    background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 4px;
    overflow: hidden;
}

.desktop-chin {
    height: 20px;
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.desktop-logo {
    width: 30px;
    height: 3px;
    background: #333;
    border-radius: 2px;
}

.desktop-stand {
    width: 60px;
    height: 50px;
    background: linear-gradient(180deg, #2d2d44, #1a1a2e);
    margin: 0 auto;
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
}

.desktop-base {
    width: 100px;
    height: 8px;
    background: linear-gradient(180deg, #2d2d44, #1a1a2e);
    margin: 0 auto;
    border-radius: 4px;
}

/* Screen Content Shared Styles */
.screen-header {
    background: linear-gradient(90deg, #58595B 0%, #3d3e40 100%);
    padding: 6px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.screen-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.screen-dot.red { background: #ff5f56; }
.screen-dot.yellow { background: #ffbd2e; }
.screen-dot.green { background: #27c93f; }

.screen-content {
    padding: 10px;
    font-size: 10px;
}

.screen-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

.screen-nav span {
    background: #ED1C24;
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 8px;
}

.screen-card {
    background: #fff;
    border-radius: 6px;
    padding: 8px;
    margin-bottom: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.screen-card-title {
    font-size: 8px;
    color: #888;
    margin-bottom: 3px;
}

.screen-card-value {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.screen-chart {
    height: 30px;
    background: linear-gradient(90deg, rgba(237,28,36,0.1), rgba(237,28,36,0.2), rgba(237,28,36,0.15));
    border-radius: 4px;
    margin-top: 8px;
}

/* Single Large Laptop Styles - Centered & Bigger */
.laptop-single {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    animation: floatFront 4s ease-in-out infinite;
}

.laptop-frame-lg {
    width: 480px;
    background: linear-gradient(145deg, #ffffff, #e8e8e8);
    border-radius: 18px 18px 0 0;
    padding: 12px 12px 8px 12px;
    box-shadow:
        0 40px 80px rgba(0,0,0,0.3),
        0 0 0 1px rgba(0,0,0,0.08),
        inset 0 1px 0 rgba(255,255,255,0.9);
    position: relative;
}

.laptop-frame-lg .laptop-notch {
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #1a1a1a;
    border-radius: 50%;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
}

.laptop-screen-lg {
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.1);
}

.screen-content-lg {
    padding: 15px;
    height: 100%;
    font-size: 12px;
}

.screen-content-lg .screen-nav {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.screen-content-lg .screen-nav span {
    background: rgba(237,28,36,0.9);
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.screen-content-lg .screen-nav span:first-child {
    background: #ED1C24;
    box-shadow: 0 2px 8px rgba(237,28,36,0.4);
}

.screen-content-lg .screen-grid {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.screen-content-lg .screen-card {
    flex: 1;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.screen-content-lg .screen-card-title {
    font-size: 10px;
    color: #888;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.screen-content-lg .screen-card-value {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.screen-content-lg .screen-card:first-child .screen-card-value {
    color: #22c55e;
}

.screen-content-lg .screen-card:last-child .screen-card-value {
    color: #3b82f6;
}

.screen-chart-lg {
    height: 100px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.screen-chart-lg::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 30px,
        rgba(0,0,0,0.03) 30px,
        rgba(0,0,0,0.03) 31px
    );
}

.screen-chart-lg::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(90deg,
        rgba(237,28,36,0.6) 0%,
        rgba(237,28,36,0.8) 20%,
        rgba(237,28,36,0.5) 40%,
        rgba(237,28,36,0.9) 60%,
        rgba(237,28,36,0.6) 80%,
        rgba(237,28,36,0.7) 100%
    );
    clip-path: polygon(0% 70%, 8% 50%, 16% 65%, 24% 35%, 32% 55%, 40% 25%, 48% 45%, 56% 15%, 64% 40%, 72% 20%, 80% 35%, 88% 30%, 100% 45%, 100% 100%, 0% 100%);
}

.laptop-base-lg {
    width: 540px;
    height: 18px;
    background: linear-gradient(180deg, #e8e8e8, #d0d0d0);
    border-radius: 0 0 12px 12px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.laptop-base-lg::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 6px;
    background: linear-gradient(180deg, #c0c0c0, #a0a0a0);
    border-radius: 3px;
}

.laptop-base-lg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
}

/* POS System Styles - Professional Retail Design */
.pos-system {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 25px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    animation: floatFront 4s ease-in-out infinite;
}

/* POS Touch Terminal */
.pos-monitor {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.pos-screen {
    width: 320px;
    background: linear-gradient(145deg, #ffffff, #e8e8e8);
    border-radius: 12px;
    padding: 10px;
    box-shadow:
        0 35px 70px rgba(0,0,0,0.25),
        0 0 0 1px rgba(0,0,0,0.08),
        inset 0 1px 0 rgba(255,255,255,0.9);
}

.pos-screen-content {
    height: 220px;
    background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 6px;
    padding: 12px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.1);
}

.pos-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 12px;
}

.pos-header i {
    color: #ED1C24;
    font-size: 16px;
}

.pos-header span {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.5px;
}

.pos-header::after {
    content: 'LIVE';
    font-size: 8px;
    background: #22c55e;
    color: #fff;
    padding: 3px 8px;
    border-radius: 10px;
    font-weight: 600;
}

.pos-items {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.pos-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 11px;
    color: #555;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.pos-item:last-child {
    border-bottom: none;
}

.pos-item span:last-child {
    font-weight: 600;
    color: #333;
}

.pos-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #ED1C24 0%, #c41a1f 100%);
    color: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(237,28,36,0.4);
}

.pos-stand {
    width: 25px;
    height: 80px;
    background: linear-gradient(90deg, #d8d8d8, #c0c0c0, #d8d8d8);
    position: relative;
}

.pos-stand::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    height: 8px;
    background: linear-gradient(180deg, #e8e8e8, #d0d0d0);
    border-radius: 4px;
}

.pos-base {
    width: 160px;
    height: 15px;
    background: linear-gradient(180deg, #e0e0e0, #c8c8c8);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

/* Professional Receipt Printer */
.pos-printer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.printer-body {
    width: 110px;
    height: 100px;
    background: linear-gradient(145deg, #f5f5f5, #e0e0e0);
    border-radius: 8px;
    position: relative;
    box-shadow:
        0 15px 35px rgba(0,0,0,0.3),
        inset 0 1px 0 rgba(255,255,255,0.8),
        inset 0 -2px 5px rgba(0,0,0,0.1);
}

.printer-body::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 10px;
    right: 10px;
    height: 4px;
    background: linear-gradient(90deg, #22c55e, #22c55e 30%, transparent 30%);
    border-radius: 2px;
}

.printer-body::after {
    content: 'EPSON';
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 8px;
    font-weight: 700;
    color: #666;
    letter-spacing: 2px;
}

.printer-slot {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 85px;
    height: 6px;
    background: linear-gradient(180deg, #333, #1a1a1a);
    border-radius: 1px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.printer-receipt {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 75px;
    background: #fff;
    padding: 10px 8px;
    border-radius: 2px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.15);
}

.printer-receipt::before {
    content: 'RAMPSBD';
    display: block;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    color: #ED1C24;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.receipt-line {
    height: 3px;
    background: #ddd;
    margin-bottom: 4px;
    border-radius: 1px;
}

.receipt-line.short {
    width: 50%;
}

.receipt-line:nth-child(2) {
    width: 70%;
}

.receipt-line:nth-child(4) {
    width: 80%;
}

.printer-base {
    width: 120px;
    height: 10px;
    background: linear-gradient(180deg, #d0d0d0, #b0b0b0);
    border-radius: 0 0 6px 6px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

/* Professional Barcode Scanner */
.barcode-scanner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.scanner-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: rotate(-15deg);
}

.scanner-head {
    width: 65px;
    height: 45px;
    background: linear-gradient(145deg, #ffffff, #e0e0e0);
    border-radius: 10px 10px 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 8px 20px rgba(0,0,0,0.2),
        inset 0 1px 0 rgba(255,255,255,0.9);
    position: relative;
}

.scanner-head::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 20px;
    background: linear-gradient(180deg, #333, #1a1a1a);
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.2);
}

.scanner-light {
    width: 35px;
    height: 4px;
    background: linear-gradient(90deg, #ff0000, #ff3333, #ff0000);
    border-radius: 2px;
    animation: scanPulse 1.2s ease-in-out infinite;
    position: relative;
    z-index: 1;
    margin-top: 8px;
}

@keyframes scanPulse {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgba(255,0,0,0.3);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgba(255,0,0,0.8), 0 0 30px rgba(255,0,0,0.4);
    }
}

.scanner-handle {
    width: 32px;
    height: 70px;
    background: linear-gradient(90deg, #e8e8e8 0%, #d0d0d0 50%, #e8e8e8 100%);
    border-radius: 4px 4px 12px 12px;
    position: relative;
    box-shadow: inset 0 -5px 10px rgba(0,0,0,0.1);
}

.scanner-handle::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 8px;
    right: 8px;
    height: 25px;
    background: repeating-linear-gradient(
        180deg,
        transparent,
        transparent 3px,
        rgba(0,0,0,0.08) 3px,
        rgba(0,0,0,0.08) 6px
    );
    border-radius: 2px;
}

.scanner-handle::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #ED1C24;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(237,28,36,0.5);
}

.scanner-cable {
    width: 10px;
    height: 50px;
    background: linear-gradient(90deg, #c0c0c0 0%, #a8a8a8 50%, #c0c0c0 100%);
    border-radius: 5px;
    position: relative;
    transform: rotate(15deg);
    margin-top: -5px;
}

.scanner-cable::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 8px;
    background: #d8d8d8;
    border-radius: 2px;
}

.scanner-cable::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 12px;
    background: linear-gradient(180deg, #c8c8c8, #a8a8a8);
    border-radius: 4px;
}

/* Hero Section Responsive */
@media (max-width: 991px) {
    .hero-section {
        min-height: auto;
        padding: 60px 0;
    }

    .hero-text h1 {
        font-size: 32px;
    }

    .hero-phones,
    .hero-devices,
    .hero-circle-pattern {
        display: none;
    }

    .hero-text {
        padding-right: 0;
        text-align: center;
    }

    .hero-features li {
        justify-content: center;
    }

    .hero-buttons {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .hero-text h1 {
        font-size: 26px;
    }

    .hero-text > p {
        font-size: 14px;
    }

    .hero-btn {
        padding: 12px 24px;
        font-size: 13px;
    }
}

/*================================================
CUSTOM 3D ICONS
==================================================*/

.icon-3d {
    display: inline-block;
    vertical-align: middle;
    object-fit: contain;
}

.icon-3d.icon-xs {
    width: 16px;
    height: 16px;
}

.icon-3d.icon-sm {
    width: 24px;
    height: 24px;
}

.icon-3d.icon-md {
    width: 64px;
    height: 64px;
}

.icon-3d.icon-lg {
    width: 96px;
    height: 96px;
}

.icon-3d.icon-xl {
    width: 120px;
    height: 120px;
}

.icon-3d.icon-xxl {
    width: 144px;
    height: 144px;
}

/* Feature box icons */
.feature-box .icon-3d,
.about-feature .icon-3d,
.service-item .icon-3d {
    margin-bottom: 15px;
}

/* Inline icons alignment */
.icon-3d.icon-inline {
    margin-right: 8px;
    vertical-align: -2px;
}

/* Stats/counter icons */
.single-stat .icon-3d {
    margin-bottom: 10px;
}

/*================================================
  STAT CARDS  (Proven Track Record / KPI section)
==================================================*/
.stat-card {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 36px 24px 30px;
    text-align: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}
.stat-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #E61B2E, #58595B);
    opacity: 0;
    transition: opacity 0.35s ease;
}
.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(88,89,91,0.12);
    border-color: #d9d9d9;
}
.stat-card:hover::before {
    opacity: 1;
}
.stat-card .stat-icon {
    margin: 0 auto 18px;
    display: inline-block;
}
.stat-card .stat-number {
    font-family: 'Sunflower', sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #58595B;
    line-height: 1;
    letter-spacing: -0.5px;
    margin: 0 0 6px;
}
.stat-card .stat-divider {
    width: 28px;
    height: 3px;
    background: #E61B2E;
    border-radius: 2px;
    margin: 12px auto;
}
.stat-card .stat-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.4px;
    color: #888;
    text-transform: uppercase;
    margin: 0;
}