/*!
 * Start Bootstrap - Shop Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
:root{
	--dcolor: #00aeef;
	--ocolor: rgb(247, 94, 11);
}
@font-face {
	font-family: arial;
	src: url(../fonts/arial.ttf);
}
@font-face {
	font-family: vavob;
	src: url(../fonts/vavob.ttf);
}
@font-face {
	font-family: minion;
	src: url(../fonts/minion.otf);
}
* {
	font-family: minion;
}
h1, h2, h3, h4, h5, h6{
}
body, html {
	padding: 0px;
	margin: 0px;
	background: url('../images/bodybg.png') repeat-x;
	background-size: auto 100%;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.upper{
	text-transform: uppercase !important;
}
.capital{
	text-transform: capitalize !important;
}
.m-0{
	margin: 0px;
}
a {
	text-decoration: none;
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
.center {
	width: 90%;
	margin: auto;
	position: relative;
}
.half{
	width: 50%;
}
.left{
	float: left !important;
}
.right{
	float: right !important;
}
.bold{
	font-weight: bold;
}
.dblock{
	display: block;
}

.container {
	width: 100%;
	max-width: 1920px;
	margin: auto;
	position: relative;
	overflow: hidden;
	min-height: 100vh;
}
.innerContainer {
	width: 88%;
	margin: auto;
	/*left: 50%;
	transform: translateX(-50%);
	margin: 0px 0px 20px 0px;
	overflow: hidden;*/
	
}
header, section, footer, .roww {
	width: 100%;
	float: left;
	position: relative;
}
.roww{
   
}
header {
    transition: all 0.3s ease;
    z-index: 9999;
  }

.headerBox{
	background: #00aeef;
	padding: 3px 0px 3px 0px;
}
.headerBox a{
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	transition: all ease 0.3s;
}
.headerBox a:hover{
    font-size: 14px;
}
.headerBox img{
	width: 20px;
	vertical-align: bottom;
	margin: 0px 5px 0px 0px;
}

.contactBox{
    display: flex;
    justify-content: end;
    gap: 50px;
    z-index: 9999;
    position: relative;
    
}
.phone, .email {
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.phone svg, .email svg {
    width: 20px;
    margin-right: 5px;
	fill: #fff;
}
.bannerImgs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -15px;
    height: 100%;
}
.logoHeader{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
    text-align: left;
    width: 20%;
     img{
            width: 100%;
            padding-top: 5px;
        }
    }

.navSec{
	
}
.nav {
	width: 60%;
}
.nav ul {
	
	list-style: none;
	text-align: center;
}
.nav ul li {
	display: inline-block;
	position: relative;
	text-align: center;
	list-style: none;
	margin: 0px 0px 0px 20px;
	line-height: 30px;
}
.nav ul li a {
	color: var(--dcolor);
	text-transform: uppercase;
	font-size: 15px;
	padding: 0px;
	position: relative;
	letter-spacing: 1px;
	transition: all .5s ease;
}
.nav ul li a:hover {
	font-weight: bold;
}
.nav ul li .active {
	font-weight: bold;
}

header.scrolled {
      position: fixed;
    top: 0;
    width: 100%;
    float: none;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    .headerBox{
        
    }
    .logo{
        img{
            width: 60%;
            transition: all 0.3s ease;
        }
    }
    .nav ul li a {
        font-size: 12px;   
    }
  }


.active{
}
.headerBtn{
    width: 15%;
}
.orangeBtn a{
    padding: 3px 15px 3px 15px;
    border-radius: 7px;
  background-color: rgb(247, 94, 11);
  color: #fff;
  text-transform: uppercase;
  transition: all ease 0.4s;
}
.orangeBtn a:hover{
    background: #fff;
    color: var(--ocolor);
    border: 1px solid var(--ocolor);
    transform: scale(0.9);
}
.bannerSec{
	background: url('../images/banner.png') no-repeat;
	background-size: 100% 100%;
	height: 500px;
	border-bottom: 1px solid var(--dcolor);
	box-sizing: border-box;
}

