@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}

@media (min-width:1023px) {
  .branch-sec .br-tx-bx {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
    width: 100%;
    z-index: 3;
  }

  .header .int_logo::before {
    content: "";
    background: white;
  
    display: block;
    position: absolute;
    height: 100px;
    width: 279px;
    border-radius: 15px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  }

  .main-menu-row::before {
    background-color: #fff;
    clip-path: polygon(0 0, 0% 0%, 100% 100%, 0% 100%);
    width: 50px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
  }

  .main-menu-row:after {
    background-color: var(--pri);
    transform: skewX(24.5deg);
    width: 7px;
    height: 100%;
    content: "";
    position: absolute;
    left: 7px;
    top: 0;
    z-index: 3;
    pointer-events: none;
  }

  .navigation .menu ul li ul.cs-dropdown.mg li {
    width: 50%;
    float: left;
  }

  .navigation .menu ul li ul.cs-dropdown.mg {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
  }

  .navigation .menu ul li:last-child a {
    padding-right: 0;
  }

  .menu-bar.stricky-fixed .int_logo::before {
    content: none;
  }

  .menu-bar.stricky-fixed {
    padding: 0 35px;
    background-color: #f3f3f3;
  }

  .stricky-fixed .navigation ul li.cs-submenu a button {
    color: var(--black);
  }

  .stricky-fixed .navigation .menu ul li a {
    color: var(--black);
    text-shadow: none;
    font-weight: 600;
    font-size: 16px;
    padding: 30px 9px;
    letter-spacing: 0;
  }

  .stricky-fixed .navigation ul li.cs-submenu:hover svg {
    color: var(--black);
  }
}

@media (max-width:1400px) {
  .bx-pr .des {
    bottom: -90px;
  }
}

@media (max-width:1023px) {
  .branch-sec {
    padding: 50px 0;
  }

  .header .int_logo {
    max-width: 95px;
  }

  .diff-sec .table-res {
    display: none;
  }

  .contact_page .nav-link {
    width: auto;
  }

  .cmmt_nav .nav-tabs,
  .contact_page .nav.nav-pills {
    width: 100%;
  }

  .cmmt_nav .nav-tabs,
  .contact_page .nav.nav-pills {
    justify-content: center;
    margin-bottom: 15px;
  }

  .contact_page .nav-link {
    margin: 2px 1px;
    border-radius: 50px;
  }

  .cmmt_nav .nav-tabs .nav-link.active:after,
  .contact_page .nav-link.active:after {
    content: none;
  }

  .heading_banner .cat_title {
    font-size: 20px;
  }

  .branch-sec .video-bx {
    display: none;
  }

  .branch-sec::after {
    content: none;
  }

  .bx-pr .des {
    bottom: -100px;
  }

  .header .int_logo {
    max-width: 115px;
    position: absolute;
    z-index: 5;
    top: 0;
  }

  .navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
    display: none;
  }

  .portfolio.full-bg {
    padding-left: 0;
  }

  .header {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 999;
    padding: 0;
  }

  .header .row {
    align-items: center;
  }

  .navigation {
    float: left;
    width: 100%;
    position: static;
    background: #fff;
  }

  .navigation::before {
    background: #fff;
  }

  .navigation .navbar {
    display: block;
    float: left;
    width: 100%;
    padding: 12px 0;
  }

  .navigation .menu {
    display: none;
    width: 100%;
    overflow: hidden;
    overflow-y: visible;
    position: relative;
    z-index: 9999;
    max-height: 480px;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    background: var(--pri);
    left: 0;
    right: 0;
    text-align: left;
  }

  .navigation .menu ul li {
    padding: 0;
    float: left;
    width: 100%;
    display: block
  }

  .navigation .menu ul li a {
    padding: 8px 15px;
    text-align: left;
    font-size: 15px;
    border-right: 1px dashed transparent;
    color: #fff;
    border-bottom: 1px solid #32637d;
    display: block;
    letter-spacing: normal;
    text-shadow: none;
  }

  .navigation .menu ul li ul.cs-dropdown {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: auto !important;
    left: auto !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 100%;
    display: none;
    transition: none !important
  }

  .navigation .menu ul li ul.cs-dropdown,
  .navigation .menu ul li ul.cs-dropdown li .cs-dropdown {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    display: none;
    transition: none;
    padding-right: 0;
    width: 100%;
    background: #666
  }

  .navigation .menu ul .cs-submenu a {
    position: relative
  }

  .navigation .menu ul li.cs-submenu a button {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 16px;
    height: 35px;
    outline: none;
    width: 50px;
    padding: 0;
    text-align: center;
    line-height: 18px
  }

  .navigation ul li.cs-submenu a button svg {
    width: 16px;
    height: 16px;
  }

  .navigation ul li.cs-submenu a button.rotated svg {
    transform: rotateZ(180deg);
    color: white;
  }

  .navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(0deg);
    color: white;
  }

  .navigation .menu ul li ul.cs-dropdown,
  .navigation .menu ul li ul.cs-dropdown li .cs-dropdown li .cs-dropdown {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    display: none;
    transition: none;
    padding-right: 0;
    float: left;
    width: 100% !important;
    background: #444
  }

  .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
    margin-top: 0
  }

  .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
    margin-top: 0
  }

  .navigation .menu ul li ul.cs-dropdown li {
    border-bottom: 0
  }

  .navigation .menu ul li ul.cs-dropdown li a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 11px 15px;
    line-height: normal;
    border-bottom: 1px solid #324f5f;
    background: #143141;
  }

  .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li a {
    background: #414951;
  }

  .mobile_hide {
    display: none !important;
  }

  .navigation .menu ul li.active a,
  .navigation .menu ul li:hover a {
    color: white;
    border-color: transparent;
  }

  .navigation .menu ul li:hover ul.cs-dropdown {
    display: none;
  }

  .navigation .menu ul>li ul.cs-dropdown {
    width: 100%;
  }

  .navigation .menu ul>li ul.cs-dropdown li {
    width: 100%;
  }

  .navigation .menu ul>li ul.cs-dropdown li:nth-child(even) {
    border-left: 0;
  }

  .sliderInfo {
    padding: 20px 0 0;
  }

  .slide.noBg .sliderInfo {
    padding: 0;
    margin-top: -160px;
  }

  .sliderInfo p {
    margin-right: 50px;
  }

  .sliderImage {
    margin-top: -50px;
  }

  .navigation .menu ul li:nth-child(4) ul.cs-dropdown li {
    width: 100%;
  }

  .navigation .menu ul li:nth-child(5) ul.cs-dropdown li {
    width: 100%;
  }
}

