@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1391px) {}

@media screen and (max-width: 1300px) {
	/* 1200px */

	.hero_banner img {
		height: 850px;
		object-fit: cover;
	}

}

@media screen and (max-width: 1200px) {

	/* 1024px */
	.navbar-nav > li {
		padding: 10px 15px;
	}

	/*
	.navbar-nav > li > a {
		font-size: 11px;
	}
*/

	.brand-left {
		width: 23%;
		text-align: center;
		margin: 0 auto;
	}


	.navbar-brand {
		padding: 0px 9px;
		width: 100%;
	}

	.footer_brand .navbar-brand {
		width: auto;
	}


	.links_select {
		padding: 18px 12px 18px 75px;
		width: 23.1%;
	}

	.links_option {
		width: 47%;
	}

	.links_option ul li {
		padding: 18px 10px;
	}

	/*
	.links_option {
		width: 462px;
	}
*/

	.searchsite {
		width: 294px;
	}

	.searchsite label {
		font-size: 11px;

	}

	.searchsite {
		padding: 20px 10px 20px 10px;
		width: 29.9%;
	}

	.links_select {
		width: 23%;
	}

	.top_scroll a {
		width: 75px;
	}

	.footer_add {
		/*		padding-right: 0;*/
	}

	.entry_option .search_filings label {
		font-size: 16px;
	}

	.entry_dropdown .testDemo {
		margin: 0 15px;
	}

    .footer_brand .navbar-brand {height:90px; padding:15px 10px;}
    .footer_brand .navbar-brand img {height:100%;}
    .top_scroll a { height: 90px;}
    
}


@media screen and (max-width: 1023px) {
	.navbar-nav > li {
		padding: 10px 12px;
	}

	.navbar-nav > li:after {
		height: 28px;
	}

	.navbar-brand h4 {
		font-size: 28px;
	}

	.navbar-brand em {
		font-size: 15px;
	}

	.links_select {
		padding: 18px 12px 18px 65px;
	}

	.searchsite {
		padding: 20px 8px 20px 8px;
		width: 29.9%;
	}

	.links_option ul li {
		padding: 18px 8px;
	}

	.jumbotron h1 {
		font-size: 72px;
	}

	.note_red {
		padding: 25px 35px 55px 30px;
	}

	.note_red h5 {
		font-size: 22px;
	}

	.note_red p {
		font-size: 16px;
	}

	.entry_search {
		padding: 25px 35px;
	}

	.entry_option .search_filings label {
		letter-spacing: 3px;
	}

	.data_entry_structure table thead tr th:nth-child(1),
	.data_entry_structure table thead tr th:nth-child(2),
	.data_entry_structure table tbody tr td:nth-child(1),
	.data_entry_structure table tbody tr td:nth-child(2) {
		width: 30%;
	}

	.data_entry_structure table thead tr th:nth-child(3),
	.data_entry_structure table tbody tr td:nth-child(3) {
		width: 40%;
	}

	.data_entry_structure table tbody tr td {
		padding-left: 15px;
	}

	.data_entry_structure table thead tr th {
		padding: 40px 0 10px 15px;
	}


    
    
}

