@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);

@font-face {
    font-family: UniviaPro-Light;
    /*src: url('../fonts/UniviaPro-Light.otf');*/
}

@font-face {
    font-family: UniviaPro-Bold;
    /*src: url('../fonts/UniviaPro-Bold.otf');*/
}


body {
    /*background: url(../images/read_bg.jpg) no-repeat;*/
    background-attachment: fixed;
    background: #8ddbe8;
    background-size: cover;
    background-position: 50% 50%;
    font-family: 'Open Sans', sans-serif;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
	text-decoration: none;
}

ul,ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

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

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 21px;
}

h1, h2, h3, h4, h5 {
	color: #555;
}

hr {
	color: #555 !important;
	background: #555 !important;
}

.bodyht {
	min-height: 620px;
}

.page-padding { 
	padding-top: 30px;
}	

.btn-primary {
    border-color: #808080;
    background-color: #FF432E;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
	margin-bottom: 10px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    border-color: #808080;
    background-color: none !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #808080;
    background-color: #808080;
}

/**** Start Section Title Section ****/

.section-title h3{
    color: #FFF !important;
    //font-style: italic;
    font-size: 28px;
    
    /*font-family: UniviaPro-Bold;*/
    font-family: 'Oswald', sans-serif;
    text-transform: none;
}

.section-title p {
    padding-bottom: 60px;
    color: #FFF;
    font-size: 18px;
    /*font-style: italic;*/
    font-weight: 300;
}

.section-title a {
    color: #FFF;
}

.section-title a:hover {
    color: #000;
}

.border {
	border: 2px solid #fff;
	margin: 5px 5px 5px 5px;
	padding: 15px 5px 15px 5px;
	vertical-align: center;
}

.border-dark {
	border: 2px solid #C0C0C0;
	margin: 5px 5px 5px 5px;
	padding: 15px 15px 15px 15px;
	vertical-align: center;
}

.p-adj-profile {
	padding-top: 15px;
}

/**** Start Logo Section ****/

.logo-resize {
	width: 250px;
	height: 150px;
}

#logo-section {
    
}

.logo h4 {
    font-family: 'Lobster', cursive;
    color: #fff;
    font-size: 20px;
}

.logo span {
    color: #999;
}



/**** Start Background Color ****/

