/* 
 * 	Responsive CSS File
 *	v1.0
 */
/* clearfix */
@media (min-width: 1230px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1199px) {
  .container {
    padding: 0 15px;
  }
  /* - Header Style Start  //---------------- */
  ul.navbar-nav > li.level {
    margin: 0 14px;
  }
  /* - Header Style End  //---------------- */
  /* - Banner Style Start  //---------------- */
  .banner-detail .banner-detail-inner .banner-title {
    font-size: 32px;
    line-height: 36px;
  }
  /* - Banner Style End  //---------------- */
}

@media (min-width: 992px) {
  /* - Header Style Start //---------------- */
  .header-middle {
    width: 100%;
    position: relative;
    top: 0;
  }
  header.sticky-header .header-middle {
    position: fixed;
    top: 0;
    width: 100%;
    background: #001c44;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    -webkit-box-shadow: 0 0 5px 2px rgba(31, 32, 34, 0.3);
            box-shadow: 0 0 5px 2px rgba(31, 32, 34, 0.3);
  }
  .main-fixed .header-middle {
    position: fixed;
    top: -110px;
  }
  header.sticky-header .header-middle-inner {
    padding: 0;
  }
  ul.navbar-nav > li.level .megamenu {
    background: transparent;
    display: block !important;
    color: #888888;
    padding-top: 10px;
    text-align: left;
    position: absolute;
    top: auto;
    margin-top: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    left: auto;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  ul.navbar-nav > li.level .megamenu.big-megamenu {
    left: 0;
    right: 0;
  }
  ul.navbar-nav > li.level .megamenu.big-megamenu .megamenu-inner {
    padding: 30px;
  }
  ul.navbar-nav > li.level .megamenu.big-megamenu .sub-menu-level1 li a {
    padding-left: 0;
    border-radius: 5px;
  }
  ul.navbar-nav > li.level .megamenu.big-megamenu .sub-menu-level1 li:hover a {
    padding-left: 10px;
  }
  ul.navbar-nav > li.level .megamenu .megamenu-inner {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(31, 32, 34, 0.2);
            box-shadow: 0 6px 12px rgba(31, 32, 34, 0.2);
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 {
    padding: 10px 0;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li {
    min-width: 230px;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li:last-child a {
    border-bottom: none;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li > .megamenu {
    right: 100%;
    top: 100%;
    padding-top: 0;
    margin-top: -40px;
    margin-right: 10px;
    opacity: 0;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li > .megamenu:after {
    border-color: rgba(31, 32, 34, 0) rgba(31, 32, 34, 0) rgba(31, 32, 34, 0) #fff;
    border-style: solid;
    border-width: 10px;
    top: 10px;
    content: "";
    right: -20px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li > .megamenu ul.sub-menu-level2 {
    padding: 10px 0;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li:hover > a {
    color: #fff;
    background: #65bc7b;
    padding-left: 30px;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li:hover > .megamenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li:hover > .megamenu:after {
    opacity: 1;
  }
  ul.navbar-nav > li.level .megamenu.full {
    width: 100%;
  }
  ul.navbar-nav > li:hover > .megamenu {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  ul.navbar-nav > li.dropdown > a:after {
    border-color: rgba(31, 32, 34, 0) rgba(31, 32, 34, 0) #fff;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 50%;
    opacity: 0;
    bottom: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  ul.navbar-nav > li.dropdown:hover > a:after {
    opacity: 1;
    bottom: -10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  /* - Header Style End //---------------- */
  /* - Banner Style Start //---------------- */
  .banner-detail {
    top: 50%;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  /* - Banner Style End //---------------- */
  /* - Our Partners Style Start //---------------- */
  .partner-logo [class*="col-"]:nth-child(4n) .logo {
    border-right: none;
  }
  .partner-logo [class*="col-"]:nth-child(n+5) .logo {
    border-bottom: none;
  }
  /* - Our Partners Style End //---------------- */
  /* - Our Team Style Start //---------------- */
  .team-item .team-detail .team-info {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .team-item .team-detail ul.social-icon {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .team-item .team-detail ul.social-icon li {
    padding-right: 10px;
    -webkit-transform: translate(0, 55px);
            transform: translate(0, 55px);
    opacity: 0;
    background: #fff;
  }
  .team-item .team-detail ul.social-icon li:nth-child(1) {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  .team-item .team-detail ul.social-icon li:nth-child(2) {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .team-item .team-detail ul.social-icon li:nth-child(3) {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .team-item .team-detail ul.social-icon li:nth-child(4) {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .team-item:hover .team-detail .team-info {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .team-item:hover .team-detail ul.social-icon li {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  /* - Our Team Style End //---------------- */
  /* - Sidebar Style Start //---------------- */
  .sidebar-box .sidebar-contant {
    display: block !important;
  }
  /* - Sidebar Style End //---------------- */
  /* - Footer Style Start //---------------- */
  .footer-static-block .footer-block-contant {
    display: block !important;
  }
  /* - Footer Style End //---------------- */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* - Sidebar project single details CSS End //---------------- */
  .our-project-single .sidebar-block .row [class*="col-"] .sidebar-box:last-child {
    padding-bottom: 0;
  }
  /* - Sidebar project single details CSS End  //---------------- */
  /* - Footer Style Start //---------------- */
  .footer-static-block .footer-block-contant {
    display: block !important;
  }
  /* - Footer Style End //---------------- */
}

@media (max-width: 991px) {
  /* - Header Style Start //---------------- */
  header#header {
    padding: 15px 0;
  }
  .side-toggle {
    display: block;
    float: left;
  }
  .side-toggle .navbar-toggle {
    border: none;
    background: none;
    color: #fff;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 0;
  }
  .side-toggle .navbar-toggle span {
    width: 24px;
    background: #fff;
    height: 2px;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .side-toggle .navbar-toggle span:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 24px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .side-toggle .navbar-toggle span:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 24px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .side-toggle .navbar-toggle.active span {
    background: transparent;
  }
  .side-toggle .navbar-toggle.active span:before {
    top: 13px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .side-toggle .navbar-toggle.active span:after {
    bottom: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #menu {
    overflow-X: hidden;
    overflow-Y: auto;
  }
  #menu.navbar-collapse {
    background: #001c44;
    bottom: 0;
    border-bottom: 0;
    display: inline-block !important;
    height: 100% !important;
    left: -260px;
    position: fixed !important;
    top: 0 !important;
    margin: 0 !important;
    padding-top: 0;
    width: 250px;
    z-index: 4;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: 0px 3px 10px rgba(31, 32, 34, 0.2);
            box-shadow: 0px 3px 10px rgba(31, 32, 34, 0.2);
  }
  #menu.navbar-collapse.menu-open {
    left: 0;
  }
  ul.navbar-nav {
    display: block;
    text-align: left;
  }
  ul.navbar-nav > li.level {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    float: none;
    display: block;
    margin: 0;
  }
  ul.navbar-nav > li.level a.nav-link {
    padding: 8px 16px;
  }
  ul.navbar-nav > li.level a:before {
    display: none;
  }
  ul.navbar-nav > li.level .megamenu.mobile-sub-menu {
    display: none;
  }
  ul.navbar-nav > li.level .megamenu.mobile-sub-menu .sub-menu-level1 .second-sub-menu {
    display: none;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li > a {
    padding-left: 30px;
    color: #fff;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li:last-child > a {
    border-bottom: none;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li:hover > a {
    color: #65bc7b;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li .second-sub-menu a {
    padding-left: 40px;
  }
  ul.navbar-nav > li:hover > a.nav-link {
    color: #65bc7b;
  }
  ul.navbar-nav > li.dropdown span.opener {
    color: #fff;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    right: 5px;
    cursor: pointer;
    top: 8px;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  ul.navbar-nav > li.dropdown span.opener:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #65bc7b;
    top: 10px;
    left: 3px;
  }
  ul.navbar-nav > li.dropdown span.opener:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    top: 2px;
    left: 11px;
    background: #65bc7b;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  ul.navbar-nav > li.dropdown span.opener.minus:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  /* - Header Style End //---------------- */
  /* - Counter Style Start //---------------- */
  .success-year .year {
    width: 200px;
  }
  .counter-area .counters-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .counter-area [class*="col-"]:nth-child(2n) .counters-item {
    border-right: none;
  }
  .counter-area [class*="col-"]:last-child .counters-item {
    border-bottom: none;
  }
  .counter-area [class*="col-"]:nth-child(n+3) .counters-item {
    border-bottom: none;
  }
  /* - Counter Style Start //---------------- */
  /* - Sidebar Style Start //---------------- */
  .sidebar-block .sidebar-box {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .sidebar-block .sidebar-box .sidebar-contant {
    display: none;
    padding-bottom: 20px;
    border-radius: 5px;
  }
  .sidebar-block .sidebar-box span.opener {
    color: #fff;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    right: 5px;
    cursor: pointer;
    top: 8px;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .sidebar-block .sidebar-box span.opener:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #65bc7b;
    top: 10px;
    left: 3px;
  }
  .sidebar-block .sidebar-box span.opener:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    top: 2px;
    left: 11px;
    background: #65bc7b;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .sidebar-block .sidebar-box span.opener.minus:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  /* - sticky Sidebar CSS Start --------*/
  .sticky-wrapper .static-sidebar {
    height: auto !important;
  }
  .sticky-wrapper .static-sidebar .inner-wrapper-sticky {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    width: auto !important;
  }
  /* - sticky Sidebar CSS End //---------------- */
  /* - Sidebar Style End //---------------- */
  /* - Our Projects Style End //---------------- */
  .project-box .img-overlay > img {
    width: 100%;
  }
  /* - Our Projects Style End //---------------- */
}

@media (min-width: 768px) {
  /* - Our Partners Style Start //---------------- */
  .partner-logo [class*="col-"]:nth-child(4n) .logo {
    border-right: none;
  }
  .partner-logo [class*="col-"]:nth-child(n+5) .logo {
    border-bottom: none;
  }
  /* - Our Partners Style End //---------------- */
  /*- Projects Details Style Start //---------------- */
  .project-scope .container-fluid {
    padding: 0;
  }
  /*- Projects Details Style End //---------------- */
}

@media (max-width: 767px) {
  /* - Heading Style Start //---------------- */
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
  /* - Heading Style End  //---------------- */
  /* - Bread Crumb Style End  //---------------- */
  .bread.bread-banner {
    padding-top: 85px;
  }
  .bread.bread-banner .bread-detail .bread-title {
    font-size: 22px;
  }
  .bread.bread-banner .bread-detail h1 {
    font-size: 35px;
    line-height: 40px;
  }
  /* - Bread Crumb Style End  //---------------- */
  /* - Our Partners Style Start //---------------- */
  .partner-logo [class*="col-"]:nth-child(2n) .logo {
    border-right: none;
  }
  .partner-logo [class*="col-"]:nth-child(n+7) .logo {
    border-bottom: none;
  }
  /* - Our Partners Style End //---------------- */
  /* - Slider icon Style Start //---------------- */
  .owl-carousel .owl-nav button.owl-prev {
    left: -10px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
  /* - Slider icon Style End //---------------- */
  /* - Social Icon Style Start //---------------- */
  ul.social-icon li a {
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
  /* - Social Icon Style End //---------------- */
  /* - pagination CSS Start //---------------- */
  .single-post-nav .media-body .title {
    font-size: 14px;
    width: 140px;
  }
  ul .child-comment {
    margin-left: 30px;
  }
  /* - Spagination CSS End //---------------- */
  /*------ footer Css Start --------*/
  .footer .footer-middle .f-col:last-child .footer-static-block {
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer .footer-middle .footer-static-block {
    position: relative;
    margin-bottom: 0;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer .footer-middle .footer-static-block span.opener {
    color: #fff;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    right: 5px;
    cursor: pointer;
    top: 11px;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .footer .footer-middle .footer-static-block span.opener:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #65bc7b;
    top: 11px;
    left: 3px;
  }
  .footer .footer-middle .footer-static-block span.opener:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    top: 3px;
    left: 11px;
    background: #65bc7b;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .footer .footer-middle .footer-static-block span.opener.minus:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .footer .footer-middle .footer-static-block .title {
    margin-bottom: 0;
    font-size: 20px;
  }
  .footer .footer-middle .footer-static-block .footer-logo {
    max-width: 150px;
  }
  .footer .footer-middle .footer-static-block .footer-block-contant {
    display: none;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  /*------ footer Css End --------*/
}

@media (max-width: 600px) {
  /*- Pagination Style Start //---------------- */
  .owl-carousel .owl-dots {
    bottom: 5px;
  }
  /*- Pagination Style End //---------------- */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /*- Projects Details Style Start //---------------- */
  .project-scope .container-fluid {
    padding: 0;
  }
  /*- Projects Details Style End //---------------- */
}

@media (max-width: 575px) {
  /* - Heading Style Start //---------------- */
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 22px;
  }
  h4 {
    font-size: 16px;
    line-height: 20px;
  }
  /* - Heading Style End  //---------------- */
  .box-wrap {
    padding: 20px;
  }
  .btn, button {
    padding: 10px 20px;
  }
  .btn-link {
    padding: 0;
  }
  .shape-bg.bottom-bg img {
    margin-bottom: -4px;
  }
  /* - Bread Crumb Style End  //---------------- */
  .bread.bread-banner {
    padding-top: 65px;
  }
  .bread.bread-banner .bread-detail .bread-title {
    font-size: 20px;
  }
  .bread.bread-banner .bread-detail h1 {
    font-size: 26px;
    line-height: 30px;
  }
  /* - Bread Crumb Style End  //---------------- */
  /* - Banner Style Start //---------------- */
  .banner-bg {
    padding: 80px 0 150px;
  }
  .banner-detail .banner-detail-inner .banner-title {
    font-size: 24px;
    line-height: 28px;
  }
  /* - Banner Style End //---------------- */
  /* - Technology Style Start //---------------- */
  .technology-box .technology-title a {
    font-size: 14px;
  }
  /* - Technology Style Start //---------------- */
  /* - Counter Style Start //---------------- */
  .success-year .year {
    width: 140px;
    display: inline-block;
  }
  .counter-area .counters-item {
    padding: 30px 20px;
  }
  .counter-area .counters-item .count-number {
    font-size: 30px;
    line-height: 30px;
  }
  .counter-area .counters-item .count-title {
    font-size: 16px;
  }
  /* - Counter Style End //---------------- */
  /* - Reviews Style Start //---------------- */
  .review-slider.owl-carousel {
    padding-bottom: 30px;
  }
  .review-item .review-des p {
    font-size: 14px;
  }
  /* - Reviews Style End //---------------- */
  /* - Our Projects Style End //---------------- */
  .project-box .project-detail {
    display: none;
  }
  /* - Our Projects Style End //---------------- */
  /*- Projects Details Style Start //---------------- */
  .project-scope .owl-stage-outer {
    padding: 30px 0 70px;
    margin: -20px 0 0;
  }
  /* - Projects Details Style End //---------------- */
  /* - pagination CSS Start //---------------- */
  .single-post-nav .link .media-body .title {
    width: 145px;
  }
  /* - pagination CSS End //---------------- */
  /* - Tabs Style Start //---------------- */
  .nav-tabs .nav-link, .nav-pills .nav-link {
    font-size: 14px;
  }
  .border-tab .nav-tabs .nav-link {
    padding: 13px 18px;
    margin-left: 0;
    margin-right: 0;
  }
  /* - Tabs Style End //---------------- */
  /* - Our Partners Style Start //---------------- */
  .partner-logo .logo {
    padding: 15px 20px;
  }
  /* - Our Partners Style End //---------------- */
  /* - FAQ css Strat //---------------- */
  .accordion-button:after {
    background-image: none !important;
    content: "";
    width: 2px;
    height: 18px;
    position: absolute;
    top: 27px;
    right: 19px;
    background: #65bc7b;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .accordion-button:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #65bc7b;
    top: 35px;
    right: 11px;
  }
  .accordion-body {
    padding-top: 0;
  }
  /* - FAQ css End //---------------- */
  /* - pagination CSS Start //---------------- */
  .single-post-nav link .next-prev {
    font-size: 16px;
  }
  .single-post-nav .media {
    display: none !important;
  }
  .single-post-nav.style-2 .media {
    display: block !important;
  }
  .single-post-nav.style-2 .thumb-img {
    display: none !important;
  }
  /* - pagination CSS End //---------------- */
  /* - Sidebar Tag CSS Start //---------------- */
  ul.tagcloud li {
    margin-right: 5px;
  }
  /* - Sidebar Tag CSS END //---------------- */
  /* - Footer Style Start //---------------- */
  .footer .footer-middle .footer-static-block .title {
    font-size: 20px;
  }
  .footer .newsletter-box input.form-control {
    width: 100%;
  }
  /* - Footer Style End //---------------- */
}

@media (max-width: 500px) {
  /* - Tabs Style Start //---------------- */
  .pills-tab .nav-pills {
    display: block;
  }
  .pills-tab .nav-pills .nav-link {
    width: 100%;
    margin: 10px 0;
  }
  .pills-tab .nav-pills .nav-link:after {
    display: none;
  }
  .pills-tab .nav-pills .nav-item:first-child .nav-link {
    margin-top: 0;
  }
  .pills-tab .nav-pills .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
  /* - Tabs Style End //---------------- */
}

@media (max-width: 419px) {
  .shape-bg.top-bg img {
    margin-top: -7px;
  }
  .shape-bg.bottom-bg img {
    margin-bottom: -7px;
  }
  /* - Bread Crumb Style Start  //---------------- */
  .bread-crumb ul {
    display: block !important;
    text-align: center;
  }
  .breadcrumb-item + .breadcrumb-item:before {
    display: none !important;
  }
  /* - Bread Crumb Style End  //---------------- */
  /* - Tabs Style Start //---------------- */
  .border-tab .nav-tabs .nav-link {
    border: none;
    margin: 0;
  }
  /* - Tabs Style End //---------------- */
  /* - Our Partners Style Start //---------------- */
  .partner-logo .logo {
    padding: 10px 5px;
  }
  /* - Our Partners Style End //---------------- */
  /* - Our Services Details Style Start //---------------- */
  .service-single-detail .icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .service-single-detail .icon img {
    width: 34px;
    height: 34px;
  }
  .service-detail-content {
    margin-left: 80px;
  }
  .single-detail-title {
    font-size: 18px;
  }
  /* - Our Services Details Style End //---------------- */
  /* - Footer Style Start //---------------- */
  .footer .newsletter-box input.form-control {
    width: 100%;
    margin-right: 0;
  }
  /* - Footer Style End //---------------- */
}
/*# sourceMappingURL=responsive.css.map */