@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,600,700,800);

/* GENERAL */

body {
	padding: 0px;
	margin: 0px;
	line-height: 1;
	background: #fff;
}

body, input, textarea {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
	color: #727272;
}


/* Headings */
h1, 
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #333;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a { 
	color: inherit;
}
h1 { 
	font-size: 27px; 
	line-height: 27px; 
	margin-bottom: 22px;
	padding-bottom: 8px;
	font-style: normal;
}
h2 { 
	font-size: 22px; 
	line-height: 22px; 
	margin-bottom: 25px;
	font-style: normal;
	font-weight: normal;
}
h2 i {
	font-weight: normal;
	font-style: normal;
}
h2 strong {
	font-weight: bold;
}
h3 { 
	font-size: 16px; 
	line-height: 16px; 
	margin-bottom: 15px;
	font-weight: 600;
	font-style: normal;
}
h4 { 
	font-size: 15px; 
	line-height: 15px; 
	margin-bottom: 15px;
	font-style: normal;
	font-weight: 600;
} 
h5 { 
	font-size: 14px; 
	line-height: 14px;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: 600;
}						
h6 { 
	font-size: 13px; 
	line-height: 13px;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: 600;
}

h1 i {
	font-style: normal;
	font-weight: bold;
}


/* Text elements */
p {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 22px;
}

ul, ol {
	margin: 0 0 20px 0;
	list-style-position: inside;
}
ul {
	list-style: none;
}
ul li {
	list-style: none;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
strong {
	font-family: 'Open Sans' !important;
	font-weight: normal;
	font-weight: 600;
	color: #454545;
}

cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 20px 0 20px 36px;
	font-size: 13px;
	border-left: 5px solid #1889c1;
	padding: 5px 20px 5px 20px;
	font-family: 'Open Sans' !important;
	font-weight: normal;
	color: #454545;
}
pre {
	background: #f4f4f4;
	font-size: 13px;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin-bottom: 40px;
	overflow: auto;
	padding: 0.75em 20px;
}
code, kbd {
	font-size: 13px;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 40px;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Links */
a {
	color: #1889c1;
	text-decoration: none;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
a:hover {
	text-decoration: none;
	color: #727272;
}

blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* */

/* TOP & MENU */

#sp-top-bar {
	float: left;
	width: 100%;
	top: 0px;
	position: fixed;
	z-index: 1001;
	border-top: 4px solid #333;
	background: #f9f9f9 url(/images/menu-shadow.png) repeat-x left bottom;
	padding: 0;
}

@media (min-width: 992px) {
.container,
.sppb-row-container {
	width: 1030px;
	margin: auto auto auto auto;
}
}

ul.social-icons {
	float: left;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}

ul.social-icons > li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 10px;
}

ul.social-icons > li a {
	color: #e3e3e3;
}

ul.social-icons > li a:hover {
	color: #1889c1;
}

#sp-menu {padding-left: 40px;}

.sp-megamenu-parent {
	float: none;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	text-transform: none;
	letter-spacing: 0;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	color: #333;
	margin: 0;
	padding: 30px 16px 20px 16px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.sp-megamenu-parent > li.active > a {
	color: #1889c1;
	border-radius: 3px;
	padding: 18px 16px 20px 16px;
	background-color: #fff;
	margin-top: 10px;
	border-left: 1px solid #eee;
	border-top: 2px solid #eee;
	border-right: 1px solid #eee;
}

.sp-megamenu-parent > li:hover > a {
	color: #1889c1;
}

.sp-megamenu-parent > li.sp-has-child > a:after, .sp-megamenu-parent > li.sp-has-child > span:after {
	display: none;
}

/* Submenu */

.sp-dropdown.sp-dropdown-main {
	width: 184px !important;
}

.sp-megamenu-parent.menu-slide-down .sp-has-child:hover > .sp-dropdown {
	top: 64px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	background: transparent;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	padding: 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
	display: block;
	padding: 9px 12px 9px 12px;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	background: #1889c1 url(/images/spacer.gif) no-repeat center bottom;
	width: 159px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child > a:hover {
	border-bottom: 0px solid #ddd;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	background: #454545 url(/images/spacer.gif) no-repeat center bottom;
	border-bottom: 1px solid #ddd;
	color: #fff;
	padding: 9px 12px 9px 12px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #fff;
	background: #454545 url(/images/spacer.gif) no-repeat center bottom;
}

/* */

/* LOGO & SEARCH */

.nav-placeholder {
	background: transparent none repeat scroll 0 0 !important;
	height: 0px !important;
}

@media only screen and (min-width:992px){
	
	#offcanvas-toggler  {
		display:none;
	}

	#sp-header.home5-header #offcanvas-toggler  {
		display: inline-block;
	}

}

#sp-header {
	height: inherit;
	width: 100%;
	margin-top: 67px;
	padding: 28px 0px;
	border-bottom: 1px solid #f3f3f3;
	box-shadow: none;
}


#sp-header #sp-logo .sp-column {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	background: url(/images/logo.png) no-repeat left top;
}

#sp-header .logo {
	height: inherit;
	padding: 0;
}

#sp-header .logo a,
#sp-header .logo a:hover {
	padding: 0px;
	margin: 16px 0px 0px 0px;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 40px;
	color: #1889c1;
	text-transform: none;
	background: none;
	display: block;
}

#sp-header p.logo-slogan {
	display: block;
	color: #b9b9b9;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
}

#sp-header .sp-module {margin: 0;}

.sp-module ul > li {
	border-bottom: 0px solid #e8e8e8;
}

.sp-module ul > li > a:before {
	display: none;
}

ul.top_clist {
	padding: 0px;
	margin: 0px;
}

.top_clist li {
	display: inline-block !important;
	padding: 0px;
	margin: 0px 13px 0px 0px;
	color: #b9b9b9;
}

.top_clist li a {
	color: #b9b9b9 !important;
	padding: 0 !important;
	line-height: inherit !important;
}

.top_clist li a:hover {
	color: #1889c1 !important;
}

.top_clist li i {
	color: #d3d3d3;
}

#sp-header form.form-search {margin: 5px 0px 0px 0px;}

#sp-header .finder label {display: none;}

.form-search .finder .input-medium {
	border-radius: 0;
	border: 1px solid #eee;
	background-color: #fff;
	width: 78%;
	height: 34px;
	padding: 0px 10px 0px 10px;
	color: #999;
	float: left;
	font: normal 14px "Trebuchet MS", Helvetica, Arial, sans-serif;
	box-shadow: none !important;
}

.form-search .finder button {
	border-radius: 0;
	border: none;
	height: 34px;
	width: 40px;
}

.form-search .finder button:hover {
	background: #333;
}

/* */

/* REV SLIDER */

