.navbar
{
	margin-bottom: 0;
}
.navbar-toggle
{
	border-color: #FFF;
}
.navbar-toggle .icon-bar
{
	background-color: #FFF;
}
.nav>li>a:focus, .nav>li>a:hover
{
	background-color: transparent;
}
@media only screen and (max-width: 767px)
{
.s-header_navbar
{
	background-color:#ccc;
}
.s-header_navbar-row-col img
{
	width: 50%;
	margin: 0px -15px;
}
.nav>li>a
{
	padding: 10px 0;
}
.navbar-toggle
{
	margin-right: 0px; margin-top:16px;
}
.about-bg, .about-bg02, .about-bg03
{
	background-image: none !important;
	height:auto !important;
}
.about-bg
{
	background-color: #fff;
}
.about-content-rgt, .about-bg03-content
{
	margin: 25px 0 40px !important;
	padding: 0 !important;
}
.about-bg02-content
{
	top: 5%;
}
}
@media only screen and (max-width: 480px)
{
.s-header_navbar-row-col img
{
	width: 65%;
	margin: 0px -15px;
}
.nav>li>a
{
	padding: 10px 0;
}
.navbar-toggle
{
	margin-right: 15px;
}

}
@media only screen and (max-width: 375px)
{
.s-header_navbar-row-col img
{
	width: 75%;
	margin: 0px -15px;
}
.nav>li>a
{
	padding: 10px 0;
}

}
@media only screen and (max-width: 320px)
{
.s-header_navbar-row-col img
{
	width: 85%;
	margin: 0px -15px;
}
.nav>li>a
{
	padding: 10px 0;
}
}

/*about-us page*/
/*new code*/
.about-bg
{
	background-image: url("../img/about/about-bg01.jpg");
	background-repeat: no-repeat;
	position: relative;
}
.about-bg:before
{    
	content: '';
    position: absolute;
    right: 0;
    bottom: 0px;
    display: block;
    border-top: 1800px solid transparent;
    border-right: 830px solid #fff;
}
.about-content-rgt
{
	text-align: center;
	margin: 170px 0 120px;
}
.about-content-rgt h1
{
	margin-bottom: 24px;
}
.about-bg02
{
	background-image: url("../img/about/about-bg02.jpg");
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 800px;
	background-size: 100% 100%;
}
.about-bg02-content
{
	background-color: #fff;
	position: relative;
	top: 32%;
	padding: 50px 0 35px;
}
.about-bg03
{
	background-image: url("../img/about/about-bg03.jpg");
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 870px;
	background-size: 100% 100%;
}
.about-bg03-back
{
	width: 380px;
    height: 100%;
    left: 0;
    display: block;
    background-color: #fff;
}
.about-bg03-content
{
	padding-top: 170px;
}
.about-bg03-back .about-bg03-content p
{
	font-size: 18px;
    text-align: center;
    line-height: 2.5;
    margin-bottom: 65px;
}
.about-us
{
	min-height: 300px;
	background-color: #fff;
	padding: 100px 30px
}
.about-us h1
{
	text-align: center;
    color: #222324;
    margin: 20px 350px;
    border-bottom: 1px solid #e1e1e1; 
}
.about-us h1 span
{
	border-bottom: 3px solid #222324;
}

.about-us p
{
	text-align: center;
	font-size: 18px;
}

.our-team
{
	background-color: #222324;
	/*background-image:url("../img/our-team-img.jpg");
	background-position: center; 
	background-repeat: no-repeat;*/
}

.our-team h1
{
	text-align: center;
    color: #fff;
    margin: 50px 350px;
    border-bottom: 1px solid #e1e1e1;
}
.our-team h1 span
{
	border-bottom: 3px solid #fff;
}
.team-frame
{
	margin: 20px 0px;
}
.team-frame img
{
	
	width: 90%;
    border-radius: 50%;
    margin: 0 auto 25px auto;
    position: relative;
    display: block;
}

@media only screen and (max-width: 767px)
{
	.about-bg03-back
	{
		width: auto;
	}
}
/*our client */

.our-client
{
	padding: 40px 30px
}
.our-client h1
{
	text-align: center;
    color: #222324;
    margin: 20px 350px 50px;
}


.our-client .text
{
    text-align: center;
    font-size: 16px;
   	border: 1px solid #fff;
   	color: #fff;
    min-height: 80px;
    padding: 25px 0px;
    position: relative;
    top: 50%;
    transform: translateY(8%);
}

