﻿@charset "UTF-8";
/*
Author       : Ekron.
Template Name: Ekron - Material design Agency Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color,Google Font, section-title, preloader btn, scroll, section-padding etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME SLIDER DESIGN
	04. SATRT BANNER HOME DESIGN
    05. START ABOUT US DESIGN
    06. START WHY CHOOSE US DESIGN 
    07. START SERVICE DESIGN
    08. START COUNTER DESIGN
    09. START PORTFOLIO DESIGN
    10. START SKILL DESIGN
    11. START TEAM DESIGN
    12. START BUY NOW DESIGN
    13. START PRICING TABLE DESIGN
    14. START BLOG PAGE DESIGN
    15. START COMPANY PARTNER LOGO
    16. START TESITMONIAL DESIGN
    17. START CONTACT PAGES DESIGN
    18. START NEWSLETTER DESIGN
    19. START FOOTER DESIGN

  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/* Google Font */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Raleway:300,400,500,600,700,800");
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.4px;
  overflow-x: hidden;
  width: 100%;
}

html, body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #222222;
  margin-top: 0;
}

a {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  color: #0a4b87;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}

img {
  max-width: 100%;
  height: auto;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: outside none none;
}

p {
  margin: 0 0 15px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.75rem !important;
  font-size: 15px !important;
}

.fix {
  overflow: hidden;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}

.clear {
  clear: both;
}

::-moz-selection, ::-webkit-selection {
  color: #fff;
  background: #677aad;
}

::placeholder {
  color: #fff;
}

.bg-f6 {
  background: #F1F8FF !important;
}

.bg-f6f6f6 {
  background: #f6f6f6 !important;
}

.bg-f3f3f3, .bg-f9f9f9f {
  background: #f1f1f1 !important;
}

/* -------------------------------- 
START PRELODER
-------------------------------- */
.preloader {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.loader {
  width: 50px;
  height: 50px;
  margin: 250px auto;
  position: relative;
}
.loader:before, .loader:after {
  content: "";
  border-width: 3vh;
  border-style: solid;
  border-color: #d35400 #2980b9 #c0392b #8e44ad;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: loading 1.5s infinite ease-in-out;
  animation: loading 1.5s infinite ease-in-out;
}
.loader::after {
  width: 60px;
  height: 80px;
  border-width: 1.1vh;
  animation-direction: reverse;
}

@-webkit-keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* -------------------------------- 
END PRELODER
-------------------------------- */
/* -------------------------------- 
START SCROLL TO TOP
-------------------------------- */
.topcontrol {
  background: #677aad none repeat scroll 0 0;
  border-radius: 50px;
  bottom: 5px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  right: 5px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 40px;
  text-align: center;
  line-height: 37px;
}
.topcontrol:hover {
  background: #222;
  color: #fff;
}

/* --------------------------------------------------------------------------------------- 
END SCROLL TO TOP
------------------------------------------------------------------------------------------
*/
.section-padding {
  padding: 90px 0;
}

/*
* ----------------------------------------------------------------------------------------
*START SECTION TITLE DESIGN 
* ----------------------------------------------------------------------------------------
*/
.section-title {
  width: 55%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.section-title h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 25px;
}
.section-title p {
  margin-top: 10px;
}
.section-title .sec_icon {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.section-title .sec_icon:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #677aad none repeat scroll 0 0;
  top: 16px;
  left: -56px;
}
.section-title .sec_icon:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #677aad none repeat scroll 0 0;
  top: 16px;
  right: -56px;
}
.section-title .sec_icon span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 2px;
  background: #677aad none repeat scroll 0 0;
  display: inline-block;
}
.section-title .sec_icon .sec_radius {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: -2px 2px;
  background: #677aad none repeat scroll 0 0;
  display: inline-block;
}

