/* 
    Created on : Oct 24, 2019, 3:50:30 PM
    Author     : Dasun Senanayake
*/
body{
    font-family: 'Open Sans', sans-serif;
}

h1{
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
}

h1 span{
    font-weight: 600;
    text-decoration: underline;
}

p{
    font-size: 0.8rem;
}

.sec{
    padding-left: 0rem;
    background-color: #000;
}
.navbar-brand img{
    width: 30%;
}
.sec .placeholder{
    width: 100%;
}
.slider-owl-carousel .owl-dots .owl-dot span {
    border-radius: 0px;
}
.slider-owl-carousel .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffcc00;
}
.slider-owl-carousel .owl-dots {
    position: absolute;
    bottom: 0%;
    width: 100%;
    text-align: right;
}
.slider-owl-carousel .owl-dots .owl-dot span {
    background: #000;
}
.sec-abt{
    padding: 3rem 0rem;
    background-color: #fff;
}

.sec-abt h1{
    margin-bottom: 1.6rem;
}
.sec-abt img{
    margin-bottom: 1rem;
}

.bg-dark {
    background-color: #000 !important;
}

.btn-dark-theme {
    color: #343a40;
    border-color: #343a40;
    border-radius: 0rem;
    padding: 0.6rem 1.6rem;
}

