@font-face {
	font-family: 'poppinsregular';
	src: url('poppins-regular-webfont.woff2') format('woff2'), url('poppins-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'poppinsregular' !important;
	font-weight: 500;
}

header {
	background: #111820;
}

h2 {
	font-size: 52px;
}

a {
	text-decoration: none;
}

a:hover {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.main-header {
	position: relative;
	z-index: 9;
}

.fixed-header {
	position: fixed !important;
	width: 100%;
	z-index: 9999;
}

/* scroll */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #535353;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #222222;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #151515;
}

/* scroll */
.fixed-header .navbar-brand img {
	height: 40px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.fixed-header .nav-link.contact {
	min-height: 60px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.navbar {
	padding: 0;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.nav-link {
	font-size: 16px;
	text-transform: uppercase;
	padding: 0px 0px 10px;
	height: 100%;
	margin-right: 35px;
	color: #fff;
	display: flex;
	align-items: flex-end;
}

.nav-link.active {
	color: #ef4036 !important;
}

.nav-link.contact {
	background-color: #ff422f;
	color: #fff !important;
	padding-left: 50px !important;
	padding-right: 50px !important;
	min-height: 82px;
	margin-right: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav-link.contact:hover {
	display: flex;
	align-items: end;
	padding: 0px 0px 20px;
}

.dropdown-toggle::after {
	display: none;
}

.navbar-nav .dropdown-menu {
	background-color: #000;
	padding: 10px 20px;
	min-width: 250px;
	border-radius: 0;
	margin-top: 0px;
}

.navbar-nav .dropdown-menu a {
	color: #fff;
	text-decoration: none;
	line-height: 35px;
	font-size: 14px;
}

.navbar-nav .dropdown-menu a:hover {
	color: #ef4036 !important;
	padding-left: 30px;
	position: relative;
}

.navbar-nav .dropdown-menu a:hover:after {
	position: absolute;
	content: "";
	background: red;
	width: 20px;
	height: 2px;
	left: 0;
	top: 6px;
}

.navbar-nav .dropdown-menu ul {
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

.navbar-nav .dropdown-menu ul li {
	list-style: none;
}

.nav-link:hover {
	color: #ef4037;
}

.navbar-brand img {
	max-width: 169px;
	height: 57px;
}

.search {
	align-content: center;
	align-items: center;
	text-align: center;
}

.search img {
	width: 40%;
}

.banner-area {

	/* background-image: url(../images/bg.png); */
	background-size: cover;
	background-color: #000;
}

.support-scrollsnap .scroll-container {
	overflow: scroll;
	-ms-overflow-style: none;
	/* for Internet Explorer, Edge */
	scrollbar-width: none;
	/* for Firefox */
}

.support-scrollsnap .scroll-container::-webkit-scrollbar {
	display: none;
	/* for Chrome, Safari, and Opera */
}

.scroll-container,
.scroll-area {
	max-width: 100%;
	height: 700px;
}

.scroll-container {
	overflow: auto;
	scroll-snap-type: y mandatory;
}

.scroll-area .caption {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	position: relative;
}

.scroll-area h3 {
	font-size: 72px;
	text-align: center;
	color: #fff;
	align-items: flex-end;
	justify-content: center;
	width: fit-content;
	float: left;
}

.scroll-area .c-video {
	width: fit-content;
	float: left;
	margin-top: -120px;
	margin-left: -40px;
}

.colla-video {
	position: absolute;
	top: -179px;
	right: 174px;
	z-index: 1;
}

.colla-head {
	position: absolute;
	z-index: 9999;
}

.colla-content {
	position: relative;
	z-index: 999;
	margin-top: 40px;
}

.f-head {
	margin-right: -80px;
	position: relative;
	z-index: 9999999;
}

.d-head {
	margin-right: -90px;
	position: relative;
	z-index: 9999999;
}

.scroll-area h3 span {
	display: inline-block;
	margin-left: 10px;
}

.scroll-area .f-video {
	width: fit-content;
	float: left;
	margin-top: -120px;
	margin-right: -100px;
}

.scroll-area .d-video {
	width: fit-content;
	float: left;
	margin-top: -70px;
	margin-right: -120px;
}

.scroll-area p {
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.del-head {
	font-size: 48px;
	color: #ff422f;
}

.scroll-area {
	scroll-snap-align: center;
}

.scroll-container,
.scroll-area {
	margin: 0 auto;
}

.scroll-area {
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}

.scroll-area:nth-of-type(1) {

	/*	background: #000;*/
}

.scroll-area:nth-of-type(2) {

	/*	background: #000;*/
}

.scroll-area:nth-of-type(3) {

	/*	background: #000;*/
}

.scroll-area:nth-of-type(4) {

	/*	background: #000;*/
}

.narrative-sec {
	padding: 70px 0;
}

.separtor-h {
	width: 65px;
	height: 4px;
	background-color: #ff422f;
	margin-top: 10px;
}

.noteworthy-sec {
	padding: 70px 0;
	color: #fff;
}

.insight-sec {
	padding: 70px 0;
	background-color: #ef4037;
	color: #fff;
}

.sq-box {
	border: 2px solid #fff;
	padding: 80px 30px 60px 30px;
}

.form-control {
	padding: 10px 15px;
}

.icon-size-in {
	width: 80px;
	margin: 0 auto;
	display: block;
}

.sq-box-icon-btn {
	padding: 5px 10px;
	text-align: center;
	font-size: 15px;
	background-color: transparent;
	display: block;
	border: 2px solid;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 20px;
	width: 150px;
	color: #fff;
	text-decoration: none;
}

.send-btn {
	background-color: #ff422f;
	color: #fff;
}

.send-btn:hover {
	background-color: #d72219;
	color: #efeded;
}

.sq-box-icon-btn:hover {
	background-color: #fff;
	color: #ef4037;
}

.separtor-h-white {
	width: 65px;
	height: 4px;
	background-color: #fff;
	margin-top: 10px;
}

.client-sec {
	padding: 70px 0;
}

.owl-carousel {
	padding-left: 0;
}

.owl-carousel.owl-drag .owl-item li {
	list-style: none;
}

.testimonial-sec {
	background: #2A4D75;
	padding: 40px 0;
	color: #fff;
}

.gtco-testimonials {
	position: relative;
}

.gtco-testimonials .owl-stage-outer {
	padding: 30px 0;
}

.gtco-testimonials .owl-nav {
	display: none;
}

.gtco-testimonials .owl-dots {
	text-align: center;
	display: flex;
	width: fit-content;
	margin: 0 auto;
}

.gtco-testimonials .owl-dots span {
	position: relative;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	display: block;
	border: 2px solid #fff;
	margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
	box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
	background: #ff422f;
	box-shadow: none;
	height: 12px;
	width: 12px;
	margin-bottom: -1px;
}

.gtco-testimonials .card {
	background-color: transparent;
	color: #fff;
	text-align: center;
	border: none;
	padding: 0px 25px;
}

.gtco-testimonials .card p {
	color: #fff;
}

.gtco-testimonials .card .card-img-top {
	max-width: 50%;
	border-radius: 50%;
	margin: 15px auto 0;
}

.gtco-testimonials .active {
	opacity: 1;
	transition: all 0.2s;
	margin-top: -1px;
}

.gtco-testimonials .center {
	opacity: 1;
}

.services-sec {

	/*	padding: 70px 0;*/
	background: black;
	min-height: 500px;
	color: #fff;
	position: relative;
	height: 630px;
}

.main-footer {
	padding: 20 0;
	background-color: #000;
}

.main-footer a {
	text-decoration: none;
}

.main-footer.style-two {
	border-top: 1px solid #dfdfdf;
}

.main-footer .footer-widget {
	position: relative;
	margin-bottom: 30px;
}

.main-footer .widgets-section {
	position: relative;
	padding: 40px 0px 20px;
}

.main-footer .footer-widget h5 {
	position: relative;
	font-weight: normal;
	color: #fff;
	text-transform: capitalize;
}

.main-footer .logo-widget {
	position: relative;
}

.main-footer .logo-widget .logo {
	position: relative;
	margin-bottom: 0px;
}

.main-footer .logo-widget .call {
	position: relative;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin-top: 20px;
}

.main-footer .logo-widget .call .phone {
	position: relative;
	color: #fff;
	font-size: 14px;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-footer .logo-widget .call .email {
	position: relative;
	color: #fff;
	font-size: 16px;
	display: block;
	margin-top: 0px;
	text-transform: lowercase;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-footer .logo-widget .call .phone:hover,
.main-footer .logo-widget .call .email:hover {
	color: #0052e7;
}

.list-link li {
	position: relative;
	list-style: none;
}

.list-link li a {
	position: relative;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.list-link li a:hover {
	color: #ea3f35;
}

.main-footer .newsletter-widget .text {
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 15px;
}

#masterWrap {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

#panelWrap {
	width: 100%;
	height: 100%;
}

.section {
	width: 100%;
	display: flex;
	align-content: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 630;
	position: relative;
}

.section p {
	font-weight: normal;
}

.section ul {
	margin: 60px 0 0 0;
	padding: 0;
	display: flex;
}

.section ul li {
	float: left;
	list-style: none;
	margin-right: 10px;
	width: 215px;
	display: flex;
	font-size: 13px;
	align-items: center;
	align-content: center;
	justify-content: center
}

.section ul li a {
	border: 1px #ef4037 solid;
	padding: 5px 20px;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	height: 100%;
	text-align: center;
	color: #fff;
	align-content: center;
	align-items: center;
	display: flex;
	width: 100%;
	min-height: 48px;
	justify-content: center;
}

.section ul li a:hover {
	background: #ef4037;
}

.section .container {
	position: relative;
	height: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.talk-btn {
	background: #1c4e78;
	padding: 20px 40px;
	position: absolute;
	color: #fff;
	right: 0;
	bottom: 0;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	min-width: 200px;
}

.talk-btn i {
	float: right;
}

.talk-btn:hover {
	background: #ef4037;
}

.dot {
	width: 12px;
	height: 12px;
	/*	border-radius: 100%;*/
	position: relative;
	background-color: #fff;
	/*	margin: 12px;*/
	cursor: pointer;
	width: 48px;
	height: 48px;
	margin-bottom: 5px;
}

.dot:nth-of-type(1) {
	background-image: url(../images/business-icon.png);
	background-repeat: no-repeat;
	background-position: center;
}

.dot:nth-of-type(1):hover {
	background-image: url(../images/business-icon-hover.png);
}

.dot:nth-of-type(1).active {
	background-image: url(../images/business-icon-hover.png);
}

.dot:nth-of-type(2) {
	background-image: url(../images/marketing-icon.png);
	background-repeat: no-repeat;
	background-position: center;
}

.dot:nth-of-type(2):hover {
	background-image: url(../images/marketing-icon-hover.png);
}

.dot:nth-of-type(2).active {
	background-image: url(../images/marketing-icon-hover.png);
}

.dot:nth-of-type(3) {
	background-image: url(../images/it-icon.png);
	background-repeat: no-repeat;
	background-position: center;
}

.dot:nth-of-type(3):hover {
	background-image: url(../images/it-icon-hover.png);
}

.dot:nth-of-type(3).active {
	background-image: url(../images/it-icon-hover.png);
}

.dot:nth-of-type(4) {
	background-image: url(../images/human-icon.png);
	background-repeat: no-repeat;
	background-position: center;
}

.dot:nth-of-type(4):hover {
	background-image: url(../images/human-icon-hover.png);
}

.dot:nth-of-type(4).active {
	background-image: url(../images/human-icon-hover.png);
}

.dot:nth-of-type(5) {
	background-image: url(../images/tour-icon.png);
	background-repeat: no-repeat;
	background-position: center;
}

.dot:nth-of-type(5):hover {
	background-image: url(../images/tour-icon-hover.png);
}

.dot:nth-of-type(5).active {
	background-image: url(../images/tour-icon-hover.png);
}

.dots {
	position: absolute;
	z-index: 100;
	top: 50%;
	right: 0px;
}

#downArrow {
	bottom: 12px;
}

#upArrow {
	top: 12px;
}

.arrow {
	position: absolute;
	z-index: 100;
	right: 12px;
	cursor: pointer;
	opacity: 0.75;
	width: 40px;
	height: 40px;
	stroke-width: 8px;
	stroke: white;
	fill: transparent;
	display: none;
}

.toolTips {
	position: absolute;
	top: 49.9%;
	right: 50px;
	z-index: 1000;
}

.toolTip {
	background: #ef4037;
	color: #fff;
	padding: 16px 20px;
	height: 48px !important;
	margin-bottom: 0;
}

.toolTip:nth-of-type(2) {
	margin-top: -9px !important;
}

.toolTip:nth-of-type(3) {
	margin-top: -7px !important;
}

.toolTip:nth-of-type(4) {
	margin-top: -6px !important;
}

.toolTip:nth-of-type(5) {
	margin-top: -5px !important;
}

@media (hover:none) {

	.toolTips,
	p.navDotInfo {
		visibility: hidden;
	}

}

.toolTip {
	opacity: 0;
	text-align: right;
	height: 12px;
	margin: 12px 0;
	line-height: 12px;
	left: 10px;
	top: 10px;
}

p.navDotInfo {
	position: absolute;
	bottom: 5px;
	z-index: 225;
	width: 100%;
	text-align: center;
	max-width: 5000px;
	font-size: 0.875em;
}

.twitterFollow {
	padding: 16px;
	margin-top: 16px;
	cursor: pointer;
	border-radius: 500px;
	text-decoration: none;
	border: solid 2px white;
	color: white;
}

.twitterFollow:hover {
	background: white;
	color: #000;
}

.hideMe {
	opacity: 0;
}

.iconWrap {
	width: 300px;
	margin-top: 30px;
}

.icon {
	text-align: center;
	width: 150px;
	float: left;
}

.icon svg {
	width: 50px;
	height: 50px;
	margin: 6px 0;
	overflow: visible;
}

.main-footer a {
	color: #fff;
}

.main-footer .footer-widget {
	display: flex;
	align-items: end;
	font-size: 13px;
	margin-bottom: 0;
}

.main-footer .footer-column {
	display: flex;
	align-items: end;
	font-size: 13px;
	margin-bottom: 0;
}

.main-footer .footer-column .list-link {
	margin-bottom: 0;
}

.sm {
	float: left;
	padding-left: 0px !important;
	margin-left: 5px !important;
}

.sm li {
	list-style: none;
	float: left;
	margin-left: 25px;
}

.sm li:first-child {
	margin-left: 0;
}

.inner-sec {
	background: #1c4e78;
	padding: 60px 0;
	color: #fff;
	display: table;
	min-height: 82vh;
	width: 100%;
}

.inner-sec .logo {
	margin-bottom: 30px;
}

.inner-sec h1 {
	color: #fff;
	font-size: 36px;
	margin-bottom: 20px;
}

.inner-sec h3 {
	color: #ef4037;
	font-size: 20px;
	margin-bottom: 10px;
}

.inner-sec p {
	font-size: 14px;
}

.inner-sec ul {
	margin: 0;
	padding: 0;
}

.inner-sec ul li {
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 14px;
}

.inner-sec ul li span {
	color: #ef4037;
}

.dots-outer {
	position: fixed;
	top: 40%;
	right: 0;
}

.dots-outer .dot .tp {
	display: none;
}

.dots-outer .dot:hover .tp {
	display: block;
	height: 48px;
	background: red;
	position: absolute;
	right: 48px;
	top: 0;
	padding: 10px;
	min-width: 286px;
	font-size: 15px;
	text-align: right;
}

.contact-today a {
	color: #fff;
	text-decoration: none;
}

.contact-today a:hover {
	color: #ef4037;
}

.img-responsive {
	width: 100%;
}

.blog-post {
	margin-bottom: 40px;
}

.inner-sec h3 span {
	display: block;
	margin-top: 10px;
	background: #0d385c;
	padding: 5px 20px;
	font-size: 11px;
	border-radius: 50px;
	color: #fff;
	width: fit-content;
}

.inner-sec h4 span {
	display: block;
	margin-top: 10px;
	background: #0d385c;
	padding: 5px 20px;
	font-size: 14px;
	border-radius: 50px;
	color: #fff;
	width: fit-content;
}

.blog-banner {
	display: table;
	margin: 20px auto;
	justify-content: center;
	display: flex;
	align-items: center;
	float: none !important;
	text-align: center;
	width: fit-content;
	max-height: 430px;
	overflow: hidden;
}

.side-box h2 {
	font-size: 18px;
	background: #fff;
	padding: 8px 15px;
	color: #1c4e78;
	border-radius: 3px;
}

.side-box ul li a {
	font-size: 14px;
	color: #fff;
}

.side-box ul li a:hover {
	color: #ff422f !important;
}

.box-shadow {
	float: left;
	padding: 1em;
	background: #154369;
	color: #fff;
	margin-bottom: 20px;
}

.box-shadow h2 {
	font-size: 20px;
}

.box-shadow:before,
.box-shadow:after {
	content: "";
	position: absolute;
	z-index: -2;
}

.box-shadow p {
	font-size: 14px;
	font-weight: normal;
}

.bg-dark {
	background: #000;
	background-color: #000 !important;
}

.vertical-box {
	border: 1px #5a7e9c solid;
	padding: 20px;
	margin-bottom: 20px;
}

.vertical-box img {
	margin-bottom: 20px;
	margin: 0 auto;
	display: table;
}

.vertical-box h6 {
	text-align: center;
}

.vertical-box-ld {
	border: 1px #5a7e9c solid;
}

.vertical-box-ld img {
	width: 100%;
}

.inner-banner p {
	color: #fff;
}

.inner-banner .container {
	min-height: 620px;
}

.inner-banner .talk-btn {
	background: #ff422f;
	padding: 20px 40px;
	position: absolute;
	color: #fff;
	right: 0;
	bottom: 0;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	min-width: 200px;
}

.inner-sec .why-ul li {
	list-style: none !important;
	background-image: url(../images/tick.png);
	background-position: 0px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 5px 10px 5px 35px;
	margin-left: 0;
	display: table;
	margin-bottom: 20px;
}

.inner-sec .why-ul li span {
	font-weight: bold;
	color: #fff !important;
}

.p-column {
	column-count: 3;
	column-gap: 60px;
}

.col-lg-6:first-child .service-box {
	padding-right: 30px;
}

.col-lg-6:last-child .service-box {
	padding-left: 30px;
}

.service-box .img {
	padding: 40px;
	text-align: center;
	background: transparent;
	width: 100%;
	margin-bottom: 20px;
	border: 1px #ef4037 solid;
}

.service-ul {
	margin-bottom: 20px;
	display: table;
	width: 100%;
}

.service-ul li {
	float: left;
	width: 18%;
}

.service-ul li span {
	display: block;
}

.card-body .card-text {
	margin-bottom: 5px;
	min-height: 120px;
}

.ld-des {
	text-align: left;
	margin-top: 5px;
	font-size: 12px;
}

.ld-name-h {
	font-weight: 500;
	font-size: 15px;
	top: 60%;
}

.ld-sec {
	background-color: #000;
}

.custom-carousel ul li {
	margin: 10px;
}

.contact-address .add-box {
	display: flex;
	margin-top: 30px;
}

.contact-address .add-head {
	font-size: 26px;

}

.contact-address .add-line {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 100;
	margin-left: 20px;
}

.contact-address-loc .add-box {
	display: flex;
	margin-top: 20px;

}

.contact-address-loc .add-head {
	font-size: 16px;
}

.contact-address-loc .add-line {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 100;
	margin-left: 20px;
}

.contact-address-loc {
	border: 1px #ef4037 solid;
	background-color: #000;
	padding: 20px;
	margin-right: 5px;
	margin-bottom: 25px;
	height: 170px;
	max-height: fit-content;
}

.contact-address-loc:hover {
	border: 1px #fff solid;
	background-color: #000;

}

.flow-item ul li {
	width: 200px;
	
}
.sitemap-flow .flow-item{
	width: 360px;
}
.sitemap-flow .flow-flex {
	display: flex;
	
}

.sitemap-flow ul {
	color: #fff;
	list-style-type: none;
	
}

.sitemap-flow .site-contact {
	color: #fff;
	width: 200px;
}

.sitemap-flow ul li {
	border: 1px solid #aaa7a7;
	padding: 3px 15px;
	width: 200px;

}
.sitemap-flow .flow-item .flow-item-one{
	width: 270px;
}
.flow-flex .flow-item{
padding: 15px;
background-color: #000;
}

.flow-item ul {
	margin-top: 15px;
}




/*image hover box*/
figure.snip0016 {
	color: #fff;
	position: relative;
	overflow: hidden;
	margin: 10px;
	width: 100%;
	background: #000000;
	text-align: left;
}

figure.snip0016 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

figure.snip0016 img {
	max-width: 100%;
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.snip0016 figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px 3em;
	width: 100%;
	height: 100%;
}

figure.snip0016 figcaption::before {
	position: absolute;
	top: 75%;
	right: 30px;
	bottom: 30px;
	left: 100%;
	border-left: 4px solid rgba(255, 255, 255, 0.8);
	content: "";
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

figure.snip0016 h2,
figure.snip0016 p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}

figure.snip0016 h2 {
	position: absolute;
	top: 80%;
	right: 30px;
	bottom: 30px;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-transform: translate3d(30%, 0%, 0);
	transform: translate3d(30%, 0%, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

figure.snip0016 h2 span {
	font-weight: 800;
}

figure.snip0016 p {
	font-size: 10px;
	position: absolute;
	top: 85%;
	right: 30px;
	bottom: 30px;
	font-weight: 200;
	-webkit-transform: translate3d(0%, 30%, 0);
	transform: translate3d(0%, 30%, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.snip0016 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	color: #ffffff;
}

figure.snip0016:hover img {
	opacity: 0.3;
}

figure.snip0016:hover figcaption h2 {
	opacity: 1;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

figure.snip0016:hover figcaption p {
	opacity: 0.9;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

figure.snip0016:hover figcaption::before {
	background: rgba(255, 255, 255, 0);
	left: 30px;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

/*image hover box*/
@media only screen and (max-width:999px) {
	.navbar-brand img {
		max-width: 120px;
		height: auto;
	}

	.nav-link {
		font-size: 14px;
		margin-right: 15px;
	}

	.nav-link.contact {
		padding-left: 20px !important;
		padding-right: 20px !important;
		min-width: 130px;
	}

	.service-ul li {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}

}

@media only screen and (max-width:767px) {
	.navbar-nav {
		margin-top: 20px;
	}

	.nav-link.contact {
		padding: 0;
		margin-bottom: 10px;
	}

	.fixed-header .nav-link.contact {
		min-height: 40px;
	}

	.nav-link.contact {
		min-height: 40px;
	}

	.search img {
		width: 25%;
	}

}

@media only screen and (max-width:576px) {
	.navbar .container {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.container {
		padding: 20px;
	}

	.dots-outer {
		display: none;
	}

	figure.snip0016:hover figcaption::before {
		display: none;
	}

	.inner-sec {
		display: block;
	}

	.section ul {
		display: table;
	}

	.scroll-area .caption h3 {
		font-size: 38px;
	}

	.colla-video {
		right: -56px;
	}

	.scroll-area .c-video {
		margin-top: -200px;
	}

	.scroll-area .con-text {
		margin-right: -90px;
	}
}