@media (max-width:980px) {
  .footer_widget {
    margin-bottom: 25px;
  }

  .about-two__image__inner {
    margin: 0 auto 40px;
  }

  .counter-sec .tt {
    text-align: center;
    margin-bottom: 25px;
    font-size: 35px;
    line-height: normal;
  }

  .fect-icon-bx {
    border: 0;
  }

  .pr-li .tx-bx {
    padding: 10px;
    padding-top: 5px;
  }

  .pr-li .tx-bx .info {
    max-height: 150px;
  }

  .welcomeSection .welcomeImg {
    max-width: 100%;
  }

  .homeSlider .sliderItem .sliderInner .imgDiv {
    width: 100%;
  }

  .sliderItem:before {
    background: transparent;
  }

  .sliderItem .caption .sliderTitle_1 {
    font-size: 40px;
    line-height: normal;
  }

  .services {
    background-color: #eee;
  }

  .services .feat-top {
    padding: 80px 10px 30px;
    width: 100%;
  }

  .services .feat-top .item-sm {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
  }

  .imago {
    clip-path: none;
  }

  .portfolio.full-bg .cluom {
    height: auto;
  }

  .portfolio.full-bg .cluom.current .info::after {
    height: 0%;
  }

  .videoTitle {
    font: normal 700 20px Oswald;
  }
}

