@import url('https://fonts.googleapis.com/css?family=Montserrat|Oswald');
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&amp;display=swap");

body {
	margin: 0;
	padding: 0;
	background: #f8f8f8;
	overflow-x: hidden;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	/*background:url(../images/about-bg.jpg) fixed;*/
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

.hljs-comment {
	color: #898ea4;
}

/* Atelier-Sulphurpool Red */

.who-we.life-at-p img {
	background: #017f01;
	padding: 20px;
}

.hljs-variable,
leatherasiaexpo_leather .hljs-tag,
.hljs-regexp,
.hljs-name,
.ruby .hljs-constant,
.xml .hljs-tag .hljs-title,
.xml .hljs-pi,
.xml .hljs-doctype,
.html .hljs-doctype,
.css .hljs-id,
.css .hljs-class,
.css .hljs-pseudo {
	color: deepskyblue;
}

.hljs-attribute {
	color: lightskyblue;
}

/* Atelier-Sulphurpool Orange */

.hljs-number,
.hljs-preprocessor,
.hljs-built_in,
.hljs-literal,
.hljs-params,
.hljs-constant {
	color: #c76b29;
}

.single-blog-content p a {
	color: #017f01;
}

.single-blog-content p {
	color: #ccc;
}

/* Atelier-Sulphurpool Yellow */

.ruby .hljs-class .hljs-title,
.css .hljs-rule .hljs-attribute {
	color: #c08b30;
}

.dk-container {
	text-align: center;
}

/* Atelier-Sulphurpool Green */

.hljs-string,
.hljs-value,
.hljs-inheritance,
.hljs-header,
.ruby .hljs-symbol,
.xml .hljs-cdata {
	color: darkorange;
}

/* Atelier-Sulphurpool Aqua */

.hljs-title,
.css .hljs-hexcolor {
	color: #22a2c9;
}

/* Atelier-Sulphurpool Blue */

.hljs-function,
.python .hljs-decorator,
.python .hljs-title,
.ruby .hljs-function .hljs-title,
.ruby .hljs-title .hljs-keyword,
.perl .hljs-sub,
.javascript .hljs-title,
.coffeescript .hljs-title {
	color: #3d8fd1;
}

/* Atelier-Sulphurpool Purple */

.hljs-keyword,
.javascript .hljs-function {
	color: #6679cc;
}

.hljs {
	display: block;
	overflow-x: auto;
	/* background: #202746;*/
	color: #979db4;
	padding: 0.5em;
	-webkit-text-size-adjust: none;
}

.coffeescript .javascript,
.javascript .xml,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata {
	opacity: 0.5;
}

a {
	text-decoration: none;
	color: #020202;
}

a:hover {
	text-decoration: none !important;
}

a:focus {
	text-decoration: none !important;
}

/**

 * Backgrounds

 */

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.testimonial-style .testimonial-caption-style {
	font-family: "Roboto";
	font-weight: 400;
	font-size: 24px;
	color: #354052;
	line-height: 30px;
	bottom: 40%;
	text-shadow: none;
	top: 1%;
}

.testimonial-style .testimonial-authors {
	font-family: "Roboto";
	font-weight: 500;
	font-size: 20px;
	color: #0c8ccb;
	line-height: 30px;
	margin-top: 25px;
}

/* carousel-height-control */
.testimonial-style .carousel-inner>.item {
	padding-top: auto;
	padding-bottom: auto;
	height: 210px;
}

/* carousel-left-right-control */
.testimonial-style .carousel-control.left {
	background: none;
	box-shadow: none;
	text-shadow: none;
}

.testimonial-style .carousel-control.right {
	background: none;
	box-shadow: none;
	text-shadow: none;
}

.testimonial-style .carousel-control {
	color: #354052;
}

.testimonial-style .carousel-control:hover {
	color: #354052;
	text-decoration: none;
	transition: background-color 1s ease;
}

/* indicators */
.testimonial-style .carousel-indicators .active {
	background-color: #fff;
	width: 14px;
	height: 14px;
	transition: background 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.testimonial-style .carousel-indicators li {
	border: 2px solid #354052;
	background-color: #354052;
}

.testimonial-style p {
	font-size: 18px;
	line-height: 24px;
	color: #ffffffc7;
}

.testimonial-style .carousel-control.left span.fa {
	color: #fff;
	margin-top: 60%;
	background: #0c8ccb;
	width: 40px;
	height: 40px;
	line-height: 42px;
	font-size: 16px;
	border-radius: 50%;
}

.testimonial-style .carousel-control.right span.fa {
	color: #fff;
	margin-top: 60%;
	background: #0c8ccb;
	width: 40px;
	height: 40px;
	line-height: 42px;
	font-size: 16px;
	border-radius: 50%;
}

.who-we-paralax {
	padding: 0px 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	background-size: cover;
	overflow: hidden;
}

b,
strong {
	font-weight: 600;
}

.backgrounds {
	width: 100%;
	height: 100%;
	position: fixed;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: -1;
}

.backgrounds .background {
	width: 100%;
	height: 100%;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	background-attachment: fixed;
}

.overlay:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	/*background: #3F51B5;*/
	opacity: 0.8;
}

/**

 * Hero

 */

.hero {
	width: 100%;
	height: 100%;
	position: relative;
	color: #FFF;
	text-align: left;
	background: #000;
}

.hero-center {
	width: 100%;
	position: absolute;
	top: 260%;
	left: 60px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.herocentrin {
	width: 100%;
	float: left;
	margin: 0 0 0 15px;
}

.hero__logo {
	font-size: 60px;
	color: rgba(0, 0, 0, 0.5);
}

.hero__text {
	font-weight: normal;
	opacity: 0.8;
}

.hero__scroll {
	position: absolute;
	bottom: 60px;
	width: 200px;
	margin: auto;
	display: block;
	cursor: pointer;
	padding-bottom: 4px;
	padding-top: 12px;
	left: 0;
	right: 0;
	text-transform: uppercase;
}

.hero__scroll img {
	margin-top: 21px;
}

span.hero__scroll.aos-init.aos-animate {
	border: #fff solid 3px;
	border-radius: 70px;
	width: 46px;
	text-align: center;
}

.hero__scroll .chevron {
	margin-top: 20px;
	display: block;
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	color: #fff;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.octocat {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 80px;
}

.octocat img {
	display: block;
	width: 100%;
}

.chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 20px;
	position: relative;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: top;
	width: 20px;
}

.chevron.right:before {
	left: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 0;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/**

 * Sections

 */

.section {
	width: 100%;
	float: left;
	position: relative;
}

.section-title {
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 100%;
	clear: both;
}

.code {
	width: 40%;
	clear: both;
	height: 200px;
	background: #FFF;
	border-radius: 2px;
	margin: 12vh 0;
	padding: 10px;
}

.code pre,
.code code {
	height: 100%;
	margin: 0;
}

.code code {
	padding: 20px 0 0 20px;
}

.code--small code {
	padding-top: 75px;
}

.code--left {
	float: left;
}

.code--right {
	float: right;
}

.code--wider {
	width: 60%;
}

.code--wider code {
	padding-top: 60px;
}

.page-content p {
	line-height: 26px;
	margin-bottom: 10px;
}

.section--more {
	color: #FFF;
	/*background: #0E0F34;*/
	padding: 20px 0 40px 0;
}

.section-group {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 30px 0;
}

.section-group h3 {
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.section-group h4 {
	font-weight: normal;
	color: rgba(255, 255, 255, 0.6);
}

.section-group code {
	padding: 20px;
	font-size: 1.2em;
}

.section-group .btn {
	margin-right: 20px;
}

.pad0 {
	padding: 0 !important;
}

.slmg img {
	width: 100%;
	border-radius: 10px;
}

.top-strip {
	position: absolute;
	top: 20px;
	width: 95%;
	z-index: 8;
	text-align: left;
	margin-left: 0px;

}

.top-strip img {
	margin-left: 20px;
}

.list-wrpaaer {
	height: 115px;
	margin-bottom: 30px;
}

img.logo-top {
	width: 100%;
	margin: 0px;
	border-radius: 15%;
	padding: 1px;
	background: #ffffffeb;
}

.home-logo {
	width: 140px;
	height: 140px;
	border: solid 3px #fff;
	border-radius: 15%;
	padding: 2px 2px 2px 2px;
	position: relative;
	margin-left: 20px;
	margin-top: 12px;
}

.circle {
	width: 20px;
	height: 20px;
	background: #0c8ccb;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	margin: auto;
	animation: circle 6s linear infinite;
}

@keyframes circle {
	0% {
		transform: rotate(0deg) translate(-70px) rotate(0deg);
	}

	100% {
		transform: rotate(360deg) translate(-70px) rotate(-360deg);
	}
}

@media (max-width: 767px) {
	.circle {
		width: 15px;
		height: 15px;
	}

	@keyframes circle {
		0% {
			transform: rotate(0deg) translate(-45px) rotate(0deg);
		}

		100% {
			transform: rotate(360deg) translate(-45px) rotate(-360deg);
		}
	}

	.modal.gal {
		top: 30% !important;
		width: 88% !important;
		background: #fff;
	}
}

.top-strip .learnmore {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	background: #fff;
	padding: 10px 50px;
	border-radius: 30px;
	color: #000;
	text-transform: uppercase;
	margin-top: 20px;
}

.top-strip .col-md-6:last-child {
	text-align: right;
}

.customer {
	border-bottom: solid 1px #00000021;
}

.customer h2 {
	font-size: 44px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
	background: #017f01;
	background-size: 100%;
	text-align: left;
	padding: 10px 58px;
	margin: 0;
	padding-left: 100px;
}

.customer h2:after {}

.who-we.inner {
	padding: 60px 0 60px;
}

.who-we {
	padding: 25px 0 0px;
	background-size: 100%;
	background-position: 50% 50%;
	float: left;
	width: 100%;
	height: auto;
}

.bg-white {
	background: #fff;
}

.whowe {
	text-align: justify;
}

.whoweinner {
	position: relative;
	background: linear-gradient(16deg, #0494ac75, #0c8ccb, #0494acbd);
	z-index: 99;
	top: 0px;
	width: 100%;
	box-shadow: 0px 0px 10px -6px #000;
	padding: 40px 40px 35px;
}

.who-we-paralax:before {
	content: '';
	background: #0000008a;
	width: 100%;
	height: 100%;
	position: absolute;
}

.whowe h2 {
	font-size: 34px !important;
	color: #a2d5ef !important;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: left !important;
	position: relative;
	margin-bottom: 20px !important;
	padding-bottom: 10px !important;
}

ul.check-list li {
	float: left;
	color: #ccc;
	width: 50%;
}

ul.check-list {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	/* list-style: none; */
}

.whowe h2:after {
	position: absolute;
	content: "";
	height: 4px;
	width: 50px;
	background: #d52937;
	bottom: -5px;
	left: 0px;
}

.whowe p {
	font-size: 14px;
	color: #fff;
	font-style: italic;
	line-height: 22px;
	font-family: "Poppins", sans-serif;
	margin-bottom: 10px;
}

.whoweinner:after {
	content: '';
	width: 8px;
	height: 80%;
	background: #b5d721;
	position: absolute;
	right: 0px;
	bottom: 10%;
	z-index: 99;
}

.who-we.inner ul {
	padding: 0px 0px 15px 20px;
}

.who-we.inner ul li {
	line-height: 26px;
}

.whowe .btn-2 {
	border: 2px solid #ffffff;
	font-size: 14px;
	width: 170px;
	color: #fff;
	padding: 10px 0px;
}

.whowe .learnmore {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	background: #017f01;
	padding: 10px 70px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
}

.topstr {
	text-align: center;
	padding: 20px 0px;
	position: relative;
	font-family: "Poppins", sans-serif;
}

.topstr p {
	font-size: 16px;
	color: #0e0e0e;
	padding: 16px 26px;
	line-height: 24px;
	font-weight: bold;
}

.topstr:before {
	content: "";
	margin-top: -6px;
	background: url(../images/leaf-l.png) no-repeat right;
	width: 37px;
	height: 100px;
	position: absolute;
	left: 0;
}

.topstr:after {
	content: "";
	margin-top: -6px;
	background: url(../images/leaf-r.png) no-repeat right;
	width: 37px;
	height: 100px;
	position: absolute;
	right: 0px;
	top: 20px;
}

/*-----------------------------Tabs----------------------------------*/

ul.tabs {
	margin: 4% auto 0;
	padding: 0;
	float: left;
	list-style: none;
	/*height: 32px;

     border-bottom: 1px solid #333; */
	width: 25%;
	display: inline-block;
	text-align: left;
}

ul.tabs li {
	float: none;
	margin: 0;
	cursor: pointer;
	padding: 10px 18px;
	height: auto;
	line-height: 31px;
	border: none;
	background: transparent;
	color: #4e4e4e;
	overflow: hidden;
	position: relative;
	border-radius: 0;
	font-size: 14px;
	font-weight: normal;
	width: 100%;
	text-transform: uppercase;
	transition: ease .2s;
}

.tab_last {
	border: none;
}

ul.tabs li:hover {
	background-color: #333;
	color: #fff;
}

ul.tabs li.active {
	background: #333333;
	color: #fff;
	display: block;
	margin: 0;
}

.tab_container {
	border-top: none;
	/*clear: both;*/
	float: left;
	width: 75%;
	background: url(../images/img-1.jpg);
	overflow: auto;
	border-radius: 0px;
	margin-top: 10px;
}

.tab_container p {
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	font-weight: normal;
	color: #fff;
}

.tab_content {
	padding: 0;
	display: none;
	text-align: left;
}

.tab_content h3 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-align: left;
	margin: 20px 0;
	font-family: 'Oswald', sans-serif;
}

.tab_drawer_heading {
	display: none;
}

.tab-imgcircle {
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	padding: 20px 60px;
	height: 55vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.tab-imgcircle img {
	border-radius: 50%;
	width: 100%;
}

/* Button 1e */

.tab-imgcircle .btn-1e {
	overflow: hidden;
}

.tab-imgcircle .btn-1e:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(20deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(20deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(20deg);
	transform: translateX(-50%) translateY(-50%) rotate(20deg);
}

.tab-imgcircle .btn-1e:hover,
.tab-imgcircle .btn-1e:active {
	color: #017f01;
}

.tab-imgcircle .btn-1e:hover:after {
	height: 320%;
	opacity: 1;
}

.tab-imgcircle .btn-1e:active:after {
	height: 400%;
	opacity: 1;
}

.tb-select {
	background: #ececec;
	border-radius: 8px;
	color: #282828;
	width: 100%;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	padding: 8px 15px;
}

.title-text {
	padding: 10px 0px 25px;
}

.title-text-custom {
	padding: 0px 0px 20px;
}

h4.gallery-title {
	font-size: 16px;
	font-weight: 600;
	/* margin: 9px 0px; */
}

h2.text-decor {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #000;
	margin: 0px;
	font-size: 50px;
}

.title-text.cap {
	padding: 0px 0px 20px;
}

.title-text.cap {
	padding: 0px 0px 20px;
}

.title-text.cap h2.text-decor {
	color: #fff;
}

@media screen and (max-width: 480px) {
	.tabs {
		display: none !important;
	}

	.tab_drawer_heading {
		/*	background-color: #f3f0cf;*/
		background-color: #258fcf;
		color: #fff;
		border-top: none;
		margin: 0;
		padding: 10px 20px;
		display: block;
		cursor: pointer;
		user-select: none;
		border-radius: 0;
	}

	.d_active {
		background-color: #258fcf;
		color: #fff;
		border: none;
		border-radius: 0;
		line-height: 30px;
	}

	.tab_container {
		margin-top: 20px;
		width: 90%;
	}

	.tab-imgcircle {
		padding: 20px;
	}
}


/*========================
PORTFOLIO DETAILS  CSS
=========================*/

.portfolio-details-box li {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: 300;
	padding: 20px 0;
	text-transform: capitalize;
	list-style: none;
}

.portfolio-details-box li:last-child {
	border-bottom: 0 none;
}

.portfolio-details-box li span {
	color: #333;
	display: inline-block;
	font-weight: 700;
	margin-right: 15px;
	text-transform: uppercase;
	width: 170px;
}

.portfolio-details-box ul {
	margin-bottom: 20px;
}

.portfolio-description {
	margin-top: 50px;
}

.thumb .img-thumbnail {
	padding: 0px;
	transition: all .4s;
	border-radius: 0px;
}

.thumb .img-thumbnail:hover {
	transform: scale(1.2);
}

.thumb .thumbnail {
	border: none;
	margin-bottom: 0px;
	overflow: hidden;
	transition: all .4s;
	padding: 0px;
	border-radius: 0px;
	height: 200px;
	margin: 0px;
}

.portfolio-description>p {
	font-size: 18px;
}

.portfolio_area.portfolio_gutter>img {
	height: 100%;
	width: 100%;
	border: none !important;
}

.overlay-shad {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #00000069;
	top: 0px;
	left: 0px;
	z-index: 999;
	display: none;
}

.modal.gal {
	height: fit-content;
	top: 8%;
	width: 900px;
}

.flexslider1 .flex-direction-nav a {
	opacity: 1;

}

.flexslider1 .flex-direction-nav {
	left: 80px;
}

.flexslider1 .flex-direction-nav .flex-next {
	left: -5px;
}

.flexslider1 .flex-direction-nav a:before {
	line-height: 24px;
}

section#sectionGal {
	padding: 60px 0px 60px;
}

section#sectionGal-custom {
	padding: 20px 0px 60px;
}

.content-block-gal p.location-ttl {
	color: #0c8ccb;
}

@media (min-width: 992px) {
	.modal-lg {
		width: 700px;
	}

	.col-md-12.pr-content {
		height: 175px;
		overflow: hidden;
	}
}

.modal-body {
	display: inline-block;
	width: 100%;
}

.modal-footer button.btn {
	padding: 0px;
	margin: 0px;
}

.modal-footer {
	padding: 10px 15px;
}

.modal-header .close {
	margin-top: -20px;
	color: #fff;
}

.modal-title {

	text-align: center;
	color: #fff;
}

img#image-gallery-image {
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------------------------------*/

/*--------------------------------------team---------------------------*/
section.team-page {
	padding: 60px 0px 0px;
}

.team-block {
	margin-bottom: 20px;
}

.team-content {
	position: absolute;
	background-color: rgba(17, 24, 31, 0.8);
	bottom: 0;
	display: inline-block;
	width: 100%;
	color: #fff;
	padding: 10px 30px;
	z-index: 99;
	left: 0;
}

.team-img {
	position: relative;
}

.team-img img {
	width: 100%;
}

.team-title {}

.team-meta {
	color: #9da4aa;
	font-weight: 400;
	font-size: 16px;
}

.team-box-other {
	background: #e9ecec;
	padding: 15px 15px;
	margin-bottom: 30px;
}

.row.other-team {
	display: flex;
	justify-content: center;
}

.ohter-tem-content h3 {
	font-size: 14px;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 2px;
}

.ohter-tem-content h4 {
	font-size: 11px;
}

#teamSlider {
	position: relative;
}

#teamSlider .MS-content {
	white-space: nowrap;
	overflow: hidden;
}

#teamSlider .MS-content .item {
	display: inline-block;
	width: 33.33%;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	height: 100%;
	white-space: normal;
	padding: 0 10px;
}

