/*=====================================================================
@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ banner
05/ slider
06/ feature
07/ button
08/ service
09/ testimonials 
10/ blog 
11/ contact 
12/ footer 
=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

.margin-bottom-0 { margin-bottom: 0px !important; }
.margin-bottom-30 { margin-bottom: 30px !important; }
.margin-bottom-50 { margin-bottom: 50px !important; }
.margin-bottom-60 { margin-bottom: 60px !important; }
.margin-bottom-100 { margin-bottom: 100px !important; }

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

a {
  text-decoration: none;
}

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

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

body {
  line-height: 26px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

#error {
  display: none;
}

.display_table {
  display: table;
  width: 100%;
}

.display_table_row {
  display: table-row;
}

.display_table_cell {
  display: table-cell;
  float: none !important;
}

.p_60 {
  padding: 60px 0px;
}

.p_100 {
  padding: 100px 0px;
}

iframe {
  border: none;
}

i:before {
  margin-left: 0px !important;
}

/* Container Custome Code css
============================================================================================ */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* End Container Custome Code css
============================================================================================ */
/* Main title css
============================================================================================ */
.textwidget img.img-fluid { width: 100%; }
.main_title h2 {
  font-size: 40px;
  line-height: 48px;
  font-family: "Roboto", sans-serif;
  color: #232d37;
  font-weight: 500;
}

.main_title p {
  font-size: 16px;
  color: #51545f;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  padding-top: 15px;
}

.center_title {
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}

.center_title h2 {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.center_title p {
  font-size: 16px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  padding-top: 10px;
}

.b_center_title {
  text-align: center;
  padding-bottom: 50px;
}

.b_center_title h2 {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #232d37;
}

.b_center_title p {
  font-size: 16px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  padding-top: 10px;
  color: #51545f;
}

/* Main title css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Menu Area css
============================================================================================ */
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}

.main_menu_area {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 30;
  padding: 0px 75px;
  /* background: rgba(0,55,41,0.8); */
}

.main_menu_area .navbar {
  padding: 0px;
  background-color: transparent !important;
  }

.main_menu_area .navbar .navbar-collapse {
  text-align: right;
}

@media (min-width: 992px) {
  .main_menu_area .navbar .navbar-collapse {
    display: block !important;
  }
}

.main_menu_area .navbar .navbar-nav {
  display: inline-block;
}

.main_menu_area .navbar .navbar-nav li {
  display: inline-block;
  margin-right: 50px;
}

.main_menu_area .navbar .navbar-nav li.facebook {
  margin-right: 20px;
}

