.body {
	background: #fff !important;
	color: rgb(134, 130, 130);
	}
	body, html{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f9fe+0,d6f0fd+100;White+3D+%232 */
		background-image: url("../images/bg-back.jpg"); /* The image used */
		background-color: #cccccc; /* Used if the image is unavailable */
		 /* You must set a specified height */
		background-position: center; /* Center the image */
		background-repeat: no-repeat; /* Do not repeat the image */
		background-size: cover; /* Resize the background image to cover the entire container */
		font-family: poppins;
	  }
  a {
	color: #460146;
	transition: 0.5s;
  }
  .nav-pills > li.active > a{
    color: red;
}
  a:hover, a:active, a:focus {
	color: #51d8af !important;
	outline: none;
	text-decoration: none;
  }
  p {
	padding: 0;
	margin: 0 0 30px 0;
  }
  @media (min-width: 992px){
	.dropdown-menu{
		border-radius: 0px;
		margin-top: 19px;
		width: 200px;
	}
	.dropdown-menu .dropdown-toggle:after{
		margin-top: 5px;
		float: right;
		border-top: .3em solid transparent;
		border-right: 0;
		border-bottom: .3em solid transparent;
		border-left: .3em solid;
	}

	.dropdown-menu .dropdown-menu {
		margin-left:0; margin-right: 0;
	}

	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: rgb(82, 3, 82);
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
  h1, h2, h3, h4, h5, h6 {
	
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
  }
  
  .app-sub-title{
	background-image: url("../images/1.jpg"); /* The image used */
	background-color: #cccccc; /* Used if the image is unavailable */
	height: 200px; /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
  }
  .app-sub-title h3{
	  padding-top: 3em;
	  font-weight: 600;
	 }
  /* Prelaoder */
  #preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url("../img/preloader.gif") no-repeat center center;
  }
  
  /* Back to top button */
  .to-top {
	position: fixed;
	display: none;
	background: #05a8ad;
	color: #fff;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
  }
  
  @media (max-width: 768px) {
	.to-top {
	  bottom: 15px;
	}
	.nav-fill > .nav-link, .nav-fill .nav-item {
		border: 1px solid rgb(226, 225, 225);
		padding: 5px;
		margin-top: 7px;
	}
	
  }
  
  .to-top:focus {
	background: #67dbdf;
	color: #fff;
	outline: none;
  }
  
  .to-top:hover {
	background: rgb(70, 1, 70);
	color: #fff;
  }
  .top-logo img{
	 margin-top: 20px;
	width:60%;
  }
  .top-header h3{
	  color: #fff;
	  font-size: 18px;
	  line-height: 30px;
	  font-weight: 600;
	  
  }
  .top-header h3 span{
	color: yellow;
	font-size: 22px;
	text-shadow: 1px 2px 2px rgb(31, 81, 218);
	line-height: 35px;
	font-weight: 600;
}
  .tamil{
	  color: yellow;
	  font-weight: 600;
	  margin: 0px;
  }

  /*--------------------------------------------------------------
  # Top Bar
  --------------------------------------------------------------*/
  #top-section {
	background: rgb(70, 1, 70);
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
  }
  
  #top-section .contact-info a {
	line-height: 1;
	color: #fff;
	font-weight: 600;
}
  
  #top-section .contact-info a:hover {
	color: #460146;
  }
  
  #top-section .contact-info i {
	color: #fff;
	padding: 4px;
  }
  
  #top-section .contact-info .fa-phone {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #e9e9e9;
  }
  
  #top-section .top-social-links a {
	color: #fff;
	padding: 4px 12px;
	display: inline-block;
	line-height: 1px;
	border-left: 1px solid #e9e9e9;
  }
  
  #top-section .top-social-links a:hover {
	color: #460146;
  }
  
  #top-section .top-social-links a:first-child {
	border-left: 0;
  }
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #sticky-header {
	padding: 20px 0;
	height: 84px;
	transition: all 0.5s;
	z-index: 997;
	background: #fff;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
  }
  #app-logo{
	  margin-top: -10px;
  }
  @media(max-width:768px){
	#app-logo{
		margin-top: 0px;
	}
	#app-logo img{
		width:50%;
	}
  }
  #sticky-header #app-logo h1 {
	font-size: 42px;
	margin: 0;
	padding: 0;
	line-height: 1;
	
	font-weight: 700;
  }
  
  #sticky-header #app-logo h1 a {
	color: #0c2e8a;
	
	display: inline-block;
  }
  
  #sticky-header #app-logo h1 a span {
	color: #460146;
  }
  
  #sticky-header #app-logo img {
	padding: 0;
	margin: 0;
  }
  
  @media (max-width: 768px) {
	#sticky-header {
	  padding: 20px 0;
	  height: 74px;
	}
	#sticky-header #app-logo h1 {
	  font-size: 34px;
	}
	#sticky-header #app-logo img {
	  max-height: 40px;
	}
  }
  
  /*--------------------------------------------------------------
  # Intro Section
  --------------------------------------------------------------*/
  #intro {
	width: 100%;
	height: 60vh;
	background: #000;
	position: relative;
  }
  
  #intro .intro-content {
	position: absolute;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
  }
  
  #intro .intro-content h2 {
	color: #0c2e8a;
	margin-bottom: 30px;
	font-size: 64px;
	font-weight: 700;
  }
  
  #intro .intro-content h2 span {
	color: #460146;
	text-decoration: underline;
  }
  
  @media (max-width: 767px) {
	#intro .intro-content h2 {
	  font-size: 34px;
	}
  }
  
  #intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {

	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 32px;
	border-radius: 2px;
	transition: 0.5s;
	margin: 10px;
	color: #fff;
  }
  
  #intro .intro-content .btn-get-started {
	background: #0c2e8a;
	border: 2px solid #0c2e8a;
  }
  
  #intro .intro-content .btn-get-started:hover {
	background: none;
	color: #0c2e8a;
  }
  
  #intro .intro-content .btn-projects {
	background: #460146;
	border: 2px solid #460146;
  }
  
  #intro .intro-content .btn-projects:hover {
	background: none;
	color: #460146;
  }
  
  #intro #intro-carousel {
	z-index: 8;
  }
  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
	color: white;
	font-weight: 600;
    background-color: #460146;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
  #intro #intro-carousel::before {
	content: '';
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 7;
  }
  
  #intro #intro-carousel .item {
	width: 100%;
	height: 60vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition-property: opacity;
	transition-property: opacity;
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /* Nav Menu Essentials */
  .menu-list, .menu-list * {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  .menu-list ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
  }
  
  .menu-list li {
	position: relative;
	white-space: nowrap;
  }
  
  .menu-list > li {
	float: left;
  }
  
  .menu-list li:hover > ul,
  .menu-list li.sfHover > ul {
	display: block;
  }
  
  .menu-list ul ul {
	top: 0;
	left: 100%;
  }
  
  .menu-list ul li {
	min-width: 180px;
  }
  
  /* Nav Menu Arrows */
  .sf-arrows .sf-with-ul {
	padding-right: 22px;
  }
  
  .sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 8px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
  }
  
  .sf-arrows ul .sf-with-ul:after {
	content: "\f105";
  }
  
  /* Nav Meu Container */
  #navigation-menu {
	float: right;
	margin: 0;
  }
  
  @media (max-width: 768px) {
	#navigation-menu {
	  display: none;
	}
  }
  
  
  
  /* Mobile Nav Toggle */
  #sticky-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 20px 20px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
  }
  .pull-left {
    float: left;
}
  #sticky-nav-toggle i {
	color: blue;
  }
  
  @media (max-width: 768px) {
	#sticky-nav-toggle {
	  display: inline;
	}
	#sticky-nav ul li {
		padding: 0px;
	}
	
  }
  
  
