body {
  color: #707070;
  font-family: 'Lato', sans-serif;
  font-size:14px;
  font-weight:400;
  line-height: 1.7;
}
*
{

}

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: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

ul

{

list-style:none;

margin:0;

padding:0;

}

@media (min-width: 1600px)
{
.container {
    max-width: 1270px;
}
}

/* Back to top button */



.back-to-top {

  position: fixed;

  display: none;

      background: #0463c7;

  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;
    position: absolute;
    width: 100%;
}

#header {
  padding: 0px 0;
  height: 70px;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: transparent;
  position:relative;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .container
{
    margin-top: 10px;
}


#header.header-scrolled {

    background: rgb(0 0 0 / 92%);

    padding: 0px 0;

    height: 78px;

    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: 7px 0;

}



.header-scrolled #logo a {

    padding: 2px 0;


}



#header #logo img {

  padding: 0;

  margin: 0;
          height: 70px;
    width: 182px;

}

@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: 'Montserrat', 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 #294481;

}





#header.header-scrolled #logo img
{
    height: 65px;
}

.cy_logo_box {
    float: left;
}

@media (max-width: 1600px)

{

.cy_logo_box {


}

}

@media (max-width: 1200px)

{

.cy_logo_box {

}

}

@media (max-width: 1024px)

{

.cy_logo_box {
}

}

@media (max-width: 991px)

{

.cy_logo_box {
}

}

@media (max-width: 767px)

{

.cy_logo_box {


}

}

/*--------------------------------------------------------------

# 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: top;

  background-repeat: no-repeat;

}
#intro .carousel-item.image2
{
background-position:center;
}

@media(min-width:648px)

{

#intro .carousel-item {

height:610px;

}

}

@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:670px;
}
}


@media(min-width:1600px)
{
#intro .carousel-item {
height:720px;
}
}
@media(min-width:1920px)
{
#intro .carousel-item {
height:720px;
}
}





#intro .carousel-item::before {
  content: '';
  background-color: rgba(19, 40, 125, 0.65);
  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: 27% 0 9%;
}
@media(min-width:992px)
{
#intro .carousel-content {
    padding: 24% 0 9%;
}
}
@media(min-width:1600px)
{
#intro .carousel-content {
    padding: 20% 0 14%;
}
}


.line

{
background:url(../img/decore03.png);
background-size:cover;

	width:65px;

	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: 'Montserrat', 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: #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: left !important;
    margin: 0;
    display: flex;
    align-items: center;
    margin-left: 13%;
}



/* Nav Meu Styling */



.nav-menu a {
  padding: 24px 2px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-top: 3px solid transparent;
    outline: none;
    /* font-family: 'Montserrat', sans-serif; */
    margin: 0 10px;
    /*text-transform: uppercase;*/
}

@media(max-width:1200px)

{
.nav-menu a 
{
padding:27px 6px;
font-size:12px;
}
}

.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:#ed1c24;
}
.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: #FF9800;
    color: #fff;
    border-radius: 3px;
    padding: 8px 22px;
    margin: 14px 0;
    border: 2px solid #ff9800;

}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 9px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    top: 32px;
    color: #fff;
}

.nz_logo

{

    padding-top: 10px;

}

.nav-menu li:hover > a,

.nav-menu > .menu-active > a {

  border-color:#fff;

}

.nav-menu li.last a:hover, .nav-menu li.last a:focus

{

background:transparent;

color:#ff9800;

}



.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: 'Lato', 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 45px 0px 0;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  display:none;
}



#mobile-nav-toggle i {

  color: #fff;

}



/* 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: 'Montserrat', sans-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: 35px;

}

.heading h4
{
color: #287ff9;
    /* text-transform: uppercase; */
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 5px;
    line-height: 1.3;
    /* letter-spacing: 1px;*/
}

.heading h2
{
   font-weight: 700;
   margin: 0;
   font-size: 45px;
   text-transform: capitalize;
   line-height: 1.3;
	 margin-bottom: 11px;
   color: #13287d;      
}

