/*
    Theme Name: Ninestars
    Theme URL: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* ==== Google font ==== */
.privacy h1{
	color:#fff !important;
	font-size:50px;
	background-color:#32378D;
	padding:100px;
	
}
strong:hover {

    text-decoration: underline;

}
body {
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
    color: #666;
    background-color: #fff;
}

.fa {

    padding: 13px;
    font-size: 27px !important;
    width: 66px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
	width: 50px !important;
     height: 50px !important;
}

.fa-facebook {
  background: #fff;
  color: #000;
}
.fa-linkedin {
  background: #fff;
  color: #000;
}
.fa-twitter {
  background: #fff;
  color:#000;
}


.fa:hover {
	background-color:#1ca799 !important;
}

.footer-menus {
    list-style: none;
  padding-left: 0;
    margin-bottom: 25px;
}
.footer-menus li {
    margin-bottom: .5em;
}
.offer{
	margin-left: 122px;
}
.article {
  
    border-right: 1px dotted #fff !important;
    padding: 1em !important;
    overflow: hidden !important;
}
/*#navbarCollapse{
	padding-top:40px;
	
}*/
.navbar-nav li  a {
 color: #242a89 !important;
    font-size: 14.5px;
    font-weight: 600;
    text-transform: uppercase;

}

.navbar-nav li a:hover {
    color:#1CA799 !important;
}
.navbar-nav > li > .dropdown-menu{
	position: absolute;

}

body {margin:0;font-family: 'Roboto', sans-serif !important;}

  .bs-example{
    	margin: 20px;
    }
.text-left{
	text-align:left !important;
}
html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    font-weight: 700;
    letter-spacing: 1px;
	color:#2d3383;
	line-height: 1.6em;
}

p {
    margin: 0 0 7px;
    font-size: 16px;
    line-height: 1.6em;
	font-weight:400;
	color:#000;
}

p.lead {
	font-weight: 600;
}

a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

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

.light {
    font-weight: 400;
}

address {
	margin-left: 0;
	padding: 0;
}


/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */
.zoom:hover {
   -ms-transform: scale(1.1) !important ; /* IE 9 */
    -webkit-transform: scale(1.1) !important; /* Safari 3-8 */
    transform: scale(1.1) !important; 
}
.home-section {
    padding-top: 50px;
    padding-bottom: 50px;
	display:block;
    z-index:120;
}


