/*font-family: 'Roboto', sans-serif;*/
/*font-family: 'Conv_HelveticaNeueLTStd-Bd';*/



:root {
    --main-bg-color: #ef384e;    
    --white-color: #fff;    
    --font-1: 90px;    
    --font-2: 80px;    
    --font-3: 65px;    
    --font-4: 30px;    
    --font-5: 22px;    
    --font-6: 16px;    
    --font-7: 14px;    
    --body-font: 14px;    
    --font-8: 11px; 
}
@media(max-width:991px)
{
	:root {
		--font-1: 70px;    
		--font-2: 60px;    
		--font-3: 50px;    
		--font-4: 25px;    
		--font-5: 18px;    
		--font-6: 14px;    
		--font-7: 12px;    
		--font-8: 9px; 
	}
}
.alert
{
    width: 100%;
    padding: 10px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}
.banner .deliver 
{
    font-size: 24px;
}
.quick_contact .alert-danger
{
    background: none;
    padding: 10px;
}
@media(max-width:767px)
{
	:root {
		--font-1: 40px;    
		--font-2: 30px;    
		--font-3: 24px;    
		--font-4: 18px;    
		--font-5: 14px;    
		--font-6: 12px;    
		--font-7: 10px;    
		--font-8: 8px; 
	}
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: rgba(239,56,78,.99);
}
::selection {
    color: #fff; 
    background: rgba(239,56,78,.99);
}
/* var(--main-bg-color);*/
h3
{
	font-size: var(--font-3);
	font-family: 'Roboto', sans-serif;
}
h4
{
	font-size: var(--font-4);
	font-family: 'Roboto', sans-serif;
}
h6
{
	font-size: var(--font-6);
	font-family: 'Roboto', sans-serif;
}
body
{
	overflow-x: hidden!important;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: var(--body-font);
}
img
{
	max-width: 100%;
	max-height: 100%;
}
a, input, textarea, select
{
	outline: none!important;
}
.top-sec
{
	width: 100%;
	min-height: 100vh;
	background: url(../img/top_bg-min.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.custom-bg{
   min-height: 80vh; 
}
.about-bg 
{
	background: #000000 !important;
}

/*.main-outer
{
	width: 100%;
	background: #fff;
	transition: all 1s ease;-webkit-transition: all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;	
	position: fixed;
    clip: rect(110px, 1160px, 170px, 60px);
	left: calc(50% - 580px);
	top: calc(50% - 170px);
	z-index: -1;
}*/
.banner, .navbar
{
	display: block;
}
.banner .container
{
	width: 100%;
}
/*.active-outer.main-outer
{
	clip: rect(0, 100vw, 100vh, 0);
	left: 0;
	top: 0;
}*/
#navbar
{
	overflow: hidden!important;
}
#navbar ul
{	
	transition: all 1s ease;-webkit-transition: all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;
	/*right: -100%;*/
	right: 0;
	position: relative;
}


.custom-nav
{
	background: none;
	border: none;
	padding: 40px 0;
}
.navbar-brand
{
	transition: all 1s ease;-webkit-transition: all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;
	width: 170px;
	left: 0%;
	position: relative;
	padding: 0 20px;
	margin-top: 20px;
}
.navbar
{
	z-index: 99;
}
.custom-nav ul
{
	margin: 15px 0;
}
.custom-nav li
{
	padding: 0 12px!important;
}
.custom-nav li a, .custom-nav li span
{
	color: #fff!important;	
	padding: 10px 2px!important;
	background: none!important;
	display: inline-block;
	cursor: pointer;
}
.custom-nav li a:after, .custom-nav li a:span
{
	position: absolute;
	content: "";
	width: 0%;
	height: 3px;
	background: #ef384e;
	bottom: 0;
	left: 0;
	transition: all .8s ease;-webkit-transition: all .8s ease;-moz-transition:all .8s ease;-o-transition:all .8s ease;
}
.custom-nav li a:hover:after, .custom-nav li.active a:after, .custom-nav li span:hover:after
{
	width: 100%;
}

.banner
{
	padding: 0 15px;
	color: #fff;
	display: flex!important;
	align-items: center;
	min-height: 75vh;
	width: 100%;
}
.cus-banner{
    min-height: 50vh !important;
}
h1
{
	font-size:  var(--font-2);
	margin-bottom: 30px;
	font-family: 'Roboto', sans-serif;
}
@media (max-width:767px)
{
	.navbar-collapse
	{
		background: #000;
		margin-top: 10px;
	}
}

.pad-0
{
	padding: 0;
}
.second-sec
{
	background: #000 url(../img/pattern.jpg);
}
.animate-1
{	
	background:  url(../img/animate-2.gif) no-repeat top right;
	padding: 50px;
	height: 100vh;
	top: -50px;
	z-index: 1;
}
.second-right
{
	background: #ef384e;
	padding: 0;
	overflow: hidden
	/*transition: all 4s ease;-webkit-transition: all 4s ease;-moz-transition:all 4s ease;-o-transition:all 4s ease;*/
}
.second-right img
{
	margin-bottom: -450px;
}
.second-sec:hover .second-right
{
	background-position: -40%;
}
.second-sec
{
	display: table;
	width: 100%;
}
.animate-1, .second-right
{
	display: table-cell;
	float: none;
	vertical-align: middle;
}

.second-sec-content
{
	width: 300px;
	float: right;
	margin-right: -100px;
	color: #fff;
	font-style: italic;
	position: relative;
	z-index: 1;
}
@media(max-width:767px)
{
	.second-right
	{
		display: none;
	}
	.animate-1
	{
		height: auto;
	}
	.second-sec-content
	{
		text-align: center;
		margin-right: 0;
		width: 100%;
	}
}
h2
{
	font-size: var(--font-1);
	color: #fff;
	font-weight: 900;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
}
.heighlight1
{
	font-size: var(--font-6);
	color: #ef384e;
}
.third_sec
{
	background: url(../img/third_sec-min.jpg) no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
	min-height: 100vh;
	display: flex;
	align-items: center;
	text-align: center;
	color: #fff;
}
.hover_1 {
	font: 14px;
	color: #fff;
	text-decoration: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(
	to right,
	#ef384e,
	#ef384e 50%,
	#fff 50%);
	background-size: 200% 100%;
	background-position: 100%;
	display: inline-block;
	overflow: hidden;
    margin-top: 120px;
}

.hover_1:hover {
	transition: all 1s cubic-bezier(0.000, 0.000, 0.230, 1);
	background-position: 0%;
}

.arrow1, .arrow1 span
{
	width: 50px;
	height: 1px;
	background: #fff;
	display: inline-block;
	float: right;
	margin: 10px 0 0 15px;	
	position: relative;
}
.arrow1:before, .arrow1:after, .arrow1 span:after, .arrow1 span:before
{
	content: "";
	height: 7px;
	width: 1px;
	float: right;
	background: #fff;
	 -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg);   transform: rotate(45deg);
	margin: -1px -1px 0 0;
}
.arrow1:before, .arrow1:after, .arrow1, .arrow1 span, .arrow1 span:before, .arrow1 span:after
{
	transition: all 1s ease;-webkit-transition: all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;
}
.arrow1:before, .arrow1 span:before
{
	-ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg);   transform: rotate(-45deg);
	margin: -5px 1px 0 0;
	background: #fff;
}
.hover_1:hover .arrow1 span, .hover_1:hover  .arrow1 span:before, .hover_1:hover  .arrow1 span:after,  .hover_1:hover .arrow1:before, .hover_1:hover .arrow1:after
{
	background: #ef384e;
}
.arrow1 span
{
	position: absolute;
    top: -10px;
    left: -15px;
/*
	top: -10px;
	left: -80px;
*/
}

.full-width
{
	width: 100%;
	float: left;
	position: relative;
}
.industries
{	
	padding: 15px 15px;
	overflow: hidden;
}
.industries .full-width
{
	overflow: hidden;
	padding: 28% 0;
}

.industry-content
{
	position: absolute;
	background: rgba(0,0,0,.2);
	color: #fff;
	width: 100%;
	height: 100%;
	top: 0;
		
}
.industry-content div
{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
}
.industries img
{
	transition: all 1s ease;-webkit-transition: all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;	
	max-width: none;
	max-height: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.industries:hover img
{
	width: 120%;	
	margin: -10% 0 0% -10%;
}
.industries:after{
	content: "";
	position: absolute;
	bottom: 15px;
	left: 0;
	height: 5px;
	margin: 0  0 0 15px;
	background: #f85050;
	width: 0%;
	transition: all 1s ease;-webkit-transition: all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;
}
.industries:hover:after
{
	width: calc(100% - 30px);
}
.forth-sec{
	margin-top: -200px;
}
.fifth-sec
{
	padding: 200px 0;
}

.venture
{
	width: 100%;
	margin: 100px 0 0 0;
}
.venture a
{
	position: relative;
	display: inline-block;
	margin: 0 100px;
}
@media(max-width:1200px)
{
	.venture a
	{
		margin: 0 30px;
	}
}
.venture a img
{
	width: 300px;
	max-width: none;
	max-height: none;
}
.grey
{
	filter: grayscale();
	opacity: .3;
	width:100%;
}
.venture a small
{
	width: 0%;
	overflow: hidden;
	position: absolute;
	float: left;
	left: 0;
	top: 0px;
	transition: all 1s ease;-webkit-transition: all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;
}
.venture a img.color
{
	z-index: 1;	
	overflow: hidden;
}
.venture a:hover small{
	width: 100%;
	
}
footer
{
	background: #f1f2f2;
	padding: 0!important;
    
}
.footer_con
{
	padding: 100px 0;
}
.footer-logo{
    text-align: center;
}
.footer-logo img
{
	filter: grayscale();
	opacity: .2;
	width: 180px;
}
.news-letter{
    width: 37%;
}
.sm-icons a
{
	width: 40px;
	font-size: 18px;
	color: #fff;
	background: #d1d3d4;
	text-align: center;
	margin: 0 5px 0 0;
	display: inline-block;
	position: relative;
	padding: 12px 0;
}
.sm-icons a:before
{
	position: absolute;
	width: 0%;
	height: 3px;
	background: var(--main-bg-color);
	content: "";
	left: 0;
	transition: all 1s ease;-webkit-transition: all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;
	bottom: 0;
}
.sm-icons a:hover:before{
	width: 100%;
}
.copyright
{
	background: #000000;
	padding: 0;
	color: #fff;
	font-size: var(--font-8);
	font-weight: normal;
	line-height: 80px;
}
.textfield
{
	background: #d1d3d4;
	padding:14px 15px;
	margin-top: 1px;
	border: none;
	color: #000;
}
.submit-btn
{
	background: #ef384e;
	color: #fff;
	cursor: pointer;
	border: none;
	text-align: center;
	padding: 15px;
}
@media(max-width:767px)
{
	.sm-icons div
	{
		width: 100%;
	}	
}
.text-bg-red{
	background: #ef384e;
	padding: 5px 5px 15px;
	margin: 10px 0;
	display: inline-block;
}

/*text animation*/

.animate span {
	display: inline-block;
}

.animate span:nth-of-type(2) {animation-delay: .05s;} .animate span:nth-of-type(3) {	animation-delay: .1s;} .animate span:nth-of-type(4) { 	animation-delay: .15s; } .animate span:nth-of-type(5) { 	animation-delay: .2s; } .animate span:nth-of-type(6) { 	animation-delay: .25s; } .animate span:nth-of-type(7) { 	animation-delay: .3s; } .animate span:nth-of-type(8) { 	animation-delay: .35s; } .animate span:nth-of-type(9) { 	animation-delay: .4s; } .animate span:nth-of-type(10) { 	animation-delay: .45s; } .animate span:nth-of-type(11) { 	animation-delay: .5s; } .animate span:nth-of-type(12) {	animation-delay: .55s; } .animate span:nth-of-type(13) { 	animation-delay: .6s; } .animate span:nth-of-type(14) { 	animation-delay: .65s; } .animate span:nth-of-type(15) { animation-delay: .7s; } .animate span:nth-of-type(16) { 	animation-delay: .75s; } .animate span:nth-of-type(17) {	animation-delay: .8s; } .animate span:nth-of-type(18) { 	animation-delay:.85s; } .animate span:nth-of-type(19) { 	animation-delay: .9s; } .animate span:nth-of-type(20) { 	animation-delay: .95s; } 

/* Animation One */

.one span {
	opacity: 0;
	transform: translate(150px, 50px) rotate(-180deg) scale(3);
	animation: revolveScale .4s forwards;
}

@keyframes revolveScale {
	60% {
		transform: translate(20px, 20px) rotate(0) scale(.3);
	}

	100% {
		transform: translate(0) rotate(0) scale(1);
		opacity: 1;
	}
}


@media (max-width:600px)
{
	.industries
	{
		width: 100%;
		padding: 10px 0;
	}
	
	.third_sec
	{		
		padding: 30% 0 50%;
		min-height: auto;
	}
	.forth-sec
	{
		margin-top: -30%;
	}

}
@media(max-width:767px)
{
	.navbar-brand
	{
		padding: 10px 20px;
		margin: 5px 0;
	}
	.venture a img
	{
		max-width: 100%;
		max-height: 100%;
		padding: 20px;
	}
	.venture a
	{
		margin: 0 50px;
	}
	.venture a img.color
	{
		display: none;
	}
	.footer_con div.col-sm-4
	{
		padding: 20px;
		width: 100%;
		float: left;
	}
	.news-letter
	{
		max-width: 500px;
        width: 60%;
        text-align: center;
        margin: auto;
        padding-top: 27px;
}
	}
	.footer_con, .fifth-sec
	{
		padding: 30px 0;
	}
	.venture
	{
		margin: 30px 0;
	}
}
.grey-bg 
{
	background: #161616 !important;
}

.signature-2
{
	background: #000 url(../img/signature-img-2.png) no-repeat center;
	height: 520px;
    z-index: 999999999;
    margin: -100px 0;
}
.profile-sec, .get-touch
{
	background: var(--main-bg-color);
	color: #fff;
	padding: 100px 100px 150px;
	margin-top: -150px ;	
	margin-bottom:  150px;
	/*transition: all 1s ease;-webkit-transition: all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;*/
	right: -15%;
}
.profile-sec
{
	position: absolute;
	top: 0;
}
@media(max-width:1200px)
{
	.profile-sec
	{
		width: 100%;
	}
}
@media(max-width:991px)
{
	.profile-sec, .get-touch
	{
		padding: 50px 50px 100px;
		right: 0;
	}
	#myCarousel2
	{
		display: none;
	}
	.profile-sec
	{
		position: relative;
	}
	.signature-2
	{
		display: none;
	}
}
@media(max-width:767px)
{
	.profile-sec, .get-touch
	{
		padding: 20px 20px 70px;
	}
	.profile-sec
	{
		position: relative;
	}
}
.profile-sec h2, .get-touch h2
{
	margin-bottom: 100px;
}
.get-touch
{
	background: #fff;
	color: #000;
	margin-top: 0;
	margin-top: 250px ;	
	margin-bottom:  -150px;
}
.get-touch h2
{
	color: #000;
}
/*text animation*/

.profile-sec-outer, .get-touch-outer
{
	/*background: url(../img/profile-bg-min.jpg) no-repeat;	*/
	background-size: cover;
	padding: 20px;
	margin-bottom: 0;
	top: -200px;
	position: relative;
	/*transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;
*/
}
.profile-sec-outer
{
	padding: 0;
}
.profile-sec-outer .col-xs-12
{
	padding: 0;
	/*transition: all 1s ease;-webkit-transition: all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;*/
}
.get-touch-outer
{
	background: url(../img/get-touch-bg.jpg) no-repeat;
	margin-bottom: 0;
	background-size: cover;
}
@media(max-width:767px)
{
	.profile-sec-outer, .get-touch-outer
	{
		margin-bottom: 70px;
	}
	.get-touch-outer
	{
		margin-bottom: 150px;
	}
	.about-third-text
	{
		padding: 15px 0;
	}
}

.profile-sec .carousel-control
{
	background: none;
    opacity: 1;
	width: 50px;
	height: 50px;
	bottom: -50px;
    top: auto;
	border: solid 1px #fff;
}
.profile-sec .carousel-control:hover{
	background: rgba(255,255,255,.3);
}
.profile-sec .carousel-control span
{
	position: relative;
	left: auto;
	bottom: auto;
	top: auto;
	right: auto;
	font-size: 15px;	
	margin: 16px 0 0;
}
.profile-sec .carousel-control.left
{
	right: 52px;
	left: auto;
}
.about-third-sec
{
	display: table;
}
.number, .number-left
{
	font-size: 40rem;  
	color: #ffb9c199;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color:#ffb9c199;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	float: none;
	line-height: 40rem;
}
/*var(--main-bg-color)*/
/* var(--main-bg-color)*/
.number span
{
	margin: 0 0 0 -100px;
	font-family: 'Conv_HelveticaNeueLTStd-Bd';
}
.number-left span
{
	margin: 0 -100px 0 0;
	font-family: 'Conv_HelveticaNeueLTStd-Bd';
}
.about-third-text
{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	float: none;
	position: relative;
	z-index: 9;
}
@media(max-width:767px)
{
	.number, .number-left
	{
		font-size: 15rem;
		line-height: normal;
	}
	.number span
	{
		margin: 0;
	}
	.number-left span
	{
		margin: 0;
	}
}
@media(max-width:500px)
{
   .news-letter
	{
        width: 70%;
    }
}
@media(max-width:500px)
{
	.number, .number-left
	{
		font-size: 6rem;
	}
   .news-letter
	{
        width: 78%;
    }
}
.font-1{font-size: var(--font-1);}.font-2{font-size: 77px;font-weight: 700;}.font-3{font-size: var(--font-3);}.font-4{font-size: var(--font-4);}.font-5{font-size: var(--font-5);}.font-6{font-size: var(--font-6);}.font-7{font-size: var(--font-7);}


.link1
{
	padding: 15px 70px;
	display: inline-block;
	color: var(--main-bg-color);
	position: relative;
	transition: all 1s ease;-webkit-transition: all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;
}

.link1:after, .link1:before{
	width: 0%;
	height: 0%;
	position: absolute;
	content: "";		
}
.link1:before
{
	border-top: solid 1px var(--main-bg-color);
	border-right: solid 1px var(--main-bg-color);
	right: 0;
	top: 0;
	transition: all 1.5s ease;-webkit-transition: all 1.5s ease;-moz-transition:all 1.5s ease;-o-transition:all 1.5s ease;

}
.link1:after
{
	border-bottom: solid 1px var(--main-bg-color);
	border-left: solid 1px var(--main-bg-color);
	left: 0;
	bottom: 0;
	transition: all 1s ease;-webkit-transition: all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;

}
.is-inview.link1:after, .is-inview.link1:before{
	width: 100%;
	height: 100%;
}

@media(max-width:991px)
{
	.link1:after, .link1:before{
		width: 100%;
		height: 100%;
	}
}
.link1:hover{
	text-decoration: none;
	color: #fff;
	background: var(--main-bg-color);
}
.creator
{
	float: right;	
	letter-spacing: 5px;
	text-transform: uppercase;
	overflow: hidden;
}
.creator span
{
	margin-right: -106px;
    float: left;
	opacity: 0;
	transition: all 1s ease;-webkit-transition: all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;
}
.creator:hover span
{
	margin-right: 15px;
	opacity: 1;
}
.creator a
{
	float: right;
	margin: 0;
	padding: 25px 20px;
	position: relative;
	z-index: 9;
	line-height: normal;
}
.creator a img
{
	width: 25px;
}
.creator a:after, .creator a:before
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f1f2f2;
	content: "";    
	left: 0;
    bottom: 0;
	transition: all 1s ease;-webkit-transition: all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;
	z-index: -1;
}
.creator a:after
{	
	background: var(--main-bg-color);
	height: 0%;
}
.creator a:hover:after{
	height: 100%;
}

