﻿
/*
Free Bootstrap Themes : https://www.Zerotheme.com
*/

/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
body {font-family: 'Source Sans Pro', sans-serif;font-weight: 300;color: #000;background-color: #fff;font-size: 14px;line-height: 1.3;hyphens: auto;overflow-wrap: break-word;}
html, body {width:100%; padding:0; margin:0;}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
html {Â -webkit-text-size-adjust: none;}
.video embed,.video object,.video iframe {Â width: 100%;Â Â height: auto;}
img{max-width:100%;	height: auto;width: auto\9; /* ie8 */}

h1 {font-size: 38px;}
h2 {font-size: 36px;}
h3 {font-size: 32px;}
h4 {font-size: 28px;}
h5 {font-size: 16px;}
h6 {font-size: 20px;}
h7 {font-size: 16px;}
h8 {font-size: 16px;}
h9 {font-size: 14px;}
h10 {font-size: 13px;}

h1,h2,h3,h4,{font-weight: 600;color: #111;font-family: 'Montserrat',sans-serif;letter-spacing: 1px;line-height: 1.3;}
h5 {font-weight: 500;color: #fff;font-family: 'Source Sans Pro',sans-serif; letter-spacing: 0.5px; }
h6 {font-weight: 600;color: #111;font-family: 'Patua One', cursive; letter-spacing: 2px; }
h7 {font-weight: 600;color: #111;font-family: 'Source Sans Pro',sans-serif;}
h8 {font-weight: 600;color: #111;font-family: 'Source Sans Pro',sans-serif; line-height: 2;}
h9 {font-weight: 100;color: #fff;font-family: 'Source Sans Pro',sans-serif; }
h10 {font-weight: 600;color: #111;font-family: 'Source Sans Pro',sans-serif; }

p {margin: 0 0 10px; text-align:justify; font-size:14px;}

ul {font-size:14px; line-height: 1.2em; text-align: left; }
li {font-size:14px; line-height: 1.2em; text-align: left; color: black;}

a {color: #fff;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out; }
a:hover,
a:focus {text-decoration: none;color:#8D8B55;}

hr.solid {
  border-top: 2px solid #bbb;
}


.hero-spacer {
	margin-top: 50px;
}

.hero-feature {
	margin-bottom: 0px;/* spaces out the feature boxes once they start to stack responsively */
}



.column {
  float: left;
  width: 50%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}


/* container b  container bcontainer bcontainer bcontainer bcontainer bcontainer bcontainer bcontainer b*/

.containerb {
  position: relative;
  width: 50%;}

/* Centered text 
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Bottom right text 
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
} 


.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
*/


.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #ddd;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}


.containerb:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


/* container a  container a container a container a container a container a container a container a container a */


.containera {
  position: relative;
  width: 100%;}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.containera:hover .image {
  opacity: 0.3;
}

.containera:hover .middle {
  opacity: 1;
}

.text {
  color: #000;
  font-size: 16px;
  font-weight:bold;
  padding: 15px 15px;
}






.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-bottom: 1rem;
  padding-top: 1.25rem;
  
}
.card-body1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0.5rem;
  height: 70px;
  
}

.card-body2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.card-body3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 13rem;
}

.card-body4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 18rem;
}


.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #b5b6bd;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(255, 255, 255, 0.075);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0 - 1px) calc(0 - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0 - 1px);
  height: 70%;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}



button {border: none;outline: 0;}
input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="search"], textarea, .form-control, select {
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #999999;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 47px;
    line-height: 1.2;
    margin: 10px 0;
    outline: medium none;
    padding: 5px 10px;
    transition: border-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    width: 100%;
	background-color: #fff;
    border: 1px solid #777;
}

.center{text-align: center; margin: 0 auto;}
.f-right{float: right;}
.f-left{float: left;}
.t-right{text-align: right;}
.t-left{text-align: left;}

.post{}
.post:after, .post:before, article:after, article:before, section:after, section:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:after, .clearfix:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

/* --Line-- */
hr.line { margin: 15px auto; padding: 0; max-width: 90px;border: 0; border-top: solid 5px #ddd;text-align: center;}

/* --Page-- */
body.index-page {}
body.sub-page {padding-top: 30px;background-color: #F9F9F9;}
body.sub-page .logo {margin: 110px 0 80px;background: url(../images/bg.jpg) fixed; padding: 30px 0 50px;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------Header-Styles-------------------------------- */
/* ---------------------------------------------------------------------------- */
header{margin: auto;}
header.sub-header #menu {border-bottom: 1px solid #ccc;}
header.sub-header #menu.affix-top{padding: 2px 0;}

a.site-branding {text-align: center;color: #333;margin: 20px auto 20px;height: auto;padding: 0;display: inline-block;}
h1.site-title, .site-title a {letter-spacing: 14px;color: #E94C3F;margin: 0;text-transform: uppercase;font-size: 42px;font-weight: 300;line-height: 1;}
p.site-description{margin: 10px 0 0;font-size: 16px;letter-spacing: 1px;}

.link{}
.link a{display:inline-block;text-decoration:none;letter-spacing:1px; color: #888888;}
.link a:hover{}
.link  li:after{content: "-";padding: 0 10px;}
.link  li:last-child:after{content:'';padding:0px;display:none}
ul.link li{padding: 0;margin: 0;}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Menu------------------------------------ */
/* ---------------------------------------------------------------------------- */
#menu {border-radius: 0;z-index: 99;background: #293352; font-family: 'Source Sans Pro',sans-serif; }
#menu.affix {position: fixed;top: 0;width: 100%}
#menu .navbar-collapse{padding-left: 15px;}
#menu .dropdown-menu {background-color: #293352;border:none;border-radius: 0;box-shadow: none;}
#menu ul.nav .dropdown-menu li a{color: #fff;text-transform: none;}
#menu ul.nav .dropdown-menu li a:hover{color: #b1101c;}
#menu .dropdown-inner {display: table;}
#menu .dropdown-inner ul {display: table-cell;}
#menu .dropdown-inner a {min-width: 160px;display: block;padding: 3px 3px;clear: both;line-height: 20px;color: #000;margin: 0 5px;}
#menu li.dropdown:hover>a, #menu li.dropdown:focus>a, #menu li.dropdown:active>a{}

#menu ul.nav li a{color: #fff;padding: 12px 10px;font-size: 13px;letter-spacing: 2.5px;display: inline-block;font-weight: bold;text-transform: uppercase}
#menu ul.nav li::after{padding: 0 5px;font-size: 15px;line-height: 1;}

#menu ul.nav li:last-child::after,
#menu ul.nav .dropdown-menu li::after{content:'';padding: 0px;display:none}
#menu ul.nav li.dropdown a{}
#menu .nav > li > a:hover, #menu .nav > li > a:focus{background: none;color: #E94C3F;}

#menu i.fa{font-size: 13px;padding-bottom: 2px;}
#menu .btn-navbar {font-size: 20px;color: #FFF;padding: 5px 5px;float: right;}
#menu .btn-navbar2 {font-size: 20px;color: #FFF;padding: 5px 5px;float: left;}


@media  (max-width: 767px){
	#menu {background-color: #293352;}
	#menu div.dropdown-inner > ul.list-unstyled {display: block; }
	#menu .dropdown-inner a {width: 50%;color: #fff; }
	#menu div.dropdown-menu {margin-left: 10px !important;	padding-bottom: 10px; background-color: #293352;}
	#menu ul.nav li::after{content: "";padding: 0;}
	#menu div.dropdown-menu {margin-left: 0 !important;	padding-bottom: 10px; background-color: #293352;}
}

@media  (min-width: 768px) {
    #menu.navbar{padding: 0;height: auto;}
	#menu .dropdown:hover .dropdown-menu {display: block;}
	
}
@media (min-width:768px) { 
/* centered navigation */
 .nav.navbar-nav {
     clear: left;
     float: center;
     margin: 0;
     padding: 10;
     position: relative;
     left: 50%;
     text-align: center;
 }
 .nav.navbar-nav > li {
     position: relative;
     right: 50%;
 }
 .nav.navbar-nav li {
    text-align: left
 }
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Content-------------------------------- */
/* ---------------------------------------------------------------------------- */
#page-content{}

/* ---HomePage--- */
.box-content {padding: 0px 0 0px;}


/* ---Article--- */
article.single-post{padding-bottom: 0;}
article.single-post .wrap-post, .comments-are {padding:30px 20px; position: relative;}
article{background: #ffffff; color: #3F3F3F; margin: 50px 0;border-bottom: 1px solid #e1e1e1;padding-bottom: 50px;}
article:last-child{border-bottom: none;}
article:after, article:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
article .post-thumbnail-wrap {text-align: center;width: 100%;margin-bottom: 10px;}
article .post-thumbnail-wrap img {}
article h2.entry-title{font-size: 35px;margin: 20px 0 10px;font-weight: 300;}
article h2.entry-title a{color: #131313;}
article h2.entry-title a:hover{color: #555}
article .l-tags{text-align: center; font-size: 11px;}

article .entry-header{margin-bottom: 30px;}
article.single-post .entry-header{margin-bottom: 60px;}
article.single-post .entry-header h1.entry-title{font-size: 43px;line-height: 30px;letter-spacing: 2px;font-weight: 300;margin: 0;text-transform: uppercase;margin-bottom: 40px;line-height: 1.1}
article.single-post .entry-header h1.entry-title a {color: #575756;margin: 0;}
article .entry-title-blog a:hover {color: #628d7c;}

article .entry-header .entry-meta{color: #777;font-size: 13px;}
article .entry-header .entry-meta a {color: #777;}
article .entry-header .entry-meta a:hover {color: #EC495E;}

article .entry-content{text-align: left;margin-top: 30px;}
article.single-post .entry-content{ padding: 40px 120px;}
@media(max-width:767px){
	article.single-post .entry-content{ padding: 30px;}
}

article .entry-content p{color: #686868;}
article .entry-content blockquote {border-left: 3px solid #1c7791;margin: 0 50px;font-style: italic;color: #666;padding-left: 20px;}
article .entry-content ol {float: left;text-align: justify;margin: 10px 50px;list-style-type: circle;}

.comments-are{border-top: 1px solid #ccc;margin: 50px auto ;}
.comments-are textarea {height:170px;}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Footer---------------------------------- */
/* ---------------------------------------------------------------------------- */
footer{color: #666;}
footer.main-footer{}
footer.sub-footer{border-top: 1px solid #ccc;}
footer ul {padding: 0;}
footer ul li{list-style: none;}
footer a{color: #666;font-weight: bold;}
footer .link a {color: #777;font-weight: bold;text-transform: uppercase;font-size: 14px;letter-spacing: 2px;}
footer .link a:hover{color: #000}
footer a:hover {color: #E94C3F;}

footer .wrap-footer{padding:20px 0 10px;text-align:left; background-color:#293352; font-size: 12px; color: white; line-height: 15px;}
footer .copyright{padding: 15px 0;font-size: 16px; background-color:#333; text-align:center;}

/* ---------------------------------------------------------------------------- */
/* -----------------------------Portfolio Box---------------------------------- */
/* ---------------------------------------------------------------------------- */
.portfolio-box {display: block;position: relative;margin: 0 auto 30px;overflow: hidden;}
.portfolio-box:before{z-index:1;content:"";position:absolute;left: 10px;right: 10px;top:10px;bottom:10px;border-top:2px solid #E94C3F;border-bottom:2px solid #E94C3F;transform:scale(0,1);-moz-transform:scale(0,1);-webkit-transform:scale(0,1);-ms-transform:scale(0,1);transition:all 0.4s ease-in-out 0s;-moz-transition:all 0.4s ease-in-out 0s;-webkit-transition:all 0.4s ease-in-out 0s;}
.portfolio-box:after{z-index:1;content:"";position:absolute;left:10px;right:10px;top: 10px;bottom: 10px;border-left:2px solid #E94C3F;border-right:2px solid #E94C3F;transform:scale(1,0);-moz-transform:scale(1,0);-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transition:all 0.4s ease-in-out 0s;-moz-transition:all 0.4s ease-in-out 0s;-webkit-transition:all 0.4s ease-in-out 0s;}
.portfolio-box:hover:before{transform:scale(1,1);-moz-transform:scale(1,1);-webkit-transform:scale(1,1);-ms-transform:scale(1,1);}
.portfolio-box:hover:after {transform:scale(1,1);-moz-transform:scale(1,1);-webkit-transform:scale(1,1);-ms-transform:scale(1,1);}

/****** Zoom Effect ******/
.portfolio-box.zoom-effect .portfolio-box-caption{}
.portfolio-box.zoom-effect img{-webkit-transition: 0.5s ease;transition: 0.5s ease;width: 100%;}
.portfolio-box:hover.zoom-effect img{-webkit-transform:scale(1.1); /* Safari and Chrome */-moz-transform:scale(1.1); /* Firefox */-ms-transform:scale(1.1); /* IE 9 */-o-transform:scale(1.1); /* Opera */transform:scale(1.1);}

.portfolio-box .portfolio-box-caption {display: block;position: absolute;bottom: 0;width: 100%;height: 100%;color: #fff;-webkit-transition: all .35s;-moz-transition: all .35s;transition: all .35s;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {position: absolute;bottom: 9.5%; width: 100%;}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name h5:before{content: "";display: inline-block;height: 3px;left: 0;position: absolute;top: -25px;width: 22px;background-color: #E94C3F;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name h5{position: relative; display: inline-block;line-height: 15px;font-size: 28px;letter-spacing: 2px;text-transform: uppercase;font-weight: 300;margin-bottom: 25px;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-post-count {padding: 0 20px;}


.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-post-count{color: #E94C3F;font-size: 12px;letter-spacing: 3.2px;}

.portfolio-box:hover .portfolio-box-caption {opacity: 1;}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 19px;
    }
}
@media(max-width:768px) {
	.portfolio-box {max-width: 350px}
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Button---------------------------------- */
/* ---------------------------------------------------------------------------- */
/*.btn {
	border-radius: 0;
	outline: none;
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: bold;	
	font-size: 13px;
	background: #CFD444;
}
a.btn:focus{outline: 0;}

.btn-skin {padding: 9px 24px;color: #fff;background-color: #CFD444; min-width: 110px;margin-bottom: 10px;}
.btn-skin i.fa{padding-left: 5px;}
.btn-skin:hover, .btn-skin:focus {color: #333;background-color: #fff;} 

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Link Style---------------------------------- */
/* ---------------------------------------------------------------------------- */
ul.a {
  list-style-type: circle; 
  margin: 0;
  color:#fff;
}

li.a { 
  padding-left: 16px; 
  list-style-type: circle; 
  margin: 0;
  color:#fff;

}

li.a::before {
  padding-right: 8px;
  color: black; /* Or a color you prefer */
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------FB Carousel---------------------------------- */
/* ---------------------------------------------------------------------------- */
.carousel {
  position:relative;
  width:400px;
  border:10px solid white;
  margin:20px auto;
  box-shadow:0px 0px 40px #000;
}
.carousel > img {
  display:none;
  width:100%;
}
.carousel > input {
  position:absolute;
  left:-9999px;
}
.carousel > input:checked + label + img {
  display:block;
}

.carousel > label,
.carousel > input:checked ~ label ~ label ~ label ~ label {
  display:none;
}
.carousel > input:checked + label {
  display:block;
  left:0;
}
.carousel > input:checked ~ label ~ label ~ label {
  display:block;
  right:0;
}

.carousel > label {
  position:absolute;
  top:0;
  width:25%;
  height:100%;
  visibility:hidden;
}
.carousel > label:before {
  content:'';
  display:block;
  position:absolute;
  width:100%;
  height:100%;
  visibility:visible;
}
.carousel > label:after {
  display:block;
  position:absolute;
  top:50%;
  width:25px;
  height:25px;
  line-height:22px;
  margin:-15px 10px 0 10px;
  background-color:black;
  color:white;
  font-family:'Arial';
  font-weight:bold;
  font-size:18px;
  text-align:center;
  visibility:hidden;
  border:2px solid white;
  border-radius:20px;
  box-shadow:0 3px 4px black;
}
.carousel > label:hover:after {
  visibility:visible;
}

.carousel > input:checked + label:after {
  left:0;
  content:'\00AB';
}
.carousel > input:checked ~ label ~ label ~ label:after {
  right:0;
  content:'\00BB';
}



/* ---------------------------------------------------------------------------- */
/* ------------------------------------Videos---------------------------------- */
/* ---------------------------------------------------------------------------- */
.modal-dialog {
      max-width: 900px;
      margin: 30px auto;
  }
.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}


/* ---------------------------------------------------------------------------- */
/* ------------------------------------slider---------------------------------- */
/* ---------------------------------------------------------------------------- */
.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}



/* ---------------------------------------------------------------------------- */
/* ------------------------------------etc---------------------------------- */
/* ---------------------------------------------------------------------------- */
.justify-content-center {
  justify-content: center !important;
}
.projects-section {
  padding: 0;
}
.projects-section .featured-text {
  padding: 2rem;
}
@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #64a19d;
  }
}
.projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}
@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
  }
  .projects-section .project-text hr {
    border-color: #64a19d;
    border-width: 0.25rem;
    width: 30%;
  }
}

.bg-light {
  background-color: #fff !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #fff !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  margin-bottom: 0;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.align-items-center {
  align-items: center !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}
.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.d-lg-block {
    display: block !important;
  }
  
 .bg-black {
  background-color: #293352 !important;
}

.text-white {
  color: #fff !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
  font-family: 'Source Sans Pro', sans-serif;font-weight: 300;color: #000;font-size: 14px;line-height: 1.3;hyphens: auto;overflow-wrap: break-word;
}
.order-lg-first {
    order: -1;
  }