/*=========================
	Custom css
==========================*/
.bg-theme {
  background: #0183d8; }

p {
  text-align: justify; }

.site-button {
  background: #e94f37; }
  .site-button:hover {
    background: #0183d8; }

.section-head {
  margin-bottom: 30px; }

.ptech-bb {
  border-bottom: 1px solid #f3f6ff; }

.pt-breadcumb-section {
  background: rgba(1, 131, 216, 0.5); }

.owl-theme .owl-dots .owl-dot {
  cursor: pointer; }
  .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
    opacity: 1; }

.daz-header {
  z-index: 999; }

/*============================
	Header Section Stylings css
==============================*/
.navs2 .header-nav .nav > li:hover > a:after,
.navs2 .header-nav .nav > li.active > a:after {
  display: none; }

.pt-logo-section .daz-logo {
  display: flex;
  align-items: center;
  height: 100px;
  transition: all 0.2s;
  z-index: 0; }
  .pt-logo-section .daz-logo a img {
    max-width: 85px; }
  .pt-logo-section .daz-logo a .pt-name {
    margin-left: 10px; }
    .pt-logo-section .daz-logo a .pt-name span {
      font-family: 'Raleway', sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 1; }
      .pt-logo-section .daz-logo a .pt-name span:first-child {
        font-size: 30px;
        letter-spacing: 5px;
        color: #e94f37; }
      .pt-logo-section .daz-logo a .pt-name span:last-child {
        font-size: 16px;
        color: #0183d8; }
@media screen and (max-width: 992px) {
  .pt-logo-section .daz-logo {
    height: 80px; }
    .pt-logo-section .daz-logo a img {
      max-width: 60px; }
    .pt-logo-section .daz-logo a .pt-name {
      margin-left: 5px; }
      .pt-logo-section .daz-logo a .pt-name span:first-child {
        font-size: 22px; }
      .pt-logo-section .daz-logo a .pt-name span:last-child {
        font-size: 12px; } }
@media screen and (max-width: 767px) {
  .pt-logo-section .daz-logo {
    height: 70px; } }

.header-nav .nav.pt-main-nav li a {
  font-weight: bold;
  text-transform: uppercase;
  padding: 36px 0;
  color: #1a1a1a; }
  .header-nav .nav.pt-main-nav li a:not(:last-child) {
    margin-right: 10px; }
  .header-nav .nav.pt-main-nav li a:hover {
    color: #e94f37; }
.header-nav .nav.pt-main-nav li.active a {
  color: #e94f37; }
.header-nav .nav.pt-main-nav li:not(:last-child) {
  margin-right: 20px; }
@media screen and (max-width: 992px) {
  .header-nav .nav.pt-main-nav li a {
    padding: 10px 12px; }
  .header-nav .nav.pt-main-nav li.active a {
    color: #e94f37; }
  .header-nav .nav.pt-main-nav li .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #E9E9E9; }
  .header-nav .nav.pt-main-nav li .sub-menu li a {
    font-weight: 600; } }

.is-fixed .pt-logo-section .daz-logo {
  width: 230px;
  height: 70px; }
  .is-fixed .pt-logo-section .daz-logo a img {
    max-width: 60px; }
  .is-fixed .pt-logo-section .daz-logo a .pt-name {
    margin-left: 5px; }
    .is-fixed .pt-logo-section .daz-logo a .pt-name span:first-child {
      font-size: 26px; }
    .is-fixed .pt-logo-section .daz-logo a .pt-name span:last-child {
      font-size: 14px; }
.is-fixed .pt-logo-section .header-nav .nav.pt-main-nav li a {
  padding: 24px 0; }
.is-fixed .pt-logo-section .header-nav .nav.pt-main-nav li .sub-menu li a {
  padding: 8px 20px; }
@media screen and (max-width: 992px) {
  .is-fixed .pt-logo-section .header-nav .nav.pt-main-nav li a {
    padding: 10px 12px; }
  .is-fixed .pt-logo-section .header-nav .nav.pt-main-nav li .sub-menu li a {
    padding: 8px 20px; } }
@media screen and (max-width: 767px) {
  .is-fixed .pt-logo-section .daz-logo {
    width: 230px;
    height: 70px; }
    .is-fixed .pt-logo-section .daz-logo a img {
      max-width: 60px; }
    .is-fixed .pt-logo-section .daz-logo a .pt-name {
      margin-left: 5px; }
      .is-fixed .pt-logo-section .daz-logo a .pt-name span:first-child {
        font-size: 22px; }
      .is-fixed .pt-logo-section .daz-logo a .pt-name span:last-child {
        font-size: 12px; } }

/*=========================
	3 block css
==========================*/
/*=========================
	Financial Statement css
==========================*/
.ptech-financial-details-block {
  max-width: 700px;
  margin: 40px auto 0 auto; }
  .ptech-financial-details-block .image-block {
    margin-bottom: 30px; }
    .ptech-financial-details-block .image-block img {
      border-radius: 4px; }
  .ptech-financial-details-block .content-block {
    margin-bottom: 30px; }
    .ptech-financial-details-block .content-block h4 {
      font-size: 20px;
      letter-spacing: 1px;
      color: #000;
      margin-top: 10px; }
    .ptech-financial-details-block .content-block a.btn-read {
      margin-top: 10px;
      padding: 8px 18px; }

.box-bg.active .icon-bx-wraper {
  background-color: rgba(233, 79, 55, 0.9); }

/*=========================
	Team Page css
==========================*/
.ptech-team-page .team-section .team-content {
  position: relative; }

.pt-team-section .team-section .team-content {
  background-color: rgba(1, 131, 216, 0.85); }

/*=========================
	Team Single css
==========================*/
.ptech-team-single {
  max-width: 780px;
  margin: 0 auto; }
  .ptech-team-single .post-media {
    max-width: 450px;
    margin: 0 auto; }
    .ptech-team-single .post-media img {
      margin: 0 auto 20px auto;
      border-radius: 6px; }
  .ptech-team-single .post-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px; }
    .ptech-team-single .post-title h4 {
      color: #000;
      text-align: center;
      margin-bottom: 0;
      letter-spacing: .8px;
      font-weight: 30px; }
    .ptech-team-single .post-title span {
      color: #000;
      font-size: 16px;
      font-weight: 500; }
  .ptech-team-single p {
    text-align: justify;
    color: #333; }

/*=========================
	About Section Stylings
==========================*/
.pt-about-section .section-content .pt-image-block {
  position: relative; }
  .pt-about-section .section-content .pt-image-block:after {
    background: #e94f37 none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 100%;
    left: -15px;
    position: absolute;
    width: 100%;
    z-index: -1; }

/*=========================
	Why Us Section Stylings
==========================*/
.pt-why-us-section .box-services {
  border: 1px solid #e94f37; }
.pt-why-us-section .pt-title-text {
  text-align: justify; }

/*=========================
	Message Section Stylings
==========================*/
.pt-message-section .section-content {
  background: #fff;
  padding: 20px 30px;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0px 10px 27px -9px rgba(0, 0, 0, 0.11); }
  .pt-message-section .section-content .pt-text-block h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0; }
  .pt-message-section .section-content .pt-text-block p {
    color: #000;
    font-weight: 600;
    margin-bottom: 0px; }
  .pt-message-section .section-content .pt-image-block img {
    border-radius: 6px; }

/*=========================
	Testimonial Section Stylings
==========================*/
.pt-testimonial-section:after {
  background: rgba(0, 0, 0, 0.85);
  opacity: 0.85; }

/*=========================
	Gallery Section Stylings
==========================*/
.pt-gallery-section .mfp-gallery li .gallery-box .media:after {
  background-color: #000; }
.pt-gallery-section .mfp-gallery li .gallery-box .media:before {
  background-color: #000; }
.pt-gallery-section .mfp-gallery li .gallery-box .media .overlay-bx .overlay-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 100%; }
  .pt-gallery-section .mfp-gallery li .gallery-box .media .overlay-bx .overlay-icon .mfp-link {
    display: block;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    line-height: 1; }
    .pt-gallery-section .mfp-gallery li .gallery-box .media .overlay-bx .overlay-icon .mfp-link i {
      background-color: transparent; }

/*=========================
	Footer Section Stylings
==========================*/
.widget_getintuch ul li {
  text-transform: none; }
  .widget_getintuch ul li span {
    font-size: 15px; }
    .widget_getintuch ul li span a:hover {
      color: #fff;
      opacity: 0.8; }

@media only screen and (max-width: 767px) {
  .daz-header .navbar-toggler,
  .daz-header .is-fixed .navbar-toggler {
    margin: 27px 0 14px 10px; } }

/*# sourceMappingURL=custom.css.map */
