@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	position: relative;
	font-family: 'Muli', sans-serif
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999
}

#preloader .loader-wrapper {
	position: absolute;
	top: 30%;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	margin: 0 auto
}

.loader-wrapper span {
	display: block;
	margin-top: 8px;
	font-size: 14px
}

#header-main {
	position: absolute;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: transparent;
	z-index: 99
}

#header-main .logo-main {
	position: relative;
	display: -webkit-inline-box;
	padding: 25px 20px 20px 15px
}

#header-main .logo-main h3 {
	color: #333;
	z-index: 1;
	margin: 0;
	font-size: 16px;
	line-height: 19px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin-top: 10px
}

#header-main .logo-main img {
	position: relative;
	z-index: 1
}

#header-main .logo-main:before {
	content: "";
	position: absolute;
	left: -100px;
	top: -256px;
	width: 417px;
	height: 430px;
	background: #fff;
	border-radius: 0 0 30px 0;
	z-index: 0;
	-webkit-box-shadow: 0 0 26px 1px #0000003d;
	-moz-box-shadow: 0 0 26px 1px #0000003d;
	-ms-box-shadow: 0 0 26px 1px #0000003d;
	-o-box-shadow: 0 0 26px 1px #0000003d;
	box-shadow: 0 0 26px 1px #0000003d;
	-webkit-transform: rotate(-18deg);
	-moz-transform: rotate(-18deg);
	-ms-transform: rotate(-18deg);
	-o-transform: rotate(-18deg);
	transform: rotate(-18deg)
}

#header-main .logo-right {
	position: absolute;
	right: 175px;
	top: 20px
}

#header-main .logo-right h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	background: #929292;
	padding: 10px 35px 10px 15px;
	border-radius: 20px;
	margin: 0;
	z-index: 1;
}

#header-main .logo-right h2>a {
	color: #fff
}

#header-main .logo-right h2>a>i {
	color: #fff;
	font-size: 22px;
	margin: -3px 0 0 5px;
	background: #0F62AC;
	position: absolute;
	height: 44px;
	width: 44px;
	line-height: 44px;
	text-align: center;
	top: 0;
	border-radius: 100%;
}

#header-main .logo-right h2>a>i:after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 46px;
	height: 46px;
	z-index: -1;
	background: linear-gradient(to left, #0F62AC, #F37435) repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.menubar {
	background: #000;
	height: 41px;
	width: 44px;
	border-radius: 3px;
	margin-left: auto;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px
}

.menubar h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	position: absolute;
	right: 53px;
	top: 10px;
	z-index: 2
}

.bars {
	font-size: 24px;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 40px;
	width: 44px;
	height: 41px
}

.menubar span {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 0;
	background: #000;
	position: absolute;
	left: 12px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	background-color: #fff
}

.menubar span:nth-child(1) {
	top: 12px;
	width: 23px;
	-webkit-transform-origin: left center;
	transform-origin: left center
}

.menubar span:nth-child(2) {
	top: 19px;
	width: 23px;
	-webkit-transform-origin: left center;
	transform-origin: left center
}

.menubar span:nth-child(3) {
	top: 27px;
	width: 13px;
	-webkit-transform-origin: left center;
	transform-origin: left center
}

.sitemenu {
	background: url(images/menubg.jpg) no-repeat center center/cover;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999
}