@media screen and (max-width: 991px) {
	.overlay_section {
		position: relative;
		padding-bottom: 80px;
	}

	.instant_course {
		padding-left: 0;
		margin: 0 auto;
		margin-top: 47px;

		text-align: center;
	}

	.instant_left img {
		width: 100%;
	}

	.home_footer {
		margin-top: 0;
	}

	/* .navbar-brand img{
    width: 15vw;
}
.navbar-brand {
    position: absolute;
    top: -62px;
} */
	.navbar-brand:after {
		width: 190px;
		left: -32px;
	}

	.navbar-nav > li {
		padding: 7px 8px;
	}

	.navbar-nav > li > a {
		font-size: 13px;
	}

	.navbar-brand h4 {
		font-size: 20px;
	}

	.navbar-brand em {
		font-size: 11px;
	}

	.brand-left {
		margin: inherit;
	}

	.navbar-toggler {
		display: block;
		background: no-repeat;
		border: none;
		position: absolute;
		right: 15px;
		top: 50%;
		width: 33px;
		padding: 0;
		margin: 0;
		height: 20px;
		transform: translateY(-50%);
	}

	.navbar-toggler-icon {
		display: block;
		height: 2px;
		width: 33px;
		border-radius: 2px;
		background: #000;
		position: relative;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.navbar-toggler-icon:before {
		content: "";
		position: absolute;
		top: -9px;
		width: 33px;
		height: 2px;
		border-radius: 2px;
		background-color: #000;
		display: block;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}


	.navbar-toggler-icon:after {
		content: "";
		position: absolute;
		bottom: -9px;
		width: 33px;
		height: 2px;
		border-radius: 2px;
		background-color: #000;
		display: block;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.links_select {
		padding: 18px 12px 18px 12px;
		text-align: right;
	}

	.searchsite {
		padding: 20px 18px 20px 8px;
		width: 77%;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}

	.searchsite label {
		font-size: 11px;
		width: auto;
	}

	.links_option {
		display: none;
	}

	.inputsearch {
		width: 70%;
	}

	.jumbotron h1 {
		font-size: 67px;
	}

	/*
	.navbar-collapse.collapse {
		display: block;
	}


	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
*/


	/*
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-right: 7px;
	}
*/

	.navbar-nav {
		display: none;
		position: absolute;
		background: #666666;
		width: 100%;
		left: 0;
		top: 100%;
		text-align: left;
	}

	.navbar-collapse.collapse {
		display: block;
	}

	.header {
		margin-top: 30px;
	}

	.navbar-nav > li {
		display: block;
		padding: 14px 14px;
	}

	.navbar-nav > li > a {
		color: #ffffff;
	}

	.jumbotron p {
		width: 80%;
	}

	.red_box {
		padding: 15px;
	}

	.red_box h3 {
		letter-spacing: 1.5px;
		font-size: 18px;
	}

	.red_box p {
		font-size: 14px;
	}

	.ourmission_style h3 {
		font-size: 62px;
	}

	.ourmission_style p {
		font-size: 18px;
	}

	.jumping_heading h4 {
		font-size: 45px;
	}

	.jumping_heading h4 span {
		font-size: 54px;
	}

	.jumping_list {
		padding: 40px 0 40px 40px;
	}

	.jumping_list li {
		margin-bottom: 25px;
	}

	.jumping_list li a {
		font-size: 18px;
	}

	.jumping_list li:before {
		border-left: solid 14px #7F2629;
		border-bottom: solid 10px transparent;
		border-top: solid 10px transparent;
	}

	.testi_desc h5 {
		font-size: 28px;
	}

	.testi_desc h3 {
		font-size: 34px;
	}

	.bridge_testi {
		padding: 100px 0;
	}

	.footer_brand .navbar-brand {
		height: 88px;
	}

	.top_scroll a {
		height: 88px;
	}

	.jumping_list li:before {
		top: 4px;
	}

	.top_scroll a:after {

		width: 40px;
		height: 16px;
		border-bottom: solid 26px #ffffff;
		border-left: solid 23px transparent;
		border-right: solid 24px transparent;
	}

	.navbar-toggler.close_button {
		position: absolute;
		z-index: 100;
		right: 15px;
	}


	.remove_nav {
		overflow: hidden;
	}

	.close_button.navbar-toggler span {
		height: 0;
	}

	.close_button.navbar-toggler span:before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.close_button.navbar-toggler span:after {
		top: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.navbar-nav > li.menu-item-has-children:hover a:after {
		display: none;
	}

	.navbar-nav > li.menu-item-has-children:hover .sub-menu li {
		text-align: center;
	}

	.menu-item-has-children .caret_down {
		display: block;
	}

	.menu-item-has-children span.caret_down {
		float: right;
		transition: 0.5s all;
		position: absolute;
		right: 20%;
		top: 0;
	}





	.menu-item-has-children:focus .sub-menu,
	.menu-item-has-children:focus-within .sub-menu,
	.menu-item-has-children:hover .sub-menu {
		display: none !important;
	}

	.sub-menu {
		width: 100%;
	}

	.sub-menu:after {
		display: none;
	}

	.menu-item-has-children .sub-menu.toggle_open {
		display: block !important;
		position: relative;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		top: 0;
		left: 0;
		transform: translateX(0);
		transition-delay: 0s, 0s, 0.3s;
		margin: 0;
		margin-top: 15px;

	}

	.menu-item-has-children .sub-menu li {
		padding: 12px 40px;
	}

	.toggle_open .caret_down {
		transform: rotate(180deg);
	}

	.navbar-nav li.menu-item-has-children:hover > a {
		border-radius: 0;
	}





	.caret_down.arrow_up i {
		transform: rotate(180deg);
	}

	.def-page .search-form input.search-field {
		width: 50%;
	}

	.def-page .search-form button.search-submit {
		width: 20%;
	}

	.def-page .page-title {
		font-size: 32px;
	}

	.navbar-nav > li:after {
		display: none;
	}

	.def-page .entry-title {
		font-size: 32px;
	}

	.entry_dropdown select {
		font-size: 12px;
	}

	.top_heading {
		padding: 0 20px;
	}

	.top_heading h5 {
		font-size: 22px;
		letter-spacing: 3px;

	}
	
	.responsiveTable td { display:block; float:left; width:100%;}
}


@media screen and (max-width: 767px) {

.entry_dropdown .testDemo h2.widget-title { position:relative; top:auto;left:0;}
.entry_dropdown .testDemo:after {    top: 77%;}
.note_red {padding: 25px 35px 25px 30px;}

	/* 600px */
	.brand-left {
		width: 35%;
	}

	.links_select {
		width: 35%;
	}

	.searchsite {
		width: 65%;
	}

	.inputsearch {
		width: 55%;
	}

	.jumbotron h1 {
		font-size: 48px;
	}

	.jumbotron p {
		width: 100%;
	}

	.hero_banner img {
		height: 700px;
		object-fit: cover;
	}

	.ourmission_style h3 {
		font-size: 52px;
	}

	.ourmission_style p {
		font-size: 16px;
	}

	.footer_add {
		padding-right: 0;
		margin-bottom: 50px;
	}

	.jumping_heading:after {
		display: none;
	}

	.jumping_heading h4 {
		text-align: center;
	}

	.jumping_list:after {
		display: none;
	}

	.jumping_points:after {
		display: block;
		width: 100%;
	}

	.jumping_heading {
		margin-bottom: 40px;
		padding-right: 0;
	}

	.jumping_list {
		padding: 30px;
	}

	.jumping_list li a {
		font-size: 16px;
	}

	.ourmission_style {
		padding: 90px 0;
	}

	.testi_desc h5 {
		font-size: 24px;
	}

	.testi_desc h3 {
		font-size: 26px;
	}

	.copyright {
		padding-top: 50px;
	}

	.jumping_heading h4 span {
		font-size: 45px;
	}

	.heroinner .hero_banner img {
		height: 470px;
	}

	.search_filings input {
		font-size: 14px;
	}

	.data_entry_structure table thead tr th,
	.data_entry_structure table tbody tr td {
		padding-right: 10px;
		padding-right: 10px;
	}

	.data_entry_structure table thead tr th {
		letter-spacing: 2px;
	}

	.def-page .page-title {
		font-size: 28px;
	}

	.entry_dropdown .testDemo {
		margin: 10px 15px;
		width: 42%;
	}
}


@media screen and (max-width: 600px) {
	.brand-left {
		width: 40%;
	}

	.links_select {
		width: 40%;
	}

	.searchsite {
		width: 60%;
	}

	.inputsearch {
		width: 43%;
	}

	.jumping_list li a {
		font-size: 14px;
	}

	.hero_content {
		top: 55%;
	}

	.jumbotron h1 {
		font-size: 38px;
	}

	.note_red {
		padding: 15px 15px 15px 15px;
	}

	.entry_search {
		padding: 15px 15px;
	}

	.entry_option .search_filings label {
		font-size: 14px;
	}

	.note_red h5 {
		font-size: 18px;
	}

	.def-page .search-form button.search-submit {
		width: 30%;
	}

	.def-page .search-form input.search-field {
		width: 70%;
	}

	.def-page .page-title {
		font-size: 24px;
	}

	.top_heading {
		padding: 0 0px;
	}

	.top_heading h5 {
		font-size: 16px;
	}

	.search_filings {
		width: 100%;
	}

	.data_entry_structure table thead tr th {
		font-size: 14px;
	}

	.data_entry_structure table thead tr th {
		padding: 28px 0 10px 15px;
	}

	.data_entry_structure table tbody tr:first-child td {
		padding-top: 8px;
	}
}

@media screen and (max-width: 480px) {
	.ourmission_style h3 {
		font-size: 48px;
	}

	.heroinner .hero_banner img {
		height: 350px;
	}

	.links_select {
		display: none;
	}

	.searchsite {
		display: none;
	}

	.hero_content {
		top: 50%;
	}

	.brand-left {
		width: 50%;
	}

	.note_red h5 {
		font-size: 16px;
	}

	.entry_option .search_filings {
		display: block;
	}

	.entry_option .search_filings label {
		width: 100%;
		margin-bottom: 12px;
	}

	.entry_search .search_entry {
		width: 100%;
		padding-left: 0;
	}

	.entry_dropdown .testDemo {
		width: 100%;
	}

	.heroinner .jumbotron h5 {
		letter-spacing: normal;
	}

	.entry_dropdown .testDemo:after {
		width: 13px;
		height: 9px;
		border-top: solid 13px #202945;
		border-left: solid 9px transparent;
		border-right: solid 9px transparent;
	}
	
	
	
}

@media screen and (max-width: 375px) {
	.brand-left {
		width: 56%;
	}

	.links_select {
		display: none;
	}

	.searchsite {
		display: none;
	}

	.jumbotron h1 {
		font-size: 32px;
	}

	.jumbotron p {
		font-size: 12px;
	}

	.hero_banner img {
		height: 650px;
	}

	.hero_banner img {
		height: 650px;
	}


	.jumping_list {
		padding: 15px;
	}

	.jumping_list li a {
		letter-spacing: 1.2px;
	}

	.footer_add p {
		font-size: 13px;
		letter-spacing: 1px;
	}

	.testi_desc h5 {
		font-size: 22px;
	}

	.testi_desc h3 {
		font-size: 24px;
	}

	.jumping_heading h4 {
		font-size: 38px;
	}

	.jumping_heading h4 span {
		font-size: 38px;
	}

	.jumping_list li a {
		font-size: 12px;
	}

	.jumping_list li {
		padding-left: 25px;
	}

	.ourmission_style p {
		font-size: 14px;
	}

	.ourmission_style h3 {
		font-size: 38px;
	}

	.hero_content {
		top: 50%;
	}

	.note_red h5 {
		font-size: 13px;
	}

	.def-page .entry-title {
		font-size: 24px;
	}

	.def-page .page-title {
		font-size: 20px;
	}

	.def-page h4 {
		font-size: 18px;
	}
}

@media screen and (max-width: 360px) {
    h1 {font-size: 36px;}
    .entry_dropdown .testDemo h2.widget-title{font-size: 18px;}
    
    }