.contentBox{
    margin: 20px auto auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 0px 20px 0px;
    box-sizing: border-box;
    border-radius: 7px;
    border: 1px solid var(--dcolor);
    .innerContentBox{
        width: 98%;
        margin: auto;
    }
    h3{
        color: var(--dcolor);
        margin: 10px 0px;
        font-size: 25px;
    }
    h1{
        color: var(--dcolor);
        margin: 0px;
        font-size: 30px;
        font-weight: bold;
    }
    p{
        font-size: 14px;
        font-family: arial;
        margin-top: 5px;
    }
    ul{
	    margin-left: 25px;
        li{
	        font-size: 14px;
	        list-style: disc;
	        font-family: arial;
        }
        li::marker {
            color: var(--ocolor);
            font-size: 18px;
        }
    }
}
/****slider******/
.carousel{
    height: 500px !important;
    perspective: 100% !important;
}
.carousel .carousel-item{
    
    background-size: 101% 101%;
    background-position: center center;
    width: 350px;
    height: 400px;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #000;
}
.carousel-item.active{
    border: 1px solid var(--dcolor);
}
.carousel-caption{
position: absolute;
bottom: 200%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
color: #fff;
width: 100%;
background: rgba(0,0,0,0.5);
transition: all ease 0.3s;

	h3{
	  font-size: 2rem;
	  margin-bottom: 10px;
	}
	h3{
	  font-size: 1.2rem;
	  margin-bottom: 10px;
	}
}
.carousel-item:hover .carousel-caption{
    bottom: -14%;
}
.serviceBtn{
    margin-top: -7%;
}
.counters{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    
}
.counters .counterBox {
    width: 20%;
    background: var(--dcolor);
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 7px;
    color: #fff;
    padding: 10px;
    transition: all ease 0.3s;
}
.counters .counterBox:hover {
    background: var(--ocolor);
    
}
 .counterBox .counter{
            font-size: 30px;
            margin: 0px;
        }
.counterBox p{
            font-size: 12px;
            text-transform: uppercase;
            margin: 0px;
        }
.contactSec{
    margin-top: 40px;
    height: 450px;
    /* background: url('../images/contactbg.png') no-repeat;
    background-size: 100% 100%; */
    box-sizing: border-box;
    border-radius: 7px;
    border: 1px solid var(--dcolor);
    overflow: hidden;
    .contactSecBox{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        div{
            margin: 20px 0px 0px 20px;
            a{
                font-family: arial;
                transition: all ease 0.3s;
            }
            a:hover{
                font-size: 14px;
            }
            svg{
                fill: var(--dcolor);
                width: 25px;
            }
        }
        
    }
    
}

.slider {
      width: 100%;
      height: 100%;
      position: absolute;
     img {
      position: absolute;
      display: none;
      height: 100%;
      width: 100%;
    }
}
    .slider img.show { 
      display: inline;
    }



.headings h2{
        color: var(--dcolor);
        font-size: 30px;
        text-transform: capitalize;
        font-weight: bold;
    }
.companies{
    .companyLogos{
        display: flex;
        justify-content: center;
        gap: 15px;
        a{
            border: 1px solid var(--dcolor);
            border-radius: 7px;
            box-sizing: border-box;
            overflow: hidden;
            transition: all ease 0.3s;
            width: 300px;
        }
        img{
            width: 102%;
            height: 102%;
            transition: all ease 0.3s;
            border-radius: 0px;
            margin: -1px;
        }
        a:hover img{
            transform: scale(1.1);
        }
    }
}


footer{
   

}

.footerNav{
    background: var(--dcolor);
    margin-top: 20px;
}
.footerNav ul{
	
}
.footerNav ul li{
	list-style: none;
	display: inline-block;
}
.footerNav ul li a{
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0px;
	display: block;
	margin: 0px 10px 0px 10px;
	letter-spacing: 1px;
}
.footerNav ul li a.active{
	font-weight: bold;
}
.footerNav ul li a:hover{
	font-weight: bold;
}