#teamSlider .MS-content .item .imgTitle img {
	height: auto;
	width: 100%;
}

.p-r-0 {
	padding-right: 0px;
}

.info-left-section {
	background-color: #e0e0e0;
	position: relative;
	padding: 10px;
	background-image: url(../images/27-270243_ceiling.png);
	background-size: 120%;
	background-position: bottom right;
	overflow: hidden;
}

.info-left-section:before {
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	width: 74%;
	z-index: 1;
	background-color: rgb(1 127 1);
	background-size: 100%;
	background-position: bottom right;
	overflow: hidden;
	background-image: url(../images/27-270243_ceiling.png);
	right: -115px;
	-webkit-transform: skewX(-7deg);
	-moz-transform: skewX(-7deg);
	-ms-transform: skewX(-7deg);
	-o-transform: skewX(-7deg);
	transform: skewX(-7deg);
}

.info-left-section:after {
	content: '';
	position: absolute;
	width: 92%;
	height: 92%;
	background: #0000;
	border: solid 1px #efefef;
	top: 4%;
	left: 4%;
	border-radius: 8px;
	z-index: 11;
}

.p-l-0 {
	padding-left: 0px;
}

p.detail {
	margin: 20px 0px 10px;
	font-size: 12px;
	line-height: 18px;
}

.team-info {
	text-align: right;
	display: block;
	width: 100%;
	padding: 18% 30px 0px 0px;
	z-index: 99;
	position: relative;
}

.team-info h4 span {
	display: block;
	font-size: 22px;
	letter-spacing: 2px;
	padding-right: 5px;
}

.team-info p {
	color: #fff;
}

a.btn.info-button {
	color: #fff;
	border: solid 1px #fff;
	border-radius: 2px;
	position: relative;
	padding: 6px 14px;
}


@media (max-width: 767px) {
	.info-left-section {
		margin-bottom: 30px !important;
	}

	.info-left-section:before {
		width: 88% !important;
	}

	.team-info {
		padding: 4% 15px 0px 0px !important;
	}

	.team h4 {
		font-size: 26px !important;
		margin-bottom: 5px !important;
		letter-spacing: 3px !important;
	}

	.team-info h4 span {
		font-size: 18px !important;
		letter-spacing: 2px !important;
	}

	.team p {
		font-size: 13px !important;
		line-height: 16px !important;
	}

	a.btn.info-button {
		padding: 5px 8px !important;
		margin: 0px 0px 15px !important;
	}


	.about-inner {
		padding: 20px 20px !important;
		display: block !important;
		width: 100% !important;
	}

	.content-bx-ttl {
		width: 100% !important;
		padding: 30px 30px !important;
		display: block !important;
	}

	.content-bx-abt {
		width: 100% !important;
		padding: 35px 30px 30px !important;
		border-bottom-left-radius: 0px !important;
		border-top-right-radius: 0px !important;
	}

	.about-inner p strong {
		font-size: 18px !important;
	}
}


.MS-controls {
	text-align: right;
	padding: 0px 10px;
}

.MS-controls button {
	background: #017f01;
	color: #fff;
	border: none;
	padding: 2px 14px;
	border-radius: 2px;
	font-size: 20px;
}

.overlay {
	border-radius: 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 1s ease;
	background-color: #11181f;
}

.modal-content {
	border-radius: 0px;
}

.modal-header {
	padding: 10px;
	border-bottom: 1px solid #e5e5e5;
	background: #017f01;
}

.gallery-block {
	background: #ececec;
	padding: 5px 7px;
	margin-bottom: 5px;
	height: 265px;
}

.gallery-block h4 {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.team-img:hover .overlay {
	opacity: .8;
}

p.team-social a {
	padding: 0px 10px 0px 0px;
}

.row.gallery-bx .thumb {
	padding: 5px;
}

.text {
	color: #fff;
	position: absolute;
	top: 30%;
	left: 30%;
	transform: translate(-26%, -26%);
	-ms-transform: translate(-26%, -26%);
	right: 0;
	font-weight: 400;
	font-size: 16px;
	z-index: 99;
}

.team {
	width: 100%;
	float: left;
	padding: 80px 0;
}

.team h2 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 50px;
	margin-bottom: 30px;
}

.team h3 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #909090;
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

.team h4 {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 50px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 6px;
}

.team p {
	font-size: 16px;
	font-weight: normal;
	line-height: 23px;
}

.team p a {
	color: #fff;
}

.team p a:hover {
	color: #fff !important;
}

.innert.team-box {
	background: #ffffff;
	position: relative;
	float: left;
	margin-bottom: 40px;
	box-shadow: 1px 2px 14px -8px #272727;
	width: 100%;
	/* background-color: #202720; */
	position: relative;
	padding: 10px;
	background-image: url(../images/bd-tm.jpg);
	background-size: 100%;
	background-position: center;
	/* overflow: hidden; */
}

/*.row.left-img:after {
    content: '';
    width: 10px;
    height: 70%;
    background: #d52937;
    position: absolute;
    right: 0px;
    top: 15%;
    z-index: 99;
}
.row.right-img:after {
    content: '';
    width: 10px;
    height: 70%;
    background: #b5d721;
    position: absolute;
    left: 0px;
    top: 15%;
    z-index: 99;
}*/
.innert.team-box img {
	width: 100%;
}

.left-img .team-txt {
	padding: 0px 30px 0px 20px;
}

.right-img .team-txt {
	padding: 0px 20px 0px 50px;
}

.team-txt h3 {
	font-size: 26px;
	padding: 30px 0px 5px;
	font-weight: bold;
}

.team-txt h4 {
	font-weight: bold;
}

.team-txt .paragraph {
	margin-top: 25px;
}

/*.team-txt .paragraph::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.19);
    background-color: #77777700;
}
.team-txt .paragraph::-webkit-scrollbar
{
	width: 6px;
    background-color: #ffffff;
}
.team-txt .paragraph::-webkit-scrollbar-thumb
{
	background-color: #ebebeb;
	transition:all .4s;
}
.team-txt .paragraph:hover::-webkit-scrollbar-thumb
{
	background-color: #017f01;
}*/

.nav-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.19);
	background-color: #77777700;
}

.nav-content::-webkit-scrollbar {
	width: 6px;
	background-color: #ffffff;
}

.nav-content::-webkit-scrollbar-thumb {
	background-color: #ebebeb;
	transition: all .4s;
}

.nav-content:hover::-webkit-scrollbar-thumb {
	background-color: #d52937;
}

.team-txt p {
	font-size: 15px;
	line-height: 22px;
	padding: 0px 15px 10px 0px;
}

.innert.team-box a.btn.btn-2.btn-1e {
	padding: 8px 35px;
	width: auto;
	font-size: 14px;
}

.innert.team-box a.btn.btn-2.btn-1e:hover {
	color: #333;
}

.about-inner {
	padding: 45px 45px;
	text-align: center;
	background-image: url(../images/Layer-28.jpg);
	width: 100%;
	margin: 0px auto;
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.about-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #26262682;
}

.content-bx-abt {
	position: relative;
	z-index: 1;
	width: 50%;
	background: #017f01c9;
	padding: 50px 30px 30px;
	border-bottom-left-radius: 80px;
	border-top-right-radius: 80px;
}

.about-inner p {
	line-height: 24px;
	margin-bottom: 10px;
	color: #fff;
}

.about-inner p strong {
	font-size: 24px;
}

.content-bx-ttl {
	position: relative;
	z-index: 1;
	width: 50%;
	text-align: center;
	/* background: #017f01c9; */
	padding: 30px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.content-bx-ttl h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 64px;
	font-weight: bold;
	color: #fff;
}

/*----------------------------------------------------------------*/
.who-we h2 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #000;
	margin: 0px;
	font-size: 50px;
}

h2.text-decor:after {
	display: block;
	font-family: "fontello";
	content: '\e96e';
	font-size: 1.286rem;
	line-height: 1em;
	margin: 1em 0;
	width: auto;
	height: auto;
	color: #0c8ccb;
}

.solu {
	width: 100%;
	float: left;
	padding: 60px 0;
}

.solu h4 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #333333;
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

.learnmore {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	background: #017f01;
	padding: 10px 70px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
	width: auto;
}

.media {
	width: 100%;
	float: left;
	padding: 0px 0px 50px;
}

.news {
	width: 100%;
	float: left;
	padding: 80px 0;
}

.news h2 {
	text-align: left;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 70px;
	color: #017f01;
	margin-bottom: 30px;
}

.news h3 {
	text-align: left;
	font-family: 'Oswald', sans-serif;
	color: #333333;
	font-size: 28px;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

.news h4 {
	text-align: left;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 30px;
}

.imgTitle {
	height: 280px;
	overflow: hidden;
	background-size: cover;
}

.imgTitle.home {
	height: 340px;
	overflow: hidden;
}

/*--------------------------------News-------------------------*/

#mixedSlider {
	position: relative;
}

#mixedSlider .MS-content {
	white-space: nowrap;
	overflow: hidden;
	margin: 0 5%;
}

#mixedSlider .MS-content .item {
	display: inline-block;
	width: 99%;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	height: 100%;
	white-space: normal;
	padding: 0 10px;
}

@media (max-width: 991px) {
	#mixedSlider .MS-content .item {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.guidelines .col-aadha {
		width: 100% !important;
	}

	.guidelines1 .col-aadha {
		width: 100% !important;
	}

	.guidelines1 h3 {
		text-align: center !important;
	}

	#mixedSlider .MS-content .item {
		width: 100%;
	}

	.popsm {
		margin-top: 180px !important;
	}
}

#mixedSlider .MS-content .item .imgTitle {
	position: relative;
}

#mixedSlider .MS-content .item .imgTitle .blogTitle {
	margin: 0;
	text-align: left;
	letter-spacing: 2px;
	color: #fff;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	bottom: 2px;
	font-weight: bold;
	padding: 10px 0 10px 12px;
	border-radius: 0 0 10px 10px;
}

#mixedSlider .MS-content .item .imgTitle img {
	height: auto;
	width: 100%;
}

#mixedSlider .MS-content .item p {
	font-size: 15px;
	margin: 15px 0;
	text-indent: 0;
	color: #333;
	line-height: 24px;
}

#mixedSlider .MS-content .item p strong {
	font-weight: bold;
	font-size: 17px;
}

#mixedSlider .MS-content .item a {
	float: left;
	transition: linear 0.1s;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	background: #017f01;
	padding: 15px 60px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
	width: auto;
}

#mixedSlider .MS-content .item a:hover {
	text-shadow: 0 0 1px grey;
}

#mixedSlider .MS-controls button {
	position: absolute;
	border: none;
	background-color: #fff;
	outline: 0;
	font-size: 50px;
	top: 95px;
	color: rgba(0, 0, 0, 0.4);
	transition: 0.15s linear;
	padding: 14px;
	border-radius: 6px;
}

