

html, 
body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: top;
	border: 0;
	max-width: 100%;
}

.alltrans, 
.btn, 
.btn:before, 
.owl-dot, 
.owl-dot span, 
.navtrigger, 
.slider-content h1, 
.slider-content h2, 
.slider-content p, 
.slider-content .cta-row, 
.main-slider .owl-nav > div, 
.feature-col, 
.service-col:after, 
.feature-col:after, 
#header, .owl-nav > div, 
.owl-nav > div:after, 
.partners-slider img, 
.team-overlay, 
.team-overlay p, 
.team-social-links, 
.team-social-links a, 
.work-overlay, 
.blog-category:after, 

#header, 
.side-menu-trigger, 
.side-menu-trigger:after, 
.navigation-menu > li > ul, 
.sidenav-wrapper, 
.navigation-menu > li > a, 
.navigation-menu > li, 
.contact-col i:after, 
.search-trigger, 
.pricing-box, 
.team-header, 
.search-wrapper,
.feature-col p,
.service-col p {
	-moz-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-webkit-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-o-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-ms-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
}
a {
	color: #ff7029;
	text-decoration: none;
	    font-size: 14px;	
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
a:active {
	background-color: transparent;
}
}
strong {
	font-weight: 700;
}
small, 
.small {
	font-size: 85%;
}
sub, 
sup {
	font-size: 80%
}
p {
	/*   */
	font-size:14px;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: 700;
	color: #242424;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
h1, 
h2 {
	font-size: 30px;
}
h3 {
	font-size: 30px;
	font-weight: 600;
}
h4 {
	font-size: 26px;
	font-weight: 600;
}
h5 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 600;
}
h6 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}
figure {
	margin: 0;	
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
button:focus {
	outline: none;	
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    border-bottom-color: rgb(238, 238, 238);
}





/*==============================================
07. WHO WE ARE SECTION CSS
================================================*/
.title-col {
	margin-bottom: 40px;
}
.section-title + h4 {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0.2em;
	font-weight: 600;
}
.feature-col {
	font-size: 14px;
	padding: 15px 15px 20px;
	position: relative;
	z-index: 1;
}
.feature-col p {
	margin: 0;
}
.feature-col:hover *, 
.service-col:hover * {
	color: #fff;
}
.feature-col i {
	font-size: 44px;
	color: #ff7029;
	margin-bottom: 20px;
}
.text-white {
	color: #fff;
}
.text-white h1, 
.text-white h2, 
.text-white h3, 
.text-white h4, 
.text-white h5, 
.text-white h6 {
	color: #fff;
}

/*==============================================
08. WHY CHOOSE US SECTION CSS
================================================*/
.bg-primary {
	background: #009291 !important;
}
.why-choose-contentbox {
	padding: 100px;
	color: #fff;
}
.why-choose-contentbox h2 {
	color: #fff;
	margin-bottom: 55px;
}
.why-choose-col {
	position: relative;
	font-size:0;
}
.why-choose-col > i {
	font-size: 50px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: rgba(36,36,36,0.28);
	text-align: center;
	line-height: 84px;
	display:inline-block;
	vertical-align:middle;
}
.why-choose-content {
	overflow: hidden;
	font-size: 15px;
	display:inline-block;
	vertical-align:middle;
	padding-left:30px;
	width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
}
.why-choose-content h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 5px;
}
.why-choose-col + .why-choose-col {
	margin-top: 25px;
}
.why-choose-content p {
	margin: 0;
}
.video-col {
	height: 100%;
}
.video-col .video-popup {
	height: 100%;
	position: relative;
	display: block;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-background-position: 50% 0;
	background-position: 50% 0;
}
.video-col .video-popup i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 110px;
	color: #000;
	opacity: 0.56;
}

/*==============================================
09. WHAT WE DO SECTION CSS
================================================*/
.service-col {
	border:1px solid #e5e5e5;
	font-size: 14px;
	padding: 40px 35px 45px;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}
.service-col:after, 
.feature-col:after {
	content: '';
	background: #ff7029;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	position: absolute;
	z-index: -1;
}
.service-col.dif:after{
	background: #009291 !important;
}

.service-col h3 {
	font-size: 22px;
	letter-spacing: 0.02em;
	margin-bottom: 15px;
}
.service-col p {
	margin: 0;
}
.service-col i {
	font-size: 44px;
	color: #ff7029;
	margin-bottom: 25px;
}
.service-col:hover:after, 
.feature-col:hover:after {
	height: 100%;
}
.service-col.dif:hover:after{
	background: #02b5b4 !important;
}
.services-list .row {
	margin-top:-30px;	
}
.services-list .column:nth-of-type(4) {
	clear: left;
}
.bg-grey {
	background: #f4f4f4;
}

