@import url("owl.theme.default.min.css");
@import url("owl.carousel.min.css");
@import url("swiper.min.css");

@import url("landing-page.css");

/* ---- PreLoader ---- */

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }
  .js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
            transform: translateX(96px); } }

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
            transform: translateX(96px); } }

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
            transform: translateX(-31px); } }

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
            transform: translateX(-31px); } }

.preloader-inner {
  border: 1px solid #eee;
  border-left-color: #e73b3d;
  -webkit-animation: loader-spin 1.2s infinite linear;
          animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 11em;
  height: 11em; }

.js-preloader .content img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }


/* ---- Loader ends ---- */

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #111111;
}

a:hover, a:focus {
  color: #e73c3e;
  text-decoration: none;
}

button {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #000;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

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

i {
  line-height: normal;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #111111;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

/*================================================
Default CSS
=================================================*/
.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #e73c3e;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  opacity: 1;
  font-weight: 400;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
}

.default-btn span {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #111111;
  color: #ffffff;
  -webkit-transition: width 0.5s ease-in-out, 
 height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, 
 height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
  opacity: 1;

}

.default-btn:hover {
  color: #ffffff !important;
}

.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}

.default-btn i {
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-left: 10px;
}

/*================================================
Section Title CSS
=================================================*/
.section-title {
  text-align: center;
  margin-bottom: 45px;
}

.section-title span {
  color: #e73c3e;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 14px;
}

.section-title p {
  max-width: 570px;
  margin: auto;
}






/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: #111111;
}

.footer-area.bg-top .single-footer-widget {
  margin-top: 80px;
}

.single-footer-widget {
  margin-bottom: 25px;
}

.single-footer-widget .logo img {
  margin-bottom: 25px;
}

.single-footer-widget p {
  color: #ffffff;
  margin-bottom: 0;
}

.single-footer-widget .social {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.single-footer-widget .social li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  margin-right: 10px;
}

.single-footer-widget .social li:last-child {
  margin-right: 0;
}

.single-footer-widget .social li a {
  color: #ffffff;
}

.single-footer-widget .social li a:hover {
  color: #e73c3e;
}

.single-footer-widget h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333535;
}

.single-footer-widget .quick-links {
  padding-left: 0;
  margin-bottom: 0;
	/*font-size: 14px;*/
}

