@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:300);
*{
	margin:0px; padding:0px;
	}
body{
	font-family: 'Open Sans', sans-serif !important;
	font-size:14px;
	color:#000;
	background-color:#fff;
	}
main,header,nav,section,aside,article,footer,audio,video,figure,iframe{
	display:block;
	}
h1,h2,h3,h4,h5,h6{
	font-family:"Montserrat", sans-serif;
	color:#222;
	}
p{
	line-height:170%;
	text-align:justify;
	}
img{
	max-width:100%;
	}
a{
	color:#222;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.3s linear 0s;	
	   -moz-transition: color 0.3s linear 0s;
		 -o-transition: color 0.3s linear 0s;
		    transition: color 0.3s linear 0s;	
	}
a:hover{
	text-decoration:none;
	/*color: #F70716;*/
	color:#00A68E;
	}
a:focus {
    outline: none !important;
    outline-offset:inherit;
	text-decoration:none;
}
input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: none;
    outline-offset: -2px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: -2px;
}



/*page styles start*/
h3{
	color: #D500DA;
	} 
h4{
	/*color: #EFDC0D;*/
	color: #E14700;
	}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bbb;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input:focus{
	box-shadow:0px 0px 10px  #D500DA;
	}
select option{
	padding:3px 10px;
	}
.btn {
    display: inline-block;
    padding: 8px 18px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.btn-default {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

.btn-default:hover {
    color: #fff;
    background-color: #CE08D2;
    border-color: #CE08D2;
}

/*#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   display: block;
   opacity: 0.7;
   background-color: #fff;
   z-index: 99;
   text-align: center;
}

#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
}*/


#h_top{
	padding:0;
	border-bottom:1px solid #ddd;
	}
#h_top p{
	color:#000;
	margin:10px 0px 0px 0px;
	}
#social_nets ul{
	list-style:none;
	float:right;
	}
#social_nets ul li{
	float:left;
	padding-left:20px;
	margin-top:10px;
	}
#social_nets ul li a{}
#social_nets ul li a:hover{
	color: #D500DA;
	}

/*Navigation Styles*/
#Nav .navbar-inverse .navbar-brand {
    color: #fff;
    background-color: transparent;
	margin-top: 0px;
}
#Nav .navbar {
    border-radius: 0px;
	margin-bottom: 0px;
}
#Nav .navbar-inverse {
	background: #E280E4;
    border: none;
	-webkit-box-shadow: 0 10px 20px 2px rgba(0,0,0,0.2);
	box-shadow: 0 10px 20px 2px rgba(0,0,0,0.2);
}
#Nav .navbar-inverse .navbar-nav > li > a {
    color: #fff;
	padding: 30px 25px !important;
	transition:all 0.3s ease;
}
#Nav .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
	/*background: #D500DA;*/
}
#Nav .navbar-inverse .navbar-nav > li > a:hover::before {
    content: '';
    position: absolute;
    left: 0;
    margin-left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
   /* border-bottom: 1px solid #dc5238;*/
    border-bottom: 2px solid #fff;
}
#Nav .navbar-inverse .navbar-nav > li > a:hover::after {
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: 1px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
}

#Nav .navbar-inverse .navbar-nav > .active > a, 
#Nav .navbar-inverse .navbar-nav > .active > a:focus, 
#Nav .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
	/*background:#D500DA;*/
	background:transparent;
	font-weight:700;
}
#Nav .navbar-inverse .navbar-nav > .open > a, 
#Nav .navbar-inverse .navbar-nav > .open > a:focus, 
#Nav .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background:transparent;
}
#Nav .navbar-nav > li > .dropdown-menu {
    left: 0px !important;
	padding: 0px 0;
}
#Nav .dropdown-menu{
	min-width:230px;
	width:100%;
	margin-top:-1px;
	}
#Nav .dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 500;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	font-size: 12px;
	transition:all 0.3s ease;
}
#Nav .dropdown-menu > li > a:hover{
	color: #fff;
	background: #E280E4;
	padding-left:25px;
	}
#Nav .dropdown-menu > li a.current{
	color: #000 !important;
    background:transparent !important;
	font-weight:700 !important;
	}
#Nav .dropdown-menu > li a.current a:hover{
	color: #fff !important;
	background: #E280E4 !important;
	padding-left:25px !important;
	}
#Nav .dropdown:hover .dropdown-menu{
	display:block;
	}
#Nav .caret, #Nav .arw{
	transition:all 0.3s ease;
	}
#Nav .dropdown:hover .caret,  
#Nav .dropdown:hover .arw, #Nav .dropdown.active .arw{
	transform:rotate(180deg);
	}

/*#Nav .dropdown-menu::after {
    content: '';
    position: absolute;
    height: 0px;
    width: 0px;
    left: 1em;
    top: -10px;
    border: 10px solid transparent;
    border-top: 0;
    border-bottom-color: #fff;
}*/

/*Slider Styles*/
#home_slider .item img{
	width:100%;
	height:460px;
	}
