    body {
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 24px;
    color: #737373;
    margin: 0
}

ul {
    margin: 0
}

ul.children {
    padding-left: 25px
}

label {
    font-weight: 500
}

a {
    text-decoration: none;
    color: #fd4326
}

a:hover,
a:focus {
    text-decoration: none;
    color: #737373
}

a:focus {
    outline: none
}

.ts-bt {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #00a6dd;
    padding: 0 15px;
    line-height: 38px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #00a6dd;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0s;
    font-weight: 500
}

.ts-bt:hover,
.ts-bt:focus {
    background: #060;
    color: #00a6dd;
    border: solid 1px #000
}

.ts-bt .fa {
    margin-right: 6px
}

.parallax-section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: 0 50%
}

.ts-section-title {
    position: relative
}

.ts-section-title h3 {
    font-weight: 500;
    font-size: 26px;
    color: #00a6dd;
    margin-top: 0;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.ts-section-title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px
}

.ts-section-title.title-light h3 {
    color: #fff
}

.ts-section-title.title-light p {
    color: #cecece
}

.ts-overlay,
.overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8)
}

.bg_parallax {
    position: relative
}

img {
    max-width: 100%
}

#map-canvas img {
    max-width: none
}

#wrapper {
    overflow: hidden
}

h1,
.h1 {
    font-size: 45px
}

h2,
.h2 {
    font-size: 30px
}

h3 {
    font-size: 25px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #252525;
    margin: 0 0 20px
}

.breadcrumbs {
    display: inline-block;
    line-height: 33px;
    padding: 0 15px;
    width: auto;
    border: 1px solid #737373;
    font-size: 12px;
    font-weight: 400;
    color: #00a6dd;
    font-style: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.breadcrumbs a {
    color: #fff
}

.breadcrumbs a:hover {
    color: #00a6dd
}

.breadcrumbs i {
    font-style: normal
}

.ts-style-button {
    background: none repeat scroll 0 0 #42454a;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out 0;
    -o-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0s
}

.client-image {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 5px;
    margin-bottom: 8px;
    background: #e4e4e4
}

.client-img {
    background: #fff;
    padding: 15px 0;
    border: solid 1px #cdcdcd;
    -moz-transition: -moz-transform .3s ease-in;
    -webkit-transition: -webkit-transform .3s ease-in;
    -o-transition: -o-transform .3s ease-in
}

.client-img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.pd5 {
    padding: 0 4px!important
}

.ts-style-button:hover {
    background: #00a6dd;
    color: #fff
}

.main-header>.container {
    position: relative
}

.top-header {
    background: #25272b
}

.top-info {
    text-align: right
}

.top-header ul {
    padding: 0;
    float: right
}

.social {
    float: left;
    float: left!important
}

#cssmenu i {
    color: #fff;
    font-size: 15px;
    margin-right: 5px
}

.top-header ul li {
    display: inline-block;
    list-style: none;
    border-left: 1px solid #323437
}

.top-header ul li:last-child {
    border-right: 1px solid #323437
}

.top-header ul li a .fa {
    color: #00a6dd;
    font-size: 12px
}

.top-header ul li a {
    color: #fff;
    font-weight: 400;
    padding: 0 13px;
    font-size: 13px!important;
    line-height: 8px
}

.top-header ul li a:hover,
.top-header ul li a:hover .fa {
    color: #00a6dd
}

.top-info ul li a .fa {
    margin-right: 7px
}

.logo {
    line-height: 85px;
    -webkit-transition: margin-top .5s;
    -moz-transition: margin-top .5s;
    transition: margin-top .5s;
    float: left;
    padding: 7px 0
}

.logo h1 {
    margin: 0
}

#undefined-sticky-wrapper,
.main-header {
    background: #f3f3f3
}

.mobile-navigation {
    display: none
}

.main-menu {
    text-align: right
}

.main-menu ul {
    display: inline-block;
    margin: 0
}

.main-menu li a .fa {
    margin-right: 3px;
    width: 10px
}

.main-menu ul.cart_list {
    display: block;
    padding: 0
}

.main-menu .navbar-form {
    display: inline-block;
    padding-right: 0
}

.main-menu>ul>li {
    display: inline-block;
    position: relative;
    border-right: 1px solid #dfdfdf;
    margin-left: -4px;
    padding-left: 0;
    padding-right: 0
}

.main-menu>ul>li:first-child {
    border-left: 1px solid #dfdfdf
}

.menu-nav>li ul li {
    display: inline-block
}

.main-menu ul li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #252525;
    padding: 30px 15px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: padding .5s;
    -moz-transition: padding .5s;
    transition: padding .5s;
    font-weight: 500
}

.main-menu ul li a:hover,
.main-menu ul li a.active {
    background: #00a6dd;
    color: #FFF
}

li.mini-shoping-cart-wraper a:hover span,
li.mini-shoping-cart-wraper:hover a span {
    border-color: #00a6dd
}

.is-sticky .main-header .main-menu>ul>li.mini-shoping-cart-wraper a span {
    top: 1px
}

.main-menu ul li.menu-item-has-children>a,
.main-menu ul li.megamenu-item>a,
.menu-nav>li a {
    position: relative
}

.main-menu>ul>li.menu-item-has-children>a:after,
.main-menu>ul>li.megamenu-item>a:after {
    content: "\f0d7";
    position: absolute;
    color: #42454a;
    font-family: 'FontAwesome';
    left: 45%;
    bottom: 20px;
    -webkit-transition: bottom .5s;
    -moz-transition: bottom .5s;
    transition: bottom .5s
}

.main-menu>ul>li.menu-item-has-children>a:hover:after,
.main-menu>ul>li.megamenu-item>a:hover:after,
.main-menu>ul>li a.active:after {
    color: #fff
}

.main-menu ul>li.megamenu-item {
    position: static
}

.main-menu ul>li .dropdown-menu {
    background: #fff;
    padding: 15px;
    min-width: 248px;
    margin-top: 0;
    border: solid 2px #00a6dd!important;
    border-radius: 0 0 5px 5px
}

.menu-nav>li ul.dropdown-menu ul {
    padding-left: 25px
}

.menu-nav>li.megamenu-item ul.dropdown-menu ul {
    padding-left: 0
}

.main-menu ul>li .dropdown-menu>li {
    padding: 0;
    border: none
}

.main-menu ul>li.megamenu-item .dropdown-menu>li {
    padding: 0
}

.megamenu-content .wpb_column {
    padding: 0
}

.main-menu ul>li.megamenu-item .dropdown-menu {
    margin: 0 15px;
    padding: 20px 10px;
    background: #fff;
    border: solid 2px #00a6dd!important;
    border-radius: 0 0 5px 5px
}

.main-menu ul>li .dropdown-menu li {
    width: 100%
}

.main-menu ul>li .dropdown-menu li a {
    line-height: 25px
}

.menu-nav>li {
    padding: 0
}

.banner-content {
    overflow: hidden
}

.megamenu-content h2 {
    font-weight: 500;
    font-size: 14px;
    color: #00a6dd!important;
    line-height: normal;
    margin-bottom: 5px;
    text-transform: uppercase
}

.main-menu ul>li .dropdown-menu>li a {
    border-bottom: 1px solid #56585B
}

.main-menu ul>li .dropdown-menu>li:last-child a {
    border-bottom: none
}

.main-menu ul>li .dropdown-menu li a {
    font-size: 13px;
    color: #000;
    font-weight: 400
}

.main-menu ul>li .dropdown-menu li a:hover,
.main-menu ul>li .dropdown-menu li.active a,
.main-menu ul>li .dropdown-menu li a:focus {
    color: #00a6dd;
    background: none
}

.main-menu ul>li .dropdown-menu>li.menu-item-has-children>a:hover:after {
    color: #00a6dd;
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    right: 0
}

.main-menu ul>li.megamenu-item .dropdown-menu li>a {
    border-bottom: 1px solid #56585B;
    font-weight: 400!important;
    font-size: 13px
}

.main-menu ul>li.megamenu-item .dropdown-menu li:last-child>a {
    border-bottom: none
}

.main-menu ul>li.megamenu-item .dropdown-menu li {
    border: none
}

.megamenu-content .wpb_column {
    padding: 0 20px
}

.ts-service-style-1 {
    margin-top: 60px;
    background-color: #f3f3f3!important;
    padding: 35px 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    border-radius: 5px
}

.ts-service-style-1:hover {
    margin-top: 60px;
    background-color: #068!important;
    padding: 35px 10px;
    margin-bottom: 30px;
    box-shadow: inset 0 3px 10px rgba(0, 0, 0, .3);
    border-radius: 5px
}

.ts-service-style-1:hover .service-content p {
    color: #fff!important
}

.ts-service-style-1:hover .read-more {
    color: #50ff50!important;
    font-size: 14px;
    font-weight: 700
}

.ts-service-style-1:hover h3 {
    color: #fff!important;
    font-weight: 700;
    font-size: 30px
}

.ts-service-style-1 .service-content p {
    color: #000!important
}

.ts-service-style-1 .service-icon {
    background-color: #42454a;
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 65px;
    width: 65px;
    height: 65px;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
    border-radius: 10%;
    display: inline-block;
    margin-right: 16px;
    transition: background .2s ease 0s, color .2s ease 0s;
    -moz-transition: background .2s ease 0s, color .2s ease 0;
    -webkit-transition: background .2s ease 0s, color .2s ease 0;
    font-size: 20px;
    margin-bottom: 20px
}

.ts-service-style-1 .service-icon:after {
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
    border-radius: 10%;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    box-shadow: 0 0 0 4px #00a6dd;
    -moz-box-shadow: 0 0 0 4px #00a6dd;
    -webkit-box-shadow: 0 0 0 4px #00a6dd;
    left: -7px;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 7px;
    top: -7px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transition: transform .2s ease 0s, opacity .2s ease 0s;
    -moz-transition: -moz-transform .2s ease 0s, opacity .2s ease 0;
    -webkit-transition: -webkit-transform .2s ease 0s, opacity .2s ease 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.ts-service-style-1:hover .service-icon:after {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1)
}

.ts-service-style-1:hover .service-icon {
    color: #fff;
    background: #00a6dd
}

.ts-service-style-1 .service-title h3 {
    display: inline-block;
    margin: 0;
    font-size: 20px;
    color: #00a6dd
}

.ts-service-style-1 .service-content {
    margin: 5px 0 0;
    line-height: 24px;
    font-weight: 400
}

.ts-service-style-1 .read-more {
    color: #00a6dd;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none
}

.ts-service-style-1 .read-more .fa {
    margin-left: 7px
}

.ts-funfact {
    border: 2px solid #CDCBCC;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    -o-border-radius: 5%;
    border-radius: 5%;
    width: 225px;
    height: 170px;
    text-align: center;
    margin: 0 auto;
    padding-top: 28px
}

.ts-funfact .funfact-icon {
    font-size: 40px
}

.ts-funfact .funfact-number-unit {
    font-size: 30px;
    font-weight: 400;
    margin-top: 10px;
    text-transform: uppercase
}

.ts-funfact h5 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 13px 0;
    color: #fff
}

#client {
    padding: 115px 0 95px
}

#client .ts-section-title {
    margin-bottom: 70px
}

.ts-client-list .client-item {
    text-align: center;
    list-style: none
}

.ts-client-list ul {
    padding: 0
}

#service2 {
    padding: 115px 0 140px
}

.ts-service-style-2 {
    margin: 45px 0 20px;
    min-height: 165px
}

.ts-service-style-2:hover .icon-service {
    color: #00a6dd
}

.ts-service-style-2:hover h3 {
    color: #00a6dd
}

.ts-service-style-2 .icon-service {
    color: #42454a;
    font-size: 40px
}

.ts-service-style-2 h3 {
    font-size: 20px;
    margin: 15px 0 13px
}

.ts-service-style-2 h3 a {
    color: #252525
}

.ts-service-style-2 .description-service {
    font-weight: 400
}

.ts-service-style-6 {
    margin-top: 50px
}

.ts-service-style-6 .icon-service {
    float: left;
    font-size: 30px
}

.ts-service-style-6 .service-title h3 {
    font-size: 20px;
    font-weight: 400;
    padding-left: 50px;
    margin-bottom: 15px
}

.ts-service-style-6 .service-title h3 a {
    color: #252525
}

.ts-service-style-6 .description-service {
    padding-left: 50px
}

#feature2 {
    padding: 130px 0 80px
}

.ts-feature-item-style2 {
    margin-top: 30px
}

.ts-feature-item-style2 .icon-feature {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #00a6dd;
    border: 2px solid #F0F0F0
}

.ts-feature-item-style2.left {
    text-align: left
}

.ts-feature-item-style2.left .icon-feature {
    float: left
}

.ts-feature-item-style2.right {
    text-align: right
}

.ts-feature-item-style2.right .icon-feature {
    float: right
}

.ts-feature-item-style2 h3 {
    font-size: 20px;
    margin: 0;
    line-height: 25px
}

.ts-feature-item-style2.left h3 {
    padding-left: 55px
}

.ts-feature-item-style2.right h3 {
    padding-right: 55px
}

.ts-feature-item-style2 .info-feature {
    font-weight: 400;
    margin-top: 4px;
    color: #fff
}

.img-feature {
    margin-top: 80px;
    text-align: center
}

.resp-tabs-list .resp-tab-item {
    font-weight: 400;
    color: #252525;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0;
    -moz-transition: all .3s ease-out 0;
    -ms-transition: all .3s ease-out 0;
    -o-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0s;
    white-space: nowrap;
    font-size: 14px
}

.resp-tabs-list .resp-tab-item:hover {
    border-color: transparent
}

.resp-tabs-list .resp-tab-item:hover,
.resp-tabs-list .resp-tab-item.resp-tab-active,
.ts-verticalTab .resp-tabs-list .resp-tab-item:hover,
.ts-verticalTab .resp-tabs-list .resp-tab-item.resp-tab-active,
.ts-horizontalTab .resp-tabs-list .resp-tab-item:hover,
.ts-horizontalTab .resp-tabs-list .resp-tab-item.resp-tab-active {
    background: #42454a;
    color: #fff;
    position: relative
}

.ts-horizontalTab .resp-tabs-list .resp-tab-item {
    background: #f3f3f3;
    text-align: center;
    border-left: 1px solid #E4E4E4;
    margin-bottom: 20px;
    padding: 24px 5px
}

.ts-horizontalTab .resp-tab-content {
    border: none
}

.ts-horizontalTab .resp-tabs-list .resp-tab-item.resp-tab-active {
    padding: 24px 5px!important
}

.ts-horizontalTab .resp-tabs-list .resp-tab-item:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border-left: none
}