.section-heading h2 {
	font-size: 3em;
    font-weight: 700;
}
.section-heading i {
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background-color: #fff !important;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}

/* ============================
--- Menu
============================= */

@font-face {
		font-weight: normal;
		font-style: normal;
		font-family: font-family: 'Roboto', sans-serif !important;;';
		src: url("../fonts/Roboto-Regular.eot");
		src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/ecoicons/ecoicons.svg#ecoicons") format("svg");
}

.gn-menu-main,
.gn-menu-main ul {
		margin: 0;
		padding: 0;
		background: #fff;
		color: #eb5d1e;
		list-style: none;
		text-transform: none;
		font-weight: 300;
		font-family: 'Roboto', sans-serif !important;
		line-height: 60px;
		z-index:150;
}

.gn-menu-main {
		position: fixed;
		top: 0;
		left: 0;
		height: 60px;
		font-size: 13px;
}

.gn-menu-main a {
		display: block;
		height: 100%;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		padding-left:20px;
}

.no-touch .gn-menu-main a:hover,
.no-touch .gn-menu li.gn-search-item:hover,
.no-touch .gn-menu li.gn-search-item:hover a {
		background: #eb5d1e;
		color: white;
}

.gn-menu-main > li {
		display: block;
		float: left;
		height: 100%;
		border-right: 1px solid #c6d0da;
		text-align: center;
}

/* icon-only trigger (menu item) */

.gn-menu-main li.gn-trigger {
		position: relative;
		width: 60px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
}

.gn-menu-main > li:last-child {
		float: right;
		border-right: none;
}

.gn-menu-main > li > a {
		padding: 0 30px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: bold;
}

.gn-menu-main:after {
		display: table;
		clear: both;
		content: "";
}

.gn-menu-wrapper {
		position: fixed;
		top: 60px;
		bottom: 0;
		left: 0;
		overflow: hidden;
		width: 60px;
		border-top: 1px solid #c6d0da;
		background: #262626;
		-webkit-transform: translateX(-60px);
		-moz-transform: translateX(-60px);
		transform: translateX(-60px);
		-webkit-transition: -webkit-transform 0.3s, width 0.3s;
		-moz-transition: -moz-transform 0.3s, width 0.3s;
		transition: transform 0.3s, width 0.3s;
}

.gn-scroller {
		position: absolute;
		overflow-y: scroll;
		width: 370px;
		height: 100%;
}

.gn-menu {
		border-bottom: 1px solid #c6d0da;
		text-align: left;
		font-size: 18px;
}

.gn-menu li:not(:first-child),
.gn-menu li li {
		box-shadow: inset 0 1px #c6d0da
}

.gn-submenu li {
		overflow: hidden;
		height: 0;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
}

.gn-submenu li a {
		color: #c1c9d1
}

input.gn-search {
		position: relative;
		z-index: 10;
		padding-left: 60px;
		outline: none;
		border: none;
		background: transparent;
		color: #eb5d1e;
		font-weight: 300;
		font-family: 'Roboto', sans-serif !important;
		cursor: pointer;
}

/* placeholder */

.gn-search::-webkit-input-placeholder {
		color: #eb5d1e
}

.gn-search:-moz-placeholder {
		color: #eb5d1e
}

.gn-search::-moz-placeholder {
		color: #eb5d1e
}

.gn-search:-ms-input-placeholder {
		color: #eb5d1e
}

/* hide placeholder when active in Chrome */

.gn-search:focus::-webkit-input-placeholder,
.no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
		color: transparent
}

input.gn-search:focus {
		cursor: text
}

.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
		color: white
}

/* placeholder */

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
		color: white
}

.gn-menu-main a.gn-icon-search {
		position: absolute;
		top: 0;
		left: 0;
		height: 60px;
}

.gn-icon::before {
		display: inline-block;
		width: 60px;
		text-align: center;
		text-transform: none;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		font-family: 'Roboto', sans-serif !important;
		line-height: 1;
		speak: none;
		-webkit-font-smoothing: antialiased;
}

.gn-icon-help::before {
		content: "\e000"
}

.gn-icon-earth::before {
		content: "\e004"
}

.gn-icon-cog::before {
		content: "\e006"
}

.gn-icon-search::before {
		content: "\e005"
}

.gn-icon-download::before {
		content: "\e007"
}

.gn-icon-photoshop::before {
		content: "\e001"
}

.gn-icon-illustrator::before {
		content: "\e002"
}

.gn-icon-archive::before {
		content: "\e00d"
}

.gn-icon-article::before {
		content: "\e003"
}

.gn-icon-pictures::before {
		content: "\e008"
}

.gn-icon-videos::before {
		content: "\e009"
}

/* if an icon anchor has a span, hide the span */

.gn-icon span {
    color: #5187b8 !important;
    display: inline-table !important;
    font-family: 'roboto',sans-serif !important;
    font-size: 9px !important;
    height: 0 !important;
    left: 32px !important;
    position: absolute !important;
    top: 18px !important;
    width: 0px;
}

.gn-icon-menu::before {
    background: #5187b8 none repeat scroll 0 0 !important;
    box-shadow: 0 3px white, 0 -11px #5187b8, 0 -6px white, 0 -22px #5187b8 !important;
    content: "" !important;
    height: 5px !important;
    vertical-align: -2px !important;
    width: 34px !important;
}

.no-touch .gn-icon-menu:hover::before,
.no-touch .gn-icon-menu.gn-selected:hover::before {
		background: white;
		box-shadow: 0 3px #eb5d1e, 0 -6px white, 0 -9px #eb5d1e, 0 -12px white;
}

.gn-icon-menu.gn-selected::before {
		background: #5187b8;
		box-shadow: 0 3px white, 0 -6px #5187b8, 0 -9px white, 0 -12px #5187b8;
}

