/*
|----------------------------------------------------------------------------
	Theme Name: Simplify-21 - Bespoke Theme for 123 Simples MAIN DIRECTORIES
	Author: 123 Simples
	Author URL: https://themeforest.net/user/123simples
	Version: 2.1
	Includes OrderNow - Responsive PHP Order Form Version: 2.0.3
	Copyright: No part of this CSS file may be used without consent
	
	Primary Colours Used:
		Blue #0347AB
		Orange #FF3D0D
	Checkbox Styling:
		Red #BD2106
		Green #10800A
|----------------------------------------------------------------------------
*/
/*
|------------------------------------------------------------------
	[Table of contents]:
	
	01. FONTS
	02. BODY
	03. Header Area Styles
	04. Order Form Page Styles
	05. Service Buttons Styles
	06. Tracking Page Styles
	07. Footer Area Styles
	08. Media Query

	1. FONTS
	2. BODY
	3. COMMON CSS
	4. HEADER / #header
	5. Home Top Banner / .home-top-banner
		5.1 TOP BANNER CONTENT / .maintopbannercontent		
		5.2 CAROUSEL TOP BANNER SLIDER / #home-slider
	6. TITLE / .section-title-block
	7. PORTFOLIO / #portfolio
		7.1. LIGHTBOX
	8. CLIENTS
	9. ABOUT / #about
	10. BREADCRUMB / .breadcrumb
	11. INNER PAGES TOP BANNER / #single-page-banner
	12. SERVICE / #service
	13. Trending Project / #trendingproject
	14. TESTIMONIAL / #testimonials		
		14.1. STAR RATINGS / .rating-wrap
	15. Blog / #blog
	16. Contact / #contact
	17. SINGLE SERVICE / #service-single-content
		17.1. SERVICE LIST / .service-list
		17.2. SERVICE MENU / .service-menu
		17.3. SERVICE BROCHURE / .service-brochure
		17.4. SERVICE FEATURE / .service-features
	18. SINGLE PORTFOLIO / #pfolio-single-content
	19. SINGLE BLOG / #blog-single-content
		19.1. RELATED POST / #related-blog
		19.2. POST COMMENTS LIST / .commentlist
		19.3. COMMENTS FORM / #commentform
		19.4. SIDEBAR / #sidebar
	20. TEAM / .team-wrap
	
	21. Button / .btn-shutter-out-horizontal
	22. SUBSCRIBE / #mc-form
	23. SOCIAL / .social-icon
	24. PAGINATION / .pagenavigation
	25. FAQ / #faq
	26. PRICING / #pricing
	27. Section BANNER / .section-banner
	28. SUCCESS STORY / #success-story
	29. FOOTER / .footer
	30. 404 PAGE / .not-found
	
|-------------------------------------------------------------------
*/

/*
|----------------------------------------------------------------------------
	01. FONTS: Google Font
|----------------------------------------------------------------------------
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Open+Sans:wght@400;700&family=Roboto:wght@400;700&display=swap');

/*
|----------------------------------------------------------------------------
	02. BODY
|----------------------------------------------------------------------------
*/
body {
    color: #676767;
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.625;
    height: 100%;
}


/*
|----------------------------------------------------------------------------
	3. COMMON CSS
|----------------------------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
	color: #333;
}
img, iframe, object, embed {
    max-width: 100%;
}
p {
    margin-bottom: 25px;
}
a {
	color: #000;
}
a:hover {
    color: #0347AB;
    text-decoration: none;
}
a:focus {
    outline: medium none;
    text-decoration: none;
}
.simp-bd-red {font-weight:bold; color:#990000}
.simp-bd-blue {font-weight:bold; color:#3359FF}
.simp-bd-blue-i {font-weight:bold; color:#3359FF; font-style:italic}
.intro-text {
	color: #666;
    margin: 0 0 60px 30px;
	font-size: 18px;
}
.intro-text::before, .intro-text::after {
    position: absolute;
    content: '';
    width: 3px;
    top: 0;
    background: #0347AB;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.intro-text::before {
    left: 15px;
    height: calc(100% - 60px);
}
.intro-text::after {
    left: 25px;
    height: 30px;
}
.intro-text:hover::before {
    height: 30px;
}
.intro-text:hover::after {
    height: calc(100% - 60px);
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}


/*
|----------------------------------------------------------------------------
	4. HEADER / #header
|----------------------------------------------------------------------------
*/
#header {
    background-color: rgba(62, 62, 62, 0.7);
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.6);
	height: 80px;
	-webkit-transition:height 0.4s ease 0s, opacity 0.3s ease 0s;
    -moz-transition:height 0.4s ease 0s, opacity 0.3s ease 0s;
    -ms-transition:height 0.4s ease 0s, opacity 0.3s ease 0s;
    -o-transition:height 0.4s ease 0s, opacity 0.3s ease 0s;
    transition:height 0.4s ease 0s, opacity 0.3s ease 0s;
    z-index: 199;
}

/*************************** Menu Navbar ***************************/
#header nav.navbar.mgsb4navbar {
    background-color: transparent;
    border-bottom: none;
	padding: 0;
}
#header.headerbg-darkcolor {
    background-color: rgba(0, 0, 0, 0.8);
}
#header.headerbg-lightcolor {
    background-color: rgba(255, 255, 255, 1);
}
#header.white-bg {
	background-color: rgba(255, 255, 255, 1);
}
#header.mgsfixed-nav {	
	background-color: rgba(255, 255, 255, 1);
	height: 56px;
}
nav.navbar.mgsb4navbar .navbar-brand {
    height: auto;
	margin: 0;
    padding: 0 50px 0 0;
}
nav.navbar.mgsb4navbar .navbar-brand .logo {
    height: 80px;
	-webkit-transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
    -moz-transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
    -ms-transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
    -o-transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
	transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
	width: auto;
}
.mgsfixed-nav .navbar.mgsb4navbar .navbar-brand .logo{
    height: 56px;
	width: auto;
}
/*#header nav.navbar.mgsb4navbar .dropdown:hover>.dropdown-menu {display: block;}*/
#header nav.navbar.mgsb4navbar .dropdown:hover>.dropdown-menu {
	margin: 0;
}
nav.navbar.mgsb4navbar .navbar-nav a.nav-link {
    color: rgba(0, 0, 0, 0.7);
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	padding: 30px 15px;
}
.mgsfixed-nav nav.navbar.mgsb4navbar .navbar-nav a.nav-link {
	padding: 18px 15px;
}
.mgsfixed-nav nav.navbar.mgsb4navbar .navbar-brand > img.logo, .mgsfixed-nav .navbar-brand .logo {
	height: 56px;
}

/*************************** Menu Position ***************************/



/*************************** Responsive Menu Bar ***************************/
.navbar-light .navbar-toggler {
    border-color: #0347AB;
}
.menubar1, .menubar2, .menubar3 {
	display: block;
	width: 30px;
	height: 5px;
	background-color: #0347AB;
	margin: 5px 0;
	transition: 0.3s;
}
.mgschangemenu-bar .menubar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
	background-color: #ff0000;
}
.mgschangemenu-bar .menubar2 {
	opacity: 0;
}
.mgschangemenu-bar .menubar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
	background-color: #ff0000;
}

/*************************** Menu hover Animation ***************************/
nav.navbar.mgsb4navbar .navbar-nav a.nav-link {
    text-transform: uppercase;
	position: relative;
}
nav.navbar.mgsb4navbar .navbar-nav a.nav-link::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 3px;
	content: "";
	background-color: #f5b904;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: all 0.5s;
}
nav.navbar.mgsb4navbar .navbar-nav a.nav-link:hover::after, nav.navbar.mgsb4navbar .navbar-nav a.nav-link.active::after {
	width: 100%;
}

/*************************** Dropdown Menu ***************************/
nav.navbar.mgsb4navbar .navbar-nav a.nav-link.dropdown-toggle::after {
	background-color: transparent;
	position: relative;
    border-top: 6px solid;
	border-right: 6px solid transparent;
	border-bottom: 0;
	border-left: 6px solid transparent;
	width: auto;
}
nav.navbar.mgsb4navbar .navbar-nav a.nav-link.dropdown-toggle.active::after {
    width: auto;
}
nav.navbar.mgsb4navbar .navbar-nav a.nav-link:hover, nav.navbar.mgsb4navbar .navbar-nav a.nav-link.active {
	background-color: #0347AB;
    color: #fff;
}
/* Phone Link on Right Side of Nav */
nav.navbar.mgsb4navbar .navbar-nav a.nav-link.active2 {
	background-color: #FF3D0D;
    color: #fff;
}
nav.navbar.mgsb4navbar .navbar-nav li.dropdown .dropdown-menu {
    padding: 3px 0;
	border-top: 3px solid #f5b904;
}
nav.navbar.mgsb4navbar .navbar-nav li.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: rgba(3, 71, 171, 0.3);
}
nav.navbar.mgsb4navbar .navbar-nav li.dropdown .dropdown-menu .dropdown-item.active, nav.navbar.mgsb4navbar .navbar-nav li.dropdown .dropdown-menu .dropdown-item:active {
    background-color: #0347AB;
}

@media screen and (min-width: 992px) {
	.dropdown .dropdown-menu {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		overflow: hidden;
		transform-origin: top center;
		-webkit-transform: scale(1,0);
		transform: scale(1,0);
		display: block;
	}
	.dropdown:hover .dropdown-menu {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}



/*
|----------------------------------------------------------------------------
	5. Home Top Banner / .home-top-banner
|----------------------------------------------------------------------------
*/
.home-top-banner {
	background-attachment: fixed;
    background-color: #555;
	background-image: url("../simplify-images/background/main-banner.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    height: calc(100vh - 80px);
	overflow: hidden;
    position: relative;
	margin-top: 80px;
    z-index: 1;
}
.home-top-banner.banner-2 {
	background-image: url("../simplify-images/background/main-banner-2.jpg");
}
.home-top-banner.banner-3 {
	background-image: url("../simplify-images/background/main-banner-3.jpg");
}
.home-top-banner::after {
	background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.background-transparent {
	background-color: transparent;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.banner-content {
    padding: 100px 0;
}
.banner-content h1, .banner-content h2 {
    color: #f5b904;
    font-size: 54px;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 0 15px;
    text-transform: capitalize;
}
#singlesectionbanner .banner-content h1, #singlesectionbanner .banner-content h2 {
    font-size: 48px;
}
.banner-content h3, .banner-content h4 {
    color: #fff;
	font-style: italic;
    text-transform: capitalize;
}
.banner-content h4 {
    font-size: 22px;
	margin-bottom: 5px;
}
.banner-content p {
    color: #ddd;
}
.banner-content p:last-child {
	margin: 0;
}
.banner-content li a {
    color: #fff;
    border-color: #fff;
}

/*
|----------------------------------------------------------------------------
	5.1 TOP BANNER CONTENT / .maintopbannercontent
|----------------------------------------------------------------------------
*/
.maintopbannercontent h2 {
    margin: 10px 0 20px;
    text-transform: capitalize;
    font-size: 38px;
    font-weight: bold;
}
.maintopbannercontent p.sub-title {
	font-size: 22px;
}
.maintopbannercontent .btn-holder {
	margin: 30px 0 20px;
}
.maintopbannercontent .btn-holder .btn {
	font-size: 18px;
	margin-right: 10px;
}
.maintopbannercontent .countoverlay-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	transform: skewY(4deg);
	transform-origin: bottom right;
}
.maintopbannercontent .countoverlay-bg.secondary-colorbg {
	background-color: rgba(3, 72, 171, 0.6);
}

@media (min-width: 992px) {
	.maintopbannercontent {
		width: 768px;
		height: 100%;
		min-height: 0;
	}
	.maintopbannercontent .countoverlay-bg {
		min-height: 0;
		transform: skewX(-10deg);
		transform-origin: top right;
	}
	.maintopbannercontent .countoverlay-bg {
		position: absolute;
		width: 60%;
		min-width: 768px;
	}
}

/*
|----------------------------------------------------------------------------
	5.2 CAROUSEL TOP BANNER SLIDER / #home-slider
|----------------------------------------------------------------------------
*/
.home-slider {
	height: calc(100vh - 80px);
    width: 100%;
	margin-top: 80px;
}
.home-slider.image-bg {
    background-image: url("../simplify-images/slider/slide-3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#particles-js {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#home-slider .owl-carousel {
	position: relative;
	height: 100%;
}
#home-slider .owl-carousel .owl-slide::before {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#home-slider .owl-carousel div:not(.owl-nav) {
	height: 100%;
}
#home-slider .owl-carousel .owl-nav {
	height: 0;
	position: absolute;
	top: 46%;
	left: 0;
	right: 0;
}
#home-slider .owl-carousel .owl-nav .owl-buttons div {
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	margin: 0;
	width: 50px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	font-size: .9em;
	border-radius: 3px;
	color: #FFF;
	background: #000;
	opacity: .6;
	text-transform: capitalize;
}
#home-slider .owl-nav > button {
    background: transparent none repeat scroll 0 0;
    font-size: 50px;
	color: #fff;
}
* {
	box-sizing: border-box;
}