ul.capb li {
	float: left;
	width: 50%;
}

#mixedSlider .MS-controls button:hover {
	color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 992px) {
	#mixedSlider .MS-controls button {
		font-size: 30px;
	}
}

#mixedSlider .MS-controls .MS-left {
	left: -18px;
}

#mixedSlider .MS-controls .MS-right {
	right: -17px;
}

.twite.mob,
.faceb.mob {
	display: none;
}

.twite {
	background: #017f01;
	float: left;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.faceb {
	background: #017f01;
	float: left;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

/********----------------twitter----------------------*/

/*---------------------------blog----------------------------*/

.blog {
	width: 100%;
	float: left;
	padding: 60px 0;
}

.blog h3 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #111;
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

.blog h4 {
	color: #fff;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	margin: 10px 0 0;
	line-height: 22px;
}

.blog p {
	font-size: 14px;
	font-weight: normal;
	line-height: 23px;
}

.blog h5 {
	font-size: 14px;
	font-weight: normal;
	color: #017f01;
}

.blog .bl-social {
	margin: 0;
	padding: 0;
}

.blog .bl-social li {
	list-style: none;
	display: inline-block;
}

.blog .bl-social li a {
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	width: 35px !important;
	height: 35px;
	font-size: 16px;
	border: 2px solid #3d3d3d;
	line-height: 30px;
	color: #3d3d3d !important;
	background: none !important;
	padding: 0px !important;
}

.blog .bl-social li a:hover {
	background: #3d3d3d !important;
	color: #fff !important;
}

.copy-right {
	color: #fff;
	padding: 20px 0;
	line-height: 24px;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
}

#blogSlider {
	position: relative;
}

#blogSlider .MS-content {
	white-space: nowrap;
	overflow: hidden;
	margin: 0 0;

}

#blogSlider .MS-content .item {
	display: inline-block;
	width: 33.33333%;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	height: 100%;
	white-space: normal;
	padding: 0 10px;
}

@media (max-width: 991px) {
	#blogSlider .MS-content .item {
		width: 50%;
	}

	#teamSlider .MS-content .item {
		width: 50%;
	}
}

@media (max-width: 767px) {
	#blogSlider .MS-content .item {
		width: 100%;
	}
}

#blogSlider .MS-content .item .imgTitle {
	position: relative;
	background-size: cover;
	background-position: top center;
}

#blogSlider .MS-content .item .imgTitle .blogTitle {
	text-align: left;
	color: #017f01;
	width: 100%;
	padding: 10px 0 10px 12px;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;

}

#blogSlider .MS-content .item .imgTitle img {
	height: auto;
	width: 100%;
}

section#section3 {
	border-bottom: solid 1px #ffffff21;
}

#blogSlider .MS-content .item p {
	font-size: 14px;
	margin: 10px 0;
	text-indent: 0;
	color: #017f01;
	line-height: 24px;
}

#blogSlider .MS-content .item p strong {
	font-size: 15px;
}

#blogSlider .MS-content .item a {
	float: left;
	transition: linear 0.1s;
	font-size: 13px;
	background: #ffffff;
	padding: 10px 40px;
	border-radius: 30px;
	color: #111;
	text-transform: uppercase;
	margin-top: 8px;
	width: auto;
}

#blogSlider .MS-content .item a:hover {
	text-shadow: 0 0 1px grey;
	text-decoration: none;
}

#blogSlider .MS-controls button {
	position: absolute;
	border: none;
	background-color: #017f01;
	outline: 0;
	font-size: 30px;
	top: -60px;
	width: 36px;
	height: 36px;
	font-weight: bold;
	color: rgb(255, 255, 255);
	transition: 0.15s linear;
	padding: 14px;
	border-radius: 2px;
	padding: 0px;
	line-height: 22px;
}

#blogSlider .MS-controls button:hover {
	color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 992px) {
	#blogSlider .MS-controls button {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	#blogSlider .MS-controls button {
		font-size: 20px;
	}
}

#blogSlider .MS-controls .MS-left {
	right: 48px;
}

@media (max-width: 767px) {
	#blogSlider .MS-controls .MS-left {
		right: 40px;
	}
}

#blogSlider .MS-controls .MS-right {
	right: 10px;
}

@media (max-width: 767px) {
	#blogSlider .MS-controls .MS-right {
		right: -10px;
	}
}

/*---------------------------blog----------------------------*/

.fixed-bar {
	position: fixed;
	left: 0;
	height: 100%;
	padding: 0px 8px;
	border-right: solid 1px #ffffff21;
	background: #111;
	z-index: 9;
	width: 60px;
}

.fixed-bar h3 {
	right: -24px;
	letter-spacing: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-transform: uppercase;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	width: 132px;
	color: #333;
	font-weight: 600;
	transform: rotate(-90deg);
	left: -38px;
	letter-spacing: 1px;
	top: 300px;
	font-size: 30px;
}

.fixed-bar h3 span {
	font-size: 13px;
	display: block;
}

.fixed-bar h3 a {
	color: #fff;
}

.social {
	position: absolute;
	bottom: 50px;
}

.social a i {
	height: 40px;
	width: 40px;
	font-size: 14px;
	border: solid 1px #fff;
	color: #fff;
	padding: 12px 0;
	margin: 2px 0;
	text-align: center;
	transition: ease .5s;
}

.social a:hover i {
	background: #111;
	color: #fff;
}

.social ul {
	padding: 0;
	margin: 0;
}

.social li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.partner {
	background: #efecea;
}

.partner h2 {
	font-size: 45px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	background: url(../images/bg-blue.png) no-repeat left;
	background-size: 100%;
	text-align: left;
	padding: 20px 58px;
	;
	margin: 0;
}

.partner h2:after {}

.partner ul {
	margin: 0;
	padding: 15px 0;
	text-align: left;
}

.partner li {
	list-style: none;
	display: inline-block;
	margin: 3px 17px;
}

.partner li img {
	width: 90%;
}

/*---------------------------------------button------------------------------*/

/* General button style (reset) */

.btn {
	border: none;
	font-size: 16px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 5px 20px;
	display: inline-block;
	margin: 5px 0;
	text-transform: uppercase;
	letter-spacing: normal;
	font-weight: normal;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	/* border-radius: 60px; */
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 60px;
}

/* Button 1 */

.btn-1 {
	border: 2px solid #017f01;
	color: #fff;
}

/* Button 1b */

.btn-1b:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #fff;
}

.btn-1b:hover,
.btn-1b:active {
	color: #0c8ccb;
}

.btn-1b:hover:after,
.btn-1b:active:after {
	height: 100%;
}

/* Button 2 */

.btn-2 {
	border: 3px solid #0c8ccb;
	color: #000;
	width: 200px;
}

/* Button 1e */

.btn-1e {
	overflow: hidden;
}

.btn-1e:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #0c8ccb;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(10deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(10deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(10deg);
	transform: translateX(-50%) translateY(-50%) rotate(10deg);
}

.btn-1e:hover,
.btn-1e:active {
	color: #fff;
}

.btn-1e:hover:after {
	height: 320%;
	opacity: 1;
}

.btn-1e:active:after {
	height: 400%;
	opacity: 1;
}

.head-baner {
	margin-top: 100px;
	float: left;
	width: 95%;
}

/*------------------------------------header menu--------------------------------*/

.nav {
	position: relative;
	width: auto;
	/*display: inline-block;*/
	border: none;
	z-index: 99999;
	font-family: 'Oswald', sans-serif;
}

.btn-nav {
	position: fixed;
	top: 0px;
	left: 0px;
	background: #0c8ccb;
	border: none;
	padding: 10px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	z-index: 99999;
	font-family: 'Oswald', sans-serif;
}

.btn-nav:focus {
	outline: 0;
}

.icon-bar {
	display: block;
	margin: 6px 0;
	width: 40px;
	height: 5px;
	background-color: #fff;
}

.btn-nav:hover .icon-bar {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	background-color: #f1f1f1;
}

.nav-content {
	position: fixed;
	top: -100%;
	overflow-y: scroll;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	display: block;
	height: 100%;
	z-index: 9999;
	font-family: "Poppins", sans-serif;
	width: 325px;
}

.nav-list {
	list-style: none;
	padding: 0;
	position: relative;
	top: 20%;
	font-family: 'Oswald', sans-serif;
}

.item-anchor:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: transparent;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.item-anchor {
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	padding: 10px;
}

.item-anchor:hover,
.item-anchor:focus {
	color: #fdfdfd;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.item-anchor:hover:after,
.item-anchor:focus:after {
	width: 100%;
	background: #017f01;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.nav-item {
	margin: 40px auto;
	text-align: left;
	width: 80%;
}

.animated {
	display: block;
	margin: 0 auto;
}

.animated:hover .icon-bar,
.animated:focus .icon-bar {
	background-color: #f7f7f7;
}

.animated:focus {
	cursor: pointer;
	z-index: 9999;
}

.middle {
	margin: 0 auto;
}

.icon-bar {
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	z-index: 999999;
}

.animated .icon-bar {
	z-index: 999999;
	background-color: #fff;
}

.animated .top {
	-webkit-transform: translateY(10px) rotateZ(45deg);
	-moz-transform: translateY(10px) rotateZ(45deg);
	-ms-transform: translateY(10px) rotateZ(45deg);
	-o-transform: translateY(10px) rotateZ(45deg);
	transform: translateY(10px) rotateZ(45deg);
}

.animated .bottom {
	-webkit-transform: translateY(-11px) rotateZ(-45deg);
	-moz-transform: translateY(-11px) rotateZ(-45deg);
	-ms-transform: translateY(-11px) rotateZ(-45deg);
	-o-transform: translateY(-11px) rotateZ(-45deg);
	transform: translateY(-11px) rotateZ(-45deg);
}

.animated .middle {
	width: 0;
}

@keyframes showNav {
	from {
		top: -100%;
	}

	to {
		top: 0;
	}
}

@-webkit-keyframes showNav {
	from {
		top: -100%;
	}

	to {
		top: 0;
	}
}

@-moz-keyframes showNav {
	from {
		top: -100%;
	}

	to {
		top: 0;
	}
}

@-o-keyframes showNav {
	from {
		top: -100%;
	}

	to {
		top: 0;
	}
}

.showNav {
	-webkit-animation: showNav 1s ease forwards;
	-moz-animation: showNav 1s ease forwards;
	-o-animation: showNav 1s ease forwards;
	animation: showNav 1s ease forwards;
	top: 0px;
}

@keyframes hideNav {
	from {
		top: 0;
	}

	to {
		top: -100%;
	}
}

@-webkit-keyframes hideNav {
	from {
		top: 0;
	}

	to {
		top: -100%;
	}
}

@-moz-keyframes hideNav {
	from {
		top: 0;
	}

	to {
		top: -100%;
	}
}

@-o-keyframes hideNav {
	from {
		top: 0;
	}

	to {
		top: -100%;
	}
}

.hideNav {
	-webkit-animation: hideNav 1s ease forwards;
	-moz-animation: hideNav 1s ease forwards;
	-o-animation: hideNav 1s ease forwards;
	animation: hideNav 1s ease forwards;
}

.hidden {
	display: none;
}

.desc {
	padding: 15px 25px;
	font-size: 18px;
	letter-spacing: 0.2rem;
	opacity: 0;
	float: left;
	font-family: "Poppins", sans-serif;
	transition: 1s 1.5s;
	background: #017f01;
	color: #fff;
	border-radius: 50px;
}

/*code sample from here*/

/*

[required code]

parent {

  opacity: 0;

}

parent span {

  //translate effect

  position: relative;

  top: xxx;

  left: xxx;

  //fade effect

  opacity: 0;

}

*/

.ex1 {
	opacity: 0;
	font-size: 70px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.ex1 span {
	position: relative;
	top: 10px;
	left: 10px;
	opacity: 0;
}

.ex2 {
	opacity: 0;
	font-size: 32px;
	font-family: "Poppins", sans-serif;
	animation: infinite;
	animation-timing-function: linear;
}

.ex2 span {
	position: relative;
	left: -10px;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.main-preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999999999;
	background-color: #017f01;
	text-align: center;
}

.main-preloader .main-preloader-inner {
	position: absolute;
	top: 50%;
	width: 100%;
}

.main-preloader .preloader-percentage {
	color: #ffffff;
	margin: 0;
}

.main-preloader .preloader-percentage span {
	display: inline-block;
	float: center;
	font-size: 50px;
}

/*-------------------------------------------------- */

.rslides {
	margin: 0 auto 40px;
}

#slider2,
#slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}

.rslides_tabs {
	list-style: none;
	padding: 0;
	font-size: 18px;
	list-style: none;
	margin: -50px 0 0 10%;
	padding: 10px 0;
	text-align: left;
	width: 90%;
	position: relative;
	z-index: 9;
	left: 0;
}

.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 8px;
}

.rslides_tabs a {
	padding: 0px 5px;
	background: #fff;
	display: inline;
	color: #fff;
	border-radius: 50%;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background: rgb(37, 143, 207);
	color: #017f01;
	border-radius: 50%;
	padding: 0px 5px;
}

.rslides li {
	padding: 20px;
	color: #fff !important;
	margin-top: 10%;
}

/* Callback example */

.events {
	list-style: none;
}

.callbacks_container {
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}

.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("themes/themes.gif") no-repeat left top;
	margin-top: -45px;
}

.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

#slider3-pager a {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #0099FF;
}

#slider3-pager img {
	float: left;
}

#slider3-pager .rslides_here a {
	box-shadow: 0 0 0 2px #666;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
}

#slider3-pager a {
	padding: 0;
}

@media screen and (max-width: 768px) {
	.callbacks_nav {
		top: 47%;
	}

	.blog-box {
		height: auto !important;
	}

	canvas.draw {
		top: 24px;
	}

	.nav-content {
		width: 80%;
	}

	.fixed-btn {
		position: fixed;
		top: auto !important;
		bottom: 0px;
		width: 100%;
		background: #017f01 !important;
		right: 0px !important;
		z-index: 11;
		text-align: center;
		transform: rotate(0deg) !important;
	}

	.fixed-btn a {
		display: block;
		background: #017f01 !important;
	}
}

.rslides {
	position: relative;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 80vh;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 13%;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.thumb-pad1 {
	margin-bottom: 30px;
}

#section2 {
	/* background: #f7f7f7; */
	position: relative;
	position: relative;
	background-image: url(https://s25562.pcdn.co/wp-content/uploads/2015/01/PublicSpeaking.vu_.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/* background: fixed; */
}

#section2:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000c7;
}

.row.capa .col-md-3 {
	padding: 0px 10px;
}

.thumb-pad1 .thumbnail {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin: 0;
	/* background: #111; */
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0px 30px 15px;
	height: 335px;
	overflow: hidden;
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 18px;
	text-align: center;
	line-height: 1.42857143;
	background-color: #2d2d2b;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.thumb-pad1 .badge {
	margin: 0 0 0px;
	padding: 4px;
	border-radius: 100%;
	width: 62px;
	position: absolute;
	height: 62px;
	line-height: 50px;
	text-align: center;
	background: #017f01;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	top: -30px;
	left: 38%;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #999;
	border-radius: 10px;
}

