/*------------------------------------------------------------------*/
/*   Colors
/*-----------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*   Fonts
/*-----------------------------------------------------------------*/
html,
body {
  font-size: 14px;
  color: #1B3769;
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  width: 100%;
  font-family: 'Raleway', sans-serif; }

/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*
    Page Content
------------------------------------------*/
.margin-nav {
  margin-top: 230px;
  margin-bottom: 40px; }

.margin-nav.page-header {
  margin-top: 200px;
  margin-bottom: 0; }

@media (min-width: 530px) {
  .margin-nav {
    margin-top: 200px; }

  .margin-nav.page-header {
    margin-top: 166px; } }
.page-content,
section {
  overflow: hidden; }

section h2 {
  text-transform: uppercase;
  color: #1B3769;
  margin-top: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E1DDDA;
  font-weight: 300; }

.left {
  float: left; }

.right {
  float: right; }

/*
    On Scroll Animations
------------------------------------------*/
/*.animated { visibility: hidden; }
.visible { visibility: visible; }*/
/*
    Spacing & Alignment
------------------------------------------*/
.roomy-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.roomy-80 {
  padding-top: 100px;
  padding-bottom: 80px; }

.roomy-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.roomy-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.roomy-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.roomy-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

@media (max-width: 768px) {
  .text-xs-center {
    text-align: center; }

  .xs-m-top-5 {
    margin-top: 5px; }

  .xs-block {
    display: block; } }
