/*
Author       : themes_mountain
Template Name: James Simmons - Online CV HTML Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, preloader btn, overlay, section-padding etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
    04. START ABOUT CONTENT DESIGN
    05. START SKILL DESIGN
    06. START EXPERIENCE & EDUCATION DESIGN
    07. START WORK DESIGN
    08. START TESTIMONIALS DESIGN
    09. START CONTACT DESIGN
    10. START BLOG DESIGN
    11. START FOOTER DESIGN
    12. START SECTION TOP DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
body {
font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
font-size: 16px;
line-height: 25px;
color: #328785;
background:#fff;
font-weight: 400;
overflow-x:hidden;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  letter-spacing: 0px;
  margin: 0px; 
  color: #E15C62;
  font-weight: 400;
}
a {
font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
text-decoration: none;
transition: all 0.2s ease 0s;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
  word-spacing: 1px;
  margin: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder {
  font-weight: 400;
 font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif; }

:-moz-placeholder {
  font-weight: 400;
 font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif; }

::-moz-placeholder {
  font-weight: 400;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif; }

:-ms-input-placeholder {
  font-weight: 400;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif; }
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/*START PRELOADER DESIGN*/
.preloader {
	background:#fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;	
}
.spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	z-index: 10000;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #00bcd4;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.no-padding { padding: 0 }
/*END PRELOADER DESIGN*/
.section-padding {padding: 100px 0;}
/*START SECTION TITLE DESIGN*/
.section-title{margin-bottom:60px;}
.section-title h1 {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 0;
	position: relative;
	text-transform: uppercase;
}

@media only screen and (max-width:480px) { 
.section-title  h1  {font-size:24px;}
}

