/*...............................................................
Template Name: Andra - Multipurpose html5 templete
Author:  Smart-thesis
Version: 1.0

=> Table Of Content
.....................

01. Typography
    ..........
	
02. Common CSS
    ..........
	
03. Home One CSS
    ............
    #Header_area CSS
    #Welcome_area CSS
    #Service_area CSS
    #video_area_bg area CSS
    #service2_area_bg CSS
    #why_choose_area CSS
    #Team_area CSS
    #logo_area CSS
    #Footer_area CSS
	
04. Home two  CSS
05. Home three  CSS
06. Home four  CSS
07. Home five  CSS
   
***************** 
=> Inner Page CSS 
***************** 
08. About one Page CSS
09. About two Page CSS
10. Service Page CSS
11. Service-detail Page CSS
12. Portfolio Page CSS
13. Team Member Page CSS
14. Testimonial Page CSS
15. 404 Page CSS
16. Blog Page CSS
17. Blog-Detail Page CSS
18. Contact Page CSS
19. Preloader CSS

/* 
01.Typography
--------------*/

/*------------ Fonts -----------*/
@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Anton');
* {
    list-style: none;
}

a,
a:hover,
a:focus,
input,
textarea {
    text-decoration: none;
    outline: none;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
P {
    margin: 0px;
    padding: 0px;
}

h2,
h3,
h4,
h5,
h6 {
    color: #222;
}

img {
    max-width: 100%;
	height: auto;
}

p{
    line-height: 1.7;
}

ol,
ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #666;
    background: #fff;
    font-weight: 300;
}

/* 
02. Common Css Start
---------------- */

