/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
}

p {
    
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #CCCCCC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Compass Sans Desktop Regular', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #CCCCCC;
}

hr.star-primary {
    border-color: #000000;
}

hr.star-primary:after {
    color: #000000;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background: url(../img/home_photo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: 'Compass Sans Desktop Regular', Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(max-width:1199px) {
    header {
        padding-top: 100px;
        min-height: 320px;
    
    }
}

@media(min-width:1200px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:1200px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
    header {
        padding-top: 100px;
        min-height: 620px;
    
    }
}

/*@media (min-width: 768px) and (max-width: 1000px) {
   .collapse {
       display: none !important;
   }
}*/

.navbar {
    text-transform: uppercase;
    font-family: 'Compass Sans Desktop Regular', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #CCCCCC;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #000000;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #CCCCCC;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #CCCCCC;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #555555;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #000000;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #000000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #000000;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

/*@media(max-width:1000px)  {

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse {
        overflow-x: visible !important;
    }

    .navbar-collapse.in {
      overflow-y: auto !important;
    }

    .collapse.in {
      display: block !important;
    }

}*/

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    font-family: 'Compass Sans Desktop Regular', Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: normal;
    text-transform: uppercase;;
    font-size: 26px;
}

.FPthumbnail {
    position:relative;
    overflow:hidden;
    border-radius: 5px;
    border: 2px solid #ffffff;
}

.FPthumbnail img {
  width: 400px;
  object-fit: cover;
}
 
.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(255, 255, 255, 0.80);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    z-index:2;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    color: #1d376a !important;
}

.caption p {
    padding: 3px;
    margin: 0px;
}

.FPthumbnail img {
    height: 200px;
    overflow: hidden;
}

@media(max-width:999px)  {
    .FPthumbnail {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width:400px)  {
    .FPthumbnail {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}
.fact {
    text-transform: uppercase;
    font-family: 'Compass Sans Desktop Regular', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}
.fact-title {
    color: #ea0f68;
    font-weight: 900;
    font-size: 26px;
}
.fact-sub {
    font-weight: 700;
    font-size: 18px;
}


.facts .unit {
    color: #003359;
    background: url('../images/green-separator.gif') no-repeat right center;
    text-align: center;
}

.facts .lastunit {
    color: #003359;
    text-align: center;
}

.main-container {
    position: relative;
    top: -100px;
}

#aboutustagline {
    padding: 40px 0;
    background-image: linear-gradient(to right, #101011, #161719, #1b1d20, #202328, #242a2f, #242a2f, #23292e, #23292e, #1e2125, #191a1d, #131315, #090909);
    color: #fff;
}

#aboutus {
    padding: 0;
    background-color: #fff;
}

.paddingTop20{
    padding-top: 20px;
}
.vid {
    margin-top:110px;
}

@media(max-width:1200px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        font-size:18px;
    }
}
@media(max-width:1200px) {
    .vid {
        margin-top:60px;
    }
}
@media(max-width:575px) {
    h2 {
        font-size:18px !important;
    }
}



.btn-primary {
    color: #fff;
    background-color: #eb078d;
    border-color: #eb078d;
    text-decoration: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ce0f7f;
    border-color: #ce0f7f;
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ed249a;
    border-color: #ed249a;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #ed249a;
    border-color: #ed249a;
    box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}
   


    .thumbnail {
            overflow: hidden;
        }


    .thumbnail {
        border: 1px solid #91a0af;
        position:relative;
        overflow:hidden;
        border-radius: 0 !important;
    }
     
    .caption {
        position:absolute;
        top:0;
        right:0;
        background:rgba(0, 0, 0, 0.70);
        width:100%;
        height:100%;
        padding:2%;
        display: none;
        text-align:center;
        color:#fff !important;
        z-index:2;
        font-size: 14px;
    }

    .navbar-brand {
        max-width: 250px;
    }

    #aboutus h2 {
      font-size: 18px;
