@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
/*=========================================
=            Theme Default CSS            =
=========================================*/
body {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin: 0 0 20px 0;
  color: #000;
  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: #175eba;
  border-radius: 6px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -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: "\f054";
  padding-left: 8px;
  -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: #0850ad;
  color: #ffffff;
}
.ghost-btn:hover::after {
  padding-left: 12px;
}
.ghost-btn-border {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 6px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -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::after {
  font-family: 'FontAwesome';
  content: "\f054";
  padding-left: 8px;
  -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: #175eba;
  border: 2px solid transparent;
  color: #ffffff;
}
.ghost-btn-border:hover::after {
  padding-left: 12px;
}
.ghost-btn-arrow {
  background: transparent;
  border: 2px solid #175eba;
  border-radius: 6px;
  color: #175eba;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  padding: 8px 20px;
  text-transform: capitalize;
  letter-spacing: 0px;
  -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-arrow::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  padding-left: 8px;
  -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-arrow:hover {
  background: #175eba;
  border: 2px solid transparent;
  color: #ffffff;
}
.ghost-btn-arrow:hover::after {
  padding-left: 12px;
}
.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;
  margin-bottom: 30px;
  padding-bottom: 15px;
  line-height: 1.3;
}
.title-style-border .sppb-addon-title::after {
  background: #175eba;
  border-radius: 0px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
}
.sppb-addon-text-block .sppb-addon-title {margin-bottom: 30px; color: #232373; font-weight: 300;}
.sppb-addon-text-block .sppb-addon-title span {
  color: #175eba;
  display: block;
}
.sppb-addon-text-block ul {
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
}
.sppb-addon-text-block ul li {display: flex;}
.sppb-addon-text-block ul li::before {
  color: #232373;
  content: "\f058";
  font-family: FontAwesome;
  font-size: 20px;
  padding-right: 20px;
}
.sppb-addon-text-block ul li:last-child {
  border-bottom: 0;
}
.sppb-addon-text-block a.ghost-btn {
  margin-top: 20px;
}
#sp-page-builder .sppb-section-title .sppb-title-heading {
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 300;
}
#sp-page-builder .sppb-section-title .sppb-title-subheading {
  color: #111111;
  font-size: 18px;
  letter-spacing: 1px;
  max-width: 60% ;
  line-height: 28px;
}
.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: #175eba;
  border-radius: 6px;
  height: 48px;
  width: 40px;
  line-height: 48px;
  margin: 0px;
  padding: 0;
  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 i {
  color: #ffffff;
}
.owl-carousel.owl-theme .owl-nav > div:hover {
  background: #98fed4;
}
.owl-carousel.owl-theme .owl-nav > div:hover i {
  color: #ffffff;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 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;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: 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;
}
.owl-carousel.owl-theme .owl-dots {
  margin-top: 30px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: #dedede;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #175eba;
}
.rt-carousel span.rt-slick-nav {
  background: #dbdbdb;
  color: #ffffff;
  border-radius: 6px;
  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: #175eba;
}
.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 #175eba;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  cursor: pointer;
}
.rt-carousel ul.slick-dots li.slick-active button {
  background: #175eba;
}
/*=====  End of Theme Default CSS  ======*/
/*==================================
=            Topbar css            =
==================================*/
#sp-top-bar > .container > .row > div {
  min-height: 0;
}
#sp-top-bar .sp-module {
  display: inherit !important;
  font-size: 14px;
}
#sp-top-bar .sp-module ul li {
  display: inline-block;
  border: none;
}
#sp-top-bar .sp-module ul li a {
  line-height: 1;
}
#sp-top-bar .sp-module ul li a::before {
  content: "";
  margin-right: 0;
}
.top-address {
  margin: 0 !important;
}
.top-address ul {
  list-style: none;
}
.top-address ul li {
  display: inline-block;
  color: #d4d4d4;
  margin-right: 15px;
}
.top-address ul li i {
  color: #fe9000;
  font-size: 18px;
  font-weight: 400;
  padding-right: 5px;
}
.top-address ul li:last-child {
  margin-right: 0;
}
.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 {
  color: #d4d4d4;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  padding: 0 8px;
}
.top-social .rt-socials ul li a::before {
  content: "";
  margin-right: 0;
}
.top-social .rt-socials ul li a:hover {
  color: #fe9000;
}
.phoneno .sp-module-content ul {
  list-style: none;
  text-align: right;
}
.phoneno .sp-module-content ul > li {
  display: inline-block;
  border-radius: 30px;
  background: #fe9000;
  color: #ffffff;
  margin-top: 23px;
  padding: 10px 20px;
  text-align: center;
  font-weight: 500;
}
.phoneno .sp-module-content ul > li i {
  color: #ffffff;
  font-size: 18px;
  padding-right: 5px;
}
.phoneno .sp-module-content ul > li:last-child {
  margin-right: 0;
}
.top-menu {
  margin: 0 !important;
}
.top-menu ul.nav li {
  padding-right: 15px;
}
.top-menu ul.nav li:last-child {
  padding-right: 0;
}
.top-menu ul.nav li a {
  display: inline;
}
.top-menu ul.nav li a:focus {
  background: transparent;
}
.user-menu ul.nav {
  text-align: right;
}
.user-menu ul.nav > li {
  padding-left: 15px;
}
.user-menu ul.nav > li > a {
  display: inline;
  background: #fe9000;
  border-radius: 30px;
  color: #ffffff;
  padding: 8px 20px;
}
.user-menu ul.nav > li > a:hover {
  background: #175eba;
  color: #ffffff;
}
.user-menu ul.nav > li:first-child {
  padding-left: 0;
}
#header2-style #sp-top-bar {
  background: transparent;
  padding: 0;
}
#header2-style #sp-header > .container {
  width: 100%;
  padding: 0 5%;
}
#header3-style #sp-top-bar {
  background: transparent;
  padding: 0;
}
#header4-style #sp-top-bar {
  background: #ffffff;
  border-bottom: 1px solid #dedede;
  padding: 16px 0;
}
#header4-style .phoneno .sp-module-content ul > li {
  background: transparent;
  color: #111111;
}
#header4-style .phoneno .sp-module-content ul > li i {
  color: #fe9000;
}
/*=====  End of Topbar css  ======*/
/*=====================================
=            Main menu css            =
=====================================*/
#sp-menu .sp-megamenu-parent {
  position: inherit;
}
#sp-menu .sp-megamenu-parent > li > a {
  font-size: 15px;
  font-weight: 500;
  color: #111111;
  text-transform: uppercase;
  padding: 0 12px;
	margin: 40px 0 16px;
  -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 {color: #175eba; background: #98FED4;}
#sp-menu .sp-megamenu-parent > li:hover a {
  color: #175eba;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #175eba;
  padding: 0;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item {
  border-bottom: 1px solid #0850ad;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
	background: #232373;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a:hover {
  background: #0850ad;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item:last-child {
  border-bottom: none;
}
#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 #175eba;
  -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: "";
}
.offcanvas .offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 30px !important;
}
.offcanvas .offcanvas-menu {
  background: #175eba;
}
.offcanvas .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
}
body .offcanvas-menu .offcanvas-inner .search input {
  border: 1px solid #ffffff;
}
/*=====  End of Main menu css  ======*/
/*=======================================
=            Main Slider css            =
=======================================*/
.slider-default-style ul li {
  border: none !important;
}
.slider-default-style .tp-caption.large_text {
  font-size: 54px !important;
  line-height: 60px !important;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.slider-default-style .tp-caption.large_text span {
  color: #fe9000;
  font-weight: 500;
  font-size: 54px !important;
}
.slider-default-style .tp-caption.large_text b {
  font-size: 54px !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;
}
.slider-default-style .tp-caption.small_text {
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 1px;
  width: 33%;
  margin: 0 auto !important;
}
.slider-default-style .tp-caption.largewhitebg {
  display: block;
  background: transparent;
  letter-spacing: 1px;
}
.slider-default-style .tp-caption.largewhitebg a {
  display: inline-block;
  background: #175eba;
  border-radius: 6px;
  font-size: 15px !important;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px !important;
  text-transform: uppercase;
  padding: 14px 35px !important;
}
.slider-default-style .tp-caption.largewhitebg a::after {
  font-family: 'FontAwesome';
  content: "\f054";
  padding-left: 10px;
  -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: #fe9000;
  color: #ffffff;
}
.slider-default-style .tp-caption.largewhitebg a:hover::after {
  padding-left: 15px;
}
.slider-default-style .tp-leftarrow.default {
  background: transparent;
  left: 5% !important;
}
.slider-default-style .tp-leftarrow.default::after {
  background: #ffffff;
  color: #ffffff;
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  padding: 0px;
  height: 50px;
  width: 40px;
  border-radius: 3px;
  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 .tp-leftarrow.default:hover::after {
  background: #fe9000;
}
.slider-default-style .tp-rightarrow.default {
  background: transparent;
  right: 5% !important;
}
.slider-default-style .tp-rightarrow.default::after {
  background: #ffffff;
  color: #ffffff;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  padding: 0px;
  height: 50px;
  width: 40px;
  border-radius: 3px;
  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 .tp-rightarrow.default:hover::after {
  background: #fe9000;
}
.slider-two-style .slotholder {
  position: relative;
}
.slider-two-style .slotholder::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.slider-two-style .tp-caption.large_text {
  color: #ffffff;
}
.slider-two-style .tp-caption.small_text {
  color: #ffffff;
}
.slider-three-style .slotholder {
  position: relative;
}
.slider-four-style .slotholder {
  position: relative;
}
.slider-four-style .slotholder::before {
  background: rgba(23, 28, 39, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.slider-four-style .tp-caption.large_text {
  color: #ffffff;
}
.slider-four-style .tp-caption.small_text {
  color: #ffffff;
}
/*=====  End of Main Slider css  ======*/
/*====================================
=            Services css            =
====================================*/
.service1-style .sppb-addon-feature {
  background: #ffffff;
  border-bottom: 0;
  position: relative;
  margin-bottom: 30px;
}
.service1-style .sppb-addon-feature .pull-left {
  margin-right: 20px;
}
.service1-style .sppb-addon-feature .pull-left .sppb-img-container {
  background: #175eba;
  color: #ffffff;
  border-radius: 50%;
  font-size: 30px;
  width: 80px;
  height: 80px;
  line-height: 70px;
  text-align: center;
}
.service1-style .sppb-addon-feature .sppb-addon-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.service1-style .sppb-addon-feature .sppb-addon-title a {
  color: #111111;
}
.service1-style .sppb-addon-feature .sppb-addon-title a:hover {
  color: #175eba;
}
.service1-style .sppb-addon-feature .sppb-addon-text {
  color: #fe9000;
  font-size: 26px;
  font-weight: 500;
}
.service2-style {
  position: relative;
  overflow: hidden;
}
.service2-style::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  content: url('../images/section1.png');
}
.service2-style::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(left, #175eba, #175eba);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #175eba, #175eba);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #175eba, #175eba);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #175eba, #175eba);
  /* Standard syntax */
}
.service2-style .sppb-addon-text-block {
  color: #ffffff;
  margin-bottom: 30px;
}
.service2-style .sppb-addon-text-block .sppb-addon-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 300;
}
.service2-style .sppb-addon-text-block .sppb-addon-title span {
  font-weight: 500;
  color: #ffffff;
}
.service2-style .sppb-addon-text-block .ghost-btn-border {
  margin-top: 15px;
}
.service2-style .sppb-addon-text-block .ghost-btn-border:hover {
  background: #fe9000;
}
.service2-style .sppb-addon-feature {
  background: #ffffff;
  margin-bottom: 30px;
  position: relative;
}
.service2-style .sppb-addon-feature .sppb-img-container {
  display: inherit !important;
  position: relative;
  overflow: hidden;
}
.service2-style .sppb-addon-feature .sppb-img-container img {
  width: 100%;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.service2-style .sppb-addon-feature h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
.service2-style .sppb-addon-feature h3 a {
  color: #111111;
}
.service2-style .sppb-addon-feature p {
  margin-bottom: 13px;
}
.service2-style .sppb-addon-feature .sppb-addon-text {
  color: #fe9000;
  font-size: 30px;
  font-weight: 500;
  padding: 25px 15px;
}
.service2-style .sppb-addon-feature:hover .sppb-img-container img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.service2-style .sppb-addon-feature:hover h3 a {
  color: #175eba;
}
.service3-style .sppb-addon-feature {
  margin-bottom: 30px;
  position: relative;
}
.service3-style .sppb-addon-feature .sppb-icon {
  margin-bottom: 25px;
}
.service3-style .sppb-addon-feature .sppb-icon .sppb-icon-container {
  border: 2px solid #dedede;
  border-radius: 50%;
  padding: 3px !important;
  height: 130px;
  width: 130px;
  line-height: 126px;
}
.service3-style .sppb-addon-feature .sppb-icon .sppb-icon-container i {
  background: #fe9000;
  color: #ffffff;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  line-height: 120px;
  font-size: 40px;
  -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;
}
.service3-style .sppb-addon-feature .sppb-icon .sppb-icon-container i:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.service3-style .sppb-addon-feature .sppb-addon-title {
  font-size: 24px;
}
.service3-style .sppb-addon-feature .sppb-addon-title a:hover {
  color: #fe9000;
}
.service3-style .sppb-addon-feature .sppb-addon-text {
  padding: 0 30px;
}
.service3-style .sppb-addon-feature::before {
  position: absolute;
  top: 18%;
  right: -27%;
  z-index: -1;
  content: url('../images/border_line.png');
}
.service3-style .sppb-row > div:last-child .sppb-addon-feature::before {
  display: none;
}
.service4-style .sppb-addon-text-block {
  color: #ffffff;
}
.service4-style .sppb-addon-text-block .sppb-addon-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 300;
}
.service4-style .sppb-addon-text-block .sppb-addon-title span {
  font-weight: 500;
  color: #ffffff;
}
.service4-style .sppb-addon-text-block .ghost-btn-border {
  margin-top: 15px;
}
.service4-style .sppb-addon-text-block .ghost-btn-border:hover {
  background: #ffffff;
  color: #175eba;
}
.service4-style .sppb-addon-feature {
  background: #f7f7f7;
  position: relative;
  margin-bottom: 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;
}
.service4-style .sppb-addon-feature .sppb-img-container {
  position: relative;
  overflow: hidden;
  display: block !important;
}
.service4-style .sppb-addon-feature .sppb-img-container img {
  width: 100%;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.service4-style .sppb-addon-feature h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.service4-style .sppb-addon-feature h3 a {
  color: #111111;
  margin-bottom: 30px;
  text-transform: capitalize;
  -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;
}
.service4-style .sppb-addon-feature .sppb-addon-text {
  color: #fe9000;
  font-size: 30px;
  font-weight: 500;
  padding: 25px 15px;
  -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;
}
.service4-style .sppb-addon-feature .sppb-addon-text p {
  margin-bottom: 13px;
}
.service4-style .sppb-addon-feature:hover {
  background: #175eba;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(111, 111, 111, 0.7);
  -moz-box-shadow: 0px 10px 20px 0px rgba(111, 111, 111, 0.7);
  box-shadow: 0px 10px 20px 0px rgba(111, 111, 111, 0.7);
}
.service4-style .sppb-addon-feature:hover .sppb-img-container img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.service4-style .sppb-addon-feature:hover .sppb-addon-text {
  color: #ffffff;
}
.service4-style .sppb-addon-feature:hover h3 a {
  color: #ffffff;
}
.service5-style {
  position: relative;
}
.service5-style > .sppb-row-container > .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;
}
.service5-style::before {
  background: #fe9000;
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
.service5-style .sppb-addon-text-block {
  color: #ffffff;
  padding-right: 50px;
  text-align: justify;
}
.service5-style .sppb-addon-text-block .sppb-addon-title {
  color: #ffffff;
}
.service5-style .sppb-addon-text-block .sppb-addon-title::after {
  background: #ffffff;
}
.service5-style .sppb-addon-feature {
  border-bottom: 0;
  position: relative;
  margin-bottom: 30px;
  padding-left: 50px;
}
.service5-style .sppb-addon-feature .pull-left {
  margin-right: 20px;
}
.service5-style .sppb-addon-feature .pull-left .sppb-icon .sppb-icon-container {
  background: #ffffff;
  color: #175eba;
  border-radius: 50%;
  font-size: 30px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  -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;
}
.service5-style .sppb-addon-feature .sppb-addon-title {
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.service5-style .sppb-addon-feature .sppb-addon-title a {
  color: #111111;
}
.service5-style .sppb-addon-feature:hover .sppb-addon-title a {
  color: #175eba;
}
.service5-style .sppb-addon-feature:hover .pull-left .sppb-icon .sppb-icon-container {
  background: #175eba;
  color: #ffffff;
}
.service6-style {
  margin-top: -60px !important;
  z-index: 999 !important;
}
.service6-style .sppb-addon-raw-html .content-img {
  position: relative;
  overflow: hidden;
}
.service6-style .sppb-addon-raw-html .content-img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -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;
}
.service6-style .sppb-addon-raw-html .content-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.service6-style .sppb-addon-raw-html .content {
  background: #175eba;
  color: #ffffff;
  padding: 30px;
}
.service6-style .sppb-addon-raw-html .content h3 {
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
}
.service6-style .sppb-addon-raw-html .content a {
  color: #ffffff;
}
.service6-style .sppb-addon-raw-html .content a::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  padding-left: 8px;
  -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;
}
.service6-style .sppb-addon-raw-html .content a:hover::after {
  padding-left: 15px;
}
.service7-style {
  margin-top: -222px !important;
  z-index: 999 !important;
}
.service7-style .sppb-addon-raw-html {
  background: #175eba;
  margin: 0 1px;
  padding: 30px 40px;
  text-align: center;
  -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;
}
.service7-style .sppb-addon-raw-html .sppb-addon-title {
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
}
.service7-style .sppb-addon-raw-html .sppb-addon-title a {
  color: #ffffff;
}
.service7-style .sppb-addon-raw-html .sppb-addon-content {
  color: #ffffff;
}
.service7-style .sppb-addon-raw-html .sppb-addon-content a {
  border: 2px solid #ffffff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
}
.service7-style .sppb-addon-raw-html .sppb-addon-content a i {
  color: #ffffff;
  font-size: 22px;
}
.service7-style .sppb-addon-raw-html .sppb-addon-content a:hover {
  background: #ffffff;
}
.service7-style .sppb-addon-raw-html .sppb-addon-content a:hover i {
  color: #175eba;
}
.service7-style .sppb-addon-raw-html:hover {
  -webkit-transform: translateY(-1.5%);
  -moz-transform: translateY(-1.5%);
  -ms-transform: translateY(-1.5%);
  -o-transform: translateY(-1.5%);
  transform: translateY(-1.5%);
}
.service8-style .sppb-addon-feature {
  margin-bottom: 30px;
}
.service8-style .sppb-addon-feature .pull-left {
  margin-right: 25px;
}
.service8-style .sppb-addon-feature .pull-left .sppb-icon {
  font-size: 48px;
  width: 48px;
  color: #175eba;
}
.service8-style .sppb-addon-feature .sppb-addon-title {
  margin-bottom: 15px;
  font-weight: 500;
}
.service8-style .sppb-addon-feature .sppb-addon-title a {
  color: #111111;
}
.service8-style .sppb-addon-feature .sppb-addon-title a:hover {
  color: #175eba;
}
.service9-style .sppb-addon-feature {
  margin-bottom: 50px;
}
.service9-style .sppb-addon-feature .sppb-img-container {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.service9-style .sppb-addon-feature .sppb-img-container::after {
  background: rgba(17, 17, 17, 0.2);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -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;
}
.service9-style .sppb-addon-feature .sppb-img-container img {
  -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;
}
.service9-style .sppb-addon-feature .sppb-img-container:hover::after {
  background: transparent;
}
.service9-style .sppb-addon-feature .sppb-img-container:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.service9-style .sppb-addon-feature .sppb-addon-title {
  margin-bottom: 10px;
  font-weight: 500;
  -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;
}
.service9-style .sppb-addon-feature .sppb-addon-title a {
  color: #111111;
}
.service9-style .sppb-addon-feature .sppb-addon-title a:hover {
  color: #175eba;
}
.service10-style .sppb-addon-text-block .service3-image {
  float: right;
  padding-left: 20px;
}
.service10-style .sppb-addon-text-block ul li::before {
  color: #175eba;
  content: "\f0da";
  font-family: FontAwesome;
  padding-right: 20px;
}
.service10-style .sppb-addon-text-block ul li:last-child {
  border-bottom: 0;
}
.service10-style .sppb-addon-tab ul.sppb-nav {
  background: #175eba;
  border-bottom: none;
}
.service10-style .sppb-addon-tab ul.sppb-nav li {
  margin-bottom: 0;
}
.service10-style .sppb-addon-tab ul.sppb-nav li a {
  background: transparent;
  border: none;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  padding: 18px 20px;
}
.service10-style .sppb-addon-tab ul.sppb-nav li.active a {
  background: #fe9000;
}
.service10-style .sppb-addon-tab ul.sppb-nav li:hover a {
  background: #fe9000;
}
.service10-style .sppb-addon-tab .sppb-tab-content {
  border: none;
  padding: 30px 0 0;
}
.service10-style .sppb-addon-tab .sppb-tab-content h3 {
  font-size: 36px;
  line-height: 1;
}
.service11-style .sppb-addon-feature {
  padding-bottom: 40px;
}
.service11-style .sppb-addon-feature .pull-left {
  margin-right: 25px;
}
.service11-style .sppb-addon-feature .pull-left .sppb-icon {
  width: 48px;
  font-size: 48px;
  color: #175eba;
}
.service11-style .sppb-addon-feature .sppb-addon-title {
  margin-bottom: 15px;
  font-weight: 500;
}
.service11-style .sppb-addon-feature .sppb-addon-title a {
  color: #111111;
}
.service11-style .sppb-addon-feature .sppb-addon-title a:hover {
  color: #175eba;
}
/*=====  End of Services css  ======*/
/*=================================
=            About css            =
=================================*/
.about1-style .sppb-progress-label {
  font-size: 24px;
  color: #111111;
}
.about1-style .sppb-progress-label span {
  font-size: 30px;
  float: inherit;
  position: absolute;
  left: 23%;
  color: #ffffff;
  z-index: 2;
}
.about1-style .sppb-progress {
  background: transparent;
  border-radius: 0;
  margin-top: -60px;
  margin-left: 75px;
}
.about1-style .sppb-progress .sppb-progress-bar {
  position: relative;
  overflow: initial;
  z-index: 1;
}
.about1-style .sppb-progress .sppb-progress-bar::after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  content: "";
  right: -8px;
  top: 0;
  background: #ffffff;
  width: 20px;
  height: 80px;
  z-index: 2;
}
.about1-style .progress-style {
  margin-top: -80px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.about1-style .progress-style .sppb-column-addons > div {
  margin-bottom: 50px;
}
.about2-style {
  position: relative;
  overflow: hidden;
}
.about2-style::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  content: url('../images/section1.png');
}
.about2-style::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(left, #175eba, #175eba);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #175eba, #175eba);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #175eba, #175eba);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #175eba, #175eba);
  /* Standard syntax */
}
.about2-style .sppb-addon-text-block {
  color: #ffffff;
}
.about2-style .sppb-addon-text-block .sppb-addon-title {
  color: #ffffff;
}
.about2-style .sppb-addon-text-block .sppb-addon-title span {
  color: #ffffff;
}
.about2-style .sppb-addon-text-block ul li {
  color: #ffffff;
}
.about2-style .sppb-addon-text-block ul li::before {
  color: #ffffff;
}
.about3-style .sppb-addon-animated-number {
  position: relative;
}
.about3-style .sppb-addon-animated-number .sppb-animated-number {
  color: #175eba;
}
.about3-style .sppb-row > div:first-child .sppb-addon-animated-number::before {
  z-index: 1;
  content: url('../images/icon1.png');
  position: absolute;
  top: -70px;
}
.about3-style .sppb-row > div:last-child .sppb-addon-animated-number::before {
  z-index: 1;
  content: url('../images/icon2.png');
  position: absolute;
  top: -70px;
}
.about4-style .sppb-addon-text-block ul li::before {
  color: #175eba;
  content: "\f0da";
  font-family: FontAwesome;
  padding-right: 10px;
}
.about4-style .sppb-addon-text-block ul li:last-child {
  border-bottom: 0;
}
/*=====  End of About css  ======*/
/*===================================
=            Counter css            =
===================================*/
.counter-style .sppb-title-heading {
  color: #ffffff;
}
.counter-style .sppb-addon-animated-number {
  margin-top: 40px;
}
.counter-style .sppb-addon-animated-number .sppb-addon-content .sppb-animated-number {
  color: #ffffff;
  font-size: 50px;
  font-weight: 500;
}
.counter-style .sppb-addon-animated-number .sppb-addon-content .sppb-animated-number-title {
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
  margin-top: 20px;
}
/*=====  End of Counter css  ======*/
/*========================================
=            Progress bar css            =
========================================*/
.progress-bar-style {
  margin-top: 10px;
}
.progress-bar-style .sppb-progress-label {
  color: #111111;
  font-size: 18px;
  font-weight: 500;
}
.sppb-addon-pie-progress .sppb-chart-percent {
  color: #111111;
  font-size: 40px;
}
.sppb-addon-pie-progress .sppb-chart-icon {
  color: #111111;
}
.sppb-addon-pie-progress .sppb-addon-title {
  color: #111111;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 30px;
}
/*=====  End of Progress bar css  ======*/
/*================================
=            Team css            =
================================*/
.mod-tlp-team-carousol .layout1 .single-team-area .tlp-content-layout1 {
  margin-bottom: 30px;
}
.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: #175eba;
}
.tlp-team .tlp-row .single-team-area .social-icons a {
  background: #ffffff;
  border: none;
  border-radius: 50px;
  text-align: center;
  line-height: 44px;
  height: 44px;
  width: 44px;
}
.tlp-team .tlp-row .single-team-area .social-icons a i {
  color: #111111;
  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: #175eba;
}
.tlp-team .layout1 .single-team-area .overlay-element .detail-link a i {
  background: #ffffff;
  color: #111111;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: 0;
}
.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;
  overflow: hidden;
  background: rgba(17, 17, 17, 0.8);
}
.tlp-team .layout1 .single-team-area .overlay .overlay-element {
  top: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(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;
}
.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: #111111;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 {
  background: #ffffff;
  padding: 0 20px;
  -webkit-box-shadow: 0px 1px 1px 0px #dedede;
  -moz-box-shadow: 0px 1px 1px 0px #dedede;
  box-shadow: 0px 1px 1px 0px #dedede;
  -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 .tlp-content-layout1 h3 {
  padding: 25px 0 5px 0;
  font-weight: 500;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 h3 a {
  color: #111111;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 h3 a:hover {
  color: #175eba;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 .tlp-position {
  color: #111111;
  padding: 0 0 30px 0;
}
.tlp-team .layout1 .single-team-area:hover .tlp-content-layout1 {
  -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);
}
.tlp-team .layout1 .owl-carousel.owl-theme {
  -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 .owl-carousel.owl-theme .owl-nav .owl-prev {
  left: -20%;
  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;
}
.tlp-team .layout1 .owl-carousel.owl-theme .owl-nav .owl-next {
  right: -20%;
  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;
}
.tlp-team .layout1 .owl-carousel.owl-theme:hover .owl-nav .owl-prev {
  opacity: 1;
  left: -5%;
}
.tlp-team .layout1 .owl-carousel.owl-theme:hover .owl-nav .owl-next {
  opacity: 1;
  right: -5%;
}
.tlp-team .layout3 .single-team-area article {
  background: #f7f7f7;
  overflow: hidden;
  padding: 20px;
  -webkit-box-shadow: 0px 1px 1px 0px #dedede;
  -moz-box-shadow: 0px 1px 1px 0px #dedede;
  box-shadow: 0px 1px 1px 0px #dedede;
}
.tlp-team .layout3 .single-team-area .tlp-content {
  padding: 0;
  float: left;
}
.tlp-team .layout3 .single-team-area .tlp-content h3 {
  font-weight: 500;
  padding-top: 0;
  margin-bottom: 2px;
}
.tlp-team .layout3 .single-team-area .tlp-content h3 a {
  color: #111111;
}
.tlp-team .layout3 .single-team-area .tlp-content h3 a:hover {
  color: #175eba;
}
.tlp-team .layout3 .single-team-area .social-icons {
  float: right;
  padding-top: 5px;
}
.tlp-team .layout3 .single-team-area .social-icons a {
  background: transparent;
  width: 28px;
}
.tlp-team .layout3 .single-team-area .social-icons a i {
  color: #444444;
}
.tlp-team .layout8 .single-team-area .tlp-overlay {
  padding: 0;
}
.tlp-team .layout8 .single-team-area .tlp-overlay .tlp-title {
  background: rgba(23, 94, 186, 0.8);
  bottom: 70px;
  height: 70px;
}
.tlp-team .layout8 .single-team-area .tlp-overlay .tlp-content {
  bottom: 100px;
  width: 100%;
}
.tlp-team .layout11 .single-team-area .tlp-overlay {
  padding: 0 30px;
  z-index: 2;
}
.tlp-team .layout11 .single-team-area .tlp-overlay .social-icons {
  text-align: left;
  padding: 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;
}
.tlp-team .layout11 .single-team-area .tlp-title {
  background: transparent;
  bottom: 40px;
  padding: 0 30px;
  height: inherit;
  z-index: 2;
  -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-team .layout11 .single-team-area .tlp-title h3 {
  margin: 0 0 2px 0;
  font-weight: 500;
}
.tlp-team .layout11 .single-team-area .tlp-title .tlp-position {
  position: relative;
  padding-bottom: 12px;
}
.tlp-team .layout11 .single-team-area .tlp-title .tlp-position::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #e2ecf1;
  height: 3px;
  width: 50px;
}
.tlp-team .layout11 .single-team-area::before {
  opacity: 0.8;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#111111), to(transparent));
  background-image: -webkit-linear-gradient(transparent, #111111);
  background-image: -moz-linear-gradient(transparent, #111111), -moz-linear-gradient(transparent, #111111);
  background-image: -o-linear-gradient(transparent, #111111), -o-linear-gradient(transparent, #111111);
  background-image: linear-gradient(transparent, #111111), linear-gradient(transparent, #111111);
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 50%;
  width: 100%;
  z-index: 2;
  -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-team .layout11 .single-team-area:hover::before {
  height: 60%;
}
.tlp-team .layout11 .single-team-area:hover .tlp-title {
  bottom: 60px;
}
.tlp-team .tlp-team-detail {
  padding-bottom: 0 !important;
}
.tlp-team .tlp-team-detail > .row {
  margin-left: 15px;
  margin-right: 15px;
}
.tlp-team .tlp-team-detail .image-section {
  background: #175eba;
  padding: 40px 30px;
}
.tlp-team .tlp-team-detail .image-section img {
  border-radius: 50%;
}
.tlp-team .tlp-team-detail .tlp-content {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.tlp-team .tlp-team-detail .tlp-content h3 {
  font-size: 30px;
  margin-bottom: 5px;
  color: #ffffff;
}
.tlp-team .tlp-team-detail .tlp-content .tlp-position {
  color: #ffffff;
}
.tlp-team .tlp-team-detail .tlp-content::after {
  background: #ffffff;
  border-radius: 3px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
}
.tlp-team .tlp-team-detail .social-icons {
  text-align: left;
}
.tlp-team .tlp-team-detail .social-icons a {
  background: transparent;
  color: #ffffff;
  margin-right: 10px;
  margin-bottom: 0;
  width: inherit;
  height: inherit;
  -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 .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 .tlp-team-detail .social-icons a:hover i.fa {
  color: #ffffff;
  opacity: 1;
}
.tlp-team .tlp-team-detail .short-bio {
  font-weight: 300;
  margin-top: 30px;
  color: #ffffff;
}
.tlp-team .tlp-team-detail .details-bio {
  margin-top: 20px;
  overflow: hidden;
}
.tlp-team .tlp-team-detail .details-bio h3 {
  position: relative;
  padding-bottom: 12px;
  font-size: 30px;
}
.tlp-team .tlp-team-detail .details-bio h3::after {
  background: #fe9000;
  border-radius: 3px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
}
.tlp-team .tlp-team-detail .education {
  padding: 0 30px 0 0;
}
.tlp-team .tlp-team-detail .expertise {
  padding: 0 0px 0 30px;
}
.tlp-team .tlp-team-detail .expertise ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tlp-team .tlp-team-detail .expertise ul li {
  padding-bottom: 6px;
}
.tlp-team .tlp-team-detail .expertise ul li::before {
  font-family: 'FontAwesome';
  content: "\f058";
  padding-right: 8px;
  color: #175eba;
}
.tlp-team .tlp-team-detail .tlp-team-skill .skill_name {
  font-size: 18px;
  margin-bottom: 10px;
}
.tlp-team .tlp-team-detail .tlp-team-skill .skill-prog {
  background: #f7f7f7;
  border: none;
  margin-bottom: 20px;
  height: 6px;
  border-radius: 0;
}
.tlp-team .tlp-team-detail .tlp-team-skill .skill-prog .fill {
  background: #175eba;
  border-radius: 0;
}
/*=====  End of Team css  ======*/
/*=======================================
=            Testimonial css            =
=======================================*/
.clients1-style {
  position: relative;
  overflow: hidden;
  padding: 0 30%;
}
.clients1-style::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: url('../images/section4.png');
}
.clients1-style::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(left, #175eba, #175eba);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #175eba, #175eba);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #175eba, #175eba);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #175eba, #175eba);
  /* Standard syntax */
}
.clients1-style .sppb-addon-text-block {
  color: #ffffff;
}
.clients1-style .sppb-addon-text-block .sppb-addon-title {
  color: #ffffff;
}
.clients1-style .sppb-addon-text-block .sppb-addon-title span {
  color: #ffffff;
}
.tss-wrapper .tss-layout3 .tss-single-item {
  margin-bottom: 0;
}
.tss-wrapper .tss-layout3 .single-item-wrapper {
  background: #ffffff;
  color: #111111;
  padding: 50px 50px;
  position: relative;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .tss-meta-info .profile-img-wrapper {
  text-align: center;
}
.tss-wrapper .tss-layout3 .single-item-wrapper::before {
  position: absolute;
  right: 0;
  left: 103px;
  top: 70px;
  margin: 0 auto;
  font-family: fontawesome, serif;
  content: "\f10d";
  color: #ffffff;
  background: #fe9000;
  border-radius: 50%;
  font-size: 16px;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper {
  background: transparent;
  padding: 0;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper::before {
  display: none;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper .author-name {
  color: #111111;
  margin-bottom: 5px;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper .author-bio {
  color: #111111;
  margin-bottom: 12px;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper .item-content {
  font-style: inherit;
  margin-top: 20px;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper .item-content p {
  margin-bottom: 0;
}
.tss-wrapper .tss-layout3 .rt-carousel span.rt-slick-nav {
  background: transparent;
  border: 2px solid #dedede;
  line-height: 44px;
  top: 78%;
}
.tss-wrapper .tss-layout3 .rt-carousel span.rt-slick-nav:hover {
  border: 2px solid transparent;
  background: #fe9000;
  color: #ffffff;
}
.tss-wrapper .tss-layout3 .rt-carousel span.rt-slick-nav.rt-prev {
  left: -34%;
}
.tss-wrapper .tss-layout3 .rt-carousel span.rt-slick-nav.rt-next {
  left: -30%;
}
.clients2-style {
  position: relative;
}
.clients2-style::before {
  background: #175eba;
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
.clients2-style::after {
  background: #292929;
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
.clients2-style .sppb-addon-title {
  color: #ffffff;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
  font-weight: 300;
}
.clients2-style .sppb-addon-title::after {
  background: #ffffff;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 50px;
}
.clients2-style .tss-layout4 .slick-slide {
  padding: 0;
}
.clients2-style .tss-layout4 .slick-slide .single-item-wrapper {
  background: transparent;
  display: inherit;
  overflow: hidden;
}
.clients2-style .tss-layout4 .slick-slide .single-item-wrapper .item-content-wrapper {
  color: #ffffff;
  padding: 0;
  position: relative;
}
.clients2-style .tss-layout4 .slick-slide .single-item-wrapper .item-content-wrapper .item-content {
  padding: 15px 50px 20px 0px;
}
.clients2-style .tss-layout4 .slick-slide .single-item-wrapper .item-content-wrapper::before {
  font-family: 'FontAwesome';
  content: "\f10d";
  font-size: 30px;
}
.clients2-style .tss-layout4 .slick-slide .single-item-wrapper .tss-meta-info .tss-left {
  padding: 0;
  float: left;
}
.clients2-style .tss-layout4 .slick-slide .single-item-wrapper .tss-meta-info .tss-right {
  float: left;
  padding: 15px 0 0 25px;
}
.clients2-style .tss-layout4 .slick-slide .single-item-wrapper .tss-meta-info .author-name {
  color: #ffffff;
  margin-bottom: 5px;
}
.clients2-style .tss-layout4 .slick-slide .single-item-wrapper .tss-meta-info .author-bio {
  color: #ffffff;
  margin-bottom: 0px;
}
.clients2-style .tss-layout4 .slick-dots {
  margin-top: 0;
  text-align: left;
}
.clients2-style .tss-layout4 .slick-dots li button {
  border-color: #ffffff;
}
.clients2-style .tss-layout4 .slick-dots li.slick-active button {
  background: #ffffff;
}
.clients3-style .sppb-title-heading {
  color: #ffffff;
}
.clients3-style .sppb-title-subheading {
  color: #ffffff !important;
}
.clients3-style .tss-layout6 .slick-slide {
  padding: 0;
}
.clients3-style .tss-layout6 .slick-slide .single-item-wrapper {
  background: transparent;
  padding: 0;
}
.clients3-style .tss-layout6 .slick-slide .single-item-wrapper::before {
  left: 15%;
  top: 0;
  color: #86898b;
}
.clients3-style .tss-layout6 .slick-slide .single-item-wrapper .tss-meta-info .item-content {
  color: #ffffff;
  width: 60%;
  margin: 0 auto;
}
.clients3-style .tss-layout6 .slick-slide .single-item-wrapper .tss-meta-info .author-name {
  color: #ffffff;
  margin-bottom: 5px;
}
.clients3-style .tss-layout6 .slick-slide .single-item-wrapper .tss-meta-info .author-bio {
  color: #ffffff;
  margin-bottom: 0px;
}
.clients3-style .tss-layout6 .slick-dots li button {
  border-color: #fe9000;
}
.clients3-style .tss-layout6 .slick-dots li.slick-active button {
  background: #fe9000;
}
.clients4-style .tss-layout6 .slick-slide {
  padding: 0;
}
.clients4-style .tss-layout6 .slick-slide .single-item-wrapper {
  background: transparent;
  padding: 0;
}
.clients4-style .tss-layout6 .slick-slide .single-item-wrapper::before {
  left: 15%;
  top: 0;
  color: #ffe0ca;
}
.clients4-style .tss-layout6 .slick-slide .single-item-wrapper .tss-meta-info .item-content {
  width: 60%;
  margin: 0 auto;
}
.clients4-style .tss-layout6 .slick-slide .single-item-wrapper .tss-meta-info .author-name {
  margin-bottom: 5px;
}
.clients4-style .tss-layout6 .slick-slide .single-item-wrapper .tss-meta-info .author-bio {
  margin-bottom: 0px;
}
/*=====  End of Testimonial css  ======*/
/*=====================================
=            Accordion css            =
=====================================*/
.sppb-addon-accordion {
  padding-left: 50px;
}
.sppb-addon-accordion .sppb-addon-title {
  font-weight: 300;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel {
  background: transparent;
  border: none;
  margin-bottom: 5px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading {
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 6px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title {
  font-weight: 500;
  font-size: 18px;
  color: #111111;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
  color: #fe9000;
  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: transparent;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading.active.sppb-panel-heading .sppb-panel-title {
  color: #ffffff;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading.active .sppb-toggle-direction {
  color: #fe9000;
  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;
  padding: 25px 25px;
  color: #ffffff;
}
.faq-question {
  padding-left: 0px;
}
.faq-question .sppb-panel-group .sppb-panel {
  background: transparent;
  border: none;
  margin-bottom: 5px;
}
.faq-question .sppb-panel-group .sppb-panel .sppb-panel-heading {
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 6px;
}
.faq-question .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title {
  font-weight: 500;
  font-size: 18px;
  color: #111111;
}
.faq-question .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
  color: #175eba;
  font-size: 16px;
}
.faq-question .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction i.fa::before {
  font-family: 'FontAwesome';
  content: "\f067";
}
.faq-question .sppb-panel-group .sppb-panel .sppb-panel-heading.active.sppb-panel-heading {
  background: #175eba;
}
.faq-question .sppb-panel-group .sppb-panel .sppb-panel-heading.active.sppb-panel-heading .sppb-panel-title {
  color: #ffffff;
}
.faq-question .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);
}
.faq-question .sppb-panel-group .sppb-panel .sppb-panel-heading.active .sppb-toggle-direction i.fa::before {
  font-family: 'FontAwesome';
  content: "\f068";
}
.faq-question .sppb-panel-group .sppb-panel .sppb-panel-body {
  border: none;
  padding: 25px 25px;
  color: #444444;
}
.faq-question.title-style-border .sppb-addon-title {
  font-weight: 400;
  font-size: 26px;
}
/*=====  End of Accordion css  ======*/
/*=====================================
=            Portfolio css            =
=====================================*/
.tlp-portfolio .pre-text {
  margin: 0;
}
.tlp-portfolio .button-group {
  border-bottom: 2px solid #dedede;
  margin: 0 auto 50px;
  width: 80%;
}
.tlp-portfolio .button-group button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-size: 18px;
  color: #444444;
  margin: 0px 0 -2px;
  padding: 0 15px 15px;
}
.tlp-portfolio .button-group button.selected {
  border-bottom: 2px solid #175eba;
  color: #175eba;
}
.tlp-portfolio .button-group button:hover {
  border-bottom: 2px solid #175eba;
  color: #175eba;
}
.tlp-portfolio .tlp-portfolio-item .tlp-overlay .link-icon {
  margin-top: 0 !important;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -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 .tlp-portfolio-item .tlp-overlay .link-icon a {
  background: #ffffff;
  border: none;
  border-radius: 50%;
  color: #111111;
  font-size: 20px;
  height: 44px;
  line-height: 44px;
  margin-right: 0;
  padding: 0;
  width: 44px;
}
.tlp-portfolio .tlp-portfolio-item .tlp-overlay .link-icon a i.fa:before {
  font-family: 'FontAwesome';
  content: "\f067";
}
.tlp-portfolio .slider1 .tlp-equal-height {
  margin-bottom: 0;
}
.tlp-portfolio .slider1 .tlp-portfolio-item .tlp-portfolio-thum {
  position: relative;
  overflow: hidden;
}
.tlp-portfolio .slider1 .tlp-portfolio-item .tlp-overlay {
  background: rgba(23, 94, 186, 0.8);
}
.tlp-portfolio .slider1 .tlp-portfolio-item .tlp-overlay .link-icon {
  margin-top: 0 !important;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -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 .slider1 .tlp-portfolio-item .tlp-overlay .link-icon a {
  background: #ffffff;
  border: none;
  border-radius: 50%;
  color: #111111;
  font-size: 20px;
  height: 44px;
  line-height: 44px;
  margin-right: 0;
  padding: 0;
  width: 44px;
}
.tlp-portfolio .slider1 .tlp-portfolio-item .tlp-overlay .link-icon a i.fa:before {
  font-family: 'FontAwesome';
  content: "\f067";
}
.tlp-portfolio .slider1 .tlp-portfolio-item .tlp-title {
  background: #f7f7f7;
  border-right: 1px solid #ffffff;
  padding: 30px 0;
  -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 .slider1 .tlp-portfolio-item .tlp-title h3 {
  margin-bottom: 0;
  text-align: center;
}
.tlp-portfolio .slider1 .tlp-portfolio-item .tlp-title h3 a {
  color: #111111;
}
.tlp-portfolio .slider1 .tlp-portfolio-item:hover .tlp-title {
  background: #232373;
}
.tlp-portfolio .slider1 .tlp-portfolio-item:hover .tlp-title h3 a {
  color: #ffffff;
}
.tlp-portfolio .slider1 .owl-carousel.owl-theme {
  -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 .slider1 .owl-carousel.owl-theme .owl-nav .owl-prev {
  left: -5%;
  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;
}
.tlp-portfolio .slider1 .owl-carousel.owl-theme .owl-nav .owl-next {
  right: -5%;
  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;
}
.tlp-portfolio .slider1 .owl-carousel.owl-theme:hover .owl-nav .owl-prev {
  opacity: 1;
  left: 0;
}
.tlp-portfolio .slider1 .owl-carousel.owl-theme:hover .owl-nav .owl-next {
  opacity: 1;
  right: 0;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-item .tlp-overlay {
  background: rgba(254, 144, 0, 0.8);
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content .tlp-content-holder {
  padding: 30px 0 0;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content .tlp-content-holder h3 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content .tlp-content-holder h3 a {
  font-weight: 500;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content .tlp-content-holder h3 a:hover {
  color: #fe9000;
}
.tlp-portfolio .layout3 .tlp-portfolio-item .tlp-item .tlp-overlay {
  background: rgba(17, 17, 17, 0.4);
}
.tlp-portfolio .layout3 .tlp-portfolio-item .tlp-item .tlp-overlay .link-icon {
  margin-top: 0 !important;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -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 .layout3 .tlp-portfolio-item .tlp-content .tlp-content-holder {
  background: #f7f7f7;
  padding: 30px 10px;
  -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 .layout3 .tlp-portfolio-item .tlp-content .tlp-content-holder h3 {
  margin: 0;
  text-align: center;
}
.tlp-portfolio .layout3 .tlp-portfolio-item .tlp-content .tlp-content-holder h3 a {
  color: #111111;
  font-weight: 500;
  -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-portfolio .layout3 .tlp-portfolio-item:hover .tlp-content .tlp-content-holder {
  background: #232373;
}
.tlp-portfolio .layout3 .tlp-portfolio-item:hover .tlp-content .tlp-content-holder h3 a,.tlp-portfolio .layout3 .tlp-portfolio-item:hover .tlp-content .tlp-content-holder p {
  color: #ffffff;
}
.tlp-portfolio .layout11 .tlp-equal-height {
  margin-bottom: 0;
}
.tlp-portfolio .layout11 .tlp-portfolio-item .tlp-overlay {
  background: transparent;
  opacity: 1;
}
.tlp-portfolio .layout11 .tlp-portfolio-item .tlp-overlay .item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 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 .layout11 .tlp-portfolio-item .tlp-overlay .item-info h3 {
  font-weight: 500;
  padding: 0 0 12px;
}
.tlp-portfolio .layout11 .tlp-portfolio-item .tlp-overlay .item-info h3 a {
  font-size: 26px;
}
.tlp-portfolio .layout11 .tlp-portfolio-item .tlp-overlay .item-info p {
  padding: 0;
  text-align: left;
}
.tlp-portfolio .layout11 .tlp-portfolio-item .tlp-overlay::before {
  opacity: 0.8;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#175eba), to(transparent));
  background-image: -webkit-linear-gradient(transparent, #175eba);
  background-image: -moz-linear-gradient(transparent, #175eba), -moz-linear-gradient(transparent, #175eba);
  background-image: -o-linear-gradient(transparent, #175eba), -o-linear-gradient(transparent, #175eba);
  background-image: linear-gradient(transparent, #175eba), linear-gradient(transparent, #175eba);
  content: "";
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  -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 .layout11 .tlp-portfolio-item:hover .tlp-overlay .item-info {
  bottom: 50px;
}
.tlp-portfolio .layout11 .tlp-portfolio-item:hover .tlp-overlay::before {
  height: 70%;
  opacity: 0.9;
}
.tlp-portfolio .layout11 .owl-carousel.owl-theme {
  -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 .layout11 .owl-carousel.owl-theme .owl-nav .owl-prev {
  left: -15%;
  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;
}
.tlp-portfolio .layout11 .owl-carousel.owl-theme .owl-nav .owl-next {
  right: -15%;
  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;
}
.tlp-portfolio .layout11 .owl-carousel.owl-theme:hover .owl-nav .owl-prev {
  opacity: 1;
  left: -5%;
}
.tlp-portfolio .layout11 .owl-carousel.owl-theme:hover .owl-nav .owl-next {
  opacity: 1;
  right: -5%;
}
.tlp-portfolio .isotope1 .tlp-portfolio-item .tlp-content .tlp-content-holder {
  background: #f7f7f7;
  padding: 15px 20px 25px;
  -webkit-box-shadow: 0px 1px 1px 0px #dedede;
  -moz-box-shadow: 0px 1px 1px 0px #dedede;
  box-shadow: 0px 1px 1px 0px #dedede;
  -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 .isotope1 .tlp-portfolio-item .tlp-content .tlp-content-holder:hover {
  -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);
}
.tlp-portfolio .isotope1 .tlp-portfolio-item .tlp-content .tlp-content-holder h3 a {
  font-weight: 500;
}
.tlp-portfolio .isotope1 .tlp-portfolio-item .tlp-item .tlp-overlay {
  background: rgba(254, 144, 0, 0.8);
}
.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: rgba(23, 94, 186, 0.8);
  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: 10px 0 0 0;
  transform: initial;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content {
  bottom: -100px;
  right: 20px;
  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;
  text-align: right;
  left: initial;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon a {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
  height: 50px;
  line-height: 46px;
  margin-right: 0;
  padding: 0;
  width: 50px;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon a .fa:before {
  font-family: 'FontAwesome';
  content: "\f105";
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon a:hover {
  background: #ffffff;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon a:hover .fa:before {
  color: #111111;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item:hover .tlp-overlay .tlp-title {
  bottom: 70px;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item:hover .tlp-overlay .tlp-content {
  bottom: 58px;
  opacity: 1;
}
.tlp-portfolio-detail .image-area h2 {
  text-transform: capitalize;
  text-align: left;
}
.tlp-portfolio-detail .image-area .portfolio-slider {
  width: 100%;
}
.tlp-portfolio-detail h3 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 25px;
  font-size: 26px;
}
.tlp-portfolio-detail h3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #232373;
  height: 3px;
  width: 50px;
}
.tlp-portfolio-detail ul {
  margin-bottom: 30px;
}
.tlp-portfolio-detail ul > li {
  margin-left: 50px; list-style: disc;
}
.tlp-portfolio-detail ul > li span {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin: 12px 0;
  position: relative;
}
.tlp-portfolio-detail ul > li span::before {
  font-family: 'FontAwesome';
  content: "\f058";
  color: #175eba;
  padding-right: 12px;
}
body .tlp-popup-wrap .tlp-popup-navigation-wrap {
  background: #232373;
}
body .tlp-popup-wrap .tlp-portfolio-detail {
  padding-bottom: 40px;
}
/*=====  End of Portfolio css  ======*/
/*================================
=            News css            =
================================*/
.news1-style {
  margin-bottom: 0;
}
.news1-style .sppb-addon-article {
  background: #f7f7f7;
  margin-bottom: 3px;
  position: relative;
  -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;
}
.news1-style .sppb-addon-article > a {
  display: none;
}
.news1-style .sppb-addon-article .sppb-article-meta {
  background: #fe9000;
  float: left;
  margin: 0;
  position: relative;
  line-height: 100px;
}
.news1-style .sppb-addon-article .sppb-article-meta::before {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
  text-align: center;
  right: 0;
  content: url('../images/calender.png');
}
.news1-style .sppb-addon-article .sppb-article-meta::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(left, #175eba, #175eba);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #175eba, #175eba);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #175eba, #175eba);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #175eba, #175eba);
  /* Standard syntax */
}
.news1-style .sppb-addon-article .sppb-article-meta .sppb-meta-date {
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  padding: 0 20px;
  display: block;
}
.news1-style .sppb-addon-article .sppb-article-meta .sppb-meta-date::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -50px;
  border-top: 100px solid #175eba;
  border-right: 50px solid transparent;
}
.news1-style .sppb-addon-article h3 {
  display: inline-block;
  margin: 0;
  padding: 34px 0 35px 90px;
  font-weight: 300;
}
.news1-style .sppb-addon-article h3 a {
  color: #111111;
}
.news1-style .sppb-addon-article h3 a:hover {
  color: #175eba;
}
.news1-style .sppb-addon-article:hover {
  -webkit-box-shadow: 0px 1px 1px 0px #dedede;
  -moz-box-shadow: 0px 1px 1px 0px #dedede;
  box-shadow: 0px 1px 1px 0px #dedede;
}
.news2-style {
  margin-bottom: 0;
}
.news2-style .sppb-addon-article {
  margin-bottom: 30px;
}
.news2-style .sppb-addon-article 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;
}
.news2-style .sppb-addon-article .sppb-article-meta {
  margin: 0;
  padding: 0 0px 15px;
}
.news2-style .sppb-addon-article .sppb-article-meta .sppb-meta-date {
  font-size: 18px;
  color: #fe9000;
  font-weight: 500;
  margin: 0;
}
.news2-style .sppb-addon-article h3 {
  font-weight: 500;
  margin: 0;
  padding: 25px 0px 10px;
}
.news2-style .sppb-addon-article h3 a {
  color: #111111;
}
.news2-style .sppb-addon-article h3 a:hover {
  color: #175eba;
}
.news2-style .sppb-addon-article .sppb-article-introtext p {
  margin-bottom: 10px;
}
.news2-style .sppb-addon-article .sppb-readmore {
  background: #f7f7f7;
  border: 2px solid #175eba;
  border-radius: 6px;
  color: #444444;
  padding: 10px 25px;
  display: inline-block;
  margin-top: -10px;
  -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;
}
.news2-style .sppb-addon-article .sppb-readmore::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  padding-left: 0px;
  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;
}
.news2-style .sppb-addon-article:hover .sppb-readmore {
  background: #175eba;
  color: #ffffff;
}
.news2-style .sppb-addon-article:hover .sppb-readmore::after {
  opacity: 1;
  padding-left: 12px;
}
/*=====  End of News css  ======*/
/*=============================================
=            Request call back css            =
=============================================*/
.callback1-style .sppb-addon-text-block {
  color: #dbdbdb;
}
.callback1-style .sppb-addon-text-block .sppb-addon-title {
  color: #ffffff;
}
.callback1-style .rsform .formResponsive {
  margin-bottom: 0;
}
.callback1-style .rsform .rsform-block {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
.callback1-style .rsform .rsform-block .formControlLabel {
  width: inherit;
}
.callback1-style .rsform .rsform-block .formControls {
  margin: 0 10px;
}
.callback1-style .rsform .rsform-block .formControls input {
  background: #707070;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  color: #dbdbdb;
  font-size: 16px;
  width: 90%;
  height: 38px;
  padding: 5px 15px;
}
.callback1-style .rsform .rsform-block .formControls input::-moz-placeholder {
  color: #dbdbdb;
}
.callback1-style .rsform .rsform-block .formControls input:-moz-placeholder {
  color: #dbdbdb;
}
.callback1-style .rsform .rsform-block .formControls input::-webkit-input-placeholder {
  color: #dbdbdb;
}
.callback1-style .rsform .rsform-block .formControls input:-ms-input-placeholder {
  color: #dbdbdb;
}
.callback1-style .rsform .rsform-block .formControls select {
  background: #707070;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  font-size: 16px;
  color: #dbdbdb;
  width: 90%;
  height: 38px;
  padding: 5px 15px;
  -webkit-appearance: none;
}
.callback1-style .rsform .rsform-block .formControls .formDescription {
  margin: 0;
}
.callback1-style .rsform .rsform-block.rsform-block-submit {
  width: 100%;
  margin-bottom: 0;
}
.callback1-style .rsform .rsform-block.rsform-block-submit button {
  background: #175eba;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  text-shadow: none;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  padding: 15px 35px;
  -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;
}
.callback1-style .rsform .rsform-block.rsform-block-submit button:hover {
  background: #fe9000;
}
.callback2-style {
  position: relative;
}
.callback2-style::before {
  position: absolute;
  content: "";
  background: #fe9000;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.callback2-style .sppb-addon-text-block {
  color: #ffffff;
  padding: 0 10% 0 40%;
}
.callback2-style .sppb-addon-text-block .sppb-addon-title {
  color: #ffffff;
  margin-bottom: 15px;
}
.callback2-style .sppb-row.sppb-no-gutter {
  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;
}
.callback2-style .rsform {
  margin-top: 40px;
  padding: 0 10% 0 40%;
}
.callback2-style .rsform .formResponsive {
  margin-bottom: 0;
}
.callback2-style .rsform .rsform-block {
  margin-bottom: 10px;
}
.callback2-style .rsform .rsform-block .formControlLabel {
  width: inherit;
}
.callback2-style .rsform .rsform-block .formControls {
  margin: 0px;
}
.callback2-style .rsform .rsform-block .formControls input {
  background: #eb8300;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  color: #dbdbdb;
  font-size: 16px;
  width: 90%;
  height: 38px;
  padding: 5px 15px;
}
.callback2-style .rsform .rsform-block .formControls input::-moz-placeholder {
  color: #dbdbdb;
}
.callback2-style .rsform .rsform-block .formControls input:-moz-placeholder {
  color: #dbdbdb;
}
.callback2-style .rsform .rsform-block .formControls input::-webkit-input-placeholder {
  color: #dbdbdb;
}
.callback2-style .rsform .rsform-block .formControls input:-ms-input-placeholder {
  color: #dbdbdb;
}
.callback2-style .rsform .rsform-block .formControls select {
  background: #eb8300;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  font-size: 16px;
  color: #dbdbdb;
  width: 90%;
  height: 38px;
  padding: 5px 15px;
  -webkit-appearance: none;
}
.callback2-style .rsform .rsform-block .formControls .formDescription {
  margin: 0;
}
.callback2-style .rsform .rsform-block.rsform-block-submit {
  width: 100%;
  margin-bottom: 0;
}
.callback2-style .rsform .rsform-block.rsform-block-submit button {
  background: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  text-shadow: none;
  font-weight: 400;
  font-size: 18px;
  color: #111111;
  padding: 15px 35px;
  -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;
}
.callback2-style .rsform .rsform-block.rsform-block-submit button:hover {
  background: #175eba;
  color: #ffffff;
}
/*=====  End of Request call back css  ======*/
/*==========================================
=            Financial help css            =
==========================================*/
.financial-help .sppb-addon-raw-html {
  color: #ffffff;
}
.financial-help .sppb-addon-raw-html .sppb-addon-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.financial-help .sppb-btn {
  border: 2px solid #ffffff;
  border-radius: 6px;
  padding: 15px 25px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 22px;
  -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;
}
.financial-help .sppb-btn i {
  padding-left: 10px;
  -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;
}
.financial-help .sppb-btn:hover {
  background: #ffffff;
  color: #175eba;
}
.financial-help .sppb-btn:hover i {
  padding-left: 15px;
}
/*=====  End of Financial help css  ======*/
/*=======================================
=            Watch video css            =
=======================================*/
.watch-video .sppb-addon-raw-html h2 {
  color: #ffffff;
}
.watch-video .sppb-addon-raw-html a {
  color: #ffffff;
  position: relative;
  padding-left: 60px;
  line-height: 40px;
  display: inline-block;
}
.watch-video .sppb-addon-raw-html a::before {
  z-index: 1;
  content: url('../images/video-icon.png');
  position: absolute;
  top: 0px;
  left: 0;
}
/*=====  End of Watch video css  ======*/
/*=======================================
=            Logo Slider css            =
=======================================*/
.logo-slider .rt-logo-showcase .rt-logo-item {
  background: transparent;
  margin-bottom: 0;
  -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;
}
.logo-slider .rt-logo-showcase .rt-logo-item .single-logo-container {
  padding: 0;
}
.logo-slider .rt-logo-showcase .rt-logo-item .single-logo-container img {
  padding: 0 5px;
}
.logo-slider .rt-logo-showcase button {
  background: #175eba;
  border: 2px solid #175eba;
  border-radius: 6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  height: 48px;
  width: 40px;
  z-index: 2;
  -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;
}
.logo-slider .rt-logo-showcase button::before {
  color: #ffffff;
  font-size: 14px;
  line-height: 44px;
  opacity: 1;
}
.logo-slider .rt-logo-showcase button:hover {
  border: 2px solid transparent;
  background: #fe9000;
}
.logo-slider .rt-logo-showcase .slick-track {
  padding: 0;
}
.logo-slider .rt-logo-showcase .slick-track .slick-slide {
  padding: 0;
}
.logo-slider .rt-logo-showcase .slick-prev {
  left: -20%;
}
.logo-slider .rt-logo-showcase .slick-prev::before {
  font-family: 'FontAwesome';
  content: "\f053";
}
.logo-slider .rt-logo-showcase .slick-next {
  right: -20%;
}
.logo-slider .rt-logo-showcase .slick-next::before {
  font-family: 'FontAwesome';
  content: "\f054";
}
.logo-slider .rt-logo-showcase:hover button {
  opacity: 1;
}
.logo-slider .rt-logo-showcase:hover .slick-prev {
  left: -3%;
}
.logo-slider .rt-logo-showcase:hover .slick-next {
  right: -3%;
}
/*=====  End of Logo Slider css  ======*/
/*==================================
=            Bottom css            =
==================================*/
#sp-bottom {
  padding: 50px 0 0;
}
#sp-bottom .sp-module h3.sp-module-title {
  color: #ffffff;
  position: relative;
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 18px;
  text-transform: capitalize;
}
#sp-bottom .sp-module h3.sp-module-title::after {
  background: #fe9000;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
}
#sp-bottom .sp-module .sp-module-content {
  color: #dbdbdb;
}
#sp-bottom .sp-module .sp-module-content img {
  margin-bottom: 25px;
}
#sp-bottom ul li {
  border-bottom: none;
  list-style: none;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#sp-bottom ul li a {
  color: #dbdbdb;
  line-height: 24px;
  padding: 0;
}
#sp-bottom ul li a:hover {
  color: #fe9000;
}
#sp-bottom ul li a:focus {
  background: transparent;
}
#sp-bottom ul li a::before {
  content: "";
  margin-right: 0;
}
#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 .latestnews > div {
  border-bottom: none;
}
#sp-bottom .latestnews > div > a {
  color: #dbdbdb;
}
#sp-bottom .latestnews > div > a:hover {
  color: #fe9000;
}
#sp-footer .footer-social ul li {
  display: inline-block;
  padding-right: 12px;
	border-bottom: none;
}
#sp-footer .footer-social ul li a {
  font-size: 18px;
	border: solid 3px;
width: 30px;
height: 30px;
line-height: 22px;
}
#sp-footer .footer-social ul li a:hover {
  color: #232373;
}
#sp-footer .footer-social ul li a::before {
  content: "";
  margin-right: 0;
}
#sp-footer .footer-social ul li::last-child {
  padding-right: 0;
}
#sp-bottom .footer-address ul li {
  padding-bottom: 10px;
}
#sp-bottom .footer-address ul li i {
  padding-right: 8px;
  color: #232373;
}
#sp-footer .sp-copyright {color: #A5C1D1;}
#sp-footer .sp-copyright a {color: #A5C1D1;}
#sp-footer .sp-copyright a:hover {color: #175eba;}
/*=====  End of Bottom css  ======*/
/*========================================
=            Inner banner css            =
========================================*/
#sp-title .sp-page-title {
  padding: 50px 0;
  position: relative;
}
#sp-title .sp-page-title h2 {
  color: #232373;
  font-size: 42px;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}
#sp-title .sp-page-title .breadcrumb {
  position: relative;
  z-index: 1;
}
#sp-title .sp-page-title .breadcrumb li {
  color: #dbdbdb;
}
#sp-title .sp-page-title .breadcrumb li:before {
  color: #dbdbdb;
}
#sp-title .sp-page-title .breadcrumb li a {
  color: #dbdbdb;
}
#sp-title .sp-page-title .breadcrumb li a:hover {
  color: #fe9000;
}
#sp-title .sp-page-title .breadcrumb li.active {
  color: #fe9000;
}
#sp-title .breadcrumb > li + li::before {
  content: "- ";
}
/*=====  End of Inner banner css  ======*/
/*===================================
=            Sidebar css            =
===================================*/
.custom-class .sp-module,
.class2 .sp-module {
  margin-top: 30px;
}
.custom-class .sp-module .sp-module-title,
.class2 .sp-module .sp-module-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}
.custom-class .sp-module .sp-module-title::after,
.class2 .sp-module .sp-module-title::after {
  background: #175eba;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 50px;
}
.custom-class .sp-module ul li,
.class2 .sp-module ul li {
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 0;
}
.custom-class .sp-module ul li a,
.class2 .sp-module ul li a {
  line-height: inherit;
  padding: 0;
}
.custom-class .sp-module ul li a::before,
.class2 .sp-module ul li a::before {
  color: #175eba;
  -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;
}
.custom-class .sp-module ul li:last-child,
.class2 .sp-module ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.custom-class .about-menu ul li,
.class2 .about-menu ul li {
  border: none;
  margin-bottom: 4px;
  padding-bottom: 0;
}
.custom-class .about-menu ul li a,
.class2 .about-menu ul li a {
  background: #f7f7f7;
  padding: 15px 15px;
}
.custom-class .about-menu ul li a:hover,
.class2 .about-menu ul li a:hover {
  background: #175eba;
  color: #ffffff;
  padding-left: 20px;
}
.custom-class .about-menu ul li a:hover::before,
.class2 .about-menu ul li a:hover::before {
  color: #ffffff;
}
.custom-class .about-menu ul li.active a,
.class2 .about-menu ul li.active a {
  background: #175eba;
  color: #ffffff;
}
.custom-class .about-menu ul li.active a::before,
.class2 .about-menu ul li.active a::before {
  color: #ffffff;
}
.custom-class .download-brochures .sp-module-content,
.class2 .download-brochures .sp-module-content {
  background: #175eba;
  padding: 30px 30px 40px;
}
.custom-class .download-brochures .sp-module-content h3,
.class2 .download-brochures .sp-module-content h3 {
  font-size: 24px;
  color: #ffffff;
}
.custom-class .download-brochures .sp-module-content h3 span,
.class2 .download-brochures .sp-module-content h3 span {
  font-weight: 300;
}
.custom-class .download-brochures .sp-module-content p,
.class2 .download-brochures .sp-module-content p {
  margin-bottom: 0;
}
.custom-class .download-brochures .sp-module-content a,
.class2 .download-brochures .sp-module-content a {
  display: block;
  background: #ffffff;
  color: #111111;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
}
.custom-class .download-brochures .sp-module-content a:hover,
.class2 .download-brochures .sp-module-content a:hover {
  color: #fe9000;
}
.custom-class .tss-layout6 .slick-slide .single-item-wrapper,
.class2 .tss-layout6 .slick-slide .single-item-wrapper {
  background: transparent;
  padding: 0;
}
.custom-class .tss-layout6 .slick-slide .single-item-wrapper .tss-meta-info .profile-img-wrapper,
.class2 .tss-layout6 .slick-slide .single-item-wrapper .tss-meta-info .profile-img-wrapper {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
}
.custom-class .tss-layout6 .slick-slide .single-item-wrapper .tss-meta-info .profile-img-wrapper img,
.class2 .tss-layout6 .slick-slide .single-item-wrapper .tss-meta-info .profile-img-wrapper img {
  width: 60px;
}
.custom-class .tss-layout6 .slick-dots,
.class2 .tss-layout6 .slick-dots {
  margin-top: 15px;
  text-align: left;
}
.custom-class .tss-layout6 .slick-dots li,
.class2 .tss-layout6 .slick-dots li {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.custom-class .search,
.class2 .search {
  position: relative;
  overflow: hidden;
}
.custom-class .search form input,
.class2 .search form input {
  background: transparent;
  border: 1px solid #dedede;
  border-radius: 0px;
  box-shadow: none;
  float: left;
  padding: 0 8px;
  height: 46px;
  width: 100%;
}
.custom-class .search form button,
.class2 .search form button {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  font-size: 0;
  position: absolute;
  right: 1px;
  padding: 12px 14px;
}
.custom-class .search form button::after,
.class2 .search form button::after {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #175eba;
}
.custom-class .latestnews small,
.class2 .latestnews small {
  color: #175eba;
  font-size: 14px;
  font-weight: 500;
}
.do-far {
  border: 2px solid #A5C1D1;
  padding: 30px;
	background: #fff;
}
.do-far h3 {
  font-size: 24px;
  font-weight: 500;
}
.do-far a {
  display: block;
  background: #0850ad;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
}
.do-far a:hover {
  background: #175eba;
  color: #ffffff;
}
.download-pdf {
  background: #175eba;
  padding: 30px;
}
.download-pdf h3 {
  font-size: 24px;
  color: #ffffff;
}
.download-pdf h3 span {
  font-weight: 300;
}
.download-pdf p {
  margin-bottom: 0;
}
.download-pdf a {
  display: block;
  background: #ffffff;
  color: #111111;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
}
.question {
  border: 2px solid #A5C1D1;
  padding: 30px;
	background: #fff;
}
.question h3 {
  font-size: 22px;
  font-weight: 500;
}
.question .phone {
  font-weight: 500;
  font-size: 18px;
  color: #111111;
  margin-bottom: 0;
}
.question .phone::before {
  content: "\f095";
  font-family: 'FontAwesome';
  color: #0850ad;
  padding-right: 10px;
}
/*=====  End of Sidebar css  ======*/
/*======================================
=            Pagination css            =
======================================*/
.itemListView .k2Pagination {
  margin-bottom: 0;
  padding: 0;
}
.itemListView .k2Pagination .pagination {
  margin: 0;
}
.itemListView .k2Pagination .pagination li a {
  background: #f7f7f7;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  margin: 0 5px;
  padding: 0;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
}
.itemListView .k2Pagination .pagination li a:hover {
  background: #175eba;
  color: #ffffff;
}
.itemListView .k2Pagination .pagination li.active a {
  background: #175eba;
}
.pagination-wrapper {
  text-align: left;
}
.pagination-wrapper ul.pagination {
  margin-bottom: 0;
}
.pagination-wrapper ul.pagination li a {
  background: #f7f7f7;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  margin: 0 5px 5px;
  padding: 0;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  -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);
  -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;
}
.pagination-wrapper ul.pagination li a:hover {
  background: #175eba;
  color: #ffffff;
}
.pagination-wrapper ul.pagination li.active a {
  background: #175eba;
}
div.pagination {
  text-align: left;
  margin-bottom: 0;
  display: block;
}
div.pagination ul.pagination {
  margin-bottom: 0;
  display: inline-block;
}
div.pagination ul.pagination li a {
  background: #f7f7f7;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  margin: 0 5px 5px;
  padding: 0;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  -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);
  -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;
}
div.pagination ul.pagination li a:hover {
  background: #175eba;
  color: #ffffff;
}
div.pagination ul.pagination li.active a {
  background: #175eba;
}
/*=====  End of Pagination css  ======*/
/*===========================================
=            Content default css            =
===========================================*/
.item-page .entry-header {
  margin-bottom: 0;
}
.item-page .image-wrap {
  position: relative;
}
.item-page .image-wrap .content {
  position: absolute;
  right: 0;
  top: 30%;
  width: 50%;
}
.item-page .image-wrap .content p {
  font-style: italic;
}
.item-page h3 {
  font-size: 26px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.item-page h3::after {
  position: absolute;
  content: "";
  background: #fe9000;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
}
.item-page blockquote {
  background: #f7f7f7;
  color: #111111;
  padding: 30px 40px;
  font-style: italic;
  line-height: 28px;
  margin: 40px 0;
}
.page-header {
  border: none;
  margin: 0;
  padding: 0;
}
.moduletableexperienced h3 {
  font-size: 26px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.moduletableexperienced h3::after {
  position: absolute;
  content: "";
  background: #fe9000;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
}
.moduletableexperienced .sppb-progress-label {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.moduletableexperienced .sppb-progress {
  margin-bottom: 25px;
}
#display-form .accordion-inner {
  padding: 0;
}
#display-form .contact-form form {
  background: transparent;
  border: none;
  box-shadow: none;
}
#display-form .contact-form form .control-group input,
#display-form .contact-form form .control-group textarea {
  border-radius: 0;
  box-shadow: none;
}
#display-form .contact-form form .control-group button {
  border-radius: 3px;
}
.login .group-control input {
  border: 1px solid #dedede;
  box-shadow: none;
  border-radius: 3px;
  height: 46px;
}
.login .btn {
  border-radius: 3px;
  padding: 10px 20px;
}
.registration .group-control input {
  border: 1px solid #dedede;
  box-shadow: none;
  border-radius: 3px;
  height: 46px;
}
.registration .btn {
  border-radius: 3px;
  padding: 10px 20px;
}
.search .btn-toolbar input {
  border: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
}
.search .btn-toolbar button {
  border-radius: 0;
}
.search select {
  border: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
}
.search legend {
  font-size: 24px;
}
.finder .word input {
  border: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
}
.finder .word button {
  border-radius: 0;
  opacity: 1;
}
.sp-comingsoon-wrap {
  position: relative;
}
.sp-comingsoon-wrap::after {
  background: rgba(17, 17, 17, 0.4);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.sp-comingsoon-wrap .sp-comingsoon-countdown > div {
  margin-bottom: 0px;
}
#sp-comingsoon {
  position: relative;
  z-index: 2;
}
#sp-comingsoon .sp-comingsoon-title {
  color: #ffffff;
  font-weight: 300;
  font-size: 80px;
  margin-top: 80px;
}
.error-page .error-page-inner {
  background-size: cover;
  background-position: center;
  position: relative;
}
.error-page .error-page-inner::after {
  background: rgba(17, 17, 17, 0.4);
  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: 230px;
  letter-spacing: 15px;
  color: #ffffff;
}
.error-page .error-page-inner .error-code::first-letter {
  color: #175eba;
}
.error-page .error-page-inner .error-message {
  font-size: 30px;
  color: #ffffff;
}
.error-page .error-page-inner a.btn-primary {
  background: #175eba;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 19px 35px;
  letter-spacing: 1px;
}
.error-page .error-page-inner a.btn-primary i::before {
  -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;
}
.error-page .error-page-inner a.btn-primary:hover {
  color: #ffffff;
}
.error-page .error-page-inner a.btn-primary:hover i::before {
  padding-right: 7px;
}
body .scrollup {
  background: #175eba;
  border: 2px solid #175eba;
  border-radius: 3px;
  height: 44px;
  width: 44px;
}
body .scrollup::before {
  color: #ffffff;
  line-height: 38px;
}
body .scrollup:hover {
  background: #0850ad;
}
/*=====  End of Content default css  ======*/
/*===================================
=            Contact css            =
===================================*/
.contact-address .sppb-addon-raw-html {
  color: #111111;
  font-size: 18px;
  margin-bottom: 30px;
}
.contact-address .rt-socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-address .rt-socials ul li {
  padding-bottom: 15px;
}
.contact-address .rt-socials ul li i {
  width: 30px;
  color: #175eba;
}
.contact-address .rt-socials ul li:last-child {
  padding-bottom: 0;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group input {
  background: #f7f7f7;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  height: 44px !important;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group textarea {
  background: #f7f7f7;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  padding: 12px 18px;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form button {
  background: #175eba;
  border-radius: 0px;
  border: none;
  font-size: 18px;
  padding: 16px 25px;
  margin-top: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form button:hover {
  background: #fe9000;
}
.appointment {
  background: #f7f7f7;
  padding: 40px;
}
.appointment .sppb-addon-title::after {
  background: #fe9000;
}
.appointment .sppb-ajaxt-contact-form .sppb-form-group input {
  background: #ffffff;
}
.appointment .sppb-ajaxt-contact-form .sppb-form-group textarea {
  background: #ffffff;
}
.appointment .sppb-ajaxt-contact-form button {
  font-size: 20px;
  padding: 18px 25px;
  margin-top: 20px;
  width: 100%;
}
/*=====  End of Contact css  ======*/
/*=========================================
=            News category css            =
==========================================*/
.blog article.item {
  overflow: hidden;
  margin-bottom: 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;
}
.blog article.item .entry-image,
.blog article.item .entry-gallery,
.blog article.item .entry-video,
.blog article.item .entry-audio,
.blog article.item .entry-link {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.blog article.item .entry-image img,
.blog article.item .entry-gallery img,
.blog article.item .entry-video img,
.blog article.item .entry-audio img,
.blog article.item .entry-link 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;
}
.blog article.item .entry-image::after{
  background: rgba(17, 17, 17, 0.2);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -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;
}
.blog article.item .entry-header {
  margin-bottom: 0;
  position: relative;
  padding: 20px 25px;
  background: rgba(247, 247, 247, 0.5);
}
.blog article.item .entry-header .article-info {
  font-size: 14px;
  margin: 0;
}
.blog article.item .entry-header .article-info > dd {
  color: #111111;
  text-transform: capitalize;
}
.blog article.item .entry-header .article-info > dd a {
  color: #111111;
}
.blog article.item .entry-header .article-info > dd .fa {
  color: #232373;
}
.blog article.item > h2 {
  margin-top: 24px;
  padding: 0 30px;
  font-size: 22px;
  font-weight: 500;
}
.blog article.item > h2 a {
  color: #111111;
}
.blog article.item > p {
  margin-bottom: 30px;
  padding: 0 30px;
}
.blog article.item .readmore {
  margin-bottom: 30px;
  padding: 0 30px;
}
.blog article.item .readmore a {
  background: transparent;
  border: 2px solid #175eba;
  color: #175eba;
  border-radius: 6px;
  padding: 10px 25px;
  font-size: 16px;
}
.blog article.item .readmore a::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  padding-left: 8px;
  -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;
}
.blog article.item .readmore a:hover {
  background: #175eba;
  color: #ffffff;
}
.blog article.item .readmore a:hover::after {
  padding-left: 12px;
}
.blog article.item:hover {
  -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);
}
.blog article.item:hover h2 a {
  color: #175eba;
}
.blog article.item:hover .entry-image img,
.blog article.item:hover .entry-gallery img,
.blog article.item:hover .entry-video img,
.blog article.item:hover .entry-audio img,
.blog article.item:hover .entry-link img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog article.item:hover .entry-image::after,
.blog article.item:hover .entry-gallery::after,
.blog article.item:hover .entry-video::after,
.blog article.item:hover .entry-audio::after,
.blog article.item:hover .entry-link::after {
  background: transparent;
}
.item-page .entry-header .article-info {
  margin-bottom: 12px;
}
.item-page .entry-header .article-info > dd {
  font-size: 14px;
  color: #111111;
  text-transform: capitalize;
}
.item-page .entry-header .article-info > dd a {
  color: #111111;
}
.item-page .entry-header .article-info > dd .fa {
  color: #175eba;
}
.item-page .entry-header > h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.blog-featured .item .entry-header .article-info dd {
  font-size: 14px;
  text-transform: capitalize;
}
.blog-featured .item .entry-header .article-info dd a {
  color: #175eba;
}
.blog-featured .item .entry-header .article-info dd i {
  color: #175eba;
}
.blog-featured .item .entry-header h2 {
  margin-top: 12px;
  letter-spacing: 1px;
}
.blog-featured .item .readmore a {
  background: #ffffff;
  border: 2px solid #175eba;
  color: #175eba;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 16px;
}
.blog-featured .item .readmore a::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  padding-left: 8px;
  -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;
}
.blog-featured .item .readmore a:hover {
  background: #175eba;
  color: #ffffff;
}
.blog-featured .item .readmore a:hover::after {
  padding-left: 12px;
}
/*=====  End of News category css  ======*/
/*======================================
=            Responsive css            =
======================================*/
@media only screen and (max-width: 1600px) {
  .slider-default-style .tp-caption.large_text,
  .slider-default-style .tp-caption.large_text span,
  .slider-default-style .tp-caption.large_text b {
    font-size: 48px !important;
    line-height: 48px !important;
  }
  .slider-default-style .tp-caption.largewhitebg {
    margin-top: 10px !important;
  }
  .callback2-style .sppb-addon-text-block,
  .callback2-style .rsform {
    padding-left: 20%;
  }
  .tss-wrapper .tss-layout3 .single-item-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tss-wrapper .tss-layout3 .rt-carousel span.rt-slick-nav.rt-next {
    left: -28%;
  }
}
@media only screen and (max-width: 1440px) {
  .slider-default-style .tp-caption.large_text,
  .slider-default-style .tp-caption.large_text span,
  .slider-default-style .tp-caption.large_text b {
    font-size: 48px !important;
    line-height: 48px !important;
  }
  .slider-default-style .tp-caption.largewhitebg {
    margin-top: 10px !important;
  }
  .callback2-style .sppb-addon-text-block,
  .callback2-style .rsform {
    padding-left: 20%;
  }
  .tss-wrapper .tss-layout3 .single-item-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tss-wrapper .tss-layout3 .rt-carousel span.rt-slick-nav.rt-next {
    left: -28%;
  }
}
@media only screen and (max-width: 1199px) {
  #header2-style #sp-header > .container {
    padding: 0 2%;
  }
  #sp-menu .sp-megamenu-parent > li > a {
    padding: 0 5px;
  }
  .slider-default-style .tp-caption.large_text,
  .slider-default-style .tp-caption.large_text span,
  .slider-default-style .tp-caption.large_text b {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .slider-default-style .tp-caption.small_text {
    margin-top: 20px !important;
    width: 50%;
  }
  .slider-default-style .tp-caption.largewhitebg {
    margin-top: 40px !important;
  }
  .slider-default-style .tp-caption.largewhitebg a {
    font-size: 14px !important;
    padding: 12px 30px !important;
  }
  #sp-title .sp-page-title {
    padding: 80px 0;
  }
  #sp-title .sp-page-title h2 {
    font-size: 40px;
  }
  h1 {
    font-size: 40px;
  }
  .service6-style,
  .service7-style {
    margin-top: -50px !important;
  }
  .service3-style .sppb-addon-feature::before {
    right: -34%;
  }
  .service11-style .sppb-addon-feature .pull-left .sppb-icon {
    font-size: 30px;
    width: 30px;
  }
  .tlp-team .layout1 .owl-carousel.owl-theme:hover .owl-nav .owl-prev,
  .tlp-portfolio .layout11 .owl-carousel.owl-theme:hover .owl-nav .owl-prev {
    left: 0;
  }
  .tlp-team .layout1 .owl-carousel.owl-theme:hover .owl-nav .owl-next,
  .tlp-portfolio .layout11 .owl-carousel.owl-theme:hover .owl-nav .owl-next {
    right: 0;
  }
  .callback1-style .sppb-addon-text-block .sppb-addon-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .callback1-style .rsform .rsform-block .formControls {
    margin: 0;
  }
  .callback1-style .rsform .rsform-block .formControls input,
  .callback1-style .rsform .rsform-block .formControls select {
    width: 85%;
  }
  .callback2-style .sppb-addon-text-block,
  .callback2-style .rsform {
    padding-left: 8%;
  }
  .custom-class .download-brochures .sp-module-content,
  .class2 .download-brochures .sp-module-content,
  .do-far,
  .download-pdf,
  .question {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-title h3 a,
  .tlp-portfolio .layout3 .tlp-portfolio-item .tlp-content .tlp-content-holder h3 a {
    font-size: 20px;
  }
  .blog article.item .entry-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog article.item .entry-header .article-info > dd {
    margin: 0 4px 0 0;
  }
  .blog article.item > h2,
  .blog article.item > p,
  .blog article.item .readmore {
    padding: 0 20px;
  }
  #sp-comingsoon .sp-comingsoon-title {
    font-size: 60px;
  }
  .error-page .error-page-inner .error-code {
    font-size: 190px;
  }
}
@media (min-width: 922px) and (max-width: 1199px) {
  .service2-style .sppb-addon-text-block .sppb-addon-title,
  .clients1-style .sppb-addon-text-block .sppb-addon-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .tss-wrapper .tss-layout3 .single-item-wrapper {
    padding: 30px 20px;
  }
  .tss-wrapper .tss-layout3 .rt-carousel span.rt-slick-nav.rt-next {
    left: -24%;
  }
  .about1-style {
    padding-bottom: 100px !important;
  }
  .tlp-team .layout3 .single-team-area .tlp-content,
  .tlp-team .layout3 .single-team-area .social-icons {
    float: inherit;
  }
  .tlp-team .layout3 .single-team-area .tlp-content h3,
  .tlp-team .layout3 .single-team-area .tlp-content .tlp-position {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .phoneno .sp-module-content ul > li {
    padding: 10px 13px;
    font-size: 15px;
  }
  .slider-default-style .tp-caption.large_text,
  .slider-default-style .tp-caption.large_text span,
  .slider-default-style .tp-caption.large_text b {
    font-size: 32px !important;
    line-height: 32px !important;
  }
  .slider-default-style .tp-caption.small_text {
    font-size: 15px !important;
    line-height: 20px !important;
    margin-top: 20px !important;
    width: 60%;
  }
  .slider-default-style .tp-caption.largewhitebg {
    margin-top: 40px !important;
  }
  #sp-title .sp-page-title {
    padding: 70px 0;
    text-align: center;
  }
  #sp-title .sp-page-title h2 {
    font-size: 36px;
  }
  h1 {
    font-size: 40px;
  }
  h2,
  #sp-page-builder .sppb-section-title .sppb-title-heading,
  .callback1-style .sppb-addon-text-block .sppb-addon-title {
    font-size: 30px;
  }
  h3,
  .tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content .tlp-content-holder h3 a,
  .tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content .tlp-content-holder h3 a,
  .tlp-portfolio .isotope1 .tlp-portfolio-item .tlp-content .tlp-content-holder h3 a,
  .blog article.item > h2 {
    font-size: 20px;
  }
  .service6-style,
  .service7-style {
    margin-top: 0px !important;
  }
  .service7-style .sppb-addon-raw-html {
    padding-left: 20px;
    padding-right: 20px;
  }
  .service5-style .sppb-addon-text-block {
    padding-right: 30px;
  }
  .service5-style .sppb-addon-feature {
    padding-left: 30px;
  }
  .service8-style .sppb-addon-feature .pull-left .sppb-icon {
    font-size: 30px;
    width: 30px;
  }
  .service10-style .sppb-addon-text-block .service3-image {
    float: inherit;
    padding-left: 0;
    padding-bottom: 30px;
  }
  #sp-bottom3,
  #sp-bottom4 {
    margin-top: 40px;
  }
  .callback1-style .sppb-addon-text-block {
    margin-bottom: 30px;
  }
  .callback2-style .sppb-addon-text-block,
  .callback2-style .rsform {
    padding-left: 5%;
  }
  .clients1-style .sppb-addon-text-block {
    margin-bottom: 30px;
  }
  .tss-wrapper .tss-layout3 .rt-carousel .slick-dots {
    display: none !important;
  }
  .tss-wrapper .tss-layout3 .rt-carousel span.rt-slick-nav.rt-prev {
    left: -6%;
    top: 50%;
  }
  .tss-wrapper .tss-layout3 .rt-carousel span.rt-slick-nav.rt-next {
    right: -6%;
    top: 50%;
    left: inherit;
  }
  .tss-wrapper .tss-layout3 .single-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .clients2-style .tss-layout4 .slick-slide .single-item-wrapper .item-content-wrapper .item-content {
    padding-right: 20px;
  }
  .sppb-addon-accordion {
    padding-left: 20px;
  }
  .financial-help .sppb-addon-raw-html .sppb-addon-title {
    font-size: 30px;
  }
  .sppb-section.about5-style {
    background-image: none !important;
  }
  .service10-style .sppb-addon-tab .sppb-tab-content h3 {
    font-size: 30px;
  }
  .about1-style {
    padding-bottom: 30px !important;
  }
  .about1-style .progress-style {
    transform: inherit;
    margin-top: 80px;
  }
  .tlp-team .tlp-team-detail .expertise {
    padding: 0 0px 25px 0px;
  }
  #sp-comingsoon .sp-comingsoon-title {
    font-size: 48px;
  }
  .service4-style .sppb-addon-feature h3 {
    font-size: 20px;
  }
  .logo-slider .rt-logo-showcase:hover .slick-prev {
    left: 5px;
  }
  .logo-slider .rt-logo-showcase:hover .slick-next {
    right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-address ul li {
    font-size: 10px;
    margin-right: 5px;
  }
  .top-address ul li i {
    font-size: 12px;
    padding-right: 3px;
  }
  .top-social .rt-socials ul li a {
    font-size: 12px;
  }
  .service6-style .sppb-addon-raw-html .content {
    padding: 20px 15px;
    font-size: 14px;
  }
  .service6-style .sppb-addon-raw-html .content h3,
  .service6-style .sppb-addon-raw-html .content p {
    margin-bottom: 10px;
  }
  .financial-help .sppb-btn {
    padding: 15px;
    margin-top: 33px;
  }
  .item-page .image-wrap .content {
    top: 13%;
  }
  .custom-class .download-brochures .sp-module-content,
  .class2 .download-brochures .sp-module-content,
  .custom-class .download-brochures .sp-module-content,
  .class2 .download-brochures .sp-module-content,
  .do-far,
  .download-pdf,
  .question {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-class .download-brochures .sp-module-content a,
  .class2 .download-brochures .sp-module-content a,
  .download-pdf a {
    padding: 10px;
    font-size: 14px;
  }
  .do-far a {
    font-size: 15px;
    padding-right: 14px;
    padding-left: 14px;
  }
  .service1-style .sppb-addon-feature a .sppb-addon-title {
    font-size: 20px;
  }
  .tlp-team .layout3 .single-team-area .tlp-content,
  .tlp-team .layout3 .single-team-area .social-icons {
    float: inherit;
  }
  .tlp-team .layout3 .single-team-area .tlp-content h3,
  .tlp-team .layout3 .single-team-area .tlp-content .tlp-position {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .top-menu ul.nav,
  .top-address ul,
  .top-social .rt-socials ul {
    text-align: center;
  }
  .user-menu ul.nav {
    text-align: center;
    margin-top: 12px;
  }
  #sp-title .sp-page-title {
    padding: 60px 0;
  }
  #sp-title .sp-page-title h2 {
    font-size: 32px;
  }
  .custom-class {
    margin-bottom: 90px;
  }
  .class2 {
    margin-top: 90px;
  }
  #sp-bottom2 {
    margin-top: 40px;
  }
  .error-page .error-page-inner .error-code {
    font-size: 120px;
  }
  h1 {
    font-size: 36px;
  }
  h2,
  #sp-page-builder .sppb-section-title .sppb-title-heading,
  .callback1-style .sppb-addon-text-block .sppb-addon-title {
    font-size: 28px;
  }
  .item-page h3,
  .moduletableexperienced h3,
  .financial-help .sppb-addon-raw-html .sppb-addon-title,
  .tlp-team .tlp-team-detail .details-bio h3,
  .service10-style .sppb-addon-tab .sppb-tab-content h3 {
    font-size: 24px;
  }
  .slider-default-style .tp-caption.large_text,
  .slider-default-style .tp-caption.large_text span,
  .slider-default-style .tp-caption.large_text b {
    font-size: 28px !important;
    line-height: 28px !important;
    left: 0 !important;
    width: 100%;
    text-align: center;
  }
  .slider-default-style .tp-caption.small_text {
    display: none;
  }
  .slider-default-style .tp-caption.largewhitebg {
    margin-top: 10px !important;
    left: 0 !important;
    width: 100%;
    text-align: center;
  }
  .slider-default-style .tp-caption.largewhitebg a {
    font-size: 13px !important;
    padding: 8px 20px !important;
  }
  .service3-style .sppb-addon-feature::before {
    display: none;
  }
  .service5-style .sppb-addon-text-block {
    padding-right: 0;
    padding-top: 95px;
    color: #444444;
  }
  .service5-style .sppb-addon-text-block .sppb-addon-title {
    color: #111111;
  }
  .service5-style .sppb-addon-text-block .sppb-addon-title::after {
    background: #175eba;
  }
  .service5-style .sppb-addon-feature {
    padding-left: 0;
  }
  .service5-style::before {
    display: none;
  }
  .service5-style > .sppb-row-container > .sppb-row {
    display: inherit;
  }
  .service9-style .sppb-addon-feature .sppb-img-container {
    display: block !important;
  }
  .service9-style .sppb-addon-feature .sppb-img-container img {
    width: 100%;
  }
  .service10-style .sppb-addon-tab ul.sppb-nav li {
    float: inherit;
  }
  .clients1-style {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .clients2-style::before {
    width: 100%;
  }
  .clients2-style::after {
    display: none;
  }
  .clients2-style .sppb-addon-accordion {
    margin-top: 30px;
  }
  .tss-wrapper .tss-layout3 .tss-single-item {
    padding: 0;
  }
  .tss-wrapper .tss-layout3 .rt-carousel span.rt-slick-nav.rt-prev {
    left: 0%;
    background: #dedede;
  }
  .tss-wrapper .tss-layout3 .rt-carousel span.rt-slick-nav.rt-next {
    right: 0%;
    background: #dedede;
  }
  .clients3-style .tss-layout6 .slick-slide .single-item-wrapper .tss-meta-info .item-content,
  .clients4-style .tss-layout6 .slick-slide .single-item-wrapper .tss-meta-info .item-content {
    width: 80%;
    padding-top: 30px;
  }
  .clients3-style .tss-layout6 .slick-slide .single-item-wrapper::before,
  .clients4-style .tss-layout6 .slick-slide .single-item-wrapper::before {
    left: 47%;
  }
  .news1-style .sppb-addon-article h3 {
    padding-left: 20px;
  }
  .news1-style .sppb-addon-article .sppb-article-meta {
    float: none;
  }
  .news1-style .sppb-addon-article .sppb-article-meta .sppb-meta-date::after {
    display: none;
  }
  .callback1-style .rsform .rsform-block {
    width: 100%;
  }
  .callback1-style .rsform .rsform-block .formControls input,
  .callback1-style .rsform .rsform-block .formControls select {
    width: 92% !important;
  }
  .callback1-style .rsform .rsform-block.rsform-block-submit {
    margin-top: 20px;
  }
  .callback2-style::before {
    width: 100%;
  }
  .callback2-style .rsform .rsform-block .formControls input,
  .callback2-style .rsform .rsform-block .formControls select {
    width: 90% !important;
  }
  .callback2-style .sppb-addon-text-block {
    padding: 90px 0 0 20px;
  }
  .callback2-style .rsform {
    padding: 0px 0 40px 20px;
  }
  .sppb-addon-accordion {
    padding-left: 0;
  }
  .financial-help .sppb-addon-raw-html {
    text-align: center;
  }
  .about2-style .sppb-addon-text-block {
    margin-bottom: 30px;
  }
  .tlp-portfolio .layout1 .tlp-equal-height {
    padding: 0;
  }
  .tlp-portfolio .button-group button {
    margin-bottom: 15px;
  }
  .item-page .image-wrap .content {
    position: inherit;
    width: inherit;
  }
  .tlp-team .tlp-team-detail .tlp-content {
    margin-top: 30px;
  }
  .service6-style .sppb-addon-raw-html,
  .service7-style .sppb-addon-raw-html {
    margin-top: 30px;
  }
  .service6-style .sppb-addon-raw-html .content-img img {
    width: 100%;
  }
  .tlp-portfolio .layout1 .tlp-portfolio-item .tlp-portfolio-thum img {
    width: 100%;
  }
  .tlp-portfolio-detail ul > li {
    margin-left: 0;
  }
  .sp-comingsoon-wrap {
    height: initial !important;
  }
}
@media only screen and (max-width: 480px) {
  .slider-default-style .tp-caption.large_text,
  .slider-default-style .tp-caption.large_text span,
  .slider-default-style .tp-caption.large_text b {
    font-size: 24px !important;
    line-height: 24px !important;
  }
  #sp-title .sp-page-title {
    padding: 50px 0;
  }
  #sp-title .sp-page-title h2 {
    font-size: 30px;
  }
  h1 {
    font-size: 30px;
  }
  h2,
  #sp-page-builder .sppb-section-title .sppb-title-heading,
  .callback1-style .sppb-addon-text-block .sppb-addon-title {
    font-size: 26px;
  }
  .callback2-style .rsform .rsform-block .formControls input,
  .callback2-style .rsform .rsform-block .formControls select {
    width: 87% !important;
  }
  .clients3-style .tss-layout6 .slick-slide .single-item-wrapper .tss-meta-info .item-content,
  .clients4-style .tss-layout6 .slick-slide .single-item-wrapper .tss-meta-info .item-content {
    width: 100%;
  }
  #sp-comingsoon .sp-comingsoon-title {
    font-size: 30px;
  }
  .sp-comingsoon .sp-comingsoon-wrap .sp-comingsoon-content {
    font-size: 20px;
  }
  .clients2-style .tss-layout4 .slick-slide .single-item-wrapper .item-content-wrapper .item-content {
    padding-right: 0;
  }
  .contact-form .control-group .control-label {
    float: inherit;
    text-align: left;
  }
  .contact-form .control-group .controls {
    margin-left: 0;
  }
  .contact-form .control-group .controls input,
  .contact-form .control-group .controls textarea {
    width: 100%;
  }
  .contact-form .control-group .controls input[type="checkbox"] {
    width: auto;
  }
  .finder .word input,
  .search .btn-toolbar input {
    margin-bottom: 15px;
    width: 100%;
  }
  .blog-featured form {
    overflow-x: scroll;
  }
  .profile-edit .controls .btn.btn-small {
    display: block;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .slider-default-style .tp-caption.large_text,
  .slider-default-style .tp-caption.large_text span,
  .slider-default-style .tp-caption.large_text b {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .slider-default-style .tp-caption.largewhitebg {
    display: none;
  }
  #sp-title .sp-page-title {
    padding: 40px 0;
  }
  #sp-title .sp-page-title h2 {
    font-size: 26px;
  }
  h1 {
    font-size: 28px;
  }
  h2,
  #sp-page-builder .sppb-section-title .sppb-title-heading {
    font-size: 24px;
  }
  .callback2-style .rsform .rsform-block .formControls input,
  .callback2-style .rsform .rsform-block .formControls select {
    width: 83% !important;
  }
  .callback1-style .rsform .rsform-block .formControls input,
  .callback1-style .rsform .rsform-block .formControls select {
    width: 89% !important;
  }
  .service11-style .sppb-addon-feature .pull-left {
    float: inherit !important;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .tlp-team .layout3 .single-team-area .tlp-content,
  .tlp-team .layout3 .single-team-area .social-icons {
    float: inherit;
  }
  .tlp-team .layout3 .single-team-area .tlp-content h3,
  .tlp-team .layout3 .single-team-area .tlp-content .tlp-position {
    text-align: center;
  }
}
/*=====  End of Responsive css  ======*/

