/* Responsive code start */
@media screen and (max-width: 1500px) {
  .employee-section .three-card-slider {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1300px) {
  .content .links li a,
  .content .links li label {
    padding: 9px 10px;
  }
}
@media screen and (max-width: 1250px) {
  .header nav {
    max-width: 100%;
    padding: 0 20px;
  }
  nav .content .links {
    margin-left: 30px;
  }
  .content .links li a {
    padding: 8px 12px;
  }
  .header .search-box {
    max-width: calc(100% - 100px);
  }
  .header .search-box input {
    padding: 0 100px 0 15px;
  }
  .social-section .social-inner .col-left a {
    font-size: 26px;
  }
}
@media (max-width: 1140px) {
  .content .links li a {
    font-size: 16px;
    font-size: 15px;
    padding: 8px 6px;
  }
}
@media (max-width: 1025px) {
  .contact-us .box-wrapper .box {
    max-width: 50%;
    width: 100%;
  }
  .our-services .container .right-col {
    max-width: 340px;
  }
}
@media screen and (max-width: 900px) {
  .header .menu-icon {
    display: block;
  }
  .header #show-menu:checked ~ .menu-icon i::before {
    content: "\f00d";
  }
  nav .content .links {
    display: block;
    position: fixed;
    background: #14181f;
    height: 100%;
    width: 100%;
    top: 90px;
    left: -100%;
    margin-left: 0;
    max-width: 350px;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease;
  }
  nav #show-menu:checked ~ .content .links {
    left: 0%;
  }
  .content .links li {
    margin: 15px 20px;
  }
  .content .links li a,
  .content .links li label {
    line-height: 40px;
    font-size: 20px;
    display: block;
    padding: 8px 18px;
    cursor: pointer;
  }
  .content .links li a.desktop-link {
    display: none;
  }

  /* dropdown responsive code start */
  .content .links ul,
  .content .links ul ul {
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }
  .content .links #show-features:checked ~ ul,
  .content .links #show-services:checked ~ ul,
  .content .links #show-items:checked ~ ul {
    max-height: 100vh;
  }
  .content .links ul li {
    margin: 7px 20px;
  }
  .content .links ul li a {
    font-size: 18px;
    line-height: 30px;
    border-radius: 5px !important;
  }
  .tow-column-section {
    padding: 80px 0px 80px;
  }
  .tow-column-section h2 {
    font-size: 35px;
  }
  .gird-section {
    padding: 90px 0px;
  }
  .social-section .social-inner .col-right h2 a {
    margin-top: 93px;
    font-size: 35px;
  }
  .social-section .social-inner .col-left {
    height: 450px;
    padding: 30px 29px;
  }
  .social-section .social-inner .col-left a {
    font-size: 18px;
  }
  .tow-column-section > div {
    gap: 20px;
  }
  .gird-section .g2-inner .c-left,
  .gird-section .g2-inner .c-right {
    min-height: unset;
  }
  .footer-col .social-links a {
    height: 30px;
    width: 30px;
    line-height: 31px;
  }
  .banner .container {
    width: 80%;
  }
  .banner.slider .slick-slide h1 {
    font-size: 46px;
  }
  .client-logos ul li {
    width: 32%;
  }
  .client-logos .bottom-text {
    flex-direction: column;
    text-align: center;
  }
  .banner.slider .slick-slide {
    height: 480px;
  }
  .employee-section .slick-arrow {
    transform: translate(-161%);
  }

  .employee-section .slick-next {
    transform: translate(161%);
  }
  .our-services .container {
    flex-direction: column-reverse;
    margin-bottom: 73px;
  }
  .our-services .container .left-col {
    width: 100%;
    flex: 0 0 100%;
  }
  .our-services .container .right-col {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 0px;
  }
  .banner.slider .slick-slide h1 {
    font-size: 30px;
    line-height: 1;
  }
  .slick-arrow {
    left: 50%;
    transform: translate(-55px);
    top: auto;
    bottom: 20px;
  }
  .slick-next {
    left: auto;
    right: 50%;
    transform: translate(55px);
  }
  .inspaction-section .img-fl {
    float: none;
    max-width: 430px;
  }
  .inspaction-section img {
    width: 100%;
  }
  .inspaction-section .text-fr {
    float: none;
    max-width: 100%;
  }
  .banner .container {
    width: 90%;
  }
  .tow-column-section > div {
    flex-direction: column-reverse;
  }
  .tow-column-section > div > div {
    width: 100%;
    flex: 0 0 100%;
  }
  .gird-section .grid-inner {
    flex-direction: column;
  }
  .gird-section .grid-inner .c-right,
  .gird-section .grid-inner .c-left {
    min-height: unset;
    width: 100%;
    aspect-ratio: 2/1;
  }
  .grid-inner .c-left {
    border-bottom: 4px solid #ffffff;
    border-right: unset;
  }
  .gird-section .grid-inner .c-right {
    border-top: 6px solid #11235a;
    border-left: none;
    padding: 30px 15px;
    margin: 0;
  }
  .tow-col-grid {
    flex-direction: column;
  }
  .gird-section .g2-inner {
    width: 100%;
    aspect-ratio: unset;
  }
  .gird-section .g2-inner:hover .c-right {
    margin-bottom: 0;
  }
  .gird-section .g2-inner:hover .c-left {
    margin-top: 0;
  }
  .social-section .social-inner {
    flex-wrap: wrap;
  }
  .social-section .social-inner .col-left {
    height: fit-content;
    padding: 30px 29px;
    width: 100%;
  }
  .social-section .social-inner .col-left .the-text {
    position: relative;
    margin-top: 130px;
  }
  .social-section .social-inner .col-right {
    width: 100%;
  }
  .footer .row {
    display: flex;
    flex-wrap: wrap;
  }
  .employee-section .three-card-slider {
    width: 100%;
    margin: 0 auto;
  }
  .employee-section .slick-arrow {
    bottom: -70px;
  }
  .services-sec .slick-arrow {
    bottom: -170px;
  }
  .contact-us .contact-form-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .contact-us .contact-form-wrapper .contact-form-left,
  .contact-us .contact-form-wrapper .contact-form-right {
    max-width: 100%;
  }
}

