@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1445px) {
  .navbar-brand img {
    width: 200px;
  }
  .navbar-brand:before {
    width: 215px;
    height: 215px;
    right: -6px;
    top: 0rem;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
  }
  .main-slider {
    height: 700px;
  }
  .socialLinks li a {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
  }
  .banHeading {
    font-size: 5.25rem;
  }
  .small-image img{height: 500px;}
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 15px;
  }

  .secHeading {
    font-size: 2.5rem !important;
  }
  .secHeading span {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 1199.98px) {
  html {
    font-size: 14px;
  }
  .main-slider {
    height: 850px;
  }
  .serviceSec {
    overflow: hidden;
  }

  .banHeading {
    font-size: 5rem;
  }

  .secHeading {
    font-size: 2.2rem !important;
  }
  .secHeading span {
    font-size: 1.2rem !important;
  }
  .contactInformation ul li a span {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  html {
    font-size: 13px;
  }
  .navbar-brand img {
    width: 150px;
  }
  .navbar-brand:before {
    width: 160px;
    height: 160px;
    right: -5px;
    top: -2px;
  }
  .main-slider {
    height: 550px;
  }

  .banHeading {
    font-size: 4.5rem;
  }
  .aboutSec {
    padding: 5rem 0 4rem 0;
  }
  .serviceSec {
    padding: 5rem 0;
  }
  .contactInformation ul {
    justify-content: start;
  }
  .contactInformation ul li {
    margin: 0 10px;
  }
  .contactInformation ul li a div {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .contactInformation ul li a span {
    display: none;
  }
  .contactInformation ul li:last-child a span {
    display: flex;
    flex-direction: column;
  }
  .socialLinks {
    margin-top: 1rem;
    justify-content: flex-start;
  }
  .banIcons {
    left: 3%;
  }
  .serviceImg,
  .serviceBox {
    margin-left: 0;
  }
  .homeWraps figure {
    margin-bottom: 3rem;
  }
  .innerBanner {
    margin-top: 0;
  }
  .innerBanner img {
    height: 250px;
    object-fit: cover;
  }
  footer h3 {
    font-size: 1.2rem;}
	.galleryInner .col-md-6, .galleryInner .col-md-4 {
		max-width: 100%;
		flex: 100%;
	}
	.small-image img {
		object-fit: cover;
	}
	.cont-wrap{    display: flex;
		flex-direction: column;
		justify-content: center;}
		.tex {

			text-align: center;
		}
	
}
@media (max-width: 767.98px) {
  html {
    font-size: 12px;
  }

  .navbar-brand img {
    width: 100px;
  }
  .navbar-brand:before {
    width: 110px;
    height: 110px;
    right: -5px;
    top: -2px;
  }
  .main-slider {
    height: 600px;
  }
  .banHeading {
    font-size: 4rem;
  }
  header {
    background-color: white;
  }
  header .navbar-toggler {
    margin-top: 15px;
  }

  .banHeading {
    font-size: 3.5rem;
  }
  .banHeading span {
    font-size: 2.125rem;
  }
  .banIcons {
    top: 78%;
    left: 0%;
    width: 100%;
  }
  .banIcons .socialLinks {
    display: flex;
    justify-content: center;
  }

  .banIcons .socialLinks::before,
  .banIcons .socialLinks::after {
    display: none;
  }
  .contactInformation ul {
    flex-direction: column;
  }
  .contactInformation ul li a span {
    display: flex;
    flex-direction: column;
  }
  .contactInformation ul li {
    margin-top: 2rem;
  }
  footer h3 {
    margin-top: 2rem;
  }
  .footForm .themeBtn {
    margin-left: 0;
  }
  .aboutSec img {
    width: 100%;
  }
  .aboutContent {
    margin-top: 2rem;
  }
  nav.navbar.navbar-expand-lg {
    margin-top: 0;
  }
  .srvimgTwo {
    margin-right: 0;
  }
  .main-slider {
    height: 500px;
  }
  .main-slider {
    height: 400px;
  }
  .serviceBox {
    padding: 2rem;
  }
  .aboutSec .w-75 img {
    width: 50% !important;
  }
  .aboutSec .w-75 {
    text-align: center;
  }
  a.footLogo img {
    width: 110px;
}
.navbar-brand{
    margin-top: 2rem;}
	.contact .form-control {font-size: 14px;}
	.cont-wrap figure{width: 70px; height: 70px;}
	.cont-wrap img {
		width: 45%;
	}

}
@media (max-width: 575.98px) {
  html {
    font-size: 11px;
  }
  .main-slider {
    height: 400px;
  }
  .small-image img {
   height: 400px;
}
}
@media (max-width: 320.98px) {
}
