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

}

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

}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.cleaner1 { clear: both; width:100%; height: 20px;}

/* ---- Scroller ---- */
.scroller {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 120px;
  margin: 0 auto;
  font-size: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  z-index:4;
}


.scroller:focus {
  color: inherit;
  text-decoration: none;
}

.scroller:hover,
.scroller:focus {
  color: #ffffff;
  text-decoration:none;
}

.scroller:hover .scroller-text {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 1;
}

.scroller .scroller-text {
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #ececec;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
@media (min-width: 768px) {
.lead {
    font-size: 20px !important;
}
}

.lead {
    margin-bottom: 20px;
    font-size: 18px;
	font-family: 'gilroy-light', sans-serif;
    font-weight: normal;
    line-height: 1.4;
	color: #555555;
}


#pageloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    background-color: #fff;
    z-index: 9999;
}
.loader {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader img {
	width: 250px;
	height: 99px;
    
}

.loader-line {
    height: 2px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #e3e5e5;
}
.loader-line:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #009fe3;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

.scrollcontroller {
	position: absolute;
	width: 80px;
	height: 80px;
	top: -80px;
	z-index: 99999;
	left: 14px;
}

@media(max-width: 991px) {
.scrollcontroller {
    position: absolute;
	width:93px;
	height:93px;
    top: 0;
	z-index:99999;
}
}

.posrel {
    position: relative;
}

/* ---- New Ghost Buttons ---- */

.btn-ghost-light {
  position: relative;
  display: inline-block;
  padding: 6px 33px;
  background: none !important;
  color: #ffffff !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  text-align:center;
  letter-spacing: 2.5px;
  font-size: 0.75em;
  line-height: 1.8em;
  border-radius: 0;
  border: 2px solid #ffffff;
 -webkit-transition: all 0.5s;
          transition: all 0.5s;
}



@media (max-width: 991px) {
.btn-ghost-light.btn-block {
	width:70%;

}
}

.btn-ghost-light {
  background: #ffffff;
  color: #ffffff;
  overflow: hidden;
  z-index: 1;
}

.btn-ghost-light:after {
  content: '';
  position: absolute;
  background: #ffffff;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: top 0.3s;
          transition: top 0.3s;
  z-index: -1;
}

.btn-ghost-light:visited,
.btn-ghost-light:focus  {
  color: #ffffff !important;
  text-decoration: none;
}

.btn-ghost-light:hover {
  color: #009fe3 !important;
  background: none;
  text-decoration: none;
}

.btn-ghost-light:hover:visited {
  color: #009fe3;
  text-decoration: none;
}

.btn-ghost-light:hover:after {
  top: 0;
}

/* ---- Button Sizes ---- */
.btn-large {
  padding: 10px 54px;
  font-size: 1.1em;
  letter-spacing: 3px;
}

.btn-small {
  padding: 6px 33px !important;
  font-size: 0.75em !important;
}

/*Equal Height Columns*/
@media (max-width: 991px) {
	.equal-height-column {
		height: auto !important;
	}
}

.g-dp-table {
	display: table;
}

.g-dp-table-cell {
	display: table-cell;
}

.g-va-middle {
	vertical-align: middle;
}

.g-va-bottom {
	vertical-align: bottom;
}

.g-va-top {
	vertical-align: top;
}

.dont-break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}


/* form */
.form-control {
	color: #555;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	height:1%;
	box-shadow: none;
	border: 1px solid #ccc;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-top-color: transparent !important;
	border-bottom-color: solid 1px #ccc !important;
	border-bottom-style:dashed;
	padding:15px 0 8px 0;
	background: transparent;
	outline:none !important;
}

#contact-page-form textarea.form-control {
    height: 210px !important;
}

.form-control:focus {
	outline:none !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-top-color: transparent !important;
	border-bottom-color: solid 1px #bbb !important;
	box-shadow: none !important;
}