/* styles for opening menu */

.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);
}

.gn-open-part {width:340px !important;}

.gn-menu-wrapper.gn-open-all {
		width: 340px;
}

.gn-menu-wrapper.gn-open-all .gn-submenu li {
		height: 60px;
}

@media screen and (max-width: 422px) { 
	.gn-menu-wrapper.gn-open-all {
			-webkit-transform: translateX(0px);
			-moz-transform: translateX(0px);
			transform: translateX(0px);
			width: 100%;
	}
	  .zoom {
		
padding-top: 8px !important;
padding-bottom: 8px !important;

padding-right: 8px !important;
padding-left: 8px !important;
font-size:8px !important;
				
	}
	
	.carousel-caption h1 {
		font-size:13px;
		padding-top: 50px;
	}
	.carousel-caption p {
		font-size:4px;
		padding-top: 0px;
		
	}
  
	.offer {margin:0px;}
   .image-hover {

    
    width: 36%;

}
	.gn-menu-wrapper.gn-open-all .gn-scroller {
			width: 130%
	}
}


@media screen and (max-width: 640px) { 
	.servicess .nav li {
    width: 100%;
}

	.info {display:none;}
}


@media screen and (max-width: 1366px) { 
#numbers .col-lg-2 {
    width: 20% !important;
}

#main .col-md-2 {
    width: 20% !important;
}

}




/* ===========================
--- Intro
============================ */

.intro {
	position:relative;
}

#intro{	
	background-image: url(../img/img-bg-two.jpg);
	background-size: cover;
	height:600px;
}

.intro .slogan {
	padding:250px 0 60px;
	text-align: center;
	
}
.intro .slogan h1 {
	color: #fff;
	line-height: 1.1em;
	margin-bottom: 20px;
	 font-size: 40px;
}
.intro .slogan p {
	color: #eee;
	margin-bottom: 50px;
	font-size: 20px;
}


.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}


/* slider */

.tp-caption.custom_large_white {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: 'roboto',sans-serif !important;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
}

.tp-caption a.btn {
	color: #fff;
}



/* ===========================
--- About
============================ */

.boxed-grey {
	background: #eee;
	padding: 20px;
}

.team h5 {
	margin-bottom: 10px;
}

.team p.subtitle {
	margin-bottom: 10px;
}

.avatar {
	margin-bottom: 20px;
}

.team-social {
	margin-left: 0;
	padding-left: 0;
	
}

.team-social {
	text-align: center;
}

.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.team-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.team-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{background: #62c6f8;}
.team-social .social-dribble a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #000;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #82e6ff;}
.team-social .social-dribble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #333;}
.team-social .social-vimeo a:hover{background: #71c6f3;}


/* ===========================
--- Services
============================ */

.service-icon {
	margin-bottom: 20px;
}	




/* ===========================
--- Works
============================ */

.gallery-item > div {
	margin-bottom: 30px;
}

/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
	text-align: left;
	margin-top: 30px;
}


.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:750;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: left;
}

.company-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.company-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-dribble a{background: #d74980;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #000;}
.company-social .social-vimeo a{background: #51a6d3;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #f769a0;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #333;}
.company-social .social-vimeo a:hover{background: #71c6f3;}



/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding: 50px 0 ;
	
}

footer p {
	color: #f8f8f8;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
}

.credits {
    color: #fff;
}

/* ===========================
--- Elements
============================ */

.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: 'roboto',sans-serif !important;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

#map {
	height: 500px;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #428bca;
    outline: 0;
    color: #fff;
    background-color: #428bca;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}


/* Media queries */

@media(min-width:767px) {

    .intro {
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }
	
    .intro-text {
        font-size: 25px;
    }
	
	


}
@media (max-width:768px) {
	.dropdown-menu > li > a{
		padding: 3px !important;
	}
	.team.boxed-grey {
		margin-bottom: 30px;
	}
	
	.boxed-grey {
		margin-bottom: 30px;
	}
	.intro .slogan {
		padding:100px 0 60px;
		
	}
	
}

@media (max-width:480px) {

	.intro .slogan {
		padding:170px 0 60px;
		
	}
		.slide-text {
    padding: 0px 0px;
}
}



img#epImage {
    display: block;
    filter: grayscale(100%);
    transition: all 0.2s linear 0s;
	margin: 0 auto !important;
}

img#epImage:hover{
    filter: none;
    transition: all 0.3s ease-in-out 0s;
}

