/* 
 * 	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 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 //---------------- */
  /* - 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) {
  /* - 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);
  }
  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:hover > a.nav-link {
    color: #65bc7b;
  }
  /* - 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;
  }
}

@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 //---------------- */
  /*- 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 //---------------- */
  /* - Social Icon Style Start //---------------- */
  ul.social-icon li a {
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
  /* - Social Icon Style 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 .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 //---------------- */
  /*- Pagination Style End //---------------- */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /*- Projects Details Style Start //---------------- */
  /*- 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  //---------------- */
  .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 //---------------- */
  /* - Reviews Style End //---------------- */
  /* - Our Projects Style End //---------------- */
  /* - Our Projects Style End //---------------- */
  /*- Projects Details Style Start //---------------- */
  /* - Projects Details Style End //---------------- */
  /* - pagination CSS Start //---------------- */
  /* - pagination CSS End //---------------- */
  /* - Tabs Style Start //---------------- */
  /* - 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 //---------------- */
  /* - pagination CSS End //---------------- */
  /* - Sidebar Tag CSS Start //---------------- */
  /* - Sidebar Tag CSS END //---------------- */
  /* - Footer Style Start //---------------- */
  .footer .footer-middle .footer-static-block .title {
    font-size: 20px;
  }
  /* - Footer Style End //---------------- */
}

@media (max-width: 500px) {
  /* - Tabs Style Start //---------------- */
  /* - 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 //---------------- */
  /* - 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 Style End //---------------- */
}

@media (max-width: 992px) {
  .offcanvas-end {
    right: 0;
    width: 75% !important;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .check-box-label {
    font-size: 10px;
  }
  .laptop-screen {
    border-radius: 2px;
  }
  .check-box-label {
    font-size: 10px;
  }
  .service-box {
    min-height: 450px;
  }
  .a4-paper-style {
    width: 100%;
    padding: 10mm;
    font-size: 10pt;
  }
}

@media (prefers-reduced-motion: reduce) {
  #r2-modules-toast {
    transition:none;
  }
  #blog-new-content-toast {
    transition:none;
  }
}