@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Chewy|Rancho|Cutive);
/*************************
*******Typography******
**************************/
body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #6f6f6f;
	margin:0;
	padding:0;
}

p {
  	line-height:24px;	
}

strong {
	line-height:24px;	
}

/*
.btn {
  	border-radius: 0;
  	font-size: 12px;
  	padding: 9px 9px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	border:#16a14a 2px solid
}

.btn:hover{
color:#fff;
background:#16a14a;
border:#105b8e 2px solid
}
*/


/*a {
   -webkit-transition: 300ms;
   -moz-transition: 300ms;
   -o-transition: 300ms;
   transition: 300ms;
}*/

a:focus, 
a:hover {
   text-decoration: none;
   outline: none;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Open Sans' , sans-serif;
   font-weight: 300;
   text-transform: uppercase;
}

h2 {
   font-size: 36px
}

/*************************
*******Navigation******
**************************/
.navbar-brand {
    float: left;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
    height: 65px;
}

.navbar-toggle {
   margin-top: 12px
}

.navbar-toggle .icon-bar {
   background-color: #4c4a3d;
}

.navbar-toggle, 
.navbar-toggle:focus {
   border-top: 2px solid #4c4a3d;
   border-right: 2px solid #0098db;
   border-left: 2px solid #4c4a3d;
   outline: none;
   border-bottom: 2px solid #0098db;
}

.navbar-nav.navbar-right:last-child{margin-right:20px}

.navbar-default .navbar-static-top{
position:absolute;	
}

/*************************
*******Header CSS******
**************************/

.header-top {
  display: block;
  overflow: hidden;
  padding: 10px 25px 10px 25px;
  background: transparent;
  color:#fff
}

.header-top a{
color:#fff	
}

.header-top i.fa{
color:#fff	
}

.social-icons i.fa-facebook{
font-size:18px	
}

.social-icons i.fa-user{
font-size:18px	
}

.main-nav {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.main-nav 
.container {
  width: 100%
}

.navbar-brand {
  /* background-color: #fff;*/
  height: 55px;
  position: relative;
  width: 197px;
  margin-left:55px;
}

.navbar-brand img {
  position: absolute;
  top:10px;
  height:55px
  }

.navbar-right {
 /*  background-color: #1B7B98;*/
  padding:0 15px 0 0;
  opacity: .9
}

.navbar-right li a {
  padding: 30px 0px 10px 0px;
  font-size: 16px;
  color:#4c4a3d;
  font-family: 'Raleway', sans-serif;
  margin-right:25px;
  margin-bottom:20px;
  font-weight:700;
  letter-spacing:1.2px
}

.navbar-right li a:hover {
 background:none
}

.navbar-right > li > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 0;
}
.navbar-right > li > a:hover:before {
  background-color: #0098db;
  content: "";
  width: 50%;
  }
  
.navbar-right > li.current > a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
}
.navbar-right > li.current > a:before {
  background:none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 100%;
}

.navbar-right > .active > a,
.navbar-right > .active > a:focus,
.navbar-right > .active > a:hover {
  background: none;
  color:#4c4a3d
}
.navbar-right > .active > a:before,
.navbar-right > .active > a:focus:before,
.navbar-right > .active > a:hover:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 65%;
  height: 2px;
  background:#0098db;
}

.navbar-right > a:hover{
 background:none	
}

.selected{
background-color:#259dd1;
   color:#259dd1	
}

.fixed-menu {
  position:relative;
  border-color:#e7e7e7
}

.fixed-menu .header-top {
  display: block;
  overflow: hidden;
  padding: 0px;
  height:auto;
}

.fixed-menu .navbar-right {
  padding: 0 0px 0 0;
}


.fixed-menu .navbar-right li a {
  font-size: 13px;
  text-shadow:inherit;
}

.fixed-menu .navbar-brand {
  height: 60px;
  margin-top: 0;
  padding: 0 0 0 0px;
  margin-bottom: 0;
  width: 168px;
}

.fixed-menu .navbar-brand img {
  height:60px;
  top: 0;
}

.fixed-menu .header-top {
  display:block;
}

.header-left {float:left}

.header-right {float:right}

.white {
	background-color:#fff;
	opacity:0.8
}

 .email {display:inline}
/*************************
*******Home CSS******
**************************/

#home {
  position: relative;
  overflow: hidden;
}


