@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:400,500,700');
@font-face {
	font-family: 'akzidenzgroteskregular';
	src: url('fonts/akzidenz-grotesk-bold-webfont.woff2') format('woff2'), url('fonts/akzidenz-grotesk-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

body {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0;
}

a {
	text-decoration: none;
	outline: none;
	color: #161a1c;
}

a:hover {
	color: #ee1c24;
	text-decoration: none;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	border: none;
}

input,
select,
textarea {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: #000;
}

iframe {
	max-width: 100%;
	border: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clr,
.cl,
.clear {
	clear: both;
}

input,
select,
textarea,
button {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: #333;
}

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	content: "";
}

textarea {
	resize: none;
	min-height: 82px;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
	outline: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	border: 1px solid #dddddd;
	background: #fff;
	padding: 0 13px;
	box-shadow: none;
	height: 49px;
	max-width: 100%;
	border-radius: 0px;
	width: 100%;
}

input[type="search"] {
	-webkit-appearance: none;
}

textarea {
	line-height: normal;
	padding: 9px;
	width: 100%;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border-color: #0EB1FE;
	background: #f9f9f9;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

select {
	border: 1px solid #dddddd;
	background: #fff;
	max-width: 100%;
	border-radius: 3px;
	padding: 15px 13px;
}

input[type="image"],
input[type="submit"],
input[type="button"],
button {
	background: #ff3333;
	border: medium none;
	border-radius: 0px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 0px 23px;
	text-transform: uppercase;
	height: 40px;
	transition: all 0.3s ease-in-out 0s;
	font-weight: bold;
	appearance: normal;
	-webkit-appearance: none;
	max-width: 100%;
}

input[type="image"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
	background-color: #555;
}

input[type="image"]:active,
input[type="submit"]:active,
input[type="button"]:active,
button:active {
	box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.2);
}

.wrapper {
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1300px;
	/*1200px*/
}

.top-main-section {
	padding: 0;
}

.header {
	position: relative;
}

.logo {
	position: absolute;
	left: -33px;
	top: 26px;
	z-index: 10;
}

.banner-section {
	max-height: 787px;
	overflow: hidden;
}

.banner-section .item {
	max-height: 787px;
	overflow: hidden;
}

.banner-section .item .container {
	position: absolute;
	left: 0;
	right: 0;
	max-width: 1200px;
	margin: 0 auto;
	bottom: 0;
}

.banner-section .carousel-caption {
	text-align: left;
	padding: 0 0 0 88px;
	left: 15px;
	bottom: 0;
}

.banner-section .carousel-caption .num {
	width: 63px;
	float: left;
}

.banner-section .carousel-caption .num h2 {
    font-size: 39px;
    color: #858d93;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    text-shadow: none;
    letter-spacing: 3px;
    /*color: #ff3333;*/
}

.banner-section .carousel-caption .bnr-text {
	border-left: 2px solid #fcfcfc;
	overflow: hidden;
	padding: 0 0 0 23px;
	min-height: 180px;
}

.banner-section .carousel-caption .bnr-text h2 {
    font-size: 39px;
    color: #ffffff;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: 'akzidenzgroteskregular';
    letter-spacing: 6px;
    text-shadow:none;
    background: rgb(0, 0, 0,.5);
    display: inline;
}

.banner-section .carousel-caption .bnr-text p {
    font-size: 22px;
    color: #ffffff;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3.7px;
    text-shadow: none;
    background: rgb(0, 0, 0,.5);
    display: inline;
}

.banner-section .carousel-inner .item>img {
	width: 100%;
}

.banner-section a.carousel-control {
	text-align: center;
	border: 1px solid #ffffff;
	opacity: 1;
}

.banner-section a.carousel-control span {
	color: #ffffff;
	font-size: 12px;
	display: inline-block;
	margin: -4px 0 0 0;
	vertical-align: middle;
}

.banner-section a.left {
	position: absolute;
	left: auto;
	right: 40px;
	top: 100%;
	margin: -61px 0 0 0;
	width: 31px;
	height: 31px;
}

.banner-section a.right {
	position: absolute;
	left: auto;
	right: 0;
	top: 100%;
	margin: -61px 0 0 0;
	width: 31px;
	height: 31px;
}

.bnr-controls {
	max-width: 1200px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.nav-part {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5111;
}

.nav-part button {
	background: url(../images/plus-icon.png) center center no-repeat #ee1c24;
	padding: 0;
	margin: 0;
	width: 55px;
	height: 51px;
}

.nav-part button:hover {
	background: url(../images/plus-icon.png) center center no-repeat #ee1c24;
}

.nav-part button:focus {
	background: url(../images/plus-icon.png) center center no-repeat #ee1c24;
	color: #ffffff !important;
}


/*.nav-part button:focus:active{background:url(../images/plus-icon.png) center center no-repeat #ee1c24; color:#ffffff !important; }

.nav-part button:active:focus{background:url(../images/plus-icon.png) center center no-repeat #ee1c24; color:#ffffff !important; }

*/

.nav-part .dropdown.open button {
	background: url(../images/minus-icon.png) center center no-repeat #ee1c24 !important;
}

.nav-part .btn-default:active:hover,
.nav-part .btn-default.active:hover,
.nav-part .open>.dropdown-toggle.btn-default:hover,
.nav-part .btn-default:active:focus,
.nav-part .btn-default.active:focus,
.nav-part .open>.dropdown-toggle.btn-default:focus,
.nav-part .btn-default.focus:active,
.nav-part .btn-default.active.focus,
.nav-part .open>.dropdown-toggle.btn-default.focus {
	background: url(../images/plus-icon.png) center center no-repeat #ee1c24;
	color: #ffffff !important;
}

.nav-part ul.dropdown-menu {
	left: auto;
	right: 0;
	float: none;
	margin: 0;
	padding: 35px 0;
	background: #ee1c24;
	border-radius: 0;
	border: none;
	width: 220px;
}

.nav-part ul.dropdown-menu li {
	padding: 20px 0;
}

.nav-part ul.dropdown-menu li a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	text-align: right;
	padding: 0 49px 0px 10px;
	letter-spacing: 2.5px;
	position: relative;
	background: none !important;
}

.nav-part ul.dropdown-menu li a:after {
	width: 37px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	background: #ffffff;
	display: none;
}

.nav-part ul.dropdown-menu li a:hover {
	background: none;
}

.nav-part ul.dropdown-menu li a:hover:after {
	display: block;
}

.nav-part ul.dropdown-menu li.active a:after {
	display: block;
}


/*.wining-section{background:url(../images/winning-bg-img.jpg) no-repeat; background-size:cover; padding:50px 0 57px;  background-attachment:fixed; 

background-position:right 0;  }*/

.wining-section {
	padding: 50px 0 57px;
	background-position: right 0 !important;
}

.wining-section h1 {
	font-size: 46px;
	color: #143655;
	font-weight: normal;
	margin: 0;
	padding: 0 0 7px 0;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.wining-section p {
	font-size: 20px;
	line-height: 28px;
	color: #666666;
	font-weight: 500;
	text-align: center;
	margin: 0;
	padding: 0;
}

.wining-part {
	max-width: 830px;
	margin: 0 auto;
	padding: 60px 0 0 0;
}

.wining-part .row {
	margin: 0 -9px;
}

.wining-part .col-xs-12 {
	padding: 0 9px;
}
.above-top-small h3 {
    text-transform: uppercase;
    color: #ff3333;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 0;
}
.wining-part .box {
	text-align: center;
	background: #ffffff;
	padding: 0 0 23px 0;
}
.wining-part .box h4 {
	color: #143655;
	padding-top: 10px;
}
.wining-part .box h2 {
	font-size: 22px;
	color: #f8f8f8;
	font-weight: normal;
	margin: 0;
	padding: 18px 10px 18px 10px;
	font-family: 'Montserrat', sans-serif;
	background: url(../images/title-bg.png) center 0 no-repeat #050709;
}

.wining-part .box h3 {
	font-size: 20px;
	color: #000000;
	font-weight: normal;
	margin: 0;
	padding: 28px 0 16px 0;
	font-family: 'akzidenzgroteskregular';
}

.wining-part .box h3 strong {
	font-size: 49px;
	line-height: 38px;
	vertical-align: top;
}

.wining-part .box h3 span {
	font-size: 24px;
}

.wining-part .box p {
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	font-weight: 500;
	margin: 0;
	padding: 0 30px 12px;
}

.wining-part .box .note-section {
	overflow-wrap: break-word;
	padding: 0 20px;
	margin-top: 15px;
}

.wining-part .box-gold {
	margin: -20px 0 0 0;
	padding: 0 0 30px 0;
}

.wining-part .box-gold h3 {
	padding: 38px 0 22px;
}

.wining-part .box-gold p {
	/*padding:0 30px 34px;*/
	padding: 0 30px 12px;
}

.wining-part .box-gold .now-btn {
	/*margin-top:15px;*/
}

.btn {
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
	background: #ff3333;
	border: none;
	border-radius: 0;
	padding: 9px 40px 9px 40px;
}

.btn:hover {
	background: #050709;
	color: #ffffff;
}

.trial-section .row {
	margin: 0;
}








.trial-section .col-xs-12 {
	padding: 0;
}

.trial-section .box {
	position: relative;
	max-height: 336px;
	overflow: hidden;
}

.trial-section .box img {
	width: 100%;
}

.trial-in {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	padding: 43px 55px 50px 55px;
}

.trial-in h2 {
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	margin: 0;
	padding: 0 0 14px 0;
	text-transform: uppercase;
}

.trial-in p {
	font-size: 16px;
	line-height: 26px;
	color: #cccccc;
	font-weight: 500;
	margin: 0;
	padding: 0 0 20px 0;
	min-height: 155px;
}

.go-form select {
	width: 330px;
	height: 40px;
	border-radius: 0;
	background: url(../images/dropdown-arrow.png) right center no-repeat rgba(0, 0, 0, 0);
	border: 1px solid #ebecec;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	font-size: 15px;
	color: #ffffff;
	font-weight: 500;
	float: left;
	margin: 0 9px 0 0;
}

.go-form select:focus {
	box-shadow: none;
}

.go-form input {
	font-size: 19px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	height: 40px;
	width: 53px;
	padding: 0 5px;
	text-align: center;
}


/*.event-section{padding:65px 0 100px 0; background:url(../images/event-section-bg.jpg) no-repeat; background-size:cover; position:relative; overflow:hidden; background-attachment:fixed;  }*/

.event-section {
	padding: 65px 0 100px 0;
	position: relative;
	overflow: hidden;
}

.event-section:after {
	height: 1px;
	width: 50%;
	content: "";
	position: absolute;
	right: 0;
	top: 278px;
	background: #fb0000;
	z-index: 0;
	margin-right: -155px;
}

.event-left h2 {
	font-size: 51px;
	line-height: 51px;
	color: #054682;
	margin: 0;
	padding: 0 0 25px 0;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.event-left h2 span {
	color: #333333;
}

.event-tab-part ul.nav {
	width: 115px;
	float: left;
	border: none;
	margin: 0;
	padding: 12px 0 0 0;
}

.event-tab-part ul.nav li {
    float: none;
    display: block;
    margin: 0;
    padding: 0 0 18px 0;
}

.event-tab-part ul.nav li a {
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: none;
	font-size: 32px;
	color: #000000;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
}

.event-tab-part .nav-tabs>li.active>a,
.event-tab-part .nav-tabs>li.active>a:hover,
.event-tab-part .nav-tabs>li.active>a:focus {
	background: none;
	border: none;
	color: #ff0000;
	text-decoration: underline;
}

.event-tab-part .nav>li>a:hover,
.event-tab-part .nav>li>a:focus {
	background: none;
}

.event-tab-part .tab-pane h5 {
	font-size: 24px;
	line-height: 24px;
	color: #333333;
	font-weight: 400;
	margin: 0;
	padding: 0 0 15px 0;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}

.event-tab-part .tab-pane h5 a {
	color: #333333;
}

.event-tab-part .tab-pane h5 span {
	border-left: 2px solid #333333;
	display: inline-block;
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
}

.event-tab-part .tab-pane h3 {
	font-size: 29px;
	line-height: 34px;
	color: #ee1c24;
	margin: 0;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	font-weight: 600;
}

.event-tab-part .tab-pane p {
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.event-tab-part .tab-pane .event-info {
	padding: 75px 0 0 0;
}

.event-tab-part .tab-pane .event-info p {
	font-size: 13px;
	color: #333333;
	font-weight: 400;
	margin: 0;
	padding: 0 0 0 30px;
	background: url(../images/event-icon1.png) 0 center no-repeat;
	float: left;
	margin: 0 30px 0 0;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.event-tab-part .tab-pane .event-info p+p {
	background: url(../images/event-icon2.png) 0 center no-repeat;
}

.event-tab-part .tab-content {
    overflow: hidden;
    padding-top: 20px;
}

.event-right {
	width: 368px;
	float: right;
	padding: 85px 0 0 0;
	position: relative;
	z-index: 9;
}

.event-right a.carousel-control {
	text-align: center;
	border: 1px solid #040404;
	opacity: 1;
	background-image: none;
}

.event-right a.carousel-control span {
	color: #202020;
	font-size: 12px;
	display: inline-block;
	margin: -4px 0 0 0;
	vertical-align: middle;
	text-shadow: none;
}

.event-right a.left {
	position: absolute;
	left: auto;
	right: 38px;
	top: 100%;
	margin: 35px 0 0 0;
	width: 31px;
	height: 31px;
}

.event-right a.right {
	position: absolute;
	left: auto;
	right: 0;
	top: 100%;
	margin: 35px 0 0 0;
	width: 31px;
	height: 31px;
}

.kick-section {
	background: #ee1c24;
	overflow: hidden;
	/*max-height: 524px;*/
}

.kick-section .row {
	margin: 0;
}

.kick-section .col-xs-12 {
	padding: 0;
}

.kick-img>img {
	width: 100%;
}

.testim-part {
	background: url(../images/coma-img.png) 50px 25px no-repeat #ee1c24;
	padding: 40px 10px 0 100px;
}

.testim-part ul {
	padding: 0;
	margin: 0;
}

.testim-part ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.testim-box {
	position: relative;
}

.testim-img {
	position: absolute;
	left: -193px;
	top: 140px;
	margin: 0 0 0 0;
}

.testim-img img {
	width: 187px;
	height: 187px;
	border-radius: 50%;
	border: 7px solid #ffffff;
}

.testim-text {
	text-align: center;
}

.testim-text p {
	font-size: 27px;
	line-height: 43px;
	color: #ffffff;
	font-weight: 600;
	margin: 0 auto;
	padding: 0;
	text-transform: uppercase;
	/*min-height: 330px;*/
	width: 350px;
}
.testim-link {
	height: 34px;
}
.testim-link a {
    color: rgba(0, 51, 153, 1);
    margin: 20px 0 40px;
    display: inline-block;
    font-size: 16px;
}
.testim-anchor {
    color: rgba(0, 51, 153, 1);
    margin: 10px;
    display: inline-block;
    font-size: 16px;
}
a.testim-anchor:focus,
.testim-link a:focus {
	text-decoration: none;
}
a.testim-anchor:hover,
.testim-link a:hover {
	color: rgba(0, 51, 153, .8);
}

.section-spe-modal .modal {
  text-align: center;
  padding: 0!important;
}

.section-spe-modal .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.section-spe-modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.section-spe-modal .close:hover {
	color: #000;
}
.testim-text h5 {
	font-size: 25px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.testim-text-name {
	font-size: 16px;
}

.testim-part .carousel-inner {
	overflow: inherit;
}

.testim-part .carousel-indicators li {
	width: 14px;
	height: 14px;
	border: none;
	background: #f7a5a8;
	margin: 0 4px;
}

.testim-part .carousel-indicators li.active {
	background: #fcfcfc;
}

.testim-part .carousel-indicators {
	bottom: -60px;
}


/******* carousel-fade effect  ************/

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}


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

.footer {
	text-align: center;
	background: #161a1c;
	padding: 40px 0;
}

.copy-right {
	display: inline-block;
	vertical-align: middle;
	padding: 0 33px;
}

.copy-right p {
	font-size: 14px;
	color: #fffefe;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.about-jeff .copy-right p {
	font-size: 14px;
}
.faqs-page .copy-right p {
	font-size: 14px;
}

.foot-nav {
	display: inline-block;
	vertical-align: middle;
	padding: 0 33px;
}

.foot-nav ul {
	padding: 0;
	margin: 0;
}

.foot-nav ul li {
	padding: 0 15px;
	margin: 0;
	list-style: none;
	border-left: 1px solid #fffefe;
	line-height: 15px;
}

.foot-nav ul li span,
.foot-nav ul li a {
	font-size: 14px;
	color: #fffefe;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	line-height: 15px;
}
.foot-nav ul li span:hover,
.foot-nav ul li a:hover {
	background: none;
	color: #ee1c24;
}
.foot-nav ul li span:focus,
.foot-nav ul li a:focus {
	background: none;
}

.foot-nav ul li:first-child {
	border-left: none;
}

.trial-video-part {
	display: table;
	width: 100%;
	background: #181818;
}
.form-tabs .form-tabs-title {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;
}

.trial-in.form-tabs {
    padding: 43px 0 50px 55px;
}
.trial-granted {
    /* background: #010101; */
    padding: 0 15px 50px 15px;
    margin-left: -15px;
}

.video-urls a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    /*border-right: 2px solid #fff;*/
    padding-right: 15px;
    transition: .3s;
    line-height: 29px;
    position: relative;
}
.video-urls a:after {
    position: absolute;
    content: "";
    right: 0;
    top: 6px;
    bottom: 8px;
    background: white;
    width: 2px;
}
.video-urls a:last-child:after {
    display: none;
}
.video-urls a:last-child {
    border-right: 0;
}
.video-urls a:focus,
.video-urls a:active,
.video-urls a:hover {
    color: #979797;
}














.trial-video-part .col-xs-12 {
	display: table-cell;
	vertical-align: top;
	float: none;
	height: 100%;
}

.trial-video .box {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}

.trial-section .box iframe {
	width: 100%;
	height: 336px;
	overflow: hidden;
}


/*************** 19-4-2017 ******/

.inner-banner-section {
	display: block;
	width: 100%;
	position: relative;
}

.inner-banner-section img {
	width: 100%;
}

.user_panallink {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	padding: 10px 15px;
}

.user_panallink ul {
	margin: 0;
	padding: 0;
}

.user_panallink ul li {
	padding: 0 11px;
	float: left;
	list-style: none;
	position: relative;
}

.user_panallink ul li:first-child {
	padding-left: 0;
}

.user_panallink ul li:last-child {
	padding-right: 0;
}

.user_panallink ul li:after {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	background: #8c8c8c;
	width: 1px;
	height: 16px;
	margin-top: -8px;
}

.user_panallink ul li:first-child:after {
	display: none;
}

.user_panallink ul li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #666;
}

.thememberzone-head {
	display: block;
	width: 100%;
}

.thememberzone-wrap {
	border-bottom: 1px solid #e8e8e8;
	display: block;
	width: 100%;
}

.member-head {
	float: left;
	padding: 31px 30px 0 0;
	font-size: 20px;
	color: #003366;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
}

.member-nav {
	float: left;
}

.member-nav ul {
	padding: 0;
	margin: 0;
}

.member-nav ul li {
	float: left;
	list-style: none;
}

.member-nav ul li a {
	float: left;
	padding: 31px 30px 35px;
	font-size: 20px;
	color: #b0b0b0;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	border-bottom: 6px solid rgba(0, 0, 0, 0);
}

.member-nav ul li a:hover,
.member-nav ul li.active a {
	color: #323232;
	border-bottom: 6px solid #ff0000;
}

.member-categories-warp {
	display: block;
	width: 100%;
	margin: 24px 0 0 0;
}

.member-categories-head {
	display: block;
	width: 100%;
	background: #f2f2f2;
	padding: 22px;
}

.select-categories {
	float: left;
	width: 180px;
}

.select-categories select {
	display: block;
	width: 100%;
	background: #fff url(../images/select_boxarrow.png) no-repeat right center;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	border: none;
	border-radius: 4px;
	height: 34px;
	color: #4e5864;
	font-size: 14px;
	padding: 0 30px 0 12px;
	font-family: 'Montserrat', sans-serif;
}

.select-categories select::-ms-expand {
	display: none;
}

.watchunwatchwrap {
	float: left;
	background: #fff;
	height: 34px;
	margin: 0 0 0 10px;
	border-radius: 4px;
	overflow: hidden;
}

.watchunwatchwrap ul {
	float: left;
	margin: 0;
	padding: 0;
}

.watchunwatchwrap ul li {
	float: left;
	list-style: none;
}

.watchunwatchwrap ul li a {
	float: left;
	padding: 0px 10px;
	line-height: 34px;
	border-left: 1px solid #f3f3f3;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #999999;
}

.watchunwatchwrap ul li a.active,
.watchunwatchwrap ul li a:hover {
	background: #e1e1e1;
	color: #444444;
}

.watchunwatchwrap ul li a.active:focus,
.watchunwatchwrap ul li a:focus {
	text-decoration: none;
}

.watchunwatchwrap ul li:first-child a {
	border: none;
}

.watchunwatchwrap ul li a:hover {
	background: #e1e1e1;
	color: #444444;
}

.cc_link {
	float: left;
	margin: 0 0 0 13px;
}

.cc_link a {
	float: left;
	width: 43px;
	height: 34px;
	border-radius: 4px;
	background: #fff url(../images/cc_img.jpg) no-repeat center;
}

.member-categories-cont {
	display: block;
	width: 100%;
}

.member-categories-box {
	float: left;
	width: 100%;
	border: 1px solid #e6ecf0;
	border-radius: 3px;
	margin: 30px 0;
}

.member-cate-box-img {
	float: left;
	width: 100%;
	border-radius: 3px 3px 0 0;
	position: relative;
}

.play_icon {
	position: absolute;
	background: url(../images/play_icon.png) no-repeat 0 0;
	width: 48px;
	height: 48px;
	left: 50%;
	top: 50%;
	margin: -24px 0 0 -24px;
	display: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.playvideo.member-cate-box-img video {
	z-index: 3;
}

.member-cate-box-img video {
	background: #000000;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.member-cate-box-img:hover .play_icon {
	display: block;
	z-index: 2;
}

.member-cate-box-img img {
	width: 100%;
	border-radius: 3px 3px 0 0;
	position: relative;
	z-index: 1;
}

.member-cate-box-cont {
	float: left;
	width: 100%;
	padding: 15px;
}

.member-cate-box-cont h2 {
	font-size: 20px;
	color: #353535;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	min-height: 66px;
}

.member-cate-box-cont p {
	font-size: 16px;
	color: #888;
	margin: 2px 0 0 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

.member-cate-boxlast-cont {
	border-top: 1px solid #b9b9b9;
	float: left;
	width: 100%;
	display: table;
}

.member-cate-boxlast-wrap {
	display: table-row;
}

.adobexdbox {
	padding: 12px 15px;
	display: table-cell;
	width: 146px;
	vertical-align: middle;
}

.adobe-hours {
	display: block;
	font-size: 14px;
	color: #888;
	font-family: 'Montserrat', sans-serif;
}

.adobe-titel {
	color: #36a994;
	font-size: 15px;
	font-weight: bold;
	display: block;
	margin: 3px 0 0 0;
}

.addnotebox {
	display: table-cell;
	vertical-align: middle;
	width: 180px;
	padding: 8px 10px;
	border-left: 1px solid #b9b9b9;
}

.totalnote {
	display: inline-block;
	margin: 0 0 0 8px;
}

.addfav_link {
	display: block;
}

.addfav_link a {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	padding: 0 0 0 24px;
	background: url(../images/add_fav_icon.jpg) no-repeat 0 0;
	line-height: 19px;
	color: #999999;
}

.favorites .addfav_link a,
.addfav_link a:hover {
	background: url(../images/add_favhov_icon.jpg) no-repeat 0 0;
	color: #00a8f7;
}

.addnotelink {
	display: block;
	margin: 3px 0 0 0;
}

.addnotelink a {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	padding: 0 0 0 24px;
	background: url(../images/add_note_icon.jpg) no-repeat 0 0;
	line-height: 19px;
	color: #999999;
}

.addnotelink a:hover {
	color: #00a8f7;
}

.notelist {
	display: block;
	margin: 3px 0 0 0;
}

.member-cate-checkbox {
	display: table-cell;
	width: 49px;
	padding: 28px 13px 0 10px;
	border-left: 1px solid #b9b9b9;
	position: relative;
}

.save-fr {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.member-cate-checkbox input {
	position: absolute;
	left: 10px;
	top: 28px;
	width: 26px;
	height: 26px;
	opacity: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
	z-index: 3;
}

.member-cate-checkbox span {
	width: 26px;
	height: 26px;
	background: #ebebeb;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.member-cate-checkbox span:after {
	background: url(../images/right-icon.png) center center no-repeat #5cb85c;
	background-size: 12px auto;
	width: 26px;
	height: 26px;
	border-radius: 3px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.member-cate-checkbox input:checked+span:after {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.addnotepopup button.close {
	background: #ee1c24;
	font-size: 32px;
	height: 40px;
	width: 40px;
	border-radius: 5px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	opacity: 1;
	font-weight: normal;
}

.addnotepopup .modal-title {
	font-size: 25px;
	font-family: 'Montserrat', sans-serif;
}

.watched .member-cate-checkbox input:checked+span {
	width: 26px;
	height: 26px;
	background: #ebebeb;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.watched .member-cate-checkbox input:checked+span:after {
	background: url(../images/right-icon.png) center center no-repeat #5cb85c;
	background-size: 12px auto;
	width: 26px;
	height: 26px;
	border-radius: 3px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.addnotefrom {
	display: block;
	width: 100%;
}

.addnotefrom-wrap {
	display: block;
	width: 100%;
	margin: 15px 0 0 0;
}

.addnotefrom .addnotefrom-wrap:first-child {
	margin: 0 0 0 0;
}

.addnotefrom-titel {
	float: left;
	width: 150px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 37px;
}

.addnotefrom-field {
	margin-left: 160px;
}

.addnotefrom-field input {
	width: 100%;
	display: block;
	border: 1px solid #ccc;
	background: #fff;
	height: 38px;
	border-radius: 3px;
	color: #888;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.addnotefrom-field textarea {
	width: 100%;
	display: block;
	border: 1px solid #ccc;
	background: #fff;
	height: 98px;
	border-radius: 3px;
	color: #888;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.addnotefrom-field input[type="submit"] {
	width: auto;
	background: #ff3333;
	border: none;
	color: #fff;
}

.addnotefrom-field input[type="submit"]:hover {
	background: #555555;
}

.ratingstar {
	margin: 9px 0 0 0;
}

.is-animated {
	animation: .6s zoom-in;
	-moz-animation: .6s zoom-in;
	-ms-animation: .6s zoom-in;
	-o-animation: .6s zoom-in;
	-webkit-animation: .6s zoom-in;
}

@keyframes zoom-in {
	0% {
		transform: scale(.1);
		-moz-transform: scale(.1);
		-ms-transform: scale(.1);
		-o-transform: scale(.1);
		-webkit-transform: scale(.1);
	}
	100% {
		transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
	}
}

.mem-pagination {
	text-align: center;
}

.mem-pagination .pagination>li>a,
.mem-pagination .pagination>li>span {
	border: none;
	color: #292c2c;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	border-radius: 4px;
	margin: 0 2px;
}

.mem-pagination .pagination>li>a>span {
	font-size: 20px;
	line-height: 20px;
}

.mem-pagination .pagination>li>a:hover,
.mem-pagination .pagination>li>span:hover,
.mem-pagination .pagination>li.active a {
	background-color: #00a8f7;
	color: #ffffff;
}

.student-testi {
	padding: 30px 0 40px 0;
}

.student-testi h3 {
	text-align: center;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	color: #343d47;
	font-weight: 700;
	font-size: 28px;
	padding-bottom: 16px;
}

.student-testi h4 {
	text-align: center;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	color: #a1a1a1;
	font-style: italic;
	font-size: 15px;
}

.student-list {
	padding: 54px 0 0 0;
}

.student-box {
	position: relative;
	padding: 0 30px 0 0;
	clear: both;
}

.student-box:after {
	background: url(../images/testi-text-icon.png) no-repeat;
	position: absolute;
	right: 23px;
	bottom: 8px;
	content: "";
	width: 53px;
	height: 46px;
	z-index: -1;
}

.student-img {
	float: left;
	width: 75px;
	margin: 0 15px 0 0;
}

.student-img img {}

.student-box p {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding-bottom: 14px;
}

.student-box h5 {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	color: #666666;
	font-size: 12px;
}

.student-box h5 strong {
	color: #343d48;
	font-size: 20px;
	font-weight: 700;
	font-size: 16px;
	padding: 0 15px 0 0;
}

.student-box h5 a {
	color: #666666;
}

.student-box h5 a:hover {
	text-decoration: underline;
}

.student-text {
	overflow: hidden;
}


/***** 28-4-2017 *******/

.member-login-btn {
	position: absolute;
	right: 65px;
	top: 10px;
	z-index: 8;
}

.member-login-btn a {
	padding: 9px 20px;
}

.member-login-btn a:hover {
	background: #ffffff;
	color: #000000;
}


/*.member-cate-box-img{height:253px; }*/

.member-cate-box-img iframe {
	background: #000000 none repeat scroll 0 0;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 3px 3px 0 0;
	position: relative;
	z-index: 1;
}

.playvideo img {
	display: none;
}

.playvideo iframe {
	z-index: 1;
}


/**** 8-6-2017 *****/

.top-new-add-part {
	padding: 30px 0 25px 0;
	border-bottom: 1px solid #eeeeee;
}

.top-new-add-part p {
	color: #666666;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.brd-box {
	padding: 20px 0 20px 0;
}

.brd-box ol {
	background: none;
	margin: 0;
	padding: 0;
}

.brd-box ol li {
	font-size: 14px;
	color: #000000;
}

.brd-box ol li a {
	color: #555555;
}

.brd-box ol li a:hover {
	color: #000000;
}

.brd-box .breadcrumb>li+li::before {
	content: ">";
	top: -1px;
	position: relative;
	color: #777777;
	padding: 0 10px;
}

.tn-tdy-box {
	clear: both;
	overflow: hidden;
	padding: 4px 15px 14px 15px;
}

.tn-tdy-text {
	background: #000000;
	padding: 0px 15px;
	border-radius: 4px;
}

.tn-tdy-text p {
	font-size: 19px;
	color: #ffffff;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 31px;
}

.tn-tdy-text p a {
	color: #6699cc;
	font-weight: bold;
}

.new-cont {
	padding: 20px 0 0 0;
}

.new-cont .member-categories-box {
	margin: 0;
}


/**09-06-2017**/

.addnotepopup .modal-header {
	padding: 25px;
}

.addnotepopup .modal-body {
	padding: 25px;
}

.new-cont .adobexdbox:after {
	clear: both;
	display: block;
	content: "";
	visibility: hidden;
}

.new-cont .adobe-hours {
	float: left;
}

.new-cont .adobe-titel {
	float: right;
	margin: 0;
}

.new-cont .mem-pagination {
	padding: 30px 0 0 0;
}

.brd-sec {
	background: #f2f2f2;
}

.new-cont .member-cate-box-img:hover .play_icon {
	background: none;
}

.new-cont .member-cate-box-img a.play_icon {
	left: 0;
	right: 0;
	margin: 0;
	width: auto;
	height: auto;
	text-align: center;
	font-size: 19px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: block;
	z-index: 2;
	background: none;
}

.new-cont .member-cate-box-img a.play_icon:hover {
	text-decoration: underline;
}

.wining-part .box h3 strong {
	font-family: 'Montserrat', sans-serif;
	line-height: 32px;
}

.wining-part .box h3 span {
	font-size: 36px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

.wining-part .box p {
	font-size: 15px;
	line-height: 20px;
	overflow-wrap: break-word;
}

.testim-part {
	background-position: center 25px;
	padding: 65px 10px 0 100px;
	background: #ee1c24;
}

.testim-img {
	top: 50%;
	margin: -72px 0 0 0;
}

.trial-in p {
	min-height: inherit;
}

.go-form {
	/*padding:48px 0 0 0;*/
	padding: 20px 0 0 0;
}

.go-form input.form-control {
	height: 40px;
	float: left;
	width: 330px;
	margin: 0 9px 0 0;
	font-size: 15px;
	color: #ffffff;
	text-align: left;
	padding: 0 15px;
	background: none;
	border: 1px solid #ebecec;
	text-transform: none;
}

.go-form input.form-control:focus {
	border-color: #666666;
}

.go-form input#quantity {
	background: none;
	font-size: 15px;
}

.go-form input#quantity:focus {
	border-color: #666666;
}

.go-form {
	position: relative;
}

.go-form .age {
	float: left;
	margin-right: 8px;
}

.go-form .age span {
	color: #fff;
	font-size: 10px;
}

.go-form input#quantity::-moz-placeholder {
	text-transform: capitalize;
	color: #999;
	opacity: 1;
}

.go-form input#quantity::-webkit-placeholder {
	text-transform: capitalize;
	color: #999;
	opacity: 1;
}

.go-form input#quantity::placeholder {
	text-transform: capitalize;
	opacity: 1;
	color: #999;
}


/* Our-products page css */

.products-wrapper section {
	margin-bottom: 30px;
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}

.products-wrapper section.top-section {
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
}

.products-wrapper section.top-section .banner {
	background: #000;
	color: #fff;
	display: inline-block;
	width: 100%;
}

.products-wrapper section.top-section .banner:before {
	content: '';
	position: absolute;
	bottom: 5px;
	background: #fff;
	height: 10px;
	display: inline-block;
	width: 100%;
	left: 0;
}

.products-wrapper section.top-section .banner .banner-logo {
	float: left;
	width: 35%;
	border-right: 2px solid #fff;
	-webkit-transform: skew(-190deg);
	-moz-transform: skew(-190deg);
	transform: skew(-190deg);
	background: #000;
}

section.top-section .banner .banner-logo .logo-left {
	-webkit-transform: skew(190deg);
	-moz-transform: skew(190deg);
	transform: skew(190deg);
	padding: 70px 70px 90px;
}

.products-wrapper section.top-section .banner .banner-logo .logo-left a {
	display: inline-block;
}

.products-wrapper section.top-section .banner .banner-logo .logo-left a img {
	filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.80));
	-webkit-filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.80));
	-0-filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.80));
	-moz-filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.80));
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.products-wrapper section.top-section .banner .banner-logo .logo-left a img:hover {
	-webkit-filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.80));
	-moz-filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.80));
	-0-filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.80));
	filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.80));
}

