@font-face {
  font-family: "Futura-Book";

  src: url("../fonts/Futura-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Futura-Book.woff") format("woff"),
    url("../fonts/Futura-Book.ttf") format("truetype"),
    url("../fonts/Futura-Book.svg#Futura-Book") format("svg");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "FuturaBT-Book";

  src: url("../fonts/FuturaBT-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FuturaBT-Book.woff") format("woff"),
    url("../fonts/FuturaBT-Book.ttf") format("truetype"),
    url("../fonts/FuturaBT-Book.svg#FuturaBT-Book") format("svg");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "FontAwesome";

  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");

  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0")
      format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"),
    url("fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"),
    url("fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"),
    url("fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular")
      format("svg");

  font-weight: normal;

  font-style: normal;
}

body {
  font-family: "Futura-Book", "FuturaBT-Book" !important;
  font-size: 14px !important;
  color: #787884 !important;
  background: #fff !important;

  height: 100%;
  width: 100%;
  min-height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

a,
a:hover,
img {
  text-decoration: none !important;
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FuturaBT-Book" !important;
  text-transform: capitalize;
}

h1 {
  font-size: 22px !important;
}

h2 {
  font-size: 20px !important;
}

h3 {
  font-size: 18px !important;
}

h4 {
  font-size: 16px !important;
}

h5 {
  font-size: 14px !important;
}

button,
input,
textarea,
select {
  border-radius: 0 !important;
}

.btn-blue {
  background: rgb(44, 88, 113) !important;
}

.btn-sky {
  background: rgb(21, 176, 191) !important;
}

.btn-pink {
  background: rgb(239, 88, 107) !important;
}

.btn-orange {
  background: rgb(239, 88, 107) !important;
}

.btn-gray {
  background: #dddddd !important;
  color: #7f7f7f !important;
}

.btn {
  color: #fff;
}

.regular {
  font-family: "Futura-Book" !important;
}

.semibold {
  font-family: "FuturaBT-Book" !important;
}

.radius_none {
  border-radius: 0 !important;
}

.border_none {
  border: 0 !important;
}

.shadow_none {
  box-shadow: none !important;
}

::-webkit-input-placeholder {
  color: #787884 !important;
}

:-moz-placeholder {
  /* Firefox 18- */

  color: #787884 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */

  color: #787884 !important;
}

:-ms-input-placeholder {
  color: #787884 !important;
}

/*Margin*/

.ml0 {
  margin-left: 0 !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

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

.mt20 {
  margin-top: 20px !important;
}

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

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/*Padding*/

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

.pl10 {
  padding-left: 10px !important;
}

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

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.p0 {
  padding: 0 !important;
}

.m0 {
  margin: 0 !important;
}

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

.row .back {
  background: #e5e5e5;
}

.colorfull_bg {
  height: 3px;
  width: 100%;

  background: #15b0bf; /* Old browsers */

  background: -moz-linear-gradient(
    left,
    #15b0bf 0%,
    #15b0bf 25%,
    #2c5871 25%,
    #2c5871 50%,
    #2c5871 50%,
    #2c5871 50%,
    #ef586b 50%,
    #ef586b 75%,
    #ef586b 75%,
    #fd9982 75%,
    #fd9982 100%
  ); /* FF3.6+ */

  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #15b0bf),
    color-stop(25%, #15b0bf),
    color-stop(25%, #2c5871),
    color-stop(50%, #2c5871),
    color-stop(50%, #2c5871),
    color-stop(50%, #2c5871),
    color-stop(50%, #ef586b),
    color-stop(75%, #ef586b),
    color-stop(75%, #ef586b),
    color-stop(75%, #fd9982),
    color-stop(100%, #fd9982)
  ); /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(
    left,
    #15b0bf 0%,
    #15b0bf 25%,
    #2c5871 25%,
    #2c5871 50%,
    #2c5871 50%,
    #2c5871 50%,
    #ef586b 50%,
    #ef586b 75%,
    #ef586b 75%,
    #fd9982 75%,
    #fd9982 100%
  ); /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(
    left,
    #15b0bf 0%,
    #15b0bf 25%,
    #2c5871 25%,
    #2c5871 50%,
    #2c5871 50%,
    #2c5871 50%,
    #ef586b 50%,
    #ef586b 75%,
    #ef586b 75%,
    #fd9982 75%,
    #fd9982 100%
  ); /* Opera 11.10+ */

  background: -ms-linear-gradient(
    left,
    #15b0bf 0%,
    #15b0bf 25%,
    #2c5871 25%,
    #2c5871 50%,
    #2c5871 50%,
    #2c5871 50%,
    #ef586b 50%,
    #ef586b 75%,
    #ef586b 75%,
    #fd9982 75%,
    #fd9982 100%
  ); /* IE10+ */

  background: linear-gradient(
    to right,
    #15b0bf 0%,
    #15b0bf 25%,
    #2c5871 25%,
    #2c5871 50%,
    #2c5871 50%,
    #2c5871 50%,
    #ef586b 50%,
    #ef586b 75%,
    #ef586b 75%,
    #fd9982 75%,
    #fd9982 100%
  ); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b0bf', endColorstr='#fd9982',GradientType=1 ); /* IE6-9 */
}

.digimenu.navbar-inverse {
  background: #282825; /*border-color:#282825;*/
  border: none;
}

.digimenu.navbar-inverse ul.nav li > a {
  font-size: 13px;

  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-bottom: 3px solid transparent;
}

.digimenu.navbar-inverse .navbar-nav > .active > a,
.digimenu.navbar-inverse .navbar-nav > .active > a:hover,
.digimenu.navbar-inverse .navbar-nav > .active > a:focus,
.digimenu.navbar-inverse ul.nav li > a:hover {
  color: #ec6d58;
  background: #282825;
  border-bottom: 3px solid #ec6d58;
}

.digimenu .navbar-brand > img {
  margin-top: -7px;
}

.digibanner.carousel {
  width: 100% !important;
}

.carousel_overlay {
  background: url(../images/pattern.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.digibanner.carousel .carousel-caption {
  top: 120px;
  padding: 0;
  right: 15px;
  left: inherit;
  height: 200px;
  width: 35%;
  text-align: right;
}

.digibanner.carousel .carousel-caption h1 {
  background: #c83b3b;
  width: 85%;
  padding: 7px 15px;
  font-size: 20px !important;
  text-transform: capitalize;
  text-align: right;
  display: inline-block;
  margin: 0 0 2px 0;
}

.digibanner.carousel .carousel-caption .lead {
  background: rgba(0, 0, 0, 0.3);
  padding: 15px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: right;
  font-size: 12px;
}

.digibanner.carousel .carousel-control.left,
.digibanner.carousel .carousel-control.right {
  background: none !important;
  display: none;
}

.digibanner.carousel .carousel-indicators {
  right: 15px;
  left: inherit;
  top: 45%;
  margin: 0;
  width: auto;
}

.digibanner.carousel .carousel-indicators li {
  float: none;
  display: block;
  margin: 10px 0;
  width: 12px;
  height: 12px;
}

.Homecontact_Detail {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 70px;
  z-index: 200;
  color: #fff;
}

.Homecontact_Detail li {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
  float: left;
}

.Homecontact_Detail li i {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

.Homecontact_Detail li a {
  color: #fff;
}

.home_leftLink {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 15px;
  top: 120px;
  z-index: 200;
  color: #fff;
}

.home_leftLink li {
  margin: 0 0 2px 0;
  padding: 15px;
  list-style: none;
  background: rgba(0, 0, 0, 0.3);
}

.home_leftLink li a {
  color: #fff;
  font-size: 20px;
  font-family: "FuturaBT-Book";
}

.home_leftLink li a:hover {
  color: #f97e76;
}

/*.home_servicePart{position:absolute; bottom:46px; width:100%; z-index:200;}

.home_servicePart .box{padding:15px 0; position:relative;}

.home_servicePart .box .content, .home_servicePart .box .content a{color:#fceab2;}

.home_servicePart .box .content ul{margin:20px 0 0 0; padding:0;}

.home_servicePart .box .content ul li{margin:0 0 10px 0; padding:0; list-style:none;}

.home_servicePart .box .content ul li:last-child{margin:0;}

.home_servicePart .box h1{font-size:20px !important; color:#fff; margin:0; text-transform:capitalize; line-height:28px;}

.home_servicePart .box h1 img{margin-right:10px;}

.home_servicePart .box .arrow{position:absolute; top:-25px; right:-15px; cursor:pointer; display:inline-block; color:#fff; width:30px; height:25px; 

text-align:center; font-size:20px; padding:3px 0; line-height:normal;}

.home_servicePart .WDV .box .arrow{background:#15b0bf;}

.home_servicePart .MD .box .arrow{background:#2c5871;}

.home_servicePart .WDS .box .arrow{background:#ef586b;}

.home_servicePart .DM .box .arrow{background:#fd9982;}



.home_servicePart .WDV{background:#15b0bf;}

.home_servicePart .MD{background:#2c5871;}

.home_servicePart .WDS{background:#ef586b;}

.home_servicePart .DM{background:#fd9982;}*/

.home_servicePart {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.home_servicePart .box {
  padding: 10px 15px;
}

.home_servicePart .box .content {
  display: none; /*height:0;*/
}

.home_servicePart .box .content,
.home_servicePart .box .content a {
  color: #fceab2;
}

.home_servicePart .box .content ul {
  margin: 20px 0 0 0;
  padding: 0;
}

.home_servicePart .box .content ul li {
  margin: 0 0 12px 0;
  padding: 0 0 0 20px;
  list-style: none;
  position: relative;
}

.home_servicePart .box .content ul li:before {
  position: absolute;
  left: 0;
  background: url(../images/chk.png) no-repeat left 4px;
  content: "";
  width: 14px;
  height: 20px;
}

.home_servicePart .box .content ul li:last-child {
  margin: 0;
}

.home_servicePart .box h1 {
  font-size: 20px !important;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
  line-height: 28px;
}

.home_servicePart .box h1 img {
  margin-right: 10px;
}

.home_servicePart .box .arrow {
  position: absolute;
  top: -25px;
  right: 0;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  width: 30px;
  height: 25px;

  text-align: center;
  font-size: 20px;
  padding: 3px 0;
  line-height: normal;
}

.home_servicePart .WDV .box .arrow {
  background: #15b0bf;
}

.home_servicePart .MD .box .arrow {
  background: #2c5871;
}

.home_servicePart .WDS .box .arrow {
  background: #ef586b;
}

.home_servicePart .DM .box .arrow {
  background: #fd9982;
}

.WDV {
  background: #15b0bf;
  position: absolute;
  bottom: 46px;
  left: 0;
  width: 25%;
  z-index: 200;
}

.MD {
  background: #2c5871;
  position: absolute;
  bottom: 46px;
  left: 25%;
  width: 25%;
  z-index: 200;
}

.WDS {
  background: #ef586b;
  position: absolute;
  bottom: 46px;
  left: 50%;
  width: 25%;
  z-index: 200;
}

.DM {
  background: #fd9982;
  position: absolute;
  bottom: 46px;
  left: 75%;
  width: 25%;
  z-index: 200;
}

.home_servicePart .mobileView {
  display: none;
}

.footer {
  background: #000;
  color: #666666;
  line-height: 46px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}

.footer a.pink {
  color: #ec6d58 !important;
}

.footer a {
  color: #666666;
}

.socialfooter {
  text-align: right;
}

.socialfooter i {
  margin-left: 15px;
}

.socialfooter a:hover i {
  color: #fff;
}

/*.socialfooter a:hover .fb{color:#3765A3;}

.socialfooter a:hover .twt{color:#5EA9DD;}

.socialfooter a:hover .lnkd{color:#0077B5;}*/

.digibanner.carousel-fade .carousel-inner .item {
  opacity: 0;

  -webkit-transition-property: opacity;

  -moz-transition-property: opacity;

  -o-transition-property: opacity;

  transition-property: opacity;
}

.digibanner.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.digibanner.carousel-fade .carousel-inner .active.left,
.digibanner.carousel-fade .carousel-inner .active.right {
  left: 0;

  opacity: 0;

  z-index: 1;
}

.digibanner.carousel-fade .carousel-inner .next.left,
.digibanner.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.digibanner.carousel-fade .carousel-control {
  z-index: 2;
}

/*===============Inner Page===============*/

nav + * {
  margin-top: 56px;
}

.innerBanner {
  height: 340px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.innerBanner img {
  width: 100%;
}

.InnerContent {
  padding: 15px 15px 0 15px;
  margin-bottom: 96px;
}

.InnerContent h1 {
  font-family: "FuturaBT-Book", Helvetica, Arial, Sans-Serif;
  font-size: 24px !important;
  color: #ef586b;
  margin: 0 0 30px 0;
  position: relative;
}

.InnerContent h1:before {
  background: url(../images/head_line.png) 7px center repeat-x;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 24px;
}

.InnerContent h1 .txt {
  background: #fff;
  position: relative;
  z-index: 5;
}

.InnerContent h1 .blue {
  color: #15b0bf;
}

.InnerContent h1 .arw {
  background: url(../images/head_arw.png) no-repeat right center;
  width: 26px;
  height: 19px;
  display: inline-block;
  margin: 0 15px 0 15px;
  padding-top: 2px;
}

.gray_bg {
  font-family: "FuturaBT-Book", Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  color: #666;
  background: #f5f4f4;
  padding: 15px;
  line-height: 24px;
}

.digiPortTab .nav-tabs {
  border: 0;
}

.digiPortTab .nav-tabs > li > a {
  border: 0;
  margin: 0;
  background: #ef586b;
  color: #fff;
  border-radius: 0;
  font-size: 18px;
}

.digiPortTab .nav-tabs > li.active > a:hover,
.digiPortTab .nav-tabs > li.active > a:focus,
.digiPortTab .nav > li > a:hover,
.digiPortTab .nav > li > a:focus,
.digiPortTab .nav-tabs > li.active > a,
.digiPortTab .nav-tabs > li.active > a:hover,
.digiPortTab .nav-tabs > li.active > a:focus {
  background: #15b0bf;
  border: 0;
  margin: 0;
  color: #fff;
}

.digiPortTab .tab-content .box {
  border-bottom: 1px solid #dddddd;
}

.digiPortTab .tab-content .box,
.digiPortTab .tab-content .box .image {
  overflow: hidden;
}

.digiPortTab .tab-content .box .image,
.digiPortTab .tab-content .box .text {
  height: 200px;
  position: relative;
}

/*.digiPortTab .tab-content .box .image img{width:100%; height:200px;}*/

.digiPortTab .tab-content .box .text {
  padding: 15px;
  position: relative;
}

.digiPortTab .tab-content .box .text h3 {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  text-align: center;
  color: #2f2d2b;
  position: relative;
}

.digiPortTab .tab-content .box .text h3:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 40%;
  left: 30%;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
}

.digiPortTab .tab-content .box .text a {
  color: #ef586b;
  margin-top: 10px;
}

.digiPortTab .tab-content .box:nth-of-type(2n + 2) {
  background: #2f2d2b;
}

.digiPortTab .tab-content .box:nth-of-type(2n + 2) .text h3 {
  color: #fff;
  border-bottom: 1px solid #545351;
}

.digiPortTab .tab-content .box .text .shape {
  border-bottom-style: solid;
  border-color: #fff;

  border-bottom-width: 140px;

  border-left: 100em solid transparent;

  border-right: 0 solid transparent;

  border-top: 0 solid transparent;

  height: 0;

  left: 0;

  margin-top: -140px;

  position: absolute;

  top: 0;

  width: 0;
}

.digiPortTab .tab-content .box:nth-of-type(2n + 2) .text .shape {
  border-bottom-style: solid;
  border-color: #2f2d2b;

  border-bottom-width: 140px;

  border-left: 100em solid transparent;

  border-right: 0 solid transparent;

  border-top: 0 solid transparent;

  height: 0;

  left: 0;

  margin-top: -140px;

  position: absolute;

  top: 0;

  width: 0;
}

.Inner_servicePart {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.testimonials {
  position: relative;
  background: url(../images/testi_bg.jpg) center top;
  background-attachment: fixed;
  margin: 0 -15px;
}

.testimonials h1 {
  margin-bottom: 20px;
  color: #666;
}

.testimonials h1 span.txt {
  background: none;
}

.testimonials h1::before {
  background: none;
}

.testimonials .box {
  position: relative;
  background: #fff;
  padding: 15px;
  min-height: 271px;

  box-shadow: 0 3px 5px #bbb;
  -moz-box-shadow: 0 3px 5px #bbb;
  -ms-box-shadow: 0 3px 5px #bbb;
  -webkit-box-shadow: 0 3px 5px #bbb;
  -o-box-shadow: 0 3px 5px #bbb;
}

.quick_form {
}

.quick_form .input-group-addon {
  border-radius: 0;
}

.quick_form input[type="text"] {
  height: 50px;
}

.quick_form .form-control {
  border-bottom: 1px solid #d0d0d0;
  box-shadow: none;
}

.quick_form .input-group-addon i {
  width: 20px;
}

.quick_form .input-group {
  margin-bottom: -1px;
}

.quick_form textarea.form-control {
  border-bottom: 0;
}

#tcb-testimonial-carousel {
  margin-top: 0;
}

#tcb-testimonial-carousel a {
  color: #b20000;
}

#tcb-testimonial-carousel .text-brand {
  color: #b20000;
}

#tcb-testimonial-carousel .carousel-indicators .active {
  background: #b20000;
}

#tcb-testimonial-carousel .no-margin {
  margin: 0;
}

#tcb-testimonial-carousel .carousel-indicators li {
  border: 1px solid #ccc;
}

#tcb-testimonial-carousel .carousel-controls {
  color: #b20000;
  position: relative !important;

  width: 100%;
  float: left;
  height: 50px;
}

#tcb-testimonial-carousel .carousel-control {
  position: relative;
  right: 0 !important;
  left: 0 inherit !important;
  float: right !important;
}

#tcb-testimonial-carousel .carousel-controls a {
  float: left;
  font-size: 14px !important;
}

#tcb-testimonial-carousel a span {
  margin: 0;
  font-size: 14px !important;
  background: #15b0bf !important;
  color: #fff;
  padding: 3px;
  margin-bottom: 15px;
}

#tcb-testimonial-carousel .carousel-control:hover,
#tcb-testimonial-carousel .carousel-control:focus {
  color: #b20000;
}

#tcb-testimonial-carousel .carousel-control.left,
#tcb-testimonial-carousel .carousel-control.right {
  background-image: none;
  position: relative;
}

#tcb-testimonial-carousel .item {
}

#tcb-testimonial-carousel .item article {
  background: #fd9982;
  color: #fff;
  padding: 15px;
  line-height: 20px;
  position: relative;
  z-index: 10;

  border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}

#tcb-testimonial-carousel .item .shadow {
  content: "";
  position: absolute;
  bottom: 25px;
  width: 100%;
  height: 90px;
  z-index: 1;

  background: url(../images/shadow.png) no-repeat center bottom;
  background-size: 100%;
}

#tcb-testimonial-carousel .media-object {
  margin: 0 0 0 80px;
  width: 45px;
  height: 45px;

  border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
}

