@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

/* GENERAL */

body {
background: #fff none repeat scroll 0 0;
color: #555;
font-family: "Open Sans",sans-serif;
font-size: 15px;
font-weight: 300;
line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px;
  font-family: "Dosis", sans-serif;
  color: #333;
  font-weight: 400;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

/* MENU AND LOGO */

#sp-header, #sp-menu {
	height: 70px;
	box-shadow: none;
}
#sp-header .logo  {height: inherit;}

#sp-logo {padding: 0;}

.nav-placeholder {
	background: transparent none repeat scroll 0 0 !important;
	height: 0px !important;
}

#sp-header {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	margin-bottom: 0;
	padding: 10px 0;
	transition: all 0.4s ease-in-out 0s;
	width: 100%;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1030;
	min-height: 50px;
}



@media only screen and (min-width:992px){
#offcanvas-toggler  {
	display:none;
}
}

.logo a img {
	width: 150px;
}
#sp-menu .sp-megamenu-wrapper ul.sp-megamenu-parent {
	float: right !important;
	margin-right: -15px;
}

#sp-menu .sp-megamenu-wrapper ul.sp-megamenu-parent li a {
	color: #333 !important;
	font-family: "Dosis",sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 20px;
	text-decoration: none;
	transition: all 0.2s ease 0s;
}

#sp-menu .sp-megamenu-wrapper ul.sp-megamenu-parent li.active a,
#sp-menu .sp-megamenu-wrapper ul.sp-megamenu-parent li a:hover,
#sp-menu .sp-megamenu-wrapper ul.sp-megamenu-parent li a:focus  {
	background-color: transparent;
	color: #2a80b9 !important;
}

#offcanvas-toggler i,
#offcanvas-toggler i:hover {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #2a80b9;
	padding: 10px 15px;
}



@media (max-width: 993px) {
	#sp-menu {
		line-height: 50px !important;
	}
	#offcanvas-toggler {
		line-height: 50px;
	}
}

@media (max-width: 500px) {
	.logo a img {
	width: 120px;
}
	#sp-menu {
		line-height: 40px !important;
	}
	#offcanvas-toggler {
		line-height: 40px;
	}
	#offcanvas-toggler i,
	#offcanvas-toggler i:hover {
	padding: 5px 7px;
}
}


/* END MENU AND LOGO */

/* SLIDER */

.ls-wrapper:hover .slider-button  {
	background: transparent none repeat scroll 0 0 !important;
	border: 2px solid #fff !important;
	color: #fff !important;
}



/* END SLIDER */

/* ABOUT */

.section-title .sppb-addon-title {
	font-weight: 500;
	letter-spacing: 2px;
	margin-top: 0;
	text-transform: capitalize;
	color: #333;
	font-family: "Dosis",sans-serif;
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 1.1;
}
.section-title .sppb-addon-content {
	background: #a8a8a8 none repeat scroll 0 0 !important;
	display: block;
	height: 2px;
	margin: 20px auto 0;
	overflow: hidden;
	width: 50px;
}

.about-text .sppb-addon-title {
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 48px;
	margin-bottom: 15px;
	color: #333;
	font-family: "Dosis",sans-serif;
	margin-top: 0;
	font-size: 36px;
}

@media (max-width: 993px) {
	.about-text .sppb-addon-title {
		margin-top: 50px;
	}
}

.sppb-video-block {padding: 75px 0;}

/* END ABOUT */

/* SKILLS */

.sppb-progress-label {
	color: #333;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: "Open Sans",sans-serif;
}
.sppb-progress-label span {
	font-weight: inherit;
}

.sppb-progress {
	background: #e8e8e9 none repeat scroll 0 0;
	box-shadow: 0 0 0;
	height: 5px;
	margin: 0 0 40px;
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border-radius: 0;
}

.sppb-progress .sppb-progress-bar {
	transition: width 2s ease 0s;
	background: #2a80b9 none repeat scroll 0 0;
	display: block;
	height: 100%;
}


/* END SKILLS */

/* STATISTICS */

