@charset "utf-8";
a {
	text-decoration: none
}
.yellow {
	background: #ff9100;
	/* Old browsers */
	background: -moz-linear-gradient(left, #ff9100 0%, #e49731 100%, #ff7c00 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ff9100 0%, #e49731 100%, #ff7c00 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ff9100 0%, #e49731 100%, #ff7c00 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9100', endColorstr='#ff7c00', GradientType=1);
	/* IE6-9 */
}
/*.green {*/
/*	background: #1db79b*/
/*}*/

.font-weight-600 {
	font-weight: 600;
}

#portfolio-repeat video {
	width: 100%;
}

.bluedark {
	background: #2677a5
}

.no_space {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.small-text {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 42px;
}

body,
html {
	width: 100%;
	height: 100%;
}

body {
	background: #ececec;
	/* font-family: 'Open Sans', sans-serif; */
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 26px;
}

hr {
	max-width: 50px;
	border-width: 3px;
	border-color: #F05F40;
}

hr.light {
	border-color: #FFFFFF;
}

a,
.btn {
	color: #ffb200;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

a:hover {
	color: #262626;
}

header p span,
header p span {
	color: #a11f1f
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

h1 {
	font-weight: 400;
}

h2 {
	font-size: 18px;
}

.whiteColor {
	color: #FFFFFF
}

.orange-text {
	color: #eb392e;
}

.h4,
h4 {
	font-size: 14px;
}

.minH {
	min-height: 250px;
}

.btn-default,
.blue {
	border: medium none;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	padding: 16px 24px;
	
	/* New css */

	background: #32b9d7;
	/* Old browsers */
	background: -moz-linear-gradient(left, #32b9d7 0%, #29cebd 45%, #20e299 99%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #32b9d7 0%, #29cebd 45%, #20e299 99%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #32b9d7 0%, #29cebd 45%, #20e299 99%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32b9d7', endColorstr='#20e299', GradientType=1);
	/* IE6-9 */

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef4136+0,f7951e+100 */
	/* background: #ef4136; Old browsers */
	/* background: -moz-linear-gradient(left, #ef4136 0%, #f7951e 100%); FF3.6-15 */
	/* background: -webkit-linear-gradient(left, #ef4136 0%, #f7951e 100%); Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to right, #ef4136 0%, #f7951e 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4136', endColorstr='#f7951e', GradientType=1 ); IE6-9 */
}

.opacity-b {
	position: absolute;
	background: #000 none repeat scroll 0 0 !important;
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

video#vid {
	width: 100%;
	height: auto;
	z-index: 1;
	background: #fff;
	background-size: cover;
	margin: 0 auto;
}

/* new css */

.mainpagenew #vid {
	position: absolute;
	width: 60%;
	height: auto;
	z-index: 1;
	background: #000;
	background-size: cover;
	margin: 0 auto;
}

.btn-default:hover,
.btn-default.blue:hover {
	color: #fff;
	/* new css */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#28b9d6+0,18ccb7+46,0fe090+99 */
	background: #35dcfd;
	/* Old browsers */
	background: -moz-linear-gradient(left, #20e299 0%, #18ccb7 46%, #32b9d7 99%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #20e299 0%, #18ccb7 46%, #32b9d7 99%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #20e299 0%, #18ccb7 46%, #32b9d7 99%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28b9d6', endColorstr='#0fe090', GradientType=1);
	/* IE6-9 */

	/* background: #f7951e; Old browsers */
	/* background: -moz-linear-gradient(left, #f7951e 0%, #ef4136 100%, #ef4136 100%); FF3.6-15 */
	/* background: -webkit-linear-gradient(left, #f7951e 0%, #ef4136 100%, #ef4136 100%); Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to right, #f7951e 0%, #ef4136 100%, #ef4136 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransfsorm.Microsoft.gradient( startColorstr='#f7951e', endColorstr='#ef4136', GradientType=1 ); IE6-9 */
}

.btn-default.blue {
	border: medium none;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	padding: 16px 24px;
}

.margn-t15 {
	margin-top: 15px;
}

.margn-t25 {
	margin-top: 25px;
}

.margn-b15 {
	margin-bottom: 15px;
}

.margn-b25 {
	margin-bottom: 25px;
}

.margn-b40 {
	margin-bottom: 40px;
}

.paddtb25 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

section,
footer,
.footer2 {
	display: block;
	width: 100%;
	float: left;
	position: relative;
	min-height: 1px;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.footer2 {
	background: #0b1a2a
}

.rounded {
	border-radius: .25rem;
}

.border {
	border: 1px solid #a19e9e
}

.full-width {
	width: 100%
}

.section-heading {
	margin-top: 0;
}

.padd10 {
	padding: 10px 0px;
}

::-moz-selection {
	color: #fff;
	background: #212529;
	text-shadow: none;
}

::selection {
	color: #FFFFFF;
	background: #212529;
	text-shadow: none;
}

img::selection {
	color: #fff;
	background: transparent;
}

img::-moz-selection {
	color: #FFFFFF;
	background: transparent;
}

Ul,
li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.vhide {
	visibility: hidden
}

body {
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: #212529;
	color: #000000;
}

.navbar-nav>li>a {
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.3px;
	padding: 2px 10px;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a.act {
	color: #eb392e;
	background: transparent
}

.nav {
	margin-top: 10px;
}

#tobar ul li {
	float: right;
	padding: 15px 20px 0px;
	font-size: 13px;
}

.header.shrink .navbar-nav>li a {
	color: #000;
}

.header.shrink .navbar-nav>li a:hover {
	color: #36b4dc;
}

.header.shrink #tobar ul li a,
.header.shrink #tobar ul li i {
	/* color: #eb392e !important; */

	/* new css */
	color: #36b4dc !important;

}

.header.shrink .navbar-nav>li>a.act {
	color: #eb392e !important
}

.header.shrink .navbar-brand {
	float: left;
	font-size: 18px;
	height: 50px;
	line-height: 20px;
	padding: 11px 15px;
}

#tobar ul li i {
	color: #fff;
}

#tobar ul li a {
	color: #fff;
	font-weight: bold
}

#tobar ul li a:hover {
	text-decoration: none
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	color: #000000;
	z-index: 1000;
	height: 150px;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	text-align: center;
	background: transparent;
}

.header a.logo {
	background-size: contain;
	outline: none;
	display: inline-block;
	position: absolute;
	left: 72px;
	top: 7px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 220px;
}

.header.shrink a.logo {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 65px;
}

.header.shrink a.logo img.logo-img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 66px;
}