.heading p
{
    font-size: 16px;
    margin-top: 24px;
    line-height: 1.9;
    margin-bottom: 15px;
}

.heading h2 span
{
 font-weight: 300;
}




.btn3
{
    display: inline-block;
    background: #0463c7;
    padding: 10px 25px;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    font-size: 18px;

}
.btn3:hover
{
background:#000;
color:#fff;
}
.btn2
{
display: inline-block;
    margin: 0 auto;
    background: #0463c7;
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff;
    margin-top: 12px;
    padding: 11px 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    outline: none;
    transition: all 300ms linear 0s;
    border: none;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    text-align: center;
    border-radius: 30px;
}

.btn2:after
{
background-color: #a9a011;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -60px;
    transform: rotate(35deg);
    transition: all 1.6s cubic-bezier(.19,1,.22,1);
    width: 40px;
    opacity: 0;  
}

.btn2:hover
{
background:#ffeb3b;   
color: #111;
}

.btn2:hover:after
{
left: 120%;
    transition: all 1.3s cubic-bezier(.19,1,.22,1);
    opacity: .25;  
}


/* span0
------------------------------------ */
.span0
{

}
.pd0
{
padding:0;
}
.span01
{
    padding: 20px 50px 30px;
    background-color: #fff;
    box-shadow: 0 5px 35px 5px rgba(0, 0, 0, 0.12);
    margin-top: -80px;
    position: relative;
    z-index: 88;
    margin-bottom: 100px;
}
.box0
{
margin:10px 0;
}
.box0 label
{
margin-bottom: 15px;
    padding-left: 0;
    font: 600 14px Montserrat;
    color: #253241;
    text-align: left;
	margin-bottom:10px;
}
.box0 .form-control
{
border-radius: 0px;
    height: 50px;
    border: none;
    background: #f3f3f3;
}
.btn3
{
display:block;
cursor:pointer;
width:100%;
margin-top:40px;
}

/* span1

--------------------------------*/
.span1
{

padding:90px 0;
color:#000;
overflow:hidden;
position:relative;
}
@media(min-width:768px)
{
.decor
{
position: absolute;
    top: -1px;
    right: 0;
    left: 9%;
    display: block;
    height: 1px;
    background: #fff;
}
.span1 .decor 
{
height: 32px;
    -webkit-clip-path: polygon(0 0, 100% 0, 2.5% 100%);
    clip-path: polygon(0 0, 100% 0, 2.5% 100%);
background-color: #0463c7;
}
}

/* span2 Section

--------------------------------*/
.span2
{
background-color: #1f1f1f;
background:url(../img/parallex.JPG);
background-position:center;
background-size:cover;
padding:70px 0px;
color:#fff;
position:relative;
}
.span2:before
{
background:#000;
opacity:0.76;
content:'';
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
}
@media(min-width:1024px)
{
.span2
{
background-attachment:fixed;
}
}
.decor
{
position: absolute;
    top: -1px;
    right: 0;
    left: 9%;
    display: block;
    height: 1px;
    background: #fff;
	    height: 20px;
    -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%);
    clip-path: polygon(0 0, 100% 0, 96% 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 1% 100%);
    clip-path: polygon(0 0, 100% 0, 1% 100%);
	    right: 9%;
}
.span2 .heading p
{
font-size:22px;
font-weight:300;
color:#fff;
}
.img2
{
margin-top:-180px;
}
.mrg50
{
margin-top:50px;
}
.span2 .heading h4
{
color: #a4a8db;
letter-spacing:1px;
}
.span21 p
{
line-height: 1.7;
color: #a5b3df;
    font-size: 18px;
}
/* span3 Section

--------------------------------*/

.span3

