@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700;1,800;1,900&display=swap');
@font-face {
	font-family: 'Stencil BT';
	src: url('../fonts/Stencil-BT_42412.ttf');
}

* {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
	font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    margin-bottom:10px !important;
}
html {
scroll-behavior: smooth;
}
html, body, div, span, applet, object, iframe, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%; 
    vertical-align: baseline;
	font-family: Poppins;
    font-weight: 400;
    font-style: normal;
	
}
.btn.btn-color, input.btn-color[type="submit"], input.btn-color[type="button"], .btn-color.um-button, input.btn-color[type=submit].um-button, button[type='submit'], button[type='submit']:focus, input[type='submit'], input[type='submit']:focus, input[type='reset'], input[type='reset']:focus, input[type='button'], input[type='button']:focus {
    background: #33b0b7 !important;
    border: 4px solid #33b0b7 !important;
    color: #fff !important;
    padding: 6px 30px;
}
.no-padding {
	padding-left: 0px;
	padding-right: 0px;
}
.no-gutters {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
/** navbar styles start ***/
.header-contact {
	background: #17314d;
    padding: 8px;
	text-align:right;
}
 .header-contact i {
	 margin-right:10px;
 }
.header-contact a, .header-contact a:hover {
	color:#fff;
	text-decoration:none;
	margin-left: 60px;
}
.navbar-brand {
padding-bottom:0px !important;}

.navbar {
	padding-bottom:0px !important;
}
.main-navigation {
background-color: #fff;
}
.main-navigation .navbar-brand {
	color: #2b2b2b;
}
.downarrow {
    width: 50px !important;
   margin: 42px 0px 0px 517px;
}
.main-navigation .nav-link{
	color: #2b2b2b;
	    padding: 0px 19px !important;
    font-size: 17px;
}
.main-navigation .nav-item:hover .nav-link {
	color:#33b0b7;
}

.main-navigation .nav-item:last-child .nav-link {
	border-right:none;
}
.main-navigation .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #33b0b7;
    transition: width .3s;
}

.main-navigation .nav-link:hover::after {
    width: 100%;
    transition: width .3s;
}
.navbar-fixed {
    top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    -webkit-animation: slide-down 0.8s;
    -moz-animation: slide-down 0.8s;
    animation: slide-down 0.8s;
}
@-webkit-keyframes slide-down { 0% { opacity:0; transform:translateY(-100%);}100% { opacity:0.9; transform:translateY(0);}}

@-moz-keyframes slide-down { 0% { opacity:0; transform:translateY(-100%);}100% { opacity:0.9; transform:translateY(0);}}

@keyframes slide-down { 0% { opacity:0; transform:translateY(-100%);}100% { opacity:0.9; transform:translateY(0);}}
.header-logo {
	width:60%;
	/* margin-top: 7px; */
}
.navbar-fixed img.header-logo {
    width: 45% !important;
    margin-top: 0px !important;
}

/*** footer wrapper styles ****/
.footer-logo {
	width:90%;
	margin-bottom:15px;
}
.footer-text {
	margin-top: 34px;
}
footer {
background-color: #33b0b7;
    padding: 0px 0 25px 0;
color: #fff;
}
.widget-title {
  font-weight: 600;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #fff !important;
    margin-top: 29px;
    font-family: Poppins !important;
    margin-bottom: 9px !important;
}

.footer-box-list1 .fa-map-marker {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid !important;
    border-radius: 50% !important;
    /* width: 30px; */
       padding: 10px !important;
    height: 32px !important;
}
.footer-box-list1 .fa-phone {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid !important;
    border-radius: 50% !important;
    width: 35px;
    padding: 10px !important;
    height: 34px !important;
}
.footer-box-list1 .fa-envelope-o {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid !important;
    border-radius: 50% !important;
    /* width: 30px; */
   padding: 8px !important;
    height: 34px !important;
}
.footer-number {
    margin-bottom: 0px;
}
.widget-links p a, .widget-links ul li a, .widget-link ul li a {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 25px !important;
    text-decoration: none;
}
.footer-social-links {
    display: inline-block;
    background: #33b0b7;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 14px 15px;
        margin-top: 15px;
}
.fa-cstm {
    color: #fff;
    /* margin: 15px 15px 0px 0px; */
    font-size: 25px;
}
.footer-box-list1 {
    color: #fff !important;
    padding: 10px 15px !important;
}
.footer-box-list {
    padding: 10px 0px !important;
}
.widget-links ul li {
    margin-bottom: 5px !important;
        list-style: none;
}
.footer-sub-heading {
   color: #33b0b7;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 9px;
}
.copy-right {
    width: 100%;
    position: relative;
    background-color: #000;
/*     padding: 10px 15px !important; */
    border-top: 1px solid #fff;
}
.copy-right p {
    color: #fff !important;
   margin-top: 20px;
       text-align: center;
}
/*** banner wrapeer start ***/