.single-footer-widget .quick-links li {
  list-style-type: none;
  margin-bottom: 15px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .quick-links li a {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .quick-links li:hover a {
  color: #e73c3e;
  letter-spacing: 1px;
}

.single-footer-widget .info-contact {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

.single-footer-widget .info-contact:last-child {
  margin-bottom: 0;
}

.single-footer-widget .info-contact i {
  position: absolute;
  left: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  top: 5px;
}

.single-footer-widget .info-contact span {
  font-size: 16px;
  color: #ffffff;
}

.single-footer-widget .info-contact a {
  color: #ffffff;
  display: block;
}

.single-footer-widget .info-contact a:hover {
  color: #e73c3e;
}

/*================================================
Copy Right Area CSS
=================================================*/
.copy-right-area {
  background-color: #111111;
  border-top: 1px solid #292929;
  padding-top: 30px;
  padding-bottom: 30px;
}

.copy-right-content {
  text-align: center;
}

.copy-right-content p a {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
}

.copy-right-content p a:hover {
  color: #e73c3e;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: #ffffff;
  background-color: #111111;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 22px;
  -webkit-transition: .9s;
  transition: .9s;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top:hover {
  background-color: #e73c3e;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}








.section-padding {
    padding: 120px 0;
}


.section-head {
  margin-bottom: 80px;
  padding-bottom: 30px;
  position: relative;
}
.section-head:after {
  content: '';
  width: 200px;
  height: 1px;
  background-color: rgba(200, 200, 200, 0.2);
  position: absolute;
  bottom: 0;
  left: calc(50% - 100px);
}
.section-head:before {
  content: '';
  width: 50px;
  height: 5px;
  background-color: #e73c3e;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 25px);
  border-radius: 2px;
}
.section-head h6 {
  font-size: 12px;
  letter-spacing: 4px;
  color: #e73c3e;
  margin-bottom: 5px;
  margin-right: 30px;
}
.section-head h4 {
  font-family: 'Rubik', sans-serif;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.section-head p {
  font-size: 15px;
}

/* ----------------------------------------------------------------
     [ 15 Start Contact ]
-----------------------------------------------------------------*/
.contact {
  background-size: 150% !important;
  background-position: top left;
}
.contact .info h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #e73c3e;
  margin-bottom: 15px;
}
.contact .info h3 {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.contact .info p span {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.contact .info h2 {
  margin: 15px 0;
  color: #222;
  font-weight: 700;
}
.contact .info h2 i{
	font-weight: normal;
	 color: #e73c3e;
}
.contact .info .social {
  margin-top: 30px;
}
.contact .info .social .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #eee;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.contact .info .social .icon:last-of-type {
  margin-right: 0;
}
.contact .info .social .icon:hover {
  background: #e73c3e;
  color: #fff;
}
.contact .form input, .contact .form textarea {
  font-size: 12px;
  width: 100%;
  padding: 20px 15px;
  background: #f5f5f5;
  border: 0;
  margin-bottom: 10px;
}
.contact .form input:focus, .contact .form textarea:focus {
  border-color: #333;
}
.contact .form textarea {
  height: 140px;
  max-height: 140px;
  max-width: 100%;
}
.contact .form .form-group {
  position: relative;
}
.contact .form .help-block li {
  color: #ce7373;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  top: 10px;
  right: 10px;
}
.contact .map {
  position: relative;
  padding: 0;
}
.contact .map #ieatmaps {
  min-height: 300px;
  height: 100%;
  width: 100%;
}
.contact .subscribe h6 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.contact .subscribe p {
  color: #eee;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.contact .subscribe input {
  padding: 0 15px;
  height: 60px;
  width: 100%;
  line-height: 60px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.19);
  border: 0;
}
.contact .subscribe .butn {
  background: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  float: right;
  position: relative;
  margin-top: -55px;
}
.contact .subscribe .butn:hover {
  border-color: #fff;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/

/*-------------------------------------------------------
          [ Overlay Effect Bg image ]
-------------------------------------------------------*/

[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #000;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}

[data-overlay-dark] p {
  color: #bbb;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}


.butn {
    padding: 12px 20px;
    margin-left: 2px;
    margin-right: 2px;
  }

.butn {
  padding: 12px 34px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
}
.butn span {
  position: relative;
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.butn:before, .butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: 1;
  opacity: .4;
}
.butn:after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  background: #fff;
  opacity: 1;
}
.butn:hover:before, .butn:hover:after {
  width: 100%;
}
.butn:hover:after {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.butn:hover span {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.butn-bg {
  background: #e73c3e;
  border-color: #e73c3e;
  color: #fff;
}
.butn-bg:hover span {
  color: #e73c3e;
}

.butn-light {
  background: #fff;
}
.butn-light:before, .butn-light:after {
  background: #e73c3e;
}
.butn-light:hover span {
  color: #fff;
}
.butn-light span {
  color: #e73c3e;
}

.butn-bord {
  background: transparent;
  border: 1px solid #eee;
}
.butn-bord:before, .butn-bord:after {
  background: #e73c3e;
}
.butn-bord:hover {
  border-color: #e73c3e;
}
.butn-bord:hover span {
  color: #fff;
}








/**************************************
 * 12.Testimonial Section Style
 *************************************/
.testimonial-area .section-title h2 {
    font-weight: 900;
    text-transform: capitalize;
    font-size: 33px;
    line-height: 1.3;
    color: #fff;
}
.testimonial-area {

	background: #051242;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.single-testimonial {
	position: relative;
	background: rgba(0, 0, 0, 0.15);
	padding: 55px 25px 35px;
	border-radius: 3px;
	z-index: 1;
	opacity: .5;
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	margin: 60px 0px 0px;
}
.testimonial-area .owl-carousel .active.center .single-testimonial {
	opacity: 1;
	transform: scale3d(1.0, 1.0, 1);
	-webkit-transform: scale3d(1.0, 1.0, 1);
}

.single-testimonial .testimonial-bio {
	text-align: center;
}

.testi-content-inner .avatar {
	position: absolute;
	top: -55px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 115px;
}
.single-testimonial .avatar img {
    border-radius: 50%;
    border: 8px solid rgb(26, 35, 70);
    width: 110px;
    margin: 0 auto;
}

.single-testimonial .testimonial-bio .bio-info {
	margin-left: 10px;
}

.single-testimonial .testimonial-bio .bio-info .name {
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
	color: #ffffff;
}

.single-testimonial .testimonial-bio .bio-info span {
	font-size: 15px;
	color: white;
}

.single-testimonial .testimonial-content {
	margin-bottom: 25px;
	text-align: center;
}
.testimonial-content h3 {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
}
.single-testimonial .testimonial-content p {
	font-size: 15px;
	color: #fff;
}
.testimonial-area .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 0 0.3rem;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}



/* owl theme */
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 30px;
	line-height: .7;
}
.owl-theme .owl-dots .owl-dot span {
    display: none;
}
.owl-theme .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: 0 0.3rem;
  border-radius: 50%;
  border: 2px solid #444;
  cursor: pointer;
}
.owl-theme .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #6f64e7;
  border-radius: 50%;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.owl-theme .owl-dots .owl-dot.active:before, .owl-theme .owl-dots .owl-dot:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}












/*****************************
  banner
*****************************/
.h-700 {
    height: 700px;
}
.banner h1 {
  color: #ffffff;
  font-size: 72px;
  line-height: 82px;
  margin-bottom: 20px; }

.banner h6 {
  color: #ffffff;
  margin-bottom: 30px; }

.swiper-button-prev, .swiper-button-next {
  background-image: none;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.swiper-button-prev {
  left: 10%; }

.swiper-button-next {
  right: 10%; }

.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 1; }

.banner ul {
  padding: 0;
  margin: 30px 0 50px;
  list-style-type: none;
  text-align: center; }

.banner ul li {
  display: inline-block; }

.banner ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-right: 2px solid #ffffff;
  padding: 0 15px; }

.banner ul li a:hover {
  color: #ef3139; }

.banner ul li:last-child a {
  border-right: 0; }

/* banner 02 */
.slider-02 .font-large {
  font-size: 86px;
  line-height: 90px; }

.text-stroke-white {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  display: block; }

.text-stroke-primary {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ef3139;
  display: block; }

.text-stroke-dark {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #022d62;
  display: block; }

/* banner 03 */
.banner-logo {
  padding: 10px 20px;
  background: #ef3139;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  border-radius: 7px;
  color: #ffffff;
  font-size: 70px;
  line-height: 60px;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 20px;
  text-align: center;
  display: inline-block; }

.banner-logo:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 21px;
  left: -30px;
  border-top: 20px solid rgba(239, 49, 57, 0);
  border-right: 20px solid #ef3139;
  top: 15px; }

.banner .swiper-button-big .icon-btn {
  font-size: 100px;
  background: transparent;
  font-weight: 500; }

/*************************
       Responsive
*************************/
@media (max-width: 991px) {
  .banner h1 {
    font-size: 66px;
    line-height: 76px;
    margin-bottom: 10px; }
  .slider-02 .font-large {
    font-size: 66px;
    line-height: 76px; }
  .swiper-button-prev {
    left: 5%; }
  .swiper-button-next {
    right: 5%; } }

@media (max-width: 767px) {
  .banner h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 10px; }
  .slider-02 .font-large {
    font-size: 52px;
    line-height: 60px; }
  .banner-logo {
    width: auto;
    font-size: 50px;
    line-height: 50px; } }

/*************************
       Responsive
*************************/
@media (max-width: 767px) {
  .h-sm-600 {
    height: 600px; }
  .h-sm-500 {
    height: 500px; }
  .h-sm-400 {
    height: 400px; }
  .h-sm-300 {
    height: 300px; }
  .p-6 {
    padding: 3rem !important; }
  .pt-6 {
    padding-top: 3rem !important; }
  .pb-6 {
    padding-bottom: 3rem !important; }
  .pl-6 {
    padding-left: 3rem !important; }
  .pr-6 {
    padding-right: 3rem !important; }
  /* comming soon */
  .coming-soon {
    height: 100% !important;
    padding-bottom: 50px !important;
    padding-top: 100px !important; } }




.icon-btn {
    opacity: 1;
}
.icon-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #ef3139;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
}




.slider-02{
	position: relative;
}
.slider-02 .bgimg{
	position: absolute;
	bottom: -1%;
	right:0%;
	width: auto;
	z-index:99;
}


.slider-02 .follow-us {
    position: absolute;
    top: 50%;
    right: -67px;
    transform: rotate(90deg);
	z-index: 99;
}
.slider-02 .follow-us ul {
    line-height: 1;
	margin: 0;
}
.slider-02 .follow-us ul li {
    display: inline-block;
    color: #fff;
    padding: 0 4px;
}
.slider-02 .follow-us ul li a {
border: none;
	padding: 0;
}
.slider-02 .follow-us ul li a i {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background-color: #e73c3e;
    text-align: center;
    border-radius: 4px;
    transform: rotate(-90deg);
    transition: all .5s;
	
}
.slider-02 .follow-us ul li a i:hover {
    background-color: #fff;
    color: #e73c3e
}
.slider-02 .follow-us ul span {
    display: inline-block;
    position: relative;
    top: -4px
}






/*****************************
  Counter
*****************************/
.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0px; }
  .counter .counter-icon i {
    color: #ef3139;
    margin-right: 25px;
    font-size: 70px;
    line-height: 70px; }
  .counter .counter-content {
    -ms-flex-item-align: center;
        align-self: center; }
    .counter .counter-content .timer {
      position: relative;
      font-size: 36px;
      line-height: 36px;
      font-weight: 700;
      font-family: "Archivo", sans-serif;
      color: #ffffff;
      margin-bottom: 10px;
      display: block; }
    .counter .counter-content label {
      display: block;
      color: #ffffff;
      margin-bottom: 0; }

