/*!
 */
body {
  font-family: "Roboto-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 14px;
  margin:0px;
  padding: 0px;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #fed136;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #1c3e95;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #333;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto-light" !important;
  color: #333;
}
.txt-highlight {
  background-color: #f1f1f1;
  padding:15px;
  color: #000;
  font-size: 24x;
  line-height: normal;
  text-align: center;
  margin-bottom:30px;
}
.content-title {
  font-size: 24px;
  margin-top: 30px;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn {
  border:1px solid;
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;

}
.btn-primary {
  color: white;
  background-color: #2349ab;
  border-color: #1c3e95;

}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1c3e95;
  border-color: #1c3e95;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-xl .badge {
  color: #fed136;
  background-color: white;
}
.blue {
  color:#1c3e95;
}
.orange {
  color:#85bb65;
}
#mainNav {
    background: #f1f1f1 url('../img/toprightbg.png') top right no-repeat;
    padding: 0px;
    border-bottom: #ccc 1px solid;
    height: 66px;
}
#mainNav .container {
  position: relative;
}
.navbar-header {
  position: absolute;
  top: 0px;
  left: 0px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0px;
}
.navbar-custom {
  background-color: #222222;
  border-color: transparent;
}
.navbar-custom .navbar-brand {
	padding: 0 15px;
	height: auto;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #fed136;
}
.navbar-custom .nav li a {
	font-size: 15px;
	color: #333;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #1c3e95;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: #fff;
  font-weight: normal;
  background-color: #85bb65;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #85bb65;
}
@media (min-width: 768px) {
  .navbar-custom {
    background-color: #f1f1f1;
    border-bottom: #ccc 1px solid;
    padding: 0px;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    padding: 0px;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
  .navbar-nav {
      width: 100%;
      text-align: center;
      margin-top: 6px;
  }
  .navbar-nav li {
      float: none;
      display: inline-block;
  }
  .navbar-nav.top-contact {
    width: auto;
    position: absolute;
    top: 3px;
    right: 30px;
    margin-top: 0px;
  }
  .navbar-nav.top-contact li {
      float: none;
      display: block;
      margin: 4px 0;
  }
  .navbar-nav.top-contact li a {
      display: inline-block;
      float: right;
      font-size: 14px;
      color: #333;
      padding: 2px 0;
  }
  .navbar-nav.top-contact li a:hover {
     color: #1c3e95;
   }
   .navbar-nav.top-contact li a:hover .fa {
     color: #85bb65;
   }
}
.navbar-nav.top-contact li a .fa {
      color: #85bb65;
}
#page-title {
    background: #333;
    padding: 15px 0;
    margin: 66px 0 0 0;
    clear: both;
}
#page-title .container {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-family: Roboto-Light !important;
  padding: 15px 0;
  margin-top: 0px;
  margin-bottom: 0px;
  height: auto;
}
header {
  position: relative;
}
#sevice1 {
  display:block;
  width: 100%;
  background: #3eb9eb;
  border:#f1f1f1 solid;
  border-width: 1px 1px 1px 0;
  margin:0px; 
  padding: 0px;
  cursor: pointer;
  background-image: url('../img/consultantbg.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#sevice2 {
  display: block;
  width: 100%;
  background: #85bb65;
  border:#f1f1f1 solid;
  border-width: 1px 0 1px 0;
  margin:0px;
  padding: 0px;
  cursor: pointer;
  background-image: url('../img/clientbg.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.col-sevice {
  width: 100%;
}
@media (min-width: 768px) {
  header {
    height: 440px;
  }
  #sevice1 {
    display: inline-block;
    width: 50%;
    float: left;
    overflow:hidden;
    position: absolute;
    top: 0px;
  }
  #sevice2 {
    display: inline-block;
    width: 50%;
    float: right;
    overflow:hidden;
  }
}
header, header .content-title {
  color: #fff;
}
header .sBox {
  color: #fff;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
header #sevice1:hover .sBox, header #sevice2:hover .sBox {
  color: #fff;
  text-shadow: 0px 3px 12px rgba(0, 0, 0, 0.25);
}
header .sBox h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
}
header .sBox .action {
  display: inline-block;
  font-size: 24px;
  line-height: 34px;
  font-family: "Roboto-light" !important;
}
header .sBox .action span {
  font-size: 42px;
  text-transform: uppercase;
  font-family: "RobotoCondensed-Regular" !important;
  -webkit-transition: font-size 0.2s ease;
  -ms-transition: font-size 0.2s ease;
  transition: font-size 0.2s ease;
}
header #sevice1:hover .action span, header #sevice2:hover .action span {
  font-size: 54px;
  -webkit-transition: font-size 0.2s ease;
  -ms-transition: font-size 0.2s ease;
  transition: font-size 0.2s ease;
}
header .sBox .action .fa {
  color: rgba(255,255,255,0.75);
  font-size: 18px;
}
header .intro-icon {
    text-align: center;
    padding-top: 30px;
}
header .intro-icon a, header .intro-icon a:hover {
  color: #fff;
  text-decoration: none;
}
header .intro-icon .icon {
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid;
  background-color: rgba(0,0,0,0.1);
  border-color: rgba(241,241,241,0.75);
  padding:20px;
  width: 130px;
  height:130px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
header .intro-icon a:hover .icon {
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
header .intro-icon span {
  display: block;
  font-size: 18px;
  color: #fff;
}
header .intro-icon a .icon-img1, header .intro-icon a .icon-img2, header .intro-icon a .icon-img3, header .intro-icon a .icon-img4 {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
header .intro-icon a:hover .icon-img1, header .intro-icon a:hover .icon-img2, header .intro-icon a:hover .icon-img3, header .intro-icon a:hover .icon-img4 {
  background-position: 0px 80px;
}
header .intro-icon a .icon-img1 {
  background: url('../img/sicon1.png');
}
header .intro-icon a .icon-img2 {
  background: url('../img/sicon2.png');
}
header .intro-icon a .icon-img3 {
  background: url('../img/sicon3.png');
}
header .intro-icon a .icon-img4 {
  background: url('../img/sicon4.png');
}
header .scontainer {
  position: relative;
}
@media (min-width: 768px) {
    header .sBox {
      margin-top: 180px;
    }
    header .col-sevice {
      height:440px;
    }
    header .show-content {
      display: none;
    }
}
.page-img {
  border:#ccc 1px solid; 
  float:left; 
  margin:0 15px 15px 0;
}
section {
  padding: 15px 0;
}
.contents {
  min-height:440px;
}
footer {
  clear: both;
  background: #f1f1f1;
  color: rgba(0,0,0,0.65);
  padding: 15px 0;
  font-size: 12px;
}
footer .social-buttons {
  margin: 0px;
  float: right;
}
footer .social-buttons li a {
  display: block;
  width: 28px;
  padding:3px; 
  text-align: center;
  background: rgba(255,255,255,0.5);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
footer .social-buttons li a:hover {
  background: rgba(255,255,255,1);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .social-buttons li a .fa {
  font-size: 22px;
  color: #333;
}