@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
body {
	background-color: none;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}
strong {
	font-weight: 600;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
/*-------------------------
 start of navigation
 -------------------------*/
#menu {
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	position: fixed;
	width: 126px;
	top: 0;
	left: 0px;
	background:#fff;
	height: 100%;
	z-index: 999;
	box-shadow: 0px 0px 10px black;
}
#menu a {
	color:#000;
	display: block;
	text-align: left;
	font-size: 16px;
	border-bottom: solid 1px #F3F3F3;
	font-weight: 500;
	text-decoration: none;
	padding: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#menu a:hover {
	background:#E9E9E9;
	color:#666;
}
#menu a.active {
	background:#0680de;
	color:#fff;
}
#menu-toggle {
	position: fixed;
	top: 0px;
	left: 0;
	background: #fff;
	z-index: 1000;
	display:none;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
#menu-toggle:hover {
	cursor: pointer;
}
#menu.open {
	left: 0;
	width: 170px;
	display: block;
}
#menu-toggle.open {
	left: 170px;
}
.menu {
	font-size: 22px;
	font-weight: 600;
	color: #0680de;
	line-height: 30px;
}
/*-----------------------------
 end of navigation here
-----------------------------*/

/*----------------------------
 start of mid css
-----------------------------*/ 
#header {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color:#0680de !important;
}
.header-padding {
	padding: 15% 0 15% 0;
}
.text-white {
	color: #FFF;
}
.padding {
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
}

@media (min-width:768px) {
.visible-md-right-block {
	display: block!important;
	text-align: right!important;
}
}

