@charset "utf-8";
/* CSS Document */

html,
body {
  background-color: #fff;
  font-size: 0.875rem;
  color: #797979;
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.loaded {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}

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;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a {
  font-weight: 400;
}

.btn.extra-width {
  padding: 13px 40px;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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;
border-radius: 0
}

.form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background: transparent;
  box-shadow: none;
  border-bottom-color: #444;
  padding-left: 0;
  border-radius: 0;
}
}

textarea.form-control {
  outline: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background: transparent;
  box-shadow: none;
  border-bottom-color: #444;
  padding-left: 0;
  border-radius: 0
}

.form-control:focus {
  border-color: #bcefeb;
}

h1,
h2,
h3 {
  font-weight: 400;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

h4,
h5 {
  font-weight: 400;
  margin: 0;
  line-height: 2rem;
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-size: 3.75rem;
  line-height: 5.5rem;
  color: #fff;
  letter-spacing: .4rem;
}

h2 {
  font-size: 1.875rem;
  line-height: 3rem;
  text-transform: uppercase;
}

h3 {
  font-size: 1.375rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}

h4 {
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

h5 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  color: #223d61;
  text-transform: uppercase;
}

h6 {
  font-size: 1rem;
  margin-bottom: .9rem;
}

p {
  line-height: 2rem;
  font-size: 0.875rem;
}

p:last-child {
  margin-bottom: 0px;
}

/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
  color: #fff;
  /*font-family: 'roboto', sans-serif;*/
}

.text {
  color: #333333;
}

.colorstext {
  color: #5e9a28;
}

.coloricon i {
  color: #5e9a28;
}

.colorsbg {
  background: #5e9a28;
  color: #fff;
}

.lightbg {
  background-color: #f9f9f9;
}

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

.transition {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.outofsectiontext {
  margin-top: 40px;
}

/*Section*/

.sections {
  padding-top: 85px;
  padding-bottom: 85px;
  overflow: hidden;
}

.sections.footer {
  padding-bottom: 80px;
}

section .subtitle h5 {
  margin-top: 10px;
  font-size: 1.3rem;
}

.parallax-section {
  max-width: 100%;
  color: #fff;
}

section .title-half h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 300;
  margin-bottom: 1.4rem;
}

section .subtitle-half h5 {
  font-weight: 100;
  font-size: 17px;
}

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

.heading {
  margin-bottom: 4rem;
}

.overlay {
  background-color: rgba(41, 39, 34, 0.75);
  width: 100%;
  height: 670px;
}

.map-overlay {
  background-color: rgba(255, 114, 0, 0.75);
  width: 100%;
  height: auto;
}

.video_overlay {
  background-color: rgba(41, 39, 34, 0.75);
  width: 100%;
  height: auto;
}

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

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

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

/*Separator*/

.separator {
  height: 4px;
  width: 170px;
  margin: 10px 0px;
  background: #eee;
  position: relative;
}

.separator:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
  background: #457599;
  content: "";
}

.separator2 {
  height: 1px;
  width: 93%;
  margin: 20px 0px;
  background: #eee;
  position: relative;
}

.separator2:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 70px;
  background: #457599;
  content: "";
}

.separator3 {
  height: 2px;
  width: 30px;
  margin: 20px auto;
  background: #5e9a28;
}

.separator4 {
  height: 2px;
  width: 30px;
  margin: 20px 0px;
  background: #f38181;
}

/*section:nth-of-type(odd) {  background-color: #F9F9F9; }*/
/*Button*/

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
  color: #fff;
  background-color: #168fe9;
  border-color: #168fe9;
}

.btn {
  display: inline-block;
  min-width: 150px;
  line-height: 30px;
  height: 50px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
  font-size: 0.8125rem;
  border-radius: 0px;
  margin-top: 20px;
  background-color: #457599;
  transition: .5s;
  border: 1px solid #457599;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.btn:hover {
  background-color: #168fe9;
  color: #fff;
  text-decoration: none;
  border: 1px solid #168fe9;
}

.btn-primary {
  background-color: #457599;
    transition: .5s;
    line-height: 1;
    height: auto;
    padding: 20px 30px;
    display: inline-block;
}

