body{
	font-family: 'Anek Malayalam', sans-serif;
}


*{
	padding: 0;
	margin: 0;
}
.mtb-100{
	padding: 80px 0;
}
.mt-100{
	margin-top: 100px;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
	color: #333;
}

/*toggle button*/
.container1 {
	display: inline-block;
	cursor: pointer;
}

.bar1, .bar2, .bar3 {
	width: 35px;
	height: 5px;
	background-color: #333;
	margin: 6px 0;
	transition: 0.4s;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}
/*end*/

.nav-bar {
	background: #E4004B;
	width: 100%;
	height: 53px;
}
.nav-bar .list{
	padding: 0;
	display: flex;
}

.list a{
	display: block;
	color: #fff;
	font-weight: 500;
	padding: 12px 10px !important;

}
.drop-list{
	position: relative;
}
.drop-list i{
	padding: 0 5px;
	color: #fff;
}
.drop-down{
	position: absolute;
    left: -75px;
    top: 51px;
    width: 243px;
    display: none;
    z-index: 1200;
}
.drop-down li a{
	text-align: center;
	background: #D691A0;
    color: black;
    display: block;
    width: 232px;
}
.nav-bar .list li{
	padding: 2px 6px;
}
.marquee marquee{
	margin-top: 10px;
	font-weight: 600;
}
.marquee{
	width: 100%;
	height: 40px;
	background: #0D1164;
	color: #fff;
	font-size: 16px;
}

.info-top .logo img{
	width: 260px;
}
.info-top .logo{
    position: absolute;
    top: 2px;
}

.marquee:before{
	position: absolute;
	content: '';
	width: 500px;
	height: 40px;
	background: #fff;
}
.marquee{
	position: relative;
	overflow: hidden;
}
.marquee:after{
	position: absolute;
    content: '';
    width: 160px;
    height: 41px;
    background: #E4004B;
    transform: rotate(41deg);
    left: 423px;
    top: 0;
    overflow: hidden;
}
.top-list {
	margin-top: 20px;
}
.top-list i{
	padding:5px 7px;
	color: #0d1164;
}
.top-list li {
	display:inline-flex;
	padding: 0 10px;
}
 .get-in-touch {
				position: absolute; !important;
				right: 0 !important;
				background: #0D1164;
        
			}

