@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');




html, body {
	margin:0;
	padding:0;
	min-height:100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	font-weight: 400;
	overflow-x:hidden;
	

}
.black{
	background:#000
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	font-family: inherit;
	font-size: inherit;
	margin: 10px 0;
	font-weight: 300;
}

 
p{
   font-size: 1em;
   line-height: 1.5em;
}


h1 {
   font-size: 2.8em;
   line-height: 1em;
}
 
h2 {
   font-size: 2.4em;
   line-height: 1em;
}

h3 {
   font-size: 2em;
   line-height: 1em;
}

h4 {
   font-size: 1.8em;
   line-height: 1em;
}

h5 {
   font-size: 1.4em;
   line-height: 1em;
}

h6 {
   font-size: 1em;
   line-height: 1em;
}


a {
	color:#1590d4;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}

a:hover {
	color:#74bc1f;
}


::-moz-selection { background: #f18903; color: #fff; }
::selection { background: #f18903; color: #fff; }
.black-col{color: #000000;}
.red-col{color: #cb2032;}
.blue-col{color: #1590d4;}
.white-col{color: #fff;}
.red-bg{background: #cb2032;}
.blue-bg{background: #1590d4;}
.lgrey-bg{background: rgba(0,0,0,.05);}




header{
	width: 100%;
	position: relative;
	padding: 15px 0;
}
header h1 {

    margin: 75px 0 0 0 ;
    position: relative;
    z-index: 20;
	color:#FFF;

}
header nav{

}


menu{
	margin: 0;
	padding:10px 0 0 0;
	display:inline-block
}

menu ul{

}

menu ul li{
	display: inline-block;
	position: relative;
}

menu ul li a {
	display: block;
    margin-left: 50px;
    cursor: pointer;
    color: #FFF;

}
menu ul li a:hover {
    color: #f18903;

}
menu ul li a.active {
	 color: #f18903;

}





.ddm{
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px;
	background: #fff;
	min-width: 180px;
	display: none;
}

.ddm li a{
	padding: 5px 0;
	line-height: 30px;
}


.trigger{
	width: 40px;
	height: 40px;

	position: absolute;
	top: 35px;
	right: 7px;
	z-index: 9999;
	display: none;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:80%;
	margin:0 20%;
	background: #FFF;
	top:12px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.trigger > div > span:nth-child(2){
	top:19px;
}

.trigger > div > span:nth-child(3){
	top:27px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slided{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
}



/* END OF HEADER STYLING FOR WEB*/
.loader
{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:url("../img/loader.gif") no-repeat center center #FFF;
  transition: 1s 0.4s;
  width: 100%;
  height: 100%;
	
}
#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#e1e7eb;
  transition: 1s 0.4s;
  width: 100%;
  height: 100%;
  font-size: 2em;
}

#overlay > div{
  text-align: center;
  display: table;
  width:100%;
  height: 100%;
}

#overlay > div > div{
  vertical-align: middle;
  display: table-cell;
}

#overlay .linewidth {
    width: 100px;
    margin: 0 auto;
}

#overlay #progstat {
    font-size: 1.8em;
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
}

#progress {
    height: 1px;
    background: #000;
}

.master-slider{
	padding-top: 120px;
}

.pat{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.25);
	z-index: 1;
}

.master-slider .ms-layer{
	width: 100%;
	height: 100%;
	color: #fff;
}

.title > *{
	display: inline-block;
	padding-left: 0;
	position: relative;
}

.title > *:before{
	/*position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background: #2972ba;
	border-left: 4px solid #cb2032;
	content: "";*/
}


.pdflist a{
	display: block;
	width: 100%;
	height: 100%;
	border: 6px solid #cb2032;
	color: #cb2032;
	padding: 25px;
	box-sizing: border-box;
	position: relative;
	font-size: 1vw;
}

.pdflist a::after{
	position: absolute;
	bottom: 15px;
    right: -19px;
	padding-left: 5px;
	border-left: 15px solid #cb2032;
	content: "FILE";
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.main{
	padding: 0;
}
.main-inner
{
	padding:150px  0 
}
.main-about
{
	padding:50px  0 
}
.main-gallery
{
	padding:75px  0 
}
#uploadbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,0);
    width: 200px;
    height: 60px;
    display: none;
	margin-left: 100px;
    margin-top: 35px;
}

.sidetopic .w-100 input,
.sidetopic .w-100 textarea{
	background: #fff;
	border-color: #fff;
}


.readmore{
	padding: 10px 20px;
	background: #cb2032;
	display: inline-block;
	color: #fff;
}

.forumlist,
.comments{
	margin-bottom: 25px;
}


.forumlist:last-child,
.comments:last-child{
	margin-bottom: 0;
}

.fhd > div:first-child{
	background: #439ff7;
}

.fhd > div:nth-child(2){
	background: #398bdb;
}

.comments .w-25{
	border-right: 1px solid #999;
	padding-right: 20px;
}

.comments .w-75{
	padding-left: 20px;
}


footer{
	color: #fff;
	display: inline-block;
    width: 100%;
}

footer .ftbg{
	background: rgba(203,32,50,.85);
	min-height: 300px;
}

footer .sign{
	background: #616161;
	padding: 20px 0;
	text-align:center
}

footer a{
	color: #fff;
}

footer .uploadfooter label{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

footer #footerfile{
	display: none;
	visibility: hidden;
}

footer h5.marginh5{
	margin-bottom: 60px;
}
.lost-password
{
	padding-top:23px !important;
	text-align:right;
}
.form-error 
{
	color:red;
	font-size:12px;
	padding-top:5px;
}

/*//////////////////////////////////////////////////MESSAGES\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.messages {
    margin: 0 0 10px;
    overflow: hidden;
	display:inline-block;
	width:100%;

}
.messages, .messages ul {
    list-style: outside none none !important;
    margin: 0;
    padding: 0;
}

.success-msg {
    background-color: #e9ffca;
    background-image: url("../images/msg-success.png");
    border-color: #296a23;
    color: #296a23;
}

.error-msg {
    background-color: #f5dad3;
    background-image: url("../images/msg-error.png");
    border-color: #c02230;
    color: #c02230;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
    background-position: 25px center !important;
    background-repeat: no-repeat !important;
    font-size: 12px !important;
    padding: 25px 25px 25px 20px !important;
	margin:15px 0;
	text-align:left;
}

.note-msg, .notice-msg {
    background-color: #fdeda4;
    background-image: url("../images/msg-note.png");
    border-color: #7c622a;
    color: #7c622a;
}
	
	
	.close-msg{
	float:right;}
	
	.close-msg i {
    cursor: pointer;
    font-size: 24px;
    font-weight: normal;
    margin-top: -4px;
}	

.pl-60
{
	padding-left:60px;
}
/**/
.pt-right
{
	float:right;
}
.displaynone
{
	display:none
}
.vError
{
	border:1px solid red !important
}
.FormResult
{
	color:green
}

.sellform .vError 
{
	border:0 !important; 
	border-bottom:1px solid red !important
}








.bg-inner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    width: 100%;
    z-index: 10;
	position:relative;
}
.bg-inner:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
	content:'';
	background:rgba(63,83,100,0.3);
}
.kenburns-top {
	-webkit-animation: kenburns-top 5s ease-out reverse both;
	        animation: kenburns-top 5s ease-out reverse both;
}
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);
            transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);
            transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