.sitemenu:after {
	position: absolute;
	content: '';
	background: linear-gradient(to left, #0F62ACeb, #F37435f2);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.sitemenu-top {
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 9;
	width: 100%
}

.menu-close {
	padding: 0;
	font-size: 30px;
	height: 41px;
	width: 44px;
	line-height: 36px;
	text-align: center
}

.menu-close,
.menu-close:hover,
.menu-close:focus,
.menu-close:active {
	background: #000!important;
	color: #fff!important;
	border: 1px solid #000!important;
	box-shadow: none!important;
	outline: none!important;
	position: absolute;
	right: 38px;
	top: -28px;
	font-size: 22px!important;
	padding: 4px 12px!important
}

.sitemenu .sitemenubar {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 80px 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.sitemenu .navbar ul li {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	list-style: none
}

.sitemenu .navbar ul li a {
	font-size: 35px;
	line-height: 70px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase
}

.sitemenu .navbar ul li:hover {
	padding-left: 0;
	position: relative;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

li.current-item {
	padding-left: 0;
	position: relative;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

li.current-item:after {
	position: absolute;
	content: '';
	height: 4px;
	width: 50px!important;
	background: #fff;
	left: 0;
	bottom: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.sitemenu .navbar ul li:hover,
li.current-item {
	padding-left: 0;
	position: relative
}

.sitemenu .navbar ul li:after {
	position: absolute;
	content: '';
	height: 4px;
	width: 0;
	background: #fff;
	left: 0;
	bottom: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.sitemenu .navbar ul li:hover:after {
	width: 50px
}

.sitemenu .navbar ul li ul {
	position: absolute;
	left: 0;
	top: 62px;
	background: #0F62AC;
	padding: 30px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	z-index: 9;
	visibility: hidden;
	max-width: 390px;
	min-width: 390px;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.sitemenu .navbar ul li ul li a {
	font-size: 25px;
	line-height: 45px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	display: block;
	text-decoration: none;
	text-transform: capitalize
}

.sitemenu .navbar ul li ul li {
	white-space: nowrap
}

.sitemenu .navbar ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)
}

.sitemenubar .address {
	color: #fff;
	font-size: 26px;
	font-weight: 700
}

.sitemenubar .address li {
	padding-bottom: 30px;
	line-height: 50px;
	position: relative;
	padding-left: 50px
}

.sitemenubar .address li:last-child {
	padding-bottom: 0
}

.sitemenubar .address li:after {
	position: absolute;
	left: 0;
	top: 2px;
	font-family: fontawesome;
	font-size: 28px
}

.sitemenubar .address li.phn:after {
	content: '\f095'
}

.sitemenubar .address li.mail:after {
	content: '\f0e0'
}

.sitemenubar .address li.address:after {
	content: '\f041'
}

.sitemenu.menu-hide {
	visibility: hidden;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.sitemenu.menu-show {
	visibility: visible;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

#banner-part {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative
}

.slider-shape {
	position: absolute;
	top: -122px;
	right: -4%;
	max-width: 208px;
	animation-delay: 1.5s;
	z-index: 80
}

#banner-part:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/slide-line.png) no-repeat;
	left: -10px;
	top: 0;
	z-index: 9
}

#welcome {
	position: relative;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0
}

#welcome h5 {
	position: absolute;
	top: 20px;
	left: 40px;
	font-size: 110px;
	line-height: 115px;
	color: #fff;
	opacity: .04;
	font-family: "Montserrat", sans-serif;
	font-weight: 700
}

#welcome h6 {
	position: absolute;
	top: 20px;
	right: 40px;
	font-size: 110px;
	line-height: 115px;
	color: #333;
	opacity: .04;
	font-family: "Montserrat", sans-serif;
	font-weight: 700
}

#welcome:before {
	content: '';
	position: absolute;
	background: #0F62AC;
	left: 0;
	top: 0;
	width: 55%;
	height: 100%
}

#welcome .welcome-info {
	position: relative;
	float: left;
	width: 100%;
	padding: 50px 27px 50px 0
}

#welcome .welcome-info h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	padding-left: 70px;
	position: relative
}

#welcome .welcome-info h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	background: #fff;
	width: 59px;
	height: 2px
}

#welcome .welcome-info h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin: 0;
	color: #fff;
	font-size: 45px;
	line-height: 54px;
	margin-bottom: 20px
}

#welcome .welcome-info p {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	opacity: .65;
	text-align: justify;
	margin-bottom: 20px
}

#welcome .welcome-info p>a {
	color: #fff;
	text-decoration: underline;
}

#welcome .welcome-info p>strong {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px
}

#welcome .read-more {
	position: relative;
	float: left;
	width: 100%;
}

#welcome .read-more a {
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	padding: 12px 20px;
	margin-top: 20px;
	float: left;
	position: relative;
	transition: all 300ms ease-out!important;
	z-index: 1
}

#welcome .read-more a:before {
	content: '';
	position: absolute;
	box-shadow: 0 0 0 2px #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 300ms ease-out!important;
	z-index: -1
}

#welcome .read-more a:hover:before {
	-ms-transform: translate(12px, 12px);
	transform: translate(8px, 8px)
}

#welcome .read-more a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #202126;
	transition: all 300ms ease-out!important;
	z-index: -1
}

#welcome .read-more a:hover:after {
	width: 100%
}

#welcome .emquiry {
	position: relative;
	float: left;
	width: 100%;
	padding: 50px 0 0 30px
}

#welcome .emquiry h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	color: #0F62AC;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	padding-left: 70px;
	position: relative
}

#welcome .emquiry h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	background: #0F62AC;
	width: 59px;
	height: 2px
}

#welcome .emquiry h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin: 0;
	color: #333;
	font-size: 45px;
	line-height: 54px;
	margin-bottom: 20px
}

#welcome .form-contact {
	padding: 10px 20px
}

#welcome .form-contact h4 {
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 15px 0 20px;
	padding-left: 70px
}

#welcome .form-contact label {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	line-height: 17px;
	color: #1E1D1A;
	margin-bottom: 10px
}

#welcome .form-contact input.form-control {
	padding: 0 12px;
	border-radius: 0;
	height: 55px;
	font-size: 14px;
	background: transparent;
	border: none;
	box-shadow: none;
	border-bottom: 2px solid #DDD;
	font-family: "Montserrat", sans-serif;
	font-weight: 400
}

#welcome .form-contact .lt_input_box {
	position: relative
}

#welcome .form-contact input::placeholder {
	color: #666!important
}

#welcome .form-contact textarea.form-control {
	padding: 11px 12px;
	border-radius: 0;
	height: 120px;
	font-size: 14px;
	background: transparent;
	border: none;
	box-shadow: none;
	border-bottom: 2px solid #DDD;
	resize: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400
}

#welcome .form-contact .help-block {
	margin-bottom: 12px!important
}

#welcome .form-contact textarea::placeholder {
	color: #666!important
}

#welcome .form-control:focus {
	box-shadow: none;
	border-color: #2B2A29!important
}

