body {
	font-family: 'robotoregular';
	height: auto !important;
	font-weight:400;
	font-size: 14px;
	color: #231f20;
}
a:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
ul {
	padding:0px !important;
	margin:0px;
}
li {
	list-style-type:none;
}
#toTop{
	position: fixed;
	bottom: 20px;
	display:none;
	right: 20px;
	height:50px;
	width:50px;
	background:#171717;
	color:#fff;
	line-height:30px;
	border:2px solid #fff;
	border-radius:50%;
	cursor: pointer;
	font-size:20px;
	z-index:1111;
}
a:hover, a:focus {
	text-decoration: none;
}
section {
	position: relative;
	overflow: hidden;
	background-size:cover;
	background-repeat:no-repeat ;
	background-position:center center;
	z-index:10;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 600;
	background: #fff;
}
/*HEADER ANimation*/
.sticky-header header {
	top:0;
	background: #fff;
	position:fixed;
	-webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -ms-animation-name: slideInDown;
    animation-name: slideInDown;
	box-shadow:0 0 8px 0 rgba(0,0,0,.3);
	-moz-box-shadow:0 0 8px 0 rgba(0,0,0,.3);
	-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.3);
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@-moz-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.vh-center {
	display: table-cell;
	vertical-align: middle;
}
/*HEADER START*/
.custom-nav {
	padding: 10px 100px;
}
.logo {
	float: left;
}
.logo a {
	display: block;
}
.logo a img {
	width: 92px;
}
.main-menu {
	float: right;
	margin-top: 20px;
}
.main-menu ul {
}
.main-menu ul li {
	display: inline-block;
	margin-left: 35px;
}
.fivestation{
  width:263px !important;
  }
 .fivefooter{
  width:363px !important;
  }