.section-title{
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-title h2{
    line-height: 0.8;
    font-size: 27px;
    font-weight: 800;
    padding-bottom: 30px;
	color: #fff;
}

.section-title p {
    color: #fff;
}

.testimonial_area:after, .team_area:after {
    background: rgba(2, 2, 2, 0.7) none repeat scroll 0 0;
}

.client_area .client_section_title, .client_area .client_section_title h2, .team_area .team_section_title, .team_area .team_section_title h2{
    color: #fff;
}

.sp {
    padding: 100px 0px;
}

.pt_100{
	padding-top:100px;
}
.pb_100{
	padding-bottom:100px;
}

/* Common input Css*/

.common_input input,
select,
textarea {
    background: #fff;
    border: 1px solid #e2e2e2;
    height: 48px;
    margin-bottom: 30px;
    padding: 10px 20px;
    width: 100%;
    font-size: 13px;
    border-radius: 3px;
    color: #5a5a5a;
}

textarea {
    height: 228px;
    padding-top: 14px;
    resize: none;
}

.common_input input:focus,
textarea:focus {
    border: 1px solid #0E1B38;
}

button {
    border: none;
}

/*---------------
 03. Home one CSS 
 ----------------*/

/*
Header_area Css Start
------------------ */

.header_bottom {
    position: relative;
    z-index: 999;
}

.logo {
    margin: 21px 0;
}

.logo a {
    font-size: 27px;
}

/* Mainmenu Css for min width 768 */

@media only screen and (min-width: 768px) {
    .main_menu li {
        display: inline-block;
        position: relative;
    }
    .main_menu li a {
        color: #666666;
        display: block;
        font-size: 14px;
        font-weight: 500;
        padding: 30px 12px;
        position: relative;
        text-decoration: none;
        text-transform: capitalize;
        z-index: 99;
    }
    .main_menu li:last-child a {
        padding-right: 0px;
    }
    .main_menu>li:hover>a,
    .sub_menu>li:hover>a,
    .main_menu li.active a {
        color: #00abc9;
    }
    ul.sub_menu {
        background: #222 none repeat scroll 0 0;
        opacity: 0;
        position: absolute;
        text-align: left;
        top: 80px;
        -webkit-transform: rotateY(37deg) scale(1, 0.7);
        transform: rotateY(37deg) scale(1, 0.7);
        visibility: hidden;
        width: 183px;
        z-index: 2;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }
    .sub_menu > li {
        border-top: 1px solid #333333;  
        display: block;
    }
	.sub_menu > li:first-child {
        border-top: none;
    }
    .sub_menu > li > a {
        display: block;
        line-height: normal;
        margin: 0;
        padding: 14px 25px;
        font-size: 13px;
    }
	
	.sub_menu > li > a:hover{
		background-color: #00abc9;
	    color: #fff;
	}
	

    .main_menu > li:hover ul.sub_menu {
        opacity: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        visibility: visible;
    }
}


/* end main menu */


/* Header Search Icon*/

.show_search > a i {
    color: #666;
    font-size: 16px;
}

.search {
    position: absolute;
    right: 0%;
    top: 6px;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.search input {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    color: #222222;
    float: right;
    padding: 10px;
    position: relative;
    right: 0;
    top: 75px;
    width: 300px;
    border-radius: 50px;
    width: 240px;
    height: 50px;
    padding-left: 20px;
}

.search.active {
    visibility: visible;
    opacity: 1;
}
/* mean menu CSS for Mobile Screen */

.mean-container a.meanmenu-reveal span {
    background-color: #fff;
}

.mean-container a.meanmenu-reveal {
    color: #222222;
    padding: 20px 18px;
    position: absolute;
    z-index: 2147483647;
}

.mean-container a.meanmenu-reveal span {
    background-color: #222;
}

.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    height: 60px;
    left: 0;
    padding: 0;
    position: absolute;
    z-index: 2147483647;
}

.mean-container .mean-nav {
    margin-top: 62px;
}

.mean-container .mean-nav ul li a.mean-expand {
    line-height: 35px;
    padding: 8px !important;
    border: 0 !important;
    z-index: 999999999999999!important;
}

.mean-container .mean-nav ul li a {
    color: #fff;
    font-size: 12px;
    opacity: 1;
}

.mean-container .mean-nav ul li a:hover {
    color: #fff;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #1AB4CF;
}

.mean-container .mean-bar {
    height: 61px;
}

.mean-container .mean-nav ul li a {
    padding: 15px;
}

.mean-container a.meanmenu-reveal {
    padding: 28px 18px;
}


/*
 #Welcome_area Css
----------------- */
.hompage_slider_bg1 {
    background-image: url(../images/slides/slider1.jpg);
}
.hompage_slider_bg2 {
    background-image: url(../images/slides/slider2.jpg);
}
.hompage_slider_bg3 {
    background-image: url(../images/slides/slider3.jpg);
}
.hompage_slider_bg {
    position: relative;
    z-index: 1;
}

.hompage_slider_bg .display_table_cell {
    height: 685px;
}

.hompage_text {
    color: #ffffff;
    font-size: 17px;
    margin: 0 auto;
    max-width: 680px;
    text-align: center;
}

.hompage_text h1 {
    font-size: 55px;
    font-weight: 900;
    text-transform: inherit;
    margin-bottom: 25px;
}

.hompage_text .common_btn {
    margin-top: 25px;
    padding: 0 37px;
}

.hompage_slider .owl-nav div{
    background:#00abc9;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 45px;
    border: none;
    font-size: 30px;
	left:1%;
}

.hompage_slider .owl-nav>div.owl-next{
	right:1%;
	left:auto;
}

.hompage_slider .owl-nav>div:hover{
	background-color:#333333;
	color:#fff;
}


/* 
#Service_area Css
---------------- */
.service_area.service-style-3 {
    padding-bottom: 60px;
}

.service_home4{
	background:#f7f7f7;
}

.single_service {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
    position: relative;
    border-radius: 4px;
    border-bottom: 4px solid rgb(240, 248, 254);
    transition: all 0.3s ease 0s;
	text-align: center;
    padding: 0px 12px;
}

.single_service:hover, .single_service2:hover {
    border-bottom: 4px solid rgb(0, 171, 201);
}

.single_service3 {
    margin: 0 auto 30px;
    position: relative;
    overflow: hidden;
}

.service_icon_container {
    display: table;
    height: 80px;
    width: 100%;
}

.single_service_content h3:hover{
	color: #00abc9;
	transition: all 0.3s ease 0s;
}
.service_icon_tablecell, .service_icon_container span {
    display: table-cell;
    vertical-align: middle;
}

.single_service .single_service_content p, .single_service3 .single_service_content p {
    color: #000;
}

.single_service h3, .single_service3 h3 {
    font-size: 16px;
    font-weight: 800;
    margin: 20px 0;
    text-transform: inherit;
}


.service_area.flat_hover {
    padding: 100px 0 80px;
}

.single_service_content p {
	padding-bottom: 25px;
	color:#fff;
}

/*  
#Video_bg_area Css Start
---------------------- */

.video_area_bg {
    background-image: url(../images/video_bg.jpg);
    height: 353px;
}

.video_area_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.video_area_bg:after{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom:auto;
    right: auto;
    z-index: -1;
    background-color: rgba(0,171,201, 0.7);
}

.video_area_bg span {
    background: transparent;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 55px;
    left: 50%;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 65%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 65px;
    font-size: 25px;
    border: 2px solid #fff;
    height: 65px;
}

.video_area_bg h2 {
    color: #ffffff;
    font-size: 38px;
    font-style: italic;
    font-weight: 700;
    margin: 0 auto;
    max-width: 652px;
    padding-top: 70px;
    text-align: center;
}

/* 
#Service2_Area Css 
----------------- */

.service_service2_area {
    position: relative;
    background: #f7f7f7;
}

.single_service2 {
  border-bottom: 4px solid #F0F8FE;
  border-radius: 4px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease 0s;
  margin-bottom:40px;
  font-size:13px;
  padding:15px;
  
}

.service_title_area .section-title h2, .contact-form-area .section-title h2 {color: #222;}

.service_title_area .section-title p, .contact-form-area .section-title p {
    color: #000;
}

.single_service2 h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 18px;
    margin-top: 16px;
}

.all_services {
    padding-bottom: 65px;
}

.service-bg-img {
    margin-top: 100px;
	position:relative;
}

/* 
#Why_Choose_Area Css
------------------- */

.why_choose_area {
    margin-bottom: 100px;
    margin-top: 100px;
    position: relative;
	background:#fff;
}

.why_choose_area_bg {
    background-image: url(../images/choose-bg.jpg);
    background-color: #ddd;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
}

.why_choose_text {
    padding: 54px 0 62px 84px;
}

.hompage_content .common_btn, .why_choose_area .common_btn, .home3 .common_btn,  .home4 .common_btn,  .home5 .common_btn, .error_page .common_btn, .style5 .common_btn{
    margin-top: 30px;
    padding: 0 32px;
}


/* 
#Team_Area Css
-------------- */
.team_area {
    background-image: url(../images/team-bg.jpg);
}

.team_area .section-title h2, .team_area .section-title p{
    color: #fff;
}

.team-img {
	transition:all .3s;
}

.single-team {
    position: relative;
    display: block;
    text-align: center;
    border-radius: 2px;
    overflow: hidden;
    background: #fff;
}

.team2_area .team_wrap .single-team{
	-webkit-box-shadow: 2px 0 15px rgba(0, 1, 1, 0.1);
    box-shadow: 2px 0 15px rgba(0, 1, 1, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.single-team .team-img img {
    width: 100%;
    display: block;
    height: auto;
}

.single-team .team_content {
    position:  relative;
    padding: 15px;
}

.single-team .team_content .team_dgn {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #00abc9;
    margin-bottom: 15px;
}

.single-team .team_content .social_links {
    position:  relative;
}

.single-team .team_content .social_links a {
    display:  inline-block;
    width:  30px;
    font-size: 15px;
    color: #00abc9;
}

.single-team .team_content .team_dgn h4 {
    margin-bottom: 6px;
    font-size:  16px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
}

.single-team .team_content .team_dgn span {
    font-size: 14px;
    text-transform:  capitalize;
}

.team-img > a {
  display: block;
  position: relative;
  transition: all 0.4s ease 0s;
}

.team-icon a {
	margin: 0 20px;    
	transition: all 0.3s ease 0s;
    text-decoration: none;
}
.team-icon a i {
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  border-radius: 50%;
  transition:all .4s;  
}
 
.single-team:hover .team-icon a{
	margin:  0 5px;
}
.team-text {
  background: none ;
  bottom: 0;
  left: 0;
  margin: 0 15px;
  padding: 35px 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.4s ease 0s;
  z-index: 2;
  opacity:0;
  visibility:hidden;
  color:#fff
}
.team-text > h4 {
  margin-bottom: 3px;
  text-transform: uppercase;
  color:#fff;
}
.team-text > span {
  text-transform: capitalize;
}
.single-team:hover .team-text{
	bottom:15px;
	opacity:1;
	visibility:visible;
}

/*  
#logo_area Css 
-------------- */

.logo_area {
    padding-bottom: 50px;
    padding-top: 50px;
	background-color: #ffffff;
}

.logo_single_brand {
    display: flex;
    flex-direction: column;
    height: 88px;
    justify-content: center;
    line-height: 133px;
    position: relative;
    text-align: center;
    width: 160px;
}

.logo_single_brand > a {
    display: inline-block;
}

/*  
#Footer_area Css
---------------- */

.footer_area .footer_top {
    background: #f7f7f7 none repeat scroll 0 0;
    padding-bottom: 90px;
    padding-top: 90px;
    position: relative;
}

.footer_area .footer_widget h2 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 42px;
}

.footer_area .footer_widget a {
    display: block;
    margin-bottom: 3px;
}

.footer_address {
    margin-top: 30px;
    font-size: 13px;
}

.footer_address a {
    display: block;
    margin-bottom: 3px;
    padding-left: 25px;
    position: relative;
    color: #000;
    margin-bottom: 10px!important;
}

.footer_address a span {
    left: 0;
    position: absolute;
    color: #00abc9;
    font-size: 14px;
}

.footer_top .common_input input {
    margin-bottom: 15px;
    height: 46px;
}

.footer_area button[type="submit"], .contact-form-area button[type="submit"] {
    background-color: #00abc9;
    border-color: #00abc9;
    border-radius: 0px;
    height: 46px;
    color: #fff;
    font-weight: 600;
    padding: 0 25px;
	line-height:47px;
}

.service-newsletter .subs_button:hover, .footer_top .subs_button:hover, .blog-newsletter .subs_button:hover{
	background-color:#333;
	color:#fff;
}

.footer_area .footer_widget {
    position: relative;
    z-index: 9999;
}

.footer_area .footer_widget img {
    margin-bottom: 35px;
}

.footer_area .footer_widget ul li a {
    color: #000;
    padding-bottom: 8px;
    position: relative;
    text-transform: capitalize;
}

.footer_social_icon {
    margin-top: 30px;
}

.footer_social_icon a {
    display: inline-block!important;
}

.footer_widget.f_pl_1 {
    padding-left: 86px;
}

.footer_widget.f_pl_2 {
    padding-left: 60px;
}


.footer_bottom {
    background: #e7e7e7;
    color: #222;
    padding-top: 28px;
    padding-bottom: 18px;
    font-size: 13px;
}

.footer_bottom span {
    color: #575757;
    display: block;
    margin-top: 6px;
}


/* 
04. Home two  CSS
-------------------*/
  
.service_icon_container span {
    font-size: 45px;
    font-weight: normal;
    color: #00abc9;
}

.post-thumb

.single_service_two{
	overflow:hidden;
	position:relative;
    margin-bottom: 37px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease 0s;
}

.single_service3:hover .single_service_content span, .single_service3:hover .single_service_content h3, .single_service3:hover .single_service_content p{
	color:#fff;
}

.single_service3:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 0;
	-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:50%;transform-origin:50%;
    background-image: url(../images/bg-iconbox2.jpg);
     -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.single_service3:hover:after{
    opacity: 1;
    transform: scaleX(1);
}

.single_service3:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
	-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:50%;transform-origin:50%;
    background-color: rgba(2, 2, 2, 0.7);
     -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.single_service3:hover:before{
   opacity: 1;
   transform: scaleX(1);
}

.service-bg-vid {
    margin-top: 70px;
}

.video-overlay a i {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #00abc9;
    background: rgba(51, 51, 51, 0.7);
    color: #00abc9;
    font-size: 45px;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 45px);
}

.video-overlay .icon-markup {
    display: inline-block;
    text-align: center;
}

.why_choose_text > h2 {
    font-size: 40px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 35px;
	font-family:'Anton', sans-serif
}

.why_choose_text > ul {
    margin-top: 30px;
}

.why_choose_text li {
    color: #666;
    font-size: 14px;
    padding-bottom: 10px;
	font-weight:normal;
	font-family:'Anton', sans-serif
}
/* 
05. Home three  CSS
---------------------*/
.about_us_area.home3, .about_us_area.home4, .about_us_area.home5{
	background-color: #ffffff;
}

.home4 .about-title h2, .home5 .about-title h2, .about_page_2 .about-title h2{
    margin-bottom: 20px;
    font-size: 32px;
    text-transform:  uppercase;
    font-weight: bold;
}

.about-title h2 {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom :20px;
	font-weight: bold;
}


.about_us_area.home3 {
    padding: 100px 0 135px;
}

.about-content p {
    line-height: 32px;
    text-align: left;
	font-size: 18px;
	margin-bottom: 10px;
}

.about-title span {
    color: #00abc9;
}

.activate_about .owl-dots .owl-dot {
    width:  10px;
    height:  10px;
    border:  1px solid #00abc9  ;
    display:  inline-block;
    border-radius: 50%;
    margin: 0 5px;
    text-align:  center;
}

.about_us_area .owl-theme .owl-dots {
    bottom: -40px;
    left: 0;
    position: absolute;
}

.activate_about .owl-dots .owl-dot.active {
    background: #00abc9;
	-webkit-box-shadow: 0 0 0 15px transparent, 0 0 0 6px rgba(0,171,201,.3);
    box-shadow: 0 0 0 15px transparent, 0 0 0 6px rgba(0,171,201,.3);
}
}

