/*

Blaster Template

http://www.templatemo.com/tm-472-blaster

*/

body
{
	background: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	position: relative;
}

html,body {
	width: 100%;
	overflow-x: hidden;
}

h1,h2,h3,h4 {
	font-weight: bold;
}

.heading {
	font-size: 60px;
}
.headingsmall {
  font-size: .75em;
}
.subheading {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 60px;
}
.bold {
	font-weight: bold;
}

.blue-heading {
  color: #17365d;
}

.container-move-up {
  margin-top: -50px;
}

p {
	letter-spacing: 0px;
	line-height: 28px;
}

#services,
#team, #contact, #about, #banks {
	padding-top: 100px;
	padding-bottom: 100px;
}

#services .fa {
	font-size: 28px;
	min-width: 34px;
}

/* start navigation */
.custom-navbar {
    background: #ffffff;
    margin-bottom: 0;
}
.custom-navbar .navbar-brand  {
	color: #303030;
	font-size: 40px;
}
.custom-navbar .navbar-brand .navbar-toggle {
    background: #55acee;
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.custom-navbar .nav li a {
    color: #CC0000;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 4px;
    padding-right: 20px;
    padding-left: 20px;
	transition: all 0.3s ease-in-out;
}
.custom-navbar .nav li a:hover {
  	background: #c1cbd7;
  	transition: all 0.3s ease-in-out;
}
.custom-navbar .nav > li > a:focus {
  	background-color: transparent;
  	outline: none;
}
.custom-navbar .nav li.active > a {
    background-color: #c1cbd7;
}
.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}
.custom-navbar .navbar-toggle .icon-bar {
    background: #c1cbd7;
    border-color: transparent;
}
@media(min-width:768px){
    .custom-navbar {
            background: #ffffff;
            padding: 14px;
            border-bottom: 0;
            background: 0 0;
            display: none;
         }
    .custom-navbar.top-nav-collapse {
            padding: 14px;
            background: #fff;
            border-bottom: 1px solid #eeeeee;
        }
}

/* home section */
#home {
  background: url('../images/background3.jpg') no-repeat;
  /* background: url(../images/homebg.svg); */
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh; 
  text-align: center;
}
#home hr {
  border: 2px solid #404040;
  width: 100px;
}
#home h3 {
  letter-spacing: 2px;
}
#home .btn {
  background: transparent;
  border-radius: 0;
  border: 3px solid #404040;
  color: #404040;
  font-weight: bold;
  padding: 16px 42px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #404040;
  color: #ffffff;
}

/* about section */
#about{ 
  background: #f9f9f9;
}
@media(min-width:980px){
  #about .focus{ 
    margin-top: 110px;
  }
}
@media(max-width:979px){
  .brfocus{
    display: none;
  }
}
#about p i {
  width: 20px;
}

#services .col-md-4 .fa {
  background: #0F3492;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 10px;
}
#services .col-md-6 {
  padding-top: 60px;
}
#services .col-md-6 h3 {
  padding-top: 40px;
  padding-bottom: 10px;
}
#services .col-md-6 p {
  padding-bottom: 30px;
}
#services span {
  display: block;
  padding-bottom: 6px;
}
#services .progress {
  border-radius: 0;
  box-shadow: none;
  height: 6px;
}
#services .progress .progress-bar-primary {
  background: #0F3492;
}
#services i+h3 {
  display: inline-block;
}
#services h3 {
  padding-left: 10px;
}

/* portfolio section */
#portfolio {
  /*padding-top: 100px;
  background: #f9f9f9;*/
  text-align: center;
  }
#portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
#portfolio .col-md-4 {
  padding: 0;
  margin: 0;
}
#portfolio img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
#portfolio img:hover {
  opacity: 0.6;
}
/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 40px 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    color: #999999;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    background: #0F3492;
    color: #ffffff;
    outline: none;
  }

/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
}

/* team section */
#team {
  text-align: center;
}
#team h3 {
  color: #202020;
  line-height: 4px;
}
#team .team-des {
  padding-top: 20px;
  padding-bottom: 40px;
}

