/*
Custom Styles. Bootstrap Styles are default'
*/
* {
}
body {
	font-family: 'Noto Sans', sans-serif;
	color: #a6a8a8;
	font-size: 14px;
	overflow-x: hidden !important;
}
/*Typography*/
a {
	color: #ff6000;
}
a:hover {
	color: #ff6000;
	text-decoration: underline;
}
hr {
	border-color: #e5e5e5;
	margin: 10px 0 10px 0;
}
h1, h2, h3, h4, h5 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 48px;
	font-weight: bold;
	color: #333;
}
h1.page_title {
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 30px;
}

h1.page_title a {
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 30px;
	text-decoration: none;
}
h1.page_title a:hover {
	text-decoration: none;
}


h6.page__title a {
	font-size: 48px;
	font-weight: bold;
	padding: 15px 0px;
	margin: 0;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
h6.page__title a:hover {
	text-decoration: none;
}


ul.list-home {
  list-style-type: circle;
  width: 75%;
  text-align: left;
  font-weight: bold;
  margin: auto;
  padding-top: 22px;
  font-size: 16px;
}

h2 {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	line-height: 50px;
	text-transform: uppercase;
}
h2 small {
	color: #c7c7c7;
	font-size: 12px;
}
h2.page__title {
	font-size: 30px;
	font-weight: bold;
	padding: 15px 0px;
	margin: 0;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
}
h2.page__titleLesson {
	font-size: 32px;
	font-weight: bold;
	padding: 8px 0px;
	margin: 0;
	display: inline-block;
	color: #fff !important;
	text-transform: none;
}
h2.page__title2 {
	font-size: 30px;
	font-weight: bold;
	padding: 15px 0px;
	margin-bottom: 0px;
	line-height: 125px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	/*background: rgba(235, 240, 241, 0.6); */
}
h2.page__title a {
	font-size: 30px;
	font-weight: bold;
	padding: 15px 0px;
	margin: 0;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
h2.page__title a:hover {
	text-decoration: none;
}

h3 {
	font-size: 24px;
	color: #262626;
	text-transform: none;
	font-weight: bold;
	line-height:110%;
}
h3 small {
	font-size: 14px;
	font-weight: normal;
}
h3 a {
	color: #262626;
	line-height:110%;
}
h3 a:hover {
	text-decoration: underline;
	color: #ff6c0a;
}
.typo {
	margin-top: 80px;
}
h4 {
	font-size: 22px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}
h4 a {
	color: #999999;
	text-transform: none;
}
h4 a:hover {
	text-decoration: none;
	color: #333;
}
h5 {
	font-size: 17px;
	color: #001945;
	margin-top: 12px;
	margin-bottom: -12px;
}
h2.with__margin {
	margin-top: 70px;
	margin-bottom: 0px;
}
h2.with__margin2 {
	margin: 50px 0;
}
p.small-paragraph {
	font-size: 14px;
	color: #f1c40f;
	text-transform: uppercase;
	font-weight: 500;
}
p.smaller {
	font-size: 16px;
	color: #bababa;
	text-transform: none;
}
p.inside {
	font-size: 16px;
	color: #333;
	padding-left: 12px;
	padding-right: 12px;
}
p.inside ul li{
	font-size: 16px;
	color: #333;
	padding-left: 12px;
	padding-right: 12px;
}
.relative_btn {
	position: absolute;
	left: 50%;
	margin-left: -90px;
	bottom: -35px;
}
.headings {
	background-color: #fff;
}
.headings p {
	font-size: 14px;
	margin-bottom: 35px;
	color: #999;
}
.row.title__block {
	padding: 40px 0;
}
#feedback {
	color: #1c6107;
}
#feedback ul {
	padding-left: 0;
}
#feedback ul li {
	list-style: none;
}
.seper {
	width: 180px;
	height: 1px;
	display: block;
	border-top: 1px solid #fff;
	margin: 15px auto;
}
.headings .seper {
	border-color: #333;
}
/* Forms */
.form-control, .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:focus {
	border-color: #ffdd3c;
}
/*Buttons*/
.btn-primary {
	font-size: 14px;
	width: 142px;
	height: 42px;
	line-height: 42px;
	padding: 0;
	text-transform: lowercase;
	border-width: 1px;
	color: #333333;
	font-weight: 300;
	border-color: #ecf0f1;
	background: #ecf0f1;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #7d3c3c;
	border-color: #7d3c3c;
	color: #fff;
}
.btn-info {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	border-color: #333;
	background: #333;
	text-transform: lowercase;
	width: 140px;
	height: 40px;
	line-height: 40px;
	padding: 0;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
	background-color: #7d3c3c;
	border-color: #7d3c3c;
	color: #fff;
}
.btn-default {
	font-size: 18px;
	text-transform: lowercase;
	font-weight: normal;
	color: #fff;
	border-color: #3db2d8;
	font-family: 'Noto Sans', sans-serif;
	background: #3db2d8;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	background: none;
	border-color: #3db2d8;
	color: #3db2d8;
	background: #fff;
}

.btn-defaultnew {
	font-size: 18px;
	text-transform: lowercase;
	font-weight: bold;
	color: #fff;
	border-color: #fff;
	font-family: 'Noto Sans', sans-serif;
	background: none;
	border-width: 2px;
}
.btn-defaultnew:hover, .btn-defaultnew:focus, .btn-defaultnew:active {
	background: #fd671a;
	border-color: #fd671a;
	color: #fff;
}


.btn-defaultmd {
	font-size: 18px;
	text-transform: none;
	font-weight: bold;
	color: #001945;
	border-color: #001945;
	font-family: 'Noto Sans', sans-serif;
	background: none;
	border-width: 2px;
}
.btn-defaultmd:hover, .btn-defaultmd:focus, .btn-defaultmd:active {
	background: #fd671a;
	border-color: #fd671a;
	color: #fff;
}
.btn-defaultmd2 {
	font-size: 24px;
	text-transform: none;
	font-weight: bold;
	font-family: 'Noto Sans', sans-serif;
	border-width: 2px;
	background: #00a3d2;
	border-color: #00a3d2;
	border-radius: 30px;
	color: #fff;
}
.btn-defaultmd2:hover, .btn-defaultmd2:focus, .btn-defaultmd2:active {
	background: none;
	color: #00a3d2;
	border-color: #00a3d2;
	border-radius: 30px;
}
.btn-defaultmd2Orange {
	font-size: 24px;
	text-transform: none;
	font-weight: bold;
	font-family: 'Noto Sans', sans-serif;
	border-width: 2px;
	background: #e58d26;
	border-color: #e58d26;
	border-radius: 30px;
	color: #fff;
}
.btn-defaultmd2Orange:hover, .btn-defaultmd2Orange:focus, .btn-defaultmd2Orange:active {
	background: none;
	color: #e58d26;
	border-color: #e58d26;
	border-radius: 30px;
}
.btn-defaultmd2Green {
	font-size: 24px;
	text-transform: none;
	font-weight: bold;
	font-family: 'Noto Sans', sans-serif;
	border-width: 2px;
	background: #359537;
	border-color: #359537;
	border-radius: 30px;
	color: #fff;
}
.btn-defaultmd2Green:hover, .btn-defaultmd2Green:focus, .btn-defaultmd2Green:active {
	background: none;
	color: #359537;
	border-color: #359537;
	border-radius: 30px;
}

.btn-defaultVisible {
	display: block;
}


button.btn-primary:focus, .btn-default:focus, .btn-info:focus {
	outline: none;
}
.btn-lg {
	width: 160px;
	height: 57px;
	text-transform: lowercase;
	line-height: 57px;
	padding: 0;
}
.btn-md {
	font-size: 14px;
	width: 140px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin-top: -5px;
}
footer .btn-md, .recent-posts .btn-md {
	margin-top: 0px;
}


