.mainLogo {

}
.ui.secondary.menu {
  margin: 0 0 10px 0 !important;
}
.ui.inline.dropdown {
  padding-top: 60px !important;
}

.ui.segment {
  box-shadow: 0 1px 2px 0 rgba(255,255,255,0) !important;
  border: 1px solid rgba(255,255,255,0) !important;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}

.ui.secondary.pointing.menu {
  border-bottom: 2px solid rgba(255,255,255,0) !important;
}

.ui.secondary.pointing.menu .item {
  padding: .85714286em 1.14285714em 1.7em;
}

.hidden.menu {
  display: none;
}

.masthead.segment {
  min-height: 700px;
  padding: 1em 0em;
}
.masthead .logo.item img {
  margin-right: 1em;
}
.masthead .ui.menu .ui.button {
  margin-left: 0.5em;
}
.masthead h1.ui.header {
  margin-top: 3em;
  margin-bottom: 0em;
  font-size: 4em;
  font-weight: normal;
}
.masthead h2 {
  font-size: 1.7em;
  font-weight: normal;
}

.contact {
  color: #bf2222;
}

.ui.vertical.stripe {
  padding: 8em 0em;
}
.ui.vertical.stripe h3 {
  font-size: 2em;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
  margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
  clear: both;
}
.ui.vertical.stripe p {
  font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
  margin: 3em 0em;
}

.quote.stripe.segment {
  padding: 0em;
}
.quote.stripe.segment .grid .column {
  padding-top: 5em;
  padding-bottom: 5em;
}

.footer.segment {
  padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
  display: none;
}

.ui.list {
  padding: 0 33px 0 0;
}

.test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto !important;
}





.banner{
  border-top: thick solid #bf2222;
  min-height: 500px;
  margin-bottom: 10px;
  background-size: 100%;
}
.banner-text {
  text-align: left;
  padding: 15em 0 0 0;
  margin-left: 217px;
}


.slider-info h4 {
  font-size: 1em;
  color: #dedbdb;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0.5em;
  font-weight:bold;
}

.callbacks_container {
  position: relative;
  float: left;
  width: 60%;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.slider-info{
  position:absolute;
  top:30%;
  right:40%;
  z-index: 3;
  width:60%;
  height:400px;
}

.slider-info h3 {
  font-size: 2.6em;
  color: #fff;
  background: rgba(0, 0, 0, 0.42);
  padding: 20px;
  letter-spacing: 12px;
  margin: 16px 0;
  font-weight: 400;
  text-transform: uppercase;
}

.services {
  padding-top: 10px;
  padding-bottom: 50px;
  /*border-top: 50px solid #CC0000;*/

}

.ui.grid {
  padding: 20px 150px 20px 150px !important;
}

.ui.segment {
  box-shadow: none !important;
  border: none !important;
}

.column h1 {
  font-size: 18px;
  color: #333333;
  margin: 0 0 8px;
  text-transform: capitalize;
  line-height: 25px;
  font-weight: 600;
}

.column h4 {
  font-family: 'Lato', sans-serif;
  color: #999;
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  font-weight: normal;
}

.column a:hover {
  color: #bc0023;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.column a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  margin-top: 8px;
  display: inline-block;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  outline: none;
}

iframe {
  height:400px;
  width: 1000px;
}





.footer {
  background: #000;
  padding: 30px 0px;
  border-top: 5px solid #bf2222;
}


.footer h1 {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  word-spacing: 1px;
  text-align: center;
}


.footer h4 {
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.footer p {
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding-top: 10px;
}

.footer a {
  color: #1ca0de;
  text-decoration: none;
}
.footer a:hover {
  color: #ffffff;
}

.footer img {
  padding:5px 5px 5px 5px;
}






@media only screen and (max-width: 700px) {
  .mainLogo {
    width: 250px;
    height: 50px;
  }
  .ui.fixed.menu {
    display: none !important;
  }
  .secondary.pointing.menu .item,
  .secondary.pointing.menu .menu {
    display: none;
  }
  .secondary.pointing.menu .toc.item {
    display: block;
  }
  .masthead.segment {
    min-height: 350px;
  }
  .masthead h1.ui.header {
    font-size: 2em;
    margin-top: 1.5em;
  }
  .masthead h2 {
    margin-top: 0.5em;
    font-size: 1.5em;
  }
}


@media(max-width:1080px){
  .mainLogo {
    width: 250px;
    height: 50px;
  }
}

@media(max-width:640px){
  .mainLogo {
    width: 250px;
    height: 50px;
  }
}

@media(max-width:480px){
  .mainLogo {
    width: 250px;
    height: 50px;
  }
}

@media(max-width:414px){
  .mainLogo {
    width: 250px;
    height: 50px;
  }
}

@media(max-width:384px){
  .mainLogo {
    width: 250px;
    height: 50px;
  }
}

@media(max-width:375px){
  .mainLogo {
    width: 250px;
    height: 50px;
  }
}

@media(max-width:320px){
  .mainLogo {
    width: 200px;
    height: 50px;
  }
}



.ui.celled.table tr th {
  border: none;
}

.ui.celled.table tr td, .ui.celled.table tr th {
  border: none;
}

.ui[class*="very basic"].table {
  border: none;
  padding: 0 200px 0 200px;
}

p {
  text-align: justify;
  color: #333333;
}


h2 {
  color: #000000;
}

h3 {
  color: #bf2222;
}

.heading {
  font-size: 120%;
  color: #bf2222;
}

.linkimages {
  height:400px;
}

.contactframe {
  height:350px;
  width: 1100px;
}


.centerform {
  margin: auto;
  width: 60%;
  padding: 10px;
}

.alert {
  visibility: hidden;
  padding-top: 10px;
}

.submitbtn {
  background: #bf2222 none;
  color: white;

  font-size: 1rem;

cursor: pointer;
display: inline-block;
min-height: 1em;
outline: 0;
border: none;
vertical-align: baseline;
background: #E0E1E2;
color: rgba(0,0,0,.6);
font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
margin: 0 .25em 0 0;
padding: .78571429em 1.5em;
text-transform: none;
text-shadow: none;
font-weight: 700;
line-height: 1em;
font-style: normal;
text-align: center;
text-decoration: none;
border-radius: .28571429rem;
box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
-webkit-tap-highlight-color: transparent;

}



form {
  display: inline-block;
}

button:hover{
  opacity: 0.8;
}

button:active{
  opacity: 0.6;
}

button:disabled{
  opacity: 0.3;
  pointer-events: none;
}

input.ng-invalid:not(form) {
  border: 1px solid  #cc0000 !important;
}

input.ng-invalid.ng-pristine:not(form) {
  border: 1px solid #606060 !important;
  color: #484848 !important;
}
.ui.form textarea:not([rows]) {
  border: 1px solid #606060 !important;
  color: #484848 !important;
}

.ui.button {
  background: #bf2222 none;
  color: white;
}

input::-webkit-input-placeholder {
  color: #484848 !important;
}

input:-moz-placeholder { /* Firefox 18- */
  color: #484848 !important;
}

input::-moz-placeholder {  /* Firefox 19+ */
  color: #484848 !important;
}

input:-ms-input-placeholder {
  color: #484848 !important;
}

textarea::-webkit-input-placeholder {
  color: #484848 !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
  color: #484848 !important;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #484848 !important;
}

textarea:-ms-input-placeholder {
  color: #484848 !important;
}