#home-slider .owl-carousel .owl-slide {
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
    height: 100%;
}
#home-slider .owl-carousel .owl-slide.slide-1 {
    background-image: url("../simplify-images/slider/slide-1.jpg");
}
#home-slider .owl-carousel .owl-slide.slide-2 {
    background-image: url("../simplify-images/slider/slide-2.jpg");
}
#home-slider .owl-carousel .owl-slide.slide-3 {
    background-image: url("../simplify-images/slider/slide-3.jpg");
}
#home-slider .owl-carousel .slider-content {
	bottom: 0;
    display: table;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}
#home-slider .slider-caption {
    display: table-cell;
    vertical-align: middle;
}
#home-slider .owl-carousel .slider-content .slider-caption .caption-container {
	height: auto;
    margin: 30px auto 0;
    max-width: 860px;
    width: 80%;
}
#home-slider .owl-carousel .slider-content h2.banner-title-text {
    color: #fff;
    font-size: 44px;
	line-height: 1.3;
    font-weight: 700;
    letter-spacing: 2px;
	margin: 20px 0;
    text-transform: capitalize;
}
#home-slider .owl-carousel .slider-content h2.banner-title-text span {
    color: #f5b904;
}
#home-slider .owl-carousel .slider-content .sub-title {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 30px;
}
#home-slider .owl-carousel .slider-content .sub-title.white-text {
    color: #fff;
}
#home-slider .owl-carousel div.slider-caption {
    height: auto;
    margin-top: 10%;
}
#home-slider .btn-shutter-out-horizontal:before {
    background-color: #f5b904;
}
#home-slider .btn-shutter-out-horizontal:hover {
    color: #fff;
	border: 1px solid #f5b904;
}
#home-slider  .owl-next {
    float: right;
	padding: 4px 11px;
}
#home-slider  .owl-prev {
    float: left;
	padding: 4px 8px;
}
#home-slider  .owl-nav {
	max-width: 1170px;
	margin: 0 auto;
    opacity: 0;
}
#home-slider :hover .owl-nav  {
    opacity: 1;
}
#home-slider .btn.btn-transparent  {    
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.scroll-arrow {
    bottom: 10px;
    color: #fff;
    font-size: 24px;
    height: 24px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    text-align: center;
    width: 24px;
    z-index: 3;
} 
@keyframes fade-In-Down { 
    0% { 
        opacity: 0; 
        transform: translateY(-40px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fade-In-Down{ 
    opacity: 0; 
    -moz-transform:translateY(-40px);
    -webkit-transform:translateY(-40px);
    -o-transform:translateY(-40px);
    -ms-transform:translateY(-40px);
    transform:translateY(-40px);
}
.scroll-arrow .animated.infinite {
    animation-iteration-count: infinite;
}
.scroll-arrow .fade-In-Down {
    animation-name: fade-In-Down;
}
.scroll-arrow .animated {
    animation-duration: 1s;
}

.banner-content h4 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.banner-content h2.type-animate {
	margin-top: 10px;
	margin-bottom: 30px;
}
.banner-content h2.type-animate a.typewrite {
	color: #fff;
	font-size: 42px;
	font-weight: bold;
}
.banner-content {
	text-align: center;
	color: #fff;
}
.banner-content > h4, .slider-content h4 {
	color: #fff;
    margin: 30px 0 10px;
}
.maintopbannercontent .banner-content a.btn-more {
    color: #f5b904;
}

.video-bg .home-top-banner {
    background-color: transparent;
	background-image: none;
}


/*
|----------------------------------------------------------------------------
	6. TITLE / .section-title-block
|----------------------------------------------------------------------------
*/
.section-title-block {
    margin: 0 0 60px;
}
.section-title-block .section-title {
	font-size: 42px;
    margin: 0 0 0 7px;
	text-transform: capitalize;
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    background-color: #f5b904;
    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;
}
.section-title-block .section-title::after {
    display: block;
    width: 7px;
    height: 100%;
    position: absolute;
    bottom: 6px;
    left: -7px;
    content: "";
    border: 1px solid #e7ae02;
    background: #e7ae02;
    -webkit-transform: skew(0deg,60deg);
    -moz-transform: skew(0deg,60deg);
    -ms-transform: skew(0deg,60deg);
    -o-transform: skew(0deg,60deg);
    transform: skew(0deg,60deg);
}
.section-title-block .section-title strong {
    color: #0347AB;
	font-weight: bold;
}
section:hover .section-title-block .section-title {
    letter-spacing: 2px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: all 0.5s;
}
.section-title-block .section-tag {
    margin: 0 0 15px;
	font-size: 16px;
	font-weight: 400;
	color: #999;
	text-transform: capitalize;
}
.sub-title {
    font-size: 28px;
    margin-top: 0;
}
/*title-box*/
.title-box::before {
    background-color: #f5b904;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    margin: 0 0 -2px;
    position: absolute;
    width: 60px;
}
.title-box {
    border-bottom: 1px solid #f5b904;
    margin: 60px 0 40px;
    position: relative;
}
.intro-title-box {
    margin: 0 0 40px;
}
.inner-title-box {
    margin: 30px 0 40px;
}
.title-box > h3 {
	font-weight: 400;
	margin: 0 0 5px;
	text-transform: capitalize;
}
.title-box > h3 strong {
    color: #0347AB;
}
.post-title {
	margin: 0 0 20px;
}

/*
|----------------------------------------------------------------------------
	7. PORTFOLIO / #portfolio
|----------------------------------------------------------------------------
*/
#portfolio {
	background-color: #fff;
	padding: 100px 0;
}
/* category filter */
.filter-section {
	padding-top:40px;
}
.filter-container {
    margin: 0 0 50px;
    text-align:center;
}
.filter-section h1 {
    text-align:center
}
.filter-section .filter-container .filter > li {
    margin: 0;
    padding: 0 5px 10px;
}
ul.filter > li > a {
	color: #000;
	border: 1px solid;
    border-radius: .25rem;
	display:  block;
	font-weight: 500;
    padding: 6px 20px;
}
ul.filter > li.active a, ul.filter > li > a:hover,ul.filter > li > a:focus {
	background-color: #0347AB;
	color: #fff;
	border-color: #0347AB;
    text-decoration:none;
    outline:none
}


.isotopeContainer.space-style {
    margin: 0 -15px;
}
.portfolio-wrapper {
    cursor: pointer;
	margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.smp-portfolio-box {
  border: 1px solid black;
     padding: 1px;
     /*border: 5px groove orange;*/
}
.portfolio-wrapper > img {
	width: 100%;
}
.portfolio-overlay-inner {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}
.portfolio-overlay-content {
    display: table-cell;
    vertical-align: middle;
}
.portfolio-link {
    margin: .5rem 0 10px;
}
.portfolio-caption {
	padding: 0 10px;
	margin: 0 0 .5rem;
}
.portfolio-caption h3 {
	line-height: 1.48;
	font-size: 16px;
	margin-bottom: 0;
}
.portfolio-caption a {
	color: #fff;
    font-size: 16px;
}
.portfolio-link a {
	color: #f5b904;
    font-size: 16px;
	display: inline-block;
    margin: 5px;
    padding: 6px 10px;
    border: 1px solid #f5b904;
	border-radius: 5px;
}
.portfolio-link a:hover {
    color: #fff;
	background-color: #f5b904;
}
.portfolio-caption a:hover {
	color: #f5b904;
	text-decoration: none;
}
.no-space, .no-space .portfolio-wrapper{
    margin: 0;
    padding: 0;
}

.portfolio-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;	
    opacity: 0;
	padding: 10%;
    position: absolute;
    text-align: center;
    top: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
	-webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    width: 100%;
    z-index: 2;
}
.portfolio-overlay p, .portfolio-overlay a {
    position: relative;
    z-index: 4;
}
.portfolio-overlay::before {
    border-width: 0;
    content: "";
    height: 0;
    left: 10%;
    position: absolute;
    top: 10%;
	-webkit-transition: height 0.5s ease 0.15s;
    -moz-transition: height 0.5s ease 0.15s;
    -ms-transition: height 0.5s ease 0.15s;
    -o-transition: height 0.5s ease 0.15s;
    transition: height 0.5s ease 0.15s;
    width: 0;
    z-index: 3;
}
.portfolio-overlay::after {
    border-width: 0;
    bottom: 10%;
    content: "";
    height: 0;
    position: absolute;
    right: 10%;	
	-webkit-transition: width 0.1s ease 0.2s;
    -moz-transition: width 0.1s ease 0.2s;
    -ms-transition: width 0.1s ease 0.2s;
    -o-transition: width 0.1s ease 0.2s;
    transition: width 0.1s ease 0.2s;
    width: 0;
    z-index: 3;
}
.portfolio-wrapper:hover .portfolio-overlay::before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 80%;	
	-webkit-transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    -moz-transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    -ms-transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    -o-transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
	transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    width: 80%;
}
.portfolio-wrapper:hover .portfolio-overlay::after {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 80%;
	-webkit-transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    -moz-transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    -ms-transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    -o-transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
	transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    width: 80%;
}
.portfolio-wrapper:hover .portfolio-overlay {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#singlesectionbanner.singlesectionportfoliobanner {
	background-image: url("../simplify-images/background/sectionbanner.jpg");
}


/*
|----------------------------------------------------------------------------
	7.1. LIGHTBOX
|----------------------------------------------------------------------------
*/
.lightbox .lb-image {
    border: 10px solid #fff;
    border-radius: 15px;
}
.lb-data .lb-details {
    width: 90%;
    line-height: 1.48;
    margin: 10px 0;
}
.lb-data .lb-caption {
    font-size: 16px;
	line-height: 1.48;
	border-left: 5px solid #f5b904;
	border-radius: 2px;
	padding: 5px 0 5px 10px;
}
.lb-data .lb-number {
    padding-top: 8px;
    font-size: 14px;
}
.lb-data {
    color: #fff;
}


/*
|----------------------------------------------------------------------------
	8. CLIENTS
|----------------------------------------------------------------------------
*/	
#clients {
	padding: 100px 0;
}
.client-item-wrap img{
	max-width: 200px;
}

/* CAROUSEL CONTROL */
.owl-theme .owl-nav{
	margin-top: 10px;
}
.owl-carousel.owl-theme .owl-dots, .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
	border: 2px solid #f5b904;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f5b904;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-theme .owl-nav [class*="owl-"] {
    color: #0347AB;
	padding: 0 10px !important;
	margin: 0 5px !important;
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
	color: #f5b904;
}


/*
|----------------------------------------------------------------------------
	9. ABOUT / #about
|----------------------------------------------------------------------------
*/
#about, #aboutvision {
	padding: 100px 0;
}
#about .about-text .title-box {
    margin: 0 0 40px;
}
#about .title-box, #aboutvision .title-box {
    margin: 0 0 40px;
}
.about-text p {
    margin: 0 0 30px;
    padding: 0;
}
#about .button-holder, #aboutvision .button-holder {
    margin: 30px 0 0;
}

#about .about-text-block {
    padding-left: 40px;
}
#aboutvision .about-text-block {
    padding-right: 40px;
}
.about-wrap .icon-holder {
    float: left;
	margin-top: 5px;
    text-align: center;
}
.about-wrap .icon-holder i {
    background-color: #ddd;
	border: 1px solid #ddd;
    border-radius: 50%;
    color: #d81e1e;
	height: 40px;
	font-size: 24px;
    line-height: 40px;
    width: 40px;
}
.about-wrap:hover .icon-holder i {
    background-color: #d81e1e;
	border-color: #d81e1e;
    color: #fff;
}
.about-wrap li::before {
	color: #fff;
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    padding-right: 8px;
}
.about-wrap li {
    padding: 0 0 5px;
}
.about-box > p:last-child, .about-box .list-unstyled {
    margin: 0;
}


