@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Extrabold.eot');
    src: url('../fonts/OpenSans-Extrabold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Extrabold.woff2') format('woff2'),
        url('../fonts/OpenSans-Extrabold.woff') format('woff'),
        url('../fonts/OpenSans-Extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff'),
        url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff'),
        url('../fonts/OpenSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
        url('../fonts/OpenSans-Semibold.woff') format('woff'),
        url('../fonts/OpenSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Blenda Script';
    src: url('../fonts/BlendaScript.eot');
    src: url('../fonts/BlendaScript.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BlendaScript.woff2') format('woff2'),
        url('../fonts/BlendaScript.woff') format('woff'),
        url('../fonts/BlendaScript.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.eot');
    src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Black.woff2') format('woff2'),
        url('../fonts/Lato-Black.woff') format('woff'),
        url('../fonts/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
.Lato-Black{
	font-family: 'Lato';
	font-weight: 900;
    font-style: normal;
}
.OpenSans-Semibold{
	font-family: 'Open Sans';
	font-weight: 600;
    font-style: normal;
}
.OpenSans-Light{
	font-family: 'Open Sans';
	font-weight: 300;
    font-style: normal;
}
.OpenSans-Bold{
	font-family: 'Open Sans';
	font-weight: bold;
    font-style: normal;
}
.OpenSans-Extrabold{
	font-family: 'Open Sans';
	font-weight: 800;
    font-style: normal;
}
.OpenSans-regular{
	font-family: 'Open Sans';
	font-weight: normal;
    font-style: normal;
}
.BlendaScript{
	font-family: 'Blenda Script';
	font-weight: normal;
    font-style: normal;
}
.padzero{
	padding:0px;
}
html,body{
	height:100%;
}
body{
	margin:0px auto;
}
#topbar , #footer{
	background-color:#292952;
	padding: 10px 0px 16px;
	color: #fff;
}
.social{ 
	list-style-type:none; 
	margin-bottom: 0px;
	padding:0px;
	font-size:11pt;	
}
.ft-sevice-type ul li:nth-child(odd){
	background-color:#53778f !important; 
}   
.ft-sevice-type ul li:nth-child(even){
	background-color:transparent !important;
}   
.col-md-3:before , .col-sm-6:before{
	content:url("../images/before.png");
	position: absolute;
	left: 0;
	top: 12px;
}
.mission li span:before{
	content:"";
}
.social li {
    display: inline-block;
	padding:0px 10px;	 
}
.social span{
	padding-right:10px;
}
.social li a, a:focus, a:hover {
    color: #fff;
    text-decoration: none;
}
.header-bg{
	border-radius: 6px;
	clear: both;
	overflow: hidden;
}
.header-menu{
	background-color:#fff;
	border-color:unset;
}
.menu-banner{
	position:relative;
}
.menu{
	position:absolute;
	top: -7px;
	z-index: 1;
	transform: translate(-50%,0%);
	left: 50%;
	background-color: unset;
	border-color:unset;
	border: unset;
}
.header-logo{
	padding: 0px 50px;
	margin: 21px 0px;    
}
.nav-pad-menu{
	padding: 0px 76px;
}
.menu-icon li a{
	color: #484848 !important;
	padding: 39px 40px 0 0;
	font-size: 11pt;
	outline:none;
}
.menu-icon li a::after{	
	display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 0%;
    background-color:#292952;
    content: "";
    transition: width 0.5s ease;
}
.highlight-border::after{	
    width:40% !important;
}
#ins1{
	color:green;
	position:absolute;
	bottom: 57px;
}
.menu-icon li a:hover::after , .menu-icon li a:active::after {	
	width:40%;
}
.ft-aboutus-left{
	position:relative;	
}
.ft-aboutus-left h1{
	height: 276px;
}
.ft-aboutus-left img{
	position:absolute;
	bottom:0%;
	left:26%;
}
.ft-text{
	top: 107px;
	left: 34%;
	color:#000;
	text-shadow: unset;
}
.ft-text h1 span{
	color:#5959a5;
	font-size: 50pt;
}
.ft-text h1{
	font-size: 55pt;
}
.ft-arrow{
	top:28%;
}
.ft-text h3{
	font-size: 21px;
	line-height: 42px;
	color: #5c5f70;
}
.ft-text1 , .ft-text2{
	top:20%;
}
.ft-down{
	position:absolute;
	top: 80%;
	left:50%;
	cursor: pointer;
	-webkit-animation: pulse 1s infinite;
	animation: pulse 1s infinite;
	z-index: 999;
}
.ft-aboutus{
	padding:2% 0px 3%;
}	
.ft-aboutus span{
	color:#5959a5;
}
.ft-aboutus h1 {
	font-size:45pt;
}
.ft-aboutus h1 img:last-child{
	margin: -32px 20px 0 7px;
}
.ft-aboutus h1 img:nth-child(1){
	margin: 11px 5px 0 0;
}
#aboutus{
	background-image:url("../images/about-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
}
 .carousel-control.right , .carousel-control.left {
	 background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
 }
 .ft-aboutus-left  span{
	 color:#5959a5;
 }
 .ft-aboutus-left h1{
	font-size: 37pt;
	text-align: center;
 }
.ft-aboutus-left{   
	padding: 0px 71px 0px 0px;
}
.ft-aboutus-right{
	border-left:2px solid #555555;
}
.ft-aboutus-right p{
	font-size: 13pt;
	padding: 20px 20px 14px 20px;
	line-height: 37px;
}
.about-img-pad{
	padding-top:35px;
	text-align: center;
}
.about-img-pad1{
	padding-top:75px;
	padding-bottom: 40px;
}
.about-img-pad h6{
	font-size: 15pt;
}
.about-img-pad p , .mission li{
	text-align: left;
	font-size: 12pt;
	line-height: 36px;
	padding-right: 195px;
	padding-left: 20px;
}
.about-section2{
	margin-top: 5px;
}
.about-img-pad img:hover{
	box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius:100%;
}
.about-img-pad img{
	transition: width 0.5s ease;
}
#whyus{
	background-image:url("../images/whyus-bg.jpg");
	background-repeat:no-repeat;
	background-position: center;
}
.ft-whyus-section{
	padding: 30px 0px 20px 0px;
}
.ft-whyus-section h6{
	font-size:17pt;
	transition: .5s ease;
}
.ft-whyus-section p{
	font-size: 13pt;
}
.ft-whyus-pad-bottom{
	padding-bottom:3%;
	clear: both;
	overflow: hidden;
}
.ft-whyus-section:hover h6 {
    color: #5959a5;
}
.ft-whyus-section:nth-child(1) span , .ft-whyus-section:nth-child(2)  span ,.ft-whyus-section:nth-child(3) span ,.ft-whyus-pad-bottom .ft-whyus-section:nth-child(1) span , .ft-whyus-pad-bottom .ft-whyus-section:nth-child(2) span , .ft-whyus-pad-bottom.ft-whyus-section:nth-child(3) span{	
	background-repeat:no-repeat;
	height: 120px;
	display: block;
	background-position: center;	
	background-color:#F8F8F8;
	border-radius:50%;
	width: 31%;
	margin: 0 auto;
}
.ft-whyus-section:nth-child(1) span{
	background-image:url("../images/why-icon4.png");
	transition: .10s ease;
}
.ft-whyus-section:nth-child(2) span{
	background-image:url("../images/why-icon5.png");
	transition: .10s ease;
}
.ft-whyus-section:nth-child(3) span{
	background-image:url("../images/why-icon6.png");
	transition: .10s ease;
}
.ft-whyus-pad-bottom .ft-whyus-section:nth-child(1) span{
	background-image:url("../images/why-icon7.png");
	transition: .10s ease;
}
.ft-whyus-pad-bottom .ft-whyus-section:nth-child(2) span{   
	background-image:url("../images/why-icon1.png");
	transition: .10s ease;
}
.ft-whyus-pad-bottom .ft-whyus-section:nth-child(3) span{
	background-image:url("../images/why-icon3.png");
	transition: .10s ease;
}
.ft-whyus-section:nth-child(1):hover span{
	background-image:url("../images/why-icon4-color.png");
}
.ft-whyus-section:nth-child(2):hover span{
	background-image:url("../images/why-icon5-color.png");
}
.ft-whyus-section:nth-child(3):hover span{
	background-image:url("../images/why-icon6-color.png");
}
.ft-whyus-pad-bottom .ft-whyus-section:nth-child(1):hover span{
	background-image:url("../images/why-icon7-color.png");
}
.ft-whyus-pad-bottom .ft-whyus-section:nth-child(2):hover span{
	background-image:url("../images/why-icon1-color.png");
}
.ft-whyus-pad-bottom .ft-whyus-section:nth-child(3):hover span{
	background-image:url("../images/why-icon3-color.png");
}
#services{
	background-image:url("../images/service-bg1.jpg");
	background-repeat:no-repeat;
	background-position: center;
}
#services .ft-aboutus h1{
	 color:#fff;
 }
 #services .ft-aboutus h1 img:last-child{
	 margin: 20px 20px 0 4px;
 }
 .ft-service-text{
	 color:#e4e5e6;
	 font-size:13pt;
	 text-align:center;
	 padding-top: 1%;
 }
 .overlay1 span , .overlay span{
	 color:#fff;
 }
