/**
*	Theme Name: NewstoneAECC
*	Theme URI:
*	Author: Direct Design Media
*	Author URI: https://directdesignmedia.com
*	Description: Custom 
*	Version: 1.0
*	Text Domain:  ddm_theme
**/
body {
	overflow-x: hidden;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.alignself{
    align-self: center;
}
.m-0{
    margin: 0;
}
.item:focus,
.item:hover{
    outline: none !important;
}
.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea{
	border: 1px solid #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: 0px !important;
	padding-bottom: 0 !important;
}
ul#menu{
    display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4551;
  border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
    transition: all .5s;
}
p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.searchform {
	position: relative
}
.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.not-found {
	margin: 100px 0;
}
.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
.nav-bar {
    text-align: right;
}
.main-navigation {
	clear: both;
	position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
.nav-menu li {
	display: inline-block;
	margin: 0 48px 0 0px;
	position: relative;
}
.nav-menu li:last-child{
    margin: 0;
}
.nav-menu li a {
	color: #1b2336;
	display: inline-block;
	font-size: 15px;
    font-weight: bold;
	line-height: 1;
	text-decoration: none;
    transition: all 0.4s ease;
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}
.nav-menu li.menu-item-has-children li.menu-item-has-children{
    padding-right: 0;
}
.nav-menu li.menu-item-has-children::after {
    color: #f57f20;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    right: -11px;
    top: 3px;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 13px;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #000;
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
}
ul.sub-menu li {
    margin: 0px
}
ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
    width: 225px;
    font-size: 14px;
}
ul.sub-menu li a:hover {
    background: #000;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #f57f20;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover{
	color: #f57f20;
}
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
	display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nopd {
    padding: 0 !Important
}
.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}
.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-align: center;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}
                                        /***************************
                                                    Header
                                        ****************************/
.site-header .container-fluid,
.site-banner .container-fluid,
.subheader .container-fluid{
	padding: 0 50px;
}
.subheader {
	background-color: #000;
	padding: 10px 0;
}
.site-header .row {
	margin: 0;
}
.headcon a {
	display: inline-block;
	font-size: 24px;
	color: #ffffff;
	font-family: 'Proxima Nova Rg';
}
.site-header .container {
	position: relative;
}
.headcon.mail {
	text-align: end;
}
.headcon a:hover{
    color: #f57f20;
}
.site-header {
	padding-top: 36px;
	position: absolute;
	width: 100%;
	z-index: 999;
}
.site-logo {
	width: 30%;
}
.menuberbtn {
	display: flex;
	justify-content: end;
	align-items: center;
	width: 70%;
}
.nav-bar {
	text-align: right;
}
.nav-bar ul.nav-menu {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: end;
}
.nav-menu li a {
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	font-family: 'Proxima Nova Rg';
	text-transform: capitalize;
    font-weight: 400;
}
.nav-menu li.loginclient a,
.loginclient a{
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	padding: 14px 59px;
	border-radius: 11px;
    border: 2px solid #f57f20;
    overflow: hidden;
    position: relative;
    z-index: 1;
	display: inline-block;
	color: #fff;
	font-size: 20px;
}
.nav-menu li.loginclient a::after,
.loginclient a::after{
    content: '';
    background-color: #f57f20;
    height: 100%;
    width: 100%;
    top: 0;
    transition-duration: 0.8s;
    position: absolute;
    left: 0;
    z-index: -1;
}
.nav-menu li.loginclient a:hover:after,
.loginclient a:hover:after{
    height: 100%;
    width: 0;
    left: -35%;
    background-color: transparent;
    transform: skew(50deg);
}
.nav-menu li.loginclient a:hover,
.loginclient a:hover{
    color: #f57f20;
}
.loginclient {
	margin-left: 23px;
	display: grid;
}
                                        /***************************
                                                    Home
                                        ****************************/
.site-banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.banner-text {
	padding-top: 291px;
}
.banner-text h3 {
	font-family: 'Proxima Nova Rg';
	font-size: 38px;
	color: #818181;
	margin-bottom: 6px;
}
.banner-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 84px;
	color: #ffffff;
	line-height: 86px;
	margin-bottom: 45px;
}
.banner-text h2 strong{
    color: #f57f20;
    font-weight: bold;
}
.banner-text ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.banner-text ul li {
	font-family: 'Proxima Nova Rg';
	font-size: 38px;
	color: #ffffff;
	line-height: 50px;
	position: relative;
    padding-left: 29px;
}
.banner-text ul li::before{
    content: '\f0da';
    font-family: FontAwesome;
    color: #f57f20;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
}
.banner-text a,
.banner-textabout a{
	font-family: 'Proxima Nova Rg';
	font-size: 32px;
	color: #ffffff;
	border: 2px solid #f57f20;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 14px 40px;
	overflow: hidden;
	border-radius: 11px;
	margin-top: 54px;
}
.banner-text a i ,
.banner-textabout a i{
	padding-left: 17px;
	color: #000;
}
.banner-text a::after,
.banner-textabout a::after{
    content: '';
    background-color: #f57f20;
    height: 100%;
    width: 100%;
    top: 0;
    transition-duration: 0.8s;
    position: absolute;
    left: 0;
    z-index: -1;
}
.banner-text a:hover:after,
.banner-textabout a:hover:after{
    height: 100%;
    width: 0;
    left: -35%;
    background-color: transparent;
    transform: skew(50deg);
}
.banner-text a:hover i,
.banner-text a:hover,
.banner-textabout a:hover i,
.banner-textabout a:hover{
    color: #f57f20;
}
.banner-img {
	width: 1211px;
	margin-left: -215px;
	padding-top: 366px;
	height: 973px;
	object-fit: cover;
}
                                        /***************************
                                                    Scanning
                                        ****************************/
.laser-sanning-sec {
	background-color: #000000;
	color: #fff;
	padding-top: 233px;
    padding-bottom: 325px;
    position: relative;
}
p:last-child{
    margin-bottom: 0;
}
.main-text {
	text-align: center;
}
.main-text h3 {
	font-family: 'Proxima Nova Rg';
	font-size: 36px;
	color: #f57f20;
	letter-spacing: 0.66em;
	margin-bottom: 17px;
}
.main-text h2 {
	font-family: 'Proxima Nova Rg';
	font-size: 64px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 27px;
}
.main-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #818181;
	line-height: 32px;
	width: 75%;
	margin: 0 auto;
}
.main-text a {
	font-family: 'Proxima Nova Rg';
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	display: inline-block;
	border: 2px solid #f57f20;
	position: relative;
    z-index: 1;
	overflow: hidden;
	padding: 15px 40px;
	border-radius: 11px;
    margin-top: 35px;
}
.main-text a::after {
    content: '';
    background-color: #f57f20;
    height: 100%;
    width: 100%;
    top: 0;
    transition-duration: 0.8s;
    position: absolute;
    left: 0;
    z-index: -1;
}
.main-text a:hover:after {
    height: 100%;
    width: 0;
    left: -35%;
    background-color: transparent;
    transform: skew(50deg);
}
.main-text a:hover{
    color: #f57f20;
}
.dimage-360-area {
	height: 678px;
	width: 100%;
}
.dimage-360-area canvas {
	height: 678px!important;
	width: 100%;
}
.laser-img {
	padding-top: 73px;
	position: absolute;
	width: 1488px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}
.broxgallery-videobox{
    position: relative;
}
.broxgallery-videobox img {
	height: 651px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.broxgallery-videobox .videobuttonnn {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	right: 0;
	display: grid;
	align-items: center;
	height: 100%;
}
.broxgallery-videobox .videobuttonnn img {
	width: auto;
	height: auto;
}
                                        /***************************
                                                    Plan
                                        ****************************/
.perfect-plan-sec {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 514px;
	padding-bottom: 367px;
}
.plan-text {
	text-align: center;
}
.plan-text h2 {
	font-family: 'Proxima Nova Rg';
	font-size: 64px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 42px;
}
.plan-text h2 strong {
	color: #f57f20;
}
.plan-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #ffffff;
	line-height: 32px;
	margin-bottom: 0;
	width: 86%;
	margin: 0 auto;
}
.main-top-plan {
	padding: 0 36px;
	padding-top: 78px;
	position: absolute;
	left: 0;
	right: 0;
	width: 1458px;
	margin: 0 auto;
}
.main-top-plan .col-lg-6 {
	padding-left: 36px;
	padding-right: 36px;
}
.plan-divmain {
	background-color: #f57f20;
	margin-bottom: 49px;
    overflow: hidden;
    transition: all .7s;
    color: #000000;
}
.plan-divmain:hover{
    background-color: #000;
    color: #f57f20;
}
.plan-divmain:hover h3 a{
    color: #f57f20;
}
.plan-divmain:hover img{
    transform: scale(1.05);
}
.plan-thumb img {
	width: 100%;
    transition: all 0.5s;
    overflow: hidden;
}
.plan-content {
	text-align: center;
	border-bottom: 11px solid #c36316;
	padding: 0 86px;
	height: 218px;
	display: grid;
	align-items: center;
}
.plan-content h3 a {
	color: #000;
}
.plan-content h3 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 32px;
	line-height: 44px;
	margin-bottom: 0;
    transition: all .5s;
}
.plan-content p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 0;
}
                                        /***************************
                                                    Virtual
                                        ****************************/
.virtual-scan {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 917px;
	padding-bottom: 114px;
}
.scan-text {
	color: #fff;
	width: 50%;
	margin-left: auto;
	padding-right: 0;
	padding-left: 40px;
}
.scan-text h3 {
	font-family: 'Proxima Nova Rg';
	font-size: 36px;
	color: #f57f20;
	line-height: 56px;
	letter-spacing: 0.66em;
	text-transform: uppercase;
	margin-bottom: 21px;
}
.scan-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	color: #ffffff;
	line-height: 76px;
	margin-bottom: 32px;
    padding-right: 73px;
}
.scan-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #818181;
	line-height: 32px;
	margin-bottom: 0;
}
.scan-text a {
	line-height: normal;
	font-family: 'Proxima Nova Rg';
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	border: 2px solid #f57f20;
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 17px 40px;
    border-radius: 11px;
    margin-top: 42px;
}
.scan-text a::after {
    content: '';
    background-color: #f57f20;
    height: 100%;
    width: 100%;
    top: 0;
    transition-duration: 0.8s;
    position: absolute;
    left: 0;
    z-index: -1;
}
.scan-text a:hover:after {
    height: 100%;
    width: 0;
    left: -35%;
    background-color: transparent;
    transform: skew(50deg);
}
.scan-text a:hover{
    color: #f57f20;
}
                                        /***************************
                                                    Capturing
                                        ****************************/
.capturing-sec {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 64px;
}
.cap-text {
	padding-top: 0px;
}
.cap-text h3 {
	font-family: 'Proxima Nova Rg';
	font-size: 36px;
	color: #f57f20;
	letter-spacing: 0.66em;
	line-height: 56px;
	margin-bottom: 22px;
}
.cap-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	color: #000000;
	line-height: 76px;
	margin-bottom: 28px;
}
.cap-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #ffffff;
	line-height: 32px;
	margin-bottom: 35px;
    padding-right: 146px;
}
.cap-text a {
	font-family: 'Proxima Nova Rg';
	font-size: 24px;
	color: #ffffff;
	border: 2px solid #f57f20;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 15px 42px;
    border-radius: 11px;
    margin-top: 1px;
}
.cap-text a::after {
    content: '';
    background-color: #f57f20;
    height: 100%;
    width: 100%;
    top: 0;
    transition-duration: 0.8s;
    position: absolute;
    left: 0;
    z-index: -1;
}
.cap-text a:hover:after {
    height: 100%;
    width: 0;
    left: -35%;
    background-color: transparent;
    transform: skew(50deg);
}
.cap-text a:hover{
    color: #f57f20;
}
.view-img {
	width: 655px;
	margin-left: -65px;
	position: relative;
	margin-bottom: -73px;
}
.view-img::before {
	content: '';
	width: 649px;
	height: 862px;
	background-image: url(images/img-bird-after.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -25px;
	left: -25px;
}
.view-img img {
	height: auto;
	box-shadow: 0 0 50px #00000042;
}
.view-img .videobuttonnn img {
	box-shadow: none;
}
                                        /***************************
                                                    GPR
                                        ****************************/
.gpr-sec {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 201px;
	padding-bottom: 91px;
}
.gpr-img {
	width: 655px;
}
.gpr-text {
	padding-left: 129px;
	width: 889px;
	padding-top: 20px;
}
.gpr-text h3 {
	font-family: 'Proxima Nova Rg';
	font-size: 36px;
	color: #f57f20;
	line-height: 56px;
	letter-spacing: 0.66em;
	margin-bottom: 19px;
	text-transform: uppercase;
}
.gpr-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	color: #ffffff;
	margin-bottom: 30px;
}
.gpr-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #818181;
	line-height: 32px;
	margin-bottom: 29px;
    padding-right: 44px;
}
.gpr-text a {
	font-family: 'Proxima Nova Rg';
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	border: 2px solid #f57f20;
	display: inline-block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 15px 40px;
    border-radius: 11px;
    margin-top: 22px;
}
.gpr-text a::after {
    content: '';
    background-color: #f57f20;
    height: 100%;
    width: 100%;
    top: 0;
    transition-duration: 0.8s;
    position: absolute;
    left: 0;
    z-index: -1;
}
.gpr-text a:hover:after {
    height: 100%;
    width: 0;
    left: -35%;
    background-color: transparent;
    transform: skew(50deg);
}
.gpr-text a:hover{
    color: #f57f20;
}
                                        /***************************
                                                Portfolio
                                        ****************************/