text-transform: none;
    }

    

    #aboutus h1 {
      padding-top:15px;
      padding-bottom:0px;
      margin-bottom: 0px;
      font-size: 24px;
    }

    .caption2 {
        position:absolute;
        bottom:0;
        left:0;
        background:rgba(0, 0, 0, 0.70);
        width:100%;
        min-height:110px;
        padding:20px;
        text-align:center;
        color:#fff !important;
        z-index:3;
        font-size: 14px;
    }

    .caption2 a {
        color: #ffffff;
        text-decoration: none;
    }

    .caption2 h4 {
  padding-bottom: 5px;
  margin-bottom: 0;
}




    .thumbnail {
        width: 100%;
        box-shadow: none;
        padding: 0;
        margin: 0;
    }

    .thumbnail img {
        min-width:100% !important;
        width: 100% !important;
        position: absolute;
    }

.navbar-brand {
    padding: 0px;
    max-width: 300px;
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  body {
    overflow-x: hidden!important;
  }
  .navbar-brand {
    padding: 10px;
    max-width: 230px;
    }
}


    @media (min-width:1024px) { 
        
    }

     /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        .thumbnail {
            height: 200px;
            overflow: hidden;
        }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
        .thumbnail {
            height: 360px;
            overflow: hidden;
        }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        .thumbnail {
            height: 500px;
            overflow: hidden;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        .thumbnail {
            height: 200px;
            overflow: hidden;
        }
    }




    @media (min-width:1024px) { 
        .navbar > .container {
            text-align: center;
        }
        .navbar-header,.navbar-brand,.navbar .navbar-nav,.navbar .navbar-nav > li {
    /*      float: none;*/
            display: inline-block;
        }
        /*.collapse.navbar-collapse {
            float: none;
            display: inline-block!important;
            width: auto;
            clear: none;
        }*/
        .navItem {
        width: 120px;
        top: 15px;
        overflow: hidden;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 1100px) {
        .thumbnail {
            height: 220px;
            overflow: hidden;
        }
    }

        /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        .thumbnail {
            height: 200px;
            overflow: hidden;
        }
    }

    @media only screen and (min-width : 1300px) {
        .thumbnail {
            height: 240px;
            overflow: hidden;
        }
    }

    @media only screen and (min-width : 1400px) {
        .thumbnail {
            height: 260px;
            overflow: hidden;
        }
    }

    @media only screen and (min-width : 1500px) {
        .thumbnail {
            height: 280px;
            overflow: hidden;
        }
    }

    @media only screen and (min-width : 1600px) {
        .thumbnail {
            height: 300px;
            overflow: hidden;
        }
    }

    .fadein, .fadeout {
        opacity: 0;
        -moz-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        -webkit-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
    }
    .fadein {
        opacity: 1;
    }

    img.compass-logo {
    max-width: 200px;
    margin: auto;
    padding-bottom: 20px;
}


body {
    padding-top: 242px;
}


/* Landscape phones and portrait tablets */
@media (max-width: 991px) {
    body {
        padding-top: 82px;
    }
}

img.compass-logo {
    max-width: 200px;
    margin: auto;
    padding-bottom: 20px;
}

.navbar-brand {
    padding: 0px;
    max-width: 300px;
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  body {
    overflow-x: hidden!important;
  }
  .navbar-brand {
    padding: 10px;
    max-width: 230px;
    }
}

.gallery-title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: auto;
  z-index: 100;
}

.gallery-title h2, .gallery-title  hr.star-primary {
  color: #fff!important;
  letter-spacing: 2px;
  margin-left: 15px;
  text-shadow: 1px 1px 5px #333;
}

hr.star-primary {
    border-color: #fff;
    box-shadow: 1px 1px 5px #333;
    margin: 0;
    margin-right: auto;
}


.pos-rel {
  position: relative;
}

section#main-carousel {
    padding: 0;
}

.carousel .carousel-item .item-bg-image {
  display: block;
  height: calc(90vh - 226px);
    min-height: calc(90vh - 226px);
    width: 100%;

}

.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: 0rem;
}

.carousel-caption {
    text-shadow: 2px 2px 5px black;
}

.carousel-caption a {
    color: #fff!important;
    text-decoration: none;
}

