@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Lato:400,300,700);

body {
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #3e4f59;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #00aff1
}

a:focus, a:hover {
    text-decoration: none;
    outline: 0;
    color: #3e4f59
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat;
    font-weight: 700
}

.h-light {
    font-weight: 400
}

.title-group {
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px
}

.title-group h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 5px
}

.newtitle-group {
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px
}

.newtitle-group h2 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 50px;
}

.subtitle {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase
}

.with-square {
    /*position: relative;*/
    /*display: inline-block;*/
    /*padding-left: 25px*/
}

.with-square:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #005baf;
    left: 50%;
}

.with-border-bottom {
    position: relative
}

.with-border-bottom:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #fff;
    top: 50px;
    left: 0
}

p {
    line-height: 22px
}

button {
    border: none;
    padding: 0;
    background: 0 0
}

button:focus, button:hover {
    outline: 0
}

ol, ul {
    padding-left: 20px
}

.list-unstyled {
    padding-left: 5px
}

.color-primary {
    color: #005baf !important
}

.color-pr2 {
    color: #00aff1 !important
}

.my-btn {
    padding: 15px 28px;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    transition: color 300ms
}

.my-btn .my-btn-text {
    position: relative
}

.my-btn .my-btn-bg-top {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 0;
    right: -100%;
    transition: all 300ms
}

.my-btn .my-btn-bg-bottom {
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: -100%;
    transition: all 300ms
}

.my-btn:hover .my-btn-bg-top {
    right: 0
}

.my-btn:hover .my-btn-bg-bottom {
    left: 0
}

.my-btn-primary {
    color: #fff;
    border: 1px solid #005baf;
    background-color: #005baf;
}

.my-btn-primary .my-btn-bg-bottom, .my-btn-primary .my-btn-bg-top {
    background-color: #fff
}

.my-btn-primary:hover {
    color: #005baf;
    background: white;
}

.my-btn-default {
    color: #3e4f59;
    border: 1px solid #3e4f59;
    background: #fff;
}

.my-btn-default .my-btn-bg-bottom, .my-btn-default .my-btn-bg-top {
    background-color: #3e4f59;
}

.my-btn-default:hover {
    color: #3e4f59;
}

.my-btn-grey {
    color: #fff;
    border: 1px solid #3e4f59;
    background: #3e4f59;
}

.my-btn-grey .my-btn-bg-bottom, .my-btn-grey .my-btn-bg-top {
    background-color: #fff;
}

.my-btn-grey:hover {
    color: #fff;
}

.my-btn-sm {
    padding: 12px 24px;
}

.my-btn-xs {
    padding: 10px 20px;
}

.btn {
    font-size: 10px;
    padding: 8px 14px
}

.btn-primary {
    background-color: #00aff1;
    border-color: #00aff1
}

.btn-primary.disabled {
    background-color: #5fd3e8
}

.btn-group-lg > .btn, .btn-lg {
    font-size: 12px;
    padding: 11px 16px
}

.btn-group-sm > .btn, .btn-sm {
    font-size: 8px;
    padding: 6px 12px
}

.btn-group-xs > .btn, .btn-xs {
    font-size: 8px;
    padding: 4px 10px
}

input[type=text], input[type=password], textarea {
    background-color: #5fd3e8;
    border: none;
    padding: 18px 20px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
    outline: 0
}

::-webkit-input-placeholder {
    color: #fff
}

:-moz-placeholder {
    color: #fff;
    opacity: 1
}

::-moz-placeholder {
    color: #fff;
    opacity: 1
}

:-ms-input-placeholder {
    color: #fff
}

.form-item {
    margin-bottom: 10px
}

.pagination li a, .pagination li span {
    padding: 10px 16px;
    color: #3e4f59
}

.pagination .active a, .pagination .active a:focus, .pagination .active a:hover {
    background-color: #00aff1;
    border-color: #00aff1
}

.pagination .disabled a, .pagination .disabled a:focus, .pagination .disabled a:hover {
    background-color: #eee
}

.panel {
    box-shadow: none
}

.panel-group .panel {
    border-radius: 0;
    border: none
}

.panel-group .panel + .panel {
    margin-top: 1px
}

.panel-default .panel-heading {
    color: #3e4f59;
    background: 0 0;
    border: none;
    padding: 0
}

.panel-title {
    font-size: 13px;
    font-weight: 400;
    border: none
}

.panel-title a {
    position: relative;
    background: 0 0;
    display: block;
    padding: 22px 40px;
    border-top: 1px solid #eee;
    transition: all 300ms
}

.panel-title a:before {
    content: '-';
    font-family: Lato;
    font-weight: 300;
    text-align: center;
    background: #3e4f59;
    color: #fff;
    width: 28px;
    height: 28px;
    font-size: 22px;
    line-height: 26px;
    position: absolute;
    border-radius: 0;
    top: 14px;
    right: 13px
}

.panel-title a.collapsed {
    background-color: #f5f5f5;
    border-top: none
}

.panel-title a.collapsed:before {
    content: '+'
}

.panel-body {
    padding: 0 40px 24px;
    font-weight: 300
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: none
}

blockquote {
    font-family: Montserrat;
    font-size: 18px
}

blockquote footer {
    font-family: Lato;
    font-size: 12px
}

.my-blockquote {
    background-color: #e3ebf0;
    padding: 45px 40px;
    font-style: italic;
    position: relative;
    width: 80%;
    margin: 60px auto
}

.my-blockquote-quote {
    position: absolute;
    border: 8px solid #fff;
    line-height: 0;
    left: 23px;
    top: -23px
}

.my-blockquote-quote div {
    background-color: #00aff1;
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    cursor: pointer
}

.my-blockquote p {
    margin: 0
}

.breadcrumb {
    background: 0 0;
    padding: 0;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0
}

.breadcrumb > li > a {
    color: #fff
}