#welcome .form-contact .captcha-img {
	position: absolute;
	top: 0;
	right: 0;
	height: 42px;
	width: 137px
}

#welcome .form-contact .control-group {
	margin-left: -18px;
	margin-bottom: 11px;
	position: relative
}

#welcome .form-contact .button {
	padding: 15px 35px;
	background: #202126;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	display: inline-block;
	float: right;
	border: none;
	border-radius: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

#welcome .form-contact .button:hover {
	background: #1698cd;
	color: #fff
}

.borno {
	border-bottom: none!important
}

#our-product {
	position: relative;
	float: left;
	width: 100%;
	padding: 40px 0 0;
	background: #FFF;
}

#our-product h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	color: #0F62AC;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	padding-left: 70px;
	position: relative
}

#our-product h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	background: #0F62AC;
	width: 59px;
	height: 2px
}

#our-product h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin: 0;
	color: #333;
	font-size: 45px;
	line-height: 54px;
	margin-bottom: 15px
}

#application {
	position: relative;
	float: left;
	width: 100%;
	padding: 40px 0
}

#application h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	color: #0F62AC;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	position: relative;
	text-align: center
}

#application h3:before {
	content: '';
	position: absolute;
	left: 0;
	right: 26%;
	margin: 0 auto;
	top: 8px;
	background: #0F62AC;
	width: 59px;
	height: 2px
}

#application h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin: 0;
	color: #333;
	font-size: 45px;
	line-height: 54px;
	margin-bottom: 30px;
	text-align: center
}

#application .application-imfo {
	position: relative;
	float: left;
	width: 100%;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-webkit-transition: all ease .3s
}

#application .application-imfo:before {
	content: '';
	background: #0000009c;
	position: absolute;
	height: 52px;
	width:100%;
	bottom: 0;
 
	z-index: 2;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-webkit-transition: all ease .3s
}

#application .application-imfo:hover:before {
	height: 100%
}

#application .application-imfo .application-img {
	position: relative;
	float: left;
	width: 100%;
 
}

#application .col-md-3 {
	padding: 0!important
}

#application .application-imfo .application-title {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-webkit-transition: all ease .3s
}

#application .application-imfo:hover .application-title {
	bottom: 20%
}

#application .application-imfo .application-title h5 {
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	padding-bottom: 15px;
	z-index: 3
}

#application .application-imfo .application-title h5:before {
	content: '';
	background: #F37435;
	width: 0;
	left: 0;
	right: 0;
	bottom: 5px;
	height: 2px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-webkit-transition: all ease .3s
}

#application .application-imfo:hover .application-title h5:before {
	width: 25%
}

#application .application-imfo .application-title img {
	opacity: 0;
	z-index: 3;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	bottom: 0;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-webkit-transition: all ease .3s
}

#application .application-imfo:hover .application-title img {
	opacity: 1;
	top: -85px;
	-webkit-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
	animation: pulse 2s infinite
}

#why-us {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 0 40px
}

#why-us h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin: 0;
	color: #333;
	font-size: 45px;
	line-height: 54px;
	margin-bottom: 30px;
	text-align: center
}

#why-us .why-us-detail {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#why-us .why-us-detail img {
	transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
}

#why-us .why-us-detail:hover img {
	animation: .6s ease 0 normal forwards 1 running loading
}

@keyframes loading {
	49% {
		transform: translateY(-100%)
	}
	50% {
		opacity: 0;
		transform: translateY(100%)
	}
	51% {
		opacity: 1
	}
}

#why-us .bdr1b {
	border-right: 1px solid #00000024;
	min-height: 135px;
	max-height: 135px
}

#why-us .why-us-detail h5 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 20px 0 0;
	color: #333;
	font-size: 15px;
	line-height: 20px;
	text-align: center
}

#clients {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	background: #EFEFEF;
	border-bottom: 3px solid #fff
}

#clients .clients-title {
	position: absolute;
	float: left;
	width: 100%;
	max-width: 15%;
	padding: 0;
	padding-top: 50px;
	min-height: 182px;
	padding-right: 70px
}

#clients .clients-title:after {
	content: " ";
	position: absolute;
	display: block;
	width: 117%;
	height: 100%;
	top: 0;
	right: 69px;
	z-index: 5;
	background: #F37435;
	transform-origin: bottom right;
	-ms-transform: skew(-26deg, 0deg);
	-webkit-transform: skew(-26deg, 0deg);
	transform: skew(-22deg, 0deg)
}

#clients h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
	z-index: 10
}

#clients h3:before {
	content: '';
	position: absolute;
	left: 0;
	right: 47%;
	margin: 0 auto;
	top: 8px;
	background: #fff;
	width: 59px;
	height: 2px
}

#clients h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin: 0;
	color: #fff;
	font-size: 45px;
	line-height: 54px;
	margin-bottom: 0;
	text-align: center;
	position: relative;
	z-index: 10
}

#footer-top {
	position: relative;
	float: left;
	width: 100%;
	padding: 30px 0;
	background: #2B2A2F
}


/*#footer-top .footer-img { -webkit-filter: grayscale(1); filter: grayscale(1); -webkit-animation: pulse 2s infinite; -o-animation: pulse 2s infinite; animation: pulse 2s infinite }*/