/*
|----------------------------------------------------------------------------
	10. BREADCRUMB / .breadcrumb
|----------------------------------------------------------------------------
*/
.breadcrumb {
    background-color: transparent;
	margin-bottom: 0;
	padding: 15px 0 0;
}
.breadcrumb li i {
	padding: 0 10px;
}
.breadcrumb, .breadcrumb a {
	color: #fff;
}
.breadcrumb > .active, .breadcrumb a:hover {
    color: #f5b904;
	text-decoration: none;
}

/*
|----------------------------------------------------------------------------
	11. INNER PAGES TOP BANNER / #single-page-banner
|----------------------------------------------------------------------------
*/
#single-page-banner {
    margin-top: 80px;
    padding: 100px 0;
    position: relative;
    width: 100%;
}
#single-page-banner.single-page-banner::before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#single-page-banner.single-page-banner {
	background-attachment: fixed;
	background-color: #b5b5b5;
	background-repeat: no-repeat;
    background-position: 50% 0;
	background-size: cover;
}
#single-page-banner.single-page-banner.about-page-top-banner {
    background-image: url("../simplify-images/background/about-banner.jpg");
}
#single-page-banner.single-page-banner.services-page-top-banner {
    background-image: url("../simplify-images/background/std-page-banner.jpg");
}
#single-page-banner.single-page-banner.blog-page-top-banner {
    background-image: url("../simplify-images/background/blog-banner.jpg");
}
#single-page-banner.single-page-banner.portfolio-page-top-banner {
    background-image: url("../simplify-images/background/portfolio-banner.jpg");
}
#single-page-banner.single-page-banner.contact-page-top-banner {
    background-image: url("../simplify-images/background/contact-banner.jpg");
}
#single-page-banner.single-page-banner h3 {
    color: #fff;
    font-size: 34px;
	font-weight: bold;
	margin: 0;
}


/*
|----------------------------------------------------------------------------
	12. SERVICE / #service
|----------------------------------------------------------------------------
*/
#service {
	padding: 100px 0;
}
.service-item-block {
	margin: 60px 0 0;
}
.service-item-block:first-child {
    margin: 0;
}
.service-wrap {
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin: 0 0 30px;
    padding: 30px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.service-wrap:hover {
    -webkit-box-shadow: 0px 10px 25px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 25px rgba(0,0,0,0.3);
    border-radius: 10px;
}
.service-item-block.service-grid-style {
    margin-top: -30px;
}
.service-item-block.service-grid-style .service-wrap {
    margin: 30px 0 0;
}
.service-box {
    display: table;
    width: 100%;
}
.service-icon-box {
    text-align: center;
}
.service-icon-box i {
    background-color: #fff;
    border: 1px solid #f5b904;
    border-radius: 10px;
    color: #f5b904;
	height: 244px;
	font-size: 160px;
	line-height: 244px;
	text-align: center;
	width: 244px;
}
.service-item-block:hover .service-icon-box i {
    color: #0347AB;
    border-color: #0347AB;
}
.service-item-block:hover .service-wrap {
    background-color: #f9f9f9;
}
.service-item-block.service-grid-style:hover .service-wrap {
    background-color: transparent;
}
.service-item-block.service-grid-style:hover .service-icon-box i {
    color: #f5b904;
    border-color: #f5b904;
}
.service-item-block.service-grid-style .service-wrap:hover .service-icon-box i {
    color: #0347AB;
    border-color: #0347AB;
}
.service-item-block .service-wrap:hover .service-icon-box h3 a {
    color: #0347AB;
}
.service-icon-box h3 {
    font-weight: bold;
	margin: 20px 0 0;
	color: #0347AB;
}
.service-item-block.service-grid-style .service-icon-box h3 {
    margin: 20px 0 30px;
}
.service-wrap p:last-child {
	margin-bottom: 0;
}
ul.service-list {
	margin: 0;
}
ul.service-list li::before {
	color: #0347AB;
	content: "\f14a";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	left: 0;
	position: absolute;
	top: 4px;
}
ul.service-list li {
	color: #333;
	font-weight: 600;
	padding: 0 0 10px 30px;
	position: relative;
}
ul.service-list li:last-child {
    padding-bottom: 0;
}
.service-box .title-box {
    margin-top: 0;
}
/* Close Icon on List */
ul.service-list li.simpx {
    color: #999
}
ul.service-list li.simpx:before {
    color: #BD2106;
	content: "\f164";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	left: 0;
	position: absolute;
	top: 4px;
}

/*
|----------------------------------------------------------------------------
	13. Trending Project / #trendingproject
|----------------------------------------------------------------------------
*/
#trendingproject {
	padding: 100px 0;
}
.trendingproject-item-block {
	margin: 60px 0 0;
}
.trendingproject-item-block:first-child {
    margin: 0;
}
.trendingproject-item-block .portfolio-wrapper {
    margin-bottom: 0;
	border-radius: 10px;
}
.trendingproject-wrap {
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin: 0 0 30px;
    padding: 30px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.trendingproject-wrap:hover {
    -webkit-box-shadow: 0px 10px 25px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 25px rgba(0,0,0,0.3);
    border-radius: 10px;
}
.trendingproject-wrap h3 {
    color: #000;
    font-weight: bold;
}
.trendingproject-box {
    display: table;
    width: 100%;
}
.trendingproject-wrap p:last-child {
	margin-bottom: 0;
}
ul.trendingproject-list {
	margin: 0 0 0 20px;
}

ul.portfolio-info {
    margin-bottom: 0;
}
ul.portfolio-info li {
    padding: 0 0 10px 0;
}
ul.portfolio-info li:last-child {
    padding-bottom: 0;
}
ul.portfolio-info li span {
    font-weight: bold;
    padding-right: 10px;
}
ul.portfolio-info li i {
	color: #0347AB;
    font-weight: bold;
    padding-right: 0;
}
ul.portfolio-info li .info-right {
    color: #333;
	padding-left: 30px;
}
.trendingproject-box .title-box {
    margin-top: 0;
}


/*
|----------------------------------------------------------------------------
	14. TESTIMONIAL / #testimonials
|----------------------------------------------------------------------------
*/
#testimonials {
	padding: 100px 0;
}
.testimonial-item {
	position: relative;
}
.testimonial-content .blockquote {
	font-style: italic;
	font-size: 18px;
	font-weight: 600;
    margin: 0 0 30px;
	padding-top: 50px;
	position: relative;
}
.testimonial-content .blockquote::before {
    color: #0347AB;
    content: "“";
    font-family: 'Times New Roman';
    font-size: 5em;
	line-height: 1;
    left: -10px;
    position: absolute;
    top: 0px;
}
.testimonial-author {
    text-align: center;
}
.testimonial-author > img {
	border-radius: 50%;
	margin: 0 auto;
	max-width: 150px;
}
.testimonial-author h4 {
	font-weight: 500;
	color: #0347AB;
	margin: 20px 0 10px;
}
.testimonial-author > p {
	color: #333;
    margin: 0;
	font-size: 13px;
	font-style: italic;
}
/* CAROUSEL CONTROL FOR TESTIMONIAL */
a.carousel-hash-nav-image {
	display: block;
    max-width: 80px;
    margin: 10px 0;
}
a.carousel-hash-nav-image img {
	border:3px solid transparent;
    border-radius: 10px;
	opacity: 0.8;
}
a.carousel-hash-nav-image:hover img, a.carousel-hash-nav-image:focus img, a.carousel-hash-nav-image:active img {
    opacity: 1;
	border-color: #f5b904;
}

.testimonials .owl-carousel {
	position: relative;
}
.testimonials .owl-nav .owl-prev {
	left: 0;
}
.testimonials .owl-nav .owl-next {
	right: 0;
}


/*
|----------------------------------------------------------------------------
	14.1. STAR RATINGS / .rating-wrap
|----------------------------------------------------------------------------
*/
.rating-wrap {
	text-align: right;
}
.rating-wrap .rating {
    color: #f5b904;
    display: inline-block;
    position: relative;
    text-align: left;
}
.rating-wrap .rating::before {
    content: "\f005\f005\f005\f005\f005";
    font: 18px/1.2em "Font Awesome 5 Free";
    letter-spacing: 2px;
}
.rating-wrap .rating .stars {
    color: #f5b904;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rating-wrap .rating .stars::before {
    color: inherit;
    font: 18px/1.2em "Font Awesome 5 Free";
    letter-spacing: 2px;
}
.rating-wrap .rating .stars.one::before {
    content: "\f005";
	font-weight: 900;
}
.rating-wrap .rating .stars.two::before {
    content: "\f005\f005";
	font-weight: 900;
}
.rating-wrap .rating .stars.three::before {
    content: "\f005\f005\f005";
	font-weight: 900;
}
.rating-wrap .rating .stars.four::before {
    content: "\f005\f005\f005\f005";
	font-weight: 900;
}
.rating-wrap .rating .stars.five::before {
    content: "\f005\f005\f005\f005\f005";
	font-weight: 900;
}


/*
|----------------------------------------------------------------------------
	15. Blog / #blog
|----------------------------------------------------------------------------
*/
#blog {
	padding: 100px 0;
}
.blog-item-block, .blog-grid-style .blog-item-block {
	margin: 60px 0 0;
}
.blog-item-block:first-child {
    margin: 0;
}
.blog-grid-style .blog-item-block:first-child {
    margin: 60px 0 0;
}
.blog-grid-style .grid-blog-multirow {
    margin-top: -60px;
}
.blog-item-block .blog-wrapper {
    margin-bottom: 0;
	border-radius: 10px;
}
.post-wrap {
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 30px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.post-wrap:hover {
    -webkit-box-shadow: 0px 10px 25px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 25px rgba(0,0,0,0.3);
    border-radius: 10px;
}
.post-wrap h3 {
    color: #000;
    font-weight: bold;
}
.post-wrap p:last-child {
	margin-bottom: 0;
}

.post-meta {
    font-size: 13px;
    font-style: italic;
}
.post-meta a {
    color: #676767;
}
.post-meta a:hover {
    color: #0347AB;
}
.post-meta span:last-child {
    padding: 0;
}
.post-meta i {
    padding: 0 10px 0 0;
}
.post-meta span {
    padding: 5px 15px 5px 0;
	display: inline-block;
}
#blog.blog-page .post-wrap {
    margin-bottom: 30px;
}
.post-thumb > img {
    width: 100%;
}
#blog .post-title > h3 {
	font-weight: bold;
    margin: 0 0 15px;
}
#blog .post-title a {
	text-decoration: none;
}
#blog .post-excerpt {
    margin-bottom: 20px;
}
#blog .post-excerpt > p {
    margin: 0;
}
a.btn-more {
	display: inline;
	font-weight: bold;
}
a.btn-more:hover i {
    margin-left: 2px;
}

