@font-face { font-family: 'Roboto Condensed';   src: url('../fonts/roboto-condensed-regular.woff')  format('woff'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Roboto Condensed';   src: url('../fonts/roboto-condensed-light.woff') format('woff'); font-weight: 300; font-style: normal; }
@font-face { font-family: 'Roboto Condensed';   src: url('../fonts/roboto-condensed-bold.woff')     format('woff'); font-weight: 700; font-style: normal; }
@font-face { font-family: 'Roboto Condensed';   src: url('../fonts/roboto-condensed-regular.woff2')  format('woff2'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Roboto Condensed';   src: url('../fonts/roboto-condensed-light.woff2') format('woff2'); font-weight: 300; font-style: normal; }
@font-face { font-family: 'Roboto Condensed';   src: url('../fonts/roboto-condensed-bold.woff2')     format('woff2'); font-weight: 700; font-style: normal; }

@font-face { font-family: 'bebas_neue';   src: url('../fonts/bebasneue-regular.woff')  format('woff'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'bebas_neue';   src: url('../fonts/bebasneue-light.woff') format('woff'); font-weight: 300; font-style: normal; }
@font-face { font-family: 'bebas_neue';   src: url('../fonts/bebasneue-bold.woff')     format('woff'); font-weight: 700; font-style: normal; }

@font-face { font-family: 'Roboto';   src: url('../fonts/roboto-regular.woff')  format('woff'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Roboto';   src: url('../fonts/roboto-light.woff') format('woff'); font-weight: 300; font-style: normal; }
@font-face { font-family: 'Roboto';   src: url('../fonts/roboto-bold.woff')     format('woff'); font-weight: 700; font-style: normal; }
@font-face { font-family: 'Roboto';   src: url('../fonts/roboto-regular.woff2')  format('woff2'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Roboto';   src: url('../fonts/roboto-light.woff2') format('woff2'); font-weight: 300; font-style: normal; }
@font-face { font-family: 'Roboto';   src: url('../fonts/roboto-bold.woff2')     format('woff2'); font-weight: 700; font-style: normal; }

/**
  Basic Styles
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 1.1250rem;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto Condensed", sans-serif;
  color: #111111;
  font-weight: 300;
  background-color: rgb(45 45 45);
  /*background-image: url(../img/carbon-bgr2.jpg);
	background-size: cover;
 	background-repeat: no-repeat; */
	
}

img {
  max-width: 100%;
  height:auto; }

button {
  font-family: "Roboto Condensed", sans-serif; }

::-webkit-input-placeholder {
  color: #777777; }

:-moz-placeholder {
  color: #777777; }

::-moz-placeholder {
  color: #777777; }

:-ms-input-placeholder {
  color: #777777; }
  
header,
footer,
nav,
section {
  display: block; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: 'Roboto Condensed', Helvetica, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	clear: both;
  font-family:'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2; 
  }

h1,
.h1 {
  font-size: 44px;
  margin: 33px 0;
  font-weight: 700;
  font-style: normal;
  color:#fff;
   }

h2,
.h2 {
  font-size: 36px; }

h3,
.h3 {
  font-size: 30px; }

h4,
.h4 {
  font-size: 24px; }

h5,
.h5 {
  font-size: 20px; }

h6,
.h6 {
  font-size: 14px; }

h2 {
  font-size: 30px;
  margin: 25px 0; }

h3 {
  font-size: 22px;
  margin: 22px 0;
  color:#e31e25 }

h4 {
  font-size: 20px;
  margin: 25px 0; }

h5 {
  font-size: 18px;
  margin: 30px 0; }

h6 {
  font-size: 16px;
  margin: 36px 0; }
b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

p {
  margin: 0 0 24px; }

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px; }

ul {
  list-style-type: square; }
  
  
/* Custom Css */  
.nav-container {
	width:100%;
}
img.brand {
	height:auto;
	max-width:675px;
}
nav.navbar {
	background-color: #f6f6f6;
	color:#222;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.3rem;
	font-weight: 400;
	padding-top:0;
	padding-bottom: 0;
}

.header {
	margin-top:0;
	min-height:200px;
	width:100%;
    background: rgb(17,17,17);
	background: linear-gradient(180deg, rgba(17,17,17,1) 0%, rgba(17,17,17,0) 100%);
}
.content {
	
}
p.lead {
	color:#fff;
	font-weight: 400;
}
.bubble {
	text-align: center;
	width:80px;height:80px;
	background-color: #e31e25;
	border-radius: 40px;
	border:2px solid #fff;
	color:#fff;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	padding-top:26px;
	
	position: absolute;
	right: 10%;
	top:0;
}

@media only screen and (max-width: 991px) {
.bubble {
padding-top:23px;
	right: 5%;
	top:-45px;
	}	
}

.logos {
	width:100%;
	height:auto;}
.logos a img { transition: all .2s ease-in-out; }
.logos a:hover img { transform: scale(1.1); }

.modal-dialog {
    max-width: 75%;
    margin: 1.75rem auto;
}
.modal-body h1 {
	color:#111
}
.btn.submit {
	color:rgba(0,0,0,.5);
	border:1px solid rgba(0,0,0,.5);
	background-color: #fff;
		-webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn.submit:hover {
	color:rgba(255,255,255,1);
	border:1px solid rgba(0,0,0,.5);
	background-color: #e31e25;
}
input.form-control {
	padding-top:20px;
	padding-bottom: 20px;
}
.footer {
	 background: rgb(17,17,17);
	 background: linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(17,17,17,0) 100%); 
	color:#fefefe;
	font-size: 1.2rem;
	font-weight: 400;
	position: fixed;
	bottom:0;
	width:100%;
}
.footer a {
	color:#fff !important;
}
.form-group .help-block {
  color: red;
  font-weight: 600;
}
.nav-bgr {
	width:100%;
	height:70px;
	z-index: 0;
	position: absolute;
		background: #fff url('../img/header-bgr02.png') no-repeat center top;
		background-size: cover;
}
.navbar-collapse.collapse {
		margin-top:0px;
}
/* back-to-top */
.back-to-top {
	padding: 5px .5rem 0 .5rem !important;
	font-size: 32px;
	line-height: 32px;
    cursor: pointer;
    position: fixed;
    width:45px;height:45px;
    z-index: 1040;
    bottom: 20px;
    right: 20px;
    display:none;
    background-color: #2e2e2e;
	border-color: #2e2e2e;
}

@media only screen and (max-width: 992px) {

	.navbar-collapse.collapse {
		margin-top:10px;
	}
	nav.navbar, nav.navbar.bg-light {
		background-color: transparent;
		padding-top:10px;
		padding-bottom: 10px;
	}
	a.nav-link {
		padding: .9rem 1rem;
	}
	li.nav-item a {
		color: #004f9f !important;
	}
	li.nav-item {
		background-color:#fff;
	}
	.navbar-collapse.collapse.show li.nav-item {
		border-left:0;
		border-bottom: 1px solid rgba(215, 215, 215, 0.2);
	}
	.navbar-collapse.collapse.show li.nav-item:last-child {
		border-left:0;
		border-bottom: 0;
	}
	
}




nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

li > ul,
li > ol {
  margin: 0; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #7d7b6d; }

:-moz-placeholder {
  color: #7d7b6d; }

::-moz-placeholder {
  color: #7d7b6d; }

:-ms-input-placeholder {
  color: #7d7b6d; }



/**
	Typography Styles
*/


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
menu,
ol,
ul {
   
  margin-bottom: 15px; }



@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 37px; }

  h2,
  .h2 {
    font-size: 31px; }

  h3,
  .h3 {
    font-size: 26px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 32px; }

  h2,
  .h2 {
    font-size: 29px; }

  h3,
  .h3 {
    font-size: 25px; } }
@media only screen and (max-width: 767px) {
	img.brand {
	height:auto;
	max-width:320px;
}
  h1,
  .h1 {
    font-size: 28px; }
  h1 span {
	font-size: 28px;	
  }
  
  h2,
  .h2 {
    font-size: 27px; }

  h3,
  .h3 {
    font-size: 26px; } }

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

a,
button {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; 
  }
  a:visited,
  button:visited {
    color: initial; }

button:focus, button:active {
  outline: none; }

/* List Style */
ul.cr-liststyle-1,
ol.cr-liststyle-1 {
  padding-left: 0;
  list-style: none; }
  ul.cr-liststyle-1 li,
  ol.cr-liststyle-1 li {
    line-height: 30px; }
    ul.cr-liststyle-1 li::before,
    ol.cr-liststyle-1 li::before {
      content: "\f0f4";
      font-family: 'IcoFont';
      padding-right: 15px;
      font-size: 20px;
      line-height: 30px;
      color: #0e9544; }


input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
  -moz-transition: color 9999s ease-out, background-color 9999s ease-out;
  -ms-transition: color 9999s ease-out, background-color 9999s ease-out;
  -o-transition: color 9999s ease-out, background-color 9999s ease-out;
  transition: color 9999s ease-out, background-color 9999s ease-out;
  -webkit-transition-delay: 9999s;
  -moz-transition-delay: 9999s;
  -ms-transition-delay: 9999s;
  -o-transition-delay: 9999s;
  transition-delay: 9999s; }




/* Background Color */
.bg-theme {
  background: #3366cc !important; }

.bg-dark-light {
  background: #f4f5fb  !important; }

.bg-white {
  background: #ffffff !important; }

.bg-grey {
  background: #f7f7f7 !important; }


@media only screen and (max-width: 767px) {
	.modal-dialog {
    max-width: 100%;
    margin: 1.75rem auto;
	}

}


/**
	Footer Styles
*/


.footer-bottom-area {
  padding: 25px 0; }

.footer-social {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .footer-social li {
    display: inline-block;
    padding-right: 45px; }
    .footer-social li:last-child {
      padding-right: 0; }
    .footer-social li a {
      display: inline-block;
      color: #0e9544;
      font-size: 14px;
      line-height: 24px; }
      .footer-social li a:hover {
        color: #3366cc; }

p.footer-copyright {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #0e9544;
  text-align: right; }
  p.footer-copyright a {
    color: #0e9544;
    font-weight: 500; }
    p.footer-copyright a:hover {
      color: #3366cc; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widgets .single-widget.widget-latest-blog {
    padding-left: 0; }

  .footer-widgets .single-widget.widget-quick-contact {
    padding-left: 0; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widgets .single-widget.widget-latest-blog {
    padding-left: 0; }

  .footer-widgets .single-widget.widget-quick-contact {
    padding-left: 0; }

  .footer-social {
    text-align: center;
    padding-bottom: 15px; }
    .footer-social li {
      padding-right: 10px;
      padding-left: 10px; }
      .footer-social li:last-child {
        padding-right: 10px; }

  p.footer-copyright {
    text-align: center; } }
@media only screen and (max-width: 767px) {
  .footer-social {
    text-align: center;
    padding-bottom: 15px; }
    .footer-social li {
      padding-right: 10px;
      padding-left: 10px; }
      .footer-social li:last-child {
        padding-right: 10px; }

  p.footer-copyright {
    text-align: center; }

  .footer-widgets .single-widget {
    padding-right: 0; }

  .footer-widgets .single-widget.widget-latest-blog {
    padding-left: 0; }

  .footer-widgets .single-widget.widget-quick-contact {
    padding-left: 0; } }