.ts-horizontalTab .resp-tabs-list .resp-tab-item:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.ts-horizontalTab .resp-tabs-list .resp-tab-item.resp-tab-active:after {
    content: "";
    border-top: 8px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: 49%;
    bottom: -1px
}

.ts-horizontalTab.ts-tab-style2 .resp-tabs-list .resp-tab-item {
    margin-bottom: 11px
}

.ts-horizontalTab.ts-tab-style2 .resp-tab-item {
    padding: 10px 3px;
    background: transparent;
    border-top: 1px solid #00a6dd;
    border-bottom: 1px solid #00a6dd;
    border-left: 1px solid #00a6dd;
    background: #f0f9ff;
    background: -moz-linear-gradient(top, rgba(240, 249, 255, 1) 0%, rgba(203, 235, 255, 1) 47%, rgba(161, 219, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(240, 249, 255, 1) 0%, rgba(203, 235, 255, 1) 47%, rgba(161, 219, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(240, 249, 255, 1) 0%, rgba(203, 235, 255, 1) 47%, rgba(161, 219, 255, 1) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f9ff', endColorstr='#a1dbff', GradientType=0)*/
}

.ts-horizontalTab.ts-tab-style2 .resp-tabs-list .resp-tab-item:first-child {
    border-left: 1px solid #00a6dd
}

.ts-horizontalTab.ts-tab-style2 .resp-tabs-list .resp-tab-item:last-child {
    border-right: 1px solid #00a6dd
}

.ts-horizontalTab.ts-tab-style2 .resp-tabs-list .resp-tab-item:hover,
.ts-horizontalTab.ts-tab-style2 .resp-tabs-list .resp-tab-item.resp-tab-active {
    background: #00a6dd;
    color: #fff;
    position: relative
}

.ts-horizontalTab.ts-tab-style2 .resp-tab-item.resp-tab-active:after {
    content: "";
    border-top: 8px solid #00a6dd;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: 45%;
    bottom: -15px
}

.ts-tab .resp-tabs-container .wpb_text_column {
    margin-bottom: 0!important
}

.ts-horizontalTab .resp-tabs-container {
    margin-bottom: 20px
}

.ts-horizontalTab.ts-tab-style2 .resp-tabs-container .resp-tab-content {
    border: 1px solid #ebebeb;
    padding: 15px
}

.ts-horizontalTab.ts-tab-style2 .resp-tabs-list .resp-tab-item.resp-tab-active {
    padding: 10px 3px!important
}

.ts-verticalTab .resp-tabs-list .resp-tab-item {
    padding: 0 10px!important;
    height: 50px;
    line-height: 50px;
    background: transparent;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb
}

.ts-verticalTab.resp-vtabs .resp-tabs-container {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    border: 1px solid #ebebeb
}

.ts-verticalTab .resp-tabs-list .resp-tab-item:first-child {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0;
    -ms-border-radius: 3px 0 0 0;
    -o-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0
}

.ts-verticalTab .resp-tabs-list .resp-tab-item:last-child {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    -ms-border-radius: 0 0 0 3px;
    -o-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
    border-bottom: 1px solid #ebebeb
}

.ts-verticalTab .resp-tab-content {
    padding: 20px 25px
}

.ts-verticalTab .resp-tabs-list .resp-tab-item.resp-tab-active:after {
    border-left: 7px solid #42454a;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    position: absolute;
    top: 40%;
    right: -14px
}

.resp-tabs-container .resp-accordion {
    background: #f3f3f3;
    color: #252525;
    cursor: pointer;
    font-weight: 400;
    margin: 0;
    -moz-transition: all .3s ease-out 0;
    -webkit-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0s;
    font-size: 14px
}

.resp-tabs-container .resp-accordion.resp-tab-active {
    background: #42454a!important;
    color: #fff;
    position: relative
}

.ts-feature-item-2 {
    margin-top: 70px
}

.ts-feature-item-2 .feature-icon {
    width: 98px;
    height: 98px;
    line-height: 98px;
    color: #fff;
    font-size: 30px;
    background: #00a6dd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 20px
}

.ts-feature-item-2 h3 {
    font-size: 20px;
    color: #252525;
    padding-left: 118px;
    margin: 0 0 18px
}

.ts-feature-item-2 .feature-description {
    font-weight: 400;
    padding-left: 118px
}

#service3 .img-service {
    margin-top: 90px
}

#service3 .ts-section-title {
    margin-bottom: 10px;
    display: inline-block
}

.ts-feature-item-style2.white {
    margin-top: 30px;
    min-height: 100px
}

.ts-feature-item-style2.white h3 {
    color: #fff
}

.ts-feature-item-style2.white .info-feature {
    color: #bebebe;
    margin-top: 15px
}

.ts-CTA h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0
}

.ts-CTA strong {
    font-weight: 500
}

.ts-CTA h3 span {
    font-weight: 500
}

.ts-CTA .ts-left-CTA {
    padding: 27px 0
}

.ts-CTA .ts-left-CTA p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 6px
}

.ts-CTA .ts-right-CTA {
    float: right;
    padding: 48px 0
}

.ts-CTA .ts-right-CTA a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    padding: 0 26px;
    height: 40px;
    line-height: 40px;
    display: table;
    border: 2px solid #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: #fd4326
}

.ts-CTA .ts-right-CTA a:hover {
    text-decoration: none;
    background: #fff;
    color: #00a6dd
}

.ts-section-top-footer {
    background: #C81655
}

.ts-top-footer .contact-info:first-child {
    border: none
}

.contact-info {
    text-align: center;
    height: 118px;
    line-height: 118px;
    border-left: 1px solid rgba(255, 255, 255, 0.20)
}

.contact-info a {
    color: #fff;
    font-size: 30px;
    font-weight: 400
}

.contact-info p {
    color: #fff;
    font-size: 30px;
    font-weight: 400
}

.contact-info span {
    text-align: center;
    height: 68px;
    line-height: 72px;
    width: 68px;
    border: 2px solid #fff;
    border-radius: 68px;
    -moz-border-radius: 68px;
    -webkit-border-radius: 68px;
    -ms-border-radius: 68px;
    -o-border-radius: 68px;
    text-align: center;
    margin-right: 15px;
    display: inline-block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background: rgba(253, 67, 38, 0.85)
}

.contact-info span i {
    font-size: 30px;
    color: #fff
}

.contact-info p {
    display: inline-block
}

.contact-info a:hover {
    text-decoration: none;
    color: #eeeddd
}

.contact-info:hover span {
    border: 1px solid #C81655;
    background: #fff;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.contact-info:hover span i {
    color: #C81655;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

footer {
    background: #32353a;
    padding: 45px 0 20px
}

.widget-title h3 {
    color: #fff;
    font-size: 20px
}

.widget-title h3:first-letter {
    text-transform: uppercase
}

.widget-title ul li {
    line-height: 35px
}

.widget-title p {
    line-height: 30px
}

.ts-company-info p {
    color: #8b8b8b;
    font-weight: 400
}

.ts-company-info p span {
    color: #fff
}

.ts-company-info a {
    color: #fff
}

.ts-company-info a:hover {
    color: #00a6dd;
    text-decoration: none
}

.ts-support ul li a {
    color: #8b8b8b;
    font-weight: 400
}

.ts-support ul li a:hover {
    color: #00a6dd;
    text-decoration: none
}

.ts-support ul li i {
    color: #00a6dd;
    margin-right: 8px;
    font-weight: 700
}

.ts-control-pane ul li a {
    color: #8b8b8b;
    font-weight: 400
}

.ts-control-pane ul li a:hover {
    color: #00a6dd;
    text-decoration: none
}

.ts-control-pane ul li i {
    color: #00a6dd;
    margin-right: 8px;
    font-weight: 700
}

.ts-subscribe p {
    color: #8b8b8b;
    font-weight: 400;
    line-height: 30px
}

.ts-form-subscribe {
    width: 100%
}

.ts-form-subscribe .subcribe-text {
    width: 80%;
    border: none;
    background: #42454a;
    height: 44px;
    padding-left: 10px;
    color: #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;

}

.ts-form-subscribe .subcribe-btn {
    width: 19%;
    color: #fff;
    margin-left: -3px;
    margin-top: -1px;
    background: #00a6dd;
    border: none;
    height: 44px;
    font-size: 16px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    -o-border-bottom-right-radius: 3px
}

.ts-social-footer a span {
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 1px solid #919191;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 12px;
    text-align: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out 0s
}

.ts-social-footer a i {
    font-size: 18px;
    color: #919191
}

.ts-social-footer a:hover i {
    color: #fff
}

.ts-social-footer a:hover span {
    margin: 0 6px;
    background: #00a6dd;
    border: 1px solid #fff;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.ts-copy-right {
    background: #25272b
}

.ts-copy-right p {
    margin: 20px 0 14px;
    font-size: 12px;
    color: #4f4f4f
}

.ts-menu-footer nav {
    text-align: right
}

.ts-menu-footer ul li {
    list-style: none;
    display: inline-block;
    height: 64px;
    line-height: 64px;
    padding: 0 13px;
    border-left: 1px solid #323437
}

.ts-menu-footer ul li:last-child {
    border-right: 1px solid #323437
}

.ts-menu-footer ul li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400
}

.ts-menu-footer ul li a:hover {
    text-decoration: none;
    color: #00a6dd
}

.ts-service-style3 {
    width: 100%;
    margin-top: 64px
}

.ts-service-style3 a {
    text-decoration: none
}

.ts-service-style3 figure img {
    max-width: 100%
}

.ts-service-style3 h4 {
    font-weight: 400;
    font-size: 20px;
    color: #252525;
    margin: 30px 0 16px
}

.ts-service-style3 a:hover h4 {
    color: #00a6dd
}

.ts-service-style3 p {
    font-weight: 400
}

.ts-special-offer {
    width: 100%;
    background: #fff;
    margin-top: 42px;
    padding: 25px 0 49px 15px;
    display: table;
    max-width: 555px
}

.ts-special-offer ul {
    padding: 0
}

.ts-special-offer figure {
    width: 35.14%;
    margin-top: 48px;
    float: left
}

.ts-special-offer .ts-special-offer-content {
    width: 64.86%;
    float: left
}

.ts-special-offer h3 {
    color: #252525;
    font-size: 22px;
    font-family: "Roboto";
    font-weight: 400;
    margin-bottom: 5px
}

.ts-special-offer p {
    font-size: 16px;
    font-weight: 400;
    color: #737373
}

.ts-special-offer .ts-special-offer-content {
    margin-top: 7px
}

.ts-special-offer .ts-special-offer-content ul {
    float: left
}

.ts-special-offer .ts-special-offer-content ul li {
    line-height: 30px;
    list-style: none
}

.ts-special-offer .ts-special-offer-content ul a {
    color: #737373;
    font-size: 14px;
    font-weight: 400
}

.ts-special-offer .ts-special-offer-content ul li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #00a6dd;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px
}

.ts-special-offer .ts-special-offer-content ul a:hover {
    text-decoration: none;
    color: #00a6dd
}

.ts-special-offer .ts-special-offer-content .ts-offer-right {
    float: right
}

.ts-special-offer .ts-hosting-price {
    width: 114px;
    height: 114px;
    border-radius: 114px;
    border: 2px solid #f3f3f3;
    text-align: center;
    padding: 34px 20px 30px;
    margin-right: 17px
}

.ts-hosting-price p {
    line-height: 20px
}

.ts-hosting-price span.ts-special-offer-price {
    color: #00a6dd;
    font-size: 30px;
    font-weight: 400
}

.ts-hosting-price span.ts-special-offer-unit {
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 400
}

.ts-special-offer-content .ts-offer-right a {
    margin-top: 27px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    background: #00a6dd;
    text-align: center;
    float: right;
    margin-right: -1px;
    position: relative
}

.ts-special-offer-content .ts-offer-right a::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-top: 15px solid transparent;
    border-left: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 15px solid transparent
}

.ts-special-offer-content .ts-offer-right a:hover {
    -webkit-animation: horizontal 2s ease infinite;
    animation: horizontal 2s ease infinite
}

.ts-search-knowlege {
    margin-top: 44px
}

.ts-search-knowlege .input-text {
    width: 87%;
    border: none
}

section.ts-resources-statistic {
    background: #f3f3f3;
    padding-bottom: 45px;
    margin-top: -119px
}

.ts-number-statistic {
    width: 237px;
    height: 237px;
    -webkit-border-radius: 237px;
    -moz-border-radius: 237px;
    -ms-border-radius: 237px;
    -o-border-radius: 237px;
    border-radius: 237px;
    background-color: rgba(255, 255, 255, 0.6);
    position: relative;
    text-align: center
}

.ts-number-statistic:after {
    position: absolute;
    content: "";
    width: auto;
    height: auto;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    background: #fff;
    border-radius: 100%
}

.bg-number-statistic {
    position: absolute;
    z-index: 1;
    width: 237px;
    height: 237px;
    -webkit-border-radius: 237px;
    -moz-border-radius: 237px;
    -ms-border-radius: 237px;
    -o-border-radius: 237px;
    border-radius: 237px;
    text-align: center;
    padding-top: 45px
}

.ts-number-statistic i {
    font-size: 45px;
    color: #00a6dd
}

.ts-number-statistic h3 {
    color: #252525;
    font-size: 24px
}

.ts-number-statistic a {
    font-weight: 400;
    font-size: 14px;
    color: #737373
}

.ts-number-statistic a:hover {
    color: #00a6dd
}

.ts-number-statistic a:hover h3 {
    color: #00a6dd
}

.widget-list-posts h3 {
    color: #252525;
    font-size: 30px;
    font-weight: 400
}

.widget-list-posts a {
    color: #737373;
    font-weight: 400;
    font-size: 14px
}

.widget-list-posts i {
    margin-right: 16px;
    color: #00a6dd
}

.widget-list-posts a:hover {
    text-decoration: none;
    color: #00a6dd
}

.widget-list-posts li {
    list-style: none;
    height: 42px;
    line-height: 42px;
    font-weight: 400
}

.widget-list-posts li h4 {
    font-size: 14px;
    font-weight: 400
}

.ts-list-popular-topics li {
    line-height: 26px;
    height: 67px
}

.ts-list-popular-topics li figure {
    display: inline-block;
    margin: 0 5px
}

.ts-list-popular-topics li .opaque-text {
    margin-left: 31px;
    color: #cacaca
}

.ts-list-popular-topics li .red-text {
    color: #00a6dd
}

.ts-list-popular-topics a:hover .red-text {
    color: #cacaca
}