/*Table*/
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-container,.w3-panel{padding:0.01em 16px}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top; color:#fff;}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-striped tbody tr:nth-child(even){background-color:#011433}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #011433}

/*Table*/
.w3v2-container:after,.w3v2-container:before,.w3v2-panel:after,.w3v2-panel:before,.w3v2-row:after,.w3v2-row:before,.w3v2-row-padding:after,.w3v2-row-padding:before,
.w3v2-cell-row:before,.w3v2-cell-row:after,.w3v2-clear:after,.w3v2-clear:before,.w3v2-bar:before,.w3v2-bar:after{content:"";display:table;clear:both}
.w3v2-container,.w3v2-panel{padding:0.01em 12px}
.w3v2-table,.w3v2-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}
.w3v2-table td,.w3v2-table th,.w3v2-table-all td,.w3v2-table-all th{padding:6px 6px;display:table-cell;text-align:left;vertical-align:top; color:#fff;}
.w3v2-table th:first-child,.w3v2-table td:first-child,.w3v2-table-all th:first-child,.w3v2-table-all td:first-child{padding-left:12px}
.w3v2-striped tbody tr:nth-child(odd){background: rgba(235, 240, 241, 0.6);}
.w3v2-bordered tr,.w3v2-table-all tr{}

/*Table*/
.w3v3-container:after,.w3v3-container:before,.w3v3-panel:after,.w3v3-panel:before,.w3v3-row:after,.w3v3-row:before,.w3v3-row-padding:after,.w3v3-row-padding:before,
.w3v3-cell-row:before,.w3v3-cell-row:after,.w3v3-clear:after,.w3v3-clear:before,.w3v3-bar:before,.w3v3-bar:after{content:"";display:table;clear:both}
.w3v3-container,.w3v3-panel{padding:0.01em 16px}
.w3v3-table,.w3v3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}
.w3v3-table td,.w3v3-table th,.w3v3-table-all td,.w3v3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top; color:#333333;}
.w3v3-table th:first-child,.w3v3-table td:first-child,.w3v3-table-all th:first-child,.w3v3-table-all td:first-child{padding-left:16px}
.w3v3-striped tbody tr:nth-child(even){background-color:#dfdfdf}
.w3v3-bordered tr,.w3v3-table-all tr{border-bottom:1px solid #dfdfdf}

/*Header*/
header {
	/*background: #464848;*/
	background-color: rgba(26, 26, 26, 1);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	width: 100%;
	min-height: 60px;
	position: fixed;
	z-index: 112;
	top: 0;
	padding: 0px 0;
}
header.normal {
	position: relative;
}
.navbar-header {
  height: 100%;
	position: absolute;
	left: 50%;
	top: 0px;
}
.navbar-header img {
  /* margin-top: -13px; */
}
.navbar-toggle {
	margin-right: 0;
	position: absolute;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
	font-size: 30px;
	margin: 0;
	position: absolute;
	left: 50%;
  margin-left: -78px;
	width: 254px;
  height: 100%;
	display: inline-block;
	display: block;
	/*background-color: #fd671a; */
	color: #fff;
	font-weight: bold;
	font-weight: normal;
	text-align: center;
	text-transform: lowercase;
  padding: 13px 15px 0px 15px;
}
.navbar-default .navbar-brand a {
	text-decoration: none;
	color: #fff;
}
.navbar-default .navbar-brand span {
	color: #e74c3c;
}
/*Main Navigaion Menu*/
.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-default {
	background: none;
	border: none;
	margin-bottom: 0px;
	position: relative;
	z-index: 999;
}
.navbar-default .navbar-nav {
	padding: 0px;
}
.navbar-default .navbar-nav>li {
	padding: 0;
	margin-left: 40px;
}
.navbar-default .navbar-nav>li:hover {
}
.navbar-default .navbar-nav>li>a {
	color: #999999;
	font-size: 14px;
	padding: 20px 15px;
	font-weight: 300;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-transform: capitalize;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.navbar-default .navbar-nav>li.dropdown>a {
	background: none;
}
.navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li:hover>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>li.open>a, .navbar-default .navbar-nav>li.active>a:hover {
	background: none;
	color: #333;
}
.navbar-default .navbar-nav>li:first-child {
	margin-left: 0px;
}
ul.dropdown-menu {
	left: 0px !important;
	border-radius: 0px;
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border: none;
	background: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	top: 85%;
	opacity: 0;
	visibility: hidden;
}
.dropdown:hover .dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
ul.dropdown-menu li {
	border-bottom: 1px solid #ededed;
}
ul.dropdown-menu li:last-child {
	border-bottom: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
ul.dropdown-menu li:first-child {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
ul.dropdown-menu>li>a {
	color: #464848;
	border-top: none;
	font-size: 12px;
	line-height: 12px;
	padding: 15px 20px;
}
ul.dropdown-menu>li>a:hover {
	color: #fff;
	border-top: none;
	background: #2a2a2a;
}
/*Carousel*/
.slider {
	position: fixed;
	top: 0px;
	background-color: #ecf0f1;
	height: 100%;
	width: 100%;
	z-index: 5;
}
.absolute__img {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -49px;
	z-index: 99;
}
.slider .btn {
	margin: 10px;
}

.carousel-caption2 {
	top: 50%;
	margin-top: -170px;
	font-size: 14px;
	color: #ffffff;
	text-transform: none;
}

.carousel-caption {
	font-size: 14px;
	color: #ffffff;
	text-transform: none;
	background: rgba(0, 163, 210, 0);

    max-width: 750px;
	height: 100%;
	top: 0% !important;
	margin-top: 65px;
	left: 5%;
}

.carousel-caption-inner-div {
	padding-right: 33px;
	padding-left: 33px;
	padding-top: 12px;
	padding-bottom: 12px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 12px;
	margin-top: 21px;
	height: auto;
}

.carousel-caption h1 {
	text-transform: none !important;
	font-weight: bold;
	font-size:4.1vw !important;
	padding-bottom: 2px;
	padding-top: 0px;
	line-height: 56px;
	color: #00a3d2;
  text-shadow: 0px 0px 0px #fff;
}
.carousel-caption h2 {
	text-transform: none !important;
	font-weight: normal;
	font-size:2.0vw !important;
	line-height: 36px;
	padding-bottom: 2px;
	padding-top: 0px;
	color: #00a3d2;
	text-shadow: 0px 0px 0px #fff;
}
.carousel-caption p {
	text-transform: none !important;
	font-weight: normal;
	font-size: 17px !important;
	line-height: 21px;
	padding-bottom: 2px;
	color: #464848;
	text-shadow: 0px 0px 0px #666666;
}
.carousel-caption h1.orangeText {
	color: #e58d26 !important;
}
.carousel-caption h2.orangeText {
	color: #e58d26 !important;
}
.carousel-caption p.orangeText {
	color: #464848 !important;
}
.carousel-caption h1.greenText {
	color: #359537 !important;
}
.carousel-caption h2.greenText {
	color: #359537 !important;
}
.carousel-caption p.greenText {
	color: #464848 !important;
}





.carousel-caption h1 span {
	color: #ffdd3c;
	border: 2px solid #fff;
	padding: 0 4px 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.carousel-control {
	background: none;
	opacity: 1;
	position: absolute;
	top: 0%;
	margin-top: 0px;
	-moz-opacity: 1;
}
.carousel-control span {
	position: absolute;
	top: 50%;
	margin-top: -27px;
}
.carousel-control .carousel-control-left {
	background: url('../images/slider/prev.png') no-repeat;
	width: 73px;
	height: 73px;
	left: 25px;
}
.carousel-control .carousel-control-right {
	background: url('../images/slider/next.png') no-repeat;
	width: 73px;
	height: 73px;
	right: 25px;
}
.carousel-control .carousel-control-left:hover {
	background: url('../images/slider/prev_a.png') no-repeat;
}
.carousel-control .carousel-control-right:hover {
	background: url('../images/slider/next_a.png') no-repeat;
}
.boxed .carousel-control .carousel-control-left {
	left: -150px;
	top: 270px;
}
.boxed .carousel-control .carousel-control-right {
	right: -150px;
	top: 270px;
}
.boxess .carousel-caption {  /* Edit to adjust text position in carousel */

}
.boxess {
	background-color: #22272c;
	position: relative;
	margin-top: 0px;
}
.boxess .carousel-caption h1 {

}
/*Titles*/
.row.nice__title {
	background: url('../images/big_line_bg.jpg') no-repeat;
 // background-size:100% 100%;
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding: 40px 0 60px 0;
	margin-top: -5px;
	color: #bab9b9;
}
.nice__title h2 {
	color: #fff;
}
.row.nice__title img {
	margin: 35px auto;
}
.row.nice__title p.smaller {
	color: #95a5a6;
}
/*Container*/
.main__middle__container .row ul, .main__middle__container .row ol {
	padding-left: 20px;
}
.main__middle__container {
	width: 100%;
}
.homepage {
	position: relative;
	margin-top: 50%;
	z-index: 111;
	background: #fff;
}
.row {
	padding: 45px 0;
}
.row2 {
	padding-top: 12px;
	padding-bottom: 0px;
}
.row.with__sep {
	background: url('../images/lines.png') repeat-x left bottom;
}
/*.container .row:first-child {
    padding:75px 10% 75px 10%;
}*/
p.big-paragraph {
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 15px;
	color: #e8bd10;
}
.orange {
	color: #f1c40f;
	font-size: 14px;
	text-transform: none;
	padding: 0 0 10px 0;
}
.black-text {
	color: #1e1e1e;
}
.to_top {
	margin-top: -80px !important;
}
.line__bg {
	width: 100%;
	margin: 0;
	padding: 45px 0;
	color: #333;
	/*background: url('../images/image_1920x1998.jpg') no-repeat; */
	background-color: #001945;
}
.line__dem {
	background: url('../images/pattern.png') repeat;
}
.line__bg.other {
	background-position: 0 100%;
	padding: 65px 0;
}
.line__bg h1 {
	color: #fff;
	line-height: 48px;
	padding: 5px 10px;
	display: inline-block;
}
.line__bg p {
	margin: 20px auto;
}
.testimonials {
	background: url('../images/WOOD_PATTERN.jpg') repeat;
	padding: 75px 0;
}
.testimonials h2 {
	color: #f1c40f;
	position: relative;
	bottom: 20px;
}
.testimonials .seper {
	border-color: #f1c40f;
	position: relative;
	bottom: 20px;
}
.testimonials p {
	color: #fff;
	text-transform: none;
	font-weight: normal;
	padding: 10px 0;
	font-size: 18px;
	line-height: 22px;
}
.testimonials p.smally {
	margin-top: -55px;
	margin-bottom: 30px;
	font-size: 14px;
	color: #bab9b9;
}
.testimonials p small {
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	font-weight: normal;
}
.testimonials p.small-paragrapher {
	text-transform: uppercase;
	font-size: 14px;
	padding: 40px 0 20px 0;
	font-weight: bold;
	color: rgba(255,255,255,0.8);
}
img.full-width {
	width: 100%;
}
.testimonials ol.carousel-indicators {
	bottom: -30px;
	padding-left: 0;
}
.testimonials .carousel-indicators li.active, .line__bg .carousel-indicators li:hover {
	background-color: #f1c40f;
	border-color: #f1c40f;
}
/*Icons Blocks*/
.icons__blocks {
	background: url('../images/bg_pattern.png') repeat left center;
	width: 100%;
	margin: 0;
	padding: 80px 0 80px;
}
.icons__blocks h2 {
	color: #fff;
	background: url('../images/lines.png') repeat-x left center;
}
.icons__blocks h3 a {
	color: #fff;
}
.icons__blocks h3 a:hover {
	color: #77beec;
}
.icons__blocks h2 span {
	background: url('../images/bg_pattern.png') repeat left center;
	padding: 0 40px;
}
.icons__blocks p.small-paragraph {
	position: relative;
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 40px;
	color: #5c5c5c;
	font-weight: 800;
}
.icons__blocks p {
	margin-top: 20px;
}
.icons__blocks img.img-rounded {
	width: 100%;
}
.separator {
	background: url('../images/lines.png') repeat-x left 30px;
}
.separator.sub {
	position: relative;
	top: 80px;
	margin-bottom: 20px;
}
/* grey-info-block */
.grey-info-block {
	width: 100%;
	margin: 0;
	margin-top: 0px;
	z-index: 9;
	padding: 55px 0;
	color: #999;
}
.grey-info-block>.container {
	position: relative;
}
.grey-info-block h2 {
	color: #fff;
	border-color: #fff;
}
.grey-info-block h3 {
	padding-bottom: 10px;
	color: #fff;
}
.grey-info-block .col-md-6 img {
	width: 100%;
	margin: 0;
	height: auto;
}
.grey-info-block p.small-paragraph {
	padding: 15px 0 20px 0;
}
.grey-info-block img {
	margin-bottom: 20px;
}
.grey-info-block .btn {
	margin-top: 10px;
}
/*titler*/
.titler {
	padding: 30px 0;
	margin: 0;
}
.titlerLesson {
	padding: 0px 0;
	margin: 0;
}
.titler2 {
	padding: 0px 0;
	margin: 0;
}
.titler.services {
	background: url('../images/panthers-bg.jpg');
	/*background: url('../images/WOOD_PATTERN.jpg'); */
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	/*background-size: cover;*/
	background-repeat: repeat;
	background-position: 0 100%;
}
.titlerLesson.to_do {
	background: url('../images/blue-monitor-bg.jpg');
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #00a6d3;
}
.titlerLesson.to_do_vid {
	background: url('../images/grey-bg.png');
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #00a6d3;
}

.titler.to_do2 {
	background: url('../images/inside-banner.jpg');
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 50px;
}
.titler.to_doCC {
	background: url('../images/inside-banner-community.jpg');
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 50px;
}
.titler.to_doPride {
	background: url('../images/inside-banner-pride.jpg');
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 50px;
}
.titler.to_doStreaming {
	background: url('../images/inside-banner-streaming.jpg');
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 50px;
}
.titler.to_do8U {
	background: url('../images/inside-banner-8UNavy.jpg');
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 50px;
}
.titler.to_do9U {
	background: url('../images/inside-banner-9U.jpg');
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 50px;
}
.titler.to_do10U {
	background: url('../images/inside-banner-10U.jpg');
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 50px;
}
.titler.to_do11U {
	background: url('../images/inside-banner-11U.jpg');
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 50px;
}
.titler.to_do12U {
	background: url('../images/inside-banner-12U.jpg');
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 50px;
}
.titler.to_do13U {
	background: url('../images/inside-banner-13U.jpg');
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 50px;
}
.titler.to_do15U {
	background: url('../images/inside-banner-15U.jpg');
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 50px;
}
.titler.to_do16U {
	background: url('../images/inside-banner-16U.jpg');
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 50px;
}
.titler.to_doPictures {
	background: url('../images/inside-banner-pictures.jpg');
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 50px;
}
.titler.to_doContact {
	background: url('../images/inside-banner-contact.jpg');
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 50px;
}
.titler.to_do_flores {
	background: url('../images/inside-banner-flores.jpg');
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 50px;
}
.titler2.homepage {
	/* background: url('../images/panthers-bg-grey.jpg'); */
	background-color: #fff;
	background-size:contain;
	background-position: bottom center;
	background-repeat: no-repeat;

}
.titler.blog {
	background: url('../images/image_1920x1998_new.jpg');

}



/* Add padding BETWEEN each column */
.divrow {
	width: 100%;
	max-width: 585px;
	margin:auto;
	position: relative;
}
.divrow,
.divrow > .divcolumn {
  padding: 8px;
}

/* Create four equal columns that floats next to each other */
.divcolumn {
  float: left;
  width: 25%;
}

/* Clear floats after rows */
.divrow:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.divcontent {
  padding: 5px;
  position: relative;
}
.divcontent h3 {
  color: #fff;
  font-size:1.2vw;
}

.divcontent .divcontent-overlay {
  opacity: 1;
  position: absolute;
  right: 0px;
}
.divcontent .divcontent-overlay-2 {
  opacity: 0;
  position: absolute;
  right: 0px;
}
.divcontent .divcontent-overlay-eText {
  position: absolute;
  color: #fff;
  top: 75px;
  left: 52px;
}
.divcontent .divcontent-overlay-ePPT {
  position: absolute;
  color: #fff;
  top: 75px;
  left: 60px;
}
.divcontent .divcontent-overlay-eSurvey {
  position: absolute;
  color: #fff;
  top: 75px;
  left: 44px;
}
.divcontent:hover .divcontent-overlay {
  opacity: 0;
}
.divcontent:hover .divcontent-overlay-2 {
  opacity: 1;
}
.divcontent:hover .divcontent-overlay-eText {
  text-decoration: underline;
}
.divcontent:hover .divcontent-overlay-ePPT {
  text-decoration: underline;
}
.divcontent:hover .divcontent-overlay-eSurvey {
  text-decoration: underline;
}

.divcontent-responsive-img {
  width: 100%;
  max-width: 520px;
  height: auto;
}


.item2 { grid-area: menu;}
.item5 { grid-area: footer;}

.grid-container {
  display: grid;
  grid-template-areas:
    'menu footer';
  grid-gap: 10px;
  /*background-color: #2196F3; */
  padding: 2px;
  grid-template-columns: auto 61%;

}

.grid-container > div {
  /*background-color: rgba(255, 255, 255, 0.8); */
  text-align: center;
  padding: 2px 0;
  font-size: 30px;
}





/* Slideshow container */
.slideshow-container {
  position: relative;
}

/* Slides */
.mySlides {

  padding: 50px;
  text-align: center;
}

.featuresBenefitsTitle {
	font-size: 32px;
	font-weight: bold;
	line-height: 50px;
	color: #262626;
	padding-top: 28px;
	padding-bottom: 2px;
}
.featuresBenefitsH2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	color: #717171;
	padding-top: 2px;
	padding-bottom: 2px;
}
.featuresBenefitsH3 {
	font-size: 16px;
	line-height: 30px;
	color: #717171;
	padding-top: 2px;
	padding-bottom: 2px;
}

.vidLink a {
  text-decoration: underline;
    color: #00a6d3;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    z-index: 99;
	padding-bottom: 12px;
	text-align: center;

}
.vidLink a:hover {
  text-decoration: none;

}

/* Next & previous buttons */
.prevDEM, .nextDEM {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.nextDEM {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevDEM:hover, .nextDEM:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.authorDEM {color: cornflowerblue;}







/*Three Blocks*/
.three__blocks {
	padding-top: 50px !important;
	background-size: auto 100%;
	position: relative;
	z-index: 99;
}
.three__blocks p.smaller {
	color: #a4a4a4;
	font-size: 12px;
	font-weight: 300;
}
.three__blocks.bottomer {
	background-position: left bottom;
	background-size: auto auto;
}
.three__blocks .container>h3 {
	font-size: 36px;
	color: #2c3e50;
}
.three__blocks .col-md-4 h3 a {
	/*background: url('../images/icons/ico1.png') no-repeat center top;*/
	/*padding-top: 80px;*/
	padding-bottom: 0px;
	display: block;
}
.three__blocks .col-md-4 h3 a:hover {
	/*background: url('../images/icons/ico1_a.png') no-repeat center top;*/
}
.three__blocks .col-md-4.middle h3 a {
	/*background: url('../images/icons/ico2.png') no-repeat center top;*/
}
.three__blocks .col-md-4.middle h3 a:hover {
	/*background: url('../images/icons/ico2_a.png') no-repeat center top;*/
}
.three__blocks .col-md-4:last-child h3 a {
	/*background: url('../images/icons/ico3.png') no-repeat center top;*/
}
.three__blocks .col-md-4:last-child h3 a:hover {
	/*background: url('../images/icons/ico3_a.png') no-repeat center top;*/
}
.three-blocks {
	background: url('../images/line_bg.jpg') no-repeat center top;
	background-size: 100% 100%;
}
.three-blocks .container .row:first-child {
	padding: 55px 10%;
}
.three-blocks h2 {
	color: #fff;
	text-transform: none;
	padding: 0;
}
.three-blocks p {
	padding: 15px 0 0 0;
	color: rgba(255,255,255,0.7);
	text-transform: uppercase;
	font-weight: 800;
	font-size: 14px;
}
.three__blocks p.smaller {
	margin-top: -10px;
	margin-bottom: 20px;
}
.three__blocks p.smaller small {
	font-size: 14px;
	color: #a5a5a5;
}
.three__blocks img {
	margin: 0 auto 20px auto;
}
.three__blocks p:last-child {
	margin-top: 30px;
}
/* Recent Posts */
.recent-posts {
	background-color: #ecf0f1;
}
.recent-posts>.container {
	position: relative;
}
.recent-posts .sep img {
	background: url('../images/bg_pattern.jpg') repeat;
}
.recent-posts .col-md-9, .recent-posts .col-md-3 {
	margin-top: 40px;
}
.recent-posts .col-md-9 .text {
	float: left;
	width: 55%;
	margin-left: 2%;
}
.recent-posts .col-md-9 .text h3 {
	margin-top: -1px;
	margin-bottom: 0px;
	line-height: 24px;
}
.recent-posts .col-md-9 .text p {
	padding: 5px 0;
}
.recent-posts .col-md-9 .text p.small-paragraph {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: none;
	font-size: 14px;
	display: inline-block;
	border-bottom: 1px solid #333;
	font-family: 'Noto Sans', sans-serif;
	color: #c7c7c7;
	font-weight: normal;
}
.recent-posts .col-md-9 img {
	width: 43%;
}
.recent-posts .col-md-9 article {
	margin-bottom: 50px;
}
.recent-posts .col-md-3 .icon-item {
	padding: 0px;
	margin-bottom: 40px;
}
.recent-posts .col-md-3 .icon-item h4 {
	padding: 0;
}
.recent-posts .col-md-3 .icon-item p.small-paragraph {
	margin-bottom: 0px;
	text-transform: none;
	font-size: 14px;
	font-family: 'Noto Sans', sans-serif;
	color: #d6d6d6;
	font-weight: normal;
}
.recent-posts .col-md-3 .icon-item img {
	float: left;
	margin-right: 10px;
}
/*Social Icons*/
.socialicon {
	position: relative;
	display: inline-block;
	width: 45px;
	margin-right: 5px;
	height: 45px;
}
.socialicon-instagram {
	background: url('../images/instagram.png') no-repeat;
}
.socialicon-linkedin {
	background: url('../images/linkedin.png') no-repeat;
}
.socialicon-facebook {
	background: url('../images/facebook.png') no-repeat;
}
.socialicon-google {
	background: url('../images/google.png') no-repeat;
}
.socialicon-mail {
	background: url('../images/social/mail.png') no-repeat;
}
.socialicon-instagram:hover {
	background: url('../images/instagram-over.png') no-repeat;
}
.socialicon-linkedin:hover {
	background: url('../images/linkedin-over.png') no-repeat;
}
.socialicon-facebook:hover {
	background: url('../images/facebook-over.png') no-repeat;
}
.socialicon-google:hover {
	background: url('../images/google-over.png') no-repeat;
}
.socialicon-mail:hover {
	background: url('../images/social/mail_a.png') no-repeat;
}
/* Contact Form */
.contact-form {
}
.contact-form .col-md-6 {
	padding: 0 20px 0 0;
}
.contact-form .col-md-6b {
	padding: 0 20px 0 0;
}
.contact-form .col-md-6:nth-child(2) {
	padding: 0 0px 0 0;
}
/* Aside */
aside h3 {
	line-height: 11px;
	margin-bottom: 40px;
}
aside img {
	width: 100%;
	margin-bottom: 10px;
}
aside ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}
aside ul li:last-child {
	border-bottom: none;
}
aside a.btn {
	margin: 20px 0 40px;
}
/* Main Content*/
.main-content h2 {
	line-height: 11px;
	margin-bottom: 40px;
}
/* Footer */
footer {
	background: #3d3d3d;
	position: relative;
	z-index: 111;
	color: #be9d9d;
	font-size: 300;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
footer h3 {
	padding-bottom: 8px;
	margin-bottom: 28px;
	font-size: 26px;
	color: #fff;
	display: inline-block;
	padding-right: 40px;
}
footer hr {
	border-top: 1px solid #4e4e4e;
	margin: 40px 0 0 0;
}
footer p span {
	color: #fff;
}
footer>.container>.row:first-child {
	padding: 45px 0;
}
footer .text-center {
	padding: 40px 0;
	margin: 0;
}
footer .form-group {
	width: 90%;
}
footer button.btn-default {
	position: relative;
	top: 10px;
	color: #fff;
	border-color: #fff;
	background: #7d3c3c;
}
footer button.btn-default:hover {
	background: #7d3c3c;
	border-color: #441313;
	color: #441313;
}

/* Icon Bar */
.icon-bar {
  position: fixed;
  top: 40%;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #00a6d3;
  color: white;
}

.google {
  background: #f6880f;
  color: white;
}

.linkedin {
  background: #75008c;
  color: white;
}

.instagram {
  background: #00a6d3;
  color: white;
}



/* Hover Over Zoom */
/* [1] The container */
.img-hover-zoom {
  /* height: 200px;  [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  position: relative;
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
  border-radius: 30px;
  margin: 0 auto;
  padding: 12px;

}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.05);
  border-radius: 30px;
  margin: 0 auto;
  padding: 12px;
}

/*Responsive - debugging default problems*/
.img-responsive {
	margin: 0 auto;
	padding: 12px;
	border-radius: 18px;
}
.no-margin {
	position: relative;
	margin: 0;
}
.no_padding {
	padding: 0px 0 80px 0;
}
.row.nothing {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.copyright {
	background-color: rgba(26, 26, 26, 1);
	padding: 30px 30px;
	color: #fff;
	position: relative;
	z-index: 200;
	margin: 0;
}
.copyright img {
  margin-top: -7px;
}
.copyright img.stsi {
	margin-top: -19px;
	margin-right: 30px;
	width: 75px;
}
p.copyright::after {
  content: " Hosted by Accuraty Solutions";
}
 @media(max-width:1600px) {
}
@media(max-width:1310px) {
.carousel-caption {

}
.carousel-caption h1 {
	/*
	font-size: 24px;
	line-height: 24px;
	*/
}

ul.list-home {
  list-style-type: circle;
  width: 90%;
  text-align: left;
  font-weight: normal;
  margin: auto;
  padding-top: 10px;
  font-size: 14px;
  margin-bottom: -13px;
}

.carousel-caption h3 {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 0px;
	padding: 5px;
	background: none;
}

.slider .btn {
	margin: 0 10px;
}
.carousel-caption p {
	/*
	margin: 30px 0;
	*/
}
}
@media(max-width:1200px) {

.divcontent h3 {
  font-size:15px;
}

.navbar-default .navbar-nav>li {
	margin-left: 10px;
}
.navbar-header {
}
}
@media(max-width:990px) {
.btn-defaultVisible {
	display: none;
}
.carousel-caption h1 {
	line-height: 36px;
}
.carousel-caption h2 {
	font-size: 20px !important;
	padding-bottom: 1px;
	line-height: 28px;
}
.carousel-caption p {
	font-size: 15px !important;
	line-height: 18px;
	padding-bottom: 1px;
}

.main__middle__container h3.heading.white {
	background: none;
}
.navbar-header {
	left: 30%;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
	margin-left: 30px;
}
.icon-item {
	text-align: center;
}
.carousel-caption {
	/* font-size: 13px;
	top: 50%;
	margin-top: -110px;
	left: 15%;
	right: 15%; */
}
.carousel-caption h1 {
	/*
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 0px;
	padding: 5px;
	background: none;
	*/
}

ul.list-home {
  list-style-type: circle;
  width: 95%;
  text-align: left;
  font-weight: normal;
  margin: auto;
  padding-top: 10px;
  font-size: 13px;
}

.carousel-caption h3 {
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 0px;
	padding: 5px;
	background: none;
}

.carousel-caption p {
	/*
	margin: 10px 0;
	*/
}
.boxess .carousel-caption h1 {

}
.carousel-control .carousel-control-left {
	left: 5px;
}
.carousel-control .carousel-control-right {
	right: 5px;
}
.carousel-control {
	width: auto;
}
.boxess .carousel-control {
	width: auto;
	top: 50%;
	margin-top: -27px;
}
.boxess .carousel-caption {
	/* top: 50%;
	margin-top: -80px; */
}
.navbar-default .navbar-nav>li {
	margin-left: -5px;
}
.navbar-default .navbar-nav>li>a {
	font-size: 10px;
}
}
@media(max-width:768px) {
.btn-defaultVisible {
	display: none;
}
.carousel-caption h2 {
	font-size: 20px !important;
	padding-bottom: 1px;
}
.carousel-caption p {
	font-size: 15px !important;
	line-height: 18px;
	padding-bottom: 1px;
}

.navbar-header {
	position: relative;
	margin-left: 0px;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
	position: relative;
	left: 0;
	margin-left: 0;
}
h1.page_title {
	padding: 20px 30px;
}
.recent-posts .col-md-9 .text {
	margin-left: 0px;
}
.navbar-toggle {
	top: 25px;
}
.recent-posts .col-md-9 .text h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}
.three-blocks p {
	padding: 20px 0 10px 0;
	margin-bottom: 0px;
}
.recent-posts .col-md-9 .text, .recent-posts .col-md-9 img {
	float: left;
	width: 99%;
}
header.with-boxed {
	height: auto;
}
}
@media(max-width:767px) {
.btn-defaultVisible {
	display: none;
}
.carousel-caption h2 {
	font-size: 20px !important;
	padding-bottom: 1px;
}
.carousel-caption p {
	font-size: 15px !important;
	line-height: 18px;
	padding-bottom: 1px;
}

.navbar-collapse {
	height: 0px;
	border-top: none;
	overflow: hidden;
}
.navbar-collapse.in {
	overflow: visible;
}
.navbar-nav {
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar-header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	margin-left: 6px;
	margin-right: 6px;
}
.navbar-collapse.navbar-left {
	margin-top: 80px;
	margin-bottom: 0px;
}
.navbar-collapse.in {
	display: block !important;
}
.navbar-default .navbar-nav {
	padding: 0;
}
.navbar-default .navbar-nav .open .dropdown-menu>li {
	display: block;
	width: 100%;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #1a1a1a;
	display: block;
	width: 100%;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #333;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:focus:hover {
	color: #333;
	background-color: transparent;
}
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 15px;
}
.navbar-default .navbar-nav>li {
	display: block;
	padding: 10px 0;
	text-align: center;
	margin-left: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
	background-color: #fff;
}
.navbar-default .navbar-toggle {
	border-color: #333;
	top: 5px;
	right: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #333;
}
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #333;
}
.navbar-default .navbar-nav>li a {
	padding: 5px 0;
}
.three-blocks {
	background-size: 100% 100%;
}
}
@media(max-width:700px) {
.item2 { display: none;}
.item5 { grid-area: footer;}

.grid-container {
  display: grid;
  grid-template-areas:
    'footer footer';
  grid-gap: 10px;
  /*background-color: #2196F3; */
  padding: 2px;
  grid-template-columns: auto 100%;

}

.btn-defaultVisible {
	display: none;
}
.carousel-caption h2 {
	font-size: 20px !important;
	padding-bottom: 1px;
}
.carousel-caption p {
	font-size: 15px !important;
	line-height: 18px;
	padding-bottom: 1px;
}

.slider .btn {
	display: none;
}
}
@media(max-width:575px) {
.btn-defaultVisible {
	display: none;
}
.carousel-caption h2 {
	font-size: 20px !important;
	padding-bottom: 1px;
}
.carousel-caption p {
	font-size: 15px !important;
	line-height: 18px;
	padding-bottom: 1px;
}

.carousel-caption {
	/*
	display: none;
	*/
}
}
.carousel-fade {
 .carousel-inner {
 .item {
 opacity: 0;
 transition-property: opacity;
}
 .active {
 opacity: 1;
}
 .active.left,  .active.right {
 left: 0;
 opacity: 0;
 z-index: 1;
}
 .next.left,  .prev.right {
 opacity: 1;
}
}
.carousel-control {
	z-index: 2;
}
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.navbar .nav > li > a:hover {
	background-color: #f8f8f8;
	color: #333;
	box-shadow: 0 0 0 1px #efefef inset;
}
/* Portfolio */
h2.portTitle {
	font-size: 32px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 50px;
	text-transform: none;
}

#portfolio {
	padding: 12px 0px 33px 0px;
	/*overflow: hidden; */
	text-align: center;
}
/*  Custom Drop Down Code implemented by DEM ---------------------------------------- */
#portfolio a {
  text-decoration: none;
}

#portfolio ul.dropMenu {
	background: #fff;
    list-style: none;
    margin-right: auto;
	margin-left: auto;
	left: 50%;
    padding-left: 0;
	color: #2d2d2d;
	width: 80% !important;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.1);
	height: 45px;

}

#portfolio ul.dropMenu img {
	width: 50px;
	position: absolute;
	margin-top: 6px;
	right: 12%;
}

#portfolio ul.dropMenu li {
    color: #2d2d2d;
    display: block;
    float: left;
    padding: 1rem;
    position: relative;
    text-decoration: none;
	transition-duration: 0.5s;
	width: 100% !important;
	text-align: left;
	line-height: 16px;
}

#portfolio ul.dropMenu li a {
  color: #2d2d2d;
  font-size: 18px;
  text-align: left;
}

