/* Mobile Size */
@media (max-width: 1055px) {
  header .navbar ul li {
    padding: 5px 7px;
  }
  header .navbar ul li a {
    font-size: 13px;
  }
  header .side-btn .hireBtn {
    font-size: 13px;
  }
  .side-btn span a {
    font-size: 12px;
  }
  .hero-section {
    height: 500px;
  }
  .hero-section-content span {
    font-size: 18px;
  }
  .hero-section-content h1 {
    font-size: 70px;
  }
  .hero-section-content p {
    font-size: 15px;
  }
  .portion-heading h2 {
    font-size: 40px;
  }
}

@media (max-width: 995px) {
  .newsletter-input-fields {
    flex-direction: column;
  }

  .newsletter-input-fields button {
    margin: 10px 0 0 0;
  }
  .latestnews-portion {
    gap: 0px;
  }
   .hire-us-main-portion{
    padding: 0 20px; 
  }
}
@media (max-width: 900px) {
  header .side-btn span {
    display: none;
  }
  .about-site-home {
    flex-direction: column;
  }
  .about-site-image1 {
    width: 100%;
  }
  .about-site-home-content {
    margin-top: 50px;
  }
 
}

@media (min-width: 768px) and (max-width: 995px) {
  .about-site-image1 {
    width: 280px;
  }
  .about-site-image1 img {
    width: 100%;
  }
  .about-site-image2 {
    width: 100%;
  }
  .about-site-image2 img {
    width: 50%;
  }
  .about-site-home-content {
    height: 320px;
  }
  .about-site-home-content h3 {
    font-size: 25px;
  }
  .about-site-home-content p {
    font-size: 15px;
  }
  .expert-security-card p {
    font-size: 15px;
  }
  .our-commitment-image2,
  .our-commitment-image3,
  .our-commitment-image4,
  .our-commitment-image5,
  .our-commitment-image1,
  .our-commitment-image6 {
    height: 200px;
  }
  .contact-us-home-content h4 {
    font-size: 25px;
  }
  .contact-us-home-content p {
    font-size: 15px;
  }
  .contact-us-home-content table tr td {
    font-size: 15px;
  }
  .contact-us-home-portion .contact-us-home-image img {
    width: auto;
    height: 100%;
  }
  .image-slider-upper{
    padding: 20px;
  }
  .image-slider-upper h3{
    font-size: 30px;
  }
  .image-slider-upper p{
    width: 100%;
    font-size: 16px;
  }
}

@media (min-width: 526px) and (max-width: 767px) {
  .contact-us-home-portion {
    flex-direction: column;
    padding: 0px;
  }
  .contact-us-home-content {
    width: 100%;
    padding: 0;
    order: 2;
    padding: 20px;
  }
  .contact-us-home-portion .contact-us-home-image {
    width: 100%;
    order: 1;
    border-radius: 34px 34px 0 0;
  }
  .newsletter-portion {
    flex-direction: column;
  }
  .newsletter-content {
    width: 100%;
  }
  .newsletter-input {
    width: 100%;
  }
  header .side-btn .hireBtn {
    display: none;
  }
  .latestnews-portion {
    flex-direction: column;
  }
  .hero-section video {
    width: auto;
    height: 100%;
    margin-left: 50vw;
    transform: translate(-50%);
  }
  .services-portion {
    margin: 70px 0;
    padding: 55px 35px;
  }
  .service-main-heading {
    font-size: 40px;
  }
  .services-portion h3{
    font-size: 23px;
  }
  .image-slider-upper{
    padding: 10px;
  }
  .image-slider-upper h3{
    font-size: 30px;
  }
  .image-slider-upper p{
    width: 100%;
    font-size: 16px;
  }
  .career-main-portion{
    flex-direction: column;
  }
  .career-main-portion .col{
    width: 100%;
  } 
}

