@import "https://fonts.googleapis.com/css?family=Open+Sans:400,300";
@import "font-awesome.min.css";
@import "owl.carousel.css";
@import "owl.transitions.css";
@import "animate.min.css";
	
body{ 
  	margin:0; 
 	padding:0; 
 	font-family: Montserrat;
	color:#999;
	text-decoration: none;
}
*{
	margin:0; 
	padding:0; 
}
img{ 
	 border:none; 
	 outline:none;
	 width: 100%;
}
a{ text-decoration:none !important;}
ul,li{ list-style:none !important;}
input, textarea, select{
	outline:none;
	}
h3.title_headding{ 
	font-size:40px;
	font-weight: 300;
	color: #4c4c4c;
	text-transform: capitalize;
	text-align: center;
	padding: 30px 0;
}
h2.sub_title{
	font-size:34px;
}

p {
    color: #898989;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}	

.alignleft{
	float:left;
	margin:0 10px 15px 0;
	}
.alignright{
	float:right;
	margin:0 0px 15px 10px;
	}
.aligncenter{
	display:block;
	margin:15px auto;
	}

.clear:after{
	display:block;
	clear:both;
	content:'';
	}
.spacer10{ height:10px;}
.spacer15{ height:15px;}
.spacer20{ height:20px;}
.spacer25{ height:25px;}
.spacer30{ height:30px;}     
.spacer40{ height:40px;}


.boxSizing{
	box-sizing:border-box;
	}
.wrapper{ 
	width:1170px;
	margin:0px auto;
	position:relative;
	}
.wrapper:after{
	clear:both;
	display: block; 
	content:'';
	}
/***************************
	Header css start
*****************************/
::-webkit-input-placeholder { /*Chrome/Opera/Safari */
  opacity:1
	}
::-moz-placeholder { /* Firefox 19+ */
  opacity:1
	}
:-ms-input-placeholder { /* IE 10+ */
  opacity:1
	}
:-moz-placeholder { /* Firefox 18- */
  opacity:1
	}	
.transition250{
	-webkit-transition:all 250ms ease 0s;
	-moz-transition:all 250ms ease 0s;
	-ms-transition:all 250ms ease 0s;
	-o-transition:all 250ms ease 0s;
	transition:all 250ms ease 0s;
	}	
.transition350{
	-webkit-transition:all 250ms ease 0s;
	-moz-transition:all 250ms ease 0s;
	-ms-transition:all 250ms ease 0s;
	-o-transition:all 250ms ease 0s;
	transition:all 250ms ease 0s;
	}	
	
	
	
	
	
	
input[type="checkbox"] {
    display: none;
	}
#cntChk:checked + .contactBox {
    right: 0;
	}	
.contactBox {
    height: auto;
    position: fixed;
    right: -300px;
    top: 50%;
    transition: all 300ms ease 0s;
    width: 300px;
    z-index: 100;
    margin-top: -117px;
	}
.contactBox label {
   background: #114a82 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat;
    font-size: 21px;
    font-weight: 300;
    left: -59px;
    overflow: hidden;
    padding: 15px 18px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 23px;
	}	
.contBox {
    background: #2581c1 none repeat scroll 0 0;
    padding: 19px;
	}
.contBox input[type="text"], .contBox input[type="email"] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    box-sizing: border-box;
    color: #4f4f4f;
    font-family: RALEWAY;
    font-size: 13px;
    font-weight: 400;
    line-height: 39px;
    margin: 0 0 9px;
    padding: 0 10px;
    width: 100%;
	}
.contBox textarea {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    box-sizing: border-box;
    color: #4f4f4f;
    font-family: RALEWAY;
    font-size: 13px;
    font-weight: 400;
    height: 87px;
    margin: 0 0 9px;
    padding: 10px;
    resize: none;
    width: 100%;
	}
.contBox input[type="submit"] {
    background: #c02029 ;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    padding: 3px 0;
    text-align: center;
    text-transform: uppercase;
    width: 104px;
	}	
	
	
