.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	float: left;
	font-family: lato, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #dfe6ee;
	height: 40px;
	line-height: 40px;
	outline: none;
	padding: 0 12px;
	box-sizing: border-box;
	position: relative;
	text-align: left!important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto
}

.nice-select:hover {
	border: solid 1px #b0bac5;
	color: #8091a5
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border: solid 1px #09f;
	color: #313541
}

.nice-select:after {
	border-bottom: 1px solid #dfe6ee;
	border-right: 1px solid #dfe6ee;
	content: '';
	display: block;
	height: 8px;
	margin-top: -5px;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	width: 8px
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1.0025) translateY(0);
	-ms-transform: scale(1.0025) translateY(0);
	transform: scale(1.0025) translateY(0)
}

.nice-select.disabled {
	border-color: #e7ecf2;
	color: #90a1b5;
	pointer-events: none
}

.nice-select.disabled:after {
	border-color: #cdd5de
}

.nice-select.wide {
	width: 100%
}

.nice-select.wide .list {
	left: 0!important;
	right: 0!important;
	font-size: 10px
}

.nice-select.right {
	float: right
}

.nice-select.right .list {
	left: auto;
	right: 0
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px
}

.nice-select.small:after {
	height: 4px;
	width: 4px
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px
}

.nice-select .list {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 8px 0 #b0bac5;
	box-sizing: border-box;
	margin-top: 20px;
	opacity: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(.75) translateY(-21px);
	-ms-transform: scale(.75) translateY(-21px);
	transform: scale(.75) translateY(-21px);
	-webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent!important
}

.nice-select.open .list::after {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 12px;
	border-width: 8px;
	border-style: solid;
	border-color: transparent transparent #fff transparent
}

.nice-select .option {
	cursor: pointer;
	font-family: lato, sans-serif;
	font-weight: 400;
	color: #313541;
	list-style: none;
	min-height: 37px;
	outline: none;
	padding: 0 12px;
	text-align: left;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background: #f4f7fa
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #313541;
	cursor: default
}

.no-csspointerevents .nice-select .list {
	display: none
}

.no-csspointerevents .nice-select.open .list {
	display: block
}

.box {
	background-color: #f6f7f9;
	border-radius: 2px;
	margin-bottom: 30px;
	padding: 24px 30px
}

.box:before,
.box:after {
	content: "";
	display: table
}

