﻿/* header */
.company-header
{
	background-image: url('../Images/headers/sec-page-header.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
	position: relative;
	width: 100%;
	margin-top: 92px;
	overflow: hidden;
}
.timeline-content h3
{
	margin-top: 0px;
}

/* Corporate profile*/

.timeline .timelinenav
{
	height: 5px;
	background-color: black;
	margin: 30px 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}



.timeline .timelinenav li
{
	width: 76px;
	display: inline-block;
	list-style: none;
	float: left;
	font-size: 14px;
	margin: -5px 15px 0;
}
.timeline .timelinenav li a
{
	text-align: center;
	color: #000000;
	font-weight: 100;
}
.timeline .timelinenav li a:hover
{
	text-decoration: none;
}
.timeline .timelinenav li a:before
{
	width: 15px;
	height: 15px;
	background-color: Gray;
	border: 5px solid Gray;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: '';
	display: inline-block;
	float: left;
	margin-left: 17px;
}
.timeline .timelinenav li.active a, .timeline .timelinenav li a:hover
{
	color: #178FB8;
}
.timeline .timelinenav li.active a:before, .timeline .timelinenav li a:hover:before
{
	border-color: #178FB8;
	background-color: #178FB8;
}
.timeline .timeline-content
{
	display: none;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 40px;
	font-family: open_sansregular;
}
.timeline .timeline-content:first-child
{
	display: block;
}
.timeline .timeline-content.active
{
	display: block;
	transition: all 0.5s;
}
.timeline .timeline-content .timeline-icon
{
	font-size: 39px;
	line-height: 39px;
	margin: 10px 0 10px;
	display: inline-block;
}
.heading-area
{
	visibility: visible;
	-webkit-animation-duration: 0.6s;
	-moz-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.paragraph
{
	text-align: center;
}
.bottom-20
{
	margin-bottom: 20px;
}
bottom-0
{
	margin-bottom: 0;
}
/*.list-unstyled
{
	padding-left: 0;
	list-style: none;
}*/
.text-center
{
	display: inline;
	font-family: open_sansregular;
}

.last-cenetered
{
    margin-left:33%;
}


/*******Media Querie for Corporate*************/

/* Extra small devices (phones, less than 480px) */
@media only screen and (max-width: 1199px)
{
    .timeline .timelinenav
    {
	    background-color: Transparent;
    }

    .timeline .timelinenav li {
        width: 29%;
        margin:0px;
        padding:15px 0px 15px 30px;
    }
    .timeline .timelinenav li span {
        padding-left:10px;
    }

    .timeline .timeline-content
    {
    font-size:15px;
    }

    .last-cenetered
    {
        margin-left:29% !important;
    }

}



@media only screen and (max-width: 991px)
{
    .timeline .timelinenav li {
        width: 33%;
        padding:15px 0px;
    }

    .last-cenetered
    {
        margin-left:33% !important;
    }
}

/* Small devices (tablets, 768px and less) */
@media only screen and (max-width: 768px)
{  
    
    .timeline .timelinenav li {
        width: 50%;
        padding:15px 0px;
    }
    
    .timeline .timelinenav li a:before
    {
        margin-left: 0px;
    }
}

 /* Small devices (mobile, 480px and up) */
@media only screen and (max-width: 480px)
{  
    
    .timeline .timelinenav li {
        width: 100%;
        padding:15px 0px;
    }
    
    .timeline .timelinenav li a:before
    {
        margin-left: 0px;
    }
}  







/* Corporate profile End*/




/* Our advantage*/
.col-md-15, col-lg-15
{
	margin: 10px 0px;
}
.advantageItem
{
	text-align: center;
	padding: 10px;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	position: relative;
	
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-trasnsform: scale(1);
	-o-trasnsform: scale(1);
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.advantageItem:hover, .advantageItem.active
{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-trasnsform: scale(1.05);
	-o-trasnsform: scale(1.05);
	background-color: #f0f0f0;
	cursor: pointer;
}
.advantageItem:hover i, .advantageItem.active i
{
	background-color: #f9f9f9;
	border: 4px solid #fff;
}
.advantageItem > i
{
	margin-bottom: 10px;
	border: 4px solid #f3f3f3;
	border-radius: 100%;
	
	width: 70px;
	height: 70px;
	line-height: 62px;
	text-align: center;
}
.advantageItem.active > i, .advantageItem:hover > i
{
	color: #0A70A6;
	background-color: #F9F9F9;
}

.advantageItem h4
{
	margin-bottom: 20px;
}
.advantageItem p
{
	font-weight: normal;
	line-height: 23px;
	color: #999;
}
.advantage-hiddenContent
{
	display: none;
}
.advantage-hiddenContent.active
{
	display: block;
}
.advantage-hiddenContent.active p
{
	background-color: #f0f0f0;
	color: #999;
	font-size: 11pt;
	line-height: 23px;
	text-align: justify;
	padding: 20px 30px;
	margin: 10px -5px;	
	border-radius: 4px;
	
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

/*******Media Queries for Our Advantage**********/
@media only screen and (min-width: 1200px)
{
    .advantageItem {
        min-height: 385px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .advantageItem {
        min-height: 455px;
    }
}

/* Our advantage End*/

/*News & Technology*/
.news-container
{
	width: 100%;
/*	background-image: url('../Images/blue-bg.png');
	background-repeat: no-repeat;
	background-size: cover;*/
	background-color:#0A70A6;
	min-height: 410px;
}
.sectionHeader-white
{
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
}
.sectionHeader-white p
{
	padding: 15px 0px;
}

/* Carousel Intro */
.carousel-intro
{
	height: 250px;
	background-color: #fff;
	border-right: 3px solid #1289B3;
	/*margin-left: -15px;
    margin-right: -13px;*/
    
}
.caption-container
{
	position: relative;
	margin-bottom: 20px !important;
}
.caption-container-main
{
	height: 30px;
	position: relative;
	margin-top: 15px;
}
.title-block-text
{
	border-bottom: 5px solid #EFEFEF;
	color: #414146;
	text-align: center;
	font-family: 'OswaldLight' ,Arial,Helvetica,sans-serif;
	font-size: 22px;
	line-height: 36px;
	padding: 57px 5px 42px 5px;
}

/*Carousel Navigation*/
.carousel-navi
{
	position: absolute;
	bottom: -33px;
	right: 0;
}
.carousel-navi.caption-control
{
	bottom: -10px;
	position: absolute;
	right: 0;
}
.carousel-navi i.fa
{
	margin-top: 6px;
	font-size: 25px;
	color: #fff;
}
.carousel-next, .carousel-prev
{
	width: 38px;
	height: 38px;
	display: block;
	float: right;
	text-align: center;
	background-color: #b8bcc1;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
}
.carousel-next
{
	float: right;
}
.carousel-prev
{
	float: left;
}
.carousel-next:hover, .carousel-prev:hover
{
	background-color: #03A1E8;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
}
/* Carousel Intro End*/


/* CAROUSEL */
/*.news-carousel
{
	position: relative;
	overflow: hidden;
	height: 250px;
	width: 420px;
}*/
.news-carousel.col-lg-9.col-md-9.col-sm-9.col-xs-9.col-tn-9,
.carousel-intro.col-lg-3.col-md-3.col-sm-3.col-xs-3.col-tn-3,
#news .col-lg-12.col-md-12.col-sm-12.col-xs-12.col-tn-12
{	
	padding: 0;
}



#myTabContent .tab-pane
{
    padding:10px;
}

.news-carousel ul
{	
	list-style: none;
	padding: 0;
}
/*News Item*/
.news
{
	height: 250px;
}
.news-title
{
	font-weight: bold;
	height: 40px;
	color: #535961;
}
.news-title:hover
{
	color: #0F90CA;
}
.news-item
{
	padding: 0px 15px 0px 10px;
}
/*.title
{
	width: 190px !important;
	float: left;
	display: inline;
	background-color: #fff;
}*/
.news-item
{
	/*width: 210px !important;
	float: left;
	display: inline;*/
	padding: 0 8px;
	background-color: #fff;
}
.news-item-caption-container
{
	padding-top: 15px;
	padding-bottom: 12px;
	margin-bottom: 1px;
}
.item-title-main-container
{
	border-bottom: 2px solid #e6e7e6;
	padding: 0;
}
.item-title-text-container
{
	padding-bottom: 20px;
	display: inline-block;
}
.item-caption
{
	color: #9fa2a6;
	margin-top: 8px;
	padding: 10px 0px;
	text-align: justify;
	font-size: 10pt;
}
div.item-caption
{
	height: 115px;
}
p.item-caption
{
	margin: 0px;
	padding-left: 0px;
	border-bottom: 2px solid #9e9e9e;
	width: 67px;
	margin-bottom: -22px;
	height: 30px;
}
div.dotted-line
{
	border-top: 2px dotted #E6E7E6;
}
.news-more
{
	float: right;
	width: 35px;
	height: 35px;
	margin-top: -2px;
	display: block;
	text-align: center;
	cursor: pointer;
	
	background-color: #EE9D0F;
	background-repeat: no-repeat;
	background-position: center center;	
	
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
}
.news-more i
{
	color: #fff;
	font-size: 20px;
	margin-top: 5px;
}
.news-more:hover
{
	background-color: #fff;
}
.news-more:hover, .news-more:hover i
{	
	color: #EE9D0F;
}
/* CAROUSEL End*/

/*Technology*/
#tabs-title
{
	font-family: open_sansregular;
	font-size: 22px;
}
ul#myTab li
{
	font-family: open_sansregular;
	font-size: 15px;
	font-weight: bold;
	width:33.3333%;
	text-align:center;
	
}
.paragraph
{
	color: White;
	font-family: open_sansregular;
	font-size: 14px;
}
.tabBackground
{
	background-color: #78BDDC;
	height:250px;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs > li > a 
{
	border:none;
	border-radius:0px;
	margin-right:0px;
}
.nav-tabs > li.active > a:hover
{
	background-color:#0F90CA;
	border:none;
	color:#FFF;
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #0F90CA;
    border: none;
    color:#FFF;
}
/*Technology End*/
/*News & Technology End*/

/*Management models*/
.service_vertical_box
{
	overflow: hidden;
	display: block;
}

.service_vertical_box .service-icon
{
	color:#0A70A6;
	float: left;
	clear: both;
	display: block;
	height: 35px;
	line-height: 35px;
	margin: 20px 0px;
	width: 55px;
}

.service_vertical_box p
{
	text-align: justify;
}

.service_vertical_box .readmore
{
	text-decoration:none;
	
}

@media only screen and (min-width:992px)
{
    .service_vertical_box
    {
	    margin-bottom: 20px;
    }
    .service_vertical_box p
    {
	    min-height:120px;
    } 
    .service_vertical_box h3 
    {
	    height:53px;
    }
}
@media only screen  and (min-width:992px) and (max-width:1199px)
{
    .service_vertical_box p
    {
	    min-height:140px;
    } 
    .service_vertical_box h3 
    {
	    height:70px;
    }
}
@media only screen  and (max-width:991px) 
{
    .service_vertical_box h3 
    {
	    height:45px;
	    margin-top:25px;
    }
}

@media only screen  and (max-width:300px) 
{
    .service_vertical_box h3 
    {
	    height:inherit;
    }
}