.breadcrumb > .active, .breadcrumb > li > a:focus, .breadcrumb > li > a:hover {
    color: #00aff1
}

.media {
    padding: 40px 30px;
    border: 1px solid #eee
}

.media > .pull-left {
    max-width: 135px;
    padding-right: 0;
    margin-right: 35px
}

.media > .pull-left img {
    max-width: 100%
}

.media-body {
    font-size: 12px;
    text-align: justify;
    line-height: 24px
}

.media-body-top {
    overflow: hidden
}

.media-body-top .media-info {
    float: left;
    margin-bottom: 20px
}

.media-body-top .media-info .media-heading {
    font-size: 14px;
    margin-bottom: 0
}

.media-body-top .media-info .media-date {
    font-size: 10px;
    font-style: italic;
    color: #00aff1
}

.media-body-top .media-reply {
    float: right
}

.media-body-top .media-reply .my-btn-default {
    padding: 9px 30px;
    line-height: 10px;
    font-size: 10px;
    color: #00aff1;
    border-color: #00aff1
}

.media-body-top .media-reply .my-btn-default .my-btn-bg-bottom, .media-body-top .media-reply .my-btn-default .my-btn-bg-top {
    background-color: #00aff1
}

.media-body-top .media-reply .my-btn-default:hover {
    color: #fff;
    border-color: #00aff1
}

.latest {
    border: none !important
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100
}

.cssload-container {
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px
}

.cssload-whirlpool, .cssload-whirlpool::after, .cssload-whirlpool::before {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid rgba(204, 204, 204, 0);
    border-left-color: #00aff1;
    border-radius: 1873px;
    -o-border-radius: 1873px;
    -ms-border-radius: 1873px;
    -webkit-border-radius: 1873px;
    -moz-border-radius: 1873px
}

.cssload-whirlpool {
    margin: -47px 0 0 -47px;
    height: 94px;
    width: 94px;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite
}

.cssload-whirlpool::before {
    content: "";
    margin: -43px 0 0 -43px;
    height: 83px;
    width: 83px;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite
}

.cssload-whirlpool::after {
    content: "";
    margin: -54px 0 0 -54px;
    height: 105px;
    width: 105px;
    animation: cssload-rotate 2300ms linear infinite;
    -o-animation: cssload-rotate 2300ms linear infinite;
    -ms-animation: cssload-rotate 2300ms linear infinite;
    -webkit-animation: cssload-rotate 2300ms linear infinite;
    -moz-animation: cssload-rotate 2300ms linear infinite
}

@keyframes cssload-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@-o-keyframes cssload-rotate {
    100% {
        -o-transform: rotate(360deg)
    }
}

@-ms-keyframes cssload-rotate {
    100% {
        -ms-transform: rotate(360deg)
    }
}

@-webkit-keyframes cssload-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes cssload-rotate {
    100% {
        -moz-transform: rotate(360deg)
    }
}

.container {
    position: relative
}

.top-bar {
    background-color: #005baf;
    padding: 15px 0;
    color: #fff;
    font-size: 12px
}

.top-bar-social {
    float: left;
    line-height: 0
}

.top-bar-social .my-btn {
    height: 28px;
    width: 28px;
    padding: 0;
    line-height: 28px;
    text-align: center
}

.top-bar-social .my-btn-primary {
    border: 1px solid #fff;
    margin-right: 7px
}

.top-bar-phone {
    float: right;
    line-height: 28px;
    margin-right: 25px;
}

.top-bar-phone img {
    border: 1px solid;
    width: 28px;
    padding: 1px;
    height: 28px;
    margin-right: 10px;
}

.top-bar-phone-icon {
    border: 1px solid #fff;
    float: left;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 10px
}

.top-bar-language {
    float: right;
    line-height: 28px;
    margin-right: 0px;
}

.top-bar-language img {
    border: 1px solid;
    width: 28px;
    padding: 1px;
    height: 28px;
    margin-right: 10px;
}

.top-bar-language-icon {
    border: 1px solid #fff;
    float: left;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 10px
}

.top-bar-mail {
    float: right;
    line-height: 28px;
    margin-right: 25px
}

.top-bar-mail a{
    color: #fff;
}
.top-bar-mail-icon {
    border: 1px solid #fff;
    float: left;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 10px
}

.main-navbar-1 {
    position: absolute;
    width: 100%;
    z-index: 1;
    padding-top: 45px;
    padding-bottom: 45px
}

.logo {
    float: left;
    margin-top: -10px;
}

.logo-image {
    float: left
}

.logo-text {
    float: left;
    font-family: Montserrat;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    padding: 25px 0px;
}

.main-search-input {
    float: left;
    width: 80%;
    display: none
}

.main-search-input input {
    width: 100%;
    background: 0 0;
    font-size: 20px;
    padding: 11px 15px;
    color: #fff
}

.main-menu {
    float: right
}

.main-menu .navbar-nav > li > a {
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 30px;
    line-height: 16px
}

#es .main-menu .navbar-nav > li > a {
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 20px;
    line-height: 16px
}

.main-menu .navbar-nav > li > a.latest {
    padding-right: 15px
}

.main-menu .navbar-nav > li > a:focus, .main-menu .navbar-nav > li > a:hover {
    color: #00aff1;
    background: 0 0
}

.main-menu .navbar-nav > li.active > a, .main-menu .navbar-nav > li > a.active {
    color: #00aff1
}

.main-menu .navbar-nav > li.open > a {
    background: 0 0;
    border: none
}

.main-menu .navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block
}

.main-menu .dropdown-menu {
    background-color: #00aff1;
    border-radius: 0;
    border: none
}

.main-menu .dropdown-menu > li > a {
    font-weight: 400;
    color: #fff;
    border: none;
    padding: 7px 30px;
    margin: 2px 0
}

.main-menu .dropdown-menu > li > a:focus, .main-menu .dropdown-menu > li > a:hover {
    color: #00aff1;
    background: #fff
}