.statistics {
	background: #2a80b9 none repeat scroll 0 0;
	border-right: 1px solid #1f77b2;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	padding: 60px 30px;
}
.statistics .sppb-addon-title {
	color: #fff;
	margin-bottom: 0;
	font-family: "Dosis",sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	margin-top: 0;
	font-size: 36px;
	line-height: 1.1;
}
.statistics .sppb-addon-title:after{
	content:"";
	background: #fff none repeat scroll 0 0;
	display: block;
	height: 2px;
	margin: 10px auto;
	width: 60px;
}
.statistics .sppb-addon-content {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 0;
	font-family: "Dosis",sans-serif;
	font-weight: 400;
	margin-top: 0;
	line-height: 1.1;
}

@media (max-width: 993px) {
	.statistics {
		margin-bottom: 30px;
	}
}

/* END STATISTICS */

/* SERVICE */

.service {
	margin-bottom: 30px;
	padding: 30px;
	position: relative;
}
.service:after {
	background: #2a80b9 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.96;
	position: absolute;
	top: 0;
	transition: all 0.2s ease 0s;
	width: 100%;
	z-index: -1;
	margin-bottom: 30px;
}
.service:hover:after {
	background: #000 none repeat scroll 0 0;
	opacity: 0.9;
}

.service-box {
	border: 1px dashed #fff;
	padding: 25px;
	position: relative;
	transition: all 0.4s ease 0s;
	z-index: 999;
}
.service-box .sppb-icon i {
	color: #fff;
	font-size: 40px;
	margin-bottom: 15px;
	position: relative;
	z-index: 999;
}
.service-box .sppb-addon-title {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-top: 0;
	position: relative;
	z-index: 999;
	font-family: "Dosis",sans-serif;
	line-height: 1.1;
}
.service-box .sppb-addon-text {
	color: #fff;
	margin-bottom: 0;
	position: relative;
	z-index: 999;
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
}

/* END SERVICE */

/* PORTFOLIO */

.sp-simpleportfolio-tags {visibility: hidden; height: 1px;}


.sp-simpleportfolio-btns a.btn-view,
.sp-simpleportfolio-btns a.btn-view:hover {
	background: transparent none repeat scroll 0 0 !important;
	border: none !important;
	border-radius: 0px;
	color: transparent !important;
}

.sp-simpleportfolio-btns a i {
	background: #2a80b9 none repeat scroll 0 0;
	border: 1px solid #2a80b9;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 39px;
	transition: all 0.3s ease 0s;
	width: 40px;
	font-size: 14px;
}
.sp-simpleportfolio-btns a i:hover {
	background: #fff none repeat scroll 0 0;
	border-color: #fff;
	color: #2a80b9;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 5px;
	margin-top: 10px;
	text-transform: uppercase;
	font-family: "Dosis",sans-serif;
	line-height: 1.1;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-img,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img,
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-btns a,
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-vertical-middle .sp-simpleportfolio-title, .sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-vertical-middle .sp-simpleportfolio-tags
{
  transform: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
}

/* END PORTFOLIO */

/* TEAM */

.sppb-addon-persion {
	overflow: hidden;
	position: relative;
}

.sppb-addon-persion img {
	width: 100%;
}

.sppb-addon-persion h3.sppb-person-name-visible {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 0;
	text-transform: uppercase;
	font-family: "Dosis",sans-serif;
	line-height: 1.1;
}

.sppb-addon-persion .sppb-person-name-visible {
	background: #2a80b9 none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	opacity: 0.8;
	padding: 25px 20px;
	position: absolute;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
}

.sppb-addon-persion .sppb-person-overlay {
	background: #2a80b9 none repeat scroll 0 0;
	bottom: -100%;
	padding: 30px 30px 0;
	position: absolute;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
}

.sppb-addon-persion:hover .sppb-person-overlay {
	bottom: 0;
}

.sppb-addon-persion .sppb-person-overlay span.sppb-person-name {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 0;
	text-transform: uppercase;
	font-family: "Dosis",sans-serif;
	line-height: 1.1;
}

.sppb-addon-persion .sppb-person-overlay span.sppb-person-designation {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin: 10px 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	font-family: "Open Sans",sans-serif;
}

.sppb-addon-persion .sppb-person-overlay .sppb-person-introtext {
	color: #fff;
	margin-bottom: 0;
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
}

.sppb-addon-persion .sppb-person-overlay .sppb-person-social-icons ul.sppb-person-social {
	display: inline-block;
	margin-bottom: 25px;
	margin-top: 15px;
	text-align: center;
	padding: 0;
}

.sppb-addon-persion .sppb-person-overlay .sppb-person-social-icons ul.sppb-person-social li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
}