.header a.logo img {
	vertical-align: top;
	max-width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header.shrink {
	height: 100px;
	background: #FFFFFF;
	border-bottom: 1px solid #dfdfdf;
}

.banner {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.header h1 {
	font-size: 30px;
	font-weight: normal;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.herosection,
.fooanimation {
	width: 100%;
	min-height: 730px;
	position: relative;
	overflow: hidden;
}

/* new css */
.herosection.mainpagenew {
	width: 100%;
	min-height: 475px;
	position: relative;
	overflow: hidden;
}

.herosection.mainpage h1 {
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #fff
}

.desc p.text-content {
	color: #fff;
	font-size: 37px;
	line-height: 38px;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.herosection .desc {
	width: 100%;
	position: absolute;
	left: 0;
	top: 35%;
	padding: 0;
	margin: 0;
	z-index: 999;
	text-align: center;
}

.herosection.about-block {
	min-height: 0px;
	margin-top: 90px;
}

.herosection.fooanimation {
	min-height: 450px;
}

.herosection.fooanimation .desc {
	top: 105px;
}

.about-block h2 {
	color: #fff;
	font-size: 53px;
	font-weight: 600;
	line-height: 60px;
}

.about-block h2 small {
	font-size: 30px;
}

.about-block .parallax-window {
	/*padding-top: 190px;*/
}

.parallax-window {
    background: url(../images/port-banner.webp) no-repeat center fixed;
    padding: 150px 0 100px;
    text-align: center;
    background-size: cover;
    
	/*min-height: 480px;*/
	/*background: transparent;*/
	/*padding-top: 90px;*/
}

.pri-bannn{
    background: url(../images/pricing-banner.webp) no-repeat center fixed;
}

.workprocess-bannn{
    background: url(../images/work-banner.webp) no-repeat center fixed;
}

.about-bannn1{
    background: url(../images/about_bg.webp) no-repeat center fixed;
}

.about-bannn2{
    background: url(../images/header.webp) no-repeat center fixed;
    background-size: cover;
}

.wb-bannn{
    background: url(../images/whiteboard-banner.webp) no-repeat center fixed;
}

.mg-bannn{
    background: url(../images/motion-banner.webp) no-repeat center fixed;
}

.twod-bannn{
    background: url(../images/2d-banner.webp) no-repeat center fixed;
}

.typg-bannn{
    background: url(../images/typography-banner.webp) no-repeat center fixed;
}

.sc-bannn{
    background: url(../images/screen-cast.webp) no-repeat center fixed;
}

.threed-bannn{
    background: url(../images/3d-banner.webp) no-repeat center fixed;
}

.team-achievement-data {
	color: rgb(0, 0, 0);
}

.rotate-left-text {
	transform: rotate(1deg);
}

.num-inner-radius {
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	position: relative;
}

.num {
	font-size: 3.125rem;
	cursor: pointer;
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	position: relative;
}

.img-hover-circal {
	padding: 4px;
	-webkit-border-radius: 50%;
	display: inline-block;
	border: 2px solid transparent;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.hover-div-white:hover .img-hover-circal {
	border-color: rgb(0, 0, 0);
}

h2 small {
	color: #FFFFFF
}

.road {
	background: url(../images/road-bg.webp) 100% 100% repeat-x;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: auto 39px;
}

.sky {
	background: url(../images/sky-bg.webp) 0 100% repeat-x;
	z-index: 1;
	position: absolute;
	bottom: 435px;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: auto 280px;
}

.sky {
	animation: parallax_sky linear 100s infinite both;
}

.buildings {
	background: url(../images/bg.jpg);
	z-index: 0;
	position: absolute;
	bottom: 37px;
	background-position: bottom;
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.fooanimation .sky {
	bottom: 225px
}

.pricing .pricing-item {
	padding: 16px 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.pricing .pricing-item:hover {
	background-color: #e64c3d;
	border: none;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.pricing .pricing-item .pricing-title h4 {
	color: #fff;
	font-size: 38px;
	font-weight: 500;
	line-height: 40px;
	text-transform: capitalize;
}

.pricing .pricing-item ul li.dark-pink-new {
	background: #ef4136 none repeat scroll 0 0;
	font-size: 22px;
	font-weight: 500;
	margin: 17px 0;
	padding: 7px 0;
}

.pricing .pricing-item .pricing-price {
	margin: auto;
	width: 100px;
	height: 92px;
	line-height: 90px;
	border-radius: 50%;
	background-color: #ef4136;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	-webkit-box-shadow: 0 8px 10px 1px rgba(160, 160, 160, 0.14), 0 3px 14px 2px rgba(175, 175, 175, 0.12), 0 5px 5px -3px rgba(168, 168, 168, 0.3);
	box-shadow: 0 8px 10px 1px rgba(160, 160, 160, 0.14), 0 3px 14px 2px rgba(175, 175, 175, 0.12), 0 5px 5px -3px rgba(168, 168, 168, 0.3);
}

.mb-50 {
	margin-bottom: 50px !important;
}

.pricing .pricing-item .pricing-price span:nth-child(1) {
	vertical-align: super;
	font-weight: 500;
}

.pricing .pricing-item .pricing-price span:last-child {
	vertical-align: baseline;
	font-weight: 500;
}

.pricing .pricing-item ul {
	padding: 0;
}

.pricing .pricing-item ul li {
	margin: 4px 0;
	color: #fff;
	text-align: center
}

.pricing .pricing-item ul li span {
	display: none
}

.pricing .pricing-item .pricing-title h4 small {
	color: #fff;
	font-size: 17px;
}

/*.pricing .pricing-item ul li .true {color: #75B212;}*/
/*.pricing .pricing-item ul li span {padding: 1rem;}*/
.pricing .pricing-item button {
	margin: 15px 0;
}

.pricing .pricing-item:hover button {
	opacity: 1;
	background: #fff;
	color: #000
}

.mymodal .modal-header {
	background: #32b9d7;
	/* Old browsers */
	background: -moz-linear-gradient(left, #32b9d7 0%, #29cebd 45%, #20e299 99%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #32b9d7 0%, #29cebd 45%, #20e299 99%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #32b9d7 0%, #29cebd 45%, #20e299 99%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32b9d7', endColorstr='#20e299', GradientType=1);
	/* IE6-9 */

	/* background: #ef4335; */
	border-radius: 5px 5px 0 0;
	padding: 11px;
	border: none !important;
}

.mymodal .modal-header h4 {
	color: #fff;
	font-size: 23px;
	font-weight: 400;
}

.mymodal .modal-header .close {
	margin-top: -2px;
	position: absolute;
	right: 0px;
	padding: 5px 8px;
	/* background: #ccc9c8; */
	opacity: 1;
	border-radius: 10px;
	color: #ef4335;
	font-size: 17px;
	top: 15px;
}

.mymodal .modal-body {
	/* background: #f9b7b2; */
	background: #fff;
}

.mymodal input[type="email"],
.mymodal input[type="text"],
.mymodal textarea,
.mymodal input[type="tel"],
.mymodal select {
	width: 100%;
	/* border: 1px solid #ef4335;
	background: #f58c84;
	color: #fff; */

	/* new css */
	border: 1px solid #32b9d7;
	background: #fdfafa;
	color: #171c1e;
	border-radius: 5px;
	font-size: 14px;
	padding: 8px;
	resize: none;
}

.mymodal input::placeholder,
.mymodal textarea::placeholder {
	color: #000
}

.mymodal .modal-body {
	padding: 20px 15px
}

.modal input[type="button"], .modal input[type="submit"] {
	/* background: #c42417; */
	background: #32b9d7;
	/* Old browsers */
	background: -moz-linear-gradient(left, #32b9d7 0%, #29cebd 45%, #20e299 99%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #32b9d7 0%, #29cebd 45%, #20e299 99%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #32b9d7 0%, #29cebd 45%, #20e299 99%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32b9d7', endColorstr='#20e299', GradientType=1);
	/* IE6-9 */

	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 11px 40px;
	display: block;
	width: 100%;
	border: none;
	border-radius: 8px;
	font-size: 19px;
}

.modal input[type="button"], .modal input[type="submit"]:hover {

	background: #35dcfd;
	/* Old browsers */
	background: -moz-linear-gradient(left, #20e299 0%, #18ccb7 46%, #32b9d7 99%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #20e299 0%, #18ccb7 46%, #32b9d7 99%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #20e299 0%, #18ccb7 46%, #32b9d7 99%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28b9d6', endColorstr='#0fe090', GradientType=1);
	/* IE6-9 */

}

.modal .btnmodal {
	margin: 0 20px;
}

.hvr-shutter-out-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-box-shadow: 0 0 1px transparent;
	box-shadow: 0 0 1px transparent;
	border-radius: 30px !important;
	position: relative;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.button-hot {
	color: #fff;
	border-radius: 30px !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef4136+0,f7951e+100 */
	background: #ef4136;
	/* Old browsers */
	background: -moz-linear-gradient(left, #ef4136 0%, #dc291e 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ef4136 0%, #dc291ef 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ef4136 0%, #dc291e 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef4136', endColorstr='#f7951e', GradientType=1);
	/* IE6-9 */
}

.button {
	color: #fff;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 14px 35px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	border-radius: 6px !important;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.pricing .pricing-item:hover {
	background-color: #pink;
	border: none;
}

.pricing .pricing-item:hover .pricing-price {
	background-color: #fff;
	color: #e49731;
}

.portfolio_sec {
	background-color: #f6f6f6;
	padding: 30px 0 0
}

.portfolio_sec .row {
	margin: 0px;
}

.portfolio_content {
	margin: 0;
	padding: 40px 0 0;
	float: left;
	width: 100%
}

.video_portfolio_fancy {
	margin: 0 0 50px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .1);
	overflow: hidden
}

.video_portfolio_fancy .VideoPreview__actions {
	margin: 20px;
	text-align: center;
}

#portfolio img,
#portfolio svg {
	max-width: 100%;
	width: 100%;
}

.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.hovereffect:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: rotate(1.2)
}

.testimonialpage {
	background: #f1f1f1;
}

@keyframes parallax_sky {
	0% {
		background-position: 2000px 100%;
	}

	100% {
		background-position: 0px 100%;
	}
}

.helikopter {
	background: url(../images/helikopter-icon.webp) 0 100% no-repeat;
	z-index: 2;
	position: absolute;
	bottom: 490px;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: auto 40px;
}

.helikopter {
	animation: parallax_helikopter linear 50s infinite both;
}

.fooanimation .helikopter {
	bottom: 325px
}

@keyframes parallax_helikopter {
	0% {
		background-position: 1600px 100%;
	}

	100% {
		background-position: -100px 100%;
	}
}

.car-1 {
	background: url(../images/car-img1.webp) 0 100% no-repeat;
	z-index: 3;
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 54px;
	background-size: auto 54px;
}

.car-1 {
	animation: parallax_bike linear 30s infinite both;
}

.car-2 {
	background: url(../images/car-img2.webp) 0 100% no-repeat;
	z-index: 3;
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 73px;
	background-size: auto 73px;
}

.car-2 {
	animation: parallax_bike linear 20s infinite both;
}

.car-3 {
	background: url(../images/car-img4.webp) 0 100% no-repeat;
	z-index: 3;
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	height: 35px;
	background-size: auto 35px;
}

.car-3 {
	animation: parallax_bike2 linear 25s infinite both;
}

@keyframes parallax_fg {
	0% {
		background-position: 2765px 100%;
	}

	100% {
		background-position: 550px 100%;
	}
}

@keyframes parallax_bike {
	0% {
		background-position: -300px 100%;
	}

	100% {
		background-position: 1600px 100%;
	}
}

@keyframes parallax_bike2 {
	0% {
		background-position: 2765px 100%;
	}

	100% {
		background-position: -300px 100%;
	}
}

.container.changeWith {
	width: initial;
}

.box {
	padding: 50px 50px;
	min-height: 400px;
	color: #343434
}

.box1 {
	background-color: #e64c3d
}

.box2 {
	background-color: #e49731
}

.box3 {
	background-color: #1db79b
}

.box4 {
	background-color: #2677a5
}

.box h2 {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 500;
}

.box p {
	font-style: italic;
}

.box .imgBlock {
	height: 135px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

.videobtn {
	position: absolute;
	width: 170px;
	top: 50%;
	margin-top: -85px;
	right: 50%;
	margin-right: -85px;
	z-index: 5;
	font-size: 22px
}

.videobtn a {
	color: #FFFFFF;
	font-weight: 500;
	text-decoration: none;
}

.view {
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}

.view .mask,
.view .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0
}

.view img {
	display: block;
	position: relative
}

.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 20px 0 0 0
}

.view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 3px 8px;
	text-align: center;
	margin: 0 !important;
}

.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	color: #fff;
	text-transform: uppercase;
}

.view a.info:hover {
	box-shadow: 0 0 5px #000
}

.work {
	background-color: #031927;
	color: #FFFFFF;
	padding-top: 0;
}

.work img {
	width: 100%;
}

.work h1 {
	font-size: 40px;
	color: #FFFFFF
}

.work h2 {
	font-weight: 400;
	font-size: 30px;
}

.view-work img {
	transition: all 0.4s ease-in-out 0.5s;
}

.view-work .mask {
	background-color: rgba(228, 151, 49, 0.8);
	opacity: 0;
	transition: all 0.3s ease-in 0.4s;
}

.view-work h2 {
	opacity: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	background: transparent;
	margin: 20px 40px 0px 40px;
	transform: scale(10);
	transition: all 0.3s ease-in-out 0.1s;
}

.view-work p {
	opacity: 0;
	transform: scale(10);
	transition: all 0.3s ease-in-out 0.2s;
}

.view-work a.info {
	opacity: 0;
	transform: translateY(100px);
	transition: all 0.3s ease-in-out 0.1s;
}

.view-work:hover .mask {
	opacity: 1;
	transition-delay: 0s;
}

.view-work:hover img {
	transition-delay: 0s;
}

.view-work:hover h2 {
	opacity: 1;
	transform: scale(1);
	transition-delay: 0.1s;
}

.view-work:hover p {
	opacity: 1;
	transform: scale(1);
	transition-delay: 0.2s;
}

.view-work:hover a.info {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.3s;
}

.whitebg,
.whitebg2 {
	background: url(../images/triangle-white.png) repeat center center;
	text-align: center;
	position: relative;
	float: left;
	width: 100%;
	max-width: 100%;
	height: 20px;
	z-index: 1;
}

.whitebg {
	top: 0;
	margin-top: 50px;
}

.whitebg2 {
	background: url(../images/triangle-white-02.png) repeat center center;
	top: 45px;
}

.lightBg {
	background-color: #f2f2f2;
	padding-top: 35px;
}

.testi {
	background-color: #031927;
	color: #FFFFFF;
	padding: 35px 0px 35px;
}

.wihtebox {
	background-color: #FFFFFF;
	padding: 1px 20px 10px;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
}

.wihtebox h3 {
	font-size: 18px;
	text-transform: uppercase
}

div.wihtebox:after {
	content: "";
	background: url(../images/arrow.png) repeat top right;
	width: 40px;
	height: 50px;
	float: right;
}

.user {
	margin-top: 45px;
}

.imageBlock {
	width: 75px;
	height: 77px;
	border: 4px solid #FFFFFF;
	float: left;
	margin-right: 8px;
}

.user h4 {
	font-size: 14px;
	margin-bottom: 0px;
}

.user p {
	font-size: 14px;
	margin-top: 0px;
}

footer {
	background: #212531;
	/* background: linear-gradient(to right bottom, #ef4136 50%, #c43026 50%); */
	/* new css */
	background: linear-gradient(to right bottom, #34b5dd 50%, #1ee896 50%);

	color: #FFFFFF;
	padding-top: 24px;
	padding-bottom: 6px;
}

footer h2 {
	color: #0b1a2a
}

footer a {
	color: #0b1a2a;
	font-size: 14px;
}

.footer2 a {
	color: #ffb200;
}

footer a:hover {
	color: #FFFFFF;
	text-decoration: none
}

.footer2 {
	background-color: #0b1a2a;
	font-size: 12px;
}

footer ul.contact li {
	border-top: 1px dotted #3e3e3e;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	float: left;
}

footer ul.contact li:first-child {
	border: none;
}

foter .fa {
	color: #767575;
}

/* Basic owl */
.owl-nav,
.owl-dots {
	margin: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.form-control {
	/* background:#c43026;  */
	/* new css */
	background: #ffffff;
	border: 1px solid #e6e5e5;
	border-radius: 1px;
	color: #333 !important;
}


.btn-default.blue2 {
	border: medium none;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	padding: 16px 24px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#053971+0,0b1b2c+100 */
	background: #053971;
	/* Old browsers */
	background: -moz-linear-gradient(left, #053971 0%, #0b1b2c 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #053971 0%, #0b1b2c 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #053971 0%, #0b1b2c 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#053971', endColorstr='#0b1b2c', GradientType=1);
	/* IE6-9 */
}

.owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 0px 8px;
	background: #e85306;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px
}

.owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}

.owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	/* display: inline */
}

.owl-dots .owl-dot span {
	cursor: pointer;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	/* -ms-transition: opacity 200ms ease; */
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
	background: #869791
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.15)
}

.card-title {
	margin-bottom: .75rem;
}

.card-body {
	padding: 10px;
	background-color: #FFFFFF;
	border-bottom: 2px solid transparent;
}

.card-title a {
	color: #262626;
}

.card-text a {
	font-style: italic;
	color: #b8b5b5;
	padding: 10px;
}

.imgblock {
	background-color: #FFFFFF;
	width: 100%;
	min-height: 50px;
	overflow: hidden;
}

.imgblock img {
	margin: 10px auto
}

.navbar .navbar-toggle .icon-bar {
	background-color: black;
	width: 30px;
	height: 5px;
	margin: 10px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #33b5dd;
	color: #FFF;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.fancybox-opened {
	z-index: 999999999999;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	background: #000;
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	text-align: center;
	padding-top: 7px;
	border-radius: 85px;
}

.fancybox-close:before {
	content: 'x';
	color: #fff !important;
	font-size: 22px;
	position: relative;
	top: -3px;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif');
	/* helps IE */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

#contactusform .form-control {
	background: transparent !important;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 99999 !important;
	background: url(../images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 20;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
ul.nav li.dropdown {
	transition: .2s;
}

.nav .dropdown-menu>li>a:focus,
.nav .dropdown-menu>li>a:hover {
	color: #2e2e2e !important;
	text-decoration: none;
	background-color: #36b4dc;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url('../images/fancybox_sprite@2x.png');
		background-size: 44px 152px;
		/*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox_loading@2x.gif');
		background-size: 24px 24px;
		/*The size of the normal image, half the size of the hi-res image*/
	}
}

.cus-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQImWNguAkAANwA2ohRxm8AAAAASUVORK5CYII=) repeat;
	top: 0;
	left: 0;
	z-index: 998;
	display: none;
}

@media screen and (max-width:600px) {


	.modal input[type="button"] {
		font-size: 15px;
	}

	.portfolio_content .nav-pills li {

		margin-bottom: 20px;
	}

	.contactdata h3 {
		font-size: 12px !important;
	}

	.contactdata p {
		font-size: 17px !important;
	}

	.xs-margin-bottom {
		margin-bottom: 20px !important;
	}

	.road {
		background-size: auto 30px;
	}

	.car-3 {
		background-size: auto 25px;
		bottom: 18px;
	}

	.services h2 {
		font-size: 17px !important;
	}

	.services h2 span {
		font-size: 19px !important;
	}

	.process h2 {
		font-size: 19px !important;
	}

	.process p {
		font-size: 19px !important;
	}

	.car-2 {
		background-size: auto 40px;
		bottom: 3px;
	}

	.car-1 {
		background-size: auto 35px;
		bottom: 3px;
	}
}

@media(max-width:767px) {
	.sercont h3 {
		font-size: 17px !important;


	}

	.dropdown-menu {
		background: #2677a5 !important;
	}

	.worksec h2 {
		font-size: 20px !important;
	}

	.worksec p,
	.industries h2 {

		font-size: 18px !important;
	}

	.industries p.maincont {

		font-size: 14px;
	}

	.testimonials h2 {
		font-size: 25px !important;
	}

	.testimonials p.maincontent {
		font-size: 12px !important;

	}

	.testimonials p.author {
		font-size: 13px !important;

	}

	.carousel-indicators {
		bottom: -15% !important;
	}

	section.partners img {
		margin-top: 16px;
		margin-bottom: 20px;
	}

	.contactdata,
	.contactdata2 {
		display: none;
	}

	.box h2 {
		font-size: 18px;
	}

	.user h4 {
		font-size: 12px;
	}

	.user p {
		font-size: 12px;
	}

	.user {
		margin-top: 45px;
		overflow: hidden;
	};

	footer li {
		line-height: 20px;
	}

	.form-control {
		font-size: 12px;
	}

	footer a {
		font-size: 14px;
	}

	.btn-default,
	.blue2 {
		font-size: 12px !important;
		display: inline-block !important;
		padding: 9px 21px !important;
	}

	.about-block h2 {
		font-size: 30px;
		line-height: 32px;
	}

	.footer2 {
		background-color: #0b1a2a;
		font-size: 12px;
		line-height: 13px;
	}

	.herosection.mainpage h1 {
		font-size: 20px;
		line-height: 24px;
		font-weight: 700;
		margin-top: 0px;
		margin-bottom: 8px;
	}

	.desc p.text-content {
		color: #fff;
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 12px;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}

	.header #tobar ul li a,
	.header #tobar ul li i {
		color: #eb392e !important;
	}

	.navbar-brand>img {
		height: 45px;
	}

	.helikopter {
		display: none;
	}

	.top_right {
		margin-top: 0px;
		margin-right: 0px;
	}

	.mt-4-xs {
		margin-top: 1.5rem !important;
	}

	.center-block-xs {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.text-center-xs {
		text-align: center;
	}

	body {
		font-size: 14px;
		line-height: 28px;
	}

	.navbar-nav>li>a {
		font: 24px/30px 'Oswald', sans-serif;
	}

	.navbar-nav>li>a:hover {
		color: #6aac46
	}

	#tobar ul li {
		float: left;
		padding: 0;
	}

	#tobar ul {
		font-size: 15px;
	}

	#tobar ul li i {
		float: left;
		position: relative;
		top: 5px;
	}

	.navbar-toggle {
		margin-top: 20px;
		/* background: #000; */
		border-radius: 0px !important;
	}

	.navbar-toggle .icon-bar {
		background: #34b5dd  !important;
	}

	#tobar ul li {
		font-size: 11px;
	}

	#tobar ul li i {
		margin-left: 8px;
		top: 10px;
	}

	.navbar-collapse {
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
		margin: 0;
		padding: 0;
		top: 55%;
	}

	.navbar-collapse .nav {
		float: none;
		text-align: left;
		background: rgba(0, 0, 0, .8);
		width: 100%;
	}

	.navbar-collapse .nav li {
		border: 1px solid #fff;
		border-top: none;
	}

	.navbar-collapse .nav li a {
		color: #fff !important;
		font-size: 15px;
	}

	#tobar ul li a {
		margin-left: 5px;
		left: -10px;
	}

	.navbar-collapse,
	.nav {}

	.header,
	.header.shrink {
		height: 110px;
	}

	.herosection h1 {
		font-size: 24px;
	}

	.herosection .desc {
		top: 138px;
	}

	.herosection {
		min-height: 307px !important;
	}

	/* new css */
	.mainpagenew {
		min-height: 307px !important;

	}

	.herosection p {
		font-size: 14px;
		line-height: 20px;
	}

	.herosection a {
		display: block;
	}

	video#vid {
		margin-top: 40px;
	}

	.pricing .pricing-item .pricing-title h4 {
		font-size: 18px;
	}

	.work h2 {
		font-size: 18px;
		line-height: 23px;
	}

	.videobtn {
		top: 95%;
	}

	.xs-text-center {
		text-align: center;
	}

	footer button {
		display: block;
		width: 100%;
	}

	.header {
		background: #FFF none repeat scroll 0% 0%;
	}

	.herosection.about-block {
		min-height: auto !important;
	}

	.about-block .parallax-window {
		padding-top: 40px;
	}

	section.portfolio-sec {
		padding: 20px 0px;
	}

	.herosection.fooanimation {
		min-height: 450px !important;
	}

	.navbar-collapse .nav li a.act,
	.navbar-collapse .nav li a:hover {
		color: #ef4136;
	}

	.parallax-window.aboutpage {
		padding-bottom: 90px;
	}

	.pricing .pricing-item ul {
		text-align: left !important;
		font-size: 12px;
	}

	.parallax-window {
		min-height: 250px;
	}

	.about-block h2 small {
		font-size: 14px;
	}

	.herosection.fooanimation .desc {
		top: 44px;
	}

	.small-text {
		font-size: 11px;
		line-height: 20px;
	}

	.num {
		width: 100px;
		height: 100px;
	}

	.num {
		font-size: 2.125rem;
	}

	h4 {
		font-size: 12px;
	}

	h1 {
		font-size: 20px;
	}

	.pricing .pricing-item ul li {
		line-height: 18px;
	}

	section.contact-page {
		padding-top: 50px;
	}

	.pricing .pricing-item ul li.dark-pink-new {
		font-size: 16px;
	}

	.button {
		padding: 8px 20px;
		font-size: 12px;
	}

	.wihtebox h3 {
		font-size: 16px;
	}

	.wihtebox {
		font-size: 12px;
	}

	.herosection.fooanimation.contactusformanimation {
		min-height: 550px !important;
	}

	span.required {
		width: 100%;
		display: block;
		text-align: left;
	}

	.herosection.fooanimation.contactusformanimation input[type="submit"] {
		float: none !important;
		display: block;
		width: 100%;
		margin-top: 10px;
	}

	.desc p.text-content {
		width: 100%;
	}

	.buildings {
		background: url(../images/bg.jpg);
		z-index: 0;
		position: absolute;
		bottom: 30px;
		background-position: bottom;
		width: 100%;
		height: 100%;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}

	.call-to-action {
		display: none;
	}

}

