@charset "utf-8";
/* CSS Document */

*, * focus

{
    outline: none;
    _margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {font-style:normal; font-weight:normal; margin:0px; padding:0px;}
h1  {font-size:26px; font-family:Arial;  color:#e78400;}
h2  {font-size:22px; font-family:Arial;  margin-bottom:10px; margin-top:20px; color:#000; line-height:18px;}
h3  {font-size:16px; font-family:Arial; font-weight:bold; text-transform:none; padding-bottom:3px; margin-bottom:0px; color:#000; line-height:18px;}
p{font-family:Arial; font-size:14px; font-weight:normal; text-align:justify; line-height:28px; color:#444; margin:5px  0px 10px 0px; padding:0px; }

/******************************************************************************
BREADCRUMB
******************************************************************************/
#breadcrumb                          {width:100%; margin:0px; padding:0px; float:left; display:block; margin-bottom:20px; margin-top:10px;}
#breadcrumb ul.crumblist             {list-style:none; padding:0px; margin:0px; float:left}
#breadcrumb ul.crumblist li          {list-style:none; padding:0px; margin:0px; display:inline-block; float:left; color:#666666; display:block; background:url(image/bullet-breadcrumb.png) no-repeat right; padding-right:15px; padding-left:15px;}
#breadcrumb ul.crumblist li a        {color:#666666; text-decoration:none; text-transform:none; display:block; font:13px;}
#breadcrumb ul.crumblist li a:hover  {color:#e78400; text-decoration:none;}

#breadcrumb ul.crumblist li.last    {text-transform:uppercase; background:none; color:#000}
#breadcrumb ul.crumblist li.home    {padding-left:0px;}

.container-acc
{
    width:100%;
    border-bottom: 0px dotted #dcdcdc;
}

h2.acc_trigger
{
    border-top: 0px solid #fff;
    background: transparent;
    padding: 0px 0px 0px 0px;
    width: 100%;
    font-weight: normal;
    float: left;
    text-transform: none;
    margin:0px;
}
h2.acc_trigger a
{
    font-family:Trebuchet MS;
    font-size: 15px; 
    color: #1c3766; 
    text-decoration: none;
    line-height:16pt;
    display: block;
    font-weight: normal;
    padding: 5px 5px 5px 25px;
    background:#fff;
    background-image: url(image/icon-plus.png);
    background-position: left top;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ccc; -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 300ms linear; -ms-transition:all 300ms linear;
}

h2.acc_trigger a:hover
{
    color: #1c3766;
    font-weight: normal;
    padding: 5px 5px 5px 25px;
    background:#fff;
    background-image: url(image/icon-plus-mo.png);
    background-position: left top;
    background-repeat: no-repeat;
}

h2.acc_trigger .current
{
    color: #3e632f;
    font-weight: normal;
}

h2.active a, h2.active a:hover
{
    background-position: left top;
    font-weight: normal;
    color: #de3742;
    background-image: url(image/icon-minus.gif);
    background-position: left top; 
    background-repeat: no-repeat;
}

.acc_container
{
    overflow: hidden;
    font-size: 13px;
    width: 100%;
    padding:5px 0px;
    clear: both;
    border-bottom: 1px solid #ccc;
    display: block;
    background:#fff;
}
.acc_container .block
{
    width: 100%;
    clear: both;
    margin:0px;
}


.job-title
{
    font-family:Trebuchet MS;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    padding: 0px 0px 05px 0px;
}

a.apply:link, a.apply:visited, a.apply:active {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background: #fd950b;
	padding: 3px 8px;
	text-transform: uppercase;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
}
a.apply:hover {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background: #fd950b;
	padding: 3px 8px;
	text-transform: uppercase;
}




/************************************************************************************
I-PAD
*************************************************************************************/
  @media only screen and ( min-width: 767px) and ( max-width: 980px)
{
    .container-acc
{
    width: 100%;
    border-bottom: 0px dotted #dcdcdc;
}

h2.acc_trigger
{
    border-top: 0px solid #fff;
    background: transparent;
    padding: 0px 0px 0px 0px;
    width: 100%;
    font-weight: normal;
    float: left;
    text-transform: none;
    margin:0px;
}
h2.acc_trigger a
{
    font-family:Trebuchet MS;
    font-size: 15px; 
    color: #757575; 
    text-decoration: none;
    line-height:16pt;
    display: block;
    font-weight: normal;
    padding: 5px 5px 5px 25px;
    background:#fcfcfc;
    background-image: url(image/icon-plus.png);
    background-position: left top;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ccc; -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 300ms linear; -ms-transition:all 300ms linear;
}

h2.acc_trigger a:hover
{
    color: #00a6e6;
    font-weight: normal;
    padding: 5px 5px 5px 25px;
    background:#fff;
    background-image: url(image/icon-plus-mo.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

h2.acc_trigger .current
{
    color: #00a6e6;
    font-weight: normal;
}

h2.active a, h2.active a:hover
{
    background-position: left top;
    font-weight: normal;
    color: #e78400;
    background-image: url(image/icon-minus.gif);
    background-position: left top; 
    background-repeat: no-repeat;
}

.acc_container
{
    overflow: hidden;
    font-size: 13px;
    width: 96%;
    padding: 5px 10px 10px 10px;
    clear: both;
    border-bottom: 1px solid #ccc;
    display: block;
    background:#f1f1f1
}
.acc_container .block
{
    width: 96%;
    clear: both;
    margin:0px;
}


.job-title
{
    font-family:Trebuchet MS;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    padding: 0px 0px 05px 0px;
}

a.apply:link, a.apply:visited, a.apply:active {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background: #fd950b;
	padding: 3px 8px;
	text-transform: uppercase;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
}
a.apply:hover {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background: #fd950b;
	padding: 3px 8px;
	text-transform: uppercase;
}
}


 @media only screen and ( max-width: 768px)
{
    .container-acc
{
    width: 100%;
    border-bottom: 0px dotted #dcdcdc;
}

h2.acc_trigger
{
    border-top: 0px solid #fff;
    background: transparent;
    padding: 0px 0px 0px 0px;
    width: 100%;
    font-weight: normal;
    float: left;
    text-transform: none;
    margin:0px;
}
h2.acc_trigger a
{
    font-family:Trebuchet MS;
    font-size: 15px; 
    color: #757575; 
    text-decoration: none;
    line-height:16pt;
    display: block;
    font-weight: normal;
    padding: 5px 5px 5px 25px;
    background:#fcfcfc;
    background-image: url(image/icon-plus.png);
    background-position: left top;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ccc; -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 300ms linear; -ms-transition:all 300ms linear;
}

h2.acc_trigger a:hover
{
    color: #e78400;
    font-weight: normal;
    padding: 5px 5px 5px 25px;
    background:#fff;
    background-image: url(image/icon-plus-mo.png);
    background-position: left top;
    background-repeat: no-repeat;
}

h2.acc_trigger .current
{
    color: #00a6e6;
    font-weight: normal;
}

h2.active a, h2.active a:hover
{
    background-position: left top;
    font-weight: normal;
    color: #00a6e6;
    background-image: url(image/icon-minus.gif);
    background-position: left top; 
    background-repeat: no-repeat;
}

.acc_container
{
    overflow: hidden;
    font-size: 13px;
    width: 96%;
    padding: 5px 10px 10px 10px;
    clear: both;
    border-bottom: 1px solid #ccc;
    display: block;
    background:#f1f1f1
}
.acc_container .block
{
    width: 96%;
    clear: both;
    margin:0px;
}


.job-title
{
    font-family:Trebuchet MS;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    padding: 0px 0px 05px 0px;
}

a.apply:link, a.apply:visited, a.apply:active {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background: #fd950b;
	padding: 3px 8px;
	text-transform: uppercase;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
}
a.apply:hover {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background: #fd950b;
	padding: 3px 8px;
	text-transform: uppercase;
}
}


body{margin:0 !important; padding:0 !important; font-family:Arial !important;     font-size: 13px;
    font-weight: normal;
    color: #000;
    line-height: 24px;}


.container-middle{width: 1000px; margin:0 auto;     text-align: left; font-family:Arial !important;     font-size: 14px !important; line-height: 24px !important; font-weight: normal !important; color: #333;}
.container-middle-b{width: 1000px; margin:0 auto;     text-align: left; font-family:Arial !important;     font-size: 14px !important; line-height: 24px !important; font-weight: normal !important; color: #333;}

.container-middle a{color:#236fb6; text-decoration:none;}

p{margin-bottom: 10px;     margin-top: 0; text-align:justify;}	

h1{
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    color: #333;
    text-align: left;}
	
h2{     font-size: 25px;
    text-align: left;
    color: #0070c0;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: normal;}

h4{    font-size: 14px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;}

.cl{clear:both;}

/*color-box*/
.flip-front, .flip-back p a{background:#71cffc;}
.td-banner{background:#1c3766;}
.flip-back p a:hover{background:#0070c0;}
.flip-back p a:hover, .flip-back p a
.td-banner:hover, .td-banner,
.us-lk ul li:hover, .us-lk ul li,
.abt-hm, .abt-hm:hover,
.img-bn img:hover, .img-bn img
{transition:0.5s; -moz-transition:0.5s; -webkit-transition:0.5s;}


/*color-box*/

/*banner*/
.td-banner{    width: 320px;
    height: 245px;
    position: relative;
    border: 2px solid transparent;
    padding-top: 15px;}

.td-banner:before{    content: "";
    background-color: #fff;
    display: block;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; top:0;}
	
.td-banner:after{content: "";
    background-color: #fff;
    display: block;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;     bottom: 0;}
	
.img-bn{    text-align: center;}

.img-bn img{      background: #de3742;
    border-radius: 50%;
    padding: 10px 10px;
    border: 3px solid #062c6d;
    box-shadow: 2px 3px 4px #fff;}
	
	
.td-banner:hover .img-bn img{transform:rotate(360deg) scale(1.1);}
	
.td-banner:hover:after, .td-banner:hover:before{    left: 35px;
    opacity: 1;}

.td-banner:hover{transform: translate(0px,-6px);     box-shadow: 0px 4px 3px #ccc; border:2px solid #eee;}

.td-banner h2{ font-family: Helvetica, Arial;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
    /* background: rgba(10,60,100,0.1); */
    margin-top: 0;
    padding: 3px 0px 5px;
    font-size: 22px;
    margin-bottom: 0;}
	
.td-banner p{font-size: 14px;
    font-family: Helvetica;
    color: #fff;
    line-height: 20px;
    padding: 0 10px;}
	
.td-banner a{color: #fff;
    text-decoration: none;
    float: right;
    margin-right: 20px;
    font-size: 12px;}
/*banner*/

/*header*/

.top-nv{    background: #1e82b6;
    color: #fff;
    box-shadow: 0px 1px 1px #999;
    /* z-index: 9; */
    position: relative;}
.top-nv ul{margin:0; list-style:none; text-align:left;     font-size: 16px; padding-left: 0;}
.top-nv ul li{display:inline-block; color:#fff;     padding: 6px 0;}
.top-nv ul li img{    vertical-align: text-bottom; margin-right:8px; height: 18px;     float: initial;}
.top-nv ul li a{color:#fff;}

.top-nv .container-middle .fl-head{padding-top:0px;}

.top-nv .container-middle .fr-head img{margin-left:4px;}

.top-nv .container-middle .fr-head{padding-top: 5px;}

.container-middle .fl-head{font-family: 'Oswald', sans-serif;     padding-top: 15px;}
.fl-head h2{     font-weight: bold;
    text-transform: capitalize;
    font-size: 34px;
    margin: 0;
    margin-left: 25px;
    color: #093c85;
    text-shadow: 0px 4px 5px #999;
    margin-top:10px;
    font-family: sans-serif;
}

.fl-head h4{     font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    margin-top: 13px;
    color: #093c85;
    margin-bottom: 0;
    text-transform: capitalize;
    text-shadow: 0px 2px 5px #999;}
	
.fl-head{float: left;
    width: 620px;}
	
.fr-head{    float: right;  margin-top: 13px;}

.fr-head ul{list-style:none; display:inline-block; margin-bottom:0;}

.fr-head ul li{display:inline-block;     margin-left: 8px;}

.fr-head ul li img{    border-radius: 4px; transition:0.5s;}

.fr-head ul li img:hover{border-radius:50%; transition:0.5s;}

.fr-head h3{margin:0;     text-align: right;
    font-size: 22px;
    color: #089de3;}

.fl-head img{float: left;}

.content-head{float: left;}
/*header*/

/*home*/
.sep-dv{width:1000px; margin-right:10px;}

.hm-adt h2{    text-align: left;
    font-size: 19px;
    margin-bottom: 0;
    line-height: 24px;
    margin-top: 0;
    font-weight: 600;
    text-transform: initial;
    border-bottom: 1px dashed #0070c0;
    margin-bottom: 13px;     padding-bottom: 5px;}
	
.abt-hm{    float: right;
    padding-left: 0;
    width: 280px;
    border: 2px solid #0070c0;
    margin-left: 22px;
    margin-bottom: 8px;
    position: relative;
    border-radius: 15px 0px 15px 0px;}
		
.abt-hm:hover{    box-shadow: 4px 3px 4px #ccc;
    transform: translate(0,5px);}
	
.rd-more{width: 80px;
    height: 30px;
    border: 1px #000 solid;
    color: #000;
    margin-top: 30px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 32px;
	transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s; cursor:pointer;}
	
.rd-more a{color:#000; transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;}

.rd-more:hover{background:#d8ac41; border-color:#d8ac41;
transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;}
	
.rd-more:hover a{color:#fff;}


.flip-front img{     width: 210px;
    height: 152px;
    border-radius: 10%;
    border: 4px solid #0070c0;
    margin-top: 10px; box-shadow: 1px 5px 5px #1067a8;}

.hm-serv-inner{    width: 233px;
    height: 230px;
    margin: auto;
    position: relative;
    text-align: center; float:left; margin:0 8px;     border-radius: 10px;
    overflow: hidden;}
	
.hm-serv-inner h2{margin: 0;
    text-transform: capitalize;
    font-weight: bold;
    color: #333;
    font-size: 17px;
    margin-top: 16px;
    text-align: center;
    padding: 4px 0px;
    box-shadow: 0px 0px 3px #0070c0;}
 
.hm-serv{     background: #0070c0;
    padding: 15px 1px;
   }

.flip{width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10px;}

.flip-back{    -webkit-transform: rotatey(-180deg);
    -ms-transform: rotatey(-180deg);
    -moz-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
    background: #FFF;
    font-family: Arial;
    font-size: 14px;
    text-align: justify;
    color: #4E4E4E;
    line-height: 26px;
    padding-left: 3%;
    padding-right: 3%;
    width: 94%;}
	
.hm-serv-inner:hover .flip{    -webkit-transform: rotatey(0deg);
    -ms-transform: rotatey(0deg);
    -moz-transform: rotatey(0deg);
    transform: rotatey(0deg);}
	
.hm-serv-inner:hover .flip-front {
    -webkit-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    transform: rotatey(180deg);
}

.flip-back p a{    color: #333;
    float: right;
    padding: 0px 12px;
    border-radius: 5px;
    font-size: 12px;
    box-shadow: 2px 2px 0px #ccc;
    line-height: 24px; margin-top: 10px;}
	
.flip-back p a:hover{border-radius:30px;}
/*home*/


/*footer*/
footer{margin-top: 0px; background: #089de3;}

footer h2{     font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    border-bottom: 1px #777 dashed;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;}

footer .container-middle a{    color: #fff;}

.col-three{float:left; width:31%; margin:1%;}

.mar-ft{margin-top: -22px;}

.us-lk ul{    list-style-type: circle;
    font-size: 13px;
    margin-bottom: 0;
    color: #fff;}

.us-lk ul li{line-height: 20px; margin-bottom: 4px;}

.us-lk ul li:hover{padding-left: 5px;}

.us-lk ul li:hover a{color:#eee !important;}

footer a{color:#009ccf;}

.ft-soc ul{font-size: 16px;     margin-bottom: 0;     list-style: none;}
	
.ft-cont strong{color:#fff;}

.ft-cont p{margin-bottom:8px; font-size: 13px; line-height: 20px;     color: #fff;}

.copyrht{background: #037ab1;     margin-top: 10px;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}
	
.copyrht p{margin-bottom:0;     color: #fff;}

#FooterrControl1_tr_FooterBackImage{background-image:none !important;}

.cprht-lft{float:left;}

.cprht-rht{float:right;}

.cprht-rht a{color:#fff;}

/*footer*/



/*team*/
.team-bx p{line-height:24px !important;}

.team-bx{     border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 25px;
    margin-top: 28px;}
	
.team-bx h3 img {
    /* vertical-align: -webkit-baseline-middle; */
    float: left;
    margin-right: 12px;}

.team-bx h3{font-size: 16px; margin-bottom: 4px;}

.team-bx h3 span{    display: block;
    font-size: 16px;
    color: #888;
    font-weight: 600;
    font-style: italic;}

.team-bx:nth-last-child(1){border-bottom:0;}

.team-table{border-color: #ccc; border-right:1px solid #ccc;}
.team-table td{border:0; border-bottom:1px solid #eee;}

.team-table tr{transition:0.5s;
-webkit-transition:0.5s;
-moz-transition:0.5s;}

.team-table tr:hover{transition:0.5s;
-webkit-transition:0.5s;
-moz-transition:0.5s; background:#eee;}

/*team*/


/*contact*/
.map-cont{     margin-top: 20px;
    width: 56%;
    float: left;
    border: 1px solid #ddd;
    text-align: center;}
.bx-rht-cont{    width:40%;
    float: left;
    margin-left: 3%;}
.bx-rht-cont h2{text-align: left;
    font-size: 16px;
    font-weight: bold;     line-height: 18px; margin-top: 20px; 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: 16px; text-transform:uppercase;}
.cont-page p{font-size:14px;     line-height: 24px !important;}

.cont-page h2 span{    display: block;
    font-size: 14px;
    color: #999;
    font-weight: 500;
    margin-bottom: 10px;}
	
.head-bx{float: left;
    width: 50%;}
	
.contd-bx{float: left;
    width: 50%;}
	
.brn-bx h2{text-align:center;}

/*contact*/
.boxes a {
	color: #fff;
	font-size: 12px;
	padding: 6px 8px;
	width: 76 px;
	text-decoration: none;
	float: center;
	margin-right: 0px;
	background: #0070c0;
	border: 1px #1b67a1 solid;
	line-height: 0px;
	text-shadow: 1px 4px 3px rgba(0,0,0,0.4);
}
.boxes a:hover {
	background: #71cffc;
	color: #fff;
}






