/*
    Theme Name: Laura
    Theme URL: https://bootstrapmade.com/laura-free-creative-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

body {
	line-height: 1.4;
	font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-size: 15px;
	font-weight: 400;
    color: #aaa;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    outline: none;
}
p {
    color: #ccc;
}
a:hover, a:focus, a:active{
	text-decoration: none;
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6, .btn, .site-nav__menu a, .section__subtitle, .digit, .dash_title {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.section__caption, #newsletter .form-subtitle {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
}
/***********************************
************************************
Responsive media queries
************************************
***********************************/
.header {
    background: url('../img/site-bg-img.jpg') no-repeat fixed;
    background-size: cover;
    min-height: 630px;
    position: relative;
}
.navbar-default {
    background-color: transparent;
	border: 0px;
    padding: 20px 0;
    transition: all 0.3s;
}
.navbar-brand {
    font-size: 36px;
    font-family: "Helvetica Neue";
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
    outline: none;
}
.navbar-default .navbar-nav > li > a{
	font-size: 14px;
	font-weight: 400;
	color: #fff;
    outline: none;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fffde0;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fffde0;
    background-color: transparent;
}

.top-nav-collapse {
    padding: 0; 
    background: rgba(50,60,70, 0.9);
}

.bg-color{
	background-color: RGBA(0.8, 0.8, 0.1, 0.18);
	min-height: 650px;
}
.navbar-border{
}
.banner-text{
	border-left: 5px solid #0f70dc;
	padding: 15px 40px;
	color: #fff;
	margin-top: 170px;
}
.banner-text h2, .banner-text p{
	font-size: 40px;
	font-weight: 400;
	font-family: "Helvetica";
}
.banner-text h2 span{
    font-family: "Helvetica Neue";
}
.overlay-detail{
	margin: 0 auto;
}
.overlay-detail a i {
    text-align: center;
    position: absolute;
    bottom: -140px;
    font-size: 24px;
    color: #fff;
    width: 40px;
	height: 40px;
	border: 1px solid #fff;
	line-height: 40px;
	border-radius: 50%;
}
.deco{
	font-family: "Helvetica Neue";
    color: #fff;

}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#about{
	background: url('../img/site-bg-img.jpg') no-repeat;
	background-size: cover;
	margin-bottom: -3px;
}
.section-padding{
	padding: 60px 0px;
}
.title{
	font-size: 24px;
	margin-bottom: 50px;
}
.title-text{
	padding: 0px 25px 0px 0px;
	border-right: 5px solid #BE2525;
	font-size: 24px;
}
.about-text p{
	color: #ccc;
}
.abt-list li{
	padding: 5px 0px;
	font-size: 18px;
	font-weight: 400;
}
#portfolio{
	background-color: #1a1a21;
}
.grid-padding{
	padding: 0 8px;
}
.grid-padding img{
	margin-bottom: 15px;
}
.padding-right-zero{
	padding-right: 0px !important;
}
#myGrid{
	margin-top: 50px;
}
.test-sec blockquote {
    background: #eee;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
}
.test-sec blockquote::after {
    content: '';
    position: absolute;
    bottom: -14px;
    margin-left: 10px;
    border-top: 14px solid #eee;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid RGBA(0, 0, 0, 0.18);
}
.test-sec .carousel-info span {
    display: block;
}
.test-sec span.testimonials-name {
    color: #62646f;
    font-weight: 600;
    margin: 16px 0 5px;
}
#contact {
    width: 100%;
    background-color: #1a1a21;
}

#contact .btn-primary {
    background: #BE2525;
    border: 1px solid #BE2525;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    background: #fff;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
    background: #fff;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}
/*
 * button
 * -------------------------
 */
/* button layout */
.btn {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  overflow: hidden;
  border-width: 2px;
  padding: 19.5px 28.5px 19.5px 30px;
  font-size: 13px;
}

.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:active:focus {
  outline: 0;
}

.btn:focus {
  outline: 0;
}

.btn._icon {
  padding-left: 50px;
}

@media (min-width: 992px) {
  .btn {
    padding: 24.5px 38.5px 24.5px 40px;
  }
  .btn._icon {
    padding-left: 60px;
  }
}

.btn-theme {
  border-color: #52AEEF;
  background-color: #52AEEF;
  color: #fff;
}

.btn-theme:active,
.btn-theme:active:focus,
.btn-theme:focus,
.btn-theme:hover {
  border-color: #319fec;
  background-color: #319fec;
  color: #fff;
}