.portfolio-sec {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 152px;
	padding-bottom: 117px;
}
.main-item img {
    width: 702px;
	height: 488px;
	object-fit: cover;
	object-position: center;
}
.slider-nav .slick-list.draggable,
.slider-navfir .slick-list.draggable,
.slider-navsec .slick-list.draggable{
	padding: 32px 0px !important;
	margin: 0 auto;
	text-align: center;
}
.nav-item img {
	width: 100%;
	height: 163px;
	object-fit: cover;
	object-position: center;
}
.nav-item {
	padding: 0 13px;
}
.slider-nav,
.slider-navfir,
.slider-navsec{
	padding: 0 60px;
}
.slider-nav .slick-prev::before,
.slider-navfir .slick-prev::before,
.slider-navsec .slick-prev::before{
	content: '\f053';
    font-family: FontAwesome;
    color: #000;
}
.slider-nav .slick-next::before,
.slider-navfir .slick-next::before,
.slider-navsec .slick-next::before{
	content: '\f054';
    font-family: FontAwesome;
    color: #000;
}
.slider-nav .slick-prev::before,
.slider-nav .slick-next::before,
.slider-navfir .slick-prev::before,
.slider-navfir .slick-next::before,
.slider-navsec .slick-prev::before,
.slider-navsec .slick-next::before{
	font-size: 36px;
}
.slider-nav .slick-prev,
.slider-navfir .slick-prev,
.slider-navsec .slick-prev{
	left: 0;
}
.slider-nav .slick-next,
.slider-navfir .slick-next,
.slider-navsec .slick-next{
	right: 0;
}
.prot-text {
	padding-left: 45px;
	padding-top: 128px;
}
.prot-text h3 {
	font-size: 36px;
	color: #f57f20;
	text-transform: uppercase;
	letter-spacing: 0.66em;
	font-family: 'Proxima Nova Rg';
	margin-bottom: 29px;
}
.prot-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	color: #000000;
	line-height: 76px;
	margin-bottom: 26px;
	padding-right: 63px;
}
.prot-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #ffffff;
	line-height: 32px;
	margin-bottom: 42px;
}
.prot-text a {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 24px;
	color: #ffffff;
	border: 2px solid #f57f20;
	display: inline-block;
	padding: 15px 34px;
	position: relative;
	z-index: 1;
	overflow: hidden;
    border-radius: 11px;
}
.prot-text a::after {
    content: '';
    background-color: #f57f20;
    height: 100%;
    width: 100%;
    top: 0;
    transition-duration: 0.8s;
    position: absolute;
    left: 0;
    z-index: -1;
}
.prot-text a:hover:after {
    height: 100%;
    width: 0;
    left: -35%;
    background-color: transparent;
    transform: skew(50deg);
}
.prot-text a:hover{
    color: #f57f20;
}

                                        /***************************
                                                Testimonial
                                        ****************************/
.testi-sec {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 132px;
	height: 895px;
}
.main-testheading {
	padding-bottom: 100px;
}
.main-testheading h3 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	color: #ffffff;
	margin-bottom: 0;
}
.main-testheading h3 strong {
	color: #f57f20;
}
.htsslider .slick-list.draggable {
	padding-top: 54px !important;
}
.left-test {
	background-image: url(images/testi-test-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 118px 46px 76px 63px;
    position: relative;
    width: 675px;
    box-shadow: 0 0 50px #000000a6;
}
.left-test::before {
	content: '';
	background-image: url(images/quote.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -41px;
	right: 66px;
	width: 148px;
	height: 120px;
}
.left-test p {
	font-family: 'Proxima Nova Rg';
	font-size: 24px;
	color: #818181;
	line-height: 38px;
	margin-bottom: 0;
}
.test-main {
	display: flex;
	padding-top: 56px;
}
.test-name {
	padding-left: 13px;
	padding-top: 32px;
}
.test-name ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.test-name ul li h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 28px;
	color: #f57f20;
	margin-bottom: 8px;
}
.test-name ul li h3 {
	font-family: 'Proxima Nova Rg';
	font-size: 24px;
	color: #818181;
	margin-bottom: 0;
}
.right-test {
	width: 912px;
	margin-top: -228px;
	margin-left: 25px;
}

                                        /***************************
                                                    Anout_Us
                                        ****************************/
.about-banner {
	padding-top: 298px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 1212px;
	overflow: hidden;
}
.banner-imgabout {
	width: 1419px;
	margin-left: -486px;
}
.banner-textabout {
	text-align: center;
	padding-top: 72px;
}
.banner-textabout h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 84px;
	color: #ffffff;
	margin-bottom: 38px;
}
.banner-textabout p {
	font-family: 'Proxima Nova Rg';
	font-size: 42px;
	color: #818181;
	line-height: 56px;
	margin-bottom: 11px;
}
                                        /***************************
                                                About_promis
                                        ****************************/
.newstonepromis-sec {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 120px;
	height: 623px;
}
.pro-text {
	text-align: center;
	padding-bottom: 83px;
}
.pro-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	color: #ffffff;
	margin-bottom: 44px;
}
.pro-text h2 strong {
	color: #f57f20;
}
.pro-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #818181;
	line-height: 32px;
	width: 87%;
	margin: 0 auto;
}
.promis-img {
	text-align: center;
}
.promis-img img {
	box-shadow: 0 0 60px #000000b5;
}
.pro-textsec {
	background-color: #3f3f41;
	padding-top: 371px;
	padding-bottom: 50px;
}
.repeater-promise ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.repeater-promise ul li {
	display: flex;
	border-bottom: 1px solid #f57f20;
	align-items: center;
	padding: 0 45px 0 76px;
	height: 248px;
}
.repeater-promise ul li:last-child{
    border-bottom: none;
}
.repeater-promise ul li h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 106.46px;
	color: #f57f20;
	margin-bottom: 0;
}
.repeater-promise ul li h3 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 48px;
	color: #090c0c;
	margin-bottom: 0;
    padding-left: 27px;
}
.repeater-promise ul li p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #ffffff;
	line-height: 32px;
	padding-left: 62px;
}
.president-sec {
	display: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	overflow: hidden;
	padding-top: 95px;
	height: 847px;
}
.president-text {
	padding-top: 55px;
}
.president-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	color: #ffffff;
	margin-bottom: 16px;
}
.president-text h3 {
	font-family: 'Proxima Nova Rg';
	font-size: 28px;
	color: #f57f20;
	text-transform: uppercase;
	letter-spacing: 0.66em;
	margin-bottom: 80px;
}
.president-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #818181;
	line-height: 32px;
	margin-bottom: 33px;
    padding-right: 26px;
}
.president-img {
	width: 903px;
	margin-left: -172px;
}
.about-portfolio {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 106px;
	height: 791px;
}
.aboutport-text {
	text-align: center;
	padding-bottom: 65px;
}
.aboutport-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	color: #ffffff;
	margin-bottom: 43px;
}
.aboutport-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #818181;
	line-height: 32px;
	width: 63%;
	margin: 0 auto;
}
.about-portfolio .col-lg-6 {
	padding-left: 32px;
	padding-right: 32px;
	margin-bottom: 50px;
}
.galleyr-thumb {
	position: relative;
}
.galleyr-content {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 67%;
	margin: 0 auto;
	display: grid;
	align-items: center;
	height: 100%;
}
.galleyr-content h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 32px;
	color: #ffffff;
	line-height: 44px;
	margin-bottom: 23px;
}
.galleyr-content a {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 24px;
	color: #ffffff;
	border: 2px solid #f57f20;
	display: inline-block;
	padding: 13px 34px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 11px;
}
.galleyr-content a::after {
	content: '';
	background-color: #f57f20;
	height: 100%;
	width: 100%;
	top: 0;
	transition-duration: 0.8s;
	position: absolute;
	left: 0;
	z-index: -1;
}
.galleyr-content a:hover::after {
	height: 100%;
	width: 0;
	left: -35%;
	background-color: transparent;
	transform: skew(50deg);
}
.galleyr-content a:hover {
	color: #f57f20;
}
.trusted-client {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 313px;
	padding-bottom: 173px;
}
.client-heading {
	text-align: center;
	padding-bottom: 77px;
}
.client-heading h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	margin-bottom: 0;
}
.client-heading h2 strong {
	color: #f57f20;
}
.about-slider .slick-slider {
    margin-left: 0;
    margin-right: 0;
}
.about-slider .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.about-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 12px;
	padding: 0;
	cursor: pointer;
	background-color: #5e5e5e;
	border-radius: 50px;
    opacity: .8;
}
.about-slider .slick-dots li.slick-active{
    background-color: #f57f20;
    opacity: 1;
}
.about-slider .slick-list {
    padding-left: 15%!important;
    padding-right: 15%!important;
}
.about-slider .slick-dots {
    text-align: center;
    position: absolute;
    bottom: -59px;
    left: 0;
    right: 0;
}
.about-slider .slick-track {
    max-width: 100%!important;
    transform: translate3d(0, 0, 0)!important;
    perspective: 100px;
}
.about-slider .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100%!important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}
.about-slider .slick-snext,
.about-slider .slick-sprev,
.about-slider .slick-snext2,
.about-slider .slick-sprev2{
    display: block;
}
.about-slider .slick-current {
	opacity: 1;
	position: relative;
	display: block;
	z-index: 2;
	width: 1102px !important;
	margin: 0 auto !important;
	text-align: center;
	margin-left: -41px !important;
    padding-bottom: 174px;
}
.about-slider .slick-snext {
	opacity: 1;
	transform: translate3d(46%, 0, -34px);
	z-index: 1;
	perspective: 1000px;
}
/*
.about-slider .slick-snext2 {
    opacity: 1;
    transform: translate3d(20%, 0, -20px);
    z-index: 0;
    perspective: 1000px;
}
*/
.about-slider .slick-sprev {
	opacity: 1;
	transform: translate3d(-46%, 0, -34px);
}
/*
.about-slider .slick-sprev2 {
    opacity: 1;
    transform: translate3d(-20%, 0, -20px);
}
*/
.about-slider  .test {
	display: block;
	width: 100%;
	background: #171717;
	color: #fff;
	text-align: center;
	padding: 61px 94px 85px;
	box-shadow: 0 0 50px #000;
	margin: 0 auto;
	position: relative;
}
.about-slider .slick-current .test{
    padding: 97px 94px 103px;
}
.about-slider .test .testi-item p{
    font-family: 'Proxima Nova Rg';
	font-size: 16.23px;
	color: #818181;
	line-height: 38px;
}
.about-slider .slick-current .test .testi-item p {
	font-family: 'Proxima Nova Rg';
	font-size: 24px;
	color: #818181;
	line-height: 38px;
}
.rating-star img {
	margin: 0 auto;
}
.name-tes img {
	margin: 0 auto;
}
.name-tes h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 28px;
	color: #f57f20;
	margin-bottom: 8px;
    margin-top: 37px;
}
.name-tes h3 {
	font-family: 'Proxima Nova Rg';
	font-size: 24px;
	color: #818181;
	margin-bottom: 0;
}
.rating-star {
	padding-top: 53px;
}
.about-slider .name-tes{
    display: none;
}
.about-slider .slick-current .name-tes {
	position: absolute;
	bottom: -168px;
	right: 0;
	left: 0;
    display: block;
}
                                        /***************************
                                                    Service1
                                        ****************************/
