html {
	scroll-behavior: smooth;
	font-size:16px;
}
 

@font-face {
    font-family: 'UniNeueBold';
    src: url(' https://impressdrillbit.com/wp-content/themes/woodmart-child/fonts/UniNeue/35AE21_0_0.eot');
    src: url(' https://impressdrillbit.com/wp-content/themes/woodmart-child/fonts/UniNeue/35AE21_0_0.eot?#iefix') format('embedded-opentype'), url(' https://impressdrillbit.com/wp-content/themes/woodmart-child/fonts/UniNeue/35AE21_0_0.woff2') format('woff2'), url(' https://impressdrillbit.com/wp-content/themes/woodmart-child/fonts/UniNeue/35AE21_0_0.woff') format('woff'), url(' https://impressdrillbit.com/wp-content/themes/woodmart-child/fonts/UniNeue/35AE21_0_0.ttf') format('truetype');
}
   
@font-face {
    font-family: 'UniNeueBook';
    src: url(' https://impressdrillbit.com/wp-content/themes/woodmart-child/fonts/UniNeue/35AE21_1_0.eot');
    src: url(' https://impressdrillbit.com/wp-content/themes/woodmart-child/fonts/UniNeue/35AE21_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/UniNeue/35AE21_1_0.woff2') format('woff2'), url(' https://impressdrillbit.com/wp-content/themes/woodmart-child/fonts/UniNeue/35AE21_1_0.woff') format('woff'), url(' https://impressdrillbit.com/wp-content/themes/woodmart-child/fonts/UniNeue/35AE21_1_0.ttf') format('truetype');
}

@font-face {
    font-family: 'UniNeueHeavy';
    src: url(' https://impressdrillbit.com/wp-content/themes/woodmart-child/fonts/UniNeue/35AE21_2_0.eot');
    src: url(' https://impressdrillbit.com/wp-content/themes/woodmart-child/fonts/UniNeue/35AE21_2_0.eot?#iefix') format('embedded-opentype'), url(' https://impressdrillbit.com/wp-content/themes/woodmart-child/fonts/UniNeue/35AE21_2_0.woff2') format('woff2'), url(' https://impressdrillbit.com/wp-content/themes/woodmart-child/fonts/UniNeue/35AE21_2_0.woff') format('woff'), url(' https://impressdrillbit.com/wp-content/themes/woodmart-child/fonts/UniNeue/35AE21_2_0.ttf') format('truetype');
}

@font-face {
    font-family: 'UniNeueRegular';
    src: url(' https://impressdrillbit.com/wp-content/themes/woodmart-child/fonts/UniNeue/35AE21_3_0.eot');
    src: url(' https://impressdrillbit.com/wp-content/themes/woodmart-child/fonts/UniNeue/35AE21_3_0.eot?#iefix') format('embedded-opentype'), url(' https://impressdrillbit.com/wp-content/themes/woodmart-child/fonts/UniNeue/35AE21_3_0.woff2') format('woff2'), url(' https://impressdrillbit.com/wp-content/themes/woodmart-child/fonts/UniNeue/35AE21_3_0.woff') format('woff'), url('https://impressdrillbit.com/wp-content/themes/woodmart-child/fonts/UniNeue/35AE21_3_0.ttf') format('truetype');
}
 

body {
    overflow-x: hidden !important;
}


body,
h1,
h2,
h3,
h4{
	font-family: 'UniNeueHeavy';
	color: #303133;
	margin: 0;
}

div,
span, 
a, 
p,
small {
	font-family: 'UniNeueRegular';
	color: #777;
    font-size: 1rem;
    letter-spacing: .08em;
    line-height: 1.5;
}

a {
	transition: color .15s ease-in-out, 
				background-color .15s ease-in-out, 
				border-color .15s ease-in-out, 
				box-shadow .15s ease-in-out;
}

a:hover {
	color: #9e9e9f;
	text-decoration: none;
}

header.internal-page.abhout-us {
    background: #000;
}

.contenet-hero {
    position: relative;
    width: 100%;
    padding: 150px 0 120px 0;
	z-index: 1;
}

.contenet-hero h1{
    max-width:100%;
    line-height: 1.2;
    margin-top: 0;
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-align: center; 
}

.contenet-hero p {
	font-size: 1rem;
    margin: 0;
    padding: 1rem 0;
	color:#959595;
	text-align: center;
}

.box-seat .inner-img {
    height: 85vh;
    overflow: hidden;
}

.box-seat.box-seat-full {
    position: relative;
}

.box-seat.box-seat-full .pro-text {
	position: absolute;
    background-color: #0d0d0d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: rgba(13, 13, 13, 0.7);
    height: 100%;
    top: 0;
}

.content-scroll {
    color: #fff;
}

.pro-text h3 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 25px;
}

.box-seat .pro-text p {
    margin-left: 70px;
    margin-top: 10px;
	color: #959595;
    font-size: 1rem;
}

.our-services {
    background: #000;
    padding: 8rem 0;
}

.one-title {
    width: 620px;
    margin-bottom: 70px;
}

.one-title .title-sub-container .title-sub {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    padding-left: 80px;
	color:#fff;
	transition: color .9s ease .1s;
}

.one-title .title-sub-container .title-sub:before, 
.one-title .title-sub-container .title-sub:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.one-title .title-sub-container .title-sub:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
	transition: background .9s ease .1s;
}

.one-title .title-sub-container .title-sub:after {
    left: 15px;
    height: 1px;
    width: 52px;
    background: rgb(255 255 255 / 53%);
	transition: background .9s ease .1s;
}

.one-title .title-main {
	font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.01em;
	color:#fff;
}

.our-services .services-item .line-before {
    width: 40px;
/*     height: 2px;
	margin-bottom: 25px; */
    background-color: #fff;
 
    opacity: 0.5;
	transition: background .9s ease .1s;
}

.subtitle {
    margin-bottom: 25px;
    letter-spacing: 2px;
    font-size: 1.5rem;
    font-weight: 500;
	color:#fff;
	transition: color .9s ease .1s;
}

.our-services .services-item p {
	max-width: 447px;
    color: #959595;
    font-size: 1rem;
}

.slick-slide {
    margin: 0 1rem;
}

.our-team{
	background: #1c1c1c;
	padding: 7rem 0;
}

.box-content h4 {
	font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 25px;
}

.services-item h5 {
    font-weight: 600;
    letter-spacing: 0;
}

.about-intro {
    padding:70px 0;
}

.text-dark{
	color: #000!important;
}

.ulList{
	margin-bottom: 0;
    padding-left: 20px;
}

.ulList li{
    font-size: 1rem;
	padding-bottom: 20px;
}

.ulList li:last-child {
    padding-bottom: 0px;
}

