@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
/*=========================================
=            Theme Default CSS            =
=========================================*/
body {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  color: #666666;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin: 0 0 20px 0;
  color: #222222;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
p {
  margin: 0 0 20px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ghost-btn {
  background: #00b0ff;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ghost-btn::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ghost-btn:hover {
  background: #0292d2;
  color: #ffffff;
}
.ghost-btn:hover::after {
  padding-left: 10px;
  opacity: 1;
}
.ghost-btn-border {
  background: #00b0ff;
  border: 2px solid #00b0ff;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ghost-btn-border:hover {
  background: #0292d2;
  color: #ffffff;
}
.title-style-one {
  text-align: center;
  margin-bottom: 60px;
}
.title-style-one .sppb-addon-content {
  font-size: 17px;
  margin: 0 auto;
  text-align: center;
  width: 65%;
}
.title-style-border .sppb-addon-title {
  position: relative;
  padding-bottom: 15px;
  line-height: 1.3;
}
.title-style-border .sppb-addon-title::after {
  background: #00b0ff;
  border-radius: 3px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 50px;
}
.sppb-addon-text-block .sppb-addon-title {
  margin-bottom: 30px;
}
.sppb-addon-text-block .sppb-addon-title span {
  color: #00b0ff;
}
.sppb-addon-text-block ul {
  list-style: none;
  padding-left: 0;
}
.sppb-addon-text-block ul li {
  font-size: 17px;
  color: #808080;
  padding-bottom: 8px;
}
.sppb-addon-text-block ul li::before {
  color: #00b0ff;
  content: "\f058";
  font-family: FontAwesome;
  font-size: 18px;
  padding-right: 15px;
}
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-heading {
  margin-bottom: 15px;
}
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
  color: #222222;
  font-size: 14px;
  letter-spacing: 2px;
  max-width: 60% ;
  line-height: 28px;
  text-transform: uppercase;
}
.owl-carousel.owl-theme .owl-nav {
  position: initial;
  margin-top: 0px;
  top: inherit;
  left: 0;
  right: 0;
}
.owl-carousel.owl-theme .owl-nav > div {
  position: absolute;
  background: #d1d1d1;
  border-radius: 0;
  height: 48px;
  width: 40px;
  line-height: 46px;
  margin: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.owl-carousel.owl-theme .owl-nav > div:hover {
  background: #00b0ff;
}
.owl-carousel.owl-theme .owl-nav > div:hover i {
  color: #ffffff;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: -50px;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: -50px;
}
.owl-carousel.owl-theme .owl-dots {
  margin-top: 30px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: #d5d5d5;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #00b0ff;
}
.rt-carousel span.rt-slick-nav {
  background: #d1d1d1;
  color: #ffffff;
  border-radius: 0;
  height: 48px;
  width: 40px;
  line-height: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rt-carousel span.rt-slick-nav:hover {
  background: #00b0ff;
}
.rt-carousel span.rt-slick-nav.rt-prev {
  left: -40px;
}
.rt-carousel span.rt-slick-nav.rt-next {
  right: -40px;
}
.rt-carousel ul.slick-dots {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
}
.rt-carousel ul.slick-dots li button {
  background: transparent;
  border: 2px solid #00b0ff;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  cursor: pointer;
}
.rt-carousel ul.slick-dots li.slick-active button {
  background: #00b0ff;
}
/*=====  End of Theme Default CSS  ======*/
/*==================================
=            Topbar css            =
==================================*/
.body-innerwrapper #sp-header,
.body-innerwrapper #sp-top-bar {
  padding-left: 100px;
  padding-right: 100px;
}
#sp-top-bar {
  background: #222222;
}
#sp-top-bar > .container > .row > div {
  min-height: 0;
}
#sp-top-bar .sp-module {
  display: inherit !important;
}
#sp-top-bar .sp-module ul li {
  display: inline-block;
  border: none;
}
#sp-top-bar .sp-module ul li a {
  color: #00b0ff;
  line-height: 1;
}
#sp-top-bar .sp-module ul li a::before {
  content: "";
  margin-right: 0;
}
#sp-top-bar .sp-module ul li a:hover {
  color: #ffffff;
}
.top-address {
  margin: 0 !important;
}
.top-address ul {
  list-style: none;
}
.top-address ul li {
  display: inline-block;
  color: #d7d7d7;
  margin-right: 15px;
}
.top-address ul li i {
  color: #00b0ff;
  font-size: 18px;
  padding-right: 5px;
}
.top-social .rt-socials ul {
  list-style: none;
  text-align: right;
}
.top-social .rt-socials ul li {
  display: inline-block;
  border: none;
}
.top-social .rt-socials ul li a {
  font-size: 16px;
  line-height: 1;
  padding: 0 8px;
}
.top-social .rt-socials ul li a::before {
  content: "";
  margin-right: 0;
}
#header3-style #sp-top-bar {
  background: transparent;
  padding: 0;
}
#header3-style #sp-top-bar #sp-top1,
#header3-style #sp-top-bar #sp-top2 {
  min-height: 0;
}
#header3-style #sp-header {
  background: transparent;
}
#header3-style #sp-header.menu-fixed {
  background: rgba(0, 0, 0, 0.8);
}
#header3-style #sp-menu .sp-megamenu-parent {
  position: inherit;
}
#header3-style #sp-menu .sp-megamenu-parent > li > a {
  color: #ffffff;
}
#header3-style #sp-menu .sp-megamenu-parent > li.active > a {
  color: #00b0ff;
}
#header3-style #sp-menu .sp-megamenu-parent > li:hover > a {
  color: #00b0ff;
}
#header3-style #offcanvas-toggler i {
  color: #ffffff;
}
#header3-style #offcanvas-toggler i:hover {
  color: #00b0ff;
}
#header3-style #sp-page-builder .page-content .sppb-section.banner-header {
  margin-top: -90px;
}
/*=====  End of Topbar css  ======*/
/*=====================================
=            Main menu css            =
=====================================*/
#sp-menu .sp-megamenu-parent {
  position: inherit;
}
#sp-menu .sp-megamenu-parent > li > a {
  border-top: 3px solid transparent;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  text-transform: uppercase;
  line-height: 87px;
  padding: 0 12px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
