@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700&display=swap");
/* hide show mixin */
@media only screen and (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1370px;
  }

  /*topbar*/
  .ttm-stickable-header.fixed-header {
    z-index: 111;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  }

  .fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: all 0.5s;
  }

  .ttm-header-style-01 .site-branding img {
    max-height: 100px;
  }
  .ttm-header-style-01 .ttm-stickable-header.fixed-header .site-header-menu, .ttm-header-style-01 .ttm-stickable-header.fixed-header .menu {
    height: 70px;
  }
  .ttm-header-style-01 .ttm-stickable-header.fixed-header .site-branding, .ttm-header-style-01 .ttm-stickable-header.fixed-header .ttm-right-header, .ttm-header-style-01 .ttm-stickable-header.fixed-header .menu > ul > li > a {
    height: 70px;
    line-height: 70px;
  }

  .ttm-header-style-02 .ttm-stickable-header {
    border-top: 1px solid #eaeff5;
  }

  .ttm-header-wrap {
    position: relative;
  }
  .ttm-header-wrap .ttm-stickable-header {
    position: absolute;
    z-index: 21;
    width: 100%;
    margin-top: -1px;
  }

  .site-header-menu {
    height: 93px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
  }

  #site-header-menu #site-navigation .menu ul > li > a {
    display: block;
    margin: 0px;
    padding: 0px 17px 0px 17px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    height: 100px;
    line-height: 100px;
  }

  .menu > label, .menu input[type=checkbox] {
    display: none;
  }

  .menu > ul > li {
    display: inline-block;
  }
  .menu > ul > li > a {
    height: 93px;
    line-height: 93px;
    padding: 0 19px;
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 600;
    border: none;
  }
  .menu > ul > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #40285e;
    height: 2px;
    transform: scale(0, 1);
    transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  }
  .menu > ul > li > a:not([href]):hover {
    color: #40285e;
  }
  .menu > ul > li:hover a::before, .menu > ul > li.active > a::before {
    transform-origin: left center;
    transform: scale(1, 1);
  }

  .menu-hasdropdown {
    position: relative;
  }
  .menu-hasdropdown:hover > ul {
    display: block;
    -webkit-animation: grow 0.5s ease-in-out;
            animation: grow 0.5s ease-in-out;
  }

  .menu-hasflyout > a::after {
    content: "\f105";
    position: absolute;
    background-color: transparent;
    right: 12px;
    top: 16px;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    margin-left: 4px;
    opacity: 0.8;
  }

  .menu-hasdropdown > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    transform: translate(0, 0px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    z-index: 1;
  }
  .menu-hasdropdown > ul li a {
    padding: 15px;
  }
  .menu-hasdropdown > ul li a::before {
    content: "";
    margin-right: 5px;
    position: absolute;
    width: 6px !important;
    height: 2px;
    opacity: 0;
    left: 7px;
    transition: 0.5s all;
    background-color: #40285e;
    top: 22px;
  }
  .menu-hasdropdown > ul li a:hover::before, .menu-hasdropdown > ul li a.active::before {
    opacity: 1;
    left: 15px;
  }
  .menu-hasdropdown > ul li a:hover, .menu-hasdropdown > ul li a.active {
    padding-left: 30px;
    background-color: #eaeaea;
    color: #40285e;
  }

  .menu-hasflyout > ul {
    left: 100%;
    top: 0;
  }

  .menu-hasflyout .menu-downicon {
    display: none;
  }

  .second-footer > div > .row .widget-area:first-child .widget {
    margin-right: 10px;
  }

  #Home_banner2 .carousel-caption div.effect {
    right: -140px;
  }
}
@media only screen {
  .s-show {
    display: inline-block;
  }

  .m-show {
    display: none;
  }

  .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 0px;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: #67537f;
    border: 2px solid #40285e;
  }

  .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .right-btn {
    display: none;
  }

  .mobilemenu {
    height: 80px;
    position: absolute;
    width: 100%;
    z-index: 9;
    right: 0;
    top: 0;
    text-transform: capitalize;
    text-align: left;
  }
  .mobilemenu .navbar {
    width: 100%;
    padding: 0;
  }
  .mobilemenu .hamburger-button__button {
    color: #fff;
    top: 0;
    width: 45px !important;
  }
  .mobilemenu #nav-icon1 span {
    background-color: #fff !important;
    width: 31px;
    height: 2px;
    left: 15px;
  }
  .mobilemenu #nav-icon1 span:nth-child(1) {
    top: 5px;
  }
  .mobilemenu #nav-icon1 span:nth-child(2) {
    top: 12px;
  }
  .mobilemenu #nav-icon1 span:nth-child(3) {
    top: 19px;
  }
  .mobilemenu .navbar-collapse {
    position: absolute;
    z-index: 99;
    background: #b1cc79;
    width: 400px;
    top: 80px;
    right: 0px;
    padding: 10px 10px;
    background-color: #40285e;
  }
  .mobilemenu .navbar-collapse ul.navbar-nav li:not(:last-child) {
    border-bottom: 1px solid rgba(93, 101, 118, 0.15);
  }
  .mobilemenu .navbar-collapse .nav-link {
    padding: 15px 0;
    line-height: 15px;
    font-size: 15px;
    font-weight: 600;
  }
  .mobilemenu .navbar-collapse .nav-link.dropdown-toggle::after {
    position: absolute;
    top: 20px;
    right: 0;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    border: 0;
  }
  .mobilemenu .dropdown .dropdown-menu {
    position: static !important;
    width: 100%;
    transform: none !important;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 13px;
  }
  .mobilemenu .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    color: #fff;
  }
  .mobilemenu .dropdown .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }
  .mobilemenu .dropdown .dropdown-menu .dropdown .nav-link {
    font-size: 13px;
    font-weight: 400;
    padding-left: 15px;
    color: #212529;
  }
  .mobilemenu .dropdown .dropdown-menu .dropdown .dropdown-menu {
    padding-left: 10px;
  }

  .site-branding {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 80px !important;
    line-height: 80px !important;
    text-align: center;
  }
  .site-branding img {
    max-height: 40px;
  }

  .ttm-right-header {
    height: 80px !important;
    line-height: 80px !important;
  }
  .ttm-right-header .ttm-header-icons::before {
    content: none;
  }

  .menu {
    display: none;
  }

  .menu-hasdropdown:hover > ul, li.menu-hasdropdown:hover > ul > ul {
    display: block;
  }

  .ttm-topbar-wrapper {
    display: none;
  }

  header.ttm-header-style-02 .widget_info, header.ttm-header-style-02 .ttm-custombutton {
    display: none !important;
  }

  header.ttm-header-style-03 .mobilemenu #nav-icon1 span {
    left: 0;
  }

  #Home_banner .carousel-caption-inner h2, #Home_banner2 .carousel-caption-inner h2 {
    font-size: 50px;
    line-height: 55px;
  }
  #Home_banner .carousel-caption, #Home_banner2 .carousel-caption {
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #Home_banner .carousel-inner .carousel-item, #Home_banner2 .carousel-inner .carousel-item {
    height: auto;
  }
  #Home_banner .carousel-inner .carousel-item img, #Home_banner2 .carousel-inner .carousel-item img {
    min-height: auto;
  }

  .menu > label {
    background: #fff;
    display: block;
    margin: 0px;
    text-align: right;
  }

  .menu > ul i {
    float: right;
    padding: 10px;
  }

  .menu > ul, .menu-righticon {
    display: none;
    position: absolute;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
    z-index: 100;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 3px solid #40285e;
  }

  input[type=checkbox]:checked + ul {
    display: block;
    -webkit-animation: grow 0.5s ease-in-out;
            animation: grow 0.5s ease-in-out;
  }

  .featured-icon-box-style1-row {
    margin-top: 40px;
  }

  .ttm-left-span, .ttm-right-span {
    margin: 0 !important;
  }

  .spacing-1 {
    padding: 50px 30px;
    margin: 0;
  }

  .spacing-6 {
    padding: 40px;
  }

  .spacing-8 {
    padding: 40px;
  }

  .spacing-10 {
    padding: 80px 40px;
  }

  .res-1199-mt-20 {
    margin-top: 20px;
  }

  .ttm-page-title-row, section.error-404 {
    padding: 110px 0;
  }

  .sidebar .widget-area .widget {
    padding: 20px 20px !important;
  }
  .sidebar .widget-area .widget:last-child {
    margin-bottom: 0;
  }
  .sidebar .widget-area .widget .widget-title::before {
    margin-left: -20px;
  }
}
@media (min-width: 992px) {
  .sidebar .col-lg-9.content-area {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .sidebar .col-lg-3.widget-area {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 991px) {
  #Home_banner .carousel-caption-inner h2, #Home_banner2 .carousel-caption-inner h2 {
    font-size: 35px;
    line-height: 40px;
  }
  #Home_banner .carousel-caption-inner p, #Home_banner2 .carousel-caption-inner p {
    font-size: 14px;
    line-height: 20px;
  }
  #Home_banner .carousel-inner .carousel-item, #Home_banner2 .carousel-inner .carousel-item {
    height: auto;
  }
  #Home_banner .carousel-inner .carousel-item img, #Home_banner2 .carousel-inner .carousel-item img {
    min-height: auto;
  }
  #Home_banner .carousel-caption, #Home_banner2 .carousel-caption {
    padding: 30px 0 0;
  }
  #Home_banner .carousel-caption .effect span, #Home_banner2 .carousel-caption .effect span {
    display: none;
  }
  #Home_banner .carousel-caption .effect img, #Home_banner2 .carousel-caption .effect img {
    max-height: 400px;
  }

  .ttm-row {
    padding: 40px 0 !important;
  }
  .ttm-row.grid-section {
    padding-bottom: 20px !important;
  }

  .ttm-pf-single-related-wrapper {
    margin-top: 0;
  }

  .spacing-1 {
    padding: 40px 15px;
  }

  .spacing-4, .spacing-5, .spacing-8, .spacing-10 {
    padding: 40px 15px;
  }

  .spacing-9 {
    padding: 0 0px 40px;
  }

  .spacing-11 {
    padding: 20px 0;
  }

  .res-991-text-center {
    text-align: center !important;
  }

  .res-991-h-auto {
    height: auto;
  }

  .res-991-mt-0 {
    margin-top: 0px;
  }

  .res-991-mt-20 {
    margin-top: 20px !important;
  }

  .res-991-mt-30 {
    margin-top: 30px;
  }

  .res-991-mt-40 {
    margin-top: 40px;
  }

  .res-991-mb-0 {
    margin-bottom: 0px !important;
  }

  .res-991-mb-20 {
    margin-bottom: 20px !important;
  }

  .res-991-mb-40 {
    margin-bottom: 40px !important;
  }

  .res-991-mb-60 {
    margin-bottom: 60px !important;
  }

  .res-991-p-0 {
    padding: 0 !important;
  }

  .res-991-pt-20 {
    padding-top: 20px;
  }

  .res-991-pb-0 {
    padding-bottom: 0 !important;
  }

  .res-991-pt-0 {
    padding-top: 0 !important;
  }

  .section-title h2.title {
    font-size: 26px !important;
    line-height: 36px;
  }
  .section-title.style2 .title-header::after, .section-title.style3 .title-header::after {
    content: none;
  }

  .row-title h2.title {
    font-size: 32px !important;
    line-height: 40px;
  }

  .ttm-equal-height-image {
    display: block;
  }

  .featured-title h5, .ttm-history-box-wrapper .ttm-historybox-title h5 {
    font-size: 16px;
    line-height: 22px;
  }

  .featured-icon-box .style5 {
    padding: 30px;
  }

  .ttm-processbox-wrapper {
    display: block;
  }
  .ttm-processbox-wrapper .ttm-processbox {
    width: 100%;
    margin-bottom: 20px;
  }
  .ttm-processbox-wrapper .ttm-processbox .ttm-box-image::before {
    content: none;
  }

  .ttm-highlight-fid-style-1 {
    top: 40px;
    background-color: rgba(255, 255, 255, 0.7);
  }

  .testimonial-slide.style1 {
    padding: 25px 25px 35px;
  }

  .footer .first-footer .ttm-btn.ttm-btn-size-md {
    padding: 10px 22px;
  }
  .footer .widget {
    margin: 40px 0 0;
  }

  .error-404 .ttm-big-icon {
    font-size: 100px;
  }
  .error-404 h1 {
    font-size: 50px;
  }

  .sidebar .content-area {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .sidebar div.widget-area {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .ttm-pf-single-detail-box {
    padding: 20px 20px 10px;
  }

  article.ttm-blog-classic .ttm-blog-classic-content {
    padding: 25px 15px 15px;
  }
  article.ttm-blog-classic .post-meta {
    padding: 5px;
    margin-bottom: 5px;
  }
  article.ttm-blog-classic .ttm-post-entry-header {
    position: relative;
    top: 0;
  }
}
@media (min-width: 768px) {
  .comment-body .reply {
    position: absolute;
    top: 10px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .about-overlay-01 {
    font-size: 18px;
    line-height: 24px;
    width: 180px;
    padding: 20px;
  }

  .ttm-tabs ul.tabs li {
    padding: 8px 12px;
    width: 50px !important;
  }
  .ttm-tabs ul.tabs li i {
    display: none !important;
  }
  .ttm-tabs ul.tabs li span {
    font-size: 14px !important;
    padding: 0px 0 !important;
  }
  .ttm-tabs.ttm-tab-style-vertical .content-tab {
    padding: 0 15px;
  }
  .ttm-tabs.tabs-for-single-products {
    padding: 0 15px 15px;
  }
  .ttm-tabs.tabs-for-single-products ul.react-tabs__tab-list li {
    margin: 0 4px 5px;
  }
  .ttm-tabs.tabs-for-single-products .content-inner h2 {
    font-size: 22px;
  }

  .spacing-2 {
    padding: 40px 15px;
  }

  .spacing-6 {
    padding: 20px;
  }

  .res-767-text-center {
    text-align: center !important;
  }

  .res-767-mt-0 {
    margin-top: 0px !important;
  }

  .res-767-mt-20 {
    margin-top: 20px;
  }

  .res-767-mt-30 {
    margin-top: 30px;
  }

  .res-767-mb-0 {
    margin-bottom: 0 !important;
  }

  .res-767-mb-20 {
    margin-bottom: 20px !important;
  }

  .res-767-mb-40 {
    margin-bottom: 40px !important;
  }

  .res-767-ml-0 {
    margin-left: 0 !important;
  }

  .featured-imagebox-blog .featured-content {
    padding: 35px 15px 15px 15px;
  }

  .featured-imagebox-services.style1 .featured-content {
    padding: 20px 15px;
  }

  .ttm-fid-view-topicon h4 {
    font-size: 35px;
    line-height: 40px;
  }
  .ttm-fid-view-topicon .ttm-fid-icon-wrapper .ttm-icon.ttm-icon_element-size-lg {
    width: 80px;
    height: 80px;
  }

  .footer .footer-nav-menu {
    margin-bottom: 10px;
  }

  .ttm-pricing-plan.ttm-pricing-plan-col {
    padding: 30px 15px;
  }
  .ttm-pricing-plan .ttm-featured-title {
    position: relative;
  }

  .title-box .page-title-heading h1 {
    font-size: 38px !important;
    line-height: 42px !important;
  }
}
@media (max-width: 575px) {
  .mobilemenu {
    height: 80px;
    position: absolute;
    width: 100%;
    z-index: 9;
    right: 0;
    top: 0;
    text-transform: capitalize;
    text-align: left;
  }
  .mobilemenu .navbar {
    width: 100%;
    padding: 0;
  }
  .mobilemenu .hamburger-button__button {
    color: #fff;
    top: 0;
    width: 45px !important;
  }
  .mobilemenu #nav-icon1 span {
    background-color: #fff !important;
    width: 31px;
    height: 2px;
    left: 15px;
  }
  .mobilemenu #nav-icon1 span:nth-child(1) {
    top: 5px;
  }
  .mobilemenu #nav-icon1 span:nth-child(2) {
    top: 12px;
  }
  .mobilemenu #nav-icon1 span:nth-child(3) {
    top: 19px;
  }
  .mobilemenu .navbar-collapse {
    position: absolute;
    z-index: 99;
    background: #b1cc79;
    width: 100%;
    top: 80px;
    padding: 0px;
  }
  .mobilemenu .navbar-collapse ul.navbar-nav li:not(:last-child) {
    border-bottom: 1px solid rgba(93, 101, 118, 0.15);
  }
  .mobilemenu .navbar-collapse .nav-link {
    padding: 15px 0;
    line-height: 15px;
    font-size: 15px;
    font-weight: 600;
  }
  .mobilemenu .navbar-collapse .nav-link.dropdown-toggle::after {
    position: absolute;
    top: 20px;
    right: 0;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    border: 0;
  }
  .mobilemenu .dropdown .dropdown-menu {
    position: static !important;
    width: 100%;
    transform: none !important;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 13px;
  }
  .mobilemenu .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    color: #fff;
  }
  .mobilemenu .dropdown .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }
  .mobilemenu .dropdown .dropdown-menu .dropdown .nav-link {
    font-size: 13px;
    font-weight: 400;
    padding-left: 15px;
    color: #212529;
  }
  .mobilemenu .dropdown .dropdown-menu .dropdown .dropdown-menu {
    padding-left: 10px;
  }

  .dropdown-item {
    display: block;
    width: 100%;
    padding: 1px 0px;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0px;
    border-top: 2px solid #9dbf57;
  }

  .img-forced {
    max-width: 50%;
  }

  h1, h2, h3 {
    font-size: 22px !important;
  }

  p {
    font-size: 14px !important;
  }

  .text-mobile-center {
    text-align: center !important;
  }

  .img-fluid-restrict {
    max-width: 80% !important;
  }

  .spacing-12 {
    padding: 40px 20px;
  }

  .mobile-paging {
    display: flex !important;
  }

  .ttm-tabs ul.tabs h3 {
    font: size 22px;
  }
  .ttm-tabs.ttm-tab-style-classic .content-tab h3 {
    font-size: 22px;
  }
  .ttm-tabs.ttm-tab-style-horizontal ul {
    display: block;
  }
  .ttm-tabs.ttm-tab-style-horizontal ul li {
    display: block;
    text-align: center;
  }

  ul.ttm-list.ttm-list-style-icon li {
    font-size: 14px;
    line-height: 20px;
  }

  .ttm-tabs ul.tabs.tabs li:first-child {
    margin-left: 0px !important;
  }

  .ttm-tabs ul.tabs.tabs li:last-child {
    margin-right: 0px !important;
  }

  .featured-icon-box .style6 {
    padding: 20px;
  }

  .ttm-team-details-list li {
    width: 100%;
    float: none;
  }

  .member-info-box, .member-contact-form {
    padding: 15px;
  }

  .s-show {
    display: none;
  }

  .m-show {
    display: inline-block;
  }
}/*# sourceMappingURL=responsive.css.map */