@media (min-width: 768px) {

	.mymodal .modal-dialog {
		width: 400px;
		margin: 130px auto;
	}
}

@media(min-width:768px) {
	.container.changeWith {
		width: 970px;
	}

}

@media(max-width:768px) {
	.mymodal .modal-dialog {
		width: 320px;
		margin: 80px auto;
	}
}

@media(min-width:992px) {
	.socialmediaicons2 .fa {
		padding: 10px;
		font-size: 18px;
		width: 40px;
	}

	.vhight {
		height: 490px;
	}
}

@media(min-width:1200px) {}

@media screen and (max-width:991px) {
	.herosection {
		min-height: 520px;
	}

	@keyframes parallax_helikopter {
		0% {
			background-position: 1000px 100%;
		}

		100% {
			background-position: -100px 100%;
		}
	}
}

@media screen and (max-width:800px) {
	@keyframes parallax_helikopter {
		0% {
			background-position: 850px 100%;
		}

		100% {
			background-position: -100px 100%;
		}
	}

	@keyframes parallax_bike {
		0% {
			background-position: -300px 100%;
		}

		100% {
			background-position: 850px 100%;
		}
	}

	@keyframes parallax_bike2 {
		0% {
			background-position: 850px 100%;
		}

		100% {
			background-position: -300px 100%;
		}
	}
}

