@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");

/*
Theme Name: TWODOTS by KiwiSpecs 
Theme URI: https://kiwispecs.com
Author: team kiwispecs.com
Author URI: https://kiwispecs.com
Description: For TWODOTS.
Tags: Business
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: propritery
Text Domain: TWODOTSKIWISPECS
*/

/* Project name: Two Dot */
@font-face {
  font-family: primaryfont;
  src: url("font/Gidole-Regular.ttf");
}

@font-face {
  font-family: secoundary;
  src: url("font/Kollektif.ttf");
}

/* Basic CSS */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Selection */
::-moz-selection {
  background-color: #0A769A;
  color: #fff;
}
::selection {
  background-color: #0A769A;
  color: #fff;
}

::-moz-selection {
  background-color: #0A769A;
  color: #fff;
}

::-webkit-selection {
  background-color: #0A769A;
  color: #fff;
}

::-o-selection {
  background-color: #0A769A;
  color: #fff;
}

/* Placeholder */
::-webkit-input-placeholder {
  color: #222;
  opacity: 0.5;
}
:-ms-input-placeholder {
  color: #222;
  opacity: 0.5;
}
::-ms-input-placeholder {
  color: #222;
  opacity: 0.5;
}
::-moz-placeholder {
  color: #222;
  opacity: 0.5;
}
::placeholder {
  color: #222;
  opacity: 0.5;
}

::-moz-placeholder {
  color: #222;
  opacity: 0.5;
}

::-webkit-placeholder {
  color: #222;
  opacity: 0.5;
}

::-o-placeholder {
  color: #222;
  opacity: 0.5;
}

/* Tags */
body, html {
  margin: 0;
  padding: 0;
  font-family: primaryfont !important;
}

img {
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: secoundary !important;
}

h1, h2 {
  font-weight: bold !important;
}

a {
  color: #0A769A;
  text-decoration: none;
  font-size: 16px;
}

a:hover {
  color: #0A769A;
  text-decoration: none;
}

p {
  font-size: 18px;
}

ul, ol, li {
  margin: 0;
  padding: 0;
}

input:focus, textarea:focus, select:focus, button:focus {
  border: none;
  -webkit-box-shadow: 0 0 #000;
          box-shadow: 0 0 #000;
  outline: 0;
}

header, footer, div, nav, aside, section, article {
  display: block;
}

/* Basic Components */
.btn {
  background-color: #0A769A !important;
  color: #fff !important;
  padding: 5px 22px !important;
  font-family: secoundary !important;
  font-size: 14px !important;
}

@media (max-width: 769px) {
  .btn {
    font-size: 14px !important;
    line-height: 14px !important;
  }
}

@media (max-width: 576px) {
  .verySmallButton {
    font-size: 12px !important;
    line-height: 12px !important;
    padding: 5px 12px !important;
  }
}

.btn-color-var-2 {
  background-color: #fcec5b !important;
  color: #222 !important;
}

.btn-success {
  background-color: #F0F0A3 !important;
  color: #222 !important;
  border: 0 !important;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 7px 50px !important;
  height: 35px !important;
}

.btn-success:hover {
  background-color: #CEF0EA !important;
}

@media (min-width: 320px) and (max-width: 592px) {
  .mobile-none {
    display: none !important;
  }
}

@media (min-width: 320px) and (max-width: 592px) {
  .mobile-row .col-sm-9 {
    width: 70% !important;
  }
}

@media (min-width: 320px) and (max-width: 592px) {
  .mobile-row .col-sm-3 {
    width: 30% !important;
  }
}

@media (min-width: 320px) and (max-width: 592px) {
  .mobile-row .col-sm-6 {
    width: 50% !important;
    text-align: center !important;
  }
}

@media (min-width: 320px) and (max-width: 592px) {
  .mobile-row .col-sm-1 {
    width: 20% !important;
    text-align: center !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .no-tablet {
    display: none !important;
  }
}

@media (min-width: 592px) {
  .desk-none {
    display: none !important;
  }
}

.contact {
  text-align: center;
}

[raleway] {
  font-family: 'Raleway', sans-serif !important;
}

[black] {
  color: #0B1C4D !important;
}

[blue] {
  color: #0A769A !important;
}

[text] {
  color: #303030 !important;
}

[text-36] {
  font-size: 36px !important;
}

[height-300] {
  height: 300px;
}

.uploadProgress {
  display: none;
  margin: 20px auto;
  padding: 0;
  width: 90%;
  height: 30px;
  overflow: hidden;
  background: red;
  border-radius: 6px;
}

.uploadBar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: cornflowerblue;
}

.uploadPercent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma,arial,helvetica;
  font-size: 12px;
  color: white;
}

/* Main Css */
header {
  background-color: #0A769A;
  border-bottom: 1px solid lightgrey;
  -webkit-box-shadow: 0 0 5px lightgrey;
          box-shadow: 0 0 5px lightgrey;
}

header .topstatusbarrow {
  margin-left: 0px;
  margin-right: 0px;
}

header .mobileStatusBar, header .mobileStatusBar:hover {
  color: #fff;
  text-decoration: none;
}

header .top-head {
  padding: 10px;
  height: 50px;
}

header .top-head .small-btn {
  padding: 2px 15px !important;
}

header .top-head .login {
  padding: 0;
  font-family: secoundary !important;
}

header .top-head .appoinment {
  font-family: secoundary !important;
}

@media (min-width: 320px) and (max-width: 592px) {
  header .top-head .mobile-skype-contact {
    display: none;
  }
}

header .top-head .mobile-skype-contact i {
  color: #00AFF0;
}

@media (min-width: 992px) {
  header .top-head .contact, header .top-head .skype-contact {
    color: #fff;
  }
}

header .top-head .contact i, header .top-head .skype-contact i {
  color: #fff;
}

@media (min-width: 320px) and (max-width: 992px) {
  header .top-head .contact i, header .top-head .skype-contact i {
    color: #0A769A;
  }
}