.alertify .ajs-dialog {
    max-width: 450px !important;
    min-height: 122px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    border-radius: 6px;
}
.alertify .ajs-header {
    color: #fff !important;
    border-bottom: 0px solid #e5e5e5 !important;
    border-radius: 6px 6px 0 0;
    background: rgba(0,0,0,.2) !important;
    
    font-size: 18px;
    padding: 0.5rem 1rem !important;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    color:gray !important;
    border:1px solid green !important;
    border-radius: 5px !important;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-cancel {
    color: gray !important;
    border:1px solid red !important;
    border-radius: 5px !important;
}
.alertify .ajs-footer {
    background-color: #fff;
    padding: 9px;
    border-top: 0px solid #e5e5e5 !important;
    border-radius: 0 0 6px 6px;
}
  /* Mobile Nav Styling */
  #sticky-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: #460146;
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
  }
  
  #sticky-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
  }
  
  #sticky-nav ul li {
	position: relative;
  }
  
  #sticky-nav ul li a {
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
  }
  
  #sticky-nav ul li a:hover {
	color: #fff;
  }
  
  #sticky-nav ul li li {
	padding-left: 30px;
  }
  
  #sticky-nav ul .drop-menu i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
  }
  
  #sticky-nav ul .drop-menu i.fa-chevron-up {
	color: #460146;
  }
  
  #sticky-nav ul .menu-item-active {
	color: #460146;
  }
  
  #mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(52, 59, 64, 0.9);
	display: none;
  }
  
  /* Mobile Nav body classes */
  body.sticky-nav-active {
	overflow: hidden;
  }
  
  body.sticky-nav-active #sticky-nav {
	left: 0;
  }
  
  body.sticky-nav-active #sticky-nav-toggle {
	color: #fff;
  }
  
  /*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/
  /* Sections Header
  --------------------------------*/
  .section-header {
	margin-bottom: 30px;
  }
  
  .section-header h2 {
	font-size: 32px;
	color: #460146;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding-bottom: 20px;
  }
  
  .section-header h2::before {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #460146;
	bottom: 0;
	left: 0;
  }
  
  .section-header p {
	padding: 0;
	margin: 0;
  }
  
  /* About Section
  --------------------------------*/
  #about {
	padding: 60px 0 30px 0;
  }
  
  
  #about .about-img {
	overflow: hidden;
  }
  
  #about .about-img img {
	margin-left: -15px;
	max-width: 100%;
  }
  .navbar{
	  background-color: #fff;
	  padding: 20px;
	  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
  }
  .sticky-top .navbar{
	  background-color: purple !important;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 0.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px solid #ececec;
}
  @media (max-width: 768px) {
	#about .about-img {
	  height: auto;
	}
	#about .about-img img {
	  margin-left: 0;
	  padding-bottom: 30px;
	}
	.top-logo img{
		margin-top: 5px;
	   width:15%;
	 }
	 .top-header h3{
		 color: #fff;
		 font-size: 12px;
		 line-height: 30px;
		 font-weight: 600;
	 }
	 .top-header h3 span{
	   color: yellow;
	   font-size: 14px;
	   line-height: 30px;
	   font-weight: 600;
   }
	 .tamil{
		 color: yellow;
		 font-weight: 600;
	 }
  }
  
  #about .content h2 {
	color: #0c2e8a;
	font-weight: 700;
	font-size: 36px;
	
  }
  
  #about .content h3 {
	color: #555;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
  }
  
  #about .content p {
	line-height: 26px;
  }
  
  #about .content p:last-child {
	margin-bottom: 0;
  }
  
  #about .content i {
	font-size: 20px;
	padding-right: 4px;
	color: #460146;
  }
  
  #about .content ul {
	list-style: none;
	padding: 0;
  }
  
  #about .content ul li {
	padding-bottom: 10px;
  }
  
  /* Services Section
  --------------------------------*/
  #services {
	padding: 30px 0 0 0;
  }
  
  #services .box {
	padding: 40px;
	margin-bottom: 40px;
	box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
	background: #fff;
	transition: 0.4s;
  }
  
  #services .box:hover {
	box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
  }
  
  #services .box .icon {
	float: left;
  }
  
  #services .box .icon i {
	color: #444;
	font-size: 64px;
	transition: 0.5s;
	line-height: 0;
	margin-top: 34px;
  }
  
  #services .box .icon i:before {
	background: #0c2e8a;
	background: linear-gradient(45deg, #460146 0%, #a3ebd5 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  
  #services .box h4 {
	margin-left: 100px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 22px;
  }
  
  #services .box h4 a {
	color: #444;
  }
  
  #services .box p {
	font-size: 14px;
	margin-left: 100px;
	margin-bottom: 0;
	line-height: 24px;
  }
  
  @media (max-width: 767px) {
	#services .box .box {
	  margin-bottom: 20px;
	}
	#services .box .icon {
	  float: none;
	  text-align: center;
	  padding-bottom: 15px;
	}
	#services .box h4, #services .box p {
	  margin-left: 0;
	  text-align: center;
	}
  }
  
  /* Clients Section
  --------------------------------*/
  #clients {
	padding: 30px 0;
  }
  
  #clients img {
	max-width: 100%;
	opacity: 0.5;
	transition: 0.3s;
	padding: 15px 0;
  }
  
  #clients img:hover {
	opacity: 1;
  }
  
  #clients .owl-nav, #clients .owl-dots {
	margin-top: 5px;
	text-align: center;
  }
  
  #clients .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
  }
  
  #clients .owl-dot.active {
	background-color: #460146;
  }
  
  /* Our Portfolio Section
  --------------------------------*/
  #portfolio {
	background: #fff;
	padding: 30px 0;
  }
  
  #portfolio .portfolio-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
  }
  
  #portfolio .portfolio-item {
	overflow: hidden;
	position: relative;
	padding: 0;
	vertical-align: middle;
	text-align: center;
  }
  
  #portfolio .portfolio-item h2 {
	color: #ffffff;
	font-size: 24px;
	margin: 0;
	text-transform: capitalize;
	font-weight: 700;
  }
  
  #portfolio .portfolio-item img {
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
	width: 100%;
  }
  
  #portfolio .portfolio-item:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
  }
  
  #portfolio .portfolio-item:hover .portfolio-overlay {
	opacity: 1;
	background: rgba(0, 0, 0, 0.7);
  }
  
  #portfolio .portfolio-info {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  }
  
  /* Testimonials Section
  --------------------------------*/
  #testimonials {
	padding: 30px 0;
  }
  
  #testimonials .testimonial-item {
	box-sizing: content-box;
	padding: 30px 30px 0 30px;
	margin: 30px 15px;
	text-align: center;
	min-height: 350px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  }
  
  @media (max-width: 767px) {
	#testimonials .testimonial-item {
	  margin: 30px 10px;
	}
  }
  
  #testimonials .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto;
  }
  
  #testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #111;
  }
  
  #testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0;
  }
  
  #testimonials .testimonial-item .quote-sign-left {
	margin-top: -15px;
	padding-right: 10px;
	display: inline-block;
	width: 37px;
  }
  
  #testimonials .testimonial-item .quote-sign-right {
	margin-bottom: -15px;
	padding-left: 10px;
	display: inline-block;
	max-width: 100%;
	width: 37px;
  }
  
  #testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 15px auto;
  }
  
  #testimonials .owl-nav, #testimonials .owl-dots {
	margin-top: 5px;
	text-align: center;
  }
  
  #testimonials .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
  }
  
  #testimonials .owl-dot.active {
	background-color: #460146;
  }
  
  /* Call To Action Section
  --------------------------------*/
  #call-to-action {
	background:#065E60 ;
	background-size: cover;
	padding: 40px 0;
  }
  
  #call-to-action .cta-title {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
  }
  
  #call-to-action .cta-text {
	color: #fff;
  }
  
  @media (min-width: 769px) {
	#call-to-action .cta-btn-container {
	  display: flex;
	  align-items: center;
	  justify-content: flex-end;
	}
  }
  
  #call-to-action .cta-btn {
	
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 26px;
	border-radius: 3px;
	transition: 0.5s;
	margin: 10px;
	border: 3px solid #fff;
	color: #fff;
  }
  
  #call-to-action .cta-btn:hover {
	background: #460146;
	border: 3px solid #460146;
  }
  
  /* Our Team Section
  --------------------------------*/
  #team {
	background: #fff;
	padding: 30px 0 0 0;
  }
  
  #team .member {
	text-align: center;
	margin-bottom: 20px;
  }
  
  #team .member .pic {
	overflow: hidden;
	text-align: center;
  }
  
  #team .member .pic img {
	max-width: 100%;
  }
  
  #team .member .details {
	background: #460146;
	color: #fff;
	padding: 15px;
	border-radius: 0 0 3px 3px;
  }
  
  #team .member h4 {
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
  }
  
  #team .member span {
	font-style: italic;
	display: block;
	font-size: 13px;
  }
  
  #team .member .social {
	margin-top: 5px;
  }
  
  #team .member .social a {
	color: #fff;
  }
  
  #team .member .social i {
	font-size: 16px;
	margin: 0 2px;
  }
  
  /* Contact Section
  --------------------------------*/
  #contact {
	padding: 0px 0;
  }
  
  #contact .contact-info {
	margin-bottom: 0px;
	text-align: center;
	background: #460146;
  }
  
  #contact .contact-info i {
	font-size: 16px;
	display: inline-block;
	margin-bottom: 10px;
	color: #f9f8fc;
  }
  
  #contact .contact-info address, #contact .contact-info p {
	margin-bottom: 0;
	color: rgb(192, 189, 189);
  }
  
  #contact .contact-info h3 {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
  }
  
  #contact .contact-info a {
	color: rgb(202, 198, 198);
  }
  
  #contact .contact-info a:hover {
	color: #460146;
  }
  
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
	margin-bottom: 20px;
  }
  
  @media (min-width: 768px) {
	#contact .contact-address, #contact .contact-phone, #contact .contact-email {
	  padding: 20px 0;
	}
  }
  
  @media (min-width: 768px) {
	#contact .contact-phone {
	  border-left: 1px solid #ddd;
	  border-right: 1px solid #ddd;
	}
  }
    
  
  #contact .form #sendmessage {
	color: #460146;
	border: 1px solid #460146;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
  }
  
  #contact .form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
  }
  
  #contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
	display: block;
  }
  
  #contact .form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
  }
  
  #contact .form input, #contact .form textarea {
	padding: 10px 14px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
  }
  
  #contact .form button[type="submit"] {
	background: #460146;
	border: 0;
	border-radius: 3px;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	cursor: pointer;
  }
  
  #contact .form button[type="submit"]:hover {
	background: #2dc899;
  }
  
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  .hr{
	  padding: 0px;
	  margin: 0px;
  }
  #footer {
	background: #460146;
	padding: 5px;
	margin-top: 0px;
	font-size: 14px;
}
  
  #footer .copyright {
	text-align: center;
	padding-top: 5px;
	color: white;
  }
  
  #footer .credits {
	text-align: center;
	font-size: 13px;
	color: #555;
  }
  
  #footer .credits a {
	color: #0c2e8a;
  }
  

  /* Service Style 6 Css */