#footer-top .social ul {
	position: relative;
	padding: 0;
	list-style: none;
	margin: 0;
	float: left;
	padding-top: 25px
}

#footer-top .social ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0 3px
}

#footer-top .social ul li a {
	font-size: 16px;
	color: #ffffffa6;
	border: 2px solid #fff;
	width: 35px;
	height: 35px;
	line-height: 34px;
	float: left;
	text-align: center;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

#footer-top .social ul li a:hover {
	border-radius: 100%;
	background: linear-gradient(to left, #0F62AC, #F37435);
	color: #fff
}

#footer-top .call-mail {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	padding-top: 12px
}

#footer-top .call-mail .icon-main {
	position: absolute;
	left: 0;
	top: 12px;
	color: #fff;
	font-size: 30px
}

.fa-mobile-phone:before,
.fa-mobile:before {
	font-size: 41px!important
}

#footer-top .call-mail h4 {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 7px 0 0 45px
}

#footer-top .call-mail p {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 7px 0 0 45px;
	opacity: .65
}

#footer-top .call-mail p>a {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	opacity: .65;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-webkit-transition: all ease .3s
}

#footer-top .call-mail p>a:hover {
	text-decoration: underline;
}

#footer {
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	background: #202126
}

.footer-left {
	float: left;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	opacity: .65
}

.footer-right {
	float: right;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	opacity: .65
}

.footer-right a {
	color: #fff;
	text-decoration: underline;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-webkit-transition: all ease .3s
}

.footer-right a:hover {
	color: #F37435;
	opacity: 1
}

#toTop {
	padding: 0;
	font-size: 20px;
	line-height: 55px;
	color: #fff;
	position: fixed;
	cursor: pointer;
	bottom: 8px;
	right: 20px;
	display: none;
	width: 55px;
	height: 55px;
	text-align: center;
	background: linear-gradient(to left, #0F62AC, #F37435);
	border-radius: 100%;
	z-index: 999999;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-webkit-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
	animation: pulse 2s infinite
}

#toTop:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 96%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%)
}

#toTop:before {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px #F37435;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

#toTop:hover:before {
	-webkit-animation: sonarEffect 1.3s ease-out 200ms;
	-moz-animation: sonarEffect 1.3s ease-out 200ms;
	animation: sonarEffect 1.3s ease-out 200ms
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: .3
	}
	40% {
		opacity: .5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #F37435, 0 0 0 10px rgba(255, 255, 255, 0.5)
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #F37435, 0 0 0 10px rgba(255, 255, 255, 0.5);
		-webkit-transform: scale(1.5);
		opacity: 0
	}
}

@-moz-keyframes sonarEffect {
	0% {
		opacity: .3
	}
	40% {
		opacity: .5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #F37435, 0 0 0 10px rgba(255, 255, 255, 0.5)
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #F37435, 0 0 0 10px rgba(255, 255, 255, 0.5);
		-moz-transform: scale(1.5);
		opacity: 0
	}
}

@keyframes sonarEffect {
	0% {
		opacity: .3
	}
	40% {
		opacity: .5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #F37435, 0 0 0 10px rgba(255, 255, 255, 0.5)
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #F37435, 0 0 0 10px rgba(255, 255, 255, 0.5);
		transform: scale(1.5);
		opacity: 0
	}
}

#sub-banner {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 3;
	height: 300px
}

#sub-banner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0000009c;
	left: 0;
	top: 0;
	z-index: 9
}

#sub-banner img {
	width: 100%;
	height: 100%;
	max-height: 350px;
	object-fit: cover
}

#sub-banner .sub-text {
	position: absolute;
	top: 37%;
	margin: auto;
	text-align: left
}

#sub-banner .sub-text h3 {
	font-size: 46px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600
}

.bcrumb-wrap {
	margin: 0;
	padding: 0 10px 0 0;
	position: relative;
	float: left;
	z-index: 10;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}

.bcrumbs {
	margin-top: 10px;
	position: relative;
	float: left;
	padding: 10px 0
}

.bcrumb-wrap ul {
	margin: 0;
	padding-left: 0
}

.bcrumbs li {
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-right: 20px;
	color: #000;
	line-height: 25px;
	position: relative;
	font-size: 15px;
	display: inline-block;
	opacity: .8
}

.bcrumbs li:nth-child(2) {
	color: #666
}

.bcrumbs li::before {
	content: "|";
	position: absolute;
	right: -12px;
	color: #333;
	opacity: .5;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600
}

.bcrumbs li:last-child:before {
	display: none;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 500
}

.bcrumbs li a {
	color: #000;
	text-decoration: none;
	opacity: .8
}

#sub-page {
	position: relative;
	float: left;
	width: 100%;
	padding: 70px 0 40px;
	background: #fff
}

#sub-page p {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	color: #333;
	font-size: 16px;
	line-height: 25px;
	text-align: justify;
	margin-bottom: 20px
}

#sub-page h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin: 0;
	color: #333;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 20px;
	padding-left: 15px;
	border-left: 5px solid #1698cd;
	position: relative
}

#sub-page h4:before {
	content: '';
	background: #F37435;
	width: 5px;
	height: 17px;
	bottom: 0;
	left: -5px;
	position: absolute
}