/* contact section */
#contact {
  background: #f9f9f9;
  text-align: center;
}
#contact .fa {
  font-size: 40px;
}
#contact form {
  /*padding-top: 80px;*/
}
#contact .form-control {
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contact .form-control:focus {
  border: 2px solid #808080;
}
#contact .submitform{
  padding-top: 40px; 
}
#contact input {
  height: 50px;
}
#contact input[type="submit"] {
  border: 2px solid #808080;
  margin-top: 18px;
  height: 54px;
}
#contact input[type="submit"]:hover {
  background: #808080;
  color: #ffffff;
}
#contact textarea {
  height: 170px;
}
.contact-info-box h3 { font-size: 16px; }

#contact a:hover{
  text-decoration: none;
}

.nav-right li {
  height: 80px;
}

/* language button section */
.language .img-icon {
  width: 35px;
}
.language a:hover {
    background: none !important;
    box-shadow: 0 0 12px rgba(33,33,33,.5); 
    transition: all 0.3s ease-in-out;
}
.language {
  padding-left: 10px;
  padding-top: 12px;
}
.language a {
  padding: 0px !important;
}
.language-mobile {
  display: inline-block;
}

/* footer section */
footer {
  background: url('../images/footer-bg1.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.social-icon {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.social-icon li a {
  border-radius: 50%;
  color: #303030;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  margin-right: 10px;
}
.social-icon li a:hover {
  background: #0F3492;
}

/* copyright section */
#copyright {
  background: #404040;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
#copyright p {
  padding-top: 20px;
}
#copyright a {
	color: #fff;
}
#copyright a:hover {
	color: #0F3492;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}
#copyright .fa {
  background: #383838;
  color: #ffffff;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease-in-out;
}
#copyright .fa:hover {
  background: #0F3492;
  color: #000;
}

.calc-content {
  border: 1px solid #e8ebee;
  padding: 30px;
}
.calc-content iframe {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .menu-left {
    padding: 15px;
    margin-bottom: 15px;
  }
  .calc-content {
    padding: 0;
  }
}
#stampduty {
  
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
#stampduty h4 {
  color: #337ab7;
}
.VisiCalcClass {
  background: url(../img/loading.gif) 50% 15% no-repeat;
  background-size: 32px 32px;
  min-width: 32px;
  min-height: 32px;
  margin: 0;
  padding: 0;
}
#Stamp_Duty_Calculator {
  min-height: 700px !important; 
}
@media screen and (max-width: 767px) {
  .VisiCalcClass {
    min-width: 100%;
    min-height: 1250px;
    margin: 0;
    padding: 0;
  }
  #Stamp_Duty_Calculator {
    min-height: 1150px !important;
  }
}

#calculator {
  background: #f9f9f9;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
#calculator h4 {
  color: #0F3492;
}
.index-calculator {
  padding: 50px 20px;
  background: url(../images/cal.png) no-repeat #f9f9f9 left bottom;
  /*
  -webkit-box-shadow: 0 0 50px rgba(0,0,0, 0.07);
  -moz-box-shadow: 0 0 50px rgba(0,0,0, 0.07);
  -ms-box-shadow: 0 0 50px rgba(0,0,0, 0.07);
  box-shadow: 0 0 50px rgba(0,0,0, 0.07);
  */
}
.index-calculator h5{
  font-weight: bold;
}
.index-calculator h4{
  padding-top: 6px;
  padding-bottom: 20px;
}
.input-group{
  padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }    
}

@media ( max-width: 980px ) {
  .custom-navbar .navbar-brand {
    font-size: 24px;
  }
  #services img {
    padding-top: 40px;
  }
  #contact form {
    padding-top: 30px;
  }
  .headingsmall {
    font-size: .55em;
  }
}

@media screen and (max-width: 767px) {
  .contact-info-box { margin-bottom: 20px; }
  .contact-info-box:last-child { margin-bottom: 0; }
}

@media (max-width: 450px) {
  .heading {
    font-size: 40px;
  }
  #services .col-md-4 .fa {
    margin-top: 32px;
  }
  #contact h3 {
    font-size: 16px;
    padding-bottom: 40px;
  }
  #services h3 {
    padding-left: 0px;
  }
  .index-calculator {
    background: none;
  }
}

@media (max-width: 768px) {
  .index-calculator {
    background-size: 70%;
    background-position: right bottom;
  }
  .index-calculator h2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.disabled {
  cursor: not-allowed;
  pointer-events: none;  
  opacity: 0.35;
}