/*  Nextin HTML Template

==============  [Table of contents] ==============
1. Fonts
2. Resources / Css Files
3. Global 
4. Main Header / Two


-------------------------------------------*/

/*** 

====================================================================
	Fonts
====================================================================

 ***/

@import url("https://fonts.googleapis.com/css2?family=Oswald:300,400,500,600,700");

/*** 

====================================================================
	Resources / Css Files
====================================================================

 ***/

@import url("animate.css");
@import url("hover.css");
@import url("timeline.min.css");
@import url("owl.css");
@import url("swiper.min.css");
@import url("fontawesome-all.css");
@import url("flaticon.css");
@import url("jquery.fancybox.min.css");
@import url("custom-animate.css");
@import url("global.css");

/*** 

====================================================================
	Main Header
====================================================================

***/

.main-header {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .auto-container {
  max-width: 100%;
}

/*Sticky Header*/

.sticky-header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #252733;
  z-index: 9999;
}

.sticky-header .logo {
  padding: 26px 0px;
}

.sticky-header .auto-container {
  max-width: 1700px;
}

/* Header Top */
.header-top {
  background-color: rgba(37, 39, 51, 0.2);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.05);
}

.header-top ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.header-top ul li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding-right: 40px;
  margin-right: 40px;
  line-height: 52px;
  letter-spacing: 2px;
}

.header-top ul li a {
  color: #fff;
}

.header-top ul li:before {
  position: absolute;
  content: "";
  background: #fff;
  right: 0;
  bottom: 20px;
  width: 1px;
  height: 2px;
}

.header-top ul li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.header-top ul li:last-child:before {
  display: none;
}