h4#epImage {
    display: block;
    filter: grayscale(100%);
    transition: all 0.2s linear 0s;
	margin: 0 auto !important;
}

h4#epImage:hover{
    filter: none;
    transition: all 0.3s ease-in-out 0s;
}

.gn-menu > li {background:#262626;}

.bluebuildings {
    background-attachment: fixed !important;
    background-color: #4f88ba !important;
    background-image: url("..//img/testimonials-banner-wide.jpg");
    background-position: center top;
    background-size: cover;
	color:#fff;
}

.bluebuildings  h2{	color:#2d3383;}


.bluebuildings-two{
    background-attachment: fixed !important;
    background-color: #4f88ba !important;
    background-image: url("..//img/case-study-bg.jpg");
    background-position: center top;
    background-size: cover;
    min-height: 475px !important;
	color:#fff;
}

.bluebuildings-two  h2{	color:#fff;}

.bluebuildings-three{
    background-attachment: fixed !important;
    background-color: #e2e1e1 !important;
    background-position: center top;
    background-size: cover;
    min-height: 423px !important;
}


section {
    padding-top: 100px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #fff;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 127px;
}

.fa-quote-left {
    color: #fff !important;
}

.social-links {
    margin-bottom: 8px;
  

}

.menu, .social-links {
    list-style: outside none none;
    margin: 0;
    padding-left: 5px;
}

.menu li, .social-links li {
    display: inline;
}

.social-links img {
    margin: 10px 20px;
}

footer .social-links img {
    margin: 0px 5px;
}

#works h3 {
    text-transform: capitalize;
}

.social-links img:hover {
    transition: all 0.2s linear 0s;
}

.footer-block {
   margin-top: 22px;
    color: #c0c0c0 !important;
    font-size: 0.9em;
    line-height: 21px;
	margin-bottom:15px;
	padding-bottom:5px;
	text-align:left;
}

.footer-copyright{
    border-top: 1px solid #8dc63f;
    color: #c0c0c0 !important;
    font-size: 0.9em;
    line-height: 21px;
	margin-top:15px;
	padding-top:6px !important;
}

#navbar > img {
    left: -90px;
    position: absolute;
}

footer ul li {
    display: block;
    padding: 5px;
}

.hs_cos_wrapper_module_142831536351911670 {
   display: block !important;
font-size: 24px !important;
margin-top: 14px;
color: #fff;
font-weight: normal;
}

.footer-one a {
    color: #244b6d;
}

/*#intro-two {
	width:100%;
	padding-top:75px;
}*/

/*#intro-blog {
	width:100%;
	padding-top:75px;
}*/

.team-grids {
    margin: 3em 0 0;
}
.team-grid {
    padding: 0;
}
.team-grid .thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.team-grid .thumb .caption {
    background-color: rgba(84, 122, 171, 0.68);
    bottom: -75px;
    float: left;
    height: 70px;
    left: 0;
    padding: 20px 30px;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.team-grid .thumb:hover .caption {
    height: 58%;
    opacity: 1;
    padding: 40px 30px;
    visibility: visible;
}
figure.thumb img {
    width: 100%;
}
.caption h3 {
    margin: 0;
}
.caption h3 a {
    color: #fff;
    font-size: 0.8em;
    text-decoration: none;
}
.caption span {
    color: #fff;
    display: block;
    font-size: 14px;
}
.caption p {
    color: #fff;
    font-size: 14px;
    line-height: 1.8em;
    margin: 0;
}
.social {
    float: none;
}
.caption ul {
    padding: 5px 0 0;
}
.caption ul li {
    display: inline-block;
    list-style-type: none;
}

figure.thumb img {
    width: 100%;
}

.social {
    float: none;
}

.icon-button {
    -moz-user-select: none;
    background-color: white;
    border-radius: 2.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 2rem;
    height: 2.6rem;
    line-height: 3.6rem;
    margin: 0 5px;
    position: relative;
    text-align: center;
    width: 2.6rem;
}
.icon-button i {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: white;
    height: 2.6rem;
    left: 0;
    line-height: 2.6rem;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 2.6rem;
    z-index: 10;
}
.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 0;
}
.twitter span, .google span, .v span {
    background-color: #4365ab;
}
.icon-button:hover span {
    border-radius: 2.6rem;
    height: 2.6rem;
    margin: -1.3rem;
    width: 2.6rem;
}

#blog h4 {
    margin-bottom: 4px;
}