.contactdata {
	background: #171c1e;
	padding: 12px 0;
}

.contactdata h3 {
	font-size: 15px;
	/* color:#f04433; */
	/* new css */
	color: #17dc59;

	font-weight: 600;
	margin-top: 0;
}

.contactdata p {
	font-size: 24px;
	/* color:#f04433; */

	/* new css */
	color: #2f90bd;
	font-weight: 400;
}

.contactdata p a {
	color: #2f90bd;
	text-decoration: none
}

.services h2 {
	color: #171c1e;
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 28px;
}

.services h2 span {
	/* color:#f04433; */
	/* new css */

	color: #2db7dc;
	font-size: 40px;
	font-weight: 600;
}

.sercont {
	overflow: hidden;
}

.sercont h3 {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	line-height: 30px;
}

.sercont img {
	transition: .3s;
}

.sercont img:hover {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	transition: .3s;
}

.sercont .servicesitem {
	padding: 17px 0 10px;
	min-height: 181px;
}

footer input,
footer select,
footer textarea {

	color: #fff !important;
}

footer input::placeholder,
footer textarea::placeholder {

	color: #fff !important;
}

.sercont a:nth-child(1) .servicesitem {
	/* background:#e03f2f; */
	/* new css */
	background: #34b5dd;

}

.sercont a:nth-child(2) .servicesitem {
	/* background:#db8c22; */

	/* new css */
	background: #1ee896;
}