@media (max-width: 680px) {
  header {
    border-radius: 0;
    width: 100%;
    margin: 0;
    top: 0;
    /* flex-direction: column; */
  }
  header .navbar {
    order: 2;
    position: fixed;
    height: 800px;
    width: 100%;
    background: #002949;
    top: 75px;
    left: 0;
    align-items: center;
    /* display: none; */
    z-index: 99;
    transition: 0.5s;
    flex-direction: column;
    justify-content: start;
    gap: 70px;
    padding: 15px;
    padding-top: 100px;
  }
  .navbar-hide {
    /* display: none; */
    transform: translateX(-100%);
  }
  header .navbar ul {
    flex-direction: column;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  header .navbar ul li {
    margin: 5px 0;
    background-color: #ffc900;
    text-align: center;
  }
  header .navbar ul li a {
    font-size: 16px;
  }

  .drop-down-content {
    position: relative;
    top: 0px;
    right: 0px;
    margin-top: 0;
    height: auto;
  }
  .drop-down-content a {
    background-color: #002949;
    color: #ffc900;
  }
  .drop-down-content a:hover {
    color: #002949;
    color: white;
  }
  header .side-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  header .side-btn span {
    margin: 0;
  }
  header .side-btn span a {
    font-size: 25px;
  }

  .menu-toggle {
    padding: 10px;
    display: block;
    color: white;
  }

  .menu-toggle i {
    font-size: 20px;
  }
  .hire-form-area form{
    padding: 0;
  }
      .hire-us-main-portion {
        padding: 0;
      }
}
@media (max-width: 525px) {
  header .side-btn span {
    display: block;
  }
  .page-margin {
    margin-top: 20px;
  }
  #style-1::-webkit-scrollbar {
    width: 4px !important;
  }
  /****************** HOME PAGE *****************/
  .portion-heading h2 {
    font-size: 30px;
  }
  .newsletter-portion {
    flex-direction: column;
  }
  .newsletter-content {
    width: 100%;
  }
  .newsletter-input {
    width: 100%;
  }

  .hero-section {
    top: 0;
    border-radius: 0 0 50px 50px;
    min-height: 420px;
  }
  .hero-section-content h1 {
    /*font-size: 40px;*/
    font-size: 32px;
  }
  .hero-section-content span {
    font-size: 15px;
  }
  .hero-section video {
    width: auto;
    height: 100%;
    margin-left: 50vw;
    transform: translate(-50%);
  }
  .hero-section-content p {
    width: 100%;
    padding: 10px 30px;
    margin: 0 0 10px 0;
    font-size: 14px;
  }
  .hero-btns button {
    font-size: 15px;
  }
  .about-site-home {
    flex-direction: column;
  }
  .about-site-home-content p {
    font-size: 15px;
  }
  .expert-security-portion {
    padding: 20px;
  }
  .latestnews-portion {
    flex-direction: column;
  }
  .contact-us-home-portion {
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
  }
  .contact-us-home-content {
    width: 100%;
    order: 2;
    padding: 0;
    margin-top: 30px;
  }
  .contact-us-home-content h4 {
    font-size: 22px;
    margin-top: 20px;
  }
  .contact-us-home-content p {
    font-size: 15px;
  }
  .contact-us-home-content table tr td {
    font-size: 15px;
  }
  .contact-us-home-portion .contact-us-home-image {
    height: auto;
    border-radius: 10px;
  }
  .contact-us-home-image {
    width: 100% !important;
    order: 1;
  }
  .about-site-image1 img {
    width: 100%;
  }
  .about-site-image2 img {
    width: 48%;
  }
  .about-site-home-content {
    margin-top: 40px;
  }
  .about-site-home-content h3 {
    font-size: 22px;
  }
  .our-commitment-image {
    height: 200px;
  }
  .social-icons-portion img {
    height: 40px !important;
  }
  .social-icons-portion ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .newsletter-portion {
    padding: 30px;
    border-radius: 10px;
    text-align: center;
  }
  .newsletter-content h3 {
    font-size: 30px;
  }
  .newsletter-content p {
    font-size: 15px;
  }
  .newsletter-input-fields {
    font-size: 15px !important;
  }
  .newsletter-input-fields button {
    font-size: 15px;
    padding: 10px 15px;
  }
  .newsletter-input-fields input {
    font-size: 15px;
  }
  footer {
    padding: 50px 40px;
    text-align: center;
  }
  footer .about-footer p {
    width: 100%;
  }
  .footer-navigations {
    flex-direction: column;
  }
  .footer-navigations ul {
    padding: 0;
  }
  .footer-navigations ul li a {
    font-size: 15px;
  }
  .footer-bottom {
    text-align: center;
    padding: 10px;
    flex-direction: column-reverse;
    display: flex;
  }
  .footer-bottom .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .rights-para {
    padding: 0;
  }
  .bottom-address {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
  }
  .bottom-address p {
    font-size: 10px;
  }
  .career-side-image {
    border-radius: 10px;
  }
  .career-form-portion h3 {
    font-size: 40px;
  }
  .career-form-portion {
    padding: 40px 20px;
  }
  .submit-btn {
    flex-direction: column;
  }
  .submit-btn button {
    width: 100%;
  }
.social-links{
    justify-content:center;
}
  /************************ SERVICE PAGE *********************/
  .service-slider {
    border-radius: 20px;
  }
  .image-slider-upper {
    padding: 10px;
  }
  .image-slider-upper h3 {
    font-size: 20px;
  }
  .image-slider-upper p {
    font-size: 11px;
    width: 100%;
  }
  .services-portion {
    margin: 70px 0%;
    padding: 20px 20px;
    border-radius: 20px;
  }
  .service-main-heading {
    font-size: 30px;
  }
  .services-portion h3 {
    font-size: 20px;
  }
  .servicer-portion-inner {
    padding: 10px;
  }
  .services-portion p {
    font-size: 12px;
  }

  /*************************** ABOUT US PAGE **************************/

  .we-serve-portion {
    flex-direction: column;
    padding: 10px;
    border-radius: 20px;
  }
  .about-main-content {
    padding: 10px;
  }
  .we-serve-content h3 {
    font-size: 30px;
    text-align: center;
  }
  .we-serve-content ul li {
    font-size: 15px;
  }
  .we-serve-image {
    padding: 10px;
  }
  .about-main-content h3 {
    font-size: 20px;
  }
  .about-main-content p {
    font-size: 15px;
  }
  .about-main-content ul li {
    font-size: 15px;
  }
      .career-main-portion {
        flex-direction: column;
    }
}

@media (max-width: 425px) {
  .hero-section-content span {
    text-align: center;
  }
  .newsletter-input-fields {
    flex-direction: column;
    gap: 15px;
  }
  .newsletter-input-fields button {
    margin: 0;
  }
}
