/* Theme Name: Tripaco - Responsive Coming Soon Template
   Author: Zoyothemes
   Author e-mail: zoyothemes@gmail.com
   Version: 1.0
   Created: August 2016
   File Description:Main CSS file of the template
*/

/*================ TABLE OF CONTENTS ================
    1) Pre-loader
    2) Commone
    3) Navigation
    4) Home section
    5) Subscribe
    6) About-us
    7) Services Section
    8) Contact
    9) Footer
    10) Background-Parallax
    11) Typed Demo
    12) Video-Backgruond
================ TABLE OF CONTENTS ================*/

body{
	color: #505458;
	background-color: #f9f9f9;
	overflow-x:	hidden !important;
	font-family: 'DINLight', sans-serif;
}
/*--------------------------------------------------------------
	1).Pre-loader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}
#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}
.spinner {
	margin: 0 auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 5px solid rgba(238, 110, 115, 0.2);
	border-right: 5px solid rgba(238, 110, 115, 0.2);
	border-bottom: 5px solid rgba(238, 110, 115, 0.2);
	border-left: 5px solid #1da1f4;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.spinner,
.spinner:after {
  	border-radius: 50%;
  	width: 40px;
    height: 40px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
	2).Common
----------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: 'DINLight', sans-serif;
}
p {
	font-family: 'DINLight', sans-serif;
}
.overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: rgba(0,0,0 ,0.5);
}
.overlay-demo {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: rgba(255,255,255 ,0.5) !important;
}
#demo-canvas {
	position: absolute;
}
::selection{
  	background: rgba(238, 110, 115, 0.30);
  	color: #ffffff;
}
::-moz-selection {
  	background: rgba(238, 110, 115, 0.30);
  	color: #ffffff;
}

.section-title h1 {
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 30px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'DINLight', sans-serif;
}
.section-title p {
	color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 30px 0px 40px;
    font-family: 'DINLight', sans-serif;
    line-height: 26px;
}
.backgroung {
	position: fixed;
	background-color: rgba(255, 255, 255, 0.25);
	z-index: 9;
    -webkit-filter: blur(3px);
	filter: blur(3px);
	left: 30px;
	right: 30px;
	bottom: 30px;
	top: 30px;
}
.flat-color {
	background: #2c3e50;
	background: -webkit-linear-gradient(to left, #2c3e50 , #3498db);
	background: linear-gradient(to left, #2c3e50 , #3498db);
}
.flat-color1 {
	background: #360033;
	background: -webkit-linear-gradient(to left, #360033 , #0b8793);
	background: linear-gradient(to left, #360033 , #0b8793);
}
.flat-color2 {
	background: #185a9d;
	background: -webkit-linear-gradient(to left, #185a9d , #43cea2);
	background: linear-gradient(to left, #185a9d , #43cea2);
}
.flat-color3 {
    background: #780206;
    background: -webkit-linear-gradient(to left, #780206 , #061161);
    background: linear-gradient(to left, #780206 , #061161);
}
.flat-color4 {
	background: #134E5E;
	background: -webkit-linear-gradient(to left, #134E5E , #71B280);
	background: linear-gradient(to left, #134E5E , #71B280);
}
.fullpage-wrapper {
	z-index: 99;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    background: #ffo !important;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: #fof !important;
}
#fp-nav.right {
    right: 60px !important;
}
#fp-nav {
	margin-top: -75px !important;
}
#fp-nav ul li {
	margin: 0px 0px 30px 0px !important;
}
#fp-nav ul li .fp-tooltip{
	color: #1da1f4 !important;
}
#fp-nav ul li .fp-tooltip.right {
	font-family: 'DINLight', sans-serif;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 1px !important;
	top: -5px;
	right: 40px !important;
}
.title h1 {
	color: #000000;
}
.title p {
	color: #000000;
}
.parallax {
 	background-attachment: fixed !important;
}
.large-header {
	position: absolute;
	z-index: 999;
} 
.contact-containe {
	padding-top: 40px !important;
}
/*------------------------------
	/****** Button******/
