/*====================
	Theme Name: Bravery
	Author: Bravery
===============================*/
/* index css 

* Header Area css
* Nav Area css
* Slider Area css
* About Area css
* Skill Area css
* Team Area css
* Portfolio Area css
* Service Area css
* Client Area css
* Blog Area css
* Fun Area css
* Footer Area css

*/
/* google font 

    font-family: 'Roboto', sans-serif;
    font-family: 'Dancing Script', cursive;
*/

@import 'https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i';
html,
body {
    height: 100%;
}
body {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 1.42857;
}
.floatleft {
    float: left
}
/* 323b48 */

.floatright {
    float: right
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}
.alignright {
    float: r ight;
    margin-left: 15px;
    margin-bottom: 15px
}
.aligncenter {
    display: block;
    margin: 0 auto 15px
}
a:focus {
    outline: 0px solid;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto
}
.fix {
    overflow: hidden
}
p {
    color: #444444;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
	text-align:justify;
}

h6
{
	    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
}

h1,
h2,
h3,
h4,
h5
  {
    margin: 0 0 15px;
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: 700;
}
h3 {
    font-size: 18px;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
a:hover {
    color:  #00a9a6;
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0 none;
    text-decoration: none;
}
ul {
    margin: 0px;
    padding: 0px;
}
ul,
ol,
li {
    list-style: outside none none;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
}
ul > li > a {
    color: #222222;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.pd0 {
    padding: 0px;
}
.clear {
    clear: both
}
.title-section h1 {
    color: #222222;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
/*header top css*/

.header_top {
    padding: 10px 0;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#0af1f1), to(#2e5f75));
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.header_top p {
    margin-bottom: 0;
}
.header_top h6 span,
.header_top h6 a {
    margin-right: 20px;
}
}
.header_top p span,
.header_top p a {
    margin-right: 20px;
}
.header_top h6 span i,
.header_top h6 a i {
    font-size: 13px;
    color: #fff;
    margin-right: 10px;
}
.header_top p span i,
.header_top p a i {
    font-size: 13px;
    color:  #00a9a6;
    margin-right: 10px;
}
.header_top p a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
}
.header_top ul.social-icons {
    margin: 0;
    padding: 0;
    text-align: right;
}
.header_top ul.social-icons li {
    display: inline-block;
    margin-left: 9px;
}
.header_top ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 14px;
    color: #666666;
}
.social-icons li a i:hover {
    color:  #00a9a6;
}
/*============
header nav css
=============*/