{

padding:70px 0 70px;
color:#000;
overflow:hidden;
}
.span3 .heading h2
{
font-size:35px;
}
.home-2
{
margin-bottom:40px;
}
@media(min-width:992px)
{
.home-1
{
    margin-left: -120px;
    max-width: none;
}
.home-2
{
    margin-left: -220px;
    max-width: none;
	margin-bottom:0;
}
}
.list
{
}
.list ul
{
padding:0;
margin:0;
list-style:none;
    margin-bottom: 12px;
}
.list ul li
{
    padding: 5px 0;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    /* font-weight: 600;*/
}
.list ul li:before
{
    font-family: 'FontAwesome';
    content: "\f178";
    position: absolute;
    left: 0;
    font-weight: normal;
    color: #13287d;
    top: 6px;
}

.list2 ul li:before
{
    content: "\f05d";
    font-size: 23px;
    color: #287ff9;
    top: -2px;
}

.list ul li {
    padding-left: 35px;
}

.list2 ul li h4
{
font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 6px;
    line-height: 1.7;
}

.list2 ul li p
{
    color: #707070;
    margin-bottom: 15px;  
}

.service-area
{
  padding: 70px 0;
background: #f6faff;  
position: relative;
overflow: hidden;
}

.service-area:after {
    content: url(../img/figure17.png);
    position: absolute;
    right: -40px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.service-area .container {
    position: relative;
    z-index: 2;
}    

.single-service-box-2 {
  padding-right: 40px;
}
.service-box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-service-box-2 .service-icon {
    font-size: 40px;
    color: #00bbee;
    margin-right: 20px;
}
.single-service-box-2:hover .service-icon {
  -webkit-animation: flipInY .5s ease-in-out;
          animation: flipInY .5s ease-in-out;
}
.single-service-box-2 .service-title {
    margin-bottom: 0;
    font-weight: 600;
    color: #13287d;
}
.single-service-box-2 .inline-btn {
color: #004976;
    font-weight: 700;
    display: inline-block;
    margin-top: 0px;
    font-size: 15px;
}
.single-service-box-2 .inline-btn i {
  margin-right: 2px;
}
.single-service-box-2 .inline-btn:hover {
  color: #00bbee;
}

.service-box-content p
{
color: #2d2d2d;
margin-bottom: 15px;
    font-size: 16px;  
}

.why-us
{
  padding: 70px 0;
}

.why-us .heading h2 {
    font-size: 35px;
}

.rt-image {
    position: relative;
    max-width: 600px;
}

.rt-image img
{
    transition: all 300ms linear 0s;  
}

.rt-image img:hover
{
  transform: scale(1.2);
}

.rt-image .rt-image-one {
    text-align: center;
    position: relative;
    left: -70px;
}

.rt-image .rt-image-two {
    position: absolute;
    left: 40px;
    z-index: 1;
    bottom: -200px;
}

.rt-image .rt-image-three {
    position: absolute;
    right: -35px;
    bottom: -135px;
}

/* span4 Section

--------------------------------*/

.span4

{
color:#000;
padding:70px 0 50px;
position:relative;
background-color: #eef2f6;
background-image:url(../img/testibg.jpg);
background-position:center;
background-size:cover;
position:relative;
}
.span4:before
{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background:#eef2f6;
opacity:0.92;
content:'';
}
.span4 .container
{
position:relative;
}
.box4
{
margin:0px 0;
}
@media(max-width:767px)
{
.box4
{
margin-bottom:30px;
}
}
.box4 h1
{
font-weight:700;
font-size:40px;
}
.box4 h5
{
color: #ffda48;
font-size:16px;
}
.testimonial .content
{

       background-color: #FFF;
    -webkit-box-shadow: 9px 11px 14px 0 rgba(0,0,0,.1);
    box-shadow: 9px 11px 14px 0 rgba(0,0,0,.1);
    padding: 30px;
    padding-left: 80px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
	min-height: 225px;
}
.testimonial:before {
   position: absolute;
    content: url(../img/test.png);
    bottom: 20px;
    left: 0.05em;
}

.testimonial .description {
        font-size: 16px;
		line-height:1.9;
    
}
.testimonial .description:before {
    content: "\f10e";
    font: normal normal normal 14px/1 FontAwesome;
    /* font-weight: 900; */
    display: inline-block;
    /* float: left; */
    /* padding: 0 15px 5px 0; */
    font-size: 27px;
    text-align: center;
    position: absolute;
    left: 0;
    color: #0463c7;
       background-color: #e8e9ef;
    width: 52px;
    height: 57px;
    text-align: center;
    line-height: 53px;
}
.testimonial .testimonial-pic {
    width: 100px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 30% 70% 70% 30% / 30% 45% 55% 70%;
	display:none;
}
.testimonial-pic>img, .text-secondary {
    color: #035392!important;
}
.testimonial .testimonial-review {
    padding-top: 20px;
}
.testimonial .testimonial-title {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
   
}
.testimonial .post {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}


/* span5 Section

--------------------------------*/
.span5
{
padding:70px 0 50px;
color:#fff;
background: #14287b;
position: relative;
}

.span5 .container
{
  position: relative;
  z-index: 4;
}

.span5:after {
    content: url(../img/figure18.png);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.span5 .heading h2, .span5 .heading h4
{
color: #fff;  
}

.ui_img
{
position: relative;
    display: block;
    height: 320px;
    margin-right: 7px;
    margin-bottom: 15px;
    margin-left: 7px;
}
.ui_img:before
{
position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 75px;
    opacity: 0;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-clip-path: polygon(0 65%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 65%, 100% 0, 100% 100%, 0% 100%);
	background-color: #0463c7;
}
.ui_img:after
{
position: absolute;
    right: 25px;
    bottom: 17px;
    font-family: 'FontAwesome';
    opacity: 0;
    color: #fff;
    content: "\f002";
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 20px;
}
.ui_img:hover:before, .ui_img:hover:after
{
opacity: 1;
}
.ui_img img
{
height: 100%;
}
.img-scale {
    width: 100%;
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonials
{
border:1px solid #e6e6e6;
padding:35px;
}

.testimonial-item
{
    padding: 45px;
    position: relative;
    background: #ffffff;
    margin-bottom: 31px;
    text-align: center;
    border-left: 5px solid #ff6f00;
}

.testimonial-item:after {
content: '';
    margin-top: 0;
    padding-top: 0px;
    position: absolute;
    bottom: -30px;
    left: 20px;
    border-width: 30px 0 0 30px;
    border-style: solid;
    border-color: #ffffff transparent;
    display: block;
    width: 0;
}

.page-txt .testimonial-item
{
border: 1px solid #eee;
}

/*.testimonial-item:before
{
position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: " ";
    width: 3px;
    height: calc(100% - 1px);
    background-color: #fda5c3;
}*/


.testimonial-item blockquote:before {
    content: "\f10e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 70px;
    /* font-size: inherit; */
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #14287b;
    position: absolute;
    right: 15px;
    bottom: 0;
    opacity: 0.2;
}

.testimonial-item blockquote
{
position:relative;
margin-bottom:0;
}

.testimonial-item blockquote p
{
    margin-bottom: 17px;
    line-height: 1.9;
    color: #555;
    font-size: 16px;
    margin: 20px 0;
}

.testimonial-item blockquote h4
{
    color: #14287b;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
}

.testimonial-item blockquote cite
{
color: #313131;
}

.testimonial-item .fa.yellow
{
    color: #ff6f00;  
   font-size: 18px; 
}


/* span6 Section

--------------------------------*/

.span6
{
padding:70px 0 70px;
color:#000;
position:relative;
}
.span6 .line
{
    margin: -11px 0 25px;
}
.span6 .decor
{
background-color: #0463c7;
}
.pd0
{
padding:0;
}
.span6 .heading h2
{
font-size:40px;
text-transform:none;
}
.cont
{
    height: 50px;
    border: none;
    background: #f3f3f3;
    border-radius: 0;
}
.form1 .btn2
{
border:2px solid;
}



.myaccordion {
  max-width: 500px;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
     
}
.myaccordion .card
{
 margin: 10px 0;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: #f3f3f3;
  position:relative;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #0463c7;
  padding: 0;
  padding-left:50px;
      text-align: left;
  
}
.myaccordion .btn h5
{
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 100%;
    padding-left: 12px;
    font-size: 18px;
    line-height: 58px;
    color: #fff;
	background:#0463c7;
    
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
	display:inline;
}

.myaccordion .btn.collapsed h5
{
background-color: #ededed;
color: #aaa;
}
.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

.fa-inverse {
    color: #000;
}

/*sapn7*/
/* 
------------------------------- */
.span7
{
border-top: 1px solid #eee;
padding:20px 0 20px;
}
@media(min-width:768px)
{
.col-md-20
{
max-width:20%;
}
}
.box7
{
margin:15px 0;
}
.brands img
{
max-width: 200px;
margin:0 20px;
}

/* contact Section

--------------------------------*/



.map {

    position: relative;

    padding-bottom: 55%;

    padding-top: 0px;

    height: 0;

    overflow: hidden;

}

@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;
}

#footer .container

{

position:relative;

}



#footer .footer-top 
{
    padding: 63px 0 30px;
    background:url(../img/footer.jpg) bottom;
	background-size:cover;
    position: relative;
}
#footer .footer-top:before
{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
content:'';
background:#000;
opacity:0.9;
}



#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: 14px;

  line-height: 24px;

  margin-bottom: 0;

  font-family: 'Montserrat', sans-serif;

  color: #eee;

}



#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 {

      padding: 12px 0;
    font-size: 15px;
    border-bottom: 1px dashed rgb(255 255 255 / 15%);

}

