
body {
    overflow-x: hidden;
    font-weight: normal;
    padding: 0;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;
}
a {
    color: #4DADC1
}
a:hover,
a:focus,
a:active,
a.active {
    color: #4DADC1
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}
p {
    color: #666;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}
::-moz-selection {
    text-shadow: none;
    background: #4DADC1;
    color: #fff;
}
::selection {
    text-shadow: none;
    background: #4DADC1;
    color: #fff;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
h1,
h2,
h3 {
    font-family: 'Raleway', sans-serif;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
}
section h2.section-heading {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 44px;
    letter-spacing: -1px;
    line-height: 50px;
}
section .section-subheading {
    margin-bottom: 40px;
    text-transform: none;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    margin-top: 25px;
    color: #666666;
    font-weight: 400;
}
.separator {
    width: 30px;
    height: 2px;
    display: block;
    margin: auto;
    background-color: #4DADC1;
}
/* --------------------------------------
3. LAYOUT
-----------------------------------------*/
/* 3.1 GENERAL*/

section {
    padding: 80px 0;
}
.row {
    margin: 0;
}
.container {
    padding: 0;
}
.outer-margin {
    margin: 0 -15px;
}
.bg-light-gray {
    background-color: #f7f7f7;
}
.btn-primary {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-xl {
    height: 50px;
    background-color: #4DADC1;
    border-radius: 2px;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    transition: 0.3s;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active {
    background-color: #273140;
    color: #fff;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}
body.modal-open {
    overflow: hidden;
}
.parallax {
    background:#11A8AB;
}
.parallax h2.section-heading,
.parallax .section-subheading {
    color: #fff;
}
.parallax .separator {
    background: #fff;
}
.gray-bg {
    background:#f7f8fa;
}
.header-buttons {
    margin: 60px auto 100px auto;
}
.primary-button {
    min-width: 150px;
    padding: 0px 20px;
    background-color: white;
    border-radius: 2px;
    color: #FFA726;
    font-family: 'Source Sans Pro', sans-serif;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    margin:0 10px 10px;
    border: 2px solid white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.primary-button.button-inverse {
    color: #fff;
    background: #FFA726;
    border: 2px solid #FFA726;
    margin-bottom: 10px;
}
.primary-button.button-inverse:hover {
    color: #FFA726;
    background: transparent;
    border: 2px solid #FFA726;
}

.cover-button {
    min-width: 280px;
    padding: 5px 20px;
    background-color: white;
    border-radius:60px;
    color:#FFF;
    font-family: 'Source Sans Pro', sans-serif;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    margin:0 10px 50px 0;
    border: 2px solid #4DADC1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	background: #4DADC1;
}

.cover-button:hover {
    color: #4DADC1;
    background:#FFF;
    border: 2px solid #FFF;
}
.secondary-button {
    min-width: 150px;
    text-align: center;
    line-height: 36px;
    background: #4DADC1;
    display: inline-block;
    line-height: 36px;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    margin: 0 10px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid white;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.secondary-button-inverse {
    color: #4DADC1;
    border-color: #4DADC1;
    background: #fff
}
.secondary-button.secondary-button-inverse:hover {
    color: #fff;
    background: #4DADC1;
}
.primary-button:hover {
    background: none;
    color: #fff;
    text-decoration: none;
}
.secondary-button:hover {
    background: #fff;
    color: #273140;
    text-decoration: none;
}
.black-button {
    min-width: 150px;
    padding: 0 20px;
    background-color: white;
    border-radius: 2px;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    margin:10px 15px 10px 0;
    border: 2px solid white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.black-button img{height:42px; width:auto;}
.black-button.button-inverse {
    color: #fff;
    background:#000;
    border: 2px solid #000;
}
.black-button .fa{font-size:22px;}
.black-button.button-inverse:hover {
    color: #000;
    background:transparent;
    border: 2px solid #000;
}
.black-button:hover {
    color: #000;  background:transparent;
    text-decoration: none;
}
/*3.2 LOGO*/
.logo{position:relative;float:left; width:204px; height:44px; background: url(../img/logo.svg) no-repeat;}
.logo:after{ position:absolute; color:#4DADC1; font-size:15px; font-weight:600; content:"BETA"; right:-30px; top:0px;  font-family: 'Raleway', sans-serif;}
.logo img {
    height: 44px;
    width: auto;
}
/*3.3 PRELOADER*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background:#18293C;
}
}
.spinner {
    opacity: 0.9;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.spinner:after,
.spinner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-radius: 100%;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}
.spinner:before {
    width: 40px;
    height: 40px;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*3.4 CAROUSELS*/

.owl-theme .owl-controls .owl-buttons {
    display: none;
}
.owl-theme .owl-controls .owl-buttons div {
    background: url(../img/arrow.png);
    display: inline-block;
    zoom: 1;
    margin: 0;
    width: 10px;
    text-indent: -9999px;
    height: 18px;
    font-size: 0;
    position: absolute;
    right: 0;
    margin-top: 8px;
    margin-right: -72px;
    top: 50%;
    padding: 0;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    left: 0;
    margin-left: -72px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    opacity: 0.22;
    background-color: #248df8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-item.loading {
    min-height: 150px;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
    cursor: url(../img/grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
/* --------------------------------------
4. MENU
-----------------------------------------*/

.navbar-default {
    border-color: transparent;
    background-color: #FFF;
    width: inherit;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}
.navbar-default .navbar-collapse {
    border: none;
    box-shadow: none;
}
.navbar-default .navbar-toggle {
    border: none;
    margin-right: -10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color:#273140;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}
.navbar-default .nav li a {
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 700;
    opacity: 0.7;
    padding: 15px 25px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fff;
    opacity: 1;
}
.navbar-default.navbar-shrink .nav li a {
    opacity: 0.8;
	color:#273140;
}
.navbar-default.navbar-shrink .nav .active a {
    opacity: 1
}
.navbar-default.navbar-shrink .nav li a:hover,
.navbar-default.navbar-shrink .nav li a:focus {
    outline: 0;
    color: #4DADC1;
    opacity: 1;
    background: none;
}

.navbar-shrink .logo{ background: url(../img/logo_dark.svg) no-repeat;}
.navbar-default.navbar-shrink .navbar-nav>.active>a:focus,
.navbar-default.navbar-shrink .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    background: none;
    opacity: 1;
    color: #4DADC1!important;
    -webkit-filter: brightness(1.2);
}
@media(min-width:960px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color:rgba(255,255,255,0.95);
		    -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    }
}
/* --------------------------------------
5. HEADER
-----------------------------------------*/
#header,
header {
    position: relative;
    color: #fff;
    background-color:#273140;

}

#headerbackground {
    background-image: url(../img/bg4.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.30;
}


header .intro-text .intro-heading {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
}

.header-buttons .secondary-button ,
.header-buttons .primary-button {
float: left;
margin-left: 0;
margin-right: 20px;
padding:3px 60px;
}

#header .primary-button.button-inverse:hover {
   color:  #273140;
   background: #fff;
   border-color: #fff
}

header .intro-text {
	width:100%;
    padding: 180px 0 100px;
	position: relative;
    z-index: 10;
	display:inline-block;
}
header .intro-text .intro-lead-in {
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    font-weight: 200;
    letter-spacing: -1px;
    margin: 0;
    margin-top:40px;
    line-height: 1.2;
}
header .header-dashboard {
    position:absolute;
	right:0;
	bottom:0;
}
header .header-dashboard .dashboard {
     margin-top: 170px;
    margin-bottom: 0;
	max-width:520px;
}
header .container {
    position: relative;
    z-index: 10;
}
.login-box{background:rgba(0,0,0,0.5); border-radius:4px; color:#FFF; position:relative;}
.login-box h3{font-weight:bold; margin:15px 0 25px 0; font-size:20px;}
.login-error{    text-align: center;
    width: 100%;
	left:0;
    position: absolute;
    top: 68px;
    color: #F22613;}
.login-form{padding:30px; margin-bottom:30px;  position:relative;}
.login-form a{color:#FFF;}
.login-form .form-group{margin-bottom:15px;}
.login-form .help-block{color:#AAA; font-size:12px;}
.login-form input {
    border-radius: 2px;
    height: 44px;
    color:#FFF;
    border: 2px solid rgba(255,255,255, 0.5);
    background: none;
    padding: 0 20px;
}
.login-form button {
    border: 2px solid #FFA726;
    height: 44px;
	color:#FFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    background-color:#FFA726;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.login-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.login-form input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.logine-form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.login-form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.login-form button:hover {
    color: #FFF;
    background:transparent;
}
.login-form input:focus {
    box-shadow: none;
    border: 2px solid #FFF;
    outline: none;
}
.signup{color:#FFA726!important; font-weight:bold;}
.signup:hover{color:#FFF!important;}
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
/* --------------------------------------
6. SECTIONS
-----------------------------------------*/
/*     6.1 ABOUT*/

#services .col-md-3 {
    text-align: center;
}
#services .col-md-3.last {
    padding-right: 0;
}
#services .fa {
    color: #4DADC1;
    margin-bottom: 36px;
    font-size: 40px
}
.service-heading {
    text-transform: none;
    color: #333;
    font-size: 22px;
    margin-top: 0;
    line-height: 22px;
    margin-bottom: 22px;
}
/*6.2 FEATURES*/


#features {overflow: hidden;}
#features .container {
    position: relative;
}
#features img {
    position: relative;

}

.features-tabs .tabs {
    margin: 0;
    padding: 0;
    height: 60px;
    background-color: white;
    border: 1px solid #d1d1d1;
    margin-bottom: 60px;
}
.features-tabs .tab {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
    display: inline-block;
    zoom: 1;
    background: none;
    border: none;
    border-bottom: none;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 58px;
    line-height: 60px;
    background: #fafafa;
}
.features-tabs .tab a {
    color: #000;
    text-transform: uppercase;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.features-tabs .tab.active {
    background: #fff;
}
.features-tabs .tab a.active {
    color: #4DADC1
}
.features-tabs .tab:hover a {
    color: #4DADC1
}
.features-tabs .panel-container {
    background: #fff;
    border: solid #666 1px;
    padding: 10px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
}
.features-tabs .tab a .triangle {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.features-tabs .tab a.active .triangle {
    border-bottom: 0;
    visibility: visible;
    width: 0;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d1d1d1;
    opacity: 1;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
}
.features-tabs .tab .triangle .inner-triangle {
    display: block;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    bottom: 2px;
    position: absolute;
    left: -8px;
}

.features-tabs ul {
    padding-left: 0px;
    margin-bottom: 30px;
	float:left;
	width:100%;
}
.features-tabs li {
    background: url(../img/checked.png) no-repeat left 5px;
    padding-left: 40px;
    list-style: none;
    margin: 0;
    color: #333;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	padding-bottom:10px;
}
.features-tabs .black-button{margin-bttom:10px;}
.cwhite, .cwhite p , .cwhite li{color:#FFFFFF;}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
/*6.3 VIDEO*/

#api .section-subheading {
    margin-bottom: 55px;
}


/*6.4 SOLUTIONS*/

.chart {
    position: relative;
    display: block;
    margin: 0 auto 40px auto;
    width: 230px;
    height: 230px;
    line-height: 230px;
    letter-spacing: -1px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-weight: 300;
    font-size: 48px;
    color: #4DADC1;
    background: #fff;
    border-radius: 50%;
}
.chart .percent {
    font-size: 28px;
    position: relative;
    margin-left: 3px;
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.chart-content {
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.chart-content h4 {
    color: #666;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    display: inline-block;
    line-height: 30px;
    margin-left: 10px;
    position: relative;
    top: -6px;
}
.chart-content .fa {
    color: #4DADC1;
    display: inline-block;
    font-size: 30px;
}

#news h3{font-weight:600;}
/*6.6 TESTIMONIALS*/

#testimonials {
    padding-bottom: 0px;
    margin-bottom: 52px;
	background:#18293C;
}
.tt-content h2{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.65;
    text-align: center;
    color: #FFF;
    margin: auto;
    font-family: 'Raleway', sans-serif;
    max-width: 850px;
}
.tt-content h3 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.65;
    text-align: center;
    color: #FFF;
    margin: auto;
    font-family: 'Raleway', sans-serif;
    max-width: 850px;
}
.tt-content h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
	color:#FFF;
    margin-bottom: 5px;
    padding-top: 20px;
}
.tt-content .content {
    font-size: 16px;
    font-weight: 400;
}
.tt-content .tt-container {
    margin-top:0;
    text-align: center;
}
.tt-images {
    text-align: center;
    margin-bottom:40px;
    font-size: 0;
}
.tt-image {
    display: inline-block;
    margin: 0;
    /*   border: 2px solid #D1D1D1;*/
    
    border-radius: 90px;
    margin: 0 15px;
}
.tt-image img {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}
.tt-quote {
    font-size: 75px;
    font-weight: 700;
    line-height: 70px;
    margin-right: 20px;
    float: left;
    color: #D1D1D1;
    display: block;
    margin-bottom: 40px;
    margin-left: 2px;
}
.tt-quote-right {
    float: right;
    margin-right: 0;
    position: relative;
    margin-left: 20px;
    bottom: 0;
    margin-bottom: 0;
}
#testimonials .owl-pagination {
    position: absolute;
    width: 100%;
}
#testimonials .owl-controls span {
    width: 30px;
    height: 30px;
    opacity: 0.65;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    border-radius: 30px;
    margin: 0 15px;
}
#testimonials .owl-controls .owl-page:hover span,
#testimonials .owl-controls .owl-page.active span {
    opacity: 0;
}
 .user-avatar{width:100px; height:100px; margin:5px auto; overflow:hidden; position:relative; text-align:center; border-radius:60px; -moz-border-radius:60px; -webkit-border-radius:60px; display:block;    
    border: 3px solid #fff;}
.user-avatar img{height:100px; width:auto; margin-left:-3px;}
/*6.7 TEAM*/

.team-member {
    text-align: center;
    overflow: hidden;
    position: relative;
}
.team-member img {
    margin: 0 auto;
    border: none;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.team-content {
    padding: 50px;
    background: #4DADC1;
    color: #fff;
    position: relative;
    z-index: 100;
    margin-top: -50px;
}
.team-member-down .team-content {
    margin-top: 0;
    margin-bottom: -50px;
}
.team-content h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    margin-bottom: 15px;
}
.team-content .team-subtitle {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 30px;
    display: block;
    line-height: 1.2;
}
.team-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.team-content .triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 10px solid #4DADC1;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -10px;
}
.team-member-down .triangle {
    border-bottom: 0;
    border-top: 10px solid #4DADC1;
    top: auto;
    bottom: -10px;
}
.team-member:hover .triangle {
    border-bottom: 700px solid;
    border-color: #4DADC1;
    opacity: 0.85;
    border-left: 700px solid transparent;
    border-right: 700px solid transparent;
    margin-left: -700px;
    top: -650px;
}
.team-member-down:hover .triangle {
    border-bottom: 0;
    top: auto;
    border-top: 700px solid;
    border-color: #4DADC1;
    opacity: 0.85;
    border-left: 700px solid transparent;
    border-right: 700px solid transparent;
    margin-left: -700px;
    bottom: -650px;
}
.team-member:hover img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.team-member-down:hover img {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}
.team-socials {
    position: absolute;
    top: 215px;
    width: 100%;
    z-index: 101;
    margin: auto;
    text-align: center;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.team-member-down .team-socials {
    top: auto;
    bottom: 215px;
}
.team-socials a:hover .fa {
    color: #273140
}
.team-socials .fa {
    color: white;
    margin: 0 15px;
    font-family: FontAwesome;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    height: 25px;
    text-transform: uppercase;
}
.team-member:hover .team-socials {
    opacity: 1;
    visibility: visible;
}
/*6.8 CLIENTS*/
#clients{padding:50px 0;}
#clients .owl-controls .owl-buttons {
    display: block;
}
#testimonials .owl-controls {
    text-align: center;
    margin: 40px 0;
}
#clients .owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    z-index: 1;
}
#clients .slider {
    max-width: 1024px;
    margin: 38px auto
}
#clients .slider img {
    display: block;
    margin: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}
#clients .slider img:hover {
    opacity: 0.60;
}
/*6.9 SUBSCRIBE*/

#subscribe {
    padding: 20px 0;
}
#footer-login{
    padding: 50px 0;
}
#footer-login h3{
   color: white;
    font-family: 'Raleway', sans-serif;
    letter-spacing: -1px;
    font-size: 30px;
    font-weight: 300;
    float: left;
    margin: 0;
    line-height: 50px;
}
#footer-login .primary-button {padding:5px 20px; margin-top:20px; color:#333;}
#footer-login .primary-button:hover {color:#FFF;}
#subscribe .container{position:relative;}
#subscribe .container:after {
    left:30px;
    top: -50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color:#4DADC1;
    border-width: 18px;
    margin-top: -5px;}