.form-control::-moz-placeholder {
	color: #555;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #555;
}
.form-control::-webkit-input-placeholder {
	color: #555;
}

input:-ms-input-placeholder {
    color: #555;
}


.control-group {
    margin-bottom: 0 !important;
}

.alert-success {
  background-color: transparent;
  border-color: transparent;
  color: #555;
  padding-left:0 !important;
  padding-right:0 !important;
  padding-bottom:0 !important;
}

.alert-danger {
  background-color: transparent;
  border-color: transparent;
  color: #555;
  padding-left:0 !important;
  padding-right:0 !important;
  padding-bottom:0 !important;
}

.close {
  float: right;
  font-size: 26px;
  font-weight: normal !important;
  line-height: 1;
  color: #555 !important;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
.close:hover,
.close:focus {
  color: #888888 !important;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
}

button:focus {outline:0 !important;}

.topfmfield {
	display:none;
}

.help-block li {
  color: #555;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight:400;
  list-style:none;
  margin-left:-40px;
  margin-bottom: 10px;
  margin-top:0;
  font-size:15px;
}

.help-block li:before {
  content: '\f176' /*fontawesome char code inside the ''*/;
  font-family: FontAwesome; /* or whatever */
  font-size:18px;
  display: inline-block;
  color:#009fe3;
  width: 1em; /*same as padding-left set on li*/

}
/* modal */
.modal-content {
  position: relative;
  background-color: #515b69;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .1);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .1);
}

.modal-header {
  padding: 15px 30px;
  border-bottom: 1px solid #212526;
}

.modal-header .close {
  float: right;
  margin-top:0;
  font-size:36px;
  font-family: 'Open Sans', sans-serif;
  color:#cccccc !important;
  font-weight: 300 !important;
}

.modal-header .close:hover {
  color:#ffffff !important;
}

.modal-title {
	padding: 0 0 0 45px;
	position: relative;
	display: inline-block;
	color:#ffffff;
	font-family: 'gilroy-bold', sans-serif;
    letter-spacing: 1px!important;
	font-weight:normal;
	text-transform:uppercase;
	font-size:17px;
	line-height: 38px !important;
}

.modal-header .intro-heading p {
	color:#acbbbf;	
}

.modal-title:before {
	content: ' ';
	width: 30px;
	position: absolute;
	border-width: 2px;
	border-color: #ffffff;
	top: 18px;
	left:0;
	border-bottom-style: solid;
}

.modal-body {
  position: relative;
  padding: 15px 30px 5px 30px;
  background:#f7f7f7;
}

.modal-body h3{
	margin-bottom: 0;
}

.modal-footer {
  padding: 0 30px 15px 30px;
  text-align: right;
  border-top: transparent;
  background:#f5f7f7;
}

@media (max-width: 420px) {
.modal-title {
	padding: 0 0 0 0;
	font-size:15px;
	line-height: 34px !important;
	letter-spacing:2px;
}
.modal-title:before {
	content: ' ';
	width: 0;
	position: absolute;
	border-width: 1px;
	border-color: #ffffff;
	top: 17px;
	left:0;
	border-bottom-style: solid;
}
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

.bordered-title{
    position: relative;
	margin: 40px 0;
}
.bordered-title:before {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20%;
    height: 1px;
    background: #666d7c;
    content: "";
}

.bordered-title:after {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20%;
    height: 1px;
    background: #666d7c;
    content: "";
}

/* bottom: More Articles Bar */

.outside-more-articles {
	background: #515b69;
  position: fixed;
  width: 100%;
  bottom: 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.3);
  padding: 20px 0;
  z-index: 999;
  visibility: hidden;
  transition: all 500ms cubic-bezier(.265,.365,.26,.865);
  -webkit-transition-timing-function: cubic-bezier(.265,.365,.26,.865);
  -moz-transition-timing-function: cubic-bezier(0.265,.365,.26,.865);
  -o-transition-timing-function: cubic-bezier(0.265,.365,.26,.865);
  transition-timing-function: cubic-bezier(0.265,.365,.26,.865);
}

.outside-more-articles p{
	color:#ffffff;
	margin-bottom:0;
}

.outside-more-articles--bottom {
	bottom: -65px;
}


.outside-more-articles--show {
	visibility: visible;
}

.outside-more-articles--bottom.outside-more-articles--show {
	bottom: 0;
}

.outside-more-articles__close {
	color: #ffffff;
	position: absolute;
	top: 20px;
	right: 23px;
}

.outside-more-articles__close span{
	font-size: 26px !important;
	line-height:1;
	font-family: 'Open Sans', sans-serif;
}



.outside-more-articles ul {
	margin-bottom:0;
}

.outside-more-articles .dark-social li i {
    color: #ffffff;
}

.outside-more-articles .bold {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.outside-more-articles .mob-rev {
    color: #ffffff;
    font-size: 16px;
	margin-bottom: 0;
	display:none;
}

.outside-more-articles a {
    color: #ffffff;
    font-size: 16px;
}

.outside-more-articles a:hover {
    text-decoration: none;
    color: #ffffff;
}

@media (max-width: 991px) {
.outside-more-articles .nds {
	display:none;
}
.outside-more-articles__close {
	display:none;
}
}

@media (max-width: 767px) {
.outside-more-articles .nds2 {
	display:none;
}
}

@media (max-width: 600px) {
.outside-more-articles .bold {
	display:none;
}
.outside-more-articles .mob-rev {
   display:inline-block;
}

.mob-kill {
   display:none;
}
}



.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.header-title {
  position: absolute;
  top:50%;
  left:150px;
  transform: translateY(-50%);
  width:600px;
}

.header-title img{
  -webkit-filter: drop-shadow( 0 0 3px rgba(0,0,0,0.2) );
  filter: drop-shadow( 0 0 3px rgba(0,0,0,0.2) );

}

.header-title h2{
  color: #ffffff;
	font-size: 28px;
	text-align: left;
	margin: 20px 10px 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/*header responsive*/
@media (max-width: 1440px) {
.header-title {
  left:100px; 
}
}

@media (max-width: 1280px) {
.header-title {
  max-width:480px;
  left:50px; 
}
.header-title h2{
    font-size: 22px;
	line-height: 24px;
	margin: 20px 0 0;
}
}


@media (max-width: 991px) {
.fullheight {
    top: -90px;
	margin-bottom:-90px;
    }
.header-title {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
   width:380px;
  margin-top: 0; 
}
.header-title h2{
  text-align: center;
	
}	
}

@media (max-width: 767px) {
.header-title {
  max-width:700px;
	text-align: center;
}
.header-title img{
  width:200px;
  height: 79px;

}
.header-title h2{
    font-size: 18px;
	line-height: 20px;
	margin: 10px 20px 0;
}
}

@media (max-width: 480px) {
.header-title {
  width:100%; 
}
.header-title h2{
    margin: 10px 20px 0;
}

}

.gpt-gpb {
  padding: 30px 0;
}


@media (max-width: 991px) {
.text-boxes-intro1 .fill {
    width: 100%;
    min-height: 350px;
}
.g-dp-table {
	display: block;
}
.g-dp-table-cell {
    display: block;
}
.poster-ssc {
	max-width: 400px;
	display: block;
	margin: 0 auto;
}
}

/* bullets1 */
ul.bulleted {
	list-style: none;
	margin-left: -40px;
}


ul.bulleted li {
  padding-left: 1.2em;
  margin:5px 0 0 0;
  font-family: 'gilroy-light', sans-serif;
  font-weight: normal;
  line-height: 1.4;
  font-size:20px;
  color:#555;
 
  
}

@media (max-width: 991px) {
ul.bulleted li {
  font-size:18px;
  
}
}

ul.bulleted li a {
 color:#009fe3;
 
  
}

ul.bulleted li a:hover {
 color:#555;
 
  
}

ul.bulleted li:before {
  content: '\f00c' /*fontawesome char code inside the ''*/;
  font-family: FontAwesome; /* or whatever */
  display: inline-block;
  color:#009fe3;
  vertical-align:top;
  margin-left: -1.2em; /*same as padding-left set on li*/
  width: 1.2em; /*same as padding-left set on li*/

}

/* bullets2 */
ul.bulleted2 {
	list-style: none;
	margin-left: -40px;
}


ul.bulleted2 li {
  padding-left: 1.2em;
  margin:5px 0 0 0;
  font-family: 'gilroy-light', sans-serif;
  font-weight: normal;
  line-height: 1.4;
  font-size:20px;
  color:#ffffff;
 
  
}

@media (max-width: 991px) {
ul.bulleted2 li {
  font-size:16px;
  
}
}


ul.bulleted2 li:before {
  content: '\f00c' /*fontawesome char code inside the ''*/;
  font-family: FontAwesome; /* or whatever */ display: inline-block;
  color:#ffffff;
  vertical-align:top;
  margin-left: -1.2em; /*same as padding-left set on li*/
  width: 1.2em; /*same as padding-left set on li*/

}

/* bullets3 */
ul.bulleted3 {
	list-style: none;
	margin-left: -40px;
}


ul.bulleted3 li {
  padding-left: 1.2em;
  margin:5px 0 0 0;
  font-family: 'gilroy-light', sans-serif;
  font-weight: bold;
  line-height: 1.4;
  font-size:20px;
  color:#ffffff;
 
  
}

@media (max-width: 991px) {
ul.bulleted3 li {
  font-size:16px;
  
}
}


ul.bulleted3 li:before {
  content: '\f00c' /*fontawesome char code inside the ''*/;
  font-family: FontAwesome; /* or whatever */ display: inline-block;
  color:#ffffff;
  vertical-align:top;
  margin-left: -1.2em; /*same as padding-left set on li*/
  width: 1.2em; /*same as padding-left set on li*/

}


/* bullets5 */
ul.bulleted5 {
	list-style: none;
	margin-left: -40px;
}


ul.bulleted5 li {
  padding-left: 1.2em;
  margin:5px 0 0 0;
  font-weight: normal;
  line-height: 1.4;
  color:#ffffff;
 
  
}

@media (max-width: 991px) {
ul.bulleted5 li {
  font-size:18px;
  
}
}

ul.bulleted5 li a {
 color:#ffffff;
 
  
}

ul.bulleted5 li a:hover {
 color:#555;
 
  
}

ul.bulleted5 li:before {
 content: '\f00c' /*fontawesome char code inside the ''*/;
  font-family: FontAwesome; /* or whatever */ display: inline-block;
  color:#ffffff;
  vertical-align:top;
  margin-left: -1.2em; /*same as padding-left set on li*/
  width: 1.2em; /*same as padding-left set on li*/

}

ul.no-bullets li::before {
    list-style-type: none;
    display: none;
}

img.center-icon {
    width: auto;
    height: auto;
    margin: 0 auto;
}


/* Designing presentation section */
.our-presentation {
	padding: 130px 0;
	background: url(../img/sec-bg-img.jpg);
	background-size: cover;
	background-position: center center;
	position:relative;
}


.our-presentation:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0.3);
}

.our-presentation-2 {
	padding: 130px 0;
	background: url(../img/sec-bg-img-2.jpg);
	background-size: cover;
	background-position: center center;
	position:relative;
}


.our-presentation-2:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0.4);
}