.main-menu .dropdown-menu > li > a.active {
    color: #00aff1
}

.main-menu .dropdown-menu > li.active > a {
    color: #00aff1;
    background-color: #fff
}

.main-menu .dropdown-menu:after {
    bottom: 100%;
    left: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #00aff1;
    border-width: 12px
}

.main-menu-separator {
    width: 1px;
    height: 16px;
    background-color: #49575d;
    margin-top: 18px
}

.search-control, .show-menu-control {
    float: right;
    padding-top: 8px;
    padding-right: 15px
}

.show-menu-control {
    display: none
}

.close-search .my-btn, .show-menu .my-btn, .show-search .my-btn {
    padding: 0;
    text-align: center;
    line-height: 30px;
    width: 34px;
    height: 34px;
    font-size: 14px
}

.close-search {
    display: none
}

.main-navbar-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 112px
}

.main-navbar-2 .logo-text, .main-navbar-2 .main-search-input input {
    color: #3e4f59
}

.main-navbar-2 .main-search-input ::-webkit-input-placeholder {
    color: #3e4f59
}

.main-navbar-2 .main-search-input :-moz-placeholder {
    color: #3e4f59
}

.main-navbar-2 .main-search-input ::-moz-placeholder {
    color: #3e4f59
}

.main-navbar-2 .main-search-input :-ms-input-placeholder {
    color: #3e4f59
}

.main-menu-2 {
    float: right
}

.main-menu-2 .navbar-nav > li > a {
    color: #3e4f59
}

.main-menu-2 .main-menu-separator {
    background-color: #d1d7db
}

.main-slider {
    position: relative
}

/*.main-slider-overlay {*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*background-color: rgba(0, 0, 0, .7)*/
/*}*/

.main-slider .container {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -585px
}

.main-slider h2 {
    text-transform: uppercase;
    font-size: 21px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px
}

.main-slider .buttons {
    width: 100px
}

.main-slider .my-btn-primary {
    font-size: 13px;
    width: 176px
}

.main-slider .my-btn-default {
    color: #fff;
    border-color: #00aff1;
    background: 0 0;
    padding: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 27px;
    font-size: 20px;
    float: left;
    margin-left: 1px
}

.main-slider .my-btn-default .my-btn-bg-bottom, .main-slider .my-btn-default .my-btn-bg-top {
    background-color: #00aff1
}

.main-slider-2-button-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0;
    z-index: 1
}

.main-slider-2-button-prev .my-btn {
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    font-size: 26px;
    line-height: 45px
}

.main-slider-2-button-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 0;
    z-index: 1
}

.main-slider-2-button-next .my-btn {
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    font-size: 26px;
    line-height: 45px
}

.main-slider-2 h2 {
    font-size: 23px
}

.main-slider-2 h2.color-primary {
    font-size: 30px
}

.def-section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative
}

.def-newsection {
    position: relative
}

.service {
    text-align: center;
    padding: 30px 0 48px;
    transition: all 300ms
}

.service-icon {
    font-size: 52px
}

.service h3 {
    text-transform: uppercase;
    font-size: 18px
}

.service-text {
    margin: 38px 0 33px;
    line-height: 22px
}

#service-mark {
    overflow: hidden
}

#service-mark2 {
    overflow: hidden;
}

.service-mark {
    background-color: #005baf;
    color: #fff
}

.service-mark .my-btn-default {
    border-color: #fff
}

.service-mark .my-btn-default .my-btn-bg-bottom, .service-mark .my-btn-default .my-btn-bg-top {
    background-color: #005baf
}

.service-mark-border-top {
    position: absolute;
    background-color: #005baf;
    height: 3px;
    width: 100%;
    top: 0;
    left: -100%;
    transition: all 300ms
}

.service-mark-border-right {
    position: absolute;
    background-color: #005baf;
    width: 3px;
    height: 100%;
    right: 0;
    top: -100%;
    transition: all 300ms
}

.service-mark-border-bottom {
    position: absolute;
    background-color: #005baf;
    height: 3px;
    width: 100%;
    bottom: 0;
    right: -100%;
    transition: all 300ms
}

.service-mark-border-left {
    position: absolute;
    background-color: #005baf;
    width: 3px;
    height: 100%;
    left: 0;
    bottom: -100%;
    transition: all 300ms
}

.about-quote {
    padding: 0
}

.section-bg-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #f5f5f5;
    z-index: -1;
}

.section-bg-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #005baf;
    z-index: -1;
}

.home-about {
    background-color: #f5f5f5;
    padding: 100px 85px
}

.home-about p {
    text-align: justify
}

.home-about video {
    width: 100%
}

.home-about-video {
    position: relative;
    margin-top: 40px
}

.home-about-button {
    text-align: center;
    margin-top: 22px
}

.play-video {
    position: absolute;
    border: 8px solid #f5f5f5;
    line-height: 0;
    left: 23px;
    top: -23px
}

.play-video .my-btn {
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    line-height: 27px;
    cursor: pointer
}

.stop-video {
    position: absolute;
    border: 8px solid #f5f5f5;
    line-height: 0;
    left: 23px;
    top: -23px;
    display: none
}

.stop-video .my-btn {
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    line-height: 27px;
    cursor: pointer
}

.get-quote {
    background-color: #005baf;
    color: #fff;
    padding: 100px 85px 0 85px;
}

.get-quote .with-square:before {
    background-color: #fff
}

.get-quote p {
    text-align: justify
}

.get-quote-form {
    margin-top: 40px
}

.get-quote-form-left {
    padding: 0 10px 0 0
}

.get-quote-form-bottom, .get-quote-form-right {
    padding: 0
}

.get-quote-form input {
    width: 100%
}

.get-quote-form textarea {
    width: 100%;
    height: 107px
}

.get-quote-form-button {
    text-align: center;
    margin-top: 22px
}

