body {
  
  color: #58595b;
  font-family: 'Roboto', sans-serif;
  font-size:14px;
  font-weight:400;
}

a {
  color: #005395;
  transition: 0.5s;
      -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
img
{
max-width:100%;
}

a:hover,
a:active,
a:focus {
      color: #000;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Archivo', sans-serif;

  margin: 0 0 20px 0;
  padding: 0;
}
ul
{
list-style:none;
margin:0;
padding:0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background:#ed1c24;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #005395;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# logo_section
--------------------------------------------------------------*/
.logo_section
{
    background: #fff;
    padding: 12px 0 0px;
    position: relative;
    z-index: 7;
}
#logo
{
    
	text-align:center;
}
@media(min-width:768px)
{
#logo
{
   
	text-align:left;
}
}
@media(max-width:992px)
{
.phone
{
display:none;
}
}
.phone ul li
{
    display: inline-block;
    position: relative;
    padding-left: 35px;
    color: #333;
    text-align: left;
    margin:11px 20px 0px;
}
.phone ul li i
{
    font-size: 32px;
    color: #333;
    position: absolute;
    left: 0;
    top: 1x;
}
.phone ul li h4
{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}
.phone ul li p
{
margin-bottom:0;
}
.phone ul li a
{
color:#555;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*#header {
  padding: 0px 0;   
    right: 0;
    transition: all 0.5s;
    z-index: 9;
    color: #fff;
    margin-top:20px;
    left: 0px;
    top: 0px;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.25);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}*/

@media(max-width:992px)
{
#header
{
background:#fff;
}
}
/*#header:before
{
position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    content: '';
    -webkit-transition: width .4s cubic-bezier(.77,0,.175,1);
    transition: width .4s cubic-bezier(.77,0,.175,1);
    -webkit-box-shadow: 7px 10px 11px 0 rgba(194,198,204,.1);
    box-shadow: 7px 10px 11px 0 rgba(194,198,204,.1);
	
}*/
/*#header.header-scrolled:before
{
    width: 100%;
    -webkit-transition: all .9s cubic-bezier(0,1.005,.34,.995);
    transition: all .9s cubic-bezier(0,1.005,.34,.995);
}*/

#header.header-scrolled {
    padding: 0px 0;
    height: 66px;
    transition: all 0.5s;
    position: fixed;
    margin-top: 0;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.08);
    text-align: center;
    background: #fff;
    width: 100%;
    top: -1px;
    /* left: 0; */
    /* right: 0; */
    /* overflow: hidden; */
    z-index:99;
}

#header #logo {
  float: left;
      transition: all 0.5s;
	      padding: 12px 0 0;
		  margin-right:10px;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #005395;
}

#header #logo img {
  padding: 0;
  margin: 0;
}
.header-scrolled #logo img
{
}
.logo_icon
{
display:inline-block;
}

#header
{
height:90px;
display:block;
}

.header-scrolled #logo img {
    padding: 0;
    margin: 0;
    height: 48px;
}

.header-scrolled .nav-menu
{
    margin-top: 0px;
}

.header-scrolled .nav-menu > li {
    display: inline-block;
    margin: 9px 0;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
    width: 100%;
    /* height: 100vh; */
    background: #000;
    position: relative;
   
}
.intro-container
{
    position: relative;
    z-index: 2;
}
#intro .carousel-item {
  width: 100%;
  height:400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media(min-width:992px)
{
#intro .image1
{
}
}
@media(min-width:648px)
{
#intro .carousel-item {
height:520px;
}
}
@media(min-width:768px)
{
#intro .carousel-item {
height:520px;
}
}
@media(min-width:992px)
{
#intro .carousel-item {
height:520px;
}
}
@media(min-width:1200px)
{
#intro .carousel-item {
height:540px;
}
}
@media(min-width:1600px)
{
#intro .carousel-item {
height:570px;
}
}

#intro .carousel-item::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
    content: "";
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
      padding: 10% 0;
}
@media(max-width:648px)
{
#intro .carousel-content {
      padding: 22% 0;
}
}
#intro .image1 .carousel-content
{
padding: 8% 0;
}
#intro .image3 .carousel-content {
      padding: 10% 0;
}
#intro .carousel-content img
{
width:130px;
}

#intro h2 {
  color: #fff;
    margin: 12px 0;
    font-size: 5rem;
    line-height: 1em;
    font-weight: 700;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.82);
   
    /* text-transform: uppercase; */
    letter-spacing: -0.03em;
	position:relative;
   
}

@media(max-width:992px)
{
#intro h2 {
font-size: 3.20rem;
}
}
#intro h2 span
{
position:relative;
z-index:1;
}
#intro .image1 h2
{
}

#intro h3
{
      color: #000;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 600;
}
#intro h4 
{
color: #ed1c24;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
}
/*#intro h4:before
{
content:'';
background:#ed1c24;
width:10%;
height:2px;
display:inline-block;
margin-right:20px;
}*/

#intro p {
  width: 100%;
         margin: 0 auto 0px auto;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
#intro .btn2
{
margin-top:30px;
}
.line
{
    background: #ed1c24;
	width:61px;
	height:4px;
	margin:20px 0;
}
.text-center .line, #intro .line
{
margin:20px auto;
}
#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #005395;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #005395;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
display:inline-block;
margin:14px 0;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

/*.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}*/

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
.wrap
{
border: 1px solid #eee;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 50px rgba(5,5,5,.08);
}

