body{
    overflow-x: hidden;
}

body, html {
    height: 100%;
}

.row{
    margin-left: 0px;
    margin-right: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
    margin-top: 0px;
}

h1 {
    color: #333;
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
}

.h1-alt{
    color: #ffc424;
    font-size: 32px;
    font-weight: 400;
    line-height: 70px;
}

h2 {
    font-size: 30px;
    text-transform: none;
    font-weight: 600;
    color: #004B81;
    letter-spacing: 0px;
      line-height: 42px;
}

h3 {
    font-size: 32px;
    line-height: 40px;
    color: #333;
    font-weight: 300;
}

h2.section-title{
  margin-bottom: 40px;
}

h4 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
  line-height: 30px;
}

h5{
    color:#D9E2E7;
    text-transform: capitalize;
    font-size: 3.5em;
}

p {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    color: #666;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}

a {
    font-family: 'Quicksand', sans-serif;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
    color: #696969;
}

input{
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0.5px;
}

ul{
    list-style: none!important;
    padding-left: 0px;
}

a:hover, a:focus, a:visited{
    text-decoration: none;
}

li, ol{
    font-family: 'Quicksand', sans-serif;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: transparent;
}

.navbar-nav .active a{
    transition: all 0.5s ease;
}

.navbar{
    height: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.container-custom{
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.float-right{
    text-align: right;
}


.fa-search{
    padding-left: 10px;
}

.navbar{
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    margin-bottom: 0px;
}

.navbar-brand{
    margin-top: -5px;
}

.navbar-default .navbar-nav>li>a{
    color: #014b81;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: 0px;
}

.navbar-toggle{
    margin: 0px;
}

.navbar-right{
  margin-top: 5px;
}

.navbar-fixed-top{
    position: fixed;
}

.navbar-fixed-top .navbar-collapse{
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #aaa;
}

#toggle {
  width: 28px;
  height: 30px;
  margin: 0px auto;
}

#toggle div {
  width: 100%;
  height: 3px;
  background: #fff;
  margin: 5px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

#toggle.on .one {
  transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
  transform: rotate(-45deg) translate(6px, -7px);
  height: 3px;
}

:focus{
    outline: none;
}

.section-space{
    padding-top: 80px;
    padding-bottom: 80px;
}

.pm-logo{
    float: right;
}

.feature-col h3{
  font-size: 24px;
  color: #666;
  font-weight: 600;
}

.feature-box{
    background: #f8f8f8;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.feature-icon{
  margin-bottom: 10px;
}

.feature-box p{
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0px;
}

.feature-box:hover{
    box-shadow: 0px 3px 25px rgba(0,0,0,0.2);
    transform: translateY(-5px);
}

.feature-box .fa{
    background: #ffc424;
    border-radius: 50%;
    padding: 20px;
    width: 65px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.spacingbottom{
    margin-bottom: 40px;
}

.feature-box h4{
    margin-bottom: 20px;
}

.grey{
    background: #f8f8f8;
}

.darkgrey{
    background: #333;
}

.darkgrey p, .darkgrey h1{
    color: #fff;
}

.bold-text{
    font-weight: 600;
}

.extrapaddingright{
    padding-right: 100px;
}

ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

ul li {
  color: #333;
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  margin: 0.5rem;
  text-align: center;
}

.chart {
  position: relative;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.center{
    text-align: center;
}

.text-padding p{
    padding-top: 10px;
    padding-bottom: 10px;
}

.screen-canvas{
    position: absolute;
    height: 562px; 
    overflow: auto;
    top: 44px;
    left: 59px;
    width: 1022px;
    margin: 0px auto;
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.dropdown-menu>li{
  margin: 0px;
  width: 100%;
  text-align: left;
}

.dropdown-menu>li>a {
    display: block;
    padding: 15px 30px;
    clear: both;
    font-weight: 400;
    line-height: 18px;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
}

.screen-canvas:before{
    position: absolute;
    width: 100%;
    height: 3500px;
    text-align: center;
    top: 0;
    padding-top: 250px;
    left: 0;
    background: rgba(0,0,0,0.6);
    content: "Scroll on screen to preview";
    color: #fff;
    font-size: 30px;
    opacity: 1;
    transition: all 0.3s ease;
}

.screen-canvas:hover:before{
    opacity: 0;
}

.twocolordiv  {
    position: relative;
    z-index: 9;
    background: #333;
    width: 100%;
    height: auto;
}

.twocolordiv:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    background: #f8f8f8;
}

.align-right{
    text-align: right;
}

.logo-section{
    padding-left: 80px;
    display: flex;
    align-items: center;
}

.logo-section img{
    margin-top: 75px;
    margin-bottom: 75px;
}

.paddingright{
    padding-right: 40px;
}

strong{
    font-weight: 600;
}

.slider{
   background: linear-gradient(to right, #4383c4, #35549a);
    height: 65%;
    width: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.slider-text h2{
  text-transform: none;
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 45px;
  line-height: 55px;
}

.slider-text p, .slider-text h2{
   text-align: left;
    color: #fff;
  padding-right: 20px;
}

.slider-text .btn-custom{
  margin: 0px auto;
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  background: #35549a;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
}

.rental-search{
  padding: 40px;
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  margin-top: -70px;
}

.rental-term{
  padding: 15px;
  width: 74%;
  background: #f9f9f9;
  border: 0px;
  -webkit-appearance: none;
}

.rental-search .btn-custom{
  background: #35549a;
  color: #fff;
  transition: all 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.rental-search .btn-custom:hover{
  background: #4383c4;
  color: #fff;
}

.rental-box{
  border: 1px solid #ddd;
}

.rental-desc{
  padding: 20px;
}

.rental-location{
  width: fit-content;
  padding: 7px 20px;
  background: #35549a;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  position: absolute;
  top: 15px;
  margin-left: 15px;
  font-size: 14px;
}

.rental-image{
  overflow: hidden;
}

.rental-desc h4{
  font-size: 22px;
  font-weight: 600;
  color: #666;
  line-height: 35px;
  margin-bottom: 0px;
}

.rental-image img{
  transition: all 0.4s ease-in-out;
}

.rental-price{
  font-size: 28px;
  color: #35549a;
  font-weight: 600;
  margin-right: 5px;
  font-family: 'Quicksand', sans-serif;
}

.rental-pm{
  font-size: 15px;
  color: #666;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
}

.rental-desc table{
  width: 100%;
  margin-top: 10px;
}

.rental-desc td{
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  width: 50%;
  vertical-align: bottom;
}

.rental-desc td img{
  margin-right: 10px;
  display: inline!important;
  width: auto!important;
}

.owl-theme .owl-nav [class*=owl-]{
  background: #f9f9f9;
  border: 0px;
  border-radius: 0px;
  color: #35549a;
}

.rental-container{
  overflow-x: hidden;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #35549a;
    text-decoration: none;
    background: #f9f9f9;
}

.owl-theme .owl-nav{
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -85px;
}

.rental-image:hover img{
  transform: scale(1.1);
}

.school-sections{
  margin-top: -130px;
}

.school-col{
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease-in-out;
}

.nopadding{
  padding-left: 0px;
  padding-right: 0px;
}

.title-separator{
  border-bottom: 3px solid #35549a;
  width: 75px;
  margin-top: 15px;
  margin-bottom: 40px;
}

.intro-section p{
  margin-bottom: 30px;
}

.btn-custom{
  background: #35549a;
  color: #fff;
  padding: 12px 25px;
  text-align: center;
  border-radius: 0px;
  webkit-appearance: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 600;
}

.btn-custom:hover{
  background: #fff;
  color: #35549a;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

.btn-custom:focus, .btn-custom:active{
  color: #fff;
}

.btn-dark:focus, .btn-dark:active{
  color: #35549a;
}

img.center{
  margin: 0px auto;
}

.btn-group .btn{
  background: #fff;
  color: #666;
  padding: 15px 35px;
  text-align: center;
  border-radius: 0px;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Quicksand', sans-serif;
  border: 1.5px solid #eee;
  transition: all 0.4s ease-in-out;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -3px;
}

.btn-group .btn:hover{
  background: #004B81;
  color: #fff;
  border-color: #eee;
}

.btn:focus, .btn:active{
  outline: none!important;
}

.intro-img img{
  margin: 0px auto;
}

.flex{
  display: flex;
  align-items: center;
}

.school-logo{
  position: absolute;
  bottom: 35px;
  left: 45px;
}

.school-logo-2{
  position: absolute;
  bottom: 35px;
  left: 45px;
  max-width: 170px;
}

.school-logo-3{
  position: absolute;
  bottom: 35px;
  left: 45px;
  max-width: 90px;
}

.school-logo-4{
  position: absolute;
  bottom: 35px;
  left: 45px;
  max-width: 90px;
}

.blue-section{
  background: #004B81;
}

.blue-section h3, .blue-section p{
  color: #fff;
}

.blue-section h3{
  display: inline;
  margin-right: 25px;
}

.blue-section .fa{
  color: #0085ba;
  font-size: 30px;
  display: inline;
}  

.blue-section p{
  margin-top: 20px;
}

.newsletter-box{
    background-color: rgba(255,255,255,0.2);
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    border-radius: 0px;
    text-align: left;
}

input[type=email]{
  border:0px;
  width: 350px;
  font-size: 16px;
  margin-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 24px;
  background: transparent;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #fff;
}

input[type=email]::placeholder{
    color: #666;
    font-family: 'Quicksand', sans-serif;
}

input[type=submit]{
    border: 0px;
}

.newsletter-box .icon{
  float: right;
    margin-right: -3px;
    padding: 15px 30px;
    background-color: #0085ba;
    color: #fff;
    cursor: pointer;
    border-radius: 0px;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 14px;
    line-height: initial;
}

.newsletter-box .icon:hover{
    background: #333;
}

.blue-section .section-space{
  padding-top: 50px;
  padding-bottom: 50px;
}

.blue-section #mc_embed_signup{
    margin: 0px auto;
    width: fit-content;
}

.news-box{
  border: 1px solid #ddd;
  padding: 30px;
  max-width: 700px;
}

.news-box h4{
  font-size: 22px;
  color: #666;
  margin-bottom: 20px;
}

.news-img img {
    width: 215px;
    height: auto;
    position: absolute;
    top: -50px;
    right: -50px;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

.news-separator{
  border-bottom: 1px solid #ddd;
  margin-top: 35px;
  margin-bottom: 15px;
  display: block;
}

.readmore-btn{
  font-weight: 600;
  text-transform: uppercase;
}

.spacingbottom-xl{
  margin-bottom: 100px;
}

.col-odd{
  margin-top: -80px;
}

.grey-container{
  background: #f9f9f9;
}

.nopaddingbottom{
  padding-bottom: 0px;
}

.panel-group{
  margin-top: 40px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 15px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.panel-default>.panel-heading {
    color: #444;
    background-color: #f9f9f9;
    border-color: #ddd;
    border-radius: 0px;
    padding: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-top: 0px;
}

.panel-title{
  font-size: 17px;
    color: inherit;
    font-weight: 300;
  line-height: 40px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #0085ba;
}

.panel-body {
    padding: 30px 15px;
    background: #f9f9f9;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Quicksand', sans-serif;
    line-height: 30px;
    color: #666;
    padding-left: 0px;
}

.panel-faq .panel-body, .panel-faq .panel-default>.panel-heading{
  background: #fff;
}

.panel-title a.float-right{
  float: right;
}

.footer-section{
  background-color: #414141;
}

.footer-section p, .footer-section h2{
  color: #fff;
}

.footer-section h2{
  margin-bottom: 40px;
}

#menu-footer-menu{
   display: grid;
}

#menu-footer-menu li a{
  text-align: left;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
}

#menu-footer-menuli{
  margin: 0px;
  margin-bottom: 10px;
}

#menu-footer-menu li a{
  color: #fff;
  font-size: 14px;
}

.site-logo{
  padding-right: 60px;
}

.site-logo img{
  margin-bottom: 40px;
}

.quick-links-nav li a:hover{
  color: #0085ba;
}

.contact-section i{
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.nopaddingleft{
  padding-left: 0px;
}

.copyright-section{
  padding-top: 20px;
  padding-bottom: 20px;
  background: #333;
}

.about-malta .btn-custom{
  background: #fff;
  color: #35549a;
}

.copyright-section a{
  color: #fff;
}

.school-col:hover {
    margin-top: -20px;
}

.post-categories{
  display: inline;
}

.post-categories li{
  display: inline;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
}

.the-date{
  display: inline;
  text-transform: uppercase;
}

.who-we-are{
  background-image: url(../images_interface/st.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  height: auto;
}

.about-malta{
  background-image: url(../images_interface/st1.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  height: auto;
}

.paddingleft-xl{
  padding-left: 160px;
  padding-right: 60px;
}

.paddingright-xl{
  padding-right: 160px;
  padding-left: 60px;
}

.about-malta h2, .who-we-are h2{
  margin-bottom: 40px;
}

.about-malta p, .about-malta h2{
  color: #fff;
}

/*---------- Contact Form 7 ----------*/

.wpcf7 {
    color: #666;
}

.wpcf7 label {
    display: block;
    font-weight: 300;
}

.wpcf7 ::placeholder{
    color: #666!important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
textarea {
    font-size: 14px;
    background-color: transparent;
    border: none;
    color: #666;
    width: 100%;
    margin-top: 0px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 8px;
    padding-left: 12px;
    letter-spacing: 0.5px;
    padding-bottom: 8px;
    border: 1px solid #ccc;
    transition: all 0.3s;
    font-family: 'Quicksand', sans-serif;
}

input.wpcf7-date,
input.wpcf7-time {
    font-weight: 300;
}

.wpcf7 input[type=file] {
    font-size: 14px;
    background-color: transparent;
    border: none;
    color: #666;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: all 0.3s;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
textarea:focus {
    font-size: 14px;
    background-color: transparent;
    border: none;
    width: 100%;
    border: 1px solid #0085ba;
    outline: none;
}

input.wpcf7-submit {
    background: #545257;
    border: 0px;
    padding: 15px;
    transition: all 0.5s;
    color: #fff;
    font-weight: 600;
    width: 200px;
    text-transform: uppercase;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3 ease-in-out;
}

.wpcf7-submit:hover {
    background: #0085ba;
}

.nopaddingleft {
    padding-left: 0px;
}

.nopaddingright {
    padding-right: 0px;
}

.wpcf7 input::placeholder, .wpcf7 textarea::placeholder{
  color: #666!important;
}

.intro-flex .intro-img img{
  text-align: right;
  float: right;
}

.course-col{
  padding-right: 120px;
}

.course-cat{
  background: #fff;
  box-shadow: 0px 5px 25px rgba(0,0,0,0.2);
  padding: 40px;
  transition: all 0.4s ease-in-out;
}

.course-cat h3{
  font-size: 22px;
  color: #666;
  line-height: 35px;
}

.cat-separator{
  border: 1.5px solid #0D5487;
  width: 60px;
}

.cat-nav{
  position: absolute;
  top: 0px;
  right: 120px;
  background: #004B81;
  padding: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  border-left: 1px solid #004B81;
  border-bottom: 1px solid #004B81;
  transition: all 0.4s ease-in-out;
}

.cat-nav a{
   text-align: center;
    margin: 0px auto;
}

.cat-nav .fa{
  color: #fff;
  font-size: 22px;
}

.course-cat:hover{
  background: #004B81;
  cursor: pointer;
}

.course-cat:hover h3, .course-cat p{
  color: #fff;
}

.course-cat:hover .cat-separator{
  border-color: #fff;
}

.course-cat:hover .cat-nav{
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.spacing-bottom{
  margin-bottom: 80px;
}

.applications-banner{
  background-image: linear-gradient(to right, #004B81, #0088BE);
  padding: 50px;
}

.applications-banner h2, .applications-banner p{
  color: #fff;
}

.applications-banner .btn-light{
  box-shadow: 0px 5px 25px rgba(0,0,0,0.2);
  padding: 15px 40px;
  font-size: 14px;
  float: right;
}

.applications-banner .btn-light:hover{
  background: #004B81;
}

.nospacingtop{
  padding-top: 0px;
}

.news-post h4{
  color: #666;
  margin-top: 20px;
  line-height: 35px;
}

.news-post img{
  transition: all 0.4s ease-in-out;
}

.news-post:hover img{
  transform: translateY(-15px);
  box-shadow: 0px 5px 25px rgba(0,0,0,0.2);
}

.news-post:hover h4 a{
  color: #004B81;
}

.grey-section{
  background: #F9F9F9;
  overflow: hidden;
}

.testimonial-text{
  padding-right: 120px;
}

blockquote:before{
  content: open-quote;
  color: #6666661c;
  font-size: 120px;
  position: absolute;
  top: -100px;
  left: -10px;
}

blockquote:after{
  content: close-quote;
  color: #6666661c;
  font-size: 120px;
  position: absolute;
  bottom: -60px;
  right: 100px;
}

blockquote{
  border: 0px;
}

.owl-carousel .owl-stage-outer{
  display: inline-block;
}

.page-sidebar {
    background: #f9f9f9;
    padding: 40px 30px;
}

.page-sidebar ul li{
  color: #666;
  font-size: 16px!important;
  line-height: 40px!important;
  display: list-item!important;
  text-align: left;
  margin: 0px;
}

.page-sidebar .navbar-form{
  margin: 0px auto;
  margin-bottom: 20px;
  padding: 0px;
}

.page-sidebar .navbar-form .input-group {
    width: 100%;
}

.page-sidebar .navbar-form .input-group>.form-control, .page-sidebar .navbar-form .input-group button {
    border-radius: 0px;
}

.page-sidebar h3{
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.input-group-btn button .fa{
  padding-left: 0px;
}

::focus{
  outline: none!important;
}

.single-page{
  padding-right: 60px;
}

.single-title{
  margin-bottom: 40px;
}

.slick-prev {
    left: -25px!important;
    background: #35549a!important;
    border-radius: 50%!important;
    padding: 15px!important;
}

.slick-next {
    right: -25px!important;
    background: #35549a!important;
    border-radius: 50%!important;
    padding: 15px!important;
}

.slick-prev:before, .slick-next:before {
    color: #fff!important;
    opacity: 1!important;
}

.slick-dots li button:before {
    font-size: 15px!important;
    color: #333!important;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #35549a!important;
}

.single-table{
  width: 100%;
  margin-bottom: 30px;
}

.single-table img{
  display: inline;
  margin-right: 10px;
}

.single-table td{
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #666;
  padding: 10px 15px;
  text-align: center;
}

.inside-rental{
  position: absolute;
  top: 0;
  right: 60px;
  padding: 12px 30px;
}

.post-separator{
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.rental-title{
  margin-bottom: 10px;
}

.footer-section a{
  color: #fff!important;
}

.footer-section a:hover{
  color: #eee!important;
}

@media only screen and (min-width: 768px){
    
    .navbar-collapse.collapse{
        display: block;
    }
}

@media only screen and (min-width: 768px){
  .container.wide{
    width: 750px;
  }
}

@media only screen and (min-width: 991px){
  .container.wide{
    width: 900px;
  }
}

@media only screen and (min-width: 1024px){
  .container.wide{
    width: 990px;
  }
}

@media only screen and (min-width: 1200px){
  .container.wide{
    width: 1180px;
  }
}

@media only screen and (min-width: 1201px){
    .navbar-collapse.collapse{
      display: block;
    }
}

@media only screen and (min-width: 1300px){
  .container.wide{
    width: 1250px;
  }
}

@media only screen and (min-width: 1400px){
  .container.wide{
    width: 1350px;
  }
}

@media only screen and (min-width: 1600px){
  .container.wide{
    width: 1550px;
  }
}

@media only screen and (min-width: 1800px){
  .container.wide{
    width: 1620px;
  }
}

@media only screen and (max-width: 1599px){
  .news-box {
    max-width: 95%;
  }
  
  .slider{
    height: 80%;
  }
  
  .course-col{
    padding-right: 80px;
  }
  
  .cat-nav{
    right: 80px;
  }
  
  .paddingleft-xl {
    padding-left: 80px;
    padding-right: 60px;
}
  
  .paddingright-xl {
    padding-right: 80px;
    padding-left: 60px;
}
  
  .rental-desc h4 {
    font-size: 19px;
    line-height: 25px;
}
  
  .nav>li>a {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media only screen and (max-width: 1399px){
  .course-col{
    padding-right: 40px;
  }
  
  .cat-nav{
    right: 40px;
  }
  
  .slider{
    height: 75%;
  }
}

@media only screen and (max-width: 1299px){
  .course-col{
    padding-right: 15px;
  }
  
  .cat-nav{
    right: 15px;
  }
}

@media only screen and (max-width: 1199px){
    h1{
        font-size: 30px;
    }
  
  .single-table img {
    display: block;
    margin: 0px auto;
    margin-bottom: 10px;
}
    
    .screen-canvas {
        height: 459px;
        top: 36px;
        left: 51px;
        width: 838px;
    }
    
    .screen-canvas:before {
        height: 2868px;
        padding-top: 200px;
    }
  
    .col-odd {
      margin-top: 80px;
  }
  
  .course-cat h3 {
    font-size: 19px;
    line-height: 32px;
}
  
  .spacingbottom-xl {
    margin-bottom: 80px;
}
  .newsletter-box input[type=email] {
    width: 250px;
}
  
  .blue-section .flex{
    display: block;
  }
  
  .blue-section #mc_embed_signup {
    margin: 0px;
    margin-top: 40px;
    width: fit-content;
}
  
  .school-sections .col-sm-6{
    margin-bottom: 40px;
  }
  
  .school-col:hover{
    margin-top: 0px;
  }
  
  .intro-flex{
    display: block;
  }
  
  .intro-img{
    margin-top: 40px;
  }
  
  .intro-img img{
    margin: 0px;
  }
  
  .section-space{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .footer-section h2{
    margin-top: 40px;
  }
  
  .navbar-collapse.collapse {
        display: none!important;
        float: none;
          background: #35549a;
    }
  
  .collapsing{
    background: #35549a;
  }
    
    .navbar-toggle{
        padding-top: 18px;
    }
    
    .navbar-brand>img{
        margin-left: 25px;
    }
    
    .navbar {
        height: auto;
        padding-top: 10px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
  
   .navbar-nav>li {
        float: left;
        display: block;
        width: 100%;
        text-align: left;
    }

    .navbar-right {
        float: left!important;
        margin-right: 15px;
        margin-top: 10px;
        padding-top: 0px;
        border-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
  
   .navbar-default .navbar-nav>li>a {
    color: #fff;
}
  
  .navbar-header {
    float: none;
    padding-bottom: 15px;
}
    
    .navbar-collapse.collapse.in{
        display: block!important;
    }
  
  .menu-wide{
    width: 100%!important;
    margin: 0px;
    padding: 0px;
  }
  
  .menu-container{
    width: 100%!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
  
  .navbar-toggle {
    display: block;
}
  
  #toggle div{
    background: #004B81;
  }
  
  .navbar-header{
    width: 100%;
    z-index: 999;
    background: #fff;
    border: 0px;
  }
  
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #fff;
  }
}

@media only screen and (max-width: 1024px){
  
  
  .paddingleft-xl {
    padding-left: 55px;
    padding-right: 40px;
}
  
  .paddingright-xl {
    padding-right: 55px;
    padding-left: 40px;
}
  
  .rental-box{
    margin-bottom: 40px;
  }
  
  .slider{
    height: 50%;
  }
}

@media only screen and (max-width: 1023px){
    .logo-section {
        padding-left: 50px;
    }
    
    h1 {
        font-size: 25px;
    }
    
    .h1-alt {
        font-size: 25px;
    }
    
    .mobspacingbottom{
        margin-bottom: 30px;
    }
  
  .course-cat{
    padding: 25px;
  }
  
  .course-cat h3{
    font-size: 16px;
  }
  
  .cat-nav{
    height: 40px;
    width: 40px;
  }
  
  .cat-nav{
    color: #fff;
    font-size: 16px;
  }
  
      .testimonial-text {
    padding-right: 15px;
}
}

@media only screen and (max-width: 991px){
    .screen-canvas {
        height: 349px;
        top: 26px;
        left: 42px;
        width: 638px;
    }
    
    .screen-canvas:before{
        padding-top: 150px;
        height: 2180px;
    }
    
    .twocolordiv:before {
        top: 0;
        right: 0;
        left: 0;
        bottom: 50%;
    }
    
    .logo-section img {
        margin-top: 95px;
        margin-bottom: 0px;
    }
    
    .paddingright {
        padding-right: 15px;
        margin-bottom: 40px;
    }
  
    .news-box {
      max-width: 100%;
  }
  
    .news-post{
    margin-bottom: 40px;
  }
  
  .slider{
    height: 65%;
  }
  
  .slider img{
    display: none;
  }
}

@media only screen and (max-width: 768px){
  .flex {
    display: block;
}
  
  .slider-text{
    margin-top: -40px;
  }
  
  .slider-text .btn-custom{
    margin-top: 15px;
  }
  
    
  .applications-banner .btn-light{
    float: left;
    margin-top: 40px;
  }
  
  .navbar-toggle{
    padding: 9px 15px;
  }
  
  .paddingleft-xl {
    padding-left: 40px;
    padding-right: 40px;
}
  
  .paddingright-xl {
    padding-left: 40px;
    padding-right: 40px;
}
  
  .rental-term{
    width: 357px;
  }
  
  .inside-rental {
    position: inherit;
    padding: 12px 30px;
    margin: 0px;
    right: unset;
    top: unset;
    margin-bottom: 20px;
}
  
  .single-page{
    padding-right: 15px;
  }
  
  .page-sidebar{
    margin-top: 30px;
  }
  
  .section-space{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px){
    .flex{
        display: block;
    }
    
    .screen-canvas {
        height: 160px;
        top: 12px;
        left: 28px;
        width: 290px;
    }
  
  .single-page{
    padding-right: 15px;
  }
  
  .rental-term {
    width: 100%;
}
  
  .navbar-brand>img {
    padding-top: 13px;
}
  
  .navbar-fixed-top .navbar-header {
    padding-bottom: 5px;
}
  
  .navbar-fixed-top .navbar-brand>img {
    padding-top: 10px;
    width: 140px;
}
  
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 500px;
}
  
  .navbar-nav>li {
    margin: 0px;
}
  
  .menu-container{
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .navbar-fixed-top  .navbar-toggle {
    padding-top: 5px;
}
    
    .screen-canvas:before {
        padding-top: 68px;
        height: 993px;
        font-size: 16px;
    }
    
    .logo-section{
        display: block;
        padding-left: 15px;
    }
    
    .twocolordiv:before {
        bottom: 34%;
    }
    
  .navbar-default .navbar-toggle {
    border: 0px;
    padding-right: 15px;
    padding-left: 0px;
}
  
    .section-space {
        padding-top: 40px;
        padding-bottom: 40px;
    }
  
  .navbar-brand>img {
    margin-left: 15px;
}
  
  .slider-text h2 {
    font-size: 32px;
    line-height: 40px;
}
  
  .slider{
    height: 70%;
  }
  
  .rental-search {
    padding: 25px;
}
  
  .rental-search .btn-custom{
    width: 100%;
  }
  
  .tp-bgimg{
    background-position: right!important;
  }
  
  .insidepageslider .tp-bgimg{
    background-position: right!important;
  }
  
  .owl-theme .owl-nav {
    position: relative;
    top: unset;
    right: unset;
    margin-top: -15px;
}
  
  .feature-col{
    margin-bottom: 40px;
  }
  
  .copyright-section .float-right{
    float: left!important;
    margin-top: 5px;
  }
    
    .pm-logo {
        float: left;
        width: 250px;
    }
    
    .feature-box{
        margin-bottom: 30px;
    }
    
    .logo-section img {
        margin-top: 80px;
        margin-bottom: 0px;
    }
  
      .newsletter-box input[type=email] {
        width: 100%;
    }
  
    .newsletter-box .icon {
      margin-right: 0px;
      width: 100%;
  }
  
  .blue-section h3 {
    font-size: 22px;
}
  
  .news-img img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    margin-top: 20px;
    right: 0px;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
  
  .btn-group .btn{
  width: 100%;
    margin-bottom: 15px;
  }
  
  .news-box {
    padding: 20px;
    max-width: 100%;
}
 
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0px;
    margin-left: 0px;
}
  
  .navbar-brand{
    padding: 0px;
  }
  
  .site-logo{
    padding-right: 15px;
  }
  
  .course-cat {
    padding: 30px;
    margin-bottom: 40px;
}
  
  .applications-banner {
    padding: 40px 25px;
}
  
  .course-cat h3 {
    font-size: 20px;
    line-height: 35px;
}
  
  .courses .spacing-bottom{
    margin-bottom: 0px;
  }
  
  .single-table td{
    display: inline-block;
    width: 48%;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  
  .single-table{
    border: 0px;
  }

}

.gform_wrapper.gravity-theme .gform_required_legend {
    display: none;
}


.gform_wrapper.gravity-theme .gform_fields .ginput_container:not(.ginput_container_consent) input,
.gform_wrapper.gravity-theme .gform_fields .ginput_container textarea{
    font-size: 14px;
    background-color: transparent;
    border-radius: 0;
    color: #666;
    width: 100%;
    line-height: 20px;
    padding-top: 8px;
    padding-left: 12px;
    letter-spacing: 0.5px;
    padding-bottom: 8px;
    border: 1px solid #ccc;
    margin: 0;
    transition: all 0.3s;
    font-family: 'Quicksand', sans-serif;
}

.gform_wrapper.gravity-theme .gform_fields .ginput_container.ginput_container_consent label {
    font-weight: 300;
}

.gform_wrapper.gravity-theme .gform_fields .ginput_container input:focus,
.gform_wrapper.gravity-theme .gform_fields .ginput_container textarea:focus{
    border: 1px solid #0085ba;
}

.gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    background: #545257;
    border: 0px;
    padding: 15px;
    transition: all 0.5s;
    color: #fff;
    font-weight: 600;
    width: 200px;
    text-transform: uppercase;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
}

.gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover,
.gform_wrapper.gravity-theme .gform_footer input[type="submit"]:focus {
    background: #0085ba;
}