body{
	margin:0;
	padding:0;
	font-family: 'Poppins';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
	height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
	border: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.eot');
	src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/Poppins-Bold.woff') format('woff'),
		url('../fonts/Poppins-Bold.ttf') format('truetype'),
		url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.eot');
	src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
		url('../fonts/Poppins-SemiBold.woff') format('woff'),
		url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
		url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.eot');
	src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Medium.woff2') format('woff2'),
		url('../fonts/Poppins-Medium.woff') format('woff'),
		url('../fonts/Poppins-Medium.ttf') format('truetype'),
		url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins-Regular.ttf') format('truetype'),
		url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.header{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header{
	top: 0;
	background: #0e0e0e;
	animation: smoothScroll 1s;
	z-index: 999;
}
.menu-part{

}
.logo{
	margin-top: 22px;
}
.header-right{
	text-align: right;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	list-style: none;
	margin-right:20px;
	display: inline-block;
}
.menu ul li:last-child{
	margin-right:0;
}
.menu ul li a{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 35px 0;
	transition: ease 0.5s all 0s;
}
.menu ul li a:hover, .menu ul li a.active{
	color: #3bd7c8;
}
.call-btn{
	display: inline-block;
	vertical-align: middle;
	background: #3bd7c8;
	color: #000 !important;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 24px 9px;
	border-radius: 50px;
	margin-left: 0;
	transition: ease 0.5s all 0s;
}
.call-btn img{
	margin: -2px 3px 0 0;
	transition: ease 0.5s all 0s;
}
.call-btn:hover{
	background: #e65f25;
	color: #fff !important;
}
.call-btn:hover img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(2deg) brightness(103%) contrast(104%);
}
.call-btn2{
	display: inline-block;
	vertical-align: middle;
	background: #3bd7c8;
	color: #000 !important;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 24px;
	border-radius: 50px;
	margin-left:5px;
	transition: ease 0.5s all 0s;
}
.call-btn2:hover{
	background: #e65f25;
	color: #fff !important;
}
.menu-title a{
	font-size: 14px !important;
	font-weight: 900 !important;
	color: #3bd7c8 !important;
}
/* .banner{
	background: #0e0e0e;
	padding: 180px 0 65px;
	overflow: hidden;
	position: relative;
} */
.banner{
	overflow: hidden;
	position: relative;
}
.banner video{
	margin-bottom:0;
	width: 100%;
}
.banner:before{
	width:100%;
	height:99%;
	background:rgba(0,0,0,0.2);
	position:absolute;
	top:0;
	left:0;
	content:"";
}
.banner-content {
	position: absolute;
	bottom:30px;
	width: 100%;
	text-align: center;
}
/* .banner:after{
	width: 701px;
	height: 738px;
	background: rgba(255,255,255,0.1);
	border-radius: 399px;
	position: absolute;
	top: -99px;
	right: -108px;
	content: "";
} */
.banner-title{
	font-size: 18px;
	font-weight: 500;
	color: #e86226;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
}
/* .banner-title:after{
	width: 40px;
	height: 1px;
	background: #e86226;
	position: absolute;
	top:12px;
	right: -50px;
	content: "";
} */
.banner-title2{
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	line-height: 39px;
	margin-top: 4px;
	text-shadow: 0 0 6px #000;
}
.banner-text{
	color: #fff;
	font-weight: 500;
	margin-top: 12px;
	text-shadow: 0 0 6px #000;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #e86226;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 30px 11px;
	border-radius: 50px;
	margin: 26px 5px 0 0;
	transition: ease 0.5s all 0s;
}
.banner-btn a:hover{
	background: #fff;
	color: #e65f25;
}
.banner-btn .ap-btn{
	background: #3bd7c8;
	color: #000;
}
.banner-btn .ap-btn:hover{
	background: #e86226;
	color: #fff;
}
.banner-man{
	width: 636px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	display:none;
}
.banner-bottom-sec{
	padding: 35px 0;
	border-bottom: 1px solid #e1e1e1;
}
.wpcp-single-item img{
	filter: grayscale(1) !important;
	transition: ease 0.5s all 0s;
}
.wpcp-single-item:hover img{
	filter: grayscale(0) !important;
}
.advisory-sec{
	padding: 40px 0 20px;
}
.ad-title{
	font-size: 28px;
	font-weight: bold;
	color: #1d1d1d;
	text-transform: uppercase;
	text-align: center;
}
.ad-title strong{
	color: #e86226;
}
#advisory-slider, #it-digital-slider{
	margin-top: 40px;
}
#advisory-slider .item, #it-digital-slider .item{
	border: 2px solid #1d1e1d;
	text-align: center;
	padding: 28px 10px 25px;
	border-radius: 7px;
	margin-left: 2px;
	box-shadow: 0 10px 6px -5px #bebebe;
	min-height: 100%;
	transition: ease 0.5s all 0s;
}
#advisory-slider .item:hover, #it-digital-slider .item:hover{
	background: #0a0a0a;
}
#advisory-slider .advisory-title, #it-digital-slider .advisory-title{
	font-weight: 600;
	color: #1c1c1c;
	text-transform: uppercase;
	margin-top: 15px;
	line-height: 1.3;
	transition: ease 0.5s all 0s;
}
#advisory-slider .item:hover .advisory-title, #it-digital-slider .item:hover .advisory-title{
	color: #3dd8c8;
}
#advisory-slider .owl-stage, #it-digital-slider .owl-stage{
	display: flex;
}
#advisory-slider .owl-stage-outer, #it-digital-slider .owl-stage-outer{
	padding-bottom: 22px;      
}
#advisory-slider .owl-prev, #advisory-slider .owl-next, #it-digital-slider .owl-prev, #it-digital-slider .owl-next{
	border: none;
	background: transparent; 
	color: #0000009e;
	position: absolute;
	top: 50%;
	transform: translateY(-50%); 
	padding: 0;
	font-weight: normal;
}
#advisory-slider .owl-prev, #it-digital-slider .owl-prev{
	left: -52px;
}
#advisory-slider .owl-next, #it-digital-slider .owl-next{
	right: -52px;
}
#advisory-slider .owl-prev span, #advisory-slider .owl-next span, #it-digital-slider .owl-prev span, #it-digital-slider .owl-next span{
	font-size: 60px;
	line-height: 20px;
	width: 40px;
	height: 40px;
	display: block;
	padding: 7px 0;
}
#advisory-slider .owl-dots, #it-digital-slider .owl-dots{
	display: none;
}
.experience-sec{
	padding: 20px 0 32px;
}
.line{
	border-top: 1px solid #d0d0d0;
}
.ex-left{
	font-size: 35px;
	font-weight: bold;
	color: #1d1e1d;
	line-height: 38px;
	margin-top: 22px;
}
.ex-left strong{
	display: block;
	font-weight: bold;
	color: #e86226;
}
.ex-right{
}
.ex-right ul{
	margin: 0;
	padding: 0;
}
.ex-right ul li{
	font-size: 15px;
	font-weight: 500;
	color: #363535;
	display: inline-block;
	vertical-align: top;
	margin-right: 70px;
	position: relative;
}
.ex-right ul li strong{
	display: block;
	font-size: 40px;
	font-weight: bold;
	color: #e86226;
}
.ex-right ul li:nth-child(2n) strong{
	color: #3bd7c8;
}
.ex-right ul li:after{
	width: 1px;
	height: 100%;
	background: #dadada;
	position: absolute;
	top: 0;
	right: -36px;
	content: "";
}
.ex-right ul li:last-child:after{
	display: none;
}
.about-sec{
	padding: 52px 0 0;
	position: relative;
	z-index: 1;
}
.about-title{
	font-size: 18px;
	font-weight: 500;
	color: #ee6a2f;
}
.about-title2{
	font-size: 40px;
	font-weight: bold;
	color: #1b1b1b;
	line-height: 42px;
	margin-top: 10px;
}
.about-text{
	color: #1b1b1b;
	padding-top: 24px;
	padding-right: 18px;
}
.read-btn{
	display: inline-block;
	background: #3bd7c8;
	color: #1b1b1b !important;
	font-size: 17px;
	font-weight: 500;
	padding: 11px 30px 10px;
	border-radius: 50px;
	margin-top: 26px;
	position: relative;
	z-index: 1;
	transition: ease 0.5s all 0s;
}
.read-btn:hover{
	background: #e65f25;
	color: #fff !important;
}
.about-right{
	position: relative;
	z-index:1;
}
.about-right img{
	border-radius: 10px;
}
.about-right::after{
	background: url(../images/shape1.jpg) no-repeat;
	width: 222px;
	height: 324px;
	position: absolute;
	top: -67px;
	right: -53px;
	content: "";
	z-index: -1;
}
.digital-sec{
	position: relative;
	background: #f8f8f8;
	padding: 70px 0 50px;
}
.digital-sec:before{
	background: url(../images/curve1.png) no-repeat;
	width: 100%;
	height: 244px;
	background-size: cover;
	position: absolute;
	top: -244px;
	left: 0;
	content: "";
}
.revolution-sec{
	padding: 60px 0 70px;
}
.left-part{
	position: relative;
	z-index: 1;
}
.left-part:before{
	background: url(../images/shape2.jpg) no-repeat;
	width: 197px;
	height: 286px;
	position: absolute;
	bottom: -52px;
	left: 20px;
	content: "";
	z-index: -1;
}
.right-part{
	padding-left: 30px;
}
.title ul{
	margin: 0;
	padding: 0;
}
.title ul li{
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	color: #2f3333;
	margin-right: 20px;
	padding-left: 18px;
	position: relative;
}
.title ul li:last-child{
	margin-right: 0;
}
.title ul li:first-child{
	padding-left: 0;
}
.title ul li:first-child:before{
	display: none;
}
.title ul li:before{
	width: 10px;
	height: 10px;
	background: #3bd7c8;
	position: absolute;
	top: 8px;
	left: 0;
	content: "";
	border-radius: 50%;
}
.title2{
	font-size: 30px;
	font-weight: bold;
	color: #101010;
	line-height: 38px;
	margin-top: 10px;
}
.title2 strong{
	display: block;
	color: #e86226;
}
.testimonial-sec{
	padding: 10px 0 50px;
}
.form-sec{
	position:relative;
}
.form-part{
	background: #0d0e0d;
	padding: 28px 48px 8px;
	border-radius: 10px;
}
.form-title{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #3bd7c8;
}
.bottom-form{
	margin-top:10px;
}
.frm_fld input {
	width:100%;
	padding:10px 15px;
	border:none!important;
	margin-top:12px;
	border-radius:3px;
	color:#000;
	background:#fff;
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:110px;
	padding:10px 15px;
	background:#fff !important;
	color:#000;
	margin-top:12px;
	border-radius:5px;
	border:none!important;
	resize:none
}
.send_btn input {
	border: none !important;
	display: block;
	width:100%;
	border-radius: 50px !important;
	color: #fff !important;
	padding: 10px 5px !important;
	background: #e86226 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	margin-top: 12px;
	text-transform: none !important;	
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.footer{
	background: #f7f7f7;
	padding: 30px 0 15px;
}
.home .footer{
	padding: 140px 0 15px;
	margin-top: -90px;
}
.foot_address {
	padding-top: 20px;
}
.foot_address ul{
	margin: 0;
	padding: 0;
}
.foot_address ul li{
	display: inline-flex;
	align-items: center;
	font-size: 17px;
	font-weight: 500;
	color: #141414;
	line-height: 1.3;
	margin-right: 50px;
	position: relative;
}
.foot_address ul li:last-child {
	margin-right: 0;
}
.foot_address ul li a{
	color: #141414;
	transition: ease 0.5s all 0s;
}
.foot_address ul li a:hover, .foot1 li a:hover {
	color: #e65f25;
}
.foot_address ul li span{
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #414141;
}
.foot_address ul li img{
	background: #e86226;
	border-radius: 50%;
	margin-right: 10px;
}
.foot_address ul li:nth-child(2) img{
	background: #3bd7c8;
}
.foot_address ul li:after{
	width: 1px;
	height: 100%;
	background: #a3a3a3;
	position: absolute;
	top: 0;
	right: -30px;
	content: "";
}
.foot_address ul li:last-child:after{
	display: none;
}
.social{
	text-align: center;
}
.social strong{
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
}
.social a{
	margin: 0 3px;
}
.line2 {
	border-top: 1px solid #d0d0d0;
	margin-top: 30px;
	margin-bottom: 5%;
}
.foot_title{
	font-size: 20px;
	font-weight: bold;
	color: #282626;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	list-style: none;
	font-weight: 500;
	color: #565656;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.foot1 li a{
	color: #565656; 
	transition: ease 0.5s all 0s;
}
.line3{
	position: relative;
}
.line3:after{
	width: 1px;
	height: 100%;
	background: #b8b8b8;
	position: absolute;
	top: 0;
	right: 25px;
	content: "";
}
.copyright{
	text-align: center;
	border-top: 1px solid #d0d0d0;
	margin-top: 40px;
	padding-top: 15px;
	color: #565656;
}
.copyright a{
	color: #e65f25;
}
#back2Top {
	width: 44px;
	height: 44px;
	line-height: 30px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 52px;
	right: 1%;
	color: #fff;
	background: #e65f25;
	text-align: center;
	opacity: 0;
}
#back2Top.show {
	opacity: 1;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background:#0e0e0e !important;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 240px 0 135px !important;
	margin: 0 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	width: 701px;
	height: 738px;
	background: rgba(255,255,255,0.1);
	border-radius: 399px;
	position: absolute;
	top: -99px;
	right: -108px;
	content: "";
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	margin-bottom: 0;
}
.abt-title {
	font-size: 28px;
	font-weight: bold;
	color: #1b1a1a;
	margin-bottom: 12px;
	line-height: 1.3;
}
.abt-title strong{
	font-weight: bold;
	color: #e86226;	
}
.terms .abt-title{
	font-size: 24px;
	margin-top: 15px;
}
.ab-inner-text {
	font-size: 16px;
	color:#1b1b1b;
}
.ab-inner ul {
	padding: 0px;
	margin: 20px 0 0;
}
.ab-inner ul li {
	background-image: url(../images/check3.png);
	background-repeat: no-repeat;
	background-position: top 3px left;
	display: block;
	padding-left: 30px;
	padding-bottom: 8px;
	color: #1b1b1b;	
}
.ab-iner-img img{
	width:100%;
}
.blue-part{
	background:#000;
	padding:30px 10px;
	border-radius: 6px;
}
.blue-part .ab-inner-text.big{
	font-size: 20px;
	color: #3bd7c8;
	font-weight: 500;
	line-height: 1.3;
}
.inner-box-top{
	margin-top:25px;
}
.inner-box{
	box-shadow: 0 0 8px #868686;
	min-height: 100%;
	padding: 20px 20px;
	border-radius: 6px;
}
.inner-box img{
	width:80px;
}
.inner-box p{
	margin-bottom:0;
}
.inner-box-title{
	font-size: 20px;
	font-weight: 600;
	color: #e86226;
	margin-top: 10px;
	line-height: 1.3;
}
.inner-box-text {
	font-size: 17px;
	margin-top: 8px;
	color: #000;
}
.youtube-box{
	margin-top:30px;
}
.blue-part2{
	background: #3cd8c84f;
	margin: 50px 0;
	padding: 40px 15px;
}
.blue-part2 .abt-title{
	margin-top:20px;
}
.blue-part2 .abt-title.dup{
	font-size: 22px;
	color: #e65f25;
}
.blue-part2 .ab-inner-text, .blue-part2 .ab-inner ul li{
	color:#000;
}
.blue-part2 .ab-inner-text{
	font-size:18px;
}
.orange{
	background:#e65f25;
}
.inner-btn{
	margin-top:30px;
}
.inner-btn a{
	display: inline-block;
	background: #3bd7c8;
	color: #000 !important;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 30px;
	border-radius: 50px;
	transition: ease 0.5s all 0s;
}
.inner-box2 .inner-box{
	background:#242323;
	box-shadow: none;
	padding: 30px 20px;
}
.inner-box2 .inner-box-text{
	color:#fff;
}
.inner-box3-top{
	margin-top:80px;
}
.inner-box3{
	box-shadow: 0 0 5px #a09f9f;
	min-height: 100%;
	padding: 0 0 30px;
}
.inner-box3-top:nth-child(2){
	margin-top:30px;
}
.inner-box3-top:nth-child(2) .inner-box3{
	box-shadow: 0 0 20px #7d7d7d;
	padding: 0 0 50px;
	min-height: auto;
}
.inner-box3-title {
	background: #3bd7c8;
	text-align: center;
	padding: 20px 0;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
}
.inner-box3-title strong{
	display:block;
	font-weight: bold;
}
.price{
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 100px;
	height: 100px;
	background: #0e0e0e;
	margin: 19px auto 0;
	border-radius: 50%;
	padding: 32px 0;
	border: 5px solid #fff;
	box-shadow: 0 0 7px #e65f25;
}
.inner-box3 ul{
	margin:25px 0 0;
	padding:0 15px;
}
.inner-box3 ul li{
	list-style: none;
	font-size: 17px;
	font-weight: 500;
	margin-top: 8px;
	line-height: 1.3;
	padding-left: 24px;
	color: #000;
	position:relative;
}
.inner-box3 ul li:before{
	content: "";
	width: 12px;
	height: 12px;
	background: #e65f25;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0;		
}
#consultation-form{
	padding-top:100px;
}
.consultation-form{
	background: #0d0e0d;
	padding: 30px 25px 0;
	margin-top: 18px;
	border-radius: 5px;
}
.acceptance-title{
	color:#fff;
	margin-top:10px;
}
.acceptance-title p{
	margin-bottom:0;
}
.acceptance-title .wpcf7-list-item{
	margin-left:0 !important;
}
.consultation-form .send_btn input{
	width: auto;
	padding: 10px 46px !important;
	margin-top:25px;
}
.contact-left {
	height: 100%;
	padding: 35px 25px 15px;
}
.info-text {
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
}
.contact_top_number {
	font-size: 18px;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	font-weight: 500;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 4px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background:#3cd8c8;
	padding: 35px 25px 0;
}
.contact-right .acceptance-title{
	color:#000;
	font-size: 15px;
}
.contact-right .send_btn input {
	width: auto;
	padding: 10px 46px !important;
	margin-top: 25px;
}
.price-box-top{
	margin-bottom:30px;
}
.price-box{
	box-shadow: 0 3px 5px -2px #717171;
	text-align: center;
	padding: 0 0 10px;
	min-height: 100%;
	border-radius: 5px;
	overflow:hidden;
}
.price-title2{
	font-size: 18px;
	background: #3bd7c8;
	color: #000;
	padding: 10px 0;
	text-transform: uppercase;
}
.price2 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin: 15px 0 5px;
}
.time {
	font-size: 18px;
	color: #1d1d1d;
	font-weight: 500;
}
.price-title {
	background: #e65f25;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 12px 0;
	margin-top: 12px;
}
.price-text {
	font-size: 17px;
	color: #434343;
	margin-top: 12px;
	padding: 0 15px;
	line-height: 1.4;
}
.price-box a{
	display: inline-block;
	background: #7cd856;
	color: #000 !important;
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px 22px 7px;
	border-radius: 50px;
	margin-top: 20px;
	font-weight: 600;
}
.inr-box1-top{
	margin-top:15px;
}
.inr-box1{
	box-shadow: 0 0 4px #bababa;
	border-radius:5px;
	background:#fff;
	min-height: 100%;
	padding:10px 14px 20px;
}
.inr-box1 p{
	margin-bottom:0;
}
.inr-box1-title {
	font-size: 17px;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
	margin-top: 10px;
}
.inr-box1-text {
	font-size: 15px;
	margin-top: 9px;
	line-height: 1.4;
	color: #000;
}