#sub-page h1 {
	    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0;
    color: #333;
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 5px solid #0f62ac;
    position: relative;
}

#sub-page h1:before {
	content: '';
	background: #F37435;
	width: 5px;
	height: 17px;
	bottom: 0;
	left: -5px;
	position: absolute
}

#sub-page .contect {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.08);
	padding: 0;
	position: relative;
	z-index: 1;
	border-radius: 6px;
	width: 100%;
	float: left;
	margin-top: 20px
}

.right-content-area {
	padding: 20px 40px 0;
	position: relative;
	width: 100%;
	float: left;
	background: #0F62AC
}

.right-content-area h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin: 0;
	color: #fff;
	font-size: 33px;
	line-height: 40px;
	margin-bottom: 20px
}

.right-content-area .single-contact-info {
	position: relative
}

.right-content-area .single-contact-info .icon {
	position: absolute;
	left: 0;
	top: 0;
	background-color: transparent;
	border-radius: 50%;
	color: #ffffff9e;
	text-align: center;
	line-height: 30px;
	font-size: 23px
}

.right-content-area .single-contact-info .content {
	margin-left: 50px;
	border-bottom: 1px solid rgba(214, 216, 227, 0.4);
	padding-bottom: 25px;
	margin-bottom: 32px
}

.right-content-area .single-contact-info:last-child .content {
	border: none;
}

.right-content-area .single-contact-info .content h5 {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	margin-bottom: 5px
}

.right-content-area .single-contact-info .content span {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	opacity: .65;
	text-align: justify;
	margin-bottom: 20px
}

.contect .cont-form {
	position: relative;
	float: left;
	width: 100%;
	margin-left: 0;
	padding-top: 20px
}

.contect .cont-form h5 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin: 0;
	color: #333;
	font-size: 33px;
	line-height: 40px;
	margin-bottom: 5px
}

.contect .cont-form .form-contact {
	padding: 10px 40px 10px 20px
}

.contect .cont-form .form-contact h4 {
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 15px 0 20px;
	padding-left: 70px
}

.contect .cont-form .form-contact label {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	line-height: 17px;
	color: #1E1D1A;
	margin-bottom: 10px
}

.contect .cont-form .form-contact input.form-control {
	padding: 0 12px;
	border-radius: 0;
	height: 45px;
	font-size: 14px;
	background: transparent;
	border: none;
	border-bottom: 2px solid #DDD;
	box-shadow: none;
	font-family: "Montserrat", sans-serif;
	font-weight: 400
}

.contect .cont-form .form-contact .lt_input_box {
	position: relative
}

.contect .cont-form .form-contact input::placeholder {
	color: #666!important 
}

.contect .cont-form .form-contact textarea.form-control {
	padding: 11px 12px;
	border-radius: 0;
	height: 143px;
	font-size: 14px;
	background: transparent;
	border: none;
	border-bottom: 2px solid #DDD;
	box-shadow: none;
	resize: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400
}

.contect .cont-form .form-contact .help-block {
	margin-bottom: 20px!important
}

.contect .cont-form .form-contact textarea::placeholder {
	color: #666!important
}

.contect .cont-form .form-control:focus {
	box-shadow: none;
	border-color: #2B2A29!important
}

.contect .cont-form .form-contact .captcha-img {
	position: absolute;
	top: 0;
	right: 0;
	height: 42px;
	width: 137px
}

.contect .cont-form .form-contact .control-group {
	margin-left: -18px;
	margin-bottom: 11px;
	position: relative
}

.contect .cont-form .form-contact .button {
	padding: 15px 45px;
	background: #202126;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	display: inline-block;
	float: left;
	border: none;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.contect .cont-form .form-contact .button:hover {
	background: #1698cd;
	color: #fff
}

.borno {
	border-bottom: none!important
}

#sub-page .applications {
	position: relative;
	float: left;
	width: 100%
}

#sub-page .applications .app-info {
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0 0;
	-webkit-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0
}

#sub-page .applications .app-info:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%)
}

#sub-page .applications .app-info:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 24%;
	background: url(../images/slide-dot.png) no-repeat;
	right: 0;
	bottom: 0;
	opacity: .7;
	z-index: 9;
	-webkit-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0
}

#sub-page .applications .app-info:hover:after {
	height: 100%
}

#sub-page .applications .app-info:hover {
	box-shadow: 0 0 13px 1px #00000057
}

#sub-page .applications .app-info .icon-img {
	position: absolute;
	left: 0;
	right: 0;
	top: -45px;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	padding: 10px;
	background: #efefef;
	box-shadow: 0 0 0 6px #efefef8c;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

#sub-page .applications .app-info:hover .icon-img {
	box-shadow: 0 0 10px 5px #66ba5f57
}

#sub-page .applications .app-info h5 {
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	position: absolute;
	text-align: center;
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	z-index: 10;
	bottom: 20px;
	width: auto;
	left: 0;
	right: 0;
	-webkit-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0
}

#sub-page .applications .app-info h5:before {
	content: '';
	background: #F37435;
	left: 0;
	right: 0;
	bottom: -8px;
	margin: 0 auto;
	text-align: center;
	height: 3px;
	width: 0;
	position: absolute;
	-webkit-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0
}

