/**********************
DEFAULT
***********************/

body {
	padding-top: 100px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #333;
	line-height: 20px;
}

ul, ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, label, button, .btn, p {
	margin: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	display: block;
}

h1, .h1 {
	font-weight: 600;
	text-transform: uppercase;
}

#main-section {
	text-align: justify;
	padding:80px 0 40px;
}
#main-section h2,
#main-section p {
	margin-bottom:20px;
}
.title-content {
	text-align: center
}
.title-content p {
	margin-top: 34px;
	margin-bottom: 20px;
}
h3, .h3 {
	font-size: 35px;
	font-weight: 600;
}

h4, .h4 {
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
}

section {
	position: relative;
	background-color: #ffffff;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(50, 70, 81, 0.3);
}

/**********************
BUTTONS
***********************/

.btn-default {
	padding: 9px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	border-radius: 20px;
	box-sizing: border-box;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;	
}
.top-line {
  background: #f8f8f8;
  border-bottom: 1px solid #000;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.top-line ul.top-menu {
	text-align:right;
}
ul.top-menu li {
    color: black;
    font-weight: 500;
    border-right: 1px solid;
    padding: 10px;
    display: inline-block;
}
ul.top-menu li:first-child {
    border-left: 1px solid;
}
.top-call1 {
    border-left: 1px solid #000;
}
.top-call {
	padding: 10px;
    border-right: 1px solid #000;
    display: inline-block;
}
.top-call a,
.top-menu a {
	color:#a13347;
	font-weight:700;
}
/**********************
NAVIGATION
***********************/

#main-navigation.navbar {
	min-height: 100px;
	font-family: 'Open Sans', sans-serif;

	line-height: 1;
	margin-bottom: 0;
}

#main-navigation.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

#main-navigation.navbar .navbar-collapse {
    text-align: center;
}

#main-navigation.navbar-fixed-top .navbar-collapse {
	max-height: 380px;
}

#main-navigation.navbar-default {
	background-color: #ffffff;
}

#main-navigation .navbar-brand, 
#main-navigation.navbar-default .navbar-nav>li>a.navbar-brand {
	height: 100px;
	padding: 29px 15px 23px;
}

#main-navigation .navbar-brand img {
	max-height: 48px;
}

#brand-mobile {
	display: none;
}

#main-navigation .navbar-brand-center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#brand-desktop {
	display: block;
}

.navbar-default .navbar-nav>li>a {
	font-size: 15px;
	color: #334752;
	padding: 40px 15px;
}

#main-navigation.navbar-default .navbar-nav>li>a:focus, 
#main-navigation.navbar-default .navbar-nav>li>a:hover {
	color: #a13347;
	background-color: transparent;
}

#main-navigation.navbar-default .navbar-nav>.active>a, 
#main-navigation.navbar-default .navbar-nav>.active>a:focus, 
#main-navigation.navbar-default .navbar-nav>.active>a:hover {
	color: #a13347;
	background-color: transparent;
}

#main-navigation.navbar-default .navbar-toggle {
	margin-top: 34px;
	margin-bottom: 34px;
	border: 0;
	border-radius: 0;
}

#main-navigation.navbar-default .navbar-toggle:focus, 
#main-navigation.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

#main-navigation.navbar-default .navbar-toggle .icon-bar {
	background: #a13347;
	width: 22px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#main-navigation .navbar-toggle.collapsed .icon-bar {
	background: #334752;
}

.navbar-toggle .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/**********************
HOME SECTION
***********************/
#home {
	height: 950px;
}

.carousel {
	width: 100%;
	height: 100%;
}

.carousel .item {
	height: 950px;
	background: url("../img/slider.jpg") center center no-repeat;
	background-size: cover;
}

.carousel-caption {
	padding: 0;
	bottom: 50%;
	transform: translateY(50%);
}

.carousel-caption .btn-default {
	margin-top: 31px;
}

.carousel-caption .h1 {
	margin-top: 27px;
}

.carousel-caption p {
	margin-top: 36px;
}

.carousel-indicators li {
	margin: 1px 8px;
	border-color: #ffffff;
	background-color: #ffffff;
}

.carousel-indicators .active {
	margin: 0 8px;
	border-radius: 8px;
	border-color: #a13347;
	background-color: #a13347;
}

.carousel-control {
	opacity: 0;
}

.carousel-control span {
	color: #a13347;
}

/**********************
SERVICES SECTION
***********************/

#services {
	padding: 91px 0 0;
}
.we-make-section {
	background: url(../img/srs_background.png) center center no-repeat;
	background-size: cover;
	position: relative;
	margin: 78px 0 0 ;
}
.we-make-section h3 {
	color: #a13347;
	margin-top: 35px;
}

.we-make-section p {
	margin-top: 30px;
    color: #ffffff;
    text-align: justify;
}
.we-make-section p b {
	color: #a13347;
}
/**********************
ABOUT US SECTION
***********************/