.get-quote-form-button .my-btn {
    padding-left: 70px;
    padding-right: 70px;
    width: 221px
}

.home-review-carousel-text {
    background-color: #f5f5f5;
    padding: 55px;
    text-align: justify;
    position: relative;
    margin-top: 15px;
    min-height: 200px;
}

.home-review-carousel-quote {
    position: absolute;
    border: 8px solid #fff;
    line-height: 0;
    left: 23px;
    top: -23px
}

.home-review-carousel-quote div {
    background-color: #00aff1;
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    cursor: pointer
}

.home-review-carousel-people {
    float: right;
    text-align: right;
    margin-top: 50px;
    margin-right: 70px
}

.home-review-carousel-avatar {
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px
}

.home-review-carousel-name {
    float: left;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 2px
}

.home-review-carousel-company {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 10px
}

.home-review .owl-controls {
    position: absolute;
    bottom: 10px;
    left: 105px
}

.home-review .owl-theme .owl-controls .owl-page span {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: #bfbfbf;
    opacity: 1
}

.home-review .owl-theme .owl-controls .owl-page.active span, .home-review .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #7d7d7d
}

.home-faq .title-group {
    margin-bottom: 45px
}

.stats2 .stats-overlay {
    background: #fff;
    color: rgba(0, 0, 0, .5);
}

.stats2 {
    padding: 25px 0 0 0;
    background: #fff;
}

.strong2 .fa{
    font-size: 32px;
    color: #005baf;
}
.stats {
    background: url(../img/bg/5.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 50px 0;
}

.stats-overlay {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.stat-item {
    background-color: #fff;
    padding: 30px;
    overflow: hidden
}

.stat-item-icon {
    float: left;
    background-color: #00aff1;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 23px;
    line-height: 42px;
    margin-right: 18px
}

.stat-item-number {
    float: left;
    font-weight: 700;
    font-size: 33px;
    margin-right: 18px;
    line-height: 42px
}

.stat-item-text {
    padding-top: 4px;
    padding-left: 62px
}

.stat-item-mark {
    background-color: #00aff1;
    color: #fff
}

.stat-item-mark .stat-item-icon {
    background-color: #3e4f59
}

.home-blog .title-group {
    margin-bottom: 55px
}

.home-blog-more {
    margin-top: 20px;
    text-align: center
}

.home-blog-more .my-btn {
    padding: 15px 60px
}

.home-blog-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    background-color: #f5f5f5
}

.home-blog-item-date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3e4f59;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 10px
}

.home-blog-item-date-number {
    font-size: 22px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 7px
}

.home-blog-item-image {
    float: left;
    width: 270px
}

.home-blog-item-image img {
    max-width: 100%
}

.home-blog-item-desc {
    background-color: #f5f5f5;
    padding: 45px 30px;
    display: table-cell
}

.home-blog-item-desc a {
    color: #3e4f59
}

.home-blog-item-desc-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px
}

.home-blog-item-desc-info {
    font-size: 12px;
    margin-bottom: 15px
}

.home-blog-item-desc-info .comments-icon {
    padding: 0 10px;
    color: #00aff1
}

.home-blog-item-desc-text {
    font-weight: 300
}

.home-blog-item-mark, .home-blog-item-mark .home-blog-item-date {
    background-color: #00aff1
}

.home-blog-item-mark .home-blog-item-desc {
    background-color: #00aff1;
    color: #fff
}

.home-blog-item-mark .home-blog-item-desc a, .home-blog-item-mark .home-blog-item-desc-info .comments-icon {
    color: #fff
}

.clients-section {
    background-color: #f5f5f5
}

.home-clients p {
    text-align: justify;
    padding: 0 85px
}

.home-clients-carousel {
    padding: 0 20px;
    margin: 50px 0 80px
}

.home-clients-carousel-item {
    width: 33.333%;
    float: left;
    text-align: center;
    margin: 10px 0
}

.home-clients-carousel-item img {
    max-width: 100%
}

.home-clients-carousel-hline {
    width: 420px;
    position: absolute;
    height: 1px;
    background-color: #d9dbdc;
    top: 86px;
    left: 50%;
    margin-left: -210px
}

.home-clients-carousel-vline1 {
    height: 80px;
    position: absolute;
    width: 1px;
    background-color: #d9dbdc;
    top: 50%;
    margin-top: -40px;
    left: 172px
}

.home-clients-carousel-vline2 {
    height: 80px;
    position: absolute;
    width: 1px;
    background-color: #d9dbdc;
    top: 50%;
    margin-top: -40px;
    left: 345px
}

.home-clients-buttons {
    text-align: center
}

.home-clients-buttons .my-btn {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 17px;
    line-height: 47px;
    margin: -1px
}

.home-big-image {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../img/bg/6.jpg) no-repeat;
    background-size: cover
}

.home-subscribe {
    background-color: #00aff1;
    padding: 35px 0
}

.home-subscribe-text {
    font-size: 14px;
    font-weight: 700;
    font-family: Montserrat;
    text-align: right;
    color: #fff;
    padding-top: 4px
}

.home-subscribe-icon {
    font-size: 34px;
    line-height: 25px;
    top: 7px;
    padding-right: 20px;
    position: relative
}

.home-subscribe-form-input {
    float: left;
    width: 360px
}

.home-subscribe-form-input input[type=text] {
    background-color: #fff;
    padding: 15px 20px;
    font-size: 10px;
    margin-top: 1px;
    width: 100%
}

.home-subscribe-form-input ::-webkit-input-placeholder {
    color: #3e4f59
}

.home-subscribe-form-input :-moz-placeholder {
    color: #3e4f59
}

.home-subscribe-form-input ::-moz-placeholder {
    color: #3e4f59
}

.home-subscribe-form-input :-ms-input-placeholder {
    color: #3e4f59
}

.home-subscribe-form-button {
    float: left
}