.blue-home{ background: #28ABE3; }
.blue {
    /*background: #8ddbe8;*/
    background: #28ABE3;
}

.green {
    background: #72bf48;
}

.red {
    background: #FF432E;
}

.light-red {
    background: #FB6648;
}

.light-orange {
    background: #FA6900;
}

.white {
    background: #FFFFFF;
}

.color {
    background: #0ECEAB;
}

/***************** Changed ****************/

.bg-about {
	background: #F0F0F0;
	color: #383838 !important;
	padding: 20px;
}

.line {
	color: #f00;
	background-color: #555;
	height: 2px;
	margin-bottom: 10px;
}

/***************** Changed ****************/

.text-darkgrey {
	color: #777 !important;
	margin-top: 5px;
}

.text-white {
	color: #FFF;
}

.text-white li {
	list-style: circle;
}

/**** Start Main Body Section ****/

.mainbody-section {
    padding-top: 50px;
    padding-bottom: 30px;
}

.menu-item {
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 69px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
}

.menu-item a {
    color: #fff;
    display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.menu-item a p {
    /*font-family: UniviaPro-Bold;*/
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0px;
}

.menu-item a i {
    font-size: 50px;
    padding-bottom: 20px;
}

.menu-item:hover a {
    text-decoration: none;
    //color: #333;
	animation: wobble;
	-webkit-animation: wobble;
	animation-duration: 1000ms;
	-webkit-animation-duration: 1000ms;
}

@media only screen 
and (min-width : 600px) 
and (max-width : 991px) {
    
    .menu-item {
        display: inline-block;
        width: 32.8%;
    }
    
    .menu-item.responsive {
        width: 49.5%;
        float: left;
        margin-right: 3px;
    }
    
    .menu-item.responsive-2 {
        width: 49.5%;
        float: right;
    }
    
}



@media only screen 
and (min-width : 992px) 
and (max-width : 1199px) {
    
    .menu-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .menu-item a i {
        font-size: 32px;
    }
    
    .menu-item a p {
        font-size: 16px;
    }
    
}


.home-slider img {
    width: 100%;
    height: auto;
}

.home-slider .carousel-indicators {
    position: absolute;
    bottom: 10%;
}

.home-slider .carousel-indicators .active {
	background-color: #FF432E;
}


.copyright {
	width: 100%;
    background: rgb(8, 62, 135);
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyright-placement {
	padding-top: 10px;
}


/**** Start Modal Section 

.section-modal .modal-content {
    padding: 100px 0 !important;
    min-height: 100%;
    border: 0 !important;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #888;
    font-weight: 300;
}



.section-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.section-modal .close-modal:hover {
    opacity: .3;
}

.section-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* Modal - Events */
.modal {
	margin: 0 auto;
	text-align: center;
}
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

.modal-header {
  font-family: "Bree Serif";
  background-color: #F6F5F5;
  border-radius: 5px;
}

.modal-body {
  font-size: 16px;
}



/**** Start Feature Section ****/


.feature, .feature-2 {
    padding-bottom: 40px;
}

.feature {
    text-align: center;
}
.feature h4{
    font-size: 15px;
    color: #666;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

.feature-2 h4{
    font-size: 15px;
    color: #000;
    padding-bottom: 10px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

.feature p, .feature-2 p {
    color: #000 !important;
    font-size: 13px;
    line-height: 20px;
}



.feature i {
   font-size:3.5em;
   color:#fff;
    background: #FF432E;
    width: 100px;
    height: 100px;
   padding:25px;
    margin-bottom: 10px;
   -webkit-border-radius:70%;
   -moz-border-radius:70%;
   -o-border-radius:70%;
   border-radius:70%;
   position: relative;
	box-shadow: 0 0 0 30px transparent;
	-webkit-transform: translate3d(2, 2, 2);
	-moz-transform: translate3d(2, 2, 2);
	-o-transform: translate3d(2, 2, 2);
	transform: translate3d(2, 2, 2);
	-webkit-transition: box-shadow .6s ease-in-out;
	-moz-transition: box-shadow .6s ease-in-out;
	-o-transition: box-shadow .6s ease-in-out;
	transition: box-shadow .6s ease-in-out;
}
.no-touch .feature:hover i,
	.no-touch .feature:active i,
	.no-touch .feature:focus i {
        
		-webkit-transition: box-shadow .4s ease-in-out;
		-moz-transition: box-shadow .4s ease-in-out;
		-o-transition: box-shadow .4s ease-in-out;
		transition: box-shadow .4s ease-in-out;
		box-shadow: 0 0 0 0 #FF432E;
}


.feature-2 i {
    color:#663399;
   font-size:3em;
   padding:1px 10px 0 1px;
   position: relative;
	
}

.well {
	background: #F8F8F8;
	width: 100%;
	right: 0;
	border-radius: 0;
	color: #000 !important;
}

.well p {
	color: #000 !important;
}

.service-bullet li{
	list-style: circle;
	margin-left: 20px;
}

.media {
	background: #FFF;
	padding: 10px;
	color: #000 !important;
}

.media h4, .media p {
	color: #000 !important;
}

.media-body, .media-heading {
	color: #000 !important;
}


/**** Start Portfolio Section ****/

.portfolio-item {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-item .portfolio-details {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.portfolio-item .portfolio-details h4 {
    padding-top: 20%;
    padding-bottom: 10%;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.portfolio-item .portfolio-details a i {
    font-size: 30px;
}

.portfolio-item:hover .portfolio-details {
    opacity: 1;
    animation: pulse;
    -webkit-animation: pulse;
    animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
}


/**** End Portfolio Section ****/



/**** Start Workshop Section ****/
.grid-item { width: 25%; }
.grid-item--width2 { width: 50%; }

#range{
	padding: 80px 0;
}
.categories{ 
	padding: 10px 0;
}
ul.cat li{
	display: inline-block;
}
#range li.pull-right {
	margin-top: 10px;
}
ol.type li{
	display: inline-block;
	margin-left: 20px;
}
ol.type li:after{
	content: ' | ';
	margin-left: 20px;
}
ol.type li:last-child:after { content: ''; }
ol.type li a{ color: #222222}
ol.type li a.active { font-weight: 700; }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolio-item{
	margin-bottom: 5px;
}
.portfolio-item .hover-bg{
	height: 200px;
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text>h4{
	opacity: 0;
	-webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4{
	opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.hover-bg .hover-text>i{
	opacity: 0;
	-webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>i{
	opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
	opacity: 1;
}
#range i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #FCAC45;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #FCAC45;
}
.line-height {
	line-height: 1.2em;
}

@media(max-width:768px) {
	.portfolio-item {
		width: 300px;
		margin: 5px;
	}
}

.wkshp-tbhead {
	border: 1px solid #CCC;
	background: #FFF;
	color: #0ECEAB;
	padding: 5px;
	margin-bottom: 10px;
}

.table tr td h5{
	color: #555;
}

.table-responsive {
	color: #555;
}
/**** End Workshop Section ****/


/**** Start ABout Us Section ****/

.tab-content .tab-pane .about-text {
	color: #383838;
    padding-bottom: 50px;
}
.about-text p {
    color: #383838;
    text-align: justify;
	letter-spacing: 0.5px;
	line-height: 1.5em;
	font-size: 1em;
	margin-bottom: 15px;
	height:auto;
	padding: 5px;
}
.about-text ul {
    margin-top: 30px;
    font-size: 13px;
}
.about-text li {
    margin-bottom: 10px;
    color: #383838;
	letter-spacing: 0.5px;
	line-height: 1.5em;
	font-size: 1.1em;
	margin-bottom: 15px;
}
.about-text li i {
    padding-right: 10px;
    color: #383838;
}

@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);

.about-events {
	background: transparent;
	font:18pt 'Gloria Hallelujah';
	color: #FFF;
	min-height: 200px;
	min-width: 450px;
	padding: 20px;
	margin: 20px;
	text-align: center;
	letter-spacing: 0.15em;
	line-height: 1.5em;	
	cursor: pointer;
}

.about-newletter {
	background: #FFF;
	color: #777;
	padding: 20px;
	margin: 20px;
	text-align: justified;
	letter-spacing: 0.15em;
	line-height: 1.5em;	
}

.about-events-align h4 {
	vertical-align: middle;
}

/* News and Events - Chalkboard Effect */


.chalkboard {
    background:url(../images/chalkboard.png);
    font:25pt 'Gloria Hallelujah';
    color:rgba(255,255,255,0.7);
    text-shadow:0 0 4px rgba(255,255,255,0.6);
	border: 5px solid;
	
	background-attachment: relative;
	background-position: center center;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
 
}
/***************************/

.event-image-resize {
	max-width: 765px;
	max-height: 990px;
}

.img-adj {
	margin: 10px;
}

.img-resize-news {
	height: 160px;
	width: 200px;
	margin: 10px;
}

.img-align {
	margin: 0 auto; 
	text-align: center;
}

@media only screen 
and (min-width : 320px) 
and (max-width : 530px) {
    
	.custom-tab {
		width: 100%;
	}
    .tab-content .tab-pane .about-text {
	width: 100%;
	font-size: 0em;
	color: #383838;
    padding-bottom: 50px;
	}
    
	.img-adj {
		max-width: 175px;
		max-height: 125px;
	}
}
}

/******************* About Mod -1  *********************/
.about-text>.border-dark>.about-ul {
	margin-bottom: 20px;
}

.about-text>.border-dark>.about-ul li{
	list-style-type: square;
	margin-left: 40px;
	color: #777;
}
/**************** End - About Mod -1  *****************/
/**************** About - Div Dropdown  *****************/
.panel { margin-top: 25px; }

.btn-click
{
margin-top: -27px;
font-size: 26px;
cursor: pointer;   
}

.btn-click > .fa.fa-chevron-circle-up
{
color: rgba(249, 249, 249, .5);
}

.btn-white 
{
color: #FB6648;
background-color: #fff;
border: 1px solid #e5e9ec;
}

.panel-warning {
	background: #FB6648 !important;
	border: 1px solid #FB6648 !important;
}

.panel-heading {
	background: #FB6648 !important;
}

.panel-title {
	color: #FFFFFF !important;
}

.panel-body {
	color: #777;
	font-size: 1em;
}


.panel-collapse .panel-body p, .panel-collapse .panel-body ul li {
	color: #000 !important;
}

/**************** End - About - Div Dropdown  *****************/

/* progress bar */

.skill {
    padding-bottom: 5px;
}

.skill p {
  margin-bottom:7px;

}

.progress {
  background: #fff;
  overflow: visible;
  height: 20px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar {
  background: #FF432E;
  float: left;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  position:relative;
}

 .progress-bar-span { 
 opacity:1;
 position:absolute;
 top:-5px;
 background:#ACB2B8;
 padding:3px 10px;
 color:#FFF;
 border-radius: 0px;
 right:0px;
    -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; 
 }

.skill:hover .progress-bar-span {
  opacity:1;
    -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* Custom Tab */

.custom-tab .nav-tabs.nav-justified > .active > a, 
.custom-tab .nav-tabs.nav-justified > .active > a:hover, 
.custom-tab .nav-tabs.nav-justified > .active > a:focus {
    border-radius: 0;
    //border-left-color: transparent;
    color: #666;
    border-bottom-color: #ddd;
}

.custom-tab .nav-tabs.nav-justified {
    margin-bottom: 20px;
    background: #FF432E;
}

.workshops .custom-tab .nav-tabs.nav-justified {
    margin-bottom: 20px;
    background: #C0C0C0;
}

.custom-tab .nav-tabs.nav-justified > li {
    border-right: 1px solid #f1f1f1;
}
.custom-tab .nav-tabs.nav-justified > li:last-child {
    border-right: none;
}

.custom-tab .nav-tabs.nav-justified > li > a {
    padding: 10px;
    font-size: 18px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.custom-tab .nav-tabs.nav-justified > li > a:hover {
    border-radius: 0;
    color: #333;
}

.custom-tab .tab-content .tab-pane p {
    text-align: justify;
    color: #555; /****************** Changed ***********/
}

.custom-tab {
	border: 1px solid #fff;
	padding: 10px;
}

@media only screen 
and (min-width : 320px) 
and (max-width : 991px) {
    
    .custom-tab {
		margin-top: 30px;
	}
    
}

.table-striped tr td a {
	color: #555;
}

.table-striped tr td a:hover, a:active {
	color: #C0C0C0;
}

.table-striped th h4 {
	color: #555;
	font-weight: 800;
}

.table-striped th {
	background: #C0C0C0;
}




/*** Start Pricing Section ****/


.pricing-section {
    padding: 80px 0;
    background: #f5f5f5;
}

.pricing-table {
    text-align: center;
    background: #fff;
}

@media only screen 
and (min-width : 320px) 
and (max-width : 991px) {
    
    .pricing-table {
		margin-bottom: 30px;
	}
    
}



.plan-name {
	padding: 15px 0;
    background: #FF432E;
}

.plan-name h3 {
	font-weight: 300;
	color: #fff;
}

.plan-price {
	padding: 25px 0;
}

.plan-price .price-value {
	font-size: 38px;
	line-height: 40px;
	font-weight: 600;
	color: #444;
}

.plan-price .price-value span {
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
}

.plan-price .interval {
	line-height: 14px;
}

.plan-list li {
	padding: 13px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}

.plan-list li:first-child {
	border-top: 1px solid #eee;
}

.plan-signup {
	padding: 25px 0;
    background: #FF432E;
}

.plan-signup a {
	text-transform: uppercase;
    color: #fff;
}


/**** Start Team Member Section ****/


.team-member {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
}

.team-details {
    font-family: 'Open Sans', sans-serif;
    padding-left: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
}

.team-member img {
    width: 100%;
    height: auto;
}

.team-p p {
	color: #808080;
}

.team-p h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #7d8c86;
}

.team-p h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #7d8c86;
	font-weight: 600;
}


.team-details h4 {
    font-size: 25px;
    font-weight: 300;
    color: #FF432E;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
    text-align: center;
    padding-top: 20%;
}

.team-details .designation {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.team-details ul {
    padding-top: 40%;
}
.team-details li {
    display: inline-block;
    list-style: none;
    padding-right: 10px;
}

.team-details li a {
    padding: 5px 8px;
    background: #FF432E;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

/*.team-member:hover .team-details {
    opacity: 1;
    -webkit-animation: pulse;
    animation: pulse;
    animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
}
*/
.prof-name {
	text-align: left;
	color: #808080 !important;
	font-size: 20px;
	font-weight: 500;
}

.prof-title {
	background: #C0C0C0;
	color: #FFF !important;
	padding-left: 10px;
}

.prof-contact {
	text-align: right;
	color: #808080 !important;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 15px;
}

.prof-contact span {
	display: block;
	color: #808080 !important;
	font-size: 20px;
	font-weight: 500;
}

.org-name a {
	text-align: left;
	color: #808080 !important;
	font-size: 20px;
	font-weight: 500;
}

.org-name a:hover {
	color: #FA6900 !important;
}

/**** Start Latest News Section ****/


.latest-post {
    padding-bottom: 5px;
}

.latest-post h4 {
    padding-top: 20px;
    padding-bottom: 5px;
}

.latest-post h4 a {
    color: #C0C0C0;
}

.post-details li {
    color: #FFFFFF;
    display: inline;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}

.post-details ul {
    padding: 10px 10px 10px 10px;
	margin: 10px 20px 10px 10px;
}

.post-details li img {
    padding: 10px;
	margin: 20px;
}

.latest-post p {
    padding: 5px 0;
    color: #FFFFFF;
	font-size: 15px;
    font-weight: 300;
    text-align: justify;
}



/**** Start Contact Section ****/


.footer-contact-info {
    background: #FF432E;
    color: #fff;
    padding: 20px 30px;
    //margin-top: 80px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	min-height: 290px !important;
	line-height: 1.7em;
}

.footer-contact-info iframe {
    border-radius: 5px;
	width: 100%;
}

.footer-social {
    padding: 78px 0;
    border: 1px solid #FF432E;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	min-height: 250px !important;
}

 .margin-left {
    margin-left: 23px;
}

@media only screen 
and (min-width : 320px) 
and (max-width : 991px) {
    
    .footer-contact-info {
		margin-bottom: 30px;
		margin-top: 30px;
	}
    
}

.footer-contact-info ul {
    padding-bottom: 10px;
}

.footer-contact-info h4 {
    padding-bottom: 10px;
}

.footer-contact-info li strong {
    font-weight: 600;
}


.footer-social {
    padding: 78px 0;
    border: 1px solid #FF432E;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	min-height: 250px !important;
}

.footer-social li {
    display: inline-block;
    padding: 0 10px;
}

@media only screen and (max-width : 360px) {
    
    .footer-social li {
		padding: 0 5px;
	}
    
}

.footer-social li a {
    background: #FF432E;
    padding: 8px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #FF432E;
    
}

.footer-social li i {
    font-size: 15px;
    width: 20px;
    height: 20px;
}

.footer-social li:hover a {
    background: #fff;
    //border: 1px solid #FF432E;
    color: #666;
}



.contact .btn-primary {
    padding: 20px;
    font-size: 16px;
}

.contact .btn-primary:hover {
    background: transparent;
}

.contact .section-title h3{
    color: #fff;
}

.contact .section-heading {
    color: #fff;
}

.contact .form-group {
    margin-bottom: 25px;
}

.contact .form-group input,
.contact .form-group textarea {
    padding: 20px;
}

.form-group input.form-control {
    height: auto;
}

.form-group textarea.form-control {
    height: 130px;
}



.contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact .text-danger {
    color: #e74c3c;
}

.contact button {
    font-weight: 400;
    margin-top: 30px;
}

.contact .btn-primary {
    padding: 20px;
    font-size: 16px;
}

.contact .btn-primary:hover {
    background: transparent;
    color: #FF432E;
}

.back-link {
	margin-top: 20px;
}

.back-link p a{
    /*font-family: UniviaPro-light;*/
    font-family: 'Oswald', sans-serif;
}

.btn-custom { 
	background-color: hsl(11, 100%, 51%) !important; 
	background-repeat: repeat-x; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe6442", endColorstr="#ff3205"); 
	background-image: -khtml-gradient(linear, left top, left bottom, from(#fe6442), to(#ff3205)); 
	background-image: -moz-linear-gradient(top, #fe6442, #ff3205); 
	background-image: -ms-linear-gradient(top, #fe6442, #ff3205); 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe6442), color-stop(100%, #ff3205)); 
	background-image: -webkit-linear-gradient(top, #fe6442, #ff3205); 
	background-image: -o-linear-gradient(top, #fe6442, #ff3205); 
	background-image: linear-gradient(#fe6442, #ff3205); 
	border-color: #ff3205 #ff3205 hsl(11, 100%, 48%); 
	color: #FFF !important; 
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	letter-spacing: 1.5px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.19); 
	-webkit-font-smoothing: antialiased; 
	margin: 0px 5px 5px 5px; 
	padding: 10px;
}

.btn-custom:hover, .btn-custom:active { 
	background-color: hsl(11, 100%, 51%) !important; 
	background-repeat: repeat-x; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe6442", endColorstr="#ff3205"); 
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ff3205), to(#fe6442)); 
	background-image: -moz-linear-gradient(top, #ff3205, #fe6442); 
	background-image: -ms-linear-gradient(top, #ff3205, #fe6442); 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3205), color-stop(100%, #fe6442)); 
	background-image: -webkit-linear-gradient(top, #ff3205, #fe6442); 
	background-image: -o-linear-gradient(top, #ff3205, #fe6442); 
	background-image: linear-gradient(#ff3205, #fe6442); 
	border-color: #ff3205 #ff3205 hsl(11, 100%, 48%); 
	color: #F8F8F8 !important; 
	/*font-family: 'Oswald', sans-serif;*/
	font-weight: 500;
	letter-spacing: 1.5px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.19); 
	-webkit-font-smoothing: antialiased; 
	margin: 0px 5px 5px 5px; 
	padding: 10px;
}

/**** Start Testimonial Section ****/

.testimonial {
    margin-bottom: 80px;
}

.testimonial h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
}

.testimonial .speech {
    background: #FF432E;
    padding: 20px;
    color: #fff;
}

/*image border effect*/

.imagedropshadow {
	min-height: 150px;
	min-width: 150px;
	padding: 20px;
	border: solid 1px #EFEFEF;
	margin-bottom: 10px;
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}
.imagedropshadow:hover {
	border: solid 1px #CCC;
	-moz-box-shadow: 2px 2px 10px #999;
	-webkit-box-shadow: 2px 2px 10px #999;
    box-shadow: 2px 2px 10px #999;
	cursor: pointer;
}

.padding-btm {
	padding-bottom: 10px;
}


.workhsop-form{
    text-align: left !important;
}

.section-title h3{

}