/*================================================== 
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide .item img{
	width: 100%;
}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
	top: 50%;
	margin-top: -70px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	color: #fff;
}

#main-slide .carousel-indicators {
	bottom: 30px;
}

.carousel-indicators li{
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 53%;
	z-index: 5;
	display: inline-block;
}

#main-slide .carousel-control .fa-angle-left{
	left: 0;
}

#main-slide .carousel-control .fa-angle-right{
	right: 0;
}

#main-slide .carousel-control i{
	background: rgba(76,74,61,.6);
	color: #fff;
	line-height: 36px;
	font-size: 25px;
	padding: 10px 15px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


#main-slide .slider-content h2{
	font-size: 76px;
	font-weight: 100;
	text-transform: uppercase;
    color: #555;
}

#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content h3{
	font-size: 36px;
	font-weight: 300;
	margin-top: 90px;
	text-transform: uppercase;
    text-align: center;
    color: #fff;
	font-family:'Raleway', sans-serif;
	 text-shadow: 2px 2px 2px #3a3a3a
	 }

.slider.btn{
	padding: 5px 8px;
	margin-top: 40px;
	font-size: 14px;
	border-radius: 10px;
	text-transform: uppercase;
	line-height: 28px;
	border: 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
		box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  color:#fff;
  background:#249dd2;
  opacity:0.7;
  border:1px solid #fff;
  font-family: "Open Sans", sans-serif;
}

.slider.btn.btn-default{
	margin-left: 4px;
	background: #ECECEC
}

.slider.btn.btn-default:hover{
	background: #000;
	color: #fff;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right{
	position: relative;
}

/*-- Animation --*/
.carousel .item.active .animated1 {
	
}

.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
	animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
	-webkit-animation: flipInX 1s ease-in 500ms both;
	animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
	-webkit-animation: fadeInDown 1s ease-in 1000ms both;
	animation: fadeInDown 1s ease-in 1000ms both;
}






/*=======================
====== multiselect CSS =====
=========================*/
.btn-default {
    color: #333;
    background-color: #fff;
    border: 2px solid #1d75bd;
}

.btn-default:hover {
background-color: #fff;
    border: 2px solid #259dd1;	
}

span.multiselect-native-select {
	position: relative
}
span.multiselect-native-select select {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	margin: -1px -1px -1px -3px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important;
	left: 50%;
	top: 30px
}
.multiselect-container {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width:300px
}
.multiselect-container .input-group {
	margin: 5px
}
.multiselect-container>li {
	padding: 0
}
.multiselect-container>li>a.multiselect-all label {
	font-weight: 700
}
.multiselect-container>li.multiselect-group label {
	margin: 0;
	padding: 3px 20px 3px 20px;
	height: 100%;
	font-weight: 700
}
.multiselect-container>li.multiselect-group-clickable label {
	cursor: pointer
}
.multiselect-container>li>a {
	padding: 0
}
.multiselect-container>li>a>label {
	margin: 0;
	height: 100%;
	cursor: pointer;
	font-weight: 400;
	padding: 3px 0 3px 30px
}
.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
	margin: 0
}
.multiselect-container>li>a>label>input[type=checkbox] {
	margin-bottom: 5px
}
.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
	padding: 3px 20px 3px 40px
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
	margin-left: -20px;
	margin-right: 0
}

/*************************
*******Intro CSS******
**************************/

#intro {
	padding-bottom:50px;
	padding-top:30px;
	background:#fff
}

#intro h2 {
    color:#4c4a3d;
	margin-bottom:14px;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
	}


#intro p {
  font-family: "Open Sans", sans-serif;;
  font-size: 18px;
  color: #929292;
  line-height:1.9em;
  text-align:justify;
  font-weight:300;
  margin-top:15px
}


#intro a{
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #6f6f6f;
}

#intro img{
	margin: auto;
    display: block;
    margin-bottom:10px;
	max-width:80px
}


.decisions {
    margin: 20px 0 0 0; 
	background: url('../images/investurtle-for-decisions-regarding-money.png') no-repeat center center;
	background-size: cover;
	height:240px;
	text-align:center;
  border-radius:10px;
  border:2px solid #0098db
}


.decisions-text {
	font-family:'Raleway', sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 1.8em;
    font-weight: 500;
	position:absolute;
	font-style:italic;
	top:20px;
	left:35px
}

.open-quotes{
position:absolute;
}

.open-quotes img{
max-width:23px !important;
}


.close-quotes{
position:absolute;
top:45px;
left:280px
}

.close-quotes img{
max-width:23px !important;
}


/*====================================================
page-header
======================================================*/
.page-head{
    background:url(../images/about-investurtle.jpg) 
        no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}

.page-head  .line{
    display: block;
	max-width:80px;
	position:absolute;
	top:240px;
	left:10px
}

