body {
  font-size: 16px;
  line-height:1.3;
  color: #212529;
  font-family: 'Segoe UI Regular', serif;
}

p a {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Segoe UI', sans-serif;
}
a {
  color: #003181;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
}
.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
::selection {
  color: #fff;
  background: #0085A1;
  text-shadow: none;
}
img::selection {
  color: #fff;
  background: transparent;
}
img::-moz-selection {
  color: #fff;
  background: transparent;
}
.clear {
  height: 20px;
}
.mainContent {
	margin: 30px auto;
}
.contentDiv {
  margin: auto;
}
#mainNav {
	background:#333
}
#mainNav .navbar-brand {
	font-weight: 800;
	color: #343a40;
}
#mainNav .navbar-toggler {
  border: none;
}
.home #mainNav {
	position:absolute;
	width: 100%;
	z-index: 2;
	background: rgba(51,51,51,0.3);
}
.navbar-nav > li.nav-item > a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1.2px;
}
.navbar-nav > li.nav-item:first-child {
	margin-left:100px
}
.crsl-nav .nav-item.active> a::after  {
  content: " ";
  left: 50%;
  margin-left: -13px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 26px solid #FFBF00;
  position: absolute;
  top: -30px;
  z-index: 10;
}
.crsl-nav li {
	position:relative;
	cursor:pointer;
	padding: 0 25px;
}

.carousel-indicators {
	width: 100%;
    margin: 0;
    text-align: center;
    background: #FFBF00;
    bottom: -24px;
	height: 24px;
}
.carousel-indicators li {
	display: inline-block;
}
.serviceContent {
  width: 30%;
}
#service p {
  font-family: Segoe UI;
  font-size: 22px;
  color: #333333;
}

.s-slide {
  position: relative;
}

.s-slide {
	height:550px
}
.slide-caption {
	position:absolute;
	left:50%;
	top:150px;
	max-width: 600px;
	margin-left:-300px
}
.slide-caption h4 {
	font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: #333333;
    margin: 0;
	width: auto;
	padding: 5px 20px;
	display:inline-block
}
.slide-caption .text {
	font-size: 16px;
	color:#fff;
	line-height: 1.2;
	margin: 0;
	padding: 15px 20px;
	background-color: rgba(51, 51, 51, 0.5);
}
.s-slide .s-slide-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/*filter: blur(2px);
	-webkit-filter: blur(2px);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #868e96;
	background-attachment: scroll;
	position: relative;
	background-size: cover;
}
header.masthead .page-heading,
header.masthead .post-heading,
.s-slide .site-heading {
  padding: 200px 0 150px;
  color: white;
}
.crsl-nav {
  background: #FFBF00;
}
.s-slide .site-heading {
	padding: 200px 0;
	max-width: 700px;
	margin-right: 10%;
} 

header.masthead .page-heading h4,
.s-slide .site-heading h4, #production h4 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: #333333;
    text-align: center;
    margin: 0;
}
header.masthead .page-heading h4,
.s-slide .site-heading h4 {
    max-width: 314px;
    padding: 1px;
}

.title-highlight {
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	background: #333333;
	margin: 0;
	width: auto;
	padding: 7px 25px;
	display: inline-block;
}

.portfolio {
	margin:50px 0
}
.portfolio-items {
	background: rgba(51, 51, 51, 0.1);
	margin: 0;
	padding: 30px 20px;
}

.portfolio-item  {
	position:relative;
	margin:20px 0;
	cursor:pointer
}
.portfolio-item a {
	font-weight:bold;
	display:block;
	padding: 15px 0 0;
	color:#333333;
	font-size:18px
}
.portfolio-item a:hover {
	text-decoration:none
}
.map {
	margin-bottom:40px
}
.portfolio-item p {
	font-weight:300;
	margin:0
}
.portfolio-item .badges {
	position: absolute;
	top: 25px;
	left: 0;
}
.portfolio-item .badge {
	font-weight: 700;
	background: rgba(51, 51, 51, 0.2);
	width: auto;
	padding: 6px 10px;
	color: #fff;
	font-size: 12px;
	border-radius:0;
	margin-top:2px
}
.dropdown-cats {
	font-size: 16px;
	color: #333333;
	padding: 7px 10px;
	width: 320px;
	text-align: left;
	border: 1px solid rgba(7, 42, 48, 0.2);
	border-radius: 0;
	background: #FCFCFC;
	max-width: 100%;
}
.dropdown.categories .dropdown-menu {
	width: 320px;
	border-radius: 0;
	background: #FCFCFC;
	max-width: 100%;
	border: 1px solid rgba(7, 42, 48, 0.2);
	border-top: 0;
	left: -5px !important;
	top: -2px !important;
}
.dropdown.categories .dropdown-menu li {
	padding: 2px 10px;
}
.dropdown.categories .dropdown-menu li a{
	font-size: 14px;
	font-weight: bold;
}
.dropdown-cats::after {
    margin-top:12px;
    float: right;
}
.portfolio-ajax {
	margin-top:25px;
	margin-bottom:25px;
}
#portfolio-modal .modal-content {
	border-radius:0
}
#porfolio-crsl {
	background:#333
}
.porfolio-crsl-caption {
	padding: 15px 20px;
	font-size: 14px;
}
.porfolio-crsl-caption h3 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
/** end porfolio **/