.blog-wrapper {
    cursor: pointer;
	margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.blog-wrapper > img {
	width: 100%;
}
.blog-overlay-inner {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}
.blog-overlay-content {
    display: table-cell;
    vertical-align: middle;
}
.blog-link {
    margin: .5rem 0 15px;
}
.blog-link a {
	color: #f5b904;
	display: inline-block;
    margin: 5px;
    padding: 6px 10px;
    font-size: 16px;
    border: 1px solid #f5b904;
	border-radius: 5px;
}
.blog-link a:hover {
    color: #fff;
	background-color: #f5b904;
}

.blog-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;	
    opacity: 0;
	padding: 10%;
    position: absolute;
    text-align: center;
    top: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
	-webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    width: 100%;
    z-index: 2;
}
.blog-overlay p, .blog-overlay a {
    position: relative;
    z-index: 4;
}
.blog-overlay::before {
    border-width: 0;
    content: "";
    height: 0;
    left: 10%;
    position: absolute;
    top: 10%;
	-webkit-transition: height 0.5s ease 0.15s;
    -moz-transition: height 0.5s ease 0.15s;
    -ms-transition: height 0.5s ease 0.15s;
    -o-transition: height 0.5s ease 0.15s;
    transition: height 0.5s ease 0.15s;
    width: 0;
    z-index: 3;
}
.blog-overlay::after {
    border-width: 0;
    bottom: 10%;
    content: "";
    height: 0;
    position: absolute;
    right: 10%;	
	-webkit-transition: width 0.1s ease 0.2s;
    -moz-transition: width 0.1s ease 0.2s;
    -ms-transition: width 0.1s ease 0.2s;
    -o-transition: width 0.1s ease 0.2s;
    transition: width 0.1s ease 0.2s;
    width: 0;
    z-index: 3;
}
.blog-wrapper:hover .blog-overlay::before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 80%;	
	-webkit-transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    -moz-transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    -ms-transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    -o-transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    width: 80%;
}
.blog-wrapper:hover .blog-overlay::after {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 80%;
	-webkit-transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    -moz-transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    -ms-transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    -o-transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    width: 80%;
}
.blog-wrapper:hover .blog-overlay {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/*************************** Post meta floating ***************************/
.blog-text-block.floatingmeta {
    margin-bottom: 25px;
}
.blog-text-block.floatingmeta .post-meta {
    background-color: #0347AB;
    color: #fff;
    padding: 12px 15px;
    position: absolute;
    bottom: -26px;
    width: calc(100% - 60px);	
    text-align: center;
}
.blog-text-block.floatingmeta .post-meta a {
    color: #fff;
}

/*************************** trendingblog ***************************/
#trendingblog {
	padding: 100px 0;
}
.trendingblog .blog-item-block .blog-wrapper {
	border-radius: 10px 10px 0 0;
}
.trendingblog .post-wrap {
	border-radius: 0 0 10px 10px;
}
.trendingblog .post-wrap h3 {
    font-size: 18px;
	margin-bottom: 25px;
}
.trendingblog .blog-text-block.floatingmeta {
	margin-bottom: 0;
}
.trendingblog .blog-text-block.floatingmeta .post-meta {
	background-color: #0347AB;
	position: relative;
	bottom: inherit;
	width: auto;
	text-align: left;
}


/*
|----------------------------------------------------------------------------
	16. Contact / #contact
|----------------------------------------------------------------------------
*/
#contact {
	padding: 100px 0;
}

#map {
	border: 1px solid rgba(252, 213, 153, 0.8);
	border-radius: 4px;
	height: 374px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.map-marker h3 {
	margin: 0 0 10px;
}
.map-marker > p {
    margin: 0;
}
.contact-item {
    margin: 40px 0 0;
}
.contact-left {
    overflow: hidden;
}
.contact-right {
    margin-left: 80px;
    overflow-wrap: break-word;
}
.contact-desc > span {
    color: #0347AB;
    font-size: 22px;
    font-weight: bold;
    border-left: 4px solid #f5b904;
    padding-left: 10px;
}
.contact-desc > h4 {
    margin: 10px 0 0;
	font-size: 16px;
	color: #505050;
}
.contact-desc a {
    color: #505050;
    text-decoration: none;
}
.contact-desc a:hover {
    color: #0347AB;
}
.contact-left i {
    border: 1px solid #0347AB;
    border-radius: 50%;
	color: #0347AB;
    height: 64px;
	font-size: 32px;
    line-height: 64px;
    text-align: center;
    width: 64px;
}
.contact-item:hover .contact-left i {
    background-color: #0347AB;
	color: #fff;
}
#msgSubmit {
    margin: 0 0 25px;
}
.form-group {
	display: table;
    position: relative;
	width: 100%;
    margin-bottom: 30px;
}
.form-group:last-child {
    margin-bottom: 0;
}
.input-group-icon {
    position: absolute;
	top: 0;
}
.form-group .input-group-icon {
    background-color: #f5b904;
    border: 0 none;
	border-radius: 4px;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    display: table-cell;
    font-size: 14px;
	height: 100%;
    padding: 6px 7px 5px;
    text-align: center;
	-webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    vertical-align: top;
    white-space: nowrap;
    width: 40px;
}
.form-control {
    border: 1px solid #f5b904;
    padding-left: 50px;
	color: #000;
}
.form-control:focus {
	background-color: #fff;
	border-color: #f5b904;
    box-shadow: 0 1px 5px 0 rgba(252, 213, 153, 0.075) inset, 0 0 6px 0 #f5b904;
}
#contactForm span.sub-text {
    bottom: 45px;
    color: #ce0606;
    font-size: 13px;
    position: absolute;
    right: 15px;
}
#msgContactSubmit.h3 {
    margin: 0 0 30px;
}
#contactForm .text-success {
    color: #37a000;
}
.hidden-processing-image {
	display: none;
}

/*************************** SELECT BOX / select.form-control ***************************/
select.form-control {
	background-color: #fff;
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #f5b904 50%),
		linear-gradient(135deg, #f5b904 50%, transparent 50%),
		radial-gradient(transparent 66%, transparent 66%);
	background-position: calc(100% - 18px) calc(1em + 2px),
		calc(100% - 13px) calc(1em + 2px),
		calc(100% - .5em) .5em;
	background-size: 5px 6px, 6px 5px, 1.5em 1.5em;
	background-repeat: no-repeat;
}
select.form-control::-ms-expand {
    display: none;
}


/*
|----------------------------------------------------------------------------
	17. SINGLE SERVICE / #service-single-content
|----------------------------------------------------------------------------
*/
#service-single-content {
    padding: 100px 0;
}
#service-single-content .post-image, #service-single-content .inner-image-box {
    margin: 0 0 30px;
}
#service-single-content .post-title {
	font-weight: bold;
	margin: 0 0 30px;
}
#service-single-content p:last-child {
    margin: 0;
}
.panel-group .panel.panel-default {
    border: 1px solid #0347AB;
	border-radius: 3px;
}
.panel-group .panel-heading {
    padding: 10px 15px;
	width: 100%;
	text-align: left;
	border: none;
    font-size: 16px;
	font-weight: bold;
}
.panel-group .panel-default > .panel-heading {
    cursor: pointer;
}
.panel-group .panel-title .indicator {
    margin-top: 5px;
}
.panel-group .panel-title a:hover, .panel-default > .panel-heading:hover a, .panel-default > .panel-heading:hover .indicator {
    color: #fff;
}
.panel-group .panel-body {
	background-color: #fff;
    padding: 15px 15px;
}
.panel-group .panel + .panel {
    margin-top: 15px;
}
.panel-default > .panel-heading.highlight, .panel-default > .panel-heading:hover {
	background-color: #c6cbdc;
    background-image: -moz-linear-gradient(to right, #0347AB 0px, #968aff 100%);
    background-image: -webkit-linear-gradient(to right, #0347AB 0px, #968aff 100%);
    background-image: -o-linear-gradient(to right, #0347AB 0px, #968aff 100%);
    background-image: -ms-linear-gradient(to right, #0347AB 0px, #968aff 100%);
    background-image: linear-gradient(to right, #0347AB 0px, #968aff 100%);
	color: #fff;
	border-radius: 2px 2px 0 0;
}
.panel-default > .panel-heading.highlight .indicator {
	color: #fff;
}
.panel-default > .panel-heading.highlight a {
	color: #0347AB;
}
.panel-group .highlight.default-color .panel-title .indicator, .panel-default > .panel-heading.highlight.default-color a {
	color: #fff;
}
.panel-default > .panel-heading, .panel-default > .panel-heading.default-color {
	background-color: #0347AB;
	background-image: -moz-linear-gradient(to bottom, #0347AB 0px, #0347AB 100%);
	background-image: -webkit-linear-gradient(to bottom, #0347AB 0px, #0347AB 100%);
	background-image: -o-linear-gradient(to bottom, #0347AB 0px, #0347AB 100%);
	background-image: -ms-linear-gradient(to bottom, #0347AB 0px, #0347AB 100%);
	background-image: linear-gradient(to bottom, #0347AB 0px, #0347AB 100%);
	color: #fff;
}

#singlesectionbanner {
	padding:  100px 0;
}
#singlesectionbanner::before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#singlesectionbanner {
	background-attachment: fixed;
	background-size:  cover;
	background-image: url("../simplify-images/background/sectionbanner.jpg");
	background-repeat:  no-repeat;
    background-position: 50% 0;
	position: relative;
	color: #fff;
}
#singlesectionbanner.singlesectionservicebanner {
	background-image: url("../simplify-images/background/sectionbanner.jpg");
}
#singlesectionbanner .banner-content {
    margin-top: 0;
	padding: 0;
}
#singlesectionbanner .banner-content p:last-child {
    margin-bottom: 0;
}


/*
|----------------------------------------------------------------------------
	17.1. SERVICE LIST / .service-list
|----------------------------------------------------------------------------
*/
#service-single-content .service-list .inner-title-box {
    margin: 0 0 40px;
}
#service-single-content .service-list ul {
    margin: 0;
    padding: 0 0 30px;
}
.service-list ul li {
	color: #333;
    font-weight: 600;
    padding: 0 0 10px 30px;
    position: relative;
}
.service-list ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
/* Service List Checkbox Colours */
.service-list ul li::before {
    color: #10800A;
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
	line-height: 1;
	font-weight: 500;
    left: 0;
    position: absolute;
    top: 4px;
}
.service-list ul li.simpx:before {
    color: #BD2106;
    content: "\f410";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
	line-height: 1;
	font-weight: 500;
    left: 0;
    position: absolute;
    top: 4px;
}

/*
|----------------------------------------------------------------------------
	17.2. SERVICE MENU / .service-menu
|----------------------------------------------------------------------------
*/
#service-single-content .service-list-menu {
    margin: 0 0 60px;
}
.service-menu li {
    margin: 0 0 15px;
}
.service-menu li:last-child {
	padding: 0;
}
.service-menu a {
    background-color: #0347AB;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
}
.service-menu a i {
    padding: 0 10px 0 0;
	color: #f5b904;
}
.service-menu a:hover, .service-menu a.active {
    background-color: #f5b904;
    color: #0347AB;
}
.service-menu a:hover i, .service-menu a.active i {
    color: #fff;
}

/*
|----------------------------------------------------------------------------
	17.3. SERVICE BROCHURE / .service-brochure
|----------------------------------------------------------------------------
*/
.service-brochure {
    background-color: #c6cbdc;
	border: 1px solid #c6cbdc;
    border-radius: 10px;
    margin: 60px 0 0;
    padding: 30px 15px;
}
.service-brochure:hover {
    background-color: #fff;
    border-color: #e5e5e5;
}
ul.brochure-menu {
    margin-bottom: 0;
}
.brochure-menu li {
    border-bottom: 1px dotted #f7f7f7;
    padding: 10px 0;
}
.service-brochure:hover .brochure-menu li {
    border-color: #c6cbdc;
}
.brochure-menu li:first-child {
    padding: 5px 0 10px;
}
.brochure-menu li:last-child {
    border-bottom: none;
	padding: 10px 0 0;
}
.brochure-menu li a {
    font-weight: bold;
}
.brochure-menu a i {
    float: right;
	padding: 6px 0;
}

/*
|----------------------------------------------------------------------------
	17.4. SERVICE FEATURE / .service-features
|----------------------------------------------------------------------------
*/
#service-single-content .service-features {
    margin: 60px 0 0;
}


/*
|----------------------------------------------------------------------------
	18. SINGLE PORTFOLIO / #pfolio-single-content
|----------------------------------------------------------------------------
*/
#pfolio-single-content {
    margin: 100px 0;
}
#pfolio-single-content aside#sidebar .title-box:first-child {
    margin-top: 0;
}
#pfolio-single-content .post-title h1 {
    margin: 0 0 30px;
}
#pfolio-single-content .post-image {
    margin: 30px 0;
}
#pfolio-single-content #sidebar .portfolio-link {
    margin: 0;
}
#pfolio-single-content #sidebar .portfolio-link a {
    margin: 0;
}
#pfolio-single-content ul.portfolio-info {
    background-color: #c6cbdc;
	border: 1px solid #c6cbdc;
    border-radius: 10px;
	margin: 40px 0;
    padding: 15px 20px;
}
#pfolio-single-content ul.portfolio-info:hover {
    background-color: #fff;
    border-color: #e5e5e5;
}
#pfolio-single-content ul.portfolio-info li {
    border-bottom: 1px dotted #f7f7f7;
    padding: 10px 0;
}
#pfolio-single-content ul.portfolio-info:hover li {
    border-color: #c6cbdc;
}
#pfolio-single-content ul.portfolio-info li:last-child {
    border: 0 none;
}
#pfolio-single-content ul.portfolio-info li span, #pfolio-single-content ul.portfolio-info li i {
    font-weight: bold;
}
#related-portfolio {
	clear: both;
}
#related-portfolio .title-box {
	margin: 60px 0 0;
}
.pfolio-single-content .btn.btn-project {
    margin: 0 0 30px;
}

