figure {
  float: right;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
figure:hover {
    color: #FFF !important;
    background-color: #08569b;
}
img.scaled {
  width: 100%;
      /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      /*-webkit-transition: all .8s ease-in-out;  */
}
img.scaled:hover {
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
    }
.div_center{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*--------------testimonial--------------*/
#testimonial h2 {
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	position: relative;
	margin: 30px 0 60px;
}
#testimonial h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #8fbc54;
	left: 0;
	right: 0;
	bottom: -10px;
}
#testimonial .col-center {
	margin: 0 auto;
	float: none !important;
}
#testimonial .carousel {
	margin: 50px auto;
	padding: 0 70px;
}
#testimonial .carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
#testimonial .carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
#testimonial .carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
#testimonial .carousel .testimonial {
	padding: 30px 0 10px;
}
#testimonial .carousel .overview {	
	font-style: italic;
}
#testimonial .carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
#testimonial .carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
#testimonial .carousel .carousel-indicators {
	bottom: -40px;
}
/*#testimonial .carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
#testimonial.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
#testimonial .carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}*/
/*---------------------*/
body .container_wrap .avia-builder-el-first {
    margin-top: 0;
}
.av-special-heading {
    width: 100%;
    clear: both;
    display: block;
   /* margin-top: 50px;*/
    position: relative;
}
body .av-special-heading .av-special-heading-tag {
    padding: 0;
    margin: 0;
    float: left;
    color: #174E6E;
}
.av-special-heading-h6 .special-heading-border {
    height: 2.2em;
}
.special-heading-border {
    position: relative;
    overflow: hidden;
}
.special-heading-inner-border {
    display: block;
    width: 100%;
    margin-left: 15px;
    border-top-style: solid;
    border-top-width: 1px;
    position: relative;
    top: 50%;
    opacity: 0.15;
    filter: alpha(opacity=15);
}
.ord_list{
    color: #174E6E;
}
#h-color{
    color: #174E6E;
}
/* Zoom In #1 */
.hover01 figure1 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure1:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.main_color .special-heading-inner-border {
    border-color: #666666;
}
/*---------------collapse---------------*/

#accordion a:hover,#accordion a:focus{

    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}
#accordion .panel:before{
    content: "\f107";
    display: block;
    width: 1px;
    height: 100%;
    border: 1px dashed #6e8898;
    position: absolute;
    top: 25px;
    left: 18px;
}
#accordion .panel:last-child:before{ display: none; }
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 30px 10px 60px;
    margin: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1d3557;
    color: #174E6E;
    border-radius: 0;
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 40px;
    height: 100%;
    line-height: 40px;
    background: #174E6E;
    border: 1px solid #174E6E;
    border-radius: 3px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    content: "\f105";
    background: #fff;
    border: 1px solid #6e8898;
    color: #000;
}
#accordion .panel-body{
    padding: 10px 30px 10px 30px;
    margin-left: 40px;
    background: #fff;
    border-top: none;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 28px;
    letter-spacing: 1px;
}
/*#accordion table, #accordion td, #accordion th {
  border: 3px solid #174E6E;
  margin-top: 1rem;
  text-align: center;
}

#accordion #table1 {
  border-collapse: separate;
  border-color: #174E6E;
}*/

table td {
    padding: 0rem;
    /* vertical-align: top; */
    /* border-top: 1px solid #dee2e6; */
}
table td ul li{
    /*list-style: disc;*/
}

/*--- ul----*/
.side_col_ul
    {
        padding: 0;
        border-radius: 5px;
    list-style-type: none;
        background-color: #2a84ac;
        list-style-image: url(../img/ser_bul.png);
        list-style-position: inside;
        font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #FFF;
        width: 100%;
    }
    .side_col_ul li
    {
        border-radius: 5px;
        left: 0px;
        padding-left: 10px;
        padding-top: 5px;
        height: 40px;
        width: 100%;
    }
    .side_col_ul li:hover
    {
        border-radius: 5px;
        background-color: #126488;
        padding-top: 5px;
        height: 40px;
        width: 100%;
    }
    .side_col_ul li a
    {
        text-decoration: none;
        font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 17px;
        color: #FFF;
    }
    .side_col_ul li.side_col_ul_selected
    {
        background-color: #126488;
    }
/*--Competency page--*/
    .side_col_ul1
    {
        padding: 0;
        border-radius: 5px;
    list-style-type: none;
        background-color: #2a84ac;
        list-style-image: url(../img/ser_bul.png);
        list-style-position: inside;
        font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #FFF;
        width: 100%;
    }
    .side_col_ul1 li
    {
        border-radius: 5px;
        left: 0px;
        padding-left: 10px;
        padding-top: 5px;
        height: 37px;
        width: 100%;
    }
    .side_col_ul1 li:hover
    {
        border-radius: 5px;
        background-color: #126488;
        padding-top: 5px;
        height: 37px;
        width: 100%;
    }
    .side_col_ul1 li a
    {
        text-decoration: none;
        font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 17px;
        color: #FFF;
    }
    .side_col_ul1 li.side_col_ul_selected
    {
        background-color: #126488;
    }
/*------------------------know more--------------------*/
.mb-40{margin-bottom:40px}
.btn-hover-blue {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-red {
    background: #d25e45;
    color: #fff;
}
.inline-b {
    display: inline-block;
}
.p-10 {
    padding: 10px;
}
.ml-10 {
    margin-left: 10px;
}
.btn-hover-blue:hover {
    box-shadow: #2a84ac 500px 0 0 inset;
    color: #fff;
}
ul#font_size > li{
    font-size: 14px;
}
/*----civil---*/
ul#font_size_c > li{
    font-size: 14px;
    text-align: justify;
}
ul#font_size1 > li {
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.p_font{
    color: #174e6e;
    font-size: 15px; 
    text-align: justify;
}
footer{
    position: inherit;
    bottom: 0px;
    width: 100%;
}
.item {
    padding: 0 5px;
    margin: 0 10px;
}

/*float layout*/
.float {
  max-width: 1200px;
  margin: 0 auto;
    
}
.float:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.float-item {
  float: left;
}