/* Binary */


/************ TABLE OF CONTENTS ***************
1.  Fonts
2.  Reset
3.  Global
4.  Main Header
5.  Main Slider
6.  Top Services
7.  Fact Counter Style One
8.  Our Services / All Three Styles
9.  We Are Best
10. Our Projects / All Two Styles
11. Our Team
12. Testimonials
13. News Area / Blog Area
14. Main Footer
15. Page Banner
16. Featured Services
17. Project Details
18. About Us
19. Contact Us
20. Blog Pages


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


@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Hind:400,300,500,600,700);

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('hover.css');
@import url('jquery.fancybox.css');
@import url('owl.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/
/*parsely css start*/
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}
/*parsely css end*/

/* This stylesheet generated by Transfonter (https://transfonter.org) on December 13, 2017 5:14 AM */

body {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#505050;
	line-height:1.6em;
	font-weight:400;
	background:#FFF;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#ffc13b;	
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
	color:#ffc13b;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
}

input,button,select,textarea{
}

/*::-webkit-input-placeholder { color:rgba(0,0,0,0.80);}
::-moz-placeholder { color:rgba(0,0,0,0.80) ;}
:-ms-input-placeholder { color:rgba(0,0,0,0.80) ;}
input:-moz-placeholder { color:rgba(0,0,0,0.80) ;}*/

p{
	/*position:relative;*/
	line-height:1.6em;
		
}

.corner {
    left: 0;
    position: fixed;
    top: 0;
    width: 113px;
    z-index: 999;
}