.section-title-white-span{background: #fff !important;}
h1.section-title-white{
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 0;
	position: relative;
	text-transform: uppercase;
}
@media only screen and (max-width:480px) { 
h1.section-title-white {font-size:24px;}
}
p.section-title-white{color:#fff;}
.section-title  p{
padding: 0 10px;
width: 70%;
margin: auto;	
}
@media only screen and (max-width:768px) { 
.section-title  p{
padding: 0 10px;
width: 90%;
margin: auto;	
}
}
/*END SECTION TITLE DESIGN*/
/*START SCROLL TO TOP*/
.topcontrol {
background: #fff none repeat scroll 0 0;
border-radius: 30px;
bottom: 5px;
box-shadow:0 0 10px rgba(0, 0, 0, 0.08);
color: #00bcd4;
cursor: pointer;
font-size: 18px;
height: 50px;
line-height: 50px;
opacity: 1;
position: fixed;
right: 5px;
text-align: center;
transition: all 0.2s ease 0s;
width: 50px;
}
.topcontrol:hover {
    background: #222;
    color: #fff;
}
/*END SCROLL TO TOP*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.navbar {padding: 25px 0;}
.bg-faded {
background-color: transparent;
transition: all 0.3s ease 0s;
}
@media only screen and (max-width:768px) { 
.bg-faded {background:#fff;}
}
.navbar-brand  img{}
@media only screen and (max-width:480px) { 
.navbar-brand  img{margin-top: -9px;}
}
.navbar-light .navbar-nav .nav-link {
color: #fff;
font-family: 'Montserrat' sans-serif; 
font-size: 12px;
font-weight: 500;
padding: 0 15px;
text-transform: uppercase;
}
@media only screen and (max-width:480px) { 
.navbar-light .navbar-nav .nav-link {color: #333;padding: 8px 0px;}
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #00bcd4 !important;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open > .nav-link {
  color: #00bcd4  !important;
}
.navbar-light .navbar-toggler {
  border-color: #fff;
  border-radius: 0px;
}
.navbar-light .navbar-toggler {
  float: right;
  margin: 14px;
  cursor: pointer;
    background-color: #00bcd4;
  border-color: #00bcd4;
  border-radius: 0;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 32 32\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(0, 0, 0, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 8h24M4 16h24M4 24h24\'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler i {
  color: #666!important;
}
.site-navigation {
    border-radius: 0px;
}
@media only screen and (max-width:480px) { 
.collapse.show {
  display: block;
  padding: 0!important;
}
}
.navbar-fixed {
    z-index: 99999;
    position: fixed;
    width: 100%;
	padding:10px 0;
    top: 0;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
    background:#fff;
	 box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width:768px) { 
.navbar-fixed {background:#fff;}
}
.navbar-fixed.navbar-light .navbar-nav .nav-link{color:#333;}

@media only screen and (max-width:768px) { 
.navbar-fixed.navbar-light .navbar-nav .nav-link{color:#333;}
}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.home_bg {
    height: 700px;
    position: relative;
}
.home_bg:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.hero-text {padding-top: 250px;}
.hero-text h1 {
color: #fff;
font-size: 120px;
font-weight: 700;
letter-spacing: 0;
margin-bottom: 15px;
text-transform: uppercase;
}
.hero-text h1 span{color:#00bcd4;}
@media only screen and (max-width:768px) { 
.hero-text h1 {font-size: 70px;}
}
@media only screen and (max-width:480px) { 
.hero-text h1 {font-size: 40px;}
}
@media only screen and (max-width:360px) { 
.hero-text h1 {font-size:30px;}
}
.hero-text h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
}
@media only screen and (max-width:768px) { 
.hero-text h2 {font-size: 40px;}
}
@media only screen and (max-width:480px) { 
.hero-text h2 {font-size: 30px;}
}
@media only screen and (max-width:360px) { 
.hero-text h2 {font-size:26px;}
}
.hero-text h2 i {
	font-size: 8px;
	vertical-align: middle;
	margin: 0px 5px;
}
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 04.START ABOUT CONTENT DESIGN
* ----------------------------------------------------------------------------------------
*/
.about-content{}
.about-me-img {}
@media only screen and (max-width:768px) { 
.about-me-img{margin-bottom:60px;text-align: center;}
.about-me-img img{width: 300px;}
}
.about-me-content{}
.about-me-content h4 {
	color: #00bcd4;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
}
.about-me-content h2 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
}
.about-me-content h2 i {
	font-size: 4px;
	vertical-align: middle;
	margin: 0px 10px;
}
.about-me-content p{margin-bottom:20px;}
.download-btn {
	background: #00bcd4;
	color: #fff;
	padding: 12px 25px;
	display: inline-block;
	text-transform: uppercase;
	border: 2px solid #00bcd4;
	font-weight: 500;
	margin-top:15px;
	font-size: 14px;
	letter-spacing: 0.4px;
	transition: 0.3s;
}
.download-btn i{margin-left:6px;}
.download-btn:hover{
background:#fff;
border: 2px solid #00bcd4;
color:#333;
}
.video-play {
	color: #333;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	margin-top:15px;
	letter-spacing: 0.4px;
	transition: 0.3s;
	border-bottom: 1px solid #eee;
	margin-left: 20px;
}
@media only screen and (max-width:480px) { 
.video-play {display:inline-block;margin-left:0px;}
}
.video-play span {
	margin-left: 2px;
	font-size: 14px;
}
.video-play:hover{color:#00bcd4;border-bottom: 1px solid #00bcd4;}
/*
* ----------------------------------------------------------------------------------------
* 04.END ABOUT CONTENT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 05.START SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/
.my-skill {background:#f2f7fb;}
.progress-bar-text {
	color: #282828;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
}
.progress-bar-text span { float: right }
.progress-bar {
    background: #e8e8e9 none repeat scroll 0 0;
    box-shadow: 0 0 0;
    height: 8px;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}
.progress-bar > span {
    background: #00bcd4 none repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 05.END SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 06.START EXPERIENCE & EDUCATION DESIGN
* ----------------------------------------------------------------------------------------
*/
.main-timeline{
    margin: 20px 0;
    position: relative;
}
.main-timeline:before{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #00bcd4;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.main-timeline .timeline{
    margin-bottom: 40px;
    position: relative;
}
.main-timeline .timeline:after{
    content: "";
    display: block;
    clear: both;
}
.main-timeline .icon{
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.main-timeline .icon:before,
.main-timeline .icon:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s;
}
.main-timeline .icon:before{
    background: #fff;
    border: 2px solid #00a79c;
    left: -3px;
}
.main-timeline .icon:after{
    border: 2px solid #00bcd4;
    left: 3px;
}
.main-timeline .timeline:hover .icon:before{
    left: 3px;
}
.main-timeline .timeline:hover .icon:after{
    left: -3px;
}
.main-timeline .date-content{
    width: 50%;
    float: left;
    position: relative;
}
.main-timeline .date-content:before{
    content: "";
    width: 32.5%;
    height: 2px;
    background: #00bcd4;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
}
.main-timeline .date-outer{
    width: 175px;
    height: 175px;
    font-size: 16px;
    color: #1b1b1b;
    text-align: center;
    margin: auto;
    z-index: 1;
}
.main-timeline .date-outer:before,
.main-timeline .date-outer:after{
    content: "";
    width: 175px;
    height: 175px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s;
}
.main-timeline .date-outer:before{
    background: #fff;
    border: 2px solid #00a79c;
    left: -6px;
}
.main-timeline .date-outer:after{
    border: 2px solid #00bcd4;
    left: 6px;
}
.main-timeline .timeline:hover .date-outer:before{
    left: 6px;
}
.main-timeline .timeline:hover .date-outer:after{
    left: -6px;
}
.main-timeline .date{
    width: 100%;
    margin: auto;
    position: absolute;
    top: 33%;
    left: 0;
}
.main-timeline .month{
    font-size: 14px;
    font-weight: 700;
    color: #00bcd4;
}
.main-timeline .year{
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #1b1b1b;
    line-height: 36px;
}
.main-timeline .timeline-content{
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right;
}
.main-timeline .title{
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.main-timeline .description{
    margin-bottom: 0;
}
.main-timeline .timeline:nth-child(2n) .date-content{
    float: right;
}
.main-timeline .timeline:nth-child(2n) .date-content:before{
    left: 10px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content{
    padding: 20px 50px 20px 0;
    text-align: right;
}
@media only screen and (max-width: 990px){
    .main-timeline .date-content:before{
        width: 22.5%;
    }
    .main-timeline .timeline-content{
        padding: 10px 0 10px 30px;
    }
    .main-timeline .title{ font-size: 17px; }
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        padding: 10px 30px 10px 0;
    }
}
@media only screen and (max-width: 767px){
    .main-timeline:before{
        margin: 0;
        left: 7px;
    }
    .main-timeline .timeline{
        margin-bottom: 20px;
    }
    .main-timeline .icon{
        margin: auto 0;
    }
    .main-timeline .date-content{
        width: 95%;
        float: right;
    }
    .main-timeline .date-content:before{
        display: none;
    }
    .main-timeline .date-outer,
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after{
        width: 130px;
        height: 130px;
    }
    .main-timeline .date{
        top: 30%;
    }
    .main-timeline .year{
        font-size: 21px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        width: 95%;
        text-align: center;
        padding: 10px 0;
    }
    .main-timeline .title{
        margin-bottom: 10px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* 06.END EXPERIENCE & EDUCATION DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 07.START WORK DESIGN
* ----------------------------------------------------------------------------------------
*/
.work-filter {
	margin-bottom: 60px;
	text-align: center;
	padding: 20px 10px;
	background: #fff;
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.09);
	border-radius: 30px;
}

.work-filter li {
	text-transform: capitalize;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
	font-weight: 600;
	margin: 0px 10px;
	cursor: pointer;
	letter-spacing: 0.5px;
}

.work-posts div {
    padding: 0px;
}


.work-content h4 {
    margin-top: 20px;
    text-transform: capitalize;
}

#works .grid figure:hover {
    background: #000;
}

#works figure.work-content h4 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    visibility: hidden;
}

#works figure.work-content p {
    font-size: 14px;
    text-transform: capitalize;
    border: none;
    padding: 0;
    color: #fff;
    margin: 5px 0px;
}

#works figure.work-content p strong {
    font-size: 16px;
    margin-right: 5px;
}

