/*
    Template Name    : Universal
	Description		 : Responsive SEO Template
    Version          : 1.0
*/

/*
================================================
/* Table of Content
==================================================

1. Fonts 
2. Common CSS
3. Loader CSS
4. Top Wrapper
5. Logo Bar 
6. Navigation
7. Banner Wrapper
8. Call outs
9. Satisfied-wrapper
10. Team Wrapper
11. Website Wrapper
12. Pricing Wrapper
13. Inner Page Banner
14. Inner Wrapper
15. Services Page
16. Coming Soon
17. About us Page
18. Services Page
19. 404 Page
20. Gallery Page
21. Blog Page
22. Contact us page
23 .Footer
24. Media Quires 

/*
================================================
1. Fonts - Raleway and Opensans
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Raleway:300,400,600,700');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.57143;
	font-weight: 400;
	color: #1b2731;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	margin-top: 18px;
}
a {
	color: #f7f3f3;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #ff4303;
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.no-padding {
	padding: 0 !important;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
.btn {
	border-width: 2px;
	margin-bottom: 7px;
	margin-top: 7px;
	padding: 8px 22px;
	z-index: 1;
}
.btn:hover {
	color: #2d2e2e;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
.transition3s {
	transition: all 0.3s ease-in-out 0s;
}
.offset-top-30 {
	margin-top: 30px;
}
.offset-top-60 {
	margin-top: 60px;
}
.inset-right-30 {
	padding-right: 30px;
}
.inset-left-30 {
	padding-left: 30px;
}
.space-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.light-bg {
	background: #f6f7f8 none repeat scroll 0 0;
	fill: #f6f7f8;
}
.light-bg h3 {
	color: #2d2e2e;
}
div.title {
	
	margin: -1px 0 -41px;
}
.select-record
{
	padding: 34.5px 0 6px;
}
.title-border-green {
	background-color: #ff4303;
	border: 1px solid #ff4303;
	display: block;
	height: 9px;
	margin: 0 auto;
	position: relative;
	top: -5px;
	width: 35px;
	z-index: 9;
}
.title-border-white {
	background-color: #fff;
	border: 1px solid #fff;
	display: block;
	height: 9px;
	margin: 0 auto;
	position: relative;
	top: -5px;
	width: 35px;
	z-index: 9;
}
#scrollUp {
	background: #ff4303;
	border-radius: 50%;
	bottom: 100px;
	color: #fff;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 40px;
	z-index: 1000;
}
#scrollUp:hover {
	background: #000;
	color: #fff;
}
#scrollUp i {
	display: block;
	padding-top: 5px;
}
.fix:after, .fix:before {
	content: "";
	display: table;
}
.fix:after {
	clear: both;
}
/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Top Wrapper
================================================
*/
header {
	width: 100%;
	z-index: 99;
}
.top-wrapper {
	padding: 10px 0;
	background: #0a6b8a;
}
.affix .top-wrapper {
	margin-top: -55px;
}
.affix.fadeInDown {
	animation-delay: 0s;
	animation-direction: normal;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-name: fadeInDown !important;
	animation-play-state: running;
	animation-timing-function: ease;
}
.fadeInDown {
	animation-name: none !important;
}
.swingOutX {
	animation-name: none !important;
}
.top-wraper-left ul {
	padding-top:3px;
}
.top-wrapper ul {
	margin: 0;
}
.top-wrapper .top-wraper-left ul li:first-child {
	padding-left: 0;
}
.top-wrapper ul li {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 15px;
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
}
.top-wrapper .top-wraper-left ul li:last-child {
  margin: 2px 0 0;
}
.top-wrapper ul li a {
	color: #fff;
}
.top-wrapper .header-social-icons li {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	display: inline-block;
	height: 35px;
	margin-left: 5px;
	padding: 4px;
	text-align: center;
	width: 35px;
}
.top-wrapper .header-social-icons li:hover, .top-wrapper .header-social-icons li:focus {
	background: #272727;
	color: #fff;
}
.top-wrapper ul.header-social-icons li a i {
	border: 1px dashed rgba(255, 255, 255, 0.5);
	color: #fff;
	font-size: 16px;
	height: 27px;
	padding: 4px;
	width: 27px;
}
.top-wrapper ul.header-social-icons li a i:hover {
	color: #fff;
}
.border_round {
	border-radius: 50%;
}
.top-wraper-left ul li i {
	padding: 0 6px 0 0;
}
/*
================================================
5. Logo Bar 
================================================
*/
.logo-bar {
	float: left;
	padding: 6px;
	width: 100%;
	background: #f7f5f5;
}
.affix .logo-bar {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
}
/*
================================================
6. Navigation
================================================
*/
div.logo-bar .mainmenu-area {
	padding: 0;
}
.navbar-header {
	display: block;
}
.navbar-header .navbar-toggle {
	display: none;
}
.mainmenu-area {
	position: relative;
}
.mainmenu-area ul.nav.navbar-nav li a {
	color: #000;
	display: inline-block;
	font-weight: 600;
	line-height: 20px;
	padding: 22px 15px 18px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #f5f5f5;
}
.mainmenu-area ul.nav.navbar-nav li a:hover, .mainmenu-area ul.nav.navbar-nav li.active {
	background: #f5f5f5;
}
.mainmenu-area ul.nav.navbar-nav li {
	display: inline-block;
	float: none;
}
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 0;
	border: none;
}
.navbar-collapse {
	float: right;
	padding: 0;
}
.navbar-brand {
	padding: 6px 0 0;
	height: auto;
}
/* DropDown Menu Css */
ul.nav.navbar-nav li ul {
	left: 0;
	position: absolute;
	top: 250%;
	width: 243px;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .3s ease-in-out, top .3s ease-in-out;
	transition: opacity .3s ease-in-out, top .3s ease-in-out;
	background: none;
	padding: 0;
}
ul.nav.navbar-nav li:hover ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}
.mainmenu-area ul.nav.navbar-nav li ul li {
	border-bottom: 1px solid #3a3a3a;
	display: block;
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.mainmenu-area ul.nav.navbar-nav li ul li:hover:after {
	width: 100%;
}
.mainmenu-area ul.nav.navbar-nav li ul li a {
	background: #222 none repeat scroll 0 0;
	color: #fff;
	width: 100%;
}
.mainmenu-area ul.nav.navbar-nav li ul li:last-child:after {
	display: none;
}
.mainmenu-area ul.nav.navbar-nav li ul li:last-child {
	border: 0px solid;
}
.mainmenu-area ul.nav.navbar-nav li ul li a:hover {
	background: #191919 none repeat scroll 0 0;
	color: #ff4303;
}
.mainmenu-area ul.nav.navbar-nav li ul li:after {
	background: #ff4303;
	bottom: -1px;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 0;
}
.mainmenu-area ul.nav.navbar-nav li a i {
	margin-left: 7px;
	position: relative;
	top: -1px;
}
/*
================================================
7. Banner Wrapper
================================================
*/
.banner-wrapper {
	width: 100%;
	float: left;
	position: relative;
}
.fade-carousel {
	position: relative;
	height: 500px;
}
.fade-carousel .carousel-inner .item {
	height: 500px;
}
.fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: none;
	border-color: #fff;
	border-width: 2px;
	border-style: solid;
	width: 15px;
	height: 15px;
}
.fade-carousel .carousel-indicators > li.active {
	width: 15px;
	height: 15px;
}
.fade-carousel .carousel-control.left, .fade-carousel .carousel-control.right {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: 120px;
	left: 2%;
	opacity: 1;
	top: 40%;
	width: 5%;
}
.fade-carousel .carousel-control.right span {
	background: none;
	font-size: 20px;
	left: 10%;
	margin: 0;
	text-shadow: none;
	top: 50%;
	border: 1px solid #fff;
	line-height: 25px;
}
.fade-carousel .carousel-control.left span {
	background: none;
	font-size: 20px;
	left: 10%;
	margin: 0;
	top: 10%;
	text-shadow: none;
	border: 1px solid #fff;
	line-height: 25px;
}
.fade-carousel .carousel-control span:hover {
	border: 1px solid #ff4303;
	background: #ff4303;
}
.hero {
	position: absolute;
	top: 50%;
	left: 30%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: 0;
}
.carousel .item.active .hero {
	opacity: 1;
}
.hero h1 {
	font-size: 64px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	text-transform: none;
}
.hero h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 600;
	padding: 10px 0 0;
	text-transform: none;
	letter-spacing: 1px;
}
.btn.btn-hero {
  background-color: #ff4303;
  border: 0 none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  margin: 20px auto;
  padding:11px 30px 15px;
  transition: all 0.4s ease 0s;
}
.btn.btn-hero:hover, .btn.btn-hero:focus {
	padding: 15px 50px;
}
/* Slides backgrounds */
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
	height: 500px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1:before, .fade-carousel .slides .slide-2:before, .fade-carousel .slides .slide-3:before {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.6;
	position: absolute;
	right: 0;
	top: 0;
}