.styled-input label {
    color: #999;
    padding: 1.3rem 30px 1rem 30px;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.styled-input.wide { 
    width: 650px;
    max-width: 100%;
}

input,
textarea {
    padding: 30px;
    border: 0;
    width: 100%;
    font-size: 1rem;
    background-color: #2d2d2d;
    color: white;
    border-radius: 4px;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 15em;
}

.input-container {
    width: 650px;
    max-width: 100%;
    margin: 20px auto 25px auto;
}

.submit-btn {
	float: left;
    border-radius: 60px;
    display: inline-block;
    background-color: #919191;
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%), 0 2px 10px 0 rgb(0 0 0 / 7%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.submit-btn button{
    width: 100%;
    background: transparent;
    border: 0;
    display: block;
    padding: 20px 35px;
    border-radius: 60px;
}

.submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
              0 1px 1px 0 rgba(0,0,0,0.09);
}

@media (max-width: 768px) {
    .submit-btn {
        width:100%;
        float: none;
        text-align:center;
    }
}

input[type=checkbox] + label {
  color: #ccc;
  font-style: italic;
} 

input[type=checkbox]:checked + label {
  color: #f00;
  font-style: normal;
}


input:focus ~ label, textarea:focus ~ label, 
input:valid ~ label, textarea:valid ~ label {
    font-size: 0.75em;
    color: #999;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.styled-input {
    float: left;
    width: 293px;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}

@media only screen and (max-width: 768px){
    .styled-input {
        width:100%;
    }
}

.contact-inner .pro-text h3{
	color:#000;
}

.contact-inner .pro-text p{
	font-size:1rem;
}

h5.loc-title{
	color: #000;
    font-weight: 500;
    font-family: 'UniNeueHeavy';
}

.contact-icon-grid svg {
    background: #000;
    fill: rgb(255 255 255)!important;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 50%;
}

.contact-icon-grid a {
	font-size: 1.125rem;
    padding-left: 10px;
    color: #000;
}

.main-Infrastructure.contact-info {
    padding: 5rem;
}

#gmap-home {
    width: 100%;
    height: 464px;
    background: #000 url(https://impressdrillbit.com/wp-content/uploads/contact-map.webp) no-repeat center;
    background-size: cover;
}
/* 
body #wrapper-footer {
    background: #000;
    padding: 75px 25px 1px;
}

.text-uppercase--brand{
	margin-bottom:1.5rem;
}

.footer__row {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
}

.footer__row--bottom {
    margin-top: 3.68421rem;
    flex-wrap: nowrap;
    margin-bottom: 3.68421rem;
}

.knowledgebase .types-grid {
    grid-template-columns: auto auto auto;
}

.x2-grid{
	grid-template-columns: auto auto;
}

.social-links__item:not(:last-child) {
    margin-right: 15px;
}

.social-links__item {
    text-align: center;
    display: inline-block;
}

.footer__col h4, .footer__col p, .footer__copy {
    color: #fff;
}

.social-links__svg--instagram {
    width: 18px;
    height: 18px;
} */

.events-grid .pro-text h3{
	color:#000;
	transition: color .9s ease .1s;
}

.events-grid {
	display: grid;
    grid-template-columns: 33% 40%;
    justify-content: space-around;
    grid-column-gap: 25%;
    padding: 7rem 0;
}

.events-grid.new-grid-cell {
	grid-template-columns: 30% 30%;
    grid-column-gap: 30%;
}

.events-grid.new-grid-cell .slider-control .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 25px;
    left: -2px;
}

.events-image-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.events-images .box-content p {
    color: #000;
    font-weight: 500;
    font-family: 'UniNeueHeavy';
    padding-top: 20px;
}

.events-bg-light{
	background: #eee;
    margin-top: 7rem;
	padding-bottom: 5rem;
}

.types-section{
	background: #000;
	padding: 5rem 0;
}

.types-grid{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	grid-gap: 2rem;
}

.types-inner{
	position:relative;
}

.types-inner h4 {
    margin-top: 10px;
	margin-bottom: 10px;
}

.item {
    position: relative;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 66%);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

#blogs .overlay {
    background-color: rgb(0 0 0 / 80%);
}

.item:hover .overlay {
    bottom: 0;
    height: 100%;
    width: 100%;
}

.left-overlay {
    right: 100%;
    height: 100%;
    left: auto;
}

.item:hover .left-overlay {
    right: 0;
}

