@charset "utf-8";
/* CSS Document */

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */


@font-face {
  font-family: 'TheBoldFont';
  src: url('../fonts/TheBoldFont.eot?#iefix') format('embedded-opentype'),  url('../fonts/TheBoldFont.woff') format('woff'), url('../fonts/TheBoldFont.ttf')  format('truetype'), url('../fonts/TheBoldFont.svg#TheBoldFont') format('svg');
  font-weight: normal;
  font-style: normal;font-display:swap;
}
@font-face {
    font-family: 'Asthenia';
    src: url('../fonts/Asthenia-PERSONALUSEONLY.eot');
    src: url('../fonts/Asthenia-PERSONALUSEONLY.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Asthenia-PERSONALUSEONLY.woff2') format('woff2'),
        url('../fonts/Asthenia-PERSONALUSEONLY.woff') format('woff');
    font-weight: normal;
    font-style: normal;font-display:swap;
}


@font-face {
    font-family: 'enchanting_celebrationsRg';
    src: url('../fonts/enchanting_celebrations-webfont.eot');
    src: url('../fonts/enchanting_celebrations-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/enchanting_celebrations-webfont.woff2') format('woff2'),
         url('../fonts/enchanting_celebrations-webfont.woff') format('woff'),
         url('../fonts/enchanting_celebrations-webfont.ttf') format('truetype'),
         url('../fonts/enchanting_celebrations-webfont.svg#enchanting_celebrationsRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaregular';
    src: url('../fonts/helvetica_400-webfont.eot');
    src: url('../fonts/helvetica_400-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_400-webfont.woff2') format('woff2'),
         url('../fonts/helvetica_400-webfont.woff') format('woff'),
         url('../fonts/helvetica_400-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_400-webfont.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.5;
    background: white;
    font-size: 16px;
    color: #444343;
    font-family: 'Poppins', sans-serif;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    float: none !important;
}

table, th, td {
    vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

blockquote, q {
    quotes: "" "";
}
a,a:hover{
    text-decoration: none;
    outline: none;

}
a img {
    border: none;
}

:focus {
    outline: 0;
}

* {box-sizing: border-box; -mox-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box;}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #f6d901;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: #f6d901;
    text-shadow: none; color: #ffffff;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: none;
    vertical-align: top;
    /*min-height: 110px !important*/
}
body
{
  margin:0px;
  padding:0px;color: #444343;font-size: 16px;line-height: 24px;
 font-family: 'Poppins', sans-serif;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
}
html {
    margin: 0;
    padding: 0;
    border: 0;

}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
    display: block;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}

*{box-sizing: border-box; -mox-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box;}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a img {border: none;}
:focus {outline: 0;}
a{text-decoration:none;color:inherit;-webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;}
.row:before,
.row:after ,.container:before{
    display: table;
    content: " ";
}
.row:after,.container::after{
    clear: both;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after ,.container:after{
    clear: both;
}

.clearfix {
    *zoom: 1;clear: both;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after
 {
  display: table;
  content: " ";
}
.clearfix{clear: both;}
.clearfix:after,
.container:after{
  clear: both;
}
input[type=text], input[type=submit], input[type=email], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.left{float: left !important;}
.right{float: right !important;}
.img-responsive{display: block;max-width: 100%;height: auto;width: 100%}
.text-left,.text-left p{text-align: left;}
.text-right{text-align: right;}
.text-center{text-align: center !important;}
.container{
  max-width:1750px;
  padding-right:15px;
  padding-left:15px;
  margin-right: auto;
  margin-left: auto;position: relative;
}
.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px 12px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    cursor: pointer;
}
.list-unstyled{list-style-type: none}
/* css for header */
.pre-header{
    background-color: #d9d8d8;
    width: 100%;
    position: relative;
    min-height: 50px;
    border-top: 1px solid #f3f3f3;
}
.pre-header:after{
    position: absolute;content: "";
    left: 0;right: 0;
background-color: #afacac;
height:1px;bottom: 1px;z-index: 1;}
nav{background-color: #4b53a2;width: 100%;border-bottom: 2px solid #9aa1ec;}
.tnc{padding:20px;}
.tnc h3{font-weight: bold;margin: 25px 0 10px;}
.tnc ol{    font-size: 16px;line-height: 24px;font-weight: 300;color: #7B7B7B;    margin-left: 15px;}
.tnc ol .subol{ list-style: lower-alpha;   margin-left: 15px;}
.tnc .downlink{text-align:center;margin: 20px 0;}
.tnc .downlink a{color: #fff;background: #4b53a2;padding: 10px 20px;}
.header-tag{font-size: 18px;color: #1e1e1e;line-height: 100%;padding: 15px 0;display: inline-block;font-weight: 600}
.mobile-logo,#toggle {
    display: none;
}
.pre-header a {
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    display: inline-block;
    border-radius: 0;
    min-height: 49px;
    min-width: 152px;
    color: #3b3b3b;
    padding: 12px 27px 12px 30px;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
/* Icon Push */

@-webkit-keyframes hvr-icon-push {
	50% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}

@keyframes hvr-icon-push {
	50% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}
a.btn-call:hover i,
a.btn-service:hover i,.request-block a:hover i,.cta-call:hover i {
	-webkit-animation-name: hvr-icon-push;
	animation-name: hvr-icon-push;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.pre-header a.btn-service,.btn_quote{background-color: #fdc012;text-transform: uppercase;font-weight: 600;}
.pre-header a.btn-call{margin-left: 1px}
.pre-header a >i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.pre-header a >i {
    font-size: 18px;
    color: #3b3b3b;
    margin-right: 13px;    display: inline-block;
    margin-top: 5px;
    float: left;
}
#navbar {
    text-align: center;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    position: relative;
}
.navbar-nav {
    display: inline-block;
    text-align: center;
    float: left;
    width: 88%;
}
.navbar-nav>li {
    list-style-type: none;
    position: relative;
}
.navbar-nav>li>a, .sub-menu li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    line-height: 100%;
    padding: 0px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 17px 30px;
    text-transform: capitalize;
    font-weight: 300;
    display: block;
    letter-spacing: 1px;
}
.navbar-nav>li.active >a,.navbar-nav>li:hover >a,ul.sub-menu li a:hover{background-color: #363E89;}
.navbar-nav>li ul.sub-menu {
    background: rgb(253, 192, 18);
    display: none;
    position: absolute;
    top: 100%;
    right: 0%;
    float: left;
    min-width: 770px;
    text-align: left!important;
    z-index: 12;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    list-style-type: none;
    text-align: left;
}
.iner_head {
    font-size: 18px;
    color: #4b53a2;
    font-weight: 600;
    margin-bottom: 20px;
}
.navbar-nav>li.logo_wrap {
    padding: 0;
    width: 173px;
    margin: 0 auto;
}
.navbar-nav>li.logo_wrap a {
    padding: 0;
}
.navbar-nav>li.logo_wrap a img.logo {
    position: absolute;
    top: -70px;
    left: 0;
    z-index: 11;
    right: 0;
    width: 100%;
}

.navbar-nav>li  {
    border-left: 1px solid rgba(215, 218, 251, 0.20);
}
.navbar-nav>li:nth-child(4), .navbar-nav>li:nth-child(5) {
    border-left: 0px;
}
.request-block{float: right;width: 15%;position: absolute;right: 0;top: 0; z-index: 1;}
.request-block a{
    background-color: #363e89;
    color: #fff;
    font-size: 16px;
    padding:20px 33px;
    line-height: 100%;
    width: 100%;
    text-transform: uppercase;
    height: 60px;display: inline-block;border-bottom: 4px solid #efe117;white-space: nowrap;
border-left: 1px solid rgba(215,218,251,.20) }

.request-block a i{margin-right: 10px;}
.request-block a i{font-size: 18px;color: #fff;}
.request-block a:hover{color: #fff;background-color: #fdc012;border-bottom-color: #363e89}
.menu_link  ul {
    font-size: 0;
    display: table;
    width: 100%;
}
.menu_link li{
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 14%;
    height: 50px;
}

.logo_brand {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 173px;
    z-index: 2;
    top: 15px;
}
ul.navbar-nav>li:hover>ul.sub-menu {
    display: block;
}
ul.sub-menu li {
width: 33.3%;
display: block;text-align: left;
padding:0;float: left;}

.sub-menu li:not(:last-child){
border-bottom: 1px solid rgba(255,255,255,.40);}
.sub-menu li a{padding: 17px 15px;display: block;}
ul.navbar-nav > li.submenu:hover > a > i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.navbar-nav>li>a i {
    color: #838ceb;
    font-size: 14px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    margin-left: 10px;
        transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.fa-home{display: none}
.special_block {width: 100%;float: left;min-height: 71px;position: relative;margin-bottom: 55px;}
.special_block .block_4{
    width: 25%;
    float: left;
    display: inline-block;
    padding: 18px 30px;
    text-align: center;
}
.special_block .block_4:first-child{
     background-color: #7077be;
}
.special_block .block_4:nth-child(2){
    background-color: #5e66b3;}
.special_block .block_4:nth-child(3){
    background-color: #545caa;
}
.special_block .block_4:nth-child(4){
    background-color: #4b53a2;
}
.special_block .block_4 img{margin-right: 25px;display: inline-block}
.special_block .block_4 p{
    font-size: 16px;color: #ffffff;font-weight: 600;display: inline-block;text-align: left
}
.service-block-5{
    width: 20%;float: left;display: inline-block;text-align: center;margin-bottom: 50px
}
.serv-circle{width: 250px;height: 250px;margin: 0 auto 28px;position: relative}
.serv-circle .img-circle{border: 2px solid #efefef;border-radius: 100%;display: inline-block;margin-bottom: 28px;
position: relative;width: 100%;}

.service-title{font-size: 20px;color: #1f1f1f;line-height: 120%;margin-bottom: 15px;font-weight: 700}
.service-block-5 a:hover .service-title{color: #4b53a2}
.service-title span{
color: #7b7b7b;display: block;}
.btn-more{
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    line-height: 24px;
    background: #4b53a2;
    border-radius: 22px;
    padding: 6px 55px 6px 25px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}
.btn-more:before {
    content: "\f054";
    font-family: "FontAwesome";
    color: #4b53a2;
    font-size: 10px;
    line-height: 28px;
    right: 5px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    background-color: #f2ee6a;
    position: absolute;
    top: 4px;
}
.overlay{
    background-color: rgba(75,83,162,.75);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;border-radius: 100%;
     opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}
.overlay{display: table;width: 100%}
.icon-in-tbl{vertical-align: middle;display: table-cell}
.service-block-5 a:hover .overlay,.service-block-3 a:hover .overlay{-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;}
.service-block-5 a:hover .btn-more,.service-block-3 a:hover .btn-more{
    opacity: 1;-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);}
.service-header h4, .service-header h2{
    position: relative;
    color: #1E1E1E;
    font-size: 30px;
    font-weight: bold;
    line-height:100%;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom:50px;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
}

.suburb-content .service-header h4, .service-header h2{font-size: 20px;}
.service-block-3 a:hover .btn-more{
    background-color: #4b53a2;color: #fff;
}
.service-block-3 a:hover .btn-more:before{background-color: #f2ee6a;color: #4b53a2;}
.service-header h4:after, .service-header h2:after{
    position: absolute;
    content: "";
    background: url(../images/header-line.png) no-repeat;
    left: 0;margin: 0 auto;right: 0;
    width: 290px;height: 8px;
    bottom: 0;
}
.home-content .in-padding{padding: 0 205px;}
.home-content p{
    padding: 0 0px 30px;
    line-height: 24px;
    font-size: 16px;font-weight: 300;
}
.home-content p>a:hover{text-decoration: underline}
.service-header{margin-top:30px}
.heading-2{font-size: 24px;color: #1e1e1e;font-weight: 700;margin-bottom: 20px;line-height: 110%;}
.heading-2 span{color: #7b7b7b;font-weight: 400;display: inline;vertical-align: top}
.divider{background: url(../images/divider-line.png) no-repeat center center;width: 100%;height: 5px;padding-bottom: 40px;background-size: contain}
.choose_section{
   /* background: url(../images/bg-1.jpg) no-repeat;*/
   background:no-repeat;
    width: 100%;
    padding: 55px 0;
    min-height: 670px;
    margin-bottom: 35px;background-size: cover;
}
.choose-block{width: 36.33%;float: left;display: inline-block;padding: 0 120px 0 55px;}
ul.choose-list{list-style-type: none;padding: 0;margin: 0;}
ul.choose-list li {
position: relative;font-size: 16px;color: #fff;font-weight: 300;padding-left: 45px;padding-bottom: 25px;
    background: url(../images/bullet-icon.png) top left no-repeat;
}
.uparcase{text-transform: uppercase}
.choose-title {
    color: #FFFFFF;font-size: 41px;
    font-weight: 700;line-height: 120%;margin-bottom: 40px;
}
.choose-title span{display: block;font-weight: 400}
.choose-block .service-caption{margin-top: 10px;}
.choose-block .service-caption img,.serv-bottom-block img{
    float: left;margin-right: 24px;
}
.choose-block .service-caption p{color: #BAC0FF;font-size: 24px;font-weight: 700;line-height: 120%;padding: 30px 0;display: inline-block}
.choose-block .service-caption p span,.serv-bottom-block p span{display: block;font-weight: 400}

.enq-block{
    width: 37.55%;
    float: left;
    display: inline-block;
    padding: 0 0 0 12%;
}
.en-title{color: #292929;font-size: 24px;font-weight: 700;line-height: 120%;margin-bottom: 30px}
.en-title span{color: #7b7b7b;display: block;font-weight: 400}
.form-control {
    width: 100%;
    padding: 13px 28px;
    border: 1px solid #d6d6d6;
    border-radius: 25px;
    min-height: 50px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #292929;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    background-color: #fff;
    font-weight: 400;
    position: relative;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0px 2px 0px 0px rgba(91, 91, 91, 0.06);
    -webkit-box-shadow: 0px 2px 0px 0px rgba(91, 91, 91, 0.06);
    -moz-box-shadow: 0px 2px 0px 0px rgba(91, 91, 91, 0.06);
}

.btn-submit{
    background-color: #fdc012;
    box-shadow: 0px 2px 0px 0px rgba(91, 91, 91, 0.06);
    -webkit-box-shadow: 0px 2px 0px 0px rgba(91, 91, 91, 0.06);
    -moz-box-shadow: 0px 2px 0px 0px rgba(91, 91, 91, 0.06);
    outline: none;
    border: 0px;
    border-radius: 25px;color: #292929;
    text-align: center;
    text-transform: uppercase;
    padding: 11px 30px;
    min-height: 50px;
    min-width: 192px;
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.btn-submit:hover{
    background-color: #4b53a2;color: #fff;
}
.pre-header a:hover{background: #fdc012;color: #fff}


/* css for footer */
.ft_bg.lazyback{ background: none;}
.ft_bg{
    background: url(../images/ft-bg.jpg) repeat;
    width: 100%;
    border-top: 3px solid #fdc012;
}

.ft-block-1{
    /*width: 11%;*/
    width: 118px;
    float: left;
        margin-bottom: 30px;
}
.ft-block-2{
    width: 33%;
    padding: 0px 65px;
    float: left;
    margin: 25px 0;
}
.ft-block-3{
    /*width: 25%;*/
    width: 200px;
    padding: 0px 15px;
    float: left;
    margin: 15px 0;
    /*border-left: 1px solid rgba(255,255,255,.10);
    border-right: 1px solid rgba(255,255,255,.10);
    */
    padding-bottom: 13px;
    text-align: center;
}
.ft-block-3 .mrgl54
{
    margin: 0;
}

.footer-blocks
{
    width: 320px;
    margin: 0 auto;
    display: block;
}

.ft-block-4{
    width: 31%;
    padding: 0px 65px;
    float: left;
    margin: 25px 0;
}
.footer-menu{
   background-color: #262424;
    width: 100%;
    min-height: 50px;
}
.ft-wrapper{max-width: 1170px;padding-left: 15px;padding-right: 15px;margin: 0 auto}
/*.ft-wrapper i{width: 34px;height: 34px;line-height: 34px;background-color: #ffffff;border-radius: 50%;
color: #2a2d4d;font-size: 16px;text-align: center;/*float: left;margin-right: 20px;*}*/
footer address{font-size: 15px;color: #fff;}
.ft-18{font-size: 18px !important;}
.mrgl54{margin-left: 54px;}
footer a:hover,.footer-menu ul li a:hover,.footer-menu ul li.active > a, footer ul li.active > a{color: #fdc012}
/*
.footer-menu ul{text-align: center;display: inline-block;width: 100%}
.footer-menu ul li{display: inline-block;padding: 10px 20px;}
.footer-menu ul li a{
color: #F4F9FD;	font-size: 16px;letter-spacing: 0.5px;line-height: 30px;position: relative;display: block}
.footer-menu ul li:not(:last-child) > a:before{
    background: url(../images/ft-menu-line.jpg);
    position: absolute;
    content: "";
    width: 2px;height: 17px;right: -30px;
    top: 10px;
}


.fb-link i{color: #fff;
    font-size: 16px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #4466A9;
    border-radius: 50%;
    position: relative;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
    z-index: 1;margin-right: 0;float: none;    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;}


.fb-link:hover i {
   background-color: #fdc012;
}*/

.copy-right-block {
    background-color: #fff;text-align: center;min-height: 55px;padding: 15px;
}
.copy-right-block p{
color: #262424;}


/* css for about page */
.inner-banner {
    background: url(../images/inner-banner.jpg)no-repeat;
    width: 100%;
    background-size: cover;
    min-height: 237px;
    padding-top: 110px;padding-bottom: 25px;
}
.suburbpage .first_banner{position: absolute;top: 170px;padding: 0;}

ul.breadcrumb {
    list-style-type: none;
    clear: both;
    padding: 0px;
    margin: 0px;
}
ul.breadcrumb li {
    display: inline-block;
    color: #fdc012;
    font-size: 14px;
    position: relative;
    line-height: 24px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0px 25px 0px;
}
ul.breadcrumb li a {
    color: #d9d8d8;
}
ul.breadcrumb li a:hover,.contact-info-block a:hover{color:#fdc012}
ul.breadcrumb li:not(:last-child):before {
    font-weight: 900;
font-family: 'Font Awesome 5 Free';
    content: "\f138";
    font-size: 14px;
    color: #ffffff;
    right: -10px;
    top: 0px;
    position: absolute;
}
.page-title{
   font-size: 30px;
    text-transform: uppercase;
    margin: 0px 0 25px;
    line-height: 100%;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    padding-bottom: 25px;
}
.page-title:after{
    position: absolute;content: "";
    background: url(../images/page-header-line.png);
    width: 290px;height: 8px;
    margin: 0 auto;
    left: 0;right: 0;
    bottom: 0;
}
.inner_content{padding: 50px 0;min-height: 500px;}
.about-left-block{
    width: 66.86%;
    float: left;
    display: inline-block;
}

.about-content-wrapper{
    border: 1px solid #D7D7D7;	background-color: #EBEBEB;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.07);
    float: left;margin-bottom: 50px;
        width: 100%;
}

.about-content-wrapper p{
    font-size: 16px;line-height: 24px;font-weight: 300;color: #7B7B7B;
}
.about-content-wrapper p{margin-bottom: 30px;}
.about-content-wrapper h3 span,.about-content-wrapper h3{display: block;line-height: 120%;text-transform: uppercase}
.about-content-wrapper .in-pad50{
    padding: 0px 0px 0 45px;
    width: 100%;
    float: left;
    display: inline-block;}
/*.right-img-block{
    width: 41.45%;float: right;display: block;
}*/
.left-img-block{float: left;width: 56%;display: inline-block}
.about-content-in{padding-right: 45px;padding-top: 35px;}
.about-content-wrapper .in-pad50 .img-right{float: right;margin-left: 40px;width: 43.34%;}
.about-right-block{
    width: 30%;float: right;display: inline-block;
}
.in-pad50 .heading-2,.pdtop48{padding-top: 48px;}
.about-right-block .choose-block{width: 100%;background-color: #4b53a2;padding: 48px 65px 33px;}
.about-right-block .choose-block .choose-title{font-size: 24px;margin-bottom: 25px;}
.about-content-in ul li,.service-in-content ul li{
    color: #7b7b7b;
    background: url(../images/bullet-list-in.png) no-repeat left top;padding-left: 37px;
    padding-bottom: 15px;
}
.about-content-in ul{padding-left: 25px;}
.about-content-in ul li{display: table;padding-bottom: 25px;}
.about-right-block .choose-block ul.choose-list li{
    color: #7b7b7b;
    background: url(../images/bullet-icon.png) no-repeat left top;padding-left: 37px;
    padding-bottom: 15px;
    padding-bottom: 20px;color: #fff;
}
.serv-bottom-block{
    background-color: #3a4292;
    padding: 30px 45px 30px 65px;
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.20);
    margin-bottom: 25px;
}
.serv-bottom-block p{font-size: 24px;color: #fff;display: inline-block;font-weight: 700;padding:30px 0;line-height: 120%;}
.rect-block{width: 50%;float: left;display: inline-block;text-align: center;padding: 20px;border: 1px solid #d1d1d1}
.rect-block img{margin-bottom: 15px;}
.rect-block:nth-child(odd) {
   border-right: 0;
}
.rect-block p{
	color: #3A4292;	font-size: 16px;	font-weight: 600;}
.about-cta-block{
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.07);
    background: url(../images/about-cta-bg.jpg) no-repeat;
    width: 100%;
    border: 1px solid #e1e1e1;
    background-position: left top;
    min-height: 230px;
    padding: 35px 40px 35px 0;
}
.about-cta-block .cta-caption {
    	color: #1e1e1e;	font-size: 24px;
    font-weight: 700;text-transform: uppercase;
    line-height: 120%;
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;margin-bottom: 10px;
}
.about-cta-block .cta-caption span {color: #7B7B7B;display: block;font-weight: 500;}
.rect-block:nth-child(-n + 2){border-bottom: 0;}
.cta-wrapper{
    width: 37%;
    margin: 0 auto;
    display: inline-block;
    float: right;
}
.exp-txt{color: #7B7B7B;font-size: 15px;font-weight: 700;display: block;margin-bottom: 10px;}
.cta-call,.mail-link{background-color: #4b53a2;
text-align: center;text-transform: uppercase;color: #ffffff;
box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.14);
-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.14);
-moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.14);
display: inline-block;
    padding: 12px 30px;
}
.cta-call i{margin-right: 10px;font-size: 18px;vertical-align: middle}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
/*  color: rgba(41,41,41,.50);*/
    color: #292929;
}
::-moz-placeholder { /* Firefox 19+ */
  /*color: rgba(41,41,41,.50);*/
    color: #292929;
}
:-ms-input-placeholder { /* IE 10+ */
  /*color: rgba(41,41,41,.50);*/
    color: #292929;
}
:-moz-placeholder { /* Firefox 18- */
  /*color:rgba(41,41,41,.50);*/
    color: #292929;
}
/* css for service page */
.service-left-block{
    width: 59%;
    float: left;
    display: inline-block;
    text-align: center
}
.service-block-3{
    width: 33%;
    float: none;
    display: inline-block;
    text-align: center;
    margin-bottom: 75px;
}

.service-block-3 .btn-more{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
     transform: scale(1);
    -webkit-backface-visibility: visible;
 background-color: #fdc012;
    color: #292929;font-weight: 600;text-transform: uppercase}
.service-block-3:nth-last-child(-n+2) {margin-bottom: 0;}
.service-cta-block{
    background: url(../images/services-cta.png) center center;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    min-height: 700px;
    background-size: 100%;
}
.service-cta-block .service-cta-caption{
    position: absolute;
    top: 35%;
    padding:45px 50px;
    background-color: rgba(255,255,255,.80);
}
.service-cta-block .service-cta-caption p span{display: block;color: #7B7B7B}
.service-cta-block .service-cta-caption p{
    font-size: 20px;text-transform: uppercase;font-weight: bold;color: #1f1f1f;
     margin-bottom: 15px;
    line-height: 120%;
}
.service-cta-block .service-cta-caption  a{
    min-width: 205px;
    min-height: 55px;
    box-shadow: none;padding: 0;line-height: 55px;}
.service-cta-block .service-cta-caption  a i{width: 55px;height: 55px;text-align: center;line-height: 55px;float: left;border-right: 1px solid rgba(255,255,255,.10);margin-right: 0;}
.service-right-block{
    width: 40%;float: left;display: inline-block;
}
.service-block-3 .btn-more:before{background-color: #DDDDDD;color: #7b7b7b;}
.service-block-3:nth-last-child(-n+2) .btn-more {margin-bottom: 0}
/* css for contact page */
.contact-container{max-width: 90%;margin: 0 auto;text-align: center}
.contact-info-block {
   /*max-width: 415px;
    display: inline-block;
    border:1px solid #e1e1e1;
    background-color: #f4f4f4;
    padding: 10px;
    margin: 0 15px 38px;
    height: 289px;
    width: 100%;
    position: relative;*/
    max-width: 887px;
    display: inline-block;
    background-color: #4c54a3;
    height: 89px;
    width: 100%;
    position: relative;
    border: 0;
}
.contact-info-block .ct-info-bg
{
    border: 0;
}
.number_ul
{
    list-style: none;
    display: inline-block;
    font-size: 0;
}
.number_ul li
{
    display: inline-block;
    margin-right: 15px;
    float: left;
}
.number_ul li p a
{
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.ct-info-bg{background-color: #4c54a3;border: 1px solid #e1e1e1;text-align: center;padding: 23px;width: 100%;height: 100%}
.ct-info-bg label{display: block;font-size: 20px;text-transform: uppercase;color: #fff;/* margin-bottom: 30px;padding-bottom: 20px;*/ position: relative;    font-weight: 600;
    text-align: left;}
.ct-info-bg label:after{
    /*background-color: #eed017;
    position: absolute;
    content: "";
    height: 4px;
    width: 32px;margin: 0 auto;bottom: 0;
    left: 0;right: 0;*/
}
.ct-info-bg img{display: inline-block;/*margin-bottom: 25px;*/}
.ct-info-bg address,.contact-info-block a{font-size: 15px;color: #fff;font-weight: 400;display: block}


.contact-form-block {
    background-color: #2c2a2a;
    max-width: 887px;
    margin: 0 auto;
    padding: 48px 60px;
    box-shadow: 0px 0px 20px 0px rgba(131, 130, 130, 0.3);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(131, 130, 130, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(131, 130, 130, 0.3);overflow: hidden;
}
.contact-title {font-size: 30px;text-align: center;text-transform: uppercase;color: #fff;font-weight: bold;margin-bottom: 30px;line-height: 100%;}
.form-block-6 {width: 48%;float: left;display: inline-block;margin-right: 3%;}
.form-block-6:nth-child(2n){margin-right: 0;}

.contact-form-block .form-control{margin-bottom: 30px;}
.contact-form-block .btn-submit{background-color: #4b53a2;color: #fff;font-size: 20px;}
.contact-form-block .btn-submit:hover,.cta-call:hover,.mail-link:hover{background-color: #fdc012;  color: #292929;}

/* css for work-with-us block */
.work-left-block {width: calc(100% - 450px );float: left;position: relative;}
.work-in-block {position: relative;margin-bottom: 50px;}
.service-detail-content {max-height: 430px;padding: 30px 0;}
.work-in-block .work-content {
    max-height: 100%;
    width: 100%;
    position: relative;
    top: 50px;
    right: 0;
    border: 1px solid #E1E1E1;
    background-color: #FFFFFF;
    padding: 40px 45px;
    border-top: 3px solid #363e89;
    height: 100%;margin-bottom: 30px;
    display: inline-block;}
.work-in-block .work-content p{
    color: #7B7B7B;font-size: 16px;	font-weight: 300;margin-bottom: 30px;}

.enq-right-block{width:400px;float: right;display: inline-block}
.enq_bg{
    background: url(../images/quick-enquiry-bg.jpg) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 35px 28px;
overflow: hidden
}
.enq_bg .form-control{padding: 13px 28px;margin-bottom: 15px;}
.enq_bg .en-title,.enq_bg .en-title span{color: #fff;}
.enq_bg .btn-submit:hover {
    background-color: #ffffff;
    color: #292929;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.14);
}
.note-block p{color: #1b1c1e;font-size: 18px;font-weight: 400;margin-bottom: 15px;font-weight: 300}
.note-block p strong{font-size: 18px;color: #0d0d0e;font-weight: 700}

.mail-link{
    text-transform: lowercase;
    font-weight: 300;
    font-size: 16px;
    padding: 11px  30px 11px 20px;
    line-height: 28px;
    display: block;
    width: 380px;
    margin: 10px auto 15px;}

.mail-link i{
    margin-right: 12px;
    border-right:1px solid rgba(255,255,255,.10);
    min-height: 29px;
    float: left;
    padding-right: 12px;
    line-height: 29px;
}

.sp-text{color: #4b53a2;font-weight: 700}
.sidebar-service-block .service-list{
    margin-bottom: 20px;
-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2); }
.service-list li a{font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding: 22px 10px 21px 100px;
    background-color: #2c2c2c;
    display: block;width: 100%;
    line-height: 100%;
    position: relative;
}
.service-list li:not(:last-child) > a,.service-heading{border-bottom: 1px solid rgba(255,255,255,0.07)}
.sidebar-service-block .service-heading{
    background-color: #4B53A2;
    padding: 26px 65px;
    min-height: 73px;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 100%;
    width: 100%;
}
.service-list li a:before{
    position: absolute;
    content: "\f101";
    color: #fff;
    font-size: 16px;
    left: 65px;
    top: 21px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.full-content{margin-bottom: 20px;}
.full-content p{font-weight: 300;color: #7b7b7b;margin-bottom: 30px}
.service-list li a:hover,.service-list li.active > a,.service-list li a:hover:before,
.service-list li.active > a:before{color: #fdc012;}
.area-content a,.subrub-list li.active {color: #4b53a2;}

.service-block-6{width: 48%;float: left;display: inline-block;margin-right: 4%;}
.service-block-6:nth-child(2n){margin-right: 0;}
.service-de-wrapper {
    background-color: #ebebeb;border: 1px solid #d7d7d7;
    margin-bottom: 50px;

}
.service-de-wrapper .service-in-content{
   padding: 50px;
}
.service-img-abs{position: relative;width: 100%;border: 1px solid #d7d7d7;margin-bottom: 50px;}
.service-de-wrapper .service-in-content ul li:last-child{padding-bottom: 0;}
.service-de-wrapper .service-in-content .heading-2{margin-bottom: 25px;line-height: 120%;}
.service-abs-content{
    background-color: rgba(58,66,146,.90);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 40px 40px 30px ;
    max-width: 543px;


}
.service-abs-content .choose-list{margin-bottom: 10px}
.in-title{
    font-size: 24px;color: #fff;text-transform: uppercase;margin-bottom: 25px;line-height: 100%;
    font-weight: bold;
}
.service-tags-block{width: 100%;margin-bottom: 20px;float: left}
.side-cta-block{
    clear: both;
    background: url(../images/sidebar-cta.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 275px;
    padding: 60px 50px;
    border:1px solid #e1e1e1;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 50px;
}
.service-abs-content ul.choose-list li{padding-bottom: 10px;}
.side-cta-block .cta-wrapper{float: right;width: 72%;text-align: center}
.side-cta-block .cta-wrapper .cta-caption {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 120%;margin-bottom: 10px;
    text-align: center;
    color: #FFFFFF;}
.side-cta-block .cta-wrapper .exp-txt{color: #fff;font-size: 15px;border-top: 1px solid #d7d7d7;padding-top: 10px}

.side-cta-block .cta-wrapper .cta-caption span{font-size: 24px;text-transform: uppercase;font-weight: 500;display: block}
.ft-logo img{max-width: 100%;}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fdc012;
    background-color: #fdc012;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar
{
    background-color: #4b53a2;
    background-color: #4b53a2;
    background-color: #4b53a2;}

.work-in-block .work-content p:last-child{margin-bottom: 0px;}

.feed-back-form{padding: 45px;
    width: 100%;
    float: left;
        background: url(../images/customer-feedback.png) no-repeat right top;background-size: contain;
}
.form-block-12{
    width: 100%;
    float: left;}
.mrgb20{margin-bottom: 20px;}
.mrgb30{margin-bottom: 30px !important;}
.form-control label{width: auto;}


.subrub-list{list-style-type: none;padding: 0;margin: 0 0 20px;    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    float: left;}
.subrub-list li{width:33.3%;display: inline-block;float: left;color: #7b7b7b;
    background: url(../images/bullet-list-in.png) no-repeat left top;
    padding-left: 37px;
    padding-bottom: 15px;text-align: left}
.subrub-list li a{
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
}
.subrub-list li a:hover {color:#4b53a2 }


/* 1. Ensure this sits above everything when visible */
.modal {
    position: absolute;
z-index: 9999999;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;background: rgba(0, 0, 0, 0.7);
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 30%;
    left: 0;

    right: 0;
       width:100%;max-width: 720px;
    margin: 0 auto;

    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}


.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
    transition: all 0.3s 0.12s;
  opacity: 1;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;    z-index: 999;
  right: 0;
     padding: 0;cursor:pointer;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}
.mod-title{font-size: 24px;
color: #1e1e1e;
font-weight: 700;
text-transform: uppercase;margin-bottom: 30px}
.modal-text{
padding: 40px 50px;
background: #df3400;
color: #fff;
height: 275px;
}
.modal-form{background-color: #F3F3F3;height: 100%;overflow: hidden;padding: 45px}
.book-form{background:#fff;margin: 50px; position:relative;margin-top: -11%;   padding: 30px 40px 50px;   box-shadow: 0px 1px 2px 0px rgba(179, 199, 209, 1);}
 .book-form.form-free .form-inline{width: 50%; display: inline-block;
    float: left;   padding: 0px 10px; }
.book-form.form-free .form-inline .form-input{
      border: 1px solid #D5D5D5;background-color: #F8F8F8;box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
 }
.form-free .form-inline select.form-input{  background-image: url(../images/select-arrow.png);
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 96% 53%;
    background-repeat: no-repeat;}
.modal-close.modal-toggle img { padding-right: 0px;}


.contact-form-block .capcha-block{float: right}
.contact-form-block .capcha-block .wpcf7-form-control-wrap,.enq-block .capcha-block .wpcf7-form-control-wrap,.modal-form .capcha-block .wpcf7-form-control-wrap,.feed-back-form .capcha-block .wpcf7-form-control-wrap{float: left;height: 54px;width: 210px;}
.contact-form-block .capcha-block p:first-of-type,.enq-block .capcha-block p:first-of-type,.modal-form .capcha-block p:first-of-type,.feed-back-form .capcha-block p:first-of-type{float: left;margin-bottom: 0}
.enq-block .form-block-12,.contact-form-block .form-block-12,.enq_bg .form-block-12,.modal-form .form-block-12,.feed-back-form .form-block-12{float: none}
.enq-block br,.enq_bg br{display: none}
.enq_bg .capcha-block .wpcf7-form-control-wrap{width: 210px;height: 54px}
.enq_bg .capcha-block p:first-of-type{margin-top: 10px}
.enq-block div.wpcf7-response-output,.modal-form div.wpcf7-response-output,.feed-back-form div.wpcf7-response-output{    color: #ff0000;
    padding: 10px 15px;    border: 0px !important;}
button::-moz-focus-inner {
  border: 0;
}
::-moz-focus-inner {border:0;}

.testimonial-in-content {
    background-color: #ffffff;
    margin-bottom: 1px;
    box-shadow: 0px 0px 5px 0px rgba(89, 89, 89, 0.13);
    box-shadow: 0px 0px 5px 0px rgba(89, 89, 89, 0.13);
    box-shadow: 0px 0px 5px 0px rgba(89, 89, 89, 0.13);
    border-left:4px solid #4b53a2;
    border-right: 4px solid #4b53a2;
    padding: 50px 45px;
    margin-bottom: 65px;
    position: relative;
}
.testimonial-in-content img.quote-icon {
    position: absolute;
    top: 0px;
    left: 40px;
    margin-top: -30px;
}
.cl-info{border-top: 1px solid rgba(0,0,0,.15);padding-top: 30px}
.cl-info span{
    font-size: 22px;
    color: #1f1f1f;
    font-weight: 500;
    text-transform: uppercase;}
.testimonial-in-content p{margin-bottom: 30px;color: #777;font-size: 16px;line-height: 24px;font-weight: 300;}
.loadmore{text-align: center}
.loadmore .btn-more{opacity: 1;transform: none;-webkit-backface-visibility:visible}
.loadmore .btn-more:hover{background: #f2ee6a;color: #4b53a2}
.loadmore .btn-more:hover:before{background-color: #4b53a2;color: #f2ee6a;}
.about-content-wrapper a {  font-weight: 500; color : #4b53a2;}
body.open { overflow: hidden;
}
.pdb0{padding-bottom: 0px !important;}



.first_banner
{
    width: 50%;
    padding: 0 100px;
    max-width: 530px;
}

.suburbpage .first_banner .fr_txt{font-size: 21px !important;text-transform: capitalize !important;letter-spacing: 4px !important;padding: 16px;line-height: 24px !important;}
.first_banner .fr_txt
{
    width: 100% !important;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0 !important;
        letter-spacing: 7px !important;
}

.first_banner_inn
{
    position: relative;
}
.verticl_txt
{
    font-size: 33px !important;
    line-height: 50px !important;
    font-weight: 300;
    color: #3b3b3b;
    padding-right: 25px;

    transform: rotate(-90deg);
    text-transform: uppercase;

    position: absolute;
        left: -30px;
    top: 22px;
}
.year_number
{
    float: left;
    margin-left: 50px;
}
.years_text
{
    float: left;
}
.first_banner_inn:after
{
   visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.year_number
{
    width: 180px;
    height: 115px;
    background: #3b3b3b;
    color: #fdc012;

    font-size: 110px !important;
    line-height: 95px !important;
    font-weight: 700;

    font-family: 'TheBoldFont';
}
.year_number sup
{
    font-size: 40px !important;
}

.years_text
{
    padding: 10px;
    max-width: 255px;
    text-align: left;
}
.years_text span
{
    display: block;
    clear: both;
    font-size: 40px !important;
    line-height: 50px !important;
    text-transform: uppercase;
    letter-spacing: 5px !important;
}
span.years_dark
{
    font-weight: 700;

}


/* --------------- footer -------------- */


.ft_left
{
    width: calc(100% - 227px);
    float: left;

    padding: 18px 0 27px;
}
.ft_right
{
    width: 227px;
    float: right;
}
.ft_logo_left
{
    width: 160px;
    float: left;
}

.ft_links_part
{
    width: calc(100% - 160px);
    float: left;
}
ul.ft_links
{
    list-style: none;
    font-size: 0;
    padding: 20px 0;
}
ul.ft_links:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
ul.ft_links li
{
    padding:  0 0 18px 70px;
    display: inline-block;
    float: left;
    width: 50%;

    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #f4f9fd;
        font-family: 'Poppins', sans-serif;

    border-right: 4px double rgba(255,255,255,0.1);
}
ul.ft_links li:nth-child(2n)
{
    border-right: 0;
}
ul.ft_links li a
{
    padding-left: 26px;
    position: relative;
    display: inline-block;
}
ul.ft_links li a:before
{
    content: '\f101';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 18px;
    color: #f4f9fd;
}


.phone_block
{
    background: #fdc012;border-radius: 25px;
}
.phone_block a
{
    display: block;
   padding: 20px;
    text-align: center;
	text-transform: uppercase;    
	border: 1px solid #e1dc32;    
	margin-bottom: 0;padding: 14px 10px !important;
}
.phone_block a:hover{    border: 1px solid #5475b9;}
.ft_phn_icon
{
    background: #ffffff;
    width: 42px;
    height: 42px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;

    color: #2a2d4d;
    font-size: 22px;
    line-height: 42px;
    text-align: center;
}
.ft_phn_icon i
{
    color: #2a2d4d;
    font-size: 22px !important;
    line-height: 42px;
}
.ft_phn_text
{
    padding-top: 15px;
}
.phn_txt
{
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 18px;
    color: #2c2a2a;
     font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.ft_phn_text p
{
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #2c2a2a;
    padding-bottom: 10px;
     font-family: 'Poppins', sans-serif;
}
.fb_block
{
    margin-top: 10px;
    background: #4466a9;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;border: 1px solid #5475b9;
    border-radius: 25px;
}
.fb_block a i
{
    margin-right: 10px;
    font-size: 22px;
}
.enq-block{padding-left: 5%;}
.enq-block.home-form .half-col{width:48%;float: left;margin-right:3%;}
.enq-block.home-form .en-title span{display: inline-block}
.enq-block.home-form .half-col:nth-child(2n){margin-right: 0px;}
/*
select.form-control{color: inherit}

select  option[value=""]{color: #ccc !important;}*/

.widgetbox{overflow: hidden;padding:40px 0;border-top:1px solid rgba(0,0,0,0.15);margin-top: 30px}
.firstblock #oneflare-widget{width: 100% !important}
.firstblock{width: 30%;float: left}
.thirdblock{width: 20%;float: left}
.secondblock{width: 67%;float: left;margin: 0 0 0 3%}
.secondblock .womo-widget-container{width: auto;display: inline-block}
.secondblock .womo-widget.womo-badge{width: 155px !important}
.leftwidhtfull{max-width: 1270px;float: none;margin: 0 auto}
.fourthblock{width:24%;float:left}
.testiblock .widgetbox .secondblock.new_look a{margin-bottom: 15px;display: block;text-align: center;width: 32%;float: left;margin-right: 15px;}
.testiblock .widgetbox .secondblock.new_look a img{border: 1px solid transparent;}
.testiblock .widgetbox .secondblock.new_look a:hover img{border: 1px solid #4b53a2; -webkit-transition: all ease-out 0.3s;-moz-transition: all ease-out 0.3s; -ms-transition: all ease-out 0.3s;}
.testiblock .widgetbox .secondblock.new_look a img{max-width: 100%}
.testiblock .widgetbox .secondblock.new_look a:nth-child(3n) {
    margin-right: 0px !important;
}
.arealeft h4, .arealeft h2, .map-conatiner h2{position: relative;color: #1E1E1E;font-size: 30px;font-weight: bold;line-height:100%;text-transform: uppercase;margin-bottom: 40px}
.suburb-bottom .arealeft h4, .arealeft h2, .map-conatiner h2{font-size: 20px;}
.area-content{text-align: center;}
.area-content p {padding: 0 0px 30px;line-height: 24px;font-size: 16px;font-weight: 300;}
.area-content a{display: inline-block;}
.area-content a:hover{text-decoration: underline}
.areabox{overflow: hidden;padding: 35px 0 30px}
.map-conatiner{width: 40%;float: right}
.arealeft{width: 60%;float: left;padding-right: 50px}
.map-conatiner iframe{height: 600px}

.area_inner{padding-bottom: 0}
.areachoose{background:#4b53a2;min-height: auto !important;margin-bottom: 0}
.areachoose .choose-block{width: 100%;display: block;padding: 0}
.areachoose .choose-title{text-align: center}
.areachoose ul.choose-list li{width: 33.3%;display: inline-block;vertical-align: top}
.areachoose ul.choose-list{font-size: 0}
.areachoose .choose-block .service-caption{text-align: center;}
.areachoose .choose-block .service-caption p{text-align: left}
.areachoose .choose-block .service-caption img{float: none;display: inline-block}
.areachoose .choose-title span{display: inline;vertical-align: top}
.choose_section textarea{height: 70px !important;}
.mysubmenu{display: none !important}
.banner.suburbpage img {
    max-width: 100%;
}

.btn_quote{    
	background-color: #fdc012;
    text-transform: uppercase !important; 
    font-weight: 600 !important;font-size: 16px !important;
  line-height: 22px !important;display: inline-block;
    border-radius: 25px;
    min-width: 152px !important;
    color: #292929 !important;
    padding: 14px 32px 14px 32px !important;
    text-align: center;
    white-space: nowrap !important;
    
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    font-family: 'Poppins', sans-serif !important;margin: 30px 0;clear: both !important;box-shadow: 0px 2px 0px 0px rgba(91, 91, 91, 0.06) !important;
   }
.btn_quote:hover{    background-color: #4b53a2 !important;color: #ffffff !important}
.sl_wrapper .btn_quote{display: block;float: none;min-width: auto;width: 248px !important;margin: 30px auto;
	padding: 14px 0 !important;    text-align: center !important;}
/*.phone_block a.btn_quote{margin-top: 35px;}*/
.hmserv-wrapper .btn_quote{margin-top: 0;margin-bottom: 70px;}
.cta-wrapper .cta-call{border-radius: 25px;font-weight: 600;}
.service-cta-block .service-cta-caption a.cta-call{

    min-width: 205px;
    height: 50px;
    box-shadow: none;
    padding: 18px 20px;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 25px;}
.serv_mobile_call{background-color: #e1e1e1;padding: 35px 15px;text-align: center;display: none}
.serv_mobile_call p{font-size: 14px;color: #292929;margin-bottom: 10px;}
.serv_mobile_call a.btn_quote{
	background-color: #4b53a2 !important;margin: 0 auto !important;color: #ffffff !important
}
.serv_pg .about-content-wrapper{margin-bottom: 0;}



.special_block .block_4 a:hover p, .rect-block a:hover p{color: #fdc012;}
.big_text.brc{font-family: 'Asthenia'; line-height: 40px !important; padding-top: 5px; font-size: 62px !important; text-transform: capitalize !important;font-weight: normal;}

.cta-call.pdf_btn {border-radius: 25px;font-weight: 600;min-width: 152px !important;}


.small_ul .sub-menu  {left: 0; min-width: 314px !important; }
.small_ul .sub-menu li { width: 100%;}

.mday_sp_big{font-family: 'enchanting_celebrationsRg';font-size: 52px !important;line-height: 100% !important;    padding-bottom: 15px !important;
    border-bottom: 1px solid #000 !important;margin-bottom: 20px !important;}
.mday_sp_text{font-family: 'helveticaregular';font-size: 30px !important;text-transform: uppercase;letter-spacing: 0.5px !important;    font-weight: normal;}
.big_text.brc{font-family: 'enchanting_celebrationsRg' !important;font-size: 52px !important;line-height: 65px!important; text-transform: inherit !important;}



/* ================================= */

.inner_content.area_inner .areabox{
	padding:0 0 30px;
}
.inner_content.area_inner {
	padding: 30px 0 50px;
}
.suburb-content .service-header h2{
	padding-bottom:40px;margin-bottom:30px;
}
.suburb-content .service-block-5:nth-child(5),
.suburb-content .service-block-5:nth-child(6){
	margin-bottom:0;
}
.inner-banner.areas_breadcrumb{
	margin-bottom:50px;
}