#subscribe h3 {
    color: white;
    font-family: 'Raleway', sans-serif;
    letter-spacing: -1px;
    font-size: 22px;
    font-weight: 300;
    float: left;
    margin: 0;
    line-height: 50px;
}
#subscribe .subscribe-form {
    float: right;
    position: relative;
}

#subscribe-success {
    position: absolute;
    top: 0;
    width: 100%;
}

#subscribe-success .alert-success {
    margin: 0;
    width: 100%;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    color: #273140;
}

#subscribe #subscribe-success .close {
    outline: none;
}

#subscribe #subscribe-success .close:hover {
    color: #273140;
}



#subscribe .subscribe-form input {
    width: 320px;
    border-radius: 2px;
    height: 50px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: none;
    padding: 0 20px;
}
#subscribe .subscribe-form button[type="submit"] {
    width: 110px;
    border: 2px solid white;
    height: 50px;
    color: inherit;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    background-color: white;
    border-radius: 2px;
    float: right;
    margin-left: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#subscribe .subscribe-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
#subscribe .subscribe-form input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
#subscribe .subscribe-form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
#subscribe .subscribe-form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
#subscribe .subscribe-form button:hover {
    color: #fff;
    background: none;
}
#subscribe .subscribe-form input:focus {
    box-shadow: none;
    border: 1px solid #fff;
    outline: none;
}
/*6.10 CONTACT*/

