@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6{
	margin:0 ;
	padding:0;
}

body{margin:0; padding:0; font-family:Arial !important;     font-size: 13px;
    font-weight: normal;
    color: #000;
    line-height: 24px; background:#fff; overflow-x:hidden;}

.container-middle{/*width:1000px; margin:0 auto;*/ font-family:Arial !important;     font-size: 14px !important; text-align:left; color: #000;
    line-height: 24px;}
.container-middle p{text-align:justify; }

.top-nav {
    background: #006aa0;
    color: #fff;
	border-bottom:1px solid #000;
}
.top-nav a{color:#fff; text-decoration:none;   }
.top-nav-lft ul{list-style:none; padding-left:0;     margin-bottom: 0;   margin: 0;}
.top-nav-lft ul li{display:inline-block; margin-right:20px;     color: #fff}
.top-nav-lft ul li .fa{margin-right:5px; color:#fff;     font-size: 16px; text-align: center;
    background: #0b2322;
    padding: 11px 15px;}

.top-nav-rht ul{list-style:none; padding-left:0; text-align:right;     margin-bottom: 0;     margin: 1px;}
.top-nav-rht ul li{display:inline-block; margin-left:-1px; position:relative; background: #0b2322;}
.top-nav-rht ul li .fa{text-align: center; padding: 12px 15px; transition:0.5s; z-index:9; position:relative;}
	
.top-nav-rht ul li:before{position:absolute; top:-40px; left:0; background:#006aa0; width:100%; height:100%; transition:0.5s; content:"";  border:1px solid #ccc; color:#fff; opacity:.3;}
	
.top-nav-rht ul li:hover:before{background:#006aa0; transition:0.5s; top:0;}
.top-nav-rht ul li:hover .fa{color:#006aa0;}

.top-nav-lft{float:left}
.top-nav-rht{float:right}


header{background-color:#0b2322;}

header .container-middle{width:100%; text-align:right;}
header img{max-width:100%;}

.cl{clear:both;}

.bnr-abt{border-bottom: #16b3bc solid 5px;}

.bann-lft{float:left; width: 65%;}
.bann-rht{    float: left;
    width: 33%;
    margin-left: 2%;}
.sub-heading1{color:#fff;margin:0;padding:0;line-height:30px;font-style:italic;font-size: 19px;text-align:center;font-weight:  bold;margin-top: 20px;margin-bottom:  10px;}
.abt{
	background:#0b2322; text-align:center;
	padding-top:50px;
	padding-bottom:50px;
	}
.abt h1{color:#fff;font-size:32px;line-height:40px;text-align:center;font-family:arial;font-weight:normal;/* letter-spacing:-1px; */}
.abt h1 b{
font-weight:900;
text-transform:uppercase;
}

.abt p{color:#fff;font-size: 16px;line-height: 32px;text-align:center;font-family:arial;font-weight:normal;margin:0;padding-bottom:15px;}

.abt p a{color:#fff;
background:#16b3bc;
padding:10px 20px;
text-align:center;
text-decoration:none;
}


.ser .head-hm{text-align: center; padding-top:20px;   padding-bottom: 40px; font-size: 30px; position:relative; font-weight:900; color:#333;}

.ser .head-hm span{padding: 3px 9px; position:relative; z-index:9; background:transparent;}

.ser .head-hm span:before{      content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 70%;
    background: #333;
    bottom: -7px;
    right: 0;
    margin: 0 auto;}
	
 .ser .head-hm span:after{    content: "";
    position: absolute;
    left: 0;
    height: 8px;
    width: 20%;
    background: #0b2322;
    bottom: -12px;
    right: 0;
    margin: 0 auto;}
	
.ser{margin-bottom:30px;
margin-top:30px;}

.ser-bx{
    position: relative;
    border: 2px solid transparent;
    overflow: hidden;
	color:#fff;
	text-align:center;
	float:left; 
	width:31.5%; margin:0 0.5%;
	margin-top: 30px;
	}
	
.ser-bx:hover{}


/*---ser-bx--*/

.view {
   margin: 0;
  /* float: left;
   border: 10px solid #fff;*/
   overflow: hidden;
   position: relative;
   text-align: center;
   /*-webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;*/
   cursor: default;
}
.mask{text-align:center;
margin:0 auto;
}
.view .mask,.view .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
   display: inline-block;
   position: relative;
}
.view h2 {
      text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 19px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 70px;
}
.view p {
   font-family: Arial, serif;
   font-style: italic;
   font-size: 14px;
   position: relative;
   color: #fff;
   padding: 5px 10px 10px;
   text-align: center;
   margin: 0 auto;
   width:275px;
   line-height: 22px;
}
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   background-image:url(../Image/ser-bx.png);
   background-repeat:no-repeat;
   background-position:center top;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   margin:0;
   padding:0;
}
.view-tenth h2 {
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #fff;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: #fff;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}

.view-tenth p a{text-decoration:none; color:#fff;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

/*---ser-bx--*/


/*---Team--*/
.ab-team{
	background-image:url(../Image/tm-bg.png);
	background-repeat:no-repeat;
	    background-size: cover;
	background-position: top;
	 margin-top:50px;   padding-bottom: 35px;padding-top: 50px;
	
}

.head-hm{text-align: center; padding-top:100px;   padding-bottom: 35px; font-size: 26px; position:relative; font-weight:900; color:#fff;}

.head-hm span{padding: 3px 9px; position:relative; z-index:9; background:transparent;}
	
.head-hm span:before{      content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 70%;
    background: #fff;
    bottom: -7px;
    right: 0;
    margin: 0 auto;}
	
.head-hm span:after{    content: "";
    position: absolute;
    left: 0;
    height: 8px;
    width: 20%;
    background: #0b2322;
    bottom: -12px;
    right: 0;
    margin: 0 auto;}
	
.team-bx{width:100%;
    padding-top: 30px;}

.img-thumb{border:5px solid #fff; padding-top:20px;  margin-right: 20px;
width:150px; float:left; transition: 1s; overflow: hidden;}

.img-thumb img{width:100%;}
.team-bx:hover img{transition:0.5s; transform:scale(1.1); overflow:hidden;}


.bn-rdmr a{background: #fff;
    padding: 6px 19px;
    border-radius: 25px;
    color: #042529 !important;
    font-size: 13px;
    border: 2px solid rgba(0,0,0,0.1);
    transition: 0.5s;
	text-decoration:none;
	font-weight:bold;

}

.bn-rdmr a:hover{background: #1e71b6;text-decoration:none; color:#fff !important;}
.bn-rdmr a:hover img{filter: brightness(0) invert(1); -webkit-filter: brightness(0) invert(1); -moz-filter: brightness(0) invert(1);
}

.bn-rdmr {
    margin-top: 20px;
}

.tm-content h3{
	color:#fff; font-size:20px;
	line-height:30px;
	font-weight:bold;
}
.tm-content h4 em{
	font-size:16px;
	line-height:30px;
	font-weight:normal;
	color:#fff;
}
.tm-content p{
	font-size:14px;
	font-weight:normal;
	color:#fff;
	font-family: arial;
	line-height: 25px;
}

.tm-content{
	color:#fff;float: right;
    width: 70%;
}


.team-lft{float:left; width:65%;}
.team-rht{float:left; width:33%; margin-left:2%;}

/*footer .footer-brand{width: 45%; margin-right:2%; float:left;}
.footer-nav{width: 31.33333333%; margin-right:2%; float:left;}
.footer-nav-lft{float:left; width: 48%; margin-right:2%;}
.footer-nav-rht{float:left; width: 48%;}
.footer-social{width:14.66666667%; margin-right:2%; float:left;}
.footer-ns{ width: 45%; float:right;}*/
.cpright{width:100%; background:#333;line-height:40px;}
.cont-rht{margin:0 auto; /*width:998px;*/}
.cpright p{margin:0;}
/*---Team--*/

/*---aside--*/

.aside{background-color:#0b2322;
padding-top:20px;
padding-bottom:10px;
}
.aside ul{list-style-image:url(Image/hand-icn.png);     color: #ccc;
list-style-position:inside; 
font-size:14px;
padding:5px 00px;
}

.aside ul li{
	line-height:35px; padding-left:10px;
}
.aside ul h2{background:#006ba5; font-size:20px; font-weight:800; text-align:center; line-height:40px;}
.aside ul li a {
    color: #fff;
    text-decoration: none;
	font-weight:bold;
	
}

.aside ul li:hover {
    padding-left:10px;
	transition:ease-in-out .5s;
	background:#0b2322;
}

/*---aside--*/

a{text-decoration:none;}

/*---footer--*/

.footer-bs {
    background: url(../image/ft-bg.jpg) no-repeat;
	background-attachment: fixed;
    color: #fff;
    background-size: cover;
	padding-top: 40px;
}
.footer-bs .container-middle p{color:#fff;}
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { padding:5px 5px; font-family: arial;
    font-size: 20px; color:#fff;
    font-weight: bold; text-transform:uppercase;}
.footer-bs .footer-brand p { font-size:14px; color:rgba(255,255,255,0.70); line-height: 24px; text-align:justify;}
.footer-bs p a{color: #eee;
    text-decoration: none;}
.footer-bs .footer-nav ul.pages { list-style:none;}
.footer-bs .footer-nav ul.pages li { padding:3px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {font-family:arial;
	font-size: 20px;
	text-transform: uppercase;
	font-weight:bold;
	padding: 5px 5px; color:#fff;margin-left: 16px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; /*padding:0px; */}
.footer-bs .footer-social h4 {
	font-family:arial;
	font-size: 19px;
	text-transform: uppercase;
	font-weight:bold;
	padding: 5px 5px;
	word-spacing:-1px; color:#fff;margin-left: 16px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
	font-family:arial;
	font-size: 19px;
	text-transform: uppercase;
	font-weight:bold;
	padding: 5px 5px;
	word-spacing:2px; color:#fff;
}
.footer-bs .footer-ns p { font-size:14px; color:rgba(255,255,255,0.70);  text-align:justify; line-height:24px;}

.icon-ul{list-style-image:url(../image/hand-icon1.png); padding-left:22px;}
.icon-ul li{padding-left:15px; margin-bottom:3px;}

/*---footer--*/

.top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  outline: none;
  background-color: #333;
  border:2px solid #fff;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 30px;
  transition: ease-in 0.5s;
}

.top:hover {
  background-color: #555;
}


#MenuControl, #HeaderControl_C, #HeaderControl{background: #0b2322;}
/*-----other-------*/


/*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: #006aa0;
    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: #006aa0;
    font-size: 19px;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 18px;}
.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{text-align:left;}
/*contact*/

#FooterrControl1_Footer{margin-top: -2px !important;}
#WidgetControl1, #WidgetControl1_C{    height: initial !important;}
.logo{    margin: 0 auto !important; height:inherit !important}
center #form1 #MenuControl{padding-left:0; padding-right:0;} 
center{overflow: hidden;}
.img-responsive{max-width: 100%;}
.table-responsive{overflow:hidden; border:0;}
@media (max-width: 1024px){
}
@media (max-width: 991px){
.ser-bx{float: inherit !important;
    width: 100% !important;}
#widgetsControl, #widgetsControl_C{height:inherit !important;}
.abt{padding-top: 10px !important;
    padding-bottom: 10px !important;}
.bann-lft {
    float: inherit !important;
    width: 100% !important;
}
.img-thumb{width: 115px;}
.bann-rht {
    float:inherit !important;
    width:100% !important;
    margin-left: auto;
	margin-top: 15px !important;
}
}
@media (max-width: 769px){
#MenuControl, #MenuControl_C{height: initial !important;}	
#widgetsControl_C{height:initial !important}
	}

@media (max-width: 767px){
.ab-team{margin-top:0 !important;}
.ser{margin:0;}

}



@media(max-width:736px){

#HeaderControl, #HeaderControl_C{height: initial !important;}	
header{padding: 10px 0;}	
.team-table{width:80%}
}

@media(max-width:640px){
.img-thumb{margin: 10px auto !important; float:inherit !important;}
.tm-content{ width: 100% !important; float:inherit !important;}
.top-nav-rht{display:none;}
}

@media(max-width:480px){

.top-nav-lft ul li{margin-right: auto !important;}
.team-table{width:100%}
}
@media(max-width:414px){

}
@media(max-width:375px){
.top-nav-lft{display:none;}
}