#portfolio ul.controls li {
    margin-left: -10px;
	line-height: auto;
	margin-top: 1px;
	margin-bottom: 2px;
}

#portfolio ul.dropMenu li:hover {
    cursor: pointer;
}
#portfolio ul.controls li:hover {
    cursor: pointer;
	background: #00a3d2;
	color: #fff;
}
#portfolio ul.controls li:hover.employability {
	background: #b2004c;
	color: #fff;
}
#portfolio ul.controls li:hover.learnJob {
	background: #ab1283;
	color: #fff;
}
#portfolio ul.controls li:hover.technicalComm {
	background: #d55c35;
	color: #fff;
}
#portfolio ul.controls li:hover.thinking {
	background: #788fb0;
	color: #fff;
}
#portfolio ul.controls li:hover.strengths {
	background: #6aab9c;
	color: #fff;
}
#portfolio ul.controls li:hover.values {
	background: #267ca6;
	color: #fff;
}
#portfolio ul.controls li:hover.productivity {
	background: #4f2b75;
	color: #fff;
}
#portfolio ul.controls li:hover.teamwork {
	background: #eaa01f;
	color: #fff;
}
#portfolio ul.controls li:hover.systems {
	background: #685380;
	color: #fff;
}
#portfolio ul.controls li:hover.creativity {
	background: #30b349;
	color: #fff;
}
#portfolio ul.controls li:hover.safety {
	background: #375589;
	color: #fff;
}
#portfolio ul.controls li:hover.selfEmployment {
	background: #ce0000;
	color: #fff;
}

