@charset "utf-8";
/* CSS Document */

/* @import url('css/font-awesome.min.css');*/

/* In html file */
/*<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta name="viewport" content="width=device-width">*/

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
}

@media (max-width: 1199px) {
	#contact-detail .contact-desin-box {
		margin:0px 60px;
	}
	#network-points .net-amc-detail .net-amc-colm span{
		bottom: -38%;
	}
}

@media (max-width: 992px) {
	.missionvisioncolor p, .missionvisionbg p{
		display: none;
	}
	.missionvisioncolor div, .missionvisionbg div{
		font-size: 12px;
	}
	#offer .circle-offer{
		left: 20%;
	}
	#web-slider .web-slider-box{
		width: 100%;
	}
	#about-experts .exp-prsn .degination-exp{
		margin-left: -60px;
	}
	#about-having-sec .having-border h1{
		font-size: 25px;
		padding: 15px;
	}
	#about-experts .who-box .inner-text{
		font-size: 18px;
    padding: 20px 0px 0px;
	}
	#about-experts .who-box .inner-circle{
		padding: 30px;
	}
	#about-experts .who-box .who-detail-box .who-head{
		width: 45%;
	}
	#about-experts .who-box .who-detail-box p{
		font-size: 18px;
	}
#about-having-sec .having-border p {
    font-size: 10px;
}
#network-points .net-amc-detail .net-amc-colm span{
	display: none;
}
#about-having-sec .having-border h1:before{
	right: -38%;
}
#about-having-sec .having-border h1:after{
 left: -38%;
}
#about-having-sec .having-head h1 {
    line-height: 90px;
    font-size: 30px;
}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 768px) {
.choose-div{
	position: static !important;
	width: 100%;
}
#contact-detail .contact-desin-box {
    transform: none;
    margin: 0px;
    width: 100%;
}	
#about-experts .who-box .outer-circle{
	width: 45%;
	height: 80%;
}	
#address .contact-maps {
    width: 255px ;
}
#address .contact-maps iframe{
    width: 255px !important;
}
#contact-form .contact-tagline .p-tag{
	position: static !important;
}
.contact-form-main p{
	width: 100%;

}
#web-opportunity{
	background-position: right;
}
}
@media (max-width: 643px) {

}

@media (max-width: 480px) {
	#offer .contact-para .offer-contact {
		font-size: 10px;
	}
	#about-experts .who-box .who-detail-box p{
		font-size: 10px;
	}
	#chooseus .choose-head {
		width: 35%;
	}
	#web-slider .web-slider-box h1{
		font-size: 16px;
	}
	#web-slider .web-slider-box .web-slide-para, #web-slider .web-slider-box .web-slide-tag{
		font-size: 10px;
	}
	
}

/* Mobile devices */
@media (max-width: 359px) {
	#offer .contact-para .offer-contact {
		font-size: 8px;
	}
	#chooseus .choose-head {
		width: 65%;
	}
	#net-email {
		background-position: center;
	}
	#about-experts .who-box .outer-circle{
		width: 90%;
		height: 85%;
	}
	#about-experts .exp-prsn .degination-exp{
		margin-left:45px;
		width: 65%;
	}
}
/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

}

@media print {

}