/*
* ----------------------------------------------------------------------------------------
*END SECTION TITLE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*END GENERAL STYLE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02. START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02. START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.navbar-default {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
  padding: 20px 0;
  background: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav > .active > a {
  color: #677aad !important;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #677aad !important;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a {
  color: #677aad !important;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #677aad !important;
  background-color: transparent;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand img {
  width: 95px;
  margin-left: 10px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #fff;
}

.menu-top {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.menu-top li a {
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.menu-top li a:hover {
  color: #677aad !important;
}

@media only screen and (max-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    margin-top: 10px;
    padding: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .menu-top {
    background-color: #fff;
  }

  .navbar-default .navbar-nav > li > a {
    color: #313131 !important;
  }

  .navbar-nav {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .menu-top {
    background-color: #fff;
  }

  .navbar-default .navbar-nav > li > a {
    color: #313131 !important;
  }

  .navbar-nav {
    margin: 0;
  }
}
.navbar-default.menu-shrink {
  background-color: #fff;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  width: 100%;
}
.navbar-default.menu-shrink li a {
  color: #313131 !important;
}
.navbar-default.menu-shrink li a:hover {
  color: #677aad !important;
}
.navbar-default .navbar-toggle {
  background: #fff none repeat scroll 0 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #677aad;
}

@media only screen and (max-width: 480px) {
  .menu-top {
    color: #fff !important;
    margin-left: 0px;
  }
}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
#slider, .single-slider, .single-slide-item-table {
  height: 700px;
  color: #fff;
}

.single-slider {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.single-slider:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  z-index: -1;
}

.single-slide-item-table {
  display: table;
  width: 100%;
}

.single-slide-item-tablecell {
  display: table-cell;
  vertical-align: middle;
}

.slider_left {
  padding-left: 100px;
}

.slider_right {
  padding-right: 100px;
}

.slider-content h1 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 55px;
}
.slider-content p {
  font-size: 18px;
  margin-bottom: 30px;
}

.btn-home-bg {
  background: #677aad;
  display: inline-block;
  padding: 13px 25px;
  text-transform: capitalize;
  color: #fff;
  margin-right: 20px;
}
.btn-home-bg:hover {
  background: #fff;
  color: #333;
}

.btn-home-border {
  background: transparent;
  display: inline-block;
  padding: 13px 25px;
  text-transform: capitalize;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 600;
}
.btn-home-border:hover {
  background: #fff;
  color: #333;
}

.slider-active .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  opacity: 1;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.slider-active .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  opacity: 1;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  left: 28px;
}
.slider-active .owl-nav .owl-next {
  right: 28px;
}
.slider-active .owl-nav .owl-next:hover {
  border-color: #677aad;
  background: #677aad;
  color: #fff;
}
.slider-active .owl-nav .owl-prev:hover {
  border-color: #677aad;
  background: #677aad;
  color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 03.END HOME SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04.SATRT BANNER HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#particles-js {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0.3;
}

.particles-section {
  position: relative;
  height: 750px;
}
.particles-section:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5);*/
  /* background: rgba(153, 151, 151, 0.5);*/
  background: rgba(147, 147, 147, 0.5);
  position: absolute;
}
.particles-section .content-heading {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0 auto;
  margin-top: -100px;
}
.particles-section .content-heading h2 {
  color: #fff;
  font-size: 35px;
  font-family: "Raleway", sans-serif;
  line-height: 75px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.particles-section .content-heading p {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 36px;
}
.particles-section .content-heading a {
  background: #505cfd;
  border: 2px solid #505cfd;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}
.particles-section .content-heading a:hover {
  background: none;
  border: 2px solid #fff;
  color: #0a4b87;
}
.particles-section .content-heading a.color-1 {
  border: 2px solid #fff;
  background: no-repeat;
  padding: 12px 32px;
  color: #fff !important;
  margin-left: 10px;
}
.particles-section .content-heading a.color-1:hover {
  background: #505cfd;
  border: 2px solid #505cfd;
}
.particles-section.bg-warning {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6247e5+0,42b7f5+100 */
  background: #6247e5;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6247e5 0%, #42b7f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6247e5 0%, #42b7f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6247e5 0%, #42b7f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6247e5", endColorstr="#42b7f5",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.particles-section.bg-warning:before {
  background: none;
}

/*
* ----------------------------------------------------------------------------------------
* WABES HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#home {
  position: relative;
  z-index: 1;
}

.atf-waves-home {
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}
.atf-waves-home::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.atf-wabes-img img {
  border-radius: 50% !important;
}

.atf-web-area {
  position: absolute;
  bottom: -9px;
  width: 100%;
}
.atf-web-area svg {
  height: 180px;
}

/*
* ----------------------------------------------------------------------------------------
* CLIPE HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-clip-home {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 20% 100%, 0 83%);
  clip-path: polygon(0 0, 100% 0, 100% 83%, 20% 100%, 0 83%);
}
.atf-clip-home .atf-clip-content {
  text-align: left;
}

/*
* ----------------------------------------------------------------------------------------
* RIPPLE WATER HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-ripple-home {
  background-image: url(../img/bg/4.jpg);
  position: relative;
  background-position: center;
  background-size: cover;
}

/*
* ----------------------------------------------------------------------------------------
* 04.END BANNER HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.START ABOUT US DESIGN
* ----------------------------------------------------------------------------------------
*/
.single-about {
  /* border: 1px solid #eee; */
  background: #fff;
  padding: 12px 18px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  height: 42rem;
}
.single-about p {
  text-align: justify;
}
.single-about:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.single-about:hover i, .single-about:hover h4 {
  color: #0b4c88;
}
.single-about i, .single-about h4 {
  color: #677aad;
}
.single-about i {
  font-size: 55px;
  padding: 25px 0;
}
.single-about h4 {
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.single-about a:hover {
  color: #0b4c88;
}

/*
* ----------------------------------------------------------------------------------------
* 05. END ABOUT US DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06.START WHY CHOOSE US DESIGN 
* ----------------------------------------------------------------------------------------
*/
#choose .section-padding {
  padding-top: 0px;
}

ul.choose-list i {
  margin-right: 12px;
  font-size: 22px;
  line-height: 35px;
  color: #677aad;
}

.sub-choose {
  margin-top: 30px;
}
.sub-choose h4 {
  text-transform: uppercase;
}
.sub-choose img {
  display: block;
  margin-bottom: 20px;
}
.sub-choose i {
  font-size: 15px;
  background: #677aad;
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 6px;
  border-radius: 8px;
}
.sub-choose i:hover {
  background: #333;
  transition: 0.3s;
}

.choose_img {
  float: left;
  margin-right: 25px;
}

.about-img .waves-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-img .iq-video {
  background: #677aad;
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  border-radius: 100%;
  line-height: 53px;
  z-index: 9;
  position: relative;
  border: 8px solid #fff;
}
.about-img .iq-video i {
  margin-left: 3px;
}
.about-img .iq-waves {
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: 2;
}
.about-img .iq-waves .waves {
  position: absolute;
  width: 130px;
  height: 130px;
  background: rgba(146, 159, 236, 0.8) none repeat scroll 0 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
.about-img .iq-waves .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.about-img .iq-waves .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.about-img .iq-waves .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
/*
* ----------------------------------------------------------------------------------------
* 06.END START WHY CHOOSE US DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: none;
}*/
.single_service {
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 7px;
}
.single_service:hover.single_service h4 {
  color: #677aad;
  transition: all 0.5s linear 0s;
  cursor: pointer;
}
.single_service .single-about {
  box-shadow: none;
  text-align: center;
  height: 49rem;
}
.single_service .single-about:hover {
  box-shadow: none;
}
.single_service:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.service_content {
  padding: 25px 25px 0px;
}

/*
* ----------------------------------------------------------------------------------------
* 07. END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 08. START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#counter_area {
  position: relative;
  padding: 90px 0;
  color: #fff;
}
#counter_area:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  position: absolute;
}

.counter-items {
  position: relative;
  z-index: 10;
  padding: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.counter_icon i {
  display: block;
  font-size: 50px;
  margin-bottom: 25px;
  color: #677aad;
}

.counter {
  font-size: 30px;
  color: #fff;
  font-weight: 800;
  margin: 0;
  display: inline-block;
  padding: 0 3px;
  letter-spacing: 3px;
  font-family: "Ubuntu", sans-serif;
}

.counter-title {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 18px;
  margin-top: 10px;
  letter-spacing: 1px;
}

/*
* ----------------------------------------------------------------------------------------
* 08. END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 09.START PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/
#portfolio .section-title {
  margin-bottom: 35px;
}

.portfolio_item .mix {
  display: none;
}

.portfolio_menu {
  margin-bottom: 25px;
}
.portfolio_menu ul {
  list-style-type: none;
  padding: 0;
}
.portfolio_menu ul li {
  border: 1px solid #ddd;
  color: #555;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 7px;
  padding: 5px 27px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.portfolio_menu ul li:hover, .portfolio_menu ul li.active {
  border-color: #677aad;
  background-color: #677aad;
  color: #fff;
}

#portfolio .random-item {
  margin-top: 30px;
}

.single_portfolio {
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
}
.single_portfolio img {
  width: 100%;
  height: auto;
}
.single_portfolio .portfolio-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.single_portfolio:before, .single_portfolio:after {
  content: "";
  height: 25%;
  background: rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s steps(4);
}
.single_portfolio .portfolio-content:before, .single_portfolio .portfolio-content:after {
  content: "";
  height: 25%;
  background: rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s steps(4);
}
.single_portfolio:before {
  width: 75%;
  bottom: 0;
  transition-delay: 0s;
}
.single_portfolio:after {
  width: 50%;
  bottom: 25%;
  transition-delay: 0.1s;
}
.single_portfolio .portfolio-content:before {
  width: 25%;
  bottom: 50%;
  z-index: -1;
  transition-delay: 0.2s;
}
.single_portfolio .portfolio-content:after {
  width: 0;
  bottom: 75%;
  z-index: -1;
  transition-delay: 0.3s;
}
.single_portfolio:hover:before, .single_portfolio:hover:after {
  width: 100%;
  opacity: 1;
}
.single_portfolio:hover .portfolio-content:before, .single_portfolio:hover .portfolio-content:after {
  width: 100%;
  opacity: 1;
}
.single_portfolio .content-inner {
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  top: 42%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease 0.2s;
}
.single_portfolio:hover .content-inner {
  opacity: 1;
}
.single_portfolio .title {
  font-size: 25px;
  font-weight: 700;
  color: #677aad;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  transition: all 0.3s ease 0s;
}
.single_portfolio .post {
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  color: #fff;
  margin: 0 0 15px 0;
}
.single_portfolio .social-link {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: -50%;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.5s ease 0.3s;
}
.single_portfolio:hover .social-link {
  opacity: 1;
}
.single_portfolio .social-link li {
  display: inline-block;
}
.single_portfolio .social-link li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.single_portfolio .social-link li a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #677aad;
  border-radius: 0 20px 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.single_portfolio .social-link li a:hover:after {
  transform: rotate(180deg);
}

@media only screen and (max-width: 990px) {
  .single_portfolio {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  .single-about {
    height: 100%;
  }

  .section-title {
    width: 100%;
  }

  .single_service .single-about {
    height: 100%;
  }

  #team .col-md-3,
#team .col-sm-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .logoMicrosoft img {
    max-width: 46%;
  }

  .footer-titel {
    text-align: left;
  }

  #footer .footer-logo img {
    max-width: 22% !important;
  }
}
/*
* ----------------------------------------------------------------------------------------
* 09.END PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10.START SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/
#skill {
  background: #f6f6f6;
}

.skill_content h3 {
  margin-top: 0;
  font-size: 28px;
}

.progress-bar-text {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.progress-bar-text span {
  float: right;
}

.progress-bar {
  background: #ddd none repeat scroll 0 0;
  box-shadow: 0 0 0;
  height: 5px;
  margin: 0 0 25px;
  position: relative;
  width: 100%;
}
.progress-bar > span {
  background: #677aad none repeat scroll 0 0;
  display: block;
  height: 100%;
  width: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 10.END SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 11.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
#team .col-md-3,
#team .col-sm-6 {
  padding-left: 0px;
  padding-right: 0px;
}

.single-team {
  text-align: center;
  transition: all 0.5s ease 0s;
  margin: 5px;
  border: 1px solid #ddd;
}
.single-team:hover {
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.single-team .team-pic {
  overflow: hidden;
  position: relative;
}
.single-team .team-pic:before {
  content: "";
  width: 200%;
  height: 80%;
  background: rgba(49, 74, 216, 0.8) none repeat scroll 0 0;
  position: absolute;
  top: -100%;
  left: -4%;
  transform: rotate(45deg);
  transition: all 0.5s ease 0s;
}
.single-team .team-pic:after {
  content: "";
  width: 200%;
  height: 80%;
  background: rgba(49, 74, 216, 0.8) none repeat scroll 0 0;
  position: absolute;
  top: -100%;
  left: -4%;
  transform: rotate(45deg);
  transition: all 0.5s ease 0s;
  background: rgba(69, 156, 221, 0.8) none repeat scroll 0 0;
  top: auto;
  left: auto;
  bottom: -100%;
  right: -4%;
}
.single-team:hover .team-pic:before {
  top: 0;
}
.single-team:hover .team-pic:after {
  bottom: 0;
}
.single-team .team-pic img {
  width: 72%;
  height: auto;
}
.single-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 45%;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.5s ease 0.3s;
}
.single-team:hover .social {
  opacity: 1;
}
.single-team .social li {
  display: inline-block;
}
.single-team .social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #222222;
  margin-right: 10px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.single-team .social li a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0 20px 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.single-team .social li a:hover:after {
  transform: rotate(180deg);
}
.single-team .team-content {
  padding: 5px;
}
.single-team .title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.single-team .post {
  display: block;
  text-transform: capitalize;
}

@media only screen and (max-width: 990px) {
  .single-team {
    margin-bottom: 30px;
  }
}
/*
* ----------------------------------------------------------------------------------------
* 11.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12.START BUY NOW DESIGN
* ----------------------------------------------------------------------------------------
*/
.buy {
  background-position: center center;
  background-size: cover;
  position: relative;
}
.buy::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
}

.buy-now {
  color: #fff;
  z-index: 1;
}
.buy-now h4 {
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
}
.buy-now p {
  font-size: 18px;
}
.buy-now button {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 21px !important;
  margin-left: -7px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 25px;
  border: 1px solid #677aad;
  background: #677aad;
  color: #fff;
}
.buy-now button:hover {
  background: #fff none repeat scroll 0 0 !important;
  color: #333;
  border: 1px solid #fff;
  outline: 0 none;
}

/*
* ----------------------------------------------------------------------------------------
* 12.END BUY NOW DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.START PRICING TABLE DESIGN
* ----------------------------------------------------------------------------------------
*/
#pricing {
  background: #f6f6f6;
}

.pricingTable {
  padding: 25px 0 0;
  background: #677aad;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.pricingTable:hover {
  box-shadow: 0 8px 6px -6px #4f384d;
}
.pricingTable .pricingtitle {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.pricingTable .price-value {
  font-size: 50px;
  color: #fff;
  margin-bottom: 40px;
}
.pricingTable .month {
  display: block;
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}
.pricingTable .pricing-content {
  padding: 60px 0 30px;
  z-index: 1;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.pricingTable .pricing-content:before {
  content: "";
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 0 50px 0 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.pricingTable .pricing-content:after {
  content: "";
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 0 50px 0 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px 0 0 0;
  left: auto;
  right: 0;
}
.pricingTable .pricing-content ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
}
.pricingTable .pricing-content ul li {
  font-size: 17px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 1px;
  border-bottom: 1px solid #c5d2d4;
}

.pricing-content ul li:last-child {
  border-bottom: none;
}

.pricingTable-signup {
  display: inline-block;
  padding: 10px 20px;
  background: #677aad;
  color: #ffffff;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
.pricingTable-signup:hover {
  text-decoration: none;
  color: #fff;
  background: #333;
}

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 30px;
  }
}
/*
* ----------------------------------------------------------------------------------------
* 13.END PRICING TABLE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14. START BLOG PAGE DESIGN
* ----------------------------------------------------------------------------------------
*/
#blog {
  background-color: #f6f6f6;
  /*    .post-slide {
          border: none;
          padding: 0px;
          margin: 0px;
          position: relative;
      }

      .item {
          width: auto;
      }

      .owl-item {
          width: 228px !important;
      }

      .owl-carousel .owl-item img {
          width: 96%;
          margin: auto;
      }

      .owl-carousel .owl-stage-outer {
          margin: 0px 25px;
      }*/
}

.post-slide {
  /*
  border: 1px solid #eee;*/
  padding: 20px;
  margin: 0 15px;
  position: relative;
}
.post-slide:before {
  content: "";
  border-top: 1px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.post-slide:hover {
  border-top: 1px solid #677aad;
}
.post-slide:hover:before {
  border-top: 1px solid #677aad;
}
.post-slide .post-img > img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.post-slide .post-title > a {
  font-size: 20px;
  text-transform: capitalize;
  color: #333;
  transition: all 0.3s ease-in-out 0s;
}
.post-slide .post-title > a:hover {
  text-decoration: none;
  color: #677aad;
}
.post-slide .post-bar {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.post-slide .post-bar > li {
  display: inline-block;
  padding: 0 8px;
  float: left;
}
.post-slide .post-bar > li:first-child {
  padding: 0 10px 0 0;
}
.post-slide .post-bar > li:last-child {
  border: 0px none;
}
.post-slide .post-date, .post-slide .author, .post-slide .comment {
  color: #677aad;
  text-transform: uppercase;
  font-size: 11px;
}
.post-slide .author > a {
  color: #677aad !important;
  transition: all 0.3s ease-in-out 0s;
}
.post-slide .comment > a, .post-slide .comment > i {
  color: #677aad !important;
  transition: all 0.3s ease-in-out 0s;
}
.post-slide .author > a:hover, .post-slide .comment > a:hover {
  text-decoration: none;
  color: #677aad !important;
}
.post-slide .post-date > i, .post-slide .author > i, .post-slide .comment > i {
  margin-right: 8px;
  font-size: 15px;
}
.post-slide .post-description {
  line-height: 1.7;
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}
.post-slide .readmore {
  display: inline-block;
  padding: 10px 20px;
  background: #677aad;
  color: #ffffff;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 5px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out 0s;
}
.post-slide .readmore:hover {
  text-decoration: none;
  color: #fff;
  background: #333;
}

#blog-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  opacity: 1;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
  width: 50px;
  height: 50px;
  line-height: 48px;
  background: #677aad;
  border-radius: 50%;
}
#blog-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  opacity: 1;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
  width: 50px;
  height: 50px;
  line-height: 48px;
  background: #677aad;
  border-radius: 50%;
  left: -38px;
}
#blog-slider .owl-nav .owl-next {
  right: -38px;
}
#blog-slider .owl-nav .owl-next:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}
#blog-slider .owl-nav .owl-prev:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}