.sppb-addon-persion .sppb-person-overlay .sppb-person-social-icons ul.sppb-person-social li a {
	background: #fff none repeat scroll 0 0;
	border-radius: 30px;
	color: #333;
	display: inline-block;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	margin: 0 2px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	width: 45px;
}

.sppb-addon-persion .sppb-person-overlay .sppb-person-social-icons ul.sppb-person-social li a:hover {
	color: #2a80b9;
}

@media (max-width: 993px) {
	.sppb-addon-persion {
		margin-bottom: 50px;
	}
}

/* END TEAM */

/* TESTIMONIAL */

.testimonial-text {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eee;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
  padding: 30px;
  text-align: center;
}

.testimonial_img {
  background: #2a80b9 none repeat scroll 0 0;
  float: left;
  margin-right: 20px;
  padding: 15px 30px;
  text-align: center;
}

.testimonial_img img {
  border: 4px solid #eee;
  border-radius: 100px;
  height: 150px;
  margin-bottom: 10px;
  width: 150px;
}

.testimonial_img h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Dosis",sans-serif;
  letter-spacing: 0;
  margin-top: 0;
  line-height: 1.1;
}
.testimonial_img h5 {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Dosis",sans-serif;
  font-weight: 400;
  margin-top: 0;
  font-size: 14px;
  line-height: 1.1;
}

.testimonial-text i {
  color: #2a80b9;
  font-size: 60px;
  margin-bottom: 20px;
}

.testimonial-text p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  overflow: hidden;
  color: #555;
	font-family: "Open Sans",sans-serif;
	font-weight: 300;
}

.owl-theme .owl-controls {
  margin-top: 45px;
  text-align: center;
}

.owl-theme .owl-controls .owl-page span {
  background: #2a80b9 none repeat scroll 0 0;
	border: 1px solid #2a80b9;
	border-radius: 12px;
	height: 12px;
	margin: 0 3px;
	width: 5px;
	opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span {
	background-color: #2a80b9;
	height: 18px;
	margin: 0 3px;
	width: 5px;
}

/* END TESTIMONIAL */

/* BLOG */

.sppb-addon-articles .sppb-addon-article {
  margin-bottom: 20px !important;
}

.sppb-addon-article {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding: 20px;
}

.sppb-addon-article h3 {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 15px 0 12px;
	color: #333;
	font-family: "Dosis",sans-serif;
	line-height: 1.1;
}

.sppb-addon-article a.sppb-readmore {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #333;
	padding: 0;
	text-transform: capitalize;
	transition: all 0.2s ease 0s;
	-moz-user-select: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
}

.sppb-addon-article a.sppb-readmore:hover {
	color: #2a80b9;
}

.sppb-addon-article .sppb-article-meta {
	border-top: 1px solid #e8e8e9;
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 0 !important;
}

.sppb-addon-article .sppb-article-meta span.sppb-meta-author,
.sppb-addon-article .sppb-article-meta span.sppb-meta-date {
	padding-top: 10px;
	color: #555;
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 0 !important;
	margin-right: 15px;
}
.sppb-addon-article .sppb-article-meta span.sppb-meta-author:before {
	content: "By: ";
}
.sppb-addon-article .sppb-article-meta span.sppb-meta-date:before {
	content: "Date: ";
}

/* END BLOG */

/* CONTACT */

.contact {
	padding-top: 50px;
}

.contact input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e8e8e9;
  border-radius: 2px;
  box-shadow: none;
  color: #333;
  height: 52px !important;
  padding: 10px;
  width: 520px;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  font-family: inherit;
  margin: 0;
}