.thumb-pad1 .badge img {
	width: 100%;
}

.thumb-pad1 .caption {
	padding: 20px 20px 0px;
	color: #5f5e5e;
	position: absolute;
	margin: 0px auto 0px;
	bottom: -75%;
	width: 90%;
	height: 92%;
	left: 5%;
	background: #0c8ccb;
	transition: all .4s;
}

.thumb-pad1 .thumbnail:hover>.caption {
	bottom: 4%;
}

.thumb-pad1 .caption .title {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
}

.thumb-pad1 .caption p {
	margin-bottom: 0px;
	font-family: "Poppins", sans-serif;
	color: #fff;
	font-size: 14px;
}

.arlo_tm_preloader {
	position: fixed;
	background-color: #fff;
	z-index: 9999999;
	height: 100%;
	width: 100%;

	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}

.arlo_tm_preloader .spinner_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 33333;
}

.arlo_tm_preloader.loaded {
	opacity: 0;
	visibility: hidden;
}

.arlo_tm_preloader:before,
.arlo_tm_preloader:after {
	content: "";
	position: absolute;
	height: 50%;
	width: 100%;
	background-color: #017f01;
	-webkit-transition: .7s all ease;
	-o-transition: .7s all ease;
	transition: .7s all ease;
}

.arlo_tm_preloader:before {
	top: 0;
	left: 0;
}

.arlo_tm_preloader:after {
	bottom: 0;
	left: 0;
}

.arlo_tm_preloader.loaded:before,
.arlo_tm_preloader.loaded:after {
	height: 0%;
}

.spinner {
	width: 70px;
	height: 70px;
	background-color: #fff;

	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}

.spinner img {
	width: 100%;
}

.blog-item a.btn.btn-2.btn-1e {
	padding: 8px 24px;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	border: 3px solid #000;
	color: #111;
}

.who-we .whoweinner ul.check-list li {
	color: #dddddd;
}

.blog-item a.btn.btn-2.btn-1e:hover {
	color: #017f01;
}

.blog-item h4.blogTitle {
	font-family: 'Oswald', sans-serif;
	color: #111;
	font-size: 20px;
}

/*-------------------------------------------------- */
.fixed-btn {
	position: fixed;
	top: 45%;
	right: -68px;
	z-index: 11;
	transform: rotate(90deg);
}

.fixed-btn a {
	color: #fff;
	padding: 10px 15px;
	background: #017f01;
	border-radius: 2px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

.fixed-btn a {
	animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
	0% {
		color: #fff;
	}

	49% {
		color: #fff;
	}

	60% {
		color: transparent;
	}

	99% {
		color: transparent;
	}

	100% {
		color: #fff;
	}
}

@media screen and (min-width: 1366px) and (max-width: 1679px) {

	.who-we h2 {
		margin-bottom: 10px;
	}

	.tab_container p {
		font-size: 14px;
		line-height: 22px;
	}

	.team h2 {
		margin-bottom: 10px;
	}

	.team {
		padding: 50px 0 70px;
	}

	.media h2 {
		margin-bottom: 10px;
	}


	.blog h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.blog h4 {
		font-size: 20px;
	}

	.partner li {
		margin: 3px 0px;
		width: 20%;
		vertical-align: middle;
	}

	.partner li img {
		width: 70%;
	}

	.partner h2 {
		font-size: 35px;
		padding: 30px 58px;
		margin: 0;
	}

	.team p {
		font-size: 13px;
		font-weight: normal;
		line-height: 17px;
	}

	.copy-right {
		color: #fff;
		padding: 8px 0;
		line-height: 18px;
		font-size: 14px;
	}

	#blogSlider .MS-content .item p {
		line-height: 21px;
	}

	.scroll-target:nth-child(3) .innerbx {
		top: 50%;
	}

	.scroll-target:nth-child(7) .innerbx {
		top: 54%;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1565px) {
	.col-force {
		width: 100% !important;
		margin: 0px !important;
		padding: 32px 28px 52px 28px !important;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {

	.fixed-bar h3 {
		top: 250px;
	}

	.list-wrpaaer {}

	.container {
		width: 98%;
	}

	.who-we h2 {
		margin-bottom: 10px;
	}

	.solu {
		padding: 40px 0
	}

	.tab_container p {
		font-size: 14px;
		line-height: 22px;
	}

	.team h2 {
		margin-bottom: 10px;
	}

	.team {
		padding: 30px 0;
	}

	.media h2 {
		margin-bottom: 10px;
	}

	.blog {
		padding: 15px 0;
	}

	.blog h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.blog h4 {
		font-size: 20px;
	}

	.partner li {
		margin: 3px 0px;
		width: 19%;
		vertical-align: middle;
	}

	.partner li img {
		width: 70%;
	}

	.partner h2 {
		font-size: 35px;
		padding: 10px 58px;
		margin: 0;
	}

	.team p {
		font-size: 13px;
		font-weight: normal;
		line-height: 17px;
	}

	.copy-right {
		color: #333;
		padding: 8px 0;
		line-height: 18px;
		font-size: 14px;
	}

	#blogSlider .MS-content .item p {
		line-height: 21px;
	}

	.scroll-target:nth-child(3) .innerbx {
		top: 48%;
	}

	.scroll-target:nth-child(7) .innerbx {
		top: 54%;
	}

	.customer h2 {
		padding: 8px 58px;
	}

	.tab_container {
		width: 73%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.container {
		width: 98%;
	}

	.section {
		width: 93%;
	}

	.herocentrin {
		width: 95%;
		float: left;
		margin: 50% 0 0;
	}

	.desc {
		margin: auto;
		width: 200px;
		text-align: center;
	}

	.scroll-target:nth-child(3) .innerbx {
		top: 90%;
	}

	.customer h2 {
		font-size: 40px;
		padding: 14px 0;
		text-align: center;
	}

	.customer li {
		width: 15%;
		margin: 3px;
	}

	.customer li img {
		width: 100%;
	}

	.partner h2 {
		font-size: 40px;
		padding: 17px 0;
		text-align: center;
		background: #258fcf;
	}

	.partner li img {
		width: 100%;
	}

	.solu h2 {
		font-size: 40px;
	}

	.solu h4 {
		font-size: 14px;
	}

	.whowe h2 {
		font-size: 40px;
	}

	.whowe h4 {
		font-size: 40px;
	}

	.scroll-target {
		height: auto;
	}

	.scroll-target .innerbx {
		position: static;
		top: auto !important;
		transform: none;
	}

	.topstr {
		padding: 5px 0px;
	}

	.news {
		padding: 10px 0;
	}

	.partner li {
		width: 16%;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 98%;
	}

	.top-strip {
		text-align: center;
	}

	.top-strip .col-md-6:last-child {
		text-align: center;
	}

	.section {
		width: 93%;
	}

	.herocentrin {
		width: 95%;
		float: left;
		margin: 50% 0 0;
		text-align: center;
	}

	.desc {
		margin: auto;
		text-align: center;
		width: 200px;
		float: none;
	}

	.scroll-target:nth-child(3) .innerbx {
		top: 90%;
	}

	.customer h2 {
		font-size: 40px;
		padding: 5px 0;
		text-align: center;
	}

	.customer li {
		width: 15%;
		margin: 3px;
	}

	.customer li img {
		width: 100%;
	}

	.partner h2 {
		font-size: 40px;
		padding: 5px 0;
		text-align: center;
		background: #258fcf;
	}

	.partner li img {
		width: 100%;
	}

	.solu h2 {
		font-size: 40px;
	}

	.solu h4 {
		font-size: 14px;
	}

	.whowe h2 {
		font-size: 40px;
	}

	.whowe h4 {
		font-size: 40px;
	}

	.scroll-target {
		height: auto;
	}

	.scroll-target .innerbx {
		position: static;
		top: auto !important;
		transform: none;
	}
}

@media screen and (min-width: 640px) and (max-width: 767px) {
	.container {
		width: 96%;
	}

	.head-baner {
		margin-top: 170px;
	}

	.top-strip {
		text-align: center;
	}

	.top-strip .col-md-6:last-child {
		text-align: center;
	}

	.section {
		width: 93%;
	}

	.herocentrin {
		width: 95%;
		float: left;
		margin: 50% 0 0;
		text-align: center;
	}

	.desc {
		margin: auto;
		text-align: center;
		float: none;
		width: 180px;
		padding: 10px 16px;
	}

	.scroll-target:nth-child(3) .innerbx {
		top: 90%;
	}

	.customer h2 {
		font-size: 40px;
		padding: 5px 0;
		text-align: center;
	}

	.partner h2 {
		font-size: 40px;
		padding: 5px 0;
		text-align: center;
		background: #258fcf;
	}

	.partner li img {
		width: 100%;
	}

	.solu h2 {
		font-size: 40px;
	}

	.solu h4 {
		font-size: 14px;
	}

	.whowe h2 {
		font-size: 40px;
	}

	.whowe h4 {
		font-size: 40px;
	}

	.scroll-target {
		height: auto;
	}

	.scroll-target .innerbx {
		position: static;
		top: auto !important;
		transform: none;
	}

	.ex1 {
		font-size: 50px;
	}

	.ex2 {
		font-size: 21px;
	}

	#mixedSlider .MS-content .item .imgTitle .blogTitle {
		display: none;
	}

	.nav-item {
		margin: 10px auto;
	}

	.item-anchor {
		font-size: 40px;
	}
}

@media screen and (min-width: 480px) and (max-width: 639px) {
	.container {
		width: 100%;
	}

	.head-baner {
		margin-top: 100px;
	}

	.top-strip {
		text-align: center;
	}

	.top-strip .col-md-6:last-child {
		text-align: center;
	}

	.section {
		width: 93%;
	}

	.herocentrin {
		width: 95%;
		float: left;
		margin: 50% 0 0;
		text-align: center;
	}

	.desc {
		margin: auto;
		text-align: center;
		float: none;
		width: 180px;
		padding: 10px 16px;
	}

	.scroll-target:nth-child(3) .innerbx {
		top: 90%;
	}

	.customer h2 {
		font-size: 40px;
		padding: 5px 0;
		text-align: center;
	}

	.partner h2 {
		font-size: 40px;
		padding: 5px 0;
		text-align: center;
		background: #258fcf;
	}

	.partner li img {
		width: 100%;
	}

	.solu h2 {
		font-size: 40px;
	}

	.solu h4 {
		font-size: 14px;
	}

	.whowe h2 {
		font-size: 40px;
	}

	.whowe h4 {
		font-size: 40px;
	}

	.scroll-target {
		height: auto;
	}

	.scroll-target .innerbx {
		position: static;
		top: auto !important;
		transform: none;
	}

	.ex1 {
		font-size: 50px;
	}

	.ex2 {
		font-size: 21px;
	}

	#mixedSlider .MS-content .item .imgTitle .blogTitle {
		display: none;
	}

	.nav-item {
		margin: 10px auto;
	}

	.item-anchor {
		font-size: 40px;
	}
}

@media screen and (min-width: 50px) and (max-width: 479px) {
	.container {
		width: 100%;
	}

	.head-baner {
		margin-top: 170px;
	}

	.top-strip {
		text-align: center;
	}

	.top-strip .col-md-6:last-child {
		text-align: center;
	}

	.herocentrin {
		width: 95%;
		float: left;
		margin: 50% 0 0;
		text-align: center;
	}

	.desc {
		margin: auto;
		text-align: center;
		float: none;
		width: 180px;
		padding: 10px 16px;
	}

	.scroll-target:nth-child(3) .innerbx {
		top: 90%;
	}

	.customer h2 {
		font-size: 30px;
		padding: 5px 0;
		text-align: center;
	}

	.partner h2 {
		font-size: 40px;
		padding: 5px 0;
		text-align: center;
		background: #258fcf;
	}

	.partner li img {
		width: 100%;
	}

	.solu h2 {
		font-size: 40px;
	}

	.solu h4 {
		font-size: 14px;
	}

	.whowe h2 {
		font-size: 40px;
	}

	.whowe h4 {
		font-size: 40px;
	}

	.scroll-target {
		height: auto;
	}

	.scroll-target .innerbx {
		position: static;
		top: auto !important;
		transform: none;
	}

	.ex1 {
		font-size: 50px;
	}

	.ex2 {
		font-size: 21px;
	}

	#mixedSlider .MS-content .item .imgTitle .blogTitle {
		display: none;
	}

	.nav-item {
		margin: 10px auto;
	}

	.item-anchor {
		font-size: 40px;
	}
}


/*---------------------menu----------------------------*/
/*---Sharing--------*/

.social-follow {
	padding-bottom: 0.5em;
	padding-left: 25px;
	margin-top: 15px;
}

.social-follow ul {
	margin: 0px;
	padding: 0px;
}

.social-follow li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
}

ul.social-follow.post {
	margin-top: 1em;
	text-align: center;
}

ul.social-follow {
	margin: 0px;
	padding: 0px;
}

.social-follow li {
	list-style: none;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
	text-align: center;
}

.social-follow li a {
	font-size: 0.8em;
	display: inline-block;
	border: 1px solid #017f01;
	color: #000;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.social-follow li a:hover {
	background: #017f01;
	color: #fff;
	border: 1px solid #017f01;
}


nav.main-menu ul {
	margin: 0;
	display: inline-block;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}

nav.main-menu li,
nav.main-menu .nav-toggle {
	text-align: center;
	position: relative;
	display: block;
	float: left;
	cursor: pointer;
	width: 100%;
}

nav.main-menu .dropdown>a:after {
	content: '+';
	position: absolute;
	right: 15px;
	top: 10px;
	font-family: monospace;
	font-size: 22px;
	line-height: 14px;
}

nav.main-menu .dropdown>a.showul:after {
	content: '-';
	position: absolute;
	right: 15px;
	top: 10px;
	font-family: monospace;
	font-size: 22px;
	line-height: 14px;
}