#pfolio-single-content #sidebar .portfolio-link a {
    border: none;
}
#pfolio-single-content #related-portfolio .portfolio-wrapper {
	margin-top: 30px;
    margin-bottom: 0;
}
.post-navigation a {
	padding: 6px 20px;
	border: 1px solid;
}
.post-navigation .post-navbtn {
    display: inline-block;
	margin-top: 10px;
}
.post-navigation .post-navbtn a.btn-transparent {
    background-color: transparent;
    color: #000;
}
.post-navigation .post-navbtn a.btn-shutter-out-horizontal::before {
    background-color: #0347AB;
}
.post-navigation .post-navbtn a.btn-transparent:hover {
    background-color: transparent;
    color: #fff;
}


/*
|----------------------------------------------------------------------------
	19. SINGLE BLOG / #blog-single-content
|----------------------------------------------------------------------------
*/
#blog-single-content {
    margin: 100px 0;
}
#single-post-content .post-title {
    margin: 30px 0 25px;
}
.post-title h1 {
    font-weight: bold;
    margin: 0 0 15px;
}
#single-post-content .post-meta {
	margin: 0 0 30px;
	background-color: #c6cbdc;
	padding: 5px 15px;
	border-radius: 3px;
}
#blog-single-content .post-meta i {
    color: #0347AB;
}

.post-meta i {
    color: #f5b904;
}
#single-post-content .post-body {
    margin: 0 0 30px;
}
blockquote {
	font-size: 18px;
    font-weight: 500;
    color: #000;
    border-left: 5px solid #0347AB;
    margin: 20px 30px;
	padding: 10px 20px;
}
.post-navigation {
    border-top: 1px solid #eee;
    padding-top: 30px;
	margin: 40px 0 50px;
}
.post .share-icon {
    margin: 0 0 30px;
}
.share-icon .list-inline.list-social {
    margin: 0;
}
.share-icon .list-inline.list-social li {
    margin: 10px 0 0;
}
.share-icon > span {
    color: #0347AB;
    font-weight: bold;
}
/* ************* Simples Share Buttons ************************ */
/* Simples Share */
.simples-share {
color: #0347AB;
font-weight: bold;
font-size:17px;
}
.share-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 3px 10px 4px 8px;
  margin: 10px;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
}
.share-button:hover {
  color: #fff;
  background-color: #4f4f4f;
}
.share-button:active {
  top: 1px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
}
.share-button svg {
  fill: #ffffff;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
.share-button.facebook { background-color: #4A66B7; }
.share-button.facebook:hover { background-color: #556fbb; }

.share-button.twitter { background-color: #1B95E0; }
.share-button.twitter:hover { background-color: #269ce5; }

.share-button.pinterest { background-color: #c92228; }
.share-button.pinterest:hover { background-color: #cf4146; }

.share-button.linkedin { background-color: #0077B5; }
.share-button.linkedin:hover { background-color: #1e84b9; }

.share-button.reddit { background-color: #5f99cf; }
.share-button.reddit:hover { background-color: #75a6d4; }

.share-button.tumblr { background-color: #35465c; }
.share-button.tumblr:hover { background-color: #455166; }

.share-button.hacker-news { background-color: #ff6600; }
.share-button.hacker-news:hover { background-color: #ff7515; }

.share-button.designer-news { background-color: #2d72d9; }
.share-button.designer-news:hover { background-color: #3d82e9; }

.share-button.google-plus {
  background-color: #fefefe;
  color: #333;
}
.share-button.google-plus:hover {
  background-color: #f6f6f6;
  color: #333;
}
.share-button.google-plus svg {
  fill: #DB4437;
}

/*
|----------------------------------------------------------------------------
	19.1. RELATED POST / #related-blog
|----------------------------------------------------------------------------
*/
#related-blog {
    clear: both;
}
#related-blog .blog-wrap {
	background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
	margin: 0 auto 50px;
}
#related-blog .blog-wrap:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#related-blog .blog-thumb img, .post .post-image img, .post-thumbnail img  {
	width: 100%;
}
#related-blog .blog-title h3 {
    font-size: 18px;
    margin: 20px 0;
}
#related-blog .blog-title h3 a {
	text-decoration: none;
}
#related-blog .blog-wrap:hover .blog-thumb::before {
    content: none;
}
.blog-thumb > a, .post-thumbnail a {
    display: block;
}

/*
|----------------------------------------------------------------------------
	19.2. POST COMMENTS LIST / .commentlist
|----------------------------------------------------------------------------
*/
#comments {
    position: relative;
}
#comments .title-box {
    margin: 10px 0 40px;
}
/*commentlist*/
#comments .commentlist {
    margin-left: 32px;
    list-style: outside none none;
}
.commentlist li {
    margin: 0 0 30px;
    position: relative;
}
#comments .commentlist li.comment div.comment-wrap {
    background-color: #c6cbdc;
}
.commentlist li ul.children {
	margin: 30px 0;
}
.comment-wrap {
    border: 1px solid #c6cbdc;
    border-radius: 5px;
    padding: 30px 50px;
    position: relative;
}
.comment-wrap h4 {
    margin: 0 0 10px;
}
.comment-author-avatar {
    background-color: #c6cbdc;
    border: 1px solid #c6cbdc;
    border-radius: 10px;
    left: -34px;
    padding: 4px;
    position: absolute;
    top: 30px;
}
.children .comment-author-avatar {
    left: -25px;
}
.comment-author-avatar img {
    border-radius: 10px;
    display: block;
}
.commentlist li .children {
	list-style: outside none none;
    margin-top: 0;
}
.comment-content .comment-meta {
	margin: 0 0 25px;
}
.comment-content .comment-meta h4 a {
	color: #222;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	border: none;
	padding-left: 0;
}
.comment-content .comment-meta a {
	color: #0347AB;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
	border-left: 4px solid #0347AB;
	padding-left: 10px;
}
.comment-content a {
	text-decoration: none;
}
.commentlist li .comment-content p {
    color: #505050;
    margin: 0 0 25px;
}
.commentlist li .comment-content a.comment-reply-link {
    margin-top: 25px;
	font-weight: bold;
}

/*
|----------------------------------------------------------------------------
	19.3. COMMENTS FORM / #commentform
|----------------------------------------------------------------------------
*/
#respond .title-box {
    margin: 60px 0 40px;
}
form label {
    font-weight: bold;
}
#commentform .comment-notes {
    font-weight: 500;
    color: #fff;
    background-color: #0347AB;
    padding: 10px 15px;
	border-radius: 6px;
    text-align: center;
}
#commentform .required {
    font-weight: bold;
    color: #ce0606;
}
#commentform .form-control {
    padding-left: 10px;
}

/*
|----------------------------------------------------------------------------
	19.4. SIDEBAR / #sidebar
|----------------------------------------------------------------------------
*/
/*Search*/
.search-input-group .form-control{
	border-color: #f5b904;
	border-right: 0;
	padding-left: 10px;
}
.search-input-group .form-control:focus, .search-input-group .form-control:focus + .input-group-addon{
	border-color: #f5b904;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075) inset, 0 0 6px 0 #f5b904;
}
.search-input-group .input-group-addon {
    background-color: #f5b904;
    border-color: #f5b904;
	border-radius: 0 5px 5px 0;
}
.search-input-group .input-group-addon button{
    border: none;
    background: transparent;
	cursor: pointer;
}
.search-input-group .input-group-addon i {
    color: #fff;
	padding: 11px 15px 9px;
}
.widget-area ul {
    list-style: outside none none;
    padding: 0;
	margin-bottom: 0;
}
.widget-area ul li::before {
    color: #0347AB;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    padding-right: 10px;
}
.recent-comments li::before{
    content: "\f4ad";
	margin-left: -25px;
}
.widget-area .recent-comments ul li {
    padding-left: 25px;
    color: #222;
	font-weight: 500;
}
.widget-area ul li {
	color: #505050;
    border-bottom: 1px solid #f5f5f5;
    margin: 20px 0;
    padding: 0 0 20px;
}
.widget-area ul li h3 {
    font-size: 18px;
	margin: 0 0 10px;
}
.widget-area .post-thumbnail, .footer .post-thumbnail {
    float: left;
    height: 80px;
    margin-right: 15px;
	margin-top: 5px;
    overflow: hidden;
    position: relative;
    width: 80px;
}
.widget-area .post-content, .footer  .post-content {
    margin-left: 95px;
}
#sidebar .widget .post-meta {
    border-left: 4px solid #f5b904;
    padding-left: 10px;
}

.tags a {
    background-color: #c6cbdc;
    border-radius: 5px;
    display: inline-block;
    margin: 0 0 8px 5px;
    padding: 6px 12px;
}
.tags a:hover {
    background-color: #0347AB;
    color: #fff;
}


/*
|----------------------------------------------------------------------------
	20. TEAM / .team-wrap
|----------------------------------------------------------------------------
*/
#team {
	padding: 100px 0;
}
.team-wrap {
	background-color: #f9f9f9;
    border-radius: 10px;
    max-width: 300px;
	margin: 0 auto;
    position: relative;
    text-align: center;
}
.team-row-mt-30 {
    margin-top: 30px;
}
.team-thumb, .team-thumb img {
	border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-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;
}
.team-details {
    background-color: #0347AB;
	border-radius: 0 0 10px 10px;
    bottom: 0;
    color: #fff;
    left: 0;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
	z-index: 2;
}
.team-title h4 {
    display: block;
	color: #fff;
	line-height: 1.48;
    margin: 0 0 10px;
    text-transform: capitalize;
}
.team-title h5 {
	color: #f5b904;
    font-size: 14px;
	line-height: 1.48;
	font-style: italic;
    display: block;
    margin: 0;
}
.team-social {
    padding: 50px 0 10px;
	border: 1px solid transparent;
}
.team-wrap .social-icon {
    display: inline-block;
}
.team-wrap .social-icon.social-icon-small i {
	background-color: transparent;
}
.team-wrap:hover img {
    transform: rotate(10deg);
}
.team-wrap:hover .team-details {
    border-radius: 0;
    bottom: 60px;
}
.team-wrap:hover .team-social {
    border: 1px solid;
    border-radius: 0 0 10px 10px;
}

.post-author .team-wrap {
    background-color: transparent;
}


/**************************** TEAM STYLE 2 / .team-style-2 ****************************/
.team-style-2 .team-wrap .team-thumb {
    top: -40px;
    position: relative;
    margin-top: 40px;
}
.team-style-2 .team-wrap .team-thumb img {
    max-width: 160px;
	margin: 0 auto;
}
.team-style-2 .team-wrap .team-details {
    border-radius: 0;
    bottom: 60px;
}
.team-style-2 .team-wrap .team-social {
    border: 1px solid;
    border-radius: 0 0 10px 10px;
}
.team-style-2 .team-wrap:hover .team-thumb img {
    transform: rotate(0deg);
}
.team-style-2 .team-wrap:hover .team-details {
    bottom: 0;
}
.team-style-2 .team-wrap:hover .team-social {
    top: -85px;
    position: relative;
    border: none;
}
.team-style-2 .team-wrap:hover .team-social .social-icon {
    background-color: #f5b904;
}


/*
|----------------------------------------------------------------------------
	21. Button / .btn-shutter-out-horizontal
|----------------------------------------------------------------------------
*/
.btn {
	overflow: hidden;
	padding: 6px 20px;
}
.btn-shutter-out-horizontal {
    background-color: #0347AB;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
	color: #fff;
    display: inline-block;
    position: relative;
	-moz-transform: perspective(1px) translateZ(0px);
	-webkit-transform: perspective(1px) translateZ(0px);
	-o-transform: perspective(1px) translateZ(0px);
	-ms-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	-webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
}
.btn-shutter-out-horizontal::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform:scaleX(0);
    -webkit-transform:scaleX(0);
    -o-transform:scaleX(0);
    -ms-transform:scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
    z-index: -1;
}
.btn-shutter-out-horizontal:hover, .btn-shutter-out-horizontal:focus, .btn-shutter-out-horizontal:active {
    color: #000;
	box-shadow: none;
}
.btn-shutter-out-horizontal:hover::before, .btn-shutter-out-horizontal:focus::before, .btn-shutter-out-horizontal:active::before {
    -moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.btn-transparent {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.btn.btn-shutter-out-horizontal.disabled {
    opacity: 1;
}

/*
|----------------------------------------------------------------------------
	22. SUBSCRIBE / #mc-form
|----------------------------------------------------------------------------
*/
.mc-form-holder {
    max-width: 360px;
	position: relative;
}
#mc-form .form-control {
    background-color: transparent;
    color: #fff;
	font-size: 13px;
    border: 1px solid #f7f7f7;
    border-radius: 4px 0 0 4px;
    display: inline;
    height: 34px;
    padding: 3px 10px 5px;
    vertical-align: top;
	width: 79%;
}
#mc-form .form-control:focus { 
    box-shadow: 0 1px 1px rgba(75, 169, 25, 0.075) inset, 0 0 8px rgba(75, 169, 25, 0.6);
    outline: 0 none;
}
#mc-form .btn {
    background-color: #f7f7f7;
    border: medium none;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
    color: #fff;
    display: inline;
    font-size: 18px;
    height: 34px;
    margin: 0 0 0 -6px;
	padding: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-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: 20%;
}
#mc-form .btn i {
    color: #0347AB;
}
#mc-form .btn:hover i {
    color: #f5b904;
}
#mc-form label {
	color: #fff;
    font-size: 16px;
    font-weight: normal;
	line-height: 1.2;
    left: 0;
    position: absolute;
    top: 40px;
}
#mc-form .error {
    color: #e91313;
}
#mc-form .valid {
    color: #37a000;
}


