/*------------- color are used website---------
color = #ebf1f5 skyblue
button color =  #efb31b orange
Text color = #ed1941 dark blue
*/
*{
	padding: 0px;
	margin: 0px;
}
img{
	width: 100%;
}
body{
	padding: 0px;
	margin: 0px;
	caret-color: transparent;
}
ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
a{
	text-decoration: none;
}
.top-scroll{
	background-color:#ebf1f5 ;
}
.scroll{
	width: 100%;
padding: 10px 8px 0px 10px;
}
.scroll1 {
	width: 100%;
padding: 10px 10px 1px 10px;
color: #212529;
}
.scroll p{
	font-weight: 500;
}
.scroll i{
	color: #efb31b;
	padding: 0px 7px;
	font-size: 18px;
}
.marquee1{
	padding: 8px 20px;
	background-color: #ed1941;
	color: white;
	font-weight: 700;
}
.toggle-container{
	display: none;
	width: 100%;
	background-color:#ebf1f5 ;
	padding: 10px ;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #ed1941;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}
.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
.logo-section1{
display: none;
}
.logo-section{
	flex: 1;
	display: flex;
}
.logo-section img{
	width: 200px;
}
nav{
	display: flex;
	width: 100%;
	position: relative;
	box-shadow: 0px 0px 4px -1px;
	padding: 5px 10px 0px 10px;
	background-color: white !important;
	z-index: 2000;
}
.main-menu{
	display: flex;
}
.main-menu li{
	padding: 0px 0px;
}
.main-menu li a{
	display: block;
	padding: 10px 16px;
	color: #ed1941;
	font-weight: 600;
	font-size: 17px;
	z-index:1;
}
.get-box{
	display: block;
	background-color: #efb31b;
	color: white !important;
	font-size: 18px;
	font-weight: 600;
	transition: 0.8s;
	border: 2px solid  #efb31b;
	margin-left:50px;
}
.get-box:hover{
background-color: #ed1941 ;
transition: 0.8s;
left:5px;
}
.sub-menu{
	position: relative;
	z-index:1;
}
.sub-items{
	display: none;
	border-top: 2px solid #efb31b;
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 55px;
	z-index: 2000 !important;
	height: 180px;
	transition: 1s;
}
.sub-items li a{
	padding: 5px 5px !important;
	margin: 0px;
	width: 200px;
	background-color: #ebf1f5;
	border: 1px solid white;
	font-size: 15px;
		z-index: 1500;
}
/*.sub-items::-webkit-scrollbar{
	width: 7px;
}
.sub-items::-webkit-scrollbar-track{
	background-color: #efb31b;
}
.sub-items::-webkit-scrollbar-thumb{
	background-color: #ed1941;
}*/
.sub-menu:hover >.sub-items{
display: block;
transition: 1s;
}
.submenu1{
	position: relative;
}
.subitems1{
	display: none;
	border-top: 2px solid #efb31b;
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 50px;
	z-index: 999;
	overflow-y: scroll;
	height: 400px;
	transition: 1s;
}
.subitems1::-webkit-scrollbar{
	width: 7px;
}
.subitems1::-webkit-scrollbar-track{
	background-color: #efb31b;
}
.subitems1::-webkit-scrollbar-thumb{
	background-color: #ed1941;
}
.submenu1:hover >.subitems1{
display: block;
transition: 1s;
}
.get-box1{
	display: none;
}
.get-box2{
	display: inline-block;
	background-color: #efb31b;
	color: white !important;
	font-size: 18px;
	font-weight: 600;
	transition: 0.8s;
	border: 2px solid  #efb31b;
	appearance: 10px;
	padding: 8px 25px;
	position: relative;
	margin: 10px 10px;
}
.get-box2:hover{
background-color: #ed1941 ;
transition: 0.8s;
}
.get-box2:before{
	position: absolute;
	content: '';
	width: 20px;
	height: 47px;
	background-color: #ed1941;
	top: -2px;
	left: -2px;
	transition: 0.8s;
}
.get-box2:hover:before{
	width: 20px;
	height: 47px;
	background-color: #efb31b;
	top: -2px;
	left: -2px;
	transition: 0.8s;
}

/*---------sliderbar start------*/
.sliderbar{
	padding: 70px 0px;
	background-image: url(../img/sliders/slider.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.sliderbar-box{
	width: 100%;
	padding: 20px 10px;
	color: white;
	margin: 20px 0px;
}
.sliderbar-box h2{
	text-shadow: 3px 0 0 #ed1941, -2px 0 0 #ed1941, 0 3px 0 #ed1941, 0 -2px 0 #ed1941, 2px 2px #ed1941, -1px -1px 0 #ed1941, 2px -1px 0 #ed1941, -1px 2px 0 #ed1941;
	padding: 20px 0px;
	font-size: 45px;
	font-weight: 700;
	animation: heading 8s infinite;
}
.sliderbar-box h1{
	font-style: italic;
	position: relative;
	font-size:20px;
}
.sliderbar-box h2 span {
    width: 50px;
    height: 2px;
    background-color: #efb31b;
    position: absolute;
    top: 28px;
    left: 280px;
}
.sliderbar-box p{
	font-size: 16px;
}
.slider-contact{
    position: relative;
    width: 100%;
    background-color: #efb31b;
    padding: 30px;
    bottom: 52px;
}
.slider-contact form input{
	width: 100%;
	margin: 7px 0px;
	padding: 6px;
	outline: none;
}
.slider-contact form textarea{
	width: 100%;
	margin: 7px 0px;
	padding: 6px;
	outline: none;
}
.slider-contact form button{
	width: 100%;
	margin: 5px 0px;
	padding: 6px;
	outline: none;
	background-color: #ed1941;
	border: none;
	color: #fff;
}
.slider-contact h2{
	font-size: 20px;
}
/*----------service-slider start----------*/

.service-slider h3{
	text-align: center;
	padding: 15px 0px;
	color: white;
}
.service-top{
	position: relative;
	top: -60px;
	background-color: white;
	padding: 10px;
	text-align: center;
	transition: 0.8s;
	box-shadow: 0px 0px 3px 1px lightgrey;
	margin: 50px 0px;
}
.service-top img{
	    width: 100% !important;
    height: 292px;
}

.service-top i{
	font-size: 65px;
	position: relative;
	top: -53px;
	z-index: 1;
	color: white;
	transition: 0.8s
}
.service-top i:hover{
	color: #efb31b ;
	transition: 0.8s;
	padding-bottom:20px;
}
.service-top h2{
	position: relative;
	font-size: 25px;
	color: #efb31b;
	font-weight: 700;
	padding: 10px 0px;
}

.service-top img{
	width: 100%;
}

/*-----company-about-section start-------*/
.company-about-section{
	padding-bottom: 80px;
}
.about-box{
	padding: 10px;
}
.about-box h2{
	color:#ed1941 ;
	font-size: 24px;
	font-weight: 700;
	padding: 10px 0px;
}
.about-box h2{
	color:#efb31b !important;
	font-size: 22px;
	font-weight: 700;
	font-style: italic;
	padding-top: 10px;
}
.about-box  p{
	padding: 10px 0px;
}
.about-box img{
	width: 100%;
}

/*-------------location start-----------*/
.location{
	padding: 50px 0px;
}
.location h4{
	text-align: center;
	padding: 20px 0px;
	font-size: 35px;
	color:#ed1941 ;
	font-weight: 700;
}
.location h4 span{
	position: relative;
	padding: 5px 10px;
	color: white;

}
.location h4 span:before{
	position: absolute;
	content: '';
	width: 175px;
	height: 50px;
	background-color: #efb31b;
	z-index: -1;
	animation: head2 6s infinite;
}
@keyframes head2{
	0%{
       left: -10px;
	}
	50%{
    right: -30px;
	}
	100%{
    right: -0px;
    opacity: 0;
	}
}
.location h4 span:after {
    position: absolute;
    content: '';
    width: 22px;
    height: 50px;
    background-color: #efb31b;
    z-index: -1;
    right: -30px;
    animation: head1 6s infinite;
}
@keyframes head1{
	0%{
    right: -10px;
	}
	50%{
    right: -30px;
	}
	100%{
    right: -100px;
    width: 200px;
    opacity: 0.2;
	}
}

.location-box{
	padding: 10px;
}
.location-box ul li{
	margin: 7px 0px;
}
.location-box ul li {
	padding: 8px ;
	display: block;
	background-color:#ed1941 ;
	color: white;
	font-weight: 600;
	text-align: center;
}
/*--------branch-section start--------*/
.branch-section{
	padding: 40px 0px;
}
.branch-section h5{
	text-align: center;
	border: 1px solid white ;
	font-size: 35px;
	padding: 20px 0px;
	color:#ed1941 ;
	font-weight: 700;
}
.branch-section h4{
	text-align: center;
	padding: 10px;
	border: 1px solid white ;
}
.branch-box{
	background-color:#ed1941 ;
	height: 180px;
	color: white;
	padding: 10px;
	margin: 10px 0px;
	box-shadow: 0px 0px 5px 0px black;
}
.branch-box p{
	font-weight: 600;
	padding: 15px 0px;
	color: #efb31b;
}
/*------------footer start---------*/
.footer{
	padding: 60px 0px;
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
}
.footer-box{
	width: 100%;
}
.footer-box h5{
	color: white;
	font-weight: 700;
	padding: 15px 0px;
}
.footer-box p{
	color: #fff;
}
.footer-box p i{
	color:#efb31b ;
}
.footer-box ul li{
	margin: 3px 0px;
}
.footer-box ul li a{
	padding: 3px 0px;
	display: block;
	color: #fff;
	font-weight: 500;
	border-bottom: 1px solid white;
	width: 80%;
	transition: 0.5s;
}
.footer-box ul li a:hover{
	color: #efb31b;
	transition: 0.5s;
	border-bottom: 1px solid #efb31b;
}
.footer-box ul li a i{
	color: white;
	padding: 0px 5px;
}
.footer-box p a{
	color: #fff;
	font-weight: 500;
}
.copyright{
	background-color: #ed1941;
	padding:5px ;
	text-align: center;
}
.copyright p{
	color: white;
	padding: 0px 5px;
}
.copyright p a{
	color:  #efb31b;
	font-weight: 600;
	padding: 0px 8px;
}

.process-section{
	padding: 60px 0px;
	background-color: #ebf1f5;
}
.process-box {
	width: 100%;
	padding: 90px;
	background-color: white;
	box-shadow: 0px 0px 9px 3px lightgrey;
}
.process-box h3{
font-size: 35px;
font-weight: 700;
color: #ed1941;
padding: 7px 0px;
}
.process-box1{
	width: 100%;
	padding: 50px ;
	background-color: #efb31b;
	margin: 10px 0px;
	position: relative;
	box-shadow: 0px 0px 9px 3px lightgrey;
	color: white;
	text-align: center;
	transition: 0.8s;
}
.process-box1:hover{
	background-color: #ed1941;
	transition: 0.8s;
}
.process-box1 i{
 font-size: 50px;
 padding: 10px 0px;
}
.process-box1 h5{
	font-size: 25px;
}
.process-box1 p{
 font-size: 18px;
}

/*--------------header-slider start----------*/
.header-slider{
	padding: 50px 0px;
	padding: 60px 0px;
	background-color: #efb31b;
	background-size: cover;
	background-repeat: no-repeat;
}
.slider-h-box{
	padding: 25px 0px;
	text-align: center;
}
.slider-h-box h1{
	color: white;
	font-weight: 700;
	font-size: 55px;
}
.slider-h-box a{
	color: white;
	padding: 0px 6px;
	font-weight: 600;
}
.header-contact-box{
    box-shadow: 0px 0px 3px 1px lightgrey;
    width: 100%;
    background-color: white;
    padding: 40px;
}
.header-contact-box form input{
	width: 100%;
	margin: 7px 0px;
	padding: 6px;
	outline: none;
}
.header-contact-box form textarea{
	width: 100%;
	margin: 7px 0px;
	padding: 6px;
	outline: none;
}
.header-contact-box form button{
	width: 100%;
	margin: 5px 0px;
	padding: 6px;
	outline: none;
	background-color: #efb31b;
	border: none;
}
.about-box1{
	box-shadow: 0px 0px 4px 0px ;
	padding: 40px;
}
.button-counter{
	position: fixed;
	bottom: 0px;
	padding: 10px ;
	background-color: black;
	display: none;
}
.button-counter img{
	width: 20%;
}
.button-counter a{
	color: white;
   font-weight: 600;
   font-size: 15px !important;

}
.why-choose{
	background-color: #ebf1f5;
	padding: 50px 0px;
}
.why-box{
	width: 100%;
	padding: 60px;
	background-color: white;
	box-shadow: 0px 0px 9px 3px lightgrey;
	  left: -64px;
    top: 48px;
		position: relative;
		
}

.why-box1{
	background-color: #efb31b;
	text-align: center;
	width: 100%;
	padding: 50px 50px;
	box-shadow: 0px 0px 9px 3px lightgrey;
	
}
.why-box1 h3{
	color:white ;
 font-weight: 700;
 font-size: 30px;
}
.get-one{
	background-color: white;
	color:#efb31b !important ;
	margin: 15px 0px;
}
.why-box h3{
	color:#ed1941 ;
	font-weight: 700;
	padding: 10px 0px;
	font-size: 40px;
}

.faq{
	padding: 50px 0px;
}
.faq h3{
	text-align: center;
	padding: 10px 0px;
	font-weight: 700;
	font-size: 35px;
	color: #ed1941;
}
.faq .center-para{
	color: #efb31b;
	padding-bottom: 20px;
	text-align: center;
}
.accordion {
  background-color: white;
  color: #ed1941;
  cursor: pointer;
  padding: 18px;
  margin: 5px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border: 2px solid #efb31b;
  font-weight: 600;
}

.active, .accordion:hover {
  background-color: #efb31b;
  color: white; 
}
.accordion i:hover{
	transform: rotate(45deg);
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
/*------- gallery-section start---------*/
.gallery-section{
	padding: 50px 0px;
}
.gallery-section h3{
	text-align: center;
	padding: 20px;
	font-size: 35px;
	color: #ed1941;
	font-weight: 700;
}
.gallery-section h3 span{
	position: relative;
	color: white;
	padding: 0px 10px ;
}
.gallery-section h3 span:before{
	position: absolute;
	content: '';
	background-color: #efb31b;
	    width: 90px;
    height: 60px;
	left: 0px;
	top: 0px;
	padding: 0px 10px;
	color: white;
	border-radius: 60px;
	animation: rote 5s infinite;
	z-index: -1;
}
@keyframes rote{
	50%{
		opacity: 0.5;
	}
	50%{
		transform: rotate(360deg);
		left: 80px;
	}
}
.gallery-box{
width: 100%;
padding: 10px;
margin: 5px 0px; 
	transition: 0.5s;
}
.gallery-box img{
	width: 100%;
}
.gallery-box:hover{
	transition: 0.5s;
	filter: brightness(0.5);

}



/*count*/

#count{
    background-color:#ed1941 !important;
}

/*first count*/
#count .first-count .card{
   background: #5271C2 !important;
   overflow:hidden;
}

#count .first-count .card .first-number-count {
   font-size: 100px;
   font-weight: 700;
}

/*second count*/
#count .second-count .card {
   background: #35a541 !important;
   overflow: hidden;
}