/* Counter 02 */
.counter.counter-02 .counter-content .timer {
  color: #022d62; }

.counter.counter-02 .counter-content label {
  color: #626262; }

.counter.counter-02 .counter-icon i {
  color: #dfdfdf; }

/* Counter 03 */
.counter.counter-03 {
  background: #ef3139;
  padding: 32px;
  text-align: center;
  display: block;
  border-radius: 5px; }
  
 /* Service Section */ 
 
 .pt-45 {
    padding-top: 45px;
}

.pb-70 {
    padding-bottom: 70px;
	padding-top: 70px;
}
  
  .scetion-title span {
    color: #ff4a35;
    font-weight: 500;
    line-height: 0;
}

.scetion-title h2 {
    font-size: 35px;
    max-width: 510px;
    margin: auto;
	
}

.scetion-title p {
    padding-top: 25px;
    max-width: 620px;
    margin: 0 auto;
}

.service-card {
    position: relative;
    text-align: center;
    padding: 40px 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: block;
    z-index: 1;
    border-radius: 15px;
    margin-bottom: 30px;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/service-icon/card-shape.png);
    background-repeat: no-repeat;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service-card:hover::before {
    background-image: url(../images/service-icon/card-shape-2.png);
    z-index: 1;
}

.service-card:hover::after {
    width: 100%;
    opacity: 1;
    z-index:0;
}

.service-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    width: 0;
    height: 100%;
    background-color: #4356d6;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 15px;
}

.service-card:hover h3, .service-card:hover p {
    color: #fff;
    z-index: 5555;
}

.service-card a ,.service-card p{
    display: block;
    z-index: 5555;
}


.service-card a img {
    margin-bottom: 17px;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.service-card a h3 {
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
	color: #070f4d;
}
.service-card p {
    margin: 0 auto;
	color: #000;
	position: relative;
}

.service-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    width: 0;
    height: 100%;
    background-color: #000;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 15px;
}

.bg-fbf8f7 {
    background-color: #fbf8f7;
}


.about-image {
    position: relative;
    z-index: 1;
}

.about-image::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 0;
    width: 270px;
    border-radius: 8px;
    height: 130px;
    background: #f05323;
    z-index: -1;
}

.about-content ul li {
    color: #646464;
    font-size: 18px;
    margin-top: 5px;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.about-image img {
    border-radius: 8px;
    margin-top: 25px;
}

.about-content .btn-primary {
    color: #e73c3e;
    background-color: transparent;
}


.about-content .btn {
    margin-top: 25px;
    text-transform: capitalize;
    border: 1px solid #e73c3e;
}


.about-content .btn-primary:hover, .about-content .btn-primary:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #e73c3e;
    background-color: #e73c3e;
    color: #ffffff;
}

.about-content h5 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
    color: #e73c3e;
}

