body {
  color: #58595b;
  font-family: 'Abel', sans-serif;
  font-size:14px;
  font-weight:400;
}
*
{
transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
}

a {
  color: #294481;
  transition: 0.5s;
}

img
{
max-width:100%;
}

a:hover,
a:active,
a:focus {
  color: #294481;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Roboto Slab', serif;*/
      font-family: 'Teko', sans-serif;
  font-weight: 400;
  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: #1fc5de;

  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;

  color: #fff;

}



/* 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 #294481;

  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);

  }

}



/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/

.wrapper
{
z-index:5;
}

#header {
  padding: 0px 0;
  height: 70px;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  position:relative;
background: #000 url(../img/bg.jpg) repeat-x;
}



#header.header-scrolled {

     

    padding: 0px 0;

    height: 70px;

    transition: all 0.5s;

    position: fixed;

	box-shadow: 1px 1px 26px #888;

    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.46);

}





header #logo a{

    display: block;

    text-align: center;

    padding: 8px 0;
	    margin: 0 0 0 100px;

}



.header-scrolled #logo a {

    padding: 9px 0;

}



#header #logo img {

  padding: 0;

  margin: 0;

}

@media(max-width:992px)

{

#header #logo a{

padding:0;

}

 #header #logo img {

  

  }

}



#header #logo h1 {

  font-size: 34px;

  margin: 0;

  padding: 0;

  line-height: 1;

  font-family: 'Roboto Slab', 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 #294481;

}





#header.header-scrolled #logo img
{

}

.cy_logo_box {
position: absolute;
   
    text-align: right;
    top: 0px;
    z-index: 1;
    
    float: left;
	    height: 70px;
    background:url(../img/header-strips.png) no-repeat 0 0;
	background-size: auto 100%;
	margin-left:-15px;
}

@media (max-width: 1600px)

{

.cy_logo_box {


}

}

@media (max-width: 1200px)

{

.cy_logo_box {

    width: 325px;

}

}

@media (max-width: 1024px)

{

.cy_logo_box {
    padding: 0px 20px;
}

}

@media (max-width: 991px)

{

.cy_logo_box {

    width: 400px;

    

    text-align: center !important;

    top: 0;

    height: 70px;

    line-height: 75px;

}

}

@media (max-width: 767px)

{

.cy_logo_box {

    width: 300px;

    padding: 0px 40px;

}

}

/*--------------------------------------------------------------

# Intro Section

--------------------------------------------------------------*/



#intro {

  display: table;

  width: 100%;

  /*height: 100vh;*/

  background: #000;
    position: relative;
}



#intro .carousel-item {

  width: 100%;

  height: 610px;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

}
#intro .carousel-item.image2
{
background-position:bottom;
}

@media(min-width:648px)

{

#intro .carousel-item {

height:560px;

}

}

@media(min-width:768px)

{

#intro .carousel-item {

height:560px;

}

}

@media(min-width:992px)

{

#intro .carousel-item {

height:560px;

}

}

@media(min-width:1200px)
{
#intro .carousel-item {
height:540px;
}
}


@media(min-width:1600px)
{
#intro .carousel-item {
height:550px;
}
}
@media(min-width:1920px)
{
#intro .carousel-item {
height:564px;
}
}





#intro .carousel-item:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}



#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: 18% 0;
}
@media(min-width:1600px)
{
#intro .carousel-content {
    padding: 12% 0;
}
}


.line

{

    background: #294481;

	width:100px;

	height:4px;

	margin:20px 0;

}

.text-center .line, #intro .line

{

margin:15px 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;
  color:#fff;
}



#intro .carousel-indicators li {

  cursor: pointer;

}



#intro .btn-get-started {

  font-family: 'Roboto Slab', 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: #294481;

}



#intro .btn-get-started:hover {

  background: #fff;

  color: #294481;

}

.carousel-control-next, .carousel-control-prev

{

top:15%;

}

.s_lines div

{

position:absolute;

top:329px;

}

@media(max-width:1200px)

{

.s_lines

{

display:none;

}

}



.s_line_left

{

left:-270px;

}

.s_line_right

{

right:-270px;

}

@media(min-width:1600px)

{

.s_line_left

{

left:-200px;

}

.s_line_right

{

right:-200px;

}

}
.s_icons img
{
width:80px;
margin:5px;
}

@media(max-width:767px)
{
.s_icons img
{
width:50px;
}
}


/*--------------------------------------------------------------

# 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 {

  float: left;

}



.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: 280px;

}



/* Nav Menu Arrows */



.sf-arrows .sf-with-ul {

  padding-right: 13px;

}
/*.sf-arrows .sf-with-ul:after {

  content: "\f107";
    position: absolute;
    right: -4px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    top: 39px;
    color: #999;

}*/
.header-scrolled .sf-arrows .sf-with-ul:after {
top:29px;
}



.sf-arrows ul .sf-with-ul:after {

  content: "\f105";

}



/* Nav Meu Container */



#nav-menu-container {

  float: right;

  margin: 0;

}



/* Nav Meu Styling */



.nav-menu a {
   padding: 20px 21px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
     font-weight: 500; 
    font-size: 20px;
    border-right: 1px solid rgba(238, 238, 238, 0.15);
    outline: none;
    text-transform: uppercase;
	font-family: 'Teko', sans-serif;
	letter-spacing:1px;
}
.nav-menu li:last-child a
{
border-right:none;
}

@media(max-width:1200px)

{
.nav-menu a 
{
    padding: 23px 15px;
    font-size: 16px;
}
}

.nav-menu .last-nav
{

    color: #fff !important;
    /* padding: 10px 20px !important; */
    margin-top: 0;
    border-radius: 0px;
    position: relative;
    padding: 23px 12px;
    padding-left: 45px;
    line-height: 1.2;
	background:#1fc5de;
}
.nav-menu .last-nav:before
{
    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;
    content: "\f073";
    position: absolute;
    left: 15px;
    top: 34px;
}
.nav-menu .last-nav:hover
{
background: #009add;
}