.home-subscribe-form-button .my-btn-primary {
    font-size: 10px;
    font-weight: 700;
    font-family: Montserrat;
    background-color: #5fd3e8
}

.footer {
    padding: 65px 0;
    background-color: #3e4f59;
    color: #fff
}

.footer h4 {
    font-size: 15px;
    margin: 16px 0 70px
}

.footer .with-square:before {
    top: 3px
}

.footer .logo {
    padding: 0;
    margin-bottom: 15px
}

.footer ol, .footer ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

.footer-1 .with-border-bottom:after {
    top: 70px
}

.footer-1-text {
    float: left
}

.footer-1-button {
    float: left;
    margin-top: 30px
}

.footer-2, .footer-3 {
    font-family: Montserrat;
    font-size: 14px
}

.footer-2 a, .footer-3 a {
    color: #fff
}

.footer-2 li {
    padding: 5px 0
}

.footer-2-links-1, .footer-2-links-2 {
    float: left;
    width: 50%
}

.footer-3-item {
    padding: 5px 0
}

.footer-3-icon {
    padding-right: 10px
}

.footer-3-adress {
    padding-bottom: 25px
}

.footer-4-widget {
    overflow: hidden;
    padding-top: 7px
}

.footer-4 iframe {
    background-color: transparent;
    border: none;
    overflow: hidden;
    width: 285px;
    height: 175px
}

.bottom {
    padding: 40px 0;
    background-color: #1f2a31;
    font-family: Montserrat;
    font-size: 11px;
    color: #fff
}

.bottom a {
    color: #fff
}

.bottom .color-primary a {
    color: #00aff1
}

.bottom-1 {
    padding-top: 5px
}

.bottom-2 {
    text-align: right;
}

.bottom-2 .my-btn {
    height: 26px;
    width: 26px;
    padding: 0;
    line-height: 26px;
    text-align: center;
}

.bottom-3 {
    text-align: right;
    padding-top: 5px
}

.page-header {
    background: url(../img/bg/5.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    padding: 130px 0 60px;
    margin: 0;
    border: none;
    color: #fff;
    text-align: center;
}

.page-header-overlay {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.page-header-title h2 {
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 5px
}

.page-header-button {
    position: absolute;
    right: 15px;
    top: 7px
}

.page-header-button .my-btn-primary {
    width: 176px;
    font-size: 13px
}

.services-1 {
    padding: 100px 0 25px
}

.service-1 img {
    max-width: 100%
}

.service-1 h3 {
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0 25px;
    font-size: 18px
}

.service-1 p {
    text-align: justify
}

.service-1-button {
    text-align: center;
    margin: 30px 0 75px
}

.service-menu {
    padding: 0;
    list-style: none
}

.service-menu > li > a {
    background-color: #f5f5f5;
    color: #3e4f59;
    font-family: Montserrat;
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px 20px;
    display: block;
    margin-bottom: 5px
}

.service-menu > li.active > a, .service-menu > li > a:focus, .service-menu > li > a:hover {
    background-color: #00aff1;
    color: #fff
}

.services-detail {
    padding: 100px 0 75px
}

.service-detail h2 {
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
}

.service-detail img {
    max-width: 100%
}

.service-detail-bigimage {

}

.service-detail p {
    margin-bottom: 25px;
    text-align: justify
}

.service-detail .service-related {
    margin-top: 25px
}

.service-detail .service-related h3 {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin: 35px 0 25px
}

.service-detail .service-related h3 a {
    color: #3e4f59
}

.service-detail .service-related h3 a:focus, .service-detail .service-related h3 a:hover {
    color: #00aff1
}

.about-text-image img {
    max-width: 100%
}

.about-text h2 {
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin: 35px 0 80px
}

.about-text h2:before {
    position: absolute;
    content: "";
    color: #00aff1;
    border-top: 2px solid;
    border-bottom: 1px solid;
    width: 240px;
    height: 4px;
    top: 55px;
    left: 50%;
    margin-left: -120px
}

.about-text p {
    text-align: center
}

.about-team {
    background-color: #f5f5f5
}

.team-item {
    text-align: center
}

.team-item-image {
    position: relative;
    overflow: hidden
}

.team-item-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00aff1;
    top: -100%;
    left: 0;
    transition: all 300ms
}

.team-item-image img {
    max-width: 100%
}

.team-item-icons {
    position: absolute;
    color: #fff;
    padding: 15px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    height: 50px;
    width: 100%;
    top: 50%;
    margin-top: -25px;
    font-size: 15px
}

.team-item-icons a {
    color: #fff;
    margin: 0 15px
}

.team-item-name {
    font-family: Montserrat;
    font-size: 15px;
    margin-top: 20px
}

.team-item-position {
    font-size: 11px;
    color: #aaa
}

.team-item:hover .team-item-image-overlay {
    top: 0
}

.team-item:hover .team-item-name {
    color: #00aff1
}

.blog-section {
    padding: 100px 0 25px
}

.blog-items {
    padding-right: 70px
}

.blog-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 65px
}

.blog-item-date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3e4f59;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 10px
}

.blog-item-date-number {
    font-size: 22px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 7px
}

.blog-item-image img {
    max-width: 100%
}

.blog-item-info {
    font-size: 12px;
    margin: 30px 0 10px
}

.blog-item-info a {
    color: #3e4f59
}

.blog-item-info .author-icon {
    padding-right: 10px;
    color: #00aff1
}

.blog-item-info .date-icon {
    padding: 0 10px;
    color: #00aff1
}

.blog-item-title h3 {
    font-size: 20px;
    margin-bottom: 60px;
    position: relative
}

.blog-item-title h3 a {
    color: #3e4f59
}

.blog-item-title h3:before {
    position: absolute;
    content: "";
    background-color: #00aff1;
    width: 25px;
    height: 2px;
    bottom: -25px;
    left: 0
}