.tracking-in-contract {
	-webkit-animation: tracking-in-contract 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}




.contact-address i
{
	padding-right:0;
	width:20px;
}
.contact-address  a
{
	color:#000;
	line-height:normal
}
.contact-address  a:hover
{
	color:#e51937
}
.top-footer
{
	background:#e1e1e1;
	padding:50px 0
}
.w-450
{
	width:450px;
	margin-right:50px;
}
.w-500
{
	width:500px;
}

.footer-barcode
{
	background:#FFF;
}
.footer-barcode img
{
	max-width:160px
}
.logo-footer
{
	margin-right:50px;
}
 .about-title
{
	
	padding-bottom:15px;
	position:relative;
}
.main-about .about-title:after
{
	position:absolute;
	bottom:-29px;
	left:0;
	z-index:50;
	content:'';
	width:100%;
	background:url(../img/shadow.png) no-repeat bottom center;
	height:29px;
}
.about-box
{
	width:100%;
	max-width:960px;
	padding:50px 0 25px 0;
	margin:0 auto
	
}
.about-box img
{
	display:inherit	
}
.about-desc
{
	background:#f6f6f6;
	text-align:center;
	padding:15px 0;
}
.services-box
{
	width:calc(50% - 3px);
	height:300px;
	margin-bottom:2px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	transition: all .5s;
}
.services-box:hover .bg
{
	transform: scale(1.2);
}
.services-box .bg
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
	transition: all .5s;
}
.our-services-list
{
	padding-top:80px;
}
.services-box-hover
{
	height:100%;
	width:100%;
	background: rgba(0,0,0,.6);
	color:#FFF;
	z-index:30;
	position:relative
}
.services-box-hover img
{
	padding-bottom:25px;
}
.video-list
{
	width:calc(33.33% - 3px);
	display:inline-block;
	overflow:hidden;
	position:relative;
	transition: all .5s;	
}
.play
{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	width:100%;
	height:100%;
	
}
.hover-video img
{
	transition: all .8s;
}
.video-list:hover .hover-video img
{
	transform: scale(1.2);
}

