body {
	overflow-x: hidden;
}
p {
	font-size: 20px;
}
p.small {
	font-size: 16px;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
	color: #F45A6D;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}
hr.star-light, hr.star-primary {
	margin: 25px auto 30px;
	padding: 0;
	max-width: 250px;
	border: 0;
	border-top: solid 5px;
	text-align: center;
}
.bg-fix {
	background: url(../img/coundown2.jpg) center center;
	width: 100%;
	height: auto;
	padding: 0 0 35px 0;
	background-size: cover;
}
.bg-fix h2 {
	display: none;
}
.form label {
	font-family: sansation;
	font-weight: normal;
	font-size: 20px;
}
.contact_info {
	border-right: solid 1px #fff;
	color: #fff;
}
.contact_info h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: normal;
	letter-spacing: .05em;
	padding-bottom: 10px;
}
.contact_info ul {
	padding: 0;
}
.contact_info ul li {
	list-style: none;
	margin-bottom: 25px;
}
.contact_info ul li .address-phone {
	padding-left: 40px;
}
.contact_info h4 {
	font-size: 16px;
	font-weight: normal;
}
.contact_info ul li .fa {
	float: left;
	width: 25px;
	font-size: 30px;
}
.form input, select {
	width: 100%;
	padding-left: 7px;
	height: 43px;
	letter-spacing: 1px;
	font-family: arial;
	font-size: 18px;
}
.form input {
	background-color: transparent;
}
.form select {
	background-color: transparent;
}
.box {
	display: block;
	padding: 0;
	margin-bottom: 20px;
}
.box p {
	font-size: 12px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #7a7a7a;
	padding: 17px;
	line-height: 1.9;
	padding-bottom: 51px;
}
.box h3 {
	font-size: 29px;
	text-align: center;
	text-transform: none;
	font-family: sansation;
	padding-bottom: 10px;
}
.box a {
	border: solid 2px;
	position: absolute;
	bottom: 35px;
	right: 35px;
	padding: 5px;
	background-color: #fff;
	text-decoration: none;
	font-size: 13px;
}
.custom-dropdown {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.custom-dropdown::before, .custom-dropdown::after {
	content: "";
	position: absolute;
	pointer-events: none;
}
.custom-dropdown::after {
	/*  Custom dropdown arrow */
    
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	width: 50px;
	top: 0;
	line-height: 40px;
	text-align: center;
	z-index: 0;
	font-size: 35px;
}
.custom-dropdown::before {
	/*  Custom dropdown arrow cover */
   
	width: 3em;
	right: 0;
	top: 0;
	bottom: 0;/*border-radius: 0 3px 3px 0;*/
}
.custom-dropdown.custom-dropdown--disabled::after {
	color: rgba(0, 0, 0, .1);
}
/* White dropdown style */
.custom-dropdown::before {
	background-color: #faf9f9;
}
.custom-dropdown--white::before {
	border-left: none;
}
.copy-rights {
	float: right !important;
	color: #FFFFFF;
	font-size: 14px;
	padding-bottom: 10px;
}
/*-----------blog-------*/
.banner {
	min-height: 285px;
}
.banner-content {
	padding: 50px 0;
	position: relative;
	text-align: center;
	color: #FFFFFF;
}
.banner-content h2 {
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 50px;
	width: 130px;
}
.banner-content p {
	padding-top: 25px;
}
.parallax-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	position: relative;
	background-position: 50% 0%;
}
.blog-menu {
	background-color: #FFFFFF;
}
.r-blog {
	margin-top: 31px;
	padding-bottom: 30px;
}
.overlay2 {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(0,0,0,0.85);
}
.box-header {
	display: block;
	background-color: #E8E8E8;
	padding: 5px 0 18px 0;
}
.box-header h2 {
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.box-footer {
	display: block;
	padding: 11px 0 5px 0;
	font-size: 14px;
	border: solid 1px #E8E8E8;
	margin-bottom: 60px;
}
.box-footer ul {
	padding: 0;
}
.box-footer ul li {
	display: inline-block;
	padding-left: 10px;
}
.box-footer .fa {
	padding-right: 10px;
	font-size: 14px;
}
/*-----------blog post-------*/

.single-post .post-date {
	width: 70px;
	float: left;
	margin-right: 11px;
	color: white;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
}
.post-date .date {
	background: #000000;
	display: block;
	line-height: 44px;
	font-size: 30px;
	height: 44px;
}
.post-date .month {
	display: block;
	height: 30px;
	line-height: 30px;
}
.single-post .blog-heading {
	margin-left: 30px;
}
.blog-heading h3 {
	margin-top: 0;
	color: #0f0f0f;
	font-size: 30px;
	font-family: arial;
	font-weight: normal;
	text-transform: inherit;
}
.blog-heading ul {
	margin-bottom: 30px;
}
.blog-heading ul li {
	display: inline-block;
	margin-right: 15px;
	font-size: 13px;
	color: #7e7e7e;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.blog-heading ul li .fa {
	margin-right: 5px;
}
.blog-content p {
	margin-top: 30px;
	font-size: 13px;
	color: #7e7e7e;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	line-height: 1.6;
}
.blog-social span {
	float: left;
	margin-right: 10px;
}
.blog-social ul {
	padding: 0;
	margin-top: 36px;
}
.blog-social ul span {
	margin-right: 10px;
	font-size: 20px;
	color: #7e7e7e;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.blog-social ul li {
	display: inline-block;
	margin-right: 5px;
}
.blog-social ul li a {
	border: solid 1px #b0b0b0;
	padding: 4px 8px 4px 8px;
	font-size: 13px;
	color: #b0b0b0;
	transition: all .3s ease-in-out;
}
.blog-social ul .fb a:hover {
	background-color: #3a579d;
	border: solid 1px #3a579d;
	color: #FFFFFF;
}
.blog-social ul .tw a:hover {
	background-color: #28c9ff;
	border: solid 1px #28c9ff;
	color: #FFFFFF;
}
.blog-social ul .google a:hover {
	background-color: #c53012;
	border: solid 1px #c53012;
	color: #FFFFFF;
}
.blog-social ul .share a:hover {
	background-color: #e76a1a;
	border: solid 1px #e76a1a;
	color: #FFFFFF;
}
.blog-comment {
	margin-top: 40px;
}
.blog-comment h4 {
	font-size: 27px;
	color: #3e3b3b;
	font-weight: normal;
	text-transform: inherit;
	margin-bottom: 30px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.blog-txt {
	margin-left: 115px;
}
.blog-txt h5 {
	font-size: 17px;
	color: #3e3b3b;
	font-weight: normal;
	text-transform: inherit;
	margin-bottom: 4px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.blog-txt span {
	font-style: italic;
	font-size: 13px;
	margin-top: 0;
}
.blog-txt p {
	margin-top: 10px;
	font-size: 13px;
	color: #7e7e7e;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	line-height: 1.6;
}
.comment-reply .fa {
	margin-right: 5px;
}
.comment-reply a {
	color: #3c3c3c;
	font-size: 16px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.comment-reply a:hover {
	text-decoration: none;
}
.blog-co h3 {
	color: #3c3c3c;
	font-size: 16px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-transform: inherit;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 15px;
}
.blog-reply input {
	width: 100%;
	height: 40px;
	outline: none;
	border: solid 1px #d7d7d7;
	padding-left: 10px;
	margin-bottom: 20px;
}
.blog-reply textarea {
	width: 100%;
	height: 140px;
	outline: none;
	border: solid 1px #d7d7d7;
	padding-left: 10px;
	margin-bottom: 20px;
	resize: none;
	padding-top: 5px;
}
			
								
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:    #d7d7d7;
 font-family: sansation;
 font-weight: normal;
 font-size: 16px;
 font-style:italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #d7d7d7;
 font-family: sansation;
 font-weight: normal;
 font-size: 16px;
 font-style:italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #d7d7d7;
 font-family: sansation;
 font-weight: normal;
 font-size: 16px;
 font-style:italic;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #d7d7d7;
 font-family: sansation;
 font-weight: normal;
 font-size: 16px;
 font-style:italic;
}
.comment-sub input {
	width: 140px;
	height: 45px;
	color: #FFFFFF;
	border: none;
	outline: none;
	margin-right: 15px;
	transition: all .3s ease-in-out;
}
.sidebar-right h3 {
	font-size: 19px;
	color: #0f0f0f;
	text-transform: uppercase;
	width: 141px;
	font-family: arial;
}
.recent-post {
	margin-bottom: 30px;
	clear: both;
}
.sidebar-right .r-post {
	margin-left: 80px;
}
.sidebar-right .r-post h4 {
	font-size: 13px;
	color: #757575;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: inherit;
}
.sidebar-right .r-post h4 a {
	color: #757575;
}
.sidebar-right .r-post h4 a:hover {
	text-decoration: none;
}
.sidebar-right .r-post h5 {
	font-size: 14px;
	color: #b2b2b2;
	font-weight: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: inherit;
}
.author h5 {
	font-size: 23px;
}
.all-post {
	font-size: 27px;
	color: #0f0f0f;
	text-transform: inherit;
	width: 197px;
	font-family: arial;
	margin-top: 100px;
	margin-bottom: 30px;
}
.author .more-btn {
	margin-top: 40px;
	margin-bottom: 50px;
}
.author .more-btn a {
	padding: 10px 35px 10px 35px;
	border-radius: 11px;
	transition: all .3s ease-in-out;
}
.author .more-btn a:hover {
	text-decoration: none;
}
.margin {
	margin-top: 122px;
	border-bottom: solid 1px #ECECEC;
}
/*----------- 404 page-------*/
.page404 {
	text-align: center;
}
.page404 h2 {
	font-size: 119px;
	font-family: arial;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 1;
}
.page404 p {
	font-size: 27px;
	font-family: arial;
	font-weight: normal;
	font-style: italic;
}
.page404 img {
	margin: 0 auto;
	padding: 50px;
}


/*------ Map ----*/
#map {
	display: block;
	width: 100%;
	height: 350px;
	margin: 0 auto;
}
#map.large {
	height: 600px;
}
/*-----------events-------*/

.event-res img {
	max-width: 100%;
	height: auto;
	display: block;
}
.r-event {
	position: relative;
	float: left;
}
.r-event:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 20px;
	left: 0;
	right: 0;
}
.event-h {
	text-align: center;
}
.event-h h3 {
	width: 300px;
	padding: 15px;
	text-align: center;
}
.event-box {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.fix-box {
	padding-bottom: 450px;
	height: 0;
	overflow: hidden;
}
.event-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	position: relative;
	background-position: 50% 0%;
	min-height: 450px;
}
.event-box:after {
	background: url(../img/pattern.jpg) center repeat;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.1;
	z-index: -1;
}
.event-box h3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 34px;
	color: #FFFFFF;
	text-transform: capitalize;
	font-weight: normal;
	text-align: center;
}
.event-box ul {
	padding: 24px 0 2px 55px;
}
.event-box ul li {
	list-style: none;
	font-size: 18px;
	font-family: arial;
	height: 45px;
}
.event-box ul li .fa {
	float: left;
	font-size: 25px
}
.location {
	padding-left: 30px;
}
.article {
	background: #f3f3f3;
	font-size: 14px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #7b7b7b
}
.pad {
	padding: 27px;
}
/*------------------*/