@media (max-width:768px) {
  .about_page .abt-cont {
    padding: 50px 20px;
  }

  .abt-video-sec .av-tx-bx .tt {
    font-size: 34px;
  }

  .bx-pr .des {
    bottom: -99px;
  }

  .counter-sec .btm-bar {
    justify-content: center;
    text-align: center;
  }

  .counter-sec .eq-btn {
    margin-top: 17px;
  }

  .client-sec {
    padding: 50px 0;
  }

  .topcon-sec p {
    text-align: justify;
  }

  .border-box {
    padding: 25px;
  }

  .testimonials_bx {
    padding: 20px;
  }

  .counter-bx {
    text-align: center;
    padding: 0;
  }

  .counter-bx::before {
    content: none;
  }

  .about-two__image__inner__inner {
    display: none;
  }

  .abt-sec .tx_bx .main-tt {
    font-size: 28px;
    line-height: normal;
  }

  .pro-cont-bx {
    padding: 25px;
  }

  .about-two__experience {
    top: 60%;
    left: auto;
    right: -11px;
    transform: scale(1.1);
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 23px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    height: 15px;
    width: 15px;
  }

  .carousel-control-prev {
    left: 0px;
    border-radius: 0 3px 3px 0;
  }

  .carousel-control-next {
    right: 0px;
    border-radius: 3px 0px 0px 3px;
  }

  .view_btn {
    display: none;
  }

  .product_right_image .detail_image {
    height: 370px;
  }

  .contact_form_grid1 ul.social {
    margin-bottom: 10px;
  }

  .blog-2 .blog-photo img {
    height: auto;
  }

  .blog-2 .detail {
    padding: 25px;
  }

  .title_1 {
    font-size: 30px;
  }

  .welcomeSection .welcomeImg .years-exp .exp-text {
    position: unset;
    width: 100%;
  }

  .welcomeSection .welcomeImg .years-exp .exp-text .yearNumber {
    display: block;
  }

  .welcomeSection .welcomeImg .years-exp .exp-text .yearNumber:after {
    right: 0;
    top: 0%;
  }

  .welcomeSection .welcomeImg .years-exp .exp-text .yearNumber::before {
    right: 0;
    top: 0%;
  }

  .welcomeSection .welcomeImg {
    max-width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 20px;
  }

  .welcomeSection {
    padding-top: 40px;
  }

  .over-bx {
    display: none;
  }

  .heading_banner {
    background-size: cover;
    padding: 40px 0;
  }

  .welcomeSection .leftImage {
    margin-bottom: 20px;
  }

  .inner_breadcrumb {
    display: none;
  }

  .aboutGallery {
    position: relative;
    left: 0;
  }

  .colImage {
    padding: 10px;
  }

  .title_2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .videoInfo {
    padding: 20px;
    top: 75%;
  }

  .friendlyNature_title .title11 {
    font-size: 30px;
  }

  .friendlyNature_block {
    justify-content: left;
    margin-bottom: 15px;
    border: 1px solid #eee;
    padding: 10px;
  }

  .homeAccessories .title_2 {
    max-width: 300px;
  }

  .homeSlider .swiper-button-prev,
  .homeSlider .swiper-button-next {
    height: 35px;
    width: 35px;
    bottom: 15px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
  }

  .homeSlider .swiper-button-prev {
    right: 55px;
    left: auto;
  }

  .homeSlider .swiper-button-next {
    right: 15px;
    left: auto;
  }

  .homeSingle {
    margin-bottom: 20px;
  }

  .banner-contact {
    display: block;
    float: left;
  }

  .banner-contact .call-us {
    margin-bottom: 10px;
  }

  .footer_widget {
    margin-bottom: 20px;
  }

  .market-list li {
    width: 50%;
  }

  .productInfo span.btn-curve {
    padding: 7px 25px;
  }

  .product-sec,
  .abt-video-sec {
    padding: 50px 0;
  }
}

@media (max-width:767px) {
  .product_popup_image {
    height: 400px;
  }

  .product_right_image .detail_image img {
    width: 100%;
    height: auto;
    object-fit: initial;
  }

  .project-bx {
    margin-bottom: 10px;
  }

  .product_right_image .detail_image {
    height: auto;
    width: 100%;
  }

  .topcon-sec p {
    text-align: center;
  }

  .counter-sec .tt {
    font-size: 25px;
  }

  .counter-bx .title {
    font-size: 25px;
  }

  .product_right_image .detail_image img {
    position: relative;
    max-width: 100%;
    top: inherit;
    left: inherit;
    transform: inherit;
  }

  .product_right_image {
    max-width: 100%;
    width: 100%;
    margin: 0px 0 25px 0px;
  }

  .footer_area .text-right {
    text-align: center;
  }

  .feat-sec .feat-bx img {
    width: 100%;
  }

  .diff-sec {
    padding: 60px 0px 20px;
  }

  .swiper-slide.col {
    flex: inherit;
    width: 100%;
  }

  .product_right_image .detail_image {
    height: auto;
  }
}

