.menu_wrap {
	padding: 20px 0;
	background: #fff;
}

.menu_wrap,.menu_wrap .navbar-brand img,.menu_wrap .navbar-nav>li>a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.menu_wrap .navbar-right {
	margin-top: 7px;
}

.menu_wrap .navbar-nav>li>a {
	font-size: 14px;
	text-transform: uppercase;
	color: #666;
}

.menu_wrap .dropdown-menu {
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 15px;
}



.dropdown-menu:before {
	border-bottom: 15px solid rgba(0, 0, 0, 0.2);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	content: "";
	display: inline-block;
	left: 40%;
	position: absolute;
	top: -15px;
}

.dropdown-menu:after {
	position: absolute;
	top: -14px;
	left: 40%;
	display: inline-block;
	border-right: 14px solid transparent;
	border-bottom: 14px solid #ffffff;
	border-left: 14px solid transparent;
	content: '';
}


.menu_wrap .dropdown-menu > li > a {
	padding: 6px 20px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent;
	color: #000;
}

.menu_wrap .navbar-nav>li>a.active,.menu_wrap.navbar-fixed-top .navbar-nav>li>a {
	color: #000;
}

.menu_wrap .navbar-nav>li>a.active::before {
	background: #000 0 0;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -8px;
	position: absolute;
	top: 50px;
	width: 16px;
}

.menu_wrap .navbar-nav>li.dropdown,.menu_wrap .navbar-nav>li.dropdown:hover {
	background: 0 0;
}

.menu_wrap.navbar-fixed-top {
	padding: 0 0 5px;
	box-shadow: 1px 0 1px #ccc;
}

.menu_wrap.navbar-fixed-top .navbar-brand img {
	max-width: 160px;
}

.menu_wrap .navbar-nav>li>a:focus,.menu_wrap .navbar-nav>li>a:hover {
	background: 0 0;
}

@media (min-width:990px) {
.navbar-right {
	margin-right: 15px;
}

.service_dropdown {
	left: -20px !important;
	margin-top: 5px !important;
}

.user_dropdown {
	left: -20px !important;
	margin-top: 5px !important;
}


}

@media (max-width:990px) {

}

@media (max-width:768px) {
	
		.menu_wrap .navbar-brand img {
		max-width: 160px;
	}

	.menu_wrap .navbar-right {
		margin-top: 7px;
	}

	.menu_wrap .navbar-collapse, .menu_wrap.navbar-fixed-top .navbar-collapse {
		background: #ccc none repeat scroll 0 0;
	}

	.menu_wrap .navbar-collapse.collapse.in, .menu_wrap.navbar-fixed-top .navbar-collapse.collapse.in {
		background: #ccc none repeat scroll 0 0;
		height: 100vh;
		margin: 0;
		position: fixed;
		right: 0;
		top: 0px;
		width: 100%;
		z-index: 10;
	}

	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: none;
	}

	.menu_wrap .navbar-header {
		background: #fff none repeat scroll 0 0;
		position: relative;
		z-index: 11;
	}

	.nav.navbar-nav.navbar-right {
		margin-top: 50px;
	}
	.menu_wrap {
		padding: 0;
		margin-bottom: 0;
	}

	.menu_wrap .navbar-toggle {
		padding: 3px 10px;
		margin-top: 4px;
	}

	.menu_wrap  .navbar-brand {
		;
  height: auto;
		padding: 6px 15px;
	}

	.menu_wrap.navbar-fixed-top {
		box-shadow: none;
		padding: 0;
	}

	.dropdown-menu:before, .dropdown-menu:after , .menu_wrap .navbar-nav>li>a.active::before {
		display: none;
	}
	
	.mobile_right{position: absolute!important;
					right: 0;
					top: 47px;
					z-index: 100;
	}
	
	.navbar-nav > li > a {
		  line-height: 20px;
		  padding-bottom: 5px;
		  padding-top: 5px;
		}
		
		.dropdown-menu {
		padding: 0;
			}
	
}

.fade-carousel {
	position: relative;
	height: 540px;
}

.fade-carousel .carousel-inner .item {
	height: 540px;
}

.fade-carousel .carousel-indicators>li {
	margin: 0 2px;
	background-color: #f39c12;
	border-color: #f39c12;
	opacity: .7;
}

.fade-carousel .carousel-indicators>li.active {
	width: 10px;
	height: 10px;
	opacity: 1;
}

.hero {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	text-align: center;
	text-transform: uppercase;
	background: rgba(0,0,0,.7) 0 0;
	box-sizing: border-box;
	color: #ccc;
	font-size: .9em;
	line-height: 1.4em;
	padding: 2% 4%;
	width: 100%;
}