@media only screen and (max-width: 360px) {
  .post-bar > li:last-child {
    margin-top: 8px;
    padding: 0;
  }
}
/*
* ----------------------------------------------------------------------------------------
* 14.END BLOG PAGE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15.START COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/
#brand-area {
  background: #f6f6f6;
}

.brand-active {
  text-align: center;
}
.brand-active > a {
  display: inline-block;
}

/*
* ----------------------------------------------------------------------------------------
* 15.END START COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 16.START TESITMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.center-block {
  float: inherit;
}

.testimonial_overlay {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  padding: 90px 0;
}

.testimonial {
  text-align: center;
  margin: 0 20px;
}
.testimonial h2 {
  text-transform: uppercase;
  margin-bottom: 35px;
  color: #fff;
}
.testimonial .description {
  padding: 40px 30px;
  margin-bottom: 50px;
  border-top: 1px solid #677aad;
  border-left: 1px solid #677aad;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: left;
  position: relative;
}
.testimonial .description:before {
  content: "\f10e";
  font-family: fontawesome;
  display: inline-block;
  float: left;
  padding: 0 15px 65px 0;
  overflow: hidden;
  font-size: 30px;
  color: #677aad;
  text-align: center;
  position: relative;
  top: 8px;
  left: 0;
}
.testimonial .description:after {
  content: "";
  width: 50%;
  height: 1px;
  background: #677aad;
  position: absolute;
  bottom: 0;
  left: 0;
}
.testimonial .testimonial-content {
  position: relative;
}
.testimonial .testimonial-content:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #677aad;
  position: absolute;
  top: -50px;
  left: 50%;
}
.testimonial .testimonial-content:after {
  content: "";
  width: 2px;
  height: 40px;
  background: #677aad;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: skewX(-45deg);
  transform-origin: 100% 100% 0;
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 7px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.testimonial .title {
  font-size: 22px;
  font-weight: 700;
  color: #677aad;
  letter-spacing: 1px;
  text-transform: capitalize;
}

#testimonial-slider.owl-theme .owl-controls {
  margin-top: 30px;
}
#testimonial-slider.owl-theme .owl-controls .owl-page span {
  width: 15px;
  height: 10px;
  border-radius: 0;
  background: #ff5a5f;
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}
#testimonial-slider.owl-theme .owl-controls .owl-page.active span {
  width: 35px;
  background: #677aad;
}

/*
* ----------------------------------------------------------------------------------------
* 16.END TESITMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 17.START CONTACT PAGES DESIGN
* ----------------------------------------------------------------------------------------
*/
#contact .section-title-contacto {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 12px;
}
#contact .checkTextoAvisoLegal {
  padding-left: 15px;
}
#contact input[type=checkbox] {
  display: none;
}
#contact label {
  font-weight: 400;
}
#contact label:before {
  content: "";
  background: transparent;
  border: 2px solid #677aad;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  text-align: center;
  text-shadow: 4px -2px 3px grey;
  vertical-align: middle;
}
#contact input[type=checkbox]:checked + label:before {
  content: "✔";
  font-size: 19px;
  color: #677aad;
  cursor: pointer;
}