.main-menu ul li a {
	display: inline-block;
	color: #868686;
	text-transform: uppercase;
	font-size: 14px;
	padding: 20px 0;
}
.main-menu ul li i {
	margin-left: 5px;
	/*display: none;*/
}
.main-menu ul li.active i {
	transform: rotateX(180deg);-o-transform: rotateX(180deg);-moz-transform: rotateX(180deg);-webkit-transform: rotateX(180deg);
}
.sticky-header .logo a img {
	width: 60px;
}
.sticky-header .main-menu {
	margin-top: 3px;
}
/*BANNER START*/
.landing-sliders-sec {
	/*height: 100vh;*/
	width: 100%;
	text-align: center;
}
.slide-one-by-one {
	width: 100%;
	position: relative;
}
.slide-one-by-one .item {
	/*height: 100vh;*/
	min-height: 790px;
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.slide-one-by-one .item:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	content: '';
	width: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%);
}
.fix-content {
	position: relative;
	width: 100%;
	padding: 300px 10% 0;
	z-index: 10;
}
.fix-content h1 {
	font-weight: normal;
	font-size: 46px;
	color: #fff;
	margin: 0;
	font-family: 'ralewaybold';
}
.fix-content a {
	display: inline-block;
	color: #fff;
	height: 60px;
	padding: 0 40px;
	border: 2px solid #fff;
	text-transform: uppercase;
	line-height: 56px;
	border-radius: 4px;
	font-size: 16px;
	letter-spacing: 1.54px;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.fix-content a:hover {
	background: #fff;
	color: #131313;
}
.slide-one-by-one .owl-controls {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	margin: 0px;
}
.slide-one-by-one .owl-dots .owl-dot span {
	border: none;
	background: #fff;
	height: 8px;
	width: 8px;
	margin: 3px;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.slide-one-by-one .owl-dots .owl-dot.active span {
	width: 20px;
	background:#CFA152;
}
/*FOOTER START*/
footer {
	background: #EEEEEE;
}
.top-footer {
	padding: 30px 100px;
	background: #868686;
}
.add-para {
	color: #fff;
	line-height: 24px;
}
.add-para b {
	display: block;
}
.footer-logo {
	text-align: right;
}
.footer-logo a {
	display: block;
}
.footer-logo a img {
	width: 116px;
}
.bot-footer {
	background: #fff;
	padding: 20px 0;
	font-family: 'robotolight';
}
.left-copyrights {
	font-size: 14px;
	color: #868686;
}
.left-copyrights span {
	display: inline-block;
	margin: 0 10px;
}
.foot-menus {
	text-align: right;
}
.foot-menus ul li {
	display: inline-block;
	margin-left: 30px;
}
.foot-menus ul li a {
	display: block;
	font-size: 14px;
	color: #868686;
}
/*ABOUT US*/
.inner-page-banner {
	height: auto;
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.banner-caption {
	position: static;
	text-align: center;
	width: 100%;
	padding: 80px 0;
	margin-top: 300px;
	background: rgba(255,255,255,0.67);
}
.banner-caption h1 {
	color: #727070;
	font-size: 56px;
	margin: 0 0 20px;
	font-family: 'ralewaybold';
}
.banner-caption p {
	font-family: 'ralewaybold';
	color: #727070;
	font-size: 32px;
	line-height: normal;
}
.banner-caption h4 {
	font-family: 'robotolight';
	color: #727070;
	font-size: 32px;
	margin-top: 40px;
}
.top-nav {
	padding: 20px 0;
	background: #868686;
}
.top-nav ul {
	margin: 0 -5px;
	text-align: center;
}
.top-nav ul li {
	padding: 0 5px;
	float: none;
	width: 25%;
	display: inline-block;
    margin:1px 0px;
}
.top-nav ul li a {
	display: block;
	padding: 10px;
	text-align: center;
	background: #bcbec0;
	color: #231f20;
	text-align: center;
	font-family: 'ralewaybold';
	font-size: 22px;
	border-radius: 10px;
}
.who-we-are-main {
	background: #fff;
	padding: 70px 0 !important;
}
.our-history {
	padding: 70px 0 !important;
}
.a-left-box {
	width: 35%;
	float: left;
	padding: 0px 6% !important;
}
.a-left-box h1 {
	font-family: 'ralewaybold';
	font-size: 40px;
	color: #727070;
}
.a-left-box p {
	font-size: 30px;
	color: #727070;
}
.a-right-box {
	width: 65%;
	float: left;
	padding: 0px 6% !important;
}
.a-right-box {
	padding: 160px 60px;
}
.a-right-box p {
	font-size: 20px;
	margin-bottom: 20px;
	color: #727070;
}
.crit-main-box h3 {
	color: #727070;
}
.our-history {
	color: #fff !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-attachment: fixed !important;
}
.our-history .a-right-box p {
	color: #fff;
}
.our-history .a-left-box h1, .our-history .a-left-box p {
	color: #fff;
}
/*OUR TEAM*/
.our-team-page {
	padding: 4% 7%;
	background: #dcddde;
}
.teams-list ul {
	margin: 0 -15px;
	font-size: 0px;
	text-align: center;
}
.teams-list ul li {
	padding: 0 15px;
	width: 25%;
	margin-bottom: 50px;
	display:inline-block;
}
.key-member-image {
	height: 250px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}
.img-capt {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	background: rgba(248,2,2,0.53);
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.key-member-box:hover .img-capt {
	visibility: visible;
	opacity: 1;
}
.img-capt a {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 70px;
	width: 70px;
	transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);
}
.img-capt a img {
	height: 70px;
	width: 70px;
}
.key-member-image > img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
}
.key-member-box h1 {
	font-family: 'ralewaybold';
	padding: 25px 25px 0px;
	background: #868686;
	margin: 0px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	min-height: 110px;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.key-member-box:hover h1 {
	background: #f80202;
}
/*INVESTMENT START*/
.investment-main .top-nav ul li a {
	font-size: 18px;
}
.inversments-logos {
	padding: 4% 200px;
}
.inversments-logos h1 {
	font-size: 46px;
	margin: 0 0 40px;
	text-align: center;
	font-family: 'ralewaybold';
	color: #727070;
}
.inversments-logos h4 {
	font-size: 28px;
	margin: 0 0 40px;
	text-align: center;
	color: #727070;
}
.inversments-logos ul {
	margin: 60px -20px 0;
}
.inversments-logos ul li {
	width: 20%;
	float: left;
	padding: 0 20px;
	margin-bottom: 40px;
} 
.client-logos-box {
	position: relative;
	height: 150px;
}
.client-logos-box img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
}
.cust-border-blck {
	height: 150px;
	background: #2f2f2f;
}
.client-logos-box:hover .img-capt {
	visibility: visible;
	opacity: 1;
}
.inversments-grid-5 ul li {
	width: 20%;
}
/*criteriya-page- START*/
.inner-page-banner.criteriya-page-banner {
	height: auto;
	position: relative;
}
.inner-page-banner.criteriya-page-banner:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60%;
	content: '';
	width: 100%;
	z-index: -1;
	background: rgb(220,221,222);
	background: linear-gradient(0deg, rgba(220,221,222,1) 0%, rgba(220,221,222,1) 30%, rgba(220,221,222,0) 100%);
}
.tot-perston h4 {
	text-align: center;
	color: #fff;
	text-shadow: 0 0 5px #000;
	margin: 200px auto 50px;
	width: 80%;
	font-size: 30px;
	line-height: 40px;
	font-family: 'ralewayextralight';
}
.tot-perston h5 {
	text-align: center;
	color: #fff;
	text-shadow: 0 0 5px #000;
	margin: 50px auto 100px;
	width: 80%;
	font-size: 30px;
	font-family: 'ralewayextralight';
}
.page-new-heading {
	text-align: center;
}
.page-new-heading h2 {
	margin: 0px 0 50px;
	font-size: 46px;
	color: #565656;
	font-family: 'robotobold';
	font-weight: bold;
}
.page-new-heading h2 span {
	position: relative;
	display: inline-block;
	padding-bottom: 30px;
}
.page-new-heading h2 span:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 10px;
	width: 300px;
	content: '';
	margin-left: -150px;
	background: #ea0d0c;
}
.page-new-heading p {
	font-family: 'robotobold';
	font-size: 32px;
	color: #565656;
	margin-bottom: 60px;
}
.news-section .nav-tabs {
    overflow: auto;
    white-space: nowrap;
}
.criteria-sec-box {
	padding: 4% 0;
	background: rgb(220,221,222);
}
.crit-main-box {
	min-height: 350px;
	padding: 40px 20px;
	display: block;
	background: #fff;
	text-align: center;
	margin-bottom: 40px;
	border: 2px solid #ea0d0c;
}
.crit-main-box .vh-center {
	display: block;
}
.crit-main-box h3 {
	font-size: 30px;
	margin-bottom: 10px;
	font-family: 'robotobold';
}
.crit-main-box p {
	font-size: 18px;
	margin: 0px;
	color: #727070;
}
/*NEWS START*/
.news-section {
	padding: 4% 0;
	background: rgb(220,221,222);
}
.red-title {
	text-align: center;
}
.red-title h1 {
	padding: 20px 130px;
	display: inline-block;
	background: #ea0d0c;
	color: #fff;
	font-size: 28px;
	margin: 0px 0 30px;
	border-radius: 4px;
}
.news-section .nav-tabs {
	text-align: center;
}

    .news-section .nav-tabs > li {
		float: none;
		margin: 10px;
		display: inline-block;
		min-width: 200px;
		background: #ea0d0c;
		border-radius: 6px;
	}

	
		.news-section .nav-tabs > li > a {
			margin: 0px;
			padding: 15px 10px;
			border-radius: 4px;
			font-size: 22px;
			color: #fff;
			transition: all 300ms linear 0s;
			-o-transition: all 300ms linear 0s;
			-moz-transition: all 300ms linear 0s;
			-webkit-transition: all 300ms linear 0s;
			border: solid 4px transparent;
		}
	