@media only screen and (max-width: 1200px) {
    .contact-info a {
        font-size: 24px
    }
    .contact-info a span i {
        font-size: 25px
    }
    .ts-social-footer a span {
        margin-right: 5px
    }
}

@media only screen and (max-width: 980px) {
    .ts-section-CTA h3 {
        font-size: 24px
    }
    .ts-CTA .ts-left-CTA p {
        font-size: 14px
    }
    .ts-latest-posts {
        padding: 50px 0 60px
    }
    .ts-item-post {
        margin-top: 40px
    }
    .contact-info {
        height: 90px;
        line-height: 90px;
        text-align: center
    }
    .ts-contact-livechat-info {
        border-bottom: none
    }
    .contact-info a {
        font-size: 18px
    }
    .contact-info p {
        font-size: 18px
    }
    .contact-info span i {
        font-size: 20px
    }
    .contact-info span {
        height: 50px;
        width: 50px;
        line-height: 50px;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px
    }
    footer {
        padding: 30px 0 40px
    }
    .col-sm-6:nth-child(2n+1) {
        clear: both
    }
    .widget-title {
        margin-top: 20px
    }
    .widget-title h3 {
        margin-bottom: 0
    }
    .widget-title ul li {
        line-height: 30px
    }
    .ts-service-style3 {
        margin-top: 30px
    }
    .ts-number-statistic {
        width: 200px;
        height: 200px;
        border-radius: 200px
    }
    .ts-number-statistic h3 {
        font-size: 20px
    }
    .ts-number-statistic a {
        font-size: 12px
    }
    .ts-number-statistic .bg-number-statistic {
        height: 196.8px;
        width: 200px;
        padding-top: 35px
    }
    .ts-number-statistic .bg-number-statistic i {
        font-size: 30px
    }
}

@media only screen and (max-width: 768px) {
    .ts-CTA .ts-left-CTA p {
        font-size: 13px
    }
}

@media only screen and (max-width: 480px) {
    .ts-latest-posts {
        padding: 50px 0
    }
    .ts-item-post {
        margin-top: 30px
    }
    .contact-info {
        margin-left: 0;
        text-align: left;
        height: 80px;
        line-height: 80px;
        border-right: none;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1)
    }
    .contact-info p {
        font-size: 20px
    }
    .contact-info a {
        font-size: 20px
    }
    .contact-info i {
        font-size: 25px
    }
    .contact-info span {
        height: 50px;
        width: 50px;
        line-height: 50px;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px
    }
    footer {
        padding: 30px 0
    }
    .widget-title {
        margin-top: 30px
    }
    .widget-title h3 {
        margin-bottom: 0
    }
    .ts-copy-right p {
        text-align: center
    }
    .ts-menu-footer nav {
        text-align: center
    }
    .ts-menu-footer nav li {
        border: none;
        height: 45px;
        line-height: 45px
    }
    .ts-social-footer {
        margin-top: 0
    }
    section.ts-section-service-style3 {
        padding: 50px 0 30px
    }
    .ts-service-style3 {
        margin-top: 30px
    }
    section.ts-section-special-offers {
        padding: 50px 0 30px
    }
    .ts-special-offer h3 {
        display: block;
        text-align: center
    }
    .ts-special-offer figure {
        width: 100%;
        display: block;
        text-align: center;
        margin: 10px 0 20px
    }
    .ts-special-offer .ts-special-offer-content ul a {
        font-size: 13px
    }
    .ts-offer-right .ts-hosting-price {
        margin: 0
    }
    .ts-special-offer-content .ts-offer-right a {
        width: 110px
    }
    .ts-hosting-price {
        border-radius: 104px;
        height: 104px;
        width: 104px
    }
    .ts-hosting-price span.ts-special-offer-price {
        font-size: 27px
    }
    .ts-number-statistic {
        margin-top: 20px
    }
    .widget-list-posts {
        margin-top: 30px
    }
    .widget-list-posts h3 {
        font-size: 27px;
        margin-bottom: 0
    }
    .widget-list-posts li {
        height: 35px;
        line-height: 35px
    }
    .ts-list-popular-topics li {
        height: 42px;
        line-height: 42px
    }
    .ts-list-popular-topics li h4 {
        margin-bottom: 0
    }
}

.ts-social-footer>a {
    display: inline-block;
    margin-bottom: 10px
}

footer h3.title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: normal;
    border: none;
    font-weight: 400
}

footer .ts-social-footer {
    margin-top: 0
}

footer .widget_mc4wp_widget {
    margin-bottom: 35px
}

.ts-social-footer h3.title {
    margin-bottom: 20px
}

footer ul {
    padding: 0
}

footer ul li {
    line-height: 30px;
    list-style: none
}

footer ul li a {
    color: #fff!important;
    font-weight: 400;
    font-size: 13px
}

footer ul li a:hover {
    color: #00a6dd
}

footer ul li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #00a6dd;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px
}

.megamenu-content ul li a:before {
    content: "";
    margin-right: 0
}

.tp-bannertimer {
    height: 2px;
    background: rgba(255, 255, 255, 0.5)
}

.ts-big-caption,
.ts-big-caption-center,
.ts-big-caption-2,
.ts-big-caption-2-right {
    font-family: 'Roboto';
    font-size: 45px;
    line-height: 55px;
    font-weight: 400
}

.ts-big-caption-center {
    text-align: center
}

.ts-big-caption span,
.ts-big-caption-center span {
    color: #00a6dd;
    font-weight: 500
}

.ts-big-caption-2-right,
.ts-caption-medium-2-right {
    text-align: right
}

.ts-big-caption-2,
.ts-caption-medium-2,
.ts-caption-medium-2-right,
.ts-big-caption-2-right {
    color: #252525
}

.ts-caption-medium,
.ts-caption-medium-2,
.ts-caption-medium-2-right {
    font-weight: 400;
    font-size: 20px;
    font-family: 'Roboto'
}

.ts-big-caption,
.ts-big-caption-center,
.ts-caption-medium {
    color: #fff
}

.ts-caption-small,
.ts-caption-small-right {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto'
}

.ts-caption-small-center {
    color: #00a6dd;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto'
}

.ts-caption-small .fa {
    background: #00a6dd;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    line-height: 25px;
    font-size: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 10%;
    font-size: 15px!important
}

.ts-caption-small-right .fa {
    background: #00a6dd;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-left: 15px;
    color: #fff;
    line-height: 25px;
    font-size: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 10%;
    margin-left: 0!important;
    margin-right: 10px!important;
    font-size: 14px!important
}

.ts-caption-small-center .fa {
    color: #fff;
    margin-right: 10px;
    font-size: 17px!important;
    margin-right: 4px!important
}

.ts-price-rev,
.ts-price-rev-right {
    color: #fff;
    font-size: 20px;
    font-weight: 400
}

.ts-price-rev-right {
    text-align: right
}

.ts-price-rev span,
.ts-price-rev-right span {
    color: #00a6dd;
    font-size: 35px;
    line-height: 35px
}

.ts-button-slide {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    padding: 0 25px;
    line-height: 35px
}

.ts-button-slide-2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border: 2px solid #00a6dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    padding: 0 25px;
    line-height: 35px;
    background: #00a6dd
}

.ts-button-slide-2:hover {
    background: #fff;
    border-color: #fff
}

.ts-button-slide-2 a {
    color: #fff!important
}

.ts-button-slide:hover {
    background: #00a6dd;
    border-color: #00a6dd
}

.ts-button-slide-2:hover a,
.ts-button-slide-2 a:hover {
    color: #00a6dd
}

.ts-button-slide a {
    color: #fff
}

.ts-button-slide a:hover,
.ts-button-slide:hover a {
    color: #fff
}

.ts-number {
    color: #00a6dd;
    text-shadow: none;
    background-color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-size: 20px;
    line-height: 26px;
    width: 51px;
    height: 51px;
    text-align: center;
    padding: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3)
}

.ts-line {
    font-size: 20px;
    line-height: 26px;
    text-decoration: none;
    background-color: #fd4326;
    background-color: rgba(253, 67, 38, 1);
    padding: 0;
    text-shadow: none;
    width: 497px;
    height: 1px;
    text-align: center;
    border-width: 0;
    border-color: #fff;
    border-style: none
}

.ts-caption-list {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400
}

.tp-leftarrow.default,
.tp-rightarrow.default {
    background: rgba(255, 255, 255, 0.19);
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    color: #fff
}

.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
    color: #00a6dd
}

.tp-leftarrow.default:after {
    content: "\f104";
    font-family: 'FontAwesome'
}

.tp-rightarrow.default:after {
    content: "\f105";
    font-family: 'FontAwesome'
}

.tp-leftarrow.custom,
.tp-rightarrow.custom {
    background: #4f5053
}

#banner .banner {
    padding: 30px 0
}

#banner .banner h1 {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 1px
}

#banner .banner p {
    color: #DCDCDC;
    font-size: 14px;
    margin-bottom: 8px
}

#banner .banner .banner-content {
    position: relative
}

.title-whmcs {
    text-align: center;
    font-size: 30px;
    color: #252525;
    font-weight: 400;
    margin: 90px 0
}

.ts-whmcs li {
    margin-bottom: 60px
}

.ts-whmcs li>a {
    float: left
}

.ts-whmcs li .item-right {
    display: block;
    padding-left: 47px;
    font-size: 14px;
    font-weight: 400;
    color: #737373
}

.ts-whmcs li .item-right strong a {
    color: #252525;
    font-weight: 400;
    font-size: 20px
}

.ts-whmcs li .item-right strong a:hover {
    color: #00a6dd
}

#main-content,
.main-content {
    margin: 75px 0
}

.date-post {
    width: 55px;
    float: left;
    margin-right: 11px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center
}

.blog-item.sticky {
    background: #f0f0f0
}

.blog-item:first-child .date-post {
    margin-top: 0
}

.blog-item:first-child {
    padding-top: 0
}

.date-post span.date {
    background: #42454a;
    display: block;
    line-height: 44px;
    font-size: 30px;
    height: 44px
}

.date-post span.month {
    background: #00a6dd;
    display: block;
    font-size: 15px;
    height: 24px;
    line-height: 24px
}

.blog-item h3 {
    color: #000;
    font-size: 25px;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 400
}

.blog-item h3 a {
    color: #000
}

.blog-item h3 a:hover {
    color: #00a6dd
}

.blog-item .post-meta-type {
    margin-bottom: 40px
}

.blog-meta {
    color: #9f9f9f;
    margin-bottom: 30px;
    padding: 0;
    display: block
}

.blog-meta li {
    color: #c8c8c8;
    display: inline-block;
    font-size: 12px;
    position: relative;
    margin-right: 20px
}

.blog-meta li a {
    color: #c8c8c8
}

.blog-meta li a:hover {
    color: #00a6dd
}

.blog-meta li .fa {
    font-size: 15px;
    color: #00a6dd;
    margin-right: 7px
}

.blog-item {
    padding: 10px 0 0
}

.blog-item article {
    margin-left: 66px
}

.blog-item {
    border-bottom: 1px solid #ededed;
    padding: 59px 0 55px
}

.blog-single .blog-item {
    border-bottom: none
}

.blog-item .except-post {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%
}

.ts-button,
input[type="submit"],
.more-link,
button {
    background: none repeat scroll 0 0 #fd4326;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #42454a;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 38px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0;
    -webkit-transition: all .3s ease-out 0
}

.ts-button:hover,
input[type="submit"]:hover,
.more-link:hover,
button:hover {
    background: none repeat scroll 0 0 #00a6dd;
    border-color: #00a6dd;
    color: #fff
}

.blog-item .group-share {
    margin-top: 8px
}

.blog-item .group-share span,
.group-share span {
    border-bottom: 1px solid #2a2a2a;
    color: #2a2a2a;
    display: inline-block;
    font-size: 12px;
    line-height: 17px
}

.blog-item .group-share a,
.group-share a {
    color: #919191;
    margin-left: 20px;
    font-size: 16px
}

.blog-item .group-share a:hover,
.group-share a:hover {
    color: #00a6dd
}

table {
    border-collapse: collapse;
    width: 100%
}

table td,
table th {
    border: 1px solid #737373;
    padding: 5px
}

.title-table-data th {
    font-size: 14px;
    font-weight: 400
}

.pagination {
    margin: 50px 0 0 66px
}

.pagination>li>a,
.pagination>li>span,
.page-links a {
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #252525;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    margin-right: 7px;
    display: inline-block
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.pagination>li>a:hover,
.pagination>li>a:focus,
.page-links a:hover {
    background-color: #00a6dd;
    border-color: #00a6dd;
    color: #fff
}

.page-links>span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #00a6dd;
    border: 1px solid #00a6dd;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    margin-right: 7px
}

.page-links>span.page-links-title {
    width: auto;
    color: #737373;
    background: none;
    text-align: left;
    border: none
}

.blog-item input[type="text"],
.blog-item input[type="password"] {
    line-height: 40px;
    border: 1px solid #d2d2d2;
    padding: 0 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px
}

.blog-link {
    padding: 40px 65px 15px;
    position: relative;
    background: #f3f3f3
}

.blog-link a {
    font-weight: 400;
    font-size: 14px
}

.blog-quote {
    border-left: 2px solid #00a6dd;
    padding: 20px 25px;
    font-style: italic;
    font-size: 18px
}

.blog-link:before {
    content: "\f0c1";
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #00a6dd;
    position: absolute;
    left: 35px;
    top: 20px;
    font-style: normal
}

.blog-item .blog-link h3 {
    margin-bottom: 0
}

.blog-quote p {
    margin-bottom: 0
}

.blog-quote cite {
    font-size: 12px;
    font-style: normal;
    color: #252525
}

.blog-quote cite:before {
    content: "-"
}

.blog-grallery .owl-controls {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease-out 0;
    -o-transition: opacity .3s ease-out 0;
    transition: opacity .3s ease-out 0s
}

.blog-grallery:hover .owl-controls {
    opacity: 1;
    filter: alpha(opacity=100)
}

.blog-grallery .owl-controls .owl-buttons div {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.19);
    color: #ececec;
    display: inline-block;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    margin: 0;
    width: 48px;
    position: absolute;
    top: 45%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 99;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.owl-theme .owl-controls .owl-buttons div:hover,
.owl-theme .owl-controls .owl-buttons div:focus {
    background: #00a6dd;
    color: #fff
}

.blog-grallery .owl-controls .owl-buttons div.owl-prev {
    left: 25px
}

.blog-grallery .owl-controls .owl-buttons div.owl-next {
    right: 25px
}

::-webkit-input-placeholder {
    color: #737373
}

:-moz-placeholder {
    color: #737373
}

::-moz-placeholder {
    color: #737373;
    opacity: 1
}