.get-touch-con
{
	background: #f1f2f2;
	margin-top: 60px;
	padding: 0;
}



.about-third-outer{
	margin-bottom: 400px;
}
.hover_2 {
	font: 14px;
	color: #fff;
	text-decoration: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(
	to top,
	#ffb9c199,
	#ffb9c199 50%,
	#fff 50%);
	background-size: 100% 200%;
	background-position: aut0 100%;
	display: inline-block;
	overflow: hidden;
}
/*#ef384e*/
.is-inview .hover_2 {
	transition: all 3s cubic-bezier(0.000, 0.000, 0.230, 2);
	background-position: 0%;
}


html {  height: 100%;}
@media (min-width: 1200px) {  body {    height: 100%;  }}
@media (min-width: 1200px) {  .o-scroll {    height: 100%;  }}
.o-barba, .o-barba_container {  height: 100%;}
.white-bg
{
	background: #f6f6f6;
	color: #000;
}

.white_header .custom-nav li a
{
	color: #000!important;
}
@media (max-width:767px)
{
	.white_header .navbar-collapse
	{
		background: #ccc;
	}
}
.white-bg .banner
{
	color: #000;
}
.service-row
{
	display: table;
}
.service-row img
{
/*	max-height: 100%;*/
	max-width: 100%;
    object-fit: cover;
    max-height: 350px;
    height: 100%;
    width: 100%;
}
.service-row div
{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	float: none;
	padding: 0;
}
.service-row div.text
{
	padding: 60px;
}
@media(max-width:767px)
{
	/*.service-row div
	{
		padding: 10px;
		float: left;
	}*/
}
.service-info
{
	background: #f1f2f2;
	padding: 50px 0;
	margin-top: 270px;
}


.contact-bg
{
	background: url(../img/contact-bg-min.jpg);
	background-size: cover;
}
.form-outer
{
	padding: 100px;
	background: #fff;
	color: #636363;
	top: -400px;
	position: relative;
	z-index: 1;
	margin-bottom: -400px;
}
.form-outer div
{
	padding: 40px 20px;
}
.textfield2
{
	border: none;
	padding: 15px;
	border-bottom: solid 1px #b4b3b4;
	background: none;
}
.submit-btn2
{	
	
  -webkit-box-shadow: inset 0 0 0 1px #000!important;
          box-shadow: inset 0 0 0 1px #000!important;
}
.submit-btn2 input
{
	background: none;
	padding: 10px 40px;
	border: none;
	position: relative;
	z-index: 1;
}
.map
{
	padding: 0;
	position: relative;
	margin-bottom: 300px;
}
.map iframe
{
	width: 100%;
	height: 600px;
}
/*.map:after
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0,.7);
}*/
.address
{
	position: absolute;
    right: 0%;
    z-index: 2;
    background: #fff;
    padding: 100px;
    width: 600px;
	bottom: 0;
}
.address ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.address li
{
	padding: 15px 0 15px 40px;
	position: relative;
}
.address li a
{
	color: #000;
}
.address li i
{
	position: absolute;
    left: 0;
    top: 15px;
    font-size: 18px;
}
@media(max-width:991px)
{
	.second-sec-content, .animate-1, .second-right, .second-right img, .industries, .profile-sec-outer, .get-touch-outer, .profile-sec, .get-touch, .about-third-sec, .about-third-text, .number, .number-left, .form-outer, .map, .address
	{
		transform: translate3d(0px, 0px, 0px)!important;
		top: 0
	}
	
	.about-third-outer
	{
		margin-bottom: 0;
	}
	.profile-sec-outer, .get-touch-outer, .profile-sec, .get-touch
	{
		margin-top: 0;
		margin-bottom: 0;
	}
	.service-info
	{
		margin-top: 50px;
	}
	.map
	{
		padding: 0;
		position: relative;
		margin-bottom: 300px;
	}
	.address
	{
		position: relative;
		right:0;
		z-index: 2;
		background: #fff;
		padding: 30px;
		width: 100%;
		max-width: 100%;
		bottom: 0;
	}
	.form-outer
	{
		float: left;
		padding: 30px;
	}
	.map
	{
		margin-bottom: 80px;
	}
	.map iframe
	{
		height: 300px;
	}
}
@media(max-width:767px)
{
	.map iframe
	{
		height: 150px;
	}
}
.quick_contact
{
	padding: 40px 20px;
	background: #000;
	width: 100%;
	float: left;
	position: relative;
	z-index: 999;
	display: none;
}
.white_header .quic-query
{
	color: #000!important;	
}
.textfield3
{
	background: none;
	border: none; 
	padding: 10px;
	color: #fff;
	margin: 0;
}
textarea.textfield3
{
	height: 100px;
}
.submit-btn3
{
	background: #fff;
	color: #000;
	border: none;	
	padding: 10px 30px;
	margin-top: 20px;
}
#quic-query-close {
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
	font-size: 25px;
}

