/* CUSTOM STYLES

-------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

/* CUSTOM FONT EMBEDED

-------------------------------------------------- */

@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/CenturyGothic.html');
	src: url('fonts/CenturyGothicd41d.html?#iefix') format('embedded-opentype'),
		url('fonts/CenturyGothic-2.html') format('woff'),
		url('fonts/CenturyGothic-3.html') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	background:#fefaeb url(../images/head-bg.png) no-repeat center top scroll;
	background-size: 100% auto;
	color: #5a5a5a;
	font-family: 'Open Sans', sans-serif;
}

.body-img {
	background: url(../images/body-bg-img.png) top center repeat-y;
	height:100%;
    min-height:100%
}


a {
   outline: 0;
}

.btn-primary.getaquote {
	box-shadow: 0 2px 0 0 #fe8c00;
	background: #ffc306;
	border-radius:100px;
	border:0px solid black;
	text-transform: uppercase;
	color: #7a4300;
	padding:10px 25px;
	font-weight: bold;
	margin-top:20px;
	transition:color 0.5s, background 0.5s; 
	-moz-transition:color 0.5s, background 0.5s; 
	-webkit-transition:color 0.5s, background 0.5s; 
	-o-transition:color 0.5s, background 0.5s; 
	-ms-transition:color 0.5s, background 0.5s; 
}

.btn-primary.getaquote:hover {
	box-shadow: 0 2px 0 0 #131313;
	background: #585858;
	border:0px solid black;
	text-transform: uppercase;
	color: #ffffff;

}

.btn-primary.getaquote:active, .btn-primary.getaquote.active {
	background: #ffc306;
	box-shadow: none;
}

/* Take A Look Btn */

.btn-primary.takealook {
	box-shadow: 0 2px 0 0 #fe8c00;
	background: #ffc306;
	border-radius:100px;
	border:0px solid black;
	text-transform: uppercase;
	color: #7a4300;
	font-size:15px;
	padding:15px 40px;
	font-weight: bolder;
	margin-top:20px;
}

.btn-primary.takealook:active, .btn-primary.takealook.active {
	background: #ffc306;
	box-shadow: none;
}

/* Take A Look Btn */

.btn-primary.quotebtn {
	box-shadow: 0 2px 0 0 #131313;
	background: #585858;
	border-radius:100px;
	border:0px solid black;
	text-transform: uppercase;
	color: #d1d1d1;
	font-size:15px;
	padding:15px 40px;
	font-weight: bolder;
	margin-top:20px;
}

.btn-primary.quotebtn:active, .btn-primary.quotebtn.active {
	background: #585858;
	box-shadow: none;
}

/* Read More Btn */

.btn-primary.readmore {
	box-shadow: 0 2px 0 0 #fe8c00;
	background: #ffc306;
	border-radius:100px;
	border:0px solid black;
	text-transform: uppercase;
	color: #7a4300;
	font-size:14px;
	padding:10px 30px;
	font-weight: bolder;
	margin-top:20px;
	transition:color 0.5s, background 0.5s; 
	-moz-transition:color 0.5s, background 0.5s; 
	-webkit-transition:color 0.5s, background 0.5s; 
	-o-transition:color 0.5s, background 0.5s; 
	-ms-transition:color 0.5s, background 0.5s; 
}

.btn-primary.readmore:hover {
	box-shadow: 0 2px 0 0 #131313;
	background: #585858;
	border:0px solid black;
	text-transform: uppercase;
	color: #ffffff;

}

.btn-primary.readmore:active, .btn-primary.readmore.active {
	background: #ffc306;
	box-shadow: none;
	box-shadow: 0 2px 0 0 #fe8c00;
	border:0px solid black;
	color: #7a4300;
}


/* Subscribe Btn */

.btn-primary.subscribebtn {
	box-shadow: 0 2px 0 0 #fe8c00;
	background: #ffc306;
	border-radius:100px;
	border:0px solid black;
	text-transform: uppercase;
	color: #7a4300;
	font-size:14px;
	padding:10px 30px;
	font-weight: bolder;
	margin-top:10px;
}

