/* (1366x768) WXGA Display */

@media screen and (min-width: 1366px) and (max-width: 1920px) {
}

/*Medium Desktop Device*/

@media screen and (min-width: 1200px) and (max-width: 1366px) {
}

/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .navbar-nav .nav-link {
    margin-left: 17px;
    padding: 19px 0;
    color: var(--secondary);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
}
}

/* Normal desktop :991px. */

@media (min-width: 768px) and (max-width: 991px) {
  .mobile_header {
    display: block !important;
}
header {
  display: none !important;
}
h1.display-2.text-blue.mb-3.slideInDown {
 
  font-size: 50px;
 
}
.about-section .content-column .inner-column {
  position: relative;
  padding-left: 0px;
  padding-top: 93px;
}
.news_wrapper .p-5 {
  padding: 0px !important;
}
.We_want {
  margin-top: 30px;
}
.news_wrapper .p-5 {
  padding: 0px !important;
}
 
 
.news_wrapper .row:nth-child(2) {
  flex-direction: column-reverse;
}
 
.news_wrapper .row:nth-child(4) {
  flex-direction: column-reverse;
}
.news_wrapper .row:nth-child(6) {
  flex-direction: column-reverse;
}
.news_wrapper .row:nth-child(8) {
  flex-direction: column-reverse;
}
.news_wrapper .row:nth-child(10) {
  flex-direction: column-reverse;
}
.display-4 {
  font-size: calc(1.475rem + 1.7vw);
  font-weight: 300;
  line-height: 1.2;
}
.corporate_wrapper .col-4 {
  width: 50% !important;
}
  .pretext {
    width: 90%;
    margin: auto;
}
.counter-style i {
  font-size: 40px;
  display: block;
  margin-bottom: 10px;
  transition: all 0.2s linear 0s;
  color: #fff;
}
.counter-style .timer {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-family: "Exo-SemiBold";
  font-weight: 900;
}
}

/* small mobile :320px. */

@media (max-width: 767px) {

  .about-section .image-column .inner-column:before{
    display: none;
  }
 
.about-section .content-column .inner-column ,.about-section .image-column .inner-column {
  padding-left: 0px;
}
.about-section .content-column {
margin-bottom: 0px;
}
.We_want {
  margin-top: 30px;
}
.news_wrapper .p-5 {
  padding: 0px !important;
}
 
 
.news_wrapper .row:nth-child(2) {
  flex-direction: column-reverse;
}
 
.news_wrapper .row:nth-child(4) {
  flex-direction: column-reverse;
}
.news_wrapper .row:nth-child(6) {
  flex-direction: column-reverse;
}
.news_wrapper .row:nth-child(8) {
  flex-direction: column-reverse;
}
.news_wrapper .row:nth-child(10) {
  flex-direction: column-reverse;
}
.display-4 {
  font-size: calc(1.475rem + 1.7vw);
  font-weight: 300;
  line-height: 1.2;
}
.about-section {
 
  padding: 40px 0 40px;
}
  header {
    display: none !important;
  }
  .mobile_header {
    display: block !important;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 15%;
  }
  h1.display-2.text-blue.mb-3.slideInDown {
    font-size: 157%;
  }

.itemName , .itemMiddle , .itemPrice , .itemDescription{
  font-size: 1em;
}
.corporate_wrapper .col-4{
  width: 100% !important;
}
.contact_us_wrapper {
  padding-top: 7px;
  border-top: 1px solid #eeeeee;
}
.contact_us_wrapper h1 {
  font-size: 40px;
  
}
.font-size--24 {
  font-size: 16px;
  
}
.according-info {
  margin-left: 0px;
  color: #000;
}
.according .according-info ul li{
  font-size: 16px;
}
.according .according-info ul {
  opacity: 0.8;
 
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.itemNameWrap {
  display: flex;
  flex-direction: column;
  
}

  .top-strip {
    display: none;
  }
  .img_btn {
    font-size: 1.5rem;
    margin: 0px;
  }
  .side_form_wrapper {
    padding: 15px;
  }

  .side_form_wrapper .btn.btn-primary {
    color: #ffffff;
  }
  .pretext   {
    width: 95% !important
  }
  .testimonial_block {
    flex-flow: column;
  }
  .testimonial-block-slide {
    padding: 0px;
    background: #fff;
    position: relative;
    text-align: center;
  }
  .testimonial_block-image {
    text-align: center;
    margin: auto;
  }
  .testimonial_block-name {
    text-align: center;
  }
  #customers-testimonials .owl-nav {
    bottom: -15px;
    right: 0px;
    top: auto;
    position: absolute;
  }
  .experience::after {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 110px;
    height: 110px;
    content: "";
    border-radius: 100%;
    animation: spin 30s linear infinite;
    border: 1px dashed var(--color-primary);
  }
  .experience {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 95px;
    height: 95px;
    border-radius: 100%;
    text-align: center;
    padding: 30px 15px;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 700;
    opacity: 0.95;
  }
  .footer_container .col-lg-3 {
    margin-bottom: 20px;
  }
}

/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* small mobile :320px. */

@media (min-width: 240px) and (max-width: 479px) {
}
