@import "animate.css";
@import url(//fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:300,400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

/*========================================================
                      Main Styles
=========================================================*/
body {
    color: #044b92;
    font: 400 14px/23px 'Roboto', sans-serif;
    -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}

.ui-widget-header {
    color: #333333;
    font-weight: bold;
}

.ui-widget {
    font-family: 'Roboto',! sans-serif important;
    font-size: 1em;
}
h2 {
  padding-top: 73px;
  margin-bottom: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 3px;
}
h2:before {
  content: '';
  display: block;
  width: 26px;
  height: 3px;
  margin-bottom: 20px;
  background: #fff;
}
.cour .list01 {
    margin-top: 15px;
}

h3 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  padding-top: 25px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

#tabs li a {
    color: #000;
}

.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
    background: #044b92;
}

.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a{
    color: #fff !important;
}

.bg02.well01 li a {
    color: #fff;
}
h4 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.8px;
}
h4 + p {
  padding-top: 10px;
}
h5 {
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #f2b950;
}
p a:hover,
ul a:hover {
  text-decoration: underline;
}
p .fa,
ul .fa {
  text-decoration: none;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
/*=======================================================
                       Main Layout
=========================================================*/
/*=======================================================
                        Components
=========================================================*/

/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 10px;
}
.brand_name {
  overflow: hidden;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
}
.brand_name span {
  display: inline-block;
  padding-top: 10px;
  font-size: 60px;
  line-height: 50px;
  letter-spacing: 1px;
}
.brand_name:after {
  content: '';
  display: block;
  width: 26px;
  height: 3px;
  margin: 30px auto 20px;
  background: #fff;
}
.brand_slogan {
    margin: 0 0 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 4.5px;
    text-shadow: 0px 0px 10px #000;
}

.ui-widget {
    font-family: inherit;
    font-size: 1em;
}

.stuck_container.isStuck ul li a {
    color: #044b92;
}

.stuck_container.isStuck ul li:hover a {
    color: #fff;
}

.stuck_container.isStuck ul li ul li:hover a {
    color: #044b92;
    background-color: #fff;
}

.stuck_container.isStuck ul li ul li ul li:hover a {
    color: #fff;
}

.stuck_container.isStuck ul li ul li ul li a {
    color: #044b92 !important;
}

.stuck_container.isStuck ul li ul li a {
    color: #fff;
}


.stuck_container.isStuck ul .active a {
    color: #fff;
    background: #044b92;
}

.brand_slogan:after {
  content: '';
  display: block;
  width: 26px;
  height: 3px;
  margin: 20px auto;
  background: #fff;
}
/*==================  Backgrounds  ======================*/
.bg01 {
  background: no-repeat url(../images/bg01.png) top center, repeat-x url(../images/bg03.png) top center;
}
.bg02 {
    background: #044b92;
    color: #fff;
}
.bg02 h2,
.bg02 h5 {
  color: #fff;
  clear: both;
}
.bg03 {
  background: #f2b950;
  color: #fff;
}
.bg04 {
    background: #b98b39;
    color: #fff;
}
.bg05 {
  background: #fff;
}
.bg05 h2::before {
    background: #044b92;
}
.bg05 .btn {
  color: #03818d;
}
.bg05 .btn:before {
  background: #03818d;
}
.bg-img {
  padding-bottom: 675px;
  background: no-repeat url(../images/bg02.jpg) bottom center;
}
.bg-right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
}
@media (max-width: 767px) {
  .bg-right {
    display: none;
  }
}
section,
.container {
  position: relative;
}
.bg-aside {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  margin-left: 280px;
  bottom: 0;
  height: 100%;
}
@media (max-width: 1199px) and (min-width: 980px) {
  .bg-aside {
    margin-left: 200px;
  }
}
@media (max-width: 979px) {
  .bg-aside {
    display: none;
  }
}
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  border: none;
  outline: none;
  background: none;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2.8px;
}
.btn:before {
  content: '';
  display: block;
  width: 26px;
  height: 3px;
  margin: 15px 0;
  background: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  color: #f2b950;
}
.btn:hover:before {
  background: #f2b950;
}
/*==================      Box      ======================*/
.box01 {
  background: #fff;
  text-align: center;
}
.box01 img {
  width: 100%;
}
.box01 .line {
    background: #044bad;
    margin: 30px 0 25px;
    display: inline-block;
}
.box01_bottom {
    position: relative;
    background: #b98b39;
    z-index: 5;
}