.master-slider
{
	padding-top:0 !important
}
.body_home header
{
	height:auto
}
.body_home  .main-about
{
	padding:50px 0  !important
}
.home_about
{
	padding:50px 0;
		display: flex;
/*	justify-content: space-between;
	flex-direction: row;*/
	align-content: center;
	text-align:left
	
}
.home_about_desc
{
	background:#f6f6f6;
	padding:0 40px;
}
.home_about_desc p
{
	margin:0.9rem 0;

}
.filter-img
{
	filter: brightness(0) invert(1);
}
.home_about_desc img
{
	max-width:33px;
}
.home_about_desc h3
{
	padding-left:10px;
}
.login-padding
{
	padding:80px 0
}
.home-services-list .flex-row
{
	width:25%;
}














/***********************/
.scroll-up
{
    position: fixed;
    bottom: 20px;
    right: 45px;
    z-index: 5000;
    cursor: pointer;
	opacity:0;transition: opacity 0.5s ease;
}
.scroll-up:hover
{
}
.scroll-up.active
{
	opacity:1;transition: opacity 0.5s ease;
}


footer
{
	background:#4a4f55;
	padding:15px 0;
	color:#FFF;
}
.social
{
	float:right;
	margin-top:-3px;
}
.social span
{
		width:100%;
		height:100%;
}
.social a {
    color: #4a4f55;
	background:#FFF;
	border-radius:50px;
    vertical-align: middle;
    height:30px;
	text-align:center;
	width:30px;

	margin-left:5px;
	text-align:center;
    display: inline-block;
	line-height:1
}
.social a:hover {
    color: #FFF;
	background:#f18903;
}


