body
{
	padding:0;
	margin:0;
	font-family:arial;
}
@font-face
{
	src:url(../fonts/octagen.ttf);
	font-family:octagen;
}
@font-face
{
	src:url(../fonts/teen.ttf);
	font-family:teen;
}
h1, h2, h3, h4
{
	font-family:octagen;
}
h2{
	font-size:40px;
}
p
{
	color:black;
}
a 
{
	color:white;
}
a:hover
{
	color:#FC0;
}

.logo
{
	padding: 0px 49px;
    box-sizing: border-box;
	
	
}
.font-size-12
{
	font-size: 12px;
}
.mob i
{
	font-size: 16px;
}
.logo img
{
	position:relative;
	width:100%;
	top:20px;
}
.cntct p
{
	margin-top: 47px;
	text-align:center;
	word-wrap: break-word;
}
.scont
{
	max-width: 1100px;
	transform:translateY(35px);
	position: relative;
	z-index: 999;
}
.menucont
{
	background-color:black;
	padding:0;
}
.width-75
{
	width:75%;
}
.social
{
	background-color:#faa737;
	padding-top:10px;
	padding-bottom:10px;
}
.social p
{
	margin-bottom:0;
}
.social .row .col-md-4
{
	box-sizing: border-box;
}
.s_icons a i
{
    transition: 0.4s ease all;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    background: red;
    font-size: 16px;
    padding-top: 5px;
    color: white;

}
.s_icons a i:hover
{
	transform:rotate(360deg);
}
.slider .item img{
	width:100%;
	height:100%;
}
.slider .slick-slide{
	margin:0;
	padding:0;
}
.sicons a i{
	font-size:22px;
	display:block;
	text-align:center;
	padding: 10px 17px;
	
}
.sicons a:hover{
	background-color:white;
	color:black;
}
.mobilenav
{
	display:none;
	background:black;
}
.mobilenav p
{
	margin:0;
	padding:10px;
	color:white;
}
/*.fxmenu
{
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
	max-width: 100%;
    background: black;
    transform:translateY(0);
}*/
.text-red
{
	color:red;
}
.font-simple
{
	font-family: algerian !important;
}
.scont p
{
	display:none;
	margin:0;
	padding:10px;
	color:white;
}
.menu
{
	list-style-type:none;
	overflow:hidden;
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
}
.menu>li
{
	float:left;

}
.menu>li>a
{
	text-decoration: none;
    color: white;
    padding: 18px 20px;
    font-size: 16px;
    display: block;
    transition: 0.5s linear all;
    position: relative;
}
.menu>li.active
{
	background-color: #faa737;
}

.menu>li>a:after
{
	content:"";
	width:0%;
	height:2px;
	background-color:#faa737;
	position:absolute;
	bottom:0px;
	left:0;
	transition:0.5s linear all;
}
.menu>li:hover .submenu
{
	display:block;
}
.menu>li:hover>a:after
{
	width:100%;
	left:0;
}
.submenu
{
	position:absolute;
	top:100%;
	width:20%;
	background:rgba(1, 1, 1, 0.7);
	z-index:9;
	display:none;
}
.submenu>ul
{
	list-style-type:none;
	padding:0;
}

.submenu>ul>li>a
{
	display:block;
	text-align:center;
	width:100%;
	padding:10px 0px;
	text-decoration:none;
	color:white;
	border-bottom:1px dotted #FC0;
}
.submenu>ul>li>a:hover
{
	background:black;
}
.slides img
{
	width:100%;
	height:500px;
}
.services
{
	padding:50px;
}
.services h1
{
text-align:center;
margin:40px 0px;
}
.image
{
	overflow:hidden;
}
.image img
{
	width:100%;
	height:100%;
	transition:1s linear all;
	box-shadow: 1px 4px 10px black;
}
.image img:hover
{
	transform:scale(1.1);
	filter:grayscale(100%);
}
.c1 h3{
	text-align:center;
	padding:10px;
}
.txt h3
{
	text-align:center;
	margin:10px 0px;
}
.content_cont
{
	width:90%;
	margin:auto;
	padding:20px;
}
.content
{
	background-image:url(../img/bg3.jpg);
	background-size:cover;
	background-attachment:fixed;
	padding:50px 0px;
}
.content h1
{
	text-align:center;
	
}

.para
{
margin:50px 0px;
text-align:justify;
line-height:33px;	
}
.butn
{
	background: #ff0000;
    border: none;
	margin: auto;
    display: block;
}
.butn:hover
{
	background:black;
}
.slidesec
{
	width:100%;
	height:400px;
	background-image:url(../img/background.jpg);
	background-size:100% 100%;
	margin-bottom:10%;
	
}