.types-inner .text {
	font-family: 'UniNeueHeavy';
	width: 100%;
    color: white;
    font-size: 1.2vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.types-inner .text h5{
	font-family: 'UniNeueHeavy';
}

.types-inner .text a {
    color: #fff;
    font-size: 14px;
    font-family: 'UniNeueHeavy';
    letter-spacing: 2px;
    padding: 10px 0;
    display: block;
}

.uses-tag span {
    background: #fff;
    padding: 4px 10px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    margin: 3px 0;
	font-weight: 600;
}

.modal-content {
	width:89%!important;
}

.modal-body {
    padding: 0;
}

.modal-header, .modal-content {
    border-radius: 0;
}

.modal-body img {
    filter: grayscale(1);
}
     

.our-speciality .types-inner h6 {
	position:relative;
    color: #fff;
    padding: 0px 60px 30px 60px;
	font-size: 20px;
}

.our-speciality .types-inner h6:before {
	content: '';
    position: absolute;
    bottom: 15px;
    width: 2rem;
    height: 2px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    background: #fff;
}

.main-contact.contact-info{
    padding: 5rem 0;
}


.types-section.in-range {
    padding: 0!important;
	background-image: url(https://impressdrillbit.com/wp-content/uploads/paper.webp);
}
  
.in-range .ulList {
	margin-top:3rem;
}

.in-range .ulList li {
    padding-bottom: 8px;
    font-weight: 600;
    color: #000;
}

.full-grid{
	grid-column: 1 /span 2;
    font-size: 25px;
    color: #000;
    margin-bottom: 5rem;
}



.one-title .dark-title .title-sub-container .title-sub,
.one-title .dark-title .title-main {
    color: #000;
}

.one-title .dark-title .title-sub-container .title-sub:before,
.one-title .dark-title .title-sub-container .title-sub:after {
    background-color: #000;
}

.in--bg, .in--range {
	position:relative;
}

.in--bg:before{
	content: '';
    position: absolute;
    background-image: url(https://impressdrillbit.com/wp-content/uploads/type-mockup.png);
    width: 220px;
    height: 38%;
    transform: rotate(90deg);
    bottom: -50px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    left: 45px;
}

.in--range:before{
    content: '';
    position: absolute;
    background-image: url(https://impressdrillbit.com/wp-content/uploads/type-mockup.png);
    width: 160px;
    height: 100%;
    bottom: -42px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    left: auto;
    right: 15%;
    mix-blend-mode: luminosity;
	    z-index: 1;
}

.in--range.os:before, .in--bg.os:before{
    background-image: url(https://impressdrillbit.com/wp-content/uploads/os-mockup.png);
}

.in--range.type:before, .in--bg.type:before{
    background-image: url(https://impressdrillbit.com/wp-content/uploads/range-mockup.png);
	bottom: -84px;
	width: 140px;
}

.in--range.type:before{
    width: 190px;
    mix-blend-mode: unset;
}

.events-cell{
	position:relative;
}

.orange{
    background: #12af42fa;
}


.circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgb(23 177 70 / 55%);
}

.pulse {
  animation: pulse-animation 2s infinite;
}


@keyframes pulse-animation {
	
	0% {
		box-shadow: 0 0 0 0px rgba(23 177 70 / 55%);
	}
	100% {
		box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
	}
}

.overlays {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
}

.popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all 5s ease-in-out;
}

.popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.popup .close:hover {
	color: #06D85F;
}
.popup .content {
	max-height: 30%;
	overflow: auto;
} 


.animate-in{
    opacity: 0;
    transition: opacity .9s ease .3s, transform .9s ease .3s, color .9s ease .1s;
}

.animate-left{
	transform: translate3d(-50px, 0, 0);
    opacity: 0;
    transition: opacity .5s ease .2s, transform .5s ease .3s, color .9s ease .1s;
}

.animate-right{
	transform: translate3d(50px, 0, 0);
    opacity: 0;
    transition: opacity .5s ease .2s, transform .5s ease .3s, color .9s ease .1s;
}

.animate-down{
	transform: translate3d(0, 100px, 0);
    opacity: 0;
	transition: opacity .9s ease .3s, 
	transform .9s ease .5s;
}

.bg-data-change-light{
	background:#000;
	transition: background .9s ease .7s;
}

.bg-data-change-light2{
	background: #000;
	transition: background .9s ease .7s;
}

.bg-data-change-light3{
	background: #eee;
	transition: background .9s ease .7s;
}

.animate-left.aos-init.aos-animate,
.animate-right.aos-init.aos-animate,
.animate-in.aos-init.aos-animate,
.animate-down.aos-init.aos-animate{
	opacity: 1;
    transform: translate3d(0, 0, 0);
}

.bg-data-change-light.aos-init.aos-animate{
	background:#fff;
}

.bg-data-change-light2.aos-init.aos-animate{
	background: #eee;
}

.bg-data-change-light3.aos-init.aos-animate{
	background: #000;
}

.bg-data-change-light.aos-init.aos-animate .one-title .title-main,
.bg-data-change-light.aos-init.aos-animate .one-title .title-sub-container,
.bg-data-change-light.aos-init.aos-animate .one-title .title-sub-container .title-sub,
.bg-data-change-light.aos-init.aos-animate .subtitle {
    color: #000;
}

.bg-data-change-light.aos-init.aos-animate .one-title .title-sub-container .title-sub:after,
.bg-data-change-light.aos-init.aos-animate .one-title .title-sub-container .title-sub:before,
.bg-data-change-light.aos-init.aos-animate .our-services .services-item .line-before.title-sub {
    background: #000;
}

.img-grd img{
	background: linear-gradient(to bottom, rgb(255 255 255) 86%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgb(0 0 0 / 85%) 120%) #989898c9;
    background-blend-mode: multiply,multiply;
}

.img-grd h4{
	color:#fff;
}

.bg-data-change-light.aos-init.aos-animate .line-before {
	background-color: #000!important;
    opacity: 0.5;
}

.bg-data-change-light2.aos-init.aos-animate .events-grid .pro-text h3{
	color: #000;
}

.internal-page{
	position:relative;
	overflow: hidden;
}

    
.infra-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 15%;
} 

.img-grid{
	display: grid;
    grid-template-columns: 50% 42%;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}

.img-grid2{
    grid-template-columns: 42% 50%;
}

.img-grid h6{
	color: #000;
    text-transform: uppercase;
    font-size: 1rem;
}

.img-grid h6 span{
    text-transform: lowercase;
    color: #000;
    font-size: 0.938rem;
    font-family: 'UniNeueHeavy';
}

.img-grid h5{
	color: #000;
    font-family: 'UniNeueHeavy';
    font-size: 1.5rem;
}

.our-infra-mc{
    padding-top: 25px;
    padding-bottom: 7rem;
}

.bg-data-change-light3.aos-init.aos-animate .infra-cell h1,
.bg-data-change-light3.aos-init.aos-animate .img-cell h5,
.bg-data-change-light3.aos-init.aos-animate .img-cell h6,
.bg-data-change-light3.aos-init.aos-animate .img-cell h6 span,
.bg-data-change-light3.aos-init.aos-animate .img-cell p{
	color: #fff!important;
	transition: color .9s ease .1s;
}

.blogs-modal .table-grid {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    padding: 35px;
}
  
.sub-grid {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    border: 1px solid #c3c3c3;
}

.sub-grid-cell {
    border: 1px solid #c3c3c3;
}

.sub-grid-cell h3 {
    font-size: 18px;
    padding: 12px 15px;
}

.sub-grid-cell p{
	margin: 0;
    padding: 10px 0;
}

.table-grid ul li {
    color: #000;
    font-weight: 600;
}

.blogs-modal .modal-title {
    color: #000;
    font-weight: 600;
}

html {
    overflow-x: hidden;
}


/* home slider*/

.main-hero-section {
    height: 100vh;
}

.swiper {
    width: 100%;
    height: 100%;
}
    
.swiper-slide img {
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-home-slider .swiper-button-next,
.main-home-slider .swiper-button-prev,
.knowledgebase-container .swiper-button-next,
.knowledgebase-container .swiper-button-prev,
.blog-event .swiper-button-next,
.blog-event .swiper-button-prev{
    filter: grayscale(0)!important;
}




.slider-control .swiper-pagination-bullet {
	width: 10px;
    height: 10px;
    color: #8b8b8b;
    opacity: 1;
    background: #eee;
	outline-offset: 5px;
    outline: 2px solid #ffffff00;
	margin: 0 8px!important;
}
    
.slider-control .swiper-pagination-bullet-active {
    color: #fffcfc;
    background: #000;
    outline: 2px solid #fff;
}

.slider-control .swiper-pagination {
    text-align: right;
}

#types .slider-control .swiper-pagination {
    text-align: center;
}

.slider-control .swiper-horizontal>.swiper-pagination-bullets, 
.slider-control .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 25px;
    left: -25px;
    width: 100%;
}


.section.home-about{
	position: relative;
    min-height: 100vh;
    margin: 0 -15px;
    z-index: 0;
	overflow:hidden;
}

.container-fluid{
    /*padding-right: 0;
    padding-left: 0;*/
}


#about .home-about{
	background-image: url(https://impressdrillbit.com/wp-content/uploads/about_home_bg.webp);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
  
.home-about-container{
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}

#about .home-about-container .container-fluid{
	padding:0
}

.section .sidebar--overlay>div h2 {
    font-size: 3rem;
    margin: 0 0 0 0;
	color:#000;
	text-transform:uppercase;
}

.content-body {
    margin: 6vh 3vw;
}

.content-body--gutter {
	margin: 15vh 0;
}

#speciality .content-body--gutter {
    margin: 8vh 0;
}

#blogs .content-body--gutter {
    margin: 9.2vh 0;
}