.btn_news_color {
  color: #5e9a28;
  border-color: #5e9a28;
  color: #fff;
}

.btn-md {
  border: 1px solid #5e9a28;
  color: #fff;
  padding: 10px 45px 10px 0px;
}

.btn-larg {
  border: 1px solid #fff;
  color: #fff;
  padding: 6px 30px;
}

/*.btn-default:active, .btn-default:hover  { background: transparent; }*/
/*Extra height css*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 span {
  color: #5e9a28;
  font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
  color: #ddd;
}

input::-moz-placeholder {
  color: #ddd;
}

input::-ms-input-placeholder {
  color: #ddd;
}

/*Carousel*/
.carousel {
  height: 100%;
}

.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0px 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
}

.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 0px 10px;
  background-color: #457599;
  border: 1px solid #457599;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: auto;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  top: 25vh;
}

.carousel-caption h3 {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  line-height: 5rem;
}

.carousel-caption p {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
}

.carousel-caption p span {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.carousel-caption p.destacado {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  background-color: #457599;
  text-shadow: none;
  padding: 10px;
  display: -webkit-inline-box;
  width: auto;
}

.carousel-indicators {
  bottom: 30px;
}

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

/*heading title all area*/
.head_title {
  margin-bottom: 40px;
}

.head_title h3 {
  color: #413d4b;
  text-transform: uppercase;
}

.head_title p {
  font-family: 'playfair_displayregular';
}

/*home section*/
.home {
  overflow: hidden;
}

.home .main_home h1 {
  color: #fff;
  margin-bottom: 20px;
}

.home .main_home p {
  color: #fff;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 30px;
  font-size: 1.125rem;
}

.home .owl-theme .owl-nav {
  margin-top: 80px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot span {
  background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #457599;
}

.owl-theme .owl-dots .owl-dot span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transform: rotate(45deg);
}

/*service section css*/
.service_tabe_menu {}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  border: 0px;
}

.nav-tabs {
  border-bottom: 0px solid transparent;
  text-align: center;
}

.nav-tabs>li>a:hover {
  border-color: transparent;
}

.nav-tabs>li {
  float: none;
  display: inline-block;
}

/*.service_tabe .nav { padding-left: 30px; margin-bottom: 0; list-style: none; margin: top;}*/

.service .nav-tabs>li>a {
  text-align: center;
  color: #444444;
  width: 250px;
  height: 180px;
  margin-left: 20px;
  background: url(../images/stabmenubg.png) no-repeat top center;
  border: 0px;
  transition: all 0.6s;
}

.service_tabe_menu.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a {
  background: url(../images/stabmenubghv.png) no-repeat top center;
  width: 250px;
  height: 180px;
  color: #fff;
}

.service_tabe ul li a:hover {
  background: url(../images/stabmenubghv.png) no-repeat top center;
  color: #fff;
}

.service_tabe ul li a i {
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 25px;
}

.service .tab-content {
  margin-top: 100px;
}

.service_tabe_menu.nav-tabs>li a {
  font-size: 1.2rem;
}

.service_tabe_menu.nav-tabs>li img {
  width: 77px;
  margin: 0 auto;
}

.service_tabe_menu.nav-tabs>li a img.fija {
  display: block;
}

.service_tabe_menu.nav-tabs>li a img.over {
  display: none;
}

.service_tabe_menu.nav-tabs>li a:hover img.fija {
  display: none;
}

.service_tabe_menu.nav-tabs>li a:hover img.over {
  display: block;
}

.service_tabe_menu.nav-tabs>li.active>a img.over {
  display: block;
}

.service_tabe_menu.nav-tabs>li.active>a img.fija {
  display: none;
}

.service_tabe_menu.nav-tabs>li.active>a,
.service_tabe_menu.nav-tabs>li>a {
  border-radius: 0px !important;
}

/*Tabs Index*/

.single_tab_content p {
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.6rem;
  text-align: justify;
}

.single_tab_content p span {
  color: #231f20;
  font-weight: 600;
}

.single_tab_img img {
  width: 100%;
}

.single_service_tab>div>div {
  overflow: hidden;
}

.main_features_content>div {
  margin-bottom: 40px;
}

/*features section css*/

.single_features_text {}