#about {
	padding: 86px 0 40px;
}
#about h3 {
	text-align:center;
	margin-bottom:20px;
}
.about-team .team-member:focus {
	outline: none;
}

.about-team .team-member .img-container img {
	display: inline-block;
}

.about-team .team-member h4 {
	margin: 15px 0 7px;
	font-size: 20px;
	font-weight: 600;
	color: #a13347;
	text-align:center;
}
.about-team .team-member a {
	text-decoration:none;
}
.about-team .team-member p {
	text-align:center;
	margin-bottom:30px;
	color: #333;
}
ul.listl {
    color: #333;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 0 10px;
	display: block;
    list-style-type: disc;
	padding-inline-start: 40px;
}
/**********************
CONTACT US SECTION
***********************/

.contact-form input, 
.contact-form select, 
.contact-form textarea {
	display: block;
    width: 100%;
    font-weight: 300;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    margin-bottom: 10px;
}

.contact-form input:focus,
.contact-form input:active,
.contact-form select:focus,
.contact-form select:active,
.contact-form textarea:focus,
.contact-form textarea:active {
	outline: none;
}

.contact-form textarea {
	resize: none;
}

.contact-form .btn {
	display: block;
	margin: 20px auto;
	font-size: 13px;
	width: 170px;
	padding: 10px 0;
}

/**********************
FOOTER SECTION
***********************/

#footer {
	padding: 83px 0 0;
	background: #182227;
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
}
footer h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #ffffff;
}
footer p {
  color: #ffffff;
  font-size: 14px;
}
footer img {
  margin-bottom: 20px;
}
footer ul.navigation {
    font-size: 14px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 0 10px;
}
footer ul.navigation li {
  list-style: none;
  margin-bottom: 5px;
}
footer ul.navigation li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-family: 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.9);
}
footer ul.navigation li a:hover {
  color: #a82f42;
}
footer p.copyright {
  padding: 25px 5px;
  background: #111111;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

footer a:link { color:#fff; text-decoration: none;}
footer a:visited { color:#fff; text-decoration: none;}
footer a:hover { color:#fff; text-decoration: none;}
footer a:active { color:#fff; text-decoration: none;}
footer a { color:#fff; text-decoration: none;}

.img-container {
	text-align: center;
}

.img-container img {
	max-width: 100%;
}
.ndisply {
	display:none !important;
}
.features-container {
    padding: 15px 0;
}
.slideimg {
	width:100%;
}

.city:link {
    color: #333;
    text-decoration: none;
}

.city:visited {
    color: #333;
    text-decoration: none;
}

.city:hover {
    color: #333;
    text-decoration: none;
}

.city:active {
    color: #333;
    text-decoration: none;
}

.mreq {
    margin-top: 0px;
    margin-bottom: 3px!important;
    color: #fa0000!important;
    font-size: 15px;
    font-weight: 700;
}
.mreq1 {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 3px!important;
    color: #fa0000!important;
    font-size: 15px;
    font-weight: 700;
}

/**********************
RESPONSIVE
***********************/

@media only screen and (min-width: 1440px) {
	.carousel-caption {
		left: 25%;
		right: 25%;
	}

}

@media only screen and (max-width: 1199px) {
	#main-navigation .container {
		width: 100%;
	}
	#main-navigation.navbar-default .navbar-nav>li>a {
		font-size: 13px;
	}
	#main-navigation .navbar-brand, #main-navigation.navbar-default .navbar-nav>li>a.navbar-brand {
		padding: 19px 23px 23px;
	}
}

@media only screen and (max-width: 991px) {
	.we-make-section .img-container {
		display:none;
	}
	.contact-form {
		margin-bottom: 24px;
	}
	.features-container {
    padding: 35px 0;
}
	.bdrtp {
		border-top: 1px solid #c8c8c8;
		padding-top: 40px;
		margin-top:30px;
	}
	#contact .contact-form .row div:not(:first-of-type) {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.ndisply {
		display:block !important;
	}
	h2.section-title {
		font-size: 50px;
	}
	.top-call {
		text-align:center;
	}
	#main-navigation.navbar .navbar-nav {
	    display: block;
		text-align:left;
		margin-left:15px;
	}

	#brand-mobile {
		display: block;
	}

	#main-navigation .navbar-brand-center {
		padding: 29px 45px 23px;
	}

	#brand-desktop {
		display: none;
	}

	#main-navigation.navbar-default .navbar-nav>li>a {
		padding: 20px 0;
	}
	.carousel-caption .h1 {
		font-size: 55px;
	}
	.navbar-nav > li > .dropdown-menu {
		display: block;
		position: relative;
		width: 100%;
		margin: -10px 0 10px 10px;
	}
}
.butnns {
	background:#333; color:#fff; float:right;
	padding:13px;
}