/********** Template CSS **********/
:root {
    --primary: #ef7f1a;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/tax_preparation.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header_bookkeeping {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/Bookkeeping.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* contact us */
   .contact_us_2 .text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 25px;
  }
  
  .contact_us_2 .responsive-cell-block {
    min-height: 75px;
  }
  
  .contact_us_2 input:focus {
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
  }
  
  .contact_us_2 .container-block {
    min-height: 75px;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
  }
  
  .contact_us_2 .submit-btn:hover {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #22356d;
  }
  
  .contact_us_2 .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0px;
    margin-right: auto;
    /* margin-bottom: 50px;  */
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .contact_us_2 .responsive-container-block.big-container {
    padding-top: 10px;
    padding-right: 30px;
    /* padding-bottom: 10px; */
    padding-left: 30px;
    position: relative;
    height: auto;
  }
  
  .contact_us_2 .responsive-container-block.container {
    position: static;
    min-height: 75px;
    flex-direction: column;
    z-index: 2;
    max-width: 800px;
    margin-top: 30px;
    margin-right: auto;
    /* margin-bottom: 50px; */
    margin-left: auto;
  }
  
  .contact_us_2 .container-block.form-wrapper {
    background-color: white;
    max-width: 799px;
    text-align: center;
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 50px;
    padding-left: 40px;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 4px 20px 7px;
    border-radius: 6px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  
  .contact_us_2 .text-blk.contactus-head {
    font-size: 36px;
    line-height: 50px;
    font-weight: 900;
  }
  
  .contact_us_2 .text-blk.contactus-subhead {
    color: #9c9c9c;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }
  
  .contact_us_2 .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 26px;
    margin-left: 0px;
    min-height: 50px;
  }
  
  .contact_us_2 .input {
    width: 96%;
    height: 50px;
    padding-top: 1px;
    padding-right: 15px;
    padding-bottom: 1px;
    padding-left: 15px;
    border-width: 2px;
    border-style: solid;
    border-color: #eeeeee;
    font-size: 16px;
    color: black;
    border-radius: 4px;
  }
  
  .contact_us_2 .textinput {
    width: 98%;
    min-height: 150px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    border-width: 2px;
    border-style: solid;
    border-color: #eeeeee;
    font-size: 16px;
    border-radius: 4px;
  }
  
  .contact_us_2 .submit-btn {
    width: 98%;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    color: white;
    border-width: 0px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #ef7f1a;
  }
  
  .contact_us_2 .form-box {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  
  .contact_us_2 .social-media-links {
    width: 250px;
    display: flex;  
    justify-content: space-evenly;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  
  .contact_us_2 .link-img {
    width: 30px;
    height: 30px;
  }
  
  .contact_us_2 .text-blk.input-title {
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 14px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    color: #9c9c9c;
  }
  
  .contact_us_2 ::placeholder {
    color: #dadada;
  }
  
  .contact_us_2 .blueBG {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 300px;
    background-color: #22356d;
  }
  
  @media (max-width: 768px) {
    .contact_us_2 .submit-btn {
      width: 100%;
    }
  
    .contact_us_2 .input {
      width: 100%;
    }
  
    .contact_us_2 .textinput {
      width: 100%;
    }
  
    .contact_us_2 .container-block.form-wrapper {
      margin-top: 80px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .contact_us_2 .text-blk.input-title {
      /* padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px; */
      padding: 0px;
    }
  
    .contact_us_2 .responsive-container-block.container {
      margin-top: 80px;
      margin-right: 0px;
      margin-bottom: 50px;
      margin-left: 0px;
    }
  
    .contact_us_2 .container-block.form-wrapper {
      /* margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px; */
      margin: 0px;
    }
  
    .contact_us_2 .text-blk.contactus-head {
      font-size: 30px;
      line-height: 40px;
    }
  }
  
  @media (max-width: 500px) {
    .contact_us_2 .container-block.form-wrapper {
      padding-top: 50px;
      padding-right: 15px;
      padding-bottom: 50px;
      padding-left: 15px;
    }
  
    .contact_us_2 .container-block.form-wrapper {
      margin-top: 60px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .contact_us_2 .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 15px;
      margin-left: 0px;
    }
  
    .contact_us_2 .responsive-container-block {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 35px;
      margin-left: 0px;
    }
  
    .contact_us_2 .text-blk.input-title {
      font-size: 12px;
    }
  
    .contact_us_2 .responsive-container-block.container {
      margin-top: 50px;
      margin-right: 0px;
      margin-bottom: 50px;
      margin-left: 0px;
    }
  
    .contact_us_2 .container-block.form-wrapper {
      /* margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px; */
      margin: 0px;
    }
  
    .contact_us_2 .responsive-container-block.big-container {
      padding-top: 10px;
      padding-right: 20px;
      padding-bottom: 10px;
      padding-left: 20px;
    }
  
    .contact_us_2 .text-blk.contactus-head {
      font-size: 26px;
      line-height: 34px;
    }
  
    .contact_us_2 .input {
      height: 45px;
    }
  }

/* New Footer CSS */

#mainFooter {
  padding: 4rem 0 0;
  width: 100%;
  background-color: #16244f;
  color: #fff;
  position: relative;
  bottom: 0%;
  z-index: 111;
}

#mainFooter .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top_header {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

span[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.top_header span {
  font-size: 1rem;
}

.top_header section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.top_header span {
  padding: 0 1rem;
  text-decoration: none;
}

.top_header span a {
  text-decoration: none;
  color: #fff;
}

.top_header .fa {
  color: #ef7f1a;
  font-size: 30px;
}

footer .border-shape {
  width: 40%;
}

footer .border-shape::before {
  width: 100%;
  left: 120px;
}

footer .border-shape::after {
  width: 100%;
  right: 120px;
}

footer .bottom_content section {
  padding: 1.5rem 2rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: Center;
  -ms-flex-pack: Center;
  justify-content: Center;
}

.bottom_content a {
  margin: 0 20px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  font-size: 1rem;
}

.bottom_content a:hover {
  color: #ef7f1a;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.copyright_foter {
  padding: 0.8em 0;
  background-color: #121e41;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.copyright_foter p {
  margin-bottom: 5px;
  font-size: 12px;
}

.copyright_foter p a {
  color: #ef7f1a;
  text-decoration: none;
  padding: 0 1rem;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .top_header {
      padding: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  #mainFooter {
      padding: 1rem 0 0;
  }
  footer .border-shape::before {
      width: 100%;
      left: 120px;
  }
  .top_header section {
      margin: 40px 0;
      -webkit-box-align: left;
      -ms-flex-align: left;
      align-items: left;
  }
  .top_header section span {
      font-size: 0.9rem;
      text-align: left;
  }
  #mainFooter .address {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
  }
  footer .bottom_content section {
      padding: 1rem;
      display: block;
      text-align: center;
  }
  footer .bottom_content section a {
      padding: 1rem;
      font-size: 12px;
      margin: 0 5px;
      display: inline-block;
  }
  span[href^="tel"] {
      color: inherit;
      text-decoration: none;
  }
}

@media (max-width: 600px) {
  .top_header {
      padding: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  #mainFooter {
      padding: 1rem 0 0;
  }
  footer .border-shape::before {
      width: 100%;
      left: 96px;
  }
  .top_header section span {
      font-size: 1rem;
      color: inherit;
  }
  span[href^="tel"] {
      color: inherit;
      text-decoration: none;
  }
  .top_header section {
      margin: 10px 0;
      -webkit-box-align: left;
      -ms-flex-align: left;
      align-items: left;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
  }
  footer .bottom_content section {
      padding: 0rem;
      display: block;
      text-align: center;
  }
  footer .border-shape::after {
      right: 96px;
  }
  footer .bottom_content section a {
      padding: 1rem;
      font-size: 12px;
      margin: 0 5px;
      display: inline-block;
  }
  footer .bottom_content section a i {
      font-size: 1.5rem;
  }
  .copyright_foter {
      font-size: 0.9rem;
  }
}

/* New Contect css */

/* #contactPara .left-col {
  background: url("../images/contactHome6.jpg");
  background-size: cover;
  background-attachment: scroll;
  background-position: top left;
  background-repeat: no-repeat;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: left;
  padding: 6rem;
  width: 100%;
  height: 100vh;
}

#contactPara .left-col h1 {
  text-align: left;
  color: #595859;
  padding-top: 17vh;
  padding-left: 7vh;
  font-size: 3.5rem;
  font-weight: 700;
} */


/* Contact Start */

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a,
a:active,
a:focus {
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}
  
.sec-title-style1 {
  position: relative;
  display: block;
  margin-top: -9px;
  padding-bottom: 50px;
}

.sec-title-style1.max-width {
  position: relative;
  display: block;
  max-width: 770px;
  margin: -9px auto 0;
  padding-bottom: 52px;
}

.sec-title-style1.pabottom50 {
  padding-bottom: 42px;
}

.sec-title-style1 .title {
  position: relative;
  display: block;
  line-height: 46px;
  color: #ef7f1a;
  text-transform: uppercase;
  font-size: 2.3rem;
  letter-spacing: 0.3rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.5rem;
}

.sec-title-style1 .formTitle {
  font-size: 1.7rem;
  color: #595859;
  text-align: left;
}

.sec-title-style1 .title.clr-white {
  color: #ffffff;
}

.sec-title-style1 .decor {
  position: relative;
  display: block;
  width: 70px;
  height: 5px;
  margin: 19px 0 0;
}

.sec-title-style1 .decor:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #ef7f1a;
  border-radius: 50%;
  content: "";
}

.sec-title-style1 .decor:after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #ef7f1a;
  border-radius: 50%;
  content: "";
}

.sec-title-style1 .decor span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #ef7f1a;
  margin: 2px 0;
}

