@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

@media only screen and (max-width: 1450px) {
.row-heading-h2 {
    font-size: 124px;
    line-height: 104px;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1171px){
  .section-title.style4 h2.title {
    font-size: 100px;
    line-height: 110px;
  }
  .ttm-row.client-section { padding: 25px 0px 5px; }
  .spacing-2 { padding: 0 0px; }
  .section-title.style4 .banner-text .w-layout-grid.grid-24:after { bottom: 0px; }
  .section-title.style4 .banner-text .w-layout-grid.grid-24:before { bottom: -20px; }
  .about-us-section .col-xl-6.align-self-center { padding-left: 60px;}

}

@media only screen and (max-width: 1050px) and (min-width: 991px){
  .mobilemenu #nav-icon1 span { left: -5px !important;}
}

/* hide show mixin */
@media only screen and (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1330px;
  }
  /*topbar*/
  .ttm-stickable-header.fixed-header {
    z-index: 111;
    background-color: #000;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
            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;
  }
  .ttm-header-style-01 .site-branding img {
    max-height: 42px;
  }
  .ttm-header-style-01 .ttm-stickable-header.fixed-header .site-header-menu, .ttm-header-style-01 .ttm-stickable-header.fixed-header .menu {
    height: 93px;
  }
  .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: 93px;
    line-height: 93px;
  }
  .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 {
    background-color: transparent;
    height: 93px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-bottom: 1px solid rgb(255 255 255 / 16%);
  }
  #site-header-menu .ttm-stickable-header .site-navigation ul.menu > li >a:after {
    content: '\f107';
    font-size: 15px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    position: relative;
    top: 1px;
    transition: .1s all;
}
  #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;
    font-family: 'Space Grotesk', sans-serif;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    border: none;
  }
  .menu > ul > li > a:after {
    content: "\e64b";
    font-size: 10px;
    font-weight: 900;
    font-family: 'themify';
    font-style: normal;
    position: relative;
    left: 5px;
    top: 1px;
    transition: .1s all;
  }
  .menu > ul > li:first-child >a:after, 
  .menu > ul > li:last-child >a:after {
    content: unset;
}
  .menu > ul > li > a:hover {
    color: #05c8f9;
  }
  .menu > ul > li:hover a::before, .menu > ul > li.active > a::before {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .menu-hasdropdown {
    position: relative;
  }
  .menu-hasdropdown:hover > ul {
    display: block;
  }
  .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: #000;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    z-index: 1;
  }
  .menu-hasdropdown > ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .menu-hasdropdown > ul li a {
    padding: 15px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  }
  .menu-hasdropdown > ul li:last-child a {
		border-bottom: 0;
	}
  .menu-hasdropdown > ul li a::before {
    content: "*";
    margin-right: 10px;
    position: absolute;
    opacity: 0;
    left: 7px;
    -webkit-transition: .5s all;
    font-size: 25px;
    font-weight: bold;
    transition: .5s all;
    top: 21px;
    color: #05c8f9;
  }
  .menu-hasdropdown > ul li a:hover::before, .menu-hasdropdown > ul li a.active::before {
    opacity: 1;
    left: 0px;
  }
  .menu-hasdropdown > ul li a:hover, .menu-hasdropdown > ul li a.active {
    padding-left: 15px;
    background-color: #000;
    color: #05c8f9;
  }
  .menu-hasflyout > ul {
    left: 100%;
    top: 0;
  }
  .menu-hasflyout .menu-downicon {
    display: none;
  }
  header.ttm-header-style-02 .site-header-menu {
    height: 60px;
    background-color: #f7f9fe;
  }
  .ttm-header-style-02 .ttm-right-header, .ttm-header-style-02 .menu > ul > li > a {
    height: 60px;
    line-height: 60px;
  }
  .ttm-header-style-02 .site-branding {
    height: 124px;
    line-height: 124px;
  }
  .ttm-header-style-02 li.menu-hasdropdown a {
    border-bottom: 0;
  }
  .ttm-header-style-02 li.menu-hasdropdown:hover > a::before {
    width: 15px;
  }
  .ttm-header-style-02 li.menu-hasdropdown:not(:last-child) > a::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    right: 22px;
    top: 50%;
    -webkit-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%);
    background-color: rgba(38, 48, 69, 0.06);
    display: inline-block;
  }
  .ttm-header-style-02 .menu > ul > li > a {
    padding: 0 44px 0 0px;
  }
  .ttm-header-style-02 .menu > ul > li > a::before {
    right: auto;
    bottom: 15px;
  }
  .ttm-header-style-02 .ttm-custombutton {
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    margin-left: 15px;
  }
  .ttm-header-style-02 .ttm-custombutton::after {
    content: "";
    width: 5000px;
    height: 100%;
    background-color: #2d4a8a;
    left: 100%;
    top: 0px;
    position: absolute;
  }
  .ttm-header-style-02 .ttm-right-header ul, .ttm-header-style-02 .ttm-right-header .ttm-custombutton {
    display: inline-block;
  }
  .ttm-header-style-02 .menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 60px;
  }
  .ttm-header-style-02 .widget_info {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .ttm-header-style-03 .site-header-menu {
    background-color: transparent;
    height: 141px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
  }
  .ttm-header-style-03 nav.menu {
    float: none;
  }
  .ttm-header-style-03 nav.menu > ul {
    float: right;
  }
  .ttm-header-style-03 .site-branding {
    height: 108px;
    line-height: 108px;
    padding-right: 50px;
  }
  .ttm-header-style-03 .site-branding::before {
    position: absolute;
    content: '';
    right: 0;
    width: 1px;
    height: 145px;
    top: -21px;
    background-color: rgba(0, 0, 0, 0.06);
  }
  .ttm-header-style-03 .site-navigation {
    position: relative;
  }
  .ttm-header-style-03 .site-navigation::after {
    position: absolute;
    bottom: 0;
    content: '';
    width: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    left: -3000px;
    right: -3000px;
  }
  .ttm-header-style-03 .site-navigation .ttm-header-icons::before {
    content: none;
  }
  .ttm-header-style-03 .ttm-topbar-wrapper {
    height: 50px;
    line-height: 50px;
    position: relative;
  }
  .ttm-header-style-03 .ttm-topbar-wrapper::before {
    position: absolute;
    content: "";
    height: 1px;
    bottom: 0;
    left: -120px;
    right: -3000px;
    background-color: rgba(0, 0, 0, 0.06);
  }
  .ttm-header-style-03 #site-header-menu #site-navigation .menu > ul > li > a, .ttm-header-style-03 .header-btn,
  .ttm-header-style-03 .ttm-header-icons {
    height: 93px;
    line-height: 93px;
  }
  .ttm-header-style-03 .header-btn {
    padding-left: 30px;
  }
  .ttm-header-style-03 .fixed-header .ttm-topbar-wrapper {
    display: none;
  }
  .ttm-header-style-03 .fixed-header .header-btn, .ttm-header-style-03 .fixed-header .ttm-header-icons,
  .ttm-header-style-03 .fixed-header .site-branding, .ttm-header-style-03 .fixed-header .menu, .ttm-header-style-03 .fixed-header .menu > ul > li > a {
    height: 70px !important;
    line-height: 70px !important;
  }
  .ttm-header-style-03 .fixed-header .site-branding:before {
    height: 70px;
    top: 0;
  }
  .ttm-header-style-03 .fixed-header .ttm-right-header {
    padding-right: 20px;
  }
  .ttm-header-style-03 .top-contact, .ttm-header-style-03 .ttm-social-links-wrapper {
    display: inline-block;
  }
  .ttm-header-style-03 .ttm-topbar-wrapper .top-contact li {
    margin-right: 0;
    padding-right: 35px;
  }
  .ttm-header-style-03 .menu > ul > li > a::before {
    content: none;
  }
  .second-footer > div > .row .widget-area:first-child .widget {
    margin-right: 10px;
  }
  .mobilemenu {
    display: none;
  }
  #Home_banner2 .carousel-caption div.effect {
    right: -140px;
  }
}

