/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 25, 2016, 2:43:02 AM
    Author     : Malay
*/
/* Overall */
body{font-size: 15px;}
p{text-align: justify;}
p,ul.list-default{font-size: 16px; line-height: 28px; margin-bottom: 20px;}
p.text-center{ margin-bottom: 20px;}
.text-center {    margin-bottom: auto;}
ul.list-default{list-style: disc;padding-left: 40px; margin-bottom: 20px;}

#team .team-item figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
}
#team .team-item figure img {
    width: 100%;
    height: auto;
}
#team .team-item figure figcaption {
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    width: 100%;
    -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
#team .team-item figure figcaption .details {
    position: absolute;
    top: 5%;
}
#team .team-item figure figcaption .content-white {
    font-size: 13px;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    line-height: 18px;
    width: 70%;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#team .team-item figure figcaption .orange-line {

    margin: 12px auto 6px;
    width: 0px;
    height: 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#team .team-item figure:hover figcaption {
    opacity: 1;
}
#team .team-item figure:hover .orange-line {
    width: 62px;
}
#team .team-item figure:hover figcaption .content-white {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
#team .team-item figure:hover .social a {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
#team .team-item .social {
    text-align: center;
    margin-top: 15px;
}
#team .team-item .social .facebook,
#team .team-item .social .twitter,
#team .team-item .social .google-plus {
    font-size: 14px;
    line-height: normal;
    outline: none;

    border-radius: 50%;
    color: #fff;

    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    margin-right: 5px;
}
#team .team-item .social .facebook {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
#team .team-item .social .twitter {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
#team .team-item .social .google-plus {
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}
#team .team-item .social a:hover {
    background: transparent;

}
#team .info {
    background: #F6F6F6;
    padding: 15px 0 1px;
    text-align: center;
}
#team .info h2 {
    color: #000;
    font-size: 18px;
}
#team .info p {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
}
.orange-line {

    margin: 12px auto 6px;
    width: 52px;
    height: 1px;
}
.orLF{margin-left: 0;}

#team-block-2 .team-member {
    padding-bottom: 15px;
    margin-top: 20px;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #666;
    border-bottom: 4px solid transparent;
}
#team-block-2 .team-member .face {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#team-block-2 .team-member .face img {
    width: 100%;
    height: auto;
}
#team-block-2 .team-member .member-info {
    text-align: center;
    padding: 24px;
}
#team-block-2 .team-member .member-info h3 {
    line-height: 30px;
    font-size: 30px;
    color: #fff;
}
#team-block-2 .team-member .member-info .position {
    color: #999;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
#team-block-2 .team-member .member-info .social-team {
    margin-top: 15px;
}
#team-block-2 .team-member .member-info .social-team a {
    color: #3D566E;
    margin: 0 4px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#team-block-2 .team-member .member-info .social-team a i {
    color: #ffffff;
    padding: 7px;
    background: transparent;
    font-size: 18px;
    line-height: 28px;
    border: 1px solid #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#team-block-2 .team-member .member-info .desc {
    margin-top: 15px;
    color: #ecf0f1;
}
#team-block-2 .team-member .member-info .social .fa-facebook:hover {
    background: #3b5998;
    color: #fff;
}
#team-block-2 .team-member .member-info .social .fa-twitter:hover {
    background: #00CAFB;
    color: #fff;
}
#team-block-2 .team-member .member-info .social .fa-google-plus:hover {
    background: #D23A1D;
    color: #fff;
}
#team-block-2 .team-member .member-info .social .fa-linkedin:hover {
    background: #007bb6;
    color: #fff;
}
#team-block-2 .team-member:hover {

    background: #777;
}

#team .team-item figure figcaption .orange-line {
    background: #c02e1f none repeat scroll 0 0;
}
.orange-line {
    background: #c02e1f none repeat scroll 0 0;
}
#team .team-item figure figcaption .orange-line {
    background: #c02e1f none repeat scroll 0 0;
}
#team .team-item .social .facebook, #team .team-item .social .twitter, #team .team-item .social .google-plus {
    background: #c02e1f none repeat scroll 0 0;
    border: 1px solid #c02e1f;
}