.blog-item-text {
    margin-bottom: 40px
}

.blog-item-mark .blog-item-date {
    background-color: #00aff1
}

.blog-right-bar-item {
    position: relative;
    margin-bottom: 80px
}

.blog-right-bar-item:before {
    position: absolute;
    content: "";
    background-color: #00aff1;
    width: 25px;
    height: 2px;
    bottom: -35px;
    left: 0
}

.blog-right-bar-item.latest:before {
    height: 0;
    display: none
}

.blog-right-bar h3 {
    margin: 0 0 30px;
    font-size: 14px
}

.blog-right-bar input {
    background-color: #fff;
    border: 1px solid #eee;
    width: 100%
}

.blog-right-bar ::-webkit-input-placeholder {
    color: #3e4f59
}

.blog-right-bar :-moz-placeholder {
    color: #3e4f59;
    opacity: 1
}

.blog-right-bar ::-moz-placeholder {
    color: #3e4f59;
    opacity: 1
}

.blog-right-bar :-ms-input-placeholder {
    color: #3e4f59
}

.recent-post {
    overflow: hidden;
    margin-bottom: 30px
}

.recent-post-image {
    float: left
}

.recent-post-image img {
    max-width: 100%
}

.recent-post-title {
    font-size: 12px;
    padding-left: 15px;
    float: left;
    width: 137px;
    margin-bottom: 15px
}

.recent-post-title a {
    color: #3e4f59
}

.recent-post-date {
    font-size: 12px;
    float: left;
    padding-left: 15px
}

.recent-post-date a {
    color: #3e4f59
}

.recent-post-date .date-icon {
    padding-right: 10px;
    color: #00aff1
}

.blog-categories {
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 12px;
    list-style-type: square;
    padding-left: 16px
}

.blog-categories li {
    padding: 10px 0
}

.blog-categories li a {
    color: #3e4f59
}

.blog-categories li a:focus, .blog-categories li a:hover, .blog-categories li.active a {
    color: #00aff1
}

.blog-categories li.first {
    padding-top: 0
}

.blog-categories li.latest {
    padding-bottom: 0
}

.blog-about {
    text-align: justify
}

.blog-tags a {
    border: 1px solid #eee;
    padding: 15px 28px;
    color: #888;
    font-size: 10px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 6px 8px 0
}

.blog-tags a.active, .blog-tags a:focus, .blog-tags a:hover {
    background-color: #00aff1;
    color: #fff
}

.pagination-section {
    border-top: 1px solid #cad2d7;
    padding: 15px 0 50px
}

.pagination-section .pagination li:first-child a, .pagination-section .pagination li:first-child span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-section .pagination li:last-child a, .pagination-section .pagination li:last-child span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.single-blog-section {
    padding: 100px 0 10px
}

.single-post {
    position: relative;
    overflow: hidden;
    margin-bottom: 65px;
    padding-right: 65px
}

.single-post-date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00aff1;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 10px
}

.single-post-date-number {
    font-size: 22px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 7px
}

.single-post-image img {
    max-width: 100%
}

.single-post-info {
    font-size: 12px;
    margin: 30px 0 10px
}

.single-post-info a {
    color: #3e4f59
}

.single-post-info .author-icon {
    padding-right: 10px;
    color: #00aff1
}

.single-post-info .date-icon {
    padding: 0 10px;
    color: #00aff1
}

.single-post-title h3 {
    font-size: 20px;
    margin-bottom: 60px;
    position: relative
}

.single-post-title h3 a {
    color: #3e4f59
}

.single-post-title h3:before {
    position: absolute;
    content: "";
    background-color: #00aff1;
    width: 25px;
    height: 2px;
    bottom: -25px;
    left: 0
}

.single-post-text {
    margin-bottom: 40px
}

.single-post-text > p {
    margin-bottom: 30px
}

.single-post-bb {
    position: relative
}

.single-post-bb-arrow {
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    background-color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    font-size: 21px;
    line-height: 48px
}

.single-post-bb-arrow i {
    transform: rotate(45deg);
    display: block
}

.single-post-bb-line {
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: 25px;
    background-color: #eee
}

.single-post-author {
    background-color: #f8f8f8;
    padding: 25px;
    margin: 60px 0;
    overflow: hidden
}

.single-post-author-avatar {
    float: left;
    width: 150px
}

.single-post-author-avatar img {
    max-width: 100%
}

.single-post-author-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px
}

.single-post-author-info-name {
    float: left;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    margin: 15px 0 30px
}

.single-post-author-info-label {
    font-family: Lato;
    font-style: italic;
    font-size: 12px;
    color: #999;
    font-weight: 400
}

.single-post-author-info-socials {
    float: right;
    margin-top: 22px
}

.single-post-author-info-socials .my-btn-default {
    width: 28px;
    height: 28px;
    padding: 0;
    text-align: center;
    color: #ccc;
    border-color: #ccc;
    line-height: 27px
}

.single-post-author-info-socials .my-btn-default .my-btn-bg-bottom, .single-post-author-info-socials .my-btn-default .my-btn-bg-top {
    background-color: #00aff1
}

.single-post-author-info-socials .my-btn-default:hover {
    color: #fff;
    border-color: #00aff1
}

.single-post-author-info-text {
    float: left;
    font-size: 12px;
    text-align: justify;
    line-height: 20px
}

.single-post-comments {
    margin-bottom: 45px
}

.single-post-comments h3 {
    font-size: 16px;
    position: relative;
    margin-bottom: 60px
}

.single-post-comments h3:before {
    position: absolute;
    content: "";
    background-color: #00aff1;
    width: 25px;
    height: 2px;
    bottom: -20px;
    left: 0
}

.single-post-leave-comment h3 {
    font-size: 16px;
    position: relative;
    margin-bottom: 60px
}

.single-post-leave-comment h3:before {
    position: absolute;
    content: "";
    background-color: #00aff1;
    width: 25px;
    height: 2px;
    bottom: -20px;
    left: 0
}