.story {
	padding: 100px 0;
}
.timeline-story {
	margin-top: 40px;
}
.timeline {
	position: relative;
}
.timeline:last-child {
	margin-bottom: 0;
}
.timeline:before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 50%;
	margin-left: -3px;
	width: 6px;
}
.love-circle-1 {
	display: inline-block;
	position: absolute;
	top: 56px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	z-index: 0;
	border-radius: 50%;
	margin-top: 1px;
}
.love-circle-1 img {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	z-index: 1;
	border-radius: 50%;
}
.timeline-left {
	width: 47%;
	margin-top: 70px;
}
.timeline-right {
	width: 47%;
}
.timeline-block-left {
	float: right;
	width: 75%;
	text-align: right;
	margin-bottom: 50px;
}
.reverse .timeline-block-left {
	float: left;
	text-align: left;
}
.timeline-block-right {
	position: relative;
	float: left;
	width: 70%;
	text-align: left;
	background: #f9f9f9;
	margin-top: 60px;
	margin-left: 11px;
}
.reverse .timeline-block-right {
	float: right;
	text-align: right;
	margin-right: 7px;
}
.timeline-block-right:before {
	content: "";
	position: absolute;
	top: 7px;
	left: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10.5px 15px 10.5px 0px;/* border-color: transparent #88D7C2 transparent transparent;*/
}
.reverse .timeline-block-right:before {
	content: none;
}
.reverse .timeline-block-right:after {
	content: "";
	position: absolute;
	top: 8px;
	right: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10.5px 0 10.5px 15px;/*border-color: transparent transparent transparent #88D7C2;*/
}
.reverse.pull-right {
	float: left !important;
}
.reverse.pull-left {
	float: right !important;
}
.timeline .img-thumbnail {
	padding: 2px;
	border: 1px solid #d9d9d9;
}
.timeline-meta {
	color: #8b8b8b;
	font-weight: 700;
	margin-bottom: 17px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0.025em;
}
.timeline-head {
	/*background: #88D7C2;*/
    
	position: relative;
	bottom: 10px;
}
.timeline-head h4 {
	color: #FFF;
	text-transform: capitalize;
	padding: 5px 17px;
	font-family: sansation;
	font-size: 19px;
	line-height: normal;
	letter-spacing: 0.025em;
	text-align: left;
}
.timeline-body {
	padding: 0px 15px 35px;
	line-height: 1.7;
	text-align: left;
}