.footer_fixed_buttons {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	z-index:99
}
.footer_btn1 {
	width:50%;
	float:left;
	background:#3bd7c8;
	color:#000!important;
	padding:10px 0;
	font-weight:600;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
	padding: 9px 12px;
	border-radius: 50%;
	width: 44px;
	height: 44px;
}
.footer_btn3 {
	width:50%;
	float:left;
	background:#040404;
	color:#fff!important;
	padding:10px 0;
	font-weight:600;
}
.back-btn a {
	background: #040404;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50px;
	padding: 10px 20px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 30px 0;
	text-align: center;
}

/*****Booking Form*****/

.pricing-sec{
	padding: 130px 0 50px;
	background: #0e0e0e;
	position: relative;
	overflow: hidden;
	z-index: 99;
}
.pricing-sec:before{
	width: 878px;
	height: 760px;
	background: rgba(255,255,255,0.1);
	border-radius: 399px;
	position: absolute;
	top: -90px;
	right: -415px;
	content: "";
	z-index: -1;
}
.pricing-part{
	background: #fff;
	padding: 30px 25px;
	border-radius: 10px;
	margin-top: 30px;
}
.pricing-title{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom:18px;
}
.pring-form-item {
	margin-top: 10px;
	padding: 15px 12px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}
.pring-check {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 17px;
	font-weight: 600;
	color: #404040;
	padding-left: 35px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.pring-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.pring-check .checkmark {
	background-color: #fff;
	display: block;
	border-radius: 5px;
}
.pring-check:hover input ~ .checkmark:before{
	background-color: #f0eded;
}
.pring-check .checkmark:before{
	width: 25px;
	height: 25px;
	background: #fefefe;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #e65f25;
}
.pring-check input:checked ~ .checkmark:before {
	background-color: #e65f25;
}
.pring-check .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.pring-check .checkmark:after {
	left: 9px;
	top: 6px;
	width: 6px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pring-check input:checked ~ .checkmark:after {
	display: block;
}
.right-fix-sec{
	background: #3bd7c8;
	padding: 50px 25px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}
.pp-price{
	font-size: 34px;
	font-weight: bold;
	color: #000;
	line-height: 1.4;
}
.right-fix-sec .gst{
	display: block;
	text-align: center;
	font-size: 17px;
}
.quote-text{
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	line-height: 1.3;
	margin-top: 7px;
}
.quote {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	margin-top: 30px;
}
.quote-title{
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	display: flex;
	align-items: start;
	justify-content: space-between;
	margin-top: 8px;
	line-height: 1.3;
}
.quote-title span{
	color: #000;
	margin-left: 12px;
}
.pr-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	color: #000;
}
.pr-title strong, .pr-title2 strong{
	color: #e65f25;
	font-weight: bold;
	font-size: 17px;
	margin-left: 5px;
}
.pr-title2{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pr-text {
	font-weight: normal;
	font-size: 17px;
	margin-top: 8px;
	color: #000;
}
/* .price-box{
box-shadow: 0 0 7px #cecece;
padding: 30px 25px;
} */
.booking_dete_select_title{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
	text-align: center;
}
.date-text {
	font-size: 15px;
	display: flex;
	align-items: center;
	color: #4b4b4b;
	font-weight: 600;
}
.date-text img{
	margin-right: 10px;
}
.new_booking_form{
	padding: 30px 0;
}
.contact-sec-new .form-control {
	border: 1px solid #ccc !important;
	border-radius: 5px;
	box-shadow: none;
	margin-top: 12px;
	padding: 12px 10px;
	color: #000;
	font-size: 16px;
}
.contact-sec-new .form-control.message{
	min-height: 120px;
	resize: none;
}
.common-btn{
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 15px;
	padding: 12px 20px;
	border-radius: 5px;
	border: none;
	text-transform: uppercase;
	background: #e86226 !important;
	font-weight: bold;
	width: auto;
	margin: 24px auto 0;
}
.next-btn{
	display: inline-block;
	background: #000;
	color: #fff !important;
	text-decoration: none;
	margin-top: 30px;
	padding: 8px 30px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 50px;
}
.menu-part2{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 16px 0;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.inner-bg{
	background:#3bd7c814;
	margin-top:40px;
	padding:40px 0;
}
.inner-box4-top{
	margin-top:30px;
}
.inner-box4{
	display: flex;
	align-items: start;
	background: #fff;
	padding: 25px 22px;
	border-radius: 8px;
	min-height: 100%;
	box-shadow: 0 0 8px #b2b2b2;
}
.inner-box4 img{
	background: #000;
	border-radius: 50%;
	max-width: 75px !important;
	margin-right: 18px;
}
.inner-box4 .inner-box-title{
	margin-top: 0;
	font-size: 22px;
	color: #3bd7c8;
	font-weight: bold;
}
.inner-box4 .inner-box-text{
	font-size: 16px;
}

.popup-sec {
	padding: 30px 25px 0;
	overflow: hidden;
}
.sgpb-content{
	padding:0 !important;
	border-radius: 5px !important;
}
.con-title{
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;	
	text-align: center;
}
.pop-left p{
	margin-bottom:0;
}
.pop-left .frm_fld input{
	border:1px solid #919090 !important;
	padding: 8px 10px;
}
.pop-left .frm_fld textarea{
	border:1px solid #919090 !important;
}
.pop-left .send_btn input{
	width: auto;
	padding: 6px 38px !important;
	margin: 14px auto 0;
}
.fixed-sidebar{
	position: fixed;
	top: 250px;
	left: -45px;
	display: inline-block;
	background: #3bd7c8;
	color: #000 !important;
	font-size: 15px;
	font-weight: bold;
	padding: 8px 18px 12px 18px;
	transform: rotate(-90deg);
	text-transform: uppercase;
	border-radius: 0 0 5px 5px;
	transition: ease 0.5s all 0s;
	z-index:99;
	animation: pulse-animation 1.5s infinite;
}
@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgba(10, 177, 161, 0.5);
	}
	100% {
		box-shadow: 0 0 0 20px rgba(10, 177, 161, 0);
	}
}
.booking-sec{
	background: #3cd8c8;
	padding: 28px 25px 0;
	border-radius: 7px;
}
.booking-sec .send_btn input{
	width: auto;
	padding: 10px 46px !important;
	margin: 25px auto 0;
}



/*Responsive*/
/* @media only screen and (min-width : 320px) and (max-width : 567px) {
	.banner video{
		height: 338px;
		object-fit: cover;
	}
} */

@media only screen and (min-width : 320px) and (max-width : 767px) {
	.sgpb-content{
		width: auto !important;
		max-width: 100% !important;
	}
	.popup-sec {
		padding: 30px 10px 0;
	}
	.banner::before{
		display:none;
	}
	.banner-content{
		position: relative;
		bottom: 0;
		margin-top:10px;
	}
	.banner-title2, .banner-text{
		color: #000;
		text-shadow: none;
	}
}

@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.header{
		background: #292929;
		padding:10px 0;
	}
	.call-btn, .menu, .call-btn2{
		display:none;
	}
	.logo {
		margin-top: 0;
	}
	.logo img{
		width: 109px;
	}
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}
	.banner {
/* 		padding: 44px 0 0; */
		margin-top: 55px;
	}
	.banner:after{
		display:none;
	}
	.banner-title{
		font-size: 16px;
	}
	.banner-title2 {
		font-size: 22px;
		line-height: 26px;
		margin-top: 1px;
	}
	.banner-text {
		margin-top: 5px;
		font-size: 14px;
	}
	.banner-btn a {	
		font-size: 15px;	
		padding: 8px 24px;	
		margin: 12px 3px 0 0;
	}
	.banner-man {
		width: 100%;
		position: relative;
		margin-top:30px;
	}
	.banner-bottom-sec {
		padding: 20px 0;
	}
	.advisory-sec {
		padding: 30px 0 10px;
	}
	.ad-title{
		font-size: 24px;
	}
	#advisory-slider, #it-digital-slider {
		margin-top: 30px;
	}
	#advisory-slider .owl-prev, #advisory-slider .owl-next, #it-digital-slider .owl-prev, #it-digital-slider .owl-next{
		display:none;
	}
	.experience-sec {
		padding: 5px 0 25px;
	}
	.ex-left{
		font-size: 24px;
		line-height: 28px;
	}
	.ex-left strong{
		display: inline-block;
	}
	.ex-right {
		margin-top: 20px;
	}
	.ex-right ul li{
		display: block;
		margin-right: 0;
		margin-top: 10px;
	}
	.ex-right ul li::after{
		display:none;
	}
	.ex-right ul li strong{
		font-size: 34px;
	}
	.about-sec{
		padding: 6px 0 0;
	}
	.about-title2 {
		font-size: 24px;
		line-height: 30px;
		margin-top: 5px;
	}
	.about-text {
		padding-top: 15px;
		padding-right: 0;
	}
	.read-btn {		
		font-size: 16px;		
		padding: 10px 30px;		
		margin-top: 20px;		
	}
	.about-right{
		margin-top:30px;
	}	
	.about-right img{
		width:100%;
	}
	.about-right::after{
		display:none;
	}
	.digital-sec {
		padding: 30px 0 20px;
	}
	.revolution-sec {
		padding: 30px 0;
	}
	.left-part::before, .line3::after{
		display:none;
	}
	.left-part img{
		width:100%;
	}
	.right-part {
		padding-left: 0;
		margin-top: 30px;
	}
	.title ul li {
		font-size: 16px;
		margin-right: 10px;
		padding-left: 18px;
		position: relative;
	}
	.title2 {
		font-size: 24px;
		line-height: 30px;
	}
	.testimonial-sec {
		padding: 10px 0 5px;
	}
	.form-part {
		padding: 25px 20px 5px;
	}
	.form-title{
		font-size: 20px;
	}
	.home .footer{
		padding: 20px 0 60px;
		margin-top: 0;
	}
	.footer {
		padding:20px 0 60px;
	}
	.foot_address {
		padding-top: 0;
	}
	.foot_address ul li{
		display: flex;
		margin-right: 0;
		margin-top: 12px;
	}
	.foot_address ul li::after{
		display:none;
	}
	.foot_title{
		font-size: 18px;
		margin-top:10px;
	}
	.copyright{
		margin-top: 20px;
		font-size: 15px;
	}
	.page .entry-header, .blog_page_header{
		padding: 135px 0 90px !important;
		margin: 0 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 24px;
	}
	.blue-part2{
		margin: 30px 0;
		padding: 30px 15px;
	}
	.blue-part2 .ab-inner-text {
		font-size: 16px;
		text-align: left;
	}
	.abt-title{
		font-size: 20px;
	}
	.ab-inner-text{
		text-align: left;
	}
	.ab-inner ul li{
		text-align: left;
		font-size: 15px;
	}
	.ab-iner-img{
		margin-top:15px;
	}
	.inner-btn a{
		font-size: 15px;
		padding: 14px 20px;
	}
	.blue-part2 .abt-title.dup{
		font-size: 17px;
	}
	.blue-part{
		padding: 25px 10px;
	}
	.blue-part .ab-inner-text.big{
		font-size: 18px;
	}
	.inner-box-title{
		font-size: 18px;
	}
	.inner-box-text {
		font-size: 16px;
		margin-top: 6px;
	}
	.inner-box-top {
		margin-top: 20px;
	}
	.inner-box3-top, .inner-box3-top:nth-child(2) {
		margin-top: 25px;
	}
	.inner-box3-title{
		font-size: 20px;
	}
	#consultation-form {
		padding-top: 65px;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right{
		padding: 20px 15px 0;
	}
	.price-box-top {
		margin-bottom: 25px;
	}
	.price-title{
		font-size: 18px;
	}
	.price2{
		font-size: 22px;
	}	
	.menu-part2{
		padding: 10px 0;
	}
	.menu-part2 .call-btn{
		display: inline-block;
		font-size: 15px;
		padding: 7px 18px;
		margin-left: 0;
		position: fixed;
		top: 0;
		right: 34px;
	}
	.pricing-sec{
		padding: 90px 0 30px;
	}
	.pricing-part{
		padding: 30px 15px;
		margin-top: 20px;
	}
	.pricing-title{
		font-size: 18px;
	}
	.booking_dete_select_title{
		font-size: 20px;
	}
	.pring-form-item{
		padding: 15px 6px;
	}
	.pring-check{
		font-size: 14px;
	}
	.pr-title strong, .pr-title2 strong {
		font-size: 16px;
		margin-left: 5px;
	}
	.pr-title{
		font-size: 16px;
	}
	.pr-text{
		font-size: 15px;
	}
	.right-fix-sec{
		margin-top:20px;
		padding: 25px 25px;
	}
	.pp-price{
		font-size: 26px;
	}
	.new_booking_form {
		padding: 0;
	}
	.creditcard{
		margin-top:30px;
	}
	.creditcard .front{
		position: relative !important;
	}
	.creditcard .back{
		top: 0;
	}
	
	
	.inner-box4-top {
		margin-top: 20px;
	}
	.inner-box4{
		display: block;
		padding: 22px 12px;
	}
	.inner-box4 p{
		margin-bottom:0;
	}
	.inner-box4 img{
		margin-right: 0;
	}
	.inner-box4 .inner-box-title{
		margin-top: 12px;
		font-size: 20px;
	}
	.inner-box4 .inner-box-text {
		font-size: 15px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner {
/* 		padding: 50px 0 0 !important; */
	}
	.banner-man {
		width: 100% !important;
		position: relative !important;
		margin-top: 30px !important;
	}
	.ex-right ul li{
		margin-right: 15px !important;
		font-size: 13px !important;
	}
	.ex-right ul li strong {
		font-size: 22px !important;
	}
	.right-part{
		margin-top: 30px !important;
	}
	.inner-box-top, .youtube-box, .inner-box3-top{
		width:50%;
	}
	
	.right-fix-sec {
		margin-top: 20px !important;
	}
	.form-container{
		max-width: 100% !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.banner{
/* 		padding: 50px 0 54px; */
	}
	.banner-man {
		width: 355px;
		position: absolute;
		margin-top: 0;
	}
	.ex-right ul li {
		display: inline-block;
		margin-right: 42px;
		margin-top: 0;
	}
	.right-part{
		margin-top: 0;
	}
	.foot_address ul li {
		display: inline-flex;
		margin-right: 20px;
		font-size: 16px;
	}
	.foot_address ul li img{
		width: 48px;
	}	
	.right-fix-sec{
		margin-top: 0;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.call-btn{
		margin-left: 0;
		font-size: 13px;
		padding: 10px 18px 9px;
	}
	.call-btn2{
		font-size: 13px;
		padding: 10px 20px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		font-size: 13px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
		margin-right: 16px !important;
	}
	.menu-title a{
		font-size: 15px !important;
	}
	.banner-title2 {
		font-size: 35px;
		line-height: 40px;
	}
	.banner-man{
		width: 520px;
	}
	.banner::after{
		width: 590px;
		height: 615px;
		top: -44px;
	}
	.ex-right ul li{
		margin-right: 40px;
	}	
	.ex-right ul li::after{
		right: -21px;
	}
	.right-part {
		padding-left: 0;
	}
	.title ul li{
		font-size: 16px;
	}
	.foot_address ul li{
		font-size: 15px;
		margin-right: 20px;
	}
	.foot_address ul li img{
		width: 50px;
	}
	.foot_address ul li::after{
		right: -13px;
	}
	.foot_title{
		font-size: 18px;
	}	
	.pp-price{
		font-size: 30px;
	}
	.quote-title{
		font-size: 14px;
	}
	.banner-btn a{
		margin: 12px 5px 0 0;
	}
	.about-right::after{
		right: -41px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
/* 	.banner{
		padding: 50px 0 54px;
	} */
	.banner-title2 {
		font-size: 26px;
		line-height: 33px;
	}
	.banner-man {
		width: 355px;
		position: absolute;
		margin-top: 0;
	}
	.ex-right ul li {
		display: inline-block;
		margin-right: 42px;
		margin-top: 0;
	}
	.right-part{
		margin-top: 0;
	}
	.foot_address ul li {
		display: inline-flex;
		margin-right: 20px;
		font-size: 16px;
	}
	.foot_address ul li img{
		width: 48px;
	}	
	.right-fix-sec{
		margin-top: 0;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.call-btn{
		margin-left: 0;
		font-size: 13px;
		padding: 10px 18px 9px;
	}
	.call-btn2{
		font-size: 13px;
		padding: 10px 20px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		font-size: 13px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
		margin-right: 16px !important;
	}
	.menu-title a{
		font-size: 15px !important;
	}
	.banner-title2 {
		font-size: 35px;
		line-height: 40px;
	}
	.banner-man{
		width: 590px;
	}
	.ex-right ul li{
		margin-right: 40px;
	}
	.ex-right ul li::after{
		right: -22px;
	}
	.foot_address ul li {		
		font-size: 15px;		
		margin-right: 20px;
	}
	.foot_address ul li::after{
		right: -15px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.call-btn{
		margin-left: 0;
		font-size: 13px;
		padding: 10px 18px 9px;
	}
	.call-btn2{
		font-size: 13px;
		padding: 10px 20px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		font-size: 13px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
		margin-right: 16px !important;
	}
	.menu-title a{
		font-size: 15px !important;
	}
	.banner-title2 {
		font-size: 35px;
		line-height: 40px;
	}
	.banner-man{
		width: 590px;
	}
	.ex-right ul li{
		margin-right: 40px;
	}
	.ex-right ul li::after{
		right: -22px;
	}
	.foot_address ul li {		
		font-size: 15px;		
		margin-right: 20px;
	}
	.foot_address ul li::after{
		right: -15px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.call-btn{
		margin-left: 0;
		font-size: 13px;
		padding: 10px 18px 9px;
	}
	.call-btn2{
		font-size: 13px;
		padding: 10px 20px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		font-size: 13px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
		margin-right: 16px !important;
	}
	.menu-title a{
		font-size: 15px !important;
	}
	.banner-title2 {
		font-size: 35px;
		line-height: 40px;
	}
	.banner-man{
		width: 520px;
	}
	.banner::after{
		width: 590px;
		height: 615px;
		top: -44px;
	}
	.ex-right ul li{
		margin-right: 40px;
	}	
	.ex-right ul li::after{
		right: -21px;
	}
	.right-part {
		padding-left: 0;
	}
	.title2{
		font-size: 27px;
		line-height: 35px;
	}
	.title ul li{
		font-size: 16px;
	}
	.foot_address ul li{
		font-size: 15px;
		margin-right: 20px;
	}
	.foot_address ul li img{
		width: 50px;
	}
	.foot_address ul li::after{
		right: -13px;
	}
	.foot_title{
		font-size: 18px;
	}
}

@media screen and (min-width: 1424px) {
	.about-right::after{
		right: 0;
	}
	.left-part:before{
		bottom: -32px;
		left: 78px;
	}
	.banner-content{
		bottom: 50px;
	}
	.banner video{
		height:650px;
		object-fit:cover;
	}
}

@media screen and (min-width: 1624px) {
	.banner:after{
		width: 770px;
		height: 812px;
	}
	.digital-sec:before{
		height: 283px;
		top: -284px;
	}
	.banner-content{
		bottom: 65px;
	}
	.banner video{
		height:700px;
		object-fit:cover;
	}
}

@media screen and (min-width: 1920px) {
	.banner video{
		height:800px;
		object-fit:cover;
	}
	.banner:after{
		width: 897px;
		height: 902px;
		border-radius: 427px;
	}
	.banner-man{
		width: 680px;
	}
	.digital-sec:before{
		height: 315px;
		top: -315px;
	}
	.banner-content{
		bottom: 80px;
	}
}

@media screen and (min-width: 2048px) {
	.banner video{
		height:1000px;
		object-fit:cover;
	}
	.digital-sec:before{
		height: 350px;
		top: -350px;
	}
	.banner-content{
		bottom: 100px;
	}
}

@media screen and (min-width: 2550px) {
	.banner video{
		height:1200px;
		object-fit:cover;
	}
	.banner:after{
		width: 944px;
		height: 977px;
		border-radius: 474px;
	}
	.banner-man{
		width: 740px;
	}
	.digital-sec:before{
		height: 460px;
		top: -460px;
	}
	.banner-content{
		bottom: 120px;
	}
}    