/*
================================================
8. Callouts
================================================
*/
.callouts-wrapper {
	padding: 54px 0 40px;
	width: 100%;
	float: left;
}
.callouts-wrapper h2::after {
	background-color: #ff4303;
	content: "";
	display: block;
	height: 1px;
	margin: 8px auto 0;
	width: 150px;
}
.callouts-wrapper h2 {
	color: #2d2e2e;
	font-weight: 600;
	margin: 0;
	padding: 7px;
	text-align: center;
	position: relative;
}
.callouts-wrapper h1::after {
	background-color: #ff4303;
	content: "";
	display: block;
	height: 1px;
	margin: 8px auto 0;
	width: 150px;
}
.callouts-wrapper h1 {
	color: #2d2e2e;
	font-weight: 600;
	margin: 0;
	padding: 7px;
	text-align: center;
	position: relative;
}
.callouts-wrapper p {
	margin: 0;
	padding: 0 0 5px;
	font-size: 16px;
}
.callouts-wrapper h2 span {
	color: #ff4303;
	font-weight: 600;
}
.callouts-wrapper h1 span {
	color: #ff4303;
	font-weight: 600;
}
.callouts-wrapper .callouts {
	margin:40px 0 20px;
	text-align: center;
}
.callouts-wrapper .callouts p {
	font-size: 14px;
	line-height: 23px;
	margin: 0 0 15px;
	padding: 0;
	color: #666;
}
.callouts-wrapper .callouts a:hover:before {
	transform: rotate(90deg);
}
.callouts-wrapper .callouts a::before {
	background: #000;
	content: "";
	height: 15px;
	left: 47%;
	position: absolute;
	top: -8px;
	width: 2px;
	transition: all 0.4s ease 0s;
}
.callouts-wrapper .callouts a {
	border: 1px solid #999;
	border-radius: 0;
	color: #666;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
}
.callouts-wrapper .callouts a:hover {
	background: #ff4303;
	color: #fff;
}
.callouts-wrapper .callouts i {
	color: #010101;
	font-size: 30px;
	margin: 0 0 15px;
	padding: 0;
	text-align: center;
}
.callouts-wrapper .callouts h3 {
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	color: #010101;
}
/*
================================================
9. Satisfied-wrapper
================================================
*/
.satisfied-wrapper::before {
	background: #2f7784 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.9;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.team-info
{
	margin-left:75px;
	color:white;
	margin-top:30px;
}
.satisfied-wrapper {
	padding:70px 0 53px;
	width: 100%;
	background-image: url(../images/satisfied-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 9;
	position: relative;
	
}


/*
================================================
10. Team Wrapper
================================================
*/
.team-wrapper {
	padding: 54px 0 34px;
	width: 100%;
	float: left;
	text-align: center;
}
.team-wrapper h2::after {
	background-color: #ff4303;
	content: "";
	display: block;
	height: 1px;
	margin: 20px auto 0;
	width: 170px;
}
.team-wrapper h2 {
	color: #2d2e2e;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.team-wrapper .callouts {
	margin: 20px 0;
	text-align: center;
}
.team-wrapper h2 span {
	color: #ff4303;
	font-weight: 600;
}
.team-wrapper p {
	margin: 0 0 15px 0;
}
.team-wrapper-inner {
	position: relative;
	display: inline-block;
	color: #2B2B2B;
	text-align: center;
	font-size: 16px;
}
.team-wrapper-inner * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.team-wrapper-inner .profile-image {
	padding: 0;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease 0s;
}
.team-wrapper-inner .profile-image img {
	max-width: 100%;
	vertical-align: top;
	position: relative;
	max-width: 100%;
}
.team-member-social-icon {
	background: #ff4303;
	bottom: -70px;
	left: 0;
	padding: 15px 0;
	position: absolute;
	text-align: center;
	transition: all 0.4s ease 0s;
	width: 100%;
}
.team-member-social-icon ul {
	margin: 0;
}
.team-member-social-icon li {
	display: inline-block;
}
.team-member-social-icon a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	width: 30px;
}
.team-member-social-icon a i {
	color: #fff;
}
.team-member-social-icon a:hover {
	background: #ffffff none repeat scroll 0 0;
	transition: all 0.4s ease 0s;
}
.team-member-social-icon a:hover i {
	color: #333333;
	transition: all 0.4s ease 0s;
}
.profile-image:hover .team-member-social-icon {
	bottom: 0;
}
.team-wrapper-inner h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 5px;
	color: #2d2e2e;
}
.team-wrapper-inner p {
	color: #777777;
	font-size: 15px;
	margin: 0;
}
.team-wrapper-inner .icons i {
	color: #999;
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
}
.team-wrapper-inner .icons i:hover {
	color: #555;
}
.team-wrapper-inner .icons i a {
	text-decoration: none;
}
.team-wrapper-inner .capiton {
	padding: 15px 0 0;
}
/*
================================================
11. Website Wrapper
================================================
*/
.website-wrapper {
	margin: 0;
	padding: 55px 0 60px;
	width: 100%;
	float: left;
	text-align: center;
	background: #ff4303;
}
.website-wrapper h2 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 600;
}
.website-wrapper p {
	margin-bottom: 40px;
	color: #fff;
}
.website-wrapper a {
	background: #ff4303;
	color: #ffffff;
	font-size: 20px;
	padding: 15px 40px;
	text-transform: uppercase;
	display: inline-block;
}
.website-wrapper a:hover, .website-wrapper a:focus {
	text-decoration: none;
	background: #2d2e2e;
}
.website-wrapper form {
	position:relative;
}
.website-wrapper .website-link input {
  background: #fff none repeat scroll 0 0;
  border: 10px solid #434343;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  height: 70px;
  padding-left: 30px;
  position: relative;
  width: 100%;
}
.website-wrapper .website-link .submit-btn {
  background: #141414 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.4s ease 0s;
  width: 180px;
}
.website-wrapper .website-link .submit-btn:hover {
	background: #222;
	color: #fff;
}/*
================================================
12. Pricing Wrapper
================================================
*/
.pricing-wrapper-main {
	padding: 55px 0 -23px;
	width: 100%;
	float: left;
	
}
.pricing-wrapper-main h2::after {
	background-color: #ff4303;
	content: "";
	display: block;
	height: 1px;
	margin: 20px auto 0;
	width: 180px;
}
.pricing-wrapper-main h2 {
	color: #2d2e2e;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.pricing-wrapper-main h2 span {
	color: #ff4303;
	font-weight: 600;
}
.pricing-wrapper-main p {
	margin: 0 0 15px 0;
}
.pricing-wrapper-main p.space {
	margin: 0 0 70px;
}
.pricing-tag
{
	margin-top:30px;
}
.spaning
{
	margin-top:30px;
}