.asbuiltbanner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 291px;
	padding-bottom: 100px;
	height: 1078px;
}
.ser-banner {
	text-align: center;
}
.ser-banner h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 84px;
	margin-bottom: 13px;
}
.ser-banner p {
	font-family: 'Proxima Nova Rg';
	font-size: 42px;
	color: #818181;
	line-height: 56px;
	width: 59%;
	margin: 0 auto;
}
.ser-video .broxgallery-videobox img {
	height: auto;
	width: auto;
	object-fit: cover;
	object-position: center;
}
.ser-video .broxgallery-videobox {
	box-shadow: 0 0 50px #00000094;
}
.ser-video .laser-img {
	position: relative;
	width: auto;
	padding-top: 27px;
}
.laser-img iframe {
	width: 100%;
	height: 700px;
}
.laser-img #player,
.laser-img #playerB{
	display: none;
}
.sermainsec.first-ser {
	background-color: #212121;
    color: #fff;
}
.sermainsec.sec-ser {
	background-color: #555555;
	color: #000;
	overflow: hidden;
	padding-top: 173px;
	padding-bottom: 113px;
}
.builts-sev-text h1 {
	font-family: 'Proxima Nova Rg';
	font-size: 28px;
	color: #f57f20;
	letter-spacing: 0.66em;
	margin-bottom: 7px;
}
.builts-sev-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	margin-bottom: 11px;
}
.builts-sev-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	line-height: 32px;
	color: #818181;
	margin-bottom: 34px;
}
.builts-sev-text a,
.trans-text a,
.residential-text a,
.scanning-text a{
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 24px;
	color: #ffffff;
	border: 2px solid #f57f20;
	display: inline-block;
	padding: 15px 26px;
	position: relative;
	overflow: hidden;
	z-index: 1;
    border-radius: 11px;
}
.builts-sev-text a::after,
.trans-text a::after,
.residential-text a::after,
.scanning-text a::after{
	content: '';
	background-color: #f57f20;
	height: 100%;
	width: 100%;
	top: 0;
	transition-duration: 0.8s;
	position: absolute;
	left: 0;
	z-index: -1;
}
.builts-sev-text a:hover::after,
.trans-text a:hover::after,
.residential-text a:hover::after,
.scanning-text a:hover::after{
	height: 100%;
	width: 0;
	left: -35%;
	background-color: transparent;
	transform: skew(50deg);
}
.builts-sev-text a:hover,
.trans-text a:hover,
.residential-text a:hover,
.scanning-text a:hover{
	color: #f57f20;
}
.residential-text a{
    margin-top: 20px;
}
.sermainsec.first-ser .builts-img {
	width: 980px;
	margin-left: -167px;
}
.sermainsec.sec-ser .builts-img {
	width: 987px;
	margin-left: -224px;
	box-shadow: 0 0 30px #0006;
}
.sermainsec.first-ser.\33  .builts-img {
	width: 1104px;
	margin-left: -291px;
}
.sermainsec.first-ser.\31  {
	padding-top: 300px;
	height: 927px;
}
.sermainsec.sec-ser .builts-sev-text {
	padding-left: 182px;
}
.builts-sev-text {
	padding-top: 101px;
}
.sec-text {
	padding-top: 96px;
}
.sermainsec.first-ser.\33  {
	padding-top: 115px;
	padding-bottom: 179px;
}
.sermainsec.first-ser.\33  .builts-sev-text {
	padding-right: 162px;
	padding-top: 105px;
}
.explore-sec {
	background-color: #6e6e6e;
	color: #000;
	padding-top: 116px;
	height: 748px;
}
.explore-text {
	text-align: center;
}
.explore-text h3 {
	font-family: 'Proxima Nova Rg';
	font-size: 36px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 0.66em;
	margin-bottom: 15px;
}
.explore-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	color: #090c0c;
	margin-bottom: 33px;
}
.explore-text a {
	font-family: 'Proxima Nova Rg';
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	border: 2px solid #f57f20;
	display: inline-block;
	padding: 13px 71px;
	border-radius: 11px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.explore-text a::after {
	content: '';
	background-color: #f57f20;
	height: 100%;
	width: 100%;
	top: 0;
	transition-duration: 0.8s;
	position: absolute;
	left: 0;
	z-index: -1;
}
.explore-text a:hover::after {
	height: 100%;
	width: 0;
	left: -35%;
	background-color: transparent;
	transform: skew(50deg);
}
.explore-text a:hover {
	color: #f57f20;
}
.exp-video {
	padding-top: 60px;
}
.exp-video .broxgallery-videobox img {
	height: auto;
	width: auto;
	object-fit: cover;
	object-position: center;
}
.exp-video .broxgallery-videobox {
	box-shadow: 0 0 50px #0006;
}
.recent-sec {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-bottom: 133px;
	padding-top: 434px;
}
.main-recent {
	text-align: center;
	padding-bottom: 67px;
}
.main-recent h3 {
	font-family: 'Proxima Nova Rg';
	font-size: 36px;
	color: #f57f20;
	letter-spacing: 0.66em;
	margin-bottom: 26px;
}
.main-recent h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	margin-bottom: 0;
}
.residential-text {
	text-align: center;
	padding-top: 54px;
}
.residential-text h2 {
	font-family: 'Proxima Nova Rg';
	font-size: 56px;
	color: #f57f20;
	margin-bottom: 15px;
}
.residential-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #818181;
	line-height: 32px;
	width: 83%;
	margin: 0 auto;
}
.recent-slider .slick-prev::before {
	content: '\f104';
    font-family: FontAwesome;
    color: #000;
    font-size: 70px;
}
.recent-sec .slick-prev {
	left: 0;
	z-index: 1;
}
.recent-sec .slick-next {
	right: 0;
}
.recent-slider .slick-next::before {
	content: '\f105';
    font-family: FontAwesome;
    color: #000;
    font-size: 70px;
}
.recent-slider {
	position: relative;
}
.recent-img img {
	margin: 0 auto;
}
.innvibtn {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	display: grid;
	align-items: center;
	height: 100%;
}
.process-sec {
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	padding-top: 111px;
	padding-bottom: 136px;
}
.pro-heading {
	text-align: center;
	padding-bottom: 72px;
}
.pro-heading h3 {
	font-family: 'Proxima Nova Rg';
	font-size: 36px;
	color: #f57f20;
	text-transform: uppercase;
	margin-bottom: 36px;
	letter-spacing: 0.66em;
}
.pro-heading h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	margin-bottom: 0;
}
.process-list {
	width: 49%;
	margin-left: auto;
}
.process-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.process-list ul li {
	margin-bottom: 64px;
}
.process-list ul li:last-child{
    margin-bottom: 0;
}
.process-list ul li .pro-icon {
	width: 146px;
	height: 146px;
	border: 4px solid #000;
	border-radius: 50%;
	text-align: center;
	display: grid;
	align-items: center;
	justify-content: center;
    position: relative;
    float: left;
}
.process-list ul li .pro-icon::before{
    content: '';
    background-image: url(images/pro-after.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 41px;
    height: 23px;
    position: absolute;
    bottom: -38px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.process-list ul li:last-child .pro-icon::before{
    content: none;
}
.process-list ul li .process-text {
	width: 77%;
	float: right;
	padding-left: 3px;
    padding-top: 11px;
}
.process-list ul li .process-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 12px;
}
.process-list ul li .process-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #818181;
	line-height: 32px;
	width: 94%;
}
.clear{
    clear: both;
}
.por-sec {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 102px;
}
.por-heading {
	text-align: center;
	padding-bottom: 105px;
}
.por-heading h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	margin-bottom: 25px;
}
.por-heading p {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 20px;
	color: #818181;
}
.dpro-main{
    position: relative;
}
.dpro-main::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0000009e;
	z-index: 1;
}
.dpro-thumb {
	position: relative;
	box-shadow: 0 0 50px #00000054;
}
.dpro-thumb img {
	height: 362px;
}
.dpro-text {
	text-align: center;
	padding: 0 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	display: grid;
	align-items: center;
    z-index: 1;
}
.dpro-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 24px;
	line-height: 27px;
	margin-bottom: 33px;
}
.dpro-text a {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 17px;
	color: #ffffff;
	border: 2px solid #f57f20;
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 8px 26px;
	border-radius: 11px;
}
.dpro-text a:hover {
	color: #f57f20;
}
.dpro-text a::after {
	content: '';
	background-color: #f57f20;
	height: 100%;
	width: 100%;
	top: 0;
	transition-duration: 0.8s;
	position: absolute;
	left: 0;
	z-index: -1;
}
.dpro-text a:hover::after {
	height: 100%;
	width: 0;
	left: -35%;
	background-color: transparent;
	transform: skew(50deg);
}
                                        /***************************
                                                    Drone_ser
                                        ****************************/
.drone-banner {
	height: 717px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 276px;
}
.drone-banner-text {
	text-align: center;
}
.drone-banner-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 84px;
	margin-bottom: 2px;
}
.drone-banner-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 42px;
	color: #818181;
}
.banner-drone-img {
	padding-top: 48px;
	text-align: center;
}
.transforming-sec {
	background-color: #3f3f41;
	color: #fff;
	padding-top: 436px;
}
.trans-text {
	padding-right: 70px;
	padding-top: 50px;
}
.trans-text h3 {
	font-family: 'Proxima Nova Rg';
	font-size: 28px;
	color: #f57f20;
	letter-spacing: 0.66em;
	margin-bottom: 21px;
}
.trans-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	line-height: 83px;
	margin-bottom: 21px;
}
.trans-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #818181;
	line-height: 32px;
    padding-right: 70px;
}
.trans-img {
	width: 1148px;
	margin-left: -211px;
	margin-bottom: -133px;
}
.recent-sec.uses-drone {
	padding-top: 196px;
}
.recent-sec.uses-drone .recent-slider .slick-prev::before,
.recent-sec.uses-drone .recent-slider .slick-next::before{
	color: #fff;
}
.top-rowpr {
	margin-bottom: -81px;
}
                                        /***************************
                                                Laser_scanning
                                        ****************************/
.banner-drone-img.laser-banner-img {
	padding-top: 10px;
}
.scanning-sec {
	background-color: #3f3f41;
	color: #fff;
	padding-top: 380px;
	padding-bottom: 110px;
}
.scanning-text {
	padding-right: 48px;
	padding-top: 66px;
}
.scanning-text h3 {
	font-family: 'Proxima Nova Rg';
	font-size: 28px;
	color: #f57f20;
	text-transform: uppercase;
	letter-spacing: 0.66em;
	margin-bottom: 28px;
}
.scanning-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	color: #090c0c;
	margin-bottom: 33px;
}
.scanning-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #818181;
	line-height: 32px;
	margin-bottom: 54px;
}
.scanning-text ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.scanning-text ul li {
	font-family: 'Proxima Nova Rg';
	font-size: 32px;
	color: #818181;
	line-height: 43px;
	position: relative;
    padding-left: 63px;
    padding-right: 318px;
    padding-bottom: 27px;
}
.scanning-text ul li::before{
    content: '';
    background-image: url(images/list-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 37px;
    height: 37px;
    position: absolute;
    left: 0;
    top: 0;
}
.scanning-img {
	width: 845px;
	margin-left: -68px;
}
.faqsec {
	background-color: #3f3f41;
	color: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
}
.faq-head {
	text-align: center;
	padding-bottom: 30px;
}
.faq-head h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	margin-bottom: 0;
}
.faqs_list a {
	color: #000;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 22px;
	padding: 20px;
}
.faqs_list p,
.faqs_list ul li{
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	margin-bottom: 0;
}
.faqs_list .card a{
	background-color: #f57f20;
}
.faqs_list .card a:hover{
    color: #000;
}
.faqs_list .card {
	border: none;
	margin-bottom: 20px;
}
.faqs_list .card:last-child{
    margin-bottom: 0;
}
.faqs_list .card-body {
	background-color: #000;
	color: #fff;
}
.faqs_list .card a.card-link::after {
	color: #000;
	display: block;
	content: '+';
	font-family: FontAwesome;
	position: absolute;
	width: 14px;
	height: 14px;
	right: 20px;
	top: 19px;
}
.faqs_list .card.active a.card-link::after {
	content: '-';
}
                                        /***************************
                                                GPR_scanner
                                        ****************************/
.drone-banner.gpr-banner {
	height: 997px;
}
.banner-drone-img .broxgallery-videobox img{
    height: auto;
    width: auto;
    box-shadow: 0 0 40px #0000008f;
}
.banner-drone-img.gprsc .videobuttonnn img {
	box-shadow: none;
}
.banner-drone-img.gprsc {
	padding-top: 23px;
	text-align: center;
	position: relative;
}
.how-work-sec {
	background-color: #3f3f41;
	color: #fff;
}
.how-work-sec {
	background-color: #3f3f41;
	color: #fff;
	padding-top: 537px;
}
.work-text h3 {
	font-family: 'Proxima Nova Rg';
	font-size: 36px;
	color: #f57f20;
	letter-spacing: 0.66em;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.work-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	color: #000;
	margin-bottom: 12px;
}
.work-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #818181;
	line-height: 32px;
	margin-bottom: 49px;
}
.work-text a {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	border: 2px solid #f57f20;
	display: inline-block;
	padding: 15px 26px;
	border-radius: 11px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.work-text a:hover {
	color: #f57f20;
}
.work-text a::after {
	content: '';
	background-color: #f57f20;
	height: 100%;
	width: 100%;
	top: 0;
	transition-duration: 0.8s;
	position: absolute;
	left: 0;
	z-index: -1;
}
.work-text a:hover::after {
	height: 100%;
	width: 0;
	left: -35%;
	background-color: transparent;
	transform: skew(50deg);
}
.work-img {
	width: 936px;
/* 	box-shadow: 0 0 50px #00000087; */
	margin-bottom: -96px;
}
.recent-sec.uses-drone.gpr-min {
	padding-top: 188px;
	padding-bottom: 75px;
}
.benefit-sec {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 138px;
	padding-bottom: 114px;
}
.benefit-text {
	width: 48%;
	margin-left: auto;
}
.benefit-text h3 {
	font-family: 'Proxima Nova Rg';
	font-size: 36px;
	color: #f57f20;
	letter-spacing: 0.66em;
	margin-bottom: 24px;
}
.benefit-text h2 {
	font-family: 'Proxima Nova Rg';
	font-size: 64px;
	font-weight: bold;
	color: #000;
	line-height: 76px;
	margin-bottom: 39px;
}
.benefit-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #818181;
	line-height: 32px;
	margin-bottom: 0;
}
.benefit-text a {
	font-family: 'Proxima Nova Rg';
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	border: 2px solid #f57f20;
	display: inline-block;
	padding: 15px 40px;
	border-radius: 11px;
	position: relative;
	overflow: hidden;
	z-index: 1;
    margin-top: 39px;
}
.benefit-text a:hover {
	color: #f57f20;
}
.benefit-text a::after {
	content: '';
	background-color: #f57f20;
	height: 100%;
	width: 100%;
	top: 0;
	transition-duration: 0.8s;
	position: absolute;
	left: 0;
	z-index: -1;
}
.benefit-text a:hover::after {
	height: 100%;
	width: 0;
	left: -35%;
	background-color: transparent;
	transform: skew(50deg);
}
                                        /***************************
                                                walkthrough
                                        ****************************/