#portfolio ul.controls {
	visibility: hidden;
	opacity: 0;
	min-width: 5rem;
    position: absolute;
	transition: all 0.5s ease;
	margin-top: 1rem;
    left: 0;
    display: none;
	z-index: 99999 !important;
	width: 100% !important;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
}

#portfolio ul.dropMenu li:hover ul.controls,
#portfolio ul.dropMenu li:active ul.controls,
#portfolio ul.controls:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}


#portfolio ul.dropMenu li ul.controls li {
  clear: both;
  width: 100%;
}


#portfolio ul#Grid {
	margin: 0 0 12px 0;
	padding-top: 12px;
	position: relative;
}
#portfolio ul#Grid li {
	padding: 0 0px 0px 0;
	margin: 0;
	display: none;
	position: relative;
}

#portfolio ul#Grid li a {
	display: block;
	position: relative;
	color: #fff;
}


#portfolio ul#Grid li a.portfolioText {
    z-index: 10;
	position: absolute;
	color: #000;
}


#portfolio ul#Grid a.linkOverlay {
	padding: 10px 10px;
	overflow: visible;
	font-size: 22px;
	font-weight: 400;
	width: 100%;
	height: 100%;
    top: 0%;
	line-height: 30px;
  /*background: #fff; opacity: 0.8;
	background: rgba(0, 0, 0, 0.6);
	text-decoration: none;
	border-radius: 8px; */
}
#portfolio ul#Grid li:hover a.linkOverlay {
  /*opacity: 0;
	background: rgba(0, 0, 0, 0.3); */
}
#portfolio ul#Grid a.linkOverlay span {
	color: #f9f9f9;
	font-weight: 400;
	display: block;
	font-size: 14px;
	text-transform: none;
	line-height: 22px;
}
#portfolio ul#Grid .widthOverlay {
	padding: 10px 10px;
	height: 100%;
	width: 100%;
	max-width: 500px;
	margin: auto;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.3);
	border:2px solid #fff;
}
#portfolio ul#Grid .widthOverlay:hover {
	background: rgba(0, 0, 0, 0.8);
}
#portfolio ul#Grid .clrEmployability {
	color: #b2004c;
	font-size: 21px;
	font-weight: bold;
}
#portfolio ul#Grid .clrEmployability:hover {
	color: #fff;
}
#portfolio ul#Grid .clrLearning {
	color: #ab1283;
	font-size: 21px;
	font-weight: bold;
}
#portfolio ul#Grid .clrLearning:hover {
	color: #fff;
}
#portfolio ul#Grid .clrTechComm {
	color: #d35f32;
	font-size: 21px;
	font-weight: bold;
}
#portfolio ul#Grid .clrTechComm:hover {
	color: #fff;
}
#portfolio ul#Grid .clrThinking {
	color: #7a8eb2;
	font-size: 21px;
	font-weight: bold;
}
#portfolio ul#Grid .clrThinking:hover {
	color: #fff;
}
#portfolio ul#Grid .clrStrengths {
	color: #6bac9d;
	font-size: 21px;
	font-weight: bold;
}
#portfolio ul#Grid .clrStrengths:hover {
	color: #fff;
}
#portfolio ul#Grid .clrValues {
	color: #2f7aa2;
	font-size: 21px;
	font-weight: bold;
}
#portfolio ul#Grid .clrValues:hover {
	color: #fff;
}
#portfolio ul#Grid .clrProductivity {
	color: #512a6e;
	font-size: 21px;
	font-weight: bold;
}
#portfolio ul#Grid .clrProductivity:hover {
	color: #fff;
}
#portfolio ul#Grid .clrTeamwork {
	color: #d9ac29;
	font-size: 21px;
	font-weight: bold;
}
#portfolio ul#Grid .clrTeamwork:hover {
	color: #fff;
}
#portfolio ul#Grid .clrSystems {
	color: #685380;
	font-size: 21px;
	font-weight: bold;
}
#portfolio ul#Grid .clrSystems:hover {
	color: #fff;
}
#portfolio ul#Grid .clrCreativity {
	color: #37b44c;
	font-size: 21px;
	font-weight: bold;
}
#portfolio ul#Grid .clrCreativity:hover {
	color: #fff;
}
#portfolio ul#Grid .clrSafety {
	color: #365689;
	font-size: 21px;
	font-weight: bold;
}
#portfolio ul#Grid .clrSafety:hover {
	color: #fff;
}
#portfolio ul#Grid .clrSelfEmployment {
	color: #d12027;
	font-size: 21px;
	font-weight: bold;
}
#portfolio ul#Grid .clrSelfEmployment:hover {
	color: #fff;
}



