/*
	font-family: 'Montserrat', sans-serif;

	/* 	Primary Colors 
		Orange shade : #f16b35;
		Blue shade : #0b6fb4;
		Black shade : #171717;
		Bkack shade 01 : #202020;

*/

body {
	font-family: 'Montserrat', sans-serif;
	background: #fff;
	margin:0; padding: 0;
}

a:focus,a:hover,button,input,textarea {
	outline: 0 !important;
}

.form-group {
    margin-bottom: 35px;
}

article.con_info .form-control {
   margin-bottom:0 !important;
}

.strong,strong {
	font-weight: 700;
}

/* Typography & colors */

h1 { color:#171717; }
h2 { font-weight: 700; }

.cblue { color: #0b6fb4; }

a.res_col,
a.cons_col,
a.tra_col,
a.soc_col {
	display: block;
	background: #fff;
	padding: 35px 0 25px 0;
	transition: all .3s ease;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);

	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

a.res_col p.lead,
a.cons_col p.lead,
a.tra_col p.lead,
a.soc_col p.lead {
	font-size: 14px;
	color: #f16b35;
	margin-top: 15px;
	margin-bottom: 0;
}

a.res_col:hover,
a.cons_col:hover,
a.tra_col:hover,
a.soc_col:hover {
	margin-top: -15px;
    background: #fff;
    -webkit-box-shadow: 2px 10px 50px rgba(0,0,0,.15);
    -moz-box-shadow: 2px 10px 50px rgba(0,0,0,.15);
    box-shadow: 2px 10px 50px rgba(0,0,0,.15);
}
/* mail*/

.green1{
	 position: absolute;
    color: #fff;
    background-color: green;
    top: 100px;
    right: 0px;
    z-index: 1;
    padding: 10px;
    margin: 0px;
}
.green1 p{
    margin: 0px;
}

/* Carousel */

#mycarousel.carousel {
	overflow: hidden;
	min-height: 500px;
}

#mycarousel.carousel .item:before {
	content:"";
    background: url(../img/slider_spacer.png);
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


#mycarousel.carousel .carousel-caption {
	position: absolute;
	right: 15%;
	top: 100px;
	left: 15%;
	z-index: 10;
}

#mycarousel.carousel h1 {
	-webkit-animation-delay: 1.5ss;
    animation-delay: 1.5s;
}

#mycarousel.carousel .slast_info {
	-webkit-animation-delay: 2s;
    animation-delay: 2s;
}

#mycarousel.carousel .spelast_info {
	-webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

#mycarousel.carousel .last_info {
	-webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

#mycarousel .carousel-inner > .item > img {
    width: 100%;
    max-height: 500px;
    background-color: #ddd;
}

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

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

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

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

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

#mycarousel .carousel-caption {
    bottom: 38%;
}

#mycarousel .carousel-caption h1 {
	font-size: 45px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 0px 30px #000;
    line-height: 60px;
}

.carousel-indicators .active {
	background-color: #fff;
	border: 0;
	margin: 0;
	height: 8px;
	width: 8px;
}

.carousel-indicators li {
	background-color: #000;
	border:0; 
    margin: 0;
    opacity: 0.8;
	height: 8px;
	width: 8px;
}

/* Header */

header {
	border-top: 3px solid #f16b35;
	box-shadow: 0 0 6px 0 #ccc;
    padding: 6px 0;
}

header .navbar {
	background: #fff;	
	border-radius: 0;	
	border:0;
	min-height: 80px;
	margin-bottom: 0;
}

header .navbar .navbar-brand {
	padding: 0;
    height: 76px;
}

/* overrides classes */

header .navbar>.container .navbar-brand, 
header .navbar>.container-fluid .navbar-brand {
	margin-left: 0;
}

header .navbar-inverse .navbar-nav > li > a {
	font-size: 13px;
	font-weight: 700;
	color:#1d1d1d;
	text-transform: uppercase;
}

header .navbar-inverse .navbar-nav > li > a:hover, 
header .navbar-inverse .navbar-nav > li > a:focus {
	color: #f16b35;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:hover {
	color: #f16b35;
	background: transparent;	
}

header .nav.navbar-nav.navbar-right{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 0;
}

/* Event Section */

.event_block {
	background-color: #f16b35;
	padding: 20px 0;
	overflow: hidden;
}

