@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
body {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-size:auto;
	width:100%;
	min-height:auto;
	
}
ul {
	padding:0px;
}
ul li{list-style:none;}
a {
	text-decoration:none;
}
img {
	border:none;
}
.about-new{min-height:350px;}
.apply{width:320px; display: none;}
.header{border-top:6px solid #2e4b8d; padding:20px 0px; background:url('../images/header-bg.jpg'); background-size:100% 100%;}
.add{width:15%; float:left; position:relative; padding-left:5%;}
.add i{font-size:25px; color:#2e4b8d;}
.add-info{width:85%; float:left; position:relative;}
.add-info1 p{letter-spacing:1px !important;}
.add-info p{font-family: 'Raleway', sans-serif; font-size:14px; color:#999999; letter-spacing:1.1px}
.add-info p b{text-transform:uppercase; color:#000;}
.social ul{text-align:right;}
.social ul li{font-size:15px; color:3292929; display:inline;}
.social ul li a{color:#292929;}
.social ul li i{padding:10px; border-radius:30px; box-shadow: 0px 6px 0px #e1e1e1;}
.menu-bg{background:#222222;}
.banner img{width:100%; border-bottom:5px solid #222222;}
.service{background:#edefee; padding-bottom:40px;}
.service h2{border-left:3px solid #2e4b8d; padding-left:12px; font-size:25px; font-family: 'Raleway', sans-serif; font-weight:bold;}
.service h2 span{font-weight:300; font-size:15px;}
.pro-img img{width:100%; background:#2e4b8d; padding:5px; margin-top:30px;height:186px;}
.pro-img h3{margin:15px 0px 0px; font-family: 'Raleway', sans-serif; font-size:20px; text-align:center; color:#272727;}
.pro-img {
position:relative;
}
.pro-img .textbox {
width:100%;
height:186px;
position:absolute;
top:0;
left:0;
-webkit-transform: scale(0);
transform: scale(0);
border-radius:5px;
background:url('../images/pro-bg.png');
-webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
margin-top:30px;
text-align:center;
}
.pro-img:hover .textbox {
-webkit-transform: scale(1);
transform: scale(1);
}
.text {
padding:20% 0%;
}
.text a{color:#272727; text-decoration:none; font-size:20px; background:#fdc716; padding:15px 25px;}
.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.middle{background:#f7f7f7;}
.middle img{padding:25% 0%;}
.middle img{width:100%;}
.resp-tabs-list li{background:#272727 !important;}
.service1 h2{border-left:3px solid #2e4b8d; padding-left:12px; font-size:25px; font-family: 'Raleway', sans-serif; font-weight:bold; color:#fff;}
.service1 h2 span{font-weight:300; font-size:15px;}
.service1 p{font-size:16px; font-family: 'Raleway', sans-serif; color:#fff; text-align:justify; margin-bottom:10px;}
.test h2{font-size:15px; font-family: 'Raleway', sans-serif; color:#272727; text-align:center; font-weight:300; line-height:30px;}
.test h2 span{font-weight:bold;}
.client{background:#f2f2f2; padding-bottom:30px;}
.client h2{font-size:25px; font-family: 'Raleway', sans-serif; color:#2e4b8d; text-align:center; font-weight:bold;}
.map{position: absolute; width: 100%; z-index: 999;}
.map h2{border-left:3px solid #2e4b8d; padding-left:12px; font-size:25px; font-family: 'Raleway', sans-serif; font-weight:bold; text-transform:uppercase;}
.map h2 span{font-weight:300; font-size:15px;}
.map-out{position:relative;}
.caps {
    font-family: "Open Sans";
    font-size: 23px;
    color: #13427A;
    font-weight: bold;
    padding: 20px 0 20px;
}
.enq-form form input {
    border: 1px solid #2e4b8d;
    width: 49%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    height: 45px;
    margin: 5px 0px;
    color: #1a1d1c;
    padding: 0 10px;
	display:inline;
}
.enq-form form textarea {
    border: 1px solid #2e4b8d;
    width: 99%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    height: 90px;
    margin: 5px 0px;
    color: #1a1d1c;
    padding: 0 10px;
}
.enq-pic img {
    margin: 44px 0px 0px;
    border: 10px solid rgb(230, 230, 230);
}


.contact-box {
    width: 100%;
    display: block;
    margin: 0px 0 20px;
    padding: 0px;
    height: auto;
    background: #FFF none repeat scroll 0% 0%;
    position: relative;
}
.contact-box .add-row {
    width: 100%;
    display: block;
    margin: 0px 0px 35px;
    padding: 0px 0px 15px 50px;
    position: relative;
    border-bottom: 1px dashed #CCC;
}
.contact-box .add-row span {
    position: absolute;
    top: 0px;
    left: 20px;
    font-size: 22px;
    color: #13427A;
}
.contact-box .add-row p {
    width: auto;
    font: 1em/22px "Open Sans",Arial;
    color: #181818;
}
.send{
    background: #2e4b8d;
	width:25% !important;
    color: #fff !important;
    font-family: Century Gothic;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
	margin-top:20px;
}
.send:hover{background:#2e4b8d; color: #fff !important;}

.map-form{background:#fff; border:10px solid #f7f7f7; padding:20px; margin:10px 0px;}
.footer{background:#282929; padding:30px 0px 10px;}
.footer h2{font-size:22px; font-family: 'Raleway', sans-serif; color:#fff; font-weight:bold;}
.footer p{font-size:14px; font-family: 'Raleway', sans-serif; color:#fff; font-weight:300; text-align:justify;}
.footer ul{margin-left:15px;}
.footer ul li{font-size:14px; font-family: 'Raleway', sans-serif; color:#fff; font-weight:300; text-align:justify; list-style:disc;}
.footer ul li a{color:#fff; text-decoration:none; line-height:25px;}
.footer-icon{width:18%; float:left; position:relative; margin-bottom:10px;}
.footer-info{width:82%; float:left; position:relative; margin-bottom:10px;}
.footer-info p{font-family: 'Roboto Condensed', sans-serif; font-size:15px;}
.footer-icon i{background:#1b1b1b; border:1px solid #555555; padding:8px; color:#555555; font-size:20px;}
.clear{clear:both;}
.social1 ul li{font-size:15px; color:#292929; display:inline; background:#fff; padding:5px; border-radius:30px;}
.social1 ul li a{color:#292929;}
.new ul li{display:inline;}
.new input{height:30px; width:40%; display:inline;}
.new button{height:30px; background:#c4c5c6; padding:5px; color:#282929;}
.footer-end{background:#2e4b8d;}
.footer-end p{font-family:Century Gothic; font-size:14px; color:#fff; padding:5px 0px 0px;}
.footer-end a{text-decoration:none; color:#fff;}
.right p{text-align:right;}
.span8 {
    width: 100%;
    margin-bottom: 20px;
}
.contact h2{font-size: 22px;
font-family: 'Raleway', sans-serif;
color:#333;
font-weight: bold;}
.contact h3{color:#2e4b8d; font-size:17px; margin: 5px 0px;}
input, textarea, select {
    border: 1px solid #c6c5c5;
    background: #fff;
    color: #666;
}
select {
    height: 32px;
}
input, textarea, select {
    x-webkit-appearance: none;
    display: block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 10px;
    border: 1px solid #c6c5c5;
    margin-bottom: 10px;
    background: #fff;
    color: #666;
    font: 13px 'Open Sans', Arial, sans-serif;
}
.btn-green {
    background-color: #2e4b8d !important;
    color: #fff !important;
}

.btn {
    border: 1px solid #ccc;
    background-color: transparent;
    color: #444;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    margin: 0 5px 20px 0;
    background-color: transparent;
    color: #444;
    line-height: 18px;
    text-decoration: none !important;
    cursor: pointer;
}
.btn-reset {
    background-color: #4d4d4d;
    color: #fff;
}
.contact-icon i {
    background: #2e4b8d;
    border: 1px solid #555555;
    padding: 8px;
    color: #fff;
    font-size: 20px;
}
.divide{border-bottom:1px dotted #2e4b8d; float:left; margin-bottom:20px;}
.mar{margin-top:4%;}
.about h3{font-family:"Roboto", Helvetica, Arial, sans-serif; font-weight:600;}
.about p{color:#514F4F; font-weight:400; margin-bottom:10px; text-align:justify; font-size:14px; line-height:20px;}
.abt-img img{width:100%; margin-top:15%;}
.quality ul li {color: #fff !important; font-weight: 700; line-height:30px; text-align:center; font-size:17px;}
.quality{background:#2e4b8d; padding:20px 0px;}
.quality h3{font-family:"Roboto", Helvetica, Arial, sans-serif; font-weight:600; color:#fff; text-align:center; padding-bottom:25px;}
.quality p{color:#fff; font-weight:400; margin-bottom:10px; text-align:justify;}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #2e4b8d;
	font-size:14px; line-height: 22px;
								margin-bottom: 25px; margin-top:10px;  color:#333;
}
th{
	padding:10px 5px 5px; white-space:pre-wrap; text-align:center;
							 color:#333; font-size:14px; border: 1px solid #2e4b8d; font-family: "Roboto", Helvetica, Arial, sans-serif;
font-weight: 600;
}
td {
    padding:5px 15px;  vertical-align: middle; white-space: pre-wrap;
							 color:#000; font-family:Open Sans; font-size:14px; text-align:center; font-weight:400; border: 1px solid #2e4b8d;
}
@media screen and (max-width: 320px) {
	table {
		overflow-x: auto;
		display: block;
		width:100%;
	}
}
.about ul li {color: #514F4F; font-weight: 400; line-height:30px; font-size:17px;}
.sidebar{margin-top:25px;}
.sidebar h2{background:#333; margin:0px; color:#fff; font-size:18px; padding:15px 10px; font-family: "Roboto", Helvetica, Arial, sans-serif;}
.service-img{margin-top:25px;}
.service-img img{width:100%;}
.service-img h3{font-size:14px; color: #333333; font-family: "Roboto", Helvetica, Arial, sans-serif; font-size:18px; text-align:left; margin:8px 0px;
font-weight: 900;
line-height: 1.2;}
.service-img a{text-decoration:none !important;}

/* Tabs panel */
.tabbable-panel {
  border:1px solid #b3a6a6;
  padding: 10px;
  margin-bottom:20px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #2e4b8d;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #2e4b8d;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #2e4b8d;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
ul.feature{margin-left:10% !important;}
ul.feature li{line-height:20px; font-size:14px;}
ul.benefit li{line-height:22px; font-size:14px;}
ul.benefit li i{color:#2e4b8d;}
ul.feature li i{color:#2e4b8d;}
.about p b{color:#2e4b8d;}

.mainmenu {
    font-size: 16px;
    position: relative;
    margin: 0px auto;
    padding: 0;
}

.mainmenu > li {
    box-sizing: border-box;
    height: 48px;
    color: #fff !important;
    border-top: 1px solid #fff;
    background-color: #2e4b8d;
}

.mainmenu > li:first-child {
    border-top: 0;
    /*border-radius: 7px 7px 0 0;*/
}

.mainmenu > li:last-child {
    /*border-radius: 0 0 7px 7px;*/
}

.mainmenu > li span {
    line-height: 48px;
    display: block;
	padding:0px 10px;
}

.mainmenu > li .icon {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    padding: 14px 20px 0 20px;
}

.mainmenu > li .messages {
    font-size: 11px;
    line-height: 19px;
    display: block;
    float: right;
    width: 34px;
    height: 18px;
    margin-top: -33px;
    margin-right: 19px;
    padding: 0;
    text-align: center;
    background: url("../images/messages.png") no-repeat;
}

.expand-triangle {
    width: 100%;
    height: 10px;
    content: " ";
}

.expand-triangle img {
    width: inherit;
    height: inherit;
    /*margin-left: -40px;*/
    vertical-align: top;
}

/*------------ Sub Menu ------------*/
.submenu {
    font-size: 13px;
    box-sizing: border-box;
    content: " ";
    color: #ae9f9f;
	border:1px solid #333;
}

.submenu li {
    line-height: 24px;
   
	font-size:13px !important;
    /*margin-left: -40px;*/
    /*padding-top: 11px;*/
    transition: border-left 220ms ease-in;
    border-left: solid 6px #fff;
    background-color: #fff;
	color:#fff;
}
.submenu li a{text-decoration:none; color:#333;}
.submenu .chosen,
.submenu .chosen:hover {
    border-left: solid 6px #96d145;
}

.submenu li:hover {
    border-left: solid 6px #2e4b8d;
}

.submenu li span {
    margin-left:5px;
}
.rapi ul{margin-left:15px;}
.rapi ul li{color: #514F4F; list-style:disc; margin-bottom:8px;
font-weight: 400;
text-align: justify;
font-size: 14px;
line-height: 20px;}
ul.subpro li a{color:#2e4b8d; text-decoration:none;}
.about-new h3{font-family: "Roboto", Helvetica, Arial, sans-serif;
font-weight: 600; text-transform:uppercase; border-bottom:1px solid #000; padding-bottom:10px;
}
.about-new img{width:100%; margin:20px 0px;}
.about-div{width:50%; float:left; position:relative;}
.about-div1{width:100%; float:left; position:relative;}
.about-div ul li{color: #514F4F;
font-weight: 400;
line-height: 30px;
font-size: 17px;
}
.about-div ul li a{color: #2e4b8d;
text-decoration: none;
}
.modal-content input[type=text] {
    margin-top: 15px;
    padding: 6px;
    width: 49%;
    font-size: 14px;
    border: 1px solid #ccc;
    height: 45px;
	float: left;
	margin-right:1%
}
.modal-content textarea {
    margin-top: 15px;
    padding: 6px;
    width: 98.5%;
    font-size: 14px;
    border: 1px solid #ccc;
    height: 160px;
}
.modal-content input[type="submit"] {
    background: #dc0c17;
    border: none;
    color: #fff;
    width: 25%;
    font-size: 14px;
    padding: 10px 0px;
    border-radius: 3px;
    cursor: pointer;
    margin: 18px auto;
    margin-right: 2%;
    float: right;
}
.modal-content{padding:30px;}
.btn-right{float:right;}
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px;
  padding:5px;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top:30px;
  padding:5px;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
.client1 img{border:1px solid #eee;}
.mar-div{width:45%; float:left; position:relative;}