@media(max-width:991px)
{
	.second-sec-content, .animate-1, .second-right, .second-right img, .industries, .profile-sec-outer, .get-touch-outer, .profile-sec, .get-touch, .about-third-sec, .about-third-text, .number, .number-left, .venture a, .fifth-sec
	{
		transform: translate3d(0px, 0px, 0px)!important;
		top: 0
	}
	.about-third-outer
	{
		margin-bottom: 0;
	}
	.profile-sec-outer, .get-touch-outer, .profile-sec, .get-touch
	{
		margin-top: 0;
		margin-bottom: 0;
	}
}








	
/*
	.draw{
  background: none;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1em;
  padding: 1em 2em;
  -webkit-box-shadow: inset 0 0 0 2px #f45e61;
          box-shadow: inset 0 0 0 2px #f45e61;
  color: #f45e61;
  font-size: inherit;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.draw::before, .draw::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: '';
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}

.draw::before {
  top: 0;
  left: 0;
}
.draw::after {
  bottom: 0;
  right: 0;
}
.draw:hover {
  color: #60daaa;
}
.draw:hover::before, .draw:hover::after, .draw:focus::before, .draw:focus::after {
  width: 100%;
  height: 100%;
}
.draw:hover::before, .draw:focus::before {
  border-top-color: #000;
  border-right-color: #000;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after, .draw:focus::after {
  border-bottom-color: #000;
  border-left-color: #000;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
*/










	.animated-border{
  background: none;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px 0;
  padding: 0!important;
  -webkit-box-shadow: inset 0 0 0 1px #646464;
          box-shadow: inset 0 0 0 1px #646464;
  position: relative;
  vertical-align: middle;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.animated-border::before, .animated-border::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: '';
  position: absolute;
  border: 1px solid transparent;
  width: 0;
  height: 0;
}

