body {
  color: #3e3e3e;
font-family: 'Poppins', sans-serif;
  font-size:14px;
  font-weight:400;
}

a {
  color: #063273;
  transition: 0.5s;
}

img
{
max-width:100%;
}

a:hover,
a:active,
a:focus {
  color: #063273;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Hind', 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: #aeb91d;

  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 #063273;

  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: 110;
    position:relative;
    width: 100%;
    top: 0;
}

#header {
  padding: 0px 0;
  height: 80px;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(255,255,255,.9);
  position:relative;
}



#header.header-scrolled {

      background: #fff;

    padding: 0px 0;

    height: 80px;

    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;

}

.header-scrolled #logo a {
    padding: 11px 0;
}

#header #logo img {
  padding: 0;
  margin: 0;
  height: 65px;
}
@media(max-width:992px)
{
#header #logo a{
padding:0;
}
 #header #logo img {
  height:70px;
  }
}

#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 #063273;
}

#header.header-scrolled #logo img
{
margin-top: 2px;
height: 60px;
}

.cy_logo_box {
position: absolute; */
    /* width: 535px; */
    /* background-color: #063273; */
    /* padding: 0px 40px; */
    text-align: right;
    top: 0px;
    z-index: 1;
    left: 0;
    float: left;
}


@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 {

   /* padding: 0px 85px;*/

    text-align: center !important;

    top: 0;

    height: 75px;

    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;

}

@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:500px;

}

}

@media(min-width:1200px)
{
#intro .carousel-item {
height:600px;
}
}


@media(min-width:1600px)
{
#intro .carousel-item {
height:650px;
}
}

@media(min-width:1800px)
{
#intro .carousel-item {
height:700px;
}
}




#intro .carousel-item::before {
/*  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  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: 26% 0;
}



.line

{

    background: #063273;

	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: '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: #063273;

}



#intro .btn-get-started:hover {

  background: #fff;

  color: #063273;

}

.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: none;
    display: inline-block;
}



.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: 250px;

}



/* Nav Menu Arrows */



.sf-arrows .sf-with-ul {

  padding-right: 13px;

}



.sf-arrows .sf-with-ul:after {
content: "\f107";
    position: absolute;
    right: 2px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    top: 32px;
    color: #2d2c54;
}
.header-scrolled .sf-arrows .sf-with-ul:after {
    top: 32px;
    right: -3px;
}



.sf-arrows ul .sf-with-ul:after {

  content: "\f105";

}



/* Nav Meu Container */

header .container
{
position: relative;  
}

#nav-menu-container {
float: right;
    margin: 0;
    text-align: center;
}



/* Nav Meu Styling */



.nav-menu a {
    padding: 30px 6px 25px;
    text-decoration: none;
    display: inline-block;
    color: #2d2c54;
    font-weight: 500;
    font-size: 14px;
    outline: none;
}

.whatsapp2
{
	position: fixed;
    bottom: 20px;
    left: 70px;
    z-index: 100;
    opacity: 0.9;
}

.whatsapp2:hover
{
opacity:1;
}

.whatsapp2 img
{
    width: 100px;
    border-radius: 50%;
}

.pulse img{
animation: animate-pulse 3s linear infinite;
}
@keyframes animate-pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(224,69,63,0.7),  0 0 0 0 rgba(224,69,63,0.7);
    }
    40%{
        box-shadow: 0 0 0 50px rgba(224,69,63,0.0),  0 0 0 0 rgba(224,69,63,0.7);
    }
    80%{
        box-shadow: 0 0 0 50px rgba(224,69,63,0.0),  0 0 0 30px rgba(224,69,63,0.7);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(224,69,63,0.0),  0 0 0 30px rgba(224,69,63,0.7);
    }
    
}


@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: 18px;
    border-radius: 4px;
    position: relative;
    padding: 12px 20px;
    /* padding-left: 45px; */
    line-height: 1.2;
    background: #fda5c3;
}
/*.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: #03a9f4;
}

.header-scrolled .nav-menu a
{
    color: #333;
    padding: 30px 6px;
}
.header-scrolled .nav-menu a.last-nav
{
padding: 12px 18px;
    margin-top: 17px;
}
.nav-menu li.last a
{
    background: #063273;
    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: #afba1b;

}

.nav-menu li.last a:hover, .nav-menu li.last a:focus

{

background:#121212;

color:#fff;

}



.nav-menu > li {

  margin-left: 10px;

}



.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;
    text-align: left;
}
.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: 15px;
  text-transform: none;
  font-family: 'Lato', sans-serif;
  font-weight:500;
}

#header .nav-menu ul li:hover > a 
{
      color: #fff;
   background: #afba1b;
}

.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: #afba1c;

}



/* 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: #063273;

}



#mobile-nav ul li li {

  padding-left: 30px;

}



#mobile-nav ul li.menu-active a {

  color: #063273;

}



#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: #afba1c;

}



#mobile-nav ul .menu-has-children li a {

  text-transform: none;

}



#mobile-nav ul .menu-item-active {

  color: #afba1c;

}



#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: #063273;

  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:20px;

}

.heading h4
{
    color: #aeb91c !important;
    padding-left: 60px;
    font-size: 32px !important;
    font-weight: 700 !important;
    margin: 0;
    margin-bottom: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1.3 !important;
    position: relative;
}
.heading h4:before
{
background-color: #aeb91c;  
content: "";
    width: 40px;
    height: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;  
}

.heading h2
{
color: #000;
    font-weight: 500;
    margin: 0;
    font-size: 39px;
    /* text-transform: uppercase; */
    line-height: 1.3;
}

.heading p
{
    font-size: 18px;
    margin-top: 24px;
    line-height: 1.9;
}

.heading h2 span
{
 font-weight: 300;
}

/* span1

/* span1

--------------------------------*/

.span1
{
padding:100px 0 70px;
	color:#333;
	position:relative;
}