.single-post-leave-comment-form-item {
    margin-bottom: 20px
}

.single-post-leave-comment-form-item input[type=text], .single-post-leave-comment-form-item input[type=password], .single-post-leave-comment-form-item textarea {
    background-color: #fff;
    border: 1px solid #eee;
    font-family: Lato;
    font-size: 13px;
    font-style: italic;
    width: 100%
}

.single-post-leave-comment-form-item textarea {
    height: 160px
}

.single-post-leave-comment-form-item ::-webkit-input-placeholder {
    color: #3e4f59
}

.single-post-leave-comment-form-item :-moz-placeholder {
    color: #3e4f59;
    opacity: 1
}

.single-post-leave-comment-form-item ::-moz-placeholder {
    color: #3e4f59;
    opacity: 1
}

.single-post-leave-comment-form-item :-ms-input-placeholder {
    color: #3e4f59
}

.contacts-info-title {
    background-color: #00aff1;
    color: #fff;
    padding: 30px;
    text-transform: uppercase
}

.contacts-info-title-icon {
    float: left;
    font-size: 40px;
    line-height: 46px;
    margin-right: 25px
}

.contacts-info-title h3 {
    font-size: 25px;
    margin: 0;
    padding-left: 64px
}

.contacts-info-text {
    margin: 50px 0;
    text-align: justify
}

.contacts-info-people {
    float: right;
    text-align: right
}

.contacts-info-people-avatar {
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px
}

.contacts-info-people-name {
    float: left;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 2px
}

.contacts-info-people-company {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 10px
}

.contacts-form {
}

.contacts-form-item {
    margin-bottom: 20px
}

.contacts-form-item input[type=text], .contacts-form-item input[type=password], .contacts-form-item textarea {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #eee;
    font-family: Lato;
    font-size: 13px;
    font-style: italic;
    width: 100%
}

.contacts-form-item textarea {
    height: 160px
}

.contacts-form-item ::-webkit-input-placeholder {
    color: #3e4f59
}

.contacts-form-item :-moz-placeholder {
    color: #3e4f59;
    opacity: 1
}

.contacts-form-item ::-moz-placeholder {
    color: #3e4f59;
    opacity: 1
}

.contacts-form-item :-ms-input-placeholder {
    color: #3e4f59
}

.contacts-form-button {
    text-align: right;
    margin-bottom: 0
}

.contact-details {
    background-color: #00aff1;
    padding: 0
}

.contact-detail {
    color: #fff;
    text-align: center;
    padding: 100px 15px;
    position: relative
}

.contact-detail-icon {
    font-size: 40px
}

.contact-detail-title h3 {
    font-size: 17px;
    position: relative;
    margin: 20px 0 45px
}

.contact-detail-title h3:before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 26px;
    height: 2px;
    bottom: -25px;
    left: 50%;
    margin-left: -13px
}

.contact-detail-text {
    font-weight: 700
}

.contact-detail-mark {
    background-color: #005baf;
    min-height: 400px;
}

.contact-detail-mark2 {
    background-color: #00aff1;
    min-height: 400px;
}

.contact-detail-mark .contact-detail-icon {
    color: #fff;
}

.contact-detail-mark .contact-detail-title h3:before {
    background-color: #fff;
}

.contact-map {
    height: 450px
}

.elem-section {
    padding: 100px 0 70px
}

.bs-example {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 30px;
    overflow: hidden
}

.bs-example-title {
    font-family: Lato;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0
}

.bs-example .table {
    margin-bottom: 0
}

.bs-example .table .type-info {
    color: #999;
    vertical-align: middle;
    font-family: Montserrat
}

.bs-example td.first-top {
    border-top: none
}

.bs-example ol, .bs-example ul {
    margin-top: 0;
    margin-bottom: 30px
}

.bs-example .btns-row {
    margin-bottom: 10px
}

.bs-example .btns-col {
    width: 50%;
    float: left
}

.bs-example .btns-col a {
    margin-bottom: 10px
}

.bs-example .btns-col-2 {
    padding-left: 7%
}

.bs-example .pagination {
    margin-bottom: 0
}

.bs-example-progress {
    max-width: 870px;
    margin: 0 auto
}

.bs-example-progress .bs-example {
    padding: 25px 15px 15px
}

.bs-example .progress {
    margin-bottom: 10px
}

.bs-example-alert {
    max-width: 870px;
    margin: 0 auto
}

.bs-example-alert .bs-example {
    padding: 25px 15px 15px
}

.bs-example .alert {
    margin-bottom: 10px
}

.slide-menu {
    position: fixed;
    overflow: auto;
    top: 0;
    left: -290px;
    z-index: 5;
    width: 290px;
    background-color: #fff;
    padding: 20px 35px;
    height: 100%;
    transition: all 300ms
}

.slide-menu .close-menu {
    color: #3e4f59;
    font-size: 27px;
    cursor: pointer;
    text-align: center;
    width: 34px;
    margin: 20px auto;
    line-height: 0;
    transition: color 300ms
}

.slide-menu .close-menu:hover {
    color: #00aff1
}

.slide-menu .left-menu {
    list-style: none;
    padding-left: 0
}

.slide-menu .left-menu > li {
    padding: 13px 0;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee
}

.slide-menu .left-menu > li > a {
    font-family: Montserrat;
    color: #3e4f59;
    width: 100%;
    display: block
}

.slide-menu .left-menu > li > a:focus, .slide-menu .left-menu > li > a:hover {
    color: #00aff1
}

.slide-menu .left-menu > li .slide-menu-child > li {
    padding: 3px 5px;
    font-size: 14px
}

.slide-menu .left-menu > li .arrow {
    float: right
}

.slide-menu .left-menu > li .fa.arrow:before {
    content: "\f104"
}