#types .content-body--gutter {
    margin: 9.2vh 0;
}

.section .sidebar--overlay {
    position: relative;
    min-height: 100vh;
    z-index: 10;
    margin: 0;
    display: flex;
}

.section .sidebar--overlay>div:first-child {
    background: rgba(100, 100, 100, .5);
}

.section .sidebar--overlay>div:first-child {
    max-height: 0;
    color: #fff;
    overflow: hidden;
    transition: max-height 1s ease;
}

.section .sidebar--overlay>div:first-child .overlay-content {
    position: relative;
    min-height: 100vh;
    padding: 50px 30px;
    opacity: 0;
	color:#fff;
    transition: opacity 1s ease .4s;
}

.section.dark .sidebar--overlay>div:first-child {
    background: rgba(255, 255, 255, .4);
}

.section.animate.aos-init.aos-animate .sidebar--overlay>div:first-child {
    max-height: 100vh;
}

.section.animate.aos-init.aos-animate .sidebar--overlay>div:first-child .overlay-content {
    opacity: 1;
}

.section .sidebar--overlay>div:first-child .overlay-content .cta-btn {
    position: absolute;
    bottom: 50px;
}

.cta-btn {
	width: 140px;
    padding: 10px 20px;
    border-radius: 0;
    border: 3px solid #fff;
    background: 0 0;
    box-shadow: 7px 7px 0 #fff;
    transition: all .15s linear;
    color: #fff;
    text-indent: -9999px;
    transform: translate3d(0, 0, 0);
    background: transparent url(https://impressdrillbit.com/wp-content/uploads/arrow_right_light.svg) no-repeat center center;
    background-size: 50%;
}   

.cta-btn:hover {
    background-color: transparent;
    transform: translate3d(7px, 7px, 0);
    box-shadow: 0 0 0 #fff;
    border-color: #0c0c33;
}

.cta-btn:after {
    position: absolute;
    left: 130%;
    top: 13px;
    width: 100px;
    height: 20px;
    color: #fff;
    font-size: 0.688rem;
    font-family: UniNeueHeavy;
    line-height: 20px;
    text-indent: 0;
    text-transform: uppercase;
    content: attr(data-text);
}

.speciality-container{
	background: #000 url(https://impressdrillbit.com/wp-content/uploads/services_bg.webp) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}
.knowledgebase-container {
    background: #000 url(https://impressdrillbit.com/wp-content/uploads/stonebook_bg.webp) no-repeat center center;
    background-size: cover;
} 

.white--text .sidebar--overlay>div h2 {
	color:#fff;
}

.speciality-container .services-container .services-wrapper {
    display: flex;
}

.speciality-container .services-container .services-wrapper .service {
    width: 33.3333%;
    padding: 5vh 0;
    text-align: center;
    background-color: transparent;
    transform: translate3d(0, 100px, 0);
    opacity: 0;
}

.section.animate.aos-init.aos-animate .services-container .services-wrapper .service {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.services-container .services-wrapper .service:hover {
    background-color: #fff;
}

.speciality-container .services-container .services-wrapper .service h3 {
    text-decoration: none;
    font-size: 1.75rem;
	color: #fff;
    min-height: 10vh;
    text-transform: uppercase;
    transition: color .25s ease-in-out;
}

.services-container .services-wrapper .service:hover h3 {
    color: #000;
}

.services-container .services-wrapper .service:nth-child(1) {
    transition: background-color .25s ease-in-out 0ms, opacity .35s ease .3s, transform .35s ease .3s;
}

.services-container .services-wrapper .service:nth-child(2) {
    transition: background-color .25s ease-in-out 0ms, opacity .35s ease .45s, transform .35s ease .45s;
}

.services-container .services-wrapper .service:nth-child(3) {
    transition: background-color .25s ease-in-out 0ms, opacity .35s ease .6s, transform .35s ease .6s;
}

.speciality-container .services-container .services-wrapper .service .service-icon svg {
	width: 100%;
    height: auto;
    transform: scale(1);
    transition: transform .25s ease-in-out;
}

.speciality-container .services-container .services-wrapper .service .service-icon svg path {
    fill: none;
    stroke: #fff;
}

.speciality-container .services-container .services-wrapper .service:hover .service-icon svg path {
    stroke: #000;
    transition: stroke .25s ease-in-out;
}

.speciality-container .services-container .services-wrapper .service:hover .service-icon svg {
    transform: scale(1.1);
}

.speciality-container  .st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 10px;
}

.service-icon p {
    width: 180px;
    margin: auto;
    font-size: 0.875rem;
    opacity: 0;
}

.services-container .services-wrapper .service:hover .service-icon p {
    opacity: 1;
    color: #000;
}

.knowledgebase-slider .inner-slider-grid {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3rem;
	align-items: center;
}

.inner-slider-grid h3,
.inner-slider-grid p{
	color:#fff;
}

.inner-slider-grid p{
	padding-top:1rem;
}

.knowledgebase-container .slider-control .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: 25px;
}

.types-slider.slider-control .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 0;
    left: 0px;
}

.blog-event.slider-control .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 0;
    left: 0px;
}

.types-slider.slider-control .swiper-pagination {
    text-align: center;
}

#types, #infrastructure{
	background:#000;
}


.types-slider h4{
	color:#fff;
}

.types-slider .swiper-slide img {
    width: 100%;
}

.types-slider.slider-control .swiper-pagination {
    text-align: center;
}

.types-slider .swiper-slide:nth-child(1),
.range .inner-slider:nth-child(1) {
    transition: background-color .25s ease-in-out 0ms, opacity .35s ease .3s, transform .35s ease .3s;
}

.types-slider .swiper-slide:nth-child(2),
.range .inner-slider:nth-child(2) {
    transition: background-color .25s ease-in-out 0ms, opacity .35s ease .6s, transform .35s ease .6s;
}

.types-slider .swiper-slide:nth-child(3),
.range .inner-slider:nth-child(3) {
    transition: background-color .25s ease-in-out 0ms, opacity .35s ease .9s, transform .35s ease .9s;
}