.span11 h2
{
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.span1 .heading h2
{
font-size:39px;
}

.span11 h2 span

{

    display: block;

    color: #36454f;

}



.form1

{

margin-top:40px;

}

.form-group

{

}

.form-group p

{

margin-bottom:10px;

color:#121212;

font-size:18px;

}

.cont

{

    border-radius: 0;

    border: 1px solid #ddd;

    height: 49px;

    /* background: #f9f9f9; */

    margin: 6px 0;

}

.btn2
{
    display: inline-block;
    margin: 0 auto;
    background: #afba1b;
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff;
    padding: 13px 40px;
    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:before

{

content: "";

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

       background: #6e7325;

    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;

}

form .btn2

{

}

.black

{

background:#000;

color:#fff;

}



.result

{

    background: #f8f8f8;

    box-shadow: 0px 0px 40px 0px rgba(204, 208, 215, 0.6);

    padding: 50px;

}

.res

{

border-bottom:1px solid #ddd;

margin-bottom:20px;

}

.res1 h5 

{

    color: #36454f;

	font-size:18px;

	margin-bottom:0;

}

.res1 h3

{

font-size:25px;

    color: #65c54d;

	font-weight:600;	

}

.bar

{

}

.bar span

{

    color:#555;

	    padding-bottom: 12px;

		display:inline-block;

		font-size:14px;

}

.bar1

{

width: 100%;

    height: 8px;

    border-radius: 5px;

    background: #36454f;

    position: relative;

    display: block;

}

.bar1:after

{

    content: "";

    position: absolute;

    left: 0;

    right: 0;

    bottom: -10px;

    margin: 0 auto;

    height: 10px;

    width: 1px;

    background: #36454f;

}

.bar2, .bar2:after

{

background: #bcd4fd;

}

.bar_txt

{

text-align:center;

padding-top:10px;

}

.mrg40

{

margin-top:40px;

}

.span1_img

{

margin-top:-150px;

}

@media(max-width:1025px)

{

.span1_img

{

margin-top:-20px;

}

}

@media(max-width:767px)

{

.span1_img

{

margin-top:20px;

}

}

.mission
{
  margin-top: 30px;
  margin-bottom: 20px;
background: #aeb91d;
    border-radius: 15px;
    padding: 25px;  
     display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;   
    color: #fff;
}

.mission-icon
{
  width: 100px;
}

.mission-icon img
{
  width: 80px !important;
}

.mission-text h3, .mission-text p
{
color: #fff !important;
}

/* span2 Section

--------------------------------*/

.span2

{

background:url(../img/trauma.jpg) right;

background-size:cover;
background-attachment:fixed;
position:relative;

color:#fff;

}
.box2_2 {
    position: absolute;
    height: 100%;
    left: -19px;
    top: 0;
}
.box2_2 svg
{
    width: auto;
    height: 100%;
    vertical-align: middle;
    position: relative;
    right: 40%;
}
@media(max-width:1440px)
{
.box2_2 svg
{
    right: 65%;
}
}
@media(max-width:1280px)
{
.box2_2 svg
{
    right: 58%;
}
}
@media(max-width:1024px)
{
.box2_2 svg
{
    right: 73%;
}
}
@media(max-width:768px)
{
.box2_2 svg
{
display:none;
}
}
.box2
{
    padding: 6% 10%;
    vertical-align: middle;

}
.box2 h2
{
font-size:49px;
text-transform:uppercase;
}
@media(max-width:767px)
{
.box2 h2
{
font-size:30px;
}
}
.box2 h2 strong
{
font-weight:600;
}
.box2 h5
{
font-size:12px;
font-weight:600;
}
.box2 p
{
font-size:20px;
font-weight:300;
}

.box2 ul
{
list-style:none;
padding:0;
margin-bottom:15px;
overflow:hidden;
}
.box2 ul li
{
color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 17px;
    font-size: 18px;
}
.box2 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: #fff;
    position: absolute;
    left: 0;
    top: 13px;
}


.box2 .btn2:before
{
background:#fff;
}
.box2 .btn2:hover
{
color:#000 !important;
}
/* span3 Section

--------------------------------*/

.span3

{

padding:70px 0;

}

.span3 .heading h2

{

margin-bottom:25px;

}

.span31

{

    width: 100%;

    overflow: hidden;

    margin-left: 0;

    margin-right: 0;

    position: relative;

    padding: 1.5rem;

    -webkit-transition: background .3s linear;

    transition: background .3s linear;

    border-bottom: 1px solid #d6d6d6;

}

.span31:hover

{

box-shadow: 2px 2px 10px #ccc;

}

.span31 a

{

font-size: 1em;

    line-height: 1.5em;

    font-weight: 400;

	color:#000;

}

.span31 .container

{

    z-index: 2;

    position: relative;

}

.span31 .hover-bg, .span31 .right-hover-bg

{

    top: 0;

    bottom: 0;

    position: absolute;

    opacity: 0;

    -webkit-transition: opacity .3s linear;

    transition: opacity .3s linear;

    right: 0;

}

.span31 .hover-bg

{

left: 0;

    z-index: 0;

    background: -webkit-linear-gradient(left, #2fb9b7 0, rgba(47,185,183,0.27) 33%, rgba(47,185,183,0) 100%);

    background: linear-gradient(to right, #063273c9 0, rgba(251, 183, 44, 0.66) 33%, rgba(47,185,183,0) 100%);

}

.span31 .picture

{

width: 19.49153%;

    float: left;

    margin-right: 1.69492%;

    height: 11.5rem;

    background-size: cover;

    background-position: center;

    

}

@media(max-width:640px)

{

.span31 .picture

{

width: 32.20339%;

    float: left;

    margin-right: 1.69492%;

    display: none;

}

}

.span31 .details

{

width: 53.38983%;

    float: left;

    margin-right: 1.69492%;

    padding: 1rem  7.5rem ;

}

@media(max-width:800px)

{

.span31 .details

{

    padding: 0 1.5rem 1.5rem;

}

}

@media(max-width:640px)

{

.span31 .details

{

        width: 100%;

    float: left;

    margin-left: 0;

    margin-right: 0;

    padding: 1.5rem 3rem;

}

}

.span31 .details h2

{

color: #222;

    

    -webkit-transition: color .3s linear;

    transition: color .3s linear;

    line-height: 1em;

	font-size:25px;

	margin-bottom:10px;

	font-weight:700;

	

}

@media(max-width:1024px)

{

.span31 .details h2

{

    font-size: 1.9375em;

    line-height: 1.54839em;

}

}

.span31 .details p

{

margin-bottom:0;

}

.span31 .link

{

width: 23.72881%;

    float: right;

    margin-right: 0;

    padding: 2.5rem 0;

    text-align: center;

}

@media only screen and (max-width: 640px)

{

.span31 .link {

    width: 100%;

    float: left;

    margin-left: 0;

    margin-right: 0;

    text-align: left;

    padding: 1.5rem 4rem;

}

}

.span31 .link .hover-underline {

    display: inline-block;

    vertical-align: middle;

    margin-right: .75rem;

    position: relative;

}

.span31 .hover-underline h5

{

text-transform: uppercase;

    font-size: 1em;

	color: #444;

    font-weight: 400;

	margin-bottom:0;

}

.span31 .link .hover-underline:after, .span31 .link .hover-underline:before {

    content: '';

    width: 0;

    height: 1px;

    top: calc(100% - 1px);

    z-index: 0;

    position: absolute;

    background: #000;

}

.span31 .link .hover-underline:before

{

    left: 0;

}

.span31 .link .hover-underline:after

{

    right: 0;

    background: #000;

    -webkit-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);

    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);

}

.span31 .link .right-circle-arrow {

    display: inline-block;

    vertical-align: middle;

    position: relative;

    top: 0px;

    -webkit-transition: -webkit-transform .3s ease-in-out;

    transition: -webkit-transform .3s ease-in-out;

    transition: transform .3s ease-in-out;

    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;

}

.span31 .link .right-circle-arrow svg {

    width: 2rem;

    height: 1.875rem;

}

.right-circle-arrow-st0 {

    fill: #213F4B;

}

.span31 .right-hover-bg {

    z-index: 1;

    width: 39%;

    background-size: cover;

}

@media only screen and (min-width: 1025px)

{

.span31:hover .hover-bg, .span31:hover .right-hover-bg {

    opacity: 1;

}

}

@media only screen and (min-width: 1025px)

{

.span31:hover  .link .hover-underline:before {

    background: #000;

    width: 100%;

    -webkit-transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);

    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);

}

}