.btn-primary.subscribebtn:active, .btn-primary.subscribebtn.active {
	background: #ffc306;
	box-shadow: none;
}

/* Subscribe Btn */

.submitbtn {
	box-shadow: 0 2px 0 0 #fe8c00;
	background: #ffc306;
	border-radius:100px;
	border:0px solid black;
	text-transform: uppercase;
	color: #7a4300;
	font-size:14px;
	padding:12px 35px;
	font-weight: bolder;
}

.submitbtn:hover {
	background: #585858;
	color: #fff;
	box-shadow: 0 2px 0 0 #202020;
}

.submitbtn:active, .submitbtn.active {
	background: #ffc306;
	box-shadow: none;
}


.uploadbtn {
  background: #e5dbc1 none repeat scroll 0 0;
  border: 0 solid black;
  border-radius: 100px;
  box-shadow: 0 2px 0 0 #aa9b70;
  color: #705f31;
  font-size: 14px;
  font-weight: bolder;
  margin-top: 2px;
  padding: 12px 35px;
  text-transform: uppercase;
}

.uploadbtn:active, .uploadbtn.active {
	background: #ffc306;
	box-shadow: none;
}


.logo-nav{display:block;padding:14px 0 0!important;}
.logo-nav img{width:126px;max-width:100%}


/* CUSTOM NAVIGATION STYLES

-------------------------------------------------- */

.navbar-custom {

	background-color:transparent;

    color:#585858;

  	border-radius:0;

	border: 0px solid rgba(0, 0, 0, 0);

    min-height: 65px!important;

    position: relative;

}



.navbar-custom .navbar-nav > li > .dropdown-menu {

    border-top-left-radius: 0;

    border-top-right-radius: 0;

    margin-top: 25px;

	padding:0;

}







/* Dropdown Custom Styles */



.navbar-custom .navbar-nav .open .dropdown-menu>li>a, .navbar-custom .navbar-nav .open .dropdown-menu {

    background-color: #ffc306;

    color:#585858;

	font-size: 14px;
	
	font-weight: 600;

	text-transform:uppercase;

	min-width: 280px;

	line-height:36px;

	border-radius:10px;
	
	border: none;
	

  }
  
 .navbar-custom .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-custom .navbar-nav .open .dropdown-menu>li>a:focus {

    background-color: #ffc306;

    color:#fefefe;

	font-size: 14px;

	text-transform:uppercase;

	min-width: 200px;

	line-height:36px;

	border-radius:10px;

  } 

  

.navbar-custom .navbar-nav .dropdown-menu .divider {

    background-color: #fff!important;

    height: 1px;

    margin: 0px 0;

    overflow: hidden;

}



.navbar-custom .navbar-nav .dropdown-menu>li>a {

	display:block;

	padding:5px 20px;

	clear:both;

	font-weight:normal;

	line-height:1.428571429;

	color:#333;

	white-space:nowrap;
	
	transition:color 0.5s, background 0.5s; 
	-moz-transition:color 0.5s, background 0.5s; 
	-webkit-transition:color 0.5s, background 0.5s; 
	-o-transition:color 0.5s, background 0.5s; 
	-ms-transition:color 0.5s, background 0.5s; 

}  


.navbar-custom .navbar-nav .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {

	color:#fff;

	text-decoration:none;

	background-color:#717378!important;

}



.navbar-custom .navbar-nav .dropdown-header {

	display:block;

	padding:0px;

	font-size:12px;

	line-height:0px;

	color:#999

}

  

.navbar-custom .navbar-nav > li > a {

  	color:#585858;

	text-transform:uppercase;

  	padding-left:10px;

  	padding-right:10px;

	padding-bottom: 5px;

    padding-top: 5px;

	margin-top:27px;

	margin-right:8px;

	font-size:14px;
	
	font-weight: 600;

	border:0px solid transparent;

}



.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {

    color: #ffc306;

	background-color:transparent;	

}

      

.navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus {

    text-decoration: none;

    background-color: transparent!important;

	border-radius:0px;
	
	color: #ffc306;
	
	font-weight: 600;

	border:0px solid #fff!important;

}



