
/*----------------common-----------------*/

body{
	background: #000;
    font-family: 'AvenirNextCondensed-Regular';
}

::focus {
	outline: none;
}

ul{
	padding: 0;
}

li{
	list-style: none;
}

a:hover{.contact_bnr
	text-decoration: none;
}

.clear{
	clear: both;
	display: block;
}

h1, h2, h3, h4{
	margin: 0;
	letter-spacing: 1px;
}

.pt_25 {
    padding-top: 25px;
}


.container-fluid {
    padding-right:60px;
    padding-left:60px;
    margin-right: auto;
    margin-left: auto;
}
/*----------------common-----------------*/
.autocomplete-items {
     position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    bottom: 37%;
    left: 14px;
    right: 0;
    max-width: 238px;
    width: 100%;
	font-family: 'AvenirNextCondensed-Regular';
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color:rgba(255,255,255,0.8); 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.icon_size {
    padding: 20px;
}

.mt_20 {
    margin-top: -20px;
}
.partners{
        background: #fff;
    float: left;
    margin-bottom: 25px;
    width: 100%;
    padding-bottom: 20px;
}
.partners .img-responsive{
    max-width: 100%;
    height: auto;
    display: unset;
}


/**--------------------Header Home Page--------**/
.mainbody{
	background: #000;
}


.home header{
  padding: 40px 0px 25px 0px;
    background: #000;
    z-index: 999999999;
    position: relative;
}


header{
	padding: 25px 0px;
	 background: #000;
}

header h2{
	color: #fff;
	font-family: 'AvenirNextCondensed-Regular';
}

.social_icon ul{
	 padding: 0;
    float: right;
	display:none;
}

.social_icon ul li{
	display: inline-block;
        margin-left: 15px;
	width:21px;
}


.social_icon ul li a img:hover{
	opacity: 0.8;
}

.social_icon ul li a img{
	width: 100%;
	opacity: 1;
}




/**--------------------Banner--------**/

.home{
	background-image: url(../images/bg_content.png);
	background-size:100% 100%, cover;
    background-position: center;
    height:100vh;
	background-repeat: no-repeat;
	overflow: hidden;
}
.contact_mobile{
	display: none;
}
.contact_bnr{
	background-image:url('../images/bg41.png'); background-position: center; background-size:100%, cover; 
	/*height: 100vh;*/
	background-repeat: no-repeat;
}

.contact_bnr header{
	background: none;
}

/*
.main_bg{
	background-image: url(../images/bg_content.png);
	background-size: cover;
    background-position: center;
    height:72vh;
}
*/

.banner_img{
	    text-align: center;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.banner_img .img-responsive{
/*
	width:40%;
	padding:4% 0px 0px;
	margin: auto;
*/
	
	margin: 0 auto;
    width: 25%;
}


/*--------------------Footer-------------------*/

#navbar {
	text-align: center;
}

#navbar ul.nav{
	float: none;
}

#navbar ul li{
		display: inline-block;
	float: none;
	position: relative;
}

#navbar ul li:before{
	content: '';
	background-color: #fff;
	position: absolute;
	height: 20px;
	width: 1px;
	top: 0;
	right: 0;
}
#navbar ul li:last-child:before {
	content: '';
	background-color: #fff;
	position: absolute;
	height: inherit;
	width: inherit;
	top: 0;
	right: 0;
}
ul.dropdown-menu li:before {
	height: inherit;
	width: inherit;
	display:none;
}

#navbar ul li.active a{
	color: #C7009B;
}

/*#navbar ul li a{
	font-family: 'AvenirNextCondensed-Regular';
	color: #fff;
	display: inline-block;
	padding: 0 13px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
*/

#navbar ul li a:hover {
	color: #C7009B !important;
}
#navbar ul li a {
    font-family: 'AvenirNextCondensed-Regular';
    color: #fff;
    display: inline-block;
    padding: 0 13px;
    font-size: 13px;
    text-transform: uppercase;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	    background-color: transparent;
}

#navbar ul li:hover .dropdown-menu{
	display: inline-block;
}

.navbar-nav>li>.dropdown-menu{
	    background-image: url(../images/list.png);
    background-position: 0% -2%;
    background-repeat: repeat-y;
	    height: 115px;
}

