/* ==========================================================================
   Author's custom styles
========================================================================== */
/*****************

------------------------------- Table Of Content  ------------------------------------

1. !Nav
==================================== agency content ============================

10. !agency banner
18. !client slider
19. !footer

==================================== inner page start =========================

20. !inner page banner
25. !service block
34. agency contact
40. parallax service
41. shop
42. product slider
43. single shop
44. product details
45. info block
46. !about summary
48. call to action
53. more feature
56. about
60. cards
65. process


=================================== elemnt content ==============================

1. btn element
2. section title element
3. list element
4. video pop up element
5. insta feed element
6. newsletter element
7. pagination
8. select
9. search
10. product filter content
11. ribbon
12. offer promotion banner
13. custom number
16. help tips
17. woo reviews
18. tabs
19. about slider
20. pie chart
21. scroll to bottom
22. content over image
23. vertical tabs
24. material style input
25. humburger
28. offcanvas menu
29. inheritance element



=====================================================**************************/
/*=================================================
          body reset file
===============================================*/


@font-face {
  font-family: 'Graphik';
  font-weight:400;
  font-display: swap;
  src:  url(../../../../../../../themes/ausfi/fonts/Graphik-Regular-Web.woff2) format('woff2'),
        url(../../../../../../../themes/ausfi/fonts/Graphik-Regular-Web.woff) format('woff');      
}


@font-face {
  font-family: 'Graphik';
  font-weight:600;
         font-display: swap;
  src:  url(../../../../../../../themes/ausfi/fonts/Graphik-Semibold-Web.woff2) format('woff2'),
        url(../../../../../../../themes/ausfi/fonts/Graphik-Semibold-Web.woff) format('woff');
        
}


@font-face {
  font-family: 'Graphik';
   font-weight:700;
         font-display: swap;
  src:  url(../../../../../../../themes/ausfi/fonts/Graphik-Bold.woff2) format('woff2'),
        url(../../../../../../../themes/ausfi/fonts/Graphik-Bold.woff) format('woff');
       
}


:root {
  font-size: 16px;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Graphik', sans-serif;
  font-weight: 400;
  line-height: 1.625;
  color: #141c3a;
  background: #ffffff;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  -moz-outline: none;
  outline: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

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

img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: auto;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: disc;
}

.clear-both:before,
.clear-both:after {
  display: table;
  content: "";
  clear: both;
}

button:focus {
  outline: none;
}

