/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
body {
    background-color: #fff;
    color: #777;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Open Sans",sans-serif;
margin-top: 0px ;color:#333;}
p {
    line-height: 28px;
}
a {	font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    color: #fff;
    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;
}
textarea{
    resize:none;
}
/*START PRELOADER DESIGN*/
.preloader {
    background-color: rgba(3,155,229,0.6);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.status,
.status-mes {
    background-image: url(../img/status.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 {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}
.status-mes h4 {
    color: #fff;
    margin-top: 30px;
}
.status-mes h4 span{ 
    text-transform: uppercase;
}
/*END PRELOADER DESIGN*/
/*START SCROLL TO TOP*/
.topcontrol {
background: #039be5 none repeat scroll 0 0;
bottom: 5px;
color: #fff;
cursor: pointer;
font-size: 26px;
height: 40px;
opacity: 1;
padding: 5px 12px;
position: fixed;
right: 5px;
transition: all 0.2s ease 0s;
width: 40px;
border-radius: 50px;
}
.topcontrol:hover {
    background: #222;
    color: #fff;
}
/*END SCROLL TO TOP*/
.no-padding { padding: 0px }
.section-padding { padding: 60px 0 }
/*START SECTION TITLE DESIGN*/
.section-title { margin-bottom: 50px }
.section-title h1 {
    color: #039be5;
    font-weight: 700;
    text-transform: uppercase;
}
@media only screen and (max-width:768px) { 
    .section-title h1 { text-align: center }
}
@media only screen and (max-width:480px) { 
    .section-title h1 { 
	font-size: 30px;
	text-align: center; }
}
@media only screen and (max-width:360px) { 
    .section-title h1 { 
	font-size: 24px;
	text-align: center; }
}
@media only screen and (max-width:320px) { 
    .section-title h1 { 
	text-align: center; }
}
.section-title h4 {
    line-height: 30px;
 }
.section-title span {
    background: #039be5 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 20px auto;
    width: 50px;
}
@media only screen and (max-width:768px) { 
    .section-title span {
        margin: 0 auto;
        width: 50px;
    }
}
@media only screen and (max-width:480px) { 
    .section-title span {
        margin: 0 auto;
        width: 50px;
    }
}
@media only screen and (max-width:360px) { 
    .section-title span {
        margin: 0 auto;
        width: 50px;
    }
}
@media only screen and (max-width:320px) { 
    .section-title span {
        margin: 0 auto;
        width: 50px;
    }
}
.section-title p {
    letter-spacing: 1px;
}
/*END SECTION TITLE DESIGN*/
/*BTN STYLE*/
.btn-theme-bg {
background: #fff none repeat scroll 0 0;
border-radius: 0;
color: #333;
font-size: 12px;
font-weight: 700;
margin-bottom: 0;
padding: 10px 20px;
text-transform: uppercase;
transition: all 0.4s ease 0s;
}
.btn-theme-bg:hover,
.btn-theme-bg:focus {
    color: #039be5 ;
}
/*END BTN STYLE*/
/*SECTION OVERLAY*/
.overlay {
    background: rgba(3, 74, 138, 0.6) none repeat scroll 0 0;
    padding: 60px 0;
}
/*END SECTION OVERLAY*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 * 02.BOOTSTRAP NAVIGATION OVERRIDES
 * ----------------------------------------------------------------------------------------
*/
.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #039be5 !important;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #039be5 !important;
    background-color: transparent;
}
.navbar-brand { padding: 4px }
.navbar-brand img {
    height: 40px;
}

/* menu */
#phone-menu{
    font-size: 14px;
    padding-left:30px;
    color:#024675;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: #337ab7 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
li a, .dropbtn {
    color: #337ab7;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    background: #fff;
}

.menu-shrink .dropdown-content a{
  background: white;
}

.dropdown-content a {
    color: #337ab7 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

@media only screen and (max-width:768px) { 
.navbar-brand img {
    height: 40px;
	width:135px;
}
}
.navbar-default .navbar-nav>li>a {
    font-weight: 700;
    font-size: 12px;
}
@media only screen and (max-width:768px) { 
    .navbar-default .navbar-nav > li > a {
        margin-top: 10px;
        padding: 8px;
    }
}
.menu-top {
    background-color: transparent;
    width: 100%;
}
@media only screen and (max-width:768px) { 
    .menu-top { background-color: #fff }
    .navbar-default .navbar-nav > li > a { color: #333 !important }
}
@media only screen and (max-width:480px) { 
    .menu-top { background-color: #fff }
    .navbar-default .navbar-nav > li > a { color: #333 !important }
}
@media only screen and (max-width:360px) { 
    .menu-top { background-color: #fff }
    .navbar-default .navbar-nav > li > a { color: #333 !important }
}
@media only screen and (max-width:320px) { 
    .menu-top { background-color: #fff }
    .navbar-default .navbar-nav > li > a { color: #333 !important }
    .hero-text h2 span{font-size: 70px !important}
}
.menu-top li a:hover {
    color: #3ab3df !important;
}
.navbar-default.menu-shrink {
    padding: 10px 0;
    background-color: #fff;
    width: 100%;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
}
.menu-top li a {
    color: #323A45 !important;
    text-transform: uppercase;
}
.menu-top {
    color: #039be5 !important;
    text-transform: uppercase;
}
@media only screen and (max-width:480px) { 
    .menu-top {
        color: #f3f3f3 !important;
        margin-left: 0px;
    }
}
.navbar-default.menu-shrink { color: #039be5 !important }
.navbar-default.menu-shrink li a { color: #323A45 !important }
.navbar-default .navbar-toggle {
    background: #fff none repeat scroll 0 0;
    border-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #fff }
.navbar-default .navbar-toggle .icon-bar { background-color: #039be5 }
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 *  03.START HOME DESIGN
 * ----------------------------------------------------------------------------------------
 */
.hero {
    height: 635px;
}
.home_overlay {
background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
height: 100%;
}
.hero-text h2 {
    color: #fff;
    font-size: 75px;
    line-height: 84px;
    padding-top: 200px;
    font-weight: 500;
}
.hero-text h2 span {
    font-size: 100px;
    margin-left: -10px;
}
.hero-text label{
    font-size:55px;
    color:#fff;
    line-height: 50px;
    font-weight:500;
}
.title-prod{
    font-size: 70px;
}
@media only screen and (max-width:768px) { 
    .hero-text h2 { font-size: 46px }
    .hero-text label{font-size: 38px;}
}
@media only screen and (max-width:480px) { 
    .hero-text h2 {
        font-size: 44px;
        /*line-height: 54px;*/
    }
    .hero-text label{
        font-size: 40px;
    }
}
@media only screen and (max-width:360px) { 
    .hero-text h2 {font-size: 30px;}
    .hero-text label{font-size: 24px;}
}
.header_social { margin-top: 30px }
.header_social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.header_social ul li { display: inline-block }
.header_social ul li a {
color: #fff;
display: block;
font-size: 20px;
height: 45px;
line-height: 45px;
transition: all 0.4s ease 0s;
width: 45px;
box-shadow: 0 0 0 7px transparent;
}
.header_social ul li a:hover { background:#039be5 ;color: #fff }

.facebook { background: #5D82D1;box-shadow: 0 0 0 0px #5D82D1; }
.twitter { background: #40BFF5;box-shadow: 0 0 0 0px #40BFF5; }
.google { background: #EB5E4C;box-shadow: 0 0 0 0px #EB5E4C; }
.linkedin { background: #238CC8;box-shadow: 0 0 0 0px #238CC8; }
.youtube { background: #E13138;box-shadow: 0 0 0 0px #E13138; }
.skype { background: #35C6EA;box-shadow: 0 0 0 0px #35C6EA; }

/*HOME SHIDESHOW*/
#about_content i{
    color: #D2A855;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover;
    height: 635px;
}
.carousel-fade .carousel-inner .item:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.6);
}
.carousel-fade .carousel-inner .active { opacity: 1; filter: alpha(opacity=100) }
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1; filter: alpha(opacity=100) }
.carousel-fade .carousel-control { z-index: 2 }
.caption {
    position: absolute;
    top: 50%;
    margin-top: -104px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 15;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
.caption h2 {
    color: #fff;
    font-size: 60px;
    line-height: 84px;
    text-transform: capitalize;
}

/*END HOME SHIDESHOW*/
/*
 * ----------------------------------------------------------------------------------------
 *  03.END HOME DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 *  04.START ABOUT CONTENT DESIGN
 * ----------------------------------------------------------------------------------------
 */
.single_about {
padding: 50px 30px;
transition: all 0.2s ease 0s;
}
.single_about:hover {background:#040e18;}
.single_about i {
border-radius: 100px;
color: #fff;
font-size: 30px;
padding-bottom: 25px;
transition: all 0.2s ease 0s;
}
.single_about p{ font-size: 18px}
.single_about:hover i{color:#fff;} 
.single_about_one { background: #034A8A }
.single_about_two { background: #024675 }
.single_about_black { background: #000}
.single_about_green {background: #474747}
.single_about_three { background: #123E59 }
.single_about h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
	transition: all 0.2s ease 0s;
}
.single_about:hover h4{color:#fff;} 
.single_about p { color: #fff;margin-bottom:0;transition: all 0.2s ease 0s; }
.single_about:hover p{color:#fff;} 
#about{background: #000}
#about h4{color: #fff}
#about p{color: #ccc}
/*
 * ----------------------------------------------------------------------------------------
 *  04.END ABOUT CONTENT DESIGN
 * ----------------------------------------------------------------------------------------
 */

/*
 * ----------------------------------------------------------------------------------------
 *  05.START ABOUT US DESIGN
 * ----------------------------------------------------------------------------------------
 */
.about_single i {
border: 8px solid #ffffff;
border-radius: 100px;
box-shadow: 0 0 1px 0 rgba(1, 1, 1, 0.4);
color: #fff;
font-size: 36px;
height: 100px;
line-height: 90px;
margin-bottom: 15px;
width: 100px;
}
.color-icon-one{background:#FC3950;}
.color-icon-two{background:#FFA800;}
.color-icon-three{background:#00AEFF;}
.color-icon-four{background:#D2A855;}

.about_single h4 {
    margin-top: 10px;
    font-weight: 600;
}

.about_single p {
    font-size: 16px;
}
.produtos-secundarios:hover{
    color: #024675
}

.frase-prod{
    text-align:center;
    padding-top: 40px;
    font-size: 40px;
}

@media only screen and (max-width:480px) { 
    .about_single { margin-bottom: 20px }
}
@media only screen and (max-width:360px) { 
    .about_single { margin-bottom: 20px }
}
@media only screen and (max-width:320px) { 
    .about_single { margin-bottom: 20px }
}
.about_single h4 { text-transform: capitalize }
@media only screen and (max-width:768px) { 
    .about_single h4 { font-size: 15px }
}
/*
 * ----------------------------------------------------------------------------------------
 *  05.END ABOUT US DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 *  06.START ABOUT SECTION DESIGN
 * ----------------------------------------------------------------------------------------
 */
.single_service { margin-bottom: 40px }
.single_service i {
border: 5px solid #ffffff;
border-radius: 100px;
box-shadow: 0 0 1px 0 rgba(1, 1, 1, 0.4);
color: #fff;
font-size: 26px;
height: 80px;
padding: 22px;
width: 80px;
}

.color-icon-eleven{background:#349993;}
.color-icon-twelve{background:#F1501A;}
.color-icon-thirteen{background:#332A4B;}

@media only screen and (max-width:480px) { 
.single_service_img{margin-bottom:20px;}
}
.single_service h4 {
    font-weight: 700;
    text-transform: uppercase;
}
/*
 * ----------------------------------------------------------------------------------------
 *  06.END ABOUT SECTION DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 *  07.START COUNT TIMER
 * ----------------------------------------------------------------------------------------
 */
.counter {
 padding: 30px;
   -webkit-transition: all 0.2s ease 0s;
 transition: all 0.2s ease 0s;
}
.counter:hover {background:#040e18;}
.counter i {
    border: 1px solid #fff;
    color: #fff;
    padding: 22px;
    border-radius: 100px;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    font-size: 22px;
    -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}
.counter h1 {
    font-weight: 700;
    color: #fff;
	    -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}
.counter p {
    text-transform: capitalize;
    color: #fff;
	    -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}
@media only screen and (max-width:768px) { 
    .counter p { font-size: 13px }
}
@media only screen and (max-width:320px) { 
    .counter p { font-size: 17px }
}
.color-bg-one { background:#0277bd}
.color-bg-two {
background: #0288d1 none repeat scroll 0 0;
margin-right: -1px;
}
.color-bg-three { background:#039be5 }
.color-bg-four { background: #03a9f4 }
.about_line {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 20px auto;
    width: 50px;
}
/*
 * ----------------------------------------------------------------------------------------
 *  07.END COUNT TIMER
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 *  08.START SERVICE DESIGN
 * ----------------------------------------------------------------------------------------
 */
.service-section{padding-top:60px;}
  .single_feature {
  margin-bottom: 25px;
}
.single_feature i {
border: 5px solid #fff;
border-radius: 50px;
box-shadow: 0 0 1px 0 rgba(1, 1, 1, 0.4);
color: #fff;
font-size: 26px;
height: 80px;
margin-bottom: 20px;
padding: 22px;
transition: all 0.3s ease 0s;
width: 80px;
}

.color-icon-five{background:#FC874B;}
.color-icon-six{background:#AE0A00;}
.color-icon-seven{background:#4B97F9;}
.color-icon-eight{background:#35424F;}
.color-icon-nine{background:#3CCD0F;}
.color-icon-ten{background:#FC3950;}

.single_feature h4 {
    font-weight: 700;
    text-transform: capitalize;
}
@media only screen and (max-width:768px) { 
    .single_feature h4 { font-size: 15px }
}
.single_feature p { text-align: justify }
/*
 * ----------------------------------------------------------------------------------------
 *  08.END SERVICE DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 *  09.START FEATURES DESIGN
 * ----------------------------------------------------------------------------------------
 */

.single_why {padding: 10px 0; }
.single_why i {
    border: 1px solid #e8e8e9;
    border-radius: 100px;
    font-size: 22px;
    height: 80px;
    padding: 27px;
    width: 80px;
	color:#333;
    -webkit-transition: all 0.6s ease 0s;
            transition: all 0.6s ease 0s;
}
.single_why:hover i {
    background: #039be5 ;
    color: #fff;
}
.single_why h4 {
    text-transform: uppercase;
    font-weight: 700;
}
/*
 * ----------------------------------------------------------------------------------------
 *  09.END FEATURES DESIGN
 * ----------------------------------------------------------------------------------------
 */
 
/*
 * ----------------------------------------------------------------------------------------
 *  10.START TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
 */

.about_single_service {
    padding: 30px;
    border: 1px dashed #fff;
}
.about_single_service img {
    border-radius: 100px;
    float: left;
    height: 120px;
    margin-right: 20px;
    width: 120px;
    border: 5px solid #fff;
}
@media only screen and (max-width:768px) { 
    .about_single_service { margin-bottom: 20px }
}
@media only screen and (max-width:480px) { 
    .about_single_service { margin-bottom: 20px }
}
@media only screen and (max-width:360px) { 
    .about_single_service { margin-bottom: 20px }
}
@media only screen and (max-width:320px) { 
    .about_single_service { margin-bottom: 20px }
}
.about_single_service h4 {
    text-transform: capitalize;
    color: #fff;
}
.about_single_service p {
    color: #fff;
    text-align: justify;
}
/*
 * ----------------------------------------------------------------------------------------
 *  10.END TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 *  11.START PORTFOLIO DESIGN
 * ----------------------------------------------------------------------------------------
 */
.isotope-item {
    width: 24.96%;
    background: rgba(3, 155, 229, 0.8) none repeat scroll 0 0;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 2;
}

	
@media only screen and (max-width:480px) { 
.isotope-item {width: 100%;}
}
@media only screen and (max-width:360px) { 
.isotope-item {width: 100%;}
}
@media only screen and (max-width:320px) { 
.isotope-item {width: 100%;}
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.info-work {
    position: absolute;
    top: 0;
    z-index: 1;
    color: #fff;
    left: 0;
    width: 100%;
    height: 100%;
}
.info-work .tb-cell { height: 100% }
.text-work {
    top: -100%;
    position: relative;
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
.info-work h4 {
    color: #fff;
    font-weight: 700;
}
.icon-work {
    background-color: #fff;
    border-radius: 50%;
    color: #3ab3df;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    margin: 0 auto 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s ease-in 0.2s;
            transition: opacity 0.2s ease-in 0.2s;
    width: 55px;
    margin-top: 90px;
}
.isotope-item:hover > a .icon-work {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
.isotope-item > a img {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    position: relative;
    z-index: 2;
}
.isotope-item:hover > a img {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

/*START PORTFOLIO SINGLE PROJECT*/


.flexslider {
    border: none;
    z-index: 1;
    height: 650px;
    overflow: hidden;
    margin: 0;
    position: relative;
}
.flex-direction-nav a:before {
    color: #039BE5;
    content: "";
    display: inline-block;
    font-size: 60px;
    line-height: 40px;
}
.flex-direction-nav li.flex-nav-prev a.flex-prev:before {
    font-family: FontAwesome;
    content: "\f104";
}
.flex-direction-nav li.flex-nav-next a.flex-next:before {
    font-family: FontAwesome;
    content: "\f105";
}
.flexslider:hover .flex-direction-nav li.flex-nav-prev a { left: 25px }
.flex-direction-nav a {
    width: 24px;
    height: 40px;
}
@media only screen and (max-width:768px) { 
    .flex-direction-nav a { display: none }
}
.flexslider:hover .flex-direction-nav li.flex-nav-next a { right: 25px }

.about_project p {
  text-align: justify;
}
.about_project h4,
.about_project_details h4 {
border-bottom: 1px solid #ddd;
padding: 10px 0;
text-transform: uppercase;
}
.about_project_details { margin-bottom: 20px }
.about_project_details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.about_project_details ul li {
background: #f1f1f1 none repeat scroll 0 0;
margin-bottom: 15px;
padding: 10px 15px;
border-left: 3px solid #039BE5;
}
.about_project_details ul li i {
    color: #039BE5;
    margin-right: 10px;
}
.about_project_details ul li a {
    color: #039BE5;
    font-weight: 700;
}
.about_project_details ul li a:hover { text-decoration: underline }

.btn_project_details:hover{background:#039be5;color:#fff;border:1px solid #039be5}
/*END PORTFOLIO SINGLE PROJECT*/
/*
 * ----------------------------------------------------------------------------------------
 *  11.END PORTFOLIO DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 *  12.START CASE STUDY DESIGN
 * ----------------------------------------------------------------------------------------
 */
.case_study { padding-bottom: 60px }
.case h2 {
    font-weight: 700;
    text-transform: uppercase;
}
/*
 * ----------------------------------------------------------------------------------------
 *  12.END CASE STUDY DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 *  13.START PROJECT DESIGN
 * ----------------------------------------------------------------------------------------
 */

.project {
background-color: #024675;
padding: 40px;
}
.project h2 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.project p {
    color: #fff;
    text-align: justify;
	margin-bottom:20px;
}
.btn-project-bg {
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}
.btn-project-bg:hover,
.btn-project-bg:focus {
    background: #fff;
    color: #333;
    border: 1px solid #fff;
}
/*
 * ----------------------------------------------------------------------------------------
 *  13.END PROJECT DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 *  14.START TEAM DESIGN
 * ----------------------------------------------------------------------------------------
 */
.tema-member .team-thumbnail {
    margin-bottom: 0px;
    position: relative;
}
@media only screen and (max-width:768px) { 
    .tema-member { margin-bottom: 20px }
}
@media only screen and (max-width:480px) { 
    .tema-member { margin-bottom: 20px }
}
@media only screen and (max-width:360px) { 
    .tema-member { margin-bottom: 20px }
}
@media only screen and (max-width:320px) { 
    .tema-member { margin-bottom: 20px }
}
.tema-member .team-thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: -1px;
    height: 100%;
    background-color: rgba(3,155,229,0.6);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tema-member .team-thumbnail .social-media {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -moz-webkit-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tema-member .team-thumbnail .social-media a { display: inline-block }
.tema-member .team-thumbnail .social-media a i {
    font-size: 20px;
    color: #fff;
    width: 48px;
    margin: -2px;
    line-height: 48px;
    height: 48px;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.tema-member .team-thumbnail .social-media a.facebook:hover i { background: #507CBE }
.tema-member .team-thumbnail .social-media a.twitter:hover i { background: #63CDF1 }
.tema-member .team-thumbnail .social-media a.google:hover i { background: #F16261 }
.tema-member .team-thumbnail .social-media a.linkedin:hover i { background: #90CADD }
.tema-member .info { padding-top: 60px }
.tema-member .info h4 {
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}
.tema-member .info p { color: #fff }
.tema-member:hover .social-media {
    -webkit-transform: translateY(-90%);
    -moz-webkit-transform: translateY(-90%);
    -webkit-transform: translateY(-90%);
    -ms-transform: translateY(-90%);
    transform: translateY(-90%);
}
.tema-member:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}
/*
 * ----------------------------------------------------------------------------------------
 *  14.END TEAM DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 *  15.START PROMOTION DESIGN
 * ----------------------------------------------------------------------------------------
 */
.promotion { background: #039be5 }
.promotion { }
.promotion p {
color: #fff;
text-transform: capitalize;
font-family: "Open Sans",sans-serif;
font-size: 30px;
line-height: 40px;
}
.promotion h3 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}
/*
 * ----------------------------------------------------------------------------------------
 *  15.END PROMOTION DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 *  16.START PRICING DESIGN
 * ----------------------------------------------------------------------------------------
 */
.pricing-section { background: #f5f5f5 }
.pricing-content {
    border: 1px solid #e8e8e9;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
}
@media only screen and (max-width:768px) { 
.pricing-content {margin-bottom: 20px;}
}
@media only screen and (max-width:480px) { 
.pricing-content {margin-bottom: 20px;}
}
@media only screen and (max-width:360px) { 
.pricing-content {margin-bottom: 20px;}
}
@media only screen and (max-width:320px) { 
.pricing-content {margin-bottom: 20px;}
}

.pricing-title {
    margin-bottom: 0px;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.pricing-price {
    -webkit-transition: all 0.6s ease 0s;
            transition: all 0.6s ease 0s;
    background: #f5f5f5 none repeat scroll 0 0;
}
.pricing-content:hover .pricing-price {
    background: #039be5 none repeat scroll 0 0;
    color: #fff;
}
.pricing-content:hover .pricing-price h4 { color: #fff }
.pricing-title h3 {
    margin-bottom: 0px;
    margin-top: 0;
    padding: 20px 0;
    background: #039be5;
    color: #fff;
    -webkit-transition: all 0.6s ease 0s;
            transition: all 0.6s ease 0s;
}
.pricing-content:hover .pricing-title h3 {
    background: none;
    color: #039be5;
}
.pricing-content:hover .pricing-title i { color: #039be5 }
.pricing-price h4 {
    color: #222;
    font-size: 40px;
    height: 100px;
    margin: 0 auto;
    padding: 26px 13px;
    width: 100px;
}
.pricing-data p {
border-bottom: 1px solid #e8e8e9;
margin-bottom: 0;
padding: 10px 0;
color: #333;
}
.pricing-order { margin: 20px 0 }
.pricing-order a:hover{background:#039be5;color:#fff;border: 1px solid #039be5;}
/*
 * ----------------------------------------------------------------------------------------
 *  16.END PRICING DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 * 17.START PARTNER COMPANY DESIGN
 * ----------------------------------------------------------------------------------------
 */

.partner_title { margin-bottom: 50px }
.partner_title h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.item_img { text-align: center }
.item_img img { height: 150px }
/*
 * ----------------------------------------------------------------------------------------
 * 17.END PARTNER COMPANY DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 * 18.START BLOG DESIGN
 * ----------------------------------------------------------------------------------------
 */
.blog-section { background: #F5F5F5 }
.single_blog {
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 0 3px #f5f5f5;
}
.single_blog_title {
    border-bottom: 1px solid #e8e8e9;
    padding-bottom: 10px;
}
.single_blog_title img {
    border: 7px solid #f0f0f0;
    border-radius: 100px;
    height: 80px;
    width: 80px;
}
.single_blog_title h5 { padding-top: 15px;color:#333; }
@media only screen and (max-width:768px) { 
.single_blog_title h5 {font-size: 12px;}
}
.single_blog_title h5 a{color:#333; }
.single_blog_title a strong {
    font-size: 18px;
    -webkit-transition: all 0.6s ease 0s;
            transition: all 0.6s ease 0s;
}
.single_blog_title a strong:hover { color: #3ab3df }
.single_blog_title p { }
.single_blog_content h4 {
color: #333;
font-weight: 700;
line-height: 26px;
margin-top: 10px;
text-transform: capitalize;
transition: all 0.6s ease 0s;
margin-bottom: 0;
}
.single_blog_content img {
  padding-top: 10px;
}
.single_blog img { display: inline }
.single_blog a{
color: #333;
font-size: 16px;
transition: all 0.4s ease 0s;
}
.single_blog a:hover{color:#3ab3df;}
/*
 * ----------------------------------------------------------------------------------------
 * 18.END BLOG DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 * 19.START CONTACT FORM DESIGN
 * ----------------------------------------------------------------------------------------
 */
input.form-control {
background: #fff none repeat scroll 0 0;
border: 1px solid #ddd;
border-radius: 0 !important;
box-shadow: none;
color: #333;
height: 45px;
font-family: "Open Sans",sans-serif;
}
textarea.form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 0;
	font-family: "Open Sans",sans-serif;
    box-shadow: none;
}
.form-control:focus {
    border: 1px solid #039be5;
    box-shadow: none;
    outline: 0 none;
}
.btn-theme-bg i { margin-right: 5px }
.actions input:hover{background:#039be5;color:#fff;border: 1px solid #039be5;}
#btn-send-msg{
    width:100%;
    background:#039be5;
    color: #fff; 
}
/*
 * ----------------------------------------------------------------------------------------
 * 19.END CONTACT FORM DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 * 20.START CONTACT ADDRESS DESIGN
 * ----------------------------------------------------------------------------------------
 */
.single_address i {
border: 8px solid #ffffff;
border-radius: 100px;
box-shadow: 0 0 1px 0 rgba(1, 1, 1, 0.4);
color: #fff;
font-size: 36px;
height: 100px;
line-height: 90px;
margin-bottom: 15px;
width: 100px;
}
.color-icon-fifteen{background:#f54c54 none repeat scroll 0 0;}
.color-icon-sixteen{background:#222 none repeat scroll 0 0;}
.color-icon-seventeen{background:#269abc none repeat scroll 0 0;}

.single_address p {
color: #333;
font-weight: 400;
}
/*
 * ----------------------------------------------------------------------------------------
 * 20.END CONTACT ADDRESS DESIGN
 * ----------------------------------------------------------------------------------------
 */
.map{height:450px;}
/*
 * ----------------------------------------------------------------------------------------
 * 21.START FOOTER DESIGN
 * ----------------------------------------------------------------------------------------
 */
.footer {background: #040e18 none repeat scroll 0 0;}
.footer h3 {
    color: #fff;
    padding-bottom: 30px;
}
.footer_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_social ul li {
    margin: 2px;
    display: inline-block;
}
.footer_social ul li a {
    background: #2e3537 none repeat scroll 0 0;
    border: 1px solid #2e3537;
    box-shadow: 0 0 0 7px transparent;
    color: #aaa;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 21px;
    padding: 9px 13px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 40px;
}
.footer-contatos i{
    border: 3px solid #039be5;
    border-radius: 100px;
    box-shadow: 0 0 1px 0 rgba(1, 1, 1, 0.4);
    color: #039be5;
    font-size: 36px;
    height: 80px;
    line-height: 73px;
    width: 80px;
    margin-bottom: 20px;
}
.footer-contatos p, .footer-contatos h4{
    color: #039be5;
}
/*.footer-contatos i:hover{
    border: 3px solid #9FD0F1;
    color: #9FD0F1;  
}*/
@media only screen and (max-width:768px) { 
    .footer_social ul li a { font-size: 12px }
}
@media only screen and (max-width:360px) { 
    .footer_social ul li a { font-size: 14px }
}
@media only screen and (max-width:320px) { 
    .footer_social ul li a { font-size: 14px }
}
.footer_social ul li a:hover { color: #fff }
.f_facebook:hover {
    background: #5D82D1;
    box-shadow: 0 0 0 0px #5D82D1;
    border: 1px solid #5D82D1;
}
.f_twitter:hover {
    background: #40BFF5;
    box-shadow: 0 0 0 0px #40BFF5;
    border: 1px solid #40BFF5;
}
.f_google:hover {
    background: #EB5E4C;
    box-shadow: 0 0 0 0px #EB5E4C;
    border: 1px solid #EB5E4C;
}
.f_linkedin:hover {
    background: #238CC8;
    box-shadow: 0 0 0 0px #238CC8;
    border: 1px solid #238CC8;
}
.f_youtube:hover {
    background: #CC181E;
    box-shadow: 0 0 0 0px #CC181E;
    border: 1px solid #CC181E;
}
.f_skype:hover {
    background: #00AFF0;
    box-shadow: 0 0 0 0px #00AFF0;
    border: 1px solid #00AFF0;
}
.footer-bottom {
    background: #09121B;
    padding: 20px 0;
}
.footer_copyright p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
/* footer */
.footer_bottom{
    background-color: #09121b;
    padding: 30px 0;
}
.footer_bottom a{ font-size: 16px;}
.footer-copyright p { font-weight: 400;}
@media only screen and (max-width:320px) { 
.footer-copyright p {font-size:12px; }
}
.contact-form{
    margin-bottom: 50px;
}
/*
 * ----------------------------------------------------------------------------------------
 * 21.END FOOTER DESIGN
 * ----------------------------------------------------------------------------------------
 