@charset "UTF-8";

html {
  scroll-padding-top: 4.5rem;
}

body {
  position: relative;
  overflow-x: hidden;
}

.section-bg {
  background-color: #ebedef;
}

.section-bg-financing {
  background-color: #ccd1d6;
}

p {
  line-height: 1.75;
}

.page-section {
  padding: 4rem 0 2rem;
  
}
.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: bold;
}
.page-section h3.section-subheading, .page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}

.page-section-2 {
  padding: 4rem 0 1rem;
}
.page-section-2 h2.section-heading, .page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: bold;

}
.page-section-2 h3.section-subheading, .page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}
.main-contact {

  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  padding: 2rem 1rem;
}

.form-group {
  margin-bottom: 1.5rem;
}


#services .vote-link {
  margin: 0 auto 2em;
  width: 23em !important;
}

#services .vote-link h2 {
  color: #f6921e;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2em;
  text-align: center;
  margin-bottom: 0.5em;
}

#services .vote-link p {
  color: #201E59;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.3em;
  margin-bottom: 0.5em;

}

#services .vote-link p span {
  color: #f6921e;
  font-weight: bold;
}

#services .vote-link a {
  width: 20em !important;
  display: block;
  margin: 1em auto;

}

#services .vote-link a img {
  width: 20em !important;
  height: auto;
}

#services .vote-link h3 {
  color: #f6921e;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  background-color: #201E59;
  padding: 10px;
  text-align: center;
  width: 10em;
  margin: 0 auto;
}


/********iko logo top*******/

@media (max-width: 992px) {

  .mobile-hide {
    display: none;
  }

  .iko-logo-mobile {
    display: block !important;
    height: 3.5rem;
    padding-right: 1rem !important;
  }

  
}

.iko-logo {
  height: 5rem;
}

.mx-2-2 {
  margin-left: 1.5rem !important;
}


/********iko logo top END*******/


/*services*/


.services-btn:hover {
  background-color: #444282 !important;
  border-color: #444282 !important;
}

.services-btn, .services-btn:focus {
  color: #fff;
  background-color: #444282;
  border-color: #444282;
  box-shadow: 0 0 0 0.05rem rgba(68, 66, 130, 0.5);
}

.btn-check:checked + .services-btn, .btn-check:active + .services-btn, .services-btn:active, .services-btn.active, .show > .services-btn.dropdown-toggle {
  color: #fff;
  background-color: #444282;
  border-color: #444282;
}
.btn-check:checked + .services-btn:focus, .btn-check:active + .services-btn:focus, .services-btn:active:focus, .services-btn.active:focus, .show > .services-btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.05rem rgba(68, 66, 130, 0.5);
}
.services-btn:disabled, .services-btn.disabled {
  color: #fff;
  background-color: #444282;
  border-color: #444282;
}

@media (min-width: 1200px) {
  .min-h-services {
    min-height: 14.5rem;
  }

}

#about .container {
  margin-bottom: 3rem !important;
}



/*Form1*/
form #website{ display:none; }

label.error {
  font-size: 14px;
  color: white;
  font-weight: bold;
}

#message {
    resize: vertical; 
  }  

#form-message-warning, #form-message-success {
    display: none;
   }
  
#form-message-warning {
    color: #B90B0B;
    font-size: 13px;
  }
  
#form-message-success {
    color: #55A44E;
    font-size: 18px;
    font-weight: bold;
    text-align: center; 
    padding-top: 2rem;
  }
  
.submitting {
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 13px;
    color: #f6921e; 
  }
/*--------------------------------------------------------------
# social
--------------------------------------------------------------*/
.social {
  padding: 15px 0;
  text-align: center;
}

.social-btn {
  display: inline-block;
  width: 25%;
}
.social img {
  max-width: 75%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}
.social img:hover {
  filter: none;
  transform: scale(1.15);
}
@media (max-width: 768px) {
  .social-btn {
    display: inline-block;
    width: 50%;
  }

  .social img {
    max-width: 100%;
  }

  .img-brand {
    height: 2rem !important;
  }

  .img-brand-tamko {
    height: 3rem !important;
  }

  .my-mobile {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .slide-container {
    height: auto !important;
    background-color: #f0f0f0;
  }

  .slide-container p{
    font-size: 1rem !important;
    margin-top: 1rem !important;
  }



  
  
}







@media (min-width: 768px) {
  section {
    padding: 9rem 0;
  }

  
  #services .vote-link {
    margin: 1.5em auto;
    width: 35em !important;
  }
  
  #services .vote-link a {
    width: 35em !important;
    display: block;
    margin: 1.5em auto;
  
  }
  
  #services .vote-link a img {
    width: 35em !important;
    height: auto;
  }

  
}
.btn-xl {
  padding: 1.25rem 2.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  font-weight: 700;
}

