@import "animate.css";
*{
    margin: 0;
    padding: 0;
    font-family: "Montserrat";
}
.testimonials{
	background: #f1f1f1;
	text-align: center;
	
	}
	.testimonials h1{
		display: inline-block;
		font-size: 22px;
		padding-bottom: 5px;
		margin-top: 50px;
	}
  .testimonials p{
	color: #363636;
  font-size: 18px;
  margin-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  }
  .row{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  }

  .col{
	flex: 33.33%;
	max-width: 33.33%;
	box-sizing: border-box;
	padding: 20px;
  margin: 0 -2px;
  }

  .testimonial{
	background: #fdfdfd;
	padding: 40px;
	transition: 0.4s;
	border-radius: 10px;
	
  }
  .testimonial:hover{
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
  }

  .testimonial img:hover{
	transform: scale(1.2);
  }

  .testimonial img{
  width: 125px;
	transition: 0.4s;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
	height: 125px;
  border-radius: 50%;
  }

  .name{
	font-size: 18px;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 2px;
}
  .testimonial a{
    font-size: 16px;
	background-color: #2E90F9; 
	font-weight: 700;
    color: white;
	display: inline-block;
	padding: 12px 30px;
	border-radius: .3rem;
    margin-top: 10px;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.3s;
	letter-spacing: 1.2px;
  
  }
  .testimonials a:hover{
    background-color: #0860C2;
  }
  
  @media screen and (max-width:960px) {
  .col{
	flex: 100%;
	max-width: 80%;
  }
  }
  
  @media screen and (max-width:600px) {
  .col{
	flex: 100%;
	max-width: 100%;
  }
  }

  @media (max-width: 960px){
    .page-content a{
      font-size: 15px !important;
    }
    .page-content h1{
      font-size: 30px !important;
    }
    .page-content p{
      font-size: 20px !important;
    }
    }

    @media (max-width: 600px){
      .page-content a{
        font-size: 15px !important;
      }
      .page-content h1{
        font-size: 30px !important;
      }
      .page-content p{
        font-size: 20px !important;
      }
      }


  nav{
    height: 80px;
      background: #fff;
      z-index: 2;
      position: fixed;
      top: 0;
      width: 100%;
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04)
    }
    nav img{
      position: absolute;
      width: 190px;
      top: 15px;
      left: 12%;
    }
    nav ul{
    float: right;
    margin-right: 30px;
    z-index: 2;
    }
    nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 6px;
    }
    nav ul li a{
    position: relative;
    padding: 5px 0;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 0.2px;
    transition: color 0.3s;
    }
    nav ul li a:hover{
      color: #0860C2;
    }
  
    label #btn,
    label #cancel{
    font-size: 30px;
    color: #000;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
    }
    #check{
    display: none;
    }
    @media (max-width: 1118px){
    nav img{
      left: 8%;
    }
    }
    @media (max-width: 944px){
    nav img{
      width: 130px;
        top: 20px;
        left: 6%;
    }
      nav ul li a{
        font-size: 17px;
      }
    }
    @media (max-width: 860px){
    label #btn{
      display: block;
    }
    ul{
      position: fixed;
      width: 100%;
      height: 100vh;
      background: #fff;
      top: 80px;
      left: -100%;
      text-align: center;
      transition: all .5s;
    }
    nav ul li{
      display: block;
      margin: 50px 0;
      line-height: 30px;
    }
    nav ul li a{
      font-size: 20px;
    }
    #check:checked ~ ul{
      left: 0;
    }
      #check:checked ~ label #btn{
      display: none;
    }
      #check:checked ~ label #cancel{
      display: block;
    }
    }
    
    .landing-page{
      width: 100%;
      height: 100vh;
      background: #000;
      position: relative;
      overflow: hidden;
      }
      .landing-page::after{
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url(student.jpg) no-repeat;
      background-size: cover;
      opacity: .3;
      animation: anim 20s linear infinite;
      }
      @keyframes anim {
      50%{
        transform: scale(1.2);
      }
      100%{
        transform: scale(1);
      }
      }
    
    .page-content{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-49%);
      z-index: 1;
      width: 100%;
      text-align: center;
      padding: 0 40px;
      box-sizing: border-box;
    }
    .page-content h1{
      color: #fff;
      font-weight: 900;
      font-size: 50px;
      margin-bottom: 5px;
      text-shadow: 0px 0px 9px rgba(0,0,0,0.71);
      
    }
    .page-content p{
       font-size: 25px;
       text-shadow: 0px 0px 9px rgba(0,0,0,0.71);
       font-weight: 500;
       color: #fff;
       margin-bottom: 35px;
    }
    .page-content a {
        font-size: 20px;
      background-color: #2E90F9; 
      font-weight: 700;
        color: white;
      display: inline-block;
      padding: 12px 30px;
      border-radius: .3rem;
        margin-top: 5px;
      text-decoration: none;
      cursor: pointer;
      transition: background-color 0.3s;
      letter-spacing: 1.2px;
      text-align: center;
    }
    
    .page-content a:hover {
        background-color: #0860C2;
    }
    .page-content img{
      transition: 0.4s;
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
      border-radius: 50%;
      width: 60px;
      height: 60px;
    }


    .footer-basic-centered{
      background-color: #2E90F9;
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
      box-sizing: border-box;
      width: 100%;
      text-align: center;
      padding: 20px;
    }
    
    .footer-basic-centered .footer-company-name{
      color:  #fff;
      font-size: 15px;
      margin-top: 2px;
      margin-bottom: 2px;
    }
    .footer-basic-centered img{
      max-width: 220px;
      transition: 0.4s;
      margin: 0 0 15px 0;
      }
    
      .footer-basic-centered .footer-company-name a{
      text-decoration: none;
      font-weight: 700;
      color: #fff;
      letter-spacing: 1px;
    }

    
    .footer-basic-centered .footer-company-name a:hover{
      text-decoration: underline;
      font-weight: 900;
      color: #fff;
      letter-spacing: 1px;
    }

      .footer-basic-centered img:hover{
      transform: scale(1.1);
      }
    
    .footer-basic-centered .footer-links{
      font-weight: 700;
      color:  #ffffff;
      padding: 0 0 2px 0;
      font-size: 18px;
      text-decoration: none;
      letter-spacing: 0.2px;
      transition: color 0.3s;
    }
    
    .footer-basic-centered .footer-links a{
      display: inline-block;
      text-decoration: none;
      color: inherit;
      margin: 0 12px 0 0;
    }
    
    
    
    
    @media (max-width: 600px) {
    
      .footer-basic-centered{
        padding: 35px;
      }
    
      .footer-basic-centered .footer-company-motto{
        font-size: 18px;
      }
    
      .footer-basic-centered .footer-company-name{
        font-size: 12px;
      }
    
      .footer-basic-centered .footer-links{
        font-size: 14px;
        padding: 25px 0 20px;
      }
    
      .footer-basic-centered .footer-links a{
        line-height: 1.8;
      }
    }

    .images{
      overflow: hidden;
      text-align: center;
      background: #f0f0f0;
    }
    .images img{
      width: 300px;
      height: 200px;
      margin: 10px;
      transition: 0.4s;
      border-radius: 2%;
      background: #f0f0f0;
    }
    .images img:hover{
      transform: scale(1.1);
      text-decoration: none;
    }
    .images a:hover{
      text-decoration: none;
    }
    /* Slider */
    
    .slick-slide {
        margin: 0px 8px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    
    .slick-slide img {
        width: 100%;
    }
    
    .slick-slider
    {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
                user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
            touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }
    
    .slick-list
    {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .slick-list:focus
    {
        outline: none;
    }
    .slick-list.dragging
    {
        cursor: pointer;
        cursor: hand;
    }
    
    .slick-slider .slick-track,
    .slick-slider .slick-list
    {
        -webkit-transform: translate3d(0, 0, 0);
           -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
             -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    
    .slick-track
    {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }
    .slick-track:before,
    .slick-track:after
    {
        display: table;
        content: '';
    }
    .slick-track:after
    {
        clear: both;
    }
    .slick-loading .slick-track
    {
        visibility: hidden;
    }
    
    .slick-slide
    {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }
    [dir='rtl'] .slick-slide
    {
        float: right;
    }
    .slick-slide img
    {
        display: block;
    }
    .slick-slide.slick-loading img
    {
        display: none;
    }
    .slick-slide.dragging img
    {
        pointer-events: none;
    }
    .slick-initialized .slick-slide
    {
        display: block;
    }
    .slick-loading .slick-slide
    {
        visibility: hidden;
    }
    .slick-vertical .slick-slide
    {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
    .slick-arrow.slick-hidden {
        display: none;
    }