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

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

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

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index:999;
	box-shadow: 0px 0 7px 0px #00000059;
	-webkit-box-shadow: 0px 0 7px 0px #00000059;
	-moz-box-shadow: 0px 0 7px 0px #00000059;
	-ms-box-shadow: 0px 0 7px 0px #00000059;
	-o-box-shadow: 0px 0 7px 0px #00000059;
	animation: smoothScroll .6s forwards;
	z-index:9999;
	background:#fff;
}
@keyframes smoothScroll {
 0% {
 transform: translateY(-40px);
}
 100% {
 transform: translateY(0px);
}
}
.fixed  .primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after {
    top: 48px;
}
.fixed .primary-navigation li ul li {
      height: 46px;
      line-height: 44px;
}
.fixed .primary-navigation ul ul a {
    padding: 2px 12px 0;
}
.fixed .primary-navigation ul ul {
    top: 78px;
}
a:hover {
    text-decoration: none !important;
}
.fixed .logo img {
    width: 140px;
}
.fixed  .primary-navigation li {
    height: 102px;
    line-height: 102px;
}
.top_head {
    background: #0065aa;
    padding: 8px 0;
}
.top_contact ul li a {
    color: #fff;
}
.top_contact ul li:after {
    content: "|";
    position: absolute;
    right: -15px;
    top: 0;
}
.top_contact ul li:last-child:after {
    content: none;
}
.top_contact ul li {
    display: inline-block;
    list-style-type: none;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    position: relative;
    margin-right: 14px;
}
.top_contact ul {
    margin: 0;
    padding: 0;
}
.tel_icon, .mail_icon{
	width: 17px;
    height: 16px;
    background-image: url(../images/site-icons.png);
    background-repeat: no-repeat;
    background-position: -10px -10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 6px;
}
.mail_icon{
	width: 22px;
    height: 16px;
	background-position:-85px -10px;		
}
.social ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
}
.social ul {
    margin: 0;
}
.top_contact {
    margin-top: 3px;
}
.logo {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
}
.primary-navigation li:nth-child(4) {
    margin-left: 350px;
}
.sub-menu li:nth-child(4) {
    margin: 0;
}
.ms-slide-info.ms-dir-h {
    width: 100%;
    text-align: center;
    top: 50%;
    position: absolute !important;
    transform: translate(0,-50%);
}
.banner_titl {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
.banner_titl p {
    font-size: 28px;
    text-transform: none;
    font-weight: 400;
}
.banner_btns ul li a {
    background: #fff;
    padding:10px 20px 10px 15px;
    border-radius: 3px;
	font-size:21px;
	text-transform:uppercase;
	color:#1e97d4;
}
li.enq a:hover {
    background: #2f2f2f !important;
}
.banner_btns ul {
    margin: 0;
}
.banner_btns ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
	margin: 0 5px;
}
.banner_btns ul li a:hover {
    background: #2d2d2d;
}
.price_badge {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 35px;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}
.price_badge:after {
    width: 20px;
    height: 23px;
    content: "";
    position: absolute;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    right: -20px;
    bottom: -6px;
}
.price_badge:before {
    width: 20px;
    height: 23px;
    content: "";
    position: absolute;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    left: -20px;
    top: -6px;
}