.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
}

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #201E59;
}
#mainNav .navbar-toggler {
  padding: 0.75rem;
  font-size: 0.75rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
  font-weight: 700;
}
#mainNav .navbar-brand {
  color: #ffc800;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}
#mainNav .navbar-brand img {
  height: 2.5rem;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.95rem;
  color: #fff;
  letter-spacing: 0.0625em;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #f6921e;
}

.slide-container {
  height: 20rem;
  background-color: #f0f0f0;
}

.slide-container p {
  line-height: 2rem;
  font-size: 1.5rem;
  margin-top: 2rem;
}

.slide-container p.small{
  font-size: 1rem !important;
  margin-top: 2rem !important;
}

.carousel-inner {
  width: 75%;
}

.fa-star {
  color: #e1d61e;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  filter: invert(100%);
}



@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border: none;
    background-color: transparent;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    font-size: 1.5em;
    transition: font-size 0.3s ease-in-out;
  }
  #mainNav .navbar-brand img {
    height: 4.5rem;
    transition: height 0.3s ease-in-out;
  }
  #mainNav.navbar-shrink {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #201E59;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
  }
  #mainNav.navbar-shrink .navbar-brand svg,
#mainNav.navbar-shrink .navbar-brand img {
    height: 3.5rem;
  }
  #mainNav .navbar-nav .nav-item {
    margin-right: 1rem;
    text-align: center;
  }
  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.6rem;
  }

  .masthead .container {
    display: flex;
  }
  .masthead-heading-container {
    width: 60%;
  }
  
  .main-contact {
    width: 40%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 1rem;
    padding: 2rem;

  }
}

@media (min-width: 1200px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.95rem;
  }

  #mainNav .navbar-brand {
    margin-left: 6.5rem;
  }

  
  #services .vote-link {
    margin: 0 auto 2em;
    width: 40em !important;
    
  }
  
  #services .vote-link a {
    width: 40em !important;
    display: block;
    margin: 2.5em auto;
  
  }
  
  #services .vote-link a img {
    width: 40em !important;
    height: auto;
  }
}



header.masthead {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/public_html/assets/img/header-background.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  border-bottom: 0.2rem solid #f6921e;
}



header.masthead .masthead-heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-shadow: 0.1rem 0.1rem 0.7rem #000000;
}

.masthead-heading-list {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-shadow: 0.1rem 0.1rem 0.7rem #000000;
  padding-left: 7rem;
  text-align: left;
}

.masthead-heading-list ul li::marker {
  color: #f6921e;
}


@media (min-width: 768px) {
  header.masthead {
    padding-top: 22rem;
    padding-bottom: 8rem;Editing: 
/home/oc3ce5z8170d/public_html/css/styles.css
 Encoding: 
utf-8
     
 Keyboard shortcuts

    border-bottom: 0.2rem solid #f6921e;
  }

  header.masthead .masthead-heading {
    font-size: 2rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 1rem;
    text-shadow: 0.1rem 0.1rem 0.7rem #000000;
  }

  .masthead-heading-list {
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3.5rem;
    margin-bottom: 2rem;
    text-shadow: 0.1rem 0.1rem 0.7rem #000000;
    padding-left: 5rem;
  }
  .masthead-heading-list ul li::marker {
    color: #f6921e;
  }
}

/*Gallery*/

#portfolio .portfolio-item {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}
#portfolio .portfolio-item {
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

#portfolio .portfolio-item img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}



.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #f6921e;
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}


@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  margin-bottom: 3rem;
  text-align: center;
}
.team-member img {
  width: 14rem;
  height: 14rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
}
.team-member h4, .team-member .h4 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.img-brand {
  height: 4rem;
}

.img-brand-tamko {
  height: 5rem;
}

section#contact {
  background-color: #212529;
  background-image: url("../assets/img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}
section#contact .section-heading {
  color: #fff;
}
section#contact form#contactForm .form-group {
  margin-bottom: 1.5rem;
}
section#contact form#contactForm .form-group input,
section#contact form#contactForm .form-group textarea {
  padding: 1.25rem;
}
section#contact form#contactForm .form-group input.form-control {
  height: auto;
}
section#contact form#contactForm .form-group-textarea {
  height: 100%;
}
section#contact form#contactForm .form-group-textarea textarea {
  height: 100%;
  min-height: 10rem;
}
section#contact form#contactForm p.help-block {
  margin: 0;
}
section#contact form#contactForm .form-control:focus {
  border-color: #ffc800;
  box-shadow: none;
}
section#contact form#contactForm ::-webkit-input-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm :-moz-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm ::-moz-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm :-ms-input-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}

.footer {
  text-align: center;
  font-size: 0.9rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}