@media only screen and (min-width: 1025px)

{

.span31:hover .link .hover-underline:after {

    background: 0 0;

    width: 100%;

    -webkit-transition: 0s;

    transition: 0s;

}

}



/* span4 Section

--------------------------------*/

.span4

{

padding:70px 0;

background:url(../img/white_patteren.png) center;

position:relative;

}

@media(min-width:1024px)

{

.span4

{

background-attachment:fixed;

}

}

.span4:before

{

background:rgba(255, 255, 255, 0.6);

content:'';

position:absolute;

left:0;

right:0;

bottom:0;

top:0;

}

.span4 .container

{

position:relative;

}

.box4

{

margin:20px 0;

overflow:hidden;

text-align:center;

transition: all 0.5s;

background:#fff;

}

.box4:hover

{

box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.26);

}

.box4_img

{

margin-bottom:10px;

overflow:hidden;

position:relative;

}

.box4 .box4_img img

{

-webkit-transform: scale(1);

    transform: scale(1);

    -webkit-transition: .3s ease-in-out;

    transition: .3s ease-in-out;

}

.box4:hover .box4_img img

{

-webkit-transform: scale(1.3);

    transform: scale(1.3);

}

.box4_txt

{

padding:10px 15px 25px;

}

.box4 h4

{

text-transform:uppercase;

font-weight:700;

margin-top:0px;

padding-bottom:5px;

margin-bottom:15px;

font-size: 16px;

line-height:1.4;

position:relative;

}

.box4 h4:after

{

    content: '';

    display: block;

    width: 50px;

    margin: 6% auto 2%;

    background: #063273;

    height: 3px;

}

.box4 h4 a

{

color:#333;

}

.box4 h4 a:hover

{

color:#063273;

}

.box4  p

{

font-size:15px;

line-height:1.7;

margin-bottom:15px;

    min-height: 75px;

}

.btn4

{

display:inline-block;

padding:5px 15px;

color:#fff;

background:#333;

border-radius:30px;

font-weight:700;

}

.btn4:hover, .btn4:focus

{

color:#fff;

background:#063273;

}



/* 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;

}

.span5 .owl-dots

{

margin-top:0px;

}

.span5 .owl-dots .owl-dot

{

width:10px;

height:10px;

border:1px solid #063273;

border-radius:100%;

display:inline-block;

margin:3px;

}

.span5 .owl-dots .owl-dot.active

{

background:#063273;

}



/* span6 Section

--------------------------------*/

.span6

{

padding:50px 0;

color:#000;



}

.client1

{

padding: 30px 0;

    padding-left: 6%;

}

.client1 h2

{

    font-size: 25px;

    padding-left: 25px;

    margin-top: 0;

	margin-bottom:0;

}

.count_1

{

display:block;

position:relative;

overflow:hidden;

}

.num

{

    font-size: 67px;

    /* border: 1px solid #eee; */

    padding: 12px;

    font-weight: 700;

    display: inline-block;

	float:left;

	min-height:100px;

	position:relative;

	font-family: 'Yantramanav', sans-serif;

}

.num span.one