.pricing-wrapper-main .single-plan .pricing-wrapper {
	border: 1px solid #727272;
	height:224px;
	background: #fff;
	border-radius: 10px;
	padding: 6px 60px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.pricing-wrapper-main .single-plan .pricing-wrapper .pricing-head {
	
}
.pricing-wrapper-main .single-plan .pricing-wrapper .pricing-head h4 {
	font-size: 23px;
	font-weight: 400;
	margin: 0 0 5px 0;
}
.pricing-wrapper-main .single-plan .pricing-wrapper .pricing-head span {
	font-size: 14px;
	font-weight: 300;
}
.pricing-wrapper-main .single-plan .pricing-wrapper .pricing-currency {
	margin-bottom: 20px;
}
.pricing-wrapper-main .single-plan .pricing-wrapper .pricing-currency p {
	text-align: center;
	font-size: 80px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
}
.pricing-wrapper-main .single-plan .pricing-wrapper .pricing-currency p sup {
	font-size: 40px;
	font-weight: normal;
	left: 10px;
}
.pricing-wrapper-main .single-plan .pricing-wrapper .pricing-currency p sub {
	font-size: 22px;
	font-weight: normal;
	right: 17px;
	bottom: 0;
}
.pricing-wrapper-main .single-plan .pricing-wrapper .pricing-content ul li p span {
	float: right;
}
.pricing-wrapper-main .single-plan .pricing-wrapper .pricing-content .plan-purchase {
	text-align: center;
}
.pricing-wrapper-main .single-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn {
	background: #727272;
	color: #fff;
	font-size: 20px;
	padding: 10px 35px;
	margin-top: 30px;
	display: inline-block;
	border-radius: 3px;
	position: relative;
	z-index: 1;
	text-align: center;
}
.pricing-wrapper-main .single-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn i {
	padding-left: 5px;
	position: relative;
	top: 1px;
}
.pricing-wrapper-main .single-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:hover {
	text-decoration: none;
	color: #fff;
}
.pricing-wrapper-main .single-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:before {
	background: #ff4303;
	color: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: -1;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	border-radius: 3px;
}
.pricing-wrapper-main .single-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:hover:before {
	width: 100%;
	color: #fff;
}
.pricing-wrapper-main .single-plan:hover .pricing-wrapper {
	border: 1px solid #ff4303;
	box-shadow: 0 5px 54px rgba(248, 207, 39, 0.2);
}
.pricing-wrapper-main .single-plan:hover .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn {
	background: #ff4303;
}
.pricing-wrapper-main .single-plan:hover .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:before {
	background: #727272;
}
.pricing-wrapper-main .featured-plan .pricing-wrapper {
	border: 1px solid #ff4303;
	box-shadow: 0 5px 54px rgba(248, 207,39, 0.2);
}
.pricing-wrapper-main .featured-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn {
	background: #ff4303;
}
.pricing-wrapper-main .featured-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:before {
	background: #727272;
}
.pricing-wrapper-main .container:hover .featured-plan .pricing-wrapper {
	border: 1px solid #727272;
	box-shadow: none;
}
.pricing-wrapper-main .container:hover .featured-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn {
	background: #727272;
}
.pricing-wrapper-main .container:hover .featured-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:before {
	background: #ff4303;
}
.pricing-wrapper-main .container:hover .featured-plan:hover .pricing-wrapper {
	border: 1px solid #ff4303;
	box-shadow: 0 5px 54px rgba(248, 207,39, 0.2);
}
.pricing-wrapper-main .container:hover .featured-plan:hover .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn {
	background: #ff4303;
}
.pricing-wrapper-main .container:hover .featured-plan:hover .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:before {
	background: #727272;
}
/*
================================================
13. Inner Page Banner
================================================
*/
.inner-banner::before {
	background: #2d2e2e;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.6;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.inner-banner {
	background-image: url("../images/aboutus-banner.jpg");
	background-position: center center;
	background-size: cover;
	float: left;
	padding: 55px 0 50px;
	position: relative;
	width: 100%;
	z-index: 2;
}
.inner-banner-design {
	float: left;
	text-align: left;
	width: 100%;
}
.inner-banner-heading {
	padding: 0;
}
.inner-banner-design h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 3px;
	margin: 0;
	text-transform: uppercase;
}
.inner-breadcrumb {
	line-height: 14px;
	padding: 12.5px 0 6px;
}
.inner-breadcrumb ul {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	margin: 0 auto;
	padding: 12px 0;
	width: 20%;
}
.inner-breadcrumb ul li:first-child::before {
	display: none;
	font-size: 0;
}
.inner-breadcrumb ul li::before {
	color: #fff;
	content: "";
	font-family: fontawesome;
	font-size: 12px;
	font-weight: normal;
	left: 0;
	line-height: normal;
	margin-top: -7px;
	position: absolute;
	top: 50%;
}
.inner-breadcrumb ul li {
	display: inline-block;
	padding: 0 8px 0 14px;
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
}
.inner-breadcrumb ul li:last-child {
	color: #ff4303;
}
.inner-breadcrumb ul li a {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 14px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out 0s;
}
.inner-breadcrumb ul li a:hover {
	color: #ff4303;
}
/*
================================================
14. Inner Wrapper
================================================
*/
.inner-wrapper {
	float: left;
	width: 100%;
	margin-top:28px;
}
.inner-wrapper h2.none::after {
	background: none;
	margin: 0;
}
.inner-wrapper h2 {
	color: #2d2e2e;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative;
}
.inner-wrapper p {
	margin: 0;
	padding: 0 0 5px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.inner-wrapper h2 span {
	color: #ff4303;
	font-weight: 600;
}
.inner-wrapper .inner-wrapper-main {
	width: 100%;
	padding: 0;
}
.inner-wrapper .inner-wrapper-main h3 {
	font-weight: 600;
	color: #ec5b29;
}
/*
================================================
15. Services Page
================================================
*/	
.single-service-text {
	color: #7c7c7c;
	float: left;
	font-size: 15px;
	text-align: justify;
	width: 47%;
}
.single-service-text h4, .content-two h4, .single-service-item h5 {
	color: #000;
	font-size: 18px;
	margin-bottom: 16px;
	font-weight: 600;
}
.single-service-text {
	color: #666;
	font-size: 15px;
	text-align: justify;
}
.single-service-img {
	float: right;
	width: 50%;
}
.single-service-img > img {
	width: 100%;
}
.content-two {
	color: #7c7c7c;
	font-size: 15px;
	margin-top: -40px;
	text-align: justify;
}
.single-service-content-two {
	margin-top: 127px;
}
.single-service-item {
	color: #7c7c7c;
	font-size: 15px;
	text-align: justify;
}
.single-service-item > img {
	width: 100%;
}
.single-service-item h5 {
	margin-top: 25px;
}
.widget.sidebar-one > h3 {
	border-bottom: 1px solid #dbdbdb;
	color: #4148a7;
	font-size: 19px;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin: 11px;
}
.widget.sidebar-one li {
	border-bottom: 1px solid #dbdbdb;
	padding: 10px 0;
}
.widget.sidebar-one li.active a {
	color: #ff4303;
}
.widget.sidebar-one li a {
	color: #868686;
	font-size: 16px;
	text-transform: capitalize;
	text-decoration: none;
}
.widget.sidebar-one li a:hover {
	text-decoration: none;
}
/*
================================================
16. Coming Soon
================================================
*/
.comming-soon .logo-bar {
	text-align: center;
	padding: 20px 0;
}
.comming-soon .inner-wrapper {
	padding: 20px 0;
	background: #f5f5f5 none repeat scroll 0 0;
}
.comming-soon .cmg-bg {
	background: #fff;
	border: medium none;
	box-shadow: 0 15px 15px -15px #999;
	float: left;
	margin: 30px 0;
	padding: 40px 20px;
	text-align: center;
	width: 100%;
}
.comming-soon h3 {
	font-size: 30px;
	color: #2d2e2e;
	font-weight: 600;
}
.comming-soon p {
	font-size: 18px;
	margin: 0 0 10px 0;
}
.comming-soon ul li {
	display: inline-block;
	list-style: none;
	font-size: 20px;
	margin: 0 10px 0 0;
	padding: 0;
}
.comming-soon ul li span {
	display: inline-block;
	color: #2d2e2e;
	font-size: 50px;
}
.comming-soon .social-buttons {
	margin: 30px 0 30px 0;
}
.comming-soon .social-buttons li i {
	font-size: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	background: #ff4303;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.comming-soon .social-buttons li i::before {
	font-size: 14px;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.comming-soon .social-buttons li i:hover {
	background: #333;
	color: #fff;
}
.comming-soon .social-buttons li i:hover:before {
	-webkit-animation: toRightFromLeft 0.2s forwards;
	-moz-animation: toRightFromLeft 0.2s forwards;
	animation: toRightFromLeft 0.2s forwards;
}
.comming-soon .subscirbe {
	border-top: solid 1px #ccc;
}
.comming-soon .subscirbe p.sub {
	margin: 0;
}
.count-down .countdown-row {
	width: 100%;
}
.count-down .countdown-row.countdown-show4 .countdown-section {
	width: 25%;
}
.count-down .countdown-row.countdown-show3 .countdown-section {
	width: 33%;
}
.count-down .countdown-row.countdown-show2 .countdown-section {
	width: 50%;
}
.count-down .countdown-row.countdown-show1 .countdown-section {
	width: 100%;
}
.count-down .countdown-row .countdown-section {
	display: inline-block;
}
.count-down .countdown-row .countdown-amount {
	font-size: 60px;
	font-weight: bold;
	display: block;
	margin-bottom: -20px;
	color: #ff4303;
}
.count-down .countdown-row .countdown-period {
	font-size: 18px;
}
/* Newsletter Subscribe  */
.subscirbe .form {
  border-radius: 7px;
  padding: 6px 6px 6px 0;
}
.subscirbe .sub {
	color: #333;
	font-size: 15px;
	padding: 20px 0 0;
	text-align: center;
}
.subscirbe .sub span {
	color: #ff4303;
	font-weight: 600
}
.subscirbe .form input.form-control {
	background: none;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #666!important;
	font-family: Lato, sans-serif;
	font-size: 15px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin: 0 0 17px;
	padding: 0 0 0 3%;
	text-align: left;
	width: 70%;
	float: left
}
.subscirbe .form input.bttn {
	background: #ff4303;
	border: 1px solid #ccc;
	border-radius: 0 4px 4px 0;
	color: #fff;
	float: left;
	font-size: 16px;
	margin: 0 0 0 -2px;
	padding: 7px 10px 6px;
	text-align: center;
	width: 30%;
	cursor: pointer;
}
/*
================================================
17. About us Page
================================================
*/
.inner-wrapper-main figure {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.inner-wrapper-main figure img {
	float: left;
	width: 100%;
}
.abt-univ-img figure::before {
	background-color: transparent;
	border: 20px solid rgba(247, 247, 247, 0.6);
	bottom: 3%;
	content: "";
	left: 3%;
	opacity: 1;
	position: absolute;
	right: 3%;
	top: 3%;
}
/*
================================================
18. Services Page
================================================
*/
.services .callouts {
	margin: 50px 0 0 0;
}
.services .callouts i {
	color: #ff4303;
	font-size: 30px;
}
.services .callouts h2 {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
}
.services .callouts h2:after {
	background: none;
	margin: 0;
	width: auto;
}
.services .callouts p {
	padding: 0;
}
/*
================================================
19. 404 Page
================================================
*/
.oops {
	text-align: center;
}
.oops p {
	font-size: 16px;
	margin: 0 0 30px 0;
	padding: 0;
	letter-spacing: 2px;
}
.oops h2 {
	font-size: 80px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #ff4303;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.oops h2 span {
	color: #2d2e2e;
}
.oops h3 {
	font-size: px;
	margin: 0 0 30px 0;
	padding: 0;
	color: #ff4303;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.oops .btn-home {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #333;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: normal;
	padding: 8px 34px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
}
.oops .btn-home:hover, .oops .btn-home:focus {
	background: #ff4303;
	color: #fff;
	text-decoration: none;
}
/*
================================================
20. Gallery Page
================================================
*/
.gal-container {
	padding: 40px;
}
.gal-item {
	overflow: hidden;
	padding: 26px;
}
.gal-item .box {
	height: 207px;
	overflow: hidden;
}
.box img {
	height: 70%;
	width: 86%;
	object-fit: cover;
	-o-object-fit: cover;
}
.galary-image-1 a:focus {
	outline: none;
}

.galary-image-1 a:after {
	content: "Laptop Adapter";
	opacity: 0;
	background-color: #42ccc4ba;
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
	line-height: 350px;
	font-size: 24px;
	color: #dc5d0f;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.galary-image-1 a:hover:after {
	opacity: 1;
}
.galary-image-1
{
	height:250px;
	width:105%
}
.galary-image-2
{
	height:250px;
	width:105%
}
.galary-image-3
{
	height:250px;
	width:105%;
}
.galary-image-4
{
	height:250px;
	width:105%
}
.galary-image-5
{
	height:250px;
	width:105%
}
.galary-image-6
{
	height:250px;
	width:105%
}
.galary-image-2 a:focus {
	outline: none;
}
.galary-image-2 a:after {
	content: "Laptop Battery";
	opacity: 0;
	background-color: #42ccc4ba;
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
	line-height: 350px;
	font-size: 24px;
	color:#dc5d0f;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.galary-image-2 a:hover:after {
	opacity: 1;
}
.galary-image-3 a:focus {
	outline: none;
}
.galary-image-3 a:after {
	content: "Laptop Harddisk";
	opacity: 0;
	background-color: #42ccc4ba;
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
	line-height: 350px;
	font-size: 24px;
	color: #dc5d0f;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.galary-image-3 a:hover:after {
	opacity: 1;
}
.galary-image-4 a:focus {
	outline: none;
}
.galary-image-4 a:after {
	content: "Laptop Screen";
	opacity: 0;
	background-color: #42ccc4ba;
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
	line-height: 350px;
	font-size: 24px;
	color:#dc5d0f;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.galary-image-4 a:hover:after {
	opacity: 1;
}
.galary-image-5 a:focus {
	outline: none;
}
.galary-image-5 a:after {
	content: "Laptop Hinges";
	opacity: 0;
	background-color: #42ccc4ba;
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
	line-height: 350px;
	font-size: 24px;
	color: #dc5d0f;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.galary-image-5 a:hover:after {
	opacity: 1;
}
.galary-image-6 a:focus {
	outline: none;
}
.galary-image-6 a:after {
	content: "Laptop Keyboard";
	opacity: 0;
	background-color: #42ccc4ba;
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
	line-height: 350px;
	font-size: 24px;
	color: #dc5d0f;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.galary-image-6 a:hover:after {
	opacity: 1;
}
.modal-open .gal-container .modal {
	background-color: rgba(0, 0, 0, 0.4);
}
.modal-open .gal-item .modal-body {
	padding: 0px;
}
.modal-open .gal-item button.close {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #000;
	opacity: 1;
	color: #fff;
	z-index: 999;
	right: -12px;
	top: -12px;
	border-radius: 50%;
	font-size: 15px;
	border: 2px solid #fff;
	line-height: 25px;
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}
.modal-open .gal-item button.close:focus {
	outline: none;
}
.modal-open .gal-item button.close span {
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow: none;
}
.gal-container .modal-dialogue {
	width: 80%;
}
.gal-container .description {
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4 {
	margin: 0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	top: 100px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.gal-container .modal.fade.in .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
	opacity: 1;
}
/* Full Width Gallery  */
.gal-container.full-width {
	padding: 0;
}
.full-width .gal-item {
	padding: 0;
}
.gal-container.full-width .gal-item a:after {
	content: "\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	text-align: center;
	line-height: 350px;
	font-size: 30px;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.gal-container.full-width .gal-item a:hover:after {
	opacity: 1;
}
/*
================================================
21. Blog Page
================================================
*/
.thumbnail {
	padding: 15px;
	margin-bottom: 30px;
}
.caption ul li a {
  background: #f5f5f5 none repeat scroll 0 0;
  border-bottom: 2px solid #ff4303;
  border-radius: 5px 5px 0 0;
  color: #333;
  padding: 10px;
  margin-top:10px;
}
.caption ul li a:hover {
  background: #ff4303;
  border-bottom: 2px solid #666;	
  color:#fff;
}
.blog .thumbnail img {
	width: 100%;
}
.hover-img {
	background: #2d2e2e;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.hover-img:hover > img {
	opacity: 0.6;
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.hover-img > img {
	min-height: 100%;
	transition-duration: 0.5s;
}
.date {
	background: rgba(0, 0, 0, 0.8);
	margin-top: -40px;
	padding: 10px 15px;
	position: relative;
}
.date span {
	color: #ccc;
	font-size: 12px;
	margin-right: 10px;
}
.date span a {
	color: #ff4303;
	font-size: inherit;
	margin-left: 2px;
	text-transform: inherit;
}
div.caption h3 {
	margin-top: 10px;
}
div.caption h3 a:focus {
	text-decoration: none;
}
/* ---Single Post--- */
.inner-wrapper .single-post .date {
	margin:0;
	padding:0;
	background:none;
}
.inner-wrapper .single-post .date .blog-meta {
	background-color: #fff;
	display: inline-block;
	padding: 0;
	position: relative;
	top: -16px;
}
.inner-wrapper .single-post .date .blog-meta span {
	color:#333;
}
.inner-wrapper .single-post .date .blog-meta span:last-child {
	margin:0;
}
.inner-wrapper .single-post .date .blog-meta span a {
	color: #ff4303;
}
.inner-wrapper .single-post h2 {
	margin:0 0 20px 0;
	
	font-size:24px;
}
.inner-wrapper .single-post h2::after {
 	background-color: inherit;
 	content: "";
 	display: block;
 	height: auto;
	 margin: 0;
 	width: auto;
}
.inner-wrapper .single-post .list-inline li a {
  background: #d9d9d9 none repeat scroll 0 0;
  color: #686868;
  padding: 5px 10px;
}
.inner-wrapper .single-post .list-inline li{
font-weight:600;	
}
.inner-wrapper .single-post .list-inline li a:hover {
	background: #e4e4e4;
	color: #333;
}
.inner-wrapper .single-post .thumbnail {
	border:none;
	padding:0;
	margin:10px 0 5px 0;
}
.inner-wrapper .single-post img {
	width:100%;
}
.inner-wrapper .single-post .thumbnail .caption {
	padding:10px 0 10px 0;
}
.inner-wrapper .single-post .sidebar h2 {
	margin-bottom:26px;
	font-size:18px;
}
.inner-wrapper .single-post .sidebar h2::after {
 	background-color: #ff4303;
 	content: "";
 	display: block;
 	height: 1px;
 	margin: 10px 0 0;
 	width: 40px;
}
.inner-wrapper .single-post .meta {
	font-size:12px;
}
.align-right {
	text-align:right;
}
.single-post form {
	margin: 0 0 20px;
}
.inner-wrapper .single-post h3 {
	font-size:14px;
	color: #ff4303;
	margin:0 0 5px 0;
}
.inner-wrapper .sidebar #custom-search-input {
	padding: 3px;
	border: solid 1px #E4E4E4;
	border-radius: 6px;
	background-color: #fff;
	margin:0 15px 24px 15px;
}
.inner-wrapper .sidebar #custom-search-input input {
	border: 0;
	box-shadow: none;
}
.inner-wrapper .sidebar #custom-search-input button {
	margin: 2px 0 0 0;
	background: none;
	box-shadow: none;
	border: 0;
	color: #666666;
	padding: 0 8px 0 10px;
	border-left: solid 1px #ccc;
}
.inner-wrapper .sidebar #custom-search-input button:hover {
	border: 0;
	box-shadow: none;
	border-left: solid 1px #ccc;
}
.inner-wrapper .sidebar #custom-search-input .glyphicon-search {
	font-size: 23px;
}
.inner-wrapper .single-post .latest-blogs {
	margin:0 0 10px 0;
}
.inner-wrapper .single-post .latest-blog {
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.inner-wrapper .single-post .latest-blog:last-child {
	border:none;
}
.inner-wrapper .single-post .meta-info {
	padding:0;
	margin:5px 0 0 0;
}
.inner-wrapper .single-post .meta-info h3 a {
	color:#ff4303;
}
.inner-wrapper .sidebar .meta-info h3 a:hover {
	color:#333;
}
.inner-wrapper .single-post .comments {
	margin:0 0 30px 0;
}
.inner-wrapper .single-post .comments p {
	margin:10px 0 0 0;
}
.inner-wrapper .sidebar .unordered-list ul {
	margin:0 0 30px 0;
}
.inner-wrapper .sidebar .unordered-list ul li a:hover {
	color:#333;
}
.inner-wrapper .single-post .unordered-list ul li::before {
 	content: "\f105";
}
.inner-wrapper .single-post .unordered-list.no-space {
	margin: 0 0 10px;
}
.inner-wrapper .single-post .ordered-list {
	margin: 0 0 10px;
}
.inner-wrapper .sidebar .unordered-list ul li a {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	transition-duration: 0.3s;
	transition-property: transform;
	display:inline-block;
}
.inner-wrapper .sidebar .unordered-list ul li a:hover, .inner-wrapper .sidebar .unordered-list ul li a:focus {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}
.inner-wrapper .sidebar .tags li {
	display:inline-block;
	list-style:none;
	background:#5fd6c6;
	padding:5px 12px;
	margin:0 5px 5px 0;
}
.inner-wrapper .sidebar .tags li:hover {
	background:#ff4303;
}
.inner-wrapper .sidebar .tags li:hover a {
	color:#fff;
}
.inner-wrapper .sidebar .download-services {
	margin:5px 0 30px;
	padding: 60px 0;
	width: 100%;
	float: left;
	clear: both;
	background-image: url(../images/testimonials-bg.html);
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 9;
	position: relative;
	text-align: center;
}

.inner-wrapper .sidebar .download-services h3 {
	color:#fff;
	font-size:24px;
	margin:0 0 20px 0;
}
.inner-wrapper .sidebar .download-services a {
	background:#f5f5f5;
	color:#333;
	padding:5px 15px;
}
.inner-wrapper .single-post .unordered-list ul li{
list-style:none;	
}
.inner-wrapper .single-post .unordered-list ul li::before {
 color: #000;
 content: "\f061";
 font-family: "FontAwesome";
 font-size: 14px;
 padding: 0 10px 0 0;
}
.inner-wrapper .single-post .unordered-list ul li + li {
	margin: 10px 0 0 0;
}
.inner-wrapper .single-post form {
  background: #f5f5f5;
  padding: 30px;
}
.inner-wrapper .single-post form textarea{
	margin:25px 0 15px 0;
}
.inner-wrapper .single-post blockquote {
  border-left: 3px solid #ccc;
  color: #2d2d2d;
  margin: 10px 0;
  padding-bottom: 0;
  padding-top: 0;
}
.inner-wrapper .single-post p{
padding:0 0 10px;	
}
.inner-wrapper .single-post .thumbnail{
background:none;	
}
.inner-wrapper .single-post .list-inline{
background:#f5f5f5;
margin:0 0 20px 0;
padding:20px;	
box-shadow:0 2px 4px 0px #e7e7e7;
}
.inner-wrapper .single-post .comments a {
  border-radius: 50%;
}
/*
================================================
22. Contact us page
================================================
*/
.contact {
	padding:15px 0 0;
	}
.address h3 {
	margin: 0 0 10px 0;
}
.address {
	padding: 25px 0 15px;
	margin-bottom: 20px;
}
.address li i {
	width: 25px;
}
.address li {
	border-bottom: 1px dashed #ccc;
	padding: 15px 0;
	list-style: none;
}
.address li a {
	color: #2d2e2e;
}
.address form {
	margin-top: 20px;
	padding: 20px;
	background: #fdfdfd;
	border: 1px solid #e5e5e5;
}
.form-item {
	background: #fff none repeat scroll 0 0;
	border-radius: 0;
	box-shadow: none;
	height: 45px;
	padding-left: 15px;
}
.btn-1 {
	background: #ff4303;
	border: medium none;
	border-radius: 0;
	color: #fff;
	padding: 12px 25px;
	text-transform: uppercase;
	transition:all 0.3s ease 0s;
}
.btn-1:hover, .btn-1:active, .btn-1:focus {
	background: #2d2e2e none repeat scroll 0 0;
	color: #fff;
}
div#google-map {
	width: 100%;
	margin: 25px 0 0;
}
div#google-map iframe {
	height: 250px;
	width: 100%;
	border: 1px solid #e5e5e5;
	float:left;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
div#google-map iframe {
	height: 308px;
}
}
/*
================================================
23 .Footer
================================================
*/

