﻿@charset "utf-8";

a:focus, a:hover {
	outline: 0;
	text-decoration: none
}
#scroll-to-top.fade.in:hover, .banner-btn {
	cursor: pointer
}
.banner-btn, .banner-btn:hover, .logo a:hover, a:focus, a:hover {
	text-decoration: none
}

*{
	font-weight:300;
	margin:0;
	padding:0;	
}
body {
	margin: 1px 0 0;
	padding: 0;
	font-size: 18px;
	overflow-x: hidden;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
}
.nav>li>a, p {
	font-size: 16px
}
p {
	font-weight: 400;
	line-height: 26px;
	font-size: 14px;
	text-align: left;
	color:#888;
}
a:focus {
	color: inherit
}
.max-width {
	max-width: 100%
}
header {
    left: 0;
    right: 0;
    z-index: 99999;
}
.menu-bg {
	background-color: rgba(47, 47, 47, 0.5);
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 999;
}
.menu-main {
	z-index: 99;
	position:absolute;
	left:0;
	right:0;
}
.menu-fix {
    background-color: #FFF;
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    visibility: visible !important;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #000;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    padding-bottom: 15px;
}
.menu-fix .logo {
    padding: 5px 0 0;
}
.menu-fix .active a{
	color:#BB130D !important;	
}
.logo, .nav>li>a {
	position: relative
}

.logo img {
	transition: all 0.3s ease 0s;
	width: 185px;
}

.marbtm {
	margin-bottom: 2%
}
.img-responsive {
	display: inline-block;
	max-width: 100%;
	height: auto
}
.carousel-caption h1:first-child {
	animation-delay: 1s
}
.carousel-caption h2 {
	animation-delay: 1.5s
}

.carousel-caption a, .carousel-caption h1:nth-child(2) {
	animation-delay: 2s
}
.logo {
	z-index: 9
}

.navbar-default {
	margin-top: 0;
	background-color: transparent;
	border-color: transparent
}
.nav li a {
	display: block;
	font-weight: normal;
	padding: 20px 15px;
	text-transform: capitalize;
	transition: all 0.3s ease-out 0s;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #BB130D;
}
.navbar-default .navbar-nav > li > a {
    color: #10106C;
    font-size: 14px;
    padding: 35px 17px 10px 17px;
    font-weight: 600;
	position:relative;
}
.navbar-default .navbar-nav > li > a::after {
    background-color: #BB130D;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    right: 0;
    margin: 0 auto;
}



.navbar-default .navbar-nav > li > a:hover:after{
		width: 90%;
}

.navbar-default .navbar-nav > .active > a:after{
		width: 90%;
}



.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	background-color: transparent;
	color: #BB130D;
	-webkit-transition: .3s all;
	transition: .3s all;
}

.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	font-size: 30px;
	height: 30px;
	width: 30px;
	display: inline-block;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	z-index: 5
}
.dropdown-menu {
	background-color: rgba(0, 0, 0, 0.9);
	padding: 0;
	min-width: 200px;
}
.dropdown-menu.mega-dropdown {
	width: 550px;
}
.dropdown-menu.mega-dropdown li {
	float: left;
	width: 33%;
}
.dropdown-menu > li > a {
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-ms-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
	border-bottom: 1px solid #1A1A1A;
}
.dropdown-menu > li > a:hover::after {
	width: 100%;
}
.dropdown-menu > li > a:hover::before {
	width: 100%;
}
.dropdown-menu > li > a:last-child {
	border: 0px solid;
}
.dropdown-menu > li > a:hover {
	background: none repeat scroll 0 0;
	color: #e11c1f;
}
.dropdown-menu > li > a:after {
	background: #e11c1f none repeat scroll 0 0;
	content: "";
	height: 1px;
	position: absolute;
	left: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.4s ease 0s;
	width: 0;
}
.dropdown-menu > li > a:before {
	background: #e11c1f none repeat scroll 0 0;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.4s ease 0s;
	width: 0;
	
}