.navbar-nav li.dropdown ul li:after{
	background-color: transparent !important;
}

.navbar-nav li.dropdown ul li a{
	color: #fff !important;
}

.navbar-nav li.dropdown ul li a:hover{
	color: #C7009B;
}

.dropdown-menu{
	    background-color: #000;
}

.dropdown-menu{
	bottom: 100%;
	top: auto;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #C7009B;
    text-decoration: none;
    background-color: transparent;
}

.navbar-nav>li>.dropdown-menu  li{
	    margin-top: 4px;
    margin-bottom: 15px;
    margin-left: 15px;
    vertical-align: middle;
}

.home footer {
    padding: 20px 0px 10px 0px;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #000;
}

footer{
	padding: 20px 0px 10px 0px;
}
.footer_icon ul li{
	display: inline-block;
	    margin-left: 15px;
    width: 21px;
}

.footer_icon ul li a img {
    width: 70%;
    opacity: 1;
}

.copyright{
	 font-family: 'AvenirNextCondensed-Regular';
	font-size: 14px;
	color: #fff;
	text-align: right;
	letter-spacing: 0.5px;
	padding-top: 3px;
}


/*----------------------------About Us-----------------------*/

.header_img img.img-responsive{
	/*width: 30%;*/
	height:75px;
	object-fit:contain;
}

.other_page .main-nav{
	margin-top: 25px;
}

.other_page .social_icon{
	margin-top: 20px;
}

.other_page .dropdown-menu{
	bottom: auto;
    top: 100%;
}

.about{
	background-image: url(../images/grid_about.png);
	background-position: center;
	width: 100%;
	background-repeat: repeat;
	float: left;
	margin:70px 0px 50px 0px;
	   background-size: cover;
}
.partners1{
	padding-top: 50px;
}
.about .img-responsive{
	width: 45%;
	margin: auto;
	margin-top: -42px;
}

.about h2{
	font-family: 'AvenirNextCondensed-DemiBold';
	color: #fff;
	font-size: 33px;
	margin: 30px 0px;
	padding-top:70px;
}

.about p{
	color: #fff;
	font-family: 'AvenirNextCondensed-Regular';
	font-size:18px;
}

#partner{
	background-color: #fff;
	padding: 30px 0px;
	float: left;
	width: 100%;
	margin-bottom:30px;
}


.what_we{
	background-image: url(../images/grid.png);
	background-position: center;
	width: 100%;
	background-repeat: repeat;
	float: left;
	margin:70px 0px 50px 0px;
	background-size: cover;
}

.what_we .img-responsive{
	    width: 80%;
    margin: auto;
    margin-top: 30px;
    vertical-align: middle;
}

.what_we h2{
	font-family: 'AvenirNextCondensed-DemiBold';
	color: #fff;
	font-size: 33px;
	margin: 30px 0px;
}

.what_we p{
	color: #fff;
	font-family: 'AvenirNextCondensed-Regular';
	font-size:18px;
}

.list{
	max-width: 300px;
	width: 100%;
	margin:50px auto;
}

.list ul li{
	border: 2px #fff dashed; 
	border-width: 2px 0px;
	padding: 10px 0px;
}

.list ul li:nth-child(1){
	border-bottom: 0px;
}
.list ul li:nth-child(2){
	border-bottom: 0px;
}

.list ul li:nth-child(3){
	border-bottom: 0px;
}

.list ul li a{
	text-align: left;
	font-size: 17px;
	font-family: 'AvenirNextCondensed-DemiBold';
	color: #fff;
	letter-spacing: 0.5px;
}

.list ul li a:hover{
	color: #C7009B;
}

.list ul li i{
	    padding-right: 10px;
    color: #C7009B;
	font-size: 20px;
}
.padder p, .text_box{
	padding-left: 70px;
}
.padder .input_div {
	margin-left: 70px
}
#bose{
    background: linear-gradient(to right, #6b0053, #c6069a);
	padding:0px;
	margin-bottom: 30px;
}

#bose img.img-responsive{
	    position: relative;
    width:50%;
    float: right;
    margin-bottom: -50px;
    padding-top: 50px;
}