.products-wrapper section.top-section .banner .banner-logo .logo-left a img {
	max-width: 265px;
}

.products-wrapper section.top-section .banner .banner-content {
	float: right;
	width: 58%;
	line-height: 60px;
	padding: 90px 50px 50px 0;
}

.products-wrapper .banner-content {
	font-size: 44px;
	font-family: 'akzidenzgroteskregular';
	padding-right: 50px;
	text-transform: uppercase;
}

.products-wrapper .banner-content span.red-text {
	color: #ff3333;
}

.products-wrapper .top-section img {
	max-width: 100%;
}

.video-part .col-sm-7 {
	padding-left: 0;
}

.video-part .col-sm-5 {
	padding-right: 0;
}

.video-content {
	font-size: 24px;
	line-height: 36px;
	color: #666666;
	font-weight: 300;
}

.video-left iframe {
	width: 100%;
}

.founder-image {
	position: relative;
	float: right;
	clear: right;
	width: 310px;
	height: 192px;
}

.founder-image>img {
	float: right;
}

.spacer {
	height: calc(100% - 310px);
	width: 0px;
	float: right;
	margin-top: 179px;
}

.founder-name {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	line-height: normal;
	color: #143655;
	text-transform: capitalize;
	font-weight: 600;
}

.hightlighted-inner {
	font-size: 34px;
	line-height: 38px;
	color: #143655;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
	padding: 25px 0;
	position: relative;
	max-width: 1080px;
}

