@import url('https://fonts.googleapis.com/css?family=Proxima+Nova');
@font-face {
	font-family: 'ProximaNova';
	src: url('/fonts/proximanova_regular/ProximaNova-SemiBold-webfont.eot');
	src: url('/fonts/proximanova_regular/ProximaNova-SemiBold-webfont.eot?iefix') format('eot'), url('/fonts/proximanova_regular/ProximaNova-SemiBold-webfont.woff') format('woff'), url('/fonts/proximanova_regular/ProximaNova-SemiBold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Proxima Nova', Georgia, sans-serif;
	width: 100%;
	height: 100%;
}

#back2Top {
	width: 40px;
	line-height: 40px;
	overflow: hidden;
	z-index: 999;
	display: none;
	cursor: pointer;
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	position: fixed;
	bottom: 50px;
	right: 0;
	background-color: #DDD;
	color: #555;
	text-align: center;
	font-size: 30px;
	text-decoration: none;
}

#back2Top:hover {
	background-color: #DDF;
	color: #000;
}


/* /start navbar/ */

h1 {
	font-size: 36px;
	color: #6d6e7094;
	font-family: 'Proxima Nova', Georgia, sans-serif;
	margin-bottom: 15px;
}

b,
strong {
	font-weight: 700;
	color: #6d6e70;
}

button.btn.btn-primary-dwn {
	background: #f0574f;
	padding: -3px;
	margin-top: 14px;
	transition: all 0.5s;
	color: #fff;
	border-radius: 0px;
	font-weight: bold;
}

button.btn.btn-primary-dwn:hover {
	border: 2px solid #f0574f;
	color: #f0574f;
	transition: all 0.5s;
	background: #ffff;
	-webkit-transition-duration: 0.4s;
	/* Safari */
	transition-duration: 0.4s;
}

img.img-responsive-logo {
	height: auto;
	width: 146px;
}


/* navbar section */

.navbar-inverse {
	background-color: #2f919a;
	border-color: #2f919a;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}

.navbar-inverse .navbar-brand {
	color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover {
	transition: all 0.5s ease;
	border-bottom: 2px solid #ecf0f1;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: transparent;
}

@media (min-width:768px) {
	.navbar>.container {
		text-align: center;
	}
	.navbar-header,
	.navbar-brand,
	.navbar .navbar-nav,
	.navbar .navbar-nav>li {
		float: none;
		display: inline-block;
	}
	.collapse.navbar-collapse {
		float: none;
		display: inline-block!important;
		width: auto;
		clear: none;
	}
}


/* /start first section/ */

.section {
	background-image: url(../images/top_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-animation: slide 20s linear infinite;
}


/* buttion app */

.button-app {
	padding: 30px 0px;
}

a.app-button {
	transition: background .5s ease;
	display: inline-block;
	-webkit-transition-duration: 0.4s;
	/* Safari */
	transition-duration: 0.4s;
}

a.app-button :hover,
a.app-button:focus {
	animation: pulse 1s;
	box-shadow: 0 0 0 6em rgba(#f0574f, 0);
}

a.app-button span {
	-webkit-transition-duration: 0.4s;
	/* Safari */
	transition-duration: 0.4s;
	display: flex;
	padding: 13px;
	justify-content: center;
	height: 100%;
	transition: background .5s ease;
	width: 100%;
}

p.text-coloum {
	font-family: 'Proxima Nova';
	color: gray;
	line-height: 31px;
}

.text-heading {
	padding: 55px 55px;
	margin-top: 20px;
}

img.img-responponsive-logo {
	padding: 20px 0px;
}

p.content-text {
	color: gray;
	font-size: 17px;
	padding: 20px 190px;
	font-family: 'Proxima Nova';
}

.text-center {
	text-align: center;
	padding: 30px 0px;
}

.work-section {
	padding: 20px 0px;
}


/* /about section */

div#about-section {
	padding: 20px;
}

p.content-about {
	text-align: justify;
	color: #8f8f8f;
	font-size: 17px;
	padding: 20px 1px;
	font-family: 'Proxima Nova', Georgia, sans-serif;
}

p.link-list {
	border-bottom: 1px solid #8080804d;
	color: #8f8f8f;
	padding-bottom: 20px;
	font-family: 'Proxima Nova', Georgia, sans-serif;
	padding-top: 11px;
	margin-left: -41px;
}

ol li {
	list-style-type: none;
}

img.img-con {
	padding-right: 20px;
}

img.about-img {
	width: 100%;
	height: auto;
	margin-left: -50px;
}

.about-section {
	font-family: 'Lato', sans-serif!important;
	background-size: cover;
	background-position: center center;
	padding: 20px 0px;
}


/* contact section */

.contact-section {
	padding: 30px 0px;
	background-image: url(../images/contact_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.text-center.block {
	padding: 20px 0px;
}

.text-center.block h1 {
	padding-bottom: 19px;
}

h6 {
	font-size: 18px;
	padding: 19px 0px;
	color: 6d6e70;
	color: #6d6e70;
	font-weight: bold;
	font-family: 'Proxima Nova', sans-serif;
}

a.linkline {
	color: #6d6e70;
	text-decoration: none;
	font-family: 'Proxima Nova', sans-serif;
}

a.linkline:hover {
	color: blue;
}

.contact-wrapperlink {
	padding: 20px 0px;
}


/* social icon */

h5 {
	color: #6d6e70;
	font-family: 'Proxima Nova', sans-serif;
}

.bg-circle {
	display: inline-block;
	width: 60px;
	height: 60px;
	padding: 14px 4px;
	color: #ececec;
	text-align: center;
	border-radius: 50%;
}

.bg-circle-outline {
	width: 46px;
	height: 46px;
	display: inline-block;
	padding: 9px 2px;
	margin-left: 15px;
	color: #fff;
	border-radius: 50%;
}

.bg-circle-outline.d-inline-block:hover {
	transition: 0.5s;
	transform: scale(1.1);
	cursor: pointer;
}

.bg-circle a,
a:hover,
.media a:focus {
	text-decoration: none !important;
	outline: none;
	color: #fff;
}

.bg-circle-outline a,
a:hover,
.media a:focus {
	text-decoration: none !important;
	outline: none;
	color: #fff;
}


/* footer section */

.footer-bottom {
	background-color: #929090;
	width: 100%;
}

.footer-bottom {
	background: #929090;
	padding: 20px 0;
}

.copyright {
	color: #e7e4de;
}

.text-center.contact {
	padding: 3px 0px;
}


/* start media query */

@media (min-width: 320px) and (max-width: 768px) {
	button.btn.btn-primary-dwn {
		margin-top: 1px;
		margin-left: 8px;
	}
	p.content-text {
		padding: 20px 5px;
	}
	img.about-img {
		margin-left: -18px;
	}
}

@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 20px;
		padding-bottom: 15px;
	}
}