#count .second-count .card .second-number-count {
   font-size: 100px;
   font-weight: 700;
}

/*third count*/
#count .third-count .card {
   background: #bdb235 !important;
   overflow: hidden;
}

#count .third-count .card .third-number-count {
    font-size: 100px;
    font-weight: 700;
     
}

/*fourth count*/
#count .fourth-count .card {
   background: #db6623 !important;
   overflow: hidden;
}

#count .fourth-count .card .fourth-number-count {
   font-size: 100px;
   font-weight: 700;
  
 }

 .about-box-2 p{
 	padding: 0;
 	margin: 0;
 }
 .storage-facilities {
 	list-style: disc;
 }
 .storage-facilities li{
 	margin: 2px 0;
 }
 .sticky-top{
 	padding: 15px;
 }

 /*----------blog-slider start----------*/

.blog-slider h3{
	text-align: center;
	padding: 15px 0px;
	color: white;
}
.blog-top{
	position: relative;
	background-color: white;
	padding: 10px;
	text-align: center;
	transition: 0.8s;
	box-shadow: 0px 0px 3px 1px lightgrey;
	margin: 50px 0px;
}
.blog-top img{
	width: 100% !important;
    height: auto;
}

.blog-top i{
	font-size: 65px;
	position: relative;
	top: -53px;
	z-index: 1;
	color: white;
	transition: 0.8s
}
.blog-top i:hover{
	color: #efb31b ;
	transition: 0.8s;
	padding-bottom:20px;
}
.blog-top h2{
	position: relative;
	font-size: 25px;
	color: #efb31b;
	font-weight: 700;
	padding: 10px 0px;
}