@media (max-width:992px) {
.visible-sm-center-block {
	display: block!important;
	text-align: center !important;
}
.abs {
	position: relative !important;
	height:50px !important;
	width:50px !important;
}
}
.footerbg {
	width: 100%;
	display: table;
	margin: 0 auto;
	padding: 25px 0 0 0;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
	display: inline;
	line-height: 30px;
	list-style: outside;
	list-style-type: none;
	padding: 10px;
}
footer ul li a {
	color: #e6bc1b;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
footer ul li a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: solid 2px #fff;
}
footer ul li a.active {
	border-bottom: solid 2px #fff;
	font-weight: 500;
}
.margin-social {
	margin: 20px 0 0 0;
}
.margin-social a {
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.margin-social a:hover {
	opacity: 0.8;
	cursor: pointer;
}

@media (max-width:767px) {
.visible-sm-center-block {
	display: block!important;
	text-align: center !important;
}
.visible-sm-center-block {
	display: block!important;
	text-align: center !important;
}
.yellow-box {
	background-color: #f7d13f !important;
	border-radius: 15px;
	background-image: none !important;
	padding-left:20px !important;
	padding-right: 20px;
	padding-top: 20px !important;
	height: auto !important;
	margin-bottom: 20px !important;
}
}
@media (max-width:992px) {
.visible-sm-center-block {
	display: block!important;
	text-align: center !important;
}
.h3 {
	font-size: 16px !important;
	line-height: 26px;
}
.yellow-box {
	background-color: #ade6f8 !important;
	border-radius: 15px;
	background-image: none !important;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px !important;
	height: auto !important;
	margin-bottom: 20px !important;
}
.text-xm-center {
	text-align: center !important;
}
}
@media (max-width:991px) {
	.text-one{
	position: absolute;
	left: 38px !important;
	top: 20px !important;
	font-size:14px !important;
	line-height:20px !important;
}
.cloud-relative{
	position:relative !important;
}
.block::before {
	background: rgba(0, 0, 0, 0) url("../img/line-black.png");
	content: "";
	height:400px !important;
	left: 50px;
	position: absolute;
	top: 40px;
	width: 11px;
	z-index:-100;
}
.block::after {
	background: rgba(0, 0, 0, 0) url("../img/line-black.png");
	content: "";
	height:400px !important;
	position: absolute;
	right: 50px;
	top: 50px;
	width: 11px;
	z-index:-100;
}
}
@media (max-width:767px) {
	.yellow-box {
	background-color: #ade6f8 !important;
	border-radius: 15px;
	background-image: none !important;
	padding-left:20px !important;
	padding-right: 20px;
	padding-top: 20px !important;
	height: auto !important;
	margin-bottom: 20px !important;
}
.midol::before {
	display:none !important;
}
.midol::after {
    display:none !important;
}
.four::before {
    display:none !important;
}
.five::before {
    display:none !important;
}
}
.padding-top-120 {
	padding-top: 120px;
}
.padding-top-60 {
	padding-top: 60px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-bottom-75 {
	padding-bottom: 75px;
}
.yellow-box {
	background: rgba(0, 0, 0, 0) url("../img/box-1-bg.png") no-repeat scroll 0 0 / 100% 100%;
	display: block;
	height: 205px !important;
	position: relative;
	text-align: left;
	width: 100%;
	margin-bottom: 20px !important;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top:40px !important;
}
.separator {
	background: #2b2b2b none repeat scroll 0 0;
	height: 3px;
	position: relative;
	width: 100%;
}
.separator .icon {
	left: 50%;
	margin-left: -30px;
	margin-top: -32px;
	position: absolute;
	top: 50%;
}

.icon2 {
	left: 50%;
	margin-left: -30px;
	margin-top: 0px;
	position: absolute;
	top: 50%;
}
.yellow-bg {
	background-color: #f1c622;
}
.black-bg {
	background-color: #000;
}
.sky-blue-bg {
	background-color: #ade6f8;
}
.padding-equal {
	padding: 5px;
}

@media (max-width:480px) {
.text-center {
	text-align: center !important;
}
.yellow-box {
	background-color: #ade6f8 !important;
	border-radius: 15px;
	background-image: none !important;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 20px !important;
	height: auto !important;
	margin-bottom: 20px !important;
	text-align:center;
}
.text-xm-center {
	text-align: center !important;
}
.block::before {
	background: rgba(0, 0, 0, 0) url("../img/line-black.png");
	content: "";
	height:505px !important;
	left: 50px;
	position: absolute;
	top: 40px;
	width: 11px;
	z-index:-100;
}
.block::after {
	background: rgba(0, 0, 0, 0) url("../img/line-black.png");
	content: "";
	height:496px !important;
	position: absolute;
	right: 50px;
	top: 50px;
	width: 11px;
	z-index:-100;
}
#header {
	background-image: none !important;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #e6b705;
}
.animation{
	position:absolute;
	left:40px !important;
	top:-160px !important;
}

#menu {
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	position: fixed;
	width: 0%;
	top: 0;
	left: -200px;
	background:#fff;
	height: 100%;
	z-index: 999;
	box-shadow: 0px 0px 10px black;
}

#menu-toggle {
	position: fixed;
	top: 0px;
	left: 0;
	background: #fff;
	z-index: 1000;
	display:block;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

}
@media (max-width:347px) {
	.block::before {
	background: rgba(0, 0, 0, 0) url("../img/line-black.png");
	content: "";
	height:600px !important;
	left: 50px;
	position: absolute;
	top: 40px;
	width: 11px;
	z-index:-100;
}
.block::after {
	background: rgba(0, 0, 0, 0) url("../img/line-black.png");
	content: "";
	height:600px !important;
	position: absolute;
	right: 50px;
	top: 50px;
	width: 11px;
	z-index:-100;
}
}
.img-responsive {
	display: inline !important;
}
.y-panel {
	margin-bottom: 35px;
	background-color: #ade6f8;
	border-radius: none;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}

@media (max-width:991px) {
.visible-sm-center-block-two {
	display: block!important;
	text-align: center !important;
	color: #000 !important;
}
.four::before {
    right: 50px !important;
}
.five::before {
    left: 50px !important;
}
}

.padding-left-20 {
	padding-left: 20px;
}
.list ul li {
	background: rgba(0, 0, 0, 0) url("../img/list.png") no-repeat scroll left 5px;
	color: #2b2b2b;
	font-family: "PT Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	list-style: outside none none;
	margin-bottom: 10px;
	padding-left: 17px;
}
.list-check ul li {
	background: rgba(0, 0, 0, 0) url("../img/check.png") no-repeat scroll left 5px;
	color: #2b2b2b;
	font-family: "PT Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	list-style: outside none none;
	margin-bottom: 10px;
	padding-left: 45px;
	padding-bottom: 25px;
	padding-top: 10px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-top-60{
	margin-top:60px !important;
}

.orange-bg {
	background-color: #e56e08;
}
.image::after {
	background: rgba(0, 0, 0, 0) url("../img/image-arrow.png") no-repeat scroll 0 0;
	content: "";
	height: 45px;
	margin-top: -22px;
	position: absolute;
	right: -17px;
	top: 50%;
	width: 21px;
}
.grey-bg {
	background-color: #e9e9e9;
}
.padding-top-bottom-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.list-icons li a {
	color: #FFF;
	text-decoration: none;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #db261d;
	text-decoration: none;
}
.grey-dark-bg {
	background-color: #2d2d2d;
}
.block-re{
	position:relative !important;
}
.block::before {
	background: rgba(0, 0, 0, 0) url("../img/line-black.png");
	content: "";
	height: 295px;
	left: 50px;
	position: absolute;
	top: 40px;
	width: 11px;
	z-index:-100;
}
.block::after {
	background: rgba(0, 0, 0, 0) url("../img/line-black.png");
	content: "";
	height: 295px;
	position: absolute;
	right: 50px;
	top: 40px;
	width: 11px;
	z-index:-100;
}
.abs {
	position: relative;
	height:100px;
	width:100px;
}
.absol {
	position: absolute;
	left: -14px;
	top: -25px;
}
.text-absol {
	position: absolute;
	left: -7px;
	top: -29px;
	z-index: 200;
	font-size: 40px;
	font-weight: 900;
	text-align: center;
}
.pres {
	color: #f7d13f;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;
}
.hexagon {
	width: 100px;
	height: 55px;
	background: #333333;
	position: relative;
	
}
.hexagon:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 25px solid #333333;
}
.hexagon:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 25px solid #333333;
}