#nav-menu-container {
  float: right;
  margin: 0;
}

.nav-menu, .nav-menu * {
    margin-top: 9px;
}

/* Nav Meu Styling */

.nav-menu a {
         padding: 9px 17px;
    text-decoration: none;
    display: inline-block;
        color: #002121;
    font-weight: 600;
    font-size: 16px;
    /* text-transform: uppercase; */
    outline: none;
    position: relative;
    background: transparent;
    
	line-height:18px;
	    font-family: "Archivo", sans-serif;
	
}
@media(min-width:992px)
{
.nav-menu>li>a:after
{
/*   position: absolute;
    left: 50%;
    top: 30px;
    height: 3px;
    width: 0px;
    background-image: url(../img/current-after.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;*/
}

}
@media(max-width:1200px)
{
.nav-menu a 
{
padding:34px 4px;
font-size:12px;
letter-spacing:0;
}
}
.nav-menu li.last a
{
        background: #ed1c24;
    color: #000;
    /* border-radius: 3px; */
        padding: 14px 20px;
    margin: 0px 0;
    border: 2px solid #ed1c24;
  
}
.nz_logo
{
    padding-top: 10px;
}
.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
 color: #ed1c24;
}
@media(min-width:992px)
{
.nav-menu li:hover > a:after,
.nav-menu > .menu-active > a:after 
{
opacity: 1;
/*    visibility: visible;
    width: 100%;
    left: 0;*/
}
}
.nav-menu li.last a:hover, .nav-menu li.last a:focus
{
background:#121212;
color:#fff;
}

.nav-menu > li {
  margin-left: 0px;
}