.fade-carousel .slides .slide-1,.fade-carousel .slides .slide-2,.fade-carousel .slides .slide-3 {
	height: 540px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
	background-image: url(../img/slide_3.jpg);
}

.fade-carousel .slides .slide-2 {
	background-image: url(../img/slide_1.jpg);
}

.fade-carousel .slides .slide-3 {
	background-image: url(../img/slide_2.jpg);
}

.display_slide {
	position: relative;
	height: 400px;
}

.display_heading {
	font-family: "Montserrat",sans-serif,Helvitica,Arial;
	font-size: 5em;
	font-weight: 400;
	padding: 2em 1.2em 0.4em;
}

.display_slide.services {
	background-image: url(../img/page_slides/services-header.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.display_slide.captioning {
	background-image: url(../img/page_slides/captioning.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.display_slide.transcription {
	background-image: url(../img/page_slides/transcription.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.display_slide.translation {
	background-image: url(../img/page_slides/translation-dark.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.display_slide.knowUs {
	background-image: url(../img/page_slides/about-us.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.display_slide.contactUs {
	background-image: url(../img/page_slides/contact-us.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (max-width:980px) {
	.fade-carousel, .display_slide {
		position: relative;
		height: 340px;
	}

	.fade-carousel .carousel-inner .item {
		height: 340px;
	}

	.fade-carousel .slides .slide-1,.fade-carousel .slides .slide-2,.fade-carousel .slides .slide-3 {
		height: 340px;
	}
}

@media (max-width:768px) {
	.fade-carousel, .display_slide {
		position: relative;
		height: 240px;
	}

	.fade-carousel .carousel-inner .item {
		height: 240px;
	}

	.fade-carousel .slides .slide-1,.fade-carousel .slides .slide-2,.fade-carousel .slides .slide-3 {
		height: 240px;
	}

	.display_heading {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 3;
		text-align: center;
		text-transform: uppercase;
		background: rgba(0,0,0,.7) 0 0;
		box-sizing: border-box;
		color: #ccc;
		font-size: .9em;
		line-height: 1.4em;
		padding: 2% 4%;
		width: 100%;
	}
}

.section_wrap {
	padding: 40px 0;
}

.greybox {
	padding: 25px 15px;
	background-color: rgba(235, 235, 235, 1);
}

.section_wrap .section_heading {
	color: #7a2740;
	font-family: "Montserrat",sans-serif,Helvitica,Arial;
	font-weight: 400;
	font-size: 3.8em;
	padding: .2em 0 .4em;
	position: relative;
	z-index: 2;
}

.section_wrap .text_section {
	color: #666;
	font: 1.2em/1.7em "Open Sans",Helvetica,Arial,sans-serif;
	word-wrap: break-word;
}

.section_wrap ul.list_points {
}

.section_wrap ul.list_points li {
	margin: 20px auto;
}

.section_wrap.get_started {
	background-color: #cff0c5;
}

.section_wrap.get_started .btn {
	margin: 60px auto 0;
}

.btn.round {
	border-radius: 24px;
}

.footer {
	background: #654e9c;
	color: #fff;
}

.post {
	overflow: hidden;
}

.service-box {
	min-height: 300px;
	margin-top: 15px;
}

.img-centered {
	margin: 0 auto;
}

table.details_table {
}

table.details_table thead tr th {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	/*background: #7c1f4c -moz-linear-gradient(center top , #7c1f4c 5%, #440624 100%) repeat scroll 0 0;*/
	background: #7c1f4c repeat scroll 0 0;
	border-color: #cccccc;
	border-image: none;
	border-style: solid;
	border-width: 0 0 1px 1px;
	color: #ffffff;
	font-family: "Open Sans",Helvetica;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}

table.details_table tbody tr td h3 {
	color: #7a2740;
	font-family: "Montserrat",sans-serif,Helvitica,Arial;
	font-size: 1.9em;
	font-weight: normal;
	padding-bottom: 0.6em;
	padding-top: 0.3em;
}

.btn_purple {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #4f0a20 linear-gradient(to bottom, #7a2740, #410b1b) repeat scroll 0 0;
	border-color: #7a2740 #5b172c #410b1b;
	border-image: none;
	border-radius: 16px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px indigo inset, 0 1px 2px rgba(0, 0, 0, 0.15);
	box-sizing: content-box;
	color: #ebe2e5;
	font-size: 12px;
	font-weight: bold;
	height: 29px;
	outline: 0 none;
	padding: 0 18px;
	text-shadow: 0 1px #450c1e;
}

.btn_purple:hover, .btn_purple:focus {
	color: #fff;
	background: #000;
	border-color: #000;
	border-image: none;
	border-style: solid;
	border-width: 1px;
}

.form_contact .form-control {
	height: 35px;
}

.form_contact textarea.form-control {
	height: 100px;
}

.form_contact .form-group label {
	font-weight: 400;
	margin-bottom: 0;
}

.form_contact .form-group {
	margin-bottom: 12px;
}

@media (max-width:768px) {
	.section_wrap .section_heading {
		font-size: 2.5em;
	}

	.effectbox_wrap .section_heading {
		font-size: 1.6em;
	}
}

.footer .arrow_up {
	position: relative;
	top: 0;
	transition: top ease .3s;
}

.footer .arrow_up:hover {
	top: -25px;
}

.footer_logo,footer h5 {
	text-transform: uppercase;
}

.footer_logo {
	letter-spacing: -1px;
	margin: 0 0 50px;
	font-size: 2.2em;
}

footer h5 {
	font-size: 1.5em;
}

footer a {
	color: #fafafa;
	line-height: 28px;
	text-decoration: none;
}

footer a:focus,footer a:hover {
	color: #fff;
	text-decoration: none;
}

.circle_wrap, .circle_wrap_grey {
	border-radius: 50%;
	height: 120px;
	margin: 0 auto;
	padding-top: 33px;
	text-align: center;
	width: 120px;
	box-shadow: 60px -60px 0 3px #fff,-60px -60px 0 3px #fff,-60px 60px 0 3px #fff,60px 60px 0 3px #fff,0 0 0 3px #fff;
	position: relative;
	z-index: -1;
}

.effect_border {
	animation: border 3s ease 1 forwards;
	cursor: pointer;
}

@keyframes border {
 
	0% {
		box-shadow: 60px -60px 0 3px #fff,-60px -60px 0 3px #fff,-60px 60px 0 3px #fff,60px 60px 0 3px #fff,0 0 0 3px #7a2740;
	}

	25% {
		box-shadow: 0 -125px 0 3px #fff,-60px -60px 0 3px #fff,-60px 60px 0 3px #fff,60px 60px 0 3px #fff,0 0 0 3px #7a2740;
	}

	50% {
		box-shadow: 0 -125px 0 3px #fff,-125px 0 0 3px #fff,-60px 60px 0 3px #fff,60px 60px 0 3px #fff,0 0 0 3px #7a2740;
	}

	75% {
		box-shadow: 0 -125px 0 3px #fff,-125px 0 0 3px #fff,0 125px 0 3px #fff,60px 60px 0 3px #fff,0 0 0 3px #7a2740;
	}

	to {
		box-shadow: 0 -125px 0 3px #fff,-125px 0 0 3px #fff,0 125px 0 3px #fff,120px 40px 0 3px #fff,0 0 0 3px #7a2740;
	}
}

.effect_bordergrey {
	animation: greyborder 3s ease 1 forwards;
	cursor: pointer;
}

@keyframes greyborder {
 
	0% {
		box-shadow: 60px -60px 0 3px #fff,-60px -60px 0 3px #fff,-60px 60px 0 3px #fff,60px 60px 0 3px #fff,0 0 0 3px #333;
	}

	25% {
		box-shadow: 0 -125px 0 3px #fff,-60px -60px 0 3px #fff,-60px 60px 0 3px #fff,60px 60px 0 3px #fff,0 0 0 3px #333;
	}

	50% {
		box-shadow: 0 -125px 0 3px #fff,-125px 0 0 3px #fff,-60px 60px 0 3px #fff,60px 60px 0 3px #fff,0 0 0 3px #333;
	}

	75% {
		box-shadow: 0 -125px 0 3px #fff,-125px 0 0 3px #fff,0 125px 0 3px #fff,60px 60px 0 3px #fff,0 0 0 3px #333;
	}

	to {
		box-shadow: 0 -125px 0 3px #fff,-125px 0 0 3px #fff,0 125px 0 3px #fff,120px 40px 0 3px #fff,0 0 0 3px #333;
	}
}

.color_white {
	color: #fff;
}

.color_orange {
	color: #FF6600;
}

.color_purple {
	color: #7a2740;
}

.color_grey {
	color: #333;
}

.unstyled {
	list-style: none;
	padding: 0;
}

.hidden_effect {
	opacity: 0;
}

.visible_effect {
	opacity: 1;
}

.hiddenOverflow {
	overflow: hidden;
}

.effect_box {
	padding: 30px 45px;
	position: relative;
/*    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;*/;
}

.effect_box:before, .effect_box:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
	top: 10px;
	bottom: 10px;
	left: 0;
	right: 0;
    /*-moz-border-radius:100px / 10px;*/
 /*   border-radius:100px / 10px;*/;
}

.effect_box:after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}
.dropdown-menu{
	 min-width: 200px;
}