#portfolio ul#Grid .widthOverlay .subText {
	color: #181818;
	font-size: 14px;
	font-weight: normal;
}
#portfolio ul#Grid .widthOverlay:hover .subText {
	color: #fff;
}

/*
MENU CSS
*/
a.submenu {
	display: none;
	position: absolute;
	right: 5px;
	top: 15px;
	width: 44px;
	height: 34px;
	text-indent: -9999px;
	outline: none;
	-webkit-transition: all ease 0s;
	-moz-transition: all ease 0s;
	-o-transition: all ease 0s;
	transition: all ease 0s;
	background: url('../images/submenu.png') top left no-repeat;
}
a.submenu:hover {
	background: url('../images/submenu.png') bottom left no-repeat;
}
.menuBar {
}
.menuBar ul {
	margin: 0px;
	list-style: none;
	float: left;
}
.menuBar .m_right {
	float: right;
}
.menuBar li {
	margin: 0;
	position: relative;
	float: left;
}
.menuBar li:first-child {
	margin-left: 0px;
}
.menuBar li a {
	color: #fff;
	font-size: 14px;
	padding: 20px 15px;
	display: block;
	font-weight: 300;
	font-family: 'Noto Sans', sans-serif;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
	text-transform: capitalize;
	/*
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	*/
	line-height: 28px;
	outline: none;
}
.menuBar li a:hover {
	/* background-color: #464848; */
	background-color: rgba(70, 72, 72, 0.0);
	/*box-shadow: 0 0 0 1px #EFEFEF inset; */
	color: #fff;
	text-decoration: none;
	background-image: linear-gradient(to right, #00a3d2 75%, transparent 75%);
	background-position: 0.68em 3em;
	background-repeat: no-repeat;
	background-size: 95% 3px;
}
.menuBar li a.purpleLink:hover {
	/* background-color: #464848; */
	background-color: rgba(70, 72, 72, 0.0);
	/*box-shadow: 0 0 0 1px #EFEFEF inset; */
	color: #fff;
	text-decoration: none;
	background-image: linear-gradient(to right, #6a028e 75%, transparent 75%) !important;
	background-position: 0.72em 3em;
	background-repeat: no-repeat;
	background-size: 95% 3px;
}
.menuBar li a.orangeLink:hover {
	/* background-color: #464848; */
	background-color: rgba(70, 72, 72, 0.0);
	/*box-shadow: 0 0 0 1px #EFEFEF inset; */
	color: #fff;
	text-decoration: none;
	background-image: linear-gradient(to right, #e58d26 75%, transparent 75%) !important;
	background-position: 1em 3em;
	background-repeat: no-repeat;
	background-size: 95% 3px;
}
.menuBar li a.greenLink:hover {
	/* background-color: #464848; */
	background-color: rgba(70, 72, 72, 0.0);
	/*box-shadow: 0 0 0 1px #EFEFEF inset; */
	color: #fff;
	text-decoration: none;
	background-image: linear-gradient(to right, #37bf20 75%, transparent 75%) !important;
	background-position: 0.75em 3em;
	background-repeat: no-repeat;
	background-size: 95% 3px;
}
.menuBar li a.roundednav {
	background-color: #00a3d2;
	border-radius: 30px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	height: 22px;
	line-height: 0px;
	margin-top:14px;
	width: 128px;
}
.menuBar li a.roundednav:hover {
	background-color: #F8F8F8;
	border-radius: 30px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	height: 22px;
	line-height: 0px;
	margin-top:14px;
	width: 128px;
}
.menuBar li a.purpleline {
	color: #fff;
	font-size: 16px;
	padding: 20px 15px;
	display: block;
	font-weight: 400;
	font-family: 'Noto Sans', sans-serif;
	text-transform: capitalize;
	line-height: 28px;
	outline: none;
}
.menuBar li a.purpleline:hover {
    border-bottom: 4px solid #a35ee8;
	box-shadow: 0 0 0 0px;
	background-color: #464848;
	color: #fff;
	text-decoration: none;
	text-align: center;
	height: 22px;
	line-height: 0px;
	margin-top:14px;
}

.menuBar li a.yellowline {
	color: #fff;
	font-size: 16px;
	padding: 20px 15px;
	display: block;
	font-weight: 400;
	font-family: 'Noto Sans', sans-serif;
	text-transform: capitalize;
	line-height: 28px;
	outline: none;
}
.menuBar li a.yellowline:hover {
    border-bottom: 4px solid #ffa600;
	box-shadow: 0 0 0 0px;
	background-color: #464848;
	color: #fff;
	text-decoration: none;
	text-align: center;
	height: 22px;
	line-height: 0px;
	margin-top:14px;
}

.menuBar li a.greenline {
	color: #fff;
	font-size: 16px;
	padding: 20px 15px;
	display: block;
	font-weight: 400;
	font-family: 'Noto Sans', sans-serif;
	text-transform: capitalize;
	line-height: 28px;
	outline: none;
}
.menuBar li a.greenline:hover {
    border-bottom: 4px solid #53bd29;
	box-shadow: 0 0 0 0px;
	background-color: #464848;
	color: #fff;
	text-decoration: none;
	text-align: center;
	height: 22px;
	line-height: 0px;
	margin-top:14px;
}

.menuBar li a.redline {
	color: #fff;
	font-size: 16px;
	padding: 20px 15px;
	display: block;
	font-weight: 400;
	font-family: 'Noto Sans', sans-serif;
	text-transform: capitalize;
	line-height: 28px;
	outline: none;
}
.menuBar li a.redline:hover {
    border-bottom: 4px solid #c9272f;
	box-shadow: 0 0 0 0px;
	background-color: #464848;
	color: #fff;
	text-decoration: none;
	text-align: center;
	height: 22px;
	line-height: 0px;
	margin-top:14px;
}

.menuBar li.active a {
	color: #333;
}
.menuBar li ul {
	position: absolute;
	left: 0px;
	border-radius: 0px;
	padding: 0;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	background: #f8f8f8;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	top: 85%;
	opacity: 0;
	visibility: hidden;
    height: auto !important;
}
.menuBar li:hover ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	height: auto !important;
}
.menuBar li li {
	margin: 0px;
	float: none;
	border-bottom: 1px solid #ededed;
}
.menuBar li li a {
	color: #2a2a2a;
	border: 0px;
	font-size: 14px;
	line-height: 16px;
	padding: 15px 20px;
	/*text-transform: uppercase;  */
	white-space: nowrap;
	font-family: 'Noto Sans', sans-serif;
	background: #f8f7f7;
}
.menuBar li li a:hover {
	color: #fff;
	background: #464848;
}





 @media(min-width:768px) {
.menuBar, .menuBar ul {
	display: block !important;
}
.menuBar li {
	margin-left: 0px;
}
.menuBar li a {
	font-size: 11px;
	padding: 20px 15px;
}
}




 @media(min-width:992px) {

.menuBar li {
}
.menuBar li a {
	font-size: 14px;
	padding: 20px 15px;
}
}





/* Edit this for font on desktop */
@media(min-width:1200px) {


.menuBar li {
	margin-left: 12px;
	margin-right: 12px;
}
.menuBar li a {
	font-size: 16px;
	font-weight: normal;
}
}




@media only screen and (max-width: 767px) {
/*
#portfolio ul.controls {
	padding: 0px 0px 20px 2px;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 20px;
	border-bottom: #2d2d2d solid 2px;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
}
#portfolio ul.controls li {

	color: #000;
	font-weight: 400;
	font-size: 16px;
	padding: 5px 12px;
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 3px;
	margin-bottom: 3px;
	cursor: pointer;
	background-color: #000;
	border-radius: 30px;
	display: inline-block;
}
*/
.carousel-caption {
	display: none;
}

a.submenu {
	display: block;
}
.menuBar {
	padding: 0px 0px 0px 0px;
	margin-top: 80px;
	float: none;
	max-height: 350px;
	overflow: auto;
	width: 100%;
	display: none;
}
.menuBar ul {
	padding: 0px;
	margin: 0px;
	float: none;
}
.menuBar .m_right {
	padding: 0px;
	float: none;
}
.menuBar li {
	margin: 0px;
	float: none;
	text-align: center;
}
.menuBar li a {
	padding: 7px 0px;
	outline: 0px;
}
.menuBar li ul {
	position: static;
	left: 0px;
	top: 0px;
	opacity: 1;
	visibility: visible;
	display: none;
	height: auto;
}
.menuBar li li {
	border: 0px;
}
.menuBar li.dropdown:hover. .menuBar li.dropdown.active {
border-bottom: #1BA39C solid 0px;
}
.menuBar li.current {
	border-bottom: #333 solid 2px;
}
.slider {
	top: 60px;
	overflow: hidden;
	max-width: 100%;
}
.main__middle__container {
	overflow: hidden;
	max-width: 100%;
}
footer {
	overflow: hidden;
	max-width: 100%;
}
.carousel-caption {
	/*
	display: none;
	*/
}
.carousel-control .carousel-control-right, .carousel-control .carousel-control-left {
	margin-top: -50px;
}
#portfolio ul#Grid a.link span {
	font-size: 11px;
	line-height: 15px;
}
/*
#portfolio ul.controls li {
	padding: 5px 10px;
}
*/
}

@media(min-width: 991px) and (max-width:1200px){
#portfolio ul#Grid .clrEmployability {
	font-size: 16px;
}
#portfolio ul#Grid .clrLearning {
	font-size: 16px;
}

#portfolio ul#Grid .clrTechComm {
	font-size: 16px;
}