#home_slider .carousel-indicators {
    bottom: 0px;
}
#home_slider .carousel-indicators li {
    border: 1px solid #00A68E;
}
#home_slider .carousel-control.left, #home_slider .carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat:  none;
}
#home_slider .carousel-indicators .active {
    background-color: #EFDC0D;
	border-color: #EFDC0D; 
}
.carousel-caption {
	position: absolute;
	right: 7%;
	bottom: 7%;
	left: 40%;
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	text-align: center;
	text-shadow: -1px 0px #9B9B9B;
	background:rgba(226, 128, 228, 0.7);
}
.carousel-caption h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    padding: 0px;
	color: #EFDC0D;
}
.carousel-caption p {
    font-size: 16px;
    padding: 0 75px;
	text-align:inherit;
}
#home_slider .carousel-control{
	width:0%;
	}
#home_slider .carousel-control .glyphicon-chevron-left {
    margin-left: 25px;
    color: #D500DA;
}
#home_slider .carousel-control .glyphicon-chevron-right {
    margin-right: 25px;
	color: #D500DA;
}


/*Welcome Styles*/
#welcome{
	padding:2% 0;
	}
.wel_cont h3{
	margin-top:0px;
	color: #D500DA;
	}
.wel_pose img{
	border:1px solid #ddd;
	}

/*Services Slider Styles*/
#servs{
	padding:1% 0 2% 0;
	background: url(../images/6.jpg) no-repeat;
	background-attachment:fixed;
	background-size:cover;
	}
#servs h3{
	margin-bottom:20px;
	text-align:center;
	color: #D500DA;
	}
.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #4c4c4c;
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 0px;
    background: #FFF none repeat scroll 0% 0%;
    opacity: 0.5;
    border: 1px solid #444;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	background: #EFDC0D;
	opacity: 1;
	}

#homebg_servs .owl-controls .owl-buttons .owl-prev {
    left: 1%;
    top: 40% !important;
    padding: 0.5% 1% !important;
}

#homebg_servs .owl-controls .owl-buttons .owl-next {
    right: 1%;
    top: 40% !important;
    padding: 0.5% 1% !important;
}

#homebg_servs .item img{
	margin:0 10px 5px 0px;
	border:2px solid #444;
	height:200px;
	width:98%;
	}
#homebg_servs .item b{
	margin-left:15px;
	color: #f8f8f8;
	}

/*Vision & Mission Styles*/
#v_m{
	padding:2% 0;
	background:#1E3139;
	}
.title{
	margin-bottom:10px;
	}
.title span{
	font-family: 'Raleway', sans-serif;
    font-size: 36px;
	color: #D500DA;
} 
#v_m p{
    font-size: 18px;
	color: #fff;
	font-style:italic;
}
.vision, .mission{
	margin-bottom:10px;
	}
.k_m{
	height:auto;
	margin-top:30px;
	margin-bottom:10px;
	}
.k_m a{
	color: #eee;
	padding:10px 20px;
	background: #D500DA;
	font-weight:700;
	transition:all 0.3s ease;
	}
.k_m a:hover{
	color: #fff;
	}



/*Footer Styles*/
#f_top{
	padding:2% 0 0% 0;
	background:#027CD5;
	}
#f_top h3{
	color: #CF0;
	}
.abt p{
	color:#fff;
	}
.abt a{
	color: #ddd;
	float:right;
	border:1px solid #ddd;
	padding:5px 10px;
	}
.abt a:hover{
	color: #fff;
	border:1px solid #fff;
	}
.u_links ul, .s_links ul{
	list-style:none;
	}
.u_links ul li, .s_links ul li{
	padding:5px 0;
	}
.u_links ul li a, .s_links ul li a{
	color:#fff;
	transition:all 0.5s ease;
	}
.u_links ul li a:hover, .s_links ul li a:hover{
	color: #CF0;
	font-weight:700;
	}
.u_links ul li a i, .s_links ul li a i{
	padding-right:15px;
	}
.adr address{
	color:#fff;
	}
footer{
	background: #006CB4;
	padding:2% 0 0.2% 0;
	}
.cpy p{
	color:#fff;
	}
.pwrd p{
	color:#fff;
	float:right;
	}
.pwrd p a{
	color:#fff;
	text-decoration:underline;
	font-weight:700;
	}
.pwrd p a:hover{
	text-decoration:none;
	}
.hrng p{
	color:#fff;
	}
.hrng img{
	margin-top:5%;
	float:left;
	}
.hrng a{
	color:#fff;
	position:relative;
	top:90px;
	left:20px;
	text-decoration:underline;
	}
.hrng a:hover{
	text-decoration:none;
	}



/*About Us page styles*/
#main_cont{
	padding:2% 0;
	}
#main_cont .col-lg-7 ul{
	padding-left:25px;
	}
.italic{
	font-style:italic;
	}

/*Client Registration*/
.cl_reg button{
	margin-left:10px;
	}
.cl_reg{
	border:1px solid #ddd;
	padding:10px;
	box-shadow:0px 0px 10px #ddd;
	} 
.cl_reg h4{
	color:#E14700;
	}
.cr_l img{
	width:100%;
	height:350px;
	margin-bottom:20px;
	}
.brd{
	border:1px solid #ddd;
	}