.highlighted-cont-wrapp:after {
	content: '';
	position: absolute;
	background: url(../images/border.jpg) no-repeat center top;
	background-size: 100%;
	left: 0;
}

.highlighted-cont-wrapp:before {
	background: url(../images/border.jpg) no-repeat center top;
	position: absolute;
	top: 0;
	width: 100%;
	height: 2px;
	content: '';
	left: 0;
	background-size: 100%;
}

.highlighted-cont-wrapp:after {
	background: url(../images/border.jpg) no-repeat center top;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	content: '';
	left: 0;
	background-size: 100%;
}


/* Row 3 */

.products-wrapper .package-section .section-title h1,
.product-section .section-title h1 {
	color: #ff3333;
}

.product-section .section-title {
	text-align: center;
	font-size: 18px;
	line-height: 36px;
}

.products-wrapper .package-box {
	margin: 0 auto;
	padding: 60px 0 0 0;
}

.products-wrapper .package-box>div {
	margin-bottom: 15px;
}

.products-wrapper .package-box .box {
	text-align: center;
	background: #ffffff;
	padding: 0 0 20px;
	border: 1px solid #ccc;
}

.products-wrapper .package-box .box p {
	margin-bottom: 12px;
}

.products-wrapper .package-box .box .box-desc {
	padding: 0 20px;
}