.banner-wrapper {
	width: 100%;
	position:relative;
}
.banner-wrapper img{
	width: 100%;
}
.banner-caption {
	position:absolute;
	top:10%;
	text-align:left;
	    width:7.5%;
		    width: 50%;
    z-index: 99;
}
.cpts-bg {
	background-color:#099ca6a6;
	    padding: 40px 20px;
}
.banner-caption h2{
width: 91%;
     color: #fff ;
        font-family: Stencil-BT;
    font-weight: 900;
	margin:auto;
	    font-size: 48px;
}
.banner-caption span{
	color: #33b0b7;
    font-family: Poppins;
    font-weight: 800;
}
.banner-caption p{
	width: 91%;
	color: #fff;
    font-size: 20px;
	margin:auto;
}


.banner-button2 {
	    color: #fff !important;
    background-color: #7C2A90 !important;
    border-color: #7C2A90 !important;
    border-radius: 0px !important;
}
/***three box wrapper styles ***/
.three-box-wrapper {
	
}

.three-box-block {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
    text-align: center;
        padding: 30px 20px;
        background: #fff;
        transition: all 0.2s;
        border-radius: 10px;
        position: relative;
    z-index: 10;
    margin-top: -80px;
}
.three-box-block:hover {
background-color: #173d52;
transform: translateY(-10px);
color: #fff;
}
.three-box-block h4 {
	font-size: 20px;
}
 .hover-div {
	background: #fff;
    width: 100px;
    border-radius: 100%;
    height: 100px;
    margin: auto;
    transition: all 0.2s;
}
.hover-div img {
	width: 50%;
    margin-top: 25px;
}

/** about-us wrapper styles ***/
.about-us-wrapper {
	padding: 70px 0px;
	
}
.divider {
    width: 40px;
    height: 2px;
    background-color: #33b0b7;
    margin-bottom: 6px;
    text-align: center;
    margin-top: 6px;
    display: inline-block;
}
.about-our-company-right h2 {
    margin-top: 0px;
font-weight: 600;
    color: #7C2A90;
    line-height: 35px;
    font-family: Poppins;
}

.about-our-company-right h2 span {
    font-weight: 800;
    color: #33b0b7;
    font-family: Poppins;
}
.about-our-company-right h4 {
	font-size: 20px;
	font-weight: 500;
	    color: #33b0b7;
}
.about-button,.about-button:hover {
	display: inline-block;
    background: #7C2A90;
    color: #fff;
    padding: 9px 40px;
    margin-top: 20px;
    text-decoration: none;
}
.avistion-warp {
	background-color: #f3f3f3;
    padding-bottom: 66px;
}
.about-us-left img {
	width: 100%;
}
.featured-box.left-icon {
    display: table-cell;
    display: table;
}
.featured-box.left-icon .featured-icon {
    vertical-align: top;
    display: table-cell;
}
.featured-box.left-icon .featured-content {
    display: table-cell;
    vertical-align: middle;
}
.featured-box.left-icon .featured-content {
    padding-left: 15px;
}
/*** infrastructure wrapper styles ****/
.lidershaip-warp {
	    padding: 41px 0px 40px 10px;
    /* margin: 0 auto; */
    text-align: center;
}
.lidershaip-warp h2 {
font-weight: 600;
    /* padding-bottom: 40px; */
    padding: 39px 0px;
    color: #7C2A90;
}
.lidershaip-warp img {

    border-radius: 50%;
}
.lidershaip-warp h4 {
    font-weight: 500;
    color: #173d52;
	}