@media (min-width: 320px) and (max-width: 592px) {
  header .mobile-head {
    margin-right: 0;
  }
}

@media (min-width: 320px) and (max-width: 592px) {
  header .mobile-col {
    margin: 10px;
  }
}

@media (min-width: 320px) and (max-width: 592px) {
  header .mobile-col .col-sm-2, header .mobile-col .col-sm-4, header .mobile-col .col-sm-4 {
    width: 50%;
  }
}

header form .search {
  border: 2px solid grey;
  padding: 0 5px;
}

@media (min-width: 320px) and (max-width: 592px) {
  header form .search {
    border: none;
  }
}

header form input {
  background-color: transparent;
  border: none;
  width: 85%;
}

@media (min-width: 320px) and (max-width: 592px) {
  header form input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #222;
    margin-bottom: 15px;
  }
}

header form i {
  color: #0A769A;
  float: right;
  padding-top: 5px;
}

@media (max-width: 592px) {
  header #navbarSupportedContent {
    overflow: hidden;
  }
}

header .mainMenuDropdownItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: .25rem 1.3rem;
}

header .mainMenuDropdownItem .dropdownMenuItemLeftPart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-right: 10px;
  min-width: 45px;
}

header .mainMenuDropdownItem .dropdownMenuItemLeftPart i {
  font-size: 30px;
}

header .mainMenuDropdownItem .dropdownMenuItemRightPart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .mainMenuDropdownItem .dropdownMenuItemRightPart .dropdownMenuTitle {
  font-size: 16px;
}

@media (max-width: 592px) {
  header .mainMenuDropdownItem .dropdownMenuItemRightPart .dropdownMenuTitle {
    line-height: 16px;
  }
}

header .mainMenuDropdownItem .dropdownMenuItemRightPart .dropdownMenuSubtitle {
  font-size: 14px;
  opacity: 0.87;
  margin-top: -5px;
}

header .header {
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
}

header .header .navbar-nav a {
  font-weight: bold;
  font-size: 18px;
  font-family: secoundary !important;
}

header .header .navbar-nav a:hover {
  color: #fff !important;
  background-color: #0A769A !important;
}

header .header .navbar-nav .active a {
  font-weight: bold;
  color: #222 !important;
}

header .header .navbar-nav .active a:hover {
  color: #fff !important;
  background-color: #0A769A !important;
}

header .header .navbar-collapse .nav-item {
  background-color: #fff;
  color: #0A769A;
}

header .header .navbar-collapse .nav-item a {
  background-color: inherit;
  color: inherit !important;
}

header .header .navbar-collapse .nav-item .btn-color-var-2 {
  color: black !important;
}

header .header .navbar-collapse .nav-item .btn-color-var-2:hover {
  color: #fff !important;
}

header .header .navbar-collapse .nav-item:hover {
  background-color: #0A769A;
  color: #fff;
}

header .header .navbar-collapse .nav-item:last-child:hover {
  background-color: #fff;
}

@media (min-width: 320px) and (max-width: 991px) {
  header .header .navbar-collapse .nav-item .dropdown-menu {
    margin-bottom: 10px;
  }
}

header .header .navbar-collapse li {
  margin: 0 2px;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: -1px;
}

