@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;800&display=swap');

body{
    overflow-x: hidden;
}
:root{
	--primary-color: #222629;
	--secondary-color: #F8F8F8;
	--text-color: #707070;
	--accent-color: #0066ff;
	--accent-secondary-color: #0c4fb3;
	--white-color: #FFFFFF;
	--divider-color: #EEEEEE;
	--dark-divider-color: #FFFFFF1A;
	--error-color: rgb(230, 87, 87);
	--default-font: "Barlow", sans-serif;

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp12: clamp(11px, 0.700vw, 11px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--calmp17: clamp(14px, 0.88541vw, 17px);
--clamp18: clamp(14px, 0.9375vw, 18px);
--clamp20: clamp(16px, 1.0416vw, 20px);
--clamp22: clamp(16px, 1.145vw, 22px);
--clamp24: clamp(17px, 1.25vw, 24px);
--clamp25: clamp(18px, 1.3541vw, 26px);
--clamp26: clamp(20px, 1.3541vw, 26px);
--clamp28: clamp(16px, 1.4583vw, 28px);
--clamp30: clamp(20px, 1.5625vw, 30px);
--clamp32: clamp(20px, 1.666vw, 32px);
--clamp34: clamp(20px, 1.770vw, 34px);
--clamp35: clamp(22px, 1.822vw, 35px);
--clamp36: clamp(25px, 1.875vw, 36px);
--clamp38: clamp(25px, 1.979vw, 38px);
--clamp40: clamp(26px, 2.083vw, 40px);
--clamp42: clamp(26px, 2.1875vw, 42px);
--clamp44: clamp(26px, 2.2916vw, 44px);
--clamp45: clamp(26px, 2.3vw, 45px);
--clamp48: clamp(26px, 2.5vw, 48px);
--clamp50: clamp(28px, 2.864583vw, 50px);
--clamp55: clamp(28px, 2.864583vw, 55px);
--clamp58: clamp(28px, 3.02083vw, 58px);
--clamp60: clamp(30px, 3.125vw, 60px);
--clamp64: clamp(30px, 3.333vw, 64px);
--clamp75: clamp(35px, 3.90625vw, 75px);
--clamp78: clamp(30px, 4.0625vw, 78px);
--clamp80: clamp(30px, 4.1666vw, 80px);
--clamp82: clamp(30, 4.27083vw, 82px);
--clamp84: clamp(25px, 4.375vw, 84px);
--clamp42: clamp(24px, 2.1875vw, 42px);
--clamp100: clamp(30px, 5.2083vw, 100px);
--clamp120: clamp(40px, 6.25vw, 120px);
}

.links a{
    text-decoration: none;
    color: #222;
}
/* details */
.details{
	padding: 50px 0;
	
}
.dcontent{
	padding: 15px;
}
.dimg img{
	border:none;
}
.dform{
	border: solid 1px #eee;
	border-radius: 20px;
	overflow: hidden;
}
.dform h3{
	background-color: #cfd1d3;
	text-align: center;
	padding: 15px 15px;
	font-size: var(--clamp22);
	text-transform: uppercase;
	color: #222;
}
.dforminside{
	padding: 20px;
}
.dforminside input[type="text"]{
	height: 45px;
	border: solid 1px #eee;
	margin-bottom: 10px;
}
.dforminside label{
	font-weight: 600;
}

.themebtn button{
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	text-transform: capitalize;
	color: var(--white-color);
	background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
	background-size: 200% auto;
	border-radius: 10px;
	border: none;
	padding: 17px 30px;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
	z-index: 0;
	color: white;
	text-decoration: none;
}
.themebtn button:hover {
--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
.themebtn button:hover  {
background-position: right center;
}

/* details */

.ourcompany{
	padding: 50px 0;
}
.compblock{
	background-color: white;
	padding: 15px;
	border-radius: 6px;
	border: solid 1px #eee;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.compblock img {
    height: 150px;
    margin-bottom: 15px;
}
.logo img {
    height: 50px;
}
.footerb1 img {
    height: 60px;
}
p{
	font-size: var(--clamp16);
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 20px;
}
.icons{
		display: flex;
		background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
		background-size: 200% auto;
		border: none;
		transition: all 0.4s ease-in-out;
		overflow: hidden;
		z-index: 0;
		height: 60px;
		width: 60px;
		border-radius: 50px;
		justify-content: center;
		align-items: center;
}
.icons i{
	color: white;
	font-size: 25px;
}
.icons:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
.icons:hover  {
    background-position: right center;
}

/* banner */

.banner{
	background-image: url("https://t3.ftcdn.net/jpg/04/89/66/78/360_F_489667823_VZOGObuoa8gE2Z8RoBOwvJpAHJgIvRLL.jpg") !important;
	height: auto;
	position: relative ;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: var(--primary-color); */
    opacity: 85%;
    height: 100%;
    width: 100%;
    z-index: 5;
}

.banner-content{
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
}
.banner-content h2{
	color: white;
	font-size: var(--clamp42);
	text-transform: uppercase;
	margin-top: 230px;
	text-align: center;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 60%;
}
/* banner */


/* herosection */
.heroimage img {
    display: block;
    height: 350px;
    width: 100%;
}
.herocontent h2{
	font-size: var(--clamp50);
	font-weight: 400;
}
.herosection{
	padding: 30px 0;
}
/* herosection */

.thembtn-active a{
		display: inline-block;
		font-size: 16px;
		font-weight: 700;
		line-height: 1em;
		text-transform: capitalize;
		color: var(--white-color);
		background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
		background-size: 200% auto;
		border-radius: 100px;
		border: none;
		padding: 17px 30px;
		transition: all 0.4s ease-in-out;
		overflow: hidden;
		z-index: 0;
		color: white;
		text-decoration: none;
}
.thembtn-active a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
.thembtn-active a:hover  {
    background-position: right center;
}

/* slider */

/* Title */
.title h4{
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.5px;
}
.title h4::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url('../images/icon-sub-heading.svg') no-repeat;
    background-position: left center;
    background-size: cover;
    width: 24px;
    height: 18px;
}
.title img{
	margin-right: 5px;
}
/* Title */

/* Stages */
.stagesbox{
		position: relative;
		margin-top: -150px;
		width: 100%;
		max-width: 745px;
		background: var(--white-color);
		border: 1px solid var(--divider-color);
		box-shadow: 0px 5px 50px 2px #00000012;
		border-radius: 30px;
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
		padding: 40px;
		z-index: 2;
	}
	.stagesbox h4{
			font-size: 20px;
			text-transform: capitalize;
			margin-top: 30px;
	}
	.cctv-about{
		padding: 50px 0;
		margin-top: 30px;
	}
	.abtnimg1 {
		border-radius: 15px;
		overflow: hidden;
		position: absolute;
		left: 0;
	}
	.abtnimg1 img{
		height: 400px;
		border-radius: 15px;
	}
	.abtnimg2 {
		border-radius: 15px;
		overflow: hidden;
		position: absolute;
		bottom: 0;
		right: 20px;
	}
	.abtnimg2 img{
		height: 320px;
		border-radius: 15px;
	}
/* Stages */

/* topmenu */
.topmenu {
    background-color: #f7f7fb;
    margin-top: 0px;
    padding: 10px 0;
}
.menu ul li{
	float: left;
	list-style: none;
	margin-right: 25px;
}
.menu ul li a{
	color: #222;
	font-weight: 600;
	text-decoration: none;
}
/* topmenu */

.inabtspl {
    position: relative;
    width: 100%;
	margin-top: 30px;
    max-width: 745px;
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    box-shadow: 0px 5px 50px 2px #00000012;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px;
    z-index: 2;
}
.inabt {
    border-radius: 20px;
    overflow: hidden;
}
.inabt img{
	border-radius: 20px;
}

.serviceblock{
	border: solid 1px #eee;
	border-left: solid 3px var(--accent-secondary-color);
	padding: 15px ;
	padding-left: 20px;
	margin-bottom: 15px;
}
.serviceblock h4{
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: var(--clamp20);
	margin-bottom: -5px;
}
.serviceblock p{
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	font-size: var(--clamp16);
}

/* footer */
.main-footer {
    background-color: #222629;
    padding-top: 80px;
	padding-bottom: 30px;
	height: auto;
}
.footersec1 {
 	width: 100%;
    height: 100%;
    background: var(--dark-divider-color);
	border-radius: 20px;
	overflow: hidden;
}
.footerb1 {
    /* background: linear-gradient(90deg, var(--accent-color) 0.18%, var(--accent-secondary-color) 100.18%); */
    background:white;
	padding: 40px 60px 40px 30px;	
	height: 150px !important;
}
.fdetails h5 {
    font-size: 16px;
    color: white;
    text-transform: capitalize;
}
.inabtde{
	margin-right: 25px;
}
.compblock h5{
	font-size: var(--clamp15);
	color: #B11101;
}
.compblock h4 {
    font-size: var(--clamp18);
    text-transform: uppercase;
    font-weight: 600;
}
.online{
	background-color: white;
	margin: 8px;
	width: 145px;
	
	float: left;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
}
.online img{
	height: 25px;
}
.fdetails h3 {
    font-size: 18px;
    color: white;
    text-transform: capitalize;
}
.footer-details{
	padding-top: 50px;
}
.footer-details h4{
	font-size: var(--clamp18);
	color: white;
	font-weight: 600;
	text-transform: uppercase;
}
.footer-details p{
	font-size: var(--clamp16);
	color: white;
	font-weight: 400;
	opacity: 0.75;
}
.footer-details li{
	list-style: none;
}
.footer-details li a{
	color: white;
	text-decoration: none;
	line-height: 35px;
}
.copyright{
	text-align: center;
	color: white;
	border-top: solid 1px #333;
	padding-top: 30px;
}
/* foter */

/* contact */
/* contact us */
.contactsection{
    padding: 50px 0;
}
.con-content h2{
    font-size: var(--clamp32);
    font-weight: 600;
}
.con-content h5{
    font-size: var(--clamp20);
    font-weight: 500;
}

.con-content p{
    font-size: var(--clamp16);
    font-weight: 400;
}
.con-det h4{
    font-size: var(--clamp20);
    font-weight: 500;
}
.conicon{
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 100%;
    border-radius: 6px;
}
.conicon i{
    font-size: 24px;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .con-content{
        margin-top: 30px;
    }
    .conicon{
        height: 70px;
        width: 100%;
        border-radius: 6px;
    }
}
@media screen  and (min-width:768px) and (max-width:991px) {
    .con-content{
        margin-top: 30px;
    }
}



/* contact us */

/* Contact */


/* gallery */
/* gallery */
.gallery_sec{
    width:100%;
	height: 100%;
    padding:80px 0;
  }
  .heading{
    width:100%;
    text-align:center;
  }
  .heading h2{
    font-size:30px;
    font-weight:bold;
    border-bottom:2px solid #000;
    padding-bottom:25px;
  }
  .gallery_sec img{
    width:100%;
    margin-bottom:30px;
    height:250px;
  }
  
  .gallery_sec a {
      position: relative;
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
  }
  
  
  .gallery_sec a::before {
      position: absolute;
      content: "";
      width: 30px;
      height: 30px;
      background: none;
      background-size: contain;
      background-repeat: no-repeat;
    top:45%;
    left:50%;
    transform:translate(-50%, -50%);
  }
  
  .gallery_sec img {
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
  }
  
  .gallery_sec a:hover img {
      position: relative;
      width: 100%;
  }
  
  .gallery_sec a:hover img {
      opacity: 0.2;
  }
  
  .gallery_sec a:hover::before {
      position: absolute;
      content: "";
      width: 50px;
      height: 50px;
      background: url(https://i.ibb.co/3fMkjjF/Resize.png);
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 99;
  }
.mobilethings{display: none;}
  .gallery{
    height:300px;
    border:solid 1px #eee;
    margin-bottom: 20px;
	width: 100%;
	position: relative;
  }
  .gallery img {
    height: 100%;
	width: 100%;
    object-fit: cover;
}
  .gimg{
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  /* Service */
.services-section{
	padding: 50px 0;
}
.service-block{
	height: auto;
	border: solid 1px #eee;
	border-radius: 30px;
	margin-bottom: 25px;
}
.serviceimg{
	height: 250px;
}
.serviceimg img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 30px 30px 0px 0px;
}
.servicecontet{
	padding: 15px;
	text-align: center;
}
.servicecontet h4{
	font-size: var(--clamp20);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
}



  /* Service */


  /* Shine */
.imghover {
	position: relative;
}
.imghover::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.imghover:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

  
/* gallery */

.page-title{
    text-align:center;
    padding:30px 0;
}
.page-title h1{
    font-size:var(--clamp40);
    font-weight:bold;
	text-transform: uppercase;
}
.page-title h1 span{
    font-size:var(--clamp40);
    font-weight:bold;
	text-transform: uppercase;
	color: var(--accent-secondary-color);
}
.page-title p{
    font-size:var(--clamp20);
    font-weight:400;
}

/* social */
.socialicons a{
	margin-right: 15px;
}
.socialicons i{
	color: white;
	font-size: 22px;
}
.socialicons h5{
	color: white;
	font-weight: 600;
	font-size: var(--clamp18) !important;
	margin-bottom: 15px;
}
/* social */

.innerbanner{
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    padding: 100px 0;
    text-align: center;
}
.innerbanner h2{
    font-size: var(--clamp50);
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .innerbanner{
        padding: 50px 0;
    }
    .innerbanner h2{
        color: white;
        font-weight: 600;
        letter-spacing: 1px;
    }
}

/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:768px) and (max-width:991px) {

}


/* Whatsapp btn animation */
.whatsapp-pulse i{
    font-size:26px;
    color:white;
    position:relative;
    top:-3px;
}
.wh-api {
	position: fixed;
	bottom: 0;
	right: 0;
}

.wh-fixed {
	margin-right: 15px;
	margin-bottom: 15px;
}

.wh-fixed > a {
	display: block;
	text-decoration: none;
}
.whatsapp-pulse {
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: 10px;
	background: #10b418;
	position: fixed;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-radius: 50%;
	z-index: 99;
	display: inline-block;
	line-height: 65px;
}

.whatsapp-pulse:before {
	position: absolute;
	content: " ";
	z-index: -1;
	bottom: -15px;
	right: -15px;
	background-color: #10b418;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	opacity: 0.6;
	-webkit-animation: pulse 1s ease-out;
	animation: pulse 1.8s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale(0.3);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		-webkit-transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	25% {
		transform: scale(0.3);
		opacity: 1;
	}
	50% {
		transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
/* Whatsapp btn animation */


/* Call Btn */
.callwithus{
    background:rgb(0, 58, 128);
    position:fixed;
    left:15px;
    bottom:35px;
    border-radius:50px;
    z-index:5;
}

.callwithus a{
    padding:10px 15px;
    color:white;
    text-decoration:none;
    display:block;
    
}
/* Call Btn */