.types-slider .swiper-slide:nth-child(4),
.range .inner-slider:nth-child(4) {
    transition: background-color .25s ease-in-out 0ms, opacity .35s ease 1.2s, transform .35s ease 1.2s;
}

.types-slider .swiper-slide,
.range .inner-slider{
	transform: translate3d(0, 100px, 0);
    opacity: 0;
}

.section.animate.white--text.aos-init.aos-animate .types-slider .swiper-slide,
.section.animate.white--text.aos-init.aos-animate .range .inner-slider {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.types-slider.slider-control .swiper-pagination-bullet-active,
.main-banner .slider-control .swiper-pagination-bullet-active {
    background: #4e4e4e!important;
}

.range .inner-slider-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 2rem;
}

#range .range-inner h4, .blogs h4 {
    color: #fff;
}

h6.tablet--view-title{
	display:none;;
}

.big-title {
    position: relative;
	letter-spacing: 0;
    font-family: 'UniNeueHeavy';
    font-size: 7.5rem;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -35px;
	color:#fff;
}

.big-title span {
    font-size: 0.938rem;
	letter-spacing: 0;
    font-family: 'UniNeueRegular';
    display: flex;
    line-height: 1.5;
    margin-left: 6%;
	color:#fff;
}

.infra-grid {
	display: grid;
	grid-template-columns: 1fr 60%;
	grid-column-gap: 4rem;
	color: #fff;
	justify-content: center;
	align-items: center;
}

#infrastructure .infra-grid {
	align-items: end;
}

.blogs{
	background: #000 url(https://impressdrillbit.com/wp-content/uploads/services_bg.webp) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.blogs .inner-slider-grid {
    grid-template-columns: repeat(3,1fr);
}


.contactus {
    background: #000 url(https://impressdrillbit.com/wp-content/uploads/map.webp) no-repeat center;
    background-size: cover;
}

.online-payment img {
    width: 45%;
}

h2.caption-slider-text {
	font-family: 'Playfair Display', serif;
    position: absolute;
    bottom: calc(50% - 35vh);
    left: calc(50% - 44vw);
    font-size: 3rem;
}

.white-text{
    color:#fff;
}

.dark-text{
    color:#000;
}

.home-about-content {
	position: absolute;
	bottom: 44px;
}

.modal th, td, .modal th, td div {
    padding: 15px;
    text-align: left;
    color: #000;
    font-size: 15px;
}

section.main-banner {
    width: 100%;
    display: block;
}

span.divider {
    position: relative;
}


span.divider:before {
    content: '';
    position: absolute;
    top: -20px;
    width: 60px;
    height: 4px;
    background: #119EDC;
}

.blog-container-grid {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    /* background: red; */
    grid-gap: 30px;
}

.blog-container-cell {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    background: white;
}

section.accessories-section {
    background: #eee;
    padding: 7rem 0;
}

.accessories-main-title h2 {
    text-align: center;
    margin-bottom: 70px;
}

.accessories-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 4rem;
}

.accessories-grid h4{
    text-align: center;
    padding-top: 25px;
}

.accessories-grid .accessories-cell img {
    border-radius: 50%;
    outline: 5px solid #1010100f;
    outline-offset: -12px;
}

.top--space {
    padding-top:10rem;
}


.accessories-grid.x2 {
    display: flex;
    width: 523px;
    margin: auto;
    text-align: center;
}

.accessories-grid.x2 p{
    padding-top: 15px;
}

.accessories-grid.x1 {
    display: flex;
    width: 262px;
    margin: auto;
}

.types-grid h4 {
    /*padding-top: 25px;*/
}

img.img-fluid.drill-diameter {
	position: absolute;
    top: 75px;
    right: -50px;
    width: 35%;
}

.overlay-visible{
    position:relative;
}

.overlay-visible:before{
    content: '';
    position: absolute;
    inset: 0;
    background: #000;
    opacity: .4;
}

.modelProSlider .inner-slider{
	position:relative;
}

.modelProSlider .inner-slider span{
	position: absolute;
    top: calc(50% - 70px);
    background: #000;
    color: #fff;
    padding: 5px 15px 5px 15px;
    border-radius: 4px;
    font-weight: 600;
}

.modelProSlider.slider-control .swiper-pagination-bullet {
    background: #119edc;
}

.modelProSlider.slider-control .swiper-pagination {
    text-align: center;
}

.types-grid.newpro-grid{
    grid-template-columns: repeat(3, 1fr);
}

.types-grid.newpro-grid h4 {
    text-align: center!important;
	font-size: 1.2rem;
    letter-spacing: 0;
}

.types-grid.newpro-grid .item img{
	background: linear-gradient(to bottom, rgb(255 255 255) 86%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgb(0 0 0 / 85%) 120%) #989898c9;
    background-blend-mode: multiply,multiply;
}

.iframe-grid {
    padding-bottom: 8rem;
}

.post-update-info{
    position: absolute;
    bottom: 8px;
    left: 14px;
    z-index: 1;
    color: #fff;
    font-size: 13px;
}

.line-seprator{
    width: calc(100% - 32px);
    left: 0;
    right: 0;
    height: 1px;
    background: white;
    position: absolute;
    bottom: 35px;
    margin: auto;
}

.container.min--width {
    max-width: 768px;
}

.container.min--width h4 {
    padding: 2rem 0 1rem;
}

.container.min--width p {
    text-align: justify;;
}

.blog-line-saprator{
    display: block;
    width: 100%;
    height: 1px;
    background: #8a8a8a;
    margin: 2rem 0 1rem;
}

.share-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
}

.share-on-post ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.share-on-post ul li {
    display: inline-block;
}

.share-on-post ul li a{
    display: block;
    padding: 0 4px;
}

.share-grid a span {
	background: #fff;
    color: #000;
    padding: 0.7rem 1.5rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out;
}

.share-grid a:hover span {
    background: #ddd;
    color: #fff;
}

.share-on-post ul li a svg{
    transition: color .15s ease-in-out, background-color .15s ease-in-out;
}

.share-on-post ul li a svg:hover{
    fill: #838282!important;
}
.share-on-post ul i {
    color: #000;
    font-style: normal;
    font-family: 'UniNeueHeavy';
    text-transform: uppercase;
    vertical-align: bottom;
    font-size: 15px;
}

.container.min--width h6 {
    position: absolute;
    bottom: 38px;
    color: #fff;
    left: 15px;
    font-size: 20px;
}

.container.min--width {
    color:#000;
}

.whatsapps-sharing {
    position: fixed;
    bottom: 25px;
    right: 25px;
}

.whatsapps-sharing img {
    width: 60px;
    border-radius: 30% 15%;
}