.socialsideSq {
    background: #114a82 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat;
    font-size: 21px;
    font-weight: 300;
    margin-top: 150px;
    overflow: hidden;
    padding: 15px 18px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 50%;
    width: 23px;
    z-index: 89;
}	
.socialsideSq a{
    color: #fff;
}
.header {
  padding-top: 30px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.header.solid {
	position: fixed;
	background: #071845;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	opacity: .9;
	animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll{
	
	0% {
		transform: translateY(-40px);
	}
	10%{
		transform: translateY(-30px);
	}
	100% {
		transform: translateY(0px);
	}
}
.header .wrapper {
   z-index: 1;
}
.header .logo img {
	
	width: 250px;
	margin: 0;
}
.header .mobile_button{
	float: right;
	z-index: 9999;
}
.header .mobile_button .smenu {
    background: #fff;
    width: 18px;
    height: 2px;
    display: block;
    margin-bottom: 4px;
}
.header .nav_menu {
	position: fixed;
	right: 0;
	left: 0;
	height: 100%;
	background: rgba(7,23,65,.9);
	text-align: center;
	top: 0;
	z-index: -2;
	display:none;
	
	
}
.header .nav_menu ul {
    opacity: 0;
}
.header .nav_menu ul li {
    margin-bottom: 15px;
	display:block;
	transition: all 0.6s ease-in 0.3s;
}
.header .nav_menu ul li a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
.header.menu .nav_menu {
    display: block;
	transition: all 0.6s ease-in 0.3s;
}
.header.menu .nav_menu ul li {
    margin-bottom: 15px;
	transition: all 0.9s ease-in 0.3s;
}
.header.menu .nav_menu ul{
	margin-top: 110px;
	opacity: 1;
	transition: all 0.6s ease-in 0.3s;
}

.header.menu .mobile_button .smenu.menu1 {
    transform: rotate(-45deg);
    position: relative;
    top: 6px;
	transition: all 0.6s ease-in 0.3s;
}
.header.menu .mobile_button .smenu.menu2{
	display: none;
	transition: all 0.6s ease-in 0.3s;
}
.header.menu .mobile_button .smenu.menu3 {
    transform: rotate(45deg);
	transition: all 0.6s ease-in 0.3s;
}

.header.solid {
	background: rgba(7,23,65,.9);
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
}
.header .clear.solid img {
    width: 263px;
    padding-top: 17px;
}

.header.solid .logo img {
	width: 220px;
	margin-top: -20px;
	padding-bottom: 11px;
}
.topbar {
    background: #114a82 none repeat scroll 0 0;
    padding: 10px 0;
	}
.leftTop {
    float: left;
	}
.leftTop > span {
    color: #fff;
    float: left;
    padding: 0 38px 0 0;
	}
.leftTop a {
    color: #fff;
	}
.leftTop a i {
    display: inline-block;
    padding: 0 7px 0 0;
	}
.leftTop p {
    color: #fff;
    display: inline;
	}
.social a {
    color: #fff;
	}
.social {
    float: right;
    padding: 0;
	}
.fa.fa-linkedin:hover {
    /*color: #0981b9;*/
	}
	

.logo {
    float: left;
    padding: 0;
}
.header .logo img {
    width: 100%;
    margin: 0;
    left: 0;
}
.menuBar{
    margin: 0;
    padding: 18px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 89;
	box-sizing: border-box;
	}
.menuBar .wrapper{
	padding:0;
	}
.topTag {
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 88;
	}


.innerPg_bn {
    background: url(../images/banner.jpg);
    /* height: auto; */
    position: relative;
    width: 100%;
    vertical-align: bottom;
    height: 900px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left center;
	outline: none;
}
/******************
	banner section
**************/
	
.camera_caption{
	outline:none;}	

.banner{
    padding: 0 0 0px;
    position: relative;
	}
.banner.innerPgBn {
    overflow: hidden;
    padding: 0;
	}	

.banner.innerPgBn .captionBox{
	position:absolute;
	left:0;
	top:0;
	top:0;
	width:100%;
	z-index:90;
	}
.captionBox {
	padding:125px 0 0 0;
	outline:none;
	}	
.caption {
	display: table;
	margin: 0 auto;
	width: 510px;
	float: left;
	margin-top: 60px;
	z-index: 99;
}
.caption h1 {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 42px;
	font-weight: 600;
	line-height: 53px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	line-height: 56px;
}
.caption ul{
	margin:20px 0;}
.caption ul li{
	display:inline-block;}	
.caption ul li a {
	padding: 15px 20px;
	background: #fff;
	width: 117px;
	border-radius: 30px;
	color: #f00807;
	text-align: center;
	display: block;
}   
.caption ul li a i{
	margin-right:5px;}
.caption ul li:last-child a {
	width: 170px;
	margin-left: 20px;
	color: #071845;
}
.caption ul li:last-child a i{
	margin-left:10px;}
.caption p {
    color: #7a7a7a;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	padding-top:30px;
	font-weight: 400;
	
	}	
.btn_1 {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	display: block;
	padding: 13px;
	background: #ff9c00;
	width: 25%;
	text-align: center;
	margin: auto;
	color: #fff;
	margin-top: 30px;
	border-radius: 48px;
	font-size: 18px;
	font-weight: 400;
	box-shadow:0px 0px 40px #949494;
	text-transform: uppercase;
}
.caption .btn:hover {
	
	}
.btn:hover{
	
	}
.laptop{
	background:url(../images/lapto.png);
	background-repeat:no-repeat;
	width:772px;
	height:416px;
	background-position:center center;
	margin:0 auto;
	position:relative;}
	
/* .laptop ul li {
	width: 509px;
	display: inline-block;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 62px;
}
.laptop ul li img{
width:100%;}
.innerPgBn .caption h1 {
    text-transform: uppercase;
}
 */


.camera_pag {
    position: absolute;
    width: 100%;
    bottom: 41px;
	}
.logos {
    width: auto;
    float: left;
    margin-top: 80px;
}	
.logos ul li {
    display: inline-block;
    padding-right: 22px;
    margin-top: 67px;
}
.logos ul li img {
	width: auto;
	left: 0;
	margin: 0 auto;
}



.intro {
	overflow: hidden;
	margin-top:0;
	margin-bottom: 80px;
	margin-top: 50px;
	outline: none;
}

.intro h2 {
	text-align: center;
	font-size: 36px;
	color: #2d2929;
	position: relative;
	padding-bottom: 50px;
	font-family: 'Oswald', sans-serif;
}
	
.intro h2::after {
	content: "";
	background: url(../images/border_heading.png);
	width: 393px;
	height: 44px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}

.intro p {
	text-align: center;
	padding-top: 30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #7b7a7a;
	font-weight: 500;
	width: 1000px;
	margin: 0 auto;
}
/* .intro ul{
	margin-top:60px;
	padding-bottom: 60px;
}
.intro ul li {
	width: 18.3%;
	display: inline-block;
	border-radius: 10px;
	background: #003569;
	background-position: center 90%;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 30px;
	margin-right: 20px;
	vertical-align: top;
}
.intro ul li:last-child{
	margin-right: 0px;
	}
.intro ul li .icon_Integro {
	margin: 20px auto;
	text-align: center;
}
.intro ul li .icon_Integro img {
	width: auto;
}

.intro ul li h4 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 90px;
	color: #fff;
	font-weight: 500;
	padding-bottom:0;
}
	
.intro ul li p {
	text-align: center;
	padding: 20px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #638cd4;
	font-weight: 500;
	height: 54px;
	display: block;
	vertical-align: top;
	width: auto;
}
.intro ul li a {
	text-align: center;
	padding: 10px 1px;
	display: block;
	border: 2px solid #4c6eaf;
	border-radius: 30px;
	width: 70%;
	margin: 0 auto;
	color: #fff;
}


.intro ul li:nth-child(2) {
	background: #fff url(../images/logo_bg_icon_2.png);
	background-position: center 90%;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 30px;
	margin-right: 20px;
	vertical-align: top;
	box-shadow: 2px -1px 21px 11px #ccc;
}

.intro ul li:nth-child(2) h4 {
	color:#f21a16;
	font-family: 'Oswald', sans-serif;
	}
.intro ul li:nth-child(2) p {
	color:#737373;
	}
		
	
.intro ul li:nth-child(2) a{
	text-align: center;
	padding: 10px 1px;
	display: block;
	border: 2px solid #f21a16;
	border-radius: 30px;
	width: 70%;
	margin: 0 auto;
	color: #f21a16;
}

.intro ul li:last-child{
	background: #fff url(../images/logo_bg_icon_2.png);
	background-position: center 90%;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 30px;
	vertical-align: top;
	box-shadow: 2px -1px 21px 11px #ccc;
}

.intro ul li:last-child h4 {
	color:#f21a16;
	font-family: 'Oswald', sans-serif;
	}
	
.intro ul li:last-child a{
	text-align: center;
	padding: 10px 1px;
	display: block;
	border: 2px solid #f21a16;
	border-radius: 30px;
	width: 70%;
	margin: 0 auto;
	color: #f21a16;
}

.intro ul li:last-child p {
	color:#737373;
	}
		
.intro ul li:last-child a{
	margin-top: -9px;
} */

/* Pcakages css 28/08/2018 */
.package {
	overflow: hidden;
	margin-top:0;
	margin-bottom: 130px;
	outline: none;
}
.package h2 {
	text-align: center;
	font-size: 36px;
	color: #2d2929;
	position: relative;
	padding-bottom: 50px;
	font-family: 'Oswald', sans-serif;
}	
.package h2::after {
	content: "";
	background: url(../images/border_heading.png);
	width: 393px;
	height: 44px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.package p {
	text-align: center;
	padding-top: 30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #7b7a7a;
	font-weight: 500;
	width: 1000px;
	margin: 0 auto 50px;
}
.package ul{
	margin-top:60px;
	padding-bottom: 60px; 
}
.package ul li {
	width: 17.9%;
	display: inline-block;
	border-radius: 10px;
	background: #003569;
	background-position: center 90%;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 30px;
	margin-right: 20px;
	vertical-align: top;
	border: 1px solid #ccc;
}
.package ul li:last-child{
	margin-right: 0px;
}
.package ul li .icon_Integro {
	margin: 20px auto;
	text-align: center;
}
.package ul li .icon_Integro img {
	width: auto;
}
.package ul li h4 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	padding-bottom:0;
}	
.package ul li p {
	text-align: center;
	padding: 20px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #638cd4;
	font-weight: 500;
	height: 54px;
	display: block;
	vertical-align: top;
	width: auto;
}
.package ul li a {
	text-align: center;
	padding: 10px 1px;
	display: block;
	border: 2px solid #4c6eaf;
	border-radius: 30px;
	width: 70%;
	margin: 0 auto;
	color: #fff;
}
.package ul li:nth-child(2) {
	background: #fff;
	background-position: center 90%;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 30px;
	margin-right: 20px;
	vertical-align: top;
	box-shadow: 2px -1px 21px 11px #ccc;

}
.package ul li:nth-child(2) h4 {
	color:#f21a16;
	font-family: 'Oswald', sans-serif;
	}
.package ul li:nth-child(2) p {
	color:#737373;
}	
.package ul li:nth-child(2) a{
	text-align: center;
	padding: 10px 1px;
	display: block;
	border: 2px solid #f21a16;
	border-radius: 30px;
	width: 70%;
	margin: 0 auto;
	color: #f21a16;
}
.package ul li:last-child{
	background: #fff;
	background-position: center 90%;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 30px;
	vertical-align: top;
	box-shadow: 2px -1px 21px 11px #ccc;

}
.package ul li:last-child h4 {
	color:#f21a16;
	font-family: 'Oswald', sans-serif;
}	
.package ul li:last-child a{
	text-align: center;
	padding: 10px 1px;
	display: block;
	border: 2px solid #f21a16;
	border-radius: 30px;
	width: 70%;
	margin: 0 auto;
	color: #f21a16;
}
.package ul li:last-child p {
	color:#737373;
}		
.package ul li:last-child a{
	margin-top: -9px;
}



.tokens {
	background: #003569;
	background-repeat: no-repeat;
	outline: none;
	padding: 100px 0;
}


.tokens h2 {
	text-align: center;
	font-size: 36px;
	color: #fff;
	position: relative;
	padding-bottom: 50px;
	font-family: 'Oswald', sans-serif;
}
	
.tokens h2::after {
	content: "";
	background: url(../images/tokens_bdr.png);
	width: 393px;
	height: 44px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}

.tokens ul li {
	width: 33%;
	display: inline-block;
	text-align: center;
	margin-top: 40px;
	vertical-align: top;
	margin-bottom: 30px;
}
.tokens ul li img{
	width:auto;}
	
.tokens ul li h4 {
	color: #fff;
	margin-top: 22px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}


.staking {
	overflow: hidden;
	padding:60px 0;
	outline: none;
	background: #f2f2f2;
}
.staking h2 {
	text-align: center;
	font-size: 36px;
	color: #2d2929;
	position: relative;
	padding-bottom: 50px;
	font-family: 'Oswald', sans-serif;
}
	
.staking h2::after {
	content: "";
	background: url(../images/border_heading.png);
	width: 393px;
	height: 44px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}


/*.staking ul{
	margin-top:60px;}*/
.staking ul li {
	width: 31%;
	display: inline-block;
	border-radius: 10px;
	background-position: center 70%;
	background-repeat: no-repeat;
	background-size: auto;
	margin-right: 17px;
	vertical-align: top;
	margin-bottom: 20px;
	border: 3px solid #4c6eaf;
	position: relative;
}

.staking ul li .icon_Staking {
	margin: 17px auto 20px;
	text-align: center;
}
.staking ul li .icon_Staking img {
	width: auto;
	margin:0 auto;
}
.staking ul li:last-child{
	margin-right: 0px;
	}
.staking ul li .icon {
	margin: 20px auto;
	text-align: center;
}
.staking ul li .icon img {
	width: auto;
}

.staking ul li h4{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color:#fff;
	font-weight:300;
	}
	
.staking ul li p {
	text-align: center;
	padding: 20px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #638cd4;
	font-weight: 500;
	height: 114px;
	display: block;
	vertical-align: top;
}






.spiral {
    background: url(../images/spiral.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 1372px;
	outline: none;
}


.spiral h2 {
	text-align: center;
	font-size: 36px;
	color: #fff;
	position: relative;
	padding-bottom: 60px;
	padding-top:224px;
	font-family: 'Oswald', sans-serif;
}
	
.spiral h2::after {
	content: "";
	background: url(../images/tokens_bdr.png);
	width: 393px;
	height: 44px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.spiral .spiral_details{
	margin:60px 0;}

.spiral .spiral_details img {
	width: auto;
	margin: 0 auto;
	display: block;
	text-align: center;
}



.team {
    background:#243141;
	padding:70px 0;
}


.team h2 {
	text-align: center;
	font-size: 36px;
	color: #fff !important;
	position: relative;
	padding-bottom: 60px;
	font-family: 'Oswald', sans-serif;
}
	
.team h2::after {
	content: "";
	background: url(../images/tokens_bdr.png);
	width: 393px;
	height: 44px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}


.team ul{
	margin-top:60px;}
.team ul li {
	width: 26.3%;
	display: inline-block;
	border-radius: 10px;
	background: #071743;
	background-position: center 70%;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 30px;
	margin-right: 20px;
	vertical-align: top;
}

.team ul li .icon_Staking {
	margin: 17px auto 20px;
	text-align: center;
}
.team ul li .icon_Staking img {
	width: auto;
	margin:0 auto;
}
.team ul li:last-child{
	margin-right: 0px;
	}
.team ul li .icon {
	margin: 20px auto;
	text-align: center;
}
.team ul li .icon img {
	width: auto;
}

.team ul li h4{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color:#fff;
	font-weight:300;
	}
	
.team ul li p {
	text-align: center;
	padding: 20px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #638cd4;
	font-weight: 500;
	height: 145px;
	display: block;
	vertical-align: top;
}
.team ul li a {
	text-align: center;
	padding: 10px 1px;
	display: block;
	border: 2px solid #4c6eaf;
	border-radius: 30px;
	width: 70%;
	margin: 0 auto;
	color: #fff;
}


.team ul li:nth-child(2) {
	background: #fff;
	background-position: center 70%;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 30px;
	margin-right: 20px;
	vertical-align: top;
}

.team ul li:nth-child(2) h4 {
	color:#f21a16;
	}
.team ul li:nth-child(2) p {
	color: #737373;
}
		
	
.team ul li:nth-child(2) a{
	text-align: center;
	padding: 10px 1px;
	display: block;
	border: 2px solid #f21a16;
	border-radius: 30px;
	width: 70%;
	margin: 0 auto;
	color: #f21a16;
}



		
		
.partnership {
	background:#fff;
	padding:100px 0;
}
.partnership h2 {
	text-align: center;
	font-size: 36px;
	color: #2d2929 !important;
	position: relative;
	padding-bottom: 60px;
	font-family: 'Oswald', sans-serif;
}
	
.partnership h2::after {
	content: "";
	background: url(../images/border_heading.png);
	width: 393px;
	height: 44px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.partnership ul li {
	width: 30%;
	display: inline-block;
	margin-right: 54px;
	margin-top: 69px;
	vertical-align: top;
}

.partnership ul li h5{
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	color:#2d2929;
	font-weight:300;
	text-align:center;
	text-transform:capitalize;
	margin-bottom:20px;
}
.partnership ul li .facebook_details img{
	width:100%;}
.partnership ul li:last-child {
	margin-right: 0;
}
.partnership ul li .facebook_details {
	padding: 20px;
	border-radius: 20px;
	box-shadow: 4px 0 21px 5px #ccc;
}
/* .partnership ul li {
	width: 23.3%;
	display: inline-block;
	margin-right: 20px;
	margin-top:69px;
}
.partnership ul li .partnership_icon{
	padding:20px 0;}
.partnership ul li .partnership_icon img{
	width:auto;}
	
.partnership ul li p{
	color:#638cd4;
	text-align:left;
	font-size:13px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	}	
.partnership ul li a {
	color: #f21714;
	font-size: 13px;
	margin-top: 12px;
	display: block;
}

.partnership ul li:last-child{
	margin-right:0;
}

.partnership .more {
	margin: 50px auto;
	display: block;
	padding: 20px 25px;
	text-align: center;
	border: 1px solid #f21714;
	width: 20%;
	border-radius: 30px;
	color:#ffffff;
	text-transform:uppercase;
}
.partnership .more:hover{
	background:#fff;
	color:#f21714;} */
	
	
.say{
	overflow: hidden;
	padding:100px 0;
	background:#003569;
	outline: none;

}
.say h2 {
	text-align: center;
	font-size: 36px;
	color: #fff;
	position: relative;
	padding-bottom: 50px;
	font-family: 'Oswald', sans-serif;
}
	
.say h2::after {
	content: "";
	background: url(../images/border_heading.png);
	width: 393px;
	height: 44px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}	


.say ul li {
	width: 47%;
	display: inline-block;
	overflow: hidden;
	margin-right: 50px;
	margin-top: 50px;
	vertical-align: top;
}

.say ul li:nth-child(2n) {
	margin-right: 0;
}
.say ul li:last-child{
	margin-right: 0;
}
.say ul li .say_bg {
	background: #061942 ;
	border-radius: 20px;
	width: auto;
	height: auto;
	background-repeat: no-repeat;
	background-position: 68% center;
	background-size: 50%;
	padding: 40px;
	
	overflow: hidden;
}
	
.say ul li .say_bg .say_pic {
	height: 84px;
	width: 84px;
	border-radius: 50%;
	float: left;
	overflow: hidden;
	margin-right: 50px;
	
}

.say ul li .say_bg .say__details {
	float: none;
}

.say ul li .say_bg .say__details h4{
	color:#fff;
	border-bottom:1px solid #264074;
	padding-bottom:20px;	
	font-family: 'Oswald', sans-serif;
	}
	
.say ul li .say_bg .say__details p{
	color:#638cd4;
	font-size:13px;
	font-weight:600;
	padding:20px 0;
	}	


.say ul li .say_bg .say__details ul li {
	width: auto;
	color: #d5124e;
	margin-right: 0;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
}
.say ul li .say_bg .say__details h5 {
	font-size: 18px;
	color: #fff;
	padding: 10px 0;
	font-family: 'Oswald', sans-serif;
}



.say ul li .say_bg .say__details h6 {
	font-size: 14px;
	color: #fff;
	padding: 10px 0;
	font-family: 'Oswald', sans-serif;
}





		
.community {
    background:#003569;
	padding:70px 0;
}
.community h6 {
	text-align: center;
	font-size: 13px;
	color: #fff !important;
	position: relative;
	padding-bottom: 60px;
}
.community h6::after {
	content: "";
	background: url(../images/community_bdr.png);
	width: 232px;
	height: 44px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	background-repeat:no-repeat;
}


.community h3 {
	text-align: center;
	font-size: 36px;
	color: #fff;
	padding-bottom: 30px;
	padding-top: 0;
	line-height: 50px;
	font-family: 'Oswald', sans-serif;
}

.community p {
	color: #638cd4;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	line-height: 20px;
	text-align:center;
}	

.community_box li {
    clear: both;
    display: inline-block;
    margin: 0 10px 17px;
    width: 367px;
}
.community_box input[type="text"] {
	background: none;
	/* border: none; */
	box-sizing: border-box;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 25px;
	padding: 11px 20px;
	width: 100%;
	z-index: 0;
	border: 1px solid #294dea;
}
.community_box {
	margin: 40px auto;
	text-align: center;
}

.community_box input[type="submit"] {
	background: none;
	cursor: pointer;
	padding: 15px;
	margin: 0px;
	padding: 15px 70px;
	border-radius: 40px;
	color: #f21714;
	border: 2px solid #f21714;
	display: block;
	margin: 40px auto;
	font-size: 16px;
	-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;
}
.community_box input[type="submit"]:hover {
    background: #f21714 none repeat scroll 0 0;
	color:#fff;
}
.community ul{
	margin:0 auto;
	text-align:center;}
.community ul li {
	display:inline-block;
	padding:20px;
}
.community ul li i {
	font-size: 25px;
	color: #fff;
	-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;
}

.community ul li i:hover{
	color:#f21714;}
	
	
.footer {
	margin: 100px auto;
	outline: none;
}	
.footer ul li{
	width:30%;}

.footer ul li:first-child {
	width: 31%;
	/*margin-top: 12%;*/
}
.footer ul li:first-child img{
	width:auto;}
	
.footer ul li {
	width: 22%;
	display: inline-block;
	vertical-align: top;
}

.footer ul li ul li {
	display: block;
	width: 100% !important;
	padding: 8px 0;
	text-align: left;
	font-size: 13px;
}

.footer ul li ul li a{
	padding: 8px 0;
	text-align: left;
	color:#737373;
	-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;}
	
.footer ul li ul li a i {
	margin-right: 5px;
	color:#c8c8c8;
	font-size:13px;
	-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;
}	

.footer ul li h3 {
	margin-bottom: 10px;
	color:#061335;
	font-size:18px;
	font-family: 'Oswald', sans-serif;
}
.footer ul li ul li i:hover{
	color:#f21714;
	}
	
	.footer ul li ul li a:hover{
	color:#f21714;}
	
	
.footer_bottam {
	height: 70px;
	background:rgba(31,33,35,0.9);
	width: 100%;
	position: fixed;
	bottom: 0;
}

.footer_bottam p {
	text-align: left;
	margin-top: 26px;
	float: left;
	color:#c3c0c0;
}

.footer_bottam p span {
	color: #fff;
	font-weight: 600;
}	

.footer_btn {
	float: right;
	padding: 14px 28px;
	background: #294dea;
	margin-top: 12px;
	font-size:14px;
	color:#fff;
	webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;
}
.footer_btn:hover{
	background:#061335;
}



/* fixed social*/
#fixed-social {
    position: fixed;
    top: 205px;
}

#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
  left: 41px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-facebook{
 	background-color: #294dea;
 }
 .fixed-facebook span{
	background-color: #294dea;
 }
 .fixed-twitter{
	background-color: #141618;

 }
 .fixed-twitter span{
 	background-color: #141618;
 }
 .fixed-gplus{
	background-color: #294dea;

 }
 .fixed-gplus span{
 	background-color: #294dea;
 }
 .fixed-linkedin{
	background-color: #141618;

 }
 .fixed-linkedin span{
 	background-color: #141618;
 }

/*end fixed social*/



.road_map h2 {
	text-align: center;
	font-size: 36px;
	color: #2d2929;
	position: relative;
	padding-bottom: 50px;
	font-family: 'Oswald', sans-serif;
}
	
.road_map h2::after {
	content: "";
	background: url(../images/border_heading.png);
	width: 393px;
	height: 44px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}


.road_map {
	overflow: hidden;
	background: #fafafa;
	outline: none;
	padding: 80px 0 50px 0;

}





.token_1 {
	overflow: hidden;
	padding: 0;
	outline: none;
}

.token_1 h2 {
	text-align: center;
	font-size: 36px;
	color: #2d2929;
	position: relative;
	padding-bottom: 50px;
	font-family: 'Oswald', sans-serif;
}
	
.token_1 h2::after {
	content: "";
	background: url(../images/border_heading.png);
	width: 393px;
	height: 44px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}

.video_src {
	width: 45%;
	float: left;
	margin: 60px 0;
}
	
.canvasjs-chart-credit {
	display: none;
}	

.pai {
	width: 45%;
	margin: 60px 0 60px 80px;
	float: right;
}
.video_src ul li {
	margin: 10px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}
.video_src ul li strong{
	color:#1f1f1f;}
	
.pai ul {
	margin-top: 40px;
	margin-left: 110px;
}
.pai ul li {
	margin: 10px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}
.pai ul li .bg_btn {
	height: 15px;
	width: 15px;
	background: #0f358e;
	overflow: hidden;
	float: left;
	margin-top: 5px;
	margin-right: 7px;
	border-radius:50%;
}

.pai ul li:nth-child(2) .bg_btn {
	background: #dc3d6e;
	}
	
.pai ul li:nth-child(3) .bg_btn {
	background: #3a59a2;
	}	
	
	
.pai ul li:last-child .bg_btn {
	background: #d5124e;
	}		
	
.ut-btn-group {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}	

.ut-btn-group-pat {
	display: inline-block;
	width: 100%;
	margin-top: 100px;
}	


/*  What is integro button css 22-08-2018    */
.package #bklyn_btn_5b4ef70da9ef41 .bklyn-btn { color:rgba(213, 18, 78); border-color:#d5124e; border-width:2px; border-radius:50px; background-color:rgba(213, 18, 78, 0.15); }
.package #bklyn_btn_5b4ef70da9ef41 .bklyn-btn:hover{ background-color:rgba(213, 18, 78, 0.15); color:#ffffff;}
.package #bklyn_btn_5b4ef70da9ef41 .bklyn-btn:focus{ background-color:rgba(213, 18, 78, 0.15); }
.package #bklyn_btn_5b4ef70da9ef41 .bklyn-btn:active { background-color:rgba(213, 18, 78, 0.15); }
.package #bklyn_btn_5b4ef70da9ef41 .bklyn-btn::after{ background-color:#d5124e; }
.package #bklyn_btn_5b4ef70da9ef41 .bklyn-btn::before{ background-color:rgba(213, 18, 78, 0.5); }
.package #bklyn_btn_5b4ef70da9ef41 a { padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:20px; }


/* .package li:nth-child(even) #bklyn_btn_5b4ef70da9ef41 .bklyn-btn { color:#ffffff; border-color:#0f358e; border-width:2px; border-radius:50px; background-color:#0f358e; }
.package li:nth-child(even) #bklyn_btn_5b4ef70da9ef41 .bklyn-btn:hover{ border-color:#0f358e; background-color:#0f358e; }
.package li:nth-child(even) #bklyn_btn_5b4ef70da9ef41 .bklyn-btn:focus{ border-color:#0f358e; background-color:#0f358e; }
.package li:nth-child(even) #bklyn_btn_5b4ef70da9ef41 .bklyn-btn:active { border-color:#0f358e; background-color:#0f358e; }
.package li:nth-child(even) #bklyn_btn_5b4ef70da9ef41 .bklyn-btn::after{ background-color:#0f358e; }
.package li:nth-child(even) #bklyn_btn_5b4ef70da9ef41 .bklyn-btn::before{ background-color:rgba(33, 118, 255, 0.5); }
.package li:nth-child(even) #bklyn_btn_5b4ef70da9ef41 a { padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:0; }
 */


/*  team */
.team li #bklyn_btn_5b4ef70dafaad .bklyn-btn { color:#ffffff; border-color:#d5124e; border-width:2px; border-radius:50px; background-color:rgba(213, 18, 78, 0.15); }
.team li #bklyn_btn_5b4ef70dafaad .bklyn-btn:hover{ background-color:rgba(213, 18, 78, 0.15); }
.team li #bklyn_btn_5b4ef70dafaad .bklyn-btn:focus{ background-color:rgba(213, 18, 78, 0.15); }
.team li #bklyn_btn_5b4ef70dafaad .bklyn-btn:active { background-color:rgba(213, 18, 78, 0.15); }
.team li #bklyn_btn_5b4ef70dafaad .bklyn-btn::after{ background-color:#d5124e; }
.team li #bklyn_btn_5b4ef70dafaad .bklyn-btn::before{ background-color:rgba(213, 18, 78, 0.5); }
.team li #bklyn_btn_5b4ef70dafaad a { padding-top:12px;padding-right:40px;padding-bottom:12px;padding-left:40px }


.team li:nth-child(even) #bklyn_btn_5b4ef70dafaad .bklyn-btn { color:#ffffff; border-color:#0f358e; border-width:2px; border-radius:50px; background-color:#0f358e; }
.team li:nth-child(even) #bklyn_btn_5b4ef70dafaad .bklyn-btn:hover{ border-color:#0f358e; background-color:#0f358e; }
.team li:nth-child(even) #bklyn_btn_5b4ef70dafaad .bklyn-btn:focus{ border-color:#0f358e; background-color:#0f358e; }
.team li:nth-child(even) #bklyn_btn_5b4ef70dafaad .bklyn-btn:active { border-color:#0f358e; background-color:#0f358e; }
.team li:nth-child(even) #bklyn_btn_5b4ef70dafaad .bklyn-btn::after{ background-color:#0f358e; }
.team li:nth-child(even) #bklyn_btn_5b4ef70dafaad .bklyn-btn::before{ background-color:rgba(33, 118, 255, 0.5); }
.team li:nth-child(even) #bklyn_btn_5b4ef70dafaad a {padding-top:14px;padding-right:40px;padding-bottom:14px;padding-left:40px; }


.lg-img-wrap {
	display: none;
}

/* Laptop silck slider new css */
#slider .draggable {
	width: 62%;
}
#slider img {
	display: block;
	height: 325px;
}
#slider{
	top: 19px;
	right: 183px;
	display: block;
	padding-top: 10px;
	width: 820px;
}

/*Portfolio Modal */
.modal {
	display: none;
	position: fixed;
	padding-top: 60px;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	/*overflow: auto;*/
	background-color: rgba(0,0,0,0.7);
	z-index: 99;
	margin: 0 25%;
}

.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 30%;
	max-width: 1200px;
}

.mySlides img {
	margin: 0 auto;
	display: block;
}

.mySlides img:hover {
	transform: scale(1.3); 
	cursor: pointer;
}
/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

/* Next & previous buttons */
/*.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}*/

/* Position the "next button" to the right */
/*.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
/*.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}*/

/* mail message pop up */

	/* The Modal (background) */
	.modal1 {
		display: none; /* Hidden by default */
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		padding-top: 100px; /* Location of the box */
		left: 0;
		top: 0;
		width:100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
		-webkit-transition: all 0.5s ease;
		-moz-transition: position 10s;
		-ms-transition: position 10s;
		-o-transition: position 10s;
		transition: all 0.5s ease;
	}

	/* Modal Content */
.modal1-content {
	background-color: #fefefe;
	margin: auto;
	padding: 25px;
	width: 250px;
	height: 125px;
	border: 5px solid #4f7cdb;
}
.modal1-content h4 {
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0;
	background: #f19f9f;
	width: 75px;
	margin: 0 auto 15px auto;
	border: 1px solid red;
}
.modal1-content b{
	font-weight: bold;
}
#msg_success h4 {
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0;
	background: #f19f9f;
	width: 75px;
	margin: 0 auto 15px auto;
	border: 1px solid green;
	color: green;
}
#msg_success b{
	font-weight: bold;
}
#msg_success p{
	padding:15px 0;
	color:green;
}

	
/* The Close Button */
.close1{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close1:hover,
.close1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.facebook_details img {
    margin-bottom: 22px;
}
.footer ul li i {
    float: left;
    margin-right: 5px;
    display: block;
}

.footer ul li .local_des {
    overflow: hidden;
    line-height: 22px;
    margin-top: -6px;
}


/*** new design start by Ranjit start 21.05.19 ***/


/**** Blog page start ****/


.banner.innerPgBn {
	overflow: hidden;
	padding: 0;
}
.blog_inr {
	margin: 60px 0;
	overflow: hidden;
}
.banner.innerPgBn img {
	width: 2100px;
	left: 50%;
	margin: 0 0 0 -1050px;
	position: relative;
	height: auto;
	vertical-align: bottom;
}
.captionBox_1 {
	margin: 0;
}
.banner.innerPgBn .captionBox_1 {
	position: absolute;
	left: 0;
	top: 200px;
	width: 100%;
	z-index: 90;
}
.caption_1 {
	display: table;
	margin: 0 auto;
	width: 300px;
	float: left;
	cursor: context-menu;
}
.caption_1 h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 55px;
	font-weight: 200;
	line-height: 46px;
	text-align: left;
	text-transform: capitalize;
	color: #fff;
	border-bottom: 2px solid #fff;
	padding-bottom: 40px;
}
.caption_1 h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 55px;
	font-weight: 200;
	line-height: 46px;
	text-align: left;
	text-transform: capitalize;
	color: #fff;
}