.news-section .nav-tabs > li.active > a, .news-section .nav-tabs > li.active > a:hover {
	border-color: #fff !important;
}

	.news-section .nav-tabs > li.active > a {
		background: #ea0d0c !important;
		color: #fff;
		border-color: #ffffff !important;
	}

.news-section .nav-tabs > li > a:hover {
	border-color: #808285 !important;
	background:  #808285;
}
.inner-news-taber {
	padding: 100px 0;
}
.news-box {
	padding-bottom: 50px;
	margin-bottom: 70px;
	position: relative;
}
.news-box:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 10px;
	width: 110px;
	content: '';
	background: #ea0d0c;
}
.news-box h2 {
	font-size: 26px;
	margin: 0 0 30px;
	color: #868686;
	font-family: 'ralewaybold';
}
.news-box h2 a {
	color: #727070;
}
.news-box p {
	font-size: 20px;
	color: #868686;
	position: relative;
	margin-bottom: 40px;
}
.news-box p:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 10px;
	width: 110px;
	content: '';
	background: #ea0d0c;
	display: none;
}
.news-box a.readmore {
	font-size: 18px;
	text-transform: uppercase;
	vertical-align: middle;
	display: inline-block;
	color: #868686;
	font-family: 'ralewaybold';
}
.news-box a.readmore img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 18px;
	margin-top: -10px;
}
/*CONTACT PAGE*/
.contact-page-sec {
	padding: 4% 0;
}
.cont-left-info {
	color: #868686;
}
.cont-left-info h3 {
	font-size: 32px;
	margin: 0 0 30px;
	font-family: 'ralewaybold';
}
.cont-left-info h5 {
	font-size: 16px;
	margin: 0 0 60px;
	line-height: 24px;
	font-family: 'robotolight';
}
.cont-form-div .form-control {
	height: 50px;
	border: 1px solid #868686;
	color: #868686;
	border-radius: 5px;
	font-size: 18px;
	margin-top: 20px;
}
.cont-form-div textarea.form-control {
	height: 130px;
}
.cont-btn {
	height: 50px;
	width: 100%;
	font-size: 18px;
	border-radius: 5px;
	color: #fff;
	background: #f80202;
}