.blog-event .text p{
	color:#fff;
}

.blog-container-cell{
	position:relative;
	background-size: cover;
}

.blog-container-cell.re-bg{
	background-image: url(https://impressdrillbit.com/wp-content/uploads/re-bg.webp);
}

.blog-container-cell.rb-bg{
	background-image: url(https://impressdrillbit.com/wp-content/uploads/rb-bg.webp);
}

.blog-container-cell a{
	position: relative;
    z-index: 9;
    color: #fff;
    font-size: 1.5rem;
    font-family: 'UniNeueHeavy';
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-container-cell:before{
	content:'';
	position:absolute;
	inset:0;
	background:#000;
	opacity: .5;
    z-index: 1;
}

.download-brochure a {
    background: #119EDC;
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 25px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out;
}

.download-brochure a:hover {
	background: #0C0B33;
    color: #fff;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
    font-size: 24px!important;
    background: #fff;
    padding: 7px 12px;
    border: 1px solid #00000029;
    border-radius: 2px;
	transition: all ease-in .3s;
}

.swiper-button-next:hover:after, 
.swiper-button-prev:hover:after {
	background:#119EDC;
}

.swiper-button-prev, .swiper-button-next {
	transition: all ease-in .2s;
    color: #000!important;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    color: #fff!important;
}

.sm-visible{
	display:none;
}

.common-pulse{
	position: absolute;
	z-index: 99;
}
.type-pulse-1{
	top: 60px;
	left: 70px;
}

.type-pulse-2{
	top: 75%;
	left: 90px;
}

.type-pulse-3{
	top: 65%;
	left: 45%;
}

.range-pulse-1{
	top: 100px;
	left:10px;
}

.range-pulse-2{
	top: 65%;
	left: 45%;
}

.sp-pulse-1{
	top: 132px;
	left: auto;
	right: 12px;
}


.sp-pulse-3{
	top: 60px;
	left: 70px;
}

.sp-pulse-4{
	top: 78%;
	left: 55px;
}


#back-to-top.topShow {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}

#back-to-top {
	position: fixed;
    right: 35px;
    bottom: 100px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    color: #525252;
    background-color: #fbfbfb;
    border: 2px solid #525252;
    text-align: center;
    z-index: 999;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    transition: opacity .5s ease-out;
    transition: all .3s;
    opacity: 0;
}

.topShow {
    display: block;
    animation-name: showhide;
    animation-duration: .5s;
    transform: scale(1);
    opacity: 1;
}

@media only screen and (min-width: 2560px){
	
	.content-body--gutter .home-about-content {

	}
	.contenet-hero h1 {
		max-width: 1024px;
	}
	.box-seat .inner-img {
		height: auto!important;
	}
	
	
	/* .box-seat.box-seat-full .pro-text {
		max-width: 645px;
		right: 0;
		bottom: 0;
		background-color: rgb(13 13 13);
		height: 99.888%;
	} */
	
	
	.box-seat.box-seat-full .pro-text {
		max-width: 50%;
		right: 0;
		bottom: 0;
		background-color: rgb(12 12 51 / 60%);
		height: 99.888%;
		padding-right: 34%;
	}
	
	
	
	#frontpage-quicknav {
		right: 8%!important;
	}
	.type-pulse-3 {
		left: 25%!important;
		top: 60%!important;
	}
	.main-blog .types-cell img{
		width: 100%;
	}
	
	.container.min--width {
		max-width: 1920px!important;
	}
	
	.container.min--width img {
		width: 100%;
	}
	
	.our-infra-mc .img-cell img{
		width: 100%;
	}
	.layout-center{
		text-align:center;
	}
	.main-contact .input-container {
		width: 1024px;
	}
	.styled-input.wide {
		width: 100%;
		max-width: 100%;
	}
	.styled-input {
		width: 100%;
	}
	#gmap-home {
		height: 690px;
	}

}

@media only screen and (min-width: 1920px){
	
	html {
		font-size: 24px!important;
	}
	 
	
	.one-title .container {
		padding: 0;
	}
	
	.contenet-hero {
		padding:150px 0 150px 0;
	}
	
	.navbar-brand {
		width: 220px;
		height: 125px;
	}
	
	#frontpage-quicknav {
		top: 48px;
		right: 10%;
	}
	
	.navbar-toggler>.navbar-toggler-icon {
		left: 18px;
		top: 30px;
		height: 7px;
		width: 35px;
	}
	
	.navbar-toggler {
		right: 70px;
	}
	
	#knowledgebase .swiper-button-next, 
	#knowledgebase .swiper-rtl .swiper-button-prev {
		right: 33px;
	}
	.types-slider, 
	#range .range {
		margin-top: 5rem;
	}
	#types .swiper {
		height: 83%!important;
	}

	.box-seat .inner-img {
		height: auto;
	}
	.modal-dialog {
		min-width: 947px;
	}
	
	.navbar-toggler {
		width: 75px;
		height: 75px;
	}
	
	.swiper-button-next:after, .swiper-button-prev:after {
		font-size: 40px!important;
		background: #fff;
		padding: 15px 25px;
	}
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: 45px!important;
	}
	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: 50px!important;
	}
	.slider-control .swiper-pagination-bullet {
		width: 20px;
		height: 20px;
		outline-offset: 6px;
		margin: 0 12px!important;
	}
	.cta-btn {
		width: 180px;
		padding: 13px 20px;
	}
	.show .menu-intro {
		width: 639px;
	}
	.social-icons .social-icon {
		height: 70px;
		width: 70px;
		background-size: 35px 35px;
	}
	.cta-btn:after {
		top: 22px;
		width: 115px;
	}
	
	.box-seat .inner-img {
		height: auto;
	}
	.type-pulse-2 {
		top: 53%;
	}
	.type-pulse-3 {
		top: 47%;
		left: 39%;
	}
	.range-pulse-2 {
		top: 45%;
		left: 33%;
	}
	.accessories-grid {
		margin-bottom: 15%;
	}
	.accessories-grid.x2, .accessories-grid.x1 {
		display: flex;
		width: 100%;
		justify-content: center;
		margin-bottom: 15%;
	}
	.accessories-grid.x1 {
		margin-bottom: 0%;
	}
	.events-grid {
		grid-template-columns: 40% 40%;
		grid-column-gap: 20%;
	}
	
	.home-about-content {

	}
	
	.container.min--width {
		max-width: 1440px;
	}
	
	.main-contact .input-container {
		width: 1024px;
	}
	
	.container.min--width img {
		width: 100%;
	}
	
	.styled-input.wide {
		width: 100%;
		max-width: 100%;
	}
	.styled-input {
		width: 100%;
	}
	#gmap-home {
		height: 690px;
	}
}