.pres-heading {
	padding:0 120px;
	width: 70%;
    margin: 0 auto;
	position: relative;
	z-index: 2;
}

.pres-heading p{
	color: #ffffff;
	font-family: 'gilroy-light', sans-serif;
    font-weight: 600;
	font-size: 24px!important;
}

.pres-heading p.smaller {
	color: #ffffff;
	font-family: 'gilroy-light', sans-serif;
    font-weight: 600;
	font-size: 18px!important;
    margin-bottom: 20px;
}


.pres-heading h2{
	color: #ffffff;
}

@media (max-width: 1199px) {
.pres-heading {
	padding:0 50px;
	margin-bottom:25px;
	width: 50%;
}	
}

@media (max-width: 991px) {
.pres-heading {
	padding:0 50px;
	width: 60%;
}	
}

@media (max-width: 767px) {
.our-presentation {
	padding: 60px 0;
}
.our-presentation:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0.5);
}
.pres-heading {
	padding:0 30px;
	width: 100%;
}
.pres-heading p{
	font-size: 20px!important;
}
}

/* ---- Intro boxes ---- */ 

.lg-text-intro {
    position: relative;
}


.lg-text-intro h3{
	font-size: 30px;
	line-height: 1.4;
	font-weight: 300;
	color: #555;
}