.facts div.circle {
    display: block;
    background-color: #fff;
    height: 100px;
    width: 100px;
    padding-top: 20px;
    border-radius: 100%;
    font-size: 16px;
    line-height: 80px;
    color: #00a2c5;
    border: 1px solid #00a2c5;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

section#main-carousel {
    padding: 0;
}

.bg-dark {
    background-color: #666;
}

.p-0 {
    padding: 0!important;
}


/* Large desktops and laptops */
@media (min-width: 1200px) {
body {
    padding-top: 226px;
}
}

.m-auto {
    margin: auto!important;
}

.fact-title {
    padding-top: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #6a6c6d;
}


    .fact-title {
        font-size: 34px;
    }

    .facts {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .fact-sub {
        font-size: 20px;
    }







@import url('https://fonts.googleapis.com/css2?family=Lato:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
/*----  Main Style  ----*/

#cards-section .container{
  padding-top: 40px; 
}
#cards-section a{
  text-decoration: none;
  outline: none;
}
#cards-section .card {
  border-radius: 8px;
}
#cards-section .card .text-container{
  padding: 6px 28px;
  text-align: center;
}
#cards-section .card{
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.40);
  border-radius: 7px;
overflow: hidden;
/*height: 192px;
margin-top: 90px;*/
}
#cards-section .card:hover{
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;

margin-top: 0px;
cursor: pointer;
}
#cards-section .card .image-container{
  text-align: center;
  padding: 20px;
}
#cards-section .card .image-container img{
  -webkit-transition:all 0.5s ease-in; 
  -moz-transition:all 0.5s ease-in; 
  -o-transition:all 0.5s ease-in;
  -ms-transition:all 0.5s ease-in; 
  transition: all 0.5s ease-in;
  height: 150px;
  width: 150px;
  border-radius: 150px;
display: inline-block;
position: relative;
overflow: hidden;

z-index:99;
}
#cards-section .card p{
  font-size: 16px;
  color: #424242;
  font-family: "Lato";
  margin: 6px 0px 0px 0px;
  line-height: 25px;
}
#cards-section .card span{
  font-size: 16px;
  color: #00acc1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
}
#cards-section .card h6{
  margin: 0px 0px;
  font-size: 28px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  color: #424242;
  line-height: 26px;
}

.image-container{
  position: relative;
}
.image-container:after {
  position: absolute;
  content: "";
  opacity: 0.7;
}
.nav-pills .nav-link {
  font-weight: 600;
  margin: 0 5px;
      color: #fff;
    background-color: #000;
}

.nav-pills .nav-link.active {
      color: #fff;
      text-transform: uppercase;
    background-color: #eb078d;
}

.captionWrap {
  width: 100%;
  height: 100%;
}


#cards-section .card:hover .image-container:after{
  -webkit-transition:all 0.5s ease-in; 
  -moz-transition:all 0.5s ease-in; 
  -o-transition:all 0.5s ease-in;
  -ms-transition:all 0.5s ease-in; 
  transition: all 0.5s ease-in;  
  width: 120%;
  top: -90px;
  height: 210px;
  border-radius: 50%;
  background-color: rgba(0,172,193,0.3);
  z-index:1;
  left: -10%;
}
.social-media{
  margin-top: 5px;
  padding: 7px 0px 0px 0px;
  text-align: center;
}
.social-media ul {
  left: 0;
  margin-left: 0px;
  padding-left: 0px;
}
.social-media li {
  text-align: center;
  list-style: none;
  display: inline-block;
  left: 0;
  width: 48px;
}
.social-media li a {
  font-size: 21px;
  color: #424242 !important;
  outline: none;
}

#aboutus a {
      color: #ed249a;
    }

.btn-info {
  padding: 10px 25px;
  border-radius: 0px;
  background-color:  #eb078d;
  color: #fff!important;
      border-color: #eb078d;
}

.btn-info:hover {
  padding: 10px 25px;
  border-radius: 0px;
  background-color:  #fff;
  color: #eb078d!important;
      border-color: #eb078d;
}