.page-head-content {
	position:relative
}
.page-head-content .page-title {
    margin: 0px;
    padding: 10px 16px;
    font-size: 30px;
    font-weight:400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-head1{
    background: url(../images/our-approach-investurtle.jpg)
        no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}

.page-head1-content {
    padding-top: 52px;
    padding-bottom: 52px;
}
.page-head1-content .page-title {
    margin: 0px;
    padding: 10px 16px;
    font-size: 30px;
    font-weight:400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-head1  .line1{
    display: block;
	max-width:80px;
	position:absolute;
	top:240px;
	left:105px
}


.page-head2{
    background: url(../images/branding-and-events-winstep.jpg)
    no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}
.page-head2-content {
    padding-top: 52px;
    padding-bottom: 52px;
}
.page-head2-content .page-title {
    margin: 0px;
    padding: 10px 16px;
    font-size: 30px;
    font-weight:400;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.page-head3{
    background: url(../images/winstep-analytics-solution.jpg)
    no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}
.page-head3-content {
    padding-top: 52px;
    padding-bottom: 52px;
}
.page-head3-content .page-title {
    margin: 0px;
    padding: 10px 16px;
    font-size: 30px;
    font-weight:400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-head4{
    background: url(../images/winstep-analytics-services.jpg)
    no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}
.page-head4-content {
    padding-top: 52px;
    padding-bottom: 52px;
}
.page-head4-content .page-title {
    margin: 0px;
    padding: 10px 16px;
    font-size: 30px;
    font-weight:400;
    text-transform: uppercase;
    letter-spacing: 2px;
}



.page-head5{
    background: url(../images/case-study-mahindra-agro-awards.jpg)
    no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}
.page-head5-content {
    padding-top: 52px;
    padding-bottom: 52px;
}
.page-head5-content .page-title {
    margin: 0px;
    padding: 10px 16px;
    font-size: 30px;
    font-weight:400;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.page-head6{
    background: url(../images/case-study-rbi-initiative-on-financial-inclusion.jpg)
    no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}
.page-head6-content {
    padding-top: 52px;
    padding-bottom: 52px;
}
.page-head6-content .page-title {
    margin: 0px;
    padding: 10px 16px;
    font-size: 30px;
    font-weight:400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-head7{
    background: url(../images/services-investurtle.jpg)
    no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}
.page-head7-content {
    padding-top: 52px;
    padding-bottom: 52px;
}

.page-head7  .line7{
    display: block;
	max-width:80px;
	position:absolute;
	top:240px;
	left:15px
}
.page-head7-content .page-title {
    margin: 0px;
    padding: 10px 16px;
    font-size: 30px;
    font-weight:400;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.page-head8{
    background: url(../images/contact-investurtle.jpg)
    no-repeat scroll center top / cover;
    color:#FFF;
    position: relative;
    min-height: 300px;
}
.page-head8-content {
    padding-top: 52px;
    padding-bottom: 52px;
}

.page-head8 .line8{
    display: block;
	max-width:80px;
	position:absolute;
	top:240px;
	left:15px
}
.page-head8-content .page-title {
    margin: 0px;
    padding: 10px 16px;
    font-size: 30px;
    font-weight:400;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.page-title {
    top:190px;
	position:absolute;
	color:#fff
}

/*************************
*******Services CSS******
**************************/

#services {
	padding-bottom:50px;
	padding-top:30px;
    background-color:#f7f7f7;
	position:relative
}

#services h2 {
    color:#4c4a3d;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit;
}


#services  img{
	margin: auto;
    display: block;
    margin-bottom:10px;
	max-width:80px
}

.serv-right{
text-align:right	
}

.serv-right-icon{
float:right
}

.serv-left{
text-align:left	
}

#services h3{
font-family: 'Raleway', sans-serif;
color:#4c4a3d;
font-size:18px;
font-weight:600;
}

#services .col-md-1 img{
max-width:120px !important;
margin-top:15px;
padding-right:50px
}

#services .btn{
	padding: 10px 12px;
	font-size: 13px;
	border-radius:8px;
	text-transform: uppercase;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
  color:#4c4a3d;
  font-family: 'Raleway', sans-serif;
  margin-top:40px;
  border-left:2px solid #4c4a3d;
  border-top:2px solid #4c4a3d;
  border-right:2px solid #0098db !important;
  border-bottom:2px solid #0098db !important;
  font-weight:600
}

#services .btn:hover{
  background:#4c4a3d;
  border:2px solid #4c4a3d !important;
  color:#fff
}

#tax{
margin-top:0px
}

.pad-right-20{
padding-right:20px	
}

.left-column .media {
    text-align          : right;
}
.media{
    margin-top          : 50px;
}

.left-column .media-left {
    float               : right;
    padding-left        : 20px;
    padding-right       : 0;
}

.left-column .media-body {
    display         : block;
}
.right-column .media-left.media-middle {
float               : left;
padding-right       :20px;
}
.media-body h2{
    font-size       : 15px;
    line-height     : 30px;
    }
.media-body h3{
    font-size       : 14px;
}


/*************************
*******services CSS******
**************************/

.services_new-sidebar p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #919191;
  line-height:1.9em;
  font-weight:300;
  padding-top:30px
}

.services_new-sidebar .col-sm-4 p{
padding-top:0px !important	
}


.services_new-sidebar img{
	margin: auto;
    display: block;
    margin-bottom:20px;
	max-width:180px
}


.services_new-sidebar h2 {
    color:#259dd1;
	margin-bottom:14px;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit;
	}
	
.services_new-sidebar h3 {
	color: #259dd1;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
	}