.header-social a
{
    color: #FFF;
	background:#f18903;
	border-radius:50px;
    vertical-align: middle;
    height:30px;
	text-align:center;
	width:30px;

	margin-left:5px;
	text-align:center;
    display: inline-block;
	line-height:1	
}
.header-social a:hover {
    color: #FFF;
	background:#FFF;
}
.header-social span
{
		width:100%;
		height:100%;
}
.menu-options li{
float:right;
margin-left:50px;
}




    .searchbar{
    margin-bottom: auto;
    margin-top: auto;
    border-radius: 30px;

    }

    .searchbar input[type="text"]{
    color: #FFF;
    border: 0;
    outline: 0;
	height:auto;
	padding:0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_input{
    padding: 0 10px;
    width: 150px;
    caret-color:#f18903;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_icon{
    background: white;
    color: #f18903;
    }

    .search_icon{
    height: 30px;
    width: 30px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
 
	border:0;
	background:transparent;
	color:#FFF;
    }
	.bg-inner
	{
		height:75vh;overflow:hidden;

	}
	
		.bg-inner div
	{
		height:100%;
		overflow:hidden;
		background-size: cover !important;
		background-repeat:no-repeat;
		background-position:center center;
	}
	
	.who_we_are
	{
		background:rgba(242,242,242,0.95);
		
		padding:3% 5%;
		margin-top:-15vh;
		position:relative;
		z-index:500;
		margin-bottom:15vh;
	}
	.who_we_are h1{
		color:#4a4f55;
		text-align:center;
		text-transform:uppercase
	}
	.who_we_are_text
	{
		text-align:justify;
		padding:50px 0;
		position:relative;
		margin-top:50px;
		color:#3c3835;
	}
	
	.who_we_are_text:before
	{
		position:absolute;
		top:0;
		left:0;
		z-index:50;
		content:'';
		width:190px;
		height:6px;
		background:#f18903;
	}
	
	
	.who_we_are_text:after
	{
		position:absolute;
		bottom:0;
		right:0;
		z-index:50;
		content:'';
		width:190px;
		height:6px;
		background:#f18903;
	}
	
	.what_we_do
	{

		position:relative;
		z-index:500;

	}
	.what_we_do h1{
		color:#FFF;
		text-align:center;
		text-transform:uppercase;
		margin-bottom:5vh;
	}	
	
	.what_we_do_box
	{
		background:#000;
		padding:3% 0;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
.overflow-hidden {
    overflow: hidden;
}
.pb-1 {
    padding-bottom: .25rem!important;
}
.we-do-img {
    position: relative;
    width: 100%;
    cursor: pointer;
    transition: border 0.5s;
	display:flex;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.h-100 {
    height: 100%!important;
}
.w-100 {
    width: 100%!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.hover-we-do{
	position: absolute;
	top:0;
	left: 0;
	background-color: rgba(72, 75, 79, 0.8);
	transform : translateY(100%);
	transition: transform 0.5s;
}
.we-do-img:hover  .hover-we-do{
	transform : translateY(0);
}
.we-do-img:hover {
	border-color:transparent;
}
.we-do-container
{
	width:31.33%;
	margin-right:3%
}
.we-do-container:nth-child(3n+3)
{
	
	margin-right:0
}
.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important;
}
.what_we_do_listing
{
	padding:1rem 0 2rem 0;
	display:flex;
	margin-bottom:1rem
}
.what_we_do_listing li
{
	list-style:none;
	width:31.33%;
	margin-right:3%;
	display:inline-block
}

.what_we_do_listing li:nth-child(3n+3)
{
	
	margin-right:0
}



.what_we_do_listing li a
{
	color:#FFF;
	position:relative;
	text-transform:uppercase
}
.what_we_do_listing li a:after
{

	position:absolute;
	bottom:-10px;
	left:0;
	content:'';
	width:100px;
	height:3px;
	background:#f18903;
}

.what_we_do_listing li a:hover:after
{

	  -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
	width:190px;

}

.what_we_do_listing li a.active{
	color:#f18903;
}
.what_we_do_listing li a.active:after
{

	  -webkit-transition: width 2s ease-in-out;
    -moz-transition: width 2s ease-in-out;
    -o-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
    width:190px;

}

.what_we_do_listing li a:hover
{
	color:#f18903;

}
.what_we_do_listing li a:hover:after
{
	color:#FFF;

}

.what_we_do_details h1
{
	text-transform:uppercase
}
.what_we_do_text{
		text-align:justify;
		padding:1rem 0;
		position:relative;
		color:#FFF;
}
.project-back
{
	display: flex;
    justify-content: left;
    padding-bottom: 2rem;
}

.project-back a {
    display: block;
    width: auto;
    flex-grow: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 16px;
    padding: 8px 0;
    color: #FFF;
    height: 34px;
    text-transform: uppercase;
   
    cursor: pointer;
    text-decoration: none;
}
.project-back a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 14px;
    background: url(../images/arrow-d.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    transform: translateX(0) rotate(180deg);
    transition: all .2s ease-in-out;
}
.project-back a:hover:before {
    transform: translateX(-4px) rotate(180deg);
}
.leftarrows
{
	position:absolute;
	right:100px;
	bottom:2rem;
	z-index:50;
	cursor:pointer;
}
.rightarrows
{
	position:absolute;
	right:35px;
	bottom:2rem;
	z-index:50;
	cursor:pointer;
}
.we_do_box
{
	padding:1rem 0;
	display:flex;

}
.what_we_do_gallery
{
	background:#f0f0f0;
}
.we_do_box .home-box1
{
	order:1;
	width:50%;
	/*background:#f0f0f0;*/

}
.we_do_box .home-box1 img
{
	max-width:100%;
}

.we_do_box .home-box2
{
	order:2;
	display: flex;
	padding-left:2rem;
    justify-content: center;
    flex-direction: column;
	width:35%;
}


.we_do_box:nth-child(2n+2) .home-box1
{
	order:2;
	padding-left:2rem;
}
.we_do_box:nth-child(2n+2) .home-box2
{
	order:1;
	padding-left:0;
}
.we_do_box h2{
	color:#FFF;
	position:relative;

	text-transform:uppercase
}
.we_do_box h2:before
{
	position:absolute;
	top:-25px;
	left:0;
	content:'';
	width:190px;
	height:3px;
	background:#f18903;
}
.we_do_box h2 span {
  color:#f18903;
  font-weight:400 !important
}

.banner_box
{

    display: flex;
    justify-content: center;
    flex-direction: column;
	width:50% !important;
}
.master-slider .ms-layer
{
	width:100% !important
}

.banner_width
{
	max-width:50%;
}
.banner_width h2{
text-transform:uppercase;
line-height:1.3
}

.banner_width h2 span {

  font-weight:400 !important
}
.get_a_quote
{
	background:#f18903;
	color:#FFF;
	padding: 5px 20px;
	text-align:center;
	position:absolute;
	top: calc(50% - 25px);
	right:-68px;
	z-index:500;
	
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);

}
.get_a_quote a
{
	color:#FFF
}
#masterslider
{
	position:relative
}
.not_available
{
	color:#f18903;
	padding:2rem 0 
}

















	.kenburns-bottom {
	-webkit-animation: kenburns-bottom 5s ease-out both;
	        animation: kenburns-bottom 5s ease-out both;
}
	@-webkit-keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
            transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.05) translateY(15px);
            transform: scale(1.05) translateY(15px);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
            transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.05) translateY(15px);
            transform: scale(1.05) translateY(15px);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

	.tracking-in-expand{-webkit-animation:tracking-in-expand .7s cubic-bezier(.215,.61,.355,1.000) both;animation:tracking-in-expand .7s cubic-bezier(.215,.61,.355,1.000) both}
	@-webkit-keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}100%{opacity:1}}@keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}100%{opacity:1}}
	
	