.stript{
	background:url(https://iismworld.com/sports-management-courses/images/strip-r.jpg) no-repeat center top;
	min-height:88px;
	font-size:18px;
	padding-top: 20px;
	color:#303030;
}

.stript h2 {
    font-weight: 700;
    padding-left: 70px;
    padding-top: 10px;
}

.big-title {
	background:rgba(0, 0,0 , 0.4);
    /*background: url(../images/slider-bg.png) no-repeat center top;*/
    margin: 0 auto !important;
    overflow: hidden;
    padding: 25px 20px !important;
    text-align: center;
    width: 493px;
	min-height:119px;
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	min-height:400px;
	overflow:hidden;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.btn-normal{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.center{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.anim-5,.anim-5-all *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.theme-bg{
	background-color:#ffc13b;	
}

.theme-color{
	color:#ffc13b;	
}

.out{
	opacity:0;	
}

.in{
	opacity:1;	
}

.uppercase{
	text-transform:uppercase !important;	
}

.capitalized{
	text-transform:capitalize !important;	
}

.lowercase{
	text-transform:lowercase !important;	
}

.no-uppercase{
	text-transform:none !important;	
}

.light-btn{
	position:relative;
	display:inline-block;
	padding:10px 30px;
	line-height:26px;
	border:1px solid transparent;
	background:#ffc13b;
	margin-bottom:5px;
	color:#ffffff;
	text-transform:uppercase;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.dark-btn{
	position:relative;
	display:inline-block;
	padding:10px 30px;
	line-height:26px;
	border:1px solid transparent;
	background:#202e31;
	margin-bottom:5px;
	color:#ffffff;
	text-transform:uppercase;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.light-btn:hover,
.dark-btn:hover{
	background-color:#ffc13b;
	border-color:#2d2d2d;
	color:#ffffff;	
}

.primary-btn{
	position:relative;
	left:0px;
	display:inline-block;
	overflow:hidden;
	background:#ffc13b;
	color:#202e31 !important;
	padding-right:60px;
}

.primary-btn *{
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;	
}

.primary-btn .btn-text{
	position:relative;
	display:block;
	line-height:30px;
	padding:12px 40px 8px 25px;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
}

.primary-btn .icon{
	position:absolute;
	right:-10px;
	top:0px;
	display:block;
	line-height:30px;
	padding:10px 30px 10px 25px;
	text-align:center;
	font-size:12px;
	color:#ffffff;
	height:100%;
	background:#002656;
	transform:skewX(-20deg);
	-ms-transform:skewX(-20deg);
	-o-transform:skewX(-20deg);
	-moz-transform:skewX(-20deg);
	-webkit-transform:skewX(-20deg);
}

.primary-btn.light .icon{
	background:#ffffff;
	color:#202e31;	
}

.primary-btn .icon .f-icon{
	position:relative;
	display:block;
	transform:skewX(20deg);
	-ms-transform:skewX(20deg);
	-o-transform:skewX(20deg);
	-moz-transform:skewX(20deg);
	-webkit-transform:skewX(20deg);
}

.primary-btn:hover .btn-text{
	opacity:1;
	color:#ffffff;	
}

.primary-btn.hvr-bounce-to-left::before{
	background:#002656;	
}

.we-are-best .primary-btn.hvr-bounce-to-left::before{
	background:#505050;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.GIF);}


/*** 

====================================================================
	Main Header style
====================================================================

***/

.header-block-area {
    margin-top: 0;
}

.header-block-caption > b {
    color: #666666;
    font-size: 18px;
    font-weight: 600;
}

.header-block-area .fa {
    color: #d24a01;
    float: left;
    font-size: 19px;
    margin-top: 4px;
}
.header-block-content {
    display: inline-block;
    margin-left: 10px;
}

.main-header hr {
    border-color: #e2e2e2;
    float: right;
    width: 97%;
    /* width: calc(100% - 50px); */
}

.main-header{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
    background: #f0f0f0 none repeat scroll 0 0;
    border-bottom: 20px solid #098943;
    height: 153px;
	z-index:99;
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	-moz-transition:all 1s ease;
}

.main-header .header-top{
	position:relative;
	background:#202e31;
	padding:12px 0px;
}

.main-header .header-top *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-header .header-top a{
	color:#777777;	
}

.main-header .header-top a:hover{
	color:#ffffff;	
}

.main-header .header-top .top-left{
	position:relative;
	line-height:26px;	
}

.main-header.style-two .header-top .top-left .phone,
.main-header.style-two .header-top .top-left .email{
	margin-right:40px;
	line-height:26px;
	font-size:13px;
	font-weight:500;
}

.main-header .header-top .top-left .phone,
.main-header .header-top .top-left .email{
	margin-right:0px;
	margin-left:40px;
}

.main-header .header-top .top-left .f-icon{
	position:relative;
	top:0px;
	font-size:14px;
	padding-right:5px;
	color:#ffc13b;
}

.main-header .header-top .top-right{
	position:relative;
	top:3px;
	font-size:12px;
	line-height:26px;
}

.main-header .header-top ul li{
	position:relative;
	display:inline-block;
	margin:0px 10px;
	color:#5a6163;
}

.main-header .header-top ul li:after{
	content:'|';
	position:absolute;
	right:-11px;
	top:-1px;
	line-height:26px;
	display:inline-block;	
}

.main-header .header-top ul li:last-child:after{
	display:none;
}

.main-header .header-top ul li a{
	position:relative;
	display:block;
	color:#777777;
	line-height:26px;
	text-transform:uppercase;
	font-weight:600;
}

.main-header .header-lower{
	position:relative;
	/*background:#ffffff;*/
	min-height:100px;
	padding:0 0 0 0;
}

.main-header.header-fixed .header-lower {
    border-bottom: 0 solid #505050;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

.main-header .header-lower .logo{
	width: 100%;
	position:relative;
	float:right;
	padding: 10px 0 0 0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	z-index: 1;
}

.main-header .header-lower .logo img{
	position:relative;
	display:inline-block;
	max-width: 60%;
	height:auto;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header.style-two .header-lower .logo a{
	z-index:5;	
}

.main-header.style-two .header-lower .logo img{
	margin-top:-30px;
	z-index:5;	
}

.main-header.style-two.header-fixed .header-lower .logo img{
	margin-top:0px;
	height:60px;	
}

.main-header.style-two .header-lower .logo:before{
	content:'';
	position:absolute;
	width:1200px;
	height:152px;
	background:#ffc13b;
	left:-900px;
	bottom:-20px;
	transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
	z-index:1;	
}

.main-header .header-lower .right-cont{
	position:relative;
	float:right;
	padding:14px 0px;
	padding-right:60px;
}

.main-header .main-menu{
	position:relative;
	/*background:#18578c;*/
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	-moz-transition:all 1s ease;	
}

.main-header .main-menu .navbar-collapse {
    float: left;
    padding: 0;
}

.main-header .main-menu .navbar-nav{
	margin:0px;	
	margin-left: 45px;
}

.main-header .main-menu .navbar-nav > li{
	position:relative;
	padding:0px;
	margin-left:0;	
}

.main-header .main-menu .navbar-nav > li > a{
	position:relative;
	display:block;
	padding:15px 10px;
	font-size:16px;
	text-transform:uppercase;
	color:#2b3239;
	opacity:1;
	z-index:2;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .main-menu .navbar-nav > li:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#152737;
	z-index:1;
	opacity:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	/*transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);*/
}

.main-header .main-menu .navbar-nav > li:hover:after,
.main-header .main-menu .navbar-nav > li.current:after,
.main-header .main-menu .navbar-nav > li.current-menu-item:after{
	opacity:1;	
}

.main-header .main-menu .navbar-nav > li > a:hover,
.main-header .main-menu .navbar-nav > li > a:active,
.main-header .main-menu .navbar-nav > li > a:focus{
	background:none;
	opacity:1;	
}

.main-header .main-menu .navbar-nav > li > a:visited{
	background:none;
}

.main-header .main-menu .navbar-nav > li:hover > a,
.main-header .main-menu .navbar-nav > li.current > a,
.main-header .main-menu .navbar-nav > li.current-menu-item > a,
.main-header .main-menu .navbar-nav > li > ul > li:hover > a{
	color:#ffffff;
	opacity:1;
}

.main-header .main-menu .navbar-nav > li > ul{
	position:absolute;
	left:0;
	top:200%;
	width:200px;
	padding:0px;
	border:0px solid rgba(255,255,255,0.50);
	border-top:none;
	z-index:100;
	background:#2A72AF;
	visibility:hidden;
	opacity:0;
	border-radius:0px 0px 0px 0px;
	-ms-border-radius:0px 0px 0px 0px;
	-webkit-border-radius:0px 0px 0px 0px;
	-moz-border-radius:0px 0px 0px 0x;
	-o-border-radius:0px 0px 0px 0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .main-menu .navbar-nav > li:hover > ul {
	top:100%;
	opacity:1;
	visibility:visible;	
	-webkit-box-shadow: 0px 9px 7px 2px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 9px 7px 2px rgba(0,0,0,0.50);
	box-shadow: 0px 9px 7px 2px rgba(0,0,0,0.50);
}

.main-header .main-menu .navbar-nav > li > ul > li.dropdown:before{
	font-family: 'FontAwesome';
	content:'\f0da';
	position:absolute;
	right:7px;
	top:7px;
	width:20px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	text-align:center;
	z-index:5;	
}

.main-header .main-menu .navbar-nav > li > ul > li{
	position:relative;
	float:none;
	width:100%;
	border-bottom:0px solid rgba(255,255,255,0.50);
}

.main-header .main-menu .navbar-nav > li > ul > li:last-child{
	border:none;	
}

.main-header .main-menu .navbar-nav > li > ul > li > a{
	position:relative;
	display:block;
	padding:5px 20px;
	font-weight:normal;
	font-size:14px;
	color:#ffffff;
	word-wrap:break-word;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-header .main-menu .navbar-nav > li > ul > li > a:hover{
	color:#098943;
}

.main-header .main-menu .navbar-nav > li > ul > li:hover > a{
	padding-left:25px;	
}

.main-header .main-menu .navbar-nav > li > ul > li > ul{
	position:absolute;
	left:200%;
	top:0px;
	width:200px;
	padding:0px;
	border:1px solid rgba(255,255,255,0.50);
	z-index:100;
	background:#ffc13b;
	visibility:hidden;
	opacity:0;
	border-radius:0px 2px 2px 2px;
	-ms-border-radius:0px 2px 2px 2px;
	-webkit-border-radius:0px 2px 2px 2px;
	-moz-border-radius:0px 2px 2px 2px;
	-o-border-radius:0px 2px 2px 2px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .main-menu .navbar-nav > li > ul > li:hover > ul {
	left:100%;
	opacity:1;
	visibility:visible;	
}

.main-header .main-menu .navbar-nav > li > ul > li > ul > li{
	position:relative;
	float:none;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.50);
}

.main-header .main-menu .navbar-nav > li .navbar-toggle{
	z-index:5;
	position:absolute;
	right:7px;
	top:5px;
	padding:7px 9px;	
}

.main-header .main-menu .navbar-nav > li > ul > li > ul > li:last-child{
	border:none;	
}

.main-header .main-menu .navbar-nav > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:5px 20px;
	font-weight:normal;
	font-size:14px;
	color:#ffffff;
	word-wrap:break-word;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .main-menu .navbar-nav > li > ul > li > ul > li:hover > a{
	padding-left:25px;	
}

.main-header .search-box{
	position:relative;
	padding:15px 0px;
	background:#ffc13b;
	color:#ffffff;
	display:none;	
}

.main-header .search-box .search-title{
	position:relative;
	float:left;
}

.main-header .search-box .search-title h2{
	font-size:20px;
	font-weight:600;
	line-height:36px;	
}

.main-header .search-box .search-form{
	position:relative;
	float:right;
	max-width:300px;
	overflow:hidden;
	width:50%;	
}

.main-header .search-box .form-group{
	position:relative;
	display:block;
	padding:0px;

	margin:0px;
	width:100%;
	overflow:hidden;	
}

.main-header .search-box .form-group input[type="search"],
.main-header .search-box .form-group input[type="text"]{
	position:relative;
	display:block;
	width:100%;
	padding:6px 40px 4px 15px;
	border:2px solid #ffffff;
	color:#ffffff;
	font-weight:500;
	font-size:16px;
	line-height:22px;
	background:none;
}

.main-header .search-box .form-group .search-submit{
	position:absolute;
	right:-5px;
	top:0px;
	width:45px;
	height:38px;
	background:#ffffff;
	display:block;
	padding:5px 10px 5px 10px;
	color:#ffc13b;
	font-size:16px;
	line-height:26px;
	transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
}

.main-header .search-box .form-group .search-submit .f-icon{
	display:inline-block;
	transform:skewX(15deg);
	-webkit-transform:skewX(15deg);
	-ms-transform:skewX(15deg);
	-o-transform:skewX(15deg);
	-moz-transform:skewX(15deg);
}

.main-header .search-btn{
	position:absolute;
	right:0px;
	top:14px;
	width:60px;
	height:32px;
	padding-left:30px;
	cursor:pointer;
}

.main-header .search-btn .f-icon{
	position:relative;
	width:28px;
	height:32px;
	line-height:30px;
	border:2px solid #fbb317;
	border-left:none;
	color:#fbb317;
	text-align:center;
	padding-right:2px;
}

.main-header .search-btn .curve{
	position:absolute;
	left:22px;
	top:0px;
	width:30px;
	height:32px;
	border:2px solid #fbb317;
	border-right:none;
	transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
}

.txt-white{
	color:#ffffff;	
}

#mobileHeader {
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navbar-collapse.mobile {display: none !important;}
.desktop-menu {float: left;}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index:5;	
	margin-top: 119px;
}

.main-slider .tp-bannertimer{
	height:4px;
	background:rgba(255,193,59,0.75);	
}
.main-slider .tparrows {
	display: none;
}
.main-slider .tp-bullets.preview4 {
	right: 40px !important;
}
.main-slider h2{
	position:relative;
	font-size:35px !important;
	font-weight: 300;
	line-height:35px !important;
	color:#FFF;
	padding:0 !important;
}

.main-slider .slide-text{
	position:relative;
	font-size:16px;
	line-height:1.8em;
	color: #fdb813;
	text-align:center;
	top: 20px;
}

.main-slider .slide-text p{
	font-size:16px !important;
}

/*** 

====================================================================
	Featured Services style
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:35px;	
}

.sec-title h2 {
    border-left: 8px solid #febf39;
    color: #303030;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
}

.sec-title h2:after{
	content:'';
	position:absolute;
	right:-10px;
	top:0px;
	width:20px;
	height:100%;
	/*background:#202e31;
	transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);*/
}

.sec-title h2 span{
	position:relative;
	color:#ffc13b;	
}

.sec-text{
	position:relative;
	font-size:16px;
	line-height:1.6em;
	margin-bottom:50px;	
}

.top-services{
	position:relative;
	/*padding:80px 0px 50px;
	background:#f9f9f9;*/
}

.top-services .row{
	margin-left:-30px;
	margin-right:-30px;
}

.top-services .post{
	position:relative;
	padding:0px 15px;
	margin:0 auto 50px;	
}

.top-services .post-inner{
	position:relative;
	max-width:400px;
	padding:0px 15px;
	margin:0 auto;	
}

.top-services .post *{
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.top-services .post .image{
	position:relative;
	overflow:hidden;
	width:100%;
	z-index:1;
}

/*.top-services .post .image::after{
	content:'';
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	display:block;
	background:#ffc13b;
	opacity:0.75;
	z-index:0;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}*/

.top-services .post:hover .image::after{
	top:0%;	
}

.top-services .post .image img{
	position:relative;
	display:block;
	width:100%;	
}

.top-services .post .image .curve{
	position:absolute;
	/*right:-100px;*/
	top:100%;
	width:250%;
	height:150%;
	z-index:1;
	background:#fcfcfc;
	transform:rotate(-13deg);
	-webkit-transform:rotate(-13deg);
	-moz-transform:rotate(-13deg);
	-ms-transform:rotate(-13deg);
	-o-transform:rotate(-13deg);	
}

.top-services .post:hover .image .curve{
	transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
}

.top-services .post .content{
	position:relative;
	top:0px;
	margin:-44px 30px 0px;
	z-index:2;
}

.top-services .post:hover .content{
	/*top:46px;*/	
}

.top-services .post .content:before{
	position:absolute;
    right: 0px;
    top: -36px;
	background:#ffffff;
    content: "";
    height: 100%;
    width: 100%;
	/*border:1px solid #f1f1f1;*/
	z-index:0;
    position: absolute;
    /*transform: skewY(-13deg);
	-webkit-transform: skewY(-13deg);
	-moz-transform: skewY(-13deg);
	-ms-transform: skewY(-13deg);
	-o-transform: skewY(-13deg);*/
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.top-services .post:hover .content:before,
.top-services .post:hover .content .inner-box{
	border-color:#fbb317;	
}

.top-services .post .content .inner-box{
	position:relative;
	background:#ffffff;
	border:1px solid #f1f1f1;
	border-top:none;
	padding:20px 30px 30px;
	z-index:5;	
}

.top-services .post .content h3{
	position:relative;
	/*padding-left:15px;
	border-left:5px solid #fbb317;*/
	font-size:14px;
	font-weight:400;
	text-transform:none;
	line-height:20px;
	margin-bottom:15px;
	margin-top:0;
	color:#454545;
}

.top-services .post .content .text{
	position:relative;
	font-size:14px;
	font-weight:500;
	line-height:1.6em;
	margin-bottom:15px;
	color:#8d8c8c;
}

.top-services .post .content .read_more{
	position:relative;
	color:#202e31;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
}

.top-services .post .content .read_more:hover{
	color:#fbb317;	
}

/*** 

====================================================================
	Fact Counter style
====================================================================

***/

.fact-counter{
	position:relative;	
}

/* Style One*/
.fact-counter-one{
	position:relative;
	min-height:250px;
	width:100%;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;	
}

.fact-counter-one:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:0;
	background:rgba(255,193,59,0.90);
}

.fact-counter-one .inner{
	position:relative;
	max-width:1250px;
	padding:0px 9%;
	margin:0 auto;
	background:url(https://iismworld.com/sports-management-courses/images/icons/fun-fact-bg.png) center center no-repeat;
	background-size:cover;
}

.fact-counter-one .column{
	position:relative;
	float:left;
	width:25%;
	height:250px;
	z-index:5;
	text-align:center;
}

.fact-counter-one .column.odd{
	padding-top:70px;
}

.fact-counter-one .column.even{
	padding-top:20px;
}

.fact-counter-one .content{
	position:relative;
	display:inline-block;
	line-height:20px;
	/*min-height:110px;
	padding:8px 0px 10px 70px;
	background:url(../images/icons/counter-icon.png) left top no-repeat;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;*/
	color:#202e31;
}

.fact-counter-one .content .count-text {
    display: block;
    font-size: 55px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}

/* Style Two*/
.fact-counter-two{
	position:relative;
	margin-top:-50px;
	z-index:5;
	background:none;
}

.fact-counter-two .column{
	position:relative;
	float:left;
	width:25%;
	height:160px;
	z-index:5;
	text-align:center;
	background:#ffffff;
	border-right:1px solid #cccccc;
	transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
}

.fact-counter-two .column:last-child{
	border:none;	
}

.fact-counter-two .column.hvr-bounce-to-right::before{
	background:rgba(255,193,59,0.50);	
}

.fact-counter-two .content{
	position:relative;
	top:36px;
	display:inline-block;
	min-height:110px;
	padding:12px 0px 10px 70px;
	background:url(../images/icons/counter-icon.png) left top no-repeat;
	text-transform:uppercase;
	font-size:12px;
	color:#202e31;
	font-weight:700;
	transform:skewX(15deg);
	-webkit-transform:skewX(15deg);
	-ms-transform:skewX(15deg);
	-moz-transform:skewX(15deg);
	-o-transform:skewX(15deg);
}

.fact-counter-two .content .count-text{
	position:relative;
	display:block;
	font-size:60px;
	font-weight:600;
	line-height:56px;
	margin-bottom:0px;	
}

/*** 

====================================================================
	Our Services style
====================================================================

***/

.services-area{
	position:relative;
	width:100%;
	background:#ffffff;
	padding:100px 0px 80px;
}

.service-tabs{
	position:relative;	
}

.service-tabs .tab-btns{
	position:relative;
	float:left;
	width:22%;
	border:1px solid #f1f1f1;
	border-bottom:none;
	margin-bottom:20px;
}

.service-tabs.style-two .tab-btns{
	float:none;
	width:100%;
	margin-bottom:50px;
	border:1px solid #f1f1f1 !important;
	border-right:none !important;
}

.service-tabs .tab-btns *{
	transition:all 400ms ease;
	-webkit-transition:all 400ms ease;
	-ms-transition:all 400ms ease;
	-o-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
}

.service-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	cursor:pointer;
	border-bottom:1px solid #f1f1f1;
	background:#ffffff;
	padding:20px 15px 20px 85px;
	font-size:13px;
}

.service-tabs.style-two .tab-btns .tab-btn{
	width:20%;
	float:left;
	border-bottom:none;	
	border-right:1px solid #f1f1f1;
}

.service-tabs .tab-btns .tab-btn.active-btn{
	background:#ffc13b;
	color:#ffffff;
	border-color:#ffffff;
	
}

.service-tabs .tab-btns .tab-btn.hvr-bounce-to-bottom:before,
.service-tabs .tab-btns .tab-btn.hvr-bounce-to-top:before,
.service-tabs .tab-btns .tab-btn.hvr-bounce-to-left:before,
.service-tabs .tab-btns .tab-btn.hvr-bounce-to-right:before{
	background:#ffc13b;	
}

.service-tabs .tab-btns .tab-btn strong{
	position:relative;
	top:1px;
	font-family:'Raleway',sans-serif;	
}

.service-tabs .tab-btns .tab-btn .icon{
	position:absolute;
	left:15px;
	top:20px;
	font-size:36px;
	width:70px;
	line-height:44px;
	color:#ffc13b;
	text-align:center;
}

.service-tabs .tab-btns .tab-btn .skill{
	position:relative;
	top:-1px;
	color:#acacac;
}

.service-tabs .tab-btns .tab-btn strong{
	position:relative;
	display:block;
	text-transform:uppercase;	
}

.service-tabs .tab-btns .tab-btn:hover .icon,
.service-tabs .tab-btns .tab-btn.active-btn .icon,
.service-tabs .tab-btns .tab-btn:hover .skill,
.service-tabs .tab-btns .tab-btn.active-btn .skill{
	color:#ffffff;
}

.service-tabs .tab-content{
	position:relative;
	float:left;
	width:78%;
}

.service-tabs.style-two .tab-content{
	float:none;
	width:100%;	
}

.service-tabs .tab-content .tab{
	position:relative;
	top:50px;
	display:none;
	visibility:hidden;
	opacity:0;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.service-tabs .tab-content .active-tab{
	top:0px;
	display:block;
	visibility:visible;
	opacity:1;	
}

.service-tabs .tab-content .content-box{
	position:relative;
	float:left;
	width:65%;
	padding:0px 40px;
	font-size:13px;
}

.service-tabs.style-two .tab-content .content-box{
	width:50%;
	padding-left:0px;	
}

.service-tabs .tab-content .content-box h4{
	position:relative;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:15px;
	color:#202e31;
}

.service-tabs .tab-content .tab-text{
	position:relative;
	margin-bottom:30px;	
}

.service-tabs .tab-content .skill-meter{
	position:relative;
	overflow:hidden;
	width:100%;
	margin-bottom:45px;
	height:30px;
	background:#f2f2f2;
}

.service-tabs .tab-content .skill-meter .progress-bar{
	position:relative;
	left:-10px;
	width:85%;
	height:30px;
	color:#ffffff;
	font-size:12px;
	background:#ffc13b;
	transform:skewX(-20deg);
	-webkit-transform:skewX(-20deg);
	-ms-transform:skewX(-20deg);
	-o-transform:skewX(-20deg);
	-moz-transform:skewX(-20deg);
}

.service-tabs .tab-content .skill-meter .percent{
	position:absolute;
	right:50px;
	top:0px;
	height:30px;
	line-height:32px;
	transform:skewX(20deg);
	-webkit-transform:skewX(20deg);
	-ms-transform:skewX(20deg);
	-o-transform:skewX(20deg);
	-moz-transform:skewX(20deg);
}

.service-tabs .tab-content .work-process{
	position:relative;
}

.service-tabs .tab-content .step{
	position:relative;
	text-align:center;
	color:#acacac;
	font-weight:600;
	font-size:12px;
	text-transform:uppercase;
}

.service-tabs .tab-content .step .num{
	position:relative;
	text-align:center;
	width:36px;
	height:36px;
	line-height:36px;
	display:block;
	margin:0px auto 20px;
	border:2px solid #ffc13b;
	color:#222222;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
}

.service-tabs .tab-content .step:hover .num{
	background:#ffc13b;
	color:#ffffff;	
}

.service-tabs .tab-content .step .work{
	display:block;
	color:#202e31;
	margin-top:2px;
}

.service-tabs .tab-content .step:nth-child(2){
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;	
}


.service-tabs .tab-content .featured-box{
	position:relative;
	float:left;
	width:35%;
	padding:0px 0px;
}

.service-tabs.style-two .tab-content .featured-box{
	width:50%;	
}

.service-tabs.style-two.three-column .posts-container{
	position:relative;
	margin-left:-30px;
	margin-right:-30px;
}

.service-tabs.style-two.three-column .tab-content .featured-box{
	width:33.333%;
	padding:0px 30px;
	margin-bottom:50px;
}

.service-tabs .tab-content .featured-box .box-inner{
	position:relative;
	max-width:400px;
	margin:0 auto;	
}

.service-tabs.style-two .tab-content .featured-box .box-inner{
	max-width:550px;
}

.service-tabs .tab-content .featured-box .box-inner *{
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.service-tabs .tab-content .featured-box .box-inner .image{
	position:relative;
	overflow:hidden;
	width:100%;
	z-index:1;
}

.service-tabs .tab-content .featured-box .box-inner .image::after{
	content:'';
	position:absolute;
	left:-100%;
	top:0%;
	width:100%;
	height:100%;
	display:block;
	background:#ffc13b;
	opacity:0.50;
	z-index:0;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.service-tabs .tab-content .featured-box:hover .box-inner .image::after{
	left:0%;	
}

.service-tabs .tab-content .featured-box .box-inner .image img{
	position:relative;
	display:block;
	width:100%;	
}

.service-tabs .tab-content .featured-box .box-inner .image .curve{
	position:absolute;
	right:-100px;
	top:100%;
	width:250%;
	height:150%;
	z-index:1;
	background:#ffffff;
	transform:rotate(-13deg);
	-webkit-transform:rotate(-13deg);
	-moz-transform:rotate(-13deg);
	-ms-transform:rotate(-13deg);
	-o-transform:rotate(-13deg);	
}

.service-tabs .tab-content .featured-box .box-inner:hover .image .curve{
	transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
}

.service-tabs .tab-content .featured-box .box-inner .content{
	position:relative;
	top:0px;
	margin:-44px 30px 0px;
	z-index:2;
}

.service-tabs.style-two .tab-content .featured-box .box-inner .content{
	margin-top:-64px;	
}

.service-tabs.style-two.three-column .tab-content .featured-box .box-inner .content{
	margin-top:-44px;	
}

.service-tabs .tab-content .featured-box .box-inner:hover .content{
	top:46px;	
}

.service-tabs .tab-content .featured-box .box-inner .content:before{
	position:absolute;
    right: 0px;
    top: -36px;
	background:#ffffff;
    content: "";
    height: 66%;
    width: 100%;
	border:1px solid #f1f1f1;
	z-index:0;
    position: absolute;
    transform: skewY(-13deg);
	-webkit-transform: skewY(-13deg);
	-moz-transform: skewY(-13deg);
	-ms-transform: skewY(-13deg);
	-o-transform: skewY(-13deg);
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.service-tabs.style-two .tab-content .featured-box .box-inner .content:before{
	top:-58px;	
}

.service-tabs.style-two.three-column .tab-content .featured-box .box-inner .content:before{
	top:-36px;	
}

.service-tabs .tab-content .featured-box .box-inner:hover .content:before,
.service-tabs .tab-content .featured-box .box-inner:hover .content .inner-box{
	border-color:#fbb317;	
}

.service-tabs .tab-content .featured-box .box-inner .content .inner-box{
	position:relative;
	background:#ffffff;
	border:1px solid #f1f1f1;
	border-top:none;
	padding:20px 30px 30px;
	z-index:5;	
}

.service-tabs.style-two .tab-content .featured-box .box-inner .content .inner-box{
	padding:30px 30px 30px;	
}

.service-tabs.style-two.three-column .tab-content .featured-box .box-inner{
	padding:30px 0px;	
	max-width:420px;
	margin:0 auto;
}

.service-tabs .tab-content .featured-box .box-inner .content h3{
	position:relative;
	padding-left:15px;
	border-left:5px solid #fbb317;
	font-size:14px;
	font-weight:800;
	text-transform:uppercase;
	line-height:20px;
	margin-bottom:15px;
	color:#202e31;
}

.service-tabs .tab-content .featured-box .box-inner .content h3 span{
	position:relative;
	display:block;
	margin-top:3px;
	color:#cacaca;
	font-size:13px;	
}

.service-tabs .tab-content .featured-box .box-inner .content .text{
	position:relative;
	font-size:14px;
	font-weight:500;
	line-height:1.6em;
	margin-bottom:15px;
	color:#6e6e6e;
}

.service-tabs .tab-content .featured-box .box-inner .content .social{
	position:relative;	
}

.service-tabs .tab-content .featured-box .box-inner .content a{
	color:#fbb317;	
}

.service-tabs .tab-content .featured-box .box-inner .content .read_more{
	position:relative;
	color:#202e31;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
}

.service-tabs .tab-content .featured-box .box-inner .content .read_more:hover{
	color:#fbb317;	
}

/*** 

====================================================================
	We are Best style
====================================================================

***/

.we-are-best{
	position:relative;
	background:#fafafa;	
}

.we-are-best:after{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:54%;
	height:100%;
	background:#202e31;
	z-index:2;
	right:-5%;
	transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
}

.we-are-best .auto-container{
	position:relative;	
}

.we-are-best .image-side{
	position:relative;
	z-index:1;
}

.we-are-best .text-side{
	position:relative;
	color:#ffffff;
	z-index:5;
	padding-top:70px;
	text-align:right;
	padding-left:50px;
}

.we-are-best .text-side h2{
	position:relative;
	font-size:24px;
	font-weight:800;
	text-transform:uppercase;
	color:#ffffff;
	margin:10px 0px 25px;	
}

.we-are-best .text-side h2 span{
	color:#ffc13b;	
}

.we-are-best .text-side .text{
	position:relative;
	margin-bottom:25px;
	font-size:15px;
	color:#ffffff;	
}

.we-are-best .text-side .primary-btn .icon{
	font-size:18px;	
}

/*** 

====================================================================
	Our Projects style
====================================================================

***/

.our-projects {
    background:rgba(0, 0, 0, 0) url("../images/project-bg.jpg") no-repeat fixed center top;
    padding: 40px 0;
    position: relative;
	overflow:hidden;
	-webkit-background-clip: padding;
          background-clip: padding-box;
  -webkit-background-size: cover;
          background-size: cover;
		  background-attachment:fixed;
}

.our-projects.with-margin{
	margin-bottom:100px;	
}

.our-projects .filter-tabs{
	position:relative;
	margin-bottom:10px;
}

.our-projects .filter-tabs li{
	position:relative;
	float:left;
	margin:0px 8px 8px 0px;
	padding:4px 10px;
	color:#FFF;
	cursor:pointer;
	font-family:'Raleway',sans-serif;
	/*text-transform:uppercase;
	font-weight:700;*/
}

.our-projects .filter-tabs li:before{
	content:'';
	position:absolute;
	left:0px;
	top:-1px;
	width:100%;
	height:100%;
	border:0px solid #f1f1f1;
	background:none;
	z-index:0;
	/*transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);*/
}

.our-projects .filter-tabs li:hover:before,
.our-projects .filter-tabs li.active:before{
	background:none;
	color:#ffc13b;
	border-color:none;
}

.our-projects .filter-tabs li:hover,
.our-projects .filter-tabs li.active{
	color:#ffc13b;
}

.our-projects .filter-tabs li .btn-txt{
	position:relative;
	z-index:1;	
}

.our-projects .projects-container{
	position:relative;	
}

.our-projects .project-box{
	position:relative;
	width: 25%;
	float:left;
	display:none;
	overflow:hidden;
	transition:all 0.7s ease;	
}

.our-projects .project-box .image{
	position:relative;
	width:100%;
	z-index:2;
}

.our-projects .project-box .image img{
	position:relative;
	display:block;
	width:100%;
	height:auto;	
}

.our-projects .project-box .image .zoom-icon{
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	/*background:url(../images/icons/icon-plus.png) center 40% no-repeat;*/
	background-color:rgba(32,46,49,0.85);
	opacity:0;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	z-index:1;
	text-align:center;
	padding: 32% 10px 10px 10px;
}

.lightbox-image.zoom-icon > a {
    background: #e4ce2b none repeat scroll 0 0;
    padding: 10px;
    text-align: center;
    margin-top: 33%;
    float: left;
    width: 100%;
	color:#12203e;
}

.our-projects .project-box:hover .image .zoom-icon{
	top:0%;
	opacity:1;
}

.our-projects .project-box .text-content{
	position:absolute;
	left:0px;
	bottom:-20%;
	width:100.5%;
	height:42%;
	z-index:5;
	border-top:4px solid #ffc13b;
	background:#ffffff;
	text-align:right;
	padding:0px 30px;
	transform:skewY(-19deg);
	-webkit-transform:skewY(-19deg);
	-ms-transform:skewY(-19deg);
	-o-transform:skewY(-19deg);
	-moz-transform:skewY(-19deg);
}

.our-projects.style-two .project-box .text-content{
	bottom:-1px;
	left:-33px;
	padding:22px 40px 22px 64px;
	height:auto;
	width:100%;
	text-align:left;
	background:rgba(255,255,255,0.95);
	transform:skewX(35deg);
}

.our-projects.style-two .project-box .text-content.hvr-bounce-to-bottom:before{
	background:#ffc13b;	
}

.our-projects.style-two .project-box .text-content:hover .text{
	color:#ffffff;	
}

.our-projects .project-box .text-content .text{
	position:relative;
	top:-10px;
	color:#b9b9b9;
	transform:skewY(19deg);
	-webkit-transform:skewY(19deg);
	-ms-transform:skewY(19deg);
	-o-transform:skewY(19deg);
	-moz-transform:skewY(19deg);	
}

.our-projects.style-two .project-box .text-content .text{
	top:0px;
	transform:skewX(-35deg);
}

.our-projects .project-box .text-content .text h4{
	font-weight:800;
	font-size:14px;
	text-transform:uppercase;
	color:#202e31;
	margin-top:5px;	
}

/*** 

====================================================================
	Our Team style
====================================================================

***/

.our-team-area{
	position:relative;
	padding:80px 0px 40px;
	background:#ffffff;	
}

.our-team-area .team-member{
	display: block;
	margin: 5px auto 70px;
}

.our-team-area .team-member .image{
	position:relative;
	text-align:center;
	z-index: 0;
}

.our-team-area .team-member .image img{
	position:relative;
	display:inline-block;
	max-width: 100%;
	position: relative;
}

.our-team-area .team-member .content-box{
	position:absolute;
	left:0px;
	bottom:16%;
	display: block;
	width:100%;
	background: none;
}

.our-team-area.style-two .team-member .content-box{
	bottom:-15px;	
}

.our-team-area.style-two .team-member .content-box .info p{
	color:#ffffff;
	text-transform:uppercase;
}

.our-team-area .team-member .content-box .inner{
	position:relative;
	display:block;
	max-width: 300px;
	min-height:180px;
	margin:0 auto;
	background:#ffc13e;
	transform: skewY(-11deg);
	-webkit-transform: skewY(-11deg);
	-ms-transform: skewY(-11deg);
	-o-transform: skewY(-11deg);
	-moz-transform: skewY(-11deg);
}

.our-team-area .team-member .content-box .inner.hvr-bounce-to-bottom::before,
.our-team-area .team-member .content-box .inner.hvr-bounce-to-top::before{
	background:#ffb006;	
}

.our-team-area .team-member .content-box .text-content{
	position:relative;
	padding: 54px 48px 20px 30px;
	text-align: left;
	z-index:5;
	transform: skewY(11deg);
	-webkit-transform: skewY(11deg);
	-ms-transform: skewY(11deg);
	-o-transform: skewY(11deg);
	-moz-transform: skewY(11deg);
}
.our-team-area .team-member .content-box .text-content h4{
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	font-size:14px;
	color:#313232;
	margin-bottom:0px;
	text-transform:uppercase;
}
.our-team-area .team-member .content-box .text-content p{
	font-size:14px;
	color:#313232;
	line-height:25px;
}

.our-team-area .team-member .content-box .info p{
	font-size:12px;
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	color:#b68825;
	margin: 0;
	margin-bottom:10px;
}
.our-team-area .team-member .social-links{
	position:absolute;
	right:0px;
	top:0px;
	width:48px;
	z-index:10;
	transform: skewY(11deg);
	-webkit-transform: skewY(11deg);
	-ms-transform: skewY(11deg);
	-o-transform: skewY(11deg);
	-moz-transform: skewY(11deg);
}
.our-team-area .team-member .social-links:before{
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	border-left: 1px solid #fff;
	height: 99%;
	width: 100%;
	z-index: 0;
}
.our-team-area .team-member .social-links ul{
	position:relative;
	text-align: center;
	margin:0px;
	padding:0px;
	z-index:5;
}
.our-team-area .team-member .social-links ul li{
	position:relative;
	display:block;
	border-bottom:1px solid #fff;
}
.our-team-area .team-member .social-links ul li:last-child{
	border-bottom:none;
}
.our-team-area .team-member .social-links ul li a{
	position:relative;
	display:block;
	padding:13px;
	font-size:14px;
	line-height:20px;
	color:rgba(255,255,255,0.70);
}

.our-team-area .team-member .social-links ul li a:hover{
	color:rgba(255,255,255,1);
}

/*** 

====================================================================
	Testimonials Area style
====================================================================

***/

.testimonials-area{
	position:relative;
	padding:80px 0px 80px;
	width:100%;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
}

.testimonials-area:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:0;
	background:rgba(255,193,59,0.90);
}

.testimonials-area .auto-container{
	position:relative;
	max-width:830px;
	z-index:5;
}

.testimonials-area h2{
	position:relative;
	font-size:24px;
	text-transform:uppercase;
	margin-bottom:30px;
	font-weight:800;
	color:#313232;
	text-align:center;
}

.testimonials-area h2 span{
	color:#ffffff;	
}

.testimonials-area .icon-quote{
	position:relative;
	margin-bottom:30px;
	font-size:30px;
	color:#ffffff;
	text-align:center;	
}

.testimonials-area .slide-item{
	text-align:center;
	font-size:15px;
	font-style:italic;
	color:#313232;
	padding:0px 15px;
	line-height:1.8em;	
}

.testimonials-area .custom-pager{
	position:relative;
	margin:50px 0px 10px;
}

.testimonials-area .custom-pager .pager-item{
	position:relative;
	display:block;
	float:left;
	width:33.333%;
	padding:24px 10px 0px 95px;
	font-size:14px;
	color:#b68825;	
}

.testimonials-area .custom-pager .pager-item strong{
	font-family:'Raleway',sans-serif;
	color:#313232;
	display:block;	
}

.testimonials-area .custom-pager .testi-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	border:5px solid #ffe09c;
	background:#ffffff;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	transition:all 1.5s ease;
	-webkit-transition:all 1.5s ease;
	-ms-transition:all 1.5s ease;
	-o-transition:all 1.5s ease;
	-moz-transition:all 1.5s ease;
	overflow:hidden;
}

.testimonials-area .custom-pager .testi-thumb img{
	position:relative;
	display:block;
	width:70px;
	height:70px;
	opacity:0.40;	
}

.testimonials-area .custom-pager .pager-item.active .testi-thumb{
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-moz-transform:rotate(360deg);	
}

.testimonials-area .custom-pager .pager-item.active .testi-thumb img{
	opacity:1;
}

/*** 

====================================================================
	News Area style
====================================================================

***/

.our-placements{
	position:relative;
	padding:40px 0px;
	width:100%;
	background:url(../images/our-placements-bg.jpg) no-repeat center center;
	background-size: cover;
	overflow:hidden;
}

.our-placements h2{
	font-size:46px;
	margin-bottom:40px;
	color:#FFF;
	text-align:center;
}

.our-placements-slider {
	float: left;
    background: #ffffff none repeat scroll 0 0;
    /*padding: 10px 60px;*/
    padding: 10px 15px;
    overflow: hidden;
}

.our-placements .slide-item{
	position:relative;	
}

.our-placements .slide-item .image{
	position:relative;
	width:100%;	
}


.our-placements .owl-nav {
    height: 54px;
    position: absolute;
    right: 0;
    top: 35%;
    width: 100%;
}

.our-placements .owl-dots{
	display:none !important;	
}


.our-placements .owl-prev {
    left: 0;
}

.our-placements .owl-next {
    right: 0;
}

.our-placements .owl-nav .owl-prev,
.our-placements .owl-nav .owl-next{
	position:absolute;
	border:0px solid #eeeeee;
	top:0px !important;
	width:43px !important;
	height:44px !important;
	font-size:0px !important;
	overflow:hidden !important;
	color:#f1c410 !important;
	text-align:center !important;
	/*background:none !important;*/
	border-radius:0% !important;
	-webkit-border-radius:0% !important;
	-ms-border-radius:0% !important;
	-o-border-radius:0% !important;
	-moz-border-radius:0% !important;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;	
}

.our-placements .owl-nav .owl-prev{
	right:0;
	background:url(../images/left-arrow.png) no-repeat center center !important;
}

.our-placements .owl-nav .owl-next{
	right:0;
	background:url(../images/right-arrow.png) no-repeat center center !important;
}

.our-placements .owl-nav .owl-prev:after,
.our-placements .owl-nav .owl-next:after{
	font-size:20px !important;
	color:#313131;
	font-family: 'FontAwesome';
}

.our-placements .owl-nav .owl-prev:after{
	/*content: "\f104";*/
}

.our-placements .owl-nav .owl-next:after{
	/*content: "\f105";*/
}

.our-placements .owl-nav .owl-prev:hover,
.our-placements .owl-nav .owl-next:hover{
	background-color:none !important;
	color:#ffffff;
	border-color:none;	
}

.our-placements .owl-nav .owl-prev:hover:after,
.our-placements .owl-nav .owl-next:hover:after{
	color:#ffffff;
}

/*** 

====================================================================
	Clients style
====================================================================

***/

.about-us {
    background: url(../images/about-bg.jpg) no-repeat center top;
    padding: 60px 0;
    position: relative;
    width: 100%;
	color:#646464;
	line-height:24px;
	overflow:hidden;
}

.about-us h3 {
    color: #098943;
    font-weight: 700;
    text-transform: uppercase;
	margin-bottom:20px;
}

.about-us .slider-container{
	position:relative;
	padding:0px 30px;
}

.about-us .slider-container li{
	text-align:center;	
}

.about-us .slider-container li img{
	/*width:auto !important;*/
	display:inline-block !important;
	opacity:1;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
}

.about-us .slider-container li img:hover{
	opacity:0.8;	
}

.about-us .owl-controls{
	margin:0px !important;	
}

.about-us .owl-nav{
	position:absolute;
	left:0px;
	bottom: -10px;
	width:100%;
	height:0px;
}

.about-us .owl-dots{
	display:none !important;	
}

.about-us .owl-nav .owl-prev{
	right:40px;
	background:url(../images/arrow-l.png) no-repeat center top !important;
}

.about-us .owl-nav .owl-next{
	right:-40px;
	background:url(../images/arrow-r.png) no-repeat center top !important;
}


.about-us .owl-nav .owl-prev,
.about-us .owl-nav .owl-next{
	position:absolute;
	border:0px solid #eeeeee;
	top:0px !important;
	width:30px !important;
	height:30px !important;
	margin:0px !important;
	font-size:0px !important;
	overflow:hidden !important;
	color:#f1c410 !important;
	text-align:center !important;
	border-radius:0% !important;
	-webkit-border-radius:0% !important;
	-ms-border-radius:0% !important;
	-o-border-radius:0% !important;
	-moz-border-radius:0% !important;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;	
}

.about-us .owl-nav .owl-prev{
	left:42%;
}

.about-us .owl-nav .owl-next{
	right:42%;
}

.about-us .owl-nav .owl-prev:after,
.about-us .owl-nav .owl-next:after{
	font-size:20px !important;
	color:#313131;
	font-family: 'FontAwesome';
}

.about-us .owl-nav .owl-prev:after{

}

.about-us .owl-nav .owl-next:after{

}

.about-us .owl-nav .owl-prev:hover,
.about-us .owl-nav .owl-next:hover{
	background-color:none !important;
	color:#ffffff;
	border-color:none;	
}

.about-us .owl-nav .owl-prev:hover:after,
.about-us .owl-nav .owl-next:hover:after{
	color:#ffffff;
}



.sports-league{
    background: url(../images/join-iism-bg.jpg) no-repeat center center;
	background-size: cover;
    padding: 20px 0;
}

.sports-league h2{
	color:#FFF;
	font-weight:700;
	text-transform:uppercase;
	font-size:24px;
	line-height:38px;
}

.sports-league h2 span{
	color:#01b653;
}

.sports-league .btn {
    background: #d24a01 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
	display: block;
	width: 160px;
	float: right;
}

.reasons{
    background: url(../images/reasons-bg.jpg) no-repeat center center;
	background-size: cover;
    padding: 30px 0;
	text-align:center;
	color:#FFF;
    font-size: 16px;
}

.reasons h3{
	font-size:48px;
	margin-bottom:40px;
}

.courses{
    background: url(../images/courses-bg.jpg) no-repeat center top;
    padding: 44px 0;
}

.title_black,.title_white{
	font-size: 26px;
    margin-bottom: 40px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.title_white{ color: #fff; }
.course_title {
    text-align: center;
    width: 84%;
    margin: 0 auto;
    margin-bottom: 25px;
}
.courses h3{
	font-size:22px;
	margin-bottom:12px;
	color: #000;
	font-weight:700;
}
.course_title p {
    font-size: 16px;
    color: #484848;
}
.courses .semester_section {
    background: #eeeeee;
    padding: 15px;
    border-radius: 2%;
    margin-bottom: 20px;
}
.semester_section h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #098943;
    margin-bottom: 15px;
}
.semester_section ul.bullet {
    position: relative;
}
.semester_section ul.bullet li:before {
    content: '\26AB';
    position: absolute;
    left: 0;
    color: #b3b3b3;
    font-size: 14px;
}
.semester_section ul.bullet li {
    margin-bottom: 15px;
    padding: 0 0 0 20px;
    color: #353535;
    font-size: 14px;
}
.all_semester {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.semester_section ul.bullet li:last-child { margin-bottom: 0; }
/*** 

====================================================================
	Video style
====================================================================

***/

.video {
    background: url(../images/video-bg.jpg) no-repeat center top;
	display: table;
	text-align: center;
	width:100%;
	height:430px;
	color:#FFF;
	padding-top: 25px;
}

.video-inner {
    display: table-cell;
    vertical-align: middle;
}

.video-inner h2 {
	margin-bottom:20px;
	font-size:35px;
}



@media (max-width: 769px) {
	.video {
		height: auto !important;
		padding-bottom: 25px;
	}
	.video #hv-slider .carousel-caption {
		position: relative;
	}
}
/*** 

====================================================================
	Thought Leadership style
====================================================================

***/
.thought-leadership{
	padding:40px;
	overflow:hidden;
	background:rgba(0, 0, 0, 0) url(../images/Thought-Leadership-bg.jpg) repeat scroll center top;
}

.carousel-control {
    height: 94px;
    opacity: 1;
    width: 94px;
}

.carousel-control.left {
    background-image: none;
	background-color:#f9df29;
}

.carousel-control.right {
    background-image: none;
	background-color:#f9df29;
	left: 0;
    top: 94px;
}

/*** 

====================================================================
	Career style
====================================================================

***/

.career{
	overflow:hidden;
	background:#002656;
}

.career-box {
    float: right;
    padding-top: 40px;
    width: 550px;
	color:#FFF;
}


.career .modules {
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
	float:right;
	margin-left:0;
	margin-right:0;
	position:static;
	width:50%;
*zoom:1
}
.career .modules:before, .career .modules:after {
	display:table;
	content:"";
	line-height:0
}
.career .modules:after {
	clear:both
}
.career .modules .module {
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height: 352px;
	width:33.33333333%;
	background:transparent none no-repeat 50% 0;
	background-size:cover;
	clear:none;
	display:block;
	border-right:1px solid #f5f5f5;
	float:left
}
.career .modules .module>a {
	height:100%;
	width:100%;
	display:block;
	font-size:1em;
	position:relative;
	text-decoration:none;
transition:background-color .4s ease 0s
}
.career .modules .module>a>span {
	bottom:0;
	display:block;
	position:absolute;
	text-align:center;
	background: #f5f5f5;
    padding: 10px;
    text-align: center;
    width: 100%;
transition:all .4s ease 0s
}
.career .modules .module>a>span>span {
	color:#002656;
	line-height:1em;
}
.career .modules .module.a {
	background-image:url(../images/career/01.jpg)
}
.career .modules .module.b {
	background-image:url(../images/career/02.jpg)
}
.career .modules .module.c {
	background-image:url(../images/career/03.jpg)
}
.career .modules .module:focus>a, .career .modules .module:hover>a {
	background-color:rgba(0, 0, 0, 0.5);
	background-image:none
}
.career .modules .module:focus > a > span, .career .modules .module:hover > a > span {
    background: rgba(0, 38, 86, 0.3) none repeat scroll 0 0;
    bottom: 50%;
}

.career .modules .module:focus > a > span, .career .modules .module:hover > a > span > span{
	color:#FFF;
}


.career-inner{
	background:none;
}

.career-inner .modules {
    width: 100%;
}
.btn {
    background: #fdb813 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #002656;
    min-width: 120px;
}

.career-tab img {
    float: left;
    width: 33.33%;
	margin-bottom:20px;
}

/*** 



====================================================================
	INVESTORE AND FINANCIAL CORNER style
====================================================================

***/

.inv-fc{
	background:url(../images/yellow-bg.jpg) left top;
	overflow:hidden;
	padding:30px 0;
}

.inv-fc h4 {
    color: #005c97;
    font-weight: 700;
    margin-bottom: 20px;
}

.inv-fc .more{
	color:#18578c;
	font-size:13px;
	margin-top: 3px;
}

.annual-box {
	background: url(../images/icons/download.jpg) no-repeat  left top #FFF;
	border:1px solid #FFF;
	height:63px;
	padding-left: 85px;
    padding-top: 10px;
	position:relative;
	margin-bottom: 4px;
	
}

.annual-box h2 {
	font-size:18px;
	font-weight:700;
	color:#005c97;	
}

.annual-box .blue{
	position:absolute;
	display:inline-block;
	color:#ffffff;
	font-size:18px;
	padding:10px 50px 10px 30px;
	background:#005c97;
	top:0px;
	right:0px;
	height:61px;
}

.annual-box .blue:after{
	content:'';
	position:absolute;
	left:-15px;
	top:0px;
	width:30px;
	height:100%;
	background:#005c97;
	transform:skewX(-25deg);
	-webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
}


.annual-box .pista{
	background:#babd9b;
}

.annual-box .pista:after{
	background:#babd9b;
}

.annual-box .sky-blue{
	background:#84accc;
}

.annual-box .sky-blue:after{
	background:#84accc;
}

.annual-box .green{
	background:#5c8727;
}

.annual-box .green:after{
	background:#5c8727;
}

.annual-box span {
    font-size: 14px;
}

/*** 

====================================================================
	Market style
====================================================================

***/

.markets{
	padding:30px 0;
	overflow:hidden;
	background:#f4f4f4;
	min-height:450px;
}

.markets-box{
	width:24%;
	margin:5px;
	min-height:275px;
	float:left;
}
.markets .content a {
    color: rgb(0, 0, 0);
	float: left;
    margin-bottom: 3px;
    width: 100%;
}
/*
.markets-box-inner{    
    display: table-cell;
	vertical-align: middle;
	text-align:center;
}
.markets-box-inner h3{
	color:#FFF;
}*/

.markets .content > ul {
    text-align: left;
}

.content > ul {
    color: #000000;
    text-align: left;
}

.markets .content img {
    float: left;
    padding-right: 10px;
    width: 15%;
}

.markets .content span {
    float: right;
    width: 85%;
}

.cshero-fancybox-wrap,
.cshero-fancybox-wrap .fancy-icon {
	position: relative;
	-webkit-transition:all 0.3s linear 0s;
	-moz-transition:all 0.3s linear 0s;
	-ms-transition:all 0.3s linear 0s;
	-o-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
	
}

.cshero-fancybox-wrap .cshero-fancybox-padding{overflow: hidden;}

.cshero-fancybox-wrap .fancy-icon:before {
	position: relative;
	z-index: 1;
}

.cshero-fancybox-wrap .fancy-icon:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.3s linear 0s;
	-moz-transition:all 0.3s linear 0s;
	-ms-transition:all 0.3s linear 0s;
	-o-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}

.cshero-fancybox-wrap .cshero-fancybox-title{
	margin: 15px 0;
}

/* Hover State */
.cshero-fancybox-wrap .fancy-icon.icon-hover-style-1:after{
	transform:scale(1.3);
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	-o-transform:scale(1.3);
}
.cshero-fancybox-wrap:hover .fancy-icon.icon-hover-style-1:after{
	opacity: 1;
	visibility: visible;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
}

.cshero-fancybox-wrap .fancy-icon.icon-hover-style-2:after{
	background-color: transparent !important;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
}
.csbody .cshero-fancybox-wrap:hover .fancy-icon.icon-hover-style-2:after {
	opacity: 1;
	visibility: visible;
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}

.cshero-fancybox-wrap .content,
.cshero-fancybox-wrap .cshero-title-main {
	-webkit-transition:all 0.3s linear 0s;
	-moz-transition:all 0.3s linear 0s;
	-ms-transition:all 0.3s linear 0s;
	-o-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}
.fancybox-layout5 {
	position: relative;
}

.fancybox-layout5 .cshero-fancybox-content {
	color: #696969;
    left: 50%;
    position: absolute;
    top: 80%;
    visibility: hidden;
    width: 100%;
    -webkit-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    -o-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
    line-height: 1.6;
    font-size: 15px;
}

.fancybox-layout5 .cshero-fancybox-content,
.fancybox-layout5 .cshero-read-more {
	opacity: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}


.fancybox-layout5 .cshero-read-more a {
	background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border: medium none;
    color: #696969;
    font-weight: 400;
    padding: 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	-o-transform: translateY(30%);
	transform: translateY(30%);
	font-size: 15px;
}

.fancybox-layout5 .cshero-read-more a:after {
	content: '\f178';
	font-family: FontAwesome;
	padding-left: 5px;
}

.fancybox-layout5 .cshero-fancybox-image,
.fancybox-layout5 .cshero-fancybox-title-wrap {
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	-o-transform: translateY(-40%);
	transform: translateY(-40%);
}

.fancybox-layout5 .cshero-fancybox-title-wrap {
	-webkit-transform: translateY(-140%);
	-ms-transform: translateY(-140%);
	-o-transform: translateY(-140%);
	transform: translateY(-140%);
	font-size: 18px !important;
	color:#FFF;
}

/* Hover */
.fancybox-layout5:hover {
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}

.fancybox-layout5:hover .cshero-fancybox-image {
	-webkit-transform: translateY(-90%);
	-ms-transform: translateY(-90%);
	-o-transform: translateY(-90%);
	transform: translateY(-90%);
}

.fancybox-layout5:hover .cshero-fancybox-title-wrap {
	-webkit-transform: translateY(-400%);
	-ms-transform: translateY(-400%);
	-o-transform: translateY(-400%);
	transform: translateY(-400%);
}

.fancybox-layout5:hover .cshero-read-more {
	opacity: 1;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	visibility: visible;
}

.fancybox-layout5:hover .cshero-fancybox-content {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	opacity: 1;
	visibility: visible;
	top: 90%;
	-webkit-transition: all 0.2s linear 0.2s;
	-o-transition: all 0.2s linear 0.2s;
	transition: all 0.2s linear 0.2s;
}


/* Custom style */
.fancybox-layout5:hover {
	background: #f7c51e !important;
}

.fancybox-layout5:hover .cshero-fancybox-content .content,
.fancybox-layout5:hover .cshero-fancybox-title-wrap span {
	color: #fff !important;
}




/*** 

====================================================================
	Call To Action style
====================================================================

***/

.call-to-action {
    background: #005687;
    padding: 25px 0;
    color: #FFF;
	overflow:hidden;
}

.call-to-action li {
    float: left;
    margin-right: 55px;
    margin-top: 10px;
}

.transperant-btn {
    border: 2px solid #ffffff;
    min-width: 70px;
    padding: 10px 30px;;
    text-align: center;
}


/*** 


====================================================================
	Main Footer style
====================================================================

***/

.main-footer{
	position:relative;
	background:#301a16;
	color:#ffffff;
	float: left;
	width: 100%;
	margin-top: 15px;
}

.main-footer .subscribe-area{
	position:relative;
	margin:0px 30px;
	padding:20px 30px;
	background:#ffc13b;
	transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
}

.main-footer .subscribe-area .subs-box{
	position:relative;
	max-width:660px;
	padding:12px 0px 12px 40px;
	min-height:0px;
	margin:0 auto;
	background:url(../images/icons/envelop_bg.png) left center no-repeat;
	transform:skewX(15deg);
	-webkit-transform:skewX(15deg);
	-ms-transform:skewX(15deg);
	-o-transform:skewX(15deg);
	-moz-transform:skewX(15deg);	
}

.main-footer .subscribe-area h2{
	position:relative;
	top:1px;
	font-size:24px;
	text-transform:uppercase;
	color:#202e31;
	padding:10px 0px;
	line-height:30px;
	font-weight:700;	
}

.main-footer .subscribe-area h2 span{
	color:#ffffff;	
}

.main-footer .subscribe-area .form-box{
	padding:0px;	
}

.main-footer .subscribe-area .form-group{
	position:relative;
	margin:0px;
	padding:0px;
	overflow:hidden;	
}

.main-footer .subscribe-area .form-group input[type="email"],
.main-footer .subscribe-area .form-group input[type="text"]{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	background:#ffffff;
	color:#202e31;
	padding:10px 80px 10px 15px;
}

.main-footer .subscribe-area .form-group input[type="submit"],
.main-footer .subscribe-area .form-group button[type="submit"]{
	position:absolute;
	right:-8px;
	top:0px;
	display:block;
	width:80px;
	height:50px;
	line-height:30px;
	text-align:center;
	background:#202e31;
	color:#d3d4d4;
	font-size:18px;
	padding:12px 15px 10px 5px;
	transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
}

.main-footer .subscribe-area .form-group button[type="submit"] .fa{
	transform:skewX(15deg);
	-webkit-transform:skewX(15deg);
	-ms-transform:skewX(15deg);
	-o-transform:skewX(15deg);
	-moz-transform:skewX(15deg);		
}

.main-footer .subscribe-area .form-group button[type="submit"]:hover{
	color:#ffffff;	
}

.main-footer .footer-widget-area{
	position:relative;
	padding:60px 0px 20px;
	margin:0px -30px;	
}

.main-footer .footer-widget-area .footer-widget{
	position:relative;
	padding:0px 40px !important;
	margin-bottom:30px;
}

.main-footer .footer-widget-area .footer-widget h3 {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
    position: relative;
    text-transform: none;
    border-bottom: 1px solid #fdb813;
    margin-bottom: 25px;
}

.main-footer .footer-widget-area .footer-widget h3 img{
	position:relative;
	margin-top:-5px;	
}

.main-footer .footer-widget-area .about-widget,
.main-footer .footer-widget-area .quick-links,
.main-footer .footer-widget-area .address,
.main-footer .footer-widget-area .latest-work{
	position:relative;
}

.main-footer .about-widget p{
	color:#c1c2c2;
	margin-bottom:20px;
	line-height:1.6em;
}

.main-footer .footer-widget .widget-content *{
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
}

.main-footer .quick-links ul li{
	position:relative;
	padding-left:20px;
	line-height:24px;
	margin-bottom:7px;
}

.main-footer .quick-links ul li .fa{
	position:absolute;
	left:0px;
	top:0px;
	line-height:18px;
	color:#ffc13b;
	font-size:15px;
}

.main-footer .quick-links ul li a{
	display:block;
	color:#e8e8e8;	
}

.main-footer .footer-widget a:hover{
	color:#ffc13b;	
}

.main-footer .address .info{
	position:relative;
	margin-bottom:20px;	
}

.main-footer .address .info li{
	position:relative;
	color:#c1c2c2;
	margin-bottom:7px;	
}

.main-footer .address .info li a{
	position:relative;
	color:#c1c2c2;
}

.main-footer .address .info li a:hover{
	color:#ffc13b;	
}

.main-footer .address .info li .fa{
	position:relative;
	color:#ffc13b;
}

.main-footer .address .social{
	position:relative;
}

.main-footer .address .social a{
	position:relative;
	display:inline-block;
	width:30px;
	height:30px;
	line-height:22px;
	padding:3px;
	text-align:center;
	color:#606060;
	border:2px solid #606060;
	background:none;
	margin-right:3px;
}

.main-footer .address .social a:hover{
	border-color:#ffc13b;
	background:#ffc13b;
	color:#202e31;
}

.main-footer .latest-work ,.widget-content{
	max-width:400px;	
}

.main-footer .latest-work .image{
	position:relative;
	float:left;
	width:33.333%;
	border:2px solid #202e31;
	overflow:hidden;	
}

.main-footer .latest-work .image img{
	display:block;
	width:100%;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
}

.main-footer .latest-work .image img:hover{
	opacity:0.75;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
}

.main-footer .footer-top {
    background: #41241f none repeat scroll 0 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    padding: 5px 0;
    position: relative;
	overflow:hidden;
}


.main-footer .footer-bottom {
    background: #23100d none repeat scroll 0 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    padding: 5px 0;
    position: relative;
}

.main-footer .footer-bottom a, .main-footer .footer-top a  {
    color: #ffffff;
    padding: 0;
}

/* .main-footer .footer-bottom a:first-child, .main-footer .footer-top a:first-child { */
    /* padding: 0 10px 0 0; */
/* } */


.main-footer .footer-middle {
    padding: 15px 0;
	color:#FFF;
}

.main-footer .footer-middle h4 {
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.main-footer .footer-middle span {
    display: block;
    margin-bottom: 15px;
}


li.address {
    background: rgba(0, 0, 0, 0) url(../images/address.png) no-repeat scroll left 5px;
    padding-left: 26px;
	color:#d6b9b4;
	margin-bottom: 15px;
}

li.phone {
    background: rgba(0, 0, 0, 0) url(../images/call.png) no-repeat scroll left 5px;
    padding-left: 26px;
	color:#d6b9b4;
	margin-bottom: 15px;
}

li.website {
    background: rgba(0, 0, 0, 0) url(../images/msg.png) no-repeat scroll left 5px;
    padding-left: 26px;
	color:#d6b9b4;
	margin-bottom:10px;
}
li.website a {
    color: #d6b9b4;
}

/*** 

====================================================================
	Page Banner style
====================================================================

***/

.page-banner{
	position:relative;
	padding:60px 0px 50px;
	background-color:#555555;
	color:#ffffff;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
}

.page-banner:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:0;
	background:rgba(0,0,0,0.70);	
}

.page-banner h1{
	position:relative;
	font-size:30px;
	text-transform:uppercase;
	margin-bottom:30px;
	font-weight:800;
	z-index:5;	
}

.page-banner h1:after{
	content:'';
	position:relative;
	top:5px;
	display:block;
	width:35px;
	height:3px;
	margin:5px auto 0px;
	background:#ffffff;	
}

.page-banner .bread-crumb{
	position:relative;
	margin:0px;
	padding:0px;
	z-index:5;
}

.page-banner .bread-crumb li{
	position:relative;
	display:inline-block;
	line-height:24px;
	font-size:14px;
	margin:0px 10px;
}

.page-banner .bread-crumb li:after{
	content:'/';
	position:absolute;
	right:-20px;
	top:0px;
	display:inline;
	margin:0px 5px;
	line-height:24px;
}

.page-banner .bread-crumb li:last-child:after{
	display:none;	
}

.page-banner .bread-crumb li a{
	position:relative;
	color:#ffffff;
	display:block;	
}

.page-banner .bread-crumb li a:hover{
	color:#ffc13b;	
}


/*** 

====================================================================
	Featured Services style
====================================================================

***/

.featured-services{
	position:relative;
	padding:80px 0px 50px;	
}

.featured-services .row{
	margin-left:-20px;
	margin-right:-20px;
}

.featured-services .column{
	position:relative;
	padding:0px 15px;
}

.featured-services .post{
	position:relative;
	margin:0 auto 40px;	
}

.featured-services .column .post-inner{
	position:relative;
	max-width:760px;
	padding:0px 0px;
	margin:0 auto;	
}

.featured-services .post *{
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.featured-services .post .image{
	position:relative;
	overflow:hidden;
	width:100%;
	z-index:1;
}

.featured-services .post .image::after{
	content:'';
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	display:block;
	background:#ffc13b;
	opacity:0.50;
	z-index:0;
	transform:scale(0,0);
	-webkit-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-o-transform:scale(0,0);
	-moz-transform:scale(0,0);
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.featured-services .post:hover .image::after{
	top:0;
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-moz-transform:scale(1,1);
}

.featured-services .post .image img{
	position:relative;
	display:block;
	width:100%;	
}

.featured-services .post .image .curve{
	position:absolute;
	z-index:1;
	right:-112px;
	top:100%;
	width:258%;
	height:150%;
	background:#f9f9f9;
	transform:rotate(-13deg);
	-webkit-transform:rotate(-13deg);
	-moz-transform:rotate(-13deg);
	-ms-transform:rotate(-13deg);
	-o-transform:rotate(-13deg);	
}

.featured-services .post .content{
	position:relative;
	top:0px;
	margin:-44px 30px 0px;
	z-index:2;
}

.featured-services .big-post .content{
	margin-top:-96px;	
}

.featured-services .post .content:before{
	position:absolute;
    right: 0px;
    top: -36px;
	background:#ffffff;
    content: "";
    height: 66%;
    width: 100%;
	border:1px solid #f1f1f1;
	z-index:0;
    position: absolute;
    transform: skewY(-13deg);
	-webkit-transform: skewY(-13deg);
	-moz-transform: skewY(-13deg);
	-ms-transform: skewY(-13deg);
	-o-transform: skewY(-13deg);
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.featured-services .big-post .content:before{
	height:96%;
	top:-86px;	
}

.featured-services .post:hover .content:before,
.featured-services .post:hover .content .inner-box{
	border-color:#fbb317;	
}

.featured-services .post .content .inner-box{
	position:relative;
	background:#ffffff;
	border:1px solid #f1f1f1;
	border-top:none;
	padding:20px 30px 30px;
	z-index:5;	
}

.featured-services .post .content h3{
	position:relative;
	padding-left:15px;
	border-left:5px solid #fbb317;
	font-size:14px;
	font-weight:800;
	text-transform:uppercase;
	line-height:20px;
	margin-bottom:15px;
}

.featured-services .post .content .text{
	position:relative;
	font-size:14px;
	font-weight:500;
	line-height:1.6em;
	margin-bottom:15px;
	color:#6e6e6e;
}

.featured-services .post .content .read_more{
	position:relative;
	color:#202e31;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
}

.featured-services .post .content .read_more:hover{
	color:#fbb317;	
}


/*** 

====================================================================
	Project Details style
====================================================================

***/

.project-details{
	position:relative;
	padding:90px 0px 60px;
	background:#ffffff;	
}

.project-details .proj-title{
	position:relative;
	margin-bottom:30px;	
}

.project-details .proj-title h2{
	position:relative;
	font-size:24px;
	color:#202e31;
	text-transform:uppercase;
	font-weight:800;	
}

.project-details .row{
	margin-left:-20px;
	margin-right:-20px;
}

.project-details .column{
	position:relative;
	padding:0px 15px;
}

.project-details .post{
	position:relative;
	margin:0 auto 40px;	
}

.project-details .column .post-inner{
	position:relative;
	max-width:760px;
	padding:0px 0px;
	margin:0 auto;	
}

.project-details .post .image{
	position:relative;
	overflow:hidden;
	width:100%;
	z-index:1;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.project-details .post .image::after{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background:#ffc13b;
	opacity:0;
	z-index:0;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.project-details .post:hover .image::after{
	opacity:0.50;
}

.project-details .post .image img{
	position:relative;
	display:block;
	width:100%;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;	
}

.project-details .post .image .curve{
	position:absolute;
	right:-112px;
	top:100%;
	width:258%;
	height:150%;
	z-index:1;
	background:#ffffff;
	transform:rotate(-13deg);
	-webkit-transform:rotate(-13deg);
	-moz-transform:rotate(-13deg);
	-ms-transform:rotate(-13deg);
	-o-transform:rotate(-13deg);
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;	
}

.project-details .post .content{
	position:relative;
	top:0px;
	margin:-44px 30px 0px;
	z-index:2;
}

.project-details .detail-content .content{
	margin-top:-96px;	
}

.project-details .post .content:before{
	position:absolute;
    right: 0px;
    top: -36px;
	background:#ffffff;
    content: "";
    height: 66%;
    width: 100%;
	border:1px solid #f1f1f1;
	z-index:0;
    position: absolute;
    transform: skewY(-13deg);
	-webkit-transform: skewY(-13deg);
	-moz-transform: skewY(-13deg);
	-ms-transform: skewY(-13deg);
	-o-transform: skewY(-13deg);
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.project-details .detail-content .content:before{
	height:96%;
	top:-86px;	
}

.project-details .post:hover .content:before,
.project-details .post:hover .content .inner-box{
	border-color:#fbb317;	
}

.project-details .post .content .inner-box{
	position:relative;
	background:#ffffff;
	border:1px solid #f1f1f1;
	border-top:none;
	padding:20px 30px 30px;
	z-index:5;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.project-details .detail-content .content .inner-box{
	padding:40px 40px;
}

.project-details .post .post-inner h3{
	position:relative;
	padding-left:15px;
	border-left:5px solid #fbb317;
	font-size:14px;
	font-weight:800;
	text-transform:uppercase;
	line-height:20px;
	margin-bottom:15px;
	color:#202e31;
}

.project-details .post .post-inner h3 span{
	position:relative;
	display:block;
	margin-top:3px;
	color:#cacaca;
	font-size:13px;	
}

.project-details .post .content .text{
	position:relative;
	font-size:14px;
	font-weight:500;
	line-height:1.6em;
	margin-bottom:15px;
	color:#6e6e6e;
}

.project-details .post .content .social{
	position:relative;	
}

.project-details .post .content a{
	color:#fbb317;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;	
}

.project-details .post .content .read_more{
	position:relative;
	color:#202e31;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
}

.project-details .post .content .read_more:hover{
	color:#fbb317;	
}

.project-details .project-info{
	position:relative;	
}

.project-details .project-info li{
	position:relative;
	float:left;
	width:33.333%;
	line-height:24px;
	padding:5px 0px 0px;
	color:#929292;
	font-size:14px;	
}

.project-details .project-info li strong{
	font-weight:600;
	color:#5f5f5f;
}

.reasons-slider{
	position:relative;
	/* margin-bottom:50px;	 */
}

.reasons-slider img{
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;	
}

.reasons-slider img:hover{
	opacity:0.50;
}

.reasons-slider .owl-nav {
    bottom: 0;
    display: none;
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.reasons-slider .owl-dots{
	display:none !important;	
}

.reasons-slider .owl-nav .owl-prev,
.reasons-slider .owl-nav .owl-next{
	position:absolute;
	top:0px !important;
	width:30px !important;
	height:30px !important;
	font-size:0px !important;
	overflow:hidden !important;
	color:#f1c410 !important;
	text-align:center !important;
	background:none !important;
	border-radius:0% !important;
	-webkit-border-radius:0% !important;
	-ms-border-radius:0% !important;
	-o-border-radius:0% !important;
	-moz-border-radius:0% !important;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;	
}

.reasons-slider .owl-nav .owl-prev{
	right:36px;
}

.reasons-slider .owl-nav .owl-next{
	right:0px;
}

.reasons-slider .owl-nav .owl-prev:after,
.reasons-slider .owl-nav .owl-next:after{
	font-size:0px !important;
	color:#313131 !important;
	font-family: 'FontAwesome';
}

.reasons-slider .owl-nav .owl-prev:after{
	content: "\f104";
}

.reasons-slider .owl-nav .owl-next:after{
	content: "\f105";
}

.reasons-slider .owl-nav .owl-prev:hover,
.reasons-slider .owl-nav .owl-next:hover{
	color:#ffffff !important;
	border-color:none;	
}

.reasons-slider .owl-nav .owl-prev:hover:after,
.reasons-slider .owl-nav .owl-next:hover:after{
	color:#ffffff !important;
}

.reasons-slider .goal{
	padding-top:20px;	
}

.reasons-slider .goal .primary-btn{
	display:block;	
}

.reasons-slider.goal .primary-btn .icon{
	font-size:24px;	
}

.reasons-slider img {
    display: inline !important;
    width: auto !important;
}

.reasons-slider .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0) url("../images/arrow-l.png") no-repeat scroll center top !important;
    right: 40px;
}

.reasons-slider .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0) url("../images/arrow-r.png") no-repeat scroll center top !important;
    right: 0;
}

/*** 

====================================================================
	About Us style
====================================================================

***/

.about-us-area{
	position:relative;
	background:#fcfcfc;
}

.about-us-area .about-upper{
	position:relative;
	background:#fafafa;
	padding:80px 0px 0px;	
}

.about-us-area .about-upper .image img{
	position:relative;
	display:inline-block;
	max-width:100%;	
}

.about-us-area .about-lower{
	position:relative;
	background:#fafafa;
	padding:80px 0px 60px;	
}

.about-us-area .about-lower .quote-slider{
	position:relative;
	max-width:600px;
	margin:0 auto 20px;
}

.about-us-area .quote-slider .slide-item{
	position:relative;
	width:100%;		
}

.about-us-area .quote-slider .slide-item .big-image{
	position:relative;
	display:block;
	width:100%;
	height:auto;	
}

.about-us-area .quote-slider .slide-item .content-box{
	position:absolute;
	left:0px;
	bottom:0px;
	padding:20px;
	background:none;
}

.about-us-area .quote-slider .slide-item .content{
	position:relative;
	padding:25px 25px 25px 130px;
	background:rgba(255,255,255,0.95);
}

.about-us-area .quote-slider .slide-item .content .quote-thumb{
	position:absolute;
	left:25px;
	top:25px;
	width:80px;
	height:80px;
	overflow:hidden;	
}

.about-us-area .quote-slider .slide-item .content .quote-thumb img{
	display:block;
	width:80px;
	height:80px;	
}

.about-us-area .quote-slider .slide-item .content .quote-text{
	position:relative;
	line-height:1.7em;
	margin-bottom:15px;
}

.about-us-area .quote-slider .slide-item .content .quote-author{
	position:relative;
	padding-left:8px;
	border-left:3px solid #fbb317;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	line-height:14px;
	margin-bottom:0px;
	color:#202e31;
}

.about-us-area .quote-slider .owl-dots{
	display:none !important;	
}

.about-us-area .text-blocks{
	position:relative;	
}

.about-us-area .text-block{
	position:relative;
	margin-bottom:45px;	
}

.about-us-area .text-block h3{
	position:relative;
	font-size:14px;
	font-weight:800;
	margin-bottom:20px;
	text-transform:uppercase;	
}

.about-us-area .text-block .text{
	position:relative;
	font-size:14px;
	line-height:1.6em;
}

/*** 

====================================================================
	Contact Us style
====================================================================

***/

.info-strip{
	position:relative;
	padding:60px 0px 30px;
	text-align:center;
	background:#ffc13b;
	color:#ffffff;	
}

.info-strip .info-block{
	position:relative;
	margin-bottom:30px;
}

.info-strip .info-block *{
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.info-strip .info-block .icon{
	width:70px;
	height:70px;
	margin:0 auto 20px;
	padding:21px;
	line-height:20px;
	color:#ffffff;
	border:4px solid #ffd16f;
	background:#ffca59;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;	
}

.info-strip .info-block .icon.hvr-radial-out::before{
	background:#ffffff;	
}

.info-strip .info-block:hover .icon{
	border-color:rgba(255,255,255,0.80);
}

.info-strip .info-block .icon:hover{
	color:#ffc13b;
}

.info-strip .info-block .icon .f-icon{
	position:relative;
	font-size:20px;	
}

.info-strip .info-block h4{
	position:relative;
	font-size:16px;
	color:#202e31;
	font-family:'Hind', sans-serif;
	font-weight:600;
	margin-bottom:10px;
}

.info-strip .info-block p,
.info-strip .info-block a{
	color:#b68825;
	margin:0px;
	font-size:14px;
}

.info-strip .info-block a:hover{
	color:#ffffff;	
}

.contact-us-area{
	position:relative;
	padding:90px 0px;
	background:#ffffff;	
}

.contact-us-area .row{
	margin-left:-20px;
	margin-right:-20px;	
}

.contact-us-area .contact-form,
.contact-us-area .map-area{
	padding:0px 20px;	
}

.contact-us-area h2{
	position:relative;
	font-size:14px;
	font-weight:800;
	text-transform:uppercase;
	margin-bottom:30px;	
}

.contact-us-area .contact-form{
	position:relative;
	margin-bottom:30px;	
}

.contact-us-area .field-container{
	position:relative;
	margin-left:-10px;
	margin-right:-10px;	
}

.contact-us-area .contact-form .form-group{
	position:relative;
	padding:0px 10px;
	margin-bottom:10px;	
}

.contact-us-area .contact-form input[type="text"],
.contact-us-area .contact-form input[type="password"],
.contact-us-area .contact-form input[type="email"],
.contact-us-area .contact-form input[type="tel"],
.contact-us-area .contact-form input[type="number"],
.contact-us-area .contact-form input[type="file"],
.contact-us-area .contact-form input[type="url"],
.contact-us-area .contact-form select,
.contact-us-area .contact-form textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:12px 20px;
	font-size:13px;
	color:#202020;
	border:1px solid #dddddd;
	background:#ffffff;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
}

.contact-us-area .contact-form input[type="text"]:focus,
.contact-us-area .contact-form input[type="password"]:focus,
.contact-us-area .contact-form input[type="email"]:focus,
.contact-us-area .contact-form input[type="tel"]:focus,
.contact-us-area .contact-form input[type="number"]:focus,
.contact-us-area .contact-form input[type="file"]:focus,
.contact-us-area .contact-form input[type="url"]:focus,
.contact-us-area .contact-form select:focus,
.contact-us-area .contact-form textarea:focus{
	border-color:#202020;	
}

.contact-us-area .contact-form input.error{
	border-color:#ff0000 !important;
	background:rgba(255,0,0,0.05);
}

.contact-us-area .contact-form label.error{
	display:none !important;	
}

.contact-us-area .contact-form textarea{
	height:200px;
	resize:none;
	margin-bottom:10px;	
}

.contact-us-area .contact-form button .icon{
	font-size:20px;	
}

.contact-us-area .our-location{
	position:relative;
	border:10px solid #ffffff;
	height:320px;
	width:100%;
	box-shadow:0px 0px 1px 0px rgba(0,0,0,0.40);
	-webkit-box-shadow:0px 0px 1px 0px rgba(0,0,0,0.40);
	-ms-box-shadow:0px 0px 1px 0px rgba(0,0,0,0.40);
	-o-box-shadow:0px 0px 1px 0px rgba(0,0,0,0.40);
	-moz-box-shadow:0px 0px 1px 0px rgba(0,0,0,0.40);	
}

/*** 

====================================================================
	Blog style
====================================================================

***/

.blog-area {
	color: #434343;
	padding: 50px 0 50px;
	background: #F8F8F8;
}

.blog-area p {
    margin: 0 0 15px;
	font-size: 15px;
}

.blog-area .post{
	background-color: #ffffff;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 80px;	
}

.blog-area .col-md-8 {
	padding-right:0px;
}

.blog-area .post-content{
	background-color:#ffffff;
	padding:30px 40px;
}

.post-content i {
	font-size:20px;
	font-weight:700;
	font-family: 'Raleway',serif;
	font-style:italic;
}

.post-item h2 {
	text-align:left;
	margin-bottom: 40px;
	font-family: 'Raleway',serif;
	font-size:30px;
}

.post-item h2, .post-item h2 a {
	color:#0c1f34;
	font-family: 'Raleway',serif;
	font-weight: bold;
}

.post-item h2:hover, .post-item h2 a:hover {
	color:#ffc13b;
}

.blog-area .posted-date {
	margin-top:15px;
	color: #ffc13b;
}
.single .posted-date {
	margin-bottom: 15px;
	margin-top:0px;
}
.post-nav {
	text-align:center;
	margin-top: -40px;
}
.pagination > li > a, .pagination > li > span {
	margin:0 4px;
	background-color:#ffc13b;
	color:#fff;
	font-weight:700;
	border-radius:4px;	
	border:none;
}
.pagination > li > a:hover,
.pagination > li.active {
	background:#0c1f34;
	color:#ffffff;
	border:none;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background:#0c1f34;
	color:#ffffff;
	border:none;
}

.share-btn .btn{
	margin-right:10px;	
}

/*-------------- SideBar ---------------*/

.sidebar {
	margin-left: 20px;
	margin-top: 73px;
}
.sidebar .widget {
	position:relative;
	margin-bottom:40px;
	padding:30px;
	background-color:#ffffff;
}
.search {
	margin-bottom:30px;
	position:relative;
}
.search form {
	padding: 20px 30px;
	height: 70px;
	border: none;
	box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.search input[type="search"]::-moz-placeholder {color: #0c1f34;}
.search input[type="search"] {	
	font-size:15px;
	font-weight:300;
	width: 100%;
	border: none;
}

.search input[type="submit"] {
	background: url(../images/search.png) no-repeat scroll 0 0 / 100% 100%;
	width: 30px;
	height: 30px;
	border: none;
	text-indent: -999999px;
	position:absolute;right:15px;
	bottom:20px;
}

.sidebar .widget h2 {
	font-size:20px;
	font-family: 'Raleway',serif;
	font-weight:bold;
	margin-bottom:30px;
	color:#cccccc;
	text-align:left;
	text-transform:uppercase;
}

.sidebar .widget h3,
.sidebar .widget h3 a {
	font-size:20px;
	color:#0c1f34;
	text-align:left;
	font-family: 'Raleway',serif;
	font-weight: bold;
	
}

.sidebar .widget h3,
.sidebar .widget h3 a {
	font-size:16px;
	margin:0px 0px;
	display:block;
}

.sidebar .widget h3:hover,
.sidebar .widget h3 a:hover {
	color: #ffc13b;
}

.sidebar .widget img {
	position:absolute;
	left:30px;
}

.sidebar .widget li {
	margin-bottom:20px;
}

.sidebar .category-list li {
	margin-bottom:0px;
}

.sidebar .widget .content {
	margin-left:100px;
	min-height:85px;
}
.category-list li {
	padding:16px 0;
	margin-bottom:0px;
	border-bottom:1px solid rgba(0,0,0,.1);
}


/*---------------- Author -------------*/

.blog-area .author {
	background-color:#ffffff;
	position:relative;
	min-height:275px;
	margin-bottom:40px;
}
.blog-area .author img {
	position:absolute;
}
.blog-area .author-comment {
	margin-left:260px;
	padding:30px 30px;
}

.blog-area .author-comment h5 { font-size:18px;}

/*---------------- Comments -------------*/


.title-head {
	font-size:46px;
	font-weight:900;
	margin-bottom:40px;
}
.comment-list li {
	margin:0px 0 90px 0;
	position:relative;
}
.comment-list li img {
	border-radius:50%;
	width:130px;
	height:130px;
	position:absolute;
}
.comment-details {
	margin-left:180px;	
}
.blog-area .comments {
	background-color:#ffffff;
	padding:40px;
	border-radius:10px;
}

.blog-area .comments:before {
	border-style: solid;
	border-width:  0 0 30px 30px;
	top: 50px;
	content: "";
	display: block;
	left: 165px;
	position: absolute;
	width: 0;
	z-index: 1;
	border-color: transparent #ffffff;		
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}

.blog-area .comments p {
	margin-bottom:0px;
	font-family: 'Raleway',serif;
	font-size: 15px;
}

.comment-meta {
	min-height:50px;
}

.comment-meta .user-name {
	float:left;
	font-weight:700;
	width:50%;
}

.comment-meta .posted-date {
	float:right;
	width:50%;
	text-align:right;
}

.reply {
	height:30px;
	padding:4px 30px;
	margin:0px 40px;
	text-transform:uppercase;
	border-radius:0;
	font-weight:700;
	float:right;
	background: #0c1f34;
	color: #fff;
}

.reply:hover {
	background: #ffc13b;
	color: #fff;
}

.comments-form .btn {
	text-transform:uppercase;
}

.comment-area input[type="text"], .comment-area input[type="phone"], .comment-area textarea, .comment-area input[type="email"] {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ffc13b !important;
	width:auto;
	padding: 15px 12px;
	display:block;
	margin:12px 16px; margin-left:0px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height:54px;
	line-height:52px;
	width:85%;
}

.comment-area textarea {
	height:auto;
	line-height:20px;
	width:98%;
	min-height:180px;
	resize:none;
}
.comment-area button {
	margin-right:15px;
}

.comment-area button,
.comment-area input[type="submit"]{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:8px 30px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	background:#18263a;
	margin-top:20px;
}

.comment-area button:hover,
.comment-area input[type="submit"]:hover{
	color:#ffffff;
	background:#ffc13b;
}

/*ABout Us Section*/

.about-us-banner{
	background-position:center top;
	background-repeat:no-repeat;
	height:327px;
	margin-top: 114px;
}

.content{
	padding:20px 15px;
	overflow:hidden;
}

.breadcrumb {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #a3bcd1;
    border-radius: 0;
    padding: 8px 0;
    text-align: right;
}

.breadcrumb > .active {
    color: #000000;
}


.breadcrumb a {
    color: #18578c;
}

.our-expertise li {
    background: rgba(0, 0, 0, 0) url("../images/bullet.png") no-repeat scroll left top;
    color: #454545;
    list-style: outside none none;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 20px;
}

.sub-li > li {
    background: rgba(0, 0, 0, 0) url("../images/line.png") no-repeat scroll left top;
    margin-left: 40px;
    padding-left: 20px;
}
.our-expertise li > span {
    color: #0366ba;
}

.content h3 {
    color: #0366ba;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
	font-weight:400;
}

.content h1 {
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 20px;
	font-weight:300;
}

.content h4 {
    color: #0366ba;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
	font-weight:400;
}
.mission li {
    background: rgba(0, 0, 0, 0) url(../images/bullet.png) no-repeat scroll left top;
    color: #454545;
    list-style: outside none none;
    margin-left: 10px;
    margin-top: 10px;
    padding-left: 20px;
}

.team-box{
	margin:10px 0;
}

.team-box a {
    clear: both;
    color: #3d83b9;
    float: left;
    margin: 10px 0 0;
    width: 100%;
}

.team-box-details {
    min-height: 65px;
    float: left;
    width: 100%;
}

.about-us-bottom{
	background:url(../images/about-bottom-banner.jpg) no-repeat center top;
	min-height:233px;
	padding: 30px 0 0;
}

.about-us-bottom h2 {
    border-top: 1px solid #b6b6b6;
    color: #005687;
    font-size: 16px;
    padding-top: 15px;
}

.breadcrumb-box {
    background: rgba(0, 0, 0, 0) url(../images/title-bg.jpg) no-repeat scroll center top;
    height: 126px;
    margin-top: 130px;
    padding-top: 55px;
}

.breadcrumb-box .breadcrumb {
    border-bottom: 0 solid #a3bcd1;
}

.tab-nav ul {
    list-style: outside none none;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 0;
}


.tab-nav li {
    background: #84accc none repeat scroll 0 0;
    border: 1px solid #ffffff;
    color: #ffffff;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 10px;
    text-align: center;
    width: 25%;
	cursor:pointer;
}

.tab-nav li:hover {
    background: #18578c none repeat scroll 0 0;
}

.tab-nav .active{
    background: #18578c none repeat scroll 0 0;
}

.market-tabs li{
	width:25%;
	text-align:center;
	border-right: 1px solid #ffffff;
}

.market-img {
    margin: 15px 0;
    position: relative;
}

.market-img-info {
    background: #002656 none repeat scroll 0 0;
    bottom: 15px;
    color: #ffffff;
    padding: 10px;
    position: absolute;
    width: 95%;
    height: 55px;
    z-index: 9;
	font-size:16px;
	transition: all 0.7s ease-in-out;
}

.market-img-info img {
    margin-right: 10px;
}

.market-img-info a {
    border: #fdb813 1px solid;
    border-radius: 50%;
    float: right;
    height: 35px;
    text-align: center;
    width: 35px;
	background:url(../images/icons/arrow-sm1.png) no-repeat center top;
}

.market-img-info a:hover {
	background:#fdb813 url(../images/icons/arrow-sm.png) no-repeat center top;
}

.market-img-info > span {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.well {
    background-color: #f3f9ff;
    overflow: hidden;
}

#highways {
	margin-bottom:40px;
}

#highways .carousel-control {
    left: auto;
    right: 0;
}

#highways .carousel-caption {
    background: rgba(249, 223, 41, 0.64) none repeat scroll 0 0;
    left: 20px;
    padding: 10px 20px;
    right: auto;
    text-align: left;
	color: #0c3a60;
	-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
-moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}

#highways .carousel-caption h3 {
    color: #0c3a60;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 10px;
}

#highways .carousel-caption h2 {
	font-size:35px;
	font-weight:700;
}

.newsletter .input-group-field { background:#005687; width: 300px; border:0px solid #3b3b3b; color: #FFF; float:left; margin: 0 0 10px 0; padding: 0 15px; letter-spacing: 0.02em; height: 36px;}
.newsletter .input-group-btn { float:left; }
.newsletter .input-group-btn > .btn { background: #005687; color:#fff; border:0; font-size: 17px; height: 36px; border-radius: 0px; min-width: 30px;}
.newsletter .input-group-btn > .btn:hover { background: #01456b; color:#000; }

.submenu2 {
    width: 415px !important;
}

.submenu1{
	width: 980px !important;
}

.submenu1 > li {
    float: left !important;
    margin: 0 20px;
    width: 205px !important;
}

.submenu1 > li > a {
    padding: 5px 0 !important;
}

.submenu1 .title {
    border-bottom: 1px solid #f1f1f1;
    color: #fdb813 !important;
    font-size: 16px !important;
    margin-bottom: 10px;
    /*min-height: 60px;*/
    padding-bottom: 5px !important;
	font-weight:300 !important;
}


.utube-video .modal-dialog {
    margin: 134px auto;
    width: 100%;
}
/*NAV TABS*/
.nav-tabs {
    border-bottom: 0px solid #18578c;
	margin-bottom:20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
   /* background-color: #2b3239;
    border-color: #2b3239 #2b3239 rgba(0, 0, 0, 0);*/
    background-color: #0a8944;
    border-color: #0a8944;
    color: #ffffff;
	border-radius: 0;
	font-size: 16px;
    font-weight: 600;
}
.courses .nav-tabs > li.active{ border-bottom: 2px solid #0a8944; } 
.nav-tabs > li {
    background: transparent none repeat scroll 0 0;
	color:#2b3239;
	border-bottom: 2px solid #e6e6e6;
}

.nav-tabs > li:hover > a:hover {
    background-color: #2b3239;
    border-color: #2b3239 #2b3239 #2b3239;
	border-radius: 0;
	color:#FFF;
}

.nav-tabs > li > a {
    color: #484848;
    font-size: 16px;
    margin-right: 0;
    font-weight: 400;
    /*font-size: 16px;*/
}
.padding-top {
    padding-top: 140px;
}

.google-map {
    border: 1px solid #c6c6c6;
    padding: 10px;
	margin-bottom:15px;
	margin-top:15px;
}

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

.hcc-group > li {
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
	background:#fafafa;
    overflow: hidden;
	text-align:justify;
}

.hcc-group p {
    padding-top: 20px;
	padding-right: 20px;
}

.hcc-group img {
    border-right: 1px solid #f1f1f1;
    margin-right: 20px;
	width:150px;
}

.sustainability-list > li {
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
	background:#f3f9ff;
    overflow: hidden;
	text-align:justify;
}

.sustainability-list img {
    border-left: 1px solid #fdb813;
    margin-left: 20px;
}

.sustainability-list .short-data {
    float: left;
    width: 75%;
	padding-right: 20px;
	padding-left: 20px;
}

.sustainability-list .img {
    float: right;
    width: 25%;
}

.sustainability-list h4 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.sustainability-list hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

.quote {
    color: #18578c;
    font-size: 20px;
}

.quote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.quote p:after {
    content: "\f10e";
    font-family: 'Fontawesome';
    margin-left: 10px;
}

.milestone-data {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: left;
    width: 100%;
}

.award-recognitions{
	border-left:1px solid #f1f1f1;
	overflow:hidden;
}

.award-recognitions .box {
    background: rgba(0, 0, 0, 0) url("../images/icons/bullet.png") no-repeat scroll 0 8px;
    padding: 0 30px 30px;
}

.award-recognitions h4 {
	margin-top:0;
	margin-bottom:0;
}

.award-recognitions .data {
    background: #f3f9ff none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    margin-top: 10px;
    padding: 0 10px 10px;
}

h3.press-release {
    background: #18578c none repeat scroll 0 0;
    color: #ffffff;
    font-size: 16px;
    padding: 20px;
}

h5.media-pack {
    color: #1b1b1b;
    font-size: 18px;
}

.select-binary {
    border-color: #18578c;
    border-radius: 0;
    width: 200px;
}

.form-control-select {
    border-color: #18578c;
    border-radius: 0;
}

.investor-map{
	border:1px solid #97b3cb;
	overflow:hidden;
	padding:35px;
}

h3.title-border {
    border-bottom: 1px solid #ffd200;
    color: #0e0e0e;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 30px;
    padding-bottom: 10px;
}

h3.sub-title{
	color:#303030;
	margin-top:0;
}

/** banner **/

.banner{
	background: url(../images/first-banner.png) center;
	height: 515px;
	position: relative;
}
.award_title{ float: right;width: 56%;margin-right: 27px;}
.banner_left {
    width: 40%;
    float: left;
    position: absolute;
    bottom: 30px;
}
.banner_right{ 
	width: 55%; 
	float: right; 
	position: absolute;
	top: 51px;
	right: 0;
}
.award_title span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 1;
    margin-bottom: 5px;
}
.award_title span.award_text {
    font-size: 22px;
    font-weight: 600;
    color: #098943;
    line-height: 1.3;
    margin-bottom: 10px;
}		
.award_title span.award_text:last-child {
    margin-bottom: 0;
}
.award {
    width: 42%;
    float: right;
}		
.banner_right .persue_bg{ 
	background: url(../images/persue-bg.png) no-repeat;
	height: 93px;
	width: 509px;
	display: grid;
	align-items: center;
	margin: 0 auto;
}
.banner_right .persue_bg span{
	font-size:22px; 
	font-weight: 700;
	color: #000; 
	text-align: center;
	margin: 0 auto;
	width: 70%;
	line-height: 1.2;
	margin-top: -14px;
	text-transform: uppercase;
}
.right_info span {
    display: block;
    text-align: center;
    width: 509px;
    color: #fff;
    font-size: 20px;
    margin-top: 13px;
}
span.iism {
    display: inline;
    text-transform: uppercase;
    color: #e36617;
}
.right_info {
	width: 509px;
	margin: 0 auto;	
}
.right_info span strong {
    color: #c3c5c4;
    font-size: 22px;
    text-transform: uppercase;
}
.banner_course li {
    margin-bottom: 15px;
}
.banner_course ul{
	position: relative;
}
.banner_course {
    width: 550px;
    margin: 0 auto;
    color: #e36617;
    font-size: 20px;
    font-weight: 400;
    margin-top: 29px;
	text-transform: uppercase;
}
.banner_course li:before {
    content: '\26AB';
    position: absolute;
    left: -20px;
    color: #fff;
    font-size: 14px;
}
.banner_course li {
    margin-bottom: 15px;
}
.banner_enroll {
    width: 509px;
    text-align: center;
	margin-top: 35px;
	margin: 0 auto;
}
a.enroll_now_btn {
    background: #e36617;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 8px 18px;
    font-weight: 800;
}
.enroll_btn {
    float: left;
    width: 100%;
    text-align: center;
    margin: 35px 0;
}
/** banner end **/
/** courses **/

.courses .nav-tabs > li {
    width: 33.33%;
    text-align: center;
        /*width: 25%;*/
}
.courses .nav-tabs > li:hover{ border-bottom: 2px solid #2b3239; }
.courses .nav-tabs > li:hover a:before{display: none;}
.nav>li>a:focus, .nav>li>a:hover{background-color: transparent;}
.nav-tabs > li > a:before {
    content: '';
    width: 1pc;
    width: 1px;
    height: 20px;
    background: #7c7c7c;
    display: block;
    position: absolute;
    left: -2px;
}
.nav-tabs > li:nth-child(2) > a:before,.nav-tabs > li:first-child > a:before{ display: none; }
.nav-tabs > li.active > a:before{display: none;}
.courses .hours_module { margin-top: 20px;float: left;
    width: 100%;}
/** courses end **/

/*10reasons css start*/
.reasons{
	background: url(../images/10-things.jpg) no-repeat;
	padding: 45px 0;
	float: left;
    width: 100%;
    margin-top: 16px;
    background-size: cover;
}
.reasons li {
    display: inline;
    font-size: 14px;
    font-weight: 600;
}
.reasons ul {
    display: grid;
    display: -ms-grid;
    text-align: left;
    align-items: center;
    float: left;
    width: 92%;
    margin-bottom: 30px;
    grid-template-columns: 0.1fr 1fr;
    -ms-grid-columns: 0.1fr 1fr;
}
.reasons ul:last-child {
    margin-bottom: 0;
}
/*10reasons css end*/

/** About us start **/
.about_us {
    float: left;
    width: 100%;
    margin-top: 55px;
    margin-bottom: 15px;
}
.about_content {
    /*overflow-y: scroll;*/
    padding-right: 15px;
    /*max-height: 444px;*/
}
span.about_title {
   	font-size: 22px;
    color: #098943;
    display: block;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
}
span.about_title:after {
    content: '';
    display: block;
    width: 33px;
    height: 2px;
    background: #de5006;
    position: absolute;
    bottom: -5px;
}
.about_us li:first-child {
    width: 65%;
    float: left;
    text-align: justify;
    padding-right: 34px;
}
.about_us li:last-child {
    width: 35%;
    float: left;
}
.about_us p {
    font-size: 14px;
    color: #353535;
    margin-bottom: 20px;
    font-weight: 500;
}
.enqury_form {
    float: left;
    width: 100%;
}
/** About us end **/
/**sport league start**/
section.sport_league {
    float: left;
    width: 100%;
    display: grid;
    height: 96px;
    background: url(../images/sport-league-bg.jpg) no-repeat center;
    align-items: center;
}
.sport_league_left {
    width: 63%;
    float: left;
}
.sport_league_right {
    width: 28%;
    float: right;
    margin-top: 10px;
}
.sport_league_left p {
    font-size: 25px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
}
.sport_league_left p span {
    font-size: 31px;
    color: #000;
    font-weight: 800;
}
.gender_field label {
    color: #000;
    display: inline;
}
/**sport league end**/
/** testimonial start **/
.testimonial {
    float: left;
    width: 100%;
    background: url(../images/testimonial-bg.jpg) no-repeat 90%;
    position: relative;
    height: 453px;
    background-size: cover;
    margin-top: 35px;
}
.testimonial .owl-buttons {
    float: left;
    width: 100%;
}
.testimonial .owl-prev,.testimonial .owl-next{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -80px;
    background: #098943;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.testimonial .fa{
	font-size: 38px;
    color: #fff;
    line-height: 45px;
}
.testimonial .owl-next{
	right: -80px;
	left: inherit;
}
/*#testimonial_slide .test_img img {
    border: 1px solid #000;
}*/
/*#testimonial_slide{overflow: hidden;}*/
#testimonial_slide .owl-wrapper-outer {
    overflow: hidden;
}
/*#testimonial_slide .test_img {
    width: 19.5%;
    float: left;
}*/
.test_info {
/*    width: 70%;
    float: right;
*/    position: relative;
/*    margin-top: 20px;*/
}
.testimonial_section {
    width: 83%;
    margin: 0 auto;
    padding: 35px 0 32px;	
}
.test_info p {
    font-size: 14px;
    color: #353535;
    font-weight: 400;
    width: 84%;
    text-align: center;
    margin: 0 auto;
    /*position: relative;*/
}
.testimonial_shadow {
    box-shadow: -3px -4px 13px rgba(185, 182, 180, 0.42);
	-webkit-box-shadow: -3px -4px 13px rgba(185, 182, 180, 0.42);
	-moz-box-shadow: -3px -4px 13px rgba(185, 182, 180, 0.42);
	margin: 10px;
	background: #fff;
}
#testimonial_slide .item {
	margin: 15px 0;
    display: grid;
    display: -ms-grid;
   -ms-grid-template-columns: 19.5% 76%;
    grid-template-columns: 19.5% 76%;
    grid-column-gap: 45px;
    align-items: center;
}
.col-md-12.mob-header {
    display: none;
}
.social.mobile_social {
    display: none;
}
.header-block-area.pull-right.visible-md.visible-lg{
	padding-left: 46px;
}
.placement_icon li:nth-child(20) {
    padding-left: 0;
}
/*section.testimonial:after {
    content: '';
    background: #dd4e02;
    width: 100%;
    height: 46px;
    display: block;
    position: av;
    position: absolute;
    bottom: 0;
}
section.testimonial:before {
    content: '';
    display: block;
    background: #dd4e02;
    width: 0.8%;
    height: 100%;
    right: 0;
    position: absolute;
}*/
/** testimonial end **/
/** Our placement start **/
section.our_placement {
    float: left;
    width: 100%;
    background: url('../images/our-placement-bg.jpg') no-repeat;
    text-align: center;
    padding: 38px 0;
}
.placement_icon li {
    display: inline;
}
.placement_icon li img{
    border-radius: 5%;
}
.placement_icon li {
    display: inline;
    padding: 8px;
    line-height: 7.3;
}
/*.placement_icon li:first-child {
    padding-left: 0;
}*/
.placement_icon li:last-child {
    padding-right: 0;
}
.our_placement .title_white {
    margin-bottom: 32px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777676;
  font-weight: 400;
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #777676;
  font-weight: 400;
  font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #777676;
  font-weight: 400;
  font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #777676;
  font-weight: 400;
  font-size: 14px;
}
/** Our placement end **/

/** detail form start*/
.course_part {
  clear: both;
}
.hours_module ul.bullet li::before {
  color: #b3b3b3;
  content: "⚫";
  font-size: 14px;
  left: 0;
  position: absolute;
}
.detail_form .title_black{text-align: center;}
section.detail_form {
    /*float: left;*/
    width: 100%;
    background: #eff8f3;
    padding: 55px 0 0;
}
.course_part input {
  height: auto !important;
  margin: 0;
  width: auto !important;
}
.enqury_form p {
    text-align: center;
}
.course_part > li {
  margin-left: 25px;
  width: auto !important;
}
.course_part > span {
  color: #000;
  float: left;
  font-size: 16px;
  font-weight: 700;
}
.course_part label {
    font-weight: 600;
}
.enqury_form li {
    width: 30.75%;
    float: left;
    margin-right: 28px;
    background: transparent;
    margin-bottom: 20px;
}
.enqury_form ul li:last-child {
    margin-right: 0;
    margin-top: 0;
}
.enqury_form li input, .enqury_form li select {
    width: 100%;
    height: 45px;
    background: #fff;
    border: 1px solid #cbcdca;
    padding: 10px;
    color: #0c1f34;
    font-weight: 300;
}
.enqury_form .gender_field li input {
    width: 50%;
}
.gender_field li {
    width: 22%;
    margin-right: 0;
    margin-top: 0;
    padding: 11px 0;
}
.gender_field li:first-child {
    width: 22%;
}
.course_part span {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.enqury_form li:first-child label {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
li.yr_experience {
    margin-right: 0 !important;
}
/** detail form end*/

@media (max-width:980px) {
.market-img-info {
    width: 94%;
}

.newsletter .input-group-field {
    width: 90%;
}

	.about-us-banner {
    margin-top: 78px;
}

.call-to-action li {
    margin-right: 45px;
}

.main-header .main-menu .navbar-nav > li:hover > ul {
	-webkit-box-shadow: 0px 9px 7px 2px rgba(0,0,0,0);
-moz-box-shadow: 0px 9px 7px 2px rgba(0,0,0,0);
box-shadow: 0px 9px 7px 2px rgba(0,0,0,0);
}

.main-header .main-menu .navbar-nav > li > ul > li:last-child {
    border-top: 1px solid #FFF;
}

.markets-box {
    width: 48%;
}

.stript h2 {
    padding-left: 0;
}

.carousel-control {
    width: 100%;
}

.career .modules {
    width: 100%;
}

.career-box {
    width: 100%;
}

.main-slider {
    margin-top: 100px;
}

.corner{
	display:none;
}

.our-projects .filter-tabs li {
    padding: 4px 10px;
}

.tab-nav li {
    width: 50%;
}

.input-file{
    margin-bottom: 20px;
}

.form-control {
    margin-bottom: 20px;
}

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

.markets .content img {
    width: 11%;
}

.markets .content span {
    width: 89%;
}


}
@media (max-width:820px) {
.market-img-info {
    width: 92%;
}
}

@media (max-width:767px) {
	.market-tabs li {
    width: 100%;
}
	.about-us-banner {
    margin-top: 0;
    height: 56px;
    background-size: 100%;
}

.markets .content img {
    width: 15%;
}

.markets .content span {
    width: 85%;
}

.markets .content {
    padding: 20px 10px;
}

.main-header .main-menu {
    background: #ffffff;
}

.submenu1 > li {
    width: 100% !important;
}

.submenu1 .title {
    min-height: auto;
}

.tab-nav li {
    width: 100%;
}

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

.investor-map {
    padding: 5px;
}

.content {
    padding: 20px 0;
    overflow: hidden;
}

.newsletter .input-group-field {
    width: 90%;
}

.about-us-bottom {
    background: url(../images/about-bottom-banner.jpg) repeat center top;
}

.about-us-bottom h2 {
    margin-bottom: 15px;
}

.hcc-group p {
    padding: 10px;
}

.hcc-group img {
    border-bottom: 1px solid #f1f1f1;
    margin-right: 10px;
}

.sustainability-list .img {
    width: 100%;
}

.sustainability-list img {
    border-bottom: 2px solid #fdb813;
    margin-left: 0;
	width: 100%;
}

.sustainability-list .short-data {
    width: 100%;
}

.top-services .post .content {
    padding: 10px;
}

.career .modules .module {
    width: 100%;
}

.career-tab img {
    width: 100%;
    margin-bottom: 5px;
}

.career .modules {
    margin-right: 5%;
    width: 90%;
}

.career-box {
    width: 100%;
	text-align: justify;
}

.markets-box {
    width: 100%;
}

.stript {
    background: #F9DF2A url("../images/strip-r.jpg") no-repeat scroll center top;
    padding-bottom: 20px;
}

.main-slider {
    margin-top: 0;
}

.big-title {
    min-height: 50px;
    padding: 10px 10px !important;
    width: 100%;
}

.main-slider h2 {
    font-size: 20px !important;
    line-height: 22px !important;
}

.call-to-action li {
    margin-right: 0;
	width: 100%;
}


.our-placements .owl-nav {
    right: 30px;
    width: 10px;
    top: -48px;
}

.thought-leadership .carousel-control {
    width: 100%;
}

.thought-leadership {
    padding: 40px 0;
}

.binary-select-cat .dropdown-menu {
    width: 100%;
    border-radius: 0;
    padding: 10px;
}

.carousel-caption {
    background: rgba(0,0,0,0.5);
}


.mobile-slider .carousel-control.right {
    background-color: transparent;
    background-image: none;
    top: 0;
    height: 100%;
    width: 35px;
	right:0;
	left:auto;
}

.mobile-slider .carousel-control.left {
    background-color:transparent;
    background-image: none;
    top: 0;
    height: 100%;
    width: 35px;
	left:0;
}

.submenu2 {
    width: 100% !important;
}

}
@media (max-width:380px) {
.our-placements .image > img {
    display: none !important;
}

.our-placements .slide-item .content-box {
    position: relative;
	padding: 0;
}

.our-placements .slide-item .content-box .text-content{
	width:100%;
	border:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
}

.market-img-info {
    bottom: 0;
    width: 92%;
}
}

@media (max-width:320px) {

.market-img-info {
    bottom: 0;
    width: 91%;
}
}

.media-room-list > li {
    background: #fffbd2;
    border: 1px solid #d7cf82;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 20px;
    text-align: justify;
}
.media-room-list .short-data {
    float: left;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}
.media-room-list h4 {
    margin-bottom: 10px;
    margin-top: 20px;
}
.media-room-list hr {
    margin-bottom: 10px;
    margin-top: 10px;
    border-color: #d7cf82;
}
.media-room-list .date {
    font-size: 15px;
}

/*Added By Pratik Borsadiya 17-12-2015 */
.market-tabs {
	font-size: 16px;
	font-weight: 600;
}
.graph-box {
	background-color: #fff;
	border: 2px solid #005893;
}
.home-thought-indecs {
	position: relative;
	top: -10px;
	right: 20px;
	bottom: 0 !important;
	left: 0!important;
	margin: 0;
	width: 100%;
	text-align: right;
}
.home-thought-indecs li {
	border-color: #ffc13b;
	background-color: #ffc13b;
}
.home-thought-indecs li.active {
	border-color: #18578c;
	background-color: #18578c;
}
.generic-sidebar {
	max-width: 97%;
	margin-left: auto;
}
.generic-sidebar .side-title {
	font-weight: 700;
	margin-top: 0;
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 9px;
	border-bottom: 1px solid #ddd;
}
.generic-sidebar li {
	margin-bottom: 7px;
	line-height: 1.4;
	padding-left: 20px;
	position: relative;
}
.generic-sidebar li:before {
	content: "•";
	color: #005c97;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: -5px;
}
.generic-sidebar a {
	color: #002656;
	transition: all 0.15s ease-in-out;
	font-size: 14px;
	line-height: 1.2
}
.generic-sidebar a:hover{
	color: #ffc13b;
}

.generic-sidebar a.active {
	color: #ffc13b;
}
.sp-hover {
	overflow: hidden;
}
.sp-hover:hover .market-img-info {
	height: 93%;
	opacity: 0.8;
}
.info-cont {
	opacity: 0;
	pointer-events:none;
	transition: all 0.7s ease-in-out;
	margin-top: 60px;
	padding: 15px;
	display: block;
	clear: both;
}
.sp-hover:hover .market-img-info .info-cont {
	opacity: 1
}

.d-content ul > li {
    background: rgba(0, 0, 0, 0) url("../images/bullet.png") no-repeat scroll left top;
    color: #454545;
    list-style: outside none none;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 20px;
}
.d-content ul > ul > li {
    background: rgba(0, 0, 0, 0) url("../images/line.png") no-repeat scroll left top;
    margin-left: 40px;
    padding-left: 20px;
}

/*Video Carousel*/

#hv-slider .carousel-caption {
    left:0;
	right:0;
	bottom:0;
	text-align:left;
	padding:10px;
	background:rgba(0,0,0,0.6);
	text-shadow:none;
}
#hv-slider .carousel-inner {
	width:99%;
	margin-right:auto;
}

#hv-slider .list-group {
	position:absolute;
	top:0;
	right:0;
	padding: 0;
}
#hv-slider .list-group-item {
	border-radius:0px;
	background-color: transparent;
	cursor:pointer;
	border: 0;
	padding: 0;
	opacity: 0.9;
	margin-bottom: 5px;
	overflow: hidden;
}
#hv-slider .list-group .active {
	opacity: 1;
}

.home-slider {
	margin-top: 115px;
}
@media (min-width: 992px) { 
	#hv-slider {padding-right: 25%;}
	#hv-slider .carousel-controls {display:none;} 	
}
@media (max-width: 991px) { 
	#hv-slider .list-group {display:none;} 
.home-slider {
	margin-top: 60px;
}

}

/*New Home Page Slider*/
.count-text.percent:after {
	content: "%";
}
#mi-slider .item .caption {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	min-height: 40px;
	font-size: 18px;
	padding: 20px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
}
#mi-slider .item .caption p {
	margin-bottom: 0;
}
.pslider .flex-caption h2 {
    font-size: 26px;
}

.main-header .header-lower {
    min-height: 50px;
}
.carousel-indicators {
	width: auto;
	margin: 0;
	right: 465px;
	left: auto;
	bottom: 10px!important;
}

.pslider .carousel-control {
  background-image: none;
  width: 30px;
}

.pslider .flex-caption {
  position: absolute;
  top: 40px;
  right: 40px;
  left: 40px;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.pslider .flex-caption.top-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

.pslider .flex-caption.top-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

.pslider .flex-caption.top-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: right;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.pslider .flex-caption.center-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

.pslider .flex-caption.center-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

.pslider .flex-caption.center-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

.pslider .flex-caption.bottom-left {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

.pslider .flex-caption.bottom-center {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.pslider .flex-caption.bottom-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

.pslider .flex-caption h2 {
  max-width: 450px;
  font-weight: 300;
  font-size: 35px;
  padding: 25px 20px;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
}

.quarter-area li {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #e9e8e8;
    margin: 5px 0;
    padding: 6px 10px;
}

.quarter-area a {
    color: #454545;
}

.home-slider .carousel-indicators > li {
    border: 1px solid #000000;
}

.about-us-slider p {
	text-align:center;
}


.about-us-slider p:before,.test_info p:before {
    content: "";
    margin-right: 10px;
    position: absolute;
    top: -14px;
    left: 0;
    background: url(../images/double-cot1.png) no-repeat;
    display: block;
    width: 8%;
    height: 54px;
}

.about-us-slider p:after,.test_info p:after {
    content: "";
    margin-right: 10px;
    position: absolute;
    bottom: -14px;
    right: 0;
    background: url(../images/double-cot2.png) no-repeat;
    display: block;
    width: 8%;
    height: 54px;
}



.about-us-slider .center-block > img {
    display: inline-block;
    margin-right: 15px;
    width: 75px;
}

.about-us-slider .center-block > span {
    display: inline-block;
}

/*.banner {
    background: rgba(0, 0, 0, 0) url("../images/main-banner.jpg") no-repeat scroll center top / cover ;
}*/
div#enquireForm { padding: 38px 15px; }
.binary-form {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border: 4px solid rgba(132, 132, 132, 0.5);
    border-radius: 10px;
    padding: 15px;
}
.binary-form h4 {
    color: #434343;
    font-size: 16px;
    margin-bottom: 20px;
}

.binary-form .form-control {
    background-color: #f6f5f5;
    border-color: #c3c4c1;
    color: #777777;
    height: 40px;
    padding: 9px;
	margin-bottom: 20px;
}
.our-placements .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    width: 100px;
    height: 87px;
    margin: 0 auto;
}
.submit {
    background: #d24a01 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 18px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}

.banner h1 {
    color: #000000;
    font-size: 29px;
    line-height: 50px;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 35px;
}
/* .banner h1 { */
    /* color: #000000; */
    /* font-size: 25px; */
    /* line-height: 1.5; */
    /* width: 470px; */
	/* margin-top: 130px; */
	/* text-align: center; */
	/* float: right; */
/* } */

.banner h6 {
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    padding: 10px;
}

.banner h6 strong:first-child, .banner h3 strong {color: #D24A01;}
.banner h6 strong:last-child {color: #098943;}

.banner h3 {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    padding: 10px;
}

.banner h3 b{
	font-weight:600;
}

.hsContainer {
    display: table;
    opacity: 1;
    overflow: hidden;
    position: relative;
    table-layout: fixed;
    width: 100%;
    z-index: 1;
	height: 550px;
}

.hsContent {
    display: table-cell;
    float: none;
    margin: 0 auto;
    max-width: 1170px;
    text-align: center;
    vertical-align: middle;
}

.gdlr-logo-overlay {
    background: #152737 none repeat scroll 0 0;
    bottom: 0;
    height: 133px;
    left: -67%;
    position: absolute;
    top: 0;
    transform: skew(-24deg);
    width: 100%;
	z-index: 1;
}

.social {
    float: right;
    margin-top: 10px;
}

.social a {
    background: #bbbbbb none repeat scroll 0 0;
    color: #ffffff !important;
    float: left;
    height: 26px;
    line-height: 27px;
    margin-right: 6px;
    text-align: center;
    width: 27px;
}

.social a:hover {
    background: #06863e none repeat scroll 0 0;
}

.social-caption {
    float: left;
    margin-right: 10px;
}

.enquire-now-fixed {
    position: fixed;
    right: 0;
    z-index: 9999;
    top: 45%;
}



/** Enquiry form using pasley start **/
.enquiry-form .form-section.current{ display: inherit; }
.enquiry-form .form-section{ display: none; }
form.enquiry-form { margin: 30px 0; }
form.enquiry-form label span{color: red;}
.enquiry-form .form-navigation button,.enquiry-form input.btn{
    background-image: linear-gradient(to bottom, #f3a056, #d96f12);
    padding: 10px 25px;
    height: 41px;
    border: 0;
    position: relative;
    background-image: -webkit-linear-gradient(top, #f3a056, #d96f12);
    background-image: -moz-linear-gradient(top, #f3a056, #d96f12);
    background-image: -ms-linear-gradient(top, #f3a056, #d96f12);
    background-image: -o-linear-gradient(top, #f3a056, #d96f12);
    background-image: linear-gradient(to bottom, #f3a056, #d96f12);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px;
}
.enquiry-form input[type=text],.enquiry-form input[type=email], .enquiry-form select, .enquiry-form textarea{ color: #333; height: 40px; border-radius: 0;margin-top: 0;padding: 0 15px;}
.enquiry-form input.parsley-error,.enquiry-form select.parsley-error,.enquiry-form textarea.parsley-error{
    background-color: transparent;
    border: 1px solid #d2d2d2;
}
.enquiry-form .form-control:focus{ box-shadow: none; border-color: #d2d2d2;-webkit-box-shadow: 0 0 0 30px white inset;}
.enquiry-form input.parsley-success,.enquiry-form select.parsley-success,.enquiry-form textarea.parsley-success{
    color: #333;
    border: 1px solid #d2d2d2;
    padding: 0 15px;
}
.enquiry-form .full_name { margin-bottom: 20px; }
.enquiry-form input:-webkit-autofill,.enquiry-form textarea:-webkit-autofill,.enquiry-form select:-webkit-autofill{
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.enquiry-form input.parsley-error,.enquiry-form select.parsley-error,.enquiry-form textarea.parsley-error{
    color: #333;
}
.parsley-errors-list{ color: red; }
.enquiry-form .gender ul { list-style: none; padding-left: 15px;overflow: hidden; margin-top: 10px;}
.enquiry-form .gender ul li { width: 20%; float: left;}
.enquiry-form .gender ul input { margin-right: 5%;  margin-top: 0; height: auto;}
ul#parsley-id-multiple-mx_Gender { position: absolute; bottom: -19px; padding: 0; }
ul#parsley-id-multiple-mx_Gender li.parsley-required { width: 100%; }
.enquiry-form input[type=file]:focus,.enquiry-form input[type=checkbox]:focus,.enquiry-form input[type=radio]:focus{
    outline: none;
}
.enquiry-form .course_hear input { margin-right: 2%; }
.enquiry-form .course_hear input#mx_Newspaper_Advertisement{ margin-right: 1%; }
.enquiry-form .course_hear input#mx_Social_Media{margin-right: 0.2%;}
.enquiry-form .course_section{ margin-bottom: 20px; }
.enquiry-form .course_section{ position: relative; }
.enquiry-form .course_section li.parsley-required { position: absolute; bottom: -6px; padding-left: 15px; }
.enquiry-form .hear_about { position: relative; }
.enquiry-form .hear_about li.parsley-required { position: absolute; bottom: -6px; padding-left: 15px; }
.enquiry-form .course_interest label,.enquiry-form .hear_about_iism label{font-weight: 400;}
.enquiry-form input.btn:focus { color: #fff;  outline: none; }
.enquiry-form .col-md-2.hear_about_iism { margin-bottom: 10px; }
.enquiry-form input.parsley-success,.enquiry-form select.parsley-success,.enquiry-form textarea.parsley-success{ background-color: transparent; }
.enquiry-form h4{ margin-bottom: 10px; }
.enqury_form button {background: rgb(10, 137, 68) none repeat scroll 0 0;border-radius: 6px;color: #fff;font-size: 20px;font-weight: 700;padding: 10px 35px; margin-top: 20px; text-transform: uppercase;
}

/** Enquiry form using pasley end **/
.reasons .owl-wrapper-outer{ overflow: hidden; }
.about-us-slider.owl-carousel.owl-theme {
    overflow: hidden;
}
@media (max-width: 1920px){
.gdlr-logo-overlay {
    left: -65%;
}
}

@media (max-width: 1800px){
.gdlr-logo-overlay {
    left: -67%;
}
}

@media (max-width: 1400px){
.gdlr-logo-overlay {
    left: -71%;
}
}

@media (max-width: 1024px){
.gdlr-logo-overlay {
    left: -73%;
}
}

@media (max-width: 980px){
.banner h1 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 130px;
	width:100%;
}
.sports-league h2 {
    font-size: 20px;
	line-height: 1.2;
}
}

@media (max-width: 800px){
.nav-tabs > li > a {
    font-size: 13px;
}
}

@media (max-width: 769px){
	.home-slider {
		margin-top: 0
	}
}
@media (max-width: 768px){
	.pslider .flex-caption h2 {
		font-size: 22px;
		padding: 20px;
	}	
}
@media (max-width: 480px){
	.pslider .flex-caption h2 {
		font-size: 16px;
		padding: 15px;
	}
	
	.annual-box h2 {
    display: none;
}

.reasons h3 {
    font-size: 28px;
}

.our-placements h2 {
    font-size: 28px;
}

.courses h2 {
    font-size: 28px;
}

.nav-tabs > li {
    text-align: center;
    width: 100%;
}

.about-us .owl-nav, .our-placements .owl-nav {
	display:none;
}

.our-placements-slider {
    padding: 10px 0;
}

.banner h1 {
    width: 100%;
}

.banner h6 {
    width: 100%;
}

.banner h3 {
    width: 100%;
}

.main-header .main-menu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.gdlr-logo-overlay {
    left: 0;
    transform: skew(0deg);
	height:auto;
}

.main-header {
    border-bottom: 5px solid #098943;
    height: auto;
}

.binary-form {
    margin: 20px 0;
}

.reasons {
    background: rgba(0, 0, 0, 0) url("../images/reasons-bg.jpg") no-repeat scroll center top / cover ;
}

.courses {
    background: rgba(0, 0, 0, 0) url("../images/courses-bg.jpg") no-repeat scroll center top / cover ;
}

}
@media (max-width: 360px){
	.pslider .flex-caption h2 {
		font-size: 14px;
		padding: 15px;
	}
}

/** to-top button **/
.scroll_to_top_link{
	position: fixed;
	right: 2%;
	bottom: 0;
	cursor: pointer;
	display: none;
	/*border-radius: 50%;*/
}
/** to-top button **/





.radio label{
  position:relative;
   padding-left:20px;
}
.radio label:after{
  content:'';
  width:17px;
  height:17px;
  border:2px solid rgb(6, 137, 69);
  position:absolute;
  left:0;
  top:1px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
  box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.radio input[type="radio"]{
   cursor: pointer; 
  position:absolute;
  width:100%;
  height:100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.radio input[type="radio"]:checked + label{
  color:rgb(6, 137, 69);  
}
.radio input[type="radio"]:checked + label:before{
    content:'';
  width:7px;
  height:7px;
  position:absolute;
  background:rgb(6, 137, 69) none repeat scroll 0 0;
  left:5px;
  top:6px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}


/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 1px solid #000;
  background: #fff;
  border-radius: 0;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 0; left: 1px;
  font-size: 1.4em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
 
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
/* hover style just for information */
label:hover:before {
  border: 1px solid #000 !important;
}
.mob_placement{display: none;}

.social_disp.mobile-view {
    display: none;
}

.testimonial-video{
	padding: 45px 0;
	width: 100%;
    margin-top: 55px;
    margin-bottom: 15px;
    clear: both;
}
.margin-30{
	margin-top: 30px;
}
/* testimonail video carousel*/
.carousel .inner-content.vid-inner-content { height: 405px; width: 720px; display: inline-block; }
.carousel .carousel-indicators { bottom: 0px; }
.carousel .carousel-indicators li { margin: 0 2px; width: 18px; height: 18px; background: transparent; border-color: #098943; border-width: 3px; }
.carousel .carousel-indicators li.active { background: rgb(9 137 67); }
.carousel#video-carousel { padding-top: 50px; padding-bottom: 50px; }
.carousel#video-carousel .carousel-inner { border: 2px solid #fff; background-color: #fff; }
.carousel#video-carousel .carousel-inner .inner-content.vid-inner-content .youtube-video { position: inherit; left: 0; top: 0; }
.carousel#video-carousel .carousel-control { color: rgba(0, 86, 184, 1); width: 5%; line-height: 400px; background: none; } 
.carousel#video-carousel .carousel-control:hover, .carousel#video-carousel .carousel-control:focus, .carousel#video-carousel .carousel-control:active { color: rgba(0, 86, 184, 1); }
.carousel-control { width: 5%; }
.carousel .carousel-control { background: transparent; text-shadow: none; color: rgba(0, 86, 184, 1); opacity: 1; }
@media (max-width: 768px){
.carousel .inner-content.vid-inner-content { height: 293px; width: 520px; display: inline-block; }
.carousel-control { width: 5%; }
}
@media (max-width: 414px){
.carousel .inner-content.vid-inner-content { height: 100%; width: 320px; display: inline-block; }
.vid-carousel-control { display: none; }
.carousel .carousel-indicators { bottom: 40px; }
}
@media (max-width: 360px){
.carousel .inner-content.vid-inner-content { height: 100%; width: 266px; display: inline-block; }
.vid-carousel-control { display: none; }
.carousel .carousel-indicators { bottom: 40px; }
}