.event_block h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	margin-top: 0;
}

.event_block p.lead {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 20px;
}

.event_block p.lead a {
	color: #fff;
	text-decoration: underline;
}

.event_block .carousel {
	height: 25px;
}

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

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

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

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

.event_block .carousel-control.left,
.event_block .carousel-control.right {
	background-image: none;
}

.carousel-control {
	opacity: 1;
	color: #fff;
	font-size: 40px;
	top: -40px;
    position: absolute;
    width: auto;
}

/* Introduction */

.intro  { position: relative;}

.intro article { 
	padding:65px 0;
}

.intro .lt { 
	position: absolute; 
	left: 0; 
	bottom: 0;
	background: url(../img/intro-bg-lt.jpg);
	background-repeat: no-repeat;
	width: 203px;
	height: 445px;
	z-index: -1;
}

.intro .rt { 
	position: absolute; 
	right: 0; 
	bottom: 0;
	background: url(../img/intro-bg-rt.jpg);
	background-repeat: no-repeat;
	width: 203px;
	height: 466px;
	z-index: -1;
}

.intro_info h1 { 
	margin-bottom: 30px; 
	margin-top: 0;
	line-height: 50px;
	color: #f16b35; 
}

.intro_info p.lead { 
	font-size: 16px; 
	font-weight: 400; 
	color: #2c2c2c; 
	line-height: 24px; 
	margin-bottom: 30px; 
}

/* Services */

.servic_block,
.gry_block {
	background: #f6f6f6
}

.servic_block article { 
	padding:65px 0;
}

.servic_block article h1 {
	margin-top: 0;
	margin-bottom: 50px;
}

.servic_block article .list_icon {
	background: #f16b35;
	width: 65px; height: 65px;
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
  	margin: 0 auto 35px;
  	display: block; 
    transition: all 0.3s ease;
}

.servic_block article a.res_col .list_icon img,
.servic_block article a.cons_col .list_icon img,
.servic_block article a.tra_col .list_icon img,
.servic_block article a.soc_col .list_icon img {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;	
	padding-top: 11px;
}

.servic_block article a.res_col .list_icon img {
	width: 38px;
	margin: 0 0 0 10px;
}

.servic_block article a.cons_col .list_icon img {
	width: 45px;
    margin: 0 0 0 6px;
}

.servic_block article a.tra_col .list_icon img {
	width: 38px;
    margin: 0 0 0 8px;
    padding-top: 16px;
}

.servic_block article a.soc_col .list_icon img {
    width: 37px;
    margin: 0 0 0 8px;
    padding-top: 16px;
}
    
.servic_block article ul {
	list-style-type: none;
	margin: 0 auto; padding: 0; 
    display: table;
}

.servic_block article ul li {
    display: inline-block;
    padding-right: 5px;
    font-size: 14px;
    text-align: center;
}

.servic_block article .spe_col {
	margin-top: 75px;
}

.servic_block article ul li:after {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-left: 5px;
	font-size: 16px;
}

.servic_block article ul li:last-child:after {
	content: "";
	margin-left: 0;
}

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

.servic_info a ul li {
	color: #202020;
}

.servic_info a:hover,
.servic_info a:focus {
	text-decoration: none;
}

.servic_info a:hover .list_icon,
.servic_info a:focus .list_icon {
	background: #0b6fb4;
}

.servic_info h2 {
	font-size: 20px;
}

/* Collaborations */

.collb_block article {
    padding: 65px 0;
}

.collb_block article h1 {
	margin-top: 0;
}

.collab_col {
	width: 400px;
    margin: auto;
    font-size: 13px;
    line-height: 22px;
}

.collab_col.sec {
	width: 400px;
}

.collab_info p a {
	color: #333;
	background: transparent;
	display: inline-block;
}

.collab_info a {
    color: #0b6fb4;
    text-align: left;
    background: #fff;
    border-radius: 3px;
    padding: 6px;
    /* margin: auto; */
    /* max-width: 200px; */
    /* display: block; */
    padding-left: 0;
}

.collab_info a:hover,
.collab_info a:focus {
	text-decoration: none;
}

/* Events */

article.events_block {
    padding: 65px 0;
    height: 550px;
}

article.events_block a:hover,
article.events_block a:focus {
	text-decoration: none;
}