.style-6 .single-service {
	border: 1px solid #ddd;
	padding: 25px 40px;
	margin-bottom: 70px;
	box-shadow: 0 5px 30px -5px #ccc;
	position:relative;
	-webkit-transition:.3s;
	transition:.3s;
	text-align:center;
	border-bottom: 3px solid #460146;
	padding-bottom:30px
  }
  .style-6 .single-service i.fa {
	  color: #460146;
	  font-size: 30px;
	  margin: 25px 0px;
	  border: 1px solid #460146;
	  text-align: center;
	  border-radius: 50%;
	  position: relative;
	  width: 60px;
	  height: 60px;
	  line-height: 60px;
	  -webkit-transition:.5s;
	  transition:.5s
  }
  .style-6 .single-service:after{
	  position: absolute;
	  content: "";
	  width: 0%;
	  left: 0;
	  top: 0;
	  border-left: 3px solid #460146;
	  height: 0%;
	  z-index: 2;
	  
	  transition:.5s
  }
  .style-6 .single-service:before{
	  position: absolute;
	  content: "";
	  width: 0%;
	  right: 0;
	  bottom: 0;
	  border-right: 3px solid #460146;
	  height: 0%;
	  z-index: 2;
	 
	  -webkit-transition:.5s;
	  transition:.5s
  }
  .style-6 .single-service:hover:before, .single-service:hover:after{
	  height:50%;
	  width:50%;
  }
  .style-6 .single-service:hover i.fa {
	  background-color: #460146;
	  border-color: #460146;
	  color: #fff;
  }
  .style-6 .single-service h3 {
	  position: relative;
	  font-weight: 400;
	  margin-top: 0px;
	  padding-top: 20px;
	  font-size: 22px;
  }
  .style-6 .single-service p {
	  font-weight: 300;
  }
  .style-6 .single-service h3:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 12px;
	background-color: #460146;
	top: -25px;
	left: 50%;
	margin-left: -1.5px;
  }
  .style-6 .single-service h3:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	background-color: #460146;
	left: 50%;
	margin-left: -15px;
	top: -13px;
  }
  
  .style-6 .single-service a.border-btn {
	background-color: #460146;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	margin-top: 10px;
	z-index: 99;
  }
  .carousel-caption{
	  background-color: #8585eb99;
	 
	  padding: 10px;
  }
  .carousel-caption h5{
	  font-size: 20px;
  }
  .carousel-inner{
	width:100%;
	max-height: 450px !important;
  }
  