/*
|----------------------------------------------------------------------------
	23. SOCIAL / .social-icon
|----------------------------------------------------------------------------
*/
.list-inline.list-social {
    margin: 0 0 30px;
    padding: 0;
}
.list-social.list-inline > li {
    padding: 0;
}
.list-social.list-inline > li.list-inline-item:not(:last-child) {
    margin-right: 0;
}
.social-icon {
    border-radius: 50%;
    color: #0347AB;
    display: block;
    height: 32px;
    margin-right: 2px;
    overflow: hidden;
    text-align: center;
    text-shadow: none;
    width: 32px;
}
.social-icon-rounded {
    border-radius: 50%;
}
.social-icon-dark, .social-icon-light {
    border-color: transparent;
}
.social-icon-dark {
    background-color: #444;
    color: #fff;
}
.social-icon-light, .footer .social-icon-light {
    background-color: #b5b5b5;
    color: #666;
}
.social-icon-colored, .share-icon .social-icon-colored {
    border-color: transparent;
}
.social-icon.social-icon-large {
    height: 44px;
    margin: 0 10px 10px 0;
    width: 44px;
}
.social-icon.social-icon-small {
    height: 24px;
    width: 24px;
}
.social-icon i {
    display: block;
	font-size: 22px;
    line-height: 32px;
    position: relative;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}
.social-icon.social-icon-small i {
    font-size: 16px;
    line-height: 24px;
}
.social-icon.social-icon-large i {
    font-size: 34px;
    line-height: 44px;
}
.social-icon.social-icon-large:hover i:first-child {
    margin-top: -44px;
}
.social-icon.social-icon-small:hover i:first-child {
    margin-top: -24px;
}
.social-icon:hover i:first-child {
    margin-top: -32px;
}

.social-icon:hover {
	text-decoration: none;
}
.social-icon-colored.social-icon, .social-icon:hover {
    border-color: transparent;
}
.social-icon-colored.social-icon-facebook, .social-icon-facebook:hover {
    background-color: #3b5998;
}
.social-icon-colored.social-icon-twitter, .social-icon-twitter:hover {
    background-color: #00acee;
}
.social-icon-colored.social-icon-gplus, .social-icon-gplus:hover {
    background-color: #dd4b39;
}
.social-icon-colored.social-icon-linkedin, .social-icon-linkedin:hover {
    background-color: #0077b5;
}
.social-icon-colored.social-icon-vimeo, .social-icon-vimeo:hover {
    background-color: #1ca7cc;
}
.social-icon-colored.social-icon-pinterest, .social-icon-pinterest:hover {
    background-color: #cb2027;
}
.social-icon-colored.social-icon-dribbble, .social-icon-dribbble:hover {
    background-color: #ec4a89;
}
.social-icon-colored.social-icon-rss, .social-icon-rss:hover {
    background-color: #fb9f3c;
}
.social-icon-colored.social-icon-flickr, .social-icon-flickr:hover {
    background-color: #ff0084;
}
.social-icon-colored.social-icon-instagram, .social-icon-instagram:hover {
    background-color: #bc2a8d;
}
.social-icon-colored.social-icon-youtube, .social-icon-youtube:hover {
    background-color: #bb0000;
}
.social-icon-colored.social-icon-skype, .social-icon-skype:hover {
    background-color: #12a5f4;
}
.social-icon-colored.social-icon-yahoo, .footer .social-icon-yahoo:hover {
    background-color: #7B0099;
}
.social-icon-colored.social-icon-tumblr, .social-icon-tumblr:hover {
    background-color: #32506d;
}
.social-icon i:last-child {
    color: #fff;
}
.social-icon-colored i {
    color: #fff;
}


/*
|----------------------------------------------------------------------------
	24. PAGINATION / .pagenavigation
|----------------------------------------------------------------------------
*/
.pagenavigation .pagination {
    margin: 40px 0 0;
}
.pagenavigation .pagination > li {
	display: inline-block;
	margin: 10px 0 0;
}
.pagenavigation .pagination > li > a, .pagenavigation .pagination > li > span {
    border: 1px solid #d5d5d5;
    color: #222;
	padding: .5rem .75rem;
}
.pagenavigation .pagination > li > span {
	margin-left: -1px;
	border: none;
	font-weight: bold;
}
.pagenavigation .pagination > .active > a, 
.pagenavigation .pagination > .active > a:focus, 
.pagenavigation .pagination > .active > a:hover, 
.pagenavigation .pagination > .active > span, 
.pagenavigation .pagination > .active > span:focus, 
.pagenavigation .pagination > .active > span:hover {
    background-color: #f5b904;
    border-color: #f5b904;
	color: #fff;
	box-shadow: none;
}
.pagenavigation .pagination > li > a:focus, .pagenavigation .pagination > li > a:hover, .pagenavigation .pagination > li > span:focus, .pagenavigation .pagination > li > span:hover {
    background-color: #0347AB;
    border-color: #0347AB;
	color: #fff;
}
.pagenavigation .pagination > li > a.pageindex {
    background-color: #0347AB;
    border-color: #0347AB;
	color: #fff;
}
.pagenavigation .pagination > li > a.pagegapdot {
    background-color: transparent;
    border-color: #d5d5d5;
	color: #222;
}


/*
|----------------------------------------------------------------------------
	25. FAQ / #faq
|----------------------------------------------------------------------------
*/
#faq {
    padding: 100px 0;
}


/*
|----------------------------------------------------------------------------
	26. PRICING / #pricing
|----------------------------------------------------------------------------
*/
#pricing {
    padding: 100px 0;
}
.pricing-plan-wrapper-box {
	margin-top: -30px;
}
.pricing-plan-item-wrap {
	margin: 30px 0 0;
}
.pricing .price-wrap {
    background-image: url(../simplify-images/pricing.png);
    background-position: center bottom;
    background-size: cover;
	margin-left: -15px;
	margin-right: -15px;
	min-height: 120px;
	border-radius: 6px 6px 0 0;
}
.pricing-plan-title-style1 h3, .service-content .pricing-plan-title-style1 h3 {
	background-color: #0347AB;
	margin-left: 20px;
	margin-right: 20px;	
	border-radius: 10px 10px 0 0;
	padding: 15px 0 14px;
	height: 60px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	font-size: 24px;
    font-weight: bold;
}
.pricing .pricing-wrap {
	color: #000;
}
.pricing .active .pricing-wrap {
	color: #fff;
}
.pricing .pricing-wrap:hover {
	color: #fff;
}
.pricing .pricing-wrap p.simp-ukpound {
	color: #0347AB;
}
.pricing {
	padding: 120px 0 70px;
	background-color: #fff;
}
.pricing .pricing-wrap {
	background-color: #ddd;
	border-radius: 6px;
    text-align: center;
	border: none;
	padding: 0 15px 30px;
}
.pricing .pricing-wrap:hover {
	background-color: #f5b904;
}
.pricing .pricing-wrap a.btn {
    margin: 30px 0 0;
	text-transform: capitalize;
}
.pricing .price-wrap p {
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    padding: 20px 15px;
	margin-bottom: 0;
}
.pricing .pricing-wrap p sub {
	bottom: 0;
	font-size: 15px;
}
.pricing .pricing-wrap .btn-link {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #222;
    font-weight: bold;
    margin: 0 0 30px;
    padding: 6px 20px;
    text-decoration: none;
}
.btn.btn-link.change-plan:hover {
    background-color: transparent;
    border-color: #000;
}
.pricing .price-wrap sup {
    font-size: 60%;
    top: -0.75em;
}
.pricing .price {
	margin: 0;
}
.pricing .price > li {
    padding: 10px;
}
.pricing .col-md-3.col-xs-6.active .pricing-wrap .price > li  {
    border-color: #fff;
}

.pricing .professional {
	background-color: #f5b904;
}

/*
|----------------------------------------------------------------------------
	27. Section BANNER / .section-banner
|----------------------------------------------------------------------------
*/
.section-banner {
    padding: 100px 0;
    position: relative;
    width: 100%;
}
.section-banner::before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.section-banner {
	background-attachment: fixed;
	background-color: #b5b5b5;
	background-repeat: no-repeat;
    background-position: 50% 0;
	background-size: cover;
}
.section-banner.contact-top-banner {
    background-image: url("../simplify-images/background/about-banner.jpg");
}
.section-banner h3 {
    color: #fff;
    font-size: 34px;
	font-weight: bold;
	margin: 0;
}

/*
|----------------------------------------------------------------------------
	28. SUCCESS STORY / #success-story
|----------------------------------------------------------------------------
*/
#success-story {
    padding: 100px 0 50px;
}
.success-story .icon {
    color: #f5b904;
	margin: 0 0 20px;
}
.success-story .icon i {
    font-size: 48px;
}
.counter-wrap {
    font-weight: 700;
    margin: 0 0 50px;
}
.counter-wrap > p {
	color: #555;
    margin: 10px 0 0;
    font-size: 20px;
	font-weight: 500;
}
.counter {
    font-size: 42px;
	color: #0347AB;
	line-height: 1;
    font-weight: 700;
    text-align: center;
}

/*
|----------------------------------------------------------------------------
	29. FOOTER / .footer
|----------------------------------------------------------------------------
*/
.footer {
    background-color: #222;
    color: #fff;
}
.footer-widget-area {
	padding: 100px 0;
}
.footer, .footer a, .footer p, .footer li  {
    color: rgba(238, 238, 238, 0.7);
	font-size: 13px;
	line-height: 1.48;
}
.footer p {
	line-height: 1.625;
}
.footer a:hover  {
    color: #f5b904;
}
.footer .copyright {
    margin: 0 0 15px;
}
.footer h4.widget-title {
	color: #bbb;
	font-size: 20px;
	line-height: 1.3;
	margin: 0 0 40px;
	padding-bottom: 5px;
    position: relative;
	text-transform: capitalize;
}
.footer h4.widget-title::before {
    background-color: #ddd;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 0 0 -2px;
    position: absolute;
    width: 40px;
}
.footer h4.widget-title span {
	font-weight: bold;
	color: #ddd;
}
.footer p strong {
    font-weight: normal;
}