.main_menu_area .navbar .navbar-nav li a {
  padding: 0px;
  line-height: 99px;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.main_menu_area .navbar .navbar-nav li:last-child {
  margin-right: 0px;
}

.main_menu_area .navbar .navbar-nav li:hover a, .main_menu_area .navbar .navbar-nav li.active a {
  color: orange;
}

.dropdown-megamenu {
  background-color: white;
  width: 280px;
  margin: -12px 0 0 -114px;
  border-top: 4px solid #2BC0A4;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
}
.navbar_fixed .dropdown-megamenu { margin-top: 7px; }
.dropdown-megamenu .indicator {
  position: absolute;
  width: 100px;
  height: 16px;
  background-color: #2BC0A4;
  left: 50%;
  margin: -26px 0 0 -50px;
}

.dropdown-megamenu ul { margin: 0; padding: 0; }
.dropdown-megamenu ul li { display: block !important; margin-right: inherit !important; }
.dropdown-megamenu ul li a {
  font-size: 14px !important;
  display: block !important;
  margin: 0 15px;
  padding-left: 46px !important;
  color: #21927D !important;
  line-height: 60px !important;
  background-size: 40px !important;
}
.dropdown-megamenu ul li a:hover { color: orange !important;}

.dropdown-megamenu ul li.item-01 a { background: url("../img/megamenu-icon-01.png") no-repeat left center;}
.dropdown-megamenu ul li.item-02 a { background: url("../img/megamenu-icon-02.png") no-repeat left center;}
.dropdown-megamenu ul li.item-03 a { background: url("../img/megamenu-icon-03.png") no-repeat left center;}
.dropdown-megamenu ul li.item-04 a { background: url("../img/megamenu-icon-04.png") no-repeat left center;}
.dropdown-megamenu ul li.item-05 a { background: url("../img/megamenu-icon-05.png") no-repeat left center;}


.dropdown-megamenu-2 {
  margin: -12px 0 0 -75px;
  width: 300px;
}

.dropdown-megamenu-2 ul li.item-01 a { background: url("../img/megamenu2-icon-01.png") no-repeat left center;}
.dropdown-megamenu-2 ul li.item-02 a { background: url("../img/megamenu2-icon-02.png") no-repeat left center;}
.dropdown-megamenu-2 ul li.item-03 a { background: url("../img/megamenu2-icon-03.png") no-repeat left center;}
.dropdown-megamenu-2 ul li.item-04 a { background: url("../img/megamenu2-icon-04.png") no-repeat left center;}
.dropdown-megamenu-2 ul li.item-05 a { background: url("../img/megamenu2-icon-05.png") no-repeat left center;}

.top-ans { position: absolute; z-index: 1000; top: 10px; right: 10px; }
.top-ans img { height: 80px}


@media (min-width: 992px) {
  .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu {
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    display: block;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    min-width: 246px;
    background: #fff;
    border-radius: 0px;
    border: none;
    top: 99%;
    padding: 25px 0px 30px 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  }
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li {
  display: block;
  margin-right: 0px;
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a {
  padding: 0px 25px;
  line-height: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-shadow: none;
  line-height: 42px;
  color: #232d37;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  text-transform: capitalize;
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a:before {
  display: none;
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li:hover a {
  color: #2bc0a4;
}

@media (min-width: 992px) {
  .main_menu_area .navbar .navbar-nav li.submenu:hover.submenu .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.main_menu_area .navbar .navbar-nav.justify-content-end {
  margin-left: 85px;
}

.main_menu_area .navbar .navbar-nav.justify-content-end li {
  margin-right: 25px;
}

.main_menu_area .navbar .navbar-nav.justify-content-end li a {
  font-size: 16px;
}

.main_menu_area .navbar .navbar-nav.justify-content-end li:last-child {
  margin-right: 0px;
}

.main_menu_area.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -72px;
  left: 0;
  right: 0;
  background: rgba(100,26,74,1);
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
}

.main_menu_area.navbar_fixed .navbar .navbar-nav li a {
  line-height: 70px;
}

/* End Main Menu Area css
============================================================================================ */
/* End Main Menu Area css
============================================================================================ */
.search_area {
  position: fixed;
  top: -100px;
  left: 0px;
  width: 100%;
  z-index: 40;
  background: #fff;
  padding: 0px 110px;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.search_area .search_inner {
  position: relative;
}

.search_area .search_inner:before {
  content: "";
  height: 34px;
  width: 4px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #2bc0a4;
}

.search_area .search_inner input {
  border: none;
  border-radius: 0px;
  width: 100%;
  padding: 0px 32px 0px 10px;
  height: 98px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 36px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
  line-height: 98px;
  font-weight: normal;
}

.search_area .search_inner input.placeholder {
  font-size: 36px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
  line-height: 98px;
  font-weight: normal;
}

.search_area .search_inner input:-moz-placeholder {
  font-size: 36px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
  line-height: 98px;
  font-weight: normal;
}

.search_area .search_inner input::-moz-placeholder {
  font-size: 36px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
  line-height: 98px;
  font-weight: normal;
}

.search_area .search_inner input::-webkit-input-placeholder {
  font-size: 36px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
  line-height: 98px;
  font-weight: normal;
}

.search_area .search_inner i {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #2bc0a4;
  font-size: 30px;
  cursor: pointer;
}

.search_area.open {
  top: 0px;
}

/* End Main Menu Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Banner Area css
============================================================================================ */
.banner_area {
  background: url(../img/banner/banner-1.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  min-height: 400px;
}

.banner_area:before {
  content: "";
  background: rgba(100, 26, 74, 0.85);
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner_text_inner {
  text-align: center;
  position: relative;
  padding-top: 200px;
}

.banner_text_inner h4 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding-bottom: 10px;
}

.banner_text_inner ul li {
  display: inline-block;
  margin-right: 15px;
}

.banner_text_inner ul li a {
  color: #fff;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.banner_text_inner ul li a i {
  position: relative;
  left: -10px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.banner_text_inner ul li:hover a {
  color: #2bc0a4;
}

.banner_text_inner h5 {
  font-size: 18px;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

/* End Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/


/* Slider Area css
============================================================================================ */

.main_slider_area .container { position: relative; height: 100%; }

.main_slider_area .overlay-bg {
  position: absolute;
  background-color: rgba(0,0,0,0.9);
  width: 100%;
  height: 500px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.main_slider_area .slick-prev, .main_slider_area .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 50px;
  margin-top: -25px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.main_slider_area .slick-prev:before, .main_slider_area .slick-next:before {
  font-family: 'slick';
  font-size: 70px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main_slider_area .slider-image .slick-arrow { z-index: 10; }
.main_slider_area .slider-image .slick-prev { background: url("../vendors/slick/arrow-prev.png") no-repeat; left: 25px;  }
.main_slider_area .slider-image .slick-next { background: url("../vendors/slick/arrow-next.png") no-repeat; right: 25px; }

.main_slider_area .slider-image {
  height: 700px;
}


.slide-box { height: 700px; background-color: #333;}

.slide-box .textbox {
  position: absolute;
  width: 55%;
  top: 50%;
  margin-top: -80px;
  padding: 0 25px;
}

.slide-box h2 {
  color: #fff;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 30px;
}
.slide-box .lead {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 50px;
}
.slide-box .bg {
  position: absolute;
  width: 100%;
  height: 100%;
}



.slide-box .bg_btn {
  text-align: center !important;
}




/* End Slider Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Creative Feature Area css
============================================================================================ */
.creative_feature_area {
  background: #f7f7f7;
}

.c_feature_box {
  -webkit-box-shadow: 0px 25px 49px 0px rgba(58, 74, 88, 0.1);
  box-shadow: 0px 25px 49px 0px rgba(58, 74, 88, 0.1);
  border-radius: 2px;
  background: #fff;
  padding: 20px 0px;
  margin-top: -110px;
  z-index: 22;
  position: relative;
}

.c_box_item {
  padding: 0px 20px 0px 25px;
  position: relative;
}

.c_box_item:before {
  content: "";
  background: #e5e5e5;
  height: 145px;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 0px;
}

.c_feature_box .xpace:last-child .c_box_item:before {
  display: none;
  background: red;
}


.c_box_item h4 {
  font-size: 24px;
  color: #45C7AF;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.030em;
  padding-bottom: 10px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}


.c_box_item a.service-item:hover h4 {
  color: #545454;
}

.c_box_item p {
  font-size: 16px;
  line-height: 1.4em;
  color: #51545f;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.030em;
  margin-bottom: 25px;
}

.c_box_item .service-item {
  padding-top: 14px;
  text-align: center;
  float: left;
  width: 25%;
}
.c_box_item .service-item .ico { margin-bottom: 15px;}
.c_box_item .service-item h4 {
  color: #2BBFA4;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.4em;
  padding: 0 15px;
}






.d_feature_text .main_title {
  padding-bottom: 20px;
}

.d_feature_text p {
  font-size: 20px;
  color: #51545f;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  padding-bottom: 12px;
}

.d_feature_text p + p {
  padding-bottom: 0px;
}

.d_feature_text .read_btn {
  margin-top: 34px;
}

.d_feature_img {
  padding-left: 20px;
}

/* End Creative Feature Area css
============================================================================================ */
/* Industries Area css
============================================================================================ */
.industries_area {
  overflow: hidden;
  padding-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.left_indus {
  width: calc(50% + 85px);
  float: left;
  text-align: right;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.right_indus {
  width: calc(50% - 85px);
  float: right;
}

.indus_img {
  text-align: right;
  padding-right: 85px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.indus_img img {
  max-width: 100%;
}

.indus_text {
  max-width: 500px;
}

@media (min-width: 1500px) {
  .indus_text {
    padding-top: 80px;
  }
}

.indus_text .read_btn {
  width: 180px;
  margin-top: 60px;
}

.our_skill_inner {
  margin-top: 45px;
}

.our_skill_inner .single_skill {
  margin-bottom: 30px;
}

.our_skill_inner .single_skill h3 {
  color: #232d37;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 6px;
}

.our_skill_inner .single_skill .progress {
  height: 8px;
  border-radius: 0px;
  background: #e5e5e5;
  overflow: visible;
}

.our_skill_inner .single_skill .progress .progress-bar {
  background-image: -webkit-linear-gradient(180deg, #20d497 0%, #F4C428 100%);
  background-image: -moz-linear-gradient(180deg, #20d497 0%, #F4C428 100%);
  background-image: -ms-linear-gradient(180deg, #20d497 0%, #F4C428 100%);
  position: relative;
  overflow: visible;
  background-color: transparent;
}

.our_skill_inner .single_skill .progress .progress-bar .progress_parcent {
  position: absolute;
  right: 0px;
  top: -25px;
  color: #232d37;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.our_skill_inner .single_skill:last-child {
  margin-bottom: 0px;
}

/* End Industries Area css
============================================================================================ */
/* Project Area css
============================================================================================ */
.project_area {
  background: url(../img/project-bg.jpg) no-repeat fixed center center;
  background-size: cover;
  position: relative;
  z-index: 3;
  padding: 80px 0px;
  color: #fff;
}

.project_area:before {
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: -1;
  background: rgba(100, 26, 74, 0.9);
}

.project_area h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.project_inner .tp_btn {
  margin-top: 5px;
}



.segmented {
  /* width: 90%; */
}

.segmented .btn-place {
  float: left;
  width: 50%;
}

.segmented input[type=radio] {
  display: none;
}
.segmented label {
  display: block; margin-right: 20px;
  text-align: center;
  border: solid 2px #2BBFA4;
  border-radius: 4px;
  padding: 8px 0;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-transform: uppercase;
  font-weight: 600;
}

.segmented input:checked + label {
  background: #aaa;
  background-image: -webkit-gradient(linear, left top, right top, from(#2BBFA4), to(#208E7B));
  background-image: -webkit-linear-gradient(left, #2BBFA4 0%, #208E7B 100%);
  background-image: -o-linear-gradient(left, #2BBFA4 0%, #208E7B 100%);
  background-image: linear-gradient(to right, #2BBFA4 0%, #208E7B 100%);
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.segmented label:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#2BBFA4), to(#208E7B));
  background-image: -webkit-linear-gradient(left, #2BBFA4 0%, #208E7B 100%);
  background-image: -o-linear-gradient(left, #2BBFA4 0%, #208E7B 100%);
  background-image: linear-gradient(to right, #2BBFA4 0%, #208E7B 100%);
}


.form-info {

}

.form-info .form-control {
  background-color: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 14px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 4px;
  padding: 10px;
}
.form-info select.form-control {
  padding-bottom: 2px;
}

.form-info select.form-control option {
  color: black;
  margin-top: 20px;
}

.form-info .form-group {
  margin-bottom: 8px;
}

.form-info .form-control::-webkit-placeholder { color: #FFB973; }
.form-info .form-control::-webkit-input-placeholder { color: #FFB973; }
.form-info .form-control::-moz-placeholder { color: #FFB973; }
.form-info .form-control:-ms-input-placeholder { color: #FFB973; }
.form-info .form-control:-moz-placeholder { color: #FFB973; }

.submit { padding-top: 50px; text-align: center;}


/* End Project Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Border Button Area css
============================================================================================ */
.read_btn {
  height: 46px;
  width: 160px;
  line-height: 48px;
  color: #232d37;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, right top, from(#F4C428), color-stop(51%, #F68734), to(#F4C428));
  background-image: -webkit-linear-gradient(left, #F4C428 0%, #F68734 51%, #F4C428 100%);
  background-image: -o-linear-gradient(left, #F4C428 0%, #F68734 51%, #F4C428 100%);
  background-image: linear-gradient(to right, #F4C428 0%, #F68734 51%, #F4C428 100%);
  text-align: center;
  position: relative;
  background-size: 200% auto;
  z-index: 2;
  display: block;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.read_btn:before {
  content: "";
  background: #f7f7f7;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 98%;
  height: 42px;
  z-index: -1;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.read_btn:hover {
  background-position: right center;
  color: #232d37;
}

.tp_btn {
  height: 46px;
  width: 165px;
  text-align: center;
  color: #fff;
  border-width: 2px;
  border-style: solid;
  border-image: -moz-linear-gradient(180deg, #20d497 0%, #F4C428 100%);
  -webkit-border-image: -webkit-linear-gradient(180deg, #20d497 0%, #F4C428 100%);
  border-image: -webkit-linear-gradient(180deg, #20d497 0%, #F4C428 100%);
  border-image: -ms-linear-gradient(180deg, #20d497 0%, #F4C428 100%);
  border-image-slice: 1;
  display: block;
  line-height: 42px;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 3;
  margin: auto;
}

.tp_btn:after {
  content: "";
  height: 46px;
  width: 165px;
  position: absolute;
  left: -2px;
  top: -2px;
  border-width: 2px;
  border-style: solid;
  border-image: -moz-linear-gradient(180deg, #F4C428 0%, #20d497 100%);
  -webkit-border-image: -webkit-linear-gradient(180deg, #F4C428 0%, #20d497 100%);
  border-image: -webkit-linear-gradient(180deg, #F4C428 0%, #20d497 100%);
  border-image: -ms-linear-gradient(180deg, #F4C428 0%, #20d497 100%);
  border-image-slice: 1;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  z-index: -1;
  opacity: 0;
}

.tp_btn:hover {
  color: #fff;
}

.tp_btn:hover:after {
  opacity: 1;
}

.bg_btn {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 160px;
  height: 46px;
  line-height: 46px;
  background-image: -webkit-gradient(linear, left top, right top, from(#F4C428), color-stop(51%, #F68734), to(#F4C428));
  background-image: -webkit-linear-gradient(left, #F4C428 0%, #F68734 51%, #F4C428 100%);
  background-image: -o-linear-gradient(left, #F4C428 0%, #F68734 51%, #F4C428 100%);
  background-image: linear-gradient(to right, #F4C428 0%, #F68734 51%, #F4C428 100%);
  -webkit-transition: all 400ms ease-out !important;
  -o-transition: all 400ms ease-out !important;
  transition: all 400ms ease-out !important;
  background-size: 200% auto;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
}

.bg_btn:hover {
  background-position: right center;
  color: #fff;
}

.bg_btn:focus {
  background-image: -webkit-gradient(linear, left top, right top, from(#F4C428), color-stop(51%, #F68734), to(#F4C428)) !important;
  background-image: -webkit-linear-gradient(left, #F4C428 0%, #F68734 51%, #F4C428 100%) !important;
  background-image: -o-linear-gradient(left, #F4C428 0%, #F68734 51%, #F4C428 100%) !important;
  background-image: linear-gradient(to right, #F4C428 0%, #F68734 51%, #F4C428 100%) !important;
  -webkit-transition: all 400ms ease-out !important;
  -o-transition: all 400ms ease-out !important;
  transition: all 400ms ease-out !important;
  background-size: 200% auto;
}

.more_btn {
  color: #2bc0a4;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
  line-height: 26px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.more_btn:hover {
  text-decoration: none;
  color: #2bc0a4;
}

.submit_btn {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#F4C428), color-stop(51%, #F68734), to(#F4C428));
  background-image: -webkit-linear-gradient(left, #F4C428 0%, #F68734 51%, #F4C428 100%);
  background-image: -o-linear-gradient(left, #F4C428 0%, #F68734 51%, #F4C428 100%);
  background-image: linear-gradient(to right, #F4C428 0%, #F68734 51%, #F4C428 100%);
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  background-size: 200% auto;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 3px;
  cursor: pointer;
}

.submit_btn:hover {
  background-position: right center;
  color: #fff;
}

.submit_btn:focus {
  background-image: -webkit-gradient(linear, left top, right top, from(#F4C428), color-stop(51%, #F68734), to(#F4C428)) !important;
  background-image: -webkit-linear-gradient(left, #F4C428 0%, #F68734 51%, #F4C428 100%) !important;
  background-image: -o-linear-gradient(left, #F4C428 0%, #F68734 51%, #F4C428 100%) !important;
  background-image: linear-gradient(to right, #F4C428 0%, #F68734 51%, #F4C428 100%) !important;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  background-size: 200% auto;
}

.submit_btn2 {
  height: 46px;
  width: 165px;
  line-height: 46px;
  color: #232d37;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, right top, from(#F4C428), color-stop(51%, #F68734), to(#F4C428));
  background-image: -webkit-linear-gradient(left, #F4C428 0%, #F68734 51%, #F4C428 100%);
  background-image: -o-linear-gradient(left, #F4C428 0%, #F68734 51%, #F4C428 100%);
  background-image: linear-gradient(to right, #F4C428 0%, #F68734 51%, #F4C428 100%);
  text-align: center;
  position: relative;
  background-size: 200% auto;
  z-index: 2;
  display: block;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  padding: 0px;
  border-radius: 2px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

.submit_btn2:before {
  content: "";
  background: #f7f7f7;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 97.5%;
  height: 40px;
  z-index: -1;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.submit_btn2:hover {
  background-position: right center;
  color: #232d37;
}

/* End Border Button Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Our Service Area css
============================================================================================ */
.service_area {
  background: url(../img/service-bg.jpg) no-repeat fixed center center;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 90px 0px;
}

.service_area:before {
  content: "";
  background: rgba(100, 26, 74, 0.9);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.service_item {
  text-align: center;
  color: #fff;
}

.service_item i {
  background-image: -moz-linear-gradient(180deg, #F58634 0%, #F4C428 100%);
  background-image: -webkit-linear-gradient(180deg, #F58634 0%, #F4C428 100%);
  background-image: -ms-linear-gradient(180deg, #F58634 0%, #F4C428 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 40px;
}

.service_item h4 {
  font-size: 19px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 18px 0px 12px 0px;
}

.service_item p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  max-width: 360px;
  margin: auto;

}

/* End Our Service Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Testimonials Area css
============================================================================================ */
.testimonials_slider .item img {
  width: auto !important;
}

.testimonials_slider .item .media {
  vertical-align: middle;
}

.testimonials_slider .item .media .d-flex {
  vertical-align: middle;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.testimonials_slider .item .media .media-body {
  padding-left: 100px;
  vertical-align: middle;
  padding-right: 40px;
}

.testimonials_slider .item .media .media-body p {
  font-size: 18px;
  color: #51545f;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 35px 0px 20px 0px;
}

.testimonials_slider .item .media .media-body h4 {
  font-size: 14px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.testimonials_slider .item .media .media-body h6 {
  font-size: 14px;
  color: #066161;
}

.testimonials_slider .item .media .media-body h4 a {
  font-size: 16px;
  color: #232d37;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.testimonials_slider .owl-prev, .testimonials_slider .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 36px;
  color: #b5aec4;
  z-index: 4;
  cursor: pointer;
}

.testimonials_slider .owl-prev {
  left: -80px;
}

.testimonials_slider .owl-next {
  right: -80px;
}

/* End Testimonials Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Latest News Area css
============================================================================================ */
.l_news_item {
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.l_news_item .l_news_img {
  overflow: hidden;
}

.l_news_item .l_news_img a {
  display: block;
}

.l_news_item .l_news_img img {
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.l_news_item .l_news_img img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.l_news_item .l_news_content {
  border: 1px solid #ebebeb;
  border-top: 0px;
  padding: 30px 35px;
}

.l_news_item .l_news_content h4 {
  font-size: 18px;
  color: #232d37;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.l_news_item .l_news_content h4:hover {
  color: #2bc0a4;
}

.l_news_item .l_news_content p {
  font-size: 14px;
  line-height: 26px;
  color: #51545f;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 15px 0px 10px 0px;
}

.l_news_item:hover {
  -webkit-box-shadow: 0px 25px 49px 0px rgba(58, 74, 88, 0.1);
  box-shadow: 0px 25px 49px 0px rgba(58, 74, 88, 0.1);
}

/* Latest News Area css
============================================================================================ */



/* Bar Phone
============================================================================================ */

.bar-phone-service {
  background-image: -moz-linear-gradient(180deg, #F4C428 0%, #F58634 100%);
  background-image: -webkit-linear-gradient(180deg, #F4C428 0%, #F58634 100%);
  background-image: -ms-linear-gradient(180deg, #F4C428 0%, #F58634 100%);
  padding: 50px 0 50px 0;
}



.bar-phone-service .ico-wrapper {
  position: absolute;
  margin-top: -8px;
}

.bar-phone-service h3 {
  font-size: 28px;
  color: #fff;
  padding: 0;
  padding-left: 110px;
  margin: 0;
  margin-bottom: 2px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.bar-phone-service p {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  padding-left: 110px;
}

.bar-phone-service a { color: #fff;}

/* Bar Phone
============================================================================================ */





/* Static Area css
============================================================================================ */
.static_area {
  padding: 100px 0px;
}

.static_main_content {
  position: relative;
}

.static_main_content .static_social {
  position: absolute;
  left: -60px;
  top: 0px;
}

.static_social ul li {
  margin-bottom: 20px;
}

.static_social ul li a {
  height: 30px;
  width: 30px;
  text-align: center;
  background: #4c65a8;
  color: #fff;
  display: block;
  border-radius: 50%;
  line-height: 30px;
}

.static_social ul li:nth-child(2) a {
  background: #41a1f6;
}

.static_social ul li:nth-child(3) a {
  background: #f43535;
}

.static_social ul li:nth-child(4) a {
  background: #8f6247;
}

.static_social ul li:nth-child(5) {
  margin-bottom: 0px;
}

.static_social ul li:nth-child(5) a {
  background: #f0c605;
}

.static_text {
  padding-top: 35px;
  padding-bottom: 15px;
}

.static_text p {
  font-size: 16px;
  line-height: 26px;
  color: #51545f;
  font-family: "Roboto", sans-serif;
}

.static_text p:last-child {
  padding-top: 15px;
}

.static_text2 h3 {
  font-size: 24px;
  color: #1e1e27;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.static_text2 p {
  font-size: 16px;
  line-height: 26px;
  color: #51545f;
  font-family: "Roboto", sans-serif;
  padding-top: 13px;
}

.media {
  margin: 30px 0px;
}

.media .d-flex h6 {
  font-family: "Playfair Display", serif;
  font-size: 100px;
  color: #2bc0a4;
  line-height: 75px;
}

.media .media-body {
  padding-left: 32px;
}

.media .media-body p {
  font-size: 18px;
  line-height: 26px;
  color: #1e1e27;
  font-family: "Roboto", sans-serif;
}

.media .media-body h5 {
  font-size: 14px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
  padding-top: 15px;
}

.media .media-body h5 a {
  font-size: 16px;
  color: #232d37;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.media .media-body h5 a:hover {
  color: #2bc0a4;
}

.right_sidebar_area {
  padding-left: 20px;
}

.right_widget {
  margin-bottom: 45px;
}

.r_w_title {
  padding-bottom: 20px;
}

.r_w_title h3 {
  font-size: 22px;
  color: #1e1e27;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.r_news_widget .news_inner .news_item {
  border-bottom: 1px solid #eeeef0;
  padding-bottom: 14px;
  margin-bottom: 15px;
}

.r_news_widget .news_inner .news_item h4 {
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #1e1e27;
  padding-bottom: 7px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.r_news_widget .news_inner .news_item h4:hover {
  color: #2bc0a4;
}

.r_news_widget .news_inner .news_item h6 {
  font-size: 14px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
}

.r_news_widget .news_inner .news_item:last-child {
  margin-bottom: 0px;
}

.r_cat_widget ul li {
  margin-bottom: 12px;
}

.r_cat_widget ul li a {
  font-size: 16px;
  color: #1e1e27;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  padding-left: 20px;
  position: relative;
}

.r_cat_widget ul li a:before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #2bc0a4;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.r_cat_widget ul li:hover a {
  color: #2bc0a4;
}

.r_cat_widget ul li:hover a:before {
  left: 5px;
}

.r_tag_widget ul {
  margin-right: -9px;
}

.r_tag_widget ul li {
  display: inline-block;
  margin-bottom: 9px;
  margin-right: 6px;
}

.r_tag_widget ul li a {
  font-size: 12px;
  color: #51545f;
  font-family: "Roboto", sans-serif;
  background: #ebebeb;
  display: inline-block;
  padding: 0px 20px;
  text-transform: uppercase;
  line-height: 30px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.r_tag_widget ul li:last-child {
  margin-bottom: 0px;
  margin-right: 0px;
}

.r_tag_widget ul li:hover a {
  color: #2bc0a4;
}

/* End Static Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Contact Us Area css
============================================================================================ */
.contact_us_area {
  padding: 110px 0px;
}

.contact_us_area .main_title h2 {
  font-size: 32px;
}


.mapBox {
  min-height: 520px;
  -webkit-box-shadow: 0px 27px 51.33px 7.67px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 27px 51.33px 7.67px rgba(0, 0, 0, 0.15);
}



.contact_details_inner {
  /* padding-top: 75px; */
}

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


.contact_text .contact_d_list .contact_d_list_item {
  margin-bottom: 22px;
}

.contact-profile__item {
  padding-bottom: 1.1875rem;
  margin-bottom: 1.1875rem;
  border-bottom: 1px solid #eeeeee;
}

.contact-profile__item h5 {
  font-size: 1rem;
}
.contact-profile__icon { float: left; color: #999999; }
.contact-profile__text {
  margin-left: 20px;
  margin-bottom: 0;
  font-size: 0.875rem;
}


.maps { padding-bottom: 0px; }
.mapa iframe {
  width: 100%;
  height: 300px;
  /* pointer-events: none; */
}



.contact_text .contact_d_list .contact_d_list_item a {
  font-size: 16px;
  color: #51545f;
  font-family: "Roboto", sans-serif;
  display: block;
}

.contact_text .contact_d_list .contact_d_list_item p {
  font-size: 16px;
  color: #51545f;
  font-family: "Roboto", sans-serif;
  display: block;
  line-height: 24px;
}

.contact_text .contact_d_list .contact_d_list_item:last-child {
  margin-bottom: 0px;
}

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

.contact_text .static_social .main_title {
  padding-bottom: 25px;
}

.contact_text .static_social ul li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 0px;
}

.contact_text .static_social ul li:last-child {
  margin-right: 0px;
}

.contact_form .main_title {
  padding-bottom: 40px;
}

.contact_us_form .form-group {
  margin-bottom: 20px;
}

.contact_us_form .form-group input {
  height: 50px;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 0px 16px;
  font-size: 16px;
  color: #7f7f7f;
  font-family: "Roboto", sans-serif;
}

.contact_us_form .form-group input.placeholder {
  font-size: 16px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
}

.contact_us_form .form-group input:-moz-placeholder {
  font-size: 16px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
}

.contact_us_form .form-group input::-moz-placeholder {
  font-size: 16px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
}

.contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 16px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
}

.contact_us_form .form-group input:focus {
  border-color: #7f7f7f;
}

.contact_us_form .form-group textarea {
  height: 80px;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 12px 16px;
  font-size: 16px;
  color: #7f7f7f;
  font-family: "Roboto", sans-serif;
  resize: none;
}

.contact_us_form .form-group textarea.placeholder {
  font-size: 16px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
}

.contact_us_form .form-group textarea:-moz-placeholder {
  font-size: 16px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
}

.contact_us_form .form-group textarea::-moz-placeholder {
  font-size: 16px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
}

.contact_us_form .form-group textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
}

.contact_us_form .form-group textarea:focus {
  border-color: #7f7f7f;
}

.contact_us_form .form-group:last-child {
  margin-bottom: 0px;
  margin-top: 10px;
}

/* End Contact Us Area css
============================================================================================ */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* End Search Popup Area css
============================================================================================ */
/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  -ms-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  color: #2bc0a4;
  padding-bottom: 10px;
}

.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
.footer_widgets_area {
  background: #333;
  overflow: hidden;
  padding: 60px 0px;
}

.f_w_title {
  padding-bottom: 25px;
}

.f_w_title h3 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0px;
}
.f_w_title h4 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 15px;
}

.f_w_title h5 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 10px;
  opacity: 0.4;
}

.subscribe_widget .input-group input {
  background: #2b2e3d;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border-radius: 3px;
  font-size: 12px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
  padding: 0px 15px;
}

.subscribe_widget .input-group input.placeholder {
  font-size: 12px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
}

.subscribe_widget .input-group input:-moz-placeholder {
  font-size: 12px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
}

.subscribe_widget .input-group input::-moz-placeholder {
  font-size: 12px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
}

.subscribe_widget .input-group input::-webkit-input-placeholder {
  font-size: 12px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
}

.subscribe_widget ul {
  margin-bottom: 30px;
}

.subscribe_widget ul li {
  display: inline-block;
  margin-right: 12px;
}

.subscribe_widget ul li a {
  font-size: 20px;
  color: #b5aec4;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.subscribe_widget ul li:hover a {
  color: #2bc0a4;
}


.categories_widget ul {
  float: left;
  margin-top: -4px;
}

.categories_widget ul li a {
  position: relative;
  font-size: 14px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
  line-height: 36px;
  -webkit-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
}

.categories_widget ul li a i {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
}

.categories_widget ul li:hover a {
  padding-left: 15px;
  color: orange;
}

.categories_widget ul li:hover a i {
  opacity: 1;
}

.contact_widget {
  margin-left: 50px;
  color: #b5aec4;
  font-size: 13px;
}

.contact_widget .icon-container {
  display: inline-block;
  margin-right: 0.1875rem;
  width: 1.25rem;
  margin-bottom: 0;
}

.ans_banner { padding-top: 20px; }

.ans_banner img {
  width: 200px;
}


.contact_widget a, .contact_widget p, .contact_widget h6 {
  font-size: 14px;
  color: #b5aec4;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.contact_widget a:hover, .contact_widget p:hover, .contact_widget h6:hover {
  /* color: #2bc0a4; */
}

.contact_widget p {
  padding: 23px 0px;
}

.copy_right_area {
  background: #04081d;
  overflow: hidden;
}

.copy_right_area .float-md-left h5 {
  color: #51545f;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 50px;
}

.copy_right_area .float-md-left h5 a {
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  color: #51545f;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 50px;
}

.copy_right_area .float-md-left h5 a:hover {
  color: #2bc0a4;
}

.copy_right_area .float-md-right .nav li {
  margin-right: 35px;
}

.copy_right_area .float-md-right .nav li a {
  padding: 0px;
  line-height: 50px;
  font-size: 14px;
  color: #51545f;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.copy_right_area .float-md-right .nav li:last-child {
  margin-right: 0px;
}

.copy_right_area .float-md-right .nav li:hover a {
  color: #2bc0a4;
}

/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */


.navbar-brand img {
  height: 70px;
  margin: 6px 0;
}





/* Institucional
============================================================================================ */
/*---------------------------------------------------- */
.banner_area-institucional {
  background: url(../img/banner/banner-2.jpg) no-repeat scroll center center;
}
.institucional_area {
  padding: 60px 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.institucional_area p { margin-bottom: 1em; font-size: 16px;}

.institucional_area h4 { margin-bottom: 10px; padding-top: 20 }

.portfolio-grid__header { margin-bottom: 1.875rem; position: relative; }
@media (min-width: 480px) { .portfolio-grid__header { border-bottom: 1px solid #eeeeee; } }

.portfolio-grid__nav { margin: 0; padding: 0; list-style: none; overflow: hidden; position: relative; }
@media (min-width: 480px) { .portfolio-grid__nav { display: block; overflow: visible; position: static; } }

.portfolio-grid__nav-item { text-overflow: ellipsis; display: inline-block; margin-top: 50px; margin-right: 20px; }
@media (min-width: 480px) {
  .portfolio-grid__nav-item { display: inline-block; margin-top: inherit; margin-right: 1.9375rem; }
  .portfolio-grid__nav-item:last-of-type { margin-right: 0;}
}

.portfolio-grid__nav-item.is-active { display: block; position: absolute; top: 0; left: 0; right: 0; color: #333333; margin-top: 0px }
@media (min-width: 480px) { .portfolio-grid__nav-item.is-active { position: relative; display: inline-block; } }

.portfolio-grid__nav-item.is-active::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background-color: #edac15; }
@media (min-width: 480px) { .portfolio-grid__nav-item.is-active::after { bottom: 0; } }

.portfolio-grid__nav-item.is-active > .portfolio-grid__nav-link { color: #333333; font-size: 24px; }
.portfolio-grid__nav-link { font-size: 1.2rem; font-family: "Roboto", "Roboto", Helvetica, Arial, sans-serif; font-weight: bold; display: block; padding-top: 1rem; padding-bottom: 1rem; color: #999999; transition: all 200ms ease-out; }
@media (min-width: 480px) {
                            .portfolio-grid__nav-link { display: inline-block; padding-top: 0.5rem; padding-bottom: 1.2rem; }
                            .portfolio-grid__nav-item.is-active > .portfolio-grid__nav-link { font-size: 1.2rem; }
}
.portfolio-grid__nav-link:focus, .portfolio-grid__nav-link:hover { text-decoration: none; color: #333333; }
.portfolio-grid__mobile-filter { position: absolute; right: 0; top: 0.1875rem; z-index: 2; height: 2.8125rem; line-height: 2.8125rem; padding-top: 0; padding-bottom: 0; }
.portfolio-grid__arrows { position: absolute; bottom: 0; width: 100%; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; opacity: 1; visibility: visible; transition: opacity .2s; }
@media (min-width: 992px) { .portfolio-grid__arrows { position: static; width: 6.25rem; float: right; } }
.portfolio-grid__arrow { text-align: center; height: 2.8125rem; line-height: 2.8125rem; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); border-radius: 0.125rem; color: #999999; background-color: #ffffff; -webkit-flex: 0 0 calc(50% - 15rem/16); -ms-flex: 0 0 calc(50% - 15rem/16); flex: 0 0 calc(50% - 15rem/16); }
@media (min-width: 992px) { .portfolio-grid__arrow { -webkit-flex: 0 0 2.8125rem; -ms-flex: 0 0 2.8125rem; flex: 0 0 2.8125rem; } }
.portfolio-grid__arrow:focus, .portfolio-grid__arrow:hover { color: #333333; }
.portfolio-grid__card { display: block; color: #999999; margin-bottom: 1.875rem; }
.portfolio-grid__card-block { padding: 0.9375rem 1.1875rem 0.875rem; position: relative; }
.portfolio-grid__card-block::after { position: absolute; content: ''; border: 10px solid transparent; border-width: 0 0 10px 10px; border-bottom-color: #cccccc; bottom: 0.625rem; right: 0.625rem; transition: all 200ms ease-out; }
.portfolio-grid__card-img { width: 100%; }
.portfolio-grid__card-title, .portfolio-grid__card-block h5 { font-size: 0.9375rem; margin-bottom: 0.0625rem; transition: all 200ms ease-out; }
.portfolio-grid__card-text, .portfolio-grid__card-block p { font-size: 0.875rem; }
.portfolio-grid__card-text:last-child, .portfolio-grid__card-block p:last-child { margin-bottom: 0; }
.portfolio-grid__card:focus, .portfolio-grid__card:hover { text-decoration: none; color: #999999; }
.portfolio-grid__card:focus h5, .portfolio-grid__card:hover h5 { color: #EDAC15; }
.portfolio-grid__card:focus .portfolio-grid__card-title, .portfolio-grid__card:hover .portfolio-grid__card-title { color: #edac15; }
.portfolio-grid__card:focus .portfolio-grid__card-block::after, .portfolio-grid__card:hover .portfolio-grid__card-block::after { border-bottom-color: #edac15; }
.portfolio-grid__card--dummy { border: 3px dotted #cccccc; background-color: #f1f1f1; }
.portfolio-grid__card--dummy .fa { color: #cccccc; }
.portfolio-grid__card--dummy .portfolio-grid__card-block { padding: 2.5rem 0.625rem 1.5rem; }
.portfolio-grid__card--dummy .portfolio-grid__card-block::after { display: none; }
.portfolio-grid__card--dummy .portfolio-grid__card-title, .portfolio-grid__card--dummy h5 { color: #999999; padding-top: 0.1875rem; padding-bottom: 1.625rem; }
.portfolio-grid__card--dummy:focus .portfolio-grid__card-title, .portfolio-grid__card--dummy:hover .portfolio-grid__card-title { color: #999999; }
.portfolio-grid--slider .portfolio-grid__header { border-bottom-color: #dddddd; padding-bottom: 4.6875rem; }
@media (min-width: 992px) { .portfolio-grid--slider .portfolio-grid__header { padding-bottom: 0; } }
.portfolio-grid--slider .portfolio-grid__card { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
.portfolio-grid--slider .portfolio-grid__card-block { border: 0; }
.portfolio-grid--slider.is-nav-arrows-hidden .portfolio-grid__arrows { display: none; }
.portfolio-grid--slider.is-nav-arrows-hidden .portfolio-grid__header { padding-bottom: 0; }
@-webkit-keyframes fadeout { from { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
  to { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } }
@keyframes fadeout { from { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
  to { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } }
.portfolio-grid .is-fadeout { -webkit-animation: fadeout ease-in-out 0.2s 1 forwards; animation: fadeout ease-in-out 0.2s 1 forwards; }
.portfolio-grid .is-fadein { -webkit-animation: fadeout ease-in-out 0.2s 1 reverse forwards; animation: fadeout ease-in-out 0.2s 1 reverse forwards; }

.ans_banner {}
.ans_banner img {width: 200px; }
.desktop-hidden { display: none; }

.pure-img { width: 100%; }
.subtitle { font-size: 40px; font-weight: 400; color:#808080; letter-spacing: -1px; }
.intro .subtitle { font-size: 22px; }

p.smal {
  font-size: 14px;
}


/* Parceiros
============================================================================================ */
/*---------------------------------------------------- */
.banner_area-parceiros {
  background: url(../img/banner/banner-3.jpg) no-repeat scroll center center;
}
.parceiros-area { padding: 60px 0; }
.parceiros-area h2 { font-size: 28px; margin-bottom: 10px;  }
.parceiros-area h4 { font-size: 16px; color: #666; text-align: center; }
.parceiros-area .img-holder { padding: 20px; border: 1px solid #ccc; margin-bottom: 10px; text-align: center; }
.parceiros-area .img-holder img { }





/* Guia Médico
============================================================================================ */
/*---------------------------------------------------- */
.banner_area-guia {
  background: url(../img/banner/banner-4.jpg) no-repeat scroll center center;
}
.guia-area {}
.guia-area a.guia-link:hover h4 { color: orangered; }
.guia-area a.guia-link:hover .img-holder { border-color: orangered; }



/* Planos
============================================================================================ */
/*---------------------------------------------------- */
.banner_area-planos {
  background: url(../img/banner/banner-4.jpg) no-repeat scroll center center;
}
.planos-area { padding: 60px 0; }
.planos-area .headlight { color: #006C48; padding: 30px 0; border-top: 3px solid #F4BF29; border-bottom: 3px solid #F4BF29; }
.planos-area .vantagens-box {}
.planos-area .vantagens-box h3 { font-size: 30px; letter-spacing: -0.025em; color: #006C48; margin-bottom: 0; }
.planos-area .vantagens-box h3 span { font-size: 20px; margin-right: 3px; color: #999; }
.planos-area .vantagens-box ul { margin: 0; padding: 0; }
.planos-area .vantagens-box ul li { list-style: disc; margin-left: 20px; font-size: 16px; color: #51545f }



/* Programa Bem Viver
============================================================================================ */
/*---------------------------------------------------- */
.banner_area-bemviver {
  background: url(../img/banner/banner-7.jpg) no-repeat scroll center center;
}
.bemviver-area { padding: 60px 0; }
.bemviver-area .headlight { color: #006C48; padding: 30px 0; border-top: 3px solid #F4BF29; border-bottom: 3px solid #F4BF29; }
.bemviver-area .bemviver-content {}
.bemviver-area .bemviver-content h3 { font-size: 24px; letter-spacing: -0.025em; color: #006C48; margin-bottom: 0; }


.bemviver-icons { text-align: center; }
.bemviver-icons p {}
.bemviver-icons img {}


/* 2a via de Boletos
============================================================================================ */
/*---------------------------------------------------- */
.banner_area-boletos {
  background: url(../img/banner/banner-5.jpg) no-repeat scroll center center;
}

.boletos-area { padding: 80px 0; }
.boletos-area .main_title {}
.boletos-area .main_title h2 { font-size: 20px; line-height: 1.2em; margin-bottom: 15px;}
.boletos-area .main_title h3 { font-size: 40px; }
.boletos-area .main_title .icone-boleto { font-size: 100px; line-height: 1em;}
.boletos-area .main_title .icone-boleto span { }

.boletos-area-2 {
  background: #f7f7f7;
  padding-top: 80px;
}
.boletos-area-2 h2 { }
.boletos-area-2 p { font-size: 16px; }
.boletos-area-2 .boleto-img { padding: 0 150px; overflow: hidden; padding-top: 30px; }
.boletos-area-2 .boleto-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
}





/* Faça uma cotação
============================================================================================ */
/*---------------------------------------------------- */
.banner_area-cotacao {
  background: url(../img/banner/banner-7.jpg) no-repeat scroll center center;
}




/* Contato
============================================================================================ */
/*---------------------------------------------------- */
.error { color: orangered; }
.enderecos {}
.enderecos h5 { color: #006C48; padding-bottom: 10px; border-bottom: 3px solid #29B49B; }

.banner_area-contato2 {
  min-height: 250px;
}
.banner_area-contato2 .banner_text_inner {
  padding-top: 130px;
}

.text-fone { font-weight: 200; font-size: 50px !important;}




/* 05.16. Contact Form 7 */
.contact-textarea {
  height: 120px;
  background-color: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 14px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 4px;
  padding: 10px; }

.contact-submit { margin-bottom: 0.9375rem; margin-top: 1.25rem; }
@media (min-width: 544px) { .contact-submit { float: right; margin-top: -15px; } }

.contact .contact-response-output { margin: 0.3125rem 0; padding: 0.625rem 1.25rem; }
.contact .contact-validation-errors { background-color: #faf8d2; border: 2px solid #faf8d2; color: #f7f4bb; }
.contact .contact-mail-sent-ng { background-color: #ffe5e5; border: 2px solid #ffe5e5; color: #ffcccc; }
.contact .contact-mail-sent-ok { background-color: #dcf2dc; border: 2px solid #dcf2dc; color: #c9ebc9; }
.contact .contact-not-valid-tip { margin: 0 0 0.3125rem; }

form .response { font-weight: bold; text-transform: uppercase; padding: 20px 0px; display: none;}
form .response.success { color: green; }
form .response.error { color: red; }




/* Notícias
============================================================================================ */
/*---------------------------------------------------- */
.banner_area-noticias {
  background: url(../img/banner/banner-6.jpg) no-repeat scroll center center;
}

.banner_area-noticias { min-height: 250px; }
.banner_area-noticias .banner_text_inner { padding-top: 130px; }
.banner_area-noticias .banner_text_inner h4 { font-size: 36px; }

.noticias-area { padding: 60px 0; }
.noticias-area .static_img { margin-bottom: 30px; }
.noticias-area .static_text { padding-top: 0; }
.noticias-area .static_text h3 { margin-bottom: 20px; }
.noticias-area .static_text p { margin-bottom: 1em; }
.noticias-area .static_text p:last-of-type { margin-bottom: 0; }
.noticias-area .separator { border-bottom: 1px solid #ccc; padding-top: 20px; margin-bottom: 20px;}

.area_campanhas .l_news_item {
  margin-bottom: 30px;
}
.area_campanhas .l_news_img {
  max-height: 225px;
  overflow: hidden;
}