@charset "utf-8";
/* Muthelo Common CSS */
body {
  color: #000000;
  font-family: 'United Sans Cd Md';
  font-size: 14px;
  line-height: 1.42857143;
  text-rendering: auto;
}
*, *:focus {
  outline: none;
}
a {
  color: #000000;
  transition: all ease .4s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  color: #0070c0;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  padding-bottom: 10px;
  margin-bottom: 0;
  font-family: 'ProximaNova-Regular';
  line-height: 1.3;
}
p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #777777;
  font-size: 16px;
  line-height: 26px;
}
button, button:focus {
  outline: none;
  outline-offset: 0;
}
figure {
  margin: 0;
}
iframe {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none;
}
::-webkit-input-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
:-moz-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
/* Form CSS */
.form-group {
  margin-bottom: 30px;
}
.form-control {
  height: 52px;
  padding: 10px 20px;
  background: transparent;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
  border: 1px solid #ffffff;
  transition: all ease .4s;
  border-radius: 4px;
  appearance: none;
}
.form-control:focus {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
}
textarea.form-control {
  height: 120px;
  resize: none;
}
input[type="submit"] {
  border: 1px solid transparent;
  transition: all ease .4s;
}
select.form-control {
  padding: 10px 60px 10px 15px;
  background-image: url(../images/icons/select-arrow.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 45px auto;
  color: #727272;
  border-radius: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:focus {
  color: #727272;
}
select.form-control::-ms-expand {
  display: none;
}
button[type="submit"] {
  border: none;
}
label {
  display: block;
  color: #ffffff;
  cursor: pointer;
  font-family: 'ProximaNova-Light';
  font-size: 25px;
}
/* Fonts CSS */
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ProximaNova-Regular.otf')  format('opentype'),
       url('../fonts/ProximaNova-Regular.woff') format('woff'),
       url('../fonts/ProximaNova-Regular.ttf')  format('truetype'),
       url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ProximaNova-Bold.otf')  format('opentype'),
       url('../fonts/ProximaNova-Bold.woff') format('woff'),
       url('../fonts/ProximaNova-Bold.ttf')  format('truetype'),
       url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: GTCinetypeRegular;
  src: url('../fonts//GTCinetypeRegular.woff2') format("woff2"), url('../fonts//GTCinetypeRegular.woff') format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: GTCinetypeBold;
  src: url('../fonts/GTCinetypeBold.woff2') format("woff2"), url('../fonts/GTCinetypeBold.woff') format("woff");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: 'United Sans Cd Md';
  src: url('../fonts/UnitedSansCond-Medium.woff2') format("woff2"), url('../fonts/UnitedSansCond-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: 'United Sans Cd Hv';
  src: url('../fonts/UnitedSansCond-Heavy.woff2') format("woff2"), url('../fonts/UnitedSansCond-Heavy.woff') format("woff");
  font-weight: 900;
  font-style: normal
}

@font-face {
  font-family: 'United Italic SmCd Md';
  src: url('../fonts/UnitedItalicSemiCond-Medium.woff2') format("woff2"), url('../fonts/UnitedItalicSemiCond-Medium.woff') format("woff");
  font-weight: 500;
  font-style: italic
}
/* Normal CSS */
.muthelo-table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.muthelo-align-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.muthelo-btn {
  display: inline-block;
  min-width: 140px;
  padding: 10px 15px;
  background-color: #0070c0;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: all ease .4s;
  border-radius: 4px;
}
.muthelo-btn:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #025b9a;
  transition: all ease .4s;
  border-radius: 4px;
  content: "";
  z-index: 1;
}
.muthelo-btn:hover:after {
  width: 100%;
}
.muthelo-btn:hover, .muthelo-btn:focus {
  color: #ffffff;
}
.muthelo-btn span {
  position: relative;
  z-index: 2;
}
/* Muthelo Owl Carousel Slider CSS */
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  user-select: unset;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
}
.owl-carousel .owl-dots {
  padding-top: 50px;
  text-align: center;
}
.owl-carousel .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  background-color: #dddddd;
  text-indent: -999px;
  cursor: pointer;
  outline: none;
  position: relative;
  border-radius: 100%;
  transition: all ease .4s;
}
.owl-carousel .owl-dot.active {
  background-color: #0070c0;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 31px;
  height: 31px;
  background-color: rgba(0, 0, 0, 0.65);
  background-image: url(../images/icons/left-arrow.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 10px auto;
  transition: all ease .4s;
  transform: translateY(-50%);
  border-radius: 100%;
  z-index: 2;
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 10px;
  background-image: url(../images/icons/right-arrow2.png);
}
.owl-drag .disabled {
  display: none;
}
.slider-no-current {
  display: none;
  padding-top: 46px;
}
.current-no:after {
  content: "/"
}
/* Muthelo Header */
.muthelo-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  /*background-color: rgba(46, 116, 181, 0.1);*/
  z-index: 5;
}
.header-right {
  text-align: right;
}
.muthelo-navigation {
  display: inline-block;
  padding-left: 80px;
}
.muthelo-navigation ul {
  padding: 0;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  list-style: none;
  letter-spacing: 2.5px;
}
.muthelo-navigation ul li {
  display: inline-block;
  padding-left: 40px;
}
.muthelo-navigation ul li:first-child {
  padding-left: 0;
}
.muthelo-navigation ul li a {
  display: inline-block;
  color: #ffffff;
  position: relative;
}
.muthelo-navigation ul li a:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 30px;
  background-color: #0070c0;
  content: "";
  transition: all ease .4s;
  z-index: 1;
}
.muthelo-navigation ul li a:hover:after {
  width: 20px;
}
.muthelo-toggle {
  display: none;
  vertical-align: middle;
  width: 25px;
  height: 16px;
  margin-left: 10px;
}
.muthelo-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 7px;
  background: #ffffff;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.muthelo-toggle span:before, .muthelo-toggle span:after {
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.muthelo-toggle span:after {
  top: 7px;
}
.muthelo-toggle.active span {
  background: none;
}
.muthelo-toggle.active span:before {
  -webkit-transform: translateY(7px) rotateZ(-45deg);
  -ms-transform: translateY(7px) rotateZ(-45deg);
  transform: translateY(7px) rotateZ(-45deg);
}
.muthelo-toggle.active span:after {
  -webkit-transform: translateY(-7px) rotateZ(45deg);
  -ms-transform: translateY(-7px) rotateZ(45deg);
  transform: translateY(-7px) rotateZ(45deg);
}