@media(max-width: 600px) {
.lg-text-intro h2{
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 10px;
	font-family: 'Roboto', sans-serif;
	color: #607B99;
	font-weight: 700;
}

.lg-text-intro h3{
	font-size: 22px;
	line-height: 1.4;
	font-weight: 300;
	color: #555;
}
}

.text-boxes-intro1 {
    position: relative;
}
.text-boxes-intro1 .contents {
    margin-top: 80px;
    float: left;
}

.text-boxes-intro1 .contents.padright {
	padding-right: 50px;
}




@media(max-width: 991px) {
.text-boxes-intro1 .contents.padright {
	padding-right: 15px;
	padding-left: 15px;
}
}
.text-boxes-intro1 .title-left {
    position: relative;
    left: -80px;
	background:transparent;
	padding:20px;
}


.text-boxes-intro1 .title-left.extra-pad {
    padding:40px;
}

@media(max-width: 991px) {
.text-boxes-intro1 .title-left.extra-pad {
    padding:0;
	background: transparent;
}
}

.text-boxes-intro1 .description.right {
    padding-left: 0;
    padding-right: 75px;
}

.text-boxes-intro1 .fill {
    width: 100%;
	min-height: 550px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.text-boxes-intro1 .fill2 {
    width: 100%;
	min-height: 550px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.text-boxes-intro1 .title-left .half-title,
.text-boxes-intro1 .half-title {
	margin-bottom:10px;
}

.text-boxes-intro1 .title-left .half-title span,
.text-boxes-intro1 .half-title span{
	font-family: 'gilroy-light', sans-serif;
}

.link-tb.right {
    float: right;
    padding-right: 75px;
    padding-left: 0;
}

.link-tb.right:before {
    right: -35px;
    left: auto;
}

.link-tb.right:after {
    right: -35px;
    left: auto;
}

a.link-tb {
    text-decoration: none;
}

.link-tb {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    float: left;
    margin-top: 40px;
    padding-left: 55px;
    text-transform: uppercase;
	color: #555;
	z-index:2;
    
}

.link-tb.min-marge {
    margin-top: 10px;
    
}



.link-tb:after {
    background-color: #009fe3;
}

.link-tb:before {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    top: 5px;
    left: -55px;
    background: #ccc;
}

.link-tb:after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    top: 5px;
    left: -55px;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}

.link-tb:hover:after {
    width: 0;
}

@media(max-width: 991px) {

.text-boxes-intro1 .contents {
    margin-top: 50px;
    float: left;
}
.text-boxes-intro1 .title-left {
    left: 0;
	padding:0;
}
	
.link-tb {
    padding-left: 110px;
	margin-top:20px;
    
}
.link-tb:before {
    left: 0;
}

.link-tb:after {
    left: 0;
    
}

.text-boxes-intro1 .fill {
    width: 100%;
	min-height: 350px;
}
	
	.text-boxes-intro1 .fill {
    width: 100%;
	min-height: 600px;
}

.text-boxes-intro1 .description.right {
    padding-left: 0;
    padding-right: 0;
	text-align: left;
}
.link-tb.right {
    float: left;
    padding-left: 110px;
    padding-right: 0;
}
.link-tb.right:before {
    left: 0;
    right: auto;
}

	.link-tb.right:after {
    left: 0;
    right: auto;
}
}

@media(max-width: 600px) {
.text-boxes-intro1 .fill {
    width: 100%;
	min-height: 250px;
}	
}

#first-bio-more .panel-body,
#second-bio-more .panel-body,
#third-bio-more .panel-body,
#forth-bio-more .panel-body,
#fifth-bio-more .panel-body,
#sixth-bio-more .panel-body{
    padding: 0;
	
}