footer .list01 a 
{
    color:#000;
    }

.descont {
    float: left;
    width: 100%;
    padding-top: 30px;
}
.box01_bottom::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0 13px;
    border-color: #b98b39 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -13px;
}
.box01_bottom:hover .box01_info {
  display: block;
}
.box01_bottom:hover:after {
  display: none;
}
.box01 .btn {
  margin: 12px 0 7px;
}
.box01 .btn:before {
  display: none;
}
.box01_info {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #b98b39;
    color: #fff;
}
.box01_info p {
  padding: 0 30px 35px;
}
@media (min-width: 768px) {
  [class*="grid_"].ml0 {
    margin-left: 0;
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  [class*="grid_"].ml0 {
    padding-left: 20px;
  }
}
.box02 {
  position: relative;
  padding: 20px 30px 50px;
}
.box02_top {
  display: none;
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  padding: 35px 30px 10px;
}
.box02 a {
  display: block;
}
.box02 a:hover .box02_top {
  display: block;
}
.box02 .bg02 .num:after {
  background: #23d6e9;
}
.box03 {
  position: relative;
}
.box03 .img_cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie9 .box03 .img_cover {
  filter: alpha(opacity=100);
}
.box03 .img_cover .cover_bg {
  background: #03818d;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lt-ie9 .box03 .img_cover .cover_bg {
  filter: alpha(opacity=70);
}
.box03 .img_cover .cover_text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 95%;
}
.box03 .img_cover .helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0px;
}
.box03 a {
  display: block;
  height: 100%;
  position: relative;
  color: #fff;
}
.box03 a:hover .img_cover {
  opacity: 0;
}
.lt-ie9 .box03 a:hover .img_cover {
  filter: alpha(opacity=0);
}
.box03 + .box03 {
  margin-top: 30px;
}
.box03 h5 {
  margin: 0;
  padding: 0;
}
.box04 {
  margin-bottom: 40px;
}
.box04:before,
.box04:after {
  content: " ";
  display: table;
}
.box04:after {
  clear: both;
}
.box04_aside {
  float: left;
  margin-right: 30px;
}
@media (max-width: 479px) {
  .box04_aside {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.box04_cnt__no-flow {
  overflow: hidden;
}
.box04_cnt {
  padding-top: 25px;
}
.box04 .fa {
  font-size: 60px;
  line-height: 65px;
}
.box05 {
  margin-bottom: 30px;
}
.box05_cnt {
  background: #03818d;
  color: #fff;
  text-align: center;
  padding: 25px;
}
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}

.sf-menu li ul a {
    letter-spacing: 1px;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 0;
}
.sf-menu a {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.8px;
}
.sf-menu a:hover {
  text-decoration: none;
}
.sf-menu > li > a {
    padding: 25px 30px 24px;
    color: #fff;
}
@media (max-width: 979px) and (min-width: 768px) {
  .sf-menu > li > a {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #fff;
  background: #044b92;
}
.sf-menu > li.active > a {
    color: #fff;
    background: #6f97c0;
}
.sf-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 300px;
    margin-top: 0;
    padding: 10px 0 10px;
    background: #6f97c0;
    z-index: 2;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sf-menu ul > li > a {
  color: #FFF;
  padding: 5px 20px 5px 55px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .sf-menu ul > li > a {
    padding-left: 35px;
  }
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #044b92;
    background: #fff;
}
.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}
.sf-menu ul ul > li > a {
  color: #FFF;
  padding: 5px 20px 5px 75px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .sf-menu ul ul > li > a {
    padding-left: 55px;
  }
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
    background: #044b92;
    color: #fff;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 30px auto;
  width: 420px;
  border: 1px solid #03818d;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Roboto', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
    background: #044b92;
}
.isStuck {
  background: #ffffff;
  z-index: 999;
  border-bottom: 1px solid #25838e;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  font-size: 40px;
  line-height: 40px;
  color: #f2b950;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #f2b950;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: '\f065';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px 'FontAwesome';
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
    background: url("../images/head-bg.jpg") no-repeat;
    text-align: center;
    background-size: 100%;
    background-position: center;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: transparent;
}
.primary {
  color: #f2b950;
}
.line {
  display: block;
  width: 26px;
  height: 3px;
  margin: 15px 0;
  background: #fff;
}
.social-list {
  display: block;
  width: 100%;
}
.social-list:before,
.social-list:after {
  content: " ";
  display: table;
}
.social-list:after {
  clear: both;
}
.social-list li {
  display: block;
  float: left;
  width: 33.3333%;
  padding: 15px 0;
}
.social-list li:first-child {
  background: #fff;
  color: #03818d;
}
.social-list li:nth-child(2) {
  background: #0eb9cb;
  color: #fff;
}
.social-list li:last-child {
  background: #036973;
  color: #0eb9cb;
  float: right;
}
.social-list li a:hover {
  color: #f2b950;
}
.social-list li .fa {
  font-size: 24px;
}
.addr01 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #f2b950;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
}
.text01 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 2px;
}
@media (max-width: 1199px) and (min-width: 980px) {
  .text01 {
    font-size: 28px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .text01 {
    font-size: 24px;
    letter-spacing: 0;
  }
}
.mb01 {
  margin-bottom: 40px;
}
.pt01 {
  padding-top: 55px;
}
.mt_img {
  margin-top: 7px;
}
.services .list01 li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}
.services .list01 li::before {
    content: '\f1c1';
    position: absolute;
    left: 15px;
    top: 5px;
    font-size: 23px;
    font-family: 'FontAwesome';
    background: #c64848;
    padding: 9px;
    border-radius: 5px;
}


