@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) {
		a.navbar-brand {
    display: none;
}
}

@media (max-width: 1069px) {

}

@media (max-width: 999px) {

}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width:767px) {

	.five-footer {
    width: 100%;
    margin: 0px 16px;
}


.main-header a.nav-link {
    color: inherit !IMPORTANT;
}

a.dropdown-item {
    background: #000;
    margin-bottom: 1px;
    text-transform: capitalize;
    padding: 5px 6px;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
}
	.top-header{ display: none; }

a.navbar-brand {
    display:  inherit;
}

.main-header {
    background-color: transparent;
}
	a.navbar-brand {
		width: 177px
	}
	.ser-box {
		margin-bottom: 20px
	}
	.disclmer {
		background: #12232e;
		padding: 65px 0
	}
	h2.heading::before {
		display: none!important
	}
	h2.heading::after {
		display: none!important
	}
	.heading {
		margin-bottom: 20px
	}
	.main-footer .col-12.col-lg-3 {
		margin-block: 20px
	}
	h1, h2, h3, h4, h5, h6 {
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0;
    color: #789ead;
    line-height: 25px;
}
}



@media (max-width: 643px) {

}

@media (max-width:480px) {
	.ser-box h3 {
		text-transform: capitalize;
		font-size: 16px
	}
}

/* Mobile devices */
@media (max-width: 359px) {

}
/**
 * 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 {

}