.services_new-sidebar{
	padding-top:30px;	
}

.services_new-sidebar .col-md-2{
	padding:0px
}

.services_new-sidebar .col-xs-6{
	padding:5px
}

.services_new-sidebar .st-center .line {
    border-top: 1px solid #666666;
    height: 10px;
    width: 60px;
    text-align: center;
    margin: 0px auto 0px auto;
}


.services_new-sidebar .sidebar-content .line {
    border-top: 1px solid #259dd1;
    height: 10px;
    width: 60px;
    text-align:left;
}

.single-serv-content{
 border-bottom: 1px solid #ddd;
 padding-bottom:20px	
}


.single-serv-content1{
 padding-bottom:20px	
}

.services_new-sidebar .sidebar-content{
	padding-top:30px;
}

.services_new-sidebar .list-group-item.active, 
.services_new-sidebar .list-group-item.active:hover, 
.services_new-sidebar .list-group-item.active:focus,
.services_new-sidebar .sidebar-heading{
    background      : transparent;
    color           : #259dd1;
    font-size       : 14px;
    font-weight     : bold;
    border-width    : 0 0 0 0;
}

.services_new-sidebar .list-group-item.active{
    position : relative;
}

.services_new-sidebar .list-group-item:last-child{
	border-bottom: 1px solid #ddd;	
}

.services_new-sidebar .list-group-item:last-child:hover{
	border-bottom: 1px solid #ddd;	
}

.services_new-sidebar .list-group-item.active:before,
.services_new-sidebar .sidebar-heading:before{ 
    content         : " ";
    border-width    : 0 0 2px 0;
    border-color    : #4c4a3d;
    border-style    :  solid;
    width           : 60px;
    position        : absolute;
    bottom          : 0;
    left            : 0;
}

.services_new-sidebar a.list-group-item:hover, .services_new-sidebar a.list-group-item:focus{
    background  : transparent;
    color       : #259dd1;
}


.services_new-sidebar .sidebar-heading{  
    padding         : 11px 0 8px 0;
    border-bottom   : 1px solid #ececec;
    position        : relative;
}

.sidebar {
    margin: 35px 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}


/*************************
**Analytics Solution CSS**
**************************/


.services-section {
}


.services-section img{
	margin-top:40px;
	margin-bottom:40px
}


.services-section h3 {
    color: #259dd1;
    font-family: 'Raleway', sans-serif;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 400;
    text-transform: inherit
	}
	
.services-section p{
font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.2em;
    font-weight: 300;
}

.services-section h4{
	font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight:500;
	padding-bottom:10px
}

.feature-section {
    padding-top: 100px;
}

.feature, .feature-2, .feature-3 {
    padding-bottom: 40px;
}


.feature-2 i {
   font-size:2em;
    color: #fff;
    width: 60px;
    height: 60px;
   position: relative;
   padding-top:15px;
   padding-left:17px;
   border-radius:35px
    
}

.feature-2 .media-body {
    margin-left: 25px !important;
}

.feature-2 .border {
    margin-top: 20px;
    margin-left: 49.999%;
    margin-right: 49.999%;
	border-color:none;
}

.feature-2:hover .border {
    margin-left: 0%;
    margin-right: 0%;
}

.feature i {
    background: #5BB12F;
}

.no-touch .feature:hover i,
	.no-touch .feature:active i,
	.no-touch .feature:focus i {
        
        box-shadow: 0 0 0 0 #5BB12F;
}

.feature-2 i {
    background:#259dd1;
    border: 1px solid #259dd1;
}

.feature-2:hover i {
    background: transparent;
    color: #259dd1;
}


.border {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	visibility:hidden
}

.feature-2:hover .border {
    border-color:#259dd1;
	visibility:visible
}


/*************************
*******Nav Tabs CSS**********
**************************/


.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 0px 0px 0 0;
	background:#e7e8e7;
	border-bottom:4px solid #259dd1 !important;
	color:#259dd1;
	margin-bottom:10px;
    font-family:'Raleway', sans-serif;
	font-size:16px
}

.nav-tabs>li>a:hover {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 0px 0px 0 0;
	color:#259dd1
}

.nav-tabs {
    border-bottom:none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus 
 {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 0px 0px 0 0;
	background:#e7e8e7;
	border-bottom:4px solid #259dd1;
	color:#259dd1;
	margin-bottom:10px
}


 /*************************
*******Section Title CSS******
**************************/


.section-title.st-center {
  text-align: center;
}

 /*************************
*******Clients CSS******
**************************/

#clients {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
}


#clients h2 {
    color:#259dd1;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
}

#clients  img{
	margin: auto;
    display: block;
    margin-bottom:10px;
	max-width:80px
}

#clients p{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 2.4em;
    text-align: center;
    font-weight: 300;
    margin-top: 15px;
	margin-bottom:40px
}