#works .item {
    -webkit-transition: .3s;
    transition: .3s;
}

#works .item:hover figure.work-content h4 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: .3s;
    transition: .3s;
    visibility: visible;
}

.grid figure {
    margin-bottom: 0px;
}


.work-filter li.active {
    color: #00bcd4;
}

.work-inner .mix {
    display: none;
}
.works_btn{margin-top:60px;}
.works_btn a {
	background: #00bcd4;
	color: #fff;
	padding: 12px 25px;
	display: inline-block;
	border: 2px solid #00bcd4;
	text-transform: uppercase;
	font-weight: 500;
	margin-top:15px;
	font-size: 14px;
	letter-spacing: 0.4px;
	transition: 0.3s;
}
.works_btn a i{margin-left:6px;}
.works_btn a:hover{
background:#fff;
border: 2px solid #00bcd4;
color:#333;
}
/*
* ----------------------------------------------------------------------------------------
* 07.END WORK DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 08.START TESTIMONIALS DESIGN
* ----------------------------------------------------------------------------------------
*/
.my-testimonials {
	background: #4EC1C1;
}
.single_testimonial{}
.single_testimonial img {
	width: 150px;
	height: 150px;
	border-radius: 500px;
	border: 10px solid #eee;
	margin-bottom: 20px;
}
.single_testimonial p{margin-bottom: 22px;}
.single_testimonial h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #fff;
}
.single_testimonial h4 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}