/*FEEDBACK CSS 30Apr*/
.slide-one-by-one .item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    content: '';
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%);
}
.slide-one-by-one .item::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.15);
}

 

.top-nav ul li a {
    transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.top-nav ul li a:hover {
    background: #000;
    color: #fff;
}

 


.a-right-box, .a-left-box {
    position: relative;
    z-index: 1;
}
.our-history {
    position: relative;
}
.our-history:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.35);
}

 

.news-section .nav-tabs > li.active > a {
    background: #000;

 

}
.news-section .nav-tabs > li.active > a, .news-section .nav-tabs > li.active > a:hover {
    border-color: #000;
}
.news-section .nav-tabs > li > a:hover {
    border-color: #808285 !important;
    background: #808285;
}
.inner-page-banner.criteriya-page-banner {
    position: relative;
}
.inner-page-banner.criteriya-page-banner::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.25);
}
.inner-page-banner.criteriya-page-banner::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60%;
    content: '';
    width: 100%;
    z-index: -1;
    background: rgb(220,221,222);
    background: linear-gradient(0deg, rgba(220,221,222,1) 0%, rgba(220,221,222,1) 30%, rgba(220,221,222,0) 100%);
}
.tot-perston h4 {
    text-shadow: 0px 0px 3px #000;
}
.bullet-style {
	padding-left: 25px;
	position: relative;
}
.bullet-style:after {
	position: absolute;
	left: 0;
	top: 13px;
	content: '';
	height: 10px;
	width: 10px;
	background: #ea0d0c;
	border-radius: 50%;
}
 


.page-new-heading h2 span::after {
  /*-webkit-animation-name: left-to-right;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1000;
  -webkit-animation-direction: alternate;*/
}
/*@-webkit-keyframes left-to-right {
  from { left: 0px;  }
  to { left: 155px; }
}*/

 