#clients .btn{
 font-family: 'Raleway', sans-serif;
  font-size:12px;
  background:#259dd1;
  color:#fff;
  border:2px solid #fff;
  border-radius:8px;
  margin-top:20px;
  opacity:0.6;
  padding: 4px 8px;
}

#clients .btn:hover{
background:#259dd1;
color:#fff	
}

 /*************************
*******Team CSS******
**************************/

#team {
    background-color:#f7f7f7;
}

#team h2 {
    color:#259dd1;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
}


#team p {
font-family: "Open Sans", sans-serif;;
  font-size: 14px;
  color:#fff;
  line-height:1.9em;
  font-weight:500;
  padding:20px;
  text-align:justify;
}

#team  img{
	margin: auto;
    display: block;
    margin-bottom:10px;
	max-width:80px
}


#team h3 {
    color:#259dd1;
	font-family: 'Raleway', sans-serif;
	font-size:24px;
	font-weight:400;
	text-transform:inherit;
}

.box{
  border-left:2px solid #fff;
  border-top:2px solid #fff;
  border-right:2px solid #0098db;
  border-bottom:2px solid #0098db;
  margin-top:30px;
  margin-bottom:50px;
  border-radius:12px
}

#team i.fa{
	height:60px;
    width: 60px;
    border-radius:12px;
	color:#fff;
	font-size:30px;
	padding-top:12px;
	border-left:2px solid #fff;
	border-top:2px solid #fff;
	border-right:2px solid #259dd1;
	border-bottom:2px solid #259dd1;
	margin-top:30px
}


 /*************************
*******Services Bottom CSS******
**************************/

#serv-bottom {
    background-color:#f7f7f7;
	color:#fff
}

#serv-bottom h2 {
    color:#259dd1;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
}


#serv-bottom p {
font-family: "Open Sans", sans-serif;;
  font-size: 14px;
  color:#fff;
  line-height:1.9em;
  font-weight:500;
  padding:20px;
  }

#serv-bottom  img{
	margin: auto;
    display: block;
    margin-bottom:10px;
	max-width:80px
}


#serv-bottom h3 {
    color:#259dd1;
	font-family: 'Raleway', sans-serif;
	font-size:24px;
	font-weight:400;
	text-transform:inherit;
}

#serv-bottom i.fa{
	height:60px;
    width: 60px;
    border-radius:12px;
	color:#fff;
	font-size:30px;
	padding-top:12px;
	border-left:2px solid #fff;
	border-top:2px solid #fff;
	border-right:2px solid #259dd1;
	border-bottom:2px solid #259dd1;
	margin-top:30px;
	padding-left:3px
}

/*************************
******Carousel CSS****
**************************/
.list_carousel1.responsive {
width: auto;
margin-left:0;
margin-top:20px;
margin-bottom:20px
}

.list_carousel1 ul {
margin: 0;
padding: 0;
list-style: none;
display: block;
}

.list_carousel1 li {
height: 120px;
display: block;
float: left;
font-family: 'Raleway', sans-serif;
padding-left:50px;
padding-right:50px;
font-size:20px;
text-align:center
}

.even-control-left, 
.even-control-right {
  position: absolute;
  color: #fff;
  top: -40px;
  padding-left:10px;
  padding-right:10px;
}

.even-control-left:hover,
.even-control-right:hover{
color:#259dd1;
background:#fff
}

.even-control-left .fa,
.even-control-right .fa{
  font-weight:100;
  font-size:35px
}

.even-control-left {
  left:1%;
  top:20px;
  width:50px;
  height:50px;
  border-radius:18px;
  background:#259dd1;
  opacity:0.4;
  padding-top:8px;
  padding-left:17px
} 

