@charset "utf-8";
/* CSS Document */

.tp-head {/* background: #f3b329; */top: -38px;position: absolute;right: -89px;}
.tp-head h3 a{margin:0;font-size:24px;color: #f3b329 !important;font-weight: 900;line-height:30px;padding: 30px 30px;display:block;cursor: pointer;}

.tp-lft a{color: #fff;}
.tp-lft a:hover{ text-decoration:none;}


.tp-fx-head {position: fixed; z-index: 9; top: 50%; color: #fff; font-weight: bold; left: -58px;}
.tp-fx-head h3{margin:0;font-size:20px; transform: rotate(90deg); color: #fff; font-weight:bold; line-height:25px; padding:10px 20px; display:block;cursor: pointer; background:#f3b329; border-top-left-radius:10px;border-top-right-radius:10px;}
.tp-fix a{color:#fff}
.tp-fix a:hover{text-decoration:none;}

/*modal*/
.modal.show .modal-dialog{ top: 15%;}
.modal-open .modal-hm-bg input{ width:100%; line-height: 24px;}
.modal-open .modal-hm-bg label{ width:100%; font-size: 15px; margin-bottom: 2px; margin-top: 5px;}
.modal-open .modal-hm-bg textarea{ width:100%; font-size: 14px; line-height: 20px;}

.modal-open .modal-content{ border-bottom-left-radius:0; border-bottom-right-radius:0;}
.modal-open .modal-hm-bg{ background-color:#fff; border-top-left-radius:0; border-top-right-radius:0;border-bottom-left-radius:6px; border-bottom-right-radius:6px; padding-bottom:10px;}
.modal-header{ color:#000; text-transform:uppercase; font-size: 20px; font-weight: bold;}
.modal-body input{display:inline-block; margin:7px auto; }
.modal-body center input{ padding:7px 20px; color:#000; background:#f3b329; border-radius:40px; transition:.3s;}

.modal-body center input:hover{ color:#fff; background:#000;}
.modal-header .close{ padding: 5px 10px; color: #000; opacity:.9;position: absolute; right: 16px;}
.modal{ top:50px; z-index:999999999 !important;}
.modal-backdrop{ z-index:9;}
.modal-open .modal-dialog{z-index:9999;}
.smt-btn {
    cursor: pointer;
    color: #fff;
    background: #2d3e4d;
    padding: 10px 30px;
    line-height: 26px;
    border: 2px solid #000;
    border-radius: 45px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}
/*modal*/




.main-table{font-family:Arial; font-weight:normal; Font-size:14px; color:#333; line-height:24px; text-align:justify;}
.team-page{font-family:Arial; font-weight:normal; Font-size:14px; color:#333; line-height:24px; text-align:justify;font-size: 15px !important;}
.main-heading{font-weight:bold; Font-size:20px; color:#333; line-height:36px; border-bottom:1px #ccc dashed; text-transform:uppercase;}
.sub-heading{font-weight:bold; Font-size:17px; color:#333; line-height:30px; text-transform:uppercase;}
.team-title{font-weight:bold; Font-size:16px; color:#333; line-height:30px;}
.contact-us{ padding-left:20px; line-height:24px;}
.aside{/*display:none;*/}
/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	margin-bottom: 30px;
}
div#Bannercontrol {
    padding: 0;
}
/*----- Section Titles -----*/
.accordion-section-title {
	width: 100%;
	padding: 10px 15px;
	display: inline-block;
	border-bottom: 1px solid #000;
	background: #e0b455;
	text-align: justify;
	transition: all linear 0.15s;
	font-size: 21px;
	color: #fff;
	position: relative;
}

.accordion-section-title:after{
    content: "+";
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 25px;
    font-weight: normal;
    }
	
.accordion-section-title.active:after{
    content: "-";
    font-size: 52px;
    top: -10px;
    }

.accordion-section-title.active, .accordion-section-title:hover {
	background:#e7e7e8;
	/* Type */
	text-decoration:none;
	color:#000;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:15px;     /*border: 1px solid #ddd;*/
	display:none;   /*  min-height: 435px;*/
}

.accordion-section {
    margin-top: 10px;
}

.abt-bnr-tp{ margin-top:15px; position:relative;}
.abt-bnr-tp .tp-img { position: relative; padding:0; height:350px; width:100%;}
.abt-bnr-tp .tp-img img{ height:100%; width:100%;}
.abt-bnr-tp .tp-img:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    background: #09090a;
    background: -moz-linear-gradient(-45deg, #f8b914 1%, #1f1e2c 50%, #1f1e2c 51%, #33314e 100%);
    background: -webkit-linear-gradient(-45deg, #f8b914 1%, #1f1e2c 50%, #1f1e2c 51%, #33314e 100%);
    background: linear-gradient(135deg, #1f3e9d 1%, #1f1e2c 50%, #1f1e2c 51%, #33314e 100%);
}

.abt-bnr-tp .innr-pg-heading {
    position: absolute;
    color: #fff;
    top: 150px;
    z-index: 9;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
}

.aside{margin-top: 5px;}

.aside h3{
    background: #e0b455 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0;
    line-height: 36px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}

.aside ul {
    margin: 0;
    padding: 0;
}

.aside ul li {background: #070707;border-bottom: 1px solid #e0b455 !important;line-height: 30px;padding-left: 20px;transition: all .3s;list-style: none;}
.aside ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration:none;
    text-transform: uppercase;
}
.camn4{ background: #25689b;}
.active{
  /*! background-color: #666; */
  color: white;
}