/*!
 * 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.
 */
@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,900');


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

body {
    font-family: 'Heebo', sans-serif;
	font-size: 17px;
	line-height:25px;
	color:#666;
}

hr {
    /*max-width: 50px;*/
    border-color: #ccc;
    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;}*/

a{color:#666;}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Heebo', sans-serif; color:#f15a22; margin:0 0 10px;
}

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

.bold {font-weight:900;}

/*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: 20px;
    font-family: 'Heebo', sans-serif;
	font-size: 17px;
    line-height: 25px;
	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: 'Heebo',sans-serif;
    background-color: #ed2e59;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    font-family: 'Heebo',sans-serif;
    font-weight: 700;
    color: #f05f40;
}
.navbar-brand {padding:0 15px;}
.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;}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center; width:80%; margin:0 auto;
}


@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: 100%;
	padding:0;
	position:fixed;
	z-index:100;
	top:0;
	background-color:#fff;
	box-shadow: 0 0 10px #999;
}

header .container {width:100%;}


.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: 'Heebo', 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;
}

.topright {float:right; width:200px; margin-top:-68px; margin-right:-15px;}
.toprightmobile {display:none; float:right; margin:20px 0;}
.navbar-brand > img {width:58%;}
.navbar {width:100%; margin:0; padding:0; border:none; background-color:transparent; border-radius:0; position:relative; z-index:10; /*box-shadow:0 0 5px #999;*/}
.navbar-collapse {width:auto;}
.navbar-nav > li > a {color:#666; font-family: 'Heebo'; font-weight:400; font-size:15px; padding:25px 10px;}
/*.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 {color:#f15a22; background-color: transparent;}
.dropdown-menu {min-width:200px; background-color:#4c4d4f; color:#fff; padding:5px; border-radius:0; border:none; -webkit-box-shadow:none; box-shadow:none; left:0 !important; border-top:solid 3px #f15a22;}
.dropdown-menu li {padding:0 10px;}
.dropdown-menu li a {color:#fff; font-family: 'Heebo'; padding:5px 10px; white-space:normal; border-bottom:solid 1px #59595a;}
/*.dropdown-menu li a:before {content:'-'; display:inline-block; margin:0 5px 0 0; padding:0;}*/
/*.dropdown-menu li a:hover {background-color:#f57224; color:#fff;}*/

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




.clear {clear:both;}

::-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:10px 20px; color:#000; margin:0 0 10px; font-size:15px; 
  -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 20px;}
