* {
  box-sizing: border-box;
}

body {
  margin: 0;
  /*background: #e8006c;*/
	background: linear-gradient(to right, #181439 0%, #9126a7 100%);
}

.header {
  position: relative;
  display: flex;
  height: 60vw;
  max-height: 60vh;
  
  overflow: hidden;
}
.header__background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 0;
  padding-bottom: 66.25%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.header__video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s linear;
}
.header__video-overlay--fadeOut {
  opacity: 0;
  visibility: hidden;
}
.header iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.header__title {
  position: relative;
  flex: 0 0 auto;
  align-self: center;
  width: 100%;
  font-family: "Permanent Marker", cursive;
  font-size: 50px;
  font-weight: normal;
  text-align: center;
  color: white;
  line-height: 1;
}


.container{
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}

#profile-info{
  background: #000;
      position: relative;
    z-index: 99;
    padding: 10px 0;
}

.profile-image{
      width: 38%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
        margin-top: -25px;
}

.profile-image-inner{
      width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #fff;
    display: inline-block;
    overflow: hidden;
}

.profile-image-inner img{
      width: 100%;
}

.profile-text{
      width: 60%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.profile-text h1{
  color: #fff;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 5px;
}
p{
  margin:0;
  padding:0;
}

.profile-text p{
  color:#fff;
}

.button-inner-wrap{
  background: #424142;
  border-top: 1px solid #6a696b;
  text-align: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.custom-btn{
  width: 95%;
  height: 40px;
  line-height: 40px;
 display: inline-block;
 background: #f4f5f6;
 color: #424142;
 text-align: left;
 padding-left: 20px;
 border-top-left-radius:20px;
 border-bottom-left-radius:20px;
 font-size: 14px;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
#button-wrap{
  box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);
}

h2{
  color: #f4f4f8;
  margin:0;
  font-size: 18px;
padding-bottom: 10px;
}
.profile-name-info p{
  color: #ffffff;
  line-height: 23px;
}
.profile-name-info{
  padding: 20px 0;
}

.profile-contact-info h3{
   color: #f4f4f8;
  margin:0;
  font-size: 15px;
padding-bottom: 10px;
}

ul{
  margin:0;
  padding:0;
}

ul li{
  list-style: none;
  text-align: left;
      padding: 3px 0;
}

.icon-left{
  display: inline-block;
  vertical-align: middle;
	color: #FF6E00;
}
.icon-left img{ width:25px; }
.right-text{
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.right-text a{
  color: #ffffff;
  line-height: 23px;
}

.carousel-wrap {
 
  
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

@media (max-width: 380px) {
#profile-info{
      padding: 6px 0;
}
.profile-name-info{
      padding: 15px 0;
}
ul li{
      padding: 2px 0;
}

}


@media (max-width: 320px) {
  .profile-image-inner{
        width: 80px;
    height: 80px;
  }
  .profile-text h1{
        font-size: 18px;
  }
  .profile-text p{
    font-size: 13px;
  }
  .custom-btn{
    width: 95%;
    height: 35px;
    line-height: 35px;
  
    font-size: 13px;
  }
  .profile-image{
    width:84px;
  }
  .profile-name-info{
        padding: 10px 0;
  }
  h2{
        font-size: 16px;
            padding-bottom: 7px;
  }
  .right-text a{
    font-size: 15px;
  }
  .header{
        height: 54vw;
  }
  }