#portfolio ul#Grid .clrThinking {
	font-size: 16px;
}

#portfolio ul#Grid .clrStrengths {
	font-size: 16px;
}

#portfolio ul#Grid .clrValues {
	font-size: 16px;
}

#portfolio ul#Grid .clrProductivity {
	font-size: 16px;
}

#portfolio ul#Grid .clrTeamwork {
	font-size: 16px;
}

#portfolio ul#Grid .clrSystems {
	font-size: 16px;
}

#portfolio ul#Grid .clrCreativity {
	font-size: 16px;
}

#portfolio ul#Grid .clrSafety {
	font-size: 16px;
}

#portfolio ul#Grid .clrSelfEmployment {
	font-size: 16px;
}

#portfolio ul#Grid .widthOverlay .subText {
	font-size: 11px;
}
#portfolio ul#Grid a.linkOverlay span {
	line-height: 20px;
}
}



@media(min-width:768px) and (max-width:991px) {

#portfolio ul#Grid .widthOverlay .subText {
	display: none;
}

.menuBar ul {
	padding: 0px;
}
#portfolio ul#Grid a.link {
	font-size: 18px;
}
#portfolio ul#Grid a.link span {
	font-size: 11px;
	line-height: 15px;
}
.slider {
	position: absolute;
}
.boxess {
	position: static;
}
.menuBar li ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	height: auto;
	display: none !important;
}
.menuBar li:hover ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	height: auto !important;
	display: block !important;
}
.carousel-caption {
	/* top: 55%; */
}
.carousel-caption a.btn {
	/*
	display: none;
	*/
}
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	/*min-width: 125%;
  height: auto;
	margin-top: 55px;   DEM*/
}