.contact input:focus,
.contact textarea:focus  {
  border: 1px solid #2a80b9 !important;
  box-shadow: none !important;
  outline: 0 none !important;
}

.contact input::-webkit-input-placeholder,
.contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
.contact input::-moz-placeholder,
.contact textarea::-moz-placeholder  { /* Firefox 19+ */
  color: #999;
}
.contact input::-ms-input-placeholder,
.contact textarea::-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
.contact input:-moz-placeholder,
.contact textarea:-moz-placeholder { /* Firefox 18- */
  color: #999;
}

.contact textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e8e8e9;
  border-radius: 4px;
  box-shadow: none;
  color: #333;
  padding: 10px;
  width: 520px;
  height: auto;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  font-family: inherit;
  margin: 0;
}

.contact button {
	border-radius: 2px;
	box-shadow: none;
	color: #fff;
	height: 52px;
	padding: 10px;
	width: 520px; 
	cursor: pointer;
	background: #2a80b9 none repeat scroll 0 0;
	border: 2px solid #2a80b9;
	font-size: 12px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	line-height: 1.33333;
	font-weight: 400;
	margin-bottom: 0;
	touch-action: manipulation;
	font-family: inherit;
}

.contact button:hover {
	background: #333 none repeat scroll 0 0 !important;
	border: 2px solid #333 !important;
	color: #fff;
}

@media (min-width: 993px) and (max-width: 1200px) {
	.contact input, .contact textarea, .contact button {
	width: 400px; 
}
}

@media (max-width: 993px) {
	.contact input, .contact textarea, .contact button {
	width: 100%; 
}
	.contact {
		margin-bottom: 60px;
	}
}

/* END CONTACT */

/* CONTACT FEATURES */

.contact-features i {
	background: #2a80b9 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	font-size: 24px;
	height: 55px;
	line-height: 55px;
	margin-bottom: 10px;
	width: 55px;
}
.contact-features .sppb-addon-text{ 
	color: #555;
    margin-bottom: 0;
	font-family: "Open Sans",sans-serif;
    font-size: 15px;
	font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}
@media (max-width: 993px) {
	.contact-features {
		margin-bottom: 60px;
	}
	#section-id-1490738216086 {
		padding-bottom: 0 !important;
	}
}

/* END CONTACT FEATURES */

/* FOOTER */

#sp-footer a {color: #fff;}

ul.nav.menu {
	animation-name: zoomIn;
	animation-duration: 1000ms;
	animation-delay: 100ms;
	visibility: visible;
	float: right;
	margin-top: 5px;
}
ul.nav.menu li {
	border: none;
	display: inline-block;
}

ul.nav.menu li a:before {display:none;}

ul.nav.menu li a {
	color: #fff !important;
	padding: 0 12px;
	transition: all 0.3s ease 0s;
}
#sp-footer a:hover  {
	color: #2a80b9 !important;
}

.copyright {
	float:left;
	animation-name: zoomIn;
	animation-duration: 1000ms;
	animation-delay: 100ms;
}
.copyright p {
  color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
}


@media (max-width: 769px) {
	ul.nav.menu, .copyright {
		text-align: center;
		float: none;
	}
	.copyright p {
		text-align: center !important;
	}
}

/* END FOOTER */

/* ADITIONAL */

ul.pager.pagenav, .item-page .icons, .item-page .entry-header .article-info .category-name, .view-article article.item-page .page-header {display:none;}

.item-page .entry-header h2 {padding-top: 10px;}

/* J4 Optimization */

#sp-menu .sp-megamenu-wrapper ul.sp-megamenu-parent li a {
	font-size: 0.8rem;
}

.contact .sppb-form-control {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e8e8e9;
	border-radius: 2px;
	box-shadow: none;
	color: #333;
	height: 52px !important;
	padding: 10px;
	width: 520px;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	font-family: inherit;
	margin: 0;
}

.contact textarea.sppb-form-control {
	height: auto !important;
}
