body,
html {}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	overflow-x: hidden !important;
	background-color: #ffffff;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: #f67c2f;
}

a:focus {
	outline: none;
	text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
}

h1 {
	color: #fff;
	font-size: 30px;
	margin: 0;
}

h2 {
	color: #fff;
	font-size: 30px;
	line-height: 23px;
	margin: 0;
	padding-top: 10px;
}

img {
	border: none;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99999;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(assets/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

.pro img {
	padding: 1px;
	border: 8px solid #f58635;
	border-radius: 15px 0px 15px 0px;
}

.pro p {
	font-size: 13px;
	color: #2b2a29;
	font-weight: 600;
	text-align: center;
	padding-top: 10px;
}

.scrollToTop {
	bottom: 60px;
	border-radius: 4px;
	display: none;
	font-size: 32px;
	line-height: 45px;
	font-weight: bold;
	height: 50px;
	position: fixed;
	right: 50px;
	text-align: center;
	text-decoration: none;
	width: 50px;
	z-index: 999;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.scrollToTop:hover,
.scrollToTop:focus {
	background-color: #fff;
	text-decoration: none;
	outline: none;
}

#header {
	float: left;
	display: inline;
	width: 100%;
}

.header-top {
	background-color: #333;
	display: none;
	float: left;
	width: 100%;
	padding: 10px 0;
}

.top-bar {
	padding: 10px 0 0 0;
	background: #002030;
	font-size: 14px;
}

#search {
	margin: 0 auto;
	width: 70%;
}

#search input {
	background-color: inherit;
	border: medium none;
	color: #fff;
	float: left;
	height: 100%;
	text-align: center;
	width: 95%;
}

#search button[type="submit"] {
	background: inherit;
	border: medium none;
	color: #fff;
	height: 20px;
	width: 30px;
}

#search-icon {
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	right: 8%;
	text-align: center;
	top: 20px;
	width: 35px;
}

.header-bottom {
	background-color: rgba(0, 0, 0, 0.02);
	border-bottom: 1px solid #f58635;
	color: #949494;
	font-size: 12px;
	height: auto;
	display: inline;
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 0 15px;
	transition: all 0.3s ease 0s;
}

.header-contact {
	display: inline;
	float: left;
	width: 100%;
}

.header-contact ul {}

.header-contact ul li {
	border-left: 1px solid #f58635;
	display: inline-block;
	float: left;
	margin-right: 10px;
	padding: 10px 12px;
}

.header-contact ul li:last-child {
	border-right: 1px solid #f58635;
}

.phone {
	font-size: 14px;
}

.phone i {
	margin-right: 5px;
}

.mail {
	font-size: 14px;
}

.mail i {
	margin-right: 5px;
}

.header-login {
	display: inline;
	float: left;
	text-align: right;
	width: 100%;
}

.home-text {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #666;
}

.contact-text {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #000;
}

.login {
	border-left: 1px solid #f58635;
	border-right: 1px solid #f58635;
	color: #949494;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.login:hover,
.login:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
	background-color: #f58635;
}

#login-form {
	background-color: rgba(0, 0, 0, 0.7);
}

#login-form .modal-dialog {
	margin: 130px auto;
	width: 400px;
}

#login-content {
	border-radius: 0;
}

#login-content .modal-title {
	font-size: 20px;
}

#login-content .modal-title i {
	margin-right: 5px;
}

#login-content .form-group input {
	height: 35px;
	border-radius: 0;
}

#login-content .form-control:focus {
	box-shadow: none;
}

.loginbox label {
	float: left;
	width: 100%;
}

.loginbox label input {
	float: left;
	margin-right: 5px;
}

.loginbox label span {
	font-weight: normal;
}

.loginbox .signin-btn {
	border-radius: 0;
	margin-top: 10px;
	color: #fff;
}

.footer-box {
	text-align: left;
	font-size: 15px;
}

.footer-box a:hover,
.footer-box a:focus {
	text-decoration: none;
	outline: none;
}

#signup-content {
	display: none;
}

#signup-content {
	border-radius: 0;
}

#signup-content .modal-title {
	font-size: 20px;
}

#signup-content .modal-title i {
	margin-right: 5px;
}

#signup-content .form-group input {
	height: 35px;
	border-radius: 0;
}

#signup-content .form-control:focus {
	box-shadow: none;
}

.signupbox span {
	display: inline-block;
	font-size: 15px;
	margin-bottom: 10px;
}

.signupbox span a:hover {
	text-decoration: none;
	outline: none;
}

#menu-area {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
	position: relative;
}

#menu-area #navbar {
	padding-right: 2px;
}

#menu-area .navbar-default {
	background-color: #fff;
	border-color: #fff;
	margin-bottom: 0;
}

.navbar-brand {
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-weight: bold;
	margin-top: 0px;
	text-transform: uppercase;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
	outline: none;
}

.navbar-brand>img {
	display: block;
	margin-top: -5px;
}

.main-nav li {
	padding: 35px 0;
	position: relative;
	margin: 0 5px;
}

.navbar-default .navbar-nav>li>a {
	color: #333;
	display: inline-block !important;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	width: 100%;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	border-top: 0px solid #f58635;
	background: none;
	color: #f58635;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
	color: #f58635;
}

.navbar-nav>li>a::before {
	background-color: transparent;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 0;
}

.main-nav>li>a:hover::before,
.navbar-default .navbar-nav>.active>a::before,
.navbar-default .navbar-nav>.open>a:hover::before {
	width: 100%;
}

.main-nav .dropdown:hover .dropdown-toggle::before {
	width: 100%;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
}

.navbar-nav>li>.dropdown-menu li {
	padding: 0;
}

.navbar-nav>li>.dropdown-menu>li>a {
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	padding: 8px 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>a:focus {
	background-color: transparent;
}

#slider {
	display: inline;
	float: left;
	width: 100%;
}

.main-slider {
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 100%;
}

.single-slide {
	float: left;
	display: inline;
	width: 100%;
}

.single-slide img {
	width: 100%;
}