article.events_block .eve_date {
    color: #fff;
    background: #F48536;
    border-radius: 3px;
    padding: 6px;
    display: block;
    max-width: 220px;
    padding-left: 8px;
    margin: 0 auto 20px;
}

article.events_block .eve_date i {
	margin-left: 4px;
	margin-right: 2px;
}

.events_block h1 {
	margin-top: 0;
    margin-bottom: 50px;
}

.events_block p.lead {
	font-size: 14px;
	margin-bottom: 16px;
}

/* Footer */

footer {
	background: #1b1b1b;
	padding-top: 45px;
}

footer.spe_fot {
	position: absolute;
	width: 100%;
	bottom: 0;
}

footer .copyright {
	margin-top: 35px;
	padding-bottom: 15px;
}

footer .fot_col {
	background: #302f2f;
	padding: 15px 25px;
	min-height: 150px;
}

footer .fot_col h5 {
	color: #fff;
}

footer .fot_col i {
	font-size: 16px;
	margin-right: 5px;
}

footer p.small {
	color: #fff;
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
}

/* Contact */

article.con_info {
    padding: 65px 0;
	height: 550px;
}

article.con_info h1 {
	margin-top: 0;
	margin-bottom: 50px;
}

article.con_info .btn-default {
	background: #f58634;
	border:0;
	color: #fff;
	text-transform: uppercase;
	border-radius: 2px;
}

article.con_info .btn-default:hover, 
article.con_info .btn-default:focus {
    background: #f58634;
    color: #fff;
}

article.con_info textarea {
	resize:none;
}

article.con_info .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    font-weight: 400;
    background-color: #f1f1f1;
    background-image: none;
    border: 0;
    border-radius: 2px;
    margin-bottom: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