.call_icon_btn, .ring_icon_btn{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-image: url(../images/site-icons.png);
    background-repeat: no-repeat;
    background-position: -298px -10px;
	    margin-right: 3px;
}
.ring_icon_btn {
    background-position: -168px -10px;
-webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  1% { -webkit-transform: rotateZ(30deg); }
  3% { -webkit-transform: rotateZ(-28deg); }
  5% { -webkit-transform: rotateZ(34deg); }
  7% { -webkit-transform: rotateZ(-32deg); }
  9% { -webkit-transform: rotateZ(30deg); }
  11% { -webkit-transform: rotateZ(-28deg); }
  13% { -webkit-transform: rotateZ(26deg); }
  15% { -webkit-transform: rotateZ(-24deg); }
  17% { -webkit-transform: rotateZ(22deg); }
  19% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  23% { -webkit-transform: rotateZ(-16deg); }
  25% { -webkit-transform: rotateZ(14deg); }
  27% { -webkit-transform: rotateZ(-12deg); }
  29% { -webkit-transform: rotateZ(10deg); }
  31% { -webkit-transform: rotateZ(-8deg); }
  33% { -webkit-transform: rotateZ(6deg); }
  35% { -webkit-transform: rotateZ(-4deg); }
  37% { -webkit-transform: rotateZ(2deg); }
  39% { -webkit-transform: rotateZ(-1deg); }
  41% { -webkit-transform: rotateZ(1deg); }

  43% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
  0% { -moz-transform: rotate(0); }
  1% { -moz-transform: rotate(30deg); }
  3% { -moz-transform: rotate(-28deg); }
  5% { -moz-transform: rotate(34deg); }
  7% { -moz-transform: rotate(-32deg); }
  9% { -moz-transform: rotate(30deg); }
  11% { -moz-transform: rotate(-28deg); }
  13% { -moz-transform: rotate(26deg); }
  15% { -moz-transform: rotate(-24deg); }
  17% { -moz-transform: rotate(22deg); }
  19% { -moz-transform: rotate(-20deg); }
  21% { -moz-transform: rotate(18deg); }
  23% { -moz-transform: rotate(-16deg); }
  25% { -moz-transform: rotate(14deg); }
  27% { -moz-transform: rotate(-12deg); }
  29% { -moz-transform: rotate(10deg); }
  31% { -moz-transform: rotate(-8deg); }
  33% { -moz-transform: rotate(6deg); }
  35% { -moz-transform: rotate(-4deg); }
  37% { -moz-transform: rotate(2deg); }
  39% { -moz-transform: rotate(-1deg); }
  41% { -moz-transform: rotate(1deg); }

  43% { -moz-transform: rotate(0); }
  100% { -moz-transform: rotate(0); }
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }

  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}