.quality-equipment {
	background-image: url(../images/clints-background-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	text-align:center;
    min-height: 400px;
    padding: 70px 20px 70px 20px;
	background-attachment:fixed;
}

.details {
	background-color: #fff;
	margin-top: -7px;
    padding: 10px;
}
.details h4 {
	font-size: 20px;
}
.quality-equipment h2 {
    margin-top: 0px;
    font-weight: 600;
    color: #fff;
    line-height: 35px;
    font-family: Poppins;
}
.quality-equipment h2 span {
    font-family: Poppins;
    font-weight: 800;
    color: #33b0b7;
}
.quality-equipment h4{
	font-size:20px;
	font-weight:500;
	color:#fff;
	
}
.quality-equipment-block {
	margin-top: 30px;
	text-align: left;
	background-color:#fff;
	    min-height: 565px;
}

.quality-equipment-block h4 {
	font-size: 19px;
    /* background: #173d52; */
	padding-left:30px;
    color: #fff;
    /* padding: 8px 0px; */
    color: #33b0b7;
    font-weight: 600;
	padding-top:27px;
}
.quality-equipment-block p {
	color:#501d5b;
	padding-left:40px;
	padding-top:20px;
	padding-bottom:40px;
	
}
.quality-equipment-block a {
	color:#501d5b;
	
}
.quality-equipment-block img {
	width:100%;
}
.quality-equipment-block ul {
	padding:0px 10px 10px 50px;
}
/*** clients wrapper styles ****/
.clients-wrapper {
	padding: 40px 0px;
   
}
.clients-wrapper h2 {
    margin-top: 0px;
    font-weight: 800;
    color: #173d52;
    line-height: 35px;
    font-family: Poppins;
	    margin-bottom: 30px !important;
}
.clients-wrapper h2 span {
    font-family: Poppins;
    font-weight: 800;
    color: #33b0b7;
}
.clients-wrapper h4 {
    font-size: 20px;
    font-weight: 500;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*** quality equpiment ****/
.infrastructure-wrapper {
    width: 100%;
    padding: 60px 20px;
	text-align:center;
}
.infrastructure-wrapper h2 {
    margin-top: 0px;
    font-weight: 600;
    color: #7C2A90;
    line-height: 35px;
    font-family: Poppins;
}
.infrastructure-wrapper h2 span {
    font-family: Poppins;
    font-weight: 800;
    color: #33b0b7;
}
.infrastructure-wrapper h4{
	font-size:20px;
	font-weight:500;
}
.infrastructure-block img{
	width:100%;
}
.infrastructure-block {
	    margin-top: 40px;
}
.infrastructure-block h4 {
    color: #2b2b2b;
    text-align: center;
    padding: 8px;
    font-size: 18px;
}

/*** get in touch wrapper ***/

.get-in-touch-wrapper {
	background-image:url(../images/contact-quality.jpg);
	/* background-attachment:fixed; */
	background-size:cover;
	min-height:400px;
	padding:50px 0px;
	color:#fff;
	text-align:center;
}
.get-in-touch-wrapper p {
	width:70%;
	margin:auto;
}
.why-us-button, .why-us-button:hover {
	    display: inline-block;
    background: #33b0b7;
    color: #fff;
    padding: 8px 30px;
    margin-top: 20px;
	text-decoration:none;
}


/*** inside pages styles ***/
.banner-caption-inside {
    position: absolute;
    width: 100%;
    bottom: 2%;
}
.banner-caption-inside p {
    padding: 10px 10px !important;
    color: #fff !important;
    font-size: 40px !important;
    text-align: center;
    margin: 0 auto !important;
    width: 100% !important;
    font-weight: 600 !important;
    line-height: 50px !important;
  background: #33b0b7c7;
}
.inside-right {
    padding-right: 40px !important;
}
.inside-left {
    padding-left: 40px !important;
}
.single-address {
    display: table;
    width: 100%;
    margin-bottom: 20px !important;
}
.single-address .fa {
    font-size: 24px;
}
.single-address h3 {
    margin-top: 0px;
	font-size: 20px;
}
.inside-right h1 {
	font-size: 30px;
    margin-bottom: 0px !important;
}
.inside-left h1 {
	font-size: 30px;
    margin-bottom: 0px !important;
}
.single-address a {
	color: #17314d;
    /* font-weight: bold; */
    text-decoration: none;
}
.products-main-wrapper {
	padding:50px 20px;
}
.products-main-wrapper .table td {
	padding: 6px 10px;
}

.products-main-block-content {
	    padding-left: 60px;
		    font-size: 20px;
}
.products-main-block-content li {
padding: 8px 0px 0px 0px;
}
.products-main-block-content ul {
padding: 5px 0px 0px 0px;
}
.products-main-block-content  a{
	color:#33b0b7;
	margin: 25px 0px 0px 0px;
}
.products-main-block-content h4 {
	color:#33b0b7;
	    font-weight: 500;
}

.main-title h2{
	color:#7C2A90;
}
.table-heading {
	font-weight:bold;
	    color: #17304c;
}
.infrastucture-main-wrapper {
	padding:50px 20px;
}
.infrastucture-main-block {
	    background: #17304c;
    transform: translateX(-69px);
    color: #fff;
    padding: 30px 20px;
    margin-top: 55px;
}
.infrastucture-main-block-left {
	 background: #17304c;
    transform: translateX(69px);
    color: #fff;
    padding: 30px 20px;
    margin-top: 55px;
	text-align:right;
	z-index: 2;
    position: relative;
}
.vision-block {
	text-align: center;
    margin-top: 65px;
}
.vision-block h4 {
font-weight: 500;
    color: #173d52;
}

.key-facts {
	    margin-top: 35px;
    text-align: center;
}



/*** media quires ****/
@media screen and (max-width: 767px) {
	
	
	.header-contact {
		text-align:left;
	}
	.header-contact a, .header-contact a:hover {
    margin-right: 18px;
    font-size: 14px;
	margin-left: 0px;
}
.main-navigation .navbar-brand {
    display: inline;
	width: 74%;
}
.main-navigation .navbar-toggler {
	border: 1px solid #2b2b2b;
}
.header-logo {
	    width: 70%;
}
.main-navigation .nav-item {
	padding:5px;
}
.main-navigation .navbar-nav {
	text-align:center;
}
.main-navigation .nav-link {
	border-right:none;
}
.three-box-block {
	    margin-top: 20px;
}
.products-main-block-content {
    padding-left: 23px;
    font-size: 16px;
}
.footer-box-list1 {
    color: #fff !important;
    padding: 0px !important; 
}
.hmcpationss {
	    padding-bottom: 427px !important;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 93% 95%;
    background-image: url(../images/bars.png);
}
.banner-caption {
    top: 14% !important;
    width: 92% !important;
}
.banner-caption h2 {
	    font-size: 20px;
		 width: 100%;
}
.banner-caption p {
    width: 100%;
    font-size: 14px;
}
.about-our-company-right h4 {
    font-size: 16px;
}
.about-our-company-right {
	text-align:center;
} 
.about-our-company-right h2 {
     line-height: 28px;
    font-size: 26px;
}
.quality-equipment {
    text-align: center;
    padding: 50px 20px 51px 20px;
} 
.quality-equipment h4 {
font-size: 16px;}
.quality-equipment h2 {
	 line-height: 28px;
    font-size: 26px;
}
.infrastructure-wrapper {
    width: 100%;
    padding: 50px 20px;
 text-align:center;
}
.infrastructure-wrapper h4 {
font-size: 16px;}
.infrastructure-wrapper h2 {
	 line-height: 28px;
    font-size: 26px;
}
.get-in-touch-wrapper p {
    width: 100%;
}
.get-in-touch-wrapper h1{
	font-size:26px;
}
.clients-wrapper {
	text-align:center;
}
 .clients-wrapper h4 {
	 font-size: 16px;
 }
 .clients-wrapper h2 {
	 line-height: 28px;
    font-size: 26px;
}
.downarrow {
    width: 50px !important;
    margin: -33px 0px 18px 145px;
    z-index: 1000;
}
.about-button, .about-button:hover {

    margin-bottom: 40px;
}
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {

}