.about-content h2.title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 0;
	padding-bottom:20px;
}

.about-content h2.title span {
    font-style: italic;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1.2px;
    color: #e73c3e;
}



.fade-scale {
	position: relative;
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
	
}
.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}
.fade-scale .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) !important;
	z-index: 999;
}




/*================================================
Projects Area CSS
=================================================*/
.projects-area {
  background-color: #f9fafb;
}

.projects-slider .projects-item .content {
  margin-top: 15px;
	text-align: center;
}

.projects-slider .projects-item .content h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.projects-slider.owl-theme .owl-nav{
	margin-top: 20px;
}
.projects-slider.owl-theme .owl-nav [class*=owl-] {
 height: 25px;
  width: 40px;	
}
.projects-slider.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background-color: #e73c3e;
}







.innerpage-area .container-fluid,
.page-title-area .container-fluid,
.footer-area .container-fluid{
	max-width: 1470px;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-position: center right !important;
  background-size: cover !important;
  background-repeat: no-repeat;	
  height: 400px;
  /*background-attachment: fixed;*/
	position: relative;
}
.page-title-area:after {
position: absolute;
content: '';
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%);

opacity: 0.9;
bottom: 0%;
right: 0%;
width: 100%;
height: 100%;
z-index: -1;
}
.page-title-content {
  text-align: left; 
}