/*=================================================
          1. Nav
===============================================*/
/* top bar */
.nav-sticky {
  -webkit-transition: all 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: all 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.nav-sticky.sticky-header {
  position: fixed;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  background-color: #f1f1f1;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.nav-sticky.sticky-header .xs-logo {
  padding: 23px 0;
}
.nav-sticky.sticky-header .xs-menu-tools {
  padding: 28px 0;
}
.nav-sticky.sticky-header .xs-menu-tools > li > a {
  color: #141c3a;
}
.nav-sticky.sticky-header .xs-menus .nav-menu > li > a {
  padding: 33px 10px;
  color: #141c3a;
}
.nav-sticky.sticky-header .xs-menus .nav-menu > li > a .submenu-indicator-chevron {
  border-color: transparent #000000 #000000 transparent;
}
.nav-sticky.sticky-header.sticky {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.nav-sticky.sticky-header.nav-light {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.sticky-header .xs-menus:not(.xs-hidden-menus) .megamenu-panel {
  overflow-y: scroll;
  max-height: 500px;
}

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header-transparent .xs-top-bar {
  background-color: rgba(0, 0, 0, 0.25);
}
.header-transparent .xs-menus .nav-menu > li > a {
  color: #FFFFFF;
}
.header-transparent .xs-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-transparent .xs-menu-tools > li > a {
  color: #FFFFFF;
}
.header-transparent .xs-menus .nav-menu > li > a::before {
  background-color: #fefefe;
}
.header-transparent .xs-menus .single-page-menu > li > a {
  color: #141c3a;
}
.header-transparent .xs-menus .single-page-menu > li > a::before {
  background-color: #141c3a;
}

.xs-menus .nav-menu > li {
  margin-right: 20px;
}
.xs-menus .nav-menu > li:last-child {
  margin-right: 0px;
}
.xs-menus .nav-menu > li > a {
  color: #333333;
  font-size: 0.875rem;
  padding: 53px 10px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.xs-menus .nav-menu > li > a .submenu-indicator-chevron {
  border-color: transparent #FFFFFF #FFFFFF transparent;
}

.nav-menu li.active > a {
  color: #1bd1ea !important;
}
.nav-menu li.active > a .submenu-indicator-chevron {
  border-color: transparent #1bd1ea #1bd1ea transparent !important;
}
.nav-menu li > .nav-dropdown a.active {
  color: #1bd1ea !important;
}

.xs-header {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.xs-header .xs-logo {
  display: block;
  padding: 40px 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-header.header-style3 .xs-logo {
  padding: 27px 0;
}
.xs-header.header-style3 .xs-menus .nav-menu > li > a {
  padding: 42px 10px;
}

.xs-header .burger-menu {
  padding: 39px 0;
}
.xs-header .xs-menus .nav-menu > li > .nav-submenu {
  right: auto !important;
}

.nav-sticky.sticky-header .xs-menus .nav-menu > li > a {
  color: #141c3a;
}
.nav-sticky.sticky-header .xs-menus .single-page-menu > li > a {
  padding: 29px 0;
  color: #141c3a;
}


.nav-sticky.sticky-header .humburger.style3 .humburger-icons > span {
  background-color: #141c3a;
}
.nav-sticky.sticky-header .humburger.style3 .humburger-icons > span::before {
  background-color: #141c3a;
}

.home-menu-panel a {
  display: block;
  text-align: center;
}
.home-menu-panel a img {
  margin-bottom: 20px;
}
.home-menu-panel a h4 {
  font-size: 1.0625rem;
  margin-bottom: 0px;
}

.hide-desk {
    display: none;
}

/* Sticky nav responsive */
@media (max-width: 991px) {

  .hide-desk {
    display: block;
    max-width: 300px;
}

  .nav-sticky .xs_nav-portrait .nav-menus-wrapper {
    height: 100vh;
  }
  .nav-sticky .nav-overlay-panel {
    height: 100vh;
  }

.gazette .sidept , .blog-bar {
    display: none;
}

h4.primary-color.gaz {
    padding-top: 3rem;
}

h2, .section-title {
    font-size: 1.75rem!important;
    }

}
.nav-sticky .xs-hidden-menus .nav-menus-wrapper {
  height: 100vh;
}
.nav-sticky .nav-overlay-panel {
  height: 100vh;
}

.xs-header > .container {
  position: relative;
}
.xs-header > .container > .row > [class^="col-"] {
  position: static;
}
.xs-header .xs-menus .nav-menu > li .nav-submenu {
  border-top: 0px solid #000;
}
.xs-header .xs-menus .nav-menu > li .megamenu-panel.nav-submenu {
  right: 0px !important;
}

.xs-hidden-menus .home-menu-panel > .row > [class*="col-"] {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}


.nav-menus-wrapper > ul {
  display: inline-block;
}
.nav-menus-wrapper .nav-menu {
  padding-right: 55px;
}

.nav-header {
  max-width: 200px;
  padding: 0 15px;
}
.nav-header > .nav-brand {
  padding: 0px;
  display: inline-block;
  min-height: 123px;
  line-height: 113px;
}

.sticky-header .nav-header > .nav-brand {
  min-height: 83px;
  line-height: 83px;
}


/*=================================================
          10. Intro banner
===============================================*/

/* agency banner content */


.agency-banner-content.banner-style7 .banner-title {
  font-size: 3.9rem;
  font-family: 'Graphik', sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
.agency-banner-content.banner-style7 .banner-title > span {
  font-family: 'Graphik', sans-serif;
  color: #16C176;
  display: block;
}
.agency-banner-content.banner-style7 p {
  font-size: 1.125rem;
  color: #141c3a;
  margin-bottom: 30px;
}


.agency-banner7 > .container {
  position: relative;
  z-index: 2;
  padding-top: 5em;
}
.agency-banner7  {
   min-height: 680px;
  background-color: #FFFFFF;
  }

.agency-banner7 [class^="agency-banner-img-"] {
  position: absolute;
}
.agency-banner7 .agency-banner-img-2 {
    z-index: 1;
    width: 1000px;
    right: -40%;
}
.agency-banner7 .agency-banner-img-1 {

  right: 25%;
    z-index: 4;
    width: 300px;
    padding-top: 5em;
}

/*=================================================
          18. client slider
===============================================*/
.client-slider .item {
  min-height: 195px;
  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;
  cursor: all-scroll;
}
.client-slider .item > img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.client-slider .item:hover > img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}


/*=================================================
          19. footer
===============================================*/
.xs-footer-section {
  color: #ffffff;
  position: relative;
}
.xs-footer-section .footer-top-area {
  padding: 100px 0;
  background-color: #141c3a;
}
.xs-footer-section .footer-bottom-area {
  padding: 27px 0;
  background-color: #141c3a;
}



.footer-widget {
  position: relative;
  z-index: 2;
}
.footer-widget .footer-logo-wraper {
  margin-bottom: 40px;
}
.footer-widget .footer-logo-wraper .footer-logo {
  display: inline-block;
}
.footer-widget p a {
  color: #ffffff;
}
.footer-widget p a:hover {
  color: #FFFFFF;
}
.footer-widget p:not(:last-child) {
  margin-bottom: 25px;
}
.footer-widget .widget-title {
  color: #FFFFFF;
  margin-bottom: 40px;
}
.footer-widget .xs-list li:not(:last-child) {
  margin-bottom: 15px;
  margin-right: 0;
}
.footer-widget .xs-list li a {
  color: #ffffff;
}
.footer-widget .xs-list li a:hover {
  color: #FFFFFF;
}

.copyright-section p {
  margin-bottom: 0px;
  color: #ffffff;
}
.copyright-section p a {
  color: #FFFFFF;
}

.footer-bottom-area [class^="col-"] + [class^="col-"] {
  text-align: right;
}



/* footer style 3 */
.xs-footer-section.footer-style3 .footer-top-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 100px 0;
}
.xs-footer-section.footer-style3 .footer-bottom-area {
  background-color: #141c3a;
  font-size: 0.8125rem;
}
.xs-footer-section.footer-style3 .footer-widget .widget-title {
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 0.9375rem;
}
.xs-footer-section.footer-style3 .footer-widget > p {
  font-weight: 400;
  color: #fff;
  font-size: 0.8375rem;
}
.xs-footer-section.footer-style3 .footer-widget > p a {
  font-weight: 400;
  display: block;
  font-size: 0.875rem;
}
.xs-footer-section.footer-style3 .footer-widget .xs-list li:not(:last-child) {
  margin-bottom: 5px;
}
.xs-footer-section.footer-style3 .footer-widget .xs-list li a {
  font-size: 0.8125rem;
}
.xs-footer-section.footer-style3 .copyright-section p {
  color: #FFFFFF;
  font-size: 0.8375rem;
}
.xs-footer-section.footer-style3 .copyright-section p a {
      color: #fff;
    text-decoration: none;
}



/*=================================================
          20. inner page banner
===============================================*/
.xs-inner-banner {
  min-height: 350px;
  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: flex-end;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.xs-inner-banner::before, .xs-inner-banner::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
}
.xs-inner-banner::before {
  left: 0;
  background: #141c3a;
  opacity: 1;
}
.xs-inner-banner::after {
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}
.xs-inner-banner .inner-banner {
  position: relative;
  z-index: 1;
  color: #141c3a;
}
.xs-inner-banner .inner-banner .inner-banner-title {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #FFFFFF;
}
.xs-inner-banner .inner-banner p {
  margin-bottom: 0px;
}

.xxs.xs-inner-banner {
    align-items: center;
    min-height: 300px;
}



/*=================================================
          25. !service block 
===============================================*/
.agency-service-area {
  position: relative;
}
.agency-service-area.xs-section-padding {
  padding-bottom: 20px;
}


/*=================================================
          34. agency contact
===============================================*/
.xs-map > div {
  height: 450px;
}

.agency-contactus {
  padding: 100px 0;
}
.contact-info-wraper {
  padding-right: 100px;
}
.contact-info-wraper .contact-info-list {
  margin-bottom: 40px;
}
.contact-info-list li i {
  font-size: 1.125rem;
  background: -webkit-linear-gradient(328deg, #0369d1 4%, #0369d1 25%, #00ecbc 97%);
  background: -o-linear-gradient(328deg, #0369d1 4%, #0369d1 25%, #00ecbc 97%);
  background: linear-gradient(122deg, #0369d1 4%, #0369d1 25%, #00ecbc 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0369d1;
  display: block;
  margin-bottom: 10px;
}
.contact-info-list li:not(:last-child) {
  margin-bottom: 35px;
}
.contact-info-list li strong {
  color: #141c3a;
  font-size: 1.125rem;
  font-family: 'Graphik', sans-serif;
  display: inline-block;
  margin-bottom: 2px;
}
.contact-info-list li .list-content > a {
  display: block;
  color: #999999;
}

.contact-form input:not([type="submit"]),
.contact-form textarea {
  border-radius: 5px;
  background-color: #FFFFFF;
  height: 48px;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 20px;
  padding-left: 15px;
}
.contact-form input:not([type="submit"]):focus,
.contact-form textarea:focus {
  border-color: #1bd1ea;
}
.contact-form input:not([type="submit"]).invaild,
.contact-form textarea.invaild {
  border-color: #f44336;
}
.contact-form input:not([type="submit"])::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
  font-size: 0.9375rem;
}
.contact-form input:not([type="submit"])::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  font-size: 0.9375rem;
}
.contact-form input:not([type="submit"]):-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
  font-size: 0.9375rem;
}
.contact-form input:not([type="submit"]):-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
  font-size: 0.9375rem;
}
.contact-form input[type=number]::-webkit-inner-spin-button,
.contact-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-form input[type=number] {
  -moz-appearance: textfield;
}
.contact-form textarea {
  height: 154px;
  resize: none;
  padding-top: 20px;
}
.contact-form .submit-btn {
  border-radius: 5px;
  background-color: #1bd1ea;
  height: 54px;
  border: 0px;
  color: #FFFFFF;
  font-size: 0.9375rem;
  letter-spacing: -.25px;
  padding: 0 91px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact-form .submit-btn:hover {
  background-color: #11a3b7;
}
.contact-form.style2 input:not([type="submit"]),
.contact-form.style2 textarea {
  border: 1px solid #e7e7e7;
}
.contact-form.style2 input:not([type="submit"]):focus,
.contact-form.style2 textarea:focus {
  border-color: #e7e7e7;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
}
.contact-form.style2 input:not([type="submit"]).invaild,
.contact-form.style2 textarea.invaild {
  border-color: #f44336;
}
.contact-form.style2 .btn-wraper {
  text-align: center;
}
.contact-form.style2 .btn {
  padding: 0 92px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.9375rem;
  font-weight: 400;
}

/* contact info 2 */
.contact-info-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact-info-area .doodle-parallax .single-doodle {
  position: absolute;
  z-index: -1;
}
.contact-info-area .doodle-parallax .single-doodle.one {
  left: -50px;
  top: 230px;
}
.contact-info-area .doodle-parallax .single-doodle.two {
  right: 0;
  top: 140px;
}

.contact-info2 {
  padding-right: 115px;
}
.contact-info2 .contact-info-list {
padding-left: 20px;
  margin-bottom: 40px;
}
.contact-info2 .contact-info-list li:not(:last-child) {
  margin-bottom: 30px;
}

.contact-info-image-wraper {
  position: relative;
  z-index: 1;
}
.contact-info-image-wraper::before {
    position: absolute;
    content: "";
    top: -30px;
    right: 0;
    height: calc(100% + 60px);
    width: calc(100% - 330px);
    background-image: -webkit-linear-gradient(121deg, #16c075 0%, #16c075 100%);
    background-image: -o-linear-gradient(121deg, #0369d1 0%, #00ecbc 100%);
    background-image: linear-gradient(-31deg, #16c075 0%, #16c075 100%);
    border-radius: 0px;
    z-index: -1;
}
.contact-info-image-wraper .contact-info-image {
  padding-right: 30px;
}
.contact-info-image-wraper .contact-info-image img {
  border-radius: 5px;
  width: 100%;
}

.contact-box-wraper {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 35px;
}
.contact-box-wraper .contact-title {
  font-size: 1.5rem;
  color: #141c3a;
  font-weight: 600;
  font-family: 'Graphik', sans-serif;
  margin-bottom: 40px;
}

.dark-bg .agency-section-title.style7 .sub-title {
  color: rgba(255, 255, 255, 0.5);
}
.dark-bg .agency-section-title.style7 .main-title {
  color: #FFFFFF;
}
.dark-bg .agency-section-title.style7 .shuufle-letter-title {
  color: rgba(255, 255, 255, 0.2);
}



/*=================================================
          45. info block
===============================================*/


/* bussiness info area */
.business-info-area {
  padding-top: 70px;
  padding-bottom: 115px;
}


/* business info area doodle parallax */
.business-info-area {
  position: relative;
}

.business-info-area2 {
  margin-bottom: 0px;
}

/*=================================================
          46. about summary
===============================================*/
.about-summary-content {
  padding-left: 40px;
}
.about-summary-content i {
  display: inline-block;
  margin-bottom: 20px;
}
.about-summary-content .section-title {
  margin-bottom: 30px;
}
.about-summary-content p {
  margin-bottom: 35px;
  color: #878787;
  font-size: 0.9375rem;
}


/*=================================================
          48. call to action
===============================================*/
.calltoaction-area {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 102px 0;
}
.calltoaction-area .xs-overlay {
  opacity: .9;
}

.call-to-action {
  position: relative;
  z-index: 2;
}
.call-to-action .content-title {
  color: #ffffff;
  margin-bottom: 35px;
}
.call-to-action .btn-outline-secondary {
  line-height: 52px;
}



/* call to action 4 */


.calltoaction-area-4 .calltoaction-info {
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  background-color: #16C176;
  max-width: 100%;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.call-to-action.action-style3 .content-title {
  font-size: 2.5rem;
  font-family: 'Graphik', sans-serif;
  margin-bottom: 37px;
}
.call-to-action.action-style3 .btn {
  width: 20rem
}
.call-to-action.action-style3 .btn:hover {
    background-color: #44d094;
}
.call-to-action.action-style3 .btn[class*=icon-] > i {
  line-height: 58px;
}





/* about version 2 */


.about-summary-content2 {
  padding-right: 50px;
}
.about-summary-content2 .about-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.333;
  margin-bottom: 15px;
}
.about-summary-content2 .about-title > span {
  color: #16C176;
}
.about-summary-content2 > p {
  color: #141c3a;
  margin-bottom: 25px;
}
.about-summary-content2 > p > a {
  color: #16C176;
  border-bottom: 1px solid #c9bdff;
}




/*=================================================
          60. cards
===============================================*/
.growth-card-section {
  position: relative;
}
.growth-card-section .growth-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.growth-card-section > .container {
  position: relative;
  z-index: 2;
}
.growth-card-section .simple-btn {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -.4px;
}

.info-card {
  border-radius: 0px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 60px 35px;
}
.info-card:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.info-card .info-card-header {
  margin-bottom: 20px;
}
.info-card .info-card-header > img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.info-card .info-card-body .card-title {
  color: #16C176;
  font-size: 1.5rem;
  margin-bottom: 20px;
  letter-spacing: -.2px;
}
.info-card .info-card-body p {
  color: #141c3a;
}


/*=================================================
          65. Process
===============================================*/
.process-wraper .process-title {
  padding-right: 40px;
  margin-bottom: 50px;
}

.process-title {
  font-size: 3rem;
}
.process-title > span {
  color: #16C176;
  font-family: inherit;
}

.process-list {
  padding-right: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.process-list .xs-title {
  font-size: 1.5rem;
  margin-bottom: 18px;
}
.process-list p {
  margin-bottom: 0px;
}

.customer-satisfiction.xs-section-padding {
  padding-bottom: 60px;
  position: relative;
  z-index: 9;
}

h3.xs-title.white-color:after {
    content: "";
    display: block;
    margin: 0;
    width: 50px;
    padding-top: 10px;
    border-bottom: 3px solid #16C176;
}




/*=================================================== page element ===============================*/
/*=================================================
          1. btn element
===============================================*/
.btn:not([class*=btn-outline-]) {
  border: 0px;
  color: #FFFFFF;
  background-color: #141c3a;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
}

.btn {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: .3px;
  border-radius: 1.71875rem;
  padding: 0 50px;
  height: 54px;
  line-height: 54px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  white-space: normal;
}

.btn.btn-outline-primary {
  border-color: #ffffff;
  color: #ffffff;
  background:transparent;
}
.btn.btn-outline-primary i {
  padding-left: 5px;
  position: relative;
  top: 2px;
}
.btn.btn-primary {
  background-color: #16C176;
}
.btn.btn-primary:hover {
  background-color: #16C176;
-webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.2);
}


.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(43, 205, 139);
    border: #37cc8d;
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #009e5e;
    border-color: #009e5e;
}




.btn-wraper .btn:not(:last-child) {
  margin-right: 18px;
}

/*=================================================
          2. section title element
===============================================*/
/* agency section title */
.agency-section-title {
  margin-bottom: 23px;
  position: relative;
  z-index: 1;
}


.agency-section-title .main-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0px;
}

.agency-section-title.text-center {
    margin: 60px 0 60px 0;
}

.agency-section-title.text-center .line {
  margin: 0 auto;
}
.agency-section-title.text-center.style5 {
  margin-bottom: 55px;
}
.agency-section-title.style2 {
  margin-bottom: 70px;
}
.agency-section-title.style2 .sub-title {
  color: #4285f4;
  font-size: 0.76rem;
}
.agency-section-title.style2 .main-title {
  font-size: 1.875rem;
  margin-bottom: 25px;
}

.agency-section-title.style2 p {
  padding-right: 65px;
}
 .agency-section-title.style5 .main-title {
  color: #141c3a;
  font-weight: 700;
}
.agency-section-title.style4 .main-title {
  margin-bottom: 20px;
}
.agency-section-title.style4 p {
  margin-bottom: 15px;
}
.agency-section-title.style5 .main-title {
  margin-bottom: 20px;
}
.agency-section-title.style5 p {
  color: #141c3a;
      font-size: 18px;
}
.agency-section-title p {
  color: #141c3a;
      font-size: 18px;
  margin-bottom: 0px;
}
.agency-section-title .line {
  display: block;
  width: 110px;
  height: 1px;
  background-color: #141c3a;
}
.agency-section-title.section-title-style2 .main-title {
  margin-bottom: 10px;
}
.agency-section-title.section-title-style2 p {
  font-size: 0.9375rem;
  color: #878787;
}
.agency-section-title .title-icon {
  margin-bottom: 12px;
}



[data-scrollax-parent="true"] > .container > .row + .row {
  z-index: 2;
  position: relative;
}

/*=================================================
          3. list element
===============================================*/
.list-inline > li {
  display: inline-block;
}
.list-inline > li:not(:last-child) {
  margin-right: 10px;
}

.xs-list.round li {
  position: relative;
}
.xs-list.round li::after {
  display: block;
  clear: both;
  content: "";
}
.xs-list.round li::before {
  content: "";
  display: block;
  float: left;
  background-color: #1868dd;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 7px;
  margin-right: 10px;
}
.xs-list.check > li::before {
  content: "\ea75";
  font-family: "iconfont";
  font-size: 1rem;
  padding-right: 15px;
}



/* list group */
.list-group > li:not(:last-child) {
  margin-bottom: 10px;
}
.list-group > li strong {
  float: left;
  width: 43%;
  color: #141c3a;
  font-weight: 600;
}

/* order list */
.order-list {
  padding-left: 0px;
}
.order-list li {
  counter-increment: step-counter;
  color: #141c3a;
}
.order-list li:not(:last-child) {
  margin-bottom: 20px;
}
.order-list li::before {
  content: counter(step-counter);
  display: inline-block;
  text-align: center;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  margin-right: 24px;
}
.order-list.style-border li {
  color: #141c3a;
  text-decoration: underline;
}
.order-list.style-border li::before {
  content: counter(step-counter) ".";
  width: auto;
  height: auto;
  line-height: normal;
  margin-right: 14px;
  border: 0px solid #000;
  color: #999999;
  margin-right: 5px;
}
.order-list.style-border li:not(:last-child) {
  margin-bottom: 8px;
}




/*=================================================
          8. select
===============================================*/
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 16px;
  color: #7b7b7b;
  width: 220px;
  height: 44px;
  float: right;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  padding: 8px 15px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 44px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  text-align: left;
}
.select-styled:after {
  content: "\f107";
  position: absolute;
  top: 8px;
  right: 10px;
  font-family: "FontAwesome";
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.select-styled:hover {
  background-color: rgba(0, 0, 0, 0);
}
.select-styled:active, .select-styled.active {
  background-color: rgba(0, 0, 0, 0);
}
.select-styled:active:after, .select-styled.active:after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  color: #1868dd;
}
.select-styled.active {
  color: #1868dd;
}

.select-options {
  display: none;
  position: absolute;
  top: calc(100% + 20px);
  left: 0%;
  min-width: 220px;
  z-index: 999;
}
.select-options::before {
  position: absolute;
  content: "";
  top: -8px;
  left: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
.select-options li {
  padding: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #FFFFFF;
  text-align: left;
}
.select-options li:hover {
  background: #1352af;
}
.select-options li[rel="hide"] {
  display: none;
}

.select-options,
.select-options::before {
  background-color: #1868dd;
}





/*=================================================
          24. material style input
===============================================*/
.input-material .form-group {
  position: relative;
  margin-bottom: 16px;
}
.input-material .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
.input-material .bar::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #141c3a;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.input-material .placeholder-title {
  position: absolute;
  left: 0;
  pointer-events: none;
  top: 60%;
  color: #919191;
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.input-material input:not([type="submit"]),
.input-material textarea {
  font-size: 14px;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  padding-left: 5px;
  padding-top:30px;
  margin-bottom: 0px;
}
.input-material input:not([type="submit"]):focus + .placeholder-title, .input-material input:not([type="submit"]).active + .placeholder-title,
.input-material textarea:focus + .placeholder-title,
.input-material textarea.active + .placeholder-title {
  -webkit-transform: translateY(-130%);
  -ms-transform: translateY(-130%);
  transform: translateY(-130%);
  padding-left: 0px;
  font-size: 0.75rem;
}
.input-material input:not([type="submit"]):focus ~ .bar::before, .input-material input:not([type="submit"]).active ~ .bar::before,
.input-material textarea:focus ~ .bar::before,
.input-material textarea.active ~ .bar::before {
  width: 100%;
}
.input-material input:not([type="submit"]).invaild ~ .bar::before,
.input-material textarea.invaild ~ .bar::before {
  background-color: #ff4d4d;
}
.input-material input:not([type="submit"]).invaild + .placeholder-title,
.input-material textarea.invaild + .placeholder-title {
  color: #ff4d4d;
}
.input-material textarea {
  height: 100px;
    margin-top: 40px;
    padding-top: 3px;
}
.input-material textarea + .placeholder-title {
  top: 0;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.input-material textarea:focus + .placeholder-title, .input-material textarea.active + .placeholder-title {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.input-material textarea:focus {
  background-color: transparent;
}
.input-material.material-style2 .form-group {
  margin-bottom: 50px;
}
.input-material.material-style2 input:not([type="submit"]) {
  color: #FFFFFF;
  padding-left: 30px;
}
.input-material.material-style2 .placeholder-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
  padding-left: 30px;
}
.input-material.material-style2 .bar {
  background-color: rgba(255, 255, 255, 0.07);
  height: 2px;
}
.input-material.material-style2 .bar::before {
  background-color: #FFFFFF;
}
.input-material.material-style2 textarea {
  height: 145px;
  color: #FFFFFF;
}

.portfolio-contact-area.dark-bg {
  background-color: #333333;
}

/*=================================================
          25. humburger
===============================================*/
.humburger {
  display: block;
  height: 23px;
  cursor: pointer;
}
.humburger:hover .humburger-icons > span:first-child::before, .humburger:hover .humburger-icons > span:last-child::before {
  width: 100%;
  left: 0;
}
.humburger .humburger-icons {
  width: 30px;
  z-index: 99;
  position: relative;
}
.humburger .humburger-icons > span {
  display: block;
  height: 3px;
  background-color: #141c3a;
  position: relative;
}
.humburger .humburger-icons > span:not(:last-child) {
  margin-bottom: 7px;
}


.humburger .humburger-icons > span:first-child {
  width: 30px;
}

.humburger:hover .humburger-icons > span:first-child {
    width: 30px;
        -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.humburger .humburger-icons > span:last-child {
  width: 30px;
}





.humburger:hover .humburger-icons > span:last-child {
  width: 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.humburger.style2 {
  height: 60px;
  border-radius: 30px;
  background-color: #ffbc5c;
  -webkit-box-shadow: 0px 19px 30px 0px rgba(255, 188, 92, 0.48);
  box-shadow: 0px 19px 30px 0px rgba(255, 188, 92, 0.48);
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.humburger.style2 > .humburger-icons {
  width: 23px;
  margin: 0 auto;
}
.humburger.style2 > .humburger-icons > span {
  background-color: #FFFFFF;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}
.humburger.style2 > .humburger-icons > span::before {
  background-color: #FFFFFF;
}
.humburger.style2 > .humburger-icons > span:first-child {
  left: -4px;
  width: 15.34px;
}
.humburger.style2 > .humburger-icons > span:first-child::before {
  left: calc(100% + 3px);
}
.humburger.style2 > .humburger-icons > span:last-child {
  left: -7px;
  width: 7.65px;
}
.humburger.style2 > .humburger-icons > span:last-child::before {
  left: calc(100% + 5px);
  width: 10px;
}
.humburger.style2:hover > .humburger-icons > span::before {
  left: 0;
}
.humburger.style3 .humburger-icons > span {
  background-color: #FFFFFF;
}
.humburger.style3 .humburger-icons > span::before {
  background-color: #FFFFFF;
}

.nav-is-open .humburger .humburger-icons > span:first-child {
    transform: rotate(45deg);
    top: 10px;
}
.nav-is-open .humburger .humburger-icons > span:last-child {
    display: none;
}

.nav-is-open .humburger .humburger-icons > span {
    transform: rotate(-45deg);
}



/*=================================================
          28. offcanvas menu
===============================================*/
.nav-trigger {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #141c3a;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  z-index: 5;
}
.nav-trigger .nav-icon {
  position: absolute;
  top: 50%;
  right: 0;
  height: 2px;
  width: 22px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
}
.nav-trigger .nav-icon::before, .nav-trigger .nav-icon::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: inherit;
}
.nav-trigger .nav-icon::before {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.nav-trigger .nav-icon::after {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}
.nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
  fill: transparent;
  stroke: #333333;
  stroke-width: 1px;
}
.nav-trigger svg circle {
  -webkit-transition: stroke-dashoffset 1s 0s;
  -o-transition: stroke-dashoffset 1s 0s;
  transition: stroke-dashoffset 1s 0s;
  stroke-dasharray: 157 157;
  stroke-dashoffset: 157;
}
.nav-trigger:hover .nav-icon::before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.nav-trigger:hover .nav-icon::after {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}
.nav-trigger.style2 {
  width: auto;
  height: auto;
  display: inline-block;
  border-radius: 0;
  text-indent: unset;
  overflow: visible;
  background-color: transparent;
}
.nav-trigger.style2 .nav-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #141c3a;
  display: block;
  -webkit-transform: translateX(-45px);
  -ms-transform: translateX(-45px);
  transform: translateX(-45px);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  visibility: visible;
}
.nav-trigger.style2 .nav-icon {
  background-color: #141c3a;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.offcanvas-menu li ul {
  display: none;
}

.off-canvas-menu-area .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 150vh;
  width: 100vw;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, white), color-stop(50%, #f7f9fb), to(#f7f9fb));
  background: -webkit-linear-gradient(left, white 0%, white 50%, #f7f9fb 50%, #f7f9fb 100%);
  background: -o-linear-gradient(left, white 0%, white 50%, #f7f9fb 50%, #f7f9fb 100%);
  background: linear-gradient(90deg, white 0%, white 50%, #f7f9fb 50%, #f7f9fb 100%);
  z-index: -1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .8s ease .0s;
  transition: -webkit-transform .8s ease .0s;
  -o-transition: transform .8s ease .0s;
  transition: transform .8s ease .0s;
  transition: transform .8s ease .0s, -webkit-transform .8s ease .0s;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.off-canvas-menu-area.nav-is-open .menu-overlay {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform .8s ease .2s;
  transition: -webkit-transform .8s ease .2s;
  -o-transition: transform .8s ease .2s;
  transition: transform .8s ease .2s;
  transition: transform .8s ease .2s, -webkit-transform .8s ease .2s;
}
.off-canvas-menu-area.nav-is-open .offcanvas-nav-logo {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: hidden;
  -webkit-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
.off-canvas-menu-area .offcanvas-nav-logo {
  position: relative;
  z-index: 10000;
  padding: 30px;
  -webkit-transition: all .5s ease .5s;
  -o-transition: all .5s ease .5s;
  transition: all .5s ease .5s;
}

.offcanvas-menu li {
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.offcanvas-menu li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.5rem;
  -webkit-transform: translateY(47px);
  -ms-transform: translateY(47px);
  transform: translateY(47px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .4s .0s;
  -o-transition: all ease .4s .0s;
  transition: all ease .4s .0s;
  position: relative;
}
.offcanvas-menu li a.tigger::after {
  position: absolute;
  content: "\e93f";
  font-family: "iconfont";
  font-size: 0.9375rem;
  right: -22px;
  top: 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.offcanvas-menu li a.tigger.active {
  color: #fd3358;
}
.offcanvas-menu li a.tigger.active::before {
  background-color: #fd3358;
}
.offcanvas-menu li a.tigger.active::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.offcanvas-menu > li:not(:last-child) {
  margin-bottom: 25px;
}
.offcanvas-menu > li > a {
  padding-left: 18px;
}
.offcanvas-menu > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 3px;
  width: 0px;
  background-color: #ffffff;
}
.offcanvas-menu .inner-submenu {
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 7px;
}
.offcanvas-menu .inner-submenu li a.tigger::after {
  top: 3px;
  font-size: 0.8375rem;
}
.offcanvas-menu .inner-submenu > li:not(:last-child) {
  margin-bottom: 12px;
}
.offcanvas-menu .inner-submenu > li > a {
  font-size: 1.125rem;
  font-weight: 400;
}
.offcanvas-menu.single-page-menu > li > a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.offcanvas-menu.single-page-menu > li > a::before {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.offcanvas-menu.single-page-menu > li > a:hover {
  color: #fd3358;
}
.offcanvas-menu.single-page-menu > li > a:hover::before {
  background-color: #fd3358;
}

.offcanvas-menu-wraper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  overflow: auto;
}
.offcanvas-menu-wraper .menu-container {
  width: 50%;
  display: table;
  height: 100%;
  float: left;
  padding-left: 150px;
}
.offcanvas-menu-wraper .menu-container .offcanvas-menu {
  display: table-cell;
  vertical-align: middle;
}
.offcanvas-menu-wraper.active {
  visibility: visible;
  background: #141c3a;
}
.offcanvas-menu-wraper.active .offcanvas-menu li a {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity ease 1.3s 0.5s, -webkit-transform ease 1.3s 0.5s;
  transition: opacity ease 1.3s 0.5s, -webkit-transform ease 1.3s 0.5s;
  -o-transition: transform ease 1.3s 0.5s, opacity ease 1.3s 0.5s;
  transition: transform ease 1.3s 0.5s, opacity ease 1.3s 0.5s;
  transition: transform ease 1.3s 0.5s, opacity ease 1.3s 0.5s, -webkit-transform ease 1.3s 0.5s;
  opacity: 1;
  visibility: visible;
}
.offcanvas-menu-wraper.active .offcanvas-content-wraper .offcanvas-title {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all ease 2s 0.5s;
  -o-transition: all ease 2s 0.5s;
  transition: all ease 2s 0.5s;
}

h2.offcanvas-title:after {
    content: "";
    display: block;
    margin: 0;
    width: 50px;
    padding-top: 10px;
    border-bottom: 3px solid #16C176;
}


.offcanvas-menu-wraper.active .offcanvas-content-wraper .offcanvas-list-widget li p {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all ease 2.5s 0.5s;
  -o-transition: all ease 2.5s 0.5s;
  transition: all ease 2.5s 0.5s;
  opacity: 1;
  visibility: visible;
}
.offcanvas-menu-wraper.active .offcanvas-content-wraper .social-list > li {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all ease 2.5s 0.5s;
  -o-transition: all ease 2.5s 0.5s;
  transition: all ease 2.5s 0.5s;
  opacity: 1;
  visibility: visible;
}

.offcanvas-content-wraper {
  width: 50%;
  display: table;
  height: 100%;
  float: right;
  padding-left: 100px;
}
.offcanvas-content-wraper .offcanvas-content {
  display: table-cell;
  vertical-align: middle;
}
.offcanvas-content-wraper .offcanvas-title {
  -webkit-transform: translateY(47px);
  -ms-transform: translateY(47px);
  transform: translateY(47px);
  opacity: 0;
  -webkit-transition: all ease .4s .0s;
  -o-transition: all ease .4s .0s;
  transition: all ease .4s .0s;
}
.offcanvas-content-wraper .offcanvas-list-widget {
  margin-bottom: 40px;
}
.offcanvas-content-wraper .offcanvas-list-widget li {
  overflow: hidden;
  position: relative;
}
.offcanvas-content-wraper .offcanvas-list-widget li p {
  -webkit-transform: translateY(47px);
  -ms-transform: translateY(47px);
  transform: translateY(47px);
  -webkit-transition: all ease .4s .0s;
  -o-transition: all ease .4s .0s;
  transition: all ease .4s .0s;
  opacity: 0;
  visibility: hidden;
}
.offcanvas-content-wraper .social-list > li {
  -webkit-transform: translateY(47px);
  -ms-transform: translateY(47px);
  transform: translateY(47px);
  -webkit-transition: all ease .4s .0s;
  -o-transition: all ease .4s .0s;
  transition: all ease .4s .0s;
  opacity: 0;
  visibility: hidden;
}
.offcanvas-content-wraper .social-list > li > a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.offcanvas-title {
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.offcanvas-list-widget li {
  line-height: 1.6;
}
.offcanvas-list-widget li:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-list-widget li p {
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 600;
}
.offcanvas-list-widget li p i {
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 5px;
}
.offcanvas-list-widget li p a {
  color: #ffffff;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.offcanvas-menu-logo {
  padding: 30px;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1000;
}
.offcanvas-menu-logo .offcanvas-logo {
  display: inline-block;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.off-canvas-menu-area.nav-is-open .offcanvas-menu-logo .offcanvas-logo {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

.offcanvas-nav-brand {
  display: inline-block;
}

.off-canvas-menu-area {
  width: 100%;
  height: 75px;
}
.off-canvas-menu-area .offcanvas-nav-logo {
  display: inline-block;
}
.off-canvas-menu-area .offcanvas-nav-brand {
  padding: 24px 0;
}
.off-canvas-menu-area .fullscreen_menu_tigger {
  margin: 24px 0;
  position: relative;
  text-align: right;
  z-index: 99;
}
.off-canvas-menu-area .fullscreen_menu_tigger.style2 {
  margin: 7px 0;
}
.off-canvas-menu-area .offcanvas-nav-brand {
  position: relative;
  z-index: 99;
}
.off-canvas-menu-area.munu-style-border {
  border-bottom: 1px solid #f5f5f5;
}
.off-canvas-menu-area .humburger {
  float: right;
  z-index: 99;
  position: relative;
}

.fullscreen_menu_tigger.open.style3 .humburger-icons > span {
  background-color: #16C176;
}
.fullscreen_menu_tigger.open.style3 .humburger-icons > span::before {
  background-color: inherit;
}
.fullscreen_menu_tigger.open .nav-trigger.style2 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fullscreen_menu_tigger.open .nav-trigger.style2 .nav-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fullscreen_menu_tigger.open .nav-trigger.style2 .nav-icon::before, .fullscreen_menu_tigger.open .nav-trigger.style2 .nav-icon::after {
  width: 50%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.fullscreen_menu_tigger.open .nav-trigger.style2 .nav-icon::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fullscreen_menu_tigger.open .nav-trigger.style2 .nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fullscreen_menu_tigger.open .nav-trigger.style2 .nav-title {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}


/*=================================================
          29. inheritance element
===============================================*/
h1,
h2,
h3,
h4 {
  letter-spacing: -.25px;
}

h1,
.banner-title {
  font-size: 3rem;
  font-weight: 700;
}

h2,
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #141c3a;
}
h2 span,
h2 em,
.section-title span,
.section-title em {
}

h4,
.xs-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 4rem;
}
h4.small,
.xs-title.small {
  font-size: 1.125rem;
}

h4,
.xs-title,
a {
  color: #141c3a;
}

h3,
.content-title {
  color: #141c3a;
  font-size: 1.75rem;
  font-weight: 700;
}
h3 em,
.content-title em {
}

.entry-title a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.entry-title a:hover {
  color: #141d3a;
}


/* section padding */
.xs-section-padding {
  padding: 80px 0;
}

.xs-section-padding-bottom {
  padding-bottom: 100px;
}

.xs-section-padding-top {
  padding-top: 100px;
}

.section-padding-small {
  padding: 60px 0;
}

.section-padding-medium {
  padding: 80px 0;
}



/* overlay list */
.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .5;
  z-index: 0;
}

/* color */
.black-color {
  color: #141c3a;
}

/* background color */
.black-bg {
  background-color: #141c3a;
}

/* color */
.white-color {
  color: #FFFFFF;
}

/* background color */
.white-bg {
  background-color: #FFFFFF;
}

/* color */
.primary-color {
  color: #16C176;
}

.primary-color a {
  color: #16C176;
}

/* background color */
.primary-bg {
  background-color: #1868dd;
}

/* color */
.secondary-color {
  color: #16C176;
}

/* background color */
.secondary-bg {
  background-color: #16C176;
}

/* color */
.gray-color {
  color: #fafafa;
}

/* background color */
.gray-bg {
  background-color: #F5F6F7;
}





.dark-bg {
  background-color:#141c3a;
  color:#fff;
}
/* remove from control focus box shadow */
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* owl image preset */
.owl-carousel .owl-item img {
  width: auto;
}

/* tab pane animation */
.tab-pane.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

/* remove iframe box shadow and background */
.mfp-iframe-scaler iframe {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* simple button */
.simple-btn {
  font-weight: 600;
  display: inline-block;
}
.simple-btn i {
  padding-left: 8px;
  position: relative;
  top: 2px;
  -webkit-transition: padding-left .4s ease;
  -o-transition: padding-left .4s ease;
  transition: padding-left .4s ease;
}
.simple-btn:hover i {
  padding-left: 4px;
}
.simple-btn.style2 {
  color: #16C176;
}

/* watermark icon */
.watermark-icon {
  position: absolute;
  top: 0;
  left: 0;
}

p:last-child {
  margin-bottom: 0px;
}

/* input type number spinner turn of chrome */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* input type number spinner turn of firefox */
input[type=number] {
  -moz-appearance: textfield;
}






/* CUSTOM SYTLESSS */

.entry-content li {
    margin-bottom: 1rem;
}
.entry-content ul {
    padding-left: 1rem;
}

.index-shortcut a {
    padding: 0px 2px;
}

.index-shortcut {
    font-weight: 600;
    letter-spacing: 2px;
    color: #b4f1df;
}

.float-box {
    position: relative;
    top: -150px;
}


span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    width: 100%;
}



.info-card-body h4 {
    margin-top: 1rem;
}

.big-page {
    padding: 100px 0px;
}


.nav-light .nav-is-open .humburger .humburger-icons > span, .nav-is-open .humburger .humburger-icons > span:first-child::before, .nav-is-open .humburger .humburger-icons > span:last-child::before {
    background-color: #fff;
}

.owl-stage {
transition-timing-function: linear!important;
}


.nav-is-open .float-left {
    display: none;
}

.menu-logo {
    padding: 24px 0px 24px 160px;
}


.list-group-item a {
    display: block;
}

ul#menu-calcs li {
    margin-bottom: 0px;
}

.wpcf7-response-output {
    border: none;
    padding: 0;
    font-weight: 600;
   
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
   color: #16c075;
   border:0;
   background:none;
   padding: 0px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0;
    color: #ff8015;
    padding: 0;
}

span.wpcf7-not-valid-tip {
    color: #ff8015;
    font-weight: 600;
}



.wpcf7-radio label {
    cursor: pointer;
    width: 100%;
    line-height: 60px;
    padding-left: 10px;
    padding-top: 3px;
    margin-bottom: 0px;
}

.radio {
    border-bottom: 1px solid #eee;
}

.wpcf7-radio input[type="radio"] {
    /* width: 20px; */
    margin-right: 30px;
    position: relative;
    bottom: 2px;
}

h6 {
  font-weight:600;
}

img.padlock {
    width: 17px;
    margin-right: 15px;
    position: relative;
    bottom: 2px;
}




.security-notice {
    font-size: 12px;
    text-align: center;
}

.security-notice img.padlock {
    width: 12px;
    margin-right: 10px;
}


.calc-contain {
    border: 1px solid gray;
    border-radius: .25rem;
    border-color: #e7e7e7;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
    min-height: 500px;
}

.list-group-item {
    border: none;
    background: none;
    font-size: .875rem;
    font-weight: 600;
}

.list-group-item.active a {
   color:#fff;
}

.list-group-item {
    padding-left: 1.5rem;
}


.list-group-item-action:focus, .list-group-item-action:hover {
    background-color: #dee0e4;
}
.list-group-item:last-child, .list-group-item:first-child {

      border-top-left-radius: 0;
    border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.list-group-item.active {
    background-color: #131c3a;
    border-color: #131c3a;
}

img.google-rating {
  width:140px!important;
  height:auto!important;
  margin-left:20px;
  display: block;
}


btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #3bd192;
    border-color: #3bd192;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(48, 210, 144);
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    /* box-shadow: 0 0 0 0.2rem rgba(0, 255, 11, 0.5); */
    box-shadow: 0 0 0 0.2rem rgb(48, 210, 144);
}

.acceptterms input {
    width: 40px!important;
}

.text-underline {
  text-decoration:underline;
}

label#buyer-error, label#puse-error, label#noOfApplicants-error {
    position: absolute;
    top: 1px;
    left: 5px;
}
.error {
    color: #b82727;
    font-size: 14px;
}

.multi-box .wpcf7-response-output.wpcf7-display-none.alert.wpcf7-validation-errors.alert-warning {
    text-align: center;
    background: none;
}

.hideme {
  display: none!important;
}

img.grating {
    width: 120px!important;
    height: auto!important;
}

 .progress{
  width: 80%;
  height:4px;
 position: absolute;
 top: 0;
 opacity: .5;
 }

 .progress-bar {
  background-color: #00c173;
 }

 input#acceptterms {
    width: 13px!important;
    position: relative;
    margin-right: 10px;
    top: 2px;
}


.form-group.wpcf7-form-control.wpcf7-acceptance.your-consent.acceptterms {
    font-size: 13px;
    padding-top: 10px;
}

img.lazy {
        display: block;
    }

img.ico-nav {
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 5px;
    width: 32px;
}

#homes {
  position: relative;
    overflow-x: hidden;
}


div.wpcf7 .ajax-loader {
  background-repeat:no-repeat;
}

.blog-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
}


.xs-blog-list .post {
    margin: 0 0 30px;
    padding: 40px;
    border: 1px solid #f1f1f1;
    background-color: #FFFFFF;
}

/*=================================================
          7. pagination
===============================================*/
/* xs pagination */

.pagination {
    margin: 0;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagination li {
  display: inline-block;
}

.pagination li:not(:last-child) {
  margin-right: 20px;
}



.pagination li a:hover,
.pagination li.active a {
  background-color: #16C176;
  color: #FFFFFF;
  border-color: #16C176;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
}

.pagination li > span {
  letter-spacing: 7px;
  position: relative;
  top: 7px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 100%;
}

.pagination .page-item:last-child .page-link {
  font-size: 0.75rem;
}

.pagination .page-item.disabled a,
.pagination li a {
  border-color: #f1f1f1;
  background: #fff;
}

.pagination {
  margin: 0;
}

.pagination li a,
.pagination li span {
  margin-right: 8px;
  width: 40px;
  height: 40px;
  line-height: normal;
  border: 1px solid #f1f1f1;
  text-align: center;
  display: inline-block;
  color: #5a5a5a;
  border-radius: 3px;
}

.pagination li a i,
.pagination li span i {
  line-height: 40px;
}

.pagination li a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #e7e7e7;
  padding: 0;
  border-radius: 100%;
  text-align: center;
  font-size: 0.875rem;
  color: #464646;
  font-weight: 500;
}



.pagination li.active a, .pagination li:hover a {
  color: #fff;
  background: #16C176;
  border: 1px solid transparent;
}

.pagination li.active a:hover, .pagination li:hover a:hover {
  background: #16C176;
}

.footer-widget .social-list li:not(:last-child) {
    margin-right: 7px;
}

.social-list li {
    display: inline-block;
    margin-right: 10px;
}

 .social-list li a {
    border: 0px solid #ffffff;
    color: #ffffff;
}

.social-list li a img {
    max-width: 21px;
}

.social-list li a {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 100%;
    border: 0px solid #ffffff;
    text-align: left;
    font-size: 0.875rem;
    color: #ffffff;
}




