body{
  font-family: "Montserrat",sans-serif;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 32px;
    color: #333;
}
.form-control{
  border-radius: unset;
}
/* Navigation */

.bottom-list-area{
  padding: 15px;
  background-color: #f6f6f6;
}
.bottom-list-area h4{
  margin: 15px 0;
}
.bottom-list-area ul{
  padding: 0;
  margin: 0;
}
.bottom-list-area ul li{
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
.bottom-list-area ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #1b4c9b;
    font-size: 11px;
    font-weight: 300;
    padding-right: 8px;
}
.navbar-brand{
  padding: 0;
}
.navbar-default {
    background-color: #fff;
    border-bottom-color: transparent;
}
.navbar {
  min-height: 80px;
  margin-bottom: 0;
  border-top: none;
  border-bottom: none;
  z-index: 997;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 6px 9px 0px;
  padding: 20px 0px;
}
.nav,
.nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav li {
  position: relative;
  white-space: nowrap;
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #1b4c9b;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  font-size: 14px;
  outline: none;
  text-transform: uppercase;
}

.nav li:hover > a,
.nav .menu-active > a {
  color: #b6552b !important;
}

.nav > li {
  margin: 0px 15px;
}

.nav ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav li {
  transition: 0.3s;
}
.nav li a {
  padding: 10px;
  color: #1b4c9b !important;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav li:hover > a {
  color: #b6552b !important;
}

.nav ul {
  margin: 0;
}
.nav>li>a:focus, .nav>li>a:hover{
  background: transparent; 
}
.nav li ul {
  display: none;
  padding: 10px 15px;
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  margin-top: 0;
}
.nav li.menu-has-children:before{
  content: "\f107";
  position: absolute;
  right: -5px;
  top: 30%;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.nav>li:hover ul{
  display: block;
}
.nav li ul li{
  list-style: none;
  /*margin-bottom: 10px;*/
}
.nav li ul li a{
  text-decoration: none;
}

/* Mobile Nav Toggle */
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-toggle {
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #1b4c9b;
}
.navbar-toggle i {
    margin-left: 3px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

/*slider's style*/
#slider .intro {
  display: table;
  width: 100%;
  padding: 0;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #e5e5e5 !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  -o-background-size: cover !important;
}
#slider .intro .overlay {
  background: rgba(0,0,0,0.3);
}

#slider .intro-text {
  padding-top: 180px;
  padding-bottom: 180px;
  text-align: center;
}
#slider .intro h1 {
  font-family: "Montserrat",sans-serif;
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
  text-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}
#slider .intro p {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  padding: 15px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
  background: rgba(0,0,0,.45);
}
.bx-wrapper {
  box-shadow: none; 
  border: none; 
  background: none; 
  margin-bottom: 0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    bottom: 25px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    border: 1px solid #fff;
}
/*.bx-wrapper .bx-pager{*/
/*  padding: 20px;*/
/*  text-align: right;*/
/*}*/
/*.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {*/
/*    position: absolute;*/
/*    bottom: unset;*/
/*    width: 100%;*/
/*    top: 0;*/
/*}*/

/*suscribe area*/
.suscribe-area {
  background: #1b4c9b none repeat scroll 0 0;
  /*background-image:url(../images/home-banner.jpg);*/
  padding: 30px 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.text-center {
  text-align: center;
}
.suscribe-text {
  display: block;
  padding: 10px 0;
}
.suscribe-text h3 {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  line-height: 1;
}
.suscribe-text h3::after {
    border-bottom: 4px solid #b6552b;
    bottom: -6px;
    content: "";
    left: 48%;
    margin: 0 auto;
    position: absolute;
    width: 4%;
}
.suscribe-text p{
  color: #fff;
}
.sus-btn {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #1b4c9b;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 100px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}
.sus-btn:hover{
  text-decoration: none;
  color: #b6552b;
}
/*About area*/
#about {
  padding: 110px 0;
  background: #f6f6f6;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.09);*/
}
#about h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #b6552b;
  bottom: 0;
  left: 0;
}
#about p {
  line-height: 24px;
  margin: 30px 0;
}
#about h3 {
  font-size: 22px;
  margin: 0 0 20px 0;
}
#about .about-text ul{
  padding-left: 0;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #1b4c9b;
    font-size: 11px;
    font-weight: 300;
    padding-right: 8px;
}
#about img {
  padding: 20px;
  width: 500px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0px 0px 50px rgba(0,0,0,0.06);
}
/*services*/
#services, #clients {
  padding: 100px 0;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.09);*/
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #b6552b;
  bottom: 0;
  left: 0;
}
#services .service-media {
  margin: 10px;
}
#services .service-media i {
  font-size: 62px;
}
#services .service-desc {
  margin: 10px 10px 20px;
}
#services h3 {
  font-weight: 700;
  padding: 5px 0;
}
#services .service-media img {
  position: relative;
  display: inline-block;
  width: 50%;
}
#services .service-desc .readmore{
  color: #1b4c9b;
  font-weight: bold;
}
#services .service-desc .readmore:hover{
  color: #b6552b;
}
#services .box {
	padding: 40px;
	margin-bottom: 40px;
	box-shadow: 10px 10px 15px rgba(73,78,92,0.1);
	background: #fff;
	transition: 0.4s;
}
#services .box:hover {
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}
#services .box .icon {
	float: left;
}
#services .box h4 {
	margin-left: 100px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 22px;
}
#services .box p {
	font-size: 14px;
	margin-left: 100px;
	margin-bottom: 0px;
	line-height: 24px;
}
#services .box h4 a {
	color: #444;
}
#services .box .icon i {
	color: #444;
	font-size: 64px;
	transition: 0.5s;
	line-height: 0;
	margin-top: 34px;
}

