/*--------------------------
RESET
---------------------------*/

* {
    margin: 0;
    padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset, img {
    border: 0
}
address, caption, cite, dfn, th, var {
    font-style: normal;
    font-weight: normal
}
caption, th {
    text-align: left
}
q:before, q:after {
    content: ''
}
abbr, acronym {
    border: 0
}
/*--------------------------
GLOBAL
---------------------------*/

html {
    overflow-y: scroll;
}
body {
    font-family: 'Open Sans', sans-serif;
	font-size:14px;
    color: #4C4737;
	overflow: hidden;
	font-weight: 400;
	letter-spacing:0.5;
	background:url(../images/what-the-hex.png) repeat fixed;
	max-width:1920px;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html[xmlns] .clearfix {
    display: block
}
* html .clearfix {
    height: 1%
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.icon_left {
    float: left;
    margin-right: 10px;
}
a img {
    border: 0;
}
a, a:link {
    text-decoration: none;
    color: inherit;
	-o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
a:hover {
    color: #F18903;
}
::selection {
    background: rgba(95, 217, 255, 0.59);
    color: #fafafa;
}
::-moz-selection {
    background: rgb(255, 204, 0);
    color: #fafafa;
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0% 0 2% 0;
    font-family: 'Roboto Slab', serif;
    letter-spacing: -1px;
    padding: 20px 0px;
	color:#f18903;
	position:relative;
	font-weight:300;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 23px;
}
h5 {
    font-size: 19px;
}
h6 {
    font-size: 15px;
}

h1 span, h2 span, h3 span{color:#008B8B;}


p{ }
ul, ol {
    margin-bottom: 5px;
}
ul, ol {
    margin-left: 20px;
}
table {
    margin-bottom: 50px;
    width: 100%;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    border: 1px solid #cacaca;
}
th {
    font-weight: bold;
    font-size: 13px;
    background: #ececec;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #fefefe;
    border-left: 1px solid #fefefe;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
td {
    font-size: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #fefefe;
}
th, td, caption {
      padding: 4px 10px !important;
}
.tabletitle{ 
	font-weight: bold;
    font-size: 13px;
    background: #ececec;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #fefefe;
    border-left: 1px solid #fefefe;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
.tabletitle:hover{background-color:#ececec;}
.side {
    text-align: right;
    background: #BACB32;
    border-bottom: 1px solid #BACB32;
    border-right: 1px solid #BACB32;
}
td {
    text-align: center;
}
td a {
    color: #BACB32;
    text-decoration: none;
}
td .icon{width:20px;}
tr{-o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out}
tr:hover{background-color:#F9F7F7;}
/* figure, img {max-width:100%; height:auto; margin-bottom:20px;}
img.left {margin:0 20px 0 0; float:left; }
img.right {margin:0 0 0 20px; float:right;}
img.center {  display: block; margin-left: auto; margin-right: auto; }
object, embed, video{max-width:100%; height:auto} */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.aligncenter {
    text-align: center;
}
.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}
.article_img {
    border: 10px solid #ddd;
    margin: 20px;
}


.morebtn{padding: 10px 20px; background-color: #f18903; color: #fff !important;
	-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out
}
.morebtn:hover{background-color: #fbb62a;}
.button_cont {
    margin-top: 5%;
}
.button {
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 10px 40px;
	background-color: #AC8502;
	border: none;
	color: #fff !important;
	font-size:15px;
}
.button:hover{background-color:#6B5D31;}
}
.button:active {
    background: #ab770f;
}
.container12, header, footer{width:100%; float:left;}
article{width:80%; margin:0px auto;}
header{position:absolute; padding-top:2em; z-index: 3;}

header .logo{width:180px; float:left; margin-top:1em;}
header .logo img{width:100%;}

header .navigation{float: right; width: auto;}
header .navigation .topnav{float:left; width:100%;}
header .navigation .topnav .social{margin:0px; float:right}
header .navigation .topnav .social li{list-style:none; display:inline;}
header .navigation .topnav .social li a{margin:0px 5px; color: #fff;}
header .navigation .topnav .social li a:hover{color: #f18903;}
header .navigation nav{float:right; width:auto; margin-top: 1em; background: RGBA(36, 36, 36, 0.63); padding:5px 10px 0px 0px}

.inside nav{ margin-top: 19px;}

nav ul{list-style:none; float: right;}
nav ul li{float:left;}
nav ul li a{padding: 14px 24px; color:#fff !important; text-transform:uppercase; font-weight:400; font-size: 12px; letter-spacing: 1;}
nav ul li a:hover{color: #fff !important; background-color: rgba(183, 184, 187, 0.4); padding: 14px 24px;}
.last_nav{border-right:none !important;}
nav li ul{
	position:absolute;
	background:rgba(0, 0, 0, 0.67); 
	display:none;
	height:auto;
	margin-left:0px;
	z-index:50;
	margin-top: 12.2px;
	color:#F0F0F0 !important;
	text-align: left;
	-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out
}

nav li:hover > ul{
	display:block
}

nav li li:hover {
	
}

nav li li {
    position:relative;
	display:block;
	float:none;
	min-width: 213px;
}

nav li ul a{
	display:block;
}

nav li li ul{
	position:absolute;
    top:-5px;
    left:100%;
}

.banner{position:relative; height: 700px; overflow:hidden;}
.banner img{width:100%;}
.banner .bannertag{position: absolute;z-index: 5;top: auto;bottom: 2em;color: #fff;font-family: 'Roboto Slab', serif;font-size: 40px;font-weight: 300;background-color: rgba(1, 1, 1, 0.24);padding: .5em 1em .5em 3em;}
.banner .bannertag span{font-size: 49px;}
.banner .bannertag .maintag{font-size: 25px; line-height: 27px;}

.inside .banner{height: 324px; background-size: cover !important; margin-bottom:2em;}
.inside .banner:before{content:"";position:absolute; height:100%; width:100%; top:0px; left:0px; background-color: #00000080; background-blend-mode: multiply;}
.inside .banner .bannertitle{position: absolute;top: auto;bottom: 1em;left: 3.7em;margin: 0px;padding: 0px;color: #fff;}

.inside .intro{font-size: 18px;margin-bottom: 2em;color: #0074bc;}
.about{padding:0px 0px 3em 0px;}
.about .aboutcont{padding-top:2em;}
.about .whychoose{background-color:#042632cc; color:#fff; padding:3em 4em;}

.sidebar{padding:1em 2em; background-color:rgba(197, 197, 197, 0.37);}
.sidebar1{}
.sidebar1 ul{margin:0px;}
.sidebar1 ul li{list-style:none; margin-bottom:1em;}

.teamimg{height: 230px;width: 230px; margin: 0px auto; border-radius: 200px;border: #eaeaea solid 10px; background-size:cover !important;}

.teamcont{margin: 0px auto;  width: -moz-fit-content;}
.teambox{margin: 0px auto;}
.teambox .teamimg{height: 211px;  width: 211px;  margin: 0px auto; border-radius: 200px;border: #eaeaea solid 10px; background-size:cover !important;}

.services{padding:3em 0px; background-color: #f2f2f299;}
.services .servicebox{margin-bottom:3em; position:relative;}
.services .serviceimg{height: 230px; background-size: cover !important; position:relative;}
.services .serviceimg h3{position: absolute;top: auto;bottom: 0em;padding-left: 1em;font-size: 22px;height: 74px;width: 100%;color: #fff;background-color: rgba(1, 1, 1, 0.48);margin-bottom: 0px;}
.services .summary{padding: 10px 1em; font-size:13px;}
.services .servicebtn{}
.services .servicebtn div{width: 100%;text-align: center;padding: 3px 0px;background-color: #ccc;font-size: 22px; color: #fff; -o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out}
.services .servicebtn:hover div{background-color: #f18903;}

.getjob{background:url(../images/getjobbg.jpg) no-repeat center fixed; background-size:cover !important;min-height: 400px; padding: 5em 0px;color: #fff;}


.testimonial{padding:3em 0px; background:url(../images/testbg.jpg) no-repeat center fixed; background-size:cover !important; font-size: 16px;font-weight: 400; position:relative;}
.testimonial:before{content:""; width:100%; height:100%; position:absolute; top:0px; left:0px; background-color: rgba(255, 255, 255, 0.81);}
.testimonial .quotename{font-size:16px; font-weight:400;}

.clientbox .imgcont{float:left; display:flex !important; vertical-align:middle; text-align:center; height: 117px;}
.clientbox .imgcont img{height:50px; position:relative; margin:auto; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%);}
.clientbox .imgcont img.long{width:90%; height:auto;}
.clientbox .imgcont img.short{height:80px;}

.careerside{float:left; width:100%; marign-bottom:10px;}

#ditto_pages{}
#ditto_pages .ditto_previous_link, #ditto_pages .ditto_next_link { padding:5px 12px; font-size:13px; font-weight:700; background-color:#f18903; color:#fff;}
#ditto_pages .ditto_previous_link:hover, #ditto_pages .ditto_next_link:hover{color:#fff; background-color:#ffb454;}
#ditto_pages .ditto_previous_off, #ditto_pages .ditto_next_off{padding:5px 12px; font-size:13px; font-weight:700; background-color:#efefef; color: #afacac;}
#ditto_pages .ditto_currentpage, #ditto_pages .ditto_page{padding:0px 2px;margin:0px 1px;}
#ditto_pages .ditto_currentpage{font-weight:700;}


.contactForm{ margin: 0px auto;}
.contactForm input, .contactForm textarea, .contactForm select{width:100%;  -webkit-border-radius: 4px; -moz-border-radius:4px; o-border-radius:4px; border-radius: 4px;  border:none; color:#000000; background:#fff; font-size:15px; border:1px solid #d5d5d6;}
.contactForm textarea{ }
.contactForm p{ margin-bottom:0px;}
.contactForm input, .contactForm textarea, .contactForm select{ margin-bottom:20px; padding:10px;}
.contactForm input[type="checkbox"]{width: 20px !important;}
.contactForm input:focus, .contactForm textarea:focus, .contactForm input:hover, .contactForm textarea:hover{background:#f2f2f2;}
.contactForm .submit{
-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 8px 24px;
	background-color: #f18903;
    color: #fff !important;
    font-size: 15px;
	width: auto;
	border:none;
}
.contactForm input{ margin-bottom:20px;}
.contactForm .short{ width:43%;}
.contactForm input[type="radio"]{width:20px;}
.contactForm .submit:hover, .contactForm .submit:focus{background-color: #b16f19;}

footer{padding: 5em 0px 2em 0px; position:relative; background-color:rgba(224, 224, 224, 0.28);}
footer .footmenu ul{margin:0px;}
footer .footmenu ul li{display:inline; list-style:none; text-transform:uppercase; margin-bottom:4px;}
footer .footmenu ul li a{padding: 10px 20px;}
footer .social{margin:0px;}
footer .social li{list-style:none; display:inline;}
footer .social li a{margin:0px 5px;}
footer .social li a:hover{color: #f18903;}
footer .footlogobx{text-align:right;}
footer .footlogo{width: 190px; margin-bottom: 2em;}
footer .copy{font-size:11px; margin-top:5em;}


@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 767px)  {
	body {width:100%}
	article{width: 92% !important;}

.home header{position:relative; margin-bottom: 10px;}
header .logo{width: 100%; text-align:center;margin-left: 0px; margin-bottom: 1em;}
header .logo img{width:200px;}
header .navigation{width:100%; float: left;}
header .topnav { text-align: center; width: 100%; }
header .topnav .firstnav{width:100%; margin: 0px; margin-bottom: 1em}
header .social{float:none !important; text-align:center; margin-top:20px;}
header .social li{margin:0px 5px; }
header .social li a{padding-left: 0px; margin-left: 0px;}
header nav{padding: 0px !important; background:none;}
.home header .navigation .topnav .social li a { color: #000;}
	
.banner{ height: 201px; overflow: visible;  }
.banner article{width:100%;}

.banner .bannertag {width: 80%; left: 0%;  font-size: 16px;  line-height: 26px; bottom: 0; padding: 0px 0px 0px 21px;}
.banner .bannertag span { font-size: 33px;}
.banner .bannercap {bottom: 1em; left: 1em; color: #fff;  font-size: 13px; padding: 10px 10px 10px 10px;  width: 94%;}

.banner .bannericons { bottom: 13em; width: 79%;  right: 3em;}
.banner .bannertag .smalltag { line-height: 25px;}
.banner .bannertag .datevenue {  margin-top: 1em; font-size: 19px; margin-bottom: 5em;}
.banner .coursecost { left: 15%; right: 0em; bottom: -5em; width: 183px;   height: 183px;   font-weight: 600;   padding: 2em 0em 0em 0em;   font-size: 15px;   line-height: 17px;  
    border-radius: 200px;   border: 6px solid #fff; }
.banner .coursecost::before { width: 150px; height: 150px;  top: 11px;  left: 11px;}
	.inside .banner{ height: 381px !important;}
	.inside .banner .bannertitle {left: 10px; width: 96%;}

.inner .sidebar {margin-top:3em;}

.whatwedo .serviceimg { margin-bottom: 10px; }
.whatwedo .service{margin-bottom:3em;}

.howwework .cont {padding-top: 0em;}
	
.pubimg{width:100%px; margin-right:0px; margin-bottom:20px;}

.mainbody img {width:100%; height:auto; margin:10px 0px;}
.mainbody figure{ margin: 0px;  padding: 0px;  width: 100%;}
	.teamcont {  margin: 0px auto; }
.teambox .teamimg { height: 170px;  width: 170px;  margin: 0px auto;}
	.teambox {  float: none;  margin: 0 auto;}
	.teamimg { margin: 0px auto;}
.iconimage .icon1 {margin-left:-3em;}
.iconimage .icon2 {margin-left:-2em;}
.iconimage .icon3 {margin-left:-3em;}

.sidebarx{ padding: 0px 15px }

.workwithus .cont {  padding-right: 30px; padding-bottom: 5em;}

.sidebar .purplebg{background-color: #681f5d;color: #fff;padding: 2em 3em;width: 100%;margin-top: 4em;}
.trainer .about { margin-top: -3px;}
.trainer .about h4 { text-align: center;}
.partnerlogo { margin-bottom:20px;}

#progressbar {margin:0px;}

	footer .footlogobx{text-align:center; margin:1em 0px;}
footer .col-md-3{text-align: center;}
footer .copy { margin-top: 0px; text-align:center;}
	
}

@media handheld and (max-width: 479px), screen and (max-device-width: 479px), screen and ( max-width: 479px)  {


}