.sercont a:nth-child(3) .servicesitem {
	/* background:#a32114; */
	/* new css */
	background: #34b5dd;
}

.sercont a:nth-child(4) .servicesitem {
	/* background:#2677a5; */

	/* new css */
	background: #1ee896;

}

.sercont a:nth-child(5) .servicesitem {
	/* background:#669d0e; */
	/* new css */
	background: #34b5dd;
}

.sercont a:nth-child(6) .servicesitem {
	/* background:#ba39c6; */

	/* new css */
	background: #1ee896;

}

.sercont img {
	height: 93px;
}

.icon2 li {
	display: inline-block;
	margin: 10px 6px;
	font-size: 14px;
	background: #0b1a2a;
	width: 27px;
	height: 27px;
	border-radius: 4px;
	text-align: center;
}


.icon2 li:hover {
	background: #36b4dc;
}




.icon2 li i {
	color: #fff;
}

.on {
	font-size: 13px;
	color: #0b1a2a;
	font-weight: bold;
}



.worksec h2 {
	font-size: 36px;
	color: #171c1e;
	text-align: center;
	font-weight: 500;
	margin-top: 30px;
}

.worksec h2 span {
	color: #95190c
}

.worksec p {
	color: #404141;
	font-weight: 600;
	text-align: center;
	font-size: 21px;
	margin-bottom: 25px;
}