#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:#0463c7;

}



#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: #ffeb3b;
    padding-right: 11px;
	font-weight:700;

}



@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: #ed1c24; */
    /* border: 2px solid #666; */
   
    /* border: 2px solid #ed1c24; */
    color: #ffeb3b;
    font-size: 24px;
    line-height: 34px!important;
    margin-right: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	padding:0 10px;
}

.footer.bg-image .foo-socials a {
  border: 2px solid #c5d1dc;
  color: #c5d1dc;
}




.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:15px;
}
.foot1 ul li i
{
position: absolute;
    left: 0;
    top: 11px;
    color: #ffeb3b;
}
.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: 20px;
    line-height: 1.7;
    color: #fff;
    font-weight: 400;
    margin-top: 46px;
  }

@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 h4
  {
  font-size:20px;
  }

   #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;

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;

}

.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

{

    border-color: #cc98a3;

    outline: 0;

    box-shadow: 0 0 0 0.2rem rgba(147, 73, 88, 0.25);

}



/*------------------------ top haeder---------------------------------------*/

.top-header

{
    color: #fff;
    padding: 0px 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

@media(max-width:767px)
{
.top-header
{
}
}

.head-right, .social

{

display:inline-block;

}

.call ul li, .head-right ul li
{
    display: flex;
    padding: 13px 11px;
    font-size: 15px;
    float: left;
	
}
@media(max-width:992px)
{
.call ul li, .head-right ul li
{
 padding: 12px 7px;
    font-size: 12px;
}
}
.call ul li:last-child
{
border-right:none;
}
.call ul li i, .head-right ul li i
{
color: #ffffff;
    padding-right: 14px;
    position: relative;
    top: 7px;
    font-size: 20px;
}
.call ul li a, .head-right ul li a
{
color:#fff;
}
.call ul li a:hover, .head-right ul li a:hover
{
color: #eee;
}

@media(max-width:767px)
{
.social
{
display:none;
}
}

.social
{
display: flex;
    align-items: center;
    float: left;
    margin-left: 28px;
    margin-top: 14px;
}

.social ul
{
list-style:none;
margin:0;
padding:0;
}

.social ul li
{
display: inline-block;
    padding: 5px 2px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}
@media(max-width:992px)
{
.social ul li
{
 padding: 8px 7px;
}
}
.social ul li:first-child
{
border-left:none;
}

.social ul li i
{
    
}

.social ul li a
{
color: #fff;
    display: block;
    font-size: 15px;
    background: rgba(255,255,255,.2);
    width: 40px;
    height: 40px;
    /* line-height: 3; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.left2
{
text-align:left;
}

.pipe
{
    padding: 0 10px;
    font-size: 18px;
    line-height: 1;
}

.right2
{
text-align:right;
}

@media(max-width:767px)

{

.left2, .right2

{

}

}

.header-top-right {
display: flex;
    align-items: center;
    margin-left: 20px;
    float: right;
    padding-top: 18px;
}
.opening-time
{
     flex: auto; 
}

.top-right-button a
{
    background-color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 700;
    color: #111;
    padding: 10px 30px;
    line-height: 1.5;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    margin-left: 40px;
    overflow: hidden;  
}

.top-right-button a:after
{
background-color: #a9a011;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -60px;
    transform: rotate(35deg);
    transition: all 1.6s cubic-bezier(.19,1,.22,1);
    width: 40px;
    opacity: 0;  
}

.top-right-button a:hover
{
background:#ffeb3b;   
}

.top-right-button a:hover:after
{
left: 120%;
    transition: all 1.3s cubic-bezier(.19,1,.22,1);
    opacity: .25;  
}

.opening-time p
{
margin: 0;
    font-size: 15px;  
}

/*------------------------ 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: 230px 0px 100px;
	position:relative;

}
@media(min-width:1024px)
{
.banner
{
background-attachment:fixed;
}
}
.banner:before
{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
background-image: linear-gradient(to bottom right, rgb(0 0 0 / 90%), rgb(0 0 0 / 26%));
content:'';
}
.banner .container
{
position:relativee;
}
.banner h2
{
color:#fff;
font-weight:700;
font-size:50px;
text-transform:uppercase;
}
.banner p
{
font-size:22px;
font-weight:300;
color:#fff;
margin-bottom:0;
}

/*-----------------------------------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-----------------------------------------*/



.gc-thumbs-area

{

display:none !important;

}

.page-txt h3
{
color: #0463c7;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;  
}

.page-txt h4
{
color: #287ff9;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 20px;
    line-height: 1.4;
}

.page-txt p
{
     font-size: 16px;
    line-height: 1.9;
    margin-bottom: 15px; 
}

.mrgt-70
{
  margin-top: 70px;
}


.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;
}




.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;
}