.services .list01 li a::after {
    content: '\f019';
    position: absolute;
    right: 15px;
    top: 14px;
    font-size: 14px;
    font-family: 'FontAwesome';
    color: #fff;
}

.list01 li::before {
    content: '\f105';
    font-size: 16px;
    font-family: 'FontAwesome';
    background: transparent;
    border-radius: 0px;
    position: initial;
    padding-right: 10px;
}

.descont .list01 {

    float: left;
    width: 100%;

}

.descont li {

    display: flex;
    line-height: 27px;

}

.services .bg02.well01 li {
    background: #1c6fc2;
    padding: 15px 70px;
}
.list01 li:last-child {
  margin-bottom: 0;
}
.list01 a {
    color: #044b92;
}
.num {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.num:after {
  content: '';
  display: block;
  width: 26px;
  height: 3px;
  margin: 15px 0;
  background: #fff;
}
.bg_img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 675px;
}
.bg_cnt {
  position: relative;
}
.bg_cnt h3 {
  color: #fff;
}
.date {
  color: #f2b950;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  vertical-align: baseline;
}
.date span {
  font-size: 60px;
  vertical-align: baseline;
}
.link01 {
  color: #f2b950;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  vertical-align: baseline;
}
.addr02 {
  margin-top: 5px;
}
.addr02 dt,
.addr02 dd {
  display: inline-block;
}
.addr02 dt {
  min-width: 210px;
}
@media (max-width: 1199px) {
  .addr02 dt {
    min-width: 100px;
  }
}
.terms p {
  margin-bottom: 20px;
}
/*==================      Well     ======================*/
.well01 {
  padding-bottom: 75px;
}
.well02 {
  padding-bottom: 50px;
}
.well03 {
  padding-bottom: 30px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
    background: #fff;
    padding-top: 70px;
    padding-bottom: 80px;
}
footer .brand {
  margin-top: 5px;
  margin-bottom: 5px;
}
footer .brand_name {
  color: #0eb9cb;
}
footer .brand_name:after {
  display: none;
}
footer .brand_name span {
  display: block;
}
@media (max-width: 979px) and (min-width: 768px) {
  footer .brand_name span {
    font-size: 46px;
  }
}
footer .copy {
    color: #2a2d90;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
}
footer .copy a {
  white-space: nowrap;
}
footer h4 {
    color: #bf8b39;
    margin-bottom: 25px;
    min-height: 55px;
}
/**************************/
.prin-message a
{
    color: #f2b950;
}
.prin-message a:hover
{
    text-decoration: none;
    color: #fff;
}
.prin-message .addr01
{
    text-transform: capitalize;
}
.prin-message .addr01 p
{
    line-height: 1.75;
}
#tabs1 li .ui-tabs-anchor, #tabs2 li .ui-tabs-anchor, #tabs3 li .ui-tabs-anchor
{
    color: #000;
}
.admission-process .descont
{
    padding-top: 0;
}
.padtop15
{
    padding-top: 15px;
}
.accom .descont .list01
{
    padding-top: 15px;
}
.pdf-frame embed
{
    width: 100%;
    height: 360px;  
}
.sub-txt
{
    padding-left: 25px;
}
.box-txt
{
    padding-bottom: 15px;
}
/* =============================== Site Map ================================ */
.sitemapul
{
    list-style-type: none;
    padding: 20px;
    width: 60%;
    margin: 20px auto;
    background: #999;
    /*border: 1px solid;*/
    border-radius: 10px;
}
.sitemapul ul
{
    list-style-type: none;
    padding: 20px;
    width: 60%;
    margin: 20px auto;
    background: #e1ae25;
    border: 1px solid #e1ae25;
    border-radius: 10px;
    color: #000;
}