.media-body {
  padding-bottom: 15px;
}

.contact {
  border: 3px solid #eee;
  padding: 20px;
}
.contact p {
  margin-top: 15px;
}
.contact .form-control {
  padding: 0;
}
.contact .address-heading {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 10px;
  letter-spacing: 1px;
}
.contact input[type=submit] {
  border: none;
  font-weight: 500;
  padding: 14px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 3px;
  background: #677aad;
}
.contact input[type=text], .contact input[type=email], .contact input[type=password] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.contact textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 15px;
  color: #333;
  height: 150px;
  margin-bottom: 15px;
}
.contact input:focus, .contact textarea:focus {
  border-color: #677aad;
  box-shadow: none;
  outline: 0 none;
}

.btn-contact-bg {
  background: #677aad none repeat scroll 0 0;
  border: 1px solid #677aad;
  color: #fff !important;
  font-size: 12px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  transition: all 0.2s ease 0s;
  border-radius: 0;
  border: 1px solid #677aad;
  display: inline-block;
}
.btn-contact-bg:hover, .btn-contact-bg:focus {
  background: #333 !important;
  border: 1px solid #333 !important;
  color: #fff;
}

.address-area {
  border: 3px solid #eee;
  padding: 20px;
  line-height: 32px;
}
.address-area p {
  font-size: 15px;
  margin: 0 0 14px;
}
.address-area .address-heading {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 10px;
  letter-spacing: 1px;
}