#footer-area {
	background: #304146;
	float: left;
	width: 100%;
	margin-top:10px;
}
#footer-tag {
	background: #304146;
	float: left;
	width: 100%;
	margin-top:-8px;
}
.widget {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 26px;
}
.footer-logo {
	margin-bottom: 25px;
}
.widget-title {
	border-bottom: 1px solid #666;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
	padding: 0 0 10px;
}
.tab-title {
	border-bottom: 1px solid #666;
	color: #fff;
	margin-bottom: 0px;
	padding: 0 0 10px;
}
.site_map_links {
	margin-right: 7px;

}
.widget.widget_links > ul {
	float: left;
	list-style: none;
}
.widget {
	color: #fff;
}
.contact-btn {
	background: #ff4303;
	color: #fff;
	font-size: 10px;
	margin: 0;
	padding: 8px 20px;
	font-weight: 700;
}
.contact-btn:hover {
	color: #222;
}
.widget ul li a {
	color: #ffffff;
}
.widget ul li a:hover {
	color: #ff4303;
}
.page-links {
	padding-left: 38px;
	position: relative;
}
.page-links:after {
	background: #333;
	content: "";
	height: 80%;
	left: 0;
	position: absolute;
	top: 10%;
	width: 1px;
}
.widget_links ul li a {
	font-weight: 600;
}
.input-email > input {
	background: transparent none repeat scroll 0 0;
	border: medium none transparent;
	color: #c5c5c5;
	font-weight: 300;
}
.footer-newsletter {
  float: left;
  margin: 8px 0 0;
  width: 100%;
}
.input-email {
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	margin-bottom: 15px;
	padding: 8px 15px;
	position: relative;
}
.input-email i {
	font-size: 22px;
	line-height: 46px;
	position: absolute;
	right: 14px;
	top: 0;
}
.footer-newsletter > input[type="submit"] {
	background: #ff4303 none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
	padding: 10px 30px 10px;
	text-transform: uppercase;
}
.social-links ul li {
	display: inline-block;
	margin-left: 15px;
}
.social-links ul li a {
	color: #a4a4a4;
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
	;
}
.social-links ul li a:hover {
	color: #ff4303;
}
.bb-top {
	border-top: 1px solid #333;
}
.footer-bottom {
	color: #8c8c8c;
	font-size: 10px;
	overflow-x: hidden;
}
.foo-padding {
	padding: 28px 0 20px;
}
.footer-padding {
	padding:56px 0 61px;
}
.copyright {
	word-spacing: 1px;
}
.copyright span {
	font-size: 13px;
}
/*
================================================
24. Media Quires 
================================================
 */
