
body {
    background-color: #fff;
    color: #2b2b2b;
    font-family: "Open Sans",sans-serif;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway",sans-serif;
}
img {
    height: auto;
    max-width: 100%;
}
ul {
    margin: 0;
}

li {
    font-size: 15px;
    font-weight: 300;
    padding: 0 0 10px;
}
li i {
    margin-right: 15px;
}
p {
    color: #2b2b2b;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 26px;
    margin: 0 0 20px;
}
a {
    color: #00c0ef;
    transition: all 0.3s ease-in-out 0s;
}
a:focus {
    outline: 0 none;
}
.preloader {
    background-color: #23475b;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.preloader::before, .preloader::after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 50%;
    width: 15px;
}
.preloader::before {
    animation: 1.8s ease-in-out 0s normal none infinite running animation_left_round;
    background-color: #ed5f6b;
    left: 50%;
}
.preloader::after {
    animation: 1.8s ease-in-out 0s normal none infinite running animation_right_round;
    background-color: #fff;
    right: 50%;
}
@keyframes animation_left_round {
0%, 100% {
    transform: translate3d(50%, -50%, 0px);
}
50% {
    transform: translate3d(-150%, -50%, 0px);
}
}
@keyframes animation_right_round {
0%, 100% {
    transform: translate3d(-50%, -50%, 0px);
}
50% {
    transform: translate3d(150%, -50%, 0px);
}
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin: 40px 0;
    padding: 14px 0;
    transition: all 0.5s ease-in-out 0s;
}
.navbar-default .navbar-nav li {
    padding: 0;
}
.navbar-default .navbar-nav li a {
    color: #eaeaea;
    font-family: "Raleway",sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 7px 30px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
}
.navbar-default .navbar-nav li a.current {
    color: #00c0ef;
}
.navbar-default .navbar-nav li a:focus {
    color: #00c0ef;
    outline: medium none;
}
.navbar-default .navbar-nav li:last-child a {
    padding-right: 15px;
}
.navbar-default .navbar-nav li:hover a {
    color: #00c0ef;
}
.navbar-default.shrink {
    background: #23475b none repeat scroll 0 0;
    margin: 0;
    padding: 20px 0;
}
.navbar-default.shrink li a {
    font-weight: 400;
    padding: 7px 25px;
}
.navbar-brand {
    height: 26px;
    line-height: 50px;
    padding: 4px 15px;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}