#tcb-testimonial-carousel .media-heading {
  color: #000;
}

@media screen and (max-width: 768px) {
  #tcb-testimonial-carousel .media-object {
    margin-bottom: 15px;
  }
}

.mapPart {
  min-height: 330px;
  overflow: hidden;
  margin: 0 -15px;
  background: rgb(210, 210, 210);
}

.mapPart img {
  width: 100%;
}

.web_design {
}

.web_design .leftMenu {
}

.web_design .leftMenu ul {
  margin: 0;
  padding: 0;
}

.web_design .leftMenu ul li {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

.web_design .leftMenu ul li:hover,
.web_design .leftMenu ul li.active {
  background: url(../images/arw_pink.png) right center no-repeat;
}

.web_design .leftMenu ul li a {
  color: #747473;
  padding-bottom: 10px;
  display: block;
  position: relative;
}

.web_design .leftMenu ul li:hover a,
.web_design .leftMenu ul li.active a {
  background: url(../images/color_line.jpg) left bottom no-repeat;
}

.pink_border {
  border: 1px solid #dddddd;
  border-top: 2px solid #ef586b; /*border-bottom:5px solid #ef586b;*/
  padding: 15px;
}

.gray_border {
  border: 1px solid #dddddd;
  border-top: 2px solid #ddd; /*border-bottom:5px solid #ef586b;*/
  padding: 15px;
}

.blue_border {
  border: 1px solid #dddddd;
  border-top: 2px solid rgb(44, 88, 113); /*border-bottom:5px solid #ef586b;*/
  padding: 15px;
}

.sky_border {
  border: 1px solid #dddddd;
  border-top: 2px solid #15b0bf; /*border-bottom:5px solid #ef586b;*/
  padding: 15px;
}

.rightPart {
}

.rightPart ul {
  margin: 15px 0;
  padding: 0;
}

.rightPart ul li {
  margin: 0 0 15px;
  padding: 0 0 0 15px;
  list-style: none;
  background: url(../images/arw_blue.jpg) no-repeat left 8px;
}

.caseStudy {
  position: relative;
}

.caseStudy .controls {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  background: #e3e2e2;
  color: #15b0bf;
  height: 100px;
  line-height: 100px;
  font-size: 24px;
}

.caseStudy .controls a {
  color: #15b0bf;
}

.caseStudy .controls .arw {
  border-left: 1px solid #fff;
}

.caseStudy article {
  min-height: 730px;
}

.caseStudy article h2 {
  color: #fff;
  padding: 10px 15px;
  text-align: left;
}

.caseStudy .imgPart {
  text-align: center;
}

.caseStudy .imgPart h3 {
  font-size: 30px !important;
}

.caseStudy .imgPart h4 {
  font-size: 18px !important;
}

.caseStudy .imgPart figure {
  height: auto;
  display: block;
  text-align: center;
  margin: 0;
}

.caseStudy .imgPart figure img {
  max-width: 100%;
  box-shadow: 0 0 5px #999;
  -moz-box-shadow: 0 0 5px #999;
  -ms-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  -o-box-shadow: 0 0 5px #999;
  padding: 30px;
}

.caseStudy .txtPart {
  background: url(../images/shd_bg_small.jpg) repeat-y;
  min-height: 750px;
  position: relative;
  z-index: 1;
}

.caseStudy .txtPart p {
  padding: 0 30px;
}

.studio_tab {
}

.studio_tab .nav-tabs {
  text-align: center;
  margin-bottom: 30px;
}

.studio_tab .nav-tabs > li {
  width: 23%;
  display: inline-block;
  float: none;
}

.studio_tab .nav-tabs > li.active > a,
.studio_tab .nav-tabs > li.active > a:hover,
.studio_tab .nav-tabs > li.active > a:focus,
.studio_tab .nav-tabs > li > a {
  border-bottom: 3px solid #2c5871;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background: none;
  border-radius: 0;
}

.studio_tab .nav-tabs > li > a:hover {
  background: none;
  border: none;
  color: #2c5871;
  border-bottom: 3px solid #2c5871;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.studio_tab .nav-tabs > li > a {
  color: #999;
  display: inline-block;
  margin: 0;
  padding: 10px 30px;
  border-bottom: 3px solid #fff;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  font-size: 20px;
}

.studio_tab .nav-tabs > li.active > a,
.studio_tab .nav-tabs > li.active > a:hover,
.studio_tab .nav-tabs > li.active > a:focus {
  color: #2c5871;
}

.studio_tab .nav-tabs {
  border: 0;
}

.studio_tab .tab-content {
  text-align: center;
}

.studio_tab .tab-content img {
  float: none;
  display: inline-block;
}

.rec_icon {
}

.rec_icon a {
  display: block;
  height: 54px;
  line-height: 54px;
  width: 54px;
  border: 1px solid #d2d2d2;
  background: #e3e3e3;
  color: #999;
  font-size: 18px;
  text-align: center;

  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.rec_icon a:hover,
.rec_icon a.active {
  color: #f97e76;
  background: #fff;
}

/*========================Media Queries====================*/

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .digimenu.navbar-inverse ul.nav li > a {
    padding: 15px 10px;
  }

  .home_servicePart .box h1 {
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  .digimenu .navbar-header {
    float: none;
    height: 96px;
  }

  .digimenu .navbar-right {
    margin-right: 0 !important;
  }

  .digimenu .navbar-toggle {
    display: block;
    margin-right: 0;
    margin: 31px 0;
  }

  .digimenu .navbar-collapse.collapse {
    display: none !important;
  }

  .digimenu .navbar-collapse.collapse.in {
    display: block !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  }

  .digimenu .navbar-nav {
    display: block !important;
    width: 100%;
    border-top: 1px solid #101010;
    margin-top: -1px;
  }

  .digimenu .navbar-nav > li {
    float: none !important;
  }

  .digimenu .navbar-inverse .navbar-collapse,
  .MenuBar .navbar-inverse .navbar-form {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  }

  .digimenu .navbar-inverse .navbar-collapse {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  }

  .digimenu .open .dropdown-menu {
    position: relative !important;
    left: inherit;
    top: inherit;
    width: 100%;
    background: none;
    box-shadow: none;
    border: 0;
  }

  .digimenu .open .dropdown-menu li a {
    padding: 5px 10px;
    color: #fff !important;
  }

  .digimenu .open .dropdown-menu li a:hover {
    background: none;
  }

  .digimenu.navbar-inverse .navbar-nav > .active > a,
  .digimenu.navbar-inverse .navbar-nav > .active > a:hover,
  .digimenu.navbar-inverse .navbar-nav > .active > a:focus,
  .digimenu.navbar-inverse ul.nav li > a:hover {
    background: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .digimenu.navbar-inverse ul.nav li > a {
    border-bottom: 3px solid #282825;
  }

  .footer {
    line-height: normal;
    padding: 15px 0;
  }

  .socialfooter {
    margin-top: 10px;
  }

  .footer,
  .socialfooter {
    text-align: center;
  }

  .WDV,
  .MD,
  .WDS,
  .DM {
    text-align: center;
    bottom: 78px;
  }

  .home_servicePart .box h1 {
    font-size: 14px !important;
  }

  .home_servicePart .box h1 span {
    display: block;
  }

  .home_servicePart .box .content ul {
    text-align: left;
  }

  .digibanner.carousel .carousel-caption {
    width: 55%;
  }

  .Homecontact_Detail {
    display: none;
  }

  .caseStudy .imgPart {
    padding: 0 15px !important;
  }

  .caseStudy article {
    min-height: inherit;
  }

  .caseStudy .controls {
    position: relative;
    margin-top: 30px;
  }

  #tcb-testimonial-carousel .item .shadow {
    bottom: 50px;
  }

  .testimonials .box {
    min-height: inherit;
  }

  .studio_tab .nav-tabs > li {
    width: 32%;
  }

  .studio_tab .nav-tabs > li > a {
    font-size: 18px;
  }

  .rec_icon {
    margin-bottom: 20px;
  }

  .rec_icon a {
    float: left;
    margin: 0 15px 0 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .digimenu .navbar-toggle {
    display: block;
    margin-right: 15px;
    margin: 31px 15px 31px;
  }

  .digimenu .navbar-nav {
    margin: 7.5px 0;
  }

  .digimenu .navbar-header {
    height: 96px;
  }

  .home_servicePart .box .content,
  .home_servicePart .box .arrow {
    display: none !important;
  }

  .home_leftLink li {
    padding: 5px 10px;
  }

  .home_leftLink li a {
    font-size: 16px;
  }

  .digibanner.carousel .carousel-caption h1 {
    font-size: 16px !important;
    width: 100%;
  }

  .digibanner.carousel .carousel-caption {
    width: 55%;
  }

  .digibanner.carousel .carousel-caption .lead {
    text-transform: inherit;
    font-size: 14px;
    padding: 7px 10px;
  }

  .home_servicePart .box h1 {
    font-size: 16px !important;
  }

  .home_servicePart .box h1 span {
    display: inline;
  }

  .WDV,
  .MD,
  .WDS,
  .DM {
    text-align: left;
    bottom: 78px;
    width: 100%;
    left: -1000px;

    transition: all 0.2s ease-in-out;
  }

  .home_servicePart .mobileView {
    display: block;
    z-index: 200;
    position: absolute;
    left: 0;
    bottom: 78px;
    background: #c83b3b;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
  }

  .home_servicePart .mobileView.active + .Mobile_Active {
    position: absolute;
    left: 0;
    bottom: 108px;
    z-index: 210;
  }

  .home_servicePart .mobileView.active + .Mobile_Active .WDV,
  .home_servicePart .mobileView.active + .Mobile_Active .MD,
  .home_servicePart .mobileView.active + .Mobile_Active .WDS,
  .home_servicePart .mobileView.active + .Mobile_Active .DM {
    position: relative;
    display: block;
    bottom: 100px;
    width: 100%;
    left: 0;
    bottom: 0;
  }

  .digibanner.carousel .carousel-indicators {
    width: auto;
    height: 30px;
    bottom: 80px;
    top: inherit;
  }

  .digibanner.carousel .carousel-indicators li {
    display: inline-block;
  }

  .quick_form {
    margin-top: 30px;
  }
}

.offer-box {
  margin: 0 0 30px 0;
  padding: 0;
  display: block;
  border: 1px solid #8e8e8e;
  min-height: 519px;
}

.offer-box .pic {
  margin: 0;
  padding: 0 0 20px 0;
  display: block;
}

.offer-box .pic img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
}

.offer-box .pic h4 {
  font-family: "FuturaBT-Book", Helvetica, Arial, Sans-Serif;
  padding: 0;
  text-align: center;
  padding: 0;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}

.offer-box .white-bg {
  background-color: #fff;
  display: block;
  margin: 0;
  padding: 15px;
  border-top: 1px solid #8e8e8e;
}

.offer-box .white-bg ul {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

.offer-box .white-bg li {
  list-style-image: url("../images/bullet.jpg");
  margin: 10px 0;
  padding: 0;
}

.offer-box .white-bg li a {
  color: #8e8e8e;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
}

.address {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

.address ul {
  margin: 0;
  padding: 0;
}

.address li {
  width: 48%;
  float: left;
  margin: 1%;
  padding: 0;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  color: #111;
  text-align: left;
  list-style: none;
  min-height: 160px;
}

.address li span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}

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

/*      Code snippet by          */

/*      @maridlcrmn              */

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

.quote {
  color: rgba(0, 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: #e84a64;

  border: none;
}

#fade-quote-carousel blockquote {
  text-align: center;

  border: none;
}

#fade-quote-carousel .profile-circle {
  width: 100px;

  height: 100px;

  margin: 0 auto;

  border-radius: 100px;

  line-height: 100px;

  padding: 18px 0;
}

#fade-quote-carousel .profile-circle > img {
  max-width: 100%;

  height: auto;

  display: block;

  margin: 0 auto;
}

blockquote p {
  font-size: 16px;
  color: #1b1b1b;
}

blockquote p span {
  display: block;
  font-weight: bold;
  margin-top: 15px;
}

.img-center {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.margin-t-100 {
  margin-top: 100px;
}

.grey-bg {
  background-color: #f2f2f2;
  display: block;
  padding: 15px;
  margin: 15px 0;
}

.title {
  font-family: "FuturaBT-Book", Helvetica, Arial, Sans-Serif;
  font-size: 20px;
  color: #505050;
  text-align: left;
  background: url("../images/bottom-line.png") bottom repeat-x;
  text-transform: uppercase;
  display: block;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 40px;
}

.subtitle {
  font-family: "FuturaBT-Book", Helvetica, Arial, Sans-Serif;
  font-size: 18px;
  color: #6e6d6d;
  text-align: left;
  text-transform: none;
  display: block;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 40px;
}

.white-bg {
  background-color: #fff;
  display: block;
  margin: 0;
  padding: 15px;
}

.white-bg > p {
  font-family: "Futura-Book", Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: left;
  padding: 0;
  margin: 0;
}

.white-bg > p span {
  display: block;
  font-weight: bold;
  margin: 12px 0;
}

.margin-t-b-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-theme {
  color: #fff;

  background-color: #15b0bf;

  border-color: #15b0bf;
}

.btn-theme:focus,
.btn-theme.focus {
  color: #fff;

  background-color: #15b0bf;

  border-color: #15b0bf;
}

.btn-theme:hover {
  color: #fff;

  background-color: #15b0bf;

  border-color: #15b0bf;
}

.btn-theme:active,
.btn-theme.active,
.open > .dropdown-toggle.btn-theme {
  color: #fff;

  background-color: #15b0bf;

  border-color: #15b0bf;
}

.btn-theme:active:hover,
.btn-theme.active:hover,
.open > .dropdown-toggle.btn-theme:hover,
.btn-theme:active:focus,
.btn-theme.active:focus,
.open > .dropdown-toggle.btn-theme:focus,
.btn-theme:active.focus,
.btn-theme.active.focus,
.open > .dropdown-toggle.btn-theme.focus {
  color: #fff;

  background-color: #15b0bf;

  border-color: #15b0bf;
}

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

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

  border-color: #ccc;
}

.btn-theme .badge {
  color: #fff;

  background-color: #333;
}

.colorbox-1 {
  background-color: #15b0bf;
  display: block;
  margin: 0;
  padding: 20px 15px;
  border-bottom: 2px solid #0e727c;
  font-family: "FuturaBT-Book", Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

.colorbox-2 {
  background-color: #2c5871;
  display: block;
  margin: 0;
  padding: 20px 15px;
  border-bottom: 2px solid #182f3c;
  font-family: "FuturaBT-Book", Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

.colorbox-3 {
  background-color: #ef586b;
  display: block;
  margin: 0;
  padding: 20px 15px;
  border-bottom: 2px solid #903540;
  font-family: "FuturaBT-Book", Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

.colorbox-4 {
  background-color: #fd9982;
  display: block;
  margin: 0;
  padding: 20px 15px;
  border-bottom: 2px solid #fd4920;
  font-family: "FuturaBT-Book", Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

.light-grey-box {
  background-color: #eee;
  display: block;
  margin: 0 0 15px 0;
  padding: 25px 50px;
  font-family: "FuturaBT-Book", Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  font-weight: normal;
  color: #515151;
  text-align: center;
  line-height: 24px;
  min-height: 300px;
}

.p1 {
  padding: 1px !important;
}

.pattern {
  background-image: url("../images/pattern-1.png");
  display: block;
  margin: 0 -15px;
  padding: 15px;
}

.panel-theme {
  border-color: #fff;
}

.panel-theme > .panel-heading {
  color: #5d5c5c;

  background-color: #e8e8e8;

  border-color: #e8e8e8;

  text-transform: uppercase;

  font-family: "FuturaBT-Book", Helvetica, Arial, Sans-Serif;

  font-size: 16px;

  font-weight: bold;
}

.panel-theme > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e8e8e8;

  color: #515151;

  font-size: 14px;

  line-height: 24px;
}

.panel-theme > .panel-heading .badge {
  color: #f5f5f5;

  background-color: #e8e8e8;
}

.panel-theme > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.grid-img-box {
  display: block;
  margin: 0;
  padding: 0;
}

.grid-img-box img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 15px auto;
}

.grid-img-box p {
  background-color: #e8e8e8;
  display: block;
  padding: 8px;
  margin: 0;
  border-bottom: 4px solid #b7b7b7;
  font-family: "FuturaBT-Book", Helvetica, Arial, Sans-Serif;
  font-size: 11px;
  font-weight: normal;
  color: #5d5c5c;
  text-align: center;
  line-height: 20px;
  min-height: 60px;
  vertical-align: middle;
}

.clients {
  display: block;
  margin: 0 0 30px 0;
  padding: 0;
}

.clients img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 15px auto;
}

.clients p {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "FuturaBT-Book", Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #111;
  line-height: 24px;
}

.clients p span {
  display: block;
  font-family: "Futura-Book", Helvetica, Arial, Sans-Serif;
  font-size: 14px;
  color: #7b7b7b;
}

.work-bg {
  background: url("../images/work-bg.jpg");
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  min-height: 640px;
}

.work-bg.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 15px;
}

.work-bg .text {
  margin: 0;
  padding: 30% 0;
  display: block;
}

.work-bg .text .title {
  font-family: "FuturaBT-Book", Helvetica, Arial, Sans-Serif;
  font-size: 20px;
  color: #fff;
  text-align: left;
  background: url("../images/bottom-line-white.png") bottom repeat-x;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 50px;
  min-width: 300px;
}

.work-bg .text .subtitle {
  font-family: "FuturaBT-Book", Helvetica, Arial, Sans-Serif;
  font-size: 18px;
  color: #fff;
  text-align: left;
  text-transform: none;
  display: block;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 40px;
}

.black-bg {
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 0 20px 0;
  padding: 15px;
}

.black-bg p {
  display: block;
  font-family: "Futura-Book", Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  margin: 20px auto;
  padding: 0;
  text-align: center;
  width: 75%;
}

.black-bg p span {
  display: block;
  font-family: "FuturaBT-Book", Helvetica, Arial, Sans-Serif;
  margin: 10px 0;
  font-weight: bold;
}

.black-btn {
  background-color: #282828;
  margin: 12px;
  padding: 12px 15px;
  display: inline-block;
}

.black-btn a i {
  font-size: 24px;
  margin-right: 12px;
}

.black-btn a {
  font-family: "Futura-Book", Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.black-btn:hover a,
.black-btn:focus a {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .digibanner.carousel .carousel-caption {
    width: auto;
    display: block;
    left: 15px;
    top: 240px;
  }

  .home_leftLink {
    display: block;
    right: 15px;
  }
}

@media only screen and (max-width: 639px) {
  .studio_tab .nav-tabs > li > a {
    padding: 10px 15px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .mapPart {
    min-height: inherit;
    height: 230px;
  }
}

@media only screen and (max-width: 479px) {
  .digimenu .navbar-brand img {
    width: 200px;
  }

  .digimenu .navbar-header {
    height: 85px;
  }

  .digimenu .navbar-toggle {
    display: block;
    margin-right: 15px;
    margin: 25px 15px 25px;
  }

  .home_servicePart .mobileView {
    bottom: 97px;
  }

  .home_servicePart .mobileView.active + .Mobile_Active {
    bottom: 127px;
  }

  .digibanner.carousel .carousel-caption {
    display: none;
  }

  .digibanner.carousel .carousel-indicators {
    bottom: 100px;
  }
  .address li {
    width: 100%;
  }
}