.header-scrolled .nav-menu a
{
    
}
.header-scrolled .nav-menu a.last-nav
{
     color:#333;
    padding: 16px 12px 17px;
	padding-left:47px;
}
.nav-menu li.last a
{
    background: #294481;
    color: #fff;
    border-radius: 3px;
    padding: 10px 13px;
	margin:20px 0;

}

.nz_logo

{

    padding-top: 10px;

}

.nav-menu li:hover > a,

.nav-menu > .menu-active > a {

  color: #1fc5de;

}

.nav-menu li.last a:hover, .nav-menu li.last a:focus

{

background:#121212;

color:#fff;

}



.nav-menu > li {

  margin-left: 5px;

}



.nav-menu ul {

  margin: 0px 0 0 0;

  padding: 0px;

  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

  background: #fff;

}



.nav-menu ul li {

  transition: 0.3s;
      border-bottom: 1px dashed #eee;

}
.nav-menu ul li:last-child
{
border-bottom:none;
}



#header .nav-menu ul li a {

  padding: 10px;

  color: #333;

  transition: 0.3s;

  display: block;

  font-size: 14px;

  text-transform: none;

  font-family: 'Abel', sans-serif;

  font-weight:500;

}



#header .nav-menu ul li:hover > a 

{

      color: #fff;

   background: #294481;

}



.nav-menu ul ul {

  margin: 0;

}



/* Mobile Nav Toggle */



#mobile-nav-toggle {

  position:absolute;

  right: 0;

  top: 0;

  z-index: 999;

  margin: 20px 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: #1fc5de;

}



/* 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 Slab', serif;

}



#mobile-nav ul li a:hover {

  color: #294481;

}



#mobile-nav ul li li {

  padding-left: 30px;

}



#mobile-nav ul li.menu-active a {

  color: #294481;

}



#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: #294481;

}



#mobile-nav ul .menu-has-children li a {

  text-transform: none;

}



#mobile-nav ul .menu-item-active {

  color: #294481;

}



#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 */



body.mobile-nav-active {

  overflow: hidden;

}



body.mobile-nav-active #mobile-nav {

  left: 0;

}



body.mobile-nav-active #mobile-nav-toggle {

  color: #fff;

}



.wave

{

       height: 100px;

    position: relative;

    margin-top: 0px;

}

#canvas {

    position: absolute;

    top: 0;

    left: 0;

    margin-top: -120px;

}



/*--------------------------------------------------------------

# 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: #294481;

  bottom: 0;

  left: calc(50% - 20px);

}



.section-header p {

  text-align: center;

  padding-bottom: 30px;

  color: #333;

}



/* Section with background

--------------------------------*/



.section-bg {

  background: #f7f7f7;

}

/* heading

--------------------------------*/

.heading

{

margin-bottom: 25px;

}

.heading h4
{
color: #1fc5de;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 0;
    line-height: 1.3;
}

.heading h2
{
   font-weight: 700;
    margin: 0;
    font-size: 45px;
    text-transform: capitalize;
    line-height: 1.3;
    text-transform: uppercase;
	    margin-bottom: 11px;
}

.heading p
{
    font-size: 20px;
    margin-top: 24px;
    line-height: 1.9;
}
.heading p 
{
	margin:0;
}

.heading h2 span
{
 font-weight: 300;
}

.ztl-divider {
    float: left;
    width: 100%;
}
.ztl-divider > span {
    display: block;
    margin: auto;
}
.ztl-divider.center > span.circle {
    margin: auto !important;
}
.ztl-divider.primary > span.circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 32px;
}
.ztl-divider.primary > span.circle {
    border: 2px solid #ff4e31;
}
.ztl-divider.primary > span > span:first-child {
    display: block;
    width: 32px;
    height: 2px;
    margin-top: 5px;
    margin-left: -32px;
}
.ztl-divider.primary > span > span:first-child {
    background-color: #ff4e31;
}
.ztl-divider.primary > span > span:last-child {
    display: block;
    width: 32px;
    height: 2px;
    margin-top: -2px;
    margin-left: 14px;
}
.ztl-divider.primary > span > span:last-child {
    background-color: #ff4e31;
}

.btn3
{
display:inline-block;
background:#023669;
padding:10px 25px;
color:#fff;
font-weight:600;
border:2px solid #023669;
border-radius:3px;

}
.btn3:hover
{
background:transparent;
color:#fff;
}
.btn2
{
    display: inline-block;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 0px;
    font-size: 19px;
    color: #1fc5de;
    padding: 11px 17px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    outline: none;
    transition: all 300ms linear 0s;
    border: none;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    text-align: center;
    border-radius: 0;
    font-family: 'Teko', sans-serif;
}
.red_btn
{
background:#1fc5de;
color:#fff;
}
.btn2:before
{
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #2faec1;
transform-origin: right center;
transform: scale(0, 1);
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
z-index: -1;
}

.btn2:hover:before
{
transform-origin: left center;
transform: scale(1, 1);
}

.btn2:hover
{
color:#fff !Important;
}

/* span0
------------------------------------ */
.span0
{
background-color: #f0efef;
padding:70px 0 0;
position:relative;
overflow:hidden;
}
@media(min-width:992px)
{
.span0:after
{
content:'';
background: #151a25;
position:absolute;
right:-33%;
left:45%;
top:0;
bottom:0;
transform: rotate(-180deg) skewX(-17deg);
}

}
.span0 .container
{
position:relative;
z-index:1;
}
.box0
{
color:#fff;
padding:8% 0% 5% 10%;
}
@media(max-width:992px)
{
.span0 .container
{
max-width:100%;
}
.span01
{
background: #151a25;
}
.box0
{
background: #151a25;
padding:8% 8% 5%;
}
}

/* span1

--------------------------------*/

.span1
{
background:url(../img/span1.jpg) center;
background-size:cover;
padding:80px 0;
color:#000;
position:relative;
overflow:hidden;
}
.span1:before
{
content:'';
background: rgba(255, 255, 255, 0.9);
position:absolute;
right:-33%;
left:40%;
top:0;
bottom:0;
transform: rotate(-180deg) skewX(-17deg);
}