.slider{
	background-color: #E4004B;
	background-image: url('../images/slider/s1.jpg');
	background-repeat: no-repeat;
	width: 100%;
	height: 600px;
}
.slider-caption{
	color: #fff;
}
.slider h1{
	font-size: 60px;
  width: 100%;
  height: 100px;
  position: relative;
  animation-name: example;
  animation-duration: 9s;
  animation-iteration-count: infinite;
}
@keyframes example {
  0%   {color:#E4004B; left:0px; top:0px;}
  
  50%  {color:#fff; left:0px; top:200px;}
 
  100% {color:red; left:0px; top:0px;}
}
.slider-caption span{
	font-size: 50px;
	background: #fff;
	opacity: .3;
	padding: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius:10px ;
}
.about-img img{
width: 100%;
}

/*main heading*/

.about{
	position: relative;
}
.main-heading:before{
	position: absolute;
	content: '';
	width: 300px;
	height: 40px;
	background: #E4004B;
	top:84px;
	color: #fff;
	z-index: -1;
	border-right: 15px black dashed;
	transform: skewX(45deg);

}

.slider-caption .btn{
	background-color:#0d1164;
	border: none;
}
.slider-caption .btn a{
	color: #fff;
}

/*button*/
.custom-btn{
	text-align: center;
	color: gray;
	padding: 7px;
	border: 1px solid gray;
	border-right: 5px solid #E4004B;
}
.custom-btn:hover{
	color: #fff;
	background: #E4004B;
}
/*services*/
.ser-content{
	padding-bottom: 35px;
}
.ser-content h3{
	font-weight: 600;
	padding-top: 20px;
}
.ser-img img{
	width: 100%;
}

.main-service  img{
	width: 100%;
}
/*gallery*/
.main-gallery{
  width: 100%;

 }
 .main-gallery .gallery{
  width: 100%;
  overflow: hidden !important;
  margin-bottom: 35px;

 }
  .main-gallery .gallery img{
    width: 100%;
    
    transition: all 1s;
  }
   .main-gallery .gallery img:hover{
    transform: scale(1.2);
    filter:brightness(0.5);
   }
/*cutom-heading*/
.custom-heading{
	margin: 35px;
	position: relative;
}
.custom-heading .heading:after{
	position: absolute;
	content: '';
	width:10px ;
	background:#E4004B;
	height: 10px;
	border: 1px solid gray;
	bottom: 3px;
		transform: skewX(198deg);
   margin-left: -62px;
}

/*contact Details*/
input{
	padding: 8px;
    margin: 5px;
	width: 100%;
}
textarea{
	padding: 8px;
    margin: 5px;
width: 100%;
	height: 150px;
}
.contact-info .col-12{
	position: relative;
}
.contact-info .col-12:after{
	position: absolute;
	content: '';
	width: 20px;
	height: 25px;
	background: #E4004B;
	border: 5px solid white;
	z-index: 1200;
	right: 10px;
	top: -3px;
	transform: skewY(25deg);
}
.contact img{
	width: 100%;
}


/*page header*/
.page-head{
  position: relative;
  background: url('../images/page-header.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center !important;
  width: 100%;
  height: 250px;
}

.caption{
  position: absolute;
  top: 60px;
  width: 100%;
  text-align: center;
}

.caption ul li{
  font-size: 17px;
  color: #fff;
  display: inline-block;
}
.caption h1{
  color: #fff;
}

.caption ul li a:after{
content: '/';
padding-left: 3px;
color: #fff;
background: none;
}
.caption ul li a{
  font-weight: 600;
  text-decoration: none;
  color:#fff;
  
}

.whatsapp img{
	width: 60px;
}
.calling img{
	width: 60px;
}

/*===============fixed btn==============*/
.fixed-btn {
  position: fixed;
  top: 40%;
  right:0;
  z-index: 1200;
}
.fixed-btn img{
	margin-right: 15px;
  width: 60px;
  margin-bottom: 20px;
}

.copyright{
 box-shadow: 1px 3px 10px #e4004b;
	background: #e4004b;
	padding: 10px;

}
.copyright a{
	color: #fff;
}
/*=============footer===========================*/
.footer{
  padding-top: 40px;
  background:#0D1164;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-size: cover;
  overflow: hidden;
  border-top: 3px solid #E4004B;

}
.footer img{
	width: 215px;
  padding-bottom: 20px;
}

.footer p{
  color: #fff;
  margin-bottom: 0;
}


.footer  ul{
  padding: 0 15px;
  list-style-type: none;
}



.footer .main-f ul li a{
  box-shadow: 1px 0px #2e151b;
  display: block;
  font-size: 16px;
  text-decoration: none;
  padding-bottom: 10px;
  color: #fff ;
}

.footer .main-f ul li a i{
  color:#2e151b; 

}
.footer .main-f .main-address li i{
  background-color: #2e151b;
  color:#2e151b; 
  padding: 5px;
}
.main-f h3{
  color: #fff;
}
.main-f i{
  border-radius: 15px 15px 15px;
    margin: 10px;
    padding: 10px;
    background: #E4004B;
}

@media(min-width:480px){
	.container1{
		display: none;
	}
}
@media(max-width: 480px){
	.about-img{
		margin-top: 50px;
	}
	.nav-bar .list{
		flex-direction: column;
	}
	.info-top .logo{
		position: absolute;
		top: 100px;
		left: 150px;
		padding: 8px;
	}
	.info-top .logo img {
		width: 100%;
		padding-top: 20px;
		margin-top:40px;
    
}
	.nav-bar {
		background: #E4004B;
		width: auto;
		height: auto;
	}

	.drop-down{
		position: relative;
		top: -5px;
	}
	

	.nav-bar .list {
		padding: 0;
		display: none;
		margin-left: 0;
	}

	.container1{
		position: relative;
		top: -5px;
		padding: 36px;
	}
	@keyframes example {
  0%   {color:#E4004B; left:0px; top:0px;}
  
  50%  {color:#fff; bottom:0px; top:200px;}
 
  100% {color:red; left:0px; top:0px;}
}
.slider h1{
	font-size: 40px;
}
.marquee:before{
	background:#E4004B ;
}
.drop-down{
	left: -28px;
}
.get-in-touch {
				display:none;

			}
}

.map{
	margin: 20px 0;
}
.branch-section ul li{
	background-color: #0d1164;
    color: white;
    padding: 6px;
    margin: 6px;
    font-size: 16px;
    text-align: center;
    border-left: 12px solid #e4004b;
    border-right: 12px solid #e4004b;
}