.activate_about .owl-dots {
    line-height: 5px;
    position:  absolute;
    width: 100%;
    text-align: center;
}

/* 
06. Home four CSS
---------------------*/

.service_area.service-offer {
    padding-bottom: 75px;
}

.homepage_five_bg{
	position:relative;
	z-index:1;
}

.homepage_five_bg .hompage_content{
	background:none;
}

.homepage_five_bg h1 span {
    color: #00abc9;
}

.single_service_five span i {
    color: #fff;
    font-size: 60px;
    height: 64px;
    line-height: 64px;
    margin-bottom: 10px;
    text-align: center;
    width: 64px;
    font-weight: bold;
}

.service_area.service-offer-style4 {
    padding-bottom: 70px;
}

.single_service_five h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 20px;
    color: #fff;
}

.single_service_five p{
	padding-bottom: 0px;
}

.single_service_five {
    background-color: #00abc9;
    padding:  30px;
    margin-bottom:  30px;
	position:relative;
	display:block;
    transition: all 0.3s ease 0s;
}

.single_service_five:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    transform: translateY(-10px);
}

.style5 .service-title h2 {
    text-transform:  uppercase;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
}

.service-content .incize {
    font-size: 16px;
    line-height: 27px;
}

.imagebox_content {
    padding-top: 30px;
}