.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%); background-color: #f47735; }
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
   }
   
   .carousel-fade  .carousel-item.active,
   .carousel-fade  .carousel-item-next.carousel-item-left,
   .carousel-fade  .carousel-item-prev.carousel-item-right {
	 opacity: 1;
   }
   
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-right {
	opacity: 0;
   }
   
   .carousel-fade  .carousel-item-next,
   .carousel-fade .carousel-item-prev,
   .carousel-fade .carousel-item.active,
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
   }
   

   @media(max-width:768px){
	.section-header h2 {
		font-size: 20px;
		color: #460146;
		text-transform: uppercase;
		font-weight: 700;
		position: relative;
		padding-bottom: 20px;
	}
	#call-to-action .cta-title {
		color: #fff;
		font-size: 20px;
		font-weight: 700;
	}
	
   }


   .grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	
	opacity: 0.8;
}
.page-title{
	padding-top:4em;
}
.page-title h3{
	color: #460146;
	font-weight: 700;
}
.page-content{
	line-height: 35px;
	font-size: 15px;
	letter-spacing: 1px;
}
.page-sub-title{
	color: tomato;
	padding-top: 20px;
	font-weight: 700;
}
.page-sub-title h5{
	font-weight: 700;
}
.page-content table tbody td{
	font-size: 13px;
	padding: 5px;
	line-height: 25px;
}
.page-content table thead th{
	font-size: 13px;
	padding: 5px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #000;
	font-weight: 600;
}
.nav-item a{
	font-weight: 600;
	font-size: 16px;
}
.modal-box{ font-family: 'Poppins', sans-serif; }
.modal-box .show-modal{
    color: #fff;
    background-color: #4563A3;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border-radius: 10px 10px;
    border: none;
    outline: none;
    display: block;
    transition: all 0.3s ease 0s;
}
.modal-box .show-modal:hover{
    color: #fff;
    box-shadow: 0 0 0 5px rgba(0,0,0,0.1),0 0 0 10px rgba(0,0,0,0.1);
}
.modal-box .show-modal:focus{ outline: none; }
.modal-backdrop.in{ opacity: 0; }
.modal-box .modal-dialog{
    width: 100%;
    margin: 70px auto 0;
}
.modal-box .modal-dialog .modal-content{
    background: #E91E63;
    
    border: none;
    border-radius: 15px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
}
.modal-box .modal-dialog .modal-content label{
    
    text-align: Left;
    
}