@media (min-width:620px) and (max-width:790px) {
.timeline-block-right {
	width: 95%;
}
.timeline {
	margin-bottom: 0px !important;
}
.reverse .timeline-block-right:after, .timeline-block-right:before {
	display: none;
}
}

@media screen and (max-width: 992px) {
.timeline-block-content .timeline-head h4 {
	font-size: 16px;
}
.timeline-body {
	font-size: 12px;
}
}

@media screen and (max-width: 768px) {
.r-blog {
	margin-top: 0 !important;
}
/*---- event ------*/
   
.navbar-default {
	background-color: #FFFFFF !important;
}
.color {
	background: #FFFFFF !important;
}
.r-event {
	margin-top: 63px;
}
.fix-box {
	padding-bottom: 59%;
}
/*---- event end ------*/
    
.timeline {
	margin-bottom: 20px;
}
.timeline-head h4 {
	font-size: 18px;
}
.timeline-block-content:before {
	left: 4px;
}
.love-v-sign {
	left: 0px;
}
.timeline-meta {
	margin-top: 20px;
}
.timeline-block-content .timeline-head {
	margin-top: 20px;
}
.timing .time_circles > div {
	display: block;
}
.copy-rights {
	width: 100% !important;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0;
}
.form label {
	margin-top: 15px;
}
.margin {
	margin-top: 80px;
	border: none !important;
}
}