.blog_inr {
	margin: 60px 0;
	overflow: hidden;
}
.blog_inr .wrapper .blog_inr_left {
	width: 65%;
	float: left;
	overflow: hidden;
}
.blog_inr {
	margin: 60px 0;
	overflow: hidden;
}
.blog_inr .wrapper .blog_inr_left {
	width: 65%;
	float: left;
	overflow: hidden;
}
.blog_inr .wrapper .blog_inr_left {
	width: 65%;
	float: left;
	overflow: hidden;
}
.blog_part {
	padding-bottom: 54px;
	border-bottom: 2px dotted #d8d2d2;
	overflow: hidden;
}
.blog_part h2 {
	text-align: left;
	padding: 20px 0 32px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	text-align: left;
	color: #252525;
	font-weight: 400;
}
.blog_img {
	overflow: hidden;
}
.blog_img img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
	-webkit-transition: all 450ms ease 0s;
	-moz-transition: all 450ms ease 0s;
	-ms-transition: all 450ms ease 0s;
	-o-transition: all 450ms ease 0s;
	transition: all 450ms ease 0s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	max-height: 384px;
}
.blog_cmd ul {
	border-bottom: 1px solid #e4e4e4;
}
.blog_cmd ul li {
	display: inline-block;
	padding: 13px 0;
	padding-right: 60px;
}
.blog_cmd ul li a {
	color: #706c6c;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
.blog_inr .wrapper .blog_inr_left p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #595959;
	line-height: 27px;
	text-align: justify;
}

