/*!
 * Start Bootstrap - Stylish Portfolio v5.0.1 (https://startbootstrap.com/template-overviews/stylish-portfolio)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE)
 */
@font-face {
  font-family: AvenirNext;
  src: url(/fonts/30E282_1_0.woff) format("woff"), 
	  url(/fonts/30E282_2_0.woff) format("woff"),
	  url(/fonts/30E282_3_0.woff) format("woff"),
	  url(/fonts/30E282_4_0.woff) format("woff"),
	  url(/fonts/30E282_5_0.woff) format("woff"),
	  url(/fonts/30E282_6_0.woff) format("woff"),
	  url(/fonts/30E282_7_0.woff) format("woff"),
	  url(/fonts/AvenirNextLTPro-Regular.woff) format("woff"),
	  url(/fonts/AvenirNextLTPro-Cn.woff) format("woff"),
	  url(/fonts/30E282_9_0.woff) format("woff");
}
@font-face {
    font-family: AvenirNextLTPro;
    font-weight: bold;
    src: url("path/AvenirNextLTPro-Light.otf") format("opentype");
}

body {
    position: relative; 
  }
body,
html {
    color: #474957;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.btn-xl {
  padding: 1.25rem 2.5rem;
}

.content-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.content-section-heading h2 {
  font-size: 3rem;
}

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

/* Map */
.map {
  height: 30rem;
}

@media (max-width: 992px) {
  .map {
    height: 75%;
  }
}

.map iframe {
  pointer-events: none;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url("../img/bg-masthead.jpg");
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-masthead.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h1 {
    font-size: 5.5rem;
  }
}

/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  background: #1D809F;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
  z-index: 999;
}

.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
}

.menu-toggle:hover {
  background: #343a40;
}