.what_we .row{
	margin-bottom: 30px;
}
.contact .text_box{
	margin: 50px 0px 50px 0px;
}

.contact .img-responsive{
	width:100%;
	margin: auto;
	 opacity: 0.7;
	 -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
/*	display: none;*/
}

.contact h2{
    font-family: 'AvenirNextCondensed-DemiBold';
    color: #fff;
    font-size: 28px;
    margin: 19px 0px;
    letter-spacing:2px;
}

.contact h3{
	 font-family: 'AvenirNextCondensed-DemiBold';
    color: #fff;
    font-size:18px;
    margin: 19px 0px 5px 0px;
    letter-spacing: 2px;
    font-weight: 600;
}

.contact p{
	color: #fff;
	font-family: 'AvenirNextCondensed-Regular';
	font-size:18px;
	    margin-bottom: 0;
}

.contact p b{
     font-family: 'AvenirNextCondensed-DemiBold';
}

.contact_banner{
	    background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url(../images/bg3.png);
    background-repeat: repeat-y;
}

#bose_contact{
    background: linear-gradient(to right, rgba(110,0,85,0.5), #c7009b);
	padding:0px;
}

.input_div {
    background: linear-gradient(rgba(8, 8, 8, 0.98), rgba(136, 125, 125, 0.47)), #000;
    width: 237px;
    height: 50px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
	margin-top:8px;
	
}

.custom_input {
    margin: 12px 10px 12px 20px;
    color: #000;
}

.input_div .fa{
	color: #fff;
	cursor: pointer;
}

#bose_contact{
	padding:20px 0px 15px 0px;
}

#bose_contact p{
	font-family: 'AvenirNextCondensed-Medium';
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
}

#bose_contact h2{
	font-family: 'AvenirNextCondensed-DemiBold';
	color: #fff;
	    font-size: 27px;
	letter-spacing: 3px;
}

#bose_contact span{
	    font-size: 22px;
    vertical-align: middle;
	font-family: 'AvenirNextCondensed-DemiBold';
}
#bose_contact span a{
	    font-size: 22px;
    vertical-align: middle;
	font-family: 'AvenirNextCondensed-DemiBold';
	text-decoration: none;
	color:#fff
}

.socail{
	
	margin-top:10px;
}

.socail a{
	font-family: 'AvenirNextCondensed-DemiBold';
	color: #fff;
	    font-size: 22px;
	
}

.socail a:hover{
	color: #000;
}


#navbar ul li:nth-child(4):after{
    content:none;
    background-color: #fff;
    position: absolute;
    height: 20px;
    width: 1px;
    top: 0;
    right: 0;
}

.navbar-toggle{
	background: linear-gradient(to right, #C7009B, #ef67d0f2)
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}

.submenu{
	margin-left: 15px;
}

.mb50{
    margin-bottom:40px;
    display: block;
    float: left;
}

.mb60{
    margin-bottom:65px;
    display: block;
    float: left;
}
.mobile-welcome {
	display:none;
	position: absolute;
    top: -90px;
	left:0;
    width: 100%;
}
.mobile-welcome h2 {
	color: #fff;
    font-family: 'AvenirNextCondensed-Regular';
	padding:0;
	margin:0;
	font-size:22px;
}
.other-menu {
	/*margin:-50px 0 0 0;*/
}
.mobile-logo {
	display:none;
}
#mobile-logo {
	padding:2em 0 10px 0;
	display:none;
}
#mobile-logo .img-responsive {
	width:42%;
	margin:0 auto;
}
.modal-open {
    overflow: scroll;
}



/*------------------------RESPONSIVE----------------------------*/

@media only screen and (min-width:1440px){
	.about .img-responsive {
		width: 55%;
		margin: auto;
	}
	
		.contact_bnr {
    background-image: url(../images/bg41.png);
    background-position: center;
    background-size: 63%, cover;
    /*height:100vh;*/
    background-repeat: no-repeat;
}
}

@media only screen and (max-width:1920px){

	
}

@media only screen and (max-width:1400px){

.contact_bnr {
    background-image: url(../images/bg41.png);
    background-position: center;
    background-size: 78%, cover;
    /*height: 76vh;*/
    background-repeat: no-repeat;
}
	
}