#contact {
    background-color: #f8f8f8;
    position: relative;
}
#contact .contact-form-container {
text-align:center;
}
#contact .form-textarea {
    width: 100%;
}
#contact .form-group input,
#contact .form-group textarea {
    padding: 20px;
    float: left;
    border-radius: 2px;
    resize: none;
}
#contact .section-subheading {
    margin-bottom: 50px;
    margin-top: 30px;
    line-height: 25px;
}
#contact .form-group input.form-control {
    border-radius: 2px;
    height: 50px;
    background-color: white;
    padding: 0 20px;
    line-height: 50px;
    border: 1px solid #ccc;
	margin-bottom:20px;
}
#contact .form-group textarea.form-control {
    border: 1px solid #ccc;
    border-radius: 0;
    border-radius: 2px;
    min-height: 120px;
		margin-bottom:20px;
}
#contact .form-group textarea.form-control:focus,
#contact .form-group input.form-control:focus {
    border-color: #4DADC1;
    box-shadow: none;
    outline: none;
}
#contact .text-danger ul {
    margin: 0;
    padding: 0;
    float: right;
    list-style-type: none;
    text-align: right;
    font-size: 14px;
    line-height: 1;
    top: 0;
    max-width: 130px;
    padding-top: 11px;
    right: 20px;
    position: absolute;
}
#contact .text-danger {
    color: #4DADC1;
    margin: 0;
}
.contact-map-container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    margin-left: -85px;
}
.contact-map-container #map {
    width: 100%;
    height: 100%;
}
#contactForm .alert-success {
    color: #4DADC1;
    background-color: #fff;
    border-color: #4DADC1;
    padding: 14px;
    border-radius: 2px;
}
/* --------------------------------------
7.FOOTER
-----------------------------------------*/