.sitemapul li
{
    background: #fff;
    border: 1px solid;
    padding: 5px 20px;
    width: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}
.sitemapul li a
{
    font-weight: bold;
    font-size: 18px;
    color: #000!important;
    text-decoration: none;
}
.sitemapul li a:hover
{
    color: #933790!important;
}
.padtop250
{
    padding-top: 250px;
}
/*********/
#forms li a
{
    margin-left: 51px;
    line-height: 3.75;
    color: #044b92;
}
#handbook li a
{
    margin-left: 51px;
    line-height: 3.75;
    color: #fff;
}
.princi-image img
{
    float: right;
    width: 200px;
    height: 245px;
    margin-left: 25px;
}
.clear
{
    clear: both;
}
p
{
    text-align: justify !important;
}
p + p
{
    padding-top: 10px;
}
footer p + p 
{
    padding-top: 0;
}
.bg03 .btn:hover
{
    color: #000;
}
 .bg03 .btn:hover::before
 {
     background: #000;
 }
 .home-imageresp-1 img
 {
     width: 370px;
     height: 283px;
 }
 .home-imageresp-2 img
 {
     width: 170px;
     height: 165px;
 }
 .none-copy 
 {
     display: none;
 }
 #course1 img
 {
     width: 370px;
     height: 340px;
 }
 #course2 img
 {
     width: 370px;
     height: 637px;
 }
 #course4 img, #course3 img
 {
     width: 370px;
     height: 222px;
 }
 #admission img
 {
     width: 370px;
     height: 154px;
 }
 #predeparture img
 {
     width: 370px;
     height: 197px;
 }
 #forms img
 {
     width: 370px;
     height: 287px;
 }
 #student img
 {
     width: 570px;
     height: 147px;
 }
 #handbook img
 {
     width: 370px;
     height: 245px;
 }
 #btnsubmit, #btnreset
 {
     border: 2px solid #fff;
    margin-top: 25px;
    padding: 10px;
    cursor: pointer;
 }
 #btnsubmit
 {
     margin-right: 25px;
 }
 /**********responsive*******/
 @media (max-width: 1199px)
 {
     .sf-menu > li > a
     {
         padding: 25px 12px 24px;
     }
     .home-imageresp-1 img
     {
         width: 300px;
         height: 229px;
     }
     #course1 img
     {
         width: 300px;
         height: 270px;
     }
     #course2 img
     {
         width: 300px;
         height: 516px;
     }
     #course4 img, #course3 img
     {
         width: 300px;
         height: 208px;
     }
     .brand
     {
         margin-top: 12px;
         margin-bottom: 0;
     }
     #admission img
     {
         width: 300px;
         height: 175px;
     }
     #predeparture img
     {
         width: 300px;
         height: 216px;
     }
     .pdf-frame embed
     {
         height: 270px;
     }
     #forms img
     {
         width: 300px;
         height: 217px;
     }
     #student img
     {
         width: 460px;
         height: 119px;
     }
     #handbook img
     {
         width: 300px;
         height: 175px;
     }
 }
 @media (max-width: 1023px)
 {
     .sf-menu > li > a
     {
         padding: 25px 31px 24px;
     }
     .brand_slogan
     {
         font-size: 32px;
     }
     header
     {
         background-size: cover;
         background-position: top center;
     }
     .home-imageresp-1 img
     {
         width: 236px;
         height: 180px;
     }
     h2
     {
         font-size: 29px;
     }
     .princi-image img
     {
         float: none;
         display: block;
         margin: 15px auto;
         width: 235px;
         height: 288px;
     }
     #course1 img
     {
         width: 236px;
         height: 220px;
     }
     #course2 img
     {
         width: 236px;
         height: 406px;
     }
     #course4 img, #course3 img
     {
         width: 236px;
         height: 170px;
     }
     #admission img
     {
         width: 236px;
         height: 115px;
     }
     #predeparture img
     {
         width: 236px;
         height: 146px;
     }
     #forms img
     {
         width: 236px;
         height: 137px;
     }
     #student img
     {
         width: 364px;
         height: 94px;
     }
     #handbook img
     {
         width: 236px;
         height: 105px;
     }
 }
 @media (max-width: 767px)
 {
     .brand_slogan
     {
         font-size: 16px;
     }
     .home-imageresp-1 img
     {
         width: 420px;
         height: 321px;
     }
     #course1 img, #course4 img, #course3 img, #forms img, #handbook img
     {
         width: 420px;
         height: 252px;
     }
     #course2 img
     {
         margin: 0 auto;
         display: block;
     }
     #admission img, #predeparture img, #student img
     {
         width: 420px;
         height: 200px;
     }
     #admission h4
     {
         padding-top: 15px;
         clear: both;
     }
     .map iframe
     {
         width: 420px;
         height: 360px;
     }
 }
 @media (max-width: 479px)
 {
     .home-imageresp-1 img
     {
         width: 100%;
         height: 206px;
     }
     .home-imageresp-2 img
     {
         width: 100%;
         height: 262px;
     }
     .brand_slogan
     {
         font-size: 15px;
         letter-spacing: normal;
     }
     h2
     {
         font-size: 21px;
         line-height: 1.75;
     }
     #course1 img, #course4 img, #course3 img, #forms img, #handbook img
     {
         width: 100%;
         height: 162px;
     }
     #course2 img
     {
         width: 270px;
         height: 464px;
     }
     #admission img, #predeparture img, #student img
     {
         width: 100%;
         height: 140px;
     }
     .location h4
     {
         font-size: 14px;
         font-weight: 500;
     }
     .map iframe
     {
         width: 100%;
         height: 270px;
     }
 }