.nav_areas {
    z-index: 9999999;
}
.nav_area {
    background: #fff none repeat scroll 0 0;
    padding: 20px 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.logo {} .logo a {} .logo img {
    -webkit-transition: .3s;
    transition: .3s;
}
.menu {} .menu ul {
    text-align: right;
    margin: 22px 0;
}
.menu ul li {
    display: inline;
}
.menu ul li.active a {
    color:  #00a9a6;
}
.menu ul li a {
    display: inline-block;
    padding: 5px 14px 6px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
}
.menu ul li:last-child a {
    padding-right: 0px;
}
.menu ul li a:hover {
    color:  #00a9a6;
}
.menu ul li a:before {
    background: transparent;
    border-color: transparent transparent  #00a9a6 transparent;
    border-style: solid;
    border-width: 6px;
    bottom: -35px;
    content: "";
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.menu ul li a:hover:before {
    bottom: -5px;
    content: "";
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.menu .current > a {
    color:  #00a9a6;
}
.bgcolor_stick {} .postfix {
    background: #fff;
}
.prefix {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0px 1px 5px #ddd;
}
/*-----------------------
4. slider area css
-------------------------*/

.pd0 {
    padding: 0px;
}
.main-slider-area {
    overflow: hidden;
    display: block;
    position: relative;
}
.slider-image {} .nivo-caption {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slider-caption-1 {} .slide1-text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.margin_left {
    margin-left: 100px;
}
.cap-title {} .slide2-text {}
 .cap-title h2 {
	 margin-bottom:10px;
 }
 .cap-title h2 span {
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: top;
    display: inline-block;
    font-size: 26px;
}
.cap-title h3 {
    margin-bottom: 8px;
}
.cap-title h3 span {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
    font-size: 41px;
    font-family: "Roboto", sans-serif;
    text-shadow: 0 0 2px rgba(0, 0, 0, .05)
}
.cap-title h3 span strong {
    color:  #00a9a6;
}
.home-2 .cap-title h3 span strong {
    color: #ffab31;
}
.cap-title.ctitle1 h3 {} .cap-dec {
    margin-bottom: 21px;
}
.cap-dec p {
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 16px;
	color: #fff;
	font-size: 18px;
}
i.nivo-prev-icon,
i.nivo-next-icon {
    width: 50px;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 25px;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
    height: 50px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
i.nivo-prev-icon:hover,
i.nivo-next-icon:hover {
    border: 1px solid #e67c8e;
    color: #e67c8e;
}
i.nivo-prev-icon {} i.nivo-next-icon {} .slider:hover i.nivo-prev-icon,
.slider:hover i.nivo-next-icon {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.nivo-controlNav {
    right: 7%;
    text-align: center;
    top: 50%;
    width: 14px;
    margin-top: -21px;
    position: absolute;
}
.nivo-controlNav a {
    cursor: pointer;
    display: inline-block;
    height: 14px;
    line-height: 10px;
    margin: 0 0 5px;
    position: relative;
    background-color:  #00a9a6;
    border: 2px solid transparent;
    border-radius: 100%;
    text-indent: -9999px;
    width: 14px;
    z-index: 9;
}
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
    background: transparent none repeat scroll 0 0;
    border-color: #fff;
}
.slider-progress.pos_hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.cap-readmore {} .smore {
    margin-top: 2px;
    line-height: 30px;
    vertical-align: top;
    font-size: 18px;
	margin-bottom:8px;
    font-weight: 400;
    color: #797979;
    text-transform: uppercase;
    display: inline-block;
}
.smore a {
    border-radius: 5px;
    -webkit-transition: 1s;
    transition: 1s;
    font-size: 14px;
    margin-right: 10px;
    color: #fff;
    padding: 10px 25px;
    display: block;
    border: 1px solid #CCC;
}
a.actice-button {
    background:  #00a9a6;
    border-color:  #00a9a6;
}
.smore a:hover {
    color: #fff;
    background:  #00a9a6;
    border-color:  #00a9a6;
}
a.actice-button:hover {
    background: transparent;
    border-color: #fff;
}
/*about_area css*/

.about_area {
    padding: 95px 0 100px;
}
.section_title {
    text-align: center;
}
.section_title h2 {
    padding-bottom: 0px;
    margin-bottom: 10px;
    position: relative;
}
.section_title > p {
    font-size: 15px;
    margin: auto;
    width: 60%;
    margin-top: 29px;
}
.section_title h2 span {
    text-transform: uppercase;
}
.section_title h2 span strong {
    color:  #00a9a6;
}
.home-2 .section_title h2 span strong {
    color: #FFAB31;
}
.heading_style {
    display: block;
    border-bottom: 1px solid  #00a9a6;
    width: 50px;
    margin: auto;
    margin-bottom: 3px;
    position: relative;
}
.home-2 .heading_style {
    border-bottom: 1px solid #FFAB31;
}
.heading_style:before {
    background:  #00a9a6 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 5px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    width: 80px;
}
.home-2 .heading_style:before {
    background: #FFAB31;
}
.heading_style:after {
    background:  #00a9a6 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 10px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    width: 50px;
}
.home-2 .heading_style:after {
    background: #FFAB31;
}
.home-3 .heading_style {
    display: block;
    border-bottom: 1px solid #1BBC9B;
    width: 50px;
    margin: auto;
    margin-bottom: 3px;
    position: relative;
}
.home-3 .heading_style:before {
    background: #1BBC9B none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 5px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    width: 80px;
}
.home-3 .heading_style:after {
    background: #1BBC9B none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 10px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    width: 50px;
}
.vedeo_gallary {
    position: relative;
    z-index: 999;
    padding-top: 20px;
}
.venobox img {
    display: block;
    width: 100%;
    z-index: 666;
}
.venobox_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    z-index: 999;
}
.venobox_icon i {
    border: 5px solid #fff;
    /* padding: 30px; */
    
    border-radius: 50%;
    height: 90px;
    width: 90px;
    line-height: 80px;
    text-align: center;
}
/*.section_title h2 span::before {
  background: #1cb6ef none repeat scroll 0 0;
  border-color:  #00a9a6 transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 10px;
  bottom: 8px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.section_title h2 span::before{
	background:  #00a9a6;
  bottom: 18px;
  content: "";
  height: 1px;
  right: 48%;
  position: absolute;
  width: 6%;
}
.section_title h2 span::after {
  background:  #00a9a6;
  bottom: 26px;
  content: "";
  height: 1px;
  left: 48%;
  position: absolute;
  width: 6%;
}*/

.short {
    max-width: 50px;
    margin: 3px auto;
    border-width: 1px;
    border-color:  #00a9a6;
}
.short-2 {
    max-width: 50px;
    margin: 3px auto;
    border-width: 1px;
    border-color:  #00a9a6;
    margin-bottom: 10px;
}
.long {
    max-width: 80px;
    margin: 1px auto;
    border-width: 1px;
    border-color:  #00a9a6;
}
.about_wrap {
    overflow: hidden;
    padding: 0px;
}
.single_about {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 30px 10px 17px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
	height:220px;
}
.single_about .icon {
    border-radius: 50%;
    color:  #00a9a6;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    height: 100px;
    line-height: 96px;
    margin-bottom: 20px;
    position: relative;
    width: 100px;
    -webkit-transition: .5s;
    transition: .5s;
}
.single_about .icon:before {
    border: 2px solid  #00a9a6;
    border-radius: 50%;
    content: "";
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s;
}
.single_about:hover .icon:before {
    border-color: #fff;
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
}
.single_about:hover .icon {
    background:  #00a9a6 none repeat scroll 0 0;
    color: #fff;
}
.single_about:hover .icon {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.single_about:hover {
    background: transparent;
}
/* progress area css */

.progress_area {
    background: #f9f9f9 none repeat scroll 0 0;
    margin: 0;
    padding: 98px 0 85px;
}
.progress_text {} .progress_text p {} .progress_text h3 span {
    text-transform: uppercase;
}
.our_skill h3 {
    margin-bottom: 10px;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.our_skill .skill-wrapper {
    float: left;
    margin: 0 0 22px;
    position: relative;
    width: 100%;
}
.our_skill .skill-wrapper .percent {
    background: #e8e8e8 none repeat scroll 0 0;
    height: 5px;
    margin-bottom: 6px;
    width: 100%;
}
.our_skill .skill-wrapper .percent .percent_color {
    background:  #00a9a6;
    height: 5px;
}
.percent_text {
    margin-bottom: 0;
    color: #666666;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 18px;
}
.percent_text > span {
    float: right;
    text-align: right;
}
/*team css*/

.team_area {
    padding: 94px 0 80px;
}
.team_wrap {
    padding-top: 43px;
    overflow: hidden;
}
.single_team {
    background-color: #ffffff;
    border: 1px solid #dddddd;
   /*  box-shadow: 0 1px 2px #eeeeee; */
    color: #666;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 3px;
}
.team_thumb {
    position: relative;
}
.team_thumb:before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    z-index: 1;
}
.single_team:hover .team_thumb:before {
    background: rgba(0, 0, 0, .5);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single_team .team_info {
    padding: 15px 10px 10px;
}
.single_team .team_info p {
    margin: 5px 0 5px;
}
.single_team .team_info span.member-name {
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.single_team .team_info span.member-role {
    font-family: "Roboto", sans-serif;
    display: block;
    text-transform: capitalize;
    color:  #00a9a6;
}
.team_social_icon {
    left: 0;
    position: absolute;
    right: 0;
    top: 60%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
}
.team_social {
    margin: auto;
}
.team_social a {
    display: inline-block;
}
.team_social a i {
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    height: 25px;
    margin: 0 3px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 25px;
    line-height: 23px;
}
.single_team:hover .team_social_icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 50%;
}
.team_social a .fa-facebook:hover {
    border: 1px solid #3b5998;
    color: #3b5998
}
.team_social a .fa-twitter:hover {
    border: 1px solid #00aced;
    color: #00aced
}
.team_social a .fa-google-plus:hover {
    border: 1px solid #dd4b39;
    color: #dd4b39
}
.team_social a .fa-linkedin:hover {
    border: 1px solid #007bb6;
    color: #007bb6
}
.team_social a .fa-flickr:hover {
    border: 1px solid #ff0084;
    color: #ff0084
}
.team_social a .fa-pinterest:hover {
    border: 1px solid #C92228;
    color: #C92228
}
/*ow carsol css edit style for model_owl*/

.team-style.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    border-radius: 0;
    color:  #00a9a6;
    font-size: 22px;
    height: 35px;
    left: -5px;
    line-height: 25px;
    margin-top: -8.5px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 50%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    width: 35px;
    border: 1px solid  #00a9a6;
}
.home-3 .single_team .team_info {
    padding: 15px 10px 15px;
}
.home-3 .single_team .team_info p {
    margin: 10px 0 3px;
}
.home-3 .counter_area {
    padding: 98px 0 87px;
}
.team_area:hover .team-style.owl-theme .owl-controls .owl-buttons div,
.team_area.home-3:hover .team-style.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.team-style.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -5px;
    left: auto;
}
.team-style.owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background:  #00a9a6;
    color: #fff;
}
.team-style.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    background:  #00a9a6;
    color: #fff;
}
.home-3 .team-style.owl-theme .owl-controls .owl-buttons div {
    color: #1bbc9b;
    border: 1px solid #1bbc9b;
}
.home-3 .team-style.owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background: #1bbc9b;
    color: #fff;
}
.home-3 .team-style.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    background: #1bbc9b;
    color: #fff
}
/*protfolio area css*/