#sp-menu .sp-megamenu-parent > li.active a {
  border-top: 3px solid;
  color: #00b0ff;
}
#sp-menu .sp-megamenu-parent > li:hover a {
  border-top: 3px solid;
  color: #00b0ff;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #00b0ff;
  padding: 0;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item {
  border-bottom: 1px solid #0292d2;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a {
  border-top: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a:hover {
  background: #0292d2;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item:last-child {
  border-bottom: none;
}
#sp-menu .menu-drop-in .sp-has-child .sp-dropdown .sp-dropdown-inner {
  background: transparent;
}
#sp-menu .menu-drop-in .sp-has-child .sp-dropdown .sp-dropdown-inner .sp-menu-item {
  background: #00b0ff;
  padding: 0 !important;
}
#sp-menu .menu-drop-in .sp-has-child .sp-dropdown-mega .sp-dropdown-inner {
  background: #0292d2;
}
#sp-menu #offcanvas-toggler {
  line-height: 90px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
#sp-header {
  box-shadow: none !important;
}
#sp-header.menu-fixed {
  border-bottom: 2px solid #00b0ff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  font-size: 22px;
}
.offcanvas-menu .offcanvas-inner .sp-module-title {
  color: #ffffff;
}
#sp-menu .sp-megamenu-parent > li.sp-has-child > a::after {
  content: "";
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 30px !important;
}
/*=====  End of Main menu css  ======*/
/*=======================================
=            Main Slider css            =
=======================================*/
.slider-default-style ul li {
  border: none !important;
}
.slider-default-style .slotholder {
  position: relative;
}
.slider-default-style .slotholder::before {
  background: rgba(19, 34, 41, 0.6);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.slider-default-style .tp-caption.large_text {
  font-size: 70px !important;
  line-height: 70px !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: capitalize;
  width: 100%;
  left: 0 !important;
  text-align: center;
}
.slider-default-style .tp-caption.large_text span {
  color: #00b0ff;
  font-size: 72px !important;
}
.slider-default-style .tp-caption.medium_text {
  font-size: 22px !important;
  font-weight: 500;
  line-height: 22px !important;
  letter-spacing: 10px;
  text-transform: uppercase;
  width: 100%;
  left: 0 !important;
  text-align: center;
}
.slider-default-style .tp-caption.small_text {
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 1px;
  width: 40%;
  left: 0 !important;
  right: 0 !important;
  text-align: center;
  margin: 0 auto !important;
}
.slider-default-style .tp-caption.largewhitebg {
  display: block;
  background: transparent;
  letter-spacing: 1px;
  left: 0 !important;
  width: 100%;
  text-align: center;
}
.slider-default-style .tp-caption.largewhitebg a {
  display: inline-block;
  background: #00b0ff;
  border-radius: 3px;
  font-size: 16px !important;
  color: #ffffff;
  font-weight: 500;
  line-height: 24px !important;
  text-transform: uppercase;
  padding: 15px 30px !important;
}
.slider-default-style .tp-caption.largewhitebg a::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-default-style .tp-caption.largewhitebg a:hover {
  background: #0292d2;
  color: #ffffff;
}
.slider-default-style .tp-caption.largewhitebg a:hover::after {
  padding-left: 10px;
  opacity: 1;
}
.slider-default-style .tp-leftarrow.default {
  background: transparent;
  left: 0 !important;
}
.slider-default-style .tp-leftarrow.default::after {
  content: "\f104";
  font-family: "FontAwesome";
}
.slider-default-style .tp-rightarrow.default {
  background: transparent;
  right: 0 !important;
}
.slider-default-style .tp-rightarrow.default::after {
  content: "\f105";
  font-family: "FontAwesome";
}
.slider-default-style .tparrows.default::after {
  background: #d1d1d1;
  border-radius: 0;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  padding: 15px 0px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-default-style .tparrows.default:hover::after {
  background: #00b0ff;
}
.video-header {
  position: relative;
}
.video-header::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-header .sppb-addon-raw-html {
  padding: 120px 0;
  text-align: center;
}
.video-header .sppb-addon-raw-html h1 {
  color: #ffffff;
  font-size: 70px;
  letter-spacing: 2px;
}
.video-header .sppb-addon-raw-html p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  width: 65%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.video-header .sppb-addon-raw-html a.ghost-btn {
  margin-top: 40px;
}
.video-responsive {
  position: relative;
}
.video-responsive::before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-responsive .sppb-addon-raw-html {
  padding: 30px 0;
  text-align: center;
}
.video-responsive .sppb-addon-raw-html h1 {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 1px;
}
.banner-header {
  position: relative;
}
.banner-header::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner-header .sppb-addon-raw-html {
  padding: 240px 0 120px;
  text-align: center;
}
.banner-header .sppb-addon-raw-html h1 {
  color: #ffffff;
  font-size: 70px;
  letter-spacing: 2px;
}
.banner-header .sppb-addon-raw-html p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  width: 65%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.banner-header .sppb-addon-raw-html a.ghost-btn {
  margin-top: 40px;
}
/*=====  End of Main Slider css  ======*/
/*========================================
=            Progress bar css            =
========================================*/
.progress-bar-style {
  margin-top: 10px;
}
.progress-bar-style .sppb-progress-label {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
}
.sppb-addon-pie-progress .sppb-chart-percent {
  color: #222222;
  font-size: 32px;
}
.sppb-addon-pie-progress .sppb-addon-title {
  color: #222222;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 30px;
}
/*=====  End of Progress bar css  ======*/
/*=====================================
=            Accordion css            =
=====================================*/
.sppb-addon-accordion .sppb-panel-group .sppb-panel {
  border: none;
  margin-bottom: 3px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading {
  background: #f8f8f8;
  border: none;
  border-radius: 3px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title {
  font-weight: 400;
  font-size: 16px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
  color: #00b0ff;
  font-size: 16px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction i.fa::before {
  font-family: 'FontAwesome';
  content: "\f067";
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading.active.sppb-panel-heading {
  background: #00b0ff;
  color: #ffffff;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading.active .sppb-toggle-direction {
  color: #ffffff;
  top: 25%;
  -webkit-transform: translateY(0%) rotate(0deg);
  -moz-transform: translateY(0%) rotate(0deg);
  -ms-transform: translateY(0%) rotate(0deg);
  -o-transform: translateY(0%) rotate(0deg);
  transform: translateY(0%) rotate(0deg);
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading.active .sppb-toggle-direction i.fa::before {
  font-family: 'FontAwesome';
  content: "\f068";
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-body {
  border: none;
}
/*=====  End of Accordion css  ======*/
/*======================================
=            About css            =
======================================*/
.sppb-addon-image-content .sppb-content-holder .sppb-image-content-title {
  color: #ffffff;
  margin-bottom: 30px;
}
.sppb-addon-image-content .sppb-content-holder .sppb-image-content-title span {
  display: block;
  font-weight: 400;
  color: #00b0ff;
}
.sppb-addon-image-content .sppb-content-holder .sppb-image-content-text {
  color: #ffffff;
}
.sppb-addon-image-content .sppb-content-holder .sppb-btn-default {
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  margin-top: 30px;
  padding: 14px 50px;
}
.sppb-addon-image-content .sppb-content-holder .sppb-btn-default:hover {
  background: transparent;
  color: #ffffff;
}
.about-style .sppb-addon-text-block {
  color: #ffffff;
}
.about-style .sppb-addon-text-block .sppb-addon-title {
  color: #ffffff;
  line-height: 1.3;
}
.about2-style {
  width: 65%;
  margin: 0 auto;
  text-align: center;
}
.about3-style {
  position: relative;
}
.about3-style .sppb-addon-text-block {
  color: #ffffff;
  padding-left: 50px;
}
.about3-style .sppb-addon-text-block .sppb-addon-title {
  color: #ffffff;
  line-height: 1.3;
}
.about3-style::after {
  position: absolute;
  background: #00b0ff;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
/*=====  End of About css  ======*/
/*====================================
=            Services css            =
====================================*/
.service-style .sppb-addon-feature {
  margin-bottom: 30px;
}
.service-style .sppb-addon-feature .sppb-addon-content {
  background: #f8f8f8;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 1px 1px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 1px 1px 0px rgba(222, 222, 222, 0.75);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.service-style .sppb-addon-feature .sppb-addon-content .sppb-img-container {
  display: block !important;
  margin-bottom: 20px;
  padding: 40px 0;
}
.service-style .sppb-addon-feature .sppb-addon-content a .sppb-addon-title {
  margin: 0 0 10px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-style .sppb-addon-feature .sppb-addon-content a:hover .sppb-addon-title {
  color: #00b0ff;
}
.service-style .sppb-addon-feature .sppb-addon-content .sppb-addon-text {
  padding: 0 20px 25px;
}
.service-style .sppb-addon-feature:hover .sppb-addon-content {
  -webkit-box-shadow: 0px 16px 20px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 16px 20px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 16px 20px 0px rgba(222, 222, 222, 0.75);
}
.service-style .color1 .sppb-img-container {
  background: #3e3e3e;
}
.service-style .color2 .sppb-img-container {
  background: #ffbc00;
}
.service-style .color3 .sppb-img-container {
  background: #ff5252;
}
.service-style .color4 .sppb-img-container {
  background: #00c853;
}
.service2-style .sppb-addon-feature {
  margin-bottom: 30px;
}
.service2-style .sppb-addon-feature .sppb-addon-content {
  background: #f8f8f8;
  padding: 30px 20px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 1px 1px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 1px 1px 0px rgba(222, 222, 222, 0.75);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service2-style .sppb-addon-feature .sppb-addon-content .pull-left .sppb-icon {
  color: #00b0ff;
  font-size: 30px;
  width: 30px;
}
.service2-style .sppb-addon-feature .sppb-addon-content a .sppb-addon-title {
  margin: 0 0 16px 0;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service2-style .sppb-addon-feature .sppb-addon-content a:hover .sppb-addon-title {
  color: #00b0ff;
}
.service2-style .sppb-addon-feature:hover .sppb-addon-content {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 8px 10px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 8px 10px 0px rgba(222, 222, 222, 0.75);
}
.service3-style .sppb-addon-feature {
  margin-bottom: 30px;
}
.service3-style .sppb-addon-feature .sppb-addon-content {
  background: #ffffff;
  padding: 50px 20px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 1px 1px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 1px 1px 0px rgba(222, 222, 222, 0.75);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service3-style .sppb-addon-feature .sppb-addon-content .pull-left .sppb-icon {
  color: #00b0ff;
  font-size: 30px;
  width: 30px;
}
.service3-style .sppb-addon-feature .sppb-addon-content a .sppb-addon-title {
  margin: 0 0 16px 0;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service3-style .sppb-addon-feature .sppb-addon-content a:hover .sppb-addon-title {
  color: #00b0ff;
}
.service3-style .sppb-addon-feature .sppb-addon-content .sppb-icon .sppb-icon-container {
  background: #00b0ff;
  color: #ffffff;
  border-radius: 50%;
  font-size: 30px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 20px;
}
.service3-style .sppb-addon-feature:hover .sppb-addon-content {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 2px 3px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 2px 3px 0px rgba(222, 222, 222, 0.75);
}
/*=====  End of Services css  ======*/
/*================================
=            Team css            =
================================*/
.tlp-team .tlp-row .single-team-area .overlay-element .detail-link a i {
  color: #ffffff;
  margin-top: 0;
  padding: 8px 10px;
}
.tlp-team .tlp-row .single-team-area .overlay-element .detail-link:hover a i {
  color: #00b0ff;
}
.tlp-team .tlp-row .single-team-area .social-icons a {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
}
.tlp-team .tlp-row .single-team-area .social-icons a i {
  color: #222222;
  display: inline;
  padding: 0;
}
.tlp-team .tlp-row .single-team-area .social-icons a:hover {
  opacity: 1;
}
.tlp-team .tlp-row .single-team-area .social-icons a:hover i {
  background: transparent;
  color: #00b0ff;
}
.tlp-team .layout1 .single-team-area .overlay-element .detail-link a i {
  background: #ffffff;
  color: #222222;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: 0;
}
.tlp-team .layout1 .single-team-area .single-team img {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-team .layout1 .single-team-area .overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #00b0ff;
}
.tlp-team .layout1 .single-team-area .overlay .overlay-element {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-team .layout1 .single-team-area .overlay .overlay-element {
  width: 100%;
}
.tlp-team .layout1 .single-team-area .overlay .social-icons {
  margin-top: 12px;
  padding: 0;
}
.tlp-team .layout1 .single-team-area .overlay .social-icons a {
  color: #222222;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 {
  background: #ffffff;
  padding: 0 20px;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 h3 {
  padding: 20px 0 5px 0;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 h3 a {
  color: #222222;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 h3 a:hover {
  color: #00b0ff;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 .tlp-position {
  color: #00b0ff;
  padding: 0 0 10px 0;
}
.tlp-team .layout1 .single-team-area .short-bio {
  background: #ffffff;
  padding: 0 20px 25px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
}
.tlp-team .layout1 .single-team-area .short-bio p {
  margin-bottom: 0;
}
.tlp-team .layout1 .single-team-area:hover .single-team img {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.tlp-team .layout1 .single-team-area:hover .overlay .overlay-element {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.tlp-team .layout3 .item .single-team-area figure img {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-team .layout3 .item .single-team-area:hover figure img {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.tlp-team .layout3 .item .single-team-area .tlp-content h3 {
  margin-bottom: 10px;
}
.tlp-team .layout3 .item .single-team-area .social-icons {
  margin-top: 12px;
  text-align: center;
}
.tlp-team-detail {
  padding-bottom: 0 !important;
}
.tlp-team-detail .tlp-content {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.tlp-team-detail .tlp-content h3 {
  font-size: 30px;
  margin-bottom: 5px;
}
.tlp-team-detail .tlp-content .tlp-position {
  font-weight: 500;
}
.tlp-team-detail .tlp-content::after {
  background: #00b0ff;
  border-radius: 3px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
}
.tlp-team-detail .social-icons a {
  background: transparent;
  border: 2px solid #00b0ff;
  border-radius: 3px;
  color: #222222;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 36px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tlp-team-detail .social-icons a i.fa {
  display: inline;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tlp-team-detail .social-icons a:hover {
  background: #00b0ff;
}
.tlp-team-detail .social-icons a:hover i.fa {
  opacity: 1;
}
/*=====  End of Team css  ======*/
/*==========================================
=            Dedicated Team css            =
==========================================*/
.dedicated-team {
  text-align: center;
}
.dedicated-team .sppb-addon-title {
  color: #ffffff;
  letter-spacing: 2px;
}
.dedicated-team p {
  color: #e3e3e3;
  font-size: 17px;
  margin: 0 auto 50px;
  line-height: 26px;
  letter-spacing: 1px;
  width: 70%;
}
/*=====  End of Dedicated Team css  ======*/
/*=====================================
=            Portfolio css            =
=====================================*/
.tlp-portfolio .pre-text {
  margin: 0;
}
.tlp-portfolio .button-group {
  margin-bottom: 50px;
  margin-left: 0;
}
.tlp-portfolio .button-group button {
  background: transparent;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  color: #666666;
  margin-bottom: 5px;
  padding: 10px 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tlp-portfolio .button-group button.selected {
  background: #00b0ff;
  border: 1px solid #00b0ff;
  color: #ffffff;
}
.tlp-portfolio .button-group button:hover {
  background: #00b0ff;
  border: 1px solid #00b0ff;
  color: #ffffff;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay .link-icon {
  margin-top: 20px;
  transform: initial;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay .link-icon a {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  color: #00b0ff;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  margin-right: 0;
  padding: 0;
  width: 50px;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay .link-icon a i.fa:before {
  font-family: 'FontAwesome';
  content: "\f002";
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content {
  background: #00b0ff;
  padding: 20px 25px 25px;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content h3 {
  margin: 0 0 10px 0;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content h3 a {
  color: #ffffff;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content .tlp-content-holder {
  color: #ffffff;
  padding: 0;
}
.tlp-portfolio .layout3 .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay {
  background: rgba(0, 176, 255, 0.8);
}
.tlp-portfolio .layout3 .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay .link-icon {
  margin-top: 20px;
  transform: initial;
}
.tlp-portfolio .layout3 .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay .link-icon a {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  color: #00b0ff;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  margin-right: 0;
  padding: 0;
  width: 50px;
}
.tlp-portfolio .layout3 .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay .link-icon a i.fa:before {
  font-family: 'FontAwesome';
  content: "\f002";
}
.tlp-portfolio .layout3 .tlp-portfolio-item .tlp-content {
  background: #f8f8f8;
  padding: 20px 25px 25px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 1px 1px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 1px 1px 0px rgba(222, 222, 222, 0.75);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tlp-portfolio .layout3 .tlp-portfolio-item .tlp-content h3 {
  margin: 0 0 10px 0;
}
.tlp-portfolio .layout3 .tlp-portfolio-item .tlp-content h3 a {
  color: #222222;
}
.tlp-portfolio .layout3 .tlp-portfolio-item .tlp-content .extra-features {
  margin-top: 10px;
}
.tlp-portfolio .layout3 .tlp-portfolio-item:hover .tlp-content h3 a {
  color: #00b0ff;
}
.tlp-portfolio .layout10 .tlp-portfolio-item figcaption .tlp-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.tlp-portfolio .layout10 .tlp-portfolio-item figcaption .tlp-overlay .tlp-title {
  background: #00b0ff;
  bottom: 70px;
  height: 70px;
}
.tlp-portfolio .layout10 .tlp-portfolio-item figcaption .tlp-content .link-icon {
  margin-top: 0px;
  transform: initial;
}
.tlp-portfolio .layout10 .tlp-portfolio-item figcaption .tlp-content .link-icon a {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  color: #00b0ff;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  margin-right: 0;
  padding: 0;
  width: 50px;
}
.tlp-portfolio .layout10 .tlp-portfolio-item figcaption .tlp-content .link-icon a i.fa:before {
  font-family: 'FontAwesome';
  content: "\f002";
}
.tlp-portfolio .isotope8 .tlp-portfolio-item figure img {
  width: 100%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay {
  padding: 0;
  transform: inherit;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-title {
  background: #00b0ff;
  bottom: 0;
  height: inherit;
  opacity: 1;
  padding: 10px 30px;
  transition: all 0.7s ease-out 0s;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-title h3 {
  padding: 3px 0;
  transform: initial;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content {
  bottom: 0;
  opacity: 0;
  top: inherit;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon {
  transform: initial;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon a {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  color: #00b0ff;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  margin-right: 0;
  padding: 0;
  width: 50px;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon a i.fa:before {
  font-family: 'FontAwesome';
  content: "\f002";
}
.tlp-portfolio .isotope8 .tlp-portfolio-item:hover figure img {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.tlp-portfolio .isotope8 .tlp-portfolio-item:hover .tlp-overlay {
  background: rgba(0, 176, 255, 0.8);
}
.tlp-portfolio .isotope8 .tlp-portfolio-item:hover .tlp-overlay .tlp-title {
  bottom: 85px;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item:hover .tlp-overlay .tlp-content {
  bottom: 50%;
  opacity: 1;
}
.tlp-portfolio .isotope9 .tlp-portfolio-item figure img {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-portfolio .isotope9 .tlp-portfolio-item .tlp-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #00b0ff;
}
.tlp-portfolio .isotope9 .tlp-portfolio-item .tlp-overlay .item-info {
  margin: 0 auto;
  padding-top: 0;
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  -ms-transform: translateY(150%);
  -o-transform: translateY(150%);
  transform: translateY(150%);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-portfolio .isotope9 .tlp-portfolio-item .tlp-overlay .link-icon {
  margin-top: 20px;
  transform: initial;
}
.tlp-portfolio .isotope9 .tlp-portfolio-item .tlp-overlay .link-icon a {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  color: #00b0ff;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  margin-right: 0;
  padding: 0;
  width: 50px;
}
.tlp-portfolio .isotope9 .tlp-portfolio-item .tlp-overlay .link-icon a i.fa:before {
  font-family: 'FontAwesome';
  content: "\f002";
}
.tlp-portfolio .isotope9 .tlp-portfolio-item:hover figure img {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.tlp-portfolio .isotope9 .tlp-portfolio-item:hover .tlp-overlay .item-info {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
body .tlp-popup-wrap .tlp-popup-navigation-wrap {
  background: #00b0ff;
}
body .tlp-popup-wrap .tlp-portfolio-detail {
  padding-bottom: 40px;
}
/*=====  End of Portfolio css  ======*/
/*=======================================
=            Testimonial css            =
=======================================*/
.tss-wrapper .tss-layout1 .tss-single-item {
  margin-bottom: 0;
}
.tss-wrapper .tss-layout1 .single-item-wrapper .item-content-wrapper {
  background: #ffffff;
}
.tss-wrapper .tss-layout1 .single-item-wrapper .tss-meta-info h4 {
  color: #00b0ff;
}
.tss-wrapper .tss-layout2 .rt-tss-item-container .single-item-wrapper .tss-meta-info {
  margin-right: 15px;
}
.tss-wrapper .tss-layout2 .rt-tss-item-container .single-item-wrapper .tss-meta-info h3 {
  margin-bottom: 5px;
}
.tss-wrapper .tss-layout2 .rt-tss-item-container .single-item-wrapper .tss-meta-info h4 {
  color: #00b0ff;
}
.tss-wrapper .tss-layout3 .tss-single-item {
  margin-bottom: 0;
}
.tss-wrapper .tss-layout3 .single-item-wrapper {
  margin-top: 50px;
  position: relative;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .tss-meta-info {
  text-align: center;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .tss-meta-info .profile-img-wrapper {
  display: inline-block;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  z-index: 1;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .tss-meta-info .profile-img-wrapper img {
  border-radius: 6px;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper {
  background: #ffffff;
  border-radius: 6px;
  padding: 60px 30px 30px;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper .author-bio {
  color: #00b0ff;
}
.tss-wrapper .tss-slider7 .tss-single-item .tss-meta-info h4 {
  color: #00b0ff;
}
.tss-wrapper .tss-slider7 .tss-single-item .item-content p {
  width: 65%;
}
/*=====  End of Testimonial css  ======*/
/*===================================
=            Clients css            =
===================================*/
.rt-logo-showcase .slick-slider.slick-dotted {
  margin-bottom: 0;
}
.rt-logo-showcase .slick-track {
  padding: 0;
}
.rt-logo-showcase .slick-dots {
  position: inherit;
  bottom: 0;
}
.rt-logo-showcase .slick-dots li button::before {
  content: "";
}
/*=====  End of Clients css  ======*/
/*================================
=            Blog css            =
================================*/
.sppb-addon-articles .sppb-addon-article .entry-video {
  margin-bottom: 0;
}
.sppb-addon-articles .sppb-addon-article h3 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 8px;
}
.sppb-addon-articles .sppb-addon-article h3 a {
  color: #222222;
}
.sppb-addon-articles .sppb-addon-article h3 a:hover {
  color: #00b0ff;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-meta {
  margin-bottom: 15px;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-meta > span {
  color: #666666;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-meta a {
  color: #00b0ff;
}
.sppb-addon-articles .sppb-addon-article .sppb-readmore {
  background: #00b0ff;
  border-radius: 3px;
  position: relative;
  color: #ffffff;
  margin-top: -15px;
  display: inline-block;
  padding: 10px 20px;
  overflow: hidden;
}
.sppb-addon-articles .sppb-addon-article .sppb-readmore::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sppb-addon-articles .sppb-addon-article .sppb-readmore:hover::after {
  padding-left: 10px;
  opacity: 1;
}
/*=====  End of Blog css  ======*/
/*===================================
=            Contact css            =
===================================*/
#contact {
  background: #00b0ff;
}
#contact > .sppb-container-inner > .sppb-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sppb-addon-ajax-contact {
  padding-left: 10%;
}
.sppb-addon-ajax-contact .sppb-addon-title {
  margin-bottom: 30px;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group {
  width: 50%;
  float: left;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group input {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  height: 48px !important;
  width: 98%;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group input::-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group textarea {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  width: 99%;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group:nth-child(5) {
  width: 100%;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form button {
  background: #ffffff;
  color: #222222;
  border-radius: 3px;
  padding: 16px 25px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form button::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form button:hover {
  color: #00b0ff;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form button:hover::after {
  padding-left: 10px;
  opacity: 1;
}
/*=====  End of Contact css  ======*/
/*==================================
=            Bottom css            =
==================================*/
#sp-bottom {
  padding: 100px 0;
}
#sp-bottom .sp-module h3.sp-module-title {
  color: #ffffff;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  padding-bottom: 18px;
  text-transform: capitalize;
}
#sp-bottom .sp-module h3.sp-module-title::after {
  background: #00b0ff;
  border-radius: 3px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
}
#sp-bottom .sp-module .sp-module-content {
  color: #d1d1d1;
}
#sp-bottom .sp-module .sp-module-content img {
  margin-bottom: 25px;
}
#sp-bottom .sp-module .latestnews > div {
  border-bottom: 1px solid #7a7a7a;
}
#sp-bottom .sp-module .latestnews > div:last-child {
  border-bottom: none;
}
#sp-bottom .sp-module .latestnews a {
  color: #d1d1d1;
}
#sp-bottom .sp-module .latestnews a:hover {
  color: #00b0ff;
}
#sp-bottom ul li {
  border-bottom: 1px solid #7a7a7a;
  list-style: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#sp-bottom ul li a {
  color: #d1d1d1;
  line-height: 24px;
  padding: 0;
}
#sp-bottom ul li a:hover {
  color: #00b0ff;
}
#sp-bottom ul li a:focus {
  background: transparent;
}
#sp-bottom ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-bottom ul li.lastItem {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-bottom .footer-address ul li i {
  padding-right: 8px;
  color: #00b0ff;
}
#sp-bottom .footer-social {
  margin-top: 30px;
}
#sp-bottom .footer-social ul li {
  border: none;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-bottom .footer-social ul li a {
  background: transparent;
  border: 2px solid #00b0ff;
  border-radius: 3px;
  display: block;
  font-size: 16px;
  margin-right: 3px;
  text-align: center;
  line-height: 36px;
  height: 40px;
  width: 40px;
}
#sp-bottom .footer-social ul li a::before {
  content: "";
  margin-right: 0;
}
#sp-bottom .footer-social ul li a i {
  color: #d1d1d1;
  padding-right: 0;
}
#sp-bottom .footer-social ul li a:hover {
  background: #00b0ff;
}
#sp-bottom .footer-social ul li a:hover i {
  color: #ffffff;
}
#sp-footer .sp-copyright a {
  color: #ffffff;
}
#sp-footer .sp-copyright a:hover {
  color: #00b0ff;
}
/*=====  End of Bottom css  ======*/
/*===================================
=            Content css            =
===================================*/
body .scrollup {
  background: #00b0ff;
  border: 2px solid #00b0ff;
  border-radius: 3px;
  height: 44px;
  width: 44px;
}
body .scrollup::before {
  color: #ffffff;
  line-height: 38px;
}
body .scrollup:hover {
  background: #0292d2;
}
body .sp-pre-loader .sp-loader-with-logo .line {
  background: #00b0ff;
}
.item-page {
  margin-bottom: 0 !important;
}
.item-page .page-header {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.item-page .entry-header .article-info {
  margin-bottom: 15px;
}
.item-page .entry-header .article-info > dd {
  font-size: 13px;
  text-transform: capitalize;
}
.error-page .error-page-inner {
  background-size: cover;
  position: relative;
}
.error-page .error-page-inner::after {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.error-page .error-page-inner > div {
  position: relative;
  z-index: 9;
}
.error-page .error-page-inner .error-code {
  font-size: 180px;
  color: #ffffff;
}
.error-page .error-page-inner .error-message {
  font-size: 30px;
  color: #ffffff;
}
.error-page .error-page-inner a.btn-primary {
  background: #00b0ff;
  border: none;
  font-size: 16px;
  font-weight: 600;
  padding: 19px 35px;
  letter-spacing: 1px;
}
.error-page .error-page-inner a.btn-primary:hover {
  color: #222222;
}
/*=====  End of Content css  ======*/
/*======================================
=            Responsive css            =
======================================*/
@media only screen and (max-width: 1440px) {
  .slider-default-style .tp-caption.small_text {
    width: 45%;
  }
}
@media only screen and (max-width: 1199px) {
  .body-innerwrapper #sp-header,
  .body-innerwrapper #sp-top-bar {
    padding-left: 50px;
    padding-right: 50px;
  }
  #sp-menu .sp-megamenu-parent > li > a {
    padding: 0 6px;
  }
  .slider-default-style .tp-caption.large_text {
    font-size: 55px !important;
    line-height: 55px !important;
  }
  .slider-default-style .tp-caption.small_text {
    font-size: 15px !important;
    width: 58%;
  }
  .slider-default-style .tp-caption.largewhitebg {
    margin-top: 12px !important;
  }
  .dedicated-team p {
    width: 80%;
  }
  .banner-header .sppb-addon-raw-html {
    padding: 100px 0 40px;
  }
  .video-header .sppb-addon-raw-html {
    padding: 40px 0 40px;
  }
  .banner-header .sppb-addon-raw-html h1,
  .video-header .sppb-addon-raw-html h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-default-style .tp-caption.large_text {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .slider-default-style .tp-caption.small_text {
    line-height: 20px !important;
    width: 75%;
  }
  .slider-default-style .tp-caption.largewhitebg {
    margin-top: 20px !important;
  }
  #sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    max-width: 80%;
  }
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
  h2,
  #sp-page-builder .sppb-section-title .sppb-title-heading {
    font-size: 32px;
    line-height: 38px;
  }
  #sp-bottom1,
  #sp-bottom2 {
    margin-bottom: 40px;
  }
  .banner-header .sppb-addon-raw-html {
    padding: 80px 0 20px;
  }
  .video-header .sppb-addon-raw-html {
    padding: 0px;
  }
  .banner-header .sppb-addon-raw-html h1,
  .video-header .sppb-addon-raw-html h1 {
    font-size: 48px;
  }
  .about2-style {
    width: 80%;
  }
  .about3-style .sppb-addon-text-block {
    padding-left: 20px;
  }
  .service2-style .sppb-addon-feature .sppb-addon-content a .sppb-addon-title {
    line-height: 1.2;
  }
  .tss-wrapper .tss-slider7 .tss-single-item .item-content p {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service2-style .sppb-addon-feature {
    text-align: center;
  }
  .service2-style .sppb-addon-feature .sppb-addon-content .pull-left {
    float: none !important;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .service2-style .sppb-addon-feature .sppb-addon-content .pull-left .sppb-icon {
    width: inherit;
  }
  .service2-style .sppb-addon-feature .sppb-addon-content a .sppb-addon-title {
    font-size: 20px;
  }
  .service3-style .sppb-addon-feature .sppb-addon-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #sp-header.animated,
  #sp-header.animated .logo {
    height: 70px;
  }
  #sp-menu #offcanvas-toggler {
    line-height: 70px;
  }
  .owl-carousel.owl-theme .owl-nav .owl-prev,
  .rt-carousel span.rt-slick-nav.rt-prev {
    opacity: 0;
  }
  .owl-carousel.owl-theme .owl-nav .owl-next,
  .rt-carousel span.rt-slick-nav.rt-next {
    opacity: 0;
  }
  .owl-carousel.owl-theme:hover .owl-nav .owl-prev,
  .rt-carousel:hover span.rt-slick-nav.rt-prev {
    left: 0;
    opacity: 1;
  }
  .owl-carousel.owl-theme:hover .owl-nav .owl-next,
  .rt-carousel:hover span.rt-slick-nav.rt-next {
    right: 0;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .body-innerwrapper #sp-header,
  .body-innerwrapper #sp-top-bar {
    padding-left: 30px;
    padding-right: 30px;
  }
  .slider-default-style .tp-caption.large_text {
    font-size: 36px !important;
    line-height: 36px !important;
  }
  .slider-default-style .tp-caption.largewhitebg a {
    font-size: 15px !important;
    padding: 8px 20px !important;
  }
  .slider-default-style .tp-caption.small_text {
    display: none;
  }
  .slider-default-style .tp-caption.largewhitebg {
    margin-top: 0px !important;
  }
  .top-address ul li {
    margin-right: 8px;
  }
  #sp-top-bar .top-address ul {
    margin-bottom: 4px;
  }
  .top-address ul,
  .top-social .rt-socials ul {
    text-align: center;
  }
  #sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    max-width: 90%;
  }
  .dedicated-team p {
    width: 90%;
  }
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
  h2,
  #sp-page-builder .sppb-section-title .sppb-title-heading {
    font-size: 28px;
    line-height: 36px;
  }
  #sp-bottom3 {
    margin-bottom: 40px;
  }
  .sppb-addon-ajax-contact {
    margin-bottom: 40px;
  }
  .tss-wrapper .tss-layout3 .tss-single-item {
    padding: 0;
  }
  .banner-header .sppb-addon-raw-html h1,
  .video-header .sppb-addon-raw-html h1 {
    font-size: 36px;
  }
  .banner-header .sppb-addon-raw-html p,
  .video-header .sppb-addon-raw-html p {
    width: 90%;
  }
  .about2-style {
    width: 90%;
  }
  .about3-style .sppb-addon-text-block {
    padding-left: 0px;
  }
  .tss-wrapper .tss-layout1 .tss-single-item {
    padding: 0;
  }
  .about3-style::after {
    background: transparent;
  }
}
@media only screen and (max-width: 480px) {
  .slider-default-style .tp-caption.large_text {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  #sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    font-size: 13px;
    letter-spacing: 1px;
  }
  h3,
  .tlp-team .layout1 .single-team-area .tlp-content-layout1 h3 a,
  .tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-title h3 a {
    font-size: 20px;
  }
  .sppb-addon-pie-progress .sppb-addon-title {
    font-size: 16px;
  }
  .video-header .sppb-addon-raw-html h1,
  .banner-header .sppb-addon-raw-html h1 {
    font-size: 30px;
  }
  .tlp-portfolio .layout10 .tlp-portfolio-item figcaption .tlp-content {
    top: 25%;
  }
  .video-responsive .sppb-addon-raw-html h1 {
    font-size: 24px;
  }
  .video-responsive .sppb-addon-raw-html .ghost-btn {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 320px) {
  .slider-default-style .tp-caption.large_text {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
  h2,
  #sp-page-builder .sppb-section-title .sppb-title-heading {
    font-size: 24px;
    line-height: 28px;
  }
  .dedicated-team p {
    width: 100%;
  }
  .sppb-addon-text-block .sppb-addon-title,
  .sppb-addon-text-block,
  .sppb-addon-articles .sppb-addon-article {
    text-align: center;
  }
  .progress-style > .sppb-container-inner > .sppb-row > div {
    width: 100%;
  }
  .tss-wrapper .tss-slider7 .tss-single-item .item-content p {
    width: 100%;
  }
  .tlp-portfolio .layout10 .tlp-portfolio-item figcaption .tlp-content {
    top: 20%;
  }
}
/*=====  End of Responsive css  ======*/