@media only screen and (max-width:1400px){
	

.contact_bnr {
    background-image: url(../images/bg41.png);
    background-position: center;
    background-size: 74% 100%, cover;
   /* height: 100vh;*/
    background-repeat: no-repeat;
}
	
}

@media only screen and (max-width:1200px){
	#navbar ul li a{
		    font-size: 11px;
	}
    
    .padder p, .text_box{
        padding-left: 130px;
    }
    
    .padder .input_div {
        margin-left: 130px;
    }

}

@media only screen and (max-width:1281px){
	#navbar ul li a{
		    font-size: 11px;
	}
    
    .padder p, .text_box{
        padding-left: 40px;
    }
    
    .padder .input_div {
        margin-left: 40px;
    }

}







@media only screen and (min-width:992px){
	#bose_contact span a{
		position: absolute;
		top: 30px;
		margin-left:-20px
	}
	.padder .input_div{
		margin-top: 30px;
	}
	
}
@media (max-width:1199px) and (min-width:992px){
	.contact .text_box {
		margin: 100px 0px 50px 0px;
	}
	.padder p, .text_box{
	padding-left: 100px;
}
.padder .input_div {
	margin-left: 100px
}
}
@media only screen and (max-width:1199px){
	
	#navbar ul li::after {
		content: '';
		background-color: #fff;
		position: absolute;
		height: 15px;
		width: 1px;
		top: 3px;
		right: 0;
	}
	
	.about .img-responsive {
		width: 40%;
		margin: auto;
			margin-top: auto;
		margin-top: 40px;
	}
	
	.navbar-nav > li > .dropdown-menu {
		background-image: url(../images/list.png);
		background-position: -2% -4%;
		background-repeat: repeat-y;
		height: 115px;
		background-color: rgba(0,0,0,0.8);
	}
	.other_page .main-nav {
		/*margin-top: 12px;*/
		margin-top:0;
	}
	
	.other_page .social_icon {
		margin-top: 9px;
	}
	
	#navbar ul li a{
		    padding: 0px 10px;
	}
	
	.copyright{
		font-size: 11px;
		padding-top: 4px;
	}
}
.contact_banner{
	display: none;
}

@media only screen and (max-width:991px){
    
    .overflow {
        overflow: auto !important;
        overflow-x: hidden !important;
    }
    
    .padder .input_div {
        margin-left: 0;
    }
	
	.home {
		background-image: url(../images/bg_content.png);
		background-size: 100% 60%, cover;
		background-position: center;
		height: 100vh;
		background-repeat: no-repeat;
		overflow: hidden;
	}
	.contact_bnr{
		background-image: none;
	}
	.contact_banner{
		display: block !important
	}
	.container-fluid{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.socail {
		margin-top: 0px;
	}
	
	#bose_contact span {
		font-size: 23px;
		vertical-align: middle;
		font-family: 'AvenirNextCondensed-DemiBold';
		display: block;
	}
	.contact .text_box{
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	.about .text_box{
		padding-left: 0;
		text-align: center
	}
	.partners1{
		padding-top:20px;
	}
	.padder p, .text_box{
		padding-left: 0
	}
	.padder .input_div{
		margin-left: 0
	}
	.what_we{
		text-align: center;
	}
	
/*
	.banner_img .img-responsive {
		width: 40%;
		padding: 28% 0px 0px;
		margin: auto;
	}
*/
	
	.about .img-responsive {
		width: 20%;
		margin: 0;
		margin: 40px auto 0;
	}
	
	.list {
		max-width: 300px;
		width: 100%;
		margin: 50px auto;
	}
	.list ul li{
		width: 270px;
		text-align: left;
	}
	.header_img img.img-responsive {
		width: 20%;
		text-align: center;
		margin: auto;
	}
	
	#bose img.img-responsive {
		position: relative;
		width: 35%;
		float: left;
		margin-bottom: 0;
		padding-top: 0;
		margin-top: -42px;
		padding-bottom: 24px;
	}
	
	.social_icon ul {
		padding: 0;
		float: none;
		text-align: center;
		margin-top: 10px;
	}

	#navbar ul li a{
		    padding: 0px 6px;
	}
	
	.footer_icon{
		text-align: center;
		    margin-top: 20px;
	}
	
	.copyright {
    font-family: 'AvenirNextCondensed-Regular';
    font-size: 16px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
}

}

