@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,600,700,800,|Libre+Baskerville:400,400i,700);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(elegantIcons.css);
@import url(linea.min.css);
@import url(linearicons.css);
@import url(pe-icon-7-stroke.min.css);
@import url(animate.min.css);
@import url(plugin-collection.css);

html {
  scroll-behavior: smooth;
}

body {
  color: #666;
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1, h3, h4, h6 {
  color: #000;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0;
}

a {
  color: #ff1d5d;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
a:hover, a:active, a:focus {
  box-shadow: none;
  color: #d0003b;
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}

p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}

:active,
:focus {
  outline: none !important;
}

::selection {
  background: #ff1d5d;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #ff1d5d;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #ff1d5d;
  /* Safari */
  color: #fff;
  text-shadow: none;
}

img {
  max-width: 100%;
}

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

ul {
  margin-bottom: 30px;
}

.section-title {
  margin-bottom: 95px;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.site-wrapper-reveal {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/*-------- Preloader Style Css --------*/

/*-------- Scroll To Top Style Css --------*/
.scroll-to-top {
  background: #feb000;
  border: none;
  border-radius: 5px;
  bottom: 8px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 35px;
  line-height: 32px;
  position: fixed;
  right: 8px;
  text-align: center;
  width: 35px;
  z-index: 100;
}
.scroll-to-top:hover {
  background: #fff;
  box-shadow: 0 0 5px 0 #feb000;
  color: #feb000;
}


/*
-----------------------------------------------------------------------
  Header CSS
-----------------------------------------------------------------------
*/
.header-area {
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .header-area {
    padding: 25px 0;
  }
  .tel {display:none;}
  .header-action-area a {
    color: #182141;
    font-size: 16px;
    line-height: 1;
    margin-left: 32px;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 768px) {

  
  .header-action-area a {
    color: #182141;
    font-size: 22px;
    line-height: 1;
    margin-left: 32px;
    vertical-align: middle;
  }
}
.header-area .container-fluid {
  padding: 0 50px;
}
@media only screen and (max-width: 991px) {
  .header-area .container-fluid {
    padding: 0 38px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .container-fluid {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 575px) {
  .header-area .container-fluid {
    padding: 0 15px;
  }
}
.header-area.sticky-header {
  transition: 0.4s;
}
.header-area.transparent:not(.sticky) {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header-area.transparent:not(.sticky) .header-logo-area .logo-main {
  display: none;
}
.header-area.transparent:not(.sticky) .header-logo-area .logo-light {
  display: block;
}

.header-logo-area {
  max-width: 70px;
}
.header-logo-area .logo-light {
  display: none;
}

.header-action-area {
  display: flex;
}
.header-action-area a {
  color: #182141;
  line-height: 1;
  margin-left: 32px;
  vertical-align: middle;
}
.header-action-area a:first-child {
  margin-left: 0;
}

.scroll-down{
  display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.box span {
	width: 20px;
	height: 20px;
  display: block;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 2s infinite;
}

.box span:nth-child(2) {
	animation-delay: -0.2s;
}

.box span:nth-child(3) {
	animation-delay: -0.4s;
}

@keyframes animate {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
		transform: rotate(45deg) translate(10px, 10px);
	}
	100% {
		opacity: 0;
	}
}


/*
-----------------------------------------------------------------------
	Home Slider CSS
-----------------------------------------------------------------------
*/
.home-slider-area {
  height: 100vh;
}
.home-slider-area.simple-slider {
  align-items: center;
  display: flex;
  height: calc(100vh - 262px);
}
.home-slider-area.simple-slider .slider-content-area {
  padding-top: 64px;
}
@media only screen and (max-width: 767px) {
  .home-slider-area.simple-slider .slider-content-area {
    padding-top: 180px;
  }
 
}
.home-slider-area.simple-slider .slider-content-area .title {
  color: #666;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 1;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.home-slider-area.simple-slider .slider-content-area .desc {
  color: #000;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 1200px) {
  .home-slider-area.simple-slider .slider-content-area .desc {
    font-size: calc(1.475rem + 2.7vw);
  }
}
.home-slider-area.simple-slider .slider-content-area .desc span {
  color: #ff1d5d;
  position: relative;
}
.home-slider-area.simple-slider .slider-content-area .desc span:after {
  content: "";
  height: 50px;
  position: absolute;
  right: -13px;
  top: 14px;
  width: 7px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.simple-slider .slider-content-area .desc span:after {
    height: 45px;
    top: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.simple-slider .slider-content-area .desc span:after {
    top: 11px;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.simple-slider .slider-content-area .desc span:after {
    top: 5px;
  }
}
.home-slider-area.simple-slider .slider-content-area .desc span.color-theme {
  color: #ff1d5d;
  }
  .home-slider-area.simple-slider .slider-content-area .desc span.color-theme:after {
  background-color: #ff1d5d;
  }
  .home-slider-area.simple-slider .slider-content-area .desc span.color-blue {
  color: #1e73be;
  }
  .home-slider-area.simple-slider .slider-content-area .desc span.color-blue:after {
  background-color: #1e73be;
  }
  .home-slider-area.simple-slider .slider-content-area .desc span.color-green {
  color: #81d742;
  }
  .home-slider-area.simple-slider .slider-content-area .desc span.color-green:after {
  background-color: #81d742;
  }
  .home-slider-area.simple-slider .slider-content-area .desc span.color-orange {
    color: orange;
    }
    .home-slider-area.simple-slider .slider-content-area .desc span.color-orange:after {
    background-color: orange;
    }
    .home-slider-area.simple-slider .slider-content-area .desc span.color-purple {
      color: purple;
      }
      .home-slider-area.simple-slider .slider-content-area .desc span.color-purple:after {
      background-color: purple;
      } 
    
  .home-slider-area.simple-slider .slider-content-area .desc span.typed-cursor {
  display: none;
  }

  
/*
-----------------------------------------------------------------------
	Portfolio CSS
-----------------------------------------------------------------------
*/
.portfolio-area {
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .portfolio-area {
    padding: 100px 0 48px;
  }
}
.portfolio-area.portfolio-metro-style {
  padding-bottom: 0;
}

.portfolio-item {
  position: relative;
  margin-bottom: 30px;
}
.portfolio-item .thumb a img {
  width: 100%;
}
.portfolio-item .portfolio-info {
  left: 50%;
  opacity: 0;
  padding: 0 15px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  width: 100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.portfolio-item .portfolio-info .title {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: capitalize;
  transition: 0.4s;
  transform: translateY(-20px);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.portfolio-item .portfolio-info .title a {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .portfolio-item .portfolio-info .title {
    font-size: 20px;
  }
}
.portfolio-item .portfolio-info .category {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  text-transform: capitalize;
  display: inline-block;
  transform: translateY(20px);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
@media only screen and (max-width: 991px) {
  .portfolio-item .portfolio-info .category {
    font-size: 14px;
  }
}
.portfolio-item .portfolio-info.text-dark .title a, .portfolio-item .portfolio-info.text-dark .category {
  color: #000;
}
.portfolio-item .inner-content {
  position: relative;
}
.portfolio-item .inner-content:before {
  background-color: rgba(255, 29, 93, 0.9);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.portfolio-item .inner-content:hover:before {
  opacity: 1;
  visibility: visible;
}
.portfolio-item .inner-content:hover .portfolio-info {
  opacity: 1;
  visibility: visible;
}
.portfolio-item .inner-content:hover .portfolio-info .title, .portfolio-item .inner-content:hover .portfolio-info .category {
  transform: translate(0);
}
.portfolio-item .inner-content.hover-color-sky-blue-deep:before {
  background-color: #3aadc0;
}
.portfolio-item .inner-content.hover-color-red:before {
  background-color: #ff1d4f;
}
.portfolio-item .inner-content.hover-color-gray:before {
  background-color: #eee;
}
.portfolio-item .inner-content.hover-color-blue:before {
  background-color: #000036;
}
.portfolio-item .inner-content.hover-color-color-gray-light:before {
  background-color: #faf0ec;
}
.portfolio-item .inner-content.hover-color-purple:before {
  background-color: #a54585;
}

.no-gutter .portfolio-item {
  margin: 0;
  padding: 0;
}


/*
-----------------------------------------------------------------------
  Other Logo CSS
-----------------------------------------------------------------------
*/
.other-logo-area {
  padding: 78px 0 150px;
}
@media only screen and (max-width: 767px) {
  .other-logo-area {
    padding: 50px 0 90px;
  }
}
.other-logo-area.other-simple {
  padding: 120px 0 95px;
}
@media only screen and (max-width: 575px) {
  .other-logo-area.other-simple {
    padding-top: 80px;
  }
}
.other-logo-area.other-simple .section-title {
  margin-bottom: 76px;
}
.other-logo-area.other-simple .section-title h4 {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3px;
}

.other-text-logo-content-area a {
  color: #999;
  display: inline-block;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  padding: 26px;
}
.other-text-logo-content-area a:hover {
  color: #000;
}
@media only screen and (max-width: 1199px) {
  .other-text-logo-content-area a {
    padding: 25px 22px;
  }
}
@media only screen and (max-width: 767px) {
  .other-text-logo-content-area a {
    font-size: 24px;
    padding: 25px 14px;
  }
}
@media only screen and (max-width: 575px) {
  .other-text-logo-content-area a {
    padding: 20px 10px;
  }
}

/*


/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/
.footer-area {
  background-color: #011a3e;
  padding: 50px 0;
}
.footer-area .container-fluid {
  padding: 0 50px;
}
@media only screen and (max-width: 575px) {
  .footer-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer-area .content-area {
  padding: 250px 0 275px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .content-area {
    padding: 115px 0 135px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .content-area {
    padding: 65px 0 90px;
  }
}
.footer-area .content-area h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .footer-area .content-area h6 {
    font-size: 14px;
  }
}
.footer-area .content-area .widget-contact-info li {
  float: none;
  margin-right: 0;
}
.footer-area .content-area .widget-contact-info li.info-mail {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 20px 0 24px;
}
@media (max-width: 1200px) {
  .footer-area .content-area .widget-contact-info li.info-mail {
    font-size: calc(1.475rem + 2.7vw);
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .content-area .widget-contact-info li.info-mail {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-area .content-area .widget-contact-info li.info-mail {
    font-size: 25px;
    color:#fff;
  }
}
.footer-area .content-area .widget-contact-info li.info-phone {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0;
}
@media (max-width: 1200px) {
  .footer-area .content-area .widget-contact-info li.info-phone {
    font-size: calc(1.275rem + 0.3vw);
    color:#fff;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .content-area .widget-contact-info li.info-phone {
    font-size: 16px;
    color:#fff;
  }
}
.footer-area .widget-copyright p {
  color: #fff;
  font-size: 16px;
}
.footer-area .widget-contact-info li {
  color: #fff;
  font-size: 16px;
  float: left;
  margin-right: 35px;
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .footer-area .widget-contact-info li {
    margin-right: 0;
  }
}
.footer-area .widget-social-text a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin: 0 15px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .footer-area .widget-social-text a {
    font-size: 12px;
    margin: 0 6px;
  }
}
.footer-area .widget-social-text a:after {
  background-color: #000;
  bottom: -2px;
  content: "";
  display: inline-block;
  height: 1px;
  overflow: hidden;
  position: absolute;
  right: 0;
  transition: 0.5s;
  width: 0;
}
.footer-area .widget-social-text a:hover:after {
  left: 0;
  width: 100%;
}
.footer-area.footer-light {
  background-color: #fff;
}
.footer-area.footer-light .content-area {
  padding: 124px 0 134px;
}
@media only screen and (max-width: 991px) {
  .footer-area.footer-light .content-area {
    padding: 8px 0 100px;
  }
}
.footer-area.footer-light .content-area h6 {
  color: #666;
}
.footer-area.footer-light .content-area .widget-contact-info li.info-mail {
  color: #000;
}
.footer-area.footer-light .content-area .widget-contact-info li.info-phone {
  color: #999;
}
.footer-area.footer-light .widget-social-text a {
  color: #000;
}
.footer-area.footer-light .widget-copyright p {
  color: #999;
  font-size: 16px;
  font-weight: 400;
  margin-top: 24px;
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-bottom {
    text-align: center;
  }
}

.reveal-footer {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .reveal-footer {
    position: relative;
  }
}

.site-wrapper-reveal {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .site-wrapper-reveal {
    margin-bottom: 0 !important;
  }
}