/*Our Clients*/
#clients{
  background-color: #f6f6f6;
}
#clients p {
    line-height: 24px;
    margin: 30px 0;
}
#clients .owl-nav, #clients .owl-dots {
    margin-top: 15px;
    text-align: center;
}
#clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}
#clients .owl-dot.active {
    background-color: #b6552b;
}

/*inner pages's style*/
.page_title {
  background-repeat: no-repeat;
  /*position: relative;*/
  background-color: #1760ad;
  background-position: 50% 0;
  background-size: 100% 100%;
  color: #fff;
  z-index: 50;
  margin: 0 0 37px;
}
.page_title h1 {
  color: inherit;
  margin: 0;
  padding: 75px 0;
}
.sidebar{
  background: #f6f6f6;
  padding: 15px;
}
.sidebar h4{
  margin-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding-bottom: 10px;
}
.sidebar ul{
  padding: 0;
}
.sidebar ul li{
  list-style: none;
  margin: 5px 0px;
}
.sidebar ul li a{
  text-decoration: none;
  display: block;
  padding: 5px 0px;
  position: relative;
}
.sidebar ul li a::after {
  content: '〉';
  position: absolute;
  display: block;
  height: 3px;
  top: 20%;
  right: 0;
}
.contact-icon {
  margin-bottom: 40px;
}
.single-icon i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid #444;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.single-icon p {
  font-size: 16px;
  line-height: 30px;
}


/*footer's style*/
.footer-area {
	padding: 40px 0;
	background: #1b4c9b;
}
.footer-area-bottom {
	background: #f6f6f6 none repeat scroll 0 0;
	padding: 15px 0;
}
.copyright > p {
	margin-bottom: 0px;
	color: #444;
}
.footer-content {
	display: block;
	overflow: hidden;
}
.footer-head h4 {
	color: rgba(255,255,255,1);
	font-size: 16px;
	letter-spacing: 2px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.footer-head p {
	color: rgba(255,255,255,.65);
}
.footer-contacts p span {
	color: rgba(255,255,255,1);
	font-weight: 700;
}
.footer-logo {
	padding-bottom: 20px;
}
.footer-icons {
	margin-top: 30px;
}
.footer-icons ul li {
	display: inline-block;
}
.footer-icons ul li a {
	border: 1px solid rgba(255,255,255,.65);
  color: rgba(255,255,255,.65);
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 38px;
	margin-right: 5px;
	text-align: center;
	width: 40px;
	border-radius: 50%;
}
.footer-icons ul li a:hover {
  border: 1px solid rgba(255,255,255,1);
  color: rgba(255,255,255,1);
}
.footer-logo h2 {
	color: #b6552b;
	padding: 0;
	margin: 0;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
}
.footer-logo h2 span {
	color: rgba(255,255,255,1);
}

.btn-custom {
  text-transform: uppercase;
  color: #fff;
  background-color: #b6552b;
  padding: 14px 20px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s;
}
.btn-custom {
  margin: 10px 0;
  background: transparent;
  border: 2px solid #fff;
}
.btn-custom:hover {
  color: #1b4c9b;
  background: #fff;
}
.footer-content .footer-menu{
  padding: 0;
}
/*.footer-content .footer-menu ul{
  padding-left: 15px;
}*/
.footer-content .footer-menu li{
  list-style: none;
  border-bottom: 1px solid rgba(255,255,255,.65);
  /*margin: 7px 0;*/
}
.footer-content .footer-menu li:last-child{
  border: none;
}
.footer-content .footer-menu li a{
  color: rgba(255,255,255,.65);
  padding: 5px 0;
  display: block;
}
.footer-content .footer-menu li a:hover{
  text-decoration: none;
  color: rgba(255,255,255,1);
}


@media only screen and (max-device-width: 768px) and (orientation: portrait) {
  #slider .intro-text {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #slider .intro h1{
    font-size: 42px;
  }
  .sus-btn{
      margin-left: 0;
      margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .nav li ul{
    display: block;
    position: relative;
    background: transparent;
    box-shadow: none;
    padding: 0px 15px;
  }
  .nav li.menu-has-children:before{
    display: none;
  }
}