.all-popups-outer {

 

}
.left-pros-pop {
    width: 250px;
    height: 100%;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 0;
}
.left-pros-pop img {
    width: 100%;
    border-bottom: 2px solid #F80101;
}
.all-popups-outer .modal-body {
    padding: 0px;
    position: relative;
    padding-left: 250px;
}
.all-popups-outer .modal-content {
    border-radius: 0px;
}
.right-pros-pop h1 {
    font-size: 30px;
    color: #fff;
    padding: 20px;
    background: #F80101;
    margin: 0 0 0px;
}
.right-pros-pop h5 {
    font-size: 18px;
    color: #727070;
    padding: 20px;
    margin: 0px;
    line-height: 26px;
}
.all-popups-outer .modal-content .close {
    position: absolute;
    height: 30px;
    width: 30px;
    background: #333;
    border: 2px solid #fff;
    border-radius: 50%;
    right: -10px;
    top: -15px;
    color: #fff;
    z-index: 1;
    opacity: 1;
    text-shadow: none;
    font-size: 20px;
    line-height: 26px;
}

 

.all-popups-outer .modal-dialog {
    margin: 80px auto;
}

.contact-page-sec {
    background: #fff;
}
.cont-form-div .wpcf7-submit {
    height: 50px;
    width: 100%;
    font-size: 18px;
    border-radius: 5px;
    color: #fff !important;
    background: #f80202 !important;
    padding: 0px;
    border: none;
}

.inversments-logos {
    background: #fff;
}
.page-new-heading h2 span span {
    display: none;
}

 

.news-details-banner{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} 
.page-template-news .inner-page-banner, .page-template-contactus .inner-page-banner {
	height: auto;
}
.page-template-news .inner-page-banner .banner-caption, .page-template-contactus .inner-page-banner .banner-caption {
    position: static;
    margin-top: 250px;
    padding: 40px 0;
}
.news-details-banner .banner-caption  {
    position: static;
    margin-top: 250px;
    padding: 40px 0;
}
.new-details-page {
    padding: 4% 0;
    background: #fff;
}
.left-news-det h1{
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    color: #727070;
} 
.left-news-det h3 a {
    color: #727070;
}
.left-news-det h2 {
    font-weight: bold;
    font-size: 20px;
    color: #727070;
}
.left-news-det h3 {
    font-size: 18px;
    color: #999;
    margin: 20px 0;
    font-style: italic;
}
.left-news-det p {
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 20px;
    color: #727070;
    word-wrap: break-word;
}
.editor-style li {
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.editor-style li:after {
    position: absolute;
    left: 0px;
    top: 12px;
    content: '';
    height: 10px;
    width: 10px;
    background: #ea0d0c;
    border-radius: 50%;
}



.main-menu > ul > li {
	position: relative;
}
.submenus {
	position: absolute;
	left: 0%;
	top: 120%;
	width: 200px;
	background: #777;
/*	visibility: hidden;
	opacity: 0;*/
        display:none;
	z-index: 10;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.main-menu > ul > li:hover .submenus {
/*	visibility: visible;
	opacity: 1;
        display:block !important;*/
	top: 100%;
}
.submenus:after {
	position: absolute;
	left: 20px;
	top: -10px;
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #777;
}
.submenus li {
	display: block !important;
	margin: 0px !important;
	border-bottom: 1px solid #ddd;
}
.submenus li:last-child {
	border: none;
}
.submenus li a {
	color: #fff !important;
	padding: 10px 15px !important;
	text-transform: capitalize !important;
}
.main-menu > ul > li.active .submenus {
/*    visibility: visible;
    opacity: 1;*/
    top: 100%;
    display: block !important;
}
/*.page-template-contactus .banner-caption, .page-template-news .banner-caption {
	min-height: 45vh;
}*/

/*18 Jun*/
.inner-page-newbanner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 120px;
	padding: 100px 0 100px;
	position: relative;
}
.inner-page-newbanner:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: -1;
	background: rgba(0, 0, 0, 0.40);
}
.newbanner-caption {
	position: relative;
	width: 57%;
	padding: 30px 60px 30px 30px;
	color: #fff;
	border:2px solid #fff;
}
.newbanner-caption:before {
	position: absolute;
	content: '';
	left: -30px;
	top: -30px;
	height: 100%;
	width: 100%;
	z-index: -1;
	display: none;
	background: rgba(217, 2, 22, 0.31);
}
.newbanner-caption h1 {
	font-family: 'ralewaybold';
	font-size: 52px;
	margin: 0 0 20px;
}
.newbanner-caption p {
	font-size: 24px;
	font-family: 'robotolight';
}