/*----------MEDIA QUERIES RESPONSIVE----------*/
@media (min-width: 320px) and (max-width: 479px){
  .card{
    margin: 50px 0px;
  }
}
@media (min-width: 480px) and (max-width: 599px){
  .card{
    margin: 50px 0px;
  }
  #cards-section .card:hover{
    height: 400px;
  }
}
@media (min-width: 600px) and (max-width: 767px){
  .card{
    margin: 50px 0px;
  }
  #cards-section .card:hover{
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
  .card{
    margin: 50px 0px;
  }
  #cards-section .card:hover{
    height: 400px;
  }
}


#cards-section {
  background-color: #000;
  padding-bottom: 30px;
}



/*##########You dont need this##########*/
#cards-section .card-complete .text-container{
  padding: 6px 28px;
  text-align: center;
}
#cards-section .card-complete{
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
height: 300px;
margin-top: 0px;
cursor: pointer;
}
#cards-section .card-complete .image-container{
  text-align: center;
  padding: 20px;
}
#cards-section .card-complete .image-container img{
  -webkit-transition:all 0.5s ease-in; 
  -moz-transition:all 0.5s ease-in; 
  -o-transition:all 0.5s ease-in;
  -ms-transition:all 0.5s ease-in; 
  transition: all 0.5s ease-in;
  height: 150px;
  width: 150px;
  border-radius: 150px;
display: inline-block;
position: relative;
overflow: hidden;

z-index:99;
}
#cards-section .card-complete p{
  font-size: 16px;
  color: #424242;
  font-family: "Lato";
  margin: 6px 0px 0px 0px;
  line-height: 25px;
}
#cards-section .card-complete span{
  font-size: 16px;
  color: #eb078d;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
}
#cards-section .card-complete h6{
  margin: 0px 0px;
  font-size: 28px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  color: #424242;
  line-height: 26px;
}
#cards-section .card-complete{
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}
.image-container{
  position: relative;
}
.image-container:after {
  position: absolute;
  content: "";
  opacity: 0.7;
}

.team-row {
  padding-top: 30px;
  padding-bottom: 30px;
}


.bg-black {
  background-color: #000;
}
#cards-section .card-complete .image-container:after{
  -webkit-transition:all 0.5s ease-in; 
  -moz-transition:all 0.5s ease-in; 
  -o-transition:all 0.5s ease-in;
  -ms-transition:all 0.5s ease-in; 
  transition: all 0.5s ease-in;
  width: 120%;
  top: -90px;
  height: 210px;
  border-radius: 50%;
  background-color: rgba(235,7,141,0.3);
  z-index:0;
  left: -10%;
}

.team-wrap.active {
  background-color: #eee;
}

/*----------MEDIA QUERIES RESPONSIVE----------*/
@media (min-width: 320px) and (max-width: 479px){
  .card-complete{
    margin: 50px 0px;
  }
}
@media (min-width: 480px) and (max-width: 599px){
  .card-complete{
    margin: 50px 0px;
  }
  #cards-section .card-complete{
    height: 400px;
  }
}
@media (min-width: 600px) and (max-width: 767px){
  .card-complete{
    margin: 50px 0px;
  }
  #cards-section .card-complete{
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
  .card-complete{
    margin: 50px 0px;
  }
  #cards-section .card-complete{
    height: 400px;
  }
}


section {
     padding: 0; 
}

section#about {
  padding: 50px 0;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #000000;
}

footer .footer-below {
    padding: 15px 0;
    background-color: #444444;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}


.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

@media(min-width:992px) {
  #porosoff-logo {
    padding: 30px 0;
    -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
  }
  #porosoff-logo.shrinked {
    padding: 10px 0;
  }
    .navbar.top-nav  {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }


    .navbar.top-nav.navbar-shrink {
        padding: 10px 0!important;
    }

    .navbar.top-nav.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}


@media(max-width:991px) {
  #porosoff-logo {
    padding: 15px 0;
    -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
  }
  .brand img {
    max-width: 280px;
        margin: auto;
    }
  /*#porosoff-logo.shrinked {
    padding: 10px 0;
  }
    .navbar.top-nav  {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }


    .navbar.top-nav.navbar-shrink {
        padding: 10px 0!important;
    }

    .navbar.top-nav.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }*/
}