.overlay
{
	position:relative;
	height:100%;
	width:100%;
	background-color:rgba(1, 1, 1, 0.6);
	padding:20px 0px;
}
.overly1
{
	background-color:rgba(0,0,0, 0.7);
}
.imgsec
{
	width:95%;
	
}

.srvcont .single img
{
	width:100%;
	height:300px;
}
.srvs
{
	position:absolute;
	width:70%;
	right:0;
	top:42%;
}
.text
{
	width: 25%;
    margin-left: 40px;
}
.text p
{
		padding:15px;
		color:white;
		text-align:justify;
		font-size:20px;
		border:1px solid white;
		margin-top:20px;
		
}
.text h2
{
color:#ffcc00;
padding-bottom:20px;
}
.slick-slide img
{
	width:100%;
	
}
.slick-slide
{
	margin:0px 20px;
}
.prev
{
	position:absolute;
	bottom:50px;
    left: -14%;
	cursor:pointer;
	
	
}
 .next
 {
	bottom:50px;
	left:-8%; 
	position:absolute;
	cursor:pointer;
 }
.prev i, .next i
{
	color: #ffcc00;
	transition:0.5s linear all;
}
.prev:hover i, .next:hover i
{
	color:white;
}
.txtarea
{
	padding:10px;
	background-color:#FC0;
		transition:0.5s ease all;
}
.txtarea h4 a
{
	text-align:center;
	color:black;
	display:block;
	text-decoration:none;

}
.txtarea:hover a
{
	color:white;
}
.txtarea:hover
{
	background:black;
}
.documentsec
{
	
	background-image:url(../img/intercastmarriag.jpg);
	background-size:cover;
	background-attachment:fixed;
}
.overly
{
	background-color:rgba(0, 0, 0, 0.8);
}
.documentsec h2
{
	margin:25px 0px;
	text-align:center;
	color:#ff0000;
	font-size:35px;
}
.list ul li
{
	line-height:45px;
	color:white;
}
.containerdoc
{
	width:95%;
	margin:auto;
	padding:20px;
	box-sizing:border-box;
}
.leftsec
{
	
}
.contact_form
{
	margin:0;
	padding:0;
	border-bottom:1px solid #FC0;
	
}
.frm_sec h2, .frm_cntct h2
{
	margin-top:25px;
	color:red;
	text-align:center;
}
.frm
{
	width: 90%;
    margin: auto;
    text-align: center;
}
.frm_bg
{
	padding:0;
}
.frm input[type="text"], .frm input[type="email"], textarea
{
	background:none;
	border:none;
	border-bottom:1px dotted black;
	width:80%;
	margin-top:30px;
	padding:5px;
	padding-left:10px;
	transition:1s ease all;
	font-size:16px;
}
.frm input[type="text"]:focus, .frm input[type="email"]:focus, .frm textarea:focus
{
	padding-left:15px;
	outline:none;
}
#sb
{
	padding: 10px 46px;
    padding-right: 50px;
    background: red;
    display: block;
    color: white;
    font-size: 20px;
    margin: 20px 70px;
    cursor: pointer;
    border: none;
    position: relative;
    transition: .5s linear padding;
}
#sb i
{	
	position: absolute;
    top: 33%;
    right: 20%;
    opacity:0;
	color:black;
	transition:.4s linear all;
}
#sb:hover i
{	
	top: 33%;
    right: 19%;
    opacity:1;
}

#sb:hover
{
padding-right:60px;	
background:#f3cd38;
font-weight:bold;
}
.frm_bg img
{
	width:100%;
	height:100%;

}
.frm_cntct
{
	padding:0px 70px;
	
}
.frm_cntct p
{
	color:white;
	word-wrap: break-word;
	margin:40px 0px;
	line-height:50px;
	
}
.frm_cntct h3
{
	color:#FC0;
	margin-top:40px;
}
.frm_cntct p i
{
	line-height:40px;
	margin-right:18px;
}
.footer
{
	background-color:black;
}
.footer-container
{
    padding: 30px 50px;
    box-sizing: border-box;
}
.footer-container .f1
{
	padding:20px;
	
}
.footer-container .f1 p
{
	color:white;
	word-wrap: break-word;
}
.f1 h3
{
	color:#FC0;
}
.f1 p i
{
	line-height:40px;
	margin-right:18px;
}
.quicklink
{
	overflow:hidden;
}
.quick
{
	list-style-type:none;
	
	margin:auto;
	
}
.quick>li
{
	float:left;
	margin:10px;
}
.quick>li>a
{
	text-decoration:none;
	color:white;
	display:block;
	padding:10px;
	position:relative;
	transition:0.5s linear all;
}
.quick>li>a:after
{
	content:"";
	position:absolute;
	width:2px;
	height:15px;
	right:-5px;
	top:15px;
	background-color:white;
}
.quick>li:last-child>a:after
{
	display: none;
}