.btn-dark-theme:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.sec-ourExperies{
    background-image: url(../img/outExpertise-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 10rem 0rem;
    color: #fff;
}
.sec-ourExperies h2{
    font-size: 3rem;
}

.sec-ourFeatureWork{
    padding: 3rem 0rem;
    background-color: #fff;
}

.ourFeature-owl-carousel .owl-nav {
    position: absolute;
    top: 38%;
    width: 100%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #000;
}

.ourFeature-owl-carousel .owl-nav .owl-prev {
    position: absolute;
    text-align: left;
    left: 0%;
    color: #ccc;
    font-size: 30px;
}

.ourFeature-owl-carousel .owl-nav .owl-next {
    position: absolute;
    text-align: right;
    right: 0%;
    color: #ccc;
    font-size: 30px;
}

.ourFeature-owl-carousel .owl-nav button.owl-next i, .ourFeature-owl-carousel .owl-nav button.owl-prev i{
    font-size: 30px;
}
.ourFeature-owl-carousel .owl-nav button.owl-next, .ourFeature-owl-carousel .owl-nav button.owl-prev, .ourFeature-owl-carousel button.owl-dot {
    background: #ffffff;
    color: inherit;
    border: none;
    padding: 10px !important;
    font: inherit;
    padding: 5px;
    border-radius: 0px;
}

.ourFeature-owl-carousel .item a{
    color: #fff;
}
.ourFeature-owl-carousel .item a:hover{
    text-decoration: none;
}
.ourFeature-owl-carousel .item .item-title{
    background: rgb(58,57,62);
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.85+85 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 85%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 85%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 85%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */

    padding: 1.5rem 1rem;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.8rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.sec-footer{
    padding: 3rem 0rem;
}
.sec-footer h5{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    color: #5a5a5a;
}
.sec-footer p{
    color: #747474;
}
.social-widget {
    position: fixed;
    left: 0rem;
    bottom: 10%;
    color: #fff;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
}
.social-widget ul{
    list-style: none;
    margin: 0rem;
    padding: 0rem 0.9rem;
}
.social-widget ul li{
    padding: 0.5rem 0rem;
}
.social-widget a{
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link{
    text-transform: uppercase;
}
.main-slider{
    margin-top: 18%;
}

/*-------------------------Inner page common styles START---------------------*/

.inner-page-banner{
    position: relative;
    margin-top: 18%;
}
.inner-page-banner .page-title{
    position: absolute;
    left: 5%;
    top: 45%;
    color: #fff;
}
.inner-page-banner .page-title h1{
    text-shadow: 1px 1px #000;
}
.sec-bg-white{
    background-color: #fff;
    color: #282828;
    padding: 3rem 0rem;
}

.sec-bg-white .table th,.sec-bg-white .table td:first-child {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 0px;
    background-color: #d4d4d4;
    border-bottom: 0.8rem solid #fff;
}
.sec-bg-white .table th, .sec-bg-white .table td:last-child {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 0px;
    color: #fff;
    background-color: #282828;
    border-bottom: 0.8rem solid #fff;
}
.sec-bg-white .table th, .table td strong{
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.sec h3{
    text-transform: uppercase;
}

/*-------------------------Inner page common styles END-----------------------*/

/*-------------------------aboutus page styles START--------------------------*/
.sec-abt-bg-dark{
    background-image: url(../img/abt-partner-bg.jpg);
    color: #fff;
    padding: 3rem 0rem 0rem 0rem;
}
.partner-person-itm .pp-itm-info{
    margin-top: auto;
    margin-left: auto;
    background-color: #282828;
    z-index: 2;
    padding: 1rem;
    width: 100%;
    position: relative;
}
.partner-person-itm .pp-itm-info .pp-itm-name{
    background-color: #d4d4d4;
    padding: 1rem;
    color: #000;
    margin-bottom: 1rem;
}
.partner-person-itm .pp-itm-info .pp-itm-name p{
    margin-bottom: 0px;
}
/*-------------------------aboutus page styles END----------------------------*/


/*-------------------------contactus page styles START------------------------*/
.sec-contact {
    padding: 3rem 0rem;
    background-color: #fff;
}
.sec-contact .sec-contact-info{
    padding: 3rem 0rem;
    background-color: #1d1d1d;
    color: #fff;
}

.sec-contact-info .map-cont{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ccc;
}

.sec-contact-info .google-maps{
    overflow:hidden;
    padding-bottom:64%;
    position:relative;
    height:0;
}
.sec-contact-info .google-maps iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/*-------------------------contactus page styles END--------------------------*/


/*-------------------------ourexperties page styles START---------------------*/
.experties-lst{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.experties-lst li{
    margin-bottom: 0.6rem;
}
.experties-lst li span{
    background-color: #828282;
    padding: 0.1rem 0.5rem;
    color: #fff;
}
/*-------------------------ourexperties page styles END-----------------------*/


/*----------------------------awards page styles START------------------------*/
.sec-awards {
    padding: 0rem 0rem 0rem 0rem;
    background-color: #fff;
}
.sec-awards .sec-award-info {
    padding: 3rem 0rem;
    background-image: url(../img/awards-publications-bg.jpg);
    background-repeat: repeat-x;
    color: #fff;
}
.sec-awards .sec-award-info h3{
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.sec-awards-academic{
    padding: 3rem 0rem;
    background-color: #1d1d1d;
    color: #fff;
}
.sec-awards-academic h3, h5{
    text-transform: uppercase;
}

.sec-awards-academic .media {
    margin-bottom: 1rem;
}
.sec-awards-academic .media .media-head {
    padding: 1rem 1.5rem;
    background-color: #ffcc00;
    color: #1d1d1d;
    text-transform: uppercase;
    text-align: center;
}
.sec-awards-academic .media .media-head h3{
    font-weight: bold;
    font-size: 1.3rem;
}
.sec-awards-academic .media .media-head h4{
    font-weight: bold;
    font-size: 1rem;
}
.sec-awards-academic .media .media-body {
    padding: 1.75rem;
    background-color: #282828;
}
.sec-awards-academic .media .media-body p{
    margin-bottom: 0rem;
}

/*----------------------------awards page styles END--------------------------*/


/*----------------------------projects page styles START------------------------*/
.gallery-itm{
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 2px;
}

.gallery-link-itm{
    position: relative;
    padding: 0rem;
    text-transform: uppercase;
    overflow: hidden;
}

.gallery-link-itm h5{
    background: rgb(58,57,62);
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.85+85 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 85%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 85%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 85%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
    
    padding: 1rem 1rem;
    font-size: 0.9rem;
    margin-bottom: 0rem;
    
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.projects-link-sec a{
    text-decoration: none;
    color: #fff;
}
.projects-link-sec a:hover{
    text-decoration: none;
}
.sec-bg-white-inner {
    background-color: #fff;
    color: #282828;
    padding: 3rem 0rem;
}
.awards-owl-carousel .owl-dots .owl-dot span {
    border-radius: 0px;
}
.awards-owl-carousel .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000000;
}
/*----------------------------projects page styles END--------------------------*/

@media (min-width: 992px) {
    .navbar-brand img{
        width: 47%;
    }
    .sec{
        padding-left: 3rem;
    }
    .navbar-brand {
        margin-left: 1.8rem;
        margin-right: 4rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-right: 1rem;
        padding-left: 1rem;
    }
    
    .navbar .navbar-nav li { 
        display: table-cell; 
        position: relative; 
    }
    .navbar .navbar-nav a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        position: relative;
    }
    .navbar .navbar-nav a:after {    
        background: none repeat scroll 0 0 transparent;
        bottom: 0;
        content: "";
        display: block;
        height: 1px;
        left: 50%;
        position: absolute;
        background: #fff;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;
    }
    .navbar .navbar-nav a:hover:after { 
        width: 100%; 
        left: 0; 
    }
    .inner-page-banner{
        margin-top: auto;
    }
    .main-slider{
        margin-top: auto;
    }
    
    /*-------------------------aboutus page styles START----------------------*/
    .partner-person-itm .pp-itm-info{
        margin-top: -3rem;
        margin-left: -1rem;
        padding: 5rem 1rem 1rem 1rem;
    }
    .partner-person-itm .pp-itm-info .pp-itm-name{
        position: absolute;
        top: -3rem;
        right: -0.6rem;
        width: 100%;
    }
    /*-------------------------aboutus page styles END------------------------*/
    
    
    /*-------------------------contactus page styles START--------------------*/
    .sec-contact {
        padding: 6rem 0rem;
        background-color: #fff;
    }
    .sec-contact-info .map-cont{
        position: absolute;
        width: 98%;
        height: 220%;
        top: -6rem;
    }
    /*-------------------------contactus page styles END----------------------*/
    
    .ourFeature-owl-carousel .owl-nav {
        top: 43%;
    }
    .ourFeature-owl-carousel .owl-nav .owl-next {
        right: 33.28%;
    }
    .ourFeature-owl-carousel .owl-nav .owl-prev {
        left: 33.28%;
    }
    .social-widget {
        background-color: rgba(0,0,0,0);
    }
}

@media (min-width: 1200px) {
    .fixed-top {
        width: 72%;
    }
}