/*==============================================
10. COUNTER SECTION CSS
================================================*/
.bg-dark {
	background: #212628;
	color: #fff;
	position: relative;
	z-index: 1;
}
.bg-dark h1, 
.bg-dark h2, 
.bg-dark h3, 
.bg-dark h4, 
.bg-dark h5, 
.bg-dark h6 {
	color: #fff;
}
.bg-dark:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	top: 0;
	right: 0;
	background: #212628;
	opacity: 0.75;
	height: 50%;
	z-index: -1;
}
.bg-dark .owl-dot span {
	background: #929596;
	background: rgba(255,255,255,0.5);
}
.bg-dark .owl-dot.active, 
.bg-dark .owl-dot:hover {
	border-color: #fff;
}
.bg-dark .owl-dot.active span, 
.bg-dark .owl-dot:hover span {
	background: #fff;
}
.counter-box {
	text-align: center;
	font-size: 18px;
	color: #bcbcbd;
}
.count-number {
	font-weight: 600;
	display: block;
	font-size: 66px;
	line-height: 1.2;
	color: #fff;
}
#counters-section {
	background: url(../images/bg/counters-bg.jpg) no-repeat 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

/*==============================================
11. LATEST PROJECTS SECTION CSS
================================================*/
#work-section {
	padding-bottom: 0;
}
.work-row {
	position: relative;
}
.work-row .btn-projects {
	position: absolute;
	top: -24px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.project-box {
	position: relative;
	overflow:hidden;
}
.project-box:hover .work-overlay {
	opacity: 1;
}
.work-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background: #000;
	background: rgba(0,0,0,0.88);
	color: #fff;
	color: #bbb;
	letter-spacing: 0.02em;
	font-size: 14px;
	z-index: 1;
	opacity: 0;
}
.project-details {
	position: absolute;
	border: 4px solid rgba(255,255,255,0.2);
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	background: rgba(0,0,0,0.2);
}
.project-content {
	position: absolute;
	padding: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.project-details h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 5px;
}
.project-catagory {
	color: #ff7029;
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
.project-details p {
	margin-bottom: 20px;
}
.zoom-icon {
	width: 62px;
	height: 62px;
	background: #fff;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	line-height: 62px;
}

.mfp-container .mfp-close {
	background: #ff7029;
	color: #fff;
	line-height: 42px;
	height: 50px;
	width: 50px;
	font-size: 34px;
	right: 0;
	opacity: 1;
	border-radius: 0;
	text-align: center;
	font-weight: 400;
	top: 0;
	padding: 0;
	position: fixed;
}
.mfp-bottom-bar {
	font-size: 20px;
	font-weight: 600;
	height: auto;
	padding: 0 65px;
	min-height: 50px;	
	top: 0;
	margin: 0;
	background: #212628;
	position: fixed;
	left: 0;
	right: 0;
}
.mfp-img-mobile .mfp-bottom-bar {
	bottom: auto;
	top: 0;	
	background: #212628;
}
.mfp-title {
	text-align: center;
	padding: 16px 0;	
}
img.mfp-img, .mfp-img-mobile img.mfp-img {
	padding: 50px 0;
}
.mfp-figure:after {
	top: 50px;
	bottom: 50px;	
}
.mfp-img-mobile img.mfp-img {
	padding: 60px 0 25px;	
}
.mfp-img-mobile .mfp-figure:after {
	top: 60px;
	bottom: 25px;	
}
.mfp-counter {
	display: none;	
}
.mfp-container .mfp-arrow:before {
	display: none;
}

/*==============================================
21. BLOG PAGE CSS
================================================*/
.blog-section .blog-box { 
	margin-bottom: 30px; 
} 
.pagination-section {
	text-align: center;	
}

/* ------ SIDEBAR CSS ------ */
.widget-single { 
	background: #f4f4f4; 
	padding: 20px;  
}
.widget-single ~ .widget-single {
	margin-top: 25px;
}
.widget-single h4 { 
	font-size: 20px; 
	padding-bottom: 8px; 
	margin-bottom: 15px; 
	position: relative; 
	font-weight: 600; 
}
.widget-single ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}
.widget-single li:after { 
	clear: both; 
	display: table; 
	content: ""; 
}
.list li { 
	border-top: 1px dashed #dbdbdb; 
	padding: 8px 0; 
	font-size: 15px; 
}
.list li:first-child, 
.widget-recent-blog li:first-child { 
	border: 0; 
}
.list li a { 
	color: #737373; 
	padding-left: 11px; 
	text-decoration: none; 
	display: block; 
	word-wrap: break-word;
	position: relative; 
}
.widget-single li a:hover { 
	color: #ff7029; 
}
.list li a:before { 
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: -1px;  
}

.search-section { 
	position: relative; 
}
.search-section input[type="text"] { 
	background: #fff; 
	padding-right: 60px;
	color: #737373; 
}
.search-section .btn-search { 
	cursor: pointer; 
	font-size: 0; 
	text-align: center;
	top: 1px;
	bottom: 1px; 
	padding: 0; 
	position: absolute; 
	right: 0; 
	width: 50px;
	line-height: 44px;
}
.btn-search i {
	font-size: 20px;
	display: block;
	margin-left: 2px;	
}

