/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri/Calibri.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Calibri/Calibri.otf')  format('opentype'),
  url('../fonts/Calibri/Calibri.woff') format('woff'), 
  url('../fonts/Calibri/Calibri.ttf')  format('truetype'), 
  url('../fonts/Calibri/Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Calibri-Bold';
  src: url('../fonts/Calibri-Bold/Calibri-Bold.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Calibri-Bold/Calibri-Bold.otf')  format('opentype'),
  url('../fonts/Calibri-Bold/Calibri-Bold.woff') format('woff'), 
  url('../fonts/Calibri-Bold/Calibri-Bold.ttf')  format('truetype'), 
  url('../fonts/Calibri-Bold/Calibri-Bold.svg#Calibri-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Calibri', sans-serif; color:#000; font-size: 17px; line-height:23px;
}

hr {
    /*max-width: 50px;*/
    border-color: #6a2875;
    border-width: 1px;
	margin:10px 0;
	text-align:center;
}

hr::after {content:""; width:100px; height:3px; background-color:#6a2875; display:inline-block; position:relative;top:-19px;}

hr.light {
    border-color: #fff;
}

a{color:#666;}

a:hover,
a:focus {color: #000; text-decoration:none;}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Calibri-Bold', sans-serif; color:#101a84; margin:30px 0; text-align:left; text-transform:uppercase; letter-spacing:3px;
}

/*h1 {font-size:40px; line-height:45px;}*/
h1 {font-size:40px; line-height:35px;}
h2 {font-size:25px; line-height:30px;}
h3 {font-size:20px; line-height:25px;}
h4 {font-size:16px; line-height:20px;}

/*h1:after {background: #000; content: ""; display: block; height: 2px; position: relative; top: 10px; width: 5%; margin:20px auto 50px; }
h2:after {background: #000; content: ""; display: block; height: 2px; position: relative; top: 10px; width: 20%; margin:10px auto 50px; }
*/

p {
    margin-bottom: 30px;
    font-family: 'Calibri', sans-serif;
	font-size: 17px;
    line-height: 30px;
	color:#666;
}
.small {font-size:12px; color:#666; margin-bottom:10px;}

.bg-primary {
    background-color: #f05f40;
}

.bg-dark {
    color: #fff;
    background-color: rgba(0,0,0,0.8);
}
.bg-darkblue {
    color: #fff;
    background-color: rgba(31,47,98,0.8);
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 50px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Calibri',sans-serif;
    background-color: #ed2e59;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    font-family: 'Calibri',sans-serif;
    font-weight: 700;
    color: #f05f40;
}
.navbar-brand {padding:0;}
.nav-pills > li > a:hover {background-color:#fff; color:#169876;}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #993366;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #fff; border-bottom:solid 2px #fff;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #fff!important;
    background-color: transparent;
	border-bottom:solid 2px #fff;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}
.nav > li > a:focus, .nav > li > a:focus {background-color:transparent;}


@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: #ed2e59;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #000;
		border-bottom:solid 2px #ed2e59;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #000;
		border-bottom:solid 2px #ed2e59;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #000;
		border-bottom:solid 2px #fff;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #ed2e59;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #993366;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #000;
		border-bottom:solid 2px #fff;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #000;
		
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #000;
		border-bottom:solid 2px #fff;
    }
	
}

header {
    width: auto;
	padding:0;
	position:relative;
}

.innerheader {
    position: relative;
    width: 100%;
	/*height:110px;*/
    text-align: center;
	background-color:#e3e3e3;
}

.section-heading {
    margin-top: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 2px;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(0,0,0,.7);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
	background-color:#993366;
    bottom: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Calibri', sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 30px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 30px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #f05f40;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #f05f40;
    color: #fff;
    background-color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btnpro a{
    text-transform: uppercase;
    background-color:#666;
	padding:10px 10px !important; margin:10px;
	text-align:center; text-decoration:none;
	display:block; color:#fff;
	text-decoration:none;
	font-size:20px; border:solid 5px #fff;
}

.btnpro a:hover {background-color:#000;}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

.topmenu a {display:inline-block; color:#000; margin:5px 15px 0 0; padding:2px 5px; font-size:13px;}
.topmenu a:hover {background-color:#cb2229; border-radius:20px; color:#fff;}
.navbar {margin-bottom:0; border:none;}
.navbar-collapse {width:auto;}
.navbar-nav {float:right; margin:0; background-color:rgba(255,255,255,0.7); padding:0 10px;}
.navbar-nav > li > a {color:#101a84; font-family: 'Calibri'; font-size:17px; padding:25px 15px; border-bottom:solid 3px #fff; text-transform:uppercase;}
/*.navbar-nav > li > a:after {content: ''; display: block; height: 3px; margin-top:5px; width: 0; background-color: transparent; transition: width .5s ease, background-color .5s ease;}
.navbar-nav > li > a:hover:after {width: 100%; background-color: #000;}*/
.navbar-nav > li > a:hover, .navbar-nav li:hover > a.dir {border-bottom:solid 3px #101a84; color:#101a84; background-color: transparent;}
.dropdown-menu {background-color:#f59f26; color:#fff; padding:5px; border-radius:0; border:none; -webkit-box-shadow:none; box-shadow:none;}
.dropdown-menu li a {color:#fff; font-family: 'Calibri'; padding:5px 20px;}
.dropdown-menu li a:before {content:'-'; display:inline-block; margin:0 15px 0 0; padding:0;}
.dropdown-menu li a:hover {background-color:#f57224; color:#fff;}

.dropbtn {
    cursor: pointer; color:#555; font-family: 'Calibri'; font-size:13px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
	z-index:10;
    background-color: #f59f26;
    min-width: 160px;
	right:0;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 5px 10px;
    text-decoration: none;
	text-align:left;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    color:#105caa;
}


.clear {clear:both;}

input[type='submit']:hover {background-color:#000;}
::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
}
footer ::-webkit-input-placeholder {
   color: #fff;
}

footer :-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

footer ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

footer :-ms-input-placeholder {  
   color: #fff;  
}


.fa-facebook {
	background:#3b5998
} 
.fa-linkedin {
	background:#007bb6
}
.fa-twitter {
	background:#00aced
}

.footerbtm ul li a i:hover {
    opacity: .5;
}
	


.scrollToTop{
	width:35px; 
	height:35px;
	padding:10px; 
	text-align:center; 
	background: rgba(255,255,255,0.5);
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
    bottom: 50px;	right:15px;
	display:none;

}
.scrollToTop:hover{
	text-decoration:none;	background: rgba(255,255,255,1);
}

/* ==================================================

  Hover Effect

================================================== */

.product-left{
	text-align: center;
	margin-bottom: 20px;
}
/*--start-product--*/
.gallery{margin:15px 0 0 0;}
.product{
	padding:6em 0px;
}
.p-one {
	border: 1px solid rgba(24, 27, 42, 0.13);
	padding: 15px 15px;
}
.product-left:hover .p-one{
	border: 1px solid #8c2830;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.product-left:hover .p-one img{
	/* -webkit-transform: scale(0.9);
	Webkit: Scale up image to 1.2x original size;
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	opacity: 1; */
}
.p-one img {
  -webkit-transition-duration: 0.5s;
  /* Webkit: Animation duration; */
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  width:100%;
}
.product-left:hover .p-one p a{
	color: #8c2830;
}
.product-left:hover .mask{
	display:block;
}
.mask {
	display: none;
	position: absolute;
	top: 0%;
	left: 4%;
	background-color:rgba(0,0,0,0.5);
	width:92%;
	height:100%;
}
.mask span{
	background:#8c2830;
	color:#fff;
	font-size:15px;
	font-weight:400;
	padding:6px 12px;
	position: relative;
top: 40%;
}
.mask span:hover{
	text-decoration:none;
	background:#181b2a;
	transition: 0.7s all;
	-webkit-transition: 0.7s all;
	-o-transition: 0.7s all;
	-moz-transition: 0.7s all;
	-ms-transition: 0.7s all;
}
.product-one {
	margin-top: 4%;
}
.product-one:nth-child(1){
	margin-top:0;
}
.p-one h4{
	color: #242424;
	font-size: 18px;
	font-weight: 600;
	margin:10px 0 0 0;
}
.p-one p {
	font-size: 1.7em;
	color: #999;
	margin: 5px 0 0 0;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}
.p-one p a {
	text-decoration: none;
	color: #999;
}
.p-one p i {
	width: 25px;
	height: 18px;
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
}
.product-left:hover .p-one p i{
}
/*--end-product--*/

.no-padding {padding:0;}
input[type="checkbox"], input[type="radio"] {margin:3px 10px 3px 0;}
input[type="text"],
input[type="password"],
input[type="email"],
textarea, select {
  background-color: #f1f1f1; width:100%;
  border:none; padding:7px 10px; color:#000; margin:0 0 10px; font-size:14px; 
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
select {-webkit-appearance:none; -moz-appearance: none; -ms-appearance:none; appearance: none; background: url(../images/down.png) no-repeat 95% 50% #f1f1f1; padding:10px;}
input[type="file"] {margin-bottom:20px;}
input[type="submit"]{
  width:auto; background-color: #f59f25;
  padding:10px 30px; color:#fff; border:0px; font-family:'Lato-Bold'; font-size:15px; color:#fff; text-transform:uppercase;  
  -webkit-transition: 300ms; margin:0 0 5px;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
} 
input[type="submit"]:hover {background-color:#101a84;}
.jobform1 {width:50%; margin:0 auto;}
.jobform input[type="submit"], .jobform1 input[type="submit"]{
  background-color: #9ace23; 
  padding:5px 30px !important; color:#000; border:0px; font-size:18px; text-transform:uppercase;
  -webkit-transition: 300ms; 
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
} 
.jobform  input[type="submit"]:hover, .jobform1 input[type="submit"]:hover {background-color:#000; color:#fff;}
#contact input[type="submit"]{
  background-color: #23bdc5; margin:10px auto; display:table;
  padding:5px 30px !important; color:#fff; border:0px; font-size:20px; text-transform:uppercase;
  -webkit-transition: 300ms; 
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
} 
#contact input[type="submit"]:hover {background-color:#000; color:#fff;}
input[type="button"] {background-color:#000; color:#fff; padding:5px 20px 5px; border:0;}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus, select:focus {
	background-color: #f1f1f1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #666;
}
input[type="button"]:focus{
	background-color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #999;
} 

.no-margin {
  margin: 0;
  padding: 0;
}

.left {text-align:left;}
.right {text-align:right;}
.fleft {float:left;}
.fright {float:right;}
.list {margin:0; padding:0;}
.list ul {margin:0; padding:0; list-style:none;}
.list li {background:url(../images/list.png) no-repeat 0 5px; padding:0 30px; list-style:none; margin-bottom:16px; list-style-position:outside; color:#666;}
.list li a {list-style:none; color:#337ab7;}
.list li a:hover {color:#000;}
.list1 {margin:0; padding:0;}
.list1 ul {margin:0; padding:0; list-style:none;}
.list1 li {background:url(../images/list1.png) no-repeat 0 6px; padding:0 30px; list-style:none; margin-bottom:16px; list-style-position:outside; color:#666;}
.list1 li a {list-style:none; color:#337ab7;}
.list1 li a:hover {color:#000;}
.video {width:70%; height:auto; margin-top:50px; margin-bottom:130px;}

ul {margin:0; padding:0 0 0 0;}
.li li {margin-bottom:10px; list-style:none; background:url(../images/li.png) no-repeat 0 7px; padding-left:20px;}
.li1 li {margin-bottom:10px; list-style:none; background:url(../images/li1.png) no-repeat 0 12px; padding-left:20px;}

.orderli li {margin-bottom:10px; padding-left:15px;}

/* Carousel base class */
.carousel {
  height: 650px; background:url(../images/herobg.jpg) no-repeat; background-size:cover;
}
 
.carousel-caption {
  z-index: 10; text-align:left; left:5%; width:60%; bottom:auto; top:25%;
}
.carousel-caption1 {
  z-index: 10; text-align:center; width:100%; bottom:100px; position:absolute;
}

.carousel-caption h1, .carousel-caption h4 {font-family: 'Calibri-Bold', sans-serif; color:#fff; text-align:left; text-shadow:none; text-transform:uppercase; letter-spacing:0.1em; margin:20px 0;}
.carousel-caption p {font-size:20px; line-height:30px; margin:0;}
.carousel-caption h1 {font-size:40px;}
.carousel-caption1 h1 {font-size:40px; color:#fff; background:rgba(0,0,0,0.3); padding:30px;}
.carousel-caption h1:after {display:none;}
.carousel-caption h4 {font-size:20px;}
/*.carousel-caption p {font-family:'Lato-Light'; font-size:20px;}*/
/* Declare heights because of positioning of img element */
.carousel-img {width:30%; right:10%; top:15%; position:relative; float:right;}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 1;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel .item {
	height: 650px; -webkit-backface-visibility: visible; backface-visibility: visible;  
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
.carousel-control {top:auto; bottom:60px; right:0; position:absolute;}
.carousel-control.left {left:10px;}
.carousel-control.right {right:10px;}

.carousel-inner .item > img {-webkit-animation: zoom 20s; animation: zoom 20s;}
.culture-carousel .carousel-inner .item > img {-webkit-animation:none; animation:none;}
  
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.3, 1.3);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.3, 1.3);
  }
}

.grayscale img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.grayscale:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

footer {width:100%; background-color:#101a84; font-size:15px; color:#fff; padding:50px 0 0;}
footer ul {margin:0; padding:0;}
footer ul li {list-style:none; margin:0; padding:0;}
footer li a {margin-bottom:10px;}
footer h4, footer h4 a {color:#fff; margin:5px 0;}
footer p {color:#fff; font-size:15px; line-height:18px; text-align:center;}
footer a {color:#aaa;}
footer a:hover {color:#fff;}
footer hr {width:100%; border-width:1px; border-color:#283191; display:inline-block;}
footer hr:after {display:none;}
footer input, footer textarea {background-color:#0b125d !important; color:#fff !important; padding:5px 10px !important;}
footer input[type="submit"] {font-size:13px !important; text-transform:uppercase; color:#aaa !important; background-color:#03051a !important; padding:5px 20px !important;}
footer input[type="submit"]:hover {color:#fff !important;}

.social a {float:left; padding:2px 7px 0; margin:5px; font-size:12px; border:solid 1px #aaa; color:#aaa; border-radius:100px; text-align:center;}
.social a .fb {padding:5px 2px 0 !important;}
.social a:hover {border:solid 1px #fff;}
.social img {opacity:.5;}
.social img:hover {opacity:1;}


.desktop {display:block;}
.mobile {display:none !important;}
.fcred {color:#cb2229;}
.fcwhite {color:#fff;}
.fcblack {color:#000;}
.fcgray {color:#999;}
.fcblue {color:#101a84;}
.fcorange {color:#f59f25;}
.no-transform {text-transform:none;}
.no-border {border:none !important;}
.footerbtm {width:100%; background-color:#03051a; color:#555; padding:10px 0; margin-top:30px; text-align:center; display:inline-block;}
.footerbtm span {color:#137672;}
.graybg {width:100%; background-color:#f2f2f2; padding:10%; display:inline-block;}
.graybg h3 {font-size:30px !important;}
.graybg h3 span {font-size:20px; font-family: 'Calibri';}
label {font-weight:normal;}
.knowmore a {font-size:17px; color:#f59f26; padding:5px 0; text-transform:uppercase; transition: all 0.5s ease; display:inline-block; margin:0 auto;}
.knowmore a:hover {color:#fff;}
.knowmore1 a {font-size:17px; color:#f59f26; padding:5px 0; text-transform:uppercase; transition: all 0.5s ease; display:inline-block; margin:0 auto;}
.knowmore1 a:hover {color:#101a84;}

.apply a {color:#9ace23; font-weight:bold; padding:1px 10px; border:solid 1px #9ace23; border-radius:3px; transition: all 0.5s ease; text-transform:uppercase;}
.apply a:hover {background-color:#9ace23; color:#fff;}
.mart10 {margin-top:10px;}
.mart20 {margin-top:20px;}
.mart50 {margin-top:50px;}
.marb150 {margin-bottom:150px;}


.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-open .modal {background-color:rgba(0,0,0,0.9) !important;}

.modal-content {
  width:100%;
  margin:0 auto;
  height: 100%;
  min-height: 100%;
  border:none;
  border-radius: 0;
  box-shadow:none;
  background-color:transparent;
}
.close {z-index:100; position:relative; color:#fff; opacity:1; background-color:#666 !important; display:inline-block; padding:0 5px 5px !important;}
.close:hover {color:#ccc;}


.w80p {width:80%; margin:0 auto;}
.w70p {width:70%; margin:0 auto;}
.w50p {width:50%; margin:0 auto;}

/*.carousel.carousel-fade {height:450px;}*/
.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.1s ease;
	-moz-transition: opacity 0.1s ease;
	-ms-transition: opacity 0.1s ease;
	-o-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;
	opacity:0;
}

.carousel.carousel-fade .item h5 {text-align:left; text-transform:none;}
.carousel.carousel-fade .item p {font-size:15px; line-height:18px;}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}
.rmar30 {margin-right:40px;}
.carousel-indicators {right:90px; bottom:55px; left:auto; width:auto;}
.carousel-indicators li {background-color:#f58220; border:none;}
.carousel-indicators .active {background-color:#fff;}
.formdiv {width:340px; background-color:#5db8c6; vertical-align:top; border-radius:5px; display:inline-block; padding:10px 20px; position:relative; margin-top:-475px; right:9%; float:right; z-index:5;}
.formdiv h3 {font-family: 'Calibri'; margin-bottom:20px; font-size:25px; line-height:30px; text-transform:uppercase;}
.formdiv h3 span {font-family: 'Calibri'; margin-bottom:20px; font-size:25px; line-height:30px;}
.formdiv h3, .formdiv p {color:#000; text-align:center;}
.formdiv p {font-size:14px; line-height:16.5px;}
.book-visit-video {margin-top:80px;}
.calendar {background:url(../images/icon-calendar.png) no-repeat; width:19px; height:19px; position:absolute; top:10px; right:10px; z-index:10;}
.clock {background:url(../images/icon-clock.png) no-repeat; width:19px; height:19px; position:absolute; top:10px; right:10px; z-index:10;}

.modal-open .modal {background-color:rgba(0,0,0,0.8);}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper .video-modal-poster img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.videoWrapper .video-modal-poster:hover img {
  z-index:0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:solid 3px #666;
	background-color:#000;
}
.container {width:90%; margin:0 auto;}
.homeaboutdiv {margin:2% 0;}
.stripe-orange {width:9%; height:5px; background-color:#f59f25; display:inline-block; position:absolute; left:0; top:120px; z-index:1;}
.stripe-orange-right {width:9%; height:5px; background-color:#f59f25; display:inline-block; position:absolute; right:0; top:120px; z-index:1;}
.floatl {float:left;}
.floatr {float:right;}
.center {text-align:center;}
.chairtitle img {margin-right:-1px; float:right;}
.chairtitle h1 {margin:20px 0 10px;}
.chairtitle h3 {margin:5px 0;}
.chairmsg {width:100%; background-color:#f59f25; padding:4.65%; display:inline-block;}
.chairmsg p {font-style:italic; color:#f2f2f2; margin-bottom:0;}
.statdiv {margin:0;}
.stat {width:100%; background:url(../images/statdivbg.png) no-repeat #101a84; padding:30% 20% 40%; display:inline-block;}
.stat h1 {font-family:'Calibri'; font-size:80px; line-height:50px; color:#fff; margin:0 0 10px 0; text-align:center;}
.stat h4 {font-family:'Calibri'; color:#ccc; margin:0; letter-spacing:0; text-align:center;}
.statimg {position:relative; margin-top:-160px; display:inline-block;}
.homebusiness .graybg, .homebusiness .whitebg {padding:3.5% 9%;}
.investorsdiv {background:url(../images/investors.jpg) no-repeat; background-size:100%; margin:2% 0; padding:7% 5%; display:inline-block; transition: all 0.5s ease;}
.investorsdiv:hover {background-size:110%;}
.investorsdiv p, .careersdiv p {color:#ccc;}
.careersdiv {background:url(../images/careers.jpg) no-repeat; background-size:100%; margin:2% 0; padding:7% 5%; display:inline-block; text-align:right; transition: all 0.5s ease;}
.careersdiv:hover {background-size:110%;}

.aboutus {width:100%; height:650px; background:url(../images/about-bg.jpg) no-repeat; background-size:cover;}
.whiteoils {width:100%; height:650px; background:url(../images/whiteoils-bg.jpg) no-repeat top right; background-size:cover;}
.automotiveoils {width:100%; height:650px; background:url(../images/Automotive-Oils-2.jpg) no-repeat top right; background-size:cover;}
.culture {width:100%; height:650px; background:url(../images/careers-bg.jpg) no-repeat top right; background-size:cover;}
.innerintro {position:relative; margin-top:-300px;}
.innerintro-right {margin-top:280px; padding:0 30px;}
.innerintro-right p {text-align:justify;}
.stayahead {width:100%; background-color:#f59f25; display:inline-block;}
.stayli {padding:15% 5%;}
.stayli ul {margin:0; padding:0; }
.stayli li {list-style:none; margin:0; padding:0;}
.stayli li a {background:url(../images/list.png) no-repeat 0 25px; display:block; padding:20px 0 20px 30px; color:#fff; border-bottom:solid 1px #f8bc67; transition: all 0.5s ease;}
.stayli li a:hover {padding-left:50px; background:url(../images/list.png) no-repeat 20px 25px #f57224;}
.productbtn a {width:100%; background-color:#f59f25; color:#3e0d07; font-family:'Calibri-Bold'; padding:20px; margin:10px 0; text-align:center; text-transform:uppercase; letter-spacing:2px; display:block; transition: all 0.5s ease;}
.productbtn a span {margin:0 10px; transition:}
.productbtn a:hover {background-color:#f57224;}
.downloadbtn a {width:auto; background-color:#f59f25; color:#3e0d07; font-family:'Calibri-Bold'; padding:10px 10px 10px 20px; margin:10px 0; text-align:center; text-transform:uppercase; letter-spacing:2px; display:inline-block; transition: all 0.5s ease;}
.downloadbtn a span {margin:0 10px; transition:}
.downloadbtn a:hover {background-color:#f57224;}
.productinnerintro-right {margin-top:226px; padding:0;}
.productinnerintro-right div {padding:0;}
.productinnerintro-right3 {width:200px; margin:0 auto;}
.whiteoilsmain {width:100%; min-height:600px; background:url(../images/whiteoilsmain.jpg) no-repeat; margin:0; padding:5% 2%; background-size:cover;}
.automotiveslider .carousel, .automotiveslider .item {height:400px;}
.automotiveoilsmain {width:100%; min-height:600px; background:url(../images/Automotive-Oils-bottom.jpg) no-repeat; margin:0; padding:5% 2%; background-size:cover;}
.automotive-products-div div {width:18%; margin:0.8%; display:inline-block;}
.automotive-products-div .productbox a {min-height:250px; padding:0; margin:0; font-size:20px;}
.automotive-products-div .productbox a.motorcycle {background:url(../images/automotive-motorcycle.jpg) no-repeat center center #000; background-size:225%; transition: all 0.5s ease; display:inline-block;}
.automotive-products-div .productbox a:hover.motorcycle {background-size:250%;}
.automotive-products-div .productbox .overlay {width:100%; min-height:240px; background-color:rgba(0,0,0,0.5); display:block; z-index:1; position:relative; padding:70% 10% 20%; margin:0;}
.automotive-products-div .productbox:hover .overlay {background-color:rgba(0,0,0,0.6);}
.automotive-products-div .productbox .automatictransmission .overlay {padding:60% 10% 20%;}
.automotive-products-div .productbox a.car {background:url(../images/automotive-car.jpg) no-repeat center center #000; background-size:225%; transition: all 0.5s ease; display:inline-block;}
.automotive-products-div .productbox a:hover.car {background-size:250%;}
.automotive-products-div .productbox a.outboard {background:url(../images/automotive-outboard.jpg) no-repeat center center #000; background-size:225%; transition: all 0.5s ease; display:inline-block;}
.automotive-products-div .productbox a:hover.outboard {background-size:250%;}
.automotive-products-div .productbox a.dieselengine {background:url(../images/automotive-dieselengine.jpg) no-repeat center center #000; background-size:225%; transition: all 0.5s ease; display:inline-block;}
.automotive-products-div .productbox a:hover.dieselengine {background-size:250%;}
.automotive-products-div .productbox a.agriculture {background:url(../images/automotive-agriculture.jpg) no-repeat center center #000; background-size:225%; transition: all 0.5s ease; display:inline-block;}
.automotive-products-div .productbox a:hover.agriculture {background-size:250%;}
.automotive-products-div .productbox a.gasengine {background:url(../images/automotive-gasengine.jpg) no-repeat center center #000; background-size:225%; transition: all 0.5s ease; display:inline-block;}
.automotive-products-div .productbox a:hover.gasengine {background-size:250%;}
.automotive-products-div .productbox a.automotivegear {background:url(../images/automotive-automotivegear.jpg) no-repeat center center #000; background-size:225%; transition: all 0.5s ease; display:inline-block;}
.automotive-products-div .productbox a:hover.automotivegear {background-size:250%;}
.automotive-products-div .productbox a.automatictransmission {background:url(../images/automotive-automatictransmission.jpg) no-repeat center center #000; background-size:225%; transition: all 0.5s ease; display:inline-block;}
.automotive-products-div .productbox a:hover.automatictransmission {background-size:250%;}
.automotive-products-div .productbox a.automotivegreases {background:url(../images/automotive-automotivegreases.jpg) no-repeat center center #000; background-size:225%; transition: all 0.5s ease; display:inline-block;}
.automotive-products-div .productbox a:hover.automotivegreases {background-size:250%;}
.automotive-products-div .productbox a.constructionsegment {background:url(../images/automotive-constructionsegment.jpg) no-repeat center center #000; background-size:225%; transition: all 0.5s ease; display:inline-block;}
.automotive-products-div .productbox a:hover.constructionsegment {background-size:250%;}


.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #101a84;         /* adjust as needed */
	font-size:17px;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
.panel-heading.active .accordion-toggle:after {
    color: #fff;
}
.panel {background-color:#101a84; color:#fff;}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {border:none; padding:30px;}
.panel-body p {font-size:14px; line-height:20px; margin-bottom:10px;}
.panel-body p, .panel-body h3, .panel-body li {color:#fff;}
.panel-group .panel {border-radius:0;}
.panel-heading {padding:0 30px;}
.panel-heading.active, .panel-heading.active a, .panel-heading.active a:hover {
  background-color: #101a84; color:#fff !important;
}
.panel-default {border:none;}
.panel-default > .panel-heading {border:none; color:#101a84; border-radius:0;} 
.panel-title {font-size:25px;}
.panel-title a {display:block; padding:20px 0;}
.panel-title a:hover, .panel-title a:focus {color:#101a84;}
.spectable {width:100%; overflow:hidden;}
.spectable th {padding:10px 20px; text-transform:uppercase;}
.spectable .sub td {text-transform:uppercase; font-size:14px;}
.spectable td {padding:5px 20px; font-size:13px;}
.note {font-size:14px; color:#ccc; background-color:#0b125c; padding:2px 5px; display:inline-block; margin:20px 0;}
.customspec {background-color:rgba(0,0,0,0.5); color:#ccc; padding:2px 5px; margin:5px; display:inline-block; font-size:14px;}
.customspecbtn a {background-color:#f59f25; padding:5px 10px; color:#fff; display:inline-block; margin:5px; transition: all 0.5s ease;}
.customspecbtn a:hover {background-color:#101a84;}
.w200px {min-width:200px;}
.productbox a {width:100%; min-height:150px; background:url(../images/emblem-bg.png) no-repeat 280% center #101a84; background-size:90%; padding:20% 10%; font-family:'Calibri-Bold'; font-size:25px; color:#fff; text-align:center; text-transform:uppercase; vertical-align:middle; margin:10px 0; border:solid 5px #fff; display:inline-block; transition: all 0.5s ease;}
.productbox a:hover {background-color:#0b125d; background-position:center; border:solid 5px #f59f25; color:#f59f25;}
.back a {position:absolute; top:20px; right:30px; font-family:'Calibri-Bold'; font-size:15px; letter-spacing:2px; color:#aaa; text-transform:uppercase;}
.back a i {color:#aaa;}
.openjob {
	width:100%;
	height:310px;
	background:url(../images/openjob-bg.jpg) no-repeat #1b1b1b;
	border-bottom:solid 60px #f59f25;
}

.jobdescription p {margin-bottom:0;}

.corporate {width:100%; height:650px; background:url(../images/corporate-bg.jpg) no-repeat; background-size:cover;}
.pad5-10p {padding:5% 10%; display:inline-block;}
.aim {width:100%; background:url(../images/aim-bg.jpg) no-repeat; padding:5% 0; display:inline-block;}
.aim h3, .aim h1 {color:#fff; text-align:center; letter-spacing:0;}


.team {width:100%; height:650px; background:url(../images/team-bg.jpg) no-repeat; background-size:cover;}
.chairman img {border:solid 10px #fff; box-shadow:0px 0px 10px #ccc;}
.chairman h3, .chairman h4 {text-align:center;}
.directors {width:100%; padding:50px 0; display:inline-block;}
.directors h1, .directors p {text-align:center;}
.director {width:100%; height:460px; background-color:#f2f2f2; border:solid 10px #e7e7e7; padding:10%; margin:20px 0; display:inline-block; transition: all 0.5s ease;}
.director h3, .director p {color:#333; text-align:center; margin-bottom:10px; transition: all 0.5s ease; text-transform:uppercase; letter-spacing:0; line-height:normal;}
.director img {border:solid 10px #fff; box-shadow:0px 0px 10px #ccc;}
.director:hover {background-color:#333;}
.director:hover img {box-shadow:none;}
.director:hover h3 {margin-top:10px; margin-bottom:20px; color:#fff;}
.director:hover p {width:100%; margin:-10px auto 10px; color:#fff;}
.knowmore2 a {width:100%; font-size:17px; background-color:#f59f26; color:#fff; padding:3px 0; text-transform:uppercase; text-align:center; transition: all 0.5s ease; display:table; margin:0 auto; display:none;}
.knowmore2 a:hover {background-color:#000;}
.director:hover .knowmore2 a {display:block;}

.governance {width:100%; height:650px; background:url(../images/governance-bg.jpg) no-repeat; background-size:cover;}
.awards {width:100%; height:650px; background:url(../images/awards-bg.jpg) no-repeat; background-size:cover;}
.certificate {width:90%; background-color:#333; padding:10% 5%; border:solid 10px #e7e7e7; margin:0 5%; display:inline-block;}
.shine-me:hover {
    -webkit-animation-name: ShineAnimation;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.12,.89,.98,.47);
	-ms-animation-name: ShineAnimation;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: cubic-bezier(.12,.89,.98,.47);
	animation-name: ShineAnimation !ie;
    animation-duration: 6s !ie;
    animation-iteration-count: infinite !ie;
    animation-timing-function: cubic-bezier(.12,.89,.98,.47) !ie;
	
}

@-webkit-keyframes ShineAnimation{
    from {
        background-repeat:no-repeat;
        background-image:-webkit-linear-gradient(
            top left,
            rgba(255, 255, 255, 0.0) 0%,
            rgba(255, 255, 255, 0.0) 47%,
            rgba(255, 255, 255, 0.2) 49%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0.2) 51%,
            rgba(255, 255, 255, 0.0) 53%,
            rgba(255, 255, 255, 0.0) 100%
        );
        background-position:-450px -450px;
        background-size: 800px 800px
    }
    to {
        background-repeat:no-repeat;
        background-position:450px 450px;
    }
}

.awardbg {width:100%; background:url(../images/awards-bg1.jpg) no-repeat #9694a2; background-position:bottom; padding:50px 0 450px; margin-top:100px;}
.awardbg h1, .awardbg p {color:#fff; text-align:center !important;}
.csr {width:100%; height:650px; background:url(../images/csr-bg.jpg) no-repeat; background-size:cover;} 
.policy div a {width:19%; padding:5% 2%; background-color:#f1f1f1; margin:0.2%; display:inline-block; transition: all 0.5s ease; float:left;}
.policy div a img {width:30%;}
.policy h3 {text-align:center; color:#f59f25; letter-spacing:0; margin:10px; font-size:15px; line-height:18px;}
.policy div a:hover {background-color:#ddd;}

.modalteam {padding:5% 0;}
.modalteamcontent {padding-right:20px;}
.modalteam img {border:solid 10px #fff;}
.modalteam h1 {margin:10px 0;}
.modalteam p {color:#fff;}

.investors {width:100%; height:650px; background:url(../images/investors-bg.jpg) no-repeat; background-size:cover;}
.media {width:100%; height:650px; background:url(../images/media-bg.jpg) no-repeat; background-size:cover;}
.network {width:100%; height:650px; background:url(../images/network-bg.jpg) no-repeat; background-size:cover;}
.locations {width:100%; height:650px; background:url(../images/location-bg.jpg) no-repeat; background-size:cover;}
.connect {width:100%; height:650px; background:url(../images/connect-bg.jpg) no-repeat; background-size:cover;}
#locations h3 {margin-bottom:15px;}
#locations p {line-height:25px;}