.single_features_text h4 {}

.single_features_text p {
  margin-bottom: 40px;
  display: inline-block;
  margin-top: 10px;
}

.single_features_text ul li {
  font-size: 0.875rem;
  margin-bottom: 15px;
}

.single_features_text ul li span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.single_features_text a {
  margin-top: 35px;
  background: #457599;
  color: #fff;
  border: 1px solid #457599;
  font-size: 0.8125rem;
  padding-top: 0.8em;
}

.single_features_text p {
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.6rem;
  text-align: justify;
}

.single_features_text p.border {
  border-left: 4px solid #457599;
  color: #231f20;
  font-weight: 600;
  padding-left: 15px;
}

.single_features_text h3 {
  color: #231f20;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.6rem;
}

/*video section css*/

.video {
  background: url(../images/videobg.jpg) no-repeat top center;
  background-size: cover;
}

.video .main_video {
  padding: 220px 0px 160px 0px;
  overflow: hidden;
}

.video .icon {}

.video .icon h3 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0px;
}

/*counter section css*/

.counter {
  background: url(../images/counterbg.jpg) no-repeat top center;
  background-size: cover;
}

.counter .main_counter_area {}

.counter .main_counter_area {
  padding: 80px 20px;
}

.counter .main_counter_area .single_counter {}

.counter .main_counter_area .single_counter .single_counter_item {}

.counter .main_counter_area .single_counter h2 {
  color: #fff;
  font-size: 2.8125rem;
}

.counter .main_counter_area .single_counter i {
  color: #457599;
  font-size: 1.875rem;
  display: inline-block;
  margin-top: 20px;
}

.counter .main_counter_area .single_counter p {
  color: #fff;
  font-size: 0.8125rem;
}

/*Features section css*/
.owl-dot.active span,
.owl-dot.active span:hover,
.owl-dot.active span:active,
.owl-dot.active span:focus {
  background: #457599;
  border-color: #457599 !important;
}

.features .owl-theme .owl-dots .owl-dot span:hover,
.features .owl-theme .owl-dots .owl-dot span:focus,
.features .owl-theme .owl-dots .owl-dot span:active {
  background: #457599;
  border-color: #457599 !important;
}

.features .owl-theme .owl-dots .owl-dot span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transform: rotate(0deg);
  border: 1px solid #fff;
  width: 15px;
  height: 15px;
  margin: 0px 10px;
}

/*others service section css*/
.othersservice {
  background: #fff;
}

.main_othersservice_area {}

.othersservice .single_othersservice {
  margin-bottom: 30px;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

.othersservice .single_othersservice .single_othersservice_icon {}

.othersservice .single_othersservice .single_othersservice_icon h4 i {
  color: #444;
  font-size: 2rem;
  background: url(../images/iconbg2.png) no-repeat center center;
  width: 64px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  margin-right: 10px;
  transition: 0.6s;
}

.othersservice .single_othersservice:hover .single_othersservice_icon h4 i {
  background: url(../images/iconbgh2.png) no-repeat center center;
  color: #fff;
}

.othersservice .single_othersservice .single_othersservice_content {}

/* Team section css */
.team {
  color: #fff;
}

.team .single_team_content {
  margin-top: 30px;
  transition: all .6s;
}

.team .single_team_content .single_team_img img {
  width: 100%;
  transition: 0.6s;
}

.team .single_team_content .single_team_img {
  position: relative;
}

.team .single_team_content:hover .single_team_img img {
  transform: scale(1.05);
}

.team .single_team_content:hover .single_team_text_overlay {
  opacity: 1;
}

.team .single_team_content .single_team_text_overlay {
  position: absolute;
  left: 15%;
  top: 30%;
  background: rgba(255, 114, 0, 0.75);
  padding: 10px 20px;
  width: 70%;
  opacity: 0;
  transition: all 0.6s;
}

.team .single_team_content .single_team_text_overlay h4 {
  margin-bottom: .0rem;
  display: inline-block;
}

.team .single_team_text_overlay .team_overlay_socail {
  margin-top: 40px;
}

.team .single_team_content .single_team_text_overlay .team_overlay_socail a i {
  border: 1px solid #fff;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  transition: all .6s;
}

.team .single_team_content .single_team_text_overlay .team_overlay_socail a:hover i {
  background: #fff;
  color: #457599;
}

/*why choose us section css*/
/*choose section css*/

.choose {}

.choose .main_choose {}

.choose .main_choose .single_choose {}

.choose .main_choose .single_choose .single_choose_img img {
  width: 100%;
  height: 100%;
}

.choose .main_choose .single_choose .single_choose_acording {}

.choose .main_choose .single_choose .single_choose_acording .panel-default>.panel-heading {
  color: #333;
  background-color: transparent;
  border-color: #ddd;
}

.panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 0;
}

