/* Ashok css here */

@font-face {
  font-family: 'Trebuchet MS', sans-serif;
  url('../f/Trebuchet-MS.ttf') format('truetype');
}
@font-face {
  font-family: 'SinkinSans';
  src: url('../fonts/SinkinSans-500Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Trebuchet MS';
  src: url('webfont.eot'); /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('trebuc.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('trebucbd.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('trebucbi.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('Trebuchet MS Bold Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('TrebuchetMSItalic.ttf')  format('truetype'), /* Safari, Android, iOS */
      
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}





html {
  font-family: 'Roboto' !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
background: #fff !important;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}

	.csrpolicy{
    padding-top: 15px;
    float: left !important;
    margin-left: 60%;
	}
	
	a.csrpolicy {
    color: #FFF !important;
	text-decoration: none;
    font-size: 14px;
    font-family: 'Roboto' !important;
    font-weight: bold;
}

a:hover.csrpolicy {
    
	text-decoration: underline;
    font-size: 14px;
    font-family: 'Roboto' !important;
    font-weight: bold;
}

a {
  background-color: transparent;
}
a.active {
    background-color: #185185 !important;
}

a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
  color: #fff !important;
}

a.sp-link:hover { color: #0a4c9f !important; }

a.sp-link { color: #0089d1 !important; }

p{font-family: 'Roboto' !important;font-variant: normal; font-weight: normal !important;
}

/*nav.navbar.navbar-default.navbar-fixed-top {
    position: relative; 
}*/

header {
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    margin-bottom: 0%;
}

ul.cb-slideshow {
    position: absolute !important;
    overflow: hidden;
    height:100%;
    /*height: 400px;*/
   /*height: 636px;
   max-height: 73.3%;*/
}

nav.navbar.navbar-default.navbar-fixed-top {
    position: absolute;
}

.navbar-default, .navbar-inverse {
    border: 0;
    margin-top: 0 !important;
    padding: 0px;
    background: transparent;
}

.navbar-brand{
    padding: 0 !important;
    float: none !important;
    margin: 0 !important;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.navbar-brand>img {
    display: block;
    width: auto !important;
    height: auto !important;
    //margin: -10px 0px 0px 60px;
    //margin: -6px 0px 0px 60px;
   }
.logo{background: #fff; padding: 20px 40px;
    overflow:hidden;
    float: left;
    max-width: 300px;
  

}

@media only screen and (min-width: 640px){
   .logo{
    
    padding: 0px 40px;
    /*height: 80px;
    line-height: 120px;*/
    height: calc(100vw/12);
    line-height: calc(100vw/12);


}
}
@media only screen and (min-width: 1280px){
.logo{
    max-width: 360px;
    //height: 106px;
}
}
@media only screen and (min-width: 1366px){
.logo{
    max-width: 360px;
    //height: 120px;
}
}


@media only screen and (min-width: 640px){
    .navbar-nav>li {
        float: left;
    }
    .navbar-default .navbar-nav>li>a {
       /* height: 80px;
      line-height: 80px;
      width: 90px;*/
      position: relative;
    }
    .navbar-default .navbar-nav>li>a:after {
        
        content: '';
        position: absolute;
        background-color: #c8cdd4;
        width: 1px;
        height: 100%;
        right: 0;
        top: 0;
    }
    .navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-family: /*'Roboto' !important;*/ 'SinkinSans';
    text-transform: uppercase;
    /*font-size: 16px; padding: 12px 5px 12px 5px;*/
   font-size: 10px;
   padding: 0;
    
    font-variant: normal;
    margin-top: 0px;
    font-weight: 400 !important;
    background-color: transparent;
   
    display: block;
     height: calc(100vw/12);
      line-height: calc(100vw/12);
      width: calc(100vw/12);

   
    
}
    
}
@media only screen and (min-width: 1280px){
    .navbar-default .navbar-nav>li>a {
        /*width: 106px;
        height: 106px;
        line-height: 106px;*/
    }
}
@media only screen and (min-width: 1366px){
    .navbar-default .navbar-nav>li>a {
        /*width: 120px;
        height: 120px;
        line-height: 120px;*/
    }
}
.navbar-default .navbar-nav>li>a span{
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
} 
.navbar-default .navbar-nav>li:hover {
    background-color: #ffffff !important;
    color: #000;
}
.navbar-default .navbar-nav>li:hover > a {
    background-color: #ffffff !important;
    color: #000 !important;
    transition: background-color .3s ease-in-out 0s;
}
.navbar-default .navbar-nav>li.active{
    background-color: white !important;
    color: #000 !important;
}
.navbar-default .navbar-nav>li.active > a{
     background-color: white !important;
    color: #000 !important;
}
a.active {
    color: #fff !important;
    background-color: #185185;
}

ul.nav.navbar-nav.navbar-right {
   // margin-top: -12px;
   margin: 0 !important;
}

.navbar-nav>li {
    
    /*margin-right: 10px;*/
       padding: 0;
    /*padding: 12px 15px 12px 15px;*/
    /*border: 1px solid #000;*/ 
      /*  background: url(../img/divider.jpg) no-repeat right 37px; */
      
      background-color: transparent;
      text-align: center;
      position: relative;
      transition: background-color .3s ease-in-out 0s;
    }

.col-lg-12.text-center.ceo-up {
    min-height: 0% !important; height: 100px !important;
}
.ceo{position: reletive; overflow: hidden; border-radius:10px; background: #eeeeee; position: relative; margin-top: 2.5%; margin-bottom: -4%;    box-shadow: 4px 7px 7px -2px; color: #ccc; }


.ceo img.img-responsive {
    
    padding: 50px;
}
footer .footer-below{color: #fff;}
footer .footer-below a{color: #fff !important;}
footer .footer-below a:hover{color: #185185;}

.intro-text{
	font-family: 'Roboto' !important;
    text-align: justify;
    font-style: italic;
    font-size: 14px;
    padding: 0px 30px 0px 0px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
}
span.name {
	font-family: 'Roboto' !important;
    font-size: 24px;
    font-style: italic;
    font-weight: normal;
    color: #185185 !important;
    color: #000;
}
.space{padding-top: 45px;}
.space1{padding-top: 10px;}

section#about h2 {
	font-size: 22px;
    float: left;
    text-align: left;
    color: #ffffff;
    font-family: 'Roboto' !important;
}
hr.star-light {
    border-color: #fff;
    display: none;
    
}
section.success {
    color: #fff;
    /*background: #145078 !important;*/
   background: url("../img/middle-banner.jpg") no-repeat scroll center center / 100% 100%;
}

section#about {
       /* padding: 70px 0px 50px 0px !important; */
}
.container-fluid {
    height: 280px;
}

/*footer .footer-below a:hover { color:#fff !important;}*/
.col-lg-12.col-lg-offset-2 {
    float: left;
    text-align: left;
    margin-left: 0% !important;
}

.intro-text{font-family: 'Roboto' !important;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
	
	text-align: justify;
    font-style: italic;
    /*font-size: 14px;*/
    padding: 0px 30px 0px 0px;
    color: #000;
    /*font-weight: bold;
    line-height: 30px;*/
}

span.name {
    color: #104E87 !important;}

p {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
}
section#about h2{    padding-bottom: 12px;border-bottom: 0px solid #fff;  line-height: 0px;}

footer .footer-col {
    /*margin-bottom: 50px;*/
    border-right: 1px solid;
}

footer .footer-above {
    padding-top: 35px;
    background-color: #0288CF !important;
}

footer .footer-below {
    padding: 0px 0 !important;
    background-color: #185186 !important;
}

.btn-social {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
   }
   
   .list-inline {
    padding-left: 0;
    list-style: none;
    /* margin-left: -5px; */
    float: right !important;
    margin-right: 0px !important;
}

footer .footer-below a {
    color: #13B3B1;
}
.btn-social{background-color: #fff;}
footer .footer-col {
    margin-bottom: 34px !important;
}

.list-inline>li {
    display: inline-block;
    padding-left: 0px !important;
    padding-right: 3px !important;
}

.foo{padding-top: 18px;
    margin-left: 0px !important;
    padding-left: 15px !important;
    text-align: left;
    font-size: 12px;
        font-weight: normal !important;
    font-family: 'Roboto' !important;}

footer .footer-col {
    padding-top: 10px;
    padding-bottom: 10px;
}

    
/*li.main ul.sub-main:hover{display: block !important;}
li.main ul.sub-main{ display: none;}*/


section#news-section h2 {
    padding-bottom: 15px;
    border-bottom: 0px solid #16558A;
    line-height: 0px;
}
section#news-section h2 {
    font-size: 22px;
    float: left;
    text-align: left;
    color: #16558A;
    font-family: 'Roboto' !important;
}

/* Global */
body {
    background: #3399cc;
    padding: 40px;
}  

img { max-width:100%; }

a {
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease; 
	}
    a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
        filter: alpha(opacity=50); /* IE7 */
        /*opacity: 0.6;*/
        text-decoration: none;
    }


/* Container */
.container-fluid {
    background: #FFFFFF;
    margin: 40px auto 10px;
    padding: 20px 40px 0;
    max-width: 960px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}


/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
    }
    .page-header h3 {
        line-height: 0.88rem;
        color: #000;
        }



/* Thumbnail Box */
.caption h4 {
    font-size: 1rem;
    color: #444;
    }
    .caption p {
        font-size: 0.75rem;
        color: #999;
        }
        .btn.btn-mini {
            font-size: 0.63rem;
            }


/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
    }
    .carousel-control{
        background: #666;
        border: 0px;
        border-radius: 0px;
        display: inline-block;
        font-size: 34px;
        font-weight: 200;
        line-height: 18px;
        opacity: 0.5;
        padding: 4px 10px 0px;
        position: static;
        height: 30px;
        width: 15px;
        }


/* Footer */
.footer {
    margin: auto;
    width: 100%;
    max-width: 960px;
    display: block;
    font-size: 0.69rem;
    }
    .footer, .footer a {
        color: #c9e4f7;
        }
        p.right  { 
            float: right; 
            }


/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
    text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
    word-break: break-all;
    }
}


/* ADD-ON
-------------------------------------------------- 
body:after{content:"less than 320px";font-size:1rem;font-weight:bold;position:fixed;bottom:0;width:100%;text-align:center;background-color:hsla(1,60%,40%,0.7);color:#fff;height:20px;padding-top:0;margin-left:0;left:0}@media only screen and (min-width:320px){body:after{content:"320 to 480px";background-color:hsla(90,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}@media only screen and (min-width:480px){body:after{content:"480 to 768px";background-color:hsla(180,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}@media only screen and (min-width:768px){body:after{content:"768 to 980px";background-color:hsla(270,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}@media only screen and (min-width:980px){body:after{content:"980 to 1024px";background-color:hsla(300,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}@media only screen and (min-width:1024px){body:after{content:"1024 and up";background-color:hsla(360,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}

::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }

a, a:focus, a:active, a:hover, object, embed { outline: none; }
:-moz-any-link:focus { outline: none; }
input::-moz-focus-inner { border: 0; }
*/

li.span3 {
    float: left;
    /*width: 50%;*/
   /*width: 45%;*/
  width: 100%;
    padding-right: 0px;
    text-align: left;
}

.thumbnail a>img {
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.container-fluid {
    background: none !important;
    margin: 0px !important;
    padding: 0px !important;
    max-width: 100% !important;
     box-shadow: none !important; 
         max-height: 220px;
}
.thumbnail{    border: none !important;}

.caption h4 {
    font-size: 18px;
    color: #145188;
     font-family: 'Roboto' !important;
    
    /*font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;*/
    padding-bottom: 15px !important;
    text-transform: capitalize;
}

.caption p {
    font-size: 14px;
    color: #383838;
    font-family: 'Roboto' !important;
}
/*a.carousel-control.left{background-image: url("../img/button-previous.png"); background-repeat: no-repeat; content: none !important;
    background-color: rgba(255, 255, 255, 0); opacity: 1;color: rgba(255, 255, 255, 0);text-shadow: none !important; width: 25px;}
a.carousel-control.right{background-image: url("../img/button-next.png"); background-repeat: no-repeat; content: none !important;
    background-color: rgba(255, 255, 255, 0); opacity: 1;color: rgba(255, 255, 255, 0);text-shadow: none !important; width: 25px;}
    
.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    opacity: 1;}*/




        
.carousel-control {
    background: #145388;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 69px;
    font-weight: 100;
    line-height: 14px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 41px;
}

.thumbnail {
    border: none !important;
    width: 100% !important;
    padding-bottom: 10px;
}
.date-post {
    width: 20%;
    float: left;
    min-height: 200px;
}

.caption {
    /*width: 80%;*/
   width: 100%;
    overflow: hidden;
}

.thumbnail {
	padding-top: 20px;
    border: none !important;
    width: 100% !important;
    height: 160px;
}

.date-post span {
    background: #185186;
    padding: 11px 15px;
    border-radius: 68px;
    /* padding-top: 67px; */
    font-size: 27px;
    color: #fff;
}

section#news-section {margin: 0; padding: 50px 0 50px; overflow: hidden;}

section#news-section .container-fluid{
    max-height: 100% !important;
    height: 100% !important;
}
.control-box {text-align: right;width: 100%;margin-top: -3%; 
text-align: right;
width: 100%;
margin-top: -3%;
float: right;}

/*.carousel-inner { padding-top: 2%;}*/


p.month_ptag {
    border-bottom: 1px dashed #114780;
    width: 40%;
    font-size: 21px;
    color: #114780;
    padding: 10% 7% 0% 0%;
    text-align: center;
    font-weight: 600;
    font-family: 'Roboto' !important;
    margin-left: 7%;
}

p.year_ptag {
    font-size: 21px;
    color: #114780;
    font-family: 'Roboto' !important;
    padding: 0% 7% 0% 8%;
    
}

ul.mission {
    text-align: left;
    text-decoration: none;
    list-style: initial;
    font-size: 14px;
    font-family: 'Roboto' !important;
}

ul.mission li{
    text-align: left;
    text-decoration: none;
    list-style: initial;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Roboto' !important;
}

ul.footer-menu {
    text-align: left;
    padding-left: 50px;
    font-weight: 600;
    line-height: 25px;
    }


ul.footer-menu li a{
    color: #fff !important;
    text-decoration: none;
     font-size: 14px;
    font-family: 'Roboto' !important;
        font-weight: bold;
}

ul.footer-menu li a:hover{
    color: #fff !important;
    text-decoration: none;
     font-size: 14px;
    font-family: 'Roboto' !important;
        font-weight: bold;
    text-decoration: underline;
}

.fa-dribbble:before {
    content: "\F0D2" !important;
}

a.carousel-control.left { background-image: url("img/left.jpg"); background-repeat: no-repeat; content: none !important; background-color: rgba(255, 255, 255, 0); opacity: 1; color: rgba(255, 255, 255, 0) !important; text-shadow: none !important; width: 35px; }
	a.carousel-control.right{ background-image: url("img/right.jpg"); background-repeat: no-repeat; content: none !important; background-color: rgba(255, 255, 255, 0); opacity: 1; color: rgba(255, 255, 255, 0) !important; text-shadow: none !important; width: 35px; }    

.col-lg-8.foo a{ color: #fff !important;}
.col-lg-8.foo a:hover {color: #0288CF !important;}

.fa-fw{color: #0288CF !important;}

.btn-social.btn-outline {font-size:13px; width: 25px; height: 25px;}
.fa-fw { position: relative; top: -2px;}
    

.modal-content {
    border: none !important;
    box-shadow: none !important;
}

.modal-body h2 {
    font-size: 20px;
    float: left;
    text-align: left;
    color: #16558A;
    font-family: 'Roboto' !important;
    padding-bottom: 25px;
    border-bottom: 4px solid #16558A;
    line-height: 0px;
}

a.more {
    color: #16558A !important;
    background: rgba(255, 255, 255, 0.60);
    border-radius: 5px;
    padding: 5px;
}

a.more-new {
    color: #fff !important;
    background: #16558A;
    border-radius: 5px;
    padding: 5px;
}
a.more-new:hover {
    color: #16558A !important;
    background: rgba(255, 255, 255, 0.60);
    border: 1px solid;
}

.carousel-inner {
    position: relative;
    overflow: visible;
    width: 100%;
    /*height: 185px !important;*/
}

/* drop down css here */

.dropdown-menu>li>a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-variant: normal;
    font-weight: normal !important;
    line-height: 1.42857143;
    color: /*#115292;*/#000; 
    white-space: nowrap;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-family: 'SinkinSans' !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    text-decoration: none !important;
        background-color: #185185 !important;
        color: #fff;
       
}

.caret{display: none;}
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
@media (max-width: 767px) {



  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 320px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  



/*@media screen and (min-width: 1281px) and (max-width: 1366px) { 

.ceo {
    position: reletive;
    height: 250px;
    border-radius: 10px;
    background: #eeeeee;
    position: relative;
    margin-top: 9% !important;
    margin-bottom: -5%;
    box-shadow: 4px 7px 7px -2px;
    color: #ccc;
    max-height: 250px !important;}
}*/
/* about us css start here */

/*header.about {background: rgba(224, 17, 17, 0.16);}*/
header.about {    background: url("../img/about-banner.jpg") no-repeat scroll center center / 100% 100%;

/*background-image: url("../img/slide1.jpg");*/
background-repeat-x: no-repeat;
background-repeat-y: no-repeat;
min-height: 350px;
}


ul.dropdown-menu {
    position: absolute;
    left: 0px !important;
    width: 200px;
    margin-top: 2px;
    
}

.btn.btn-mini {
    font-size: 12px;
    color: #fff;
    background: #145388;
    padding: 5px;
    margin-top: 15px;
    font-family: 'Roboto' !important;
}

.btn {
    border-width: 0px !important;
    border-radius: 0px !important;
}

.glyphicon-chevron-down:before {
    display: none !important;
}
i.indicator.glyphicon.glyphicon-chevron-up.pull-right {
    display: none !important;
}

.pvt {font-size: 16px;}

.control-box {display: none;}

.form-control{height: 35px !important;}

select.form-control {
    padding-top: 6px;
}

.col-md-3.text-center {
    text-align: left;
    padding-top: 7px;
}

input#image {
    padding-top: 5px;
}


.thumbnail{padding:15px 0px 4px 0px !important;}
.thumbnail .caption{padding: 0px !important;}

.fpso-list{
    padding-left: 0px;
    text-align: left;
}
.fpso-list a{
    color: #16558A;
    font-weight: 600;
    margin:  20px 0;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;

    font-size: 15px !important;
}
.fpso-list a:hover{
    color: #16558A !important;
    text-decoration: underline;
}
.fpso-heading{
    color: #16558A !important;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    margin: 15px 0 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.team-title{
    color: #104E87 !important;
    font-size: 22px;
    font-family: 'Roboto' !important;
    text-transform: capitalize;
    margin-top: 15px;
}

.team-pos{
    text-align: center;
        margin-top: 8px;
    line-height: 18px;
}

.team-main{ overflow: hidden; height: auto !important; width: 30% !important; padding-top:45px;margin: 0 auto !important; float: none !important;padding-bottom: 15px;

}

.team-main img.img-responsive{
    width: auto !important;margin: 0 auto;
}
.ns-title{
    line-height: 25px !important;
    padding-bottom: 0 !important;
    margin-bottom: 16px !important;
}
#myCarousel::after {

    content: "";
    display: block;
    position: absolute;
    bottom: 46px;
    left: 0;
    height: 50px;
    background-color: white;
    width: 100%;

}