
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Anton|Lobster');
@import url('https://fonts.googleapis.com/css?family=Bungee+Inline');
@import url('https://fonts.googleapis.com/css?family=Rasa');
@font-face 
{
	font-family: 'blackpearlpersonaluse';
	src: url('../../fonts/blackpearlpersonaluse.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'Questrial-Regular';
	src: url('../fonts/Questrial-Regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'myriad pro-regular';
	src: url('../fonts/myriad pro-regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'arial-roundedmt-bold';
	src: url('../fonts/arial-roundedmt-bold.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'myriad-pro-bold-condensed';
	src: url('../fonts/myriad-pro-bold-condensed.ttf')  format('truetype');
}

body
{
	overflow-x:hidden;
	
}
.wrapper {
	max-width:1200px;
	margin:0px auto;
}

/**** Selection Background Color ****/
::-moz-selection { /* Code for Firefox */
    color:#fff;
    background: #eb3f41;
}

::selection {
    color:#fff;
    background: #eb3f41;
}
/**** Selection Background Color ****/

/************ affix menu code ************/
.affix {
    top: 0px;
    width: 100%;
    z-index:  9999 !important;
	background-color: #fff;
    border-radius:  0 !important;
    box-shadow: 0px 0px 3px 3px #999;
}
.affix .top-nav {
	display: none;
}
.affix .logo { 
	width: 40%;
	padding-top: 0px;
}
.affix #cssmenu{ 
	margin: 0 auto;
	margin-top: 3%;
}
.navbar {
    margin-bottom: 0px!important;
    border: none !important;
}
.affix ~ .container-fluid {
   position: relative;
   top: 50px;
}
.affix .info {
	display: none;
}
.affix .info-img { width:40%;}
.affix #cssmenu > ul > li > a {
    font-size: 15px;}
/************ affix menu code ************/

/**** Index Page Css *****/
.padding-set { padding:0 !important;}	
/*** Navigation Css ***/
.menu {
	z-index: 9999;
	position: relative;
}

/*** Navigation Css ***/

/*** Aabout Index Css ***/
.about-index {
	margin-bottom:3%;
}
.about-index-title {
	font-size:45px;
	line-height:60px;
	font-weight:700;
	color:#363636;
	text-align:center;
	margin-bottom: 5%;
	letter-spacing: 1.5px;
	font-family: 'Questrial-Regular';
}
.about-index-title::after {
    height: 4px;
    display: block;
    width: 45px;
    background: #f83e65;
    border-bottom: 1px white;
    content: '';
    margin-top: 25px;
    margin-left: 46%;
    padding-bottom: 5px;
}

.about-index-font {
	font-family: 'Questrial-Regular';
	color:#000000;
	font-size:35px;
	line-height:60px;
	letter-spacing:1px;
	text-align:center;
}

.about-index-font-01 {
	color:#5b5b5b;
	font-size:30px;
	line-height:45px;
	text-align:center;
	font-family: 'Questrial-Regular';
	margin-bottom: 4%;
}

.box-text-01 {
	font-family: Questrial-Regular;
	font-size:22px;
	line-height:26px;
	font-weight:700;
	color:#59687c;
	margin-bottom: 30px !important;
}
.box-text-02 {
	font-family: 'myriad pro-regular';
	font-size:15px;
	line-height:22px;
	color:#59687c;
	font-weight:700;
	padding: 0px 20px;
}
.rd-text {
    /*! letter-spacing: 0.9px; */
    /*! padding: 0px 27px; */
}
.range-text {
    padding: 0px 23px;
}
/* Box image Effect */
.hover15 figure {
	position: relative;
	/*! padding-bottom: 20px; */
	height: 430px;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	cursor: pointer;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
.hover15:hover  {
	border-radius: 15px 15px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(210,211,227,0.88);
  -moz-box-shadow: 0px 0px 10px 5px rgba(210,211,227,0.88);
  box-shadow: 0px 0px 10px 5px rgba(210,211,227,0.88);
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
/* Box image Effect */
.about-product-detail {text-align: center;font-size: 50px;line-height: 60px;font-family: Questrial-Regular;padding-top: 1%;}
.about-pro-con { display: inline-flex;padding-top: 2%;padding-bottom: 2%;}

/*** About Index Css ***/

/*** Client Index Css ***/
.client-index {
	background-color:#f2f4f5;
}
.margin-left-img {
	margin-top: 4%;
}
.client-text {
	font-family: 'Questrial-Regular';
	font-size:50px;
	line-height:26px;
	color:#b52527;
	padding-top: 63px;
	position: relative;
	margin-bottom: 4%;
}
.client-text::after {
    height: 4px;
    display: block;
    width: 45px;
    background: #f83e65;
    border-bottom: 1px white;
    content: '';
    margin-top: 25px;
    margin-left: 1%;
    padding-bottom: 5px;
}
.client-text-01 {
	font-family: 'Questrial-Regular';
	font-size:20px;
	line-height:35px;
	color:#464646;
	font-weight:600;
	text-align: justify;
	margin-bottom: 5%;
	padding-right: 2%;
	padding-left: 2%;
}
.client-text-02 {
	font-family: 'Questrial-Regular';
	font-size:26px;
	color:#464646;
	font-weight:600;
	text-align: justify;
	padding-left: 2%;
	margin-bottom: 4%;
}
.client-text-03 {
	font-size:36px;
}
.read-more-btn a {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: #363636;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 13px 5%;
    border-radius: 21px 21px;
    font-family: 'Arial Rounded MT Bold';
    letter-spacing: 0.6px;
    margin-left: 5%;
    margin-top: ;
}

.read-more-btn a:hover  {
    color: #fff;
	background: #d02e33;
	text-decoration:none;
}

/*** Client Index Css ***/
/*** Videoshowcase Index Css ***/
.videoshowcase {
	background-color:#eee4d2;
	padding-bottom: 3%;
	margin-bottom: 5%;
}
.video-index-title {
	font-family: 'Questrial-Regular';
	font-size:50px;
	line-height:26px;
	color:#054070;
	padding-top: 70px;
	position: relative;
	margin-bottom: 4%;
	text-align: center;
}
.video-index-title::after {
    height: 4px;
    display: block;
    width: 45px;
    background: #f83e65;
    border-bottom: 1px white;
    content: '';
    margin-top: 25px;
    margin-left: 48%;
    padding-bottom: 5px;
}
/*** Videoshowcase Index Css ***/

/** Product slider Index Css **/
.productslider {
	padding-top: 4%;
	background-color: #aa0208;
	padding-bottom: 4%;
}
.product-slider-index{
	font-size:50px;
	line-height:60px;
	font-weight:700;
	color:#fff;
	text-align:center;
	font-family: 'Questrial-Regular';
	letter-spacing: 0.9px;
}
.product-slider-index::after {
    height: 3px;
    display: block;
    width: 45px;
    background: #fff;
    content: '';
    margin-top: 14px;
    margin-left: 47%;
}
/** Product slider Index Css **/

/** Footer Index Css **/
.footer{
	background-color: #313a47;
	padding: 67px 53px;
}
.footer-head{
	font-weight:700;
	font-family: 'Questrial-Regular';
	font-size:25px;
	color:#fff;
}
.phone-footer{
    font-weight:700;
	font-family: 'Questrial-Regular';
	font-size:15px;
	color:#fff;
	line-height: 14px;		
}
.email-footer{
	font-weight:700;
	font-family: 'Questrial-Regular';
	font-size:15px;
	color:#fff;
	line-height: 25px;
	margin-bottom: 20px;
}
.email-footer a{
	font-weight:700;
	font-family: 'Questrial-Regular';
	font-size:15px;
	color:#fff;
	line-height: 25px;
}
.email-footer a:hover{
	color:#e03136;
	text-decoration:none;
}
.address-footer{
	font-weight:700;
	font-family: 'Questrial-Regular';
    font-size:15px !important;
	color:#fff;
	line-height: 25px;
	margin-bottom:21px;
}
.links a{
	font-family: 'myriad pro-regular';
	font-size:14px;
	color:#fff;
	line-height: 26px;
}
.links a:hover{
	color:#e03136;
	text-decoration:none;
}
.links li{
	list-style:none;
}
.footer-li {
	border-bottom: 1px dotted #fff; margin-bottom: 5%; padding-bottom: 3%; width:182px;
}
/** Footer Index Css **/
/** copyright Index Css **/	
.copy-right-text{
 	color:#fff !important;
	font-family: 'myriad pro-regular';
	font-size:14px;
}
.copy-right-text-01 {
	  color: #fff;
    font-family: 'myriad pro-regular';
    font-size: 14px;
	  float: right;
}
.copy-right-text-01 a {
    color: #fff;
}
.copy-right-text-01 a:hover {
    color: #ed1d24;
	  text-decoration: none;
}
.copy-right{
	background-color:#3d3f9a;
	padding: 18px 1px 9px 1px;
}
/** copyright Index Css **/	

/*** top arrow contant ***/
.scrollTop {
   opacity: 0;
	position: fixed;
	text-align: center;
	right: 26px;
	bottom: 0;
	color: #fff;
	border-radius: 10%;
	z-index: 999;
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center;
	transition: opacity .3s,bottom .5s,box-shadow .3s cubic-bezier(.55,0,.1,1),background-color .1s linear;
	background-color: #01010180;
	overflow: hidden;
}
.scrollTop i {
    top: 0 !important;
    left: 0 !important;
    position: relative;
    z-index: 10;
    transform: translate(0,0);
    transition: transform .2s ease;
    color: #fff;
    padding-top: 2%;
}

.scrollTop i, .scrollTop:hover {
    background-color: transparent !important;
}
.scrollTop i, .text-small {
    font-size: 40px !important;
}
.scrollTop i, .text-center {
    text-align: center !important;
}
.scrollTop::before, .scrollTop:hover::after {
    transform: scale(1);
}
.scrollTop::after, .scrollTop::before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;   
    transform: scale(0);
    transition: all .3s cubic-bezier(.55,0,.1,1);
    border-radius: 10%;
	
background: rgb(255,217,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,217,0,1) 0%, rgba(254,200,59,1) 25%, rgba(247,152,67,1) 53%, rgba(249,183,162,1) 84%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,217,0,1) 0%,rgba(254,200,59,1) 25%,rgba(247,152,67,1) 53%,rgba(249,183,162,1) 84%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(255, 72, 0) 0%,rgb(254, 59, 59) 25%,rgb(230, 23, 23) 53%,rgb(206, 35, 35) 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd900', endColorstr='#f9b7a2',GradientType=0 ); 

}
.scrollTop:hover i {
    transform: translate(0,-39px) !important;
	}
/*** top arrow contant ***/
/**** Index Page Css *****/	

/*** aboutus Page Css ****/	
.about{
	padding-bottom:5%;
	padding-top:7%;
	background-color: #f2f4f5;
}
.top-text { background-color:#fff; margin-left: -35%;padding: 20px;border: 1px solid #d7dce8;margin-right: 0%;box-shadow: 4px 6px 0 #f77779;}
.img-set { margin-top:12%; margin-left:-5%;} 
.about-head1{
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	/*! font-weight:700; */
	text-align: center;
	margin-top: -14%;
	font-family: 'Bungee Inline', cursive;
}
.about-head1::after {

    height: 4px;
    display: block;
    width: 45px;
    background: #fefefe;
    /*! border-bottom: 1px white; */
    /*! content: ''; */
    margin-top: 10px;
    margin-left: 48%;
    padding-bottom: 3px;
}
.about-head{
	font-family: 'Questrial-Regular';
	font-size: 30px;
	line-height: 26px;
	color: #054070;
	text-align:center;
	padding-top: 0%;
	font-weight:700;
	padding-bottom:10px;
	
}

.about-head::after {
   height: 4px;
    display: block;
    width: 45px;
    background: #f83e65;
    border-bottom: 1px white;
    content: '';
    margin-top: 15px;
    margin-left: 48%;
    padding-bottom: 5px;
}
.about-span { 
	font-size: 20px;
	line-height: 30px;
	text-transform: capitalize;
	/*! font-family: 'Lobster', cursive; */
	text-align: center;
	color: #beb7b7;
	padding-bottom: 4%;
	padding-top: 1%;
}
.about-paragraph {
	font-family: 'Questrial-Regular';
	font-size: 16px;
	line-height: 27px;
	color: #59687c;
	text-align: justify;
	letter-spacing: 0.8px;
	margin-bottom: 12px;
}
.row-margin {margin-left: 2% !important; margin-right: 2% !important;padding-bottom: 4%;}
.heading-font {  color: #3d3d3d !important;
    font-family: 'Questrial-Regular';
    font-size: 32px;
    line-height: 60px;
    letter-spacing: 1px;
    font-weight: 700;
margin-right: 0%;
border-bottom: 2px dotted;
text-transform: uppercase;
}
.heading-font-left { text-align: left;}
.heading-font-right { text-align: right;}

/*** aboutus Page Css ****/

/* -- Conatct --- */
.display-inline-block {display:inline-block !important}
.icon-round-medium {border-radius: 100%; display: table-cell; height: 90px; margin: 0 auto; text-align: center; vertical-align: middle; width: 90px;}
.bg-extra-dark-gray {background-color:#1c1c1c;}
.icon-medium {font-size: 35px}
.text-white {color:#FFF}
.margin-20px-bottom {margin-bottom:20px}
.margin-5px-bottom {
    margin-bottom: 5px;
}
.font-weight-600 {
    font-weight: 600;
}
.text-extra-dark-gray {
    color: #2c2c2c;
}
.text-medium {
    font-size: 20px;
    line-height: 20px;
}
.alt-font {font-family: 'Questrial-Regular';
    font-weight: 500;
}
.center-col { font-size: 14px; color:#333;letter-spacing: 0.3px;} 
.center-col a { color:#333;}
.center-col a:hover { color: #ed1d24;text-decoration: none;}

.contact-info{
    font-size: 40px;
    color: #373737;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
}
.btn.btn-deep-pink {background: #ed1d25; border-color: #ed1d25; color: #ffffff}
.btn.btn-deep-pink:hover, .btn.btn-deep-pink:focus {background: transparent; border-color: #ed1d25; color: #ed1d25}

.margin-top { margin-top:7%;margin-bottom: 2%;}

/* -- Conatct --- */

.row-padding { margin-top:3%;margin-left: 2% !important;margin-right: 2% !important;}

/*** quility Page Css ****/
.about-pra li{
	font-family: 'Questrial-Regular';
	font-size: 15px;
	line-height: 30px;
	color: #59687c;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: justify;
	margin: 0% 0% 0% 2%;
}
/*** quility Page Css ****/

.cname { text-align:right;margin-bottom: -1%;color: #9f181c;}
.thumb {
    background: transparent url(../images/history-thumb.png) no-repeat 0 0;
    width: 198px;
    height: 155px;
    margin: -17px 195px 30px;
    padding: 0;
    float: right;
}
.thumb img {
    border-radius: 150px;
    margin: 7px 8px;
    width: 117px;
    height: 117px;
}
.photo img{
  object-fit: cover;
  /*! box-shadow: 10px 15px 25px 0 rgba(0, 0, 0, 0.42); */
  display: block;
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}

.photo:hover img{
  box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
}

.photo .glow-wrap{
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
}

.photo:hover img,
.photo:hover {
  filter: grayscale(100%) contrast(120%);
}

/******** Table Contant ********/
table {
  	border-collapse: collapse;
	  margin: 0;
  	padding: 0;
  	width: 98%;
  	margin-bottom: 4%;
}
table td {
  	padding: 4px;
	font-family: 'Questrial-Regular';
	font-size:16px;
  	text-align: center;
  	text-transform: capitalize;
}
table td:hover {
  	background-color: #dfe4df66;
}
.table-border {
  padding:10px;
	text-align: center;
}

table tr {
	/*! background: #ffe2e266; */
}
table th {
	font-size: 18px;
	color: #1d1d1d;
	background-color: #686ab04d;
    letter-spacing: 1px;
    line-height: 18px;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	padding: 10px 0;
	text-align: center;
}
.table-th {
	font-family: 'Questrial-Regular';
	background-color:#202020;
	color:#fff;
	font-size:20px;
	padding:8px;
	text-align:center;
}
.table-td {
	padding:8px;
	font-family: 'Questrial-Regular';
	font-size:25px;
	font-weight: 700;
	text-align:center;
	border-bottom: none;
	
}
.table-width {
	width:90%;
}
.table-shadow {
    box-shadow: 1px 2px 7px 2px #58514b;
}
/******** Table Contant ********/
/*********** tab *********/

/* Tabs panel */
.tabbable-panel {
  border:1px solid #e7e7e7;
  padding: 2px;
  margin-top: 5%;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
  font-size: 20px;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #c97149;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  /*! border: 0; */
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #e7e7e7;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.info-font-2 {color:#1d1d1d; font-family: 'Questrial-Regular'; font-size:16px; text-align: justify;line-height: 26px;letter-spacing: 0.5px;margin-left: 1% !important;margin-right: 1% !important;}

/*********** tab *********/
/*********** timeline *********/
.timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 2px;
    background: #787474;
    left: 50%;
    margin-left: -1px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    position: relative;
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #dcdcdc;
    border-right: 0 solid #dcdcdc;
    border-bottom: 15px solid transparent;
    content:" ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 14px solid transparent;
    content:" ";
}
.timeline > li > .timeline-badge {
    color: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge > a {
    color: #5b5da9 !important;
    margin-bottom: 10px;
}
.timeline-badge a:hover {
    color: #da251d !important;
    opacity: 0.8;
	text-decoration:none;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-heading h4 {
    padding: 5px 20px;
    font-family: 'Questrial-Regular';
    font-size: 16px;
    line-height: 27px;
    color: #59687c;
    text-align: justify;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
}
.timeline-body > p, .timeline-body > ul {
    padding: 10px 15px;
    margin-bottom: 0;
}
.timeline-footer {
    padding: 5px 15px;
    background-color:#f4f4f4;
}
.timeline-footer p { margin-bottom: 0; }
.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}
.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}
.timeline > li:nth-child(2) {
    margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}
.no-float {
    float: none !important;
}
.site-map {
	margin-left: 20px;
 	line-height: 23px;
	font-family: 'myriad-pro-condensed';
}
.right-arrow {
	padding:0px 10px;
}
.site-map li a {
	color: #337ab7;
}
.site-map li a:hover {
	color: #DA251D;
}
/*********** timeline *********/


.heading-new a {
  text-align: center;
  color: #ed1c23 !important;
  background-color: #cecece;
  font-weight: 700;
}