.box:after {
	clear: both
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color:transparent;
	position:relative
}
.owl-carousel {
	display:none;
	width:100%;
	z-index:1
}
.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action:pan-Y;
	-moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:visible;
	-webkit-transform:translate3d(0, 0, 0)
}
#testimonial.owl-carousel .owl-stage-outer{overflow: visible;}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
	min-height:1px;
	float:left;
	-webkit-backface-visibility:hidden;
	-webkit-touch-callout:none
}
.owl-carousel .owl-item img {
	display:block;
	width:100%; height:auto;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {

}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display:block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor:pointer;
	cursor:hand;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.owl-carousel.owl-loading {
	opacity:0;
	display:block
}
.owl-carousel.owl-hidden {
	opacity:0
}
.owl-carousel.owl-refresh .owl-item {
	visibility:hidden
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.owl-carousel.owl-grab {
	cursor:move;
	cursor:grab
}
.owl-carousel.owl-rtl {
	direction:rtl
}
.owl-carousel.owl-rtl .owl-item {
	float:right
}
.owl-carousel .animated {
	animation-duration:1s;
	animation-fill-mode:both
}
.owl-carousel .owl-animated-in {
	z-index:0
}
.owl-carousel .owl-animated-out {
	z-index:1
}
.owl-carousel .fadeOut {
	animation-name:fadeOut
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity:0;
transition:opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:#000
}
.owl-carousel .owl-video-play-icon {
	position:absolute;
	height:80px;
	width:80px;
	left:50%;
	top:50%;
	margin-left:-40px;
	margin-top:-40px;
	background:url(owl.video.play.png) no-repeat;
	cursor:pointer;
	z-index:1;
	-webkit-backface-visibility:hidden;
transition:transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform:scale(1.3, 1.3);
	transform:scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display:none
}
.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
transition:opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1;
	height:100%;
	width:100%
}
.wpcf7-form div.wpcf7-mail-sent-ng, .wpcf7-form div.wpcf7-validation-errors, .wpcf7-form div.wpcf7-mail-sent-ok {
    margin-top: 20px !important;
    float: left;
    width: 100%;
    text-align: center;
}
.our-prg-txt{padding: 40px 0; width: 730px;}
.faqs .titles h2, .faq-block{margin-bottom: 30px;}
@media only screen and (max-width:2650px){
	.right-side-form{transform: translateX(50%);}
}
@media only screen and (max-width:1600px){
	.right-side-form{transform: translateX(30%);}
}
@media only screen and (max-width:1480px){
	.flag-dropdown{right: 0; left: inherit;}
	.abs-border{top: -55px;}
}
@media only screen and (max-width:1400px){
	.abs-border-btm{bottom: -28px}
	.right-side-form{transform: translateX(0%);}
}
@media only screen and (max-width:1300px){
	.schedule ul li.tbl-data-sch .cs-time-2-data p{padding: 0 20px;}
	.container{width: 90% !important;}
	.rgt-side{width: 75%;}
	.abs-data{width:90% !important;}
	.nav-menu ul li a{padding: 8px 16px;}
	.left-side-txt{width: 255px;}
	.tbl-data ul li.titles-sch .first-cl, .tbl-data ul li.titles-sch .cs-time-1, .tbl-data ul li.titles-sch .cs-time-2, .tbl-data ul li.titles-sch .cs-time-3, .tbl-data ul li ul li.titles-sch .cs-time-4, .tbl-data ul li.first-cl-data, .tbl-data ul li .cs-time-1-data, .tbl-data ul li .cs-time-2-data, .tbl-data ul li .cs-time-3-data{width: 20%;}
	.schedule:nth-child(2) .tbl-data ul li:nth-child(4) .cs-time-2-data{padding:12px 0 !important; }
}
@media only screen and (max-width:1280px){
.nav-menu ul li a, .nav-menu ul li:hover a, .nav-menu ul li.select a{padding: 8px;}
.left-side{width: 25%;}
.left-side img{width: 90%;}
.lft-icns{width: 40%;}
.rgt-txt{width: 55%;}
.rgt-side{width: 73%;}
.abs-border-btm{bottom: -28px;}
}
@media only screen and (max-width:1200px){
.our-prg-txt{width: 55%;}
.rgt-icn{width: 365px;}
.how-to-apply li{margin-bottom: 40px;}
.nav-menu ul li a{font-size: 16px;}
}
@media only screen and (max-width:1180px){
.nav-menu ul li a{padding: 8px;}
.inst-logos ul li{width: 22%; box-sizing: border-box; padding:0 20px;}
.inst-logos ul li img{width: 100%;}
.txt-and-img ul{padding:0;}
.cam-head p{padding:0;}
.campus-img-block:hover .cam-head{padding:22px 10px;}
.right-side-form p{padding: 0;}
.right-side-form{padding: 20px;}
.schedule ul li.tbl-data-sch .cs-time-2-data p{padding: 0 10px;}
.abs-border{top: -43px;}
}
@media only screen and (max-width:1100px){
.campus-img-block{min-height: auto;}
.right-side-form{width: 350px;}
}
@media only screen and (max-width:1080px){
.nav-menu ul li a{font-size: 14px;}
.lft-icns ul li:nth-child(odd){margin-right: 25px;}
.rgt-txt{font-size: 50px;}
.rgt-txt p{font-size: 14px;}
.schedule ul li.tbl-data-sch .cs-time-1-data p{padding: 0 4px;}
.schedule ul li.tbl-data-sch .cs-time-2-data p{padding: 0 4px;}
.schedule ul li.tbl-data-sch .cs-time-3-data p{padding: 0 4px;}
}
@media only screen and (max-width:1024px){
.hm-testimonial .owl-carousel{width:100% !important;}
}
@media only screen and (max-width:1000px){
.left-side{width:23%; }
.lft-icns{width: 45%;}
.rgt-txt{width: 50%;}
.our-prg-txt{width: 50%;}
.beefup-head{width: 100%;}
.beefup-head h3{width: 90%; float: left;}
.beefup-head span{float: right;width: 10%; box-sizing: border-box;} 
.beefup-body p{width: 90%;}
.beefup-head span{padding:15px 10px; margin:0;}
nav ul li a, nav ul li:hover a, nav ul li.select a{padding:8px 6px;}
.rgt-side{padding: 12px 0;}
.nav-menu ul li a{padding: 8px 6px;}
.abs-border-btm{bottom: -20px;}
.schedule:nth-child(2) .tbl-data ul li:nth-child(4) .first-cl-data{padding: 30px 8px !important;}
}
@media only screen and (max-width:900px){
.nav-menu{display: none;}
.rgt-side{padding-top: 10px;}
.right-side-form{width: 325px;}
.lft-icns{display: none;}
.rgt-txt{width: 100%; margin: 50px 0 0 0;}
.our-prg-txt{padding:55px 0;}
.our-prg-txt{width: 100%;}
.rgt-icn{width: 100%; display: none;}
.campus-link a{width: 80%;}
.lft-icns.media-slider{display: block;}
.rgt-icn.media-slider{display: block;}
.gry-por{padding-bottom: 50px;}
.our-prg-txt{padding:55px 0 0 0;}
.rgt-icn{margin-top: 35px;}
header{text-align: center;}
.left-side{float: none; display: inline-block; width: auto;}
.left-side img{width: 128px;}
.rgt-side{width: 65px; padding-top: 1px;}
.menu-icon{width: 65px; text-align: left; margin-top: 12px;}
.menu-icon{display: block;}
.nav-menu{position: fixed;
    width: 100%;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding:50px 30px 30px 30px;
    box-sizing:border-box;
    z-index: 19;}
.nav-menu ul{float:left; width:100%; margin:0;}
.nav-menu ul li{float:left; width:100%;}
.nav-menu ul li a{float:left; width:auto; color: #222222; font-size: 18px;text-transform: uppercase; font-weight: 600;padding: 10px 5px;}
.close-menu{display:block; position: absolute; right: 30px; top: 20px;}
.cam-head h4{font-size: 14px;}
.abs-border{top: -32px;}
.rgt-icn a, .lft-icns a{padding: 35px 8px 30px 8px;}
.dowm-arrow{bottom: 8px;}
.dowm-arrow img{width: 30px;}
}
@media only screen and (max-width:856px){
	.schedule:nth-child(2) .tbl-data ul li:nth-child(4) .first-cl-data{padding: 48px 8px !important;}
}
@media only screen and (max-width:800px){
.campus-link a{font-size: 18px; padding:10px;}
.campus-img-block:hover .cam-head{padding:18px 10px;}
.campus-img-block:hover .cam-head p{font-size: 14px; }
.txts{font-size: 15px;}
/*.txt-and-img .abs-border img{ width:100%; display: inline-block; position: absolute; left: 50%; transform: translateX(-50%); height: 85px;}
.txt-and-img .abs-border{top: -28px; position: relative; top: 90px;}
.txt-and-img .abs-border img{ width:100%; display: inline-block; position: absolute; left: 50%; transform: translateX(-50%); height: 85px;}
 .abs-border img{ width:100%; display: inline-block; position: absolute; left: 50%; transform: translateX(-50%); height: 85px;}
 .abs-border{top: -72px; position: relative;}
 .abs-border img{ width:100%; display: inline-block; position: absolute; left: 50%; transform: translateX(-50%); height: 85px;}
.abs-border{top: -72px; position: relative;}*/
}
@media only screen and (max-width:768px){
.download-block ul li p{min-height: 30px;}
	.rgt-icn a{min-height: 192px;}
	.lft-icns a{min-height: 160px;}
}
@media only screen and (max-width:700px){
.left-side-txt{width: 200px;}
.abs-data p a{width: 100%; box-sizing: border-box;}
.abs-data h2{font-size: 50px;}
 .abs-data p{font-size: 15px;}
.our-prg-txt{float: left; width: 100%;}
.inst-logos ul li{padding:0 10px; width: 24%;}
.how-to-apply li{width: 45%; float: left; min-height: 230px; margin-right: 10%;}
.how-to-apply li:nth-child(2n){margin-right: 0 !important;}
.campus-link a{font-size: 16px;}
.cam-head h4{font-size: 14px;}
.campus-img-block:hover .cam-head{padding: 16px 0;}
.tbl-data{display: none;}
.tbl-data-media{float: left; width: 100%; display: block;}
.tbl-data-media ul{float: left; width:100%; margin-bottom: 0; margin-left: 0;}
.tbl-data-media ul li{float: left; width:100%; margin-bottom:12px; -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);}
.tbl-data-media ul li h3{float: left; width:100%; text-align: center; background: #7ca443; padding: 15px 10px; font-size: 24px; line-height: 30px; font-weight: 900; color: #fff; box-sizing: border-box;}
.fees-row{float:left; width: 100%; box-sizing: border-box; padding:30px 15px 18px;}
.fees-row label{float: left; width: 50%; font-size: 16px; line-height: 30px; font-weight: 900; color: #042c56; text-transform: uppercase;}
.fees-row p{float: left; width: 50%; font-size: 16px; font-weight: 400; padding: 5px 0; margin:0; line-height: 20px; color:#555555; text-align: center;}
.fees-row p a{font-weight: 900; color: #7ca443;}
.schedule > p{margin-bottom: 30px;}
.fees-structure{padding: 60px 0;}
.item.test-slid{padding:20px;}
.cam-head h4{font-size: 12px;}
.abs-border{top: -28px;}
}
@media only screen and (max-width:668px){
	.txts{padding: font-size:14px;}
	.rgt-icn a, .lft-icns a{padding: 20px 10px;}
}
@media only screen and (max-width:600px){
.left-side img{width: 130px;}
.rgt-side{float: right; width: auto;}
.download-block{margin-top: -25px;}
.wht-por{padding-top: 0;}
.rgt-txt h1{font-size: 40px; color: #042c56;}
.rgt-txt p{font-size: 14px; line-height: 30px; color: #555555;}
.our-prg-txt h2{font-size: 29px; line-height: 29px; color: #042c56;}
.our-prg-txt p{margin-top: 20px; font-size: 14px; line-height: 30px; color: #555555;}
.txt-and-img{padding:52px 0;}
.txt-and-img p{font-size:14px; color:#555555;}
.hm-testimonial{padding:45px 0 100px 0;}
.hm-testimonial .titles h2{margin-bottom: 45px;}
.download-block{margin-bottom: 40px;}
.rgt-txt{margin-top: 38px;}
.campus-img-block:hover .cam-head{padding:14px 10px;}
.location-slider{display: block;}
.txt-and-img ul{display: none;}
.left-side-txt{width: 100%; margin-bottom: 25px;}
.abs-data p a{width: 200px;}
.right-side-form{width: 100%;}
.abs-data{top: 115px;}
.dowm-arrow{display: none;}
.abs-data p a{margin-top: 15px;}
.left-side-txt{text-align: center;}
.abs-data p{float: none; display: inline-block;}
.abs-data p a{float: none; display: inline-block; }
.cam-head h4{font-size: 14px;}
.abs-border{top: -65px;}
.abs-border img{height: 70px;}
.abs-border-btm img{height: 30px;}
.abs-border-btm{bottom: -30px;}
.rgt-icn a{min-height: auto;}
.lft-icns a{min-height: auto;}
}
@media only screen and (max-width:500px){
	.campus-img-block:hover .cam-head{padding: 38px 10px;}
	
}
@media only screen and (max-width:480px){
.download-block ul li p{min-height: 45px;}
.abs-data p{font-size: 14px; margin-bottom: 0;}
.right-side-form{padding: 15px !important;}
.wpcf7-form div.wpcf7-mail-sent-ng, .wpcf7-form div.wpcf7-validation-errors, .wpcf7-form div.wpcf7-mail-sent-ok{margin-top: 5px !important;}
}
@media only screen and (max-width:410px){
	.cam-head h4{min-height: 45px;}
}
@media only screen and (max-width:400px){
.how-to-apply li{width: 100%; min-height: auto; margin-right: 0 !important;}
.download-block ul li a{padding:20px 10px 20px; box-sizing: border-box;}
.doc-img img, .doc-img-hover img{width: 40px;}
.dwnl-link{font-size: 16px;}
/*.download-block ul li:hover .dwnl-link{background: url(../../images/download-white-media.png) no-repeat 5px 3px;}*/
.download-block ul li:hover .dwnl-link{background: url('https://lascusa.com/wp-content/themes/lasc/images/download-white-media.png') no-repeat 5px 3px;}
/*.download-block ul li .dwnl-link{padding-left:40px; background: url(../../images/download-green-media.png) no-repeat 5px 3px;}*/
.download-block ul li .dwnl-link{padding-left:40px; background: url('https://lascusa.com/wp-content/themes/lasc/images/download-green-media.png') no-repeat 5px 3px;}
.download-block ul li:first-child .doc-img img, .download-block ul li:first-child .doc-img-hover img{width: 32px;}
.inst-logos ul li{padding:0 5px; width: 23%;}
.fees-row label{font-size: 14px;}
.menu-icon{width: 50px;}
.upper-footer a{width: 100%;}
.right-side-form input[type="submit"]{font-size: 18px;}
}
@media only screen and (max-width:350px){
/*.campus-img-block{min-height: 320px;}
.cam-head{padding: 58px 10px;}*/
}
@media only screen and (max-height:830px){
	.right-side-form{padding: 25px;}
	.right-side-form p{padding: 0;}
	.abs-data{top: 170px;}
	.wpcf7-form div.wpcf7-mail-sent-ng, .wpcf7-form div.wpcf7-validation-errors, .wpcf7-form div.wpcf7-mail-sent-ok {margin-bottom: -25px;}
}
@media only screen and (max-height:768px){
	.abs-background, .abs-overlay{height: 768px;}
	.right-side-form input[type="submit"]{margin-top: 10px !important;}
	.right-side-form .wpcf7-response-output.wpcf7-mail-sent-ok{padding: 5px 0 0 0;}
	.right-side-form > p{margin-bottom: 5px;}		
}
@media (max-width:600px) and (max-height:900px){
		.abs-background, .abs-overlay{height: 975px;}
		.abs-data{top: 140px;}
	}
@media only screen and (max-width: 420px){
.cam-head h4 {
    font-size: 13px;
}}