/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




	/*==========  Mobile First Method  ==========*/

	/* Custom, iPhone Retina */ 
	@media only screen and (min-width : 320px) {
		
	}

	/* Extra Small Devices, Phones */ 
	@media only screen and (min-width : 480px) {

	}

	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px) {
	  /* - Partner Section */
		.partner-logo:nth-child(4n+1){
			border-left: none;
		}

		.partner-logo:nth-child(3){
			border-top: none;
		}
	  /**/

	}

	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px) {

	}

	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {

		.title-center .title-sub-text {
		    margin: 0 auto;
		    width: 50%;
		}

	}



	/*==========  Non-Mobile First Method  ==========*/

	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px) {

	}

	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px) {
		.top-nav-contact .text {
			display: none;
		}

		.footer .left-space {
			border: none;
			padding: 15px;
		}	

		#main-menu > li .right-left {
			visibility: hidden !important;
		}

		.request-analysis .form-group {
			margin: 30px auto;
		} 

		.request-analysis .web-url {
			float: none;
		} 

		.social-media-marketing img {
			display: none;
		} 

		.our-team .designatino {
			top: 111px;
		}	

		.core-values-img {
			display: none;
		}

		.core-values .left-first, .core-values .right-first  {
			margin-right: 0;
			margin-left: 0;
			margin-bottom: 0;
		}

		.values-left, .values-right {
			margin-top: 0;
		}

		.core-values .filter {
			padding-bottom: 40px;
		}

		.call-to-action h2, .call-to-action p {
			padding-left: 0px;
		}

		.client-img {
			padding-top: 100px;
		}

		.strategy-img {
			display: none;
		}

		.strategy-target {
			padding-bottom: 80px;
		}
	  

	}

	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px) {

		.footer .form-inline .btn-theme {
			margin-left: 15px;
		}

		.what-we-do .service i {
			margin-bottom: 5px;
		}

		.border {
			margin: 60px 0 0;
		}

		.Strategy-target h2 {
		    width: 100%;
		}

		.strategy-target h2 {
			margin-top: 0px;
		}

		.core-values .right-first {
			margin: 0;
		}

		.call-to-action h1, 
		.call-to-action p {
			padding-left: 0;
		}

		

	}

	/* Extra Small Devices, Phones */ 
	@media only screen and (max-width : 480px) {

		.partner-logo {
			width: 100%;
		}

		.partner-logo:nth-child(2),
		.partner-logo:nth-child(4){
			border-top: 1px solid #d5d5d5;
		}

		.what-we-do .service {
			border-right: medium none;
			display: block;
			margin-top: 45px;
			width: 100%;
		}

		.top-nav ul li a {
			padding: 6px 8px;
		}

		.strategy-target h2 {
			width: 100%;
		}

		.title-center .title-sub-text {
			width: 90%;
		}

		.title-center .left-right {
			width: 45%;
		}

		.why-choose .content h5, .why-choose .content p {
			padding-left: 0;
		}

		.why-choose .content h5 {
			text-align: center;
		}

		.border-left {
			display: none;
		}

		.our-team .designatino {
			top: 280px;
		}

		ul#portfolio-filter li {
			display: block;
			margin-bottom: 10px;
			text-align: left;
		}

		.our-team .social a {
			display: inline-block;
			margin-bottom: 50px;
		} 

		.core-values .right-first {
			margin-top: 60px;
		}

		.our-features i {
			margin-bottom: 5px;
			margin-top: 30px;
		}

		.contact-addres i {
			margin-top: 60px;
		}

	}

	/* Custom, iPhone Retina */ 
	@media only screen and (max-width : 320px) {

		.top-nav ul li a {
			padding: 6px 8px;
		}	

		.contact-info .phone, 
		.contact-info .e-mail {
			display: block;
			margin-bottom: 15px;
		} 

		.partner-logo {
		    width: 100%;
		}

		.partner-logo:nth-child(2),
		.partner-logo:nth-child(4){
			border-top: 1px solid #d5d5d5;
		} 

		.grow-business .section-title h2 {
			width: 100%;
		}

		.our-team .designatino {
		  	top: 162px;
		}	
			
	}