/*
Author       : Themepoke
Template Name: Ultimax OnePage HTML Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, scrollto-up, preloader, section-padding etc)
    2. START HEADER AREA
	3. START ABOUT AREA
	4. START FUN FACT AREA
	5. START SERVICES AREA
	6. START GET-STRETED AREA
	7. START TEAM AREA
	8. START WHAT WE DO AREA
	9. START PORTFOLIO AREA
	10. START VIDEO AREA
	11. START PRICING AREA
	12. START TESTIMONIAL AREA
	13. START BLOG AREA
	14. START PARTNER AREA
	15. START CONATCT AREA
	16. START FOOTER AREA
  =============================================================*/
/*01.GENERAL STYLE*/

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: 100%;
    font-family: 'Raleway', sans-serif;
    color: #fff;
}
html,
body {
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
a {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
p {
    line-height: 1.5;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
.no-padding {
    padding: 0;
}
.gry-bg {
    background: #f2f2f1;
}
.white-bg {
    background: #fff;
}
.black-bg {
    background: #303030;
}
/*SRAERT PRELOADER DESIGN*/

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.status,
.status-mes {
    background-image: url(assets/img/preloder.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
.status-mes h4 {
    color: #fff;
    margin-top: 30px;
    text-transform: uppercase;
}
/*END PRELOADER DESIGN*/
/*START SECTION DESIGN*/

.section-padding {
    padding: 70px 0;
}
.section-title {
    margin-bottom: 55px;
    padding-bottom: 15px;
    position: relative;
}
.section-title h6 {
    margin: 0;
}
.section-title.text-center > h2 {
    margin-top: 0;
}
.section-title:after {
    background: #6bb475;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
}
.section-title:before {
    background: #6bb475;
    bottom: -8px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
}
/*END SECTION DESIGN*/
/*START SCROLL TO TOP*/

.scrollup {
    background: #6bb476;
    right: 38px;
    bottom: 105px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    text-align: center;
    width: 40px;
    z-index: 9999;
}
.scrollup:hover {
    background: #253c58;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
}
/*START SCROLL TO TOP*/
/*START HEADER AREA*/

.header-top-area {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: .4s;
    transition: .4s;
}
.header-top-area.stick_menu_bg {
    background: #253c58 none repeat scroll 0 0;
    box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.50);
}
.mainmenu.stick_menu_bg .navbar-nav > li > a {
    padding: 20px 15px;
}
.mainmenu .navbar-nav > li > a {
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 30px 15px;
    text-transform: uppercase;
}
.stick_menu_bg .header-top-area {
    background: #fff;
}
.stick_menu_bg .logo {
    margin-top: 10px;
    margin-bottom: 10px;
}
.stick_menu_bg .mainmenu .navbar-nav > li > a {
    /*color: #ffbc13;*/
    padding: 20px 15px;
}
.logo a {
  color: #ffbc13;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.logo {
    margin-top: 29px;
}
.ultimax-slider-area {
    position: relative;
}
.navbar {
    margin-bottom: 0;
    border: none;
}
.mainmenu .navbar-nav > li.active a {
    background: transparent;
    color: #6bb476;
}
.mainmenu .navbar-nav > li > a:hover {
    background: transparent;
    color: #6bb476;
    transition: .5s;
}
.mainmenu .navbar-nav > li > a:focus {
    background: transparent;
    /*color: #29b573;*/
}
.welcome-hero-area,
.ultimax-slider-area,
.ultimax-slider-area div {
    height: 100%;
}
.welcome-hero-area div.single-slide-item-table-cell,
.welcome-hero-area div.single-slide-item-table-cell div {
    height: auto;
}
.single-slide-item-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.single-slide-item-table {
    display: table;
    width: 100%;
    text-align: center;
}
.single-slide-item h2,
.single-slide-item p {
    color: #fff;
}
.single-slide-item h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 0 15px;
}
.single-slide-item p {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 180px;
}
a.slide-btn {
    background: #6bb476 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 180px;
}
a.slide-btn:hover {
    background: #36795a;
    /*opacity: ,8;*/
    color: #fff;
    transition: .5s;
}
.single-slide-item {
    position: relative;
    z-index: 1;
}
.slide-1 {
    background: rgba(0, 0, 0, 0) url("assets/img/home/banner1.jpg") repeat scroll 0 0 / cover;
}
.slide-2 {
    background: rgba(0, 0, 0, 0) url("assets/img/home/banner2.jpg") repeat scroll 0 0 / cover;
}
.slide-3 {
    background: rgba(0, 0, 0, 0) url("assets/img/home/banner3.jpg") repeat scroll 0 0 / cover;
}
.single-slide-item::after {
    background: rgba(0, 0, 0, 0) url("assets/img/bg/dark_pattern.png") repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
a.ultimax-control {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #f6f6f6;
    font-size: 20px;
    height: 40px;
    left: 0;
    line-height: 38px;
    margin-left: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    z-index: 2;
}
.right.ultimax-control {
    left: auto;
    right: 30px;
}
a.ultimax-control:hover {
    border-color: #f6f6f6;
    color: #f6f6f6;
    transition: .5s;
    -webkit-transition: .5s;
}
.carousel-indicators .active {
    background-color: transparent;
    width: 12px;
    height: 12px;
    margin: 0 2px;
}
.carousel-indicators li {
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
    margin: 0 2px;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
/*START HEADER AREA*/
/*START ABOUT AREA*/

.about_img,
.about-text {
    margin-top: 30px;
}
.about_img img {
    display: block;
    height: auto;
    width: 100%;
}
.about-text > h4 {
    color: #7a7a7a;
    letter-spacing: 1px;
}
.about-text h4 span {
    color: #f1c40f;
}
a.about_btn {
    background: #6bb476 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 10px;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 160px;
}
a.about_btn:hover {
    background: #36795a;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
}
.about-text p {
    color: #727273;
    font-size: 16px;
    line-height: 30px;
    /*text-transform: capitalize;*/
    letter-spacing: 1px;
}
/*END ABOUT AREA*/
/*START FUN FACT AREA*/

.project-complete-area {
  background: rgba(0, 0, 0, 0) url("assets/img/bg/project_bg.jpg") repeat scroll center center / cover ;
  position: relative;
  z-index: 1;
  background-attachment:fixed;
}

.project-complete-area:after {
    background: rgba(0, 0, 0, 0) url("assets/img/bg/dark_pattern.png") repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.single-project {
    cursor: pointer;
    margin-top: 30px;
	text-align:center;
}
.single-project-icon span {
  border: 2px solid #ffbc13;
  border-radius: 10px;
  color: #ffbc13;
  display: inline-block;
  font-size: 30px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
}
.single-project > h4 {
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 25px 0;
}
span.cp-number {
  color: #fff;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 2px;
}
.single-project-icon:hover .single-project-icon span {
    border-color: #ffbc13;
    -webkit-transition: .s;
    transition: .5s
}
/*END FUN FACT AREA*/
/*START SERVICES AREA*/

.single-service i {
    background: transparent;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
    border: 2px solid #fff;
}
.single-service {
    /*cursor: pointer;*/
    margin-top: 30px;
    background: #253c58;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
}
.single-service:hover {
    /*box-shadow: none;
    transition: .5s;
    -webkit-transition: .5s;*/
}
.single-service > h4 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 15px;
  margin-top: 25px;
}
.single-service.text-center > p {
  color: #6bb476;
  line-height: 27px;
}
.single-service:hover h4 {
    color: #6bb476;
    transition: .5s;
    -webkit-transition: .5s;
}
.single-service:hover i {
    background: #29b573;
    border-color: #29b573;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
}
/*END SERVICE AREA*/
/*START GET-STRETED AREA*/

.great-start-up {
    background: rgba(0, 0, 0, 0) url("assets/img/modelo-ged/banner.jpg") repeat scroll 0 0 / cover;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
.great-start-up::after {
    background: rgba(0, 0, 0, 0) url("assets/img/bg/dark_pattern.png") repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.get-start-text > h2 {
  color: #eee;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 30px;
  margin-top: 0;
}
.get-start-text > h4 {
  color: #e2e2e2;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0 70px;
  text-transform: capitalize;
}
.get_btn {
  background: #ffbc13 none repeat scroll 0 0;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  margin-top: 5px;
  padding: 10px 20px;
  text-transform: uppercase;
  width: 180px;
}
.get_btn:hover {
    background: #29b573;
    transition: .5s;
    -webkit-transition: .5s;
    color: #fff;
}
.get_btn:focus {
    color: #fff;
}
/*END GET STRETED AREA*/
/*START TEAM AREA*/

.single-team {
    border: 1px solid #f2f2f2;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin: 0 15px 30px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.single-team:hover {
    box-shadow: none;
    transition: .5s;
    -webkit-transition: .5s;
}
.single-team img {
    width: 100%;
}
.team-details {
    background: #fff none repeat scroll 0 0;
    padding: 15px 20px;
}
.team-details h4 {
  color: #7a7a7a;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
}
.team-details > h6 {
  color: #6bb476;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: 15px;
  text-transform: capitalize;
}
ul.team-social {
    opacity: 0;
}
.team-social li {
    display: inline-block;
    list-style: outside none none;
}
.team-social li a {
    border: 2px solid #ffbc13;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    text-align: center;
    width: 40px;
}
.team-social li a:hover {
    border-color: #29b573;
    color: #29b573;
    transition: .5s;
}
.single-team:hover ul.team-social {
    opacity: 1;
    transition: .5s;
}
.single-team:hover .team-img img {
    filter: brightness(0.2);
    transition: .4s;
}
.owl-carousel .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */

    ;
}
.owl-carousel .owl-controls {
    text-align: center;
}
.owl-carousel .owl-page span {
    display: block;
    background: #acacac;
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    filter: Alpha(Opacity=100);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    border-radius: 50%;
    color: #acacac;
}
.owl-carousel .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
    background: #29b573;
    filter: Alpha(Opacity=100);
    /*IE7 fix*/

    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*END TEAM AREA*/
/*START WHAT WE DO AREA*/

.promo-area,
.ultimax-accordion {
    margin-top: 30px;
}
.what-wedo_area {
    background: rgba(0, 0, 0, 0) url("assets/img/bg/promo-bg.jpg") repeat scroll center center / cover;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
.what-wedo_area:after {
    background: rgba(0, 0, 0, 0) url("assets/img/bg/dark_pattern.png") repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.promo-area > h2 {
    position: relative;
    font-size: 20px;
    padding-bottom: 10px;
    margin: 0;
    margin-bottom: 30px;
    color: #fff;
}
.promo-area > h2:after {
    background: #ddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 80px;
}
.promo-icon > span i {
    font-size: 20px;
}
.promo-icon > span {
    background: transparent;
    border: 2px solid #ddd;
    border-radius: 50%;
    color: #fff;
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}
.promo-content {
    overflow: hidden;
    padding-left: 15px;
}
.promo-content h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: #ddd;
    margin-bottom: 10px;
}
.single-promo {
    margin-bottom: 20px;
    cursor: pointer;
}
.single-promo:last-child {
  margin: 0;
}
.promo-content h4 {
  color: #ddd;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 10px;
}
.promo-content > p {
    color: #fff;
}
.single-promo:hover .promo-icon > span {
    background: #29b573;
    border-color: #29b573;
    transition: .5s;
    -webkit-transition: .5s;
}
.single-promo:hover .promo-content h4 {
    color: #29b573;
    transition: .5s;
    -webkit-transition: .5s;
}
.ultimax-accordion .panel-group {
    margin-bottom: 0;
}
.ultimax-accordion .panel-default {
    border: 0 none;
}
.panel-heading {
    padding: 0;
}
h4.panel-title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
}
.ultimax-accordion .panel {
    background-color: transparent;
    border-bottom: 10px solid transparent;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
.ultimax-accordion .panel:last-of-type {
    border-bottom: 0 none;
}
.ultimax-accordion .panel .panel-heading a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    display: block;
    padding: 12px 20px;
}
.ultimax-accordion .panel .panel-heading a.collapsed {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    display: block;
    padding: 12px 20px;
}
.ultimax-accordion .panel-default > .panel-heading {
    border-radius: 0;
}
.ultimax-accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
    background: #fff none repeat scroll 0 0;
    border-top: 0 none;
    padding: 25px 30px 30px 70px;
}
.ultimax-accordion .panel .panel-heading a:before,
.ultimax-accordion .panel .panel-heading a.collapsed:before {
    background-color: #f1f1f1;
    display: block;
    float: left;
    font-family: "FontAwesome";
    font-size: 16px;
    height: 55px;
    line-height: 48px;
    margin-left: -21px;
    margin-right: 20px;
    margin-top: -13px;
    text-align: center;
    width: 55px;
}
.ultimax-accordion .panel .panel-heading.panel-icon a:before {
    background: #ffbc13;
    border: 1px solid #ffbc13;
    color: #fff;
    content: "";
}
.ultimax-accordion .panel .panel-heading.panel-icon a.collapsed:before {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f5f5f5;
    color: #fff;
    content: "\f0a4";
}
.ultimax-accordion .panel .panel-heading.headphone a:before {
    background: #ff5722;
    border: 1px solid #ff5722;
    color: #fff;
    content: "";
}
.ultimax-accordion .panel .panel-heading.headphone a.collapsed:before {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
}
.ultimax-accordion .panel .panel-heading a:after,
.ultimax-accordion .panel .panel-heading a.collapsed:after {
    border-radius: 50%;
    display: block;
    float: right;
    font-family: "FontAwesome";
    font-size: 14px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    width: 25px;
}
/*END WHAT WE DO AREA*/
/*START PORTFOLIO AREA*/

ul.portfolio {
    text-align: center;
}
ul.portfolio li {
    border: 2px solid #ffbc13;
    border-radius: 20px;
    color: #ffbc13;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    list-style: outside none none;
    margin: 0 2px;
    padding: 5px 20px;
    text-transform: capitalize;
}
ul.portfolio li:hover {
    background: #29b573;
    transition: .3s;
    -webkit-transition: .3s;
    color: #fff;
}
ul.portfolio li.active {
    background: #29b573;
    color: #fff;
    border-color: #29b573;
}
.single-portfolio {
    margin-top: 30px;
}
.portfolio-inner .mix {
    display: none;
}
.single-portfolio {
    position: relative;
    cursor: pointer;
}
.portfolio-details {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
}
.portfolio-overlay {
    background: rgba(51, 51, 51, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    transition: all 0.2s ease 0s;
}
.single-portfolio:hover .portfolio-details,
.single-portfolio:hover .portfolio-overlay {
    opacity: 1;
    transition: all .7s ease 0s;
}
.portfolio-text-info {
    padding: 78px 0;
}
.portfolio-text-info a {
    background: #ffbc13 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    border: 2px solid transparent;
}
.portfolio-text-info a:hover {
    background: transparent;
    border: 2px solid #ffbc13;
    transition: all 0.2s ease 0s;
}
.portfolio-text-info > h4 {
    color: #ffbc13;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 15px 0;
}
.portfolio-text-info > p {
    color: #f5f5f5;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: capitalize;
}
/*END PORTFOLIO AREA*/
/*START VIDEO AREA*/

.video_area {
    background: rgba(0, 0, 0, 0) url("assets/img/bg/video_bg.jpg") repeat scroll center center / cover;
    padding: 170px 0;
    position: relative;
}
.video_area::before {
    background: rgba(0, 0, 0, 0) url("assets/img/bg/dark_pattern.png") repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-container h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 65px;
    text-transform: uppercase;
}
.play-video {
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 60px;
    left: 54.5%;
    margin-left: -81px;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 60px;
}
.play-video:hover {
    border-color: #29b573;
    transition: .5s;
    -webkit-transition: .5s;
}
.play-video:hover .fa-play {
    color: #29b573;
    transition: .5s;
    -webkit-transition: .5s;
}
.video-container a {
    display: inline-block
}
.play-video .fa-play {
    color: #fff;
    font-size: 25px;
    left: 21px;
    position: absolute;
    top: 16px;
}
.video-modal-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-top: 100px;
    text-align: center;
    box-shadow: none;
    border: none;
}
.video-modal-content iframe {
    border: none
}
/*END VIDEO AREA*/
/*START PRICING AREA*/

.single-price {
    border: 1px solid #efefef;
    box-shadow: 0 4px 8.3px 1.7px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}
.single-price:hover {
    box-shadow: none;
    transition: .5s;
    -webkit-transition: .5s;
}
.package-title {
    background: #fff none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0;
    text-transform: uppercase;
	letter-spacing:1px;
}
.p-active-bg {
    background: #29b573;
}
.package-price {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 500;
    padding: 30px 0;
    text-transform: uppercase;
}
.package-price > span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 5px;
    text-transform: uppercase;
}
.package-details {
    background: #fff none repeat scroll 0 0;
}
.package-details ul li {
    border-top: 1px solid #efefef;
    color: #898989;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.package-button {
    background: #fff none repeat scroll 0 0;
    padding: 20px 0;
}
a.price-btn {
    background: #ffbc13 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
}
a.price-btn:hover {
    background: #29b573;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
}
.package-details ul li {
    list-style: outside none none;
}
/*END PRICING AREA*/
/*START TESTIMONIAL AREA*/

.testimonial-list {
    margin-top: 30px;
}
.testimonial-area {
    background: rgba(0, 0, 0, 0) url("assets/img/bg/testi_bg.jpg") repeat fixed center center / cover;
    position: relative;
    z-index: 1;
}
.testimonial-area:after {
    background: rgba(0, 0, 0, 0) url("assets/img/bg/dark_pattern.png") repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.team-list {
    margin-top: 30px;
}
ul.team-social {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 38%;
  width: 100%;
}
span.testi-quote {
    background: transparent;
    color: #fff;
    font-size: 16px;
    border: 2px solid #ddd;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
    margin-bottom: 15px;
    text-align: center;
}

.testimonial-author-info > img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
}
.testimonial-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    text-align: center;
}
.testimonial-section-inner {
    display: block;
    vertical-align: middle;
}
.testimonial-author-info > span {
    padding-left: 15px;
}
.testimonial-author-info > span {
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.single-testimonial h5 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
}
.single-testimonial > p {
  color: #f6f6f6;
  letter-spacing: 1px;
  line-height: 30px;
  padding: 0 30px;
  text-transform: capitalize;
}
.testimonial-author-info {
    margin-top: 20px;
}
.testimonial-list.owl-carousel .owl-controls {
    margin-top: 20px;
    text-align: center;
}
/*END TESTIMONIAL AREA*/
/*START BLOG AREA*/

.single-blog {
    margin-top: 30px;
}
.blog-details > h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 20px 0 0;
}
.blog-details > h4 a {
    color: #fff;
}
.blog-details > h4:hover a {
    color: #29b573;
    transition: .5s;
    -webkit-transition: .5s;
}
.blog-details p{
	margin-bottom:15px;
}
.post-author-image img:hover {
    filter: brightness(0.8);
    -webkit-filter: brightness(0.8);
    transition: .5s;
    -wibkit-transition: .5s;
}
a.blog-btn {
    background: #ffbc13 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}
a.blog-btn:hover {
    background: #29b573;
    color: #fff;
    transition: .5s;
}
.post-meta span {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding-right: 10px;
    text-transform: capitalize;
}
.post-meta a {
    color: #7a7a7a;
    font-weight: 400;
}
.post-meta a:hover {
    color: #29b573;
}
.post-meta span i.fa {
    padding-right: 8px;
    color: #fff;
}
.post-meta > span:last-child {
    padding-right: 0 !important;
}
.post-meta {
    margin: 7px 0;
}
.blog-details > p {
  color: #fff;
  letter-spacing: 1px;
  line-height: 27px;
}
/*END BLOG AREA*/

/*START PARTNER AREA*/

.our-partner-area {
      background-color: rgb(242, 242, 241);
    /*background: rgba(0, 0, 0, 0) url("assets/img/bg/partner_bg.jpg") repeat scroll center center / cover;
    position: relative;
    z-index: 1;
    background-attachment: fixed;*/
}
.our-partner-area:after {
    background: rgba(0, 0, 0, 0) url("assets/img/bg/dark_pattern.png") repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.single-partner {
  margin-top: 30px;
  text-align: center;
}
.our-partner-area .owl-carousel .owl-controls{margin-top:20px;}

/*END PERTNER AREA*/

/*START CONATCT AREA*/

.contact-form,
.map {
    margin-top: 30px;
}
.contact-form .form-control {
    border: 2px solid #dfdfdf;
    border-radius: 0;
    box-shadow: none;
    color: #727273;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    letter-spacing: 1px;
    padding: 5px 10px;
    text-transform: capitalize;
}
.contact-form textarea.form-control {
    height: 200px;
    resize: none;
    color: #727273;
}

.success {
  background: #1da none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  margin: 0 10px 15px;
  padding: 10px;
  text-align: center;
}

.contact-form .form-control:focus {
    border-color: #f2f2f2
}
button.submit-btn {
    background: #253c58;
    border: 0px solid #fff;
    border-radius: 20px;
    box-shadow: none;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 170px;
	margin-top:5px;
}
button.submit-btn:hover {
      background: #253c58;
  opacity: .8;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
}
/*START MAP*/

.map {
    box-shadow: 2px 2px 3px 4px #999;
    display: block;
    height: 400px;
    overflow: hidden;
    max-width: 100%;
}
/*END MAP*/
/*END CONATCT AREA*/
/*START FOOTER AREA*/

.ultimax-tags ul li {
    display: inline;
    list-style: outside none none;
}
.ultimax-tags ul li a {
    background: transparent;
    border: 2px solid #ddd;
    border-radius: 4px;
    color: #ddd;
    display: inline-block;
    font-size: 12px;
    margin: 0px 4px 8px 0px;
    padding: 5px;
    text-transform: uppercase;
}
.ultimax-tags ul li a:hover {
    border-color: #29b573;
}
.address-text-info ul li {
    color: #fbfbfb;
    font-size: 16px;
    list-style: outside none none;
    margin-bottom: 10px;
    text-transform: lowercase;
}
.address-text-info ul li:last-child{
	margin:0;
}
span.address-hading {
    color: #b1b1b1;
    font-size: 14px;
    font-weight: 600;
    padding-right: 10px;
    text-transform: capitalize;
}
.address-text-info ul li .fa {
    padding-right: 5px;
}
.footer-text p span {
    color: #f6c91c;
    text-transform: uppercase;
    font-weight: 600;
}
.single-widget > h4 {
	clear: both;
	color: #f2f2f2;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 0;
	padding-bottom: 15px;
	position: relative;
}
.single-widget > h4:after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 80px;
}
.about-footer-text p {
    color: #fbfbfb;
    letter-spacing: 1px;
    line-height: 27px;
}
.footer-text p {
    color: #ddd;
    letter-spacing: 1px;
    text-transform: capitalize;
	margin:0;
}
.footer-useful-link ul li {
    list-style: outside none none;
    text-transform: uppercase;
}
.footer-useful-link ul li a {
    color: #ddd;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
	letter-spacing:1px;
}
.footer-useful-link ul li a:hover {
    color: #29b573;
    transition: .5s;
    -webkit-transition: .5s;
}
.footer-useful-link ul li i {
    padding-right: 5px;
}
.footer-text p span {
    color: #f6c91c;
}
.footer-bottom {
    background: #253c58 none repeat scroll 0 0;
    border-top: 1px solid #222;
    padding: 30px;
}
/*END FOOTER AREA*/
.corAzul{
  color:#253c58;
}
.corBranca{
  color:#ffffff;
}

#solucoes {
    background: rgba(0, 0, 0, 0) url(assets/img/solucoes/banner.jpg) repeat scroll 0 0 / cover;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    /*background-attachment: fixed;*/
}

#contato {
    background: url(assets/img/contato/banner.jpg) repeat scroll 0 0 / cover;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    /*background-attachment: fixed;*/
}

.section-title2 {
    margin-bottom: 55px;
    padding-bottom: 15px;
    position: relative;
}
.section-title2 h6 {
    margin: 0;
}
.section-title2.text-center > h2 {
    margin-top: 0;
}
.section-title2:after {
    background: #253c58;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
}
.section-title2:before {
    background: #253c58;
    bottom: -8px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
}

.owl-carousel .owl-page span {
  color: #acacac !important;
}
.p-solucoes{
  color: #fff !important;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 15px;
  margin-top: 25px;
  font-size:20px;
}
