@font-face {
	font-family: 'latolight';
	/*src: url('../fonts/lato-light-webfont.woff2') format('woff2'), url('../fonts/lato-light-webfont.woff') format('woff');*/
	src: url('../fonts/lato-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latoregular';
	src: url('../fonts/lato-regular-webfont.woff') format('woff');
	/*src: url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff');*/
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latobold';55
	src: url('../fonts/lato-bold-webfont.woff') format('woff');
	/*src: url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff');*/
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'nexa_boldregular';
	src: url('../fonts/nexa_bold-webfont.woff') format('woff');
	/*src: url('../fonts/nexa_bold-webfont.woff2') format('woff2'), url('../fonts/nexa_bold-webfont.woff') format('woff');*/
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gothic';
	src: url('../fonts/gothic.eot');
	src: local('gothic'), url('../fonts/gothic.woff') format('woff'), url('../fontsgothic.ttf') format('truetype');
}

.container {
	max-width: 1200px;
	width: 100%;
}
body {
	font-family: 'gothic';
}
body.mobile-menu-active {
	overflow: hidden;
	padding-right: 17px;
}
/*------------- Header ------------*/
header {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
header.fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
}
header .header-cont {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.header-cont .navbar {
	background: #fff;
	/*border: 0;*/
	/*border-radius: 0px;*/

}
.header-cont nav.navbar {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	/*border: 0px;*/
	min-height: 40px;
	background-color:  #0c0c7f;
}
.social-icon 
{
	margin-top: 50px;
}
.inner-info-right p
{
	/*text-indent: 30px;*/
}

.caret {
	border-right: 3px solid transparent;
}
.header-cont .navbar .navbar-header {
	position: relative;
}
.header-cont .navbar .navbar-header .logo {
	float: left;
	padding: 20px 0px 20px 0px;
}
.header-cont .navbar .navbar-header .logo img {
	float: left;
	width: 100%;
	max-width: 192px;
}
.header-cont .navbar-default .navbar-collapse {
	padding: 0px;
}
.header-cont .navbar-default .navbar-nav {
	margin: 0px;
}
.header-cont .navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 12px;
	margin: 5px 10px 5px 10px;
	padding: 5px 15px;
	text-transform: uppercase;
	font-family: 'gothic';
	letter-spacing: 1px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-weight: bold;
}
.header-cont .navbar-default .navbar-nav>li:hover>a {
	color: #ff9933;
	background: #f1712c;
	text-transform: uppercase;
	font-family: 'gothic';
}
.header-cont .navbar-default .navbar-nav>li:hover>a, .navbar-default .navbar-nav>li:hover>a:focus, .header-cont .navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>li.active>a:focus {
	color: #ff9933;
	background-color: #0c0c7f;
	border-radius: 48%;
}
.header-cont .navbar-default .navbar-nav>li:hover>a:active
{
	color: #ff9933;
}
.header-cont .navbar-default .navbar-nav > .open > a, .header-cont .navbar-default .navbar-nav > .open > a:hover, .header-cont .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #f1712c;
}
.header-cont .navbar-toggle {
	position: relative;
	float: right;
	margin: 18px 15px 18px 0px;
	padding: 9px 10px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.header-cont .dropdown-menu li:first-child {
	position: relative;
}
.header-cont .dropdown-menu li:first-child:before {
	position: absolute;
	content: '';
	top: -20px;
	left: 10px;
	width: 0px;
	height: 0px;
	border: 10px solid #fff;
	border-color: transparent transparent #fff transparent;
}
/*------------- Header Scroll--------------*/
header .header-cont:before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0%;
	background: #fff;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border-bottom: 1px solid #f1712c;
	opacity: 0;
}
header.scroll .header-cont:before, header.no-scroll .header-cont:before {
	/*opacity: 1;*/
	height: 100%;
	/*background: rgba(255, 255, 255, 0.93);*/
}
.scroll .header-cont .navbar-default .navbar-nav>li>a, .no-scroll .header-cont .navbar-default .navbar-nav>li>a {
	color: #fff;
	background: transparent;
}
.scroll .header-cont .navbar-default .navbar-nav>li:hover>a, .no-scroll .header-cont .navbar-default .navbar-nav>li:hover>a {
	color: #fff;
	background: #0c0c7f;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;

}
.header-cont .navbar .navbar-nav li .dropdown-menu {
	background: #fff;
	border-radius: 0;
	left: 10px;
	min-width: 240px;
	padding: 0px;
	-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
	border: 0px;
}
.header-cont .dropdown-menu > li > a {
	padding: 12px 20px;
}
.fixed.scroll .header-cont .navbar .navbar-nav li .dropdown-menu, .fixed.no-scroll .header-cont .navbar .navbar-nav li .dropdown-menu {
	top: 99%;
}
.fixed.scroll .header-cont .dropdown-menu li:first-child:before, .fixed.no-scroll .header-cont .dropdown-menu li:first-child:before {
	display: none;
}
.header-cont .dropdown-menu > li > a:hover {
	color: #2e4e7d;
}
.howt
{
	margin-left: 110px;
}
/*------------- Header Scroll--------------*/