{

    float: left;

    min-width: 186px;

    color: #f5f6f7;

    -webkit-text-fill-color: transparent;

    -webkit-text-stroke-width: 1px;

    -webkit-text-stroke-color: #c76db3;

    height: 1em;

    display: inline-block!important;

    vertical-align: middle;

    line-height: 1em;

    font-weight: 600;

    overflow: hidden;

    font-size: 130px;

}

.num span.two

{

       height: 1em;

    display: inline-block!important;

    vertical-align: middle;

    color: inherit;

    line-height: 1em;

    font-weight: 600;

    overflow: hidden;

    position: absolute;

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%,-50%);

    -ms-transform: translate(-50%,-50%);

    transform: translate(-50%,-50%);

    

}

.count

{

           margin: 51px 0 0 -52px;

    z-index: 2;

    float: left;

    position: relative;

    font-family: 'Yantramanav', sans-serif;

}

.count span

{

text-transform:uppercase;

font-size:14px;

color:#ddd;

}

.count h3

{

font-size:29px;

font-weight:700;

}



/* contact Section

--------------------------------*/



.map {

    position: relative;

    padding-bottom: 65%;

    padding-top: 0px;

    height: 0;

    overflow: hidden;

}


.map iframe {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/



#footer {   
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
 background:url(../img/footer.jpg) center no-repeat;
  background-size:cover;
  position:relative;
}

#footer:before
{
content:'';
position:absolute;
     background: rgba(0, 0, 0, 0.9);
 top:0;
 left:0;
 width:100%;
 height:100%;
}

#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 img
{
background: #fff;
    padding: 5px;
    border-radius: 5px;
    max-width: 200px;
    margin-bottom: 25px;
}

#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: #063273;

  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: #063273;

  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: #fff;

}



#footer .footer-top .footer-links ul li {

  /*border-bottom: 1px solid #333;*/

padding: 5px 0;
    font-size: 15px;

}

#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:#dadada;

}



#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: #063273;

  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:#03a9f4;
}



@media(max-width:992px)
{
.foot_con
{
    padding-top: 0%;
}
}

.footer-info p
{
color:#fff;
margin:10px 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: #03a9f4;
    border: 2px solid #666;
    width: 36px;
    height: 36px;
    border: 2px solid #03a9f4;
    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: 15px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1.8;
}

.footer-box p a{
    color: #ffffff;
}

.footer-box {
 /*   padding-left: 10%;*/
}
.footer h5.h5-xs {
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 25px;
}


/*--------------------------------------------------------------

# 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: 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: 16px;
    line-height: 1.7;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;    
  }

@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: 15px;
color: #555;
    font-weight: 400;
    line-height: 1.9;
    margin-bottom: 15px;
}

.con1 ul

{

list-style:none;

margin:0;

padding:0;

}

.con1 ul li
{
padding:10px 0;
font-size:18px;
padding-left:30px !important;
position:relative;
}

.con1 ul li i

{
    position: absolute;
    left: 2px;
    top: 9px;
    color: #aeb91d;
}

.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
{
    /*background: rgba(41,41,41,1);*/
    background: rgb(175 186 28);
    /* border-bottom: 1px solid #ececec; */
    color: #ffffff;
}

@media(max-width:767px)
{
.top-header
{
}
}

.head-right ul

{

display:inline-block;

}

.call ul li
{
display: inline-block;
    line-height: 3.2;
    font-size: 14px;
    /* border-right: 1px solid #ececec; */
    padding-right: 1.1rem;
    padding-left: 0;
}

.call ul li a
{
color:#fff;
    padding-left: 10px;
}
.call ul li a i
{
color: #ffffff;
    font-size: 16px;
    margin-right: 7px;
    position: relative;
    top: 1px;
}
.call ul li a:hover
{
color: #aeb91d;
}

.social ul
{
list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 2px;
}

.social ul li
{
display: inline-block;
    border-radius: .3rem;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #0065b3;
    transition: all .2s ease;
    margin-left: 15px;
}

.social ul li a
{
color:#ffffff;
display:block;
border-radius: .3rem;
}

.social ul li.facebook a
{
color: #3b5998;
}

.social ul li.instagram a
{
color: #e467b8;
 
}

.social ul li.twitter a
{
    color: #1eb0dd;
    
}

.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: #063273;

    -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: #063273;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 15px;
}

.desc

{

margin-top:20px;

}

.desc h5

{

font-weight:500;

color:#da251d;

border-bottom:1px solid #eee;

padding-bottom:5px;

margin-bottom:10px;

}



.content-pages

{

padding:70px 0;

background:#fff;

}



/*-----------------------------------banner------------------------------------*/

.banner
{
    background: url(../img/banner.jpg) center no-repeat;
    background-size: cover;
    padding: 120px 0 120px;
    position: relative;
}

.banner:before
{
    position: absolute;
    content: '';
    background: rgb(0 0 0 / 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner .container
{
  text-align: center;
  position: relative;
}

.banner h2
{
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    margin: 0;  
}

/*-----------------------------------banner end------------------------------------*/



/*----------------------------------breadcrum-------------------------------------------*/

.breadcrum

{

    border-bottom: 1px solid #ddd;

    padding: 15px 0;

    background: #0093dd;

}



.breadcrum p

{

margin:0;

color:#fff;

font-weight:600;

}



.breadcrum p a

{

color:#fff;

}



.breadcrum ul li

{

display:inline-block;

padding:0px 4px;

}

.breadcrum ul li a

{

color:#000;

}

.breadcrum ul li a:hover

{

color:#0153a6;

}

/*-----------------------------------breadcrum end-----------------------------------------*/



.gc-thumbs-area

{

display:none !important;

}

.content-pages h4
{
color: #000000;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 22px;
    line-height: 1.5;
}

.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: #063273;

}



.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;


}

.testimonials-carousel
{
  padding:100px 0; 
}

.testimonials
{
border:1px solid #e6e6e6;
padding:35px;
}