.products-wrapper .package-box .box h2 {
	font-size: 22px;
	color: #f8f8f8;
	font-weight: normal;
	margin: 0;
	padding: 18px 10px 18px 10px;
	font-family: 'Montserrat', sans-serif;
	background: url(../images/title-bg.png) center 0 no-repeat #050709;
	background-size: 100% 100%;
}

.products-wrapper .package-box .box h3 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 28px 0 16px 0;
	font-family: 'Montserrat', sans-serif;
}

.products-wrapper .package-box .box h3 strong {
	font-size: 49px;
	line-height: 38px;
	vertical-align: top;
}

.package-box .box h3 span {
	font-size: 36px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

.products-wrapper .package-box .box p {
	font-size: 15px;
	line-height: 20px;
	overflow-wrap: break-word;
	font-weight: 500;
}

.package-box .box .note-section {
	padding: 0 20px;
	margin-top: 15px;
	font-size: 13px;
}

.products-wrapper .package-box .box-gold {
	margin: -20px 0 0 0;
	padding: 0 0 30px 0;
}

.products-wrapper .section-title h1 {
	font-size: 46px;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 0 0 7px 0;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
}

.product-section {
	position: relative;
}

.product_wrapp:nth-child(1),
.product_wrapp:nth-child(3) {
	border-right: 1px solid #ddd;
}

.product_wrapp:nth-child(1),
.product_wrapp:nth-child(2) {
	border-bottom: 1px solid #ddd;
}

.product-box {
	text-align: center;
	min-height: 320px;
	padding-bottom: 40px;
}

.product-description h3,
.product-description h2 {
	color: #143655;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}

.product-description h3 {
	font-size: 18px;
	margin-top: 0;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.product-description h2 {
	font-weight: 700;
	font-size: 36px;
	margin-top: 0;
}

.prod-img {
	height: 300px;
	vertical-align: bottom;
	display: table;
	margin: 0 auto 20px;
}

.prod-img img {
	width: 100%;
}

.prod-img>span {
	display: table-cell;
	vertical-align: bottom;
}

/*.product-image {
	position: absolute;
	bottom: 110px;
	width: 100%;
	text-align: center;
}*/

.product-image {
    position: absolute;
    bottom: 25%;
    left: 5%;
    width: 115%;
    text-align: center;
}

.product-image>img {
	max-width: 55%;
}

.product-section>.container {
	position: relative;
}

.product-description .product_title {
	background: url(../images/red_border.jpg) center bottom no-repeat;
}

.tell-btn {
	display: inline-block;
	margin: 70px auto 0;
	width: 100%;
	text-align: center;
}

.tell-btn a {
	font-size: 34px;
	font-weight: 700;
}

.expert-section {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
}

.expert-box {
	/*max-width: 830px;*/
	margin: 0 auto;
	padding: 60px 0 0 0;
}

.expert-section .title-wrap {
	background: url(../images/border.jpg) no-repeat center top;
	/*max-width:1080px;*/
	margin: auto;
	position: relative;
}

.expert-section .title-wrap .section-title {
	max-width: 780px;
	margin: auto;
	padding-top: 30px;
}

.expert-img {
	width: 180px;
	height: 180px;
	margin: auto;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
.expert-img:before {
    position: absolute;
    content: "";
    /* width: 229px; */
    /* height: 320px; */
    left: -26px;
    right: -30px;
    top: -25px;
    bottom: -25px;
    background-image: url(../images/me/cricle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.expert-img img {
	width: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	/*border: 8px solid #ff3333;*/
}


.expert-cont h2 {
	font-weight: 700;
	font-size: 30px;
	color: #143655;
	text-transform: uppercase;
	margin-bottom: 15px;	
}
.expert-cont h2 .testim-text-name  {
	display: block;
	margin-top: 7px;
}
.champion-image img {
	width: 100%;
}

.champion-block {
	max-width: 960px;
	margin: 20px auto 0;
	text-align: center;
	font-size: 18px;
	line-height: 36px;
}

.champion-block .section-title h1 {
	/*font-size:40px;*/
}

.services-section .section-title {
	text-align: center;
}

.services-section .section-title h2,
.services-section .section-title h3 {
	margin-top: 0;
}

.services-section .section-title h2 {
	font-size: 40px;
	color: #ff3333;
	font-weight: 700;
}

.services-section .section-title h3 {
	font-size: 32px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
}

.services-section .box h2 {
	text-transform: uppercase;
}

.services-section .package-box {
	padding-top: 10px;
}

.services-section .package-box .col-sm-4 {
	text-align: center;
}

.services-section .package-box .box {
	padding-bottom: 70px;
	min-height: 475px;
}

.service_cart {
	display: inline-block;
	margin: -50px auto 0;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.service_cart .check-box {
	width: 130px;
	height: 130px;
	margin-bottom: 15px;
	background: url(../images/de-check.png) no-repeat center 20px #fff;
	background-size: 50px 50px;
	border: 3px solid #ee1c24;
	position: relative;
	display: inline-flex;
}

.services-section .package-box>.col-sm-4 .service_cart:hover .check-box,
.services-section .package-box>.col-sm-4 .service_cart .check-box.active {
	background: url(../images/check.png) no-repeat center 20px #ee1c24;
	background-size: 50px 50px;
	color: #fff;
}

.service_cart .check-box>span {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.order-section .section-title {
	text-align: center;
}

.order-section .section-title h2 span {
	color: #ff3333;
	text-transform: uppercase;
}

.order-section .section-title h2 {
	font-size: 40px;
	color: #000;
	font-weight: 700;
}

.order-section .section-title {
	background: url(../images/border.jpg) no-repeat center bottom;
	background-size: 100%;
	padding-bottom: 25px;
}
.partner-section .section-title {
	margin-bottom: 30px;
}
.partner-section.partner-home .section-title {
	background: #333399;
	margin-bottom: 0;
}
.partner-section .section-title h1 {
	color: #ff3333;
	font-size: 42px;
}
.partner-home h2 {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
}
.partner-home .partner-section .section-title {
	margin-bottom: 0;
}
.partner-home .partner-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-bottom: 0px;
}
.partner-section .section-title
.partner-logo {
	display: table;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	padding: 20px;
}

.partner-logo>span {
	display: table-cell;
	vertical-align: middle;
}


/* Model Css */

.tell-parents-section .modal-content {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.tell-parents-section .modal-dialog {}

.tell-parents-section .modal-header h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: normal;
	color: #143655;
}

.tell-parents-section .modal-header .close {
	background: #ff3333;
	padding: 0 10px 5px;
	height: auto;
	opacity: 1;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	color: #fff;
	margin-top: -15px;
	margin-right: -15px;
	font-weight: normal;
	font-size: 28px;
}

.tell-parents-section .modal-header .close:hover {
	background: #143655;
}

.tell-parents-section ol {
	padding: 0 15px;
}

.tell-parents-section ol li {
	margin-bottom: 5px;
	padding-left: 15px;
}


/* Video page */

.thememberzone-head .member-nav ul li a {
	color: #003366;
	text-decoration: none;
}

.thememberzone-head .member-nav ul li a:focus {
	outline: none;
}


/*Sec Content*/

.about-jeff p {
	font-size: 16px;
	line-height: 24px;
}
.about-jeff .sec-content {
	margin-bottom: 25px;
}
.products-wrapper {
	overflow: hidden;
}

.main-title {
	/*text-align: center;*/
}

.main-title h3 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 34px;
}
.about-jeff .main-title h3 {
	margin-bottom: 10px;
}
.main-title.em-title h3 {
	font-size: 30px;
}


/*Employment*/
.products-wrapper .employment {
	margin-top: 0;
}
.em-all {
	position: relative;
}

.em-all:before {
	content: "";
	position: absolute;
	width: 3px;
	top: 26px;
	left: 21px;
	bottom: 50px;
	background: #EFEFEF;
	z-index: -3;
}

.em-each {
	margin-bottom: 40px;
}

.em-right h3 {
	font-weight: 700;
	margin-top: 0;
	text-transform: uppercase;
}

.em-link {
	color: rgba(0, 51, 153, 1);
	display: inline-block;
}

.em-link:focus {
	text-decoration: none;
}

.em-link:hover {
	color: rgba(0, 51, 153, .8);
}

.em-right ul {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	padding-left: 15px;
}

.em-left {
	width: 200px;
	float: left;
	margin-top: 20px;
}

.em-left .em-icon {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: #000;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	font-size: 20px;
	line-height: 2.2;
}

.em-left .em-year {
	display: inline-block;
	background: #ff3333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #FFFF;
	margin-left: 10px;
	padding: 2px 15px;
}

.em-right {
	margin-left: 200px;
	border: 3px solid #EFEFEF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 30px;
	position: relative;
	box-sizing: border-box;
}

.em-right:before {
	content: "";
	position: absolute;
	border-top: 15px solid transparent;
	border-left: 15px solid transparent;
	border-right: 15px solid #EFEFEF;
	border-bottom: 15px solid transparent;
	left: -33px;
	top: 27px;
}

.em-right:after {
	content: "";
	position: absolute;
	border-top: 15px solid transparent;
	border-left: 15px solid transparent;
	border-right: 15px solid #fff;
	border-bottom: 15px solid transparent;
	left: -28px;
	top: 27px;
}


/*Portfolios*/

.portfolio-details {
	margin-top: 87px;
}

.portfolio-details .grid-item {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.portfolio-details .grid-item img {
	display: block;
	width: 100%;
}

ul.port-social {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	margin: auto;
	margin-top: 40px;
}

ul.port-social li {
	float: left;
}

ul.port-social li a {
	display: inline-block;
	color: #4f4f51;
	width: 50px;
	height: 50px;
	border: 2px solid #cacaca;
	font-size: 33px;
	text-align: center;
	margin-right: 12px;
	border-radius: 50%;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

ul.port-social li a:hover {
	border: 2px solid #ff3333;
	color: #ff3333;
}


/*About*/

.about {
	position: relative;
	margin-top: 68px;
}

.about p {
	font-size: 16px;
	line-height: 24px;
}

.lightGrey {
	background: #efefef;
	padding-top: 100px;
	padding-bottom: 50px;
}

.shortBtn {
	display: block;
	position: absolute;
	right: 452px;
	top: 0;
	width: 55px;
}

.imgAbout {
	background-image: url(../images/me/left.jpg);
	background-position: 50% 20%;
	background-size: cover;
	display: block;
	min-height: 300px;
	position: static;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 11;
}

.aboutContent {
	margin-left: 57%;
}

.aboutTitle h1 {
	color: #343434;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 34px;
}

.aboutTitle h1 span {
	font-weight: 400;
	display: block;
	color: #7a7a7a;
	font-size: 14px;
	margin-top: 8px;
	text-transform: none;
}

.aboutIntro {
	margin-top: 40px;
}

.aboutIntro h1 {
	text-transform: uppercase;
	font-size: 26px;
	color: #343434;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 10px;
}

.darkGrey {
	padding-bottom: 310px;
}

.about .abt-quote {
	background-image: none;
	background-size: cover;
	position: absolute;
	background-image: url("../images/me/quote.png");
	left: 50%;
	bottom: 0;
	right: 0;
	padding-left: 7%;
	padding-top: 80px;
	padding-bottom: 72px;
	z-index: 0;
}

.about .abt-quote:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	z-index: -1;
}

.about .quote-text {
	max-width: 500px;
}

.about .abt-quote p {
	font-size: 24px;
	line-height: 28px;
	color: #fff;
}

.about .abt-quote .q-name {
	font-size: 21px;
}

.aboutInfo {
	color: #f2f2f1;
}

.aboutSocial {
	margin-top: 30px;
}

.aboutSocial li {
	display: inline;
	color: #03CC85;
}

.aboutSocial li a {
	color: #03CC85;
}

.aboutSocial li a:hover {
	color: #555555;
}

.founder-img {
	display: inline-block;
}

.founder-name-t {
	text-align: center;
	font-size: 14px;
	line-height: normal;
	color: #143655;
	text-transform: capitalize;
	font-weight: 600;
	display: block;
	margin-bottom: 74px;
	margin-top: 10px;
}

.founder-item {
	display: inline-block;
	margin-top: 20px;
	font-size: 24px;
	line-height: 36px;
	color: #666666;
	font-weight: 300;
	margin-top: 0;
	max-width: 800px;
}

.embed-responsive-16by9 {
	/*padding-bottom: 70%;*/
}

.service-spe .package-box .box {
	position: relative;
	margin-bottom: 70px;
}

.check-style {
	display: inline-block;
	margin: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	bottom: 0;
	background: #fff;
}

.check-btn {
	display: block;
	width: 60px;
	height: 60px;
	position: relative;
	border: 3px solid #ee1c24;
	cursor: pointer;
}

.check-style:hover .check-btn:after {
	color: #fff;
}

.check-style:hover {
	background: #ee1c24;
}

.check-btn:after {
	content: "\f067";
	font-family: "fontAwesome";
	text-align: center;
	position: absolute;
	font-size: 30px;
	left: 0;
	right: 0;
	top: 7px;
	bottom: 0;
	color: #ee1c24;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.active-ch .check-btn {
	background: #ee1c24;
}

.active-ch .check-btn:before {
	content: "";
	background: url(../images/check.png);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: 35px;
	background-position: center;
	background-repeat: no-repeat;
}

.active-ch .check-btn:after {
	display: none;
}

.active-ch .check-btn {
	background: green;
	border: 3px solid green;
}


/*Pertner Logo*/

.partner-top,
.partner-bottom {
	text-align: center;
}
.partner-top a,
.partner-bottom a {
	transition: .3s;
}
.partner-top a:hover,
.partner-bottom a:hover {
	opacity: .8;
}
.partner-bottom {
	margin-top: 40px;
	margin-bottom: 20px;
}

.spe-logo ul {
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	list-style: none;
}

.spe-logo ul li {
	float: left;
	width: 20%;
	float: none;
    display: inline;
    position: relative;
	
}
.partner-home .p-h-logo ul li {
	width: 16.66%;
	float: left;
	list-style: none;
}

/*FaQs Area*/
.faqs-page {

}
.faqs-page .banner-logo .logo-left img {
	width: 170px;
}

.faqs-page section.top-section .banner .banner-logo .logo-left {
	padding: 14px 70px 12px;
}
.faqs-page .products-wrapper section.top-section .banner .banner-content {
    padding: 60px 24px 0px 0;
    font-size: 80px;
    width: 60%;
}
.faqs-page.terms-page .products-wrapper section.top-section .banner .banner-content {
	font-size: 44px;
}
.faqs-page .products-wrapper section.top-section .banner .banner-content .faq-s {
	font-size: 60px;
}
.terms-content,
.terms-page p,
.faqs-page p {
	font-size: 16px;
	line-height: 24px;
}
.terms-content ol li {
	margin-bottom: 10px;
}
.terms-content ul li {
	list-style: none;
	margin-bottom: 10px;
}
.faq-anwser {
	color: #333;
}
/*FAQ*/


/*FaQ Accordian*/

.faq-panel {
	/*border: 5px solid #666;*/
	/*padding: 5px;*/
	border-bottom: 0;
	padding-bottom: 40px;
	font-size: 16px;
}

.faq-in-content .panel {
	border-bottom: 1px solid #ddd;
}

.faq-in-content .panel-body {
	padding-bottom: 20px!important;
}
.faq-in-content .panel-body span {
    padding-right: 50px;
    display: block;
}
.faq-item .panel-title a {
	border-bottom: 1px solid rgba(0, 51, 153, 1);
	/*padding-bottom: 15px;*/
}

.faq-item .panel-title a.collapsed {
	border-bottom: 1px solid #333;
}

.faq-item .faq-in-content .panel-title a {
	border-bottom: 0;
	color: #333;
}

.faq-item .faq-in-content .panel-title a {
	font-size: 18px;
}

.faq-item .panel-title.color-blue a {
	color: rgba(0, 51, 153, 1)
}
.faq-item .panel-title a {
	font-size: 24px;
	padding-bottom: 15px;
}

.faq-item .panel-title a.collapsed {
	/*color: red;*/
}

.panel-default:first-child>.panel-heading {
	/*border-radius: 10px 10px 0 0;*/
}

.panel-default:last-child>.panel-heading {
	/*border-radius: 15px 0;*/
}

.panel-group {
	margin-bottom: 0;
}

.panel-default>.panel-heading {
	/*color: #333;*/
	/*background-color: #666;*/
	/*border-color: #ddd;*/
	/*color: #fff;*/
	/*border: 1px solid #ededed; */
	/*background-color: #f8f8f8;*/
	background: none;
	border: 0;
	padding: 5px 0;
}

.faq-item {
	padding: 4px 0;
}

.faq-in-content .panel-body:first-child .panel-default>.panel-heading {
	padding-top: 15px;
}

.panel-heading {
	padding: ;
}

.panel-title {
	font-size: 16px;
}

.panel-title>a {
	display: block;
	/*padding-left: 50px;*/
	position: relative;
}

.panel-title>a:before {
	position: absolute;
	right: 0;
	/*float: left !important;*/
	/*font-family: "fontAwesome";*/
	/*content: "Close";*/
	/*font-size: 12px;*/
	font-weight: 400;
	/* font-weight: 400; */
	/* width: 20px; */
	/* height: 20px; */
	/* background: #353535; */
	/* color: #fff; */
	/* line-height: 1.7; */
	/* text-align: center; */
	display: inline-block;
	/* border-radius: 100%; */
	margin-right: 10px;
	font-size: 14px;
}

.panel-title>a.collapsed:before {
	float: left !important;
	/*content: "+";*/
	/* font-size: 24px; */
	font-size: 30px;
	top: -7px;
}

.faq-in-content .panel-title>a:before {
	font-size: 16px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	top: -2px;
	content: "";
	background: url(../images/me/right-arrow.svg) no-repeat scroll 0 0;
	display: inline-block;
	width: 15px;
	height: 15px;
}

.faq-in-content .panel-title>a.collapsed:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	top: -2px;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
	text-decoration: none;
}

.panel {
	border: 0;
	box-shadow: none;
}

.panel-body {
	padding: 15px 25px;
	padding-bottom: 0;
}

.faq-in-content .panel-body {
	padding: 0;
}

.panel-group .panel+.panel {
	margin-top: 20px;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
	color: rgba(0, 51, 153, 1);
}

.panel-title>a.collapsed {
	color: #333;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
	/*color: rgba(0, 51, 153, 1)*/
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
	/*text-align: justify;*/
}


/*
.panel-group .panel-heading+.panel-collapse>.list-group, 
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}*/


/*FaQ Slider*/
.faq-q-slider-items {
	border: 1px solid #ddd;
	padding: 30px 15px;
	background-image: url("../images/me/q-l-img.png");
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

.faq-q-slider-items blockquote {
	border: 0;
	font-size: 20px;
	font-weight: 500;
}

.faq-q-slider-items .q-item {
	text-align: center;
}

.q-item .q-item-name {
	font-size: 16px;
	font-weight: 500;
}

.q-item .q-item-name,
.q-item .q-item-desi {
	font-style: italic;
}
.q-item-desi {
	font-size: 16px;
}
.faq-q-slider-items .owl-theme .owl-dots .owl-dot.active span, 
.faq-q-slider-items .owl-theme .owl-dots .owl-dot:hover span {
	background: #333;
}
.faq-q-slider-items .owl-theme .owl-dots .owl-dot span { 
	margin: 5px;
}
.faq-q-slider-items .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: -59px;
    right: -20px;
}

/*Our Services*/
.products-wrapper .embed-responsive object, .embed-responsive video {
	border: 1px solid #ddd;
	background: #ddd;
}
/*ToolTip*/
.mcTooltipWrapper, 
.mcTooltipInner {
    width:300px!important;
}
.foo-tooltip h3 {
	margin-top: 0;
	font-family: 'Raleway', sans-serif;
	color: #fff;
}
.foo-tooltip p {
	font-size: 12px;

}
.foot-nav ul li .foo-tooltip {
	text-align: left;
}
.foot-nav ul li .foo-tooltip a {
	text-transform: inherit;
	line-height: 24px;
	font-size: 12px;
	color: #6cf;
}
.foot-nav ul li .foo-tooltip p {
	color: #fff;
}

.contact-tooltip span {
	cursor: pointer;
}
.contact-tooltip span,
.contact-tooltip a {
	display: block;
	position: relative;
	z-index: 0;
}
.contact-tooltip span:hover ~ .tooltip-sep-content,
.contact-tooltip a:hover ~ .tooltip-sep-content {
	opacity: 1;
    visibility: visible;
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
    transition-delay: 0;
}
.tooltip-sep-content {
	opacity: 0;
    visibility: hidden;
	padding: 15px 30px;
	border: 2px solid #666;
	background-color: #373737;
    width: 360px;
    position: absolute;
    left: 0;
    transform: translateX(calc(-50% + 45px));
    z-index: 9999;
    bottom: 50px;
    transition-delay: 2s;
    border-radius: 3px;
}
.tooltip-sep-content:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: rotate(134deg);
    bottom: -6px;
    width: 15px;
    height: 15px;
    background: #373737;
    /* border: 2px solid #666; */
    z-index: -5;
    box-shadow: 2px -2px 1px 1px #666;
}
.sub-mail-form .form-group {
	margin-bottom: 0;
}
.sub-mail-form .help-block {
	position: absolute;
	top: 100%;
}

@media (min-width: 1200px) {
	.embed-responsive-16by9 {
		/*padding-bottom: 0;*/
		/*height: 450px;*/
	}
}
@media (min-width: 1400px) {
	.embed-responsive-16by9 {
		/*padding-bottom: 0;*/
		/*height: 383px;*/
	}
}
@media (max-width: 991px) {
	.portfolio-details {
		margin-top: 30px;
	}
	.founder-item {
		margin-top: 20px;
	}
	.spe-logo ul li {
		width: 50%;
		margin-bottom: 20px;
	}
	.spe-logo ul li:last-child {
		float: none;
		width: 100%;
	}
	.spe-logo ul li img {
		width: 65%;
	}
	.spe-logo ul li:last-child img {
		width: 33%;
	}

	.product-image {
	    bottom: 32%;
	}
}

@media (max-width: 767px) {
	.em-all {
		padding: 0 30px;
	}
	.em-all:before {
		display: none;
	}
	.em-left {
		float: none;
	}
	.em-right {
		margin-left: -12px;
		margin-top: 30px;
	}
	.em-right:before {
		left: 18px;
		top: -33px;
		transform: rotate(90deg);
	}
	.em-right:after {
		left: 18px;
		top: -27px;
		transform: rotate(90deg);
	}
	.section-spe-modal .modal:before {
	  height: auto;
	}

	.section-spe-modal .modal-dialog {
	  display: block;
	}
	.faqs-page .products-wrapper section.top-section .banner .banner-content {
	    padding: 49px 0 47px 0;
	    font-size: 70px;
	    width: 100%;
	}
	.partner-home .p-h-logo ul li {
	    width: 33.33%;
	}
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
	.imgAbout {
		height: 40%;
		width: 100%;
	}
	.about .overview {
		margin-top: 100%;
	}
	.aboutContent {
		margin-left: 0;
	}
	.about .container {
		width: 420px;
	}
	.darkGrey {
		padding-bottom: 0;
	}
	.about .darkGrey .container {
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.about .abt-quote {
		position: static;
		padding-left: 0;
	}
	.about .quote-text {
		max-width: 500px;
		width: 420px;
		padding-left: 15px;
		padding-right: 15px;
		margin: auto;
	}
}

@media only screen and (max-width: 479px) {
	.imgAbout {
		height: 20%;
		width: 100%;
	}
	.about .overview {
		margin-top: 100%;
	}
	.aboutContent {
		margin-left: 0;
	}
	.about .container {
		width: 320px;
	}
	.about .darkGrey .container {
		width: auto;
	}
	.darkGrey {
		padding-bottom: 0;
	}
	.darkGrey {
		padding-bottom: 0;
	}
	.about .darkGrey .container {
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.about .abt-quote {
		position: static;
		padding-left: 0;
	}
	.about .quote-text {
		max-width: 500px;
		width: 320px;
		padding-left: 15px;
		padding-right: 15px;
		margin: auto;
	}
	.spe-logo ul li {
		width: 100%;
	}
	.spe-logo ul li:last-child img {
		width: 65%;
	}
}

.partner-home .spe-logo ul li img {
    
    width: 155px;
}
a.big-logoo:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -33px;
    background: #999999;
    height: 2px;
    right: -18px;
}
a.big-logoo {
    position: relative;
    display: inline-block;
    z-index: 999;
}
.partner-home .partner-top {
    margin-top: 15px;
}

.trial-video-part .box iframe {
	width: 100%;
	height: 336px;
	overflow: hidden;
}
/*iframe {*/
	/*max-width: 100%;*/
	/*border: none;*/
/*}*/


