/********** Template CSS **********/
/* :root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}
 */

.no-js #loader
{
    display: none;
}
.js #loader
{
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con
{
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background:#fff;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.se-pre-con img {
	width:80px;
	height:80px;
}


/*** Spinner ***/
/* .spinner {
    width: 40px;
    height: 40px;
    background: #ec1c24;
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
} */


/*** Heading ***/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #191919;
}

h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 #ec1c24;
	border-color:#ec1c24;
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}
.bg-dark {
    background-color: #202123 !important;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
	    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
	padding:10px;
}
.highlightfont {
	font-family: 'Oleo Script', cursive;
	color:#ec1c24;
	font-size:24px;
	font-weight:500;
}
.text-justify {
	text-align:justify;
}
.bg-light {
    background-color: #f4f4f4 !important;
}
.bg-primary {
    background-color: #484848;
}
.bg-red {
		background:#ec1c24;
	}
	
	#google_translate_element {
  color: transparent;
}
#google_translate_element a {
  display: none;
}


.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh - 72px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.video_title {
	position: absolute;
    z-index: 1;
    color: #ffffff;
    top: 50px;
    margin-top: 100px;
    left: 100px;
    /* height: 100%; */
    /* width: 100%; */
    font-size: 10rem;
}

/*********/

.logo {
	width:140px;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #000;
}
.navbar-dark .navbar-nav .nav-link {
 /* font-family: "Lato",sans-serif;*/
    position: relative;
    margin-left: 40px;
    padding: 35px 0;
    color: #000;
        font-size: 16px;
    font-weight: 800;
    outline: none;
    text-transform: uppercase;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 30px 0;
    /* color: var(--dark); */
	color: #000;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #ec1c24 !important;
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: #ec1c24 !important;
    border-color: #ec1c24 !important;
}
.header_bg {
		background:#000000;
	}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: #ec1c24;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        /* border-bottom: 1px solid rgba(256, 256, 256); */
        z-index: 999;
		    background: rgb(255 255 255);
			box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) 
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: #ec1c24;
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: #ec1c24;
    }
	.bg-red {
		background:#ec1c24;
	}
	
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: #ec1c24;
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: auto;
    padding: 0 0px;
    transition: .5s;
	/* border: 2px solid #f1f1f1; */
	box-shadow: 0px 0px 30px #ccc;
	border-radius:25px !important;
}

.service-item img {
	border-radius:20px;
	 border: 5px solid #fff;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ec1c24;
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
   position: absolute;
    width: 60px;
    height: 60px;
    /* bottom: -48px; */
    left: 50%;
    margin-left: -30px;
    opacity: 0;
    border-radius: 50px !important;
    line-height: 45px;
}

.service-item:hover a.btn {
    bottom: -70px;
    opacity: 1;
}
ul {
	padding-left:0px;
}