.client-list
{
  	position:relative;
  	margin: 15px 0;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.client-list:before, .client-list:after
{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.client-list:after
{
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
.client-list .grey-scale
{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.client-list .grey-scale:hover
{
	filter: initial;
}
/*our client end */

@media only screen and (max-width: 1024px)
{
	.our-team h1, .about-us h1, .contact-us h1,  .press h1, .our-client h1
	{
		margin: 20px 215px !important;

	}
}
@media only screen and (max-width: 900px)
{
	.our-team h1, .about-us h1, .contact-us h1, .press h1, .our-client h1
	{
		margin: 20px 215px !important;
		font-size: 30px;
	}
}
@media only screen and (max-width: 767px)
{
	.our-team h1, .about-us h1, .contact-us h1, .press h1, .our-client h1
	{
		margin: 20px 215px !important;
	}
}
@media only screen and (max-width: 600px)
{
	.our-team h1, .about-us h1, .contact-us h1, .press h1, .our-client h1
	{
		margin: 20px 120px !important;
	}
}
@media only screen and (max-width: 480px)
{
	.our-team h1, .about-us h1, .contact-us h1, .press h1, .our-client h1
	{
		margin: 20px 50px !important;
	}
	.about-us
	{
		padding: 25px 0px;
	}
}
@media only screen and (max-width: 375px)
{
	.our-team h1, .about-us h1, .contact-us h1, .press h1, .our-client h1
	{
		margin: 20px 25px !important;
	}
}
@media only screen and (max-width: 320px)
{
	.our-team h1, .about-us h1, .contact-us h1, .press h1, .our-client h1
	{
		margin: 20px 4px !important;
	}

	
}
.client-vission
{
	margin-top: 30px;
}
.client-vission p
{
	font-size: 20px;
    line-height: 1.5; color: rgba(71,103,87,1)!important;
    font-weight: 600;
}
.client-vission p i
{
	font-size: 30px !important;
	color: #ccc;
}
.client-vission-details
{
	background-color: #616263;
	padding: 100px 30px;
}
.client-vission-details p
{
	font-size: 16px;
	color: #fff;
}
/*End about-us page*/


/*contact us page*/
.contact-us h1
{
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 3px;
    color: #EEE;
    margin-bottom: 25px;
    border-bottom: dotted 1px #CCC;
}
.contact-details h3
{
	font-size: 20px;
	color: #EEE;
}

.contact-details a{ text-decoration:underline; color:#FFF;}
.contact-details p, .quiry-form p
{
	color: #e1e1e1;
}

.contactus-form
{
	padding: 20px 0 40px;
}
.contactus-form form label
{
	color: #fff;
}
.contactus-form .form-group .form-control
{
	background-color: transparent;
	height: 42px;
	border-radius: 0;
	color: #ccc;
}
.contactus-form .form-group .form-control:focus
{
	border-color: #476757;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(71, 103, 87, 0.78);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(71, 103, 87, 0.78);
}
textarea.form-control {
    height: auto !important;
}
.form-button
{
	background-color: transparent;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
    padding: 6px 52px;
}
.form-button:hover, .form-button:focus, .form-button:active
{
	background-color: #efefef;
	color: #222324;
	outline: none !important;
	box-shadow: none;
}

.contact-us
{
	margin: 50px 0;
}

/*end contact us page*/


/*portfolio popup CSS*/
.cbp-popup-lightbox-title, .cbp-popup-lightbox-counter
{
	position: absolute;
	bottom: 0px;
    top: initial;
    padding-left: 5px;
    line-height: 1.4;
}
.cbp-popup-lightbox-bottom
{
	position: absolute;
    bottom: 0;
}

/*portfolio popup CSS end*/


/*Press CSS*/
.press
{
	background-color: transparent;
	padding: 50px 30px
}
.press h1
{
	text-align: center;
    color: #fff;
    margin: 20px 350px;
}

.press p
{
	text-align: center;
	font-size: 26px;
	color: #fff;
}
.press-list
{
  	position:relative;
  	padding: 20px;
  	min-height: 370px;
  	margin-bottom: 15px;
  	text-align: center;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
}
.press-list:before, .press-list:after
{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0px 2px 16px 0px rgba(0,0,0,0.3);
    -moz-box-shadow:0px 2px 16px 0px rgba(0,0,0,0.3);
    box-shadow:0px 2px 16px 0px rgba(0,0,0,0.3);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.press-list:after
{
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.press-list img
{
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.panel-body-content .press-img-hover
{
    margin-bottom: 2px !important;
    padding: 0;
    border: none;
    cursor: pointer;
}
/*crousel popup*/
.press-thumb .thumbnail {margin-bottom:6px;}

.press-thumb .carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:10%;
  width:5%;
}

/*End crousel popup*/

/*Press CSS end*/



.cbp-popup-lightbox-counter
{
	display: none;
}


@media only screen and (min-width: 768px) and (max-width: 991px)
{
	.respons
	{
		display: block;
	    max-width: 100%;
	    height: auto;
	}
	.press-list
	{
		padding: 20px 2px;
	}
}

.padding-15
{
	padding: 15px 0;
}
.about-content-rgt h1, .press h1, .our-client h1
{
	padding-bottom: 5px;
}
.about-content-rgt h1 span, .press h1 span, .our-client h1 span
{
	padding-bottom: 2px;     color: rgba(71,103,87,1);
}