html, body{
	padding: 0px!important;
	margin: 0px!important;
}

.headingboss{
	/*background: rgba(2,138,159,1);
	background: -moz-linear-gradient(-45deg, rgba(2,138,159,1) 0%, rgba(0,89,184,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(2,138,159,1)), color-stop(100%, rgba(0,89,184,1)));
	background: -webkit-linear-gradient(-45deg, rgba(2,138,159,1) 0%, rgba(0,89,184,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(2,138,159,1) 0%, rgba(0,89,184,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(2,138,159,1) 0%, rgba(0,89,184,1) 100%);
	background: linear-gradient(135deg, rgba(2,138,159,1) 0%, rgba(0,89,184,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#028a9f', endColorstr='#0059b8', GradientType=1 );*/

	background-image: url("../img/nav-bg.jpg");
	background-position: top;
	background-size: cover;
	background-attachment: fixed;
	color:#fff!important;
	border-bottom: 5px solid #fff!important;

	-webkit-box-shadow: 0px 3px 31px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 31px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 31px 0px rgba(0,0,0,0.75);
}

.navbar .navbar-nav .nav-item{
	margin: 0px 17px;
	text-align: center;
	text-transform:uppercase;
	font-weight: bold;
	font-family: 'EB Garamond', serif!important;
}

.porttitle{
	text-transform:uppercase;
	font-weight: bold;
	font-family: 'EB Garamond', serif!important;
}

.nav-link{
	color:#fff;
}

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

.nav-link:active{
	color:#fff;
}

.nav-link:focus{
	color:#fff;
}

.nav-link:visited{
	color:#fff;
}

.padding10{
	padding: 10px;
}

.padding50{
	padding: 50px;
}

.padding20{
	padding: 20px;
}

.padding30{
	padding: 30px;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 90;
}