.portcont {
	overflow: hidden;
}

.process h2 {
	font-size: 36px;
	color: #171c1e;
	text-align: center;
	font-weight: 600;
	margin-top: 30px;
}

.process h2 span {
	color: #f64929
}

.process p {
	color: #404141;
	font-weight: 600;
	text-align: center;
	font-size: 21px;
	margin-bottom: 50px;
}

.process {
	padding-bottom: 40px;
}

.contactdata2 {
	background: #171c1e;
	padding: 15px 0;
	padding-bottom: 6px;
}

.contactdata2 h3 {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	margin-top: 0;
}

.contactdata2 p {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
}


.industries h2 {
	font-size: 36px;
	color: #171c1e;
	text-align: center;
	font-weight: 600;
	margin-top: 30px;
}

.industries h2 span {
	/* color:#e62b18 */
	color: #2db7dc;
}

.industries p.maincont {
	color: #404141;
	font-weight: 600;
	text-align: center;
	font-size: 21px;
	margin-bottom: 80px;
}

.indcont {
	margin-top: 10px;
}

.indcont p {
	color: #5f5b5b;
	font-size: 16px;
	font-weight: 600;
}

.industries .btncontainer {
	margin: 30px 0;
}

.testimonials {
	background: url(../images/testimon.webp);
	background-size: cover;
	min-height: 300px;
}

.testimonials {
	padding: 60px 0;
}

.testimonials h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 30px;
}

.testimonials p.maincontent {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	line-height: 27px;
}

.testimonials p.author {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin-top: 25px;
}

.carousel-indicators {
	bottom: -35%;
}

.carousel-indicators li {
	background-color: #fff;
	border: none;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #34b5dd;
}

.partners h4 {
	font-size: 18px;
	font-weight: 600;
	color: #313131;
	line-height: 27px;
}

section.partners img {
	margin-top: 16px;
}

.portfolio_content .nav-pills li {
	display: inline-block;
	float: none;
}

.portfolio_content .nav-pills {
	margin-bottom: 20px;
}

.portfolio_content .nav-pills li a {
	color: #000;
	font-weight: 600;
	background: transparent;

}