:-ms-input-placeholder {
    color: #737373
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
    margin: 7px 24px 7px 0
}

.wp-caption.alignleft {
    margin: 7px 14px 7px 0
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
    margin: 7px 0 7px 24px
}

.wp-caption.alignright {
    margin: 7px 0 7px 14px
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 17px;
    width: 50%
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
    margin-bottom: 17px
}

iframe,
embed {
    max-width: 100%
}

blockquote {
    border-left: 2px solid #00a6dd;
    padding: 15px 0 25px 25px;
    font-style: italic;
    font-size: 16px
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
    height: auto;
    max-width: 100%
}

.wp-caption {
    margin-bottom: 24px;
    color: #767676
}

.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0
}

div.wp-caption .wp-caption-text {
    padding-right: 10px
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
    padding-right: 0
}

.wp-caption {
    max-width: 100%
}

.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

#searchform {
    position: relative;
    display: table
}

#searchform>span {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap
}

#searchform input[type="search"] {
    display: table-cell;
    line-height: 40px;
    padding: 0 13px;
    border: none;
    font-size: 12px;
    color: #737373;
    font-style: italic;
    width: 100%;
    border: 1px solid #d2d2d2;
    height: 42px; -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    outline: none
}

#searchform button[type="submit"] {
    width: 42px;
    height: 42px;
    background: #42454a;
    text-align: center;
    border: none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-size: 16px;
    float: right;
    margin-left: -1px
}

#searchform button[type="submit"]:hover {
    background: #00a6dd
}

.sidebar-right .widget {
    margin-bottom: 45px
}

.widget h3,
.widget h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    border-bottom: 1px solid #ededed;
    margin: 0 0 30px;
    color: #000
}

.widget ul li {
    position: relative;
    list-style: none
}

.megamenu-content .widget ul li:before,
.widget_recent_comments li.recentcomments a:before {
    content: "";
    margin-right: 0;
    width: 0
}

.widget ul li a:before,
.widget_recent_comments li.recentcomments:before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #00a6dd;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px
}

.widget ul li a {
    line-height: 40px;
    color: #737373;
    display: inline-block
}

.widget ul li a:hover {
    color: #00a6dd
}

.domainchecker input[type="text"] {
    line-height: 40px!important;
    height: 40px!important;
    font-size: 12px;
    color: #737373;
    font-style: italic;
    border: 1px solid #d2d2d2
}

.domainchecker button[type="submit"] {
    height: 40px!important;
    background: #42454a!important;
    text-align: center;
    border: none;
    color: #fff!important;
    font-size: 16px
}

.domainchecker button[type="submit"]:hover {
    background: #00a6dd!important
}

.widget_tag_cloud .tagcloud a {
    background: #f0f0f0;
    padding: 5px 10px;
    text-align: center;
    color: #737373;
    margin-right: 7px;
    margin-bottom: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0s;
    display: inline-block
}

.widget_tag_cloud .tagcloud a:hover {
    background: #00a6dd;
    color: #fff
}

#leave-reply {
    margin: 100px 0 40px 66px
}

#leave-reply h4 {
    font-size: 20px;
    margin: 0 0 50px;
    line-height: normal;
    text-transform: none;
    color: #000;
    font-weight: 400
}

.comment-form input[type="text"],
.comment-form textarea {
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 10px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #737373;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.comment-form textarea {
    min-height: 220px
}

.comment-form::-webkit-input-placeholder {
    color: #c8c8c8
}

.comment-form:-moz-placeholder {
    color: #c8c8c8
}

.comment-form::-moz-placeholder {
    color: #c8c8c8;
    opacity: 1
}

.comment-form:-ms-input-placeholder {
    color: #c8c8c8
}

.comment-post {
    margin: 75px 0 0 66px
}

.comment-post h4 {
    font-size: 20px;
    margin: 0 0 50px;
    line-height: normal;
    text-transform: none;
    color: #000;
    font-weight: 400
}

.comment-post .comment-item {
    margin-top: 40px
}

.comment-post .avatar {
    width: 95px;
    height: 95px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.comment-item .media-heading {
    margin-bottom: 0
}

.comment-item .media-heading a {
    color: #181818;
    font-size: 16px;
    font-weight: 400
}

.comment-item .media-date {
    color: #c8c8c8;
    font-size: 12px;
    font-style: italic
}

.media-body .comment-text {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 30px
}

.comment-item .comment-reply-link {
    color: #000;
    font-size: 12px;
    margin-left: 15px
}

.comment-item .comment-reply-link:hover {
    color: #00a6dd
}

.comment-post .comment-item>.pull-left {
    padding-right: 0
}

.media-body {
    display: block;
    padding-left: 120px
}

.comment-post ul.children {
    padding-left: 100px
}

.ts-service-style-3 {
    margin-top: 75px
}

.ts-service-style-3 .icon-service {
    font-size: 40px;
    color: #00a6dd
}

.ts-service-style-3:hover .icon-service .fa {
    -webkit-animation: horizontal 2s ease infinite;
    animation: horizontal 2s ease infinite
}

.ts-service-style-3 h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0 30px
}

.ts-service-style-3 h3 a {
    color: #252525
}

.ts-service-style-4 {
    background: #f3f3f3;
    padding: 45px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    min-height: 360px;
    margin-top: 35px
}

.ts-service-style-4 .icon-service {
    font-size: 29px;
    width: 79px;
    height: 79px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #252525;
    color: #252525;
    line-height: 79px;
    margin: 0 auto;
    display: block
}

.ts-service-style-4 h3 {
    font-size: 20px;
    margin: 23px 0 25px
}

.ts-service-style-4 h3 a {
    color: #252525
}

.ts-service-style-4:hover .icon-service {
    background: #00a6dd;
    border-color: #00a6dd;
    color: #fff!important
}

.ts-service-style-5 {
    color: #fff
}

.ts-service-style-5 .icon-service {
    width: 97px;
    height: 97px;
    background: #00a6dd;
    color: #fff;
    line-height: 97px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 5%;
    display: block;
    margin: 0 auto;
    font-size: 68px
}

.ts-service-style-5 h3 {
    font-size: 20px;
    margin: 15px 0
}

.ts-service-style-5 h3 a {
    color: #fff
}

.team-item h4 {
    font-weight: 400;
    font-size: 20px;
    color: #252525;
    margin: 35px 0 0
}

.team-item-style2 h4 {
    font-weight: 400;
    font-size: 20px;
    color: #252525;
    margin: 20px 0 0
}

.team-item>span {
    margin-bottom: 25px
}

.team-item>span,
.team-item-style2>span {
    font-size: 14px;
    text-transform: uppercase;
    display: block
}

.team-item-style2 .social-network a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #ededed;
    font-size: 14px;
    color: #252525;
    text-align: center;
    -webkit-transition: all .3s ease-out 0;
    -o-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0s;
    margin: 15px 5px 0;
    display: inline-block
}

.team-item-style2 .social-network a:hover {
    background: #00a6dd;
    color: #fff
}

.team-item figure {
    overflow: hidden;
    position: relative
}

.team-item .social-network-team {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: -100%;
    left: 0;
    margin: 0;
    padding: 40% 0 10px;
    position: absolute;
    transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0;
    -webkit-transition: all .3s linear 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.team-item .social-network-team li {
    display: inline-block;
    margin: 10px 5px
}

.team-item .social-network-team li a {
    border: 2px solid #DADADA;
    width: 35px;
    height: 35px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    font-size: 15.75px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block
}

.team-item .social-network-team li a:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
    color: #00a6dd
}

.team-item figure img {
    transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0;
    -webkit-transition: all .3s linear 0;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.team-item figure:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.team-item figure:hover .social-network-team {
    bottom: 0
}

.bg_parallax>.container>.vc_row,
.bg_parallax>div>.vc_row {
    margin-bottom: 0!important
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color
}

.skill-bar-bg {
    display: block;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.skillbar-bar {
    height: 38px;
    position: relative;
    width: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.skillbarstyle2 .skill-bar-bg,
.skillbarstyle2 .skillbar-bar {
    height: 38px
}

.skillbarstyle2 .skillbar {
    margin-top: 19px
}

.skillbarstyle2 .skillbar-bar {
    padding: 0 10px
}

.skillbarstyle2 .skill-bar-percent {
    line-height: 38px
}

.skillbarstyle2 .skill-bar-percent>span {
    margin-right: 5px
}

.skillbar {
    font-weight: 400
}

.skillbarstyle1 .skill-bar-bg,
.skillbarstyle1 .skillbar-bar {
    height: 7px
}

.skillbarstyle1 .skill-bar-percent {
    position: absolute;
    right: 12px;
    text-transform: uppercase;
    top: -30px
}

.skillbarstyle1 .skillbar-title {
    line-height: normal;
    margin-bottom: 8px
}

.skillbarstyle1 .skillbar {
    margin-bottom: 28px
}

.ts-funfact-style2 {
    border: medium none;
    height: auto;
    min-height: 220px;
    text-align: left;
    width: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.ts-funfact-style2 .funfact-number-unit {
    font-size: 55px;
    font-weight: 400;
    line-height: normal
}

.ts-funfact-style2 .ts-funfact-info>h5 {
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0;
    display: block
}

.item-circles .circlestat {
    margin: 0 auto
}

.item-circles .skill-title {
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0 20px
}

.ts-list-ul ul {
    padding: 0;
    list-style: none
}

.ts-list-ul ul li {
    line-height: 48px;
    border-bottom: 1px solid #f0f0f0;
    margin-left: 20px;
    color: #676a6f
}

.ts-list-ul ul li:before {
    content: "\f105";
    color: #00a6dd;
    font-family: "FontAwesome";
    font-size: 17px;
    margin-left: -20px;
    margin-right: 20px
}

.ts-list-ul ul li:last-child {
    border: none
}

.ts-list-ul ul li a {
    color: #676a6f
}

.ts-box-border {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 25px
}

.ts-box-border h3 {
    font-size: 20px;
    color: #252525;
    margin: 20px 0 25px
}

.ts-style-button {
    border-radius: 3px;
    display: block;
    text-align: center;
    margin-bottom: 2px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0s;
    cursor: pointer
}

.ts-style-button.large {
    line-height: 51px;
    font-size: 15px;
    letter-spacing: 1px;
    width: 180px
}

.ts-style-button.normal {
    line-height: 40px;
    font-size: 14px;
    width: auto;
    float: left;
    padding: 0 13px;
    margin-right: 2px;
    background-color: #fd4326;
    text-transform: none;
    letter-spacing: 0
}

.ts-button,
input[type="reset"],
.more-link,
button {
    background: none repeat scroll 0 0 #fd4326;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #42454a;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 38px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0;
    -webkit-transition: all .3s ease-out 0
}

.ts-style-button.small {
    line-height: 30px;
    font-size: 9px;
    letter-spacing: 1px;
    width: 105px
}

.countdownstyle1,
.countdownstyle2 {
    text-align: center
}

.countdownstyle1 .ts-date-countdown {
    display: inline-block;
    width: 80px;
    background: #42454a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    margin: 0 8px
}

.countdownstyle1 .ts-date-countdown .date {
    font-size: 40px;
    height: 84px;
    line-height: 84px;
    display: block
}

.countdownstyle1 .ts-date-countdown .month {
    font-size: 12px;
    font-weight: 400;
    display: block;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    background: #4f5257;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.countdownstyle1 .ts-date-countdown.ts-day-count {
    background: #00a6dd
}

.countdownstyle1 .ts-date-countdown.ts-day-count .month {
    background: #ff573d
}

.countdownstyle2 .ts-date-countdown:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background: #f3f3f3
}

.countdownstyle2 .ts-date-countdown .date {
    font-size: 40px;
    display: block;
    line-height: normal
}

.countdownstyle2 .ts-date-countdown .month {
    font-size: 12px;
    font-weight: 400;
    display: block;
    text-transform: uppercase
}

.countdownstyle2 .ts-date-countdown.ts-day-count {
    color: #00a6dd;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.widget_categories select,
.widget select,
.widget_archive select {
    border: 1px solid #d6d6d6;
    color: #8d8d8d;
    height: 44px;
    outline: medium none;
    padding: 0 17px;
    width: 100%
}

.sidebar_widget .ts-select {
    position: relative
}

.sidebar_widget select {
    border: 1px solid #dcdcdc;
    color: #8d8d8d;
    height: 44px;
    outline: medium none;
    padding: 0 17px;
    width: 100%;
    cursor: pointer
}

#wp-calendar {
    width: 100%
}

#wp-calendar a {
    color: #7e7d7d
}

#wp-calendar a:hover {
    color: #00a6dd
}

#wp-calendar caption {
    margin-bottom: 5px;
    padding: 4px 0;
    text-align: center;
    color: #252525;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

#wp-calendar thead th {
    background: none repeat scroll 0 0 #f7f7f7;
    border-right: 2px solid #fff;
    border-left: none;
    border-bottom: none;
    border-top: none;
    font-size: 14px;
    padding: 7px 0;
    text-align: center
}

#wp-calendar td {
    border: 1px solid #f7f7f7;
    padding: 5px 0;
    text-align: center
}

#wp-calendar #prev {
    border: 0 none;
    text-align: left
}

#wp-calendar .pad {
    border: 0 none
}

#wp-calendar #next {
    border: 0 none;
    text-align: right
}

.widget_rss li {
    margin-bottom: 20px
}

.ts-showmore {
    background: #42454a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    line-height: 28px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 400;
    color: #fff;
    display: inline-block!important;
    padding: 0 20px;
    width: 95px!important;
    margin: 25px 0;
    text-align: center
}