nav.main-menu li a {
	padding: 8px 10px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

nav.main-menu li a:hover {}

nav.main-menu .dropdown ul {
	position: relative;
	padding: 0px 0px 0px 15px;
	float: left;
	width: 100%;
}

nav.main-menu ul li a {
	display: block;
	padding: 10px 15px;
	position: relative;
}

nav.main-menu ul li ul li a {
	font-size: 14px;
	text-transform: capitalize;
	color: #666;
}

nav.main-menu {
	width: 100%;
	margin-top: 40%;
	display: inline-block;
	padding: 0px 0px 0px 15px;
}

nav.main-menu li {
	text-align: left;
	width: 100%;
}

nav.main-menu .dropdown>a:after {
	content: '+';
	position: absolute;
	right: 15px;
	top: 10px;
	font-family: monospace;
	font-size: 22px;
	line-height: 14px;
}

nav.main-menu .dropdown>a.showul:after {
	content: '-';
	position: absolute;
	right: 15px;
	top: 10px;
	font-family: monospace;
	font-size: 22px;
	line-height: 14px;
}

nav.main-menu .dropdown ul {

	transition: transform 0.2s ease;
}

nav.main-menu .nav-toggle {
	display: none;
}

.row.top-strip.inner-srip {
	top: 0px;
	background: #fff;
	width: 100%;
	position: static;
	padding: 0px 0px;
}

nav.inner-nav ul {
	display: inline-block;
	float: left;
	margin: 0px;
	padding: 0px;
}

nav.inner-nav {
	width: 100%;
	display: block;
	float: left;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 100px;
}

nav.inner-nav ul li {
	float: left;
	width: auto;
	list-style: none;
}

nav.inner-nav ul li:hover>ul {
	display: block !important;
}

nav.inner-nav ul li ul {
	position: absolute;
	width: 200px;
	background: #017f01;
	z-index: 9;
	top: 54px;
	padding: 0px;
}

nav.inner-nav ul ul li {
	display: block;
	width: 100%;
}

nav.inner-nav ul ul li a {
	display: block;
	width: 100%;
	padding: 6px 0px 6px 15px;
	text-transform: capitalize;
	font-size: 14px;
}

nav.inner-nav ul li a {
	font-size: 15px;
	position: relative;
	text-transform: uppercase;
	padding: 22px 15px;
	margin: 0px !important;
	color: #000;
	font-weight: 500;
	float: left;
}

.stagreen {
	color: green !important;
}

nav.inner-nav>ul>li>a:before {
	content: '';
	position: absolute;
	top: 48%;
	left: 0px;
	background: #2c952c;
	margin-top: -1px;
}

.rowwalwal11 .col-md-3 {
	padding: 0px;
}

.lawwal {
	position: relative;
	background: #000;
	transition: all 0.5s;
}

.lawwal img {
	width: 100%;
	transition: all 0.5s;
}

.lawwal span {
	position: absolute;
	z-index: 99;
	padding-top: 35%;
	top: 0px;
	width: 100%;
	text-align: center;
	left: 0px;
}

.lawwal span h3 {
	font-size: 25px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 10px;
	color: #fff;
}

.lawwal h5 {
	text-transform: uppercase;
	color: #fff;
	padding: 10px 40px;
	border: 2px solid #fff;
	border-radius: 30px;
	display: inline-block;
	opacity: 0;
	transition: all 0.3s;
}

.lawwal:hover h5 {
	opacity: 1;
}

.lawwal:hover img {
	opacity: 0.5;
}

ul.list-aggregate {
	padding: 7px 0px;
}

.list-aggregate li {
	float: left;
	display: block;
	background: #fff;
	height: 100px;
	list-style: none;
	margin: 10px 5px 0px 6px;
	padding: 15px 15px 15px 15px;
	width: 150px;
}

.list-aggregate li img {
	background: none;
	padding: 0px;
	border: none;
}

.list-wrpaaer {}

.footerl {
	background: #017f01;
	color: #fff;
	padding: 20px 0;
}

footer ul.social-links {
	margin-top: 15px;
}

.footerl h3 {
	text-align: left;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0px;
}

.footerl ul {
	margin: 0;
	padding: 0;
}

.footerl li {
	display: inline-block;
	padding-right: 20px;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	padding-top: 20px;
}

.footerl li a {
	color: #fff;
}

.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(../images/loading.gif) center no-repeat #fff;
}

.r_col {
	text-align: center;
}

.ourwork {
	position: relative;
	margin-top: 120px;
}

.ourwork span {
	position: absolute;
	width: 100%;
	z-index: 99;
	text-align: center;
	top: -40px;
}

.ourwork img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.ourwork h2 {
	font-size: 45px;
	color: #333333;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
	letter-spacing: 25px;
}

.ourwork_p p {
	text-align: center;
	font-size: 18px;
	color: #4e4e4e;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	padding: 50px 100px;
}

.join-innefu h4 {
	font-size: 40px;
	color: #333333;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
	line-height: 40px;
}

.join-innefu p {
	font-size: 18px !important;
	color: #4e4e4e;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	padding: 20px 10px;
}

.join-innefu .item {
	border-right: 1px solid #ccc;
}

.join-innefu .btn-2 {
	background: #333333 !important;
	border: #333333 !important;
}

.join-inn {
	color: #333333 !important;
}

.btnreq {
	background: #fff;
	padding: 10px 20px;
	color: #017f01 !important;
	border: 1px solid #017f01;
}

.btnreq:hover {
	background: #017f01;
	color: #fff !important;
	border: 1px solid #fff;
}

.main-join-innefu h4 {
	font-size: 40px;
	color: #333333;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
	line-height: 40px;
}

.main-join-innefu p {
	font-size: 18px !important;
	color: #4e4e4e;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	padding: 0px 10px;
}

.main-join-innefu .item {
	border-right: 1px solid #ccc;
	margin-top: 40px;
	margin-bottom: 40px;
}

.main-join-innefu .btn-2 {
	background: #333333 !important;
	border: #333333 !important;
	color: #fff !important;
}

.main-join-innefu .job-auto-scroll {
	height: 152px;
	overflow: auto;
}

.archived-news {
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-top: 20px;
	padding: 0 20px;
	float: left;
	width: 100%;
}

.archived-news h2 {
	color: #017f01;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	margin: 10px 0 0;
	line-height: 28px;
	border-bottom: 1px solid #017f01;
	padding-bottom: 15px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.archived-news ul {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.archived-news li {
	list-style: none;
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 23px;
	font-weight: bold;
	line-height: 30px;
}

.latest-news {
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-top: 20px;
	padding: 0 20px;
}

.latest-news h2 {
	color: #017f01;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	margin: 10px 0 0;
	line-height: 28px;
	border-bottom: 1px solid #017f01;
	padding-bottom: 15px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.latest-news .new {
	border-bottom: 1px solid #ccc;
}

.latest-news .newmain {
	overflow-y: auto;
	height: 438px;
}

.latest-news .new h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 23px;
	font-weight: bold;
	color: #4e4e4e;
	margin-bottom: 0px;
}

.latest-news .new p {
	font-size: 14px;
	color: #4e4e4e;
}

.mt20 {
	margin-bottom: 20px;
}

.mt10 {
	margin-top: 10px;
}

.withmar {
	margin: 0px !important;
}

.withoutpad {
	padding: 0px !important;
}

.news-details h2 {
	color: #017f01;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	padding: 20px 0;
}

.news-details h4 {
	font-size: 18px;
	margin: 15px 0;
	text-indent: 0;
	color: #333;
	line-height: 24px;
	margin: 10px 0;
	font-family: "Poppins", sans-serif;
}

.news-details p {
	font-size: 18px;
	color: #4e4e4e;
	font-family: "Poppins", sans-serif;
	margin: 15px 0;
	text-indent: 0;
	line-height: 24px;
	margin-bottom: 30px;
}

.contact-details .col-md-6 {
	margin: 0px 0 20px 0;
}

.contact-details .icon {
	width: 10%;
	float: left;
	font-size: 30px;
	color: #434343;
}

.contact-details .details {
	width: 90%;
	float: left;
}

.contact-details .details h2 {
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 0px;
	color: #000;
}

.texture-bg {
	background-image: url(../images/contact/contact-bg.jpg);
	background-attachment: fixed;
	background-size: cover;
}

.contact-details .details p {
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	color: #000;
	margin-bottom: 5px;
}

.custom-container {
	width: 98%;
	margin: auto;
}

.contact-form {
	padding: 50px 50px 33px;
	background: #f1f1f1;
}

.contact-form h2 {
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 0px;
	color: #000;
}

.contact-form p {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	margin-bottom: 20px;
}

.contact-form .form-control {
	height: 50px;
	color: #000;
	border-color: #ccc;
	border-radius: 30px;
	background: none;
	padding-left: 20px;
}

/*.blogsearch input{ background:url(../images/search-icon.jpg) no-repeat right center; height:50px; border: 1px solid #ccc;

    border-radius: 10px;

    margin-top: 20px;}*/

#imaginary_container {
	margin-top: 20px;
	border-radius: 10px;
}

.stylish-input-group .input-group-addon {
	background: white !important;
}

.stylish-input-group .form-control {
	border-right: 0;
	box-shadow: 0 0 0;
	height: 50px;
}

.stylish-input-group button {
	border: 0;
	background: transparent;
}

#imaginary_container span {
	font-size: 30px;
	color: #cccccc;
}

.blog-box {
	background: #fbfbfb;
	padding: 10px;
	border-radius: 2px;
	box-shadow: 1px 0px 6px #e4e4e4;
	margin: 10px 0;
	width: 100%;
	height: 465px;
	float: left;
}

.blog-box {
	padding: 15px;
}

.blog-box img {
	width: 100%;
	border-radius: 5px;
}

.blog-box h1 {
	color: #017f01;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	margin: 0;
	line-height: 28px;
	margin-bottom: 10px;
}

.blog-box p {
	font-size: 16px;
	font-weight: normal;
	line-height: 23px;
	margin-bottom: 7px;
}

.blog-box h5 {
	color: #017f01;
	font-size: 14px;
	font-weight: normal;
	line-height: 23px;
}

.blog-box .read-morer {
	border: 2px solid #017f01;
	padding: 10px 60px;
	background: #017f01;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	margin: 0px;
}

.blog-box .read-morer:hover {
	border: 2px solid #017f01;
	background: none;
	color: #017f01;
}

.blog-box ul {
	float: right;
}

.blog-box li {
	list-style: none;
	display: inline-block;
}

.blog-box li a {
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	width: 35px;
	height: 35px;
	font-size: 16px;
	border: 2px solid #3d3d3d;
	line-height: 30px;
	color: #3d3d3d;
}

.blog-box li a:hover {
	background: #3d3d3d;
	color: #fff;
}

.blog-details h1 {
	color: #017f01;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	padding: 20px 0;
}

.blog-details h4 {
	font-size: 18px;
	margin: 15px 0;
	text-indent: 0;
	color: #333;
	line-height: 24px;
	margin: 10px 0;
	font-family: "Poppins", sans-serif;
}

.blog-details p {
	font-size: 18px;
	color: #4e4e4e;
	font-family: "Poppins", sans-serif;
	margin: 15px 0;
	text-indent: 0;
	line-height: 24px;
	margin-bottom: 30px;
}

.blog-details ul {
	margin: 0;
	padding: 0;
	margin-left: 18px;
}

.blog-details li {
	font-size: 18px;
	color: #4e4e4e;
	font-family: "Poppins", sans-serif;
	margin: 15px 0;
	line-height: 24px;
}

.blog-details img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.social-right ul {
	text-align: left;
	margin-top: 20px;
}

.social-right li {
	list-style: none;
	display: inline-block;
}

.social-right li a {
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	width: 35px;
	height: 35px;
	font-size: 16px;
	border: 2px solid #3d3d3d;
	line-height: 30px;
	color: #3d3d3d;
}

.social-right li a:hover {
	background: #3d3d3d;
	color: #fff;
}

.career-details h2 {
	color: #4e4e4e;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	margin-top: 30px;
}

.career-details p {
	font-size: 18px;
	color: #4e4e4e;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
}

.career-details ul {
	margin: 0;
	padding: 0;
}

.career-details li {
	font-size: 18px;
	list-style: none;
	display: block;
	color: #4e4e4e;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	background: url(../images/bullet.png) no-repeat left center;
	background-position: 0 9px;
	padding-left: 20px;
}

.blog-box.job {
	height: 425px;
}

.blog-box.job a.btn.btn-2.btn-1e {
	margin: 5px 0px 0px;
}

ul.inner-list {
	padding: 0px 15px;
}

.pr-text-design {
	margin-top: 70px;
	margin-bottom: 70px;
	text-align: center;
}

.pf-text-cs {
	height: 160px;
	width: 160px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	margin: 0px 10px;
	transition: all .3s;
	box-shadow: 8px 8px 22px -10px #000;
}

.pf-text-cs:hover {
	box-shadow: none;
}

.pf-text-cs.green {
	background: #b3d236;
}

.pf-text-cs.red {
	background: #da2a35;
}

.pf-text-cs.blue {
	background: #0bb4a1;
}

.pf-text-cs.orange {
	background: #f69920;
}

.pf-text-cs h2 {
	color: #fff;
	font-size: 110px;
	padding: 20px 20px;
	margin: 0px;
}

.col-md-12.pr-content {
	padding: 25px 30px;
}

.content-area {
	display: none;
}

.content-area p {
	font-weight: 600;
	font-size: 20px;
	color: #666;
	text-transform: uppercase;
}

.content-area p span {
	font-size: 26px;
	padding: 10px 0px 10px;
	display: block;
}

.contact-form1 {
	padding: 50px 0 10px 0;
	text-align: center;
}

.content-area.p-letter p span {
	color: #b3d236;
}

.content-area.r-letter p span {
	color: #da2a35;
}

.content-area.a-letter p span {
	color: #0bb4a1;
}

.content-area.g-letter p span {
	color: #f69920;
}

.career-page p strong {
	color: #2196F3;
}

.contact-form1 h2 {
	font-size: 45px;
	color: #017f01;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.row.bredtext span.facts {
	color: #fff;
	display: block;
	text-align: center;
}

span.facts.num {
	font-weight: bold;
	font-size: 40px;
}

.row.bredtext {
	margin-bottom: 40px;
	padding: 0px 120px;
}

.contact-form1 p {
	font-size: 18px;
	color: #4e4e4e;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	margin-bottom: 20px;
}

.contact-form1 .form-control {
	height: 50px;
	border-radius: 30px;
	background: none;
	padding-left: 20px;
}

.contact-form1 .btbblack {
	background: #333;
	color: #fff;
	padding: 15px 40px;
	margin: 0px;
	width: 100%;
}

.contact-form1 .btn-2 {
	width: 100%;
}

.top-strip .btn-2 {
	border-color: #fff;
	color: #fff;
	width: 175px;
	padding: 10px 0px;
}

.col-md-2.logo-inner {
	/* background: #fff; */
	padding: 5px 0px;
	/* width: 160px; */
	/* border-left: 0px solid #333; */
	/* left: 1px; */
}

.logo-inner img {
	width: 116px;
}

/*-------- 3.6. Title/Breadcrumbs Bar --------*/
#title_breadcrumbs_bar {
	overflow: hidden;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 300;
	position: relative;
	background-size: cover;
	overflow: hidden;
	/* padding: 200px 0 55px 0;
	background-position: center; */
}

#title_breadcrumbs_bar:before {
	content: '';
	position: absolute;
	width: 100%;
	top: 0px;
	height: 100%;
	background: #0000008a;
}

#title_breadcrumbs_bar h1 {
	line-height: 35px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 45px;
	font-family: Lato, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

#title_breadcrumbs_bar h1 span {
	color: #f59713;
}

#title_breadcrumbs_bar .tbb_breadcrumbs {
	bottom: 0;
	left: 0;
	width: 100%;
}

#title_breadcrumbs_bar .tbb_breadcrumbs .container {
	position: relative;
}