.span1 .heading h2 {
    font-size: 35px;
}

@media(max-width:767px)
{
.span1:before
{
right:0;
left:0;
transform: rotate(0deg) skewX(0deg);
}
}
.span1 .container
{
position:relative;
z-index:1;
}
.big_txt p
{
font-size: 20px;
line-height: 1.8;
margin-bottom: 15px;
}


/* span2 Section

--------------------------------*/
.span2
{
background:url(../img/bf-services.jpg) center;
background-size:cover;
padding:80px 0;
color:#fff;
position:relative;
overflow:hidden;
}
.span2:before
{
content:'';
background: rgba(0, 0, 0, 0.8);
position:absolute;
right:-33%;
left:43%;
top:0;
bottom:0;
transform: rotate(-180deg) skewX(-17deg);
}
@media(max-width:767px)
{
.span2:before
{
right:0;
left:0;
transform: rotate(0deg) skewX(0deg);
}
}
.box2
{
padding:5% 10%;
}


/*parallexSection

--------------------------------*/



/* span3 Section

--------------------------------*/

.span3

{

padding:70px 0;
background:#f0efef;
color:#000;
overflow:hidden;
}

.span3 .heading h2
{
    border-bottom: 1px solid rgba(68, 68, 68, 0.23);

}
.mrg40
{
margin-top:80px;
}
.box3
{
background:#fff;
padding:20px 20px 20px 30%;
position:relative;
margin:15px 0;
}
.box3 .box3_img
{
margin-bottom:20px;
}
@media(min-width:992px)
{
.box3 .box3_img
{
position:absolute;
left:-50px;
top:-30px;
}
}
@media(max-width:992px)
{
.box3
{
padding-left:20px;
}
}
.box3_img img
{
width:190px;
}
.box3_txt h4

{
font-weight: 700;
    font-size: 26px;
    color: #1fc5de;
    margin-bottom: 10px;
}
.box3_txt p
{
font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* span4 Section

--------------------------------*/





/* span5 Section

--------------------------------*/

.span5

{

/* background:url(../img/bg3.jpg) center; */

background-size:cover;

}

@media(min-width:1024px)

{

.span5

{

background-attachment:fixed;

}

}

.bg-black

{

    background: rgba(160, 31, 131, 0.96);

color:#fff;

}

.bg-black .heading h2

{

color:#fff;

}

.bg-light2

{

background: rgba(236, 236, 236, 0.89);

padding:40px;

}

.testi
{
    background: #f3f5f9;
    padding: 25px;
    position: relative;
    margin-left: 85px;
}

.testi:before
{
position: absolute;
content: '';
background: #f3f5f9;
top: 0;
left: -50px;
width: 85px;
height: 100%;
transform: rotate(-180deg) skewX(-17deg);
z-index: -1;
}


.testi p
{
font-size:20px;
line-height:1.6;
margin-bottom:15px;
}

.testi h4
{
font-size:18px;
font-weight:900;
margin-bottom:0;
color: #1fc5de;
}

.testi img
{
width: auto !important;
position: absolute;
top: 20%;
border-radius: 50%;
left: -85px;
border: 3px solid #f3f5f9;
}

.span5 .owl-dots

{

margin-top:0px;

}

.span5 .owl-dots .owl-dot

{

width:10px;

height:10px;

border:1px solid #294481;

border-radius:100%;

display:inline-block;

margin:3px;

}

.span5 .owl-dots .owl-dot.active

{

background:#294481;

}



/* span6 Section

--------------------------------*/

.span6
{
color:#000;
}
.pd0
{
padding:0;
}


/*sapn7*/
/* 
------------------------------- */
.span7
{
/* background:url(../img/bg_green.jpg) top; */
padding:130px 0 70px;
position:relative;
color:#fff;
background-size:cover;
}
.span7 .heading h2
{
font-size:30px;
text-transform:none;
}
.span7 .heading h5
{
color: #ffda48;
font-size: 1.389em;
    font-weight: 600;
    font-style: normal;
}
.span7 .heading {
    margin-bottom: 30px;
}
.call
{
color: #ffda48;
    font-size: 17px;
    text-align: center;
    display: table;
    width: 100%;
}
.call span
{
padding-right:10px;
}
.call a
{
color:#fff;
font-weight:500;
}
.call .btn2
{
margin-left:15px;
vertical-align:middle;
}
/* contact Section

--------------------------------*/



.map {
    position: relative;
    padding-bottom: 30.25%;
    padding-top: 0px;
    height: 0;
    margin-top: 20px;
}

@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:20px;

}

}

.videoWrap iframe {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/



#footer {   
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  background-color: #000;
  background-size:cover;
  position:relative;
  background:url(../img/footer.jpg) center no-repeat;
  background-size:cover;
}

#footer:before
{
background:#000;
position:absolute;
content:'';
top:0;
left:0;
width:100%;
height:100%;
    opacity: 0.9;
}

#footer .container

{

position:relative;

}



#footer .footer-top {

  

             padding: 70px 0 0;

    border-bottom: 1px solid rgba(255, 255, 255, 0.11);

    position: relative;

}



#footer .footer-top .footer-info {

  margin-bottom: 10px;

}



#footer .footer-top .footer-info h3 {

      font-size: 25px;

    margin: 0 0 20px 0;

    padding: 2px 0 2px 0px;

    line-height: 1;

    font-weight: 700;

    text-transform: uppercase;

}



#footer .footer-top .footer-info p {
font-size: 20px;
    margin-bottom: 0;
    color: #eee;
    line-height: 1.5;
}



#footer .footer-top .social-links a {

  font-size: 18px;

  display: inline-block;

  background: #333;

  color: #eee;

  line-height: 1;

  padding: 10px 0;

  margin-right: 4px;

  border-radius: 50%;

  text-align: center;

  width: 36px;

  height: 36px;

  transition: 0.3s;

}