.ts-showmore:hover {
    background: #00a6dd;
    color: #fff
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    color: #aaa;
    line-height: 24px;
    padding: 10px;
    border: 1px solid #e3e3e3;
    margin-bottom: 30px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.wpcf7-form textarea {
    width: 100%
}

.ts-social-style1 .fa {
    padding: 13px
}

.ts-button.show-block {
    margin-top: 50px;
    margin-bottom: 20px
}

.font-awesome-list:before,
.font-awesome-list:after {
    content: " ";
    display: table
}

.font-awesome-list:after {
    clear: both
}

.font-awesome-list {
    list-style: outside none none;
    margin: 0 -30px 20px 0;
    padding: 5px 0 0;
    width: 100%
}

.font-awesome-list li {
    color: #777;
    display: block;
    float: none;
    height: 32px;
    line-height: 3;
    margin: 0;
    padding: 0;
    vertical-align: top
}

.font-awesome-list li .fa {
    color: #333;
    display: inline-block;
    font-size: 14px;
    margin-right: 3px;
    text-align: center;
    width: 32px;
    font-size: 12px;
    padding: 2px 2.5px 2.5px 2px
}

.font-awesome-list li {
    float: left;
    margin-right: 30px;
    width: 22%
}

.ts-social-style2 a.ts-style-icon {
    display: inline-block;
    height: 40px;
    overflow: hidden;
    transition: background-color .3s ease 0s;
    -webkit-transition: background-color .3s ease 0;
    -moz-transition: background-color .3s ease 0;
    width: 40px;
    margin-bottom: 9px;
    color: #bcbcbc;
    text-align: center;
    font-size: 20px;
    line-height: 40px
}

.ts-social-style2 a.ts-style-icon:hover {
    background: #ebebeb;
    color: #323232
}

.ts-social-style3 a {
    display: inline-block;
    height: 40px;
    overflow: hidden;
    transition: background-color .3s ease 0s;
    -webkit-transition: background-color .3s ease 0;
    -moz-transition: background-color .3s ease 0;
    width: 40px;
    margin-bottom: 9px;
    color: #707070;
    text-align: center;
    font-size: 20px;
    line-height: 40px
}

.ts-social-style3 a:hover {
    color: #fff
}

.ts-social-style2,
.ts-social-style3 {
    padding: 0 40px;
    text-align: center
}

.ts-list-images {
    text-align: center
}

.ts-list-images li {
    display: inline-block;
    margin: 0 8px
}

.quote-type-style2 {
    font-size: 18px;
    font-style: italic;
    padding: 20px 25px;
    position: relative
}

.quote-type-style2 cite {
    color: #252525;
    font-size: 12px;
    font-style: normal
}

.quote-type-style2:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    color: #00a6dd;
    font-size: 22px;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 0
}

.quote-type-style2 cite:before {
    content: "-"
}

.quote-type-style2 p {
    margin-bottom: 0
}

.blog-quote-style1,
.quote-type-style2 {
    margin-bottom: 30px
}

.ts-dropcap-style1 {
    width: 52px;
    height: 52px;
    font-size: 40px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    line-height: 52px;
    text-align: center;
    display: block;
    float: left;
    margin: 8px 15px 15px 0
}

.ts-dropcap-style2 {
    font-size: 70px;
    text-transform: uppercase;
    margin: 0 10px 15px 0;
    float: left;
    display: inline-block;
    line-height: 60px
}

#tiptip_content {
    background: #42454a;
    border: none
}

#tiptip_holder.tip_top #tiptip_arrow,
#tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: #42454a
}

.ts-list-style h4 {
    font-size: 16px;
    font-weight: 400;
    color: #252525
}

.ts-list-style ul {
    padding: 0;
    list-style: none
}

.ts-list-style ul li {
    line-height: 36px
}

.ts-list-style ul li span {
    font-size: 16px;
    margin-right: 10px
}

.ts-list-style ul li a {
    color: #737373;
    line-height: 36px;
    font-size: 14px
}

.ts-list-style ul li a:hover {
    color: #00a6dd
}

.ts-orderlist li:before {
    content: "";
    border-left: 5px solid #737373;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    display: inline-block;
    margin-right: 7px
}

.ts-data-table {
    margin-top: 0
}

.ts-list-style.underlist li a {
    color: #00a6dd
}

#filters-portfolio {
    background: none;
    padding: 10px 0 9px;
    margin: 10px 0;
    text-align: center;
    margin-top: 0
}

#filters-portfolio .cbp-filter-item {
    background-color: #fd4326;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 0 1px 4px 0;
    overflow: visible;
    padding: 0 13px;
    position: relative;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0;
    -webkit-transition: all .2s ease-in-out 0;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto';
    line-height: 32px
}

#filters-portfolio .cbp-filter-item.cbp-filter-item-active,
#filters-portfolio .cbp-filter-item:hover {
    background-color: #00a6dd;
    color: #fff
}

#grid-portfolio.cbp-l-grid-projects .cbp-caption {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 4px;
    height: 76%
}

#grid-portfolio .cbp-l-grid-projects-title {
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    font-family: 'Roboto';
    background: #00a6dd;
    line-height: 32px;
    text-align: center;
    color: #fff
}

#grid-portfolio .cbp-l-grid-projects-desc {
    font-size: 12px;
    font-weight: 400;
    color: #737373;
    line-height: 26px;
    font-family: 'Roboto';
    margin-top: 0
}

#grid-portfolio .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0
}

#grid-portfolio.cbp-l-grid-projects.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
    height: 46px;
    background: rgba(0, 0, 0, 0.73);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    z-index: 3;
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: -50px;
    -webkit-transition: bottom .6s cubic-bezier(0.19, 1, 0.22, 1) 0;
    -o-transition: bottom .6s cubic-bezier(0.19, 1, 0.22, 1) 0;
    transition: bottom .6s cubic-bezier(0.19, 1, 0.22, 1) 0s
}

#grid-portfolio .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0
}

#grid-portfolio .cbp-l-caption-buttonLeft,
#grid-portfolio .cbp-l-caption-buttonRight {
    background-color: #fff;
    color: #000;
    display: inline-block;
    font: 300 12px/35px Roboto;
    margin: 4px;
    text-align: center;
    width: 93px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

#grid-portfolio .cbp-l-caption-buttonLeft:hover,
#grid-portfolio .cbp-l-caption-buttonRight:hover,
#grid-portfolio .cbp-l-caption-buttonLeft:focus,
#grid-portfolio .cbp-l-caption-buttonRight:focus {
    background: #c9c9c9
}

.portfolio-single {
    padding: 55px 0 115px
}

.portfolio-single .portfolio-single-left img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.portfolio-related {
    margin-bottom: 60px
}

.portfolio-single-right h3,
.portfolio-related h5 {
    font-size: 20px;
    font-weight: 400
}

.portfolio-single .portfolio-excerpt {
    margin: 25px 0 55px
}

.profile-right h5 {
    line-height: 45px;
    border-bottom: 1px solid #ececec;
    font-size: 14px;
    margin: 0
}

.profile-right {
    margin-bottom: 35px
}

.profile-right h5 strong {
    display: inline-block;
    font-weight: 500;
    min-width: 30%
}

.profile-right h5 span {
    font-weight: 400
}

.ts-portfolio-slider.owl-controls {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease-out 0;
    -o-transition: opacity .3s ease-out 0;
    transition: opacity .3s ease-out 0s
}

.ts-portfolio-slider .owl-controls .owl-buttons div {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.19);
    border-radius: 50%;
    color: #ececec;
    display: inline-block;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    margin: 0;
    position: absolute;
    top: 45%;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0s;
    width: 48px;
    z-index: 99
}

.ts-portfolio-slider .owl-controls .owl-buttons div.owl-prev {
    left: 25px
}

.ts-portfolio-slider .owl-controls .owl-buttons div.owl-next {
    right: 25px
}

.cbp img,
.cbp-l-inline img,
.cbp-l-project-related-wrap img,
.cbp-slider img {
    min-height: 100%
}

.blog-grallery:hover .owl-controls {
    opacity: 1;
    filter: alpha(opacity=100)
}

.portfolio-header .portfolio-title {
    font-size: 30px;
    font-weight: 400;
    display: inline-block
}

.portfolio-header ul {
    padding: 0
}

.portfolio-header ul li {
    display: inline-block
}

.wpb_single_image img {
    height: auto;
    width: 100%!important
}

.ts_single_image img {
    height: auto;
    max-width: 100%
}

.ts-message {
    height: 53px;
    line-height: 53px;
    padding: 0 10px 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    position: relative;
    margin-bottom: 25px
}

.ts-message.success {
    background: #85d35f
}

.ts-message.info {
    background: #5ed9e7
}

.ts-message.warning {
    background: #f6ce4e
}

.ts-message.error {
    background: #00a6dd
}

.ts-message-content {
    display: block;
    padding-left: 35px
}

.ts-message-boxed .ts-content-boxed {
    padding-left: 35px
}

.ts-message-boxed {
    border: 1px solid #ebebeb;
    padding: 20px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative
}

.ts-message-content p {
    margin-bottom: 0
}

.ts-close {
    position: absolute;
    right: 10px;
    top: 17px;
    line-height: normal;
    font-size: 12px!important;
    cursor: pointer
}

.ts-message-boxed .ts-close {
    top: 10px;
    color: #c5c5c5
}

.ts-message-boxed .ts-close:hover {
    color: #252525
}

.ts-message>span {
    font-size: 20px
}

.ts-title-boxed>span,
.ts-message>span {
    float: left
}

.ts-title-boxed>span {
    font-size: 25px
}

.ts-message-boxed .ts-title-boxed {
    font-size: 20px;
    margin-bottom: 20px
}

.ts-message-boxed.success .ts-title-boxed {
    color: #85d35f
}

.ts-message-boxed.info .ts-title-boxed {
    color: #5ed9e7
}

.ts-message-boxed.warning .ts-title-boxed {
    color: #f6ce4e
}

.ts-message-boxed.error .ts-title-boxed {
    color: #00a6dd
}

.ts-combined-notifications {
    border: 1px solid #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative
}

.ts-combined-notifications .ts-title-boxed {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-size: 16px;
    height: 53px;
    line-height: 53px;
    margin-bottom: 25px;
    padding: 0 10px 0 20px
}

.ts-combined-notifications .ts-content-boxed {
    padding: 0 20px 25px 50px
}

.ts-combined-notifications.success .ts-title-boxed {
    background: #85d35f
}

.ts-combined-notifications.info .ts-title-boxed {
    background: #5ed9e7
}

.ts-combined-notifications.warning .ts-title-boxed {
    background: #f6ce4e
}

.ts-combined-notifications.error .ts-title-boxed {
    background: #00a6dd
}

.ts-contact-hotline {
    width: 252px;
    height: 252px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
    display: table;
    margin: 0 auto
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.ts-contact-hotline h3,
.ts-contact-hotline h4 {
    margin: 0 0 5px
}

.ts-contact-hotline .ts-contact-icon {
    font-size: 40px;
    margin-bottom: 10px;
    display: inline-block
}

.ts-contact-infomation p {
    margin-bottom: 30px
}

.ts-contact-infomation span {
    font-weight: 500
}

.ts-contact-infomation a {
    color: #737373
}

.ts-contact-infomation a:hover {
    color: #00a6dd
}

li.mini-shoping-cart-wraper a:after {
    display: none
}

.main-header {
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
    left: 0;
    right: 0;
    z-index: 1000
}

#menu-main-menu .list-inline>li {
    padding-left: 0!important;
    padding-right: 0!important
}

.is-sticky .main-header .logo {
    width: 124px;
    margin: 0;
    padding: 0
}

.is-sticky .main-header .main-menu>ul>li.menu-item-has-children>a:after,
.is-sticky .main-header .main-menu>ul>li.megamenu-item>a:after,
.is-sticky .main-header .main-menu>ul>li.mini-shoping-cart-wraper>a:after {
    bottom: 5px
}

.main-menu>ul>li>a {
    -webkit-transition: padding .5s;
    -moz-transition: padding .5s;
    transition: padding .5s
}

.is-sticky .main-header .main-menu>ul>li>a {
    padding-top: 27px;
    padding-bottom: 28px
}

.ts-page-sidebar {
    padding: 80px 0 100px
}

.ts-menu-sidebar {
    background: #f3f3f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.ts-menu-sidebar ul {
    padding: 0
}

.ts-menu-sidebar>ul>li {
    border-top: 1px solid #e8e8e8;
    margin: 0 20px
}

.ts-menu-sidebar li:first-child {
    border: none
}

.ts-menu-sidebar li a {
    line-height: 47px;
    font-size: 14px;
    font-weight: 400;
    color: #252525;
    display: block
}

.ts-menu-sidebar li .dropdown-menu {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    display: none;
    float: none;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-top: 14px;
    position: relative
}

.ts-menu-sidebar li .dropdown-menu li {
    border: none
}

.ts-menu-sidebar li .dropdown-menu li a {
    line-height: 26px;
    padding: 0
}

.ts-menu-sidebar li a:hover {
    background: #a8a8a8
}

.ts-menu-sidebar li.menu-item-has-children.current_page_item,
.ts-menu-sidebar li.menu-item-has-children.current-menu-parent,
.ts-menu-sidebar li.current_page_item {
    margin: 0;
    border: none
}

.ts-menu-sidebar li.menu-item-has-children.current_page_item .dropdown-menu,
.ts-menu-sidebar li.menu-item-has-children.current-menu-parent .dropdown-menu {
    display: block!important;
    padding-left: 40px
}

.ts-menu-sidebar>ul>li.menu-item-has-children.current_page_item>a,
.ts-menu-sidebar>ul>li.menu-item-has-children.current_page_item>a:hover,
.ts-menu-sidebar>ul>li.menu-item-has-children.current-menu-parent>a,
.ts-menu-sidebar>ul>li.menu-item-has-children.current-menu-parent>a:hover,
.ts-menu-sidebar>ul>li.current_page_item>a,
.ts-menu-sidebar>ul>li.current_page_item>a:hover {
    background: #00a6dd;
    color: #fff;
    padding: 0 20px;
    position: relative;
    line-height: 47px;
    margin-bottom: -1px
}

.ts-menu-sidebar>ul>li.menu-item-has-children.current_page_item>a:after,
.ts-menu-sidebar>ul>li.menu-item-has-children.current-menu-parent>a:after,
.ts-menu-sidebar>ul>li.current_page_item>a:after {
    content: "";
    display: inline-block;
    border-left: 6px solid #00a6dd;
    border-right: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    position: absolute;
    top: 19px;
    right: -11px
}

.ts-menu-sidebar li.ts-active-menusiderbar .dropdown-menu {
    padding-left: 40px
}

.ts-menu-sidebar li .dropdown-menu a:hover,
.ts-menu-sidebar li .dropdown-menu li.current_page_item a {
    background: none;
    color: #00a6dd;
    padding: 0
}

.ts-menu-sidebar li.menu-item-has-children.current_page_item>a:before,
.ts-menu-sidebar li.menu-item-has-children.current-menu-parent>a:before {
    background: #fff;
    position: absolute;
    content: "";
    right: 20px;
    top: 22px;
    width: 13px;
    height: 1px
}

.ts-menu-sidebar li.ts-active-menusiderbar {
    margin: 0
}

.ts-menu-sidebar li.ts-active-menusiderbar>a {
    background: #e8e8e8;
    padding: 0 20px;
    position: relative;
    line-height: 48px;
    margin-bottom: -1px
}

.ts-menu-sidebar li.menu-item-has-children.ts-active-menusiderbar>a:before {
    background: #252525;
    position: absolute;
    content: "";
    right: 20px;
    top: 22px;
    width: 13px;
    height: 1px
}