.protfolio_area {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding: 95px 0 100px;
}
.portfolio_nav {
    padding: 46px 0 50px;
}
.portfolio_nav ul {
    text-align: center;
}
.portfolio_nav ul li {
    display: inline;
}
.portfolio_nav ul li.active {
    color: #fff;
    background:  #00a9a6;
}
.portfolio_nav ul li {
    display: inline-block;
    padding: 8px 14px 9px;
    text-transform: uppercase;
    color: #323b48;
    font-weight: bold;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 21px;
    cursor: pointer;
}
.portfolio_nav ul li:hover {
    color: #fff;
    background:  #00a9a6;
}
.prot_wrap {
    overflow: hidden;
}
.single_protfolio {
    position: relative;
}
.prot_thumb {
    position: relative;
}
.prot_thumb img {
    width: 100%;
    display: block;
}
.prot_thumb:before {
    position: absolute;
    content: "";
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    background: #666;
    background: rgba(0, 0, 4, 0.5) none repeat scroll 0 0;
    border: 1px solid #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.single_protfolio:hover .prot_thumb:before {
    content: "";
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}
.prot_content {
    bottom: 10px;
    left: 10px;
    margin-top: -20px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.prot_content h3 {
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.prot_content p {
    margin: 0px;
    color: #ffab31;
}
.prot_content p span {} .single_protfolio:hover .prot_content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}
.prot_wrap .col-md-3 {
    padding: 0;
}
/* service area css*/

.service_area {
    padding: 95px 0 70px;
}
.service_wrap {
    overflow: hidden;
    padding-top: 47px;
}
.single_service {
    position: relative;
    text-align: center;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    margin-bottom: 30px;
}
.single_content_text {
    position: relative;
    z-index: 1;
}
.single_content_text:before {
    bottom: 20px;
    content: "";
    left: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    right: 10px;
    top: 20px;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    border-bottom: 1px solid  #00a9a6;
    border-top: 1px solid  #00a9a6;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    z-index: -1;
}
.single_content_text:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}
.single_content_text:after {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    border-left: 1px solid  #00a9a6;
    border-right: 1px solid  #00a9a6;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    z-index: -1;
}
.single_content_text:hover:after {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}
.single_content_text {
    padding: 50px 30px 37px;
    background: #f9f9f9 none repeat scroll 0 0;
}
.service_icon {
    margin-bottom: 18px;
}
.service_icon i {
    color:  #00a9a6;
    font-size: 40px;
}
.service_content {
    padding: 0px 10px;
}
.service_content h3 {
    color:  #00a9a6;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 10px;
}
.service_content p {}
/* testimonial area css */