#title_breadcrumbs_bar .breadcrumbs .breadcrumbs_inner {
	font-size: 16px;
	position: relative;
}

#title_breadcrumbs_bar .breadcrumbs {
	font-size: 13px;
	color: #fff;
}

#title_breadcrumbs_bar .breadcrumbs a,
#title_breadcrumbs_bar .breadcrumbs .current {
	font-size: 16px;
	color: #fff;
}

#title_breadcrumbs_bar .breadcrumbs i {
	font-size: 8px;
	top: 0;
}

.bokah_circle {
	position: absolute;
	width: 100px;
	height: 100px;
	opacity: .08;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 10px #fff;
}

.bokah_circle_1 {
	width: 70px;
	height: 70px;
	opacity: .04;
}

.bokah_circle_2 {
	width: 100px;
	height: 100px;
	opacity: .05;
}

.bokah_circle_3 {
	width: 125px;
	height: 125px;
	opacity: .06;
}

.bokah_circle_4 {
	width: 150px;
	height: 150px;
	opacity: .07;
}

.bokah_circle_5 {
	width: 200px;
	height: 200px;
	opacity: .08;
}

.bokah_circle_6 {
	width: 270px;
	height: 270px;
	opacity: .07;
}

.bokah_circle_7 {
	width: 350px;
	height: 350px;
	opacity: .05;
}

.tbb_breadcrumbs.cap {
	text-align: center;
}

.bokah_enabled .title-text.cap,
.bokah_enabled h2.text-decor {
	z-index: 999;
	position: relative;
}

.bokah_enabled h2.text-decor:after {
	color: #ffffff;
	z-index: 99;
	position: relative;
}

/* section.bokah_enabled.cap {
	padding: 120px 0px 120px !important;
} */

.cap-img {
	min-height: 440px;
	background-attachment: unset;
	background-position: right;
	padding: 0px;
	position: relative;
	background-size: 100%;
	background-repeat: no-repeat;
}

.cap-img:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #0000000d;
	z-index: 99999;
	position: absolute;
	left: 0px;
	top: 0px;
}

.who-we.cap .page-content {
	padding: 20px 40px 25px;
}

.who-we.cap {
	padding: 0px 0;
}

.page-content h3 {
	padding: 0px 0px 10px;
}

.defence {
	padding: 50px 0 0px 0;
}

.defence h1 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 60px;
	color: #333333;
	margin-bottom: 20px;
	margin-top: 80px;
}

.defence h2 {
	font-size: 40px;
	color: #017f01;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
	line-height: 40px;
}

.defence p {
	font-size: 18px;
	color: #4e4e4e;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	padding: 10px 0px;
}

.defence img {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt90 {
	margin-top: 90px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb90 {
	margin-bottom: 90px;
}

.modal {
	background: #000000ad;
}

.modal-open .modal {
	opacity: 1;
}

.popsm {
	margin-top: 180px;
}

.popsm .btn-2:hover {
	background: #017f01;
	color: #fff;
}

.footer-dark {
	background: #000;
	color: #fff;
	font-family: "Poppins", sans-serif;
	padding: 15px 0 0px;
}

.footer-dark h3 {
	text-align: left;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0px;
	letter-spacing: 2px;
	padding: 0px 0px 15px;
}

.footer-dark ul {
	margin: 0;
	padding: 0;
}

.footer-dark li {
	display: block;
	font-size: 14px;
	padding-top: 10px;
}

.footer-dark li i.fa {
	padding: 0px 5px 0px 0px;
}

.footer-dark li a {
	color: #fff;
}

.footer-dark li a:hover {
	color: #017f01;
}

.footer-dark p {
	font-size: 14px;
	margin-top: 20px;
	/* text-align: justify; */
}

.footer-dark .col {
	width: 25%;
	float: left;
}

.footer-dark .social-links li {
	float: left;
	margin-right: 8px;
}

.footer-dark .social-links li a {
	background: #017f01;
	color: #fff;
	width: 35px;
	display: block;
	font-size: 16px;
	height: 35px;
	text-align: center;
	line-height: 34px;
}

.footer-dark .social-links li i.fa {
	padding: 0px;
}

.social_nmm {
	margin: 0;
	padding: 0;
}

.social_nmm li {
	list-style: none;
	display: inline-block;
}

.social_nmm li a {
	border-radius: 50%;
	height: 35px;
	width: 35px;
	background: #313131;
	color: #fff;
	padding: 12px 0;
	margin: 2px 0;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	line-height: 10px;
}

.social_nmm li a:hover {
	background: #017f01;
	color: #fff;
}

.newsletter .content {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
}

.newsletter .content h2 {
	color: #243c4f;
	margin-bottom: 40px;
}

.newsletter .content .form-control {
	height: 50px;
	border-color: #828282;
	border-radius: 0;
	background: none;
	color: #fff;
}

.newsletter .input-group-btn {
	font-size: 12px;
}

.newsletter .content.form-control:focus {
	box-shadow: none;
	border: 2px solid #243c4f;
}

.newsletter .content .btn {
	min-height: 50px;
	border-radius: 0;
	background: #017f01;
	color: #fff;
	font-weight: 600;
	margin: 0px;
	padding-left: 30px;
	padding-right: 30px;
}

.copy-k {
	background: #0c8ccb;
	color: #fff;
	border-top: solid 1px #ffffff2e;
	font-family: "Poppins", sans-serif;
	margin-top: 40px;
}

.copy-k p a {
	color: white;
}

.custmflex2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.flex-custm {
	display: flex;
	align-items: center;
	justify-content: center;
}

.text-lg-end-custm {
	text-align: end;
}

@media(max-width:767px) {
	.custmflex2 {
		justify-content: center;
	}
}

.copy-k p {

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.copy-r {
	background: #000;
	color: #fff;
	border-top: solid 1px #ffffff2e;
	font-family: "Poppins", sans-serif;
	margin-top: 20px;
}

.copy-r p {
	text-align: center;
	padding: 10px;
	margin: 0px;
}

.npro {
	color: #fff;
	border: 1px solid #fff;
}

.visualization {
	padding: 0 50px;
	border-right: 1px solid #ccc;
}

.visualization h2 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 60px;
	color: #333;
	margin-bottom: 20px;
}

.visualization ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.visualization li {
	list-style: none;
	float: left;
	width: 33%;
	padding: 10px;
}

.visualization h4 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	color: #017f01;
	margin-bottom: 20px;
}

.visualization1 {
	padding: 0 50px;
}

.visualization1 h2 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 60px;
	color: #333;
	margin-bottom: 20px;
}

#img-container {
	position: relative;
	/*stop from highlighting*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	overflow: hidden;
	width: 100%;
	margin: 100px 0;
}

.hoga {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#img-top {
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.5) 1px 0px 2px;
	min-width: 3px;
	max-width: 100%;
	width: 50.5%;
}

#drag {
	position: absolute;
	width: 3px;
	background: #017f01;
	height: 100%;
	right: 0;
	top: 0;
	cursor: ew-resize;
	box-shadow: rgba(0, 0, 0, 0.5) -1px 0px 2px;
}

#mask {
	overflow: hidden;
	width: 100%;
}

#arrows {
	width: 140px;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	margin-left: -69px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

#arrows .span_1 {
	line-height: 40px;
	text-align: center;
	width: 68px;
	height: 40px;
	background: #fff;
	float: left;
	color: #017f01;
	border-radius: 25px 0px 0px 25px;
	border: 2px solid #017f01;
	border-right: 0px;
}

#arrows .span_2 {
	line-height: 40px;
	text-align: center;
	width: 68px;
	height: 40px;
	background: #fff;
	float: left;
	color: #017f01;
	border-radius: 0px 25px 25px 0px;
	border: 2px solid #017f01;
	border-left: 0px;
}

#arrows .fa {}

#arrows .fa-arrow-right {
	float: none !important;
}

#arrows .fa-arrow-left {}

.mixo .blogTitle {
	overflow: hidden;
}

.protect-main h1 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 60px;
	color: #333333;
	text-align: center;
	margin-top: 50px;
}

.protect {
	text-align: center;
	color: #4e4e4e;
	-webkit-box-shadow: 0px 0px 29px -4px rgba(0, 0, 0, 0.46);
	-moz-box-shadow: 0px 0px 29px -4px rgba(0, 0, 0, 0.46);
	box-shadow: 0px 0px 29px -4px rgba(0, 0, 0, 0.46);
	padding: 30px 20px;
	margin: 40px 0;
	background: #fff;
}

.protect h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.protect p {
	font-size: 18px;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	padding: 10px 0px;
	text-align: left;
}

.content-box-ar {
	height: 275px;
	position: relative;
	overflow-y: scroll;
	width: 100%;
}

.content-box-ar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.19);
	background-color: #77777700;
}

.content-box-ar::-webkit-scrollbar {
	width: 4px;
	background-color: #ffffff61;
}

.content-box-ar::-webkit-scrollbar-thumb {
	background-color: #9a9c9a2e;
	transition: all .4s;
}

.content-box-ar:hover::-webkit-scrollbar-thumb {
	background-color: #017f01;
}

.authslield h1 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 60px;
	color: #333333;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 90px;
}

.auth-point {
	float: left;
	width: 100%;
}

.auth-point .left {
	width: 20%;
	float: left;
}

.auth-point .right {
	width: 80%;
	float: left;
}

.auth-point h2 {
	font-size: 22px;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	font-weight: bold;
	margin: 0px;
}

.auth-point p {
	font-size: 18px;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	padding: 10px 0px;
}

.auth-pro-main h1 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 60px;
	color: #333333;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 60px;
}

.auth-pro {
	margin-bottom: 50px;
}

.auth-pro h2 {
	font-size: 22px;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	font-weight: bold;
}

.auth-pro p {
	font-size: 18px;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	padding: 10px 0px;
}

.auth-pro img {
	width: 100%;
}

.jack {
	margin-left: 60px !important;
}

.f-right {
	float: right !important;
}

.f-left {
	float: left !important;
}

.other-feature {
	padding-bottom: 30px;
}

.other-feature h1 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 60px;
	color: #333333;
	margin-bottom: 50px;
	margin-top: 80px;
	text-align: center;
}

.other-feature ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.other-feature li {
	list-style: none;
	display: inline-block;
	width: 20%;
	float: left;
	padding: 10px 20px;
}

.other-feature li img {
	width: 80px;
}

.other-feature li h2 {
	font-size: 22px;
	color: #333333;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.zind {
	z-index: 8;
}

/*************************slider*******************************/

.particles-js-canvas-el {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.flexslider {
	width: 100%;
	min-height: 550px;
	height: 550px;
	float: left;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.flexslider:after {
	content: '';
	position: absolute;
	/*background: rgba(0, 29, 27, 0.87);*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

canvas.draw {
	z-index: 1;
	position: absolute;
	bottom: -50px;

}

.flexslider li {
	position: relative;
}

.flexslider li .meta {
	position: absolute;
	z-index: 4444;
	top: 25%;
	bottom: 20px;
	left: 30px;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	font-family: 'Oswald', sans-serif;
}

.flexslider li h1 {
	padding: 25px 18px 12px;
	margin-bottom: 0;
	font-size: 60px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.flexslider li h2 {
	padding: 13px 40% 11px 20px;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 34px;
	margin: 0px;
	font-family: "Poppins", sans-serif;
}

.flexslider li .category {
	display: flex;
	flex-direction: row;
}

.flexslider li .category span {
	background: #e43837;
	margin-top: 17px;
	padding: 8px 12px 0;
	font-size: 0.9em;
	font-weight: 300;
	height: 26px;
}

.flexslider li h1,
.flexslider li h2,
.flexslider li .category p,
.flexslider li .category span {
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

.flexslider li.flex-active-slide .meta h1,
.flexslider li.flex-active-slide .meta h2,
.flexslider li.flex-active-slide .meta .category p,
.flexslider li.flex-active-slide .meta .category span {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .meta h2 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.flexslider li.flex-active-slide .meta .category p {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.flexslider li.flex-active-slide .meta .category span {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.flex-direction-nav {
	position: absolute;
	bottom: 15%;
	left: 40px;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 30px;
	height: 30px;
	background-color: #0c8ccb;
	margin: -20px 0 0;
	position: absolute;
	top: 50px;
	z-index: 10;
	overflow: hidden;
	opacity: .5;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
	text-align: left;
	left: -10px;
}

.flex-direction-nav .flex-next {
	text-align: right;
	left: 30px;
}

.flexslider:hover .flex-prev {
	left: -10px;
}

.flexslider:hover .flex-next {
	left: 52px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav a:before {
	font-family: FontAwesome;
	content: '\f104';
	font-size: 25px !important;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 0;
	padding: 7px;
	line-height: 27px;
}

.flexslider .learnmore {
	margin-left: 20px;
	margin-top: 10px;
	display: inline-block;
}

.flexslider .learnmore:hover {
	color: #fff;
}

.flex-direction-nav a.flex-next:before {
	content: '\f105';
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

/*************************slider*******************************/

.testimonials .slider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 120px;
}

.testimonials .slider p {
	font-size: 24px;
	color: #4e4e4e;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
}

.testimonials .slider h4 {
	font-family: 'Oswald', sans-serif;
	color: #333333;
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

.testimonials .slider h4 span {
	font-size: 20px;
	color: #4e4e4e;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	font-style: italic;
}

.testimonials .slider__nav {
	width: 12px;
	height: 12px;
	margin: 7rem 12px;
	border-radius: 100px;
	z-index: 10;
	outline: 2px solid #017f01;
	box-shadow: 0 0 0 0 #017f01, 0 0 0 0 rgba(51, 51, 51, 0);
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.testimonials .slider__nav:checked {
	-webkit-animation: check 0.4s linear forwards;
	animation: check 0.4s linear forwards;
}

.testimonials .slider__nav:checked:nth-of-type(1)~.slider__inner {
	left: -50%;
}

.testimonials .slider__nav:checked:nth-of-type(2)~.slider__inner {
	left: -250%;
}

.testimonials .slider__inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 400%;
	height: 100%;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.testimonials .slider__contents {
	height: 100%;
	padding: 2rem;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.testimonials .slider__image {
	font-size: 2.7rem;
	color: #2196F3;
}

.testimonials .slider__caption {
	font-weight: 500;
	margin: 2rem 0 1rem;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
}

.testimonials .slider__txt {
	color: #999;
	margin-bottom: 3rem;
	max-width: 300px;
}

@-webkit-keyframes check {
	50% {
		outline-color: #333;
		box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
	}

	100% {
		outline-color: #333;
		box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
	}
}

@keyframes check {
	50% {
		outline-color: #333;
		box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
	}

	100% {
		outline-color: #333;
		box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
	}
}

/*************************slider*******************************/

.arrows {
	width: 20px;
	height: 56px;
}

.arrows path {
	stroke: #fff;
	fill: transparent;
	stroke-width: 2px;
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
	0% {
		opacity: 0
	}

	40% {
		opacity: 1
	}

	80% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes arrow {
	0% {
		opacity: 0
	}

	40% {
		opacity: 1
	}

	80% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.arrows path.a1 {
	animation-delay: -1s;
	-webkit-animation-delay: -1s;
}

.arrows path.a2 {
	animation-delay: -0.5s;
	-webkit-animation-delay: -0.5s;
}

.arrows path.a3 {
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
}

.var-head {
	text-align: center;
}

.var-head h1 {
	font-size: 45px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-top: 120px;
}

.var-head .breadcrumb {
	background: none;
}

.var-head .breadcrumb a {
	color: #fff;
}

.var-head .breadcrumb>.active {
	color: #fff;
}

.var-form .form-control {
	height: 45px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	border-radius: 0px;
}

.var-con-details h1 {
	font-size: 45px;
	color: #017f01;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.var-con-details h2 {
	font-size: 25px;
	color: #0e0e0e;
	font-family: 'Oswald', sans-serif;
	line-height: 36px;
	padding-bottom: 10px;
}

.var-con-details p {
	font-size: 18px;
	color: #4e4e4e;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
}

.partner-info p {
	color: #4e4e4e;
	font-size: 25px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.contact-form2 .form-control {
	height: 50px;
	border-radius: 30px;
	background: none;
	padding-left: 20px;
}

.contact-form2 .btn-2 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: #017f01;
	letter-spacing: 1px;
}

.partner-logo {
	background: none;
}

.partner-logo h2 {
	background: #fbfcfe;
	color: #000;
	padding-left: 20px;
	padding: 52px 28px;
}

.partner-logo img {
	border-left: 1px solid #ccc;
}

.report p {
	color: #4e4e4e;
	font-size: 25px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.report-pdf {
	text-align: center;
	margin-bottom: 70px;
}

.report-pdf img {
	width: 100%;
}

.report-pdf h2 {
	color: #000;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	margin: 10px 0 0;
	line-height: 28px;
	text-transform: uppercase;
	height: 30px;
	overflow: hidden;
}

.report-pdf p {
	font-size: 18px;
	color: #4e4e4e;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	padding: 10px 20px;
	height: 66px;
	overflow: hidden;
}

.report-pdf .btn-2 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: #017f01;
	letter-spacing: 1px;
	float: inherit !important;
}

.reportbtn .btn-2 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: #017f01;
	letter-spacing: 1px;
	width: 100%;
}

.guidelines h2 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 50px;
	color: #333333;
	margin-bottom: 20px;
	margin-top: 80px;
	text-align: center;
}

.guidelines .col-aadha {
	width: 20%;
	float: left;
	padding: 12px;
}

.guidelines1 h2 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 50px;
	color: #333333;
	margin-bottom: 20px;
	margin-top: 80px;
	text-align: center;
}

.guidelines1 h3 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	color: #333333;
	margin-bottom: 20px;
	margin-top: 30px;
	text-align: left;
	line-height: 40px;
}

.guidelines1 .col-aadha {
	width: 20%;
	float: left;
	padding: 12px;
}

.guidelines1 .col-aadha h4 {
	color: #000;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	margin: 10px 0 0;
	line-height: 28px;
	text-align: center;
}

.guidelines1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}

.guidelines2 h2 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 50px;
	color: #333333;
	margin-bottom: 20px;
	margin-top: 80px;
	text-align: center;
}

.guidelines2 p {
	font-size: 18px;
	color: #4e4e4e;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
}

.guidelines2 .oswald h3 {
	font-family: 'Oswald', sans-serif;
	color: #0092dc;
	margin-bottom: 20px;
	text-align: center;
	text-align: left;
}

.guidelines2 .oswald p {
	font-size: 18px;
	color: #4e4e4e;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
}

.guidelines2 .proxima h3 {
	font-family: "Poppins", sans-serif;
	color: #0092dc;
	margin-bottom: 20px;
	text-align: center;
	text-align: left;
}

.guidelines2 .proxima p {
	font-size: 18px;
	color: #4e4e4e;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
}

.downfont1 h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	color: #333333;
	text-align: center;
}

