* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  background: #fff;
  text-transform: none;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
}
a {
  text-decoration: none!important;
  transition: all 0.3s ease 0s;
}
.btn,
button {
  transition: all 0.3s ease 0s;
}
button {
  border: none;
  box-shadow: none;
}
a,
a:link,
a:visited,
a:active,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.btn:active {
  box-shadow: none;
}
.padd {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .padd-left-sm {
    padding-left: 15px !Important;
  }
}
.no-padd {
  padding-left: 0;
  padding-right: 0;
}
.no-padd-right {
  padding-right: 0;
}
.no-padd-left {
  padding-left: 0;
}
.no-padd-bottom {
  padding-bottom: 0;
}
@media (min-width: 1400px) {
  .no-padd-lg {
    padding-left: 0;
    padding-right: 0;
  }
  .no-padd-right-lg {
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .no-padd-lg {
    padding-left: 0;
    padding-right: 0;
  }
  .no-padd-right-lg {
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .no-padd-md {
    padding-left: 0;
    padding-right: 0;
  }
  .no-padd-right-md {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padd-right-sm {
    padding-right: 10px;
  }
  .no-padd-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .no-padd-right-sm {
    padding-right: 0;
  }
  .no-padd-left-sm {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .padd-xs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .padd-right-xs {
    padding-right: 10px;
  }
  .padd-left-xs {
    padding-left: 10px;
  }
  .no-padd-xs {
    padding-left: 0;
    padding-right: 0;
  }
  .no-padd-right-xs {
    padding-right: 0;
  }
  .no-padd-left-xs {
    padding-left: 0;
  }
}
.nopadding {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.padd-top {
  padding-top: 40px;
}
.padd-bottom {
  padding-bottom: 20px;
}
.spacer {
  margin-bottom: 10px;
}
.big-spacer {
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .container {
    width: 100%!important;
    max-width: 1400px;
  }
}
.link {
  color: #4690ff;
  font-weight: 300;
  position: relative;
  display: inline-block;
  padding-right: 14px;
}
.link:after {
  content: "\f101 ";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
}
.main-title {
  color: #599fcf;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-title {
    font-size: 23px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-title {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .main-title {
    font-size: 20px;
  }
}
.main-title .inner-title {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  -webkit-transition: width 3s ease-out;
  transition: width 3s ease-out;
}
.main-title .inner-title.text-left {
  text-align: left;
}
.main-title .border-top {
  position: relative;
  display: block;
}
.main-title .border-top:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  width: 20px;
  height: 13px;
  border-left: 2px solid #599fcf;
  border-top: 2px solid #599fcf;
  -webkit-transition: all 2.5s ease-out;
  transition: all 2.5s ease-out;
}
.main-title .border-top:before {
  content: "";
  position: absolute;
  top: -10px;
  right: -20px;
  width: 20px;
  height: 13px;
  border-right: 2px solid #599fcf;
  border-top: 2px solid #599fcf;
  -webkit-transition: all 2.5s ease-out;
  transition: all 2.5s ease-out;
}
.main-title .border-bottom {
  position: relative;
  display: block;
}
.main-title .border-bottom:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -20px;
  width: 20px;
  height: 13px;
  border-left: 2px solid #599fcf;
  border-bottom: 2px solid #599fcf;
  -webkit-transition: all 2.5s ease-out;
  transition: all 2.5s ease-out;
}
.main-title .border-bottom:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -20px;
  width: 20px;
  height: 13px;
  border-right: 2px solid #599fcf;
  border-bottom: 2px solid #599fcf;
  -webkit-transition: all 2.5s ease-out;
  transition: all 2.5s ease-out;
}
.main-title .sub-title {
  color: #8c8c8c;
  text-transform: none;
  font-weight: 300;
  font-size: 15px;
  margin-top: 20px;
}
.layout-blocks {
  background: #fff;
}
.modal-portfolio {
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media (min-width: 1400px) {
  .modal-portfolio .modal-dialog {
    width: 1000px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .modal-portfolio .modal-dialog {
    width: 800px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .modal-portfolio .modal-dialog {
    width: 700px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-portfolio .modal-dialog {
    width: 600px;
  }
}
.modal-portfolio .modal-content {
  border-radius: 0;
  overflow: hidden;
}
.modal-portfolio p {
  margin-bottom: 10px;
  line-height: 18px;
  font-size: 12px;
}
.modal-portfolio .name-project {
  text-align: center;
  position: relative;
  padding: 0 70px;
}
.modal-portfolio .name-project:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 41px;
  width: 3px;
  background: #f7d617;
  -moz-transform: skew(-34.5deg) translate(40%);
  -ms-transform: skew(-34.5deg) translate(40%);
  -o-transform: skew(-34.5deg) translate(40%);
  -webkit-transform: skew(-34.5deg) translate(40%);
  transform: skew(-34.5deg) translate(40%);
  z-index: 10;
  height: 53px;
}
@media (max-width: 991px) {
  .modal-portfolio .name-project:after {
    display: none;
  }
}
.modal-portfolio .name-project a {
  color: #1a4bd7;
  border-bottom: 1px solid;
}
.modal-portfolio .name-project span {
  display: block;
  color: #000000;
  font-size: 14px;
  padding-top: 5px;
}
.modal-portfolio .close {
  position: absolute;
  right: 9px;
  top: 4px;
  z-index: 5;
}
.modal-portfolio .close:hover {
  color: #599fcf;
}
.modal-portfolio .inner-preview {
  padding: 17px 37px;
  position: relative;
}
@media (max-width: 767px) {
  .modal-portfolio .inner-preview {
    padding: 30px 15px;
  }
}
.modal-portfolio .inner-preview .cell {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .modal-portfolio .inner-preview .cell {
    display: block;
  }
}
@media (max-width: 767px) {
  .modal-portfolio .inner-preview .cell {
    display: block;
  }
}
.modal-portfolio .inner-preview .cell:first-child {
  width: 30%;
  right: -69%;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .modal-portfolio .inner-preview .cell:first-child {
    width: 100%;
    right: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .modal-portfolio .inner-preview .cell:first-child {
    width: 100%;
    right: 0;
    padding-bottom: 20px;
  }
}
.modal-portfolio .inner-preview .cell:last-child {
  width: 69%;
  left: -30%;
  padding-right: 139px;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .modal-portfolio .inner-preview .cell:last-child {
    width: 100%;
    left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .modal-portfolio .inner-preview .cell:last-child {
    width: 100%;
    left: 0;
    padding-right: 0;
  }
}
.modal-portfolio .inner-preview .main-title {
  margin-bottom: 5px;
  font-size: 22px;
}
.modal-portfolio .inner-preview .main-title .inner-title {
  padding: 3px 15px;
}
.modal-portfolio .inner-preview .separator {
  width: 200px;
  margin: 0 auto;
  padding-bottom: 9px;
}
.modal-portfolio .inner-preview .project-title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.modal-portfolio .inner-preview .project-content {
  text-align: center;
}
.modal-portfolio .inner-preview .date {
  font-size: 12px;
  color: #929292;
  margin-bottom: 1px;
}
.modal-portfolio .thumbs-slider {
  padding-bottom: 40px;
  text-align: center;
}
.modal-portfolio .thumbs-slider .thumb {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 5px;
}
.modal-portfolio .thumbs-slider .thumb a {
  display: block;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.modal-portfolio .thumbs-slider .thumb a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 5px solid #61b4e4;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.modal-portfolio .thumbs-slider .thumb img {
  width: 100%;
}
.modal-portfolio .thumbs-slider .thumb.active a:after,
.modal-portfolio .thumbs-slider .thumb:hover a:after {
  opacity: 1;
}
.modal-portfolio .portfolio-slider {
  width: 88%;
  margin: 0 auto;
}
.modal-portfolio .portfolio-slider img {
  width: 100%;
  display: block;
}
.modal-portfolio .portfolio-slider .owl-dots {
  display: block;
  text-align: center;
  padding-top: 20px;
}
.modal-portfolio .portfolio-slider .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
}
.modal-portfolio .portfolio-slider .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #d5d6d7;
}
.modal-portfolio .portfolio-slider .owl-dots .owl-dot.active span {
  border: 2px solid #9fd1ff;
  background: #9fd1ff;
  width: 14px;
  height: 14px;
}
@media (max-width: 767px) {
  .modal-portfolio .portfolio-slider .owl-nav {
    display: none!important;
  }
}
.modal-portfolio .portfolio-slider .owl-nav .owl-prev,
.modal-portfolio .portfolio-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  color: #d4d5d6;
  font-size: 25px;
  margin-top: -25px;
}
.modal-portfolio .portfolio-slider .owl-nav .owl-prev:hover,
.modal-portfolio .portfolio-slider .owl-nav .owl-next:hover {
  color: #9fd1ff;
}
.modal-portfolio .portfolio-slider .owl-nav .owl-prev {
  left: -38px;
}
.modal-portfolio .portfolio-slider .owl-nav .owl-next {
  right: -38px;
}
#menu {
  z-index: 10;
}
