/*-----------------------------------------------------------------------------------

    Template Name: Hmend - Home Maintenance, Repair Service HTML Template
    Description: This is html5 template
    Version: 1.0

-----------------------------------------------------------------------------------
    CSS INDEX
	===================
	1.	header-top-area
	2.  slider-area
	3.	home-service-area
	4.	our-service-area
	5.	testimonial-area
	6.	counter-area
	7.	recent-work-area
	8.	blog-area
	9.	footer
	10.	what-we-do
	11. portfolio-area
	12. team-area
	13.	contact-area
	14.	breadcrumb-banner-area
	15.	about-area
	16.	action-area
	17.	blog-details
	18.	brand-area
	19.	project-details-area
	20.	pricing-area
	21.	map
-----------------------------------------------------------------------------------*/
@import url('http://fonts.googleapis.com/css?family=Roboto');

/* header-top-area */
.header-top-area {
}
.header-menu .scroll-header .main-menu.transparent-menu ul li  a {color:#000;}
.scroll-header {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #ffffff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.header-logo {
  position: relative;
  z-index: 1;
}
.site-branding {
  padding: 35px 20px 35px 15px;
  padding:5px 0px 5px 0px;
  position: relative;
}
.site-branding::before {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: -730px;
  position: absolute;
  top: 0;
  width: 1000px;
}
.site-branding::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
  border-style: solid;
  border-width: 56px 0 55px 30px;
  border-width: 0px 0px;
  content: "";
  height: 0;
  position: absolute;
  right: 50px;
  top: 0;
  width: 0;
}

@media (min-width:992px) and (max-width:1199px)
{
    .site-branding::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
  border-style: solid;
  border-width: 56px 0 55px 30px;  
  border-width: 0px 0px;
  content: "";
  height: 0;
  position: absolute;
  right: -46px;
  top: 0;
  width: 0;
}

    }
    