#sub-page .applications .app-info:hover h5:before {
	width: 30%
}

#sub-page .applications .col-md-4 {
	padding-left: 5px;
	padding-right: 5px
}

#sub-page .applications .col-md-6 {
	padding-left: 5px;
	padding-right: 5px
}

#sub-page .clients {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px
}

#sub-page .clients .col-md-2 {
	padding-left: 10px;
	padding-right: 10px
}

#sub-page .clients .clients-info {
	position: relative;
	float: left;
	width: 100%;
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 19px 1px #9a9a9a36;
	border: 1px solid rgba(0, 0, 0, 0.15);
	margin-bottom: 25px;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
	-webkit-transition: all ease 1s
}

#sub-page .clients .clients-info:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .75;
	transform: translateY(-10px);
	box-shadow: 0 45px 35px -33px rgba(0, 0, 0, 0.3)
}

#sub-page .cooking-equipment {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 20px
}

#sub-page .cooking-equipment p {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	color: #333;
	font-size: 16px;
	line-height: 25px;
	text-align: justify;
	margin-bottom: 20px
}

#sub-page .cooking-equipment .project-item {
	position: relative;
	width: 100%;
	overflow: hidden;
	float: left;
	margin-bottom: 35px;
	background: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

#sub-page .cooking-equipment .project-item .project-title ul li:hover {
	box-shadow: 0px 0px 10px 1px #00000033;
	border: none
}

#sub-page .cooking-equipment .project-item .project-thumb {
	position: relative;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

#sub-page .cooking-equipment .project-item:focus,
#middle-part .project-item:focus .plus,
#middle-part .project-item .project-thumb:focus,
#middle-part .project-item .plus:focus {
	outline: none
}

#sub-page .cooking-equipment .project-item .project-thumb img {
	width: 100%;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

#sub-page .cooking-equipment .project-item:hover a:before {
	opacity: 1;
	top: 0;
	z-index: 1000
}

#sub-page .cooking-equipment .project-item .project-thumb {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

#sub-page .cooking-equipment .project-item .project-thumb:before {
	content: '';
	position: absolute;
 
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

#sub-page .cooking-equipment .project-item:hover .project-thumb:before {
	height: 100%
}

a:focus {
	outline: none!important
}

#sub-page .cooking-equipment .project-item .project-title {
	position: relative;
	float: left;
	width: 100%;
	background: #fff
}

#sub-page .cooking-equipment .project-item .project-title h3 {
	color: #444;
 
	width: 100%;
	font-size: 18px;
	line-height: 27px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	position: relative;
	text-align: left;
	margin-bottom: 0;
	padding: 15px 20px;
	border-bottom: 1px solid #DDD;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

#sub-page .cooking-equipment .project-item .project-title h3:before {
	content: '';
	position: absolute;
	background: #0F62AC;
	width: 50px;
	height: 5px;
	left: 20px;
	margin: 0 auto;
	top: -5px;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

#sub-page .cooking-equipment .project-item:hover .project-title h3:before {
	width: 100px;
	background: #F37435
}

#sub-page .cooking-equipment .project-item .project-title ul {
	position: relative;
	width: 100%;
	padding: 0;
	text-align: center;
	background: transparent;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	opacity: 1;
	margin: 0
}

#sub-page .cooking-equipment .project-item .project-title ul li {
	position: relative;
	width: 100%;
	float: left;
	margin: 0;
	display: inline-block;
	list-style: none;
	padding: 15px;
	border-bottom: 1px solid #DDD;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

#sub-page .cooking-equipment .project-item .project-title ul li:last-child {
	border: none;
	width: 100%
}

#sub-page .cooking-equipment .project-item .project-title ul li a {
	color: #0F62AC;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
	padding: 0;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

#sub-page .cooking-equipment .project-item .project-title ul li:first-child:hover a {
	opacity: 1
}

#sub-page .cooking-equipment .project-item .project-title ul li:first-child:before {
	 
	font-family: 'FontAwesome';
	font-size: 15px;
	left: 0;
	right: 0;
	color: #000;
	text-align: center;
	opacity: 0;
	position: absolute;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

#sub-page .cooking-equipment .project-item .project-title ul li:first-child:hover:before {
	opacity: 1
}

#sub-page .cooking-equipment .project-item .project-title ul li:last-child:hover a {
	opacity:1
}

#sub-page .cooking-equipment .project-item .project-title ul li:last-child:before {
	 
	font-family: 'FontAwesome';
	font-size: 15px;
	left: 0;
	right: 0;
	color: #000;
	text-align: center;
	opacity: 0;
	position: absolute;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

#sub-page .cooking-equipment .project-item .project-title ul li:last-child:hover:before {
	opacity: 1
}

.bg-gray {
	background: #fff!important;
	padding-bottom: 0!important
}

#sub-page .client-speaks {
	position: relative;
	float: left;
	margin-top: 20px;
	width: 100%
}

#sub-page .client-speaks .client-speaks-info {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 2
}

#sub-page .client-speaks .client-speaks-info:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #0000003d;
	width: 100%;
	height: 100%
}