@media only screen and (min-width:767px){
	
	
	
	.navbar-collapse{
		padding: 0px;
	}
	
	.mobile_view{
		display: none;
	}
	
	#partner_mob{
		display: none;
	}
}



@media only screen and (max-width:767px){
	
/*
	
*/
	
	.navbar-toggle {
		/*margin-top: -70px;*/
		margin-right: 0px;
	}
	
	
	#navbar1{
		margin-top: 40px;
	}
	.home #navbar1{
		margin-top: 0px;
	}
	.autocomplete-items{
	    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    bottom: 37%;
    left: 0;
    right: 0;
    max-width: 238px;
    width: 100%;
    margin: auto;
		    text-align: left;
	}
	
	.contact .img-responsive{
		width:100%;
	}
	
	.contact{
		text-align: center;
	}
	
	#bose_contact{
		text-align: center;
	}
	
	.input_div{
		margin: 15px auto;
		display: inline-block;
	}
	.padder p, .text_box{
		padding-left: 0px;
	}
	.padder .input_div {
		margin-left: 0px
	}
	
	#bose_contact h2 {
    font-family: 'AvenirNextCondensed-DemiBold';
    color: #fff;
    font-size: 25px;
}
	
	.contact h2 {
		font-family: 'AvenirNextCondensed-DemiBold';
		color: #fff;
		font-size: 25px;
		margin: 30px 0px;
	}
	
	.contact h3 {
		font-family: 'AvenirNextCondensed-DemiBold';
		color: #fff;
		font-size: 22px;
		margin: 30px 0px;
	}
	
	.contact p {
		color: #fff;
		font-family: 'AvenirNextCondensed-Medium';
		font-size: 15px;
	}
	
	#partner{
		display: none;
	}
	
	.mainbody {
		background: #000;
		float: left;
		width: 100%;
	}
	
	.home footer {
		padding:0px 0px 20px 0px;
		float: left;
		width: 100%;
	}
	
	
	footer {
		padding:0px 0px 20px 0px;
		float: left;
		width: 100%;
	}
	
	#partner_mob{
		padding: 0px 0px;
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 30px;
		background-color: #fff;
	}
	
	#partner_mob .img-responsive {
		width: 49%;
		margin:10px auto;
	}
	
	.about .img-responsive {
		width: 40%;
		margin: 20px auto 0;
	}
	.partners .img-responsive{
		max-width: 50%;
            float: none !important;
	}
	.copyright{
		font-size: 14px;
	}
	
	.about{
		padding: 20px 0px;
	}
	
	.about h2 {
		font-family: 'AvenirNextCondensed-DemiBold';
		color: #fff;
		font-size: 25px;
		margin: 25px 0px;
	}
	
	.about p {
		color: #fff;
		font-family: 'AvenirNextCondensed-Medium';
		font-size: 16px;
	}

/*
	.main_bg {
		background-image: url(../images/bg_content.png);
		background-size: cover;
		background-position: center;
		height:60vh;
	}
*/
	
	.what_we h2 {
		font-family: 'AvenirNextCondensed-DemiBold';
		color: #fff;
		font-size: 25px;    margin: 30px 0 30px 0;
	}
	
	.what_we p {
		color: #fff;
		font-family: 'AvenirNextCondensed-Medium';
		font-size: 16px;
	}
	
/*
	.banner_img .img-responsive {
		width: 60%;
		padding: 30% 0px 0px;
		margin: auto;
	}
*/
	
	.other_page .mobile_view .navbar-toggle {
		    margin-top: 0px;
    position: absolute;
    z-index: 9;
    right: 15px;
	}
	
/*
	.navbar-toggle{
		margin-top: 0px;
		    margin-right: 0px;
	}
	
*/
	.header_img img.img-responsive {
		width: 37%;
		text-align: center;
		margin: auto;
	}
	
	header {
		padding: 20px 0px;
	}
	
	.navbar-nav > li > a{
		font-family: 'AvenirNextCondensed-Medium';
		text-transform: uppercase;
		color: #fff;
		padding-top: 5px;
	}
	
	.other_page .social_icon, .social_icon {
		margin-top: 0px;
	}
	
	.mobile_view{
		display: block;
	}
	
	.desktop_view{
		display: none;
	}
}