.navbar-custom .navbar-nav > .active > a,

.navbar-custom .navbar-nav > .active > a:hover,

.navbar-custom .navbar-nav > .active > a:focus {

    text-decoration: none;

    background-color: transparent;

	border-radius:0px;

	border:0px solid #fff;

}

.navbar-custom .navbar-brand {

  	color:#eeeeee;

}

.navbar-custom .navbar-toggle {

  	background-color:#585858;

	margin-top:25px!important;

}

.navbar-custom .icon-bar {

  	background-color:#ffc306;

}

/* Dropdown Submenu */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
	padding:0px 0px !important;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #585858;
    margin-top: 13px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



.slider_banner {
	margin-bottom: 5%;
}

.col-left-0 {padding-left:0px!important;}

.slider_banner h3 {
    color: #585858;
    font-size: 60px;
    font-weight: bold;
    line-height: 54px;
	text-transform: uppercase;
}

.slider_banner h5 {
    color: #585858;
    font-size: 24px;
    font-weight: bold;
    line-height: 0px;
	text-transform: uppercase;
	padding-left: 3px;
}

.slider_banner h4 {
    color: #696969;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
}

.slider_banner .item {
	
	padding-top:0%
}


/* Inner Page Static Banner */


.inner_banner {
	margin-bottom: 5%;
}

.inner_banner h3 {
    color: #585858;
    font-size: 60px;
    font-weight: bold;
    line-height: 54px;
	text-transform: uppercase;
}

.inner_banner h4 {
    color: #696969;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
}



/* About Information

------------------------- */

/* Thin out the marketing headings */

.about-info {
	margin:40px 0;
}

.about-info  h1{
	color: #ecb300;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
}

.about-info  h2{
	color: #585858;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
}