.header-left {
  margin-top: 18px;
  overflow: hidden;
}
.header-text {
  float: right;
  margin-left: 60px;
  overflow: hidden;
}
.header-text:last-child{margin:0;}
.header-icon {
  float: left;
  margin-right: 10px;
  position: relative;
}
.header-icon::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 30px;
  position: absolute;
  right: -10px;
  top: 6px;
  width: 1px;
}
.header-icon i {
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  margin-top: 9px;
}
.header-info {
  margin-left: 42px;
}
.phone {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.gmail {
  color: #bababa;
  font-size: 14px;
  font-weight: 300;
}
.header-left-icon {
  margin-top: 18px;
  text-align: center;
}
.header-left-icon a {
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  height: 0px;
  line-height: 30px;
  margin: 0 -50px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.header-left-icon a:last-child {margin-right:40px; margin-bottom:8px;}

@media (min-width:1200px) and (max-width:1800px){
    .header-left-icon a:last-child {margin-right:-30px}
}

.header-left-icon a:hover{background:#fff;color:#ea3f00;}
.headers-left {
  padding-top: 15px;
}
.headers-left-text {
  float: left;
  margin-right: 20px;
}
.headers-left-text:last-child{margin-right:0;}
.headers-left-icon {
  float: left;
  margin-right: 10px;
}
.headers-left-icon i{
  color: #d9d9d9;
  font-size: 16px;
}
.headers-left-text > p {
  font-size: 14px;
  margin-bottom: 0;
  color: #d9d9d9;
}
.header-rights {
  float: right;
}
.header-rights i {
  color: #ffffff;
  font-size: 17px;
  margin-right: 8px;
}
.header-rights a {
  background: #ea3f00 none repeat scroll 0 0;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  padding: 19px 22px;
  text-transform: uppercase;
  display: inline-block;
}
.header-menu {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
}
/* main-menu-area-start */
.main-menu-area{}
.main-menu ul{}
.main-menu ul li {
  display: inline-block;
  position: relative;
}
.main-menu ul li>a {
  color: #333;
  display: block;
  font-family: Montserrat;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 22px 5px;
  text-transform:uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-menu ul li:last-child a{padding-right:0}
.main-menu ul li:first-child a{padding-left:0}
.main-menu ul li:hover > a,.main-menu ul li.active > a{color:#ea3f00;}
.make-appointment {
  padding: 28px 0;
}
.make-appointment img{}
.make-appointment a {
  color: #ea3f00;
  font-size: 14px.header-menu-icon
  font-weight: 400;
  margin-left: 0px;
  text-transform: uppercase;
}
.menu-style-1{}
.menu-style-1 .main-menu ul li > a {
  color: #424242;
  font-size: 14px;
  padding: 37px 14px;
  text-transform: uppercase;
  font-weight:600;
}
.menu-style-1 .main-menu ul li:hover > a,.main-menu ul li.active > a{color:#ea3f00;}

.main-menu.transparent-menu ul li > a {
  color: #ffffff;
  position: relative;
}
.main-menu.transparent-menu ul li.active > a{color:#ea3f00;} 
.header-menu-icon {
  margin-top: 37px;
  text-align: right;
}
.header-menu-icon a {
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  margin: 0 8px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 30px;
  color: #424242;
}
.header-menu-icon a:last-child {margin-right:0}
.header-menu-icon a:hover{color:#ea3f00;}
.logo {
  margin: 10px 0px;
}
.menu-icon a{color:#fff;}
.header-menu .scroll-header .menu-icon a {color:#000;}
/* sub-menu */
.main-menu ul li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border-top: 3px solid #ea3f00;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 120%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 300px;
  z-index: 9;
}
.main-menu ul li:hover .sub-menu{opacity:1;top:100%;visibility:visible}
.main-menu ul li .sub-menu li{display:block}
.main-menu ul li .sub-menu li a {
  color: #666666;
  font-family: Montserrat;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 13px 20px;
  text-transform: capitalize;
  
}
.main-menu ul li:hover > .sub-menu li > a:hover{color:#fff;background:#ea3f00;}
/* slider-area */
.slider-area{}
.slider-wrapper {
  background-position: center center;
  background-size: cover;
}
.slider-text{}
.slider-text h2 {
  color: #3f3f3f;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 70px;
}
.slider-text span {
  color: #ea3f00;
  text-decoration: underline;
}
.slider-info{}
.slider-info p {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 30px;
}
.slider-text > a {
  background: #ea3f00 none repeat scroll 0 0;
  border-radius: 7px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-top: 24px;
  padding: 17px 24px;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}
.slider-text > a:hover{background:#3f3f3f;}
.slider-active .owl-nav div {
  background: #ea3f00;
  color: #ffffff;
  display: inline-block;
  font-size: 30px;
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 60px;
}
.slider-active .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.slider-active:hover .owl-nav div {
  left: 20px;
  opacity: 1;
}
.slider-active:hover .owl-nav div.owl-next{left:auto;right:20px}
.slider-content{}
.slider-content {
  width: 685px;
}
.slider-content h2 {
  color: #ffffff;
  font-size: 65px;
  font-weight: 900;
  line-height: 69px;
  margin-bottom: 28px;
}
.slider-content p{
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom:0;
}
.slider-content  a {
  border: 2px solid #ffffff;
  border-radius: 25px;
  color: #ffffff;
  display: inline-block;
  font-family: montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-top: 43px;
  padding: 20px 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slider-content  a:hover{background:#ea3f00;border-color:#ea3f00;}

.vh{height:100vh}
.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.slider-wrapper .col-md-8.col-lg-6.pr-0{width:52%}
/* slider animation */
.slider-text-animation {}
.slider-text-animation h2, .slider-text-animation .inner-content p,.slider-text-animation .slider-info, .slider-text-animation a {
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
.active .slider-text-animation h2,.active .slider-text-animation .inner-content p, .active .slider-text-animation .slider-info, .active .slider-text-animation a {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.slider-text-animation h2 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.slider-text-animation .slider-info, .slider-text-animation .inner-content p {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.slider-text-animation a  {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
/* home-service-area */
.home-service-area {
  overflow: hidden;
}
.home-service-wrapper {
  background-position: center center;
  background-size: cover;
}
.home-content {
  background: rgba(234,63,0,0.7) none repeat scroll 0 0;
  margin: auto;
  padding: 32px 40px;
  width: 85%;
}
.home-content h3 {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 0;
  padding-bottom: 21px;
}
.content {
  margin-top: 27px;
}
.content h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
.content p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 11px;
}
.home-area-right {
  padding: 112px 207px 93px 70px;
}
.home-section{}
.home-section > h3 {
  color: #363636;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 20px;
  padding-right: 0px;
}
.homes-info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #3a3a3a;
  margin-bottom: 0;
}
.homes-info {
  margin-bottom: 28px;
  padding-right: 47px;
}
.home-wrapper{}
.home-text{position:relative;}
.home-text > p {
  color: #3a3a3a;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 10px;
  position: relative;
}
.home-text p::before {
  background: #ea3f00 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 2px;
  width: 2px;
}

.why-text{position:relative;}
.why-text > p {
  color: #3a3a3a;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 10px;
  position: relative;
}
.why-text p::before {
  background: #ea3f00 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 2px;
  width: 2px;
}

/* our-service-area */
.our-service-area{}
.section-title {
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 8px;
}
.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #363636;
  margin-bottom: 0;
}
.section-title h4 {
  color: #ea3f00;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.service-wrapper {
  -webkit-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
}
.service-img{}
.service-img > img {
  width: 100%;
}
.service-icon-img {
  background: #5f5f5f none repeat scroll 0 0;
  border-radius: 100%;
  height: 60px;
  line-height: 57px;
  margin: auto auto 16px;
  overflow: hidden;
  text-align: center;
  width: 60px;
  -webkit-transition: .3s;
  transition: .3s;
}
.service-icon-img i {
  font-size: 35px;
  color: #fff;
}
.service-wrapper:hover .service-icon-img{background:#ea3f00;}
.service-text {
  margin-top: -33px;
  padding: 20px 20px 20px 20px;
  position: relative;
}
.service-text h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
  -webkit-transition:.3s;
  transition:.3s;
}
.service-text h2 a {
  color: #303030;
  -webkit-transition: .3s;
  transition: .3s;
}
.service-text h2 a:hover{color:#ea3f00;}
.service-text p {
  font-size: 14px;
  color: #3a3a3a;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  -webkit-transition:.3s;
  transition:.3s;
}
.service-text > a {
  color: #5f5f5f;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
  margin-top: 20px;
  padding-bottom: 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position:relative;
}
.service-text > a::after {
  background: #666666 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.service-text > a::after{width:0;background:red}
.service-text > a:hover:after{width:100%;}
.service-text > a:hover{color:#ea3f00;border-color:#ea3f00;}
.service-content {
  padding: 40px 30px;
}
.service-content h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition:.3s;
  transition:.3s;
}
.service-content h2 a{
	color: #1d2736;
	-webkit-transition:.3s;
	transition:.3s;
}
.service-content h2 a:hover{color: #ea3f00;}
.service-content p {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}
.service-content>a {
  color: #3f3f3f;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-content a:hover{color:#ea3f00;}
/* testimonial-area */
.testimonial-area {
  margin-top: -136px;
}
.testimonial-wrapper{}
.testimonial-img {
  margin-bottom: -74px;
}
.testimonial-img.text-center > img {
  border: 2px solid #848484;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  -webkit-transition: .3s;
  transition: .3s;
}
.testimonial-wrapper:hover .testimonial-img > img{border-color:#ea3f00;}
.testimonial-text {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5%;
  -webkit-box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.1);
  margin-top: 21px;
  padding-top: 70px;
}
.testimonial-text.text-center > p {
  color: #5b5b5b;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  padding: 0 20px;
}
.testimonial-text span {
  color: #5b5b5b;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 35px;
  margin-top: 15px;
}
.testimonial-active.owl-carousel .owl-item img {
  display: inline-block;
}
.testimonial-active .owl-dots {
  left: 0;
  line-height: 0;
  margin-top: 30px;
  right: 0;
  text-align: center;
  z-index: 99;
}
.testimonial-active .owl-dot {
  background: #e3e3e3;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
}
.testimonial-active .owl-dot.active {
  background:#ea3f00;
}
/* counter-area */
.counter-area{}
.counter-wrapper{}
.counter-img {
  float: left;
  margin-right: 13px;
}
.counter-img img {
  height: 42px;
  width: 42px;
}
.counter-text {
  overflow: hidden;
}
.counter-text h2 {
  color: #363636;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 5px;
}
.customers {
  color: #363636;
  font-family: Montserrat;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
}
/* recent-work-area */
.recent-work-area{}
.work-wrapper{}
.work-img {
  position: relative;
}
.work-img a{position:relative;display:block;}
.work-img > a::before {
  background: #4a4b4c none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition:.3s;
  transition:.3s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.work-wrapper:hover .work-img a::before {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.work-img img {
  width: 100%;
}
.work-img a img{}
.work-text {
  bottom: 0;
  padding-bottom: 20px;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}
.work-wrapper:hover .work-text {
  margin-left: 20px;
  opacity: 1;
}
.work-text h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}
.work-text h3 a{color: #ffffff;-webkit-transition:.3s;transition:.3s;}
.work-text h3 a:hover{color: #ea3f00;}
.work-text span {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
}
.works-active .owl-nav div {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ff8c58;
  border-radius: 100%;
  color: #ff8c58;
  display: inline-block;
  font-size: 36px;
  height: 48px;
  left: 0;
  line-height: 48px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 48px;
}
.works-active .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.works-active:hover .owl-nav div {
  opacity: 1;
}
.works-active:hover .owl-nav div:hover{background:#ea3f00;color:#fff;border:#fff;}
.works-active:hover .owl-nav div.owl-next{left:auto;}
/* blog-area */
.blog-area{}
.blog-wrapper {
  -webkit-box-shadow: 0 6px 12px 1.4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px 1.4px rgba(0, 0, 0, 0.1);
}
.blog-img{}
.blog-img a{}
.blog-img img {
  width: 100%;
}
.blog-text {
      padding: 15px 15px 17px;
}
.blog-info {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.blog-info h3 {
  font-size: 18px;
  font-weight: 400;
}
.blog-info a {
  color: #ea3f00;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight:600;
  font-size: 15px;
  text-transform:uppercase;
}
.blog-info a:hover{color:#ea3f00;}
.blog-info p {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.blog-date 
{
    background: #1d2736;margin:-15px;padding:10px;color:#fff; text-align:left;
}
.blog-date span {
  color: #525252;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-right: 12px;
    text-transform: capitalize;
    background: #ea3f00;
    padding: 13px;
     -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-date span:last-child{margin-right:0;}
.blog-date span i {
  font-size: 13px;
  font-weight: 400;
  margin-right: 0px;
  margin-left: 10px;
  color: #5f5f5f;
  color: #fff;
  -webkit-transition:.3s;
  transition:.3s;
}
.blog-contents {
  padding: 30px;
  overflow: hidden;
}
.blog-title {
  margin-bottom: 20px;
}
.blog-title h3 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 12px;
}
.blog-title a {
  color: #5f5f5f;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-title a:hover{color:#ea3f00;}
.blog-title > p {
  color: #5b5b5b;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
}
.comment {
  float: left;
}
.comments {
  float: right;
}

.blog-date span:hover
{
    background:#0291d3;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor:pointer;
    }

/* footer */
.footer-top-area{}
.footer-top{
	background-size: cover;
	background-position: center center;
	}
.footer-wrapper{}
.footer-section {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-top .footer-section {color:#fff; border-bottom:#ea3f00 solid 2px; padding:5px 0px;}
.footer-text{}
.footer-text p {
  color: #5b5b5b;
  font-size: 13px;
  font-weight: 100;
  line-height: 24px;
  margin-bottom: 0;
}
.footer-top .footer-text p {color:#d4d4d4;}
.footer-menu{}
.footer-menu li {
  margin-bottom: 0px;
}
.footer-menu li:last-child{margin-bottom:0;}
.footer-menu li a {
  color: #5b5b5b;
  font-size: 13px;
  font-weight: 100;
  text-transform: capitalize;
  -webkit-transition:.3s;
  transition:.3s;
}
.footer-top .footer-menu li a {color:#d4d4d4;}
.footer-menu li a:hover{color:#ea3f00;}
.footer-link{}
.footer-link li {
  color: #5b5b5b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 100;
  margin-bottom: 4px;
}
.footer-top .footer-link li {
  color: #d4d4d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-link li:last-child{margin-bottom:0;}
.footer-link li i {
  color: #ea3f00;
  width: 15px;
}
.footer-link span {
  margin-left: 16px;
}
.footer-top .footer-link li i {color:#d4d4d4;}
/* footer-bottom-area */
.footer-bottom-area {
}
.footer-bottom{}
.footer-bottom-1{}
.copyright{}
.copyright p {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
.footer-bottom .copyright p{color:#a6a5a5;}
.copyright a {
  color: #fd6600;
}
.footer-bottom-1 .copyright a{color:#fff;}
.footer-icon {
  float: right;
}
.footer-icon a {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}
.footer-bottom .footer-icon a{color:#d4d4d4;}
.footer-bottom-1 .footer-icon a{color:#999999;}
.footer-icon a:last-child{margin-right:0;}
.footer-icon a:hover{color:#ea3f00;}
.footer-bottom-1 .footer-icon a:hover{color:#fff;;}
/* what-we-do */
.what-we-do{}
.offer-tab {
  margin-top: 36px;
}
.offer-tab li {
  border-bottom: 1px solid #929292;
}
.offer-tab li.active .offer-icon {
  background: #ea3f00 none repeat scroll 0 0;
}
.offer-tab li:last-child{border-bottom:none;}
.offer-tab li a{}
.offer-list {
  background: #1d2736 none repeat scroll 0 0;
  overflow: hidden;
}
.offer-tab li.active .offer-list{background:none;
-webkit-box-shadow:0 0 13px 0.7px rgba(0, 0, 0, 0.1);
box-shadow:0 0 13px 0.7px rgba(0, 0, 0, 0.1);
}
.offer-icon {
  float: left;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
}
.offer-tab li.active .offer-icon i{
  color: #fff;
}
.offer-icon i {
  color: #929292;
  font-size: 25px;
}
.offer-text {
  overflow: hidden;
  position: relative;
}
.offer-text::before {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 30px;
  position: absolute;
  top: 11px;
  width: 1px;
} 
.offer-text > span {
  color: #d5d5d5;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  margin-left: 25px;
  padding-bottom: 10px;
  padding-right: 0;
  padding-top: 17px;
  text-transform: uppercase;
}
.offer-tab li.active .offer-text > span{color:#ea3f00;}
.offer-wrapper.ptb-100 {
  background-size: cover;
}
.offer-wrapper {
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 13px 0.7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 13px 0.7px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.tab-menu > li {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 14px;
  position: relative;
  text-transform: capitalize;
}
.tab-menu > li:last-child{margin-bottom:0;}
.tab-menu > li::before {
  color: #ea3f00;
  content: "";
  font-family: Material-Design-Iconic-Font;
  font-size: 16px;
  margin-right: 15px;
}
.offer-content {
  padding: 42px 35px 42px 35px;
}

.offer-content img
{ padding-bottom:15px;}
    
.offer-content p {
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 36px;
}
.offer-content > a {
  color: #ea3f00;
  display: inline-block;
  font-family: Montserrat;
  font-size: 14px;
  margin-top: 35px;
  padding-bottom: 5px;
  text-transform: uppercase;
  position:relative;
  -webkit-transition:.3s;
  transition:.3s;
}
.offer-content > a::after {
  background: #666666 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.offer-content > a::after{width:0;background:red}
.offer-content > a:hover:after{width:100%;}
.offer-content > a:hover{color:#ea3f00;border-color:#ea3f00;}
/* portfolio-area */
.portfolio-area {
  overflow: hidden;
}
.section-info{}
.section-info h2 {
  color: #1d2736;
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.section-info p {
  font-size: 16px;
  color: #3f3f3f;
  margin-bottom: 0;
  font-weight: 400;
}
.portfolio-menu button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  font-family: montserrat;
  font-size: 14px;
  font-weight: 600;
  margin-right: 32px;
  padding: 0 0 6px;
  text-transform: uppercase;
  -webkit-transition:.3s;
  transition:.3s;
}
.portfolio-menu button:last-child{margin-right:0;}
.portfolio-menu button:hover{color:#ea3f00;}
 .portfolio-menu button.active {
  border-bottom:2px solid #ea3f00;
  color:#ea3f00;
}
/* team-area */
.team-area{}
.team-wrapper {
  overflow: hidden;
}
.team-img{position:relative;}
.team-img a{}
.team-img a img {
  width: 100%;
}
.team-text {
  background: #ea3f00 none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding: 25px;
  position: absolute;
  right: 0;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}
.team-wrapper:hover .team-text {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.team-text h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.team-text span {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
}
.team-icon {
  margin-top: 14px;
}
.team-icon > a {
  color: #ffffff;
  font-size: 14px;
  margin-right: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}
.team-icon > a:last-child{margin-right:0;}
.team-icon > a:hover{color:#2a2a2a;}
/* counter-2-area */
.counter-2-area {
  background-position: center;
  background-size: cover;
}
.counter-2-wrapper{}
.counter-2-img {
  margin-bottom: 15px;
}
.counter-2-img img{}
.counter-2-text{}
.counter-2-text h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 9px;
}
.counter-2-text span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
/* Our-Services-area */
.Our-Services-area{}
.Our-Services-wrapper{}
.our-services-icon{
  background: #eff2f7 none repeat scroll 0 0;
  border: 10px solid #ffffff;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 2px #eff2f7;
  box-shadow: 0 0 0 2px #eff2f7;
  height: 112px;
  line-height: 93px;
  margin: auto auto 25px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 112px;
  font-size: 35px;
}

.our-services-wrapper:hover .our-services-icon{background:#ea3f00;-webkit-box-shadow:0 0 0 2px #ea3f00;box-shadow:0 0 0 2px #ea3f00; color:#fff;}
.our-services-text > h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 11px;
  padding-bottom: 18px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition:.3s;
  transition:.3s;
}
.our-services-text > h3 a{color:#5f5f5f;}
.our-services-text > h3 a:hover{color:#ea3f00;}
.our-services-text > h3::before {
  background: #ea3f00 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 33px;
}
.our-services-text > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #5b5b5b;
  margin-bottom: 0;
}
/* contact-area */
.contact-area{
  background-position: center;
  background-size: cover;
}
.contact-2-area {
  background-size: cover;
}
#contact-1-form
.contact-2-area {
  background-size: cover;
}
.contact-3{}
.contact-wrapper{}
#contact-form{}
#contact-form input,select {
  color: #707070;
  font-size: 13px;
  font-weight: 400;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right:10px;
  width: 100%;
}
.contact-3 #contact-form input,select{background:#f9f9f9;}
.contact-2-text {
  margin-bottom: 45px;
  margin-left: 15px;
}
.contact-2-text h2 {
  color: #363636;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.contact-2-text p {
  font-size: 14px;
  font-weight: 400;
  color: #363636;
  margin-bottom: 0;
}
.contact-wrapper-3{
  -webkit-box-shadow: 0 2px 32px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 32px 3px rgba(0, 0, 0, 0.1);
  padding: 48px 25px;
}
.contact-3-text {
  margin-left: 17px;
}
.contact-3-text h3 {
  color: #ea3f00;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 35px;
}
.contact-2 #contact-form input,select{border:1px solid #cdcdcd;}
#contact-form textarea {
  color: #707070;
  padding: 20px;
  text-transform: uppercase;
  width: 100%;
  font-size:13px;
  height:150px
}
.contact-2 #contact-form textarea{border:1px solid #cdcdcd;}
.contact-3 #contact-form textarea{background:#f9f9f9;}
#contact-form > .button {
  background: #ea3f00 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-left: 15px;
  margin-top: 35px;
  padding: 17px 26px;
  text-transform: uppercase;
  -webkit-transition:.3s;
  transition:.3s;
}
#contact-form > .button:hover{background:#222}
.contact-left-wrapper {
  padding-left: 50px;
}
.contact-text{}
.contact-text h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 32px;
  text-transform: capitalize;
}
.contact-text p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 30px;
}
.contact-icon {
  margin-bottom: 18px;
}
.contact-icon i {
  font-size: 30px;
  color: #ea3f00;
}
.contact-icon-text{}
.contact-icon-text h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.contact-icon-text p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}
.contact-icon-text p:last-child{margin-bottom:0;}
.contact-3-right-wrapper {
  -webkit-box-shadow: 0 2px 32px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 32px 3px rgba(0, 0, 0, 0.1);
  padding: 48px 25px 55px;
}
.contact-3-right-info {
  margin-bottom: 30px;
}
.contact-3-right-info h3 {
  color: #444444;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.contact-3-right-info p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  color: #5b5b5b;
  line-height: 25px;
}
.contact-3-address {
  margin-bottom: 32px;
  overflow: hidden;
}
.contact-3-address:last-child{margin-bottom:0;}
.contact-3-icon {
  float: left;
  margin-right: 18px;
  padding-bottom:20px;
}
.contact-3-icon i {
  border: 1px solid #c9c9c9;
  color: #8b8b8b;
  font-size: 24px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  -webkit-transition:.3s;
  transition:.3s;
}
.contact-3-icon i:hover{background:#ea3f00;border-color:#ea3f00;color:#fff;}
.address-text{}
.address-text span {
  display: block;
}
.location {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.USA {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  padding-left:1px;
}
/* testimonial-3-area */
.testimonial-3-area{}
.testimonial-3-wrapper{}
.testimonial-3-img{}
.testimonial-3-img > img {
  border-radius: 100%;
}
.testimonial-3-text{}
.testimonial-3-text p {
  color: #f5f5f5;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.testimonial-3-text span {
  color: #f5f5f5;
  font-size: 19px;
  font-weight: 400;
  text-transform: capitalize;
}
.testimonial-3-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
/* breadcrumb-banner-area */
.breadcrumb-banner-area{}
.breadcrumb-text{}
.breadcrumb-text h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.breadcrumb-text p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.breadcrumb-menu {
  margin-top: 8px;
}
.breadcrumb-menu > li {
  display: inline-block;
}
.breadcrumb-menu > li::before {
  color: #cccccc;
  content: "-";
  padding: 0 5px;
}
.breadcrumb-menu > li:first-child::before{display:none;}
.breadcrumb-menu a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
/* about-area */
.about-area {
}
.about-wrapper {
  margin-top: 150px;
}
.bout-wrapper{}
.about-text{}
.about-text h2 {
  color: #545454;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}
.about-text h2 span {
  color: #ea3f00;
}
.about-text h4 {
  color: #545454;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}
.about-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  color: #3a3a3a;
  line-height: 24px;
}
.about-right-wrapper {
  background-position: right bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 141px;
  padding-top: 0px;
}
.about-left-wrapper {
   position: relative;
   bottom:-100;
}
.about {
  margin-top: 50px;
}
.about-right-text {
  margin-bottom: 40px;
  overflow: hidden;
}
.about-right-text:last-child{margin-bottom:0;}
.about-right-img {
  float: left;
  margin-right: 30px;
}
.about-content {
  overflow: hidden;
}
.about-content h2 {
  color: #494949;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 10px;
  text-transform: capitalize;
}
/* action-area */
.action-area {
  background-size: cover;
  background-position: center center;
}
.action-wrapper{}
.action-text {
  width: 794px;
  margin: auto;
  text-align: center;
}
.action-text > h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}
.action-text a {
  background: #ffffff none repeat scroll 0 0;
  color: #ea3f00;
  display: inline-block;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1;
  margin-top: 12px;
  padding: 17px 35px;
  text-transform: uppercase;
  -webkit-transition:.3s;
  transition:.3s;
}
.action-text a:hover{background:#ea3f00;color:#fff;}
/* brand-area */
.brand-area{}
.brand-wrapper{}
.brand-img{}
.brand-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
/* project-details-area */
.project-details-area{}
.project-details-active .owl-nav div {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ff8c58;
  border-radius: 100%;
  color: #ff8c58;
  display: inline-block;
  font-size: 36px;
  height: 50px;
  left: -15px;
  line-height: 50px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
}
.project-details-active .owl-nav div.owl-next {
  left: auto;
  right: -15px;
}
.project-details-active:hover .owl-nav div {
  opacity: 1;
}
.project-details-active:hover .owl-nav div:hover{background:#ea3f00;color:#fff;border:#fff;}
.project-details-active:hover .owl-nav div.owl-next{left:auto;}
.project-text {}
.project-text h3 {
  color: #454545;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.project-text p {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 25px;
}
.brand-img {
  text-align: center;
}
.project-text p:last-child{margin-bottom:0;}
.project-details-2-wrapper{}
.project-2-text {
  color: #454545;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.project-details-2-content p {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 22px;
}
.deatils-menu {
  display: inline-block;
}
.deatils-menu li {
  color: #5b5b5b;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 14px;
}
.deatils-menu li:last-child{margin-bottom:0;}
.deatils-menu li span {
  color: #2f2f2f;
  font-size: 15px;
}
.deatils-menu li::before {
  color: #ea3f00;
  content: "";
  font-family: Material-Design-Iconic-Font;
  font-size: 16px;
  margin-right: 18px;
}
.project-details-right-content > p {
  color: #5b5b5b;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 28px;
}
.project-details-right-content > p:last-child{margin-bottom:0;}
.project-details-2-wrapper.mb-30 > img {
  width: 100%;
}
/* pricing-area */
.pricing-area{}
.pricing-wrapper {
  background: #232f39 none repeat scroll 0 0;
  border-radius: 23px;
  -webkit-transition:.3s;
  transition:.3s;
}
.pricing-wrapper:hover{background:#ea3f00;}
.pricing-top {
  padding-top: 56px;
}
.pricing-top h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.pricing-bottom {
  margin-top: 30px;
}
.pricing-bottom span {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  font-family: montserrat;
}
.pricing-menu {
  padding: 38px;
}
.pricing-menu li {
  color: #ffffff;
  font-size: 16px;
  padding-bottom: 18px;
}
.pricing-menu li:last-child{padding-bottom:0;}
.pricing-btn {
  display: inline-block;
  margin-bottom: 60px;
}
.pricing-btn > a {
  background: #ea3f00 none repeat scroll 0 0;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 30px;
  text-transform: uppercase;
  -webkit-transition:.3s;
  transition:.3s;
}
.pricing-wrapper:hover .pricing-btn > a {background:#fff;color:#ea3f00;}
.{}
.project-details-img-wrapper > img {
  width: 100%;
}
/* map */
#map{height:400px;width:100%}
/* blog-area */
.blog-post {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.blog-thumb img {
    width: 100%;
}
.blog-thumb a{position:relative;display:block;}
.blog-icon {
  background: #000000 none repeat scroll 0 0;
  border-radius: 100%;
  color: #ffffff;
  font-size: 20px;
  height: 40px;
  left: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 40px;
  width: 40px;
}
.blog-quote a blockquote {
  border: 0 none;
  margin: 0;
  padding: 120px 78px 120px 160px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-quote a blockquote p {
  color: #262626;
  font-size: 24px;
  line-height: 40px;
  font-style: italic;
}
.blog-quote{position:relative;background: #f4feff none repeat scroll 0 0;}
.blog-quote::before {
  content: "";
  display: block;
  font-family: "FontAwesome";
  font-size: 29px;
  left: 44px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 60px;
  color: #a8a8a8;
}
.blog-quote a blockquote footer {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}
.blog-content {
    padding: 35px 40px;
}
.blog-content p {
  color: #262626;
  line-height: 28px;
  margin-bottom: 0;
}
.post-title > a {
  color: #383838;
  -webkit-transition:.3s;
  transition:.3s;
}
.post-title > a:hover{color:#ea3f00;}
.post-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.blog-meta {
  margin-bottom: 18px;
}
.blog-meta span {
  color: #666;
  font-size: 12px;
  font-weight: 500;
  margin-right: 17px;
  position: relative;
  text-transform: uppercase;
}
.blog-meta span::before {
  background: #cccccc none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: -13px;
  position: absolute;
  top: 8px;
  width: 6px;
}
.blog-meta span:first-child::before {
    display: none;
}
.blog-meta a {
  color: #666;
}
.read-more {
    margin-top: 30px;
}
.read-more a {
  border: 1px solid #9f9f9f;
  color: #191919;
  display: inline-block;
  font-weight: 500;
  padding: 13px 40px;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}
.read-more a:hover {
    background: #ea3f00 ;
    border-color: #ea3f00;
    color: #ffffff;
}

.read-more a.link 
{
    background: #ea3f00 ;
    border-color: #ea3f00;
    color: #ffffff;  
  display: inline-block;
  font-weight: 500;
  padding: 13px 40px;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}
.read-more a.link:hover 
{
    background-color:transparent ;
    border: 1px solid #9f9f9f;
  color: #191919;
}

.read-more a.link1 
{
  background: #ea3f00;
    border-color: #ea3f00;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    padding: 9px 7px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    text-align: center;
    font-size: 13px;
}
.read-more a.link1:hover 
{
    background-color:transparent ;
    border: 1px solid #1d2736;
  color: #1d2736;
  cursor:pointer;
}

.read-more a.link2 
{
  background: #0291d3;
    border-color: #0291d3;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    padding: 9px 7px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    text-align: center;
    font-size: 13px;
}
.read-more a.link2:hover 
{
    background-color:transparent ;
    border: 1px solid #1d2736;
  color: #1d2736;
  cursor:pointer;
}



.blog-thumb-active .owl-nav div {
  background: #000000 none repeat scroll 0 0;
  color: #bcbcbc;
  display: inline-block;
  font-size: 30px;
  height: 40px;
  left: 0;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 40px;
}
.blog-thumb-active .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.blog-thumb-active:hover .owl-nav div {
  opacity: 1;
}
.blog-thumb-active:hover .owl-nav div:hover{background:#ea3f00;color:#fff;border:#fff;}
.blog-thumb-active:hover .owl-nav div.owl-next{left:auto;}
.post-title span {
  background: #000000 none repeat scroll 0 0;
  border-radius: 100%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  left: 40px;
  line-height: 40px;
  margin-right: 17px;
  text-align: center;
  width: 40px;
}
.blog-widget-img > img {
  width: 100%;
}
.blog-widget-title {
  padding: 20px 15px;
  background: #fafafa;
}
.blog-widget-title > p {
  color: #646464;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 21px;
}
.blog-widget-title h4 {
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.blog-widget-icon {
  margin-top: 15px;
}
.blog-widget-title > span {
  font-weight: 400;
  font-size: 12px;
  color: #2f2f2f;
}
.blog-widget-icon > a {
  color: #a0a0a0;
  font-size: 16px;
  margin-right: 30px;
}
.blog-widget-icon > a:hover{color:#ea3f00;}
.blog-widget-icon > a:last-child{margin-right:0;}
.widget {
  overflow: hidden;
}
.search-form {
  overflow: hidden;
  position: relative;
}
.search-form input {
  border: 1px solid #e4e4e4;
  color: #b5b5b5;
  float: left;
  height: 50px;
  padding-left: 20px;
  width: 100%;
}
.search-form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #b5b5b5;
  font-size: 16px;
  height: 100%;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 55px;
  -webkit-transition: .3s;
  transition: .3s;
}
.search-form button:hover{color:#ea3f00;}
.widget-title {
  color: #363636;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}
.widget-title::after {
  border-bottom: 2px solid #6d6d6d;
  content: "";
  display: block;
  margin: 10px auto 15px 0;
  position: relative;
  width: 52px;
  z-index: 1;
}
.widget-title::before {
  border-bottom: 2px solid #f1f1f1;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
.recent-posts {
}
.recent-posts > li {
  margin-bottom: 30px;
  overflow: hidden;
}
.recent-posts > li:last-child {
     margin-bottom:0;
}
.widget-posts-image {
  float: left;
  overflow: hidden;
}
.widget-posts-body {
  margin-left: 138px;
}
.widget-posts-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.widget-posts-meta {
  color: #232323;
  font-size: 12px;
  font-weight: 400;
}
.widget-posts-title > a {
  color: #646464;
  -webkit-transition:.3s;
  transition:.3s;
}
.widget-posts-title > a:hover{
  color: #ea3f00;
}
.blog-categories > li {
  border-bottom: 1px solid #e5e5e5;
  color: #4c4c4c;
  margin: 0;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
}
.blog-categories > li:last-child {
    border-bottom: 0 none;
	padding-bottom:0;
}
.blog-categories > li:first-child{padding-top:0;}
.blog-categories a {
  color: #646464;
  display: block;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  -webkit-transition:.3s;
  transition:.3s;
}
.blog-categories a:hover{color:#ea3f00;}
.count {
  color: #646464;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
}
.Recent-comment{}
.Recent-Comment > li {
  margin-bottom: 30px;
}
.Recent-Comment > li:last-child{margin-bottom:0}
.recent-comment-icon {
  float: left;
  margin-right: 8px;
  margin-top: 4px;
}
.recent-comment-icon i {
  color: #969696;
  font-size: 20px;
}
.recent-comment-text {
  overflow: hidden;
}
.recent-comment-text h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 2px;
  -webkit-transition:.3s;
  transition:.3s;
}
.recent-comment-text h4 a {
  color: #262626;
  -webkit-transition: .3s;
  transition: .3s;
}
.recent-comment-text h4 a:hover{color:#ea3f00;}
.recent-meta span {
  color: #b7b7b7;
  font-size: 12px;
  font-weight: 500;
  margin-right: 17px;
  position: relative;
  text-transform: uppercase;
}
.recent-meta span::before {
  background: #cccccc none repeat scroll 0 0;
  content: "";
  height: 5px;
  left: -13px;
  position: absolute;
  top: 8px;
  width: 5px;
}
.recent-meta span:first-child::before {
  display: none;
}
.img-widgets {
  position: relative;
}
.img-widgets > img {
  width: 100%;
}
.img-title {
  margin-left: 126px;
  overflow: hidden;
  position: absolute;
  top: 120px;
}
.img-title > h4 {
  color: #262626;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.img-title > a {
  color: #000000;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  margin-left: 101px;
  margin-top: 88px;
}
.news-form{position:relative;}
.news-form input {
  border: 1px solid #e4e4e4;
  color: #b5b5b5;
  float: left;
  height: 50px;
  padding-left: 20px;
  width: 100%;
}
.news-form button {
  background: #2c2c2c none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  margin-right: 5px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
.news-form button:hover{background:#ea3f00;;}
.Instagram-img{}
.Instagram-img li {
  float: left;
  overflow: hidden;
  padding: 3px;
  width: 33.33%;
}
.Instagram-img li a{}
.Instagram-img img {
  width: 100%;
}
.tweets-post{}
.tweets-post > li {
  margin-bottom: 22px;
}
.tweets-post > li:last-child{margin-bottom:0;}
.tweets-icon-tittle{}
.tweets-icon-tittle h5 {
  margin-bottom: 10px;
}
.tweets-icon-tittle h5 i {
  color: #262626;
  font-size: 20px;
  margin-right: 6px;
}
.tweets-icon-tittle h5 a {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition:.3s;
  transition:.3s;
}
.tweets-icon-tittle h5 a:hover{color:#ea3f00;}
.tweets-icon-tittle > p {
  color: #262626;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 7px;
}
.Social-Network{}
.Social-icon > a {
  background: #f6f6f6 none repeat scroll 0 0;
  color: #262626;
  float: left;
  font-size: 20px;
  height: 60px;
  line-height: 64px;
  margin-right: 5px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 23%;
}
.Social-icon > a:hover{background:#ea3f00;color:#fff;}
.tag{}
.tag li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 5px;
}
.tag li:last-child{margin-bottom:0;margin-right:0;}
.tag li a {
  border: 1px solid #cbcbcb;
  color: #232323;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 14px 28px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 400;
  text-transform:capitalize;
}
.tag li a:hover{background:#ea3f00;border-color:#ea3f00;color:#fff;}
blockquote {
  border-left: 5px solid #4b4a4a;
  color: #666666;
  font-style: italic;
  font-weight: bold;
  line-height: 30px;
  margin: 52px 0 54px 70px;
  margin: 22px 0 54px 0px;
  padding: 0 50px 0 26px;
  min-height:190px;
}
.blog-menu{
  margin: 47px 100px 46px;
}
.blog-menu li {
  color: #666666;
  font-size: 16px;
  margin-bottom: 19px;
  position: relative;
  list-style: inside;
}
.blog-menu li:last-child{margin-bottom:0;}
.blog-banner {
  margin-bottom: 40px;
  margin-top: 55px;
}
.banner-img{}
.banner-img > img {
  width: 100%;
}
.user-info {
  display: block;
  margin: 47px 0 53px;
  overflow: hidden;
}
.user-text {
  color: #666666;
  display: inline-block;
  float: left;
  font-family: dosis;
  letter-spacing: 2px;
}
.user-name {
  padding-right: 47px;
}
.user-share {
  display: inline-block;
  float: right;
}
.user-share > span {
  color: #666666;
  display: inline-block;
  float: left;
  font-family: dosis;
  letter-spacing: 3px;
  margin-right: 14px;
}
.user-share > ul {
  display: inline-block;
}
.user-share > ul > li {
  display: inline-block;
  float: left;
  margin-left: 30px;
}
.user-share > ul > li:first-child {
  margin-left: 0;
}
.user-share a {
  color: #666666;
}
.user-text a {
  color: #666666;
}
.next-prev {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  padding: 20px 0;
}
.next-prev a {
  background-color: #ffffff;
  border-radius: 5px;
  color: #666666;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 8px 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #f1f1f1;
}
.next-prev a:hover {
  background-color: #ea3f00;
  color: #ffffff;
}
.next-prev a i {
  color: #666666;
  font-size: 11px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.next-prev a:hover i {
  color: #ffffff;
}
a.next-btn {
  float: right;
}
.author {
    display: block;
    margin: 100px 0;
    overflow: hidden;
}
.author-img {
    display: inline-block;
    float: left;
}
.author-info > h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.author-info > h4 a {
  color: #666666;
  -webkit-transition: .3s;
  transition: .3s;
}
.author-info > h4 a:hover {
    color: #ea3f00;
}
.author-info {
    padding: 0 80px 0 152px;
}
.author-info > h4 a span {
    color: #999999;
    font-size: 14px;
    margin-left: 7px;
}
.author-info > p {
  color: #666666;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
}
.related-post {
  display: block;
  overflow: hidden;
}
.sidebar-title {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 50px;
  position: relative;
  text-transform: uppercase;
}
.sidebar-title::before {
  background-color: #000000;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 120px;
}
.single-related-post img {
  width: 100%;
}
.related-post-title {
  margin-top: 20px;
}
.related-post-title > h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.related-post-title > h3 a {
  color: #202020;
  -webkit-transition: .3s;
  transition: .3s;
}
.related-post-title > h3 a:hover {
  color: #ea3f00;
}
.related-post-title > span {
  color: #636363;
  font-size: 13px;
}
.single-comment {
    position: relative;
}
.comment-img {
    display: inline-block;
    float: left;
}
.comment-text {
    padding-left: 150px;
}
.comment-text > h3 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.comment-text > p {
  color: #525252;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 24px;
  padding-right: 25px;
}
.comment-border {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.single-comment.comment-border:last-child {
    margin-bottom: 0;
}
.parent-comment {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.comment-text > a {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    bottom: -16px;
    color: #4c4c4c;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 7px 20px 6px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
	-webkit-transition:.3s;
	transition:.3s;
}
.comment-text > a:hover {
    background-color: #ea3f00;
    color: #ffffff;
	border-color:#ea3f00;
}
.replay-comment {
    margin-left: 150px;
}
.leave-comment > h3 {
    color: #222222;
    font-family: dosis;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.leave-comment > h3 {
  color: #222222;
  font-family: dosis;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.leave-comment > p {
  color: #000000;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
}
.leave-comment-form {
  margin-top: 40px;
}
.leave-comment-form form textarea {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 14px;
  height: 178px;
  letter-spacing: 1px;
  padding: 30px;
  width: 100%;
}
.leave-comment-form form input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 14px;
  height: 48px;
  letter-spacing: 1px;
  padding: 2px 30px;
  width: 100%;
}
.leave-comment-form .submit {
  background-color: #ea3f00;
  border: 1px solid #ea3f00;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 11px 28px 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.leave-comment-form .submit:hover {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #666666;
}
#scrollUp {
  background-color: #666666;
  bottom: 100px;
  color: #ffffff;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  right: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
}
#scrollUp:hover{background:#ea3f00;color:#fff;}
#scrollUp i {padding-top:12px;}





/*
*
* Swiper
* --------------------------------------------------
*/
.swiper-container {
  
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }
  @media (min-width: 992px) {
    .swiper-container {
      } }
  @media (min-width: 1200px) {
    .swiper-container {
      } }
  @media (min-width: 1600px) {
    .swiper-container {
      } }
  @media (min-width: 1800px) {
    .swiper-container {
      } }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */ }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
  height: 100%; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
  will-change: transform;
  z-index: 10; }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    color: #0056b5; }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }

.swiper-button-prev {
  left: 30px; }
  .swiper-button-prev:before {
    font-family: FontAwesome;
    content: "\f060"; }

.swiper-button-next {
  right: 30px; }
  .swiper-button-next:before {
    font-family: FontAwesome;
    content: "\f061"; }

.swiper-slider.swiper-container-rtl .swiper-button-prev:before {
  content: "\f061"; }

.swiper-slider.swiper-container-rtl .swiper-button-next:before {
  content: "\f060"; }

.swiper-pagination {
  position: absolute;
  display: block;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }
  .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 21px;
    height: 21px;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .swiper-pagination .swiper-pagination-bullet:before, .swiper-pagination .swiper-pagination-bullet:after {
      position: absolute;
      content: '';
      border-radius: 50%;
      top: 50%;
      left: 50%;
      will-change: transform;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .swiper-pagination .swiper-pagination-bullet:before {
      width: 5px;
      height: 5px;
      border-width: 2px;
      border-style: solid;
      border-color: #ea3f00;
      -webkit-transition: .3s ease-in-out all;
      -o-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; }
    .swiper-pagination .swiper-pagination-bullet:after {
      width: 7px;
      height: 7px;
      background: #ea3f00; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .swiper-pagination .swiper-pagination-bullet:hover:before {
      width: 100%;
      height: 100%; }
  .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  @media (min-width: 992px) {
    .swiper-pagination {
      text-align: left; } }

.swiper-pagination-black .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.6); }
  .swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: black; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }
  .swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    margin: 9px 0;
    display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 20px;
  left: 0;
  width: 100%; }
  .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px; }
  @media (min-width: 992px) {
    .swiper-container-horizontal > .swiper-pagination {
      left: 50%;
      bottom: 30px;
      width: 890px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
      
      
  @media (min-width: 1200px) {
    .swiper-container-horizontal > .swiper-pagination {
      width: 1120px;
      bottom: 10px; } }
  @media (min-width: 1600px) {
    .swiper-container-horizontal > .swiper-pagination {
      width: 1440px;
      bottom: 100px; } }
  @media (min-width: 1800px) {
    .swiper-container-horizontal > .swiper-pagination {
      width: 1550px; } }

@media (max-width: 991px) {
  .box-overlay {
    padding: 30px 15px;
    margin-right: -15px;
    margin-left: -15px;
    background: rgba(255, 255, 255, 0.5); } }

.swiper-slide {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap; }
  @media (max-width: 991px) {
    .swiper-slide {
      background-position-x: 70%; } }
  .swiper-slide-caption {
    width: 100%;
    white-space: normal; }
    .swiper-slide-caption p {
      display: none; }
      @media (min-width: 768px) {
        .swiper-slide-caption p {
          display: block; } }
  @media (min-width: 992px) {
    .swiper-slide {
      padding-top: 0px;
      padding-bottom: 0px; } }
  @media (min-width: 1200px) {
    .swiper-slide {
      padding-top: 0px;
      padding-bottom: 0px; } }
  @media (min-width: 1600px) {
    .swiper-slide {
      padding-top: 0px;
      padding-bottom: 0px; } }






.ticker-headline {
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  padding: 0px 0;
  margin: 0;
  font-size: 14px;
  line-height:20px;
}

.carousel.vertical .carousel-inner {
  height: 100%;
  width: auto;
}
.carousel.vertical .carousel-inner > .item {
  width: auto;
  padding-right: 50px;
  transition: 0.6s ease-in-out top;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel.vertical .carousel-inner > .item {
    transition: 0.6s ease-in-out;
  }
  .carousel.vertical .carousel-inner > .item.next, .carousel.vertical .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    top: 0;
  }
  .carousel.vertical .carousel-inner > .item.prev, .carousel.vertical .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    top: 0;
  }
  .carousel.vertical .carousel-inner > .item.next.left, .carousel.vertical .carousel-inner > .item.prev.right, .carousel.vertical .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    top: 0;
  }
}
.carousel.vertical .carousel-inner > .active,
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  display: block;
}
.carousel.vertical .carousel-inner > .active {
  top: 0;
}
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel.vertical .carousel-inner > .next {
  top: 100%;
}
.carousel.vertical .carousel-inner > .prev {
  top: -100%;
}
.carousel.vertical .carousel-inner > .next.left,
.carousel.vertical .carousel-inner > .prev.right {
  top: 0;
}
.carousel.vertical .carousel-inner > .active.left {
  top: -100%;
}
.carousel.vertical .carousel-inner > .active.right {
  top: 100%;
}

.carousel.vertical .carousel-control {
  left: auto;
  width: 50px;
}
.carousel.vertical .carousel-control.up {
  top: 0;
  right: 0;
  bottom: 50%;
}
.carousel.vertical .carousel-control.down {
  top: 50%;
  right: 0;
  bottom: 0;
}
.carousel.vertical .carousel-control .icon-prev,
.carousel.vertical .carousel-control .icon-next,
.carousel.vertical .carousel-control .glyphicon-chevron-up,
.carousel.vertical .carousel-control .glyphicon-chevron-down {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel.vertical .carousel-control .icon-prev,
.carousel.vertical .carousel-control .glyphicon-chevron-up {
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
}
.carousel.vertical .carousel-control .icon-next,
.carousel.vertical .carousel-control .glyphicon-chevron-down {
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -5px;
}
.carousel.vertical .carousel-control .icon-up,
.carousel.vertical .carousel-control .icon-down {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel.vertical .carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel.vertical .carousel-control .icon-next:before {
  content: '\203a';
}


.lbl-success{background:#07a012; color:#fff; padding:2px 5px;}
 .lbl-error{background:#f25454; color:#fff; padding:2px 5px;}
 .lbl-info{background:#10577d; color:#fff; padding:2px 5px;}

.knowmore a{
color: #ea3f00;
    display: inline-block;
    /* font-family: Montserrat; */
    font-size: 14px;
    /* margin-top: 35px; */
    /* padding-bottom: 5px; */
    /* text-transform: uppercase; */
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}



* + .list-marked,
* + .list-ordered {
  margin-top: 22px;
}

.list-marked li {
  color: #000;
  position: relative;
  padding-left: 22px;
}

.list-marked li:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: '✓';
  
  display: inline-block;
  margin-right: 11px;
  font-size: 13px;
  line-height: inherit;
  vertical-align: middle;
  color: #b30000;
}

.list-marked li:not(:last-child):after {
  /*content: ';';*/
}

.list-marked li:last-child:after {
  /*content: '.';*/
}

.list-marked li + li {
  margin-top: 11px;
}



/*Sticky Social Media Side Bars*/

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:99;
  right:-55px;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px 16px 24px 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 16px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #ea3f00;
  color: white;
   transform:rotate(-90deg); 
    -webkit-transform:rotate(-90deg); 
    -moz-transform:rotate(-90deg); 
    -o-transform:rotate(-90deg); 
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
} 


/*PRELOADER*/
.spinner-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
z-index: 999999;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #ea3f00;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
top: 35%;
left: 48%;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}




.sk-folding-cube-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
z-index: 999999;
}


.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
          position: absolute;
top: 35%;
left: 48%;
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ea3f00;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}
/*PRELOADER*/



.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #ea3f00;    }
    49%{    color: #ea3f00; }
    60%{    color: transparent; }
    99%{    color:transparent;  }   
    100%{   color: #0291d3;    }
}