@media screen and (max-width: 620px) {
.blog-txt {
	margin-left: 0;
}
.blog-user img {
	margin-right: 15px;
	width: 50px;
}
.timing .time_circles > div > h4 {
	font-size: 18px!important;
	display: inline-block;
}
.circle .time_circles > div > h4 {
	font-size: 18px!important;
}
.timing .time_circles > div > span[style] {
	font-size: 24px!important;
	display: inline-block;
}
.timeline {
/*  margin-bottom: 20px;*/
}
.timeline:before {
	left: 32px;
	margin-left: 0;
}
.timeline:after {
	content: none;
}
.love-circle-1, .love-circle-2, .love-circle-3 {
	left: 35px;
	top: -73px;
}
.timeline .pull-left, .timeline .pull-right {
	float: none !important;
	margin-bottom: 50px;
}
.timeline-block-left, .timeline-block-right, .reverse .timeline-block-left, .reverse .timeline-block-right {
	float: none;
	width: auto;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 10px;
}
.timeline-left, .timeline-right {
	width: auto;
}
.timeline-block-right:before, .reverse .timeline-block-right:after {
	content: none;
}
.timeline-margin {
	margin-right: 0 !important;
}
}

@media screen and (max-width: 480px) {
.blog-heading h3 {
	font-size: 7vw
}
.timing .time_circles > div > h4 {
	font-size: 12px!important;
	color: #fff;
	display: inline-block;
}
.circle .time_circles > div > h4 {
	font-size: 14px!important;
	margin-top: 25px;
}
.timing .time_circles > div > span[style] {
	font-size: 18px!important;
	display: inline-block;
}
.timeline-thumbnail img {
	width: 100%;
}
.event-box ul {
	padding: 21px 0 2px 23px;
}
.fix-box {
	padding-bottom: 100%;
}
}
/*---------------*/