.tp-caption a {color: #fff !important; display: block;}

.class5-btn:hover {
	background: url(/images/button-02.png) no-repeat left top !important;
}

/* */

/* BANNER */

.index-banner .sppb-addon-title {
	color: #fff;
	font-size: 34px;
	line-height: 34px;
	font-weight: normal;
	margin-top: 0;
}

.index-banner .sppb-addon-title strong {color: #fff;}

.index-banner .sppb-addon-text-block .sppb-addon-content {
	font-size: 18px;
	color: #fff;
	display: block;
	font-weight: normal;
	font-style: normal;
}

.index-banner a {
	padding: 11px 22px;
	margin: 0px 10px 0 0;
	background-color: #fff;
	border-radius: 4px;
	font-size: 14px;
	color: #1889c1;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #666;
}

.index-banner a:hover {
	color: #333 !important;
	background: #fff;
}

.index-banner a:nth-child(2) {
	padding: 11px 22px;
	margin: 0px;
	background-color: #2fbbff;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #666;
}

/* */

/* FEATURES */

.index-features .sppb-icon i {
	padding: 0px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	vertical-align: middle;
	background-color: #f3f3f3;
	border-radius: 100%;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
	color: #1889c1;
	font-size: 3em;
}

.index-features .sppb-addon-title {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 15px;
	font-weight: 600;
	font-style: normal;
}

.sppb-media > .pull-left {
	margin-right: 30px;
}

/* */

/* PORTFOLIO */

.index-heading .sppb-addon-title {
	font-size: 27px;
	line-height: 27px;
	margin-bottom: 22px;
	padding-bottom: 8px;
	font-style: normal;
	background: url(/images/title-h-line.png) no-repeat left bottom;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #333;
}

.index-heading .sppb-addon-title strong {
	font-style: normal;
	font-weight: bold;
	color: #333;
}

.index-works-item {padding: 10px;}

.index-works {
	position: relative;
	height: 100%;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.index-works a {
	color: #fff;
	overflow: hidden;
}

.hero-img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: 100%;
}

.info {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 100;
    background: none;
    border: none;
    -webkit-transition: bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	color: #4a84bc;
	margin-bottom: 20px;
	font-size: 13px;
	border-radius: 0px;
	overflow: hidden;
}

.info h1,
.info h3 {
    background: none;
    color: #fff;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    font-size: 14px;
    font-weight: bold;
}

.info h2 {
    background: none;
    color: #fff;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    font-size: 12px;
    font-weight: normal;
}

.additionnal {
    color: #fff;
    font: 500 14px Arial Narrow,Helvetica Neue,Arial,Helvetica,sans-serif;
    line-height: 20px;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    margin-top: 10px;
	overflow: hidden;
}

.additionnal b {
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    background: url(/images/arrow-01.png) no-repeat left 4px;
}

.hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 90;
	overflow: hidden;
}

.index-works:hover .info,
.sppb-addon-article:hover .info {
    bottom: 75px;
	color: #fff;
}

.index-works:hover .additionnal,
.sppb-addon-article:hover .additionnal {
    opacity: 1;
}

.index-works:hover .hover,
.sppb-addon-article:hover .hover {
	background: #1889c1;
	border-width: 11px 11px 11px 11px;
}

.owl-theme .owl-controls {
	margin-top: 0;
	text-align: left;
	left: -265px;
	top: 235px;
	position: absolute;
}

.owl-theme .owl-controls .owl-buttons div {
	background: #869791 none repeat scroll 0 0;
	border-radius: 0px !important;
	font-size: 20px !important;
	padding: 0 !important;
	width: 22px !important;
	height: 22px !important;
	text-align: center;
}

.owl-theme .owl-controls .owl-buttons div:before {
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px !important;
	text-rendering: auto;
	color: #fff;
	cursor: pointer;
	font-family: 'Font Awesome 5 Free'; font-weight: 900 !important;
	line-height: 20px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before {content: "\f104";}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {content: "\f105";}

/* */

/* LISTS */

.index-heading-2 .sppb-addon-title {
	margin: 0px;
	padding: 0px;
	background: none;
	text-align: center;
	font-size: 27px;
	line-height: 27px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #333;
}

.index-heading-2 .sppb-addon-content {
	margin: 0px;
	padding: 9px 0px 0px 0px;
	text-align: center;
	font-size: 16px;
	color: #727272;
	display: block;
	line-height: 27px;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.index-lists.sppb-text-right {
	background: url(/images/site-img21.jpg) no-repeat left bottom;
	padding-right: 40px;
	border-right: 1px dotted #999;
}

.index-lists.sppb-text-left {
	background: url(/images/site-img22.jpg) no-repeat right bottom;
	padding-left: 40px;
}

.index-lists .sppb-addon-title {
	color: #1889c1;
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
}

.index-lists .sppb-addon-content ul {
	padding: 0px;
	margin: 20px 0px 25px 0px;
}

.index-lists.sppb-text-right .sppb-addon-content ul li {
	padding: 0px 14px 0px 0px;
	margin: 0px;
	color: #999;
	line-height: 27px;
	background: url(/images/dot-round.png) no-repeat right 13px;
}

.index-lists.sppb-text-left .sppb-addon-content ul li {
	padding: 0px 0px 0px 14px;
	margin: 0px;
	color: #999;
	line-height: 27px;
	background: url(/images/dot-round.png) no-repeat left 13px;
}

.index-lists .sppb-addon-content a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 11px;
	color: #727272;
	text-transform: uppercase;
}

.index-lists .sppb-addon-content a:before {
	content: "\f105";
	font-family: 'Font Awesome 5 Free'; font-weight: 900 !important;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	margin-right: 1px;
}

.index-lists .sppb-addon-content a:hover {color: #1889c1;}

/* */

/* BLOG */

.sppb-addon-article {
	position: relative;
	text-align: center;
}

.sppb-addon-article h3 > a,
.sppb-addon-article h3 > a:hover {
	background: none;
	color: #fff;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
}

.sppb-addon-article img {
	width: 100%;
}

.sppb-addon-articles .sppb-article-meta {
	margin: 0;
}

.sppb-addon-articles .sppb-article-meta > span {
	color: #fff;
	font-size: 12px;
	display: inline-block;
	margin: 5px;
}

.sppb-addon-articles .sppb-article-meta > span i {margin-right: 3px;}

.sppb-addon-articles a.sppb-readmore {
	padding: 7px 10px 7px 20px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #fff;
}

/* */

/* TESTIMONIAL */

.index-testimonial .contarea {
    padding: 25px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
}

.index-testimonial .whopic {
    float: left;
    width: 100%;
    margin-top: -1px;
    padding: 10px 0px 0px 0px;
    background: url(/images/arrow-testi.png) no-repeat 27px top;
}

.index-testimonial img {
    float: left;
    padding: 10px;
    margin: 0px 10px 0px 0px;
}

.index-testimonial .whopic strong {
    color: #999;
    line-height: 16px;
    margin-top: 10px;
    display: block;
}

.index-testimonial .whopic strong small {
    color: #999;
    font-size: 11px;
    display: block;
    font-weight: normal;
}

/* */

/* BOTTOM BANNER */

.index-bottom-banner .sppb-addon-title {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 27px;
	line-height: 38px;
	font-weight: normal;
	margin: 0;
}

.index-bottom-banner a {
	line-height: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #1889c1;
    text-transform: uppercase;
    background-color: #fff;
    padding: 13px 20px;
    border-radius: 4px;
}

.index-bottom-banner a:hover {
	color: #666;
	background: #fff;
}

/* */

/* BOTTOM */

#sp-bottom {
	width: 100%;
	border-top: 5px solid #272727;
	background-color: #333;
	color: #999;
	padding-top: 40px;
	padding-bottom: 50px;
}

.footer_logo {
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	background: url(/images/footer-logo.png) no-repeat left top;
}

.footer_logo h1 {
	padding: 0px;
	margin: 16px 0px 0px 0px;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 40px;
	color: #fff;
	text-transform: none;
	background: none;
}

.footer_logo h1 i {
    display: block;
    color: #999;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
}

#sp-bottom ul.contact_address {
	float: left;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 100%;
}

#sp-bottom .contact_address li {
    padding: 0px;
    margin: 0px;
    line-height: 25px;
}

#sp-bottom .contact_address li i {
	vertical-align: -10%;
	font-size: 14px;
}

#sp-bottom .sp-module .sp-module-title {
    color: #fff;
    margin-bottom: 20px;
	margin-top: 0;
	font-size: 22px;
	line-height: 22px;
}

#sp-bottom  h2 i {
    font-weight: bold;
    font-style: normal;
}

#sp-bottom  ul.list {
    padding: 0px;
    margin: 0px;
}

#sp-bottom  .list li {
    padding: 0px;
    margin: 0px;
    line-height: 30px;
}

#sp-bottom  a {
    color: #999;
	line-height: inherit;
	padding: 0;
}

#sp-bottom  a:hover {
	color: #fff;
}

.latestnews li {
	border-bottom: 1px solid #3d3d3d !important;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.latestnews li:last-child {border-bottom: 0px solid #3d3d3d !important;}

.latestnews li img {
	position: relative;
	max-width: 70px;
	padding-right: 15px;
}

.latestnews li span a {
	font-size: 13px;
	font-family: "Roboto",sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #727272;
	line-height: 1.1;
	outline: medium none;
	transition: all 0.2s ease-out 0s;
	display: block;
}

.latestnews li span a:hover {color: #5a5a5a;}

.latestnews li small {
	font-size: 12px;
	font-family: "Roboto",sans-serif;
	line-height: 24px;
	color: #727272;
	display: block;
	margin-bottom: 10px;
}

ul.sppb-flickr-gallery img {
	transition-duration: 0.3s;
	transition-property: background-color, color;
	transition-timing-function: ease-out;
	width: 65px !important;
	height: 53px !important;
	border: 1px solid #999 !important;
	display: inline-block !important;
}

.sppb-addon-flickr .sppb-flickr-gallery li a {padding: 0 0 10px !important;}

.sppb-addon-instagram-gallery .sppb-instagram-images li a:before, .sppb-addon-flickr .sppb-flickr-gallery li a:before, .sppb-addon-instagram-gallery .sppb-instagram-images li a:after, .sppb-addon-flickr .sppb-flickr-gallery li a:after {
  display: none !important;
}

.sppb-addon-instagram-gallery .sppb-instagram-images li .sppb-instagram-gallery-btn:hover:after, .sppb-addon-flickr .sppb-flickr-gallery li a:hover:after {
  opacity: 1;
  transform: none !important;
  visibility: visible;
}

.sppb-addon-instagram-gallery .sppb-instagram-images li a, .sppb-addon-flickr .sppb-flickr-gallery li a {
  display: block;
  transform: none !important;
  transition: all 0.4s ease 0s;
}

.sppb-addon-instagram-gallery .sppb-instagram-images li .sppb-instagram-gallery-btn:hover, .sppb-addon-flickr .sppb-flickr-gallery li a:hover {
  transform: none;
}

/* */

/* FOOTER */

#sp-footer {
	padding: 35px 0px 35px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	color: #727272;
	background: #272727;
}

#sp-footer #sp-footer1 {
	font-size: 12px;
	color: #727272;
	font-style: normal;
	font-weight: normal;
	text-align: left;
    padding-top: 7px;
}