#footer .footer-top .social-links a:hover {

  background: #294481;

  color: #fff;

}



#footer .footer-top h4 {

  font-size: 14px;

  font-weight: bold;

  color: #fff;

  text-transform: uppercase;

  position: relative;

  padding-bottom: 12px;

}



#footer .footer-top h4::before,

#footer .footer-top h4::after {

  content: '';

  position: absolute;

  left: 0;

  bottom: 0;

  height: 2px;

}



#footer .footer-top h4::before {

  right: 0;

  background: #555;

}



#footer .footer-top h4::after {

  background: #294481;

  width: 60px;

}



#footer .footer-top .footer-links {

  margin-bottom: 30px;

}



#footer .footer-top .footer-links ul {

  list-style: none;

  padding: 0;

  margin: 0;

}



#footer .footer-top .footer-links ul i {

  padding-right: 8px;

  color: #ddd;

}



#footer .footer-top .footer-links ul li {

  /*border-bottom: 1px solid #333;*/

padding: 10px 0;
    font-size: 17px;

}

#footer .footer-top .footer-links ul li:last-child

{

border-bottom:none;

}



#footer .footer-top .footer-links ul li:first-child {

  padding-top: 0;

}



#footer .footer-top .footer-links ul a {

  color: #fff;

}



#footer .footer-top .footer-links ul a:hover {

  color:#1fc5de;

}



#footer .footer-top .footer-contact {

  margin-bottom: 30px;

}



#footer .footer-top .footer-contact p {

    line-height: 2;

    margin-bottom: 20px;

}



#footer .contact-details

{

line-height:40px !important;

}



#footer .contact-details .fa

{

position:relative;

left:0;

}



#footer .footer-top .footer-newsletter {

  margin-bottom: 30px;

}



#footer .footer-top .footer-newsletter input[type="email"] {

  border: 0;

  padding: 6px 8px;

  width: 65%;

}



#footer .footer-top .footer-newsletter input[type="submit"] {

  background: #294481;

  border: 0;

  width: 35%;

  padding: 6px 0;

  text-align: center;

  color: #fff;

  transition: 0.3s;

  cursor: pointer;

}



#footer .footer-top .footer-newsletter input[type="submit"]:hover {

  background: #13a456;

}



#footer .copyright {

 

  padding-top: 30px;

}



#footer .credits {

  text-align: center;

  font-size: 13px;

  color: #ddd;

}



.foot_con

{

    padding-top: 18%;

    font-size: 17px;

}



.copyright a, .copyright a:hover

{

color:#1fc5de;
}



@media(max-width:992px)
{
.foot_con
{
    padding-top: 0%;
}
}

.footer-info p
{
color:#fff;
margin:20px 0;
line-height:1.9;
}

.foo-socials {
  display: inline-block; 
  padding-left: 0;
  margin: 20px auto 0;
}

.foo-socials li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 0 8px 0;
  padding: 0;
}