.pdf_heading {
	background: #ec1c24;
    /* display: inline-block; */
    padding: 10px 10px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

ul.catalogues li {
	list-style:none;
	margin-bottom:15px;

}
.catalogues img {
	width:30px;
	float:right;
}
.catalogues span {
	font-size:16px;
}

.shadowbox {
	    box-shadow: 0px 4px 15px 0px #ccc;
    padding: 20px 20px;
}
.border-bottom {
	border-bottom:2px solid #ccc !important;
}
.product_sidebar a {
	padding:8px 10px;
	background:#f5f5f5;
	text-align:left;
	display:block;
	color:#000;
	margin-bottom:7px;
}
.product_sidebar a:hover {
	background:#ec1c24;
	transition:0.5s;
	color:#fff;
}
a.sidebar_active {
	background:#ec1c24;
	transition:0.5s;
	color:#fff;
}

/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: #ec1c24;
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
 /* background: linear-gradient(rgb(46 45 45 / 70%), rgb(36 36 36 / 70%)), url(../img/carousel-1.jpg) center center no-repeat; */
    background-size: cover;
	background: #848484;
    border-bottom: 8px solid #ec1c24;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}

/***************************/

#services .box{
    /* font-family: 'Unica One', cursive; */
    text-align: center;
    position: relative;
}
#services .box:before{
    content: "";
    background-color: #fff;
    outline: 7px double hsl(357.69deg 84.55% 51.76% / 30%);
    outline-offset: 3px;
    opacity: 0;
    transform: skewY(10deg) scale(0.8);
    position: absolute;
    top: 25px;
    left: 25px;
    bottom: 25px;
    right: 25px;
    transition: all 0.2s ease-out;
	border-radius:10px;
}
#services .box:hover:before{
    opacity: 0.9;
    transform: skewY(0) scale(1);
}
#services .box img{
    width: 100%;
    height: auto;
}
#services .box .box-content h4{
	color: #000;
}
#services .box .box-content{
    color: #000;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) skewY(-10deg);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.2s ease-out;
	font-size:14px;
}
#services .box:hover .box-content{
    opacity: 1; 
    transform: translateX(-50%) translateY(-50%) skewY(0);
}
#services .box .title{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
#services .box .post{
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin: 0 0 10px;
    display: block;
}
#services .box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
#services .box .icon li{
    margin: 0 3px;
    display: inline-block;
}
#services .box .icon li a{
    color: #fff;
    background: #c31;
    font-size: 16px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    display: block;
    transition: all .3s ease-in-out;
}
#services .box .icon li a:hover{ border-radius: 10px; }
@media only screen and (max-width:990px){
    #services .box{ margin: 0 0 30px; }
}
.py-8 {
	padding-top:8rem;
	padding-bottom:8rem;
}
:root{ 
    --white:#fff; 
    --color: #D31122;
    --main-color:#A1051D;
}
.prod_btn .btn{
    color: var(--white);
    background: var(--color); 
    /* font-family:'Roboto Condensed', sans-serif; */
    /* font-size: 18px; */
    /* font-weight: 700; */
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    padding: 8px 15px;
    border-radius: 0;
    border: none;
    position: relative;
    box-shadow: -4px -4px 0px var(--white);
    z-index: 1;
    transition: all 0.35s;
} 
.prod_btn .btn:hover,
.prod_btn .btn:focus{ 
    color: var(--white); 
    box-shadow: 4px 4px 0px var(--white), 10px 10px 0px var(--main-color);
}
.prod_btn .btn:before{
    content: "";
    background: var(--main-color);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s all;
    z-index: -1;
}
.prod_btn .btn:hover:before{ width: 50%; }

/**********************/
#manufacture .box{
    background: #ec1c24;
    /* font-family: 'Signika', sans-serif; */
    text-align: center;
    overflow: hidden;
    position: relative;
}
#manufacture .box:before,
#manufacture .box:after{
    content: "";
    width: 20%;
    height: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    opacity: 0;
    transform: rotate(-40deg);
    transform-origin: top right;
    position: absolute;
    top: -6px;
    right: 0;
    z-index: 1;
    transition: all 0.5s ease;
}
#manufacture .box:after{
    transform-origin: left bottom;
    top: auto;
    bottom: -6px;
    right: auto;
    left: 0;
}
#manufacture .box:hover:before,
#manufacture .box:hover:after{
    width: 30%;
    opacity: 1;
}
#manufacture .box img{
    width: 100%;
    height: auto;
    transition: all 0.4s ease 0s;
}
#manufacture .box:hover img{
    opacity: 0.3;
    filter: grayscale(100%);
}
#manufacture .box .box-content{
    color: #fff;
    width: 85%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.6s ease;
}
#manufacture .box:hover .box-content{ opacity: 1; }
#manufacture .box .title{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0 0 3px;
}
#manufacture .box .post{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 10px;
    display: block;
}
#manufacture .box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
#manufacture .box .icon li{
    margin: 0 5px;
    display: inline-block;
}
#manufacture .box .icon li a{
    color: #fff;
    background-color: rgba(255,255,255,0.2);
    font-size: 15px;
    line-height: 33px;
    width: 33px;
    height: 33px;
    display: block;
    transition: all 0.35s;
}
#manufacture .box .icon li a:hover{
    color: #104627;
    background: #fff;
    box-shadow: 3px 3px 1px rgba(255, 255, 255, .4);
}
@media only screen and (max-width:990px){
    #manufacture .box{ margin: 0 0 30px; }
}