#sp-footer #sp-footer1 a {
    font-size: 12px;
    color: #727272;
    text-align: right;
}

#sp-footer #sp-footer1 a:hover {
	color: #999;
}

#sp-footer ul.social-icons {
	float: none;
	padding: 7px 0 0;
	margin: 0px;
}

#sp-footer ul.social-icons > li {
	width: 24px;
	height: 24px;
	text-align: center;
}

#sp-footer ul.social-icons > li > a {
	margin-top: 0px;
	font-size: 12px;
	color: #727272;	
	line-height: 22px;
	vertical-align: middle;
	background-color: #3c3c3c;
	color: #727272;
	border-radius: 24px;
	padding: 0;
}

#sp-footer ul.social-icons > li > a:hover {color: #999;}

/* */

/* HOME 1 */

.index1-features .sppb-icon i {
	color: #1889c1;
	font-size: 4em;
}

.index1-features .sppb-addon-title {
	margin-top: 15px;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 25px;
	font-style: normal;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	color: #333;
}

.index1-features .sppb-addon-text {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 30px;
	padding: 0;
}

.index1-features a.sppb-btn {
	padding: 8px 16px;
	margin: 0px;
	background-color: #eee;
	font-size: 14px;
	color: #1889c1;
	border-radius: 2px;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
}

.index1-features a.sppb-btn:hover {
	color: #1889c1;
	background-color: #f9f9f9;	
}

/* */

/* PORTFOLIO */

.index1-heading .sppb-addon-title {
	font-size: 23px;
	font-weight: 600;
	text-align: center;
	color: #272727;
	margin-bottom: 0;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0;
	text-transform: uppercase;
}

.sp-simpleportfolio .sp-simpleportfolio-item {
	padding: 5px;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
	background: rgba(0, 0, 0, 0.9);
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title {
	letter-spacing: 0;
	color: #fff;
	font: 600 21px/23px "Open Sans", sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title a {
	text-decoration: none;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle .sp-simpleportfolio-tags {
	-webkit-transform: translate3d(0, 15px, 0);
	transform: translate3d(0, 15px, 0);
	-webkit-transition: all 500ms;
	transition: all 500ms;
	color: #1889c1;
	font: 500 14px/18px "Open Sans", sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.featherlight {
  top: 10%;
}

.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}

/* */

/* BANNER FEATURES */

.index1-banner-features {
	padding: 0px 0px 25px 0px;
	margin: 0px 0px 25px 0px;
	border-bottom: 1px dashed #74b8da;
}

.index1-banner-features .sppb-icon i {
	color: #fff;
	font-size: 3em;
}

.index1-banner-features .sppb-addon-title {
	color: #fff;
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
	margin: 0px;
}

.index1-banner-features .sppb-addon-text {
	margin-top: 10px;
	font-size: 13px;
	font-style: normal;
	display: block;
	color: #fff;
}

.no-margin-border {
	padding: 0;
	margin: 0;
	border: none;
}

/* */

/* PARALLAX */

.index1-parallax .sppb-addon-title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    line-height: 52px;
	margin-bottom: 22px;
	padding-bottom: 8px;
	font-style: normal;
	background: url(/images/title-h-line.png) no-repeat left bottom;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0;
}

.index1-parallax .sppb-addon-title span {color: #1889c1;}

.index1-parallax .sppb-addon-content {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	width: 59%;
	line-height: 25px;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
}

.index1-parallax .sppb-addon-content .linebg {
	display: block;
	margin-top: 25px;
	width: 70px;
	height: 3px;
	background: #fff;
}

/* */

/* BOXES */

.index1-boxes {
	position: relative;
	padding: 135px 33px 25px 30px;
}

.index1-boxes .sppb-addon-text-block {
	background-color: #fff;
	margin-top: -0px;
	padding: 40px 28px 35px;
	text-align: left;
}

.index1-boxes .sppb-addon-title {
	text-transform: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 16px;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	color: #333;
	margin-top: 0;
}

.index1-boxes .sppb-addon-title:before {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #1889c1;
	text-align: left;
	margin-bottom: 20px;
}

.index1-boxes .sppb-addon-content {
	text-transform: none;
	font: 13px 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
}

/* */

/* NUMBERS */

.sppb-animated-number {
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-style: normal;
	line-height: 22px;
	font-size: 45px;
}

.sppb-addon-animated-number .sppb-addon-content .sppb-animated-number-title {
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin: 18px 0 0 0;
	line-height: 15px;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
}

/* */

/* HOME 2 */

.index2-banner {
	font-weight: bold;
	font-size: 27px;
	padding: 18px 0px;
	font-family: 'Open Sans', sans-serif;
	color: #222628;
	display: block;
}

.index2-banner .sppb-addon-title {
	font-family: 'Open Sans', sans-serif;
	color: #222628;
	display: block;
	margin-bottom: 27px;
	font-weight: bold;
	font-size: 27px;
	margin-top: 0;
}

.index2-banner .sppb-addon-content {
	margin-top: 13px;
	font-size: 18px;
	font-style: normal;
	display: block;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	color: #222628;
	margin-bottom: 27px;
}

.index2-banner a.sppb-btn {
	color: #fff;
	border-radius: 5px;
	background-color: #1889c1;
	padding: 16px 27px;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #1889c1;
	text-transform: uppercase;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.index2-banner a.sppb-btn:hover {
	color: #fff;
	background-color: #282b2e;
	border: 1px solid #282b2e;
}

/* */

/* TEAM */

.sppb-addon-persion {
	position: relative;
	background: #fff none repeat scroll 0 0;
}

.sppb-addon-persion .person-information {
	transition: all 0.3s ease 0s;
	background-color: rgba(24,137,193,0.97);
	height: 90%;
	left: 4%;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: scale(1.15);
	width: 92%;
}

.sppb-addon-persion:hover .person-information {
	opacity: 1;
	transform: scale(1);
}

.sppb-addon-persion .person-information .sppb-person-information > span.sppb-person-name {
  padding-top: 90px;
  margin-bottom: 15px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 21px;
	line-height: 14px;
	transition: all 0.3s ease 0s;
}

.sppb-addon-persion .person-information .sppb-person-information > span.sppb-person-designation {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 20px;
	color: #fff;
	display: block;
}

.sppb-addon-persion .person-information a {
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	line-height: 13px;
	letter-spacing: 3px;
	transition: all 0.3s ease 0s;
	color: #fff;
	position: relative;
}

.sppb-addon-persion .person-information a:before {
	background-color: #fff;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
	visibility: hidden;
	width: 100%;
}

.sppb-addon-persion .person-information a:hover:before {
	transform: scaleX(1);
	visibility: visible;
}

/* */

/* INDEX 3 */

.sppb-addon-cta {
    padding: 20px 5px 20px 20px;
    margin: 0px;
    border: 1px solid #eee;
    border-left: 5px solid #1889c1;
    color: #999;
    background: #f9f9f9;
}

.sppb-addon-cta .sppb-cta-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 15px;
	color: #454545;
	font-family: 'Open Sans' !important;
	font-style: normal;
	line-height: 22px;
	font-weight: 600;
}

.sppb-addon-cta .sppb-cta-text {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 22px;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.sppb-addon-cta a.sppb-btn {
	padding: 13px 20px 13px 20px;
	margin: 0px 0px 0px 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background-color: #1889c1;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px solid #454545;
}

.sppb-addon-cta a.sppb-btn:hover {
	color: #fff;
	background-color: #32a8e3;
}

.sppb-addon-cta .sppb-col-sm-3 {padding: 0;}

/* */

/* INDEX 4 */

.index4-features {
	padding: 0px;
	margin: 0px 0px 23px 0px;
}

.index4-features .sppb-icon i {
	width: 44px;
	height: 44px;
	background-color: #1889c1;
	border-radius: 45px;
	text-align: center;
	line-height: 44px;
	vertical-align: middle;
	padding: 0;
	color: #fff;
	font-size: 2em;
}

.index4-features .sppb-addon-title {
	margin-bottom: 7px;
	font-size: 14px;
	line-height: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-style: normal;
	font-weight: 600;
	margin-top: 0 !important;
}

.index4-features .sppb-addon-text {
	line-height: 19px;
}

.index4-features .sppb-media > .pull-left {
	margin-right: 15px;
}

/* */

/* HEADER 1 */

.header1-banner .sppb-addon-title {
	font-size: 34px;
	line-height: 34px;
	font-weight: normal;
	color: #1889c1;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}

.header1-banner .sppb-addon-content {
	color: #999;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	line-height: 34px;
	display: block;
	font-weight: normal;
	font-style: normal;
}

/* */

/* DEFAULT TEMPLATE STYLE */

#sp-header.default-header {
	height: inherit;
	width: 100%;
	margin-top: 0;
	padding: 0px;
	border-bottom: 0px solid #f3f3f3;
	box-shadow: none;
	z-index: 1001;
	border-top: 4px solid #333;
	background: #f9f9f9 url(/images/menu-shadow.png) repeat-x left bottom;
}

#sp-header.default-header .logo a, #sp-header.default-header .logo a:hover {
	display: block;
	padding: 0px;
	margin: 17px 0px 0px 0px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 31px;
	color: #1889c1;
	text-transform: none;
	background: none;
}

#sp-header.default-header p.logo-slogan {
	font-size: 9px;
	line-height: 14px;
}

#sp-header.default-header #sp-logo .sp-column {
	background: url(/images/logo.png) no-repeat left 10px;
	background-size: 7%;
	padding: 0px 0px 0px 13px;
	margin: 0px 0px 0px 0px;
}

.sp-page-title {
	background: transparent;
	padding: 30px 0px;
	border-bottom: 1px solid #f3f3f3;
}

.sp-page-title h2 {
	color: #333;
	margin: 0px 0px 0px 0px;
	background: none;
	line-height: 20px;
	font-size: 27px;
	padding-bottom: 8px;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
}

.sp-page-title .breadcrumb {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color: #1889c1;
	margin: 0px;
	padding: 0px;
}

.sp-page-title .breadcrumb > li:first-child, .sp-page-title .breadcrumb > li:nth-child(2):before {
	display: none;
}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
	color: #ddd;
}