@media (min-width:768px) {
.visible-sm-left-center {
	display: block!important;
	text-align: left !important;
}
.visible-sm-right-center {
	display: block!important;
	text-align: right !important;
}

}
.text-one{
	position: absolute;
	left: 45px;
	top: 45px;
	font-size:18px;
}
.cloud-relative{
	position:relative !important;
}
.cloud-abs{
	position: absolute;
	left: 150px !important;
	top: 80px !important;
}
.cloud-abs2{
	position: absolute;
	left: 150px;
	bottom:10px;
}
.midol::before {
    background: #2b2b2b none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
}
.midol::after {
    background: #2b2b2b none repeat scroll 0 0;
    content: "";
    height: 3px;
    position: absolute;
    right:-15px;
    top: 50%;
    width: 30px;
}
.four::before {
    background: #2b2b2b none repeat scroll 0 0;
    content: "";
    height: 60px;
    position: absolute;
    right: 120px;
    top: -65px;
    width: 3px;
}
.five::before {
    background: #2b2b2b none repeat scroll 0 0;
    content: "";
    height: 60px;
    left: 120px;
    position: absolute;
    top: -65px;
    width: 3px;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none!important;
}
.got-hacked {
    background-color: rgba(51, 51, 51, 0.95);
    padding: 20px 2em;
    bottom:-45px !important;
    width:320px;
	position: fixed; 
	height:250px;
	/*top: 500px; */
	right: -320px;
	 color:#FFF;
	
	
}

#workspace a {
    color: #004a80;
    text-decoration: none;

    height: 166px;
    right: -32px;
    width: 32px;
}
.tably
{

  height: 166px;
    right:80px;
    width: 32px;
	/*background-color:#004a80;*/
		background-color:#0072bc;
	display: block;
	 position: absolute;
	  top: 0px; 
	  left: -32px;
	 /*  text-indent: -99999px;*/
	    outline: medium none;
		  color:#FFF;
		
	}

.text-custom
{

    color: #fff;
    font-size: 20px;
    position: absolute;
    right: -25px;
    bottom: 67px;
    transform: rotate(-90deg) !important;
	cursor:pointer;
}

.panel-content
{
	color:#FFF;
	font-size:16px;
	font-weight:400;
	line-height:18px;
}

.btn-block {
	display:block;
	width:70% !important;
	border-radius:6px !important;
	font-size:20px;
	text-align:left;
	background-color:#0072bc;
}
.icon-cross-custom
{
	color:#FFF !important;
	font-size:20px;
	text-align:right !important;
	position: absolute;
	top:12px;
	
}
#owl-demo .item {
	margin: 5px;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
.owl-theme .owl-controls {
	margin-top:-28px !important;
	text-align: center;
}

@media (max-width:1199px) {
#header {
	background-image: none !important;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #e6b705;
}
.animation{
	position:absolute;
	right:350px !important;
	top:-160px !important;
}
}
@media (max-width:980px) {
.animation{
	position:absolute;
	right:220px !important;
	top:-75px !important;
}
.lang{
    margin-top: -240px !important;
}
}
@media (max-width:360px) {
.animation{
	position:absolute;
	right:220px !important;
	top:-75px !important;
}
.lang{
    margin-top: -195px !important;
}
}
.animation{
	position:absolute;
	right:130px !important;
	bottom:-200px !important;
}
.footer {
	padding: 30px 0;
	background-color: #262626;
	border-top: 1px solid #3a3a3a;
	border-bottom: 1px solid #333333;
}
.list-icons,
.list {
	list-style: none;
	padding: 0;
}
.list-icons li,
.list li {
	padding: 5px 0;
}
.list-icons li i {
	width: 25px;
	text-align: center;
}
.list li .vertical-divider {
	padding-right: 15px;
	position: relative;
}
.list li .vertical-divider:after {
	position: absolute;
	content: "";
	height: 60%;
	width: 1px;
	background-color: #CECECE;
	right: 9px;
	top: 5px;
}
.list-inline {
	margin-top: 9px;
	margin-bottom: 8px;
}