.testimonial-item
{
position: relative;
    /* background: #fff9f7; */
    margin-bottom: 25px;
    padding: 80px 40px 90px;
    border: 10px solid rgba(238,238,238,.2);
    border-radius: 5px;
    color: #fff;
}


.testimonial-item blockquote
{
position:relative;
margin-bottom:0;
}

.testimonial-item blockquote i
{
color: #aeb91d;
    font-size: 35px;
    margin-bottom: 30px;
}

.testimonial-item blockquote p
{
margin-bottom: 25px;
    line-height: 1.9;
    color: #fff;
    font-size: 16px;
}

.testimonial-item blockquote h4
{
    color: #aeb91d;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
}

.testimonial-item blockquote cite
{
color: #aeb91d;
    font-size: 17px;
}

.footer-contact .cont

{

border:none;

}



.span1 h3

{

color: #063273;

    font-weight: 500;

    margin-top: 20px;

    margin-bottom: 10px;

}



.span11 ul

{

list-style:none;

padding:0;

margin-bottom:12px;

overflow:hidden;

}

.span11 ul li, .list li
{
    color: #555;
    padding-top: 8px;
    font-size: 16px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 22px;
    line-height: 1.7;
}

.span11 ul li:before, .list li:before

{
    content: "\f05d";
    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: #aeb91c;
    position: absolute;
    left: 1px;
    top: 13px;
}

.list-white li
{
  color: #fff !important;
}

.list-white li:before
{
  color: #fff !important;
}

.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: 33%;
    left: 6%;
}


@media(min-width:1450px)
{
.slider-intro-section {
    left: 12%;
}
}

@media(min-width:1600px)
{
.slider-intro-section {
    left: 16%;
	top: 20%;
}

}

@media(min-width:1750px)
{
.slider-intro-section {
    left: 18%;
}
}

@media(min-width:1900px)
{
.slider-intro-section {
    left: 22%;
}
}


.slider-intro {
 padding-right: 10px;  
}

.slider-intro-section .slide-title
{
display: inline-block;
    background: #063273;
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 5px 5px 0px 0;
}

.slider-intro h4
{
  font-family: 'Century Gothic';
 font-size: 26px; 
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
    /* border-left: 4px solid; */
    /* padding-left: 10px; */
    line-height: 1;
}
.slider-intro img
{
    border-radius: 5px;
    padding: 8px 16px;
    background: #fff;
    margin-bottom: 8px;
    height: 70px;
}

.slider-intro h2
{
    color: #ffffff;
    font-size: 55px;
    font-weight: 800;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 14px;
    /* text-shadow: 1px 1px 2px #000;*/
}

.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: #063273;
    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;
overflow: hidden;    
    -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;
}
.box05
{
border-radius:0 10px 10px 0;
}
}

.col-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}


.inner-slider
{
    padding: 45px 1px 20px;
    color: #212121;
    text-align: center;
}
.h_icon
{
margin-bottom:20px;
}

.h_icon img
{
height:65px;
}

.inner-slider h5
{
    color: #b3b965;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
}

.inner-slider h4
{
color: #000;
font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 42px;
}
.inner-slider h2
{
font-size:25px;
font-weight:600;
letter-spacing:1px;
}
.inner-slider a
{
color:#fff;
}

.box02 .inner-slider, .box04 .inner-slider
{
color: #fff;
position: relative;
}

.box02, .box04
{
  position: relative;
}

.box02:before, .box04:before
{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box02 .inner-slider h4 {
    color: #fff;
}

.box02 .inner-slider .btn {
    background: #aeb91b;
    border: 1px solid #aeb91c; 
    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: 16px;
    line-height: 1.9;
    margin-bottom: 10px;
}

.eg-phone
{
    font-size: 22px;
    color: #063273;
    font-weight: 700;
	margin-bottom:15px;
	margin-top:25px;
}

.eg-phone a
{
color: #063273;
}


.department-section
{
padding:60px 0 60px;
}

.box3
{
position:relative;
margin:30px 0;
padding-left:80px;
color:#333;
}
.box3 .icon3
{
position:absolute;
left:0;
color:#063273;
font-size:55px;
}
.box3 .icon3
{
-webkit-transition: transform .4s cubic-bezier(.38,3,.57,1.6);
    -moz-transition: transform .4s cubic-bezier(.38,3,.57,1.6);
    transition: transform .4s cubic-bezier(.38,3,.57,1.6);

}
.box3:hover .icon3
{
-webkit-transform: translate3d(0,-5px,0);
    -moz-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
}
.box3_txt h4 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}
.box3_txt p
{
color: #fff;
font-size: 18px;
line-height: 1.5;
}


.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: #063273;
    -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: #063273;
    border: 1px solid #063273;
}

.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;
}

.products-section
{
padding: 70px 0;
    background: #fff9f7;
}

.doctor-id
{
margin-bottom: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
position:relative;
}

.doctor-id img
{
    border: 1px solid #ddd;
}

.doctor-name
{
background: #fda5c3;
    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: #222;
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 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    margin-top: 4px !important;
    margin-bottom: 5px !important;
}

.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:0px;
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 #aeb91d;	
    opacity: 0.5;
}
.owl-dots .owl-dot.active
{
opacity:1;
background: #aeb91d;
}

.parallax-section
{
background: url(../img/inspiring-bg-21.jpg) center no-repeat;
overflow:hidden;
position: relative;
background-size: cover;
}
.parallax-section:before
{
bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
 background-color: rgba(6,21,56,0.7);     
}

.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: #063273;
    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;
}