footer {
    padding: 50px 0 40px 0;
    text-align: center;
    background-color: #273140;
}
.lower-footer span,
.lower-footer a {
    opacity: 0.2;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    margin-right: 25px;
}
.lower-footer a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.lower-footer a:hover {
    opacity: 1;
    text-decoration: none;
}
.lower-footer .social{float:right;}
.lower-footer .social a {
    margin: 0;
    margin-left: 35px;
    float: right;
    display: inline-block;
}

.lower-footer .fa {
    margin: 0;
    opacity: 1;
    font-family: Flaticon;
    font-size: 20px;
    font-weight: 400;
    float: right;
    margin-right: 0;
}
.lower-footer h4{    opacity: 0.5;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    line-height: 22px;}
.lower-footer {
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 20px;
    width: 100%;
    float: left;
}
.lower-footer  p {
    opacity: 0.3;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
}
.upper-footer {
    text-align:left;
}

.upper-footer  p {
    opacity: 0.2;
    margin-top: 30px;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
}
.footer h3{color:white; text-align:left;}
.footer-nav {
    float: left;
    padding: 0;
    margin: 0;
    margin-top: 5px;
}
.footer-nav li {
    width:100%;
    float: left;
    margin-bottom: 10px;
	line-height:24px;
	list-style-type:none;
}
.footer-nav a {
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    display: inline-block;
    text-align: left;
    float: left;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-nav a:hover {
    text-decoration: none;
    color: #4DADC1;
}
.footer-secondary-nav {
    float: left;
    padding: 0;
    width: auto;
    margin-top: 5px;
    margin-bottom: 0;
}
.footer-secondary-nav li {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.footer-secondary-nav a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    float: left;
	font-weight: 700;
    line-height: 24px;
}
.footer-secondary-nav .fa {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    height: 14px;
    line-height: 13px;
}
.footer-secondary-nav .fa {
    font-size: 14px;
}
/*-----------------------------------------------------------------*/
/* 8. ICONS
/*-----------------------------------------------------------------*/

.iconspage header {
    text-align: center;
    padding: 120px 0 0;
}
.iconspage header h1 {
    font-size: 2rem;
}
.iconspage header p {
    font-size: 1.4rem;
    margin-top: .6em;
}
.iconspage header a:hover {
    text-decoration: underline;
}
.iconspage section {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto;
}
.iconspage section h2 {
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 1em .2em;
    margin-bottom: 1em;
}
.iconspage ul::after {
    clear: both;
    content: "";
    display: table;
}
.iconspage ul li {
    width: 25%;
    float: left;
    padding: 16px 0;
    text-align: center;
    border-radius: .25em;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}
.iconspage ul li:hover {
    background: #dbdbdb;
}
.iconspage ul p {
    display: inline-block;
    font-size: 1rem;
    margin-top: 10px;
    color: #999999;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    white-space: nowrap;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
font-style: normal;
display:inline-block;
 speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-arrow:before { content: "\f100"; }
.flaticon-arrow-1:before { content: "\f101"; }
.flaticon-briefcase:before { content: "\f102"; }
.flaticon-briefcase-1:before { content: "\f103"; }
.flaticon-circle:before { content: "\f104"; }
.flaticon-circle-1:before { content: "\f105"; }
.flaticon-apple:before { content: "\f106"; }
.flaticon-money:before { content: "\f107"; }
.flaticon-money-1:before { content: "\f108"; }
.flaticon-round:before { content: "\f109"; }
.flaticon-facebook:before { content: "\f10a"; }
.flaticon-twitter:before { content: "\f10b"; }
.flaticon-linkedin:before { content: "\f10c"; }
.flaticon-android:before { content: "\f10d"; }
.flaticon-youtube:before { content: "\f10e"; }
.flaticon-world:before { content: "\f10f"; }
.header-btn{display:none;}
.navbar-shrink .header-btn{display:inline}
.clear{clear:both;}
.cover-form-wrapper{background: rgba(0, 0, 0, 0.35); padding:25px 35px; border-radius:10px; display:block; margin-bottom:100px; position:relative;}
.cover-forget{position:absolute; right:30px; bottom:-25px; color:#FFF; font-size:15px; font-weight:bold; }
.cover-form .form-group{position:relative;}
.cover-form .help-block{position:absolute; left:0; bottom:0; font-size:12px; top:45px; COLOR:#fff;}
.cover-form input {
    border-radius: 2px;
    height: 50px;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background:#FFF;
    padding: 0 10px;
	margin-right:10px;
}
.cover-form button {
    height: 50px;
    outline: none;
display:inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.cover-form button:hover {
    color: #fff;
    background: none;
}
.cover-form input:focus {
    box-shadow: none;
    border: 1px solid #fff;
    outline: none;
}


/* PRICING*/

.pricing-row{padding:80px 0 120px;}
.pricing {
    overflow: hidden;
    position: relative;
	background:#FFF;
    border-top: none;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
    margin: 0;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
}
.pricing.active, .pricing:hover {
    background-color:#4DADC1;
    opacity: 0.85;
    border-top: 0;
}
.pricing-title {
    background-color:#18293C;
    border-radius: 2px 2px 0 0;
    text-align: center;
    color: white;
    min-height: 60px;
	padding:10px 0;
}
.pricing-title  h2, .pricing-title  h5{color:#FFF;}
.pricing .btn-chart{border:1px solid #CCC;}
.pricing .pricing-row {
    padding-top: 23px;
    float: left;
    padding-left: 0;
    text-align: center;
    padding-right: 0;
    width: 100%;
}
.pricing .pricing-row.selected {
    background-color: whitesmoke;
    font-weight: bold;
    color: #666;
    font-size: 14px;
    padding-top: 13px;
    margin-top: 10px;
    margin-bottom: -13px;
    padding-bottom: 13px;
}
.pricing.active .pricing-row.selected, .pricing:hover .pricing-row.selected {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.pricing .col-lg-3 {
    padding: 40px 0 10px 0;
    font-weight: 300;
    line-height: 25px;
    color:#4DADC1;
    width: 100%;
    text-align: center;
}
.pricing.active .col-lg-3 , .pricing:hover  .col-lg-3{
    color: #fff;
}
.pricing .button-container {
    text-align: center;
    position: relative;
    padding: 10px 0 20px 0;
    width: 100%;
    margin: 0;
    height: auto;
    background: none;
}
.pricing-price {
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 42px;
    display: inline-block;
}
 .pricing-time {
    font-weight: 300;
    letter-spacing: -1px;
    margin-top: 5px;
    font-size: 30px;
}
.pricing .iconita {
    line-height: 52px;
    font-size: 48px;
    height: 52px;
}

.pricing .pricing-option {
    text-transform: capitalize;
    text-align: center;
    line-height: 1;
    color: #666;
    font-size: 16px;
}
.pricing .pricing-row.selected .pricing-option {
    font-size: 14px;
}
.pricing .pricing-option.selected {
    background:#4DADC1;
}
.pricing.active .pricing-option {
    color: #fff;
}
.pricing .pricing-row.selected .fa {
    font-size: 13px;
    top: 0;
}
.pricing .fa {
    color:#3D9CDC;
    font-size: 11px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.pricing.active .fa , .pricing:hover.fa {
    color: #fff;
}
.currency {
    font-size: 34px;
    margin-right: 5px;
    position: relative;
    top: -20px;
}
.billing-time {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 14px;
    margin-top: 8px;
}
.pricing.active .billing-time ,.pricing:hover  .billing-time {
    color: #fff;
}
.pricing .secondary-button {
    background: #4DADC1;
}
.pricing .secondary-button:hover {
    background: #fff;
}
.corner-ribbon{
    width: 140px;
    background: #e82;
    position: absolute;
    top: 15px;
    right: -40px;
    left: auto;
    text-align: center;
    line-height: 30px;
  color: #f0f0f0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}