@media only screen and (max-width: 1199px) {
  .right-btn {
    display: none;
  }
  .ttm-row .container, footer .container, .sidebar .container {
    padding: 0;
    max-width: 100%;
}
.ttm-row .container > .row, .ttm-page-title-row .container > .row, footer .container .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
  .mobilemenu {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 0;
    z-index: 9;
    right: 0;
    top: 0;
    text-transform: capitalize;
  }
  .footer-widget-box.last-child { padding-top: 0;}
  .res-1199-pl-0 { padding-left: 0;}
  .res-1199-pr-0 { padding-right: 0;}
  .res-1199-mt-30 { margin-top: 30px;}
  .about-us-section .col-xl-6.align-self-center { padding-left: 15px; padding-top: 30px;} 
  .spacing-2 { padding: 0 0px; }
  .row-heading-h2 { padding-left: 0;}
  .row-heading-h3 { text-align: left;}
  .mobilemenu .navbar {
    width: 100%;
    padding: 0;
  }
  .section-title.style2 h2 {
    font-size: 120px;
    line-height: 130px;
    margin-bottom: 0;
}
  .features-fid-item-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobilemenu .hamburger-button__button {
    top: 0;
    width: 45px !important;
  }
  .mobilemenu #nav-icon1 span {
    background-color: #fff !important;
    width: 31px;
    height: 2px;
    left: 15px;
  }
  .list-border-left:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    right: 0px;
    background-color: #d9d9d9;
}
  .ttm-sidebar-left { padding-top: 0 !important; padding-right: 15px !important;}
  .sidebar .widget.widget-search .input-text { border: unset;}
  .section-title.style4 h2.title { font-size: 100px; line-height: 110px; }
  #navbar.ttm-stickable-header  {
    border-bottom: 1px solid rgb(255 255 255 / 16%);
  }
  .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: #000;
    width: 500px;
    top: 80px;
    padding: 10px 20px;
    left: -450px;
  }
  .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: 16px;
    font-weight: 600;
    color: #fff;
  }
  .mobilemenu .navbar-collapse .nav-link.dropdown-toggle::after {
    position: absolute;
    top: 20px;
    right: 0;
    content: "\e64b";
    font-family: "themify";
    font-size: 12px;
    border: 0;
  }
  .mobilemenu .dropdown .dropdown-menu {
    position: static !important;
    width: 100%;
    -webkit-transform: none !important;
            transform: none !important;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 13px;
  }
  .mobilemenu .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    font-size: 15px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
  }
  .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;
    padding-left: 15px;
  }
  .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;
  }
  .side-menu a:after {
    display: none;
  }
  .res-1199-mt-30 { margin-top: 30px !important;}
  .ttm-page-title-row-01 , .ttm-page-title-row-02 { padding-top: 100px;}
  .ttm-header-style-01 { background-color: #000; }
  .header_call { display: none; }
  .section-title.style4 .w-layout-grid.grid-24 { padding-left: 0;}
  .section-title.style4 .banner-text p { padding-top: 30px;}
  .ttm-row.banner-section { padding: 70px 0 25px; }
  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: -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;
  }
  #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;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
            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 #2d4a8a;
  }
  input[type="checkbox"]:checked + ul {
    display: block;
    -webkit-animation: grow .5s ease-in-out;
            animation: grow .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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
  .sidebar .col-lg-3.widget-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            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;
  }
  .row-heading-h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .comments-area h3.comment-reply-title { font-size: 30px; line-height: 40px; }
  .comments-area { padding: 30px 15px;}
  .ttm-row.grid-section {
    padding-bottom: 20px !important;
  }
  .ttm-pf-single-related-wrapper {
    margin-top: 0;
  }
  .spacing-1 {
    padding: 40px 15px;
  }
  .accordion.style3 .accordion__button { font-size: 23px;}
  .address-box-heading { font-size: 25px; line-height: 35px;}
  .map-contect-form { padding: 45px 15px 50px;}
  .spacing-6 { padding-left: 15px; padding-right: 15px;}
  .ttm-page-title-row-01 .title-box, .ttm-page-title-row-02 .title-box , .ttm-page-title-row { text-align: center;}
  .ttm-tabs.ttm-tab-style-classic.style2 { box-shadow: none;}
  .sidebar .content-area { padding: 60px 15px 60px 15px; }
  .sidebar-left { padding-right: 15px !important;}
  .team-member-single-content:after { border-right: unset;}
  .team-section .col-xl-4.col-lg-3.col-md-12.col-sm-12.blog-sm { order: 1;}
  .ttm-row.bg-img3 .position-relative.text-right { text-align: center !important;}
  .process-desc.process-desc1 p { display: none;}
  .spacing-4, .spacing-5, .spacing-8, .spacing-10 {
    padding: 40px 15px;
  }
  .pf-single-btn.text-right { text-align: left !important;}
  .ttm-fid.inside.style3 { margin-bottom: 25px;}
  .ttm-tabs.ttm-tab-style-classic.style2 .content-tab {padding: 0; }
  .blog-title.text-right { text-align: left !important;}
  .spacing-9 {
    padding: 0 0px 40px;
  }
  .marquee-text { font-size: 50px; line-height: 60px; padding: 10px 30px; }
  .ttm-row.testimonial-section { padding: 50px 0 45px!important; }
  .spacing-11 {
    padding: 20px 0;
  }
  .section-title.style2 h2 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 0;
  }
  .about-us-section {
    padding-bottom: 0 !important;
  }
  .ttm-tabs.ttm-tab-style-classic.style2 ul.tabs li:last-child,
  .ttm-tabs.ttm-tab-style-classic.style2 ul.tabs li:first-child { margin-left: 0px; margin-right: 0; }
  .ttm-tabs.ttm-tab-style-classic.style2 { padding-left: 0; padding-right: 0 !important;}
  .ttm-tabs.ttm-tab-style-classic.style2 ul.tabs li,
  .ttm-tabs.ttm-tab-style-classic.style2 ul.tabs.tabs { display: block; margin-bottom: 25px; margin-left: 0px; margin-right: 0; }
  .ttm-tabs.ttm-tab-style-classic.style1 .content-tab { padding-left: 0; padding-right: 0;}
  .res-991-d-none { display: none;}
  .tab-section-2 .col-xl-4.col-lg-3.col-md-12.col-sm-12.blog-sm { order: 1; }
  .spacing-1 .row-equal-height > [class*='col-'] { display: block;}
  .res-991-text-center { text-align: center !important; }
  .spacing-1 .featured-box-main:last-child { margin: 0; }
  .spacing-1 .featured-box-main h3.featured-box-h3 {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 12px !important;
  }
  .mobilemenu #nav-icon1 span { left: 5px !important;}
  .res-991-h-auto {
    height: auto;
  }
  .res-991-mt-0 {
    margin-top: 0px !important;
  }
  .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-30 {
    margin-bottom: 30px !important;
  }
  .res-991-mb-40 {
    margin-bottom: 40px !important;
  }
  .res-991-mb-60 {
    margin-bottom: 60px !important;
  }
  .res-991-mb-10 {
    margin-bottom: 10px !important;
  }
  .res-991-p-0 {
    padding: 0 !important;
  }
  .res-991-pt-20 {
    padding-top: 20px !important;
  }
  .res-991-pt-30 {
    padding-top: 30px;
  }
  .res-991-pb-0 {
    padding-bottom: 0 !important;
  }
  .res-991-pb-30 {
    padding-bottom: 30px !important;
  }
  .res-991-pb-10 {
    padding-bottom: 10px !important;
  }
  .res-991-pt-0 {
    padding-top: 0 !important;
  }
  .res-991-pl-0 {
    padding-left: 0 !important;
  }
  .res-991-pr-0 {
    padding-right: 0 !important;
  }
  .res-991-pr-15 {
    padding-right: 15px !important;
  }
  .section-title h2.title {
    font-size: 50px !important;
    line-height: 60px !important;
  }
  .about-us-section .featured-box-main h3.featured-box-h3 {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 12px !important;
  }
  .map-accordion-section { padding-top: 0 !important;}
  .ttm-sidebar-left { padding-bottom: 0 !important;}
  .col-lg-4.widget-area.sidebar-left.ttm-left-span { order: 1; padding-left: 15px; padding-top: 25px;}
  .step-section .ttm-box-title-h3 { font-size: 35px; line-height: 45px;}
  .spacing-3 { padding: 30px 15px 30px; margin-bottom: 30px; }
  .process-section { padding-bottom: 0 !important; padding-top: 0 !important;}
  .tab-section .col-xl-4.col-lg-3.col-md-12.col-sm-12.blog-sm { order: 1;}
  .blog-section .col-xl-4.col-lg-3.col-md-12.col-sm-12.blog-sm { order: 1;}
  .row .col-lg-3.col-md-6.col-sm-6.col-12:nth-child(3) .featured-icon-box.style1 { padding-left: 0;}
  .featured-icon-box.style1 { border-right: unset;}
  .section-title .title-header { margin-bottom: 20px;}
  .section-title.style2 .title-header::after, .section-title.style3 .title-header::after { content: none; }
  .ttm-populated-box { border-right: unset;}
  .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);
  }
  .ttm-tabs ul.tabs.tabs li {
    padding: 8px 12px;
  }
  .step-section-1 .ttm-box-title-h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .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;
  }
  .section-title.style4 .banner-text .w-layout-grid.grid-24:after ,
  .section-title.style4 .banner-text .w-layout-grid.grid-24:before,
  .section-title.style4 .banner-text p { display: none;}
  .section-title.style4 .w-layout-grid.grid-24 { display: block;}
  .section-title.style4 h2.title { font-size: 60px !important; line-height: 50px !important;}
  .banner-buttons p {
    display: none !important;
  }
  .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) {
  #Home_banner .carousel-caption-inner, #Home_banner2 .carousel-caption-inner {
    text-align: center !important;
    margin: 0 auto;
  }
  #Home_banner .carousel-caption-inner h2, #Home_banner2 .carousel-caption-inner h2 {
    font-size: 30px;
    line-height: 35px;
  }
  #Home_banner .carousel-caption-inner h2::before, #Home_banner2 .carousel-caption-inner h2::before {
    content: none;
  }
  #Home_banner .carousel-caption-inner h5::after, #Home_banner2 .carousel-caption-inner h5::after {
    content: none;
  }
  #Home_banner .carousel-caption-inner p.text, #Home_banner2 .carousel-caption-inner p.text {
    display: none;
  }
  #Home_banner .carousel-caption-inner button, #Home_banner2 .carousel-caption-inner button {
    font-size: 13px;
    padding: 10px 20px;
  }
  #Home_banner .carousel-caption-inner.banner2, #Home_banner2 .carousel-caption-inner.banner2 {
    float: none;
  }
  #Home_banner .carousel-caption-inner.banner3 span, #Home_banner2 .carousel-caption-inner.banner3 span {
    display: none;
  }
  #Home_banner .carousel-caption, #Home_banner2 .carousel-caption {
    padding: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  #Home_banner .effect, #Home_banner2 .effect {
    display: none !important;
  }
  #Home_banner .carousel-item .view img, #Home_banner2 .carousel-item .view img {
    min-height: 300px;
  }
  .about-overlay-01 {
    font-size: 18px;
    line-height: 24px;
    width: 180px;
    padding: 20px;
  }
  .ttm-tabs ul.tabs li {
    padding: 8px 12px;
  }
  .mobilemenu .navbar-collapse { width: 450px;}
  .ttm-tabs ul.tabs li i {
    display: none !important;
  }
  .ttm-tabs ul.tabs li span {
    font-size: 14px !important;
    padding: 5px 0 !important;
  }
  .ttm-blog-single .post-content .social-media-block { display: block; }
  .service-process-box { margin: 15px 0; }
  .footer-widget-box { padding: 60px 30px 0px;}
  .ttm-tabs.ttm-tab-style-vertical .content-tab {
    padding: 0 15px;
  }
  .ttm-tabs.tabs-for-single-products {
    padding: 0 15px 15px;
  }
  .mobilemenu #nav-icon1 span {
    left: -5px !important;
}
  .section-title h2.title {
    font-size: 40px !important;
    line-height: 50px;
}
  .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;
  }
  .ttm-tabs.ttm-tab-style-classic.style1 .content-tab { padding-top: 30px; }
  .ttm-blog-single blockquote { padding: 15px 15px 30px; text-align: center; }
  .ttm-tabs.ttm-tab-style-classic.style2 ul.tabs li span { font-size: 20px !important;}
  .ttm-tabs.ttm-tab-style-classic.style1 .tabs:after,
  .ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li span::before { display: none;}
  .ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li { border: 1px solid #ddd; margin: 10px 2px; }
  .ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li span { font-size: 25px !important; line-height: 35px;}
  .ttm-tabs.ttm-tab-style-classic.style1 ul.tabs.tabs,
  .ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li { display: block;}
  .spacing-2 {
    padding: 0;
  }
  .spacing-6 {
    padding: 20px;
  }
  .mobilemenu #nav-icon1 span { left: -30px;}
  .res-767-text-center {
    text-align: center !important;
  }
  .res-767-mt-0 {
    margin-top: 0px !important;
  }
  .res-767-pt-40 {
    padding-top: 40px;
  }
  .res-767-pt-45 {
    padding-top: 45px;
  }
  .res-767-pt-20 {
    padding-top: 20px;
  }
  .res-767-pt-25 {
    padding-top: 25px !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;
  }
  .ttm-blog-single blockquote:before {
    width: 80px;
    height: auto;
    line-height: 80px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
  }
  .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;
  }
  .product .content-tab {
    padding: 20px;
  }
  .product .ttm-single-product-info {
    padding: 15px;
  }
  .product.ttm-single-product-details div.images, .product.ttm-single-product-details div.summary {
    width: 100%;
    float: none;
  }
  .product.ttm-single-product-details .product-details__short-description {
    margin-bottom: 20px;
  }
  .related.products h3 {
    font-size: 22px;
  }
  table .cart_item .product-thumbnail, table.shop_table_responsive thead {
    display: none;
  }
  table.shop_table_responsive tr.cart_item td:not(.product-remove)::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
  }
  table.shop_table:not(.checkout-review-order-table) tbody tr {
    display: block;
  }
  table.shop_table:not(.checkout-review-order-table) tbody td {
    display: block;
    text-align: right;
  }
  table.shop_table .quantity {
    display: inline-block;
    height: auto;
  }
  table.shop_table .quantity input {
    padding: 0;
    text-align: right;
  }
  table.shop_table button.cart_button {
    width: 100%;
    margin-top: 5px;
  }
  table.shop_table .coupon {
    float: none;
  }
  .cart-collaterals {
    margin-top: 30px;
  }
  .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
  }
  .row.checkout {
    margin: 0 -15px;
  }
  .row.checkout h3 {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .ttm-tabs ul.tabs {
    display: block !important;
  }
  .ttm-tabs ul.tabs li {
    border: 1px solid #ddd;
    margin: 10px 2px;
  }
  .ttm-tabs.ttm-tab-style-classic .content-tab {
    padding: 0;
    margin-top: 10px;
  }
  .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;
  }
  .row-heading-h2 {
    font-size: 50px;
    line-height: 60px;
}
.mobilemenu .navbar-collapse {
  width: 300px;
}
.mobilemenu .navbar-collapse { left: -295px;}
.featured-icon-box.style1 {
  padding-left: 0 !important;
}
.ttm-bgcolor-darkgrey .ttm-vertical_sep > [class*='col']:not(:last-child):before {
  content: unset !important;
}
.mobilemenu #nav-icon1 span {
  left: -35px !important;
}
#google_map { margin: auto;}
.map-overlay { padding: 15px 15px; position: relative; right: 0; width: auto;}
.ttm-populated-h3-2 { font-size: 25px; line-height: 35px;}
.ttm-populated-box-main , .ttm-populated-box{ display: block; text-align: left;}
.ttm-fid.inside.style1 { display: block; padding: 20px 15px 30px 0px;}
.ttm-fid.inside.style3 { padding-left: 0;}
.ttm-vertical_sep.style3 > [class*='col']:not(:last-child):before { content: unset;}
.list-border-left:before { content: unset;}
  .res-575-mb-0 { margin-bottom: 0 !important;}
  .res-575-mb-30 { margin-bottom: 30px;}
  .res-575-pb-10 { padding-bottom: 10px;}
  .res-575-pl-0 { padding-left: 0 !important;}
  .res-575-mt-15 { margin-top: 15px;}
  .ttm-tab-style-classic.style2 ul.ttm-list.ttm-list-style-icon li {
    font-size: 18px;
    line-height: 28px;
  }
  ul.ttm-list.ttm-list-style-icon li {
    font-size: 14px;
    line-height: 20px;
  }
  .featured-icon-box .style6 {
    padding: 20px;
  }
  .ttm-team-details-list li {
    width: 100%;
    float: none;
  }
  .client-box .ttm-client img {
    text-align: center;
    margin: 0 auto;
  }
  .member-info-box, .member-contact-form {
    padding: 15px;
  }
  .section-title.style4 h2.title {
    font-size: 40px !important;
    line-height: 30px !important;
}
}
/*# sourceMappingURL=responsive.css.map */