.sppb-addon-text-block, .donate-box{background: #fff; padding: 20px 20px 0px 40px; border: #A5C1D1 solid 2px;}
.sppb-addon-text-block p b, .sppb-addon-text-block p strong{color: #232373;}
.sppb-addon-single-image-container{border: #A5C1D1 solid 2px;}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel{background: #fff; border: #A5C1D1 solid 2px;}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .title{color: #232373; font-weight: bold;}

.com-logos h3.sppb-addon-title{display: block;}

/*=====  JEvents Override  ======*/
.nav-items > div:last-child{border-right:#A5C1D1 solid 1px}
.nav-items > div:first-child{border-left:#A5C1D1 solid 1px}
.nav-items > div{border: #A5C1D1 solid 1px;}
#jevents_body .nav-items > div a:hover{border: none;}
#jevents_body{background: #fff;border: 2px solid #A5C1D1}
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth{border: 1px solid #A5C1D1; background: #A5C1D1;}
.jev_toprow div.currentmonth{border-top: 1px solid #A5C1D1;border-bottom: 1px solid #A5C1D1;}
#jevents_body .nav-items div.active a:hover, .jev_header2 .active a:hover{background-color:#ccc;border-left: none;}
#jevents_body .nav-items div.active a, .jev_header2 .active a{background: #232373; }


.hp-articles .sppb-addon-article{background: #fff; border: #A5C1D1 solid 2px;}
.hp-articles h3{text-align: center; margin: 10px;}
.hp-articles .sppb-article-meta, .hp-articles .sppb-article-introtext, .hp-articles .sppb-readmore{margin: 0 10px;}

.news-quicklinks .sppb-addon-feature{background: #fff; border: #A5C1D1 solid 2px;}
.news-quicklinks .sppb-media-content{margin: 10px;}

.hp-listen{background: #98FED4; text-transform: uppercase; padding:0 20px;}
.hp-listen i{font-size: 30px; padding: 10px 0 0;}
.hp-listen .sppb-media-heading{margin: 0px; line-height:54px; }
.hp-listen a{display: block;}
.hp-listen h3 a:hove{color: #fff;}

.hp-social i{color:#98FED4; padding: 5px; font-size: 20px; border: solid 2px; margin: 10px;}
.follow-heading h3.sppb-addon-title{color: #98fed4; text-transform: uppercase;line-height: 54px;}
.hp-row{background: #232373;}

.sppb-section-title h3.sppb-title-heading{text-align: left; font-weight: bold !important; color: #232373;}
#sp-page-builder .sppb-section-title{margin-bottom: 0px;}

.hp-hr{background:#A5C1D1; margin: 20px 0 20px; height: 1px;}

.text-area, .tlp-team .tlp-team-detail .details-bio{background: #fff; border: #A5C1D1 solid 2px; padding: 20px 20px 0px 40px;}
.tlp-popup-content{background: #e2ecf1;}

.top-banners p{margin: 0;}
.top-banners img,.bottom-banners img{border:#A5C1D1 solid 2px;}

#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.active > a{background: #98FED4 !important; color: #232373;}
ul.pagination-list{display: inline-flex;list-style: none;}
.d{}