.portfolio_content .nav-pills li.active a,
.portfolio_content .nav-pills li.active a:hover,
.portfolio_content .nav-pills li a:hover {
	/*background: #fe6b0c;*/

	background: #32b9d7;
	/* Old browsers */
	background: -moz-linear-gradient(left, #32b9d7 0%, #29cebd 45%, #20e299 99%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #32b9d7 0%, #29cebd 45%, #20e299 99%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #32b9d7 0%, #29cebd 45%, #20e299 99%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32b9d7', endColorstr='#20e299', GradientType=1);
	/* IE6-9 */

	border-radius: 0;
	color: #fff;
}

.proe img {
	padding: 17px 0;
}

.font35 {
	font-size: 32px;
}

.proe h3 {
	margin: 65px 0 10px;
}

.proe p {
	font-size: 13px;
	text-align: justify;
}

.our-work-section {
	color: #404141;
	font-weight: 600;
	text-align: center;
	font-size: 21px;
	margin-bottom: 50px;
}

.live-chat-link {
	color: #fff;
	text-decoration: none;
}

.live-chat-link:hover {
	color: inherit;
	text-decoration: none;
}

.error-page {
	margin: 100px 0px 100px 0px;
}

.error-page h1 {
	margin-top: 50px;
	font-weight: 600;
	text-transform: uppercase;
}

.error-page p {
	margin-top: 30px;
	font-size: 20px;
	font-weight: 500;
}

.error-page a {
	text-decoration: none;
	color: #171c1e;
	font-weight: bolder;
}

.error-page a:hover {
	text-decoration: none;
	color: #34b5dd;
}

.call-to-action {
	display: none;
	position: fixed;
	right: 0;
	top: 250px;
	z-index: 999999;
	cursor: pointer;
}

.mainpagenew{
	/* min-height: 475px; */
}

.main-left {
	margin-top: 10px;
	width: 60%;
	background: #000 !important;
	height: 100%;
}

.main-right {
	width: 40%;
	background: #eb0101 !important;
}

.main-left #vid {
	position: absolute;
	width: 60% !important;
	height: 100%;
	z-index: 1;
	background: #000;
	background-size: cover;
	margin: 0 auto;
}

