body
{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
@font-face 
{
    font-family:GOODTIME;
    src: url(../fonts/GOODTIME.ttf);

}
@font-face 
{
    font-family: 'arial';
    src: url(../fonts/arial.ttf);
}
html, body {height:100%; margin:0;}
body
{
	 font-family: 'arial';
	 overflow-x: hidden !important;
}
h1, h2, h3, h4, h5
{
	
}
h4
{
	font-weight: 600;
	margin-top:20px;
}
h3
{
	font-weight: bold;
	margin-bottom: 18px;
	color: #FF8C00;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 20px;
}
h4
{
	font-weight: bold;
	color: #005493;
}
a
{
	text-decoration:none !important;
}
p 
{
	line-height: 25px;
	font-size: 15px;
	text-align: justify;
}
img
{
	max-width: 100%;
}
.height_100p
{
	height:100%;
}

.uppercase_li li{
    text-transform:uppercase;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #FF8C00;
}

::selection {
    color: #fff;
    background: #FF8C00;
}
.error
{
	color: #de0f0f !important;
}
.screen-reader-response
{
	display:none;
}
/* ------------- */

.navbar-inverse 
{
	border-radius: 0;
	border: none;
	margin: 0;
	z-index:99999;
	background-color:transparent;
}
.navbar-brand 
{
	font-weight: 700;
	font-size: 15px;
	 font-family:GOODTIME;
}
.navbar-inverse .navbar-nav > li
{
	padding-left: 21px;
	padding-right: 21px;
}
.navbar-inverse .navbar-nav > li > a
{
	color: #FF8C00;
	padding: 18px 0px 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
}

.logo 
{
	max-width: 320px;
	width: 100%;
}
.navbar-brand 
{
  
   padding: 18px 25px !important;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover 
{
   color: #FF8C00;
}
/* ------------ */

.main
{
	position:absolute;	
	width: 100%;
	/* overflow: hidden; */
}

footer 
{
	/*background: rgba(255, 255, 255, 0.88);*/
	background: #ececec;
	width: 100%;
	bottom: 0;
	z-index: 50;
	padding-top: 10px;
}

.footer_ul 
{
	margin: 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.footer_ul li 
{
	display: inline;
	font-size: 14px;
	color:#000;
}
.footer_ul li span
{
	font-weight:bold;
	font-size:12px;
}
.footer_ul li a
{
	color:#000;
	text-decoration:none;
}
.footer_ul li ul, .footer_ul li ul li 
{
	display: inline;
	padding: 0;
}
.footer_ul .fa 
{
	
	font-size: 16px;
	padding-left: 3px;
}
/* -------------- */


/* --------Shamim------------ */

/* -----------Banner--------- */
 
.banner_sec .carousel_img 
{
	width: 100%;
	transition: 1s ease-in-out;
}

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

.left.carousel-control
{
	position: absolute;
	left: -5%;
	top: 43%;
}
.crowsal_prev 
{
    width: 61px;
    height: 100px;
    background: url(../images/arrow_left.png);
    background-size: auto;
    background-size: 100% 100%;
}
.right.carousel-control
{
	position: absolute;
	right: -5%;
	top: 43%;
}
.crowsal_next
{
    width: 61px;
    height: 100px;
    background: url(../images/arrow_right.png);
    background-size: auto;
    background-size: 100% 100%;
}
.carousel-indicators
{
	top:16px;
	z-index: 99999999;
	width:100%;
	margin-left: 0%;
	left: 0;

}
.carousel-indicators li {
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 21px;
	margin-right: 21px;
    text-indent: 0;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
    color: #FF8C00;
	padding: 18px 0px 4px;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	border: none;
}
.carousel-indicators li a
{
	color: #FF8C00;
}
.carousel-indicators li.active
{
	width: auto;
    height: auto;
    color: #FF8C00;
    padding: 18px 0px 4px;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    background: transparent;
    border-bottom: 1px solid #000;
    border-radius: 0;
        margin-left: 21px;
    margin-right: 21px;
}
.carousel-control {
    opacity: 1;
}
.carousel-control:focus, .carousel-control:hover {
     opacity: 1;
}
.banner_cap
{	
	background: #000;
	color: #fff;
	padding: 4px 19px 15px 22px;
}
.banner_cap h4
{
	color: #f6971c;
}
.banner_cap p
{
	line-height: 26px;
	text-align: justify;
}
.style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar-thumb
{
	background-color: gray;
}

/* ---------------- */

/* -------Agency------- */

/* -------End Agency----- */
.career_slide p
{
	text-align: center !important;
	margin-bottom: 20px;
}

.career_tab h3 a
{
	color: #FF8C00;
}

.career_tab 
{
	display: flex;
	justify-content: space-around;
	margin-top: 2%;
	padding-top: 2%;
	border-top: 1px solid grey;
}

.career_join_row
{
	margin-top: 5%;
}
.inner_car p
{
	line-height: 23px;
	font-size: 14px;
	margin-bottom: 6px;
	color: #787777;
}

/* -------------- */

.apply_btn
{
	background:#000;
	border-radius: 0;
	padding: 6px 20px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	border:none;
	cursor:pointer;
	transition: .5s ease-in-out;
}
.apply_btn:hover
{
	background: #000;
	color: #fff;
	text-decoration:none;
}
.active_7
{
	color: #FF8C00 !important;
}

.apply_form .form-control {
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}
.apply_form label
{
	color: #000;
	text-align: left !important;
}
.apply_form .col-sm-12,.apply_form .col-sm-11,.apply_form .col-sm-6
{
    padding-left:0;
    padding-right:0;
}
.apply_form label
{
    padding-left:0;
}


/* ----------Login---------- */
.login_page
{
	max-width: 420px;
	width: 100%;
	margin: 0 auto;
}
.login_page .form-control
{
    font-size: 17px;
    line-height: 32px;
    border-bottom: 1px solid #ccc !important;
    border: none;
    box-shadow: none;
    margin-top: 26px;
    padding: 6px 6px
}
.btn-default
{
	width:100%;
	border-radius: 4px;
}

.login_page .form-control::placeholder
{
	color: #ccc !important;
	text-align: center;
}
.form-horizontal .form-group
{
	margin-left: 0;
	margin-right: 0;
	width: 100%
}
.login_btn 
{
	color:#fff;
	border-radius: 0;
	border: none;
}
.login_btn:hover
{
	background: #f7941d;
	color: #fff;
}
/* ----End Login----- */

/* -----------New-works------------- */
.footer_ul1
{
	display: flex;
	justify-content: center;	
	flex-wrap: wrap;
}
.footer_ul1 li
{
	padding: 13px 3% 7px !important;
}
.footer_ul2 li
{
	text-transform: uppercase;
	font-size: 10px;
}
.footer_ul2
{
	padding-top: 13px;
}
.filtr-container img
{
	max-width:247px;
}
footer ul
{
	padding-left: 0px;
}
.footer_ul li
{
	padding: 0px 3px 10px;
}
.footer_ul img
{
	width: 17px;
	margin-top: -4px;
	margin-left: 3px;
}
/* -------End Footer-------- */


/*----slider-------*/



@media screen and (max-width:576px)
{
	.career_tab h3
	{
		font-size:12px;
		line-height: 20px;
		margin:5px;
	}
	.home_nav_li
	{
		display: flex !important;
		align-items: center !important;
	}
}
@media screen and (min-width:576px)
{
	.career_tab h3
	{
		font-size:15px;
	}
	.mumbai_br
	{
		display: none;
	}
}

@media screen and (max-width:768px)
{	
	.logo 
	{
    max-width: 200px;
	}
	.my_nav 
	{
		display: flex;
		justify-content: center;
	}
	.navbar-inverse .navbar-nav > li > a
	{
		font-size: 15px;
		padding: 2px 0px 10px;
		text-align: center;
	}
	.navbar-inverse .navbar-nav > li 
	{

    margin-left: 0px;
    margin-right: 0px;

	}
	.navbar-nav
	{
		margin-top:0;
		margin-bottom:0;
	}

	/*----------*/
	.banner_sec .carousel_img 
	{
		width: 100%;
		transition: 1s ease-in-out;
	}
	.banner_sec
	{
		margin-top:30px;
	}
	.carousel-indicators 
	{
    top: -49px;
	}
	.carousel-indicators li , .carousel-indicators li.active
	{
		font-size:14px;
		margin-left: 7px;
		margin-right: 7px;
	}
	
	.navbar-brand
	{
		height: auto;
		width: 100%;
	}
	.navbar-brand > img
	{
		margin: 0 auto;
	}
	 h3
	{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.login_page form
	{
		margin: 30px 6px;	
	}
	
	.footer_ul img 
	{
    width: 14px;
    margin-top: -4px;
    margin-left: 4px;
	}
	.footer_ul .fa 
	{
    font-size: 18px;
    padding-left: 4px;
	}
	footer 
	{
    background: rgba(240, 240, 240, 0.88);
	}
	.career_inner_pg
	{
		margin-top: 20px;
	}
}

@media screen and (min-width:768px)
{
	html, body
	{
		overflow:hidden;
	}
	header
	{
		 position:fixed;
		top:0;
		width:100%;
		max-height:50px;
		z-index: 50;
	}
	.navbar-brand 
	{
		font-size: 30px;
	}
	footer
	{
		position:fixed;
		padding: 10px 0 0px;
	}
	.footer_height
	{
	opacity: 0;
	height: 40px;
	}	
	
	/*------------*/
	.banner_sec .carousel_img
	{
		background-image: url('../images/Asset-Wise-01-bg.jpg');
		background-size: cover;
		background-position: bottom center;
	}
	.banner_cap
	{
		position: absolute;
		bottom: 9%;
		left: 0%;	
		max-width: 450px;
	}
	.ageny_slide .col-sm-6 > div:first-child
	{
		padding-right: 6%;
	}
	.ageny_slide .col-sm-6 > div:last-child
	{
		padding-left: 6%;
	}
	.banner_sec .carousel_img 
	{
    width: 100%;
    transition: 1s ease-in-out;
    height: 100vh;
	}
	.flex_slide
	{
		min-height: 100vh;
		display: flex;
		align-items: center;	
		justify-content: center;
	}
	.work_slide > .row > div:nth-child(3)
	{
		padding-top: 15%;
	}
	.career_inner_pg
	{
		padding: 90px 4%;
	}
	.career_tab h3
	{
		font-size:16px;
	}
}
@media screen and (max-width:991px)
{
	.logo 
	{
   	 max-width: 250px;
	}
	.carousel-indicators li,.carousel-indicators li.active
	{
		font-size:14px;
		margin-left:8px;
		margin-right:8px;
	}
	.navbar-inverse .navbar-nav > li > a
	{
		font-size:14px;
		margin-left:8px;
		margin-right:8px;
	}
	.navbar-inverse .navbar-nav > li
	 {
    padding-left: 8px;
    padding-right: 8px;
	}
}
@media screen and (min-width:992px)
{	
	.my_nav 
	{
		min-width: 50%;
		display: flex;
		justify-content: start;
	}
	.navbar-nav.my_nav
	{
		padding-top: 10px;
	}	
	
	.navbar-brand
	{
		height: auto;
		padding:10px 10px;
	}
	nav
	{
		padding-top: 7px;
	}
	.career_tab h3
	{
		font-size:20px;
	}
}