/** Contact **/
.contact-form {
	background: rgba(51, 51, 51, 0.1);
	padding: 30px 20px;
}
.contact-form .form-control {
	border-radius:0
}
.submit, .submit:hover, .submit:focus {
    background: #333333;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 700;
	border-radius: 0;
	padding: 5px 30px;
	margin: 30px 0 0;
}
.contact-form label {
    font-size: 16px;
    color: #333333;
	font-weight:300;
	margin:0 0 5px 0
}
.contact-form #message {
	height: 207px;
}
.map-mobile {
	width:100%;
}
/** end contact **/

p {
   line-height: 1.3;
	margin: 0 0 10px 0;
	font-size: 16px;
}
.page-name {
	margin: 0 0 30px;
	font-weight: 700;
	line-height: 1.2;
	font-size: 1.5rem;
}

/** Team page **/
.team {
	overflow:hidden;
	margin-top: 30px;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.team img {
	max-width: 150px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
.team .profile {
    max-width: 240px;
    float: left;
}
.team .profile {
	font-size: 14px;
}
.team .profile h6{
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	margin-top: 15px;
}
.smalltext {
    font-size: 16px;
    color: #333333;
}
.businessPage .title {
    margin-bottom: 30px;
	font-size: 22px;
}

/** end team **/
header.masthead .page-heading .subheading,
.s-slide .subheading {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.1;
  display: block;
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  padding: 15px 75px 15px 15px;
  -webkit-backdrop-filter: grayscale() blur(13px); 
  -ms-backdrop-filter: grayscale() blur(13px); 
  -o-backdrop-filter: grayscale() blur(13px); 
  -moz-backdrop-filter: grayscale() blur(13px); 
  backdrop-filter: grayscale() blur(13px);
  background-color: rgba(51, 51, 51, 0.5);
}
header.masthead.mobile, .textMobile {
    display: none;
}
/** Footer **/
footer {
	padding: 30px 0;
	background: #333333;
	color:#fff;
	font-size: 14px;
}
footer h3 {
	margin: 0 0 30px 0;
	font-size: 27px;
	font-weight: 600;
}
footer h4 {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
}
footer a {
	font-size: 16px;
	font-weight: bold;
}
footer .copyright {
 	text-align: right;
	color: #fff;
	position: absolute;
	right: 15px;
	bottom: 0;
	font-weight: 700;
	margin:0;
	font-size: 12px;
	letter-spacing: 0.8px;
}

/** page services **/
.services-nav {
	margin-top:30px;
}
.services-nav li {
	padding:5px 0
}
.services-nav a {
	color:#003181;
	font-weight:600
}
.service-item {
	position: relative;
	margin: 0 0 60px 0;
	font-size: 16px;
	text-align:justify
}
.service-item img {
	margin-bottom:10px
}
.service-item .badge {
	font-weight: 700;
	position: absolute;
	top: 0;
	background: #333333;
	width: auto;
	padding: 10px 25px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	border-radius:0;
}

.home-logo img {
	margin:10px 0 40px;
	width:200px;
}
@media only screen and (min-width: 992px) {
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover,  .crsl-nav .navbar-brand:focus, .crsl-nav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a, .crsl-nav .navbar-nav > li.nav-item > a {
    padding: 10px;
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover, .crsl-nav .navbar-nav > li.nav-item > a:focus, .crsl-nav .navbar-nav > li.nav-item > a:hover {
    color: #fff;
  }
  .logomobile{
    display: none;
  }
  
  header.masthead .page-heading,
  header.masthead .post-heading,
  header.masthead .site-heading {
    padding: 200px 0;
    max-width: 700px;
    margin-right: 10%;
  }
}


@media only screen and (max-width: 991px) {
	.mainContent {
		margin: 0 auto;
	}
	.map-mobile {
		margin-bottom: 20px;
		padding: 15px;
	}
	.home #mainNav { 
		position:static;
		background:#333;
		margin: 0;
	}
	.page-name {
		font-size:20px;
		margin-bottom:20px
	}
	.container {
		margin: 0;
		max-width: 100%;
	}
	.navbar-nav > li.nav-item:first-child {
		margin-left:0
	}
	.slide-caption {
		left: 0;
		top: inherit;
		width: 100%;
		margin: 0;
		bottom: 0;
		max-width: 100%;
	}
	.home-logo img {
		margin: 40px 0 20px;
	}
	.title-highlight {
		font-size: 20px;
		width:100%
	}
	.portfolio {
		margin: 50px 0 0;
	}
	.slide-caption h4 {
		font-size: 20px;
	}
	.slide-caption .text {
		width: 100%;
		font-size: 12px;
		line-height: 16px;
	}
	.s-slide {
		height: 350px;
	}
	.home-desc .row {
		display:block
	}
	.home-desc .row > div {
		max-width: 100%;
		text-align: center;
		width: 400px;
		margin: 25px auto;
	}
	#mainNav {
		padding: 8px 0;
		margin-bottom:20px
	}
	#navbarResponsive {
		background: #fff;
		position: absolute;
		width: 100%;
		top: 69px;
		z-index: 10;
	}
	footer {
		padding: 20px 0;
	}
	.page.service .main-content,
	.home .main-content,
	.page.contact .main-content {
		padding:0;
		overflow-x:hidden
	}
	.plr15 {
		padding-left:15px;
		padding-right:15px;
	} 
	.servicePage .service-item:first-child {
		margin-top:20px
	}
  header.masthead.desktop {
      display: none;
  }
  header.masthead.mobile, .textMobile {
      display: block;
  }
  .textMobile h5, .toogleMobile h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
  }
  footer .copyright {
    right: 0;
    margin-right: 15px !important;
  }
  footer p {
    font-size: 14px;
  }
  header.masthead .site-heading {
      margin-right: 0;
      max-width: 100%;
      padding-top: 350px;
      padding-bottom: 0;
  }
  header.masthead .page-heading .subheading, header.masthead .site-heading .subheading {
    padding: 20px;
    font-size: 12px;
  }
  .crsl-nav .navbar-nav {
    -ms-flex-direction: initial;
    flex-direction: initial;
  }
  .crsl-nav .navbar-nav .nav-link {
    padding: 5px 15px;
    font-size: 9px;
    font-weight: 500;
  }
  .logomobile{
    display: block;
  }
  .serviceContent {
    width: 100%;
  }
  #service > div {
      text-align: center;
      margin: 0;
  }
  .site-heading {
    width: 100%;
  }
  #navbarResponsive {
    background: rgba(51, 51, 51, 0.9);
  }
  #navbarResponsive .navbar-nav > li.nav-item > a, #navbarResponsive .navbar-nav > li.nav-item > a:hover{
    color: #fff;
  }
  #navbarResponsive ul.navbar-nav {
    padding-left: 15px;
  }
  #production {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
	#service p {
		font-size: 18px;
		margin: 15px 0;
	}
	
	.mainContent {
		padding: 0;
		max-width: 100%;
		margin: 0;
		overflow-x: hidden;
	}
}
@media only screen and (max-width: 500px) {
  .crsl-nav  {
    overflow-y: scroll;
 }
}