.page-title-area .bgimg {
	position: absolute;
	bottom: -1%;
	right:0%;
	width: auto;
	z-index:99;
}

.page-title-content h2 span{
  color: #fff;
}

.page-title-content h2 {
  margin-bottom: 0;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  font-size: 36px;
	line-height: 1.1;
  margin-left: 10px;
	text-shadow: 2px 7px 5px rgba(0,0,0,0.4), 
    0px -4px 10px rgba(231,59,61,0.4);
	margin-bottom: 30px;
	
}
.page-title-content h1 {
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 13px;
	border-radius: 15px;
	letter-spacing: 1px;
	padding: 6px 15px;
    margin-left: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	background: #e73c3e;
	border: 1px  solid #e73c3e;
	box-shadow: 0 8px 16px -6px black;
	color: #fff;
	display: inline-block;
}



.page-title-content p {
  margin-left: 10px;
	font-size: 18px;
	font-style: italic;
	line-height: 1.4;
	padding-left: 20px;
	border-left: 4px solid #fff;
}

.page-title-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 12px;
	margin-left: 10px;
	margin-bottom: 0;
	display: inline-block;
	background: #333;
	padding: 2px 6px;
	border-radius: 20px;
}


.page-title-content ul li {
  color:rgba(255,255,255,0.7);
  display: inline-block;
  position: relative;
  font-size: 12px;
	text-transform: uppercase;
  padding:  0 13px;
}
.page-title-content ul li:first-child {
	
}

.page-title-content ul li:first-child:after {
	display: none;
}
.page-title-content ul li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    border-top: 5px solid transparent;
    border-left: 5px solid rgba(255,255,255,0.7);
    border-bottom: 5px solid transparent;
}