.testimonial_area {
    background: #3e4756 url("image/6.jpg") no-repeat fixed center center;
    padding: 100px 0 86px;
    position: relative;
    z-index: 1;
}
.testimonial_area:after {
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.single_testimonial {
    text-align: center;
}
.test_thumb img {
    display: inline-block;
    width: 100px;
}
.test_name h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.test_name h4 sup {
    color:  #00a9a6;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    margin-left: 5px;
}
.test_name p {
    color: #fff;
    font-style: italic;
    margin: auto;
    width: 72%;
}
.home-2.testimonial_area {
    padding: 100px 0 87px;
}
/*ow carsol css edit style for model_owl*/

.curosel-style.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    border-radius: 0;
    color:  #00a9a6;
    font-size: 22px;
    height: 35px;
    left: -5px;
    line-height: 25px;
    margin-top: -8.5px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 50%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    width: 35px;
    border: 1px solid  #00a9a6;
}
.testimonial_area:hover .curosel-style.owl-theme .owl-controls .owl-buttons div,
.blog_area.home-2:hover .curosel-style.owl-theme .owl-controls .owl-buttons div,
.blog_area.home-3:hover .curosel-style.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.curosel-style.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -5px;
    left: auto;
}
.curosel-style.owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background:  #00a9a6;
    color: #fff;
}
.curosel-style.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    background:  #00a9a6;
    color: #fff
}
/*home 2 blog*/