/********************/

:root{ --main-color: #D64B3D; }
.demo{ background: radial-gradient(#fff,#ccc); }
/* .main-timeline{ font-family: 'Poppins', sans-serif; } */
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 50%;
    padding: 0 0 0 30px;
    margin: 0 5px 15px 0;
    float: left;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content{
    background-color: #fff;
    padding: 35px 75px 35px 40px;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.3);
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    height: 50%;
    width: 50px;
    background-color: var(--main-color);
    transform: translateY(-50%);
    position: absolute;
    left: -30px;
    top: 50%;
    bottom: 15px;
    right: 15px;
    z-index: -1;
    clip-path: polygon(0 0, 30% 50%, 0 100%, 100% 100%, 100% 0);
}
.main-timeline .timeline-icon{
    color: #fff;
    background: var(--main-color);
    font-size: 35px;
    text-align: center;
    line-height: 80px;
    width: 80px;
    height: 80px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -40px;
    z-index: 1;
}
.main-timeline .title{
    color: #333;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.main-timeline .description{
    color: #000;
    font-size: 16px;
    letter-spacing: 0px;
    /* line-height: 20px; */
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    padding: 0 30px 0 0;
    margin: 0 0 15px 5px;
    float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 35px 40px 35px 75px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    transform: translateY(-50%) rotateY(180deg);
    left: auto;
    right: -30px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: -40px;
    right: auto;
}
.main-timeline .timeline:nth-child(4n+2){ --main-color: #416F7F; }
.main-timeline .timeline:nth-child(4n+3){ --main-color: #373B3C; }
.main-timeline .timeline:nth-child(4n+4){ --main-color: #89348A; }
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: calc(100%);
        padding: 0 40px 0 30px;
    }
    .main-timeline .timeline:nth-child(even){ padding: 0 30px 0 40px; }
}
@media screen and (max-width:479px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 40px 0 30px;
        margin: 0 0 30px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        text-align: center;
        padding: 70px 25px 35px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        transform: translateY(0) translateX(-50%) rotate(-90deg);
        left: 50%;
        right: auto;
        top: auto;
        bottom: -65px;
    }
    .main-timeline .timeline-icon, 
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        transform: translateY(0) translateX(50%);
        top: -40PX;
        right: 50%;
        left: auto;
    }
/* 	.pro_list {
		display:block;
		position:fixed;
		left:-50px;
		background:#ec1c24;
		height:35px;
		width:130px;
		transform:rotate(-90deg);
		z-index:1;
	} */
	.video_title {
	position: absolute;
    z-index: 1;
    color: #ffffff;
    top: 50px;
    margin-top: 100px;
    left: 100px;
    /* height: 100%; */
    /* width: 100%; */
    font-size: 4rem;
}
.navbar-nav {
	background:#fff;
	margin-top:15px;
	box-shadow:0px 0px 20px 0px #ccc;
	border-radius:20px;
	padding-right:40px;
}
.navbar-nav a {
	border-bottom:1px solid #eee;
	
}
	
}

.img_border {
	border:5px solid #fff;
	border-radius:20px;
	box-shadow:0px 0px 20px #ccc;
}
.manage_flex {
	display: flex;
    justify-content: center;
    align-items: center;
}
.quotes {
	position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
    /* margin-top: -220px; */
    z-index: 0; 
    opacity: .2;
}
.gradientbg {
	background-image: linear-gradient(#8dbc3b, #fff);
    height: 100px;
}
.bg-green {
	background:#8dbc3b;
	|