/*------------- Mobile Nav--------------*/
.mobile-log {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 15px 20px;
	z-index: 0;
	position: relative;
}
.static-nav {
	float: left;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	background: #2e4e7d;
	text-align: center;
	z-index: 110;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition-timing-function: cubic-bezier(1, .21, .36, .99);
	-o-transition-timing-function: cubic-bezier(1, .21, .36, .99);
	transition-timing-function: cubic-bezier(1, .21, .36, .99);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	font-family: 'gothic';
}
.static-nav.active {
	padding: 50px 0px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.static-nav ul {
	float: left;
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}
.static-nav ul li {
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
	list-style-type: none;
	font-size: 20px;
}
.static-nav ul li a {
	float: left;
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.static-nav ul li a:hover, .static-nav ul li a:focus, .static-nav ul li a.active {
	background: #fff;
	color: #ff682d;
}
.static-nav ul.dropdown-menu {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: relative;
	box-shadow: none;
	border-radius: 0px;
	background: #33588e;
	text-align: center;
	border: 0px;
}
.static-nav ul.dropdown-menu li:first-child:before {
	display: none;
}
.static-nav ul.dropdown-menu li {
	font-size: 16px;
	margin: 0px;
}
.static-nav .social {
	float: left;
	width: 100%;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.static-nav .social a {
	display: inline-block;
	margin: 0px 10px 0px 10px;
	padding: 10px 10px 10px 10px;
	color: #000;
	font-size: 20px;
	background: #fff;
	border-radius: 50%;
	line-height: 16px;
	width: 42px;
}
.static-nav .social a:hover {
	color: #ff682d;
}
.static-nav .contact {
	float: left;
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
}
.static-nav .contact h3 {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.static-nav .contact address {
	float: left;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px 100px;
	font-family: 'gothic';
	line-height: 32px;
	letter-spacing: 1px;
	color: #fff;
}
.static-nav .contact address b {
	font-family: 'gothic';
	font-size: 16px;
	margin: 10px 0px 0px 0px;
	display: inline-block;
}
.static-nav .contact address .glyphicon {
	font-size: 18px;
	margin: 0px 5px 0px 0px;
}
.mob-toggle {
	float: right;
	width: 30px;
	height: 27px;
	position: relative;
	z-index: 111;
	margin: 27px 30px 26px 30px;
}
.mob-toggle.active {
	margin: 27px 47px 26px 30px;
}
.mob-toggle span {
	float: left;
	position: relative;
	width: 30px;
	height: 10px;
	cursor: pointer;
}
.scroll .mob-toggle span:nth-child(1):before, .scroll .mob-toggle span:nth-child(2):before, .scroll .mob-toggle span:nth-child(3):before, .no-scroll .mob-toggle span:nth-child(1):before, .no-scroll .mob-toggle span:nth-child(2):before, .no-scroll .mob-toggle span:nth-child(3):before {
	border-top: 3px solid #222;
}
.mob-toggle span:nth-child(1):before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 30px;
	height: 1px;
	border-top: 3px solid #000;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.mob-toggle span:nth-child(2):before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 30px;
	height: 1px;
	border-top: 3px solid #000;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	opacity: 1;
}
.mob-toggle.active span:nth-child(2):before {
	-webkit-transform: translate3d(-100px, 0px, 0px);
	-ms-transform: translate3d(-100px, 0px, 0px);
	-o-transform: translate3d(-100px, 0px, 0px);
	transform: translate3d(-100px, 0px, 0px);
	-webkit-transition: all .5s .2s;
	-o-transition: all .5s .2s;
	transition: all .5s .2s;
	opacity: 0;
}
.mob-toggle span:nth-child(3):before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 30px;
	height: 1px;
	border-top: 3px solid #000;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.mob-toggle.active span:nth-child(1):before {
	top: 10px;
	border-top: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .5s .2s;
	-o-transition: all .5s .2s;
	transition: all .5s .2s;
}
.mob-toggle.active span:nth-child(3):before {
	top: -10px;
	border-top: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .5s .2s;
	-o-transition: all .5s .2s;
	transition: all .5s .2s;
}
/*------------- Mobile Nav--------------*/
/*------------- Header --------------*/
.main {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.main #particles-js {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100vh;
	background: url(../images/slider.jpg);
	background-size: cover;
}
.main #particles-js canvas {
	float: left;
	width: 100%;
	background: rgba(0, 0, 0, 0.42);
}
.main-section {
	position: absolute;
	top: calc(50% - 61px);
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #fff;
}
.main-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	min-height: 150px;
}
.main-cont ul.rslides {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.main-cont ul.rslides li {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding: 0px 70px 0px 70px;
	text-align: center;
	left: 0;
	top: 0;
	opacity: 0;
	color: #fff;
}
.main-cont ul.callbacks_tabs {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	position: absolute;
	bottom: -30px;
	left: 0px;
}
.main-cont ul.callbacks_tabs li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
.main-cont ul.callbacks_tabs li a {
	display: inline-block;
	width: 12px;
	height: 12px;
	font-size: 0px;
	background: #fff;
	margin: 5px;
	padding: 0px;
	border-radius: 50%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.main-cont ul.callbacks_tabs li.callbacks_here a {
	background: #f1712c;
}
.main-cont h2 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 44px;
	line-height: 60px;
	font-family: 'gothic';
}
.main-cont h2 span.tlt {
}
.main-cont ul.rslides li.slider-one span.word1, .main-cont ul.rslides li.slider-one span.word4 {
	font-family: 'gothic';
}
.main-cont ul.rslides li.slider-two span.tlt span.word2, .main-cont ul.rslides li.slider-two span.tlt span.word3, .main-cont ul.rslides li.slider-two span.tlt span.word5 {
	font-family: 'gothic';
}
.main-cont ul.rslides li.slider-two span.info span.word2, .main-cont ul.rslides li.slider-two span.info span.word3, .main-cont ul.rslides li.slider-two span.info span.word5 {
	font-family: 'gothic';
}
.main-cont ul.rslides li.slider-two span.info span.word4 {
	font-family: 'gothic';
}
.main-cont ul.rslides li.slider-three span.tlt span.word1, .main-cont ul.rslides li.slider-three span.tlt span.word4, .main-cont ul.rslides li.slider-three span.tlt span.word5 {
	font-family: 'gothic';
}
.main-cont ul.rslides li.slider-three span.info span.word1, .main-cont ul.rslides li.slider-three span.info span.word4, .main-cont ul.rslides li.slider-three span.info span.word5 {
	font-family: 'gothic';
}
.main-cont ul.rslides li.slider-three span.info span.word3, .main-cont ul.rslides li.slider-three span.info span.word4, .main-cont ul.rslides li.slider-three span.info span.word5 {
	font-family: 'gothic';
}
.main-cont ul.rslides li.slider-four span.tlt span.word1, .main-cont ul.rslides li.slider-four span.tlt span.word2, .main-cont ul.rslides li.slider-four span.tlt span.word4 {
	font-family: 'gothic';
}
.main-cont ul.rslides li.slider-four span.info span.word1, .main-cont ul.rslides li.slider-four span.info span.word2, .main-cont ul.rslides li.slider-four span.info span.word4 {
	font-family: 'gothic';
}
.main-cont ul.rslides li.slider-four span.info span.word1, .main-cont ul.rslides li.slider-four span.info span.word3 {
	font-family: 'gothic';
}
/*.main-cont h2 span.word1, span.word4{
	font-family: 'latolight' !important;
	border:1px solid red;
}*/
.main-cont h2 span.one {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'gothic';
	font-size: 44px;
	line-height: 70px;
}
.main-cont h2 span.one .info {
	color: #ff6000;
}
.main-cont .callbacks1_on h2 span.tlt {
	-webkit-transition: opacity 1s 0.5s;
	-o-transition: opacity 1s 0.5s;
	transition: opacity 1s 0.5s;
	opacity: 1;
}
.main-cont h2 span.tlt {
	opacity: 0;
}
.button {
	float: left;
	margin: 10px auto;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
	/*width: 100%;*/
	text-align: center;
	background-color: transparent;
}
.button {
	
	padding: 8px 30px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	
	position: relative;
	z-index: 1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border:1px solid #2e2e2e;
}
/*.button:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border: 2px solid transparent;
	color: #fff;
}
.button{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 30px;
	border: 0px;
}
.button:before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: -1;
	border-radius: 30px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.button:hover:before {
	top: -7px;
	left: -8px;
	width: calc(100% + 16px);
	height: calc(100% + 14px);
	background: rgba(233, 103, 53, 0.36);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.button:before {
	position: absolute;
	content: '';
	top: 0px;
	left: -15%;
	height: 100%;
	width: 0;
	background: #e96736;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.button:before {
	width: 130%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}*/


/*---- Welcome part ----*/
.welcome {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 10px 0px;
}
.welcome .welcome-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.welcome-cont h2 {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #ff9933;
	font-size: 34px;
	text-align: center;
	font-family: 'gothic';

}
hr
{
	display: block;
    max-width: 130px;
    height: 3px;
    background: #138808;
    border: none;
    clear: both;
    text-align: center;

}

.welcome-cont p {
	float: left;
	width: 100%;
	margin: 0px 0px 40px 0px;
	padding: 0px 250px;
	color: #333;
	text-align: justify;
	font-size: 15px;
	line-height: 26px;
}
.welcome-cont ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.welcome-cont ul li {
	float: left;
	width: 18%;
	margin: 0px 12px 0px 0px;
	padding: 0px;
	list-style-type: none;
	display: table;
}
.welcome-cont ul li .info-left {
	display: table-cell;
	vertical-align: top;
	width: 30%;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
.welcome-cont ul li .info-left span {
	display: inline-block;
	position: relative;
	padding: 10px;
	margin: 15px;
	background: #fc6709;
	border-radius: 50%;
}
.welcome-cont ul li .info-left span:hover {
	background: #138808;
}
.welcome-cont ul li .info-left span:before:hover {
 background:#385c8e;
}
.welcome-cont ul li .info-left span:before {
	position: absolute;
	content: '';
	top: -15px;
	left: -15px;
	right: -15px;
	bottom: -15px;
	border: 4px solid #ffc199;
	border-radius: 50%;
}
.welcome-cont ul li .info-left span:after {
	position: absolute;
	content: '';
	top: calc(50% - 8px);
	right: -20px;
	border: 8px solid #fc6709;
	border-radius: 50%;
}
.welcome-cont ul li .info-left img {
	margin: 0px;
	padding: 0px;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.welcome-cont ul li:hover .info-left img {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.welcome-cont ul li .info-right {
	display: table-cell;
	vertical-align: top;
	width: 60%;
	margin: 0px;
	padding: 0px;
}
.welcome-cont ul li .info-right h3 {
	float: none;
	width: 100%;
	margin: 41px 0px 0px 0px;
	padding: 0px;
	    font-family: 'nexa_boldregular';
	font-size: 18px;
	line-height: 24px;
}
.welcome-cont ul li .info-right p {
	float: none;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	font-size: 16px;
	color: #3b3d3f;
	font-family: 'gothic';
}
/*---- Welcome part ----*/
.service {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 30px 0px;
	background: #f5f5f5;
}
.service .service-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.service-cont h2 {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #ff9933;
	font-size: 34px;
	text-align: center;
	font-family: 'gothic';
}
.service-cont h2 span {
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 0px 180px 0px 180px;
	color: #333;
	font-size: 15px;
	line-height: 30px;
	font-family: 'gothic';
	font-weight: normal;
	
}
.service-cont p {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	color: #757575;
	text-align: justify;
	font-size: 16px;
	line-height: 32px;
}
.service-cont h3 {
	font-family: 'gothic';
	color: #282828;
	font-size: 18px;
	margin: 30px 0px 0px 0px;
	line-height: 24px;
}
.service-cont ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}
.service-cont ul li {
	float: left;
	width: calc(33.33% - 20px);
	padding: 0px;
	margin: 20px 0px 20px 0px;
	list-style-type: none;
	text-align: center;
	/*	background: #eff0f2;*/
	position: relative;
	height: 220px;
}
.service-cont ul li .content {
	float: left;
	width: 100%;
	padding: 60px;
	position: relative;
	z-index: 1;
}
.service-cont ul li:hover {
	background: transparent;
}
.service-cont ul li .content:hover h3 {
	color: #ff8e46;
	font-family: 'gothic';
}
.service-cont ul li:nth-child(2), .service-cont ul li:nth-child(5) {
	margin: 20px 30px 20px 30px;
}
/*.service-cont ul li:before, .service-cont ul li:after {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 0px;
	background: #103364;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
}
.service-cont ul li:hover:before, .service-cont ul li:hover:after {
	position: absolute;
	content: '';
	width: 100%;
	opacity: 1;
	z-index: 0;
}*/
.service-cont ul li:after {
	top: 0px;
	left: auto;
	right: 0px;
	bottom: 0px;
}
.service-cont ul li span.hd {
	float: left;
	width: 100%;
	color: #395884;
	text-align: center;
	font-family: 'gothic';
	font-size: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 0px 40px;
	font-weight: bold;
}
.service-cont ul li span.cont {
	float: left;
	width: 100%;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin: 16px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
/*.service-cont ul li img {
	max-width: 120px;
	width: 100%;
}*/
/*.service-cont ul li img.hover {
	max-width: 120px;
	width: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.service-cont ul li:hover img.hover {
	max-width: 120px;
	width: 100%;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.service-cont ul li img.default, .service-cont ul li:hover img.hover {
	position: relative;
	-webkit-transform: rotate(0deg) scale(1);
	-ms-transform: rotate(0deg) scale(1);
	-o-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	left: auto;
}
.service-cont ul li img.hover, .service-cont ul li:hover img.default {
	position: absolute;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: rotate(720deg) scale(0);
	-ms-transform: rotate(720deg) scale(0);
	-o-transform: rotate(720deg) scale(0);
	transform: rotate(720deg) scale(0);
	left: calc(50% - 60px);
}*/
.service-cont ul li .border-effect {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
/*.service-cont ul li:hover .border-effect {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 1;
}
.service-cont ul li .border-effect:before {
	content: "";
	position: absolute;
	left: -10px;
	top: -10px;
	width: 0;
	height: 0;
	border-left: 2px solid transparent;
	border-top: 2px solid transparent;
	-webkit-transition: width .3s ease .2s, height .3s ease .4s;
	transition: width .3s ease .2s, height .3s ease .4s;
}
.service-cont ul li:hover .border-effect:before {
	height: 100%;
	width: 100%;
	border-color: #2b4a76;
}*/
.service-cont ul li .border-effect:after {
	content: "";
	position: absolute;
	right: -10px;
	bottom: -10px;
	width: 0;
	height: 0;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
	-webkit-transition: width .3s ease .2s, height .3s ease .4s;
	transition: width .3s ease .2s, height .3s ease .4s;
}
.service-cont ul li:hover .border-effect:after {
	height: 100%;
	width: 100%;
	border-color: #2b4a76;
}
.box_container {
	position: relative; /* important */
	/*width:370px;*/ /* we must set a specific width of the container, so it doesn't strech when the image starts moving */
	height: 100%; /* important */
	overflow: hidden; /* hide the content that goes out of the div */
	/*just styling bellow*/
	background: #222;
	color: white;
	-webkit-transition: 0.5s !important;
	-o-transition: 0.5s !important;
	transition: 0.5s !important;
}
.box_container.service-web-solutions {
	position: relative; /* important */
	/* width:370px*/; /* we must set a specific width of the container, so it doesn't strech when the image starts moving */
	height: 100%; /* important */
	overflow: hidden; /* hide the content that goes out of the div */
	/*just styling bellow*/
	background: #222;
	color: white;
	background: url(../images/market-resech-bg.jpg) no-repeat;
	background-size: cover;
	border:3px solid #ff9933;
}
.box_container.service-mobile-solutions {
	position: relative; /* important */
	/*width:370px;*/ /* we must set a specific width of the container, so it doesn't strech when the image starts moving */
	height: 100%; /* important */
	overflow: hidden; /* hide the content that goes out of the div */
	/*just styling bellow*/
	background: #222;
	color: white;
	background: url(../images/advertising-bg.jpg) no-repeat;
	background-size: cover;
	border:3px solid #ff9933;
}
.box_container.service-cloud-solutions {
	position: relative; /* important */
	/*width:370px;*/ /* we must set a specific width of the container, so it doesn't strech when the image starts moving */
	height: 100%; /* important */
	overflow: hidden; /* hide the content that goes out of the div */
	/*just styling bellow*/
	background: #222;
	color: white;
	background: url(../images/sales-seminar-bg.jpg) no-repeat;
	background-size: cover;
	border:3px solid #ff9933;
}
.box_container.service-data-solutions {
	position: relative; /* important */
	/*width:370px;*/ /* we must set a specific width of the container, so it doesn't strech when the image starts moving */
	height: 100%; /* important */
	overflow: hidden; /* hide the content that goes out of the div */
	/*just styling bellow*/
	background: #222;
	color: white;
	background: url(../images/crm-bg.jpg) no-repeat;
	background-size: cover;
	border:3px solid #138808;
}
.box_container.service-data-solutions:hover {
	-webkit-transition: 0.5s !important;
	-o-transition: 0.5s !important;
	transition: 0.5s !important;
}
.box_container.service-digital-marketing {
	position: relative; /* important */
	/*width:370px;*/ /* we must set a specific width of the container, so it doesn't strech when the image starts moving */
	height: 100%; /* important */
	overflow: hidden; /* hide the content that goes out of the div */
	/*just styling bellow*/
	background: #222;
	color: white;
	background: url(../images/business-analysis-bg.jpg) no-repeat;
	background-size: cover;
	border:3px solid #138808;
}
.box_container.service-ecommerce {
	position: relative; /* important */
	/*width:370px;*/ /* we must set a specific width of the container, so it doesn't strech when the image starts moving */
	height: 100%; /* important */
	overflow: hidden; /* hide the content that goes out of the div */
	/*just styling bellow*/
	background: #222;
	color: white;
	background: url(../images/prmotion-bg.jpg) no-repeat;
	background-size: cover;
	border:3px solid #138808;
}
.images_holder {
	position: absolute; /* this is important, so the div is positioned on top of the text */
}
.image_div {
	position: relative; /* important so we can work with the left or right indent */
	overflow: hidden; /* hide the content outside the div (this is how we will hide the part of the image) */
	width: 50%; /* make it 50% of the whole images_holder */
	float: left; /* make then inline */
}
.right img {
	margin-left: -100%; /* 100% is in this case 50% of the image, so this is how we show the second part of the image */
}
.clear {
	clear: both;
}
.bg-cont {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 32px;
	margin: 65px 0px 0px 0px;
}
.bg-cont span.cont {
	padding: 10px 40px 10px 40px !important;
}
/*---- Testimonial ----*/
.testimonial {
	float: left;
	width: 100%;
	padding: 50px 0px 50px 0px;
	margin: 0px;
	background: #e46b3e;
}
.testimonial-cont {
	float: left;
	width: 100%;
	position: relative;
	background: url(../images/testimonial-bg.png) no-repeat;
	background-position: center center;
}
.testimonial-cont h2 {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #fff;
	font-size: 34px;
	text-align: center;
	font-family: 'gothic';
}
.testimonial .callbacks_container {
	margin-bottom: 0px;
	position: relative;
	float: left;
	width: 100%;
}
.testimonial .callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	color: #fff;
	background: #d96d34;
	background: rgba(217, 109, 52, 0.8);
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	float: left;
	width: 100%;
}
.testimonial .callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	left: 0px;
	opacity: 1;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 35px;
	width: 16px;
	background: transparent url("../images/lt-arrow.png") no-repeat left top;
	margin-top: -21px;
}
.testimonial .callbacks_nav:active {
	opacity: 1.0;
}
.testimonial .callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0px;
	background: transparent url("../images/rt-arrow.png") no-repeat left top;
}
.testimonial ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: relative;
	list-style: none;
	overflow: hidden;
}
.testimonial ul li {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 20px 70px 20px 70px;
	text-align: center;
	font-family: 'gothic';
	font-size: 18px;
	line-height: 35px;
	left: 0;
	top: 0;
	opacity: 0;
	color: #fff;
	min-height: 200px;
}
.testimonial-cont ul li h2.testimonial-head {
	float: left;
	width: 100%;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	font-size: 36px;
	font-family: 'gothic';
}
.testimonial ul li span.testimonial-head {
	float: left;
	width: 100%;
	font-family: 'gothic';
	font-size: 28px;
	margin: 0px 0px 15px 0px;
}
.testimonial ul li span.testimonial-data {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 80px 0px 80px;
	font-family: 'gothic';
	line-height: 42px;
	text-shadow: #c74615 1px 1px 0px;
}
.testimonial ul li span.testimonial-author {
	float: left;
	width: 100%;
	font-family: 'gothic';
	font-size: 20px;
	font-style: italic;
	margin: 20px 0px 0px 0px;
	color: #272727;
}
/*---- main part ----*/
.why-choose {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 30px 0px;
}
.why-choose .why-choose-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.why-choose-cont h2 {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #385c8e;
	font-size: 34px;
	text-align: center;
	font-family: 'gothic';
}
.why-choose-cont ul {
	float: left;
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}
.why-choose-cont ul li {
	float: left;
	width: calc(33.33% - 60px);
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.why-choose-cont ul li:nth-child(2) {
	margin: 0px 90px 0px 90px;
}
.why-choose-cont ul li h3 {
	float: left;
	width: 100%;
	margin: 20px 0px 25px 0px;
	padding: 0px;
}
.why-choose-cont ul li p {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	color: #757575;
	text-align: justify;
	font-size: 16px;
	line-height: 30px;
}
/*---- main part ----*/
.event {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 50px 0px 80px 0px;
	background: #f5f5f5;
}
.event .event-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.event-cont h2 {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #385c8e;
	font-size: 34px;
	text-align: center;
	font-family: 'gothic';
}
.event-cont ul {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
.event-cont ul li {
	float: left;
	width: 33.33%;
	margin: 0px;
	padding: 0px 30px;
	list-style-type: none;
	background: #fff;
}
.event-cont ul li {
	float: left;
	width: calc(33.33% - 35px);
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	-webkit-box-shadow: 6px 6px 0px 0px #cdd9d9;
	box-shadow: 6px 6px 0px 0px #cdd9d9;
}
.event-cont ul li:nth-child(2) {
	margin: 0px 52.5px 0px 52.5px;
}
.event-cont ul li h3 {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.event-cont ul li p {
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
	color: #555;
	text-align: justify;
	font-size: 16px;
	line-height: 26px;
}
.event-cont ul li .read-more a {
	float: left;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px;
	color: #fb7832;
	text-align: justify;
	font-size: 16px;
	line-height: 26px;
}
.event-cont ul li .info-top {
	float: left;
	width: 100%;
}
.event-cont ul li .info-top img {
	max-width: 355px;
	width: 100%;
}
.event-cont ul li .info-btm {
	float: left;
	width: 100%;
	padding: 30px;
}
.home-contact {
	float: left;
	width: 100%;
	color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../images/home-contact-banner.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.home-contact #particles-js-one {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 300px;
}
.home-contact #particles-js-one canvas {
	float: left;
	width: 100%;
	background: rgba(0, 0, 0, 0.27);
}
.home-contact h2 {
	text-align: center;
	font-size: 42px;
	font-family: 'gothic';
}
.home-contact p {
	text-align: center;
	font-size: 16px;
	margin: 0px 0px 50px 0px;
}
.home-contact-info {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
}
.home-contact-info .form-control {
	border-radius: 0px;
	padding: 0px 20px 0px 20px;
	height: 34px;
	color: #888;
}
.home-contact-info .contact-form-lt .form-group {
	padding: 0px 7px 0px 0px;
}
.home-contact-info .contact-form-rt .form-group {
	padding: 0px 0px 0px 7px;
}
.home-contact-info textarea {
	margin: 0px 0px 0px 0px;
	padding: 15px 20px 15px 20px !important;
	height: auto !important;
}
.home-contact-info .contact-form-lt {
	padding: 0px;
}
.home-contact-info .contact-form-rt {
	padding: 0px;
}
.home-contact-info .contact-form-mid {
	padding: 0px;
}
.home-contact-info .contact-form-mid .form-group {
	padding: 0px;
}
.home-contact-info span.submit {
	float: left;
	width: 100%;
	text-align: center;
}
.home-contact-info span .btn {
	float: right;
	background: #ff680d;
	color: #fff;
	margin: 10px 0px 0px 0px;
	font-size: 16px;
	padding: 7px 20px 7px 20px;
	border-radius: 0px;
	width: 120px;
	border: none;
	text-align: right !important;
}
.business-info {
	float: left;
	width: 100%;
	padding: 20px 0px 20px 0px;
	background: rgba(255, 255, 255, 0.08);
}
.business-info h3 .fa {
	font-size: 18px;
	vertical-align: middle;
	margin: -3px 8px 0px 0px;
}
.business-info h3 {
	margin: 0px 0px 30px 0px;
	text-align: center;
}
.job-info {
	float: left;
	width: 100%;
	padding: 20px 0px 20px 0px;
	background: rgba(255, 255, 255, 0.08);
}
.job-info h3 {
	margin: 0px 0px 30px 0px;
	text-align: center;
}
.job-info h3 .fa {
	font-size: 20px;
	vertical-align: middle;
	margin: -3px 8px 0px 0px;
}
/*---- Capcha ----*/

/*.home-contact-info .captcha {
	float: left;
	width: calc(100% - 7px);
	padding: 9px 8px;
	background: #fff;
}
.home-contact-info .captcha p {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
.home-contact-info .captcha h3 {
	float: left;
	width: calc(100% - 50px);
	border: 1px solid #e0e0e0;
	color: #0b427c !important;
	text-transform: uppercase;
	background: url(../images/captcha-bg.jpg) repeat;
	padding: 3px 20px 3px 20px;
	margin: 0px 0px 6px 0px;
	position: relative;
	display: inline-block;
}
.home-contact-info .captcha .fa {
	margin: 0px;
}
.home-contact-info .captcha .form-control {
	padding: 10px 20px 10px 20px;
	margin: 0px;
}
.home-contact-info .captcha .form-group {
	float: left;
	width: 100%;
	margin: 0px;
}*/

/*--- Capcha ---*/
footer {
	float: left;
	width: 100%;
	color: #e4e4e4;
	padding: 20px 0px 0px 0px;
	background: #000;
	
}
.footer-info {
	float: left;
	width: 100%;
}
.footer-cont-top {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 50px 0px;
}
.footer-cont-top ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-cont-top ul li {
	float: left;
	width: 100%;
	font-family: 'gothic';
	font-size: 16px;
	padding: 8px 0px 8px 0px;
	color: #c8c8c8;
}
.footer-cont-top ul li a {
	color: #c8c8c8;
}
.footer-cont-top ul li a:hover {
	color: #ff680d;
	text-decoration: none;
}
.footer-cont-top h3 {
	font-family: 'gothic';
	position: relative;
	font-size: 24px;
	color: #fff;
	margin: 0px 0px 45px 0px;
}
.footer-cont-top h3:before {
	position: absolute;
	content: '';
	bottom: -8px;
	right: 0px;
	left: 0px;
	width: 40px;
	border-top: 2px solid #e46b3e;
}
.footer-cont-top h4 {
	float: left;
	width: 100%;
	font-family: 'gothic';
	font-size: 24px;
	color: #202020;
	margin: 20px 0px 5px 0px;
}
.services-development {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 20%;
}
.services {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 20%;
}
.mobile-development {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 20%;
}
.quick-links {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 20%;
}
.talk-to-us {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 20%;
}
.talk-to-us .glyphicon {
	font-size: 16px;
}
.social-media {
	float: right;
	width: 15%;
	padding: 0px;
}
.social-media ul {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.social-media ul li {
	float: left;
	width: auto;
}
.social-media ul li img {
	padding: 0px 5px 0px 5px;
}
.footer-cont-btm {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 20px 0px;
	border-top: 1px solid #eaeaea;
}
.footer-info-btm {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding: 30px 0px 20px 0px;
	border-top: 1px solid #818181;
}
.copy-right {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px;
	font-size: 10px;
}
.copy-right a {
	color: #c8c8c8;
	font-family: 'gothic';
}
.copy-right a:hover {
	color: #ff680d;
}
/*---- Footer End ----*/

/*---- Inner Banner Section ----*/
.banner {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 90px 0px 0px 0px;
	position: relative;
	font-family: 'gothic';
}
.banner #particles-js {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 350px;
}
.careers #particles-js {
	background: url(../images/career.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.contact-us #particles-js {
	background: url(../images/contact.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.digital-marketing #particles-js {
	background: url(../images/digital-marketing.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.disclaimer #particles-js {
	background: url(../images/disclaimer.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.disclaimer-one #particles-js-canvas-el {
	background: url(../images/disclaimer.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.web-solutions #particles-js {
	background: url(../images/web-solutions.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.mobile-solutions #particles-js {
	background: url(../images/mobile-solutions.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.data-solutions #particles-js {
	background: url(../images/data-solutions.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.cloud-solutions #particles-js {
	background: url(../images/cloud-solutions.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.news-events #particles-js {
	background: url(../images/news-events.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.announcement #particles-js {
	background: url(../images/news-events.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.privacy-policy #particles-js {
	background: url(../images/privacy-policy.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.web-solutions #particles-js {
	background: url(../images/web-solutions.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.job-openings #particles-js {
	background: url(../images/career.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.sitemap #particles-js {
	background: url(../images/site-map.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.ecommerce #particles-js {
	background: url(../images/ecommerce.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.ceo-msg #particles-js {
	background: url(../images/ceo.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.affiliations #particles-js {
	background: url(../images/affiliations.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.clients #particles-js {
	background: url(../images/clients.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.banner #particles-js canvas {
	float: left;
	width: 100%;/*	background: rgba(0, 0, 0, 0.4);*/
}
.web-solutions #particles-js canvas {
	background: rgba(0, 0, 0, 0.3);
}
.mobile-solutions #particles-js canvas {
	background: rgba(0, 0, 0, 0.3);
}
.cloud-solutions #particles-js canvas {
	background: rgba(0, 0, 0, 0.17);
}
.data-solutions #particles-js canvas {
	background: rgba(0, 0, 0, 0.17);
}
.digital-marketing #particles-js canvas {
	background: rgba(0, 0, 0, 0.17);
}
.ecommerce #particles-js canvas {
	background: rgba(0, 0, 0, 0.17);
}
.contact-us #particles-js canvas {
	background: rgba(0, 0, 0, 0.19);
}
.banner img {
	float: left;
	width: 100%;
	padding: 0px;
	min-height: 250px;
}
.banner .banner-cont {
	position: absolute;
	top: calc(50% - 24px);
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #fff;
}
.banner-cont h1, .banner-cont span.cont-title {
	float: left;
	width: 100%;
	font-size: 54px;
	margin: 0px 0px 0px 0px;
	line-height: 48px;
	text-shadow: 2px 2px 0px #000000;
	letter-spacing: 3px;
}
.banner-cont span.cont-content {
	float: left;
	width: 100%;
	font-size: 17px;
	margin: 0px 0px 20px 0px;
	text-shadow: 2px 2px 0px #000000;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0px 120px 0px 120px;
	line-height: 35px;
}
/*---- Bread Crumb ----*/
.breadcrumb {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-radius: 0;
	background: #dfdfdf;
	font-family: 'gothic';
}
.breadcrumb .crumb {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.breadcrumb .crumb ul {
	float: left;
	width: 100%;
	padding: 15px 0px;
	margin: 0px;
}
.breadcrumb .crumb ul li {
	display: inline-block;
	padding: 0px 15px 0px 15px;
	margin: 0px;
	list-style-type: none;
	color: #545454;
	position: relative;
}
.breadcrumb .crumb ul li:first-child {
	padding: 0px 15px 0px 0px;
}
.breadcrumb .crumb ul li a {
	color: #545454;
	padding: 5px 0px 5px 0px;
}
.breadcrumb .crumb ul li + li:before {
	position: absolute;
	font-family: FontAwesome;
	content: '\f04b';
	left: -4px;
	top: 5px;
	font-size: 8px;
}
/*---- Inner Page ----*/
.inner-details {
	float: left;
	width: 100%;
	padding:10px 0px 0px 0px;
}
.inner-main {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 9px 0px;
}
.inner-main .inner-main-cont {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.inner-main .inner-main-cont-top {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.inner-main .inner-main-cont-top h1 {
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px;
	position: relative;
	font-family: 'gothic';
	text-align: center;
	color: #293855;
	font-size: 30px;
	line-height: 46px;
}
.inner-main .inner-main-cont-top h1:before {
	position: absolute;
	content: '';
	bottom: -5px;
	left: calc(50% - 20px);
	height: 1px;
	width: 30px;
	border-top: 4px solid #f1712c;
}
.inner-main .inner-main-cont-top p {
	float: left;
	width: 100%;
	padding: 0px 120px 0px 120px;
	font-size: 16px;
	line-height: 32px;
	color: #222;
	text-align: center;
}
.inner-main.odd .inner-main-cont-top p, .inner-main.even .inner-main-cont-top p {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	color: #222;
	text-align: center;
	padding: 0px 120px 0px 120px;
	margin: 0px 0px 50px 0px;
}
/*.inner-main.odd .inner-main-cont-top p:before, .inner-main.even .inner-main-cont-top p:before {
	position: absolute;
	content: '';
	bottom: 35px;
	left: calc(50% - 20px);
	height: 1px;
	width: 30px;
	border-top: 4px solid #f1712c;
}*/
.digital-marketing-details {
	float: left;
	width: 100%;
}
.mobile-solutions-details {
	float: left;
	width: 100%;
}
.web-solutions-details {
	float: left;
	width: 100%;
}
.inner-main-cont-btm.odd {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 50px 0px 50px 0px;
	background: #f2f2f2;
}
.inner-main-cont-btm.even {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 50px 0px 50px 0px;
	background: #fff;
}
.inner-main-cont-btm .info-detail {
	float: left;
	width: 100%;
	padding: 0px;
	display: table;
}
.inner-main-cont-btm .info-detail-lt {
	display: table-cell;
	vertical-align: top;
}
.inner-main-cont-btm .info-detail-rt {
	display: table-cell;
	vertical-align: top;
	padding: 10px 0px 0px 15px;
}
.inner-main-cont-btm .info-detail h2 {
	float: left;
	width: 100%;
	font-family: 'nexa_boldregular';
	font-size: 28px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #273a55;
}
.inner-main-cont-btm .info-detail p {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 34px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #222222;
}
.inner-main-cont-btm .info-detail p a {
	color: #e96735;
	font-size: 16px;
	font-family: 'gothic';
}
.inner-main-cont-btm .info-detail h3 {
	float: left;
	width: 100%;
	font-family: 'gothic';
	font-size: 16px;
	text-transform: uppercase;
	line-height: 34px;
	margin: 20px 0px 0px 0px;
	padding: 3px 0px 3px 20px;
	color: #222222;
	border-bottom: 1px dashed #696969;
	background: #e8e8e8;
}
.inner-main-cont-btm .info-detail ul {
	float: left;
	width: 100%;
	font-size: 16px;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	list-style: none;
}
.inner-main-cont-btm .info-detail ul li {
	float: left;
	width: 50%;
	padding: 12px 50px 12px 35px;
	background: url(../images/bullet.png) no-repeat top left;
	background-position: 0px 13px;
}
.digital-marketing-details ul li {
	float: left;
	width: 50%;
	padding: 12px 50px 12px 35px;
	background: url(../images/bullet.png) no-repeat top left;
	background-position: 0px 13px;
	min-height: 70px;
}
/*---- Job Openinngs ----*/
.job-openings {
	float: left;
	width: 100%;
}
.openings-details {
	float: left;
	width: 100%;
	padding: 50px 0px 50px 0px;
}
.openings-details p {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 120px;
	color: #757575;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}
.openings-details ul {
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
.openings-details ul li {
	float: left;
	width: calc(33.33% - 30px);
	margin: 40px 0px 0px 0px;
	padding: 0px;
	background: #e9e9e9;
	list-style-type: none;
}
.openings-details ul li:hover {
	background: #2f2f2f;
	color: #fff;
}
.openings-details ul li h3:hover {
	color: #fff;
}
.openings-details ul li:nth-child(2), .openings-details ul li:nth-child(5), .openings-details ul li:nth-child(8), .openings-details ul li:nth-child(11), .openings-details ul li:nth-child(14), .openings-details ul li:nth-child(17), .openings-details ul li:nth-child(20), .openings-details ul li:nth-child(23) {
	margin: 40px 40px 0px 40px;
}
.openings-details ul li h3 {
	float: left;
	width: 100%;
	padding: 70px 80px 70px 80px;
	margin: 0px;
	color: #232323;
	font-family: 'gothic';
	font-size: 24px;
	text-align: center;
	line-height: 36px;
	min-height: 253px;
}
.openings-details ul li h3 span {
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
	color: #ff6000;
	font-family: 'gothic';
	font-size: 16px;
	text-align: center;
}
.inner-main .career-req {
	/*float: left;
	width: 100%;
	margin: 30px 0px 0px 0px;*/
}
.inner-main .career-req h2 {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-size: 26px;
	font-family: 'gothic';
}
.inner-main .career-req h3 {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-size: 18px;
	font-family: 'gothic';
}
.inner-main .career-req h3 span {
	color: #f1712c;
	padding: 0px 0px 0px 10px;
}
.inner-main .career-req ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.inner-main .career-req ul li {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 10px 0px 10px 90px;
	color: #333;
	font-size: 15px;
	line-height: 20px;
	list-style-type: none;
	font-family: 'gothic';
	background: url(../images/bullet.png) no-repeat top left;
	background-position: 45px 11px;
}
.post-form {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.post-form-cont {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.post-form-cont h2 {
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	position: relative;
	font-family: 'gothic';
	text-align: center;
	color: #293855;
	font-size: 30px;
	line-height: 46px;
}
.post-form-cont h2:before {
	position: absolute;
	content: '';
	bottom: -5px;
	left: calc(50% - 20px);
	height: 1px;
	width: 30px;
	border-top: 4px solid #f1712c;
}
.post-form-cont .post-details {
	float: left;
	width: 100%;
	padding: 40px 0px 0px 0px;
	margin: 0px;
}
.post-form-cont .form-group {
	float: left;
	width: calc(50% - 20px);
	padding: 0px;
	margin: 0px;
}
.post-form-cont .form-group:nth-child(odd) {
	margin: 0px 20px 20px 0px;
}
.post-form-cont .form-group:nth-child(even) {
	margin: 0px 0px 20px 20px;
}
.post-form-cont .post-details .form-control {
	float: left;
	width: 100%;
	padding: 10px 30px 10px 30px;
	margin: 0px;
	background: #f4f4f4;
	-webkit-box-shadow: 0px 2px 0px 0px #e8e8e8;
	box-shadow: 0px 2px 0px 0px #e8e8e8;
	border: 1px solid transparent;
	border-radius: 0px;
	height: 50px;
	font-style: italic;
	color: #888;
}
.post-form-cont .post-details .form-control:focus {
	border: 1px solid #febf9c;
	box-shadow: none;
}
.post-form-cont .form-group .note {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	color: #888;
	font-size: 11px;
	text-align: right;
	font-style: italic;
}
.post-form-cont .file-input {
	position: relative;
}
.post-form-cont input[type="file"]:before {
	content: '+ Choose file';
	font-family: 'gothic';
	font-size: 14px;
	height: 34px;
	position: absolute;
	top: -2px;
	left: 0px;
	background: #ddd;
	padding: 7px 20px 7px 20px;
	color: #404040;
	z-index: 1;
}
.post-form-cont input[type="file"] {
	position: relative;
	z-index: 2;
	width: 100%;
	cursor: pointer;
}
.post-form-cont .button a {
	color: #222;
	border: 1px solid #e96736;
}
.post-form-cont .button a:hover {
	color: #fff;
}
.post-form-cont .form-control::-webkit-input-placeholder {
 font-style: italic;
}
.post-form-cont .form-control::-moz-placeholder {
 font-style: italic;
}
.post-form-cont .form-control:-ms-input-placeholder {
 font-style: italic;
}
.post-form-cont .form-control:-moz-placeholder {
 font-style: italic;
}
.post-form-cont input[type="file"]::-moz-file-upload-button {
 visibility: hidden;
 width: 150px;
 height: 30px
}
.post-form-cont input[type="file"]::-webkit-file-upload-button {
 visibility: hidden;
 width: 150px;
 height: 30px
}
.post-form-cont .button, .button.btn-input {
	text-align: center !important;
}
/*---- Capcha ----*/
.post-form-cont .captcha {
	float: left;
	width: calc(100% - 10px);
	padding: 9px 8px;
	border: 1px solid #ddd;
}
.post-form-cont .captcha p {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
.post-form-cont .captcha h3 {
	float: left;
	width: calc(100% - 50px);
	border: 1px solid #e0e0e0;
	color: #0b427c !important;
	text-transform: uppercase;
	background: url(../images/captcha-bg.jpg) repeat;
	padding: 3px 20px 3px 20px;
	margin: 0px 0px 10px 0px;
	position: relative;
	text-align: center;
	display: inline-block;
}
.post-form-cont .captcha .fa {
	margin: 0px;
}
.post-form-cont .captcha .form-control {
	padding: 10px 20px 10px 20px;
	margin: 0px;
	height: 40px;
}
.post-form-cont .captcha .form-group {
	float: left;
	width: 100%;
	margin: 0px;
}
.post-form-cont .last .info-one, .post-form-cont .last .info-two {
	padding: 0px;
}
.post-form-cont .last .info-two textarea {
	min-height: 90px;
}
/*---- Capcha ----*/

/*---- Contact Us ----*/
.contact {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.contact-cont {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.contact-cont h2 {
	float: right;
	
	margin: 0px 0px 30px 0px;
	padding: 10px 0px;
	position: relative;
	font-family: 'gothic';
	color: #293855;
	font-size: 30px;
	line-height: 36px;
}
.contact-cont h2.office:before {
	position: absolute;
	content: '';
	bottom: -5px;
	left: 0px;
	height: 1px;
	width: 30px;
	border-top: 4px solid #f1712c;
}
.contact-cont h2.office:after {
	position: absolute;
	content: '';
	right: -30px;
	bottom: 20px;
	height: 0px;
	width: 0px;
	border: 10px solid #f1712c;
	border-color: transparent transparent transparent #939393;
	border-width: 8px 15px 8px 15px;
}
.contact-cont h2.contact-info:before {
	position: absolute;
	content: '';
	bottom: -5px;
	left: 0px;
	height: 1px;
	width: 30px;
	border-top: 4px solid #f1712c;
}
.contact-cont h2.contact-info:after {
	position: absolute;
	content: '';
	right: -3px;
	bottom: 20px;
	height: 0px;
	width: 0px;
	border: 10px solid #f1712c;
	border-color: transparent #939393 transparent transparent;
	border-width: 8px 15px 8px 15px;
}
.contact-cont h2.business-enquiry-top:before {
	position: absolute;
	content: '';
	bottom: -5px;
	left: 0px;
	height: 1px;
	width: 30px;
	
}
.contact-cont h2.business-enquiry-top:after {
	position: absolute;
	content: '';
	right: -30px;
	bottom: 20px;
	height: 0px;
	width: 0px;
	
}
.contact-cont h2.job-enquiry-top:before {
	position: absolute;
	content: '';
	bottom: -5px;
	left: 0px;
	height: 1px;
	width: 30px;
	border-top: 4px solid #f1712c;
}
.contact-cont h2.job-enquiry-top:after {
	position: absolute;
	content: '';
	right: -3px;
	bottom: 20px;
	height: 0px;
	width: 0px;
	border: 10px solid #f1712c;
	border-color: transparent #939393 transparent transparent;
	border-width: 8px 15px 8px 15px;
}
.contact-top {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.contact-top:before {
	position: absolute;
	content: '';
	top: 0px;
	bottom: 0px;
	left: 260px;
	height: 100%;
	width: 0px;
	border-right: 3px solid #939393;
}
.contact-left {
	float: left;
	width: 327px;
}
.contact-right {
	float: left;
	width: calc(100% - 425px);
	margin: 0px 0px 0px 58px;
}
.contact-top .info-lt {
	float: left;
	width: 50%;
}
.contact-top .info-lt iframe {
	float: left;
	width: 100%;
	border: 0px;
}
.contact-top .info-rt {
	float: left;
	width: 50%;
	padding: 20px;
	background: #2d4d7b;
	text-align: center;
	color: #fff;
	min-height: 300px;
}
.contact-top .info-rt .glyphicon {
	font-size: 40px;
	left: -4px;
	top: 10px;
}
.contact-top .info-rt h3 {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	color: #fff;
	font-size: 20px;
	font-family: 'gothic';
	line-height: 30px;
}
.contact-top .info-rt address {
	float: left;
	width: 100%;
	font-size: 16px;
	margin: 20px 0px 0px 0px;
	line-height: 26px;
	font-family: 'gothic';
}
.contact-top .info-rt address a {
	color: #ffa575;
	font-family: 'gothic';
}
.contact-btm {
	float: left;
	width: 100%;
	padding: 40px 0px 0px 0px;
	margin: 0px;
	position: relative;
}
/*.contact-btm:before {
	position: absolute;
	content: '';
	top: 0px;
	bottom: 0px;
	left: 291px;
	height: 100%;
	width: 0px;
	border-right: 3px solid #939393;
}*/
.contact-btm ul {
	float: left;
	width: 100%;
	padding: 0px 40px 40px 40px;
	margin: 0px 0px 0px 0px;
	background: #f4f4f4;
	border: 1px solid #e0e0e0;
}
.contact-btm ul li {
	float: left;
	width: calc(33.33% - 30px);
	padding: 0px 0px 0px 0px;
	margin: 40px 0px 0px 30px;
	list-style-type: none;
}
.contact-btm ul li h3 {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 20px;
	font-family: 'gothic';
	line-height: 30px;
	position: relative;
}
.contact-btm ul li h3 .fa-mobile {
	position: absolute;
	left: -22px;
	top: 1px;
	color: #666;
	font-size: 24px;
	padding: 0px;
    width: 0px;
}
.contact-btm ul li h3 .fa-paper-plane {
	position: absolute;
	left: -30px;
	top: 5px;
	color: #666;
	padding: 0px;
    width: 0px;
}
.contact-btm ul li p {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: 'gothic';
	font-size: 16px;
}
.business-enquiry {
	float: left;
	width: 100%;
	padding: 20px 40px 10px 40px;
	margin: 0px 0px 0px 0px;
	background: #b3f5ad;
	border: 1px solid #333;
}
.business-enquiry .form-group {
	padding: 0px 10px 0px 10px;
}
.business-enquiry .form-control {
	border-radius: 0px;
	padding: 0px 20px 0px 20px;
	color: #000;
}
.success
{
	text-align: center;
	width: 100%;
}
.business-enquiry textarea.form-control {
	height: auto;
	padding: 10px 20px 10px 20px !important;
}
.business-enquiry .contact-form-rt {
	padding: 0px;
}
.business-enquiry .contact-form-mid {
	padding: 0px;
}
.business-enquiry .contact-form-lt {
	padding: 0px;
}
.job-enquiry {
	float: left;
	width: 100%;
	padding: 40px 40px 40px 40px;
	margin: 0px 0px 0px 0px;
	background: #f4f4f4;
	border: 1px solid #e0e0e0;
}
.job-enquiry .form-control {
	border-radius: 0px;
	padding: 0px 20px 0px 20px;
	color: #888;
}
.job-enquiry .form-group {
	padding: 0px 10px 0px 10px;
}
.job-enquiry textarea.form-control {
	height: auto;
	padding: 10px 20px 10px 20px !important;
}
.job-enquiry .contact-form-rt {
	padding: 0px;
}
.job-enquiry .contact-form-mid {
	padding: 0px;
}
.job-enquiry .contact-form-lt {
	padding: 0px;
}
/*---- Privacy Policy ----*/
.info-detail.privacy {
	margin: 0px 0px 0px 0px;
}
.inner-main-cont-btm ol {
	float: left;
	width: 100%;
	font-size: 16px;
	margin: 0px;
	padding: 0px 0px 20px 30px;
}
.info-detail.privacy ol li {
	float: left;
	width: 100%;
	padding: 10px 10px 10px 10px;
	line-height: 32px;
	color: #444;
}
.info-detail.privacy h3 {
	margin: 20px 0px 15px 0px;
}
.info-detail.privacy p {
	margin: 0px 0px 15px 0px;
}
/*--- Sitemap ---*/
.info-detail.sitemap {
	margin: 0px 0px 0px 0px;
}
.info-detail.sitemap ul {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.info-detail.sitemap ul li {
	float: left;
	width: 100%;
	margin: 0px;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	list-style-type: none;
	font-family: 'gothic';
	padding: 12px 50px 12px 35px;
	background: url(../images/bullet.png) no-repeat top left;
	background-position: 0px 13px;
}
.info-detail.sitemap ul li a {
	color: #222;
}
.info-detail.sitemap ul li ul {
	margin: 10px 0px 0px 0px;
}
.info-detail.sitemap ul li ul li {
	font-size: 14px;
	font-family: 'gothic';
	padding: 8px 20px 8px 30px;
	background-position: 0px 9px;
}
.info-detail.sitemap ul li {
	padding: 12px 20px 12px 35px;
}
/*---- Inner Page ----*/
.inner-main.odd {
	padding: 0px 0px 50px 0px;
}
.inner-main.even {
	padding: 80px 0px 0px 0px;
	border-top: 5px solid #f1f1f1;
}
.inner-main.even a {
	color: #e96735;
}
.inner-section {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.inner-section-cont {
	margin: 0px;
	/*padding: 50px 150px;*/
}
.inner-section.odd {
	/*background: url(../images/inner-content-bg.jpg) repeat;*/
}
.inner-section.even {
	background: #fff;
}
.inner-section-cont h3 {
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 4px 0px;
	font-size: 22px;
	font-family: 'gothic';
}
.inner-section.odd .inner-section-cont p {
	color: #000;
}
.inner-section.odd .inner-section-cont p b {
	color: #000;
}
.inner-section.odd .inner-section-cont p strong {
	color: #3e3e3e;
}
.inner-section
{
	margin-bottom: 20px;
}
.inner-section-cont p {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 25px;
	color: #000;
	font-family: 'gothic';
}
.inner-section-cont p b {
	font-size: 20px;
	font-family: 'gothic';
	color: #000;
}
.inner-section-cont p strong {
	font-family: 'gothic';
	color: #3e3e3e;
}
.inner-section-cont .inner-info-left {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.inner-section-cont .inner-info-left img {
	/*max-width: 280px;*/
	width: 100%;
	margin: 0px auto;
	border-radius: 0%;
}
.odd .inner-section-cont .inner-info-left img {
	/*-webkit-box-shadow: 5px 5px 5px 5px #d6d9df;
	box-shadow: 5px 5px 5px 5px #d6d9df;*/
	opacity: 0.8;
}
.even .inner-section-cont .inner-info-left img {
/*	-webkit-box-shadow: 5px 5px 5px 5px #e6e6e6;
	box-shadow: 5px 5px 5px 5px #e6e6e6;*/
	opacity: 0.8;
}
.carrers .odd .inner-section-cont .inner-info-left img, .even .inner-section-cont .inner-info-left img {
	opacity: 1;
}
.inner-section-cont .inner-info-right {
	margin: 0px;
	padding: 0px;
}
.inner-section-cont .one {
	float: right;
}
.inner-section-cont .two {
	float: left;
}
.inner-section-cont .inner-info-right.one {
	margin: 0px;
	padding: 52px 30px 0px 28px;
}
.inner-section-cont .inner-info-right.two {
	margin: 0px;
	padding: 52px 30px 0px 28px;
}
/* typing Animation */
.callbacks1_on .line-1 {
	position: relative;
	top: 50%;
	width: 24em;
	margin: 0 auto;
	border-right: 2px solid rgba(255, 255, 255, .75);
	font-size: 180%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	transform: translateY(-50%);
}
.callbacks1_on .anim-typewriter {
	animation: typewriter 4s steps(44) 1s 1 normal both, blinkTextCursor 500ms steps(44) infinite normal;
}
/* News&events content */
.news-events-details {
	float: left;
	width: 100%;
	padding: 0px;
}
.news-events-info {
	float: left;
	width: 100%;
	padding: 0px;
}
.news-events-info ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.news-events-info ul li {
	float: left;
	width: calc(50% - 40px);
	margin: 0px 0px 50px 0px;
	padding: 0px;
	list-style: none;
	-webkit-box-shadow: 5px 5px 5px 2px #ececec;
	box-shadow: 5px 5px 5px 2px #ececec;
}
.news-events-info ul li:nth-child(odd) {
	margin: 0px 40px 65px 0px;
}
.news-events-info ul li:nth-child(even) {
	margin: 0px 0px 65px 40px;
}
.news-events-info ul li.odd {
	float: left;
	margin: 0px 0px 50px 0px;
}
.news-events-info ul li.even {
	float: right;
	margin: 0px 0px 50px 0px;
}
.events-cont {
	float: left;
	width: 100%;
	position: relative;
}
.date-info {
	font-family: 'gothic';
	background: rgba(233, 103, 53, 0.90);
	position: absolute;
	top: 25px;
	left: 25px;
	width: 80px;
	padding: 12px 10px 10px 10px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	-webkit-box-shadow: 4px 4px 0 0 rgba(232, 114, 69, 0.51);
	box-shadow: 4px 4px 0 0 rgba(232, 114, 69, 0.51);
}
.date-info p {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
.date-info p img {
	padding: 2px 0px 7px 0px;
}
.events-cont-top {
	float: left;
	width: 100%;
}
.events-cont-top img {
	width: 100%;
	max-width: 565px;
}
.events-cont-btm {
	float: left;
	width: 100%;
	padding: 20px 30px 40px 30px;
}
.events-cont-btm h3 {
	font-family: 'gothic';
	font-size: 18px;
	line-height: 32px;
	color: #3f3f3f;
	text-transform: uppercase;
	margin: 20px 0px 20px 0px;
	position: relative;
}
.events-cont-btm h3 span {
	text-transform: none;
}
.events-cont-btm sup {
	text-transform: none;
}
.section-heading .design-arrow span:before {
	font-size: 72px;
	line-height: 38px;
	margin-left: -5px;
}
.events-cont-btm h3:after {
	content: '';
	position: absolute;
	top: 70px;
	left: 0px;
	background: url(../images/line.png) no-repeat;
	width: 50px;
	height: 9px;
	display: inline-block;
	display: none;
}
.events-cont-btm p {
	font-size: 16px;
	color: #999;
	line-height: 30px;
	margin: 30px 0px 30px 0px;
}
.events-cont-btm a {
	font-family: 'gothic';
	color: #ef5115;
}
.events-cont-btm a .glyphicon {
	font-size: 11px;
	top: 2px;
}
.events-cont-btm a:hover {
	text-decoration: none;
}
.news-events-inner-details {
	float: left;
	width: 100%;
}
.ceo-message {
	float: left;
	width: 100%;
	padding: 0px;
}
.ceo-message p {
	padding: 0px 10px 0px 0px !important;
	margin: 10px 0px 10px 0px !important;
	text-align: justify;
}
.ceo-message p span.lt-banner {
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 50px 0px 0px;
}
.ceo-message p span img {
	width: 100%;
	max-width: 355px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 10px 0px #ccc;
	box-shadow: 0px 0px 10px 0px #ccc;
	border-radius: 3px;
}
.ceo-message p span.sign {
	position: absolute;
	bottom: 2px;
	right: 5px;
	color: #fff;
	background: url(../images/sign-bg.png) repeat-x;
	padding: 2px 20px 2px 20px;
}
.ceo-message p span strong {
	font-family: 'gothic';
}
.ceo-message p span b {
	font-family: 'gothic';
	font-size: 11px;
}
.ceo-message p span.orange {
	color: #ff6000;
	font-size: 18px;
font-family: 'gothic';
	padding: 0px 5px 0px 0px;
}
.ceo-signature {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}
.page-not-bg {
	float: left;
	width: 100%;
	background: url(../images/404-error-bg.jpg) no-repeat;
	background-size: cover;
	height: 650px;
	padding: 220px 0px 200px 0px;
}
.page-not-found {
	float: left;
	width: 100%;
	text-align: center;
}
.page-not-found img {
	width: 100%;
	max-width: 244px;
}
.page-not-found p {
	float: left;
	width: 100%;
	margin: 30px 0px 10px 0px;
	line-height: 32px;
	font-size: 20px;
	color: #696969;
}
.office-view {
	float: left;
	width: 100%;
}
.office-view ul li {
	float: left;
	width: calc(33% - 30px) !important;
	padding: 0px !important;
	background: none !important
}
.office-view ul li span {
	float: left;
	padding: 10px !important;
	background: #ec7c50 !important;
	border-radius: 50%;
}
.office-view ul li span img {
	border: 8px solid #fff;
	width: 100%;
	max-width: 324px;
}
.office-view ul li:nth-child(1) {
	margin: 0px 45px 34px 0px;
}
.office-view ul li:nth-child(2) {
	margin: 0px 45px 34px 0px;
}
.modal-dialog {
	margin: 150px auto;
	width: 450px;
}
.modal-content {
	border-radius: 10px;
	border: 5px solid #cecece;
}
.modal-body {
	text-align: center;
	display: inline-block;
	padding: 30px 30px 30px 30px;
}
.modal-body h3 {
	float: left;
	width: 100%;
	margin: 30px 0px 20px 0px;
	padding: 0px;
	font-size: 45px;
	text-transform: uppercase;
	font-family: 'gothic';
	color: #373737;
}
.modal-body p {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	color: #f95e01;
}
.modal-body .closes {
	float: right;
	cursor: pointer;
	margin: 0px 0px 0px 0px;
}
.modal-body .closes span {
	float: left;
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.modal-body .closes span:before {
	position: absolute;
	content: '';
	top: 10px;
	left: -3px;
	width: 25px;
	height: 1px;
	border-top: 1px solid #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal-body .closes span:after {
	position: absolute;
	content: '';
	top: 10px;
	left: -3px;
	width: 25px;
	height: 1px;
	border-top: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*#ContactModal .modal-dialog {
	margin: 150px auto;
}
#ContactModal .modal-body {
	padding: 15px 40px 50px 40px;
}*/

#ContactModal .modal-body p.popup-symbol {
	text-align: center;
}
#ContactModal .modal-body h3 {
	float: left;
	width: 100%;
	padding: 15px 0px 15px 0px;
	margin: 0px;
	font-size: 24px;
	text-transform: none;
	font-family: 'gothic';
	color: #373737;
	line-height: 34px;
}
#ContactModal .modal-body span.shadow {
	float: left;
	width: 100%;
	text-align: center;
}
#ContactModal .modal-body span.shadow img {
	max-width: 543px;
	width: 100%;
}
#ContactModal .modal-body h3 span {
	color: #f95e01;
}
#ContactModal .modal-body p {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 10px 0px 20px 0px;
	font-size: 18px;
	color: #3a3a3a;
	line-height: 30px;
}
#ContactModal .modal-body p span {
	color: #f95e01;
	font-family: 'gothic';
}
.affiliations-bg {
	float: left;
	width: 100%;
	background: url(../images/affiliations-bg.png) top right repeat-y;
}
/*.inner-affiliation {
	float: left;
	width: 50%;
}*/
.affiliations {
	float: left;
	width: 100%;
}
.affiliations ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}
.affiliations ul li {
	float: left;
	width: calc(33.33% - 20px) !important;
	padding: 10px !important;
	margin: 20px 0px 20px 0px !important;
	list-style-type: none;
	text-align: left;
	/* background: #eff0f2; */
	position: relative;
	min-height: 600px;
	background: none !important;
}
.affiliations-inner ul li {
	float: left;
	width: calc(50% - 20px) !important;
	padding: 10px !important;
	margin: 20px 0px 20px 0px !important;
	list-style-type: none;
	text-align: left;
	/* background: #eff0f2; */
	position: relative;
	min-height: 600px;
	background: none !important;
}
.affiliations-inner ul li:nth-child(1) {
	margin: 20px 30px 20px 0px !important;
}
.affiliations ul li:nth-child(2), .affiliations ul li:nth-child(5) {
	margin: 20px 30px 20px 30px !important;
}
.affiliations_container {
	position: relative;
	overflow: hidden;
	color: white;
	border-top: 4px solid #3b99d7;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.affiliations_container img {
	width: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.affiliations_container img:hover {
	-webkit-transform: scale(1.25, 1.25);
	-ms-transform: scale(1.25, 1.25);
	-o-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
}
.affiliations-cont {
	float: left;
	width: 100%;
	margin: 40px 0px 0px 0px;
}
.affiliations-cont h2 {
	font-size: 26px !important;
	line-height: 36px;
}
.affiliations-cont p {
	color: #4a4a4a !important;
}
.affiliations-cont .button, .button.btn-input {
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 10px;
	overflow: hidden;
	width: 100%;
	text-align: left;
}
.images_holder {
	position: absolute; /* this is important, so the div is positioned on top of the text */
}
.image_div {
	position: relative; /* important so we can work with the left or right indent */
	overflow: hidden; /* hide the content outside the div (this is how we will hide the part of the image) */
	width: 50%; /* make it 50% of the whole images_holder */
	float: left; /* make then inline */
}
.right img {
	margin-left: -100%; /* 100% is in this case 50% of the image, so this is how we show the second part of the image */
}
.clear {
	clear: both;
}
.new-launch {
	float: left;
	width: 100%;
}
.new-launch p {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 20px;
	margin: -75px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	background: rgba(0, 0, 0, .45);
	position: relative;
}
.new-launch p span {
	color: #ff9453;
}
.launch-effect {
	position: absolute;
	top: calc(13% - 60px);
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #fff;
}
.launch {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'gothic';
}
.launch h2 {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	font-size: 48px;
}
.launch h3 {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 22px;
	font-family: 'gothic';
}
.launch h4 {
	float: left;
	width: 100%;
	font-size: 38px;
	color: #ff6000;
	margin: 15px 0px 0px 0px;
}
.launch h4 span {
	font-size: 16px;
	margin: 0px 0px 0px 5px;
	color: #ff6000;
}
.launch-btm {
	float: none;
	display: inline-block;
	margin: 30px 0px 0px 0px;
}
.launch-btm input {
	-webkit-appearance: button;
	background: #f25c03;
	padding: 3px 12px 3px 12px;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
}
.launch-btm .button input:hover {
	background: #ff6000;
	color: #fff;
}
.launch-btm a {
	float: none;
	color: #fff;
	display: inline-block;
}
.jobs-info {
	float: left;
	width: 100%;
}
.jobs-info-container {
	max-width: 800px;
	width: 100%;
}
.site-map {
	float: left;
	width: 100%;
}
/*.site-map-info-container{
    max-width: 800px;
    width: 100%;
}*/
.site-map h1 {
	float: left;
	width: 100%;
	margin: 0px 0px 80px 0px !important;
	text-align: left !important;
	border-bottom: 1px solid #f1712c;
}
.site-map h1:before {
	display: none;
}
.site-map-info-container .odd, .site-map-info-container .even {
	padding: 0px;
}
.site-map-info-container ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.site-map-info-container li {
	float: left;
	width: 100%;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0px 10px 0px;
	list-style: none;
}
.site-map-info-container li span {
	font-family: 'gothic';
	font-size: 14px;
}
.site-map-info-container li a {
	color: #333;
}
.site-map-info-container li a:hover {
	color: #000 !important;
}
.site-map-info-container li a:hover, a:focus {
	color: #000 !important;
}

/**/
@media screen and (max-width:1200px) and (min-width:992px) {
.welcome-cont ul li .info-left span {
	padding: 13px;
}
.welcome-cont ul li .info-left img {
	max-width: 45px;
	width: 100%;
}
.welcome-cont ul li .info-left {
	width: 50%;
	vertical-align: top;
}
.welcome-cont ul li .info-right {
	width: 50%;
	vertical-align: top;
}
.talk-to-us {
	width: 22%;
}
.social-media {
	width: 18%;
}
.openings-details ul li h3 {
	padding: 70px 45px 70px 45px;
}
.contact-left {
	width: 230px;
}
.contact-right {
	width: calc(100% - 310px);
	margin: 0px 0px 0px 80px;
}
.contact-top:before {
	left: 230px;
}
.contact-btm:before {
	left: 230px;
}
.contact-btm ul {
	padding: 0px 10px 30px 20px;
}
.contact-btm ul li h3 {
	font-size: 18px;
}
.contact-btm ul li h3 .fa-mobile {
	left: -17px;
	top: 4px;
	font-size: 22px;
}
.contact-btm ul li h3 .fa-paper-plane {
	left: -24px;
	font-size: 16px;
}
.inner-section-cont {
	margin: 0px;
	padding: 80px 80px;
}
/*.box_container {
    width: 300px !important;
    height: 220px !important;
}
*/
.service-cont ul li span.hd {
	font-size: 26px;
}
.box_container img {
	width: 200%;
}
.service-cont ul li {
	height: 179px;
}
.bg-cont {
	margin: 35px 0px 0px 0px;
}
/*.inner-affiliation.odd {
	min-height: 580px;
}
.inner-affiliation.even {
	min-height: 580px;
}*/
.affiliations ul li {
	min-height: 620px;
}
}

@media screen and (max-width:1176px) and (min-width:992px) {
.events-cont-btm h3 {
	line-height: 24px;
}
.events-cont-btm h3:after {
	content: '';
	position: absolute;
	top: 58px;
	left: 0px;
	background: url(../images/line.png) no-repeat;
	width: 50px;
	height: 9px;
	display: inline-block;
	display: none;
}
}

@media screen and (max-width:991px) and (min-width:768px) {
.header-cont .navbar-default .navbar-nav>li>a {
	font-size: 12px;
	margin: 30px 2px;
	padding: 5px 10px;
	letter-spacing: 0px;
}
.header-cont .navbar-default .navbar-nav>li.last>a {
	font-size: 12px;
	margin: 30px 0px 30px 10px;
	padding: 5px 15px;
}
.main #particles-js {
	height: 550px;
}
.service-cont h2 span {
	padding: 0px 100px;
}
.welcome-cont p {
	padding: 0px 100px;
}
.welcome-cont ul li {
	width: 50%;
	margin: 20px 0px 20px 0px;
}
.welcome-cont ul li .info-left {
	text-align: center;
}
.welcome-cont ul li .info-right {
	padding: 0px 10px 0px 10px;
}
.testimonial ul li span.testimonial-data {
	padding: 0px 20px 0px 20px;
	line-height: 40px;
}
.why-choose-cont ul li {
	width: calc(33.33% - 20px);
}
.why-choose-cont ul li:nth-child(2) {
	margin: 0px 30px 0px 30px;
}
.services-development {
	width: 50%;
	padding: 0px 0px 0px 100px;
}
.services {
	float: left;
	padding: 0px 0px 0px 100px;
	margin: 0px 0px 0px 0px;
	width: 50%;
	min-height: 305px;
}
.quick-links {
	width: 50%;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 100px;
}
.talk-to-us {
	width: 50%;
	min-height: 203px;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 100px;
}
.social-media {
	width: 100%;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 100px;
}
.social-media ul li {
	float: none;
	width: auto;
	display: inline-block;
}
.openings-details ul li h3 {
	padding: 70px 25px 70px 25px;
	font-size: 20px;
	line-height: 30px;
	min-height: 235px;
}
.contact-left {
	width: 230px;
}
.contact-right {
	width: calc(100% - 310px);
	margin: 0px 0px 0px 80px;
}
.contact-top:before {
	left: 230px;
}
.contact-btm:before {
	left: 230px;
}
.contact-top .info-lt iframe {
	height: 250px;
}
.contact-top .info-lt {
	width: 100%;
}
.contact-top .info-rt {
	width: 100%;
	min-height: 0px;
}
.contact-btm ul {
	padding: 0px 20px 30px 20px;
}
.business-enquiry {
	padding: 40px 20px 40px 20px;
}
.job-enquiry {
	padding: 40px 20px 40px 20px;
}
.contact-btm ul li {
	width: calc(50% - 30px);
}
.contact-btm ul li h3 {
	font-size: 18px;
}
.contact-btm ul li h3 .fa-mobile {
	left: -17px;
	top: 4px;
	font-size: 22px;
}
.contact-btm ul li h3 .fa-paper-plane {
	left: -24px;
	font-size: 16px;
}
.post-form-cont .last .info-one {
	margin: 0px 0px 20px 0px;
}
.post-form-cont .last .info-two {
	padding: 0px;
	position: relative;
	width: 212%;
	left: -112%;
}
.post-form-cont .captcha {
	width: 100%;
}
.service-cont ul li .content {
	padding: 40px 30px 40px 30px;
}
.events-cont-btm h3:after {
	top: 50px;
}
.events-cont-btm h3 {
	font-size: 16px;
	line-height: 26px;
}
.news-events-info ul li {
	float: left;
	width: calc(50% - 40px);
}
.news-events-info ul li:nth-child(odd) {
	margin: 0px 35px 65px 0px;
}
.news-events-info ul li:nth-child(even) {
	margin: 0px 0px 65px 35px;
}
.inner-section-cont {
	margin: 0px;
	padding: 80px 20px;
}
.inner-section-cont p {
	margin: 20px 0px 20px 0px;
}
.office-view ul li span {
	padding: 10px !important;
}
.service-cont ul li span.hd {
	font-size: 26px;
}
.service-cont ul li {
	height: 179px;
}
.service-cont ul li {
	float: left;
	width: 48%;
	margin: 0px 0px 10px 0px;
}
.service-cont ul li:nth-child(2), .service-cont ul li:nth-child(5) {
	margin: 0px 0px 18px 20px;
}
.service-cont ul li:nth-child(3), .service-cont ul li:nth-child(5) {
	margin: 0px 20px 28px 0px;
}
.service-cont ul li h3 {
	font-size: 25px;
}
.box_container img {
	width: 200%;
}
.service-cont ul li {
	height: 210px;
}
.bg-cont {
	margin: 50px 0px 0px 0px;
}
.affiliations-cont h2 {
	font-size: 20px !important;
	line-height: 26px;
}
/*.inner-affiliation.odd {
	min-height: 500px;
}
.inner-affiliation.even {
	min-height: 500px;
}*/
.affiliations ul li {
	min-height: 630px;
}
.affiliations_container img {
	max-width: 100% !important;
}
}

@media (min-width:768px) {
.navbar .navbar-nav li .dropdown-menu {
	display: block;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: -1;
}
.navbar .navbar-nav li.dropdown:hover .dropdown-menu {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
	z-index: 1000;
}
}

@media screen and (max-width:767px) {
.banner {
	margin: 80px 0px 0px 0px;
}
.contact-top:before {
	display: none;
}
.contact-btm:before {
	display: none;
}
.contact-cont h2.office:after {
	display: none;
}
.contact-cont h2.contact-info:after {
	display: none;
}
.contact-cont h2.business-enquiry-top:after {
	display: none;
}
.contact-cont h2.job-enquiry-top:after {
	display: none;
}
.contact-cont h2 br {
	display: none;
}
.inner-main .inner-main-cont-top p {
	padding: 0px 20px 0px 20px;
}
.inner-main.odd .inner-main-cont-top p, .inner-main.even .inner-main-cont-top p {
	padding: 0px 20px 0px 20px;
}
.events-cont-btm h3:after {
	top: 70px;
}
.inner-section-cont p {
	margin: 0px 0px 20px 0px;
}
.caret {
	margin-top: -5px;
}
}

@media screen and (max-width:767px) and (min-width:640px) {
.header-cont .navbar-default .navbar-nav>li>a {
	font-size: 12px;
	margin: 30px 10px;
	padding: 5px 0px;
	letter-spacing: 0px;
}
.header-cont .navbar-default .navbar-nav>li.last>a {
	font-size: 12px;
	margin: 30px 0px 30px 10px;
	padding: 5px 15px;
}
.main #particles-js {
	height: 550px;
}
.main-cont ul.callbacks_tabs {
	bottom: -50px;
}
.main-section {
	top: calc(50% - 90px);
}
.main-cont h2 {
	font-size: 36px;
	line-height: 50px;
}
.main-cont h2 span.one {
	font-size: 44px;
	line-height: 54px;
}
.welcome-cont p {
	padding: 0px 100px;
}
.welcome-cont ul li {
	width: 50%;
	margin: 20px 0px 20px 0px;
}
.welcome-cont ul li .info-left {
	text-align: center;
}
.main-cont ul.rslides li {
	padding: 0px 50px 0px 50px
}
.service-cont h2 span {
	padding: 0px 100px;
}
.testimonial ul li {
	font-size: 16px;
}
.testimonial ul li span.testimonial-data {
	padding: 0px;
	line-height: 35px;
}
.why-choose-cont ul li {
	width: calc(33.33% - 20px);
}
.why-choose-cont ul li:nth-child(2) {
	margin: 0px 30px 0px 30px;
}
.home-contact-info .contact-form-lt .form-group {
	padding: 0px 0px 0px 0px;
}
.home-contact-info .contact-form-rt .form-group {
	padding: 0px 0px 0px 0px;
}
.services-development {
	width: 50%;
	padding: 0px 0px 0px 100px;
}
.services {
	float: left;
	padding: 0px 0px 0px 100px;
	margin: 0px 0px 0px 0px;
	width: 50%;
	min-height: 305px;
}
.quick-links {
	width: 50%;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 100px;
}
.talk-to-us {
	width: 50%;
	min-height: 203px;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 100px;
}
.social-media {
	width: 100%;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 100px;
}
.social-media ul li {
	float: none;
	width: auto;
	display: inline-block;
}
.openings-details ul li {
	width: calc(50% - 20px);
}
.openings-details ul li:nth-child(2), .openings-details ul li:nth-child(5), .openings-details ul li:nth-child(8), .openings-details ul li:nth-child(11), .openings-details ul li:nth-child(14), .openings-details ul li:nth-child(17) {
	margin: 40px 0px 0px 0px;
}
.openings-details ul li:nth-child(odd) {
	margin: 40px 20px 0px 0px;
}
.openings-details ul li:nth-child(even) {
	margin: 40px 0px 0px 20px;
}
.openings-details ul li h3 {
	padding: 70px 30px 70px 30px;
	font-size: 20px;
	line-height: 30px;
	min-height: 235px;
}
.contact-cont h2 {
	line-height: 30px;
}
.contact-left {
	width: 100%;
}
.contact-right {
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.contact-btm {
	padding: 60px 0px 0px 0px;
}
.contact-btm ul li {
	width: calc(50% - 30px);
}
.inner-main-cont-btm .info-detail ul li {
	width: 100%;
	min-height: 0px;
}
.inner-main .inner-main-cont-top h1 {
	font-size: 28px;
	line-height: 36px;
}
.inner-main .inner-main-cont-top h1:before {
	bottom: -13px;
}
/*.privacy-policy #particles-js {
	background-position: 20% 0px;
}
.mobile-solutions #particles-js {
	background-position: 10% 0px;
}
.digital-marketing #particles-js {
	background-position: 20% 0px;
}
.disclaimer #particles-js {
	background-position: 50% 0px;
}
.career #particles-js {
	background-position: 30% 0px;
}
.web-solutions #particles-js {
	background-position: 15% 0px;
}*/
.post-form-cont .last .info-one {
	margin: 0px 0px 20px 0px;
}
.post-form-cont .last .info-two {
	padding: 0px;
	position: relative;
	width: 212%;
	left: -112%;
}
.post-form-cont .captcha {
	width: 100%;
}
.inner-section-cont .inner-info-left {
	margin: 0px 0px 50px 0px;
}
.inner-section-cont .inner-info-right.one {
	padding: 0px 0px 0px 0px;
}
.inner-section-cont .inner-info-right.two {
	padding: 0px 0px 0px 0px;
}
/*.service-cont ul li {
	width: calc(50% - 20px);
	margin: 20px 0px 20px 0px;
}
.service-cont ul li:nth-child(2), .service-cont ul li:nth-child(5) {
	margin: 0px 0px 0px 0px;
}
.service-cont ul li:nth-child(odd) {
	margin: 20px 20px 20px 0px;
}
.service-cont ul li:nth-child(even) {
	margin: 20px 0px 20px 20px;
}
.service-cont ul li .box_container img {
	width:300px;
}
*/.news-events-info ul li {
	float: left;
	width: calc(52% - 40px);
}
.news-events-info ul li:nth-child(odd) {
	margin: 0px 20px 65px 0px;
}
.news-events-info ul li:nth-child(even) {
	margin: 0px 0px 65px 20px;
}
.events-cont-btm h3 {
	font-size: 16px;
	line-height: 26px;
}
.inner-section-cont {
	margin: 0px;
	padding: 80px 20px;
}
.info-detail.sitemap {
	padding: 0px 110px;
}
.ceo-message p span.lt-banner {
	margin: 0px 50px 10px 0px;
}
.business-enquiry .form-group {
	padding: 0px;
}
.job-enquiry .form-group {
	padding: 0px;
}
.inner-main-cont-btm .info-detail ul li {
	width: 100% !important;
	margin: 0px 0px 50px 0px !important;
}
.office-view ul li {
	float: none !important;
	width: 100% !important;
	text-align: center;
	margin: 20px 0px 20px 0px !important;
}
.office-view ul li span {
	display: inline-block !important;
	float: none !important;
}
/*.box_container {
    width: 300px !important;
    height: 220px !important;
}*/

.service-cont ul li {
	float: left;
	width: 48%;
	margin: 0px 0px 10px 0px;
}
.service-cont ul li:nth-child(2), .service-cont ul li:nth-child(5) {
	margin: 0px 0px 18px 18px;
}
.service-cont ul li:nth-child(3), .service-cont ul li:nth-child(5) {
	margin: 0px 18px 28px 0px;
}
.service-cont ul li span.hd {
	font-size: 25px;
}
.box_container img {
	/*	width:286px;*/
	width: 200%;
}
.service-cont ul li {
	height: 170px;
}
.bg-cont {
	margin: 25px 0px 0px 0px;
}
.affiliations-cont h2 {
	font-size: 24px !important;
}
/*.inner-affiliation.odd {
	min-height: 570px;
}
.inner-affiliation.even {
	min-height: 570px;
}*/
.affiliations_container img {
	max-width: 100%;
}
.affiliations ul li {
	width: calc(50% - 0px) !important;
	padding: 10px !important;
}
.affiliations-inner ul li {
	width: 100%;
}
.site-map-info-container .odd, .site-map-info-container .even {
	padding: 0px;
	float: left;
	width: 50%;
}
}

@media screen and (max-width:639px) and (min-width:480px) {
.header-cont .navbar-default .navbar-nav>li>a {
	font-size: 12px;
	margin: 30px 10px;
	padding: 5px 0px;
	letter-spacing: 0px;
}
.header-cont .navbar-default .navbar-nav>li.last>a {
	font-size: 12px;
	margin: 30px 0px 30px 10px;
	padding: 5px 15px;
}
.main #particles-js {
	height: 500px;
}
.main-cont ul.rslides li {
	padding: 0px 20px 0px 20px;
}
.main-section {
	top: calc(50% - 90px);
}
.main-cont h2 {
	font-size: 34px;
	line-height: 50px;
}
.main-cont h2 span.one {
	font-size: 40px;
	line-height: 50px;
}
.welcome-cont h2 {
	font-size: 30px;
}
.welcome-cont p {
	padding: 0px 20px;
}
.welcome-cont ul li {
	width: 100%;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.welcome-cont ul li .info-left {
	width: 30%;
	text-align: center;
}
.welcome-cont ul li .info-left span {
	padding: 13px;
}
.welcome-cont ul li .info-left img {
	max-width: 40px;
	width: 100%;
}
.welcome-cont ul li .info-right {
	width: 70%;
}
.welcome-cont ul li .info-right h3 {
	font-size: 20px;
}
.welcome-cont ul li .info-right p {
	font-size: 16px;
}
.service-cont h2 span {
	padding: 0px 20px;
}
.testimonial-cont h2 {
	font-size: 30px;
}
.testimonial ul li {
	font-size: 16px;
	padding: 0px 40px 0px 40px;
}
.testimonial ul li span.testimonial-data {
	padding: 0px;
	line-height: 30px;
}
.why-choose-cont h2 {
	font-size: 30px;
}
.why-choose-cont ul {
	text-align: center;
}
.why-choose-cont ul li {
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.why-choose-cont ul li:nth-child(2) {
	margin: 0px 0px 20px 0px;
}
.why-choose-cont ul li p {
	text-align: center;
}
.home-contact h2 {
	font-size: 30px;
}
.business-info {
	width: 100%;
	margin: 0px 0px 50px 0px;
	border-right: 0px;
}
.job-info {
	width: 100%;
}
.home-contact-info .contact-form-lt .form-group {
	padding: 0px 0px 0px 0px;
}
.home-contact-info .contact-form-rt .form-group {
	padding: 0px 0px 0px 0px;
}
.footer-cont-top {
	text-align: center;
}
.footer-cont-top h3:before {
	left: calc(50% - 30px);
	border-top: 1px solid #e46b3e;
}
.services-development {
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.services {
	width: 100%;
	margin: 0px 0px 30px 0px;
	padding: 30px 0px 0px 0px;
}
.quick-links {
	width: 100%;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}
.talk-to-us {
	width: 100%;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}
.social-media {
	width: 100%;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.social-media ul li {
	float: none;
	width: auto;
	display: inline-block;
}
/*---- Inner ----*/
.banner-cont h1, .banner-cont span.cont-title {
	font-size: 44px;
}
.openings-details p {
	padding: 0px 50px;
}
.openings-details ul li {
	width: calc(50% - 20px);
}
.openings-details ul li:nth-child(2), .openings-details ul li:nth-child(5), .openings-details ul li:nth-child(8), .openings-details ul li:nth-child(11), .openings-details ul li:nth-child(14), .openings-details ul li:nth-child(17) {
	margin: 40px 0px 0px 0px;
}
.openings-details ul li:nth-child(odd) {
	margin: 40px 20px 0px 0px;
}
.openings-details ul li:nth-child(even) {
	margin: 40px 0px 0px 20px;
}
.openings-details ul li h3 {
	padding: 70px 30px 70px 30px;
	font-size: 20px;
	line-height: 30px;
	min-height: 265px;
}
.post-form-cont .form-group {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.post-form-cont .form-group:nth-child(odd) {
	margin: 0px 0px 20px 0px;
}
.post-form-cont .form-group:nth-child(even) {
	margin: 0px 0px 20px 0px;
}
.contact-cont h2 {
	line-height: 30px;
}
.contact-left {
	width: 100%;
}
.contact-right {
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.contact-top .info-lt {
	width: 100%;
}
.contact-top .info-lt iframe {
	height: 250px;
}
.contact-top .info-rt {
	width: 100%;
	min-height: 0px;
}
.contact-btm {
	padding: 60px 0px 0px 0px;
}
.contact-btm ul li h3 {
	margin: 0px 0px 5px 0px;
	font-size: 18px;
}
.contact-btm ul {
	padding: 0px 20px 40px 20px;
}
.business-enquiry {
	padding: 40px 20px 40px 20px;
}
.job-enquiry {
	padding: 40px 20px 40px 20px;
}
.contact-btm ul li {
	width: calc(50% - 30px);
}
.inner-main-cont-btm .info-detail ul li {
	width: 100%;
}
.inner-main .inner-main-cont-top h1 {
	font-size: 24px;
	line-height: 32px;
}
.inner-main-cont-btm .info-detail h2 {
	font-size: 24px;
	text-align: center;
}
.inner-main-cont-btm .info-detail-lt {
	float: left;
	width: 100%;
	text-align: center;
}
.inner-main-cont-btm .info-detail-rt {
	float: left;
	width: 100%;
	padding: 30px 0px 0px 0px;
}
.inner-main-cont-btm .info-detail p {
	text-align: justify;
}
/*.privacy-policy #particles-js {
	background-position: 20% 0px;
}
.mobile-solutions #particles-js {
	background-position: 10% 0px;
}
.digital-marketing #particles-js {
	background-position: 20% 0px;
}
.disclaimer #particles-js {
	background-position: 50% 0px;
}
.career #particles-js {
	background-position: 28% 0px;
}
.web-solutions #particles-js {
	background-position: 22% 0px;
}*/
.post-form-cont .last .info-one {
	margin: 0px 0px 20px 0px;
}
.post-form-cont .captcha {
	width: 100%;
}
.inner-section-cont .inner-info-left {
	margin: 0px 0px 50px 0px;
}
.inner-section-cont .inner-info-right.one {
	padding: 0px 0px 0px 0px;
}
.inner-section-cont .inner-info-right.two {
	padding: 0px 0px 0px 0px;
}
/*.service-cont ul{
	text-align:center;
}	
.service-cont ul li {
	width:auto;
    float: none;
    display: inline-block;
}*/
/*.service-cont ul li {
	width:100%;
	margin: 20px 0px 20px 0px;
}
.service-cont ul li .content {
	padding: 40px 20px 40px 20px;
}
.service-cont ul li:nth-child(1), .service-cont ul li:nth-child(2), .service-cont ul li:nth-child(3), .service-cont ul li:nth-child(4), .service-cont ul li:nth-child(5), .service-cont ul li:nth-child(6) {
	margin:20px 0px 20px 0px;

}*/

/*.service-cont ul li:nth-child(odd) {
	margin: 20px 20px 20px 0px;
}
.service-cont ul li:nth-child(even) {
	margin: 20px 0px 20px 20px;
}*/
.events-cont-btm h3 {
	line-height: 26px;
}
.events-cont-btm h3:after {
	top: 65px;
}
.news-events-info ul li {
	float: left;
	width: 100%;
}
.news-events-info ul li:nth-child(odd) {
	margin: 0px 0px 65px 0px;
}
.news-events-info ul li:nth-child(even) {
	margin: 0px 0px 65px 0px;
}
.inner-section-cont {
	margin: 0px;
	padding: 80px 20px;
}
.info-detail.sitemap {
	padding: 0px 50px;
}
.ceo-message p span.lt-banner {
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 50px 20px 0px;
}
.business-enquiry .form-group {
	padding: 0px;
}
.job-enquiry .form-group {
	padding: 0px;
}
.office-view ul li {
	float: none !important;
	width: 100% !important;
	text-align: center;
	margin: 20px 0px 20px 0px !important;
}
.office-view ul li span {
	display: inline-block !important;
	float: none !important;
}
.modal-dialog {
	width: 100%;
	padding: 0px 20px 0px 20px;
}
.service-cont ul li {
	float: left;
	width: 100%;
	margin: 10px 0px 10px 0px;
}
.service-cont ul li:nth-child(2), .service-cont ul li:nth-child(5) {
	margin: 10px 0px 10px 0px;
}
.service-cont ul li:nth-child(3), .service-cont ul li:nth-child(5) {
	margin: 10px 0px 10px 0px;
}
.service-cont ul li span.hd {
	font-size: 26px;
}
.box_container img {
	/*	width:282px;*/
	width: 200%;
}
.service-cont ul li {
	height: 280px;
}
.bg-cont {
	margin: 70px 0px 0px 0px;
}
/*.inner-affiliation.odd.first {
	border: none;
}
.inner-affiliation.odd {
	float: left;
	width: 100%;
	padding: 50px 0px 0px 0px;
}
.inner-affiliation.even {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
}*/
.affiliations-cont .button, .button.btn-input {
	text-align: center;
}
.affiliations_container img {
	width: 100%;
	max-width: 100%;
}
.affiliations ul li {
	width: 100% !important;
	padding: 0px !important;
}
.affiliations ul li:nth-child(2), .affiliations ul li:nth-child(5) {
	margin: 0px 0px 0px 0px !important;
}
.affiliations-inner ul li {
	width: 100% !important;
}
.affiliations-inner ul li:nth-child(1) {
	margin: 20px 0px 20px 0px !important;
}
.site-map-info-container .odd, .site-map-info-container .even {
	padding: 0px;
	float: left;
	width: 50%;
}
}

@media screen and (max-width:479px) and (min-width:430px) {
.header-cont .navbar-default .navbar-nav>li>a {
	font-size: 12px;
	margin: 30px 10px;
	padding: 5px 0px;
	letter-spacing: 0px;
}
.header-cont .navbar-default .navbar-nav>li.last>a {
	font-size: 12px;
	margin: 30px 0px 30px 10px;
	padding: 5px 15px;
}
.mob-toggle {
	margin: 27px 20px 26px 20px;
}
.mob-toggle.active {
	margin: 27px 37px 26px 20px;
}
.main #particles-js {
	height: 500px;
}
.main-section {
	top: calc(50% - 90px);
}
.main-cont h2 {
	font-size: 30px;
	line-height: 50px;
}
.main-cont h2 span.one {
	font-size: 35px;
	line-height: 44px;
}
.main-cont ul.rslides li {
	padding: 0px 20px 0px 20px;
}
.welcome-cont h2 {
	font-size: 30px;
}
.welcome-cont p {
	padding: 0px 20px;
}
.welcome-cont ul li {
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.welcome-cont ul li .info-left {
	width: 25%;
	text-align: center;
	padding: 0px 20px 0px 0px;
}
.welcome-cont ul li .info-left span {
	padding: 15px;
}
.welcome-cont ul li .info-left img {
	max-width: 40px;
	width: 100%;
}
.welcome-cont ul li .info-right h3 {
	font-size: 20px;
}
.welcome-cont ul li .info-right {
	width: 50%;
}
.welcome-cont ul li .info-right p {
	font-size: 16px;
}
.service-cont h2 span {
	padding: 0px 20px;
}
/*.service-cont ul li {
	width: 100%;
	margin: 20px 0px 20px 0px;
}
.service-cont ul li .content {
	padding: 60px;
}
.service-cont ul li:nth-child(1), .service-cont ul li:nth-child(2), .service-cont ul li:nth-child(3), .service-cont ul li:nth-child(4), .service-cont ul li:nth-child(5), .service-cont ul li:nth-child(6) {
	margin: 20px 15px 20px 15px;
}*/
.testimonial-cont h2 {
	font-size: 30px;
}
.testimonial ul li {
	font-size: 16px;
	padding: 0px 40px 0px 40px;
}
.testimonial ul li span.testimonial-data {
	padding: 0px;
	line-height: 30px;
}
.why-choose-cont h2 {
	font-size: 30px;
}
.why-choose-cont ul {
	text-align: center;
}
.why-choose-cont ul li {
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.why-choose-cont ul li:nth-child(2) {
	margin: 0px 0px 20px 0px;
}
.why-choose-cont ul li p {
	text-align: center;
}
.home-contact h2 {
	font-size: 30px;
}
.business-info {
	width: 100%;
	margin: 0px 0px 50px 0px;
	border-right: 0px;
}
.job-info {
	width: 100%;
}
.home-contact-info .contact-form-lt .form-group {
	padding: 0px 0px 0px 0px;
}
.home-contact-info .contact-form-rt .form-group {
	padding: 0px 0px 0px 0px;
}
.footer-cont-top {
	text-align: center;
}
.footer-cont-top h3:before {
	left: calc(50% - 30px);
	border-top: 1px solid #e46b3e;
}
.services-development {
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.services {
	width: 100%;
	margin: 0px 0px 30px 0px;
	padding: 30px 0px 0px 0px;
}
.quick-links {
	width: 100%;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}
.talk-to-us {
	width: 100%;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}
.social-media {
	width: 100%;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.social-media ul li {
	float: none;
	width: auto;
	display: inline-block;
}
/*---- Inner Page ----*/
.banner-cont h1, .banner-cont span.cont-title {
	font-size: 36px;
}
h1 {
	font-size: 28px;
	line-height: 36px;
}
.openings-details p {
	padding: 0px 30px;
	font-size: 14px;
	line-height: 26px;
}
.openings-details ul li {
	width: 100%;
}
.openings-details ul li:nth-child(2), .openings-details ul li:nth-child(5), .openings-details ul li:nth-child(8), .openings-details ul li:nth-child(11), .openings-details ul li:nth-child(14), .openings-details ul li:nth-child(17) {
	margin: 40px 0px 0px 0px;
}
.openings-details ul li h3 {
	padding: 70px 30px 70px 30px;
	font-size: 20px;
	line-height: 30px;
	min-height: 0px;
}
.post-form-cont h2 {
	font-size: 28px;
	line-height: 30px;
}
.inner-main .career-req ul li {
	padding: 10px 0px 10px 50px;
	background-position: 20px 11px;
}
.post-form-cont .form-group {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.post-form-cont .form-group:nth-child(odd) {
	margin: 0px 0px 20px 0px;
}
.post-form-cont .form-group:nth-child(even) {
	margin: 0px 0px 20px 0px;
}
.contact-cont h2 {
	font-size: 28px;
	line-height: 30px;
}
.contact-left {
	width: 100%;
}
.contact-right {
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.contact-top .info-lt {
	width: 100%;
}
.contact-top .info-lt iframe {
	height: 250px;
}
.contact-top .info-rt {
	width: 100%;
	min-height: 0px;
}
.contact-top .info-rt .glyphicon {
	font-size: 30px;
}
.contact-btm {
	padding: 60px 0px 0px 0px;
}
.contact-btm ul li h3 {
	margin: 0px 0px 5px 0px;
	font-size: 18px;
}
.contact-btm ul {
	padding: 0px 20px 40px 20px;
}
.business-enquiry {
	padding: 40px 20px 40px 20px;
}
.job-enquiry {
	padding: 40px 20px 40px 20px;
}
.contact-btm ul li {
	width: calc(50% - 30px);
}
.inner-main-cont-btm .info-detail ul li {
	width: 100%;
}
.inner-main .inner-main-cont-top h1 {
	font-size: 22px;
	line-height: 32px;
}
.inner-main-cont-btm .info-detail h2 {
	font-size: 22px;
	text-align: center;
}
.inner-main-cont-btm .info-detail-lt {
	float: left;
	width: 100%;
	text-align: center;
}
.inner-main-cont-btm .info-detail-rt {
	float: left;
	width: 100%;
	padding: 30px 0px 0px 0px;
}
.inner-main-cont-btm .info-detail p {
	text-align: justify;
}
.post-form-cont .last .info-one {
	margin: 0px 0px 20px 0px;
}
.post-form-cont .captcha {
	width: 100%;
}
.info-detail.sitemap ul li {
	padding: 10px 0px 10px 50px;
	background-position: 20px 11px;
}
.inner-section-cont .inner-info-left {
	margin: 0px 0px 50px 0px;
}
.inner-section-cont .inner-info-right.one {
	padding: 0px 0px 0px 0px;
}
.inner-section-cont .inner-info-right.two {
	padding: 0px 0px 0px 0px;
}
.events-cont-btm h3 {
	line-height: 26px;
}
.events-cont-btm h3:after {
	top: 65px;
}
.news-events-info ul li {
	float: left;
	width: 100%;
}
.news-events-info ul li:nth-child(odd) {
	margin: 0px 0px 65px 0px;
}
.news-events-info ul li:nth-child(even) {
	margin: 0px 0px 65px 0px;
}
.inner-section-cont {
	margin: 0px;
	padding: 80px 20px;
}
.ceo-message p span.lt-banner {
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 50px 20px 0px;
}
.business-enquiry .form-group {
	padding: 0px;
}
.job-enquiry .form-group {
	padding: 0px;
}
.office-view ul li {
	float: none !important;
	width: 100% !important;
	text-align: center;
	margin: 20px 0px 20px 0px !important;
}
.office-view ul li span {
	display: inline-block !important;
	float: none !important;
}
.modal-dialog {
	width: 100%;
	padding: 0px 20px 0px 20px;
}
/*.box_container {
    width: 370px !important;
    height: 220px !important;
}*/
.service-cont ul li {
	float: left;
	width: 100%;
}
.service-cont ul li:nth-child(2), .service-cont ul li:nth-child(5) {
	margin: 0px;
}
.service-cont ul li span.hd {
	font-size: 26px;
}
.box_container img {
	width: 200%;
}
.service-cont ul li {
	height: 220px;
}
.bg-cont {
	margin: 55px 0px 0px 0px;
}
/*.inner-affiliation.odd {
	float: left;
	width: 100%;
}
.inner-affiliation.even {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
}*/
.affiliations-cont h2 {
	font-size: 20px !important;
	line-height: 25px !important;
}
.affiliations-cont .button, .button.btn-input {
	text-align: center;
}
.affiliations ul li {
	width: 100% !important;
	padding: 0px !important;
}
.affiliations ul li:nth-child(2), .affiliations ul li:nth-child(5) {
	margin: 0px 0px 0px 0px !important;
}
.affiliations-inner ul li {
	width: 100% !important;
}
.affiliations-inner ul li:nth-child(1) {
	margin: 0px 0px 0px 0px !important;
}
.site-map-info-container li {
	text-align: center;
	border-bottom: 1px dashed #e0e0e0;
}
.site-map h1 {
	text-align: center !important;
}
}

@media screen and (max-width:429px) {
.mobile-log {
	margin: 15px 15px;
}
.mob-toggle {
	margin: 27px 20px 26px 20px;
}
.mob-toggle.active {
	margin: 27px 37px 26px 20px;
}
.header-cont .navbar-default .navbar-nav>li>a {
	font-size: 12px;
	margin: 30px 10px;
	padding: 5px 0px;
	letter-spacing: 0px;
}
.header-cont .navbar-default .navbar-nav>li.last>a {
	font-size: 12px;
	margin: 30px 0px 30px 10px;
	padding: 5px 15px;
}
.static-nav .contact address {
	padding: 0px 30px;
}
.main #particles-js {
	height: 500px;
}
.main-section {
	top: calc(50% - 90px);
}
.main-cont h2 {
	font-size: 24px;
	line-height: 40px;
}
.main-cont h2 span.one {
	font-size: 30px;
	line-height: 40px;
}
.main-cont ul.rslides li {
	padding: 0px 20px 0px 20px;
}
.welcome-cont h2 {
	font-size: 22px;
}
.welcome-cont p {
	padding: 0px 20px;
	font-size: 14px;
	line-height: 26px;
}
.welcome-cont ul li {
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.welcome-cont ul li .info-left {
	width: 45%;
	text-align: center;
}
.welcome-cont ul li .info-left span {
	padding: 13px;
}
.welcome-cont ul li .info-left img {
	max-width: 40px;
	width: 100%;
}
.welcome-cont ul li .info-right h3 {
	font-size: 18px;
}
.welcome-cont ul li .info-right {
	width: 55%;
}
.welcome-cont ul li .info-right p {
	font-size: 16px;
}
.service-cont h2 span {
	padding: 0px 20px;
}
.testimonial-cont {
	background-size: contain;
}
.testimonial-cont h2 {
	font-size: 22px;
}
.testimonial ul li {
	font-size: 14px;
	padding: 0px 25px 0px 25px;
}
.testimonial ul li span.testimonial-data {
	padding: 0px;
	margin: 0px;
	line-height: 26px;
	text-shadow: none;
	font-family: 'gothic';
}
/*.service-cont ul li {
	width: 100%;
	margin: 20px 0px 20px 0px;
}
.service-cont ul li .content {
	padding: 40px 60px;
}
.service-cont ul li:nth-child(2), .service-cont ul li:nth-child(5) {
	margin: 20px 0px 20px 0px;
}*/
.why-choose-cont h2 {
	font-size: 18px;
}
.why-choose-cont ul {
	text-align: center;
}
.why-choose-cont ul li h3 {
	margin: 0px 0px 10px 0px;
	font-size: 20px;
	font-family: 'gothic';
}
.why-choose-cont ul li {
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.why-choose-cont ul li:nth-child(2) {
	margin: 0px 0px 20px 0px;
}
.why-choose-cont ul li p {
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}
.home-contact h2 {
	font-size: 22px;
}
.home-contact h2 p {
	font-size: 14px;
}
.business-info {
	width: 100%;
	margin: 0px 0px 50px 0px;
	border-right: 0px;
}
.job-info {
	width: 100%;
}
.home-contact-info .contact-form-lt .form-group {
	padding: 0px 0px 0px 0px;
}
.home-contact-info .contact-form-rt .form-group {
	padding: 0px 0px 0px 0px;
}
.footer-cont-top {
	text-align: center;
}
.footer-cont-top h3 {
	font-size: 22px;
	margin: 0px 0px 35px 0px;
}
.footer-cont-top h3:before {
	left: calc(50% - 30px);
	border-top: 1px solid #e46b3e;
}
.services-development {
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.services {
	width: 100%;
	margin: 0px 0px 30px 0px;
	padding: 30px 0px 0px 0px;
}
.quick-links {
	width: 100%;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}
.talk-to-us {
	width: 100%;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}
.social-media {
	width: 100%;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.social-media ul li {
	float: none;
	width: auto;
	display: inline-block;
}
/*---- Inner Page ----*/
.banner-cont h1, .banner-cont span.cont-title {
	font-size: 28px;
}
h1 {
	font-size: 24px;
	line-height: 36px;
}
.openings-details p {
	padding: 0px 0px;
	font-size: 14px;
	line-height: 26px;
}
.openings-details ul li {
	width: 100%;
}
.openings-details ul li:nth-child(2), .openings-details ul li:nth-child(5), .openings-details ul li:nth-child(8), .openings-details ul li:nth-child(11), .openings-details ul li:nth-child(14), .openings-details ul li:nth-child(17) {
	margin: 40px 0px 0px 0px;
}
.openings-details ul li h3 {
	padding: 70px 30px 70px 30px;
	font-size: 18px;
	line-height: 30px;
	min-height: 0px;
}
.inner-main .career-req h2 {
	font-size: 20px;
}
.inner-main .career-req ul li {
	padding: 10px 0px 10px 40px;
	background-position: 10px 11px;
}
.post-form-cont h2 {
	font-size: 24px;
	line-height: 30px;
}
.post-form-cont .form-group {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.post-form-cont .form-group:nth-child(odd) {
	margin: 0px 0px 20px 0px;
}
.post-form-cont .form-group:nth-child(even) {
	margin: 0px 0px 20px 0px;
}
.contact-cont h2 {
	font-size: 24px;
	line-height: 30px;
}
.contact-left {
	width: 100%;
}
.contact-right {
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.contact-top .info-lt {
	width: 100%;
}
.contact-top .info-lt iframe {
	height: 250px;
}
.contact-top .info-rt {
	width: 100%;
	min-height: 0px;
}
.contact-top .info-rt .glyphicon {
	font-size: 30px;
}
.contact-btm {
	padding: 60px 0px 0px 0px;
}
.contact-btm ul li h3 {
	margin: 0px 0px 5px 0px;
	font-size: 18px;
}
.contact-btm ul {
	padding: 0px 20px 40px 20px;
}
.business-enquiry {
	padding: 40px 20px 40px 20px;
}
.job-enquiry {
	padding: 40px 20px 40px 20px;
}
.contact-btm ul li {
	width: 100%;
}
.contact-top .info-rt h3 {
	font-size: 18px;
}
.contact-top .info-rt address {
	font-size: 14px;
	margin: 10px 0px 0px 0px;
}
.inner-main-cont-btm .info-detail ul li {
	width: 100%;
}
.inner-main .inner-main-cont-top h1 {
	font-size: 20px;
	line-height: 32px;
}
.inner-main-cont-btm .info-detail h2 {
	font-size: 22px;
	text-align: center;
	line-height: 36px;
}
.inner-main-cont-btm .info-detail-lt {
	float: left;
	width: 100%;
	text-align: center;
}
.inner-main-cont-btm .info-detail-rt {
	float: left;
	width: 100%;
	padding: 30px 0px 0px 0px;
}
.inner-main-cont-btm .info-detail p {
	text-align: justify;
}
.post-form-cont .last .info-one {
	margin: 0px 0px 20px 0px;
}
.post-form-cont .captcha {
	width: 100%;
}
.info-detail.sitemap ul li {
	padding: 10px 0px 10px 40px;
	background-position: 10px 11px;
}
.inner-section-cont .inner-info-left {
	margin: 0px 0px 50px 0px;
}
.inner-section-cont .inner-info-right.one {
	padding: 0px 0px 0px 0px;
}
.inner-section-cont .inner-info-right.two {
	padding: 0px 0px 0px 0px;
}
.events-cont-btm h3 {
	line-height: 26px;
}
.events-cont-btm h3:after {
	top: 88px;
}
.news-events-info ul li {
	float: left;
	width: 100%;
}
.news-events-info ul li:nth-child(odd) {
	margin: 0px 0px 65px 0px;
}
.news-events-info ul li:nth-child(even) {
	margin: 0px 0px 65px 0px;
}
.inner-section-cont {
	margin: 0px;
	padding: 80px 20px;
}
.ceo-message p span.lt-banner {
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 50px 20px 0px;
}
.business-enquiry .form-group {
	padding: 0px;
}
.job-enquiry .form-group {
	padding: 0px;
}
.page-not-found p br {
	display: none;
}
.office-view ul li {
	float: none !important;
	width: 100% !important;
	text-align: center;
	margin: 20px 0px 20px 0px !important;
}
.office-view ul li span {
	display: inline-block !important;
	float: none !important;
}
.modal-dialog {
	width: 100%;
	padding: 0px 20px 0px 20px;
}
/*.service-cont ul li:nth-child(1), .service-cont ul li:nth-child(2), .service-cont ul li:nth-child(3), .service-cont ul li:nth-child(4), .service-cont ul li:nth-child(5), .service-cont ul li:nth-child(6) {
	margin: 20px 0px 20px 0px;
}
.box_container {
	width:auto !important;
    height: 220px !important;
}*/
.service-cont ul li {
	float: left;
	width: 100%;
}
.service-cont ul li:nth-child(2), .service-cont ul li:nth-child(5) {
	margin: 0px;
}
.service-cont ul li span.hd {
	font-size: 24px;
}
.box_container img {
	/*	width:330px;*/
	width: 200%;
}
.service-cont ul li {
	height: 175px;
}
.bg-cont {
	margin: 25px 0px 0px 0px;
}
/*.inner-affiliation.odd.first {
	border: none;
}
.inner-affiliation.odd {
	float: left;
	width: 100%;
	padding: 50px 0px 0px 0px;
}
.inner-affiliation.even {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
}*/
.affiliations-cont h2 {
	font-size: 20px !important;
	line-height: 25px !important;
}
.affiliations-cont .button, .button.btn-input {
	text-align: center;
}
.affiliations ul li {
	width: 100% !important;
	padding: 0px !important;
}
.affiliations ul li:nth-child(2), .affiliations ul li:nth-child(5) {
	margin: 0px 0px 0px 0px !important;
}
.affiliations-inner ul li {
	width: 100% !important;
}
.affiliations-inner ul li:nth-child(1) {
	margin: 0px 0px 0px 0px !important;
}
.site-map-info-container li {
	text-align: center;
	border-bottom: 1px dashed #e0e0e0;
}
.site-map h1 {
	text-align: center !important;
}
}
.navc
{
	margin-top: 5px;
}
.why-choose-cont p
{
	font-size: 15px;
}
h2
{
	font-family: 'gothic';
	font-weight: bold;
}
.butt
{
	background-color: #ff9933;
	color: #fff;
	padding: 10px;
}
.butt:hover
{
	color: #fff;
	text-decoration: none;
}
.aboutus
{
	font-size: 18px;

}
.aboutus
{
	list-style-type: none;
}
.clwelcome
{
	/*padding:10px;*/
}
.scroll .clwelcome1
{
	
}
@media (max-width: 479px)
{
.contact-right a
{
	font-size: 12px;
}
.mob
{
	margin-top: 50px;
}
.banner2
{
	margin-top: 82px !important;
}
.mobile-log img
{
	width: 70%;
}
}
 .fa {
 
  font-size: 15px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}



.contact-nu
{
	background-color: #f9ca9a;
	padding: 10px;
	font-size: 12px;
}
.cont
{
	margin-top: 81px;
}
@media (max-width: 479px)
{
	.clwelcome1
	{
		display: none;
	}
}