.foo-socials a {
  display: block;
    background-color: #1fc5de;
    border: 2px solid #666;
    width: 36px;
    height: 36px;
    border: 2px solid #1fc5de;
    color: #fff;
    font-size: 16px;
    line-height: 34px!important;
    margin-right: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.footer.bg-image .foo-socials a {
  border: 2px solid #c5d1dc;
  color: #c5d1dc;
}

.foo-socials a.ico-facebook:hover { background-color: #3b5998; border-color: #3b5998; color: #fff; }
.foo-socials a.ico-twitter:hover { background-color: #00a9ed; border-color: #00a9ed; color: #fff; }
.foo-socials a.ico-instagram:hover { background-color: #dc3c59; border-color: #dc3c59; color: #fff; }
.foo-socials a.ico-dribbble:hover { background-color: #d92d84; border-color: #d92d84; color: #fff; }
.foo-socials a.ico-behance:hover { background-color: #2473f6; border-color: #2473f6; color: #fff; } 
.foo-socials a.ico-pinterest:hover { background-color: #ac281a; border-color: #ac281a; color: #fff; }
.foo-socials a.ico-linkedin:hover { background-color: #015886; border-color: #015886; color: #fff; }
.foo-socials a.ico-google-plus:hover { background-color: #cd1111; border-color: #cd1111; color: #fff; } 
.foo-socials a.ico-youtube:hover { background-color: #cd1b20; border-color: #cd1b20; color: #fff; } 
.foo-socials a.ico-tumblr:hover { background-color: #3a5976; border-color: #3a5976; color: #fff; }
.foo-socials a.ico-vk:hover { background-color: #3b5998; border-color: #3b5998; color: #fff; }
.foo-socials a.ico-yahoo:hover { background-color: #7b0099; border-color: #7b0099; color: #fff; }
.foo-socials a.ico-yelp:hover { background-color: #d32323; border-color: #d32323; color: #fff; }

.mb-40 {
    margin-bottom: 40px;
}

.footer-box p {
    font-size: 0.975rem;
    margin-bottom: 5px;
    color: #fff;
}

.footer-box p a{
    color: #c5d1dc;
}

.footer-box {
    padding-left: 10%;
}
.footer h5.h5-xs {
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 25px;
}

.foot1 ul li
{
padding:7px 0;
position:relative;
padding-left:20px;
font-size:17px;
}
.foot1 ul li i
{
position: absolute;
    left: 0;
    top: 11px;
    color: #1fc5de;
}
.foot1 ul li a
{
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) {
  #header #logo {

  }
#header.header-scrolled #logo
{
margin-top:0;
}
  #intro p {
      width: 100%;
    font-size: 18px;
    line-height: 1.7;
    /* color: #333; */
    font-weight: 300;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
}

#nav-menu-container {
    padding-right: 0px;
  }
}

#intro p {
      width: 100%;
    font-size: 18px;
    line-height: 1.7;
    /* color: #333; */
    font-weight: 300;
  }

@media (max-width: 768px) {

  .back-to-top {

    bottom: 15px;

  }



  #header #logo h1 {

    font-size: 28px;

  }



  #header #logo img {

height: auto;

  }



  #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;

}

.abt p

{

font-size: 16px;

    font-weight: 400;

    line-height: 2;

	margin-bottom:20px;

}


.con1 ul

{

list-style: none;
    padding-left: 0;
}

.con1 ul li

{

	padding: 7px 0;
    position: relative;
    padding-left: 27px !important;
   
}
.con1 ul li em 
{
    position: absolute;
    left: 0;
    top: 11px;
}

.con1 ul li p a
{
	color:#58595b;
}
.con1 ul li i

{

position:absolute;

left:0;

top:13px;

}


.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 rgba(255, 255, 255, 0.2);

    border-radius: 0;

    height: 50px;

    background: transparent;

}

.con2 .form-control:focus

{

   .con2 .form-control:focus 
    border-color: #1fc5de;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(31, 197, 222);
	

}



/*------------------------ top haeder---------------------------------------*/

.top-header

{
    background: #000;
    color: #fff;
	padding:0px 0;
    background: #000;
}

@media(max-width:767px)
{
.top-header
{
}
}

.head-right ul

{

display:inline-block;

}

.call ul li
{
    display: inline-block;
    padding: 12px 11px;
    font-size: 15px;
    
}
.call ul li {
    color:#fff;
}
.call ul li:first-child
{
border-left:none;
}

.call ul li i
{
color:#1fc5de;
}

.call ul li a
{
color:#fff;
}
.call ul li a:hover
{
color: #eee;
}

.social ul
{
list-style:none;
margin:0;
padding:0;
}

.social ul li
{
    display: inline-block;
    padding: 10px 2px;
    text-align: center;
    /* border-right: 1px solid rgba(255, 255, 255, 0.26); */
    font-size: 13px;
    font-weight: 500;
}

.social ul li i
{
    
}

.social ul li a
{
    color: #753475;
    display: block;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 100%;
    font-size: 12px;
    line-height: 25px;
}

.left2
{
text-align:left;
}

.pipe
{
    padding: 0 10px;
    font-size: 18px;
    line-height: 1;
}

.right2
{
text-align:right;
}

@media(max-width:767px)

{

.left2, .right2

{

text-align:center;

}

}

/*------------------------ top haeder end---------------------------------------*/

.span1_img2

{

position:relative;

/*margin-top:50px;*/

}

.span1_img2 img

{

position: relative;

    z-index: 2;

    width: 100%;

}

.bg

{

position: absolute;

    z-index: 1;

    right: 0;

    top: 0;

    height: 100%;

    width: 100%;

    -webkit-transition: all .3s ease .3s;

    -moz-transition: all .3s ease .3s;

    transition: all .3s ease .3s;

top: 15px;

    right: -15px;

    background: #294481;

    -webkit-box-shadow: 0 37px 87px 0 rgba(0, 0, 0, .25);

    -moz-box-shadow: 0 37px 87px 0 rgba(0, 0, 0, .25);

    box-shadow: 0 37px 87px 0 rgba(0, 0, 0, .25);

    -webkit-transition: all .3s ease .5s;

    -moz-transition: all .3s ease .5s;

    transition: all .3s ease .5s;

}

.prod_img

{

background:#fff;

padding:30px;

border:1px solid #eee;

}

.price

{

color:#294481;

font-weight:700;

font-size:23px;

}

.desc

{

margin-top:20px;

}

.desc h5

{

font-weight:500;

color:#da251d;

border-bottom:1px solid #eee;

padding-bottom:5px;

margin-bottom:10px;

}



.page-txt

{

padding:70px 0;

background:#fff;

}



/*-----------------------------------banner------------------------------------*/

.banner

{

    background: url(../img/banner.jpg) center no-repeat;

    background-size: cover;

    padding: 100px 0 130px;

}

/*-----------------------------------banner end------------------------------------*/



/*----------------------------------breadcrum-------------------------------------------*/

.breadcrum

{

    border-bottom: 1px solid #ddd;

    padding: 15px 0;

    background: #294481;

}



.breadcrum p

{

margin:0;

color:#694806;

font-weight:600;

}



.breadcrum p a

{

color:#694806;

}



.breadcrum ul li

{

display:inline-block;

padding:0px 4px;

}

.breadcrum ul li a

{

color:#000;

}

.breadcrum ul li a:hover

{

color:#0153a6;

}

/*-----------------------------------breadcrum end-----------------------------------------*/

.page-txt .heading h2
{
color:#111;
}

.gc-thumbs-area

{

display:none !important;

}



.page-txt h4

{

    color: #1fc5de;

    font-weight: 500;

    font-size: 34px;

    margin-bottom: 5px;

    margin-top: 34px;

}
.page-txt p 
{
	    font-size: 20px;
		line-height: 1.6;
		margin-bottom: 15px;
}
.page-txt ul
{
	list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom:12px;
}
.page-txt ul li
{
font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    padding-left: 17px;
    color: #333;
}
.page-txt ul li: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;
    color: #1fc5de;
    position: absolute;
    left: 0;
    top: 10px;
}
.page-txt ul li i
{
	padding-right: 2px;
	color:#1fc5de;
}
.page-txt ul li em
{
	padding-right: 1px;
	color:#1fc5de;
}


.box {

    background: #fff;

    border: 1px solid #eee;

    /*margin: 15px 0;*/

	margin-bottom:40px;

    z-index: 4;

    position: relative;

    -webkit-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;

}



@media(min-width:992px)

{

.box:hover

{

    border-color: transparent;

	-webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);

    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);

    background-color: #FFF;

}

.box:after

{

border-color: transparent;

    border-width: 4px;

    border-style: solid;

    border-image: none;

    content: "";

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    position: absolute;

}

.box:hover:after

{

/* border-image: url(../img/border_special.png) 4 4 4 4 round round; */

    z-index: 2;

}

}

.box11

{

position:relative;

}



.box .box-img

{

    position: relative;

    border: none;

}



.box .box-img a

{

    display: block;

    position: relative;

    z-index: 9;

}



.box:hover .box-img:before

{

border-radius: 0;

    transform: scale(1);

    -ms-transform: scale(1);

    -webkit-transform: scale(1);

    z-index: 99;

}



.box .box-img img

{

    padding:35px;

}

.box-txt

{

padding: 0px 0px 15px;

overflow:hidden;

text-align:center;



}

.box-txt h4

{

    font-size: 19px;

    font-weight: 600;

    border-top: 1px solid #E6E6E6;

    padding: 18px 0;

    color: #eb5310;

    margin: 0;

    line-height: 24px;

    /* text-align: left; */

    text-transform: uppercase;

}

.box-txt h4 a

{

    color: #eb5310;

    position: relative;

    z-index: 9;

}

.star

{

        color: #FFCF3D;

    margin-bottom: 10px;

    float: left;

}

.box-txt h4 a:hover

{

    color: #eb5310;

}

.box .box-txt .box-price

{

    font-size: 15px;

    font-weight: 400;

    color: #eb5310;

    margin: 15px 0;

}

.box .box-txt .box-price1, .box .box-txt .star1

{

float:none;

}

.box .box-txt .box-price .old_price

{

color:#777;

text-decoration:line-through;

padding-right:20px;

}

.box-btn

{

margin: 15px 0;

clear:both;



}

.box-btn a

{

     display: inline-block;

    padding: 6px 18px;

  color: #eb5310;

    text-transform: uppercase;

    /* border: 1px solid #ddd; */

    /* border-radius: 3px; */

    font-size: 12px;

    font-family: Montserrat;

    background: transparent;

    /* border-bottom: 4px solid #219695; */

    margin-top: 9px;

    border-radius: 20px;

	border:2px solid #eb5310;



}

.box-btn a:hover

{

background: #eb5310;

    color: #fff;

    border-color: #eb5310;

}

.box-btn a:after

{

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;

    content: "\f101";

	padding-left:10px;

	font-size:15px;

}



.product-info.box-txt

{

	padding-bottom: 0px;

    min-height: 100%;

    position: relative;

    z-index: 9;

}



.product-info.box-txt p

{

margin-bottom:15px;

 font-size: 14px;

    font-weight: 500;

}



.product-info.box-txt p a

{

color: #111;  

}



.intro-section
{
     background-size: contain; 
    background-position: right;
    position: relative;
    /* background-size: cover; */
    overflow: hidden;
}

.intro-right-img
{
  /*  background: url(../img/Stealth-Seat-Covers-Custom-Waterproof-4x4-Seat-Covers-New-Zealand-9.jpg) no-repeat; */
    background-size: cover;
}


/*.intro-section2

{

background: url(../img/contact-banner.jpeg) no-repeat;

background-size:cover;

height:auto;

position:relative;

z-index:1;

overflow:hidden;

}

*/

.intro-section2 .container

{

position:relative;

z-index:11;

}



.b-about__decor

{

    position: absolute;

    left: 0;

    top: 0;

    width: 50%;

    background: #005395;

    height: 100%;	

}



.b-about__item
{
    color: #fff;
    padding-right: 90px;
    padding-left: 70px;
	padding-top:70px;
	padding-bottom:70px;
}



.b-about__item h3

{

color: #ffffff;

    font-size: 30px;

    margin: 0 0 15px;

    letter-spacing: 0.1px;

    text-transform: uppercase;	

}



.b-about__item p

{

    font-size: 14px;

    line-height: 1.9;

    margin-bottom: 10px;

}



.b-about__item a

{

    color: #fff;

    /* border: 1px solid #fff; */

    padding: 10px 20px;

    background: #111;

}





.b-about__item a:hover

{

background:#fff;

color:#111;

}



.b-about__item .heading h2, .b-about__item .heading h4

{

color:#fff;

}

.intro-section2
{
    position: relative;
    /* background-size: cover; */
    overflow: hidden;
}

.intro-left-img
{
  /*  background: url(../img/Stealth-Seat-Covers-Custom-Waterproof-4x4-Seat-Covers-New-Zealand-18.jpg) no-repeat; */
    background-size: cover;
}

.intro-section2 .b-about__decor

{

    right: 0;

    left: auto;

}



.box-modern

{

    margin: 20px 0 70px;

}



.box-modern-header {

    position: relative;

    width: 130px;

    min-width: 130px;

    height: 150px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.box-modern-body h4

{

    text-transform: uppercase;

    font-weight: 600;

    font-size: 28px;

    margin-bottom: 10px;

}



.box-modern-body a

{

    color: #294481;

}



.box-modern-body p

{

    font-size: 15px;

    line-height: 1.9;

    font-weight: 500;

}



.box-modern.left .box-modern-header

{

	margin-left: 30px;

    float: right;

    margin-top: 23px;

}



.box-modern.left .box-modern-body

{

    text-align: right;

    align-items: center;

    justify-content: center;

    top: 10px;

    position: relative;

}





.box-modern.right .box-modern-header

{

margin-right: 30px;

    float: left;

	margin-top: 23px;

}



.box-modern.right .box-modern-body

{

    text-align: left;

    align-items: center;

    justify-content: center;

    top: 10px;

    position: relative;

}





.testimonials-section

{

padding:60px 0;

background:#f7f7f7;

}



.testi

{

margin-top:40px;

}

.testi_txt

{

position: relative;

    background: #294481;

    padding: 40px 50px;

    color: #fff;

    font-size: 20px;

    line-height: 1.5em;

    border-radius: 16px;

    font-family: Georgia, Times, 'Times New Roman', serif;

    font-style: italic;

}

.testi_txt p

{

margin-bottom:0;

}

.testi_txt:before {

    content: " ";

    position: absolute;

    left: 22px;

    top: -25px;

    font-size: 60px;

    color: #11c7e4;

    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: #f0f6f9;

    border-width: 15px;

    margin-left: -15px;

}

.testi h6

{

font-size: 18px;

    font-weight: bold;

    margin: 40px 0 10px;

    color: #4c4c4c;

}



.footer-contact .cont

{

border:none;

}







.span11 ul

{

list-style:none;

padding:0;

margin-bottom:12px;

overflow:hidden;

}

.span11 ul li

{

color: #333;

    padding-top: 8px;

    font-size: 16px;

    padding-bottom: 8px;

    position: relative;

    padding-left: 17px;

    line-height: 1.7;

}

.span11 ul li: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;

	    color: #294481;

    position: absolute;

    left: 0;

    top: 12px;

}

.span11 ul li> ul 

{

	margin-bottom:0px;

}

.span11 ul li> ul li

{

	padding-bottom:0px;

}

.span11 ul li> ul li:before

{

	display:none;

}



.form-chk

{

display: inline-block;

    width: 32%;

    margin-bottom: 10px;

}

.mob-show
{
display:none;
}

.slider-intro-section
{
    position: absolute;
    top: 13%;
    left: 8%;
}


@media(min-width:1450px)
{
.slider-intro-section {
    left: 12%;
}
}

@media(min-width:1600px)
{
.slider-intro-section {
    left: 16%;
}
}

@media(min-width:1750px)
{
.slider-intro-section {
    left: 18%;
}
}

@media(min-width:1900px)
{
.slider-intro-section {
    left: 22%;
}
}


.slider-intro {
   
    border-radius: 0px 5px 5px 5px;
    padding: 25px;
max-width: 830px;	
}

.slider-intro-section .slide-title
{
display: inline-block;
    background: #294481;
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 5px 5px 0px 0;
}

.slider-intro h4
{
color: #004861;
    font-weight: 700;
    margin-bottom: 10px;
    border-left: 4px solid;
    padding-left: 10px;
    line-height: 1;
}

.slider-intro h2
{
   color: #212121;
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
        margin-top: 0px;

    margin-bottom: 20px;
}

.slider-intro ul
{
list-style:none;
padding:0;
margin-bottom:12px;
overflow:hidden;
}
.slider-intro ul li
{
    color: #3a3a3a;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 17px;
    font-size: 16px;
}
.slider-intro ul li: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;
    color: #294481;
    position: absolute;
    left: 0;
    top: 13px;
}


.hours-section
{
position: relative;
    z-index: 99;
}

.above-slider
{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
margin-top: -75px;	
}

.above-slider .row, .above-slider .col-sm-12
{
margin:0;
}
@media(min-width:768px)
{
.box01
{
border-radius:10px 0 0 10px;
}
.box03
{
border-radius:0 10px 10px 0;
}
}


.inner-slider
{
padding:30px;
color:#fff;
}
.h_icon
{
margin-bottom:40px;
}
.inner-slider h4
{
color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.inner-slider h2
{
font-size:25px;
font-weight:600;
letter-spacing:1px;
}
.inner-slider a
{
color:#fff;
}
.timetable p
{
color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.timetable p:last-child
{
border-bottom:none;
}
.timetable p span
{
float:right;
font-weight:600;
}

.inner-slider table td
{
border-top:none;
border-bottom: 1px dashed #dee2e6;
}

.inner-slider p
{
font-size: 15px;
    line-height: 1.9;
    margin-bottom: 10px;
}

.eg-phone
{
    font-size: 22px;
    color: #294481;
    font-weight: 700;
	margin-bottom:15px;
	margin-top:25px;
}

.eg-phone a
{
color: #294481;
}


.department-section
{
padding:60px 0 60px;
/* background:url(../img/content-bg.jpg) center; */
background-size:cover;
position:relative;
}
.department-section:before
{
content:'';
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
background:#fff;
opacity:0.5;
}
.department-section .container
{
position:relative;
}



.owl-dots
{
margin-top:15px;
text-align:center;
display:block !important;
}
.owl-dots .owl-dot
{
    width: 10px;
    height: 10px;
border-radius:100%;
display:inline-block;
margin:3px;
    
    border: 2px solid #1fc5de;	
    opacity: 0.5;
}
.owl-dots .owl-dot.active
{
opacity:1;
background: #1fc5de;
}

.amenities-section
{
padding:70px 0;
overflow:hidden;
background:#f8f9fb;
}

.amenities-section p
{
font-size: 17px;
    line-height: 1.9;
    color: #444;
	margin-bottom:15px;
}

.amenities-section ul
{
list-style:none;
padding:0;
margin-bottom:15px;
overflow:hidden;
}
.amenities-section ul li
{
    color: #3a3a3a;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 17px;
    font-size: 17px;
}
.amenities-section ul li: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;
    color: #294481;
    position: absolute;
    left: 0;
    top: 13px;
}

.fluid-img
{
max-width:none;
}

.amenity-text
{
margin-top:100px;
}

{
color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
}

.footer-box h5
{
color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 24px;
}

@media(max-width:1024px)
{
.form-chk
{
    width: 49%;
}
  #header #logo {
   
  }

.b-about__item {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.intro-section .heading {
    margin-bottom: 20px;
}

.heading h4 {
    font-size: 15px;
}

.heading h2 {
    font-size: 25px;
}

.box-modern-body p {
    font-size: 14px;
}

.box-modern-body h4 {
    font-size: 24px;
}
}


@media(max-width:768px)
{
#header #logo {
    margin-top: 0px;
}
.cy_logo_box {
    padding: 0 35px;
    height: 70px;
}

#intro .carousel-content {
    padding: 32% 0;
}

.b-about__decor {
    width: 100%;
}

.header-scrolled #logo {
    margin-top: 0px !important;
}

.header-scrolled .cy_logo_box {
    padding: 0px;
}

.intro-right-img, .intro-left-img {
    height: 400px;
}

.box-modern.left .box-modern-header {
margin-right: 30px;
    float: left;
	margin-left:0;
}

.box-modern.left .box-modern-body {
    text-align: left;
}	
}


@media(max-width:767px)
{
.form-chk
{
    width: 100%;
}

.b-about__item {
    padding-right: 0;
    padding-left: 0;
}

.mob-show
{
display:block;
}

.mob-hid
{
display:none;
}

.box-modern.left .box-modern-header {
    float: none;
    margin: 0 auto;
}

.box-modern.left .box-modern-body {
    text-align: center;
}

.box-modern.right .box-modern-header {
    float: none;
    margin: 0 auto;
}

.box-modern.right .box-modern-body {
    text-align: center;
}

.box-modern {
    margin: 20px 0 40px;
}

.span1_img2 {
    margin-bottom: 50px;
}
}

@media(max-width:414px)
{
#header.header-scrolled #logo img
{
    height: auto;
}

.cy_logo_box {
    width: 260px;
    padding: 0;	
}

#intro h2 {
    font-size: 25px;
}

#intro p {
    margin: 0 auto 20px auto;
    font-size: 18px;
}