.single-address .address-heading {
  margin: 20px 0;
}

.media-left {
  padding-right: 0px;
}

.media {
  margin-top: 4px;
}
.media > .pull-left {
  padding-right: 0px;
}

.media-left i {
  margin-right: 15px;
  font-size: 20px;
  color: #677aad;
}

/*
* ----------------------------------------------------------------------------------------
* 17.END CONTACT PAGES DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 18.START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.newsletter_overlay {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}

.newsletter {
  color: #fff;
}

.signup_form {
  margin: 0 auto;
}
.signup_form h3 {
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: uppercase;
  color: #fff;
}
.signup_form input {
  background: transparent;
  border-image: none;
  border-radius: 0;
  border: 1px solid #ddd;
  color: #fff;
  margin-bottom: 0px;
  transition: all 0.2s ease 0s;
  border-radius: 0px;
  height: 46px;
  line-height: 46px;
  width: 354px !important;
}

.newsletter_form {
  margin-top: 20px;
  display: inline-block;
}

.signup_form input:hover, .signup_form input:focus {
  border-color: #677aad;
  box-shadow: none;
  outline: 0 none;
  background: transparent;
  color: #fff;
}
.signup_form button {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 21px !important;
  margin-left: -8px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1px;
  background: #677aad;
}
.signup_form button:hover {
  background: #fff none repeat scroll 0 0 !important;
  color: #333;
  border: 1px solid #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 18.END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#map-section {
  margin-bottom: -8px;
}
#map-section iframe {
  width: 100%;
  height: 400px;
}

/*
* ----------------------------------------------------------------------------------------
* 19.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#footer {
  background: #34363a;
}
#footer p, #footer h3 {
  color: #fff;
}
#footer .footer-titel,
#footer .footer-logo {
  padding-bottom: 15px;
}
#footer .footer-titel img,
#footer .footer-logo img {
  margin-bottom: 2px;
  max-width: 11%;
}
#footer .footer_social ul li a:hover {
  background: #677aad;
  color: #fff;
  border-color: #fff;
}

/*START FOOTER SOCIAL DESIGN*/
.footer_social {
  margin-bottom: 10px;
}
.footer_social ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.footer_social ul li {
  display: inline-block;
}
.footer_social ul li a {
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 50px;
  width: 50px;
  line-height: 45px;
  margin: 4px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.footer_social ul li a:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}