.widget-categories li { 
	padding-right: 35px; 
	position: relative; 
}
.widget-categories span { 
	background: rgba(0,0,0,0.2); 
	border-radius: 50%; 
	color: #fff;  
	font-size: 12px;
	font-weight: 500; 
	height: 26px; 
	line-height: 28px; 
	text-align: center; 
	width: 26px; 
	position: absolute; 
	top: 6px; 
	right: 0; 
}

.widget-recent-blog li { 
	padding: 12px 0; 
	position: relative;
	border-top: 1px dashed #dbdbdb; 
}
.widget-recent-blog li:first-child { 
	border: 0; 
}
.widget-recent-blog figure { 
	float: left; 
	margin-right: 15px; 
	max-width: 90px;
	width: 100%; 
}
.widget-recent-blog img { 
	max-width: 100%; 
}
.post-summary { 
	overflow: hidden; 
}
.post-summary h5 { 
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 2px; 
}
.post-summary a { 
	color: #242424; 
	display: block;
	text-decoration: none; 
}
.post-summary a:hover {
	color: #ff7029;
}
.post-summary .posted-date { 
	font-size: 12px;
	margin: 0;
	color: #737373;
	font-weight: 400; 
}
.post-summary .posted-date:after {
	display: none;	
}

.taglist:after {
	content: '';
	display: table;
	clear: both;	
}
.taglist li {
	float: left; 
	margin: 8px 8px 0 0;
}
.taglist li a {
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	padding: 5px 8px;
	font-size: 13px;
	background: #fff;
	display: block;
	color: #737373;
}
.taglist li a:hover {
	background: #ff7029;
	color: #fff;
	text-decoration: none;
	border-color: #ff7029;
}

/*==============================================
22. BLOG DETAIL PAGE CSS
================================================*/
h1.post-title {
	font-size: 30px;
	/* margin: 0 0 20px;	 */
}
.tags-share:after, 
.author-inforow:after {
	content: '';
	display: table;
	clear: both;	
}
.tags-share {
	border-bottom: 1px solid #e5e5e5;	
}
.tags-list {
	float: left;	
}
.tags-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.tags-list ul li {
	float: left;
	margin-right: 15px;
}
.tags-list ul li a {
	color: #737373;
	font-size: 16px;
	text-decoration: none;	
}
.tags-list ul li a:hover {
	color: #ff7029;
}
.tags-list h6 {
	float: left;
	margin-right: 15px;	
}
.social-share-links.social-links li {
	margin-left: 6px;	
}
.social-share-links.social-links li a {
	width: 34px;
	height: 34px;
	font-size: 18px;
	line-height: 34px;	
}
.author-inforow {
	background: #f4f4f4;	
}
.author-inforow img {
	float: left;
}
.author-infobox {
	overflow: hidden;
	font-size: 14px;
	padding: 20px 20px 0;
}

.comments h3 {
	font-size: 24px;	
}
.comments-list {
	margin: 0;
	padding: 0;
	list-style: none;	
}
.comments-list .avatar img {
	float: left;
	margin-right: 25px;	
	border-radius: 50%;
}
.comment-details {
	overflow: hidden;
	font-size: 14px;	
}
.comment-by {
	position: relative;
	margin-bottom: 10px;
	padding-right: 100px;
}
.comment-by .date {
	display: block;
	font-weight: 400;
	color: #737373;	
	font-size: 14px;
}
.comment-by .reply {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #ff7029;
	padding: 4px 10px 3px;
	color: #ff7029;
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
}
.comment-by .reply:hover {
	background: #ff7029;
	color: #fff;
}
.comment-by {
	color: #242424;
	font-weight: 600;
	font-size: 16px;
}
.comments-list ul {
	list-style: none;
	margin: 20px 0 0;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	padding: 20px 0 5px 70px;	
}
.comments-list li + li {
	margin-top: 20px;	
}
.comments-list ul li + li {
	margin-top: 15px;	
}

/*==============================================
23. ABOUT PAGE CSS
================================================*/
.sub-title {
	display: block;
	font-size: 0.6em;
	text-transform: uppercase;
	font-weight: 500;
	color: #ff7029;
	margin-bottom: 5px;
	letter-spacing: 0.02em;	
}
.skill-bar {
    height: 8px;
    position: relative;
    background-color: #f4f4f4;
    border-radius: 50px;
}
.skill-bar + .skill-bar {
	 margin: 65px 0 0 0;
}
.skill-bar h5 {
    display: block;
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    top: -35px;
	margin: 0;
}
.progress-bar-value {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #ff7029;
    border-radius: 50px
}
.progress-value {
	position: absolute;
	right: 0;
	top: -30px;
	font-size: 14px;
}

/*==============================================
24. PRICING CSS
================================================*/