.modal-box .modal-dialog .modal-content .close{
    color: #460146;
    font-size: 30px;
    font-weight: 500;
    text-shadow: none;
    line-height: 18px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    left: auto;
    right: 6px;
    top: 10px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.modal-box .modal-dialog .modal-content .close span{
    margin: -2px 0 0;
    display: block;
}
.modal-box .modal-dialog .modal-content .close:hover{ color: #fff; }
.modal-box .modal-dialog .modal-content .close:focus{ outline: none; }
.modal-box .modal-dialog .modal-content .modal-body{ padding: 20px 10px 0 !important; }
.modal-box .modal-dialog .modal-content .modal-body .title{
    color:#fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 25px;
}
.modal-box .modal-dialog .modal-content .modal-body .icon{
    color: #460146;
    font-size: 100px;
    line-height: 100px;
    text-shadow: 5px 5px 0 rgba(255,255,255,0.3);
    margin: 0 auto 25px;
}
.modal-box .modal-dialog .modal-content .modal-body .inner-content{
    background-color: #fff;
    padding: 30px 15px;
    margin: 0 -10px;
    border-radius: 30px 30px 15px 15px;
}
.modal-box .modal-dialog .modal-content .modal-body .sub-title{
    color: #460146;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.modal-box .modal-dialog .modal-content .modal-body .description{
    color: #3a4980;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 20px;
}
.modal-box .modal-dialog .modal-content .modal-body .btn{
    color: #fff;
    background: #460146;
    font-size: 18px;
    text-transform: uppercase;
    padding: 3px 30px;
    margin: 0 auto;
    border: 5px solid transparent;
    border-radius: 50px;
    display: block;
    transition: all 0.3s ease 0s;
}
.modal-box .modal-dialog .modal-content .modal-body .btn:hover{
    border-color: #f997a4;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 479px){
    .modal-dialog{ width: 95% !important; }
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: purple;
	font-weight: 600;
}
.page-content ul li{
	list-style-type:"\1F44D";
	padding: 10px;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

   

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-ming p {
	padding: 1em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-ming:hover h2 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}


html {
	scroll-behavior: smooth;
  }


.blue {
    background: #fff;
}

.news-panel {

background-color:rgb(8, 86, 150);
padding: 11.7px;
color: #fff;
font-weight: 600;
border: 1px solid rgb(216, 216, 213);;
padding-right: 0px;
}
.ticker-section{
	margin-top: 2em;
}
.marquee-text{
	background-color: rgb(216, 216, 213);
	padding: 12px;
}
.news-panel span {
    float: left;
    color: #fff;
    padding: 9px;

    position: relative;
    top: 1%;
	height: 40px;
	background-color: tomato;
    box-shadow: inset 0 -15px 30px #460146;
   
    -webkit-font-smoothing: antialiased;
   
    cursor: pointer;
}

.text1{

 box-shadow:none !important;
    width: 90%;
}
  