.panel-group .panel {
  border-radius: 0px;
  margin-bottom: 20px;
}

.choose .main_choose .single_choose .single_choose_acording .panel-title>a {
  color: #333;
  display: block;
  text-transform: uppercase;
}

.choose .main_choose .single_choose .single_choose_acording .panel-title a i {
  color: #444444;
  font-size: 1.575rem;
  display: inline-block;
  margin-right: 15px;
  background: url(../images/ch_col_icn.png) no-repeat left center;
  width: 49px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  transition: 0.6s;
}

.choose .main_choose .single_choose .single_choose_acording .panel-title:hover a i {
  color: #fff;
  background: url(../images/ch_col_icn_h.png) no-repeat left center;
}

.choose .main_choose .single_choose .single_choose_acording .panel-title a i.fa-chevron-down {
  float: right;
  margin-right: 0px;
}

/*portfolio2 section css*/
.btn-md:active,
.btn-md.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
}

button.btn-md:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  color: #457599;
}

button.btn-md {
  text-align: center;
  color: #444;
  letter-spacing: 1px;
  margin: 0;
  font-size: 0.8125rem;
  border-radius: 0px;
  margin-top: 0px;
  background-color: transparent;
  transition: .5s;
  border: 0px solid #457599;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

button.btn-md:hover {
  background-color: transparent;
  color: #457599;
  text-decoration: none;
  border: 0px solid #f4720a;
}

.portfolio .toolbar {
  margin-bottom: 50px;
}

#portfoliowork {
  margin: 1rem 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-column-width: 33.33333333333333%;
  -moz-column-width: 33.33333333333333%;
  column-width: 33.33333333333333%;
}

.tile {
  display: none;
}

.scale-anm {
  margin: 0 0 1.125rem;
  width: 100%;
}

.tile img {
  height: auto;
  display: block;
  width: 100%;
}

.single_portfolio {
  position: relative;
}

.single_portfolio:hover .grid_item_overlay {
  opacity: 1;
}

.grid_item_overlay {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  background: rgba(255, 114, 0, 0.75);
  color: #fff;
  padding: 20px;
  opacity: 0;
  transition: 0.6s;
  text-align: center;
  padding-top: 35%;
  z-index: 99;
}

.g_overlay_1 {
  padding-top: 16%;
}

.g_overlay_2 {
  padding-top: 85%;
}

/*.grid_item_overlay h4{ margin-bottom:0; margin-top:40px;  }.grid_item_overlay p{}
.grid_item_overlay .overlay_icon_area{ overflow: hidden; display: block}*/

.grid_item_overlay a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  background: transparent;
}

.grid_item_overlay a:hover i {
  color: #457599;
  background: #fff;
}

/*.btn { font-family: Lato; font-size: 1rem; font-weight: normal; text-decoration: none; cursor: pointer; display: inline-block; line-height: normal; padding: .5rem 1rem; margin: 0; 
 height: auto; border: 1px solid #ccc;  vertical-align: middle; -webkit-appearance: none; color: #555; background-color: rgba(0, 0, 0, 0);}*/