.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}
.tabs-left {
    border-right: 1px solid #ddd;
}
.tabs-right {
    border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
    float: none;
    margin-bottom: 2px;
}
.tabs-left>li {
    margin-right: -1px;
}
.tabs-right>li {
    margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}
.tabs-left>li>a {
    border-bottom: 1px solid transparent;
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display:block;
}
.tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

/*header */
header .navbar-brand{margin-top: -28px !important;}
header .navbar-brand img.img-responsive{max-width: 230px;}
header.fixed-header .navbar-brand img.img-responsive{max-width: 200px;}
header.fixed-header  .navbar-brand{margin-top: -18px !important;}
header .navbar-brand #stick-logo{display:none;}
header.fixed-header .navbar-brand #stick-logo{display:block;}
header.fixed-header #logo{display:none;}

/* top call to action */
.top-bar .contact-details li a{font-weight: bold;}
ul.social-list li a.facebook{
    background-color: #507CBE;color: #F6F6F6;
}

ul.social-list li a.twitter{
    background-color: #63CDF1;color: #F6F6F6;
}

ul.social-list li a.linkdin{
    background-color: #90CADD;
    color: #F6F6F6;
}
/*navbar*/


/*Main slider*/
#main-slide .slider-content{top:0%; margin-top: 0;}
.mSLC{top:50%; text-shadow: 1px 1px 3px #000; }
.mSRC{background: rgba(0,0,0,.35);color: #fff; height: 100%; padding-top: 7%; text-shadow: 1px 1px 3px #444; }
.pB h1>span,.pB ul.breadcrumbs{background: rgba(0,0,0,.45);color: #fff; padding: 10px 20px; text-shadow: 1px 1px 3px #444; }
.pB h1>span{display: inline-block;} .pB ul.breadcrumbs{margin-top: 8px;}
.pB ul.breadcrumbs li a{color: #fff;}
.pB ul.breadcrumbs li{color: #fdfdfd;}
.pB{ padding: 30px 15px;}
.mSRC h4,  .mSRC .icon-large, .mSLC h1{color: #fff;}
.mSRC .service-box {border: 2px solid #fff; height: 120px; padding-top: 10px;box-shadow: 0px 0px 3px rgba(0,0,0,0.35); }
.section { padding-top: 50px; padding-bottom: 50px;}

/* Footer */
.quicklink-widget li{ margin-bottom: 10px;}
footer a {color: #ddd;}
footer a:hover {color: #c02e1f;}

/******************contact form css by Kishore Chowdhury ****************************/

#after_submit, #email_validation, #name_validation {
	display:none;
}

#after_submit{
	background-color: #5cb85c;
	line-height: 31px;
	margin-top: 10px;
	padding: 0 0 2px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 4px;
	margin-right: 4px;
	color:#fff;
}

label.required:after {
  content:'*';
  color:red;
}

.error {
  background-color:#FFDFDF;
  color:red;
}
.error_message{
  font-style: italic;
  font-size: 12px;
  padding: 0 4px;
}
.cFR {
  margin:0;
}
#submit_button{
	text-transform: uppercase;
}
		
/******************contact form css by Kishore Chowdhury ****************************/

@media (max-width: 768px) {
	header .navbar-brand img.img-responsive {
		max-width: 190px;
	}
	header .navbar-brand {
		padding-top: 20px !important;
	}
}
/*.navbar-brand {padding: 17px 0;}*/
@media (max-width: 991px) {
    .navbar-brand {
        padding: 10px 15px;
    }
    #team .team-item figure figcaption .details{top: 30%;}
}
@media (max-width: 420px) {#team .team-item figure figcaption .details{top: 5%;}}