.downfont1 h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	color: #017f01;
}

.downfont1 p {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
	word-break: break-all;
}

.downfont1 .col-md-8 {
	border-left: 1px solid #ccc;
}

.downfont1 .col-md-12 {
	text-align: center;
}

.downfont1 h3 {
	font-size: 30px;
	color: #4e4e4e;
	font-family: "Poppins", sans-serif;
}

.downfont1 .limon {
	border: 1px solid #ccc;
	padding: 20px 2px;
}

.downfont2 h1 {
	font-family: "Poppins", sans-serif;
	font-size: 60px;
	color: #333333;
	text-align: center;
}

.downfont2 h2 {
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	color: #017f01;
}

.downfont2 p {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
	word-break: break-all;
}

.downfont2 .col-md-8 {
	border-left: 1px solid #ccc;
}

.downfont2 .col-md-12 {
	text-align: center;
}

.downfont2 h3 {
	font-size: 30px;
	color: #4e4e4e;
	font-family: "Poppins", sans-serif;
}

.downfont2 .limon {
	border: 1px solid #ccc;
	padding: 20px 2px;
}

.guidelines3 h2 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 50px;
	color: #333333;
	margin-bottom: 20px;
	margin-top: 80px;
	text-align: center;
}

.guidelines3 {
	text-align: center;
}

.guidelines3 .container {
	margin-bottom: 30px;
}

.guidelines3 .btn-2 {
	width: auto;
}

.guidelines3 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.dk-container {
	text-align: center;
}

.dk-container p {
	font-size: 24px;
	color: #4e4e4e;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
}

.dk-container h4 {
	font-family: 'Oswald', sans-serif;
	color: #333333;
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

.dk-container h4 span {
	font-size: 20px;
	color: #4e4e4e;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	font-style: italic;
}

.dk-container ol {
	text-align: center;
}

.dk-container ol li {
	display: inline-block;
	padding: 6px;
}

.box.bg-cello {
	background: #017f01;
	width: 90%;
	display: inline-block;
	padding: 50px 60px;
}

.box.bg-cello h3 {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 40px;
	padding-bottom: 10px;
}

article.icon-box-horizontal {
	display: inline-block;
	margin-top: 20px;
	width: 100%;
}

.unit-body h5 {
	color: #fff;
	padding: 0px 0px 10px;
	font-size: 18px;
	margin: 0px;
	font-weight: bold;
}

.unit-body p {
	color: #fff;
}

.unit-left i.fa {
	color: #fffffff5;
	font-size: 50px;
}

h4.quote {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 35px;
	font-style: italic;
	padding: 0px 30px;
	line-height: 50px;
}

ul.nav.nav-tabs {
	margin-bottom: 5px;
}

.nav-tabs>li {
	border: none;
}

.nav-tabs>li>a {
	background: #017f01;
	color: #fff;
	font-family: Lato, sans-serif;
	border-radius: 0px;
	border: none;
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
	text-decoration: none;
	background-color: #009089;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #009089;
	border: none;
	border-bottom-color: transparent;
}


/* ============================================================
  CUSTOM PAGINATION
============================================================ */
nav.paginate-pagination {
	margin-top: 50px;
}

.paginate-pagination span,
.paginate-pagination a {
	display: inline-block;
	padding: 2px 10px;
}

.paginate-pagination a {
	background-color: #ebebeb;
	color: #333;
}

.paginate-pagination a:hover {
	background-color: #ffbc00;
	color: #fff;
}

.paginate-pagination span.page-num {
	margin-right: 10px;
	padding: 0;
}

.paginate-pagination span.dots {
	padding: 0;
	color: gainsboro;
}

.paginate-pagination span.current {
	background-color: #ffbc00;
	color: #fff;
}

.row.contact-details {
	padding: 50px 0px;
}


.banner_image,
.banner_water_effect {
	width: 100%;
	height: 100vh;
	background-size: cover;
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative
}

.mainbanner_content {
	position: relative;
	z-index: 9
}

.banner_title {
	font-size: 30px
}

.mainbanner_content p {
	font-size: 16px;
	letter-spacing: 1px;
	width: 60%
}


#video-container {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0
}

.pattan {
	position: relative
}

.pattan:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-image: url(../images/pattan.png);
	background-color: transparent;
	z-index: 9;
	width: 40%;
	height: auto
}

section#sectionBlog {
	padding-top: 50px;
	padding-bottom: 50px;
}

.single-blog-image {
	padding: 10px;
	border: solid 1px #ffffff36;
}

.single-blog-image img {
	width: 100%;
}

h3.text-blog {
	font-size: 26px;
	font-weight: bold;
	padding: 0px;
	color: #fff;
	margin: 30px 0px 20px;
}

.content-header p {
	color: #017f01;
	letter-spacing: 0px;
	padding: 0px 0px 10px;
}

.row.wedget-single {
	margin-bottom: 20px;
}

.wedgetImg {
	width: 25%;
	display: block;
	float: left;
}

h3.wedget-title {
	padding: 10px 10px;
	margin: 0px 0px 25px;
	color: #fff;
	font-size: 20px;
	background: #017f01;
	font-weight: bold;
	text-transform: uppercase;
}

.wedgetImg img {
	width: 100%;
}

.wedgetContent {
	display: block;
	width: 75%;
	float: left;
	padding-left: 10px;
}

.wedgetContent h4.blogTitle {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
}

.wedgetContent h4.blogTitle a {
	color: #fff;
}

.wedgetContent p i.fa {
	font-size: 12px;
}

.wedgetContent p {
	margin: 0px;
	padding: 5px 0px 3px;
	line-height: 16px;
	font-size: 15px;
	text-align: justify;
	color: #ccc;
}

.logo-top.rotation {
	width: 80px;
}

.rotation {
	animation: rotation 12s infinite linear;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
	}
}

.wedgetContent p strong {
	color: #f59713;
	font-size: 13px;
}

a.whatsapplink {
	display: block;
	width: 50px;
	bottom: 10px;
	height: 50px;
	line-height: 52px;
	margin-bottom: 10px;
	right: -20px;
	position: fixed;
	text-align: center;
	cursor: pointer;
	opacity: 1;
	-moz-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
	-ms-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
	-o-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 12px rgb(0 0 0 / 16%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
	background: #25d366;
	color: #fff;
	font-size: 32px;
	z-index: 91;
}

.who-we.inner h2 {
	text-align: left;
}

.gallery {
	box-sizing: border-box;
	margin-top: 5%;
	padding: 0 5%;
}

.gallery-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;

}

.gallery-column1 {
	-ms-flex: 18%;
	/* IE10 */
	flex: 18%;
	max-width: 18%;
	padding: 0 0.8em;
}

.gallery-column2 {
	-ms-flex: 24.7%;
	/* IE10 */
	flex: 24.7%;
	max-width: 24.7%;
	padding: 0 0.8em;
}

.gallery-column3 {
	-ms-flex: 31.2%;
	/* IE10 */
	flex: 31.2%;
	max-width: 31.2%;
	padding: 0 0.8em;
}

@media screen and (max-width: 700px) {

	.gallery-column1,
	.gallery-column2,
	.gallery-column3 {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
}


.gallery-column1 img {
	margin-top: 1.5em;
	vertical-align: middle;
	width: 100%;
}

.gallery-column2 img {
	margin-top: 1.5em;
	vertical-align: middle;
	width: 100%;
}

.gallery-column3 img {
	margin-top: 1.5em;
	vertical-align: middle;
	width: 100%;
}

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 9999;
	/* Sit on top */
	padding: 1%;
	/* Location of the box */
	top: 20%;
	width: 320px;
	/* Full width */
	height: auto;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	left: 50%;
	transform: translate(-50%, 0);
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.9);
	/* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

/* Add Animation */
.modal-content,
#caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.8s;
	animation-name: zoom;
	animation-duration: 0.8s;
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0)
	}

	to {
		-webkit-transform: scale(1)
	}
}

@keyframes zoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}



.close {
	display: block;
	position: absolute;
	right: 3%;
	top: 4%;
	z-index: 11;
	color: #f1f1f1;
	font-size: 40px;
	line-height: 36px;
	background: #2e7d32b0;
	height: 35px;
	width: 35px;
	font-size: 30px;
	border-radius: 50%;
	font-weight: 300;
	transition: 0.3s;
	opacity: .8;
	text-align: center;
}

.close:hover,
.close:focus {
	color: #f1f1f1;
	opacity: 1;
	text-decoration: none;
	cursor: pointer;
}

/* Overlay 8*/

.content {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: auto;
	overflow: hidden;
}

.image-block-gal {
	position: relative;
	height: 220px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.content .image-overlay {
	background: rgb(0 0 0 / 19%);
	position: absolute;
	height: 97%;
	width: 100%;
	left: 0px;
	top: 0px;
	text-align: center;
	display: flex;
	flex-direction: row-reverse;
	bottom: 0;
	right: 0;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	align-items: center;
	justify-content: space-evenly;
	align-content: flex-end;
	flex-wrap: nowrap;
}

.content-block-gal {
	text-align: center;
	background: #f8f8f8;
	padding: 0px 0px 0px;
	border-bottom: solid 4px #cacaca;
}

.content-block-gal h4 {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #0c8ccb;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	padding: 6px 0px 4px;
}

.content-block-gal p {
	font-size: 14px;
}

.content .image-overlay i.fa {
	background: #017f01d1;
	color: #fff;
	padding: 13px;
	border-radius: 50%;
}

.gallery-bx .content img {
	width: 100%;
}

.content.gg-gallry {
	position: relative;
	width: 25%;
	max-width: 100%;
	margin: auto;
	overflow: hidden;
	display: block;
	float: left;
	padding: 0px 10px;
	margin-bottom: 20px;
}

.fat-l.client-page {
	margin-bottom: 10px;
	padding: 0px 6px;
	width: 12%;
}

.fat-l {
	margin-bottom: 10px;
	padding: 0px 6px;
}

.fat-l img {
	width: 100%;
	background: #ffffff;
	padding: 10px 24px;
	border: solid 7px #e0e0e0;
}

.fat-l.home img {
	width: 100%;
	filter: grayscale(1);
	padding: 10px 35px;
	background: #fff;
	transition: all .4s;
}

.fat-l.home img:hover {
	filter: grayscale(0);
}

.icon-fr {
	position: absolute;
	top: -30px;
	left: 48%;
	border-radius: 50%;
	overflow: hidden;
	background: #ececec;
	z-index: 111;
	padding: 6px 0px;
	border: solid 5px #ffffff;
	width: 70px;
	height: 70px;
	text-align: center;
}

#moving-chakra {
	-webkit-animation: rotation 4s infinite linear;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
	}
}