.icon-box {
    text-align: center;
    margin-bottom: 30px;
    padding: 60px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	
	background-color: #fff;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.icon-box-icon {
    color: #294481;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.icon-box-icon span:before
{
    font-size: 5rem;
    line-height: 1!important;
}

.icon-box h5 {
    letter-spacing: -0.5px;
    margin-top: 25px;
	font-weight:700;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.icon-box:hover {
    background-color: #294481;
    border: 1px solid #294481;
}

.icon-box:hover .icon-box-icon {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
	color:#fff;
}

.icon-box:hover h5.icon-box-title {
    -webkit-transform: translate3d(0, -110px, 0);
    transform: translate3d(0, -110px, 0);
	color:#fff;
}

.icon-box a h5
{
color: #004861;
}

.doctors-section
{
padding:70px 0;
}

.doctor-id
{
margin-bottom: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
position:relative;
}

.doctor-name
{
background: #294481;
    padding: 20px 10px;
    /* height: 90px; */
    text-align: center;
	transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
}
.doctor-id:hover .doctor-name
{
-webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.post-more
{
position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    display: block;
	vertical-align: middle;
    backface-visibility: hidden;
}

.post-more
{
background-color: #ed1c24;
text-align:center;
}
.post-more a
{
    color: #fff;
    line-height: 1;
    padding: 20px 15px;
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.doctor-id:hover .post-more
{
opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: transform .3s,opacity .1s;
    -o-transition: transform .3s,opacity .1s;
    transition: transform .3s,opacity .1s;
}

.doctor-id h3
{
color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin-top: 4px;
    margin-bottom: 5px;
}

.doctor-id h5
{
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0;
}

.doctor-id h5 span
{
    
}

.owl-dots
{
margin-top:40px;
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 #ffffff;	
    opacity: 0.5;
}
.owl-dots .owl-dot.active
{
opacity:1;
background: #ffffff;
}

.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: 20px;
}

.img-shadow img
{
    border: 10px solid #fff;
    box-shadow: 0 3px 29px -7px #848484;
    border-radius: 25px;
}

@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: 30px;
}

.heading h2 {
    font-size: 35px;
}

.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 {

}

#intro .carousel-content {
    padding: 31% 0 0;
}

.b-about__decor {
    width: 100%;
}

.header-scrolled #logo {
    margin-top: -7px !important;
}