section.success {
	color: #fff;
	background: #faf9f9;
}
.form input:focus, select:focus {
	outline: #88d7c2;
}
.form fieldset {
	display: block;
	padding: 25px 30px 5px;
	border: none;
}
.btn2 {
	width: 200px;
	margin: 0 auto;
	margin-top: 30px;
}
.btn2 input {
	font-family: sansation;
	font-weight: normal;
	font-size: 20px;
	height: 40px;
}
.social-icon {
	padding: 0;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 0;
}
.social-icon li {
	display: inline-block;
	margin-left: 10px;
	list-style: none;
}
.social-icon li a {
	outline: 0;
	/*color: #F17C8A;*/
    
	font-size: 1.2em;
}
.heading-star {
	position: relative;
	bottom: 16px;
}
hr.star-light:after, hr.star-primary:after {
	content: "\f005";
	display: inline-block;
	position: relative;
	top: -.8em;
	padding: 0 .25em;
	font-family: FontAwesome;
	font-size: 2em;
}
hr.star-light {
	border-color: #fff;
}
hr.star-light:after {
	color: #fff;
	background-color: #18bc9c;
}
hr.star-primary {
	border-color: #2c3e50;
}
hr.star-primary:after {
	color: #2c3e50;
	background-color: #fff;
}
.img-centered {
	margin: 0 auto;
}
.footer {
	background: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url(../img/footer_bg.jpg) fixed center center;
	background-size: cover !important;
}
header {
	text-align: center;
	color: #fff;
}
header .container {
	padding-top: 100px;
	padding-bottom: 50px;
}
header img {
	display: block;
	margin: 0 auto 20px;
}
header .intro-text .name {
	display: block;
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: 700;
}
header .intro-text .skills {
	font-size: 1.25em;
	font-weight: 300;
}
.padding-off {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media(min-width:995px) {
.menu-margin {
	margin-left: 100px;
}
}

@media(min-width:768px) {
header .container {
	padding-top: 200px;
	padding-bottom: 100px;
}
header .intro-text .name {
	font-size: 4.75em;
}
header .intro-text .skills {
	font-size: 1.75em;
}
.form {
	width: 768px;
	margin: 0 auto;
}
.form input {
	margin-bottom: 30px;
}
/*-----------events-------*/
    
.color {
	background: rgba(0, 0, 0, 0.62) !important;
}
.color-h>li>a:hover, .color-h>li>a:focus {
	background: rgba(0, 0, 0, 0.62) !important;
	border: none !important;
}
}

@media(min-width:768px) {
.navbar-fixed-top {
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
}
.navbar-nav>li>a .navbar-brand {
	font-size: 5em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	padding: 0;
}
.navbar-fixed-top.navbar-shrink .navbar-nav>li>a {
	padding: 30px 15px;
}
.navbar-fixed-top.navbar-shrink .navbar-brand img {
	transform: scale(.7);
}
.navbar-shrink .navbar-brand {
	padding-top: 0 !important;
}
.navbar-shrink.navbar-default {
	background: #FFFFFF !important;
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.68);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.68);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.68);
}
.navbar-brand img {
	width: 100%;
	transform: scale(1);
	transition: transform 0.3s ease-in-out;
}
.navbar {
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
}
.navbar a:focus {
	outline: 0;
}
.navbar .navbar-nav {
/*   letter-spacing: 1px;*/
}
.navbar .navbar-nav li a:focus {
	outline: 0;
}
.navbar-default, .navbar-inverse {
	border: 0;
}
section {
	/* padding: 100px 0;*/
        
	padding: 90px 0 0px;
}
section h2 {
	margin: 0;
	font-size: 5.5em;
}
section.success a, section.success a:hover, section.success a:focus, section.success a:active, section.success a.active {
	outline: 0;
	color: #2c3e50;
}
}

@media(max-width:767px) {
section {
	padding: 45px 0;
}
section.first {
	padding-top: 75px;
}
.mobile-pos {
	position: absolute;
	right: 85px;
	font-size: 19px;
	top: 3px
}
.slider {
	margin-top: 60px;
}
.btn2 {
	margin-top: 30px;
}
.navbar-brand img {
	width: 50%;
}
}
#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 345px;
}
#portfolio .portfolio-item .portfolio-link .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(24, 188, 156, .9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
	opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
	margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3, #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
	margin: 0;
}
.txt h2 {
	font-family: BRUSHSCI;
	text-transform: none;
	font-weight: 100;
}
#portfolio * {
	z-index: 2;
}