.muthelo-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 1;
}
.muthelo-close:before, .muthelo-close:after {
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  z-index: 1;
}
.muthelo-close:after {
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
/* Muthelo Banner */
.muthelo-banner {
  height: 800px;
  background-image: url(../images/banner.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
}
.muthelo-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  z-index: 0;
}
.muthelo-banner > div {
  position: relative;
  z-index: 1;
}
.muthelo-banner h2 {
  padding-top: 120px;
  font-family: 'United Sans Cd Hv';
  font-size: 90px;
  line-height: 100px;
}
.muthelo-banner h2 span {
  display: inline-block;
  color: #0070c0;
  text-decoration: underline;
}
/* Muthelo About */
.muthelo-about {
  padding: 110px 0;
}
.muthelo-about .muthelo-image img {
  padding: 10px;
  border: 1px solid #0070c0;
}
.about-info {
  padding-right: 50px;
}
.about-info p {
  padding-bottom: 15px;
}
.section-title {
  padding-bottom: 30px;
  font-size: 50px;
  font-family: 'United Sans Cd Hv';
}
.section-title span {
  display: inline-block;
  position: relative;
}
.section-title span:after {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: #0070c0;
  content: "";
  z-index: 1;
}
/* Muthelo Work */
.muthelo-work {
  padding: 110px 0;
  background-color: #f2f2f2;
}
.muthelo-work .section-title {
  padding-bottom: 60PX;
}
.nav-tabs {
  display: block;
  text-align: center;
  border-bottom: none;
}
.nav-tabs .nav-item {
  display: inline-block;
  margin: 0 20px;
}
.nav-tabs .nav-link {
  min-width: 170px;
  text-align: center;
  font-size: 20px;
  padding: 11px 15px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #0070c0;
  color: #ffffff;
  border-color: #0070c0;
}
.tab-content {
  padding-top: 60px;
}
[class*="order-"] .work-info {
  padding: 0 30px 0 0;
}
.work-info {
  padding-left: 30px;
}
.work-info h2 {
  font-family: 'United Sans Cd Hv';
  font-size: 40px;
}
.work-info h3 {
  font-family: 'United Sans Cd Hv';
  font-size: 30px;
}
.work-info h4 {
  font-family: 'United Italic SmCd Md';
  font-size: 22px;
}
/* Muthelo Testimonial */
.muthelo-testimonial {
  padding: 110px 0;
  text-align: center;
}
.muthelo-testimonial .section-title {
  margin-bottom: 30px;
}
.muthelo-testimonial .owl-carousel .owl-dots {
  padding-top: 15px;
}
.testimonial-item {
  max-width: 650px;
  margin: 0 auto;
}
.testimonial-item .muthelo-icon {
  padding-bottom: 25px;
}
.testimonial-item .muthelo-icon img {
  width: 70px;
}
.testimonial-item .muthelo-image {
  padding-bottom: 30px;
}
.testimonial-item p {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}
.testimonial-item h4 {
  font-size: 20px;
}
/*.testimonial-item {
  padding: 25px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-image: url(../images/quote-icon.png);
  background-position: 95% 95%;
  background-repeat: no-repeat;
  background-size: 40px auto;
}
.testimonial-meta {
  padding-top: 20px;
  margin-top: 5px;
  border-top: 1px solid #dddddd;
}
.testimonial-meta .muthelo-image {
  display: table-cell;
  vertical-align: middle;
}
.testimonial-meta .muthelo-image img {
  border-radius: 100%;
}
.testimonial-meta-info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.testimonial-meta-info h4 {
  padding-bottom: 0px;
  font-size: 18px;
  line-height: 20px;
}
.testimonial-meta-info p {
  padding-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}*/
/* Muthelo Address */
.muthelo-address {
  padding: 100px 0;
  border-top: 1px solid #dddddd;
}
.muthelo-address h3 {
  font-family: 'United Sans Cd Md';
  font-size: 30px;
}
.muthelo-social a {
  display: inline-block;
  margin-right: 10px;
}
/* Muthelo Contact */
.muthelo-contact {
  padding: 100px 0;
  background-color: #0070c0;
}
.muthelo-contact .section-title {
  padding-bottom: 50px;
  color: #ffffff;
}
.muthelo-contact .section-title  span:after {
  background-color: #ffffff;
}
.contact-form {
  max-width: 700px;
  margin: 0 auto;
  padding: 80px 50px;
  background-color: rgba(255,255,255, 0.2);
  border-radius: 4px;
}
.contact-form .muthelo-btn {
  min-width: 180px;
  padding: 15px;
}
/* Muthelo Clients */
.muthelo-clients {
  padding: 40px 0;
  background-color: #f2f2f2;
}
.muthelo-clients .owl-carousel .owl-dots {
  padding-top: 15px;
}
.client-item {
  padding: 15px 25px;
  margin: 10px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* Footer */
footer {
  padding-top: 55px;
  background-color: #1e2a3d;
  color: #ffffff;
  text-align: center;
}
footer ul {
  padding: 45px 0;
  margin: 0;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  list-style: none;
}
footer ul li {
  display: inline-block;
  padding: 0 20px;
}
footer ul li a {
  color: #ffffff;
  position: relative;
}
footer ul li a:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 30px;
  background-color: #0070c0;
  content: "";
  transition: all ease .4s;
  z-index: 1;
}
footer ul li a:hover:after {
  width: 20px;
}
/* Muthelo Copyright */
.muthelo-copyright {
  padding: 25px 0;
  font-size: 16px;
  letter-spacing: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.muthelo-link {
  color: #0070c0;
  font-size: 25px;
}
.muthelo-link:hover {
  opacity: 0.8;
}