/* Imported styles */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');

@import url(imp.css);
@import url(hover.css);
@import url('prettyPhoto.css');
@import url(../css/bootstrap.min.css);
@import url(../css/bootstrap-select.min.css);
@import url(../css/jquery.bootstrap-touchspin.css);

@import url(../css/font-awesome.css);
@import url(../css/flaticon.css);
@import url(../css/icomoon.css);

@import url(../css/settings.css);
@import url(../css/layers.css);
@import url(../css/navigation.css);

@import url(../css/owl.carousel.css);
@import url(../css/jquery.bxslider.css);
@import url(../css/flexslider.css);

@import url(../css/jquery-ui.css);
@import url(../css/jquery.fancybox.css);
@import url(../css/polyglot-language-switcher.css);

@import url(../css/animate.min.css);
@import url(../css/nouislider.css);
@import url(../css/nouislider.pips.css);
@import url(../css/menuzord.css);
@import url(../css/magnific-popup.css);
@import url(../css/imagehover.min.css);


/*==============================================
   Base
===============================================*/
body {
  font-family: 'Hind', sans-serif;
  color: #222222;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', sans-serif;
}

ul {
  list-style-type: none;
}

p {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  color: #848484;
  line-height: 26px;
  font-weight: 300;
}

a {
  text-decoration: none;
  display: inline-block;
  outline: none;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

/* Only used wrapper */
.boxed_wrapper {
  width: 100%;
  background: #fff;
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

/* spacing helpers used in your pages */
.sec-padd {
  padding: 80px 0;
}

.sec-padd2 {
  padding: 80px 0 30px;
}

.sec-padd-top {
  padding-top: 80px;
}

.thm-color {
  color: #0000CD;
}


/*==============================================
    Section title
===============================================*/
.section-title {
  position: relative;
  margin-bottom: 50px;
}

.section-title h2 {
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 20px;
}

.section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 1px;
  background: #FF0000;
}


/*==============================================
    Header (Centered)
===============================================*/
/* Force centered header (wins vs old template rules) */
.header-area.header-centered {
  text-align: center;
}

.header-area.header-centered .header-center-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-area.header-centered a.logo {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  float: none !important;
  position: static !important;
  left: auto !important;
  right: auto !important;
}

.header-area.header-centered a.logo img {
  display: block;
  margin: 0 auto;
}

.header-area.header-centered .header-tagline {
  margin: 6px 0 0;
  padding: 0;
  line-height: 1.2;
}



/*==============================================
    Rev Slider Wrapper (Home)
===============================================*/
.rev_slider_wrapper .slide-content-box {
  background: rgba(235, 235, 235, 0.95);
  /* more grey */
  padding: 34px 40px;
  /* more padding */
  border-radius: 12px;
  display: inline-block;
  max-width: 560px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.rev_slider_wrapper .slide-content-box h1 {
  margin: 0 0 14px;
}

.rev_slider_wrapper .slide-content-box p {
  color: #000 !important;
  margin: 0;
}



.tparrows {
  background: #000;
  cursor: pointer;
  display: block;
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: 1000;
}

.tparrows:hover {
  background: #0000CD;
  transition: .5s ease;
}


/*==============================================
    About (Home)
===============================================*/
.about-us {
  /* background: rgba(248, 249, 249, 0.69); */
  background: rgba(235, 235, 235, 0.95);
  padding-bottom: 80px;
}

.about-text h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-text p {
  margin-bottom: 20px;
}


/*==============================================
    Our Services (Home) - used for the 3 blocks
===============================================*/
.our-services {
  padding: 70px 0 30px;
}

.our-services .single-our-service {
  margin-bottom: 50px;
}

.our-services .single-our-service h4 {
  margin-top: 17px;
  margin-bottom: 11px;
  color: #272727;
  transition: .5s ease;
}

.our-services .single-our-service h4:hover {
  color: #0000CD;
}

.our-services .single-our-service .img-box {
  position: relative;
}


/*==============================================
    Breadcrumb (Gallery)
===============================================*/
.breadcrumb-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 190px 0 170px;
  position: relative;
}

.breadcrumb-area:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.62);
  z-index: 0;
}

.breadcrumb-area h1 {
  color: #ffffff;
  position: relative;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
}


/*==============================================
    Gallery / Projects (Gallery)
===============================================*/
.project-content ul.gallery-filter {
  margin-bottom: 60px;
  text-align: center;
}

.project-content ul.gallery-filter li {
  display: inline-block;
}

ul.gallery-filter li:hover span,
ul.gallery-filter li.active span {
  color: #0000CD;
  border-color: #0000CD;
}

ul.gallery-filter li span {
  display: block;
  font-size: 16px;
  color: #303030;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  line-height: 48px;
  margin: 0 10px;
  padding: 0 5px;
  transition: all 0.5s ease;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}

.single-project-item {
  margin-bottom: 30px;
}

.single-project-item img {
  width: 100%;
}

.single-project-item .img-box {
  position: relative;
}

.single-project-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: hidden;
}

.single-project-item .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-project-item .overlay .box .top-box {
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(20, 24, 42, 0.74);
  transition: all .5s ease 0s;
  opacity: 0;
  transform: translate3d(0, -100px, 0);
}

.single-project-item .overlay .box .title {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding-top: 91px;
}

.single-project-item .overlay .box .title h3 {
  margin: 0;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}

.single-project-item .overlay .box .bottom-box {
  display: block;
  position: absolute;
  bottom: 81px;
  left: 0;
  width: 100%;
  transition: all .5s ease .5s;
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}

.single-project-item .overlay .box .bottom-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.single-project-item .overlay .box .bottom-box ul li {
  display: inline-block;
  margin: 0 5px;
}

.single-project-item .overlay .box .bottom-box ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #0000CD;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 45px;
  transition: all 0.5s ease;
}

.single-project-item .overlay .box .bottom-box ul li a:hover {
  background: #000000;
}

.single-project-item .img-box:hover .box .top-box {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.single-project-item .img-box:hover .box .bottom-box {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}


/*==============================================
    Footer
===============================================*/
.footer-main {
  background: rgba(235, 235, 235, 0.95);
  /* background: rgba(248, 249, 249, 0.69); */
}

.footer-col {
  margin-bottom: 40px;
}

.footer-col a,
.footer-col p,
.footer-col span {
  color: #9d9d9d;
}

.footer-col a:hover {
  color: #0000CD;
}

.footer-words {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding-top: 28px;
}

.footer-bottom {
  padding-top: 23px;
  padding-bottom: 24px;
  /* background: #1a1a1a; */
  background: rgba(235, 235, 235, 0.95);
  color: #999;
}

.copyright,
.footer-menu a {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
}

.copyright {
  letter-spacing: .40px;
  line-height: 18px;
}

.footer-menu a {
  line-height: 14px;
  letter-spacing: .80px;
}

.footer-menu a:hover {
  color: #FF0000;
}

.footer-menu li:not(:first-of-type) {
  margin-left: 35px;
}