@media(min-width:767px) {
#portfolio .portfolio-item {
	margin: 0;
	padding: 0;
}
}
.btn-outline {
	margin-top: 15px;
	border: solid 2px #fff;
	font-size: 20px;
	color: #fff;
	background: 0 0;
	transition: all .3s ease-in-out;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
	border: solid 2px #fff;
	color: #18bc9c;
	background: #fff;
}
.floating-label-form-group {
	position: relative;
	margin-bottom: 0;
	padding-bottom: .5em;
	border-bottom: 1px solid #eee;
}
.floating-label-form-group input, .floating-label-form-group textarea {
	z-index: 1;
	position: relative;
	padding-right: 0;
	padding-left: 0;
	border: 0;
	border-radius: 0;
	font-size: 1.5em;
	background: 0 0;
	box-shadow: none!important;
	resize: none;
}
.floating-label-form-group label {
	display: block;
	z-index: 0;
	position: relative;
	top: 2em;
	margin: 0;
	font-size: .85em;
	line-height: 1.764705882em;
	vertical-align: middle;
	vertical-align: baseline;
	opacity: 0;
	-webkit-transition: top .3s ease, opacity .3s ease;
	-moz-transition: top .3s ease, opacity .3s ease;
	-ms-transition: top .3s ease, opacity .3s ease;
	transition: top .3s ease, opacity .3s ease;
}
.floating-label-form-group::not(:first-child) {
 padding-left: 14px;
 border-left: 1px solid #eee;
}
.floating-label-form-group-with-value label {
	top: 0;
	opacity: 1;
}
.floating-label-form-group-with-focus label {
	color: #FFFFFF;
}
form .row:first-child .floating-label-form-group {
/* border-top: 1px solid #eee;*/
}
footer {
	color: #fff;
}
footer h3 {
	margin-bottom: 30px;
}
footer .footer-above {
	padding-top: 50px;
	background-color: #2c3e50;
}
footer .footer-col {
	margin-bottom: 50px;
}
footer .footer-below {
	padding: 25px 0;
	background-color: #233140;
}
.btn-social {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
}
.btn:focus, .btn:active, .btn.active {
	outline: 0;
}
.scroll-top {
	z-index: 1049;
	position: fixed;
	right: 5%;
	bottom: 5%;
	width: 50px;
	height: 50px;
}
.scroll-top .btn {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 21px;
}
.scroll-top .btn:focus {
	outline: 0;
}
.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.portfolio-modal .modal-content h2 {
	margin: 0;
	font-size: 3em;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
	margin: 30px 0;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #2c3e50;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #2c3e50;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-modal .modal-backdrop {
	display: none;
	opacity: 0;
}

@media screen and (min-width: 1200px) {
.social-icon li {
	margin-left: 20px;
}
}

@media (min-width: 768px) and (max-width: 990px) {
.box h3 {
	font-size: 1.2em;
}
}
/* hover  Css  */


.view {
	/*margin: 0 0 10px 0;
	float: left;*/
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.view img {
	min-width: 100%;
	height: auto;
	max-width: 100%;
}
.view .mask, .view .content {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	bottom: 0;
}
.view img {
	display: block;
	position: relative;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 20px 0 0 0;
}
.view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #9A9A9A;
	padding: 10px 20px 20px;
	text-align: center;
}
.view a {
	transition: all .3s ease-in-out;
}
.view a:hover {
	background-color: #F35E70;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	text-transform: uppercase;
	border-radius: 5px;
	transition: all .3s ease-in-out;
}
/*------*/


.view-tenth img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
	background-color: #E8E8E8;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.view-tenth h2 {
	border-bottom: 1px solid #FFFFFF;
	background: transparent;
	margin: 20px 40px 0px 40px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	color: #FFFFFF;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.view-tenth p {
	color: #9A9A9A;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}
.view-tenth a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.view-tenth:hover img {
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.view-tenth:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-tenth:hover h2, .view-tenth:hover p, .view-tenth:hover a.info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.alert-success {
	background-color: transparent !important;
	border-color: none !important;
	color: #F26D7D !important;
	text-align: center !important;
}
.center {
	display: inline-block;
	text-align: -webkit-center;
}