.blogcr.curosel-style.owl-theme .owl-controls .owl-buttons div {
    left: -10px;
    top: 22%;
}
.blogcr.curosel-style.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -10px;
    left: auto;
}
/*home 3 blog*/

.home-3 .curosel-style.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #1bbc9b;
    border: 1px solid #1bbc9b;
}
.home-3 .curosel-style.owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background: #1bbc9b;
    color: #fff;
}
.home-3 .curosel-style.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    background: #1bbc9b;
    color: #fff
}
/*blog area css*/

.blog_area {
    padding: 95px 0 80px;
}
.blog_wrap {
    padding-top: 46px;
}
.single_blog {
    overflow: hidden;
    padding-bottom: 20px;
}
.single_blog {} .blog_thum {
    position: relative;
    overflow: hidden;
}
.blog_thum:before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.single_blog:hover .blog_thum:before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background: rgba(0, 0, 0, .5);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog_thum img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s;
    transition: 1s;
}
.single_blog:hover .blog_thum img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog_thum img {
    width: 100%;
}
.post_meta {
    margin-top: 10px;
}
.post_meta a {
    border-right: 1px solid #ddd;
    color: #666666;
    font-size: 13px;
    margin-right: 6px;
    padding-right: 10px;
}
.post_meta a:last-child {
    border-right: 0 solid;
    margin-left: -2px;
    margin-right: 0;
    padding-left: 7px;
    padding-right: 0;
}
.post_meta a:hover {
    color:  #00a9a6;
}
.post_meta i {
    margin-right: 2px;
}
.blog_content {} .blog_content h3 {
    color: #555555;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin-top: 15px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.single_blog:hover .blog_content h3 {
    color:  #00a9a6;
}
.blog_content p {
    margin-bottom: 21px;
}
.readmore a {
    border: 1px solid #ddd;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    padding: 8px 10px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.readmore a:hover {
    border-color:  #00a9a6;
    background:  #00a9a6;
    color: #fff;
}
/*counter area css*/

.counter_area {
    background: #3e4756 url("image/client.jpg") no-repeat fixed center center;
    padding: 97px 0 86px;
    position: relative;
    z-index: 1;
	background-size:cover;
}
.home_2.counter_area {
    padding: 97px 0 91px;
}
.counter_area:after {
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.counter_icon {} .counter_icon p {
    text-align: center;
}
.counter_icon p i {
    color:  #00a9a6;
	font-size:20px;
}
.home-3 .counter_icon p i {
	color: #1bbc9b;
}
.countr_text {
    border-radius: 100%;
    display: block;
    position: relative;
    text-align: center;
}
.countr_text h1 {
    color: #fff;
    display: inline-block;
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 12px;
    position: relative;
    z-index: 999;
}
.countr_text h3 {
    color: #fff;
    display: inline-block;
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative;
    z-index: 999;
}
.single_counter > p {
    color: #fff;
    font-size: 17px;
    text-align: center;
}
/*footer top area css*/

.footer_top {
    padding: 95px 0 70px;
}
.footer_wrap {
    padding-top: 42px;
}
.whatwe p {
    margin-top: -7px;
    margin-bottom: 11px;
}

.contact-details {
    margin: 20px 0 29px;
}
.contact-details h4 {
    color: #555555;
    font-size: 15px;
    margin-bottom: 10px;
}
.contact-details h4 span {
    color: #666666;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 400;
}
.google_map {
    padding-top: 4px;
}
.home-3 .google_map {
    padding-top: 51px;
}
#googleMap {
    height: 257px;
    width: 100%;
}
.form-inner {
    width: 100%;
}
.form-controls {} .form_inner {} .heading {} .heading h3,
.whatwe h3 {
    color: #555555;
    padding-bottom: 15px;
    font-size: 20px;
    text-transform: capitalize;
}
.field {
    overflow: hidden;
    padding-bottom: 25px;
    width: 100%;
}
.form-field {
    width: 99%;
    overflow: hidden;
    float: left;
}
.form-field input {
    height: 45px;
    width: 100%;
    border: 1px solid #ddd;
    color: #171313;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    outline: none;
    -webkit-transition: .5s;
    transition: .5s;
}
.text_area {} .text_area textarea {
    width: 99%;
    border: 1px solid #ccc;
    height: 163px;
    color: #171313;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    padding-top: 5px;
    outline: none;
    -webkit-transition: .5s;
    transition: .5s;
}
.form-field input:focus,
.text_area textarea:focus {
    color:  #00a9a6;
    border: 1px solid  #00a9a6;
}
.buttons {
    margin-top: 7px;
}
.buttons submit {} .sbuton {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #666666;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 30px;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.sbuton:hover {
    background:  #00a9a6 none repeat scroll 0 0;
    border-color:  #00a9a6);
    color: #fff;
}
.blog.buttons {
    margin-top: 0;
}
.form-field input::-moz-placeholder {
    margin-left: 10px;
}
.form-field input[type="date"]::-moz-placeholder {
    margin-left: 10px;
}
/*footer middle*/