.btn-base {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.btn-base:active,
.btn-base:active:focus,
.btn-base:focus,
.btn-base:hover {
  background-color: #fff;
  color: #1e1f25;
}

/* circle button */
.btn._circle {
  -webkit-border-top-left-radius: 50px;
          border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 50px;
          border-top-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
          border-bottom-left-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
          border-bottom-right-radius: 50px;
}

/* button with icon */
.btn._icon > i {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 20px;
  width: 25px;
  font-size: 25px;
}

@media (min-width: 992px) {
  .btn._icon > i {
    left: 25px;
  }
}

.btn-wrap {
  margin-top: 20px;
}

.btn-wrap .btn {
  margin: 10px 5px 0;
}

@media (min-width: 992px) {
  .btn-wrap {
    margin-top: 50px;
  }
}
/**
 * contact section
 * --------------------------------------------------
 */
.contact-info__item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 76px;
}

.contact-info__item:last-child {
  margin-bottom: 0;
}

.contact-info__item i {
  -webkit-border-top-left-radius: 50%;
          border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
          border-top-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
          border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
          border-bottom-right-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 25px;
  text-align: center;
  background-color: #52AEEF;
  color: #fff;
}

.contact-info__item h3 {
  line-height: 1;
  margin-bottom: 10px;
  color: #52AEEF;
}

.contact-info__item p {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .contact-info__item {
    padding-left: 86px;
    margin-bottom: 50px;
  }
  .contact-info__item i {
    width: 66px;
    height: 66px;
    line-height: 66px;
  }
}

/* contact form */
#formContact .form-group {
  border-width: 0 0 1px;
  padding-right: 0;
  padding-left: 0;
}

#formContact .form-label {
  -webkit-border-top-left-radius: 50px;
          border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 50px;
          border-top-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
          border-bottom-left-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
          border-bottom-right-radius: 50px;
  -webkit-transition-property: background-color;
       -o-transition-property: background-color;
          transition-property: background-color;
  display: inline-block;
  padding: 0 10px;
  background-color: #52AEEF;
}

#formContact .btn {
  margin-top: 20px;
}

@media (max-width: 767px) {
  #formContact {
    margin-top: 30px;
  }
}

#contactMessage {
  margin-top: 10px;
}

/*
 * form
 * -------------------------
 */
/* form notify */
.form-notify {
  display: none;
  margin-top: 20px;
  font-size: 14px;
}

/* form theme */
.form-theme {
  position: relative;
}

.form-theme .required:after {
  position: absolute;
  top: 10px;
  right: 0;
  content: "*";
  line-height: 1;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #e81351;
}

.form-theme .form-group {
  position: relative;
  padding: 5px 12px;
  margin-bottom: 20px;
  border: 1px solid;
}

.form-theme .form-group.error {
  border-bottom-color: #e81351;
}

.form-theme .form-label {
  display: block;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.form-theme .form-control {
  line-height: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: #fff;
}


footer {
    padding: 40px 0;
    background: #1a1a21;
    color: #0f70dc;
}

.footer a {
    color: #BE2525;
}

.footer__navigation li, .social-list li{
	display: inline-block;
}
.contact-sec h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    padding: 15px 0px;
}
.footer__navigation li a
{
	display: inline-block;
	color: #767676;
	font-weight: 600;
	font-variant-ligatures: common-ligatures;
	font-size: 1.2em;
	line-height: 1.625em;
	margin-top: 0;
	margin-bottom: 1.625em;
	padding-right: 10px;
}
.contact-sec p {
    color: #fff;
    font-size: 18px;
    padding: 16px 0px 24px;
}
.contact-sec i{
	padding-right: 15px;
}
.contact-sec a {
    color: #FFF;
    background-color: RGBA(174, 142, 142, 0.7);
    display: inline-block;
    padding: 16px 34px;
    font-size: 18px;
    transition: all 0.5s ease-in 0s;
}
.carousel-info, blockquote {
    float: left;
}
.social-list li{
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	opacity: .5;
	display: inline-block;
	margin: 0;
}
.social-list li a{
		font-size: 28px;
		margin-right: 15px;
}
.type-underline, .type-underline:hover{
	color: #767676; 
}
.footer__lower {
    margin-top: 3.25em;
}
.type--fine-print{
	color: #767676;
}
.navbar-toggle {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
}
.navbar-nav > li > a {
    padding-top: 24px;
    padding-bottom: 24px;
}
.navbar-brand{
	margin-top: 9px;
}
.grid-item { width: 200px; }
.grid-item--width2 { width: 400px; }

/***********************************
************************************
Responsive media queries
************************************
***********************************/
@media (min-width: 551px) and (max-width: 980px){
	.title-text{
	margin-bottom: 15px;
	}
}
@media (min-width: 100px) and (max-width: 550px) {
	
	.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
	}
	.navbar-brand{
		margin-top: 0px;
	}
    .carousel-info {
    	margin-bottom: 30px;
	}
	.type--fine-print{
		text-align: center;
	}
	.text-center-xs{
		text-align: center !important;
	}
	.social-list{
		margin-bottom: 15px;
	}
	.banner-text h2, .banner-text p {
    font-size: 30px;
	}
	.title-text{
	margin-bottom: 15px;
	}
}