.inner-slider .btn
{
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 10px 25px;
    border-radius: 30px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

.success-section
{
    background: #aeb91c;
    padding-top: 35px !important;
    padding-right: 7% !important;
    padding-bottom: 35px !important;
    padding-left: 7% !important;
    border-radius: 15px;
}


.success-one
{
    text-align: center;
    margin: 15px 0;
    color: #fff;
    border-right: 1px solid #fff;
}
.success-one h3 
{
  color: #fff;
  margin-bottom: 0;
}

.success-one h3 span
{
font-size: 40px;
    color: #ffffff;
    font-weight: 700;
}
.success-one p
{
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
}

.handwritten
{
    font-family: 'Courgette', cursive;
    color: #fff !important;
    font-size: 26px;
}

@media(max-width:1024px)
{
.form-chk
{
    width: 49%;
}
  #header #logo {
    margin-top: 0px;
  }

.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: 10px;
}
.cy_logo_box {
width: 120px;
}

#intro .carousel-content {
    padding: 32% 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 {
    width: 166px;
    padding: 7px 20px 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: 57% 0;
}

.span11 h4
{
    font-size: 22px;
    font-weight: 600;
}

.banner
{
    background-position:center !important;
}
}

.content-pages h3
{
    color: #ee8aa4;
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
}

.content-pages p
{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    margin-bottom: 15px;  
}

.content-pages ul
{
list-style:none;
padding:0;
margin-bottom:12px;
overflow:hidden;
}

.content-pages ul li
{
color: #3e3e3e;
    padding-top: 5px;
    font-size: 16px;
    padding-bottom: 5px;
    position: relative;
    padding-left: 17px;
    line-height: 1.5;
}

.content-pages 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: #aeb91d;
    position: absolute;
    left: 0;
    top: 8px;
}


.con1 ul li:before
{
display:none;
}

.footer-links a
{
color:#03a9f4;
}

.content-pages .doctor-id:hover .doctor-name {
     -webkit-transform: none; 
     transform: none; 
}

.content-pages .doctor-id img
{
width:100%;
}

.page-gal
{
text-align:center;
}

.page-gal img
{
width:100%;
}

.facility-one
{
    /* background: #f6fcff; */
    /* padding: 30px; */
    /* border-radius: 15px; */
    /* box-shadow: 0px 4px 21px 1px #ddd; */
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}

.content-pages .facility-one h3
{
margin-top:5px;
}

@media(min-width:768px)
{
.ul-2x li
{
width:49%;
float:left;
}
}

.table-dept
{
margin-bottom:25px;
}

.content-pages table td
{
    font-size: 16px;
}

.table-dept th
{
    background: #063273;
    color: #fff;
    font-size: 22px;
}

.mrg-t-40
{
margin-top:40px;
}

.tourism
{
margin-bottom:25px;
}

.tourism h4
{
background: #063273;
    margin: 0;
    text-align: center;
    padding: 5px 0;
    color: #fff;
}

.span4_ul
{
list-style:none;
margin:0;
padding:0;
}

.span4_ul li
{
font-size:16px !important;
    padding: 30px 0 !important;
}

.span4_ul li:before
{
display:none !important;
}

.span4_ul li i
{
font-size:40px;
}

.span4_ul li strong
{
font-weight:700;
display:block;
padding-bottom:3px;
font-size:20px;
}

label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 17px;
}

.big-dropdown
{
width: 600px !important;
left: -100px !important;
}

.big-dropdown li
{
width: 50%;
    float: left;
}

.appoint-box
{
    background: #de1108;
}

.appoint-inner
{
padding: 0 20px 20px;
}

.appoint-box h3
{
background: #063273;
    color: #fff;
    text-align: center;
    padding: 18px 0 10px;
    font-size: 23px;
    margin: 0;
}

.appoint-box .btn2
{
display: block;
    width: 100%;
    border-radius: 0;
    padding: 10px;
    font-weight: 700;
    font-size: 16px;
}

.appoint-box  p
{
font-size: 20px;
    color: #fff;
    margin-top: 20px;
    line-height: 1.7;
}

.appoint-box  p a
{
    color: #fff;
    display: block;
}

.table-dept td
{
vertical-align:middle;
}