@media only screen and (min-width:1080px) {
	
	.home{
        background-image: url(../images/bg_content_1080.png);
        background-size: 100% 70%, cover;
        background-position: center;
        height: 100vh;
        background-repeat: no-repeat;
        overflow: hidden;
	}
	
	#bose_contact {
        padding:20px 0px;
        margin-bottom: 30px;
    }
/*
	.main_bg {
    background-image: url(../images/bg_content.png);
    background-size: cover;
    background-position: center;
    height: 60vh;
}
	
*/
.what_we .img-responsive {
    width: 80%;
    margin: auto;
        margin-top: auto;
    margin-top: 40px;
}
	
}


@media only screen and (max-width:480px){
	
	@media only screen and (max-width: 700px)
	.home {
		background-image: url(../images/bg_content.png);
		background-size: 219% 61%, contain;
		background-position: center;
		height: 100vh;
		background-repeat: no-repeat;
		overflow: hidden;
	}
	
	.contact_mobile{
		display: block;
	}
	.contact_desktop{
		display:none;
	}
	.partners, #bose{
		margin-bottom: 0px;
	}
	.icon_size{
		margin-bottom: 15px;
	}
	.autocomplete-items{
	    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    bottom: 37%;
    left: 0;
    right: 0;
    max-width: 238px;
    width: 100%;
    margin: auto;
		    text-align: left;
	}
	
	#bose_contact h2 {
    font-family: 'AvenirNextCondensed-DemiBold';
    color: #fff;
    font-size: 24px;
}
/*
	.other_page .mobile_view .navbar-toggle {
		margin-top: 0px;
	}
*/
}


@media only screen and (max-width:700px){
	
	.contact .text_box{
		margin: 100px 0px 0px 0px;
	}
	
	.home{
		    background-image: url(../images/bg_content.png);
		background-size: 100% 33%, cover;
		background-position: center;
		height: 100vh;
		background-repeat: no-repeat;
		overflow: hidden;
	}
	
	.footer_icon ul li{
		margin-left: 0px;
	}
	
	.navbar-nav>li>a{
		padding-bottom:5px;
	}
	
	.banner_img .img-responsive{
		    width: 22%;
	}
	
	.social_icon ul li{
		    margin-left: 8px;
	}
	
	.social_icon ul li:nth-child(1){
		    margin-left:0px;
	}
	
	.navbar-toggle {
		margin-top: -70px;
		margin-right: 0px;
	}
	
		
	.home header {
		padding: 10px 0px;
	}		

	
}

@media only screen and (max-width:414px){
		.banner_img {
			text-align: center;
			position: absolute;
			top: 43%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 100%;
		}
	
	.home {
		background-image: url(../images/bg_content.png);
		background-size: 100% 34%, cover;
		background-position: center;
		height: 100vh;
		background-repeat: no-repeat;
		overflow: hidden;
	}
	
	.banner_img .img-responsive {
		width: 32%;
	}
}

@media only screen and (max-width:374px){
	
.contact .text_box {
		margin: 19px 0px 30px 0px;
	}
	
.home{
	background-image: url(../images/bg_content.png);
	background-size: 100% 33%, cover;
	background-position: center;
	height: 100vh;
	background-repeat: no-repeat;
	overflow: hidden;
	}
	
	.banner_img .img-responsive{
		    width: 35%;
	}
	
	.social_icon ul li{
		    margin-left: 8px;
	}
	
	.social_icon ul li:nth-child(1){
		    margin-left:0px;
	}
	
	.navbar-toggle {
		margin-top: -70px;
		margin-right: 0px;
	}

	
/*
.banner_img .img-responsive {
    width: 60%;
    padding: 10% 0px 0px;
    margin: auto;
}
*/
}
@media (max-width:1199px) and (min-width:992px){
	
	.banner_img{
		    top: 48%;
	}
	
	.banner_img .img-responsive{
		width: 29%;
	}
.home {
    background-size: 100% 65%, cover;
}
}