.navbar-default .navbar-collapse {
    border-color: transparent;
}
.navbar-toggle {
    background-color: #00c0ef;
    border: 0 none;
    border-radius: 3px;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 7px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover {
    background-color: #00AAD5;
}
.navbar-toggle .icon-bar {
    border-radius: 0;
    display: block;
    height: 2px;
    width: 18px;
}
section {
    overflow: hidden;
    padding: 70px 0;
    position: relative;
}
.section-header {
    margin-bottom: 70px;
    padding: 0 15px;
    text-align: center;
}
.section-header h2 {
    color: #1a1a1a;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.025em;
    margin: 0 0 14px;
}
.section-header span {
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.025em;
}
section.gray {
    background: #f7f7f7 none repeat scroll 0 0;
}

section.dark-blue{
	background: #23475b none repeat scroll 0 0;
}

section.with-bg .section-header {
    margin-bottom: 70px;
    position: relative;
    text-align: center;
    z-index: 1;
}
section.with-bg .section-header h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.025em;
    margin: 0 0 14px;
}
section.with-bg .section-header span {
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.025em;
}
section.with-bg .section-content {
    position: relative;
    z-index: 1;
}
.hero {
    background: rgba(0, 0, 0, 0) url("../images/4.jpg") no-repeat scroll center top;
    height: 740px;
    width: 100%;
}
.hero .cta {
    position: absolute;
    top: calc(50% - 80px);
    width: 100%;
    z-index: 1;
}
.hero .cta h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 100;
    letter-spacing: 0.05em;
    margin: 0 0 25px;
}
.hero .cta h2 span {
    font-weight: 600;
}
.hero .cta p {
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 0.05em;
    line-height: 1.9;
    margin: 0 0 25px;
}
.hero .cta a.btn:last-child {
    margin-left: 20px;
}
.hero .cta.with-img {
    bottom: -70px;
    top: initial;
}
.hero .cta.with-img .big-image {
    margin-top: 40px;
}
.hero .cta.with-video {
    top: calc(30% - 95px);
}
.hero .cta .hero-video {
    border-radius: 5px;
    margin: 0 auto 40px;
    max-height: 440px;
    outline: medium none;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 767px;
}
.hero .cta .hero-video img {
    width: 100%;
}
.hero .cta .hero-video span.play-button {
    background: #ed5f6b none repeat scroll 0 0;
    border-radius: 50%;
    height: 100px;
    left: calc(50% - 50px);
    line-height: 100px;
    position: absolute;
    text-align: center;
    top: calc(50% - 50px);
    transition: all 0.3s ease-in-out 0s;
    width: 100px;
    z-index: 1;
}
.hero .cta .hero-video span.play-button i {
    color: #fff;
    font-size: 40px;
    line-height: 100px;
    margin-left: 10px;
}
.hero .cta .hero-video .video-overlay {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.hero .cta .hero-video:hover span.play-button {
    transform: scale(1.1);
}
.hero .cta.with-form {
    position: absolute;
    top: calc(50% - 190px);
    width: 100%;
    z-index: 1;
}
.hero .cta.with-form ul {
    color: #fff;
    letter-spacing: 0.05em;
    list-style: outside none none;
}
.hero .cta.with-form ul li {
    padding: 0 0 20px;
}
.hero .cta.with-form ul li::before {
    color: #ed5f6b;
    content: "";
    font-family: "FontAwesome";
    font-size: 6px;
    padding-right: 30px;
    vertical-align: middle;
}
.hero .cta.with-form .trial-form {
    background: #1e3d4f none repeat scroll 0 0;
    border-radius: 5px;
    padding: 45px;
}
.hero .cta.with-form .trial-form .form-group {
    margin-bottom: 20px;
    position: relative;
}
.hero .cta.with-form .trial-form .form-group i {
    color: #ccc;
    line-height: 46px;
    position: absolute;
    right: 30px;
}
.hero .cta.with-form .trial-form .form-control {
    border-radius: 5px;
    height: 46px;
}
.hero .cta.with-form .trial-form .form-control::-moz-placeholder {
    color: #9e9e9e;
}
.hero .cta.with-form .trial-form .form-control:-moz-placeholder {
    color: #9e9e9e;
}
.hero .cta.with-form .trial-form select.form-control {
    -moz-appearance: none;
    color: #9e9e9e;
    padding: 0 30px;
}
.hero .cta.with-form .trial-form h3 {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 45px;
    text-transform: uppercase;
}
.hero .cta.with-form .trial-form p {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin: 25px 0 0;
}
.hero .cta.with-subscribe .form-control {
    border-radius: 5px;
    height: 46px;
}
.hero .cta.with-subscribe .hero-form-row {
    margin: 0 auto;
    max-width: 700px;
}
.hero .wheel-wrap {
    bottom: 25px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.hero .wheel-wrap span.mousewheel {
    border: 2px solid #fff;
    border-radius: 8px;
    display: inline-block;
    height: 30px;
    position: relative;
    width: 20px;
}
.hero .wheel-wrap span.mousewheel::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    content: "";
    height: 5px;
    left: 6px;
    position: absolute;
    top: 7px;
    width: 4px;
}
.hero .overlay {
    background: rgba(41, 88, 112, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.intro ul li {
    letter-spacing: 0.02em;
    list-style: outside none none;
}
.intro ul li i {
    color: #ed5f6b;
}
.intro ul li span {
    background: #ed5f6b none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    margin-right: 15px;
    text-align: center;
    width: 25px;
}
.clients .row {
    border-bottom: 1px solid #efefef;
}
.clients .row:last-child {
    border-bottom: 0 none;
}
.clients .item {
    border-right: 1px solid #efefef;
    padding: 50px 0;
    text-align: center;
}
.clients .item img {
    opacity: 0.3;
    transition: all 0.3s ease-in-out 0s;
}
.clients .item img:hover {
    opacity: 1;
}
.clients .item:last-child {
    border-right: 0 none;
}
.features .item {
    min-height: 135px;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
}
.features .item .icon-wrap {
    float: left;
}
.features .item .icon-wrap .icon {
    background: #001a66 none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    height: 80px;
    line-height: 100px;
    text-align: center;
    width: 80px;
}
.features .item .icon-wrap .icon i {
    color: #fff;
    font-size: 40px;
}
.features .item .description {
    margin-left: 100px;
}
.features .item .description h3 {
    color: #464646;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.features .item .description p {
    color: #464646;
    font-size: 13px;
    margin-bottom: 0;
}
.features .item:nth-child(4) {
    min-height: auto;
}
.features .item:nth-child(5) {
    min-height: auto;
}
.features .item:nth-child(6) {
    min-height: auto;
}
.showcase {
    background: rgba(0, 0, 0, 0) url("../images/4.jpg") repeat scroll center top;
}
.showcase .overlay {
    background: rgba(41, 88, 112, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.showcase .showcase-slide {
    border-radius: 8px;
    height: 440px;
    margin: 0;
    overflow: hidden;
    padding: 50px 0;
}
.showcase .showcase-slide .slick-list {
    overflow: visible;
}
.showcase .showcase-slide .item {
    border-radius: 5px;
    cursor: ew-resize;
    height: 340px;
    outline: 0 none;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    width: 580px;
}
.showcase .showcase-slide .item img {
    max-width: 100%;
}
.showcase p.extra-desc {
    color: #fff;
    margin: 75px 0 0;
}
.showcase .slick-center {
    transform: scale(1.3);
}

.team .container{
	margin-right: -65px;
}

.team .item .thumb {
    background: #00c0ef none repeat scroll 0 0;
    height: 260px;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
}
.team .item .thumb:hover {
    background: #23475b none repeat scroll 0 0;
}
.team .item .title {
    color: #464646;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 12px;
    text-align: center;
    text-transform: uppercase;
}

.team .item h5{
    color: #464646;
    
    font-weight: 400;
    margin: 20px 0 12px;
    text-align: center;
    text-transform: uppercase;
}

.team .item .position {
    color: #464646;
    font-size: 16px;
    font-weight: 300;
}
.team .item .social-icons {
    margin-left: -10px;
    margin-top: 15px;
}
.team .item .social-icons a {
    background: #00c0ef none repeat scroll 0 0;
}
.team .item .social-icons a:hover {
    background: #00AAD5 none repeat scroll 0 0;
}
.pricing .price-table {
    background: #f6f6f6 none repeat scroll 0 0;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
}
.pricing .price-table .header {
    padding: 40px 0;
}
.pricing .price-table .header i {
    color: #00c0ef;
    font-size: 48px;
}
.pricing .price-table .header h2 {
    color: #6d6d6d;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 0.025em;
    margin: 20px 0;
    text-transform: uppercase;
}
.pricing .price-table .header h1 {
    color: #6d6d6d;
    font-family: "Open Sans",sans-serif;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 0.025em;
    margin: 20px 0 0;
}
.pricing .price-table .content ul {
    list-style: outside none none;
}
.pricing .price-table .content ul li {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.025em;
    padding: 20px 0;
    text-align: center;
}
.pricing .price-table .content ul li.even {
    background: #efefef none repeat scroll 0 0;
}
.pricing .price-table .footer {
    background: transparent none repeat scroll 0 0;
    padding: 40px 0;
    text-align: center;
}
.pricing .price-table:hover {
    transform: scale(1.05);
}
.pricing .price-table.recommend {
    background: #23475b none repeat scroll 0 0;
    color: #fff;
    transform: scale(1.05);
    transition: all 0.3s ease-in-out 0s;
}
.pricing .price-table.recommend .header i {
    color: #ed5f6b;
}
.pricing .price-table.recommend .header h2 {
    color: #fff;
}
.pricing .price-table.recommend .header h1 {
    color: #fff;
}
.pricing .price-table.recommend .content ul li.even {
    background: #204458 none repeat scroll 0 0;
}
.pricing .price-table.recommend:hover {
    transform: scale(1.1);
}
.testimonials .slick-list {
    margin: 0 auto;
    width: 560px;
}
.testimonials p, .testimonials span, .testimonials h2 {
	color: #fff;
    text-align: center;
}
.testimonials .user {
    margin: 45px auto 0;
    width: 230px;
}
.testimonials .user .thumb {
    background: #00c0ef none repeat scroll 0 0;
    border-radius: 50%;
    float: left;
    height: 70px;
    overflow: hidden;
    width: 70px;
}
.testimonials .user .info {
    margin-left: 90px;
}
.testimonials .user .info h3 {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.025em;
    margin: 12px 0 8px;
}
.testimonials .user .info span {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.025em;
}
.blog .item .thumb {
    background: #00c0ef none repeat scroll 0 0;
    height: 262px;
    overflow: hidden;
}
.blog .item h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 20px 0 15px;
}
.blog .item h2 a {
    color: #464646;
}
.blog .item h2 a:hover {
    color: #ed5f6b;
    text-decoration: none;
}
.blog .item p {
    margin-bottom: 20px;
}
.cta-footer {
    background: rgba(0, 0, 0, 0) url("../images/4.jpg") no-repeat scroll center top;
    color: #fff;
    text-align: center;
}
.cta-footer h2 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.025em;
    margin: 0 0 20px;
}
.cta-footer p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.025em;
}
.cta-footer .buttons a {
    margin-right: 20px;
}
.cta-footer .buttons a:last-child {
    margin-right: 0;
}
.cta-footer .overlay {
    background: rgba(41, 88, 112, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.contact .contact-container {
    margin: 0 auto;
    width: 750px;
}
.contact .contact-container p.contact-extra {
    margin-bottom: 30px;
    text-align: center;
}
.subscribe {
    background: rgba(0, 0, 0, 0) url("../images/5.jpg") no-repeat scroll center top;
    color: #fff;
}
.subscribe h2 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.025em;
    margin: 0 0 6px;
}
.subscribe p {
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.025em;
    margin: 0;
}
.subscribe .form-group {
    margin-bottom: 0;
}
.subscribe .overlay {
    background: rgba(237, 95, 107, 0.9) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer {
    background: #23475b none repeat scroll 0 0;
    color: #fff;
    padding: 70px 0 0;
    position: relative;
}

.footer ul {
	padding: 0;
}
.footer .widget h3.title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 0 0 40px;
}
.footer .about img {
    margin-bottom: 40px;
}
.footer .about p {
    color: #fff;
    font-weight: 200;
    letter-spacing: 0.025em;
    margin-bottom: 40px;
}
.footer .blog .item {
    margin-bottom: 30px;
}
.footer .blog .item:last-child {
    margin-bottom: 0;
}
.footer .blog .thumb {
    background: #00c0ef none repeat scroll 0 0;
    float: left;
    height: 70px;
    overflow: hidden;
    width: 70px;
}
.footer .blog .title {
    margin-left: 85px;
}
.footer .blog .title h4 {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.4em;
    margin: 0 0 10px;
}
.footer .blog .title h4 a {
    color: #fff;
}
.footer .blog .title h4 a:hover {
    color: #00c0ef;
    text-decoration: none;
}
.footer .blog .title span {
    color: #bebebe;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.025em;
}
.footer .contact ul {
    list-style: outside none none;
}
.footer .contact ul li {
    margin-bottom: 10px;
}
.footer .contact ul li i {
    background: #00c0ef none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}
.footer .contact ul li i.fa-envelope {
    font-size: 10px;
}
.footer .links ul {
    list-style: outside none none;
}
.footer .links ul li {
    padding-bottom: 15px;
}
.footer .links ul li a {
    color: #fff;
}
.footer .links ul li a:hover {
    color: #00c0ef;
    text-decoration: none;
}
.footer .links ul li::before {
    color: #00c0ef;
    content: "";
    font-family: "FontAwesome";
    font-size: 14px;
    padding-right: 20px;
}
.footer .copyright {
    border-top: 1px solid #1a394a;
    margin-top: 70px;
    padding: 40px 0;
}
.footer .copyright span {
    color: #ededed;
    font-size: 12px;
    font-weight: 300;
    margin-left: 40%;
    letter-spacing: 0.08em;
}
.footer .copyright .footer-menu {
    list-style: outside none none;
}
.footer .copyright .footer-menu li {
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.08em;
    padding: 0 16px;
    text-transform: uppercase;
}
.footer .copyright .footer-menu li:first-child {
    padding-left: 0;
}
.footer .copyright .footer-menu li:last-child {
    padding-right: 0;
}
.footer .copyright .footer-menu li a {
    color: #ededed;
    text-decoration: none;
}
.footer .copyright .footer-menu li a:hover {
    color: #ed5f6b;
}
#particles-js {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.btn {
    border: 0 none;
    border-radius: 5px;
    color: #23475b;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 13px 24px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.btn-default {
    background: #fff none repeat scroll 0 0;
    color: #23475b;
}
.btn-default:hover {
    background: #eaeaea none repeat scroll 0 0;
}
.btn-primary {
    background: #00c0ef none repeat scroll 0 0;
    color: #fff;
}
.btn-primary:hover {
    background: #00AAD5 none repeat scroll 0 0;
    color: #fff;
}
.btn-secondary {
    background: #ed5f6b none repeat scroll 0 0;
    color: #fff;
}
.btn-secondary:hover {
    background: #d44f5a none repeat scroll 0 0;
    color: #fff;
}
.btn-lg {
    padding: 21px 24px;
}
.btn-icon i {
    margin-right: 10px;
}
.btn-full {
    width: 100%;
}
.form-control {
    background-color: #ebebeb;
    background-image: none;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 14px;
    font-weight: 300;
    height: 60px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding: 15px 30px;
    width: 100%;
}
.form-control:focus {
    border-color: #c7c7c7;
    box-shadow: none;
    outline: 0 none;
}
.form-group {
    margin-bottom: 30px;
}
.social-icons {
    list-style: outside none none;
}
.social-icons li {
    display: inline-block;
    margin-right: 5px;
    padding: 0;
    text-align: center;
}
.social-icons li a {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border-radius: 4px;
    display: block;
    height: 40px;
    line-height: 42px;
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
}
.social-icons li a i {
    color: #fff;
    font-size: 20px;
    margin: 0;
}
.social-icons li a:hover {
    background: #ed5f6b none repeat scroll 0 0;
}
.slick-slide {
    outline: medium none;
}
.slick-dots {
    bottom: -45px;
    position: relative;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 16px;
}
.slick-dots button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 12px;
    line-height: 0;
    outline: medium none;
    padding: 0;
    width: 12px;
}
.slick-dots li.slick-active button::before {
    color: #ed5f6b;
    opacity: 1;
}
.slick-dots li button::before {
    color: #e5e5e5;
    content: "•";
    font-family: "slick";
    font-size: 11px;
    height: 12px;
    left: 0;
    line-height: 14px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    width: 12px;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
    color: #ed5f6b;
}
.slick-prev, .slick-next {
    background: #00c0ef none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 40px;
    line-height: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 5px;
    transform: translate(0px, 0%);
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
}
.slick-prev:hover, .slick-next:hover {
    background: #00AAD5 none repeat scroll 0 0;
}
.slick-prev:focus, .slick-next:focus {
    background: #00AAD5 none repeat scroll 0 0;
}
.slick-prev::before, .slick-next::before {
    color: #fff;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 1;
    opacity: 1;
}
.slick-prev::before {
    content: "";
}
.slick-next::before {
    content: "";
}
@media only screen and (min-width: 991px) and (max-width: 1170px) {
.team .item .thumb {
    height: 212px;
}
}
@media only screen and (max-width: 991px) {
.hero .cta .hero-video {
    width: 100%;
}
.team .item, .intro .about, .footer .widget {
    margin-top: 30px;
}
.footer .widget:last-child {
    margin-bottom: 0;
}
.features .item {
    margin-bottom: 30px;
    min-height: 115px !important;
}
.features .item:last-child {
    margin-bottom: 0;
}
.slick-center {
    transform: scale(1) !important;
}
.showcase .showcase-slide {
    height: auto;
    padding: 0;
}
.showcase .showcase-slide .item {
    height: auto;
    width: auto;
}
.blog .item {
    margin-bottom: 30px;
}
.subscribe .text {
    margin-bottom: 30px;
}
.footer .blog .item {
    max-width: initial;
}
.footer .copyright span {
    display: block;
    float: none !important;
    margin-bottom: 10px;
}
.footer .copyright .footer-menu {
    float: none !important;
}
}
@media only screen and (max-width: 767px) {
.navbar-nav {
    background: #23475b none repeat scroll 0 0;
    margin: 0;
}
.navbar-default .navbar-nav li a {
    padding: 15px 30px;
}
.navbar-default.shrink {
    padding: 0;
}
.navbar-brand {
    padding: 14px 15px;
}
.hero .cta.with-video {
    top: calc(30% - 80px);
}
.team .item {
    float: none;
    margin: 30px auto 0;
    width: 300px;
}
.team .item .thumb {
    height: auto;
}

.team ul {
	padding: 10px;
}

.pricing .price-table {
    margin: 0 auto 30px;
    max-width: 400px;
}
.price-table.recommend {
    transform: scale(1);
}
.testimonials .slick-list {
    margin: 0 auto;
    width: 100%;
}
.blog .item {
    float: none;
    margin: 0 auto 30px;
    max-width: 400px;
}
.contact .contact-container {
    width: 100%;
}
.subscribe .form-group, .footer .widget {
    margin-bottom: 30px;
}
.footer .blog .item {
    max-width: initial;
}
}
@media only screen and (max-width: 480px) {
.hero .cta.with-video {
    top: calc(30% - 0px);
}
}
@media only screen and (max-width: 320px) {
.hero .cta a.btn:last-child {
    margin-left: 0;
    margin-top: 20px;
}
.cta-footer .buttons a {
    margin-right: 0;
}
}
