/*** Main CSS ***/

/*** General ***/
@font-face {
 font-family:'fontawesome-webfont';
 src:local('fontawesome-webfont');
 src:url('../fonts/fontawesome-webfont.ttf');
 src: url('../fonts/fontawesome-webfont.eot?#iefix') format('eot'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#webfontQ1FnPBwb') format('svg');
}
@font-face {
     font-family:'AvenirNextLTPro-Demi';
     src:local('AvenirNextLTPro-Demi');
     src:url('../fonts/AvenirNextLTPro-Demi.ttf');
     src: url('../fonts/AvenirNextLTPro-Demi.eot?#iefix') format('eot'),
     url('../fonts/AvenirNextLTPro-Demi.woff') format('woff'),
     url('../fonts/AvenirNextLTPro-Demi.ttf') format('truetype'),
     url('../fonts/AvenirNextLTPro-Demi.svg#webfontQ1FnPBwb') format('svg');
}
p,h1,h2,h3,h4,h5,h6,ul,li,input,select,button {
    margin: 0;
    padding: 0
}
li {
    list-style: none
}
body {
    font-size: 15px;
    font-family: 'Comic Sans MS', sans-serif;
    font-weight: 400;
    line-height: 24px;
}
select { display:block;
        padding: 20px;
        line-height: 30px;
    }
	
a {
    outline: none;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
a:hover{
   color: #eb2939 !important;
   outline: none;
   text-decoration: none;
}
input,textarea,submit,button,select,input:focus,textarea:focus,submit:focus,button:focus,select:focus {
    outline: none;
    border: none;
    border-radius: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none
}

.no-padding {
    padding: 0;
}
.container-fluid.top-header {
    padding: 0px;
    background-image: url('../images/header_banner3.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 253px;
}
.menu_section {
    padding-top: 50px;
    clear: both;
}
.navbar-nav,.navbar-header {
    width: 100%;
}
nav.navbar.menu_section {
    background-color: #fff;
    border: none;
    border-radius: 0px;
	margin:0px;
}
.menu_section .navbar-collapse{padding: 0px;}
.menu_section .navbar-nav>li>a {
    color: #010101;
    background-color: transparent;
    text-align: left;
    font-size: 18px;
    padding: 0px 11px;
    line-height: 14px;
    font-family: Comic Sans MS;
    font-weight: 700;
    border-right: 1px solid #010101;
    transition: 0.3s;
}
.menu_section .navbar-nav>li:last-child>a{border: none;}
.menu_section .navbar-nav>li:first-child>a{padding-left:0px}
.menu_section .navbar-nav>.current_page_item>a, .menu_section .navbar-nav>.active>a:hover, .menu_section .navbar-nav>.active>a:focus {
    color: #eb2939;
    background-color: transparent;
}
.nav>li.active, .nav>li:hover {
    padding-bottom: 32px;
    background-image: url('../images/active_nav.png');
    background-repeat: no-repeat;
    background-position: center 21px;
}
.menu_section .navbar-nav>li>a:hover, .menu_section .navbar-nav>li>a:focus {
    color: #5f5f5f;
    background-color: transparent;
}
.container-fluid.banner-wrapper {
    background-image: url('../images/slider_bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -48px;
    padding-bottom: 140px;
}
.slider-carousel-img {
    max-width: 1156px;
    margin: auto;
}

.slider-carousel-img img {
    border-radius: 25px;
    border: 6px solid #fff;
    width: 100%;
}
.left.carousel-control {
    background-image: url('../images/prev.png');
    background-repeat: no-repeat;
    width: 53px;
    height: 53px;
    top: 0%;
    bottom: 0%;
    margin: auto;
    left: 360px;
    opacity: 1;
}
.right.carousel-control {
    background-image: url('../images/next.png');
    background-repeat: no-repeat;
    width: 53px;
    height: 53px;
    top: 0%;
    bottom: 0%;
    margin: auto;
    right: 360px;
    opacity: 1;
}
.slider-carousel-img {
    max-width: 1156px;
    padding: 70px 0 0 0;
    margin: auto;
}
.banner-wrapper.homepage-banner {
    padding-bottom: 40px;
}

.homepage-banner .slider-carousel-img {
    padding-top: 40px;
}
.slider-carousel-img img {
    border-radius: 25px;
    border: 6px solid #fff;
    width: 100%;
}

.slider-caption-wrap {
    margin: 30px 0px 100px;
}
.carousel-indicators {
    bottom: 117px;
}
.carousel-indicators li{
	width: 13px;
	height: 13px;
	background-color: #3cd2ed;
	border: none;
	border-radius: 15px;
}
.carousel-indicators .active{
    background-color: #f02c2c;
    width: 13px;
    height: 13px;
	border-radius: 15px;
}
.container-fluid.home-abt-us {
    margin-top: -48px;
    background-repeat: no-repeat;
    background-size: cover;
}
.container-fluid.home-abt-us {
    margin-top: -67px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.location_div {
    max-width: 377px;
    width: 100%;
    height: 197px;
    background-position: center center;
    padding: 40px 0px;
    margin-top: -52px;
}

.location_div img {
    margin: auto;
}

.location_div p {
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-family: Comic Sans MS;
    font-weight: 700;
    line-height: 30px;
    padding: 12px 0;
}

.go-down {
    position: absolute;
    top: 14px;
    right: 1.2%;
	cursor:pointer
}
.go-down1 {
    position: absolute;
    bottom: 14px;
    right: 1.2%;
	cursor:pointer
}
.go-down img {
   
}
.go-up{
    position: absolute;
    top: 14px;
    right: 1.2%;
	cursor:pointer
}
.go-up img {
    opacity: 0;
}
.home-abt-inner-box h4 {
    color: #f02c2c;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.home-abt-inner-box p {
    font-size: 17px;
    line-height: 24px;
	clear:both;
    padding: 0px 26px 20px 0px;
}
.abt_content_section {
    padding: 95px 0px 0px;
	position: relative;
    z-index: 99;
}
.home-abt-img img{margin: auto;}
.wat_we_do_wrapper {
    margin-top: -58px;
    background-repeat: no-repeat;
    background-color: #f9fdfe;
    background-size: 100%;
	background-position: center top;
	margin-bottom:100px;
	position:relative;
}
.vid_sec {
    margin: auto;
    width: 100%;
    display: block;
    float: none;
    max-width: 1000px;
}

.vid_sec iframe {
    margin: auto;
    display: block;
}
.wat_we_do_wrapper h4{
    color: #f02c2c;
    font-size: 36px;
    font-weight: 700;
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 152px;
}
.wat_we_do_div {
    position: relative;
    max-width: 350px;
    width: 100%;
    height: 330px;
    margin-right: 24px;
    margin-bottom: 15px;
}

.wat_we_do_hover{
    position: absolute;
    top: 0px;
    display: block;
    text-align: center;
	opacity:0;
    font-size: 14px;
    color: #fff;
    width: 100%;
    height:100%;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    background-color: rgba(0,0,0,.7);
	left:0;
/*	webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/
}
.wat_we_do_div:hover .wat_we_do_hover {
	opacity:1;
}
.wat_we_do_div:focus .wat_we_do_hover {
	opacity:1;
}
.wat_we_do_inner {
    display:inline-block;
    vertical-align: middle;
    position: relative;
    z-index:1;
    padding: 0 15px;
	top:15%;

}
.wat_we_do_div  .wat_we_do_inner{
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);	
	    transform: skewY(-5deg);		
}
.wat_we_do_div:nth-child(3n-1) .wat_we_do_inner{
    -webkit-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    -moz-transform: skewY(0deg);	
	    transform: skewY(0deg);		
}
.wat_we_do_div:nth-child(3n) .wat_we_do_inner{
    -webkit-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -moz-transform: skewY(5deg);	
	    transform: skewY(5deg);	
	
}
.home-abt-img img,img.img-responsive.author_img,.Our_Philosophy_div>span>img{transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  }
.home-abt-img ,.home-abt-img.abtreview,.home-abt-img img{    overflow: hidden;}
.home-abt-img img:hover{
  transform: scale(1.02);
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
}
.Our_Philosophy_div>span>img:hover ,.location_div:hover img,.our_center_div:hover .our_center_content .our_center_marker ,.our_center_div:hover .our_center_content .our_center_img{
 /* animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;*/
}
.our_center_marker {
    transform: translateY(-50px);
    opacity: 1;
    transition: .3s;
}

/*.our_center_div:hover .our_center_marker {
    opacity: 1;
    transform: translateY(0);
    transition: .3s;
}*/
.our_center_img{opacity:1;transition: .3s;}
/*.our_center_div:hover .our_center_img{opacity:1;transition: .3s;}*/
.facility_div:hover img {
    opacity: 0.5;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.swing1 {
    position: absolute;
    right: 0;
}
.swing1.g-icon1 {
    right: 0;
    top: -14%;
    animation: swingity infinite 5s linear;
}



.wat_we_do_inner img {
    margin: 20px auto;
}

.wat_we_do_inner p {
    padding: 0px 15px;
}

.wat_we_do_div:nth-child(3n) {
    margin-right: 0px;
}
.wat_we_do_div img.wat_we_do {
   /* position: absolute;
    bottom: 0px;*/
}
.wat_we_do_section {
    margin-top: 80px;
}
.wat_we_do_div {
    background-image: url('../images/shadow.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 302;
}

.wat_we_do_div:nth-child(4n) img.wat_we_do, .wat_we_do_div:nth-child(6n) img.wat_we_do {
    top: 0px;
}
.wat_we_do_div:nth-child(5n) img.wat_we_do {
    top: 0px;
}
.day_work_section{
   background-color: #f9fdfe;
}
.day_work_inner_box {
    width: 153px;
    height: 153px;
    margin: auto;
    background-image: url('../images/icon_bg.png');
    background-repeat: no-repeat;
    display: table;
	transition:0.3s;
}
.day_work_img {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.day_work_img img {
    margin: auto;
}
.day_work_box h5{
    color: #a9dcd0;
    font-size: 36px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center;
    padding: 36px 0px 15px;
    background-image: url('../images/small_shadow.png');
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 20px;
	transition:0.3s;
}
.day_work_box p{
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}
.day_work_box h5 .arrow img{display: inline;transition:0.3s;}
.day_work_box h5 .arrow img.hover_img{display: none;transition:0.3s;}

.day_work_box:hover .day_work_inner_box {
    background-image: url('../images/icon_hover_bg.png');
}
.day_work_box:hover  h5{
    color: #eb2939;
}
.day_work_box:hover h5 .arrow img{display: none;}
.day_work_box:hover h5 .arrow img.hover_img{display: inline;}

.day_work_section h4{
    color: #eb2939;
    font-size: 36px;
    font-weight: 700;
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
    padding: 25px 0px 35px;
}
.day_work_wrap {
    padding-bottom: 90px;
}
.testimonial_section{
    background-image: url('../images/testimonial_bg.png');
    background-repeat: no-repeat;
    /* background-color: #f9fdfe; */
    position: relative;
    height: 598px;
    background-size: cover;
    background-position: center center;
    margin-top: -34px;
	position:relative;
}
.testimonial_sec{
    background-image: url('../images/testi_slider_bg.png');
    background-repeat: no-repeat;
    max-width:913px;
    width: 100%;
    margin: auto;
    position: absolute;
    height: 500px;
    top: 0px;
    right: 0px;
    left: 0px;
    background-position: center center;
    padding: 0 20px 0 50px;
    background-size: 100% 100%;
}
.testimonial_section  h4{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
    padding-top: 65px;
}
.testimonial-carousel-img img {
    display: inline-block;
    text-align: center;
	height:89px;
	width:89px;
	border-radius:100%;
}

div#testimonial {
    position: relative;
    top: 218px;
    text-align: center;
    height: 250px;
}

.testimonial-caption-wrap p {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 50px;
}
.testimonial-caption-wrap h6 {
    font-size: 18px;
    color: #eb2939;
    line-height: 24px;
    font-weight: 700;
}
img.img-responsive.right_quote {
    position: relative;
    left: 20px;
	width:auto;
	height:auto;
}

img.img-responsive.left_quote {
    position: relative;
    left: -20px;
	width:auto;
	height:auto;
}
.testimonial_sec .left.carousel-control {
    background-image: url('../images/test_left.png');
    background-repeat: no-repeat;
    width: 23px;
    height: 36px;
    top: 0%;
    bottom: 0%;
    margin: auto;
    left: -60px;
    opacity: 1;
}
.testimonial_sec .right.carousel-control {
    background-image: url('../images/test_right.png');
    background-repeat: no-repeat;
    width: 23px;
    height: 36px;
    top: 0%;
    bottom: 0%;
    margin: auto;
    right: -30px;
    opacity: 1;
}
.container-fluid.footer {
    background-image: url('../images/footer_bg.jpg');
    background-repeat: no-repeat;
    background-color: #a9dcd0;
    padding-top: 60px;   
    background-size: 100%;
	background-position:center bottom;
	padding-bottom:169px;
	position:relative;
	border-top:1px solid #fff;
}
.container-fluid.footer.foot1 {
    padding-bottom: 103px;
}
.foot1{
/*height:600px;	*/
	}
.latest_news{
    background-image: url('../images/news_event_title_bg.png');
    background-repeat: no-repeat;
    width: 338px;
    height: 94px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #000;
    padding: 34px 0px;
}
.gallery_sec{
    background-image: url('../images/gallery_title_bg.png');
    background-repeat: no-repeat;
    width: 338px;
    height: 94px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #000;
    padding: 34px 0px;
    margin-top: 40px;
}
.footer  h5{
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 35px;
}
.footer  p{
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 15px;
    background-repeat: no-repeat;
    padding-left: 42px;
    margin-bottom: 5px;
}
.footer  p a{
    color: #000;
    font-size: 18px;
    font-weight: 700;
	line-height: 20px;
}
p.address a {display: inline-block;padding-top: 6px;line-height: 20px;}
.footer  ul li a{
    color: #000;
    font-size: 24px;
    font-weight: 400;
	line-height: 20px;
}
.footer .footer2 {
    padding: 0px 15px;
}
.footer3 {
  text-align: center;
}
.footer ul li {
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-bottom: 20px;
}

.footer p.telephone {
    padding-top: 4px;
	padding-left: 40px;
    background-position-x: 4px;
}
.footer-section{
   padding-bottom: 30px;
}
.copyrgt_section{
     background-image: url('../images/copy_right.png');
     background-repeat: no-repeat;
     margin-top: -105px;
     background-position: center top;
     background-size: 72.5%;
}
.social_link_text ul li {
    display: inline-block;
    padding: 0px 8%;
}
.ul_list_text ul li {
    display: inline-block;
    border-left: 1px solid;
}
.ul_list_text ul li:first-child {
    border-left: none;
}
.copy_right_text{
    font-size: 14px;
    color: #000;
	width: 45%;
}
.ul_list_text {
    width: 22%;
}
.ul_list_text ul {
    text-align: right;
}
.ul_list_text ul li a{
    font-size: 14px;
    color: #000;
    padding: 0px 10px;
    line-height: 8px;
}
.copyrgt_section .container {
    margin-top: 67px;
}
.social_link_text {
    text-align: center;
    margin-top: -23px;
	width:33%
}
.social_link_text ul li.tw {
    position: relative;
}

.social_link_text ul li.gp {
    position: relative;
}

.social_link_text ul li.pr {
    position: relative;
}
.wat_we_do_hover:after {
    content:'';
    background-image: url(../images/left-curve-hover.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%; 
	display:none;
}
.wat_we_do_div:nth-child(3n) .wat_we_do_hover:after {
    transform: scaleX(-1);transform:scaleX(-1);-webkit-transform:scaleX(-1);
}

.wat_we_do_div:nth-child(3n-1) .wat_we_do_hover:after {
    background-image: url(../images/Mid-curve-hover.png);
}

.wat_we_do_div:nth-child(3n-1) {
    height: 302px;
    top: 18px;
}



.banner_title {
    /*background-image: url('../images/title_bg.png');*/
    background-repeat: no-repeat;
    max-width: 1170px;
    height: 115px;
    margin: auto;
    position: relative;
    background-size: auto 100%;
    background-position: center;
}
.inner_title_box {
    height: 100%;
    display: table;
    width: 100%;
    position: absolute;
    top: 0px;
}
.inner_title_box h2 {
    text-align: center;
    vertical-align: middle;
    font-size: 45px;
    font-family: Comic Sans MS;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    display: table-cell;
}
.container-fluid.banner-wrapper.title {
    padding-top: 150px;
}
.inner_template .home-abt-img img {
    margin: inherit;
}
.inner_template .home-abt-inner-box h4 {
    text-transform: none;
    text-align: center;
    margin: 20px 0px 30px;
}
.inner_template .home-abt-inner-box p {
    padding: 0px 0px 20px 26px;
}
.container-fluid.home-abt-us.Our_Philosophy {
    
}
.testimonial_section.inner_pages_template, .back_Our_Philosophy{
   background-color: #ecf8fa;
}
.container-fluid.home-abt-us.inner_template {
    padding-bottom: 220px;
}
.Our_Philosophy_section {
    margin-top: -50px;
}
.Our_Philosophy_div {
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 320px;
    padding: 0 27px;
}
.Our_Philosophy_div>span {
    border: 7px solid #fff;
    border-radius: 10px;
    display: block;
}
.Our_Philosophy_div>span>img{
border-radius: 10px;	
width:100%;
	}
.text1 {
    transform: rotate(-10deg);
    display: block;
	-ms-transform: rotate(-10deg); 
	-moz-transform: rotate(-10deg); 
    -webkit-transform: rotate(-10deg);
}
.text2 {
    transform: rotate(10deg);
    display: block;
	-ms-transform: rotate(10deg); 
	-moz-transform: rotate(10deg); 
    -webkit-transform: rotate(10deg);
}
.text3 {
    transform: rotate(-10deg);
    display: block;
	-ms-transform: rotate(-10deg); 
	-moz-transform: rotate(-10deg); 
    -webkit-transform: rotate(-10deg);
}
.abt_content_section.Our_Philosophy_sec {
    padding: 35px 0px 80px;
    text-align: center;
}
.Our_Philosophy_sec .home-abt-inner-box h4 {
    padding-bottom: 25px;
	text-transform: none;
}
.Our_Philosophy_sec .home-abt-inner-box.call_us  h4 {
    color: #f02c2c;
    font-size: 30px;
    font-weight: 700;
    line-height: 80px;
    text-transform: none;
}
.home-abt-inner-box.facility {
    text-align: center;
    margin-bottom: 70px;
}
.home-abt-inner-box.call_us h4 a {
    color: #a9dcd0;
}
.facility_template {
    height: 245px;
    padding: 90px 0px;
    text-align: center;
    margin-top: 15px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.container-fluid.no-padding.testimonial_section.facility_testi {
    margin-top: -38px;
    background-color: transparent;
}
.facility_div {
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 424px;
}
.home-abt-inner-box.facility_heading{
   text-align: center;

   padding-bottom: 60px;
}
.gallery_div {
    border: 2px solid #e6e6e6;
    padding: 6px;
    border-radius: 12px;
    max-width: 272px;
    width: 100%;
    margin-right: 17px;
    height: 259px;
    margin-bottom: 17px;
}

.gallery_div:nth-child(4n) {
    margin-right: 0px;
}
.home-abt-inner-box.gallery {
    text-align: center;
}
.home-abt-inner-box.gallery  img{
    margin: 32px 0px 10px;
}
.nav-tabs{
    border-bottom: none;
	display: block;
	text-align: center;
}

.nav-tabs>li {
    float: none;
    margin-bottom: 0px;
	display: inline-block;
}
.nav-tabs>li.active, .nav-tabs>li:hover {
	background-image: url('../images/gal_cloud_red.png');
}
.nav-tabs>li {
    background-image: url('../images/gal_cloud_green.png');
    background-repeat: no-repeat;
    width: 168px;
    height: 88px;
    transition:0.3s;
    margin: 0px 2px 30px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
    background-image: url('../images/gal_cloud_red.png');
}
.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 100px;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
    color: #fff !important;
}
.pagination_menu ul li {
    display: inline-block;
    background: #a9dcd0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
	transition: 0.3s;
}

.pagination_menu ul li a {
    line-height: 40px;
    color: #fff !important;
    font-size: 18px;
}
.pagination_menu ul li.active, .pagination_menu ul li:hover{
    background: #ea1924;
}
.gallery_template {
    height: 245px;
    padding: 96px 0px;
    text-align: center;
    margin-top: 0px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: top;
}
.home-abt-inner-box.wat_we_do {
    text-align: center;
    margin-bottom: 30px;
}
.wat_we_do_template {
    height: 140px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.home-abt-img.wat_we_do_img img{
   display: block;
   margin: auto;
}
.wat_we_do_single_page .home-abt-inner-box h4 {
    line-height: 48px;
}
img.img-responsive.single_shadow_wat_we_do {
    margin-top: -10px;
}
.inner_template .home-abt-inner-box ul li {
    font-size: 17px;
    line-height: 28px;
    padding: 0px 0px 4px 56px;
	list-style:none;
    background-image: url('../images/right_click.png');
    background-repeat: no-repeat;
    background-position: 27px 10px;
}
.wat_we_do_single_template{
   background-color: transparent;
   margin-top: -46px;
}
.container-fluid.home-abt-us.inner_template.wat_we_do_single {
    padding-bottom: 0px;
    position: relative;
}
.home-abt-inner-box.call_us.wwds img {
    padding-left: 28px;
    margin: 28px 0px;
}
.home-abt-inner-box.call_us.wwds h4 {
    margin: 0px;
}
.single_img{
    height: 161px;
    background-repeat: no-repeat;
    background-size: 94%;
    background-position: top;
    position: absolute;
    bottom: 195px;
    width: 100%;
}
.our_center_div {
    max-width: 358px;
    width: 100%;
    margin-right: 33px;
}
.red_seciton {
    background: #a9dcd0;
    margin-top: -100px;
    position: relative;
    border-radius: 22px 22px 10px 10px;
    max-width: 355px;
    margin-left: 0px;
    font-size: 21px;
    color: #fff;
    text-align: center;
}
.home-abt-inner-box img {
    max-width: 100%;
    height: auto;
}
.yellow_section {
    background: #f02c2c;
    margin-top: -100px;
    position: relative;
    border-radius: 22px 22px 10px 10px;
    max-width: 355px;
    margin-left: 0px;
    font-size: 21px;
    color: #fff;
    text-align: center;
}
.blue_section {
    background: #3cd2ed;
    margin-top: -100px;
    position: relative;
    border-radius: 22px 22px 10px 10px;
    max-width: 355px;
    margin-left: 0px;
    font-size: 21px;
    color: #fff;
    text-align: center;
}
.vid_sec iframe {
    margin: 0 auto !important;
    display: block;
}
.newone11 {
    bottom: 30px !important;
}
.our_center_div:nth-child(3) {
    margin-right: 0px;
}
.place_name{font-size: 24px;padding: 28px 0px;}
img.img-responsive.our_center_marker {
    margin: auto;
}

img.img-responsive.our_center_img {
    margin: auto;
    padding: 20px 0px 40px;
}
p.address {
    padding: 0px 39px 20px;
}
p.phone_number {
    border-top: 2px solid rgba(255,255,255,0.3);
    border-bottom: 2px solid rgba(255,255,255,0.3);
    padding: 15px 0;
}

p.email_section {
    border-bottom: 2px solid rgba(255,255,255,0.3);
    padding: 15px 0;
}

p.email_section strong {
    display: block;
    padding-bottom: 3px;
}
img.img-responsive.oc_shadow {
    margin: 8px auto;
}
.single_img.oc_section {
    height: 161px;
    background-repeat: no-repeat;
    background-size: 94%;
    background-position: top;
    position: absolute;
    bottom: -83px;
    width: 100%;
}

.contact_form_wrapper .form-input {
    max-width: 508px;
    width: 100%;
    padding: 0px;
    margin-right:17px;
    margin-bottom:16px;
}
.contact_form_wrapper input {
    background: transparent;
    height: 54px;
    padding: 0 20px;
    color: #000;
    font-size: 16px;
    width: 100%;
    border:1px solid #3cd2ed;
    border-radius: 14px;
}
.contact_form_wrapper .form-input:nth-child(3n){margin-right:0px}
.contact_form_wrapper .form-input:nth-child(5n){margin-right:0px}
.contact_form_wrapper select {
    background-position: right;
    background-repeat: no-repeat;
    background-image:url(../images/select_img.png);
    height: 54px;
    padding: 0 20px;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    width: 100%;
    border:1px solid #3cd2ed;
    border-radius: 14px;
}
::-webkit-input-placeholder { color: #000;}
:-moz-placeholder { color: #000;}
::-moz-placeholder {  color: #000;}
:-ms-input-placeholder {  color: #000;}
.contact_form_wrapper textarea{
    height: 142px;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    width: 100%;
    padding: 15px 20px;
    border:1px solid #3cd2ed;
	resize: none;
    border-radius: 14px;
}
.contact_form_wrapper input[type=submit] {
    font-size: 30px;
    width: 100%;
    position: relative;
    height: 64px;
    text-transform: uppercase;
    background: #a6dde5;
    font-weight: 500;
    border: none;
    color: #fff;
    max-width: 218px;
    margin: auto;
    transition:0.3s;
    display: block;
}
.contact_form_wrapper input[type=submit]:hover{
	background: #f02c2c;
}
.contact_form_wrapper {
    padding-bottom: 75px;
    max-width: 1040px;
    width: 100%;
    margin: auto;
    float: none;
}
.form_submit_input {
    clear: both;
    height: 120px;
    padding: 24px 0px
}
.blog_list {
    border: 2.5px solid #e9e9e9;
    margin-bottom: 30px;
    border-radius: 10px;
	transition:0.3s;
}

.blog_img {
    height: 364px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.clog_content h4 {
    color: #a9dcd0;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

.blog_list .clog_content {
    padding: 30px;
}

.blog_list p.blog_date {
    font-size: 18px;
    color: #ea1924;
    line-height: 36px;
    padding: 15px 0px;
}
.blog_list p {
    font-size: 17px;
    color: #000;
    line-height: 24px;
    padding-bottom: 15px;
}
.blog_list .read_more a{
    font-size: 17px;
    color: #ea1924;
    line-height: 24px;
    text-decoration: underline;
}
.blog_list:hover {
    background: #a9dcd0;
}
.blog_list:hover .clog_content h4 {
    color: #fff;
}
.blog_list:hover p.blog_date {
    color: #fff;
}
.blog_list:hover .read_more a {
    color: #fff;
}
.load_more_img {
    z-index: 99;
}
.load_more_img img {
    margin: 20px auto;
}
.wat_we_do_div:nth-child(7):after,.wat_we_do_div:nth-child(8):after,.wat_we_do_div:nth-child(9):after {content: "";width: 250px;height: 10px;background-color: rgba(81,82,83,0.05);display: block;position: absolute;bottom: -31px;left: 0;right: 0;margin: auto;border-radius: 100%;box-shadow: rgba(81,82,83,.05) 0px 0px 27px -1px;}

.img_group .wat_we_do_div:nth-child(4):after,.img_group .wat_we_do_div:nth-child(5):after,.img_group .wat_we_do_div:nth-child(6):after{display: none;}
.newone{text-transform:capitalize !important;}
div.wpcf7-validation-errors {border: 0 !Important; color: red;text-align: center;}
div.wpcf7-mail-sent-ok {border: 0 !important;color: #398f14 !important;text-align: center;}
.inner_what_we_do {text-align: left !important;}








.home-abt-inner-box ul li:before {width: 10px;height: 10px;position: absolute;background: #333;content: "";border-radius: 100%;margin-left: -15px;top: 8px;display: none;}
.home-abt-inner-box ul li {position: relative;padding-left: 0;list-style: disc;}
.home-abt-inner-box ul {    padding-left: 20px;}
.wat_we_do_div {border-radius: 5px;border: 5px solid #fff;transform: skewY(5deg); -webkit-transform:skewY(5deg);-ms-transform:skewY(5deg);-moz-transform:skewY(5deg);overflow:hidden;}
.wat_we_do_div:nth-child(3n) { -moz-transform:skewY(-5deg);   transform: skewY(-5deg); -webkit-transform:skewY(-5deg);-ms-transform:skewY(-5deg)}
.wat_we_do_div:nth-child(3n-1) { -moz-transform:skewY(0deg);   transform: skewY(0deg); -webkit-transform:skewY(0deg);-ms-transform:skewY(0deg)}




.sitemap ul {
    list-style: none;
    text-align: center;
}

.sitemap ul li {
    float: left;
    display: inline-block;
    margin: 10px;
}

.sitemap ul li a {
    display: table-cell;
    /* background-image: url(../images/news_event_title_bg.png); */
    background-repeat: no-repeat;
    width: 360px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #000;
    padding: 0 10px;
    background-size: 100%;
    vertical-align: middle;
    background-color: #a0d9e7;
    border-radius: 15px;
}
.sitemap ul li span {display: table;height: 94px;}

.sitemap ul li a:hover {
    color: #fff !important;
}

.sitemap {
    margin: 50px 0;
}











.page-id-143 p {
    text-align: left;
    margin-bottom: 15px;
    padding-right: 0;
    font-size: 17px;
    line-height: 24px;
}

.page-id-143 h3 {
    text-align: left;
    margin-bottom: 10px;
    color: #f02c2c;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}

.page-id-143 h3 p {
    font-size: 17px;
    line-height: 24px;
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
}

.page-id-143 h1 b {
    margin-bottom: 10px;
    color: #f02c2c;
    font-size: 30px;
    font-weight: 700;
    line-height: 80px;
    text-transform: uppercase;
}

#lightbox .lb-outerContainer img.lb-image {
    max-height: 650px !important    ;
    width: auto !important;
}
p.address {
    min-height: 60px;
}
body.term-st-lukes .manuaddress,body.term-st-lukes .mount_manuaddress,body.page-id-159 .manuaddress,body.page-id-159 .mount_manuaddress{display:none;}
body.term-manukau .staddress,body.term-manukau .mount_manuaddress,body.page-id-161 .staddress,body.page-id-161 .mount_manuaddress{display:none;}
body.term-mount-maunganui .staddress,body.term-mount-maunganui .manuaddress,body.page-id-163 .staddress,body.page-id-163 .manuaddress{display:none;}

body.term-st-lukes .forall,body.term-st-lukes .forall,body.term-manukau .forall,body.term-manukau .forall,body.term-mount-maunganui .forall,body.term-mount-maunganui .forall{display:none;}
body.page-id-159 .forall,body.page-id-159 .forall,body.page-id-161 .forall,body.page-id-161 .forall,body.page-id-163 .forall,body.page-id-163 .forall{display:none;}
.latest_news {
    margin: auto;
    margin-bottom: 20px;
}

.gallery_sec {
    margin: auto;
}


body.single.single-post .home-abt-inner-box ul li {list-style: none;}
.tabel_formate_image .table-bordered {    border: 2px solid #fff !important;}
.tabel_formate_image .table-bordered td {    background: #e1efe4;}
.tabel_formate_image .table-bordered td.tbl_title {    background: #cae4d3;    font-weight: 700;}
.tabel_formate_image .table-bordered>thead>tr>th,.tabel_formate_image .table-bordered>tbody>tr>th,.tabel_formate_image .table-bordered>tfoot>tr>th,.tabel_formate_image .table-bordered>thead>tr>td,.tabel_formate_image .table-bordered>tbody>tr>td,.tabel_formate_image .table-bordered>tfoot>tr>td {     border: 2px solid #fff !important;     padding: 20px 15px;}
.bottom_arrow1{padding:0px;position:absolute;top:0;right:20px;}
.kento_email_subscriber {    background: transparent!important;    display: block!important;   height: 100%;    left: 0;    position: static!important;    height: auto !important;}
.subscribe_theme_one { display: block; height: auto !important;margin: 10px auto 0 !important;overflow: hidden;width: 100% !Important; background: transparent !Important;}
.kento_email_subscriber_close{display:none !important;}
.subscribe_theme_one .subscribe_text {color: #000!important; width: 100%!important;}
.subscribe_theme_one .subscribe_submit{background:#a6dde5 !important;}#
.subscribe_theme_one:hover .subscribe_submit{background:#f02c2c !important;}
.newsletter{padding:0px;}
.newsletter h6{
    padding:0px;
    color: #000;
    font-size: 18px;
    line-height:22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0 18px 0;
    text-align:center;
    }
.slider-wrap{
padding:110px 0 !important;	
	}	
.slider-wrap img {
border-radius:25px !important;
}
span.ls-bottom-slidebuttons a{
    width: 13px !important;
    height: 13px !important;
    background-color: #3cd2ed !important; 
    border: none !important;
    border-radius: 15px !important;	
	background-image:none;
	margin:0 3px !important;
	}
span.ls-bottom-slidebuttons a.ls-nav-active{
    background-color: #f02c2c!important;
    width: 13px!important;
    height: 13px !important;
    border-radius: 15px !important;	
	}	
	.ls-container {
  border: 6px solid #fff !important;
	border-radius:25px !important;
}
.banner_txt1{
padding:0px;	
text-align:center;
	}	
.banner_txt1 p{
padding:0px;	
font-size:32px;
line-height:48px;
color:#000;
font-weight:700;
	}		
.ls-layer {
    /*border-radius: 31px;
    border: 6px solid #fff!important;*/	
}	
.banner_txt2{
padding:0px;	
text-align:center;
	}	
.banner_txt2 p{
padding:0px 25px;	
font-size:21px;
line-height:35px;
color:#fff;
	}
.banner_txt2 p span{
font-size:25px;	
	}	
.banner_txt3{
padding:0px;	
text-align:center;
	}	
.banner_txt3 p{
padding:0px;	
font-size:24px;
line-height:36px;
font-weight:700;
color:#000;
	}
.banner_txt4{
padding:0px;	
text-align:center;
	}	
.banner_txt4 p{
padding:0px;	
font-size:30px;
line-height:46px;
color:#000;
font-weight:700;
	}

.mobile_slider{display:none;}
.left_ar{padding:0px;}
.right_ar{margin: -65px 0 0 0;float: right;}
.right_ar .widget-title{display:none;}
.right_ar label.screen-reader-text{display:none;}
.right_ar aside#secondary { float: right;}
.right_ar select#cat {width: 274px; background-color: #a9dcd0;font-size:21px;color:#000000;height:52px;padding:0 16px; font-family:'AvenirNextLTPro-Demi';background-image:url(../images/dropdwn.png);background-repeat:no-repeat;background-position:center right;cursor:pointer;}
/*.right_ar option{font-size:14px;line-height:25px;height:43px !important;border}*/

.right_ar select#cat option{padding:1.5em 1em; height:43px; border-top:1px solid #92d1c2;font-size:14px;background-image:url(../images/arrow.png);background-repeat:no-repeat;background-position: 15px 14px ;}

.right_ar select#cat select {
         
         
        padding: 20px;
        
        line-height: 30px;
    }
	
.right_ar option:hover, .right_ar option:focus{background-color:#88c9ba !important;}


.banner_txt5{
padding:0px;	
text-align:center;
	}	
.banner_txt5 p{
padding:0px;	
font-size:25px;
line-height:37px;
color:#000;
font-weight:700;
	}
	.banner_txt6{
padding:0px;	
text-align:center;
	}	
.banner_txt6 p{
padding:0px;	
font-size:22px;
line-height:37px;
color:#fff;
font-weight:700;
	}
	.banner_txt7{
padding:0px;	
text-align:center;
	}	
.banner_txt7 p{
padding:0px;	
font-size:22px;
line-height:37px;
color:#000;
font-weight:700;
	}
.lastone_footer {
    padding: 25px 0 10px 0;
    margin: 0px;
    clear: both;
}
.last_footer_tags {
    text-align: center;
}
.last_footer_tags span a:hover {
    color:#eb2939 !important;
}
.the_rec{margin:20px 0!important;}
.latest_news:hover {
    color: #9bd1c3;
}

.gallery_sec:hover {
    color: #9bd0c3;
}
div.wpcf7-validation-errors, div.wpcf7-response-output {
    margin: 0!important;
    padding: 0!important;
}
.mobshw {
    display: none;
}


.inner_title_box_new h1{
    text-align: center;
    vertical-align: middle;
    font-size: 35px;
    font-family: Comic Sans MS;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    display: table-cell;
}
.blog-christmas-gal {
    float: left;
}

.blog-christmas-gal img {
    max-height: 180px;
}

.blog-christmas-gal .gallery_div {
    width: auto;
    height: auto;
}

.home-abt-inner-box h1 {
    color: #f02c2c;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: center;
}
.inner_title_box h4 {
    text-align: center;
    vertical-align: middle;
    font-size: 45px;
    font-family: Comic Sans MS;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    display: table-cell;
}