#intro .carousel-item {
    height: 430px;
}

#intro .carousel-content {
    padding: 23% 0;
}

.span11 h4
{
    font-size: 22px;
    font-weight: 600;
}

.banner
{
    background-position:center !important;
}
}

.banner h1 {
    margin-top: 30px;
    margin-bottom: 0px;
	text-align:center;
    color: #1fc5de;
    font-weight: 700;
    text-shadow: 0px 0px 9px #ffffff;
    text-outline: 2px #ff0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
}
.banner h1:after {
    content: '';
    background: #3aa6f5;
    height: 3px;
    width: 40px;
    margin: 2% auto;
    display: block;
}

.con1 ul li:before
{
display:none;
}

.footer-links a
{
color:#1fc5de;
}
.slide
{
color:#fff;
}
.slide h2
{
    font-size: 71px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    font-style: italic;
    text-shadow: 1px 1px 3px #111;
}

.slide h4
{
    font-size: 35px;
    line-height: 38px;
    font-weight: 700;
    /* font-family: 'Lato'; */
    text-transform: uppercase;
    margin-bottom: 15px;
}
.slide .btn2
{
margin-top:15px;
}

.about-section
{
padding: 80px 0;
background: #f3f5f9;
}

.about-section .heading h2
{
color:#111;
}