#sub-page .client-speaks .client-speaks-info:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 98%;
	height: 98%;
	z-index: 99;
	border: 3px solid #ffffff87;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

#sub-page .client-speaks .client-speaks-info:hover:before {
	width: 25px;
	height: 25px
}

#sub-page .client-speaks .client-speaks-info .client-img {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

#sub-page .client-speaks .client-speaks-info .client-img:before {
	content: '';
	position: absolute;
	background: #efefef69;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

#sub-page .client-speaks .client-speaks-info:hover .client-img:before {
	height: 100%
}

#sub-page .client-speaks .client-speaks-info .client-img ul {
	display: inline-table;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	margin: auto;
	padding: 0;
	text-align: center;
	background: transparent;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	opacity: 0
}

#sub-page .client-speaks .client-speaks-info:hover .client-img ul {
	top: 40%;
	opacity: 1
}

#sub-page .client-speaks .client-speaks-info .client-img ul li {
	margin: 0 5px;
	display: inline-block;
	list-style: none
}

#sub-page .client-speaks .client-speaks-info .client-img ul li a {
	color: #0F62AC;
	background: #fff;
	height: 50px;
	width: 50px;
	line-height: 50px;
	display: block;
	padding: 0;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

#sub-page .com-profile {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 20px
}

#sub-page .about-details {
	position: relative;
	float: left;
	width: 100%
}

#sub-page .about-details p {
font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 20px;
}

#sub-page .com-profile .about-img {
	position: relative;
239	float: left;
	width: 100%;
	z-index: 99
}

#sub-page .com-profile .about-img:before {
	content: '';
	position: absolute;
	width: 23%;
	height: 20%;
	background: url(../images/slide-dot.png) no-repeat;
	right: -15px;
	bottom: -15px;
	z-index: -1;
	-webkit-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0
}

#sub-page .com-profile .about-img:after {
	content: '';
	position: absolute;
	right: -15px;
	width: 100%;
	height: 100px;
	top: -15px;
	background: linear-gradient(to left, #0F62AC, #F37435);
	z-index: -1;
	-webkit-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0
}


/*#sub-page .com-profile .about-img:hover:after { right: 0; top: 0 }*/

#sub-page .com-why-us {
	position: relative;
	float: left;
	width: 100%;
 
	background-size: cover;
	margin-top: 50px;
	margin-bottom: -40px
}

#sub-page .com-why-us .whyus-main {
	position: relative;
	float: left;
	width: 100%;
 
	z-index: 3;
 
}

#sub-page .com-why-us .whyus-main .why-us-details {
	position: relative;
	float: left;
	width: 100%;
	background: #fff;
 
}

#sub-page .com-why-us .whyus-main .why-us-details h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	color: #333;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding-left: 70px;
	position: relative
}

#sub-page .com-why-us .whyus-main .why-us-details h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	background: #333;
	width: 59px;
	height: 2px
}

#sub-page .com-why-us .whyus-main .com-why-img {
	padding: 25px 14px;
	width: 100%;
	min-height: 187px;
	position: relative;
	float: left;
	margin-bottom: 25px;
	border: 1px solid #e6e6e6;
	-webkit-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0
}

#sub-page .com-why-us .whyus-main .com-why-img:hover {
	border-color: #fff
}

#sub-page .com-why-us .whyus-main .com-why-img h5 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 20px 0 0;
	color: #333;
	font-size: 15px;
	line-height: 20px;
	text-align: center
}

#sub-page .com-why-us .whyus-main .com-why-img:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 98%;
	left: 2%;
	right: 2%;
	height: 15px;
	width: 96%;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.21) 0%, transparent 80%);
	transition-duration: .3s;
	transition-property: transform, opacity;
	z-index: 9;
	-webkit-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0
}

#sub-page .com-why-us .whyus-main .com-why-img:hover:before {
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	transform: translateY(5px)
}

.project-sidebar {
	position: relative;
	width: 100%;
	float: left;
	-webkit-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0
}

.project-sidebar .sidebar {
	float: left;
	position: absolute;
	top: -60px;
	right: 0;
	width: 310px;
	z-index: 9;
	background: #fff
}

.project-sidebar .sidebar h3 {
	padding: 15px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	float: left;
	width: 100%;
	border: 1px solid #11191b;
	text-transform: uppercase;
	margin: 0;
	font-size: 15px;
	cursor: pointer;
	color: #000
}

.project-sidebar .sidebar h3.plus-icon:after {
	content: "\f078";
	position: absolute;
	right: 0;
	top: -3px;
	width: 50px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	height: 46px;
	background: #0F62AC;
	font-size: 11px;
	margin-top: 3px;
	font-family: 'FontAwesome'
}

.project-sidebar .sidebar h3.plus-icon.mins-icon:after {
	content: "\f077"
}

.project-sidebar .sidebar ul {
	float: left;
	width: 100%;
	display: none;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	padding-left: 0;
	box-shadow: 0 5px 8px 1px #00000036
}

.project-sidebar .sidebar ul li {
	float: left;
	width: 100%;
	position: relative;
	color: #F37435;
	padding-left: 20px;
	display: inline-block;
	border-top: 1px solid #efefef
}