.sp-page-title .breadcrumb > .active, .sp-page-title .breadcrumb > li > a:hover {color: #1889c1;}

/* */

/* ABOUT */

.about-top-feature .sppb-addon-title {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 25px;
	font-style: normal;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	margin-top: 0;
}

.about-top-feature .sppb-addon-title span {font-weight: bold;}

.about-top-feature .sppb-addon-content p {margin-bottom: 0;}


.sppb-progress {
	overflow: hidden;
	border-radius: 0;
	height: 35px;
	margin-bottom: 14px;
	padding-right: 2px;
	border: 0px solid #59b233;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(1, #eeeeee));
	background: -moz-linear-gradient(#eeeeee 0%, #f3f3f3 100%);
}

.sppb-progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	background-color: #6bd83c;
	-webkit-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
	overflow: hidden;
}

.sppb-progress-label {
	display: block;
	margin-bottom: 5px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 11px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}


.sppb-addon-persion .sppb-person-information > span {
	display: inline-block;
}

.about-team.sppb-addon-persion .sppb-person-information > span.sppb-person-name {
	margin: 0;
	padding: 20px 0 0;
	line-height: 18px;
	list-style-type: none;
	font-size: 14px;
	color: #454545;
	display: inline-block;
	font-family: 'Open Sans' !important;
	font-weight: 600;
}

.about-team.sppb-addon-persion .sppb-person-information > span.sppb-person-designation {
	color: #999;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	list-style-type: none;
	font-family: 'Open Sans' !important;
	font-weight: 600;
	margin-left: 3px;
}

.about-team.sppb-addon-persion .sppb-addon-content > div {
	margin-top: 0;
}

.about-team.sppb-addon-persion .sppb-person-social {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	
}

.about-team.sppb-addon-persion .sppb-person-social > li {
	display: inline-block;
	margin: 0;
}

.about-team.sppb-addon-persion .sppb-person-social > li > a {
	margin: 5px 5px 0 0;
	padding: 0;
	line-height: 18px;
	list-style-type: none;
	font-size: 1em;
	color: #dadada;
}

.about-team.sppb-addon-persion .sppb-person-introtext {
	margin-top: 10px !important;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #727272;
	font-weight: normal;
	line-height: 22px;
}

.about-team img {
	width: 100%;
	margin: 0px;
	padding: 0;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.about-team img:hover {
	width: 100%;
	margin: 0px;
	padding: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}


.sppb-panel-group > .sppb-panel:first-child {
	border-top-width: 1px;
}

.sppb-panel-default {
	border-color: #eee;
}

.sppb-panel {
	background-color: #fff;
	border: 1px solid transparent;
}

.sppb-panel-default > .sppb-panel-heading .sppb-toggle-direction {
	display: none;
}

.sppb-panel-default > .sppb-panel-heading {
	background: #fff;
}

.sppb-panel-heading {
	padding: 0;
	cursor: pointer;
	position: relative;
}

.sppb-panel-heading.active .sppb-panel-title {
	margin-top: 0;
	margin-bottom: 0;
	background-position: 20px -58px !important; 
	cursor: default;
	color: #1889c1;
	border-bottom: 1px solid #fff !important;
	background: url(/images/accordion-ico.png) no-repeat 20px 13px;
	display: block;
	padding: 11px 20px 11px 50px;
	text-decoration: none;
	text-shadow: none;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 600;
}

.sppb-panel-heading.active .sppb-panel-title:hover {
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #eee;
}

.sppb-panel-heading .sppb-panel-title {
	background: url(/images/accordion-ico.png) no-repeat 20px 13px;
    background-color: rgba(0, 0, 0, 0);
	display: block;
	padding: 11px 20px 11px 50px;
	text-decoration: none;
	text-shadow: none;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 600;
	color: #727272;
	border: 1px solid #eee;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(238, 238, 238);
	border-bottom: 1px solid #eee;
}

.sppb-panel-heading .sppb-panel-title:hover {
	color: #1889c1;
	border-bottom: 1px solid #fff;
	background-color: #eee;
}

.sppb-panel-body {
	padding: 0px 14px 15px 50px;
	color: #999;
	margin-bottom: 4px;
	background-color: #fff;
	border: 1px solid #eee;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(238, 238, 238);
	border-top: 0px solid #eee;
}

.sppb-panel-group .sppb-panel:last-child .sppb-panel-body {
	border-top-width: 0px;
	border-bottom-width: 1px;
}

ul.about-history {
	margin: 13px 0px 0px 0px;
	padding: 0px;
}

.about-history li {
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 0px 13px;
	background: url(/images/dot.png) no-repeat left 9px;
}

.about-history li h5 {
    margin-bottom: 2px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f3f3f3;
	font-size: 14px;
	line-height: 14px;
	font-style: normal;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #333;
}

/* */

/* ABOUT 2 */

.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1030px;}
}

#sp-right .sp-module:last-child, #sp-left .sp-module:last-child {padding-bottom: 40px;}

#sp-right, #sp-left {
	padding: 40px 0px 0px 0px;
}

#sp-right .sp-module .sp-module-title {
	text-transform: none;
	width: 100%;
	background: url(/images/title-h-line2.png) no-repeat left bottom;
	margin-bottom: 25px;
	background-color: #fff;
	padding: 0px 0px 10px 0px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	color: #333;
}

.sidebar_widget ul.arrows_list,
ul.categories-module {
	margin-top: -3px;
}

.arrows_list li,
ul.categories-module > li {
    margin: 0px;
    padding: 0px 0px 7px 0px;
    list-style-type: none;
    color: #999;
}

ul.arrows_list li a,
ul.categories-module > li > a {
    color: #1889c1;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
	padding: 0;
}

ul.categories-module > li > a:before {
	content: "\f105";
	text-decoration: inherit;
	display: inline-block;
	font-family: 'Font Awesome 5 Free'; font-weight: 900 !important;
	font-weight: normal;
	font-style: normal;
	margin-right: 0px;
}

ul.arrows_list li a:hover, ul.categories-module > li > a:hover {color: #666;}

#sp-right .latestnews li img {
	position: relative;
	max-width: 50px;
	padding-right: 0;
}

#sp-right .latestnews li small {
	font-family: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 12px;
	display: block;
	padding: 1px 0px 0px 0px;
	margin: 0px;
	display: block;
	font-size: 10px;
	font-style: normal;
	color: #c9c9c9;
}

#sp-right .latestnews li {
	border-bottom: 1px solid #f5f6f6 !important;
	margin-bottom: 13px;
	padding-bottom: 13px;
}

#sp-right .latestnews li:last-child {
	border-bottom: none !important;
	margin-bottom: 0;
	padding-bottom: 0;
}

#sp-right .latestnews li span a:hover {
    color: #1889c1;
}

#sp-right .sp-module:nth-child(3) img {
    float: left;
    margin-right: 13px;
    margin-top: 7px;
    border: 1px solid #e3e3e3;
}

#sp-right .sp-module:nth-child(3) strong {
	font-weight: 600;
	color: #454545;
}

#sp-right .index-works-item {
	padding: 0;
}

#sp-right .owl-theme .owl-controls {
	top: -68px;
	left: 200px;
}


#sp-left .sp-module .sp-module-title {
	text-transform: none;
	width: 100%;
	background: url(/images/title-h-line2.png) no-repeat left bottom;
	margin-bottom: 25px;
	background-color: #fff;
	padding: 0px 0px 10px 0px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	color: #333;
}

#sp-left .latestnews li img {
	position: relative;
	max-width: 50px;
	padding-right: 0;
}

#sp-left .latestnews li small {
	font-family: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 12px;
	display: block;
	padding: 1px 0px 0px 0px;
	margin: 0px;
	display: block;
	font-size: 10px;
	font-style: normal;
	color: #c9c9c9;
}