.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: transparent;
	border-color: transparent;
}
.menu-fix .navbar-default .navbar-nav > li > a {
    padding: 20px 17px 10px 17px;
}
.top-banner img {
	width: 100%;
}
.dropdown-menu > li {
	position: relative;
}
.carousel-control .fa-chevron-right, .carousel-control .icon-next {
	margin-right: -10px;
	right: 50%
}
.carousel-caption {
	right: 0;
	text-align: center;
}
.carousel-caption h1 {
	font-size: 60px;
	font-weight: 600;
	margin: 0
}
.carousel-caption h2 {
	font-size: 48px;
	font-weight: 300
}
.navbar {
	border: none;
	margin-bottom: 0
}
#scroll-to-top {
	bottom: 10px;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 33px;
	position: fixed;
	right: 5px;
	text-align: center;
	transition: opacity .3s ease 0s, border-color .3s ease 0s, background-color .3s ease 0s;
	width: 40px;
	z-index: 999;
	background-color: #000;
}
#scroll-to-top:hover {
	background-color: #e11c1f;
}
.banner-btn, .btn-1 {
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease
}
.carousel-control.left, .carousel-control.right {
	background-image: none
}
.logo {
    padding: 8px 0 0;
    text-align: left;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.menu-fix .logo img {
    width: 80px;
}
.carousel_elastic {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
.carousel_elastic .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0!important;
	display: block!important;
	-webkit-transform: scale3d(2, 1, 2);
	transform: scale3d(2, 1, 2);
	-webkit-transition: -webkit-transform .7s ease-in-out 0s, opacity ease-in-out .7s;
	transition: transform .7s ease-in-out 0s, opacity ease-in-out .7s
}
.carousel_elastic .item:first-child {
	top: auto;
	position: relative
}
.carousel_elastic .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform .7s ease-in-out 0s, opacity ease-in-out .7s;
	transition: transform .7s ease-in-out 0s, opacity ease-in-out .7s
}
.carousel_wrapper {
	overflow: hidden;
	max-height: 750px
}
.carousel_wrapper>.carousel-inner>.item>img, .carousel_wrapper>.carousel-inner>.item>a>img {
	margin: auto;
	width: 100%!important;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-animation: elasticcar 20000ms linear 0s infinite alternate;
	animation: elasticcar 20000ms linear 0s infinite alternate
}
@-webkit-keyframes elasticcar {
 0% {
 -webkit-transform: scale(1);
 -webkit-transition: -webkit-transform 20000ms linear 0s
}
 100% {
 -webkit-transform: scale(1.2);
 -webkit-transition: -webkit-transform 20000ms linear 0s
}
}
@-moz-keyframes elasticcar {
 0% {
 -moz-transform: scale(1);
 -moz-transition: -moz-transform 20000ms linear 0s
}
 100% {
 -moz-transform: scale(1.2);
 -moz-transition: -moz-transform 20000ms linear 0s
}
}

@-o-keyframes elasticcar {
 0% {
 -o-transform: scale(1);
 -o-transition: -o-transform 20000ms linear 0s
}
 100% {
 -o-transform: scale(1.2);
 -o-transition: -o-transform 20000ms linear 0s
}
}
@keyframes elasticcar {
 0% {
 transform: scale(1);
 transition: transform 20000ms linear 0s
}
 100% {
 transform: scale(1.2);
 transition: transform 20000ms linear 0s
}
}
.carousel-caption {
    left: 0;
    padding-bottom: 30px;
    right: 0;
    text-align: center;
    bottom: 28%;
	text-shadow:none;
    z-index: 999;
}
.carousel-caption h1 {
    color: #fff;
    font-size: 60px;
    margin: 25px 0 0;
	font-weight:600;
}
.carousel-caption p {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    margin: 15px 0 10px;
    color: #fff;
    font-style: italic;
}
.carousel-caption h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 300;

	margin-top: 0;
	text-transform: capitalize;
}
.carousel-caption a {
    background-color: #10106C;
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 22px;
    margin-right: 15px;
    padding: 10px;
    text-align: center;
    width: 200px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}




.carousel-caption a:hover {
	background-color: #BB130D;
	color: #fff;
}

.btn-banner-blue {
    background-color: #BB130D !important;
    color: #fff !important;
}


.btn-banner-blue:hover {
    background-color: #10106C !important;
    color: #333 !important;
}
.carousel-control {
    top: 45%;
    font-size: 30px;
    color: #fff;
    width: 50px;
    height: 50px;
    z-index: 999;
    background-color: #000;
    line-height: 46px;
}

.carousel-control.left{
	left:25px;	
}

.carousel-control.right{
	right:25px;	
}
.tp-contact-info p {
    display: inline-block;
    color: #fff;
    padding-left: 18px;
    font-size: 15px;
    letter-spacing: 0.3px;
	margin-bottom:0;
}
.tp-wlcm-text p {
    margin: 0;
    color: #fff;
}

.tp-contact-info{
	text-align:right;	
}

.tp-bar {
    background-color: #BB130D;
    padding: 12px 0;
}

.home-tagline a {
    margin-left: 15px;
}
.home-tagline {
    background-color: #BB130D;
    padding: 35px 20px;
    text-align: center;
    margin-top: -45px;
    position: relative;
}

.home-tagline p {
    color: #fff;
    font-size: 24px;
    margin: 0;
    display: inline-block;
}