.page-title-content ul li a {
  display: inline-block;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-title-content ul li a:hover {
  color: #fff;
}


.page-title-content ul li:last-child::before {
  display: none;
}



/*.innerpage-area {
	background: rgba(0,0,0,0.03);

}*/


@media (max-width: 991px) {
.page-title-area {
   /* background-position: center right -300px;*/
    background-size: cover;
}
}
@media (min-width: 991px) {
	.page-title-area {
		height: 500px;		
	}
	
.page-title-content h2 {
  font-size: 40px;
	color:#fff;
}
	
.page-title-content {
	/*max-width:50%;*/
}

}
.page-title-content h1,	.page-title-content p{
	color: #fff;
}

@media (max-width: 600px) {

	.hide_m{
		display: none !important;
	}
	.page-title-content h1{
		font-size: 28px;
	}
}

.innerpage-area ul li{
	position: relative;
	list-style: none;
	padding: 4px 0 4px 15px;
	color: #606060;
    font-weight: 400;
    list-style-type: none;
	
}

.innerpage-area ul li::before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    left: 0;
    top: 10px;
    border-radius: 30px;
    background-color: #e73c3e;
}




 .services-item {
  background-color: #f9fafb;
}

.services-item {
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.services-item::before {
  position: absolute;
  content: "";
  height: 65%;
  width: 90%;
  background-color: #fdebeb;
  left: 0;
  right: 0;
  margin: auto;
  top: -130px;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-item .icon {
  margin-bottom: 20px;
  position: relative;
}

.services-item .icon i {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  text-align: center;
  font-size: 50px;
  color: #e73c3e;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-item h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.services-item .learn-btn {
  color: #e73c3e;
  display: inline-block;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}

.services-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.services-item:hover::before {
  background-color: #e73c3e;
}






/*================================================
404 Error Area CSS
=================================================*/
.error-area {
  height: 100vh;
}

.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}

.error-content h3 {
  font-size: 50px;
  font-weight: 500;
  margin-top: 45px;
  margin-bottom: 15px;
}

.error-content p {
  max-width: 520px;
  margin: 0 auto 20px;
}

.error-content .default-btn {
  display: inline-block;
  background-color: #e73c3e;
  padding: 14px 30px;
  border-radius: 30px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.error-content .default-btn:hover {
  background-color: #e60027;
}

/*.contact.white_field .form input, 
.contact.white_field .form textarea{
  background: #ffffff;
}*/



.projects-slider .projects-item .image_block{
	height: 300px;
	width: 100%;
	background-size: cover;
	-webkit-transition: background-position 2s ease-in-out;
    -moz-transition: background-position 2s ease-in-out;
    -ms-transition: background-position 2s ease-in-out;
    -o-transition: background-position 2s ease-in-out;
    transition: background-position 2s ease-in-out;
}

.projects-slider .projects-item .image_block:hover{
	background-position:0px 100%;
}
.projects-slider .projects-item .content {
    padding: 8px 0;
    text-align: center;
}
.projects-slider  .projects-item .content h3 {
    font-size: 16px;
    margin-bottom: 0;
}




.portfolio_page .projects-item{
	text-align: center;
	margin-bottom: 25px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);	
}
.portfolio_page .projects-item .image_block{
	height: 400px;
	width: 100%;
	background-size: cover;
	-webkit-transition: background-position 2s ease-in-out;
    -moz-transition: background-position 2s ease-in-out;
    -ms-transition: background-position 2s ease-in-out;
    -o-transition: background-position 2s ease-in-out;
    transition: background-position 2s ease-in-out;
}

.portfolio_page .projects-item .image_block:hover{
	background-position:0px 100%;
}

.projects-item:hover{
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);	
}
.portfolio_page .projects-item .content {
    padding: 15px 0;
    text-align: center;
}
.portfolio_page .projects-item .content h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.projects-item:hover  h3 a{


}


.dropdown-item.active, .dropdown-item:active{
    background-color: #e73c3e;
 	color: #ffffff;   
}


.grecaptcha-badge{
    bottom: 120px !important;
}
.service-card:hover .service-btn{
    color: #ffffff;   
}

.service-btn{
    display: inline-block !important;
    margin: 15px 0 0;
    padding:5px 20px;
    background: #e63c3e;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    position: relative;
}