.divider {
    margin: 40px auto;
    overflow: hidden;
    text-align: center;
    width: 100%
}

.divider-hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e0e0e0 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
    margin: 50px auto 47px;
    padding: 0
}

.divider>.divider-content:before,
.divider>.divider-content:after {
    border-bottom: 1px solid #e0e0e0;
    border-color: #e0e0e0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 49%;
    width: 9999%
}

.divider>.divider-content:after {
    left: 100%;
    margin-left: 20px
}

.divider>.divider-content:before {
    margin-right: 20px;
    right: 100%
}

.divider>.divider-content {
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    padding: 0;
    position: relative
}

.divider-md {
    width: 50%
}

.divider-sm {
    width: 33%
}

hr.divider-2 {
    border-bottom: 1px solid #e0e0e0;
    height: 3px
}

.shoping-cart-widget ul {
    list-style: none
}

.page-template-default #container_full {
    padding: 60px 0
}

.widget_mailchimpsf_widget .widget-title {
    line-height: 25px;
    margin-bottom: 35px
}

#mc_subheader {
    color: #8b8b8b;
    line-height: 30px;
    margin-bottom: 10px
}

.vcex-list_item span {
    color: #252525;
    font-size: 14px;
    margin-right: 15px
}

.vcex-list_item {
    line-height: 26px;
    margin-bottom: 10px
}

#flags_language_selector img {
    margin: 0 4px;
    border: 1px solid #333
}

.top-info #flags_language_selector {
    float: right;
    padding-left: 9px
}

.toggle-bar-btn {
    border-color: #00a6dd #00a6dd transparent transparent;
    border-left: 23px solid transparent;
    border-style: solid;
    border-width: 23px;
    color: #fff;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10002
}

.ts-infobar.infobar-up:before {
    background: #fff;
    content: "";
    height: 1px;
    width: 10px;
    display: inline-block;
    font-size: 16px;
    left: 6px;
    position: absolute;
    top: -9px
}

.ts-infobar.infobar-down:before {
    content: "+";
    color: #fff;
    display: inline-block;
    font-size: 16px;
    left: 5px;
    position: absolute;
    top: -22px
}

.vcex-spacing {
    margin-bottom: 40px
}

footer .mc4wp-form {
    margin-bottom: 35px
}

.mc4wp-form .input-group>.input,
.mc4wp-form .input-group>.input-group-button {
    display: table-cell
}

.mc4wp-form .input-group>.input-group-button {
    width: 1%;
    vertical-align: top
}

.subscribe-form input[type="email"] {
    background: #42454a;
    border: medium none;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    color: #fff;
    height: 44px!important;
    padding-left: 10px;
    width: 100%
}

.subscribe-form input[type="submit"] {
    background: #00a6dd;
    color: #fff;
    border: medium none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    font-size: 16px;
    height: 44px;
    width: 44px;
    padding: 0;
    vertical-align: middle
}

.main-header-style2 .ts-mainmenu .main-menu {
    float: left;
    text-align: left;
    width: 75%
}

.ts-header-1 {
    position: relative
}

.ts-header-1 .header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.87)
}

.ts-header-1 .container {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px
}

.ts-header-1 .logo {
    margin-top: 7px
}

.ts-suport-header .header-suport {
    display: inline-block
}

.ts-suport-header .header-suport .header-title {
    color: #252525;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    display: block
}

.ts-suport-header .header-suport .header-phone {
    font-size: 25px;
    font-weight: 400;
    color: #00a6dd;
    display: block
}

.ts-suport-header .header-signup-chat {
    display: inline-block
}

.ts-suport-header .header-signup-chat ul {
    padding: 0
}

.ts-suport-header .header-signup-chat li {
    display: inline-block;
    margin-left: 10px
}

.ts-suport-header .header-signup-chat li a {
    width: 76px;
    height: 73px;
    display: inline-block
}

.ts-suport-header .header-signup-chat li a span.icon {
    width: 100%;
    height: 44px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-size: 22px;
    display: block;
    text-align: center;
    line-height: 44px
}

.ts-suport-header .header-signup-chat li.header-signup span.icon {
    background: #42454a
}

.ts-suport-header .header-signup-chat li.header-chat span.icon {
    background: #00a6dd
}

.ts-suport-header .header-signup-chat li a span.text {
    width: 100%;
    height: 29px;
    background: #ececec;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    color: #000;
    line-height: 29px;
    display: block;
    letter-spacing: 1px
}

.main-header-style2 .main-menu-2 {
    background: #f3f3f3
}

.main-header-style2 .main-menu>ul>li>a {
    letter-spacing: 1px;
    font-weight: 400;
    padding: 0 25px;
    line-height: 40px;
    position: relative
}

.main-header-style2 .main-menu>ul>li {
    margin-left: 0
}

.main-header-style2 .main-menu>ul>li:first-child>a {
    padding-left: 0
}

.main-header-style2 .main-menu>ul>li.menu-item-has-children>a::after,
.main-header-style2 .main-menu>ul>li.megamenu-item>a::after {
    color: #42454a;
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    line-height: 40px;
    left: auto;
    bottom: auto;
    margin-left: 10px
}

.main-header-style2 .main-menu>ul>li>a:hover,
.main-header-style2 .main-menu>ul>li:hover>a {
    background: none;
    color: #00a6dd
}

.main-header-style2 .main-menu li.mini-shoping-cart-wraper a span {
    left: 36px;
    top: -8px
}

.main-header-style2 .main-menu>ul>li {
    border: none;
    padding: 11px 0
}

.main-header-style2 .main-menu>ul>li>a {
    border-right: 1px solid #e2e2e2
}

.main-header-style2 .main-menu>ul>li:first-child,
.main-header-style2 .main-menu>ul>li:first-child>a {
    border-left: none
}

.main-header-style2 .main-menu>ul>li:last-child,
.main-header-style2 .main-menu>ul>li:last-child>a {
    border-right: none
}

.main-header-style2 #searchform {
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    height: 35px;
    margin: 10px 0;
    padding: 0 10px
}

.main-header-style2 #searchform input[type="search"] {
    border: none;
    font-size: 12px;
    color: #bebebe;
    background: transparent
}

.main-header-style2 #searchform button[type="submit"] {
    background-color: transparent;
    color: #42454a
}

.main-header-style2 #searchform button[type="submit"]:hover {
    background: none
}

.main-header-style2 #searchform input[type="search"] .main-header-style2 #searchform input[type="search"]::-webkit-input-placeholder {
    color: #bebebe
}

.main-header-style2 #searchform input[type="search"]:-moz-placeholder {
    color: #bebebe
}

.main-header-style2 #searchform input[type="search"]::-moz-placeholder {
    color: #bebebe;
    opacity: 1
}

.main-header-style2 #searchform input[type="search"]:-ms-input-placeholder {
    color: #bebebe
}

.ts-domain-price-box.domain-img .domain-price {
    color: #252525;
    font-size: 25px;
    font-weight: 400;
    margin-top: 13px
}

.ts-special-offer-style2 {
    padding: 20px 0 10px 18px;
    background: #f3f3f3;
    width: 85%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative
}

.ts-special-offer-style2 h3 {
    font-size: 20px;
    color: #00a6dd;
    font-weight: 500;
    text-transform: uppercase
}

.ts-special-offer-style2 .ts-offer-content {
    width: 58%;
    margin-right: 15px
}

.ts-special-offer-style2 .ts-price {
    font-size: 35px;
    letter-spacing: -.25px;
    color: #252525;
    font-weight: 400
}

.ts-special-offer-style2 .ts-unit {
    font-size: 20px;
    color: #252525
}

.ts-special-offer-style2 .ts-special2 a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    background: #00a6dd;
    line-height: 40px;
    padding: 0 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.ts-special-offer-style2 .ts-special2 p {
    margin: 25px 0
}

.ts-special-offer-style2 .ts-special2 a:hover {
    background: #fff;
    color: #00a6dd
}

.ts-special-offer-style2 figure {
    position: absolute;
    right: -100px;
    top: 10%;
    max-width: 295px
}

.main-header-style2 .main-menu-2 .container {
    position: relative
}

.ts-bigcaption-3 {
    font-family: 'Roboto';
    font-size: 40px;
    color: #fff;
    font-weight: 400
}

.ts-mediumcaption-3 {
    font-family: 'Roboto';
    color: #fff;
    font-size: 30px;
    font-weight: 100
}

.ts-mediumcaption-3 span {
    font-weight: 400;
    color: #00a6dd
}

.ts-listcaption1-3 {
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #b2b2b2;
    line-height: 30px
}

.ts-listcaption1-3:before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #00a6dd;
    margin-right: 10px
}

.ts-listcaption1-3 span {
    text-decoration: underline;
    color: #00a6dd
}

.ts-button-s3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 48px;
    background: #00a6dd;
    cursor: pointer
}

.ts-button-s3 .fa {
    margin-left: 15px
}

.tp-caption.ts-button-s3 a {
    color: #fff
}

.tp-caption.ts-button-s3:hover a,
.tp-caption.ts-button-s3 a:hover {
    color: #00a6dd
}

.ts-button-s3:hover {
    background: #fff!important;
    color: #00a6dd
}

.ts-small-caption-3 {
    color: #fff;
    font-size: 20px;
    font-weight: 100
}

.ts-small-caption-3 .fa {
    font-size: 40px!important;
    margin-right: 10px!important;
    float: left
}

.ts-small-caption-3 span {
    color: #00a6dd;
    font-weight: 400
}

.ts-label-3 {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 40px
}

.ts-price-3 {
    color: #252525;
    font-family: 'Roboto';
    font-size: 25px;
    font-weight: 400;
    line-height: 26px
}

.ts-liststyle2-3 {
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 50px
}

.ts-liststyle2-3:before {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #fff;
    content: "\f105";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 30px
}

.tp-caption.ts-bg-3,
.ts-bg-3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    height: 200px;
    width: 555px;
    background: rgba(253, 67, 38, 0.5)!important;
    max-width: 50%!important
}

iframe {
    border: none
}

.main-header-style2 .main-menu-2.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1)
}

.admin-bar .main-header-style2 .main-menu-2.fixed {
    top: 32px
}

#toggle-bar-wrap {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .25s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 10001
}

#toggle-bar-wrap.active-bar {
    opacity: 1;
    visibility: visible
}

#toggle-bar-wrap.toggle-bar-fade-slide {
    top: -60px
}

#toggle-bar-wrap.toggle-bar-fade-slide.active-bar {
    top: 0
}

#toggle-bar {
    padding: 40px 0
}

.toggle-bar-btn span.fa {
    font-size: .846em;
    left: 4px;
    position: absolute;
    text-shadow: none!important;
    top: -12px
}

#top-bar-wrap {
    border-bottom: 1px solid #eee;
    font-size: .923em;
    margin-bottom: 0
}

#top-bar-wrap a {
    color: #555
}

#top-bar-wrap a:hover {
    color: #3b86b0
}

.bg-ts-theme {
    position: relative
}

.parallax-section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.ts-home1-domain {
    background-attachment: fixed;
    background-image: url(../img/bg-progreaa.jpg);
    background-repeat: repeat
}

.overlay {
    background: rgba(0, 0, 0, 0.4)
}

.ts-home1-data-transferred {
    background-attachment: fixed;
    background-image: url(../img/bg-progreaa.jpg);
    background-repeat: repeat
}

.activeme {
    background-color: #00a6dd;
    color: #fff!important
}

.ts-home1-data-transferred .ts-funfact .funfact-icon {
    color: #00a6dd
}

.ts-home1-data-transferred .ts-funfact {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff
}

.ts_wrapper iframe {
    width: 100%
}

.align_right {
    text-align: right
}

@media screen and (max-width: 980px) {
    .bg-parallax-parent.fixed {
        background-attachment: scroll!important
    }
}

.sidebar-right .module {
    margin-bottom: 45px
}

.module ul {
    padding: 0
}

.module ul li {
    position: relative;
    list-style: none
}

.megamenu-content .module ul li:before,
.recent_comments li.recentcomments a:before {
    content: "";
    margin-right: 0;
    width: 0
}

.module ul li a:before,
.recent_comments li.recentcomments:before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #00a6dd;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px
}

.module ul li a {
    line-height: 40px;
    color: #737373;
    display: inline-block
}

.module ul li a:hover {
    color: #00a6dd
}

.module h3 {
    border-bottom: 1px solid hsl(0, 0%, 93%);
    color: hsl(0, 0%, 0%);
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 30px
}

#banner .banner .overlay {
    background: hsla(0, 0%, 0%, 0.1)
}

@media (min-width: 1200px) {
    .comment-post ul.children {
        padding-left: 120px
    }
    .comment-post ul.children ul.children {
        padding-left: 80px
    }
}

@media (max-width: 1200px) {
    .megamenu-content .wpb_column {
        padding: 0 15px
    }
    .main-menu ul>li.megamenu-item .dropdown-menu {
        padding: 15px
    }
    .ts-menu-sidebar li .dropdown-menu {
        display: block
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .ts-special-offer figure {
        margin-right: 4%;
        width: 26.14%
    }
    .ts-special-offer .ts-special-offer-content {
        width: 69.86%
    }
    .ts-special-offer h3 {
        font-size: 18px
    }
    .ts-special-offer p {
        font-size: 14px
    }
    .ts-special-offer .ts-special-offer-content ul li {
        font-size: 12px
    }
    .comment-post .avatar {
        width: 80px;
        height: 80px
    }
    .media-body {
        padding-left: 100px
    }
    .comment-post,
    #leave-reply {
        margin-left: 0
    }
    .comment-post ul.children {
        padding-left: 60px
    }
    .contact-info p {
        font-size: 24px
    }
    .team-item .social-network-team li {
        margin: 10px 2px
    }
    .main-menu .navbar-form {
        padding-right: 0
    }
    .main-menu ul li a {
        padding-left: 15px;
        padding-right: 15px
    }
    .resp-tabs-list .resp-tab-item {
        font-size: 12px
    }
    .main-menu ul li a {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 11px
    }
    .ts-special-offer-style2 figure {
        max-width: 240px;
        right: -84px;
        top: 20%
    }
    .main-header-style2 .main-menu>ul>li>a {
        padding: 0 18px
    }
    .main-header-style2 .main-menu>ul>li.menu-item-has-children>a::after,
    .main-header-style2 .main-menu>ul>li.megamenu-item>a::after {
        margin-left: 5px
    }
    .ts-pricingtable-5 .ts-pricing-item,
    .ts-pricingtable-5 table td .inner-td,
    .ts-pricingtable-5 .ts-footer-price {
        margin-left: 20px
    }
    .ts-pricingtable-5 table tr.list-feature td:first-child .inner-td {
        margin-left: 20px
    }
}