.about-section h4
{
color: #1fc5de;
    font-family: 'Abel', sans-serif;
    font-size: 26px;
    line-height: 1.4;
}

.about-section p
{
font-size: 19px;
    line-height: 1.9;
    color: #333;
}

.testimonials-section
{
background:#151a25;
padding:80px 0;
position:relative;
background:url(../img/13.jpg) center no-repeat;
background-size:cover;
}

.testimonials-section:before
{
background:#151a25;
position:absolute;
content:'';
top:0;
left:0;
width:100%;
height:100%;
    opacity: 0.9;
}

.testimonials-section .heading h2
{
color:#fff;
}

.partners-section
{
background:#f3f5f9;
padding:70px 0;
color:#111;
overflow:hidden;
}

.partner-logo
{
margin: 20px 10px;
}

/* ========================= New Gallery ============================= */

.gal
{
position:relative;
}

/*.gal figure
{
    width: 23%;
    float: left;
    overflow: hidden; 
    height: 250px;
    position: relative;
     z-index: 1; 
     display: inline-block; 
     overflow: hidden; 
    background: rgba(39, 38, 43,0.8);
     text-align: center; 
     cursor: pointer; 
    margin: 10px;
}*/

.gal figure
{
    width: 23%;
    float: left;
    overflow: hidden; 
 /*   height: 250px;*/
    position: relative;
    background: rgba(39, 38, 43,0.9);
    margin: 10px;
}