.contact_page
{
		color:#4a4f55
}
	
.contact_page h4
{
		color:#4a4f55;
		position:relative;
		padding-bottom:25px;
}	
.contact_page h4:after
{

	position:absolute;
	bottom:10px;
	left:0;
	content:'';
	width:100px;
	height:3px;
	background:#f18903;
}	
.contact_info .row
{
	padding-bottom:25px;
	display:inline-block;
	width:100%;
}
	
.contact_info .row a
{
	color:#4a4f55;
}
	
	.contact_info .row a:hover
{
	color:#f18903;
}


.contact_info .social
{
	float:none !important
}


.contact_info .social div
{
	display:inline-block
}


.contact_info .icon {
    /* margin-top: 5px; */

    top: 3px;
    position: relative;
}
.get_a_quote_box
{
	background:#FFF
}
.quote_title
{
	color:#4a4f55;
	text-align:center;
	display:inline-block;
	width:100%
}
.get_a_quote_box form
{
	width:500px;
	margin:0 auto
}
.get_a_quote_box input[type="text"] , .get_a_quote_box select , .get_a_quote_box textarea
{
	border:0;
	border-bottom:1px solid #4a4f55;
	padding:0;
	color:#4a4f55
}
.get_a_quote_box textarea
{
	height:100px;
	resize:none;
	    font: 400 13.3333px Arial;
}



.get_a_quote_box h4
{
	color:#4a4f55
}
.get_a_quote_box select
{
background: #fff url(select.png) right no-repeat;
}
.get_a_quote_box input[type="text"]::-webkit-input-placeholder , .get_a_quote_box textarea::-webkit-input-placeholder { /* Edge */
  color: #4a4f55;
}

.get_a_quote_box input[type="text"]:-ms-input-placeholder ,.get_a_quote_box textarea:-ms-input-placeholder  { /* Internet Explorer 10-11 */
  color: #4a4f55;
}

.get_a_quote_box input[type="text"]::placeholder , .get_a_quote_box textarea::placeholder {
  color: #4a4f55;
}



.button-file-upload {
    display: block;
    overflow: hidden;
}
.button-file-upload .fake-upload-button {
    margin-right: 12px;
    background: url(../img/upload.png) center no-repeat;
    border-radius: 3px;
    color: transparent;
    cursor: pointer;
    display: inline-block;
    line-height: 3;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 40px;
}
.button-file-upload .button-file-upload-text {
    color: grey;
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 5px;
    font-size: 1.1em;
    color: #f18903;
}
.button-file-upload input[type="file"] {
    left: -1000px;
    position: fixed;
	display:none
}
.centergrid > * {
    font-size: 1rem;
    display: inline-block;
    float: none;
    margin-bottom: -11px;
}
.logo img{
max-width:250px;
}