#pricing-section {
	border-top: 1px solid #e5e5e5;	
}
.pricing-box {
	text-align: center;	
	background: #f4f4f4;
	cursor: pointer;
	-webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 3px 15px rgba(0,0,0,0.05);
	box-shadow: 0 3px 15px rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
	border: 1px solid #e5e5e5;
}
.pricing-box.popular-plan {
	background: #ff7029;
}
.pricing-box.popular-plan, 
.pricing-box.popular-plan .plan-price, 
.pricing-box.popular-plan h3 {
	color: #fff;	
}
.popular-plan.pricing-box .plan-features-list ul li, 
.pricing-box.popular-plan .plan-features-list ul {
	border-color: rgba(255,255,255,0.25);	
}
.pricing-box.popular-plan .btn.btn-outline {
	border-color: #fff;
	color: #fff;
}
.pricing-box:hover .btn.btn-outline {
	color: #fff;	
}
.pricing-box:hover .btn.btn-outline:before {
	height: 100%;
}
.pricing-box.popular-plan .btn.btn-outline:before {
	background: #fff;
}
.pricing-box.popular-plan:hover .btn.btn-outline {
	color: #ff7029;
}
.pricing-header {
	padding: 30px 20px 20px;	
	position: relative;
}
.pricing-header h3 {
	letter-spacing: 0.02em;
	font-size: 24px;	
}
.plan-price {
	font-size: 66px;
	font-weight: 700;
	color: #ff7029;	
	line-height: 1.15;
	padding-top: 10px;	
}
.plan-price sub {
	font-size: 18px;
	font-weight: 500;
	bottom: 5px;	
}
.plan-features-list {}
.plan-features-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px dashed #d7d7d7;		
}
.plan-features-list ul li {
	padding: 12px 15px;
	border-top: 1px dashed #d7d7d7;	
}
.pricing-footer {
	padding: 25px;	
}
.pricing-footer .btn {
	min-width: 180px;	
}
.popular-tag {
	color: #ff7029;
	background: #fff;	
	position: absolute;
	-webkit-transform:  rotate(90deg);
	transform:  rotate(90deg);
	padding: 7px 25px 7px 15px;
	height: 36px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	top: 11px;
	right: 0;
	font-weight: 500;
	font-size: 14px;
}
.popular-tag:after { 
	content: '';
	position: absolute;
	right: -1px;
	top: 0;
	border-right: 15px solid #ff7029;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	width: 0;
	height: 0;
}

/*==============================================
25. 404 PAGE CSS
================================================*/
.error-404 {
	height: 100vh;
	color: #fff;
	position: relative;	
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-background-position: 50% 0;
	background-position: 50% 0;
	padding: 120px 0 30px;
}
.error-content {
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
	font-size: 18px;	
}
.error-content h1 {
	color: #fff;
	font-size: 200px;
	line-height: 1;	
}
.error-content h3 {
	color: #fff;	
}
.error-content p {
	margin-bottom: 30px;	
}

/*==============================================
26. LOGIN AND REGISTER PAGE
================================================*/
.forgot-link {
	float: right;	
}
.account-box button {
	width: 100%;
}
.account-box .nav-tabs {
	font-size: 18px;	
}

/*==============================================
27. ELEMENTS CSS
================================================*/
.page-header {
	padding-bottom: 0;
	text-align: left;
	border-color: #e5e5e5;
}
.page-header h3 {
	margin-bottom: 10px;	
}
.list-group-item.active, 
.list-group-item.active:hover, 
.list-group-item.active:focus {
	background: #ff7029;
	border-color: #ff7029;
}
.dropdown-menu {
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #ff7029;
    border-color: #ff7029;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	background: #ff7029;
	color: #fff;
	text-decoration: none;
	outline: 0;
}
.dropdown-menu > li > a {
	display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
	box-shadow: none;
}

