/*
Theme Name: Transformative Technology Lab
Theme URI: http://transtechlab.org/
Author: Piyush Bhardwaj
Author URI: http://piyushbhardwaj.com
Version: 1.0.0
*/

/***** Google fonts import ************/
@import url("https://fonts.googleapis.com/css?family=Karla:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,500,600,700");


body {
    font-family: "Karla", sans-serif;
    background: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #a5a5a5; }
  
  a, button {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none; }
  
  a {
    color: #5d33fb; }
    a:hover {
      color: #aeaeae; }
  
  a, a:hover, a:focus, button:hover, button:focus {
    outline: 0 !important;
    text-decoration: none; }
  
  blockquote {
    font-style: normal; 
    }
  
  button:focus {
    outline: 0 !important; }
  
  ::-moz-selection {
    background-color: #191b1d;
    color: #fff; }
  
  ::selection {
    background-color: #191b1d;
    color: #fff; }
  
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0px;
    margin-top: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #000;
    line-height: 1.5; }



.admin-bar .fixed-top {
    top: 32px;
}


/***spaces**/
.pt-100 {
    padding-top: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

/**margins**/
.margin-b-10 {
    margin-bottom: 10px;
}

.margin-b-20 {
    margin-bottom: 20px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.margin-b-40 {
    margin-bottom: 40px;
}

.margin-b-50 {
    margin-bottom: 50px;
}

.bg-skin {
    background-color: #5d33fb;
}

.bg-facebook {
    background: #3b5998;
    color: #fff;
}

.bg-twitter {
    background: #00aced;
    color: #fff;
}

.bg-gradient {
    background-color: #5d33fb;
    background-image: -webkit-linear-gradient(0deg, #5d33fb, #4eefed);
    background-image: linear-gradient(90deg, #5d33fb, #4eefed);
}

.bg-faded {
    background-color: #f5f5f5;
}

.gray-bg {
    background: #f7f9fa;
}

.text-muted {
    color: inherit !important;
    opacity: 0.75 !important;
}

.bg-gradient {
    background-color: #5d33fb;
    background-image: -webkit-linear-gradient(0deg, #5d33fb, #4eefed);
    background-image: linear-gradient(90deg, #5d33fb, #4eefed);
}

.form-control,
input[type="text"],
input[type="email"],
textarea {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f5f5f5;
}

.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: #5d33fb;
}

.dropcap:first-letter {
    font-size: 30px;
    color: #5d33fb;
}

.text-large {
    font-size: 3.5rem;
}

.text-medium {
    font-size: 2.25rem;
}

.text-intro-large {
    font-size: 2.75rem;
}

.lead {
    line-height: 1.5;
}

.more-link {
    display: inline-block;
    border-bottom: 1px solid #5d33fb;
    padding: 0 2px;
    color: #5d33fb;
}

.more-link>i {
    font-size: 10px;
}

.more-link:hover {
    color: inherit;
    border-bottom-color: inherit;
}

.center-img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.full-img {
    width: 100%;
    height: auto;
}

.line-vertical-top {
    position: relative;
}

.line-vertical-top:before {
    position: absolute;
    right: 100%;
    margin-right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 10rem;
    height: 2px;
    background-color: #5d33fb;
}

.pos-relative {
    position: relative;
}

.pos-relative .image-shape-bottom {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.no-gutter {
    margin: 0px !important;
    padding: 0px !important;
}

.border-bottom {
    border-bottom: 1px solid #f5f5f5;
}

hr {
    border-top-color: #f5f5f5;
}

@media (max-width: 767px) {
    .center-small{
        text-align: center;
    }
}

/*
05 - Button style
*/
.btn {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 8px 12px 6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:hover {
    -moz-transform: trasnlateY(-5px);
    -o-transform: trasnlateY(-5px);
    -ms-transform: trasnlateY(-5px);
    -webkit-transform: trasnlateY(-5px);
    transform: trasnlateY(-5px);
}

.btn-lg {
    padding: 14px 25px;
}

.btn-dark-border {
    border: 2px solid #333;
    color: #333;
}

.btn-dark-border:hover,
.btn-dark-border:focus,
.btn-dark-border.focus,
.btn-dark-border.active,
.btn-dark-border.focus:focus,
.btn-dark-border.active:focus {
    background: #333;
    box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.35);
    color: #fff;
}

.btn-skin-border {
    border: 2px solid #5d33fb;
    color: #5d33fb;
    background-color: transparent;
}

.btn-skin-border:hover,
.btn-skin-border:focus,
.btn-skin-border.focus,
.btn-skin-border.active,
.btn-skin-border.focus:focus,
.btn-skin-border.active:focus {
    background: #5d33fb;
    box-shadow: 0px 0px 20px rgba(78, 239, 237, 0.35);
    color: #fff;
}

.btn-white-border {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
}

.btn-white-border:hover,
.btn-white-border:focus,
.btn-white-border.focus,
.btn-white-border.active,
.btn-white-border.focus:focus,
.btn-white-border.active:focus {
    background-color: #5d33fb;
    box-shadow: 0px 0px 20px rgba(78, 239, 237, 0.35);
    color: #fff;
}

.btn.btn-dark {
    border: 0px;
    background-color: #333;
    color: #fff;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark.focus,
.btn.btn-dark.active,
.btn.btn-dark.focus:focus,
.btn.btn-dark.active:focus {
    background-color: #000;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
    color: #fff;
}

.btn.btn-skin {
    border: 0px;
    background-color: #5d33fb;
    color: #fff;
}

.btn.btn-skin:hover,
.btn.btn-skin:focus,
.btn.btn-skin.focus,
.btn.btn-skin.active,
.btn.btn-skin.focus:focus,
.btn.btn-skin.active:focus {
    background-color: #000;
    box-shadow: 0px 0px 20px rgba(93, 51, 251, 0.35);
    color: #fff;
}

.btn-link {
    color: #5d33fb;
}

.btn-link:hover {
    color: #999;
}


/* 
Social Links 
*/
.social-link {
    display: inline-block;
}

.social-link>i {
    font-size: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #5d33fb;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 5px;
}

.social-link:hover>i {
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.15);
}

@media (max-width: 767.98px) { 
    .social-sm{
        display:block;
    }
    .social-lg{
        display:none;
    }
 }

 @media (min-width: 768px) {
    .social-sm{
        display:none;
    }
    .social-lg{
        display:block;
    }
  }

/*
    Navigation start
*/

.navbar-brand {
    max-width: 250px;
}
.navbar .nav-link {
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.navbar-light.navbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #fff;
    z-index: 999 !important;
    width: 100% !important;
}

.is-sticky .navbar {
    position: fixed;
    left: 0;
    top: 0;
}

.navbar.navbar-light li.active>.nav-link,
.navbar.navbar-light li.show>.nav-link,
.navbar.navbar-light .nav-link.active,
.navbar.navbar-light .nav-link:hover,
.navbar.navbar-light .nav-link:focus {
    color: #5d33fb;
}

.navbar.navbar-dark li.active>.nav-link,
.navbar.navbar-dark li.show>.nav-link,
.navbar.navbar-dark .nav-link.active,
.navbar.navbar-dark .nav-link:hover,
.navbar.navbar-dark .nav-link:focus {
    color: #fff;
}

/*dropdown menu*/
.dropdown-menu {
    border-radius: 0px;
    border: 0px;
    margin-top: 10px;
    -webkit-transform: scale(0.8) translate(-10%, -10%);
    transform: scale(0.8) translate(-10%, -10%);
    -webkit-transform: scale(0.85) translateY(-10%);
    transform: scale(0.85) translateY(-10%);
    transition: all 0.25s cubic-bezier(0.24, 0.22, 0.015, 1.56), opacity 0.1s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.dropdown-menu .dropdown-item {
    text-transform: capitalize;
    color: inherit;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #5d33fb;
}


.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translateY(0%);
    transform: scale(1) translateY(0%);
}

.navbar.navbar-dark {
    border-bottom: 0px;
    background-color: #5d33fb;
    position: fixed;
    top: 0;
    left: 0;
}

.navbar.navbar-dark .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

.navbar.navbar-dark .nav-link.active,
.navbar.navbar-dark li.show .nav-link,
.navbar.navbar-dark .nav-link:hover {
    color: #fff;
}

.navbar.navbar-light {
    background-color: #fff;
}

.navbar.navbar-light .nav-link {
    color: rgba(0, 0, 0, 0.75);
}

.navbar.navbar-light .nav-link.active,
.navbar.navbar-light li.show .nav-link,
.navbar.navbar-light .nav-link:hover {
    color: #5d33fb;
}

.dropdown-divider {
    border-top-color: #f5f5f5;
}

@media (max-width: 991px) {

    .navbar .nav-link {
        font-size: 11px;
    }

    li.nav-item.dropdown {
        border-bottom: 1px solid #3c4f6838;
    }

    li.nav-item.dropdown.show {
        border-bottom: 0;
    }

    li.nav-item.dropdown:last-child {
        border-bottom: 0;
    }

    .navbar-brand {
        max-width: 210px;
    }

    .navbar-toggler {
        border: 0px;
    }
}

@media (min-width: 992px) {

    .navbar.navbar-expand-lg {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar.navbar-expand-lg .nav-item {
        height: 75px;
        margin-left: 1.25rem;
        align-items: center;
        display: flex;
    }

    .navbar.navbar-expand-lg .nav-link {
        padding: 0;
    }

    .dropdown-menu {
        margin-top: 0px;
        border: 1px solid #f5f5f5;
    }

    .dropdown-menu .dropdown-item:hover,
    .dropdown-menu .dropdown-item:focus,
    .dropdown-menu .dropdown-item.active {
        background-color: transparent;
        color: #5d33fb;
    }

    .navbar.navbar-expand-lg.navbar-transparent {
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    .sticky-active.navbar.navbar-expand-lg.navbar-transparent {
        background-color: #5d33fb;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        animation: fadeInDown .35s;
        -webkit-animation: fadeInDown .35s;
    }
}

/* Mega Menu */


.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

.navbar .dropdown-menu {
    border: none;
}

.nav.flex-column li:hover, .nav.flex-column li:active,
.nav.flex-column .current-menu-item {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.navbar-light .nav.flex-column li:hover a,
.navbar-light .nav.flex-column .current-menu-item a {
    color: #16181b!important;
}
 
 @media screen and (min-width: 992px) {
     .navbar {
         padding-top: 0px;
         padding-bottom: 0px;
     }
     .navbar .nav-item {
         padding: .5rem .5rem;
         margin: 0 .25rem;
     }
     .navbar .dropdown {
         position: static;
     }
     .navbar .dropdown-menu {
         width: 100%;
         left: 0;
         right: 0;
         top: 66px;
     }
     .navbar .dropdown-menu {
         background-color: #fff;
     }

 }

 /* Top Navigation */
 .top-nav {
    display: flex;
    height: 35px;
}

.top-nav ul li {
    display: inline-block;
    vertical-align: sub;
    margin-right: 1rem;
}

.top-nav ul li a {
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0;
}

@media screen and (max-width: 576px) {
    .top-nav {
        display: block;
        height: auto;
    }

    .top-nav ul {
        display: block;
        text-align: center;
    }

    .top-nav ul.mr-auto li a {
        font-size: 10px;
    }

}




/* Vertical Menu */
.vertical-page-menu.nav-pills .nav-link {
    border-radius: 0;
}

/* Widget */
.widget {
    margin-bottom: 2rem;
}

.widget-title {
    text-align: center;
}


@media screen and (max-width: 992px) {
    .widget-area {
        margin-bottom: 2rem;
    }

}





.fa-calendar, .fa-newspaper-o {
    background-color: #3c4f68;
    overflow: hidden;
    display: flex;
    width: 5rem;
    height: 5rem;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 2rem;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -2rem;
}



.event-card h5 {
    font-size: 1.25rem;
}

.event-card h5 a {
    color: #000;
}

.news-card h5 {
    font-size: 1rem;
}

.title{
    padding-bottom: 2rem;
}

.title h2 {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
    padding-bottom: 1rem;
    line-height: 1;
    font-size: 2rem;
}

.title h2:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #3c4f68;
}

.news-card p {
    font-size: 14px;
    line-height: 1.5rem;
}
.post-date {
    font-size: 13px;
    text-transform: uppercase;
}


/* Staff Page */
.magnific-popup-container {
    background: white;
    padding: 2rem;
}

ul.staff-grid {
    padding: 0;
    list-style: none;
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

ul.staff-grid li {
    display: flex;
    flex-basis: calc(36% - 40px);
    margin: 10px;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

@media screen and (max-width: 992px) {
    ul.staff-grid li {
        flex-basis: calc(54% - 40px);
        margin: 10px;
    }

}


/* Sticky Social Share*/

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}