@media (max-width: 991px) {
    .megamenu-content .wpb_column {
        margin-bottom: 30px
    }
    .main-menu ul>li.megamenu-item .dropdown-menu {
        padding: 20px;
        margin: 0;
        max-height: 500px;
        overflow: auto
    }
    .ts-pricing-table-style3 {
        margin-top: 40px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ts-caption-small .fa,
    .ts-caption-small-right .fa {
        line-height: 25px!important
    }
    .main-menu ul li a {
        font-size: 13px;
        padding: 27px 8px 33px
    }
    .logo img {
        max-width: 60px
    }
    .main-menu .navbar-form {
        padding-right: 0
    }
    .ts-service-style-1 .service-icon {
        width: 45px;
        height: 45px;
        line-height: 45px;
        margin-right: 5px
    }
    .ts-service-style-1 .service-title h3 {
        font-size: 16px
    }
    .ts-service-style-1 .service-content {
        margin: 20px 0
    }
    .ts-funfact {
        margin-bottom: 30px!important
    }
    .ts-funfact .funfact-icon {
        font-size: 35px
    }
    .ts-funfact .funfact-number-unit {
        font-size: 25px
    }
    .ts-funfact h5 {
        font-size: 14px
    }
    .ts-feature-item.right {
        padding-right: 20px
    }
    .ts-feature-item.left {
        padding-left: 20px
    }
    .ts-feature-item.right .info-feature {
        padding-right: 100px
    }
    .ts-feature-item .icon-feature {
        width: 70px;
        height: 70px;
        line-height: 70px
    }
    .ts-feature-item.left .info-feature {
        padding-left: 100px
    }
    .ts-feature-item .info-feature h3 {
        font-size: 16px
    }
    .ts-item-post .ts-main-recent-post {
        margin: 0 20px
    }
    .ts-item-post .ts-item-post-footer {
        margin: 0 20px
    }
    .ts-item-post .ts-item-post-footer a {
        float: left
    }
    .ts-section-title h3 {
        font-size: 23px
    }
    .ts-section-title p {
        font-size: 15px
    }
    .ts-special-offer figure {
        display: block;
        width: 100%;
        text-align: center
    }
    .ts-special-offer figure img {
        max-width: 30%;
        min-height: 122px
    }
    .ts-special-offer h3 {
        text-align: center
    }
    .ts-special-offer p {
        text-align: center
    }
    .ts-special-offer .ts-special-offer-content {
        width: 100%;
        display: block
    }
    #leave-reply {
        margin-left: 0
    }
    .comment-post {
        margin-left: 0
    }
    .media-body {
        padding-left: 95px
    }
    .comment-post ul.children {
        padding-left: 50px
    }
    .comment-post .avatar {
        height: 80px;
        width: 80px
    }
    .main-menu .ts-bt {
        padding: 0 8px
    }
    .team-item {
        margin: 0 auto 40px!important;
        max-width: 263px
    }
    .countdownstyle1 .ts-date-countdown {
        max-width: 19%;
        margin: 0 4px
    }
    .countdownstyle2 .ts-date-countdown {
        max-width: 24%
    }
    .wpb_single_image.vc_align_left,
    .wpb_single_image.vc_align_right {
        text-align: center!important
    }
    .font-awesome-list li {
        float: left;
        margin-right: 20px;
        width: 29.5%
    }
    .ts-special-offer-style2 {
        width: 100%;
        padding: 40px 15px;
        margin-bottom: 40px!important
    }
    .ts-special-offer-style2 .ts-offer-content {
        width: 100%
    }
    .ts-special-offer-style2 figure {
        position: relative;
        right: 0;
        margin: 30px auto 0;
        max-width: 100%
    }
    .main-header-style2 .ts-mainmenu .main-menu {
        width: 100%
    }
    .header-search.pull-right {
        float: left!important;
        display: none
    }
    .ts-pricingtable-5 .ts-pricing-item,
    .ts-pricingtable-5 table td .inner-td,
    .ts-pricingtable-5 .ts-footer-price {
        margin-left: 10px
    }
    .ts-pricingtable-5 table tr.list-feature td:first-child .inner-td {
        margin-left: 10px
    }
    .ts-pricingtable-5 table td .inner-td {
        font-size: 12px
    }
    .main-header-style2 .main-menu>ul>li>a {
        padding: 0 20px
    }
    div.products div.first {
        clear: none!important
    }
    #prices_table th,
    #prices_table2 th {
        padding: 10px;
        font-size: 14px
    }
}

@media(max-width: 768px) {
    .ts-horizontalTab .resp-tab-content {
        border: 1px solid #DBDBDB
    }
}

@media (max-width: 767px) {
    .hidden-phone {
        display: none!important
    }
    div.products div.first {
        clear: none!important
    }
    .ts-testimonial-style1 {
        margin-bottom: 40px!important
    }
    .ts-funfact {
        margin: 20px auto
    }
    .ts-testimonial-style1 .info-testimonial {
        padding-left: 0
    }
    .ts-testimonial-style1 .client-quote:after {
        left: 40px
    }
    .logo {
        margin-bottom: 15px;
        margin-top: 5px
    }
    .ts-mainmenu {
        display: none
    }
    .mobile-navigation {
        display: block;
        color: #000;
        display: block;
        position: absolute;
        right: 20px;
        z-index: 999;
        font-size: 20px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        top: 11px;
        border: 1px solid #00a6dd;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px
    }
    .admin-bar .mobile-navigation {
        top: 15px
    }
    .logged-in .mobile-navigation {
        top: 50px
    }
    .mobile-navigation:hover,
    .mobile-navigation:focus {
        color: #00a6dd
    }
    .main-menu > ul > li {
        display: list-item;
        border: none;
        width: 100%;
        padding: 0
    }
    .main-menu > ul > li:first-child {
        border: none
    }
    .main-menu ul {
        display: block;
        text-align: left
    }
    .main-menu > ul > li {
        margin: 0
    }
    .main-menu ul li a {
        padding: 10px;
        display: block
    }
    .main-menu > ul > li.menu-item-has-children > a:after,
    .main-menu > ul > li.megamenu-item > a:after {
        bottom: 10px
    }
    .main-menu .navbar-form {
        float: left
    }
    .ts-caption-small .fa,
    .ts-caption-small-right .fa {
        width: 10px;
        height: 10px;
        line-height: 10px!important
    }
    .top-header {
        display: none
    }
    .ts-CTA {
        text-align: center
    }
    .ts-CTA h3 {
        font-size: 23px
    }
    .ts-CTA .ts-left-CTA {
        padding: 10px 0 5px
    }
    .ts-CTA .ts-left-CTA p {
        font-size: 14px
    }
    .ts-CTA .ts-right-CTA {
        float: none;
        text-align: center;
        padding: 15px 0
    }
    .ts-CTA .ts-right-CTA a {
        margin: 0 auto
    }
    .ts-pricing-table-style1 {
        max-width: 350px;
        margin: 130px auto 0
    }
    .ts-feature-item {
        margin-bottom: 50px!important
    }
    .ts-feature-item.right {
        padding-right: 0
    }
    .ts-feature-item.left {
        padding-left: 0
    }
    .contact-info {
        text-align: left
    }
    .wpb_single_image img {
        margin-bottom: 20px
    }
    .ts_single_image img {
        margin-bottom: 20px
    }
    .contact-info {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-left: none
    }
    .ts-pricing-table-style2 {
        max-width: 320px;
        margin: 60px auto 0
    }
    .ts-special-offer {
        margin: 40px auto 0
    }
    .date-post {
        width: 45px
    }
    .date-post span.date {
        height: 40px;
        line-height: 40px;
        font-size: 25px
    }
    .blog-item article {
        margin-left: 56px
    }
    .comment-post,
    #leave-reply {
        margin-left: 0
    }
    .comment-post .avatar {
        width: 70px;
        height: 70px
    }
    .media-body {
        padding-left: 80px
    }
    .comment-post ul.children {
        padding-left: 40px
    }
    .skillbarstyle2,
    .skillbarstyle1 {
        margin-bottom: 50px!important
    }
    .item-circles {
        margin-bottom: 30px
    }
    .team-item {
        margin: 0 auto 50px!important;
        max-width: 270px
    }
    .ts-feature-item-2 .feature-icon {
        width: 80px;
        height: 80px;
        line-height: 80px
    }
    .ts-feature-item-2 h3 {
        padding-left: 100px
    }
    .ts-feature-item-2 .feature-description {
        padding-left: 100px
    }
    .ts-feature-item.right .icon-feature,
    .ts-feature-item.left .icon-feature {
        float: none;
        margin: 0 auto 20px
    }
    .ts-feature-item.right .info-feature,
    .ts-feature-item.left .info-feature {
        padding: 0;
        text-align: center
    }
    .ts-list-ul {
        margin-bottom: 30px!important
    }
    .font-awesome-list li {
        float: left;
        margin-right: 16px;
        width: 45.5%
    }
    .ts-mainmenu {
        float: none!important;
        clear: both
    }
    .main-menu > ul > li.menu-item-has-children > a:after,
    .main-menu > ul > li.megamenu-item > a:after {
        position: static;
        margin-left: 7px
    }
    .ts-contact-hotline {
        margin-top: 30px
    }
    .main-header {
        position: relative!important
    }
    .main-menu ul > li.megamenu-item .dropdown-menu {
        padding: 20px;
        top: auto;
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: auto
    }
    .is-sticky .main-header .main-menu > ul > li > a {
        padding: 10px
    }
    table.ts-res-table,
    .ts-res-table thead,
    .ts-res-table tbody,
    .ts-res-table th,
    .ts-res-table td,
    .ts-res-table tr,
    .ts-res-table tfoot {
        display: block;
        width: 100%
    }
    .ts-res-table td:before {
        font-weight: 700;
        left: 6px;
        position: absolute;
        text-align: left;
        top: 6px;
        white-space: nowrap;
        width: 45%;
        content: attr(data-title);
        padding: 10px 0 0
    }
    .ts-res-table td {
        border-left: medium none!important;
        border-right: medium none!important;
        border-top: medium none!important;
        padding-left: 50%;
        position: relative;
        text-align: left;
        white-space: normal
    }
    .ts-res-table td.no-title {
        padding-left: 0;
        text-align: right
    }
    .ts-res-table thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px
    }
    .ts-header-1 .logo {
        margin-top: 0
    }
    .main-header-style2 .logo h1 {
        font-size: inherit;
        line-height: normal
    }
    .main-header-style2 .ts-suport-header {
        display: block;
        text-align: center;
        float: none;
        padding-top: 20px
    }
    .ts-suport-header .header-suport {
        margin-bottom: 20px
    }
    .main-header-style2 .main-menu > ul > li {
        padding: 0
    }
    .main-header-style2 .main-menu > ul > li > a {
        border-right: none;
        padding: 0;
        border-bottom: 1px solid #e2e2e2
    }
    .main-header-style2 .main-menu li.mini-shoping-cart-wraper a span {
        left: 20px;
        top: 6px;
        width: 25px
    }
    .main-header-style2 .header-search.pull-right {
        float: left!important
    }
    .main-header-style2 .ts-mainmenu .main-menu {
        width: 100%
    }
    .ts-special-offer-style2 {
        width: 100%;
        padding: 40px 15px;
        margin-bottom: 40px!important
    }
    .ts-special-offer-style2 .ts-offer-content {
        width: 100%
    }
    .ts-special-offer-style2 figure {
        position: relative;
        right: 0;
        margin: 30px auto 0;
        max-width: 100%
    }
    .ts-pricing-table-style3 {
        max-width: 400px;
        margin: 40px auto 0
    }
    .main-header-style2 .ts-suport-header {
        margin-top: 25px
    }
    .admin-bar .main-header-style2 .main-menu-2.fixed {
        top: 46px
    }
    .ts-pricingtable-5 table,
    .ts-pricingtable-5 tbody,
    .ts-pricingtable-5 tr,
    .ts-pricingtable-5 td {
        display: block
    }
    .ts-pricingtable-5 table td {
        width: 100%
    }
    .ts-pricingtable-5 .section-feature ul {
        padding: 0 10px;
        list-style: none;
        text-align: left
    }
    .ts-pricingtable-5 .section-feature ul li {
        line-height: 45px;
        border-bottom: 1px solid #e6e6e6
    }
    .section-feature ul li label {
        display: inline-block;
        margin-right: 20px;
        font-weight: 400;
        margin-bottom: 0
    }
    .ts-pricingtable-5 .ts-bt-pricing {
        margin-top: 20px
    }
    .ts-pricingtable-5 .ts-pricing-item {
        margin: 0 0 40px
    }
    .admin-bar .sticky-wrapper.is-sticky .main-header {
        top: 0!important
    }
    .main-menu ul > li.megamenu-item {
        position: relative
    }
    .sticky-wrapper {
        height: auto!important
    }
    #prices_table,
    #prices_table thead,
    #prices_table tbody,
    #prices_table tr,
    #prices_table th,
    #prices_table td,
    #prices_table2,
    #prices_table2 thead,
    #prices_table2 tbody,
    #prices_table2 tr,
    #prices_table2 th,
    #prices_table2 td {
        display: block
    }
    #prices_table td:before,
    #prices_table2 td:before {
        content: attr(data-content);
        padding: 10px 0 0;
        font-weight: 700;
        left: 10px;
        padding-right: 10px;
        position: absolute;
        text-align: left;
        top: 6px;
        white-space: nowrap;
        width: 45%
    }
    #prices_table td,
    #prices_table2 td {
        border-left: medium none!important;
        border-right: medium none!important;
        border-top: medium none!important;
        padding-left: 50%;
        position: relative;
        text-align: left;
        white-space: normal
    }
    #prices_table thead tr,
    #prices_table2 thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px
    }
    #prices_table tbody tr,
    #prices_table2 tbody tr {
        margin-bottom: 30px
    }
}

.ts-home3-banner > iframe {
    left: 0;
    max-width: inherit;
    position: absolute;
    right: 0;
    top: 0
}

div.ts-home3-banner {
    background-image: none;
    overflow: hidden;
    position: relative
}

.ts-home3-banner .ts-overlay {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0
}

.read-more:hover {
    font-weight: 500;
    font-size: 14px
}

.valueBox1 {
    background-color: #fff;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 3px;
    float: left;
    padding: 10px 0
}

.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices {
    height: 22px!important
}

.stButton .stButton_gradient {
    height: 22px!important
}