.imagebox_content h4 {
    font-size:  16px;
    font-weight:  800;
    margin-bottom: 10px;
}

.imagebox_content p {
    margin-bottom: 10px;
}

.imagebox_content a {
    font-size: 11px;
    padding: 3px 14px;
}

.imagebox_content a:hover{
	background-color: #f7f7f7;
	border-color:#f7f7f7;
}

.imagebox_img img{
	width: 100% !important;
}

/* 
07. Home five  CSS
---------------------*/
.homepage_single_banner{
	background-image: url(../images/slides/home-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.homepage_content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 636px;
}

.homepage_content-bg {
    background: rgba(255,255,255, 0.8);
    padding-top: 50px;
    margin-left: -130px;
    padding-left: 130px;
    padding-bottom: 50px;
    padding-right: 40px;
}


.homepage_content-bg p {
  color: #747474;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.homepage_content-bg h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 25px;
  color: #333;
  font-family: anton;
}

.hompage_area .hompage_content h1{
	color:#333;
	font-family:anton;
}

.hompage_content h1 {
    font-size: 50px;
    font-weight: bold;
    color: #333;
    line-height: 60px;
    margin-bottom: 25px;
}

.hompage_content p {
    font-size: 19px;
    margin-bottom: 0px;
    font-weight:500;
}

.hompage_content {
    background-color:  rgba(255,255,255, 0.8);
    padding: 25px;
}


/*
08. About one Page CSS
-------------------------*/
.single_page_heading{
	background-image:url(../images/about-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:200px;
	position:relative;
	z-index:1;
}
.single_page_heading:after{
	position:absolute;
	content:"";
	top:0;
	left:0;
	right:0;
	height:100%;
	width:100%;
	z-index:-1;
	background:rgba(2,2,2,0.6);
}

.page_title {
    height:  100%;
    margin:  0 auto;
    display: table;
    vertical-align:  middle;
    padding: 85px 0;
    color: #fff;
}


.page_title li {
    display: inline-block;
}

ul.breadcumps {
    text-align: center;
    margin-top: 8px;
}

.page_title a {
    color: #fff;
}

.breadcumps > li + li::before {
    color: #fff;
    content: "/ ";
    padding: 0 3px;
}

.about_team_area {
    background: #f7f7f7;
	padding-top:80px;
	padding-bottom:80px;
}

.about_service_area {
    padding-top: 70px;
    padding-bottom: 60px;
}

.about_us_area.about_page_1 {
    background: #f7f7f7;
}

.activate_about .about_thumb {
    position: relative;
    overflow:  hidden;
}

.activate_about .about_layer {
    position: absolute;
    display: inline-block;
    visibility: visible;
    bottom: 0px;
    background: rgba(0, 171, 201, 0.9);
    color: #fff;
    padding: 15px;
    width: 80%;
    height: 40%;
    line-height: 27px;
}

.style3 .common_btn {
    margin-top: 20px;
}

.about_us_area .style3 {
    margin-top: 0px;
}

.about_layer h3 {
    color:  #fff;
    margin-bottom: 12px;
}

.about_layer p {
    line-height: 25px;
}

/* 
09. About two Page CSS
----------------------*/
.client_area{
    background-image: url(../images/choose-bg.jpg);
	padding: 100px 0 70px;
}
.about_page_2 .about-title h2 {
    margin: 15px 0;
}

.about_us_area.home3.about_page_2 {
    padding-bottom: 100px;
}

.about-two_image {
    margin-left: 48px;
}

.about_page_2 .about_two_sl {
    margin-top: 40px;
}

.about_two_sl .about_content {
    background-color: #f7f7f7;
    padding: 30px;
	margin-top: 52px;
}

.about_content h3 {
    color: #333;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 5px;
}

.about_page_2 .about_content p {
    margin-top: 15px;
    color: #000;
}
.activate_client_crsl .single-testimonial{
	margin-top:25px;
}

/* 
10. Service Page CSS
----------------------------*/

.quate_bg {
    background-color: #00abc9;
    padding: 60px 0;
}

.get_quate h3{
	color: #fff;
	font-size: 25px;
}

.get_quate .quate_sl {
    background: #fff;
    color: #00abc9;
    height: 42px;
    line-height: 42px;
    padding: 0 32px;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
}

.float-right{
	float: right;
}


.get_quate .quate_text a:hover{
	border-color: 1px solid #000;
}

/* 
11. service dateal css start 
----------------------------*/

.service-single-detail {
    padding-bottom: 80px;
}

.sidebar .link-widget, .sidebar .service-newsletter{
    background-color: #f7f7f7;
}

.sidebar .link-widget ul li {
    border-bottom: 1px solid #fff;
}


.sidebar .link-widget ul li a {
    padding: 12px 20px 12px 20px;
    color: #979797;
    display: block;
    font-size: 14px;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    font-style: italic;
}

.sidebar .link-widget ul li a::before{
    background-color: #00abc9;
    content: "";
    height: 100%;
    left: -5px;
    position: absolute;
    top: 0;
	visibility:hidden;
	opacity:0;
    transition: all 0.3s ease-in-out 0s;
    width: 5px;
	
}

.sidebar .link-widget ul li a:hover{
    color:#00abc9;
	padding-left:30px;
}

.sidebar .link-widget ul li a:hover::before{
    left: 0;
    opacity: 1;
    visibility: visible;
}

.service-newsletter {
    padding: 35px 30px;
    position: relative;
    padding-left: 15px;
}

.service-newsletter h3 {
    font-size: 16px;
    font-weight:  600;
    text-transform:  capitalize;
    color: #0E1B38;
    margin-bottom: 15px;
}

.sidebar .service-newsletter .form input, .footer_top .common_input input{
    background:  #fff;
    border-color: #ddd;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 30px;
    height: 54px;
}

.service-newsletter h3 {
    font-size: 16px;
    font-weight:  600;
    text-transform:  capitalize;
    color: #0E1B38;
    margin-bottom: 15px;
}

.service-newsletter button[type="submit"]{
    position: absolute;
    right: 26px;
    bottom: 42px;
    height: 40px;
    font-weight: 600;
    color: #fff;
    background-color: #00abc9;
    margin-right: 10px;
    border-radius: 30px;
    padding: 0 10px;
}

.service-single-detail .service-details-wrap .img-box, .blog-details-wrap .img-box {
    margin-bottom: 45px;
}

.service-single-detail .service-details-wrap h2, .blog-details-wrap h2{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-details-wrap p, .blog-details-wrap p{
    margin-bottom: 35px;
}
blockquote {
    padding-left: 40px;
    background-color: #f7f7f7;
    font-size:  18px;
    font-style:  italic;
    border-left: 5px solid #00abc9;
    font-weight: 500;
}

.service-details-wrap h5, .blog-details-wrap h5{
    display:  block;
    font-size: 20px;
    font-style: normal;
	color:#000;
	font-weight:600;
}

.service-details-wrap span, .blog-details-wrap span{
	color: #333;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}

blockquote.margbtm40 {
    margin-bottom: 40px;
    margin-top: 30px;
}

.accordion-s2 .panel-heading {
    background-color:  #f7f7f7;
    padding: 0;
	
}

.accordion-s2 .panel{
    border-color: #f1efef;
}

.accordion-s2 .panel {
    border-radius: 0;
    box-shadow: none;
}

.panel-default>.panel-heading a {
    padding: 13px 60px 14px 28px;
    position: relative;
    display: block;
    color: #00abc9;
    font-size:  16px;
    font-weight: 600;
    text-transform: capitalize;
}

.panel-default>.panel-heading .collapsed {
    background-color:  #f7f7f7;
    color: #00abc9;
}

.accordion-s2 .colupse-icon {
    background-color:  #00abc9;
    color:  #f7f7f7;
    position:  absolute;
    right:  0;
    top: 0;
    display:  block;
    width: 48px;
    height: 100%;
    text-align: center;
}

.colupse-icon:before{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.panel-heading a[aria-expanded="true"] .zmdi-plus:before {
	content: "\f273";
	font-famiyl: 'Material-Design-Iconic-Font';
}

.service-single-detail .link-widget, .service-single-detail .widget-contact, .service-single-detail .service-newsletter{
    margin-bottom: 35px;
}

.widget-contact h3 {
    border-bottom: 2px solid;
    padding-bottom:  15px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 20px;
}

.widget-contact p {
    font-size:  16px;
    line-height: 27px;
    margin-bottom: 18px;
}

.widget-contact ul li {
    line-height: 32px;
    position:  relative;
}

.widget-contact li .contact-icon {
    padding-right: 15px;
    color: #00abc9;
    font-size: 18px;
}


/* 
12. Portfolio Page CSS
--------------------- */
.portfolio_area{
	padding-bottom: 50px;
}

.portfolio_menu li > a {
    color: #fff;
	background-color: #e2e2e2;
    font-size: 15px;
    font-weight: 800;
	padding:6px 10px;
    line-height: 1;
    font-weight: bold;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    text-transform: capitalize;
	margin-right:10px;
}

.portfolio_menu > li {
    display: inline-block;
    position: relative;
}

.portfolio_menu a:hover,
.portfolio_menu li.active a {
    background-color: #00abc9;
}

.portfolio_menu {
    margin-bottom: 70px;
}

.single_portfolio {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.portfolio_area .portfolio_wraper .imagebox-wrap {
    margin-bottom: 40px;
}

.single_portfolio > img {
    width: 100%;
    border-radius: 3px;
}

.single_portfolio span {
    color: #00abc9;
    font-size: 25px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    height: 55px;
    width: 55px;
    border: 2px solid #00abc9;
    text-align: center;
    border-radius: 50%;
    padding-top: 10px;
	padding-left: 3px;
}

.imagebox-image:hover .single_portfolio span{
	opacity:1;
	visibility:visible;
}

.imagebox-wrap{
	position:relative;
	overflow:hidden;
}
.imagebox-image:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #000000;
    width: 100%;
    height: 0%;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: inherit;
}

.imagebox-wrap:hover .imagebox-image:after{
	height:100%;
}

/* 
13. Team Member Page CSS
------------------------*/
.team2_area {
    padding-bottom: 30px;
}
.team2_area .team_wrap .single-team, .blog-item, .imagebox-wrap{
    margin-bottom: 65px;
}


.team_page_area h2 {
    font-size: 32px;
    line-height: 40px;
}	

.team_page_area .team_section_title{
	padding-bottom:0;
}

.team_page_area .team_wrap {
    padding-top: 80px;
}

.team_page_area .single_team{
	margin-bottom:100px;
}


/* 
14. testimonial page css
------------------------*/
.testimonial_area {
    padding-top: 100px;
    padding-bottom: 50px;
}

.single-testimonial {
  background-color: #fff;
  border: 1px solid #e6f5fd;
  margin-bottom: 45px;
  padding: 30px 15px;
  position: relative;
}

.single-testimonial .img-testimonial {
  border-radius: 50%;
  height: 47px;
  left: 30px;
  line-height: 47px;
  position: absolute;
  text-align: center;
  top: -25px;
  width: 47px;
}

.testimonial-msg h5 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 15px;;
}

.testimonial-msg h5 span {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    width: 100%;
}

.testimonial-msg p {
    font-size: 17px;
    line-height: 32px;
	 color: #292f3b;
}


/* 
15. error css
------------- */
.error_page {
    padding: 150px 0;
}

.fullscreen h3 {
    font-weight:  bold;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.fullscreen p {
    margin-bottom: 10px;
}


/* 
16. Blog Page CSS
-----------------*/

.blog_page_area {
    padding-bottom: 50px;
}

.blog_page_area .post-wrap {
    border: 1px solid #f7f7f7;
}


.blog-item-link {
    color: #fff;
    font-size: 25px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 50px;
    background-color: rgba(0,171,201,0.9);
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 12px;
}

.blog-item-link:hover {
     color: #fff;
}

.post-excerpt a:hover{
	color: #00abc9;
}

.post-thumb:hover .blog-item-link{
	opacity: 1;
    visibility: visible;
}

article.post-wrap {
    position: relative;
    overflow: hidden;	
	bottom: 0;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}


article.post-wrap .post-thumb{
	overflow:hidden;
}

article.post-wrap .post-thumb img{
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}


.post-wrap .post-content-top {
    padding: 20px 25px;
}

.post-meta span {
    padding: 0 10px 0 0;
    color:  #222;
    margin: 0 0 10px;
}

.blog_page_area .post-meta span {
    margin: 0 0 10px;
}

.blog_page_area .post-title h3 {
    font-size:  18px;
    font-weight: 600;
    margin: 20px 0 10px;
}

a.btn-more {
    margin-top: 20px;
    font-weight: 600;
    color: #0E1B38;
}

.post-excerpt p {
    margin-bottom: 20px;
    margin-top: 12px;
}

.post-excerpt a i {
    margin-left: 7px;
    top: 2px;
    position: relative;
}
.post-meta i {
    padding-right: 5px;
    font-size:  18px;
    top: 1px;
    position: relative;
	color: #00abc9;
}

/* 
17. Blog-Detail Page CSS
------------------------*/
.blog-details-wrap .img-box {
    position:  relative;
}

.blog-details-wrap .blog_dt {
    position: absolute;
    display: inline-block;
    background-color: #00abc9;
    padding: 6px;
    color: #fff;
    bottom: 13px;
    left: 15px;
    font-size: 13px;
    margin: 5px 0;
}

.footer_social_icon a{
    background-color: #00abc9;
    color: #fff;
    display:  inline-block;
    height:  30px;
    width:  30px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
	margin-right: 8px;
}

.footer_social_icon a:hover{
	background-color: #333;
	color: #fff;
}

.blog-tag a {
    background-color: #00abc9;
    color: #fff;
    padding: 6px 15px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    float: left;
    margin-right: 10px;
}

.blog-social-icon {
    float:  right;
	margin-top:25px;
}


.blog-newsletter form input {
    width:  100%;
    height:  50px;
    border-radius: 30px;
    border: 1px solid #ddd;
    padding: 6px 12px;
}

.blog-newsletter {
    position: relative;
}

.blog-newsletter form a {
    position: absolute;
    right:  5px;
    bottom:  40px;
    height: 40px;
    padding: 0 5px;
    border-radius: 50px;
    width: 40px;
    text-align:  center;
    top: 5px;
    color: #fff;
	background-color: #00abc9;
}

.blog-newsletter form a i {
    padding-top: 10px;
    font-size: 20px;
}

.hompage_area.home5,  .homepage_five_bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 750px;
    padding: 155px 0 70px;
}

 
 .blog-single-detail .blog-tag {
    float: left;
}

.blog-single-detail .blog-social a {
    display:  block;
    float: left;
    height:  30px;
    width:  30px;
    text-align:  center;
    color:  #00abc9;
    border: 1px solid  #00ABCA;
    border-radius: 50px;
    padding: 5px 6px;
    margin-right: 10px;
}
 
.widget_marbt30 {margin-bottom: 30px;}

.sidebar_right .link-widget ul li a {
    padding: 12px 20px 12px 0;
    display: block;
    text-align: left;
    color: #979797;
    font-size: 14px;
}

.sidebar_right .link-widget ul li {
    border-bottom: 1px dotted #666;
}

.recent-post {
    float: left;
    width:  100%;
    margin-bottom: 50px;
}

.single-blog {
    float:  left;
    width:  100%;
    margin-bottom: 25px;
}

.widget-title{
    margin-bottom:  25px;
    font-weight: 600;
}

.blog-single-detail .blog-social {
    float:  right;
}

.tag_share {
    overflow:  hidden;
}

.single-blog .blog-img {
    position: absolute;
    left:  0;
    top: 0;
    width: 75px;
}

.single-blog .blog-content a{
	color:#222;
}

.single-blog .image {
    display:  block;
    float:  left;
    margin-right: 20px;
    /* width: 100%; */
}

.single-blog .image img {
    width: 100%;
}

.single-blog .blog-content {
    display:  block;
    overflow: hidden;
}

.single-blog .blog-img img {
    display:  block;
    width: 100%;
}

.single-blog .blog-content h4 {
    margin-bottom: 10px;
    font-size:  14px;
    font-weight: 600;
    line-height: 20px;
}

.pop_tags ul li a {
    color:  #979797;
}

.pop_tags ul li {
    display: inline-block;
    font-size: 16px;
    line-height:  40px;
    font-style:  italic;
    font-weight: 500;
    margin-right: 7px;
}

.comments_style h3 {
    font-weight:  600;
    margin-top:  60px;
    margin-bottom: 45px;
}

.comment_text {
    position:  relative;
    padding-left: 140px;
}


.single_comment {
    position:  relative;
    margin-top: 35px;
}

.comment_img {
    position: absolute;
}

.single_comment h4 {
    margin-bottom: 18px;
    color:  #222;
    font-weight: 700;
}

.comment_text a {
    color: #979797;
    font-weight: 700;
}

.comment_text span {
    margin-top: 6px;
    display:  block;
    font-size: 13px;
    color: #979797;
    font-weight: 300;
}


.comment_text p {
    margin-bottom: 20px;
}


/* 
18. Contact Page CSS
--------------------*/
.contact-info-area .single-item {
    border: 1px solid #e7e7e7;
    padding: 30px 15px;
    text-align: center;
}

.single-item p {
    color: #666;
    line-height: 25px;
}

.single-item h4 {
    font-size:  20px;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.contact-info-area .single-item .text {
    font-weight:  600;
    color: #222;
    font-size: 16px;
}

.contact-form-area {
    text-align: center;
}


.contact-form-area .contact-column input {
    width: 100%;
    height:  50px;
    position: relative;
    margin-bottom:  20px;
    border: 1px solid rgba(140, 145, 155, 0.26);
    transition: all 0.3s ease;
    padding: 15px 20px;
}

.phone {
    line-height: 40px;
}

.contact-info-area .single-item i {
    background-color: #ddd;
    color: #00abc9;
    margin-right: 10px;
    padding: 4px 5px;

}
/* gmap */
#googleMap{
    height: 500px;
}

/* 
19. Preloader CSS
---------------- */
  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .loader {
    border: 5px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .loader:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85px;
    height: 85px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 5px solid #00abc9 ;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }

.blueinput{
	border: 1px solid #00abc9 ;
}