.header-scrolled .cy_logo_box {
    padding: 10px 35px;
}

.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 {
}

#intro h2 {
    font-size: 25px;
}

#intro p {
    margin: 0 auto 20px auto;
    font-size: 18px;
}

#intro .carousel-item {
    height: 430px;
}

#intro .carousel-content {
    padding: 51% 0 0;
}

.span11 h4
{
    font-size: 22px;
    font-weight: 600;
}

.banner
{
    background-position:center !important;
}
}

.con1 ul li:before
{
display:none;
}

.footer-links a
{
color:#ed1c24;
}
.slide
{
color:#333;
}
.slide h2
{
    font-size: 41px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
}


.slide h4
{

    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: 2px;

}
.slide .s_btn
{
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 18px;
    /* letter-spacing: -.6px; */
    color: #1b1b1b !important;
    padding-bottom: 0;
    cursor: pointer;
    background: #ffeb3b;
    padding: 10px 25px;
    border-radius: 60px;
    margin-top: 10px;
}
/*.slide .s_btn:after
{
display: block;
    height: 1px;
    margin-top: 0px;
    content: '';
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}*/
.slide .s_btn:after
{
height: 6px;
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.slide .s_btn:after
{
    background: #e4d183;
}
.slide .s_btn:hover:after
{
    background: #0463c7;
}

.footer-info img
{
    height: 80px;
    width: 207px;  
}

.services-carousel .owl-nav
{
  display: block !important;
}

.owl-prev, .owl-next {
    width: 15px;
    height: 30px;
    background: center no-repeat;
    font-size: 0;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

.owl-prev {
    background-image: url(../img/ExtrasPrev.png);
    left: -35px;
}
.owl-next {
    background-image: url(../img/ExtrasNext.png);
    right: -35px;
}

.vacancy
{
padding: 30px;
    border: 1px solid #eee;
    border-radius: 7px;
    background: #f7f7f7;
    box-shadow: 0px 9px 28px -6px #ddd;
    margin-bottom: 30px;
}

.vacancy h4 {
    font-size: 21px;
}

@media(max-width:1024px)
{
.nav-menu > li {
    margin-left: 0px;
}  

#nav-menu-container {
    margin-left: 0%;
}
.nav-menu a {
    padding: 27px 0px;
}

.top-right-button a {
    font-size: 14px;
    padding: 10px 15px;
    margin-left: 15px;
}
}

@media(max-width:768px)
{
.opening-time {
  display: none;
}
.header-top-right {
    display: block;
}

.social.right2
{
  display: none;
}
}

@media(max-width:767px)
{
.call ul li, .head-right ul li {
    padding: 12px 0px;
}

.call ul li i, .head-right ul li i {
    padding-right: 8px;
    font-size: 14px;
}

.header-top-right
{
  display: none;
}
#intro h4 {
    font-size: 17px;
    letter-spacing: 1px;
}
#intro h2 {
    font-size: 22px;
}
.footer-box {
    padding-left: 3%;
}
#footer .copyright {
    text-align: center;
}

.rt-image {
    max-width: 100%;
}
.rt-image .rt-image-one {
    left: auto;
}
.rt-image .rt-image-two {
    position: relative;
    left: auto;
    bottom: auto;
}
.rt-image .rt-image-three {
    position: relative;
    right: auto;
    bottom: auto;
}
.single-service-box-2 {
    margin-bottom: 50px;
}

.footer-info
{
  text-align: center;
}

}