.even-control-right {
  right:1%;
  top:20px;
    width:50px;
  height:50px;
  border-radius:18px;
  background:#259dd1;
  opacity:0.4;
  padding-top:8px;
  padding-left:20px
}

  
.parallax-back {
  background: url(../images/back.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center; 
}

.black_transp {
  background: rgba(0,0,0,0.7);
}
   
.wrap-normal {
  padding: 40px 0 0px 0;
}

.wrap-normal1 {
  padding: 0px 0px 60px 0px;
}

.wrap-normal2 {
  padding: 40px 0px 40px 0px;
}


.parallax-back1 {
  background: url(../images/back1.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center; 
}

.black_transp1 {
  background: rgba(0,0,0,0.7);
}


.parallax-back2 {
  background: url(../images/back2.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center; 
}


.parallax-back3 {
  background: url(../images/back-analytics-solution.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center; 
}

.parallax-back4 {
  background: url(../images/analytics-services.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center; 
}

.parallax-back5{
  background: url(../images/services-back.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center; 
}


.send{
 color: #105b8e;
  margin-bottom: 40px;
  font-family: "Oswald";
  margin-top: 10px;
  font-size: 25px;
  letter-spacing: 0.1em;
}

#enquiry{
 color: #16a14a;
  margin-bottom: 40px;
  font-family: "Oswald";
  margin-top: 10px;
  font-size: 25px;
  letter-spacing: 0.1em;
}
   



.blog-breadcrumbs-area {
  background-color: #f5f5f5;
  display: inline;
  float: left;
  padding: 20px 0;
  width: 100%;
}
.blog-breadcrumbs-left{
	float: left;
	display: inline;
}
.blog-breadcrumbs-left>h2{
	padding-bottom: 0px;
}
.blog-breadcrumbs-right{
	float: right;
	display: inline;
}
.blog-breadcrumbs-right .breadcrumb{
	margin-bottom: 0px;
}
.blog-breadcrumbs-right .breadcrumb > li {
  color: #777;
}
.blog-breadcrumbs-right .breadcrumb > li a{
  text-transform: uppercase;
  font-size: 12px;
}
.blog-breadcrumbs-right .breadcrumb > .active {
  text-transform: uppercase;
  font-size: 13px;
}


/*************************
******About Us CSS****
**************************/


#about-us {
	padding-bottom:50px;
	padding-top:30px;
	background:#fff
}


#about-us h2 {
    color:#4c4a3d;
	margin-bottom:14px;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
	}


#about-us p {
  font-family: "Open Sans", sans-serif;;
  font-size: 18px;
  color: #929292;
  line-height:1.9em;
  text-align:justify;
  font-weight:300;
  margin-top:15px
}


#about-us img{
	margin: auto;
    display: block;
    margin-bottom:10px;
	max-width:80px
}

#about-us .btn{
	padding: 10px 10px;
	margin-top: 10px;
	font-size: 13px;
	border-radius:10px;
	text-transform: uppercase;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
  color:#5e5e5e;
  border:2px solid #5e5e5e !important;
  font-family: "Open Sans", sans-serif;
}

#about-us i.fa{
color:#259dd1	
}

#about-us .btn:hover{
background:#259dd1;
  border:2px solid #259dd1 !important;
  color:#fff
}

#about-us .col-md-5 img{
	margin: auto;
    display: block;
    margin-bottom:10px;
	max-width:400px!important
}


.abtus{
	font-size: 15px;
    font-family: "Open Sans", sans-serif;
	color:#5e5e5e;
	font-weight:300;
	padding:0;
	margin-bottom:8px;
	display:inline-block;
	margin-left:20px
}



/*************************
******Services CSS****
**************************/


#serv-page {
	padding-bottom:50px;
	padding-top:30px;
	background:#fff
}


#serv-page h2 {
    color:#4c4a3d;
	margin-bottom:14px;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
	}


#serv-page p {
  font-family: "Open Sans", sans-serif;;
  font-size: 18px;
  color: #929292;
  line-height:1.9em;
    font-weight:300;
  margin-top:25px
}


#serv-page img{
	margin: auto;
    display: block;
    margin-bottom:10px;
	max-width:80px
}

#serv-page .btn{
	padding: 10px 10px;
	margin-top: 10px;
	font-size: 13px;
	border-radius:10px;
	text-transform: uppercase;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
  color:#5e5e5e;
  border:2px solid #5e5e5e !important;
  font-family: "Open Sans", sans-serif;
}

#serv-page i.fa{
color:#259dd1	
}

#serv-page .btn:hover{
background:#259dd1;
  border:2px solid #259dd1 !important;
  color:#fff
}

#serv-page .col-md-5 img{
	margin: auto;
    display: block;
    margin-bottom:10px;
	max-width:350px!important
}

.block2{
background:#fff
}
/*************************
******Approach CSS****
**************************/


#approach {
	background-image: url(../images/investurtle-providing-solution.jpg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	padding-bottom:50px;
	padding-top:30px;
}


#approach h2 {
    color:#4c4a3d;
	margin-bottom:14px;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
	}


#approach p {
  font-family: "Open Sans", sans-serif;;
  font-size: 18px;
  color: #929292;
  line-height:1.9em;
  text-align:justify;
  font-weight:300;
  margin-top:15px
}


#approach img{
	margin: auto;
    display: block;
    margin-bottom:10px;
	max-width:80px
}

#approach .btn{
	padding: 10px 10px;
	margin-top: 10px;
	font-size: 13px;
	border-radius:10px;
	text-transform: uppercase;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
  color:#5e5e5e;
  border:2px solid #5e5e5e !important;
  font-family: "Open Sans", sans-serif;
}

#approach i.fa{
color:#259dd1	
}

#approach .btn:hover{
background:#259dd1;
  border:2px solid #259dd1 !important;
  color:#fff
}

#approach .col-md-5 img{
	margin: auto;
    display: block;
    margin-bottom:10px;
	max-width:400px!important
}



 /*************************
*******Approach CSS******
**************************/

#app_fl {
    background-color:#f7f7f7;
}

#app_fl h2 {
    color:#259dd1;
	font-family: 'Raleway', sans-serif;
	margin-top:10px;
	font-size:28px;
	font-weight:400;
	text-transform:inherit
}