.nb-form-inner input[type="text"],
.nb-form-inner input[type="password"],
.nb-form-inner input[type="email"],
.nb-form-inner textarea, .nb-form-inner select {
  background-color: #f1f1f1; width:100%;
  border:none; padding:5px 20px; color:#000; margin:0 0 5px; font-size:13px; 
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.nb-form-inner select {-webkit-appearance:none; -moz-appearance: none; -ms-appearance:none; appearance: none; background: url(../images/down.png) no-repeat 95% 50% #f1f1f1; padding:8px 20px; color:#666;}
input[type="file"] {margin-bottom:20px;}
input[type="submit"]{
  width:100%; background-color: #004c98;
  padding:10px 30px; color:#fff; border:0px; font-family:'Heebo'; 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:#003467;}

#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/li.png) no-repeat 0 8px; 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;}

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 {list-style:none; background:url(../images/li.png) no-repeat 20px 27px; padding:20px 20px 20px 40px; border-bottom:dashed 1px #ccc;}
.li1 li:hover {background-color:#fff; box-shadow:0 0 5px #ccc;}

.captionbtn a {font-size:15px; color:#00baf2; padding:5px 25px; text-transform:uppercase; transition: all 0.5s ease; display:inline-block; border:solid 2px #00baf2; border-radius:30px; line-height:30px; margin-top:10px; float:left;}
.captionbtn a:hover {color:#fff; background-color:#00c7f2;}
.captionbtn:before {width:65px; content:''; border:solid 1px #00baf2; margin-top:30px; float:left;}
.captionbtn:after {width:400px; content:''; border:solid 1px #00baf2; margin-top:30px; float:left;}

/*vertical carousel*/
.carousel-inner> .item.next ,  .carousel-inner > .item.active.right{ transform: translate3d(0, -100%, 0); -webkit-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); -moz-transform: translate3d(0, -100%, 0); -o-transform: translate3d(0, -100%, 0);  top: 0;}
.carousel-inner > .item.prev ,.carousel-inner > .item.active.left{ transform: translate3d(0, 100%, 0); -webkit-transform: translate3d(0, 100%, 0);  -moz-transform: translate3d(0, 100%, 0);-ms-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0); top: 0;}
.carousel-inner > .item.next.left , .carousel-inner > .item.prev.right , .carousel-inner > .item.active{transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);; -moz-transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); top:0;}
/*vertical carousel*/

.carousel {
  height: auto;
}
 
.carousel-caption {
  z-index: 10; left:0; right:0; width:90%; bottom:0; top:0; padding:0; text-align:left;
}

.carousel-caption h1 {font-family: 'Heebo', sans-serif; font-size:40px; line-height:45px; font-weight:900; color:#f15a22; text-align:left; text-transform:uppercase; margin:0 0 10px; padding-left:65px;}
.caption h2 {font-family: 'Heebo', sans-serif; font-size:30px; color:#4c4d4f; text-align:left; text-transform:uppercase; margin:10px 0; padding-left:65px;}
.carousel-caption p {font-size:20px; line-height:30px; margin:0;}

.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 {
	min-height: 100px; -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; left:auto; right:0; position:absolute;}
.carousel-control.top {right:20px; bottom:-20px;}
.carousel-control.bottom {right:20px;}

.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:#373737; font-size:15px; color:#666; padding:30px 0;}
footer ul {margin:0; padding:0;}
footer ul li {list-style:none; margin:0; padding:0;}
footer ul li a {margin-bottom:10px; display:inline-block;}
footer h4, footer h4 a {color:#666; font-weight:bold; margin:0;}
footer p {color:#666; font-size:15px; line-height:18px;}
footer a {color:#666;}
footer a:hover {color:#999;}
footer hr {width:100%; border-width:1px; border-color:#283191; display:inline-block;}
footer hr:after {display:none;}
footer input, footer textarea {background-color:#666 !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:right; padding:2px 8px; margin:0 3px !important; font-size:12px; border:solid 1px #777; color:#777; border-radius:100px; text-align:center; max-height:35px;}
.social a i {margin-top:5px;}
.social a .fb {padding:0 3px 0;}
.social a .insta {padding:0 1px 0;}
.social a:hover {border:solid 1px #fff; color:#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:#666;}
.fcblue {color:#265da0;}
.fcyellow {color:#f2b701;}
.fcgreen {color:#009534;}
.no-transform {text-transform:none;}
.no-border {border:none !important;}
.footerbtm {width:100%; background-color:#555b64; color:#ccc; padding:10px 0; margin-top:30px; text-align:center; display:inline-block;}
.footerbtm span {color:#137672;}
.footerbtm a {color:#ccc; font-weight:normal;}
.footerbtm a:hover {color:#fff;}
.graybg {width:100%; background-color:#f2f2f2; padding:5%; margin:10px 0; display:inline-block;}

.knowmore a {font-size:15px; color:#f15a22; padding:5px 25px; text-transform:uppercase; transition: all 0.5s ease; display:inline-block; margin:0 auto; border:solid 1px #f15a22; border-radius:30px; line-height:30px;}
.knowmore a:hover {color:#fff; background-color:#f15a22;}
.knowmore1 a {font-size:15px; color:#262627; padding:5px 25px; text-transform:uppercase; transition: all 0.5s ease; display:inline-block; margin:0 auto; border:solid 1px #262627; border-radius:30px; line-height:30px;}
.knowmore1 a:hover {color:#fff; background-color:#262627;}

.mart10 {margin-top:10px;}
.mart20 {margin-top:20px;}
.mart50 {margin-top:50px;}


.modal-dialog {
  /*width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;*/
  background-color:#fff;
}

/*.modal-open .modal {background-color:#434447 !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:#f15a22; opacity:1; font-size:40px; font-weight:normal; display:inline-block; padding:0 5px 5px !important; float:right; text-shadow:none;}
.close:hover, .close:hover span {color:#000; opacity:1;}
.close span {color:#f15a22; text-shadow:none; font-size:15px; font-weight:900; top:-5px; position:relative;}


.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;
}

.carousel-indicators {right:90px; bottom:55px; left:auto; width:auto;}
.carousel-indicators li {background-color:#f58220; border:none;}
.carousel-indicators .active {background-color:#fff;}

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

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
	background-color:#000;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*.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;
}*/

.floatl {float:left;}
.floatr {float:right;}
.center {text-align:center;}


.aboutgsez {width:100%; height:600px; background:url(../images/about-gsez-bg.jpg) no-repeat; display:inline-block; background-size:cover;}


#nav {
  width: 100%;
  position:static;
  top:-32px;
  background-color:#004c98;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
}
#nav ul {margin:0 auto; padding:0; display:table;}
#nav li {list-style:none; display:inline; border-right:solid 1px #3370ad;}
#nav li>a {padding:15px 20px; font-size:15px; color:#fff; text-transform:uppercase; display:inline-block; }
#nav li>a:hover, #nav .active a {background-color:rgba(0,0,0,0.5);}
.nav-justified > li {text-align:center;}

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }
  
}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #f2f3f2;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 

.martb30 {margin:30px 0; display:inline-block;}

.hero {width:100%; height:600px; background:url(../images/slide1.jpg) no-repeat; background-size:cover; padding:0; position:relative; margin-top:70px;}
.hero .caption {position:absolute; color:#fff; z-index:10; top:55%; left:50%; width:50%;}
.logo {width:100px; position:relative; margin:-120px auto 0; z-index:1;}
.inlinehead {margin-bottom:20px;}
.inlinehead h1, .inlinehead h2 {display:inline-block}
.inlinehead h2 {margin-right:10px;}
.dot:before, .dot:after {content:''; width:15px; height:15px; background-color:#ccc; border-radius:50%; margin:0 20px; top:-10px; position:relative; display:inline-block;}
/*.advantages div {width:19%; padding:2%; vertical-align:top; display:inline-block;}*/
.advantages div img {transition:all 0.5s ease; top:0; position:relative;}
.advantages div:hover img {top:-15px;}


.nb-form {
    position: fixed;
    z-index: 9999;
    width: 300px;
    background: #FFF;
    right: -300px;
    top: 20%;
    transition: all .8s cubic-bezier(.22, .67, .43, 1.22) .2s;
}
.nb-form:hover {
    right: 0px;
}
.nb-form .title {
    background: #f15a22;
    padding: 10px 50px;
    color: #fff;
    border-radius: 10px 10px 0 0;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg); /* Standard syntax */
	text-align:center;
	top:45%;
	left:-98px;
	position:absolute;
}
.nb-form input[type="submit"] {background: #f15a22;}
.nb-form-inner {padding:20px; border:solid 1px #f1f1f1;}

.innerpage {position:relative; display:inline-block; margin-top:70px;}
.whyuse {width:100%; height:270px; background:url(../images/why-use-bg.jpg) no-repeat; background-size:cover;}
.innerpage h1 {color:#fff; font-size:20px; margin-top:50px;}
.innerpage h1 span {font-size:50px; display:block;}
.breadcrumb {margin-bottom:0; background-color:#4c4d4f;}
.breadcrumb li.active, .breadcrumb li a, .breadcrumb > li + li::before {color:#999; font-size:12px;}


.abouttabs div {width:18%; margin:1%; overflow:hidden; position:relative; background-color:#000; float:left;}
.abouttabs div:hover img {transform:scale(1.2,1.2);}
.abouttabs div p {width:100%; background-color:rgba(0,0,0,0.7); padding:10px; font-size:17px; color:#fff; text-align:center; margin-bottom:0; bottom:-70px; position:absolute; z-index:1; transition: all 0.5s ease; }
.abouttabs div:hover p {bottom:0;}
.abouttabs div img {transition: all 0.5s ease;}
.abouttabs div:hover img {opacity:0.7;}

.flex {display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden; height:300px;}
.flex .feature {width:32.33%; padding:10% 3%; margin:0.5%; background-size:120%; background-position:center center; background-color:#00c7f2;  border:solid 10px #00c7f2; text-align:center; font-size:20px; color:#fff; vertical-align:middle; flex:1; transition:all 0.5s ease;}
.flex .feature img {width:30%; transition:all 0.5s ease;}
.flex .feature:hover {border:solid 10px #f15a22; background:url(../images/feature-hover.png) repeat-x center center #f15a22; background-size:100%; box-shadow:0 0 10px #ccc; }
.flex .feature:hover img {transform:scale(1.3);}

.locationtitle {background-color:#f15a22; padding:10px 20px; margin:0;}
.locationtitle h3 {padding:5px 0; margin:0;}
.locationcontent {width: 100%; background-color: #f2f2f2; padding: 5%; display: inline-block;}

.table {width:100%; background-color:#929292; margin:0 0 20px; overflow-x:auto;}
.table th {background-color:#fff; border:solid 1px #ccc; border-collapse:collapse; text-align:center; padding:10px;}
.table td {border:solid 1px #ccc; border-collapse:collapse; text-align:center; padding:10px; color:#fff;}
.seimg img {margin-bottom:20px;}
.matitle {width:100%; background-color:#00b7f1; font-size:15px; line-height:18px; color:#fff; text-align:center; padding:10px 5px; display:inline-block;}

.awardbox {margin:60px 0;}

.iframe {width:60%; height:700px;}






/* CSS HACKS for MAC Safari*/

_::-webkit-full-page-media, _:future, :root body, _::-webkit-full-page-media, _:future, :root p, _::-webkit-full-page-media, _:future, :root h2, _::-webkit-full-page-media, _:future, :root h3, _::-webkit-full-page-media, _:future, :root h4, _::-webkit-full-page-media, _:future, :root .navbar-nav > li > a {font-family:Arial, Helvetica, sans-serif;}
 
 
 /* CSS HACKS for MAC chrome*/