article.con_info .form-control:focus {
	border-color: #0b6fb4;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

/* Services */

article.ser_info {
    padding: 65px 0;
}

article.ser_info h1 {
	color: #0b6fb4;
	margin-top: 0;
	margin-bottom: 45px;
}

article.ser_info h4 {
	color: #0b6fb4;
	margin-bottom: 25px;
}

article.ser_info p.lead {
	font-size: 13px;
	line-height: 18px;
}

article.ser_info h5 {
	font-weight: 700;
	color: #f58634;
}

.sim_col_area {
	margin-bottom: 25px;
}

.sim_col:after {
	font-family: 'FontAwesome';
    content: "\f105";
    font-size: 24px;
    color: #aaa;
    position: absolute;
    right: 0px;
    top: 5%;
}

.sim_col.last_col:after {
	content: "";
}

.com_lists {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.com_lists li {
	display: block;
	margin-bottom: 10px;
	color: #2c2c2c;
	font-size: 16px;
}

.com_lists li span {
	font-size: 14px;
	color: #666;
	display: block;
	margin-left: 15px;
	margin-top: 4px;
}

.com_lists li:before {
	font-family: 'FontAwesome';
	content: "\f0da";
	color: #2c2c2c;
	font-size: 16px;
    margin-right: 10px;
}
    
/* Responsive Fixes */

@media only screen and (min-width: 320px) and (max-width: 767px) { 
	header { padding-bottom: 0; }
	header .navbar-nav { margin: 7.5px 0; }
	header .navbar > .container .navbar-brand { margin-left: 15px; }
	.navbar-header { min-height: inherit; }
	.navbar-inverse .navbar-collapse { border-color: transparent; background: #0B6FB4; margin-top: 10px;}
	header .navbar-inverse .navbar-nav > li > a { color: #fff; border-bottom:1px solid #1C84CC; }
	.navbar-inverse .navbar-toggle { border-color: #fff; background: #0b6fb4; margin-top: 24px; }
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover { background: #f16b35; }
	.collab_col.sec,.collab_col { width: 100%; }
	footer .fot_col { margin-bottom: 25px; }
	footer .copyright { margin-top: 0; }
	.intro .lt { z-index: 0; }
	.intro_info h1 { font-size: 24px; line-height: 34px; }
	.intro article { padding: 25px 0; }
	.intro_info p.lead { font-size: 14px; margin-bottom: 15px; }
	.intro .rt,.intro .lt { background-size: contain; width: 125px; }
	.intro .lt { height: 250px; }	
	.servic_block article .spe_col { margin-top: 55px; }
	.carousel-indicators { display: none; }
	#mycarousel .carousel-caption { bottom: 0%; }
	#mycarousel .carousel-caption h1 { font-size: 18px; line-height: 18px; }
	#mycarousel .carousel-caption h1 span { margin-bottom: 15px; }
	.event_block h2 { font-size: 18px; }
	.event_block p.lead { font-size: 13px; }
	.carousel-control { display: none; }
	.event_block .carousel { height: inherit; }
	.event_block { min-height: 125px}
	.collb_block article { padding: 35px 0; }
	.servic_block article ul { text-align: center; }
	.servic_info a ul li { font-size: 13px; }
	#mycarousel.carousel .carousel-caption { top: 20%; }
    .res_col,.cons_col,.tra_col { margin-bottom: 0; }
    a.res_col,a.cons_col,a.tra_col,a.soc_col { margin-bottom: 25px; display: block; }
	a.res_col:hover,a.cons_col:hover,a.tra_col:hover,a.soc_col:hover { margin-top: 0px; } 
	#mycarousel.carousel { min-height: 130px; }
	footer.spe_fot { position: inherit; }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) { 
	.servic_info h2 { font-size: 19px; }
	.servic_block article ul li { font-size: 12px; padding-right: 5px;}
	.servic_block article ul li:after { margin-left: 5px; font-size: 14px;}
	.event_block p.lead { font-size: 14px; }
	header .navbar-inverse .navbar-nav > li > a { padding-right: 0; } 
	.navbar-brand > img { width: 110px; margin: 7px 0 0 0; }
	.collab_col,.collab_col.sec { width: 300px; }
	#mycarousel .carousel-caption { bottom: 16%; }
	.event_block .carousel { height: inherit; }
	#mycarousel .carousel-caption h1 { margin-bottom: 10px; }
	#mycarousel.carousel { min-height: 310px; }
	.event_block { max-height: 120px; min-height: 120px; } 
	.event_block p.lead { padding: 0 50px; }
        footer.spe_fot { position:inherit; }	
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) { 
	#mycarousel.carousel { min-height: 310px; }
	#mycarousel .carousel-caption h1 { font-size: 26px; line-height: 26px; }
        footer.spe_fot { position:inherit; }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
	#mycarousel.carousel { min-height: 290px; } 
	header .navbar-inverse .navbar-nav > li > a { padding-right: 0; }
	#mycarousel.carousel .carousel-caption { top: 50px; }
	#mycarousel .carousel-caption h1 { font-size: 26px; line-height: 26px; }
	.tra_col,.res_col,.cons_col,.tra_col { margin-bottom: 0; }
	a.res_col,a.cons_col,a.tra_col,a.soc_col { margin-bottom: 25px; display: block; }
	a.res_col:hover,a.cons_col:hover,a.tra_col:hover,a.soc_col:hover { margin-top: 0px; } 
	.event_block { max-height: 120px; min-height: 120px; } 
	footer .fot_col { min-height: 210px; }
}

@media only screen and (min-width: 1024px) and (max-width:1210px) {
	#mycarousel.carousel { min-height: 310px; }
	#mycarousel .carousel-caption h1 { font-size: 36px; }
	#mycarousel.carousel .carousel-caption { top: 40px; }
	.tra_col,.res_col,.cons_col,.tra_col { margin-bottom: 0; }
	a.res_col,a.cons_col,a.tra_col,a.soc_col { margin-bottom: 25px; display: block; }
	a.res_col:hover,a.cons_col:hover,a.tra_col:hover,a.soc_col:hover { margin-top: 0px; } 
	footer .fot_col { min-height: 165px; }
        footer.spe_fot { position:inherit; }
}

@media only screen and (min-width: 1210px) and (max-width:1366px) {
       footer.spe_fot { position:inherit; }
}

@media only screen and (min-width: 1024px) and (max-width:1300px) { 
	#mycarousel.carousel { min-height: 310px; }
}

@media all and (max-width:480px) { 
	.event_block { min-height: 125px}
	#mycarousel.carousel .carousel-caption { top: 2%; }
	.tra_col,.res_col,.cons_col,.tra_col { margin-bottom: 0; }
	a.res_col,a.cons_col,a.tra_col,a.soc_col { margin-bottom: 25px; display: block; }
	a.res_col:hover,a.cons_col:hover,a.tra_col:hover,a.soc_col:hover { margin-top: 0px; } 
}