.posting-details {
    color: #828181;
    font-size: 14px;
    font-variant: all-small-caps;
}

.recent-post-mini {
    list-style: outside none none;
    margin-bottom: 20px;
}
.recent-post-mini a {
    color: #4f88ba;
}
.recent-post-mini .postimg {
    float: left;
    margin-right: 20px;
}
.recent-post-mini > a.postimg {
    position: relative;
    text-align: center;
}
.recent-post-mini > a.postimg img {
    transition: opacity 0.2s ease-in-out 0s;
}
.recent-post-mini > a.postimg:hover img {
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out 0s;
}
.recent-post-mini strong {
    font-weight: normal;
}

.blogs-start img:hover {
    opacity: 0.6;
}

.logo {margin-top:13px !important; text-align:center !important;}

.dropdown:hover ul {display:block;}

.dropdown li {background-color: #fff !important;
color:#555555 !important;}

.dropdown-menu li a {color:#555555 !important;}

.dropdown-menu {border:none !important;}

.dropdown-menu > li:last-child {
    border-bottom: 1px solid;
}

.hover {
    text-align: center;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {font-size:20px; color:#fff; background-color: #3b3b85 !important;}

.nav-tabs > li > a {
    border: 1px solid #ccc !important;
    color: #000;
    font-weight: bold;
    padding: 20px;
}

#fixedsocial {
    position: fixed;
    right: 0;
    top: 30%;
    width: 160px;
    z-index: 1000;
}


#fixedsocial li {
    display: block;
}

#fixedsocial a {
    color: #7a828f;
    font-size: 20px;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
}

.info {
    position: absolute;
    right: 0;
    top: 7px;
    width: 210px;
}

#fixedsocial {
    display: none;
    position: fixed;
    right: 0;
    top: 30%;
    width: 100px;
    z-index: 1000;
}
#fixedsocial a {
    color: #7a828f;
    font-size: 20px;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
}

#fixedsocial li {
    display: block;
    margin-bottom: 4px;
    width: 40px !important;
}


.count {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}

.new-count {
    color: #fff;
    font-size: 20px;
}

#talkbubble {
   width: 120px;
   height: 80px;
   background: red;
   position: relative;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
  float:left;
  margin:20px;
}
#talkbubble:before {
   content:"";
   position: absolute;
   right: 100%;
   top: 26px;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-right: 26px solid red;
   border-bottom: 13px solid transparent;
}

.linker
{
  font-size : 20px;
  font-color: black;
}

#numbers {
    
    padding: 80px 0 !important;
	background: url("..//img/number-bg.jpg");
}


/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.main-services ul li {
    width: 100%;
}

.main-services ul li a:active {
    border-right: 5px solid #c80000 !important;
}

.services-tab {
    background-color: #e1e1e1 !important;
    padding: 20px;
}

.dgrow-one {
    background-color: #818286;
    color: #fff !important;
}

.dgrow-one h3 {
    color: #fff !important;
}

.dgrow-one p {
    color: #fff;
}

.dgrow-three {
    background-color: #7bb1c9;
    color: #fff !important;
}

.dgrow-three h3 {
    color: #fff !important;
}

.dgrow-three p {
    color: #fff;
}

.dgrow-five {
    background-color: #01A79D;
    color: #fff !important;
}

.dgrow-five h3 {
    color: #fff !important;
}