/* Columns */
.one_half_pad {
	width: 44%
}
.one_third_pad {
	width: 27%
}
.one_fourth_pad {
	width: 19%
}
.one_fifth_pad {
	width: 14%
}
.one_sixth_pad {
	width: 10.5%
}
.two_fifth_pad {
	width: 37%
}
.two_third_pad {
	width: 60%
}
.two_fourth_pad {
	width: 43%
}
.two_fifth_pad {
	width: 33%
}
.three_fifth_pad {
	width: 58.4%
}
.three_fourth_pad {
	width: 74%
}
.four_fifth_pad {
	width: 67.2%
}
.five_sixth_pad {
	width: 82.67%
}
.one_half_pad, .one_third_pad, .two_third_pad, .three_fourth_pad, .one_fourth_pad, .one_fifth_pad, .two_fifth_pad, .two_fourth_pad, .two_fifth_pad, .three_fifth_pad, .four_fifth_pad, .one_sixth_pad, .five_sixth_pad {
	float: left;
	margin-bottom: 20px;
	margin-left: 3%;
	margin-right: 3%;
	position: relative
}
.one_half {
	width: 48%
}
.one_third {
	width: 30.5%
}
.one_fourth {
	width: 22%
}
.one_fifth {
	width: 16.8%
}
.one_sixth {
	width: 13.33%
}
.two_fifth {
	width: 37.6%
}
.two_third {
	width: 65.33%
}
.two_fourth {
	width: 48%
}
.three_fifth {
	width: 58.4%
}
.three_fourth {
	width: 74%
}
.four_fifth {
	width: 67.2%
}
.five_sixth {
	width: 82.67%
}
.one_half, .one_third, .two_third, .two_fourth, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	float: left;
	margin-bottom: 10px;
	margin-right: 4%;
	position: relative
}
.column-last {
	clear: right;
	margin-right: 0!important
}
.dc_tabs_type_2 .one_third {
	width: 29%
}
.clr {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%
}
.dc_clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	width: 100%
}