@media only screen and (min-width: 1440px) {
	
	html {
		font-size: 20px;
	}
	
	.types-slider {
		margin-top: 5rem;
	}
	
	#types .swiper {
		height: 85%;
	}
	
	.infra-grid {
		display: grid;
		grid-template-columns: 1fr 55%;
		grid-column-gap: 2rem;
	}
		
	.box-seat .inner-img {
		height: 66vh;
	}
	
	.type-pulse-2 {
		top: 53%;
	}
	
	.type-pulse-3 {
		top: 46%;
	}
	
	.sp-pulse-1 {
		top: 157px;
		left: 87.5%;
	}
	.sp-pulse-4 {
		top: 53%;
	}
	
	.knowledgebase .types-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.home-about-content {

	}
	
}

@media only screen and (max-width: 1260px) {
	
	.infra-grid {
		grid-template-columns: 1fr 56%;
	}
	.box-seat .inner-img {
		height: 64vh;
	}

}

@media only screen and (max-width: 1180px) {
	
	#frontpage-quicknav {
		right: 10%;
	}
	.show .menu-intro {
		width: 410px;
	}
	li.menu-item.dropdown--menu ul {
		right: -60%;
	}
	.cta-btn:after {
		left: 116%;
	}
	.box-seat .inner-img {
		height: 59vh;
	}
	.type-pulse-2 {
		top: 70%;
	}
	.type-pulse-3 {
		top: 61%;
		left: 55%;
	}
	.range-pulse-2 {
		top: 60%;
	}
}

@media only screen and (max-width: 1024px) {
	.show .menu-intro {
		width: 390px;
	}
	.show .menu-intro {
		padding-right: 50px;
	}
	.cta-btn {
		display: block;
		text-indent: 0;
		background: none;
		text-transform: capitalize;
	}
	.cta-btn:after {
		display:none;
	}
	.content-scroll {
		max-height: 383px;
		overflow-y: auto;
	}
	.footer__row {
		grid-column-gap: 2rem;
	}
	.box-seat .inner-img {
		height: 55vh;
	}
	.sp-pulse-1 {
		top: 121px;
		left: 89.5%;
	}
	.sp-pulse-4 {
		top: 48%;
		left: 50px;
	}
	
	.knowledgebase .types-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}

}

@media only screen and (max-width: 768px) {
	
	#frontpage-quicknav {
		right: 15%;
	}
	.show .menu-intro {
		display: none;
	}
	li.menu-item.dropdown--menu ul {
		right: -110%;
	}
	li.menu-item.dropdown--menu ul {
		opacity: 1;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%!important;
		flex: 0 0 100%!important;
		max-width: 100%!important;
	}
	.content-scroll {
		height: auto;
		max-height: inherit;
		overflow-y: auto;
	}
	.section .sidebar--overlay>div:first-child .overlay-content {
		min-height: auto;
	}
	
	.section .sidebar--overlay {
		min-height: inherit;
	}
	
	h6.tablet--view-title{
		display: block;
		font-size: 1.5rem;
		font-weight: 600;
		padding-bottom: 1rem;
	}

	
	.section.home-about {
		min-height: 50vh;
	}
	
	.section .sidebar--overlay>div:first-child {
		background: rgba(100, 100, 100, 1);
	}
	
	.content-scroll {
		margin-bottom: 35px!important;
	}
	
	.section .sidebar--overlay>div:first-child .overlay-content .cta-btn {
		position: static;
		bottom: 0;
		left: 0;
	}
	
	#about .sidebar {
		height: inherit;
	}
	
	#about.section.home-about {
		background-position: 75% 15%;
		background-size: inherit;
	}
	
	.section .sidebar--overlay>div:first-child,
	.section.animate.aos-init.aos-animate .sidebar--overlay>div:first-child {
		max-height: inherit;
	}
	.speciality-container .services-container .services-wrapper {
		flex-wrap: wrap;
	}
	.speciality-container .services-container .services-wrapper .service {
		width: 50%;
	}
	.speciality-container .services-container .services-wrapper .service h3 {
		margin: 0 0 3vh;
	}
	.knowledgebase-slider .inner-slider-grid {
		margin: 5vh 0;
	}
	
	#types .order-sm-1{
		height: 90vh;
	}
	
	.types-slider.slider-control 
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 200px;
		left: -50px;
	}
	
	#knowledgebase .inner-slider {
		width: 100%;
		margin-top: 30px;
	}
	
	.knowledgebase-slider .inner-slider-grid {
		grid-template-columns: 1fr;
		grid-gap: 1rem;
	}
	
	.types-slider .swiper-slide img {
		width: 100%;
	}
	
	#types .types-slider {
		margin-top: 5rem;
		max-width: 657px;
	}
	.types-slider.slider-control .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 28%;
		left: 0;
	}
	.range .inner-slider-grid {
		grid-template-columns: repeat(2,1fr);
		grid-column-gap: 0;
		grid-gap: 3rem;
	}
	#range .range {
		margin-left: 0!important;
		margin-top: 4rem!important;
	}
	#range .order-sm-1 {
		margin-bottom: 5rem;
	}
	#range .range-inner h4, .blogs h4, .types-slider h4 {
		padding-top: 1rem;
	}
	.footer__row {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 4rem;
	}
	
	#wrapper-footer .x2-grid {
		grid-template-columns: 1fr;
		text-align: center;
		grid-gap: 2rem;
	}
	.order--1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order--2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.contenet-hero h1 {
		font-size: 3rem;
	}
	.inner-img img{
		position: relative;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.box-seat.box-seat-full .pro-text {
		max-width: 100%;
		padding: 40px;
		right: 0;
		bottom: 0;
	}
	.types-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.type-pulse-2 {
		top: 45%;
		left: 67px;
	}
	.type-pulse-3 {
		top: 39%;
	}
	.range-pulse-2 {
		top: 39%;
	}
	img.img-fluid.drill-diameter {
		right: -36px;
	}
	.sp-pulse-1 {
		top: 106px;
		left: 92%;
		right: 0;
	}
	.sp-pulse-4 {
		top: 44%;
		left: 30px;
	}
	.accessories-grid {
		grid-template-columns: repeat(2,1fr);
		grid-gap: 6rem;
	}
	.accessories-grid.x1, .accessories-grid.x2 {
		width: 100%;
		justify-content: center;
	}
	.events-grid {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10%;
	}
	
	#about .home-about {
		height: 600px!important;
	}
	
}

