﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */

/* =============================================================
   GENERAL STYLES
 ============================================================ */
body {
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    font-size: 14px;
}
#slider .slick-dots li.slick-active button{
    background-color: rgba(28, 43, 75, 1) !important;
}
#slider .slick-dots button{
    background-color: rgba(28, 43, 75, 1, 0.5) !important;
}
/* Slider styles */
/* .showcase{
    margin-top: 5%;
    
}
video{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}
.video-text{
    position: absolute;
    top: 217px;
    text-align: center;
    width: 100%;
} */
/* .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
} */
#banner-wrapper{
    display:none;
}
.title-desc-wrapper{
    display:none;
}
*{
margin:0;
padding:0;
}
#slider{
position: relative;
height:85vh;
/* margin-top:5%; */
z-index:1000;
}
#header{
transition: all .3s ease;
}
#content-wrapper{
transition: all .3s ease;
}
.slick-list{
height:100%;
}
.slick-track{
height:100%;
}
.slider-img{
width:100%;
height:100%;
}
.slider-img img{
position:absolute;
width:100%;
height:100%;
/* object-fit: cover; */
}
.slick-dots{
position: absolute;
display: flex;
justify-content: center;
width:100%;
bottom: 15px;
}
.slick-dots li{
list-style-type: none;
padding-right:10px;
}
#slider .slick-dots li {
margin: 0 0.2rem;
}
#slider .slick-dots button {
display: block;
width: 0.6rem;
height: 0.6rem;
padding: 0;
border: none;
border-radius: 100%;
background-color:rgba(28, 43, 75, 1, 0.5);
text-indent: -9999px;
}
#slider .slick-dots li.slick-active button {
background-color: rgba(28, 43, 75, 1);
}
.slider-text{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(94,146,100,0.5);
}
.slider-text .st_text{
font-size:50px;
font-weight:bold;
color:#fff;
/* padding-left:5%; */
}
.slider-text .st_text span{
display: block;
/* background:rgba(255,255,255,1); */
/* font-style:italic; */
margin-top:20px;
margin-bottom:10px;
line-height:1.2;
color:#fff;
}
.slider-text .st_cta{
/* position: absolute;
bottom:10px;
right:15px; */
color:#fff;
font-size:32px;
line-height: 1.5;
/* background:orange; */
padding:0px 5px;
}
.slider-text .st_cta a{
text-decoration:none;
color:#fff;
font-size:18px;
}
@media only screen and (max-width:768px){
    .mobile-nav-open .site-wrapper{
        transform:none;
    }
    .mobile-nav-open #header{
        transform: translate3d(-79%,0,0);
    }
    .mobile-nav-open #slider{
        transform: translate3d(-79%,0,0);
    }
    .mobile-nav-open #content-wrapper{
        transform: translate3d(-79%,0,0);
    }
      .site-wrapper {
          position:unset !important;
      }
      #slider{
        margin-top:68px;
        transition: all .3s ease;
        height:70vh
      }
      .slider-img img{
          object-fit: cover;
      }
      .slider-text .st_cta{
        bottom:30px;
        right:auto ;
        left:auto;
      }
    .slick-dots{
      bottom:10px;
    }
  }
  /* end of slider styles */
/* .set-pad {
    padding-top:35px;
} */
.set-row-pad {
    padding-top:30px;
    padding-bottom:50px;
}
/*=====================================
  NAVBAR STYLES 
    ===================================*/

.logo-custom {
    max-height: 55px;
}

#menu {
    background-color: rgba(28, 43, 75, 1);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    min-height: 70px;
}


.navbar-inverse {
    border-color: transparent;
}

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:hover {
        color: #FFF;
        padding: 22px 10px;
    }


/*=====================================
  HOME STYLES 
    ===================================*/
.home-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    /* background: url(../img/home.jpg) no-repeat center center; */
    padding: 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    color: #fff;
    /* background-attachment: fixed; */
    /* margin-top: 60px; */
}

    .home-sec .overlay {
        /* background: rgba(38, 57, 88, 0.59); */
        min-height: 500px;
    }

    .home-sec h1 {
        color: #fff;
        font-weight: 900;
        font-size: 50px;
        text-transform: uppercase;
        padding-bottom: 35px;
    }

    .home-sec h3 {
        text-transform: uppercase;
    }



.set-flexi {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    background-color: transparent;
    border: 0px solid #000;
    /* padding-top: 120px; */
}

.flex-control-nav {
    display: none!important;
}