#gallery .ft-aboutus h1 img:last-child , #gallery1 .ft-aboutus h1 img:last-child{
	position: relative;
	right: 116px;
	top: 36px;
	margin:unset;
}
#gallery .ft-aboutus{
	padding: 2% 0px 5%;
}
#gallery1 .ft-aboutus {
	padding: 2% 0px 0%;
}
#gallery1{
	background-color:#f5f5f5;
}
.gallery-pad{
	padding:5% 0;
}
.ft-gallery a{
	display: block;
}
.ft-gallery {
	padding: 0px 2px !important;
}
.ft-gallery a:hover .overlay , .ft-gallery a:hover .overlay1{
	background-image:url("../images/gallery-hover.png");
	opacity: 0.9;
	padding-top:25%;

}
.ft-gallery a .overlay{
    width: 100%;
    height: 98%;
    position: absolute;
    top: 1px;
	left: 0;
    display: block !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: unset;
    padding: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	font-size:18px;
}
.overlay1 {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    font-size: 18px;
	display: block !important;
}
.marzero{
	margin:0px;
}
.ft-button , .ft-button:hover , .ft-button:active , .ft-button:focus{
	background-color: #fff;
	padding: 10px 35px;
	text-align: center;
	border: 2px solid #000;
	color: black;
	border-radius: 13px;
	outline:none;
}
#contactus{
	background-image:url("../images/contact-bg.jpg");
	background-repeat:no-repeat;
	background-position:center;
}
.ft-contact{
	padding: 30px 0px;
}
.overlay1 .subtext , .overlay .subtext{
	font-size: 17pt;
}
.gallery-button button , .gallery-black button{
	display: inline-block;
}
.gallery-button , .gallery-black button{
	padding: 35px 0 0px;
}
.gallery-button button , .gallery-black button{
	color:#000;
	background-color:#F6F4F5;
	cursor:pointer;
	padding:10px 15px;
	border:1px solid #e1e1e1;
	border-radius:5px;
	text-align:center;
	margin-right: 15px;
	text-decoration: none;
}
.gallery-black button{
	margin-top:30px;
}
.gallery-black button:active , .gallery-black button:hover , .gallery-black button:focus , .ff{
	color:#fff !important;
	background-color:#000 !important;
	border:1px solid #000 !important;
	box-shadow: 1px 1px 4px #635e5e;
}
.gallery-button button:active , .gallery-button button:hover , .gallery-button button:focus , .dd{
	color:#fff !important;
	background-color:#292952 !important;
	border:1px solid #292952 !important;
	box-shadow: 1px 1px 4px #635e5e;
}
/*gallery section*/  
#portfolio {  
    margin: 1rem 0;
    /*-webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;*/
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 5.5px;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
	padding:3% 0;
}
.tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}
.ft-gallery img{
	width:100%;
  object-fit:cover;
}
.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  
}
.scale-anm {
    transform: scale(1);
}  
/**/
.ft-contact-left h5{
	font-size:20pt;
}
.ft-enquire:focus{
	border-color:unset;
	box-shadow: unset;
	border-bottom: 1px solid #a9a9a9;
	border-top: 2px solid transparent;
	border-right: 2px solid transparent;
	border-left: 2px solid transparent;
}
.ft-enquire{
	border-bottom: 1px solid #a9a9a9;
	border-top: 2px solid transparent;
	border-right: 2px solid transparent;
	border-left: 2px solid transparent;
	margin-bottom: 30px;
	width: 75%;
	font-size: 17px;
	box-shadow: unset !important;
	background-color: unset;
	padding: 0px;
	border-radius: unset;
}
.ft-contact-pad{
	padding:4% 0px;
}
.ft-enq-button , .ft-enq-button:hover , .ft-enq-button:focus , .ft-enq-button:active{
	background-color: #fff;
    padding: 7px 41px;
    text-align: center;
    border: 2px solid #a9a9a9;
    color: black;
    border-radius: 10px;
    float: right;
    margin-top: 30px;
    margin-right: 151px;

}
#footer{
	padding:10px 0px 0px;
}
.power {
     text-align: right;
 }
 .copy,
 .power,
 .power a {
     color: #fff;
     text-decoration: none;
     outline: none;
     font-size: 12pt;
	 margin: 2px 0 0px;
 }
  .ftr_link {
     text-align: center;
 }
 .ft-contact-right{
	 padding: 5% 0% 0px 9%;
 }
 
 .ft-contact-right ul li:nth-child(1) {
    list-style-image: url("../images/location.png");
	margin-bottom: 18px;
}
.ft-contact-right ul li:nth-child(2) {
    list-style-image: url("../images/mobile.png");
    margin-bottom: 16px;
}
.ft-contact-right ul li:nth-child(3) {
    list-style-image: url("../images/message.png");
}
.ft-contact-right {
	position: relative;
}
#contactus .ft-aboutus .ft-contact-right li:nth-child(1) span ,#contactus .ft-aboutus .ft-contact-right li:nth-child(2) span , #contactus .ft-aboutus .ft-contact-right li:nth-child(3) span{
	color:#000;
	position: absolute;
	left: 164px;
	font-size: 13pt;
}
#contactus .ft-aboutus .ft-contact-right li:nth-child(1) span{
	top: 71px;	
}
#contactus .ft-aboutus .ft-contact-right li:nth-child(2) span {
	top: 182px;
}
#contactus .ft-aboutus .ft-contact-right li:nth-child(3) span {
	top: 284px
}
#contactus .ft-aboutus .form-group span{
	color: #555;
}
.ft-sevice-type{
	padding:3% 0% 3% 5%;
}
.service-type2{
	width: 24%;
}
.service-type4{
	padding: 0px 0px 0px 15px;
}
.service-type3{
	width: 22%;
}
.ft-sevice-type ul li{
	text-align:left;
	color:#e4e5e6;	
	font-size: 13px;
	line-height: 30px;
	padding-left:10px;
}
.ft-sevice-type ul{
	padding: 0px;
	margin: 0px;
}
.ft-service-slide{
	padding:3% 0px;
}
.ft-service-image{
	padding:0px 0px 0px 50px;
}
.carousel-control .glyphicon-chevron-left{
	margin-left: -41px;
}
.glyphicon-chevron-left::before {
    content: "";
}
.carousel-control .glyphicon-chevron-right{
	margin-right: -24px;
}
.glyphicon-chevron-right::before {
    content: "";
}
.ft-service-text1{
	color:#e4e5e6;
	text-align:left;
	padding: 0px 30px 0px 34px;
	line-height: 30px;
}
.ft-service-text1 h3{
	margin: 4px 0 11px 0;
}
.ft-service-text1 p{
	font-size: 13pt;
}
/*start*/
.move-left {
    float: left;
	margin-left: -19%;
    position: relative;
    width: 120%;
    z-index: 1;
	margin-top: 16px;
}
.move-left .list {
    width: 90%;
}
.list {
    background: rgba(80,91,97,0.5);
    float: left;
    padding: 13px 12px;
    width: 100%;
}
.deal .list li i {
    color: #888;
    font-size: 14px;
}
.deal li i {
    margin-right: 5px;
}
.list ul li span {
    float: right;
    width: 92%;
	color:#9b9797;
	font-size: 12pt;
}
.deal li {
    letter-spacing: .2px;
    font-size: 14px;
}
.list li:nth-child(2n+1) {
    background: #B3AEAE;
	/* background: #f8f8f8; */
}
.list li:nth-child(2n+1) span{
	color:#fff;
}
.deal .list li, .list li {
    color: #888;
    line-height: 19px;
    margin: 0;
   padding: 11px 0px;
    width: 100%;
    display: block;
}
.list ul{
	padding-left: 0px;
	margin-bottom: 0px;
	   background: #fff;
}/*end*/