.normal-hd {
    margin-bottom: 5px;
    color: #00a6dd;
    font-weight: 500
}

.tp-caption.ts-caption-small.tp-fade.tp-resizeme a {
    color: #fff!important;
    font-size: 15px!important
}

.tp-caption.ts-caption-small-right.tp-fade.tp-resizeme a {
    color: #fff!important;
    font-size: 15px!important
}

.image-detail {
    position: absolute;
    bottom: 21px
}

.com-name {
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    font-family: 'Roboto';
    background: #00a6dd;
    line-height: 32px;
    text-align: center;
    color: #fff;
    width: 100%;
    float: left;
    margin-top: 2px
}

.image {
    float: left;
    width: 100%;
    padding: 8px;
    background: #eee
}

.com-name a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500
}

.image1 {
    margin-bottom: 20px
}

.image1 img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    border: solid 2px #dedcdc
}

.image1:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.my-row {
    display: none
}

.desktop {
    display: block
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.tp-revslider-slidesli,
.tp-revslider-mainul {
    padding: 0!important;
    margin: 0!important;
    list-style: none!important
}

.tp-simpleresponsive>ul,
.tp-simpleresponsive>ul>li,
.tp-simpleresponsive>ul>li:before {
    list-style: none;
    padding: 0!important;
    margin: 0!important;
    list-style: none!important;
    overflow-x: visible;
    overflow-y: visible;
    background-image: none
}

.tp-simpleresponsive>ul li {
    list-style: none;
    position: absolute;
    visibility: hidden
}

.rev_slider .tp-caption,
.rev_slider .caption {
    position: absolute;
    visibility: hidden;
    white-space: nowrap
}

.tp-simpleresponsive img {
    max-width: none
}

.tp-caption {
    z-index: 1
}

.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none!important
}

.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
    visibility: hidden!important;
    display: none!important
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    max-width: none!important
}

.noFilterClass {
    filter: none!important
}

.tp-caption.coverscreenvideo {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
    width: 100%!important;
    height: 100%!important;
    display: none
}

.tp-caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
    width: 100%!important;
    height: 100%!important;
    display: none
}

.fullcoveredvideo video,
.fullscreenvideo video {
    background: #000
}

.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.html5vid.videoisplaying .tp-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    color: #FFF;
    z-index: 3;
    margin-top: -27px;
    margin-left: -28px;
    text-align: center;
    cursor: pointer
}

.tp-caption:hover .tp-video-play-button {
    opacity: 1
}

.html5vid .tp-revstop {
    width: 15px;
    height: 20px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    position: relative;
    margin: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: none
}

.html5vid.videoisplaying .revicon-right-dir {
    display: none
}

.html5vid.videoisplaying .tp-revstop {
    display: block
}

.html5vid.videoisplaying .tp-video-play-button {
    display: none
}

.html5vid:hover .tp-video-play-button {
    display: block
}

.fullcoveredvideo .tp-video-play-button {
    display: none!important
}

.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
    background-image: linear-gradient(to bottom, #000 13%, #323232 100%);
    background-image: -o-linear-gradient(bottom, #000 13%, #323232 100%);
    background-image: -moz-linear-gradient(bottom, #000 13%, #323232 100%);
    background-image: -webkit-linear-gradient(bottom, #000 13%, #323232 100%);
    background-image: -ms-linear-gradient(bottom, #000 13%, #323232 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, #000), color-stop(1, #323232));
    display: table;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.tp-caption:hover .tp-video-controls {
    opacity: .9
}

.tp-video-button {
    background: rgba(0, 0, 0, .5);
    border: 0;
    color: #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    padding: 0;
    margin: 0;
    outline: none
}

.tp-video-button:hover {
    cursor: pointer
}

.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
    padding: 0 5px;
    display: table-cell
}

.tp-video-seek-bar-wrap {
    width: 80%
}

.tp-video-vol-bar-wrap {
    width: 20%
}

.tp-volume-bar,
.tp-seek-bar {
    width: 100%;
    cursor: pointer;
    outline: none;
    line-height: 12px;
    margin: 0;
    padding: 0
}

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px
}

.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background-position: bottom left
}

.tp-bullets.tp-thumbs {
    z-index: 1000;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
    vertical-align: top
}

.tp-bullets.tp-thumbs img {
    vertical-align: top
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

.tp-bullets.tp-thumbs .bullet:hover
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.tp-thumbs img {
    width: 100%
}

.tp-bannertimer {
    visibility: hidden;
    width: 100%;
    height: 5px;
    background: #fff;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 200;
    top: 0
}

.tp-bannertimer.tp-bottom {
    top: auto;
    bottom: 0!important;
    height: 5px
}

.tparrows.preview1 {
    width: 100px;
    height: 100px;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    background: transparent
}

.tparrows.preview1:after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "revicons";
    color: #fff;
    font-size: 30px;
    width: 100px;
    height: 100px;
    text-align: center;
    background: #fff;
    background: rgba(0, 0, 0, 0.15);
    z-index: 2;
    line-height: 100px;
    -webkit-transition: background 0.3s, color .3s;
    -moz-transition: background 0.3s, color .3s;
    transition: background 0.3s, color .3s
}

.tp-rightarrow.preview1:after {
    content: '\e825'
}

.tp-leftarrow.preview1:after {
    content: '\e824'
}

.tparrows.preview1:hover:after {
    background: rgba(255, 255, 255, 1);
    color: #aaa
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .tparrows.preview1,
    .tparrows.preview1:after {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 24px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tparrows.preview1,
    .tparrows.preview1:after {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .tparrows.preview1,
    .tparrows.preview1:after {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px
    }
}

.ts-managed-dedicated {
    margin-bottom: 0!important;
    background-color: #00a6ad!important;
    color: #fff
}

.ts-managed-dedicated h3 {
    color: #fff
}

.ts-home1-function {
    margin-bottom: 0!important;
    padding-top: 20px!important;
    padding-bottom: 80px!important
}

.ts-home1-domain {
    margin-bottom: 0!important;
    padding-top: 50px!important;
    padding-bottom: 50px!important
}

.ts-home1-hosting-platforms-title {
    margin-bottom: 0!important;
    padding-top: 100px!important
}

.ts-home1-hosting-platforms {
    margin-bottom: 0!important;
    padding-bottom: 130px!important
}

.ts-home1-data-transferred {
    margin-bottom: 0!important;
    padding-top: 50px!important;
    padding-bottom: 50px!important
}

.ts-home1-acordion {
    margin-bottom: 0!important;
    padding-top: 50px!important;
    padding-bottom: 50px!important
}

.ts-home1-hosting-services {
    margin-bottom: 0!important;
    padding-top: 60px!important;
    padding-bottom: 60px!important
}

.ts-home1-companies-cloud {
    padding-top: 115px!important;
    padding-bottom: 95px!important
}

.ts-home1-lasted-blog {
    margin-bottom: 0!important;
    padding-top: 75px!important;
    padding-bottom: 107px!important;
    background-color: #f3f3f3!important
}

.ts-home1-domain-title {
    margin-bottom: 10px!important
}

.ts-home1-domain-title h3 {
    color: #fff
}

.ts-home1-block7 {
    margin-top: 15px!important;
    margin-bottom: 0!important
}

.ts-home1-acordion .ts-section-title {
    margin-bottom: 25px!important
}

.ts-home1-hosting-services .ts-section-title {
    margin-bottom: 40px!important
}

.ts-home1-hosting-services .ts-section-title h3 {
    color: #fff
}

.vc_custom_1418119663320 {
    margin-bottom: 0!important
}

.ts-home2-companies .ts-section-title {
    margin-bottom: 70px!important
}

.ts-home3-banner {
    margin-bottom: 0!important;
    padding-top: 135px!important;
    padding-bottom: 150px!important
}

.ts-home3-banner .ts-section-title {
    margin-bottom: 25px;
    color: #cecece
}

.ts-home3-banner h3 {
    color: #fff
}

.ts-home3-provice-services {
    margin-bottom: 0!important;
    padding-top: 90px!important;
    padding-bottom: 68px!important
}

.vc_custom_1420700132976 {
    margin-bottom: 0!important;
    padding-top: 90px!important;
    padding-bottom: 90px!important
}

.ts-home3-simple-cloud-hosting {
    margin-bottom: 0!important;
    padding-top: 110px!important;
    padding-bottom: 110px!important
}

.ts-home3-rapidiously {
    margin-bottom: 0!important;
    padding-top: 30px!important;
    padding-bottom: 30px!important;
    background-attachment: fixed;
    background-image: url(../img/res1.jpg);
    background-repeat: repeat
}

.ts-home3-rapidiously .ts-overlay {
    background: rgba(0, 0, 0, 0.2)
}

.ts-home3-rapidiously .ts-section-title {
    color: #cecece
}

.ts-home3-rapidiously h3,
.ts-home3-rapidiously a {
    color: #fff
}

.ts-home3-rapidiously .icon-feature {
    color: #00a6dd;
    border: 2px solid #00a6dd
}

.ts-home3-client-based {
    margin-bottom: 0!important;
    padding-top: 135px!important;
    padding-bottom: 90px!important
}

.vc_custom_1418348834585 {
    margin-bottom: 0!important;
    padding-top: 115px!important;
    padding-bottom: 95px!important
}

.ts-home3-special-introductory {
    margin-bottom: 0!important;
    padding-top: 80px!important;
    padding-bottom: 78px!important;
    background-color: #f3f3f3!important
}

.ts-about-efficiently-envisioneer {
    margin-bottom: 0!important;
    padding-top: 15px!important
}

.ts-about-banner {
    background-image: url(../img/IOM_Banner.png)
}

.ts-services-awesome-stuff {
    margin-bottom: 0!important;
    padding-top: 65px!important;
    padding-bottom: 80px!important
}

.ts-services-awesome-stuff .icon-service {
    color: #00a6dd
}


.menu-nav>li ul.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-boxshadow: none;
    -moz-boxshadow: none;
    -ms-boxshadow: none;
    -o-boxshadow: none;
    box-shadow: none
}

.menu-nav>li ul li:last-child {
    border-bottom: none
}

.menu-nav>li ul li a {
    line-height: 14px;
    z-index: 999;
    display: block;
    text-transform: capitalize;
    padding: 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0s
}

.menu-nav>li:hover ul {
    margin: 0
}

.menu-nav>li ul.dropdown-menu ul {
    top: 0;
    left: 100%;
    padding-left: 0
}

.button-menu {
    font-size: 20px;
    width: 18px;
    position: relative;
    display: none;
    height: 12px;
    margin-top: 8px;
    cursor: pointer;
    border-top: 2px solid #000
}

.button-menu:after,
.button-menu:before {
    display: block;
    width: 100%;
    position: absolute;
    height: 2px;
    background-color: #000;
    content: '';
    left: 0
}

.button-menu:after {
    bottom: 0
}

.button-menu:before {
    top: 3px
}

.social-menu {
    display: none
}

.social-menu a {
    color: #252525;
    font-size: 14px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.social-menu a:hover {
    color: #428bca
}

.menu-nav.ts-effect-fade>li>div,
.menu-nav.ts-effect-fade li>ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s ease, visibility .4s linear 0;
    -moz-transition: opacity .4s ease, visibility .4s linear 0;
    -ms-transition: opacity .4s ease, visibility .4s linear 0;
    -o-transition: opacity .4s ease, visibility .4s linear 0;
    transition: opacity .4s ease, visibility .4s linear 0s
}

.menu-nav.ts-effect-fade.ts-menu-destop>li:hover>div,
.menu-nav.ts-effect-fade.ts-menu-destop li:hover>ul,
.menu-nav.ts-effect-fade>li.ts_hover>div,
.menu-nav.ts-effect-fade li.ts_hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.menu-nav.ts-effect-slide-top>li>div,
.menu-nav.ts-effect-slide-top li>ul {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px)
}

.menu-nav.ts-effect-slide-bottom>li>div,
.menu-nav.ts-effect-slide-bottom li>ul {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px)
}

.menu-nav.ts-effect-slide-left>li>div,
.menu-nav.ts-effect-slide-left li>ul {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px)
}

.menu-nav.ts-effect-slide-right>li>div,
.menu-nav.ts-effect-slide-right li>ul {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px)
}

.menu-nav.ts-effect-slide-top>li>div,
.menu-nav.ts-effect-slide-bottom>li>div,
.menu-nav.ts-effect-slide-left>li>div,
.menu-nav.ts-effect-slide-right>li>div,
.menu-nav.ts-effect-slide-top li>ul,
.menu-nav.ts-effect-slide-bottom li>ul,
.menu-nav.ts-effect-slide-left li>ul,
.menu-nav.ts-effect-slide-right li>ul {
    display: block!important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease, visibility .4s linear 0;
    -moz-transition: opacity .4s ease, -moz-transform .4s ease, visibility .4s linear 0;
    -ms-transition: opacity .4s ease, -ms-transform .4s ease, visibility .4s linear 0;
    -o-transition: opacity .4s ease, -o-transform .4s ease, visibility .4s linear 0;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s
}

.menu-nav.ts-effect-slide-top.ts-menu-destop>li:hover>div,
.menu-nav.ts-effect-slide-bottom.ts-menu-destop>li:hover>div,
.menu-nav.ts-effect-slide-left.ts-menu-destop>li:hover>div,
.menu-nav.ts-effect-slide-right.ts-menu-destop>li:hover>div,
.menu-nav.ts-effect-slide-top.ts-menu-destop li:hover>ul,
.menu-nav.ts-effect-slide-bottom.ts-menu-destop li:hover>ul,
.menu-nav.ts-effect-slide-left.ts-menu-destop li:hover>ul,
.menu-nav.ts-effect-slide-right.ts-menu-destop li:hover>ul,
.menu-nav.ts-effect-slide-top>li.ts_hover>div,
.menu-nav.ts-effect-slide-bottom>li.ts_hover>div,
.menu-nav.ts-effect-slide-left>li.ts_hover>div,
.menu-nav.ts-effect-slide-right>li.ts_hover>div,
.menu-nav.ts-effect-slide-top li.ts_hover>ul,
.menu-nav.ts-effect-slide-bottom li.ts_hover>ul,
.menu-nav.ts-effect-slide-left li.ts_hover>ul,
.menu-nav.ts-effect-slide-right li.ts_hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    -moz-transition: opacity .4s ease, -moz-transform .4s ease;
    -ms-transition: opacity .4s ease, -ms-transform .4s ease;
    -o-transition: opacity .4s ease, -o-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease
}

.menu-nav.ts-position-left>li+li,
.menu-nav.ts-position-right>li+li {
    margin-left: 0;
    margin-top: 10px
}