.walkthrough-banner {
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 309px;
}
.walkbanner-text {
	text-align: center;
}
.walkbanner-text h3 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 24px;
	color: #f57f20;
	text-transform: uppercase;
	letter-spacing: 0.66em;
	margin-bottom: 15px;
}
.walkbanner-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 108.56px;
	margin-bottom: 0;
}
.walkbanner-img {
	padding-top: 26px;
}
.demo-apart {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 141px;
	padding-bottom: 61px;
}
.demo-img {
	text-align: center;
}
.demo-img iframe.iframe-first-full {
	width: 100%;
	height: 600px;
}
.demo-text {
	text-align: center;
	padding-top: 95px;
	width: 85%;
	margin: 0 auto;
}
.demo-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 0;
}
.demo-text a {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	border: 2px solid #f57f20;
	display: inline-block;
	padding: 15px 29px;
	position: relative;
	z-index: 1;
	overflow: hidden;
    border-radius: 11px;
    margin-top: 62px;
}
.demo-text a:hover {
	color: #f57f20;
}
.demo-text a::after {
	content: '';
	background-color: #f57f20;
	height: 100%;
	width: 100%;
	top: 0;
	transition-duration: 0.8s;
	position: absolute;
	left: 0;
	z-index: -1;
}
.demo-text a:hover::after {
	height: 100%;
	width: 0;
	left: -35%;
	background-color: transparent;
	transform: skew(50deg);
}
                                        /***************************
                                                    Portfolio
                                        ****************************/
.pport-banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 350px;
}
.ppro-text {
	text-align: center;
	padding-bottom: 153px;
}
.ppro-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 84px;
	margin-bottom: 21px;
}
.ppro-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 39px;
	color: #818181;
}
.tem-main {
	background-color: #f57f20;
	color: #000;
	text-align: center;
    transition: all .7s;
}
.tem-main:hover{
    color: #f57f20;
    background-color: #000;
}
.tempor-thumb img {
	height: 173px;
	object-fit: cover;
}
.tempor-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 23px;
	line-height: 31px;
	margin-bottom: 13px;
}
.tempor-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 0;
}
.tempor-text a {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 19px;
	background-color: #000000;
    border: 2px solid #000000;
	color: #ffffff;
	display: inline-block;
	padding: 11px 29px;
	border-radius: 11px;
	position: relative;
	z-index: 1;
	overflow: hidden;
    margin-top: 18px;
}
.tem-main:hover a{
    background-color: #f57f20;
    border: 2px solid #f57f20;
    color: #000;
}
.tempor-text {
	padding: 36px 19px 14px;
	border-bottom: 15px solid #c36316;
}
.them-pormain .col-lg-4:nth-child(2) {
	margin-top: 62px;
}
.them-pormain {
	margin-bottom: -387px;
}
.promise-new {
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 540px;
	padding-bottom: 139px;
	background-size: cover;
}
.prop-text {
	text-align: center;
	width: 85%;
	margin: 0 auto;
}
.prop-text h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	margin-bottom: 27px;
}
.prop-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #818181;
	line-height: 32px;
	margin-bottom: 0;
}
.prop-text a {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 24px;
	color: #ffffff;
	border: 2px solid #f57f20;
	display: inline-block;
	padding: 15px 65px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 0;
    border-radius: 11px;
    margin-top: 34px;
}
.prop-text a:hover {
	color: #f57f20;
}
.prop-text a::after {
	content: '';
	background-color: #f57f20;
	height: 100%;
	width: 100%;
	top: 0;
	transition-duration: 0.8s;
	position: absolute;
	left: 0;
	z-index: -1;
}
.prop-text a:hover::after {
	height: 100%;
	width: 0;
	left: -35%;
	background-color: transparent;
	transform: skew(50deg);
}
.potproject {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	padding-top: 93px;
}
.potproject.frmob {
	display: none;
}
.main-reheading {
	text-align: center;
	padding-bottom: 90px;
}
.main-reheading h2 {
	font-size: 36px;
	color: #000000;
	font-family: 'Proxima Nova Rg';
	letter-spacing: 0.66em;
	margin-bottom: 0;
}
.pot-text-p {
	width: 92%;
	padding-left: 46px;
	padding-top: 23px;
}
.pot-text-p.\32  {
	padding-left: 0;
	width: 89%;
}
.pot-text-p h3 {
	font-family: 'Proxima Nova Rg';
	font-size: 36px;
	color: #f68923;
	letter-spacing: 0.66em;
	margin-bottom: 13px;
}
.pot-text-p h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	line-height: 76px;
	margin-bottom: 28px;
    padding-right: 30px;
}
.pot-text-p p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #818181;
	line-height: 32px;
    margin-bottom: 36px;
}
.pot-text-p a {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 24px;
	color: #ffff;
	border: 2px solid #f68923;
	display: inline-block;
	padding: 13px 34px;
	border-radius: 11px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.pot-text-p a:hover {
	color: #f57f20;
}
.pot-text-p a::after {
	content: '';
	background-color: #f57f20;
	height: 100%;
	width: 100%;
	top: 0;
	transition-duration: 0.8s;
	position: absolute;
	left: 0;
	z-index: -1;
}
.pot-text-p a:hover::after {
	height: 100%;
	width: 0;
	left: -35%;
	background-color: transparent;
	transform: skew(50deg);
}
.row.prow {
	padding-bottom: 119px;
}
.row.prow:last-child {
	margin-bottom: -67px;
    padding-bottom: 0;
}
.page-id-376 .testi-sec {
	padding-top: 344px;
	height: 1111px;
}
                                        /***************************
                                                    Contact
                                        ****************************/
.conbanner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 274px;
	padding-bottom: 468px;
}
.conbannertext {
	text-align: center;
	width: 66%;
	margin: 0 auto;
}
.conbannertext h2{
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
    font-size: 64px;
    margin-bottom: 21px;
}
.conbannertext p{
    font-family: 'Proxima Nova Rg';
    font-size: 25px;
    color: #818181;
    line-height: 32px;
    margin-bottom: 0;
}
.conform-sec {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
	padding: 579px 0;
}
.form-div {
	position: relative;
}
.forminner {
	background-color: #3f3f41;
	width: 89%;
	margin: 0 auto;
	padding: 55px 75px 31px;
	box-shadow: 0 0 50px #0000007d;
	border-radius: 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: -968px;
}
.form-div h2 {
	font-family: 'Proxima Nova Rg';
	font-size: 32px;
	color: #818181;
	position: relative;
    margin-bottom: 67px;
}
.form-div h2::before{
    content: '';
    background-color: #f57f20;
    width: 500px;
    height: 3px;
    position: absolute;
    bottom: -23px;
    left: 0;
}
.form-div label {
	width: 100%;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 30px;
	color: #f57f20;
}
.form-div span {
	width: 100%;
	display: inline-block;
	padding-top: 22px;
	padding-bottom: 11px;
}
.form-div input,
.form-div textarea{
	width: 100%;
	background-color: #f9f9f9;
	border: 2px solid #f9f9f9;
	font-family: 'Proxima Nova Rg';
	font-size: 25px;
	color: #090c0c;
	border-radius: 11px;
	padding: 19px 31px;
}
.form-div input::placeholder,
.form-div textarea::placeholder{
    opacity: 1;
    color: #090c0c;
}
.form-div h3 {
	font-family: 'Proxima Nova Rg';
	font-size: 25px;
	color: #818181;
	margin-bottom: 0;
	margin-top: -9px;
}
.form-div textarea {
	height: 267px;
}
.form-div .wpcf7-list-item .wpcf7-list-item-label {
	font-family: 'Proxima Nova Rg';
	color: #090c0c;
	font-size: 25px;
	font-weight: normal;
	width: 100%;
	background-color: #eaeaea;
	border-radius: 11px;
	padding: 19px 31px;
}
.form-div .wpcf7-list-item {
	margin: 0;
	padding: 6px 0;
}
.form-div input[type="radio"]:checked + span.wpcf7-list-item-label{
    background-color: #f57f20;
    color: #ffffff;
}
.form-div input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	appearance: none;
	border: 0;
}
.form-div input[type="submit"] {
	width: auto;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 24px;
	border: 2px solid #f57f20;
	background-color: #f57f20;
	color: #ffffff;
	cursor: pointer;
	padding: 13px 44px;
	position: relative;
	z-index: 1;
	overflow: hidden;
    transition: all .5s;
    margin-top: 23px;
}
.form-div input[type="submit"]:hover {
	color: #f57f20;
    background-color: transparent;
}
.form-div span.wpcf7-form-control.wpcf7-radio {
	padding: 0;
}
.form-div span.wpcf7-not-valid-tip {
	font-size: 23px;
	margin: 0;
	padding: 0;
}

                                        /***************************
                                                    Footer
                                        ****************************/