/* Header Upper */
.main-header .header-upper {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.main-header .header-upper .header-outer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-header .header-upper .logo-box {
  position: relative;
  left: 0px;
  z-index: 10;
  padding: 44px 120px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.main-header .header-upper .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-upper .nav-outer {
  position: relative;
}

.main-header .header-upper .nav-outer .main-menu {
  position: relative;
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 45px 25px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li {
  padding: 27px 25px;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
  color: #fff;
  padding: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
  color: #E3010F;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 230px;
  z-index: 100;
  padding: 30px 0px;
  opacity: 1;
  background: #ffffff;
  border-radius: 0 0 3px 3px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  box-shadow: 0 15px 27px 0 rgba(14, 0, 40, 0.05);
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0 35px;
}

.main-menu .navigation > li > ul > li:last-child {
  margin-bottom: 0px;
}

.main-menu .navigation > li > ul > li > a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 0;
  white-space: nowrap;
  color: #252733;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #E3010F;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 3px 25px;
  color: #222222;
  font-weight: 900;
  font-family: "Oswald";
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 230px;
  z-index: 100;
  padding: 30px 35px;
  opacity: 1;
  background: #ffffff;
  border-radius: 0 0 3px 3px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  box-shadow: 0 15px 27px 0 rgba(14, 0, 40, 0.05);
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  margin-bottom: 0px;
}

.main-menu .navigation > li > ul > li > ul > li > a,
.main-menu .navigation > li > ul > li > ul > li > ul li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 0;
  color: #252733;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li > ul > li > ul li:hover a {
  color: #f57f4b;
}

.main-menu .navigation > li.dropdown:hover > ul {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  margin-right: -15px;
}

.main-header .outer-box .wrapper-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.main-header .outer-box .social-icon-one {
  margin-right: 50px;
}

.main-header .outer-box .social-icon-one li a {
  font-size: 22px;
  color: #fff;
  transition: 0.5s ease;
}

.main-header .outer-box .social-icon-one li a:hover {
  color: #f57f4b;
}

.main-header .outer-box .theme-btn {
  padding: 46px 120px;
  font-size: 24px;
  font-weight: 600;
}

.main-header .outer-box .theme-btn span {
  font-size: 20px;
  margin-right: 7px;
}

.main-header .outer-box .contact-info li {
  border: 4px solid #3b3d48;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 40px;
  float: left;
}

.main-header .outer-box .contact-info li a {
  color: #fff;
}

.main-header .outer-box .contact-info li span {
  font-size: 14px;
  color: #f57f4b;
  margin-right: 10px;
}

/*** 

====================================================================
	Header Style Two
====================================================================

***/

.main-header.header-style-two {
  position: relative;
  background: #252733;
}

.main-header.header-style-two .header-upper {
  border-bottom: 0px;
  padding: 0 105px;
}

.main-header.header-style-two .header-upper .logo-box {
  padding: 46px 0;
  border: 0px;
}

/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider {
  position: relative;
}

.main-slider .content {
  position: relative;
}

.main-slider .slide {
  position: relative;
  padding: 395px 0px 230px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-slider .slide:before {
  position: absolute;
  content: "";
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
}

.main-slider h1 {
  position: relative;
  color: #ffffff;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
  margin-bottom: 60px;
  text-transform: capitalize;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .active h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1300ms;
}

.main-slider h5 {
  position: relative;
  color: #777;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .active h5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}

.main-slider .link-box {
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .link-box .theme-btn {
  color: #fff;
  border-color: #fff;
}

.main-slider .active .link-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2500ms;
}

.main-slider .content .title {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 25px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .content .title:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 70px;
  height: 1px;
  margin-left: -35px;
  background-color: #ffffff;
}

.main-slider .active .title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 600ms;
}

.main-slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 51px;
}

.main-slider .owl-dots .owl-dot {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0px 4px;
  display: inline-block;
  border: 4px solid rgba(255, 255, 255, 0.2);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-slider .owl-dots .owl-dot:hover,
.main-slider .owl-dots .owl-dot.active {
  border-color: #fff;
}

.main-slider .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
  width: 100%;
  margin-top: -20px;
  opacity: 0;
  transition: 0.5s ease;
}

.main-slider:hover .owl-nav {
  opacity: 1;
}

.main-slider .owl-nav .owl-prev {
  position: absolute;
  left: 120px;
  width: 78px;
  height: 78px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 62px;
  text-align: center;
  font-size: 21px;
  border: 8px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-slider .owl-nav .owl-next {
  position: absolute;
  right: 120px;
  width: 78px;
  height: 78px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 62px;
  text-align: center;
  font-size: 21px;
  border: 8px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
  color: #fff;
  border-color: #fff;
}

.main-slider .left-side {
  position: absolute;
  left: 120px;
  top: 0;
  width: 110px;
  height: 100%;
  padding: 60px 0;
  background: #f57f4b;
  z-index: 9;
}

.main-slider .left-side h4 {
  position: absolute;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.5s ease;
  transform: rotate(-90deg) translateX(-100%) translateY(-54%);
  transform-origin: 0 0;
  left: 50%;
  width: max-content;
  letter-spacing: 30px;
  opacity: 0;
  transition: 0.7s ease;
}

.main-slider .left-side h4.now-in-view {
  opacity: 1;
  letter-spacing: 7px;
}

.main-slider .left-side h4:before {
  position: absolute;
  content: "";
  background: #fff;
  height: 1px;
  width: 60px;
  left: -80px;
  top: 12px;
  transform: translate(-10px);
}

.main-slider .left-side .social-icon {
  text-align: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
}

.main-slider .left-side .social-icon li {
  margin-bottom: 20px;
}

.main-slider .left-side .social-icon li:last-child {
  margin-bottom: 0px;
}

.main-slider .left-side .social-icon li a {
  color: #fff;
  font-size: 22px;
  transition: 0.5s ease;
}

.main-slider .left-side .social-icon li a:hover {
  color: #252733;
  transform: rotate(-360deg) scale(2);
  display: inline-block;
}

/* Main slider style two */

.main-slider.style-two {
  padding-left: 230px;
}

.main-slider.style-two:before {
  position: absolute;
  content: "";
  background: #252733;
  left: 0;
  top: 0;
  width: 120px;
  height: 90%;
}

.main-slider.style-two .auto-container {
  max-width: 1430px;
}

.main-slider.style-two .slide {
  padding-top: 250px;
  padding-bottom: 240px;
}

.main-slider.style-two .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 51px;
  max-width: 1400px;
  width: 100%;
  transform: translateX(-50%);
  padding: 0 10px;
}

.main-slider.style-two .owl-nav .owl-prev {
  left: auto;
  right: 120px;
  top: -44px;
}

.main-slider.style-two .owl-nav .owl-next {
  top: 44px;
}

/***

==================================================================
		About Section
==================================================================

***/

.about-section {
  position: relative;
}

.big-shape-1 {
  height: 1062px;
  width: 941px;
  background-image: url(../images/icons/big-shape-1.png);
}

.about-section .big-shape-1 {
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}

.about-section .image-box {
  position: relative;
}

.about-section .image-box .image-1 {
  position: relative;
}

.about-section .image-box .image-2 {
  position: absolute;
  right: 30px;
  bottom: -118px;
}

.about-section .link-btn .btn-box {
  position: relative;
  padding-top: 40px;
  padding-right: 40px;
  display: inline-block;
  background: #fff;
}

.about-section .link-btn .btn-box .theme-btn {
  padding: 25px 60px;
}

.about-section .link-btn .btn-box .theme-btn strong {
  position: relative;
  top: -3px;
  font-size: 40px;
  font-weight: 600;
  margin-right: 12px;
  vertical-align: middle;
}

.about-block .text {
  margin-bottom: 24px;
}

.about-block h2 {
  font-size: 30px;
  color: #f57f4b;
  line-height: 40px;
  margin-bottom: 35px;
}

/***

==================================================================
		About Section Two
==================================================================

***/

.about-section {
  position: relative;
}

.about-block-two {
  margin-right: 30px;
  margin-bottom: 30px;
}

.about-block-two .big-image {
  margin-bottom: 30px;
}

.about-block-two .wrapper-box {
  position: relative;
  background: #f57f4b;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-block-two h3 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  padding: 30px 55px;
}

.about-block-three .text {
  margin-top: -10px;
  margin-bottom: 40px;
}

.about-block-three .list-content {
  margin-bottom: 50px;
}

.about-block-three .list-content li {
  font-size: 24px;
  color: #252733;
  margin-bottom: 20px;
}

.about-block-three .list-content li:last-child {
  margin-bottom: 0px;
}

.about-block-three .list-content li span {
  color: #f57f4b;
  font-size: 16px;
  margin-right: 8px;
}

/***

==================================================================
		Services Section 
==================================================================

***/

.services-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.services-section:before {
  position: absolute;
  content: "";
  background: #252733;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.98;
}

.services-section .wrapper-box {
  position: relative;
  z-index: 5;
}

.imghvr-blocks-rotate-in-left {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.imghvr-blocks-rotate-in-left .hover-anim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.imghvr-blocks-rotate-in-left:before,
.imghvr-blocks-rotate-in-left:after,
.imghvr-blocks-rotate-in-left .hover-anim:before,
.imghvr-blocks-rotate-in-left .hover-anim:after {
  background-color: #E3010F;
  opacity: 0;
  position: absolute;
  content: "";
  height: 50%;
  width: 50%;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.65s ease;
  opacity: 0;
}

.imghvr-blocks-rotate-in-left:before {
  top: 0;
  right: 0;
}

.imghvr-blocks-rotate-in-left:after {
  bottom: 0;
  left: 0;
}

.imghvr-blocks-rotate-in-left .hover-anim:before {
  top: 0;
  left: 0;
}

.imghvr-blocks-rotate-in-left .hover-anim:after {
  bottom: 0;
  right: 0;
}

.imghvr-blocks-rotate-in-left:hover:before,
.imghvr-blocks-rotate-in-left:hover:after,
.imghvr-blocks-rotate-in-left:hover .hover-anim:before,
.imghvr-blocks-rotate-in-left:hover .hover-anim:after {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

/* imghvr-blocks-rotate-in-left
   ----------------------------- */
.imghvr-blocks-rotate-in-left:before {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.imghvr-blocks-rotate-in-left:after {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.imghvr-blocks-rotate-in-left .hover-anim:before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.imghvr-blocks-rotate-in-left .hover-anim:after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.service-block-one .inner-box {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 60px 30px 60px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: -120px;
  display: block;
}

.service-block-one .inner-box .content-box {
  position: relative;
  z-index: 5;
}

.service-block-one .icon-box {
  font-size: 60px;
  color: #222;
  margin-bottom: 30px;
  line-height: 60px;
  transition: all 0.5s ease;
}

.service-block-one h3 {
  font-size: 24px;
  margin-bottom: 21px;
  transition: all 0.5s ease;
}

.service-block-one .text {
  margin-bottom: 35px;
  line-height: 1.8em;
  transition: all 0.5s ease;
}

.service-block-one .inner-box:hover .icon-box {
  color: #fff;
}

.service-block-one .inner-box:hover h3 {
  color: #fff;
}

.service-block-one .inner-box:hover .text {
  color: #fff;
}

.service-block-one .inner-box:hover .theme-btn {
  border-color: #fff;
}

/***

==================================================================
		Main Footer 
==================================================================

***/

.features-section {
  position: relative;
  padding-top: 240px;
}

.features-section .feature-outer {
  background: #f3f3f3;
}

.feature-block-oen {
  padding: 80px 0 50px;
}

.feature-block-oen .text {
  padding: 0 10px;
}

.features-section .icon-box {
  position: relative;
  font-size: 60px;
  color: #f57f4b;
  margin-bottom: 15px;
  line-height: 60px;
}

.features-section h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.features-section .image img {
  width: 100%;
}

/***

==================================================================
		Our Projects Section
==================================================================

***/

.our-projects {
  position: relative;
}

.our-projects .auto-container {
  max-width: 100%;
  padding: 0;
}

.our-projects.style-two .auto-container {
  max-width: 1230px;
  padding: 0 15px;
}

.our-projects > .row {
  margin: 0 -1px;
}

.our-projects.style-two > .row {
  margin: 0 -15px;
}

.project-block-one {
  position: relative;
  padding: 0 1px;
}

.our-projects.style-two .project-block-one {
  position: relative;
  padding: 0 15px;
  margin-bottom: 30px;
}

.project-block-one .inner-box {
  position: relative;
}

.project-block-one .image {
  position: relative;
  overflow: hidden;
}

.project-block-one .image img {
  width: 100%;
  transition: all 8s cubic-bezier(0, 0, 0.2, 1);
  transition-delay: 0.2s;
  display: block;
  transform: scale(1.05);
}

.project-block-one .inner-box:hover .image img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.project-block-one .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px 45px;
}

.project-block-one .overlay:before {
  position: absolute;
  content: "";
  background: #222;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: scale(0, 1);
  transition: all 0.5s linear;
}

.project-block-one .inner-box:hover .overlay:before {
  transform: scale(1, 1);
  opacity: 0.1;
}

.project-block-one .overlay a {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 38px;
  color: #fff;
  transform: translate(-50%, -50%) scale(0.5);
  transition: 0.5s linear;
  opacity: 0;
  transition-delay: 0.4s;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  background: #E3010F;
  border-radius: 50%;
}

.project-block-one .inner-box:hover .overlay a {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition-delay: 0s;
}

.project-block-one .overlay h5 {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 7px;
  display: inline-block;
  transition: 0.5s ease;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: 0 0;
  width: max-content;
}

.project-block-one .inner-box:hover .overlay h5 {
  letter-spacing: 30px;
  opacity: 0;
}

.project-block-one .overlay h5:before {
  position: absolute;
  content: "";
  background: #fff;
  height: 1px;
  width: 60px;
  left: -80px;
  top: 12px;
  transform: translate(-10px);
}

.project-block-one .lower-content {
  position: relative;
  text-align: center;
  padding: 31px 0;
}

.our-projects.style-two .project-block-one .lower-content {
  border-bottom: 2px solid #f3f3f3;
}

.project-block-one .lower-content h3 {
  font-size: 24px;
}

.project-block-one .lower-content h3 a {
  color: #252733;
  transition: 0.5s ease;
}

.project-block-one .lower-content h3 a:hover {
  color: #f57f4b;
}

.our-projects .owl-carousel .owl-stage {
  margin: 0 -1px;
}

/***

==================================================================
		Fun Fact Section
==================================================================

***/

.fun-fact-secton {
  position: relative;
  background: #f3f3f3;
  text-align: center;
  background-position: center;
  background-size: cover;
}

.fun-fact-secton.light:before {
  position: absolute;
  content: "";
  background: #252733;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.98;
}

.counter-block {
  position: relative;
  border-right: 2px solid #fff;
  padding: 50px 0;
  margin-bottom: 30px;
}

.fun-fact-secton.light .counter-block {
  border-color: #333540;
}

.counter-block:last-child {
  border-right: 0px;
}

.counter-block .count-text {
  font-size: 70px;
  color: #E3010F;
}

.fun-fact-secton.light .counter-block .count-text {
  color: #fff;
}

.counter-block .counter-title {
  font-size: 20px;
}

.fun-fact-secton.light .counter-block .counter-title {
  color: #d0d0d4;
}

/***

==================================================================
		Features Section Two
==================================================================

***/

.features-section-two {
  position: relative;
}

.features-section-two:before {
  position: absolute;
  content: "";
  background: #f3f3f3;
  left: 0;
  top: 0;
  width: 13%;
  height: 40%;
}

.features-section-two:after {
  position: absolute;
  content: "";
  background: #242936;
  left: 0;
  bottom: 0;
  width: 13%;
  height: 60%;
}

.features-section-two .feature-outer {
  position: relative;
  z-index: 5;
}

.features-section-two .left-column {
  padding-right: 45px;
}

.features-section-two .right-column {
  padding-left: 45px;
}

.feature-block-two {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.feature-block-two .inner-box {
  position: relative;
  background: #E3010F;
  padding: 63px 60px;
}

.feature-block-two h1 {
  color: #fff;
  font-size: 60px;
  line-height: 1em;
}

.feature-block-two .text {
  color: #fff;
}

.feature-block-two .icon-box {
  position: absolute;
  right: 60px;
  top: 77px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}

.feature-block-three {
  position: relative;
}

.feature-block-three .inner-box {
  position: relative;
}

.feature-block-three .text {
  margin-bottom: 60px;
}

.video-box {
  position: relative;
}

.video-box img {
  width: 100%;
}

.video-box a {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 30px;
  color: #fff;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 75px;
  border: 12px solid #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}

.video-box .border-anim-left:before {
  height: 12px;
  left: -12px;
  top: -12px;
}

.video-box .border-anim-left:after {
  width: 12px;
  left: -12px;
  top: -12px;
}

.video-box .border-anim-right:before {
  height: 12px;
  right: -12px;
  bottom: -12px;
}

.video-box .border-anim-right:after {
  width: 12px;
  right: -12px;
  bottom: -12px;
}

/***

==================================================================
		History Section
==================================================================

***/

.history-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.history-section:before {
  position: absolute;
  content: "";
  background: #252733;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.98;
}

.history-section .auto-container {
  max-width: 1300px;
}

.history-block {
  position: relative;
}

.history-block:nth-child(odd) .inner-box {
  transform: translateX(50%);
}

.history-block .inner-box {
  position: relative;
}

.history-block .date {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.history-block .content {
  position: relative;
}

.history-block .content .image {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.history-block .inner-box:hover .content .image {
  opacity: 1;
}

.history-block .content .text {
  color: #fff;
  transition: all 0.5s ease;
}

.history-block .inner-box:hover .content .text {
  opacity: 0;
}

.timeline--horizontal .timeline-divider {
  background: #31333e;
  height: 2px;
}

.timeline--horizontal .timeline__item:after {
  left: 0;
  transform: translate(0, -50%);
  border: 0px;
  border-radius: 0;
  background: #f57f4b;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.timeline__content {
  border-radius: 0px;
  border: 0px;
  border-left: 1px solid #3c3e49;
  background: transparent;
  padding-top: 30px;
  padding-bottom: 30px;
}

.timeline__item--bottom .timeline__content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.timeline--horizontal .timeline__item .timeline__content:before {
  display: none;
}

.timeline--horizontal .timeline__item .timeline__content:after {
  display: none;
}

.timeline__content .date {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1em;
}

.timeline__content .content {
  position: relative;
}

.timeline__content .content .image {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.timeline__content:hover .content .image {
  opacity: 1;
}

.timeline__content .content .text {
  color: #fff;
  transition: all 0.5s ease;
  font-size: 16px;
}

.timeline__content:hover .content .text {
  opacity: 0;
}

.timeline-nav-button {
  background-color: transparent;
}

/***

==================================================================
		Blog Section
==================================================================

***/

.blog-section {
  position: relative;
}

.btn-style-four.border-anim-left:before {
  height: 6px;
  left: -6px;
  top: -6px;
}

.btn-style-four.border-anim-left:after {
  width: 6px;
  left: -6px;
  top: -6px;
}
.btn-style-four .border-anim-right:before {
  height: 6px;
  right: -6px;
  bottom: -6px;
}
.btn-style-four .border-anim-right:after {
  width: 6px;
  right: -6px;
  bottom: -6px;
}

.news-block-one .inner-box {
  position: relative;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.news-block-one .image {
  position: relative;
  overflow: hidden;
}

.news-block-one .image img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}

.news-block-one .inner-box:hover .image img {
  transform: scale(1.2);
}

.news-block-one .image a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news-block-one .image a:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  transition: all 0.5s;
  background-color: rgba(36, 41, 54, 0.92);
}

.news-block-one .image a:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(90deg);
  transform-origin: bottom;
  transition: all 0.5s;
  background-color: rgba(36, 41, 54, 0.92);
}

.news-block-one .inner-box:hover .image a:before {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 700ms ease 100ms;
}

.news-block-one .inner-box:hover .image a:after {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 700ms ease 300ms;
}

.news-block-one .lower-content {
  position: relative;
  padding: 50px;
}

.news-block-one .date {
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 23px;
  border: 9px solid #fff;
  background: #E3010F;
  text-align: center;
  top: -40px;
  left: 50px;
  padding: 9px 0;
  text-transform: uppercase;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.news-block-one .post-meta {
  margin-bottom: 10px;
}

.news-block-one .post-meta li {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
}

.news-block-one .post-meta li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.news-block-one .post-meta li:before {
  position: absolute;
  content: "";
  top: 13px;
  right: 0;
  background: #f57f4b;
  width: 1px;
  height: 13px;
}

.news-block-one .post-meta li:last-child:before {
  display: none;
}

.news-block-one .post-meta li a {
  color: #E3010F;
  font-weight: 600;
  font-size: 16px;
}

.news-block-one h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}

.news-block-one h3 a {
  color: #252733;
  transition: all 0.5s ease;
}

.news-block-one h3 a:hover {
  color: #E3010F;
}

/***

==================================================================
		Testimonial Section 
==================================================================

***/

.testimonial-section {
  position: relative;
  border-bottom: 2px solid #f3f3f3;
  padding-bottom: 70px;
}

.testimonial-block .inner-box {
  text-align: center;
  padding: 115px 0 120px;
}

.testimonial-block .quote {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 300px;
  font-weight: 600;
  transform: translate(-50%, -50%);
  color: #E3010F;
  opacity: 0.1;
}

.testimonial-block .text {
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
  color: #252733;
  margin-bottom: 30px;
}

.testimonial-block .author-title {
  font-size: 20px;
  color: #E3010F;
  font-weight: 500;
  text-transform: uppercase;
}

.testimonial-section .testimonial-top {
  background: #f3f3f3;
  cursor: grab;
}

.testimonial-section .author-thumb {
  position: relative;
  cursor: pointer;
  padding: 14px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  height: 123px;
  width: 121px;
  transition: 0.5s ease;
}

.testimonial-section .author-thumb .border-anim-right {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.testimonial-section .author-thumb.border-anim-left:before {
  position: absolute;
  content: "";
  background: #E3010F;
  height: 14px;
  width: 0%;
  left: 0px;
  top: 0px;
  transition: 0.9s ease;
}

.testimonial-section
  .swiper-slide-thumb-active
  .author-thumb.border-anim-left:before {
  width: 100%;
}

.testimonial-section .author-thumb.border-anim-left:after {
  position: absolute;
  content: "";
  background: #E3010F;
  height: 0%;
  width: 14px;
  left: 0px;
  top: 0px;
  transition: 0.9s ease;
}

.testimonial-section
  .swiper-slide-thumb-active
  .author-thumb.border-anim-left:after {
  height: 100%;
}

.testimonial-section .author-thumb .border-anim-right:before {
  position: absolute;
  content: "";
  background: #E3010F;
  height: 14px;
  width: 0%;
  right: 0px;
  bottom: 0px;
  transition: 0.9s ease;
}

.testimonial-section
  .swiper-slide-thumb-active
  .author-thumb.border-anim-left
  .border-anim-right:before {
  width: 100%;
}

.testimonial-section .author-thumb .border-anim-right:after {
  position: absolute;
  content: "";
  background: #E3010F;
  height: 0%;
  width: 14px;
  right: 0px;
  bottom: 0px;
  transition: 0.9s ease;
}

.testimonial-section
  .swiper-slide-thumb-active
  .author-thumb.border-anim-left
  .border-anim-right:after {
  height: 100%;
}

.testimonial-section .swiper-slide-thumb-active .author-thumb img {
  border-color: #f57f4b;
}

.testimonial-section .testimonial-thumbs {
  max-width: 390px;
  margin: 0 auto;
  transform: translateY(-50%);
  cursor: pointer;
}

.testimonial-section .swiper-nav-button {
  display: none;
}

.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev {
  background: transparent;
  text-indent: 0;
  background-image: none;
  color: #fff;
  font-size: 24px;
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 50%;
  text-align: center;
  background: rgba(120, 120, 135, 0.1);
  margin: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.testimonial-section .swiper-button-next:hover,
.testimonial-section .swiper-button-prev:hover {
  background: #fff;
  color: #f57f4b;
}

/***

==================================================================
		Clients Section
==================================================================

***/

.clients-section {
  padding: 100px 0;
}

.clients-section .image-box {
  position: relative;
  margin: 0;
  text-align: center;
  line-height: 100px;
}

.clients-section .image-box img {
  display: inline-block;
  max-width: 100% !important;
  width: auto !important;
  height: auto;
  opacity: 0.4;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-section .image-box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

/* Style Two */
.clients-section.style-two {
  position: relative;
  background: #f3f3f3;
}

.clients-section.style-two .auo-container {
  max-width: 1230px;
}

.clients-section .slide-item {
  background: #fff;
  margin: 0 15px;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-section .owl-dot-style-three .owl-dots {
  margin-top: 60px;
}

/***

==================================================================
		Contact Form Section
==================================================================

***/

/* Contact Form */

.contact-form {
  position: relative;
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 10px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  color: #808186;
  line-height: 26px;
  padding: 10px 30px;
  height: 77px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: #f57f4b;
}

.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 30px;
  color: #808186;
  height: 135px;
  font-size: 16px;
  font-weight: 500;
  resize: none;
  border-radius: 2px;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important;
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 12px;
  color: #ff0000;
  font-weight: 500;
}

/***

==================================================================
		Contact Map Section
==================================================================

***/

.contact-map-section {
  position: relative;
}

.contact-map-section .map-outer {
  position: relative;
  height: 860px;
}

.contact-map-section .map-canvas {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 860px;
}

.map-data {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  padding: 10px;
}

.map-data h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #121212;
}

.contact-map-section .auto-container {
  position: relative;
}

.contact-map-section .wrapper-box {
  position: absolute;
  bottom: 80px;
  right: 0;
}

.contact-map-section .contact-form-area {
  max-width: 530px;
}

.contact-form-section .contact-form-area {
  max-width: 910px;
}

.contact-form-area {
  position: relative;
  background: #fff;
  border: 40px solid #f57f4b;
  padding: 50px 60px;
  margin: 0 auto;
}

.contact-map-section .sec-title h1 {
  font-size: 30px;
  line-height: 30px;
}

.contact-info-section {
  position: relative;
  border-top: 2px solid #f3f3f3;
}

.contact-info-block .inner-box {
  position: relative;
  margin-bottom: 30px;
  border-right: 2px solid #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-info-block:last-child .inner-box {
  border: 0px;
}

.contact-info-block h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-info-block ul li {
  font-size: 18px;
  font-weight: 500;
  color: #808186;
}

.contact-info-block ul li a {
  color: #f57f4b;
}

/***

==================================================================
		Main Footer 
==================================================================

***/

.main-footer {
  background: #fff;
}

.main-footer .widgets-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-footer .widgets-section:before {
  position: absolute;
  content: "";
  background: #252733;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.98;
}

.main-footer .widget-title {
  color: #fff;
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 30px;
}

.main-footer .footer-widget {
  margin-bottom: 50px;
}

/* About Widget */

.main-footer .about-widget .footer-logo {
  margin-bottom: 30px;
}

.main-footer .about-widget .text {
  margin-bottom: 30px;
  font-size: 18px;
  color: #d0d0d4;
}

.main-footer .about-widget .contact-number {
  font-size: 30px;
  color: #f57f4b;
}

.main-footer .about-widget .contact-number a {
  color: #E3010F;
}

/* Link Widget */

.main-footer .links-widget {
  position: relative;
}

.main-footer .list {
  position: relative;
}

.main-footer .list li {
  position: relative;
  display: block;
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 28px;
}

.main-footer .list li a {
  position: relative;
  color: #d0d0d4;
  transition: 0.5s ease;
}

.main-footer .list li a:hover {
  color: #f57f4b;
}

/* Contact widget */

.contact-widget .widget-content {
  position: relative;
  margin-bottom: 25px;
}

.contact-widget .inner-box {
  margin-bottom: 30px;
}

.contact-widget h5 {
  font-size: 16px;
  color: #f57f4b;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contact-widget .text {
  font-size: 18px;
  color: #d0d0d4;
  letter-spacing: 0.5px;
}

.contact-widget .text a {
  color: #d0d0d4;
}

/* Social Link Widget */
.social-link-widget {
  position: relative;
}

.social-link-widget ul {
  padding-top: 10px;
  margin: 0 -5px;
}

.social-link-widget ul li {
  margin: 0 5px;
}

.social-link-widget ul li a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 42px;
  border: 4px solid #fff;
  text-align: center;
}

/* Footer Bottom */

.footer-bottom {
  position: relative;
  font-size: 18px;
  color: #000;
  text-align: center;
  padding: 22px 0;
  background: #FFF;
}

.footer-bottom a:hover,
.footer-bottom a {
  color: #fff;
}

/***

==================================================================
		Why Choose Us Section
==================================================================

***/

.why-chooseus-section {
  position: relative;
  padding-top: 240px;
  background: #f3f3f3;
}

.why-chooseus-section.style-two {
  padding-top: 120px;
}

.why-chooseus-section .row-5 {
  margin: 0 -5px;
}

.why-choose-block {
  padding: 0 5px;
  margin-bottom: 10px;
}

.why-choose-block .inner-box {
  position: relative;
  background: #fff;
  padding: 40px 40px 30px;
  display: flex;
  align-items: center;
}

.why-choose-block .icon-box {
  position: relative;
  color: #fff;
  background: #E3010F;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 10px;
}

.why-choose-block h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

/***

==================================================================
		Video Section 
==================================================================

***/

.video-section {
  position: relative;
  padding-top: 140px;
  padding-bottom: 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.video-section:before {
  position: absolute;
  content: "";
  background: #252733;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.video-section .video-box {
  position: relative;
  min-height: 100px;
  margin-bottom: 70px;
}

.video-section h1 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
}

/***

==================================================================
		Team Section 
==================================================================

***/

.team-section {
  position: relative;
}

.team-section:before {
  position: absolute;
  content: "";
  background: #252733;
  left: 0;
  top: 0;
  bottom: 240px;
  width: 100%;
  opacity: 0.98;
  max-height: 725px;
}

.team-section.style-two:before {
  display: none;
}

.team-block-one {
  position: relative;
  margin-bottom: 30px;
}

.team-block-one .inner-box {
  position: relative;
}

.team-block-one .image-box {
  position: relative;
}

.team-block-one .image-box .image {
  position: relative;
  background-color: #191e34;
  margin-bottom: 0;
  overflow: hidden;
}

.team-block-one .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.2;
}

.team-block-one .info-box {
  position: relative;
  padding: 21px 0;
  text-align: center;
  border-bottom: 2px solid #f3f3f3;
}

.team-block-one .info-box .name {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 10px;
}

.team-block-one .info-box .name a {
  color: #222222;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block-one .info-box .name a:hover {
  color: #fa7720;
}

.team-block-one .left-side {
  position: absolute;
  left: 0px;
  top: 0;
  width: 65px;
  height: 100%;
  padding: 40px 0;
  background: #E3010F;
  z-index: 9;
}

.team-block-one .left-side h5 {
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 7px;
  display: inline-block;
  transition: 0.5s ease;
  transform: rotate(-90deg) translateX(-100%) translateY(-50%);
  transform-origin: 0 0;
  left: 50%;
  width: max-content;
}

.team-block-one .left-side h5:before {
  position: absolute;
  content: "";
  background: #fff;
  height: 1px;
  width: 60px;
  left: -60px;
  top: 12px;
  transform: translate(-10px);
}

.team-block-one .left-side .social-icon {
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

.team-block-one .left-side .social-icon li {
  margin-bottom: 20px;
}

.team-block-one .left-side .social-icon li:last-child {
  margin-bottom: 0px;
}

.team-block-one .left-side .social-icon li a {
  color: #fff;
  font-size: 18px;
  transition: 0.5s ease;
}

.team-block-one .social-icon li a:hover {
  color: #252733;
  transform: rotate(-360deg) scale(2);
  display: inline-block;
}

/***

==================================================================
		Skills Section 
==================================================================

***/

.skills-section {
  position: relative;
}

.skills-section .image {
  margin-right: -15px;
}

.skill-content {
  position: relative;
  margin-top: 120px;
  margin-left: -140px;
  padding: 110px 120px 70px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
}

/***

==================================================================
		Work Quality Section 
==================================================================

***/

.work-quality-section {
  position: relative;
  padding-top: 140px;
  padding-bottom: 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.work-quality-section:before {
  position: absolute;
  content: "";
  background: #252733;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.work-quality-section .content {
  position: relative;
  margin-bottom: 30px;
}

.work-quality-section .content h1 {
  font-size: 70px;
  color: #fff;
  line-height: 1.2em;
  margin-bottom: 40px;
  margin-top: -25px;
}

.work-quality-section .content .text {
  color: #fff;
  margin-bottom: 40px;
}

.work-quality-section .content .theme-btn {
  color: #f57f4b;
  border-color: #f57f4b;
  background: transparent;
}

.work-quality-section .content .theme-btn:hover {
  background-color: #fff;
  border-color: #fff;
}

.work-quality-block {
  position: relative;
  margin-bottom: 30px;
}

.work-quality-block .icon-box {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  color: #f57f4b;
  margin-bottom: 10px;
}

.work-quality-block h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.work-quality-block .text {
  color: #fff;
}

/***

==================================================================
		Work Process Section 
==================================================================

***/

.work-process-section {
  position: relative;
}

.work-process-block .inner-box {
  position: relative;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 60px;
  padding-left: 120px;
  margin-bottom: 30px;
}

.work-process-block .inner-box:before {
  position: absolute;
  content: "";
  background: #242936;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transition: 0.5s ease;
  transform-origin: 0 0;
}

.work-process-block .inner-box:hover:before {
  transform: scaleX(1);
}

.work-process-block .left-side {
  position: absolute;
  left: 0px;
  top: 0;
  width: 60px;
  height: 100%;
  padding: 40px 0;
  background: #f57f4b;
  z-index: 9;
}

.work-process-block .left-side h5 {
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 7px;
  display: inline-block;
  transition: 0.5s ease;
  transform: rotate(-90deg) translateX(-100%) translateY(-50%);
  transform-origin: 0 0;
  left: 50%;
  width: max-content;
}

.work-process-block .left-side h5:before {
  position: absolute;
  content: "";
  background: #fff;
  height: 1px;
  width: 60px;
  left: -60px;
  top: 12px;
  transform: translate(-10px);
}

.work-process-block .icon-box {
  position: relative;
  font-size: 60px;
  margin-bottom: 30px;
  color: #252733;
  line-height: 50px;
  transition: 0.5s ease;
}

.work-process-block h3 {
  font-size: 24px;
  margin-bottom: 25px;
  transition: 0.5s ease;
}

.work-process-block .text {
  position: relative;
  margin-bottom: 30px;
  transition: 0.5s ease;
}

.work-process-block .inner-box:hover .icon-box,
.work-process-block .inner-box:hover h3,
.work-process-block .inner-box:hover .text {
  color: #fff;
}

.work-process-block .inner-box:hover .theme-btn {
  border-color: #f57f4b;
}

/*** 

====================================================================
		Page Title
====================================================================

***/

.page-title {
  position: relative;
  padding: 290px 0px 140px;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.page-title:before {
  position: absolute;
  content: "";
  background: #252733;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.page-title h1 {
  position: relative;
  font-size: 70px;
  line-height: 1em;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
}

.page-title .bread-crumb {
  position: relative;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.page-title .bread-crumb li {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #f57f4b;
  text-transform: uppercase;
  padding-right: 15px;
  margin-right: 15px;
}

.page-title .bread-crumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.page-title .bread-crumb li:before {
  position: absolute;
  content: "";
  background: #f57f4b;
  right: 0;
  bottom: 9px;
  width: 3px;
  height: 3px;
}

.page-title .bread-crumb li:last-child:before {
  display: none;
}

.page-title .bread-crumb li a {
  color: #f57f4b;
  transition: 0.5s ease;
}

.page-title .bread-crumb li a:hover {
  color: #f57f4b;
}

/*** 

====================================================================
		Approacoh Section
====================================================================

***/

.approach-section {
  position: relative;
}

.approach-block .inner-box {
  position: relative;
  margin-bottom: 30px;
}

.approach-block .inner-box h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.approach-block .inner-box .text {
  margin-bottom: 30px;
}

/***

==================================================================
		Faq Section 
==================================================================

***/

.faq-section {
  position: relative;
  background: #f3f3f3;
}

/* Text Block One */

.text-block-one {
  position: relative;
  margin-bottom: 30px;
}

.text-block-one h3 {
  margin-bottom: 30px;
}

/* Project Details */
.project-details {
  position: relative;
}

.project-details img {
  width: 100%;
}

.project-details h1 {
  font-size: 40px;
  margin-bottom: 30px;
}

.project-details h3 {
  font-size: 24px;
  color: #f57f4b;
  margin-bottom: 20px;
}

.project-details .text {
  margin-bottom: 30px;
}

/* Project Information */

.project-info {
  position: relative;
  padding: 40px 50px;
  background: #f3f3f3;
  margin-bottom: 30px;
  margin-top: 30px;
}

.project-info li {
  font-size: 18px;
  font-weight: 500px;
  margin: 5px 0;
}

.project-info li strong {
  font-weight: 500;
  color: #252733;
}

/*====== Blog Single ==========*/

.blog-single {
  position: relative;
}

.blog-single:before {
  position: absolute;
  content: "";
  background: #f3f3f3;
  height: 100%;
  width: 1px;
  top: 0;
  right: -40px;
}

.blog-single .news-block-one .inner-box:hover .image img {
  transform: scale(1.01);
}

.blog-single .news-block-one .lower-content {
  padding-bottom: 20px;
}

.blog-single .news-block-one .inner-box {
  margin-bottom: 60px;
}

/*====== Sidebar Page Container ==========*/

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  position: relative;
  margin-bottom: 50px;
}

/*====== Sidebar Widget ==========*/

.sidebar-widget {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 40px;
  border-bottom: 2px solid #f3f3f3;
}

.sidebar-side .sidebar-widget:last-child {
  margin-bottom: 0;
}

.sidebar-page-container .sidebar-title {
  position: relative;
  margin-bottom: 30px;
}

.sidebar-page-container .sidebar-title h4 {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.sidebar-page-container .widget-content {
  position: relative;
}

/*Search Box Widget*/

.sidebar .search-box {
  position: relative;
  border-bottom: 0;
  padding-bottom: 0;
}

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px 0 50px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  color: #222;
  line-height: 30px;
  padding: 20px 30px;
  padding-right: 75px;
  height: 70px;
  width: 100%;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
  border-color: #91c53c;
}

.sidebar .search-box .form-group input[type="submit"],
.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  color: #b6b6b6;
  padding: 0;
  font-weight: 400;
  cursor: pointer;
  background-color: transparent;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
}

.sidebar .search-box .form-group input[type="submit"]:hover,
.sidebar .search-box .form-group button:hover {
  color: #000000;
}

/*=== Categories Widget ===*/

.category-list {
  position: relative;
  margin-top: -10px;
}

.category-list li {
  position: relative;
  margin-bottom: 5px;
}

.category-list li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: #808186;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.category-list li a span {
  margin-left: 10px;
  color: #222;
  float: right;
}

.category-list li:hover:before {
  color: #00e399;
}

.category-list li a:hover {
  color: #f57f4b;
}

/*=== Tweets Widget ===*/

.tweets-widget {
  position: relative;
}

.tweets-widget .text {
  font-size: 16px;
  font-weight: 500;
}

.tweets-widget .text a {
  color: #252733;
  text-decoration: underline;
}

.tweets-widget .twitter-info {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tweets-widget .twitter-link {
  font-size: 16px;
  font-weight: 500;
  color: #808186;
}

.tweets-widget .author {
  font-size: 16px;
  font-weight: 500;
  color: #f57f4b;
  margin-right: 10px;
}

.tweets-widget .author span {
  margin-right: 10px;
  font-weight: 14px;
}

.tweets-widget .date {
  font-size: 16px;
  font-weight: 500;
  color: #252733;
}

/* === Latest News === */

.post-widget {
  position: relative;
}

.post-widget .post {
  position: relative;
  padding-left: 95px;
  margin-bottom: 30px;
  min-height: 80px;
  padding-top: 5px;
}

.post-widget .post:last-child {
  margin-bottom: 0px;
}

.post-widget .post .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  width: 80px;
  overflow: hidden;
}

.post-widget .post .thumb img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-widget .post .date {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #f57f4b;
}

.post-widget .post h5 {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: #808186;
  font-weight: 500;
}

.post-widget .post h5 a {
  color: #808186;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-widget .post h5 a:hover {
  color: #f57f4b;
}

/*=== Tags ===*/

.tags-widget {
  position: relative;
}

.tags-widget .widget-content {
  position: relative;
  padding: 45px 30px 37px;
  background-color: #f5f8fb;
}

.tag-list {
  position: relative;
  display: block;
}

.tag-list li {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.tag-list li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #808186;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
  text-transform: capitalize;
  border-radius: 2px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 1.2em;
}

.tag-list li a:hover {
  color: #f57f4b;
}

.blog-single .social-icon-nine a i {
  display: block;
  line-height: 40px;
}

.tag-list li:last-child a {
  border: 0px;
}

.blog-single .social-icon-nine li {
  margin: 0 1px;
}

.blog-single .social-icon-nine {
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

.blog-single .social-icon-nine a {
  height: 40px;
  width: 68px;
  display: inline-block;
}

/* Post Tags */

.post-share-tag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 50px;
  border-top: 2px solid #f3f3f3;
}

.post-share-tag .tags {
  position: relative;
  text-align: center;
  margin: 8px 0;
}

.post-share-tag .tags li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  color: #252733;
  font-weight: 500;
}

.post-share-tag .tags li strong {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.post-share-tag .tags li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #f57f4b;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-share-tag .tags li a:hover {
  color: #252733;
}

.post-share-tag .social-icon-one {
  margin: 0 -5px;
}

.post-share-tag .social-icon-one li {
  margin: 0 5px;
}

.post-share-tag .social-icon-one li a {
  font-size: 16px;
  color: #252733;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 42px;
  border: 4px solid #252733;
  text-align: center;
}

.post-share-tag .social-icon-one li a:hover {
  color: #f57f4b;
}

/* Author Box */

.author-box {
  position: relative;
  padding: 35px 40px 15px;
  background-color: #252733;
  margin-bottom: 95px;
  border: 1px solid #e5e9ff;
}

.author-box .inner-box {
  position: relative;
  padding-left: 200px;
  min-height: 160px;
}

.author-box .thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 160px;
  width: 171px;
  overflow: hidden;
  margin-bottom: 15px;
}

.author-box .thumb img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.author-box .info {
  position: relative;
  padding-top: 10px;
  margin-bottom: 15px;
}

.author-box .info span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #555;
  font-weight: 300;
}

.author-box .info h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
}

.author-box .text {
  position: relative;
  display: block;
  margin-bottom: 20px;
  color: #d0d0d4;
}

/*** 

====================================================================
		Comment Area
====================================================================

 ***/

.group-title {
  position: relative;
  margin-bottom: 35px;
}

.group-title h5 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 1.2em;
  color: #222;
  font-weight: 500;
}

.comments-area {
  position: relative;
  margin-bottom: 50px;
}

.comments-area .comments-outer {
  position: relative;
}

.comments-area .comment-box {
  position: relative;
  margin-bottom: 40px;
}

.comments-area .comment-box:last-child {
  margin-bottom: 0;
}

.comments-area .comment {
  position: relative;
  padding-left: 155px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.comments-area .comment-box:last-child .comment {
}

.comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0;
  top: 7px;
  width: 130px;
  overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
}

.comments-area .comment-info {
  position: relative;
  display: block;
  padding-top: 5px;
  margin-bottom: 15px;
}

.comments-area .comment-box .name {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #252733;
}

.comments-area .comment-box .date {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: #f57f4b;
}

.comments-area .comment-box .text {
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.comments-area .comment-box .reply-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  background: #252733;
  border: 2px solid #252733;
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comments-area .comment-box .reply-btn:hover {
  color: #252733;
  background: #fff;
}

.comments-area .comment-box.reply-comment {
  margin-left: 90px;
}

.comments-area .comment-box.reply-comment .comment {
  padding-left: 75px;
}

.comments-area .comment-box.reply-comment .author-thumb {
  height: 50px;
  width: 50px;
}

/*** 

====================================================================
		Comment Form
====================================================================

 ***/

.comment-form {
  position: relative;
}

.comment-form .form-group {
  position: relative;
  margin-bottom: 10px;
  padding: 0 5px;
}

.comment-form .form-group:last-child {
  margin-bottom: 0;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select {
  position: relative;
  display: block;
  height: 66px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #808186;
  font-weight: 500;
  padding: 20px 30px;
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(68, 71, 198, 0.1);
}

.comment-form .form-group textarea {
  height: 200px;
  resize: none;
}

.comment-form .form-group input[type="submit"],
.comment-form .form-group button {
  cursor: pointer;
}

.vAwards {
  text-align: center;
  margin: 40px 0 0 0;
}
.vAwards p {
  margin: 20px 0 0 0;
}
.vTitleBlock {
  text-align: center;
  margin: 30px 0 30px 0;
}
.vTitleBlock h3 {
  margin: 0;
  padding: 0;
}
.upComing {
  text-align: center;
}
.upComing img {
  width: 75px;
}
.newContact {
  border: 0px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(194, 188, 194, 1);
  -moz-box-shadow: 0px 0px 5px 2px rgba(194, 188, 194, 1);
  box-shadow: 0px 0px 5px 2px rgba(194, 188, 194, 1);
}
.vIconBox img {
  width: 120px;
}
.vLogo img {
  width: 140px;
}
.vHeaderPhone {
  background: #ed1c24;
  padding: 3px 5px;
}
.vHeaderPhone a {
  font-size: 18px !important;
}
.vSteps {
  font-weight: bold;
  color: #ed1c24;
}
.vIcon img {
  height: 90px;
}
.main-footer .about-widget .footer-logo img {
  width: 170px;
}
.mapImage{
    text-align:center;
    margin: 0 0 0 0;
}
.mapImage h3{
    margin: 0 0 30px 0;
    color:#E3010F;
    font-size: 32px;
}
.mapImage img{
    width:65%;
}