/*floatind text*/
input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{
  top: -20px;
  bottom: 10px;
  left: 4px;
  font-size: 13px;
  opacity: 1;
  color: red;
}

.inputText {
  font-size: 18px;
  height: 35px;
}

.floating-label {
  position: absolute;
  pointer-events: none;
	left: 4px;
	top: 9px;
  transition: 0.2s ease all;
  font-size: 12pt;
}
.position{
	position:relative;
}
.owl-prev{
	background-image:url("../images/arrow-left.png");
	background-repeat:no-repeat;
	width: 34px;
	height: 63px;
	position: absolute;
	top: 153px;
}
.owl-next{
	background-image:url("../images/arrow-right.png");
	background-repeat:no-repeat;
	width: 34px;
	height: 63px;
	position: absolute;
	top: 153px;
	right: 20px;
}
.ft-left , .ft-left:hover{
	opacity:1;
}

.ft-border{
	border-bottom:1px solid #fff;
	width:10%;
	margin:0 auto;
}
.scrollToTop {
    background-image: url("../images/scroll.png");
    background-repeat: no-repeat;
    bottom: 59px;
    cursor: pointer;
    display: none;
    height: 54px;
    position: fixed;
	right: 42px;
    width: 54px;
    z-index: 9999;
	
}
.bg_load {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background: url(../images/loading.gif) 50% 50% no-repeat rgb(249, 249, 249);
    background-color: #fff;
}
.sticky_header{
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index:999;
	animation-duration: .7s;
	-webkit-animation-duration: .7s;
	animation-name: fadeInDown;
	-webkit-animation-name:fadeInDown;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	background-color:#363636;
}
@-webkit-keyframes fadeInDown{
	0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);}
	100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes fadeInDown{
	0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}
	100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
}
.sticky_header{
	transform: translate(-0%,0%);
	background-color: #fff;
}
.sticky_header .header-bg {
    border-radius: 0px;
}
.sticky_header .nav-pad-menu {
	padding:0px;
}
.carousel-indicators{
	position: unset;
	width: 100%;
	height: unset;
	background-color: unset;
	border: unset;
}
.carousel-indicators .active {
	width: 100%;
	height: unset;  
	background-color: unset;
	color:#ec9ca2;
}
.carousel-indicators li{
	text-indent: unset;
	width: 100%;
	height: unset;
	background-color: unset;
	border: unset;
	border-radius: unset;
}
.carousel-control{
	top: 218px;
}
/* vimal */
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(201,36,40,0.9);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
 
}
.overlay-div{
	position: relative;
}
.overlay-div:hover .overlay {
  height: 50%;
   padding: 25px 0;
}
.overlay-div p{
	font-size: 17pt;
	color: #fff;
	margin: 0;
}
.overlay-div h6{
	border-bottom: 1px solid #fff;
	width: 15%;
	margin: 5px auto;
}
.overlay-div span{
	font-size: 18px;
}
.thumbnail{
	background-color: transparent;
	border: 0;
	margin-bottom: 0;
}
@media(min-width:320px) and (max-width: 767px){
    .mission li{
        padding-right:0px;
        font-size: 11pt;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .mission{
        padding-left: 15px;
    }
    .gallery-black button {
       padding: 4px 7px; 
       margin-top: 15px !important;
       display: block;
       margin: 0 auto;
       width: 162px;
    }
    .viewbox-button-default {
        height: 199px !important;
        width: 45px !important;
    }
    .d-height{
        height: 57px;
        padding-right: 15px;
    }
    .overlay-div .overlay, .overlay-div:hover .overlay {
        height: 40%;
        padding: 11px 0;
    }
    .overlay-div p {
      font-size: 12pt;
    }
    .overlay-div span {
      font-size: 15px;
    }
	.menu {
		position: unset;
		transform: translate(-0%,0%);
		margin: unset;
	}
	.ft-gallery a .overlay{
		height:100%;
	}
	.ft-aboutus-left img{
		bottom: 8%;
		left: 29%;
		width: 35%;
	}
	#myNavbar {
		background: #fff none repeat scroll 0px center;
		left: 0px;
		margin: 0px;
		padding: -1px;
		position: absolute;
		right: 0px;
		width: 100%;
		z-index: 999;
	}
	.highlight-border::after{	
		width:10% !important;
	}
	.ft-gallery1 .subtext {
		font-size: 15pt;	
	}
	.overlay1 , .ft-gallery a .overlay{
		font-size: 12pt;
	}
	.ft-contact-right {
		padding: 5% 0% 0px 12%;
	}
	#contactus .ft-aboutus .ft-contact-right li:nth-child(1) span ,#contactus .ft-aboutus .ft-contact-right li:nth-child(2) span , #contactus .ft-aboutus .ft-contact-right li:nth-child(3) span{
	    left: 80px;
		font-size: 11pt;
	}
	#contactus .ft-aboutus .ft-contact-right li:nth-child(1) span {
		width: 224px;
		top: 69px;
	}
	#contactus .ft-aboutus .ft-contact-right li:nth-child(1) span br {
	    display:none;
	}
	#contactus .ft-aboutus .ft-contact-right li:nth-child(2) span {
		width: 224px;
		top: 182px;
	}
	#contactus .ft-aboutus .ft-contact-right li:nth-child(3) span {
		width: 224px;
		top: 288px;
	}
	.col-md-3:nth-child(2):before , .col-md-3:nth-child(3):before , .col-md-3:nth-child(4):before {
		top: 29px;
	}
	.ft-contact-right ul li:nth-child(1) {
		margin-bottom: 17px;
		margin-top: 47px;
	}
	.ft-service-text {
		font-size: 11pt;
		padding: 10px 15px 0px;
	}
	.ft-service-image img {
		width:100% !important;
	}
	.ft-service-image {
		padding: 0px 0px 0px 0px;
	}
	.ft-service-text1 {
		padding: 0px 0px 0px 0px;
		line-height: 25px;
	}
	.ft-service-text1 h3 {
		margin: 8px 0 11px 0;
		font-size: 14pt;
	}
	.service-type4 {
		padding: 15px 15px 0px 15px;
	}
	.ft-service-text1 p {
		font-size: 11pt;
	}
	.move-left {
		margin-left: -11px;
		margin-top: 0px;
	}
	.ft-aboutus-left h1 {
		height: 183px;
	}
	.service-type2 , .service-type3 {
		padding-top:15px;
	}
	#portfolio {  
		padding: 0px 15px 11px;
		overflow:hidden;
		column-count: unset;
	}
	.ft-gal-change .subtext{
		
		font-size: 14pt;
	}
	.ft-border {
		width: 19%;
	}
	.tile img {
		margin-bottom:unset;
	}
	.ft-gal-change .overlay , .ft-gallery1 .overlay1{
		width: 100%;
		height: 100%;
	}
	.ft-gallery1 .overlay1{
		height: 100% !important;
	}
	.service-type2 , .service-type3{
		width:100%;
	}
	.ft-gal-change{
		width: 100% !important;
		display: block;
		float: left;
	}	
	.tile img {
		width: 100% !important;
	}
	.gallery-button {
		padding: 35px 0 17px;
	}
	.gallery-button button {
		padding: 5px 10px;
		margin-right: unset;
	}
	.nav-pad-menu {
		padding: unset;
	}
	.header-logo {
		padding: unset;
		margin: unset;
		width: 70%;
	}
	.header-logo img {
		width:192px;
		padding: 6px 0px 15px 15px;
	}
	#topbar{
		padding: 10px 0px 10px;
		text-align: center;
	}
	.social {
		font-size: 10pt;
	}
	.navbar-toggle , .navbar-inverse .navbar-toggle:hover , .navbar-inverse .navbar-toggle:active , .navbar-inverse .navbar-toggle:focus {
		background-color:#292952;
	}
	.navbar-inverse .navbar-toggle {
		border-color: transparent;
	}
	.menu-icon{
		float:unset !important;
	}
	.menu-icon li a {
		padding: 17px 0px 0px 15px;
	}
	.menu-icon li a::after {
		left: 16px;
		bottom: -4px;
	}
	.menu-icon li a:hover::after, .menu-icon li a:active::after, .menu-icon li a:focus::after {
		width: 12%;
	}
	.navbar-nav {
		margin: 7.5px -13px 18px;
	}
	.ft-arrow {
		top: 37%;
	}
	.ft-arrow img {
		width:35%;
	}
	.ft-text {
		top: 63px;
		left: 32px;
		width: 100%;
	}
	.ft-text h3 br{
		display:none;
	}
	.ft-text h1 , .ft-text h1 span {
		font-size: 17pt;
	}
	.ft-text h3 {
		font-size: 13px;
		line-height: 15px;
		margin-top: 0px;
	}
	.ft-down {
		top: 84%;
		left: 50%;
	}
	.ft-down img{
		width: 50%;
	}
	.ft-aboutus h1 {
		font-size: 25pt;
		margin: 0px;
	}
	.ft-aboutus img{
		width:18%;
	}
	.ft-aboutus-left {
		padding: 0;
	}
	.ft-aboutus-left h1 {
		font-size: 21pt;
	}
	#aboutus, #whyus ,#services ,#contactus{
		background-image:unset;
	}
	.ft-aboutus-right{
		border-left: unset;
	}
	.ft-aboutus-right p {
		font-size: 11pt;
		padding: 3px;
		line-height: 29px;
		text-align: center;
	}
	.about-img-pad p {
		text-align: center;
		font-size: 11pt;
		line-height: 27px;
		padding:0px;
	}
	.about-img-pad {
		padding-top: 0px;
	}
	.about-img-pad1 {
		padding-top: 0px;
		padding-bottom: 5px;
	}
	.ft-whyus-section h6 {
		font-size: 15pt;
		margin-bottom:0px;
	}
	.ft-whyus-section p {
		font-size: 11pt;
	}
	.ft-whyus-section {
		padding: 20px 15px 0px;
	}
	#services{
		background-color:#5D666B;
	}
	#gallery .ft-aboutus h1 img:last-child , #gallery1 .ft-aboutus h1 img:last-child {
		right: 72px;
		top: 22px;
	}
	.ft-gallery img{
		width:100%;		
	}
	.ft-gallery{
		margin-bottom:15px;	
	}
	.gallery-pad {
		padding: 40px 15px 30px;
	}
	.ft-button, .ft-button:hover, .ft-button:active, .ft-buttom:focus {
		padding: 7px 17px;
		border-radius: 7px;
		font-size: 12px;
	}
	.gallery-pad a:focus{
		color:#000; 
	}
	#gallery .ft-aboutus {
		padding: 15px 0px 35px;
	}
	.ft-aboutus {
		padding: 17px 0px 15px;
	}
	.ft-contact {
		padding: 8px 15px 0px;
	}
	.ft-contact-left h5 {
		font-size: 15pt;
		text-align: center;
	}
	.ft-enquire {
		width:100%;
	}
	.ft-enq-button, .ft-enq-button:hover, .ft-enq-button:focus, .ft-enq-button:active {
		margin-top: 0px;
		margin-right: 0px;
		padding: 4px 20px;
	}
	#ins1 {
		bottom: -43px;
	}
	.ft-contact-pad {
		padding: 4% 0px 0px;
	}
	#contactus .ft-aboutus .ft-contact-right span {
		font-size: 11pt;
	}
	.ft-contact-right ul li:nth-child(2) , .ft-contact-right ul li:nth-child(3) {
		margin-bottom: 17px;
	}
	.copy, .power, .power a {
		font-size: 11pt;
		margin: 0px;
		text-align: center;
	}
	.ftr_link {
		margin: 7px 0px;
	}
	
	
	.power{
		padding-bottom: 5px;
	}
	.scrollToTop {
		bottom: 18px;
		right: 21px;
	}
	.ft-whyus-section:nth-child(1) span, .ft-whyus-section:nth-child(2) span, .ft-whyus-section:nth-child(3) span, .ft-whyus-pad-bottom .ft-whyus-section:nth-child(1) span, .ft-whyus-pad-bottom .ft-whyus-section:nth-child(2) span, .ft-whyus-pad-bottom.ft-whyus-section:nth-child(3) span {
		width: 120px;
	}
}
@media(min-width:768px) and (max-width: 991px){
	.nav-pad-menu {
		padding: 0px 50px;
	}
	.ft-whyus-section:nth-child(1) span, .ft-whyus-section:nth-child(2) span, .ft-whyus-section:nth-child(3) span, .ft-whyus-pad-bottom .ft-whyus-section:nth-child(1) span, .ft-whyus-pad-bottom .ft-whyus-section:nth-child(2) span, .ft-whyus-pad-bottom.ft-whyus-section:nth-child(3) span {
		width: 116px;
	}
	.ft-gallery a:hover .overlay1 {
		padding-top: 50px;
	}
	.ft-gallery a:hover .overlay{
		padding-top:44px;
	}
	.ft-gallery .subtext {
		font-size: 15pt;	
	}
	.overlay1 , .ft-gallery a .overlay{
		font-size: 17px;
	}
	.ft-border {
		width: 20%;
	}
	.ft-sevice-type {
		padding: 3% 0% 3% 2%;
	}
	.ft-red-paint {
		top: 17%;
	}
	.ft-brush {
		left: 69px;
		top: 42%;
	}
	
	.ft-service-image {
		padding: 0px 0px 0px 0px;
	}
	.service-type2 , .service-type3{
		width: 50%;
	}
	.ft-service-text1 h3 {
		margin: 32px 0 11px 0;
	}
	.move-left {
		margin-left: -4%;
	}
	.service-type3 {
		padding-top: 15px;
	}
	.col-sm-6:nth-child(3):before , .col-sm-6:nth-child(4):before {
		top: 29px;
	}
	.service-type4 {
		padding: 15px 15px 0px 15px;
	}
	.header-logo {
		padding: 0px 0px 0px 27px;
	}
	.header-logo img{
		width:100%;
	}
	.header-bg .navbar-header {
		width: 33%;
	}
	.menu-icon li a {
		padding: 33px 17px 0 0;
		font-size:10pt;
	}
	.ft-text {
		top: 85px;
		left: 33%;
	}
	.ft-text h1 {
		font-size: 33pt;
	}
	.ft-text h1 span {
		font-size: 31pt;
	}
	.ft-text h3 {
		font-size: 14px;
		line-height: 23px;
		margin-top: 0px;
	}
	.ft-aboutus h1 {
		font-size: 30pt;
	}
	#aboutus, #whyus ,#services ,#contactus{
		background-image:unset;
	}
	.ft-aboutus-right p {
		font-size: 12pt;
		line-height: 30px;
	}
	.ft-aboutus-left h1 {
		font-size: 34pt;
	}
	.ft-aboutus-left {		
		padding: 26px 0;
	}
	.about-img-pad p {
		line-height: 31px;
		padding-right: 0px;
	}
	.about-section2 {
		margin-bottom: 10%;
	}
	.ft-whyus-section h6 {
		font-size: 16pt;
	}
	.ft-whyus-section p {
		font-size: 12pt;
	}
	#services{
		background-color:#5D666B;
	}
	#contactus .ft-aboutus .ft-contact-right li:nth-child(1) span ,#contactus .ft-aboutus .ft-contact-right li:nth-child(2) span , #contactus .ft-aboutus .ft-contact-right li:nth-child(3) span{
	    left: 90px;
		font-size: 11pt;
	}
	#contactus .ft-aboutus .ft-contact-right li:nth-child(1) span {
		top: 6px;
	}
	#contactus .ft-aboutus .ft-contact-right li:nth-child(2) span {
		top: 186px;
	}
	#contactus .ft-aboutus .ft-contact-right li:nth-child(3) span {
		top: 291px;
	}
	.ft-contact-right {
		padding: 5% 0% 0px 4%;
	}
	.ft-contact-right ul li:nth-child(2) {
		margin-bottom: 25px;
	}
	.ft-contact {
		padding: 30px;
	}
	.ft-gallery img{
		width:100%;
	}
	.ft-enq-button, .ft-enq-button:hover, .ft-enq-button:focus, .ft-enq-button:active {
		margin-top: 0px;
		margin-right: 88px;
	}
	.ft-contact-right ul li:nth-child(3) {
		margin-bottom: 13px;
	}
}
.navbar-brand>img {
    width: 55%;
}
.sticky-button {
    position: fixed;
    left: 0;
    bottom: 0;
}
.sticky-button ul {
    padding-left: 10px;
    margin-left: 10px;
}
.sticky-button li {
    list-style: none;
}
#chaty-widget-0 .chaty-channel-list .chaty-channel .chaty-svg {
    width: 44px;
    height: 44px;
}

.ftr_link a {
	 color: #fff !important;
    padding: 5px 7px;
    border-radius: 50%;
    font-size: 15px;
	}
.chaty-agent-icon svg, .chaty-channel svg, .chaty-view-channels .chaty-channel span svg {
    width: 100%;
    height: 100%;
}