.dgrow-five p {
    color: #fff;
}

.dgrow-six {
    background-color: #8DC63F;
    color: #fff !important;
}

.dgrow-six h3 {
    color: #fff !important;
}

.dgrow-six p {
    color: #fff;
}

.numberspan {
    color: #fff;
    font-size: 22px;
    margin-left: 7px;
}

#market-provide {
    background-color: #e3e2e2;
}

.panel-title > a {color:#000 !important;}

.panel-heading h4 {
    margin-bottom: 10px;
    margin-top: 10px;
	font-size: 20px !important;
}

.about-bg {
    background-attachment: fixed !important;
    background-color: #4f88ba !important;
    background-image: url("..//img/about-second.jpg");
    background-position: center top;
    background-size: cover;
    color: #fff;
}

.about-bg h2 {
    color: #fff !important;
}

.about-bg p {
    color: #fff !important;
}

.about-bg li {
    color: #fff !important;
}

.carousel-caption h1 {
    color: #fff;
    margin-bottom: 5px;
}

.carousel-caption p {
    color: #fff;
}

.carousel-caption {top:37%;}

.services-two-new h4 {
    font-size: 22px;
	text-align:center;
	padding-bottom: 10px;
	padding-top: 10px;
}

.main-new-section > h4 {
    color: #000 !important;
}

.main-new-section p {
    color: #fff !important;
}

.main-new-section h5 {
    color: #000;
}

.main-new-section h4 {
    color: #000;
}

#market-second .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #ff8400 !important;
}

.carousel.slide h4 {
    color: #000 !important;
}

.second-carousel h4 {
    margin-bottom: 0 !important;
}

.main-new-section > hr {
    border-color: #000;
    margin-bottom: 20px;
    margin-top: 20px;
}































/*---------- SLIDER CSS ----------*/

@import url(http://weloveiconfonts.com/api/?family=entypo);

/* entypo */
[class*="entypo-"]:before {
   font-family: 'roboto',sans-serif !important;
}
a { 
   text-decoration: none;
}

#sticky-social ul {
   margin: 0;
   padding: 0;
}

#sticky-social {
   left: 0;
   position: fixed;
   top: 150px;
   z-index:2;
}
#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
}
#sticky-social a span {
   line-height: 35px;
   left: -120px;
   position: absolute;
   text-align:center;
   width:120px;
   font-size:12px;
}
#sticky-social a:hover span {
   left: 100%;
}
#sticky-social a[class*="mail"],
#sticky-social a[class*="mail"]:hover,
#sticky-social a[class*="mail"] span { background: #3b5998; }

#sticky-social a[class*="briefcase"],
#sticky-social a[class*="briefcase"]:hover,
#sticky-social a[class*="briefcase"] span { background: #eb4924; }  

#sticky-social a[class*="mobile"],
#sticky-social a[class*="mobile"]:hover,
#sticky-social a[class*="mobile"] span { background: #32506d; }

#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00aced; }

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span { background: #dd4b39; }  

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span { background: #007bb6; }  

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span { background: #517fa4; }  

#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span { background: #eb4924; }  

#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span { background: #cc2127; }  

#sticky-social a[class*="flickr"],
#sticky-social a[class*="flickr"]:hover,
#sticky-social a[class*="flickr"] span { background: #ff0084; }  

#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span { background: #32506d; }










.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 40px;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


/*------------------------------------------------------*/
/* Contact Us Page
/*------------------------------------------------------*/
.contact-address{
	margin-bottom:10px;
	color:#000
}
.contact-address span{
	color: #2d3383;
    margin-right: 15px;
    line-height:30px;
    top: 0;
}


/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 13px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 4px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
	.zoom{
		width: 230px !important;
	}
    .slide-text {
        padding: 0px 0px !important;
    }
	 
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
		display:none;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}

.inbound-ul{
   color: #000;
    font-size: 15px;
    font-weight: 400;
    padding-top: 20px;
}

.inbound-ul li{
      padding-bottom: 10px;
}
#intro-two .carousel-caption {
    top: 33%;
    padding-top: 0px;
}