@media only screen and (max-width: 440px) {
	
	html {
		font-size: 14px;
	}
	
	nav.main-navigaion-grid {
		padding: 1.2rem 1.5rem 0;
	}
	
	#frontpage-quicknav, li.menu-item.dropdown--menu ul:before {
		display: none;
	}
	.navbar-toggler {
		width: 38px;
		height: 38px;
		top: 28px;
		right: 28px;
	}
	.navbar-toggler>.navbar-toggler-icon {
		left: 8px;
		top: 15px;
		height: 3px;
		width: 16px;
	}
	li.menu-item.dropdown--menu ul {
		position: static;
	}
	#navbarNavDropdown #main-menu {
		width: 100%;
	}
	#navbarNavDropdown #main-menu>li.menu-item>a.nav-link {
		position: relative;
		text-align: center;
	}
	.dropdown--list {
		box-shadow: none;
	}
	ul.dropdown--list li a {
		text-align: center;
		display: block;
	}
	#navbarNavDropdown #main-menu>li.menu-item {
		text-align: center;
	}
	.white-menu .navbar-toggler {
		border: 2px solid #ffffff;
		box-shadow: 5px 5px 0 #ffffff;
	}
	h2.caption-slider-text {
		font-size: 2rem;
	}
	
	.section .sidebar--overlay>div h2 {
		font-size: 2rem;
		margin: 0;
		padding: 20px 0px 20px;
	}
	.home-about-content {

	}
	
	#about.section.home-about {
		background-position: 74% 0%;
	}
	
	span.divider h4 {
		line-height: 1.5;
	}
	.section .sidebar--overlay>div:first-child, 
	.section.animate.aos-init.aos-animate .sidebar--overlay>div:first-child {
		max-height: 100vh;
	}
	.services-container {
		margin: 0;
	}
	.speciality-container .services-container .services-wrapper .service {
		width: 100%;
	}
	.service-icon p {
		opacity: 1;
		color: #fff;
	}
	.knowledgebase-slider .inner-slider-grid {
		margin: 0vh 0;
	}
	.knowledgebase-slider {

	}
	.knowledgebase-container .slider-control .swiper-pagination-bullets.swiper-pagination-horizontal {
		left: 0;
		right: 0;
		text-align: center;
	}
	#types .types-slider {
		margin: 0!important;
	}
	#types .order-sm-1 {
		height: 100vh;
	}
	.types-slider.slider-control .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 15%;
	}
	
	.slider-control .swiper-horizontal>.swiper-pagination-bullets, .slider-control .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 25px;
		left: 0;
		right: 0;
		text-align: center;
		width: 100%;
	}
	
	.range .inner-slider-grid {
		grid-template-columns: repeat(1,1fr);
	}
	#range .range {
		margin-top: 0rem!important;
		padding-bottom: 4rem;
	}
	.infra-grid {
		grid-template-columns: 1fr;
	}
	.infra-grid .infra-cell:first-child {
		order: 2;
		margin-top: 2rem;
	}
	.infra-grid .infra-cell:last-child {
		order: 1;
	}
	.infra-container {
		min-height: 44vh;
	}
	.blogs .infra-container {
		margin: 0;
	}
	.blog-container-cell a {

	}
	.blog-container-cell {
		height: 150px;
	}
	.blog-container-grid {
		padding: 2rem 0;
	}
	.footer__row {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 2rem;
	}
	body #wrapper-footer {
		padding: 40px 20px;
	}
	.contenet-hero h1 {
		font-size: 2rem;
		text-align: center;
	}
	.contenet-hero p {
		text-align: center;
		padding: 1rem 14px;
	}
	.offset-1 {
		margin-left: 0;
	}
	.w-sm-100{
		width:100%!important;
	}
	.sm-about-img{
		margin-top:2rem;
	}
	.box-seat .inner-img {
		height: 70vh;
	}
	.box-seat .pro-text p {
		margin-left: 0;
	}
	.sm-visible{
		display:block;
	}
	.whatsapps-sharing img {
		width: 40px;
	}
	.whatsapps-sharing {
		bottom: 10px;
		right: 10px;
	}
	.types-section .events-grid .events-cell:first-child {
		-ms-flex-order: 2;
		order: 2;
	}
	.types-section .events-grid .events-cell:last-child {
		-ms-flex-order: 1;
		order: 1;
	}
	.events-grid {
		grid-template-columns: 1fr;
		padding: 4rem 0;
	}
	.type-pulse-2 {
		top: 75%;
		left: 82px;
	}
	.type-pulse-3 {
		top: 67%;
	}
	.types-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.range-pulse-2 {
		top: 66%;
		left: 35%;
	}
	img.img-fluid.drill-diameter {
		top: 109px;
		right: 126px;
		width: 30%;
	}
	.sp-pulse-1 {
		top: 141px;
		left: 44%;
	}
	.accessories-grid {
		grid-template-columns: repeat(1,1fr);
		grid-gap: 4rem;
	}
	.accessories-grid.x1, .accessories-grid.x2 {
		display: grid!important;
	}
	
	.main-blog .types-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.share-grid {
		grid-template-columns: 1fr;
		grid-gap: 2rem;
		text-align:center;
	}
	.share-on-post ul {
		text-align: center;
	}
	.share-grid a span {
		width: 100%;
		display: block;
	}
	.main-Infrastructure .infra-grid{
		grid-gap: 0%;
	}
	.main-Infrastructure.contact-info {
		padding: 0 20px!important;
	}
	.main-Infrastructure .infra-grid .infra-cell:first-child {
		order: 1;
		margin-top: 5rem;
	}
	.infra-main-img img{
		padding: 0 12px;
		margin-bottom: 17px;
	}
	.our-infra-mc .infra-grid .infra-cell:first-child {
		order: 1;
		margin-top: 0;
	}
	
	.our-infra-mc .img-grid {
		grid-template-columns: 1fr;
	}
	
	.our-infra-mc .img-grid2 .img-cell:first-child {
		order: 1;
	}
	
	.our-infra-mc .img-cell h5,
	.our-infra-mc .img-cell p,
	.our-infra-mc .img-cell h6{
		text-align:center;
	}
	
	.knowledgebase .types-grid {
		grid-template-columns: 1fr;
	}
	.main-contact.contact-info {
		padding: 3rem 0;
	}
	#gmap-home {
		background-position: 78% 100%;
	}
	.swiper.knowledgebase-slider.slider-control {
		padding-bottom: 3rem;
	}
	
	#types .types-slider {
		padding-bottom: 100px;
	}
	
	.section .sidebar--overlay>div:first-child .overlay-content {
		padding: 40px 20px;
	}
	.content-body {
		margin: 3vh 3vw;
	}
	.content-body--gutter {
		margin: 5vh 0;
	}
	
	#knowledgebase .inner-slider {
		margin-top: 0;
	}
	.sm--mt5{
		margin-top: 3rem;
	}
	#back-to-top {
		position: fixed;
		right: 10px;
		bottom: 60px;
	}
	#about .home-about {
		height: 500px!important;
		background-position: 65% 100%;
	}

}     