.label, .badge {
	font-weight: 600;	
	padding: 0.3em 0.6em;
}
.label-primary, .badge-primary {
	background: #ff7029;	
}
.badge {
    padding: 0.45em 0.6em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.page-header {
	margin-bottom: 30px;	
}
.page-header h3 {
	font-size: 26px;	
}
.custom-list {
	margin: 0;
	padding: 5px 0 0;
	list-style: none;	
}
.custom-list li {
	margin: 0 0 5px;	
}
.custom-list li i {
	font-size: 1.1em;
	margin-right: 5px;	
}
.text-success {
	color: #5cb85c;		
}
.text-primary {
	color: #ff7029 !important;
}
.text-warning {
    color: #f0ad4e;
}
.text-info {
    color: #5bc0de;
}
.text-danger {
    color: #d43f3a;
}
.container .jumbotron, .container-fluid .jumbotron {
	padding-right: 60px;
	padding-left: 60px;
}


/* Alertbox CSS
========================================================================================*/
.alert {
	padding: 16px 16px 16px 60px;
	margin: 20px 0;
	color: #242424;
	position: relative;
}
.alert-notification {
	background-color: #fff0f4;
	border: solid 1px #db524c;
	color: #db524c;
}
.alert-info {
	background-color: #e8f6ff;
	border: solid 1px #0082d5;
	color: #0082d5;
}
.alert-warning {
	background-color: #fef4ec;
	border: solid 1px #ff9948;
	color: #ff9948;
}
.alert-success {
	background-color: #edfff6;
	border: solid 1px #04be5b;
	color: #04be5b;
}
.alert i {
	position: absolute;
	left: 15px;
	top: 12px;
	font-size: 1.8em;
}

/* Tabs
==========================================================*/
.nav-tabs {
	margin-bottom: 15px;	
}
.nav-tabs > li > a {
	font-weight: 500;
	color: #737373;
	padding: 12px 20px;
	border: 0;
}
.nav-tabs > li > a:hover {
	border-color: transparent;	
}
.nav-tabs > li > a.active, 
.nav-tabs > li > a.active:hover, 
.nav-tabs > li > a.active:focus {
	color: #ff7029;
	border: 0;
	border-bottom: 2px solid #ff7029;
}
.custom-tab.nav-tabs {
	border: 0;	
}
.custom-tab.nav-tabs > li > a, 
.custom-tab.nav-tabs > li > a.active, 
.custom-tab.nav-tabs > li > a.active:hover, 
.custom-tab.nav-tabs > li > a.active:focus {
	border: 0;
}
.custom-tab.nav-tabs > li > a {
	background: #e5e5e5;
	border-radius: 5px;	
	margin-right: 8px;
}
.custom-tab.nav-tabs > li > a.active, 
.custom-tab.nav-tabs > li > a.active:hover, 
.custom-tab.nav-tabs > li > a.active:focus {
	background: #ff7029;
	color: #fff;
}
.tabs-left.nav-tabs > li > a.active, 
.tabs-left.nav-tabs > li > a.active:hover, 
.tabs-left.nav-tabs > li > a.active:focus {
	border: 0;	
	border-right: 1px solid #ff7029;
}
.tabs-left.nav-tabs > li > a {
	display: block;
	margin: 0;
	border-radius: 0;
	border-right: 1px solid #ddd;
}
.tabs-left.nav-tabs > li {
	float: none;	
}
.tabs-left.nav-tabs {
	border: 0;
	display: block;
}
.nav-tabs.verticle-tabs-default > li > a {
	background: #e5e5e5;
	border: 0;
}
.nav-tabs.verticle-tabs-default > li > a.active, 
.nav-tabs.verticle-tabs-default > li > a.active:hover, 
.nav-tabs.verticle-tabs-default > li > a.active:focus { 
	background: #ff7029;
	color: #fff;
}

/* Accordians
==========================================================*/
.panel-title {
	font-size: 18px;	
}
.accordion-box {
	 border: 1px solid #ddd;
}
.accordion-row {
	margin-bottom: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border:0;
	border-radius:0;
	border-bottom: 1px solid #ddd;
	background: none;
}
.accordion-row:last-child {
	border-width:0;	
}
.accordion-row .panel-title {
 	font-weight: 500;
	margin:0;
}
.accordion-row .panel-title a {
	text-decoration: none;
	color: #737373;
	display: block;
	position: relative;
	padding: 20px 50px 20px 20px;
}
.accordion-row .panel-title a i {
	position: absolute;
	top: 17px;
	right: 17px;
	font-size: 1.6em;
}
.accordion-row .panel-title a[aria-expanded="true"] {
	background:#ff7029;
	color:#fff;	
}
.accordion-row .panel-title a[aria-expanded="true"] i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.accordion-row .panel-title a[aria-expanded="true"] i.fa-plus-circle {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.accordion-row .accordion-content {
	padding: 20px;
	font-size: 15px;
}
.accordion-row .accordion-content p:last-child {
	margin:0;	
}
.accordion-box.accordion-custom {
	border: 0;	
}
.accordion-custom .accordion-row:last-child {
	border-width: 1px;	
}	

/* Spinners
==========================================================*/
.spinners i {
  margin-right: 20px;
  margin-bottom: 10px;
  color: #242424;
}
.spinner-md {
  font-size: 36px;
}
.spinner-lg {
  font-size: 72px;
}
.fa-spin-custom {
  -webkit-animation: spin 2000ms infinite linear;
  animation: spin 2000ms infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Modals
==========================================================*/
.modal-header {
	padding: 15px 20px;	
}
.modal-body {
	padding: 20px;	
}
.modal-body p:last-child {
	margin: 0;	
}
.modal-header h4 {
	font-size: 24px;
	padding-right: 30px;
}
.modal-header .close {
	margin-top: 2px;
	padding:0;
	opacity: 1;
	color: #666;
	font-size: 30px;
	margin:0 0 0 auto;
}

/* Pagination
==========================================================*/
.pagination {
	margin: 0;	
	font-size: 0;
	display:block;
}
.pagination > li {
	display: inline-block;
	margin: 0 4px;
	text-align: center;
	font-size: 16px;
}
.pagination > li > a, 
.pagination > li > span {
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	line-height: 46px;
	border: 1px solid #d1d1d1;
	color: #737373;
	padding: 0;
	margin: 0;
}
.pagination > li:first-child > a, 
.pagination > li:first-child > span, 
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
	border-radius: 50%;
}
.pagination > li > a:hover, 
.pagination > li.current > span {
	background: #ff7029;
	color: #fff;	
	border-color: #ff7029;
	text-decoration:none;
}
.pagination > li i {
	font-size: 24px;
	line-height: 40px;	
}

.pagination.pagination-custom > li > a, 
.pagination.pagination-custom > li > span {
	border-radius: 0;	
	border-left-width: 0;	
}
.pagination.pagination-custom > li {
	margin: 0;
}
.pagination.pagination-custom > li:first-child > a, 
.pagination.pagination-custom > li:first-child > span {
	border-left-width: 1px;
}

/* Checkbox and Radiobox
==========================================================*/
.form-group .checkbox, 
.form-group .radio {
	margin: 0;	
}
.checkbox label, .radio label {
	display:  inline-block;
	position:  relative;
	padding-left:  33px;
	line-height: 1.6;
	margin-right: 20px;
}
.checkbox label:before, 
.radio label:before {
	content: "";
	position: absolute;
	width: 23px;
	height: 23px;
	left: 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.radio label:before {
	border-radius: 50%;
}
.checkbox label:after, 
.radio label:after {
	font-family: 'FontAwesome';
	content: "\f00c";
	position: absolute;
	left: 4px;
	top: -1px;
	font-size: 15px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	color: #fff;
}
.radio label:after {
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 50%;	
	background: #ff7029;
	left: 6px;
	top: 6px;
	position: absolute;
}
.checkbox input[type="checkbox"], 
.radio input[type="radio"] {
	opacity:  0;
	margin: 0;
	width: 23px;
	height: 23px;
	position: absolute;
	left: 0;
	top: 0;
}
.checkbox input[type="checkbox"]:checked + label:after, 
.radio input[type="radio"]:checked + label:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.checkbox input[type="checkbox"]:checked + label:before {
	background: #ff7029;
	border-color: #ff7029;
}
 .radio input[type="radio"]:checked + label:before {
	border-color: #ff7029;	 
}
.checkbox input[type="checkbox"]:disabled + label, 
.radio input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before, 
.radio input[type="radio"]:disabled + label::before, 
.checkbox input[type="checkbox"]:disabled + label, 
.radio input[type="radio"]:disabled + label {
	cursor: not-allowed;
}

/* Tables
==========================================================*/
.table-bordered > thead > tr > th {
	border-bottom-color: #ff7029;
	background: #f6f6f6;
}
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	padding: 15px 20px;	
}
.table > thead > tr > th {
	border-bottom-color: #ff7029;
}
table th {
	font-weight: 600;	
}
.bs-example {
	overflow-x: auto;	
}

/* Tooltips
==========================================================*/
.tooltip {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #ff7029;
  border-radius: 4px;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #ff7029;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #ff7029;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #ff7029;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #ff7029;
}

/* Dropcaps
==========================================================*/
p.drop-caps:first-child:first-letter { 
	float: left; 
	font-size: 80px; 
	line-height: 60px; 
	padding: 5px; 
	margin-right: 5px; 
	margin-top: 5px; 
}
p.drop-caps.secondary:first-child:first-letter { 
	background: #ff7029; 
	color: #fff; 
	padding: 7px; 
	margin-right: 11px; 
	border-radius: 5px; 
}



/* Breadcrumb
==========================================================*/
.breadcrumb {
	font-size: 15px;
	background: none;
	margin: 0;
	padding: 0;
	display: block;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb li.active {
	color: #fff;
}
.breadcrumb li + li:before {
	font-family: 'FontAwesome';
	content: "\f105";
	font-size: 16px;
	color: #fff; 
	margin-right: 2px;
	padding: 0 5px;
}
.breadcrumb li a {
	color: #fff;
}
.breadcrumb li a:hover {
	color: #ff7029;
	text-decoration: none;
}

/* Common button CSS
==========================================================*/
.btn {
	background-color: #ff7029;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	padding: 0 25px;
	vertical-align: bottom;
	font-weight: 600;
	position: relative;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	z-index: 1;
	border: 0;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	border-radius: 5px;
}
.btn:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.25);
	height: 0;
	z-index: -1;
}
.btn:hover, 
.btn:focus {
	text-decoration: none;
	color: #fff;
	box-shadow: none;
}

.btn.btn-block {
	display: block;
}
.btn.btn-danger {
	background: #d43f3a;	
}
.btn.btn-warning {
	background: #f0ad4e;	
}
.btn.btn-info {
	background: #5bc0de;	
}
.btn.btn-success {
	background: #5cb85c;	
}
.btn.btn-primary {
	background: #ff7029;
}
.btn.btn-grey {
	background: #888;
}
.btn:active, 
.btn.active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn:hover:before, 
.btn:focus:before {
	height: 100%;
}
.btn + .btn {
	margin-left: 10px;
}
.btn.btn-white {
	background-color: #fff;
	color: #242424;
}
.btn.btn-white:hover, 
.btn.btn-white:focus {
	color: #fff;
}
.btn.btn-white:before {
	background: #ff7029;
}
.btn.btn-lg, 
input[type="submit"].btn-lg, 
input[type="button"].btn-lg, 
button.btn-lg {
	padding: 0 35px;
	font-size: 20px;
	height: 56px;
	line-height: 56px;
}
.btn.btn-sm, 
input[type="submit"].btn-sm, 
input[type="button"].btn-sm, 
button.btn-sm {
	padding: 0 20px;
	font-size: 15px;
	height: 42px;
	line-height: 42px;
}
.btn.btn-sm.btn-sm:after {
	margin-bottom: 0;
}
.btn.btn-xs, 
input[type="submit"].btn-xs, 
input[type="button"].btn-xs, 
button.btn-xs {
	padding: 0 15px;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
}
.btn.btn-outline, 
input[type="submit"].btn-outline, 
input[type="button"].btn-outline, 
button.btn-outline {
	background: none;
	border: solid 2px #ff7029;
	color: #ff7029;
	line-height: 38px;
}
.btn.btn-outline-white, 
input[type="submit"].btn-outline-white, 
input[type="button"].btn-outline-white, 
button.btn-outline-white {
	border-color: #fff;
	color: #fff;
}
.btn.btn-outline:hover, 
input[type="submit"].btn-outline:hover, 
input[type="button"].btn-outline:hover, 
button.btn-outline:hover,
.btn.btn-outline:focus, 
input[type="submit"].btn-outline:focus, 
input[type="button"].btn-outline:focus, 
button.btn-outline:focus {
	color: #fff;
	border-color: #ff7029;
}
.btn.btn-outline:before {
	background: #ff7029;	
}
.btn.btn-outline-white:hover, 
input[type="submit"].btn-outline-white:hover, 
input[type="button"].btn-outline-white:hover {
	border-color: #fff;
	color: #ff7029;
}
.btn.btn-outline:hover:after, 
input[type="button"].btn-outline:hover:after, 
button.btn-outline:hover:after {
	border-color: #fff;
}
.btn.btn-outline-white:hover:before { 
	background: #fff; 
}
.btn.btn-lg.btn-outline, 
input[type="submit"].btn-lg.btn-outline, 
input[type="button"].btn-lg.btn-outline {
	padding: 0 35px;
}
.btn.btn-sm.btn-outline, 
input[type="submit"].btn-sm.btn-outline, 
input[type="button"].btn-sm.btn-outline {
	padding: 0 20px;
}
.btn.btn-xs.btn-outline, 
input[type="submit"].btn-xs.btn-outline, 
input[type="button"].btn-xs.btn-outline {
	padding: 0 15px;
	line-height: 28px;
}


/* Demo Page CSS
==========================================================*/
.demo-col { 
	text-align: center; 
}
.demo-img { 
	width: 400px; 
	margin: 0 auto 10px; 
	display: block; 
	overflow: hidden; 
	background: url(../images/demo/demo-bg.png) no-repeat 0 0; 
	padding: 14px 62px 40px; 
	-webkit-background-size: 400px auto; 
	background-size: 400px auto; 
}
.demo-img span {
	width: 278px;
	left: -1px;
	height: 173px;
	display: block;
	position: relative;
	overflow: hidden;
	background: #000;
}
.demo-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.demos-container {
	padding: 80px 20px;
	text-align: center;
}
.demos-container h2 {
	font-size: 40px;
	margin: 0 0 60px;
	color: #ff7029;
	font-weight: 600;
}
.demos-container h2 ~ h2 {
	margin-top: 40px;
}
.demos-container .row {
	font-size: 0;
}
.demos-container .column {
	float: none;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 50px;
}

/*========================================================
NEW CSS
==========================================================*/
.demo-img {
	position: relative;
	overflow: visible;	
}
.new-page {
	position: absolute;
	width: 80px;
	height: 80px; 
	border-radius: 50%;
	right: 20px;
	top: -30px;
	line-height: 80px;
	text-align: center;
	background: #ff7029;
	color: #fff;
	font-weight: 600;
}
.navigation-menu > li > ul li a, .sidenav-wrapper .nav ul li a {
	position: relative;	
}
.navigation-menu > li > ul li a .label, .sidenav-wrapper .nav ul li a .label {
	float: right;
	margin-left: 5px;
	line-height: 1.2;
	padding: 3px 8px 2px;
	font-size: 70%;
	font-weight: 400; 
	position: relative;
	top: 2px;
}
.about-inforow .owl-dots {
	display: none;	
}
.purchase-btn {
	position: fixed;
	right: -113px;
	background: #fff;
	color: #242424;
	text-align: center;
	padding: 7px 13px 4px;
	top: 150px;
	z-index: 999;	
	font-size: 14px;
	box-shadow: 0 0 15px rgba(0,0,0,0.25);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.purchase-btn:hover, .purchase-btn:focus {
	text-decoration: none;
	background: #ff7029;
	color: #fff;
	right: 0; 		
}

/*==============================================
28. PORTFOLIO PAGES CSS
================================================*/
.masonry { 
	margin: 0 !important; 
	padding-bottom: 50px; 
}
.masonry .project-img img { 
	width: 100%; 
}
.grid-item { 
	margin: -5px 0 0 !important; 
	padding: 0; 
}
.btn-row {
	padding-top: 15px;	
}
.btn-row a { 
	display: inline-block; 
	font-size: 24px;
	margin: 0 5px;
}
.project-details-trigger { 
	width: 62px; 
	height: 62px;
	background: #fff;
	border-radius: 50%;
	line-height: 62px; 
}
.project-detail-col p {
	margin-bottom: 18px;
}
.project-detail-col strong {
	color:#242424;
	font-weight:600;
	text-transform:uppercase;
	display:block;
}
.project-detail-col h3 {
	font-weight: 700;
}
.project-detail-col .page-header {
	margin-top: 10px;	
}
.category-tag {
	background: #f4f4f4;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 4px 10px;
	font-size: 14px;
	display: inline-block;
	color: #737373;	
	margin:5px 5px 5px 0;
}
.category-tag:hover, .category-tag:focus {
	text-decoration:none;
	background:#ff7029;
	border-color:#ff7029;
	color:#fff;	
}
.project-share { 
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	display:inline-block;
	vertical-align:middle;	
}
.view-project {
	margin-top: 20px;	
}
.project-share li {
	display:inline-block;
	vertical-align:middle;
	margin: 0 6px; 	
}
.project-share li a {
	color: #737373;
	font-size: 18px;	
}
.project-share li a:hover, .related-projectbox h4 a:hover {
	color: #ff7029;	
	text-decoration:none;
}
.project-detail-col strong.share-project {
	display:inline-block;
	vertical-align:middle;	
}
.related-projects h3 {
	font-weight:700;	
}
.related-projects {
	padding-top: 30px;	
}
.related-projectbox figure {
	margin-bottom:20px;	
}
.related-projectbox h4 a {
	color: #242424;
}
.related-projectbox h4 {
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.error-content-dark.error-content {
	position: static; 	
	color: #737373;
	padding:50px 0;
}
.error-content-dark.error-content h3 {
	color: #242424; 	
}
.error-content-dark.error-content  h1 {
	color: #f0ad4e;
}

/*==============================================
29. COMING SOON
================================================*/
.coming-soon {
	overflow: hidden;
	height: 100vh;	
}
.coming-soon-img {
	height: 100vh;
	background-position: 50% 50%;
}
.coming-soon .row {
	margin:0;	
}
.coming-soon .column {
	padding:0;
}
.coming-soon-wrapper {
	height: 100vh;
	width: 100%;	
	text-align: center;
	overflow-y: auto;
}
.coming-soon-box {
	padding: 40px;
}
.company-logo {
	margin-bottom: 50px; 	
}
.coming-soon-box h1 {
	font-size: 40px; 
	margin-bottom: 5px;	
}
.countdown {
	margin: 60px -35px 50px;
	padding: 0;
	list-style: none;	
}
.countdown li {
	display: inline-block;
	padding: 0 35px;	
	font-size: 20px;
}
.countdown li span {
	font-size: 54px;
	font-weight: 700;
	display: block;
	line-height: 1; 
	color: #ff7029;	
}
.get-updates {
	background: #f4f4f4;
	padding: 40px;
	border-radius: 5px;
	margin: 0 20px;
}
.get-updates > span {
	margin-bottom: 15px;
	display: block;	
}
.email-subscribe {
	position: relative;
	max-width: 450px;
	margin: 0 auto;	
}
.email-subscribe .form-control {
	float: left;
	width: 280px;	
	background: #fff;
}
.email-subscribe button {
	float: right;	
}

/*==============================================
30. MAINTENANCE
================================================*/
.maintenance-wrapper {
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
.maintenance-section {
	height: 100vh;
	position: relative;
	overflow-y: auto;
}
.maintenance-section:before, .coming-soon-wrapper:before {
	content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.maintenance-box, .coming-soon-box {
	display: inline-block;
    vertical-align: middle;
	width: 98%;	
}
.maintenance-wrapper:after {
	opacity: 0.8;
	background: #000;	
}
.maintenance-box {
	padding: 50px;	
	font-size: 20px;
}
.maintenance-box p strong {
	font-weight: 600; 	
}
.maintenance-box h1 {
	margin:50px 0 30px; 	
}
.site-logo img {
	margin-bottom: 100px;
	width: 137px;	
}
.maintenance-icon {
	display: block;	
	opacity:0.7;
}
.connect-links {
	margin: 0;
	padding: 0;
	list-style: none;
}
.connect-links li {
	display: inline-block;
	vertical-align: middle;
	padding:0 18px;	
}
.connect-links li a {
	color: #fff;
	font-size: 26px;	
}
.stay-connected {
	padding-top: 80px;
}
.connect-links .fb a:hover {
	color: #3b5998;	
}
.connect-links .tw a:hover {
	color: #26a6d1;	
}
.connect-links .yt a:hover {
	color: #c4302b;	
}
.connect-links .in a:hover {
	color: #0e76a8;	
}

#form-messages:not(:empty) {
    border-radius: 5px;
    padding: 10px 15px;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}

.bton {
  background-color: #ff7029;
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
  vertical-align: middle;
}
.bton:hover {
  color: #EEFF41;
}
.bton:active {
    color: #EEFF41;
	background-color:white;
}
@media (max-width:767px){
	
	
	.bton {
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    vertical-align: middle;

}
}