.newhomepage {
	width: 100%;
	min-height: 575px;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.newhomepage .row {
	margin: 0px;
}

.newhomepage .col-md-8 , .newhomepage .col-md-4 {
	padding: 0px;
}

.custom-vid {
    background: #000;
    width: 100%;
    height: 412px;
    overflow: hidden;     
}

.botom-pic{position: relative;}

.botom-pic:before{ content: ""; background-image: url(../images/ezgif4.webp); width: 733px; height: 18px; position: absolute;bottom: -40px;right: 0; left: 0;}

.custom-vid {
    background: #000;
    width: 80%;
    height: 329px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.clearfix {
  content: "";
  clear: both;
  display: table;
}

.herosection2 {
    padding: 120px 0 100px;
    background: #fff;
}

.newhomepage .right-desc {
	margin-top: 185px;
	text-align: left;
}

.right-desc > .btn-default {
	padding: 15px 10px !important;
}

.newhomepage .desc {
	width: 100%;
	position: absolute;
	right: 0;
	top: 35%;
	padding: 0;
	margin: 0;
	z-index: 999;
	text-align: center;
	background: #fff;
}

.newhomepage .right-side{
	/* position: absolute; */
	width: 40%;
	/* right: 0; */
	/* margin-top: 34%; */
	float: right;
	z-index: 999999;
}

.contact-icons {
	font-size: 3.2em;
	background: linear-gradient(to right, #32b9d7 0%, #29cebd 45%, #20e299 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.blueColor {
	color: #32b9d7;
}

.right-desc {
	padding-top: 40px;
}

.button-content{
	display: block;
}

.right-desc .btn-default {
font-size: 14px;
}

@media(max-width:1024px) {

.custom-vid {
    height: 277px;
}

.button-content {
	margin-top: 20px;
}

.button-content .btn-default {
    font-size: 14px !important;
    display: inline-block !important;
    padding: 9px 10px !important;
}

.contactdata2 .btn-default {
    font-size: 12px !important;
    display: inline-block !important;
    padding: 9px 15px !important;
}

	.botom-pic:before {
    content: "";
    background-image: url(../images/ezgif-1024.webp);
    width: 615px;
}

.right-desc h1 {
	font-size: 28px;
}

.right-desc {
	padding-top: 50px;
}
	.newhomepage #vid {
		top: 0px;
	}
}

@media(max-width:768px) {
	
	.contactdata p {
    font-size: 15px;
	}

	.contactdata2 p {
    font-size: 15px;
	}

	.contactdata2 .btn-default {
    font-size: 12px !important;
    display: inline-block !important;
    padding: 9px 15px !important;
}

	.button-content{
	display: block;
}

	.botom-pic:before {
    content: "";
    background-image: url(../images/ezgif4.webp);
    width: 713px
	}

.right-desc {
	padding-top: 35px;
}
	.custom-vid {
    background: #fff;
    height: 230px;
}

.herosection2 {
    padding: 105px 0 0px;
    background: #fff;
}

	.vid-img {
		top: 248px;
	}
.newhomepage {
	/* min-height: 330px !important; */
}

.vid-img::after {
	margin-left: 0px;
	content: "";
}

.newhomepage #vid {
	top: 90px;
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 1;
	background: #000;
	background-size: cover;
	margin: 0 auto;
	right: 0;
}

.newhomepage .right-desc {
	margin-top: 266px;
	/* z-index: ; */
}

.newhomepage .desc {
	top: 138px;
	width: 100%;
	position: absolute;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 999;
	text-align: center;
	background: transparent;
}
}
.tr-bg {background: #fff;margin-bottom: 20px;}
.tr-bg h3 {font-size: 24px;font-weight: 500;color: #a22410;padding: 49px 0 20px;text-align: center;line-height: 53px;}
.trust-logo {margin: 10px auto;}
.trust-logo ul {display: flex;justify-content: space-around;}
.trust-logo ul li {padding: 0 2px;width: auto;}
.center-b {display: table;margin: 0 auto;float: none;}

p.banner-p {
    font-size: 18px;
    color: #FFF;
}

/*new package css in logo page*/
.neww-portfolio-wrapper {
    padding: 50px 0;
}

.package-card-wrapper-new {
  background: #fff;
  position: relative;
  border-radius: 15px;
  padding-bottom: 15px;
  transition: all .35s;
  border: 1px solid transparent;
  box-shadow: 0 0 10px 0 rgba(18, 18, 18, .25);
  margin: 15px 0
}

.package-card-wrapper-new:hover {
  box-shadow: 0 0 10px 0 rgb(30 232 150 / 39%);
}

.package-card-wrapper-new .package-name-new {
  padding: 15px 10px
}

.package-card-wrapper-new .package-name-new p {
  font-size: 22px;
  line-height: 38px;
  font-weight: 700;
  color: #000711;
  transition: all .35s;
  text-align: center;
  margin: 0
}

.package-card-wrapper-new .package-price-new {
  padding: 10px 20px;
  background: #34b5dd;
  transition: .35s
}

.package-card-wrapper-new .package-price-new:hover {
  background: #000
}

.package-card-wrapper-new .package-price-new p {
  display: flex;
  justify-content: space-around;
  line-height: 1;
  margin: 0
}

.package-card-wrapper-new .package-price-new p span:nth-of-type(1) {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  align-self: flex-end
}

.package-card-wrapper-new .package-price-new p span:nth-of-type(2) {
  font-size: 54px;
  color: #fff;
  font-weight: 600
}

.package-card-wrapper-new .package-price-new p span:nth-of-type(3) {
  font-size: 17px;
  color: #ccc;
  text-decoration: line-through;
  font-weight: 600
}

.package-card-wrapper-new .package-options-new {
  padding: 30px 20px
}

.package-card-wrapper-new .package-options-new p {
  font-size: 18px;
  line-height: 26px;
  color: #282828;
  text-align: center;
  font-weight: 600
}

.package-card-wrapper-new .package-options-new ul {
  padding-left: 0;
  list-style-type: none;
  height: 250px;
  overflow-y: scroll;
  margin-top: 15px
}

.package-card-wrapper-new .package-options-new ul::-webkit-scrollbar {
  width: 5px
}

.package-card-wrapper-new .package-options-new ul::-webkit-scrollbar-track {
  background: #bfbfbe;
  border-radius: 10px
}

.package-card-wrapper-new .package-options-new ul::-webkit-scrollbar-thumb {
  background: #121212;
  border-radius: 10px;
  width: 4px;
  transition: all .25s
}

.package-card-wrapper-new .package-options-new ul:hover::-webkit-scrollbar-thumb {
  background: #34b5dd;
  transition: all .25s
}

.package-card-wrapper-new .package-options-new ul li {
  position: relative;
  font-size: 14px;
  color: #282828;
  font-weight: 500;
  padding: 2px 0 2px 20px
}

.package-card-wrapper-new .package-options-new ul li:before {
  content: '\f00c';
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #34b5dd;
  transition: all .25s
}

.package-card-wrapper-new .package-options-new ul li:hover {
  cursor: pointer
}

.package-card-wrapper-new .package-buttons-new {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.package-card-wrapper-new .package-buttons-new a {
  width: calc(50% - 1px);
  background: #1ee896;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 5px;
  transition: all .35s;
  text-decoration: none
}

.package-card-wrapper-new .package-buttons-new a:nth-of-type(2) {
  background: #121212
}

.package-card-wrapper-new .package-buttons-new a:hover {
  background: #34b5dd;
  color: #fff
}

.package-card-wrapper-new .package-footer-new {
  text-align: center;
  margin-top: 20px;
}

.package-card-wrapper-new .package-footer-new p {
  color: #34b5dd;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  padding: 10px 5px;
  margin: 0
}

.package-card-wrapper-new .package-footer-new a.order-now-pack {
  position: relative;
  background: #34b5dd;
  background: linear-gradient(to right, #32b9d7 0%, #29cebd 45%, #20e299 99%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 50px;
  border-radius: 25px;
  display: inline-block;
  transition: all .35s;
  text-decoration: none
}

.package-card-wrapper-new .package-footer-new a.order-now-pack:hover {
  background: #000
}

.new-roww{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}




/**/
.nav-tabs>li.active>a {
    background: linear-gradient(to right, #32b9d7 0%, #29cebd 45%, #20e299 99%);
}
.nav-tabs>li>a {
    background: linear-gradient(to right, #32b9d7 0%, #29cebd 45%, #20e299 99%);
 }
 .green {
    color: #32bcd3;
    font-weight: 900;
}
.browse-industry-list ul li a::before {
    color: #22e19b;
 }

.parent-container .col-lg-4 img {
    margin-bottom: 40px;
}
.portfolio-inner img {
    max-width: 100%;
    width: 100% !important;
}
.tp-banner img{
    width: 100%;
}
.bg {
    background: url(../img/pi.webp) center;
    background-size: cover;
    padding: 30px 0;
}


.hero.hero-home .container {
    z-index: 3 !important;
}
.hero .container {
    height: 100%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: grid;
    color:#fff;
    /*position: relative;*/
}
.hero-overlay {
    opacity: .9;
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #303030!important;
}

.height-banner {
    height: 400px!important;
    min-height: 100px!important;
}
.hero-home {
    text-align: center;
    padding-top: 0;
}
.hero {
    overflow: hidden;
}
.container, .hero {
    position: relative;
}
.d_t {
    display: table;
    height: 100%;
    margin: 0 auto;
    padding: 80px 0!important;
}
.d_c {
    display: table-cell;
    position: relative;
}
.d_c h6 {
    font-size: 25px!important;
}
.d_c h4 {
    font-size: 40px!important;
    margin-top: 100px;
}


.nav-tabs>li>a {
    /*background: #ec1f27;*/
    border-bottom: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 11px;
    /* font-weight: 600; */
    letter-spacing: 2px;
    line-height: 1.42857;
    margin: 15px 32px;
    outline: 0;
    padding: 10px 19px;
    text-transform: uppercase;
}

.browse-industry-list ul li a::before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #22e19b;
    line-height: 25px;
}
.parent-container .col-lg-4 img {
    margin-bottom: 40px;
}
section {
    /*padding: 20px 0;*/
}

/**/
    .secondary-nav-wrap{ display: none; }
    .call-action span{ color: #16a085; }
    .call-action span small{ color: #626262; }
    .top-action .btn-line-fill{ color: #fff; }
    .browse-industry-list ul li a {
        color: #fff;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 24px;
        padding: 7px;
        text-transform: uppercase;
        margin-bottom: 0px;
        display: inline-block;
    }
    .parent-container .col-lg-4 img{
        margin-bottom: 40px;
    }
    .text-center1 {
        padding: 0 0%;
        border-bottom: none;
        display: block;
        width: 100%;
    }
    .nav-tabs>li {
        margin: 0 -15px;
    }
    .nav-tabs>li>a {
        font-size: 14px;
    }
    .new-nav{
    display: flex;
    align-items: center;
    justify-content: space-around;
    }
    .new-nav>li.active>a{
        color: #fff;
    }
    #header-sroll.small .nav-toggle span, #header-sroll.small .nav-toggle span:before, #header-sroll.small .nav-toggle span:after{background: #631a79;}
.port-cat-mb{
    display: none;
}
.hero-subservices{
    position: relative;
    max-height: 440px;
    overflow: hidden;
}
.hero-subservices .portfolioserviceh1_{
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 44px;
    font-weight: 600;
}
.portfolio-inner {
    margin-top: 30px;
}