@media (max-width:480px) {
  .socialIcons {
    top: 40%;
  }

  .socialIcons a {
    width: 45px;
    margin-left: -20px;
    height: 45px;
    padding-left: 22px;
  }

  .socialIcons a svg {
    width: 14px;
    height: 14px;
  }

  .team-bx .p-name {
    right: 24px;
    bottom: 56px;
  }

  .service_content .center_box {
    padding: 20px;
  }

  .heading_banner .cat_title {
    font-size: 20px;
  }

  .nivo-caption {
    display: none !important;
  }

  .nivo-controlNav {
    bottom: 15px;
  }

  .business-enq {
    bottom: 18px;
    left: 13px;
  }

  #df-btn-cont .df-btn {
    left: 13px;
    bottom: 68px !important;
  }

  .cl-now {
    left: 13px;
    bottom: 118px;
  }

  .progress-wrap {
    bottom: 17px;
    right: 13px;
  }

  .whatapp_btn {
    left: 15px;
    bottom: 68px;
  }
}

@media (max-width:680px) {
  .modal-body .col-xxl-7.col-xl-7.col-lg-7.col-md-7.col-sm-7.col-12 {
    width: 100%;
  }

  .sec_bx .sec_h {
    line-height: 26px;
    font-size: 22px;
  }

  .abt-sec .tx_bx .main-tt,
  .abt-sec .tx_bx h1,
  .abt-sec .tx_bx h2,
  .abt-sec .tx_bx h3,
  .topcon-sec h1 {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 23px;
    line-height: 28px;
  }

  .topcon-sec {
    padding: 25px 0 40px;
  }

  .modal-body .col-xxl-5.col-xl-5.col-lg-5.col-md-5.col-sm-5.col-12 {
    width: 100%;
  }

  .abt-video-sec {
    background: linear-gradient(45deg, #f1f1f1, #d9d9d9);
  }

  section._why_us {
    background: linear-gradient(45deg, #4b92d9, #cce0f4);
    color: #cce0f4;
  }

  .feat-sec .feat-bx .tx-bx .icon {
    width: 50px;
  }

  .feat-sec .feat-bx .tx-bx {
    padding: 15px;
  }

  .navigation .menu {
    padding: 5px 0px 0px;
  }

  .abt-sec {
    padding: 45px 0;
  }

  .abt-sec .tx_bx h2,
  .abt-sec .tx_bx h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .categroy-sec {
    background: linear-gradient(45deg, #fff5db, #ffffff);
  }

  #df-btn-cont .df-btn {
    left: 10px !important;
  }

  .project-page .project-bx .img-bx img {
    height: auto;
    width: 100%;
    object-fit: contain;
  }

  .navigation .menu ul li ul.cs-dropdown li a {
    padding: 6px 15px;
  }

  .contact_page .nav-link {
    padding: 5px 10px;
  }

  .product_popup_image {
    height: 270px;
  }

  ._why_us {
    background: linear-gradient(45deg, #cce0f5, #acd1f7);
  }

  .homeBlog {
    background: #fff;
  }

  .why-choose-sec.qut-sec {
    background: linear-gradient(45deg, #194359, #264e64);
  }
}

@media (max-width:1200px) {
  .navigation .menu ul li a {
    padding: 25px 1px 20px;
    font-size: 13px;
  }

  .about-two__image__inner__inner {
    right: -12px;
    max-width: 230px;
  }

  .stricky-fixed .navigation .menu ul li a {
    font-size: 13px;
    padding: 30px 5px;
  }

  .bd-about__thumb-2 {
    left: 22%;
  }

  .footer_area .copyright p {
    margin: 0px;
  }

  .footer_area .copyright {
    padding: 10px 0 10px 0;
  }

  .header .int_logo {
    max-width: 125px;
    padding: 8px 0;
  }

  .footer_area .copyright .row {
    align-items: center;
  }

  .header .int_logo::before {
    left: -125px;
  }
}

@media (max-width:1023px) {
  ._why_us .col-md-6.col-12.d-none.d-md-block {
    width: 100%;
  }

  .abt-sec .col-lg-5.col-12 {
    display: none;
  }



  .footer_area .copyright p {
    text-align: center;
  }

  .footer_area .text-right {
    text-align: center;
  }

  .navigation .menu ul li a,
  .stricky-fixed .navigation .menu ul li a {
    padding: 5px 16px;
  }

  .footer_area {
    padding-top: 50px;
  }

  .footer_area .copyright {
    margin-top: 40px;
  }

  ._why_us .col-md-6.col-12 {
    width: 100%;
  }
}