.panel {
    margin-bottom: 0;
    background-color: transparent;
    border: 1px solid none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group {
    margin-bottom: 0;
}


h5 {
  font-size: 14px;
  color: #515b69;
  font-weight: 300;
  margin-bottom:10px;
}

/* --------------------------------------------------
	[. Video Icon v1]
---------------------------------------------------- */
.u-video-icon-v1 {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	line-height: 41px;
	font-size: 16px;
	text-align: center;
	border: solid 5px #fff;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	transition: all .2s ease-out;
}

.u-video-icon-v1:hover {
	color: #fff;
	border-color: rgba(255,255,255,.6);
	background-color: rgba(0,0,0,.6);
}

.u-video-icon-v1:focus {
	color: #fff;
}

.u-video-icon-v1__icon {
	position: relative;
	left: 1px;
}


/*Content Boxes v5*/
.content-boxes-v5 i {
	float: left;
	color: #999;
	width: 50px;
	height: 50px;
	padding: 11px;
	font-size: 22px;
	background: #eee;
	line-height: 28px;
	text-align: center;
	margin-right: 15px;
	display: inline-block;
}

.content-boxes-v5:hover i {
	color: #fff;
	background: #009FEE;
}

/*Content Boxes v6*/
.content-boxes-v6 {
	padding-top: 25px;
	text-align: center;
}

.content-boxes-v6 i {
	color: #fff;
	width: 90px;
	height: 90px;
	padding: 30px;
	font-size: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
	background: #dedede;
	margin-bottom: 25px;
	display: inline-block;
}

.content-boxes-v6 i:after {
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	content: " ";
	position: absolute;
	border: 1px solid #dedede;
	border-radius: 50% !important;
}

.content-boxes-v6:hover i,
.content-boxes-v6:hover i:after {
	transition: all 0.3s ease-in-out;
}

.content-boxes-v6:hover i {
	background: #009FEE;
}

.content-boxes-v6:hover i:after {
	border-color: #009FEE;
}


.service-block-blue ul,li{
	color: #ffffff;
}

.form-holder {
	padding:0; 
}

.form-holder-inner {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	right:150px;
	width:500px;
	padding: 20px;
	margin-top: 60px;
	background: rgba(255,255,255,0.7);
}

.form-holder-inner .form-control {
border: 1px dashed #999!important;
	border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: solid 1px #999 !important;
    border-bottom-style: dashed;
}



@media (max-width: 1440px) {
.form-holder-inner {
	right:100px;
	width:400px;
}
}

@media (max-width: 1280px) {
.form-holder-inner {
	right:50px;
}
}

@media(max-width: 991px) {
.form-holder {
	padding:15px; 
}

.form-holder-inner {
	position:relative;
	top:0;
	transform: translateY(-0);
	right:0;
	width:100%;
}
.form-holder-inner .form-control {
border: 1px dashed #ccc!important;
	border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: solid 1px #ccc !important;
    border-bottom-style: dashed;
}
}