.nav-menu ul {
      margin: 22px 0 0 0;
    min-width: 240px;
    background: #fff;
    padding: 10px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
 padding: 10px;
    text-align: left; 
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 14px;
    text-transform: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.nav-menu ul li:hover > a {
color: #333;
  border-color: #ed1c24;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position:absolute;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 6px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  display:none;
}

#mobile-nav-toggle i {
      color: #ed1c24;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

#mobile-nav ul li a:hover {
  color: #005395;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #005395;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #005395;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #005395;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */





@media(max-width:1200px)
{
.call
{
display:none;
}
}
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #005395;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}
/* header Below
--------------------------------*/
.header_below
{
    position: relative;
    padding-top: 19px;
    padding-bottom: 16px;
    background-color: #f9fafa;
}
.head1
{
    color: #033b4a;
	position:relative;
	padding-left:66px;
	    font-family: 'Roboto', sans-serif;
}
.head1 i
{
display:inline-block;
width:50px;
height:50px;
background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(3,59,74,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(3,59,74,.1);
    box-shadow: 0 0 10px 0 rgba(3,59,74,.1);
	    font-size: 23px;
		text-align:center;
		line-height: 50px;
	    color: #5d924a;
		position:absolute;
		left:0;
		top:-5px;
}
.head1 p
{
font-weight: 500;
line-height: 21px;
font-size:16px;
margin-bottom:0;
}
.head1 span
{
color: #9dabaf;	
font-size:13px;
font-weight:500;
}
/* Section with background
--------------------------------*/

.section-bg {
  background: #f7f7f7;
}
/* heading
--------------------------------*/
.heading
{
margin-bottom:25px;
}
.heading h4
{
     color: #9aaaaa;
    text-transform: uppercase;
    font-size: 15px;
    /* font-weight: 800; */
    margin: 0 0 10px;
}
.heading h2
{
       font-weight: 700;
    font-size: 36px;
    line-height: 50px;
	position:relative;
	
}
/*.heading h2:before
{
position: absolute;
    bottom: 0;
    left: 60px;
    height: 4px;
    width: 10px;
    background-color: #cccccc;
    content: "";
    z-index: 1;
}
.heading h2:after
{
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #ed1c24;
    content: "";
}*/
.heading h2 span
{ 
    color: #00a650;
}

.list ul
{
list-style:none;
padding:0;
margin:0;
}
.list ul li
{
font-size: 16px;
    padding: 6px 0;
    position: relative;
    padding-left: 22px;
}
.list ul li:before
{
    position: absolute;
    left: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
   top: 16px;
    content: "\f192";
    color: #005395;
    font-size: 13px;
}
.btn2
{
    text-align: center;
    display: inline-block;
    padding: 14px 23px;
    font-size: 16px;
    color: #fff;
    /* text-transform: uppercase; */
    margin-top: 0px;
    background: #ed1c24;
    cursor: pointer;
    position: relative;
    /* padding-left: 58px; */
    font-family: 'Roboto', sans-serif;
    /* letter-spacing: 1px; */
    border: none;
    font-weight: 600;
    border-radius: 50px;

}

.btn2:hover, .btn2:focus
{
background:#000;
color:#fff;
}
.btn3
{
    text-align: center;
    display: inline-block;
    padding: 14px 23px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0px;
    background: #5d924a;
    cursor: pointer;
    position: relative;
    /* padding-left: 58px; */
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;

}
.btn3:hover, .btn3:focus
{
background:#005395;
color:#fff
}
.mrg100
{
margin-top:100px;
}
.abt p
{
font-size: 17px;
    /* font-weight: 300; */
    line-height: 1.8;
color: #333;
margin-bottom:15px;
}

/* span1
--------------------------------*/
.span1
{
color:#333;
}
.span1 .heading h2
{
    color: #002121;
	/*padding-bottom:30px;*/
}
.span11
{
padding:50px 20px;

}
@media(min-width:768px)
{
.span11
{
padding-left: 8%;
    padding-right: 7%;
}
}
.span11 h4
{
font-size:20px;
font-weight:700;
line-height:1.5;
}
.span12
{
background:url(../img/Automatic-Transmission-Repair.png) center;
background-size:cover;
}


/* span2 Section
--------------------------------*/
.span2
{
padding:30px 0 60px;
position:relative;
color:#000;
}
.span2 .heading h2
{
/*padding-bottom:20px;
margin-bottom:40px;*/
}
.span2:before
{
    position: absolute;
    left: 0;
    top: 50%;
    height: 50%;
    width: 100%;
    background-image:url(../img/pattern-6.png);
    background-repeat: repeat;
    background-position: center top;
    content: "";
    margin-top: 10px;
}
.box2
{
position:relative;
}
.box2_img
{
position:relative;
}
.overlay
{
position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.overlay:before
{
position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: padding-box content-box;
    background-color: #ed1c24;
    padding: 15px;
    content: "";
   
    outline-offset: -15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5) rotateX(180deg);
    -moz-transform: scale(0.5) rotateX(180deg);
    -ms-transform: scale(0.5) rotateX(180deg);
    -o-transform: scale(0.5) rotateX(180deg);
    transform: scale(0.5) rotateX(180deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.box2:hover .overlay:before
{
opacity: .70;
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    -ms-transform: scale(1) rotateX(0deg);
    -o-transform: scale(1) rotateX(0deg);
    transform: scale(1) rotateX(0deg);
    visibility: visible;
}
.box2 .overlay a
{
position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.box2 .overlay a i
{
position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px;
    font-size: 30px;
    color: #ffffff;
    opacity: 0;
    text-align: center;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.box2:hover .overlay a i
{
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.box2_txt
{
background-color: #ffffff;
    
    margin-right: 0;
  
    margin-bottom: 40px;
    position: relative;
    padding: 20px 20px 20px 20px;
       border: 2px solid #e1e1e1;
min-height: 233px;	   
}
.box2:hover .box2_txt
{


}
.box2_txt h4
{
font-size:20px;
font-weight:700;
margin-top:20px;
}
.box2_txt h4 a
{
    color: #222;
}
.box2_txt h4 a:hover
{
color:#ed1c24;
}
.box2_txt p
{
margin-bottom:20px;
}
.link
{
    color: #ed1c24;
	font-weight:700;
}
.link:hover
{
color:#222;
}
/* span3 Section
--------------------------------*/
.span3
{
background:url(../img/home-bg-btm.jpg) center;
padding:100px 0;
color:#fff;
position:relative;
background-size:cover;
}
.span3:before
{
position:absolute;
content:'';
left:0;
right:0;
top:0;
bottom:0;
background:rgba(0,0,0,0.85);
}
.span3 .heading h2
{
margin-bottom:40px;
padding-bottom:30px;
}
/*.heading.text-center h2:before
{
       position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 10px;
    background-color: #cccccc;
    content: "";
    z-index: 1;
    margin: 0 auto;
    transform: translateX(35px);
}
.heading.text-center h2:after
{
transform: translateX(-5px);
margin: 0 auto;
right:0;
}*/


@media(min-width:1024px)
{
.span3
{
background-attachment:fixed;
}
}
.box3 h3
{
font-weight:100;
font-size:40px;
margin-bottom:0;
}
.box3 h2
{
font-size: 45px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0px;
	color: #ed1c24;
}
.box3 i
{
font-size:70px;
}
.box3 p
{
color:#bbb;
line-height:1.6;
font-size:18px;
}
.box31
{
background:#fff;
padding:40px;
margin-top:40px;
}
.box31 label
{
font-weight:300;
text-transform:uppercase;
color:#333;
margin-bottom:0;
}
.box31 .form-control
{
margin:0px 0 10px;
border:1px solid #eee;
height:50px;
font-size:13px;
border-radius:0;
}
.box31 .btn2
{
margin-top:20px;
border-radius:0;
width:100%;
}
/* span4 Section
--------------------------------*/
.span4
{
padding:70px 0;
}
.small-container
{
    position: static;
    max-width: 1000px;
    padding: 0px 15px;
    margin: 0 auto;
}
.outer-box
{
    position: relative;
    border: 3px solid #ebebeb;
    margin-left: 40px;
    margin-top: 40px;
}
.span4_title
{
position: relative;
}
.span4_title .inner
{
position: relative;
    left: -40px;
    top: -40px;
    background-color: #002121;
    padding: 45px 50px 55px;
	color:#fff;
}
.span4_title .inner h2
{
padding-bottom:20px;
margin-bottom:40px;
}
.span4_text
{
position:relative;
}
.span4_text .inner
{
position: relative;
    padding: 70px 70px 20px 0;
}
.inner2
{
    position: relative;
    padding-bottom:0px;
}
.info_box
{
    position: relative;
/*    padding-left: 195px;
    padding-top: 50px;
    min-height: 150px;
    margin-bottom: 40px;*/
}
.info_box .thumb
{
    position: absolute;
    left: 0;
    top: 0;
    height: 150px;
    width: 150px;
}
.info_box h4
{
position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #002121;
    font-weight: 700;
	margin:0;
}
.info_box .tit span
{
font-size: 12px;
    line-height: 22px;
    color: #666666;
    font-weight: 400;
}
.info_box .stars
{
position: relative;
    display: block;
    font-size: 14px;
    line-height: 1em;
    color: #ff7e00;
    font-weight: 400;
    margin-top: 25px;
}
.text
{
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    font-weight: 400;
}
.span4_text span.icon
{
position: absolute;
    right: 85px;
    bottom: 0;
    height: 100px;
    width: 40px;
    background-color:#ed1c24;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 50px;
    border-radius: 20px 20px 0 0;
}
.owl-nav .owl-prev, .owl-nav .owl-next
{
display:inline-block;
border:1px solid #ddd;
padding:5px 10px;
margin:3px;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover
{
background:#ed1c24;
color:#fff;
}
/* span5 Section
--------------------------------*/
.span5
{
color:#000;
padding:70px 0;
background:url(../img/pt2.png) repeat 0 0;
position:relative;
background-size:cover;
-webkit-animation: slide 15s linear infinite;
}
@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: 400px 0; }
}
.span5:before
{
position:absolute;
top:0;
bottom:0;
right:0;
left:0;
background: rgba(183, 159, 159, 0.12);
content:'';
}
.span5 .container
{
position:relative;
}
.testi
{
margin-top:40px;
}
.testi_txt
{
position: relative;
    background: #fff;
    padding: 40px 50px;
    color: #617585;
    font-size: 16px;
    line-height: 1.7em;
    border-radius: 16px;

}
.testi_txt p
{
margin-bottom:0;
}
.testi_txt:before {
   content: " ";
    position: absolute;
    left: 22px;
    top: -17px;
    font-size: 39px;
    color: rgba(232, 54, 48, 0.24);
    font-family: 'FontAwesome';
    font-style: normal;
    content: "\f10d";
}
.testi_txt:after
{
top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(240, 246, 249, 0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
	text-align:center;
}
.testi h6
{
font-size: 18px;
    font-weight: bold;
    margin: 40px 0 10px;
    color: #4c4c4c;
	text-align:center;
}
.form1
{
margin-bottom: 20px;
    background: url(../img/bg-form.jpg) no-repeat center top #2392d7;
    background-size: cover;
    border-radius: 12px;
    padding: 30px 22px 25px 30px;
    color: #fff;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}
.form1 h3
{
font-size:24px;
margin-bottom:10px;
}
.form1 p
{
margin-bottom:15px;
}
.form1 .form-control
{
margin-bottom:10px;
border-radius:0;
font-size:13px;
height:50px;
}
.form1 textarea.form-control
{
height:120px;
}
/* span6 Section
--------------------------------*/


/* contact Section
--------------------------------*/

.map {
    position: relative;
    padding-bottom: 55%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-top: 25px;
}
@media(min-width:768px)
{
.map
{
padding-bottom: 35%;
}
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoWrap {
    position: relative;
    padding-bottom: 56.5%;
    padding-top: 0px;
    height: 0;
    margin-bottom: 30px;
}
@media(max-width:767px)
{
.videoWrap {
margin-top:41px;
}
}
.videoWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer
{
    padding: 70px 0;
	background:url(../img/footer.jpeg) center;
	background-size:over;   
	position:relative;
	overflow:hidden;
	color:#fff;
	}

.footer:before
{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
content:'';
background-color: #002121;
opacity:0.95;
}


.foot41
{
position:relative;
z-index:2;
}



/*.footer:before
{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
content:'';
background: rgba(0, 0, 0, 0.51);
}*/
.foot3 p
{
    font-size: 14px;
    color: #eee;;
    line-height: 25px;
    margin-top: 16px;
	margin-bottom:0;
   
}
.foot-social li
{
display:inline-block;
padding:5px;
}
.foot-social li a
{
    display: inline-block;
    /* border: 1px solid #232323; */
    width: 20px;
    /* height: 30px; */
    text-align: center;
    /* border-radius: 50%; */
    color: #d12627;
    padding-top: 8px;
    font-size: 16px;
}
.foot-social li a:hover
{
    color: #0037a5;
}
.foot4 ul.foot-social li a:hover
{
    background: #EF7222;
    border-color: #EF7222;
	color:#fff;
	
}
.foot-con ul
{
    color: #eee;
margin-bottom:25px;
}
.foot-con ul li
{
    position: relative;
    padding: 10px 0;
    padding-left: 26px;
    color: #eee;;
    font-size: 17px;
}
.foot-con ul li i
{
display: inline-block;
    /* width: 30px; */
    /* height: 30px; */
    text-align: center;
    /* border: 1px solid rgba(255, 255, 255, 0.23); */
    padding-top: 7px;
    position: absolute;
    left: 0;
    top: 9px;
    color: #ed1c24;
    font-size: 19px;
}

.logos
{
margin-bottom:40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
padding-bottom:20px;

}
.logos img
{
width:117px;
margin:0 10px;
}

.foot3 h3
{
             font-size: 20px;
    font-weight: 600;
    line-height: 34px;
	position:relative;
    
    margin-top: 0;
    margin-bottom:33px;
    display: inline-block;	
}
.foot3 h3:after
{
display:block;
content:'';
width:50px;
height:3px;
background:#ed1c24;
margin-top:8px;
}
@media(max-width:767px)
{
.foot3 h3
{
}
}
.foot3 span.decor {
    border: 1px solid #ebebeb;
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
	    margin-left: 71px;
		    border: 1px solid #000;
	display:none;
}
.foot3 span.decor:before
{
background: #eaeaea none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -71px;
    position: absolute;
    top: 3px;
    width: 60px;
    background: #000 none repeat scroll 0 0;
}
.foot3 span.decor:after
{
background: #eaeaea none repeat scroll 0 0;
    content: "";
    height: 1px;
    right: -71px;
    position: absolute;
    top: 3px;
    width: 60px;
    background: #000 none repeat scroll 0 0;
}
.foot3 img
{
margin:0px 0 0px;
}
.foot4 ul
{

}
.foot4 ul li:first-child
{
/*    padding-top: 0;*/
}
.foot4 ul li a
{
   color: #eee;;
    margin-top: 10px;
    display: block;
    /* border-bottom: 1px dashed #a0a0a0; */
    padding: 4px 0;
    position: relative;
    /* padding-left: 20px; */
    font-size: 15px;

}
.foot4 ul li:last-child a
{
border-bottom:none;
}
.foot4 ul li a:hover
{
text-decoration:none;
   color: #ed1c24;
}
.foot4 ul li a:before
{
    /*content: "\f101";
	    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	padding-right:10px;
	position:absolute;
	left:0;
top: 9px;*/
}
.foot4 ul.foot-social li a:before
{
display:none;
}
.social2 ul li a:before
{
display:none;
}
.social2 ul li
{
display:inline-block;
margin:3px;

}
.social2 ul li a
{
display: block;
    /* width: 40px; */
    /* height: 40px; */
    /* background: #ed1c24; */
    color: #ed1c24;
    text-align: center;
    /* line-height: 40px; */
    font-size: 16px;
    border-radius: 100%;
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
    padding-right: 5px;
}
.foot3 .call
{
    font-weight: 600;
    font-size: 22px;
        color: #d12627;
	padding-top:4px;
}
.foot3 .email2
{
padding-top:3px;
}
.foot1, .foot2
{
text-align:center;
}
@media(min-width:768px)
{
.foot1
{
text-align:left;
}
.foot2
{
text-align:right;
}
}
.foot2 a
{
     color: #d12627;
}
.footer2
{
    padding: 20px 0 20px;
    color: #fff;
    font-size: 14px;
    /* border-top: 1px solid #ddd; */
    background: #001919;
}
.footer-powered
{
font-weight:400;
color:#F16924;
}
.foot_logo 
{
padding-bottom:20px;
margin-bottom:20px;
border-bottom:1px solid #222;
}
.footer2 ul
{
text-align:center;
margin-bottom:25px;
}
.footer2 ul li
{
display:inline-block;
padding:0 10px;
}
.footer2 ul li a
{
font-size: 22px;
    color: #808080;
}
.footer2 ul li a:hover
{
    color: #fff;
}
.footer2 p
{
    color: #8c8c8c;
    margin-bottom: 5px;
}
.footer2  a
{
color:#fff;
}
.footer2 strong
{
color:#fff;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  
  #intro p {
    width: 100%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

 
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 66px;
  }

  #intro h2 {
        font-size: 40px;
   
  }
   #intro h3 {
        font-size: 20px;
    letter-spacing: 3px;
  }

  
}
@media(max-width:992px)
{
#nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}
.tagh3 h3
{
font-weight: 400;
    font-style: normal;
    font-size: 26px;
    letter-spacing: 11px;
    line-height: 1.6em;
    text-transform: uppercase;
}

.con1 ul
{
list-style:none;
margin:0;
padding:0;
}
.con1 ul li
{
padding:10px 0;
font-size:18px;
padding-left:30px;
position:relative;
}
.con1 ul li i
{
position: absolute;
    left: 0;
    top: 18px;
    color: #31665e;
}
.con2 .form #sendmessage {
    color: #18d26e;
    border: 1px solid #18d26e;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.con2 .form-control
{
border: 1px solid #ddd;
    border-radius: 0;
    height: 50px;
    background: transparent;
	border-radius:0;
	margin-bottom:15px;
}
.con2 .form-control:focus
{
    border-color: #cc98a3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(147, 73, 88, 0.25);
}

/*------------------------ top haeder---------------------------------------*/
.page
{
width:100%;
height:100%;
position:relative;
overflow:hidden;
}
.top-header
{
background-color: #ed1c24;
color:#fff;
}
.head_txt p
{
position: relative;
   
    font-size: 14px;
    line-height: 49px;
    color: #ffffff;
    font-weight: 400;
	margin-bottom:0;
}
.head-right
{
/*position: relative; */
    /* float: right; */
    /* top: 20px; */
    background-color: #ed1c24;
    /* padding-left: 30px; */
    z-index: 8;
}
.head-right:before
{
/*position: absolute;
    left: -18px;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #ed1c24;
    content: "";
    transform: skew(30deg);*/
}
.head-right ul
{
display:inline-block;
position: relative;
}
.call  li
{
display:inline-block;
padding:14px 5px;
font-size:13px;
}
.call  li i
{
    color: #fff;
    padding-right: 4px;
    font-size: 16px;
    position: relative;
    top: 1px;
}
.call  li a
{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
	

}
.call  li a:hover
{
color: #eee;
}

.social 
{
list-style:none;
margin:0;
padding:0;
}
@media(max-width:992px)
{
.head-right .social
{
display:none;
}
}
.social  li
{
display:inline-block;
padding:10px 10px;
text-align:center;
    margin-top: 5px;
}
.social  li a
{
    color: #fff;
	font-size:15px;
    font-weight: 600;	
}
.social  li.last a
{
padding: 16px 25px 16px 25px;
    font-size: 12px;
    vertical-align: top;
    line-height: 27px;
    margin-left: 15px;
	background:#5d924a;
	color:#fff;
	font-weight: 600;
	text-transform:uppercase;
	    letter-spacing: 1px;
font-family: 'Roboto', sans-serif;
}
.social  li.last a:hover
{
background:#fff;
color:#033b4a;
}
.left2
{
text-align:left;
}
.right2
{
text-align:right;
}
@media(max-width:767px)
{
.left2, .right2
{
text-align:center;
}
}
/*------------------------ top haeder end---------------------------------------*/

.owl-dots
{
margin-top:40px;
text-align:center;
}
.owl-dots .owl-dot
{
width:10px;
height:6px;
background:#fff;
display:inline-block;
margin:3px;
background:#888;
-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.owl-dots .owl-dot.active
{
background:#ed1c24;
width:40px;
}

/*---------------------------------------------------YTPlayer--------------------------------------------------------------*/
.video
{
    position: relative;
    z-index: 1;
	    display: block;
}
@media(max-width:767px)
{
.video
{
/*display:none;*/
}
}
.video-content
{
position: relative;
    overflow: hidden;
    max-height: 750px;
}
@media(max-width:1400px)
{
.video-content
{
position: relative;
    overflow: hidden;
    max-height: 540px;
}
}

@media(max-width:1200px)
{
.video-content
{
position: relative;
    overflow: hidden;
    min-height:504px;
}
}

@media(max-width:992px)
{
.video-content
{
position: relative;
    overflow: hidden;
    max-height: 504px;
}
}

@media (max-width: 767px)
{
.video-content {
    position: relative;
    overflow: hidden;
    max-height: 215px;
}
}
.video-content .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 50;
    /*background: rgba(0, 0, 0, 0.32);*/
}
.video-overlay
{
position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 0;
}
@media(min-width:768px)
{
.video-overlay
{
top: 150px;
}
}
.video-content p
{
display:none;
}

@media(min-width:992px)
{
.video-overlay
{
top: 130px;
}
}

.video-content h3
{

    font-weight: 300;
    color: #005d63;
    text-align: left;
	font-size:70px;

}
@media(min-width:768px)
{
.video-content h3
{
display:block;
}
.video-content p
{
display:block;
color:#fff;
font-size:17px;
line-height:28px;
font-weight:300;
width:60%;
}
}

@media(max-width:768px)
{
.video-content h3
{
font-size: 20px;
}
}

.video-content h3 span {
    color: #ff6b00;
	
	font-weight:900;
}

.video-container {
    position: relative;
    padding-bottom: 100%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    background: #090909;
    outline: 0px;
    border: none;
}
.video-container iframe
{
position: absolute;
    top: -18.5%;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0px;
    border: none;
}
@media(min-width:1200px)
{
.video-container iframe
{
top: -25.5%;
}
}
.media-btns {
    position: relative;
    width: 100px;
    /*height: 100px;*/
    display: table;
    margin: 0 auto;
    margin-bottom: 100px;
}

@media(min-width:1400px)
{
.media-btns {
    margin-bottom: 25px;
}
}

.play-btn {
    width: 100px;
    height: 100px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    display: none;
    z-index: 40;
    border: 2px solid #fff;
    border-radius: 100px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.pause-btn {
    width: 100px;
    height: 100px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    z-index: 50;
    border: 2px solid #fff;
    border-radius: 100px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	display:none;
}
.play-btn i.animated {
    line-height: 100px;
    padding-left: 3px;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
.pause-btn i.animated {
    line-height: 100px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}


@media(max-width:992px)
{
.pause-btn {
    width: 65px;
    height: 65px;
    font-size: 25px;
}
.pause-btn i.animated {
    line-height: 63px;
}
.media-btns {
    width: 65px;
    height: 65px;
	display:none;
}

}

@media(max-width:600px)
{
.pause-btn {
    width: 45px;
    height: 45px;
    font-size: 18px;
}
.pause-btn i.animated {
    line-height: 46px;
}
.media-btns {
    width: 45px;
    height: 45px;
}
.video-content h3 {
    font-size: 14px;
}
.video-content {
    position: relative;
    overflow: hidden;
    max-height: 160px;
}
}

@media(max-width:450px)
{
.pause-btn {
    width: 35px;
    height: 35px;
    font-size: 14px;
}
.pause-btn i.animated {
    line-height: 33px;
}
.media-btns {
    width: 30px;
    height: 30px;
}
.video-content h3 {
    font-size: 12px;
	margin-top:0;
}
.video-content {
position: relative;
    overflow: hidden;
    max-height: 196px;
}

.btn_chat 
{
font-size:20px;
}

.video-content .overlay
{
display:none;
}
}

@media(max-width:350px)
{
.media-btns {
    width: 35px;
    height: 15px;
}

.video-content {
    position: relative;
    overflow: hidden;
    max-height: 105px;
}
}

.logo1
{
margin-top:-20px;
}
@media(min-width:993px)
{
.logo1
{
margin-top:100px;
}
}


.static-img
{
background: url(../images/01.jpg) center;
    background-size: cover;
    display: none;
    padding: 0px 0 90px;
    position: relative;
}
.static-img:before
{
position:absolute;
content:'';
background:rgba(0,0,0,0.5);
left:0;
right:0;
top:0;
bottom:0;
}
@media(max-width:767px)
{
.static-img
{
display:block;
}
}
.static-img .container
{
position:relative;
}
@media(max-width:767px)
{
.static-img img
{
width:200px;
margin-top:60px;
}
}
.video_txt h1
{
color:#fff;
font-size:70px;
font-weight:800;
}
.video_txt p
{
color:#fff;
width:100%;
font-size:20px;
}

/*---------------------------------------------------YTPlayer--------------------------------------------------------------*/

.float-right
{
float:right;
}

/*-----------------------------------banner------------------------------------*/
.banner
{
    background: url(../img/banner.jpg) center;
    background-size: cover;
    padding: 260px 0 0px;
    background-position: 100%;
	position:relative;
}

.banner:before
{
background:#002121;
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
opacity:0.4;
}

.breadcrum
{
position:relative;
    border-bottom: 1px solid #ddd;
    
    background: #ed1c24;
}

.breadcrum p
{
margin:0;
color:#fff;
padding: 15px 0;
}

.breadcrum p a
{
color:#fff;
}

.breadcrum ul li
{
display:inline-block;
padding:0px 4px;
}
.breadcrum ul li a
{
color:#000;
}
.breadcrum ul li a:hover
{
color:#0153a6;
}

.breadcrum-btn
{
background: #fff;
    color: #ed1c24;
    padding: 18px 30px;
    line-height: 1;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    transform: skew(-12deg, 0deg);
    font-weight: 600;
    letter-spacing: 1px;
}

.breadcrum-btn:hover
{
background:#fff;
color:#ed1c24;
}

/*-----------------------------------banner end------------------------------------*/

.span-page
{
padding:60px 0;
}

.span-page .heading h2
{
    color: #111;
    /*padding-bottom: 15px;*/
}

.span-page p
{
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
	line-height:1.9;
}

.span-page h4
{
    color: #222;
    font-size: 20px;
}

.supplier-logo
{
display:inline-block;
margin:10px;
overflow:hidden;
}

.supplier-logo img
{
padding:30px 10px;
border:1px solid #ddd;
}

.box5_view
{
    background: #ed1c24;
    color: #fff;
	padding-top:30px;
	padding-bottom:30px;
	display:block;
	width:100%;
}
.box5_view:hover
{
    background: #d61920;
	color:#fff;
}
.box5_view h4
{
text-transform:uppercase;
font-family: 'Montserrat', sans-serif;
margin:0;
font-size:16px;
font-weight:700;
}

.span-page ul
{
list-style:none;
padding:0;
margin-bottom:12px;
overflow:hidden;
}
.span-page ul li
{
color: #333;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    padding-left: 35px;
    font-size: 16px;
}
.span-page ul li:before
{
content: '';
    background: url(../img/icon.png) center no-repeat;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ed1c24;
    position: absolute;
    left: 0;
    top: 8px;
    width: 21px;
    height: 20px;
    background-size: cover;
}


.map2 {
    position: relative;
    padding-bottom: 55%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-top: 25px;
}
.map2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-txt .con21 h4 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.input {
    margin-bottom: 25px;
}

.cont {
    color: #333;
    border-color: #f3f3f3;
    background-color: #f3f3f3;
    border-radius: 32px;
    height: 52px;
    box-shadow: none;
    border: 1px solid #eee;
    box-shadow: none;
    border-radius: 0;
}

.con1 ul li
{
padding:7px 0;
border-bottom:1px dashed #eee;
font-size:17px;
line-height:29px;
font-weight:300;
position:relative;
padding-left:25px;
}

.con1 ul li em
{
position:absolute;
left:2px;
color:#d01b2e;
top:15px;
color:#31665e;
}

.con1 ul li a
{
color:#000;
}

@media (min-width: 768px)
{
.map2 {
    padding-bottom: 47%;
}
}

.con1 ul li:before
{
display:none;
}

.span-page h3
{
    color: #ed1c24;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}

.foot-con ul li .fa-map-marker
{
    top: 20px;
}

.foot4.white_bg ul li a
{
margin-top:0;
}

.contact-page .breadcrum-btn, .contact-page .box5_view
{
display:none;
}

.table td
{
border-top:0;
}

.img-table
{
width:300px;
text-align:center;
margin-right:50px;
padding-right:50px !important;
border-right:1px solid #ddd;
}

.img-table h3
{
margin-top:10px;
}

.catelog
{
width: 80%;
    margin: 0 auto;
    padding: 30px 0 25px;

}

.catelog-list
{
border-left: 1px solid #ddd;
}

.catelog h3
{
margin-top:10px;
margin-bottom:0;
}

.catelog-outer
{

}

.catalog-row
{
margin-bottom:40px;
border-bottom:1px solid #ddd;
padding-bottom:40px;

-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-container {
    padding-top: 20px;
}

.static-img
{
display:none;
}

.static-img
{
background: url(../img/intro-carousel/img1.jpg) center;
    background-size: cover;
    display: none;
    padding: 0px 0 90px;
    position: relative;
	height:230px;
}
.static-img:before
{
position:absolute;
content:'';
background:rgba(0,0,0,0.5);
left:0;
right:0;
top:0;
bottom:0;
}


.span1 ul
{
list-style:none;
padding:0;
margin-bottom:12px;
overflow:hidden;
}
.span1 ul li
{
color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
}
.span1 ul li:before
{
content: '';
    background: url(../img/icon.png) center no-repeat;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ed1c24;
    position: absolute;
    left: 0;
    top: 7px;
    width: 21px;
    height: 20px;
    background-size: cover;
}


@media(max-width:1024px)
{


.nav-menu, .nav-menu * {
    margin-top: 0px;
}

.nav-menu > li
{
margin:0;
}

.nav-menu a {
    padding: 43px 25px 20px;
    font-size: 14px;
}
.video-content {
height: 472px !important;
    min-height: auto;
}

.video-container {
    padding-top: 41px;
}

.box2_txt {
    min-height: 254px;
}

.header-scrolled .nav-menu a {
    padding: 18px 25px 20px;
    font-size: 14px;
}
}

@media(max-width:768px)
{
#mobile-nav-toggle {
    top: 70px;
}	

.video-content {
    height: 312px !important;
    min-height: auto;
}

.video-container {
    padding-top: 0;
}

.header-scrolled #mobile-nav-toggle {
    top: 12px;
}

.span11 {
    padding-left: 10%;
    padding-right: 10%;
}

.span4_text .inner
{
padding:30px 40px;
}

.foot3
{
margin-bottom:25px;
}

.first-foot
{
margin-top:5px;
}
}

@media(max-width:767px)
{
.static-img
{
/*display:block;*/
}

.head-right {
    text-align: center;
}

.call li {
    padding: 14px 5px 0px;
}
}

@media(max-width:414px)
{
#header {
    /*height: 65px;*/
    display: block;
}

#mobile-nav-toggle {
    top: 105px;
}

.heading h2
{
font-size:30px;
}

.box2_txt
{
min-height:auto;
}

.foot3 h3 {
    margin-bottom: 10px;
}

.foot-con ul li .fa-map-marker {
    top: 12px;
}

.footer {
    padding: 70px 0 0;
}

#header #logo {
    float: none;
    text-align: left;
}

.banner {
    margin-top: 20px;
}

.breadcrum-btn
{
display:none;
}

.con1
{
margin-bottom:30px;
}

.span4_title .inner {
    padding: 45px 20px 45px;
}

.span4_title .inner h2 {
    padding-bottom: 0px;
    margin-bottom: 0;
}
}

@media(max-width:400px)
{
.videoWrap {
    margin-top: 35px;
}
}



.home-banner
{
position:relative;
}

.home-banner .video-slide
{
    width: 100%;
    height: 450px;
}

.home-banner .slide .video-slide {
  background-color: #000; }

.home-banner.loading .video-background {
  opacity: 1; }

.video-background {
    position: absolute;
    top: 50%;
    left: 0;
    padding-top: 33.25%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 2s opacity ease;
    transition: 2s opacity ease;
    opacity: 1; }

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.header-scrolled .submenu
{
margin-top:0;
}

.submenu
{
    border: 1px solid #ddd;
}

.services-carousel .owl-dots
{
display:none;
}

.last-btn
{
    background: #ed1c24 !important;
    color: #fff !important;
    border-radius: 5px !important;
}

.nav-menu li:last-child a
{
margin-left:10px;
}


.pulse-button {
position: relative;
    top: 0;
    left: 50%;
    margin-left: -50px;
    margin-top: -80px;
    display: block;
    width: 50px;
    z-index: 99;
    height: 50px;
    font-size: 1.3em;
    font-weight: light;
    text-transform: uppercase;
    text-align: center;
    line-height: 55px;
    letter-spacing: 0px;
    color: white;
    border: none;
    border-radius: 50%;
    background: #ed1c24;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(#5a99d4, .5);
    -webkit-animation: pulse 1.5s infinite;
}

.pulse-button:hover {
  -webkit-animation: none;
  color:#fff
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

#callus
{
cursor:pointer;
}

[data-title] {
  outline: red dotted 1px; /*optional styling*/
  font-size: 30px; /*optional styling*/
  
  position: relative;
  cursor: help;
}

[data-title]:hover::before {
content: attr(data-title);
    position: absolute;
    bottom: -35px;
    left: 5px;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 2px;
    background: #ed1c24;
    border-radius: 7px;
    color: #fff;
    font-size: 15px;
    font-family: sans-serif;
    white-space: nowrap;
    z-index: 99;
}

[data-title]:hover::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 8px;
  display: inline-block;
  color: #fff;
  border: 8px solid transparent;	
  border-bottom: 8px solid #ed1c24;
  width:100%;
}

@media(min-width:1700px)
{
.pulse-button {

    margin-top: -80px;
}
.video-content {
    max-height: 705px;
}
}

@media(min-width:1900px)
{
.pulse-button {
    margin-top: -92px;
}
.video-content {
    max-height: 750px;
}
.video-container {
    padding-top: 0px;
}
.video-container iframe {
    top: -28.5%;
}
}

@media(max-width:1600px)
{
.video-content {
    max-height: 628px;
}
.pulse-button {
    margin-top: -100px;
}    
}

@media(max-width:1400px)
{
.video-content {
    max-height: 567px;
}
.pulse-button {
    margin-top: -84px;
}    
}

@media(max-width:1024px)
{
.nav-menu, .nav-menu * {
    margin-top: 11px;
}

.nav-menu a {
    padding: 16px 13px 20px;
}
}