/*  Import Less Mixins */
/* Color Schemes */
.darkpink {
  color: #e41e79;
}
/*==================================================
=            genral style -                       =
==================================================*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  background: #ffffff;
  border: 1px solid #f21100;
  overflow: hidden;
}
.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #f21100;
}
.pace.pace-inactive {
  display: none;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  /* change if the mask should have another color then white */
  z-index: 1031;
  /* makes sure it stays on top */
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/logo.png);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -160px 0 0 -100px;
  /* is width and height divided by two */
}
.menu-img {
  position: absolute;
  top: -21px;
}
.upper-strip {
  padding: 10px;
  background-color: transparent;
}
.navbar-nav {
  text-align: center;
  margin: 0;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #000000;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-nav > li {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.menu {
  background-color: #000000;
  letter-spacing: 3px;
}
.navbar-inverse {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.menu .cool-link:hover::after {
  width: 100%;
}
.menu .cool-link {
  color: red;
  text-decoration: none;
  margin-bottom: 0;
}
.menu .cool-link::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #f21100;
  transition: width .5s;
}
.menu .active.cool-link::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #f21100;
  transition: width .5s;
}
.carousel-caption {
  right: 20%;
  left: 20%;
  padding-bottom: 30px;
  top: 40%;
}
.carousel-caption h1 {
  font-size: 34px;
}
.carousel-caption h1 span {
  color: #f21100;
}
.item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel-indicators {
  bottom: 60px;
}
#wrapper {
  margin-top: -1px;
}
.wrapper {
  background-color: #2e3141;
  position: relative;
}
.wrap {
  padding-left: 0;
  padding-right: 0;
}
h2 {
  color: #ffffff;
  font-weight: 300;
  text-align: center;
}
h3 {
  color: #ffffff;
  font-weight: 300;
  text-align: left;
  font-size: 20px;
  margin-bottom: 40px;
}
p {
  font-size: 16px;
  color: #000000;
  text-align: center;
}
.style4-txt {
  color: #ffffff;
  text-align: center;
  margin-top: 40px;
}
.style3.spotlight .service-content .style4-txt.span-txt span {
  color: #000000;
  font-weight: 600;
}
.special {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: 16px;
}
.special:hover {
  color: #ffffff;
  text-decoration: none;
}
.major {
  border-bottom: solid 1px #ffffff;
  padding: 11px 0;
  text-align: left;
  text-transform: uppercase;
}
.bg-white .major-txt {
  color: #000000;
}
.chaffle-txt {
  font-size: 60px;
  font-weight: 800;
}
.bg-red p {
  color: #ffffff;
  text-align: left;
}
.bg-white p {
  color: #ffffff;
  text-align: left;
}
.bg_black p {
  color: #ffffff;
  text-align: left;
}
.module-content {
  list-style: none;
  padding-left: 20px;
}
.module-content li {
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 15px;
}
.module-content li:before {
  font-family: 'FontAwesome';
  content: "\f101";
  padding: 0 8px 0 0;
  font-weight: normal;
  color: #ffffff;
  margin-left: -20px;
}
.module-content {
  list-style: none;
  padding-left: 20px;
}
.module-content li {
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 15px;
}
.module-content li:before {
  font-family: 'FontAwesome';
  content: "\f101";
  padding: 0 8px 0 0;
  font-weight: normal;
  color: #ffffff;
  margin-left: -20px;
}
.wrapper:before,
.wrapper:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%232e3141%3B' /%3E%3C/svg%3E");
}
.wrapper:before,
.wrapper:after {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 6.5em;
  position: absolute;
  width: 100%;
}
.wrapper:before {
  left: 1;
  top: -6.5em;
}
.wrapper:after {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  bottom: -6.5em;
  left: 0;
}
.wrapper.alt:before {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.wrapper.alt:after {
  -moz-transform: scaleY(-1) scaleX(-1);
  -webkit-transform: scaleY(-1) scaleX(-1);
  -ms-transform: scaleY(-1) scaleX(-1);
  transform: scaleY(-1) scaleX(-1);
}
.wrapper .inner {
  padding: 60px 2px ;
  margin: 0 auto;
}
.wrapper.style2 {
  background-color: #000000;
}
.wrapper.style2:before,
.wrapper.style2:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23@black%3B' /%3E%3C/svg%3E");
}
.wrapper.style3 {
  background-color: #ffffff;
}
.wrapper.style3 h2 {
  color: #000000;
  margin-bottom: 25px;
  font-size: 25px;
}
.wrapper.style3:before,
.wrapper.style3:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23@black%3B' /%3E%3C/svg%3E");
}
.wrapper.style4 {
  background-color: #f21100;
}
.wrapper.style4:before,
.wrapper.style4:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23f21100%3B' /%3E%3C/svg%3E");
}
.wrapper.spotlight.style5 {
  background-color: #000000;
}
.wrapper.spotlight.style5:before,
.wrapper.spotlight.style5:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23@black%3B' /%3E%3C/svg%3E");
}
.wrapper.spotlight.style6:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23@white%3B' /%3E%3C/svg%3E");
}
.wrapper.spotlight.style6:after {
  background-image: none;
}
.wrapper.spotlight {
  background-color: #f21100;
}
.wrapper.spotlight:before,
.wrapper.spotlight:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23f21100%3B' /%3E%3C/svg%3E");
}
.wrapper.spotlight .inner {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.wrapper.spotlight .image {
  border-radius: 100%;
  margin: 0 3em 2em 0;
  overflow: hidden;
}
.wrapper.spotlight .image img {
  border-radius: 100%;
  margin: auto;
  border: 2px solid white;
  padding: 4px;
  margin-top: 50px;
}
.wrapper.spotlight .image img:hover {
  border: none;
  padding: 6px;
}
.wrapper.spotlight .content {
  width: 100%;
  padding: 48px 0;
}
.wrapper.spotlight:nth-child(2n - 1) .inner {
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wrapper.spotlight:nth-child(2n - 1) .image {
  margin: 0 0 2em 3em;
}
.wrapper.spotlight.style2 {
  background-color: #000000;
}
.wrapper.spotlight.style2:before,
.wrapper.spotlight.style2:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23000000%3B' /%3E%3C/svg%3E");
}
.wrapper.spotlight.style3 {
  background-color: #ffffff;
}
.wrapper.spotlight.style3:before,
.wrapper.spotlight.style3:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23ffffff%3B' /%3E%3C/svg%3E");
}
.wrapper.spotlight.style4 {
  background-color: #f21100;
}
.wrapper.spotlight.style4:before,
.wrapper.spotlight.style4:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23f21100%3B' /%3E%3C/svg%3E");
}
.wrapper.spotlight.style5 {
  background-color: #000000;
}
.wrapper.spotlight.style5:before,
.wrapper.spotlight.style5:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23@black%3B' /%3E%3C/svg%3E");
}
.wrapper.style6 {
  background-color: #000000;
  margin-top: 120px;
  text-align: center;
  margin-bottom: 0;
}
.wrapper.style6:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23@black%3B' /%3E%3C/svg%3E");
}
.wrapper.spotlight.style7 {
  background-color: #f21100;
  margin-top: 85px;
  text-align: center;
  margin-bottom: 0;
}
.wrapper.spotlight.style7 .intro-ttitle {
  border: 1px solid #ffffff;
  font-weight: 100;
  font-size: 34px;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 15px;
  margin-bottom: 0;
}
.wrapper.spotlight.style7 .intro-ttitle:hover {
  color: #ffffff;
}
.wrapper.spotlight.style7:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23f21100%3B' /%3E%3C/svg%3E");
}
.wrapper.spotlight.bgtop:before {
  background-image: none;
}
.wrapper.spotlight.bg-bottom:after {
  background-image: none;
  margin-bottom: 90px;
}
.bg-bottom {
  padding-bottom: 50px;
}
.wrapper.style3 .services {
  background-color: #000000;
  padding: 20px 25px;
  margin-bottom: 15px;
  text-align: center;
}
.wrapper.style3 .services h2 {
  color: white;
  font-weight: 300;
  font-size: 20px;
}
.services h2 {
  text-transform: uppercase;
}
.skew {
  margin-top: -70px;
}
.skew-div {
  -ms-transform: rotate(11deg);
  /* IE 9 */
  -webkit-transform: rotate(11deg);
  /* Safari */
  transform: rotate(11deg);
  background-color: white;
  color: red;
  display: inline-block;
  padding: 25px 25px;
}
.skew-div h3 {
  color: #000000;
  -ms-transform: rotate(-11deg);
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
  margin: auto;
  font-weight: 800;
  font-size: 45px;
}
#two {
  padding-bottom: 60px;
}
.link {
  border: 1px solid #f21100;
  background-color: #f21100;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 20px;
  color: white;
  transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.link a {
  color: #ffffff;
  text-decoration: none;
  padding: 13px;
}
.link:hover {
  background-color: transparent;
  transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  border: 1px solid #ffffff;
  text-decoration: none;
}
.btn {
  background-color: #f21100;
  color: #ffffff;
  border: 1px solid #f21100;
  padding: 10px 34px;
  font-size: 25px;
  border-radius: 0;
  transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.btn a {
  color: #ffffff;
  text-decoration: none;
}
.btn:hover {
  background-color: transparent;
  transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  border: 1px solid #ffffff;
  text-decoration: none;
}
footer {
  background-color: #181717;
}
footer p {
  color: #ffffff;
  padding: 9px;
  text-align: right;
  margin-bottom: 0;
  font-size: 11px;
}
footer p a {
  color: #f21100;
  text-decoration: none;
}
footer p a:hover {
  color: #f21100;
  text-decoration: none;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
  width: 100%;
}
.content.main-title h2 {
  font-weight: 700;
  font-size: 35px;
}
.content.main-title h4 {
  font-size: 20px;
  text-align: center;
  color: #ffffff;
}
.content.main-title.Mt h2 {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 0;
}
.content.main-title.Mt h4 {
  font-size: 20px;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
}
.content.main-title.Mt p {
  color: #000000;
}
/*==================================================
=     about                                        =
==================================================*/
#sandhya {
  padding-top: 100px;
}
.breadcrumb {
  background-color: transparent;
}
.breadcrumb li a {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb > .active {
  color: #ffffff;
}
.style3.spotlight .service-content .infra-txt {
  color: #000000;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
.mother {
  overflow: hidden;
}
.pathners {
  margin-bottom: 0;
}
/*==================================================
=          service                              =
==================================================*/
.wrapper .inner.box {
  padding-bottom: 0;
  padding-top: 0;
}
.style3.spotlight .service-content {
  padding-bottom: 0;
  padding-top: 0;
}
.style3.spotlight .service-content .major {
  color: #f21100;
  padding: 11px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
}
.style3.spotlight .service-content .work-link .major {
  text-align: left;
  border-bottom: solid 1px #f21100;
  font-size: 17px;
  padding-bottom: 10px;
  display: inline-block;
}
.style3.spotlight .service-content .work-link p {
  text-align: left;
  padding-bottom: 0;
  padding-top: 10px;
}
.style3.spotlight .service-content .work-link p span {
  color: #000000;
  font-weight: 600;
}
.style3.spotlight .service-content h3 {
  color: #000000;
  font-size: 18px;
  text-align: center;
  margin-top: 6px;
}
.style3.spotlight .service-content h3 span {
  color: #f21100;
  font-weight: 700;
  font-size: 20px;
}
.style3.spotlight .service-content p {
  padding-top: 20px;
  padding-bottom: 20px;
}
.style3.spotlight .service-content .style4-txt {
  color: #000000;
  padding-top: 0;
}
.style3.spotlight .service-content .style4-txt span {
  color: #f21100;
}
.style3.spotlight .service-content .module-content {
  list-style: none;
  padding-left: 20px;
}
.style3.spotlight .service-content .module-content li {
  font-size: 16px;
  color: #000000;
  padding-bottom: 15px;
  font-weight: 400;
  list-style: none;
}
.style3.spotlight .service-content .module-content li strong {
  font-size: 14px;
}
.style3.spotlight .service-content .module-content li:before {
  font-family: 'FontAwesome';
  content: "\f101";
  padding: 0 8px 0 0;
  font-weight: normal;
  color: #f21100;
  margin-left: -20px;
}
.list h2 {
  margin-top: 0;
}
.list p {
  color: #ffffff;
  margin-top: 25px;
  margin-bottom: 25px;
}
.list-company {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  text-align: center;
}
.list-company li {
  display: inline-block;
  padding: 9px 27px;
  color: #ffffff;
  background-color: #f21100;
  margin: 5px;
  border: solid thin #f21100;
  transition: all ease 0.5s;
  /* border-bottom: solid 2px #a42a23; */
  text-transform: uppercase;
  font-size: 16px;
}
.list-company li ul {
  list-style: none;
}
.list-company li:hover {
  border: solid thin #ffffff;
  color: #ffffff;
  background-color: transparent;
  padding: 9px 27px;
}
.list-company li a {
  color: #ffffff;
  text-decoration: none;
}
.list-work {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  text-align: center;
}
.list-work li {
  display: inline-block;
  padding: 9px 27px;
  color: #ffffff;
  background-color: #000000;
  margin: 5px;
  border: solid thin #000000;
  transition: all ease 0.5s;
  /* border-bottom: solid 2px #a42a23; */
  text-transform: uppercase;
  font-size: 16px;
}
.list-work li ul {
  list-style: none;
}
.list-work li:hover {
  border: solid thin #f21100;
  color: #ffffff;
  background-color: #f21100;
  padding: 9px 27px;
}
.list-work li a {
  color: #ffffff;
  text-decoration: none;
}
hr {
  margin-top: 43px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc9c9;
}
.work-list {
  padding-top: 15px;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.popup-gallery-img {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}
.fa-facebook {
  background-color: #3b5998;
  padding: 10px 19px;
  color: white;
}
.fa-twitter {
  background-color: #33ccff;
  padding: 10px 19px;
  color: white;
}
.fa-youtube {
  background-color: #000000;
  padding: 10px 19px;
  color: white;
}
.fa-instagram {
  background-color: #dc3939;
  padding: 10px 19px;
  color: white;
}
/*==================================================
=           contact          =
==================================================*/
.form-horizontal {
  padding-top: 25px;
}
.form-box {
  padding-top: 0;
}
.sec-contact .inner {
  padding-bottom: 0;
}
.wrapper.sec-contact.spotlight .content {
  padding-bottom: 0;
}
.contact-details h4 {
  font-size: 15px;
  margin-left: 69px;
  padding-bottom: 10px;
}
.contact-details h4 a {
  text-decoration: none;
  color: #000000;
}
.contact-details h4 span {
  font-weight: 600;
  margin-left: -69px;
  display: block;
  width: 68px;
  float: left;
}
.contact-details .popup-gmaps {
  color: #f21100;
  font-size: 14px;
  font-weight: 600;
}
.form-group .btn.submit {
  padding: 10px 20px;
  font-size: 17px;
}
.form-group .btn.submit:hover {
  border: 1px solid #f21100;
  color: #f21100;
  font-weight: 400;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
@media screen and (min-width: 420px) {
  .btn {
    background-color: #f21100;
    color: #ffffff;
    border: 1px solid #f21100;
    padding: 10px 34px;
    font-size: 45px;
    border-radius: 0;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
  }
}
@media screen and (min-width: 768px) {
  .navbar-nav {
    float: right;
    margin: 0;
  }
  .carousel-caption h1 {
    font-size: 80px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .wrapper.style3 .services {
    text-align: left;
    background-color: #000000;
    padding: 15px 20px;
    margin-bottom: 15px;
  }
  .wrapper.style3 .services h2 {
    display: inline-block;
  }
  .wrapper.style3 .services .link {
    float: right;
  }
  .wrapper:before {
    left: 0;
    top: -6.5em;
  }
}
