﻿/*
RESET CSS
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}
body {	line-height: 1;}
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}

/* remember to define focus styles! */
:focus {	outline: 0;}

/* remember to highlight inserts somehow! */
ins {	text-decoration: none;}
del {	text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse;	border-spacing: 0;}

p{color: #000;}
@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 300;
    src: local('Muli'), local('Muli'), url(../fonts/mul.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
    font-family: 'LatoWebLight';
    src: url(../fonts/Lato/Lato-Light.eot);
    src: url(../fonts/Lato/Lato-Light.eot?#iefix) format('embedded-opentype'), 
    url(../fonts/Lato/Lato-Light.woff2) format('woff2'), 
    url(../fonts/Lato/Lato-Light.woff) format('woff'), 
    url(../fonts/Lato/Lato-Light.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: 'LatoWebMedium';
    src: url(../fonts/Lato/Lato-Medium.eot);
    src: url(../fonts/Lato/Lato-Mediumd41d.eot?#iefix) format('embedded-opentype'), 
         url(../fonts/Lato/Lato-Medium.woff2) format('woff2'), 
         url(../fonts/Lato/Lato-Medium.woff) format('woff'), 
         url(../fonts/Lato/Lato-Medium.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}


@font-face {
	font-family: 'HelveticaNeueRegular';
	src: url('../fonts/helveticaneue-webfont.eot');
	src: local('☺'), url('../fonts/helveticaneue-webfont.woff') format('woff'), url('../fonts/helveticaneue-webfont.ttf') format('truetype'), url('../fonts/helveticaneue-webfont.svg#webfont33RR7Kfq') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueBold';
	src: url('../fonts/helveticaneuebold-webfont.eot');
	src: local('☺'), url('../fonts/helveticaneuebold-webfont.woff') format('woff'), url('../fonts/helveticaneuebold-webfont.ttf') format('truetype'), url('../fonts/helveticaneuebold-webfont.svg#webfontVVLPNZb1') format('svg');
	font-weight: normal;
	font-style: normal;
}


html { -webkit-font-smoothing: antialiased; }

body {
    font-size: 17px;
    line-height: 1.6;
    font-family: 'Muli', sans-serif;
    color: #656b6F;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
    margin: 0 auto;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {    letter-spacing: 1px;}


@media(min-width:767px) {
  
   
}

a {
    color: #219ab3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,a:focus {    text-decoration: none;    color: #11505d;}
.light {    font-weight: 400;}
.navbar-custom {    margin-bottom: 0;    border-bottom: 1px solid rgba(255,255,255,.3);    text-transform: uppercase;    background-color: #fff;}
.navbar-custom .navbar-brand {    font-weight: 700;}
.navbar-custom .navbar-brand:focus {    outline: 0;}
.navbar-custom .navbar-brand .navbar-toggle {    padding: 4px 6px;    font-size: 16px;    color: #fff;}
.navbar-custom .navbar-brand .navbar-toggle:focus,.navbar-custom .navbar-brand .navbar-toggle:active {    outline: 0;}

.navbar-custom a {    /*color: #26c6da;*/	color:#000 !important;	font-size:17px !important;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{background-color: #00d7f0;    color: #fff;}
.navbar-custom .nav li.active {    outline: nonte;    background-color: rgba(255,255,255,.3);}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,.navbar-custom .nav li a:focus,.navbar-custom .nav li a.active {    outline: 0;    background-color: rgba(38,198,218,.3);	color:#000;}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;

		background-color:#fafafa;
	
	box-shadow:0px -10px 40px rgba(0,0,0,0.2);
	-moz-box-shadow:0px -10px 40px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px -10px 40px rgba(0,0,0,0.2);
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
		
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../images/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {    display: table-cell;    vertical-align: middle;}
.intro .intro-body .brand-heading {    font-size: 40px;}
.intro .intro-body .intro-text {    font-size: 18px;}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        color: #26c6da;
   		font-size: 45px;
        margin-bottom: 25px;
        text-transform: uppercase;
        line-height: 60px;
    }

    .intro .intro-body .intro-text {
        font-size: 20px;
		color:#000;
		margin-bottom: 25px;
		line-height:30px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #26c6da;
    border-radius: 35px;
    font-size: 40px;
    color: #26c6da;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #40d6ea;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 130px;
    
}

.ourpricing-section {
    width: 100%;
    
    /*    background: url(../images/counting_coins.jpg) no-repeat center center scroll;
background-color: #eee;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-top:50px;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 100px;
    }

    .ourpricing-section {
        padding: 0 0;
    }
.download-section {
        padding: 100px 0;
    }
    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-lg, .btn-group-lg > .btn{font-size: 21px;}
.btn-default {
    border: 1px solid #219ab3;
    color: #219ab3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {

    
	
	border: 1px solid #269abc;
    outline: 0;
    color: #fff;
    background-color: #31b0d5;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(38,198,218,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}



.hm_titel{color: #444;    font-size: 30px;    text-align: center;margin-bottom: 15px;}
.how_pic{width:100%;text-align:center;min-height: 170px;}

.how_dic{width:100%;text-align:center;margin-bottom:35px;}
/* .how_t{color: #2d2d2d;    padding: 10px 0;   text-align: center;font-size:22px;} */
.how_t{color: #000000;    padding: 10px 0;   text-align: center;font-size:18px;  line-height: 1.3; font-family: 'LatoWebMedium'; text-transform: uppercase;letter-spacing: 1px;}
.how_dic p{font-size: 14px;    color: #677078;    line-height: 1.688;}

.border {    background-color: #00D7F0;    height: 2px;    margin: 0 auto;    width: 80px;}


.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../images/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.padt{padding-top:0 !important;}
.pad00{padding:0 !important;}


/****** Price ******/

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
  padding: 30px 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

.bx_price{text-align:center;padding:20px 0 10px 0; color: #444;   font-size: 18px;}
/*****************************/


a.tip2 {  position: relative;  text-decoration: none;font-size:17px;margin-top:15px;}
a.tip2 span {display: none;}
a.tip2:hover span {display: block;  position: absolute;  padding: .5em; content: attr(title);
  min-width: 120px;  text-align: center;  width: auto;
  height: auto;  white-space: nowrap;
  background: rgba(0,0,0,.8);
  -moz-border-radius:10px;  -webkit-border-radius:10px;  border-radius:10px;    
  color: #fff;  font-size: .86em;  left:0;bottom:46px;
}
a.tip2:hover span:after {  position: absolute;  display: block;  content: "";  
  border-color: rgba(0,0,0,.8) transparent transparent transparent;
  border-style: solid;  border-width: 8px;  height:0;  width:0;  position:absolute;  bottom: -16px;  left:40%;}
.p_t1{font-family:18px;line-height:22px;}  


.faq-section {
  
    background: url(../images/faq.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.security-section {
  
    background: url(../images/security.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/******* faq ********/

.carousel-control.left,.carousel-control.right  {background:none;width:25px;}
.carousel-control.left {left:-25px;}
.carousel-control.right {right:-25px;}
.broun-block {padding-bottom: 34px;}
.block-text {background-color: #fff;    border-radius: 5px;    box-shadow: 0 3px 0 #00D7F0;    color: #626262;    font-size: 14px;    margin-top: 27px;    padding: 15px 18px;}
.block-text a { color: #2d2d2d;    font-size: 20px;    font-weight: bold;    line-height: 21px;    text-decoration: none;    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);}
.mark {    padding: 12px 0;background:none;}
.block-text p {    color: #585858;    font-style: italic;    line-height: 20px;}

.sprite-i-triangle {    background-position: 0 -1298px;    height: 44px;    width: 50px;}
.block-text ins {    bottom: -44px;    left: 50%;    margin-left: -60px;}
.block {    display: block;}
.zmin {    z-index: 1;}
.ab {    position: absolute;}
.person-text {    padding: 10px 0 0;    text-align: center;    z-index: 2;}
.person-text a {    color: #ffcc00;    display: block;    font-size: 14px;   margin-top: 3px;    text-decoration: underline;}
.person-text i {    color: #444;    font-size: 13px;}
.rel {    position: relative;}


/******/
.box {display: block;position: relative;}
.box > *:last-child {margin-bottom: 0;}
.box__arrow, .box__arrow:after {border-color: transparent;border-style: solid;display: block;height: 0;position: absolute;width: 0;}
.box__arrow {border-width: 13px;z-index: 1;}
.box__arrow:after {border-width: 12px;content: "";}
.box__arrow--top > .box__arrow {border-bottom-color: #ebebeb;border-top-width: 0;left: 50%;margin-left: -13px;top: -13px;}
.box__arrow--top > .box__arrow:after {border-bottom-color: #fff;border-top-width: 0;content: " ";margin-left: -12px;top: 1px;}
.box__arrow--top > .box__arrow--tint:after {border-bottom-color: #f7f7f7;}
.band--negative.box__arrow--top > .box__arrow:after {border-bottom-color: #949494;}
.box__arrow--right > .box__arrow {border-left-color: #ebebeb;border-right-width: 0;margin-top: -13px;right: -13px;top: 50%;}
.box__arrow--right > .box__arrow:after {border-left-color: #fff;border-right-width: 0;bottom: -12px;content: " ";right: 1px;}
.box__arrow--right > .box__arrow--tint:after { border-left-color: #f7f7f7;}
.band--negative.box__arrow--right > .box__arrow:after { border-left-color: #949494;}
.box__arrow--rightbottom > .box__arrow {border-left-color: #ebebeb;border-right-width: 0;margin-top: -13px;right: -13px;top: 80%;}
.box__arrow--rightbottom > .box__arrow:after {border-left-color: #fff;border-right-width: 0;bottom: -12px;content: " ";right: 1px;}
.box__arrow--rightbottom > .box__arrow--tint:after {border-left-color: #f7f7f7;}
.band--negative.box__arrow--rightbottom > .box__arrow:after {border-left-color: #949494;}
.box__arrow--bottom > .box__arrow {border-bottom-width: 0;border-top-color: #ebebeb;bottom: -13px;left: 50%;margin-left: -13px;}
.box__arrow--bottom > .box__arrow:after {border-bottom-width: 0;border-top-color: #fff;bottom: 1px;content: " ";margin-left: -12px;}
.box__arrow--bottom > .box__arrow--tint:after {border-top-color: #f7f7f7;}

/***** Seq	****/
.seq_sb{color: #7f7f7f;font-size: 20px;line-height: 30px;margin-bottom: 25px;text-align:center;}

.seq_sb1{color: #464646;font-size: 20px;line-height: 30px;margin-bottom: 25px;text-align:center;margin-top:15px;}


/*********** Footer **************/
.social{margin-top:10px;}
.social li {
	background: none repeat scroll 0 0 #481276;
	border: 2px solid #481276;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {	color: #EDEFF1;}
.social li:hover {	border: 2px solid #2c3e50;	background: #2c3e50;}
.social li a i {	font-size: 16px;	margin: 0 0 0 5px;	color: #EDEFF1 !important;}


/****** Footer ******/
.fot_bg{background:url(../images/fot_boxes.png) top center no-repeat;}

.fot-nav {display: inline-block;float: none;margin:45px auto 20px auto; border-bottom:2px solid #00D7F0;}
.fot-nav > li {    float: left;}
.fot-nav > li > a {line-height: 20px;padding-bottom: 10px; padding-top: 10px; color: #000;  font-size: 17px;text-transform: uppercase;}
.fot-nav > li > a:hover{background:#fff;color:#481276;}

.fot_til{color: #444; font-size: 20px; margin-bottom: 15px;  text-align: left;}

ul.contact {list-style: outside none none; margin: 0;padding: 0;}
ul.contact li{line-height:24px;text-align: left;float:left;width:100%;}
ul.contact li p{    margin-bottom: 10px;}
ul.contact li p i {display: block; float: left; font-size: 1.2em; margin: 7px 8px 10px 0; position: relative;text-align: center;top: -2px;width: 16px;color:#00D7F0;}
ul.contact li p strong{color:#00D7F0;}
ul.contact li p i.fa-envelope {    font-size: 1em;    top: 0;}
.email_txt{color:#481276;}
.email_txt:hover{color:#fff;}
/*contact*/
#templatemo_contact {background: #00d7f0;/*float: left;*/}
#templatemo_contact h1 {color: #fff;}
#templatemo_contact h2 {font-size: 24px;color: #fff;padding-top: 0;padding-bottom: 15px;}
#templatemo_contact_map {   width: 100%;    height: 320px;    float: left;    margin-bottom: 40px;}
#templatemo_contact p {    color: #fff;    line-height: 26px;	margin-top: 15px;font-size:15px;}
#templatemo_contact input {    width: 100%;    height: 50px;    padding: 10px;    border: none;}
#templatemo_contact textarea {    border: none;    width: 100%;    height: 110px;    padding: 10px;}
#templatemo_contact button {width: 100%;height: 50px;float: left;margin-top: 20px;    margin-bottom: 20px;    border: none;    background: #eaeaea;}
#templatemo_contact button:hover {   background: #f4f4f4;}
/*templatemo_footer*/
#templatemo_footer {    width: 100%;    border-top: 2px solid #fff;    height: auto;min-height: 40px;    background: #481276;    float: left;}
#templatemo_footer p {    padding-top: 10px;    color: #fff;    text-align: center;font-size:12px;}
#templatemo_footer a {    color: #00D7F0;    text-decoration: underline;}


.bg00{background:url(../images/bg.png) top left repeat !important;}
.bg01{background:url(../images/page-background.png) top left repeat !important;}



.cont_ft{width:100%;padding:20px 0;background: #00d7f0;}
.headline {border-bottom: 1px dotted #e4e9f0;display: block;margin: 10px 0 25px;}
.headline h6 {color: #eee;font-size: 20px;font-weight: 200;border-bottom: 2px solid #fff;display: inline-block;margin: 0 0 -2px;padding-bottom: 5px;text-transform:uppercase;}
.headline1 {border-bottom: 1px dotted #00d7f0;display: block;margin: 10px 0 25px;text-align:center;}
.headline1 h5 {color: #000;font-size: 17px;font-weight: 200;border-bottom: 2px solid #00d7f0;display: inline-block;margin: 0 0 -2px;padding-bottom: 5px;text-transform:uppercase;}
.headline2 {border-bottom: 1px dotted #00d7f0;display: block;margin: 10px 0 25px;text-align:center;}
.headline2 h4 {color: #000;font-size: 22px;font-weight: 200;border-bottom: 2px solid #00d7f0;display: inline-block;margin: 0 0 -2px;padding-bottom: 5px;}


.link-list li:first-child {border-top: medium none !important;}
.link-list li { border-top: 1px solid #fff;}
.link-list li a { color: #fff;   display: inline-block;    font-size: 12px;    padding: 10px 0;    text-transform: uppercase;}
.link-list li a:hover{color:#481276;}
.link-list li i {    color: #481276;    float: right;    margin-top: 10px;}
address {    font-style: normal;    line-height: 20px;    margin-bottom: 20px;color: #fff;font-size: 13px; }
address a{ color: #481276;    text-decoration: none;}


/******* contect us *****/
.mainContent {    background-color: #ffffff;    min-height: 300px;    padding: 10px 0;}
.contactDetails h4 {border-bottom: 2px solid #00d7f0;padding-bottom: 5px;text-align: left;font-size: 18px;line-height: 25px;margin-bottom: 12px;}
.contactDetails .list-group-item:first-child {    border-top-left-radius: 0;    border-top-right-radius: 0;}
.contactDetails .container {    background: url(../images/contactMapBG.png) no-repeat scroll 81px 50px rgba(0, 0, 0, 0);}
.contactDetails .list-group-item {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #555;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 7px 0;
    position: relative;
	line-height:20px;
}
.contactItemIcon {    border-radius: 50%;    display: block;    float: left;    height: 30px;margin-right: 10px;margin-top: -4px;    width: 30px;}
.contactItemIcon i {    color: #00D7F0;    display: block;    font-size: 15px;    height: 30px;    padding: 8px;    width: 30px;}
.contactForm .btn-default:hover {background: none repeat scroll 0 0 #00D7F0;}
.contactInfo, .contactForm {    min-height: 490px;}
.contactForm p{font-size: 15px;    letter-spacing: 0.05px;    line-height: 1.5;    margin: 0 0 21px;}




/****  How IT is work  *****/

.group {   background: yellow;    width: 200px;    height: 500px;}
.group .subgroup {    background: orange;   width: 150px;    height: 200px;}
.fixed {    position: fixed;}
.tp{top:130px;}

@media( max-width : 585px ) 
{
    .tp{top:150px;display: none;}
}

/* sidebar */
.bs-docs-sidebar {    padding-left: 20px;    margin-top: 0px;    margin-bottom: 20px;}
/* all links */
.bs-docs-sidebar .nav>li>a { background-color: #5a55a3;color: #ffffff;padding: 10px 20px;font-size: 13px;font-weight: 400;border-radius: 4px;vertical-align:middle;}
.bs-docs-sidebar .nav>li>a img{vertical-align:middle;}
.img_w{display: inline-block;    height: 48px;    width: 48px; margin-right:10px;}
.img_w img{width:100%;height:100%;}
/* nested links */
.bs-docs-sidebar .nav .nav>li>a {    padding-top: 1px;    padding-bottom: 1px;    padding-left: 30px;    font-size: 12px;}

/* active & hover links */
.bs-docs-sidebar .nav>.active>a, .bs-docs-sidebar .nav>li>a:hover, .bs-docs-sidebar .nav>li>a:focus {color: #fff;text-decoration: none;background:#00D7F0;
}
/* all active links */
.bs-docs-sidebar .nav>.active>a, .bs-docs-sidebar .nav>.active:hover>a,.bs-docs-sidebar .nav>.active:focus>a {   }
/* nested active links */
.bs-docs-sidebar .nav .nav>.active>a, .bs-docs-sidebar .nav .nav>.active:hover>a,.bs-docs-sidebar .nav .nav>.active:focus>a {  font-weight: 500;}
/* hide inactive nested list */
.bs-docs-sidebar .nav ul.nav {    display: none;           }
/* show active nested list */
.bs-docs-sidebar .nav>.active>ul.nav {    display: block;  }

.how_it_dic{min-height:550px;padding-top:85px;}
.how_it_dic h1{font-size: 22px;    font-weight: 700;    letter-spacing: 2px;    margin: 18px 0;color: #2f353e;text-transform: uppercase;}
.how_it_dic p{font-size: 16px;    color: #677078;    line-height: 1.688;    }
.how_it_dic img{padding:35px 0;}




#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 10px; /* padding from the left side of the window */

}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 55px; /* height of link element */
    right: 10px; /* padding from the left side of the window */
	z-index:10000;
}
.bckt{	background:#481276;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 11px 15px;color:#fff !important;opacity:0.7;}
.bckt:hover{opacity:1;}	

.getstarted{color:#fff !important;background-color:#481276;border-color:#481276;margin-top: 8px;padding: 6px 15px !important;border-radius: 20px !important;font-size:12px !important;}
.getstarted:hover{background-color:#00D7F0 !important;border-color:#00D7F0;}
.getstarted:focus{background-color:#00D7F0 !important;border-color:#00D7F0;}


.titel_pg_1{color: #2f353e;font-size: 22px;font-weight: 700; letter-spacing: 2px;  margin: 18px 0;  }
.cnt_txt1{line-height: 26px;    margin: 0 auto; color:#777;  }


/********************************	getstarted		*************************/

.board {	width: 85%;	margin: 30px auto;	min-height: 500px;	background: #fff;/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/}
.board .nav-tabs {	position: relative;	/* border-bottom: 0; */    /* width: 80%; */	margin: 40px auto;	margin-bottom: 0;	box-sizing: border-box;}
.board > div.board-inner {	background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);	background-size: 30%;}
p.narrow {	width: 60%;	margin: 10px auto;}
.liner {	height: 2px;	background: #ddd;	position: absolute;	width: 80%;	margin: 0 auto;	left: 0;	right: 0;	top: 50%;	z-index: 1;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555555;	cursor: default;	/* background-color: #ffffff; */
	border: 0;
	border-bottom-color: transparent;
}
span.round-tabs {
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	border-radius: 100px;
	background: white;
	z-index: 2;
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 25px;
}
span.round-tabs.one {
	color: rgb(34, 194, 34);
	border: 2px solid rgb(34, 194, 34);
}
li.active span.round-tabs.one {
	background: #fff !important;
	border: 2px solid #00D7F0;
	color: rgb(34, 194, 34);
}
span.round-tabs.two {
	color: #febe29;
	border: 2px solid #febe29;
}
li.active span.round-tabs.two {
	background: #fff !important;
	border: 2px solid #00D7F0;
	color: #febe29;
}
span.round-tabs.three {
	color: #3e5e9a;
	border: 2px solid #3e5e9a;
}
li.active span.round-tabs.three {
	background: #fff !important;
	border: 2px solid #00D7F0;
	color: #3e5e9a;
}
span.round-tabs.four {
	color: #f1685e;
	border: 2px solid #f1685e;
}
li.active span.round-tabs.four {
	background: #fff !important;
	border: 2px solid #00D7F0;
	color: #f1685e;
}
span.round-tabs.five {
	color: #999;
	border: 2px solid #999;
}
li.active span.round-tabs.five {
	background: #fff !important;
	border: 2px solid #449D44;
	color: #999;
}
.nav-tabs > li.active > a span.round-tabs {
	background: #fafafa;
}
.nav-tabs > li {
	width: 20%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}
li:after {
	content: " ";
	position: absolute;
	left: 45%;
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: #ddd;
	transition: 0.1s ease-in-out;
}
li.active:after {
	content: " ";
	position: absolute;
	left: 45%;
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #ddd;
}*/
.nav-tabs > li a {	width: 70px;	height: 70px;	margin: 20px auto;	border-radius: 100%;	padding: 0;}
.nav-tabs > li a:hover {	background: transparent;}
.tab-content {}
.tab-pane {	position: relative;	padding-top: 50px;}
.tab-content .head {	font-size: 25px;	text-transform: uppercase;	padding-bottom: 10px;}
.btn-outline-rounded {	padding: 10px 40px;	margin: 20px 0;	border: 2px solid transparent;	border-radius: 25px;}
.btn.green {	background-color: #5cb85c;	/*border: 2px solid #5cb85c;*/	color: #ffffff;}
 @media( max-width : 585px ) {
.board {	width: 90%;	height: auto !important;}
span.round-tabs {	font-size: 16px;	width: 50px;	height: 50px;	line-height: 50px;}
.tab-content .head {	font-size: 20px;}
.nav-tabs > li a {	width: 50px;	height: 50px;	line-height: 50px;}
li.active:after {	content: " ";	position: absolute;	left: 35%;}
.btn-outline-rounded {	padding: 12px 20px;}
}

/* ---------- SIGNUP ---------- */
.form-wrapper {  border: 1px solid #dcdee0;  padding: .5em;  width: 60%;  margin: 1em auto;  overflow: hidden;  -webkit-border-radius: 13px;  border-radius: 13px;}
.form-wrapper:hover,.form-wrapper:focus {  border: 1px solid #c1c5c8;}
input.serc {  border: none;  float: left;  font-size: 1em;  padding: .5em;  outline: none;  margin-top: .5em;  width: 70%;}
input[type="submit"] {
  float: right;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #481276;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#481276), to(#5E3996));
  background-image: -webkit-linear-gradient(top, #481276, #5E3996);
  background-image: -moz-linear-gradient(top, #481276, #5E3996);
  background-image: -o-linear-gradient(top, #481276, #5E3996);
  background-image: linear-gradient(to bottom, #481276, #5E3996);
  color: white;
  -webkit-box-shadow: inset 0 2px 2px #217ca2;
  box-shadow: inset 0 2px 2px #5E3996;
  padding: 1em;
  font-size: 1em;
  text-transform: uppercase;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: #00d7f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00d7f0), to(#2382aa));
  background-image: -webkit-linear-gradient(top, #00d7f0, #2382aa);
  background-image: -moz-linear-gradient(top, #00d7f0, #2382aa);
  background-image: -o-linear-gradient(top, #00d7f0, #2382aa);
  background-image: linear-gradient(to bottom, #00d7f0, #2382aa);
}


.Continuebtn{color:#fff !important;background-color:#481276;border-color:#481276;padding: 13px 15px !important;border-radius: 6px !important;font-size:14px !important;width:100%;font-family:HelveticaNeueBold;}
.Continuebtn:hover{background-color:#00D7F0 !important;border-color:#00D7F0;}
.cal_icon{ color: #00d7f0;    font-size: 60px;}
.sal_mnt{padding-top: 20px;    text-align: left;}
.pad_25{padding-bottom:25px;}
.pad_t25{padding-top:25px;}










/*
    Note: It is best to use a less version of this file ( see http://css2less.cc
    For the media queries use @screen-sm-min instead of 768px.
    For .omb_spanOr use @body-bg instead of white.
*/

@media (min-width: 768px) {
    .omb_row-sm-offset-3 div:first-child[class*="col-"] {
        margin-left: 25%;
    }
}

.omb_login .omb_authTitle {
    text-align: center;
	line-height: 300%;
}
	
.omb_login .omb_socialButtons a {
	color: white;
	opacity:0.9;
}
.omb_login .omb_socialButtons a:hover {
    color: white;
	opacity:1;    	
}
.omb_login .omb_socialButtons .omb_btn-facebook {background: #3b5998;}
.omb_login .omb_socialButtons .omb_btn-twitter {background: #00aced;}
.omb_login .omb_socialButtons .omb_btn-google {background: #c32f10;}


.omb_login .omb_loginOr {
	position: relative;
	font-size: 1.5em;
	color: #aaa;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.omb_login .omb_loginOr .omb_hrOr {
	background-color: #cdcdcd;
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.omb_login .omb_loginOr .omb_spanOr {
	display: block;
	position: absolute;
	left: 50%;
	top: -0.6em;
	margin-left: -1.5em;
	background-color: white;
	width: 3em;
	text-align: center;
}			

.omb_login .omb_loginForm .input-group.i {
	width: 2em;
}
.omb_login .omb_loginForm  .help-block {
    color: red;
}

	
@media (min-width: 768px) {
    .omb_login .omb_forgotPwd {
        text-align: right;
		margin-top:10px;
 	}		
}




.btn-log{color:#fff;background-color:#00d7f0;border-color:#00d7f0}
.btn-log:hover{color:#fff;background-color:#136EBF;border-color:#136EBF}


.btn-facebook{color:#fff;background-color:#3B579C;border-color:#3B579C}
.btn-facebook:hover{color:#fff;background-color:#136EBF;border-color:#136EBF}
.btn-google{color:#fff;background-color:#D74620;border-color:#D74620}
.btn-google:hover{color:#fff;background-color:#136EBF;border-color:#136EBF}


/******************** Get Start *******************/
#input-with-keypress {
	border: 1px solid #bfbfbf;
	margin: 15px 10px 10px 0;
}
.tooltip1 {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	font: 400 12px/12px Arial;
	border-radius: 3px;
	background: #fff;
	top: -38px;
	padding: 10px 5px;
	left: -9px;
	text-align: center;
	width: 50px;
}
.tooltip1 strong {
	display: block;
	padding: 2px;
}
#Smallbox {
	margin-top: 12px;
}
#Mediumbox {
	margin-top: 12px;
}
#Largebox {
	margin-top: 12px;
}
#SelectMonth {
	margin-top: 20px;
}
#totals-table {
	font-size: 14px;
}
#totals-table .order-table {
	padding-top: 15px;
}
#totals-table .table-header {
	clear: both;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}
#totals-table .order-table .qty {
	margin-left: 0;
	text-align: center;
	width: 10%;
	float: left;
}
#totals-table .order-table .item {
	width: 40%;
	float: left;
}
#totals-table .order-table .price {
	width: 40%;
	float: left;
}
#totals-table .table-row {
	clear: both;
	padding-top: 10px;
}
#totals-table .order-table .table-row .qty {
	color: #999;
}
#totals-table .order-table .table-row .item {
	color: #999;
}
#totals-table .order-table .table-row .price {
	color: #999;
}
#totals-table .order-table .table-row .unit-price {
	color: #999;
	display: inline-block;
	text-align: right;
}
#totals-table .table-section {
	clear: both;
	font-size: 14px;
	padding-top: 10px;
	position: relative;
}
#totals-table .table-border {
	border-bottom: 1px dashed #00FFFF;
	height: 2px;
	width: 100%;
}
#totals-table .table-row .metric {
	float: left;
}
#totals-table .table-row .amount {
	float: right;
}
#totals-table .total-order .amount {
	font-size: 23px;
	margin-top: -3px;
}

.btn_sg {
	width: 30% !important;
}
#Signup {
	display: none;
}







/**************** cost *****/
.nav_st {    height: 60px;    margin: 0 !important;    padding-bottom: 5px;    padding-top: 5px;}


/* Portfolio Section
--------------------------------*/
#portfolio {  padding: 110px 0;}
#portfolio #portfolio-flters {  padding: 0;  margin: 5px 0 35px 0;  list-style: none;  text-align: center;}
#portfolio #portfolio-flters li {  cursor: pointer;  margin: 15px 15px 15px 0;  display: inline-block;  padding: 10px 20px;  font-size: 12px;  line-height: 20px;  color: #666666;  border-radius: 4px;  text-transform: uppercase;  background: #fff;  margin-bottom: 5px;  transition: all 0.3s ease-in-out;}
#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {  background: #00d7f0;  color: #fff;}
#portfolio #portfolio-flters li:last-child {  margin-right: 0;}
#portfolio .portfolio-wrap {  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);  transition: 0.3s;}
#portfolio .portfolio-wrap:hover {  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);}
#portfolio .portfolio-item {  position: relative;  height: 360px;  overflow: hidden;}
#portfolio .portfolio-item figure {  background: #000;  overflow: hidden;  height: 240px;  position: relative;  border-radius: 4px 4px 0 0;  margin: 0;}
#portfolio .portfolio-item figure:hover img {  opacity: 0.4;  transition: 0.3s;}
#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {  position: absolute;  display: inline-block;  opacity: 0;  line-height: 1;  text-align: center;  width: 36px;  height: 36px;  background: #fff;  border-radius: 50%;  transition: 0.2s linear;}
#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {  padding-top: 10px;  font-size: 18px;  color: #333;}
#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {  background: #00d7f0;}
#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {  color: #fff;}
#portfolio .portfolio-item figure .link-preview {  left: calc(50% - 38px);  top: calc(50% - 18px);}
#portfolio .portfolio-item figure .link-details {  right: calc(50% - 38px);  top: calc(50% - 18px);}
#portfolio .portfolio-item figure:hover .link-preview {  opacity: 1;  left: calc(50% - 44px);}
#portfolio .portfolio-item figure:hover .link-details {  opacity: 1;  right: calc(50% - 44px);}
#portfolio .portfolio-item .portfolio-info {  background: #fff;  text-align: center;  padding: 30px;  height: 90px;  border-radius: 0 0 3px 3px;}
#portfolio .portfolio-item .portfolio-info h4 {  font-size: 18px;  line-height: 1px;  font-weight: 700;  margin-bottom: 18px;  padding-bottom: 0;}
#portfolio .portfolio-item .portfolio-info h4 a {  color: #333;}
#portfolio .portfolio-item .portfolio-info h4 a:hover {  color: #18d26e;}
#portfolio .portfolio-item .portfolio-info p {  padding: 0;  margin: 0;  color: #b8b8b8;  font-weight: 500;  font-size: 14px;  text-transform: uppercase;}



/*Open Postitioms styles*/
.open-positions ul{margin:30px 0 20px 0;}
.open-positions ul li {padding: 25px; margin-bottom: 15px; border-bottom: 1px solid #f4f5f8;    position: relative;background: #ffffff;}
/* .open-positions ul li:first-child {    padding-top: 0;} */

.designation {    float: left;    width: 65%;}
.designation span {    font-size: 12px;       color: #677078;    background: #f4f5f8;    padding: 0 10px;    line-height: 24px;    display: inline-block;}
.designation h4.subtitle {    margin: 0 0 5px;}

.location {float: left;    text-align: right;width: 14%;}
.location p.state {    font-weight: 500;    margin-bottom: 0;}
.location p.country {    color: #abafb3;}


.open-positions ul li:after {    content: "";    display: block;    clear: both;}
.open-positions ul li a.btn {     padding: 0 25px;   float: right;}
.open-positions ul li a.btn:hover {   }

@media all and (max-width: 767px) {
    .designation {width: 80%;    }
    .open-positions ul li {padding-right: 0;    }
    .open-positions ul li a.btn {position: relative;margin-top: 20px;left: 50%;transform: translateX(-50%);    }
}

@media all and (max-width: 480px) {
    .designation {float: none;width: 100%;    }
    .location {float: left;text-align: left;margin-top: 15px;display: inline-block;    }
    .open-positions ul li a.btn {float: right;font-size: 15px;line-height: 44px;padding: 0 20px;transform: inherit;left: 0;    }

    .navbar-brand{margin-left: 15px !important;height: auto;}

    .navbar-header{
        padding: 5px 0;
		background-color:#fafafa;
    	box-shadow:0px -10px 40px rgba(0,0,0,0.2);
	    -moz-box-shadow:0px -10px 40px rgba(0,0,0,0.2);
	    -webkit-box-shadow:0px -10px 40px rgba(0,0,0,0.2);
    }
    .intro .intro-body .brand-heading {
        font-size: 25px;
        color: #06B5CC;
        margin-bottom: 16px;
    }
    .intro .intro-body .intro-text {
        font-size: 16px;
    }
    .navbar-brand img{height: 40px;}
    
    ul.expertise_list li {       max-width: 33% !important;        margin: 15px !important;    }
    ul.expertise_list li img {        max-width: 93% !important;    }

    .hm_titel { font-size: 25px;}
    #portfolio {        padding: 50px 0;    }
    #Services {        padding: 50px 0;    }
    .content-section {        padding-top: 50px;    }
    p {        color: #000;        font-size: 16px;    }


    }

.btn-primary{    color: #fff !important;    background-color: #481276;    border-color: #481276;    margin-top: 8px;    padding: 6px 15px !important;    border-radius: 20px !important;    font-size: 12px !important;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #00D7F0;
    border-color: #00D7F0;
}

/*Career Single Styles*/

.row.career-info {    margin: 0;}
.row.career-info > div {    padding: 0;}
.career-box {    padding: 30px 35px;    background: #00D7F0;}

.career-box i {    font-size: 20px;    color: #ffffff;    float: left;    width: 20px;    margin-right: 15px;    text-align: right;}
.career-box h4 {    font-size: 20px;    color: #ffffff;    font-weight: bold;    margin: 0 0 15px;    padding-left: 10px;}
.career-box p {    margin-bottom: 0;    color: rgba(255, 255, 255, 0.8);    line-height: 1;    padding-left: 10px;line-height: 23px;}
.job-info{font-size: 16px;    color: #677078;    line-height: 1.688;}
.job-info h2.title-2 {    padding-bottom: 30px;    font-size: 28px;    line-height: 1;}
.career-single{background: #00D7F0;}
.career-single-job p {    font-size: 15px;    color: #677078;    line-height: 1.688;    margin-bottom: 15px;    }


.career-single-job > ul {list-style: outside !important;margin-left: 17px;    margin-top: 15px;}
.career-single-job ul li {  padding: 3px 0;    position: relative;    }


.response > ul {list-style: outside !important;margin-left: 17px;    margin-top: 15px;}
.response ul li {  padding: 3px 0;    position: relative;   }



/* .response {    margin-bottom: 50px; font-size: 16px;    color: #677078;    line-height: 1.688; }
.response p{    margin-bottom: 15px; font-size: 15px;    color: #677078;    line-height: 1.688; }
.response ul li {    font-size: 16px;    color: #1D1D1F;    padding: 15px 0;    border-bottom: 2px solid #f4f5f8;    position: relative;    padding-left: 30px;}
.response ul li:first-child {    padding-top: 0;}
.response ul li:last-child {    border-bottom: 0;}
.response ul li i.fa {    color: #ffda43;    padding-right: 15px;    font-size: 17px;    position: absolute;    top: 20px;    left: 0;}
.response ul li:first-child i.fa {    top: 7px;} */


@media all and (max-width: 991px) {    section.career-single-job {        padding-bottom: 30px;    }}


/*Job stats*/

.stats-box {    border-radius: 3px;    border: 1px solid rgba(244, 244, 244, 0.8);    background: #ffffff;    box-shadow: 1px 1.7px 2px 0px rgba(0, 0, 0, 0.1);    margin-bottom: 30px;padding: 10px 15px;}
.stats-box h4{  font-size: 17px; color: #444444;    font-weight: bold;    line-height: 1.4;    margin: 15px 0;}
.stats-box p { font-size: 16px;    color: #677078;    line-height: 1.688;    margin-bottom: 15px;}

    
    @media all and (
    
    max-width: 767px) {    
        
        .row.job-stats > div {              margin: 0 auto;        float: none;        max-width: 100%;    }
        .row.job-stats > div:last-child .stats-box {        margin-bottom: 0;    }
         .stats-box h4 {        line-height: 1.2;    }
}

.btn_get { background-color:#481276 !important; color: #ffffff;  border-radius: 3px !important;    font-size: 16px;    line-height: 48px;    padding: 0 22px ;    -webkit-transition: 0.5s ease all;    -o-transition: 0.5s ease all;    -moz-transition: 0.5s ease all;    -ms-transition: 0.5s ease all; transition: 0.5s ease all;}
.form-control {    border: 1px solid rgba(6, 181, 204, 0.3);    background: #ffffff;    box-shadow: 1px 1.7px 2px 0px rgba(0, 0, 0, 0.1);    border-radius: 0;    line-height: 48px;    height: auto;    padding: 0 20px;}

.modal-content{border-radius: 0;}
.modal-header {border-bottom: 1px solid #e5e5e5;    background: #06B5CC;}
.modal-header h3{color: #ffffff;}
.modal-footer {    border-top: 1px solid #f5f5f5;}
.close {    float: right;    font-size: 21px;    font-weight: 700;    line-height: 1;    color: #ffffff;    text-shadow: 0 1px 0 #fff;    filter: alpha(opacity=20);  opacity: .9;}


.careers-section {
  
    background: url(../images/career.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro-section {
  
    background: url(../images/intro-bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



.m-b-15{margin-bottom: 10px  !important;margin-top: 10px  !important;}

.navbar-default .navbar-nav > li > a {padding: 0px 7px;margin: 12px 7px;font-size: 13pt;font-family: 'Muli', sans-serif;color: #777777;text-decoration: none;outline: none;    text-transform: uppercase;    border-bottom: 1px solid transparent;    letter-spacing: 1px;    font-weight: 400;line-height: 45px;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {  /*  border-bottom: 1px solid #06B5CC; color: #333;*/color: #06B5CC;    background-color: transparent;}
.navbar-default .navbar-nav > li:last-child > a {    border: 2px solid #06B5CC;    border-radius: 5px;    cursor: pointer;}

ul.expertise_list {    list-style: none;    padding: 0px;    margin: 60px 0px 0px;    text-align: center;}
ul.expertise_list li {  display: inline-block;  vertical-align: middle;    text-align: center;    max-width: 70%;    margin:15px;}
ul.expertise_list li img {    max-width: 70%;display: contents;height: auto;}


@media (min-width: 320px) and (max-width: 576px) 
{
    ul.expertise_list{margin: 10px 0 0 !important;}
	ul.expertise_list li{margin: 15px !important;}
	ul.expertise_list li a img{width:55% !important;}
}

@media (min-width: 576px) and (max-width: 767px) 
{
    ul.expertise_list{margin: 10px 0 0 !important;}
	ul.expertise_list li{margin: 0 0 35px !important;}
	ul.expertise_list li a img{width:50% !important;}
}

.box1 {       /*width: 100%; height: 120px; background: #fff; border-radius: 2px;padding: 10px; */          margin: 10px auto 10px;    }
/* .css3-shadow,.css3-gradient1,.css3-gradient2{  	position:relative;	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3); box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);}
.css3-gradient1:after{	content:"";    position:absolute;    z-index:-1;    top:100%;    bottom:0;	width:120%;	height:15px;	left:-10%;	right:-10%;background:-webkit-radial-gradient(50% -3%, ellipse cover, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 40%);
background:		   radial-gradient(ellipse at 50% -3%, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 40%);}  */

.m_h_70{height: 70px;}

#owl-demo .item{background: #ffffff;padding: 30px 0px;margin: 5px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;text-align: center;}
#owl-demo .item > p{color: #677078;}
.owl-theme .owl-controls .owl-page span {   background: #06B5CC;}

.how_t_or {color: #000000;padding: 10px 0;text-align: center;font-size: 14px;    line-height: 1.3;font-family: 'LatoWebMedium';text-transform: uppercase;    letter-spacing: 1px;}