@font-face {
    font-family: med;
    src: url(../fonts/CircularStd-Medium.woff);
}
@font-face {
    font-family: book;
    src: url(../fonts/CircularStd-Book.woff);
}

/* ========= Outline ================
=====================================

Blue  #005F94
Dark Blue #004E7F
Gold #FBB03B

*/


/* ========= Global ================
===================================*/

a:hover{text-decoration: none;}
header a{color: #4A4A4A;}
header a:hover{color: #4A4A4A;}
body{color: #4A4A4A;font-family: med;}
body p{color: #4A4A4A;font-family: book;}
section{padding: 80px 0;}
.section-name{font-size: 14px;color: #4A4A4A;text-transform:uppercase;letter-spacing: 11.67px;}
.section-title{font-size: 36px;color:#A01D58 ;margin-bottom: 50px;line-height: 40px;}
.short-desc{font-size: 20px;line-height: 30px;}
.short-desc-line{font-size: 24px;font-weight: 700;border-left: 5px #A01D58 solid;padding-left: 20px;margin-top: 20px;}

.thumbnail{padding: 0;border-radius: 0;    border: none;}
.thumbnail img{width: 100%;}
.thumbnail .caption h3{font-size: 24px;font-weight: 700;color: #4A4A4A;    min-height: 70px;    max-height: 70px; }
.thumbnail .caption p{font-size: 18px;font-weight: 300;color: #4A4A4A;line-height: 24px; }


.btn-default{border-radius: 50px;width: 200px;height: 50px;padding: 13px;
    font-size: 16px;margin-top: 20px;}

.btn-default.btn-active{ color: #fff;   background: linear-gradient(314.72deg, #A01D58 0%, #450A24 100%);}
.btn-default.btn-white{ border-color: #A01D58;}



/* ========= Hero ================
===================================*/
.my-name{font-size: 20pc;color:#4A4A4A;font-size: 30px; }
.my-name-slider{font-size: 20pc;color:#fff!important;font-size: 30px; }
.my-title{font-size: 48px;color: #A01D58; }
.short-desc-hero{font-size: 24px; color: #fff;}
.hero{padding:0;}

    
    
/* ========= About ================
===================================*/

.about{background: #F4F4F4;}  
.about img{border-radius: 50%;width: 400px;height: 400px;float: right;}



/* ========= Blog ================
===================================*/

.blog{background: #F4F4F4;}  
.blog .thumbnail{background: transparent;}  



/* ========= Blog ================
===================================*/

.contact{background: #F4F4F4;}  


/* ========= Footer ================
===================================*/

footer{background: #4A4A4A;padding: 20px;}  
footer p{color: #fff;}  





/* ========= Header ================
===================================*/

header{
    height: 100px;
    /* background: red; */
    border-bottom: 1px #ddd solid;
    padding: 20px;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #A01D58;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: -12px;
    right: 10px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}



/* ========= Slider ================
===================================*/

.slider i {color: #a01d58;font-size: 25px;}
.slider i:hover {cursor: pointer;}

.w3-large{
        position: absolute;
    bottom: 74px;
    font-size: 30px;
    color: #fff;
    left: 28%;
    max-width: 500px;
    text-align: center;
}
    @media screen and (max-width: 900px) {
    .w3-display-left{left: 20px!important;}
    .w3-display-right{right: 20px!important;}
}

/* ========= Breadcrumb ================
===================================*/

.breadcrumb{background: #fff;margin-top: 50px;}
.breadcrumb a{color: #555555;font-size: 24px;}

/* ========= Prijects-page ================
===================================*/

.projects-page .thumbnail {position: relative;}
.projects-page .thumbnail .caption{position: absolute;bottom: 0;left: 30px;}
.projects-page .thumbnail .caption p{color: #fff;}
.projects-page .thumbnail .caption h3{color: #fff;}


.full-project{background: url(../img/projects/DJWE/DJWE.jpg);height: 700px;
}

.full-project .caption{margin-top: 40%;}
.full-project .caption p{color: #fff;}
.full-project .caption h3{color: #fff;}






/* ========= single ================
===================================*/


.content-description{margin-top: 30px;}
.content-description p{padding: 0px 200px;font-size: 20px;color: #4A4A4A;}
.content-description .short-desc-line{padding-left: 20px;}









* {
  box-sizing: border-box;
}

.row > .column {
  padding: 8px 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 33.33%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
#myModal .prev,
#myModal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
#myModal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#myModal .prev:hover,
#myModal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.link p {
   color: #a01d58!important;
}

.link a:hover p {
   color: rgba(160,29,88,0.8)!important;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #a0215d;
    border: none;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
blockquote{border:none;}
.carousel-indicators{bottom:0;}



.hero .item{height:600px;}



.success{
    
        display: inline-block;
    clear: both;
    margin-top: 34px;
    background: #A01D58;
    color: #fff;
    padding: 20px;
}