.blog-top img{
	width: 100%;
}
.process-box1 img{
	width: 8% !important;
}


.also-read img{
	width: 50%;
	margin-left: 150px;
	margin-bottom: 20px;
}

.loc-add-nm{
  background-color: #efb31b;
    padding: 5px;
    border: 2px solid #ed1941;
    border-radius: 5px;
    height: auto;
    text-align: left;
    color: #fff;
    font-size: 16px;
    margin: 5px;
}
.loc-add-nm h4{
  font-size: 20px;
    background: #ed1941;
    padding: 5px;
  color:#fff;
}
.loc-add-nm h4:hover{
  color:#fff;
}
.loc-add-nm li{
  color: #ffffff;
  font-weight: 600;
}
.loc-add-nm li span{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.loc-add-nm li a{
  color: #ffffff;
}
.loc-add-nm li a:hover{
  color: #000000;
}
.slider-h-box span{
	font-weight: 500;
	color: #fff;
	background: #ed1941;
	padding: 5px 8px;
}
.about-box h2{
	color: #ed1941;
}
.trichy-area h3{
	color: #000;
	font-size: 20px;
}
.trichy-area{
padding: 5px;
	margin: 10px;
	box-shadow: 3px 3px 3px lightgrey;
	background-color: #efb31b;
	text-align: center;
}

.about-box img{
box-shadow: 2px 2px 3px 1px lightgrey;
padding: 5px;
background-color: #efb31b;
}