.blog_part {
	padding-bottom: 54px;
	border-bottom: 2px dotted #d8d2d2;
	overflow: hidden;
}
.blog_part h2 {
	text-align: left;
	padding: 20px 0 32px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	text-align: left;
	color: #252525;
	font-weight: 400;
}
.blog_img {
	overflow: hidden;
}
.blog_img img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
	-webkit-transition: all 450ms ease 0s;
	-moz-transition: all 450ms ease 0s;
	-ms-transition: all 450ms ease 0s;
	-o-transition: all 450ms ease 0s;
	transition: all 450ms ease 0s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	max-height: 384px;
}

.blog_img img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.blog_cmd ul {
	border-bottom: 1px solid #e4e4e4;
}
.blog_cmd ul li {
	display: inline-block;
	padding: 13px 0;
	padding-right: 60px;
}
.blog_cmd ul li a {
	color: #5c5b5b;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
.blog_cmd ul li a img {
	padding-right: 10px;
	vertical-align: bottom;
	width: auto;
}
.blog_btn {
	margin-top: 35px;
}
.blog_btn a {
	padding: 15px 30px;
    background: #5c5b5b;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.blog_btn a:hover {
	background: #003569;
    color: #fff;
}
.blog_part {
	padding-bottom: 54px;
	border-bottom: 2px dotted #d8d2d2;
	overflow: hidden;
}
.blog_part h2 {
	text-align: left;
	padding: 20px 0 32px 0;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	text-align: left;
	color: #2d2929;
	font-weight: 400;
}
.blog_img {
	overflow: hidden;
}
.painx {
	margin-top: 16px;
	display: block;
	text-align: left;
	margin: 20px 0;
}
.painx ul li {
	display: inline-block;
	margin: 10px 12px 0px 0;
	font-size: 16px;
	color: #164e96;
}
.painx ul li a {
	padding: 4px 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #5c5b5b;
	background: #fff;
	border: 1px solid #ccc;
}
.painx ul li.activeb a, .painx ul li:hover a {
	background: #003569;
	color: #fff;
}
.blog_inr .wrapper .blog_inr_right {
	width: 30%;
	float: right;
	overflow: hidden;
	margin-top: 15px;
}
.blog_inr .wrapper .blog_inr_right h6:first-child {
	margin-top: 0;
}
.blog_inr .wrapper .blog_inr_right h6 {
	color: #2d2929;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 300;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 20px;
	margin: 30px 0 0 0;
}
.panelBox {
	margin: 20px 0 34px 0;
	padding: 11px;
}
.blogSearchBox form {
	position: relative;
}
.blogSearchBox input[type="text"] {
	background: #003569 none repeat scroll 0 0;
	border: none;
	box-sizing: border-box;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 25px;
	padding: 10px 20px;
	width: 83%;
	z-index: 0;
	border-radius: 25px 0 0 25px;
	margin: 0;
}
.blogSearchBox input[type="submit"] {
	border: none;
	right: 8px;
	top: 0px;
	width: 50px;
	cursor: pointer;
	padding: 14.8px;
	margin: 0px;
	background: rgba(0, 0, 0, 0) url("../images/search_1.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #003569;
	position: absolute;
	border-radius: 0 25px 25px 0;
}
.post {
	padding: 10px 0 10px 0;
	overflow: hidden;
}
.post ul li {
	padding: 10px 0 20px 16px;
	display: block;
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
}
.post ul li a img {
	float: left;
	width: 100px;
	height: 70px;
	border-radius: 12px;
}
.post ul li a h3 {
	color: #5c5b5b;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	overflow: hidden;
	
	padding-left: 10px;
}
.post ul li a h2  {
	color: #5c5b5b;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12px;
	overflow: hidden;
	line-height: 20px;
	padding-left: 10px;
	padding-top: 4px;
}
.post ul li a h3 span {
	color: #003569;
	font-weight: 400;
	font-size: 14px;
	display: block;
	padding-bottom: 10px;
    font-family: 'Oswald', sans-serif;
}
.arc {
	border: 1px solid #efefef;
	padding: 00px;
	overflow: hidden;
	position: relative;
	margin-top: 25px;
	border-radius: 50px;
	margin-bottom: 50px;
}
.blog_recent_post{
    padding: 15px 10px;
}
.arc .selectDrop select {
	box-sizing: border-box;
	color: #535353;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 200;
	line-height: 43px;
	vertical-align: top;
	width: 100%;
	border: none;
	position: relative;
	border-radius: 30px;
	position: relative;
}
.arc .selectDrop select {
	color: #535353;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 200;
	line-height: 43px;
}
.arc .selectDrop::after {
	background: #fff url("../images/down_arrow.png") no-repeat scroll center center;
	content: "";
	height: 48px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}
.arc_1 {
	border: 1px solid #efefef;
	padding: 10px;
	overflow: hidden;
	position: relative;
	margin-top: 25px;
}
.arc_1 ul {
	border: 1px solid #efefef;
	padding: 15px 0 20px 0;
	overflow: hidden;
}
.arc_1 ul li::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 36px;
	position: absolute;
	top: 17px;
	width: 11px;
	z-index: 88;
}
.arc_1 ul li {
	padding: 10px 0 5px 70px;
	display: block;
	position: relative;
}

.arc_1 ul li a{
    color: #2d2929;
}
.arc_1 ul li a:hover {
	color: #003569;
}

.blog_img iframe{
    width: 100%;
    height: 452px;
}
.blog_inr_right .post ul li iframe{
    width: 100px;
    height: 70px;
    float: left;
    border-radius: 12px;
}
/**** Blog page end ****/



/*** footer new design start by Ranjit start ***/

.new_footer{
    overflow: hidden;
    margin-bottom: 40px;
}
.new_footer ul li{
    display: inline-block;
    width: 22%;
    vertical-align: top;
    margin-right: 40px;
}

.new_footer ul li:nth-child(2n) {
    margin-right: 0px;
    margin-left: 189px;
}

.new_footer ul li:nth-child(3n) {
    margin-right: 0px;
    margin-left: 160px;
}
.new_footer img.footer_logo{
    width: auto;
}
.new_footer ul li .footer_logo {
	margin: 0 auto 20px 0;
	width: auto;
}
.new_footer ul li h3 {
	margin-bottom: 10px;
	color: #003569;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.new_footer ul li .social_sec {
	text-align: left;
	margin-top: 10px;
}
.footer ul li .social_sec p {
	text-align: left;
	color: #737373;
	margin: 0;
}
.new_footer ul li .social_sec li {
	width: 30px !important;
	height: 30px !important;
	display: inline-block !important;
	padding: 0;
	text-align: center;
	margin: 7px 10px 7px 0px;
	border-radius: 5px;
	-webkit-transition: all 0.40s ease-in-out;
	-moz-transition: all 0.40s ease-in-out;
	-o-transition: all 0.40s ease-in-out;
	transition: all 0.40s ease-in-out;
	background: #aaaaaa;
}
.new_footer ul li .social_sec li i {
	padding: 8px 11px;
	font-size: 14px;
	color: #003569;
    margin: 0px;
}
.new_footer ul li .social_sec li i.fa-google-plus::before{
    padding: 8px 0px;
    margin-left: -4px;
}
.social_sec li i:hover {
	color: #fff !important;
    background-color: #003569;
    border-radius: 5px;
}
.new_footer ul li ul li {
	display: block;
	width: 100% !important;
	padding: 8px 0;
	text-align: left;
	font-size: 13px;
    margin-left: 0px !important;
}
.new_footer ul li ul li a {
	padding: 8px 0;
	text-align: left;
	color: #737373;
	-webkit-transition: all 0.40s ease-in-out;
	-moz-transition: all 0.40s ease-in-out;
	-o-transition: all 0.40s ease-in-out;
	transition: all 0.40s ease-in-out;
}
.new_footer ul li i {
	float: left;
	margin-right: 5px;
	display: block;
}
.new_footer ul li .local_des {
	overflow: hidden;
	line-height: 22px;
	margin-top: -6px;
}
.new_footer ul li ul li a:hover{
    color: #f21714;
}
.bottom_footer{
    overflow: hidden;
    background-color: #003569;
}
.bottom_footer p{
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    letter-spacing: 1px;
}
/*** footer new design start by Ranjit end ***/

/**** new design latest news start by Ranjit start 23.05.19 ****/



.Pop_Box {
	background: #fff none repeat scroll 0 0;
	display: none;
	padding: 30px 20px 30px 20px;
	overflow: hidden;
	border: 5px solid #e00;
	border-radius: 5px;
}
.Pop_Box .inner_pic {
	width: 100%;
	padding-bottom: 10px;
}



/******************
	news section start
**************/
.news {
    background: #fff;
	padding: 80px 0;
}

.news h2 {
	text-align: center;
    font-size: 36px;
    color: #2d2929 !important;
    position: relative;
    padding-bottom: 60px;
    font-family: 'Oswald', sans-serif;
}

.news h2::after {
    content: "";
    background: url(../images/border_heading.png);
    width: 393px;
    height: 44px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.community h3 {
    text-align: center;
    font-size: 36px;
    color: #fff !important;
    position: relative;
    padding-bottom: 60px;
    font-family: 'Oswald', sans-serif;
}
.community h3::after {
    content: "";
    background: url(../images/tokens_bdr.png);
    width: 393px;
    height: 44px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.news ul{
	margin-top: 50px;
}
.news ul li {
	width: 31.7%;
	border-radius: 5px;
	margin-right: 20px;
	overflow: hidden;
	display: inline-block;
	webkit-transition: all 250ms ease 0s;
    -moz-transition: all 250ms ease 0s;
    -ms-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    border: 1px solid #003569;
    height: 366px;
}
.news ul li:last-child{
	margin-right: 0;
}

.news ul li:hover {
    background: #f2f2f2 none repeat scroll 0 0;
    box-shadow: 0 0 7px rgba(0,0,0,0.15);
}

.news ul li .news_pic{
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	position: relative;
}

.news ul li .news_pic img{
	vertical-align: bottom;
    width: 100%;
    height: auto;
    -webkit-transition: all 450ms ease 0s;
    -moz-transition: all 450ms ease 0s;
    -ms-transition: all 450ms ease 0s;
    -o-transition: all 450ms ease 0s;
    transition: all 450ms ease 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.news ul li:hover .news_pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.news ul li .news_pic .claender{
	padding: 10px;
	background: #003569;
	position:absolute;
	bottom:0;
	left: 0;
	color: #fff;
}

.news ul li .news_pic .claender img{
	width: auto;
	float: left;
	margin-right: 5px;
}
.news ul li .news_pic img{
	display: block;
	width: 100%;
}
.news ul li .news_pic iframe{
    width: 100%;
    height: 206px;
}
.Pop_Box iframe{
    width: 100%;
}
.news ul li .news_dtls{
	background: #fff;
	padding: 20px;
	overflow: hidden;
}

.news ul li .news_dtls h3{
	color: #003569;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.news ul li .news_dtls p{
	color: #5c5b5b;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.news ul li .news_dtls ul {
	margin: 10px 0;
}
.news ul li .news_dtls ul li{
	display: inline-block;
	width: auto;
	margin-right: 7px;
    color: #003569;
    border: 0px;
    height: auto;
}

.news ul li .news_dtls ul li img{
	margin-right: 5px;
	float: left;
    width: auto;
}

.Pop_Box {
	background: #fff none repeat scroll 0 0;
	display: none;
	padding: 30px 20px 30px 20px;
	overflow: hidden;
	border: 5px solid #003569;
	border-radius: 5px;
}
.Pop_Box .service_dets_pop_pic {
	width: 326PX;
	height: auto;
	border-radius: 10px;
	float: right;
	overflow: hidden;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 20px;
}
.Pop_Box h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #003569;
	margin-bottom: 10px;
    line-height: 35px;
}
.Pop_Box .service_dets_pop_pic img {
	height: auto;
	width: 100%;
}
.view {
	text-align: center;
	display: block;
	margin-top: 24px;
	font-size: 18px;
	color: #003569;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.view:hover{
    color: #003569;
}
/******************
	news section end
**************/
/**** new design latest news start by Ranjit end 23.05.19 ****/

/**** new career start by Ranjit 23.05.19 start ****/
 
.career{
	 padding: 33px 0;
	 }
.career h3{
	color: #2581c1;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 300;
    padding: 0 0 16px;
    text-align: center;
	
	}
.career p {
	text-align: center !important;
	padding-top: 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #7b7a7a;
	font-weight: 500;
	width: auto;
	margin: 0 auto 0;
}
.jobList{
	padding:30px 0 0 0;
	}	
.career li{
	background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 20px;
}








.career li::after {
    clear: both;
    content: "";
    display: block;
	}
.career li:hover{
    background: #f2f2f2 none repeat scroll 0 0;
    box-shadow: 0 0 7px rgba(0,0,0,0.15);
    border: 1px solid #f4f4fb;
    cursor: pointer;
}
.career h5{
	color: #2581c1;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    
    text-align: center;
    padding-bottom: 15px;
	}

.career li p {
    font-size: 13px;
    line-height: 24px;
	}	
.career li a{
	display:block;
	}
.applyBtn{
	background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMmIyYjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(178,178,178,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(178,178,178,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(178,178,178,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(178,178,178,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(178,178,178,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(178,178,178,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2b2b2',GradientType=0 ); /* IE6-8 */

	border: 1px solid #999;
    border-radius: 3px;
    color: #5d5d5d;
    margin: 0px auto;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 0;
    text-align: center;
    width: 131px;
	cursor:pointer;
	margin-top: 20px;
}
.applyBtn:hover{
	background: rgb(178,178,178); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyYjJiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(178,178,178,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,178,178,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(178,178,178,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(178,178,178,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(178,178,178,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(178,178,178,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	}

.jobCnt:after{
	content:'';
	display:block;
	clear: both;
	}
.jobForm{
	padding:0;
	}

#jobFormBox form::after {
    clear: both;
    content: "";
    display: block;
	}
#jobFormBox form {
    border: 1px solid #d1d1d1;
    padding: 15px;
	}
#jobFormBox form p{	
	font-family: Lato;
	font-size: 14px;
	font-weight: 500;
	padding:5px 0;
}

#jobFormBox ul {
    display: inline-block;
    float: left;
    width: 47%;
	}
#jobFormBox ul:last-child{
	float:right;
	}
.jobForm li {
    border: medium none;
    display: inline-block;
    float: left;
    margin: 10px 0 6px;
    padding: 0;
    vertical-align: top;
	width:100%;
	}
.jobForm li:nth-child(2n){
	float:right;
	}
.jobForm li label{
	color: #363636;
    font-family: 'Montserrat', sans-serif;;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    padding: 5px 0;
	display:inline-block;
	width:46%;
	}
.jobForm li select{
	border: 1px solid #d0d0d0;
    color: #6b6b6b;
    display: inline-block;
    float: right;
    font-family: 'Montserrat', sans-serif;;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    padding: 4px;
    vertical-align: top;
    width:52.2%;
	}
.jobForm li input[type="text"]{
	border: 1px solid #d0d0d0;
    color: #6b6b6b;
    display: inline-block;
    float: right;
    font-family: 'Montserrat', sans-serif;;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    padding: 6px 5px;
    vertical-align: top;
    width: 50%;
	}

.jobForm li input[type="email"]{
	border: 1px solid #d0d0d0;
    color: #6b6b6b;
    display: inline-block;
    float: right;
    font-family: 'Montserrat', sans-serif;;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    padding: 6px 5px;
    vertical-align: top;
    width: 50%;
}	
.jobForm li input[type="file"]{
	border: 1px solid #d0d0d0;
    color: #6b6b6b;
    display: inline-block;
    float: right;
    font-family:'Montserrat', sans-serif;;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    padding: 6px 5px;
    vertical-align: top;
    width: 50%;
}	

	.jobForm li input[type="password"]{
	border: 1px solid #d0d0d0;
    color: #6b6b6b;
    display: inline-block;
    float: right;
    font-family:'Montserrat', sans-serif;;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    padding: 2px 5px;
    vertical-align: top;
    width: 50%;
	}
.jobForm li textarea{
	border: 1px solid #d0d0d0;
    color: #6b6b6b;
    display: inline-block;
    float: right;
    font-family: 'Montserrat', sans-serif;;
    font-size: 14px;
    font-weight: 500;
    height: 72px;
    line-height: 25px;
    padding: 5px;
    resize: none;
    vertical-align: top;
    width: 50%;
	}
	
	div#captcha {
    display: inline-block;
}
.jobForm li input[type="submit"], .jobForm li input[type="button"]{
	background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMmIyYjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(178,178,178,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(178,178,178,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(178,178,178,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(178,178,178,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(178,178,178,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(178,178,178,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2b2b2',GradientType=0 ); /* IE6-8 */

	 border: 1px solid #999;
    border-radius: 3px;
    color: #5d5d5d;
    cursor: pointer;
    display: block;
    float: none;
    font-size: 13px;
    font-weight: 600;
   	margin: 17px auto;
    padding: 12px 65px;
    vertical-align: top;
    }

.browseFileCnt input {
    display: none;
	}
.browseFileCnt label {
   background: #fff url("../images/fileIcon.png") no-repeat scroll 8px 8px;
    border: 1px solid #d0d0d0;
    padding-left: 8% !important;
    width: 91.5% !important;
	}
/**** new career start by Ranjit 23.05.19 end ****/


/*** new design start by Ranjit start 21.05.19 ***/

.innerPg_bn.blog_bn{
    background-image: url(../images/banner_innerpage.jpg);
    position: relative;
    height: 169px;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left center;
    outline: none;
	width: 100%;
}

/** blog text center **/

.blog_news {
    overflow: hidden;
    margin-bottom: 60px;
}
.blog_news h2{
    text-align: center;
    font-size: 40px;
    color: #2d2929;
    position: relative;
    padding-bottom: 50px;
    font-family: 'Oswald', sans-serif;
}
.blog_news h2::after{
    content: "";
    position: absolute;
    background-image: url(../images/border_heading.png);
    width: 393px;
    height: 44px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}


/**Innerpage Footer Starts**/
.newfooter {
	margin: 100px auto;
	outline: none;
}	
.newfooter ul li{
	width:30%;}

.newfooter ul li:first-child {
	width: 31%;
	/*margin-top: 12%;*/
}
.newfooter ul li:first-child img{
	width:auto;}
	
.newfooter ul li {
	width: 22%;
	display: inline-block;
	vertical-align: top;
}


.newfooter ul li ul li {
	display: block;
	width: 100% !important;
	padding: 8px 0;
	text-align: left;
	font-size: 13px;
	margin-left:0 !important;
}

.newfooter ul li ul li a{
	padding: 8px 0;
	text-align: left;
	color:#737373;
	-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;}
	
.newfooter ul li ul li a i {
	margin-right: 5px;
	color:#c8c8c8;
	font-size:13px;
	-webkit-transition: all 0.40s ease-in-out;
	-moz-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;
}	

.newfooter ul li h3 {
	margin-bottom: 10px;
	color:#061335;
	font-size:18px;
	font-family: 'Oswald', sans-serif;
}
.newfooter ul li ul li i:hover{
	color:#f21714;
	}
	
.newfooter ul li ul li a:hover{
	color:#f21714;
}
	
.newfooter ul li .local_des {
    overflow: hidden;
    line-height: 22px;
    margin-top: -6px;
}

.newfooter ul li i {
    float: left;
    margin-right: 5px;
    display: block;
}

.newfooter ul li p {
	text-align: left;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #737373;
	margin: 13px 0;
}
	

.newfooter ul li .social_sec li i {
    padding: 9px 10px;
    font-size: 13px;
    color: #003569;
    margin: 0px;
}

.newfooter ul li .social_sec li {
    width: 30px !important;
    height: 30px !important;
    display: inline-block !important;
    padding: 0;
    text-align: center;
    margin: 7px 10px 7px 0px;
    border-radius: 5px;
    -webkit-transition: all 0.40s ease-in-out;
    -moz-transition: all 0.40s ease-in-out;
    -o-transition: all 0.40s ease-in-out;
    transition: all 0.40s ease-in-out;
    background: #aaaaaa;
}
.footer_bottam {
	height: 70px;
	background:rgba(31,33,35,0.9);
	width: 100%;
	position: fixed;
	bottom: 0;
}

.footer_bottam p {
	text-align: left;
	margin-top: 26px;
	float: left;
	color:#c3c0c0;
}

.footer_bottam p span {
	color: #fff;
	font-weight: 600;
}	

.footer_btn {
	float: right;
	padding: 14px 28px;
	background: #294dea;
	margin-top: 12px;
	font-size:14px;
	color:#fff;
	webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;
}
.footer_btn:hover{
	background:#061335;
}
.newfooter ul li:nth-child(2n) {
    margin-right: 0px;
    margin-left: 150px;
}
.newfooter ul li:nth-child(3n) {
    margin-right: 0px;
    margin-left: 105px;
}
/**Innerpage Footer Ends**/

.post {
    margin-bottom: 10px !important;
}

.painx .page-numbers {
    padding: 4px 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #5c5b5b;
    background: #fff;
    border: 1px solid #ccc;
}
.painx .page-numbers.current {
    background: #003569;
    color: #fff;
}
.painx .page-numbers:hover {
   background: #003569;
    color: #fff;
}
.blog_news.careerpage {
    margin-bottom: 40px;
}

.staking ul li a img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.staking #slider_1 .slick-dots {
	text-align: center ;
}
.staking #slider_1 .slick-dots li {
	margin: 0 5px;
	width: auto ;
	height: auto;
	padding:0;
	border:none;
	margin-top:30px;
}
.staking #slider_1 .slick-dots li.slick-active button {
	background:#fff;
}
 .staking #slider_1 .slick-dots li button {
	width: 10px ;
	height: 10px;
	border:2px solid #003569;
	border-radius: 50%;
	background-color:#003569;
}
.staking  #slider_1 .slick-dots li button::before {
	content: '';
	width: 10px;
	height: 10px;
	opacity: 1;
}	
/*.staking #slider_1 .slick-prev{
	display:none !important;}
.staking #slider_1 .slick-next{
	display:none !important;
	}*/
	
	.view.carrier {
  
    margin-top: 65px;
    color: #fff;
  }
  .jobForm li img {
    width: 30%;
}
.jobForm li:last-child textarea {
    width: 100%;
    box-sizing: border-box;
    display: block;
    height: 150px;
}

.jobForm li:first-child textarea {
    width: 52%;
    box-sizing: border-box;
    display: block;
    height: 52px;
}

.team .view {
    text-align: center;
    display: block;
    margin-top: 45px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.team .view:hover {
    color: #d5124e;
}

.footer ul li p {
    text-align: left;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #737373;
    margin: 13px 0;
}

.footer ul li .social_sec li {
    width: 30px !important;
    height: 30px !important;
    display: inline-block !important;
    padding: 0;
    text-align: center;
    margin: 7px 10px 7px 0px;
    border-radius: 5px;
    -webkit-transition: all 0.40s ease-in-out;
    -moz-transition: all 0.40s ease-in-out;
    -o-transition: all 0.40s ease-in-out;
    transition: all 0.40s ease-in-out;
    background: #aaaaaa;
}

.footer ul li .social_sec li i {
    padding: 9px 10px;
    font-size: 13px;
    color: #003569;
    margin: 0px;
}





/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}







/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #003569;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 43%;
}





/* The circles on the timeline */
.container::after {
  content: '';
  position: absolute;
  width: 23px;
  height: 23px;
  right: -17px;
  background-color: white;
  border: 4px solid #f21a16;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}




/* Place the container to the right */
.left:nth-child(2n) {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ececec ;
}

/* Add arrows to the right container (pointing left) */
.left:nth-child(2n)::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ececec transparent transparent;
}

/* Fix the circle for containers on the right side */
.left:nth-child(2n)::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: #ececec;
  position: relative;
  border-radius: 6px;
}


.content p {
    text-align: left;
    padding: 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #638cd4;
    font-weight: 500;
    height: 114px;
    display: block;
    vertical-align: top;
}

.work_details {
    padding: 55px 0;
}

.icon_Staking_road {
    height: auto;
    width: 80px;
    padding: 10px;
    background: #f1f1f1;
    border-radius: 10px;
    margin: 0 0 20px 0;
}


.icon_Staking_road img {
    width: auto;
    display: block;
}


.work_details h3{    
	text-align: left;
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    color: #f21a16;
    font-weight: 400;
}

.work_details p{    
	text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #737373;
    font-weight: 500;
    padding: 10px 0 24px 0;
    display: block;   
}

.staking li .listedimage {
    height: 400px;
    width: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.description {
    color: #fff;
   font-size: 16px;
    font-weight: 400;
    position: absolute;
    bottom: -40%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    background: #003569;
    width: 100%;
    padding: 10px 0;
    line-height: 40px;
    visibility: hidden;
}

.staking li:hover .description {
    bottom: -32px;
    height: 11%;
    visibility: visible;
}

.site_name {
    transition: .5s ease;
}

.road_map .work_intro p {
    text-align: center;
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #7b7a7a;
    font-weight: 500;
    width: auto;
    margin: 0 auto 0;
}
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 24px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #000;
    border: none;
    outline: none;
    background: none;
    background-image: url(../images/arrow-pointing-to-right.png);
}


.say .view {
    text-align: center;
    display: block;
    margin-top: 45px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.say .view:hover {
    color: #d5124e;
}



.portfoliobox {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    overflow: auto;
    height: 655px;
    float: none;
    width: 100%;
    margin-top: 70px;
}


.product_loading::after {
    background: url(../images/ZKZg.gif) no-repeat center;
        background-repeat: no-repeat;
        background-size: auto auto;
    width: 50px;
    height: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center-center;
    clear: both;
    content: "";
    display: block;
    text-align: center;
    margin: 0 auto;
}


/**Update on 04-07-2019***/
.team ul li p a {
    border: none;
    display: inline;
}


.team ul li:nth-child(2) p a {
    border: none;
    display: inline;
}
.nocontentimage {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.nocontentimage img {
    width: auto;
}