@media (min-width: 320px) and (max-width: 991px) {
  header .header .navbar-collapse li {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

header .header .navbar-collapse li a {
  color: #0A769A !important;
  font-weight: 400;
}

@media (min-width: 320px) and (max-width: 991px) {
  header .header .navbar-collapse .button-nav-item {
    padding-bottom: 10px;
  }
}

header .header .navbar-collapse .dropdown-menu {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

header .header .navbar-collapse .dropdown-menu .dropdown-item {
  color: #0A769A !important;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

header .header .navbar-collapse .dropdown-menu .dropdown-item:hover {
  background-color: #0A769A;
  font-weight: bold;
  color: #fff !important;
}

header .white-links {
  color: #fff;
  text-decoration: none;
}

header .white-links:hover {
  color: #fff;
  text-decoration: none;
}

/* Slider Section */
.hero-slider {
  background-color: #0A769A;
  padding: 120px 30px;
}

.hero-slider h2 {
  font-size: 40px;
}

.hero-slider h1 {
  color: #fff;
  text-align: left;
  margin-bottom: 50px;
}

.contact-slider {
  padding: 100px;
  background-image: url("images/contact-hero.png");
  background-size: cover;
  color: #fff;
}

.contact-from {
  padding: 30px;
}

.contact-from label, .contact-from input, .contact-from textarea, .contact-from button {
  display: block;
  width: 100%;
}

.contact-from label {
  font-weight: bold;
  margin-bottom: 0;
}

.contact-from input, .contact-from textarea {
  background-color: #F0F0F0;
  padding: 10px;
  border: none;
}

.contact-from .row {
  margin-bottom: 10px;
}

.contact-from iframe {
  width: 100%;
  height: 250px;
}

.contact-from .item {
  margin: 5px 0;
  display: block;
  width: 100%;
}

.contact-from .item i {
  font-size: 28px;
  padding: 10px;
  color: #0A769A;
}

.resource-from {
  padding: 50px;
  background-image: url("images/resource-from-hero.jpg");
  background-size: cover;
}

.resource-from form input, .resource-from form button {
  display: block;
  width: 100%;
  border: 1px solid #0A769A;
  border-radius: 4px;
  padding: 7px 10px;
  margin-bottom: 30px;
  margin-top: 15px;
}

.resource-from h4 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}

.resource-from p {
  margin-bottom: 30px;
}

.resource-from h1 {
  color: #0A769A;
}

/* Account Section */
.accounting {
  background-image: url("images/background.png");
  background-attachment: fixed;
  background-size: cover;
  padding: 30px;
}

.accounting h1, .accounting h4 {
  color: #fff;
}

.accounting h1 {
  margin-bottom: 20px;
}

.accounting h4 {
  margin-bottom: 50px;
}

.accounting .all-serives img {
  width: 50%;
  margin-bottom: 30px;
}

.accounting .box {
  background-color: #F0F0F0;
  padding: 30px;
  padding-bottom: 60px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  height: 100%;
  text-decoration: none;
}

.accounting .box:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  text-decoration: none;
  background-color: #0A769A;
  color: #fff;
}

.accounting .box:hover h3, .accounting .box:hover p {
  color: #fff;
}

.accounting .box a {
  text-decoration: none;
}

.accounting .box h3 {
  color: #0A769A;
  margin-bottom: 50px;
  font-weight: 600;
  letter-spacing: normal;
}

.accounting .box p {
  margin-bottom: 15px;
  color: #222;
}

.trusted {
  padding: 40px;
  background-color: #0A769A;
  color: #fff;
}

.trusted h1, .trusted h4 {
  margin-bottom: 20px;
}

.trusted-white {
  padding: 40px;
  background-color: #fff;
  color: #0A769A;
}

.trusted-white h1, .trusted-white h4 {
  margin-bottom: 20px;
}

.trusted-white a {
  -webkit-box-shadow: 0 0 #000 !important;
          box-shadow: 0 0 #000 !important;
}

.margin-push img {
  margin-bottom: -35px;
}

.image-push img {
  margin-bottom: 30px;
}

.why-we {
  padding: 30px;
  padding-top: 70px;
}

.why-we .text-center {
  margin-bottom: 50px;
}

.why-we .row {
  padding-bottom: 50px;
}

.why-we h1 {
  font-size: 40px;
  margin-bottom: 15px;
  margin: 0 auto;
  text-align: center;
}

.why-we [text] {
  font-size: 24px !important;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}

.why-we h3 {
  margin-bottom: 30px;
}

.why-we p {
  color: #0A769A;
}

.free-resource {
  background-color: #fff;
  padding: 55px;
}

.free-resource h1 {
  color: #222;
}

.fixed-height {
  height: 320px;
  padding: 20px;
}

.fixed-height h1, .fixed-height h4 {
  margin-bottom: 20px !important;
}

.feature-three {
  padding: 170px 30px;
  padding-bottom: 150px;
  background-image: url("https://static.wixstatic.com/media/c77a82540940495a8cbbf17b99be6cf2.jpg/v1/fill/w_1343,h_464,al_c,q_85,usm_0.66_1.00_0.01/c77a82540940495a8cbbf17b99be6cf2.webp");
  background-size: cover;
  background-attachment: fixed;
  color: black;
}

.feature-three a {
  color: #0A769A;
  padding: 7px 30px;
  border: 4px solid #0A769A;
  font-size: 18px;
}

.feature-three a:hover {
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}

.feature-two {
  background-image: url("https://static.wixstatic.com/media/5126c084aa754c27a4e7a87629b16cb8.jpg");
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

@media (min-width: 315px) and (max-width: 592px) {
  .feature-two {
    background-repeat: no-repeat;
    background-position: top center;
  }
}

.feature-two h3 {
  font-weight: 700;
  font-size: 24px;
}

.feature-two p {
  font-size: 18px;
}

.feature-two a {
  font-size: 18px;
  text-decoration: underline;
  color: #303030;
  font-weight: 700;
}

.feature-two::after {
  content: '';
  background-color: #FCFCFC;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 315px) and (max-width: 592px) {
  .feature-two::after {
    width: 0;
  }
}

.feature-two .text {
  padding: 55px;
  background-color: #FCFCFC;
}

.hero-image {
  overflow: hidden;
  margin-bottom: 50px;
}

.hero-image img {
  height: 500px;
}

@media (min-width: 315px) and (max-width: 592px) {
  .hero-image img {
    height: auto !important;
  }
}

span.caption {
  font-size: 10px;
}

.blog-content p {
  font-size: 16px;
}

.other-blog {
  font-size: 28px !important;
  position: relative;
}

.nextRead::after {
  position: absolute;
  bottom: -10px;
  background-color: #0A769A;
  content: '';
  width: 5%;
  height: 5px;
  left: 0;
}

.blog-latest {
  margin: 0 50px;
  padding: 70px 30px;
}

.blog-latest h4 {
  font-weight: 700;
  font-size: 18px;
}

.blog-header select {
  padding: 7px 10px;
  border: 2px solid #0A769A;
  width: 100%;
}

.load-more {
  color: #0A769A;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
}

.blog-page {
  background-color: #F0F0F0;
}

.blog-page .sidebar {
  padding-top: 30px;
}

.blog-page .sidebar .other-blog ul {
  margin-bottom: 0;
}

.blog-page .sidebar .other-blog li {
  border-bottom: 2px solid #ededed;
  padding-bottom: 10px;
  margin: 15px 0 !important;
}

.blog-page .sidebar .other-blog li:last-child {
  border: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.blog-page .sidebar .service {
  margin-top: 25px !important;
}

.blog-page .sidebar .service h3 {
  color: #0A769A;
}

.blog-page .sidebar .service li {
  list-style-type: none;
  margin: 15px 10px;
}

.blog-page .sidebar .service a {
  color: #545454;
  font-weight: 700;
  font-size: 18px;
}

.blog-page .sidebar .subscribe {
  margin-top: 45px;
  padding: 15px;
  border-left: 5px solid #0A769A;
  background-color: #fff;
}

.blog-page .sidebar .subscribe h4 {
  font-size: 23px;
  font-weight: 700;
  color: #545454;
}

.blog-page .sidebar .subscribe input[type="text"] {
  background-color: #fff;
  border: 1px solid #c6e2f7;
  border-radius: 4px;
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 15px;
}

.blog-page .sidebar .subscribe .btn {
  -webkit-box-shadow: 0 0 0 #000 !important;
          box-shadow: 0 0 0 #000 !important;
}

.blog-page .search {
  width: 100%;
  background-color: #fff;
  border: 1px solid #c6e2f7;
  border-radius: 4px;
  padding: 7px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-page .search input {
  border: 0;
  background-color: transparent;
}

.blog-page .search i {
  color: #0A769A;
}

.blog-page .blogs .category {
  padding: 5px 12px !important;
  font-size: 15px !important;
}

.blog-page .blogs .blog-title {
  font-size: 18px !important;
  padding-bottom: 10px !important;
}

.blog-page .blogs .blog-date {
  margin-bottom: 10px;
  color: #222 !important;
  padding: 5px 15px !important;
  bottom: 60px !important;
}

@media (min-width: 315px) and (max-width: 592px) {
  .blog-page .blogs .blog-date {
    bottom: 45px !important;
  }
}

.blog-page .blogs .blog-date i {
  font-size: 15px !important;
}

.blog-page .feature-one .category {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: rgba(25, 27, 31, 0.8);
  padding: 8px 16px;
  margin-bottom: 0;
}

.blog-page .feature-one .category h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
}

.blog-page .feature-one .carousel-caption {
  width: 60%;
}

.blog-page .feature-one .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.testimonials {
  padding: 50px;
  padding-bottom: 100px;
}

.testimonials .carousel-indicators {
  bottom: -100px;
}

.testimonials .carousel-indicators li {
  background-color: #222;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 15px;
}

.testimonials .carousel-item img {
  width: 10%;
  border-radius: 50%;
  margin-bottom: -50px;
  z-index: 999;
  position: relative;
}

.testimonials .carousel-item .box {
  background-color: #F0F0F0;
  padding: 30px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.testimonials .carousel-item .box p {
  padding-top: 30px;
}

.testimonials .carousel-item .box h5 {
  color: #0A769A;
  border-top: 3px solid #0A769A;
  padding-top: 10px;
  width: 70%;
  margin: 0 auto;
}

.testimonials .carousel-item .box:after {
  content: '';
  position: absolute;
  height: 100px;
  width: 100px;
  right: -125px;
  background-color: #F0F0F0;
  z-index: 999;
  top: 50px;
}

.testimonials .carousel-item .box:before {
  content: '';
  position: absolute;
  height: 100px;
  width: 100px;
  left: -125px;
  background-color: #F0F0F0;
  z-index: 999;
  top: 50px;
}

.testimonials .carousel-inner {
  margin: 0 auto;
}

.carousel-caption {
  text-align: left !important;
}

@media (max-width: 768px) {
  .carousel-caption {
    text-align: center !important;
  }
}

.carousel-caption h1, .carousel-caption p {
  text-align: center;
}

.carousel-caption p {
  margin-top: 25px;
}

.trusted-30 {
  padding: 50px;
}

.trusted-30 h1, .trusted-30 h4 {
  margin-bottom: 50px;
}

.staticPageBlogs {
  padding: 15px;
  padding-top: 45px;
  padding-bottom: 10px;
  background-color: #f0f0f0;
}

.staticPageBlogs .blogsCardLink:hover {
  text-decoration: none;
}

.staticPageBlogs .blogsCardImage {
  height: 260px;
  overflow: hidden;
}

.staticPageBlogs .blogsCardImage img {
  min-width: 100%;
  min-height: 100%;
}

.staticPageBlogs .blog-title {
  height: 135px;
  overflow: hidden;
}

.staticPageBlogs h1 {
  margin-bottom: 50px;
}

.staticPageBlogs .blog-row {
  margin-bottom: 20px;
}

.staticPageBlogs .hero-blog .box {
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.staticPageBlogs .hero-blog .box:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.staticPageBlogs .hero-blog .box .category {
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #fff;
  font-size: 14px;
  padding: 8px 12px;
}

.staticPageBlogs .hero-blog .box .blog-title {
  position: absolute;
  bottom: 50px;
  margin: 0 auto;
  color: #fff;
  width: 100%;
  padding: 8px 30px;
  height: 126px;
  overflow: hidden;
}

.staticPageBlogs .hero-blog .box .blog-date {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 8px 30px;
}

.staticPageBlogs .blog .box {
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.staticPageBlogs .blog .box:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.staticPageBlogs .blog .box .category {
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #fff;
  font-size: 14px;
  padding: 8px 12px;
}

.staticPageBlogs .blog .box .blog-date {
  position: absolute;
  bottom: 150px;
  color: #fff;
  width: 100%;
  padding: 8px 30px;
}

.staticPageBlogs .blog .box .blog-title {
  background-color: #fff;
  padding: 30px 20px;
  color: #0A769A;
}

.blogs {
  padding: 15px;
  padding-top: 45px;
  padding-bottom: 10px;
  background-color: #f0f0f0;
}

.blogs .blogsCardLink:hover {
  text-decoration: none;
}

.blogs .blogsCardImage {
  height: 260px;
  overflow: hidden;
}

.blogs .blogsCardImage img {
  min-width: 100%;
  min-height: 100%;
}

.blogs .blog-title {
  height: 135px;
  overflow: hidden;
}

.blogs h1 {
  margin-bottom: 50px;
}

.blogs .blog-row {
  margin-bottom: 20px;
}

.blogs .hero-blog .box {
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.blogs .hero-blog .box:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.blogs .hero-blog .box .category {
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #fff;
  font-size: 14px;
  padding: 8px 12px;
}

.blogs .hero-blog .box .blog-title {
  position: absolute;
  bottom: 50px;
  margin: 0 auto;
  color: #fff;
  width: 100%;
  padding: 8px 30px;
  height: 126px;
  overflow: hidden;
}

.blogs .hero-blog .box .blog-date {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 8px 30px;
}

.blogs .blog .box {
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.blogs .blog .box:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.blogs .blog .box .category {
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #fff;
  font-size: 14px;
  padding: 8px 12px;
}

.blogs .blog .box .blog-date {
  position: absolute;
  bottom: 150px;
  color: #fff;
  width: 100%;
  padding: 8px 30px;
}

.blogs .blog .box .blog-title {
  background-color: #fff;
  padding: 40px 20px;
  color: #0A769A;
}

.blogsPageContainer {
  padding-top: 30px;
}

.about-us {
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}

.about-us h1, .about-us p {
  color: #fff;
  margin-bottom: 15px;
}

.about-us a {
  font-size: 42px;
  color: #fff;
  margin-top: 15px;
}

.about-us video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

@media (min-width: 320px) and (max-width: 592px) {
  .about-us video {
    width: auto;
    height: 100vh;
  }
}

.about-text {
  width: 100%;
  max-width: 100%;
  background-color: #0A769A;
}

@media (min-width: 320px) and (max-width: 592px) {
  .about-text .text-center {
    padding: 50px;
  }
}

.about-text .no-margin {
  margin-left: -30px;
}

@media (min-width: 320px) and (max-width: 592px) {
  .about-text .no-margin {
    margin-left: 0;
    padding: 0;
  }
}

.about-text h1, .about-text p {
  color: #fff;
}

.feature {
  background-color: #222;
  padding: 0 !important;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

.feature .container {
  max-width: 100%;
}

.feature [box] {
  padding: 30px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.feature [box]:hover {
  -webkit-transform: translateX(10px);
          -ms-transform: translateX(10px);
      transform: translateX(10px);
}

.feature [box]:hover i {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
      transform: rotate(360deg);
}

.feature [box] i {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.feature [grey] {
  background-color: #545454;
  color: #fff;
}

.feature [black] {
  background-color: #222;
  color: #fff;
}

.feature [white] {
  background-color: #fff;
  color: #222;
}

.feature [default] {
  background-color: #0A769A;
  color: #fff;
}

.feature i {
  font-size: 60px;
  margin-bottom: 15px;
}

.feature ul {
  padding: 20px 30px;
  text-align: left;
}

.feature ul li {
  margin-bottom: 10px;
}

.security {
  padding: 50px;
  background-color: #fff;
}

.security .container {
  margin-bottom: 30px;
}

.security .container .col-sm-3 {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.security .container .col-sm-3:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.security h1, .security h2, .security h3, .security h4 {
  color: #222;
  position: relative;
  margin-bottom: 30px;
}

.security h4.sub-title {
  font-size: 18px !important;
  font-weight: bold;
}

.security h1.title {
  padding-bottom: 30px;
}

.security h1.title:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  margin: 0 auto;
  background-color: #0A769A;
  left: 50%;
  bottom: 0;
  margin-top: 30px;
  -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.security img {
  width: 50%;
  margin-bottom: 20px;
  text-align: center;
}

.security p {
  text-align: left;
  color: #303030;
}

@media (min-width: 320px) and (max-width: 592px) {
  .review .carousel-inner img {
    height: 310px;
    width: auto !important;
  }
}

@media (min-width: 320px) and (max-width: 592px) {
  .review .carousel-control-next,
  .review .carousel-control-prev {
    width: 5%;
  }
}

.review .carousel-caption {
  width: 50%;
  margin: 0 auto;
  top: 15%;
  display: block !important;
}

.review .carousel-caption h1 {
  font-weight: 300 !important;
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fafafa;
}

@media (min-width: 320px) and (max-width: 592px) {
  .review .carousel-caption {
    top: 0;
    left: 5%;
    right: 5%;
  }
  .review .carousel-caption h1, .review .carousel-caption h5, .review .carousel-caption h6, .review .carousel-caption h2, .review .carousel-caption h3, .review .carousel-caption h4 {
    font-size: 16px;
  }
  .review .carousel-caption h5 {
    margin-bottom: 0;
  }
  .review .carousel-caption p {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.securityInfrastructure {
  background-image: url("images/securityinfra.webp");
  background-attachment: fixed;
  background-size: cover;
}

.securityInfrastructure h1 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
}

.securityInfrastructure p {
  font-size: 18px;
  color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.securityInfrastructure a {
  width: 110px;
  height: 25px;
  padding: 0;
}

.securityInfrastructure .text-center {
  padding: 130px 50px;
}

@media (max-width: 769px) {
  .securityInfrastructure .text-center {
    padding: 130px 25px;
  }
}

.aboutus {
  background-image: url("images/aboutus-bg.png");
  background-attachment: fixed;
  background-size: cover;
}

.aboutus h1 {
  color: #0A769A;
  font-size: 40px;
  margin-bottom: 30px !important;
}

.aboutus p {
  font-size: 18px;
  color: #303030;
  padding: 30px;
  margin-bottom: 30px !important;
}

.aboutus a {
  width: 110px;
  height: 25px;
  padding: 0;
}

.aboutus .text-center {
  padding: 130px 50px;
  background-color: #fff;
}

@media (max-width: 769px) {
  .aboutus .text-center {
    padding: 130px 25px;
  }
}

.aboutus-work {
  background-image: url("images/aboutus.png");
  background-attachment: fixed;
  background-size: cover;
}

.aboutus-work .text-center {
  padding: 130px	30px;
  background-color: #0A769A;
  color: #fff;
  text-align: left !important;
}

.aboutus-work .text-center h1 {
  margin-bottom: 30px !important;
}

.aboutus-work .text-center p {
  margin-bottom: 30px !important;
}

.font-40 {
  font-size: 40px !important;
}

.feature-widget {
  background-color: #FAFAFA;
  padding: 50px;
}

.feature-widget [box] img {
  width: 25%;
  margin-bottom: 15px;
}

.feature-widget [box] h4 {
  font-weight: bold;
  margin-bottom: 30px !important;
}

@media (max-width: 767px) {
  .feature-widget .box {
    text-align: center;
  }
}

.feature-widget h1, .feature-widget h2, .feature-widget h3, .feature-widget h4 {
  color: #0A769A;
  margin-bottom: 15px;
  font-size: 18px;
}

.feature-widget p {
  margin-bottom: 15px;
}

.feature-widget i {
  font-size: 42px;
  margin-bottom: 30px;
  color: #0A769A;
}

.feature-widget .justify-content-center {
  margin-top: 50px;
}

.feature-widget ul {
  padding: 10px 0px;
  text-align: left;
  list-style: none;
}

.feature-widget ul li {
  color: #303030;
}

.feature-widget ul li:before {
  content: '✓';
  color: green;
  font-size: 20px;
  padding-right: 5px;
}

[line] {
  position: relative;
  overflow: hidden;
  font-size: 24px;
  color: #0A769A !important;
}

[line]::after {
  position: absolute;
  height: 3px;
  background-color: #0A769A;
  content: '';
  width: 80%;
  top: 15px;
  margin-left: 15px;
}

.corporate {
  padding: 30px;
}

.corporate .container {
  max-width: 900px;
}

.corporate .container h1 {
  color: #0A769A;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 10px;
  font-size: 32px;
  letter-spacing: 0.15em;
}

.corporate .container h1:after {
  content: '';
  height: 1px;
  width: 80%;
  background-color: #0A769A;
  position: absolute;
  bottom: 0;
  left: 10%;
}

/* Service page */
.accounting-Bookeeping {
  padding: 130px 30px;
  text-align: center;
  background-image: url(images/accounting-bookkeeping-hero.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.ledger-review {
  padding: 130px 30px;
  text-align: center;
  background-image: url(images/ledger-review.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.ledger-review p {
  font-size: 16px;
}

.payroll {
  padding: 130px 30px;
  text-align: center;
  background-image: url(images/payroll-hero.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.payroll p {
  font-size: 16px;
}

.sales-use {
  padding: 130px 30px;
  text-align: center;
  background-image: url(images/sales-use-hero.png) !important;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.sales-use p {
  font-size: 16px;
}

.tax-preparation {
  padding: 130px 30px;
  text-align: center;
  background-image: url(images/tax-preparation.png) !important;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.tax-preparation p {
  font-size: 16px;
}

.meticulous {
  padding: 50px 30px 30px 30px;
}

.meticulous h2 {
  color: #0A769A;
}

.meticulous img {
  width: 100%;
}

@media (min-width: 769px) {
  .meticulous img {
    width: 75%;
  }
}

.accounting-service {
  background-color: #0A769A;
  color: #fff;
  padding: 30px;
}

.accounting-service .row {
  padding-bottom: 30px;
  padding-top: 30px;
}

.accounting-service ul {
  margin-left: 20px;
}

.accounting-service ul li {
  font-size: 18px;
  margin-bottom: 5px;
}

.serviceDetailSection {
  padding: 30px;
  padding-top: 00px;
}

.serviceDetailSection .row {
  margin-bottom: 30px;
  margin-top: 0px;
  background-color: #0A769A;
  color: #fff;
  overflow: hidden;
}

.serviceDetailSection .row .text {
  padding: 30px;
}

.serviceDetailSection img {
  min-height: 100%;
  min-width: 100%;
}

.serviceDetailSection ul {
  margin-left: 20px;
}

.serviceDetailSection ul li {
  font-size: 18px;
}

.software {
  background-color: #fff;
  padding: 30px;
}

.software h1 {
  position: relative;
  padding-bottom: 25px;
}

.software h1:after {
  content: '';
  width: 4%;
  height: 3px;
  background-color: #222;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  bottom: 0;
}

@media (min-width: 320px) and (max-width: 552px) {
  .software .col-sm-2 {
    width: 50%;
  }
}

.call-to-action-service {
  background-image: url(images/call-to-action-hero.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 50px 30px;
}

.service-card {
  background-color: #F0F0F0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding: 50px 0;
  padding-bottom: 0;
}

.service-card a {
  text-decoration: none;
}

.service-card a:hover {
  text-decoration: none;
}

@media (min-width: 320px) and (max-width: 552px) {
  .service-card {
    padding: 0 !important;
  }
}

.service-card .accounting-card {
  background-image: url(images/accounting-small.png);
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 320px) and (max-width: 552px) {
  .service-card .accounting-card {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.service-card .ledger-card {
  background-image: url(images/ladge.png);
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 320px) and (max-width: 552px) {
  .service-card .ledger-card {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.service-card .payroll-card {
  background-image: url(images/payroll-small.png);
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 320px) and (max-width: 552px) {
  .service-card .payroll-card {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.service-card .sales-tax-card {
  background-image: url(images/sales-tax-small.png);
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 320px) and (max-width: 552px) {
  .service-card .sales-tax-card {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.service-card .income-tax-card {
  background-image: url(images/income-tax.png);
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 320px) and (max-width: 552px) {
  .service-card .income-tax-card {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.service-card .box {
  padding: 30px;
  color: #fff;
  position: relative;
  min-height: 390px;
}

@media (max-width: 1300px) {
  .service-card .box {
    min-height: 420px;
  }
}

.service-card .box * {
  -webkit-transition: display,opacity,visibility 0.5s linear;
  -o-transition: display,opacity,visibility 0.5s linear;
  transition: display,opacity,visibility 0.5s linear;
}

.service-card .box:hover h3 {
  position: relative;
  bottom: 00px;
}

.service-card .box:hover p {
  display: block;
  visibility: visible;
  opacity: 1;
}

.service-card .box:hover a {
  display: block;
  visibility: visible;
  opacity: 1;
}

.service-card .box [small-margin] {
  margin-top: 160px;
}

.service-card .box h3 {
  position: absolute;
  padding-bottom: 15px;
  bottom: 30px;
}

.service-card .box h3:after {
  content: '';
  width: 20%;
  background-color: #fff;
  height: 3px;
  bottom: 0;
  position: absolute;
  left: 0;
}

.service-card .box a {
  color: #fff;
  outline: 0;
  visibility: hidden;
  display: none;
  -webkit-transition-delay: 2s;
          -o-transition-delay: 2s;
     transition-delay: 2s;
}

.service-card .box p {
  visibility: hidden;
  opacity: 0;
  display: none;
  -webkit-transition-delay: 2s;
          -o-transition-delay: 2s;
     transition-delay: 2s;
}

footer {
  background-image: url("images/footer.png");
  background-size: cover;
  padding: 30px;
}

footer h3 {
  font-size: 22px;
  font-weight: bold !important;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 30px;
}

footer .item {
  margin: 5px 0;
}

footer .item i {
  font-size: 28px;
  padding: 10px;
}

footer .item i, footer .item span {
  color: #fff;
}

footer .social li {
  display: inline;
  margin-right: 20px;
}

footer .social li i {
  color: #fff;
  font-size: 28px;
}

footer ul li {
  list-style-type: none;
  color: #fff;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
}

footer ul li a:hover {
  color: #F0F0A3;
  text-decoration: none;
}

footer form input, footer form textarea {
  border: none;
  border-bottom: 1px solid #fff;
  padding: 7px 10px;
  background-color: transparent;
  display: block;
  width: 100%;
  margin: 10px;
  color: #fff;
}

footer form input::-webkit-input-placeholder, footer form textarea::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

footer form input:-ms-input-placeholder, footer form textarea:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

footer form input::-ms-input-placeholder, footer form textarea::-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

footer form input::-moz-placeholder, footer form textarea::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

footer form input::placeholder, footer form textarea::placeholder {
  color: #fff !important;
  opacity: 1;
}

footer form input:focus, footer form textarea:focus {
  border-bottom: 1px solid #fff;
}

footer form button {
  background-color: transparent;
  margin: 10px;
  color: #fff;
  border: none;
}

footer .credit {
  padding-top: 30px;
}

footer .credit p {
  margin: 0;
  color: #fff;
}

footer .justify-content-center {
  margin-bottom: 30px;
}

.lightbox {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #cef0ea;
  padding: 10px;
  z-index: 9999;
  height: auto;
}

@media (min-width: 320px) and (max-width: 592px) {
  .lightbox .col-sm-3 {
    width: 70%;
  }
}

@media (min-width: 320px) and (max-width: 592px) {
  .lightbox .col-sm-1 {
    width: 30%;
  }
}

.lightbox .overlay {
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
}

.lightbox i {
  font-size: 28px;
  color: #0A769A;
  cursor: pointer;
  font-weight: 300;
}

@media (max-width: 769px) {
  .lightbox i {
    font-size: 26px;
  }
}

.none {
  display: none !important;
}

.footer-form-submission-validation {
  display: none;
  font-weight: 600;
}

#footer-form-loading {
  color: white;
}

#footer-form-success {
  color: lightgreen;
}

#footer-form-failure {
  color: red;
}

.referral-form-submission-validation {
  display: none;
  font-weight: 600;
  justify-content: center;
}

#referral-form-loading {
  color: white;
  justify-content: center;
}

#referral-form-success {
  color: lightgreen;
  justify-content: center;
}

#referral-form-failure {
  color: red;
  justify-content: center;
}

.engagement-models .hero-slider {
  background-image: url("images/engagement.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.engagement-models .hero-slider .hero-overlay {
  background-color: black;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.6;
}

.engagement-models .hero-slider h1 {
  text-align: center;
}

.engagement-models .hero-slider p {
  color: #fff;
  text-align: center;
}

.engagement-models .pricing {
  padding: 50px 10px;
  text-align: center;
}

.engagement-models .pricing .pricingColumn {
  padding: 00px 50px;
}

.engagement-models .pricing .pricingTitleSection {
  padding: 50px 0px 20px 0px;
}

.engagement-models .pricing .pricingTitleSection h4 {
  font-weight: 600;
  color: #0A769A;
  margin-bottom: 30px;
}

.engagement-models .pricing .pricingbodySection {
  border-top: 1px solid lightgrey;
  padding: 35px 0px 20px 0px;
}

.engagement-models .pricing .pricingbodySection h5 {
  font-weight: 500;
  margin-bottom: 30px;
}

.affiliation-card-container {
  padding: 50px 0px 70px 0px;
}

.our-affiliations .hero-slider {
  background-image: url("images/our-affiliations.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.our-affiliations .hero-slider .hero-overlay {
  background-color: black;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.6;
}

.our-affiliations .hero-slider h1 {
  text-align: center;
}

.our-affiliations .hero-slider p {
  color: #fff;
  text-align: center;
}

.our-affiliations .affiliation-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

@media (max-width: 592px) {
  .our-affiliations .affiliation-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.our-affiliations .affiliation-card img {
  width: 12%;
  height: auto;
  margin: 0px 25px;
}

@media (max-width: 592px) {
  .our-affiliations .affiliation-card img {
    width: 50%;
    margin: 0px;
  }
}

.our-affiliations .affiliation-card .affliliationCardTextContent {
  padding: 30px 70px 20px 10px;
}

@media (max-width: 592px) {
  .our-affiliations .affiliation-card .affliliationCardTextContent {
    text-align: center;
    padding: 30px 25px 20px 25px;
  }
}

.our-affiliations .affiliation-card .affliliationCardTextContent h5 {
  color: #0A769A;
}

.refer-a-friend .hero-slider {
  background-image: url("images/referral.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.refer-a-friend .hero-slider .hero-overlay {
  background-color: black;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.6;
}

.refer-a-friend .hero-slider h1 {
  text-align: center;
}

.refer-a-friend .hero-slider p {
  color: #fff;
  text-align: center;
}

.refer-a-friend .resource-from {
  background: none;
}

.refer-a-friend h1 {
  text-align: center;
}

.refer-a-friend p {
  text-align: center;
  margin-bottom: 50px;
}

.underConstructionSection {
  min-height: 70vh;
  position: relative;
  color: #222;
  padding: 50px 20px;
}

.underConstructionSection img {
  width: 80%;
}

.underConstructionSection a {
  color: #222;
}

.underConstructionSection a:hover {
  color: #222;
  text-decoration: none;
}

.underConstruction {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #30bab6;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#0A769A));
  background: -o-linear-gradient(top, #fff, #0A769A);
  background: linear-gradient(top, #fff, #0A769A);
  opacity: 0.8;
}

.why-work-for-us .hero-slider {
  background-image: url("images/why-work-with-us.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  position: relative;
}

.why-work-for-us .hero-slider .hero-overlay {
  background-color: black;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.6;
}

.why-work-for-us .hero-slider h1 {
  text-align: center;
}

.why-work-for-us .hero-slider p {
  color: #fff;
  text-align: center;
}

.why-work-for-us .hero-slider a {
  text-align: center;
  margin: 0 auto;
}

.why-work-for-us .resource-from {
  background: none;
}

.why-work-for-us h1 {
  text-align: center;
}

.why-work-for-us p {
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
}

.why-work-for-us .work-for-us-card-container {
  padding: 70px 0px;
}

.why-work-for-us .work-for-us-card-container .justify-content-center {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.work-for-us-card h4 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

@media (max-width: 592px) {
  .why-work-for-us .work-for-us-card-container {
    padding: 70px 25px;
  }

  .why-work-for-us .work-for-us-card-container .work-for-us-card h4 {
    font-size: 20px;
    font-weight: 500;
  }
}

.why-work-for-us .work-for-us-card-container .work-for-us-card {
  text-align: left;
  padding: 25px;
}



.why-work-for-us .work-for-us-card-container .work-for-us-card p {
  border-top: 3px solid #0A769A;
  padding-top: 25px;
  text-align: left;
}

.why-work-for-us .work-for-us-card-container .row2 {
  padding-top: 40px;
}

.why-work-for-us .work-for-us-card-container .even-card {
  margin-left: 20px;
}

@media (max-width: 592px) {
  .why-work-for-us .work-for-us-card-container .even-card {
    margin-left: 0px;
    margin-top: 40px;
  }
}

#contact-form-success-response {
  color: green;
  display: none;
  font-weight: 600;
}

#contact-form-failure-response {
  color: red;
  display: none;
  font-weight: 600;
}

#login-form-failure-response {
  color: red;
  display: none;
  font-weight: 600;
  margin-top: 15px;
}

.panel-format-page {
  padding: 0px 15px;
}

.panel-format-page label, .panel-format-page input, .panel-format-page textarea {
  display: block;
  width: 100%;
}

.panel-format-page button {
  padding: 5px 22px;
  font-size: 14px;
}

.panel-format-page label {
  font-weight: bold;
  margin-bottom: 0;
}

.panel-format-page input, .panel-format-page textarea {
  background-color: #fff;
  padding: 1px;
  padding-left: 12px;
  border: 1px solid lightgrey;
  border-radius: 7px;
  font-family: secoundary !important;
}

.panel-format-page iframe {
  width: 100%;
  height: 250px;
}

.panel-format-page .item {
  margin: 5px 0;
  display: block;
  width: 100%;
}

.panel-format-page .item i {
  font-size: 28px;
  padding: 10px;
  color: #0A769A;
}

.left-panel {
  background-color: #0A769A;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 50px;
}

.left-panel h2 {
  text-align: left;
  font-weight: 500 !important;
  padding-left: 20%;
}

.left-panel p {
  padding-left: 20%;
  padding-right: 20%;
}

.right-panel {
  padding: 100px 70px;
  background-color: #fefefe;
}

.right-panel a {
  font-size: 14px;
  text-decoration: underline;
  color: #0b1c4d;
  font-family: secoundary !important;
}

.right-panel h3 {
  color: #0A769A;
  font-weight: 500;
}

.upload-form-submission-validation {
  display: none;
  font-weight: 600;
}

#upload-form-loading {
  color: darkgrey;
}

#upload-form-success {
  color: lightgreen;
}

#upload-form-failure {
  color: red;
}


.mainBlogCarouselImage {
  max-height: 600px;
  object-fit: cover;
}

.mainBlogCarouselCaption {
  bottom: 25% !important;
  width: 35% !important;
}

.mainBlogCarouselCaption p {
  text-align: left;
}

.mainBlogBlogCards img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.mainBlogBlogCards .blog-title {
  padding: 20px 20px !important;
  margin-bottom: 0px;
}

.mainBlogBlogCards .blog-date {
  top: 148px;
  color: white;
}

.mainBlogBlogCards .blog-date i {
  color: white;
}

.blogArticleTitle {
    font-size: 42px !important;
    position: relative;
    margin-top: 56px;
    margin-bottom: 38px;
}

.mainBlogCarouselItem a {
  margin-top: 20px;
  padding: 8px 25px;
  color: white;
  border: 4px solid white;
}


.mainBlogArticleNextReadMain {
  padding-bottom: 25px;
}

.mainBlogArticleNextReadMain img {
  height: 350px;
  object-fit: cover;
}

.mainBlogArticleContentContainer ul, .mainBlogArticleContentContainer ol {
  padding-left: 15px;
}

.mainBlogBlogCards .blog-title {
  height: 110px;
}

@media (max-width: 767px) {


  .mainBlogBlogCards .blog-title {
    height: 110px;
  }

  .mainBlogBlogCards {
    margin-top: 30px;
  }

  .mainBlogArticleNextReadMainPostTitle {
    margin-top: 20px;
  }

  .mainBlogArticleNextReadMain img {
    height: 250px;    
  }

  .nextRead::after {
    position: absolute;
    bottom: -10px;
    background-color: #0A769A;
    content: '';
    width: 20%;
    height: 5px;
    left: 0;
  }

  .mainBlogCarouselCaption {
    bottom: 18% !important;
    width: 75% !important;
  }

  .mainBlogCarouselCaption h2 {
    font-size: 1.6rem;
    line-height: 1.13;
  }

  .mainBlogCarouselCaption p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 30px;
  }

  .mainBlogCarouselItem a {
    margin-top: 30px;
  }
  
  .feature-three {
    padding: 100px 30px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .feature-three h1 {
    font-size: 23px;
  }

}

.affliation-logos-why-work-with-us {
  display: flex;
  justify-content: space-between;
}

.affliation-logos-why-work-with-us img {
  height: 150px;
  width: auto;
}

@media (max-width: 592px) {
  .affliation-logos-why-work-with-us {
    display: flex;
    justify-content: space-between;    
    width: auto;
    align-items: center;
  }

  .affliation-logos-why-work-with-us img {
    width: 200px;
    height: auto;
  }
}

.affliation-logos-container {
  margin: 25px 0px 40px 0px;
}