.top-new-navs {
	background: #EFEFEF;
	padding: 30px 0;
}
.top-new-navs ul {
    margin: 0 -5px;
    text-align: left;
}
.top-new-navs ul li {
    padding: 0 5px;
    float: none;
    width: 24%;
    display: inline-block;
    margin: 1px 0px;
}
.top-new-navs.w-33 ul li {
	width: 33%;
}
.top-new-navs ul li a {
	font-size: 14px;
	letter-spacing: 1.8px;
	color: #727070;
	font-family: 'ralewaybold';
	display: block;
	vertical-align: middle;
}
.top-new-navs ul li a span {
	display: inline-block;
	vertical-align: middle;
}

.new-top-footer {
	background: #EFEFEF;
	padding: 80px 0;
}
.footer-logo {
	text-align: left;
}
.office-add-new h4 {
	margin: 10px 0 23px;
	color: #727070;
	font-size: 14px;
	letter-spacing: 1.4px;
	font-family: 'ralewayextrabold';
}
.office-add-new p {
	font-size: 14px;
	color: #727070;
	line-height: 30px;
	font-family: 'robotolight';
}
.footer-logo a img {
	width: 173px;
}

.crit-main-box a {
    color:#ea0d0c;
}
.crit-main-box a:hover {
    font-weight: bold;
}


 /*23-june*/
.all-popups-outer-new .modal-content {
	border-radius: 0px;
	border:none;
	box-shadow: none;
	position: relative;
}
.all-popups-outer-new .modal-content:before {
	position: absolute;
	left: 10px;
	top: 10px;
	background: #D90916;
	content: '';
	height: 100%;
	width: 100%;
	z-index: -1;
}
.client-log-poper img {
	width: 100%;
}
.all-popups-outer-new .modal-body {
	padding: 40px;
}
.all-popups-outer-new .modal-body h3 {
	font-family: 'ralewaybold';
	font-size: 30px;
	color: #D90216;
	margin: 0 0 20px;
}
.all-popups-outer-new .modal-body p {
	font-size: 16px;
	line-height: 30px;
	font-family: 'robotolight';
	color: #727070;
	margin-bottom: 30px;
}
.vist-a {
	display: block;
	text-transform: uppercase;
	font-family: 'ralewayextrabold';
	font-size: 14px;
	letter-spacing: 1.4px;
	color: #727070;
	margin-top: 15px;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.vist-a:hover, .vist-a:focus {
	color: #D90216;
}
.vist-a i {
	margin-left: 15px;
	color: #D90216;
}
.all-popups-outer-new .close {
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 1;
	font-size: 30px;
	z-index: 1;
	text-shadow: none;
        color: #333 !important;
        background: none !important;
}

.custom-pagination {
    text-align: center;
}
.custom-pagination .page-numbers, .custom-pagination a {
    display: inline-block;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
    background: #fafafa;
    font-size: 16px;
    font-family: 'robotolight';
    transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.custom-pagination a:hover, .custom-pagination .current {
    color: #fff;
    background: #D90216;
}
.top-new-navs.sml-fonts ul{
	text-align:center;
}
.top-new-navs.sml-fonts ul li {
	vertical-align:top;
}
.top-new-navs.sml-fonts ul li a img {
}
.top-new-navs.sml-fonts ul li a span {
	vertical-align: middle;
	width:80%;
	padding-left: 9px;
	text-align:left;
}
/*Devider-teams*/
.teams-list .devider-tams {
    font-size: 20px;
    padding: 20px 0;
    margin: 30px 0;
    color: #333;
    font-family: 'robotolight';
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.left-news-det {
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 20px;
    color: #727070;
    word-wrap: break-word;
}
.left-news-det ul li {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 20px;
    color: #727070 !important;
    word-wrap: break-word;
	list-style-type: disc;
	margin-left: 28px;
	margin-top: 16px;
}

.left-news-det ol li {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 20px;
    color: #727070 !important;
    word-wrap: break-word;
	list-style-type: decimal;
	margin-left: 28px;
	margin-top: 16px;
}