.about-info  p{
	color: #756d4f;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}

.form-section {
	margin:40px 0;
}

.form-getaquote {
	margin-top:40px;
}

.form-margin {
	margin-top:60px;
}

.form-section  h1{
	color: #ecb300;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.form-section  h2{
	color: #585858;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
}

.form-section h3 {
  color: #585858;
  font-size: 30px;
  font-weight: bold;
  line-height: 9px;
  text-align: left;
  text-transform: uppercase;
}

.applynowform  {
	margin-top:20px;
}

.applynowform2  {
	margin-top:30px !important;
}

.applynowform h3 {
  color: #585858;
  font-size: 24px;
  font-weight: bold;
  line-height: 43px;
  text-align: left;
  text-transform: uppercase;
}

.applynowform-circle-icon {
  background-color: #ffc306;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  height: 70px;
  line-height: 69px !important;
  margin-right: 21px;
  margin-top: 8px;
  position: relative;
  text-align: center;
  width: 70px;
}


.form-section  p{
	color: #756d4f;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-align:left;
}

.form-section label {
    color: #898162;
    font-weight: 600;
	margin-bottom: 8px;
}

.form-getaquote label {
    color: #898162;
    font-weight: 600;
	margin-bottom: 8px;
}

.form-section span {
    color: #898162;
    font-weight: 600;
	font-size:14px;
	padding-left:20px;
}

.form-section .form-control{color: #585858; background: rgba(252, 250, 245, .5); border:1px solid #9a9379; border-radius: 15px; box-shadow: 0 5px 0 0 #d4ccb3; min-height: 45px; margin-bottom:25px;}

.form-getaquote .form-control{color: #585858; background: rgba(252, 250, 245, .5); border:1px solid #9a9379; border-radius: 15px; box-shadow: 0 5px 0 0 #d4ccb3; min-height: 45px; margin-bottom:15px;}

.form-section .input-group .form-control{color: #585858; background: rgba(252, 250, 245, .5); border:1px solid #9a9379; border-radius: 15px 0px 0px 15px !important; box-shadow: 0 0px 0 0 #d4ccb3;}


.form-getaquote .form-group .form-control {
    margin-bottom: 2px;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #c5c0ad;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon, 
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    font-size: 14px;
    padding: 10px 16px 10px 40px;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    font-size: 16px;
    margin-left: 0;
    left: 11px;
    top: 5px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #ffc306;
}

.form-section span {
    color: #898162;
    font-size: 14px;
    font-weight: 600;
    padding-left: 0px!important;
}

.form-circle-icon {
  background-color: #ffc306;
  border-radius: 50%;
  color: #fff;
  display: block !important;
  font-size: 30px;
  height: 70px !important;
  line-height: 69px !important;
  margin-bottom: 60px;
  margin-right: 21px;
  margin-top: 8px;
  position: relative;
  text-align: center;
  width: 70px !important;
}

.form-group.required .control-label:after { 
    color: #d00;
    content: "*";
    position: relative;
    margin-left: 5px;
    top:0px;
}


.contact-info {
	margin-top:40px;
}

.contact-info h2{
	color: #ecb300;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.contact-info  h3{
	color: #585858;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	margin-bottom:5%;
}

.contact-info h4 {
  color: #585858;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-align: left;
  text-transform: uppercase;
}

.contact-info  p{
	color: #756d4f;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	text-align:left;
}


.career-info {
	margin:40px 0;
}

.career-bg {
	background: #fcf8e7;
	border:1px solid #ffcb08;
	border-radius: 12px;
	padding: 5px;
	margin-bottom:30px;
}

.career-info  h1{
	color: #ecb300;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
}

.career-info  h2{
	color: #585858;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	text-align:center;
}

.career-info  h3{
	color: #ffc306;
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0px;
}



.career-info  p{
	color: #756d4f;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}



.career-info a{
color: #ffc306 !important;
font-weight:400;
}
.career-info a:focus
{
	color: #ffc306 !important;
}
.career-info a:hover{
    color: #ffc306 !important;
	text-decoration: underline;
}


.portfolio {
	margin:20px 0;
}

.portfolio  h1{
	color: #ecb300;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
}

.portfolio h2{
	color: #585858;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	text-align:center;
}

.portfolio  h3{
	color: #ffc306;
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
}


.portfolio  p{
	color: #756d4f;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}



/* Logo Design Page

------------------------- */

.logodesign {
	margin:40px 0;
}

.logodesign h1{
	color: #ecb300;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.logodesign h2{
	color: #585858;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 5%;
}

.logodesign h3{
	color: #756d4f;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
}


.logodesign p{
	color: #756d4f;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}

.logodesign ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.logodesign li i{
  color: #ecb300;
}

.logodesign li{
  color: #756d4f;
  font-size: 14px;
  line-height: 36px;
  font-weight: 600;
}

.designprocessbg {
	margin: 30px 0;
}

.designprocessbg {
  width:100%;
  height:100%;
  min-height: 548px;
  height:calc(100% - 1px);
  background-image:url('../images/logodesignprocess-bg.png');
  background-size:cover;
  padding: 30px;
}

.designprocessbg h2{
	color: #ffffff;
	font-size: 80px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 2px 0px rgba(0, 0, 0, 0.6);
}

.designprocessbg h3{
	color: #414141;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

/* SEM Banner */

.sembg {
	margin: 30px 0;
}

.sembg {
  width:100%;
  height:100%;
  min-height: 548px;
  height:calc(100% - 1px);
  background-image:url('../images/logodesignprocess-bg.png');
  background-size:cover;
  padding: 30px;
}

.sembg h2{
	color: #414141;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.sembg p {
	color: #303030;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-align: center;
}

.ldp-section {
	float: left;
	width: 22%;
	padding: 20px;
}

.ldp-section3 {
	float: left;
	width: 19%;
	padding: 20px;
}

.ldp-section3 h3 {
	color: #494949;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}


.ldp-section h3 {
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.ldp-section p {
	color: #303030;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
}

.ldp-section2 {
	float: left;
	width: 23%;
	padding: 20px;
}

.ldp-section2 h3 {
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.ldp-section2 p {
	color: #303030;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
}


.industry-section {
	margin: 30px 0px 70px 0px;
}

.industry-section h2{
	color: #585858;
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	text-align:center;
	margin-bottom: 3%;
}

.industry-section h2 span{
	color: #ffc306;
	font-size: 30px;
	font-weight: 700;
}

.industry-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.industry-section li i{
  color: #ecb300;
  font-size:16px;
}

.industry-section li .fa {
  width: 18%;
}

.industry-section li{
  color: #242323;
  font-size: 12px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 600;
}



.offers-section {
	margin: 30px 0;
}

.offers-section {
  width:100%;
  height:100%;
  min-height: 548px;
  height:calc(100% - 1px);
  background-image:url('../images/features-bg.jpg');
  background-size:cover;
  padding: 30px;
}

.offers-section h2{
	color: #ffffff;
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	text-align:center;
}

.offers-section h2 span{
	color: #ecb300;
	font-size: 30px;
	font-weight: 700;
}


.offerssection-inner {
	margin: 30px 0;
}

.offerssection-inner h3{
	color: #ffc306;
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
}

.offerssection-inner p {
	color: #ababab;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 5%;
}



.footer-getaquote {
	margin:30px 0;
}

.footer-getaquote  h2{
	color: #ecb300;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.footer-getaquote  h3{
	color: #585858;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
}



.webdesign {
	margin:40px 0;
}

.webdesign h1{
	color: #ecb300;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.webdesign h2{
	color: #585858;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
}

.webdesign h3{
	color: #756d4f;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
}


.webdesign p{
	color: #756d4f;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}

.webdesign ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.webdesign li i{
  color: #ecb300;
  font-size:16px;
}

.webdesign li{
  color: #756d4f;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
}

.webdesign img{
	margin-top: 20px;
}


.appdevprocessbg {
	margin: 30px 0;
}

.appdevprocessbg {
  width:100%;
  height:100%;
  min-height: 1049px;
  height:calc(100% - 1px);
  background-image:url('../images/app-dev-processbg-img.png');
  background-size:cover;
  padding: 30px;
}

.appdevprocessbg h2{
	color: #ffc40b;
	font-size: 80px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 2px 0px rgba(0, 0, 0, 0.6);
}

.appdevprocessbg h3{
	color: #414141;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3%;
}




/* Print & Packaging Page

------------------------- */

.printdesign {
	margin:30px 0;
}

.printdesign h1{
	color: #ecb300;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.printdesign h2{
	color: #585858;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
}

.printdesign img{
	padding:30px;
}

.printdesign h3{
	color: #756d4f;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
}


.printdesign p{
	color: #756d4f;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 5%;
}

.printdesign ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.printdesign li i{
  color: #ecb300;
}

.printdesign li{
  color: #756d4f;
  font-size: 14px;
  line-height: 50px;
  font-weight: 600;
}



/* B2B Services

------------------------- */

.b2bservices {
	margin:30px 0;
}

.b2bservices h1{
	color: #ecb300;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.b2bservices h2{
	color: #585858;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
}

.printdesign img{
	padding:30px;
}

.b2bservices h3{
	color: #585858;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	
}

.b2bservices p{
	color: #756d4f;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 5%;
}

.b2bservices ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.b2bservices li i{
  color: #ecb300;
}

.b2bservices li{
  color: #756d4f;
  font-size: 14px;
  line-height: 50px;
  font-weight: 600;
}

/* Managing Partners

------------------------- */

.managing-partner {
	margin-top:40px;
}

.managing-partner  h2{
	color: #ecb300;
	font-size: 30px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
	margin-bottom:3%;
}

.managing-partner  h3{
	color: #585858;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	margin-bottom:0px;
}

.managing-partner  .padleft{
	color: #696969;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	padding-left:75px;
}

.managing-partner  .padright{
	color: #696969;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	padding-left:0px;
}

.managing-partner  p{
	color: #756d4f;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-align: justify;
}


.managing-partner  strong{
	color: #756d4f;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-align: left;
}

.mp-img-position {
	position:relative; 
	top:120px; 
	left:-25px;
}


/* Vision, Mission & Values

------------------------- */

.company-info {
	margin-top:80px;
}

.company-info2 {
	margin-top:30px;
	margin-bottom:30px;
}



.webtabs {
	margin-top:30px;
}


/* Why Choose Us

------------------------- */

.why-us {
	margin-top:60px;
	text-align: center;
}

.why-us  h2{
	color: #ecb300;
	font-size: 30px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
}

.why-us  h3{
	color: #585858;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
}

.why-us  p{
	color: #756d4f;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-align:center;
	margin-bottom: 10%;
}



/* Our Clients

------------------------- */

.our-clients {
	margin:60px 0;
	text-align: center;
}

.our-clients h2{
	color: #ecb300;
	font-size: 30px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
}

.our-clients  h3{
	color: #585858;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	text-align:center;
	margin-bottom: 50px;
}

.our-clients  p{
	color: #756d4f;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-align:center;
	margin-bottom: 10%;
}

.contact-info-subheading {
	font-size: 21px !important;
	line-height: 1px;
	font-weight: 400;
	color: #585858 !important;
	text-align: center !important;
	text-transform: uppercase;
}

.contact-info-left-heading {
	font-size: 48px !important;
	line-height: 27px;
	font-weight: 400;
	color: #ecb300 !important;
	text-align: center !important;
}

/* Footer Section */
.foot-top-img {background: url(../images/footer-top-img.png); min-height:112px;}
footer { background:#3b3b3b; min-height:230px; font-family: 'Open Sans', sans-serif; }
.footerleft { margin-top:0px; }

.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footerleft p { color:#fff; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#777777;}

.paddingtop-bottom {  margin-top:0px;}
.paddingtop-bottom  p  { color:#777777;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

.staytuned-col-width {width:21%;}

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 
 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;}
 
 .copyright { min-height:40px; background-color:#3b3b3b;}
 .copyright .bordertop { border-top:1px solid #ffc306;}
 .copyright p { text-align:left; color:#777777; padding:10px 0; font-size: 13px; margin-bottom:0px;}
 .copyright a:link, a:visited {color:#ffcb08; font-size: 13px; text-decoration: none;}
 .copyright a:hover {color:#ffcb08; font-size: 13px; text-decoration: underline;}
 .heading7 { font-size:18px; font-weight:bold; color:#fff; margin-bottom:25px; text-transform: uppercase;}
 .post p { font-size:12px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"|"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;} 
 .bottom_ul li:last-child:after {content: '';}

/* CUSTOMIZE THE NAVBAR

-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-wrapper {
    background: transparent;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    z-index: 20;
	margin-bottom: 5% !important;
}

/* Flip around the padding for proper display in narrow viewports */

.navbar-wrapper .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}



/* Mobile Device */

@media (min-width:320px) and (max-width:768px){
 

.slider_banner h5 {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
 
.managing-partner h1 {
	font-size: 28px;
	line-height: 28px;
}	
	
.staytuned-col-width {width:100%;}	

.tab-content h3 {
	font-size: 30px;
	line-height: 30px;
}

.ldp-section {
	float: left;
	width: 100%;
	padding: 0px;
}

.ldp-section2 {
	float: left;
	width: 100%;
	padding: 0px;
}

.inner_banner h3 {
	color: #585858;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}

.inner_banner h4 {
	color: #696969;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
}

.form-section h2 {
	color: #585858;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
}



.contact-info p {
	color: #756d4f;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-align: left;
}

.contact-info h3 {
	font-size: 26px;
	line-height: 27px;
}

.applynowform-circle-icon {
	margin-left: 20px;
}

.applynowform h3 {
	font-size: 24px;
	line-height: 25px;
}

.inner_banner img {
	width: 100% !important;
	margin-top: 30px;
}

.mp-img-position {
  left: 0;
  position: relative;
  top: 16px;
}

.company-info {
  margin-top: 0px;
}

.tabbable-line > .nav-tabs > li {
  margin-top: 12px;
}

.why-us {
  margin-top: 0;
}


.slider_banner {
    margin-top: 30px;
}

.slider_banner h3 {
	color: #585858;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	text-align:center;
}

.slider_banner h4 {
	color: #696969;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	text-align:center;
}

.designprocessbg {
	background: #ffad05;
}

.appdevprocessbg {
	min-height: 0px;
	padding: 30px;
	background: #ddd4c1;
}

.xs-maxwidth{
	max-width: 100%;
}

.btn-primary.subscribebtn {
	width: 100%;
	margin-bottom: 6%;
}

.sem-xs-width-img {
	max-width: 100%;
	margin: auto 0;
	padding-left: 30px;
	padding-right: 30px;
}

.ldp-section3 {
	float: left;
	width: 100%;
	padding: 20px;
}

.b2bservices li {
	font-size: 13px;
	line-height: 26px;
}

.b2bservices h2 {
	font-size: 24px;
}

.b2bservices h3 {
	font-size: 24px;
	line-height: 30px;
}

.designprocessbg h1 {
	font-size: 61px;
	line-height: 30px;
}

.b2bservices p {
	padding: 20px;
}

.offers-section {
	background: #1d1d1d;
	padding: 2px !important;
}

.sembg {
	background: #ffad05;
}

.offers-section h2 {
	font-size: 24px;
	line-height: 30px;
}

.footer-getaquote h2 {
	font-size: 24px;
	line-height: 30px;
}

.about-info {
	margin: 0px 0;
}

.our-clients h2 {
	font-size: 24px;
}

.portfolio h2 {
	font-size: 24px;
	line-height: 30px;
}

.career-info h2 {
	font-size: 24px;
	line-height: 30px;
}

.logodesign h2 {
	font-size: 24px;
	line-height: 30px;
}

.industry-section h2 {
	font-size: 24px;
	line-height: 36px;
}

.btn-primary.getaquote {
	margin-top: 44px;
}

.navbar-custom .pull-right {
	float: left !important;
}

.col-left-0 {padding-left:15px!important;}


.list-inline > li {
	margin-top: 10% !important;
}

ul.filter > li > a {

	padding: 9px 33px !important;
}

ul.filter > li > a:hover,ul.filter > li > a:focus {
padding: 9px 33px;
}

.slider_banner h1 {
    font-size: 12px!important;
}

.hideme {
    opacity: 100!important;
}

.carousel {
    margin-top: 0px!important;
    position: relative;
}

.logo-nav img {
    margin-left: 12px;
    margin-top: 5px;
    max-width: 100%;
    width: 84px;
}

.navbar-wrapper {
    width: 100%;
	background: transparent;
	margin-top:0px!important;
}


.navbar-brand {
    height: 100%!important;
}

.navbar-collapse {margin-top:15px!important;}



.social-icons img{
	margin-top:-20px;
}

.slider_banner h1 {
    font-size: 18px;
}

.slider_banner h1 span {
    font-size: 18px;
}


}

.noborderthumbnail {

   border: 0px solid #e9e4d1!important;

}


.btn-primary.getaquote {
  float:left;
}


.carousel-fade .item {-webkit-transition: opacity 3s; -moz-transition: opacity 3s; -ms-transition: opacity 3s; -o-transition: opacity 3s; transition: opacity 3s;}

.carousel-fade .active.left {left:0;opacity:0;z-index:2;}

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


.fixed {

    position: fixed;

    top:0; left:0;

    width: 100%; 

	margin-top: 0px!important;

}

.hideme

{

    opacity:0;

}



.pull-left.img-responsive{

	margin:0 1em 0 0;}





/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
	
}
ul.social-network li {
	display: inline;
	margin: 0 0px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#fec306;
}
.social-network a.icoTwitter:hover {
	background-color:#fec306;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i {
	color:#fff;
}

.social-network a.icoFacebook:hover i{
	color:#fff;
}

.social-network a.icoTwitter:hover i{
	color:#393939;
}

.social-network a.icoGoogle:hover i{
	color:#fff;
}

.social-network a.icoVimeo:hover i{
	color:#fff;
}

.social-network a.icoLinkedin:hover i {
	color:#fff;
}


a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 100px;
	height: 100px;
	font-size:50px;
	background-color: #585858;
}
.social-circle li i {
	margin:0;
	line-height:100px;
	text-align: center;
}


.icon-circle {
	display:inline-block;
	position:relative;
	float:left;
	margin-right:20px;
	margin-bottom:5%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 70px;
	height: 70px;
	font-size:30px;
	background-color: #ffc306;
}
.icon-circle i {
	margin:0;
	line-height:70px;
	text-align: center;
	color:#fff;
}




.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

/* Footer Social Icons */

.social-circle2 li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 40px;
	height: 40px;
	font-size:18px;
	border:1px solid #a8a9ab;
	background-color: transparent;
}
.social-circle2 li i {
	margin:0;
	line-height:42px;
	text-align: center;
}

.social-circle2 li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle2 i {
	color: #ffc306;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}





/* Tabs panel */
.tabbable-panel {
  border:0px solid #eee;
  padding: 10px;
  border-radius:8px;
  
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: 0px;
  margin: 0px;
  
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}

.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #3d3d3d;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent !important;
  border: 1px solid #a8a9ab;
  border-radius:30px;
  padding: 10px 40px; 
}

.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 0px solid #fbcdcf;
  background:#ffc306 !important;
  border-radius:30px;
  border:1px solid #ffc306;
}

.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 0px solid #f3565d;
  position: relative;
  background:#ffc306 !important;
  border:1px solid #ffc306;
  border-radius:30px;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: transparent;
  border: 0;
  border-top: 0px solid #eee;
  padding: 30px 0;
  
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
  
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
  
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0; 
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 0px solid #eee;
  padding-bottom: 15px;  
}
.tab-content h3 {
  font-size: 30px;
  color: #585858;
  font-weight: 600;
  text-transform: uppercase;  
  margin-top:20px;
}

.tab-content p {
  font-size: 14px;
  line-height: 24px;
  color: #756d4f;
  font-weight: 600;
}

.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}

.custom-bullet li {
    display: block;
	color: #756d4f;
	line-height: 2;
	font-weight: 600;
}

.custom-bullet li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #ffc306;
}


/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
.carousel-control {
    left: 0px;
	text-shadow: 0 0px 0px rgba(0, 0, 0, 0.6);
    top: 15%;
	width: 5% !important;
	color: #000;
	font-size: 97px;
}
.carousel-control.right {
	background-image: none;
	color:#9a9897;
    right: 0px;
}
/* Changes the position of the indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
    background: #989694;
}
.carousel-indicators .active {
background: #ffc306;
}

.carousel-control.left {
  background-image: none;
  color:#9a9897;
}

.thumbnail {
  background-color: transparent;
  border: 1px solid #ddd;
}


/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel-2 .carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
.carousel-2 .carousel-control.left {
    left: -12px;
	text-shadow: 0 0px 0px rgba(0, 0, 0, 0.6);
    top: 60px;
	width: 5%;
	color: #a3966a;
	font-size: 70px;
	font-weight: 600;
}
.carousel-2 .carousel-control.right {
	background-image: none;
    right: -12px;
	text-shadow: 0 0px 0px rgba(0, 0, 0, 0.6);
    top: 60px;
	width: 5%;
	color: #a3966a;
	font-size: 70px;
	font-weight: 600;
}
/* Changes the position of the indicators */
.carousel-2 .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-2 .carousel-indicators li {
    background: #818285;
}
.carousel-2 .carousel-indicators .active {
background: #ffc306;
}

.carousel-2 .carousel-control:focus, .carousel-control:hover {
color: #ffc306; 
text-shadow:0px 0px 0px 0px;
}

.carousel-control:focus, .carousel-control:hover {
color: #ffc306; 
text-shadow:0px 0px 0px 0px;
}

a {
  color: #ffcb08;
  text-decoration: none;
}

a:focus, a:hover {
  color: #ffcb08;
  text-decoration: underline;
}
.footer-newsletter {border:1px solid #ffffff; border-radius: 100px;}
.input-group-addon{color:#656668; background-color: transparent; border:0px solid black;}

.input-group .form-control{color:#656668; background-color: transparent; border:0px solid black;}

.input-group .form-control{color:#656668; background-color: transparent; border:0px solid black;}