.footer .footerwidget-wrap .portfolio-wrapper {
	margin-bottom: 0;
}
.footer .widget-area ul.useful-links li {
	color: #f5f5f5;
    border-bottom: none;
    padding: 0;
	margin: 10px 0 0;
}
.footer .widget-area ul.useful-links li:first-child {
	margin: 0;
}
.footer .widget-area ul.useful-links li a::before {
	color: #f5f5f5;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
	font-weight: 700;
    padding-right: 8px;
}
.footer ul li a:hover, .footer ul.list-unstyled li a:hover  {
	color: #f5b904;
	text-decoration: none;
}
.footer .portfolio-link {
    margin: 0;
}
.footer .portfolio-link a {
	color: #f5b904;
	margin: 2px;
	padding: 5px 7px;
}
.footer .portfolio-link a:hover {
    color: #fff;
}
#footer .list-inline.list-social {
    margin: 1rem 0 0;
	line-height: 1;
}
#footer .list-inline.list-social a.social-icon {
    border: none;
    color: #f5f5f5;
	margin-top: 5px;
}
#footer .list-inline.list-social a.social-icon i {
    line-height: 1.48;
}
#footer .list-inline.list-social a.social-icon:hover {
    border: none;
}
#footer .contact-info.list-unstyled > li {
    margin: 10px 0 0;
	padding-left: 30px;
}
#footer .contact-info.list-unstyled > li:first-child {
    margin: 0;
}
#footer .contact-info.list-unstyled > li i {
	color: #f5f5f5;
    padding: 0 10px 0 0;
	margin-left: -30px;
}
/*Footer Copyright*/
.footer hr {
    border-color: #f5f5f5;
    margin-bottom: 15px;
    margin-top: 0;
}
.footer-logo {
    float: left;
    height: 16px;
    margin: 5px 20px 0 0;
    width: auto;
}
.footer .copyright, .footer .copyright a.footer-site-link {
    font-size: 13px;
}
a.footer-site-link {
    color: #f5f5f5;
}

.scrollup {
    bottom: 80px;
	color: #f5b904;
    display: none;
    font-size: 42px;
    height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
	z-index: 999;
}

/*
|----------------------------------------------------------------------------
	30. 404 PAGE / .not-found
|----------------------------------------------------------------------------
*/
.not-found {
    background-attachment: fixed;
    background-image: url("../simplify-images/background/not-found.jpg");
    background-position: center center;
    background-size: cover;
}
.not-found .msg-box {
    display: table;
	float: right;
	height: 100vh;
}
.not-found .msg-box-inner {
    background-color: rgba(0, 0, 0, 0.9);
    display: table-cell;
    padding: 60px 30px;
    vertical-align: middle;
	text-align: center;
}
.not-found .msg-box-inner .msg-404 h2 {
    font-size: 64px;
	font-weight: bold;
	color: #0347AB;
}
.not-found .msg-box-inner .msg-404 h3 {
    font-size: 32px;
	font-weight: bold;
	color: #fd5308;
	margin: 10px 0 30px;
}
.not-found .msg-box-inner h4 {
    font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.not-found .msg-box-inner .msg p {
	color: #f5b904;
	margin: 10px 0;
}
.not-found .msg-box-inner .msg span {
	color: #fff;
	font-weight: bold;
}
.not-found .msg-box-inner .msg {
	margin: 0 0 30px;
}
.not-found .msg-box-inner .btn-holder {
    margin: 30px 0 0;
}
.not-found .msg-box-inner .btn-holder .btn {
    margin: 5px;
}
/* ==================================================== */
/* 	30. ACCOUNT ORDER SCRIPT CSS                        */
/* ==================================================== */
.ao-medium-txt {
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	padding-bottom: 15px;
}
/* Button Styles */
.btn-small, .btn-small:focus {
	padding: 7px 20px;
	margin: 0 0 0 0;
	font-family: 'Montserrat', sans-serif;
	display: inline-table;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #0f9ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	text-decoration: none;
	border: 0;
}
.btn-small:hover {
	color: #FFFFFF;
	background: #333333;
	text-decoration: none;
}
.btn-large {
	padding: 20px 50px 18px 50px;
	margin: 20px 0 0 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	display: inline-table;
	font-size: 24px;
	color: #FFFFFF;
	background: #0f9ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	text-decoration: none;
}
.btn-large:hover {
	color: #FFFFFF;
	background: #333333;
	text-decoration: none;
}
.btn-large-ban, .btn-large-ban:focus {
	padding: 20px 50px 18px 50px;
	margin: 20px 0 0 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	display: inline-table;
	font-size: 24px;
	color: #FFFFFF;
	background: #0b85af;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	text-decoration: none;
}
.btn-large-ban:hover {
	color: #FFFFFF;
	background: #333333;
	text-decoration: none;
}
.order-form hr {
	margin: 20px 0;
	padding: 0 0 0 0;
	border: 0;
	background: none;
	border-top: 1px solid #cccccc;
}
/* ************** PRELOADER STYLES ******************** */
#mask {
	background-color: #0d9ccb;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
}
#loader {
	background-image: url("../simplify-images/aorder/loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}
/* ************** ORDER FORM STYLES ******************** */
.order-form {
	padding: 80px 0;
	margin: 0 0 0 0;
	background: #ededed;
}
.order-btns {
	padding: 80px 0 0 0;
}
.order-opt-link, .order-opt-link:focus {
	padding: 40px 0 15px 0;
	margin: 0 0 30px 0;
	display: inline-table;
	background: #ffffff;
	font-family: 'Arvo', serif;
	color: #0f9ccc;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.order-opt-link .icon {
	left: 0;
	width: 100%;
	position: absolute;
	top: -30px;
	text-align: center;
	color: #0f9ccc;
	font-size: 58px;
	-webkit-text-shadow: -3px -3px 0 #ededed, 3px -3px 0 #ededed, -3px 3px 0 #ededed, 3px 3px 0 #ededed;
	-moz-text-shadow: -3px -3px 0 #ededed, 3px -3px 0 #ededed, -3px 3px 0 #ededed, 3px 3px 0 #ededed;
	-ms-text-shadow: -3px -3px 0 #ededed, 3px -3px 0 #ededed, -3px 3px 0 #ededed, 3px 3px 0 #ededed;
	text-shadow: -3px -3px 0 #ededed, 3px -3px 0 #ededed, -3px 3px 0 #ededed, 3px 3px 0 #ededed;
}
.order-opt-link:hover, .order-opt-link.active {
	background: #0f9ccc;
	color: #ffffff;
	text-decoration: none;
}
.html5-web {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.normal-pk {
	padding: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	color: #888888;
	background: url("../simplify-images/aorder/basic01.png") no-repeat 15px 15px #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.normal-pk:hover, .normal-pk.active {
	color: #ffffff;
	background: url("../simplify-images/aorder/basic02.png") no-repeat 15px 15px #0f9ccc;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.normal-pk h3 {
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
	font-size: 24px;
	color: #333333;
	text-transform: uppercase;
}
.normal-pk p {
	font-size: 13px;
}
.normal-pk:hover h3, .normal-pk.active h3 {
	color: #ffffff;
}
.normal-pk .price {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	color: #0f9ccc;
	font-size: 36px;
	font-weight: 700;
}
.normal-pk:hover .price, .normal-pk.active .price {
	color: #ffffff;
}
.normal-pk .price span {
	font-size: 30px;
}
.normal-pk .high-cont {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
}
.normal-pk:hover .high-cont, .normal-pk.active .high-cont {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}
.addi-opts {
	padding: 0 0 0 0;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	color: #888888;
	background: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	text-align: left;
}
.addi-opts .list-opt {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}
.addi-opts .list-opt li {
	padding: 3px 0 3px 30px;
	margin: 0 0 0 0;
	width: 50%;
	float: left;
}
.addi-opts .list-opt li span {
	color: #0f9ccc;
}
.addi-opts .list-opt li .check-opt {
	margin-right: 5px;
}
.addi-opts .list-opt li .check-opt:focus {
	outline: none;
}
.cms-category {
}
.cms-cont {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	background: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	text-align: center;
	color: #0f9ccc;
	font-size: 28px;
	font-weight: 700;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	cursor: pointer;
}
.cms-cont:hover, .cms-cont.active {
	background: #0f9ccc;
	text-align: center;
	color: #ffffff;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.cms-cont span {
	font-size: 24px;
}
.cms-cont i {
	color: #0f9ccc;
	font-size: 42px;
}
.cms-cont:hover i, .cms-cont.active i {
	color: #ffffff;
}
.cms-cont h5 {
	padding: 10px 0;
	margin: 0 0 0 0;
	color: #0f9ccc;
	font-size: 16px;
}
.cms-cont:hover h5, .cms-cont.active h5 {
	color: #ffffff;
}
.submit-opts-form {
	padding: 30px 30px;
	margin-bottom: 30px;
	color: #888888;
	background: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	text-align: left;
}
.first-field, .second-field, .third-field, .forth-field {
	padding: 5px 15px;
	margin: 0 0 15px 0;
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	background: #ededed;
	font-family: 'Open Sans', sans-serif;
	color: #888888;
	font-size: 14px;
	height: 35px;
	width: 32%;
	-webkit-box-shadow: inset 3px 3px 1px 0px #cccccc;
	-moz-box-shadow: inset 3px 3px 1px 0px #cccccc;
	-ms-box-shadow: inset 3px 3px 1px 0px #cccccc;
	box-shadow: inset 3px 3px 1px 0px #cccccc;
	float: left;
}
.second-field {
	margin-left: 2%;
	margin-right: 2%;
}
.forth-field {
	width: 100%;
	height: 80px;
}
.file-upload-area {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #0f9ccc;
	font-weight: bold;
}
.file-upload-area span {
	padding: 0 15px;
}
.file-upload-area .draganddrop {
	padding: 7px 15px;
	margin: 0 0 10px 0;
	background: #0f9ccc;
	color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	text-decoration: none;
	font-weight: normal;
	display: inline-table;
	text-align: center;
}
.file-upload-area .link-field {
	padding: 5px 15px;
	margin: 0 0 10px 0;
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	background: #ededed;
	font-family: 'Open Sans', sans-serif;
	color: #888888;
	font-size: 14px;
	height: 35px;
	width: 40%;
	-webkit-box-shadow: inset 3px 3px 1px 0px #cccccc;
	-moz-box-shadow: inset 3px 3px 1px 0px #cccccc;
	-ms-box-shadow: inset 3px 3px 1px 0px #cccccc;
	box-shadow: inset 3px 3px 1px 0px #cccccc;
}
.order-catogories {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.summary-box {
	padding: 25px 20px;
	margin: 0 0 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	background: #ffffff;
	width: 100%;
	text-align: left;
	color: #999999;
}
.summary-box .heading-total {
	padding: 0 0 25px 0;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 20px;
	color: #999999;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #d8d8d8;
}
.summary-box .heading-total .color-txt {
	font-size: 30px;
	color: #0f9ccc;
}
.summary-box .heading-total .color-txt span {
	font-size: 22px;
}
.summary-basic-pack {
	padding: 10px 20px;
	margin: 0 0 0 0;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #d8d8d8;
}
.summary-box h5 {
	padding: 5px 0 10px 0;
	margin: 0 0 0 0;
	font-family: 'Open Sans', sans-serif;
	color: #0f9ccc;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
.summary-box h5 span {
	font-size: 18px;
	padding-right: 5px;
}
.summary-basic-pack .pack-in {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}
.summary-basic-pack .pack-in li {
	padding: 0 0 2px 0;
	font-weight: bold;
}
.summary-basic-pack .pack-in li span {
	display: inline-table;
	text-align: left;
	width: 25px;
	color: #0f9ccc;
	font-weight: normal;
}
.summary-basic-pack .pack-add {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}
.summary-basic-pack .pack-add li {
	padding: 0 0 2px 0;
}
.summary-basic-pack .pack-add li span {
	color: #0f9ccc;
}
.pages-area-cal {
	padding: 10px 0;
	margin: 0 0 0 0;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #d8d8d8;
}
.pages-area-cal .page-ul {
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	list-style: none;
	text-align: left;
}
.pages-area-cal .page-ul li {
	padding: 5px 5px 5px 0;
	margin: 0 0 0 0;
	display: inline-table;
	font-weight: bold;
}
.pages-txtbx {
	padding: 5px 15px;
	margin: 0 0 0 0;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	background: #ededed;
	font-family: 'Open Sans', sans-serif;
	color: #888888;
	font-size: 14px;
	width: 50px;
	height: 30px;
	text-align: center;
	-webkit-box-shadow: inset 3px 3px 1px 0px #cccccc;
	-moz-box-shadow: inset 3px 3px 1px 0px #cccccc;
	-ms-box-shadow: inset 3px 3px 1px 0px #cccccc;
	box-shadow: inset 3px 3px 1px 0px #cccccc;
}
.pages-selbx {
	padding: 5px 10px;
	margin: 0 0 0 0;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	background: #ededed;
	font-family: 'Open Sans', sans-serif;
	color: #888888;
	font-size: 14px;
	width: 80px;
	height: 30px;
	text-align: left;
	-webkit-box-shadow: inset 3px 3px 1px 0px #cccccc;
	-moz-box-shadow: inset 3px 3px 1px 0px #cccccc;
	-ms-box-shadow: inset 3px 3px 1px 0px #cccccc;
	box-shadow: inset 3px 3px 1px 0px #cccccc;
}
.coupon-box {
	padding: 10px 0 15px 0;
	margin: 0 0 0 0;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #d8d8d8;
}
.coupon-txtbx {
	padding: 5px 15px;
	margin: 0 0 0 0;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	background: #ededed;
	font-family: 'Open Sans', sans-serif;
	color: #888888;
	font-size: 14px;
	width: 68%;
	-webkit-box-shadow: inset 3px 3px 1px 0px #cccccc;
	-moz-box-shadow: inset 3px 3px 1px 0px #cccccc;
	-ms-box-shadow: inset 3px 3px 1px 0px #cccccc;
	box-shadow: inset 3px 3px 1px 0px #cccccc;
}
#discnt_btn_id, #discnt_btn_id:hover, #discnt_btn_id:focus {
	padding: 5px 10px;
	margin: 0 0 0 0;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	background: #ededed;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 14px;
	width: 30%;
	background: #0f9ccc;
	display: inline-table;
	text-align: center;
	text-decoration: none;
}
.orderbtn-area {
	padding: 15px 0 5px 0;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 12px;
	position: relative;
}
.order-btn-cont {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	bottom: -46px;
	left: 0;
	width: 100%;
	position: absolute;
}
.order-btn-cont form {
	padding: 0 10px;
	display: inline-table;
}
.order-btn-cont.pay-page {
	position: inherit;
	bottom: inherit;
}
.order-btn-cont .button, .order-btn-cont .button:focus {
	padding: 12px 0 0 32px;
	margin: 0 0 0 0;
	display: inline-table;
	width: 185px;
	height: 45px;
	color: #ffffff;
	background: url("../simplify-images/aorder/tick.png") no-repeat 10px center #0f9ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	font-family: 'Arvo', serif;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
}
.order-btn-cont .button:hover {
	background: url("../simplify-images/aorder/tick.png") no-repeat 10px center #0987b2;
	text-decoration: none;
}
.order-btn-cont input.button, .order-btn-cont input.button:focus {
	padding: 0 0 0 32px;
}
.price-final {
	padding-top: 5px;
	text-align: center;
}
.price-final h3 {
	color: #0f9ccc;
}
#error_order {
	padding-bottom: 10px;
	text-align: center;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
/* ************** SERVICE BUTTON STYLES ******************** */
.cms-cont .fa-opencart {
	width: 43px;
	height: 43px;
	display: inline-table;
	background: url("../simplify-images/aorder/opencart-blue.png") no-repeat center top;
}
.cms-cont:hover .fa-opencart {
	background: url("../simplify-images/aorder/opencart-blue.png") no-repeat center -42px;
}
.cms-cont .fa-prestashop {
	width: 43px;
	height: 43px;
	display: inline-table;
	background: url("../simplify-images/aorder/presta-blue.png") no-repeat center top;
}
.cms-cont:hover .fa-prestashop {
	background: url("../simplify-images/aorder/presta-blue.png") no-repeat center -42px;
}
.cms-cont .fa-shopify {
	width: 43px;
	height: 43px;
	display: inline-table;
	background: url("../simplify-images/aorder/shopify-blue.png") no-repeat center top;
}
.cms-cont:hover .fa-shopify {
	background: url("../simplify-images/aorder/shopify-blue.png") no-repeat center -42px;
}
.cms-cont .fa-magento {
	width: 43px;
	height: 43px;
	display: inline-table;
	background: url("../simplify-images/aorder/magento-blue.png") no-repeat center top;
}
.cms-cont:hover .fa-magento {
	background: url("../simplify-images/aorder/magento-blue.png") no-repeat center -42px;
}
.cms-cont .fa-virtuemart {
	width: 43px;
	height: 43px;
	display: inline-table;
	background: url("../simplify-images/aorder/virtuemart-blue.png") no-repeat center top;
}
.cms-cont:hover .fa-virtuemart {
	background: url("../simplify-images/aorder/virtuemart-blue.png") no-repeat center -42px;
}
/* ************** ORDER TRACK STYLES ******************** */
.order-track {
	padding:80px 0;
	margin:0 0 0 0;
}
.track-form {
	padding:40px 0 0 0;
	margin:0 0 0 0;
	text-align:left;
}
.common-txtbx {
	padding: 10px 15px;
	margin: 0 0 15px 0;
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	background: #ededed;
	font-family: 'Open Sans', sans-serif;
	color: #666666;
	font-size: 14px;
	width:100%;
	-webkit-box-shadow: inset 3px 3px 1px 0px #cccccc;
	-moz-box-shadow: inset 3px 3px 1px 0px #cccccc;
	-ms-box-shadow: inset 3px 3px 1px 0px #cccccc;
	box-shadow: inset 3px 3px 1px 0px #cccccc;
}
.common-btn {
	padding: 10px 30px;
	margin: 0 0 0 0;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	background: #ededed;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 14px;
	background: #0f9ccc;
	display: inline-table;
	text-align: center;
	text-decoration: none;
}
.order-detail-all {
	padding:60px 0;
	margin:0 0;
}
.order-progress-cont {
	padding:30px 40px;
	margin-bottom:60px;
	background:#eeeeee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	text-align:center;
}
.order-progress-cont h4 {
	margin:0 0 0 0;
}
.order-detail-col {
	padding:30px 40px;
	margin-bottom:40px;
	background:#eeeeee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	text-align:center;
}
/* ************** PROGRESS BAR STYLES ******************** */
#myProgress {
	position: relative;
	width: 70%;
	height: 30px;
	background-color: #cccccc;
}
#myBar {
	position: absolute;
	/* width: 50%;*/
	height: 100%;
	background-color: #0f9ccc;
}
#myProgress1 {
	position: relative;
	width: 70%;
	height: 30px;
	background-color: #cccccc;
}
#myBar1 {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0f9ccc;
}
#myProgressnull {
	position: relative;
	width:100%;
	height: 30px;
	background-color:#cccccc;
}
#myBarnull {
	position: absolute;
	width: 2%;
	height: 100%;
	background-color: #0f9ccc;
}
#label {
	text-align: center; /* If you want to center it */
	line-height: 30px; /* Set the line-height to the same as the height of the progress bar container, to center it vertically */
	color: white;
}
/* ************** MEDIA QUERY STYLES ******************** */
@media (max-width: 991px) { /* This media query is written for Tab only */
.order-opt-link, .order-opt-link:focus {
	margin: 0 0 50px 0;
}
}
 @media (max-width: 480px) { /* This media query is written for Mobile only */
.inner-banner-area .top-area h1 {
	font-size: 36px;
}
.order-opt-link, .order-opt-link:focus {
	margin: 0 0 50px 0;
}
.normal-pk {
	padding-top: 80px;
	background: url("../simplify-images/aorder/basic01.png") no-repeat center 15px #ffffff;
}
.normal-pk:hover, .normal-pk.active {
	background: url("../simplify-images/aorder/basic02.png") no-repeat center 15px #0f9ccc;
}
.normal-pk h3 {
	font-size: 18px;
}
.addi-opts .list-opt li {
	padding: 3px 0 3px 20px;
	width: 100%;
}
.first-field, .second-field, .third-field, .forth-field {
	width: 100%;
}
.second-field {
	margin-left: 0;
	margin-right: 0;
}
.file-upload-area {
	text-align: center;
}
.file-upload-area .draganddrop {
	width: 100%;
}
.file-upload-area .link-field {
	margin-top: 10px;
	width: 100%;
}
.pages-area-cal .page-ul {
	text-align: center;
}
.pages-txtbx {
	width: 120px;
}
.pages-selbx {
	width: 120px;
}
}
/* ************** FA IMAGE ACTIVE STYLES ******************** */
.cms-cont.active .fa-shopify{
	background: url("../simplify-images/aorder/shopify-blue.png") no-repeat center -42px;
}