.presence-gg {
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

/*.presence-gg-heading h3 {
    font-size: 45px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #000;
    margin: 0px;
    padding: 0px 0px 15px;
    text-align:center;
}*/
.presence-gg-heading h3 {
	font-size: 92px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin: 0px;
	font-weight: 600;
	opacity: .3;
	padding: 0px 0px 15px;
	text-align: center;
	position: absolute;
	top: 38%;
	letter-spacing: 35px;
	z-index: 1;
	left: 17%;
}

.location-icon {
	position: absolute;
	width: 18px;
	transform-origin: bottom;
}

.location-name {
	position: absolute;
	color: #000;
	font-weight: 500;
	font-size: 11px;
	/* background: #000; */
	padding: 0px 0px;
	/* border: solid 1px #808080; */
	/* box-shadow: 2px 2px 6px -2px #000; */
	letter-spacing: .5px;
	border-radius: 4px;
}

.icon-delhi {
	top: 25.5%;
	left: 31.5%;
	animation: icon-bounce-delhi 3s ease infinite;
}

@keyframes icon-bounce-delhi {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-delhi {
	top: 25%;
	left: 35%;
}

.icon-mumbai {
	left: 16%;
	top: 58.5%;
	animation: icon-bounce-delhi 4.2s ease infinite;
}

@keyframes icon-bounce-mumbai {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-mumbai {
	top: 57%;
	left: 20.2%;
}

.icon-bengaluru {
	left: 34%;
	top: 78%;
	animation: icon-bounce-delhi 2.8s ease infinite;
}

@keyframes icon-bounce-bengaluru {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-bengaluru {
	top: 75.5%;
	left: 37%;
}

.icon-hyderabad {
	left: 37%;
	top: 57.5%;
	animation: icon-bounce-delhi 3.6s ease infinite;
}

@keyframes icon-bounce-hyderabad {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-hyderabad {
	top: 56.5%;
	left: 40%;
}

.icon-chennai {
	left: 41.3%;
	top: 76.5%;
	animation: icon-bounce-chennai 2.5s ease infinite;
}

@keyframes icon-bounce-chennai {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-chennai {
	top: 77.5%;
	left: 45%;
}

.icon-kolkata {
	left: 69.5%;
	top: 46.5%;
	animation: icon-bounce-kolkata 2.9s ease infinite;
}

@keyframes icon-bounce-kolkata {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-kolkata {
	top: 45.5%;
	left: 73%;
}

.icon-chandigarh {
	left: 30%;
	top: 19%;
	animation: icon-bounce-chandigarh 3.7s ease infinite;
}

@keyframes icon-bounce-chandigarh {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-chandigarh {
	top: 19%;
	left: 34%;
}

.icon-jaipur {
	left: 28%;
	top: 31.5%;
	animation: icon-bounce-jaipur 4s ease infinite;
}

@keyframes icon-bounce-jaipur {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-jaipur {
	top: 32%;
	left: 32%;
}

.icon-bhopal {
	left: 33%;
	top: 43.5%;
	animation: icon-bounce-bhopal 3s ease infinite;
}

@keyframes icon-bounce-bhopal {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-bhopal {
	top: 45%;
	left: 36%;
}

.icon-ahmedabad {
	left: 14%;
	top: 40%;
	animation: icon-bounce-ahmedabad 2.5s ease infinite;
}

@keyframes icon-bounce-ahmedabad {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-ahmedabad {
	top: 40%;
	left: 17.5%;
}

.icon-kochi {
	left: 27.5%;
	top: 85.5%;
	animation: icon-bounce-kochi 3.5s ease infinite;
}

@keyframes icon-bounce-kochi {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-kochi {
	top: 86%;
	left: 31.5%;
}

.icon-patna {
	left: 58.5%;
	top: 36%;
	animation: icon-bounce-patna 3.5s ease infinite;
}

@keyframes icon-bounce-patna {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-patna {
	top: 37%;
	left: 62.5%;
}

.icon-lucknow {
	left: 44.5%;
	top: 32%;
	animation: icon-bounce-lucknow 5s ease infinite;
}

@keyframes icon-bounce-lucknow {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-lucknow {
	top: 32%;
	left: 48.5%;
}

.icon-guwahati {
	left: 85%;
	top: 31%;
	animation: icon-bounce-guwahati 5.5s ease infinite;
}

@keyframes icon-bounce-guwahati {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-guwahati {
	top: 32%;
	left: 88.5%;
}

.icon-goa {
	left: 19.7%;
	top: 71%;
	animation: icon-bounce-goa 5.5s ease infinite;
}

@keyframes icon-bounce-goa {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-goa {
	top: 73%;
	left: 23.3%;
}

.icon-raipur {
	left: 49%;
	top: 48%;
	animation: icon-bounce-raipur 4.6s ease infinite;
}

@keyframes icon-bounce-raipur {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-raipur {
	top: 48%;
	left: 53%;
}

.row.presence-row {
	border: solid 1px #9abf82;
	border-radius: 20px;
	padding: 15px 15px;
}

.presence-gg.world {
	margin-top: 26%;
}

.icon-ksa {
	left: 59%;
	top: 40%;
	animation: icon-bounce-ksa 4.6s ease infinite;
}

@keyframes icon-bounce-ksa {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-ksa {
	top: 44%;
	left: 55%;
}

.icon-uae {
	left: 61.5%;
	top: 41%;
	animation: icon-bounce-uae 2.6s ease infinite;
}

@keyframes icon-bounce-uae {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-uae {
	top: 43%;
	left: 66%;
}

.icon-muscat {
	left: 62.5%;
	top: 42%;
	animation: icon-bounce-muscat 4s ease infinite;
}

@keyframes icon-bounce-muscat {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-muscat {
	top: 49%;
	left: 65%;
}

.icon-bangkok {
	left: 74.5%;
	top: 45%;
	animation: icon-bounce-bangkok 2.6s ease infinite;
}

@keyframes icon-bounce-bangkok {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-bangkok {
	top: 44%;
	left: 78%;
}

.icon-usa {
	left: 16.5%;
	top: 28%;
	animation: icon-bounce-usa 2.2s ease infinite;
}

@keyframes icon-bounce-usa {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-usa {
	top: 31%;
	left: 20%;
}

.icon-australia {
	left: 82.5%;
	top: 67%;
	animation: icon-bounce-australia 3.1s ease infinite;
}

@keyframes icon-bounce-australia {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-australia {
	top: 68%;
	left: 86%;
}

.icon-malaysia {
	left: 77.5%;
	top: 53%;
	animation: icon-bounce-malaysia 2.3s ease infinite;
}

@keyframes icon-bounce-malaysia {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.name-malaysia {
	top: 53%;
	left: 81%;
}




.flexslider1 .slides img {
	width: 100%;
}

.col-md-2-5 {
	width: 20%;
}

@media (max-width: 767px) {
	.row.other-team {
		display: block;
		justify-content: center;
	}

	.team-box-other {
		padding: 10px;
	}

	.innert.team-box {
		padding: 15px;
	}

	.team-txt h3 {
		padding: 15px 0px 5px;
	}

	.contact-form {
		padding: 30px 25px 33px;
	}

	.icon-fr {
		left: 43%;
	}

	.presence-gg {
		width: 100%;
		padding: 20px 0px 0px;
	}

	.presence-gg h3 {
		font-size: 28px;
	}

	.content.gg-gallry {
		width: 100%;
	}

	a.whatsapplink {
		right: -38px;
		bottom: 40px;
	}

	.flexslider {
		height: auto;
		min-height: auto;
		overflow: hidden;
		float: none;
	}

	.slides,
	.flex-control-nav,
	.flex-direction-nav {
		margin: 30px;
	}

	.mobile-hide {
		display: none !important;
	}

	.whoweinner:after {
		display: none;
	}

	.flex-direction-nav {
		bottom: 35%;
	}

	.top-strip {
		width: 100%;
		top: 0px;
	}

	.dk-container li {
		margin-left: -15px;
	}

	.dk-container ol li {
		padding: 16px !important;
	}

	.dk-container li p {
		padding: 0 20px;
	}

	.dk-container li h4 {
		padding: 0 20px;
	}

	.dk-container .flex-direction-nav {
		display: none;
	}

	.fixed-bar {
		display: none;
	}

	.blog-box ul {
		margin-top: 10px;
		float: inherit;
	}

	.content-box-ar {
		height: inherit !important;
		overflow: hidden !important;
	}

	.protect {
		width: 90%;
	}

	.f-right {
		float: none !important;
	}

	.f-left {
		float: none !important;
	}

	.testimonials .slider__nav {
		margin: 25rem 12px !important;
	}

	.testimonials .slider p {
		padding: 0px 140px;
	}

	.testimonials .slider h4 {
		padding: 0 250px;
	}

	.flexslider li.flex-active-slide .meta h2 {
		padding-right: 40px;
	}

	.flexslider .slides img {
		width: 100% !important;
	}

	.flex-direction-nav .flex-next {
		left: 60px !important;
	}

	.jack {
		margin-left: 0px !important;
		width: 100%;
	}

	.lawwal {
		margin-bottom: 20px;
	}

	.flexslider li .meta {
		left: 0px !important;
		top: 17% !important;
	}

	.flexslider li .meta {
		align-items: center;
	}

	.section {
		width: 100% !important;
	}

	.flexslider li h2 {
		font-size: 21px !important;
		line-height: 25px !important;
		text-align: center;
	}

	.flexslider li h1 {
		font-size: 32px !important;
		margin-top: 70px;
	}

	.flex-direction-nav {
		left: 15px !important;
	}

	.list-wrpaaer {
		height: 120px;
	}

	.animated .top {
		-webkit-transform: translateY(5px) rotateZ(45deg);
		-moz-transform: translateY(5px) rotateZ(45deg);
		-ms-transform: translateY(5px) rotateZ(45deg);
		-o-transform: translateY(5px) rotateZ(45deg);
		transform: translateY(5px) rotateZ(45deg);
	}

	#marquee-horizontal {
		top: 20px !important;
	}

	.fixed-bar h3 {
		top: 40% !important;
	}

	.social {
		bottom: 0px;
	}

	nav a {
		font-size: 27px;
	}

	.home-logo {
		width: 90px;
		height: 90px;
		padding: 8px;
		margin-left: auto;
		margin-top: 12px;
		margin-right: auto;
	}

	.col-md-2.logo-inner {
		padding: 5px 0px 0px;
	}

	.home-logo .top-strip img {
		margin-left: -4px !important;
		width: 70px !important;
		padding: 5px !important;
		margin-top: -4px !important;
	}

	.logo-inner img {
		margin-left: 0px;
		width: 80px;
		padding: 0px;
		margin-top: 0px;
	}

	.hero-center {
		top: 0;
		left: 0;
		position: inherit;
	}

	.herocentrin {
		width: 100%;
		margin: 0px 0 0;
	}

	.ourwork_p p {
		padding: 50px 10px;
	}

	.ourwork span {
		position: inherit;
	}

	.footer-dark .col {
		width: 100%;
	}

	.footer-dark h3 {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.newsletter {
		margin-top: 30px;
	}

	#backToTop {
		right: 12px;
		bottom: 105px;
	}

	.hero__scroll {
		display: none;
	}

	.blog {
		float: inherit !important;
	}

	.visualization {
		padding: 0px !important;
		border-right: 0px !important;
	}

	.other-feature li {
		width: 100% !important;
	}

	.customer h2 {
		clip-path: unset;
	}

	.icon-bar {
		display: block;
		margin: 5px 0;
		width: 30px;
		height: 3px;
		background-color: #fff;
	}

	.whoweinner {
		position: static;
		margin-top: 15px;
		margin-bottom: 15px;
		width: 100%;

		padding: 25px 15px 25px;
	}

	.slmg img {
		width: 100%;
		border-radius: 0px;
	}

	.thumb .thumbnail {
		height: 90px;
	}

	#teamSlider .MS-content .item {
		width: 100%;
	}

	.twite,
	.faceb {
		display: none;
	}

	.pr-text-design {
		padding: 0px;
	}

	.pf-text-cs {
		height: 50px;
		width: 50px;
		display: inline-block;
		text-align: center;
		border-radius: 5px;
		margin: 0px 0px;
	}

	.pf-text-cs h2 {
		color: #fff;
		font-size: 28px !important;
		padding: 10px 0px;
		margin: 0px;
	}

	.col-md-12.pr-content {
		padding: 25px 0px;
	}

	.pr-content p {
		font-size: 14px;
	}

	.pr-text-design {
		margin-top: 50px;
		margin-bottom: 25px;
		text-align: center;
	}

	.twite.mob {
		background: #017f01;
		display: block;
		float: left;
		width: 100%;
		margin-top: 15px;
		padding-left: 5%;
		padding-top: 15px;
		padding-right: 5%;
		padding-bottom: 15px;
	}

	.faceb.mob {
		background: #017f01;
		float: left;
		display: block;
		width: 100%;
		padding-left: 5%;
		padding-top: 15px;
		padding-right: 5%;
		padding-bottom: 15px;
	}

	.faceb iframe,
	.twite iframe {
		width: 100%;
	}

	.who-we {
		padding: 40px 0;
	}

	.who-we h2 {
		font-size: 40px;
	}

	.solu {
		padding: 40px 0;
	}

	h2.text-decor {
		font-size: 40px;
	}

	.team h2 {
		font-size: 40px;
	}

	.blog {
		padding: 0px 0px 20px;
	}

	nav.main-menu {
		margin-top: 50px;
		border-top: solid 1px #ededed;
		padding: 10px 0px 0px 15px;
	}

	nav.inner-nav {
		display: none;
	}

	.row.top-strip.inner-srip {
		top: 0px;
		width: 100%;
		position: fixed;
	}

	.row.left-img:after,
	.row.right-img:after {
		display: none;
	}

	.left-img .team-txt,
	.right-img .team-txt {
		padding: 0px 15px 0px 15px;
	}

	.team-txt .paragraph {
		height: auto;
		overflow-y: auto;
		margin-top: 5px;
		margin-bottom: 10px;
	}

	.team-txt p {
		font-size: 14px;
		line-height: 22px;
		padding: 10px 0px 0px 0px;
	}

	.team-box .withoutpad {
		padding: 15px 15px 0px !important;
	}

	.row.bredtext {
		margin-bottom: 40px;
		padding: 0px 0px;
	}

	.cap-img {
		display: none;
	}

	#mixedSlider .MS-controls .MS-right {
		right: -10px;
	}

	#mixedSlider .MS-controls .MS-left {
		left: -10px;
	}

	#mixedSlider .MS-controls button {
		font-size: 20px;
	}

	ul.capb li {
		float: left;
		width: 100%;
	}

	h4.quote {
		height: auto !important;
		font-size: 24px;
		padding: 20px 0px 60px;
		line-height: 30px;
	}

	.box.bg-cello {
		width: 100%;
		padding: 25px 15px;
	}

	article.icon-box-horizontal {
		text-align: center;
		display: inline-block;
		margin-top: 30px;
	}

	.box.bg-cello h3 {
		text-align: center;
	}

	.unit-left {
		margin-bottom: 15px;
	}

	.footer-dark ul {
		display: inline-block;
		width: 100%;
	}

	section.bokah_enabled.cap {
		padding: 110px 0px 60px !important;
	}

	.title-text.cap {
		padding: 0px 0px 5px;
	}

	.btn-nav {
		top: 0px;
		left: 0px;
	}

	.presence-gg-heading h3 {
		font-size: 60px;
		left: 15%;
	}

	.row.presence-row {
		border: none;
	}

	.fat-l.client-page {
		width: 33.33%;
	}
}