.gal figure img {
    position: relative;
    display: block;
    min-height: 100%;
opacity: 0.9;
    max-width: none;
	width: 100%;
    height: 100%;
    transition: all 400ms ease-in;
    -webkit-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;	
	
}

.gal a:hover figure img 
{
    transform: scale(1.1);
	opacity:1;
}

.gal figcaption
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px !important;	
}

.figcaption-border {
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
}

@media(max-width:1024px)
{
.gal figure
{
	margin:9px;
}
}

@media(max-width:768px)
{
.gal figure
{
	width:30%;
}
}

@media(max-width:650px)
{
.gal figure {
    width: 43%;
    margin: 18px;
}
}

@media(max-width:562px)
{
.gal figure {
    width: 46%;
    margin: 8px;
}
}

@media(max-width:561px)
{
.gal figure {
    width: 100%;
    margin: 8px;
}
}



/* ========================= New Gallery End ============================= */

.mrg20 
{
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
	margin-top: 30px;
}
.abt h4 
{
	margin-top:0px;
	font-size:34px;
}	
.abt h5
{
    margin-bottom: 7px;
    font-size: 25px;
    color: #222;
}
.border1 img {
    border: 10px solid #ffffff;
    box-shadow: 0 0 3px #d0d0d0;
    -moz-box-shadow: 0 0 3px #d0d0d0;
    -webkit-box-shadow: 0 0 3px #d0d0d0;
}
fieldset
 {
    padding: 20px;
    border: 1px solid #ddd;
}
.con2 legend
{
    border-bottom: none;
    width: auto;
}
.con2 .btn2
{
	margin-top:20px;
}
.con2 label {
    font-weight: 600;
	font-size:15px;
}
.con2 .cont 
{
    border-bottom: 1px solid #1fc5de;
    box-shadow: none; 
    font-size: 15px;
}
input::placeholder
{
  color: #1fc5de;
  font-size: 17px;
}
textarea::placeholder
{
  color: #1fc5de;
  font-size: 17px;
}
.mrg10
{
	margin-bottom:10px;
}

.id7 .btn2, .id11 .btn2, .id13 .btn2
{
    display:none;
}

@media(max-width:1024px)
{
.box3 {
    padding: 20px 20px 20px 22%;
}

.box3_img img {
    width: 140px;
}
}

@media(max-width:500px)
{
.call ul li {
    padding: 8px 11px 0;
}
.top-header {
    padding-bottom: 8px;
}

.box3_img img {
    width: 100%;
}
.box3 {
    padding: 20px;
}

.testi {
    margin-left: 0;
}

.testi:before {
    display:none;
}

.footer-box {
    padding-left: 1%;
}
}