.quick>li>a:hover
{
	color:#FC0;
}
.footercont
{
	background-color:red;
	padding:3px;
	text-align:center;
}
.footercont p
{
	margin-top:1rem;
	color:white;
}
.rdoc
{
	display: none;
}
.fa-plus:hover, .fa-minus:hover
{
	cursor: pointer;
}
.call
{
	font-size: 35px;
	font-weight: bold;
	color: red;
	text-align: right;
	animation: blink 0.5s infinite;
	margin-bottom: 0px;
}
@keyframes blink
{
	from{color: black;}
	to{color: red;}
}
@media only screen and (max-width: 480px) 
{
	.logo
	{
		padding:0;
	}
	.logo img
	{
		position:static;
		width:100%;
		height:100%;
		padding:20px;
	}
	.scont
{
	display:none;
}
.mobilenav
{
	display:block;
}
.mobilenav ul
{
	list-style-type:none;
	padding:0;
	margin:0;
}
.mobilenav>ul>li>a
{
	
	text-decoration: none;
    color: white;
    padding: 15px;
    font-size: 18px;
    display: block;
    position: relative;
	border-bottom:1px solid #FC0;
	
}

	.menu1
	{
		display:none;
	}
	
	
	.menu1 li
	{
		color:white;
	}
	
	
	.submenu1
	{
		width:100%;
		position:relative;
		display:none;
	}
	.submenu1
	{
		background:#FC0;
		
	}
	.submenu1 li a
	{
		border-bottom:1px dotted black;
		text-decoration: none;
    color: black;
    padding: 15px;
    font-size: 18px;
    display: block;
    position: relative;
	}
	
	
	
	.scont p
	{
		display:block;
	}
	
	
.srvs {

    position:relative;
	margin:auto;
	top:25%;
}
.text {
    width: 80%;
	margin:auto;    
	
}
.slidesec {
    
    height: 460px;
}
.text h2 {
   
    padding-bottom: 10px;
	text-align:center;
	font-size: 32px;
}
.text p {
    margin-top:0;
	border:none;
}
}	
@media only screen and (min-device-width: 480px) and (max-device-width: 768px)  {
	.logo{
	text-align:center;
}
.scont
{
	display:none;
}
.mobilenav
{
	display:block;
}
.mobilenav ul
{
	list-style-type:none;
	padding:0;
	margin:0;
}
.mobilenav>ul>li>a
{
	
	text-decoration: none;
    color: white;
    padding: 15px;
    font-size: 18px;
    display: block;
    position: relative;
	border-bottom:1px solid #FC0;
	
}

	.menu1
	{
		display:none;
	}
	
	
	.menu1 li
	{
		color:white;
	}
	
	
	.submenu1
	{
		width:100%;
		position:relative;
		display:none;
	}
	.submenu1
	{
		background:#FC0;
		
	}
	.submenu1 li a
	{
		border-bottom:1px dotted black;
		text-decoration: none;
    color: black;
    padding: 15px;
    font-size: 18px;
    display: block;
    position: relative;
	}
	
	.slidesec {
    
    height: 475px;
}
	.srvs {

	margin: auto;
	position:relative;
	top:5%;
}
.text {
  
    width: 80%;
	margin:auto; 
}	

.text h2 {
   
    padding-bottom: 20px;
	text-align:center;
	font-size: 35px;
}
.text p {
    margin-top:0;
}

#sb
{
	padding:24px 25px;
}	
	
	
}
@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
	.srvs {

	margin: auto;
	position:relative;
	top:5%;
}
.slidesec {
    
    height: 475px;
}
.logo{
	text-align:center;
}
.text {
  
    width: 80%;
	margin:auto; 
}	
.text h2 {
   
    padding-bottom: 20px;
}
.text p {
    margin-top:0;
}	
	
.prev
{

left:-17%;
}
.menu>li>a
{
	padding:18px 14px;
	font-size:15px;
}	
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
	.srvs {

	margin: auto;
	position:relative;
	top:5%;
}
.text {
  
    width: 80%;
	margin:auto; 
}	
.text h2 {
   
    padding-bottom: 20px;
}
.text p {
    margin-top:0;
	border:none;
}	
	
.prev
	{
		left:-16%;
	}
.menu>li>a
{
	padding:18px 18px;
	font-size:15px;
}
}		
	