.slide-menu .left-menu > li.active > a > .fa.arrow:before {
    content: "\f107"
}

.slide-menu .left-menu > li .plus-times {
    float: right
}

.slide-menu .left-menu > li .fa.plus-times:before {
    content: "\f067"
}

.slide-menu .left-menu > li.active > a > .fa.plus-times {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.slide-menu .left-menu > li .plus-minus {
    float: right
}

.slide-menu .left-menu > li .fa.plus-minus:before {
    content: "\f067"
}

.slide-menu .left-menu > li .active > a > .fa.plus-minus:before {
    content: "\f068"
}

.black-overlay {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 4;
    left: 0;
    opacity: 0;
    display: none;
    transition: all 300ms
}

.size {
    font-size: 35px;
}

.home-services {
    padding: 50px 0;
}

.nopad {
    padding: 0;
}

.strong2 {
    color: rgb(73, 89, 98);
    font-size: 24px;
}
.strong2:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #005baf;
    left: 50%;
    top: 50px;
}

.strong3 {
    color: #fff;
    font-size: 24px;
}

.timer-div {
    text-align: center;
    width: 100%;
}

.timer-div h2 {
    font-size: 18px;
    margin: 0;
    min-height: 45px;
}

.time2 {
    font-size: 2em !important;
    font-weight: 200;
}

.bg-map {
    padding: 100px 0;
    background: url(../img/mapbg.png) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-bottom: 50px;
}

.owl-carousel .owl-item .bandera img {
    width: 50%;
    margin: 0 auto;
}

.owl-carousel .owl-item .bandera {
    padding-bottom: 15px;
}

/***/
.caption-style-2 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;

}

.caption-style-2 {
    float: left;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.caption-style-2:hover .caption {
    opacity: 1;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);

}

.caption-style-2 img {
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 4;
}

.caption-style-2 .caption {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 280px;
    width: 100%;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.caption-style-2 .blur {
    background-color: rgba(0, 0, 0, 0.7);
    height: 300px;
    z-index: 5;
    width: 100%;
    position: absolute;
}

.caption-style-2 .caption-text h1 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
}

.caption-style-2 .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 300px;
    text-align: center;
    top: 10px;
}

.bg-ports {
    padding: 50px 0;
}

.imgpabot {
    padding-bottom: 15px;
}

.dnone {
    display: none;
}

.bg-container {
    background: url(../img/container.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#aboutus.def-section {
    padding-bottom: 0;
}

.service-detail h2:before {
    position: absolute;
    content: "";
    color: #00aff1;
    border-top: 2px solid;
    border-bottom: 1px solid;
    width: 240px;
    height: 4px;
    top: 30px;
    left: 50%;
    margin-left: -120px;
}

/**/
.circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    color: #005baf;
    text-align: center;
    background: #fff;
    border: 3px solid #005baf;
    line-height: 24px;
    font-weight: 900;
    margin: auto;
}

.exportair .steps {
    min-height: 150px;
}

.exportocean .steps {
    min-height: 150px;
    padding-bottom: 15px;
}

.steps hr {
    width: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 2px solid #005baf;
}

.importocean .steps {
}

.number3airimpor {
    float: right;
}

.number4airimpor {
    float: right;
}

.importair .steps {
}

#customs .service-detail p {
    font-size: 18px;
}

#customs .service-detail ul li {
    font-size: 16px;
}

#customs .aduana-image {
    background: url(../img/custom.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#languague .dropbtn {
    color: white;
    border: none;
    cursor: pointer;
}

#languague .dropdown {
    position: relative;
    display: inline-block;
}

#languague .dropdown a {
    color: #fff;
}

#languague .dropdown-content {
    z-index: 1;
    display: none;
    top: 0;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

#languague .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

#languague .dropdown-content a:hover {
    background-color: #f1f1f1
}

#languague .dropdown:hover .dropdown-content {
    display: block;
}

#languague .dropdown:hover .dropbtn {

}

.contact-us h2 {
    margin-top: 0;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #eee;
    width: 100%;
}

#roads .home-review-carousel-text {
    background-color: #f5f5f5;
    padding: 15px;
    text-align: justify;
    position: relative;
    margin-top: 15px;
    min-height: inherit;
}

#roads .home-review-carousel-text p {
    margin-bottom: 0;
    text-align: center;
}

#roads .home-review-carousel-item {
    margin-bottom: 25px;
}

.bg-road {
    background: url(../img/service/roads/cargo.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.es .exportocean .steps {
    min-height: 200px;
    padding-bottom: 15px;
}

.bg-air-import {
    background: url(../img/arrow-air-import.png);
    background-repeat: no-repeat;
    background-position: center;
}

.bg-air-export {
    background: url(../img/arrow-air-export.png);
    background-repeat: no-repeat;
    background-position: center;
}

.bg-ocean-import {
    background: url(../img/arrow-ocean-import.png);
    background-repeat: no-repeat;
    background-position: center;
}

.mar-img {
    width: 90%;
    margin: auto;
}

.top-info {
    padding-bottom: 30px;
}

.top-buttons .button {
    display: inline-block;
    text-decoration: none;
    color: white;
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
    transform: translateY(-8px);
}

.mg-image {
    overflow: hidden;
}

.mg-image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    max-width: 100%;
}

.mg-image:hover img {
    -webkit-transform: scale(1.25); /* Safari and Chrome */
    -moz-transform: scale(1.25); /* Firefox */
    -ms-transform: scale(1.25); /* IE 9 */
    -o-transform: scale(1.25); /* Opera */
    transform: scale(1.25);
}

.mar-auto {
    margin: auto;
}

.pad01 {
    padding: 55px 0 40px;
}

.pad02 {
    padding-bottom: 30px;
}

.service-detail .text-info p {
    margin-bottom: 0px;
    color: #000;
    text-align: justify;
}

.container-info th {
    text-align: center;
}

.ulsiresp{
    display: none;
}