.sec-title-style1 .text {
  position: relative;
  display: block;
  margin: 7px 0 0;
}

.sec-title-style1 .text p {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  color: #818386;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.sec-title-style1 .text.clr-yellow p {
  color: #ef7f1a;
}

.sec-title-style1 .text .decor-left {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 70px;
  height: 5px;
  background: transparent;
}

.sec-title-style1 .text .decor-left span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #ef7f1a;
  content: "";
  margin: 2px 0;
}

.sec-title-style1 .text .decor-left:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #ef7f1a;
  border-radius: 50%;
  content: "";
}

.sec-title-style1 .text .decor-left:after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #ef7f1a;
  border-radius: 50%;
  content: "";
}

.sec-title-style1 .text .decor-right {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 70px;
  height: 5px;
  background: transparent;
}

.sec-title-style1 .text .decor-right span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #ef7f1a;
  content: "";
  margin: 2px 0;
}

.sec-title-style1 .text .decor-right:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #ef7f1a;
  border-radius: 50%;
  content: "";
}

.sec-title-style1 .text .decor-right:after {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #ef7f1a;
  border-radius: 50%;
  content: "";
}

.sec-title-style1 .bottom-text {
  position: relative;
  display: block;
  padding-top: 16px;
}

.sec-title-style1 .bottom-text p {
  color: #848484;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}

.sec-title-style1 .bottom-text.clr-gray p {
  color: #cdcdcd;
}

.contact-address-area {
  position: relative;
  display: block;
  background: #ffffff;
  /* padding: 4rem 0; */
}

.contact-address-area .ContactContainer {
  padding: 4rem;
}

.contact-address-area .sec-title-style1.max-width {
  padding-bottom: 0px;
}

.contact-address-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-contact-address-box {
  position: relative;
  display: block;
  /* background: #131313; */
  padding: 0;
}

.single-contact-address-box .icon-holder {
  position: relative;
  display: block;
  /* padding-bottom: 24px; */
}

.single-contact-address-box .icon-holder img {
  -o-object-fit: cover;
  object-fit: cover;
}

.single-contact-address-box .icon-holder span:before {
  font-size: 75px;
}

.single-contact-address-box h3 {
  color: #ffffff;
  margin: 0px 0 9px;
}

.single-contact-address-box h2 {
  color: #ef7f1a;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 19px;
}

.single-contact-address-box a {
  color: #ffffff;
}

.single-contact-address-box.main-branch {
  background: #333;
  padding: 53px 30px 51px;
  margin-top: -20px;
  margin-bottom: -20px;
  z-index: 111;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-contact-address-box.main-branch h3 {
  color: #fff;
  font-size: 2.3rem;
  /* border-radius: 5px; */
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
}

.single-contact-address-box.main-branch h3::after {
  content: "";
  background-size: cover;
  width: 150px;
  background-repeat: no-repeat;
  background-position: left center;
  height: 6px;
  display: block;
  margin: 4px auto 0 auto;
  position: relative;
  left: 0px;
  color: #ededed;
  fill: #ffffff;
}

.single-contact-address-box.main-branch .inner {
  position: relative;
  display: block;
}

.single-contact-address-box.main-branch .inner ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-contact-address-box.main-branch .inner ul li {
  position: relative;
  display: block;
  /* padding-left: 110px; */
  border-bottom: 1px solid #737373;
  padding-bottom: 23px;
  margin-bottom: 24px;
  text-align: center;
}

.single-contact-address-box.main-branch .inner ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.single-contact-address-box.main-branch .inner ul li .title {
  position: relative;
  top: 2px;
  left: 0;
  display: inline-block;
}

.single-contact-address-box.main-branch .inner ul li .title h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 2rem 0;
  text-transform: capitalize;
  /* border-bottom: 2px solid #739910; */
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.single-contact-address-box.main-branch .inner ul li .title h4:hover {
  color: #ef7f1a;
}

.single-contact-address-box.main-branch .inner ul li .text {
  position: relative;
  display: block;
}

.single-contact-address-box.main-branch .inner ul li .text p {
  color: #131313;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}

.contact-info-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0 3rem 3rem;
}

.contact-form {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 100px 60px 80px;
  box-shadow: 0px 3px 8px 2px #ededed;
  z-index: 3;
}

.contact-form .sec-title-style1 {
  position: relative;
  display: block;
  padding-bottom: 51px;
  width: 50%;
}

.contact-form .text-box {
  position: relative;
  display: block;
  margin-top: 19px;
  width: 50%;
}

.contact-form .text p {
  color: #848484;
  line-height: 26px;
  margin: 0;
}

.contact-form .inner-box {
  position: relative;
  display: block;
  background: #ffffff;
}

.contact-form form {
  position: relative;
  display: block;
}

.contact-form form .input-box {
  position: relative;
  display: block;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #eeeeee;
  width: 100%;
  height: 55px;
  font-size: 16px;
  padding-left: 19px;
  padding-right: 15px;
  border-radius: 0px;
  margin-bottom: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-form form textarea {
  height: 130px;
  padding-left: 19px;
  padding-right: 15px;
  padding-top: 14px;
  padding-bottom: 15px;
}

.contact-form form input[type="text"]:focus {
  color: #222222;
  border-color: #d4d4d4;
}

.contact-form form input[type="email"]:focus {
  color: #222222;
  border-color: #d4d4d4;
}

.contact-form form textarea:focus {
  color: #222222;
  border-color: #d4d4d4;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
  color: #848484;
}

.contact-form form input[type="text"]:-moz-placeholder {
  color: #848484;
}

.contact-form form input[type="text"]::-moz-placeholder {
  color: #848484;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
  color: #848484;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
  color: #848484;
}

.contact-form form input[type="email"]:-moz-placeholder {
  color: #848484;
}

.contact-form form input[type="email"]::-moz-placeholder {
  color: #848484;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
  color: #848484;
}

.contact-form form button {
  position: relative;
  display: block;
  width: 100%;
  background: #ef7f1a;
  border: 1px solid #ef7f1a;
  color: #fff;
  font-size: 16px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  cursor: pointer;
}

.text-center {
  /* display: none; */
}

.contact-form form button:hover {
  color: #ffffff;
  background: #131313;
}

#contactBtn {
  background-position: 50% 50%;
  position: relative;
  padding: 8px 20px;
  border-radius: 5px;
  background-color: #ef7f1a;
  background-image: -webkit-gradient( linear, left top, left bottom, from(#262a37), to(#262a37));
  background-image: -webkit-linear-gradient(#262a37, #262a37);
  background-image: linear-gradient(#262a37, #262a37);
  background-repeat: no-repeat;
  background-size: 100% 0%;
  color: #fff;
  -webkit-transition: background-size 0.5s, color 0.5s;
  transition: background-size 0.5s, color 0.5s;
  font-size: 1rem;
  width: auto;
}

#contactBtn:hover {
  background-size: 100% 100%;
  color: #fff;
}

#contactBtn:hover a {
  color: #f2f2f2;
}

form.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.button-box .reply {
  font-size: 17px;
  margin-left: 10px;
  display: none;
}

@media screen and (max-width: 1030px) {
  .text-left {
      /* right:-320px */
  }
  .text-right {
      /* left: -320px; */
  }
  #contactPara .left-col h1 {
      font-size: 3rem;
  }
  .contact-form .sec-title-style1 {
      width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .row>* {
      padding: 0;
  }
  #contactPara .left-col h1 {
      font-size: 2.7rem;
  }
  .contact-address-area .ContactContainer {
      padding: 0rem;
  }
  #contactPara .left-col {
      padding: 2rem;
  }
  .contact-address-area {
      padding: 2rem 1rem;
  }
  .text-left {
      /* right:0px */
  }
  .text-right {
      /* left: 0px; */
  }
  .contact-form {
      padding: 1rem;
  }
  .contact-info-area {
      padding: 0rem 0rem 1rem;
  }
  .contact-form .text-box {
      width: 100%;
      margin: 0;
      padding-bottom: 20px;
  }
  .sec-title-style1 .title {
      font-size: 1.7rem;
      text-align: center;
  }
  .sec-title-style1 .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .sec-title-style1 .text p {
      padding: 0 8px;
      text-align: center;
  }
  .contact-form .text-box p {
      margin: 0;
  }
  .single-contact-address-box.main-branch h3 {
      font-size: 1.9rem;
  }
  .single-contact-address-box.main-branch h3::after {
      width: 100px;
  }
  .single-contact-address-box {
      padding: 0;
  }
  .contact-form .sec-title-style1 {
      width: 100%;
      padding-bottom: 20px;
  }
  .button-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
}

@media screen and (max-width:600px) {
  #contactPara .left-col h1 {
      font-size: 2.3rem;
  }
  #contactPara .left-col {
      background-position: center;
      justify-content: center;
  }
}
/* Contact end */
.height_tax{
  height: 230px !important;
}
.height_genral_ledger{
  height: 190px;
}
.height_accuracy_complience{
  height: 165px;
}
.height_data_security{
  height: 240px;
}
.height_payroll{
  height: 215px;
}
.height_time_resource{
  height: 350px;
}