#sp-left .latestnews li {
	border-bottom: 1px solid #f5f6f6 !important;
	margin-bottom: 13px;
	padding-bottom: 13px;
}

#sp-left .latestnews li:last-child {
	border-bottom: none !important;
	margin-bottom: 0;
	padding-bottom: 0;
}

#sp-left .latestnews li span a:hover {
    color: #1889c1;
}

#sp-left .sp-module:nth-child(3) img {
    float: left;
    margin-right: 13px;
    margin-top: 7px;
    border: 1px solid #e3e3e3;
}

#sp-left .sp-module:nth-child(3) strong {
	font-weight: 600;
	color: #454545;
}

#sp-left .index-works-item {
	padding: 0;
}

#sp-left .owl-theme .owl-controls {
	top: -68px;
	left: 200px;
}

.about2-heading .sppb-addon-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 27px;
	line-height: 35px;
	color: #999;
	margin: 0;
}

.about2-heading .sppb-addon-title span {color: #1889c1;}

.about2-feature .sppb-addon-text {margin-top: 13px; padding: 0 15px 0 0;}

.about2-feature img, .about2-feature span.sppb-img-container {width: 100% !important;}

/* */

/* SERVICES */

.services-heading .sppb-addon-title {
	margin-bottom: 20px;
}

.services-features .sppb-icon i {
	padding: 0px;
	margin: 0;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	vertical-align: middle;
	background-color: #f3f3f3;
	border-radius: 100%;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
	color: #1889c1;
	font-size: 2em;
}

.services-features .sppb-addon-title {
	margin-top: 20px;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 15px;
	font-weight: 600;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	color: #333;
}

/* */

/* FULL WIDTH PAGE */

.fullwidth-features {
	padding: 30px 20px;
	margin: 0px;
	border: 1px solid #eee;
	border-radius: 4px;
}

.fullwidth-features .sppb-icon i {
	color: #1889c1;
	font-size: 3em;
}

.fullwidth-features .sppb-addon-title {
	color: #1889c1;
	margin-top: 13px;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 15px;
	font-weight: 600;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
}

.fullwidth-text .sppb-addon-content p {
	margin-bottom: 0;
}

.fullwidth-box {
	padding: 2%;
	margin: 0px;
	background-color: #fbfbfb;
	border: 1px solid #eee;
	border-bottom: 2px solid #eee !important;
}

.fullwidth-box .sppb-addon-title {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 15px;
	font-weight: 600;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	margin-top: 0;
}

.fullwidth-box .sppb-addon-content {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 22px;
}

/* */

/* LEFT RIGHT PAGE */

ul.lirt_section {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.lirt_section li.left-number {
	float: left;
	padding: 0px;
	margin: 0 25px 0 0;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	vertical-align: middle;
	background-color: #f3f3f3;
	border-radius: 100%;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
	font-size: 22px;
}

.lirt_section li strong {
    font-weight: 600;
    font-size: 14px;
    color: #1889c1;
    display: block;
    margin: 8px 0 0 0;
}

.lirt_section li i {
    font-style: normal;
	line-height: 22px;
	color: #727272;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.mar_top2 {margin-top: 20px; width: 100%; float: left;}

/* */

/* ERROR PAGE */

.error-section {
	padding: 30px 30px 45px 30px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #eee;
	border-bottom: 5px solid #eee !important;
	text-align: center;
}

.error-section .sppb-addon-title {
	display: block;
	font-size: 145px;
	line-height: 100px;
	color: #e3e3e3;
	font-family: 'Open Sans' !important;
	font-weight: 600;
	margin: 0;
}

.error-section .sppb-addon-title span {
	display: block;
	font-size: 40px !important;
	line-height: 40px !important;
	color: #eee;
	margin: 20px 0 0;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600  !important;
	font-style: normal;
}

.error-section .sppb-addon-content strong {
	display: block;
	font-size: 18px !important;
	line-height: 50px !important;
	color: #1889c1;
	margin: 0;
	font-style: normal !important;
	font-weight: 600 !important;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.error-section .sppb-addon-content {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 22px;
}

.error-section a.sppb-btn {
	padding: 13px 25px 13px 22px;
	margin: 0px 0px 0px 0px;
	background: #1889c1;
	border-bottom: 1px solid #454545;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.error-section a.sppb-btn:hover {
	color: #fff;
	background-color: #32a8e3;
}

.error-section a i {
	vertical-align: -10%;
	font-size: 1.3333333333333333em;
}

/* */

/* PORTFOLIO */

.portfolio-video,
.portfolio-image {
	padding: 0px;
	margin: 0px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.portfolio-video .modal-addon-text,
.portfolio-image .sppb-addon-title {
	padding: 10px 19px 7px 20px;
	margin: 0px;
	font-size: 13px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-style: normal;
	line-height: 22px;
}

.portfolio-video .modal-addon-text {margin-top: -6px;}

.portfolio-video img,
.portfolio-image img {
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.portfolio-video:hover img,
.portfolio-image:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.sppb-addon-image-overlay-icon {
	position: absolute;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	font-size: 28px;
	height: 100%;
	line-height: 36px;
	text-align: center;
	background: transparent !important;
	top: 0;
	left: 0;
	margin-left: 0;
	margin-top: 0;
	border-radius: 0;
	-webkit-transition: background-color 300ms;
	transition: background-color 300ms;
}

.opacity-1 img {opacity: 1;}

/* */

/* BLOG */

ul.adsbanner-list {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

.adsbanner-list li {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
	width: 120px;
	height: 120px;
	list-style-type: none;
}

.adsbanner-list li img {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 120px;
	height: 120px;
	list-style-type: none;
}

.adsbanner-list li.last {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 120px;
	height: 120px;
	list-style-type: none;
}
@media (min-width: 1200px) {
	.com-content .container {
		width: 1130px;
		margin: auto auto auto auto;
	}

	.com-content #sp-right, .com-content #sp-left {
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 0;
	}
}

.com-content #sp-right .owl-theme .owl-controls {
	top: -68px;
	left: 180px;
}

.com-content #sp-right .sp-module:nth-child(4) img {
    float: left;
    margin-right: 13px;
    margin-top: 7px;
    border: 1px solid #e3e3e3;
}

.com-content #sp-right .sp-module:nth-child(4) strong {
	font-weight: 600;
	color: #454545;
}

.com-content #sp-main-body {
	padding: 40px 0;
}

article.item {
	margin-bottom: 30px;
}

article.item:after {
	content: "";
	display: block;
	width: 100%;
	height: 18px;
	padding: 0px;
	margin: 30px 0px 0px 0px;
	background: url(/images/divider-hlines.png) no-repeat center top;
}

.entry-image, .entry-gallery, .entry-video, .entry-audio, .entry-link {
	border: 7px solid #ffffff;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

article.item img {width: 100%;}

.entry-image:hover, .entry-gallery:hover, .entry-video:hover, .entry-audio:hover, .entry-link:hover {
	border: 7px solid #f9f9f9;
}

.post-format {
	position: absolute;
	top: 0;
	left: -68px;
	display: block;
	width: 55px;
	height: 55px;
	font-size: 24px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background: #f9f9f9;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.post-format i {color: #1889c1;}

.entry-header.has-post-format {
	margin-left: 80px;
}

.entry-header h2 {
	margin: 0 0 15px;
	font-size: 20px;
	text-align: left;
	text-transform: none;
	font-weight: 600;
	color: #333;
	line-height: 25px;
}

.entry-header h2 > a {
	color: #1889c1;
	text-decoration: none;
	margin-top: 3px;
	text-transform: none;
	font-size: inherit;
	line-height: inherit
}

.entry-header h2 > a:hover {color: #454545;}

.article-info {
	line-height: 22px;
	margin: -12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.article-info > dd {
	display: inline-block;
	text-transform: none;
	margin: 0;
	color: #a1a1a1;
	padding: 0px 10px 0px 0px;
	text-decoration: none;
	font-size: 11px;
}

article.item p {
	margin: 8px 0 0;
}

.form-search .finder label {
	display: none;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	border-radius: 4px;
}

.blog-small-style .entry-header.has-post-format {
	margin-left: 68px;
}

.blog-small-style .entry-header {
	position: relative;
	margin-bottom: 0;
}

.view-article article:after {display: none;}

.view-article .article-footer-wrap:before {
	content: "";
	display: block;
	width: 100%;
	height: 18px;
	padding: 0px;
	margin: 30px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	background: url(/images/divider-hlines.png) no-repeat center top;
}

.view-article .entry-header div {margin-top: 10px;}

.helix-social-share {
	float: none;
	margin-bottom: 30px;
}

.helix-social-share .helix-social-share-icon ul li {
	margin: 0px 7px 5px 0px;
}

.helix-social-share .helix-social-share-icon ul li div a {
	background: #1889c1 none repeat scroll 0 0;
	border-radius: 0;
	line-height: 30px;
	height: 30px;
	padding: 2px 5px;
	text-align: center;
	width: 30px;
	display: inline-block;
}

.helix-social-share .helix-social-share-icon ul li div a i {
	font-size: 1.3333333333333333em;
	color: #fff;
}

.helix-social-share .helix-social-share-icon ul li div a:hover {
	background-color: #454545;
}

/* */

/* CONTACT */

.contact-pretext .sppb-addon-content p {
	margin: 0;
	font-weight: normal;
	line-height: 22px;
}

.sppb-addon-ajax-contact .sppb-addon-title {
	margin: 30px 0 20px;
}

.sppb-addon-ajax-contact label {
	width: 100%;
	display: block;
	margin-top: 10px;
}

.sppb-form-group {
	margin-bottom: 0;
}

.sppb-form-control, .sppb-form-group .sppb-form-control,
.sppb-form-group .sppb-form-control:focus {
	width: 70%;
	height: 32px !important;
	line-height: 32px;
	vertical-align: middle;
	padding: 0px 0px 0px 10px;
	border-top: 2px solid #e1e1e1 !important;
	border-left: 2px solid #e1e1e1 !important;
	border-right: 1px solid #e1e1e1 !important;
	border-bottom: 1px solid #e1e1e1 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
	box-shadow: none !important;
}

.sppb-form-control, .sppb-form-group .sppb-form-control:focus,
.sppb-form-group textarea.sppb-form-control:focus {
	box-shadow: none !important;
}

.sppb-form-control, .sppb-form-group textarea.sppb-form-control, .sppb-addon-ajax-contact .sppb-form-group textarea.sppb-form-control  {height: auto !important; width: 95%;}

.sppb-addon-ajax-contact button {
	background-color: #eee;
	cursor: pointer;
	border: 1px solid #ddd;
	padding: 9px 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-radius: 4px;
	color: #333;
	text-transform: uppercase;
	font-style: normal;
	margin-top: 20px;
	line-height: 22px;
}

.sppb-addon-ajax-contact button:hover {
	background-color: #f9f9f9;
	cursor: pointer;
	color: #333;
}

.contact-address-box {
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
	padding: 20px 20px 10px 20px;
	margin-bottom: 40px;
}

.contact-address-box .sppb-addon-title, .sppb-addon-gmap .sppb-addon-title {margin-top: 0;}

.contact-address-box ul {
    margin: 0;
    list-style-position: inside;
	padding: 0;
}

.contact-address-box a {
    color: #1889c1;
}

.contact-address-box a:hover {
	color: #454545;
}

.sppb-addon-gmap .sppb-addon-content {
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

/* */

/* SLIDERS */

.static-image-top {
	padding: 70px 0px 0px 0px;
}

.static-image-top .sppb-addon-title {
	font-size: 27px;
	font-weight: normal;
	color: #595959;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	line-height: 22px;
	margin: 0;
}

.static-image-top .sppb-addon-title span {
	font-size: 45px;
	font-weight: bold;
	color: #1889c1;
	margin-top: 20px;
	display: block;
}

.static-image-top .sppb-addon-content .static-image-content {
	color: #727272;
	font-size: 18px;
	line-height: 27px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 22px 0px;
	margin-top: 35px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

a.static-image-top-btn  {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	width: 200px;
	height: 55px;
	float: left;
	text-align: left;
	line-height: 55px;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	background: url(/images/button-01.png) no-repeat left top;
}

a.static-image-top-btn:hover {
	color: #fff;
	background: url(/images/button-02.png) no-repeat left top;
}

.video-top {padding: 0;}

.video-top .sppb-addon-title span {
	font-weight: bold;
	color: #1889c1;
	line-height: 40px;
}

.sppb-addon-video {
	margin-right: 10px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

/* */

/* BOXED */

.layout-boxed .body-innerwrapper {
    background: #ffffff;
	padding: 0px;
	margin: 0px;
	line-height: 1;
}
.layout-boxed .body-innerwrapper {
    max-width: 1060px;
	margin: auto auto auto auto;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.layout-boxed #sp-top-bar {
	max-width: 1060px;
}

/* */

/* FEATURES */

.button-row1-example a,
.button-row2-example a,
.button-row3-example a,
.button-row4-example a,
.button-row5-example a,
.button-row6-example a {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid transparent;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.button-row1-example a:hover,
.button-row2-example a:hover,
.button-row3-example a:hover,
.button-row4-example a:hover,
.button-row5-example a:hover,
.button-row6-example a:hover {
	background-color: #ff9900;
	color: #fff;
}

.button-row1-example a:nth-child(2) {
	background: #0099cc;
}

.button-row1-example a:nth-child(2):hover {
	background-color: #00abde;
}

.button-row1-example a:nth-child(3) {
	background: #e5cc19;
}

.button-row1-example a:nth-child(3):hover {
	background-color: #efda1b;
}

.button-row1-example a:nth-child(4) {
	background: #007f99;
}

.button-row1-example a:nth-child(4):hover {
	background-color: #0090ad;
}

.button-row1-example a:nth-child(5) {
	background: #e59919;
}

.button-row1-example a:nth-child(5):hover {
	background-color: #efa61b;
}

.button-row1-example a:nth-child(6) {
	background: #4c6699;
}

.button-row1-example a:nth-child(6):hover {
	background-color: #5674ad;
}

.button-row1-example a:nth-child(7) {
	background: #99cc4c;
}

.button-row1-example a:nth-child(7):hover {
	background-color: #a6da52;
}

.button-row1-example a:nth-child(8) {
	background: #66667f;
}

.button-row1-example a:nth-child(8):hover {
	background-color: #747490;
}

.button-row2-example a:nth-child(1) {background: #e56619 !important;}

.button-row2-example a:nth-child(1):hover {background-color: #ef6f1b !important;}

.button-row2-example a:nth-child(2) {
	background: #cc4c19;
}

.button-row2-example a:nth-child(2):hover {
	background-color: #da521b;
}

.button-row2-example a:nth-child(3) {
	background: #001900;
}

.button-row2-example a:nth-child(3):hover {
	background-color: #333333;
}

.button-row2-example a:nth-child(4) {
	background: #cccc7f;
}

.button-row2-example a:nth-child(4):hover {
	background-color: #dada8a;
}

.button-row2-example a:nth-child(5) {
	background: #ff8100;
}

.button-row2-example a:nth-child(5):hover {
	background-color: #ff9900;
}

.button-row2-example a:nth-child(6) {
	background: #9999cc;
}

.button-row2-example a:nth-child(6):hover {
	background-color: #a6a6da;
}

.button-row3-example a:nth-child(1) {background: #00cce5 !important;}

.button-row3-example a:nth-child(1):hover {background-color: #00daef !important;}

.button-row3-example a:nth-child(2) {
	background: #669999;
}

.button-row3-example a:nth-child(2):hover {
	background-color: #6fa6a6;
}

.button-row3-example a:nth-child(3) {
	background: #196666;
}

.button-row3-example a:nth-child(3):hover {
	background-color: #1b6f6f;
}

.button-row3-example a:nth-child(4) {
	background: #7f994c;
}

.button-row3-example a:nth-child(4):hover {
	background-color: #8aa652;
}

.button-row3-example a:nth-child(5) {
	background: #997f4c;
}

.button-row3-example a:nth-child(5):hover {
	background-color: #a68a52;
}

.button-row3-example a:nth-child(6) {
	background: #7f9919;
}

.button-row3-example a:nth-child(6):hover {
	background-color: #8aa61b;
}

.button-row3-example a:nth-child(7) {
	background: #4c664c;
}

.button-row3-example a:nth-child(7):hover {
	background-color: #567456;
}

.button-row4-example a:nth-child(1) {
	background: #e59966;
}

.button-row4-example a:nth-child(1):hover {
	background-color: #efa66f;
}

.button-row4-example a:nth-child(2) {
	background: #994c19;
}

.button-row4-example a:nth-child(2):hover {
	background-color: #a6521b;
}

.button-row4-example a:nth-child(3) {
	background: #cc7f4c;
}

.button-row4-example a:nth-child(3):hover {
	background-color: #da8a52;
}

.button-row4-example a:nth-child(4) {
	background: #4c7f7f;
}

.button-row4-example a:nth-child(4):hover {
	background-color: #528a8a;
}

.button-row4-example a:nth-child(5) {
	background: #667fcc;
}

.button-row4-example a:nth-child(5):hover {
	background-color: #6f8ada;
}

.button-row4-example a:nth-child(6) {
	background: #4c0019;
}

.button-row4-example a:nth-child(6):hover {
	background-color: #620020;
}

.button-row4-example a:nth-child(7) {
	background: #666666;
}

.button-row4-example a:nth-child(7):hover {
	background-color: #747474;
}

.button-row5-example a:nth-child(1) {
	background: #333333;
}

.button-row5-example a:nth-child(1):hover {
	background-color: #444444;
}

.button-row5-example a:nth-child(2) {
	background: #99cc99;
}

.button-row5-example a:nth-child(2):hover {
	background-color: #a6daa6;
}

.button-row5-example a:nth-child(3) {
	background: #999999;
}

.button-row5-example a:nth-child(3):hover {
	background-color: #a6a6a6;
}

.button-row5-example a:nth-child(4) {
	background: #727272;
}

.button-row5-example a:nth-child(4):hover {
	background-color: #7c7c7c;
}

.button-row5-example a:nth-child(5) {
	background: #e5cc7f;
}

.button-row5-example a:nth-child(5):hover {
	background-color: #efda8a;
}

.button-row5-example a:nth-child(6) {
	background: #194c7f;
}

.button-row5-example a:nth-child(6):hover {
	background-color: #1e5c99;
}

.button-row5-example a:nth-child(7) {
	background: #004c4c;
}

.button-row5-example a:nth-child(7):hover {
	background-color: #005c5c;
}

.button-row6-example a:nth-child(1) {
	background: #007fcc;
}

.button-row6-example a:nth-child(1):hover {
	background-color: #008ada;
}

.button-row6-example a:nth-child(2) {
	background: #4c99e5;
}

.button-row6-example a:nth-child(2):hover {
	background-color: #52a6ef;
}

.button-row6-example a:nth-child(3) {
	background: #990000;
}

.button-row6-example a:nth-child(3):hover {
	background-color: #b60000;
}

.button-row6-example a:nth-child(4) {
	background: #7f9999;
}

.button-row6-example a:nth-child(4):hover {
	background-color: #8aa6a6;
}

.button-row6-example a:nth-child(5),
.button-row6-example a:nth-child(6) {
	background: #ff8100;
}

.button-row6-example a:nth-child(5):hover,
.button-row6-example a:nth-child(6):hover {
	background-color: #ff9900;
}

.alert-blue .sppb-addon-title {
	border: 0px solid #fff;
	padding: 10px;
	color: #4a84bc;
	font-weight: normal;
	font-style: normal;
	line-height: 22px !important;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-color: #c6e3ff;
	background-color: #e6f3ff;
	margin: 0;
}

.alert-blue .sppb-addon-title span,
.alert-green .sppb-addon-title span,
.alert-yellow .sppb-addon-title span,
.alert-red .sppb-addon-title span {
	font-size: 16px;
	font-family: 'Open Sans' !important;
	font-weight: 600;
	color: #454545;
}

.alert-green .sppb-addon-title  {
	border: 0px solid #fff;
	padding: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1ea133;
	border-color: #a9ecb4;
	background-color: #dffbe4;	
	margin: 0;
}

.alert-yellow .sppb-addon-title  {
	border: 0px solid #fff;
	padding: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #a79a30;
	border-color: #d7d099;
	background-color: #f6f2d2;		
	margin: 0;
}

.alert-red .sppb-addon-title  {
	border: 0px solid #fff;
	padding: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #bd6767;
	border-color: #f1bdbd;
	background-color: #ffdddd;	
	margin: 0;
}

.table-list {
	float: left;
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
	border-collapse: initial;
	border-spacing: 2px;
}

.table-list th {
	padding: 10px;
	background-color: #eee;
	text-align: center;
}

.table-list td {
	padding: 10px;
	text-align: center;
	background-color: #f5f5f5;
}

.dropcap1 .sppb-addon-content,
.dropcap2 .sppb-addon-content,
.dropcap3 .sppb-addon-content {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #727272;
	font-weight: normal;
	line-height: 22px;
}

.dropcap1 .sppb-addon-content strong {
	width: 53px;
	height: 58px;
	line-height: 50px;
	background: url(/images/dropcap_gray.png) no-repeat scroll 0px 0px transparent;
	color: #999;
	margin: 0 8px -4px 0;
	font-size: 32px;
	float: left;
	text-align: center;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.dropcap2 .sppb-addon-content strong {
	background: url(/images/dropcap_gray.png) no-repeat scroll 0 -108px transparent;
	color: #999;
	line-height: 47px;
	height: 56px;
	width: 53px;
	margin: 0 8px -4px 0;
	font-size: 32px;
	float: left;
	text-align: center;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.dropcap3 .sppb-addon-content strong {
	font-size: 40px;
	line-height: 40px;
	width: 44px;
	height: 44px;
	margin: 0 0 -4px 0;    
	color: #999;
	float: left;
	text-align: center;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.highlight-text div {display: inline;}

.highlight-text div.red-text {
	color: #fff;
	padding: 2px 5px;
	background: #ff0000;
	border-radius: 3px;
}

.highlight-text div.gray-text {
	color: #fff;
	padding: 2px 5px;
	background: #aaa;
	border-radius: 3px;
}

.highlight-text div.blue-text {
	color: #fff;
	padding: 2px 5px;
	background: #0099cc;
	border-radius: 3px;
}

.highlight-text div.green-text {
	color: #fff;
	padding: 2px 5px;
	background: #48b02b;
	border-radius: 3px;
}

.highlight-text div.pink-text {
	color: #fff;
	padding: 2px 5px;
	background: #e826b4;
	border-radius: 3px;
}

.sppb-pricing-box,
.sppb-pricing-box.sppb-pricing-featured {
	border: 1px solid #eee;
	padding: 0;
	background-color: #fff;
}

.sppb-pricing-box.sppb-pricing-featured {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.sppb-pricing-box .sppb-pricing-title {
	width: 100%;
	padding: 18px 0 18px 0;
	background-color: #454545;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #272727;
	border-bottom: 1px solid #818181;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin: 0;
}

.sppb-pricing-box.sppb-pricing-featured .sppb-pricing-title {
	width: 100%;
	padding: 25px 0 25px 0;
	margin-top: -10px;
	background-color: #0091c1;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #0087b3;
	border-bottom: 1px solid #00a4da;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.sppb-pricing-header {
	width: 100%;
	padding: 20px 0 30px 0;
	background-color: #636363;
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.sppb-pricing-box.sppb-pricing-featured .sppb-pricing-header {
	background-color: #0099cc;
	font-size: 45px;
}

.sppb-pricing-box .sppb-pricing-header > span.sppb-pricing-price {
	font-size: 40px;
	line-height: 22px;
	display: block;
}

.sppb-pricing-box.sppb-pricing-featured .sppb-pricing-header > span.sppb-pricing-price {font-size: 45px;}

.sppb-pricing-box .sppb-pricing-header > span.sppb-pricing-duration {
	line-height: 22px;
	font-size: 14px;
	color: #ccc;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}

.sppb-pricing-box.sppb-pricing-featured .sppb-pricing-header > span.sppb-pricing-duration {color: #fff;}

.sppb-pricing-box .sppb-pricing-features {
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}

.sppb-pricing-box .sppb-pricing-features > ul > li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}

.sppb-pricing-box .sppb-pricing-features > ul > li:last-child {
	border-bottom: 0px solid #fff;
}

.sppb-pricing-footer {
	width: 100%;
	padding: 10px 0px;
	background-color: #eee;
	text-align: center;
	color: #fff;
}

.sppb-pricing-footer a {
	color: #fff;
	background-color: #666;
	border: 1px solid #454545;
	padding: 10px 20px;
	border-radius: 3px;
	font-weight: bold;
}

.sppb-pricing-footer a:hover {
	background-color: #727272;
	color: #fff;
}

.sppb-pricing-box.sppb-pricing-featured .sppb-pricing-footer a {
	color: #fff;
	background-color: #1889c1;
}

.sppb-pricing-box.sppb-pricing-featured .sppb-pricing-footer a:hover {
	color: #fff;
	background-color: #299fd9;
}

.boxex-one {
	border: 1px solid #e3e3e3;
	width: 100%;
}

.boxex-one .sppb-column-addons {
	border: 1px solid #fff;
	background-color: #f9f9f9;
}

.boxex-one .sppb-addon-title {
	background-color: #f1f1f1;
	padding: 20px 0px 20px 0px;
	text-align: center;
	border-bottom: 1px solid #fff;
	margin: 0;
}

.boxex-one .sppb-addon-content ul {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	text-align: left;
	padding: 15px 20px 0 20px;
}

.boxex-one .sppb-addon-content ul li {
	padding-left: 18px;
	margin: 3px 0;
}

.boxex-one a {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 20px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.boxex-one a:hover {
	background-color: #ff9900;
	color: #fff;
}

.boxex-two a {
	background: #00cce5;
}

.boxex-two a:hover {
	background-color: #00daef;
}

.boxex-four a {
	background: #4c99e5;
}

.boxex-four a:hover {
	background-color: #52a6ef;
}

.boxex-five a {
	background: #99cc99;
}

.boxex-five a:hover {
	background-color: #a6daa6;
}

.boxex-six a {
	background: #990000;
}

.boxex-six a:hover {
	background-color: #b60000;
}

.testimonial1 {
	line-height: 21px;
	margin-top: 15px;
}

.testimonial1 i, .testimonial3 i {
	font-size: 2em;
}

.testimonial2 {
	line-height: 21px;
	padding: 20px 20px 25px 20px;
	border: 1px solid #eee;
	background-color: #f9f9f9;
	border-radius: 5px;
}

.testimonial2 .left {
	float: left;
	width: 50px;
	margin: 5px 20px 5px 0;
}

.testimonial2 p {margin: 0;}

.testimonial3 {
	line-height: 21px;
	padding: 20px 30px 20px 30px;
	border: 1px solid #eee;
	background: #f9f9f9;
}

.sppb-tab {
	margin-bottom: 0px;
	margin-top: 10px;
	border: 1px solid #eee;
}

.sppb-nav-tabs {
	border-bottom: 0px solid #e5e5e5;
	margin: 0;
	padding: 0;
	list-style: none;
	min-height: 45px;
	width: 100%;
	background: #eee;
}

.sppb-nav-tabs > li {
	float: left;
	margin-bottom: -1px;
	padding: 0;
	min-height: 45px;
	line-height: 45px;
	border-left: none;
	overflow: hidden;
	position: relative;
	border-right: 2px solid #fff;
}

.sppb-nav-tabs > li > a,
.sppb-nav-tabs > li > a:hover {
	border: 0px solid #e5e5e5;
	border-right-width: 0;
	text-decoration: none;
	line-height: inherit;
	color: #454545;
	display: block;
	font-size: 14px;
	outline: none;
	cursor: pointer;
	text-align: center;
	padding: 0px 15px 0px 15px;
	background: #eee;
	font-family: 'Open Sans' !important;
	font-weight: 600;
}

.sppb-nav-tabs > li.active > a,
.sppb-nav-tabs > li.active > a:hover {
	color: #454545;
	background-color: #fff;
	border-top: 2px solid #1889c1;
	height: 45px;
}

.sppb-nav-tabs > li:last-child > a {
	border-right-width: 0px;
}

.sppb-nav-tabs-content {
	margin-top: 0;
	border: 0px solid #e5e5e5;
	border-top: 0;
	padding: 25px;
	background: #fff;
}

.sppb-nav-tabs-content img {
	float: left;
	padding: 0px;
	margin: 0px 30px 0px 0px;
}

.sppb-nav-tabs-content p {margin: 0;}

.tab-style2 .sppb-nav-tabs {
	border-bottom: 0px solid #e5e5e5;
	margin: 0;
	padding: 0;
	list-style: none;
	min-height: 45px;
	width: 10%;
	background: #eee;
	float: left;
}

.tab-style2 .sppb-nav-tabs > li {
	float: none; 
	border-right: none;
	margin-bottom: 0 !important;
	border-bottom: 1px solid #fff !important;
}

.tab-style2 .sppb-nav-tabs > li > a, .tab-style2 .sppb-nav-tabs > li > a:hover {
	border: 0px solid #e5e5e5;
	border-right-width: 0;
	line-height: inherit;
	color: #454545;
	text-decoration: none;
	color: #727272;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	outline: none;
	cursor: pointer;
	text-align: left;
	padding: 0px 10px 0px 10px;
	background: #eee;
	width: auto;
}

.tab-style2 .sppb-nav-tabs > li.active > a {
	width: auto;
	border-bottom: none;
}

.tab-style2 .sppb-nav-tabs > li.active > a {
	color: #1889c1;
	background-color: #fff;
	height: 45px;
}

.tab-style2 .sppb-nav-tabs-content {
	overflow: hidden;
	float: left;
	padding: 30px;
	width: 89.9%;
	border-bottom: 3px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}

.tab-style2 .sppb-tab {
	border: 0px solid #eee;
}

.sppb-nav-tabs-content h4 {margin-top: 0;}

/* */

/* RESPONSIVE */




@media (max-width: 1300px) {
	.tp-caption.class5-btn, .class5-btn {
		margin: 0px !important;
		padding: 0px 0px 0px 20px !important;
		width: 160px !important;
		height: 60px !important;
		line-height: 40px !important;
		font-size: 16px !important;
		background-size: 100% !important;
	}
	.tp-caption.class5-btn a, .class5-btn a {
		font-size: inherit !important;
		font-weight: inherit !important;
		line-height: inherit !important;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	
	.com-content #sp-right, .com-content #sp-left {
		padding: 0px 0px 0px 0px;
	}
	
}

@media (max-width: 992px) {
	
	#offcanvas-toggler {
		line-height: 60px;
		font-size: 20px;
		display: inline-block;
	}
	
	.tp-caption.class5-btn, .class5-btn {
		margin: 0px !important;
		padding: 0px 0px 0px 20px !important;
		width: 160px !important;
		height: 60px !important;
		line-height: 40px !important;
		font-size: 16px !important;
		background-size: 100% !important;
		left: 281.462px !important;
	}
	
	.index-features, .index-testimonial, .index1-banner-features, .sppb-pricing-box, .boxex-one, .services-features, .fullwidth-features {margin: 20px 0;}
	
	.index1-features {margin: 50px 0;}
	
	.index-heading {margin-bottom: 30px;}
	
	.index-bottom-banner .sppb-addon-title {margin-bottom: 20px;}
	
	#sp-bottom #sp-bottom1, #sp-bottom #sp-bottom2, #sp-bottom #sp-bottom3, #sp-bottom #sp-bottom4 {margin: 20px 0; 
		float: left;}
		
	.index1-boxes {
		margin: 20px 0;
		background-size: cover !important;
	}
	
	.sppb-addon-animated-number {margin: 30px 0;}
	
	.responsive-background {background-size: cover !important;}
	
	.sppb-addon-persion {margin: 30px 0;}
	.sppb-addon-persion img {width: 100%;}
	
	.sppb-addon-cta .sppb-text-right {text-align: left; padding: 0 15px;}
	
	.sppb-addon-cta a.sppb-btn {
		margin: 15px 0px 0px;
	}
	
	.index4-features {
		padding: 0px;
		margin: 23px 0px 23px 0px;
	}
	
	#sp-header.default-header #sp-logo .sp-column {
		background-size: 10%;
	}
	
	.tab-style2 .sppb-nav-tabs {
		width: 15%;
	}
	.tab-style2 .sppb-nav-tabs-content {
		width: 84.9%;
	}
	
	.sppb-addon-video {margin-top: 50px;}
	
	.about-top-feature, .sppb-addon-accordion {margin-bottom: 50px;}

	.about2-feature {margin-bottom: 10px;}
	
	.portfolio-image, .portfolio-video {margin: 20px 0;}
	.portfolio-image .sppb-addon-single-image-container, .sppb-modal-selector {width: 100%;}
	
	.contact-address-box {margin-top: 40px;}
	
	#sp-right .owl-theme .owl-controls,
	#sp-left .owl-theme .owl-controls	{
		top: -65px !important;
		left: 138px !important;
	}
	#sp-right .owl-theme .owl-controls .owl-buttons div,
	#sp-left .owl-theme .owl-controls .owl-buttons div	{
		margin: 1px !important;
	}
	
}

@media (max-width: 920px) {
	.tp-caption.class5-btn, .class5-btn {
		left: 201.462px !important;
	}
}

@media (max-width: 768px) {
	#sp-header #sp-logo .sp-column {
		margin: 0px auto;
		text-align: center;
		background: none;
		overflow: visible;
	}
	
	#sp-header .logo {
		margin: auto;
	}
	
	#sp-top2 {text-align: center; margin: 20px 0;}
	
	#sp-header form.form-search {
		margin: 10px auto auto;
		display: table;
	}
	
	.form-search .finder .input-medium {
		width: 83%;
	}

	.form-search .finder button {
		width: 42px;
	}
	
	.tp-caption.class5-btn, .class5-btn {
		margin: 0px !important;
		padding: 0px 0px 0px 10px !important;
		width: 100px !important;
		height: 27px !important;
		line-height: 27px !important;
		font-size: 9px !important;
		background-size: 100% !important;
	}
	
	#sp-footer #sp-footer1, #sp-footer #sp-footer2 {
		text-align: center;
	}
	
	ul.social-icons {width: inherit;}
	
	#sp-header.default-header #sp-logo .sp-column {
		margin: 0;
		text-align: left;
	}
	
	#sp-header.default-header .logo {
		margin: 0;
	}
	
	#sp-header.default-header #sp-logo .sp-column {
		background-size: 3.3%;
	}
	
	.sidebar-class.com-sppagebuilder #sp-right,
	.sidebar-class.com-sppagebuilder #sp-left {
		max-width: 750px !important;
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.tab-style2 .sppb-nav-tabs > li > a, .tab-style2 .sppb-nav-tabs > li > a:hover {
		font-size: 8px;
	}
	
	.com-content #sp-right, .com-content #sp-left {
		padding: 40px 15px 0px;
	}
	
}

@media (max-width: 630px) {
	.tp-caption.class5-btn, .class5-btn {
		left: 179.462px !important;
	}
	#sp-header.default-header #sp-logo .sp-column {
		background-size: 0%;
	}
}

@media (max-width: 550px) {
	.tp-caption.class5-btn, .class5-btn {
		left: 129.462px !important;
	}
}

@media (max-width: 480px) {
	.tp-caption.class5-btn, .class5-btn {
		left: 79.462px !important;
	}
	
	.static-image-top .sppb-addon-title span {
		font-size: 35px;
	}
	
}