.owl-theme .owl-controls .owl-page { display: inline-block }
.owl-controls .owl-page,
.owl-controls .owl-buttons div { cursor: pointer }
.owl-theme .owl-controls .owl-page span {
background-color: #000 !important;
border-radius: 20px;
display: block;
height: 12px;
margin: 5px 7px;
width: 12px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #fff }
.owl-theme .owl-controls {
  display: block !important;
  margin-top:30px;
  text-align: center;
}
/*
* ----------------------------------------------------------------------------------------
* 08.END TESTIMONIALS DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 09.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact {}
.contact input {
	background: none;
	border-bottom: 2px solid #eee;
	border-radius: 0px;
	box-shadow: none;
	color: #333;
	height: 52px;
	padding: 10px;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
}
.contact textarea {
    background: none;
    border-bottom: 2px solid #eee;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
    border-radius:0px;
    box-shadow: none;
    color: #333;
    padding: 10px;
}
.contact input:focus {
	background: none;
    border-bottom: 2px solid #00bcd4;
    box-shadow: none;
    outline: 0 none;
}
.contact textarea:focus {
	 background: none;
    border-bottom: 2px solid #00bcd4;
    box-shadow: none;
    outline: 0 none;
}
.btn-contact-bg {
background:#00bcd4!important;
	border-radius: 3px!important;
	border: 2px solid #00bcd4!important;
	color: #fff!important;
	font-size: 13px;
	padding: 12px 30px!important;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
	letter-spacing: 0.6px;
	font-weight: 600;
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
background:#fff!important;
border: 2px solid #00bcd4!important;
color: #333!important;
}
.contact_details{margin-top:60px;}
@media only screen and (max-width:768px) { 
.contact_details{
margin-top:0px;
margin-bottom:60px;
}
}
.contact_details h3 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}
.contact_details ul{padding-left: 15px;}
.contact_details ul li{line-height: 36px;}
/*
* ----------------------------------------------------------------------------------------
* 09.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 10.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.blog-page{background:#f2f7fb;}
.post-slide{
    background: #fff;
}
@media only screen and (max-width: 480px){
.post-slide{margin-bottom:30px;}
}
.post-slide .post-img > img{
    width: 100%;
    height:auto;
}
.post-review{
    padding: 30px;
}
.post-bar{
    list-style: none;
}
.post-bar > li{
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    margin-right: 3px;
}
.post-bar > li:after{
    content: "|";
    margin-left: 3px;
}
.post-bar > li:last-child:after{
    content: "";
}
.post-bar > li > a{
    text-transform: capitalize;
}
.post-bar > li > a:hover{
    text-decoration: none;
    color:#00bcd4;
}
.post-title {
	margin: 15px 0;
	margin-top: 10px;
}
.post-title > a{
    font-size: 18px;
    font-weight: 500;
	color: #333;
    display: block;
    text-transform: capitalize;
}
.post-title > a:hover{
    text-decoration: none;
    color:#00bcd4;
}
.post-description{
margin-bottom:30px;
}
.readmore {
	border-radius: 500px;
	background: #00bcd4;
	font-size: 14px;
	padding: 8px 34px;
	transition: 0.2s;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	border: 2px solid #00bcd4;
	color: #fff;
}

.readmore:hover{
background:#333;
border: 2px solid #333;
color:#fff;
}
.post-slide-bg{
	margin-bottom:30px;
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.06);
}
/*START PAGINATION*/
ul.blog_pagination li a {
border: 1px solid #eee;
border-radius: 0;
color: #282828;
display: block;
font-size: 18px;
font-weight: 500;
background: #fff;
height: 45px;
line-height:45px;
margin: 5px;
text-align: center;
width: 45px;
}
ul.blog_pagination li a:hover {
    color: #fff;
    background: #00bcd4;
    border: 1px solid #00bcd4;
}
/*END PAGINATION*/
/*START BLOG SIDEBAR DESIGN*/
.contact_form_blog{padding-top:0px!important;}
.blog_sidebar_title {
border-bottom: 1px solid #eee;
color: #000;
font-size: 13px;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 15px;
margin-top: 0;
padding-bottom: 10px;
text-transform: uppercase;
}
.blog_search, .latest_blog, .advertisement_post, .video_post, .categories, .tag, .upcoming_event {
	margin-bottom: 30px;
	background: #fff;
	padding: 30px 30px;
	border-radius: 3px;
	border-top: 3px solid #00bcd4;
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.06);
}
.tag{overflow: hidden;}
@media only screen and (max-width:768px) { 
    .blog_search { margin-top: 60px }
}
.blog_search input {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #eee;
border-radius: 0;
color: #282828;
transition: all 0.3s ease 0s;
height: 50px;
}
.blog_search input:focus{border: 1px solid #00bcd4;}
.single_latest_blog {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.single_latest_blog h4 {
color: #777;
font-size: 15px;
font-weight: 400;
line-height: 28px;
margin: 10px 0 0;
transition: all 0.3s ease 0s;
}
.single_latest_blog:hover h4 { color: #00bcd4 }
.single_latest_blog span { color: #161616 }
.single_upcoming_event {margin-bottom: 20px;}
.single_upcoming_event h4 {
color: #282828;
font-size: 15px;
font-weight: 300;
line-height: 28px;
margin: 10px 0 0;
transition: all 0.3s ease 0s;
}
.single_upcoming_event:hover h4 { color: #00bcd4 }
.single_upcoming_event span i{margin-right:5px;color: #777 }
.single_upcoming_event span { color: #777 }
.categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.categories ul li { }
.categories ul li a {
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 0;
	font-family: ubuntu,sans-serif;
}
.categories ul li a:hover { color: #00bcd4 }
.categories ul li a i { margin-right: 10px }
.video_post iframe {
    width: 100%;
    height: 100%;
    border: medium none;
}
.tag a {
	border: 1px solid #eee;
	border-radius: 30px;
	color: #333;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 500;
	margin: 6px 4px;
	padding: 5px 16px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
}
.tag a:hover {
    background: #00bcd4;
    color: #fff;
    border: 1px solid #00bcd4;
}
/*END BLOG SIDEBAR DESIGN*/
/*START BLOG SINGLE PAGE DESIGN*/
.single_blog_post { margin-bottom: 60px }
.single_blog_post img {
    width: 750px;
    height: 455px;
}
.blog_post_text h4 { margin: 30px 0 }
.author_part {
    margin-bottom: 60px;
    overflow: hidden;
}
.single_author {
    background: #fff  none repeat scroll 0 0;
    padding: 20px;
}
.author_part img {
    border: 4px solid #00bcd4;
    border-radius: 100px;
    float: left;
    height: 120px;
    margin-bottom: 25px;
    margin-right: 20px;
    width: 120px;
}
.author_part h4 {text-transform: uppercase;
font-size: 16px;
font-weight: 600;
letter-spacing: 1px; }
.author_part p { margin-bottom: 0 }
.blog_head_title {
border-bottom: 1px solid #eee;
margin: 0 0 30px;
padding-bottom: 10px;
font-weight: 500;
text-transform: uppercase;
font-size: 18px;
letter-spacing: 1px;
}
.comments_part {
    margin-bottom: 60px;
    overflow: hidden;
}
.single_comment {
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
}
.single_comment_mbnone { margin-bottom: 0px }
.single_comment img {
    border: 4px solid #00bcd4;
    border-radius: 100px;
    float: left;
    height: 120px;
    margin-bottom: 25px;
    margin-right: 20px;
    width: 120px;
}
.single_comment h4 { font-size: 16px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;}
.single_comment p { margin-bottom: 0 }
.comment_form input, .comment_form textarea  {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-color: currentcolor currentcolor #eee;
border-image: none;
border-radius: 0;
border-style: none none solid;
border-width: 0 0 1px;
box-shadow: none;
color: #282828;
font-size: 14px;
font-weight: 500;
padding: 15px 0;
}

.comment_form textarea {

}
@media only screen and (max-width:768px) { 
    .comment_form textarea { width: 100% }
}
.comment_form input:hover,.comment_form input:focus {
	background:none;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
	color: #282828;
    outline: 0 none;
}
.comment_form textarea:hover,.comment_form textarea:focus {
	background:none;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
	color: #282828;
    outline: 0 none;
}
/*END BLOG SINGLE PAGE DESIGN*/
/*
* ----------------------------------------------------------------------------------------
* 10.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.map{}
.map iframe{width:100%;}

/*
* ----------------------------------------------------------------------------------------
* 11.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.footer {
padding:100px 0;
}
.footer_social {
margin-bottom: 15px;
}
.footer_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_social ul li { display: inline-block }
.footer_social ul li a {
	color: #333;
	display: block;
	font-size: 16px;
	margin-right: 16px;
	transition: all 0.2s ease 0s;
}
@media only screen and (max-width:480px) { 
.footer_social ul li a{margin-bottom:10px;}
}
.footer_social ul li a:hover { color: #00bcd4 }
/*END FOOTER SOCIAL DESIGN*/
.copyright {
	/* color: #fff; */
	text-transform: uppercase;
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
	font-weight: 500;
}
/*
* ----------------------------------------------------------------------------------------
* 11.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 12.START SECTION TOP DESIGN
* ----------------------------------------------------------------------------------------
*/
.home_bg_extra{}
.home_bg_extra {position: relative;height:400px;}
.home_bg_extra:before {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.extra-page-section-title{}
.extra-page-section-title h1{
font-size: 70px;
font-weight: 700;
padding-top: 200px;
margin-top:0px;
color: #fff;
text-transform:uppercase;
}

@media only screen and (max-width:480px){
.extra-page-section-title h1{font-size:40px;}
}
@media only screen and (max-width:360px){
.extra-page-section-title h1{font-size:30px;}
}
/*
* ----------------------------------------------------------------------------------------
* 12.END SECTION TOP DESIGN
* ----------------------------------------------------------------------------------------
*/