@media (min-width: 768px) {
.gal-container .modal-dialog {
	width: 55%;
	margin: 50 auto;
}
}
 @media (max-width: 768px) {
.gal-container .modal-content {
	height: 250px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.navbar-header {
	padding: 0 0 15px;
}
.collapse {
	display: block;
}
.navbar-collapse {
	padding: 0;
	float: none;
}
.hero h1 {
	font-size: 56px;
}
.hero h3 {
	font-size: 18px;
}
.navbar-header {
	width: 100%;
}
.cta-text {
	padding: 30px 0 10px;
}
.cta-btn {
	padding: 10px 0 30px;
}
.cta-btn, .cta-text {
	float: none;
	text-align: center;
}
.satisfied-wrapper .counter p {
	margin: 10px 0 40px;
}
.grid-wrapper [class*="col-"] p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.featured-plan {
	margin:0 0 20px;
	}
.widget widget_links.fix {
	margin:0 0 30px;
	}		
.pricing-wrapper-main .single-plan .pricing-wrapper .pricing-currency p {
 font-size:70px;
}	
.widget {
margin:0 0 40px;
}
.footer-top .widget .widget {
margin:0;
}
.inner-wrapper .single-post form input{
margin:0 0 20px 0;	
}
.inner-wrapper .single-post form textarea{
margin-top:0;	
}
.inner-breadcrumb ul{
width:30%;	
}
.single-service-img {
  clear: both;
  float: left;
  margin: 15px 0;
  width: 100%;
}
.single-service-text {
  width: 100%;	
}
.inner-wrapper .single-post .meta-info {
	padding:0 15px;
}
}
 @media (max-width: 767px) {
.logo-bar img {
	height: auto;
	width: 165px;
	margin: 0;
}
.tags
{
	
	left: 40%;
}


.navbar-brand > img {
	padding-left: 15px;
}
.navbar-collapse {
	float: none;
}
.top-wrapper {
	padding: 0;
}
.navbar-header {
	display: block;
	padding: 8px 0;
}
.collapse {
	background: #333 none repeat scroll 0 0;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
.hover-inn {
	display: none;
}
.navbar-brand {
	padding: 0;
}
ul.nav.navbar-nav li ul {
	margin-left: 5%;
	opacity: 1;
	position: static;
	visibility: visible;
}
ul.nav.navbar-nav li ul {
	width: 260px;
}
.fade-carousel .carousel-control {
	display: none;
}
.callouts-wrapper h2::after {
	left: 40%;
}
.cta-text {
	padding: 30px 0 10px;
}
.cta-btn {
	padding: 10px 0 30px;
}
.cta-btn, .cta-text {
	float: none;
	text-align: center;
}
.single-service-text, .content-two {
	width: 100%;
	text-align: left;
}
.single-service-img {
	margin: 40px 0;
	width: 100%;
}
.widget {
	margin: 60px 0 0;
}
.comming-soon ul li {
	margin: 0 5px 0 0;
}
.count-down .countdown-row .countdown-amount {
	font-size: 32px;
	margin-bottom: -10px;
}
.count-down .countdown-row .countdown-period {
	font-size: 12px;
}
.satisfied-wrapper {
	padding: 60px 0 20px;
}
.satisfied-wrapper .counter p {
	margin:10px 0 40px;
}
.hero {
	display: none;
}
.team-wrapper-inner {
	margin: 0;
}
.fade-carousel {
	height: 250px;
}
.fade-carousel .carousel-inner .item {
	height: 250px;
}
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
	height: 250px;
}
.callouts {
	text-align: center;
}
.callouts i {
	margin: 0 0 10px;
}
.website-wrapper h2 {
	font-size: 25px;
}
.website-wrapper .website-link input {
	font-size: 13px;
	padding-left: 10px;
	width: 100%;
}
.website-wrapper .website-link .submit-btn {
	font-size: 12px;
	width: 85px;
}
.inner-banner-heading {
	width: 100%;
}
.pricing-wrapper-main .single-plan .pricing-wrapper {
	padding: 30px;
	margin-top: 25px;
}
.pricing-wrapper-main .single-plan .pricing-wrapper .pricing-currency p {
	font-size: 60px;
}
.footer-padding {
	padding: 60px 0;
}
.copyright {
	text-align: center;
}
.social-links {
	padding-top: 10px;
	text-align: center;
}
.social-links ul li {
	margin: 0 5px;
}
.abt-univ-des {
	margin-bottom: 30px;
}
div#google-map iframe {
	height: auto;
}
.grid-wrapper [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.grid-wrappe [class*="col-"] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.classic-vertical-tab-panel .tab-content {
	padding-top: 40px;
}
.btn-shapes .btn-primary {
	min-width: 180px;
}
.btn-shapes .btn-primary:last-child {
	margin-right: 15px;
}
.services .callouts h2 {
	text-align: center;
	margin: 0 0 5px 0;
}
.affix .top-wrapper {
	margin-top: -42px;
}
.top-wrapper .pull-right {
	float: none !important;
	text-align: center;
}
.footer-top .widget.widget_text {
 margin:0;
}
.footer-top .widget .widget {
margin:0;
}
.pricing-wrapper-main p.space {
  margin: 0;
}
.team-wrapper-inner .capiton {
  padding: 15px 0 25px;
}
.inner-wrapper .single-post .meta-info {
 padding: 5px 15px;
}
.inner-wrapper .single-post form input{
margin:0 0 20px 0;	
}
.inner-wrapper .single-post form textarea{
margin-top:0;	
}
.inner-wrapper .single-post .comments a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  text-align: left;
}
.inner-wrapper .single-post .comments a img {
  background: #000 none repeat scroll 0 0;
  border-radius: 50%;
  height: auto;
  width: auto;
}
}
.border-one {
    border-top: 0 solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 0 solid #ccc;
}

.border-two {
    border-top: 0 solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 0 solid #ccc;
}

.border-three {
    border-top: 0 solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 0 solid #ccc;
    border-left: 0 solid #ccc;
}
body{
    font-family: 'Poppins', sans-serif;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.7;
    color: #060606;
    font-weight: 400;
}
.single-services:hover {
    background: #11ABB0;
    color: #fff;
    -webkit-transition: .9s;
    -moz-transition: .9s ;
    -ms-transition: .9s ;
    -o-transition: .9s ;
    transition: .9s ;
}
.single-services:hover .services-content h3 {
    color: #fff;
}
.single-services{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    padding: 35px 30px;
}
.callouts-wrapper {
	padding: 11px 0 8px;
	width: 100%;
	float: left;
}

.section-padding{
    padding: 26px 0;
}
.service-tag
{
	margin-left:70px;
}
.gbs-tab
{
	margin-top:20px;
}
.footer-pad
{
	padding: 11px 0 8px;
}