@media (min-width: 576px) {
  .site-main {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .site-main {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .site-main {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .site-main {
    max-width: 1140px;
  }
}

.sole{
	background-color: rgba(0, 27, 47, 0.73);
	color:#fff;
	-webkit-box-shadow: 0px -3px 31px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -3px 31px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -3px 31px 0px rgba(0,0,0,0.75);
}

#brandimg{
	display:block;
	margin-top: 8px;
}

@keyframes slideInFrombottom {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 30px;
}



.hm-button{
	background-color: #00184f!important;
	color:#fff!important;
	padding: 10px;
	margin: 25px auto!important;
	border-radius: 4px!important;
}

.hm-button:hover{
	text-decoration: none;
	background-color: #00184f!important;
}

.hm-button-white{
	background-color: #e7e7e7!important;
	color:#333!important;
	padding: 10px;
	margin: 25px auto!important;
	border-radius: 4px!important;
}

.hm-light-button{
	color: #00184f!important;
	font-weight:lighter;
	font-size: 1.8rem;
}

.hm-button-white:hover{
	text-decoration: none;
	background-color: #d1d1d1!important;
}

.nav-info{
	padding-top: 2.2rem!important;
	font-size: 1.2rem!important;
	font-weight: normal;
}

.footer{
	/*background: rgba(2,138,159,1);
	background: -moz-linear-gradient(-45deg, rgba(2,138,159,1) 0%, rgba(0,89,184,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(2,138,159,1)), color-stop(100%, rgba(0,89,184,1)));
	background: -webkit-linear-gradient(-45deg, rgba(2,138,159,1) 0%, rgba(0,89,184,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(2,138,159,1) 0%, rgba(0,89,184,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(2,138,159,1) 0%, rgba(0,89,184,1) 100%);
	background: linear-gradient(135deg, rgba(2,138,159,1) 0%, rgba(0,89,184,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#028a9f', endColorstr='#0059b8', GradientType=1 );*/

	border-top: 5px solid #fff!important;
	background-image: url("../img/nav-bg.jpg");
	background-position: top;
	background-size: cover;
	color:#fff!important;
	font-family: 'EB Garamond', serif!important;
	-webkit-box-shadow: 0px -3px 31px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -3px 31px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -3px 31px 0px rgba(0,0,0,0.75);
}

.corpbox{
	background: rgba(97,97,97,1);
	background: -moz-linear-gradient(-45deg, rgba(97,97,97,1) 0%, rgba(36,36,36,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(97,97,97,1)), color-stop(100%, rgba(36,36,36,1)));
	background: -webkit-linear-gradient(-45deg, rgba(97,97,97,1) 0%, rgba(36,36,36,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(97,97,97,1) 0%, rgba(36,36,36,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(97,97,97,1) 0%, rgba(36,36,36,1) 100%);
	background: linear-gradient(135deg, rgba(97,97,97,1) 0%, rgba(36,36,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#242424', GradientType=1 );
	border-radius: 0px!important;
	color:#fff;
}

.birthbox{
	background: rgba(67,194,240,1);
	background: -moz-linear-gradient(-45deg, rgba(67,194,240,1) 0%, rgba(29,201,224,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(67,194,240,1)), color-stop(100%, rgba(29,201,224,1)));
	background: -webkit-linear-gradient(-45deg, rgba(67,194,240,1) 0%, rgba(29,201,224,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(67,194,240,1) 0%, rgba(29,201,224,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(67,194,240,1) 0%, rgba(29,201,224,1) 100%);
	background: linear-gradient(135deg, rgba(67,194,240,1) 0%, rgba(29,201,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43c2f0', endColorstr='#1dc9e0', GradientType=1 );
	border-radius: 0px!important;
	color:#333;
}

.easterbox{
	background: rgba(210,255,82,1);
	background: -moz-linear-gradient(-45deg, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(210,255,82,1)), color-stop(100%, rgba(145,232,66,1)));
	background: -webkit-linear-gradient(-45deg, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
	background: linear-gradient(135deg, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842', GradientType=1 );
	border-radius: 0px!important;
	color:#333;
}


.spookbox{
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(255,146,10,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(255,146,10,1)));
	background: -webkit-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(255,146,10,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(255,146,10,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(255,146,10,1) 100%);
	background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(255,146,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ff920a', GradientType=1 );
	border-radius: 0px!important;
	color:#fff;
}

.churchbox{
	background: rgba(212,228,239,1);
	background: -moz-linear-gradient(-45deg, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(134,174,204,1)));
	background: -webkit-linear-gradient(-45deg, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
	background: linear-gradient(135deg, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=1 );
	border-radius: 0px!important;
	color:#333;
}

.wedbox{
	background: rgba(255,93,177,1);
	background: -moz-linear-gradient(-45deg, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,93,177,1)), color-stop(100%, rgba(239,1,124,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
	background: linear-gradient(135deg, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c', GradientType=1 );
	border-radius: 0px!important;
	color:#fff;
}

.xmasbox{
	background: rgba(255,76,76,1);
	background: -moz-linear-gradient(-45deg, rgba(255,76,76,1) 0%, rgba(168,0,0,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,76,76,1)), color-stop(100%, rgba(168,0,0,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,76,76,1) 0%, rgba(168,0,0,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,76,76,1) 0%, rgba(168,0,0,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,76,76,1) 0%, rgba(168,0,0,1) 100%);
	background: linear-gradient(135deg, rgba(255,76,76,1) 0%, rgba(168,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c4c', endColorstr='#a80000', GradientType=1 );
	border-radius: 0px!important;
	color:#fff;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border: 2px solid #fff!important;
}

.portfolio-box .portfolio-box-caption {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	color: #fff;
	/*background-image: url('../img/opa-bg.png');*/
	background: rgba(0,52,119, 0.70);
	background: -moz-linear-gradient(-45deg, rgba(0,52,119, 0.70) 0%, rgba(32,124,229, 0.70) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,52,119, 0.70)), color-stop(100%, rgba(32,124,229, 0.70)));
	background: -webkit-linear-gradient(-45deg, rgba(0,52,119, 0.70) 0%, rgba(32,124,229, 0.70) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,52,119, 0.70) 0%, rgba(32,124,229, 0.70) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,52,119, 0.70) 0%, rgba(32,124,229, 0.70) 100%);
	background: linear-gradient(135deg, rgba(0,52,119, 0.70) 0%, rgba(32,124,229, 0.70) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003477', endColorstr='#207ce5', GradientType=1 );
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'EB Garamond', serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;

}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

@media (max-width: 991px){
	.navbar .navbar-nav .nav-item{
		background-color:rgba(23, 23, 29, 0.3);
		margin: 10px auto;
		width: 300px;
	}
}

.portfolio-item img{
	margin: 05px!important;
}

.nav-link{
	margin-top: 15px!important;
}

/* Text between two lines begins */
    .strike {
		/*word-break: break-all;*/
        display: block;
        text-align: center;
        overflow: hidden;
        /*white-space: nowrap;*/
		margin-top: 1.2rem!important;
    }

    .strike > span {
        position: relative;
        display: inline-block;
    }

    .strike > span:before,
    .strike > span:after {
        content: "";
        position: absolute;
        top: 10%;
        width: 9999px;
        /* Here is the modification */
        height: 5px; /* space between lines */
        margin-top: 11px; /* adjust vertical align */
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
    }

    .strike > span:before {
        right: 100%;
        margin-right: 15px;
    }

    .strike > span:after {
        left: 100%;
        margin-left: 15px;
    }
/* Text Between two lines ends */

.desc{
	font-size: 18px;
	line-height: 2.0em;
}

.bannershadow{
	border-bottom: 2px solid rgba(4, 64, 98, 0.95);
	-webkit-box-shadow: 0px 4px 24px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 4px 24px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 4px 24px 0px rgba(0,0,0,0.45);
}

.active-nav{
	font-weight:900!important;
	font-size-adjust: none;
	text-decoration: underline overline;
	color:rgba(255, 255, 255, 0.92)!important;
}

/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: transparent;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 12px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 2px;
    color: #333;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #696969;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #696969;
    text-decoration: underline;
}

.magic{
	background-image: url("../img/wand.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 30em;
}

@media (max-width: 741px) {
	.magic{
		background-size: 10em;
	}
}