@media only screen and (max-width: 768px) {
  .footer_social ul li a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .footer_social ul li a {
    font-size: 15px;
  }
}
.f_facebook {
  background: #5D82D1;
  border: 1px solid #5D82D1;
}

.f_twitter {
  background: #40BFF5;
  box-shadow: 0 0 0 0px #40BFF5;
  border: 1px solid #40BFF5;
}

.f_google {
  background: #EB5E4C;
  box-shadow: 0 0 0 0px #EB5E4C;
  border: 1px solid #EB5E4C;
}

.f_linkedin {
  background: #238CC8;
  box-shadow: 0 0 0 0px #238CC8;
  border: 1px solid #238CC8;
}

.f_youtube {
  background: #CC181E;
  box-shadow: 0 0 0 0px #CC181E;
  border: 1px solid #CC181E;
}

.f_skype {
  background: #00AFF0;
  box-shadow: 0 0 0 0px #00AFF0;
  border: 1px solid #00AFF0;
}

/*END FOOTER SOCIAL DESIGN*/
.copyright p {
  color: #222222;
  margin-bottom: 0;
  padding: 15px 0;
}
.copyright a {
  color: #677aad;
  transition: all 0.2s ease 0s;
  font-family: lato, sans-serif;
}
.copyright a:hover {
  color: #222222;
}

.form-message .error {
  margin-top: 15px;
}

#mc-form label {
  margin-top: 20px;
}

/*
* ----------------------------------------------------------------------------------------
* 19.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.logoMicrosoft {
  margin-top: 4em;
}

h5 {
  color: #abacae;
  font-weight: 500;
}
