
/*
*******************************************
*******************************************

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: url(../img/breadcromb.jpg) no-repeat scroll 0 0/cover;
	position: relative;
	z-index: 1
}

.rampsbd-breadcromb-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000 none repeat scroll 0 0;
	opacity: 0.05;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
	z-index: -1
}

.breadcromb h2 {
	color: #111;
	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: #111;
	text-transform: capitalize
}

.breadcromb li a {
	color: #ed1c24 ;
	font-weight: 600
}

.breadcromb li a:hover {
	color: #333
}


/*================================================
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;
}
.site-heading h2 {
    text-transform: uppercase;
    font-family: 'Sunflower', sans-serif;
    font-size: 23px;
    color: #3b3b3c;
    font-weight: 700;
}
.site-heading:after {
    position: absolute;
    content: "";
    top: 58px;
    height: 3px;
    width: 18%;
    left: 41%;
    background: #ED1C24;
    border-radius: 3px;
}
.site-heading:before {
    position: absolute;
    content: "";
    top: 65px;
    left: 35%;
    height: 3px;
    width: 30%;
    background: #3b3b3c;
    border-radius: 3px;
}
.site-heading {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    width: 35%;
    margin: 0 auto 30px;
}

.abt-site-heading h3 {
    font-size: 17px;
    margin-bottom: 5px;
    color: #ED1C24;
    font-family: 'Sunflower', sans-serif;
}
.abt-site-heading h2 {
    text-transform: uppercase;
    font-family: 'Sunflower', sans-serif;
    font-size: 23px;
    color: #3b3b3c;
    font-weight: 700;
}
.abt-site-heading:after {
    position: absolute;
    content: "";
    top: 52px;
    height: 3px;
    width: 10%;
    background: #ED1C24;
    border-radius: 3px
}
.abt-site-heading:before {
    position: absolute;
    content: "";
    top: 58px;
    height: 3px;
    width: 15%;
    background: #3b3b3c;
    border-radius: 3px;
}
.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 {
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #e01a22;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 60px;
}
.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{
    background:#e01a22  none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #e01a22
}
.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%;
}
.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 {
  background: #e01a22 none repeat scroll 0 0;
  border: 1px solid #e01a22;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  height: 60px;
  line-height: 61px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 60px;
}
.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
}