.footer_middle {
    background: #1a1a1a none repeat scroll 0 0;
    padding: 95px 0 80px;
}
.f_middle h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 10px;
}
.f_middle h2 span {
    color:  #00a9a6;
}
.f_middle p {
    color: #fff;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
}
.f_social_icon {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px 0 20px;
    text-align: center;
}
.f_social_icon a {
    display: inline-block;
    text-align: center;
}
.f_social_icon a i {
    border: 1px solid  #00a9a6;
    color:  #00a9a6;
    font-size: 16px;
    height: 30px;
    margin: 0 3px;
    padding-top: 6px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.f_social_icon a .fa-facebook:hover {
    border: 1px solid #3b5998;
    color: #3b5998
}
.f_social_icon a .fa-twitter:hover {
    border: 1px solid #00aced;
    color: #00aced
}
.f_social_icon a .fa-google-plus:hover {
    border: 1px solid #dd4b39;
    color: #dd4b39
}
.f_social_icon a .fa-linkedin:hover {
    border: 1px solid #007bb6;
    color: #007bb6
}
.f_social_icon a .fa-flickr:hover {
    border: 1px solid #ff0084;
    color: #ff0084
}
.f_social_icon a .fa-pinterest:hover {
    border: 1px solid #f00;
    color: #f00
}
/*footer bottom area*/

.footer_buttom {
    background: #111111;
    padding: 30px 0px 20px;
}
.f_menu {} .f_menu ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.f_menu ul li {
    display: inline-block;
    padding: 0px 10px;
}
.f_menu ul li:last-child {
    display: inline-block;
    padding: 0px 0px;
}
.f_menu ul li a {
    color: #fff;
    text-transform: capitalize;
    display: block;
}
.f_menu ul li a:hover {
    color:  #00a9a6;
}
.copy_right {} .copy_right p {
    color: #fff;
    font-size: 14px;
}
.copy_right p a {
    color:  #00a9a6;
    font-size: 14px;
}
.prot_wrap .mix {
    display: none;
}
/*home 2*/
/*home 2*/

.home-2.header_top {
    background: #292929;
    background: rgb(50, 50, 50) none repeat scroll 0 0;
    border-bottom: 1px solid #555;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.home-2.header_top p span i,
.home-2.header_top p a i {
    color: #ffab31;
    font-size: 13px;
    margin-right: 10px;
}
.home-2.header_top ul.social-icons li a {
    color: #999;
}
.home-2.header_top p span,
.home-2.header_top p a {
    color: #ddd;
    margin-right: 20px;
}
.home-2 .social-icons li a i:hover {
    color: #ffab31;
}
.home-2 .nav_area {
    background: #292929 none repeat scroll 0 0;
}
.home-2 .menu ul li a {
    color: #fff;
}
.home-2 .menu ul li a:before {
    border-color: transparent transparent #fff;
}
.home-2 .menu .current > a {
    color: #ffab31;
}
/*about 2 css*/

.home-2 .section_title h2 {
    color: #ddd;
}
.home