.animated-border::before {
  top: 0;
  left: 0;
}
.animated-border::after {
  bottom: 0;
  right: 0;
}
.animated-border-active::before, .animated-border-active::after{
  width: 100%;
  height: 100%;
}
.animated-border-active::before {
  border-top-color: var(--main-bg-color);
  border-right-color: var(--main-bg-color);
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.animated-border-active::after{
  border-bottom-color: var(--main-bg-color);
  border-left-color: var(--main-bg-color);
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.custom-nav li a:hover, .custom-nav li.active a, .custom-nav li span:hover
{
	color: var(--main-bg-color)!important;
} 
.blank
{
	background: #f1f2f2;
}

.md-display
{
	display: none;
}
.lg-display
{
	display: block;
}
@media(max-width:1200px)
{
	.md-display
	{
		display: block;
	}
	.lg-display
	{
		display: none;
	}
}
@media(max-width:991px)
{
	.service-row div.blank
	{
		display: none!important;
	}
}
@media(max-width:767px)
{
	.service-row div.image
	{
		display: none!important;
	}
	.service-row div.text
	{
		padding: 15px 20px;
	}
}
.banner .container, .navbar
{
	display: none;
}
.animation-effect
{
	width: 100%;
	height: 100vh;
	float: left;
	background: rgba(0,0,0,1);
	transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;
}