.speciality-box
{
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 2px 0px 39px -4px #ddd;
    position: relative;
    background: rgb(84,135,210);
    background: linear-gradient(273deg, #fda5c3 0%, #fda5c3 60%);
    margin-bottom: 40px;
    margin-top: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.speciality-box:hover
{
transform: translateY(-10px);
    box-shadow: 4px 0px 14px 7px #b7b7b7;
}

.speciality-box .icon3
{
font-size: 76px;
    position: relative;
    z-index: 99;
    background: #fff;
    display: inline-block;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #ca653e;
    border: 2px solid #e7987b;
    margin-top: -100px;
}

.whatsapp
{
position: fixed;
bottom: 15px;
right: 15px;
z-index: 100;
background: #de1108;
padding: 15px;
border-radius: 50%;
}

.whatsapp img
{
width:60px;
}
.youtube-icon
{
position: fixed;
    bottom: 110px;
    right: 15px;
    z-index: 100;
}
.youtube-icon img
{
width:70px;
}


/*======================== Social Icons ==================================== */

.social2 {
position: fixed;
    top: 65%;
    z-index: 999;
}

.social2 ul {
  padding: 0px;
  -webkit-transform: translate(-97px, 0);
  -moz-transform: translate(-97px, 0);
  -ms-transform: translate(-97px, 0);
  -o-transform: translate(-97px, 0);
  transform: translate(-97px, 0);
}
.social2 ul li {
  display: block;
  margin: 5px;
  background: #444;
  width: 148px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social2 ul li:hover {
  -webkit-transform: translate(90px, 0);
  -moz-transform: translate(90px, 0);
  -ms-transform: translate(90px, 0);
  -o-transform: translate(90px, 0);
  transform: translate(90px, 0);
    background: #444;
}

.social2 ul li a {
color: #fff;
    font-size: 16px;
}
.social2 ul li:hover i {
  color: #fff;
  background: rgba(0, 0, 0, 0.36);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.social2 ul li i {
    margin-left: 10px;
    color: #194781;
    background: #fff;
    padding: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 17px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.social2 ul .fb:hover
{
background:#3b5998;
}

.social2 ul .yt:hover
{
background:#bb0000;
}

.social2 ul .skp:hover
{
background:#00e676;
}

.social2 ul .insta:hover
{
background:#fb3958;
}

.social2 ul .fb i
{
color:#3b5998;
}

.social2 ul .yt i
{
color:#bb0000;
}

.social2 ul .skp i
{
color:#00e676;
}

.social2 ul .insta i
{
color:#fb3958;
}

.pd0
{
padding:0;
}

.gal img
{
border:1px solid #ddd;
padding:2px;
margin:8px;
}

.footer-links .table td, .footer-links .table th {
    font-weight: 400;
font-size: 15px;	
}

.affiliat
{
  text-align: center;
}

.affiliat img
{
    width: 240px;
    border: 1px solid #ddd;
    margin: 10px;
}

.mgt-50
{
  margin-top: 50px;
}

.workshop-box
{
border: 1px solid #ddd;  
position: relative;
}

.workshop-text
{
padding: 25px;  
}

.workshop-text p
{
margin-bottom: 30px;
}

.workshop-text h4
{
  margin-top: 0
}

.workshop-text a
{
    position: absolute;
    background: #fda5c3;
    /* width: 100%; */
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-align: center;  
}

.gallery-box img
{
  padding 3px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.dets
{
border: 1px solid #ddd;
    padding: 25px;
    border-radius: 5px;  
}

.dets h4
{
  margin-top: 0;
}

.features-box {
    padding-top: 120px !important;
    padding-right: 10% !important;
    padding-bottom: 120px !important;
    padding-left: 10% !important;
    background-color: #f7f7f7 !important;
   margin-left: 12%; 
}

.features-box  p
{
color: #333;
    line-height: 1.9;  
}

.feature
{
  margin-top: 37px;
     display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: start;   
    color: #111;
}

.feature-icon
{
  width: 100px;
}

.feature-icon img
{
  width: 80px !important;
}

.feature-text
{
    margin-left: 20px;  
}

.feature-text p
{
color: #222 !important;
margin-bottom: 0;
}
.feature-text h3
{
    color: #222 !important;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
}

.projects-section
{
  padding: 70px 0;
}

.portfolio-wrap {
    background: #f8f8f8;
    -webkit-box-shadow: 2px 2px 20px rgba(0,0,0,.1);
    box-shadow: 2px 2px 20px rgba(0,0,0,.1);
position: relative;
    overflow: hidden;
    color: #000000;    
    margin-bottom: 30px;
}
.portfolio-wrap .portfolio-img {
    position: relative;
    overflow: hidden;
}
.portfolio-overlay-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 0;
    bottom: 0;
    background: rgb(174 185 29 / 0.8);
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
}
.portfolio-default .portfolio-overlay-wrap:before {
    opacity: 0;
    transition: all .5s ease 0s;
    z-index: 0;
    background: rgba(255,255,255,.95);
}
.portfolio-overlay {
    opacity: 0;
    z-index: 1;
}
.portfolio-wrap .overlay-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    padding: 0 45px;
    width: 100%;
}
.portfolio-wrap .portfolio-overlay {
    position: absolute;
}
.portfolio-wrap .portfolio-overlay.overlay-center {
    -webkit-transform: translateY(-50%) scale(.8);
    transform: translateY(-50%) scale(.8);
    will-change: transform,opacity;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.07,.72,.24,1);
    transition-timing-function: cubic-bezier(.07,.72,.24,1);
}
.portfolio-overlay .portfolio-title {
    margin-bottom: 10px;
    position: relative;
        line-height: 1;
}

.portfolio-overlay .portfolio-title h3 {
    margin-bottom: 10px;
    line-height: 30px;
}

.portfolio-overlay .portfolio-title a {
font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.portfolio-overlay .portfolio-title a:after {
    content: "";
    background: rgba(0,0,0,.5);
    height: 6px;
    position: absolute;
    left: 20%;
    right:20%;
    margin: 0 auto;
    bottom: -8px;
    z-index: -1;
}
.portfolio-overlay .portfolio-title a:after {
    background-color: rgb(83 88 15);
}
.portfolio-wrap:hover .portfolio-overlay-wrap:before {
    opacity: 1;
    transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
}
.portfolio-wrap:hover .portfolio-overlay.overlay-center {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
      opacity: 1;  
}

.content-pages
{
  padding: 70px 0;
}

.content-pages
{

}

/*---------------------------------------------------YTPlayer--------------------------------------------------------------*/
.video
{
    position: relative;
    z-index: 1;
      display: block;
}
@media(max-width:767px)
{
.video
{
display:none;
}
}
.video-content
{
position: relative;
    overflow: hidden;
    max-height: 600px;
}

@media(min-width:1600px)
{
.video-content
{
    max-height: 700px;
}  
}

@media(max-width:1400px)
{
.video-content
{
position: relative;
    overflow: hidden;
    max-height: 540px;
}
}

@media(max-width:1200px)
{
.video-content
{
position: relative;
    overflow: hidden;
    min-height:504px;
}
}

@media(max-width:992px)
{
.video-content
{
position: relative;
    overflow: hidden;
    max-height: 504px;
}
}

@media (max-width: 767px)
{
.video-content {
    position: relative;
    overflow: hidden;
    max-height: 215px;
}
}
.video-content .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 50;
    background: rgba(0, 0, 0, 0.32);
}
.video-overlay
{
position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 0;
}
@media(min-width:768px)
{
.video-overlay
{
top: 150px;
}
}
.video-content p
{
display:none;
}

@media(min-width:992px)
{
.video-overlay
{
top: 60px;
}
}

.video-content h3
{
    font-weight: normal;
    color: #fff;
    text-align: left;
    font-size: 70px;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1;
    font-family: 'Century Gothic';
}
@media(min-width:768px)
{
.video-content h3
{
display:block;
}
.video-content p
{
 width: 100%;
    font-size: 14px;
    display: block;
    line-height: 1.7;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;  
}
}

@media(max-width:768px)
{
.video-content h3
{
font-size: 20px;
}
}

.video-content h3 span {
    color: #afba1c;
    
}

.video-container {
    position: relative;
    padding-bottom: 100%;
    padding-top: 20px;
    height: 0;
    overflow: hidden;
    background: #090909;
    outline: 0px;
    border: none;
}
.video-container iframe
{
position: absolute;
    top: -18.5%;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0px;
    border: none;
}
@media(min-width:1200px)
{
.video-container iframe
{
top: -36.5%;
}
}
.media-btns {
    position: relative;
    width: 100px;
    /*height: 100px;*/
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
}
.play-btn {
    width: 100px;
    height: 100px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    display: none;
    z-index: 40;
    border: 2px solid #fff;
    border-radius: 100px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.pause-btn {
    width: 100px;
    height: 100px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    z-index: 50;
    border: 2px solid #fff;
    border-radius: 100px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
  display:none;
}
.play-btn i.animated {
    line-height: 100px;
    padding-left: 3px;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
.pause-btn i.animated {
    line-height: 100px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.foot-cont p
{
position: relative;
    padding-left: 22px;
}

.foot-cont p i
{
position: absolute;
    color: #aeb91d;
    top: 6px;
    left: 0;
    font-size: 16px;
    text-align: center;
    width: 16px;
}

@media(max-width:992px)
{
.pause-btn {
    width: 65px;
    height: 65px;
    font-size: 25px;
}
.pause-btn i.animated {
    line-height: 63px;
}
.media-btns {
    width: 65px;
    height: 65px;
  display:none;
}

}

@media(max-width:600px)
{
.pause-btn {
    width: 45px;
    height: 45px;
    font-size: 18px;
}
.pause-btn i.animated {
    line-height: 46px;
}
.media-btns {
    width: 45px;
    height: 45px;
}
.video-content h3 {
    font-size: 14px;
}
.video-content {
    position: relative;
    overflow: hidden;
    max-height: 160px;
}
}

@media(max-width:450px)
{
.pause-btn {
    width: 35px;
    height: 35px;
    font-size: 14px;
}
.pause-btn i.animated {
    line-height: 33px;
}
.media-btns {
    width: 30px;
    height: 30px;
}
.video-content h3 {
    font-size: 12px;
  margin-top:0;
}
.video-content {
    position: relative;
    overflow: hidden;
    max-height: 120px;
}

.btn_chat 
{
font-size:20px;
}
}

@media(max-width:350px)
{
.media-btns {
    width: 35px;
    height: 15px;
}

.video-content {
    position: relative;
    overflow: hidden;
    max-height: 105px;
}
}

.logo1
{
margin-top:-20px;
}
@media(min-width:993px)
{
.logo1
{
margin-top:100px;
}
}

.static-img
{
background: url(../img/intro-carousel/1.jpg) center;
    background-size: cover;
    display: none;
    padding: 60px 0 90px;
    position: relative;
}
.static-img:before
{
position:absolute;
content:'';
background:rgba(0,0,0,0.5);
left:0;
right:0;
top:0;
bottom:0;
}
@media(max-width:1024px)
{
.static-img
{
display:block;
}
.video
{
  display: none;
}
}
.static-img .container
{
position:relative;
}
@media(max-width:767px)
{
.static-img img
{
width:200px;
margin-top:60px;
}
}

/*---------------------------------------------------YTPlayer--------------------------------------------------------------*/


@media(max-width:414px)
{
.mob-block
{
display:block;
}

.call .pipe
{
display:none;
}

.call ul li
{
padding-bottom:5px;
}

.call ul li {
    padding-bottom: 4px;
    padding-top: 8px;
    padding-right: 0;
    padding-left: 0;
    line-height: 1;
}
.pipe {
    padding: 0 2px;
    font-size: 14px;
}

.social.right2 .fa
{
display:none;
}

#header {
    height: 77px;
}

#header #logo {
    margin-top: 0;
}

.cy_logo_box {
    padding: 3px 20px 0;
}	

.above-slider {
    margin-top: 50px;
}

.above-slider .col-sm-12 {
    margin-bottom: 20px;
}

.slider-intro {
    padding: 20px 0 0 0;
}


.slider-intro h3
{
    font-weight: normal;
    color: #fff;
    text-align: left;
    font-size: 70px;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1;
    font-family: 'Century Gothic';
}
}

@media(min-width:768px)
{
.slider-intro h3
{
display:block;
}
.slider-intro p
{
 width: 100%;
    font-size: 14px;
    display: block;
    line-height: 1.7;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;  
}
}

@media(max-width:768px)
{
.slider-intro h3
{
font-size: 30px;
}
}

.slider-intro h3 span {
    color: #afba1c;
}

.slider-intro p
{
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.9;
    font-size: 13px;
}

#intro .carousel-item {
    height: 300px;
}

.slider-intro-section .container
{
padding-left:0;
}

#intro h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

#intro p {
    margin: 0 auto 15px auto;
    font-size: 16px;
}

.s_icons img {
    width: 45px;
    background: #fff;
    border-radius: 6px;
    margin: 2px;	
}

.span1 .heading h2 {
    font-size: 30px;
}

.span2 {
    background: #063273;
}

.amenity-text {
    margin-top: 0px;
}

.fluid-img {
    max-width: 100%;
}
}

.inbox-logo
{
  color: #000;
}

.inbox-logo span
{
color: #afba1c;
}

@media(max-width: 1024px)
{
.slider-intro h3
{  
  display: block;
    margin-bottom: 0px;
    font-size: 50px;
}
}

@media(max-width: 768px)
{
.handwritten {
    font-size: 20px;
}
.success-section p
{
    line-height: 1.5;  
}

.success-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
}

@media(max-width: 767px)
{
.span11 .col-md-4 img
{
  margin-bottom: 15px;
}

.projects-section {
    padding: 0px 0 70px;
}
}