/* start 06.09.2018 code by kayum */
.less-gaping {
	margin:70px 0px 0 0px;
}
.less-gaping h2 {
	margin:30px 0 30px 0;
}
.maintaince-gaping {
	margin:70px 0px 0 0px;
}
/*
.maintaince-gaping .row1 {
	margin-bottom: 15px!important;
}
*/
/*
.what-we h2 {
	margin:0;
}
*/
/* end 06.09.2018 code by kayum */




@media all and (max-width:600px){
	.about {
		padding:10px 0 0 0!important;
	}
	.less-gaping {
		margin:0 0px 0 0px!important;
	}
	.less-gaping h2 {
		padding-top: 0;		
	}
	.maintaince-gaping {
		margin:0px 0px 0 0px;
	}
	.what_we .img-responsive {
		margin-bottom:15px;
	}
	.desktop-welcome {
		display:none;
	}
	.mobile-welcome {
		display:block;
	}
	.desktop-social .social_icon ul {
		text-align:left;
	}
	header {
		padding: 15px 0 40px 0;
	}
	.other_page .social_icon ul {
		text-align:left;
	}
	.navbar-toggle {
		margin-top: -10px;
	}
	.home header {
		padding: 30px 0px 25px 0px!important;
	}
	.desktop-logo {
		display:none;
	}
	#navbar1 {
		margin:0;
	}
	#mobile-logo {
		display:block;
	}
	.profile h2 {
		padding-top: 10px!important;
		margin:0!important;
	}
	.social_icon ul li a img {
		height: 15px;
		object-fit: contain;
	}
}
@media all and (max-width:768px){ 
	.less-gaping {
		padding: 20px 0 0 0;
	}
}


@media (min-width :0px) and (max-width :630px) and (orientation :landscape) { 
	.banner_img {
			top:45%;
		}

	.home{
		background-size: 100% 37%, cover;
	}
	
	.home header {
		padding: 2px 0px;
	}
}


@media all and (max-width:812px){ 
.banner_img {
	top:45%;
}
}

@media all and (max-width:667px){ 
.banner_img {
	top:45%;
}

.what_we{
    background-size:358%;
}
	
}

@media all and (max-width:823px){ 
.banner_img {
	top:50%;
}
}

@media all and (max-width:640px){ 
.banner_img {
	top:45%;
}
}
@media all and (max-width:420px){ 
.banner_img {
	top: 50%;
}
}


.overflow{
    overflow: hidden;
}

#bose_contact {
    padding: 20px 0px;
    margin-bottom: 0;
/*
    position: absolute;
    width: 100%;
    bottom: 0;
*/
}

/*----------------------------Gallery-------------------------*/

.profile {
    background-image: url(../images/profile.jpg);
    background-position: center;
    width: 100%;
    background-repeat: repeat;
    float: left;
    background-size: cover;
}

.gallery_box{
    margin-top: 50px;
}

.gallery_box span{
    display: block;
    color: #fff;
    font-family: 'AvenirNextCondensed-Regular';
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.gallery_box .img-thumbnail{
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
    width: 100%;
    object-fit: cover;
}

.gallery_box .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 20px;
}

.gallery_box .carousel-inner>.item>img{
    width: 100%;
}

.gallery_box  .carousel-caption {
    right: 2%;
    left: 20%;
    padding-bottom: 0;
    bottom: 0%;
}

.gallery_box  .carousel-caption p{
        float: right;
    font-size: 14px;
    letter-spacing: 1px;
}

.gallery_box .modal-header{
    border: none;
}

.gallery_box  .modal-header .pull-left{
        color: #000;
    font-family: 'AvenirNextCondensed-Regular';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.gallery_box .modal-dialog {
    width: 600px;
    margin: 70px auto;
}

.gallery_box .modal-content{
        background-color: transparent;
    box-shadow:none;
    border:none;
}

#myModal5 .modal-backdrop.in{
    filter: alpha(opacity=100);
    opacity: 1;
}

#myModal5 .list-inline li span{
    color: #000;
}

.modal-backdrop.in{
        filter: alpha(opacity=90);
    opacity: .9;
}


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

.gallery_box .carousel-indicators {
    bottom: -50px;
}