@media (max-width: 641px) {
  .contact-us .box-wrapper .box {
    max-width: 100%;
  }
  .contact-us .box-wrapper {
    gap: 15px;
  }
  .contact-banner h1 {
    font-size: 40px;
    line-height: 56px;
  }
  .contact-us .box-wrapper .box h3 {
    font-size: 18px;
    line-height: 1.4em;
  }
  .contact-us .box-wrapper .box p {
    font-size: 17px;
    line-height: 1.4em;
  }
  .contact-us .box-wrapper .box a {
    font-size: 16px;
    line-height: 1.1em;
  }
  .contact-us .contact-form-wrapper .contact-form-left p {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-us .contact-form-left .social-links ul i {
    font-size: 30px;
  }
  .contact-us .contact-form-wrapper .contact-form-left .social-links {
    max-width: 100px;
  }
  .contact-us .contact-form-wrapper .contact-form-right form input::placeholder,
  .contact-us
    .contact-form-wrapper
    .contact-form-right
    form
    textarea::placeholder {
    font-size: 16px;
    padding: 10px;
  }
  .contact-us .contact-form-wrapper .contact-form-right {
    padding: 20px 20px;
  }
  input#form-btn {
    font-size: 16px;
    max-width: 100px;
  }
  .tab-content {
    padding: 0;
  }
  nav .content .links {
    max-width: 100%;
  }
}
@media (max-width: 574px) {
  .footer-col {
    width: 100%;
  }
  .client-logos ul li {
    width: 48%;
  }
  .ban_text strong br {
    display: none;
  }
  .btn-wrapper {
    flex-wrap: wrap;
  }
  .head-lg {
    font-size: 19px;
  }
  .tow-column-section h2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 400px) {
  .header nav {
    padding: 0 10px;
  }
  .content .logo a {
    font-size: 27px;
  }
  .header .search-box {
    max-width: calc(100% - 70px);
  }
  .header .search-box .go-icon {
    width: 30px;
    right: 0;
  }
  .header .search-box input {
    padding-right: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ban_text p {
    font-size: 21px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ban_text p {
    font-size: 17px;
  }
  .ban_text strong {
    font-size: 50px;
    line-height: 60px;
  }
  .ban_text strong span {
    font-size: 37px;
  }
  .ban_text a {
    font-size: 16px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .header {
    padding: 10px 0;
  }
  header .social-links li,
  header .social-links a {
    font-size: 30px;
  }
  header .social-links {
    gap: 11px;
    margin-left: 13px;
    margin-right: 6px;
    margin-top: -4px;
  }
  .ban_text strong {
    font-size: 35px;
    line-height: 40px;
  }
  .ban_text strong span {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 2px;
  }
  .ban_text p {
    font-size: 14px;
    line-height: 20px;
  }
  .ban_text a {
    font-size: 13.39px;
    line-height: 15px;
  }
  .inspaction-section .text-fr {
    float: right;
    max-width: 100%;
  }
  .inspaction-section .img-fl {
    float: left;
    max-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .ban_img img {
    min-height: 290px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 575px) {
  .ban_text strong {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .ban_text strong span {
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 1px;
  }
  .ban_text {
    left: 2%;
  }
}

@media (min-width: 767px) {
  .services .grid-inner .c-left {
    min-height: 356px;
    width: 36%;
  }
  .services .grid-inner .c-right {
    width: 62%;
  }
  .gi-wrap .grid-inner:nth-child(even) {
    flex-direction: row-reverse;
  }
  .gi-wrap .grid-inner:nth-child(even) .c-left {
    border-right: unset;
    border-left: 4px solid #ffffff;
  }
  .gi-wrap .grid-inner:nth-child(even) .c-right {
    border-left: unset;
    border-right: 6px solid #11235a;
  }
}