.call_icon_btn {animation-name: shake;
  animation-duration: 0.08s;
  animation-delay: 0.1s;
  animation-iteration-count: infinite;
  filter: blur(0.3px);
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-1);
  }
  100% {
    transform: translateX(2px);
  }
}
li.enq a {
    background: #0065aa !important;
    color: #fff !important;
}
/*.banner_btm_outer {
    background: #0065aa;
    width: 694px;
    margin: -53px auto 0;
    position: relative;
    padding: 15px 30px 5px;
}
.banner_btm_outer:after{
	content:"";
	position:absolute;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;	  
	border-top: 20px solid #f00;
	bottom:0;	
}
.banner_btm_outer:after {
    content: "";
    position: absolute;
    border-left: 348px solid transparent;
    border-right: 348px solid transparent;
    border-top: 30px solid #0065aa;
    bottom: -30px;
    left: 0;
}*/
.btm_call_icon, .btm_mail_icon  {
    display: inline-block;
    width: 23px;
    vertical-align: middle;
    height: 37px;
    background-image: url(../images/site-icons.png);
    background-repeat: no-repeat;
    background-position: -255px -10px;
    margin-right: 5px;
}
.btm_mail_icon {
    width: 42px;
    height: 30px;
	background-position: -552px -10px;
}
.btm_call a {
    font-size: 22px;
    color: #fff;
}
.btm_mail a {
    color: #fff;
    font-size: 20px;
}
.btm_call {
    border-right: 1px solid #fff;
}
.abt_titl {
    font-size: 35px;
    text-transform: uppercase;
    color: #1e97d4;
    font-weight: 700;
}
.abt_titl span {
    color: #3b3b3b;
    display: block;
    font-size: 22px;
    font-weight: 600;
}
.about_outer{
    margin-top: 80px;
}
.abt_txt {
    color: #505050;
    margin: 45px 0 0;
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
	letter-spacing: 0.5px;
}
.call_quote {
    background: #1995d3;
    padding: 20px;
    color: #Fff;
}
.call_quote  .abt_titl {
    font-size: 24px;
    margin-bottom: 10px;
	    color: #fff;
}
.read_more a, .get_quote a{
    background: #0065aa;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
}
.read_more a:hover, .get_quote a:hover {
    background: #2f2f2f;
}
.get_quote a {
    background: #1e97d4;
}
.read_more, .get_quote{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    margin-top: 10px;
}
.about_outer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 177px;
    height: 176px;
    background-image: url(../images/curve.png);
	background-repeat:no-repeat;
}
.about_outer {
    margin-top: 80px;
    position: relative;
    margin-bottom: 60px;
}
.estimate_outer{
	background-image:url(../images/estimate_bg.jpg);
	background-repeat:no-repeat;
	padding:40px 0;
	    background-size: cover;
}
.estimate_txt a {
    color: #fff;
    font-weight: 600;
}
.estimate_txt {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}
.enq_est a {
	background: #fff;
    padding: 10px 20px 10px 14px;
    border-radius: 3px;
    font-size: 20px;
    text-transform: uppercase;
    color: #4d4c4c;
}
.enq_est a:hover {
    background: #2f2f2f;
    color: #1e97d4;
}
.enq_est .ring_icon_btn {
    background-position: -212px -10px;
}
.enq_est {
	text-align:center;
    margin-top: 6px;
}
.page_titl span {
    font-weight: 600;
    color: #1e97d4;
}
.page_titl {
    font-size: 35px;
    text-transform: uppercase;
    color: #464646;
    position: relative;
}
.page_titl:after {
    width: 49px;
    height: 4px;
    content: "";
    position: absolute;
    background: #1e97d4;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,0);
}
.service_outer {
	background-image:url(../images/service_bg.jpg);
	background-attachment:fixed;
	padding:40px 0;
	    margin: 0px 0 0px;
}
.service_cont {
    margin-top: 55px;
}
.serv_img {
	width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
}
.serv_titl span {
    font-weight: normal;
    color: #353535;
}
.service_sec:hover {
    background: rgba(234, 234, 234, 0.84);
}
.serv_titl {
    font-size: 24px;
    text-transform: uppercase;
    color: #0065aa;
    margin-bottom: 10px;
    font-weight: 600;
}
.serv_txt {
    margin-bottom: 15px;
    color: #323131;
    line-height: 25px;
}
.service_sec a {
    display: inline-block;
    font-weight: 500;
    color: #464646;
    text-decoration: underline;
}
.service_sec {
    border: 2px solid #1e97d4;
    padding: 20px 20px;
    border-radius: 4px;
	    min-height:455px;
}
.choose_outer{
	background-image:url(../images/choose_bg.jpg);
	background-repeat:no-repeat;
	padding:40px 0;
	background-size:cover;
	background-attachment:fixed;	
}
.choose_titl:after {
    width: 49px;
    height: 4px;
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
}
.choose_titl span {
    font-weight: 600;
}
.choose_titl {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 35px;
    position: relative;
}
.choose_list ul li {
    list-style-type: none;
    display: block;
    margin-bottom:8px;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
}
.choose_list ul {
    margin: 0;
}
.choose_icon {
    width: 66px;
    height: 66px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgba(84, 194, 230, 0.36);
    border-radius: 50%;
    margin-right: 10px;
    background-image: url(../images/site-icons.png);
    background-repeat: no-repeat;
    background-position: -423px 2px;
}
.choose_icon.pc {
    background-position: -369px 2px;
}
.choose_icon.tp {
    background-position: -477px 2px;
}
.choose_icon.sg {
    background-position: -323px 5px;
}
.before_after_cont {
    overflow: hidden;
    border-radius: 5px;
	margin-top:20px;
}
.choose_list {
    margin-top: 50px;
}
.testimonials_outer{
	background-image:url(../images/testimonial_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	padding:40px 0;	
}
.testi_slider {
    margin-top: 70px;
}
.amazingcarousel-title span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: #494a4a;
    margin-top: 2px;
}
.footer_outer {
    background: #212121;
    padding: 20px 0 0;
    position: relative;
    margin-top: 100px;
}
.footer_outer:before {
    background-image: url(../images/curve2.png);
    height: 88px;
    content: "";
    position: absolute;
    top: -88px;
    width: 100%;
    left: 0;
}
.footer_titl span {
    color: #1e97d4;
}
.footer_titl {
	font-size: 22px;
    margin-bottom: 35px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin-top: 10px;
}
.foot_menu ul li a:hover {
    color: #1c96d4;
}
.footer_titl:after {
    width: 42px;
    height: 2px;
    content: "";
    background: #1c96d4;
    position: absolute;
    left: 0;
    bottom: -9px;
}
.foot_menu ul li a {
    color: #fff;
        font-weight: 300;
    font-size: 15px;
}
.foot_menu ul li {
    list-style-type: none;
    margin-bottom: 2px;
    text-transform: capitalize;
}
.foot_menu ul {
    margin: 0;
}
.foot_hour {
    font-size: 15px;
    color: #fff;
}
.foot_contact ul li a {
    color: #fff;
}
.foot_contact ul li {
    list-style-type: none;
    margin-bottom: 7px;
}
.foot_contact ul {
    margin: 0;
}
.foot_call_icon, .foot_mail_icon{
	width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/site-icons.png);
    background-repeat: no-repeat;
    background-position: -47px -10px;
    margin-right: 5px;
}
.foot_mail_icon {
    background-position: -127px -10px;
    width: 22px;
}
.foot_btm {
    background: #000;
    padding: 10px 0;
    margin-top: 25px;
	font-weight: 300;
}
.abn {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
}
.footer_outer .social {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.copy a {
    color: #fff;
}
.copy {
    font-size: 14px;
    color: #fff;
    margin-top: 9px;
}
.page .entry-header, .blog_page_banner {
    text-align: center;
    background: #1e97d4 !important;
    padding: 35px 0 !important;
    margin-bottom: 40px !important;
}
.page .entry-title, .blog_page_title {
    margin: 0;
    color: #fff;
	    font-size: 33px;
}
.contact_inner {
    width: 75%;
    margin: 0 auto;
    background: #0065aa;
    padding: 20px 30px;
    margin-top: -120px;
    position: relative;
    border-radius: 5px;
}
.contact_inner .foot_contact ul li p {
    display: inline-block;
    vertical-align: inherit;
    margin: 5px 0;
}
.frm_fld textarea {
    height: 110px;
    resize: none;
}

.frm_fld {
    margin-bottom: 6px;
}
.frm_fld input, .frm_fld textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    padding: 8px 0;
    font-size: 15px;
    color: #fff;
}
.send_btn {
    margin-top: 10px;
}
.send_btn input {
    background: #252525 !important;
    font-size: 15px;
    font-weight: 300;
    border-radius: 50px;
}
.contact_inner .foot_contact {
    border-right: 1px solid #2681bf;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.page-id-17 .entry-header {
    margin-bottom: 0 !important;
}
.abt_img:after {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #1e97d4;
    content: "";
    position: absolute;
    left: 0;
}
.abt_img {
    position: relative;
}
.rev_cont {
    font-size: 16px;
    padding: 20px;
    background: #0065aa;
    min-height: 350px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}