.cms-cont.active .fa-prestashop {
	background: url("../simplify-images/aorder/presta-blue.png") no-repeat center -42px;
}
.cms-cont.active .fa-virtuemart {
	background: url("../simplify-images/aorder/virtuemart-blue.png") no-repeat center -42px;
}
.cms-cont.active .fa-opencart {
	background: url("../simplify-images/aorder/opencart-blue.png") no-repeat center -42px;
}
.cms-cont.active .fa-magento {
	background: url("../simplify-images/aorder/magento-blue.png") no-repeat center -42px;
}

/*
|----------------------------------------------------------------------------
	40. Simples ADD-ONS and Additional Classes
|----------------------------------------------------------------------------
*/
/* ////////////// DIV Cleanups and Misc Clears //////////////// */
.cleaner-h1 { clear: both; width:100%; height: 1px; }
.cleaner-h10 { clear: both; width:100%; height: 10px; }
.cleaner-h100 { clear: both; width:100%; height: 100px; }
.cleaner-h10-line { clear: both; width:100%; height: 10px; border-top:2px solid #999; }
.cleaner-h20 { clear: both; width:100%; height: 20px; }
.cleaner-h30 { clear: both; width:100%; height: 30px; }
.cleaner-h40 { clear: both; width:100%; height: 40px; }
.cleaner-h50 { clear: both; width:100%; height: 50px; }
.cleaner-h60 { clear: both; width:100%; height: 60px; }
/* Highlighted Backgrounds on Standard Pages */
.service-content .comment-notes {
    font-weight: 500;
    color: #fff;
    background-color: #FF3D0D;
    padding: 10px 15px;
	border-radius: 6px;
    text-align: center;
}
/* Simples ALERT Boxes */
.simples-info, .simples-success, .simples-warning, .simples-error {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;-moz-border-radius:.5em;
-webkit-border-radius:.5em;
border-radius:.5em;
font-family: "Open Sans", Arial, sans-serif;
/*font-family: "Ubuntu", Verdana, Arial, Helvetica, serif;*/
font-size:14px;
font-weight:normal;
}
.simples-info {
color: #00529B;
background-color: #BDE5F8;
background-image: url("../simplify-images/message-boxes/info.png");
text-align:justify;
}
.simples-info a { 
text-decoration: none; 
font-weight: bold;
color: #CC0000;
outline:none;
}
.simples-info a:hover { 
text-decoration: underline; 
font-weight: bold;
color: #006699;
outline:none;
}
.simples-info h4 {
font-size:26px; font-weight:bold; color: #00529B;
}
.simples-success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url("../simplify-images/message-boxes/success.png");
}
.simples-success h4 {
font-size:26px; font-weight:bold; color: #4F8A10;
}
.simples-warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url("../simplify-images/message-boxes/warning.png");
text-align:justify;
}
.simples-warning h4 {
font-size:26px; font-weight:bold; color: #9F6000;
}
.simples-error {
color: #D8000C;
background-color: #FFBABA;
background-image: url("../simplify-images/message-boxes/error.png");
}
.simples-error h4 {
font-size:26px; font-weight:bold; color: #D8000C;
}
/* ************** STATUS OF SERVERS **************** */
.service-content .panel-custom {
border: 1px solid #ddd;
box-shadow:none;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.service-content .panel-custom .panel-heading {
color: #FFFFFF;
background-color: #3D9140;
border-color: #ddd;
border-radius:0px;
}
.service-content .panel-custom .panel-heading .panel-title {
    font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
    /*font-family:"Lato", Helvetica, Arial, sans-serif;*/
    line-height: 1.7;
	margin-left:20px;
}
.service-content .panel-custom .panel-body {
    background-color: #f5f5f5;
    border-color: #ddd;
    font-size: 14px;
    font-family:"Lato", Helvetica, Arial, sans-serif;

}
.x-simp-small-1 {font-size:16px;}
.x-simp-small-2 { padding-top:8px; padding-right:20px;font-size:10px;}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
