@charset "utf-8";
/* CSS Document */


@-ms-viewport
{
	width:device-width;
}
@-viewport
{
	width:device-width;
}

@media only screen and (max-width:1200px)
{
	img
	{
		max-width:100%;
	}
	.section-content, .client-page, .who-we-are-inner, .team
	{
		width:auto; padding-left:20px; padding-right:20px;
	}
	.footer_marg {
    width: auto;
    padding: 20px;
	}
	.foot_list {
    margin:15px 0 15px 0;
	float:none;
	
	}
}
@media only screen and (max-width:1024px)
{
	
}
@media only screen and (max-width:960px)
{
	.header-top {
    position: static;
    padding: 0 20px;
	}
	.header-top h1 {
    margin: 10px 0;
	}
	.nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    float: none;
    z-index: 9999;
	}
	.nav ul li {
    margin-left: 0;
	float:none;
	}
	.nav ul li a {
    padding: 16px 0;
	background:#505050;
	}
	.nav-shrink .nav ul li a
	{
		padding: 16px 0;
	}  
	.nav-shrink .nav
	{
		
	}  
	.nav ul li a:hover, .nav ul li.active a {
    color: #fff;
    border-top: none;
	background:linear-gradient(120deg, #000000, #3d3d3d)
	}
	.nav-shrink .nav ul li a:hover, .nav-shrink .nav ul li.active a {
    border-top: none;
	}
	.our-services ul li a .text h3 {
    font-size: 1.5vw;
	}
	.contact-left {
    width: 100%;
    position: static;
    height: auto;
	}
	.contact-right {
    width: 50%;
    float: left;
	}
	.contact-center {
    width: 50%;
    float: right;
	}
}
@media only screen and (max-width:768px)
{
	.banner-content {
    padding: 20px;
	}
	.banner-content h2 {
    font-size: 3vw;
    line-height: 3.5vw;
	margin:0;
	}
	.our-services ul li{
    width:auto;
	float:none;
	}
	.our-services ul li a .text h3 {
    font-size: 3.5vw;
	}
	.cd-slider h2 {
    font-size: 4vw;
    margin-bottom: .3em;
	}
	.cd-slider p {
    font-size: 2vw;
	}
	.cd-slider li:first-of-type .content a {
    margin-top: 10px;
	}
	.social-icon {
    position: static;
    padding: 20px 40px;
    float: none;
    text-align: center;
	}
	.social-icon a {
    float: none;
    display: inline-block;
	}	
	.social-icon:before
	{
		display:none;
	}
	.footer-copyright {
    position: static;
    float: none;
    left: 0;
    padding: 20px;
	}
	.footer-copyright p {
    text-align: center;
	}
	.footer-copyright:before
	{
		display:none;
	}
	
	.section-content-left, .section-content-right
	{
		width:auto;
		float:none;
	}
	.section-content-left h2 {
    font-size: 6.5vw;
    line-height: 7.5vw;
	}
	.section-content-left h2 span {
    margin-top: 10px;
	}
	.contact-right, .contact-center {
    width: auto;
    float: none;
	clear:both;
	}
	.contact-center {
    padding-top:30px;
	}
	.team ul li h4 {
    font-size: 3.2vw;
	}
	.who-we-are-heading, .who-we-are-text {
    width: auto;
    float: none;
	}
	.who-we-are h2 {
    font-size: 3.6vw;
	}
	.team ul li .team-img, .team ul li .content{
    width: auto;
    float: none;
	}
	.team ul li .content {
    padding: 30px 0;
	}
}
@media only screen and (max-width:480px)
{
	.banner-content {
    padding: 15px;
	line-height:normal;
	width:60%;
	left:20%;
	}
	.banner-content h2 {
    font-size: 4vw;
    line-height: 4.5vw;
	}
	.banner-content a {
    font-size: 10px;
	}
	.banner-content a i{
    font-size: 12px;
	}	
	.our-services ul li a .text h3 {
    font-size: 4.5vw;
	}
	.cd-slider h2 {
    font-size: 6vw;
	}
	.cd-slider p {
    font-size: 3.3vw;
	}
	.banner-heading h2 {
    font-size: 5vw;
	}
	.we-believe-left {
    width: auto;
    position: static;
	float:none;
    height:80vw;
	}
	.we-believe-right {
    width: auto;
	float:none;
    padding:30px 30px;
	}
	.banner-heading h2:before, .banner-heading h2:after
	{
		display:none;
	}
	.client-page-inner-left, .client-page-inner-right {
    width: auto;
	float:none;
	}
	.client-page-inner-right {
		margin-top:50px;
	}
	.client-page-inner-right {
    padding: 35px 30px;
	}
	.client-page-inner-right h3 {
    font-size: 5vw;
	}
	.client-page-inner-right:before {
    width: 40px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
	}
	.team ul li {
    width: auto;
    float: left;
	}
	.team ul li h4 {
    font-size: 5.2vw;
	}
	.team ul li .content {
    padding: 30px 0;
	}
	.who-we-are h2 {
    font-size: 5.6vw;
    line-height: 7vw;
	}
}
@media only screen and (max-width:320px)
{
	
}