.separator-2 {
	display: block;
	width: 30px;
	height: 5px;
	margin: 15px 0 15px;
	background-color: #ffb001;
	position: relative;
}
.separator-2.right {
	margin-left: auto;
}

.footer-top.light-gray-bg + .light .footer { 
	border-top: 1px solid #f1f1f1;
}
.footer-top.light-gray-bg {
	border-top: 1px solid #f1f1f1;
}
.owl-carousel {
	z-index: 4;
}
.owl-carousel .owl-item>div {
	margin: 10px 0 20px;
}
.owl-carousel.carousel .owl-item>div,
.owl-carousel.carousel-autoplay .owl-item>div {
	margin: 10px 20px 20px 0;
}
.owl-carousel.clients .owl-item>div {
	margin: 0px 30px 0px 0;
}
.well.owl-carousel .owl-item>div {
	margin: 10px 0 0;
}
.tab-content .owl-carousel .owl-item>div {
	margin: 0 0 20px;
}
#client {
	position:relative;
}
#client .prevclient {
	left: 30px;
	margin-top: 20px;
	position: absolute;
	top: 50%;
	z-index: 0;
}
#client .nextclient {
	right: 30px;
	margin-top: 20px;
	position: absolute;
	top: 50%;
	z-index: 0;
}
.red {
	background: #ee5b54 none repeat scroll 0 0 !important;
	color: #f1ede1;
}
.client-navigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size:18px;
	color: rgba(200, 200, 200, 0.8);
}
.client-navigation a:hover {
	color:#E1D9DC;
}
#client {
	position:relative;
}
#client .prevclient {
	left: 30px;
	margin-top: 20px;
	position: absolute;
	top: 50%;
	z-index: 0;
}
#client .nextclient {
	right: 30px;
	margin-top: 20px;
	position: absolute;
	top: 50%;
	z-index: 0;
}
.pad-lr-none{
	padding-left:0 !important;
	padding-right:0 !important;
}
.margin-lr-none{
	margin-left:0 !important;
	margin-right:0 !important;
}
.jm-item {
	/*padding: 10px;*/
	text-align: left;
}
.jm-item-wrapper {
	position: relative;
	/*padding: 7px;*/
	background-color:transparent;
}
.jm-item-image {
	position: relative;
	overflow: hidden;
}
.jm-item-image img {
	display: block;
}
.jm-item-title {
	position: absolute;
	left: -10px;
	bottom: 17px;
	background: #FF6B0E;
	line-height: 1.5em;
	font-weight: normal;
	padding: 7px 9px 6px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF;
	font-size: 1.4em;
}
.jm-item-overlay {
	background: #f05f40;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s ease-in 0s;
	-moz-transition: opacity 0.5s ease-in 0s;
	-o-transition: opacity 0.5s ease-in 0s;
	transition: opacity 0.5s ease-in 0s;
}
.jm-item-wrapper:hover .jm-item-overlay {
	opacity: 0.3;
}
.second .jm-item-description {
	position: absolute;
	width: 100%;
	height: 100%;
	padding:10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background:#f05f40;
	color: #fff;
	font-weight:bold;
	font-size:24px;
	top: 100%;
	opacity:0.8;
	padding-top:40px;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
}
.second .jm-item-wrapper:hover .jm-item-description {
	top: 0;
}


/*-----------------------------------------chandan----------------------------------*/
/*---------zoom----------*/
#picture a.small, #picture a.small:visited { display:block; text-decoration:none; background:#ffffff; top:0; left:0; border:0;}
#picture a img {border:0;}
#picture a.small:hover {text-decoration:none; background-color:#000000; color:#000000;}
#picture a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#picture a.small:hover .large {display:block; position:absolute; top: -150px; left:-250px; min-width:100%; height:auto; z-index:9999999999; border:1px solid #CCC; }
/*---------zoom end----------*/

/*-----------------------------------------chandan end----------------------------------*/