.gallery_box .carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #bfbfbf;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    z-index: 999;
}

.carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin: 0;
    background-color:#9f3e81 !important;
    border: 1px solid #9f3e81 !important;
}

.close{
    opacity: 1;
}

.glyphicon-remove:before, .glyphicon-chevron-left:before, .glyphicon-chevron-right:before{
    content: none;
}

.img-icon{
        width: 15%;
    float: right;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: auto;
    height: auto;
    margin-top: -15px;
    font-size: 30px;
}

.img-icon1{
    width:30px;
    opacity: 1;
}

.gallery_box .carousel-control{
    opacity: 1;
}

/*.carousel-control.right {
    right: -110px;
}*/

/*.carousel-control.left {
    left: -110px;
}*/

.profile h2{
	font-family: 'AvenirNextCondensed-DemiBold';
	color: #fff;
	font-size: 33px;
	margin: 30px 0px;
	padding-top:70px;
}

.profile p{
	color: #fff;
	font-family: 'AvenirNextCondensed-Regular';
	font-size:18px;
}

*:focus{
    outline: none !important;
}
.desktop-logo a {
	display:inline-block;
}
.box-shadow {
	background:transparent!important;	
}
.model-new .modal-content {
	background-color: transparent;
    box-shadow: none;
    border: none;
}
.model-new .carousel-caption {
    right: 2%;
    left: 20%;
    padding-bottom: 0;
    bottom: 0%;
} 
.model-new .carousel-caption p {
	float: right;
    font-size: 14px;
    letter-spacing: 1px;
}
.model-new .carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #bfbfbf;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    z-index: 999;
}
.model-new .carousel-indicators {
	bottom: -50px;
}
.model-new .modal-header .pull-left {
	color: #000;
    font-family: 'AvenirNextCondensed-Regular';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.model-new .carousel-control.left {
	width:auto;
	left:-50px;
}
.model-new .carousel-control.right {
	width:auto;
	right:-50px;
}
.model-new .list-inline>li {
	display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 20px;
}
.model-new .img-thumbnail {
	border: none;
    border-radius: 0;
    background: none;
    padding: 0;
    width: 100%;
    object-fit: cover;
}
.model-new .modal-header {
	    border: none;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.popup-widget {	
	width: 100%;
    background: rgba(255,255,255,0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 520px;
}
.model-new .modal-backdrop {
	background:transparent;
}
.contact-new {
    /*padding:6em 0;*/
}
/*------------------------New css---------------------*/

@media screen and (max-width:2500px) { 
 
    
    .padder p, .text_box{
        padding-left: 165px;
    }
    
    .padder .input_div {
        margin-left:60px;
    }
    
   .contact_bnr {

       /* height:100vh;*/

    }
    
    .home header {
        padding: 69px 0px 25px 0px;
        background: #000;
        z-index: 999999999;
        position: relative;
    }
    
    header h2{
        font-size: 22px;
    }
} 


@media screen and (max-width:1681px) { 
     .padder p, .text_box{
        padding-left: 140px;
    }
    
    
}


@media screen and (max-width:1600px) { 
    
    .padder p, .text_box {
        padding-left: 129px;
    }
    
    
    .home header {
        padding: 40px 0px 25px 0px;
        background: #000;
        z-index: 999999999;
        position: relative;
    }
    
    .contact_bnr {
       /* height: 100vh;*/
    }

}





@media screen and (max-width:1500px) { 

    .padder p, .text_box {
        padding-left: 115px;
    }
    

}


@media screen and (max-width:1399px) { 

    .padder p, .text_box {
        padding-left: 113px;
    }
    
}

@media screen and (max-width:767px) { 
    .padder p, .text_box {
        padding-left: 0px;
    }
    
   .padder .input_div {
        margin-left: 0px;
    }

}


@media all and (max-width:320px){
	.mobile-welcome {
		top: -120px;
	}
}

@media all and (max-width:450px){
	.gallery_box .list-inline>li {
		width:48%;
	}
	#events-implementation {
		margin:10px 0 0 0;
		height:30px;
	}
	#permanent-install {
		margin:10px 0 0 0;
		height:30px;
	}
	#maintenance-package {
		margin:10px 0 0 0;
		height:30px;
	}
}