.page-id-235 .site-footer {
	padding-top: 155px;
}
.page-id-7 .site-footer,
.page-id-376 .site-footer,
.page-id-410 .site-footer,
.page-id-618 .site-footer,
.page-id-649 .site-footer,
.page-id-654 .site-footer,
.page-id-654 .site-footer,
.page-id-661 .site-footer{
    padding-top: 292px;
}
.site-footer {
	background-color: #000000;
	padding-top: 64px;
	padding-bottom: 71px;
}
.top-bar {
	text-align: center;
	padding-bottom: 29px;
}
.ft-menu h2 {
	font-size: 20px;
	color: #f57f20;
	font-family: 'Proxima Nova Rg';
	margin-bottom: 36px;
}
.ft-menu .ft-menu-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ft-menu .ft-menu-list ul li {
	display: block;
}
.ft-menu .ft-menu-list ul li a {
	font-size: 20px;
	color: #ffffff;
	font-family: 'Proxima Nova Rg';
	font-weight: 400;
	line-height: 32px;
}
.ft-menu .ft-menu-list ul li a:hover{
    color: #f57f20;
}
.con-ft ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.con-ft ul li {
	display: block;
}
.con-ft ul li a {
	font-size: 24px;
	color: #ffffff;
	line-height: 32px;
	font-family: 'Proxima Nova Rg';
}
.con-ft ul li a:hover{
    color: #f57f20;
}
.ft-social {
	padding-top: 26px;
}
.ft-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ft-social ul li {
	display: inline-block;
    margin: 0 3px;
}
.ft-social ul li:first-child{
    margin-left: 0;
}
.ft-social ul li:last-child{
    margin-right: 0;
}
.ft-social ul li a {
	background-color: #f57f20;
	color: #000;
	width: 34px;
	height: 34px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	line-height: 27px;
	border: 2px solid #f57f20;
    transition: all .8s;
}
.ft-social ul li a:hover{
    background-color: transparent;
    color: #f57f20;
    
}
.grid-sizer, .grid-item {
    width: 33.33%;
}
.grid-item {
    float: left;
}
.broxgallery-box{
    padding: 7px;
}
.broxton-gallery {
	padding: 60px 0 120px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.broxgallery-tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 96px;
}
.broxgallery-tabs ul li {
	display: inline-block;
    margin: 0 15px;
    border-radius: 11px;
}
.broxgallery-tabs ul li span {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	display: inline-block;
	border: 2px solid #f57f20;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 9px 49px;
    border-radius: 11px;
	cursor: pointer;
	background-color: transparent;
}
.broxgallery-tabs ul li.active{
    background-color: #f57f20;
}
.page-id-448 .drone-banner,
.page-id-488 .drone-banner,
.single-post .drone-banner,
.page-id-498 .drone-banner,
.single-case_study .drone-banner,
.page-id-546 .drone-banner,
.privacy-policy .drone-banner{
	height: 484px;
}
/************* Blog ***************/
.blog-sec {
	background-color: #000;
	color: #fff;
	padding-top: 85px;
	padding-bottom: 30px;
}
.blogpostmain {
	background-color: #f57f20;
	text-align: center;
	color: #000;
	transition: all .5s;
	margin-bottom: 20px;
}
.blogpostmain:hover{
    color: #f57f20;
    background-color: #000;
}
.postthumb{
    overflow: hidden;
}
.postthumb img {
    width: 100%;
	height: 330px;
	object-fit: cover;
	object-position: center;
    transition: all 0.7s;
}
.blogpostmain:hover img {
	transform: scale(1.05);
}
.postcontent {
	border-bottom: 11px solid #c36316;
	padding: 30px 20px;
}
.postcontent h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 32px;
}
.postcontent p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 0;
}
.postcontent a {
	line-height: normal;
	font-family: 'Proxima Nova Rg';
	font-size: 21px;
	font-weight: bold;
	color: #ffffff;
	border: 2px solid #000;
	background-color: #000;
	display: inline-block;
	padding: 14px 36px;
	border-radius: 11px;
	margin-top: 30px;
	transition: all .7s;
}
.blogpostmain:hover a{
    background-color: #c36316;
    border: 2px solid #c36316;
    color: #000;
    transition: all .7s;
    
}
.sinthumb img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: center;
}
.singsec {
	background-image: url(images/protprobg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	padding-top: 112px;
	padding-bottom: 80px;
}
.sinthdetail {
	padding-top: 40px;
}
.sinthdetail h2 {
	color: #f57f20;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	margin-bottom: 12px;
}
.sinthdetail p {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #ffffff;
	line-height: 32px;
	margin-bottom: 35px;
}
.case-main {
	position: relative;
	transition: all .5s;
	overflow: hidden;
	margin-bottom: 30px;
}
.case-main:hover .case-title{
    transform: translateX(0);
    transition: all .5s;
}
.case-thumb img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.case-title h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 48px;
	color: #f57f20;
	margin-bottom: 0;
}
.case-title {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: grid;
	align-items: center;
	height: 100%;
	background-color: #0000007a;
    transform: translateX(-100%);
    transition: all .5s;
}
.cas-sec {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 50px;
}
.cuspobsec {
	background-color: #000;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 57px;
}
.main-headpob,
.head-sol,
.head-out{
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
.main-headpob h2,
.head-sol h2,
.head-out h2,
.proform h2{
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 64px;
	color: #f57f20;
	margin-bottom: 15px;
}
.main-headpob p,
.head-sol p,
.head-out p{
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #ffffff;
	line-height: 32px;
	padding-bottom: 35px;
}
.sol-sec{
    background-image: url(images/bird-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding-top: 50px;
	padding-bottom: 57px;
}
.head-sol h2,
.proform h2{
    color: #000;
}
.out-sec{
    background-image: url(images/protprobg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 50px;
	padding-bottom: 57px;
    color: #fff;
}
.down {
	text-align: center;
}
.down a {
	font-size: 38px;
	color: #f57f20;
}
.down a:hover{
    color: #f57f20;
}
.down h4 {
	color: #f57f20;
	font-size: 20px;
	margin-bottom: 0;
}
.outpro {
	padding-bottom: 40px;
}
.prosec{
    background-image: url(images/bird-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding-top: 50px;
	padding-bottom: 57px;
}
.proform {
	width: 80%;
	margin: 0 auto;
}
.proform h2 {
	text-align: center;
}
.proform label{
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
    font-size: 27px;
    color: #000;
}
.proform input,
.proform textarea{
	width: 100%;
	background-color: #fff;
	border: 2px solid #fff;
	color: #090c0c;
	font-family: 'Proxima Nova Rg';
	font-size: 25px;
	border-radius: 11px;
	padding: 12px 31px;
    margin-bottom: 20px;
}
.proform textarea{
    height: 180px;
}
.proform input::placeholder{
    opacity: .7;
}
.proform input[type="submit"] {
	width: auto;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 24px;
	border: 2px solid #f57f20;
	background-color: #f57f20;
	color: #ffffff;
	cursor: pointer;
	padding: 13px 44px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all .5s;
	margin-top: 23px;
}
.proform input[type="submit"]:hover {
	color: #f57f20;
	background-color: transparent;
}
.all-pages-content {
	padding: 50px 0;
}
.wpcf7-spinner {
	display: none !important;
}
.iflas .fullifram {
	width: 100%;
	height: 600px;
}
.hvidsc iframe {
	width: 100%;
	height: 600px;
	margin: 0;
}
.exp-video iframe {
	width: 100%;
	height: 650px;
}
.hvidsc video {
	width: 100%;
}
.hvidsc {
	position: relative;
}
.video-play {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	display: grid;
	justify-content: center;
	height: 100%;
	align-items: center;
	color: #000;
}
.video-play .fa.fa-play-circle {
	color: #000;
	font-size: 85px;
}
.lasergallery-sec {
	color: #fff;
	height: 925px;
	text-align: center;
}
.lasergallery-text {
	padding-top: 333px;
}
.lasergallery-text h3 {
	font-family: 'Proxima Nova Rg';
	font-size: 84px;
	font-weight: bold;
	line-height: 95px;
	margin-bottom: 0;
}
.lasergallery-text p {
	font-family: 'Proxima Nova Rg';
	font-size: 39px;
	color: #818181;
	margin-bottom: 0;
	padding-top: 20px;
}
.broxton-gallery .container {
	margin-top: -322px;
}

/*  Media Query  */
@media(min-width: 992px){
	.banner-drone-img.laser-banner-img {
	    padding-left: 189px;
        padding-right: 160px;
}
}
@media(max-width: 1024px){
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 35px;
        right: 54px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999;
    }
    #menuToggle input {
        width: 29px !important;
        height: 18px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: 0;
    }
    #menuToggle span{
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #f57f20;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
    }
    #menuToggle span:first-child{
        transform-origin: 0% 0%;
    }
    #menuToggle span:nth-last-child(2){
        transform-origin: 0% 100%;
    }
    #menuToggle input:checked ~ span{
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #ffffff;
    }
    #menuToggle input:checked ~ span:nth-last-child(3){
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle input:checked ~ span:nth-last-child(2){
        transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu{
        display: none !important;
    }
    ul.nav-menu li.open ul.sub-menu{
        display: block !important;
    }
    .nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
        display: block !important;
        left: 0;
        background-color: transparent;
    }
    .mobilesubmenu.open{
        background-color: rgba(72, 72, 72, 0.85) !important;
    }
    .nav-menu .sub-menu, .nav-menu .children{
        background-color: transparent;
    }
    ul.sub-menu{
        display: none !important;
        position: relative !important;
        top: -100% !important;
    }
    .mobilesubmenu i {
        position: relative;
        top: 12px;
        right: 0;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }
    .mobilesubmenu {
        display: inline-block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 0;
        height: 100%;
        width: 45px;
        text-align: center;
        margin: 0 auto;
    }
    .nav-menu li.menu-item-has-children::after,
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
        display: none;
    }
    .nav-menu .sub-menu, .nav-menu .children {
        width: 100%;
    }
    ul.sub-menu li {
        display: block;
    }
    ul.sub-menu,
    .open-submenu{
        transition: all 1s;
    }
    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333333;
        float: right;
    }
    .nav-bar.open {
        right: 0;
    }
    .nav-menu li a{
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 16px;
        padding: 15px 0;
    }
    ul.sub-menu li:last-child {
        border: 0px !Important;
        padding: 0;
        width: 100%;
    }
    ul.sub-menu li:last-child a {
        width: 100% !important;
    }
    ul.sub-menu li a{
        color: #ffffff !Important;
        font-weight: 600;
        width: 100%;
    }
    ul.sub-menu li{
        margin: 0px;
    }
    .nav-menu li:last-child{
        border: 0px !Important;
    }
    .nav-menu li:last-child a,
    .nav-menu .sub-menu, .nav-menu .children{
        left: 0;
        width: auto!important;
    }
    .nav-menu li.menu-item-has-children {
        padding-right: 0;
    }
    .nav-bar {
        background-color: #333333;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 15px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 300px;
        text-align: left;
        z-index: 999;
    }
    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #ffffff;
        cursor: pointer;
        margin-bottom: 20px;
    }
}
@media(max-width: 1800px){
    .right-test {
        width: 854px;
        margin-top: -228px;
        margin-left: 25px;
    }
    .sermainsec.first-ser .builts-img {
        width: 914px;
        margin-left: -167px;
    }
    .sermainsec.first-ser.\33  {
        padding-top: 115px;
        padding-bottom: 179px;
        overflow: hidden;
    }
    .sermainsec.first-ser.\33  .builts-img {
        width: 1050px;
        margin-left: -291px;
    }
    .trans-img {
        width: 1086px;
        margin-left: -202px;
        margin-bottom: -133px;
    }
    .recent-sec.uses-drone {
        padding-top: 129px;
    }
    .scanning-img {
        width: auto;
        margin-left: 0;
    }
    .how-work-sec {
        padding-top: 397px;
    }
    .work-img {
        width: 878px;
        margin-bottom: -96px;
    }
    .lasergallery-sec {
        height: 813px;
    }
    .lasergallery-text h3 {
        font-size: 73px;
        line-height: 74px;
    }
    .broxton-gallery .container {
        margin-top: -266px;
    }
}
@media(max-width: 1700px){
    .right-test {
        width: 790px;
        margin-left: 40px;
    }
    .laser-sanning-sec {
        padding-top: 120px;
        padding-bottom: 281px;
    }
    .sermainsec.first-ser .builts-img {
        width: 875px;
        margin-left: -167px;
    }
    .sermainsec.first-ser.\33  .builts-img {
        width: 998px;
        margin-left: -291px;
    }
    .trans-img {
        width: 1025px;
        margin-left: -202px;
        margin-bottom: -133px;
    }
    .transforming-sec {
        padding-top: 334px;
    }
    .work-img {
        width: 820px;
        margin-bottom: -96px;
    }
    .pport-banner{
        padding-top: 247px;
    }
    .ppro-text {
        text-align: center;
        padding-bottom: 63px;
    }
    .page-id-376 .testi-sec {
        padding-top: 156px;
        height: 917px;
    }
    .promise-new {
        padding-top: 465px;
        padding-bottom: 81px;
    }
    .page-id-7 .site-footer, .page-id-376 .site-footer, .page-id-410 .site-footer, .page-id-618 .site-footer, .page-id-649 .site-footer, .page-id-654 .site-footer, .page-id-654 .site-footer, .page-id-661 .site-footer {
        padding-top: 151px;
    }
}
@media(max-width:1600px){
    .right-test {
        width: 738px;
        margin-left: 40px;
    }
    .portfolio-sec{
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .gpr-img {
        width: auto;
    }
    .gpr-text {
        padding-left: 10px;
        width: 100%;
        padding-top: 20px;
    }
    .banner-img {
        width: 1019px;
        margin-left: -215px;
        padding-top: 431px;
        height: 865px;
    }
    .banner-text h2{
        font-size: 72px;
        margin-bottom: 18px;
    }
    .banner-text ul li{
        font-size: 30px;
        line-height: 44px;
    }
    .banner-text h3{
        font-size: 32px;
    }
    .laser-img{
        width: 1300px;
    }
    .sermainsec.first-ser .builts-img {
        width: 822px;
        margin-left: -167px;
    }
    .sermainsec.first-ser.\33  .builts-img {
        width: 950px;
        margin-left: -291px;
    }
    .sermainsec.sec-ser .builts-img {
        width: 812px;
        margin-left: -71px;
    }
    .trans-img {
        width: 974px;
        margin-left: -192px;
        margin-bottom: -133px;
    }
    .work-img {
        width: 771px;
        margin-bottom: -96px;
    }
    .about-slider .slick-current{
        width: 100%!important;
    }
    .about-slider .slick-sprev {
        opacity: 1;
        transform: translate3d(-10%, 0, 10px);
    }
    .about-slider .slick-sprev {
      transform: translate3d(-10%, 0, -10px);
    }
    .about-slider .slick-snext {
      transform: translate3d(10%, 0, -10px);
    }
    .about-slider .slick-current{
        margin-left: 0 !important;
    }
    .about-slider .slick-current .test {
        padding: 65px 50px 103px;
    }
    .laser-img iframe {
        width: 100%;
        height: 500px;
    }
    .sermainsec.first-ser.\31  {
        height: 665px;
    }
    .exp-video iframe {
        width: 100%;
        height: 500px;
    }
    .recent-sec {
        padding-bottom: 89px;
        padding-top: 236px;
    }
}
@media(max-width:1536px){
    .right-test {
        width: 704px;
        margin-left: 40px;
    }
    .gpr-text p{
        padding-right: 0;
    }
    .sermainsec.first-ser .builts-img {
        width: 740px;
        margin-left: -113px;
    }
    .sermainsec.first-ser.\33  .builts-img {
        width: 911px;
        margin-left: -291px;
    }
    .sermainsec.first-ser.\31  {
        padding-top: 140px;
        height: 660px;
    }
    .sermainsec.sec-ser{
        padding-top: 87px;
        padding-bottom: 78px;
    }
    .sermainsec.first-ser.\33  {
        padding-top: 42px;
        padding-bottom: 104px;
    }
    .explore-sec{
        padding-top: 67px;
    }
    .recent-sec{
        padding-bottom: 71px;
        padding-top: 189px;
    }
    .ser-video {
        width: 80%;
        margin: 0 auto;
    }
    .exp-video {
        padding-top: 60px;
        width: 80%;
        margin: 0 auto;
    }
    .builts-sev-text {
        padding-top: 34px;
    }
    .trans-img {
        width: 938px;
        margin-left: -192px;
        margin-bottom: -133px;
    }
    .work-img {
        width: 735px;
        margin-bottom: -96px;
    }
}
@media(max-width: 1440px){
    body .container {
        max-width: 100%;
        padding: 0 50px;
    }
	.banner-text ul li {
		font-size: 27px;
		line-height: 40px;
	}
	.banner-text a, .banner-textabout a{
		margin-top: 31px;
	}
    .banner-img {
        width: 939px;
        margin-left: -215px;
        padding-top: 404px;
        height: 859px;
    }
    .laser-img{
        width: 1122px;
    }
   .laser-img .broxgallery-videobox img{
        height: auto;
    }
    .scan-text{
        width: 56%;
    }
    .capturing-sec {
        padding-top: 78px;
        padding-bottom: 73px;
    }
    .view-img {
        width: auto;
        margin-left: 0;
        position: relative;
        margin-bottom: 0;
    }
    .view-img::before {
        width: 100%;
        height: 100%;
    }
    .cap-text h2{
        font-size: 52px;
        line-height: 63px;
    }
    .gpr-text h3{
        font-size: 31px;
        line-height: 49px;
    }
    .gpr-sec{
        padding-top: 86px;
        padding-bottom: 59px;
    }
    .right-test {
        width: 653px;
        margin-left: 40px;
    }
    .main-top-plan{
        width: 100%;
    }
    .cap-text p{
        padding-right: 0;
    }
    .prot-text {
        padding-left: 0;
        padding-top: 93px;
    }
    .ser-banner p{
        width: 76%;
    }
    .asbuiltbanner{
        padding-top: 232px;
    }
    .sermainsec.first-ser .builts-img {
        width: 682px;
        margin-left: -98px;
    }
    .builts-sev-text {
        padding-top: 101px;
        padding-right: 85px;
    }
    .sermainsec.sec-ser .builts-img {
        width: 726px;
        margin-left: -50px;
    }
    .sermainsec.first-ser.\33  .builts-img {
        width: 868px;
        margin-left: -281px;
    }
    .trans-img {
        width: 881px;
        margin-left: -179px;
        margin-bottom: -133px;
    }
    .drone-banner{
        height: 821px;
    }
    .transforming-sec{
        padding-bottom: 180px;
    }
    .por-heading {
        padding-bottom: 52px;
    }
    .dpro-text{
        padding: 0 20px;
    }
    .dpro-text h2 {
        font-size: 27px;
        line-height: 36px;
    }
    .por-sec{
        padding-top: 55px;
    }
    .process-sec{
        padding-top: 52px;
        padding-bottom: 92px;
    }
    .process-list {
        width: 57%;
        margin-left: auto;
    }
    .trans-img {
        width: 813px;
        margin-left: -149px;
        margin-bottom: 0;
    }
    .scanning-sec {
        padding-top: 286px;
        padding-bottom: 26px;
    }
    .work-img {
        width: 682px;
        margin-bottom: -96px;
    }
    .how-work-sec {
        padding-top: 202px;
    }
    .recent-sec.uses-drone.gpr-min {
        padding-top: 117px;
        padding-bottom: 63px;
    }
    .benefit-text {
        width: 59%;
        margin-left: auto;
    }
    .banner-imgabout {
        width: 1245px;
        margin-left: -447px;
    }
    .banner-textabout p {
        font-size: 37px;
        line-height: 49px;
        margin-bottom: 11px;
    }
    .newstonepromis-sec {
        padding-top: 69px;
        height: 623px;
    }
    .pro-textsec {
        padding-top: 308px;
        padding-bottom: 50px;
    }
    .pro-text h2 {
        font-size: 64px;
        margin-bottom: 23px;
    }
    .trusted-client{
        padding-top: 216px;
    }
    .client-heading {
        padding-bottom: 50px;
    }
    .trusted-client{
        padding-bottom: 108px;
    }
    .tempor-text h2{
        font-size: 20px;
        line-height: 27px;
    }
    .conbanner{
        padding-top: 311px;
    }
    .conbannertext {
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }
    .iflas .fullifram {
        width: 100%;
        height: 540px;
    }
    .sermainsec.first-ser.\31  {
        padding-top: 39px;
        height: 560px;
    }
    .exp-video iframe {
        width: 100%;
        height: 421px;
    }
    .lasergallery-text h3 {
        font-size: 50px;
        line-height: normal;
    }
    .lasergallery-sec {
        height: 726px;
    }
    .lasergallery-text p{
        padding-top: 5px;
    }
	.dimage-360-area {
		height: 570px;
		width: 100%;
	}
	.dimage-360-area canvas {
		height: 570px!important;
		width: 100%;
	}
	.perfect-plan-sec{
		padding-top: 417px;
	}
}
@media(max-width:1366px){
    .nav-menu li {
        margin: 0 31px 0px 0px;
    }
    .nav-menu li.loginclient a{
        padding: 14px 38px;
    }
    .innvibtn img {
        width: 9%;
    }
    .tempor-text{
        height: 321px;
        padding: 36px 10px 10px;
    }
    .plan-content{
        padding: 0 40px;
    }
    .left-test{
        width: 100%;
        padding: 118px 30px 76px 40px;
    }
    .right-test {
        width: 623px;
        margin-left: 40px;
        margin-top: 0;
    }
    .sermainsec.first-ser .builts-img {
        width: 650px;
        margin-left: -94px;
    }
    .builts-sev-text {
        padding-top: 0;
        padding-right: 0;
    }
    .recent-sec {
        padding-bottom: 71px;
        padding-top: 163px;
    }
    .sermainsec.sec-ser .builts-sev-text {
        padding-left: 178px;
    }
    .sermainsec.first-ser.\33  .builts-sev-text {
        padding-right: 193px;
        padding-top: 105px;
    }
    .recent-sec {
        padding-bottom: 71px;
        padding-top: 154px;
    }
    .main-recent h3{
        margin-bottom: 5px;
    }
    .main-recent {
        padding-bottom: 41px;
    }
    .laser-img .broxgallery-videobox .videobuttonnn img {
        height: 125px;
    }
    .exp-video .broxgallery-videobox .videobuttonnn img {
        height: 130px;
    }
    .recent-img {
        width: 80%;
        margin: 0 auto;
    }
    .transforming-sec {
        padding-bottom: 21px;
        padding-top: 171px;
    }
    .recent-sec.uses-drone {
        padding-top: 59px;
    }
    .pro-heading h3 {
        font-size: 29px;
        margin-bottom: 10px;
    }
    .scanning-text ul li{
        padding-right: 0;
    }
    .work-img {
        width: 649px;
        margin-bottom: 0;
    }
    .recent-sec.uses-drone.gpr-min {
        padding-top: 53px;
        padding-bottom: 55px;
    }
    .benefit-sec {
        padding-top: 48px;
        padding-bottom: 58px;
    }
    .banner-imgabout {
        width: 1113px;
        margin-left: -434px;
    }
    .banner-textabout p {
        font-size: 36px;
        line-height: 49px;
        margin-bottom: 11px;
    }
    .trusted-client {
        padding-top: 224px;
        padding-bottom: 120px;
    }
    .about-banner{
        padding-top: 230px;
        height: auto;
    }
    .banner-textabout h2{
        margin-bottom: 17px;
    }
    .nav-item img{
        height: 144px;
    }
}
@media(max-width:1300px){
	.site-banner{
		padding-bottom: 2px;
	}
    .nav-menu li{
        margin: 0 31px 0 0px;
    }
    .banner-img {
        width: 899px;
        margin-left: -215px;
        padding-top: 186px;
        height: auto;
    }
    .main-text p{
        width: 100%;
    }
    .plan-text p{
        width: 100%;
    }
    .scan-text {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    .right-test {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    .testi-sec {
        padding-top: 50px;
        height: auto;
        padding-bottom: 63px;
    }
    .page-id-7 .site-footer, .page-id-376 .site-footer, .page-id-410 .site-footer, .page-id-618 .site-footer,
    .page-id-649 .site-footer, .page-id-654 .site-footer, .page-id-654 .site-footer, .page-id-661 .site-footer{
        padding-top: 62px;
        padding-bottom: 43px;
    }
    .virtual-scan{
        padding-top: 856px;
    }
    .main-item img{
        width: 100%;
    }
    .explore-sec {
        padding-top: 53px;
        height: auto;
        padding-bottom: 76px;
    }
    .recent-sec {
        padding-bottom: 45px;
        padding-top: 32px;
    }
    .sermainsec.first-ser .builts-img {
        width: 100%;
        margin-left: 0;
    }
    .sermainsec.sec-ser .builts-img {
        width: 100%;
        margin-left: 0;
    }
    .sermainsec.first-ser.\33  .builts-img {
        width: 100%;
        margin-left: 0;
    }
    .sermainsec.sec-ser .builts-sev-text {
        padding-left: 0;
    }
    .sermainsec.first-ser.\31  {
        padding-top: 44px;
        height: auto;
    }
    .sec-text {
        padding-top: 0;
    }
    .sermainsec.sec-ser {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .sermainsec.first-ser.\33  .builts-sev-text {
        padding-right: 0;
        padding-top: 39px;
    }
    .sermainsec.first-ser.\33  {
        padding-top: 42px;
        padding-bottom: 38px;
    }
    .trans-img {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }
    .drone-banner {
        height: auto;
    }
    .transforming-sec {
        padding-bottom: 40px;
        padding-top: 37px;
    }
    .process-list {
        width: 63%;
        margin-left: auto;
        margin: 0 auto;
    }
    .top-rowpr {
        margin-bottom: 0;
        padding-bottom: 55px;
    }
    .page-id-235 .site-footer {
        padding-top: 65px;
    }
    .trans-text p{
        padding-right: 0;
    }
    .scanning-sec {
        padding-top: 40px;
        padding-bottom: 26px;
    }
    .work-img {
        width: 100%;
        margin-bottom: 0;
    }
    .work-text h3{
        margin-bottom: 0px;
    }
    .laser-img{
        padding-top: 32px;
    }
    .president-sec .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .president-sec{
        height: auto;
        padding-top: 0;
    }
    .president-img {
        width: 100%;
        margin-left: 0;
    }
    .president-text h3{
        margin-bottom: 35px;
    }
    .about-banner .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .banner-imgabout {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .banner-textabout {
        text-align: center;
        padding-top: 0;
    }
    .about-banner {
        padding-top: 230px;
        height: auto;
        padding-bottom: 68px;
    }
    .about-portfolio {
        height: auto;
        padding-top: 51px;
    }
    .trusted-client {
        padding-top: 49px;
        padding-bottom: 120px;
    }
    .newstonepromis-sec {
        padding-top: 69px;
        height: auto;
        padding-bottom: 88px;
    }
    .pro-text {
        text-align: center;
        padding-bottom: 38px;
    }
    .pro-textsec {
        padding-top: 6px;
        padding-bottom: 50px;
    }
    .galleyr-content h2{
        font-size: 27px;
        line-height: 32px;
    }
    .row.prow:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .row.prow {
        padding-bottom: 60px;
    }
    .page-id-376 .testi-sec {
        padding-top: 69px;
        height: auto;
    }
    .forminner {
        width: 89%;
        padding: 55px 75px 31px;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
    }
    .conform-sec{
        padding: 100px 0;
    }
    .conbanner{
        padding-top: 311px;
        padding-bottom: 82px;
    }
}
@media(max-width:1280px){
	.banner-text ul li {
		font-size: 21px;
		line-height: 38px;
	}
	.nav-menu li.loginclient a, .loginclient a,.nav-menu li.loginclient a, .loginclient a{
		padding: 10px 38px;
	}
	.nav-menu li a{
		font-size: 18px;
	}
    .them-pormain .col-lg-3 {
        flex: 0 0 50%;
        max-width: 45%;
        margin: 0 auto;
        margin-bottom: 35px;
    }
    .tempor-thumb img {
        height: 190px;
        object-fit: cover;
        width: 100%;
    }
    .tempor-text {
        padding: 36px 40px 14px 40px;
        height: 280px;
    }
    .banner-text h2 {
        font-size: 60px;
        line-height: 71px;
    }
    .banner-text ul li {
        font-size: 24px;
        line-height: 42px;
    }
    .banner-text h3 {
        font-size: 27px;
    }
    .banner-text a, .banner-textabout a{
        font-size: 26px;
        padding: 10px 34px;
    }
    .banner-img {
        width: 767px;
        margin-left: -142px;
        padding-top: 350px;
        height: auto;
    }
    .laser-img {
        width: 100%;
        position: relative;
    }
    .laser-sanning-sec {
        padding-top: 77px;
        padding-bottom: 77px;
    }
    .perfect-plan-sec{
        padding-top: 62px;
    }
    .trans-text {
        padding-right: 0;
        padding-top: 50px;
    }
    .tempor-text {
        padding: 36px 10px 14px;
        border-bottom: 15px solid #c36316;
    }
    .tempor-text h2 {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 11px;
    }
    .blog-sec .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 auto;
    }
}
@media(max-width:1170px){
    .nav-menu li.loginclient a{
        padding: 12px 30px;
    }
    .banner-img {
        width: 716px;
        margin-left: -146px;
        padding-top: 238px;
        height: auto;
    }
    .plan-content {
        padding: 0 13px;
    }
    .plan-content h3{
        font-size: 29px;
        line-height: 32px;
    }
    .virtual-scan {
        padding-top: 783px;
    }
    .testi-sec .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .right-test {
        text-align: center;
        padding-top: 50px;
    }
    .main-testheading {
        padding-bottom: 31px;
    }
    .left-test {
        width: 70%;
        padding: 118px 30px 76px 40px;
        margin: 0 auto;
    }
    .work-text h3 {
        margin-bottom: 0px;
        font-size: 29px;
    }
    .work-text h2{
        font-size: 54px;
    }
    .repeater-promise ul li {
        display: block;
        height: auto;
        text-align: center;
        padding: 0 45px 0 45px;
        padding-bottom: 42px;
    }
    .repeater-promise ul li h3{
        padding-left: 0;
    }
    .repeater-promise ul li p{
        padding-left: 0;
    }
    .aboutport-text p{
        width: 80%;
    }
    .them-pormain {
        margin-bottom: 0;
    }
    .pport-banner {
        padding-top: 247px;
        padding-bottom: 72px;
    }
    .them-pormain .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 50px;
    }
    .tempor-thumb img {
        width: 100%;
    }
    .them-pormain .col-lg-4:nth-child(2) {
        margin-top: 0;
    }
    .promise-new {
        padding-top: 63px;
        padding-bottom: 81px;
    }
    .main-reheading {
        text-align: center;
        padding-bottom: 46px;
    }
    .potproject .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .pot-text-p {
        width: 100%;
        padding-left: 0;
        padding-top: 23px;
    }
    .pot-text-p h2{
        padding-right: 0;
    }
    .pot-text-p.\32  {
        padding-left: 0;
        width: 100%;
        padding-bottom: 54px;
    }
    .potproject.frmob {
        display: block;
        padding-bottom: 62px;
    }
    .potproject.frdesk {
        display: none;
    }
    .main-headpob h2, .head-sol h2, .head-out h2, .proform h2 {
        font-size: 55px;
    }
    .proform {
        width: 90%;
        margin: 0 auto;
    }
    .dpro-thumb img {
        height: 302px;
    }
    .dpro-text h2 {
        font-size: 23px;
        line-height: 26px;
    }
    .broxton-gallery .container {
        margin-top: 0;
    }
    .lasergallery-sec {
        height: auto;
        padding-bottom: 60px;
    }
}
@media(max-width:1112px){
	.site-banner {
		padding-bottom: 0;
	}
    .them-pormain .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .site-logo {
        width: 20%;
    }
    .site-banner .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner-img {
        width: 100%;
        margin-left: 0;
        padding-top: 18px;
        height: auto;
    }
    .portfolio-sec .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .prot-text {
        padding-left: 0;
        padding-top: 30px;
        text-align: center;
    }
    .capturing-sec .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cap-text {
        padding-top: 0;
        text-align: center;
    }
   .view-img .broxgallery-videobox img {
        height: 600px;
        width: auto;
        text-align: center;
    }
    .gpr-img img {
        height: 600px;
    }
    .view-img {
        width: auto;
        margin-left: 0;
        position: relative;
        margin-bottom: 0;
        text-align: center;
    }
    .gpr-sec .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gpr-img {
        width: auto;
        text-align: center;
    }
    .gpr-text {
        padding-left: 10px;
        width: 100%;
        padding-top: 60px;
        text-align: center;
    }
    .scan-text h2{
        margin: 0 auto;
        margin-bottom: 32px;
    }
    .broxgallery-videobox .videobuttonnn img {
        width: auto;
        height: 130px;
    }
    .ser-banner p {
        width: 87%;
    }
    .asbuiltbanner{
        height: auto;
    }
    .trans-text h2 {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 13px;
    }
    .process-list {
        width: 75%;
        margin: 0 auto;
    }
    .scanning-text {
        padding-right: 0;
        padding-top: 66px;
    }
    .about-portfolio .col-lg-6 {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 50px;
    }
    .about-portfolio .col-lg-6 {
        flex: 0 0 100%;
        max-width: 70%;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .asbuiltbanner{
        padding-bottom: 54px;
    }
}
@media(max-width:1080px){
    .site-footer .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
    }
    .ft-menu {
        padding-top: 26px;
    }
    .sermainsec .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .builts-sev-text {
        padding-top: 0;
        padding-right: 0;
        text-align: center;
    }
    .sermainsec.first-ser .builts-img {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .sermainsec.sec-ser .builts-sev-text {
        padding-left: 0;
        padding-top: 45px;
    }
    .builts-sev-text {
        padding-bottom: 21px;
    }
    .drone-banner-text h2{
        font-size: 70px;
        margin-bottom: 0;
    }
    .transforming-sec .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .transforming-sec {
        padding-bottom: 0;
        padding-top: 13px;
    }
    .scanning-sec .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .scanning-text {
        padding-right: 0;
        padding-top: 0;
    }
    .how-work-sec .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .how-work-sec {
        padding-top: 92px;
        padding-bottom: 76px;
    }
    .about-slider .slick-current .test .testi-item p {
        font-size: 20px;
        line-height: 34px;
    }
    .about-slider .slick-current .test {
        padding: 65px 20px 103px;
    }
    .banner-textabout p {
        font-size: 33px;
        line-height: 43px;
        margin-bottom: -14px;
    }
    .aboutport-text h2 {
        font-size: 64px;
        margin-bottom: 7px;
    }
    .conbanner {
        padding-top: 280px;
        padding-bottom: 67px;
    }
    .iflas .fullifram {
        width: 100%;
        height: 465px;
    }
    .laser-img iframe {
        width: 100%;
        height: 400px;
    }
}
@media(max-width:1024px){
	.loginclient {
		margin-right: 73px;
		display: block;
		margin-left: 0;
	}
	.nav-menu li:last-child {
		border: 0px !Important;
		padding-top: 0!Important;
	}
	.nav-bar{
		display: block;
	}
	.site-header{
		padding-top: 13px;
	}
	.banner-text {
		padding-top: 153px;
	}
    .page-id-448 .drone-banner,
    .page-id-488 .drone-banner,
    .single-post .drone-banner,
    .page-id-498 .drone-banner,
    .single-case_study .drone-banner,
    .page-id-546 .drone-banner,
    .privacy-policy .drone-banner{
        height: 420px;
        padding-top: 249px;
    }
    .grid-sizer, .grid-item {
        width: 50%;
    }
    .nav-menu .sub-menu{
        width: 100%!important;
    }
    .menuToggle.open {
        position: fixed !important;
        top: 32px !important;
    }
    .nav-bar ul.nav-menu{
        display: block;
    }
    .banner-text a, .banner-textabout a {
        font-size: 26px;
        padding: 10px 34px;
        margin-top: 33px;
    }
    .main-top-plan{
        position: relative;
    }
    .perfect-plan-sec {
        padding-top: 62px;
        padding-bottom: 66px;
    }
    .virtual-scan {
        padding-top: 76px;
        padding-bottom: 62px;
    }
    .main-top-plan .col-lg-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav-menu li.loginclient a{
        text-align: center;
    }
    .nav-menu li:last-child {
        border: 0px !Important;
        padding-top: 21px;
    }
    .ser-banner p {
        width: 100%;
    }
    .ser-banner h2 {
        font-size: 70px;
        margin-bottom: 0px;
    }
    .ser-banner p{
        font-size: 36px;
        line-height: 50px;
    }
    .ser-video {
        width: 90%;
        margin: 0 auto;
    }
    .residential-text p{
        width: 100%;
    }
    .por-sec .col-lg-4 {
        flex: 0 0 100%;
        max-width: 50%;
        margin: 0 auto;
        margin-bottom: 35px;
    }
    .por-sec {
        padding-top: 33px;
    }
    .top-rowpr {
        margin-bottom: 0;
        padding-bottom: 23px;
    }
    .por-heading h2{
        font-size: 64px;
        margin-bottom: 3px;
    }
    .drone-banner-text p {
        font-size: 32px;
    }
    .how-work-sec {
        padding-top: 45px;
        padding-bottom: 65px;
    }
    .benefit-text {
        width: 100%;
        margin-left: auto;
        text-align: center;
    }
    .benefit-sec{
        position: relative;
        z-index: 1;
    }
    .benefit-sec::before{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: #00000080;
        z-index: -1;
    }
    .forminner {
        width: 89%;
        padding: 55px 53px 31px;
    }
    .lasergallery-text {
        padding-top: 268px;
    }
}
@media(max-width:992px){
    .faq-head h2 {
        font-size: 49px;
    }
    .demo-apart {
        padding-top: 87px;
        padding-bottom: 61px;
    }
    .main-top-plan {
        position: relative;
        padding: 0;
        padding-top: 62px;
    }
    .process-list {
        width: 90%;
        margin: 0 auto;
    }
    .conbannertext h2 {
        font-size: 58px;
        margin-bottom: 15px;
    }
    .postthumb img {
        width: 100%;
        height: 289px;
    }
}
@media(max-width:980px){
    .aboutport-text p {
        width: 90%;
    }
    .aboutport-text {
        text-align: center;
        padding-bottom: 52px;
    }
    .cas-sec .col-lg-4 {
        margin: 0 auto;
    }
    .dpro-thumb img {
        height: 315px;
        width: 100%;
    }
    .dpro-main {
        position: relative;
        margin-bottom: 18px;
    }
}
@media(max-width:960px){
    .left-test {
        width: 80%;
        padding: 118px 30px 76px 40px;
        margin: 0 auto;
    }
    .about-slider .slick-sprev .test,
    .about-slider .slick-snext .test{
        padding: 20px;
    }
    .about-slider .slick-sprev {
        transform: translate3d(-23%, 0, -10px);
    }
    .about-slider .slick-snext {
        transform: translate3d(23%, 0, -10px);
    }
}
@media(max-width:900px){
    .innvibtn img {
        width: 14%;
    }
    .tempor-text {
        height: 310px;
    }
    .tempor-text h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .prot-text h3{
        margin-bottom: 7px;
    }
    .prot-text h2{
        padding-right: 0;
        margin-bottom: 14px;
    }
    .main-testheading {
        padding-bottom: 78px;
        text-align: center;
    }
    .scan-text h3{
        font-size: 30px;
        margin-bottom: 0;
    }
    .scan-text h2 {
        margin: 0 auto;
        margin-bottom: 16px;
        padding-right: 0;
        font-size: 58px;
    }
    .prop-text {
        width: 100%;
    }
    .them-pormain .col-lg-4{
        flex: 0 0 100%;
        max-width: 70%;
    }
    .conbannertext {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    .main-headpob, .head-sol, .head-out {
        width: 100%;
    }
    .main-headpob h2, .head-sol h2, .head-out h2, .proform h2 {
        font-size: 47px;
    }
    .proform {
        width: 100%;
        margin: 0 auto;
    }
    .proform label{
        font-size: 21px;
    }
    .proform input, .proform textarea{
        font-size: 20px;
    }
}
@media(max-width:830px){
    .walkthrough-banner {
        padding-top: 234px;
    }
    .demo-text {
        padding-top: 63px;
        width: 100%;
    }
    .demo-text a{
        margin-top: 33px;
    }
    .demo-img iframe.iframe-first-full {
        width: 100%;
        height: 550px;
    }
    .page-id-448 .drone-banner,
    .page-id-488 .drone-banner,
    .single-post .drone-banner,
    .page-id-498 .drone-banner,
    .single-case_study .drone-banner,
    .page-id-546 .drone-banner,
    .privacy-policy .drone-banner{
        height: 365px;
        padding-top: 228px;
    }
    .left-test {
        width: 90%;
        padding: 118px 30px 76px 40px;
        margin: 0 auto;
    }
    .main-top-plan .col-lg-6 {
        flex: 0 0 100%;
        max-width: 70%;
        margin: 0 auto;
    }
    .plan-text h2{
        font-size: 53px;
        margin-bottom: 20px;
    }
    .exp-video {
        padding-top: 60px;
        width: 90%;
        margin: 0 auto;
    }
    .drone-banner {
        height: auto;
        padding-top: 228px;
    }
    .drone-banner-text h2 {
        font-size: 61px;
        margin-bottom: 0;
    }
    .drone-banner-text p{
        font-size: 38px;
    }
    .process-list {
        width: 100%;
        margin: 0 auto;
    }
    .benefit-text h2 {
        font-size: 53px;
        line-height: 45px;
        margin-bottom: 22px;
    }
    .blog-sec .col-lg-4 {
        flex: 0 0 100%;
        max-width: 80%;
        margin: 0 auto;
    }
    .sinthumb img {
        height: 425px;
    }
    .sinthdetail h2 {
        font-size: 44px;
        margin-bottom: 12px;
    }
    .lasergallery-text h3 {
        font-size: 40px;
    }
    .lasergallery-text p {
        padding-top: 5px;
        font-size: 30px;
    }
    .broxgallery-tabs ul{
        margin-bottom: 44px;
    }
}
@media(max-width:768px){
	.site-logo {
		width: 27%;
	}
	.banner-text {
		padding-top: 164px;
	}
    .walkbanner-text h2{
        font-size: 86px;
    }
    .main-text h3{
        font-size: 29px;
        margin-bottom: 7px;
    }
    .main-text h2{
        font-size: 59px;
        margin-bottom: 11px;
    }
    .scan-text h3 {
        font-size: 26px;
        margin-bottom: 0;
    }
    .scan-text h2 {
        margin-bottom: 4px;
        padding-right: 0;
        font-size: 50px;
    }
    .cap-text h3 br {
        display: none;
    }
    .cap-text h3{
        font-size: 28px;
        margin-bottom: 2px;
    }
    .cap-text h2 {
        font-size: 44px;
        line-height: 53px;
        margin-bottom: 16px;
    }
    .prot-text h2 {
        padding-right: 0;
        margin-bottom: 9px;
        font-size: 56px;
    }
    .main-testheading h3{
        font-size: 56px;
    }
    .main-item img {
        width: 100%;
        height: 422px;
    }
    .nav-item img {
        width: 100%;
        height: 139px;
    }
    .broxgallery-videobox img {
        height: 500px;
        width: auto;
        text-align: center;
    }
    .gpr-img img {
        height: 500px;
    }
    .asbuiltbanner {
        padding-top: 195px;
    }
    .ser-video {
        width: 100%;
        margin: 0 auto;
    }
    .exp-video {
        padding-top: 60px;
        width: 100%;
        margin: 0 auto;
    }
    .por-sec .col-lg-4{
        max-width: 70%;
    }
    .pro-heading {
        padding-bottom: 40px;
    }
    .process-list ul li .pro-icon{
        float: none;
    }
    .process-list ul li .process-text {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-top: 11px;
    }
    .main-list-div {
        text-align: center;
    }
    .process-list ul li .pro-icon{
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .process-list ul li {
        margin-bottom: 28px;
    }
    .about-portfolio .col-lg-6 {
        max-width: 80%;
    }
    .pro-text h2 {
        font-size: 57px;
        margin-bottom: 23px;
    }
    .pro-text p{
        width: 100%;
    }
    .ppro-text h2 {
        font-size: 64px;
        margin-bottom: 0px;
    }
    .ppro-text p{
        font-size: 32px;
    }
    .ppro-text {
        padding-bottom: 44px;
    }
    .pport-banner {
        padding-top: 195px;
        padding-bottom: 72px;
    }
    .forminner {
        width: 100%;
        padding: 55px 53px 31px;
    }
}
@media(max-width:767px){
    .subheader {
        background-color: #000;
        padding: 10px 0;
        display: none;
    }
    .view-img .broxgallery-videobox img {
        height: 496px;
        width: auto;
        text-align: center;
    }
    .gpr-img img {
        height: 463px;
    }
    .view-img .broxgallery-videobox .videobuttonnn img {
        height: 100px;
    }
	.dimage-360-area canvas {
		height: 500px !important;
		width: 100%;
	}
	.dimage-360-area {
		height: 500px;
		width: 100%;
	}
	.banner-text {
		padding-top: 128px;
	}
}
@media(max-width:736px){
    .them-pormain .col-lg-3 {
        flex: 0 0 100%;
        max-width: 70%;
    }
    .drone-banner {
        height: auto;
        padding-top: 209px;
    }
    .main-recent h2{
        font-size: 55px;
    }
    .trans-text h2 {
        font-size: 50px;
        line-height: 58px;
        margin-bottom: 13px;
    }
    .pro-heading h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .residential-text h2{
        font-size: 49px;
    }
    .main-recent h2 {
        font-size: 49px;
    }
    .drone-banner-text h2 {
        font-size: 54px;
        margin-bottom: 0;
    }
    .drone-banner-text p {
        font-size: 34px;
    }
    .them-pormain .col-lg-4 {
        flex: 0 0 100%;
        max-width: 80%;
    }
    .prop-text h2 {
        font-size: 58px;
        margin-bottom: 19px;
    }
    .main-reheading h2{
        font-size: 30px;
    }
    .conbannertext h2 {
        font-size: 51px;
        margin-bottom: 15px;
    }
    .lasergallery-text {
        padding-top: 220px;
    }
    .lasergallery-text h3 {
        font-size: 32px;
    }
}
@media(max-width:667px){
    .plan-text h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .main-top-plan .col-lg-6 {
        max-width: 80%;
    }
    .scan-text h3 {
        font-size: 22px;
        margin-bottom: 0;
        line-height: 30px;
    }
    .scan-text h2 {
        margin-bottom: 4px;
        font-size: 47px;
        line-height: 56px;
    }
    .cap-text h3 {
        font-size: 26px;
        margin-bottom: 2px;
        line-height: 39px;
    }
    .cap-text h2 {
        font-size: 38px;
        line-height: 47px;
        margin-bottom: 10px;
    }
    .cap-text p {
        padding-right: 0;
        margin-bottom: 15px;
    }
    .gpr-text h3 {
        font-size: 26px;
        line-height: 38px;
    }
    .gpr-text h2 {
        font-size: 59px;
        margin-bottom: 12px;
    }
    .slider-nav {
        padding: 0 25px;
    }
    .prot-text h3 {
        margin-bottom: 7px;
        font-size: 30px;
    }
    .prot-text h2 {
        margin-bottom: 9px;
        font-size: 51px;
        line-height: 64px;
    }
    .portfolio-sec {
        padding-top: 75px;
        padding-bottom: 21px;
    }
    .prot-text p{
        margin-bottom: 23px;
    }
    .main-testheading h3 {
        font-size: 50px;
    }
    .left-test {
        width: 100%;
        padding: 118px 30px 76px 40px;
        margin: 0 auto;
    }
    .ser-banner p {
        font-size: 31px;
        line-height: 42px;
    }
    .explore-text h3{
        font-size: 30px;
    }
    .explore-text h2{
        font-size: 53px;
    }
    .main-recent h3 {
        margin-bottom: 5px;
        font-size: 29px;
    }
    .main-recent h2{
        font-size: 56px;
    }
    .scanning-text h3{
        margin-bottom: 0;
    }
    .scanning-text h2{
        font-size: 51px;
        margin-bottom: 8px;
    }
    .scanning-text p{
        margin-bottom: 37px;
    }
    .drone-banner.gpr-banner {
        height: auto;
        padding-bottom: 42px;
    }
    .about-portfolio .col-lg-6 {
        max-width: 90%;
    }
    .banner-textabout h2 {
        margin-bottom: 4px;
        font-size: 69px;
    }
    .banner-textabout p {
        font-size: 28px;
        line-height: 39px;
        margin-bottom: 0;
    }
    .repeater-promise ul li{
        padding: 0;
        padding-bottom: 42px;
    }
    .pot-text-p h2 {
        padding-right: 0;
        font-size: 56px;
        line-height: 69px;
        margin-bottom: 17px;
    }
    .forminner {
        width: 100%;
        padding: 55px 25px 31px;
    }
    .form-div .wpcf7-list-item .wpcf7-list-item-label{
        font-size: 22px;
    }
    .form-div textarea {
        height: 230px;
    }
    .hvidsc iframe {
        width: 100%;
        height: 500px;
    }
}
@media(max-width:640px){
    .broxgallery-tabs ul li{
        font-size: 18px;
    }
    .demo-img iframe.iframe-first-full {
        width: 100%;
        height: 400px;
    }
    .about-portfolio .col-lg-6 {
        max-width: 100%;
    }
    .broxgallery-tabs ul li:first-child{
        margin-left: 0;
    }
    .broxgallery-tabs ul li:last-child{
        margin-right: 0;
    }
}
@media(max-width:600px){
    body .container {
        max-width: 100%;
        padding: 0 15px;
    }
	.site-header .container-fluid, .site-banner .container-fluid, .subheader .container-fluid {
		padding: 0 15px;
	}
    #menuToggle{
        right: 19px;
    }
    .site-logo {
        width: 30%;
    }
    .main-top-plan .col-lg-6 {
        max-width: 90%;
    }
    .capturing-sec {
        padding-top: 39px;
        padding-bottom: 73px;
    }
    .conform-sec {
        padding: 50px 0;
    }
    .conbannertext h2 {
        font-size: 47px;
        margin-bottom: 15px;
    }
    .conform-sec{
        overflow: hidden;
    }
}
@media(max-width:570px){
    .walkbanner-text h2 {
        font-size: 74px;
    }
    .site-footer .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .ft-menu h2{
        margin-bottom: 15px;
    }
    .main-item img {
        width: 100%;
        height: 342px;
    }
    .laser-img .broxgallery-videobox .videobuttonnn img {
        height: 92px;
    }
    .exp-video .broxgallery-videobox .videobuttonnn img {
        height: 92px;
    }
    .sinthumb img {
        height: 361px;
    }
    .outimg {
        margin-bottom: 20px;
    }
	.dimage-360-area {
		height: 400px;
	}
	.dimage-360-area canvas {
		height: 500px !important;
	}
	.form-div input, .form-div textarea {
		font-size: 10px;
	}
}
@media(max-width:480px){
	.loginclient {
		margin-right: 51px;
		display: block;
		margin-left: 0;
	}
	.site-logo {
		width: 40%;
	}
	.nav-menu li.loginclient a {
		padding: 5px 27px;
		font-size: 18px;
	}
	.menuberbtn{width:60%}
	.loginclient a {
		font-size: 16px;
		padding: 3px 20px;
		margin-top: 12px;
	}
	#menuToggle {
		right: 19px;
		top: 25px;
	}
    .demo-text a{
        font-size: 19px;
    }
    .walkbanner-text h2 {
        font-size: 60px;
    }
    .walkbanner-text h3 {
        font-size: 21px;
        margin-bottom: 8px;
    }
    .them-pormain .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner-text h3 {
        font-size: 25px;
    }
    .banner-text h2 {
        font-size: 46px;
        line-height: 57px;
    }
    .banner-text ul li {
        font-size: 20px;
        line-height: 32px;
    }
    .main-text h2 {
        font-size: 50px;
        margin-bottom: 11px;
    }
    .main-text h3 {
        font-size: 21px;
        margin-bottom: 0px;
    }
    .plan-text h2 {
        font-size: 38px;
        margin-bottom: 14px;
    }
    .plan-content h3 {
        font-size: 25px;
        line-height: 29px;
    }
    .scan-text h2 {
        margin-bottom: 4px;
        font-size: 43px;
        line-height: 51px;
    }
    .gpr-text h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .gpr-text h2 {
        font-size: 55px;
        margin-bottom: 7px;
    }
    .prot-text h3 {
        margin-bottom: 1px;
        font-size: 26px;
    }
    .prot-text h2 {
        margin-bottom: 9px;
        font-size: 47px;
        line-height: 54px;
    }
    .left-test p{
        font-size: 22px;
        line-height: 35px;
    }
    .broxgallery-videobox .videobuttonnn img {
        width: auto;
        height: 104px;
    }
    .plan-content {
        padding: 0 6px;
        height: 233px;
    }
    .explore-text h3 {
        font-size: 23px;
        margin-bottom: 6px;
    }
    .explore-text h2 {
        font-size: 47px;
    }
    .builts-sev-text h2 {
        font-size: 54px;
        margin-bottom: 6px;
    }
    .ser-banner p {
        font-size: 26px;
        line-height: 35px;
    }
    .main-recent h2 {
        font-size: 49px;
    }
    .ser-banner h2 {
        font-size: 57px;
        margin-bottom: 0px;
    }
    .por-sec .col-lg-4 {
        max-width: 90%;
    }
    .scanning-text h3 {
        margin-bottom: 0;
        font-size: 23px;
        letter-spacing: 0.46em;
    }
    .scanning-text ul li{
        font-size: 27px;
        line-height: 35px;
    }
    .about-slider .slick-current .rating-star {
        display: block;
    }
    .about-slider .slick-sprev .rating-star, 
    .about-slider .slick-snext .rating-star{
        display: none;
    }
    .client-heading h2{
        font-size: 52px;
    }
    .galleyr-content{
        width: 100%;
    }
    .president-text h2{
        font-size: 50px;
    }
    .president-text h3 {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .inner-galler {
        padding: 0 20px;
    }
    .galleyr-content a{
        font-size: 18px;
        padding: 11px 27px;
    }
    .them-pormain .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pot-text-p h3 {
        font-size: 28px;
        letter-spacing: 0.46em;
        margin-bottom: 7px;
    }
    .ppro-text h2 {
        font-size: 56px;
        margin-bottom: 0px;
    }
    .conbanner {
        padding-top: 227px;
        padding-bottom: 67px;
    }
    .blog-sec .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .postcontent p {
        font-size: 19px;
    }
    .main-headpob h2, .head-sol h2, .head-out h2, .proform h2 {
        font-size: 39px;
    }
    .hvidsc iframe {
        width: 100%;
        height: 350px;
    }
    .broxgallery-tabs ul li {
        margin: 0;
        margin-bottom: 11px;
    }
    .broxgallery-tabs ul {
        margin-bottom: 31px;
    }
}
@media(max-width:414px){
	#menuToggle {
		right: 19px;
		top: 17px;
	}
    .faq-head h2 {
        font-size: 40px;
    }
    .testnam-img img {
        margin: 0 auto;
    }
    .broxgallery-tabs ul li{
        margin: 0 0px;
        margin-bottom: 10px;
    }
    .walkthrough-banner {
        padding-top: 198px;
    }
    .view-img .broxgallery-videobox img {
        height: 432px;
        width: auto;
        text-align: center;
    }
    .left-test p {
        font-size: 19px;
        line-height: 31px;
        text-align: center;
    }
    .test-main {
        display: block;
        padding-top: 20px;
        text-align: center;
    }
    .alignnone {
        margin: 0;
    }
    .test-name {
        padding-left: 0;
        padding-top: 23px;
    }
    .left-test::before {
        width: 97px;
        top: -61px;
    }
    .left-test {
        width: 100%;
        padding: 69px 10px 48px 10px;
        margin: 0 auto;
    }
    .main-testheading h3 {
        font-size: 43px;
    }
    .trans-text h3{
        font-size: 23px;
        letter-spacing: 0.46em;
    }
    .trans-text h2 {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 13px;
    }
    .main-recent h2 {
        font-size: 42px;
    }
    .pro-heading h2{
        font-size: 54px;
    }
    .pro-heading h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .process-sec {
        padding-top: 47px;
        padding-bottom: 56px;
    }
    .por-sec .col-lg-4 {
        max-width: 100%;
    }
    .por-heading h2 {
        font-size: 55px;
        margin-bottom: 3px;
    }
    .drone-banner-text p {
        font-size: 29px;
    }
    .drone-banner-text h2 {
        font-size: 47px;
        margin-bottom: 0;
    }
    .residential-text h2 {
        font-size: 42px;
    }
    .banner-textabout h2 {
        margin-bottom: 4px;
        font-size: 63px;
    }
    .client-heading h2 {
        font-size: 45px;
    }
    .about-slider .slick-current .test {
        padding: 33px 20px 103px;
    }
    .banner-textabout p {
        font-size: 23px;
        line-height: 32px;
        margin-bottom: 0;
    }
    .galleyr-thumb img {
        height: 266px;
    }
    .prop-text h2 {
        font-size: 52px;
        margin-bottom: 19px;
    }
    .conbanner {
        padding-top: 202px;
        padding-bottom: 67px;
    }
    .conbannertext h2 {
        font-size: 41px;
        margin-bottom: 15px;
    }
    .exp-video iframe {
        width: 100%;
        height: 314px;
    }
    .laser-img iframe {
        width: 100%;
        height: 333px;
    }
    .asbuiltbanner{
        padding-bottom: 65px;
    }
    .lasergallery-text h3 {
        font-size: 28px;
    }
    .lasergallery-text p {
        padding-top: 5px;
        font-size: 25px;
    }
}
@media(max-width:390px){
    .walkbanner-text h2 {
        font-size: 48px;
    }
    .cap-text h3 {
        font-size: 21px;
        margin-bottom: 2px;
        line-height: 28px;
    }
    .banner-text h2 {
        font-size: 39px;
        line-height: 48px;
    }
    .gpr-text h2 {
        font-size: 47px;
        margin-bottom: 7px;
    }
    .pot-text-p h2 {
        padding-right: 0;
        font-size: 51px;
        line-height: 65px;
        margin-bottom: 10px;
    }
}
@media(max-width:360px){
    .broxgallery-tabs ul li{
        margin: 0 0px;
    }
}
@media(max-width:360px){
    
}