.project-sidebar .sidebar ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f101";
	font-family: fontawesome;
	left: 0;
	font-size: 13px;
	line-height: 20px;
	padding: 13px 0 0 15px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.project-sidebar .sidebar ul li:hover:before {
	left: 5px;
	color: #83c700
}

.project-sidebar .sidebar ul li a {
	float: left;
	width: 100%;
	padding: 12px 15px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	text-transform: capitalize;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.project-sidebar .sidebar ul li:first-child a {
	border-top: 0
}

.project-sidebar .sidebar ul li a:hover {
	color: #83c700
}

.project-sidebar .sidebar:hover ul {
	webkit-animation-duration: 340ms;
	-moz-animation-duration: 340ms;
	animation-duration: 340ms;
	animation-delay: .1s;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_dropdown;
	-moz-animation-name: animation_dropdown;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	display: block;
	opacity: 1;
	visibility: visible
}

.under-cont {
	position: relative;
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #fff;
	z-index: 99
}

.under-cont:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	bottom: 0;
	background: linear-gradient(to left, #0F62AC, #F37435);
	z-index: -1;
	-webkit-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0
}

.under-cont h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	color: #333;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 20px;
	text-align: center
}

.thanks {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px;
	background: #fff;
	z-index: 99
}

.thanks h5 {
	font-size: 20px
}

.thanks:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	bottom: 0;
	background: linear-gradient(to left, #0F62AC, #F37435);
	z-index: -1;
	-webkit-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0
}


/*terms-of-use*/

#sub-page .terms-of-use p {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	margin: 0;
	margin-bottom: 0px;
	color: #8a8a8a;
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
	margin-bottom: 10px;
}

#sub-page .terms-of-use h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	margin: 23px 0 0 0;
	margin-bottom: 0px;
	color: #333;
	font-size: 19px;
	line-height: 27px;
	margin-bottom: 6px;
	position: relative;
	text-transform: uppercase;
}

#sub-page .terms-of-use a {
	color: #545454;
}

#sub-page .terms-of-use a:hover {
	text-decoration: underline;
}

#sub-page .terms-of-use li {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	margin: 0;
	margin-bottom: 0px;
	color: #8a8a8a;
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
	position: relative;
	list-style: none;
	padding: 0 0 0 26px;
}

#sub-page .terms-of-use ol {
	padding: 0;
}

#footer-top .social h4 {
	font-size: 19px;
	line-height: 26px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 10px 0;
	text-transform: uppercase;
}

#footer-top .contactus-address p {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	opacity: .65;
	padding: 0 0 0 10px;
}

#footer-top .contactus-address h4 {
	padding: 0 0 0 10px;
}

#footer-top .contactus-footer p,
#footer-top .contactus-footer a {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	opacity: .65;
}

#footer-top .contactus-footer h4,
#footer-top .contactus-address h4 {
	font-size: 19px;
	line-height: 26px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 10px 0;
	text-transform: uppercase;
}

#footer-top .contactus-footer ul li a {
	font-size: 16px;
	color: #fff;
	opacity: .65;
	line-height: 25px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

#footer-top .contactus-footer ul {
	position: relative;
	list-style: none;
	padding: 0;
}

#footer-top .footer-address {
	display: flex;
	float: left;
	width: 100%;
}

#footer-top .footer-img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

#sub-page .terms-of-use li::before {
	position: absolute;
	width: 10px;
	height: 2px;
	left: 10px;
	top: 12px;
	background-color: #ccc;
	content: '';
}

#footer-top .contactus-address h5 {
	font-size: 19px;
	line-height: 26px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
	padding: 0 0 0 10px;
}

.contact-more {
	text-align: center;
	position: relative;
	float: left;
	width: 100%;
	background: #0F62AC;
}

.contact-more p {
	font-size: 25px;
	color: #333;
	text-align: center;
	color: #fff;
	padding: 20px 0px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	margin: 0;
}

.contact-more p a {
	position: relative;
	font-size: 26px;
	color: #fff;
	margin: 0px 0px 0px 10px;
}

.contact-more p i {
	padding: 10px 8px;
	font-size: 20px;
	color: #49484C;
}

.contact-more p .icon {
	position: relative;
	background: #fff;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	line-height: 25px;
	z-index: 11;
	margin: 0 15px 0 12px;
}

.contact-more p .icon::before,
.contact-more p .icon::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-animation: pulse-border 2.5s linear infinite;
	-moz-animation: pulse-border 2.5s linear infinite;
	-o-animation: pulse-border 2.5s linear infinite;
	animation: pulse-border 2.5s linear infinite;
}

.contact-more p .icon::after {
	-webkit-animation: pulse-border-2 1.5s linear infinite;
	-moz-animation: pulse-border-2 1.5s linear infinite;
	-o-animation: pulse-border-2 1.5s linear infinite;
	animation: pulse-border-2 1.5s linear infinite;
}

@keyframes pulse-border {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.8);
		-moz-transform: scale(1.8);
		-ms-transform: scale(1.8);
		-o-transform: scale(1.8);
		transform: scale(1.8);
		opacity: 0;
	}
}

@keyframes pulse-border-2 {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5);
		transform: scale(2.5);
		opacity: 0;
	}
}