.rev_author {
	font-size: 18px;
    font-style: italic;
    margin-top: 15px;
}
.mob_res {
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0;
}
.mob_res ul li a {
    color: #fff;
    padding: 10px 0;
    display: block;
}
.mob_res ul li {
    list-style-type: none;
    float: left;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    background: #1e97d4;
}
.mob_res ul {
    margin: 0;
}
li.mail_mob {
    background: #0e76bc !important;
}
.thankyou-btn a {
    display: inline-block;
    background: #000;
    padding: 10px 25px;
    margin-top: 10px;
    color: #ffffff;
}
#scroll {
 	position: fixed;
    right: 10px;
    bottom: 70px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-image: url(../images/stt.png);
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    background-repeat: no-repeat;
    background-position: center;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
@media only screen and (max-width : 320px) {
   .top_head, .banner_btns {
     display: none;
	}
	.tel_icon {
		width: 25px;
		height: 25px;
		background-position: -6px -6px;
		background-color: #1e97d4;
		padding: 10px 10px;
	}
	.call_mob {
		position: absolute;
		top: 15px;
		right: 50px;
	}
	.call_mob a {
		color: #000;
	}
	.logo {
		position: static;
		text-align: left;
	}
	.logo img {
		width: 73px;
	}
	.menu-toggle {
		top: 3px !important;
	}
	.menu_bar {
		padding: 0 15px !important;
	}
	.fixed .logo img {
		width: 73px;
	}
	.primary-navigation li:nth-child(4) {
		margin-left: 0;
	}
	.menu_sec {
		text-align: left !important;
	}
	.fixed .primary-navigation li {
		height: auto;
		line-height: normal;
	}
	.fixed .primary-navigation li ul li {
		height: auto;
		line-height: normal;
	}
	.banner_titl {
    	font-size: 18px;
	}
	.banner_titl p {
		font-size: 14px;
		margin-bottom: 4px;
	}
	.price_badge {
		font-size: 14px;
		margin-bottom: 0;
		letter-spacing:1px;
	}
	.ms-slide-info.ms-dir-h {
		margin: 0 !important;
	}
	.about_outer {
		margin-top: 0;
		    margin-bottom: 30px;
	}
	.abt_titl span {
		font-size: 18px;
	}
	.abt_titl {
		font-size: 25px;
	}
	.about_outer:after{
		display:none;
	}
	.read_more, .get_quote {
		display: block;
		width: 100%;
	}
	.read_more a, .get_quote a {
		display: inline-block;
		width: 100%;
	}
	.estimate_outer {
		padding: 10px 0 20px;
	}
	.estimate_txt {
		font-size: 20px;
		margin-bottom: 10px;
		    text-align: center;
	}
	.enq_est a {
		font-size: 16px;
	}
	.service_outer {
		padding: 20px 0;
	}
	.page_titl {
		font-size: 25px;
		margin-bottom: 28px;
	}
	.service_cont {
		margin-top: 25px;
	}
	.service_sec {
		margin-bottom: 10px;
	}
	.choose_titl {
		font-size: 25px;
	}
	.choose_outer {
		padding: 20px 0;
	}
	.choose_list ul li {
		font-size: 14px;
	}
	.foot_btm {
		padding: 10px 0 50px;
	}
	.foot_btm .text-right {
    	text-align: center !important;
	}
	.copy {
		font-size: 12px;
		padding-bottom: 10px;
		    text-align: center;
	}
	.page .entry-title {
    	font-size: 20px;
	}
	.vid_sec video {
		margin: 0;
	}
	.contact_inner {
		width: 100%;
		padding: 20px 15px;
		margin-top: 0;
	}
	.contact_inner .foot_contact {
    	border-right: none;
	}
	
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.top_head, .banner_btns {
      display: none;
	}
	.tel_icon {
		width: 25px;
		height: 25px;
		background-position: -6px -6px;
		background-color: #1e97d4;
		padding: 10px 10px;
	}
	.call_mob {
		position: absolute;
		top: 23px;
		right: 50px;
	}
	.call_mob a {
		color: #000;
	}
	.logo {
		position: static;
		text-align: left;
	}
	.logo img {
		width: 95px;
	}
	.menu-toggle {
		top:10px !important;
	}
	.menu_bar {
		padding: 0 15px !important;
	}
	.fixed .logo img {
		width: 95px;
	}
	.primary-navigation li:nth-child(4) {
		margin-left: 0;
	}
	.menu_sec {
		text-align: left !important;
	}
	.fixed .primary-navigation li {
		height: auto;
		line-height: normal;
	}
	.fixed .primary-navigation li ul li {
		height: auto;
		line-height: normal;
	}
	.banner_titl {
    	font-size: 24px;
	}
	.banner_titl p {
		font-size: 17px;
		margin-bottom: 4px;
	}
	.abt_txt {
		margin: 10px 0 0;
		font-size: 17px;
	}
	.price_badge {
		font-size: 16px;
		margin-bottom: 0;
		letter-spacing:1px;
	}
	.ms-slide-info.ms-dir-h {
		margin: 0 !important;
	}
	.about_outer {
		margin-top: 0;
		    margin-bottom: 30px;
	}
	.abt_titl span {
		font-size: 18px;
	}
	.abt_titl {
		font-size: 28px;
	}
	.about_outer:after{
		display:none;
	}
	.read_more, .get_quote {
		display: inline-block;
    	width: 45%;
	}
	.read_more a, .get_quote a {
		display: inline-block;
		width: 100%;
	}
	.estimate_outer {
		padding: 10px 0 20px;
	}
	.estimate_txt {
		font-size: 20px;
		margin-bottom: 15px;
		text-align: center;
	}
	.enq_est a {
		font-size: 16px;
	}
	.service_outer {
		padding: 20px 0;
	}
	.page_titl {
		font-size: 25px;
		margin-bottom: 28px;
	}
	.service_cont {
		margin-top: 25px;
	}
	.service_sec {
		margin-bottom: 10px;
	}
	.choose_titl {
		font-size: 25px;
	}
	.choose_outer {
		padding: 20px 0;
	}
	.choose_list ul li {
		font-size: 18px;
	}
	.foot_btm {
		padding: 10px 0 50px;
	}
	.foot_btm .text-right {
    	text-align: center !important;
	}
	.copy {
		padding-bottom: 10px;
		    text-align: center;
	}
	.page .entry-title {
    	font-size: 24px;
	}
	.vid_sec video {
		margin: 0;
	}
	.contact_inner {
		width: 100%;
		padding: 20px 15px;
		margin-top: 0;
	}
	.contact_inner .foot_contact {
    	border-right: none;
	}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
  .top_head, .banner_btns {
      display: none;
	}
	.tel_icon {
		width: 25px;
		height: 25px;
		background-position: -6px -6px;
		background-color: #1e97d4;
		padding: 10px 10px;
	}
	.call_mob {
		position: absolute;
		top: 28px;
		right: 55px;
	}
	.call_mob a {
		color: #000;
	}
	.logo {
		position: static;
		text-align: left;
	}
	.logo img {
		width: 110px;
	}
	.menu-toggle {
		top:15px !important;
	}
	.menu_bar {
		padding: 0 15px !important;
	}
	.fixed .logo img {
		width: 110px;
	}
	.primary-navigation li:nth-child(4) {
		margin-left: 0;
	}
	.menu_sec {
		text-align: left !important;
	}
	.fixed .primary-navigation li {
		height: auto;
		line-height: normal;
	}
	.fixed .primary-navigation li ul li {
		height: auto;
		line-height: normal;
	}
	.banner_titl {
		font-size: 30px !important;
	}
	.banner_titl p {
		    font-size: 19px !important;
    	margin-bottom: 18px !important;
	}
	.abt_txt {
		margin: 10px 0 0;
	}
	.price_badge {
		font-size: 16px;
		margin-bottom: 0;
		letter-spacing:1px;
	}
	.ms-slide-info.ms-dir-h {
		margin: 0 !important;
	}
	.about_outer {
		margin-top: 0;
		    margin-bottom: 30px;
	}
	.abt_titl span {
		font-size: 18px;
	}
	.abt_titl {
		font-size: 28px;
	}
	.about_outer:after{
		display:none;
	}
	.read_more, .get_quote {
		display: inline-block;
    	width: 30%;
	}
	.read_more a, .get_quote a {
		display: inline-block;
		width: 100%;
	}
	.estimate_outer {
		padding: 10px 0 20px;
	}
	.estimate_txt {
		font-size: 25px;
		margin-bottom: 15px;
		text-align: center;
	}
	.enq_est a {
		font-size: 16px;
	}
	.service_outer {
		padding: 20px 0;
	}
	.page_titl {
		font-size:30px;
		margin-bottom: 28px;
	}
	.service_cont {
		margin-top: 25px;
	}
	.service_sec {
		margin-bottom: 10px;
	}
	.choose_titl {
		font-size: 22px !important;
	}
	.choose_outer {
		padding: 20px 0;
	}
	.foot_btm {
		padding: 10px 0 50px;
	}
	.foot_btm .text-right {
    	text-align: center !important;
	}
	.copy {
		padding-bottom: 10px;
		    text-align: center;
	}
	.page .entry-title {
    	font-size: 24px;
	}
	.vid_sec video {
		margin: 0;
	}
	.contact_inner {
		width: 100%;
		padding: 20px 15px;
		margin-top: 0;
	}
	.contact_inner .foot_contact {
    	border-right: none;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.top_head {
      display: none;
	}
	.tel_icon {
		width: 25px;
		height: 25px;
		background-position: -6px -6px;
		background-color: #1e97d4;
		padding: 10px 10px;
	}
	.call_mob {
		position: absolute;
		top: 28px;
		right: 55px;
	}
	.call_mob a {
		color: #000;
	}
	.logo {
		position: static;
		text-align: left;
	}
	.logo img {
		width: 110px;
	}
	.menu-toggle {
		top:15px !important;
	}
	.menu_bar {
		padding: 0 15px !important;
	}
	.fixed .logo img {
		width: 110px;
	}
	.primary-navigation li:nth-child(4) {
		margin-left: 0;
	}
	.menu_sec {
		text-align: left !important;
	}
	.fixed .primary-navigation li {
		height: auto;
		line-height: normal;
	}
	.fixed .primary-navigation li ul li {
		height: auto;
		line-height: normal;
	}
	.banner_titl {
    	font-size: 35px;
	}
	.banner_titl p {
		    font-size: 24px;
    	margin-bottom: 18px;
	}
	.abt_txt {
		margin: 10px 0 0;
	}
	.ms-slide-info.ms-dir-h {
		margin: 0 !important;
	}
	.about_outer {
		margin-top: 0;
		    margin-bottom: 30px;
	}
	.abt_titl span {
		font-size: 18px;
	}
	.abt_titl {
		font-size: 28px;
	}
	.about_outer:after{
		display:none;
	}
	.read_more, .get_quote {
		display: inline-block;
    	width: 30%;
	}
	.read_more a, .get_quote a {
		display: inline-block;
		width: 100%;
	}
	.estimate_outer {
		padding: 10px 0 20px;
	}
	.estimate_txt {
		    font-size: 20px;
		margin-bottom: 0;
		text-align: center;
		margin-top: 10px;
	}
	.enq_est {
		margin-top: 12px;
	}
	.enq_est a {
		font-size: 12px;
	}
	.service_outer {
		padding: 20px 0;
	}
	.page_titl {
		font-size:30px;
		margin-bottom: 28px;
	}
	.service_cont {
		margin-top: 25px;
	}
	.service_sec {
		margin-bottom: 10px;
	}
	.choose_list {
		margin-top: 20px;
	}
	.choose_list ul li {
		margin-bottom: 8px;
		font-size: 17px;
	}
	.choose_titl {
		font-size: 25px;
	}
	.choose_outer {
		padding: 20px 0;
	}
	.footer_titl {
		font-size: 17px;
		margin-bottom: 25px;
		margin-top: 10px;
	}
	.foot_btm {
		padding: 10px 0 50px;
	}
	.copy {
		padding-bottom: 10px;
	}
	.page .entry-title {
    	font-size: 24px;
	}
	.vid_sec video {
		margin: 0;
	}
	.contact_inner {
		width: 100%;
		padding: 20px 15px;
	}
	.contact_inner .foot_contact {
    	border-right: none;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.primary-navigation li:nth-child(4) {
		margin-left: 240px;
	}
	.about_outer {
		margin-top: 30px;
	}
	.estimate_txt {
		font-size: 27px;
	}
	.serv_titl {
		font-size: 21px;
	}
	.foot_contact ul li {
		font-size: 12px;
	}
	.foot_menu ul li a {
		font-size: 13px;
	}
	.foot_hour {
		font-size: 13px;
	}
	.abt_txt {
		margin: 15px 0 0;
	}
	.mt {
		margin: 0 !important;
	}
	.rev_cont {
		min-height: 410px;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
   .top_head {
      display: none;
	}
	.tel_icon {
		width: 25px;
		height: 25px;
		background-position: -6px -6px;
		background-color: #1e97d4;
		padding: 10px 10px;
	}
	.call_mob {
		position: absolute;
		top: 28px;
		right: 55px;
	}
	.call_mob a {
		color: #000;
	}
	.logo {
		position: static;
		text-align: left;
	}
	.logo img {
		width: 110px;
	}
	.menu-toggle {
		top:15px !important;
	}
	.menu_bar {
		padding: 0 15px !important;
	}
	.fixed .logo img {
		width: 110px;
	}
	.primary-navigation li:nth-child(4) {
		margin-left: 0;
	}
	.menu_sec {
		text-align: left !important;
	}
	.fixed .primary-navigation li {
		height: auto;
		line-height: normal;
	}
	.fixed .primary-navigation li ul li {
		height: auto;
		line-height: normal;
	}
	.banner_titl {
    	font-size: 35px;
	}
	.banner_titl p {
		    font-size: 24px;
    	margin-bottom: 18px;
	}
	.abt_txt {
		margin: 10px 0 0;
	}
	.ms-slide-info.ms-dir-h {
		margin: 0 !important;
	}
	.about_outer {
		margin-top: 0;
		    margin-bottom: 30px;
	}
	.abt_titl span {
		font-size: 18px;
	}
	.abt_titl {
		font-size: 28px;
	}
	.about_outer:after{
		display:none;
	}
	.read_more, .get_quote {
		display: inline-block;
    	width: 30%;
	}
	.read_more a, .get_quote a {
		display: inline-block;
		width: 100%;
	}
	.estimate_outer {
		padding: 10px 0 20px;
	}
	.estimate_txt {
		    font-size: 20px;
		margin-bottom: 0;
		text-align: center;
		margin-top: 10px;
	}
	.enq_est {
		margin-top: 12px;
	}
	.enq_est a {
		font-size: 12px;
	}
	.service_outer {
		padding: 20px 0;
	}
	.page_titl {
		font-size:30px;
		margin-bottom: 28px;
	}
	.service_cont {
		margin-top: 25px;
	}
	.service_sec {
		margin-bottom: 10px;
	}
	.choose_list {
		margin-top: 20px;
	}
	.choose_list ul li {
		margin-bottom: 8px;
		font-size: 17px;
	}
	.choose_titl {
		font-size: 25px;
	}
	.choose_outer {
		padding: 20px 0;
	}
	.footer_titl {
		font-size: 17px;
		margin-bottom: 25px;
		margin-top: 10px;
	}
	.foot_btm {
		padding: 10px 0 50px;
	}
	.copy {
		padding-bottom: 10px;
	}
	.page .entry-title {
    	font-size: 24px;
	}
	.vid_sec video {
		margin: 0;
	}
	.contact_inner {
		width: 100%;
		padding: 20px 15px;
	}
	.contact_inner .foot_contact {
    	border-right: none;
	}
}

@media screen and (min-width: 1424px) {
	.footer_outer:before {
		height: 134px;
		top: -134px;
		background-size: cover;
		background-position: -330px 0px;
	}
}

@media screen and (min-width: 1624px) {
  .footer_outer:before {
       height: 148px;
    top: -147px;
    background-size: cover;
    background-position: -330px 0px;
}
}

@media screen and (min-width: 1920px) {
.footer_outer:before {
    height: 168px;
    top: -167px;
    background-size: cover;
    background-position: -330px 0px;
}
}

@media screen and (min-width: 2048px) {
  .footer_outer:before {
        height: 175px;
    top: -175px;
    background-size: cover;
    background-position: -330px 0px;
 }
}
@media screen and (min-width: 2550px) {
 .footer_outer:before {
    height: 208px;
    top: -208px;
    background-size: cover;
    background-position: -330px 0px;
 }
}