/*text color*/
.text-primary {
  color: #1B3769 !important; }

.text-finence {
  color: #5A849D !important; }

.text-mega {
  color: #1B3769 !important; }

.text-white {
  color: #FFFFFF !important; }

.text-black {
  color: #180F12 !important; }

.disabled {
  cursor: not-allowed; }

.text-title {
  font-size: 4rem;
  color: #1B3769;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center; }

@media (min-width: 768px) {
  .text-title {
    text-align: left; } }
@media (max-width: 768px) {
  .center-block-xs {
    display: block;
    margin-right: auto;
    margin-left: auto; } }
/*bacground color*/
.lightbg {
  background-color: #E1DDDA; }

.bg-primary {
  background-color: #5A849D; }

.bg-finence {
  background-color: #1B3769; }

.bg-mega {
  background-color: transparent; }

.bg-grey {
  background-color: #E1DDDA; }

.bg-black {
  background-color: #180F12; }

.bg-blue {
  background-color: #1B3769; }

.bg-white {
  background-color: #FFFFFF; }

.bg-gold {
  background-color: #CFC295 !important; }

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -user-select: none;
  -webkit-user-drag: none;
  -user-drag: none; }

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none; }

a,
button,
a span {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  a:hover {
    text-decoration: underline; }

.btn:focus,
.btn:active {
  outline: inherit; }

*,
*:before,
*:after {
  box-sizing: border-box;
  /*    direction: rtl;*/ }

p {
  margin: 0 0 15px; }

.clear {
  clear: both; }

img {
  max-width: 100%; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: black; }

.form-control {
  border-radius: 0px;
  border: 1px solid #ccc;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  width: 100%;
  height: 50px; }

.form-control:focus {
  border-color: #bcefeb;
  outline: 0;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(102, 175, 233, 0.6); }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  color: #1a1a1a;
  margin-bottom: 10px; }

h1 {
  font-size: 2.6rem;
  line-height: 4rem; }

h2 {
  font-size: 2.5rem;
  line-height: 3rem; }

h3 {
  font-size: 1.500rem;
  line-height: 2rem; }

h4 {
  font-size: 1.6rem;
  line-height: 2.2rem; }

h5 {
  font-size: 1.125rem;
  line-height: 1.575rem; }

h6 {
  font-size: 1rem; }

@media (min-width: 768px) {
  h1 {
    font-size: 3rem; } }
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span {
  color: #5A849D; }

p {
  line-height: 1.7rem;
  font-size: 1.1rem; }

@media (max-width: 768px) {
  p {
    font-size: 1.1rem;
    line-height: 1.7rem; } }
p:last-child {
  margin-bottom: 0px; }

/*colors*/
.w100 {
  font-weight: 100; }

.w200 {
  font-weight: 200; }

.w300 {
  font-weight: 300; }

.w400 {
  font-weight: 400; }

.w500 {
  font-weight: 500; }

.w600 {
  font-weight: 600; }

.w700 {
  font-weight: 700; }

.w800 {
  font-weight: 800; }

/*
Section
*/
.parallax-section {
  max-width: 100%;
  color: #FFFFFF; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/*all overlay*/
.overlay {
  background-color: rgba(27, 55, 105, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.no-padding {
  padding: 0 !important;
  margin: 0 !important; }

.left-no-padding {
  padding-left: 0 !important; }

.right-no-padding {
  padding-right: 0 !important; }

.fluid-blocks-col {
  padding: 70px 40px 0 80px; }

.fluid-blocks-col-right {
  padding: 70px 80px 0 40px; }

/*
Separator
*/
.separator_left {
  width: 85px;
  height: 2px;
  margin: 20px 0px;
  background: #5A849D; }

.separator_auto {
  width: 85px;
  height: 2px;
  margin: 20px auto;
  background: #5A849D; }

.separator_small {
  width: 30px;
  height: 2px;
  margin: 20px 0px;
  background: #5A849D; }

/*
Button
*/
.btn {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid;
  padding: 1rem 4rem; }

.btn-primary {
  color: #FFFFFF;
  background-color: #5A849D;
  border: 1px solid;
  border-color: #5A849D; }

.btn-primary:hover {
  background-color: #eee;
  border-color: #eee;
  color: #5A849D; }

.btn-default {
  color: #FFFFFF;
  background-color: transparent;
  border: 1px solid;
  border-color: #b6b6b6; }

.btn-default:hover {
  color: #FFFFFF;
  background-color: #5A849D;
  border-color: #5A849D; }

/*
Extra height css
*/
.m-0 {
  margin: 0 !important; }

.m-20 {
  margin: 20px; }

.m-10 {
  margin: 10px; }

.m-top-0 {
  margin-top: 0; }

.m-r-0 {
  margin-right: 0; }

.m-l-0 {
  margin-left: 0; }

.m-b-0, .m-bottom-0 {
  margin-bottom: 0; }

.m-bottom-5 {
  margin-bottom: 5px; }

.m-r-10 {
  margin-right: 10px; }

.m-r-15 {
  margin-right: 15px; }

.m-l-15 {
  margin-left: 15px; }

.m-top-5 {
  margin-top: 5px; }

.m-top-10 {
  margin-top: 10px; }

.m-top-20 {
  margin-top: 20px; }

.m-top-30 {
  margin-top: 30px; }

.m-top-40 {
  margin-top: 40px; }

.m-top-50 {
  margin-top: 50px; }

.m-top-60 {
  margin-top: 60px; }

.m-top-70 {
  margin-top: 70px; }

.m-top-80 {
  margin-top: 80px; }

.m-top-90 {
  margin-top: 90px; }

.m-top-100 {
  margin-top: 100px; }

.m-top-110 {
  margin-top: 110px; }

.m-top-120 {
  margin-top: 120px; }

.m-t-b-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.m-t-b-120 {
  margin-top: 120px;
  margin-bottom: 120px; }

.p-t-b-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.m-bottom-10 {
  margin-top: 10px; }

.m-bottom-20 {
  margin-bottom: 20px; }

.m-bottom-30 {
  margin-bottom: 30px; }

.m-bottom-40 {
  margin-bottom: 40px; }

.m-bottom-60 {
  margin-bottom: 60px; }

.m-bottom-70 {
  margin-bottom: 70px; }

.m-bottom-80 {
  margin-bottom: 80px; }

.m-bottom-90 {
  margin-bottom: 90px; }

.m-bottom-100 {
  margin-bottom: 100px; }

.m-bottom-110 {
  margin-bottom: 110px; }

.m-bottom-120 {
  margin-bottom: 120px; }

.m_t__b {
  margin: 14rem 0; }

.p_t__b {
  padding: 6rem 0; }

p-0 {
  padding: 0 !important; }

.p-l-15 {
  padding-left: 15px; }

.p-r-15 {
  padding-right: 15px; }

.p-l-10 {
  padding-left: 10px; }

.p-r-10 {
  padding-right: 10px; }

.p-top-10 {
  padding-top: 10px; }

.p-top-20 {
  padding-top: 1.33rem; }

.p-bottom-20 {
  padding-bottom: 1.33rem; }

.p-30 {
  padding: 1.875rem; }

.p-top-30 {
  padding-top: 1.875rem; }

.p-bottom-30 {
  padding-bottom: 1.875rem; }

.p-top-40 {
  padding-top: 2.66rem; }

.p-bottom-40 {
  padding-bottom: 2.66rem; }

.p-top-60 {
  padding-top: 5rem; }

.p-bottom-60 {
  padding-bottom: 5rem; }

.p-top-80 {
  padding-top: 5.714rem; }

.p-bottom-80 {
  padding-bottom: 5.714rem; }

.p-top-90 {
  padding-top: 6.429rem; }

.p-bottom-90 {
  padding-bottom: 6.429rem; }

.p-top-100 {
  padding-top: 100px; }

.p-bottom-100 {
  padding-bottom: 100px; }

.p-top-110 {
  padding-top: 110px; }

.p-bottom-110 {
  padding-bottom: 110px; }

.p-bottom-0 {
  padding-bottom: 0; }

.p_l_r {
  padding-left: 5.714rem;
  padding-right: 5.714rem; }

/*padding*/
.padding-twenty {
  padding: 10px 0; }

.padding-fourty {
  padding: 20px 0; }

.padding-sixty {
  padding: 30px 0; }

.padding-eighty {
  padding: 40px 0; }

/*border*/
.no-border-top {
  border-top: 0px solid transparent !important; }

.no-border-rigth {
  border-right: 0px solid transparent !important; }

/*for placeholder changes*/
input[type="email"].form-control::-webkit-input-placeholder {
  color: #797979;
  background-color: transparent; }

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder {
  color: #cdcdcd; }

textarea::-webkit-input-placeholder,
textarea::-moz-input-placeholder,
textarea::-ms-input-placeholder {
  color: #cdcdcd;
  padding: 5px; }

.transform_scal_rotate:hover img {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg); }

.culmn {
  width: 100%;
  overflow: hidden; }

.fix {
  overflow: hidden; }

/*heading title all area*/
.head_title {
  padding-bottom: 2.143rem;
  overflow: hidden; }

.head_title h2 {
  font-weight: 700;
  font-size: 2.250rem; }

.head_title h5 {
  font-weight: 400;
  font-size: 1.125rem;
  color: #999999; }

/*End off pridifain css*/
/*Preloader*/
#loading {
  background-color: #5A849D;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  left: 0;
  z-index: 9999; }

#loading-center {
  width: 100%;
  height: 100%;
  position: relative; }

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite; }

.object {
  width: 25px;
  height: 25px;
  background-color: #E1DDDA;
  float: left;
  border-radius: 15px; }

#object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite; }

#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite; }

#object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite; }

#object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite; }

@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg); } }
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); } }
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg); }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg); }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg); }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg); }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
/*End off Preloader*/
/*
Nav Menu style
==================*/
.navbar-brand {
  padding: 25px 15px;
  height: auto; }
  .navbar-brand > img {
    display: block;
    max-width: 150px; }

.navbar-callus {
  margin: 15px 0; }
  .navbar-callus li a {
    font-size: 14px;
    color: #444444;
    display: inline-block; }
    .navbar-callus li a i {
      font-size: 13px;
      color: #1B3769;
      margin-right: 5px; }

#navbar-menu ul li a:hover {
  background-color: #E1DDDA;
  color: #5A849D; }

#main-navbar-toggle {
  background-color: #CFC295 !important; }

nav.navbar.bootsnav ul.nav > li > a {
  padding: 40px 15px; }

/*
Home Section style
==================*/
.home {
  background: url(../imgs/home_bg.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  padding-top: 400px;
  padding-bottom: 190px;
  width: 100%; }

.main_home .home_text h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 2.2rem; }

.main_home .home_text h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 2.8rem; }

.main_home .home_text h3 {
  font-size: 20px;
  font-weight: 400; }

@media (min-width: 768px) {
  .main_home .home_text h2 {
    font-size: 36px;
    line-height: 2.7rem; }
  .main_home .home_text h1 {
    font-size: 48px;
    line-height: 3.5rem; }
  .main_home .home_text h3 {
    font-size: 24px; } }
.main_home .slick-dots li button::before {
  font-family: slick;
  font-size: 8px;
  line-height: 7px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 10px;
  content: "";
  text-align: center;
  opacity: 0.9;
  color: white;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  background-color: #FFFFFF; }

.main_home .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px; }

.main_home .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #5A849D; }

.main_home .slick-dots {
  bottom: -200px; }

.work_container .slick-arrow,
.main_home .slick-arrow {
  font-size: 3rem;
  color: #FFFFFF;
  top: 30%;
  position: absolute;
  z-index: 90;
  cursor: pointer; }

.main_home .nextprevleft {
  left: -3%; }

.main_home .nextprevright {
  right: -3%; }

.home_btns {
  margin-left: -10px; }

.home_btns a {
  margin-left: 10px; }

/*
Featured section style
========================*/
.features_item {
  margin-bottom: 40px; }
  .features_item .f_item_icon {
    float: left;
    width: 23%;
    display: inline-block; }
    .features_item .f_item_icon i {
      font-size: 4rem;
      color: #5A849D; }
  .features_item .f_item_text {
    display: inline-block;
    width: 77%; }
    .features_item .f_item_text p {
      font-size: 14px; }

/*Business Section*/
.business_item h2 {
  font-size: 26px;
  font-weight: 800; }

.business_item li {
  font-size: 18px;
  font-weight: 300;
  line-height: 2rem; }

.business_item li i {
  font-size: 12px;
  margin-right: 5px; }

.business_item p {
  color: #333333;
  line-height: 2rem;
  font-size: 14px;
  font-weight: 500; }

.business_item .business_btn {
  margin-left: -10px; }

.business_item .business_btn a {
  margin-left: 10px; }

.business_item .business_btn .btn-default {
  color: #444444; }

.slid_shap {
  height: 40px;
  border-radius: 4px 4px 0px 0px;
  width: 100%; }

.business_slid {
  box-shadow: 0px 0px 8px -1px;
  border-radius: 4px 4px 0px 0px; }

.business_slid .business_items {
  background-color: #FFFFFF;
  margin: 0; }

.business_slid .slick-arrow {
  position: absolute;
  top: 29%;
  z-index: 1;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  transition: all 0.6s;
  color: #FFFFFF; }

.business_slid .nextprevleft {
  left: 5.9%; }

.business_slid .nextprevright {
  right: 6%; }

.business_slid .nextprevleft:hover,
.business_slid .nextprevright:hover {
  /*    width:25px;
  	height: 25px;
  	line-height: 25px;*/
  /*text-align: center;*/
  background-color: #ddd;
  border-radius: 50%; }

.business_slid .slick-dots {
  position: absolute;
  top: -36px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left; }

/*
work Section style
=====================*/
/*.slides{
	width:100%;
	height: auto;
}*/
/*#owl-demo .item{
	width:350px;
	height:350px;
}
#owl-demo .item img{
	display: block;
	width: 100%;
	height: 300px;
}*/
.main_product .carousel-control {
  background-color: #FFFFFF;
  color: #333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
  text-align: center;
  top: 30%; }

.main_product .carousel-control:hover {
  background-color: #5A849D;
  color: #FFFFFF; }

.main_product .carousel-control.left {
  left: -1.4%;
  box-shadow: -1px 0px 0px 0px; }

.main_product .carousel-control.right {
  right: -1.4%;
  box-shadow: 1px 0px 0px 0px; }

.main_product .port_img {
  position: relative;
  overflow: hidden; }

.main_product .port_img img {
  width: 100%; }

.main_product .port_overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 168, 133, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 35%;
  opacity: 0;
  transition: all 0.2s; }

.main_product .port_overlay a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font-size: 2rem;
  bottom: -150px;
  position: relative; }

.main_product .port_img:hover .port_overlay a {
  bottom: 0; }

.main_product .port_img:hover .port_overlay {
  opacity: 1; }

/*Test Section
======================*/
.main_test {
  width: 100%;
  display: block; }

.test_item {
  padding: 40px;
  transition: all 0.6s;
  border: 1px solid transparent; }

.test_item:hover {
  border: 1px solid #ddd;
  background-color: #FFFFFF; }

.test_item:hover .item_img i {
  color: #FFFFFF;
  background-color: #5A849D; }

.main_test .item_img {
  float: left;
  display: inline-block;
  width: 20%;
  margin-right: 10%; }

.main_test .item_text {
  display: inline-block;
  width: 70%; }

.item_img {
  position: relative; }

.item_img i {
  background-color: #FFFFFF;
  position: absolute;
  right: -25%;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ddd;
  border-radius: 50%;
  box-shadow: 1px 0px 0px 0px #ddd; }

/*Brand Section
=========================*/
.brand_item img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 0.6s;
  height: 30px; }

.brand_item img:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%); }

/*call to action
=========================*/
.action_btn .btn-default:hover {
  background-color: #FFFFFF;
  color: #5A849D; }

.action-large {
  position: relative;
  width: 100%; }

.action-large:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #5A849D;
  left: 50%;
  top: 0%;
  z-index: 3;
  margin-left: -15px; }

/*Footer section*/
.divider {
  width: 100%;
  height: 1px;
  background-color: #434769;
  display: inline-block; }

.widget_ab_item_text h6 {
  margin-bottom: 5px; }

.widget_item h5 {
  font-weight: 700; }

.widget_item .btn:hover {
  background-color: #0ec9a2; }

.widget_item li a {
  color: #aaa; }

.widget_item li a:hover {
  color: #FFFFFF; }

.widget_service li i {
  font-size: 12px;
  color: #aaaaaa; }

.widget_service li i {
  margin-right: 5px; }

.widget_service li {
  font-size: 13px;
  border-bottom: 1px dashed #aaa;
  padding-bottom: 10px; }

.widget_service li:hover,
.widget_service li:hover i {
  color: #FFFFFF; }

.widget_ab_item .item_icon {
  float: left;
  width: 20%;
  display: inline-block;
  margin-right: 15px; }

.widget_ab_item .widget_ab_item_text {
  display: inline-block;
  width: 70%; }

.widget_ab_item .item_icon {
  float: left;
  width: 10%;
  display: inline-block;
  margin-right: 15px; }

.widget_ab_item .widget_ab_item_text {
  display: inline-block;
  width: 80%; }

.widget_brand a {
  font-size: 30px;
  font-weight: 800;
  color: #aaa; }

.main_footer i {
  padding: 0px 5px;
  color: #ff0000; }

.main_footer a {
  color: #ddd;
  padding: 5px; }

.footer p {
  color: #E1DDDA; }

/**-----------Staff-----------*/
.staff {
  border: 1px solid #E1DDDA;
  padding: 10px;
  margin: 10px; }
  .staff .img-wrapper {
    margin-bottom: 10px; }
    .staff .img-wrapper img {
      margin: 0 auto; }
  .staff .name {
    text-transform: uppercase;
    font-weight: 200;
    text-align: center;
    color: #1B3769;
    font-size: 18px; }
  .staff .title {
    text-align: center;
    color: #5A849D; }

/**--------------Property---------------**/
.property {
  border: 1px solid #E1DDDA;
  padding: 10px;
  margin: 10px; }
  .property .img-wrapper {
    margin-bottom: 10px; }
    .property .img-wrapper img {
      margin: 0 auto; }
  .property .name {
    text-transform: uppercase;
    font-weight: 200;
    text-align: center;
    color: #1B3769;
    font-size: 18px;
    height: 50px;
    overflow: hidden; }
  .property .address {
    text-align: center;
    color: #1B3769;
    margin-top: 5px; }

.page-header {
  background-size: cover;
  background-position: 50% 50%;
  min-height: 250px;
  position: relative; }
  .page-header h1 {
    text-transform: uppercase;
    margin-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E1DDDA; }
  .page-header h2, .page-header h3 {
    border: none; }

.uppercase {
  text-transform: uppercase; }

#googlemaps {
  min-height: 500px;
  min-width: 100%; }

.toggle-btn {
  display: block;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .toggle-btn {
    margin-right: 0; } }
.alert {
  margin-bottom: 0; }

.pager-wrapper {
  clear: both;
  text-align: center; }

.callout-value {
    font-size: 2rem;
    font-weight: bold; }


.fc-gray {
    color: #aaa; }

/*# sourceMappingURL=style.css.map */
