@charset "utf-8";
/* CSS Document */

.main-table{font-family:Arial; font-weight:normal; Font-size:13px; color:#333; line-height:24px; text-align:justify; padding: 0 5px;}
.main-heading{font-weight:bold; Font-size:20px; color:#000; line-height:36px; border-bottom:1px #ccc dashed; text-transform:uppercase;}
.sub-heading{font-weight:bold; Font-size:15px; color:#333; line-height:30px; text-transform:uppercase; margin:0;}
.team-title{font-weight:bold; Font-size:14px; color:#333; line-height:30px; margin:0;}
.contact-us{ padding-left:20px; line-height:30px; font-family: arial; font-size: 13px;}
.map-contp{border:1px dashed #ccc;}
/*header*/
header{background:#d5a634; text-align:center;}
header img{margin:0 auto;}
/*header*/
/*banner*/
.bnr-btm{position: relative; top: -60px; z-index: 0;}
.bnr-btm .container{background:#222;padding: 20px 0;}
.bnr-btm h1 {
    text-align: center;
    color: #daa520;
    font-size: 32px;
    font-weight: normal;
}
.bnr-btm p{
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-align: center;padding: 0 10px;
    font-size: 13px;
    color: #888;
    line-height: 28px;
    font-weight: bold;
}
.bnr-btm img{margin:0 auto; padding-bottom: 25px;}
.bnr-btm .bnr-cont:hover{transform: translate(0px, -6px);
    box-shadow: 0px 4px 3px #ccc; transition:.3s;}
/*banner*/

/*abt-ser*/
.hm-ser h1 {
    color: #daa520;
    background: url(image/name-bg.png) repeat-x bottom;
    font-size: 22px;
    line-height: 36px;
    padding-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

/*Read More */

.readmore {
	display: inline-block;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.readmore:hover, .readmore:focus, .readmore:active {
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-animation-name: hang;
	animation-name: hang;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.readmore a {
	display:inline-block;
 -webkit-transition-duration:.5s;
 transition-duration:.5s;
	-webkit-transition-property:transform;
	transition-property:transform;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
 box-shadow:0 0 1px rgba(0, 0, 0, 0) background:#daa520;
	color:#fff;
	border-radius:20px;
}
.readmore:active, .readmore:focus, .readmore:hover {
	-webkit-transform:translateY(6px);
	transform:translateY(6px);
	-webkit-animation-name:hang;
	animation-name:hang;
	-webkit-animation-duration:1.5s;
	animation-duration:1.5s;
 -webkit-animation-delay:.3s;
 animation-delay:.3s;
	-webkit-animation-timing-function:linear;
	animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-animation-direction:alternate;
	animation-direction:alternate;
	text-decoration:none;
	color:#fff;
}

	
.ca-menu {
	padding:0;
	margin:20px auto;
	width: 100%;
}
.ca-menu li {
	list-style:none;
	width: 32.5%;
	min-height: 290px;
	position: relative;
	float:left;
	padding:1%;
	overflow:hidden;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	margin-right: 4px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	border-bottom: 1px solid #ccc;
}
.ca-menu li:last-child {
	margin-right: 0px;
}
.ca-menu li a {
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	color: #333;
	position: relative;
}
.ca-icon {
	text-shadow: 1px 0px 1px rgba(255, 255, 255, 0.8);
	position: absolute;
	width: 100%;
	max-width:57px;
	height: 50%;
	max-height:57px;
	left: 38%;
	top: 0px;
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.ca-content {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 30%;
}
.ca-main {
	font-size:26px;
	color:#8b4513;
	line-height: 40px;
	opacity: 1.0;
	text-align: center;
	text-outline:none;
	text-decoration:none;
	text-decoration:blink;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	margin: 0;
}
.ca-content p {
	font-size: 13px;
	opacity: 0.8;
	text-align: center;
	font-family:arial;
	line-height:24px;
	margin: 0;
}
.ca-sub {
	text-align:center;
	font-size: 14px;
	color: #afa379;
	text-shadow: 1px 1px 1px #fff;
	line-height: 40px;
	opacity: 0.8;
	position:relative;
	left:0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	margin: 0;
}
.ca-menu li:hover {
	background:#efefef;
	text-decoration:none;
	list-style:none;
}
.ca-menu li:hover .ca-icon {
	color: #afa379;
	opacity: 0.5;
	-webkit-animation: moveFromLeft 400ms ease;
	-moz-animation: moveFromLeft 400ms ease;
	-ms-animation: moveFromLeft 400ms ease;
}
.ca-menu li:hover .ca-main {
	color: #000;
	
}
.ca-menu li p:hover {
	color: #000;
	text-decoration:none;
	font-family:arial;
	font-size:13px;
	line-height:24px;
	
}
.ca-menu li:hover .ca-sub {
	color: #000;
	-webkit-animation: moveFromBottom 500ms ease;
	-moz-animation: moveFromBottom 500ms ease;
	-ms-animation: moveFromBottom 500ms ease;
}
 @-webkit-keyframes moveFromLeft {
 from {
 -webkit-transform: translateX(-100%);
}
to {
	-webkit-transform: translateX(0%);
}
}
 @-moz-keyframes moveFromLeft {
 from {
 -moz-transform: translateX(-100%);
}
to {
	-moz-transform: translateX(0%);
}
}
 @-ms-keyframes moveFromLeft {
 from {
 -ms-transform: translateX(-100%);
}
to {
	-ms-transform: translateX(0%);
}
}
 @-webkit-keyframes moveFromRight {
 from {
 -webkit-transform: translateX(100%);
}
to {
	-webkit-transform: translateX(0%);
}
}
 @-moz-keyframes moveFromRight {
 from {
 -moz-transform: translateX(100%);
}
to {
	-moz-transform: translateX(0%);
}
}
 @-ms-keyframes moveFromRight {
 from {
 -ms-transform: translateX(100%);
}
to {
	-ms-transform: translateX(0%);
}
}
 @-webkit-keyframes moveFromBottom {
 from {
 -webkit-transform: translateY(100%);
}
to {
	-webkit-transform: translateY(0%);
}
}
 @-moz-keyframes moveFromBottom {
 from {
 -moz-transform: translateY(100%);
}
to {
	-moz-transform: translateY(0%);
}
}
 @-ms-keyframes moveFromBottom {
 from {
 -ms-transform: translateY(100%);
}
to {
	-ms-transform: translateY(0%);
}
}


/*abt-ser*/
/*footer*/
footer {
    background: #d5a633;
    color: #fff;
    line-height: 40px;
}
footer .col-md-12 {
    color: #fff;
    line-height: 40px;
}
/*footer*/
/*contact*/
.map-cont{     margin-top: 10px;
    width: 56%;
    float: left;
    border: 1px solid #ddd;
    text-align: center; padding: 10px 0;}
.map-cont img{max-width:100%;}
	
.bx-rht-cont{    width:40%;
    float: left;
    margin-left: 3%; text-align: left;}
	
.bx-rht-cont a{cursor:pointer;}
.bx-rht-cont h2{text-align: left;
    font-size: 16px;
    font-weight: bold;     line-height: 18px; margin-top: 10px; margin-bottom:5px;}
	
.bx-rht-cont p{margin-bottom:0;}
.brn-off{width:31%; padding:1%; float:left;     padding-bottom: 0;}
.cont-page h3{     margin: 0;
    font-size: 18px;
    margin-bottom: 8px;}
.cont-page p{font-size:14px; color:#000;     line-height: 24px !important;}

.cont-heading {
    margin: 0;

    font-size: 15px;
    text-transform: uppercase;
    background:#60355c;
    padding: 9px 10px;
    color: #fff;
    margin-bottom: 8px;
}
	
.head-bx{float: left;
    width: 50%;}
	
.contd-bx{float: left;
    width: 50%;}
	
.brn-bx h2{text-align:center;}

.map-cont img{max-width:100%;}

.cont-page .st-feature-box{background: #222;
    padding-top: 10px;
    padding-bottom: 10px; margin-bottom: 10px;     padding-right: 10px;
	    color: #fff;}
	
.cont-page .feature-box-image{    margin-top: 13px;}

.brnh-off p{margin-bottom:2px;}


.st-custom-heading-layout2.st-custom-heading-wraper {
    margin-bottom: 24px;
}

.st-custom-heading-layout2 .st-heading-title {
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px; font-weight:bold;
	margin-top: 0;
}

.st-custom-heading-layout2 .st-heading-title>span {
	    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin-bottom: 11px;
}

.st-custom-heading-layout2 .heading-line {
    width: 26px;
    height: 1px;
    background: #114366;
    margin: 0;
}

.st-feature-box {
    padding-left:75px;
    position: relative;
	    margin-bottom: 35px;
}

.st-feature-box .st-feature-box-icon {
    color: #111;
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height:0px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.cont-soc img{margin-right:5px;}
.cont-page h2{    font-weight:bold;
    color: #111;
    font-size: 19px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
	margin-top:10px;}
.cont-page h2 span{color: #111;
    font-weight: normal;
    font-size: 18px;}
.cont-page h5{    color: #222;
    font-size: 19px;
    margin-bottom: 25px;}
	
.cont-page h2 span {
    color: #111;
    font-weight: normal;
    font-size: 18px;
}

.cont-page{text-align:left;font-family: arial; font-size: 14px;}

#Div_body, #HeaderControl_C_ctl00_Header{background-image:url(Image/hm-bg.jpg); background-repeat:repeat;}
#HomepagecontentControl_C table{margin-top:0px !important;}

/*cont-page*/




@media (max-width:998px){#widgetsControl, #widgetsControl_C, #HeaderControl, #HeaderControl_C{height:initial !important}
.nav>li>a{padding: 10px 8px; line-height: 30px;}
}
@media (max-width: 769px){
#MenuControl, #MenuControl_C{height: initial !important;}	
#widgetsControl, #widgetsControl_C{height:initial !important}
}

@media (max-width: 767px)
{

#WhatsNewControl_C_ctl00_Bulletin_Scroll{padding: 5px 15px;}
}

@media(max-width:736px){
.ca-menu li{width: 49%;margin: 20px auto;} 

}

@media(max-width:667px){

}


@media(max-width:580px){

}
@media(max-width:480px){
.ca-menu li{width:100%; min-height: 246px;    margin: 20px auto;}
}

@media(max-width:375px){

}

.table-responsive {
    min-height: .01%;
    overflow-y: hidden !important;
}