#app_fl p {
font-family: "Open Sans", sans-serif;;
  font-size: 14px;
  color:#fff;
  line-height:1.9em;
  font-weight:500;
  padding:20px;
  text-align:center;
}

#app_fl h3 {
    color:#259dd1;
	font-family: 'Raleway', sans-serif;
	font-size:24px;
	font-weight:400;
	text-transform:inherit;
}

.apprbox{
  border-left:2px solid #fff;
  border-top:2px solid #fff;
  border-right:2px solid #0098db;
  border-bottom:2px solid #0098db;
  margin-top:30px;
  margin-bottom:50px;
  border-radius:12px;
  height:200px
}

#app_fl i.fa{
	color:#fff;
	font-size:30px;
}

.arrow1{
position:absolute;
top:120px;
left:183px	
}

.p1{
margin-top:40px	
}

.arrow2{
position:absolute;
top:120px;
left:183px	
}

.p2{
margin-top:0px	
}

.arrow3{
position:absolute;
top:120px;
left:183px	
}

.p3{
margin-top:0px	
}

.arrow4{
position:absolute;
top:120px;
left:183px	
}

.p4{
margin-top:40px	
}

.p5{
margin-top:40px	
}


/*************************
*******Contact Us CSS******
**************************/


.cont-box {
    padding: 60px 60px;
    margin: 20px 0 0 0; 
	background: url('../images/winstep-vision.jpg') no-repeat center center;
	background-size: cover;
	height:300px;
	text-align:center;
	outline: 1px solid white;
  	outline-offset: -8px;
}


.cont-box i.fa{
	height: 46px;
    width: 46px;
    border-radius: 50%;
    display: table-cell;
	color:#fff;
	font-size:24px;
	padding-top:10px;
}



.cont-box-text {
	font-family:'Raleway', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 2em;
    font-weight: 500;
}

.cont-box-text a {
	font-family:'Raleway', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 2em;
    font-weight: 500;
}

	

/*************************
*******Contact Us CSS******
**************************/

.contact-us {
	padding-bottom:50px;
	padding-top:30px;
	background:#fff
}

.contact-us h3 {
    font-family: 'Raleway', sans-serif;
    color: #4c4a3d;
    font-size: 20px;
    font-weight: 600;
	text-align:center;
	padding-bottom:20px
	}


.contact-us p {
  font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #929292;
    line-height: 1.9em;
    text-align: justify;
    font-weight: 500;
    margin-top: 15px;
}

.contact-us a{
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color:#0098db;
	font-weight:500
}

.contact-us .line {
    border-top: 1px solid #666666;
    height: 10px;
    width: 60px;
    text-align:left;
	padding-bottom:40px
}

.contact-us .btn{
	padding: 10px 12px;
	font-size: 13px;
	border-radius:8px;
	text-transform: uppercase;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
  color:#4c4a3d;
  font-family: 'Raleway', sans-serif;
   border-left:2px solid #4c4a3d;
  border-top:2px solid #4c4a3d;
  border-right:2px solid #0098db !important;
  border-bottom:2px solid #0098db !important;
  font-weight:600;
  background:transparent
}

.contact-us .btn:hover{
  background:#4c4a3d;
  border:2px solid #4c4a3d !important;
  color:#fff
}

.contact-us i.fa{
	height:50px;
    width: 50px;
    border-radius:12px;
	color:#4c4a3d;
	font-size:20px;
	padding-top:12px;
	border-left:2px solid #4c4a3d;
	border-top:2px solid #4c4a3d;
	border-right:2px solid #259dd1;
	border-bottom:2px solid #259dd1;
	margin-top:30px;
	padding-left:15px
}


/*************************
******Footer CSS****
**************************/

#footer {
  background:#259dd1;
  color: #fff;
  font-size: 15px;
  padding: 15px 0 10px 0;
}


#footer i.fa {
	height: 20px;
	width: 20px;
	font-size: 24px;
	border-radius: 30%;
	color: #fff;
	transition: all 0.5s;
	margin-right:9px
}

#footer i.fa-facebook {
	padding: 7px 9px 5px 11px;	
}

#footer i.fa-linkedin {
	padding: 6px 9px 5px 9px;	
}

#footer i.fa-linkedin {
	padding: 7px 9px 5px 7px;	
}

/*************************
******Scrollup CSS****
**************************/

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 4%;
    background-color:#4c4a3d;
	display:none;
	border: 2px solid #259dd1;
	border-radius:14px
}

.scrollup i {
  display: block;
  width: 36px;
  font-size: 16px;
  height: 6px;
  line-height: 32px;
  color: #259dd1;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/*************************
******Enquiry button CSS****
**************************/
#small-dialog  .st-center .line{
border-top: 1px solid #666666;
    height: 10px;
    width: 60px;
    text-align: center;
    margin: 0px auto 0px auto;	
}

