@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700);
body {font-family: 'Source Sans Pro', sans-serif;  padding: 0px; margin: 0px; background-color: #fff; color: #333333; }
h1, h2, h3, h4, h5, h6 { margin-top: 0px; padding: 0px; text-transform: uppercase; color: #fff; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-transform: inherit; color: #121212; }
ul { margin-top: 0px; margin-bottom: 12px; list-style-type: none; padding: 0px; }
a {
    cursor: pointer; color: #1a1a1a; webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
a:hover, a:focus { text-decoration: none; color: #0a6d94; }
.btn {
	padding: 22px 26px;
	font-size: 24px;
	line-height: normal;
	font-weight:400;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	background: #0a6d94;
	color: #fff;
	text-transform: uppercase;
}
.btn:hover, .btn:focus { border: none; box-shadow: none; background: #042e3e; color: #fff; }

/*--header--*/
header{
	min-height:162px;
}
.top-bar{
	background-color: #0a6d94;
    padding: 7px 0;
}
.social-icon{
	text-align:right;
}
.social-icon ul{
	margin-bottom:0;
}
.social-icon ul li{
	padding-left:19px;
}
.social-icon ul li a{
	text-align:center;
	
}
.social-icon ul li a em{
	background-color:#fff;
	color:#042e3e;
	width:21px;
	padding:4px 0;
	border-radius:4px;
-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;	
}
.social-icon ul li a em:hover, .social-icon ul li a em:focus{
	background-color:#0a6d94;
	color:#fff;
}
.logo{
	padding-top: 18px;
}
.logo img{

}
.contact-us{
	padding-top:40px;
}
.contact-column:first-child{padding-left:0;}
.contact-column:last-child{padding-right:0;}
.contact-column ul {
    margin-bottom: 0;
}
.contact-column ul li strong {
    display: block;
    font-weight: 400;
}
.contact-column ul li em {
    font-size: 40px;
}
/*-- navbar --*/
.navbar-menu{
    background-color: rgba(6,0,0,0.7);
    border-top: 0px solid #bfc1c3;
    position: relative;
    z-index: 100;
}
.custom-navbar {
    margin-bottom: 0;
    min-height: auto;
	border:none;
}
.custom-navbar .navbar-collapse{
	padding:0;
}
.custom-navbar ul.nav li a {
    font-weight: bold;
    padding: 16px 33px;
    font-size: 16px;
	color:#fff;
}
.custom-navbar ul.nav li.active a {
	background-color: #0a6d94;
    color: #fff;
}
.custom-navbar .navbar-collapse ul.navbar-nav li a:hover, .custom-navbar .navbar-collapse ul.navbar-nav li a:focus{
	background-color:#f1f5f8;
	color:#333333;
}
.navbar-links{
	text-align:right;
}
.navbar-links a.btn-quote {
font-size: 16px;
    padding: 16px 50px;
    font-weight: bold;
    line-height: 23px;
}
/*-- banner --*/
.banner{
	margin-top:-55px;
}
.banner .item> img {
    width: 100%;
}
.banner-caption {
    text-shadow: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: inherit;
}
.banner-text .banner-column{
	padding-top:50px;
}
.banner-text .banner-column h1 {
    font-size: 72px;
    font-weight: bold;
    line-height: 64.8px;
    text-shadow: 7px 3px 10px #000;
}
.banner-text .banner-column a.btn-read {
    margin-top: 20px;
    padding: 24px 39px;
	box-shadow: 7px 3px 10px #000;
}
.control-icon{
	display:none;
}
/*-- section --*/
.section{
	padding-top:55px;
	padding-bottom:70px;
}
.sec-main-heading {
	padding-bottom:65px;
}
.sec-main-heading h3 {
    color: #0a6c93;
    font-size: 46px;
    font-weight: 300;
    line-height: 55.20px;
}
.sec-main-heading strong {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
}
.gallery-img{
	position:relative;
	overflow:hidden;
}
.gallery-img a img {
    transition: all 1s ease;
}
.gallery-img a:hover img {
    transform: scale(1.25);
}
.gallery-img span.img-link{
	position:absolute;
	top:inherit;
	bottom:0;
	right:0;
}
.gallery-img span.img-link ul{
	margin-bottom:0;
}
.gallery-img span.img-link ul li {
    background-color: #0a6d94;
    padding: 12px 31px;
    color: #fff;
    font-weight: bold;
}
.gallery-img span.img-link ul li:last-child {
    background-color: #042e3e;
    padding: 12px 11px;
    margin-left: -2px;
}
.gallery-text {
    background-color: #eaeff3;
    padding: 37px 36px 14.5px 15px;
}
.gallery-text h4 {
    color: #343434;
    font-weight: bold;
    line-height: 21.6px;
}
.gallery-text p {
    color: #042e3e;
    line-height: 16.8px;
}
/*-- content --*/
.content {
    background: url(../img/sec-bg-img.jpg) no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 77px;
}
.content-column{
}
.content-column h3 {
    font-size: 46px;
    font-weight: 400;
    line-height: 55.20px;
}
.content-column strong {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 45px;
    display: inline-block;
}
.content-column p {
    color: #fff;
    font-size: 24px;
    line-height: 28.8px;
}
.content-column a.btn-read {
    margin-top: 45px;
    padding: 23px 37px;
}
.content-column a.btn-read:hover, .content-column a.btn-read:focus{
	background-color:#fff;
	color:#042e3e;
}
/*--services-sec --*/
.services-sec{
	padding:85px 0;
}
.services-detail{
	padding-top:20px;
}
.services-detail h4 {
    color: #0a6c93;
    font-size: 46px;
    font-weight: 300;
    line-height: 55.2px;
}
.services-detail strong {
    font-size: 22px;
    line-height: 28.8px;
    font-weight: 300;
    margin-bottom: 40px;
    display: inline-block;
}
.services-detail p{
	font-size:15px;
}

.services-detail ul{
	margin-bottom:30px;
}
.services-detail ul li {
    padding-bottom: 20px;
    font-size: 24px;
}
.services-detail ul li:last-child {
    padding-bottom: 0;
}
.services-detail ul li em {
    border: 2px solid #0a6d94;
    font-size: 14px;
    color: #0a6d94;
    border-radius: 50%;
    margin-right: 15px;
    padding: 5px 5px;
}
.services-img span {
    border: 15px solid #042e3e;
    border-radius: 100%;
	display:block;
	overflow:hidden;	
}
.team-img span {
    border: 5px solid #042e3e;
	display:block;
	overflow:hidden;
	padding:5px;	
	float:left;
}

/*-- footer --*/
.copy-right p{
	color:#fff;
	margin-bottom:0;
}
/* Animation delays */
.carousel-caption h1:first-child {
    animation-delay: 2s;
	padding-top:90px;
}
.carousel-caption h1:nth-child(2) {
    animation-delay: 3s;
}
.carousel-caption h1:nth-child(3) {
   animation-delay: 4s;
}
.carousel-caption .btn {
    animation-delay: 5s;
}
.inner-page-heading {
    background-color: #042e3e;
    padding: 15px 0;
}
.inner-page-heading h1{
	margin:0;
}
.inner-pages-data{
	font-size:15px;
}
.inner-page-logo{
	padding:30px 10px;
	border:1px #042e3e solid;
}
hr {
  border-top: 1px solid #042e3e;
}
.inter_accociates{
	margin-bottom:30px;
	max-width:700px;
}
.inter_accociates img{
	margin:30px 0 0 0;
}
.team-img{
	overflow:hidden;
}
.team-detail{
	padding-top:20px;
}
.team-detail h3 {
   	color: #0a6c93;
    font-size: 25px;
    font-weight: 500;
    /* line-height: 17px; */
}
.team-detail h4 {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
	margin-bottom: 5px;
    min-height: 35px;
}

.team-detail strong {
    font-size: 22px;
    line-height: 28.8px;
    font-weight: 300;
    margin-bottom: 40px;
    display: inline-block;
}
.team-detail p{
	font-size:15px;
}
.TTWForm .field, #form-title.field {
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
	clear:both;
   
}
.TTWForm .field label{

}
.TTWForm input, .TTWForm textarea{
	width:100%;
}
.TTWForm .error {
    font-size: 12px;
    color: #ff0033;
	margin:0 0 0 5px;
}
.TTWForm .btn {
	padding:10px 20px;
	font-size:16px;
	width:auto;
	float:left;
}

.TTWForm-container .success-message{
	font-size: 16px;
}
#map-container {
    height: 400px;
}
.contact-detail{
	font-size:20px;
}
.contact-detail strong{
	color:#0a6d94;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:60%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 1px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #000;
}
.carousel-indicators .active {
	border: 2px solid #ffffff;
    width: 15px;
    margin: 1px;
    height: 15px;
    background-color: #ffffff;
}
.carousel-control .fa {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
/*-- md --*/
@media (min-width: 992px) and (max-width: 1199px) {
.social-icon ul li {
    padding-left: 17px;
}
.custom-navbar ul.nav li a {
    padding: 24px 24px;
    font-size: 15px;
}
.banner-text .banner-column {
    padding-top: 30px;
}
.banner-text .banner-column h1 {
    font-size: 60px;
    line-height: 55.8px;
}
.gallery-img a.img-link ul li:last-child {
    margin-left: -3px;
}
.services-detail strong {
    font-size: 18px;
    line-height: 10.8px;
    margin-bottom: 30px;
}
.services-detail ul li {
    padding-bottom: 8px;
    font-size: 22px;
}
.copy-right p {
    font-size: 13px;
}
}

/*-- sm --*/
@media (min-width: 768px) and (max-width: 991px){
.contact-us {
    padding-top: 40px;
}
.list-inline > li {
    font-size: 12px;
}
.contact-column ul li em {
    font-size: 35px;
}
.custom-navbar ul.nav li a {
    padding: 18px 17px;
    font-size: 15px;
}
.navbar-links a.btn-quote {
    font-size: 15px;
    padding: 20px 37px;
}

.banner-text .banner-column h1 {
    font-size: 40px;
    line-height: 35.8px;
}
.banner-text .banner-column a.btn-read {
    margin-top: 20px;
    padding: 15px 40px;
}
.gallery-img a.img-link ul li {
    padding: 5px 15px;
}
.gallery-img a.img-link ul li:last-child {
    padding: 5px 10px;
    margin-left: -3px;
}
.gallery-text {
    padding: 20px 14px 15px 14px;
}
.content-column a.btn-read {
    margin-top: 30px;
    padding: 15px 35px;
}
.services-detail {
    padding-top: 0px;
}
.services-detail h4 {
    font-size: 40px;
    line-height: 40px;
}
.services-detail strong {
    font-size: 14px;
    line-height: 14.8px;
    margin-bottom: 15px;
}
.services-detail ul li {
    padding-bottom: 10px;
    font-size: 16px;
}
.services-detail ul li em {
    font-size: 10px;
    padding: 3px 3px;
}
.services-detail a.btn-service {
    padding: 15px 30px;
    font-size: 20px;
}
.copy-right p {
    font-size: 13px;
}

}

/*-- xs --*/
@media (max-width: 767px) {
.social-icon {
    text-align: center;
}
.contact-us {
    padding-top: 20px;
	 padding-bottom: 20px;
    text-align: center;
}
.contact-column {
    width: 33%;
}
.contact-column:first-child {
    padding-right: 0;
    padding-left: 15px;
}
.contact-column:last-child {
    padding-left: 0;
    padding-right: 15px;
}
.contact-column ul li {
    padding-left: 2px;
    padding-right: 2px;
}
.contact-column ul li strong {
    font-size: 12px;
}
.contact-column ul li span {
    font-size: 12px;
}
.contact-column ul li em {
    font-size: 30px;
}
.custom-navbar {
    margin-top: 0px;
}
.navbar-brand {
    height: inherit;
    padding: 10px 0px;
	width:40%;
}
.navbar-toggle {
    border: 1px solid #042e3e;
    margin-top: 25px;
    margin-right: 0;
}
.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background: #0a6d94;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
	top: 6px;
	transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
	background-color:
	transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
	top: -6px;
	transform: rotate(-45deg);
}
.navbar-collapse {
    box-shadow: none;
    max-height: inherit;
}
.navbar-nav {
    margin: 10px 0px;
	text-align:center;
	padding:0 15px;
}
.custom-navbar ul.nav li a {
    padding: 10px 30px;
    font-size: 14px;
}
.navbar-links {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}
.navbar-links a.btn-quote {
    padding: 15px 0px;
    display: block;
}
.banner-caption {
    position: static;
}
.banner-text .banner-column {
    padding: 20px 15px;
    text-align: center;
    background: #042e3e;
}
.banner-text .banner-column h1 {
    font-size: 50px;
    line-height: 49.8px;
}
.banner-text .banner-column a.btn-read {
    padding: 15px 40px;
    display: block;
}
.section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.sec-main-heading {
    padding-bottom: 20px;
}
.sec-main-heading h3 {
    line-height: 45.2px;
}
.sec-main-heading strong {
    font-size: 20px;
    line-height: 20.8px;
}
.gallery-column{
	margin-top:20px;
}
.gallery-column:first-child{margin-top:0;}
.gallery-img {
    text-align: center;
}
.gallery-img a img {
    width: 100%;
}
.gallery-img a.img-link ul li:last-child {
    margin-left: -3px;
}
.content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.content-column h3 {
    line-height: 45.2px;
}
.content-column strong {
    font-size: 20px;
    line-height: 20.8px;
    margin-bottom: 20px;
}
.content-column p {
    font-size: 16px;
    line-height: 20px;
}
.content-column a.btn-read {
    margin-top: 20px;
    padding: 15px 35px;
}
.services-sec {
    padding: 30px 0;
}
.services-detail {
    text-align: center;
}
.services-detail h4 {
    line-height: 45.2px;
}
.services-detail strong {
    font-size: 20px;
    line-height: 20.8px;
    margin-bottom: 20px;
}
.services-detail ul {
    margin-bottom: 20px;
    text-align: left;
}
.services-detail ul li {
    padding-bottom: 10px;
    font-size: 16px;
}
.services-detail ul li em {
    font-size: 10px;
    padding: 3px 3px;
}
.services-detail a.btn-service {
    padding: 15px 35px;
}
.copy-right{
	text-align:center;
	padding-bottom:20px;
}
.copy-right p {
    font-size: 12px;
}
}
@media (max-width: 479px){
.contact-column ul li strong {
    font-size: 10px;
}
.contact-column ul li span {
    font-size: 10px;
}
.contact-column ul li em {
    font-size: 20px;
}
.contact-us {
    padding-top: 10px;
    padding-bottom: 10px;
}
.banner-text .banner-column {
    padding: 20px 15px;
}
.banner-text .banner-column h1 {
    font-size: 30px;
    line-height: 30px;
}
.carousel-caption h1:first-child {
	padding-top:0;
}
.banner-text .banner-column a.btn-read {
    padding: 10px 40px;
    font-size: 20px;
}
.sec-main-heading h3 {
    line-height: 20px;
    font-size: 38px;
}
.sec-main-heading strong {
    font-size: 13px;
    line-height: 10px;
}
.gallery-text {
    padding: 15px;
    text-align: center;
}
.content-column h3 {
    line-height: 20px;
    font-size: 38px;
}
.content-column strong {
    font-size: 13px;
    line-height: 10px;
}
.content-column p {
    font-size: 14px;
    line-height: 16px;
}
.content-column a.btn-read {
    padding: 10px 40px;
    font-size: 20px;
    display: block;
}
.services-detail h4 {
    line-height: 24px;
    font-size: 35px;
}
.services-detail strong {
    font-size: 13px;
    line-height: 15px;
}
.services-detail a.btn-service {
    padding: 10px 40px;
    font-size: 20px;
}
}