.set-flexi a {
    margin: 5px;
}
/*=====================================
  TAG LINE STYLES 
    ===================================*/

.tag-line {
    background: #E9E9E9;
    color: #000;
}

    .tag-line h2 {
        font-size: 20px;
        font-weight: 900;
        padding: 5px 10px 10px 5px;
        color: #005E5A;
    }

        .tag-line h2 > i {
            margin-left: 8px;
            margin-right: 8px;
        }
/*=====================================
  HEADER LINE STYLES 
    ===================================*/
.header-line {
    font-weight: 900;
    font-size: 25px;
    padding-bottom: 5px;
    padding-top: 25px;
    color: #000;
}

h1::after {
    content: " ";
    border: solid 2px #2f9484;
    display: block;
    width: 200px;
    margin: 12px auto;
}

/*=====================================
  ABOUT STYLES 
  ===================================*/
  .abt .col-lg-offset-2{
      margin-left: 0;
  }
  .abt .col-lg-offset-2 p{
      text-align: justify;
  }
.about-div {
    padding: 12px;
}
.about-div img{
    object-fit: cover;
}
.about-div p{
    text-align: justify;
}
.icon-round-border {
    border: 10px double #1A94C4;
    color: #2f9484;
    text-align: center;
    padding-top: 15px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .icon-round-border:hover {
        color: #fff;
        border: 10px double #fff;
        background-color: #1A94C4;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.about-div hr {
    border: 1px solid #1A94C4;
}

.about-div h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-div p {
    padding-top: 10px;
}

.btn-set {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-bottom: 20px;
}
/*=====================================
  FACULTY STYLES 
  ===================================*/
  #mgcharities-sec .mg-btn{
    background-color: #fff;
    color: rgba(28, 43, 75, 1);
    border-color: #fff;
    font-weight: bold;
  }
  #mgcharities-sec{
    /* background: rgb(178, 190, 181); */
    background: rgba(28, 43, 75, 1);
  }
  #mgcharities-sec .header-line.mg{
      color: #fff;
  }
  .gift-child hr{
    border: 1px solid transparent;
  }
#faculty-sec {
    background-color: #000;
    color: #fff;
}

    #faculty-sec .header-line {
        color: #fff;
    }
.faculty-div h4 {
    line-height:30px;
    font-weight:700;
}
.faculty-div {
    padding: 30px;
}
.faculty-division{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faculty-img{
    width: 28%;
}
.faculty-division.faculty-div .faculty-img img{
    width: 100%;
    object-fit: cover;
}
.faculty-txt{
    width: 68%;
    color: #fff;
    text-align: justify;
}
    .faculty-div hr {
        border: 1px solid #1A94C4;
    }

    .faculty-div h3 {
        font-size: 25px;
        font-weight: 700;
        text-transform: uppercase;
    }
.faculty-division .faculty-txt p{
    font-size: 18px;
}
    .faculty-div p {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .faculty-div img {
        border: 10px double #fff;
        width: 50%;
    }

/*=====================================
  CONTACT STYLES 
  ===================================*/
  .cnct{
      cursor: pointer;
  }
#contact-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    background: url(../img/contact.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

#contact-sec .overlay {
        background: rgba(0, 0, 0, 0.76);
        min-height: 600px;
    }

    #contact-sec h1 {
        color:#fff;
    }
#contact-sec .form-control{
    background-color:rgba(255, 255, 255, 0);
    color:#fff;
}
/*=====================================
  Footer STYLES 
  ===================================*/
  iframe{
    width:360px;
    height:180px; 
  }
  .set-row-pad .col-md-2{
      width: 30%;
  }
  .icons img{
    width: 40px;
  }
#footer {
    padding:5px 20px;
    background-color:#2d3d5a;
    text-align:right;
    color:#fff;
    font-size:15px;
}
@media only screen and (max-width:768px){
    .row.gal{
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .faculty-div img {
        width: 100%;
    }
    .about-div img{
        width: 100%;
    }
    .faculty-division{
        flex-direction: column;
    }
    .faculty-img, .faculty-txt{
        width: 100%;
    }
    iframe{
        width:100%;
        height:180px; 
      }
      .set-row-pad .col-md-2{
          width: 100%;
      }
      .main-header-section{
          padding: 0;
          width: 100%;
      }
      .slider-text .st_cta{
          font-size: 20px;
      }
      .col-sm-offset-1{
          margin-left: 0;
      }
      .legacy-txt{
          padding: 0;
      }
      .legacy-txt h2{
          font-size: 18px;
      }
}