.enquiry {
position:absolute;
right:-59px;
top:700px;
transform: rotate(90deg);
z-index:1;
}
.enquiry a {
font-size:13px	
}

.enquiry .btn-effect {
  position: relative;
  background: #16a14a;
  width: 160px;
  padding: 7px 10px;
  text-align: center;
  border:2px solid #105b8e;
  color:#fff;
  font-family:'Raleway', sans-serif;
  letter-spacing:0.1em;
  font-size:16px;
}

.enquiry1 {
position:absolute;
right:-29px;
top:600px;
transform: rotate(90deg);
z-index:1;
}
.enquiry1 a {
font-size:13px	
}

#small-dialog .btn-primary{
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.1em;
    font-size: 14px;
    background: #fff;
    color: #259dd1;
    border: 2px solid #259dd1;
    border-radius: 0px;
}

#small-dialog .btn:hover{
background:#259dd1;
color:#fff	
}

/*************************
******Carousel CSS****
**************************/

.carousel-control{
    opacity: .8;
	text-shadow:none	
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 30px;  
  width:40px;
  height:40px;
  background:#fff;
  font-size:16px;
  padding-top:12px;
  color:#105b8e;
   border-radius:10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 40px; 
   width:40px;
  height:40px;
  background:#fff;
  font-size:16px;
  padding-top:12px;
  color:#105b8e;
   border-radius:10px;
}


/*************************
*******Nav Tabs CSS**********
**************************/


.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 0px 0px 0 0;
	background:#e7e8e7;
	border-bottom:4px solid #259dd1;
	color:#259dd1;
	margin-bottom:10px;
    font-family:'Raleway', sans-serif;
	font-size:16px
}

.nav-tabs>li>a:hover {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 0px 0px 0 0;
	color:#259dd1
}

.nav-tabs {
    border-bottom:none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus 
 {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 0px 0px 0 0;
	background:#e7e8e7;
	border-bottom:4px solid #259dd1;
	color:#259dd1;
	margin-bottom:10px
}


/*************************
*******Misc CSS**********
**************************/
.grey{
color:#4c4a3d	
}

.rig{
text-align:right
}

.just{
text-align:justify;
}

.investurtle {
font-family: 'Cutive', serif;
color:#fff;
font-size:24px;
font-style:normal;
}

.ipac{
	color: #666666;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 400;	
}

jumbotron-fluid p {
text-align:center	
}

.thankyou {
font-size:18px;
color:#0f5b8d;
font-weight:bold;
text-align:center;
margin-top:20px
}

.thumbnail {
    display: block;
    padding: 1px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff; 
    border: 2px solid #17a14b;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	background-color:#105b8e
}	

.zoom-gallery img:hover{
opacity:0.5;
}

.zoom-gallery a span { 
display:none; 
background-image: url(../images/zoom.png); 
background-repeat:no-repeat; 
width:22px; height:28px; 
position:absolute; 
left:48%; 
top:40%;
z-index:999}

.zoom-gallery a:hover span { display:block;}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
	border:2px solid #259dd1;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}	  


.btn-primary{
font-family: "Oswald";
  letter-spacing:0.1em;
  background:#259dd1;
  color:#fff;
  border-radius:5px;
  font-weight:600
}

.btn-primary:hover{
background:#259dd1	
}

.mar-top-20 {
margin-top:20px	
}

.mar-top-25 {
margin-top:25px	
}

.mar-top-30 {
margin-top:30px	
}


.mar-bot-20 {
margin-bottom:20px	
}

.mar-bot-30 {
margin-bottom:30px	
}

.mar-bot-40 {
margin-bottom:40px	
}

.mar-bot-90 {
margin-bottom:90px	
}

 blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #16a14a;
	text-align:left
}
.green{
color:#58b946	
}

.green1{
	color:#16a14a;
	font-family: "Oswald";	
	font-size:20px
}

.green2{
color:#16a14a;
font-size:18px
}


.blue{
    color:#0098db
}

.blue1{
    color:#0098db;
	font-weight:500
}

.blue2{
	background:#259dd1;
	padding-left:10px;
	opacity:0.7;
	line-height:2.7em;
	padding-top:10px;
	padding-bottom:10px
}


.med {
	font-weight:600;	
	font-size:15px;	
}

.text-align-center {
	text-align:center	
}


table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: transparent !important;
	width:auto !important
}

.nopadding { padding: 0}
.notoppadding{padding-top:0px}
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay-1-5s { animation-delay: 1.5s; -webkit-animation-delay: 1.5s; }
.delay-2s { animation-delay: 2s; -webkit-animation-delay: 2s; }
.delay-2-5s { animation-delay: 2s; -webkit-animation-delay: 2.5s; }
.delay-3s { animation-delay: 2s; -webkit-animation-delay: 3s; }
.delay-3-5s { animation-delay: 2s; -webkit-animation-delay: 3.5s; }