/*portfolio section css*/
/*.portfolio{ overflow: hidden; width:100%;}
.heading_filter_menu{ overflow: hidden; height: 150px;}
.main_portfolio .head_title h4{ float:left; font-size:1.375rem;}
.main_portfolio .head_title a{ display: inline-block; float:right; color:#413d4b;}
.main_portfolio_content{}
.grid{}
.grid-item {  width: 23%; }
.grid-item--width2{ width:45%; height: 300px;}
.grid-item img{ width:100%; height: 100%;}
.portfolio .grid-item{ position: relative;}
.portfolio .grid-item:hover .grid_item_overlay{ opacity: 1;}
.portfolio .grid_item_overlay{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding-top: 33%; color: #fff; transition: all 0.6s;
 opacity: 0; background-color: rgba(76, 61, 114, 0.55)}
.portfolio .grid_item_overlay p{ color:#fff; margin-bottom:5px;}
.portfolio .grid_item_overlay i{ margin-bottom:10px; font-size:2rem; color:#FFF;}*/

/* Carousel Testimonial */
.testimonial {
  background: url(../images/testbg.jpg) no-repeat center center;
  background-size: cover;
}

.main_testimonial {
  color: #fff;
}

.main_testimonial .single_testimonial i {
  color: #fff;
  margin-bottom: 30px;
  font-size: 2rem;
  padding: 2px;
}

.main_testimonial .single_testimonial p {
  color: #fff;
  letter-spacing: .03rem;
}

.main_testimonial .single_testimonial .single_test_author {
  margin-bottom: 40px;
  display: inline-block;
}

.main_testimonial .single_testimonial .single_test_author h4 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 1rem;
}

.main_testimonial .single_testimonial .single_test_author h4 span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.main_testimonial .single_testimonial .single_test_author p {
  color: #fff;
}

.main_testimonial .owl-theme .owl-dots .owl-dot span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transform: rotate(0deg);
}

/*clogo section css*/
.clogo {
  background: #eee;
}

/*contact section css*/
.contact {
  background-color: #f5f7f9;
  overflow: hidden;
}

.contact .single_contact_info {
  margin-bottom: 45px;
  overflow: hidden;
}

.contact .single_info_icon {
  width: 15%;
  float: left;
  margin-right: 5%;
}

.contact .single_info_icon i {
  width: 60px;
  height: 56px;
  line-height: 56px;
  color: #444;
  background: url(../images/info_iconbg.png) no-repeat;
  font-size: 1.5rem;
  padding-left: 15px;
}

.contact .single_info_text {
  float: left;
  width: 80%;
}

/*maps section css*/

.maps {
  background: url(../images/mapbg.jpg) no-repeat top center;
  overflow: hidden;
  background-size: cover;
  position: relative;
}

.main_maps {
  width: 100%;
  height: 100%;
}

.main_maps .map_canvas_icon {
  position: absolute;
  left: 35%;
  top: 25%;
  cursor: pointer;
}

.main_maps i {
  color: #fff;
  font-size: 2rem;
}

.main_maps h2 {
  color: #fff;
}

#map_canvas {
  height: 160px;
  width: 100%;
}

/*footer widget*/

.footer_widget {
  background: #1a1a1a;
  color: #fff;
  background-size: cover;
}

.footer_widget .main_widget {
  padding: 55px 15px 80px 15px;
  overflow: hidden;
}

.single_widget {
  margin-bottom: 30px;
}

.single_widget.log {
  margin-bottom: 30px;
  text-align: justify;
  padding-right: 40px;
}

.single_widget ul {
  margin-top: 40px;
}

.single_widget ul li {
  margin-bottom: 10px;
}

.single_widget ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.4rem;
}

.single_widget ul li a:hover {
  color: #457599;
}

.footer_logo {
  margin-bottom: 20px;
}

.single_widget p a {
  color: #fff;
}

.single_widget p a:hover,
.single_widget p a:active,
.single_widget p a:focus {
  color: #457599;
}

.single_widget li.single_latest_news {
  margin-bottom: 20px;
}

.footer_subcribs_area .navbar-form {
  padding: 0;
}

.footer_subcribs_area .form-control {
  font-size: 14px;
  border: 1px solid #a199b4;
  color: #a199b4;
  border-radius: 0px;
  width: 100%;
  display: inline-block;
  height: 45px;
  background-color: transparent;
  line-height: 20px;
}

.footer_subcribs_area .form-group {
  position: relative;
}

.footer_subcribs_area .submit_btn {
  background: transparent;
  border: 0px solid #ccc;
  color: #ededed;
  padding: 5px 10px;
  border-radius: 0px;
  height: 45px;
  outline: none;
  width: 25%;
  transition: all .6s;
  margin-left: 5px;
  position: absolute;
  right: 0;
  top: 0;
}