.slide-content {
	background-color: rgba(0, 0, 0, 0.0);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.main-slider .slick-prev {
	left: 23px;
}

.main-slider .slick-next {
	right: 20px;
}

.main-slider .slick-prev,
.main-slider .slick-next {
	background-color: rgba(0, 0, 0, 0.5);
	top: 48%;
	height: 50px;
	width: 50px;
	z-index: 999;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.main-slider .slick-prev::before {
	content: "\f104";
	font-family: fontAwesome;
	font-size: 30px;
}

.main-slider .slick-next::before {
	content: "\f105";
	font-family: fontAwesome;
	font-size: 30px;
}

.main-slider .slick-dots {
	bottom: 10px;
}

.main-slider .slick-dots li {
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
}

.main-slider .slick-dots li button::before {
	font-size: 25px;
	line-height: 21px;
}

.slide-article {
	display: inline;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 100px;
	width: 100%;
}

.slide-article h1 {
	color: #FFF;
	font-size: 45px;
	font-weight: bold;
	line-height: 55px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.slide-article p {
	color: #fff;
	margin-bottom: 50px;
}

.read-more-btn {
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	padding: 12px 22px;
	font-weight: 700px;
	font-size: 16px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.read-more-btn:hover,
.read-more-btn:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
}

.slider-img {
	display: inline;
	float: left;
	padding: 0 30px;
	width: 100%;
}

#feature {
	background-color: #fff;
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}

.title-area {
	display: inline;
	float: left;
	padding: 0 150px;
	text-align: center;
	width: 100%;
}

.title-area .title {
	font-size: 35px;
	font-weight: 700;
	line-height: 35px;
	text-transform: uppercase;
}

.title-area .line {
	background-color: #777;
	display: inline-block;
	height: 2px;
	width: 60px;
}

.title-area p {
	color: #777777;
	line-height: 25px;
	margin-top: 20px;
}

.feature-content {
	display: inline;
	float: left;
	width: 100%;
	margin-top: 50px;
}

.single-feature {
	display: inline;
	float: left;
	margin-bottom: 40px;
	width: 100%;
}

.single-feature:hover .feature-icon {
	color: #444;
}

.single-feature .feature-icon {
	font-size: 35px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.feat-title {
	font-weight: normal;
	font-size: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.single-feature:hover .feat-title {
	color: #444;
}

.single-feature p {
	color: #555;
	font-size: 15px;
}

#about {
	background-color: #ffffff;
	display: inline;
	float: left;
	padding: 0px 0;
	width: 100%;
}

.about-content {
	display: inline;
	float: left;
	margin-top: 20px;
	width: 100%;
}

.our-skill {
	display: inline;
	float: left;
	width: 100%;
}

.our-skill h3 {
	position: relative;
	color: #352418;
}

.our-skill h1 {
	position: relative;
	color: #f58635;
}

.our-skill h1::after {
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 40px;
	width: 65px;
}

.our-skill h3::after {
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 40px;
	width: 65px;
}

.our-skill-content {
	display: inline;
	float: left;
	width: 100%;
	margin-top: 50px;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color: #333;
}

.our-skill-content p {
	margin-bottom: 32px;
}

.our-skill-content .progress {
	background-color: #f5f5f5;
	height: 30px;
	border-radius: 0;
	margin-bottom: 24px;
}

.our-skill-content .progressbar-back-text,
.our-skill-content .progressbar-front-text {
	font-size: 14px;
	height: 100%;
	line-height: 30px;
}

.progress-title {
	font-size: 15px;
	font-weight: bold;
	left: 20px;
	line-height: 29px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}

.why-choose-us {
	display: inline;
	float: left;
	width: 100%;
}

.why-choose-us h3 {
	position: relative;
}

.why-choose-us h3::after {
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 40px;
	width: 65px;
}

.why-choose-group {
	margin-top: 50px;
}

.panel-group .panel {
	border-radius: 0px;
}

.panel-default>.panel-heading {
	background-color: #fff;
	border-color: #ddd;
	border-radius: 0;
	color: #333;
	padding: 0;
}

.panel-title>a {
	color: #222;
	display: block;
	padding: 10px 15px;
}

.panel-title>a:hover,
.panel-title>a:focus {
	text-decoration: none;
	outline: none;
}

.panel-title>a span {
	float: right;
	font-size: 20px;
}

.why-choose-group .panel-body p {
	color: #555;
	font-size: 15px;
	line-height: 22px;
}

.why-choose-img {
	display: inline-block;
	float: left;
	margin-right: 14px;
	margin-bottom: 3px;
	width: 20%;
}

.six-sec-ease-in-out {
	-webkit-transition: width 6s ease-in-out;
	-moz-transition: width 6s ease-in-out;
	-ms-transition: width 6s ease-in-out;
	-o-transition: width 6s ease-in-out;
	transition: width 6s ease-in-out;
}

#counter {
	background-attachment: fixed !important;
	background-image: url("assets/images/counter-bg.jpg");
	background-repeat: repeat;
	background-size: cover;
	color: #ffffff;
	display: inline;
	float: left;
	width: 100%;
}

.counter-overlay {
	background: rgba(15, 22, 30, 0.5) none repeat scroll 0 0;
	color: #ffffff;
	display: inline;
	float: left;
	padding: 90px 0;
	width: 100%;
}

.counter-area {
	display: inline;
	float: left;
	width: 100%;
}

.single-counter {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.single-counter .counter-icon {
	display: inline;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 30px;
}

.single-counter .counter-no {
	color: #fff;
	display: inline;
	float: left;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	line-height: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.single-counter .counter-label {
	color: #fff;
	display: inline;
	float: left;
	font-size: 20px;
	width: 100%;
}

.single-counter .counter-label::after {
	content: "";
	height: 2px;
	margin: 8px auto;
	width: 35px;
	display: block;
}

#service {
	background-color: #fff;
	display: inline;
	float: left;
	padding: 10px 0;
	width: 100%;
}

.service-content {
	display: inline;
	float: left;
	margin-top: 20px;
	width: 100%;
}

.single-service {
	display: inline;
	float: left;
	margin-bottom: 30px;
	padding-left: 80px;
	position: relative;
	width: 100%;
}

.service-icon {
	font-size: 50px;
	height: 60px;
	left: 0;
	line-height: 50px;
	position: absolute;
	top: 10px;
	width: 60px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.single-service:hover .service-icon {
	color: #f58635;
}

.service-title {
	color: #f58635;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}

.single-service p {
	font-size: 14px;
	line-height: 25px;
}

#pricing-table {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}

.pricing-table-content {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.single-table-price {
	background-color: #fff;
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
	border: 1px solid #ccc;
}

.price-header {
	background-color: #383838;
	color: #ccc;
	display: inline;
	float: left;
	width: 100%;
}

.price-title {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	margin-top: -5px;
	min-width: 150px;
	padding: 5px 15px;
	text-transform: uppercase;
}

.price {
	color: #fff;
	display: inline;
	float: left;
	font-size: 40px;
	font-weight: normal;
	padding: 15px;
	width: 100%;
}

.price .price-up {
	font-size: 60%;
}

.price .price-down {
	font-size: 14px;
	text-transform: uppercase;
}

.price-article {
	display: inline;
	float: left;
	padding: 0 20px;
	width: 100%;
}

.price-article ul li {
	border-bottom: 1px solid #ccc;
	color: #555;
	padding: 15px 0;
}

.price-article ul li:last-child {
	border: none;
}

.price-footer {
	display: inline;
	float: left;
	width: 100%;
}

.purchase-btn {
	background-color: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	margin-bottom: -10px;
	margin-top: 20px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.purchase-btn:hover,
.purchase-btn:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}

.featured-price .price-title {
	background-color: #383838;
}

.featured-price .purchase-btn {
	color: #fff;
}

#our-team {
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}

.our-team-content {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.single-team-member {
	border: 2px solid #f5f5f5;
	display: inline;
	float: left;
	margin-top: 65px;
	padding: 10px;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.single-team-member:hover {
	-webkit-box-shadow: 0 8px 6px -6px #000;
	-moz-box-shadow: 0 8px 6px -6px #000;
	box-shadow: 0 8px 6px -6px #000;
}

.team-member-img {
	background-color: #ffffff;
	margin-top: -65px;
	position: relative;
}

.team-member-img img {
	width: 100%;
}

.team-member-name {
	display: inline;
	float: left;
	padding: 25px 0 15px;
	width: 100%;
}

.team-member-name p {
	color: #222;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.team-member-name span {
	color: #222;
	font-size: 14px;
}

.single-team-member>p {
	color: #222;
	font-size: 14px;
	line-height: 20px;
	padding: 0 10px;
}

.single-team-member:hover .team-member-link {
	color: #fff;
}

.single-team-member:hover .team-member-link>a {
	color: #fff;
}

.team-member-link {
	background: #fff none repeat scroll 0 0;
	color: #555;
	bottom: -20px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 60%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.team-member-link a {
	display: inline-block;
	padding: 8px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.team-member-link a:hover,
.team-member-link a:focus {
	display: inline-block;
	outline: none;
}

#testimonial {
	background-attachment: fixed !important;
	background-image: url("images/testimonial-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	display: inline;
	float: left;
	width: 100%;
	padding: 70px 0;
}

#testimonial .title-area {
	padding: 0 50px;
}

#testimonial .title-area .title {
	font-size: 30px;
	line-height: 30px;
}

.testimonial-slider {
	display: inline;
	float: left;
	margin-top: 0px;
	text-align: center;
	width: 100%;
}

.single-slider {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
	outline: none;
}

.testimonial-img {
	border-radius: 50%;
	height: 100px;
	margin: 0 auto 30px;
	text-align: center;
	width: 100px;
}

.testimonial-img img {
	width: 100%;
	border-radius: 50%;
}

.testimonial-content {}

.testimonial-content p {
	font-size: 15px;
}

.testimonial-content h6 {
	font-size: 15px;
	margin-top: 10px;
	display: inline-block;
}

.testimonial-content h6 span {
	margin-left: 3px;
}

.testimonial-slider .slick-dots li {
	border-radius: 50%;
	color: #fff;
}

.testimonial-slider .slick-dots li button::before {
	display: none;
}

#clients-brand {
	background-color: #fff;
	display: inline;
	float: left;
	padding-bottom: 15px;
	width: 100%;
}

#clients-brand h3 {
	color: #352418;
	padding-left: 15px;
}

.clients-brand-area {
	display: inline;
	float: left;
	width: 100%;
	margin-top: 30px;
}

.clients-brand-slide {
	margin-bottom: 0;
	width: 100%;
}

.clients-brand-slide .slick-slide {
	outline: none;
}

.single-brand {
	background-color: #ffffff;
	border: 1px solid #ccc;
	display: inline;
	float: left;
	height: 120px;
	padding-top: 10px;
	text-align: center;
	width: 100%;
}

.single-brand img {
	display: inline-block;
}

#latest-news {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}

.latest-news-content {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.blog-news-single {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.blog-news-single h2 {
	color: #333;
	font-size: 18px;
}

.blog-news-img {
	float: left;
	height: auto;
	width: 100%;
}

.blog-news-img img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.blog-news-title {
	display: inline;
	float: left;
	padding: 20px 0px 15px;
	width: 100%;
}

.blog-news-title h2,
.blog-news-title h2>a {
	color: #838282;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.blog-news-title-new h1 {
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	padding-bottom: 20px;
}

.blog-news-title-new h2 {
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}

.blog-news-title-new h3 {
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}

.table-text {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #000000;
}

.table-text-one {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.price {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #06F;
	font-weight: bold;
}

.CSS_Table_Example {
	margin: 0px;
	padding: 0px;
	width: 100%;
	box-shadow: 5px 5px 5px #888888;
	border: 1px solid #000000;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-left-radius: 9px;
	border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-bottom-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
	border-top-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-left-radius: 9px;
	border-top-left-radius: 9px;
}

.CSS_Table_Example table {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.CSS_Table_Example tr:last-child td:last-child {
	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-bottom-right-radius: 9px;
}

.CSS_Table_Example table tr:first-child td:first-child {
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-left-radius: 9px;
	border-top-left-radius: 9px;
}

.CSS_Table_Example table tr:first-child td:last-child {
	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
	border-top-right-radius: 9px;
}

.CSS_Table_Example tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-left-radius: 9px;
	border-bottom-left-radius: 9px;
}

.CSS_Table_Example tr:hover td {
	background-color: #fffff;
	background: -o-linear-gradient(bottom, #fff 5%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #fffff));
	background: -moz-linear-gradient(center top, #fff 5%, #fffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffff", endColorstr="#fffff");
	background: -o-linear-gradient(top, #fff, fff);
}

.CSS_Table_Example tr:first-child td {
	background: -o-linear-gradient(bottom, #fff 5%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #fff));
	background: -moz-linear-gradient(center top, #fff 5%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffff", endColorstr="#fffff");
	background: -o-linear-gradient(top, #fff, fff);
	background-color: #fffff;
	border: 0px solid #fffff;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	color: #000000;
}
}

.CSSTableGenerator tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #fff 5%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #007fff));
	background: -moz-linear-gradient(center top, #ffffff 5%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffff", endColorstr="#fffff");
	background: -o-linear-gradient(top, #fff, fff);
	background-color: #0069d3;
}

.CSS_Table_Example tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}

.CSS_Table_Example tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}

.CSS_Table_Example td {
	background: -o-linear-gradient(bottom, #fff 5%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #FFFFFF));
	background: -moz-linear-gradient(center top, #fff 5%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffff", endColorstr="#fffff");
	background: -o-linear-gradient(top, #fff, fff);
	background-color: #ffffff;
	border: 1px solid #000000;
	border-width: 0px 1px 1px 0px;
	text-align: center;
	padding: 7px;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	color: #000000;
}

.CSS_Table_Example tr:last-child td {
	border-width: 0px 1px 0px 0px;
}

.CSS_Table_Example tr td:last-child {
	border-width: 0px 0px 1px 0px;
}

.CSS_Table_Example tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

.blog-news-title h2>a:hover {
	text-decoration: none;
	outline: none;
}

.blog-news-title p {
	font-size: 13px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.blog-news-title .blog-author {
	text-transform: uppercase;
}

.blog-news-title .blog-date {}

.blog-news-details {
	display: inline;
	float: left;
	padding: 0 0px;
	width: 100%;
	line-height: 24px;
	color: #000000;
	font-size: 14px;
	text-align: justify;
}

.blog-news-details p {
	font-size: 13px;
}

.blog-more-btn {
	color: #838282;
	display: inline-block;
	font-size: 14px;
	margin-top: 15px;
	text-decoration: none;
}

.blog-more-btn:hover,
.blog-more-btn:focus {
	text-decoration: none;
	outline: none;
}

.blog-more-btn i {
	margin-left: 5px;
}

#subscribe {
	background-attachment: fixed !important;
	background-image: url("images/subscribe-new-bg.jpg");
	background-repeat: repeat;
	background-size: cover;
	color: #ffffff;
	display: inline;
	float: left;
	width: 100%;
	margin-top: 0px;
}

.textwidget {
	color: #333;
	font-size: 13px
}

.subscribe-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 90px 0;
	float: left;
	width: 100%;
}

.subscribe-area {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.subscribe-area h2 {
	letter-spacing: 0.5px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.subscrib-form {
	margin: 0 auto;
	width: 600px;
	position: relative;
}

.subscrib-form input {
	border: medium none;
	border-radius: 4px;
	color: #444;
	font-size: 18px;
	height: 50px;
	outline: medium none;
	padding: 5px 105px 5px 10px;
	width: 100%;
}

.subscribe-btn {
	border: medium none;
	border-radius: 0 4px 4px 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	top: 0;
	letter-spacing: 0.5px;
	outline: medium none;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	width: 120px;
}

#footer {
	background-color: #332d28;
	display: inline;
	float: left;
	padding: 20px 20px 20px 20px;
	width: 100%;
}

.footer-left {
	display: inline;
	width: 100%;
}

.footer-left p {
    color: #f58635;
    font-size: 15px;
    text-align: center;
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #414141;
}

.footer-left p a {
	color: #bbbbbb;
}

.footer-left p a:hover {
	text-decoration: none;
	outline: none;
}

.footer-right {
	display: inline;
	float: left;
	text-align: right;
	width: 100%;
}

.footer-right a {
	color: #5c5c5c;
	font-size: 18px;
	padding: 0 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#single-page-header {
	background-attachment: fixed !important;
	background-image: url("images/slider-5.jpg");
	background-repeat: repeat;
	background-size: cover;
	color: #ffffff;
	display: inline;
	float: left;
	width: 100%;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 80px 0;
	float: left;
	width: 100%;
}

.single-page-header-left {
	display: inline;
	float: left;
	width: 100%;
}

.single-page-header-left h2 {
	text-transform: uppercase;
	padding-top: 10px;
}
`n
.single-page-header-left p {
	font-size: 15px;
	padding-top: 10px;
}

.single-page-header-right {
	display: inline;
	float: left;
	width: 100%;
}

.single-page-header-right .breadcrumb {
	background: transparent none repeat scroll 0 0;
	border-radius: 0;
	text-align: right;
	padding-top: 15px;
}

.single-page-header-right .breadcrumb li a {
	color: #fff;
	padding-top: 10px;
}

.spec-details-table {
	border-collapse: collapse;
	background-color: #ffffff;
}

.spec-details-table td {
	padding: 12px 14px;
	border: 1px solid #dfdddc;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
}

.spec-details-table tr:first-child td {
	background-color: #f58635;
	color: #ffffff;
	font-size: 15px;
}

.spec-details-table tr:nth-child(even):not(:first-child) td {
	background-color: #faf7f5;
}

.equivalent-grades-table {
	border-collapse: collapse;
	background-color: #ffffff;
}

.equivalent-grades-table td {
	padding: 12px 14px;
	border: 1px solid #dfdddc;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
}

.equivalent-grades-table tr:first-child td {
	background-color: #f58635;
	color: #ffffff;
	font-size: 15px;
}

.equivalent-grades-table tr:nth-child(even):not(:first-child) td {
	background-color: #faf7f5;
}

.weight-chart-cta {
	margin: 12px 0 24px;
	text-align: left;
}

.weight-pdf-btn {
	display: inline-block;
	background-color: #f58635;
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-decoration: none;
	border: 1px solid #f58635;
	transition: all 0.3s ease;
}

.weight-pdf-btn:hover,
.weight-pdf-btn:focus {
	background-color: #ffffff;
	color: #f58635;
	text-decoration: none;
}

#portfolio {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
	min-height: 400px;
	padding: 70px 0;
}

.portfolio-area {
	display: inline;
	float: left;
	width: 100%;
}

.portfolio-menu {
	display: inline;
	float: left;
	text-align: center;
	padding: 0 20px;
	width: 100%;
}

.portfolio-menu ul li {
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	padding: 6px 15px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.portfolio-menu ul li:hover,
.portfolio-menu ul li.active {
	color: #fff;
}

#mixit-container .mix {
	display: none;
}

.portfolio-container {
	display: inline;
	float: left;
	width: 100%;
}

.single-portfolio {
	background-color: #ccc;
	display: inline;
	float: left;
	width: 100%;
	margin-top: 10px;
}

.single-item>img {
	height: 150px;
	width: 100%;
}

.ul_name {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.pro-link:link {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a.pro-link:visited {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a.pro-link:hover {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #2bcdc1;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a.pro-link:active {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #2bcdc1;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a.pro-link1:link {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #0563a9;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a.pro-link1:visited {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #0563a9;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a.pro-link1:hover {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #2bcdc1;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a.pro-link1:active {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #2bcdc1;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a.pro-link2:link {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #f58635;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-weight: bold;
}

a.pro-link2:visited {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #f58635;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-weight: bold;
}

a.pro-link2:hover {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #2bcdc1;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-weight: bold;
}

a.pro-link2:active {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #f58635;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-weight: bold;
}

a.pro-link3:link {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #F00;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a.pro-link3:visited {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #F00;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a.pro-link3:hover {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #2bcdc1;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a.pro-link3:active {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #2bcdc1;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.single-item {
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

.single-item-content {
	color: #fff;
	height: 100%;
	left: 0;
	opacity: 0;
	padding-top: 70px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	font-size: 13px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden;
}

.single-item-content a {
	color: #fff;
}

.single-item:hover .single-item-content {
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.single-item-content::after {
	content: "";
	height: 85%;
	left: 8px;
	top: 10px;
	width: 90%;
	position: absolute;
	z-index: -1;
}

.view-icon {
	color: #000;
	font-size: 30px;
}

#blog-archive {
	background-color: #ffffff;
	display: inline;
	float: left;
	padding: 50px 0;
	width: 100%;
}

.blog-archive-area {
	display: inline;
	float: left;
	width: 100%;
}

.blog-archive-left {
	display: inline;
	float: left;
	width: 100%;
}

.blog-archive-left-new h2 {
	color: #354f63;
	padding-bottom: 20px;
	font-size: 26px;
}

.blog-archive-left .blog-news-single {
	margin-bottom: 0px;
}

.blog-archive-left .blog-news-img {
	height: auto;
}

.blog-pagination {
	display: inline;
	float: left;
	margin-top: 20px;
	padding: 15px 0;
	width: 100%;
}

.pagination-nav {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.pagination-nav li {
	display: inline-block;
}

.pagination-nav li a {
	color: #555;
	border: 1px solid #ccc;
	display: inline-block;
	margin: 0 5px;
	padding: 5px 13px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.pagination-nav li a:hover,
.pagination-nav li a:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
}

.blog-side-bar {
	display: inline;
	float: left;
	width: 100%;
}

.lang {
	width: 100%;
	padding: 10px 0 5px 0;
	text-align: center;
	border: 1px dotted #cccccc;
}

.sidebar-widget {
	display: inline;
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

.sidebar-widget>p {
	font-size: 14px;
	color: #163b65;
}

.sidebar-widget ul li {
	color: #16598a;
}

.sidebar-widget ul>li>a {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 10px;
}

.search-group {
	display: inline;
	float: left;
	width: 100%;
	position: relative;
}

.search-group .blog-search-btn {
	border: medium none;
	color: #fff;
	font-size: 18px;
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 50px;
}

.search-group input[type="search"] {
	height: 40px;
	outline: medium none;
	padding: 5px 10px 5px 55px;
	width: 100%;
}

.search-group input[type="search"]:focus {
	outline: none;
}

.widget-title {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: uppercase;
	padding: 10px;
	border-radius: 5px 0 0 5px;
	border-right: 6px solid #3c211c;
	background-color: #f58635;
	position: relative;
}

.widget-title::after {
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 30px;
	width: 30px;
}

.widget-catg li a {
	display: inline-block;
	font-size: 13px;
	margin-bottom: 5px;
	padding-left: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.widget-catg li a:hover,
.widget-catg li a:focus {
	text-decoration: none;
	outline: none;
	color: #163b65;
}

.widget-catg li::before {
	content: '\f08b';
	font-family: fontAwesome;
	color: #f58635;
}

.tag-cloud {
	display: inline;
	float: left;
	width: 100%;
	text-align: left;
}

.tag-cloud a {
	border: 1px solid #ccc;
	display: inline-block;
	font-size: 15px;
	margin-bottom: 8px;
	margin-right: 3px;
	padding: 5px 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.tag-cloud a:hover,
.tag-cloud a:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
}

.widget-archive li {}

.widget-archive li a {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.widget-archive li a span {
	margin-left: 5px;
	display: inline-block;
}

.widget-archive li a:hover,
.widget-archive li a:focus {
	text-decoration: none;
}

.blog-single-details blockquote {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
}

.blog-single-details blockquote p {
	font-size: 18px;
}

.blog-single-details blockquote span {
	text-transform: uppercase;
	font-size: 16px;
}

.blog-single-details ul,
.blog-single-details ol {
	padding-left: 25px;
	margin-bottom: 20px;
}

.blog-single-details ul li {
	list-style: disc;
	margin-bottom: 5px;
}

.blog-single-details h1,
.blog-single-details h2,
.blog-single-details h3,
.blog-single-details h4,
.blog-single-details h5,
.blog-single-details h6 {
	color: #333;
}

.blog-single-details h3 {
	margin-top: 0px;
}

.blog-single-bottom {
	display: inline;
	float: left;
	margin-top: 50px;
	padding: 10px 0;
	width: 100%;
}

.blog-single-tag {
	display: inline;
	font-size: 14px;
	float: left;
	width: 100%;
	text-align: left;
}

.blog-single-tag a {
	margin-left: 5px;
	color: #333;
}

.blog-single-tag a:hover,
.blog-single-tag a:focus {
	text-decoration: none;
	outline: none;
}

.blog-single-social {
	display: inline;
	float: left;
	width: 100%;
	text-align: right;
}

.blog-single-social a {
	border: 1px solid #ccc;
	display: inline-block;
	font-size: 14px;
	margin-right: 5px;
	min-width: 30px;
	padding: 5px;
	text-align: center;
}

.blog-single-social a:hover,
.blog-single-social a:focus {
	text-decoration: none;
	outline: none;
}

.blog-navigation-area {
	display: inline;
	float: left;
	width: 100%;
}

.blog-navigation-area {
	display: inline;
	float: left;
	margin-top: 20px;
	width: 100%;
}

.blog-navigation-prev {
	float: left;
	text-align: left;
}

.blog-navigation-prev a {
	border-left: 2px solid #ccc;
	display: inline-block;
	padding-left: 15px;
}

.blog-navigation-prev a:hover,
.blog-navigation-prev a:focus {
	text-decoration: none;
	outline: none;
}

.blog-navigation-prev a>h5 {
	color: #222;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.blog-navigation-prev a>span {
	font-size: 14px;
}

.blog-navigation-next {
	float: right;
	text-align: right;
}

.blog-navigation-next a {
	border-right: 2px solid #ccc;
	display: inline-block;
	padding-right: 15px;
}

.blog-navigation-next a:hover,
.blog-navigation-next a:focus {
	text-decoration: none;
	outline: none;
}

.blog-navigation-next a>h5 {
	color: #222;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.blog-navigation-next a>span {
	font-size: 14px;
}

.comments-box-area {
	display: inline;
	float: left;
	margin-top: 30px;
	padding: 20px 0;
	width: 100%;
}

.comments-box-area h2 {
	color: #333;
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 10px;
	position: relative;
}

.comments-box-area h2::after {
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 42px;
	width: 50px;
}

.comments-box-area p {
	font-size: 15px;
}

.comments-form {
	margin-top: 10px;
}

.comments-form input {
	height: 40px;
	font-size: 16px;
	border-radius: 0;
}

.comments-form textarea {
	border-radius: 0;
	font-size: 16px;
	height: 200px;
	padding: 10px;
	width: 70%;
}

.comments-form .form-control:focus {
	box-shadow: none;
}

.comments-form .form-group {
	margin-bottom: 20px;
}

.comment-btn {
	padding: 10px 15px;
	outline: none;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #222;
	text-transform: uppercase;
	font-size: 15px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.comment-btn:hover {
	color: #fff;
}

#contact {
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}

.cotact-area {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.contact-area-left {
	display: inline;
	float: left;
	width: 100%;
}

.contact-area-left h4 {
	color: #333;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 25px;
	position: relative;
}

.contact-area-left h4::after {
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 30px;
	width: 30px;
}

.contact-area-left p {
	font-size: 14px;
	color: #000;
}

.contact-area-left .single-address {
	font-size: 15px;
	padding-right: 62px;
}

.contact-area-right {
	display: inline;
	float: left;
	width: 100%;
}

.contact-form textarea {
	width: 100%;
}

.contact-social {
	text-align: left;
	margin-top: 10px;
}

#google-map {
	display: inline;
	float: left;
	width: 100%;
}

#google-map iframe {
	margin-bottom: -5px;
}

#error {
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}

.errror-page-area {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.error-title {
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 75px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 40px 50px;
}

.error-content {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.error-content span {
	font-size: 35px;
	font-weight: 300;
}

.error-content p {
	font-size: 18px;
	margin-top: 10px;
}

.error-content .error-home {
	color: #fff;
	display: inline-block;
	margin-top: 60px;
	padding: 10px 15px;
}

@media(max-width:1199px) {
	#search-icon {
		right: 4%;
	}

	.slide-article {
		padding-left: 30px;
		padding-right: 0;
		padding-top: 90px;
	}

	.slide-article h1 {
		font-size: 40px;
	}

	.blog-news-title h2,
	.blog-news-title h2>a {
		font-size: 18px;
	}
}

@media(max-width:991px) {
	.header-login {
		width: 100%;
		text-align: center;
	}

	#menu-area #navbar {
		padding-right: 0px;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 13px;
		padding-left: 4px;
		padding-right: 4px;
	}

	#search {
		margin: 0 auto;
		width: 90%;
	}

	#search-icon {
		right: 3%;
	}

	.slide-article {
		padding-left: 60px;
		padding-right: 0;
		padding-top: 15px;
	}

	.slide-article h1 {
		font-size: 30px;
		line-height: 35px;
	}

	.slide-article p {
		color: #fff;
		margin-bottom: 40px;
	}

	.why-choose-us {
		margin-top: 20px;
	}

	.single-counter {
		margin-bottom: 30px;
	}

	.single-table-price {
		margin-bottom: 40px;
	}

	.single-team-member {
		margin-bottom: 50px;
	}

	.slick-prev {
		left: -10px;
	}

	.slick-next {
		right: -10px;
	}

	.blog-news-single {
		margin-bottom: 30px;
	}

	.title-area {
		padding: 0 100px;
	}

	.single-portfolio {
		width: 33.33%;
	}

	.single-item-content::after {
		width: 87%;
	}

	.blog-side-bar {
		margin-top: -8rem;
	}

	.contact-area-right {
		margin-top: 40px;
	}

	.header-contact ul li {
		margin-right: 0;
		padding: 0px 0px;
		width: 100%;
	}
}

@media(max-width:767px) {
	.header-login {
		width: 100%;
		text-align: center;
	}

	.header-bottom {
		padding: 0;
	}

	.header-contact ul li:last-child {
		display: inline;
	}

	.navbar-brand {
		margin-top: 0;
		width: 80%;
	}

	#search-icon {
		right: 11%;
		top: 5px;
	}

	.main-nav li {
		padding: 0;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: #fff;
	}

	#search {
		width: 100%;
	}

	#menu-area #navbar {
		padding-right: 15px;
	}

	.slider-img {
		display: inline;
	}

	.slide-article {
		padding-top: 10px;
	}

	.single-slide {
		height: 200px;
		margin-top: 30px;
	}

	.title-area {
		padding: 0 30px;
	}

	.single-feature {
		text-align: center;
		padding: 0 15px;
	}

	.single-page-header-left {
		text-align: center;
	}

	.single-page-header-right .breadcrumb {
		text-align: center;
		margin-top: 20px;
	}

	.footer-left {
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-right {
		text-align: center;
	}

	.portfolio-menu {
		padding: 0;
	}

	.portfolio-menu ul li {
		margin: 0 3px 10px;
		padding: 6px 10px;
	}

	.blog-single-tag {
		text-align: center;
	}

	.blog-single-social {
		text-align: center;
		margin-top: 20px;
	}

	.header-contact ul li {
		margin-right: 0;
		padding: 0px 0px;
		width: 100%;
	}
}

@media(max-width:480px) {
	.header-contact {
		width: 100%;
	}

	.header-login {
		width: 100%;
		text-align: center;
	}

	.blog-news-img {
		height: auto;
	}

	.single-slide {
		height: 200px;
		margin-top: 30px;
	}

	#search input {
		width: 85%;
	}

	#search-icon {
		right: 15%;
		top: 5px;
	}

	.slide-article h1 {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.slide-article p {
		margin-bottom: 15px;
		font-size: 14px;
	}

	.read-more-btn {
		font-size: 14px;
		padding: 8px 14px;
	}

	.main-slider .slick-prev,
	.main-slider .slick-next {
		height: 40px;
		top: 46%;
		width: 40px;
	}

	.title-area .title {
		font-size: 25px;
		line-height: 26px;
		padding-bottom: 0px;
	}

	.title-area {
		padding: 0;
	}

	.title-area p {
		line-height: 23px;
		font-size: 15px;
	}

	.single-feature p {
		font-size: 14px;
	}

	.our-skill-content p {
		font-size: 14px;
	}

	.why-choose-group .panel-body p {
		font-size: 14px;
	}

	.subscrib-form {
		width: 100%;
	}

	.footer-left {
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-right {
		text-align: center;
	}

	#login-form .modal-dialog {
		width: 350px;
	}

	.overlay {
		padding: 50px 0;
	}

	.single-portfolio {
		width: 50%;
	}

	.single-item-content::after {
		width: 85%;
	}

	.portfolio-menu ul li {
		padding: 4px 5px;
		font-size: 12px;
	}

	.blog-archive-left .blog-news-img {
		height: auto
			/*80px*/
		;
	}

	.blog-navigation-prev {
		margin-bottom: 10px;
	}

	#menu-area .navbar-toggle {
		padding: 8px 6px;
	}

	.phone {
		font-size: 12px;
	}

	.header-contact ul li {
		margin-right: 0;
		padding: 0px 0px;
		width: 100%;
	}

	#search-icon {
		right: 20%;
		top: 5px;
	}

	#single-page-header {
		margin-top: 30px;
	}
}

@media(max-width:360px) {
	.header-contact {
		width: 100%;
	}

	.header-login {
		width: 100%;
		text-align: center;
	}

	.login {
		padding: 10px;
	}

	.single-slide {
		height: 200px;
		margin-top: 30px;
	}

	.single-slide img {
		height: 100%;
		margin-top: 0px;
	}

	#menu-area .navbar-toggle {
		padding: 8px 6px;
	}

	.phone {
		font-size: 12px;
	}

	.header-contact ul li {
		margin-right: 0;
		padding: 10px 8px;
		width: 100%;
		float: left;
	}

	#search-icon {
		right: 20%;
		top: 5px;
	}

	.slide-article {
		padding-top: 0;
		padding-left: 0;
	}

	.slide-article p {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.slide-article h1 {
		font-size: 15px;
		line-height: 16px;
		margin-bottom: 8px;
	}

	.read-more-btn {
		font-size: 12px;
		padding: 5px 8px;
	}

	#testimonial .title-area {
		padding: 0;
	}

	.subscribe-area h2 {
		font-size: 25px;
		letter-spacing: 0;
		margin-bottom: 25px;
	}

	.subscrib-form input {
		font-size: 15px;
		height: 40px;
	}

	.subscribe-btn {
		font-size: 15px;
		height: 40px;
		width: 95px;
	}

	#login-form .modal-dialog {
		width: 320px;
	}

	#search input {
		font-size: 14px;
	}

	.overlay {
		padding: 60px 0;
	}

	.single-portfolio {
		width: 100%;
	}

	.single-item-content::after {
		left: 15px;
		width: 92%;
	}

	.portfolio-menu ul li {
		padding: 4px 5px;
		font-size: 12px;
	}

	/* .blog-archive-left .blog-news-img{height:80px;} */
	.comments-form textarea {
		width: 100%;
	}

	#single-page-header {
		margin-top: 30px;
	}
}

@media(max-width:320px) {
	.single-slide {
		height: 200px;
		margin-top: 30px;
	}

	#login-form .modal-dialog {
		width: 300px;
	}

	.footer-box {
		font-size: 14px;
	}

	.header-contact ul li {
		margin-right: 0;
		padding: 0px 0px;
		width: 100%;
	}

	.subscribe-area h2 {
		font-size: 22px;
	}

	.footer-left p {
		font-size: 12px;
	}

	.footer-right a {
		font-size: 16px;
	}

	.single-item-content::after {
		width: 91%;
	}

	.blog-archive-left .blog-news-img {
		height: auto
			/*80px*/
		;
	}
}

.footer1 {
	padding: 30px 0;
}

.footer1 li {
	padding: 8px 0;
}

.footer1 a {
	font-size: 13px;
}

.footer1 a:hover {
	color: burlywood;
	text-decoration: none;
}

#footer h2 {
	text-align: center;
}

.sitemap-div .ul_name {
	padding: 8px 0;
}

@media(max-width:767px) {
	#menu-area .text-left {
		font-size: 15px;
		color: #fff;
		width: 100%;
		margin: 0 auto;
		line-height: 35px;
	}

	.navbar-toggle {
		margin-top: 25px;
	}

	.our-skill-content p {
		font-size: 14px;
	}

	.why-choose-group .panel-body p {
		font-size: 15px;
	}

	.home-text {
		font-size: 14px;
	}

	.footer1 li {
		padding: 10px 10px;
	}

	.footer-left p {
		font-size: 17px;
		line-height: 30px;
	}

	.top-bar {
		font-size: 20px;
	}

	.blog-news-details p {
		font-size: 17px;
		line-height: 34px;
		text-align: left;
	}

	.table-text {
		font-size: 17px;
		line-height: 34px;
		padding: 8px 2px;
	}

	table {
		font-size: 17px;
	}

	.sidebar-widget ul>li>a {
		font-size: 20px;
	}

	a.pro-link2:link {
		font-size: 20px;
	}

	a.pro-link1:link {
		font-size: 20px;
	}

	a.pro-link3:link {
		font-size: 20px;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.table-text-one {
		font-size: 18px;
		line-height: normal;
	}

	.ul_name {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.sidebar-widget ul>li>a {
		margin-top: 10px;
	}

	.blog-news-title-new h1 {
		font-size: 24px;
		line-height: 34px;
	}

	.blog-news-title-new h2 {
		font-size: 22px;
		line-height: 34px;
	}

	.img-rounded {
		width: 100%;
	}

	.pro img {
		width: 100%;
	}

	.img-responsive {
		width: 100%;
	}

	.widget-catg {
		line-height: 40px;
	}
}

.email-id {
	font-size: 17px;
	padding-left: 10px;
	color: #f58635;
	margin: 30px 0;
}

.lang {
	margin-bottom: 30px;
}


.blog-single-details table ul {
	margin: 0;
}

table td {
	vertical-align: middle;
}


.border-circle img {
	border: 2px outset #f17a33;
}

.align-th th {
	padding: 0px 10px;
}

.align-th td {
	padding: 0px 10px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	#menu-area .text-left {
		display: none;
	}
}

.blog-side-bar1 {
	display: inline;
	float: left;
	width: 100%;
}

.widget-catg1 {
	padding-top: 30px;

}

.widget-catg1 li a {
	display: inline-block;
	font-size: 13px;
	margin-bottom: 5px;
	padding-left: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.widget-catg1 li a:hover {
	text-decoration: none;
	outline: none;
	color: #163b65;
}

.widget-catg1 li::before {
	content: '\f08b';
	font-family: fontAwesome;
	color: #f58635;
}

.widget-catg {
	padding-top: 20px;

}

.widget-catg1 {
	padding-top: 20px;

}

@media screen and (min-width: 320px) and (max-width: 769px) {
	.widget-catg1 {
		line-height: 40px;

		margin-top: -5rem;
	}

	.blog-side-bar {
		margin-top: 0rem;
	}


}

@media screen and (min-width: 769px) and (max-width: 1080px) {
	.widget-catg1 {
		line-height: 22px;
		margin-top: -4rem;
	}

	.blog-side-bar {
		margin-top: 0rem !important;
	}

}

.portfolio-container1 {
	display: inline;
	float: left;
	width: 100%;
}

/*-----new-contact-form-css-----*/
.form-title h2{
	color: #838282;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 25px;
}
.form-1 form input{
	    width: 100%;
    height: 44px;
    border: 1px solid #000;
    padding: 5px 12px;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}
.form-1 form textarea{
	width: 100%;
	font-size: 16px;
	padding: 12px 12px;
	color: #000;
	height: 185px;
	border: 1px solid #000;
	margin-bottom: 25px;

}
.form-1 form input[type="submit"]{
	    width: 20%;
    background: #f58635;
    color: #fff;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: 0.5s
}
.form-1 form input[type="submit"]:hover{
	background: #fff;
	border: 1px solid #000;
	color: #000;
	display: block;
}
/*-----NEW-FOOOTER-CSS-----*/
.footer1 p.foot-head{
font-size: 20px;
font-weight: 500;
color: #fff;
text-transform: capitalize;
}
.footer1 p.foot-head.main-head{
	position: relative;
}
.footer1 p.foot-head.main-head::after {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
   top: 28px;
    width: 65px;
    color: #f0732e;
    border-bottom: 1px solid #f67c2c;
}
#footer ul li{
font-size: 14px;
color: #fff;
}
#footer ul li a{
	font-size: 15px;
}
.foot-pro-list .footer1{
	padding: 2px 0px;
}
.foot-pro-list .footer1 li{
    padding: 3px 0;
}
.foot-first{
	margin-right: 40px;
}
.foot-social{
	border-top: 1px solid #fff;
	margin-top: 10px;
	padding-top: 15px !important;
	width: 52%;
}

@media (min-width:768px){
	.navbar{
		position: fixed;
    width: 100%;
    z-index: 999;
	border-radius: 4px;
	margin-top: 44px;
	}
	.top-bar {
		padding: 10px 0 0 0;
		background: #002030;
		font-size: 14px;
		position: fixed;
		width: 100%;
		z-index: 998;
	  }
	  .overlay {
		background-color: rgba(0, 0, 0, 0.5);
		padding: 80px 0;
		float: left;
		width: 100%;
		margin-top: 162px;
	  }
	  
}

h3.faq-heading{
	font-size:16px !important;
}

/* Floating WhatsApp button */
.whatsapp-float-btn {
  position: fixed;
  right: 18px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,.28);
  z-index: 9999;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float-btn:hover,
.whatsapp-float-btn:focus {
  transform: scale(1.08);
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
  color: #fff;
  text-decoration: none;
}
.whatsapp-float-btn svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}
@media (max-width: 767px) {
  .whatsapp-float-btn {
    right: 14px;
    bottom: 18px;
    width: 54px;
    height: 54px;
  }
  .whatsapp-float-btn svg {
    width: 28px;
    height: 28px;
  }
}