--------------------------------*/
.btn {
    outline: none !important;
}
.scribe {
	margin-top: 2px;
	text-align: center;
}
.scribe .btn-subscribe {
	color: #1da1f4;
	font-weight: 400;
	padding: 9px 45px;
	border-radius: 0px;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-size: 17px;
	border: 2px solid #fff;
	background: transparent;
	text-align: center !important;
	font-family: 'DINLight', sans-serif;
}
.scribe .dark-btn {
	background: #1da1f4;
	color: #fff;
	border: none;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.send-button {
	color: #1da1f4;
	font-weight: 400;
	padding: 9px 45px;
	border-radius: 0px;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-size: 16px;
	border: 2px solid #fff;
	background: transparent;
	text-align: center !important;
	font-family: 'DINLight', sans-serif;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.send-button:hover, .send-button:focus {
	color: #1da1f4 !important;
	font-weight: 400;
	border-radius: 0px !important;
	border: 2px solid #fff !important;
	background: transparent;
	outline: none;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.button-dark {
	color: #fff;
	background: #1da1f4;
	border: 2px solid #1da1f4;	
}
.button-dark:hover, .button-dark:focus {
	color: #fff !important;
	background: #1da1f4;
	border: 2px solid #1da1f4 !important;

}
/*--------------------------------------------------------------
	3).Navigation
----------------------------------------------------------------*/
.header {
	top: 0;
	left: 0;
	right: 0;
	margin: 0px;
	margin-top: 0px;
	width: 100%;
	border: none;
	height: auto;
	z-index: 1000;
	display: block;
	position: fixed;
	padding: 0px 20px;
	background: transparent;
}
.navbar-custom {
	border: none;
	padding: 9px 0px;
	margin-bottom: 0px;
	border-radius: 0px;
}
.logo {
	height: auto;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding: 15px 15px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-family: 'DINLight', sans-serif;
}
.logo span {
	width: 32px;
	height: 32px;
	color: #1da1f4;
	font-size: 20px;
    font-weight: bold;
	padding: 0px 10px;
	line-height: 32px;
	margin-right: 5px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	font-family: 'DINLight', sans-serif;
}
.logo:hover, .logo:focus {
	color: #fff;
}
.navbar-custom .navbar-nav li a {
	color: #fff;
    font-size: 21px;
    margin: 3px 0px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'DINLight', sans-serif;
}
.navbar-custom .nav>li>a:hover, .navbar-custom .nav>li>a:focus {
	color: #1da1f4;
	background: transparent;
	transition: all .3s linear;
	transform: translateY(-2px);
	text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.navbar-custom .navbar-nav li.active a {
	color: #1da1f4;
	background: transparent;
}
.navbar-header {
	margin-left: 15px !important;
}
.navbar-custom .dark-nav li a {
	color: #505458;
}
.dark-logo {
	color: #505458;
}
.dark-logo span {
	color: #fff !important;
	background: #1da1f4 !important;
}
.dark-logo:hover, .dark-logo:focus, .dark-logo:active
.dark-logo:hover, .dark-logo:focus, .dark-logo:active {
	color: #505458;
	outline: none;
}
/*---------------------------------------------*/
.navbar-toggle {
    background-color: transparent !important;
    margin-top: 14px;
    border: none;
    margin-right: 0px;
    padding: 9px 15px;
}
/*--------------------------------------------------------------
	4). Home Section
----------------------------------------------------------------*/
.home {
	background-repeat: no-repeat;
	padding-bottom: 0px !important;
	background: url("../images/bg1.jpg") center;
	background-size: cover;
}
.image-background {
	padding-bottom: 0px !important;
	background-image: none !important;
}
.home-title p {
	color: #fff;
    margin: 0px;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-family: 'DINLight', sans-serif;
}
.home-title p.demo {
    color: #505458;
}
.home-title {
	width: 100%;
	max-width: 820px;
	margin: 20px auto 0 auto;
}
.common {
	padding-top: 0px !important;
}
/*--------------------------------------------------------------
	4.1)Social
----------------------------------------------------------------*/
.social {
	top: 35px;
	left: 0;
	bottom: 0;
	height: 100%;
	position: fixed;
	display: table;
}
.social ul {
	margin: 0 auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.social li {
    margin: 0;
    display: block;
}
.social li a {
    display: block;
    background: transparent;
    position: relative;
    text-align: center;
    line-height: 63px;
    border-left: 1px solid transparent;
}
.social li a i {
	width: 40px;
	height: 40px;
	color: #1da1f4;
	font-size: 20px;
	background: #fff;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	margin: 0px 10px 5px 20px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.social li a i:hover {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.social li .facebook i {
	background: #3b5998;
	color: #fff;
}
.social li .twitter i {
	background: #55acee;
	color: #fff;
}
.social li .behance i {
	background: #1769ff;
	color: #fff;
}
.social li .dribbble i {
	background: #ea4c89;
	color: #fff;
}
.social li .linkedin i {
	background: #0077b5;
	color: #fff;
}
.social i:hover {
	color: #fff;
	background: #1da1f4;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
/*--------------------------------------------------------------
	4.2)Time circles
----------------------------------------------------------------*/
.time_circles {
    width: 100%;
    height: auto;
    position: relative;
}
.time_circles > div {
    position: absolute;
    text-align: center;
}
.time_circles > div > h4 {
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
  	text-align: center;
  	letter-spacing: 1px;
    font-size: 15px !important;
    text-transform: capitalize;
    line-height: 17px !important;
    font-family: 'DINLight', sans-serif;
}
.time_circles > div > span {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 60px;
    font-weight: 600;
    margin-top: 0.4em;
    text-align: center;
    font-family: 'DINLight', sans-serif;
}
.dark-circle .time_circles > div > h4 {
	color: #787787;
}
.dark-circle .time_circles > div > span {
	color: #505458;
}
/*--------------------------------------------------------------
	5).Subscribe section
----------------------------------------------------------------*/
.subscribe {
	background-repeat: no-repeat;
	background: url("../images/bg2.jpg") center;
	background-size: cover;
}
.subscribe-section .email {
	margin: 0px;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	margin-bottom: 20px;
	font-family: 'DINLight', sans-serif;
}
.confirm-message form {
	max-width: 600px;
	margin: 0px auto;
	position: relative;
}
.confirm-message {
	margin-top: 40px;
	margin-bottom: 0px;
}
.input-group input {
	color: #fff;
	width: 100%;
	outline: none;
	font-size: 16px;
	letter-spacing: 1px;
	border-radius: 0px;
	padding: 20px 15px;
	border: 2px solid #fff;
	background-color: transparent;
	border-right: 0px !important;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.input-group input:focus {
	box-shadow: none;
	border: 2px solid #fff;
	background: transparent;
}
.input-group input:hover {
	background: transparent;
	transition: all 0.3s ease 0s;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
label.valid {
  	color: #A0D08D;
  	font-weight: normal;
  	margin: 10px 0;
  	font-family: 'DINLight', sans-serif;
}
.group-dark input {
	border: 2px solid #1da1f4;
	color: #1da1f4;
}
.group-dark input:focus {
	box-shadow: none;
	border: 2px solid #1da1f4;
	background: transparent;
}
.dark-control::-webkit-input-placeholder { /* Chrome - */
  	color: #b4c4d4 !important;
}
.dark-control:-moz-placeholder { /* Firefox 18- */
    color: #b4c4d4;
}
.dark-control::-moz-placeholder {  /* Firefox 19+ */
    color: #b4c4d4;
}
.dark-control:-ms-input-placeholder {  
    color: #b4c4d4;
}
::-webkit-input-placeholder { /* Chrome - */
  	color: #fff !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
:-ms-input-placeholder {  
    color: #fff;
}
.subscribe-submit {
	top: -4px;
	color: #fff;
    font-size: 17px;
    padding: 12px 30px;
	border-radius: 0px;
	position: relative;
	background: #1da1f4;
    letter-spacing: 1px;
    border: 2px solid #fff;
    outline: none !important;
    font-family: 'DINLight', sans-serif;
}
.subscribe-submit:hover{
	color: #fff;
	background-color: #1da1f4;
}
.submit-darkbtn {
	background: #1da1f4;
    border: 2px solid #1da1f4;
}
/*--------------------------------------------------------------
	6).About Section
----------------------------------------------------------------*/
.about {
	background-repeat: no-repeat;
	background: url("../images/bg3.jpg") center;
	background-size: cover;
}
.commen-containe {
	padding-top: 50px;
}
.about-section h3 {
	color: #fff;
	font-size: 35px;
	margin-top: 20px;
	font-weight: 400;
	text-transform: capitalize;
}
/*---------- pie-charat	----------*/
.countdowm-main {
	margin-top: 10px;
}
.countdown {
	margin: auto 0px !important;
}
.countdown h1 {
	color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin: 15px 0px;
    text-align: center;
}
.countdown p {
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-family: 'DINLight', sans-serif;
}
.count-panal {
	text-align: center;
	margin: auto 0px !important;
	height: 150px !important;
}
.count-panal h1 {
	position: absolute;
	text-align: center;
	color: #fff;
}
.easy-pie-chart {
	border: none;
}
.percent-container span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 42px;
	text-align: center;
	font-weight: 300;
	display: inline-block;
    line-height: 140px;
	font-family: 'DINLight', sans-serif;
}
.percent-dark span {
	color: #787778;
}
canvas {
	margin-left: 0px !important;
}
.count-dark h1 {
	color: #505458;
}
.count-dark p {
	color: #787787;
} 
/*--------------------------------------------------------------
	7).Services Section
----------------------------------------------------------------*/
.services {
	background-repeat: no-repeat;
	background: url("../images/bg4.jpg") center;
	background-size: cover;
}
.services-icon {
	color: #fff;
	width: 130px;
	height: 130px;
	font-size: 50px;
	margin: 0px auto;
	line-height: 130px;
	border-radius: 50%;
	text-align: center;
	border: 3px solid #fff;
}
.service-details h1 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	margin: 20px 0px;
	text-align: center;
	text-transform: capitalize;
}
.service-details p {
	color: #fff;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	font-family: 'DINLight', sans-serif;
}
.service-dark h1 {
	color: #505458;
}
.service-dark p {
	color: #787787;
}
.icon_dark {
	color: #1da1f4;
	border: 3px solid #1da1f4;
}
/*--------------------------------------------------------------
	8).Contact Section
----------------------------------------------------------------*/
.contact-section {
	padding-bottom: 0px !important;
}
.contact {
	background-repeat: no-repeat;
	background: url("../images/bg5.jpg") center;
	background-size: cover;
}
.form-group {
	margin-bottom: 7px;
}
.form-control {
	margin: 0px;
	color: #fff;
	font-size: 15px;
    border-top: none;
    font-weight: 400;
    box-shadow: none;
    border-left: none;
    padding: 9px 20px;
    border-right: none;
    border-radius: 0px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
    background: transparent;
    -webkit-appearance: none;
    border-bottom: 2px solid #fff;
    font-family: 'DINLight', sans-serif;
}
.form-control:focus {
	box-shadow: none;
	border-left: none;
	border-right: none;
	outline: none !important;
	border-bottom: 2px solid #fff;
}
.dark-control {
	color: #1da1f4;
	border-bottom: 2px solid #1da1f4;
}
.dark-control:focus {
	outline: none !important;
	border-bottom: 2px solid #1da1f4;
}
.error {
    margin: 8px 0px;
    color: #1da1f4;
    display: none;
    z-index: 1100;
    font-family: 'DINLight', sans-serif;
}
#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    color: #1da1f4;
    display: none;
    clear: both;
    margin: 8px 0px;
    font-family: 'DINLight', sans-serif;
}
/*--------------------------------------------------------------
	9).Footer
----------------------------------------------------------------*/
.footer {
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	z-index: 1200;
	margin: 0 auto;
	position: fixed;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 10px;
	background: transparent;
	font-family: 'DINLight', sans-serif;
}
.footer p {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 10px;
}
.dark-copyright p {
	font-size: 14px;
    font-weight: 400;
    padding-bottom: 30px;
    margin-bottom: 0px;
    color: #505458;
}
.social-button {
	color: #1da1f4;
    font-weight: 400;
    padding: 9px 45px;
    border-radius: 0px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 14px;
    display: none;
    border: 2px solid #fff;
    background: transparent;
    text-align: center !important;
    font-family: 'DINLight', sans-serif;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
/*--------------------------------------------------------------
	10).Background-Parallax
----------------------------------------------------------------*/
.background-parallax {
	width: 100%;
	position: fixed !important;
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden; 
}
.background-parallax .bg-fixed {
	background-repeat: no-repeat;
	background: url("../images/bg2.jpg") center !important;
	background-size: cover !important;
	height: 1600px;
	width: 2000px;
	z-index: 1300;
	position: fixed !important;
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden; 
}
/*--------------------------------------------------------------
	11).Typed Demo
----------------------------------------------------------------*/
.dark-image {
	background: none;
}
.cd-headline.clip .cd-words-wrapper b  {
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background: linear-gradient(to right,rgba(67, 206, 162, 0.77), rgba(24, 90, 157, 0.76));
}
/*--------------------------------------------------------------
	12).Video-Backgruond
----------------------------------------------------------------*/
.fixed-bg #background-video {
    display: none; 
}
#background-video {
	position: fixed !important;
}
#tubular-container {
  	position: fixed !important;
  	overflow: hidden;
  	height: 100%;
  	width: 100%;
}
/*--------------------------------------------------------------
	13).Gradient 
----------------------------------------------------------------*/
#gradient {
	position: fixed !important;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
	14).Responsive
----------------------------------------------------------------*/
@media (max-width: 767px) {
	.backgroung {
	 	left: 15px !important;
	 	right: 15px !important;
	 	bottom: 15px !important;
	 	top: 15px !important;
	}
	.header {
		margin-top: 0px;
		padding: 0px 10px;
		background: rgba(255,255,255,1);
	}
	.logo {
		padding: 2px 0px;
	}
	.navbar-custom .navbar-toggle .icon-bar {
	    background-color: #000;
	}
	.percent-container span {
		line-height: 120px;
	}
	.nav>li>a {
		padding: 10px 0px;
	}
	.navbar-nav {
		margin: 0px !important;
		text-align: center;
	}
	.section-title h1 {
		font-size: 26px;
		margin-bottom: 25px;
	}
	.home-title {
		padding-top: 200px;
	}
	.time_circles {
		height: 250px;
	}
	.home-title p {
		margin-bottom: 20px;
	}
	.backgroung {
		left: 15px;
    	right: 15px;
    	bottom: 15px;
    	top: 15px;
	}
	.container-fluid {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.navbar-header {
    	margin-left: 0px !important;
    }
    .navbar>.container-fluid .navbar-brand {
    	margin-left: 0px !important;
    }
    .subscribe-submit {
    	padding: 12px 15px;
    }
    .about-section h3 {
    	font-size: 26px;
    }
    .countdown canvas {
		height: 120px;
		width: 120px;
	}
	.services-icon {
		height: 120px;
		width: 120px;
	    line-height: 120px;
	}
    .footer p {
    	color: #141414;
    	padding-bottom: 10px !important;
    	margin-bottom: 0px !important;
    }
    .footer {
    	background: #fff;
    	position: relative;
    	margin: 0px;
    }
    .social {
		position: relative;
		top: 0px;
		margin: 0 auto;
	}
	.social ul {
    	padding-left: 0px;
	}
	.social li {
		display: inline-block;
	}
	.social li a {
		display: inline;
	}
	.social li a i {
		margin: 0px 10px 5px 20px;
	}
	.dark-logo {
		color: #fff;
	}
	.navbar-custom .dark-nav li a {
		color: #000;
	}
}	

@media (min-width: 320px) and (max-width: 479px) {
	.home-title {
    	padding-top: 70px;
	}
	.time_circles {
    	height: 80px;
	}
	.time_circles > div > h4 {
		font-size: 12px !important;
	}
	.input-group input {
		font-size: 13px;
	}
	.subscribe-submit {
		top: -3px;
		font-size: 15px;
	}
	.about-chart canvas {
		height: 100px !important;
		width: 100px !important;
	}
	.countdown-time  {
		max-width: 320px !important;
	}
	.countdown p {
		font-size: 13px;
	}
	.percent-container span {
		line-height: 100px;
	}
	.countdown h1 {
		font-size: 25px;
		margin-bottom: 15px;
	}
	.section-title p {
		font-size: 13px;
		margin: 15px 0px;
	}
	.services-icon {
		height: 100px;
		width: 100px;
		line-height: 100px;
	}
	.service-details p {
		font-size: 13px;
    	margin-top: 10px;
	}
	.service-details h1 {	
		font-size: 24px;
    	margin: 13px 0px;
	}
	.social li a i {
		margin: 0px;
	}
	.social {
		position: relative;
		top: 0px;
		margin: 10 auto;
	}
	.social ul {
    	padding-left: 0px;
	}
	.social li {
		display: inline-block;
	}
	.social li a {
		display: inline;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.backgroung {
	 	left: 15px;
	 	right: 15px;
	 	bottom: 15px;
	 	top: 15px;
	}
	.header {
    	padding: 0 15px;
    	height: auto;
    	position: fixed;
    	-webkit-transform: scale3d(1, 1, 1);
    	margin-top: 0px;
    }
    .navbar-collapse {
    	padding-right: 0px;
    }
    .logo {
    	padding-left: 0px;
    }
    .footer {
    	background: #fff;
    	position: relative;
    	margin: 0px;
    }
    .social {
    	position: relative;
    	top: 0px;
    	margin: 0 auto;
	}
	.social ul {
   		padding-left: 0px;
	}
	.social li {
    	display: inline-block;
	}
	.social li a {
    	display: inline;
	}
	.social li a i {
    	margin: 0px 10px 5px 20px;
	}
	.footer p {
    	color: #141414;
    	padding-bottom: 10px !important;
    	margin-bottom: 0px !important;
    }
}
.event-speakers {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
}
.event-speaker {
  width: 140px;
  height: 140px;
  overflow: hidden;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ccc;
  border-radius: 100%;
  position: relative;
}
.event-speaker:before,
.event-speaker:after {
  content: "";
  position: absolute;
  display: block;
}
.event-speaker:before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
  z-index: 10;
}
.event-speaker:after {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  z-index: 20;
  opacity: 0;
}
.event-speaker:hover:before {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}
.event-speaker:hover:after {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.event-location-block {
  background: #000;
  padding-bottom: 0;
}
.event-speaker-name {
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #828282;
}

.event-speaker-name:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #2cc7c1;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.event-speaker-name:hover {
  color: #2cc7c1;
  text-decoration: none;
}
.event-speaker-name:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


#map {
  width: 100%;
  height: 300px;	
  border: 1px solid #a0a0a0;
}

.map {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.google-map {
  height: 400px;
  width: 100%;
}
.location-box {
  padding: 1em;
  background-color: #fff;
  position: absolute;
  width: 300px;
  min-height: 140px;
  top: 50%;
  left: 50%;
  margin-top: -70px;
  margin-left: -150px;
  z-index: 9990;
}
.location {
  padding-bottom: 1em;
}

@media only screen and (min-width: 740px) {
  .location-box-container {
    width: 720px;
    position: absolute;
    left: 50%;
    bottom: 2em;
    margin-left: -360px;
  }
  .location-box {
    top: auto;
    bottom: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 980px) {
  .location-box-container {
    width: 960px;
    position: absolute;
    left: 50%;
    bottom: 2em;
    margin-left: -480px;
  }
}
@media only screen and (min-width: 1140px) {
  .location-box-container {
    width: 1120px;
    position: absolute;
    left: 50%;
    bottom: 2em;
    margin-left: -560px;
  }
}


.Chevron{
    position:relative;
    height:30px;/*height should be double border*/
}
.Chevron:before,
.Chevron:after{
    content:"";
    border:15px solid transparent;/*adjust size*/
}
/*Change four 'top' values below to rotate (top/right/bottom/left)*/
.Chevron:before{
    top:0;
    border-top-color:#b4c4d4;/*Chevron Color*/
}


table { 
    table-layout: fixed;
    word-wrap:break-word;
    font-size: 21px;
}

td{
    width: 50%;
    padding:1px 5px;
    
} 


ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