.rights{
}
.rights p, .rights a{
	color: #3d3d3d ;
	font-size: 13px;
	text-align: center;
	font-family: arial;
}
.rights a{
    color: var(--dcolor);
}
/*************contactus page***************/
.contactusItems 
{
    display: flex;
    flex-direction: column;
    gap: 0px;
    .email, .phone{
        justify-content: left;
        margin-bottom: 12px;
        a{
            color: #000;
            font-size: 14px;
            transition: all ease 0.2s;
        }
        a:hover{
            color: #000;
            font-weight: bold;
            font-size: 13px;
        }
        svg, path{
            fill: #000 !important;
        }
    }
}
.threeImgs{
    display:flex;
    justify-content: space-between;
    margin-top: 40px;
    img{
        width: 32.5%;
        border: 1px solid var(--dcolor);
        border-radius: 7px;
        box-sizing: border-box;
    }
}
.map{
    margin: 40px 0px 40px 0px;
    border: 1px solid var(--dcolor);
        border-radius: 7px;
        box-sizing: border-box;
        height: 400px;
        overflow: hidden;
}
.map iframe{
    width: 100%;
    height: 100%;
    
}
/*****responsive*****/
@media only screen and (max-width:1400px) {

}
@media only screen and (max-width:1024px) {
    .innerContainer {
        width: 98%;
    }

}

@media only screen and (max-width:645px) {
    .innerContainer{
        width: 98%;
    }
.center{
    width: 96%;
}
	header{
		height: auto;
	}
	.headerBox{
	padding: 10px 0px 10px 0px;
}
.headings h2{
    text-align: center;
}
	.contactBox {
    gap: 20px;
    justify-content: start;
}
.headerBtn {
    width: 50%;
    text-align: right;
    order: 2;
}
	
.logoHeader {
    padding: 20px 0px 20px 0px;
    flex-wrap: wrap;
}
.logo{
    text-align: center;
    width: 20%;
}
	.logo img{
		width: 150px;
	}
header.scrolled {
    & .logo {
        img {
            width: 150px;
            
        }
    }
}

	.nav {
	width: 100%;
	margin: 0px;
	z-index: 9999;
	float: left;
	position: relative;
	background: none;
}
.nav {
	order: 3;
}
#menu {
	display: block !important;
	width: 35px;
	height: 28px;
	top: 9px;
    right: 4px;
	position: fixed;
	border-radius: 2px;
	cursor: pointer;
	z-index: 99999999;
}
#nav {
	display: none;
	width: 100%;
	float: none;
	top: -98px;
	left: 0px;
	position: absolute;
	background: #fff;
	z-index: 9999;
	padding: 0px;
}
.nav ul li {
	width: 100%;
	text-align: center;
	border: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid var(--dcolor);
	line-height: 40px;
	height: 40px;
}
.nav ul li .active {
}
.nav ul li a {
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	opacity: 1 !important;
	position: relative !important;
	left: unset !important;
	bottom: unset !important;
	top: unset !important;
}
.navBtn {
	margin: 10px 0px 5px 0px;
	width: 100%;
}
	.carousel{
	height: 240px;
}
.bannerSec{
    background-size: cover;
    padding-bottom: 20px;
    height: auto;
}
.bannerContent {
    width: 95%;
}
.counters{
    justify-content: center;
    flex-wrap: wrap;
}
.counters .counterBox {
    width: 45%;
}
.contactSec{
    height: 200px;
    background-size: cover;
}
.companyLogos{
    flex-wrap: wrap;
    justify-content: center;
    img{
        width: 98%;
    }
}

footer{
    
}
.threeImgs {
    flex-wrap: wrap;
        img {
            width: 100%;
            margin-bottom: 20px;
        }
    }
        .map {
        height: 250px;
    }

}
.three-column-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    list-style: disc inside;
    padding: 0;
    margin: 0;
}
.table th, .table td {
  padding: 0.4rem !important; /* smaller padding for compact rows */
  line-height: 1.2;           /* tighter line height */
}
.table {
  font-family: inherit;
}