.btn-main {
    background-color: #10106C;
	display:inline-block;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    border-radius: 5px;
	-webkit-transition:0.3s all;
	transition:0.3s all;
}
.btn-main:hover {
    background-color: #0D0D0D;
	color:#fff;
}
.heading h2 {
    font-weight: 800;
    margin: 25px 0;
    padding-bottom: 10px;
    position: relative;
}
.heading h2:after {
    background-color: #BB130D;
	height:2px;
	width:75px;
	content:"";
	position:absolute;
	bottom:0;
	left:0;
}

.wlcm-block {
    padding: 45px 0;
}
.wlcm-block p {
    font-size: 18px;
    text-align: left;
    line-height: 28px;
}

.service-desc h3 {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 800;
    color: #333;
}
.service-desc p {
    font-size: 14px;
    line-height: 24px;
}

.service-icon {
    display: table-cell;
    vertical-align: middle;
    font-size: 35px;
    padding-right: 15px;
    color: #BB130D;
}

.service-desc {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
.service-desc h3 {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 800;
    color: #333;
}

.service-desc p {
    font-size: 14px;
    line-height: 24px;
}

.service-single {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}
.service-block {
    margin: 45px 0;
}

.about-bg {
    position: absolute;
    top: 0px;
    width: 41%;
    z-index: 1;
    right: auto;
    left: 0;
	  overflow: hidden;
    background-position: center center;
}


.about-block-bg {
    background-color: #BC3834;
    padding: 35px 0 55px;
    /*background-image: url(../images/bg-2.jpg);*/
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    margin-bottom: 55px;
}

.heading-white h2 {
    color: #fff;
}


.heading-white  h2:after {
    background-color: #10106C;
}
.about-desc p {
    color: #fff;
}

.about-feature li {
    float: left;
    color: #fff;
    width: 33.333%;
    list-style-type: none;
}
.about-feature p {
    overflow: hidden;
    margin: 0;
    font-size: 19px;
    line-height: 24px;
    display: inline-block;
    padding-right: 26px;
    border-right: 1px dashed #10106C;
}
.about-feature li i {
    float: left;
    font-size: 44px;
    margin-right: 25px;
	color:#10106C;
}
.about-feature {
    margin-top: 45px;
}


.feature-overlay a {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 130px;
    top: 40%;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
	opacity:0;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.feature-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(136,73,169,0.8);
	
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
		opacity:0;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.feature-thumb {
    position: relative;
    overflow: hidden;
}

.feature-single:hover .feature-overlay{
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1);	
}

.feature-title h3 {
    position: absolute;
    bottom: 0;
    margin: 0;
    background-color: #BB130D;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
	    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.feature-single:hover .feature-title h3 {
	bottom:-100px;	
}

.feature-single:hover .feature-overlay a{
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1);	
}
.feature-desc {
    margin: 15px 0;
}

.feature-desc p{
    text-align:left;
}

.feature-block-main {
    margin: 45px 0;
}

.foot-contact-bg{
	background-image:url(../images/bg3.jpg);
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
	padding:45px 0;
		
}
.foot-contact-desc h3 {
    color: #fff;
    font-weight: 800;
    margin: 5px 0 0;
}
.footer-contatc-btn {
    text-align: right;
}
.footer-bg{
	background-color:rgb(20,20,21);
	padding:45px 0;	
}
.footer-logo  {
   text-align:center;
       margin-bottom: 45px;
}
.footer-logo img {
    width: 200px;
}
.foot-address-desc p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}
.foot-address-desc  {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    color: #fff;
}
.foot-address-icon {
    display: table-cell;
    vertical-align: middle;
    color: #10106C;
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.footer-address-main {
    text-align: center;
}
.foot-address-single {
    display: inline-block;
}
.footer-bg hr {
    border: 1px solid #333;
}
.footer-links li a {
    color: #adadad;
    font-size: 14px;
	-webkit-transition:0.3s all;
	transition:0.3s all;
}
.footer-links li a:hover{
	color:rgb(251,208,59);	
}
.footer-links {
    text-align: center;
}

.footer-links li {
    list-style-type: none;
    margin-bottom: 10px;
}
.copyright-text p {
    color: #fff;
    text-align: center;
    margin: 0;
}
.copyright-text p a{
	font-weight:600;
  color:#10106C;	
}

.copyright-bg {
    background-color: #000;
    padding: 25px 0;
}
.about-bg img {
    max-width: 1000000000px;
}


.inner-banner-block{
	background-image:url(../images/inner-banner2.jpg);
	background-size:cover;
	background-position:center center;	
	margin-bottom:45px;
}


.inner-banner-heading {
    padding: 150px 0 45px;
}
.inner-banner-heading h1 {
    color: #fff;
    font-weight: 800;
}

.inner-banner-heading p {
    color: #fff;
    font-size: 18px;
    font-style: italic;
}

.contact-address-icon {
    float:left;
    font-size: 24px;
    border: 1px solid #BB130D;
    color: #BB130D;
    border-radius: 50%;
    width: 50px;
    height: 50px;
	line-height:50px;
    vertical-align: middle;
    text-align: center;
}



.contact-addres-desc {
    padding-left: 25px;
	overflow:hidden;
    vertical-align: middle;
}

.contact-addres-desc p{
    margin:0;
}

.contact-address-single {
    margin: 25px 0 45px;
}

.conatct-us-address{
	margin:45px 0;	
}

.form-control {
    border-radius: 0;
    height: 45px;
}

label {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 15px;
    color: #888;
}

.form-main {
    background-color: #f8f8f8;
    padding: 35px;
	margin-bottom:45px;
}

.form-btn.btn-main {
    border: none;
    width: 150px;
    margin-top: 20px;
}

.contact-map iframe{
	width:100%;
	height:300px;	
}

.min-max{
	min-width:100%;
	max-width:100%;	
}

textarea.form-control{
	height:130px;	
}
.about-img {
    text-align: center;
    margin-bottom: 25px;
}
@media(max-width:1024px){
	
.carousel-caption p {
    margin: 5px 0px 0px;
}
.carousel-caption {
    bottom: 13%;
}	
.navbar-default .navbar-nav > li > a {
    font-size: 13px;
    padding: 35px 13px 10px;
}
.carousel-caption h1 {
    font-size: 35px;
}

.about-feature p {
    padding-right: 10px;
}


.foot-contact-bg {
    background-attachment: scroll;
    background-position: bottom center;
}
.heading h2 {
    font-size: 24px;
}
}


@media(max-width:990px){


.navbar-toggle.offcanvas-toggle.cls {
    float: right;
    margin: 10px 0 0;
    border: none;
}

.navbar-toggle.offcanvas-toggle {
    display: block;
    margin: 11px 0 0;
    border: none;
    background-color: #e8dfdf;
    color: #10106C;
}
.navbar-nav {
    float: none;
}
.navbar-nav > li {
    float: none;
    clear: both;
}
.navbar-default .navbar-nav > li > a {
    font-size: 13px;
    padding: 10px 14px;
    border-bottom: 1px solid #ddd;
	  color: #333;
}
.navbar-default .navbar-nav > li > a:after, .navbar-default .navbar-nav > li > a:before {
    display:none;
}
.navbar-header {
    float: none;
}
.about-bg{
	display:none;	
}
.home-tagline a {
    margin-left: 0;
    margin-top: 15px;
}
.about-feature p {
    padding-right: 35px;
}
.foot-contact-desc h3 {
    font-size: 20px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

}

@media(max-width:767px){

.tp-wlcm-text p {
    display: none;
}
.tp-contact-info {
    text-align: center;
}
.logo {
    padding: 5px 0 0;
    width:75px;
}

.menu-main {
    position: static;
    background-color: #FFF;
}

.carousel-caption h1 {
    font-size: 22px;
}
.carousel-caption {
    bottom: 0;
}
.carousel-control{
	display:none;	
}
.carousel-caption a {
    margin:15px  4px 0;
    padding: 10px 0;
    width: 150px;
}
.home-tagline {
    padding: 25px 15px;
    text-align: center;
    margin: 0 -15px;
}
.home-tagline p {
    font-size: 18px;
    text-align: center;
}
.about-feature li i {
    display: table-cell;
    margin-right: 0;
    vertical-align: middle;
    padding-right: 15px;
}
.about-feature li {
    float: none;
    margin-bottom: 25px;
    display: inline-block;
	width:auto;
}

.about-feature {
    margin-top: 45px;
    text-align: left;
}

.about-feature p {
    padding-right:0;
    border-right: none;
}


.heading h2 {
    font-size: 24px;
}

.foot-contact-desc h3 {
    text-align: center;
    margin-bottom: 25px;
}
.footer-contatc-btn {
    text-align: center;
}







}

@media(max-width:415px){
.foot-address-single {
    margin-bottom: 25px;
}
.form-main {
    padding: 35px 15px;
}
}


.social li {
  display: inline-block;
}
.social li a {
  border: 2px solid #e11c1f;
  border-radius: 10px;
  float: left;
  margin: 2px;
  color: #fff;
  padding: 5px;
  text-align: center;
  width: 45px;
  height: 45px;
  font-size: 20px;
}
.social li a:hover {
  background: #e11c1f;
  color: #fff;
}

/*table form anothrt page*/ 

.plan th {
    background: #c6324a;
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border: #4b1a22 1px solid;
}
.plan {
    text-decoration: none;
    color: #333;
    line-height: 20px;
    text-align: center;
    border: #0e9696 0px solid;
    font-size: 14px;
    font-weight: 400;
}
.plan td {
    border: #4b1a22 1px solid;
    line-height: 30px;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}




