
.container-new{
    max-width:1170px;
}
.light_bg{
	background:#f5faff;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.default-color{
	color: #57d8fd !important;
}
.padding{
	padding:100px 0;
}
.padding-top{
	padding-top:100px;
}
.padding-bottom{
	padding-bottom:100px;
}
.img-holder{
	overflow:hidden;
	position: relative;
}
.img-holder img{
	width:100%;
}
.zoom-effect img{
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.pro-box-wrapp:hover .zoom-effect img,
.our-portfolio-wrapp:hover .zoom-effect img,
.better-solution-box:hover .zoom-effect img,
.client-section-box:hover .zoom-effect img{
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-transform: scale(1.2) rotate(2deg);
	-ms-transform: scale(1.2) rotate(2deg);
	transform: scale(1.2) rotate(2deg);
}
.overlay-effect {
	background: rgb(35,140,204);
	background: -moz-linear-gradient(122deg, rgba(35,140,204,1) 0%, rgba(30,37,82,1) 74%);
	background: -webkit-linear-gradient(122deg, rgba(35,140,204,1) 0%, rgba(30,37,82,1) 74%);
	background: linear-gradient(122deg, rgba(35,140,204,1) 0%, rgba(30,37,82,1) 74%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#238ccc",endColorstr="#1e2552",GradientType=1);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity:0;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-transform: scale(1.2) rotate(2deg);
	-ms-transform: scale(1.2) rotate(2deg);
	transform: scale(1.2) rotate(2deg);
	color: #fff;
}
.our-portfolio-wrapp:hover .overlay-effect {
	opacity:0.95;
}

/* ================================= */
/* ----------- Commen CSS ---------- */
/* ================================= */
/* ------ Button CSS ----- */
.web-btn {
	display: inline-block;
	min-width: 325px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	outline: none;
	padding:7px 7px 7px 20px;
	font-size: 18px;
	letter-spacing: 1px;
	overflow: hidden;
}
.web-btn span {
	position: absolute;
	display: inline-block;
	height: 100%;
	width: 65px;
	right: -15px;
	top: 0;
	transform: skew(-25deg);
}
.web-btn i {
	position: absolute;
	color: #fff;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
}
.dark-btn{
	background: #00070d;
	border: 1px solid #57d8fd;
	color: #fff;
}
.dark-btn span {
	background: #57d8fd;
}
.dark-btn:hover,
.dark-btn:focus{
	background: #57d8fd;
	border: 1px solid #57d8fd;
	color: #00070d;
}
.dark-btn:hover span,
.dark-btn:focus span {
	background: #00070d;
}
.dark-btn:hover i,
.dark-btn:focus i {
	color: #57d8fd;
}
.light-btn{
	background: #00070d;
	border: 1px solid #fff;
	color: #fff;
}
.light-btn span {
	background: #fff;
}
.light-btn i {
	color: #00070d;
}
.light-btn:hover,
.light-btn:focus{
	background: #fff;
	border: 1px solid #fff;
	color: #00070d;
}
.light-btn:hover span,
.light-btn:focus span {
	background: #00070d;
}
.light-btn:hover i,
.light-btn:focus i {
	color: #fff;
}

.simple-link{
	color:#fff;
	font-weight:500;
	display: inline-block;
} 
.simple-link i{
	padding-left:5px;
	transition: ease all 0.5s;
	font-size:16px;
} 
.simple-link:hover,
.simple-link:focus{
	color: #57d8fd;
} 
.simple-link:hover i,
.simple-link:focus i{
	padding-left:15px;
} 
.link-larg{
	font-size:22px;
}

/* ------ Heading CSS ----- */

/* ================================= */
/* ----- Hero Banner Home Page ----- */
/* ================================= */
/** Banner CSS **/
.hero-banner{
	position: relative;
	overflow: hidden;
	left:0;
	top:0;
	height:100%;
	width:100%;
}
.banner-bg{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.banner-bg img{
	width: 100%;
	height:100%;
}
.content-new{
	top: 0;
	left:0;
	right:0;
	width: 100%;
	height: 100%;
    position: absolute;
    overflow: hidden;
	margin: 0 auto;
	overflow-y: auto;
	padding: 90px 0 70px 0;
}
.default-home .content-new{
	right:auto;
	max-width: 1140px;
	padding:0;
}
.content-new .overlay-banner{
	left:0;
	top: 0;
	width:100%;
	height: 100%;
    position: fixed;
	background: #00070d;
}
.Web-form-box .skew-box{
    background:#fff;
    overflow: hidden;
}
.default-home .content-new{
	left: -128px;
	transform: skew(12deg);
}
.default-home .Web-form-box .skew-box{
    transform: skew(15deg);
}

/** Header CSS **/
.header-banner {
	background: #02182a;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 101%;
}
.header-banner .container-new{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height:90px;
}
.default-home .container-new{
	padding:0;
}
.default-home .header-banner {
	transform: skew(-12deg);
	padding-left: 240px;
	padding-right: 50px;
}
.header-banner .logo{
	max-width: 200px;
	width:100%;
}
.header-banner .logo a,
.header-banner .logo a img{
	display: block;
	width:100%;
}
.header-banner .header-right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-right .input-group {
	max-width: 190px;
	width: 100%;
}
.header-right .input-group .form-control {
	font-size: 12px;
	background: #02182a;
	border-color: #57d8fd;
	border-radius: 0;
	color: #fff;
	border-left: transparent;
	padding: 0 0 0 5px;
	cursor: pointer;
}
.header-right .input-group .input-group-text {
	color: #fff;
	background-color: #57d8fd;
	border:none;
	border-radius:0;
}
.header-right p {
	display: flex;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 0 0 15px;
}
.header-right p span{
	display:inline-block;
	margin:0 5px;
}
.header-right p a:focus,
.header-right p a:hover{
	color:#57d8fd;
}

/** Banner CSS **/
.wrapp-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	color: #fff;
	position: relative;
}
.wrapp-box .banner-home-text {
	padding-top: 0px;
	position: relative;
	z-index: 999;
}
.default-home .wrapp-box .banner-home-text {
	transform: skew(-12deg);
	padding-left: 160px;
	padding-right: 50px;
}
.wrapp-box .banner-home-text h2{
	font-size:56px;
	color:#fff;
	font-weight:700;
}
.wrapp-box .banner-home-text h2 span{
	display: inline-block;
	color:#57d8fd;
}
.wrapp-box .banner-home-text p {
	font-size: 30px;
	margin:30px 0;
	color: #fff;
	letter-spacing: 2px;
}
.wrapp-box .banner-home-text ul{
	margin-bottom:40px;
}
.wrapp-box .banner-home-text ul li{
	display: flex;
	font-size:18px;
	line-height:36px;
}
.wrapp-box .banner-home-text ul li span{
	margin-right:20px;
	color:#57d8fd;
}


/** Footer CSS **/
.footer-banner{
	position: fixed;
	bottom:25px;
	left: 0;
	width:100%;
}
.footer-banner .container-new{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.default-home .footer-banner{
	transform: skew(-12deg);
	padding-left:65px;
	padding-right: 50px;
}
.footer-banner p{
	color:#fff;
	font-size: 12px;
}
.footer-banner ul {
	display: flex;
}
.footer-banner ul li a {
	display: inline-block;
	font-size: 12px;
	margin: 0 0 0 20px;
}
.footer-banner ul li a:hover,
.footer-banner ul li a:focus{
	color:#57d8fd;
}
.bottom-img {
	position: fixed;
	bottom: 0;
	max-width: 300px;
	z-index:0;
}

.default-home .bottom-img {
	transform: skew(-12deg);
	left:62px;
}
.bottom-img img{
	width:100%;
}

/*** Pop up ***/
.sm-popup .modal-content{
	background:#02182a;
}
.sm-popup .modal-content .modal-header h5{
	font-size:28px;
	color: #fff;
}
.sm-popup .modal-content .modal-header .close {
	color:#fff;
}
.sm-popup .modal-content .modal-header{
	align-items: center;
	border-color:rgba(255,255,255,0.2);
	padding:1rem 2rem;
}
.sm-popup .modal-body{
	padding:2rem;
}
.sm-popup .modal-body p{
	color:#fff;
	margin-top:10px;
}

/* ================================= */
/* ------- Default Form Page ------- */
/* ================================= */
.form-wrap {
	max-width: 500px;
	width: 100%;
	background: #02182a;
	border-radius: 10px;
	margin: 0 auto;
	padding: 50px 0 0;
	overflow: hidden;
	position: relative;
	z-index:5;
}
.form-wrap h2{
	text-transform: uppercase;
	font-weight: 800;
	color:#fff;
	text-align: center;
}
.form-wrap h2 span{
	color:#57d8fd;
}
.form-wrap p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 25px 0;
}
.form-wrap .input-group {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.form-wrap .input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	padding:0;
	line-height:normal;
	color: #57d8fd;
	background-color: #001221;
	border: 1px solid #000c14;
	border-radius:0;
	height:55px;
	width:55px;
	flex:0 0 55px;
	font-size:20px;
}
.form-wrap .form-control {
	color: #fff;
	background-color: #001221;
	border: 1px solid #000c14;
	border-radius:0;
	height: 55px;
}
.default-form button{
	width:100%;
	background:#57d8fd;
	font-size:18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border:none;
	color: #02182a;
	padding:20px 10px;
}
.default-form button i {
	transform: translateX(5px);
	transition: ease all 0.5s;
}
.default-form button:hover i,
.default-form button:focus i{
	transform: translateX(15px);
}