.service-icon {
  background-color: #fff;
  color: #1D809F;
  height: 7rem;
  width: 7rem;
  display: block;
  line-height: 7.5rem;
  font-size: 2.25rem;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.callout {
  padding: 15rem 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url("../img/bg-callout.jpg");
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-callout.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.callout h2 {
  font-size: 3.5rem;
  font-weight: 700;
  display: block;
  max-width: 30rem;
}

.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem;
}
.portfolio-item:hover{
	box-shadow: -10px 10px 0px -4px rgba(212,204,204,0.75);
-webkit-box-shadow: -10px 10px 0px -4px rgba(212,204,204,0.75);
-moz-box-shadow: -10px 10px 0px -4px rgba(212,204,204,0.75);
               /* 1px 1px #e1e1e1,
                2px 2px #e1e1e1,
                10px 10px #e1e1e1;*/
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
	
}

.portfolio-item .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 37, 41, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.portfolio-item .caption .caption-content {
  color: #fff;
  margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content  h2 {
  font-size: 0.8rem;
  text-transform: uppercase; padding: 25px 20px 20px 20px;


}



    


.portfolio-item .caption .caption-content p {
  font-weight: 300;
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .portfolio-item {
	position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: none;
    margin: 0px 0px 20px 0px 0px;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.5s ease-in;
	
  }
	.portfolio-item::after{
		    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
	}
  .portfolio-item .caption {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
	  
  }
  .portfolio-item .caption .caption-content {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    width: 100%;  
	  
  }
	  .portfolio-item:hover .caption-content {
    background: url(../img/right-arrow.png) no-repeat right center;
	background-color: #474957;
		  padding: 0px 5px; font-weight: 700;  
		  
  }
  .portfolio-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: outset(2px);
    clip-path: outset(2px);
  }
  .portfolio-item:hover img {
	   -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: outset(2rem);
    clip-path: outset(2rem);
	  
  }
  .portfolio-item:hover .caption {
   /* background-color: rgba(255, 0, 0, 0.2);;
    -webkit-clip-path: outset(2rem);
    clip-path: outset(2rem);*/
	 
  }
}

footer.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

footer.footer .social-link {
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 4.3rem;
  font-size: 1.5rem;
  background-color: #1D809F;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer.footer .social-link:hover {
  background-color: #155d74;
  text-decoration: none;
}

a {
 /* color: #e84d08;*/ color: #fff;
}

a:hover, a:focus, a:active {
  color: #fec810; /*text-shadow: 0px 1px 10px #000000;*/
}

.btn-primary {
  background-color: #1D809F !important;
  border-color: #1D809F !important;
  color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #155d74 !important;
  border-color: #155d74 !important;
}

.btn-secondary {
  background-color: #ecb807 !important;
  border-color: #ecb807 !important;
  color: #fff !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #ba9106 !important;
  border-color: #ba9106 !important;
}

.btn-dark {
  color: #fff !important;
}

.btn {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.bg-primary {
  background-color: #1D809F !important;
}

.text-primary {
  color: #1D809F !important;
}

.text-secondary {
  color: #ecb807 !important;
}
header{
	background-color: #474957;
    font-size: 16px;
    padding: 20px;
    text-align: center;
    width: 100%;
}
header a{
	/*font-size: .9375rem;*/
    letter-spacing: 0px;
    margin: 0 10px;
    text-decoration: none;
	color: #fff !important; font-size: 12px; 
}
header .space-bar{
	width: 100%;
	height: 1px;
	background:#fff;
}
header a:hover{
	color: #fec810 !important;
	font-size: 12px;
}
.search-form input {
    margin-left: 5px;
    font-size: 20px;
    font-size: 1.25rem;
	margin: auto;
	padding: 10px;
	height: 55px;
    border: 1px solid #474957;
	border-radius: 0px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
	padding-left: 50px;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
outline: none;
box-shadow:none !important;
border:0;
}
.form-search-main{
	padding: 10px;
    border: 1px solid #474957;
    max-width: 595px;
    margin: 0 auto;
    margin-top: 1.875em;
    -webkit-box-shadow: 1px 1px 1px 0px #474957;
    -moz-box-shadow: 1px 1px 1px 0px #474957;
    box-shadow: 1px 1px 1px 0px #474957;
    position: relative;
    background-color: white;
	width: 100%;
    z-index: 9999;
}
.icon-search{
	width: 32px;
    height: 32px;
    margin-right: 10px;
    border: 0px;
    background: 0px;
    font-size: 20px;
    cursor: pointer;
}
.form-search-main form{
	width: 100%;
}
.form-search-main input[type="text"]{
	font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.625rem;
    color: #474957;
}
.box-d .custom-underline::after {
 top: 70.5%;
    height: 1px;
    width: 78%;
    left: 10%;
    background-color: #e94e09;
    transition: 0.3s ease all .1s;
}

.box-d:hover .custom-underline::after {
  top: 65.5%;
    transition: 0.4s ease all; background-color: white;
}
.box-d{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.custom-underline{
	padding: 20px 0px !important;
}
.custom-underline,
.custom-underline:hover,
.custom-underline:focus,
.custom-underline:active {
  color: #fff;
  text-decoration: none;
	font-size: 12px;
}

.custom-underline::after {
  content: "";
  position: absolute;
}
.social-icons a{
	font-size: 22px;
    padding: 0px !important;
}
.social-icons a:hover{
	font-size: 22px;
    padding: 0px !important;
}
.menu-block {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease;
}
.menu-cta {
  height: 40px;
  width: 40px;
  cursor: pointer; }
.toggle-btn {
  height: 2px;
  width: 25px;
  background-color: #474957;
  position: relative;
  top: 50%;
  left: 0;
  margin: auto;
  transition: all 0.3s ease-in-out; }
  .toggle-btn:before {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 -7px 0 0 #474957;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out; }
  .toggle-btn:after {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 7px 0 0 #474957;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out; }
.active .toggle-btn {
  background-color: transparent;
  transition: all 0.2s ease-in-out; }
  .active .toggle-btn:before {
    top: 0;
    transition: all 0.3s ease-in-out; }
  .active .toggle-btn:after {
    top: 0;
    transition: all 0.3s ease-in-out; }
.active .type10 {
  background-color: #474957;
  transform: rotate(45deg); }
  .active .type10:before {
    box-shadow: 0 0 0 0 #474957; }
  .active .type10:after {
    left: -7px;
    box-shadow: 0 -7px 0 0 #474957;
    transform: translateY(0) rotate(90deg); }
.innter-text p{
	font-size: 17px;
}
.info-card h3{
	    font-size: 20px;
    font-size: 1.25rem;
    color: #e94e09;
    line-height: 1.5625em;
	
}
.info-card a{
	    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 15px;
    font-family: "AvenirNextLTPro-Demi",sans-serif;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: .125em;
    color: #474957;
    text-decoration: none;
    border: 1px solid #c7c8cc;
}
.info-card a::after{
	content: '';
    display: inline-block;
    margin-left: 5px;
	    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
    -webkit-transition: margin-left 0.2s ease;
    -moz-transition: margin-left 0.2s ease;
    -ms-transition: margin-left 0.2s ease;
    -o-transition: margin-left 0.2s ease;
    transition: margin-left 0.2s ease;
    background-image: url(../img/right-arrow.png);

}
.info-card a:hover,.info-card a:active,.info-card a:focus{
	font-weight: bold; color: #fec810;
}
.close-icon {
  cursor: pointer;
	float: right;
    text-align: right;
        position: absolute;
    width: 15px;
    height: 15px;
    right: 0px;
    margin-right: 20px;
}
.dropdown-main-menu .keywords ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.dropdown-main-menu .keywords-box:before {
    border-color: rgba(0,0,0,0);
    border-bottom-color: #474957;
    border-width: 11px;
    margin-left: -11px;
}
.keywords ul li{
	border-bottom: 1px solid #474957;
	background: url(../img/right-arrow.png) no-repeat center right 10px;
}
.keywords ul a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    font-family: "AvenirNextLTPro-Demi",sans-serif;
    border: 0;
    width: 100%;
    padding: 10px;
    display: block;
    color: #474957;
    text-transform: uppercase;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    cursor: pointer;
    position: relative;
    line-height: 1.5em;
}
.dropdown-menu{
	min-width: 16rem;
	text-align: left;
	
}
.keywords ul a:hover, .keywords ul a:visited,.keywords ul a:active,.keywords ul a:focus{
	font-weight: bold;
	border-bottom: 2px solid #474957;
	
}
.keywords-box {
    max-width: 340px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    border: 1px solid #474957;
    -webkit-box-shadow: 1px 1px 1px 0px #474957;
    -moz-box-shadow: 1px 1px 1px 0px #474957;
    box-shadow: 1px 1px 1px 0px #474957;
}
@media (min-width: 768px) { 
	.navbar-nav{
		flex-direction: row;	
		    text-align: center;
    margin: auto;
	}
	.navbar{
		padding:0px;
		
	}
	.form-search-main input[type="text"]{
		padding: .375rem .375rem;
	}

}
@media (max-width: 768px){
		.overlay{
		margin: 165px 0px 0px 0px !important;
	}
	.footer-text{
		text-align: center !important;
	}
	.footer-social{
		width: 228px !important;
		float: none !important;
		margin: auto !important;
	}
}
@media (max-width: 575.98px) { 

	.navbar-nav{
		text-align: right;
    margin: auto;
	}
	
	.navbar{
		padding:0px;
	}
	.typed-text-field{
		margin-left: 13% !important;
	}
	.typed-text-field h1{
		font-size: 20px !important;
    margin-top: 10px;
		line-height: 32px !important;
	}
	.form-search-main input[type="text"]{
		padding: .375rem 0rem;
	}
	.keywords-box{
		width: 120%;
		left: -39px;
	}
	.form-search-main input[type="text"]{
		font-size: 20px;
	}
	.form-search-main{
		margin-top: 5em;
   		width: 100% !important;
    	margin-left: 0 !important;
	}
	.stick{
		position: relative !important;
	    width: 100%;
    	max-width: none !important;
	}
	.sticky-top{
		position: relative;
	}
}
.typed-text-field{
	position: absolute;
    z-index: 9999;
    margin-top: -5px;
    margin-left: 8%;
}
.typed-text-field h1{
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 1.625rem;
	color: #474957;
	font-weight: 400;
	line-height: 47px;
}
#typer-close{
	display: block;
}
.form-search-main:hover #typer-close{
	display: none;
}
#form-input{
	display: none;
}
.form-search-main:hover #form-input{
	display: block;
}
.stick {
	position: fixed;
    top: 20px;
    margin-left: 12%;
    max-width: 420px;
    margin: 0 auto;
    left: 0;
    right: 0;
	display: none !important;
}
.nav-top {
  position: relative;
}


strong{  color: #ffffff;
    background: #464957;
    padding: 20px;
    display: block;
    padding-bottom: 20px;
    clear: both;}


p {
  margin-top: 0;
  margin-bottom: $paragraph-margin-bottom;
  font-weight: 200;
}


.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

h3{ color:#e84d08 !important;
}

p{text-align: justify;}


.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #474957; margin: 210px 0px 0px 0px; 

}

.container-1:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 14px; font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; 
}
.container-1 {
  position: relative;
  width: 100%; padding: 0px; margin: 0px;
}
/*.container{
  position: relative;
  width: 100%; padding: 0px; margin: 0px;
}
*/

.img-title-small{color:#fff; font-size:18px;line-hight:normal; font-weight:600; text-shadow: 0px 0px 19px rgba(0, 0, 0, 1); margin-top: 10px;  }

.img-title{color:#fff; font-size:22px;line-hight:1px; font-weight:600; text-shadow: 0px 0px 19px rgba(0, 0, 0, 1);  }






.footer{  float: right;}
.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  
}

.footer li {
  float: left; font-size: 20px;
}

.footer li a {
  display: block;
  color: white;
  text-align: center;
  padding: 0px 10px;
  text-decoration: none; font-size: 20px;
	
}

.footer li a:hover {
  /*background-color: #111;*/
}
.footer-text{
	margin-top: 10px; color: #fff; text-align: left;
}
.footer-social{
	
}




