@charset "UTF-8";
/* CSS document */

/* custom styles */

a{
	text-decoration: none;
	color: #f3b204;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}

.nav-link{
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
	color: #f3b204;
	font-weight: 800;
}

.nav-link:hover{
	color: #000000;
}

.ion_clr{
	color: #f3b204;
	background-color: transparent;
}

.ion_clr:hover{
	color: #000000;
	background-color: transparent;
}

.icon-blk{
	color: #f3b204;
}

.icon-blk:hover{
	color: #000000;
}

.cust_card{
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	font-size: 35px;
	text-shadow: 2px 2px 5px #000000;
	text-decoration: none;
}

.sub_titles{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 5px 20px 20px 20px;
}

.head_lines{
	font-family: 'Montserrat', sans-serif;
	color: #f3b204;
	font-weight: 900;
	font-size: 50px;
	padding: 0px 20px 0px 20px;
}

.body_text{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 15px;
	padding: 0px 20px 0px 0px;
	margin: 0px 80px 0px 20px;
	text-align: left;
}
.aboutbody_text{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 15px;
	padding: 0px 20px 0px 0px;
	margin-right: 80px;
	text-align: left;
}

.heading{
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 35px;
}

.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: #f3b204;
	border-color: #f3b204;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin: 0px 15px 15px;
}

.btn-primary:hover{
	background-color: #000000;
}

.form-group{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin: 0px 15px 15px;
}

.bi-book-half{
	color: #f3b204;
}

.bi-pencil-fill{
	color:#f3b204;
}

.bi-laptop{
	color: #f3b204;
}

.btn-dark{
	background-color: #f3b204;
	border-color: #f3b204;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.btn-dark:hover{
	background: #000000;
}

.desat{
	filter:grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
}

.desat:hover{
	filter:grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-webkit-filter: grayscale(0);
}

.imgpad{
	padding-bottom: 5px;
}








/* Hover Blur Effect */
    .text-white {
      color: #fff;
    }
    .hover-blur a {
      display: block;
      position: relative;
      overflow: hidden;
    }
    .hover-blur img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .hover-blur:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-filter: grayscale(0.6) blur(1px);
      filter: grayscale(0.6) blur(1px);
    }
    .hover-blur a h2 {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 0px;
      margin-bottom: 0px;
      height: 100%;
      width: 100%;
      padding: 45% 20px;
      text-align: center;
      background-color: rgba(0,0,0,0.5);
      /*background dotted*/
      background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      background-image: repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      -webkit-background-size: 3px 3px;
      -moz-background-size: 3px 3px;
      background-size: 3px 3px;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    .hover-blur:hover a h2 {
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
    }
    .hover-blur .text-white {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    .hover-blur:hover .text-white {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=1);
      opacity: 1;
    }