.footer_subcribs_area .submit_btn:hover {
  color: #fff;
}

.footer_subcribs_area .submit_btn:before {
  content: "\f178";
  font-family: 'Fontawesome';
  text-align: center;
  font-size: 1rem;
}

/*footer section*/
.footer {
  background: #457599;
}

.footer .main_footer {
  overflow: hidden;
  padding: 20px 0px;
}

.footer .flowus {
  text-align: right;
}

.footer .flowus a i {
  color: #fff;
  font-size: 1rem;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 18px;
  margin-right: 5px;
  margin-top: 10px;
}

.footer .flowus a i:hover,
.footer .flowus a i:active,
.footer .flowus a i:focus {
  border: 1px solid #444;
  color: #444;
}

.copyright_text {
  text-align: left;
}

.copyright_text p {
  color: #fff;
  line-height: 25px;
  max-width: 100%;
  padding-top: 15px;
}

.copyright_text p i {
  padding: 0px 10px;
  color: #ff0000;
}

.copyright_text p a {
  padding: 0px 10px;
  color: #fff;
}

.footer .single_widget ul {
  margin-top: 20px;
}

.single_features_slide .owl-controls {
  bottom: 10px;
  position: absolute;
  width: 100%;
}

/* Parallax */
.parallax-text h3 {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  line-height: 5rem;
}

.parallax-text p {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
}

.parallax-text p.small {
  font-size: 1.1rem;
  text-transform: inherit;
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
}

.parallax-text h3 span {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
}

.parallax-text .image {
  margin-bottom: 15px;
}

/* Servicios */
.main_team_area {
  overflow: hidden;
}

.main_team_area .main_team_content {
  margin-bottom: 80px;
  display: inline-block;
}

.single_team:hover .team_socail_area {
  max-height: 60px;
  overflow: hidden;
}

.team_socail_area img {
  width: 100%;
}

.single_team {
  overflow: hidden;
}

.single_team:hover .single_team_text {
  display: none;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.team_socail_area {
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  overflow: hidden;
  max-height: 0;
  height: 100px;
}

.team_socail_area a i {
  color: #cecece;
  padding: 5px;
  transition: all 0.6s;
}

.team_socail_area a:hover i {
  color: #444;
}

.main_team_area .single_team img {
  width: 100%;
}

.main_team_area .single_team .single_team_text {
  padding: 20px;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.main_team_area .single_team .single_team_text h6 {
  font-weight: 700;
  color: #231f20;
}

.main_team_area .single_team .single_team_text {
  font-weight: 300;
  height: 100px;
}

.single_features_text .btn.right {
  float: right;
  margin-top: 0;
}

.single_team_text.text-center {
  font-weight: 400;
  color: #231f20;
  font-size: 1rem;
  height: 100px;
  padding-top: 15px;
}

.team_socail_area.text-center h6 {
  font-weight: 400;
  color: #231f20;
  font-size: 1rem;
  height: 100px;
  padding-bottom: 15px;
}

.single_team_text.text-center h6 {
  font-weight: 600;
  text-transform: uppercase;
}

.single_team.m-t-2 img {
  width: 100%
}

#overteam {
  height: 630px;
  overflow: hidden;
}

/*Sponsors*/

.sponsors {
  background-color: #f5f7f9;
  overflow: hidden;
  padding: 40px 0;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slide a {
  display: block;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}



/**********************
Ws botón redondo con tooltip
***********************/
#chat-ws-redondo.ws.tooltip {
  position: fixed;
  bottom: 20px;
  right: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  cursor: pointer;
  display: block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(91, 91, 91, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(91, 91, 91, 0.5);
  z-index: 999;
  background: #1ca550;
  padding: 10px;
  opacity: 1;
}

#chat-ws-redondo.ws.tooltip img {
  padding-left: 0px;
  padding-top: 0px;
  width: 100%;
}

#chat-ws-redondo.ws.tooltip i {
  font-size: 44px;
  color: white;
}

.ws.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #1ca550;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.ws.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #1ca550 transparent transparent transparent;
}

.ws.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}